html{
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
}
a, a:hover{
    color: #212529;
    text-decoration: none;
}
.row{
    margin: 0;
}
.m-b-15{
    margin-bottom: 15px;
}
[class*='col-']{
    padding: 0px;
}
.hidden{
    display: none;
}
.bg-theme{
    background-color: #3e416d;
}
.bg-gray{
    background-color: #f1f3f4;
}
.display-none{
    display:none!important;
}
.loader-custom{
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0, 0, 0, .7)
}
.loader-custom .spinner {
    position: absolute;
    top: 40%;
    left: 48%;
    color: #fff;
}
.loader-custom .spinner > i {
    font-size: 50px;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-heading {
    padding: 10px 15px;
}
.panel-theme{
    border-color: #3e416d;
}
.panel-theme .panel-heading{
    background-color: #3e416d;
    color: #fff;
}
.panel .panel-body {
    padding: 15px;
}
.columns-2{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
ul.ul-with-icon{
    padding: 0px;
    margin-bottom: 0px;
}
ul.ul-with-icon li {
    padding-bottom: 30px;
    list-style-type: none;
}
ul.ul-with-icon li:last-child{
    padding-bottom: 0px;
}
ul.ul-with-icon li img {
    text-align: center;
    float: left;
    width: 50px;
}
ul.ul-with-icon li div {
    display: block;
    margin-left: 80px;
    margin-top: -10px;
}
ul.ul-with-icon li h5 {
    font-size: 20px;
}
ul.ul-with-icon li p {
    text-align: justify;
}
/**  =====================
      Theme-preloader css start
==========================  **/
.theme-loader {
    height: 100%;
    width: 100%;
    background-color: white;
    position: fixed;
    z-index: 999999;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ball-scale {
    left: 50%;
    top: 50%;
    position: absolute;
    height: 50px;
    width: 75px;
    margin: -25px 0 0 -37.5px;
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}
@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}
.ball-scale .contain > div {
    width: 3px;
    height: 50px;
    border-radius: 5px;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
    animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.ball-scale .contain > div:nth-child(4),
.ball-scale .contain > div:nth-child(6) {
    animation-delay: -0.4s !important;
}

.ball-scale .contain > div:nth-child(3),
.ball-scale .contain > div:nth-child(7) {
    animation-delay: -0.3s !important;
}

.ball-scale .contain > div:nth-child(2),
.ball-scale .contain > div:nth-child(8) {
    animation-delay: -0.2s !important;
}

.ball-scale .contain > div:nth-child(1),
.ball-scale .contain > div:nth-child(9) {
    animation-delay: -0.1s !important;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3);
    }
    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}
@keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3);
    }
    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}
