@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-family: 'Montserrat', sans-serif !important;
}

a:hover {
    background: transparent !important;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
}

a:hover {
    text-decoration-skip-ink: unset !important;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
    display: none !important;
}

hr {
    border-style: none;
    border-bottom: 1px solid rgba(51, 51, 51, 0.10) !important;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

strong {
    font-weight: 600 !important;
    font-family: 'Open Sans' !important;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    outline: 0 !important;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

select:focus {
    outline-offset: 0;
    outline: 0 !important;
}

input[type=checkbox]:focus {
    outline-offset: 0 !important;
    outline: 0 !important;
}

button:focus {
    outline: none !important;
}

button,
a,
li {
    font-family: 'Montserrat', sans-serif !important;
    text-decoration: none;
    outline: none !important;
}
p a {
    color: #333333;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 1px !important;
}

.site_banner_text {
    position: relative;
}

p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px !important;
    font-family: 'Open Sans' !important;
    padding: 0 !important;
    margin:0 !important;
}

p:empty {
    display: none !important;
}

#headers::before {
    content: "";
    background-color: #000;
    opacity: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

img {
    height: auto !important;
    max-width: 100% !important;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "montserrat" !important;
    font-weight: bold !important;
    /*text-transform: capitalize;
    */
}

.header-banner-text h1,
.bg-img-header-slider h1 {
    font-size: clamp(1.875rem, 1.457rem + 1.9108vw, 3.75rem) !important;
}

a.button:hover,
a.button:visited {
    text-decoration: none !important;
}

.select-selected {
    font-family: 'Open Sans', sans-serif !important;
    color: #333333 !important;
    line-height: 34px !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
    color: transparent;
    outline-offset: 0px !important;
    outline: 0px !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    border: none;
}

.container {
    max-width: 1920px !important;
    margin: 0 auto;
    width: 85%;
}

.sub_banner_title {
    position: relative;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px !important;
        width: 100%;
        margin-inline: auto;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px !important;
        width: 100%;
        margin-inline: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
        width: 100%;
        margin-inline: auto;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px !important;
        width: 100%;
        margin-inline: auto;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1920px !important;
        margin: 0 auto;
        width: 85%;
    }
}

a.btn {
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff !important;
    background-color: #F15D23 !important;
    padding: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(200px, 100%);
    text-transform: none;
    text-decoration: none;
}

.btn {
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff !important;
    background-color: #F15D23 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(200px, 100%);
    text-transform: none;
    text-decoration: none;
}

button:hover {
    border: none !important;
}

button:focus {
    border: none !important;
    outline: none !important;
}

.two-btn-video>.btn {
    width: 200px;
    height: 50px;
    font-family: "montserrat";
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #fff !important;
    background-color: #f15d23 !important;
    padding: 0 !important;
}

.two-btn-video>a {
    width: auto;
    height: 50px;
    font-family: "montserrat";
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #333333 !important;
    background-color: #fff !important;
    padding: 0 30px !important;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

section#related-course {
    padding: 0;
}

section#related-course .container>h2 {
    color: #333333;
   font-size: clamp(1.125rem, 0.8185rem + 1.4013vw, 2.5rem);
    line-height: 70px;
    margin-bottom: 50px;
}

.woocommerce section {
    padding-top: 2rem;
    padding-bottom: 0;
    padding: 0;
}

/*button design*/
button {
    background: none !important;
    width: auto !important;
}

button:hover {
    border: none !important;
    width: auto !important;
}

.btn_color {
    background-color: #F15D23 !important;
    font-family: "montserrat";
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
}

.banner_product_items_block a {
    max-width: 243px;
    width: 100%;
    height: 50px;
}

.banner_product_items_block .btn_color {
    background-color: #F15D23 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    border: none;
    width: 100% !important;
    height: 50px;
    padding: unset;
}

.banner_product_items_block .btn_color:hover {
    background-color: #F15D23 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    border: none;
    width: 100% !important;
    height: 50px;
    padding: unset;
    color: #fff;
}

.banner_product_items_block button.without_btn_color {
    padding: 0 30px;
    border: 1px solid;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100% !important;
    justify-content: center;
}

.banner_product_items_block button.without_btn_color:hover {
    padding: 20px 30px;
    border: 1px solid #fff !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #fff !important;
}

.banner_section_text_desc_data {
    max-width: 1009px;
    width: 100%;
}

.single-product .banner_section_text_desc_data {
    max-width: 1100px;
    width: 100%;
}

.traning_block {
    position: absolute;
    bottom: 0;
    color: #fff;
    margin-bottom: 5%;
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
}

/*header section*/
.header-fixed {
    position: fixed !important;
    width: 100%;
    background-color: #333333;
    top: 0;
}

/*top header css*/
#header {
    position: relative;
    height: 100vh;
    /*z-index: 999;*/
}
#headers {
    position: relative;
    height: 540px;
    background-size: cover;
    background-repeat: round;
}

.sub_banner_title .header-banner-text {
    position: absolute;
    bottom: 0;
    color: #fff;
    margin-bottom: 6%;
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.header-banner-text h2 {
    font-size: 60px;
    line-height: 90px;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.header-banner-text p {
    max-width: 606px;
    width: 100%;
    font-family: 'Open Sans' !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px !important;
}

.top-right-info-text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #333333;
    gap: 2rem;
    z-index: 3;
    position: relative;
}

.content-name h2 {
    font-style: normal;
    text-align: right;
    font-size: calc(7px + 0.5vw);
    color: #ffffff;
    font-weight: 600 !important;
    line-height: normal;
    padding: 8% 0;
}

.content-name h2>a {
    color: #fff;
    text-decoration: none;
}

span.line-between {
    background-color: red;
    width: 2px;
    height: 20px;
}

.top-right-info-text>.line-between:nth-child(4) {
    display: none;
}

#header .bg-img-header-slider {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
}

.main-header {
    z-index: 3;
    position: relative;
}

/* .main-header::before {*/
/*     content: "";*/
/*     background-color: #000;*/
/*     opacity: 50%;*/
/*     width: 100%;*/
/*     height: 100%;*/
/*     overflow: hidden;*/
/*     position: absolute;*/
/*}*/
.header {
    position: relative;
    padding: 1.6% 0;
}

.header {
    position: relative;
}

.bg-img-header-slider img {
    width: 100%;
    height: 100vh !important;
}

.my-carousel-item::before {
    content: "";
    background-color: #000;
    opacity: 25%;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.logo-nav-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.logo-nav-block nav ul li a {
    font-family: "montserrat";
    font-size: 18px;
    font-weight: 400;
    line-height: 80px;
    font-style: normal;
    text-align: right;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

/*dot design slider header*/
.header-slider .slick-dots li button {
    width: 15px !important;
    height: 15px;
    border: 1px solid;
    background: transparent !important;
    border-radius: 50px;
}

.header-slider .slick-dots {
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.header-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffffff00;
}

.header-slider .slick-dots li button:before {
    color: #ffffff00;
}

.header-slider .slick-dots li.slick-active {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

.header-slider .slick-dots li {
    position: relative;
    display: flex;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    align-items: center;
}

.header-slider .slick-dots li button:hover {
    outline: none;
    border: 1px solid #fff;
}

.banner-text-slider {
    position: absolute;
    bottom: 15%;
    color: #fff;
    max-width: 1010px;
    width: 100%;
    z-index: 2;
}

.banner-text-slider a>button {
    background-color: #fff !important;
    color: #333333 !important;
    height: 50px;
    line-height: 0;
    font-size: calc(7.4px + 0.5vw);
    font-family: "montserrat" !important;
    font-weight: 400 !important;
}

.banner-text-slider h2 {
    line-height: 90px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: calc(51px + 0.5vw);
}

.banner-text-slider p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    max-width: 607px;
    width: 100%;
    margin-bottom: 30px;
}

.bg-img-header-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header-video-banner.bg-video-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}

.header-video-banner video {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

iframe.video-add__video {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    object-fit: cover;
}

.video-add__video div#player {
    width: 100vw;
    object-fit: cover;
    margin: 0;
    padding: 0;
    max-width: 100% !important;
}

.video-add__video .player {
    width: 100vw;
    height: 100vh;
    margin: 0;
    max-width: 100% !important;
}

.single-product .header-banner-text {
    position: absolute;
    bottom: 0;
    color: #fff;
    margin-bottom: 4%;
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.page-template-template-year-round-conference-landing .header-banner-text {
    position: absolute;
    bottom: 0;
    color: #fff;
    margin-bottom: 6.2%;
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

/*menu mobile*/
.mobile-menu .toggle_btn {
    color: #fff;
    font-size: 2.2rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
}

.mobile-menu .fa-solid,
.fas {
    font-weight: 900;
    height: 32px;
    width: 30px;
}

span.menu-title {
    font-size: 10px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.mobile-menu #menu-main-menu-1 {
    margin: 0;
    width: 100% !important;
    background-color: #333;
    gap: 11px;
   padding: 10px 9%;
    flex-direction: column;
    text-align: center;
    display: none;
    overflow: overlay;
}

.mobile-menu #menu-main-menu-1 li>a {
    color: #fff !important;
}

.mobile-menu #menu-main-menu-1 li {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.mobile-menu {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    left: 0;*/
/*}*/

.header .mobile-menu #menu-main-menu-1 {
    width: 100% !important;
    background-color: #333;
    gap: 1rem;
    padding: 0 7%;
    flex-direction: column;
    text-align: center;
    display: none;
}

.logo-nav-block nav ul li a {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    text-align: right;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 42px;
    align-items: center;
    gap: 2px;
}

.open {
    max-height: 50vh;
    display: flex !important;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .toggle_btn {
        background-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30px;
        color: #fff;
        justify-content: center;
        cursor: pointer;
    }

    .fa-solid,
    .fas {
        font-weight: 900;
        color: #fff;
        font-size: 40px;
    }

    nav.desktop-menu {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .toggle_btn {
        display: none;
    }

    nav.mobile-menu {
        display: none;
    }
}

/*footer*/
footer {
    background: #333333;
    padding: 100px 0 50px;
    margin-top: 50px;
}

.page-id-159 footer {
    margin-top: 100px;
}

/*footer top*/
.footer-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.footer-menu-content {
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: min(725px, 100%);
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-top-text:last-of-type {
    margin-left: auto;
}

.footer-logo {
    width: min(66px, 100%);
    height: 100%;
    max-height: 69px;
    margin-right: 3%;
}

.footer-logo a>img {
    width: 100%;
    height: 100%;
}

.footer-top-text h2 {
    font-size: calc(15.7px + 0.5vw);
    line-height: 40px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 38px;
    text-transform: capitalize;
}

.offices-add {
    display: flex;
    align-items: flex-start;
    gap: 68px;
}
.offices-add a {
    color: #fff;
    text-decoration: none;
}

.offices-add p {
    font-size: calc(7.7px + 0.5vw);
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.footer-top-text.join-us {
    width: min(389px, 100%);
}

.footer-page-link ul {
    list-style: none;
    padding: 0;
}

.footer-page-link ul li a {
    font-size: calc(7.7px + 0.5vw);
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Open Sans' !important;
}

.three_input_ls input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 0px;
    padding: 12px 30px;
    margin-bottom: 30px !important;
    margin: 0px;
    height: 50px;
    font-size: 17px !important;
    color: #333333;
    width: 100%;
    position: relative;
    margin: 0 !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 0px;
    padding: 12px 30px;
    margin-bottom: 20px !important;
    margin: 0px;
    height: 50px;
    font-size: calc(7.7px + 0.5vw);
    color: #333333;
    width: 100%;
    position: relative;
}

#wpcf7-f135-o1 .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.9em;
    font-weight: normal;
    display: block;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
    border: 0px;
    padding: 12px 30px;
    margin-bottom: 0 !important;
    margin: 0px;
    height: 50px;
    font-size: calc(7.7px + 0.5vw);
    color: #333333;
    width: 100%;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    border: 0px;
    padding: 12px 30px;
    margin-bottom: 20px !important;
    margin: 0px;
    height: 50px;
    font-size: calc(7.7px + 0.5vw);
    color: #333333;
    width: 100%;
}

textarea {
    border: 0px;
    padding: 12px 15px !important;
    margin-bottom: 20px !important;
    font-size: calc(7.7px + 0.5vw) !important;
    color: #333333;
}

#wpcf7-f135-o2 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
#wpcf7-f135-o1 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    border: 0px;
    padding: 12px 30px;
    margin: 0;
    margin-bottom: 30px;
    height: 50px;
    font-size: calc(7.7px + 0.5vw);
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:focus {
    outline-offset: 0px !important;
    outline: 0px !important;
}

#wpcf7-f135-o2::placeholder {
    color: #333333 !important;
    opacity: 1;
    font-size: calc(7.7px + 0.5vw);
    font-family: "open sans";
}

#wpcf7-f135-o2 select option {
    color: #333333 !important;
    opacity: 1;
    font-size: calc(7.7px + 0.5vw);
    font-family: "open sans";
}

.check-box-btn p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
}

.check-box-btn .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.check-box-btn input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    position: relative;
    border: 1px solid;
    width: 15px;
    height: 15px;
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
}

span.wpcf7-list-item-label {

    font-size: 12px;
    line-height: 17px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    font-weight: 400;

}

#wpcf7-f135-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit,
#wpcf7-f135-o2 .wpcf7-form-control.has-spinner.wpcf7-submit {
    width: min(165px, 50%);
    height: 50px;
    padding: 0;
    margin: 0;
    font-family: "montserrat";
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    background-color: #f15d23;
}

#wpcf7-f135-o1 .wpcf7-spinner,
#wpcf7-f135-o2 .wpcf7-spinner {
    display: none !important;
}

.wpcf7-spinner {
    display: none;
}

.sign-up-block span.wpcf7-spinner {
    position: absolute;
    right: -8%;
    display: none !important;
}

.contactus-block-post span.wpcf7-spinner {
    position: absolute;
    right: -8%;
    display: block !important;
}

.wpcf7-form-control-wrap {
    display: block;
}

#wpcf7-f135-o2 p br,
#wpcf7-f135-o1 p br {
    display: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.left-copy-text h2 {
    font-size: calc(7.8px + 0.5vw);
    font-weight: 400 !important;
    line-height: 34px;
    font-style: normal;
    text-align: right;
    color: #ffffff;
}

.left-copy-text h2>a {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: right;
    color: #ffff;
    text-decoration: 2px underline #7F7F7F;
}

.right-social-icon {
    display: flex;
    gap: 55px;
    align-items: center;
}

.social-icon-footer {
    display: flex;
    gap: 21px;
    align-items: center;
    justify-content: space-between;
    max-width: 111px;
    width: 111px;
}

.payment-logo-footer {
    max-width: 210px;
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    gap: 5px;
    padding: 5px 12px;
}

.social-icon-footer a>img {
    max-width: 27px;
    width: 27px;
    max-height: 19px;
    height: 19px;
}

/*footer media css*/
@media only screen and (max-width: 500px) {
    .footer-menu-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-bottom: 50px;
    }

    .footer-top-text h2 {
        text-align: center;
        padding: 0;
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .offices-add {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .footer-top-text.join-us h2 {
        display: none;
    }

    .offices-add p,
    .footer-page-link ul li a {
        font-size: 14px;
    }

    .left-copy-text h2 {
        font-size: 14px;
        font-weight: 400 !important;
        line-height: 34px;
        font-style: normal;
        color: #ffffff;
        text-align: center;
    }

    .social-icon-footer {
        order: 2;
    }

    #drop-menu-icon1:after {
        content: '\002B';
        color: #fff;
        font-weight: bold;
        margin-left: 5px;
    }

    #drop-menu-icon1.actives:after {
        content: "\2212";
    }
}

@media only screen and (max-width: 992px) {
    .footer-top {
        flex-wrap: wrap;
    }

    .footer-top-text:last-of-type {
        margin-left: unset;
    }

    .footer-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5.3%;
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .footer-top-text.join-us {
        width: min(350px, 100%);
    }

    .check-box-btn p {
        align-items: flex-start;
        justify-content: space-between;
        gap: 5px;
        flex-direction: column;
    }
}

/*usp section css*/
.usp-section.slick-initialized.slick-slider .slick-slid {
    display: flex;
    align-items: center;
}

section#usp-section {
    background-color: #333333;
    padding: 0;
    position: relative;
    z-index: 12;
}

#usp-section .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}


.usp-items {
    display: flex !important;
    align-items: center;
    gap: 8%;
    color: #fff;
    justify-content: center;
}

.usp-items p {
    font-size: calc(5.4px + 0.5vw);
    line-height: 35px;
}

.usp-section .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 0.5%;
    height: 124px;
}

/*end*/
/*slider event*/
section.featured_event_slider {
    padding: 120px 0;
}

section.featured_event_slider.smb-section {
    padding: 6.3% 0;
    background-color: #EAEAEA;
    margin: 50px 0;
}

.featured_event_slider_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.featured_event_slider_image {
    width: min(803px, 50%);
}

.featured_event_slider_text {
    width: min(665px, 100%) !important;
    padding: 0 !important;
}

.featured_event_slider_text h3 {
    font-family: "montserrat";
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
    font-style: normal;
    text-align: left;
    color: #333333;
    max-width: 606px;
    width: 100%;
    margin-bottom: 30px;
}

.featured_event_slider_button {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.featured_event_slider_text .event-sub-text {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: left;
    color: #333333;
}

.featured_event_slider_button button {
    width: 201px;
    height: 50px;
    border: 1px solid;
    background-color: #f15d23 !important;
    font-family: "montserrat";
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff !important;
}

.featured_event_slider_image .slick-dots {
    background-color: #fff;
    position: absolute;
    bottom: -40px;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    left: 50%;
    padding: 10px 0;
    transform: translate(-50%, -50%);
}

.featured_event_slider_image .li.slick-active[button] {
    width: 18px;
    height: 18px;
    border: 1px solid #333333;
    border-radius: 50px;
    background-color: #333333 !important;
}

.featured_event_slider_image .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 18px !important;
    height: 18px;
    cursor: pointer;
    border: 1px solid #333333;
    outline: none;
    border-radius: 50px;
    background: transparent !important;
}

.slick-dots li button:hover {
    border: 1px solid #fff !important;
}

.featured_event_slider_image .slick-dots li button:hover {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    border: 1px solid #333333;
    outline: none;
    border-radius: 50px;
    background: transparent !important;
}

.featured_event_slider_image .slick-dots li button:hover,
.featured_event_slider_image .slick-dots li button:focus {
    border: 1px solid #333 !important;
}

.featured_event_slider_image .slick-dots li button:before {
    color: transparent !important;
}

.featured_event_slider_image li.slick-active {
    background-color: #333333;
    width: 18px;
    height: 18px;
    border-radius: 50px;
}

/*video section*/

.video-wrapper video {
    width: 100%;
    height: 100%;
}

video[poster] {
    max-height: 916px;
    height: 100%;
    width: 100%;
    object-fit: unset;
}

video::before {
    content: "";
    background-color: #333333;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.video-bottom-text h2 {
    font-family: "montserrat";
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
    font-style: normal;
    text-align: center;
    color: #333333;
}

.video-bottom-text p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #333333;
}

.two-btn-video {
    display: flex;
    gap: 39px;
}

.video-bottom-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 92.55%;
    margin: 0 auto;
    gap: 30px;
    margin-top: 50px;
}

/**/
section.our-event-fild-block {
    padding: 50px 0;
    text-align: center;
}

.our-event-fild-block .container h2 {
    font-family: "montserrat";
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
    font-style: normal;
    text-align: center;
    color: #333333;
}

.event-item-img-text {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.event-item-img-text .img-text a>h2 {
    font-size: calc(16px + 0.5vw);
    font-weight: 500 !important;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    color: #333333;
}

.event-item-img-text .img-text a {
    text-decoration: none;
    padding: 0;
    line-height: normal;
    display: block;
}

/*sign up**/
.form-single-line {
    display: grid;
    grid-template-columns: 35% 63% !important;
    align-items: center;
    gap: 2%;
}

.form-single-line h2 {
    font-family: "montserrat";
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
    font-style: normal;
    text-align: left;
    color: #333333;
    text-transform: capitalize;
}

section.sign-up-block {
    background-color: #EAEAEA;
    height: 193px;
    display: flex;
    align-items: center;
    margin: 50px 0;
}

#wpcf7-f63-o1,
#wpcf7-f63-p507-o1,
#wpcf7-f135-o2 {
    width: min(1061px, 100%);
    position: relative;
}

#wpcf7-f63-o1 .sign-block p,
#wpcf7-f63-p507-o1 .sign-block p,
#wpcf7-f135-o2 .sign-block p {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

#wpcf7-f63-o1 .wpcf7-form-control-wrap,
#wpcf7-f63-p507-o1 .wpcf7-form-control-wrap {
    position: relative;
    width: min(259px, 50%);
}

#wpcf7-f63-o1 .wpcf7-spinner,
#wpcf7-f135-o2 .wpcf7-spinner,
#wpcf7-f63-p507-o1 .wpcf7-spinner {
    display: none;
}

#wpcf7-f63-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 0px;
    padding: 12px 30px;
    margin-bottom: 0 !important;
    height: 50px;
}

#wpcf7-f63-o1 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    height: 50px;
}

#wpcf7-f63-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit,
#wpcf7-f135-o2 .wpcf7-form-control.has-spinner.wpcf7-submit,
#wpcf7-f63-p507-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: min(165px, 50%);
    height: 50px;
    padding: 0;
    margin: 0;
    font-family: "montserrat";
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    background-color: #f15d23;
}

#wpcf7-f63-p507-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin: 0px !important;
    height: 50px;
    font-size: calc(7.7px + 0.5vw);
    color: #333333;
    width: 100%;
    position: relative;
}

#wpcf7-f63-p507-o1 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    margin: 0px !important;
}

#wpcf7-f63-o1 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    border: 0px;
    padding: 12px 30px;
    margin: 0;
    margin-bottom: 0px !important;
}

/*Account Apge Design*/
.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 38px;
}

#login_popup {
    display: none;
}

.woocommerce #customer_details .col-1 {
    display: block !important;
}

section.account_login_form_block {
    display: flex;
    justify-content: space-between;
    background-color: #EAEAEA;
    padding: 0;
    margin: 0;
    margin-top: 140px;
    margin-bottom: 50px;
}

.u-column2.col-2.new_account-form {
    width: min(917px, 100%);
    padding: 50px;
}

.new_account-form h2 {
    font-family: "montserrat" !important;
    font-size: 40px;
    font-weight: bold !important;
    line-height: 70px;
    font-style: normal;
    text-align: left;
    color: #333333;
    margin-bottom: 30px;
}

.active-account-form h2 {
    font-family: "montserrat" !important;
    font-size: 25px;
    font-weight: 500 !important;
    line-height: 40px;
    font-style: normal;
    text-align: left;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 30px;
}

.new_account-form p {
    font-size: 17px !important;
    font-weight: normal;
    line-height: 34px !important;
    font-style: normal;
    text-align: left;
    color: #333333;
    margin-bottom: 41px !important;
}

.reg_form_input {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin: 0;
    gap: 34px;
}

.new_account-form #register-user .reg_form_input .form-row-wide .error {
    color: #dc3232 !important;
    position: absolute;
    bottom: -30px;
    display:flex;
}
.reg_form_input p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    height: 100% !important;
    position: relative;
}

.reg_form_input p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    padding: 0;
    width: min(389px, 100%);
    height: 50px;
    margin: 0 !important;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin: 0 !important;
}

.account_login_form_block .new_account-form p {
    margin-bottom: 0 !important;
}

.woocommerce-form-register__submit {
    width: 262px !important;
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #fff !important;
    background-color: #f15d23 !important;
    padding: 0 !important;
}

.woocommerce-form-register__submit:hover {
    width: 262px !important;
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #fff !important;
    background-color: #f15d23 !important;
    padding: 0 !important;
}

.page-id-40>.container>h1 {
    display: none;
}

.page-id-40 section.featured_event_slider {
    background-color: #ffffff;
}

.page-id-40 section.featured_event_slider.smb-section {
    background-color: #EAEAEA;
    margin-bottom: 100px;
}

.change_pass-input p.form-row.form-row-wide.confirm_pswd {
    margin-bottom: 28px;
}

.account_login_form_block p.woocommerce-form-row.form-row {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
    section.account_login_form_block {
        display: flex;
        justify-content: space-between;
        background-color: #EAEAEA;
        padding: 0;
        margin: 0;
        margin-top: 100px;
        flex-direction: column-reverse;
    }

    .yith-wcan-filters.filters-modal {
        bottom: 0;
        box-shadow: unset;
        left: 0;
        margin: 0;
        position: relative;
        right: 0;
        top: 0;
        transform: unset;
        transition: unset;
        z-index: 0;
        display: block !important;
    }

    body.admin-bar .yith-wcan-filters.filters-modal {
        top: 0;
    }

    .yith-wcan-filters.filters-modal .yith-wcan-filter {
        border: 0px solid #D7D7D7;
        border-radius: 0px;
        margin-bottom: 15px;
        padding: 0px;
    }

    a.close-button {
        display: none;
    }
}

/*dropdown*/
/*Dropdown*/
section.search_drop {
    padding: 3.7% 0;
    background-color: #EAEAEA;
    margin-bottom: 50px !important;
}

.page-id-159 section.search_drop {
    padding: 3.7% 0;
    background-color: #EAEAEA;
    margin-bottom: 0px !important;
}

.main-drop-box .dropdown {
    width: min(259px, 100%);
    border: none;
    position: relative;
    background-color: #fff;
}

ul.js-dropdown-list {
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 100%;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    padding: 0 30px;
    margin: 0;
}

.main-drop-box a {
    display: block;
    color: #333333;
    text-decoration: none;
    width: 215px;
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #333333;
    text-transform: initial;
    line-height: 34px;
}

.main-drop-box a:focus,
a:hover {
    background: #ecf0f1;
}

.main-drop-box a:active {
    background: #fbfcfc;
}

.main-drop-box .fa {
    float: right;
}

/*List*/
.main-drop-box ul {
    display: none;
    border-top: 1px solid #333333;
}

.main-drop-box .main-drop-boxli {
    padding: 0.5em;
    cursor: pointer;
}

.main-drop-box li:not(:first-child) {
    border-top: 0.1em dashed #dde4e6;
}

.main-drop-box li:last-child {
    color: #ad0000;
}

.main-drop-box li:active {
    background: #fbfcfc;
}

.main-drop-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1587px;
    margin-inline: auto;
}

.drop-filter-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.drop-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.featured_event_slider_text p {
    font-size: calc(7.4px + 0.5vw);
    color: #333333;
}

.drop-item h2 {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal !important;
    line-height: 34px;
    font-style: normal;
    text-align: right;
    color: #333333;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: inherit;
    font-weight: 400 !important;
}

.drop-search-btn button.btn {
    font-family: "montserrat";
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff !important;
    background-color: #f15d23 !important;
    text-transform: capitalize;
    padding: 13px 30px !important;
}

.drop-search-btn button.btn:hover {
    font-family: "montserrat";
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff !important;
    background-color: #f15d23 !important;
    text-transform: capitalize;
    padding: 13px 30px !important;
}

.drop-search-btn button.btn-event {
    width: min(259px, 100%);
    height: 50px;
    font-family: "montserrat";
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #333333 !important;
    border: 1px solid !important;
    background-color: transparent !important;
    line-height: 0;
}

.drop-search-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    text-transform: capitalize;
}

.drop-search-btn span {
    color: #333333;
    font-family: 'Open Sans';
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
}

.usp-section .slick-dots {
    display: none !important;
}

/*end*/
/***************************************************************************Our Latest Resource*************************************************************/
/*/
 Video Section Starts 
/*/
.video-container {
    width: 85%;
    margin: 0 auto;
}

.video-player {
    margin-top: 100px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.video {
    width: 100%;
    height: auto;
    background: #333333;
}

video {
    position: relative;
    object-fit: cover;
}

.play-button {
    position: absolute;
    left: 46%;
    right: 0;
    top: 42%;
    font-size: 42px;
    background: transparent;
    border-style: none;
    color: #ffffff;
    cursor: pointer;
    width: 9%;
    height: 15%;
    border: 2px solid white;
    border-radius: 50%;
}

/*/
 Video Section Ends 
/*/
/***************************************************************************endOur Latest Resource*************************************************************/
/*breadcrumb*/

ul.breadcrumb {
    text-decoration: none;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: baseline;
    padding: 20px 0 !important;
    gap: 2px;
}

.breadcrumb>storng {
    font-size: 10px;
    font-weight: 700;
    color: #333333;
}

ul.breadcrumb li:nth-child(1) a>strong {
    font-weight: 700 !important;
}

ul.breadcrumb li a {
    list-style: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #333333;
    text-underline-offset: 1px !important;
}

b{
    color: #333333 !important;
}

ul.breadcrumb li {
    list-style: none;
    font-size: 13px;
    display: flex;
    color: #333333;
    align-items: center;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 1px !important;
    font-weight: 300 !important;
}

.after-breadcrumb-text {
    display: flex;
    flex-direction: column;
    /*gap: 25px;*/
}
.after-breadcrumb-text a {
    /*font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;*/
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 1px !important;
}

.after-breadcrumb-text h3 {
    font-size: 25px;
    line-height: 40px;
    font-family: 'Montserrat';
    color: #333333;
}

.after-breadcrumb-text p {
    font-size: calc(7.4px + 0.5vw);
    color: #333333;
}

.home .featured_event_slider.smb-section .featured_event_slider_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: transparent !important;
}

@media only screen and (min-width: 1850px) {
    .page-template-template-sponsor section:nth-child(9) .after-breadcrumb-text {
        max-height: 328px;
        height: 100%;
        padding: 50px;
    }
}

.page-template-template-sponsor section:nth-child(9) .after-breadcrumb-text {
    height: 100%;
    padding: 50px;
}

section#after-oef-text:nth-child(9) {
    padding: 50px 0 50px;
}

label.selectit {
    font-family: 'Open Sans' !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 600;
    line-height: 34px;
    color: #333333;
}

/*************************************************************************************************************************************************************rr***************************************/
/*/
 CSS 
/*/
.faq-bg {
    background: #EAEAEA;
    width: 100%;
}

.faq-first-heading {
    padding: 71px 0px 71px 0px;
    display: flex;
    gap: 40px;
}

.faq-btn-org {
    background: #F15D23 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: calc(8px + 0.5vw);
    width: min(148px, 100%);
    height: 50px;
    text-decoration: none;
}

.faq-btn-bg {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: calc(8px + 0.5vw);
    width: min(178px, 100%);
    height: 50px;
    text-decoration: none;
}

.faq-btn-bga {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: calc(8px + 0.5vw);
    width: min(235px, 100%);
    height: 50px;
    text-decoration: none;
}

/* Main-Content */

.faq-content {
    display: grid;
    grid-template-columns: 23% 74%;
    justify-content: space-between;
    column-gap: calc(40px + 0.6vw);
    padding: 2.35% 0px 100px 0px;
}

.faq-right-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-left-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: calc(15px + 0.5vw);
    font-weight: 500;
    margin: 0;
    background-color: burlywood;
}

