@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;600;700&display=swap');


body {
    /*font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Quicksand', sans-serif !important;
    margin: 0px;
    padding: 0px;
    font-size: 15px !important;
    font-weight: 300;
    color: #979696 !important;
}

a {
    color: #333;
    text-decoration: none;
}

.header {
    z-index: 9998 !important;
    background: #fff;
    box-shadow: 0px 0px 5px #eee;
}

nav.bg-light {
    background-color: #fff !important;
    z-index: 9999;
}

nav .navbar-nav .nav-item {
    font-size: 14px;
    font-weight: 600;
}

    nav .navbar-nav .nav-item.active {
        color: #ffbd1d !important;
    }

    nav .navbar-nav .nav-item .nav-link {
        color: #000 !important;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }

        nav .navbar-nav .nav-item .nav-link.active {
            color: #ffbd1d !important;
        }

    nav .navbar-nav .nav-item .dropdown-item {
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

nav a.login-btn {
    background-color: #ffbd1d;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #f1a92a;
    text-align: center;
    margin-left: 50px;
    text-decoration: none;
    margin-right: 15px;
}

header .carousel-indicators {
    width: 200px;
    left: unset;
}

header .slider-caption {
    width: 30%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    z-index: 9997;
    left: 12.5%;
    padding: 3% 3% 3% 3%;
    margin-top: 20px;
}

    header .slider-caption div {
        margin-top: 18vh;
    }

        header .slider-caption div h2 {
            color: #000;
            font-weight: 700;
            font-size: 48px;
            margin-bottom: 18% !important;
            /*font-family: 'Poppins', sans-serif;*/
        }

        header .slider-caption div p {
            color: #4c4949;
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 500;
        }

            header .slider-caption div p i {
                color: #ffbd1d;
            }

            header .slider-caption div p span {
                font-weight: 700;
                color: #ffbd1d;
                font-size: 30px;
            }

        header .slider-caption div a {
            color: #fff;
            background-color: #ffbd1d;
            font-size: 16px;
            text-transform: capitalize !important;
            width: auto;
            height: 45px;
            text-align: center;
            display: inline-block;
            padding: 5px 25px;
            border-radius: 10px;
            box-shadow: 0px 0px 5px #f1a92a;
            text-decoration: none;
            line-height: 36px;
            margin-top: 5%;
            margin-right: 5px;
        }

            header .slider-caption div a:hover {
                box-shadow: 0px 0px 10px #f1a92a;
            }

header .inner-slider img {
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    background-size: cover;
}

.home-middle .row {
    padding-top: 30px;
}

.home-middle .img-row {
    background: url(../images/wave_line.png) no-repeat center center;
}

.home-middle .row .block {
    text-align: center;
    position: relative;
}

    .home-middle .row .block img {
        width: 100%;
        max-width: 230px;
        margin-bottom: 15px;
    }

    .home-middle .row .block h4 {
        color: #000;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px !important;
    }

    .home-middle .row .block p {
        margin-bottom: 30px;
    }

    .home-middle .row .block span {
        position: absolute;
        background: #262525;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        box-shadow: 0px 0px 5px #7c7b7b;
        top: 40px;
        right: 80px;
        line-height: 36px;
        text-align: center;
    }

.home-middle a {
    background: #ffbd1d;
    color: #fff;
    text-transform: capitalize !important;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #f1a92a;
    text-decoration: none;
    height: 40px;
}

    .home-middle a:hover {
        box-shadow: 0px 0px 10px #f1a92a;
        color: #fff;
        text-decoration: none;
    }

.home-middle .add-to-cart-button, .home-middle .add-to-cart-button:hover {
    background: #ffbd1d;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 24px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #f1a92a;
    text-decoration: none;
    height: 30px;
}

.home-bottom .left {
    background: #fafafa;
    /*padding: 3% 3% 3% 16%;*/
    padding: 0px;
}

    .home-bottom .left img {
        height: 100%;
        object-fit: none;
        object-position: top;
    }

    .home-bottom .left .demo-btn {
        color: #fff;
        background-color: #ffbd1d;
        font-size: 16px;
        width: auto;
        height: 45px;
        text-align: center;
        display: inline-block;
        padding: 5px 25px;
        border-radius: 10px;
        box-shadow: 0px 0px 5px #f1a92a;
        text-decoration: none;
        line-height: 36px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 20px;
        text-transform: capitalize !important;
    }

        .home-bottom .left .demo-btn:hover {
            box-shadow: 0px 0px 10px #f1a92a;
        }