.ball-scale .contain > div {
    width: 3px;
    height: 50px;
    border-radius: 5px;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
    animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

.ball-scale .contain > div:nth-child(4),
.ball-scale .contain > div:nth-child(6) {
    animation-delay: -0.30s !important;
}

.ball-scale .contain > div:nth-child(3),
.ball-scale .contain > div:nth-child(7) {
    animation-delay: -0.20s !important;
}

.ball-scale .contain > div:nth-child(2),
.ball-scale .contain > div:nth-child(8) {
    animation-delay: -0.10s !important;
}

.ball-scale .contain > div:nth-child(1),
.ball-scale .contain > div:nth-child(9) {
    animation-delay: 0s !important;
}

.ball-scale .contain > div:nth-child(1) {
    background-color: #93BE52;
}
.ball-scale .contain > div:nth-child(2) {
    background-color: #FE8A7D;
}
.ball-scale .contain > div:nth-child(3) {
    background-color: #FFB64D;
}
.ball-scale .contain > div:nth-child(4) {
    background-color: #FC6180;
}
.ball-scale .contain > div:nth-child(5) {
    background-color: #4680ff;
}
.ball-scale .contain > div:nth-child(6) {
    background-color: #FC6180;
}
.ball-scale .contain > div:nth-child(7) {
    background-color: #FFB64D;
}
.ball-scale .contain > div:nth-child(8) {
    background-color: #FE8A7D;
}
.ball-scale .contain > div:nth-child(9) {
    background-color: #93BE52;
}

.site-header .navbar{
    background: #3e416d;
    padding: 0.5rem 1rem;
}
header .logo{
    position: absolute;
    left: 50%;
    margin-left: -120px;
}
header .logo .navbar-brand{
    background: #fff;
    padding: .3125rem;
    margin: 0px;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 10px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
}
.navbar-form{
    margin-left: 120px;
}
.navbar-form .form-group{
    margin-bottom: 0px;
}
.navbar-nav .dropdown-menu .dropdown-item{
    text-transform: none;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #3e416d;
}
.dropdown-item:hover{
    background-color: #3e416d;
    color:#fff;
}
.has-search .form-control {
    padding-left: 2.375rem;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    color: #495057;
    border-color: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
}
.has-search .form-control::-webkit-input-placeholder {
    color: #495057;
    font-weight: 600;
}
.has-search .form-control::-moz-placeholder {
    color: #495057;
    font-weight: 600;
}
.has-search .form-control:-ms-input-placeholder {
    color: #495057;
    font-weight: 600;
}
.has-search .form-control:-moz-placeholder {
    color: #495057;
    font-weight: 600;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
    color: #495057;
}
.search-form  input[type=radio]{
    margin-right: 5px;
}
.search-form-box{
    margin: 30px auto 10px auto;
    /*width: 80%;*/
}
.search-form .has-search .form-control{
    border-radius: 4px;
}
#rotate_screen{
    width: 100%;
    height: 100%;
    /*z-index: 10000;*/
    z-index: 9999999;
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#rotate_screen img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.entry-gate-img{
    background-image: url("../images/outside.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center top;*/
    width: 100%;
    /*height: 576px;*/
    height: 1001px;
    /*background-size: 100% 100%;*/
}
.entry-gate-img .entry-gate{
    position: absolute;
    /*width: 340px;*/
    width: 175px;
    height: 136px;
    /*top: 628px;
    left: 588px;*/
    top: 50.5%;
    left: 40%;
    /*left: 35%;*/
}
.entry-gate-img .entry-gate-link{
    width: 100%;
    height: 100%;
    display: block;
}
.entry-gate-img .store-link{
    position: absolute;
    width: 87px;
    height: 100px;
    top: 54.5%;
    left: 30%;
}
.entry-gate-img .store-link-2{
    position: absolute;
    width: 125px;
    height: 100px;
    top: 54.5%;
    left: 50%;
}
.entry-gate-img .entry-gate-link:hover,
.lobby .hall-link:hover,
.lobby .auditorium-link:hover,
.lobby .networking-lounge-link:hover{
    background: url("../images/entrygate_hover_shadow.png") no-repeat center;
}
.lobby{
    background: url("../images/lobby.jpg") no-repeat;
    width: 100%;
    /*height: 576px;*/
    /*height: 902px;
    height: 1123px;*/
    height: 750px;
    /*background-size: contain;*/
    background-size: cover;
}
.supports-logo-section{

}
.supports-logo-list{
    display: flex;
    padding: 20px 0px 25px;
    align-items: center;
    justify-content: center;
    background: #3e416d;
}
.supports-logo-list .logo-box{
    /*width: 250px;*/
    width: 130px;
    /*height: 120px;*/
    color: #fff;
    text-align: center;
    margin: 0 10px;
}
.supports-logo-list .logo-box .logo-title{
    font-size: 14px;
    margin-bottom: 15px;
    height: 30px;
    overflow: hidden;
}
.supports-logo-list .logo-box .logo-img{
    background: #fff;
}
.search-section .branding-list{
    height: 875px;
}
.search-section .branding-list marquee{
    height: 100%;
}
.search-container{
    /*padding: 40px 20px !important;*/
    padding: 50px 20px 40px !important;
    /*background: url("https://via.placeholder.com/1366x640/000000/FFFFFF/") no-repeat;
    background-size: cover;*/
}
.search-container .branding-list .branding-box{
    margin-bottom: 15px;
    text-align: center;
}
.search-container .branding-list .branding-box:last-child{
    margin-bottom: 0px;
}
.search-container .branding-list .branding-box img{
    border: 1px solid #dadce0;
    width: 202px;
    height: 152px;
}
.search-content .heading{
    /*color: #fff;*/
    text-transform: uppercase;
    text-align: center;
}
/*.dataTable{
    background: #fff;
}
div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label{
    color: #fff;
}*/
table.table-bordered.dataTable th{
    border-top: none;
    border-bottom: none;
}
table.dataTable{
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
}
table.table-bordered.dataTable thead th, table.table-bordered.dataTable thead td{
    text-align: center;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td{
    padding-top: 5px;
    padding-bottom: 5px;
}
#search_datatable thead{
    background: #3e416d;
    color: #fff;
}
.search-section .select2-container .select2-selection--single{
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
    height: 32px;
    color: #495057;
    font-weight: 600;
}
/*stage css*/
.store-section .stall-bg-img{
    background: url('../images/bg.jpg') no-repeat scroll 0 0;
    background-size: cover;
}
.store-section .stage.stage1{
    /*background-image: url("../images/stage1.jpg");*/
}
.store-section .stage{
    /*background-size: contain;*/
    background-size: cover;
    /*background-position: center top;*/
    background-repeat: no-repeat;
    height: 750px;
}
.store-detail-section .row{
    /*padding: 25px 0;*/
    padding: 8px 0;
}
.stage .inquiry_btn,
.stage .business_card_btn,
.stage .arrange_meeting_btn,
.stage .open_chat_widget_btn{
    position: absolute;
    width: 160px;
    font-weight: 600;
    cursor: pointer;
}
.stage .stage-video iframe {
    width: 100%;
    height: 100%;
}
.stage.three-posters-stall-a{
    /*height: 883px;*/
    height: 750px;
    /*background-color: #000;*/
}
.stage.three-posters-stall-a .inquiry_btn{
    bottom: -22px;
    left: 33.2%;
}
.stage.three-posters-stall-a .arrange_meeting_btn,
.stage.three-posters-stall-a .open_chat_widget_btn{
    right: 35.2%;
    bottom: -22px;
}
.three-posters-stall-a .business_card_btn{
    right: 15.2%;
    bottom: -22px;
}
.stage .stage-logo-box, .stage-banner, .stage-video, .stage-company-name, .lobby .branding-box, .lobby .branding-box-big, .lobby .branding-box-small, .lobby .event-logo, .lobby .organizer-logo, .lobby .event-logo-2,
.text-Organized-by, .auditorium .event-logo, .auditorium .banner
{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stage .stage-logo-box{
    text-align: center;
}
.stage .stage-logo-box .stage-logo{
    /*max-height: 32px;
    max-width: 146px;*/
    max-height: 100%;
    max-width: 100%;
    /*background-color: #fff;*/
}
.stage.three-posters-stall-a .stage-logo-box.logo-1{
    width: 432px;
    height: 134px;
    top: 58px;
    left: 173px;
}
.stage.three-posters-stall-a .stage-logo-box.logo-2{
    width: 228px;
    height: 160px;
    bottom: 30px;
    left: 1253px;
}
.stage.three-posters-stall-a .stage-banner{
    width: 267px;
    height: 165px;
    top: 318px;

}
.stage.three-posters-stall-a .stage-banner img{
    /*max-width: 325px;
    max-height: 202px;*/
    width: 267px;
    height: 165px;
}
.stage.three-posters-stall-a .stage-banner.banner-1{
    /*top: 260px;*/
    /*left: 490px;*/
    left: 390px;
}
.stage.three-posters-stall-a .stage-banner.banner-2{
    left: 697px;
}
.stage.three-posters-stall-a .stage-banner.banner-3{
    /*right: 280px;*/
    left: 1000px;
}
.stage.three-posters-stall-a .stage-video{
    width: 200px;
    height: 120px;
}
.stage.three-posters-stall-a .stage-video.video-1{
    left: 406px;
    bottom: 149px;
}
.stage.three-posters-stall-a .stage-video img{
    /*max-width: 150px;
    max-height: 63px;*/
    max-width: 100%;
}
.stage.three-posters-stall-a .stage-company-name{
    top: 82px;
    left: 38.2%;
    width: 47%;
    /*height: 50px;*/
    /*background-color: #1b763f;*/
    color: #fff;
}
.stage.three-posters-stall-a .stage-company-name .name{
    /*font-size: 2rem;*/
    font-weight: 600;
    margin: 0;
}
    /* 4 Poster Stall */
    /* Four Posters Stall A */
.stage.four-posters-stall-a .stage-banner{
    width: 125px;
    height: 175px;
    top: 270px;
}
.stage.four-posters-stall-a .stage-banner.banner-1{
    left: 393px;
}
.stage.four-posters-stall-a .stage-banner.banner-2{
    left: 557px;
}
.stage.four-posters-stall-a .stage-banner.banner-3{
    left: 982px;
}
.stage.four-posters-stall-a .stage-banner.banner-4{
    left: 1145px;
}
.stage.four-posters-stall-a .stage-banner img{
    width: 125px;
    height: 175px;
}
.stage.four-posters-stall-a .stage-logo-box.logo-1{
    width: 210px;
    height: 120px;
    top: 490px;
    left: 725px;
}
.stage.four-posters-stall-a .stage-logo-box.logo-2{
    display: none;
}
.stage.four-posters-stall-a .stage-video{
    width: 238px;
    height: 135px;
    left: 713px;
    top: 204px;
}
.stage.four-posters-stall-a .stage-company-name{
    top: 60px;
    left: 28%;
    width: 43%;
}
.stage.four-posters-stall-a .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}

    /* Four Posters Stall B */
.stage.four-posters-stall-b .stage-banner{
    width: 133px;
    height: 207px;
    top: 263px;
}
.stage.four-posters-stall-b .stage-banner.banner-1{
    left: 380px
}
.stage.four-posters-stall-b .stage-banner.banner-2{
    left: 515px;
}
.stage.four-posters-stall-b .stage-banner.banner-3,
.stage.four-posters-stall-b .stage-banner.banner-4{
    /*width: 147px;
    height: 106px;
    top: 333px;*/
}
.stage.four-posters-stall-b .stage-banner.banner-3{
    left: 876px;
}
.stage.four-posters-stall-b .stage-banner.banner-4{
    left: 1010px;
}
.stage.four-posters-stall-b .stage-banner img{
    width: 133px;
    height: 207px;
}
.stage.four-posters-stall-b .stage-banner.banner-3 img,
.stage.four-posters-stall-b .stage-banner.banner-4 img{
    /*width: 147px;
    height: 106px;*/
}
.stage.four-posters-stall-b .stage-logo-box.logo-1{
    width: 130px;
    height: 60px;
    top: 510px;
    left: 1260px;
}
.stage.four-posters-stall-b .stage-logo-box.logo-2{
    display: none;
}
.stage.four-posters-stall-b .stage-video{
    width: 165px;
    height: 92px;
    left: 1220px;
    top: 300px;
}
.stage .stage-video a{
    width: 100%;
    height: 100%;
}
.stage.four-posters-stall-b .stage-company-name{
    top: 170px;
    left: 24%;
    width: 43%;
}
.stage.four-posters-stall-b .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}