.faq-content-accordion {
    background-color: #EAEAEA !important;
    color: #333333 !important;
    cursor: pointer;
    padding: 30px 50px 27px 50px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(15px + 0.5vw);
    font-weight: 500;
}

.faq-content-active,
.faq-content-accordion:hover {
    background-color: #EAEAEA;
}

button.faq-content-accordion {
    width: 100% !important;
}

.faq-content-panel {
    padding: 0px 50px 48px;
    font-family: 'Open Sans', sans-serif;
    font-size: calc(8px + 0.5vw);
    display: none;
    line-height: 34px;
    background-color: #EAEAEA;
    overflow: hidden;
}

hr {
    border-style: none;
    border-bottom: #C7C7C7;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1px;
}

.faq-content-panel p {
    padding-top: 30px;
}

.faq-content-accordion:after {
    content: url("https://global-engage.com/wp-content/uploads/2023/04/faqDown.svg");
    float: right;
}

.faq-content-active:after {
    content: url("https://global-engage.com/wp-content/uploads/2023/04/faqUp.svg");
}

/*RESPONSIVE */

@media only screen and (max-width: 992px) and (min-width: 767px) {
    .faq-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .faq-first-heading {
        padding: 71px 0px 71px 0px;
        display: flex;
        flex-direction: row;
        gap: 30px;
        align-items: center;
        justify-content: flex-start;
    }

    .faq-btn-org {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        width: 100%;
    }

    .faq-btn-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        width: 100%;
    }

    .faq-btn-bga {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        width: 100%;
    }

    .faq-left-content h4 {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        background-color: burlywood;
    }

    .faq-content-accordion {
        width: 100%;
        font-size: 20px;
    }

    .faq-content-panel {
        padding: 30px 48px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 766px) and (min-width: 500px) {
    .faq-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .faq-first-heading {
        padding: 71px 0px 71px 0px;
        display: flex;
        flex-direction: row;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }

    .faq-btn-org {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        width: 100%;
    }

    .faq-btn-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        width: 100%;
    }

    .faq-btn-bga {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        width: 100%;
    }

    .faq-left-content h4 {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin: 0;
        background-color: burlywood;
    }

    .faq-content-accordion {
        width: 100%;
        font-size: 18px;
    }

    .faq-content-panel {
        padding: 30px 48px;
        font-size: 18px;
    }
}

/*************************************************************************************legal***********************************************************************************************************************************/
.legal_policy.container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    padding: 2% 0 5.3%;
}

.legal-policy-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 30px 0;
}

a.legal_btn {
    background: #F15D23 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: calc(8px + 0.5vw);
    width: min(200px, 100%);
    height: 50px;
    text-decoration: none;
}

.legal_policy hr {
    border: 0.5px solid #333333 !important;
    width: 100%;
    border-width: 1px;
    opacity: 25%;
}

.legal-policy-content h4 {
    color: #333333;
    font-size: calc(15px + 0.53vw);
    font-weight: 500 !important;
    line-height: 40px;
}

@media only screen and (max-width: 500px) {
    .legal-policy-content {
        flex-direction: column;
        gap: 35px;
    }

    .legal-policy-content h4 {
        font-size: calc(27px + 0.53vw);
    }

    a.legal_btn {
        font-size: calc(12px + 0.5vw);
        width: min(321px, 100%);
    }
}

/***********************************************/
.legal-page-lt-sub-data {
    display: flex;
    align-items: center;
    gap: 25px;
}

.legal-page-lt-sub-data a {
    list-style: none;
    font-size: calc(8px + 0.5vw);
    text-decoration: none;
}

.legal-page-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.legal-page-rt {
    width: min(1088px, 100%);
}

/******************************************************************************/
section#wbs {
    padding: 49px 0;
    margin: 0px 0 50px;
}

.wbs-main-text {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
}

.wbs-main-text>h2 {
    text-align: center;
    font-size: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem) !important;
    color: #333333;
    
}

.wbs-row {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.wbs-item-block {
    width: min(445px, 100%);
}

.wbs-block {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    /*max-height: 128px;
    */
    height: 100%;
}

.wbs-block h2 {
    font-size: calc(50.4px + 0.5vw);
    color: #F15D23;
    font-weight: bold !important;
    line-height: 90px;
    margin-top: 10px;
}

.wbs-block p {
    color: #333333;
}

.wbs-button {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.wbs-button .btn {
    width: min(319px, 100%);
}

a.wot-btn {
    width: min(200px, 100%);
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #333333;
    text-decoration: none;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333333;
}

.after-oef-text {
    padding: 3.1%;
    background-color: #EAEAEA;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/**/
.flip-main {
    padding: 50px 0;
}

.flip-main-card .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
}

.flip-card:last-child {}

.flip-card.bg-block-content-opt {
    padding: 50px;
}

.flip-card {
    width: min(527px, 100%);
}

.flip-card-front {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.flip-card-front h4 {
    font-size: calc(15.4px + 0.5vw);
    color: #333333;
    line-height: 40px;
}

/*gallery slider*/
.gallery_title_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.gallery-left-btn {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: flex-end;
    width: min(440px, 100%);
}

a.new-btn.btn-x.gal-web {
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #333333 !important;
    background-color: transparent !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(200px, 100%);
    text-transform: none;
    text-decoration: none;
    border: 1px solid #333333;
}

.gallery-slider {
    display: flex;
}

.gallery-slider .slick-track {
    will-change: transform;
}

.gallery-slider .slick-list {
    overflow: hidden;
    will-change: transform;
}

.gallery-slider .slick-list.draggable {
    padding: 0 85px 0 0px !important;
}

.gallery-slider .slick-slide {
    padding: 0 25px 0 0;
    margin-right: 0px;
}

.gallery-slider .slick-dots {
    position: absolute;
    bottom: -100px;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    left: 50%;
    padding: 0px 0;
    transform: translate(-50%, -50%);
    margin-bottom: 50px;
}

.gallery-slider.li.slick-active[button] {
    width: 18px;
    height: 18px;
    border: 1px solid #333333;
    border-radius: 50px;
    background-color: #333333 !important;
}

.gallery-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 18px !important;
    height: 18px;
    cursor: pointer;
    border: 1px solid #333333;
    outline: none;
    border-radius: 50px;
    background: transparent !important;
}

.gallery-slider .slick-dots li button:before {
    color: transparent !important;
}

.gallery-slider li.slick-active {
    background-color: #333333;
    width: 18px;
    height: 18px;
    border-radius: 50px;
}

/**/
.main-count-block {
    display: flex;
    justify-content: space-between;
    background-color: #EAEAEA;
}

.contactus-block-post div p {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.left-cont-data {
    padding: 3.1%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.left-cont-data h2 {
    color: #333333;
    line-height: 70px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.875rem, 1.8023rem + 0.5814vw, 2.5rem) !important;
}

.wpcf7-list-item {
    margin: 0 !important;
    display: flex;
    align-items: center;
    padding: 0;
}

span.wpcf7-list-item.first.last>label {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333333;
}

#wpcf7-f171-o1 span.wpcf7-list-item-label {
    font-size: calc(2.4px + 0.5vw);
    line-height: 17px;
    font-style: normal;
    text-align: left;
    color: #333333;
    width: min(148px, 100%);
}

section#cont-block {
    padding: 50px 0;
}

/**/
section.ourpeople {
    padding: 50px 0 50px;
    scroll-margin-top: 292px;
}

.ourpeople .container>h2 {
    font-size: 40px;
    line-height: 70px;
    color: #333333;
}

.our-people-member {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 25px;
}

section.ourpeople .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    text-align: center;
}

.our_member_img.text {
    text-align: left;
    padding: 10%;
    background-color: #EAEAEA;
    max-height: 591px;
    height: 100% !important;
    max-width: 399px;
    width: 100%;
    margin-inline: auto;
}
.our_member_img.text .btn {
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff !important;
    background-color: #F15D23 !important;
    padding: 0 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 189px;
    text-transform: none;
    text-decoration: none;
}

.our_member_img.text button.btn:hover {
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff !important;
    background-color: #F15D23 !important;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 189px;
    width: 100% !important;
    text-transform: none;
    text-decoration: none;
}

.our_member_img.text h2 {
    font-size: calc(30.4px + 0.5vw);
    margin-bottom: 30px;
    color: #333333;
}

.our_member_img.text p {
    color: #333333;
    margin-bottom: 30px;
}

.our-people-content-block-bg {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/**/
.delegate_questionnaire-form-block {
    width: min(1033px, 100%);
    margin-inline: auto;
    padding: 0% 0 5%;
}

.form-dg {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.bg-form-dq {
    background-color: #EAEAEA;
    padding: 3.1%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.legal-page-lt a>h5 {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    color: #333333;
    font-family: 'Open Sans' !important;
    white-space: nowrap;
    text-transform: inherit;
    font-weight: 600 !important;
    letter-spacing: 0;
}

.checkbox-option {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
    margin: 0 !important;
    padding: 12px 15px !important;
    margin-bottom: 20px !important;
    height: 50px;
    font-size: calc(7.7px + 0.5vw);
    color: #333333 !important;
    width: 100%;
    border: 0px !important;
}

select#select {
    margin: 0 !important;
    padding: 12px 15px !important;
    margin-bottom: 20px !important;
    height: 50px;
    font-size: calc(7.7px + 0.5vw);
    color: #333333 !important;
    width: 100%;
    border: 0px !important;
}

.bg-form-dq h2 {
    font-size: calc(15.4px + 0.5vw);
    font-weight: 500 !important;
}

.option-info-text {
    display: flex;
    align-items: center;
    gap: 50px;
}

.option-info-text input[type=text] {
    width: min(446px, 100%);
}

.checkbox-option>div label {
    position: relative;
    cursor: pointer;
}

.checkbox-option>div input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-option>div label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #333333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox-option>div input:checked+label:after {
    content: '';
    display: flex;
    position: absolute;
    top: 6px;
    left: 16px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-option {
    width: min(666px, 100%);
}

/***************************************************************************************************************/
/* CSS */
.legal-page-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 113.5px;
    padding: 2.3% 0 50px;
    flex-wrap: wrap;
}

.legal_policy {
    padding: 8px 0 0;
}

.legal-page-lt a {
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 162px;
    width: 100%;
}

.legal-page-lt>h5 {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: calc(8px + 0.5vw);
    font-weight: 600;
    width: 100%;
    border: none;
    background: none;
    white-space: nowrap;
}

.legal-page-rt {
    display: flex;
    flex-direction: column;
}

.legal-page-rt section#after-oef-text {
    padding: 0px 0 0px;
}

.legal-page-lt img {
    width: 8%;
}

.legal-page-rt>h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500 !important;
    color: #333333;
    line-height: 40px;
}

p>strong {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.legal-page-rt>h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: calc(16px + 1vw);
}

.chrome_extension_overlay {
    font-weight: 500 !important;
}

.legal-page-rt>p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17;
    font-weight: 400;
    line-height: calc(16px + 1vw);
    color: #333333;
}

.legal-page-rt ul,
.legal-page-rt ul Li {
    list-style-type: disc;
    font-family: 'Open Sans', sans-serif !important;
    font-size: calc(8px + 0.5vw);
    font-weight: 400;
    line-height: calc(16px + 1vw);
    padding: 0px 15px;
    color: #333333;
}

.featured_event_slider_image .slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin: 0 !important;
}

/**/
section.our_lr {
    padding: 50px 0;
}

.text-event-slider {
    display: flex !important;
    flex-direction: column;
    gap: 32px;
}

.text-event-slider h2 {
    font-weight: 500 !important;
    color: #333333;
    font-size: clamp(1.125rem, 1.0275rem + 0.4459vw, 1.5625rem);
}

.text-event-slider p {
    color: #333333;
}

.gallery-left-btn-event {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}

.gallery_title_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 30px;

}

.gallery-left-btn-event a.new-btn.btn-x.gal-web {
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #333333 !important;
    background-color: transparent !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    text-transform: none;
    text-decoration: none;
    border: 1px solid #333333;
}

.gallery-left-btn-event a.new-btn.btn-x.gal-web2 {
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #333333 !important;
    background-color: transparent !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    text-transform: none;
    text-decoration: none;
    border: 1px solid #333333;
}

a.new-btn.btn-x.gal-web3 {
    white-space: nowrap;
    text-decoration: underline;
    color: #333333 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.our_lr .gallery-slider .slick-list.draggable {
    padding: 0px !important;
}

.our_lr .gallery-slider .slick-dots {
    position: absolute;
    bottom: -100px;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    left: 50%;
    padding: 0 !important;
    transform: translate(-50%, -50%);
    gap: 10px;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}

.usp-items p>span {
    font-weight: bold;
    padding: 0 5px;
}

/*checkbox*/
#wpcf7-f171-o1 .wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    gap: 20px;
}

#wpcf7-f171-o1 .wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    position: relative;
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
}

#wpcf7-f171-o1 .wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0px;
    height: 18px;
    width: 18px;
    top: 0px;
    border: 1px solid #333333;
    left: 0;
}

#wpcf7-f171-o1 .wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 1px;
    left: 4px;
    visibility: hidden;
    font-size: 16px;
}

#wpcf7-f171-o1 .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before {
    background: transparent;
    border-color: #333333;
}

#wpcf7-f171-o1 .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after {
    visibility: visible !important;
}

#wpcf7-f171-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    margin: 0 !important;
}

/*end*/
#wpcf7-f135-o1 .wpcf7-form .wpcf7-checkbox label,
#wpcf7-f135-o2 .wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    display: flex;
    gap: 30px;
    align-items: center;
    left: 0;
}

#wpcf7-f135-o1 .wpcf7-form .wpcf7-checkbox input[type=checkbox],
#wpcf7-f135-o2 .wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    position: relative;
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
}

#wpcf7-f135-o1 .wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before,
#wpcf7-f135-o2 .wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 1px;
    height: 18px;
    width: 18px;
    top: 10px;
    border: 1px solid #fff;
    left: 0;
}

#wpcf7-f135-o1 .wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after,
#wpcf7-f135-o2 .wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 11px;
    left: 4px;
    visibility: hidden;
    font-size: 16px;
}

#wpcf7-f135-o1 .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before,
#wpcf7-f135-o2 .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before {
    background: transparent;
}

#wpcf7-f135-o1 .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after,
#wpcf7-f135-o2 .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after {
    visibility: visible;
}

#wpcf7-f135-o1,
#wpcf7-f135-o2 {
    position: relative;
}

/**/
.team-img {
    position: relative;
    overflow: hidden;
    max-height: 591px;
    height: 100%!important;
    max-width: 399px;
    width: 100%;
    margin-inline: auto;
}
.our-people-member .team-member{
    position: relative;
    overflow: hidden;
    height:-webkit-fit-content;
}

.team-title {
    margin: 30px 0 7px;
}

.team-img .overlay {
    background-color: rgba(20, 20, 20, .7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 5%;
  padding: 0% 43px;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  transition: all .2s ease-in-out;
}

.team-details.text-center h2 {
  color: #fff;
  font-weight: bold !important;
  line-height: 40px;
  text-align: initial;
  font-size: clamp(0.875rem, 0.7217rem + 0.7006vw, 1.5625rem);
}

.team-details p {
  color: #fff;
  font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
  line-height: 35px !important;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif !important;
}
.socials button.btn {
    width: 189px !important;
}

.team-img:hover .team-details {
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  justify-content: flex-start;
  text-align: left;
}

.socials.mt-20 {
    max-width: 189px;
    width: 100%;
}

.our_member_img.text a.btn {
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff !important;
    background-color: #F15D23 !important;
    padding: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 189px;
    width: 100%;
    text-transform: none;
    text-decoration: none;
}

.team-img:hover .overlay {
    opacity: 1;
}

h4.your_details {
    margin-top: 40px !important;
}

.u-column2.col-2.new_account-form h4 {
    margin: 0px 0 30px;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Montserrat' !important;
    color: #333333;
    font-weight: 500 !important;
}

hr.line_buttom {
    margin: 30px 0 !important;
    opacity: 100% !important;
}

.reg_form_input h4 {
    margin-bottom: 30px;
}

/**/
.resource-center-content {
    display: grid;
    grid-template-columns: 23% 74.8%;
    gap: 37px;
    padding: 38px 0 100px;
}

.resource-left-content {
    width: 100%;
}

.resource-left-content h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 25px;
    line-height: 40px;
    font-weight: 500 !important;
    color: #333333;
    margin: 0;
    padding: 0;
}

.resource-center-content .searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.resource-center-content ul.top-bar-type-category {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

li.sf-level-0.sf-item-19.sf-option-active {
    width: 137px;
}

li.sf-level-0.sf-item-20 {
    width: 250px;
    height: 50px;
}

li.sf-level-0.sf-item-21 {
    width: 178px;
}

.button-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resource-center-content label.sf-label-radio.btn_resource {
    border: none;
    margin: 0;
    padding: 0 32px !important;
    text-align: center;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    cursor: pointer;
}

.resource-type .sf-option-active {
    background: #F15D23;
    border: none !important;
    font-weight: 400;
}

.button-content .searchandfilter ul {
    padding: 0;
}

.resource-content-heading>a:nth-child(4) {
    background: #F15D23;
    text-decoration: none;
    width: 200px;
    height: 50px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(8px + 0.5vw);
    font-weight: 400;
}

.resource-content-heading>a:hover:nth-child(4) {
    background: #F15D23 !important;
    text-decoration: none;
    width: 200px;
    height: 50px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(8px + 0.5vw);
    font-weight: 400;
}

.selectit::after {
    contain: "";
    background-color: black;
    ;
}

li.sf-level-0.sf-item-21 {
    order: 3;
}

.button-content-btn-1 {
    width: 137px;
    height: 50px;
    background: #F15D23;
    border: none;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: calc(8px + 0.5vw);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-content-btn-2 {
    width: 250px;
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: calc(8px + 0.5vw);
    background: none;
    border: 1px solid #000000;
    color: #333333;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-content-btn-3 {
    width: 178px;
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: calc(8px + 0.5vw);
    background: none;
    border: 1px solid #000000;
    color: #333333;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resource-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 3fr)) !important;
    gap: 100px 25px;
    margin-top: 8.4%;
}

.resource-content-heading img {
    width: 100%;
}

.resource-content-heading {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.resource-content-heading h4, .resource-downloads h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 25px;
    font-weight: 500 !important;
    color: #333333;
    min-height: 70px !important;
    height: auto;
    text-transform: initial !important;
}
.resource-content-heading p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: (16px + 1vw);
    line-height: 34px;
    color: #333333;
}

.readmore_rs {
    background-color: #F15D23;
    text-decoration: none;
    width: 200px;
    height: 50px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(8px + 0.5vw);
    font-weight: 400;
}

.readmore_rs:hover {
    background-color: #F15D23 !important;
    text-decoration: none;
    width: 200px;
    height: 50px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(8px + 0.5vw);
    font-weight: 400;
}

.resource-load-btn {
    text-decoration: none;
    width: 200px;
    height: 50px;
    color: #333333;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(8px + 0.5vw);
    font-weight: 400;
}

.resource-load {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchandfilter ul {
    padding: 0;
}

.sf-input-checkbox {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #333333 !important;
    cursor: pointer;
}

.sf-label-checkbox {
    cursor: pointer;
}

/* RESPONSIVE */
@media only screen and (max-width: 1680px) and (min-width: 1513px) {
    .resource-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1512px) and (min-width: 993px) {
    .resource-content {
        grid-template-columns: repeat(3, 1fr);
    }

    .resource-content-heading {
        display: flex;
        gap: 30px;
    }

    .resource-load-btn {
        max-width: 150px;
        height: 50px;
        font-size: calc(8px + 0.5vw);
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .resource-content {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 25px;
        margin-top: 5.3%;
    }

    .resource-center-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 37px;
        align-items: flex-start;
        padding: 5% 0;
    }

    .resource-content-heading p {
        line-height: 25px !important;
        font-size: 14px;
    }

    .resource-content-heading {
        display: flex;
        gap: 20px;
    }

    .resource-load-btn {
        max-width: 100px;
        height: 50px;
        font-size: calc(8px + 0.5vw);
    }

    .button-content {
        display: flex;
        gap: 30px;
        justify-content: flex-start;
    }

    .button-content-btn-1 {
        width: 100px;
        height: 50px;
    }

    .button-content-btn-2 {
        width: 170px;
        height: 50px;
        padding: 0 10px 0px 10px;
        white-space: nowrap;
    }

    .button-content-btn-3 {
        width: 170px;
        height: 50px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .resource-content {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 25px;
        margin-top: 5.3%;
    }

    .resource-center-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 37px;
        align-items: flex-start;
        padding: 5% 0% 50px 0%;
    }

    .resource-content-heading {
        display: flex;
        gap: 20px;
    }

    .resource-content-heading p {
        line-height: 25px !important;
    }

    .resource-load-btn {
        max-width: 100px;
        height: 50px;
        font-size: calc(8px + 0.5vw);
    }

    .button-content {
        display: flex;
        gap: 30px;
        justify-content: flex-start;
    }

    .button-content-btn-1 {
        width: 100px;
        height: 50px;
    }

    .button-content-btn-2 {
        width: 170px;
        height: 50px;
        padding: 0 10px 0px 10px;
        white-space: nowrap;
    }

    .button-content-btn-3 {
        width: 170px;
        height: 50px;
    }
}

/*cart Page Design*/
.cart_page {
    display: grid;
    grid-template-columns: 60% 37%;
    gap: 3%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

span.woocommerce-Price-amount.amount {
    text-align: right;
}

.product-thumbnail {
    display: flex;
    gap: 50px;
    text-align: left;
}

.cart_price_title {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sf-field-taxonomy-resource-type {
    display: none !important;
}

.wrapper {
    display: inline-flex;
    background: #fff;
    height: 100px;
    width: 400px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    padding: 20px 15px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}

.wrapper .option {
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}

.wrapper .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #0069d9;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

input[type="radio"] {
    display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
    border-color: #0069d9;
    background: #0069d9;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot {
    background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.wrapper .option span {
    font-size: 20px;
    color: #808080;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
    color: #fff;
}

/* -------------------------------------------------END--------------------------------------------------------- */
/*filter*/
.filter_sidebar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}


.main_panel-body {
    margin-top: 30px;
}

.panel-heading {
    position: relative;
    margin-bottom: 30px;
}

.accordion-toggle:after {
    content: "\f078";
}

.panel-heading .accordion-toggle:after {
    content: "\f078";
    position: absolute;
    right: 16px;
}

.panel-body .checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px !important;
    font-size: 14px;
}

.panel-body .checkbox label [type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid !important;
}

.sub_panel-body {
    margin-left: 30px;
}

.sf-field-taxonomy-resource-category h4 {
    display: none;
}

.searchandfilter label {
    font-size: 12px !important;
}

.searchandfilter ul li li {
    display: none;
}

.conferences-content-page .searchandfilter li.sf-item-29,
.conferences-content-page .searchandfilter li.sf-item-29 ul.children li {
    display: block !important;
}

.conferences-content-page .searchandfilter li.sf-item-29 input,
.conferences-content-page .searchandfilter li.sf-item-29 label {
    display: none;
}

.conferences-content-page .searchandfilter li.sf-item-29 ul.children input,
.conferences-content-page .searchandfilter li.sf-item-29 ul.children label {
    display: inline-block !important;
    vertical-align: middle;
}

.conferences-content-page .searchandfilter li.sf-item-29>.children {
    margin-left: 0px;
}

/*24*/
.p_i_s_i_banner {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.p_i_s_i_banner ul li:nth-child(1) {
    font-weight: bold
}

.p_i_s_i_banner ul li {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.p_i_s_i_banner ul {
    display: flex;
    gap: 26px;
    padding: 0;
    text-decoration: none;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
}

.banner_product_items_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    width: 335px;
}

.banner_section_text_desc_data h2 {
    font-size: calc(33px + 1.5vw);
    line-height: 90px;
    margin-bottom: 3%;
}

.p_i_s_i_banner ul:nth-child(3) li:nth-child(2) span:nth-child(2) bdi {
    font-size: 25px;
    color: #F15D23;
    font-weight: bold;
}

.p_i_s_i_banner ul:nth-child(3) li:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/*video button design*/
.video-wrapper {
    position: relative;
    max-height: 916px;
    height: 100%;
    overflow: hidden;
}

.video-wrapper button#playButton {
    position: absolute;
    z-index: 0;
    transform: translate(-50%, -50%);
    width: 132px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    top: 50%;
    color: #fff;
    left: 50%;
    border: 0 !important;
}

.video-wrapper button#playButton:hover {
    position: absolute;
    z-index: 0;
    transform: translate(-50%, -50%);
    /*width: 8.1% !important;
    */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    top: 50%;
    color: #fff;
    left: 50%;
}

/**/
.form-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
}

.form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
    background-color: #EAEAEA;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1207px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 50px 58px;
}

.close-button {
    background: none;
    color: #333333;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.form-popup-bg:before {
    content: '';
    background-color: #fff;
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.book_top_tag_popup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
}

.col_data_popup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
}

.book-popup-form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.book-popup-form input.form-control {
    margin: 0 !important;
}

input.btn_color {
    padding: 5px 32px !important;
    max-width: 132px;
    width: 100%;
}

/***************************/
.main_review_section {
    display: grid;
    align-items: center;
    grid-template-columns: 35% 65%;
    display: none;
}

.review_left_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.star_icon {
    display: grid;
    width: 50%;
    gap: 15px;
    margin-inline: auto;
    text-align: center;
    grid-template-columns: repeat(5, 1fr);
}

.icon_text_left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.icon_text_left img {
    width: 10%;
}

.img_right_review {
    width: 5%;
    display: flex;
    gap: 0.5rem;
}

.right_review_text h2 {
    font-size: 25px;
}

.right_review_text p {
    font-size: 14px;
}

/*30*/
/*.woocommerce-ordering {*/
/*    display: none;*/
/*}*/

p.woocommerce-result-count {
    display: none;
}

.filter-content {
    margin-top: 30px;
}

.yith-wcan-filters .yith-wcan-filter h4.collapsable {
    cursor: pointer;
    position: relative;
    padding-bottom: 35px;
    color: #333333;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    font-weight: 600 !important;
    font-family: 'Open Sans' !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.yith-wcan-filters .yith-wcan-filter h4.collapsable.open:after,*/
/*.yith-wcan-filters .yith-wcan-filter h4.collapsable.opened:after {*/
/*    position: absolute;*/
/*    top: 35%;*/
/*    transform: translate(0px, -87%);*/
/*}*/

.filter-checkbox input[type=checkbox]:after {
    content: "";
    opacity: 0;
    top: 0px !important;
    left: 0px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 0;
    border-left: 0;
    background: #333333;
    transform: rotate(90deg);
}

.filter-checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid;
    background: var(--global--color-white);
}

/*******************************popup*********************************/
/* CSS */

#myPopup.popup {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

#myPopup .popup-content {
    background-color: #EAEAEA;
    padding: 50px;
    /*border: 1px solid #888888;*/
    /*max-width: 1258px;*/
    /*max-height: 920px;*/
    overflow: scroll;
    position: relative;
    margin: 7% auto;
    width: clamp(350px, 80%, 1250px);
    height: clamp(250px, 80%, 920px);
}

/* Hide scrollbar for Chrome, Safari and Opera */
#myPopup .popup-content::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#myPopup .popup-content {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


.popup-content .xoo-cp-atcn {
    display: block;
    text-align: left;
    position: relative;
    width: 100%;
    top: 0%;
    transform: translate(0%, -100%);
    padding: 10px 0;
    margin: 0;
}

#myPopup.show {
    display: block;
}

#closePopup {
    text-decoration: none;
    font-size: 35px;
    color: #333333;
}

.heading-popup {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(30px + 0.5vw);
    margin: 0;
    padding: 0;
}

.popup-content-heading-close {
    display: flex;
    justify-content: space-between;
}

#myPopup .conferences-content-page-right-side {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

#myPopup .conferences-page-right-side-content {
    display: flex;
    flex-direction: row;
}

#myPopup .conferences-page-right-side-content {
    display: flex;
    border: none;
    gap: 40px;
    margin-bottom: 40px;
}

#myPopup .conferences-page-right-side-subcontent-a {
    width: 100%;
    max-width: 264px;
    height: 100%;
}

#myPopup .conferences-page-right-side-subcontent-a>img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: auto !important;
}

#myPopup .conferences-page-right-side-subcontent-b {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    width: min(388px, 100%);
}

#myPopup #international-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: calc(15px + 0.5vw);
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

#myPopup .conferences-text-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: calc(7px + 0.5vw);
    line-height: 34px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

#myPopup .conferences-page-right-side-subcontent-c {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

#myPopup .conferences-text-content-c {
    border: none !important;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#myPopup .conferences-text-sub-content-c {
    display: flex !important;
    justify-content: space-between;
    float: left;
    width: 100%;
}

#myPopup .conferences-text-sub-content-c img {
    padding-top: 9px;
}

#myPopup .conferences-text-sub-content-c p {
    font-size: calc(15px + 0.5vw);
    color: #333333;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    font-weight: 500;
    /* line-height: 34px;
     */
}

#myPopup .pop-up-content-industry p {
    font-size: calc(8px + 0.5vw);
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    font-weight: 600;
}

#myPopup .input-popup-box {
    display: flex;
    gap: 40px;
}

#myPopup .input-popup-box>a {
    width: min(100px, 100%);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

#myPopup .conferences-text-sub-content-ca {
    display: flex;
    gap: 30px;
}

#myPopup .conference-btn {
    background-color: #F15D23;
    color: #FFFFFF;
    cursor: pointer;
}

#myPopup .conferences-text-content {
    gap: 10px;
    padding-top: 30px;
}

.popup-content-a {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: left;
    padding: 40px 0;
}

.heading-popup-content-a {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: calc(15px + 0.5vw);
    font-weight: 500;
    color: #333 !important;
}

.popup-content-b {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    display: flex;
    flex-direction: column;
    gap: 27px;
    text-align: left;
    padding: 40px 0;
    color: #333 !important;
}

.mar-a {
    margin: 0;
    padding: 0;
}

.popup-sub-content-info-b {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#myPopup .woocommerce-cart-form__contents p {
    color: #333;
}

#myPopup input#checkbox-yes {
    border: 1px solid;
    width: 15px;
    height: 15px;
}

.popup-sub-content-here {
    text-decoration: underline;
}

.popup-sub-content-b {
    display: flex;
    gap: 25px;
}

.popup-sub-content-b p {
    margin: 0;
    padding: 0;
}

.popup-content-c {
    display: flex;
    flex-direction: row;
    gap: 27px;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    padding: 40px 0 0;
}