.home-bottom .right {
    background: #fafafa;
    padding: 5% 5% 3% 5%;
}

    .home-bottom .right h3 {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .home-bottom .right p {
        line-height: 24px;
        text-align: justify;
    }

    .home-bottom .right ul {
        margin-top: 20px;
    }

        .home-bottom .right ul li {
            font-size: 18px;
            line-height: 40px;
            color: #4c4949;
        }

            .home-bottom .right ul li i {
                color: #ffbd1d;
            }

footer .container-fluid {
    background: #262525;
    color: #fff;
    font-size: 12px;
    padding: 20px 15px 15px 15px;
}

    footer .container-fluid p {
        margin-top: 0px;
        margin-bottom: 5px;
        text-align: left;
    }

        footer .container-fluid p a {
            color: #ffbd1d;
        }

    footer .container-fluid ul {
        list-style: none;
        margin-bottom: 5px;
    }

        footer .container-fluid ul li {
            float: right;
            margin-top: 0px;
            margin-left: 15px;
        }

            footer .container-fluid ul li a {
                color: #ffbd1d;
            }

.content {
    margin-bottom: 50px;
    /*min-height: 800px;*/
}

    .content h4 {
        color: #000;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
    }

    .content p {
        line-height: 26px;
        text-align: justify;
    }

    .content.login-register .login .login-box, .login-box {
        background: #f7f7f7;
        padding: 35px 35px;
        border-radius: 10px;
        text-align: left;
        margin-bottom: 15px;
        box-shadow: 0px 0px 5px #e6dfdf;
    }

        .content.login-register .login .login-box h5 {
            color: #ffbd1d;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 20px;
        }

        .content.login-register .login .login-box form {
            margin-top: 15px;
            margin-bottom: 15px;
        }

            .content.login-register .login .login-box form .form-group {
                text-align: left;
                margin-bottom: 30px;
            }

                .content.login-register .login .login-box form .form-group label,
                .login-box .form-group label {
                    text-align: left;
                    font-size: 15px;
                    color: #4b4b4b;
                    margin-bottom: 5px;
                    font-weight: 600;
                }

                .content.login-register .login .login-box form .form-group input,
                .login-box .form-group input {
                    border: none;
                    height: 45px;
                    text-indent: 10px;
                    font-size: 15px;
                    border-radius: .25rem;
                }

            .content.login-register .login .login-box form button,
            .login-box .buttons input[type=submit],
            .login-box .buttons input[type=submit]:hover,
            .login-box .buttons input[type=submit]:focus,
            .login-box .buttons input[type=submit]:active {
                background: #ffbd1d;
                color: #fff;
                border: none;
                border-radius: 10px !important;
                box-shadow: 0px 0px 5px #f1a92a;
                text-transform: capitalize !important;
                padding: 10px 20px;
                width: 100%;
                font-size: 16px !important;
                margin-left: 0px;
            }

        .content.login-register .login .login-box .reset {
            border: none;
            background: transparent;
            color: #ffbd1d;
            padding: 0px;
        }

            .content.login-register .login .login-box .reset:focus {
                outline: none;
            }

        .content.login-register .login .login-box .forgot-password {
            display: none;
        }

    .content.login-register .register h5 {
        color: #000;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .content.login-register .register .form-row .form-group {
        margin-bottom: 25px;
    }

        .content.login-register .register .form-row .form-group label,
        .login-register .register .form-group label {
            text-align: left;
            font-size: 15px;
            color: #4b4b4b;
            margin-bottom: 5px;
            font-weight: 600;
            padding-bottom: 0px;
        }

        .content.login-register .register .form-row .form-group input,
        .login-register .register .form-group input,
        .login-register .register .form-group .date-picker-wrapper select,
        .login-register .register .form-group select {
            border: 1px solid #e0e0e0;
            height: 45px !important;
            text-indent: 10px;
            font-size: 15px !important;
            border-radius: 0px;
        }

    .content.login-register .register .form-check .form-check-label {
        color: #ffbd1d;
        line-height: 25px;
    }

    .content.login-register .register button,
    .content.login-register .register button:hover,
    .content.login-register .register button:focus,
    .content.login-register .register button:active {
        background: #ffbd1d;
        color: #fff;
        border: none;
        border-radius: 10px !important;
        box-shadow: 0px 0px 5px #f1a92a;
        text-transform: capitalize !important;
        padding: 10px 20px;
        min-width: 120px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .content.my-account .nav.nav-tabs li {
        font-size: 16px;
    }

        .content.my-account .nav.nav-tabs li a {
            color: #000;
            text-decoration: none;
            background: #fafafa;
            display: inline-block;
            padding: 10px 20px 7px 20px;
            border: 1px solid #e0e0e0;
            border-radius: 0px;
        }

            .content.my-account .nav.nav-tabs li a.active {
                background: #ffbd1d;
                color: #fff;
                border: 1px solid #ffbd1d;
            }

    .content.my-account .tab-content {
        padding: 0px;
    }

        .content.my-account .tab-content .card.tab-pane {
            border: none;
        }

            .content.my-account .tab-content .card.tab-pane .card-header {
                border: 1px solid #e0e0e0;
                border-radius: 0px;
                margin-bottom: 10px;
                padding: 0px;
            }

                .content.my-account .tab-content .card.tab-pane .card-header h5 {
                    font-size: 18px;
                }

                    .content.my-account .tab-content .card.tab-pane .card-header h5 a {
                        text-decoration: none;
                        background: #ffbd1d;
                        color: #fff;
                        padding: .75rem 1.25rem;
                        display: block;
                    }

                        .content.my-account .tab-content .card.tab-pane .card-header h5 a:after {
                            content: "\f107";
                            font-family: 'FontAwesome';
                            font-weight: 900;
                            float: right;
                            font-size: 20px;
                            line-height: 20px;
                        }

                        .content.my-account .tab-content .card.tab-pane .card-header h5 a.collapsed {
                            background: #fafafa;
                            color: #000;
                        }

                            .content.my-account .tab-content .card.tab-pane .card-header h5 a.collapsed:after {
                                content: "\f106";
                            }

@media all and (max-width: 1440px) and (min-width: 1279px) {
    header .slider-caption {
        left: 1%;
    }

        header .slider-caption div a {
            font-size: 18px;
        }

    .home-bottom .left {
        /*padding: 5% 5% 2% 10%;*/
        padding: 0px;
    }

    .home-bottom .right {
        padding: 5% 10% 2% 5%;
    }
}

@media all and (max-width: 1280px) and (min-width: 767px) {
    header .slider-caption {
        left: 1%;
        min-width: 400px;
    }

        header .slider-caption div a {
            font-size: 18px;
        }

    .home-bottom .left {
        /*padding: 5% 5% 2% 5%;*/
        padding: 0px;
    }

    .home-bottom .right {
        padding: 3% 5% 2% 5%;
    }

        .home-bottom .right ul li {
            font-size: 16px;
            line-height: 36px;
            color: #4c4949;
        }
}

@media all and (max-width: 1024px) and (min-width: 767px) {
    .home-middle .row .block span {
        top: 30px;
        right: 40px;
    }
}


@media all and (max-width: 768px) and (min-width: 450px) {
    header .slider-caption {
        left: 0%;
        min-width: 400px;
    }

        header .slider-caption div a {
            font-size: 18px;
        }

    .home-middle .row {
        background: unset;
        padding-top: 30px;
    }

        .home-middle .row .block {
            margin-bottom: 20px;
        }

            .home-middle .row .block span {
                right: 100px;
                top: 30px;
            }

    footer .container-fluid ul {
        margin-left: 0px;
    }

        footer .container-fluid ul li {
            margin-top: 0px;
            float: left;
            margin-left: 0px;
            margin-right: 15px;
            margin-bottom: 10px;
        }
}

@media all and (max-width: 451px) and (min-width: 200px) {
    header .carousel-indicators {
        width: unset;
        left: 0;
    }

    header .slider-caption {
        left: 0%;
        min-width: 90%;
        margin: 10% 5%;
        padding: 5%;
        height: auto;
        top: 15%;
        border-radius: 4px;
    }

        header .slider-caption div {
            margin-top: 0px;
        }

            header .slider-caption div h2 {
                font-size: 30px;
                text-align: center;
                margin-top: 10px;
                margin-bottom: 5%;
            }

            header .slider-caption div p {
                font-size: 14px;
            }

                header .slider-caption div p span {
                    font-size: 18px;
                }

            header .slider-caption div a {
                font-size: 18px;
                margin-top: 5%;
                width: 100%;
            }

    .home-middle .row {
        background: unset;
        padding-top: 30px;
    }

        .home-middle .row .block {
            margin-bottom: 20px;
        }

            .home-middle .row .block span {
                right: 100px;
                top: 30px;
            }

    .home-bottom .left {
        /*padding: 25px;*/
        padding: 0px;
    }

    .home-bottom .right {
        padding: 25px;
        text-align: left;
    }

    footer .container-fluid ul {
        margin-left: 0px;
    }

        footer .container-fluid ul li {
            margin-top: 0px;
            float: left;
            margin-left: 0px;
            margin-right: 15px;
            margin-bottom: 10px;
        }

    .home-middle a {
        font-size: 16px;
    }
}

@media all and (max-width: 768px) and (min-width: 200px) {
    nav a.login-btn {
        margin-left: 15px;
        margin-top: 10px;
        display: block;
        max-width: 200px;
        margin-bottom: 10px;
    }

    nav .navbar-brand img {
        height: 50px;
    }
}

@media (min-width: 1024px) {
    .my-account .nav-tabs {
        display: flex;
    }

    .my-account .card {
        border: none;
    }

        .my-account .card .card-header {
            display: none;
        }

        .my-account .card .collapse {
            display: block;
        }
}

@media (max-width: 1023px) {
    .my-account .nav-tabs {
        display: none;
    }

    .my-account .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.content-main {
    min-height: 800px;
    margin-top: 80px;
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px !important;
    }
}


@media all and (max-width: 768px) and (min-width: 200px) {
    .navbar-expand-lg .navbar-nav li,
    .navbar ul.navbar-nav > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level > li.nav-item.dropdown > ul.dropdown-menu.sub-menusublist.first-level li:last-child {
        display: block !important;
    }

    .dropdown-menu {
        border: none !important;
    }

    .dropdown-item {
        padding: 10px 20px 10px 30px !important;
    }
}


.password-recovery-page {
    margin-top: 10%;
}

.login-box .message-error ul {
    margin-bottom: 0px;
}

.alert-danger {
    color: #e41326 !important;
    background-color: #f9cace !important;
    border-color: #f5c6cb;
    font-size: 14px !important;
}


.configurator h4,
.content-manager h4,
.publisher h4,
.move-booth h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

.configurator label.col-form-label,
.content-manager label.col-form-label,
.publisher label.col-form-label,
.customer-info-page label.col-form-label,
.change-password-page label.col-form-label {
    text-align: left;
    font-size: 15px;
    color: #4b4b4b;
    margin-bottom: 5px;
    font-weight: 600;
}

.configurator .btn.btn-primary,
.content-manager .btn.btn-primary,
.publisher .btn.btn-primary,
.customer-info-page .btn.btn-primary,
.change-password-page .btn.btn-primary,
.address-edit-page .btn.btn-primary,
.exhibitModal .btn.btn-primary,
#thc-move-booths .btn.btn-primary {
    background-color: #ffbd1d !important;
    color: #fff !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    /* padding: 10px 18px !important;*/
    border-radius: 10px !important;
    /*box-shadow: 0px 0px 5px #f1a92a !important;*/
    box-shadow: none !important;
    text-align: center !important;
    margin-left: 0px !important;
    text-decoration: none !important;
    border: none !important;
    min-width: 100px;
    font-size: 15px !important;
}

@media all and (max-width: 400px) and (min-width: 200px) {
    .configurator .btn.btn-primary,
    .content-manager .btn.btn-primary,
    .publisher .btn.btn-primary,
    .customer-info-page .btn.btn-primary,
    .change-password-page .btn.btn-primary,
    .address-edit-page .btn.btn-primary,
    .exhibitModal .btn.btn-primary,
    #thc-move-booths .btn.btn-primary {
        width: 100%;
    }

    .configurator .btn.btn-danger,
    .content-manager .btn.btn-danger {
        width: 100%;
        margin-top: 10px;
    }
}



a.btn {
    height: 40px;
    line-height: 40px;
}

.configurator .btn.btn-danger,
.content-manager .btn.btn-danger,
.publisher .btn.btn-danger,
.move-booth .btn.btn-danger {
    border-radius: 5px !important;
    box-shadow: unset !important;
}


.cart-links {
    /*position: absolute;*/
    top: 0px;
    right: 13%;
    color: #ffbd1d;
}

@media all and (max-width: 1440px) and (min-width: 767px) {
    .cart-links {
        /*position: absolute;*/
        top: 0px;
        right: 0%;
        color: #ffbd1d;
    }
}

@media all and (max-width: 768px) and (min-width: 200px) {
    .cart-links {
        /* position: absolute;*/
        top: -10px;
        right: 0%;
        color: #ffbd1d;
    }
}

.cart-links li a {
    color: #ffbd1d;
    font-weight: 500;
}

    .cart-links li a:hover {
        color: #fff;
        text-decoration: none;
    }

    .cart-links li a span {
        color: inherit;
        font-weight: 500;
    }

.cart-links li#topcartlink {
    background: transparent;
}