.stage.four-posters-stall-c{
    /*background-color: #c1c0c0;*/
}
.stage.four-posters-stall-c .stage-banner{
    width: 190px;
    height: 235px;
    top: 220px;
}
.stage.four-posters-stall-c .stage-banner.banner-1{
    left: 313px;
}
.stage.four-posters-stall-c .stage-banner.banner-2{
    left: 523px;
}
.stage.four-posters-stall-c .stage-banner.banner-3,
.stage.four-posters-stall-c .stage-banner.banner-4{
    /*width: 145px;
    height: 190px;*/
}
.stage.four-posters-stall-c .stage-banner.banner-3{
    left: 1122px;
}
.stage.four-posters-stall-c .stage-banner.banner-4{
    left: 1333px;
}
.stage.four-posters-stall-c .stage-banner img{
    width: 190px;
    height: 235px;
}
.stage.four-posters-stall-c .stage-banner.banner-3 img,
.stage.four-posters-stall-c .stage-banner.banner-4 img{
    /*width: 145px;
    height: 190px;*/
}
.stage.four-posters-stall-c .stage-logo-box.logo-1{
    width: 240px;
    height: 75px;
    top: 500px;
    left: 1225px;
}
.stage.four-posters-stall-c .stage-logo-box.logo-2{
    display: none;
}
.stage.four-posters-stall-c .stage-video{
    width: 226px;
    height: 124px;
    left: 807px;
    top: 244px;
}
.stage .stage-video a{
    width: 100%;
    height: 100%;
}
.stage.four-posters-stall-c .stage-company-name{
    top: 50px;
    left: 17%;
    width: 75%;
}
.stage.four-posters-stall-c .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}

.stage.four-posters-stall-d .stage-banner{
    width: 107px;
    height: 140px;
    top: 343px;
}
.stage.four-posters-stall-d .stage-banner.banner-1{
    left: 768px;
}
.stage.four-posters-stall-d .stage-banner.banner-2{
    left: 880px
}
.stage.four-posters-stall-d .stage-banner.banner-3{
    left: 990px
}
.stage.four-posters-stall-d .stage-banner.banner-4{
    left: 1102px;
}
.stage.four-posters-stall-d .stage-banner img{
    width: 107px;
    height: 140px;
}
.stage.four-posters-stall-d .stage-logo-box.logo-1{
    width: 193px;
    height: 60px;
    top: 335px;
    left: 510px;
}
.stage.four-posters-stall-d .stage-logo-box.logo-2{
    display: none;
}
.stage.four-posters-stall-d .stage-video{
    width: 127px;
    height: 114px;
    left: 1233px;
    top: 352px;
}
.stage.four-posters-stall-d .stage-company-name{
    top: 236px;
    left: 47%;
    min-width: 32%;
}
.stage.four-posters-stall-d .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}

    /* 4 Poster Stall F */