.popup-form-title {
    font-size: calc(15px + 0.5vw);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.popup-content-price {
    font-size: calc(15px + 0.5vw);
    font-family: 'Montserrat', sans-serif;
    color: #F15D23;
    font-weight: 700;
    margin: 0;
}

.popup-content-d {
    display: flex;
    gap: 40px;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    /* margin-bottom: 37px;
     */
    padding-top: 37px;
}

.continue-btn {
    background: none;
    color: #333333;
    border: 1px solid #333333;
}

.view-basket-btn {
    color: #333333;
    text-decoration: underline;
}

a.view-basket-btn {
    color: #333333;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.checkout-btn {
    width: min(245px, 100%);
    height: 37.4px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    text-decoration: none;
    font-size: calc(8px + 0.5vw);
    font-family: 'Montserrat', sans-serif;
}

a.continue-btn {
    width: min(245px, 100%);
    height: 37.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: calc(8px + 0.5vw);
    border-radius: 0px;
}

a.continue-btn:hover {
    width: min(245px, 100%);
    height: 37.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: calc(8px + 0.5vw);
    border-radius: 0px;
    color: #333333 !important;
}

.conferences-text-sub-content-c-info {
    max-width: 200px !important;
    height: 50px;
    display: flex;
}

a.minus-btn {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F15D23;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 30px;
}

a.minus-btn:hover {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F15D23;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 30px;
}

a.num-btn {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #333333;
    text-decoration: none;
}

a.num-btn:hover {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #333333;
    text-decoration: none;
}

#myPopup input#apply {
    max-width: 474px;
    height: 50px;
    padding: 20px !important;
    margin: 0 !important;
}

#apply::placeholder {
    padding: 30px;
}

#myPopup .xoo-cp-qtybox {
    border-width: 1px;
    border-style: solid;
    position: relative;
    font-weight: 700;
    height: 50px;
    color: #333333;
    line-height: 35px;
    display: flex;
}

@media screen and (max-width: 1400px) {
    .popup-content {
        width: 85%;
    }
}

@media screen and (max-width: 1288px) {
    .conferences-text-content-c {}

    .popup-content {
        padding: 15px;
    }

    .conferences-page-right-side-subcontent-c {
        justify-content: flex-start;
    }

    .conferences-page-right-side-subcontent-b {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .conferences-text-content p {
        font-family: 'Open Sans', sans-serif;
    }

    .popup-content {
        padding: 15px;
    }

    #international-heading {
        line-height: 30px;
    }

    .input-popup-box {
        gap: 20px;
    }

    a.view-basket-btn {
        white-space: nowrap;
    }
}

@media screen and (max-width: 590px) {
    .heading-popup {
        font-size: 25px;
    }

    /* .popup-content {*/
    /*     padding:15px;*/
    /*}*/
    .conferences-page-right-side-content {
        display: grid;
        grid-template-columns: 100%;
    }

    p#international-heading {
        font-size: 18px !important;
    }

    .conferences-text-content p {
        font-size: 14px !important;
    }

    .pop-up-content-industry p {
        font-size: 15px;
    }

    .input-popup-box {
        gap: 20px;
    }

    .conferences-text-sub-content-c-info {
        width: 150px;
    }
}

@media screen and (max-width: 450px) {
    .conferences-text-content-c {
        border-left: none;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-left: 0px;
    }

    .conferences-text-sub-content-c {
        grid-template-columns: 100%;
        width: 100%;
        gap: 10px;
    }

    .popup-content {
        margin: 100px 15px;
        top: 20%;
        display: block;
        margin-inline: auto;
    }

    .input-popup-box {
        gap: 20px;
        flex-direction: column;
    }

    input#apply {
        width: min(300px, 100%);
        height: 44px;
    }

    /* .popup-sub-content-b {*/
    /*     display: flex;*/
    /*     flex-direction: column;*/
    /*     gap: 25px;*/
    /*}*/
    .popup-content-d {
        display: flex;
        gap: 30px;
        border-top: 1px solid rgba(51, 51, 51, 0.2);
        /* margin-bottom: 37px;
         */
        padding-top: 37px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

a.view-basket-btn {
    color: #333333;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

a.added_to_cart.wc-forward {
    border: 1px solid;
}

.traning_inside-both-sider_img_text {
    display: flex;
    gap: 2%;
    background-color: #eeee;
    max-height: 488px !important;
    height: 100%;
}

.right_sider_ind_traning_img img {
    height: 100% !important;
}

.second_amount_text-data ul.amount-dat-traning-list span.woocommerce-Price-amount.amount bdi {
    font-size: 25px;
    color: #F15D23;
    font-weight: bold;
}

.sub_under_amount-data h2 {
    font-size: 25px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 30px;
}

.amount_data_inds,
.second_amount_text-data {
    padding: 20px 0;
}

.left_sider_ind_traning {
    padding: 40px 0px 40px 40px;
    max-width: 357px;
    width: 100%;
}

.second_amount_text-data ul.amount-dat-traning-list {
    display: flex;
    flex-direction: column;
}

.second_amount_text-data ul.amount-dat-traning-list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left_sider_ind_traning ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    padding: 0;
}

ul.amount-dat-traning-list-text {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.left_sider_ind_traning .btn_text {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.left_sider_ind_traning .btn_text input {
    padding: 15px 25px;
    background-color: #F15D23;
    border: 0px solid;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    color: #fff;
}

.amount-dat-traning-list li,
ul.amount-dat-traning-list-text li {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

li.tran_all_amount {
    font-size: 25px;
    color: #F15D23;
    font-weight: bold;
}

.left_sider_ind_traning .btn_text a.added_to_cart.wc-forward {
    border: 1px solid;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    padding: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 500px) {
    .traning_inside-both-sider_img_text {
        max-height: 100% !important;
        flex-direction: column-reverse;
    }

    .left_sider_ind_traning {
        padding: 40px;
        max-width: initial;
        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .traning_inside-both-sider_img_text {
        max-height: 100% !important;
        flex-direction: column-reverse;
    }
}

/* ---------------------------------------------- CONFERENCES & TRAINING ------------------------------------------- */
.conferences-page-right-side-subcontent-a {
    width: 100%;
    max-width: 366px;
    /* max-height: 383px;
     */
    height: 100%;
    position: relative;
}

.product-icon_img {
    text-align: center;
    display: flex;
}

#international-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 7.8%;
    line-height: 40px !important;
}

.conferences-text-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px !important;
    font-weight: 400;
    color: #333333;
}

.conferences-content-page {
    margin-top: 38px;
    margin-bottom: 50px;
    display: grid;
    gap: 4.4%;
    grid-template-columns: 20.6% 75%;
}

.conferences-content-page ul.products {
    display: grid;
    align-items: flex-start;
    gap: 50px;
}

ul.products.columns-4:before {
    display: none !important;
}

.conference-filter {
    font-family: 'Montserrat', sans-serif;
    font-size: calc(15px + 0.5vw);
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.conferences-page-right-side-content {
    border: 1px solid #3333335c;
    display: flex;
    /*margin-bottom: 50px;
    */
}

.conferences-page-right-side-subcontent-a>img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 366px !important;
    width: 100%;
    height: 100%;
}

.conferences-page-right-side-subcontent-b {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 3.3%;
    gap: 1rem;
}

.conference-details {
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
}

.conference-sub-details {
    display: flex;
    gap: 10px;
}

.conference-sub-details p {
    white-space: nowrap !important;
}

.conference-details.one_fild {
    margin-top: 4%;
}

.conferences-text-content {
    display: flex;
    max-width: 388px;
    width: 100%;
    flex-direction: column;
    /*justify-content: space-between;*/
}

p.product_sub_title {
    display: none;
}

.conferences-text-sub-content-c {
    display: flex;
    gap: 12px;
    width: min(260px, 100%);
    align-items: flex-start;
}

.conferences-text-sub-content-c p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}

.conferences-text-sub-content-ca>a {
    width: min(150px, 100%);
    height: 37.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: calc(8px + 0.5vw);
    font-family: 'Montserrat', sans-serif;
    text-transform: inherit;
}

/*.conferences-text-content-c {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    border-left: 1px solid rgba(51, 51, 51, 0.5);*/
/*    padding-left: 40px;*/
/*    justify-content: space-between;*/
/*}*/
.conferences-text-content-c {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(51, 51, 51, 0.5);
    padding-left: 40px;
    justify-content: flex-start;
    gap: 30px;
}

.conferences-text-sub-content-c {
    display: flex;
    gap: 12px;
    align-items: center;
}

.conferences-text-sub-content-ca {
    display: flex;
    gap: 20px;
}

.related-course .conferences-text-sub-content-ca {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.conference-btn {
    background-color: #F15D23;
    color: #FFFFFF;
    cursor: pointer;
}

.conference-btn:hover {
    background-color: #F15D23 !important;
}

.conferences-btn-2 {
    color: #333333;
    border: 1px solid #333333;
    cursor: pointer;
}

.conferences-load {
    display: flex;
    align-items: center;
    justify-content: center;
}

.conferences-page-load-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333333;
    border: 1px solid #333333;
    width: min(200px, 100%);
    height: 50px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(8px + 0.5vw);
}

#related-course .conferences-page-right-side-subcontent-a {
    width: 100%;
    /*max-width: 655px;
    */
    max-height: 438px;
    height: auto;
}

/*-------------------------------------------------------- RESPONSIVE ---------------------------------------------------- */
@media only screen and (max-width:1199px) {
    .conferences-page-right-side-subcontent-b {
        padding: 3.3% 3.3%;
    }

    .conferences-page-right-side-subcontent-a>img {
        display: block;
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 450px;
        max-width: 100% !important;
    }

    .conferences-page-right-side-content {
        gap: 30px;
    }

    .conferences-page-load-btn {
        width: min(150px, 100%);
    }

    .yith-wcan-filters.filters-modal .filters-container {
        height: calc(100% - 65px);
        margin-top: 0;
        overflow-y: unset;
        padding: 0;
    }
}

@media screen and (max-width:992px) {

    .conferences-content-page {
        flex-direction: column;
        gap: 37.5px;
    }

    .conferences-text-content {
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    .conferences-page-right-side-subcontent-a>img {
        max-width: 100% !important;
        width: 100%;
        height: 100%;
    }

    .conferences-page-right-side-subcontent-b {
        width: 100% !important;
        display: block;
        padding: 0 20px 30px;
    }

    #international-heading {
        font-size: 25px;
        line-height: normal !important;
        width: 100% !important;
        margin-bottom: 4%;
    }

    .conferences-text-content-c {
            gap: 5px;
            padding-left: 0px;
            margin-bottom: 20px;
            border-left: none;
        }

    .conference-details {
        display: flex;
        /*gap: 10px;*/
    }

    .conferences-page-load-btn {
        width: min(130px, 100%);
    }

    .conferences-text-sub-content-c {
        display: flex;
        gap: 12px;
        align-items: center;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    ul.products.columns-4 {
        justify-content: unset !important;
    }

    .conferences-page-right-side-subcontent-a>img {
        max-width: 100% !important;
        height: 383px;
        width: 100%;
    }

    #international-heading {
        font-size: 25px;
        line-height: 26px !important;
        width: 100% !important;
    }
}

/*single resource-center*/
.single_resource_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 93px;
    margin-top: 38px;
}

.single_resource-page-lt {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 189px;
    width: 100%;
    justify-content: space-between;
}

.single_resource-page-lt a h5 {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    font-family: 'Open Sans' !important;
    color: #333333 !important;
    font-weight: 600 !important;
}

.sub_container h2 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 500 !important;
    color: #333333;
    margin-bottom: 50px;
}

.sub_container p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.sub_container {
    max-width: 1088px;
    width: 100%;
}

.sub_container p>img {
    width: auto !important;
}

.single_post_left_img_right_text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    width: 100%;
    margin-top: 50px;
}

.single_sub_right_text {
    display: flex;
    flex-direction: column;
    gap: 45px;
    justify-content: space-between;
}

.priv_arrow_img,
.next_arrow_img {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #333333;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
}

.single_resource_content.single-bg {
    background-color: #EAEAEA;
    height: 123px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 50px 0 50px;
    padding: 0 23px;
}

a.clear-filter-reset {
    text-decoration: underline;
    color: #333333;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
}

.single_resource-page-rt {
    max-width: 1088px;
    width: 100%;
}

.rbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.lt_sng_relt_text h2 {
  line-height: 70px;
  font-weight: bold !important;
  font-size: clamp(1.125rem, 0.8185rem + 1.4013vw, 2.5rem) !important;
  color: #333 !important;
}

section.related_post_blog {
    margin: 5% 0;
}

.blog-title-social-icons {
    display: flex;
    gap: 20px;
}

.blog-title-social-icons img {
    height: 21px !important;
}

.main_left_sidebar_blog {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.blog-title-goes-here-left-sub-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

/**/
.yith-wcan-filter .filter-item label {
    display: flex;
    align-items: center;
    gap: 20px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled {
    opacity: 1;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened>.toggle-handle {
    position: absolute;
    top: 25%;
    transform: translate(0, -50%);
    width: 17px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened>.toggle-handle {
    position: absolute;
    top: 17px;
    transform: translate(0, -50%);
    width: 30px;
    right: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.closed>.toggle-handle {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 17px;
}
.conferences-content-page-left-side .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.closed>.toggle-handle {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    right: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0 !important;
    padding: 0 !important;
    gap: 0px;
    background-color: #EAEAEA;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link {
    width: 100%;
    margin: 0px !important;
    padding: 0 !important;
    display: grid;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a {
    color: #333333 !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 40px;
    padding: 30px 50px;
    border-bottom: none;
    border-width: thin;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link hr {
    width: 80%;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover {
    background: #333333 !important;
    color: #fff !important;
    text-decoration: none !important;
}

li.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #333333;
    color: #fff !important;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    text-decoration: none;
    color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    max-width: 364px !important;
    width: 100%;
    margin: 0 !important;
}

button.toggle {
    padding: 0;
    margin: 0;
    border: none;
    color: #333333 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    font-weight: 400;
}

button.toggle {
    padding: 0;
    margin: 0;
    border: none;
    color: #333333 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    font-weight: 400;
    font-family: 'Open Sans' !important;
}

#login_popup {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

#login_popup .u-column1.col-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: #EAEAEA;
    width: 100%;
    max-width: 500px;
    height: auto;
    z-index: 999;
    padding: 30px;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    border-radius: 10px;
}

.popup_close_test {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
}

.popup_close_test img {
    width: 20px;
}

.woocommerce .woocommerce-form-login__rememberme {
    margin: 0;
    padding: 0;
    display: flex !important;
    align-items: center;
    gap: 20px;
}

button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
    color: #fff;
    padding: 0 !important;
    background-color: #F15D23 !important;
    margin-top: 20px;
    max-width: 200px;
    width: 100% !important;
    height: 40px !important;
}

button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button:hover {
    color: #fff;
    padding: 0 !important;
    background-color: #F15D23 !important;
    margin-top: 20px;
    max-width: 200px;
    width: 100% !important;
    height: 40px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    background-color: #EAEAEA;
    padding: 50px;
}

#popupForm form.wpcf7-form.invalid {
    position: relative;
}

@media only screen and (min-width:1200px) {
    #popupForm .wpcf7 form .wpcf7-response-output {
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
        bottom: -40px;
    }
}

/**/
.sign-up-block .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: absolute;
    line-height: normal;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a {
    color: #333333 !important;
    font-family: 'Open Sans' !important;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.overlay {
    position: relative;
}

.overlay .icons-download {}

/*single resource page popup*/
/* .form-popup {*/
/*     display: none;*/
/*     position: fixed;*/
/*     top: 50%;*/
/*     left: 50%;*/
/*     transform: translate(-50%, -50%);*/
/*     padding: 50px;*/
/*     background-color: #EAEAEA;*/
/*     border-radius: 0px;*/
/*     box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
/*     z-index: 9999;*/
/*     width: 85%;*/
/*}*/
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
}

h3 {
    margin-top: 0;
}

div#wpcf7-f948-o1 {
    position: relative;
}



/* #popupForm .wpcf7-form h5 {*/
/*     font-size: 40px;*/
/*     line-height: 70px;*/
/*     color: #333333;*/
/*     margin-bottom: 40px;*/
/*}*/


/* .webinar-landing-form p {*/
/*     display: flex;*/
/*     align-items: center;*/
/*     justify-content: space-between;*/
/*     gap: 20px;*/
/*}*/
/*end*/
/*event*/
.left_myaccount_event {
    max-width: 1660px;
    background-color: #EAEAEA;
    padding: 50px;
}

.main_event_account_block {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.right_myaccount_event {
    max-width: 364px;
    width: 100%;
    background-color: #333333;
}

.text_event_top_account {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left_myaccount_event .conferences-page-right-side-content {
    border: 0px solid #3333335c;
    display: flex;
    margin-bottom: 50px;
    margin-top: 30px;
}

.left_myaccount_event #international-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #333333;
    line-height: 40px !important;
    padding: 0;
    margin: 0;
}

.left_myaccount_event .conferences-page-right-side-subcontent-b {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 3.3%;
    gap: 1rem;
}

.left_myaccount_event .conferences-text-content p {
    padding: 0;
    margin: 0;
}

.left_myaccount_event .conferences-text-content {
    justify-content: flex-start;
}

.left_myaccount_event .conferences-text-sub-content-c p {
    padding: 0;
    margin: 0;
}

.left_myaccount_event .conferences-text-content-c {
    justify-content: flex-start;
    gap: 20px;
    text-align: center;
}

.left_myaccount_event button.btn-event-block {
    padding: 20px;
    border: 1px solid #333333 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
}

.left_myaccount_event button.btn-event-block:hover {
    padding: 20px;
    border: 1px solid #333333 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
}

/* .conferences-text-content-c button.btn-event-block:nth-child(1){*/
/*     background-color: #F15D23 !important;*/
/*     color: #fff;*/
/*}*/
.text_left_event_ac {
    display: flex;
    align-items: center;
    gap: 20px;
}

.text_left_event_ac img {
    width: 12px;
}

/*end*/
.featured_event_slider_button p.view_events {
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
    font-family: 'Montserrat', sans-serif !important;
    text-decoration-color: #333;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px;
}

/**/
.resource-center-content-overlay {
    position: relative;
}

img.icons-download {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 25% !important;
    z-index: 1;
}

/*.yith-wcan-filters .yith-wcan-filter h4.collapsable.closed:after {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translate(50%, -50%);*/
/*    height: 100%;*/
/*    background-repeat: no-repeat;*/
/*    width: 17px;*/
/*}*/
.yith-wcan-filters .yith-wcan-filter h4.collapsable:after {
    background-size: 100% auto;
    content: "";
    display: block;
    height: 10px;
    position: relative !important;
    right: 0;
    top: 0;
    width: 17px;
    height: 17px;
}
.yith-wcan-filters .yith-wcan-filter h4.collapsable.open::after
.yith-wcan-filters .yith-wcan-filter h4.collapsable.opened::after {
     position: relative !important;
    background-repeat: no-repeat;
    width: 17px;
    height:17px !important;
}


.yith-wcan-filters .yith-wcan-filter h4.collapsable:after {
    right: 0px;
}

.resource-downloads {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

a.read-more-btn {
    border: 1px solid #F15D23;
    margin: 0;
    padding: 10px 0px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    cursor: pointer;
    max-width: 200px;
    background: #F15D23;
    color: #fff;
}

a.read-more-btn:hover {
    border: 0px solid;
    margin: 0;
    padding: 10px 0px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    cursor: pointer;
    max-width: 200px;
    background: #F15D23 !important;
    color: #fff;
}

.drop-item select {
    border: 0px solid #33333387;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333333;
    width: 259px;
    height: 50px;
    font-family: 'Open Sans';
    padding: 0 20px;
}

.resource-left-content .searchandfilter ul>li>ul:not(.children) {
    margin-left: 0;
    margin-top: 30px;
}

.resource-left-content .sf-input-checkbox {
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #333333 !important;
    cursor: pointer;
}

.resource-left-content input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333333;
    border-top: 0;
    border-left: 0;
    transform: none;
}

.resource-left-content input[type=checkbox]+label,
input[type=radio]+label {
    display: inline-block;
    padding-left: 10px;
    vertical-align: unset;
    font-size: 17px !important;
    color: #333333;
}

.resource-left-content .searchandfilter ul li {
    margin-bottom: 30px;
}

.resource-left-content .searchandfilter ul li ul li ul {
    margin-left: 20px;
    margin-top: 15px;
}

.resource-type .sf-option-active label {
    color: #FFFFFF;
}

input[type=number].xoo-cp-qty {
    border: 0 !important;
    text-align: center;
    display: inline-block;
    max-width: 50%;
    float: left;
    height: 100%;
    line-height: 100%;
    padding: 0;
}

a.added_to_cart.wc-forward {
    border: 1px solid;
    display: none !important;
}

.p_i_s_i_banner ul li span:nth-child(1) {
    text-decoration: line-through;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #fff;
}

.p_i_s_i_banner ul li span:nth-child(2) span.woocommerce-Price-currencySymbol {
    font-size: clamp(1.125rem, 1.0275rem + 0.4459vw, 1.5625rem) !important;
    color: #F15D23;
    font-weight: bold;
}

.gallery-slider .slick-dots li button:hover {
    border: 1px solid #333333 !important;
}

.amount_data_inds .amount-dat-traning-list:nth-child(1) span.woocommerce-Price-amount.amount {
    text-decoration: line-through;
}

.tran_all_amount span.woocommerce-Price-amount.amount {
    text-decoration: unset !important;
}

.regular-price span.woocommerce-Price-amount.amount {
    text-decoration: unset !important;
}

button.search_btn {
    width: 100px !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F15D23 !important;
    color: #fff;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    border: 0px;
    font-weight: 400;
    line-height: 34px;
}

button.search_btn:hover {
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F15D23 !important;
    color: #fff !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    border: 0px;
}

.gallery_title_content div h3 {
    line-height:clamp(34px, 80%, 70px);
    color: #333333;
   text-transform: inherit;
    font-size: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem);
}

.flip-card-front h4 {
    font-size: 25px;
    line-height: 40px;
    color: #333333;
    font-weight: 500 !important;
    text-transform: inherit;
}

.flip-card-front p {
    color: #333333;
    font-size: 14px;
    color: #333333;
}

.contactus-block-post br {
    display: none;
}

.flip-card-inner a.btn {
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff !important;
    background-color: #F15D23 !important;
    padding: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(189px, 100%);
    text-transform: none;
    text-decoration: none;
}

.contactus-block-post input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
    margin-top: 30px;
}

.gallery-slider.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 90px;
}

div#wpcf7-f171-o1 {
    position: relative;
}

section#related-course {
    background-color: #fff;
}

input#apply::placeholder {
    color: #333333;
    padding: 0;
}

/**/
/******************/
.accord-bg {
    position: relative;
}

.accordition {
    /*padding: 4% 0;
        */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.accord-center-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.accordition h2.text-tx-h2 {
    font-size: 45px;
    text-transform: inherit;
    color: #1a1a1a;
    font-weight: bold;
}

.accord-bg .right-side-icon {
    transform: translate(0%, -50%);
    position: absolute;
    width: 50px;
    right: 0;
    top: 50%;
    height: auto !important;
}

.left-accord img {
    width: 100%;
    border-radius: 15px;
    height: 410px !important;
}

.accordion_main .accordion-content {
    background: #EAEAEA;
    overflow: hidden;
}

.accordion-content.open {
    padding-bottom: 10px;
}

.accordion-content hedaSection {
    display: flex;
    min-height: 90px;
    padding: 0px 50px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s linear;
}

.accordion-content.open hedaSection {
    min-height: 90px;
}

.accordion-content hedaSection .title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.accordion-content hedaSection i {
    font-size: 15px;
    color: #333;
}

.accordion-content .description {
    height: 0;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    padding: 0 15px;
    transition: all 0.2s linear;
}

button.let_res_btn {
    margin: 0;
    background-color: #F15D23 !important;
    color: #333333;
    border: 1px solid;
    height: 50px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.sf-field-taxonomy-faq-type {
    display: none !important;
}

.faq-first-heading .searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.faq-type .sf-option-active {
    background: #F15D23;
    border:1px solid #F15D23 !important;
}

.tablink {
    border: 1px solid;
    padding: 7px 20px;
    color: #333333;
}

.tablink:focus,
.tablink .active {
    background: #F15D23 !important;
    border: none;
    color: #FFFFFF;
}

.tablink.w3-red.active {
    background: #F15D23 !important;
    border: none;
    color: #FFFFFF;
}

/**/
.faq-bg ul.top-bar-type-category {
    display: flex;
    gap: 40px;
    align-items: center;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.faq-first-heading ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

.faq-bg label.sf-label-radio.btn_resource {
    padding: 0 48px !important;
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    color: #333333;
    font-weight: 400;
}

li.sf-level-0.sf-item-51 {
    width: 100%;
    max-width: 178px;
    height: 50px;
}

li.sf-level-0.sf-item-51>label.sf-label-radio.btn_resource {
    padding: 0 33px !important;
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    color: #333333;
    font-weight: 400;
}

li.sf-level-0.sf-item-52>label.sf-label-radio.btn_resource {
    padding: 0 33px !important;
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    color: #333333;
    font-weight: 400;
    white-space: nowrap;
}

.top-bar-type-category .sf-level-0 {
    border: 1px solid #333333;
    color: #333333 !important;
}

.faq-type .sf-option-active label.sf-label-radio.btn_resource {
    color: #FFFFFF !important;
    font-weight: 400 !important;
}

/* Accordion styles */
.faq-main .tab {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 30px;
}

.faq-main .tab-label {
    justify-content: space-between;
    font-weight: 500;
    cursor: pointer;
    font-size: 25px !important;
    color: #333333;
    
    line-height: normal;
    font-family: 'Montserrat';
}

.faq-main .tab-label::after {
    content: "";
    width: 20px;
    height: 19px;
    background-image: url(https://global-engage.com/wp-content/uploads/2023/04/faqDown.svg);
    background-size: cover;
    background-repeat: round;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 4%;
}

.faq-main .tab-content {
    max-height: 0;
    color: #2c3e50;
    background: #EAEAEA;
    /*transition: all 0.35s;
        */
    font-size: 12px;
    color: #333;
    font-weight: 400;
    padding: 0 15px;
    /*transition: all 0.2s linear;
        */
    padding: 0 50px !important;
}

.faq-main .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.faq-main .tab-close:hover {
    background: inherit;
}

.faq-main input[type=checkbox]+label,
.faq-main input[type=radio]+label {
    display: block;
    padding: 0 50px;
    min-height: 90px;
    display: flex;
    align-items: center;
    background-color: #EAEAEA;
    margin: 0;
    position: relative;
}

.faq-main input:checked+.tab-label::after {
    background-image: url(https://global-engage.com/wp-content/uploads/2023/04/faqUp.svg);
}

.faq-main input:checked~.tab-content {
    max-height: 100%;
    padding: 1em;
}

.faq-main p.tab-text {
    border-top: 1px solid rgb(188 188 188);
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333333;
    font-weight: 400;
    padding: 30px 0;
    line-height: 34px !important;
}

.faq-main .main-accord {
    width: 100%;
}

.faq-main .accordion_main .accordion-content {
    background-color: inherit;
}

/*******Timetable******/
.main_web_timetable {
    display: grid;
    background-color: #EAEAEA;
    grid-template-columns: repeat(2, 1fr);
    margin: 50px 0;
}

.time_table_data_text ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-bottom: 26px !important;
    margin: 0;
}

.left_side_text_web_timetable p:nth-child(2) {
    margin-bottom: 50px;
}

.left_side_text_web_timetable {
    padding: 50px;
}

.left_side_text_web_timetable h2 {
    font-size: clamp(1.125rem, 0.8185rem + 1.4013vw, 2.5rem);
    line-height: 70px;
    color: #333333;
    margin-bottom: 30px;
}

.left_side_text_web_timetable+p {
   font-size: clamp(1.125rem, 0.8185rem + 1.4013vw, 2.5rem);
    line-height: 70px;
    color: #333333;
    margin-bottom: 30px;
}

.left_side_text_web_timetable p {}

li.time-wb {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    color: #333333;
}

li.time-wb_text {
    font-size: 25px;
    color: #333333;
    font-weight: 400;
}

li.sub_text_time_data {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333333;
    margin-left: 10px;
}

li.time-wb_vis_hid {
    visibility: hidden;
}

/***end***/
/****Sponsor widget popup***/
.top_head_text_spon h2 {
    font-size: 40px;
    font-family: 'Montserrat' !important;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}

.main_sponsore_images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
}

div#main_img_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #33333363;
    z-index: 3;
    height: 100%;
}

/* div#main_sub_img_popup {*/
/*     display: flex;*/
/*     justify-content: space-between;*/
/*     width: 85%;*/
/*     gap: 93px;*/
/*     padding: 5.3%;*/
/*     background-color: #EAEAEA;*/
/*     position: absolute;*/
/*     transform: translate(-50%, -50%);*/
/*     top: 50%;*/
/*     left: 50%;*/
/*}*/

.right_text_popup_spon h2 {
  line-height: 40px;
  font-family: 'Montserrat' !important;
  color: #333333;
  text-align: left;
  font-size: clamp(1.125rem, 1.0275rem + 0.4459vw, 1.5625rem) !important;
}

.right_text_popup_spon p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px !important;
    color: #333333;
}



#main_img_popup {
    display: none;
}

#close_popup_spon {
    position: absolute;
    /*transform: translate(-50%, -50%);*/
    /*top: 50px;*/
    /*right: 50px;*/
}

/***end***/
/*Single product page webinar landing banner section after*/
section.web_nav_block {
    background-color: #EAEAEA;
    height: 192px;
    display: flex;
    align-items: center;
}

.main_btn_web_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#mBtnWeb {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.btn_web-spon {
    padding: 0 33px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #333333;
       border: 1px solid #333 !important;
}
a.btn_web-spon.btnactive,.btn_web-spon-color-add {
    border: 1px solid #F15D23 !important;
}

.btnactive,
.mBtnWeb:hover {
    background-color: #F15D23 !important;
    color: white;
    border: none;
}

.btnactive:hover {
    background-color: #F15D23 !important;
}

/*end*/
.our_people_block_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.right-our_people_block_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.faqCheck {
    display: none;
}

a.search-filter-reset {
    text-decoration: underline;
    text-decoration-color: #333333;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    font-weight: 400;
}

a.search-filter-reset:hover {
    text-decoration-style: unset;
    text-decoration-skip-ink: none;
}

.resource-left-content_faq {}

#resource-center-conten_faq .resource-center-content {
    padding: 2.6% 0;
}

/**/
.sign-up-block .wpcf7 {
    width: min(1061px, 100%);
    position: relative;
}

.sign-up-block .wpcf7 .sign-block p {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.sign-up-block .wpcf7 .wpcf7-form-control-wrap {
    position: relative !important;
    width: 100% !important;
    max-width: 259px !important;
}

.sign-up-block .wpcf7 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 165px !important;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    font-family: "montserrat" !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    background-color: #f15d23 !important;
}

/***Slider image with text****/
.sub_event_slider_post {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.f_e_slider_image {
    width: min(803px, 100%);
        max-height: 508px;
    height: 100%;
}

.left_f_e_slider_text h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
    font-style: normal;
    text-align: left;
    color: #333333;
    max-width: 606px;
    width: 100%;
    margin-bottom: 30px;
}

.left_f_e_slider_text p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333333;
}

.left_f_e_slider_text {
    margin-left: 20%;
}

.main_event_slider_post .slick-dots {
    background-color: #fff;
    position: absolute;
    bottom: -10%;
    width: max-content;
    list-style: none;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 50% !important;
    padding: 0 !important;
    transform: translate(-50%,-50%);
}