.cart-links li .dropdown-menu {
    z-index: 99999;
    margin-top: 0px !important;
    background: #000;
    border-radius: 0px 0px 4px 4px;
}

    .cart-links li .dropdown-menu .dropdown-item,
    .cart-links li .dropdown-menu .dropdown-item :hover {
        background: transparent;
        line-height: 18px;
    }




@media all and (max-width: 3000px) and (min-width: 767px) {
    .mobile-view {
        display: none !important;
    }

    .mobile-hide {
        display: block !important;
    }
}

@media all and (max-width: 768px) and (min-width: 200px) {
    .mobile-view {
        display: block !important;
    }

    .mobile-hide {
        display: none !important;
        /*visibility: hidden;*/
    }

        .mobile-hide a,
        .mobile-hide a span {
            font-size: 0px !important;
        }

    #topcartlink {
        padding: 5px 0px 5px 10px !important;
    }
}

.content-main-myaccount {
    min-height: 900px;
    margin-top: 120px;
}

.customer-info-page {
}


    .customer-info-page .form-group input,
    .customer-info-page select,
    .change-password-page .form-group input,
    .address-edit-page .form-group input,
    .address-edit-page select {
        border: 1px solid #e0e0e0;
        height: 45px !important;
        text-indent: 10px;
        font-size: 15px !important;
        border-radius: 0px;
    }

.block-account-navigation {
    /* background: #eee;*/
}

.block.block-account-navigation .title {
    /*text-align: center;*/
    text-transform: capitalize;
    padding: 15px 30px !important;
}

    .block.block-account-navigation .title:after {
        font-family: 'FontAwesome';
        /*content: "\f078";*/
        content: "\f0c9";
        float: right;
        font-size: 24px;
        line-height: 30px;
    }

.block-account-navigation .listbox .nav-list {
    list-style: none;
}

    .block-account-navigation .listbox .nav-list li {
        background-color: #efefef;
        color: #333;
        font-weight: 600;
        text-transform: capitalize;
        padding: 8px 18px;
        border-radius: 10px;
        text-align: left;
        margin-left: 0px;
        text-decoration: none;
        margin-bottom: 10px;
    }

        .block-account-navigation .listbox .nav-list li:hover {
            background-color: #f9c64c;
            box-shadow: 0px 0px 5px #f1a92a;
        }

        .block-account-navigation .listbox .nav-list li a {
            color: #333;
            text-decoration: none;
            display: block;
        }

            .block-account-navigation .listbox .nav-list li a:hover {
                color: #333;
            }

        .block-account-navigation .listbox .nav-list li.active {
            background-color: #ffbd1d;
            box-shadow: 0px 0px 5px #f1a92a;
        }

            .block-account-navigation .listbox .nav-list li.active a {
                color: #fff;
            }




@media all and (max-width: 3000px) and (min-width: 767px) {
    .block.block-account-navigation .title {
        display: none;
    }
}

@media all and (max-width: 768px) and (min-width: 200px) {
    .block.block-account-navigation .title {
        display: block;
        background: #333;
        color: #fff;
        border-radius: 6px;
    }

    .block {
        max-width: unset !important;
    }
}

h5 {
    color: #ffbd1d !important;
    font-weight: 700 !important;
}

.paging.alert.alert-light {
    color: #333;
    margin-bottom: 0px;
}

.paging a, .paging a:hover {
    color: #ffbd1d;
}


.jconfirm-title {
    color: #333;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.jconfirm-content {
    overflow: unset !important;
}


.jconfirm .jconfirm-box .jconfirm-buttons button {
    border-radius: 4px !important;
    min-width: 80px;
    padding: 10px 15px !important;
    font-weight: 500 !important;
}

    .jconfirm .jconfirm-box .jconfirm-buttons button.btn-danger {
        color: #fff;
        background-color: #ffbd1d;
        border-color: #ffbd1d;
    }

    .jconfirm .jconfirm-box .jconfirm-buttons button.btn-success {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }


.breadcrumb {
    margin-top: 140px !important;
    padding: 5px 15px !important;
    background: #f7f7f7 !important;
    color: #333;
}

    .breadcrumb .breadcrumb-item span a span {
        color: #ffbd1d !important;
    }