.stage.four-posters-stall-f .stage-banner{
    width: 163px;
    height: 216px;
    top: 305px;
}
.stage.four-posters-stall-f .stage-banner.banner-1{
    left: 276px;
}
.stage.four-posters-stall-f .stage-banner.banner-2{
    left: 575px;
}
.stage.four-posters-stall-f .stage-banner.banner-3{
    left: 891px;
}
.stage.four-posters-stall-f .stage-banner.banner-4{
    left: 1106px;
}
.stage.four-posters-stall-f .stage-banner img{
    width: 163px;
    height: 216px;
}
.stage.four-posters-stall-f .stage-logo-box.logo-1{
    width: 255px;
    height: 60px;
    top: 215px;
    left: 680px;
}
.stage.four-posters-stall-f .stage-logo-box.logo-2{
    display: none;
}
.stage.four-posters-stall-f .stage-video{
    width: 240px;
    height: 135px;
    left: 1365px;
    top: 360px;
}
.stage.four-posters-stall-f .stage-company-name{
    top: 195px;
    left: 5%;
    min-width: 34%;
}
.stage.four-posters-stall-f .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}

/* 4 Poster Stall G */
.stage.four-posters-stall-g .stage-banner{
    width: 103px;
    height: 138px;
    top: 302px;
}
.stage.four-posters-stall-g .stage-banner.banner-1{
    left: 562px;
}
.stage.four-posters-stall-g .stage-banner.banner-2{
    left: 668px
}
.stage.four-posters-stall-g .stage-banner.banner-3{
    width: 156px;
    height: 121px;
    top: 311px;
    left: 798px;
}
.stage.four-posters-stall-g .stage-banner.banner-4{
    left: 982px
}
.stage.four-posters-stall-g .stage-banner img{
    width: 103px;
    height: 138px;
}
.stage.four-posters-stall-g .stage-banner.banner-3 img{
    width: 156px;
    height: 121px;
}
.stage.four-posters-stall-g .stage-logo-box.logo-1{
    width: 175px;
    height: 60px;
    top: 214px;
    left: 565px;
}
.stage.four-posters-stall-g .stage-logo-box.logo-2{
    display: none;
}
.stage.four-posters-stall-g .stage-video{
    width: 203px;
    height: 111px;
    left: 1189px;
    top: 230px;
}
.stage.four-posters-stall-g .stage-company-name{
    top: 155px;
    left: 68%;
    min-width: 16%;
}
.stage.four-posters-stall-g .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}

    /* 6 Poster Stall A */
.stage.six-posters-stall-a{
    /*background-color: #4c4c4c;*/
}
.stage.six-posters-stall-a .stage-banner{
    width: 80px;
    height: 152px;
    top: 208px;
}
.stage.six-posters-stall-a .stage-banner.banner-1{
    left: 410px;
}
.stage.six-posters-stall-a .stage-banner.banner-2{
    left: 515px;
}
.stage.six-posters-stall-a .stage-banner.banner-3{
    left: 621px;
}
.stage.six-posters-stall-a .stage-banner.banner-4{
    left: 984px;
}
.stage.six-posters-stall-a .stage-banner.banner-5{
    left: 1091px;
}
.stage.six-posters-stall-a .stage-banner.banner-6{
    left: 1198px;
}
.stage.six-posters-stall-a .stage-banner img{
    width: 80px;
    height: 152px;
}
.stage.six-posters-stall-a .stage-logo-box.logo-1{
    width: 208px;
    height: 83px;
    top: 412px;
    left: 740px;
}
.stage.six-posters-stall-a .stage-logo-box.logo-2{
    display: none;
}
.stage.six-posters-stall-a .stage-video{
    width: 185px;
    height: 127px;
    left: 757px;
    top: 213px;
}
.stage.six-posters-stall-a .stage-company-name{
    top: 40px;
    left: 20%;
    width: 62%;
}
.stage.six-posters-stall-a .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}

    /* 6 Poster Stall B */
.stage.six-posters-stall-b{
    /*background-color: #4c4c4c;*/
}
.stage.six-posters-stall-b .stage-banner{
    width: 120px;
    height: 181px;
    top: 287px;
}
.stage.six-posters-stall-b .stage-banner.banner-1{
    left: 294px;
}
.stage.six-posters-stall-b .stage-banner.banner-2{
    left: 432px;
}
.stage.six-posters-stall-b .stage-banner.banner-3{
    left: 573px;
}
.stage.six-posters-stall-b .stage-banner.banner-4,
.stage.six-posters-stall-b .stage-banner.banner-5,
.stage.six-posters-stall-b .stage-banner.banner-6{
    top: 287px;
}
.stage.six-posters-stall-b .stage-banner.banner-4{
    left: 1017px;
}
.stage.six-posters-stall-b .stage-banner.banner-5{
    left: 1156px;
}
.stage.six-posters-stall-b .stage-banner.banner-6{
    left: 1295px;
}
.stage.six-posters-stall-b .stage-banner img{
    width: 120px;
    height: 181px;
}
.stage.six-posters-stall-b .stage-logo-box.logo-1{
    width: 236px;
    height: 105px;
    top: 503px;
    left: 735px;
}
.stage.six-posters-stall-b .stage-logo-box.logo-2{
    /*width: 127px;
    height: 50px;
    top: 463px;
    left: 215px;*/
    display: none;
}
.stage.six-posters-stall-b .stage-video{
    width: 245px;
    height: 126px;
    left: 733px;
    top: 312px;
}
.stage.six-posters-stall-b .stage-company-name{
    top: 60px;
    left: 24%;
    min-width: 53%;
}
.stage.six-posters-stall-b .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}

    /* 6 Poster Stall C */
.stage.six-posters-stall-c{
    /*background-color: #4c4c4c;*/
}
.stage.six-posters-stall-c .stage-banner{
    width: 101px;
    height: 165px;
    top: 247px;
}
.stage.six-posters-stall-c .stage-banner.banner-1{
    left: 246px;
}
.stage.six-posters-stall-c .stage-banner.banner-2{
    left: 360px;
}
.stage.six-posters-stall-c .stage-banner.banner-3{
    left: 472px;
}
.stage.six-posters-stall-c .stage-banner.banner-4{
    left: 1063px;
}
.stage.six-posters-stall-c .stage-banner.banner-5{
    left: 1176px;
}
.stage.six-posters-stall-c .stage-banner.banner-6{
    left: 1288px;
}
.stage.six-posters-stall-c .stage-banner img{
    width: 101px;
    height: 165px;
}
.stage.six-posters-stall-c .stage-logo-box.logo-1{
    width: 98px;
    height: 60px;
    top: 430px;
    left: 860px;
}
.stage.six-posters-stall-c .stage-logo-box.logo-2{
    display: none;
}
.stage.six-posters-stall-c .stage-video{
    /*width: 128px;
    height: 77px;
    left: 760px;
    top: 270px;*/

    width: 210px;
    height: 135px;
    left: 720px;
    top: 230px;
}
.stage.six-posters-stall-c .stage-company-name{
    top: 85px;
    left: 40%;
    min-width: 18%;
    max-width: 18%;
    text-align: center;
}
.stage.six-posters-stall-c .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}

    /* 6 Poster Stall D */