.main_event_slider_post li.slick-active {
    background-color: #333333;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

.main_event_slider_post .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px!important;
    height: 15px;
    cursor: pointer;
    border: 1px solid #333 !important;
    border-radius: 50px;
    background: transparent!important;
}

section.slider_conf_block {
    padding: 50px 0;
}

/**/
.resource-left-content ul {
    padding: 0;
    list-style: none;
}

ul.children.childClsUl li {
    border: none;
    padding: 36px 0 0 0;
    margin: 0;
}

.resource-left-content ul.children.childClsUl li {
    border: none;
    padding: 15px 0 0 0;
    margin: 0;
}

.popular-category label.selectit {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333333;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans';
    font-weight: 600 !important;
}

.children li label.selectit {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400 !important;
    color: #333333;
}

.children li input.filter-category {
    border: 1px solid #333333;
    width: 15px;
    height: 15px;
}

.blockUI h1 {
    font-size: 14px;
}

div#misha_loadmore {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    max-width: 200px;
    width: 100%;
    margin-inline: auto;
    height: 50px;
    cursor: pointer;
    margin-top: 100px;
    color: #333333;
}

div#misha_loadmore:hover {
    background-color: #F15D23 !important;
    color: #fff;
}

a.clear-filter-faq {
    text-decoration: underline;
}

div#preset_496 {
    margin-top: 30px;
}

.three_input_ls p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.three_input_ls p br {
    display: none;
}

.three_input_ls .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

#wpcf7-f991-o1 {
    position: relative;
}

#wpcf7-f991-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    max-width: 132px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: center;
    background-color: #F15D23 !important;
}

#wpcf7-f991-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    color: #fff !important;
}

#cont-block .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

@media only screen and (max-width:1024px) {
    .three_input_ls p {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        flex-direction: column;
    }
}

.filter_sidebar spen>button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
    background-color: transparent !important;
    color: #333333 !important;
    text-decoration: underline;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    border: none;
    margin: 0;
    display: block;
}

button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
    display: none;
}

/**/
.right_img_account_block img {
    height: 100% !important;
    max-width: 100% !important;
}

section#after-oef-text {
    padding: 38px 0 50px;
}

#after-oef-text conatiner {}

section#our_sponsors {
    padding: 50px 0;
    scroll-margin-top: 292px;
}

/**/
.left-our_people_block_text h2 {
    font-size: 40px;
    color: #333333;
    font-family: 'Montserrat' !important;
}

.right-our_people_block_btn a:nth-child(1) {
    padding: 0 33px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #F15D23;
    color: #fff;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    width: 148px;
}

.right-our_people_block_btn a:hover:nth-child(1) {
    padding: 0 33px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #F15D23 !important;
    color: #fff;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    width: 148px;
}

.right-our_people_block_btn a:nth-child(2) {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    color: #333333;
    text-decoration: underline;
    font-family: 'Montserrat' !important;
}

.right-our_people_block_btn a:hover:nth-child(2) {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    color: #333333;
    text-decoration: underline;
    font-family: 'Montserrat' !important;
}

/**/
.sign-up-block .wpcf7 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 0px !important;
    position: relative;
}

.sign-up-block .wpcf7 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    margin-bottom: 0px !important;
}

.amount_data_inds .regular-price span.woocommerce-Price-amount.amount {
    text-decoration: none;
}

.p_i_s_i_banner .regular-price span:nth-child(1) {
    text-decoration: none;
}

.site .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
    outline-offset: -6px;
    outline: 0px dotted currentColor;
}

span.cartcontents {
    text-transform: inherit;
}

section#image-slider-event {
    padding: 50px 0;
}

section#image-slider-event .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*footer contact form*/
.footer-top-text.join-us .wpcf7 {
    position: relative !important;
}

.footer-top-text.join-us .wpcf7 p br {
    display: none !important;
}

.footer-top-text.join-us .wpcf7 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    margin: 0px !important;
}

.footer-top-text.join-us select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid {
    margin: 0 !important;
}

.footer-top-text.join-us .wpcf7-response-output {
    color: #fff;
    font-family: 'Open Sans';
    font-size: calc(7.4px + 0.5vw);
    padding: 5px !important;
    margin: 10px 0px !important;
}

#misha_filters .resource-left-content .accordionUL>li label {
    font-weight: 400 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333333;
    line-height: 34px;
    font-family: 'Open Sans';
}

.filter_sidebar h4 {
    font-size: 25px;
    font-weight: 500 !important;
    line-height: 40px;
    color: #333333;
}

a.lmp_button,
a.lmp_button:hover {
    background-color: transparent !important;
    border: 1px solid #333333 !important;
    color: #333333 !important;
    width: 200px !important;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    font-size: 17px !important;
    font-weight: 400;
    font-family: 'Montserrat';
}

.lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
    background-color: #f15d23 !important;
    color: #ffffff !important;
    border: none !important;
}

.lmp_products_loading,
.lmp_load_more_button {
    width: 100%;
    text-align: center;
    clear: both;
    /*padding: 50px 0;
        */
}

/**/
.yith-wcan-filters .filter-title.collapsable.closed {
    border-bottom: 1px solid rgba(51, 51, 51, 0.10) !important;
}

.yith-wcan-filters .yith-wcan-filter h4.collapsable {
    border-bottom: 0;
}

.yith-wcan-filters .filter-title.collapsable.opened {
    border-bottom: 0 !important;
    padding-bottom: 15px !important;
}

.yith-wcan-filters .filter-content {
    margin-top: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.10) !important;
}

.resource-content-heading a:nth-child(3) {
    background-color: #F15D23;
    text-decoration: none;
    width: 200px;
    height: 50px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
}

.resource-content-heading a:hover:nth-child(3) {
    background-color: #F15D23 !important;
    text-decoration: none;
    width: 200px;
    height: 50px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(8px + 0.5vw);
    font-weight: 400;
}

/*my login*/
.content-block p,
.new_account-form p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.page-id-16 section#after-oef-text {
    padding: 38px 0 100px;
}

div#aboutloadMore {
    width: 200px;
    height: 50px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333333;
    line-height: 34px;
    font-family: 'Montserrat';
    margin-inline: auto;
    cursor: pointer;
}

div#aboutloadMore:hover {
    background-color: #F15D23 !important;
    color: #fff;
}

.site .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
    outline-offset: -6px;
    outline: 0px dotted currentColor !important;
}

.mobile-blog-sec div#m_blog_misha_loadmore {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    list-style: none;
    margin-inline: auto;
    margin-top: 50px;
    text-decoration: underline;
}

/**/
input,
input::placeholder {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #33333;
    line-height: 34px;
    font-family: 'Open Sans' !important;
}

.show-me-customselect-3 .select-selected {
    background-color: white;
    color: black;
    margin-bottom: 0px;
    padding: 12px 30px;
    border-bottom: 1px solid #cccc;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-family: 'Open Sans';
}

.main_event_slider_post .slick-dots li button:hover {
    border: 1px solid #333333 !important;
}

.page-id-341 footer {
    margin: 0 !important;
}

.page-id-341 section.sign-up-block {
    margin: 0 !important;
}

.check-box-btn {
    margin-top: 15px;
}

span[data-name~="checkbox-150"] {
    margin-bottom: 15px;
}

/*login*/
.woocommerce-privacy-policy-text {
    display: none;
}

#one_two_form #popupForm .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -30px !important;
}

section.desktop-blog-sec.our_lr .gallery_title_content .gallery-left-btn-event .tablink {
    line-height: 34px;
}

/******our community********/
section.our_commitment_block {
    margin: 50px 0;
}

.img_text_block_our_commitment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.right_our_commitment_img {
    background-color: #eaeaea;
    align-items: center;
    display: grid;
}

.text_right_our_commitment {
    padding: 0 50px;
    display: grid;
    gap: 30px;
}

.text_right_our_commitment h2 {
    font-size: 40px;
    line-height: 70px;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #333333;
}

.text_right_our_commitment p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px !important;
    font-weight: 400;
    font-family: 'Open Sans' !important;
    color: #333333;
}

@media only screen and (max-width: 1200px) {
    .img_text_block_our_commitment {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .text_right_our_commitment {
        padding: 30px 40px;
        display: grid;
        gap: 30px;
    }

    .text_right_our_commitment h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        font-family: 'Montserrat';
        color: #333333;
    }

    .text_right_our_commitment p {
        font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
        line-height: 34px !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        color: #333333;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .text_right_our_commitment {
        padding: 0 40px;
        display: grid;
        gap: 15px;
    }

    .text_right_our_commitment h2 {
        font-size: 25px;
        line-height: 40px;
        font-weight: bold !important;
        font-family: 'Montserrat' !important;
        color: #333333;
    }

    .text_right_our_commitment p {
        font-size: 14px;
        line-height: 30px !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        color: #333333;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
    .text_right_our_commitment {
        padding: 0 40px;
        display: grid;
        gap: 15px;
    }

    .text_right_our_commitment h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold !important;
        font-family: 'Montserrat' !important;
        color: #333333;
    }

    .text_right_our_commitment p {
        font-size: 16px;
        line-height: 30px !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        color: #333333;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 1600px) {
    .text_right_our_commitment {
        padding: 0 40px;
        display: grid;
        gap: 15px;
    }

    .text_right_our_commitment h2 {
        font-size: 35px;
        line-height: 40px;
        font-weight: bold !important;
        font-family: 'Montserrat' !important;
        color: #333333;
    }

    .text_right_our_commitment p {
        font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
        line-height: 30px !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        color: #333333;
    }
}

/**/
.arrow_blog_img_single p {
    text-transform: inherit;
    color: #333333;
    font-weight: 600;
    font-family: 'Open Sans' !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

a.btn_web-spon.download_agenda,
a.btn_web-spon.download_agenda:visited,
a.btn_web-spon.download_agenda:focus,
a.btn_web-spon.download_agenda:active {
    background-color: #F15D23;
    color: #fff;
    border: none;
}

a.btn_web-spon.download_agenda:hover {
    background-color: #F15D23 !important;
    color: #fff;
    border: none;
}

/**/
.left_right_poster_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.left_poster_block_text {
    margin-left: 18%;
    align-items: center;
    display: grid;
}

.poster_block_text_left {
    display: grid;
    gap: 30px;
}

a.poster_block_btn {
    padding: 0 30px;
    height: 50px;
    background-color: #F15D23;
    max-width: max-content;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
}
a.poster_block_btn:hover {
    padding: 0 30px;
    height: 50px;
    background-color: #F15D23 !important;
    display: flex;
    align-items: center;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .left_right_poster_block {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .left_poster_block_text {
        margin-left: 0%;
        align-items: center;
        display: grid;
        padding: 30px 0;
    }

    .text_right_our_commitment {
        padding: 30px 40px;
        display: grid;
        gap: 30px;
    }

    .poster_block_text_left h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        font-family: 'Montserrat';
        color: #333333;
    }

    .poster_block_text_left p {
        font-size: 14px;
        line-height: 34px !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        color: #333333;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .poster_block_text_left h2 {
        font-size: 25px;
        line-height: 40px;
        font-weight: bold !important;
        font-family: 'Montserrat' !important;
        color: #333333;
    }

    .poster_block_text_left p {
        font-size: 14px;
        line-height: 30px !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        color: #333333;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
    .poster_block_text_left h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold !important;
        font-family: 'Montserrat' !important;
        color: #333333;
    }

    .poster_block_text_left p {
        font-size: 16px;
        line-height: 30px !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        color: #333333;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 1600px) {
    .poster_block_text_left h2 {
        font-size: 35px;
        line-height: 40px;
        font-weight: bold !important;
        font-family: 'Montserrat' !important;
        color: #333333;
    }

    .poster_block_text_left p {
        font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
        line-height: 30px !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        color: #333333;
    }
}

section.our_commitment_block {
    margin: 50px 0;
}

.img_text_block_our_commitment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.right_our_commitment_img {
    background-color: #eaeaea;
    align-items: center;
    display: grid;
}

.text_right_our_commitment {
    padding: 0 50px;
    display: grid;
    gap: 30px;
}

.text_right_our_commitment h2 {
    font-size: clamp(0.875rem, 0.5127rem + 1.6561vw, 2.5rem);
    line-height: 70px;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #333333;
}

.text_right_our_commitment p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px !important;
    font-weight: 400;
    font-family: 'Open Sans' !important;
    color: #333333;
}

@media only screen and (max-width: 1200px) {
    .img_text_block_our_commitment {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .text_right_our_commitment {
        padding: 30px 40px;
        display: grid;
        gap: 30px;
    }

    .text_right_our_commitment h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        font-family: 'Montserrat';
        color: #333333;
    }

    .text_right_our_commitment p {
        font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
        line-height: 34px !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        color: #333333;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .text_right_our_commitment {
        padding: 40px;
        display: grid;
        gap: 15px;
    }

    .text_right_our_commitment h2 {
        font-size: 25px;
        line-height: 40px;
        font-weight: bold !important;
        font-family: 'Montserrat' !important;
        color: #333333;
    }

    .text_right_our_commitment p {
        font-size: 14px;
        line-height: 30px !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        color: #333333;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
    .text_right_our_commitment {
        padding: 0 40px;
        display: grid;
        gap: 15px;
    }

    .text_right_our_commitment h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold !important;
        font-family: 'Montserrat' !important;
        color: #333333;
    }

    .text_right_our_commitment p {
        font-size: 16px;
        line-height: 30px !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        color: #333333;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 1600px) {
    .text_right_our_commitment {
        padding: 0 40px;
        display: grid;
        gap: 15px;
    }

    .text_right_our_commitment h2 {
        font-size: 35px;
        line-height: 40px;
        font-weight: bold !important;
        font-family: 'Montserrat' !important;
        color: #333333;
    }

    .text_right_our_commitment p {
        font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
        line-height: 30px !important;
        font-weight: 400;
        font-family: 'Open Sans' !important;
        color: #333333;
    }
}

.agenda_overview::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.agenda_overview {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sponsoer_top {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sponsoer_top::-webkit-scrollbar {
    display: none;
}

/**/
.conferences-page-right-side-subcontent-a.conferences-related_img {
    width: 100%;
    max-width: 655px;
    height: 100%;
    position: relative;
}

.conferences-page-right-side-subcontent-a.conferences-related_img>img {
    width: 100%;
    max-width: 100% !important;
    max-height: 419px;
    height: 100% !important;
}

.online_info {
    position: absolute;
    top: 35px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    background-color: #333333;
    padding: 0 30px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
}

.online_info h2 {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #fff;
    line-height: 34px;
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
}

.home .search_drop {
    top: 145px !important;
}

/*slider video*/
/*.splide__list {*/
/*       gap: 25px;*/
/*   }*/
/* .splide__arrow--prev {*/
/*     margin-left: -50px;*/
/*}*/
/* .splide__arrow--next {*/
/*     margin-right: -50px;*/
/*}*/
.splide__pagination {
    margin-bottom: -35px;
}

.splide__pagination__page.is-active {
    background: green;
}

.iconss-download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.iconss-downloads.img-iconss {
   position: absolute;
}

div#aboutloadMoreA {
    padding: 0 30px;
    height: 50px;
    display: flex;
    align-items: center;
    max-width: 200px;
    width: 100%;
    margin-inline: auto;
    border: 1px solid;
    justify-content: center;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    color: #333333;
}

.DesktopSlidercarousel::before {
    content: "";
    background-color: #000;
    opacity: 25%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.gallery-slider-video.video_image-slider {
    padding: 50px 0;
}

section#venue-image-slider-event {
    padding: 50px 0;
}

#our_sponsors .top_head_text_spon h2 {
    text-align: center !important;
}

.sign-up-block .sign-block {
    justify-content: center;
}

/*cart page*/
span {
    cursor: pointer;
}

.number_quantity {
    display: flex;
    align-items: center;
    font-family: cursive;
    max-width: 200px;
    width: 100%;
    border: 1px solid #333333;
}

.minus,
.plus {
    width: 100px !important;
    height: 50px;
    background: #333333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
}

input#count_num {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.promotion_block {
    display: grid;
    gap: 30px;
}

.promotion_block input[type="submit"] {
    width: 100%;
    background-color: #F15D23 !important;
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.main_prom_block h2 {
    font-size: 25px;
    color: #333333;
    line-height: 40px;
    font-family: 'Montserrat';
}

.main_cart_page {
    display: grid;
    grid-template-columns: 65% 30%;
    gap: 5%;
}

#promo_code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#promo_code input#fname {
    padding: 0 20px !important;
    margin: 0 !important;
}

#promo_code input[type="submit"] {
    height: 50px;
    background-color: #333333 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 116px;
    justify-content: center;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.subtotal_data,
.total_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_prom_block {
    display: grid;
    gap: 30px;
    padding: 50px;
    background-color: #eaeaea;
}

.subtotal_data h2 {
    font-size: 17px !important;
    font-family: 'Open Sans' !important;
    color: #333333;
    line-height: 34px;
    font-weight: 600;
}

.sub_total_amount_promo {
    display: grid;
    gap: 30px;
}

h2.final_amount {
    color: #F15D23;
}

.product-name,
.product-quantity,
.product-subtotal {
    text-align: left;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Montserrat';
}

/*cart Page Design*/
.contant_item_basket_cart {
    margin-top: 50px;
    display: grid;
    gap: 50px;
}

.cart_page {
    display: grid;
    grid-template-columns: 60% 37%;
    gap: 3%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

.cart_title_bar {
    padding: 40px 0;
    display: grid;
    align-items: center;
    grid-template-columns: 60% 20% 10%;
    gap: 5%;
}

.product-subtotal {
    text-align: right;
}

.product-subtotal {
    text-align: start;
}

.contant_item_cart {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    padding: 4.1% 0;
}

.woocommerce-cart-form__cart-item.cart_item {
    display: grid;
    grid-template-columns: 60% 20% 10%;
    gap: 5%;
}

.product-thumbnail {
    display: flex;
    gap: 50px;
    text-align: left;
}

.cart_price_title {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.countinu_shoping_btn {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
}

a.cs_btn {
    border: 1px solid;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

a.cs_btn_besk {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333333;
    text-decoration: underline;
}

.checkout_payment-logo-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.checkout_payment-logo-footer img {
    max-width: 46px !important;
    width: 100%;
}

a.removed {
    text-align: end;
    width: 100%;
    display: block;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    color: #333333;
}

.account_login_form_block .pass_conf_block {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 39px;
    margin-bottom: 30px;
}

.change_pass-input,
p.form-row.form-row-wide.confirm_pswd {
    width: 100%;
    position: relative;
}

.account_login_form_block .woocomerce-subscription-terms {
    display: grid;
    gap: 15px;
    margin: 8px 0 40px;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin: 0 !important;
    gap: 0 !important;
}

.form-row-wide input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 3px;
    top: -1px;
    position: absolute;
    width: 7px;
    height: 12px;
    border: 2px solid var(--form--color-text);
    border-top: 0;
    border-left: 0;
    transform: rotate(37deg);
}

.account_login_form_block .new_account-form .woocomerce-subscription-terms input {
    margin-right: 10px;
}

span.sign_here {
    text-decoration: underline;
}

.img-text {
    display: grid;
    gap: 20px;
}

.woocommerce-checkout form[name=checkout] {
    display: unset !important;
}

.speaker_top {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: 0px 0 50px;
    flex-wrap: wrap;
    align-items: center;
}

.speaker_top .btn_group.tab {
    display: flex !important;
    gap: 40px;
    align-content: center;
}

.gallery_main-slider {
    padding-top: 0 !important;
}

.book_place_main .card_sec_2 .card_sec_2_discount .regular-price span.woocommerce-Price-currencySymbol {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333333;
}

.show-me-customselect1 .select-selected {
    line-height: normal !important;
}

#image-slider-event .main_event_slider_post .slick-dots li:hover {
    border: 0px solid !important;
}

#blog-listing .blog-title-goes-here-left-sub-content p {
    font-weight: 600;
    color: #333 !important;
}

#blog-listing .single_resource-page-rt .sub_container p {
    color: #333333;
}

.book_place_main .cards .card .overlay {
    background-color: rgba(15, 15, 15, 0.9) !important;
}

@media only screen and (max-width: 991px) and (orientation: landscape) {

    .banner-text-slider h2 {
        line-height: 40px;
        font-style: normal;
        text-align: left;
        color: #ffffff;
        font-size: 40px;
    }

    .header-slider .slick-slide img {
        display: block;
        object-fit: cover;
    }
}

/*Account Page event */
.part_div_container {
    display: flex;
    gap: 2rem;
}

.left_myaccount_event_block {
    gap: 30px;
    display: grid;
}

.woocommerce-MyAccount-content_events {
    display: grid;
    gap: 50px;
}

.woocommerce-MyAccount-content_events .conferences-page-right-side-content {
    display: grid;
    margin: 0;
    border: 0px;
    gap: 5%;
    grid-template-columns: 30% 65%;
}

.woocommerce-MyAccount-content_events .conferences-page-right-side-subcontent-b {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 40px;
    justify-content: space-between;
}

hr.between_line_event {
    margin: 0;
    padding: 0;
    width: 4px;
    height: 100%;
    display: block;
    max-width: 1px;
    border-left: 1px solid #333 !important;
    border-bottom: 0;
}

.woocommerce-MyAccount-content_events .conferences-text-content-c {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    border: 0 !important;
    gap: 30px;
    text-align: center;
}

.conferences-text-content-c>span {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    text-decoration: underline;
}

.woocommerce-MyAccount-content_events .my-event-my-account #international-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0;
    line-height: 40px !important;
    font-size: clamp(1.125rem, 1.0275rem + 0.4459vw, 1.5625rem) !important;
}
.woocommerce-account .woocommerce-MyAccount-content_events  p:first-of-type {
    margin-bottom: 0rem !important;
}
.woocommerce-MyAccount-content_events .conferences-page-right-side-content .conference-details p:nth-last-child(-n+3) > strong {
    min-width: 70px !important;
    width: 80px;
    display: block;
}
.woocommerce-MyAccount-content_events .conferences-page-right-side-content .place_purchas_block_event {
   margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.woocommerce-MyAccount-content_events p>strong {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 600 !important;
    color: #333333 !important;
}

.woocommerce-MyAccount-content_events .conference-details.one_fild p,
.woocommerce-MyAccount-content_events .conference-details p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 500 !important;
}

.place_purchas_block_event h2 {
    font-weight: 500 !important;
    font-size: clamp(1.125rem, 1.0275rem + 0.4459vw, 1.5625rem);
    line-height: 40px;
    font-family: 'Montserrat' !important;
    color: #333333;
}

.place_purchas_block_event p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px !important;
    font-weight: 400;
    color: #333333;
    padding: 0 !important;
    margin: 0px !important;
}

.woocommerce-MyAccount-content_events button.btn-event-block {
    display: flex;
    gap: 15px;
    padding: 10px 20px;
    align-items: center;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    justify-content: center;
    border: 1px solid #333333 !important;
    color: #333333 !important;
}

.woocommerce-MyAccount-content_events button.btn-event-block img {
    width: 27px;
}

.woocommerce-MyAccount-content_events .conferences-text-content-c button.btn-event-block.attbtn:nth-child(1) {
    background-color: #F15D23 !important;
    color: #fff !important;
       border: 1px solid #F15D23 !important;
}

.your_attendees_block {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.is-active:after {
    position: absolute;
    content: "";
    top: 45%;
    right: 14%;
    width: 12px;
    height: 12px;
    border-color: white transparent transparent transparent;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(312deg);
}

@media only screen and (max-width: 1399px) and (min-width: 992px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        max-width: 250px !important;
        width: 100%;
        margin: 0 !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation-link a {
        color: #333333 !important;
        font-weight: 400 !important;
        font-size: 14px;
        line-height: 30px;
        padding: 15px 25px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        background-color: #EAEAEA;
        padding: 30px;
    }

    .text_left_event_ac {
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
        color: #333333;
    }

    .woocommerce-MyAccount-content_events #international-heading {
        font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
        line-height: 30px !important;
    }

    .woocommerce-MyAccount-content_events .conferences-page-right-side-content {
        gap: 25px;
    }

    .woocommerce-MyAccount-content_events .conferences-text-content {
        max-width: 260px;
        width: 100%;
    }

    .woocommerce-MyAccount-content_events button.btn-event-block {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 30px;
        min-width: 210px;
    }

    .woocommerce-MyAccount-content_events .conferences-page-right-side-subcontent-b {
        gap: 20px;
    }

    .woocommerce-MyAccount-content_events .conference-details.one_fild p,
    .woocommerce-MyAccount-content_events .conference-details p {
        font-size: 14px;
    }

    .woocommerce-MyAccount-content_events p>strong {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #333333 !important;
    }

    .place_purchas_block_event h2 {
        font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
        line-height: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-content p:first-of-type {
        margin-bottom: 10px;
    }
}

/*order*/
.action_query {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F15D23;
    gap: 1rem;
    color: #fff;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    height: 50px;
}

.action_query img {
    width: 30px;
}

.main_order-booking_left_block {
    display: flex;
    justify-content: space-between;
}

.order-booking_right_block {
    max-width: 489px;
    width: 100%;
    display: flex;
    gap: 40px;
    flex-direction: column;
    height: auto;
    place-items: flex-start;
}

.booking-right_text_block {
    background-color: #EAEAEA;
    padding: 50px;
}

.booking-right_text_block h2 {
    font-size: 25px;
    line-height: 40px;
    color: #333333;
}

.succ-boook-thanku-page .conferences-page-right-booking_con {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
}

.order-booking_left_block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.main_order-booking_left_block {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.qtybtn,
.qtybtn:hover {
    border: none;
    background-color: #333 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    white-space: nowrap;
    height: 50px;
    display: flex;
    color: #fff !important;
    padding: 0;
    margin: 0;
    align-items: center;
    width: 100px !important;
    justify-content: center;
}

.book_img_product_block_left .conferences-text-sub-content-ca {
    display: flex;
    gap: 20px;
    height: 50px;
    align-items: center;
    width: 245px;
    background-color: #F15D23;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #fff;
    justify-content: center;
}

.book_img_product_block_left .conferences-text-sub-content-ca img {
    width: 22px;
}

.book_img_product_block_left .conferences-page-right-side-subcontent-a {
    width: 100%;
    max-width: 173px;
    height: 100%;
}

.book_img_product_block_left .conferences-page-right-side-content {
    border: 0px solid #3333335c;
    display: flex;
    margin-bottom: 50px;
    gap: 40px;
}

/**/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    text-transform: initial !important;
}

.sign-up-block .wpcf7 form.sent .wpcf7-response-output {
    margin: 25px 0 !important;
    color: #333333;
    font-size: 14px;
    position: absolute;
    width: 100%;
    padding: 0 6px;
    bottom: -91px;
}

.gallery_title.container {
    margin-top: 50px;
}

/*myaccount event */

#resp-table-header {
    display: grid;
    background-color: #333333;
    font-weight: bold;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    width: 100%;
    grid-template-columns: repeat(6, 1fr);
}

.your_attendees_block .your-attendees {
    margin: 30px 0;
}


.table-header-cell {
    display: table-cell;
    text-align: justify;
    color: #fff;
    font-size: clamp(0.875rem, 0.7914rem + 0.3822vw, 1.25rem) !important;
    font-weight: 500;
     padding: 20px;
}

.resp-table-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.table-body-cell {
    display: table-cell;
    padding: 15px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333;
}

.edit_pen {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.atten_close {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333;
    text-decoration: underline;
    margin-bottom: 20px;
    font-family: 'Open Sans';
}

.table-body-cell>a.register-send-chase {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333;
    text-decoration: underline;
    font-family: 'Open Sans' !important;
    text-underline-offset: 1px;
}

.atten_close img {
    width: 30px;
}

/*end*/
#login_header img {
    width: 20px;
}

.attendee-edit {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333;
    text-decoration: underline;
    font-family: 'Open Sans' !important;
    text-underline-offset: 1px;
}

a.attendee-remove {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333;
    text-decoration: underline;
    font-family: 'Open Sans' !important;
    text-underline-offset: 1px;
}

i.fa.fa-pencil {
    margin-right: 15px;
}

#login_popup .woocommerce-button.button.woocommerce-form-login__submit {
    border: 0px solid #333;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    color: #fff !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    cursor: pointer;
    margin: 20px 0;
    width: 100% !important;
    justify-content: center;
    background-color: #F15D23 !important;
}

#login_popup .woocommerce-button.button.woocommerce-form-login__submit:hover {
    border: 0px solid #333;
    height: 50px;
    background-color: #F15D23 !important;
    display: flex;
    align-items: center;
    padding: 0 30px;
    color: #fff !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    cursor: pointer;
    margin: 20px 0;
    width: 100% !important;
    justify-content: center;
}

#login_popup input[type="checkbox"]::after {
    content: '\2713' !important;
    border: 0 !important;
    transform: none !important;
}

/*lost password*/
/* .woocommerce-account.woocommerce-lost-password .woocommerce {*/
/*     max-width: 100% !important;*/
/*}*/
.woocommerce-account.woocommerce-lost-password .woocommerce {
    max-width: -webkit-fill-available;
    padding: 0 !important;
    flex-wrap: wrap;
}

section.lost_pass_my_account {
    background-color: #eaeaea;
    padding: 50px;
    margin-top: 38px;
}

.lost-password-woocom {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    gap: 20px;
    margin-top: 30px;
}

.lost-password-woocom input#user_login {
    padding: 0 20px !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
}

.woocommerce-error li,
.woocommerce-info,
.woocommerce-message {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-cart .woocommerce-error {
    margin: 2rem 0 0 !important;
    border: 0;
    background-color: #F15D23;
    color: #fff;
    width: 100%;
    padding: 0 !important;
}

.lost-password-woocom button.woocommerce-Button.button {
    margin: 0;
    border: 0;
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff !important;
    background-color: #F15D23 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    text-decoration: none;
}

.lost-password-woocom button.woocommerce-Button.button:hover {
    padding: 0 30px;
    background-color: #F15D23 !important;
    margin: 0;
    border: 1px solid;
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff !important;
}

.term-conditions-popup {
    display: none;
}

.term-conditions-popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #3333338a;
    z-index: 9;
    color: #333;
}

.h-close {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.h-close #close_popup_term {
    width: 27px;
}

.conferences-content-page-right-side .xoo-cp-atcn.xoo-cp-success {
    display: none;
}

.popup-sub-content-info-b .check-box-btn input[type=checkbox] {
    -webkit-appearance: none !important;
    position: relative !important;
    border: 1px solid !important;
    width: 15px !important;
    height: 15px !important;
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
}

.popup-sub-content-b input[type="radio"] {
    display: block !important;
    position: relative;
    width: 15px !important;
    height: 15px !important;
    border-width: 1px !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.popup-sub-content-b input[type=radio]:checked:focus {
    outline-offset: 0px !important;
    outline: 0px dotted var(--form--border-color) !important;
}

.popup-sub-content-b input[type=radio]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 0 !important;
    top: 0 !important;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    background: #333 !important;
}

#myPopup input[type=number].xoo-cp-qty {
    border: 0 !important;
    text-align: center;
    display: inline-block;
    max-width: 50%;
    float: left;
    height: 100% !important;
    line-height: 100%;
}

