:root {
    --data-color-primary: #fc0;
    --data-color-secondary: #4b4b4b
}
.view_demo {
    position: absolute;
    bottom: 7px;
    right: 12px;
    font-size: 13px;
    font-weight: bold;
    color: #d71920;
    cursor:pointer;
}


.navbar-brand img {
    width: 130px;
}

.main-slides-area .owl-carousel .owl-item {
    height: 80vh
}

    .main-slides-area .owl-carousel .owl-item .home-slider-mian-sec a {
        width: 100%
    }

@media (max-width: 768px) {
    .main-slides-area .owl-carousel .owl-item {
        height: 100%
    }
}

.main-slides-item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 100%
}

.default-btn .bx-burst {
    top: 37%;
    -webkit-transform: unset;
    transform: unset
}

.single-footer-widget .widget-logo {
    width: 240px
}
.widget-logo img {
    max-width: 180px;
}
.icon-top i {
    top: 37%;
    -webkit-transform: unset;
    transform: unset
}

.section-title.early-birs-ection-title p {
    max-width: 950px
}

.booking-now {
    font-size: 2rem;
    font-weight: 700
}

@media (max-width: 768px) {
    .booking-now {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.booking-now a {
    margin-left: 5px;
    margin-right: 5px
}

.clients-section {
    background-color: #fff6f2
}

    .clients-section .sponsors-outer h3 {
        display: inline-block;
        font-size: 20px;
        line-height: 1.2em;
        color: #fff;
        padding: 10px 30px;
        font-weight: 700;
        margin-bottom: 10px;
        border-radius: 10px;
        margin-top: 25px
    }

    .clients-section .image-box {
        position: relative;
        text-align: center;
        margin-bottom: 0;
        -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        background-color: #fff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        padding: 15px
    }

    .clients-section .single-partner {
        text-align: center;
        padding: 10px
    }

@media (max-width: 768px) {
    .clients-section .single-partner {
        padding: 3px
    }
}

.gallery-area {
    background-color: #fff
}

    .gallery-area a {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0
    }

.gallery-page-area {
    background-color: #fff
}

    .gallery-page-area .single-gallery {
        margin-bottom: 0px
    }

.coming_soon h1 {
    color: #1982c3;
    font-size: 2rem
}

    .coming_soon h1 span {
        display: block
    }

    .coming_soon h1 i {
        color: #1982c3;
        font-size: 5rem
    }

.coming_soon h2 {
    color: #ffcb08;
    font-size: 20px
}

.coming_soon h3 {
    font-size: 2rem
}

.event-area {
    background-image: url(../images/bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.about-us-content h3.title {
    font-size: 26px
}

@media (max-width: 768px) {
    .about-us-content h3.title {
        font-size: 20px;
        line-height: 24px
    }
}

@media (max-width: 412px) {
    .about-us-content h3.title {
        padding-bottom: 15px
    }
}

@media (max-width: 768px) {
    .about-us-content .about-btn {
        margin-bottom: 30px
    }
}

.schedule-area .schedule-nav-tab ul {
    width: 285px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #554bb9;
    border-bottom: 0px
}

@media (max-width: 768px) {
    .schedule-area .schedule-nav-tab ul {
        width: 100%;
        overflow-x: auto !important;
        border-radius: 10px;
        margin-bottom: 10px
    }
}

.schedule-area .schedule-nav-tab ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

@media (max-width: 768px) {
    .schedule-area .schedule-nav-tab ul li {
        width: 33.33%
    }
}

.schedule-area .schedule-nav-tab ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.schedule-area .schedule-nav-tab ul li button {
    display: block;
    text-align: right;
    padding: 33px 35px;
    border: 0px;
    width: 100%;
    background: transparent
}

@media (max-width: 768px) {
    .schedule-area .schedule-nav-tab ul li button {
        padding: 15px 8px
    }
}

.schedule-area .schedule-nav-tab ul li button.active {
    background-color: #1982c3
}

.schedule-area .schedule-nav-tab ul li button h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600
}

@media (max-width: 768px) {
    .schedule-area .schedule-nav-tab ul li button h3 {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .schedule-area .schedule-nav-tab ul li button p {
        font-size: 13px
    }
}

.schedule-area .schedule-nav-tab ul li button .cs-white {
    color: #fff
}

@media (max-width: 768px) {
    .schedule-area .schedule-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.schedule-area .tab-content {
    padding-left: 10px;
    width: 100%
}

@media (max-width: 768px) {
    .schedule-area .tab-content {
        padding-left: 0px
    }
}

.schedule-area .tab-content .accordion-button:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.schedule-area .tab-content .accordion-button {
    color: #1982c3
}

    .schedule-area .tab-content .accordion-button:not(.collapsed) {
        background: transparent;
        color: #1982c3
    }

    .schedule-area .tab-content .accordion-button small {
        margin-left: 10px;
        color: #009a16
    }

@media (max-width: 768px) {
    .schedule-area .tab-content .accordion-button small {
        margin-left: 0px;
        margin-top: 7px
    }
}

@media (max-width: 768px) {
    .schedule-area .tab-content .accordion-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 768px) {
    .schedule-area .tab-content .accordion-button::after {
        top: 40%;
        position: absolute;
        right: 12px
    }
}

.animate {
    z-index: 9
}

.b-tab {
    display: none
}

    .b-tab.active {
        display: block
    }

.map {
    margin-bottom: -10px
}

.coming-soon-sorry {
    text-align: center
}

    .coming-soon-sorry .color {
        color: #083f88;
        font-size: 3rem
    }

    .coming-soon-sorry i {
        color: #d1d2d4;
        display: block;
        font-size: 5rem
    }

    .coming-soon-sorry img {
        width: 450px;
        display: block;
        margin: auto
    }

    .coming-soon-sorry p {
        font-size: 18px
    }

.opening-soon {
    height: 50vh
}

.breadcrumb-card {
    text-align: center;
    margin-bottom: 38px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px
}

    .breadcrumb-card h2 {
        font-size: 28px;
        margin-bottom: 0px;
        font-weight: 500
    }

@media (max-width: 768px) {
    .breadcrumb-card h2 {
        font-size: 17px !important
    }
}

.breadcrumb-card h2 strong {
    color: #1982c3
}

.breadcrumb-card .form-select {
    width: 50%
}

@media (max-width: 768px) {
    .breadcrumb-card .form-select {
        width: 100%;
        margin-top: 7px
    }
}

@media (max-width: 768px) {
    .breadcrumb-card .input-group {
        margin-left: 0px !important;
        margin-top: 7px
    }
}

.breadcrumb-card button {
    background: #083f88;
    color: #fff;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

    .breadcrumb-card button:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff
    }

    .breadcrumb-card button:hover {
        color: #fff;
        opacity: 0.3
    }

@media (max-width: 768px) {
    .breadcrumb-card .w-50 {
        width: 100% !important
    }
}

.breadcrumb-card .w-150px {
    width: 150px
}

@media (max-width: 768px) {
    .breadcrumb-card .w-150px {
        width: 100% !important
    }
}

@media (max-width: 768px) {
    .flex-mo-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.success-area {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center
}

    .success-area h1 {
        color: #083f88;
        font-size: 48px;
        font-weight: 700;
        line-height: 48px;
        margin: 2px 0 5px;
        text-transform: uppercase
    }

@media (max-width: 768px) {
    .success-area h1 {
        font-size: 34px;
        line-height: 34px
    }
}

.success-area h3 {
    font-weight: 400;
    line-height: 35px;
    margin: 40px 0 10px;
    text-transform: none
}

.success-area .info {
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin: 24px 0 0;
    text-align: center;
    font-weight: 600
}

    .success-area .info a {
        color: #1982c3;
        text-decoration: none
    }

.success-area .color-success {
    color: #ffcb08
}

.single-events-schedules .video-title h3 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    height: 57px
}

@media (max-width: 768px) {
    .single-blog .blog-content .blog-author {
        margin-bottom: 0px
    }
}

.social {
    padding-left: 0;
    margin-bottom: 0
}

    .social li {
        list-style-type: none;
        display: inline-block;
        margin-right: 5px;
        height: 42px
    }

@media (max-width: 768px) {
    .social li {
        height: 100%;
        margin-bottom: 10px
    }
}

.social li a i {
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 32px;
    background-color: transparent;
    color: #5c6a75;
    border: 1px solid #5c6a75;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .social li a i:hover {
        background-color: #1982c3;
        border: 1px solid #1982c3;
        color: #fff
    }

.height-119px {
    height: 119px
}

@media (max-width: 768px) {
    .height-119px {
        height: 100%
    }
}

.filter-card {
    height: 17px;
    margin-top: -36px;
    margin-bottom: 7px
}

.width-305px {
    width: 300px
}

@media (max-width: 768px) {
    .width-305px {
        width: 100%
    }
}

.speaker-designation-new {
    line-height: 1.1;
    margin-top: 8px
}

.speakers-designation {
    margin-top: 6px;
    margin-bottom: 6px
}

    .speakers-designation p {
        margin-bottom: 2px;
        display: inherit !important
    }

        .speakers-designation p:first-child {
            color: #161b1e;
            font-weight: 700 !important
        }

.bio-graph-info p span {
    margin-bottom: 0px;
    color: #576671;
    font-weight: 600
}

.bio-graph-info h1 {
    font-size: 16px
}

.exhibit-center-section {
    background-image: url(../images/top-comming-soon-bg-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 0.85rem 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b5afed
}

    .exhibit-center-section .section-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0px
    }

        .exhibit-center-section .section-title h2 {
            color: #fff;
            margin-bottom: 0;
            line-height: 1.5;
            text-align: left;
            font-size: 38px
        }

        .exhibit-center-section .section-title span {
            color: #fff;
            text-align: left;
            margin-bottom: 0px;
            font-size: 16px
        }

    .exhibit-center-section .announcement-soon-content #timer div {
        background: rgba(245, 245, 245, 0.3) 0% 0% no-repeat padding-box;
        -webkit-box-shadow: 0px 5px 10px #4d4d4d12;
        box-shadow: 0px 5px 10px #4d4d4d12;
        border-radius: 12px;
        opacity: 1;
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        font-size: 38px;
        height: 114px;
        margin-right: 25px;
        margin-left: 25px
    }

        .exhibit-center-section .announcement-soon-content #timer div::before {
            font-size: 44px;
            right: -34px
        }

        .exhibit-center-section .announcement-soon-content #timer div:last-child {
            margin-right: 0
        }

.blog-area {
    background-color: #eceef3
}

.right-col {
    width: calc(100% - 250px)
}

@media (max-width: 768px) {
    .right-col {
        width: 100%
    }
}

.left-sidebar-col {
    width: 250px
}

@media (max-width: 768px) {
    .left-sidebar-col {
        width: 100%
    }
}

.sponsor-left-col {
    width: 160px
}

@media (max-width: 950px) {
    .sponsor-left-col {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 1.7rem;
        padding-right: 1.7rem
    }
}

.sponsor-right-col {
    width: calc(100% - 160px)
}

@media (max-width: 950px) {
    .sponsor-right-col {
        width: 100%
    }
}

.show-item {
    color: #172b3b !important
}

.btn-search {
    background-color: #1982c3 !important;
    border-color: #1982c3;
    color: #fff;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 7px !important
}

.top-filter-sec h6.search-title {
    width: 170px
}

.form-control-wid {
    width: calc(100% - 170px);
    margin-right: 2px
}

    .form-control-wid .select2-selection__arrow {
        display: none
    }

    .form-control-wid .select2-container {
        width: 100% !important
    }

        .form-control-wid .select2-container .select2-selection--single {
            height: 38px
        }

    .form-control-wid .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px
    }

.input-margin-right-12px {
    margin-right: 12px;
    width: 230px
}

@media (max-width: 800px) {
    .input-margin-right-12px {
        width: 100%
    }
}

.input-margin-right-12px.width-355px {
    width: 355px
}

@media (max-width: 800px) {
    .input-margin-right-12px.width-355px {
        width: 100%
    }
}

button.select2-selection__clear span {
    color: #786c6c
}

.select2-search__field:focus-visible {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: unset
}

.logo-grid {
    width: 180px;
    height: 180px;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.big-tent {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .big-tent li {
        list-style: none;
        list-style: none;
        width: 25%;
        padding: 8px
    }

        .big-tent li .big-tent-card {
            border: 1px solid #ebebeb;
            background-color: #fff;
            border-radius: 5px;
            position: relative;
            text-align: center;
            width: 100%;
            overflow: hidden;
            padding: 5px
        }

            .big-tent li .big-tent-card .images-card-block {
                height: 250px;
                width: 100%;
                overflow: hidden
            }

            .big-tent li .big-tent-card .card-images {
                width: 100%;
                height: 250px;
                background-repeat: no-repeat;
                background-position: center;
                background-color: #ebebeb;
                border-radius: 5px;
                -webkit-transition: -webkit-transform 0.3s;
                transition: -webkit-transform 0.3s;
                transition: transform 0.3s;
                transition: transform 0.3s, -webkit-transform 0.3s
            }

            .big-tent li .big-tent-card .big-tent-card-footer {
                padding: 8px 15px
            }

                .big-tent li .big-tent-card .big-tent-card-footer p {
                    font-size: 16px;
                    color: #172b3b;
                    font-family: 'Poppins', sans-serif;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-align: left;
                    margin-bottom: 0px;
                    font-weight: 600
                }

                .big-tent li .big-tent-card .big-tent-card-footer .big-tent-date-time {
                    text-align: left
                }

                    .big-tent li .big-tent-card .big-tent-card-footer .big-tent-date-time span {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        width: 100%
                    }

                        .big-tent li .big-tent-card .big-tent-card-footer .big-tent-date-time span i {
                            color: #1982c3;
                            margin-right: 4px
                        }

            .big-tent li .big-tent-card:hover .card-images {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
                -webkit-transition: -webkit-transform 0.3s;
                transition: -webkit-transform 0.3s;
                transition: transform 0.3s;
                transition: transform 0.3s, -webkit-transform 0.3s
            }

            .big-tent li .big-tent-card:hover .big-tent-card-footer .big-tent-date-time span i {
                color: #00a652
            }

.default-btn-downlode {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background-color: #1982c3;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 5px;
    padding: 9px 18px 9px 18px;
    font-weight: 500;
    font-size: 16px
}

    .default-btn-downlode i {
        margin-right: 5px
    }

    .default-btn-downlode:hover {
        color: #fff
    }

    .default-btn-downlode:focus {
        color: #fff
    }

@media (max-width: 768px) {
    .default-btn-downlode {
        margin-top: 10px
    }
}

.gb-green {
    background: #ffcb08 !important
}

.exhibitor-registration {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background: #fff6f2
}

@media (max-width: 768px) {
    .exhibitor-registration .booking-fee-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.exhibitor-registration .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.exhibitor-registration .form-control.error {
    border-color: #ed1c24
}

.exhibitor-registration .register_onlione {
    font-size: 1.5rem;
    font-weight: 500
}

.exhibitor-registration .invalid {
    width: 100%;
    margin-top: -3px;
    font-size: 0.875em;
    color: #ed1c24;
    position: absolute
}

.exhibitor-registration label.error {
    font-size: 12px;
    font-weight: 500;
    color: #ed1c24;
    position: absolute;
    text-align: left !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2px
}

.exhibitor-registration #mobile_no-error {
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px !important
}

.exhibitor-registration .form-check {
    margin-bottom: 0px
}

    .exhibitor-registration .form-check label.error {
        margin-top: 21px
    }

@media (max-width: 768px) {
    .exhibitor-registration .form-check label.error {
        display: none !important
    }
}

.exhibitor-registration input.error {
    border: 1px solid #ed1c24
}

.exhibitor-registration .table thead th {
    border-bottom: 2px solid #e5e5e5
}

@media (max-width: 768px) {
    .exhibitor-registration .table-responsive table.table {
        width: 700px
    }
}

.exhibitor-registration .exhibitor-header h3 {
    background: #1982c3 none repeat scroll 0 0;
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    margin: 0;
    padding: 15px 20px;
    text-align: left;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .exhibitor-registration .exhibitor-header h3 {
        font-size: 18px
    }
}

.exhibitor-registration .form-card {
    background: #fff;
    margin-bottom: 3rem;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative
}

.exhibitor-registration .overlay {
    background: #ffffffbf;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .exhibitor-registration .overlay i {
        font-size: 1.5rem
    }

.exhibitor-registration .require {
    color: #ed1c24
}

.exhibitor-registration .form-check-input {
    margin-top: 2px;
    cursor: pointer
}

.exhibitor-registration .form-check-label {
    cursor: pointer
}

.exhibitor-registration .mx {
    margin-left: 0px;
    margin-right: 0px
}

.exhibitor-registration label {
    padding-top: 0px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1.2
}

@media (max-width: 768px) {
    .exhibitor-registration label {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 5px
    }
}

.exhibitor-registration label.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exhibitor-registration .w-150 {
    width: 170px
}

@media (max-width: 768px) {
    .exhibitor-registration .w-150 {
        width: 100%;
        text-align: left !important
    }
}

.exhibitor-registration .w-150-100 {
    width: calc(100% - 170px);
    margin-bottom: 0.2rem;
    position: relative
}

@media (max-width: 768px) {
    .exhibitor-registration .w-150-100 {
        width: 100%
    }
}

.exhibitor-registration .w-55 {
    width: 55px
}

@media (max-width: 768px) {
    .exhibitor-registration .w-55 {
        width: 100%;
        text-align: left !important
    }
}

.exhibitor-registration .w-55-100 {
    width: calc(100% - 55px);
    margin-bottom: 0.2rem;
    position: relative
}

@media (max-width: 768px) {
    .exhibitor-registration .w-55-100 {
        width: 100%
    }
}

.registration-title-danger h2 {
    font-size: 1.5rem;
    text-align: center
}

.pay-group span {
    margin-right: 10px;
    margin-left: 10px
}

.pay-online-footer-card {
    background: #fff;
    margin-bottom: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.form_reg_successfull .registration-header i {
    font-size: 5rem;
    color: #009a16
}

.form_reg_successfull h2 {
    color: #1982c3;
    font-size: 20px;
    margin-bottom: 1rem
}

    .form_reg_successfull h2 span {
        display: block;
        font-size: 2rem
    }

.form_reg_successfull h4 {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #083f88
}

.form_reg_successfull .info {
    font-size: 14px;
    margin-bottom: 2.5rem;
    margin-top: 1.5rem
}

.form_reg_successfull h3 {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #083f88
}

.form_reg_successfull img {
    width: 100px
}

.theme-dark .exhibitor-registration {
    background: #0e0e0e
}

.theme-dark .form-card {
    background: #0e0e0e;
    border: 1px solid #504747
}

.theme-dark .form-control {
    color: #fff;
    border: 1px solid #181b31;
    background-color: #181b31
}

.theme-dark table {
    border: 1px solid #fff
}

    .theme-dark table thead {
        border-color: #fff !important
    }

        .theme-dark table thead tr {
            border-bottom-width: 1;
            border-color: #fff !important
        }

            .theme-dark table thead tr th {
                color: #fff !important;
                border: 1px solid #fff !important
            }

    .theme-dark table tr th {
        color: #fff !important;
        border: 1px solid #fff !important
    }

    .theme-dark table tr td {
        color: #fff !important;
        border: 1px solid #fff !important
    }

.theme-dark .pay-online-footer-card {
    background: #0e0e0e;
    border: 1px solid #504747
}

a.default-btn.lock-icon i {
    font-size: 20px;
    margin-top: -1px
}

.login-btn-bg {
    background-color: #666666 !important;
    color: #ffffff;
}

.text-blue {
    color: #083f88 !important
}

.navbar-nav-login .nav-item-login {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

    .navbar-nav-login .nav-item-login ul.dropdown-menu {
        border: none;
        top: 70px;
        right: 0;
        z-index: 99;
        opacity: 0;
        width: 250px;
        display: block;
        padding: 10px 0;
        margin-top: 15px;
        position: absolute;
        visibility: hidden;
        background: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1)
    }

        .navbar-nav-login .nav-item-login ul.dropdown-menu li a {
            padding: 10px 20px;
            position: relative;
            display: block;
            color: #172b3b;
            font-size: 15px;
            font-weight: 500
        }

            .navbar-nav-login .nav-item-login ul.dropdown-menu li a:hover {
                color: #1982c3 !important;
                background-color: #f9f9f9 !important
            }

    .navbar-nav-login .nav-item-login a i.login_cevron_down {
        position: absolute;
        right: -42px
    }

    .navbar-nav-login .nav-item-login .dropdown_menu_login {
        padding-left: 5px;
        margin-top: 7px
    }

        .navbar-nav-login .nav-item-login .dropdown_menu_login a {
            padding: 15px 35px 15px 46px !important
        }

        .navbar-nav-login .nav-item-login .dropdown_menu_login:hover ul.dropdown-menu {
            opacity: 1;
            visibility: visible;
            margin-top: 0
        }

    .navbar-nav-login .nav-item-login a.trancate-css {
        width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis
    }

.login-with {
    text-align: center;
    margin-top: 15px
}

    .login-with P {
        margin-bottom: 0px;
        font-weight: 600;
        color: #083f88
    }

.form-title-group {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px
}

    .form-title-group h1 {
        font-size: 1rem
    }

.login-title-group {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px
}

    .login-title-group h1 {
        font-size: 1.5rem
    }

.form-select.error {
    border-color: #ed1c24
}

label#mobile_no-error {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -14px
}

.change-password label.error {
    position: absolute;
    color: #ed1c24;
    margin-top: -4px;
    font-size: 85%
}

.sign-up-reg-btn {
    background: #4285f4;
    border-radius: 4px
}

    .sign-up-reg-btn span {
        background: #fff;
        padding: 0.25rem 0.4rem;
        margin-left: 2px
    }

        .sign-up-reg-btn span img {
            width: 30px
        }

        .sign-up-reg-btn span.facebook-i-btn {
            background: none
        }

            .sign-up-reg-btn span.facebook-i-btn img {
                width: 30px
            }

    .sign-up-reg-btn h5 {
        color: #fff;
        padding-left: 15px;
        padding: 0.75rem;
        font-size: 15px
    }

.reg-sign-up-reg-btn {
    border: 1px solid #4285f4;
    border-radius: 10px;
    width: 250px
}

    .reg-sign-up-reg-btn span {
        background: #fff;
        padding: 0.3rem 0.3rem;
        margin-left: 2px
    }

        .reg-sign-up-reg-btn span img {
            width: 28.7px
        }

        .reg-sign-up-reg-btn span.facebook-i-btn {
            background: none
        }

            .reg-sign-up-reg-btn span.facebook-i-btn img {
                width: 28px
            }

    .reg-sign-up-reg-btn h5 {
        color: #4285f4;
        padding: 0.85rem;
        padding-left: 0px !important;
        font-size: 16px;
        font-weight: 500
    }

.cus-card-reg-visitor {
    border-radius: 12px !important
}

@media (max-width: 991px) {
    .cus-card-reg-visitor {
        padding-top: 0.1rem !important;
        padding-bottom: 1.5rem !important
    }
}

.cus-card-reg-visitor .px-05px {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cus-card-reg-visitor .sm-py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
}

@media (max-width: 991px) {
    .cus-card-reg-visitor .sm-py-2 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }
}

.exhibitor-registration .cus-width-cs {
    max-width: 67.5%
}

@media (max-width: 1199px) {
    .exhibitor-registration .cus-width-cs {
        max-width: 100%
    }
}

.exhibitor-registration label {
    display: inline !important;
    font-weight: 600
}

.exhibitor-registration .pl-0 {
    padding-left: 0px !important
}

.exhibitor-registration .companies-logo-card {
    margin-right: 10px !important
}

    .exhibitor-registration .companies-logo-card .img-thumbnail {
        border-radius: 7px 7px 0px 0px
    }

    .exhibitor-registration .companies-logo-card button {
        border-radius: 0px 0px 7px 7px
    }

.exhibitor-registration input.form-control {
    border-radius: 7px !important
}

.exhibitor-registration input.mobile-form {
    border-radius: 0px 7px 7px 0px !important
}

.h-40px {
    height: 40px
}

.shw-pass {
    border: none;
    background: transparent;
    margin-left: 10px
}

    .shw-pass i {
        font-size: 13px
    }

.exhib_pro-logo {
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .exhib_pro-logo img {
        height: 100%;
        width: auto
    }

.h-38px {
    height: 38px
}

.exhibit-reg-next-step img.reg-com-logo {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 5px
}

.exhibit-reg-next-step img.reg-com-icon {
    border: 0px;
    border-radius: 0px;
    padding: 0px
}

.exhibit-reg-next-step a:hover {
    background-color: #d1d2d4
}

.btn-pay-online {
    color: #fff !important;
    background-color: #1982c3;
    border-color: #1982c3;
    padding: 15px 25px 15px 25px
}

    .btn-pay-online:hover {
        color: #fff;
        background-color: #1982c3;
        border-color: #1982c3;
        opacity: 0.7
    }

    .btn-pay-online:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.pay-online {
    color: #fff !important;
    background-color: #1982c3 !important;
    border-color: #1982c3 !important
}

    .pay-online:hover {
        color: #fff !important;
        background-color: #1982c3 !important;
        border-color: #1982c3 !important;
        opacity: 0.7
    }

    .pay-online:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff !important
    }

.pay-at-basis {
    color: #083f88;
    background-color: #ffcb08;
    border-color: #ffcb08;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px 15px 25px
}

    .pay-at-basis i {
        color: #083f88;
        margin-right: 10px
    }

    .pay-at-basis:hover {
        color: #083f88;
        background-color: #ffcb08;
        border-color: #ffcb08;
        opacity: 0.7
    }

        .pay-at-basis:hover i {
            color: #083f88
        }

    .pay-at-basis:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.pay-basis {
    color: #083f88;
    background-color: #ffcb08;
    border-color: #ffcb08;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .pay-basis i {
        color: #083f88;
        margin-right: 10px
    }

    .pay-basis:hover {
        color: #083f88;
        background-color: #ffcb08;
        border-color: #ffcb08;
        opacity: 0.7
    }

        .pay-basis:hover i {
            color: #083f88
        }

    .pay-basis:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.exhibit-space-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .exhibit-space-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.exhibit-space-card .exhibit-space-product {
    width: calc(100% - 450px);
    margin-right: 1rem
}

@media (max-width: 768px) {
    .exhibit-space-card .exhibit-space-product {
        width: 100%;
        margin-right: 0px
    }
}

.exhibit-space-card .exhibit-space-product .accordion-item {
    border: 0px;
    margin-bottom: 0.5rem;
    overflow: hidden;
    border-radius: 9px;
    border: 1px solid #d1d2d4
}

    .exhibit-space-card .exhibit-space-product .accordion-item.show-border {
        border: 1px solid #1982c3;
        border-top: 0px
    }

        .exhibit-space-card .exhibit-space-product .accordion-item.show-border .accordion-regular-icon .regular-stall-icon {
            background: url(../images/Regular-Stall-white.svg);
            background-size: 100% 100%
        }

        .exhibit-space-card .exhibit-space-product .accordion-item.show-border .accordion-regular-icon .mini-pavilion-icon {
            background: url(../images/Mini-Pavilion-white.svg);
            background-size: 100% 100%
        }

        .exhibit-space-card .exhibit-space-product .accordion-item.show-border .accordion-regular-icon .open-pavilion-icon {
            background: url(../images/Open-Pavilion-white.svg);
            background-size: 100% 100%
        }

        .exhibit-space-card .exhibit-space-product .accordion-item.show-border .accordion-regular-icon .startups-zone-icon {
            background: url(../images/Startup-Zone-white.svg);
            background-size: 100% 100%
        }

        .exhibit-space-card .exhibit-space-product .accordion-item.show-border .accordion-regular-icon.regular-stall-icon-bg {
            background-color: #1982c3 !important
        }

        .exhibit-space-card .exhibit-space-product .accordion-item.show-border .accordion-regular-icon.mini-pavilion-icon-bg {
            background-color: #1982c3 !important
        }

        .exhibit-space-card .exhibit-space-product .accordion-item.show-border .accordion-regular-icon.open-pavilion-icon-bg {
            background-color: #1982c3 !important
        }

        .exhibit-space-card .exhibit-space-product .accordion-item.show-border .accordion-regular-icon.startups-zone-icon-bg {
            background-color: #1982c3 !important
        }

        .exhibit-space-card .exhibit-space-product .accordion-item.show-border .accordion-button:not(.collapsed)::after {
            background-image: url(../images/arrow-top.svg);
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg)
        }

.exhibit-space-card .exhibit-space-product .exhibit-accordion-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 9px;
    border: 0px;
    padding: 0.2rem 1.25rem;
    background: #1982c3
}

    .exhibit-space-card .exhibit-space-product .exhibit-accordion-button:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .exhibit-space-card .exhibit-space-product .exhibit-accordion-button .accordion-regular-stall {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%
    }

        .exhibit-space-card .exhibit-space-product .exhibit-accordion-button .accordion-regular-stall .accordion-regular-icon {
            background: transparent;
            border-radius: 12px;
            padding: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-right: 1rem;
            width: 50px;
            height: 50px
        }

            .exhibit-space-card .exhibit-space-product .exhibit-accordion-button .accordion-regular-stall .accordion-regular-icon img {
                width: 38px
            }

            .exhibit-space-card .exhibit-space-product .exhibit-accordion-button .accordion-regular-stall .accordion-regular-icon svg {
                fill: #fff
            }

        .exhibit-space-card .exhibit-space-product .exhibit-accordion-button .accordion-regular-stall span {
            color: #fff;
            font-size: 1rem;
            font-weight: 600
        }

        .exhibit-space-card .exhibit-space-product .exhibit-accordion-button .accordion-regular-stall .form-check-input {
            width: 20px;
            height: 20px;
            margin-right: 1rem
        }

            .exhibit-space-card .exhibit-space-product .exhibit-accordion-button .accordion-regular-stall .form-check-input[type='checkbox'] {
                border-radius: 0
            }

    .exhibit-space-card .exhibit-space-product .exhibit-accordion-button .accordion-starting-price {
        text-align: right;
        width: 50%;
        padding-right: 14px
    }

        .exhibit-space-card .exhibit-space-product .exhibit-accordion-button .accordion-starting-price span {
            color: #fff;
            font-size: 16px;
            display: block;
            line-height: 1.4
        }

    .exhibit-space-card .exhibit-space-product .exhibit-accordion-button.collapsed {
        background: #fff
    }

        .exhibit-space-card .exhibit-space-product .exhibit-accordion-button.collapsed .accordion-regular-stall {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .exhibit-space-card .exhibit-space-product .exhibit-accordion-button.collapsed .accordion-regular-stall .accordion-regular-icon {
                background: #f3f3f3;
                border-radius: 12px;
                padding: 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-right: 1rem
            }

                .exhibit-space-card .exhibit-space-product .exhibit-accordion-button.collapsed .accordion-regular-stall .accordion-regular-icon img {
                    width: 38px
                }

                .exhibit-space-card .exhibit-space-product .exhibit-accordion-button.collapsed .accordion-regular-stall .accordion-regular-icon svg {
                    fill: #1982c3
                }

            .exhibit-space-card .exhibit-space-product .exhibit-accordion-button.collapsed .accordion-regular-stall span {
                color: #1982c3;
                font-size: 1rem;
                font-weight: 600
            }

            .exhibit-space-card .exhibit-space-product .exhibit-accordion-button.collapsed .accordion-regular-stall .form-check-input {
                width: 20px;
                height: 20px;
                margin-right: 1rem
            }

                .exhibit-space-card .exhibit-space-product .exhibit-accordion-button.collapsed .accordion-regular-stall .form-check-input[type='checkbox'] {
                    border-radius: 0
                }

        .exhibit-space-card .exhibit-space-product .exhibit-accordion-button.collapsed .accordion-starting-price {
            text-align: right
        }

            .exhibit-space-card .exhibit-space-product .exhibit-accordion-button.collapsed .accordion-starting-price span {
                color: #1982c3;
                font-size: 16px;
                display: block
            }

    .exhibit-space-card .exhibit-space-product .exhibit-accordion-button:hover {
        background: #1982c3
    }

        .exhibit-space-card .exhibit-space-product .exhibit-accordion-button:hover .accordion-regular-stall {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .exhibit-space-card .exhibit-space-product .exhibit-accordion-button:hover .accordion-regular-stall .accordion-regular-icon {
                background: transparent
            }

            .exhibit-space-card .exhibit-space-product .exhibit-accordion-button:hover .accordion-regular-stall span {
                color: #fff
            }

        .exhibit-space-card .exhibit-space-product .exhibit-accordion-button:hover .accordion-starting-price span {
            color: #fff
        }

.exhibit-space-card .accordion-header {
    position: relative
}

.exhibit-space-card .accordion-exhibit-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (max-width: 768px) {
    .exhibit-space-card .accordion-exhibit-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0rem;
        padding-right: 0rem
    }
}

@media (max-width: 1400px) {
    .exhibit-space-card .accordion-exhibit-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.exhibit-space-card .accordion-exhibit-product label {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 700;
    color: #212529
}

.exhibit-space-card .accordion-exhibit-product .form-zone {
    width: 170px
}

@media (max-width: 768px) {
    .exhibit-space-card .accordion-exhibit-product .form-zone {
        width: 100%
    }
}

@media (max-width: 1400px) {
    .exhibit-space-card .accordion-exhibit-product .form-zone {
        width: 100%
    }
}

.exhibit-space-card .accordion-exhibit-product .form-zone .form-select {
    background-color: #e9ecef;
    border-color: #ced4da
}

.exhibit-space-card .accordion-exhibit-product .form-zone a {
    font-size: 14px;
    text-decoration: underline
}

    .exhibit-space-card .accordion-exhibit-product .form-zone a:hover {
        text-decoration: underline
    }

.exhibit-space-card .accordion-exhibit-product .form-quantity {
    width: 78px;
    text-align: center
}

@media (max-width: 768px) {
    .exhibit-space-card .accordion-exhibit-product .form-quantity {
        width: 100%
    }
}

@media (max-width: 1400px) {
    .exhibit-space-card .accordion-exhibit-product .form-quantity {
        width: 100%
    }
}

.exhibit-space-card .accordion-exhibit-product .form-quantity input {
    background-color: #e9ecef;
    border-color: #ced4da;
    text-align: center
}

.exhibit-space-card .accordion-exhibit-product .form-price {
    margin-top: 5px;
    width: calc(100% - 388px);
    text-align: center
}

@media (max-width: 768px) {
    .exhibit-space-card .accordion-exhibit-product .form-price {
        width: 100%
    }
}

@media (max-width: 1400px) {
    .exhibit-space-card .accordion-exhibit-product .form-price {
        width: 100%
    }
}

.exhibit-space-card .accordion-exhibit-product .form-price p {
    color: #212529;
    font-weight: 700;
    font-size: 20px
}

.exhibit-space-card .accordion-exhibit-product .form-reservation {
    margin-top: 5px;
    width: 140px;
    text-align: right
}

@media (max-width: 768px) {
    .exhibit-space-card .accordion-exhibit-product .form-reservation {
        text-align: right;
        width: 100%
    }
}

@media (max-width: 1400px) {
    .exhibit-space-card .accordion-exhibit-product .form-reservation {
        width: 100%
    }
}

.exhibit-space-card .accordion-exhibit-product .form-reservation .btn-reservation {
    background-color: #1982c3;
    border-color: #1982c3;
    border-radius: 5px;
    color: #fff !important
}

    .exhibit-space-card .accordion-exhibit-product .form-reservation .btn-reservation:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.exhibit-space-card .exhibit-cart-item {
    width: 450px;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #d1d2d4;
    border-radius: 12px;
    opacity: 1;
    padding: 25px;
    position: relative;
    overflow: hidden
}

@media (max-width: 768px) {
    .exhibit-space-card .exhibit-cart-item {
        width: 100%
    }
}

.exhibit-space-card .exhibit-cart-item .item-title p {
    color: #1982c3;
    font-size: 16px
}

.exhibit-space-card .exhibit-cart-item .cart-empty {
    min-height: 178px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #a5a5a5;
    font-size: 16px
}

.exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul {
    margin: 0px;
    padding: 0px
}

    .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li {
        list-style: none;
        border-top: 1px solid #d1d2d4;
        border-bottom: 1px solid #d1d2d4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px
    }

        .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li:nth-child(2) {
            border-top: 0px
        }

        .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li:nth-child(3) {
            border-top: 0px
        }

        .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li:nth-child(4) {
            border-top: 0px
        }

        .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li:nth-child(5) {
            border-top: 0px
        }

        .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li:nth-child(6) {
            border-top: 0px
        }

        .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li:nth-child(7) {
            border-top: 0px
        }

        .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .product-images {
            width: 70px
        }

        .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .product-details {
            width: calc(100% - 70px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .product-details .product-price {
                width: 100%;
                text-align: end;
                color: #212529
            }

                .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .product-details .product-price P {
                    color: #212529;
                    font-weight: 700;
                    margin-top: 8px;
                    padding-bottom: 0px
                }

        .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .regular-stall {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%
        }

            .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .regular-stall p {
                color: #212529;
                font-size: 16px;
                margin-bottom: 0px
            }

            .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .regular-stall a i {
                color: #ed1c24
            }

            .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .regular-stall a:hover {
                opacity: 0.7
            }

        .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .stall-zone {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%
        }

@media (max-width: 768px) {
    .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .stall-zone {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .stall-zone .stall-zone-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px
}

@media (max-width: 768px) {
    .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .stall-zone .stall-zone-line {
        width: 100%
    }
}

.exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .stall-zone .stall-zone-line .zone {
    color: #bcbcbc;
    font-size: 16px;
    margin-right: 5px
}

.exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .stall-zone .stall-zone-line .zone-name {
    color: #212529;
    font-size: 16px
}

.exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .produvt-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 150px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .produvt-quantity {
        width: 100%
    }
}

.exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .produvt-quantity .quantity {
    color: #bcbcbc;
    font-size: 16px
}

.exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .produvt-quantity .input-number {
    width: 35px;
    padding: 0px;
    text-align: center;
    border-radius: 5px !important;
    border: 1px solid #bcbcbc;
    margin-left: 5px !important;
    margin-right: 5px !important
}

.exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .produvt-quantity .btn-number {
    border: 1px solid #bcbcbc;
    border-radius: 5px !important;
    padding: 6px 6px
}

    .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .produvt-quantity .btn-number:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .produvt-quantity .btn-number span {
        display: block !important
    }

        .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .produvt-quantity .btn-number span.fa-minus {
            color: #ed1c24
        }

        .exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .produvt-quantity .btn-number span.fa-plus {
            color: #00aa2d
        }

.exhibit-space-card .exhibit-cart-item .product-list-card .product-list ul li .produvt-quantity .input-group {
    width: 100px
}

.exhibit-space-card .exhibit-cart-item .product-list-card .total-price {
    text-align: end
}

    .exhibit-space-card .exhibit-cart-item .product-list-card .total-price P {
        color: #212529;
        font-weight: 700;
        margin-top: 18px;
        padding-bottom: 0px
    }

.product-images-bg {
    background: #f3f3f3;
    border-radius: 12px;
    padding: 10px;
    width: 60px;
    height: 60px
}

.product-icon {
    width: 100%;
    height: 100%;
    display: block
}

.regular-stall-icon-cart {
    background: url(../images/Regular-Stall-color.svg);
    background-size: 100% 100%
}

.regular-stall-icon {
    background: url(../images/Regular-Stall-color.svg);
    background-size: 100% 100%
}

.regular-stall-icon-bg {
    background-color: #e5ffcb !important
}

.mini-pavilion-icon-cart {
    background: url(../images/Mini-Pavilion-color.svg);
    background-size: 100% 100%
}

.mini-pavilion-icon {
    background: url(../images/Mini-Pavilion-color.svg);
    background-size: 100% 100%
}

.mini-pavilion-icon-bg {
    background-color: #d5f5ff !important
}

.open-pavilion-icon-cart {
    background: url(../images/Open-Pavilion-color.svg);
    background-size: 100% 100%
}

.open-pavilion-icon {
    background: url(../images/Open-Pavilion-color.svg);
    background-size: 100% 100%
}

.open-pavilion-icon-bg {
    background-color: #fff0c5 !important
}

.startups-zone-icon-cart {
    background: url(../images/Startup-Zone-color.svg);
    background-size: 100% 100%
}

.startups-zone-icon {
    background: url(../images/Startup-Zone-color.svg);
    background-size: 100% 100%
}

.startups-zone-icon-bg {
    background-color: #ffcfcf !important
}

.exhibit-accordion-button:hover .regular-stall-icon-bg {
    background-color: #1982c3 !important
}

.exhibit-accordion-button:hover .mini-pavilion-icon-bg {
    background-color: #1982c3 !important
}

.exhibit-accordion-button:hover .open-pavilion-icon-bg {
    background-color: #1982c3 !important
}

.exhibit-accordion-button:hover .startups-zone-icon-bg {
    background-color: #1982c3 !important
}

.exhibit-accordion-button:hover .accordion-regular-icon .regular-stall-icon {
    background: url(../images/Regular-Stall-white.svg);
    background-size: 100% 100%
}

.exhibit-accordion-button:hover .accordion-regular-icon .mini-pavilion-icon {
    background: url(../images/Mini-Pavilion-white.svg);
    background-size: 100% 100%
}

.exhibit-accordion-button:hover .accordion-regular-icon .open-pavilion-icon {
    background: url(../images/Open-Pavilion-white.svg);
    background-size: 100% 100%
}

.exhibit-accordion-button:hover .accordion-regular-icon .startups-zone-icon {
    background: url(../images/Startup-Zone-white.svg);
    background-size: 100% 100%
}

.exhibit-accordion-button:hover::after {
    background-image: url(../images/arrow-top.svg)
}

.company-profile-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 7px;
    padding-right: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .company-profile-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.company-profile-group {
    border: 1px solid #1982c3;
    padding: 0px;
    width: calc(100% - 36px)
}

@media (max-width: 768px) {
    .company-profile-group {
        width: 100%;
        margin-top: 3rem
    }
}

.company-profile-group .title {
    color: #1982c3;
    font-size: 1.5rem;
    background: #1982c314;
    margin: 0;
    padding: 7px
}

.company-profile-logo {
    width: 100px;
    height: 100px;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, #d1d5db 0px 0px 0px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, #d1d5db 0px 0px 0px 1px inset;
    border-radius: 12px;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem
}

@media (max-width: 768px) {
    .company-profile-logo {
        width: 100%;
        height: auto
    }
}

.company-profile-info {
    width: calc(100% - 100px);
    padding: 1rem
}

@media (max-width: 768px) {
    .company-profile-info {
        width: 100%;
        margin-top: 2rem
    }
}

.company-profile-info h2 {
    color: #1982c3;
    font-size: 1rem
}

.company-profile-info ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .company-profile-info ul li {
        list-style: none;
        width: 32%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0.5rem
    }

@media (max-width: 768px) {
    .company-profile-info ul li {
        width: 100%
    }
}

.company-profile-info ul li:last-child {
    width: 100%;
    margin-bottom: 0rem
}

.company-profile-info ul li a {
    color: #1982c3;
    font-size: 1rem
}

    .company-profile-info ul li a i {
        color: #bfc1c4;
        font-size: 1rem;
        margin-right: 0.5rem
    }

.company-profile-info ul li span {
    color: #000;
    font-size: 1rem
}

    .company-profile-info ul li span i {
        color: #bfc1c4;
        font-size: 1rem;
        margin-right: 0.5rem
    }

.company-profile-info ul li i {
    color: #bfc1c4;
    margin-right: 0.5rem;
    font-size: 1rem
}

.company-profile-info ul li.profile-addr-sec {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.registration-check {
    padding-bottom: 7rem
}

.width-36px {
    width: 36px
}

.stepwizard-step .btn-blue {
    color: #fff !important;
    background-color: #1982c3 !important;
    border-color: #1982c3 !important;
    z-index: 1
}

    .stepwizard-step .btn-blue.btn-green {
        color: #fff !important;
        background-color: #009a16 !important;
        border-color: #009a16 !important;
        z-index: 1
    }

.stepwizard-step .btn-default {
    background: #dbdbdb
}

    .stepwizard-step .btn-default:hover {
        background-color: #1982c3 !important;
        border-color: #1982c3 !important;
        color: #fff !important
    }

.stepwizard-step p {
    margin-top: 0px;
    color: #1982c3;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

@media (max-width: 768px) {
    .stepwizard-step p {
        font-size: 12px
    }
}

.stepwizard-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stepwizard {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 768px) {
    .stepwizard {
        display: table
    }
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #1982c3;
    z-index: 1
}

.stepwizard-step:before {
    top: 19px;
    bottom: 0;
    position: absolute;
    content: ' ';
    width: 100%;
    height: 12px;
    background-color: #ccc;
    z-index: 0;
    left: 122px
}

@media (max-width: 768px) {
    .stepwizard-step:before {
        left: 74px
    }
}

.stepwizard-step {
    width: 200px
}

@media (max-width: 768px) {
    .stepwizard-step {
        width: 33.33%
    }
}

.stepwizard-step:last-child:after {
    content: unset
}

.stepwizard-step:last-child:before {
    content: unset
}

.stepwizard-step.active::after {
    top: 19px;
    bottom: 0;
    position: absolute;
    content: ' ';
    width: 100%;
    height: 12px;
    background-color: #1982c3;
    z-index: 0;
    left: 122px
}

@media (max-width: 768px) {
    .stepwizard-step.active::after {
        left: 74px
    }
}

.stepwizard-step a {
    z-index: 2;
    color: #1982c3
}

.stepwizard-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.btn-circle {
    width: 46px;
    height: 46px;
    text-align: center;
    padding: 6px 0;
    font-size: 24px;
    line-height: 1.428571429;
    border-radius: 100px;
    font-weight: 700
}

.btn-change {
    background-color: #ffcb08 !important;
    color: #083f88 !important;
    border-color: #ffcb08 !important
}

    .btn-change:hover {
        color: #083f88
    }

    .btn-change:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #083f88
    }

.btn-continue {
    background-color: #1982c3 !important;
    color: #fff !important;
    border-color: #1982c3 !important
}

    .btn-continue:hover {
        color: #fff
    }

    .btn-continue:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff
    }

.registration-alert-warning {
    color: #664d03;
    background-color: #ffcb08 !important;
    border-color: #ffcb08 !important
}

.pay-group-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    padding-right: 74px
}

@media (max-width: 768px) {
    .pay-group-flex {
        padding-right: 10px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.pay-group-flex span {
    margin-right: 3rem;
    margin-left: 3rem
}

@media (max-width: 768px) {
    .pay-group-flex span {
        margin-right: 1rem;
        margin-left: 1rem
    }
}

.membership-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .membership-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.floor-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .floor-plan a {
        color: #fff
    }

a.link-floor-plan {
    color: #1982c3 !important;
    font-weight: 800;
    text-decoration: underline;
    margin-bottom: 7px;
    font-size: 1.2rem
}

    a.link-floor-plan:hover {
        opacity: 0.7
    }

.startups-zone-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center
}

.startups-zone-card-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .startups-zone-card-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 1400px) {
    .startups-zone-card-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.zone-form-price {
    width: 25%;
    text-align: left
}

@media (max-width: 768px) {
    .zone-form-price {
        width: 100%
    }
}

@media (max-width: 1400px) {
    .zone-form-price {
        width: 100%
    }
}

.zone-form-price p {
    color: #212529;
    font-weight: 700;
    font-size: 20px
}

.zone-form-zone {
    margin-right: 15px;
    text-align: left;
    width: 170px
}

@media (max-width: 768px) {
    .zone-form-zone {
        width: 100%
    }
}

@media (max-width: 1400px) {
    .zone-form-zone {
        width: 100%
    }
}

.zone-form-zone input {
    background: url(../images/calendar-alt-solid.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 5px;
    padding-left: 26px
}

.license-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 768px) {
    .license-zone {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 1400px) {
    .license-zone {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.license-zone label {
    font-weight: 500 !important;
    margin-right: 1rem
}

.license-zone .btn-reservation {
    background-color: #1982c3;
    border-color: #1982c3;
    border-radius: 5px;
    color: #fff !important
}

@media (max-width: 1400px) {
    .license-zone .btn-reservation {
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: right;
        padding-right: 15px
    }
}

@media (max-width: 768px) {
    .license-zone .btn-reservation {
        margin-top: 1rem
    }
}

.zone-form-reservation {
    width: 140px;
    text-align: right
}

@media (max-width: 768px) {
    .zone-form-reservation {
        text-align: right;
        width: 100%
    }
}

.datepicker-days {
    padding: 5px
}

.sm-wrap a {
    min-width: 115px
}

.btn-images-uplode {
    background-color: #1982c3 !important;
    color: #fff !important;
    border-color: #1982c3 !important;
    border-radius: 0px;
    width: 100%
}

    .btn-images-uplode:hover {
        color: #fff
    }

    .btn-images-uplode:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff
    }

.companies-logo-card {
    width: 160px
}

    .companies-logo-card .img-thumbnail {
        border-radius: 0px;
        background: #fcfefc;
        height: 100px;
        width: 160px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .companies-logo-card .img-thumbnail img {
            height: 100%
        }

        .companies-logo-card .img-thumbnail.error {
            border: 1px solid #ed1c24
        }

.companies-ai-card .ai-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

    .companies-ai-card .ai-thumbnail img {
        width: 30px;
        margin-right: 0.5rem
    }

    .companies-ai-card .ai-thumbnail span {
        width: 80%
    }

.companies-ai-card button {
    width: 200px
}

.p-075 {
    padding: 0.375rem 0.75rem
}

    .p-075 label {
        margin-top: 4px
    }

    .p-075 input {
        margin-top: 6px !important
    }

.profile-bg {
    background: #f5f5f5
}

.profile-thumb {
    position: relative;
    width: 150px;
    height: 150px;
    display: inline-block
}

.profile-title {
    font-size: 1.3125rem;
    font-weight: 500
}

.profile-thumb-circle {
    border: 3px solid #ffcb08;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .profile-thumb-circle img {
        width: 143px;
        height: 143px
    }

.profile-thumb .profile-thumb-edit {
    font-size: 16px;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    right: 0;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}

    .profile-thumb .profile-thumb-edit .custom-file-input {
        cursor: pointer;
        position: relative;
        z-index: 2;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        margin: 0;
        opacity: 0
    }

.profile-completeness .border {
    border: 1px solid #ecf1f2 !important
}

.speaker-name {
    margin-bottom: 0px;
    color: #14142b;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500
}

.border-radius {
    border-radius: 10px
}

.user-pro-logo {
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

    .user-pro-logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .user-pro-logo a img {
            width: 100%
        }

    .user-pro-logo h1 {
        font-size: 1.5rem;
        padding: 10px 0px
    }

.front-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d4d8dd;
    border-radius: 0.3125rem;
    padding: 1.375rem 1.375rem;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.user-pro-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .user-pro-menu li a.active {
        color: #1982c3
    }

.user-info {
    margin-top: 1.3rem
}

    .user-info h1 {
        margin-bottom: 0px;
        font-size: 18px
    }

    .user-info p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .user-info p i {
            margin-right: 5px
        }

.company-profile-table table {
    width: 100%
}

    .company-profile-table table tr {
        border-bottom-width: 1px;
        border-bottom-color: #ddd
    }

.modal-img-card-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .modal-img-card-thumbnail .modal-img-card {
        width: 150px;
        height: 150px;
        padding: 5px;
        border: 1px solid #ddd;
        margin: 5px
    }

        .modal-img-card-thumbnail .modal-img-card .padding-row {
            height: 100%;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

.modal-bio p {
    margin-bottom: 0px;
    text-align: justify
}

.require {
    color: #ed1c24
}

.change-photo-group .change-photo {
    border: 1px solid #ddd;
    width: 150px;
    height: 150px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background: #f5f5f5cc
}

.change-photo-group .change-photo-btn {
    background: #083f88;
    width: 150px;
    border-radius: 0px;
    color: #fff
}

    .change-photo-group .change-photo-btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.change-photo-group button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-save {
    background: #083f88;
    color: #fff
}

    .btn-save:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-save:hover {
        color: #fff
    }

.exhibitor-visit-table table {
    caption-side: bottom;
    border-collapse: separate
}

    .exhibitor-visit-table table tr td {
        vertical-align: middle
    }

p.profile-n-help a span i {
    width: 20px;
    padding-top: 5.4px;
    padding-right: 22px
}

p.profile-n-help a i {
    width: 20px
}

.product-section {
    padding-top: 100px;
    padding-bottom: 100px
}

    .product-section .product-header {
        border-bottom: 1.8px solid #d4d8dd;
        margin-left: -22px;
        margin-right: -22px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-right: 20px;
        padding-left: 20px;
        margin-top: -22px;
        margin-bottom: 1rem
    }

@media (max-width: 412px) {
    .product-section .product-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0.5rem
    }
}

@media (max-width: 412px) {
    .product-section .product-header .ms-3 {
        margin-left: 0px !important
    }
}

.product-section .product-header h3 {
    font-size: 1.2rem;
    margin-bottom: 0px
}

@media (max-width: 768px) {
    .product-section .product-header h3 {
        font-size: 0.8rem
    }
}

.product-section table {
    caption-side: bottom;
    border-collapse: separate
}

    .product-section table tr td {
        vertical-align: middle;
        font-size: 14px
    }

        .product-section table tr td span.bg-warning {
            background-color: #cb9801 !important
        }

        .product-section table tr td p {
            font-size: 14px
        }

        .product-section table tr td a:hover {
            text-decoration: underline
        }

        .product-section table tr td .visitor_mini_profile p {
            line-height: 16px
        }

    .product-section table tr th {
        vertical-align: middle;
        font-size: 16px
    }

.product-section .page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.product-section .product-images {
    border: 1px solid #ddd;
    padding: 5px;
    width: 110px;
    margin: auto
}

    .product-section .product-images img {
        width: 100%
    }

.product-section .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .product-section .action a {
        margin-left: 5px
    }

    .product-section .action .edit:hover {
        background: #ffcb08;
        color: #fff
    }

    .product-section .action .delete {
        background: #ffe5e5;
        color: #1982c3
    }

        .product-section .action .delete:hover {
            background: #1982c3;
            color: #fff
        }

.product-section .truncate {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-section .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-section .form-control.error {
    border-color: #ed1c24
}

.product-section .form-select.error {
    border-color: #ed1c24
}

.product-section .product-images-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .product-section .product-images-group .add-images {
        border: 1px solid #ddd;
        width: 100px;
        height: 100px;
        background-image: url(../images/placeholder-images.png);
        background-size: 87px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer
    }

    .product-section .product-images-group .product-show-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .product-section .product-images-group .product-show-images .product-card-padding {
            position: relative;
            width: 100px;
            height: 100px;
            padding: 4px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border: 1px solid #ddd;
            margin: 5px
        }

            .product-section .product-images-group .product-show-images .product-card-padding .padding-row {
                overflow: hidden;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                height: 100%;
                width: 100%;
                background: #efefef
            }

.product-section label.error {
    color: #ed1c24;
    margin-top: -2px;
    position: absolute;
    font-size: 12px
}

.product-section .require {
    color: #ed1c24
}

.product-section .product-images-close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    background-color: #ffe5e5;
    color: #1982c3;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #1982c3
}

    .product-section .product-images-close:hover {
        background: #1982c3;
        color: #fff
    }

    .product-section .product-images-close:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.product-section .front-card .pagination {
    margin-right: 0px !important
}

    .product-section .front-card .pagination .page-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }

.badge-circle {
    background-color: rgba(71, 95, 123, 0.17);
    color: #475f7b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    padding: 0
}

    .badge-circle:hover {
        text-decoration: none !important
    }

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.products-action-btn::after {
    content: unset
}

.products-action-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.products-action-btn:hover {
    text-decoration: none
}

.products-dropdown-menu .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .products-dropdown-menu .dropdown-item:hover {
        text-decoration: none !important
    }

.products-dropdown-menu a:hover {
    text-decoration: none !important
}

@media (max-width: 768px) {
    .exhibitor-details .nav-tabs .nav-item {
        width: 50%
    }
}

.exhibitor-details .nav-tabs .nav-item .nav-link {
    color: #fff;
    border: 2px solid #ada5a5;
    border-radius: 0px;
    background: #ada5a5;
    border-top-right-radius: 23px;
    border-top-left-radius: 15px;
    width: 150px;
    border-bottom: 0
}

    .exhibitor-details .nav-tabs .nav-item .nav-link.active {
        background: #ebe9e9;
        color: #083f88;
        border: 2px solid #ada5a5;
        border-bottom: 0
    }

    .exhibitor-details .nav-tabs .nav-item .nav-link:hover {
        color: #083f88;
        border-radius: 0px;
        background: #ebe9e9;
        border-top-right-radius: 23px;
        border-top-left-radius: 15px;
        border: 2px solid #ada5a5;
        border-bottom: 0
    }

@media (max-width: 768px) {
    .exhibitor-details .nav-tabs .nav-item .nav-link {
        width: 100%
    }
}

.exhibitor-details .tab-content {
    padding: 15px;
    border-radius: 2px;
    border: 2px solid #ada5a5;
    margin-top: -2px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

@media (max-width: 768px) {
    .exhibitor-details .tab-content {
        border-top-left-radius: 0px
    }
}

@media (max-width: 768px) {
    .exhibitor-details .title5 h3 {
        width: 100%;
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width: 768px) {
    .exhibitor-details .exhibitor-title5-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 768px) {
    .exhibitor-details .w-sm-100 {
        width: 100%
    }
}

.front-product-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d4d8dd;
    border-radius: 0.3125rem;
    padding: 1.375rem 1.375rem;
    background-clip: padding-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px
}

.product-card ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .product-card ul li {
        width: 24%;
        margin: 5px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 0;
        background-color: #fff;
        border: 0 solid #d4d8dd;
        border-radius: 0.3125rem;
        padding: 1.375rem 1.375rem;
        -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
    }

@media (max-width: 1450px) {
    .product-card ul li {
        width: 23%
    }
}

@media (max-width: 768px) {
    .product-card ul li {
        width: 100%
    }
}

.product-card ul li a {
    width: 100%;
    text-decoration: none;
    cursor: pointer
}

    .product-card ul li a .product-card-item .product-images {
        width: 100%;
        height: 128px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .product-card ul li a .product-card-item .product-footer {
        margin-top: 10px
    }

        .product-card ul li a .product-card-item .product-footer p {
            margin: 0px;
            line-height: 1.1;
            display: -webkit-box;
            margin: 0 auto;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis
        }

.modal-product-details .list {
    padding: 0px;
    margin: 0px
}

    .modal-product-details .list li {
        list-style: none;
        list-style-type: none;
        color: #576671;
        font-weight: 500;
        margin-bottom: 10px;
        position: relative;
        padding-left: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        text-align: justify
    }

        .modal-product-details .list li b {
            font-weight: 600;
            font-size: 16px
        }

        .modal-product-details .list li .product-images-group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .modal-product-details .list li .product-images-group .product-images-thumbnail {
                width: 150px;
                height: 150px;
                margin-right: 5px;
                border: 1px solid #ddd;
                padding: 3px
            }

@media (max-width: 1450px) {
    .modal-product-details .list li .product-images-group .product-images-thumbnail {
        width: auto;
        height: auto
    }
}

.modal-product-details .list li .product-images-group .product-images-thumbnail .product-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background: #ccc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.product-details-des .product-name {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: capitalize;
    margin-bottom: 0px
}

.product-details-des .price-regular {
    font-size: 28px;
    font-weight: 700;
    display: block;
    color: #576671
}

    .product-details-des .price-regular span {
        color: #1982c3
    }

.product-details-des .pro-desc {
    margin-top: 0.5rem;
    text-align: justify
}

.product-details-des .product-status span {
    font-size: 1rem;
    font-weight: 700
}

.product-details-des .modal-card-sec {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #d1d1d1
}

    .product-details-des .modal-card-sec .card-header {
        background-color: transparent !important
    }

        .product-details-des .modal-card-sec .card-header h4 {
            font-size: 18px;
            font-weight: 500
        }

@media (max-width: 991px) {
    .product-details-des .modal-card-sec .products-details-desc {
        margin-top: 0.2rem
    }
}

.product-details-des .modal-card-main-sec {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991px) {
    .product-details-des .modal-card-main-sec {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product-details-des .modal-card-main-sec .modal-card-w-49 {
    width: 49%
}

@media (max-width: 991px) {
    .product-details-des .modal-card-main-sec .modal-card-w-49 {
        width: 100%;
        margin-bottom: 1rem
    }
}

.product-details-des .modal-card-main-sec .modal-card-w-49 h4.product-name-sec {
    font-weight: 600 !important
}

.product-details-des .modal-card-main-sec .modal-card-w-49 p.desc-text-sec {
    font-size: 14px;
    line-height: 18px;
    margin-top: 1rem !important
}

.product-details-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 100px
}

    .product-details-slider .carousel {
        width: 350px;
        height: 280px
    }

    .product-details-slider .carousel-indicators {
        bottom: -90px !important;
        margin-right: 5%;
        margin-left: 5%
    }

        .product-details-slider .carousel-indicators button img {
            height: 100%;
            width: 100%
        }

        .product-details-slider .carousel-indicators button.active {
            border: 2px solid #fc5a1b
        }

        .product-details-slider .carousel-indicators [data-bs-target] {
            text-indent: 0px;
            width: 100px;
            border-radius: 5px;
            border: 2px solid #ddd;
            height: 60px;
            overflow: hidden
        }

            .product-details-slider .carousel-indicators [data-bs-target] .active {
                border: 2px solid #fc5a1b
            }

    .product-details-slider .carousel-control-next,
    .product-details-slider .carousel-control-prev {
        top: -120px
    }

    .product-details-slider .carousel-control-prev {
        top: 41%;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        padding: 7px;
        left: 5px
    }

@media (max-width: 767px) {
    .product-details-slider .carousel-control-prev {
        top: 36%
    }
}

.product-details-slider .carousel-control-next {
    top: 41%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    padding: 7px;
    right: 5px
}

@media (max-width: 767px) {
    .product-details-slider .carousel-control-next {
        top: 36%
    }
}

.product-details-slider .carousel-inner {
    height: 280px
}

    .product-details-slider .carousel-inner .carousel-item {
        height: 100%
    }

        .product-details-slider .carousel-inner .carousel-item a {
            height: 100%
        }

.product-mod-con-sec {
    -webkit-box-shadow: 0px 3px 6px #00000029 !important;
    box-shadow: 0px 3px 6px #00000029 !important;
    border-radius: 12px !important;
    position: relative
}

    .product-mod-con-sec .right-close button.profile-modal-close {
        background-color: transparent !important;
        border: 0px !important;
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 10px
    }

        .product-mod-con-sec .right-close button.profile-modal-close img {
            width: 30px;
            height: 30px
        }

    .product-mod-con-sec .product-details-slider .carousel {
        width: 440px !important;
        height: 220px !important
    }

@media (max-width: 768px) {
    .product-mod-con-sec .product-details-slider .carousel {
        height: 145px !important
    }
}

.product-mod-con-sec .product-details-slider .carousel-inner {
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 100% !important;
    width: auto
}

    .product-mod-con-sec .product-details-slider .carousel-inner .carousel-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

@media (max-width: 412px) {
    .product-mod-con-sec .product-details-slider {
        padding-bottom: 80px
    }
}

.product-mod-con-sec .product-details-slider .carousel-indicators {
    bottom: -95px !important;
    margin-right: 0% !important;
    margin-left: 0% !important
}

@media (max-width: 412px) {
    .product-mod-con-sec .product-details-slider .carousel-indicators {
        bottom: -75px !important
    }
}

@media (min-width: 413px) and (max-width: 767px) {
    .product-mod-con-sec .product-details-slider .carousel-indicators {
        bottom: -100px !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-mod-con-sec .product-details-slider .carousel-indicators {
        bottom: -95px !important
    }
}

.product-mod-con-sec .product-details-slider .carousel-indicators button {
    border-radius: 20px !important;
    height: 55px !important;
    border: 3px solid #ffffff !important;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.7
}

    .product-mod-con-sec .product-details-slider .carousel-indicators button img {
        height: 100%;
        width: auto
    }

@media (max-width: 412px) {
    .product-mod-con-sec .product-details-slider .carousel-indicators button {
        height: 40px !important;
        width: 50px;
        border-radius: 10px !important
    }
}

@media (min-width: 413px) and (max-width: 767px) {
    .product-mod-con-sec .product-details-slider .carousel-indicators button {
        height: 55px !important;
        width: 63px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-mod-con-sec .product-details-slider .carousel-indicators button {
        height: 45px !important;
        width: 51px
    }
}

.product-mod-con-sec .product-details-slider .carousel-indicators button.active {
    background: transparent;
    border: 3px solid #1982c3 !important;
    border-radius: 20px !important;
    opacity: 1
}

@media (max-width: 412px) {
    .product-mod-con-sec .product-details-slider .carousel-indicators button.active {
        border-radius: 10px !important
    }
}

.product-mod-con-sec span.bg-warning {
    background-color: #cb9801 !important
}

.products-details-desc {
    padding-left: 0px !important
}

    .products-details-desc .Price-title span.title {
        font-size: 22px;
        color: #576671;
        font-weight: 700;
        margin-right: 7px
    }

    .products-details-desc .Price-title .price {
        margin-bottom: 8px !important
    }

    .products-details-desc h4.product-name-sec {
        text-align: left;
        font-weight: 800;
        font-size: 20px;
        color: #083f88;
        line-height: 23px;
        opacity: 1
    }

    .products-details-desc .product-details-bottom img.prod-img-icon {
        width: 20px;
        height: auto;
        margin-right: 5px;
        margin-top: -2px
    }

    .products-details-desc .product-details-bottom .wishlist-love-item a i {
        font-size: 22px;
        color: #1982c3
    }

        .products-details-desc .product-details-bottom .wishlist-love-item a i.bxs-heart {
            color: #ED1B24 !important
        }

    .products-details-desc .product-details-bottom .wishlist-love-item a span.text-wish-red {
        color: #ED1B24 !important
    }

    .products-details-desc .product-details-bottom .price {
        line-height: 20px
    }

        .products-details-desc .product-details-bottom .price span {
            font-weight: 500;
            color: #808285;
            line-height: 19px;
            font-size: 16px
        }

    .products-details-desc .product-details-bottom .by-exh-sec a {
        color: #1982c3;
        font-weight: 500;
        line-height: 19px;
        font-size: 16px
    }

    .products-details-desc .product-details-bottom .cat-name-sec .p-img-left {
        font-weight: 500;
        color: #808285;
        line-height: 19px;
        font-size: 16px;
        margin-top: -3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .products-details-desc .product-details-bottom .cat-name-sec .p-img-left p {
            margin-bottom: 3px;
            padding: 0px;
            padding-left: 3px
        }

            .products-details-desc .product-details-bottom .cat-name-sec .p-img-left p.cat-type-sec {
                width: 305px !important;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis
            }

            .products-details-desc .product-details-bottom .cat-name-sec .p-img-left p span {
                font-weight: 500;
                color: #808285;
                line-height: 19px;
                font-size: 16px;
                font-family: 'Karla', sans-serif
            }

            .products-details-desc .product-details-bottom .cat-name-sec .p-img-left p.pl-7px {
                padding-left: 7px
            }

    .products-details-desc .product-details-bottom .web-url-sec a {
        color: #1982c3;
        font-weight: 500;
        line-height: 19px;
        font-size: 16px
    }

        .products-details-desc .product-details-bottom .web-url-sec a i {
            font-size: 13px !important
        }

        .products-details-desc .product-details-bottom .web-url-sec a.product-details-truncate {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            width: 100%
        }

    .products-details-desc .product-details-bottom span.view-list-title {
        color: #172b3b;
        font-weight: 600;
        line-height: 19px;
        font-size: 16px
    }

        .products-details-desc .product-details-bottom span.view-list-title.p-cat-list-link {
            min-width: 47px;
            padding-left: 6px
        }

        .products-details-desc .product-details-bottom span.view-list-title.p-cat-list {
            margin-top: -6px;
            padding-left: 3px
        }

        .products-details-desc .product-details-bottom span.view-list-title.price-title-list {
            padding-left: 3px
        }

    .products-details-desc .product-details-bottom.cus-details-views img.prod-img-icon {
        margin-right: 2px !important
    }

@media (max-width: 991px) {
    .products-details-desc .product-details-bottom .sm-justfy-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        margin-bottom: 5px
    }
}

.products-details-desc .icon-amount img {
    margin-right: 9px !important
}

.products-details-desc p.desc-text-sec {
    color: #172b3b;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    border-top: 1px dashed #707070;
    margin-top: 0px !important;
    padding-top: 1rem;
    margin-top: 1rem !important;
    max-height: 300px;
    overflow: auto
}

    .products-details-desc p.desc-text-sec::-webkit-scrollbar {
        width: 7px;
        border-radius: 4px
    }

    .products-details-desc p.desc-text-sec::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .products-details-desc p.desc-text-sec::-webkit-scrollbar-thumb {
        background: #888
    }

        .products-details-desc p.desc-text-sec::-webkit-scrollbar-thumb:hover {
            background: #555
        }

    .products-details-desc p.desc-text-sec span.header-title {
        color: #172b3b;
        font-size: 1rem;
        font-weight: 700;
        width: 100%;
        line-height: 30px
    }

    .products-details-desc p.desc-text-sec.procus-modal-view {
        padding-top: 0.7rem !important
    }

.products-details-desc .product-details-slider .carousel-inner {
    border-radius: 20px !important
}

.products-details-desc .carousel-control-next {
    top: 40% !important
}

.products-details-desc .carousel-control-prev {
    top: 40% !important
}

.profile-modal-close {
    top: 15px;
    position: absolute;
    right: 15px
}

.card-loader {
    position: absolute;
    width: 100%;
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    opacity: 0.7
}

    .card-loader i {
        font-size: 2rem
    }

.exhibitor-registration .form-card {
    overflow: hidden
}

.single-blog {
    border-radius: 15px 15px 15px 15px
}

    .single-blog .blog-image {
        height: 250px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fff;
        border-radius: 10px 10px 0 0
    }

@media (max-width: 768px) {
    .single-blog .blog-image {
        height: auto
    }
}

.single-blog-area {
    background: #ebe9e9
}

    .single-blog-area .single-blog {
        border-radius: 15px 15px 15px 15px
    }

        .single-blog-area .single-blog .blog-image {
            height: 250px;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 10px 10px 0 0
        }

@media (max-width: 768px) {
    .single-blog-area .single-blog .blog-image {
        height: auto
    }
}

.single-blog-area .select-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .single-blog-area .select-year select {
        border: 1px solid #b9b0b0;
        padding: 5px 20px 5px 8px;
        font-size: 15px;
        border-radius: 3px
    }

        .single-blog-area .select-year select:focus {
            border: 1px solid #b9b0b0
        }

        .single-blog-area .select-year select:active {
            border: 1px solid #b9b0b0
        }

        .single-blog-area .select-year select:focus-visible {
            border: 1px solid #b9b0b0
        }

.single-blog-area .section-title strong {
    color: #1982c3
}

.comming-soon-news h1 {
    color: #1982c3;
    font-size: 2rem
}

    .comming-soon-news h1 span {
        display: block
    }

    .comming-soon-news h1 i {
        color: #1982c3;
        font-size: 5rem
    }

.comming-soon-news h2 {
    color: #ffcb08
}

.comming-soon-news P {
    color: #919191;
    font-size: 20px;
    font-weight: 600;
    margin: 22px;
    text-align: center;
    text-transform: none
}

.comming-soon-news h3 {
    color: #878787;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin: 40px 0 10px;
    text-transform: none
}

ul.blog-details-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.source-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .source-right img {
        width: 140px !important;
        height: 40px !important;
        margin-left: 15px
    }

.widget_information-social {
    background-color: transparent !important;
    padding: 25px 0px !important;
    border-radius: 0px !important;
    text-align: right !important
}

.blog-content p.truncate-2 {
    min-height: 58px
}

.blog-content a.read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #1982c3;
    color: #fff;
    padding: 0.3rem 1rem;
    border-radius: 5px;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .blog-content a.read-more:hover {
        background-color: #172b3b
    }

@media (max-width: 768px) {
    .blog-author {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

.blog-news-i span {
    padding-left: 4px;
    margin-top: 8px
}

.images-grid-height {
    height: 183px;
    overflow: hidden;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.exhibitor-area {
    background: #ebe9e9
}

@media (max-width: 768px) {
    .exhibitor-area {
        padding-left: 7px;
        padding-right: 7px
    }
}

.exhibitor-area .top-content {
    height: 125px
}

@media (max-width: 768px) {
    .exhibitor-area .top-content {
        height: auto
    }
}

.exhibitor-area .top-content em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .exhibitor-area .top-content em i {
        margin-right: 5px;
        color: #1982c3;
        margin-top: 5px
    }

.exhibitor-area .exhibitors-image-height {
    background: #adaaaa;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .exhibitor-area .exhibitors-image-height img {
        border-radius: 0px
    }

.exhibitor-area .bottom-content {
    margin-top: 15px
}

.exhibitor-area .single-speakers-box .speakers-content {
    padding: 30px 10px 0
}

.exhibitors-area .exhibitors-manue {
    width: 20%
}

@media (max-width: 768px) {
    .exhibitors-area .exhibitors-manue {
        width: 100%
    }
}

.exhibitors-area .tab-content {
    width: 80%
}

@media (max-width: 768px) {
    .exhibitors-area .tab-content {
        width: 100%
    }
}

@media (max-width: 768px) {
    .exhibitors-area .exhibitors-flex-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.exhibitors-area .nav-pills .nav-link {
    background: #e6e7e8;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 4px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    color: #172b3b;
    text-align: left;
    font-size: 15px
}

    .exhibitors-area .nav-pills .nav-link i {
        color: #172b3b;
        margin-right: 7px
    }

    .exhibitors-area .nav-pills .nav-link.active {
        background: #1982c3;
        color: #fff;
        position: relative;
        -webkit-transition: 0.6s;
        transition: 0.6s
    }

        .exhibitors-area .nav-pills .nav-link.active i {
            color: #fff
        }

.exhibitors-content {
    max-height: 404px;
    min-height: 404px;
    overflow-y: auto;
    border: 2px solid #f1f1f1;
    border-right: 0px
}

    .exhibitors-content::-webkit-scrollbar {
        width: 5px
    }

    .exhibitors-content::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .exhibitors-content::-webkit-scrollbar-thumb {
        background: #888
    }

        .exhibitors-content::-webkit-scrollbar-thumb:hover {
            background: #555
        }

    .exhibitors-content ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .exhibitors-content ul li {
            list-style: none;
            width: 18.1%;
            text-align: center;
            padding: 10px 10px;
            margin: 10px;
            -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px
        }

@media (max-width: 1400px) {
    .exhibitors-content ul li {
        width: 17.1%
    }
}

@media (max-width: 900px) {
    .exhibitors-content ul li {
        width: 26.2%
    }
}

.desc-det-all-cs p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000;
    font-weight: 400;
    font-family: 'Karla', sans-serif;
    font-size: 15px
}

.desc-det-all-cs li {
    color: #000 !important;
    font-weight: 400 !important;
    font-family: 'Karla', sans-serif !important;
    font-size: 15px !important
}

.desc-det-all-cs a {
    color: #0d6efd !important;
    font-weight: 400 !important;
    font-family: 'Karla', sans-serif !important;
    font-size: 15px !important
}

.desc-det-all-cs span {
    font-weight: 400 !important;
    font-family: 'Karla', sans-serif !important;
    font-size: 15px !important
}

.desc-det-all-cs strong {
    color: #ffcb08 !important;
    font-weight: 600 !important;
    font-family: 'Karla', sans-serif !important;
    font-size: 15px !important
}

.events-matrix-area .about-us-content h3 {
    margin-bottom: 0px
}

    .events-matrix-area .about-us-content h3 strong {
        color: #1982c3
    }

.events-matrix-area .about-us-content .date-and-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 768px) {
    .events-matrix-area .about-us-content .date-and-time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.events-matrix-area .about-us-content .date-and-time div {
    margin-right: 10px
}

    .events-matrix-area .about-us-content .date-and-time div i {
        position: absolute;
        margin-top: 4px;
        color: #ffcb08
    }

    .events-matrix-area .about-us-content .date-and-time div span {
        padding-left: 18px;
        color: #ffcb08
    }

.events-matrix-area table {
    margin-bottom: 0px
}

    .events-matrix-area table thead tr th {
        color: #093f89 !important;
        font-weight: 800
    }

    .events-matrix-area table tbody tr td {
        color: #fff !important;
        font-weight: 400
    }

.events-matrix-area .table > :not(:first-child) {
    border-top: 1px solid currentColor
}

.events-matrix-area .matrix tr th,
.events-matrix-area .matrix tr td {
    vertical-align: middle !important;
    padding: 8px;
    line-height: 1.428571429;
    text-align: center
}

.events-matrix-area .bg_color_1 {
    background-color: #ffe1e2;
    color: #fff
}

.events-matrix-area .bg_color_2 {
    background-color: #fff7d9;
    color: #fff
}

.events-matrix-area .bg_color_3 {
    background-color: #ffecfd;
    color: #fff
}

.events-matrix-area .bg_color_4 {
    background-color: #e4fff1;
    color: #fff
}

.events-matrix-area .bg_color_6 {
    background-color: #4b88df;
    color: #fff !important
}

.events-matrix-area .bg_color_7 {
    background-color: #ffffde;
    color: #fff !important;
    font-weight: 800;
    border: 1px solid #fff
}

.events-matrix-area .bg_color_8 {
    background-color: #49b273;
    color: #fff
}

.events-matrix-area .bg_color_dip_blue {
    background-color: #bad6ff;
    color: #083f88 !important;
    font-size: 16px;
    font-weight: normal !important;
    font-family: 'Karla'
}

.events-matrix-area .bg_color_blue {
    background-color: #dfecff;
    color: #083f88 !important;
    font-weight: 400;
    border: 1px solid #fff;
    font-family: 'Karla';
    height: 120px;
    width: 281px
}

    .events-matrix-area .bg_color_blue a {
        color: #083f88 !important;
        font-size: 16px;
        font-family: 'Karla'
    }

    .events-matrix-area .bg_color_blue:hover {
        background-color: #bad6ff
    }

.events-matrix-area .bg_color_all {
    background-color: #87b9ff;
    color: #fff;
    font-weight: 400;
    border: 1px solid #fff;
    height: 120px;
    width: 281px
}

    .events-matrix-area .bg_color_all a {
        color: #fff
    }

    .events-matrix-area .bg_color_all:hover {
        background-color: #4b88df
    }

.events-matrix-area .bg_color_dip_green {
    background-color: #bbebcf;
    color: #004d08 !important;
    font-size: 16px;
    font-weight: normal !important;
    font-family: 'Karla'
}

.events-matrix-area .bg_color_green {
    background-color: #d6ffe7;
    color: #004d08 !important;
    font-weight: 400;
    border: 1px solid #fff;
    height: 120px;
    width: 281px;
    font-family: 'Karla'
}

    .events-matrix-area .bg_color_green a {
        color: #004d08 !important
    }

    .events-matrix-area .bg_color_green:hover {
        background-color: #bbebcf
    }

.events-matrix-area .bg_color_dip_purple {
    background-color: #e9cbff;
    color: #3b0068 !important;
    font-weight: normal !important;
    font-family: 'Karla'
}

.events-matrix-area .bg_color_purple {
    background-color: #f6e9ff;
    color: #3b0068 !important;
    font-weight: 400;
    border: 1px solid #fff;
    height: 120px;
    width: 281px;
    font-family: 'Karla'
}

    .events-matrix-area .bg_color_purple a {
        color: #3b0068
    }

    .events-matrix-area .bg_color_purple:hover {
        background-color: #e9cbff
    }

.events-matrix-area .bg_color_dip_red {
    background-color: #f5ebcf;
    color: #702600 !important;
    font-weight: normal !important;
    font-family: 'Karla'
}

.events-matrix-area .table-w-120 {
    width: 119px
}

.events-matrix-area .bg_color_red {
    background-color: #fff7e1;
    color: #702600 !important;
    font-weight: 400;
    border: 1px solid #fff;
    height: 120px;
    width: 281px;
    font-family: 'Karla'
}

    .events-matrix-area .bg_color_red a {
        color: #702600 !important
    }

    .events-matrix-area .bg_color_red:hover {
        background-color: #f5ebcf
    }

.events-matrix-area .table_header_color {
    background: #808285 !important;
    color: #fff !important
}

.events-matrix-area table tr:last-child td {
    border: 1px solid #fff
}

.events-matrix-area table tr td:last-child {
    border-right: 1px solid #fff
}

.events-matrix-area table tr th.bg_color_7:last-child {
    border-right: 1px solid #fff
}

.events-matrix-area .matrix-card {
    margin-top: 3rem;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px
}

.events-matrix-area .events-matrix-details {
    padding: 15px
}

@media (max-width: 768px) {
    .events-matrix-area .events-matrix-details tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.events-matrix-area .events-matrix-details tbody tr td strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .events-matrix-area .events-matrix-details tbody tr td strong i {
        margin-right: 5px
    }

.events-matrix-area .events-matrix-details .table > :not(:first-child) {
    border-top: 0px solid #ddd
}

.events-matrix-area .event_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.events-matrix-area .border-primary {
    border-color: #fff !important
}

.speakers-title {
    font-size: 28px;
    font-weight: 500
}

.feature-venue {
    width: 100%;
    padding: 130px 0px 100px 0px;
    background: url(../images/venue-iccb.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px
}

@media (max-width: 768px) {
    .feature-venue {
        padding: 77px 0px 100px 0px;
        min-height: 516px
    }
}

.feature-venue .box {
    float: left;
    width: 55%;
    padding: 50px;
    background: rgba(24, 33, 48, 0.7)
}

@media (max-width: 768px) {
    .feature-venue .box {
        width: 100%;
        padding: 20px
    }
}

.feature-venue .box h1 {
    color: #1982c3;
    font-size: 58px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: bold
}

.feature-venue .box h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0px 3px 0px;
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 10px
}

.feature-venue .box address {
    color: #fff;
    margin-bottom: 15px;
    font-style: normal;
    line-height: 1.428571429
}

.feature-venue .box .date {
    color: #ffcb08;
    line-height: 25px;
    margin-top: 5px;
    font-size: 18px
}

.feature-venue .box .time {
    color: #fcc218;
    line-height: 25px;
    margin-top: 5px;
    font-size: 18px
}

.fancybox-venue_layout-warp {
    overflow: hidden
}

.venue_name {
    background: #ebe9e9;
    color: #083f88;
    padding: 7px;
    font-size: 22px;
    border-radius: 0px 0px 15px 15px
}

.venue-img-right {
    max-height: 380px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px
}

.floor-map .card {
    border: 1px solid #083f88 !important;
    border-radius: 15px
}

    .floor-map .card:hover {
        border: 1px solid #1982c3 !important
    }

    .floor-map .card .venue_layout a img {
        position: relative;
        border-radius: 15px
    }

    .floor-map .card .venue_layout .venue-overlay {
        display: none;
        position: absolute;
        top: 0px
    }

    .floor-map .card:hover .venue_name {
        color: #1982c3
    }

    .floor-map .card:hover .venue_layout .venue-overlay {
        background: rgba(0, 0, 0, 0.4);
        display: block;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 14px
    }

        .floor-map .card:hover .venue_layout .venue-overlay i {
            font-size: 40px;
            color: #ebe9e9
        }

.floor-map-images {
    background: url(../images/venue-layout.jpg);
    background-size: cover;
    height: 378px;
    border-radius: 20px
}

@media (max-width: 768px) {
    .floor-map-images {
        margin-top: 2rem;
        height: 210px
    }
}

.floor-map-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .floor-map-btn {
        margin-top: 1rem
    }
}

.images-view {
    background-color: #1982c3;
    border-color: #1982c3;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .images-view:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff
    }

    .images-view:hover {
        color: #fff;
        opacity: 0.7
    }

    .images-view i {
        margin-right: 0.5rem
    }

.images-download {
    background-color: #1982c3;
    border-color: #1982c3;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .images-download:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff
    }

    .images-download:hover {
        color: #fff;
        opacity: 0.7
    }

    .images-download i {
        margin-right: 0.5rem
    }

.venue-address {
    text-align: center;
    margin-bottom: 2.5rem
}

@media (max-width: 768px) {
    .venue-address {
        margin-bottom: 0rem
    }
}

.venue-address h3 {
    color: #1982c3
}

.venue-content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem
}

@media (max-width: 768px) {
    .venue-content-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.venue-content-flex h4 {
    margin-bottom: 0px
}

.margin_top_7px {
    margin-top: -7px
}

.sponsor-card {
    padding: 15px 10px 10px 10px;
    position: relative;
    height: 100%
}

.sponsor-content h3 {
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 1
}

    .sponsor-content h3 a {
        color: #172b3b;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        margin-bottom: 0px;
        text-decoration: none
    }

        .sponsor-content h3 a:hover {
            color: #1982c3;
            text-decoration: none
        }

.sponsor-content ul {
    margin: 0px;
    padding: 0px
}

    .sponsor-content ul li {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 3px
    }

        .sponsor-content ul li i {
            margin-right: 5px;
            color: #1982c3;
            width: 21px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .sponsor-content ul li p {
            line-height: 1.2
        }

.modal-content .sponsor-table table tr td:nth-child(1) {
    width: 20%
}

@media (max-width: 768px) {
    .modal-content .sponsor-table table tr td:nth-child(1) {
        width: 100%
    }
}

.sponsor-table .table > :not(:first-child) {
    border-top: 1px solid #ddd
}

.sponsor-table table tr td {
    color: #576671;
    font-weight: 400;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    border-top: 1px solid #ddd
}

@media (max-width: 768px) {
    .sponsor-table table tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
}

.sponsor-table table tr td:nth-child(1) {
    width: 15%
}

@media (max-width: 768px) {
    .sponsor-table table tr td:nth-child(1) {
        width: 100%
    }
}

.sponsor-table table tr td:nth-child(2) {
    width: 1%
}

@media (max-width: 768px) {
    .sponsor-table table tr td:nth-child(2) {
        display: none
    }
}

.sponsor-image {
    background: #adaaaa;
    min-height: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px
}

@media (max-width: 768px) {
    .sponsor-image {
        padding: 5px
    }
}

.footer-content {
    padding-top: 3px;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100%
}

.sponsors-outer .owl-carousel .owl-item img {
    width: auto
}

.sponsor-package .sponsor-package-title h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    padding: 10px 30px;
    font-weight: 700;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-top: 0px
}

.bg-platinum h3 {
    background-color: #1982c3 !important
}

.bg-gold h3 {
    background-color: #40cbb4 !important
}

.bg-silver h3 {
    background-color: #1d95d2 !important
}

.gallery-list-item {
    border-radius: 15px;
    overflow: hidden;
    border: 5px solid #083f88;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

    .gallery-list-item .single-gallery {
        height: 245px;
        overflow: hidden;
        margin-bottom: 0px
    }

        .gallery-list-item .single-gallery img {
            border-radius: 0px
        }

@media (max-width: 1400px) {
    .gallery-list-item .single-gallery {
        height: 189px
    }
}

@media (max-width: 1200px) {
    .gallery-list-item .single-gallery {
        height: 159px
    }
}

@media (max-width: 768px) {
    .gallery-list-item .single-gallery {
        height: 170px
    }
}

.gallery-list-item .gallery-footer {
    background: #083f88;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

    .gallery-list-item .gallery-footer .bg-danger {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        background: #1982c3 !important
    }

    .gallery-list-item .gallery-footer p {
        margin-bottom: 0px;
        color: #fff
    }

.gallery-list-item .total-photo {
    color: #fff;
    font-size: 18px;
    width: 30%;
    text-align: right
}

.gallery-list-item .album-title {
    font-size: 18px;
    width: 70%;
    color: #fff
}

.gallery-list-item:hover {
    border: 5px solid #1982c3
}

    .gallery-list-item:hover .gallery-footer {
        background: #1982c3
    }

        .gallery-list-item:hover .gallery-footer .bg-danger {
            background: #083f88 !important
        }

.media-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .media-list .media-card {
        background: #ffcb08;
        text-align: left;
        position: relative;
        color: #b9b9b9;
        margin: 9px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 32%;
        border-radius: 7px;
        overflow: hidden
    }

        .media-list .media-card a {
            padding: 15px;
            width: 100%;
            position: relative;
            z-index: 9
        }

        .media-list .media-card .overlay {
            background: #1982c3;
            height: 100%;
            opacity: 0;
            padding: 317px;
            position: absolute;
            -webkit-transform: translate(265px, 145px) rotate(45deg);
            transform: translate(265px, 145px) rotate(45deg);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            width: 100%;
            z-index: 1
        }

        .media-list .media-card:hover .overlay {
            opacity: 1;
            -webkit-transform: translate(-80px, -125px) rotate(45deg);
            transform: translate(-80px, -125px) rotate(45deg)
        }

        .media-list .media-card:hover p {
            color: #fff
        }

    .media-list .media-category {
        margin-left: 7px
    }

        .media-list .media-category p {
            line-height: 1.4;
            color: #000
        }

            .media-list .media-category p strong {
                font-size: 20px
            }

img:focus-visible {
    outline: unset !important
}

.w-90 {
    width: 90%
}

.w-10 {
    width: 10%
}

.text-justify {
    text-align: justify
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.pl-25 {
    padding-left: 25px !important
}

.pink-bg {
    background: #f7f7f7 !important;
}

.link {
    color: #0d6efd
}

.bg-success {
    background-color: #009a16 !important
}

.profile-bg-gray {
    background: #adaaaa
}

.text-17 {
    font-size: 4.5rem !important
}

.text-muted {
    color: #8e9a9d !important
}

.opacity-8 {
    opacity: 0.8
}

.text-light {
    color: #dee3e4 !important
}

.exhibitor-logo {
    height: 90px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ddddddb3
}

.btn-bio {
    border: 1px solid #1982c3;
    padding: 2px 20px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 3px
}

    .btn-bio:hover {
        background-color: #172b3b;
        color: #fff;
        border: 1px solid #172b3b
    }

.width-80 {
    width: 80%
}

.align-items-start-icon {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

    .align-items-start-icon i {
        margin-top: 5px
    }

@media (max-width: 990px) {
    .mo-min-height {
        min-height: auto
    }
}

a.link-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1982c3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0.5rem
}

    a.link-view:hover {
        opacity: 0.5
    }

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.w-80prc {
    width: 80% !important
}

.truncate-0-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.truncate-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    min-height: 26px;
    margin-top: 3px
}

div#filter-count {
    font-size: 14px
}

.truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.fw-500 {
    font-weight: 500 !important
}

input.form-control.error {
    border-color: #ed1c24 !important
}

textarea.form-control.error {
    border-color: #ed1c24 !important
}

.login-form form .error:not(li):not(input) {
    color: #ed1c24;
    font-size: 12px;
    margin-top: 1px;
    position: absolute
}

button:disabled,
button[disabled] {
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #666
}

    button:disabled span,
    button[disabled] span {
        display: none
    }

    button:disabled:hover,
    button[disabled]:hover {
        color: #666
    }

.table-border-bottom-0 tr:last-child td,
.table-border-bottom-0 tr:last-child th {
    border-bottom-width: 0
}

.table-border-top-0 tr:first-child td,
.table-border-top-0 tr:first-child th {
    border-top-width: 0
}

.sonsor_title {
    color: #ffcb08;
    font-weight: 700
}

.contact-form label.error {
    color: #ed1c24;
    font-size: 12px;
    position: absolute
}

.filter-parent {
    font-size: 18px;
    position: relative
}

@media (max-width: 768px) {
    .filter-parent {
        margin-top: 10px
    }
}

.filter-parent label {
    left: 13px;
    position: absolute;
    top: 9px;
    font-size: 1.4rem
}

.filter-parent .filter-by {
    border-radius: 23px;
    padding-left: 43px;
    padding-right: 43px
}

.filter-parent .input-lg {
    height: 43px;
    padding: 10px 39px px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.filter-parent .filter-clear {
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 10px
}

    .filter-parent .filter-clear i {
        color: #1982c3
    }

.filter-parent .hide {
    display: none
}

.download-btn {
    color: #fff;
    background-color: #1982c3;
    font-size: 16px;
    padding: 10px 25px 10px 25px;
    font-weight: 500;
    cursor: pointer;
    border: 0px
}

    .download-btn:hover {
        color: #fff;
        opacity: 0.5
    }

    .download-btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: unset;
        color: #fff
    }

    .download-btn:focus-visible {
        outline: unset
    }

.softexpo-profile-btn {
    color: #fff;
    background-color: #1982c3;
    font-size: 16px;
    padding: 10px 25px 10px 25px;
    font-weight: 500
}

    .softexpo-profile-btn:hover {
        color: #fff;
        opacity: 0.5
    }

    .softexpo-profile-btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: unset
    }

    .softexpo-profile-btn:focus-visible {
        outline: unset
    }

.cursor-pointer {
    cursor: pointer !important
}

    .cursor-pointer i {
        cursor: pointer !important
    }

.softexpo-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background-color: #1982c3;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 5px;
    padding: 15px 25px 15px 50px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: -5px
}

    .softexpo-btn span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #172b3b;
        -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 5px
    }

    .softexpo-btn i {
        position: absolute;
        left: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 15px
    }

    .softexpo-btn:hover {
        color: #fff
    }

        .softexpo-btn:hover span {
            width: 225%;
            height: 562.5px
        }

    .softexpo-btn:focus {
        color: #fff
    }

.btn-loading {
    background-color: #1982c3;
    color: #fff
}

    .btn-loading:hover {
        background-color: #1982c3;
        color: #fff
    }

    .btn-loading:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.exhibit-space.sponsor-table table tr td:nth-child(1) {
    width: unset
}

.exhibit-space.sponsor-table table tr td {
    border-left: 1px solid #ddd
}

    .exhibit-space.sponsor-table table tr td:last-child {
        border-right: 1px solid #ddd
    }

.exhibit-space.sponsor-table table tr.total td:last-child {
    border-right: 1px solid #ddd
}

.exhibit-space.sponsor-table table tr th {
    border: 1px solid #ddd
}

.exhibit-space table {
    border-collapse: collapse
}

.google-map .section-title span {
    font-size: 23px;
    font-weight: 700;
    color: #172b3b
}

.google-map .section-title h2 {
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 500
}

@media (max-width: 768px) {
    .google-map iframe {
        height: 300px !important;
        margin-top: 20px
    }
}

.height_42px {
    height: 42px
}

.external-link {
    padding-left: 0px !important
}

    .external-link a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

        .external-link a i {
            position: unset !important;
            -webkit-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
            font-size: 16px !important;
            margin-right: 5px
        }

            .external-link a i:last-child {
                margin-left: 5px
            }

        .external-link a:hover {
            color: #1982c3 !important
        }

body::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #1982c3
}

.w-250px {
    width: 250px
}

.welcome-message {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .welcome-message span {
        display: inline-block;
        margin-left: 8px;
        font-weight: 700
    }

.avatar-logo img {
    width: 50px;
    height: 50px
}

.range_on_off,
.range_on_off:hover,
.range_on_off:focus {
    color: #212529;
    margin-left: 11px;
    position: absolute;
    margin-top: 4px
}

    .range_on_off i,
    .range_on_off:hover i,
    .range_on_off:focus i {
        color: #1982c3;
        font-size: 1.3rem
    }

.text-red {
    color: #ed1c24 !important
}

.cursor-move {
    cursor: move !important
}

.fw-400 {
    font-weight: 400
}

.manage-content h3 {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 26px;
    font-weight: bold
}

    .manage-content h3 strong {
        margin-bottom: 15px;
        line-height: 1.5;
        font-size: 26px;
        font-weight: bold
    }

.manage-content p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #576671;
    font-weight: 400;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    margin-bottom: 20px
}

    .manage-content p b {
        font-weight: 600
    }

    .manage-content p strong {
        font-weight: 600
    }

    .manage-content p:last-child {
        margin-bottom: 0
    }

.manage-content ul {
    padding-left: 0;
    margin: 0px;
    margin-left: 1.5rem;
    margin-bottom: 20px
}

    .manage-content ul li {
        list-style-type: none;
        margin-bottom: 15px;
        position: relative;
        padding-left: 22px;
        line-height: 1.8;
        color: #576671;
        font-weight: 400;
        font-family: 'Karla', sans-serif;
        font-size: 16px;
        background-repeat: no-repeat;
        background-image: url(../images/check-regular-24.png);
        background-size: 18px;
        background-position: 0px 3px
    }

        .manage-content ul li b,
        .manage-content ul li strong {
            font-weight: bolder
        }

.event-main-area .list_grid_view a.grid_view {
    padding-right: 20px
}

    .event-main-area .list_grid_view a.grid_view i {
        font-size: 40px
    }

.event-main-area .list_grid_view a.list_view i {
    font-size: 40px
}

.event-main-area .filter-parent i {
    color: #727272
}

.event-main-area .event_grid_view_block {
    overflow: hidden;
    text-align: center
}

    .event-main-area .event_grid_view_block .events-img-sec {
        width: 100%;
        margin-bottom: 7px;
        background: #cccccc;
        -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin-bottom: 7px
    }

    .event-main-area .event_grid_view_block .event_wrapper {
        margin-bottom: 0px;
        position: relative;
        text-align: center
    }

        .event-main-area .event_grid_view_block .event_wrapper .event_venue {
            background-color: rgba(8, 63, 136, 0.7);
            bottom: 0px;
            position: absolute;
            width: 100%;
            padding: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            color: #fff
        }

            .event-main-area .event_grid_view_block .event_wrapper .event_venue i {
                color: #fff;
                font-size: 14px;
                padding-right: 6px
            }

        .event-main-area .event_grid_view_block .event_wrapper .h-204px {
            height: 220px
        }

    .event-main-area .event_grid_view_block h3.event_title {
        font-size: 14px;
        font-weight: 600
    }

#more {
    display: none
}

@media (max-width: 575px) {
    .sm-px-2 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
}

.events-banner {
    height: 250px;
    background-image: url(../images/page-banner-bg.jpg);
    background-size: cover !important;
    background-position: center !important
}

@media (max-width: 768px) {
    .events-banner {
        height: 143px;
        display: none
    }
}

.speakers-card {
    margin-bottom: 2rem;
    margin-top: 2rem
}

    .speakers-card .speakers-title {
        color: #083f88;
        font-size: 24px;
        text-align: center;
        font-weight: 600
    }

.events-matrix-content {
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
    opacity: 1;
    padding: 2rem;
    margin-top: -6rem;
    margin-bottom: 2rem
}

@media (max-width: 768px) {
    .events-matrix-content {
        margin-top: 2rem
    }
}

.events-matrix-content .events-title {
    text-align: left
}

    .events-matrix-content .events-title h1 {
        color: #083f88;
        font-size: 24px;
        margin-bottom: 1.2rem
    }

@media (max-width: 767px) {
    .events-matrix-content .events-title h1 {
        font-size: 17px
    }
}

.events-matrix-content .events-title P {
    color: #808285;
    font-size: 16px;
    line-height: 1.5
}

.events-matrix-content .divider {
    border: 1px dashed #707070;
    margin-top: 1.5rem;
    margin-bottom: 2rem
}

.events-matrix-content .image-two {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .events-matrix-content .image-two img {
        width: 100%
    }

.b-mobile-block {
    display: none;
    width: 100%;
    margin-bottom: 2rem
}

@media (max-width: 768px) {
    .b-mobile-block {
        display: block
    }
}

.b-mobile-block-two {
    display: block;
    width: 100%
}

@media (max-width: 768px) {
    .b-mobile-block-two {
        display: none
    }
}

.live-video {
    width: 100%
}

@media (max-width: 500px) {
    .live-video iframe {
        height: 300px
    }
}

@media (max-width: 900px) {
    .live-video iframe {
        height: 300px
    }
}

.events-matrix-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .events-matrix-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.events-matrix-info ul {
    margin: 0px;
    padding: 0px
}

    .events-matrix-info ul li {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem
    }

        .events-matrix-info ul li .info-icon {
            width: 35px
        }

            .events-matrix-info ul li .info-icon i {
                color: #1982c3;
                font-size: 20px
            }

@media (max-width: 768px) {
    .events-matrix-info ul li .info-icon i {
        font-size: 18px
    }
}

.events-matrix-info ul li .info-content {
    width: calc(100% - 35px)
}

    .events-matrix-info ul li .info-content span {
        color: #808285;
        font-size: 16px;
        display: block;
        line-height: 1
    }

@media (max-width: 768px) {
    .events-matrix-info ul li .info-content span {
        font-size: 14px
    }
}

.events-matrix-info ul li .info-content p {
    color: #172b3b;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 5px;
    text-align: left
}

@media (max-width: 768px) {
    .events-matrix-info ul li .info-content p {
        font-size: 16px
    }
}

table.table thead th.dtableicon {
    padding: 0px;
    cursor: pointer
}

    table.table thead th.dtableicon a.sorted {
        color: #516377;
        position: relative;
        padding: 0.625rem 1.5rem;
        width: 100%;
        display: block
    }

        table.table thead th.dtableicon a.sorted::after {
            bottom: 0.8rem;
            content: '\ea27';
            font-family: boxicons;
            font-weight: 500;
            font-size: 1rem;
            width: 10px;
            height: 10px;
            right: 0.7rem;
            opacity: 0.5;
            position: absolute;
            display: block
        }

        table.table thead th.dtableicon a.sorted::before {
            top: 0rem;
            content: '\ea34';
            font-family: boxicons;
            font-weight: 500;
            font-size: 1rem;
            width: 10px;
            height: 10px;
            right: 0.7rem;
            opacity: 0.5;
            position: absolute;
            display: block
        }

table.table thead th a.asc::before {
    opacity: 1 !important
}

table.table thead th a.desc::after {
    opacity: 1 !important
}

.front-visitor-cs a.link-underline-hover {
    color: #5a8dee
}

    .front-visitor-cs a.link-underline-hover:hover {
        text-decoration: underline !important
    }

.front-visitor-cs .commpany-log-images {
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 5px;
    width: 70px;
    height: 47px;
    margin-right: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.front-visitor-cs .sponsor-table table tr td {
    font-weight: 500 !important;
    font-size: 12px !important
}

.front-visitor-cs .sponsor-table table tr.even p {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 500 !important
}

.front-visitor-cs .sponsor-table table tr p {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 500 !important
}

.front-visitor-cs .sponsor-table table tr:last-child td {
    border-bottom: 1px solid #ddd !important
}

.front-visitor-cs .card-border-none {
    border: 0px !important
}

.front-visitor-cs .table-pagination .page-link {
    position: relative;
    display: block;
    color: #677788;
    background-color: #eeeff1;
    border: 0px solid #e9ecee;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

.front-visitor-cs .table-pagination .page-item.active .page-link,
.front-visitor-cs .table-pagination .page-item.active .page-link:hover,
.front-visitor-cs .table-pagination .page-item.active .page-link:focus,
.front-visitor-cs .table-pagination .pagination li.active > a:not(.page-link),
.front-visitor-cs .table-pagination .pagination li.active > a:not(.page-link):hover,
.front-visitor-cs .table-pagination .pagination li.active > a:not(.page-link):focus {
    border-color: #5a8dee;
    background-color: #5a8dee;
    color: #fff;
    -webkit-box-shadow: 0 0.125rem 0.25rem #939eaa;
    box-shadow: 0 0.125rem 0.25rem #939eaa
}

.front-visitor-cs .table-pagination .pagination .page-item .page-link:hover,
.front-visitor-cs .table-pagination .pagination .page-item .page-link:focus,
.front-visitor-cs .table-pagination .pagination .page-item .page-link:active {
    border-radius: 0.25rem
}

.front-visitor-cs .table-pagination .pagination .page-item.active .page-link {
    border-radius: 0.25rem;
    padding-top: 0.66rem !important;
    padding-bottom: 0.66rem !important;
    min-width: calc(2.2575rem + 0px) !important
}

.front-visitor-cs .table-pagination .pagination .page-item.previous .page-link {
    margin-right: 0.3125rem
}

.front-visitor-cs .table-pagination .pagination .page-item.next .page-link {
    margin-left: 0.3125rem
}

.front-visitor-cs .table-pagination .pagination .page-item.active .page-link {
    border-radius: 0.25rem;
    padding-top: 0.66rem !important;
    padding-bottom: 0.66rem !important;
    min-width: calc(2.2575rem + 0px) !important
}

.front-visitor-cs .table-pagination .page-link {
    padding: 0.535rem 1rem;
    line-height: 16px
}

    .front-visitor-cs .table-pagination .page-link:hover {
        z-index: 2;
        color: #677788;
        background-color: #dce0e4;
        border-color: rgba(38, 60, 85, 0.3)
    }

.front-visitor-cs span.pagi-title {
    color: #677788 !important
}

/*# sourceMappingURL=style.css.map */