.stage.six-posters-stall-d{
    /*background-color: #4c4c4c;*/
}
.stage.six-posters-stall-d .stage-banner{
    width: 143px;
    height: 210px;
    top: 260px;
}
.stage.six-posters-stall-d .stage-banner.banner-1{
    left: 330px;
}
.stage.six-posters-stall-d .stage-banner.banner-2{
    left: 487px;
}
.stage.six-posters-stall-d .stage-banner.banner-3{
    left: 644px;
}
.stage.six-posters-stall-d .stage-banner.banner-4{
    left: 800px;
}
.stage.six-posters-stall-d .stage-banner.banner-5{
    left: 953px;
}
.stage.six-posters-stall-d .stage-banner.banner-6{
    left: 1110px;
}
.stage.six-posters-stall-d .stage-banner img{
    width: 143px;
    height: 210px;
}
.stage.six-posters-stall-d .stage-banner.banner-6 img{

}
.stage.six-posters-stall-d .stage-logo-box.logo-1{
    width: 155px;
    height: 60px;
    top: 120px;
    left: 1250px;
}
.stage.six-posters-stall-d .stage-logo-box.logo-2{
    display: none;
}
.stage.six-posters-stall-d .stage-video{
    width: 203px;
    height: 107px;
    left: 1361px;
    top: 315px;
}
.stage.six-posters-stall-d .stage-company-name{
    top: 65px;
    left: 9%;
    /*min-width: 30%;*/
}
.stage.six-posters-stall-d .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}

/* 6 Poster Stall E */
.stage.six-posters-stall-e{
    /*background-color: #4c4c4c;*/
}
.stage.six-posters-stall-e .stage-banner{
    width: 143px;
    height: 210px;
    top: 260px;
}
.stage.six-posters-stall-e .stage-banner.banner-1{
    left: 330px;
}
.stage.six-posters-stall-e .stage-banner.banner-2{
    left: 487px;
}
.stage.six-posters-stall-e .stage-banner.banner-3{
    left: 644px;
}
.stage.six-posters-stall-e .stage-banner.banner-4{
    left: 800px;
}
.stage.six-posters-stall-e .stage-banner.banner-5{
    left: 953px;
}
.stage.six-posters-stall-e .stage-banner.banner-6{
    left: 1110px;
}
.stage.six-posters-stall-e .stage-banner img{
    width: 143px;
    height: 210px;
}
.stage.six-posters-stall-e .stage-banner.banner-6 img{

}
.stage.six-posters-stall-e .stage-logo-box.logo-1{
    width: 155px;
    height: 60px;
    top: 120px;
    left: 1250px;
}
.stage.six-posters-stall-e .stage-logo-box.logo-2{
    display: none;
}
.stage.six-posters-stall-e .stage-video{
    width: 203px;
    height: 107px;
    left: 1361px;
    top: 315px;
}
.stage.six-posters-stall-e .stage-company-name{
    top: 65px;
    left: 9%;
    /*min-width: 30%;*/
}
.stage.six-posters-stall-e .stage-company-name .name{
    font-weight: 600;
    margin: 0;
    color: #fff;
}

    /* 10 Poster Stall */
.stage.ten-posters-stall-b{
    background-color: #4c4c4c;
}
.stage.ten-posters-stall-b .stage-banner{
    width: 77px;
    height: 135px;
    top: 337px;
}
.stage.ten-posters-stall-b .stage-banner.banner-1{
    left: 43px;
}
.stage.ten-posters-stall-b .stage-banner.banner-2{
    left: 130px;
}
.stage.ten-posters-stall-b .stage-banner.banner-3{
    left: 220px;
}
.stage.ten-posters-stall-b .stage-banner.banner-4,
.stage.ten-posters-stall-b .stage-banner.banner-5,
.stage.ten-posters-stall-b .stage-banner.banner-6{
    top: 328px;
}
.stage.ten-posters-stall-b .stage-banner.banner-4{
    left: 484px;
}
.stage.ten-posters-stall-b .stage-banner.banner-5{
    left: 695px;
}
.stage.ten-posters-stall-b .stage-banner.banner-6{
    left: 978px;
}
.stage.ten-posters-stall-b .stage-banner.banner-7{
    left: 1190px;
}
.stage.ten-posters-stall-b .stage-banner.banner-8{
    left: 1395px;
}
.stage.ten-posters-stall-b .stage-banner.banner-9{
    left: 1484px;
}
.stage.ten-posters-stall-b .stage-banner.banner-10{
    left: 1570px;
}
.stage.ten-posters-stall-b .stage-banner img{
    width: 77px;
    height: 135px;
}
.stage.ten-posters-stall-b .stage-logo-box.logo-1{
    width: 82px;
    height: 55px;
    top: 263px;
    left: 35px;
}
.stage.ten-posters-stall-b .stage-logo-box.logo-2{
    display: none;
}
.stage.ten-posters-stall-b .stage-video{
    width: 108px;
    height: 63px;
    top: 350px;
}
.stage.ten-posters-stall-b .stage-video.video-1{
    left: 345px;
}
.stage.ten-posters-stall-b .stage-video.video-2{
    left: 817px;
}
.stage.ten-posters-stall-b .stage-video.video-3{
    left: 1277px;
}
.stage.ten-posters-stall-b .stage-company-name{
    top: 276px;
    left: 23%;
    min-width: 75%;
}
.stage.ten-posters-stall-b .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}
        /* 1 Poster Stall A */