.view-all a,
.view-all a:hover {
    background: #333;
    border-color: #333;
    border-radius: 4px !important;
    padding: 8px 15px 5px 15px !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.checkout-data .btn.btn-primary {
    background-color: #ffbd1d !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    padding: 10px 25px !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 5px #f1a92a !important;
    text-align: center !important;
    margin-left: 0px !important;
    text-decoration: none !important;
    border: none !important;
    min-width: 100px;
    font-size: 15px !important;
}


.address-select {
    border: 1px solid #e0e0e0;
    height: 45px !important;
    text-indent: 10px;
    font-size: 15px !important;
    border-radius: 0px !important;
}

.payment-info label {
    text-align: left;
    display: block;
    font-size: 15px;
    color: #4b4b4b;
    margin-bottom: 5px;
    font-weight: 500;
}


.checkout-data .tab-section {
    margin-bottom: 10px;
}

.message-error.validation-summary-errors ul li {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.back-link a small {
    display: none !important;
}


.navbar-brand {
    /* margin-left: 15px;*/
}


.breadcrumb-item a,
.breadcrumb-item a:hover {
    color: #ffbd1d;
    text-decoration: none;
}




/*Iphone x*/
@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) {

    body {
        overflow-x: hidden;
    }

    .fixed-top {
        position: absolute !important;
    }

    header .slider-caption div {
        margin-top: 28vh;
    }

        header .slider-caption div h2 {
            color: #000;
            font-weight: 800;
            font-size: 24px;
            margin-bottom: 5% !important;
            font-family: 'Poppins', sans-serif;
        }

        header .slider-caption div p {
            color: #4c4949;
            font-size: 14px;
            margin-bottom: 0px;
            font-weight: 500;
        }

            header .slider-caption div p span {
                font-weight: 700;
                color: #ffbd1d;
                font-size: 20px;
            }

        header .slider-caption div a {
            color: #fff;
            background-color: #ffbd1d;
            font-size: 20px;
            text-transform: uppercase;
            width: 100%;
            height: 50px;
            text-align: center;
            display: block;
            border-radius: 5px;
            box-shadow: 0px 0px 5px #f1a92a;
            text-decoration: none;
            line-height: 40px;
            margin-top: 5%;
        }

    .block.block-account-navigation .title {
        display: block !important;
    }

    footer .container-fluid p {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: left;
    }

    footer .container-fluid ul li {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .mobile-view {
        display: none !important;
    }
}



/*iphone 6*/

@media only screen and (device-width : 667px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 2) {

    body {
        overflow-x: hidden;
    }

    .fixed-top {
        position: absolute !important;
    }

    header .slider-caption div {
        margin-top: 28vh;
    }

        header .slider-caption div h2 {
            color: #000;
            font-weight: 800;
            font-size: 24px;
            margin-bottom: 5% !important;
            font-family: 'Poppins', sans-serif;
        }

        header .slider-caption div p {
            color: #4c4949;
            font-size: 14px;
            margin-bottom: 0px;
            font-weight: 500;
        }

            header .slider-caption div p span {
                font-weight: 700;
                color: #ffbd1d;
                font-size: 20px;
            }

        header .slider-caption div a {
            color: #fff;
            background-color: #ffbd1d;
            font-size: 20px;
            text-transform: uppercase;
            width: 100%;
            height: 60px;
            text-align: center;
            display: block;
            border-radius: 5px;
            box-shadow: 0px 0px 5px #f1a92a;
            text-decoration: none;
            line-height: 65px;
            margin-top: 5%;
        }

    .block.block-account-navigation .title {
        display: block !important;
    }

    .home-bottom .right {
        background: #fafafa;
        padding: 7% 5% 3% 5%;
        text-align: left;
    }

    .home-bottom .left {
        background: #faf0d8;
        /* padding: 5% 5% 5% 5%;*/
        padding: 0px;
    }
}


/*iphone 6+*/
@media only screen and (device-width : 736px) and (device-height : 414px) and (-webkit-device-pixel-ratio : 3) {
    body {
        overflow-x: hidden;
    }

    .fixed-top {
        position: absolute !important;
    }

    header .slider-caption div {
        margin-top: 28vh;
    }

        header .slider-caption div h2 {
            color: #000;
            font-weight: 800;
            font-size: 24px;
            margin-bottom: 5% !important;
            font-family: 'Poppins', sans-serif;
        }

        header .slider-caption div p {
            color: #4c4949;
            font-size: 14px;
            margin-bottom: 0px;
            font-weight: 500;
        }

            header .slider-caption div p span {
                font-weight: 700;
                color: #ffbd1d;
                font-size: 20px;
            }

        header .slider-caption div a {
            color: #fff;
            background-color: #ffbd1d;
            font-size: 20px;
            text-transform: uppercase;
            width: 100%;
            height: 50px;
            text-align: center;
            display: block;
            border-radius: 5px;
            box-shadow: 0px 0px 5px #f1a92a;
            text-decoration: none;
            line-height: 40px;
            margin-top: 5%;
        }

    .block.block-account-navigation .title {
        display: block !important;
    }

    .home-bottom .right {
        background: #fafafa;
        padding: 7% 5% 3% 5%;
        text-align: left;
    }

    .home-bottom .left {
        background: #faf0d8;
        /*padding: 5% 5% 5% 5%;*/
        padding: 0px;
    }
}


/*pyxle 2 xl*/
@media only screen and (device-width: 823px) and (orientation: landscape) {
    body {
        overflow-x: hidden;
    }

    .fixed-top {
        position: absolute !important;
    }

    header .slider-caption div {
        margin-top: 28vh;
    }

        header .slider-caption div h2 {
            color: #000;
            font-weight: 800;
            font-size: 24px;
            margin-bottom: 5% !important;
            font-family: 'Poppins', sans-serif;
        }

        header .slider-caption div p {
            color: #4c4949;
            font-size: 14px;
            margin-bottom: 0px;
            font-weight: 500;
        }

            header .slider-caption div p span {
                font-weight: 700;
                color: #ffbd1d;
                font-size: 20px;
            }

        header .slider-caption div a {
            color: #fff;
            background-color: #ffbd1d;
            font-size: 20px;
            text-transform: uppercase;
            width: 100%;
            height: 60px;
            text-align: center;
            display: block;
            border-radius: 5px;
            box-shadow: 0px 0px 5px #f1a92a;
            text-decoration: none;
            line-height: 65px;
            margin-top: 5%;
        }

    .block.block-account-navigation .title {
        display: block !important;
    }

    footer .container-fluid p {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: left;
    }

    footer .container-fluid ul li {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .mobile-view {
        display: none !important;
    }
}


/*pyxle 2*/
@media only screen and (device-width: 731px) and (orientation: landscape) {
    body {
        overflow-x: hidden;
    }

    .fixed-top {
        position: absolute !important;
    }

    header .slider-caption div {
        margin-top: 28vh;
    }

        header .slider-caption div h2 {
            color: #000;
            font-weight: 800;
            font-size: 24px;
            margin-bottom: 5% !important;
            font-family: 'Poppins', sans-serif;
        }

        header .slider-caption div p {
            color: #4c4949;
            font-size: 14px;
            margin-bottom: 0px;
            font-weight: 500;
        }

            header .slider-caption div p span {
                font-weight: 700;
                color: #ffbd1d;
                font-size: 20px;
            }

        header .slider-caption div a {
            color: #fff;
            background-color: #ffbd1d;
            font-size: 20px;
            text-transform: uppercase;
            width: 100%;
            height: 60px;
            text-align: center;
            display: block;
            border-radius: 5px;
            box-shadow: 0px 0px 5px #f1a92a;
            text-decoration: none;
            line-height: 65px;
            margin-top: 5%;
        }

    .block.block-account-navigation .title {
        display: block !important;
    }

    footer .container-fluid p {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: left;
    }

    footer .container-fluid ul li {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .mobile-view {
        display: none !important;
    }

    .home-bottom .right {
        background: #fafafa;
        padding: 7% 5% 3% 5%;
    }

    .home-bottom .left {
        background: #faf0d8;
        padding: 5% 5% 5% 5%;
    }
}



/*galaxy S5*/
@media only screen and (device-width: 640px) and (orientation: landscape) {
    body {
        overflow-x: hidden;
    }

    .fixed-top {
        position: absolute !important;
    }

    header .slider-caption div {
        margin-top: 33vh;
    }

        header .slider-caption div h2 {
            color: #000;
            font-weight: 800;
            font-size: 24px;
            margin-bottom: 5% !important;
            font-family: 'Poppins', sans-serif;
        }

        header .slider-caption div p {
            color: #4c4949;
            font-size: 14px;
            margin-bottom: 0px;
            font-weight: 500;
        }

            header .slider-caption div p span {
                font-weight: 700;
                color: #ffbd1d;
                font-size: 20px;
            }

        header .slider-caption div a {
            color: #fff;
            background-color: #ffbd1d;
            font-size: 20px;
            text-transform: uppercase;
            width: 100%;
            height: 60px;
            text-align: center;
            display: block;
            border-radius: 5px;
            box-shadow: 0px 0px 5px #f1a92a;
            text-decoration: none;
            line-height: 65px;
            margin-top: 5%;
        }

    .block.block-account-navigation .title {
        display: block !important;
    }

    footer .container-fluid p {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: left;
    }

    footer .container-fluid ul li {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .mobile-view {
        display: none !important;
    }

    .home-bottom .right {
        background: #fafafa;
        padding: 7% 5% 3% 5%;
    }

    .home-bottom .left {
        background: #faf0d8;
        padding: 5% 5% 5% 5%;
    }
}


/*Surface Duo*/
@media only screen and (device-width: 540px) and (orientation: portrait) {
    .home-bottom .right {
        background: #fafafa;
        padding: 7% 5% 3% 5%;
    }

    .home-bottom .left {
        background: #faf0d8;
        /*padding: 5% 5% 5% 5%;*/
    }
}


/*Surface Duo - landscape*/
@media only screen and (device-width: 720px) and (orientation: landscape) {
    .home-bottom .right {
        background: #fafafa;
        padding: 7% 5% 3% 5%;
    }

    .home-bottom .left {
        background: #faf0d8;
        /*padding: 5% 5% 5% 5%;*/
    }

    body {
        overflow-x: hidden;
    }

    .fixed-top {
        position: absolute !important;
    }

    header .slider-caption div {
        margin-top: 33vh;
    }

        header .slider-caption div h2 {
            color: #000;
            font-weight: 800;
            font-size: 24px;
            margin-bottom: 5% !important;
            font-family: 'Poppins', sans-serif;
        }

        header .slider-caption div p {
            color: #4c4949;
            font-size: 14px;
            margin-bottom: 0px;
            font-weight: 500;
        }

            header .slider-caption div p span {
                font-weight: 700;
                color: #ffbd1d;
                font-size: 20px;
            }

        header .slider-caption div a {
            color: #fff;
            background-color: #ffbd1d;
            font-size: 20px;
            text-transform: uppercase;
            width: 100%;
            height: 60px;
            text-align: center;
            display: block;
            border-radius: 5px;
            box-shadow: 0px 0px 5px #f1a92a;
            text-decoration: none;
            line-height: 65px;
            margin-top: 5%;
        }

    .block.block-account-navigation .title {
        display: block !important;
    }

    footer .container-fluid p {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: left;
    }

    footer .container-fluid ul li {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

/*Galaxy fold*/
@media only screen and (device-width: 280px) and (orientation: portrait) {
    .admin-header-links * {
        font-size: 10px;
    }

    #topcartlink span {
        font-size: 10px;
    }

    .header-links li {
        margin: 0px 0px 0px 0px !important;
    }

    header .slider-caption {
        left: 0%;
        min-width: 90%;
        margin: 10% 5%;
        padding: 5%;
        height: auto;
        top: 17%;
        border-radius: 4px;
    }

        header .slider-caption div p {
            font-size: 12px;
        }

        header .slider-caption div a {
            font-size: 14px;
            margin-top: 5%;
            height: 40px;
            line-height: 42px;
        }

    .home-middle a, .home-middle a:hover {
        font-size: 13px;
        padding: 10px;
    }
}


.modal {
    z-index: 9999;
}


/*galaxy fold landscape*/
@media only screen and (device-width: 653px) and (orientation: landscape) {
    body {
        overflow-x: hidden;
    }

    .fixed-top {
        position: absolute !important;
    }

    header .slider-caption {
        height: 130vh;
    }

        header .slider-caption div {
            margin-top: 40vh;
        }

            header .slider-caption div h2 {
                color: #000;
                font-weight: 800;
                font-size: 24px;
                margin-bottom: 5% !important;
                font-family: 'Poppins', sans-serif;
            }

            header .slider-caption div p {
                color: #4c4949;
                font-size: 14px;
                margin-bottom: 0px;
                font-weight: 500;
            }

                header .slider-caption div p span {
                    font-weight: 700;
                    color: #ffbd1d;
                    font-size: 20px;
                }

            header .slider-caption div a {
                color: #fff;
                background-color: #ffbd1d;
                font-size: 20px;
                text-transform: uppercase;
                width: 100%;
                /*height: 60px;*/
                text-align: center;
                display: block;
                border-radius: 5px;
                box-shadow: 0px 0px 5px #f1a92a;
                text-decoration: none;
                /*line-height: 65px;*/
                margin-top: 5%;
            }

    .block.block-account-navigation .title {
        display: block !important;
    }

    footer .container-fluid p {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: left;
    }

    footer .container-fluid ul li {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .mobile-view {
        display: none !important;
    }

    .home-bottom .right {
        background: #fafafa;
        padding: 7% 5% 3% 5%;
    }

    .home-bottom .left {
        background: #faf0d8;
        /* padding: 5% 5% 5% 5%;*/
    }
}




.modal-backdrop {
    z-index: 9998 !important;
}

.modal {
    z-index: 9999 !important;
}




/*Iphone 4*/
@media only screen and (device-width: 320px) and (orientation: portrait) {
    .admin-header-links * {
        font-size: 10px;
    }

    #topcartlink span {
        font-size: 10px;
    }

    .header-links li {
        margin: 0px 0px 0px 0px !important;
    }

    header .slider-caption {
        left: 0%;
        min-width: 90%;
        margin: 10% 5%;
        padding: 5%;
        height: auto;
        top: 17%;
        border-radius: 4px;
    }

        header .slider-caption div p {
            font-size: 12px;
        }

        header .slider-caption div a {
            font-size: 14px;
            margin-top: 5%;
            height: 40px;
            line-height: 30px;
        }

    .home-middle a, .home-middle a:hover {
        font-size: 14px;
        padding: 10px 10px;
        height: 30px;
    }
}



/*iphone 4 landscape*/
@media only screen and (device-width: 568px) and (orientation: landscape) {
    body {
        overflow-x: hidden;
    }

    .fixed-top {
        position: absolute !important;
    }

    header .slider-caption {
        height: 110vh;
    }

        header .slider-caption div {
            margin-top: 40vh;
        }

            header .slider-caption div h2 {
                color: #000;
                font-weight: 800;
                font-size: 24px;
                margin-bottom: 5% !important;
                font-family: 'Poppins', sans-serif;
            }

            header .slider-caption div p {
                color: #4c4949;
                font-size: 14px;
                margin-bottom: 0px;
                font-weight: 500;
            }

                header .slider-caption div p span {
                    font-weight: 700;
                    color: #ffbd1d;
                    font-size: 20px;
                }

            header .slider-caption div a {
                color: #fff;
                background-color: #ffbd1d;
                font-size: 20px;
                text-transform: uppercase;
                /*width: 100%;*/
                height: 40px;
                text-align: center;
                /*display: block;*/
                border-radius: 5px;
                box-shadow: 0px 0px 5px #f1a92a;
                text-decoration: none;
                line-height: 30px;
                margin-top: 5%;
            }

    .block.block-account-navigation .title {
        display: block !important;
    }

    footer .container-fluid p {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: left;
    }

    footer .container-fluid ul li {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .mobile-view {
        display: none !important;
    }

    .home-bottom .right {
        background: #fafafa;
        padding: 7% 5% 3% 5%;
        text-align: left;
    }

    .home-bottom .left {
        background: #faf0d8;
        /*padding: 5% 5% 5% 5%;*/
        padding: 0px;
    }
}


.section.order-item,
.section.address-item,
.section.subscription-item {
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
    box-shadow: 0px 0px 5px #eee;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
}


/*@media all and (max-width: 768px) and (min-width: 200px) {

    .address-list-page .info, .order-list-page .info {
        margin-top: 30px !important;
    }
}*/


.customer-info-page .title,
.address-item .title {
    display: none;
}


@media all and (max-width: 420px) and (min-width: 200px) {
    .order-item .title {
        text-align: center !important;
    }
}


.banner-middle {
    background-color: #262525;
    color: #fff;
}

    .banner-middle h3 {
        color: #ffbd1d;
        font-weight: 700;
    }

    .banner-middle p {
        margin-bottom: 0px;
    }


.pricing-block {
    text-align: left !important;
    margin-bottom: 15px;
}

    .pricing-block div {
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 20px 19px 10px 19px;
        background: #f7f7f7;
        /*margin-bottom: 20px;*/
    }


        .pricing-block div h3 {
            font-weight: 800;
            margin-top: 20px;
            margin-bottom: 20px !important;
        }

        .pricing-block div hr {
            width: 100%;
        }

        .pricing-block div ul {
            margin-left: 0%;
        }

            .pricing-block div ul li {
                line-height: 30px;
            }

        .pricing-block div h5 {
            font-size: 16px;
            text-align: left;
            margin-left: 0%;
            text-transform: uppercase;
        }

        .pricing-block div .add-to-cart-button {
            font-size: 18px;
            display: inline-block;
            height: auto;
            margin-top: 10px;
            margin-bottom: 10px;
            width: 100%;
            text-align: center;
        }

            .pricing-block div .add-to-cart-button:hover {
                font-size: 18px;
                display: inline-block;
                height: auto;
                margin-top: 10px;
                margin-bottom: 10px;
                box-shadow: 0px 0px 10px #f1a92a;
            }

        .pricing-block div p {
            min-height: 70px;
        }

        .pricing-block div ul:nth-of-type(3) {
            min-height: 326px;
        }

        .pricing-block div ul:nth-of-type(2) {
            min-height: 415px;
        }

        .pricing-block div ul:nth-of-type(1) {
            min-height: 200px;
        }


.yellow-pricing-block div {
    background: #ffb83b;
    border: 1px solid #fdd7b0;
    color: #fdf4d1;
}

    .yellow-pricing-block div h4 {
        color: #fff !important;
    }

    .yellow-pricing-block div h3,
    .yellow-pricing-block div h5 {
        color: #333 !important;
    }


    .yellow-pricing-block div .add-to-cart-button {
        background: #333;
    }

        .yellow-pricing-block div .add-to-cart-button:hover {
            background: #333;
            box-shadow: none;
        }

.not-found-page h1 {
    font-size: 5.5rem
}


.booth-tabs nav-item a {
    color: #333;
    font-weight: 500;
}

/*.message-error.alert.alert-danger.validation-summary-errors ul{
    display: none;
}*/


.register .fieldset .title {
    margin: 35px 0px 10px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffbd1d;
    padding-bottom: 5px;
}

    .register .fieldset .title strong {
        font-weight: 700;
    }

#Password-error {
}

    #Password-error p {
        margin-bottom: 5px;
    }

    #Password-error ul {
        list-style: disc;
        margin-left: 20px;
        margin-bottom: 5px;
    }

        #Password-error ul li {
            text-align: left;
        }

.field-validation-error {
    position: relative;
    padding: .5rem 1.25rem !important;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: left !important;
}

.password-recovery-page .page-title {
    text-align: center;
}

.topic-block-body p {
    text-align: center !important;
}

.contact-us-button,
.pricing-enquiry-button,
.report-booth-button {
    color: #fff !important;
    background-color: #ffbd1d !important;
    font-size: 16px !important;
    width: auto;
    height: 40px;
    text-align: center;
    padding: 8px 25px !important;
    border-radius: 10px !important;
    /*box-shadow: 0px 0px 5px #f1a92a;*/
    text-decoration: none;
    line-height: 40px;
    border: none !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    text-transform: capitalize !important;
}

@media all and (max-width: 812px) and (min-width: 200px) {
    .contact-us-button,
    .pricing-enquiry-button,
    .report-booth-button {
        width: 100%;
    }
}

.form-control {
    height: 40px;
    /*height: 40px !important;*/
}

.bg-dark h4 {
    color: #fff;
}

.bg-dark .col-form-label {
    color: #ccc;
}

.booths-middle a,
.booths-middle a:hover {
    text-decoration: none;
    color: #979696;
}

.booths-middle .block div {
    text-align: center;
    margin: 5px 0px;
    padding: 100px 15px;
    background: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #eee;
}

    .booths-middle .block div.content-manager-block {
        background: #fff7e5;
        border: 1px solid #fde7b1;
    }

    /*.booths-middle .block div:hover,
.booths-middle .block div:focus {
    background: #fff7e5;
    cursor: pointer;
    border: 1px solid #fde7b1;
}

.booths-middle .block div.content-manager-block:hover,
.booths-middle .block div.content-manager-block:focus {
    background: #f7f7f7;
    border: 1px solid #eee;
}*/

    .booths-middle .block div img {
        width: 100%;
        max-width: 130px;
        margin-bottom: 25px;
    }

    .booths-middle .block div p {
        text-align: center;
        margin-top: 10px;
    }

    .booths-middle .block div .virtual-booth-configurator-button,
    .booths-middle .block div .virtual-booth-content-manager-button,
    .booths-middle .block div .move-virtual-booths-button {
        color: #fff;
        background-color: #ffbd1d !important;
        font-size: 20px !important;
        width: 100%;
        max-width: 180px;
        height: 45px;
        text-align: center;
        padding: 8px 30px !important;
        border-radius: 10px !important;
        box-shadow: 0px 0px 5px #f1a92a;
        text-decoration: none;
        line-height: 30px;
        border: none !important;
        margin-top: 20px;
        margin-bottom: 0px;
        display: inline-block;
    }

        .booths-middle .block div .virtual-booth-configurator-button.disabled,
        .booths-middle .block div .virtual-booth-content-manager-button.disabled,
        .booths-middle .block div .move-virtual-booths-button.disabled {
            pointer-events: none;
            opacity: .65;
        }

.virtual-booths-slider img {
    object-position: top !important;
}

.virtual-booths-middle .left img {
    object-position: center !important;
}

.optional-services {
    background: #faab18;
    color: #fff;
}

    .optional-services h4 {
        color: #fff;
    }

    .optional-services ul {
        margin-top: 20px;
    }

        .optional-services ul li {
            font-size: 18px;
            line-height: 40px;
            color: #333;
        }

.latest-booths {
    text-align: center;
}

    .latest-booths img {
        margin-top: 20px;
        padding: 15px;
        border-radius: 5px;
    }


.contact-us {
    background: #2b2b2b;
    color: #fff;
}

    .contact-us h4 {
        color: #fff;
    }

    .contact-us a {
        text-decoration: none;
        color: #ffbd1d;
    }

        .contact-us a:hover {
            text-decoration: underline;
            color: #ffbd1d;
        }

    .contact-us .col-form-label {
        font-weight: 500;
        color: #ffbd1d;
    }

    .contact-us .form-control {
        height: 45px;
        border: none;
        text-indent: 10px;
        border-radius: 4px;
    }

@media all and (max-width: 420px) and (min-width: 200px) {
    .home-bottom .right ul li,
    .optional-services ul li {
        font-size: 15px;
        line-height: 30px;
    }
}

.home-bottom-right {
    background: #3c3c3c !important;
    padding: 8% 10% 3% 5% !important;
}

    .home-bottom-right h3 {
        color: #fff !important;
    }

    .home-bottom-right ul li {
        color: #ccc !important;
    }


.section.invoice-item {
    margin-bottom: 30px;
    background: #fbfbfb;
    padding: 10px;
}

    .section.invoice-item .title {
        margin: 0 0 0px 10px;
    }

.invoice-details-button {
    background: #ffab18;
}


@media (min-width: 768px) {
    .order-list-page .buttons {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}


/*.password-recovery-page {
        margin-top: 17%;
    }*/

.booth-tabs a.nav-link,
.booth-tabs a.nav-link:hover {
    color: #000 !important;
    border: 1px solid #d8d8d8 !important;
    margin-right: 3px;
    background-color: #eee;
}


.giftcard-box,
.coupon-box,
.deals {
    display: none;
}

.addon-buttons {
    display: none;
}

.terms-of-service {
    color: #333;
}

.order-completed .title strong {
    float: none;
    margin: 0px auto;
    display: block;
    text-align: center;
}

.order-completed .buttons input[type=button] {
    float: none;
    margin: 0px auto;
}

.payment-errors.alert.alert-danger {
    border: none !important;
    padding: 0px !important;
    line-height: 36px !important;
}

.gdpr .title {
    margin-left: 0px !important;
    margin-top: 8px !important;
}

    .gdpr .title strong {
        font-weight: 600 !important;
    }

.gdpr .buttons input[type=submit] {
    margin-left: 0px !important;
}


@media all and (max-width: 1024px) and (min-width: 767px) {
    .jconfirm-box-container.jconfirm-animated.col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /*.jconfirm-box-container.jconfirm-animated.col-md-offset-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }*/
}

/*.jconfirm-buttons .btn.btn-primary,
.jconfirm-buttons .btn-primary,
.jconfirm-buttons .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0e0e0e !important;
    border-color: #0e0e0e !important;
}

.jconfirm-buttons .btn-primary.focus,
.jconfirm-buttons .btn-primary:focus {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 0 0 0.2rem rgb(58 58 58 / 50%);
}

.jconfirm-buttons .btn-primary:hover {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
}*/



@media (max-width: 1000px) {
    .cart .remove-from-cart {
        text-align: left !important;
    }

    .cart td.product {
        text-align: left !important;
    }
}

.btn-opt-ser a {
    display: block;
    text-align: center;
    height: 100%;
    font-size: 24px;
    padding: 20px;
    background-color: #eee;
    border-radius: 6px;
    color: #6b6767;
}

    .btn-opt-ser a i {
        display: block;
        font-size: 40px;
        margin-top: 10px;
        color: #21c34a;
    }


hr.my-5 {
    border-top: 1px solid rgb(255 189 29) !important;
}


.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 100px;
    max-width: 100px;
    height: 35px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

    .switchToggle label:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

.switchToggle input:checked + label, .switchToggle input:checked + input + label {
    background: #ffbd1d;
}

.switchToggle input + label:before, .switchToggle input + input + label:before {
    position: absolute;
    top: 7px;
    left: 40px;
    width: 56px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle.enable-disable input + label:before, .switchToggle.enable-disable input + input + label:before {
    content: 'Disable';
}

.switchToggle.yes-no input + label:before, .switchToggle.yes-no input + input + label:before {
    content: 'No';
}

.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
    position: absolute;
    top: 7px;
    left: 15px;
    width: 56px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle.enable-disable input:checked + label:before, .switchToggle.enable-disable input:checked + input + label:before {
    content: 'Enable';
}

.switchToggle.yes-no input:checked + label:before, .switchToggle.yes-no input:checked + input + label:before {
    content: 'Yes';
}

.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}


.content a {
    text-decoration: none;
    color: #ffbd1d;
}

    .content a:hover {
        text-decoration: underline;
        color: #ffbd1d;
    }


.configurator h5 {
    font-size: 15px;
    padding-bottom: 10px;
    display: block;
    color: #4b4b4b !important;
}


.custom-popover {
    padding: 15px;
    font-family: 'Poppins', sans-serif !important;
    color: #979696 !important;
    font-size: 15px !important;
}

    .custom-popover h4 {
        color: #333 !important;
        font-weight: 600 !important;
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 0px !important;
    }

    .custom-popover ul {
        list-style-type: disc !important;
    }



/*popover*/
.popover-block-container .popover-icon {
    background: none;
    color: none;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
}

    .popover-block-container .popover-icon i {
        color: #04a0b2;
        text-align: center;
        margin-top: 4px;
    }

.popover-header {
    display: none;
}

.popover {
    /*max-width: 306.6px;*/
    max-width: 380px !important;
    border-radius: 6px;
    border: 1px solid #d8d8d8 !important;
    box-shadow: 0 0 6px 1px #e4e4e4;
}

.popover-body {
    border: none;
    padding: 15px 25px 15px 15px !important;
    /*font-style: italic;*/
    z-index: 2;
    line-height: 1.53;
    letter-spacing: 0.1px;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Quicksand', sans-serif !important;
    font-size: 15px !important;
    border-top: 5px solid #ffbd1d;
    border-radius: 4px;
}

    .popover-body p {
        margin-bottom: 0px !important;
    }

    .popover-body h4 {
        color: #333 !important;
        font-weight: 600 !important;
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 5px !important;
        font-size: 20px !important;
    }

    .popover-body ul {
        list-style-type: disc !important;
        margin-left: 20px !important;
    }

    .popover-body .popover-close {
        position: absolute;
        top: 2px;
        right: 7px;
        opacity: 1;
    }

        .popover-body .popover-close .fas {
            font-size: 14px;
            font-weight: bold;
            color: #b71111;
        }
/*legend popover*/


@media all and (max-width: 420px) and (min-width: 200px) {
    .qq-upload-button {
        width: 100% !important;
        margin-right: 5px;
    }

    .qq-uploader-selector.qq-uploader {
        text-align: center;
    }

        .qq-uploader-selector.qq-uploader .row {
            display: contents
        }

        .qq-uploader-selector.qq-uploader .btn.btn-primary {
            margin-top: 7px;
        }

    .upload-image-button.pull-left {
        width: 100% !important;
    }
}


.home-bottom.virtual-booths-middle .left img {
    object-fit: cover;
}

.home-bottom.virtual-booths-middle .left .demo-btn {
    color: #fff;
    background-color: #2b2b2b;
    font-size: 16px;
    width: auto;
    height: 45px;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: none;
    text-decoration: none;
    line-height: 36px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    text-transform: capitalize;
}

    .home-bottom.virtual-booths-middle .left .demo-btn:hover {
        box-shadow: 0px 0px 10px #f1a92a;
    }

.footer .social-media {
    font-size: 18px;
}


.carousel-inner {
    margin-top: 20px;
}


.demo-block {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding-top: 20px
}

    .demo-block img {
        margin-bottom: 15px;
        margin-top: 15px;
        border-radius: 10px;
        box-shadow: 0px 0px 5px #ccc;
    }

    .demo-block h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px !important;
        margin-top: 20px;
    }

    .demo-block p {
        text-align: justify;
        line-height: 26px;
    }

    .demo-block a {
        color: #fff;
        background-color: #ffbd1d;
        font-size: 18px;
        width: auto;
        height: 45px;
        text-align: center;
        display: inline-block;
        padding: 2px 20px;
        border-radius: 5px;
        box-shadow: 0px 0px 5px #f1a92a;
        text-decoration: none;
        line-height: 40px;
        bottom: 20px;
        float: right;
        cursor: pointer;
        text-transform: uppercase;
    }

        .demo-block a:hover {
            box-shadow: 0px 0px 10px #f1a92a;
            color: #fff;
            text-decoration: none;
        }

.hotspot-form textarea.form-control {
    /*height: auto !important;*/
    min-height: 100px !important;
    max-height: 200px !important;
    width: 100%;
    resize: vertical;
}

/*chat bot*/
.rw-launcher {
    background-color: #ffbd1d !important;
}

.rw-conversation-container .rw-client {
    background-color: #ffbd1d !important;
}

.rw-conversation-container .rw-header {
    background-color: #ffbd1d !important;
}


#collapsePlan1 {
    z-index: 9999;
    /*position:absolute;*/
}



/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: -50px;
        overflow-y: scroll;
        height: 800px !important;
    }
}*/