a:hover {
    text-decoration-style: solid !important;
    text-decoration-skip-ink: none;
}

@media only screen and (max-width: 767px) {
    #myPopup .conferences-page-right-side-content {
        display: flex;
        border: none;
        gap: 20px;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
    }

    #myPopup .input-popup-box>a {
        width: 100%;
        font-size: 14px;
    }

    #myPopup .popup-content-a {
        border-top: 1px solid rgba(51, 51, 51, 0.2);
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: left;
        padding: 20px 0;
    }

    #myPopup .conferences-content-page-right-side {
        gap: 20px;
    }

    #myPopup .popup-content .conferences-content-page-right-side .popup-content-d .conference-btn {
        color: white;
        width: 100%;
        font-size: 14px;
    }

    #myPopup .popup-content .conferences-content-page-right-side .popup-content-d a {
        font-size: 14px !important;
        width: 100%;
        text-transform: inherit !important;
    }

    #myPopup .popup-content-c {
        padding: 20px 0 0;
    }

    #myPopup .conferences-page-right-side-subcontent-a {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    #myPopup #international-heading {
        font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
        font-weight: 500;
        color: #333333;
        margin: 0;
        padding: 0;
        line-height: normal !important;
    }

    #myPopup .conferences-text-content {
        gap: 5px;
        display: flex;
    }

    #myPopup p>strong {
        font-size: 14px !important;
    }

    #myPopup .conferences-text-content p {
        font-size: 14px;
    }

    #myPopup .pop-up-content-industry p {
        font-size: 14px;
    }

    #myPopup .conferences-text-content-c {
        gap: 15px !important;
        padding: 0;
        border: 0 !important;
    }

    #myPopup .conferences-text-sub-content-c {
        float: left;
        gap: 27px;
        width: 100%;
        flex-wrap: wrap;
    }

    .conferences-text-sub-content-c-info {
        width: 200px;
        height: 50px;
        display: block;
    }

    #myPopup .conferences-page-right-side-subcontent-c {
        border-left: 0px solid rgba(0, 0, 0, 0.2);
    }

    .rbs {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
        flex-wrap: wrap;
        gap: 30px;
    }

    #myPopup .popup-content-d {
        display: flex;
        gap: 30px;
        border-top: 1px solid rgba(51, 51, 51, 0.2);
        padding-top: 37px;
        flex-direction: column;
    }

    #myPopup input#apply {
        max-width: 100%;
        height: 50px;
        padding: 20px !important;
        margin: 0 !important;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #myPopup .conferences-page-right-side-content {
        display: flex;
        border: none;
        gap: 20px;
        align-items: flex-start;
    }

    #myPopup #international-heading {
        font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
        font-weight: 500;
        color: #333333;
        margin: 0;
        padding: 0;
        line-height: normal !important;
    }

    #myPopup .conferences-text-content {
        gap: 5px;
        display: flex;
    }

    #myPopup p>strong {
        font-size: 14px !important;
    }

    #myPopup #international-heading {
        font-size: 17px !important;
    }

    #myPopup .conferences-text-content p {
        font-size: 14px;
    }

    #myPopup .pop-up-content-industry p {
        font-size: 14px;
    }

    #myPopup .conferences-text-content-c {
        gap: 15px !important;
        padding-left: 14px;
    }

    #myPopup .conferences-text-sub-content-c {
        display: grid;
        grid-template-columns: repeat(2, 2fr);
        float: left;
        gap: 27px;
        width: 100%;
    }

    .conferences-text-sub-content-c-info {
        width: 155px;
        height: 50px;
        display: block;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 992px) {
    #myPopup .conferences-page-right-side-content {
        display: flex;
        border: none;
        gap: 20px;
        align-items: flex-start;
    }

    #myPopup #international-heading {
        font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
        font-weight: 500;
        color: #333333;
        margin: 0;
        padding: 0;
       
    }

    /*#myPopup .conferences-text-content {*/
    /*    gap: 5px;*/
    /*    display: flex;*/
    /*}*/

    /*#myPopup p>strong {*/
    /*    font-size: 14px !important;*/
    /*}*/

    #myPopup .conferences-text-content p {
        font-size: 14px;
    }

    #myPopup .pop-up-content-industry p {
        font-size: 14px;
    }

    #myPopup .conferences-text-content-c {
        gap: 15px !important;
    }

    #myPopup .conferences-text-sub-content-c {
        display: grid;
        grid-template-columns: repeat(2, 2fr);
        float: left;
        gap: 27px;
        width: 100%;
    }

    .conferences-text-sub-content-c-info {
        width: 155px;
        height: 50px;
        display: block;
    }
}

#myPopup span.error {
    position: absolute;
    border: 22px;
    margin-top: 60px;
    color: red;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

#myPopup .input-popup-box {
    flex-wrap: wrap;
}

.conferences-content-page .filter_sidebar button.btn.btn-primary.yith-wcan-reset-filters.reset-filters {
    background-color: transparent !important;
    color: #333 !important;
    text-decoration: underline;
    padding: 0 !important;
    margin: 0;
    width: auto !important;
    border: none !important;
}

.conferences-content-page .filter_sidebar button.btn.btn-primary.yith-wcan-reset-filters.reset-filters:hover {
    background-color: transparent !important;
    color: #333 !important;
    text-decoration: underline;
    padding: 0 !important;
    margin: 0;
    width: auto !important;
    border: none !important;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .tab_container {
        position: relative;
    }

    /*#checkout-frm .tab:nth-child(3) .grp_btn {*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 80%;*/
    /*}*/
}

#webinar-recording .blog-title-goes-here-left-sub-content {
    display: none;
}

div#wpcf7-f948-o1::-webkit-scrollbar {
    display: none;
}

div#wpcf7-f948-o1 {
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 1444px !important;
}

#one_two_form #popupForm #wpcf7-f948-o1 form.wpcf7-form {
    gap: 0px !important;
}



.page-id-39 header#headers {
    display: none;
}

.woocommerce-order-received header#headers {
    display: block;
}

header#header-check {
    background-color: #000000;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.page-id-39 section#breadcrumb {
    margin-top: 113px;
}

.woocommerce-order-received section#breadcrumb {
    margin-top: auto !important;
}

.fa-bars:before,
.fa-navicon:before {
    content: "" !important;
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(https://global-engage.com/wp-content/uploads/2023/07/menu.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    content: "" !important;
    background-image: url(https://global-engage.com/wp-content/uploads/2023/07/Group-2340.svg);
    width: 25px;
    height: 25px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

/**/
div#attendees-popup_btn {
    display: none;
}

#attendees-remove-popup_btn {
    display: none;
}

div#attendees-popup_btn {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #333333b5;
    z-index: 999;
    overflow: overlay;
}

@media only screen and (max-width: 600px) {
    div#attendees-popup_btn {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #333333b5;
           z-index: 999;
        overflow: overlay;
        padding: 0 30px;
    }

    .form-atten-tag-block {
        gap: 0px !important;
        flex-direction: column;
    }

    .top-attendees-popup_closbtn h2,
    #attendees-remove-popup_btn .top-attendees-popup_closbtnh2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

#attendees-remove-popup_btn {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #333333b5;
    z-index: 8;
    overflow: overlay;
}

.sub-attendees, .sub-attendees-rem {
    position: relative;
    padding: 50px;
    margin: 2% auto;
   width: clamp(250px, 90%, 1444px) !important;
    height: clamp(150px, 100%, 450px);
    background-color: #eaeaea;
    overflow: scroll;
    top: 9%;
}

.top-attendees-popup_closbtn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main_atten_form {
    width: 100%;
}

.form-atten-tag-block {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.top-attendees-popup_closbtn h2, #attendees-remove-popup_btn .top-attendees-popup_closbtnh2 {
    font-size: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem);
    font-weight: bold !important;
    line-height: 70px;
   text-transform: inherit;
}

.sub-attendees::-webkit-scrollbar,
.sub-attendees-rem::-webkit-scrollbar {
    display: none;
}

.sub-attendees,
.sub-attendees-rem {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sub-attendees-rem button.remove-att {
    margin: 0;
    height: 50px;
    padding: 0 30px;
    border: 1px solid #333;
    color: #333 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.sub-attendees-rem button.remove-att:hover {
    margin: 0;
    height: 50px;
    padding: 0 30px;
    border: 1px solid #F15D23 !important;
    color: #fff !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    background-color: #F15D23 !important;
}

#attendees-remove-popup_btn .main_atten_form {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px;
}

form#form {
    position: relative;
}

input#query {
    position: relative;
    width: 100%;
    outline: none;
    float: left;
    font-size: 16px;
    margin: 0 !important;
}

button.surch_btn_icon_enent {
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    border: none !important;
    z-index: 19;
    background-color: #fff !important;
    padding: 0;
    height: 100%;
    width: 50px !important;
    align-items: center;
    justify-content: center;
}

button.surch_btn_icon_enent:hover {
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    border: none !important;
    z-index: 19;
    background-color: #fff !important;
    padding: 0;
    height: 100%;
    width: 50px !important;
    align-items: center;
    justify-content: center;
}

button.surch_btn_icon_enent img {
    max-width: 40% !important;
}


a.myevents-wotbtn {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    /* white-space: nowrap; */
    color: #333;
}

#myaccount-event-resource {
    display: none;
}

.resource-downloads-video {
    display: flex;
    gap: 25px;
}

/**/
.custom-select-event {
    position: relative;
    font-family: Arial;
}

/*style the arrow inside the select element:*/
.custom-select-event .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.custom-select-event .select-selected.select-arrow-active:after {
    position: absolute;
    content: "";
    top: 33%;
    right: 20px;
    width: 12px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*style the items (options), including the selected item:*/
.custom-select-event .select-items div,
.custom-select-event .select-selected {
    color: #333333;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    margin: 0;
}

/*style items (options):*/
.custom-select-event .select-items {
    position: relative;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    color: #333333;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.custom-select-event .select-items div:hover,
.custom-select-event .same-as-selected {
    background-color: #F15D23;
    color: #fff !important;
}

.addeventmember {
    background-color: #333;
    color: #fff !important;
}

.addeventmember:before {
    position: absolute;
    content: "";
    top: 33%;
    right: 20px;
    width: 12px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/**/
div#resp-table-headers {
    width: 100%;
    background-color: #333;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.resp-table-rows {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

/*my account profile*/
.woocommerce-MyAccount-content_myprofile_block {
    display: grid;
    gap: 30px;
}

.woocommerce-MyAccount-content_myprofile_block .text_myprofile_top_account {
    display: flex;
    justify-content: space-between;
}

.woocommerce-MyAccount-content_myprofile_block .my-account-my_profile_section {
    display: grid;
    gap: 5px;
}

.woocommerce-MyAccount-content_events .conferences-page-right-side-subcontent-b #international-heading {
    font-size: clamp(1.125rem, 1.0275rem + 0.4459vw, 1.5625rem) !important;
}

.my-profile-data-info {
    display: grid;
    grid-template-columns: 23% 77%;
}

.my-profile-data-info strong {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    font-weight: 600 !important;
    color: #333;
}

.my-profile-data-info p {
    line-height: 34px !important;
    color: #333;
    padding: 0 !important;
    margin: 0 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

@media only screen and (max-width: 700px) and (min-width: 428px) {
    .my-profile-data-info {
        display: grid;
        grid-template-columns: 40% 60%;
    }
}

/*attendees my-account page*/
.list-name-edit-data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.left-list-name-data-attendees ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 5px;
}

.left-list-name-data-attendees ul li {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-family: 'Open Sans';
}

.remove-edite_text-attend.attendeesRemoveCls {
    text-decoration: underline;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    font-weight: 400;
    color: #333;
}

.left-list-name-data-attendees {
    display: flex;
    gap: 40px;
    align-items: center;
    color: #333;
}

.my-attendees-list .main-my-attendees-list p {
    font-size: 25px !important;
    line-height: 40px !important;
    font-family: 'Montserrat' !important;
    color: #333;
    font-weight: 500;
    padding: 0;
    margin: 0 !important;
}

.attendees-name-list hr:nth-last-child(-n + 1) {
    display: none;
}

.edite_img-text-attend {
    display: flex;
    gap: 20px;
    white-space: nowrap;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    font-weight: 400;
    font-family: 'Montserrat';
    text-decoration: underline;
}

span.line-between-edite {
    width: 4px;
    background-color: #333;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-attendees-list {
    display: grid;
    gap: 30px;
}

.attendees-name-list {
    display: grid;
    gap: 50px;
}

@media only screen and (max-width: 427px) {
    .list-name-edit-data {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 30px;
    }
}

@media only screen and (max-width: 700px) and (min-width: 428px) {
    .list-name-edit-data {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 30px;
    }
}

/**/
.delegate-change-pass-info {
    display: grid;
    gap: 30px;
}

.delegate-change-pass-info h2 {
    font-size: 40px;
    line-height: 70px;
    font-family: 'Montserrat' !important;
}

.main-left-right-block-change-pass {
    display: grid;
    grid-template-columns: 70% 30%;
    background-color: #eaeaea;
    margin-top: 50px;
}

.main-left-right-block-change-pass .change-pass-dele-block {
    padding: 50px;
    display: grid;
    gap: 30px;
}

.main-left-right-block-change-pass form#login-user-change-pass {
    display: flex;
    width: 100%;
    gap: 40px;
}

.main-left-right-block-change-pass input#password {
    max-width: 389px;
    width: 100%;
    height: 50px;
    border: 0;
    margin: 0 !important;
}

.main-left-right-block-change-pass #login-user-change-pass button {
    background-color: #F15D23 !important;
    padding: 0 20px;
    margin: 0;
    color: #fff;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    width: 100%;
        border: 1px solid #F15D23 !important;
}

.main-left-right-block-change-pass #login-user-change-pass button:hover {
    background-color: #F15D23 !important;
    padding: 0 20px;
    margin: 0;
    color: #fff;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    width: 100%;
    border: 0px !important;
}

.main-left-right-block-change-pass .active-account-form h2 {
    font-family: "montserrat" !important;
    font-size: clamp(1.125rem, 1.0275rem + 0.4459vw, 1.5625rem) !important;
    font-weight: 500 !important;
    line-height: 40px;
    font-style: normal;
    text-align: left;
    color: #333333;
    margin: 0;
}

.main-right-block-change-pass img {
    height: 100% !important;
}

@media only screen and (max-width: 991px) {
    .main-left-right-block-change-pass {
        display: flex;
        flex-direction: column-reverse;
    }

    .main-left-right-block-change-pass form#login-user-change-pass {
        flex-direction: column;
    }

    .main-left-right-block-change-pass input#password {
        max-width: 100%;
    }

    .main-left-right-block-change-pass .change-pass-dele-block {
        padding: 25px;
    }

    .main-left-right-block-change-pass #login-user-change-pass button {
        font-size: 12px;
        height: 50px;
    }

    .delegate-change-pass-info h2 {
        font-size: 25px;
        line-height: 34px;
        font-family: 'Montserrat' !important;
    }

    .main-left-right-block-change-pass button.toggle {
        text-align: center;
    }

    .main-left-right-block-change-pass .active-account-form h2 {
        text-align: center;
    }
}

.account_login_form_block p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label {
    padding: 0 !important;
    margin: 0 !important;
}

.account_login_form_block p.woocommerce-form-row.woocommerce-form-row--wide.form-row-wide input[type=checkbox]:after {
    opacity: 0;
    content: '\2713' !important;
    display: block;
    left: 0;
    width: 0px !important;
    top: -4px;
    position: absolute;
    border: 0 !important;
    transform: rotate(11deg) !important;
}

.account_login_form_block p.woocommerce-form-row.woocommerce-form-row--wide.form-row-wide input[type=checkbox]:checked:after {
    opacity: 1;
}

@media only screen and (max-width: 500px) {
    .account_login_form_block p.woocommerce-form-row.woocommerce-form-row--wide.form-row-wide input[type=checkbox]:after {
        opacity: 0;
        content: '\2713' !important;
        display: block;
        left: 2px;
        width: 0px !important;
        top: -2px;
        position: absolute;
        border: 0 !important;
        transform: rotate(11deg) !important;
    }
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    padding: 0 30px;
    margin: 0;
    background-color: #F15D23 !important;
    border: 0px;
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #fff !important;
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
        overflow: visible;
    }

    .btn_group.tab button.btn.active.triggerClick {
        width: 100% !important;
        font-size: 14px !important;
    }

    .btn_group.tab button.speakerslink.custom_new_button_secondary {
        width: 100% !important;
        font-size: 14px !important;
    }

    #myPopup .popup-sub-content-info-b span {
        cursor: pointer;
        font-size: 14px;
    }

    .video-wrapper button#playButton {
        width: 77px !important;
        padding: 0;
    }

    .video-wrapper button#playButton:hover {
        width: 77px !important;
        padding: 0;
    }
}

@media only screen and (max-width: 992px) {
    #myPopup .popup-content .conferences-content-page-right-side .popup-content-d .conference-btn {
        font-size: 14px !important;
    }

    #myPopup .popup-content .conferences-content-page-right-side .popup-content-d a {
        font-size: 14px !important;
    }

    #myPopup .popup-sub-content-info-b span {
        font-size: 14px;
    }

    #myPopup #international-heading {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    #myPopup .conferences-text-sub-content-c:nth-child(1) p {
        font-size: 18px !important;
    }

    #myPopup span.error {
        margin-top: 55px;
        font-size: 14px;
    }

    .popup-content {
        margin: 140px 15px;
        top: 20%;
        display: block;
        margin-inline: auto;
    }

    .resource-content {
        margin-top: 50px;
        gap: 50px;
    }

    div#misha_loadmore {
        margin-top: 50px;
    }
}

/**/
.my-invoices-table {
    overflow: scroll;
}

.invoices-nav:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    background-color: #333;
    color: #fff;
    height: 125px;
    padding: 0 25px;
    gap: 25px;
}

.invoices-nav {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    padding: 50px 25px;
    min-width: 800px;
    gap: 25px;
    border-bottom: 1px solid #33333369;
}

.my-invoice-data {
    display: grid;
    gap: 30px;
}

.invoices-nav .td {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.invoices-nav:nth-child(1) .td {
    font-size: 20px;
    color: #fff !important;
    text-transform: capitalize;
}

.invoices-nav .td {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333;
    line-height: 34px;
    font-family: 'Open Sans';
    font-weight: 400;
}

#webinar_speakers button.btn.active.triggerClick {
    padding: 0 30px !important;
    border: 0px !important;
    width: 100% !important;
}


.button404 {
    display: flex;
    color: #fff;
    gap: 30px;
}

.button404 a:nth-child(2) {
    color: #fff;
    border: 1px solid;
    padding: 0 30px;
    height: 50px;
    align-items: center;
    display: flex;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-family: 'Montserrat' !important;
}

.button404 a:nth-child(1) {
    border: 1px solid;
    padding: 0 30px;
    height: 50px;
    align-items: center;
    display: flex;
    background-color: #fff;
    color: #333;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-family: 'Montserrat' !important;
}

.button404 a:hover {
    border: 1px solid;
    padding: 0 30px;
    height: 50px;
    align-items: center;
    display: flex;
    background-color: #fff !important;
    color: #333;
}

.faq-bg .top-bar-type-category .sf-level-0 {
    border: 1px solid #333333;
    color: #333333 !important;
}

#attendeesName {
    display: grid;
    gap: 0 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
input#attendeesbtn-sub {
    border: 0 !important;
    width: 100%;
    background-color: #F15D23;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #fff !important;
    max-width: fit-content;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

input#attendeesbtn-sub:hover {
    width: 100%;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    background-color:transparent !important;
    border:1px solid #F15D23 !important;
    color:#F15D23 !important;
}

div#collapsible-btn {
    /*box-shadow: 0 0 3px;
        */
    padding: 2%;
    border-radius: 5px;
}

/*div#collapsible-btn {
         display: none;
    }
    */
#related-course .conferences-page-right-side-content {
    margin-bottom: 50px;
}

#related-course .conferences-page-right-side-content:nth-last-child(-n + 1) {
    margin-bottom: 0px !important;
}

#related-course .conferences-page-right-side-content {
    justify-content: space-between;
    gap: 40px;
}

#related-course .conferences-text-sub-content-ca {
    gap: 40px;
    flex-wrap: wrap;
}

#related-course .conferences-page-right-side-subcontent-b {
    padding: 3.3% 3.3% 3.3% 0;
    max-width: 906px;
    width: 100%;
}

#related-course .conferences-text-sub-content-ca>a {
    padding: 0 12px;

}

/* Hide scrollbar for IE, Edge and Firefox */
.wpcf7::-webkit-scrollbar {
    display: none;
}

.wpcf7 {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.form-popup::-webkit-scrollbar {
    display: none;
}

.form-popup {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.my-invoices-table {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.my-invoices-table::-webkit-scrollbar {
    display: none;
}

#one_two_form .form-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 5;
    overflow: scroll;
    width: 100% !important;
    height: 100% !important;
    padding: 30px;
    transform: none !important;
}

/* #one_two_form #popupForm .wpcf7 {*/
/*     position: relative !important;*/
/*     background: #EAEAEA !important;*/
/*     top: 50% !important;*/
/*     padding: 50px !important;*/
/*     width: 100% !important;*/
/*     max-width: 1200px;*/
/*     margin: 0 auto !important;*/
/*     transform: translate(0%, -50%) !important;*/
/*overflow: scroll !important;
        */
/*     left: 0 !important;*/
/*}*/
@media only screen and (max-width: 1024px) {

    /* #one_two_form #popupForm .wpcf7 {*/
    /*     position: relative !important;*/
    /*     background: #EAEAEA !important;*/
    /*     top: 65% !important;*/
    /*     padding: 50px !important;*/
    /*     width: 100% !important;*/
    /*     max-width: 1200px;*/
    /*     margin: 0 auto !important;*/
    /*     transform: translate(0%, -50%) !important;*/
    /*overflow: scroll !important;
            */
    /*     left: 0 !important;*/
    /*}*/
    #one_two_form #popupForm form.wpcf7-form {
        gap: 0 !important;
    }

    #one_two_form #popupForm .wpcf7-not-valid-tip {
        bottom: 0px !important;
    }

    #one_two_form #popupForm .wpcf7-form-control-wrap input {
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width: 500px) {
    #one_two_form #popupForm .wpcf7 {
        height: auto !important;
    }
}

video#myVideoSingle {
    position: relative;
}

button#singlePlayButton {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#one_two_form #popupForm #wpcf7-f948-o1 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -7px !important;
    font-size: 14px;
}

#popupForm .wpcf7 form .wpcf7-response-output {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

/*#addAttendeeFrm .form-atten-tag-block div {*/
/*    width: 100%;*/
/*}*/

.my-invoice-table-list {
    overflow: scroll;
}

.my-invoice-table-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.my-invoice-table-list::-webkit-scrollbar {
    display: none;
}

.all-resource-data-video {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 3fr)) !important;
}

h2.resource-center-content-texth2 {
    font-size: 25px;
    line-height: 34px;
    color: #333;
}

#resources_my_events .gallery_title {
    gap: 50px;
    display: grid;
}

#resources_my_events .gallery_title_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 !important;
}

.attendees-sec {
    width: 100%;
    overflow: scroll;
}

.attendees-sec,
#resp-table {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.attendees-sec::-webkit-scrollbar {
    display: none;
}

#resp-table::-webkit-scrollbar {
    display: none;
}

#resources_my_events #resp-table {
    width: 100%;
    display: block;
    overflow: scroll;
}

.main-img-popups {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.main-img-popups::-webkit-scrollbar {
    display: none;
}

.main_sub_img_popup:-webkit-scrollbar {
    display: none;
}

.main_sub_img_popup {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.user-name-my-account {
    display: flex;
    font-size: 26px;
    align-items: center;
    gap: 10px;
}

.user-name-my-account>p {
    font-size: 25px !important;
    align-items: center;
    margin: 0px !important;
}

.user-my-account-info-btn {
    display: grid;
    gap: 30px;
}

.user-my-account-info-btn>a {
    padding: 0 30px;
    width: 100%;
    max-width: 490px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #333;
    border: 1px solid #333 !important;
    text-transform: capitalize;
}

.user-my-account-info-btn>a:hover {
    padding: 0 30px;
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #F15D23 !important;
    color: #fff;
    border: 1px solid #F15D23 !important;
}

.woocommerce-MyAccount-content section.woocommerce-order-details {
    display: grid;
    gap: 30px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields select#billing_title {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 30px !important;
    margin: 0 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    margin-bottom: 2rem;
    display: grid;
    width: 100%;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields #billing_company_field {
    padding-top: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .selection,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input {
    font-size: 17px !important;
    margin-bottom: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields select#billing_country {
    height: 50px;
    display: flex;
    align-items: center;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    padding: 0 30px;
    line-height: inherit;
    margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p>button.button {
    height: 50px;
    border: 0 !important;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 30px;
    background-color: #F15D23 !important;
}

.woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title.title a {
    padding: 0 30px;
    height: 50px;
    display: inline-grid;
    background-color: #F15D23 !important;
    align-items: center;
    color: #fff;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    gap: 30px;
    display: grid;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
    display: inline-block;
    margin-right: 0;
    font-size: 25px;
    margin-top: 0;
    font-weight: 600 !important;
}

.woocommerce-account .woocommerce-MyAccount-content header.woocommerce-Address-title.title {
    display: flex;
    align-items: center;
    gap: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields select#shipping_country {
    display: flex;
    height: 50px;
    align-items: center;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.succ-boook-thanku-page .book_img_product_block_left .conferences-page-right-side-content {
    margin-bottom: 0 !important;
}

.succ-boook-thanku-page .book_img_product_block_left {
    display: grid;
    gap: 50px;
}

@media only screen and (max-width: 1200px) {
    .main_order-booking_left_block {
        flex-direction: column;
    }

    .succ-boook-thanku-page .conferences-page-right-booking_con {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 992px) {
    .succ-boook-thanku-page .conferences-page-right-booking_con {
        flex-wrap: nowrap;
        flex-direction: column;
    }
}

@media only screen and (max-width: 500px) {
    .succ-boook-thanku-page .book_img_product_block_left .conferences-page-right-side-content {
        margin-bottom: 0 !important;
        flex-direction: column;
    }
}

select#attendee_name_ {
    border: 0px;
}

.account-holder-name-my-account {
    width: 100%;
    padding: 50px 50px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.account-holder-name-my-account h2 {
    font-size: 25px;
    line-height: 40px;
    color: #333;
    font-weight: 600 !important;
    overflow-wrap: anywhere;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account label {
    display: block;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333;
    line-height: 34px;
}

.woocommerce-account .woocommerce-EditAccountForm input {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333 !important;
}

/**/
.custom_new_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sime-conf-data .conferences-page-right-side-content {
    border: 1px solid #3333335c;
    display: flex;
    margin-bottom: 50px;
}

textarea {
    width: 100% !important;
}

.sign-up-block .wpcf7 form.failed .wpcf7-response-output,
.sign-up-block .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    position: absolute;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    margin: 18px 0;
    padding: 0 20px;
}

#multibuy-discounts .featured_event_slider_text p {
    font-size: 25px;
    color: #333333;
    font-weight: 500;
    font-family: 'Montserrat' !important;
    margin-bottom: 30px;
}

#multibuy-discounts .featured_event_slider_text p span>bdi {
    color: #F15D23;
    font-weight: bold;
    font-family: 'Montserrat';
}

#multibuy-discounts .featured_event_slider_button {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}

section#multibuy-discounts {
    background-color: #fff;
    padding: 0 !important;
    margin: 50px 0 !important;
}

section#multibuy-discounts .featured_event_slider_content {
    display: grid;
    grid-template-columns: 40% 57%;
    gap: 50px;
    padding-bottom: 50px;
}

#sponsor-bg-color .after-block-text {
    padding: 50px;
}

section#sponsor-bg-color {
    margin: 50px 0;
}

#sponsor-bg-color .after-block-text p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    color: #333;
    line-height: 34px !important;
}

@media only screen and (max-width: 992px) {
    #sponsor-bg-color .after-block-text {
        padding: 25px;
    }

    #sponsor-bg-color .after-block-text p {
        font-size: 14px;
        font-family: 'Open Sans' !important;
        font-weight: 400 !important;
        color: #333;
        line-height: 34px !important;
    }
}

#our-speakers .our_people_block_text {
    justify-content: center;
}

#image-slider-event .left_f_e_slider_text ul {
    padding-left: 22px !important;
}

/*login*/
.login-header-icon {
    display: none;
}

.iconmystyle {
    display: block;
}

.iconmystyle>.popup-icon-log {
    display: block;
}

.login-header-icon {
    background-color: #eaeaea;
    position: relative;
    height: 192px;
}

.container.sub-data-login-header {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-popup-header div {
    display: flex;
    align-items: center;
    gap: 10px;
}

form.popup-login-reg-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-popup-header {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

form.popup-login-reg-form input[type="text"],
form.popup-login-reg-form input[type="password"] {
    margin: 0 !important;
    color: #333 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
}

.login-popup-header div label {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34;
    font-weight: 400;
}

.login-popup-header div label p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px !important;
    font-family: 'Open Sans' !important;
    color: #333 !important;
    font-weight: 400 !important;
}

form.popup-login-reg-form button {
    padding: 0 30px;
    height: 50px;
    color: #fff !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    background-color: #F15D23 !important;
    width: 100% !important;
    line-height: 34px;
    font-weight: 400 !important;
    border: 0px !important;
        border: 1px solid #F15D23 !important;
}

form.popup-login-reg-form button:hover {
    padding: 0 30px;
    border: 0px !important;
    height: 50px;
    color: #fff !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    background-color: #F15D23 !important;
    width: 100% !important;
}

div#login_header {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    cursor: pointer;
}

.popup-icon-log {
    position: absolute;
    bottom: -2px;
    padding: 0 !important;
    margin: 0 !important;
    height: max-content;
    line-height: normal;
}

a.reg-link-btn {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    color: #333;
    font-family: 'Montserrat' !important;
    border: 1px solid #333;
    padding: 0 30px;
    height: 50px;
    display: flex;
    align-items: center;
}

.for-pass-header span.psw a {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    text-decoration: underline;
    color: #333 !important;
}

.or-text {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    font-weight: 400 !important;
    font-family: 'Open Sans' !important;
    color: #333 !important;
}

.login-header-icon #login-user span.error {
    position: absolute;
    bottom: -35px;
    color: red;
    font-size: 17px !important;
    line-height: 34px;
    font-weight: 400 !important;
}

.login-popup-header div>p {
    display: grid;
    position: relative;
}