.stage.one-posters-stall-a,
.stage.one-posters-stall-c,
.stage.one-posters-stall-d{
    /*background-color: #4c4c4c;*/
}
.stage.one-posters-stall-a .stage-company-name{
    left: 26%;
    top: 102px;
    min-width: 49.7%;
    color: #fff;
}
.stage.one-posters-stall-a .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}
.stage.one-posters-stall-a .stage-logo-box.logo-1{
    width: 170px;
    height: 155px;
    top: 195px;
    left: 553px;
}
.stage.one-posters-stall-a .stage-logo-box.logo-2{
    display: none;
}
.stage.one-posters-stall-a .stage-banner {
    width: 200px;
    height: 260px;
    top: 192px;
}
.stage.one-posters-stall-a .stage-banner img {
    width: 200px;
    height: 260px;
}
.stage.one-posters-stall-a .stage-banner.banner-1 {
    left: 758px;
}

    /* 1 Poster Stall C */
.stage.one-posters-stall-c .stage-company-name{
    left: 38%;
    top: 183px;
    min-width: 24%;
    color: #fff;
}
.stage.one-posters-stall-c .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}
.stage.one-posters-stall-c .stage-logo-box.logo-1{
    width: 170px;
    height: 106px;
    top: 403px;
    left: 538px;
}
.stage.one-posters-stall-c .stage-logo-box.logo-2{
    display: none;
}
.stage.one-posters-stall-c .stage-banner {
    width: 130px;
    height: 170px;
    top: 222px;
}
.stage.one-posters-stall-c .stage-banner img {
    width: 130px;
    height: 170px;
}
.stage.one-posters-stall-c .stage-banner.banner-1 {
    left: 776px;
}

    /* 1 Poster Stall D */
.stage.one-posters-stall-d .stage-company-name{
    left: 37%;
    top: 90px;
    min-width: 22%;
    color: #fff;
}
.stage.one-posters-stall-d .stage-company-name .name{
    font-weight: 600;
    margin: 0;
}
.stage.one-posters-stall-d .stage-logo-box.logo-1{
    width: 107px;
    height: 66px;
    top: 187px;
    left: 686px;
}
.stage.one-posters-stall-d .stage-logo-box.logo-2{
    display: none;
}
.stage.one-posters-stall-d .stage-banner {
    width: 152px;
    height: 192px;
    top: 182px;
}
.stage.one-posters-stall-d .stage-banner img {
    width: 152px;
    height: 192px;
}
.stage.one-posters-stall-d .stage-banner.banner-1 {
    left: 830px;
}
/* End stage css */

.product-slider{
    margin: 50px;
}
.product-slider .swiper-container .swiper-slide{
    text-align: center;
}
.product-slider .swiper-container{
    /*height: 450px;*/
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 14px !important;
    font-weight: bold;
    color: #3e416d;
    background-color: #fff;
    padding: 10px 13px;
    border-radius: 25px;

}
.product-detail-section .product-detail{
    margin: 50px 70px 50px 0;
}
.product-detail-section .product-detail .product-name{
    margin-bottom: 20px;
}
.product-detail-section .company-detail{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6e7198;
    color: #fff;
    padding: 20px;
    position: relative;
}
.product-detail-section .company-detail .company-logo{
    /*width: 200px;*/
    /*height: 100px;*/
    margin: 0 25px 0 0;
    max-width: 200px;
    max-height: 100px;
}