.report-block {
    background-color: #fff4db;
    border-radius: 6px;
    /*box-shadow: 0px 0px 10px #dadada;*/
}

    .report-block input[type=text],
    .report-block input[type=email] {
        height: 45px;
        text-indent: 10px;
        border-color: #f1d38e;
    }

    .report-block textarea {
        border-radius: 0px;
        border-color: #f1d38e;
    }

.admin-header-links span {
    font-weight: 400;
}


@media all and (max-width: 420px) and (min-width: 200px) {
    .admin-header-links span {
        font-weight: 400;
        font-size: 11px;
        line-height: 12px;
        display: none;
    }
}

.support-register-btn {
    color: #fff !important;
    background-color: #ffbd1d;
    font-size: 16px;
    width: auto;
    height: 40px;
    text-align: center;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #f1a92a;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

    .support-register-btn:hover {
        box-shadow: 0px 0px 10px #f1a92a;
        text-decoration: none !important;
    }



.content h2,
.content h1 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.demo-block h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

.start-btn {
    color: #fff !important;
    background-color: #ffbd1d;
    font-size: 14px;
    /* height: 32px;*/
    text-align: center;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #f1a92a;
    text-decoration: none !important;
    margin-left: 0px;
    margin-top: -15px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

    .start-btn:hover {
        box-shadow: 0px 0px 10px #f1a92a;
        text-decoration: none !important;
    }

}


.new-pricing-table {
    width: 100%;
    position: relative;
    border-collapse: collapse;
}

    .new-pricing-table thead {
        background-color: #fff;
    }

        .new-pricing-table thead th {
            width: 20%;
            min-width: 20%;
            max-width: 20%;
            vertical-align: middle !important;
            position: sticky;
            top: 0;
            background-color: rgba(255,255,255,0.95);
            border-top: 0 !important;
        }

    .new-pricing-table tbody td {
        width: 20%;
        vertical-align: middle;
    }

    .new-pricing-table thead th div.package-block {
        box-shadow: 1px 15px 45px #00000026;
        border-radius: 10px;
        padding: 20px 15px;
        background: #fff;
    }

        .new-pricing-table thead th div.package-block h3 {
            text-transform: uppercase;
            font-size: 24px;
            text-align: center;
            font-weight: 700;
        }

        .new-pricing-table thead th div.package-block p {
            font-weight: 300;
            text-align: center;
            color: #979696;
            margin-top: 10px;
            margin-bottom: 10px;
            min-height: 46px;
        }

        .new-pricing-table thead th div.package-block h2 {
            text-transform: uppercase;
            font-size: 30px;
            text-align: center;
            font-weight: 700;
            line-height: 28px;
           /* min-height: 105px;*/
        }

            .new-pricing-table thead th div.package-block h2 span {
                font-size: 16px;
                font-weight: 400;
                display: block;
                margin-top: 15px;
            }

            .new-pricing-table thead th div.package-block h2 i {
                font-size: 12px;
                font-weight: 400;
                display: inline;
                font-style:normal;
            }

        .new-pricing-table thead th div.package-block a {
            width: 100%;
            display: block;
            margin-top: 10px;
            text-align: center;
            font-weight: 500;
            padding: 10px 15px;
            height: auto;
            font-size: 16px;
        }

        .new-pricing-table thead th div.package-block label {
            font-weight: 300;
            font-size: 14px;
            color: #979696;
            text-align: center;
            display: block;
        }

.price-cal {
    /*padding: 20px 10px 5px 10px;*/
    border-radius: 10px;
    /*box-shadow: 1px 15px 45px #00000026;*/
    margin-bottom: 20px;
    /*border: 1px solid #eee;*/
}

    .price-cal label {
        /*color: #fff;*/
        font-size: 18px;
        font-weight: 600;
        line-height: 18px !important;
        text-transform: uppercase;
    }

    .price-cal input[type=number].form-control {
        height: 45px !important;
        text-align: center;
        width: 100px;
        /*border-radius: 0px;*/
        font-size: 20px !important;
        margin-left: 0px;
        margin-top: 15px;
    }

    .price-cal button {
        width: 100%;
        background: #343a40;
        color: #fff;
        text-transform: uppercase;
        padding: 7px 15px;
        font-size: 15px;
        border-radius: 5px;
        box-shadow: 0px 0px 5px #343a40;
        text-decoration: none;
        border: none;
        margin-bottom: 10px;
    }

.sticky {
    position: fixed;
    top: 220px;
    width: 100%;
    max-width: 1440px;
    z-index: 9998;
    transition: all 0.5s ease;
    padding-right: 15px;
    /*overflow-y:hidden;*/
    margin-left: -15px;
}

.sticky + tbody {
    padding-top: 300px;
    display: block;
}

.tbody-price{
    padding-top: 200px !important;
}

.fixedtop {
    background-color: red;
    position: fixed;
    top: 120px;
}

.fixedtop .package-block p{
    display: none;
}

.fixedtop .package-block h2{
    font-size: 18px !important;
    line-height: normal !important;
    /*min-height: 82px !important;*/
}

.fixedtop .package-block h2 span{
    margin-top: 0px !important;
    font-size: 14px !important;
    display: inline !important;
    min-height: 60px !important;
}

.fixedtop .package-block h2 label{
    /*display: inline !important;*/
    font-size: 15px !important;
}

.fixedtop .package-block a {
    padding: 5px 15px !important;
    margin-top: 10px !important;
}

/*.sticky .price-cal{
display: none;
}*/
    .new-pricing-table tbody tr td:nth-child(2),
    .new-pricing-table tbody tr td:nth-child(3),
    .new-pricing-table tbody tr td:nth-child(4),
    .new-pricing-table tbody tr td:nth-child(5) {
        text-align: center;
    }

.new-pricing-table tbody tr td .fas.fa-times {
    color: #dc3545;
    font-size: 18px;
}

.new-pricing-table tbody tr td .fas.fa-check {
    color: #28a745;
    font-size: 18px;
}

.new-pricing-table td,
.new-pricing-table th {
    border-top: 1px dotted #f1f1f1 !important;
    border-bottom: none !important;
}

    .new-pricing-table td ul {
        list-style: circle;
        text-align: left;
        margin-left: 20px;
    }

    .new-pricing-table td ul li {
        margin-bottom: 15px;
    }

.col-12.table-responsive {
   /* height: 100vh;*/
}


@media all and (max-width: 1366px) and (min-width: 1023px) {
    /*.new-pricing-table thead th div.package-block{
        min-height: 355px;
    }*/

    .new-pricing-table thead th div.package-block p{
        min-height: 66px;
    }

    .new-pricing-table thead th div.package-block h2{
        min-height: 105px;
    }
}


    @media all and (max-width: 1024px) and (min-width: 769px) {
        .sticky {
            max-width: 950px;
        }

        .new-pricing-table thead th div.package-block h3 {
            text-transform: uppercase;
            font-size: 20px;
            text-align: center;
            font-weight: 600;
        }

        .new-pricing-table thead th div.package-block p {
            font-weight: 300;
            text-align: center;
            color: #979696;
            margin-top: 10px;
            margin-bottom: 10px;
            min-height: 56px;
            font-size: 12px;
        }

        .new-pricing-table thead th div.package-block h2 {
            text-transform: uppercase;
            font-size: 16px !important;
            text-align: center;
            font-weight: 600;
            line-height: 18px !important;
            min-height: 92px;
        }

            .new-pricing-table thead th div.package-block h2 span {
                font-size: 12px !important;
                font-weight: 400;
                display: block;
                margin-top: 0px;
            }

        .new-pricing-table thead th div.package-block a {
            width: 100%;
            display: block;
            margin-top: 0px;
            text-align: center;
            font-weight: 500;
            padding: 10px 15px;
            height: auto;
            font-size: 16px;
        }

        .new-pricing-table thead th div.package-block label {
            font-weight: 300;
            font-size: 12px !important;
            color: #979696;
            text-align: center;
            display: block;
        }

        .price-cal label {
            font-size: 16px;
            /*line-height: normal !important;*/
        }
    }


    @media all and (max-width: 768px) and (min-width: 421px) {

        .sticky {
            max-width: 720px;
        }

        .price-cal label {
            /* color: #fff; */
            font-size: 22px;
            font-weight: 500;
            line-height: 48px !important;
        }

        .new-pricing-table thead th div.package-block {
            box-shadow: 1px 15px 45px #00000026;
            border-radius: 10px;
            padding: 10px 10px;
            background: #fff;
            /*min-width: 200px;*/
        }

            .new-pricing-table thead th div.package-block h3 {
                text-transform: uppercase;
                font-size: 16px;
                text-align: center;
                font-weight: 600;
            }

            .new-pricing-table thead th div.package-block p {
                font-weight: 300;
                text-align: center;
                color: #979696;
                margin-top: 10px;
                margin-bottom: 5px;
                min-height: 60px;
                font-size: 11px;
                line-height: 14px;
            }

            .new-pricing-table thead th div.package-block h2 {
                text-transform: uppercase;
                font-size: 18px;
                text-align: center;
                font-weight: 600;
                line-height: 16px !important;
                min-height: 118px;
            }

                .new-pricing-table thead th div.package-block h2 span {
                    font-size: 11px !important;
                    font-weight: 400;
                    display: block;
                    margin-top: 0px;
                }

            .new-pricing-table thead th div.package-block a {
                width: 100%;
                display: block;
                margin-top: 0px;
                text-align: center;
                font-weight: 500;
                padding: 10px 5px;
                height: auto;
                font-size: 11px;
            }

            .new-pricing-table thead th div.package-block label {
                font-weight: 300;
                font-size: 11px !important;
                color: #979696;
                text-align: center;
                display: block;
            }

        .price-cal label {
            font-size: 14px;
            line-height: unset !important;
        }

        .fixedtop .package-block a {
            padding: 5px 5px !important;
        }

        .fixedtop .package-block h2 {
            font-size: 14px !important;
        }
    }

    @media all and (max-width: 420px) and (min-width: 200px) {

        .sticky {
            position: unset;
            top: unset;
            width: unset;
            max-width: unset;
            z-index: unset;
            transition: all 0.5s ease;
            padding-right: unset;
            overflow-y: unset;
            margin-left: unset;
        }

            .sticky + tbody {
                padding-top: 300px;
                display: contents;
            }

        .price-cal label {
            font-size: 18px;
            font-weight: 500;
            line-height: 18px !important;
        }

        .new-pricing-table thead th div.package-block {
            box-shadow: 1px 15px 45px #00000026;
            border-radius: 10px;
            padding: 20px 15px;
            background: #fff;
            min-width: 200px;
        }

        .table {
            width: 100%;
            margin-bottom: 1rem;
            color: #212529;
            /*white-space: nowrap;*/
        }

        .new-pricing-table thead th div.package-block h3 {
            text-transform: uppercase;
            font-size: 16px;
            text-align: center;
            font-weight: 600;
        }

        .new-pricing-table thead th div.package-block p {
            font-weight: 300;
            text-align: center;
            color: #979696;
            margin-top: 10px;
            margin-bottom: 15px;
            min-height: 115px;
            font-size: 13px;
            display: none;
        }

        .new-pricing-table thead th div.package-block h2 {
            text-transform: uppercase;
            font-size: 24px;
            text-align: center;
            font-weight: 600;
            line-height: 18px;
            min-height: 91px;
            margin-top: 10px;
        }

            .new-pricing-table thead th div.package-block h2 span {
                font-size: 14px;
                font-weight: 400;
                display: block;
                margin-top: 15px;
            }

        .new-pricing-table thead th div.package-block a {
            width: 100%;
            min-width: 90px;
            display: block;
            margin-top: 20px;
            text-align: center;
            font-weight: 500;
            padding: 10px 15px;
            height: auto;
            font-size: 12px;
        }

        .new-pricing-table thead th div.package-block label {
            font-weight: 300;
            font-size: 12px;
            color: #979696;
            text-align: center;
            /*display: none;*/
        }
    }



    .table-responsive::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .table-responsive::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #F90;
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    }

    @media all and (max-width: 823px) and (min-width: 811px) {

        .sticky {
            max-width: 700px;
        }

        .fixedtop {
            top: 0px;
        }

        .new-pricing-table thead th div.package-block {
            max-width: 120px;
            min-width: 120px;
        }

            .new-pricing-table thead th div.package-block h3 {
                font-size: 15px;
            }
    }

    @media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
        .sticky {
            max-width: 720px !important;
            margin-left: -15px;
        }

        .fixedtop {
            top: 0px;
        }

        .col-12.table-responsive {
            height: unset;
        }

        .new-pricing-table thead th div.package-block {
            max-width: 120px;
            min-width: 120px;
            padding: 10px;
        }

            .new-pricing-table thead th div.package-block h3 {
                font-size: 16px;
            }

            .new-pricing-table thead th div.package-block a{
                font-size: 12px;
                padding: 5px 5px !important;
            }

            .new-pricing-table thead th div.package-block h2{
                min-height: 95px !important;
            }
    }

    @media all and (max-width: 736px) and (min-width: 668px) {

        .sticky {
            max-width: 650px !important;
            margin-left: -15px;
        }

        .fixedtop {
            top: 0px;
        }

        .col-12.table-responsive {
            height: unset;
            overflow: visible;
        }

        .new-pricing-table thead th div.package-block {
            /*min-width: 200px;*/
            max-width: 100px;
        }

            .new-pricing-table thead th div.package-block h3 {
                font-size: 13px;
            }
    }

    @media all and (max-width: 667px) and (min-width: 500px) {

        .sticky {
            max-width: 600px !important;
            margin-left: -15px;
        }

        .fixedtop {
            top: 0px;
        }

        .col-12.table-responsive {
            height: unset;
            overflow: visible;
        }

        .new-pricing-table thead th div.package-block {
            /*min-width: 200px;*/
            max-width: 100px;
        }

            .new-pricing-table thead th div.package-block h3 {
                font-size: 13px;
            }

        .new-pricing-table tbody td {
            max-width: 120px;
        }

        .fixedtop .package-block a {
            padding: 5px 0px !important;
        }

        .new-pricing-table thead th div.package-block h2{
            min-height: 120px !important;
        }
    }


    .free {
        border-bottom: 4px solid #ffd91d;
    }

        .free a {
            background-color: #ffd91d;
        }

        .free h3 {
            color: #ffd91d;
        }


    .standard {
        border-bottom: 4px solid #ffbd1d;
    }

        .standard a {
            background-color: #ffbd1d;
        }

        .standard h3 {
            color: #ffbd1d;
        }


    .business {
        border-bottom: 4px solid #ff9941;
    }

        .business a {
            background-color: #ff9941;
        }

        .business h3 {
            color: #ff9941;
        }


    .premium {
        border-bottom: 4px solid #e06b07;
    }

        .premium a {
            background-color: #e06b07;
        }

        .premium h3 {
            color: #e06b07;
        }