.mobile-icon-login {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .login-header-icon {
        height: auto;
    }

    .sub-login-header {
        width: 100%;
        margin: 32px 0;
        overflow: scroll;
        position: relative;
        height: 60vh;
    }

    .sub-login-header::-webkit-scrollbar {
        display: none;
    }

    .sub-login-header {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    form.popup-login-reg-form {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        width: 100%;
    }

    .login-popup-header {
        gap: 30px;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .login-popup-header div {
        display: flex;
        align-items: flex-start;
        gap: 5px;
        flex-direction: column;
        width: 100%;
    }

    .login-header-icon #login-user span.error {
        position: revert !important;
        bottom: -35px;
        color: red;
        font-size: 17px !important;
        line-height: 34px;
        font-weight: 400 !important;
        width: 100%;
        display: inline-flex;
    }

    .login-header-icon p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
        width: 100%;
    }

    .or-text,
    .for-pass-header {
        justify-content: center;
        align-items: center !important;
    }

    .mobile-icon-login {
        display: block !important;
    }

    div#login_header {
        margin-left: auto;
    }

    .popup-icon-log {
        bottom: -4px;
    }

    .mobile-all-icon-data {
        display: flex !important;
        gap: 20px;
        align-items: flex-start;
    }
    div#login_header {
        display: flex !important;
    }
    div#search-header-icon {
        display: flex !important;
        }
        #login_header img {
            width: 25px;
                height: 25px !important;
        }
    div#search-header-icon {
        width: 25px !important;
        display: flex;
        align-items: center;
        order: unset !important;
    }

    .wpmenucart-display-right {
        order: unset !important;
    }

    div#login_header {
        order: unset;
    }
}

.error404 section.sign-up-block {
    margin: 0px 0;
}

div#search-header-icon {
    width: 18px;
    display: flex;
    align-items: center;
    order: 1;
}

.wpmenucart-display-right {
    order: 3;
}

.mobile-all-icon-data {
    display: none;
}

/**/
div#search-popup-log {
    position: absolute;
    width: 100%;
}

#search-popup-log .search-form {
    display: flex !important;
    flex-wrap: nowrap !important;
    max-width: var(--responsive--aligndefault-width);
    background-color: #eaeaea;
    align-items: center;
    position: relative;
    margin: unset !important;
    margin-left: auto !important;
}

#search-popup-log input.search-field {
    height: 50px;
    margin: 0 !important;
    background-color: #eaeaea;
}

#search-popup-log .search-form button.search-submit {
    height: 50px;
    width: 80px !important;
    z-index: 2345;
    background-color: #F15D23 !important;
    padding: 0;
    margin: 0;
    border: 0 !important;
    color: #fff !important;
    position: absolute;
    right: 0;
}

#search-popup-log span.screen-reader-text {
    color: #fff !important;
    z-index: 99999;
    position: relative !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    -webkit-clip-path: none !important;
}

.search-icon-log {
    position: absolute;
    bottom: -8px;
}

.search-icon-log img {
    width: 18px;
}

#resources_my_events .resource-downloads h2 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400 !important;
    color: #333;
}

#resp-table-body .custom-select-event select {
    text-transform: none;
    border: none !important;
}

/*.page-id-39.woocommerce-order-received section#breadcrumb {*/
/*    margin-top: auto;*/
/*    padding: 50px 0 0;*/
/*}*/

.page-id-39.woocommerce-order-received .sub_banner_title .header-banner-text {
    
    margin-bottom: 10%;
    
}
.page-id-39.woocommerce-order-received section.succ-boook-thanku-page {
    padding-top: 80px;
}

.page-id-39.woocommerce-order-received .action_query {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F15D23;
    gap: 1rem;
    color: #fff;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    height: 50px;
    position: absolute;
    left: 0;
    width: 100%;
}

/*search*/
.search-wrapper {
    width: 100%;
}

.search-news-banner-section__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 50px;
}

#search-single-page-data .news-filter-section {
    display: flex;
    align-items: center;
}

#search-single-page-data .news-filter-section__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

#search-single-page-data .sr__btn-wrap>a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    margin-inline: auto;
    border: 1px solid;
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333;
}

#search-single-page-data .sr-box__content h3.sr-box__heading {
    font-size: 25px;
    line-height: 40px;
    font-weight: 500 !important;
    color: #333;
}

#search-single-page-data .sr__btn-wrap>a:hover {
    background-color: #F15D23 !important;
    color: #fff !important;
    border: 1px solid #F15D23;
}

section#our-speakers {
    scroll-margin-top: 292px;
}

section#conference_sponsor,
section#venue-image-slider-event,
#poster_presentation {
    scroll-margin-top: 292px;
}

#customer_login #register-user form .form-row .input-text,
form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    margin: 0 !important;
}

#customer_login #login-user p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin: 20px 0 !important;
}

#customer_login #register-user .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.terms {
    display: flex;
    position: relative;
    align-items: center;
}

#customer_login #register-user .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.subscribe {
    display: flex;
    position: relative;
    align-items: center;
}

#customer_login #register-user .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label {
    padding: 0;
    margin: 0;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    line-height: 34px;
    color: #333;
}

#customer_login #register-user .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span.error.subscribe {
    position: absolute;
    bottom: -22px;
    font-size: 14px;
}

#customer_login #register-user .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span.error.terms-conditiond {
    position: absolute;
    bottom: -22px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

section#multibuy-discounts {
    scroll-margin-top: 292px;
}

@media only screen and (max-width: 991px) {
    section#our-speakers {
        scroll-margin-top: 100px;
    }

    section#our_sponsors {
        scroll-margin-top: 100px;
        padding: 25px 0 !important;
    }

    section#teacher {
        scroll-margin-top: 60px;
    }

    section#after-oef-text {
        padding: 25px 0px;
    }

    ul.breadcrumb {
        padding: 20px 0 25px;
    }

    #our-speakers {
        padding: 25px 0 !important;
    }

    a.reg-link-btn {
        font-size: 14px;
    }

    form.popup-login-reg-form button {
        font-size: 14px;
    }

    form.popup-login-reg-form button:hover {
        font-size: 14px;
    }

    .or-text {
        font-size: 14px;
        color: #333;
    }

    .for-pass-header span.psw a {
        font-size: 14px;
    }

    #search-popup-log span.screen-reader-text {
        font-size: 14px;
    }
}

button.btn.active.triggerClick {
    border: 0 !important;
    padding: 0 30px !important;
    height: 50px;
}

button.speakerslink.custom_new_button_secondary {
    border: none !important;
    text-decoration: underline;
}

#conference-overview .main_btn_web_block {
    display: block;
}

@media only screen and (min-width: 1400px) {
    #conference-overview div#mBtnWeb a:nth-last-child(-2n + 2) {
        margin-left: auto;
    }
}

button.web-sep-btn-load {
    color: #333 !important;
    border: 1px solid !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    margin-top: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    font-family: 'Montserrat' !important;
}

#price-section .second_amount_text-data ul.amount-dat-traning-list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-family: 'Open Sans' !important;
    color: #333 !important;
    line-height: 34px;
}

#price-section .second_amount_text-data ul.amount-dat-traning-list {
    gap: 20px;
}

#header-popup-log .login-popup-header span.error {
    position: absolute;
    bottom: -32px;
    color: #dc3232 !important;
}

#header-popup-log .sub-login-header span.error.cls-auth {
    color: #dc3232 !important;
}

@media only screen and (max-width: 425px) {
    .sign-up-block .wpcf7 form.sent .wpcf7-response-output {
        bottom: -88px;
    }
}

.error {
    color: #dc3232 !important;
    font-family: 'Open Sans';
    font-size: 14px;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

#resource-center-conten_faq .resource-left-content ul.children.childClsUl li {
    border: none !important;
}

.cart_page .cart-collaterals .cart_totals {
    margin-bottom: 30px;
}

.cart_page .contant_item_cart .remove {
    text-underline-offset: 1px;
    text-decoration-color: #333;
}

.cart_totals .shop_table.shop_table_responsive tr.tax-rate.tax-rate-in-tax-1 {
    padding-bottom: 50px;
    padding-top: 30px;
}



/*******************************************************resource popup page**************************************/
#one_two_form #popupForm #wpcf7-f948-o1 {
    font-weight: normal;
    display: block;
    bottom: 0px !important;
    padding: 50px !important;
    overflow: scroll;
    transform: translate(-50%, -50%);
    max-width: 1444px !important;
    position: relative;
    background: #EAEAEA;
    top: 50%;
    left: 50%;
}

#one_two_form #popupForm #wpcf7-f991-o1 {
    font-weight: normal;
    display: block;
    padding: 50px !important;
    overflow: scroll;
    transform: translate(-50%, -50%);
    max-width: 1207px !important;
    position: relative;
    background: #EAEAEA;
    top: 50%;
    left: 50%;

}

#one_two_form #popupForm div#wpcf7-f948-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit,
#one_two_form #popupForm div#popupForm #wpcf7-f991-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    height: 50px;
    padding: 0 30px;
    margin: 0;
    font-family: "montserrat" !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    background-color: #f15d23 !important;
        border: 1px solid #F15D23;
}

#one_two_form #popupForm div#wpcf7-f948-o1 input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext.wpcf7-validates-as-required {
    margin: 0 !important;
}

#one_two_form #popupForm #wpcf7-f948-o1 .wpcf7-form .two-input-fom-data-res h5,
#one_two_form #popupForm #wpcf7-f991-o1 h5 {
    font-size: clamp(1.125rem, 0.8185rem + 1.4013vw, 2.5rem);
    line-height: 70px;
    color: #333333;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

#one_two_form #popupForm #wpcf7-f948-o1 .webinar-landing-form p {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#one_two_form #popupForm #wpcf7-f991-o1 .wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -30px !important;
}


.woocommerce-message {
    margin-bottom: 30px !important;
}

#customer_login #register-user .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span.error.terms-conditiond {
    font-size: 14px;
}

.cart_page .cart-collaterals .cart_totals table tbody tr:first-child {
    margin-bottom: 20px;
}

.cart_page .cart-collaterals .cart_totals table tbody .cart-discount {
    padding-top: 0px !important;

}

.cart-discount .cart_page .cart-collaterals .cart_totals table tbody tr:first-child {
    margin-bottom: 30px !important;
}

/**/
/*.blockUI.blockOverlay {*/
/*    background-color: #0000 !important;*/
/*    opacity: 0 !important;*/
/*}*/

#myPopup .popup-content .xoo-cp-outer {
    opacity: 0;
}

#our-speakers {
    padding: 50px 0;
}

#our-speakers .speaker_top button.speakerslink.custom_new_button_secondary.active {
    background-color: transparent !important;
    color: #333 !important;
}


.btn_web-spon-color-add {
    background-color: #F15D23 !important;
    color: white;
    border: none;
}

.btn_web-spon-color-add:hover {
    background-color: #F15D23 !important;
    color: white;
    border: none;
}

section#breadcrumb {
    scroll-margin-top: 292px;
}

h1.agenda-heading-text {
   font-size: clamp(1.125rem, 0.8185rem + 1.4013vw, 2.5rem);
    font-weight: bold !important;
    font-family: 'Montserrat' !important;
    color: #333;
}

section#conference_agenda {
    margin: 50px 0;
}

.ourpeople #main_sub_img_popup {
    -ms-overflow-style: none;

    scrollbar-width: none;

}

.ourpeople #main_sub_img_popup::-webkit-scrollbar {
    display: none;
}

.checkout_form .password-input small.woocommerce-password-hint {
    display: none;
}

section#price-section {
    scroll-margin-top: 250px;
}

.new_account-form #register-user .pass_conf_block span.password-input {
    display: contents !important;
}

.new_account-form #register-user .pass_conf_block .error {
    color: #dc3232 !important;
    position: absolute;
    display: flex;
}

.sime-conf-data .conferences-text-content {
    justify-content: flex-start;
    gap: 22px;
}

.gallery-slider-video.video_image-slider .splide__pagination li .splide__pagination__page {
    border: 0px !important;
    display: flex;
    height: 18px;
    margin: 0px;
    opacity: 1;
    padding: 0px;
    width: 18px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

a.iconss-download.img-iconss {
    width: 100%;
    height: 100%;
}

section#contact_us_page .cont_bg_color .custom_checkBox.novalidate input[type="checkbox"] {
    height: 0px !important;
}

.delegate-change-pass #login-user-change-pass #register-button {
    height: 50px;
}

.delegate-change-pass #login-user-change-pass {
    position: relative;
}

.delegate-change-pass #login-user-change-pass .error {
    display: flex;
    position: absolute;
    bottom: -5px;
}

.delegate-change-pass .change-pass-dele-block-info p {
    font-family: "montserrat" !important;
    font-size: clamp(1.125rem, 1.0275rem + 0.4459vw, 1.5625rem) !important;
    font-weight: 500 !important;
    font-style: normal;
    text-align: left;
    color: #333333;
    margin: 0;
}

.woocommerce-MyAccount-content_events .conferences-text-content-c button.btn-event-block:nth-child(1) {

    width: 100% !important;
}

#login_popup #login-user p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin: 30px 0 !important;
    position: relative;
}

#login_popup #login-user .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    padding: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
}

#login_popup #login-user #rememberme {
    border: 0px solid;
}

#login_popup #login-user .error {
    position: absolute;
    display: flex;
    bottom: -27px;
}


@media (min-width: 1600px) {
    .woocommerce-account.woocommerce-lost-password .woocommerce.container {
        max-width: -moz-available !important;
    }
}

.form-atten-tag-block div {
    width: 100%;
    position: relative;
}

.form-atten-tag-block div .error {
    color: #b22222 !important;
    position: absolute;
    display: flex;
    bottom: 0;
}

.my-invoice-data h2 {
    font-weight: 500 !important;
}

.invoices-nav .td>a:nth-last-child(-n +1) {
    text-decoration: 1px underline #333;
}


@media (max-width:1300px) {

    .account-holder-name-my-account {

        padding: 25px 25px 0 !important;

    }
}

.action_query p>a {
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 1px;
}

/**/
form.woocommerce-ResetPassword.lost_reset_password {
    background-color: #eaeaea;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

form.woocommerce-ResetPassword.lost_reset_password .reset-pass-block-meg {
    display: -webkit-inline-box;
    gap: 30px;
    justify-content: left;
    flex-wrap: wrap;
}

form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #F15D23 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    border: 0px !important;
    color: #fff !important;
}

form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.form-row {
    order: -1;
}

/**/
.filter_sidebar .btn.btn-primary.yith-wcan-reset-filters.reset-filters {
    display: block !important;
}

.btn.btn-primary.yith-wcan-reset-filters.reset-filters {
    display: none;
}

input[type=radio]:focus {
    outline-offset: 0px;
    outline: 0px !important;
}

.page-template-template-questionnaire .ays-survey-container {
    width: 85% !important;
    margin-inline: auto;
}

/**/
.sime-conf-data #international-heading {
    margin-bottom: 0
}

.sime-conf-data .conferences-page-right-side-subcontent-b {

    padding: 50px 30px 50px 50px;
    gap: 50px;
}

.sime-conf-data .conference-details.one_fild {
    margin-top: 0;
}

.sime-conf-data .conferences-page-right-side-subcontent-a.conferences-related_img>img {
    max-height: 438px;
}

.sime-conf-data .conferences-text-content {

    max-width: 100%;

}

.no-images-single {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_resource-page-rt .single_post_left_img_right_text .single_sub_right_text {
    gap: 0;
    justify-content: flex-start;
}

.con-ph-em {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.con-ph-em p:nth-child(1) {
    width: 100%;
    display: block !important;
}

.con-ph-em .dswcf7_country_sel {
    width: 100%;
}

.con-ph-em .iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.con-ph-em .iti input,
.iti input[type=text],
.iti input[type=tel] {
    width: 100%;
}

#checkout #tab_3 .password_container .check_grp .check {

    position: relative;
}

#checkout #tab_3 .password_container .check_grp .check .error {
    color: #dc3232 !important;
    position: absolute;
    display: flex;
    bottom: -26px;
    left: 40px;
}

/**/
.remove-coupon-block {
    text-align: end;
    display: flex;
    flex-direction: column;
}

a.remove-copon-btn {
    text-decoration: underline;
    font-size: 17px !important;
    font-weight: 400;
    text-underline-offset: 1px;
}

.cart_page tr.cart-discount:nth-child(2) th {
    display: flex !important;
    align-items: flex-end;
    flex-direction: column;
}

.cart_page tr.cart-discount:nth-child(2) td>span {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333;
    font-weight: 600 !important;
    font-family: 'Open Sans';
}

.single-resource-center .header-banner-text h1 {
    font-size: clamp(1.5625rem, 1.3535rem + 0.9554vw, 2.5rem) !important;
    line-height: 50px;
    font-family: 'Montserrat';
    /*text-transform: capitalize;*/
}

.con-ph-em .dswcf7_country_sel {
    position: relative;
}

#checkout #checkout-frm .tax-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*@media (max-width: 992px){*/
/*.sub_event_slider_post .left_f_e_slider_text h3 {*/
/*    margin-bottom: 25px;*/
/*height: 120px;*/
/*}*/
/*}*/

element.style {}

.cart_page .cart-collaterals .cart_totals .shop_table_responsive tbody tr:nth-child(2) {
    margin-bottom: 50px;
}

.cart_page .cart-collaterals .cart_totals .shop_table_responsive tbody tr:nth-child(3).tax-total {
    margin-bottom: 50px;
}

.cart_page .cart-collaterals .cart_totals .shop_table_responsive tbody tr:nth-child(2).cart-discount {
    margin-bottom: 30px;
    padding: 0;
}

.single-product .banner_section_text_desc_data {
    display: grid;
    gap: 15px;
}

/*popup*/


#myPopup .popup-content-heading-close {

    position: relative;
}

#myPopup #closePopup {
    text-decoration: none;
    font-size: 50px;
    color: #333333;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0;
}

#myPopup .popup-cart .conferences-text-content p:nth-child(2) strong:nth-child(2) {
    word-spacing: -4px;
}

#myPopup .conferences-text-content p {
    gap: 15px;
}

.resp-table-rows .table-body-cell a {
    text-decoration: underline;
    text-underline-offset: 1px;
}

#contact_us_page .dswcf7_country_sel .my-teli_class,
#cont-block .dswcf7_country_sel .my-teli_class {
    color: #dc3232;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    display: block;
    line-height: 34px !important;
    font-family: 'Open Sans' !important;
    position: absolute;
    bottom: -27px;
    white-space: nowrap;
}

#contact_us_page .dswcf7_country_sel .iti__flag-container {
    display: none;
}

#cont-block .dswcf7_country_sel .iti__flag-container {
    display: none;
}

#contact_us_page .dswcf7_country_sel .iti input,
.iti input[type="text"],
.iti input[type="tel"] {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    height: 50px !important;
}

#cont-block .dswcf7_country_sel .iti input,
.iti input[type="text"],
.iti input[type="tel"] {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    height: 50px !important;
}

/*#contact_us_page input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {*/
/*  margin-bottom: 30px !important;*/
/*}*/
/*#cont-block input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {*/
/*  margin-bottom: 30px !important;*/
/*}*/
/*#contact_us_page .show-me-customselect-4 {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  margin-bottom: 30px;*/
/*}*/
/*#cont-block .show-me-customselect-4 {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  margin-bottom: 30px;*/
/*}*/
#contact_us_page .wpcf7 form.invalid .wpcf7-response-output,
#contact_us_page .wpcf7 form.unaccepted .wpcf7-response-output,
#contact_us_page .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    position: absolute;
    margin: 15px 0 !important;
    padding: 0 5px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

#cont-block .wpcf7 form.invalid .wpcf7-response-output,
#cont-block .wpcf7 form.unaccepted .wpcf7-response-output,
#cont-block .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    position: absolute;
    margin: 5px 0;
    padding: 0 5px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

/*#contact_us_page .left-cont-data,*/
/*#cont-block .left-cont-data {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 30px;*/
/*    max-width: 917px;*/
/*    width: 100%;*/
/*    background-color: #EAEAEA;*/
/*    padding: 50px;*/
/*}*/

.woocommerce-MyAccount-content_events button.btn-event-block.bg-color-res {
    background-color: #333 !important;
    color: #fff !important;
}

.btn-search-res {
    position: relative;
}

.atten_close.close-text-res {
    text-decoration: none;
}

a.questionnaire-send-chase {
    text-decoration: underline;
    text-underline-offset: 1px;
}

.myCls {
    background-color: #33333300 !important;
    z-index: 99;
}


.wpcf7-not-valid-tip {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}


.video-embed {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
   
}
@media screen and (min-width:1530px) {
   .video-embed {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    margin: -7% 0;
} 
}
.video-embed iframe {
    height: 100%;
    width: 100%;
    max-width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    max-height: 100% !important;
}

.gallery-sliderss .slick-slide {
    padding: 0 25px 0 0;
    margin-right: 0px;
}

.gallery-sliderss .slick-list.draggable {
    padding: 0 85px 0 0px !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.mobile-blog-sec .latest_resources-content-outer .gallery_title_content .gallery-left-btn-event::-webkit-scrollbar {
    display: none;
}

.gallery-slider1::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.mobile-blog-sec .latest_resources-content-outer .gallery_title_content .gallery-left-btn-event {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.gallery-slider1 {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.woocommerce-MyAccount-content_events.my-event-my-account button.btn-event-block.view-agenda-btn {
    background-color: transparent !important;
    color: #333 !important;
    border: 1px solid #333 !important;
}

.conferences-page-right-side-content.my-event-my-account .conferences-text-content-c {
    max-width: 226px;
    width: 100%;
}

.resource-center-content-overlay::before {
    content: "";
    background-color: #000;
    opacity: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.contactus-block-post {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contactus-block-post p {
    display: flex !important;
    gap: 25px !important;
    width: 100% important;
}

.contactus-block-post p input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 0px !important;
}

.contactus-block-post p:empty {
    display: none !important;
}

.contactus-block-post .con-ph-em {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    flex-direction: row;
}

.contactus-block-post .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contactus-block-post .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contactus-block-post .show-me-customselect-4 {
    margin-bottom: 0 !important;
}

.contactus-block-post .wpcf7-not-valid-tip {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    position: absolute;
    bottom: -26px;
}

.contactus-block-post textarea {
    margin-bottom: 0px !important;
}

.contactus-block-post span[data-name~="checkbox-150"] {
    margin-bottom: 0px !important;
}

.contactus-block-post input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
    margin-top: 0 !important;
}


::-webkit-input-placeholder {
    /* Edge */
    color: #333 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #333 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

::placeholder {
    color: #333 !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}


#cont-block .wpcf7 form.invalid .wpcf7-response-output,
#cont-block .wpcf7 form.unaccepted .wpcf7-response-output,
#cont-block .wpcf7 form.payment-required .wpcf7-response-output {
    position: absolute;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    border-color: rgb(255, 185, 0);
    margin: 15px 0px !important;
    padding: 0px 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    border-color: rgb(255, 185, 0);
    margin: 5px 0px;
    padding: 0px 5px;
}

.ppc-button-wrapper {
    margin-top: 30px;
}


/**/
#your_checkout p.form-row,
.billing_info p.form-row {
    position: relative;
}

#your_checkout span.error.billing_first_name,
#your_checkout span.error.billing_last_name,
#your_checkout span.error.billing_company,
#your_checkout span.error.billing_job_title,
#your_checkout span.error.billing_phone,
#your_checkout span.error.billing_email,
.billing_info span.error.billing_address_1,
.billing_info span.error.billing_city,
.billing_info span.error.billing_postcode,
.billing_info span.error.billing_state,
#your_checkout span.error.temrs-lable {
    position: absolute;
    display: flex;
    bottom: -27px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.checkout_form span.error.account_password,
.checkout_form span.error.account_password-2 {
    position: absolute;
    display: flex;
    bottom: -27px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.contactus-block-post {
    position: relative;
}

div#Blogs,
div#Webinar,
div#Downloads {
    margin-right: -25px;
}

/**/
.cont_bg_color .custom_checkBox.novalidate input[type="checkbox"] {
    height: 0px !important;
}

.cont_bg_color .contactus-block-post label {
    display: flex;
    align-items: flex-start;
}

.custom_checkBox label span {
    color: #333;
}

.custom_checkBox [type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    border: 1px solid !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 20px !important;
    height: 20px !important;
}


.single-resource-center .video-hal .video-wrapper {
    position: relative;
    max-height: 100% !important;
    height: 100%;
    overflow: hidden;
    /*display: flex;*/
}

.single-resource-center .video-hal .video-wrapper embed,
.single-resource-center .video-hal .video-wrapper iframe,
.single-resource-center .video-hal .video-wrapper object,
.single-resource-center .video-hal .video-wrapper video {
    width: 100%;
    max-height: 617px;
    height: 100vh;
}

div#resp-table {
    max-width: 1136px;
    overflow: scroll;
    display: block;
    width: 1136px;
}

/*my event */
.left_myaccount_event_block .text_left_event_ac a {
    text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
}

.conferences-page-right-side-content.my-event-my-account .conferences-page-right-side-subcontent-b .conferences-text-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
}




.res-tbl-dta::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.res-tbl-dta {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#resources_my_events .gallery_title .gallery_title_content h3 {
    font-size: clamp(1.125rem, 1.0414rem + 0.3822vw, 1.5rem) !important;
    color: #333 !important;
}

/*#myPopup .conferences-text-content p:nth-last-child(-n+2)>strong {*/
/*    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;*/
/*    width: 70px;*/
/*}*/

span.download-invoice-data {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333 !important;
}

#checkout .tab .payment_info #payment ul {
    padding: 0;
    display: flex;
    flex-direction: column;
}

#checkout .tab .payment_info #payment ul li.wc_payment_method.payment_method_xero_invoice {
    order: 1;
}

#checkout .tab .payment_info #payment ul li #stripe-payment-data {
    gap: 15px !important;
}

#checkout .tab .payment_info #payment ul li.wc_payment_method.payment_method_stripe {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#checkout .tab .payment_info #payment ul li #wc-stripe-cc-form {
    gap: 15px 40px !important;
}

#checkout .tab .payment_info #payment ul li label:before {
    margin-left: 0px !important;
}

.wc_payment_method input[type=radio]+label::before {
    width: 15px !important;
    height: 15px !important;

}

#checkout .right_form .card_summary .card_item {
    justify-content: space-between;
}

/**/

.ourpeople div#main_img_popup,
.Speakers .main-img-popups,.Sponsors .main-img-spopopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #33333363;
    z-index: 999;
    height: 100%;
}

section.ourpeople #main_img_popup .container,
.Speakers .main-img-popups .container,.Sponsors .main-img-spopopup .container,#our_sponsors .main_img_popup .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100vh;
}


.Speakers .main-img-popups #main_sub_img_popup .left_img_popup_spon img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.right_text_popup_spon p {
   text-align: left;
}



.right_text_popup_spon::-webkit-scrollbar {
  display: none;
}

.right_text_popup_spon {
  -ms-overflow-style: none;
  scrollbar-width: none; 
} 


section.ourpeople #main_img_popup .container div#main_sub_img_popup,
.Speakers .main-img-popups .container div#main_sub_img_popup {
    display: flex;
    gap: 30px;
    background-color: #EAEAEA;
    padding: 100px;
   
    overflow: scroll;
    position: relative;
    margin: 2% 0 2%;
    height: clamp(250px, 93%, 916px) !important;
}

/*#our_sponsors #main_img_popup .container #main_sub_img_popup{*/
/*     display: flex;*/
/*    gap: 50px;*/
/*    background-color: #EAEAEA;*/
/*    padding: 100px;*/
/*    border: 1px solid #888888;*/
/*    overflow: scroll;*/
/*    position: relative;*/
/*    margin: 2% 0 2%;*/
/*    height: clamp(250px, 93%, 916px) !important;*/
/*}*/

.ourpeople #main_sub_img_popup .left_img_popup_spon {
    max-width: 619px !important;
    width: 100%;
    object-fit: cover;
}

.ourpeople #main_sub_img_popup .left_img_popup_spon,
.ourpeople #main_sub_img_popup .right_text_popup_spon,
.Speakers .main-img-popups .container div#main_sub_img_popup .left_img_popup_spon,
.Speakers .main-img-popups .container div#main_sub_img_popup .right_text_popup_spon {
    width: 50% !important;
}


#our_sponsors #main_img_popup .container #main_sub_img_popup .left_img_popup_spon,#our_sponsors #main_img_popup .container #main_sub_img_popup .right_text_popup_spon{
    width: 50% !important;
}

.ourpeople #main_sub_img_popup .left_img_popup_spon img {
    object-fit: contain;
}

div#main_img_popup {
  z-index: 999;
}

#our_sponsors #main_sub_img_popup .right_text_popup_spon {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
  
  #checkout-frm li.payment_method_paypal label a, #checkout-frm li.payment_method_paypal label img {display:none;}
  
  #contact-us-faq .right-contact_faq_block_btn h2,.gallery_main-slider h3 {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: capitalize;
    padding: 50px 0 30px 0;
    font-size: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem) !important;
    color: #333 !important;
}
#contact-us-faq .right-contact_faq_block_btn a {
    text-decoration: underline;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    white-space: nowrap;
    color: #333;
}
  
 li.time-wb_text {
    font-size: clamp(1.125rem, 1.0275rem + 0.4459vw, 1.5625rem);
    color: #333333 !important;
    font-weight: 700 !important;
}
.main_web_timetable .left_side_text_web_timetable>p {
      color: #333;
}
.mobile-blog-sec .latest_resources-content-outer .gallery_title_content .gallery-left-btn-event a {
   
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
}

form.wpcf7-form {
    position: relative;
}

.page-id-39 .myCls {

    background-color: #333333 !important;
   
}
#checkout .checkout_form .billing_info .checkout_bill_common {
   
    position: relative;
}
span.error.coupon-error {
    position: absolute;
    bottom: 20px;
     font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

.gallery-sliderss li.slick-active {
    background-color: #333333;
    width: 18px;
    height: 18px;
    border-radius: 50px;
}

.gallery-sliderss .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 18px !important;
    height: 18px;
    cursor: pointer;
    border: 1px solid #333333;
    outline: none;
    border-radius: 50px;
    background: transparent !important;
}


.gallery-sliderss .slick-dots li button:before {
    color: transparent !important;
}

.gallery-sliderss .slick-dots {
    position: absolute;
    bottom: -100px;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    left: 50%;
    padding: 0px 0;
    transform: translate(-50%, -50%);
    margin-bottom: 50px;
}
.splide:not(.is-overflow) .splide__pagination {
    display: flex !important;
}


#checkout #your_checkout .checkout_form .check_form .heading {
      display: flex;
    align-items: center;
    gap: 5px;
}


.info-billing-text img {
  position: relative;
  display: inline-block;
    line-height: inherit;
}

.info-billing-text .tooltiptext {
    visibility: hidden;
    width: max-content;
    max-width: 350px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transition: opacity 0.3s;
    opacity: 0;
    transform: translate(-50%, -25%);
    box-shadow: 0 0 50px #33333324;
    color: #333;
    font-size: 14px;
    line-height: 34px;
}
.info-billing-text .tooltiptext::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -12px;
    z-index: 9999;
    border-width: 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.info-billing-text:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
#misha_filters div#Blogs,#misha_filters div#Webinar, #misha_filters div#Downloads {
  margin-right: 0px !important;
}

#misha_filters .resource-center-content-overlay .overlay::before {
    content: "";
    background-color: #000;
    opacity: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.checkout_form .form-control label{
    display:none;
}
.checkout_form .form-control {
  display: flex;
  flex-direction: column;
}

.video-hal iframe.video-add__video {
  position: relative;
  top: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  object-fit: cover;
}
.video-add__video embed,.video-add__video iframe,.video-add__video object, video {
  width: 100%;
  height: 100vh;
}