.login-section .auth-box{
    background-color: #fff;
    border-radius: 8px;
    /*margin: 35px 0 35px 0;*/
    padding: 20px;
    box-shadow: 0 2px 18px -2px black;
}
.login-container{
    padding: 40px;
}
.login-container .content{
    padding: 0 0 0 40px;
    text-align: justify;
}
.registration-section .card{
    border-radius: 5px;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
    border: none;
    /*margin-bottom: 30px;*/
}
.registration-section .card .card-block{
    padding: 20px 5px;
}
.lobby .branding-box{
    /*width: 129px;*/
    /*width: 159px;
    height: 123px;
    top: 99px;*/
    width: 121px;
    height: 99px;
    top: 65px;
}
.lobby .branding-box.banner-1{
    /*top: 79px;*/
    /*left: 44px;*/
    /*left: 56px;*/
    left: 75px;
}
.lobby .branding-box.banner-2{
    /*top: 79px;*/
    /*left: 201px;*/
    left: 255px;
}
.lobby .branding-box.banner-3{
    /*top: 99px;*/
    /*left: 358px;*/
    left: 435px;
}
.lobby .branding-box.banner-4{
    /*top: 79px;*/
    /*right: 357px;*/
    /*right: 435px;*/
    left: 1124px;
}
.lobby .branding-box.banner-5{
    /*top: 79px;*/
    /*right: 200px;*/
    /*right: 255px;*/
    left: 1304px;
}
.lobby .branding-box.banner-6{
    /*top: 79px;*/
    /*right: 44px;*/
    /*right: 75px;*/
    left: 1484px;
}
.lobby .branding-box-big{
    /*width: 195px;*/
    width: 165px;
    height: 276px;
    top: 252px;
}
.lobby .branding-box-big img{
    /*width: 195px;*/
    width: 165px;
    height: 276px;
}
.lobby .branding-box-big.banner-1{
    /*left: 11px;*/
    left: 40px;
}
.lobby .branding-box-big.banner-2{
    left: 1473px;
}
.lobby .branding-box-small{
    width: 161px;
    height: 208px;
    top: 260px;
}
.lobby .branding-box-small img{
    width: 161px;
    height: 208px;
}
.lobby .branding-box-small.banner-1{
    left: 316px;
}
.lobby .branding-box-small.banner-2{
    left: 1204px;
}
.lobby .event-logo{
    /*width: 263px;
    height: 162px;
    top: 50px;
    left: 543px;*/
    /*width: 325px;
    height: 200px;
    top: 64px;
    left: 678px;*/

    width: 430px;
    height: 128px;
    top: 50px;
    left: 624px;
}
.lobby .event-logo img{
    max-height: 100%;
}
.lobby .event-logo-2{
    width: 130px;
    height: 70px;
    top: 495px;
    /*left: 119px;*/
    left: 163px;
}
.lobby .organizer-logo{
    width: 105px;
    height: 55px;
    top: 810px;
    /*left: 130px;*/
    left: 180px;
}
.lobby .text-Organized-by{
    top: 785px;
    /*left: 141px;*/
    left: 190px;
    font-weight: 600;
    font-size: 13px;
}
.lobby .hall-link{
    position: absolute;
    /*width: 174px;*/
    /*width: 214px;
    height: 62px;
    top: 344px;*/

    width: 203px;
    height: 233px;
    top: 265px;
}
.lobby .hall-link.hall-a-link{
    /*top: 276px;*/
    /*left: 523px;*/
    left: 741px;
}
.lobby .hall-link.hall-b-link{
    /*top: 276px;*/
    /*right: 445px;*/
    right: 554px;
}
.lobby .auditorium-link{
    position: absolute;
    /*width: 180px;
    height: 60px;
    right: 0;
    top: 345px;
    transform: rotate(-4deg);*/

    width: 85px;
    height: 165px;
    top: 360px;
    left: 222px;
}
.lobby .networking-lounge-link{
    position: absolute;
    width: 85px;
    height: 165px;
    top: 360px;
    /*right: 222px;*/
    left: 1372px;
}
.lobby .banner-img-box-section{
    position: absolute;
    width: 35%;
    height: 110px;
    top: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lobby .banner-img-box-section.left{
    left: 5%;
}
.lobby .banner-img-box-section.right{
    right: 5%;
}
.lobby .banner-img-box-section .banner-img-box{
    display: inline-block;
    width: 121px;
    height: 110px;
    margin-left: 20px;
    margin-right: 20px;
}
.lobby .banner-img-box-section .banner-img-box img{
    width: 100%;
    height: 100%;
}
#BusinessCardModal button.close{
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    z-index: 9;
}
#BusinessCardModal .modal-content{
    background: #f5f5f5;
    border: none;
}
#BusinessCardModal .modal-body{
    padding: 0px;
}
#BusinessCardModal .card-header{
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}
#BusinessCardModal .card-logo{
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
}
#BusinessCardModal .logo{
    width: 250px;
    /*height: 100px;*/
}
#BusinessCardModal .content{
    margin: 10px 0 80px 0;
    text-align: center;
}
#BusinessCardModal .content p{
    margin: 0px;
}
#BusinessCardModal .content .name{
    text-transform: uppercase;
}
#BusinessCardModal .bottom-link a{
    font-weight: 600;
}
#BusinessCardModal .card-footer{
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
}
#BusinessCardModal .card-footer .bottom-link{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
#BusinessCardModal .card-footer .bottom-link a{
    color: #fff;
}
.bottom-right-fixed{
    position: fixed;
    right: 0;
    /*bottom: -6px;*/
    bottom: 0;
    z-index: 999999;
}