.mobile-only-message {
    display: none;
}

@media screen and (max-width: 420px) {

    .mobile-only-message {
        display: block;
        width: 100%;
        height: 100vh;
        text-align: center;
        top: 0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f7ebd0;
        z-index: 9999 !important;
    }

    .mobile-only-message .mobile-message {
        padding: 36vh 30px;
    }

}

@media screen and (max-width: 767px) {

    .mobile-only-message {
        display: block;
        width: 100%;
        height: 100vh;
        text-align: center;
        top: 0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f7ebd0;
        z-index: 9999 !important;
    }

    .mobile-only-message .mobile-message {
        padding: 36vh 30px;
    }

}


@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) {

    .mobile-only-message {
        display: block;
        width: 100%;
        height: 100vh;
        text-align: center;
        top: 0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f7ebd0;
        z-index: 9999 !important;
    }

    .mobile-only-message .mobile-message {
        padding: 36vh 30px;
    }

}

.__btn {
    border-radius: 5px !important;
    padding: 10px 15px 8px;
    font-size: 14px;
    min-width: 120px;
    min-height: 38px;
    margin-bottom: 0px;
}


.theme_btn {
    background: #FFBD1D;
    color: #FFF;
    box-shadow: 0px 3px 6px #FBDB8E;
    border: none;
}