.my-res-documents div#resp-table-headers {
    grid-template-columns: 75% 25%;
    padding: 50px 100px;
    border: 0px !important;
    gap:100px
}
.my-res-documents .table-header-cell {
       border-bottom: 0px solid black; 
   
}

.my-res-documents .resp-table-rows {
    display: grid;
    grid-template-columns: 75% 25%;
    border-bottom: 1px solid #3333332e;
    padding: 50px 100px;
     gap:100px
}
.my-res-documents .table-header-cell {
   
     padding: 00px; 
   
}
.my-res-documents  .table-body-cell {
   
     padding: 00px; 
    
}

#checkout-frm .grp_btn button#prevBtn {
    background-color: transparent !important;
    color: #333 !important;
    border: 1px solid !important;
}


 .map-address-data .sub_event_slider_post {
 align-items: flex-start;
}

.map-address-data ul {
    list-style-type: disc;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-size: 17px;
}


@media screen and (min-width:1800px) {
  .gallery-slider-video.video_image-slider .splide__slide a img {
  width: 359px !important;
  height: 359px !important;
}

.gallery-slider-video.video_image-slider .splide__slide a .iconss-download img {
  width:auto !important;
  height: auto !important;
}
}
/*li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {*/
/*    pointer-events: none;*/
/*}*/



#one_two_form #related-course .conferences-page-right-side-subcontent-a {
  width: 100%;
  max-width: 655px !important;
  max-height: 438px;
  height: auto;
}
#one_two_form #related-course .conferences-page-right-side-subcontent-a > img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100% !important;
  max-height: 419px;
  height: 100% !important;
}

#venue-image-slider-event.map-address-data .sub_event_slider_post .f_e_slider_image {
   height: 100% !important;
       max-height: 100%;
} 
@media screen and (min-width:992px) {
  #venue-image-slider-event.map-address-data .sub_event_slider_post .f_e_slider_image {
   height: 100% !important;
} 
 .map-address-data .acf-map {
  width: 100%;
  height: 100vh;
  border: 0px;
  margin: 0;
}

/*#venue-image-slider-event.map-address-data .sub_event_slider_post .left_f_e_slider_text {*/
/*    padding: 50px;*/
/*    margin-left: 0%;*/
/*    height: 585px !important;*/
/*}*/

#venue-image-slider-event.map-address-data .sub_event_slider_post .left_f_e_slider_text p:nth-child(1){
    font-size: clamp(0.875rem, 0.7217rem + 0.7006vw, 1.5625rem) !important;
    color: #333333;
}
}

p.title-map-slider {
    font-size: clamp(0.875rem, 0.7217rem + 0.7006vw, 1.5625rem) !important;
    color: #333;
    font-weight: 500;
    line-height: 40px;
}



#venue-image-slider-event.map-address-data .sub_event_slider_post .left_f_e_slider_text {
    padding: 50px;
    margin-left: 0%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

#venue-image-slider-event.map-address-data .sub_event_slider_post .left_f_e_slider_text h3 {
   font-size: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem) !important;
    font-weight: bold;
    line-height: 70px;
    font-style: normal;
    text-align: left;
    color: #333333;
    max-width: 606px;
    width: 100%;
     margin-bottom: 0px !important; 
}

#venue-image-slider-event.map-address-data .slick-slider.slick-dotted .slick-track {
    background-color: #eaeaea;
}

#venue-image-slider-event.map-address-data .sub_event_slider_post .left_f_e_slider_text p {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    color: #333333;
}
@media screen and (max-width:700px) {
#checkout .grp_btn {
       display: flex !important;
    flex-direction: column-reverse;
}
}
video.video-stream.html5-main-video {
    width: 100vw !important;
    height: 100vh !important;
    left: 0 !important;
}

/*speakers popup*/

#our-speakers .main-img-popups {
  right: 0;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#our-speakers #main_sub_img_popup {
  align-items: flex-start;
  display: flex;
  gap: 50px;
  background-color: #EAEAEA;
  padding: 50px;
 
  overflow: scroll;
  position: relative;
  margin: 6% auto;
 width: clamp(250px, 90%, 1444px) !important;
 
  height: 75vh;
}
#our-speakers #main_sub_img_popup .left_img_popup_spon {
    width: 50% !important;
    height: clamp(250px, 100%, 920px);
}
#our-speakers #main_sub_img_popup .left_img_popup_spon img {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    max-width: inherit !important;
}
#our-speakers #main_sub_img_popup .right_text_popup_spon {
    width: 50% !important;
    max-height: 65vh;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    height: 100%;
}
#our-speakers .main-img-popups .speaker-job-title{
  text-align: start;
  display: block;
  font-family: 'Open Sans';
  color: #333333;
  line-height: 34px;
  font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
}
@media screen and (max-width:991px) {
    #our-speakers #main_sub_img_popup {
      align-items: center;
      display: flex;
      gap: 25px;
      background-color: #EAEAEA;
      padding: 50px 25px;
      /*border: 1px solid #888888;*/
      overflow: scroll;
      position: relative;
      margin: 7% auto;
      height: 90vh;
      flex-direction: column;
    }
    #our-speakers #main_sub_img_popup .left_img_popup_spon {
      width: auto !important;
      height: 100%;
    }
    #our-speakers #main_sub_img_popup .left_img_popup_spon img {
         width: 100% !important;
          height: 100% !important;
        }
    #our-speakers #main_sub_img_popup .right_text_popup_spon {
          height: 100% !important;
          overflow: unset !important;
              width: 100% !important;
        }
    .Sponsors .main-img-spopopup .container #main_sub_img_popup .right_text_popup_spon {
       width: 100% !important;
         overflow: unset !important;
    }
    .Sponsors .main-img-spopopup .container div#main_sub_img_popup .left_img_popup_spon {
        width: 100% !important;
    }

    #main_sub_img_popup .right_text_popup_spon {
        gap: 15px !important;
    }
    #our_sponsors #main_img_popup .container #main_sub_img_popup .left_img_popup_spon, #our_sponsors #main_img_popup .container #main_sub_img_popup .right_text_popup_spon {
    width: 100% !important;
    max-height: 358px;
    height: 100vh;
    overflow: unset !important;
}
    #our_sponsors #main_img_popup .container #main_sub_img_popup .left_img_popup_spon{
        padding: 50px;
    }
    
}


/*.conferences-main-content .conferences-content-page .conferences-page-right-side-subcontent-a {*/
/*  position: relative;*/
/*  width: clamp(350px, 86%, 366px);*/
/*  height: clamp(250px, 100%, 383px);*/
/*}*/
.conferences-main-content .conferences-content-page .conferences-page-right-side-subcontent-a > img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

/*.Sponsors .Sponsoer_desc img {*/
/*  max-width: 200px !important;*/
  
/*}*/
.show-me-customselect1 .select-items div, .select-selected {
  color: #323232;
  padding: 5px 30px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  font-size: 17px;
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
}

/**/
.succsess{
    color: green !important;
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
}


/*spon*/

.Sponsors .Sponsoer_desc .sponsor-img-block {
    max-width: 220px;
    min-width: 180px;
    margin: 0 auto;
}
.Sponsors .Sponsoer_desc img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    min-height: 220px !important;
}
.Sponsors .main-img-spopopup {
    right: 0;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.Sponsors .main-img-spopopup .container div#main_sub_img_popup {
    display: flex;
    gap: 50px;
    background-color: #EAEAEA;
    padding: 50px;
    /*border: 1px solid #888888;*/
    overflow: scroll;
    position: relative;
    margin: 6% auto;
    width: clamp(250px, 90%, 1444px) !important;
    height: clamp(350px, 100%, 500px);
}
.Sponsors .main-img-spopopup .container div#main_sub_img_popup .left_img_popup_spon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: clamp(350px, 100%, 100%);
   background-color: #fff !important;
}
.Sponsors .main-img-spopopup .container div#main_sub_img_popup .left_img_popup_spon a{
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(276px, 100%, 400px) !important;
    width: clamp(276px,100%,400px);
}
.Sponsors .main-img-spopopup .container div#main_sub_img_popup .left_img_popup_spon a img {
    width: clamp(220px, 99%, 220px) !important;
    height: clamp(220px, 99%, 220px) !important;
    object-fit: scale-down;
}
.Sponsors .main-img-spopopup .container div#main_sub_img_popup::-webkit-scrollbar {
  display: none;
}
.Sponsors .main-img-spopopup .container div#main_sub_img_popup{
  -ms-overflow-style: none;  
  scrollbar-width: none;  
} 

.Sponsors .main-img-spopopup .container #main_sub_img_popup .right_text_popup_spon {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%;
}
.usp_logo_items {
  width: clamp(25px, 80%, 45px);
  height: clamp(25px, 80%, 45px);
}

.show-me-customselect2 .select-items {
    /*height: 250px;*/
   overflow: auto;
}
/*.show-me-customselect2 .select-items::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/
/*.show-me-customselect2 .select-items {*/
/*  -ms-overflow-style: none; */
/*  scrollbar-width: none;*/
/*}*/

/**/

#our_sponsors .main_sponsore_images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
#our_sponsors .main_sponsore_images .our_ins_img {
  width: 276px;
  height: auto;
  display: grid;
  align-content: center;
  justify-content: center;
  max-height: 276px;
}

#our_sponsors .container div#main_img_popup {
    right: 0;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}


#our_sponsors .container div#main_img_popup div#main_sub_img_popup {
    display: flex;
    gap: 50px;
    background-color: #EAEAEA;
    padding: 50px;
    /*border: 1px solid #888888;*/
    overflow: scroll;
    position: relative;
    margin: 6% auto;
    width: clamp(250px, 90%, 1444px) !important;
    height: clamp(350px, 100%, 500px);
}

#our_sponsors .container div#main_sub_img_popup .left_img_popup_spon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 50%;
}

/**/
	/* Style for the custom select */
.custom-select-product {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #333;
  /* border-radius: 5px; */
  color: #333;
    width: clamp(200px, 90%, 290px);
 font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
}

/* Style for the custom dropdown arrow */
.custom-select-product::after {
    position: absolute;
    content: "";
    top: 33%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-color: black transparent transparent transparent;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
}
.custom-options-product.show .custom-select-product::after{
    border-color: black black black transparent;
    top: 50%;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/* Style for the custom dropdown options */
.custom-options-product {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #333;
  border-top: none;
  /* border-radius: 0 0 5px 5px; */
  z-index: 1;
    width: clamp(200px, 90%, 290px);
  padding: 0px;
  list-style: none;
  margin: 0;
  font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
}

.custom-options-product.show {
    display: block;
    padding: 0 !important;
}

.custom-options-product li {
  background-color: white;
  padding: 10px;
  cursor: pointer;
}

.custom-options-product li:hover {
  background-color: #F15D23;
  color: #fff;
}
.conferences-content-page form.woocommerce-ordering {
    padding: 0;
    float: left;
    width: 100%;
        margin-bottom: 8.2%;
}


.woocommerce-pagination span.page-numbers.current {
    background-color: #F15D23;
    width: 50px;
    height: 50px;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
}

.woocommerce-ordering nav.woocommerce-pagination {
    display: flex;
    float: right;
}


/**/
.popup-info {
    display: none;
    position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
}

.popup-content-info {
  padding: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: #EAEAEA;
  /*border: 1px solid #888888;*/
  max-width: 1258px;
  max-height: 920px;
  overflow: scroll;
  position: relative;
  margin: 7% auto;
  width: clamp(350px, 80%, 1250px);
  height: clamp(250px, 80%, 420px);
  align-items: center;
  justify-content: center;
}

.close-popup-info {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-popup-info-data {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.cpb-info{
  border: 1px solid #333 !important;
  color: #333 !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
}
.ptc-btn{
     background-color: #F15D23 !important;
      color: #fff !important;
       border: 1px solid #F15D23 !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
}
.cpb-info:hover{
     border: 1px solid #F15D23 !important;
     background-color: #F15D23 !important;
      color: #fff !important;
}
.ptc-btn:hover{
    border: 1px solid #F15D23 !important;
    background-color: #F15D23 !important;
     color: #fff !important;
}
@media screen and (max-width:600px) {
   .button-popup-info-data {
    flex-direction: column;
    width: 100%;
    } 
    .cpb-info,.ptc-btn {
       width: 100% !important;
    }
    .button-popup-info-data a {
       width: 100% !important;
    }
    .cpb-info:hover{
     width: 100% !important;
    }
    .ptc-btn:hover{
     width: 100% !important;
    }
}

/**/
button.cmplz-btn.cmplz-accept {
    color: #333 !important;
    border: 1px solid #f2f2f2 !important;
}

.footer-bottom .payment-logo-footer img{
   width: 25px !important; 
}

/**/
.cart_page .contant_item_cart_group .cart_item .amount bdi,.cart_page .cart-collaterals .cart_totals .order-total td span bdi,.cart_page .cart-collaterals .cart_totals .cart-subtotal td span bdi,.tax-total span.woocommerce-Price-amount.amount bdi,#price-section .card .card_sec_3 .price_detail span.woocommerce-Price-amount.amount bdi,#price-section .card .card_sec_2 span.woocommerce-Price-amount.amount bdi,#checkout .right_form .cart_total_amount span bdi{
    display:flex;
    gap:3px;
}



/* nitish */
/*.shortFRM div#popupForms, .wshortFRM div#popupForms {*/
/*    margin: 0 auto;*/
/*    padding: 30px;*/
/*    transform: none !important;*/
/*    right: 0;*/
/*    position: fixed;*/
/*    z-index: 99;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.6);*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.shortFRM div#popupForms .wpcf7, .wshortFRM div#popupForms .wpcf7 {*/
/*    background-color: #EAEAEA;*/
/*    overflow: scroll;*/
/*    position: relative;*/
/*    padding: 50px;*/
/*    margin: 2% auto;*/
/*    width: clamp(350px, 90%, 1440px);*/
/*    height: clamp(150px, 100%, 272px);*/
/*}*/
.shortFRM div#popupForms .wpcf7  h5,.wshortFRM div#popupForms .wpcf7  h5{
    font-size: clamp(1.125rem, 0.8185rem + 1.4013vw, 2.5rem);
        color: #333333;
        margin-bottom: 40px;
        letter-spacing: 1px;
        text-transform: capitalize;
}
.shortFRM div#popupForms .wpcf7 .webinar-landing-form p,.wshortFRM div#popupForms .wpcf7 .webinar-landing-form p {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
/*.shortFRM div#popupForms .wpcf7 input.wpcf7-form-control.has-spinner.wpcf7-submit,*/
/*.wshortFRM div#popupForms .wpcf7 input.wpcf7-form-control.has-spinner.wpcf7-submit,*/
/*#one_two_form #popupForm div#popupForm #wpcf7-f991-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit {*/
/*    height: 50px;*/
/*    padding: 0 30px;*/
/*    margin: 0;*/
/*    font-family: "montserrat" !important;*/
/*    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;*/
/*    font-weight: normal;*/
/*    line-height: 34px;*/
/*    font-style: normal;*/
/*    text-align: center;*/
/*    color: #ffffff;*/
/*    background-color: #f15d23 !important;*/
/*        border: 1px solid #f15d23 !important;*/
/*}*/

/*.longFRM div#popupForms,.wlongFRM div#popupForms {*/
/*    margin: 0 auto;*/
/*    padding: 30px;*/
/*    transform: none !important;*/
/*    right: 0;*/
/*    position: fixed;*/
/*    z-index: 99;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.6);*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.longFRM div#popupForms .wpcf7, .wlongFRM div#popupForms .wpcf7 {*/
/*    background-color: #EAEAEA;*/
/*    overflow: scroll;*/
/*    position: relative;*/
/*    padding: 50px;*/
/*    margin: 2% auto;*/
/*    width: clamp(350px, 90%, 1207px);*/
/*    height: clamp(150px, 100%, 480px);*/
/*}*/

 
.longFRM div#popupForms .wpcf7 h5, .wlongFRM div#popupForms .wpcf7 h5 {
    font-size: clamp(1.125rem, 0.8185rem + 1.4013vw, 2.5rem);
    color: #333333;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.longFRM div#popupForms form.wpcf7-form,.wlongFRM div#popupForms form.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.longFRM div#popupForms .three_input_ls p,.wlongFRM div#popupForms .three_input_ls p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.longFRM div#popupForms  p  br,.wlongFRM div#popupForms  p  br{
    display:none !important;
}
.longFRM div#popupForms input.wpcf7-form-control.has-spinner.wpcf7-submit,
.wlongFRM div#popupForms input.wpcf7-form-control.has-spinner.wpcf7-submit
{
    width: 100%;
    max-width: 132px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: center;
    background-color: #F15D23 !important;
}


.longFRM .wpcf7-not-valid-tip, .shortFRM .wpcf7-not-valid-tip,
.wlongFRM .wpcf7-not-valid-tip, .wshortFRM .wpcf7-not-valid-tip {
    position: absolute;
    top: 45px;
}

#resources_my_events .error-message {
    padding: 50px;
    display: flex;
    justify-content: center;
}


.custom_new_button_secondary.active:hover {
    padding: 14px 33px !important;
    background-color: #F15D23 !important;
    color: white !important;
    border: none !important;
    font-size: 17px !important;
    cursor: pointer !important;
    width: max-content !important;
    height: 50px;
}

.Sponsors .Sponsoer_desc {
     overflow: scroll;
}
.Sponsors .Sponsoer_desc::-webkit-scrollbar {
  display: none;
}
.Sponsors .Sponsoer_desc {
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

#our_sponsors .container div#main_img_popup div#main_sub_img_popup::-webkit-scrollbar {
  display: none;
}
#our_sponsors .container div#main_img_popup div#main_sub_img_popup {
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

#our_sponsors .container div#main_img_popup .container{
        display: flex;
            flex-direction: column;
            gap: 50px;
            text-align: center;
            justify-content: center;
            align-items: center;
            height: 100vh;
}


.cart_page .contant_item_cart .contant_item_cart_group {
    display: grid;
    gap: 30px;
}


/*footer form */
footer input.wpcf7-form-control.has-spinner.wpcf7-submit,
footer .wpcf7-form-control.has-spinner.wpcf7-submit {
    width: min(165px, 50%);
    height: 50px;
    padding: 0;
    margin: 0;
    font-family: "montserrat";
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    background-color: #f15d23 !important;
}
footer .wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    position: relative;
    width: 0 !important;
    height: 0 !important;
}

footer .wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 1px;
    height: 18px;
    width: 18px;
    top: 10px;
    border: 1px solid #fff;
    left: 0;
}

footer .wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 11px;
    left: 4px;
    visibility: hidden;
    font-size: 16px;
}

footer .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before {
    background: transparent;
}

footer .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after {
    visibility: visible;
}

footer .wpcf7 {
    position: relative;
}

footer span.wpcf7-list-item.first.last>label {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    color: #333333;
}

footer .check-box-btn input[type=checkbox], footer input[type=radio] {
    border-width: 0px!important;
}

#our-speakers #main_sub_img_popup

 /* Hide scrollbar for Chrome, Safari and Opera */
#our-speakers #main_sub_img_popup::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#our-speakers #main_sub_img_popup {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 

#myPopup .conferences-text-content p {
    gap: 5px;
   flex-wrap: wrap;
}


.popup-content-info::-webkit-scrollbar {
  display: none;
}
.popup-content-info {
  -ms-overflow-style: none;
  scrollbar-width: none;
} 

#our-speakers #main_sub_img_popup::-webkit-scrollbar {
  display: none;
}
#our-speakers #main_sub_img_popup{
  -ms-overflow-style: none;
  scrollbar-width: none;
} 



#myPopup .conferences-text-content p:nth-last-child(-n+4) > strong {
  font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
  min-width: 70px;
  max-width: 100px;
}


.conferences-main-content  .conferences-content-page-right-side #international-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(1.125rem, 1.0275rem + 0.4459vw, 1.5625rem) !important;
    font-weight: 500 !important;
    color: #333333;
    margin-bottom: 3%;
    line-height: 40px !important;
}
.conferences-main-content .conferences-content-page .conferences-page-right-side-subcontent-a {
    position: relative;
    width: clamp(350px, 86%, 366px);
}

.conferences-content-page .conferences-content-page-right-side .conferences-page-right-side-content .conferences-text-content p {
    line-height: 34px !important;
}

.conferences-content-page .conferences-content-page-right-side .conferences-page-right-side-content .conference-details p:nth-last-child(-n+3) > strong {
    min-width: 70px !important;
    width: 80px;
    display: block;
}
.conferences-content-page .conferences-content-page-right-side .conferences-page-right-side-content .conferences-text-content-c {
   gap: 10px !important;
}

@media screen and (min-width:1800px) {
.conferences-main-content .conferences-content-page .conferences-page-right-side-subcontent-a {
    position: relative;
    max-width: 366px;
    width: 100%;
    height: auto;
}
}

@media screen and (max-width:500px) {
.woocommerce-ordering nav.woocommerce-pagination {
    display: flex;
    float: unset;
    margin-top: 30px;
}
  .conferences-content-page .conferences-content-page-right-side .conferences-page-right-side-content .conferences-text-content-c .conferences-text-sub-content-ca {
    display: grid !important;
    gap: 30px;
    margin-top: 20px;
  }

}
@media screen and (max-width:768px) {
  .conferences-content-page .conferences-content-page-right-side .conferences-page-right-side-content .conference-details p:nth-last-child(-n+3) > strong {
    display: block;
    min-width: 60px !important;
    width: 27px;
        white-space: nowrap;
  }

.conferences-main-content .conferences-content-page .conferences-page-right-side-subcontent-a {
  position: relative;
  width: 100%;
  height: auto;
}
.conference-sub-details {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.conferences-content-page .conferences-content-page-right-side .conferences-page-right-side-content .conferences-text-content-c {
  gap: 0px !important;
}

}
@media screen and (max-width:991px) {
.conferences-content-page .conferences-content-page-right-side .conferences-page-right-side-content .conferences-text-content-c .conferences-text-sub-content-ca {
    display: flex;
    gap: 30px;
     margin-top: 20px;
  }
    .spon-img {
        display: flex !important;
        gap: 2rem;
        width: 100%;
        align-items: center;
    }
     #main_sub_img_popup #close_popup_spon {
        right: 8px !important;
        top: 1% !important;
    }
}


@media screen and (min-width:992px) {
.spon-img {
    display: grid;
    gap: 1rem 2rem;
    width: 100%;
    align-items: center;
    grid-template-columns: repeat( auto-fill, minmax(209px, 1fr) );
}
/*.spon-text {*/
    
/*    margin-top: 5%;*/
/*}*/
.Sponsoer_desc {
    align-items: flex-start !important;
}

}

.text_myprofile_top_account .edit_pen{
   display: flex;
    gap: 20px;
    white-space: nowrap;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    line-height: 34px;
    font-weight: 400;
    text-decoration: underline; 
}
.accordionUL li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.10) !important;
}
.childClsUl li{
   border-bottom:none !important;
}


/**/
.banner-text-slider a>button {
       max-width: max-content !important;
    width: max-content !important;
    border: 1px solid !important;
     font-weight: 400 !important;
     border: 1px solid #fff !important;
}
.banner-text-slider a>button:hover {
    background-color: #F15D23 !important;
    color: #fff !important;
    height: 50px;
    line-height: 0;
    /*font-size: calc(7.4px + 0.5vw) !important;*/
    font-family: "montserrat" !important;
    font-weight: 400 !important;
        max-width: max-content !important;
    width: max-content !important;
    border: 1px solid #F15D23 !important;
}
a.btn:hover {
    height: 50px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #F15D23 !important;
    background-color: #f15d2300 !important;
    padding: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(200px, 100%);
    text-transform: none;
    text-decoration: none;
    border:1px solid #F15D23;
}
.wbs-button .btn:hover {
    width: min(319px, 100%) !important;
}

.team-img {
    position: relative;
    overflow: hidden;
    max-height: 591px;
    height: 100% !important;
    max-width: 399px;
    width: 100%;
    margin-inline: auto;
}
.team-img img{
    max-height: 591px !important;
    height:100% !important;
}
.ourpeople .team-img img{
    height:unset !important;
}



@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
.accordionUL i {
    position: absolute;
    transform: translate(-5px, 0);
    margin-top: 13px;
    right: 0;
}
}
#cmplz-manage-consent .cmplz-manage-consent {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 140px !important;
    font-size: 14px;
    padding: 0 !important;
    margin: 0 !important;
    height: 30px !important;
}
.conferences-content-page-right-side .woocommerce-pagination {
    float: inline-end;
}
.wpcf7 .show-me-customselect-4 .select-selected {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    overflow-wrap: unset;
    white-space: normal;
    line-height: normal !important;
}

#contact-us-faq .right-contact_faq_block_btn h2 {
    padding: 0 !important;
}
#contact-us-faq .resource-right-content {
    margin-top: 30px;
}
/*.agenda_table table tr th:nth-child(1){*/
/*        width: 270px !important;*/
/*}*/

.reg_form_input p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
        display: flex;
}
.reg_form_input p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide input#phone_ext {
    width: 25%;
    padding: 5px !important;
    margin-bottom: 0 !important;
    border-left: 1px solid #eaeaea !important;
    margin-inline: auto;
    text-align: center;
    margin-left: 5px !important;
}
.right_text_popup_spon p a{
    word-break: break-all;
}
.right_text_popup_spon td{
    border:none !important;
}
.agenda_table table tr td:nth-child(1) {
white-space: nowrap;
}

.newCustomTop .newCustomTopForm form.woocommerce-ordering{ width: 50% !important; }

.intl-tel-input .flag-container {
       padding: 0px !important;
}

/*button changes*/
button.search_btn:hover {
    background-color:transparent !important;
    border:1px solid #F15D23 !important;
    color:#F15D23 !important;
}
a.btn-event:hover,a.wot-btn:hover {
    background-color:#F15D23 !important;
     border:1px solid #F15D23 !important;
    color:#Fff !important;
}
.two-btn-video>.btn:hover {
    width: 200px !important;
}
p.view_events:hover {
    text-decoration:none;
}
.our_lr .tablink:hover,
.resource-center-content label.sf-label-radio.btn_resource:hover,
.conferences-text-sub-content-ca>a:hover,
.btn_web-spon:hover,
button.tablinks.custom_new_button_secondary:hover,
button.web-sep-btn-load:hover,
.sf-level-0:hover,
label.sf-label-radio.btn_resource:hover,
.two-btn-video a:nth-child(2):hover,
.cart_page .cart-bottom-btn a:hover,
#checkout-frm .grp_btn button#prevBtn:hover,
.woocommerce-MyAccount-content_events button.btn-event-block:hover,
.banner_product_items_block button.without_btn_color:hover,
a.xoo-cp-close.xcp-btn.continue-btn:hover,
a.reg-link-btn:hover,
.button404 a:nth-child(1):hover
{
    background-color:#F15D23 !important;
     border:1px solid #F15D23 !important;
     color:#fff !important;
}
.our_lr .tablink.active:hover,
.resource-type .sf-option-active:hover,
.resource-type .sf-option-active label.sf-label-radio.btn_resource:hover,
#misha_filters .resource-right-content #resource-append .resource-content-heading a.readmore_rs:hover,
.our_member_img.text a.btn:hover,
.socials button.btn:hover,
a.conference-btn.button.wp-element-button:hover,
.btnactive:hover,
.btn_web-spon-color-add:hover,
#price-section .book_place_main .card_btn button.btn.custom_new_button:hover,
a.poster_block_btn:hover,
button.tablinks.custom_new_button_secondary.active:hover,
button.btn.active.triggerClick:hover,
.faq-type .sf-option-active:hover,
a.legal_btn:hover,
a.read-more-btn:hover,
.resource-content-heading>a:nth-child(4):hover,
a.checkout-button.button.alt.wc-forward:hover,
#checkout .grp_btn button:hover,
button#apply:hover,
.woocommerce-MyAccount-content_events .conferences-text-content-c button.btn-event-block.attbtn:nth-child(1):hover,
.confirm-dialog button.confirm-btn:hover,
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover,
.woocommerce-form-register__submit:hover,
#login_popup .woocommerce-button.button.woocommerce-form-login__submit:hover,
.banner_product_items_block .btn_color:hover,
.custom_new_button:hover,
#myPopup .conference-btn:hover,
.woocommerce-pagination span.page-numbers.current:hover,
#checkout .checkout_form .check_form .login:hover,
form.popup-login-reg-form button:hover,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button:hover,
.ays-survey-sections .ays-survey-section-footer .ays-survey-section-buttons input:hover,
.main-left-right-block-change-pass #login-user-change-pass button:hover

{
    background-color:transparent !important;
    border:1px solid #F15D23 !important;
    color:#F15D23 !important;
} 

#single_one_two_form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background-color:transparent !important;
    border:1px solid #F15D23 !important;
    color:#F15D23 !important;
}

.faq-type .sf-option-active label.sf-label-radio.btn_resource:hover{
     background-color:transparent !important;
     color:#F15D23 !important;
     border:0px solid #F15D23 !important;
}
.confirm-dialog button.confirm-btn:hover a{
    color:#F15D23 !important;
    background-color:transparent !important;
}
a.new-btn.btn-x.gal-web3:hover,
button.speakerslink.custom_new_button_secondary:hover,
#contact-us-faq .right-contact_faq_block_btn a:hover,
span.download-invoice-data:hover,
.conferences-text-content-c span:hover,
.invoices-nav .td>a:nth-last-child(-n +1):hover,
span.sign_here:hover,
.login p.woocommerce-LostPassword.lost_password a:hover,
a.view-basket-btn:hover,
.filter_sidebar spen>button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced:hover,
.rt_sng_relt_text a:hover,
.cart_page .contant_item_cart .remove:hover,
a.remove-copon-btn:hover,
#checkout .top_checkout .return_to_basket:hover,
.left_myaccount_event_block .text_left_event_ac a:hover,
#checkout #your_checkout .left_form .check_form .lrm-signin-section .lrm-form .internal_form .lrm-form-bottom-message a:hover,
.for-pass-header span.psw a:hover,
a.clear-filter-faq:hover,
a.clear-filter-reset:hover,
.table-body-cell>a.register-send-chase:hover,
a.questionnaire-send-chase:hover,
.attendee-edit:hover,
a.attendee-remove:hover,
a.myevents-wotbtn:hover,
.edite_img-text-attend:hover,
.remove-edite_text-attend.attendeesRemoveCls:hover,
.edit_pen a:hover,
.text_myprofile_top_account .edit_pen:hover
{
   text-decoration: none !important;
}
.shortFRM div#popupForms .wpcf7 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover, .wshortFRM div#popupForms .wpcf7 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover, #one_two_form #popupForm div#popupForm #wpcf7-f991-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
     background-color:transparent !important;
    border:1px solid #F15D23 !important;
    color:#F15D23 !important;
}

.longFRM div#popupForms input.wpcf7-form-control.has-spinner.wpcf7-submit:hover, .wlongFRM div#popupForms input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
     background-color:transparent !important;
    border:1px solid #F15D23 !important;
    color:#F15D23 !important;
}
#one_two_form #popupForm div#wpcf7-f948-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover, #one_two_form #popupForm div#popupForm #wpcf7-f991-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background-color:transparent !important;
    border:1px solid #F15D23 !important;
    color:#F15D23 !important;
}



