.mobile-video {
    display: none;
}

.desktop-video {
    display: block;
}

.header-area {
    background: rgb(255, 255, 255, 0.9);
    position: relative;
    z-index: 11;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.enter-site-btn {
    position: absolute;
    bottom: 65px;
    left: 390px;
    /* top: 70%; */
    transform: translate(-50%, -0%) !important;
}

.btn-register {
    color: #fff;
    background-image: linear-gradient(309deg, #0c0e0b 0%, #4a4c47 100%);
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
}

.btn-register:hover {
    color: #fff;
    background-image: linear-gradient(180deg, #73ca08 0%, #396602 100%);
}


.banner-meetup {
    position: relative;
    padding: 60px 0 60px 0px;
    z-index: 1;
    background-image: radial-gradient(at top left, #0B1061, #a02fbd);

}


.banner-meetup .bg-pattern {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-image: url(../assets/images/bg/register-bg.jpg); */
    background-attachment: fixed;
}

.banner-meetup .content-box {
    position: relative;
    text-align: center;
}

.banner-meetup h2 {
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: 0 20px 40px rgba(0, 0, 0, .80);
}


.banner-meetup .btn-box {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.banner-meetup .btn-box .theme-btn {
    position: relative;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.30);
    padding: 15px 34px;
    line-height: 28px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 22px;
}

.btn-style-one {
    position: relative;
    padding: 10px 30px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    background-color: #131413;
    overflow: hidden;
    border-radius: 10px;
}

.btn-style-one .btn-title {
    position: relative;
}

.btn-style-one:hover {
    /* color: #005c13;*/
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


/* Button style two*/

.btn-style-two {
    position: relative;
    padding: 15px 30px;
    font-size: 22px;
    line-height: 30px;
    color: #131413;
    font-weight: 500;
    text-align: center;
    background-color: #faaC1D;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 8px;
}

.btn-style-two .btn-title {
    position: relative;
}

.btn-style-two:hover {
    color: #005c13;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    /* border: 1px solid #005c123d; */
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}




.login-register-area {
    width: 100%;
    min-height: 100vh;
    /* background: rgb(99,82,236); */
    /* background: linear-gradient(118deg, rgba(99,82,236,1) 0%, rgba(189,104,198,1) 100%); */
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/speaker_bg.png);
    /* background: linear-gradient(315deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%); */
    display: flex;
    align-items: center;
}

.heroform-image {
    width: 100%;
    height: 484px;
    /* background-color: #3a3a3a; */
    background: url(../img/my-frame.jpg) center no-repeat;
    background-size: cover;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.heroform-image h2 {
    color: #3a3a3a;
    font-size: 35px;
}

.register-form {
    width: 100%;
    height: 530px;
}

.hero-form {
    border-radius: 0 20px 20px 0;
    height: 484px;
}

@media (min-width: 1400px) and (max-width: 1596px) {
    .hero-form {
        border-radius: 0 20px 20px 0;
        height: 548px;
    }


}


@media screen and (max-width:768px) {
    .hero-form {
        border-radius: 0 20px 20px 0;
        height: 433px !important;
    }

    .registered-login {
        font-size: 18px !important;
    }

    .back-to-home12 {
        text-align: center;
        width: fit-content;
        border: 1px solid green;
        text-align: center;
        margin: 0 auto;
        padding: 6px 84px !important;
        border-radius: 37px;
    }


}

.heroform-image img {
    width: 230px;
    padding-bottom: 8px;
}


.footer-para {
    padding-top: 10rem;
    display: flex;
    justify-content: center;
    font-size: 15px;
}

.footer-para a {
    padding: 0 0 0 5px;
    color: #5611d0;
    font-weight: 500;

}

.chat-buttons {
    margin-left: auto;
}

.btn-primary {
    border-color: transparent !important;
}

.chat-content p {
    line-height: 18px;
}

.venue-items-content p {
    font-size: 18px;
    text-align: justify;
    /*word-break: break-all;*/
}

.accomadtion-section-content {
    /* padding-top: 10px; */
    /*word-break: break-all;*/
}

@media screen and (max-width: 768px) and (min-width: 300px) {

    .mobile-video {
        display: block;
    }

    .desktop-video {
        display: none;
    }



    .hero-form {
        border-radius: 0 0 20px 20px;
    }

    .travel-info-content {
        text-align: center !important;
    }

    .speaker-info {
        width: auto !important;
    }

    .icse-tables {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .accomadtion-section-content {
        padding-top: 10px;
        /*word-break: break-all;*/
    }

    .avatar__wrap-content p {
        text-align: center;
    }

    .breadcrumb-area {
        min-height: 250px;
    }

    .breadcrumb-title h2 {
        font-size: 26px !important;
    }

    .sub-cat-two {
        display: flex !important;
        flex-direction: column;
    }

    .breadcrumb-area {
        padding-top: 136px !important;
        padding-bottom: 69px !important;
        padding-bottom: 50px !important;
        background-position: center center;
        background-size: cover;
        background-color: rgb(255, 0, 122);
        position: relative;
    }

    .profile {
        position: relative;
        display: inline-block !important;
    }

    .add-sub-cat-image {

        top: 0% !important;
    }

    .cat-headings h4 {
        padding: 0px 0 2rem 0px !important;
        font-size: 31px !important;
    }


    .profile-sub-button {
        display: block !important;
    }

    .sub-cat-two-detail {
        padding-top: 20px;
    }


    .schedule-block-three.even .thumb {
        left: 0 !important;
    }

    .section-padding-09 {
        padding: 35px 0;
    }

    .pb-80 {
        padding-bottom: 46px;
    }

    .pt-100 {
        padding-top: 46px;
    }

    .counter-item span {
        display: block;
        overflow-wrap: break-word !important;
    }

    .users-social-buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 7px;
        grid-row-gap: 7px;
    }

    .section-padding-04 {
        padding: 40px 0;
    }

    .section-padding-09 {
        padding: 35px 0;
    }


    .event-countdown-2 .counter-wrapper {

        padding-top: 0px;

    }

    .pt-120 {
        padding-top: 50px;
    }

    .pb-120 {
        padding-bottom: 0px;
    }

    .schedule-section {
        padding: 20px 0 !important;
    }

    .section-padding-04 {
        padding-top: 49px;
    }

    .pricing-area {
        padding-bottom: 0px;
    }

    .sec-title {
        position: relative;
        margin-bottom: 20px !important;
    }

    .pb-25 {
        padding-bottom: 0px;
    }

    .schedule-tabs .btns-box {
        margin-bottom: 31px !important;
    }


    .section-padding {
        padding-top: 55px;
    }

    .section-padding {
        padding: 50px 0;
    }



    .pricing-area .price-card {
        margin-bottom: 24px;
    }

    .event-countdown-2 .counter-wrapper {
        height: 153px;
    }


    .chat-button ul li {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;

    }

    .chat-content {
        display: flex !important;
        flex-direction: column !important;
        /* justify-content: flex-start !important; */
    }

    .schedule-block-three .date .icon {

        justify-content: center !important;

    }


    .schedule-block-three.even .thumb {
        left: 2px !important;
    }

    .schedule-block-three .thumb {
        right: 0px !important;
        top: 0px !important;
    }

    .schedule-block-three.even .check-box {
        position: absolute !important;
        /* position: absolute !important; */
        top: 5% !important;
        left: 20px !important;
    }

    .schedule-block-three .check-box {
        position: absolute !important;
        top: 2% !important;
        right: 44px !important;
    }




    .button11 h5 {
        font-size: 12px;
    }


    .exvent-countdown {
        padding: 25px 0 0 0;
    }

    .speaker-head h3 {
        margin-bottom: 20px !important;
    }

    .event-counter-section .counter-item {
        padding: 50px 88px;

    }


    .logo-s img {
        width: 100%;
    }

    .profile-form h2 {
        padding-top: 1.5rem;
    }

    .profile-mid {
        border-left: none !important;

        border-right: none !important;
        padding: 0 !important;
    }

    .profile-sub-button {
        text-align: center;
    }

    .chat-button ul {
        display: block !important;


    }

    .chat-button ul li {
        margin-bottom: 1px !important;
    }

    .profiless {
        position: absolute;
        top: 10px;
        right: 2rem;
    }

    .profiless2 {
        display: none;
    }

    .ts-speaker-popup {
        background: #fff;
        padding: 0;
        position: relative;
    }

    .ts-speaker-popup .ts-speaker-popup-img img {
        width: 100%;
        padding: 35px 0 0 0;
    }


    .heroform-image {

        border-radius: 20px 20px 0 0;

    }

    .loginforms {

        border-radius: 0px;
    }

    .single-team {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 3px 1px #aeaeae;
        border-radius: 10px;
    }

    .profile .img-box {
        position: relative !important;
        top: 3px;
        width: 40px !important;
        height: 40px !important;
    }
}

.loginforms {
    box-shadow: 0 0 10px 1px #aeaeae;
    border-radius: 20px;
}

.one {
    background: #fff !important;
}

.two {
    background: #fff !important;
}



.three {
    background-color: #fff !important;
}

.four {
    background-color: #fff !important;
}

.five {
    background-color: #fff !important;
}

.single-team {
    display: flex;
    justify-content: center;
    box-shadow: 0 0 3px 1px #aeaeae;
    border-radius: 10px;
}

.single-team-data-one {
    background-color: #fcf4df;
}

.single-team-data-two {
    background-color: #eceaf5;
}

.single-team-data-three {
    background-color: #e4fffa;
}

.single-team-data-one .tag {
    position: absolute;
    top: -6%;
    left: 16px;
    color: rgb(255, 255, 255);
    background: #a88529;
    padding: 3px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.single-team-data-two .tag {
    position: absolute;
    top: -6%;
    left: 16px;
    color: rgb(255, 255, 255);
    background: #1c7f3e;
    padding: 3px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.single-team-data-three .tag {
    position: absolute;
    top: -6%;
    left: 16px;
    color: rgb(255, 255, 255);
    background: #21b497;
    padding: 3px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.price-body {
    display: flex;
    justify-content: space-around;
}

.price-body-button {
    border: 1px solid rgb(175, 175, 175);
    width: 100%;
    padding: 30px 0;
}

.price-header i {
    font-size: 25px;
}

.price-header a i {
    font-size: 60px;
    color: red;
    background: white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}


.price-body-button a {
    font-size: 22px;
    color: #000;
}

.price-body-button h5 {
    font-size: 26px;
    color: #000;
}

.schedule-section {
    /* background: url(../img/4907157.jpg)center no-repeat; */
    background-size: cover;
    /* background-image: radial-gradient(at top left, #fdff6e, #00ce71); */
}

.btn {
    line-height: 2.5 !important;
}

.copyright-wrap h6 {
    color: #fff;
    font-weight: normal;
}

.fa-comments {
    font-size: 80px;
}

.footer-newsletter-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #93a1a2;
    padding: 0 30px;
    padding-right: 195px;
    background-color: #e1e1e1;
    border: 0;
    border-radius: 0;
    border: 1px solid #0001;
    margin-bottom: 40px;
}

.industry-address {
    /* display: flex; */
    /* margin-top: 2rem; */
    padding-bottom: 10px;
    padding-top: 10px;
}

.industry-address .industry {
    padding-right: 30px;
}

.users-social-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 7px;
    grid-row-gap: 7px;
}

.button11 {
    border: 1px solid #0002;
    padding: 10px;
}

.button11 {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background: #1c7f3e;
}

.button11 i {
    font-size: 22px;
    padding-bottom: 10px;
    color: #fff;
}

.button11 a {
    color: #fff;
}

.button11 h5 {
    color: #fff;
}



.button112 {
    border: 1px solid #0002;
    padding: 10px;
}

.button112 {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background: #ffba00;
}

.button112 i {
    font-size: 22px;
    padding-bottom: 10px;
    color: #000;
}

.button112 a {
    color: #000;
}

.button112 h5 {
    color: #000;
}

.ts-speakers {
    overflow: hidden !important;
}


.speaker-section-3 {
    padding-top: 50px !important;
    background: url(../img/4907157.jpg)center no-repeat;
    background-size: cover;
    position: relative;
}

.speaker-section-3 .cta-shape-1 {
    position: absolute;
    top: 0;
    left: -160px;
}

.speaker-section-3 .cta-shape-2 {
    position: absolute;
    top: 50px;
    right: -50px;
    width: 180px;
    height: 180px;
    -webkit-animation: fa-spin 30s infinite;
    animation: fa-spin 30s infinite;
}

.speaker-section-3 .cta-shape-3 {
    position: absolute;
    left: 25%;
    bottom: 90px;
    -webkit-animation: round-01 5s linear infinite;
    animation: round-01 5s linear infinite;
}


.single-speaker-event input.largerCheckbox {
    width: 25px;
    height: 25px;
    background: #3f2372 !important;
}

.single-speaker {
    /* border: 1px solid #aeaeae; */
    padding: 20px 0 0 0;
    text-transform: capitalize !important;
}


.speaker-detail-bg {
    background: url(../img/speaker_bg.png)center no-repeat;
    background-size: cover;
}

.speaker-detail-bg .single-speaker {
    border: none;
}

.exibitos-detail-section {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/4907157.jpg)center no-repeat;
    background-size: cover;
}

.ts-speaker-info p {
    margin-bottom: 0 !important;
}

.ts-speaker {
    background-color: #f3f3f3;
    padding: 20px 10px;
    /* box-shadow: 0 0 15px 1px #cccccc; */
}

.speaker-head h3 {
    margin-bottom: 0;
    font-size: 30px;
}

/* .img-box{
    position: absolute;
    top: 0;
} */

.addvertisment-img img {
    width: 100%;
    /* height: 260px; */
    height: 150px;
    object-fit: contain;
}


.gold {
    /*    background: url(../img/sponsers/gold-bg.jpg)center no-repeat;*/
    background-size: cover;

}

.platinum {
    /*    background: url(../img/sponsers/platinum-bg.jpg)center no-repeat;*/
    background-size: cover;
}

.diamond {
    /*   background: url(../img/sponsers/bg1.jpg)center no-repeat;*/
    background-size: cover;
}

.vip {
    /*    background: url(../img/sponsers/bg2.jpg)center no-repeat;*/
    background-size: cover;
}

.standard {
    /*   background: url(../img/sponsers/bg3.jpg)center no-repeat;*/
    background-size: cover;
}

.logo-s {
    margin-bottom: 25px;
}

.single-schedule {
    background-color: #fff;
    padding: 20px;
}

.chat-one {
    display: flex;
    align-items: center;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #0001;
}

.chat-img img {
    width: 100px;
    margin-right: 20px;
}

.slidebar__formss input {
    background: #363636 !important;
}

.schedule-area-delegates-chat .nav-link {
    padding: 30px 200px !important;
}

.tab-content {
    width: 100%;
    height: 400px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;

}




/* width */
.tab-content::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.tab-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.tab-content::-webkit-scrollbar-thumb {
    background: rgb(138, 138, 138);
    border-radius: 10px;
}

/* Handle on hover */
.tab-content::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}


.nav-tabs .nav-link {
    width: 33.333333%;
    padding: 25px 0;
    background-color: #5a5a5a !important;
    color: #fff !important;
    font-size: 20px;
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #34a937 !important;
    border-color: #34a937;
}

.nav-tabs .attendees-nav-link {
    width: 50%;
}

.slidebar__form .slidebar__formss {
    position: sticky;
    /* top: 0; */
}

.chat-button ul {
    display: flex;


}

.chat-button ul li {
    background-color: #363636;
    margin: 0 5px;
    padding: 8px 15px;
    border-radius: 10px;
}

.chat-button ul li a {
    color: #fff;
}

.chat-button {

    margin-left: auto;
}

.chat-content span {
    display: block;
}


.custom-model-wrap h3 {
    text-align: center;
    background-color: #9b2aa1;
    color: #fff;
    padding: 15px 0;
}

.user-content {
    text-align: center;
}

.user-content img {
    width: 100px;
    height: 100px;
    text-align: center;
}

.user-content-date-time {

    padding: 10px 20px;
    width: fit-content;
    text-align: center;
    margin: 10px auto;
    color: #000;
    border-radius: 10px;
}

.user-content-back-button {
    width: fit-content;
    margin: 20px auto;
}

.user-content-date-time p {
    color: #000;
}

.profile-form {
    width: 100%;
    min-height: 500px;
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgb(202, 201, 201);
}

.profile-left {
    text-align: center;
    /* border-right: 1px solid #0001; */
}

.profile-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.form-control {

    background-color: #e5e5e5 !important;
}

.profile-mid {
    /* border-left: 2px solid #0001;

    border-right: 2px solid #0001;*/
    padding: 0 20px;
}

.profile-right h5 {
    background-color: #363636;
}

.profile-sub-button {
    display: flex;
    justify-content: end;
}

.profile-sub-button button {
    margin: 10px;
}

.scan-badge {
    width: 100%;
    height: 400px;
    background-color: #f9fafc;
    padding: 25px;
}

.scanbadge-img img {
    width: 100px;
    height: 100px;
    margin-right: 25px;
}


.scan-badge-user {
    display: flex;
    border-bottom: 1px solid #0001;
    padding: 10px;
    align-items: center;
    background-color: #fff;
    margin-bottom: 2px;
}

.scan-badge-content p {
    margin: 0;
    line-height: 24px;
}

.scan-badge-content h4 {
    line-height: 0;
}



.why-to-attend {
    background: #f3f1ff;
    padding: 35px 25px 25px 25px;

}

.why-to-attend {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.avatar__wrap {
    flex: 1 0 auto;
}

.event-detail {

    /* background-image: radial-gradient(at top right, #6770ff, #00ff8c); */
    /* background: url(../img/sponsers/bg4.jpg)center no-repeat; */
    background-size: cover;
}

.details__content p {
    text-align: justify;
    font-size: 18px; 
    line-height: 30px;
}

.avatar__wrap-content p {
    font-size: 18px;
    margin-bottom: 0;
}


.section-bgs {
    background: url(../img/sponsers/bg4.jpg)center no-repeat !important;
    background-size: cover !important;
}

@media screen and (max-width: 1900px) and (min-width: 990px) {
    .second-menu .main-menu ul li {
        margin-left: 14px;
    }
}


.travel-info-one {
    text-align: center;
    background-color: #eef0f1;
    padding: 20px;
    box-shadow: 0 0 10px 1px #d1d0d0;
    margin-bottom: 25px;
}

.travel-info-img img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;

}

.notification {
    width: 100%;
    background-color: #ececec;
    padding: 20px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    border-radius: 2px;
}

.notification span {
    display: block;
}

.notification-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.notification-img img {
    width: 60px;
    max-width: 100%;
}


.notification-call {
    margin-left: auto;
}

.notification-call img {
    width: 70px;
    height: 70px;
    object-fit: contain;

}

.profile-barcode img {
    width: 200px;
    margin-top: 25px;
}

@media screen and (max-width:1050px) and (min-width:769px) {
    .profile .img-box {
        position: relative !important;
        top: 0;
    }

    .chat-button ul li {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;

    }

    #mobile-menu {
        position: absolute;
        width: 100%;
        min-width: 100%;
        min-width: 100%;
        top: -50px;
        right: 8%;
    }

    .main-menu .has-sub>ul {
        margin-left: 0px;
    }
}

.single-intro {
    display: flex;
    align-items: center;
}

.single-intro-img img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    object-fit: cover;
}

.single-intro-content h3 {
    margin-bottom: 0px;
}

.fa-threads:before {
    content: url(../img/icons8-handshake-100.png);
    margin: 10px;
}

.section-your-match {
    background: url(../img/sponsers/bg2.jpg) center no-repeat !important;
    background-size: cover;
}

.fa-comments {
    font-size: 30px !important;
}

.schedule-block-three.even .thumb {

    left: -35px;
}

.schedule-block-three .thumb {

    right: -35px;
    top: -14px;

}

.calling-ankor {
    display: block;
}

/*.fa-heart:before {
    content: "\f004";
    color: #e7015e;

}*/

/* .speakers-check-box{
    position: absolute;
    top: 40%;
    left: 100px !important;
} */
/* speakers-check-box */

/* .speakers-check-box{
    position: absolute !important;
    top: 40%;
    right: 100px !important;
} */


.schedule-block-three.even .check-box {
    position: absolute !important;
    top: 12%;
    right: 80px !important;
}

.schedule-block-three .check-box {
    position: absolute !important;
    top: 12%;

}

/* check-box */

.round {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.round label {
    background-color: #fff;
    border: 12px solid #1c7f3e;
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 11px;
    left: -5px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transform: rotate(-45deg);
    width: 22px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: rgb(28 127 62);
    border-color: rgb(28 127 62);
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}


.fa-microphone:before {
    content: url(../img/time.png) !important;

}

.sponser-model .user-content img {
    width: 250px;
    height: 100%;
    margin: 20px 0;
}

.sponser-detail {
    text-align: start !important;
    padding: 10px;
}

.sponser-detail li {
    display: flex;

}

.sponser-detail li p {
    padding: 0 20px;
}

table {
    padding: 25px;
    text-align: left;

}

table.GeneratedTable {
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
    border-width: 2px;
    border-color: #686666;
    border-style: solid;
    color: #000000;
    padding: 25px;
}

table.GeneratedTable td,
table.GeneratedTable th {
    border-width: 2px;
    border-color: #686666;
    border-style: solid;
    padding: 3px;
}

table.GeneratedTable thead {
    background-color: #ffcc00;
}

.sponsers-detail {
    /* text-align: left; */
    padding: 0 25px;
}

.sponsers-detail img {
    text-align: center !important;
}

.btn-dangerss:hover {
    color: #fff !important;
}

.popup-note {
    margin: 0 35px;
}

.popup-note input {
    border: 1px solid #aeaeae !important;
    border-radius: 5px;
}

.user-content-date-time {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.user-content-date-time i {
    font-size: 28px;
    color: #000;
    padding-right: 10px;
}


.profile-sub-button {
    margin-left: 10px !important;
}

.main-cat-one {
    text-align: center;
    /* background-color: ; */
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.main-cat-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;


}

.main-cat-title {
    background: #0b36b3;
    color: #fff;
    padding: 15px;
}

.main-cat-title h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
}

.sub-catagories {
    width: 100%;
    min-height: fit-content;
    max-height: 460px;
    /* background-color: #3f2372; */
    overflow-X: hidden !important;
}

/* .sub-catagories-one{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    padding: 10px;
    border-bottom: 2px solid #0005;
} */
.sub-catagories-one {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    align-items: center;
    background-color: #fff;
    border-bottom: 2px solid #0005;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sub-catagories-one-img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin-right: 10px !important;

}

.sub-catagories-one-detail {
    padding: 0 0px 0 10px;
}

.sub-catagories-one-detail p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sub-catss {
    background: #fff;
    background-size: cover;
}

.sub-cat-two {
    background-color: #fff;
    padding: 25px;
    margin: 0 0 10px 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #0003;
    overflow-X: hidden !important;
}

.sub-cat-detail {
    width: 100%;
    min-height: fit-content;
    max-height: 516px;
    /* background-color: #3f2372; */
    overflow-X: hidden !important;
}


.sub-cat-two-img img {
    width: 100%;
    /* height: 200px; */
    object-fit: cover;
}

.heading-of-main-catagories h3 {
    font-size: 25px !important;
    margin-bottom: 30px;
}


.sub-cat-two-detail p {
    text-align: justify;
}


.actives {
    background-color: rgb(0 38 145);
    color: #fff !important;
}

.actives h4,
p {
    color: #000;
}

.actives p {
    color: #fff;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #1c7f3e;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #9C27B0;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.add-new-catagories img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.add-cat-form {
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgb(202 201 201);
}

.add-new-catagories {
    position: relative;
    display: flex;
    justify-content: baseline;
    align-items: center;
    overflow: hidden !important;
    /* border: 1px solid #0003; */
}

.add-image {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background-color: #240065;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.1s ease-in-out;
}

.add-image span {
    color: #fff;
    font-size: 20px;
}

.add-new-catagories:hover .add-image {
    opacity: 1;
}

.cat-headings h4 {
    padding: 0 0 3rem 50px;
    font-size: 35px;
}

.add-cat-form .profile-mid {
    border-right: 0;
}

.category-list-one {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    align-items: center;
    background-color: #3f2372;
    padding: 25px;
}

.category-list-one-img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.add-cat-list-bg {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    border: 5px solid #002691;
}

.form-group textarea {
    overflow: auto;
    background: #e5e5e5;
}

.add-sub-cat-image {
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background-color: #240065;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.1s ease-in-out;
}

.sub-cat-two-detail h2 {
    margin-bottom: 8px;
}

.section-hed {
    font-size: 30px !important;
}

.speaker-info h3 {
    font-size: 18px !important;
    line-height: 20px;
}

.venue-main-row {
    display: flex !important;
}

.venue-items {
    flex: 1 !important;

}

.avatar-img img {
    width: 80px;
}

.venue1 {
    display: flex;
    background-color: #fff;
    padding: 25px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.venue-items-content p {
    font-size: 18px;
}

.travel-info-content {
    text-align: left;
}

.travel-info-content p {
    font-size: 17px;
}

.location-card {
    background-color: #fff;
    padding: 25px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.location-card-content p {
    font-size: 18px;
    padding-top: 8px;
}

.location-card-img img {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
}

.input-sec {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    justify-content: start;
}

.input-sec input {
    margin-right: 10px;
    margin-bottom: 15px;
}

.fa-link {
    /* display: block; */
    padding-left: 20px;
    font-size: 20px;
}

.accomadtion-section {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;

}

/*.accomodation-sec-btn a {
    background-color: #002691;
    margin-top: 10px;
    padding: 8px 20px;
    color: #fff;
}*/


.accomodation-sec-btn a {
    margin-top: 10px;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    /* Optional, to remove underline */
    display: inline-block;
    /* Ensures proper spacing for block-like appearance */
}

.accomodation-sec-btn a:first-child {
    background-color: #002691;
    color: #fff;
    /* Blue for "Book Now" */
    margin-right: 15px;
    /* Adds space to the right of the first button */
}

.accomodation-sec-btn a:last-child {
    background-color: #3f2372; 
    color: #fff;
    /* Green for "Google Location" */
}


.accomadtion-section-content h3 {
    margin-bottom: 8px;
}

.speaker-info {
    width: calc(100% - 14px);
}

.inner {
    /* display: flex; */
    align-items: center !important;
}

.speaker-info {
    flex-grow: 1 !important;
}

.speaker-details p {
    font-size: 18px !important;
}

.unclickable {
    pointer-events: none;
    color: #999;
}

@media screen and (max-width: 1024px) and (max-height : 1080px) {
    .custom-model-wrap {
        overflow-y: scroll;
        overflow-x: hidden
    }
}

/* Default styles for larger screens (desktop) */
.section.exvent-hero-section-02 {
    /* background-image: url('../img/bg.jpg');
    background-size: cover; 
    background-position: center; */
}

/* Media query for smaller screens (mobile) */
@media only screen and (max-width: 991px) {
    .section.exvent-hero-section-02 {
        /* background-image: url('../img/mobile-banner-bg.jpg'); 
     background-size:100%;*/
    }
}

@media only screen and (max-width: 767px) {
    .logo img {
        width: 115px !important;
    }
}


.orginised-section {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


@media only screen and (max-width: 400px) {
    .exvent-hero-section-02 {
        /* height: 480px !important;*/
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 300px) {
    .exvent-hero-section-02 {
        height: 320px !important;
        padding-bottom: 110px;
    }
}


@media only screen and (max-width: 500px) {
    .exvent-hero-section-02 .exvent-countdown .single-countdown {
        height: 71px;
        width: 71px;
    }

    .exvent-hero-section-02 .exvent-countdown .single-countdown .count {
        font-size: 20px;
        display: block;
    }

    .exvent-hero-section-02 .exvent-countdown .single-countdown .value {
        font-size: 12px;
        display: block;
    }

    .event-counter-section .counter-item {
        padding: 50px 64px;
    }

    .exvent-hero-section-02 .exvent-countdown .single-countdown {
        padding-top: 12px;
    }

    .exvent-hero-section-02 {
        /*height: 524px;*/
        padding-bottom: 0px;
    }
}


.orginised-desktop-bg img {
    width: 100%
}

/* laptop media query*/
/* Styles for small laptops or netbooks */
@media (min-width: 768px) and (max-width: 1024px) {

    .orginised-mobile-bg img {
        width: 100%;
    }

    exvent-hero-section-02 .exvent-countdown .single-countdown {
        height: 110px !important;
        width: 110px !important;
        padding-top: 25px;
        margin: 0 10px;
    }

    .eventblock {
        display: block !important;
    }

    .exvent-countdown {
        margin: 3rem 0 0 0;
    }

    .exvent-hero-section-02 {
        /* height: 700px;
        padding-bottom: 100px; */
    }

    figure {
        margin: 0em 0px !important;
    }


}


/* Styles for standard laptops */
@media (min-width: 1024px) and (max-width: 1200px) {
    .main-menu .has-sub>ul {
        margin-left: 0px;
    }

    .main-menu ul li a {
        font-size: 10px;
    }

    .section.exvent-hero-section-02 {
        height: 800px !important;
    }

    .exvent-hero-section-02 .exvent-countdown .single-countdown {
        margin: 40px 10px;
    }


    .custom-model-wrap {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

}

/* laptop media query*/

@media screen and (max-width: 768px) and (min-width: 300px) {

    .orginised-mobile-bg img {
        width: 100%;
    }

    .eventblock {
        display: block;
    }

    .single-intro-content {
        width: 60%;
    }

    .single-intro {
        flex-direction: column;
        text-align: center
    }

    .single-intro img {
        margin: 0 0 10px 0;
    }

    /* .chat-one {
            flex-direction:column
        }*/
}

@media (min-width: 1200px) and (max-width: 1366px) {

    .main-menu ul li a {
        font-size: 12px;
    }

    .custom-model-wrap {

        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }
}

@media only screen and (max-width: 540px) {
    .exvent-countdown {
        padding: 40px 0 0 0 !important;
    }
}

/*@media (min-width: 900px) and (max-width: 1024px) {
    .main-menu {
        display: block;*/
/* Ensure the menu is set to display */
/*}

    .responsive {
        display: none;*/
/* Hide the responsive menu toggle if not needed */
/*}
}*/

@media (min-width: 768px) and (max-width: 991px) {

    .responsive {
        float: right;
        display: block;
        cursor: pointer;
        margin-top: 0px;
    }

}

@media (min-width: 1025px) and (max-width: 1px) {

    .responsive {
        float: right;
        display: block;
        cursor: pointer;
        margin-top: 0px;
    }





}


@media only screen and (max-width: 400px) {
    .exvent-countdown {
        padding: 16px 0 0 0 !important;
        /*padding: 63px 0 0 0 !important;*/
    }
}

.single-intro-content {
    width: 89%;
}

/*.single-team {
 
    display : flex;
    align-items: center;
}*/

@media (min-width: 900px) and (max-width: 1600px) {

    .custom-model-wrap {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

}




/* login */

.back-to-home12 {

    text-wrap: nowrap;
    text-align: center;
    width: fit-content;
    border: solid 1px #B56FFF;
    text-align: center;
    margin: 0 auto;

    padding: 6px 99px;
    border-radius: 37px;
}



.back-to-home12:hover {
    color: white !important;
    background-color: #6900d9;
    ;

}



.back-to-home a:hover {
    color: white !important;

}


/* .back-to-home:hover {

    background-color: green;
} */

.login-link {
    color: #007bff !important;
    text-decoration: underline;
}