.text-warning-underline {
    text-decoration: underline;
}

.qbicle-my-booths {
    text-transform:unset !important;
}


.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: 100% !important;
    max-width: 415px;
    font-family: "Poppins", sans-serif !important;
    color: #495057;
    border: 1px solid #eeeeee;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li p {
        padding-left: 15px;
        margin-bottom: 0px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
    }


.ui-menu {
        list-style:none;
        padding: 10px;
        margin: 0;
        display:block;
        width:100%;
}
.ui-menu .ui-menu {
        margin-top: -3px;
}
.ui-menu .ui-menu-item {
        margin:0;
        padding: 0;
        width: 100%;
}
.ui-menu .ui-menu-item p {
        text-decoration:none;
        display:block;
        padding:.2em .4em;
        line-height:1.5;
        zoom:1;
}
    .ui-menu .ui-menu-item p.ui-state-hover,
    .ui-menu .ui-menu-item p.ui-state-active {
        margin: -1px;
        background: #007bff;
        /*color: #e3a716;*/
        color: #fff;
        border-bottom: 1px solid #e3a716;
    }


@media screen and (max-width: 1366px) {

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        width: 100% !important;
        max-width: 280px;
    }
}

@media screen and (max-width: 1024px) {

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        width: 100% !important;
        max-width: 360px;
    }
}

@media screen and (max-width: 768px) {

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        width: 100% !important;
        max-width: 260px;
    }
}