.chat-widget{
    /*width: 525px;
    height: 450px;*/
    /*bottom: -440px;*/
    /*bottom: -380px;*/
    display: none;
    z-index: 999999;

    float: right;
    /*margin-right: 15px;*/
    direction: ltr;
}
.chat-widget.active{
    bottom: -6px;
}
.chat-widget .action-btn{
    position: absolute;
    /*left: 65%;*/
    right: 0px;
    text-align: right;
    top: 20px;
    color: #39f;
    font-size: 20px;
    cursor: pointer;
    z-index: 99999;
}
.chat-widget .action-btn span{
    margin-right: 15px;
}
.loading_screen span{
    font-size: 32px;
    left: 45%;
    position: absolute;
    top: 50%;
    font-weight: 600;
    transform: translateY(-50%);
}
.chat-widget .loading_screen, .loading_screen{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    display: block;
}
.chat-widget .loading_screen span{
    font-size: 32px;
    left: 40%;
    position: absolute;
    top: 40%;
    font-weight: 600;
}
.store-btn.fixed-btn-right{
    position: fixed;
    z-index: 9;
    right: 0;
    top: 50%;
    margin-top: -152px;
}
.store-btn{
    width: 90px;
}
.store-btn .btn{
    width: 100%;
    /*margin-bottom: 5px;*/
    cursor: pointer;
    border-radius: 0px;
}
.home-event-logo{
    width: 225px;
    height: 126px;
    position: absolute;
    top: 440px;
    left: 1142px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-event-logo img{
    max-height: 126px;
}
.home-banner{
    height: 93px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.home-banner.banner-1{
    left: 590px;
    width: 77px;
    top: 550px;
}
.home-banner.banner-2{
    left: 845px;
    width: 83px;
    top: 546px;
}
.home-banner.banner-1 img{
    width: 77px;
    height: 93px;
}
.home-banner.banner-2 img{
    width: 83px;
    height: 93px;
}
/*.home-banner img{
    max-height: 93px;
}*/
.footer-section{
    background: #31335a;
    color: #fff;
}
.footer-section .copyright-text{
    margin: 10px 15px 0 15px;
}
.auditorium{
    /*background: url("../images/auditorium.jpg") no-repeat;*/
    width: 100%;
    height: 750px;
    /*background-size: cover;*/
}
.auditorium .event-logo{
    width: 380px;
    height: 85px;
    top: 165px;
}
.auditorium .event-logo img,
.auditorium .banner img{
    max-width: 100%;
    max-height: 100%;
}
.auditorium .event-logo.event-logo-left{
    left: 60px;
}
.auditorium .event-logo.event-logo-right{
    left: 1240px;
}
.auditorium .banner{
    top: 380px;
    width: 380px;
    height: 125px;
}
.auditorium .banner.banner-1{
    left: 60px;
}
.auditorium .banner.banner-2{
    left: 1240px;
}
.auditorium .auditorium-iframe{
    width: 100%;
    height: 100%;
    /*height: 530px;*/
    background: #fff;
}
.auditorium .auditorium-iframe iframe{
    border: none;
}
.view-password-btn{
    cursor: pointer;
}
.back-btn{
    position: absolute;
    border-radius: 0 10px 10px 0;
    top: 10px;
    font-weight: 600;
    cursor: pointer;
    z-index: 9999;
}
.product-detail-section, .search-section{
    position: relative;
}

.pricing .card {
    border: none;
    /*border-radius: 1rem;*/
    border-radius: 0;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricing .card.selected{
    outline: 2px solid #3e416d;
}
.pricing .card-body{
    padding: 0;
}

.pricing hr {
    margin: 1.5rem 0 0;
}
.pricing .pricing-detail hr {
    margin-bottom: 2.5rem;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    /*font-size: 3rem;*/
    font-size: 1rem;
    margin-bottom: 5px;

}

.pricing .card-price .period {
    font-size: 0.8rem;
}
.pricing .price{
    font-size: 26px;
    margin: 0;
}
.pricing .fa-ul {
    list-style-type: none;
    /*margin-left: 2.5em;*/
    padding-left: 0;
}
.pricing ul.fa-ul li{
    padding: 8px 15px;
    font-weight: 600;
    text-align: center !important;
}
.pricing .pricing-detail ul li {
    /*margin-bottom: 1rem;*/
    text-align: left !important;
}

.pricing ul.fa-ul li:nth-child(odd) {
    background: #e5e5e5;
}

.pricing ul.fa-ul li:nth-child(even) {
    /*background: blue;*/
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 18px;
    border-radius: 0;
    letter-spacing: .1rem;
    font-weight: 600;
    /* padding: 1rem; */
    /* opacity: 0.7; */
    transition: all 0.2s;
}
.card.pricing-detail {
    /*margin-top: 132px;*/
}
.card .card-price{
    font-size: 1rem;
    padding: 15px 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 82px;*/
    margin-bottom: 5px;
}
.pricing .pricing-detail .card-price{
    font-size: 1.5rem;
    margin: 0;
}
.pricing ul li.ul-title{
    background: #3e416d;
    color: #fff;
    text-align: center !important;
}
.pricing ul.expandible{
    height: 360px;
    overflow: hidden;
    list-style: none !important;
}
.pricing ul.expandible.expanded{
    height: auto;
}
.pricing .show-more{
    text-align: center;
    background: #3e416d;
    display: block;
    color: #fff;
    padding: 2px 0;
    cursor: pointer;
}
/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        /*margin-top: -.25rem;
        margin-bottom: .25rem;*/
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card.pricing-detail:hover {
       /* margin-top: 132px;
        margin-bottom: auto;*/
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}

@media print{
    body {display:none;visibility:hidden;}
}

.contact-box i{
    color: #2193f1;
    font-size: 20px;
}

.contact-box-whatsapp i{
    color: #34b200;
    font-size: 20px;
}
.online-btn{
    position: absolute;
    right: 0;
    border-radius: 8px 0px 0px 8px;
    top: 10px;
}
.similar_products_box .swiper-slide{
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.similar_products_box .swiper-slide a{
    height: 100%;
}
.similar_products_box .swiper-slide img{
    max-height: 100%;
}
#styles-switcher {
    background: #fff;
    width: 120px;
    position: fixed;
    top: 50%;
    z-index: 99;
    padding: 10px;
    /*left: -202px;*/
    right: -120px;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
}

#styles-switcher .switcher-toggle {
    position: absolute;
    background: #3e416d;
    color: #fff;
    font-size: 1.25rem;
    /*border-radius: 0px 4px 4px 0;
    right: -40px;*/
    border-radius: 4px 0px 0px 4px;
    left: -73px;
    top: 0;
    width: auto;
    height: 40px;
    padding: 5px 10px;
}
@keyframes hover {50% {transform: translateY(-3px);}
    100% {transform: translateY(-6px);}
}
@keyframes hover-shadow {0% {transform: translateY(6px);opacity: 1;}
    50% {transform: translateY(3px); opacity: 1;}
    100% {transform: translateY(6px);opacity: 1;}
}
.prev-booth{
    position: absolute;
    /*left: 12%;*/
    left: 8%;
    /*top: 5%;*/
    bottom: 9%;
}
.next-booth{
    position: absolute;
    /*right: 12%;*/
    right: 8%;
    /*top: 5%;*/
    bottom: 9%;
}
.prev-booth a{
    background-color: #fff;
    /*position: absolute;
    left: 0px;*/
    margin-top: -5%;
    padding: 6px 15px 6px 0px;
    color: #202020;
    text-decoration: none;
    cursor: pointer;
}
.next-booth a {
    background-color: #fff;
    /*position: absolute;
    right: 0px;*/
    margin-top: -5%;
    padding: 6px 0px 6px 15px;
    color: #202020;
    text-decoration: none;
    cursor: pointer;
}
.prev-booth a span {
    background-color: #1d6be0;
    padding: 7px 10px;
    margin-right: 10px;
}
.next-booth a span{
    background-color: #1d6be0;
    padding: 7px 10px;
    margin-left: 10px;
}
.prev-booth .hover-shadow:before, .next-booth .hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition-duration: 0.3s;
    transition-property: transform opacity;
}
.prev-booth .hover-shadow:hover, .next-booth .hover-shadow:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.prev-booth .hover-shadow:hover:before, .next-booth .hover-shadow:hover:before {
    opacity: .4;
    transform: translateY(6px);
    animation-name: hover-shadow;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.bottom-btn-list{
    position: absolute;
    /*bottom: 15px;*/
    bottom: 5%;
    text-align: center;
     width: 100%;
    /*left: 50%;
    transform: translate(-50%,0);*/
}
.bottom-btn-list .btn{
    cursor: pointer;
    /*background-color: #1d6be0;
    border-color: #1d6be0;
    color: #fff;
    margin: 0px 10px;*/

    padding: 0;
    background: none;
    border: none;
    margin: 0 10px;

    transform: translateY(-8px);
    animation-name: hover;
    animation-duration: 1.0s;
    animation-delay: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.bottom-btn-list .btn:focus{
    box-shadow: none;
}
.bottom-btn-list .btn img{
    width: 45px;
    /*height: 75px;*/
}
.bottom-btn-list .btn span{
    display: block;
    /*margin-top: -8px;*/
    margin-top: 5px;
    color: #111;
    font-weight: 600;
}
.modal-dialog-centered{
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
    .modal-dialog-centered{
        min-height: calc(100vh - 20px);
    }
}