.splide__slide img {
    vertical-align: bottom;
    height: 100% !important;
}
.header-slider .slick-dots {
        z-index: 9;
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  header#headers {
   height: 100vh !important;
}
.sub_banner_title .header-banner-text {
    margin-bottom: 2% !important;
}
}

.intl-tel-input .selected-flag {
    height: 50px !important;
}
#popupForm .three_input_ls input#telephone {
    width: 100%;
    padding: 0 95px !important;
}
#popupForm .three_input_ls span.wpcf7-form-control-wrap.countrycode {
    display: none;
}

.checkout .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.checkout p#billing_phone_ext_field {
    display: flex;
    gap:20px
}
#checkout #your_checkout .checkout_form .check_form .sec-section p::before {
    content: " ";
    display: none;
}
#checkout #your_checkout .checkout_form .check_form .sec-section p::after {
    content: " ";
    display: none;
}
#checkout #your_checkout .iti__flag-container {
    opacity:0;
}
#checkout #your_checkout .iti__flag-container+.iti--separate-dial-code>.iti__flag-container {
    opacity: 1;
    width: 100%;
}
#checkout #your_checkout .iti--separate-dial-code .iti__selected-flag {
   
    background-color: #fff0;
}

#checkout #your_checkout ul#iti-1__country-listbox {
    width: 100%;
    padding: 0 !important;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
      font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
}

.ays-survey-question-input-box .iti__flag-container {
    opacity:0;
}
.ays-survey-question-input-box .iti__flag-container+.iti--separate-dial-code>.iti__flag-container {
    opacity: 1;
    width: 100%;
}
.ays-survey-container #questionnaire .badge_detail_form .form_sec2 .ays-survey-question-content .ays-survey-question-input-box {
    position: relative;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
.ays-survey-container #questionnaire .badge_detail_form .form_sec2 .ays-survey-question-content .ays-survey-question-input-box .iti.iti--allow-dropdown.iti--separate-dial-code {
     width: 100%;
}
.ays-survey-container #questionnaire .badge_detail_form .form_sec2 .ays-survey-question-content .ays-survey-question-input-box .iti.iti--allow-dropdown.iti--separate-dial-code .ays-survey-question-input-box .iti__flag-container+.iti--separate-dial-code>.iti__flag-container {
    opacity: 1;
    width: 100%;
}
.ays-survey-container #questionnaire .badge_detail_form .form_sec2 .ays-survey-question-content .ays-survey-question-input-box .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff0;
}
.ays-survey-container #questionnaire .badge_detail_form .form_sec2 .ays-survey-question-content input#phone_ext {
    max-width: 100px;
    text-align: center;
    margin: 0 !important;
}
.ays-survey-container #questionnaire .badge_detail_form .form_sec2 .ays-survey-question-content .ays-survey-question-input-box #iti-1__country-listbox {
    width: 100%;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: #fff0 !important;
    display: table;
}
.intl-tel-input.separate-dial-code .selected-flag:hover {
    background-color: #fff0 !important;
    display: table;
}

#attendeesName .iti__flag-container {
    opacity:0;
}
#attendeesName .iti__flag-container+.iti--separate-dial-code>.iti__flag-container {
    opacity: 1;
    width: 100%;
}
#attendeesName .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff0;
}
#attendeesName .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
}
.atten-input-name {
    position: relative;
    display: flex;
    gap: 20px;
}
.atten-input-name .iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.form-atten-tag-block div .error {
    white-space: nowrap;
}


/**/
#one_two_form #popupForm .wpcf7 {
    font-weight: normal;
    display: block;
    bottom: 0px !important;
    padding: 50px !important;
    overflow: scroll;
    transform: translate(-50%, -50%);
    max-width: 1444px !important;
    position: relative;
    background: #EAEAEA;
    top: 50%;
    left: 50%;
}
#one_two_form #popupForm .wpcf7-form .two-input-fom-data-res h5{
    font-size: clamp(1.125rem, 0.8185rem + 1.4013vw, 2.5rem);
    line-height: 70px;
    color: #333333;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
#one_two_form #popupForm .webinar-landing-form p {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
#one_two_form #popupForm input.wpcf7-form-control.has-spinner.wpcf7-submit{
    height: 50px;
    padding: 0 30px;
    margin: 0;
    font-family: "montserrat" !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    background-color: #f15d23 !important;
    border: 1px solid #F15D23;
}


#one_two_form #popupForm .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -7px !important;
}
.wpcf7-not-valid-tip {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}
.country-name,.intl-tel-input .country-list .country .dial-code {
   font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}
#one_two_form .form-popup {
       z-index: 99;
}


/*contact page*/
.contact-page-ph {
    width: 100%;
    display: flex;
    gap: 5px;
}
.contact-page-ph p:nth-child(1){
    display:none !important;
}
@media screen and (max-width: 768px){
    .contact-page-ph {
        flex-direction: column;
    }
    #contact_us_page input#phone_ext {
       max-width: 100% !important;
       text-align: left !important;
}
.contact-page-ph {
    gap: 20px;
}
    
}

@media screen and (max-width: 991px){
.contact-page-ph .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    flex: 1;
}
#contact_us_page input#phone_ext {
    margin-bottom: 0px !important;
    max-width: 100px;
    width: 100vw;
    text-align: center;
}
}
.three_input_ls input#phone_ext {
    margin: 0 !important;
}




/**/
.iti--separate-dial-code .iti__selected-dial-code,.iti__country-name,.iti__dial-code {
   font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}
.ays-survey-container #questionnaire .badge_detail_form .form_sec2 .ays-survey-question-content .ays-survey-question-input-box input#your_mobile_number {
    padding: 0 0px 0 90px !important;
}
@media screen and (max-width: 992px){
#questionnaire .badge_detail .form_sec2 {
    grid-template-columns: repeat(1, 1fr) !important;
}
#questionnaire .badge_detail .form_sec1 {
    grid-template-columns: repeat(1, 1fr) !important;
}
.shortFRM div#popupForms .wpcf7, .wshortFRM div#popupForms .wpcf7 {
   height: clamp(150px, 100%, 550px);
}
.longFRM .wpcf7-not-valid-tip, .shortFRM .wpcf7-not-valid-tip, .wlongFRM .wpcf7-not-valid-tip, .wshortFRM .wpcf7-not-valid-tip {
    top: 42px;
}

}

@media screen and (max-width: 500px){
    .ays-survey-container #questionnaire .badge_detail_form .form_sec2 .ays-survey-question-content .ays-survey-question-input-box {
            flex-direction: column;
    }
    .ays-survey-container #questionnaire .badge_detail_form .form_sec2 .ays-survey-question-content input#phone_ext {
            max-width: 100% !important;
            text-align: left;
        }
        
        
}
@media screen and (max-width: 768px){
.form-atten-tag-block {
    display: flex;
    justify-content: space-between;
     gap: 0px; 
    flex-direction: column;
}
}

@media screen and (max-width: 600px){
.event-ac-ph input#phone_ext {
            padding: 15px !important;
            
        }
        .form-atten-tag-block div {
            width: 100%;
            position: relative;
            flex-direction: column;
            gap: 20px;
        }
        .form-atten-tag-block span.error.phone_number {
            bottom: -20px;
        }
        #attendees-popup_btn input#phone_ext {
            max-width: 100% !important;
            width: 100% !important;
            flex: 1;
            text-align: left !important;
            margin-left: 0 !important;
            height: 50px !important;
        }
        .atten-input-name input#phone_ext {
    max-width: 100% !important;
}
.speaker_top .btn_group.tab {
    gap: 40px;
    align-content: center;
    flex-direction: column;
    width: 100%;
}
}
.checkout_form span.error.billing_email {
    top: 45px;
}

.wshortFRM  p br,
.shortFRM  p br
{
    display: none;
}
.wshortFRM  p span.wpcf7-form-control-wrap.resource_center_id,
.shortFRM  p span.wpcf7-form-control-wrap.resource_center_id,
.wshortFRM  p span.wpcf7-form-control-wrap.resource_center_title,
.shortFRM  p span.wpcf7-form-control-wrap.resource_center_title,
.wshortFRM  p span.wpcf7-form-control-wrap.resource_center_pdf,
.shortFRM  p span.wpcf7-form-control-wrap.resource_center_pdf
{
    display:none;
}
@media screen and (max-width: 992px){
.shortFRM div#popupForms .wpcf7 .webinar-landing-form p,
.wshortFRM div#popupForms .wpcf7 .webinar-landing-form p {
    flex-direction: column;
}
.shortFRM div#popupForms .wpcf7, .wshortFRM div#popupForms .wpcf7 {
    padding: 50px 25px !important;
}
}

.wlongFRM .three_input_ls p span.wpcf7-form-control-wrap.countrycode,
.longFRM .three_input_ls p span.wpcf7-form-control-wrap.countrycode
{
display:none;
}

input.wpcf7-form-control.wpcf7-text.phone_ext {
    margin: 0 !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    height: 100% !important;
}

input#phone_ext {
    max-width: 90px !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
       height: 50px !important;
}


@media screen and (max-width: 991px){
.spon-img {
    display: grid !important;
    gap: 2rem;
    width: 100%;
    align-items: center;
    grid-template-columns: repeat( auto-fill, minmax(110px, 2fr) );
}
.Sponsors .Sponsoer_desc .sponsor-img-block {
    margin: 0 auto;
    min-height: 120px !important;
    max-width: 120px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}
.Sponsors .Sponsoer_desc img {
       min-height: auto !important;
}
/*.longFRM div#popupForms .wpcf7, .wlongFRM div#popupForms .wpcf7 {*/
/*    padding: 50px 25px !important;*/

/*}*/
#wshortFRM_close_popup_spon-res, #wlongFRM_close_popup_spon-res {
    
    right: 25px !important;
   
}

}


#wpcf7-f14127-o2 p br{
  display:none;
}
#one_two_form #popupForm h5 {
    text-transform: capitalize;
    font-size: clamp(1.125rem, 0.8185rem + 1.4013vw, 2.5rem);
    color: #333333;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

div#single_one_two_form {
    margin: 0 auto;
    padding: 30px;
    transform: none !important;
    right: 0;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    
}
#single_one_two_form div#popupForm {
    background-color: #EAEAEA;
    overflow: scroll;
    position: relative;
    padding: 50px;
    margin: 2% auto;
    width: clamp(250px, 90%, 1207px);
    height: clamp(150px, 100%, 550px);
}

#single_one_two_form div#popupForm h5 {
    font-size: clamp(1.125rem, 0.8185rem + 1.4013vw, 2.5rem);
    color: #333333;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

#single_one_two_form form.wpcf7-form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#single_one_two_form form.wpcf7-form span.wpcf7-not-valid-tip {
    position: absolute;
}

#single_one_two_form input.wpcf7-form-control.has-spinner.wpcf7-submit{
    height: 50px;
    padding: 0 30px;
    margin: 0;
    font-family: "montserrat" !important;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    background-color: #f15d23 !important;
    border: 1px solid #F15D23;
}
#single_one_two_form input#phone_ext {
    max-width: 100% !important;
}
#single_one_two_form .three_input_ls input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
   font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important; 
}
a.btn_web-spon.download_agenda.downloadAgendaFrmA,a.btn_web-spon.download_agenda {
    border: 1px solid #F15D23 !important;
}
a.btn_web-spon.download_agenda:hover,a.btn_web-spon.download_agenda:hover {
   background-color:transparent !important;
    border:1px solid #F15D23 !important;
    color:#F15D23 !important;
}

@media screen and (max-width: 1024px){
#single_one_two_form .three_input_ls p {
    gap: 30px;
}
#single_one_two_form .intl-tel-input {
    width: 100%;
}
#single_one_two_form input#phone_ext {
    max-width: 100% !important;
}
#single_one_two_form div#popupForm {
      padding: 50px 25px;
   
}
#single_close_popup_spon-res {
    right: 15px !important;
    top: 15px !important;
}
#single_one_two_form div#popupForm h5 {
    margin-bottom: 0px !important;
}
.short-single-form-popup {
   height: clamp(150px, 100%, 60vh) !important;
}
}
#single_one_two_form div#popupForm h5 {
       text-transform: capitalize;
}

#single_close_popup_spon-res {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
    width: 11px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.short-single-form-popup .webinar-landing-form p{
display: flex;
    gap: 30px;
}
.short-single-form-popup .webinar-landing-form p br{
    display:none;
}
.short-single-form-popup .webinar-landing-form p .product_id,
.short-single-form-popup .webinar-landing-form p .product_title,
.short-single-form-popup .webinar-landing-form p .download_agenda_pdf
{
display:none;
}

.short-single-form-popup {
    width: clamp(250px, 90%, 1444px) !important;
    height: clamp(150px, 100%, 272px) !important;
}
.short-single-form-popup .wpcf7-form span.wpcf7-not-valid-tip {
    position: absolute;
    top: 45px;
}

@media screen and (max-width: 1024px){
.short-single-form-popup .webinar-landing-form p {
      flex-direction: column;
}
.short-single-form-popup .two-input-fom-data-res{
   display: flex;
    flex-direction: column;
    gap: 30px;
}
.single-product-conf .three_input_ls p [data-name="phone_ext"]{
    max-width:100% !important;
    width:100% !important;
}
.longFRM .three_input_ls [data-name="phone_ext"] {
    max-width: 100% !important;
    width: 100% !important;
}
.longFRM .three_input_ls input#phone_ext {
    max-width: 100% !important;
}
#checkout .checkout_form .check_form .internal_form {
    width: 100% !important;
}
}

.single-product-conf .three_input_ls p [data-name="phone_ext"]{
    max-width:100px;
    width:100vw;
}
.three_input_ls p [data-name="phone_ext"] input#phone_ext {
    max-width: 100% !important;
}

.longFRM .three_input_ls .intl-tel-input input#telephone {
    padding: 0 0 0 100px !important;
}

.longFRM .three_input_ls [data-name="phone_ext"]{
max-width: 100px;
}
 #wpcf7-f14397-o1 .contact-page-ph [data-name="phone_ext"]{
      max-width: 100px !important;
    
 }
@media screen and (min-device-width: 768px) and (max-device-width: 992px) { 
   #wpcf7-f14397-o1 .contact-page-ph input#phone_ext {
    max-width: 90px !important;
    width: 100vw;
}
}
@media screen and (max-width: 768px) {
   #wpcf7-f14397-o1 .contact-page-ph input#phone_ext{
    max-width: 100% !important;
}
 #wpcf7-f14397-o1 .contact-page-ph [data-name="phone_ext"]{
      max-width: 100% !important;
    
 }
}

#wpcf7-f14397-o1 input.wpcf7-form-control.wpcf7-text {
    margin: 0 !important;
}
.single-product-conf .iti__selected-flag {
     opacity: 0;
}
.three_input_ls input#wtelephone {
    padding: 0 00 0 100px !important;
}
.after-breadcrumb-text ul {
    margin: 0;
    padding: 0px 20px;
}

.after-breadcrumb-text ul li {
font-size: clamp(0.875rem, 0.8469rem + 0.1796vw, 1.0625rem);
}
.single-product-conf .three_input_ls .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
     width: 100%;
}
.single-product-conf .iti {
      width: 100%;
}


@media screen and (max-width: 768px) {
#login_popup .u-column1.col-1 {
    width: 75%;
    max-width:auto !important;
   }
form.woocommerce-ResetPassword.lost_reset_password {
    padding: 0 !important;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    width: 100% !important;
}
}
@media screen and (min-width:1600px) {
.woocommerce-account.woocommerce-lost-password .woocommerce.container {
    max-width: var(--responsive--alignwide-width)!important;
    padding: 0!important;
    flex-wrap: wrap;
    max-width: 100% !important;
}
.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-message {
    width: 100%;
}
}
.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-message {
    width: 100%;
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
}
.wlongFRM .three_input_ls span[data-name="phone_ext"]{
    max-width: 100px;
}
@media screen and (max-width: 992px) {
   .wlongFRM .three_input_ls span[data-name="phone_ext"]{
    max-width: 100%;
} 
.mobile-menu #menu-main-menu-1 li>a {
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
nav.mobile-menu {
    margin-top: -1px;
}

#wpmenucartli a>img {
    width: 25px !important;
    height: 25px !important;
}

.mobile-menu #menu-main-menu-1 li>a sup {
    top: 0;
}
#our-speakers #main_sub_img_popup {
    width: 100% !important; 
}
#main_sub_img_popup #close_popup_spon {
    width: 14px !important;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px !important;
    top: 15px !important;
}
}
section#cont-block {
    scroll-margin-top: 292px;
}
.intl-tel-input .selected-flag {
   padding: 0 0 0 15px !important;
}

#billing_phone_field .woocommerce-input-wrapper .iti.iti--allow-dropdown.iti--separate-dial-code:nth-child(2) .iti__flag-container{
    position:unset !important;
}

#billing_phone_field .woocommerce-input-wrapper .iti.iti--allow-dropdown.iti--separate-dial-code {
    display: flex;
    background: #fff;
}

#billing_phone_field .woocommerce-input-wrapper .iti.iti--allow-dropdown.iti--separate-dial-code input#billing_phone {
    padding: 0 !important;
}
#checkout #your_checkout .iti__flag-container+.iti--separate-dial-code>.iti__flag-container {
    opacity: 1;
    width: 100px !important;
}
#billing_phone_field .woocommerce-input-wrapper .iti.iti--allow-dropdown.iti--separate-dial-code .iti__selected-flag {
       padding: 0 6px 0 15px !important;
}
#main_sub_img_popup #close_popup_spon {
    top: 30px;
    right: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.flip-card-front ul,
.flip-card-front ol,
.after-block-text ul,
.after-block-text ol,
.video-bottom-text ul,
.video-bottom-text ol,
.wbs-block ul,
.wbs-block ol,
.featured_event_slider_text ul,
.featured_event_slider_text ol,
.our-people-content-block-bg ul,
.our-people-content-block-bg ol,
.right_text_popup_spon ul,
.right_text_popup_spon ol
{
    padding: 0 0px 0 20px;
    margin: 0;
}
.flip-card-front p,
.after-block-text p,
.video-bottom-text p,
.wbs-block p,
.featured_event_slider_text p,
.our-people-content-block-bg p,
.right_text_popup_spon p,
#after-oef-text .after-breadcrumb-text p,#venue-image-slider-event.map-address-data .sub_event_slider_post .left_f_e_slider_text p {
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
}


.flip-card-front li,
.after-block-text li,
.video-bottom-text li,
.wbs-block li,
.featured_event_slider_text li,
.our-people-content-block-bg li,
.right_text_popup_spon li,
.after-breadcrumb-text li
{
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
    color: #333;
    text-align: left;
}
.after-breadcrumb-text li a,
.poster_block_text_left li
{
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
    color: #333;
    text-align: left;
}
ul,ol{
    padding: 0 0px 0 20px !important;
    margin: 0;
       
}
ul li,ol li {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
    text-align: left;
        font-family: 'Open Sans' !important;
}
ul li,ol li a{
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem);
    font-family: 'Open Sans' !important;
}

#attendeesName .iti.iti--allow-dropdown.iti--separate-dial-code:nth-child(2) .iti__flag-container{
    position:unset !important;
    display: none;
}

#attendeesName .iti.iti--allow-dropdown.iti--separate-dial-code {
    display: flex;
    background: #fff;
    flex: 8;
     height: 50px;
}

#attendeesName .iti.iti--allow-dropdown.iti--separate-dial-code input#billing_phone {
    padding: 0 !important;
}
#attendeesName .iti__flag-container+.iti--separate-dial-code>.iti__flag-container {
    opacity: 1;
    width: 100px !important;
}
#attendeesName .iti.iti--allow-dropdown.iti--separate-dial-code .iti__selected-flag {
       padding: 0 6px 0 15px !important;
}

#attendeesName .iti.iti--allow-dropdown.iti--separate-dial-code:nth-child(2) .iti.iti--allow-dropdown.iti--separate-dial-code .iti__flag-container {
    position: unset !important;
    display: block;
}

#attendeesName .iti.iti--allow-dropdown.iti--separate-dial-code:nth-child(2) .iti.iti--allow-dropdown.iti--separate-dial-code ul#iti-1__country-listbox {
    width: 100%;
}

#attendeesName .iti.iti--allow-dropdown.iti--separate-dial-code:nth-child(2) .iti.iti--allow-dropdown.iti--separate-dial-code input.phone_number {
    padding: 0 0px 0 5px !important;
}
.iti-arrow {
        right: -1px !important;
}

.web_nav_block-fixed {
    position: fixed;
    width: 100%;
    
}
@media (max-width: 992px){
#conference_sponsor .btn_group.tab button {
    
    width: 100% !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.tablinks.custom_new_button_secondary.active:hover{
    background-color: #F15D23 !important;
    border: 1px solid #F15D23 !important;
    color: #fff !important;
}
}

.event-ac-ph {
    display: flex;
    gap: 20px;
}
.event-ac-ph input#phone_number {
    padding: 0 0 0 100px !important;
}
.event-ac-ph .intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
}


.event-ac-ph .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    display: flex;
    align-items: center;
    gap: 19px !important;
    width: max-content !important;
    min-width: 90px !important;
}
.wpcf7 .customselect .select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height: 200px;
    overflow: auto;
}
.iti__country.iti__highlight {
        width: 100vw !important;
}
.iti__country {
    padding: 5px 15px !important;
   }

@media screen and (max-width: 1800px){
div#mBtnWeb {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
   
}
#conference-overview div#mBtnWeb a:nth-last-child(-2n + 2) {
     margin-left: unset !important; 
}
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
div#mBtnWeb {
    padding: 20px 0;
}
}
sup.date-sub {
    display: none;
}
@media screen and (max-width: 768px) {
.event-ac-ph .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
     display: block !important; 
     align-items: center; 
    gap: 19px !important;
    width: max-content !important;
    min-width: 90px !important;
}
.event-ac-ph .intl-tel-input.separate-dial-code .selected-dial-code {
    height: 50px;
}
}
.intl-tel-input .country-list {
    width: 100%;
}
div#close_popup_atted {
    display: flex;
    align-items: flex-start;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 30px;
    top: 30px;
}
@media screen and (max-width: 992px) {
 div#close_popup_atted {
    display: flex;
    align-items: flex-start;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
} 

.dynamicFrm .webinar-landing-form p {
    display: flex;
    gap: 20px;
    flex-direction:column;
}
}

.cmplz-buttons {
    flex-wrap: wrap !important;
}

   .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    min-width: max-content !important;
    width: max-content !important;
    padding: 0 20px;
    background-color:transparent !important;
    border:1px solid #333 !important;
    color:#333 !important;
}

    /*.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover*/
    /*{*/
    /*    background-color:#F15D23 !important;*/
    /*     border:1px solid #F15D23 !important;*/
    /*     color:#fff !important;*/
    /*}*/
    .cmplz-cookiebanner {
        margin: 0 auto !important;
        width:100% !important;
        grid-column-gap: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        bottom: 0;
        left: 50% !important;
        top: auto;
            transform: translate(-50%, 0%) !important;
          border-radius: 0 !important;
}
.cmplz-cookiebanner .cmplz-close svg {
    width: 15px !important;
    height: 15px !important;
    color: #333 !important;
}

@media (max-width: 1023px){
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    width: 100% !important;
}
}

/*resource center*/

.one_two_form_downloads.longFRM {
    margin: 0 auto;
    padding: 30px;
    transform: none !important;
    right: 0;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}
/*.one_two_form_downloads.longFRM div#popupForms {*/
/*    background-color: #EAEAEA;*/
/*    overflow: scroll;*/
/*    position: relative;*/
/*    padding: 50px;*/
/*    margin: 2% auto;*/
/*    width: clamp(350px, 90%, 1440px);*/
/*    height: clamp(150px, 100%, 480px);*/
/*}*/
.three_input_ls .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.three_input_ls .iti.iti--allow-dropdown.iti--separate-dial-code:nth-child(2) .iti__flag-container{
    position:unset !important;
    display: none;
}
.three_input_ls .iti.iti--allow-dropdown.iti--separate-dial-code {
    display: flex;
    background: #fff;
    flex: 8;
     height: 50px;
}

.three_input_ls .iti.iti--allow-dropdown.iti--separate-dial-code input#billing_phone {
    padding: 0 !important;
}
.three_input_ls .iti__flag-container+.iti--separate-dial-code>.iti__flag-container {
    opacity: 1;
    width: 100px !important;
}
.three_input_ls .iti.iti--allow-dropdown.iti--separate-dial-code .iti__selected-flag {
       padding: 0 6px 0 15px !important;
}

.three_input_ls .iti.iti--allow-dropdown.iti--separate-dial-code:nth-child(2) .iti.iti--allow-dropdown.iti--separate-dial-code .iti__flag-container {
    position: unset !important;
    display: block;
}


.three_input_ls .iti.iti--allow-dropdown.iti--separate-dial-code:nth-child(2) .iti.iti--allow-dropdown.iti--separate-dial-code ul#iti-1__country-listbox {
    width: 100%;
}

.three_input_ls .iti.iti--allow-dropdown.iti--separate-dial-code:nth-child(2) .iti.iti--allow-dropdown.iti--separate-dial-code input.phone_number {
    padding: 0 0px 0 5px !important;
}

.three_input_ls input#telephone {padding: 00 0 0 15px !important;}

.three_input_ls  .iti__country-list {
    width: 100%;
}
.three_input_ls .iti__flag-container {
    position: initial !important;
}
.three_input_ls .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    box-shadow: none !important;
    background-color: white !important;
    border: 0px solid #CCC;
    overflow-y: scroll !important;
    padding: 0 !important;
}
.three_input_ls .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}
.dynamicFrm .webinar-landing-form p {
    display: flex;
    gap: 20px;
}
.dynamicFrm .two-input-fom-data-res {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position:relative;
}
/*.longFRM .dynamicFrm input.wpcf7-form-control.has-spinner.wpcf7-submit{*/
/*    position: absolute;*/
/*    bottom: -60px;*/
/*}*/

.longFRM .dynamicFrm span.wpcf7-form-control-wrap.resource_type {
    display: none;
}

.longFRM .dynamicFrm span.wpcf7-form-control-wrap.resource_center_id {
    display: none;
}

.longFRM .dynamicFrm span.wpcf7-form-control-wrap.resource_center_title {
    display: none;
}

.longFRM .dynamicFrm span.wpcf7-form-control-wrap.resource_center_pdf {
    display: none;
}

.wpcf7-response-output {
    padding: 0 10px !important;
    margin: 0 !important;
}
.one_two_form_downloads.longFRM div#popupForms {
    background-color: #EAEAEA;
    overflow: scroll;
    position: relative;
    padding: 50px;
    margin: 2% auto;
    width: clamp(350px, 90%, 1440px);
    min-height: 250px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: clamp(0.875rem, 0.8332rem + 0.1911vw, 1.0625rem) !important;
}

@media (max-width: 1023px){
.one_two_form_downloads.longFRM div#popupForms {
    background-color: #EAEAEA;
    overflow: scroll;
    position: relative;
    margin: 2% auto;
    width: clamp(350px, 90%, 1440px);
    min-height: 250px;
     /*height: 60vh; */
}
.one_two_form_downloads.longFRM div#popupForms {
      padding: 50px 25px !important;
}
}
@media (max-width: 992px){
.one_two_form_downloads.longFRM div#popupForms {
   
     height: 60vh; 
}

}

.dynamicFrm .wpcf7 form.sent .wpcf7-response-output {
    position:relative !important;
}

.left-cont-data.cont_bg_color .show-me-customselect-4 .select-items,.left-cont-data .show-me-customselect-4 .select-items {
     z-index: 1;
    height: 300px;
    overflow: scroll;
}
@media screen and (max-width: 769px) {
 
#contact_us_page .left-cont-data, #cont-block .left-cont-data {
    padding: 25px 25px 80px !important;
}
}
.img_our_commitment {
    height: 100%;
}
.img_our_commitment img{
height: 100% !important;
    object-fit: cover;
}
.map-address-data .acf-map {
    height: 100% !important;
}
ul.products.columns-4 {
    padding: 0 !important;
}

/**/
@media screen and (max-width: 1200px) {
.newCustomTop {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}
.newCustomTop .newCustomTopForm form.woocommerce-ordering {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.newCustomTopForm .custom-options-product {
    padding: 0px !important;
}
.newCustomTopForm {
    width: 50%;
}
.newCustomTopPagination {
    width: 50%;
}}
@media screen and (max-width: 480px) {
  .newCustomTop {
       flex-direction: column;
}
.custom-select-product {
        width: 100% !important;
}
.custom-options-product {
    width: 100% !important;
}
.newCustomTopForm {
    width: 100%;
}
.newCustomTopPagination {
    width: 100%;
}
.newCustomTop .newCustomTopForm form.woocommerce-ordering {
    width: 100% !important;
}
}
.video_image-slider .splide__list a.iconss-download.img-iconss {
    position: relative !important;
    top: 0 !important;
    left:0 !important;
}

#poster_presentation .poster_block_text_left h2{
font-size: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem) !important;
}
 @media screen and (max-width:992px) {
     #venue-image-slider-event.map-address-data .sub_event_slider_post .f_e_slider_image {
        height: 500px !important;
        max-height: 500px;
    }
    #venue-image-slider-event.map-address-data .sub_event_slider_post .left_f_e_slider_text {
    padding: 0 25px 50px !important;
    }
    #login_header a{
       display: flex;
    }
 }
.cart_page .final_qty .grayBG {
    background-color: gray !important;
    pointer-events: none;
}

.page-id-159 section#cont-block {
    scroll-margin-top: 50px;
}

.resource-right-content .button-content ul {
    padding: 0 !important;
}

.acf-wysiwyg-content p {
   margin-top: 0;    /* Remove top margin */
   margin-bottom: 0; /* Remove bottom margin */
}
.acf_content p {
    margin: 0 !important;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/**/
.gallery-slider button.slick-prev.slick-arrow {
    display: none !important;
}
.gallery-slider button.slick-next.slick-arrow {
    display: none !important;
}
.page-id-1987 #our_sponsors .main_sponsore_images,.error404 #our_sponsors .main_sponsore_images {
  gap: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: 0 auto;
  width: 100%;
}
.page-id-1987 #our_sponsors .main_sponsore_images .our_ins_img,.error404 #our_sponsors .main_sponsore_images .our_ins_img {
  width: auto;
  height: auto;
  display: grid;
  align-content: center;
  justify-content: center;
  max-height: 276px;
}

.page-id-1987 .top_head_text_spon h2,.error404 .top_head_text_spon h2 {
  font-family: 'Montserrat' !important;
  color: #333;
  margin-bottom: 50px;
  font-size: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem);
}
@media screen and (max-width:992px) {
  .page-id-1987 #our_sponsors .main_sponsore_images {
   grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}  
  .error404 #our_sponsors .main_sponsore_images {
   grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.featured_event_slider_button a.btn:hover {
    width: 100% !important;
}
}
section#overview {
    scroll-margin-top: 280px;
}
.sign-up-block .wpcf7 form.sent .wpcf7-response-output {
    bottom: -70px;
}