
/*loader health Himanshu*/
/* =======================health============================= */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
:root {

--theme-color:#1f7b76

}

body{
font-family: "Urbanist", sans-serif;   
}
.home_home .user_loader_img_2{
display: none;
}
/* Target all select boxes inside this specific form */
#block-gfah-content 
#conferencechange-form 
.js-form-item.js-form-type-select 
select.form-select {
    padding: 0px;
}
.loader-box {
position: fixed;
width:100%;
height:100%;
background-color:#000;
z-index:99999;
display:flex;
justify-content:center;
align-items: center;
}
.custom_loader img {
width: 100%;
}
.dflx {
display: flex;
}
.custom_loader {
width: 13rem;
height: 10rem;
border: 16px solid #f3f3f3;
border-top: 16px solid #1f7b76;
border-bottom: 16px solid #1f7b76;
border-radius:50%;
display: flex;
justify-content: center;
align-items: center;
padding: 1.5rem;
animation: spin 3s infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}


.abstract h3{
font-size: 32px;
font-weight: 700;
}
.abstract p{
text-align: center;
margin-top: 30px;
font-size: 18px;
}

/*loader*/

/*  17dec 2021----------register page new block 
body.registration_registration header#my-header {display:none}
body.registration-1_registration-1 header#my-header {display:none}
*/
.for_you_list li::marker {
color:#1f7b76;
}

.storeArea{  width:100%; background: #fdfdfd; padding: 70px 0; }
.storeArea h3 { text-align: center; font-size: 34px; color: #262f3e; }
.storeArea ul { display: flex; justify-content: center;     flex-wrap: wrap;}
.registration_registration .storeArea li,
.registration-usa_registration-usa .storeArea li {
flex: 1;
margin: 0px 0px;
cursor: default;
align-items: stretch;
padding: 0 15px;
border: 0;
border-radius: 0;
list-style: none;
display: flex;
justify-content: center;
}



.storeArea ul li h5 {margin: 12px 8px 0;transition: 0.9s;font-size: 18px;color: #262f3e;}
.storeArea .container-fluid { padding: 0 30px; }
/*.storeArea ul li:hover {background: #1f7b76;transform: translateY(-10px);}
.storeArea ul li:hover h5 {color: #fff; }*/

.storeArea p {
font-size: 18px; 
margin: 15px auto; 
text-align: center; 
color: #000; 
}

section.storeArea img {
width: 90px;
filter: hue-rotate(230deg);
min-height: 90px;
max-height: 90px;
object-fit: contain;
max-width: 100%;
}
.combined{
color: #fff;
font-size: 13px;
font-style: italic;
text-align: right;
margin-top: -60px
}

.attendArea2 { width: 100%; padding:70px 0; }
.attendArea2 .attendBox {
padding: 32px 32px;
margin: 0px 0 0;
border-radius: 5px;
cursor: pointer;
transition: 0.5s;
box-shadow: 0 8px 9px -10px, 0px -3px 12px -8px;
height: 100%;
}

.attendBox .insideStore img {
width: 100px;
height: auto;
max-width: 100%;
margin-bottom: 10px;
filter: hue-rotate(230deg);
max-height: 100px;
min-height: 100px;
max-width: 100%;
object-fit: contain;
}


.registration_registration .storeArea li .insideStore,
.registration-usa_registration-usa .storeArea li .insideStore {
text-align: center;
width: 100%;
border: 2px solid #1f7b76;
border-radius: 5px;
padding: 16px 8px;
background-color: #fff;
}
.attendArea2 .attendBox h5 {
transition: 0.5s;
font-size: 21px;
color: #262f3e;
}


.attendArea2 .container-fluid { padding: 0 30px; }
/*.attendArea2 .attendBox:hover {background: #1f7b76;transform: translateY(-10px);}
.attendArea2 .attendBox:hover h5 { color: #fff; }*/
.attendArea2 h3 { text-align: center; font-size: 34px; color: #262f3e; }

.attendArea2 p { 
font-size: 18px; 
margin: 15px auto; 
text-align: center; 
color: #191919; 
margin-bottom: 40px; 
}


.attendArea2 .container { max-width: 1120px; }

/*.attendArea2 .attendBox:hover img ,.storeArea ul li:hover img{
filter: brightness(0) invert(1);
}*/
.Awardee {position: relative; width: 100%; }
.Awardee img { width: 100%; }
.Awardee h4 { position: absolute; width: 100%; bottom: 37%; z-index: 99; color: #fff; text-align: center; font-size: 32px; }

/*-----------------------*/

h3 {
/* padding: 1em 0; */
margin: 0;
font-size: 2em;
color: #1f7b76;
}
.primery-header{
color: #fff;
padding: 6px 30px;

background: #f7f5ec;
}
.home_home .primery-header{
background: #f7f5ec;
}

.home_home .sticky .primery-header{
background: #f7f5ec;
}

.primery-header p {
color: #000;
font-size: 14px;
line-height: 1.45;
height: 100%;
display: flex;
align-items: center;
font-weight: 500;

}
.header{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 11111;
transition: background-color 0.5s ease;
}
.header.sticky{
background-color: #1f7b76;

}

section#investor-wrap {
display: none;
}
.header_register {
align-items: center;
justify-content: space-between;
}
.reg_login{
background: #1f7b76;
color: #fff;
border-radius: 50px;
border: 2px solid #fff;
display: inline-block;
padding: .25em 0.7em;
margin-left: 0px;
display: inline-flex;
font-weight: 500;
text-transform: capitalize;
font-size: 16px;
cursor: pointer;
justify-content: center;
align-items: center;
line-height: 1.45;
}
.reg_login:hover{
background: #1f7b76;
}
a.perimery-register.reg_login{
border: 2px solid #fff;
margin-right: 5px;
}
.video-section video{
width: 100%;
position: relative;
z-index: -1;
}
section.top-container.video-section::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #03387b33;
z-index: -1;
}
.custom-header {
align-items: center;
display: flex;
}

button.btn.toggle-btn.btn-call-menu {
position: absolute;
top: 0;
right: 0;
transform: translateY(0%);
background: #0a4aa3;
height: 25px;
width: 32px;
padding: 5px;
border-radius: 4px;
justify-content: center;
align-items: center;
z-index: 11;
cursor: pointer;
display: none;
}
nav#site-navigation {
padding-right: 0;
position: relative;
}
div.navbar-menu-wrapper {
width: 100%;
}
.nav.my-navbar {
flex-direction: row;
justify-content: flex-end;
}
.nav.my-navbar li {
display: flex;
align-items: center;
position: relative;
}
.nav.my-navbar li+li {
margin-left: 15px;
}
.nav.my-navbar li a,.nav.my-navbar li a:focus {
color: #fff;
font-size: 14px!important;
line-height: 1.45;
text-transform: capitalize;
font-weight: 600;
}

.my-navbar .nav-link:before {
background: rgb(4, 67, 154);
content: '';
position: absolute;
z-index: -1;
top: calc(100% - 5px);
left: 0.05rem;
width: 25%;
height: 2px;
opacity: 1;
transform: scale3d(0, 1, 1);
transform-origin: 100% 50%;
transition: transform 0.5s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.my-navbar .nav-link:before {
width: 100% !important;
}
.my-navbar .nav-link:hover:before {
transform-origin: 0% 50%;
transition-timing-function: ease;
transform: scale3d(1, 1, 1);
}
.navbar-nav .dropdown-menu {
position: absolute;
}
.navbar .dropdown-menu {
left: 0;
right: 0;
}
header .my-navbar .dropdown-menu {
background: rgb(31 123 118) !important;
min-width: 14rem;
margin-top: 0;
}

header .nav-item:hover>.dropdown-menu {
display: block!important;
}
header .dropdown-menu li {
margin: 0px 0px !important;
background: rgb(31 123 118) !important;
padding: 4px 10px;
}
header .dropdown-menu .nav-link {
font-size: 0.9rem;
padding: 10px;
margin-top: 0px !important;
display: block;
width: 100%;
}
header .dropdown-submenu>.dropdown-menu {
margin-left: 0px !important;
}
header .dropdown-submenu .dropdown-menu {
left: 100%;
top: -3px;
}
header .my-navbar .dropdown-menu {
background: rgb(31 123 118) !important;
min-width: 14rem;
margin-top: 0;
padding: 0 0;
}
header.sticky .nav-item:hover>.dropdown-menu {
padding-top: 16px;
padding-bottom: 0;
}
header .nav-item:hover>.dropdown-menu li+li {
border-top: 1px solid #c0c0c0;
}
header .nav-item:hover>.dropdown-menu .dropdown-menu{
min-width: 15rem;
}
header.sticky .nav-item:hover>.dropdown-menu .dropdown-menu{
padding-top: 0px;
min-width: 15rem;
}
header .nav-item:hover>.dropdown-menu .nav-link:before{
content: none;
}
header .dropdown-menu li:hover {
background: #1f7b76 !important;
}
section.home-banner {
position: relative;
/* background: rgba(0,0,0,.5); */
}
.video_wrapper .banner-video {
height: 85vh;
width: 100%;
object-fit: cover;
border-radius: 0px 0px 80px 80px;
}
.banner-slider-option {
position: absolute;
width: 100%;
bottom: 48%;
transform: translateY(50%);
left: 0;
z-index: 11;
}
section.video-section::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100% - 7px);
background: #00000014;
z-index: -1;
}
address.banner-address {
color: #fff;
font-size: 16px;
font-weight: 500;
text-align: left;
margin-bottom: 0.5rem;
}
.banner-slider-option h2,
.banner-slider-option h1 {
color: #fff;
font-weight: 700;
font-size: 3rem;
line-height: 1;
margin-bottom: 16px;
}
.banner-slider-option h2 span,
.banner-slider-option h1 span {
display: block;
font-weight: 700;
}
button.btn.btn-primery.btn-book-ticket {
/* background: #1f7b76;
color: #fff;
border-radius: 5px;
margin-bottom: 35px;
position: relative; */
padding: 0;
border: none;
margin-right: 10px;
background: transparent;
}
/* button.btn.btn-primery.btn-book-ticket:hover{
background: #ffff;
} */
/* button.btn.btn-primery.btn-book-ticket a:hover{
color: #1f7b76;
} */
button.btn.btn-primery.btn-book-ticket a {
display: inline-block;
background: #1f7b76;
color: #fff;
font-size: 14px;
padding: 9px 25px;
line-height: 1.45;
text-decoration: none;
}
button.btn.btn-primery.btn-book-ticket a:hover{
background-color: #fff;
color: #1f7b76;
}
button.btn.btn-primery.btn-book-ticket::after {
content: '';
position: absolute;
top: 50%;
right: 0;
height: 1px;
width: 20px;
/* background: #fff; */
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews button.btn.btn-primery.btn-book-ticket{
border: 1px solid #CCCCCC;
padding: 10px;
}
img.over-video-img {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
height: 100%;
object-fit: cover;
display: none;
}
img.banner-border-img {
position: absolute;
width: 100%;
bottom: -1px;
z-index: 0;
left: 0;
}


/*************************/
section.event-intro{
padding-top: 70px;
padding-bottom: 70px;
}
.event-intro h3 {
color: #4f5154;
font-size: 18px;
letter-spacing: 4px;
/* padding-left: 72px; */
position: relative;
font-weight: 600;
text-transform: uppercase;
}
/* .event-intro h3::after {
content: "";
position: absolute;
height: 1px;
width: 50px;
top: 50%;
left: 0px;
background: rgb(79, 81, 84);
} */
.event-intro h2 {
color: #1f7b76;
font-size: 38px;
line-height: 1.2;
font-weight: 800;
}
.event-intro .what-row p {
color: #444444;
font-size: 20px;
line-height: 1.45;
font-weight: 400;
/* padding-right: 15%; */
text-align: justify;
margin-bottom: 1rem;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .event-intro .what-row p{
margin-bottom: 2rem;
}
/* button.btn.btn-primery.btn-book-ticket {
background: #1f7b76;
color: #fff;
border-radius: 8px;
margin-bottom: 35px;
position: relative;
padding: 0;
} */
button.btn.btn-primery.btn-book-ticket a {
display: inline-block;
color: #fff;
font-size: 16px;
padding: 6px 16px;
line-height: 1.45;
text-decoration: none;
font-weight: 500;
border-radius: 8px;
transition: 0.5s all;
}
.events-vegas-img-wrapper {
text-align: left;
display: flex;
justify-content: flex-end;
position: relative;
height: 100%;
/* padding-top: 75px; */
}
figure.event-figur-img {
margin: 0 0 0 0;
position: relative;
/* padding: 25px; */
border-radius: 12px;
/* background: #eff1f2; */
max-width: 100%;
margin: 0 auto;
z-index: 1;
object-fit: cover;
}
.events-vegas-img-wrapper img.event-bg {
position: absolute;
left: -50%;
bottom: 10%;
z-index: -1;
width: 50%;
}
.events-vegas-img-wrapper img {
display: inline-block;
width: 100%;
height: 100%;
border-radius: 20px;
object-fit: cover;
}
.events-vegas-img-wrapper img.event-attende {
position: absolute;
left: -131px;
bottom: -59px;
padding: 18px;
background: #fff;
border-radius: 12px;
background: #eff1f2;
width: 70%;
}
/* figure.event-figur-img::after {
content: '';
width: 200px;
height: 200px;
border-radius: 50%;
position: absolute;
bottom: -70px;
right: -70px;
z-index: -1;
} */
img.home-baner {
width: 100%;
}


/*========================gallery-css-end===============================*/



/********************************/
section.why-resourcifi-wrap.join-us-section {
padding: 70px 0;
background: #000;
background-size: cover;
}
.join-us-heading h3 {
color: #1f7b76;
font-size: 18px;
letter-spacing: 4px;
padding-left: 72px;
position: relative;
} 
.join-us-heading h3::after {
content: '';
position: absolute;
height: 1px;
width: 50px;
top: 50%;
left: 0;
background: #1f7b76;
}
.join-us-heading h2 {
color: #fff;
font-size: 3.2rem;
line-height: 1.2;
font-weight: 800;
}
.join-us-heading h5 {color: #1f7b76;font-size: 1.2rem;font-weight: 800;line-height: 1.2;padding-bottom: 8px;margin-bottom: 8px;border-bottom: 1px solid #ffffff;display: inline-block;margin-top: 8px;}
.join-us-heading h5 + h5{
margin-bottom: 24px;
}
.join-us-menu li {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.join-us-menu li+li {
margin-top: 40px;
}
.join-us-menu li>img{
margin-top: 6px;
width: 62px;
max-width: 100%;

}
.join-us-menu li div {
padding-left: 40px;
}
.join-us-menu li h4 {
color: #1f7b76;
font-size: 1.4rem;
font-weight: 800;
line-height: 1.2;
}
.join-us-menu li p {
color: #fff;
font-size: 1.1rem;
font-weight: 400;
line-height: 1.2;
}
.attendee-number {
position: relative;
height: 100%;
align-items: center;
display: flex;
justify-content: center;
}
.cool-speaker {
height: 250px;
width: 250px;
background: #05bc4ad1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
flex-direction: column;
position: relative;
}
.cool-speaker span {
color: #fff;
font-size: 3rem;
font-weight: 800;
line-height: 1.2;
}
.cool-speaker span {
color: #fff;
font-size: 3rem;
font-weight: 800;
line-height: 1.2;
}
.cool-speaker span:nth-child(2) {
color: #fff;
font-size: 18px;
font-weight: 700;
line-height: 1.2;
text-transform: capitalize;
text-align: center;
}
.sponser {
position: absolute;
height: 200px;
width: 200px;
background: #1f7b769e;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
flex-direction: column;
left: -115px;
top: -99px;
}
.happy-people {
position: absolute;
height: 170px;
width: 170px;
background: #1f7b76c2;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
flex-direction: column;
right: -112px;
top: -78px;
}
.happy-people span {
color: #fff;
font-size: 2rem;
font-weight: 700;
line-height: 1.2;
text-transform: capitalize;
}
.happy-people span:nth-child(2) {
color: #fff;
font-size: 1rem;
font-weight: 700;
line-height: 1.2;
}
/**********************/
section.event-why-attend {
padding: 70px 0;
background: #fafafa;
}
section.event-why-attend.attend-section h3 {
color: #1f7b76;
font-size: 2.4rem;
font-weight: 800;
line-height: 1.2;
text-transform: capitalize;
margin-bottom: 32px;
}
.scroll-animations {
margin-bottom: 2rem;
}
.who-attend-text {
padding: 1.4rem;
text-align: center;
box-shadow: 0px 0px 6px -2px #ccc;
border-radius: 8px;
height: 100%;
}

.startups-row img {
margin-bottom: 20px;
width: 70px;
max-width: 100%;
}
.who-attend-text h4 {
color: #323232;
font-size: 1.5rem;
line-height: 1.2;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 5px;

}
.who-attend-text:hover h4, .who-attend-text:hover p {
color: #000;
}
.who-attend-text img.att-hover {
display: none;
}
.who-attend-text p {
color: #6f6f6f;
font-size: 1rem;
line-height: 1.45;
font-weight: 400;
text-align: justify;

}
.who-attend-text:hover {
transition: 0.5s all;
background-color: #73b48221;
border-radius: 8px;
text-align: center;
position: relative;
}
.who-attend-text:hover img {
display: none;
}
.who-attend-text:hover > img.att-hover {
display: inline-block;
}
.who-attend-text:hover::after {
content: '';
position: absolute;
top: 3%;
left: 3%;
width: 94%;
height: 94%;
border: 1px solid #fff;
}
.container-full {
width: 100%;
}
.gallery-wrapper .row .col-12 {
padding: 0 0 0 0!important;
}
.gallery-section .gallery-img-content, .gallery-section .gallery-img-content img {
width: 100%;
height: 100%;
object-fit: cover;
}
.gallery-section .gallery-img-content img{
height: 300px;
object-position: 10% 0%;
}
.gallery-section .gallery-img-content, .gallery-section .gallery-img-content img {
height: 300px;
}
img.events-gallery-img.events-img-01 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.galler-img-text {
padding: 2rem;
position: relative;
background-color: #1f7b76;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.galler-img-text h2 {
color: #fff;
font-size: 40px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 1rem;
text-align: left;
}
.galler-img-text span {
color: #fff;
font-size: 20px;
font-weight: 500;
line-height: 1.2;
margin-bottom: 0rem;
text-align: left;
font-style: italic;
}
.galler-img-text.dark-bg {
background: #1f7b76;
}
.gallery-video iframe {
height: 100%;
}
.gallery-img-content.gallery-video img.events-gallery-img.events-video-img-03 {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.gallery-section a.video-play-btn {
display: block;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a.video-play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 60px;
width: 60px;
border-radius: 50%;
border: 5px solid #989da8a8;
cursor: pointer;
}
.galler-img-text.dark-bg p {
color: #fff;
font-size: 1rem;
text-align: justify;

}
.gallery-wrapper .row {
margin: 0px !important;
}

/*****************/

section.past-participants-section {
padding: 80px 0;
overflow: hidden;
background: #227C77;
}
/*.home_home section.past-participants-section {
display: none;
}*/
section.past-participants-section h2 {
color: #fff;
font-size: 2.4rem;
font-weight: 800;
line-height: 1.2;
margin-bottom: 40px;
text-transform: capitalize;
}
section.past-participants-section p{
color: #fff;
font-size: 20px;
}

.info-box p{
font-size: 20px;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
display: none!important;
}
.participants-track .slick-track{
display: flex;
align-items: center;
justify-content: center;
}


/*.slick-track div:nth-child(14) img{
width:133px !important;
}
.slick-track div:nth-child(15) img{
width:110px !important;
}
*/
.testimonial-section {
padding: 70px 0px;
background: rgb(250, 250, 250);
}
.testimonial-section p{
text-align: center;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .testimonial-section p{
margin-bottom: 30px;
text-align: center;
font-size: 18px;
}
#testimonial-carousel a.carousel-control {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
font-size: 32px;
color: #1f7b76;
opacity: 0.8;
transition: 0.5s all;
}
#testimonial-carousel a.right.carousel-control {
left: unset;
right: 0;
}
#testimonial-carousel a.carousel-control:hover{
opacity:1;
}
.testimonial-section h2 {
color: #1f7b76;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.2;
margin-bottom: 40px;
text-transform: capitalize;
text-align: center;
}
.testimonial-content-wrap {
padding: 40px;
}
.shadow-outside {

border: 2px solid #C0C0C0;
border-radius: 20px;

}
.testimonial-text {

text-align: center;
position: relative;
padding: 70px;
/* box-shadow: rgb(248, 248, 249) 0px 0px 4px 15px inset; */
min-height: 340px;
}
.carousel-item img {
max-height: 360px;
object-fit: cover;
}
img.testimonial {
position: absolute;
top: 0px;
left: 50%;
width: 70px;
transform: translate(-50%, -50%);
}
.testimonial-text h4 {
color: #444444;
font-size: 20px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 1.5rem;
text-transform: capitalize;
text-align: center;
}
.testimonial-text p {
color: #444444;
font-size: 20px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 2rem;
text-align: center;
}
.gallery-content-img3 p{
font-size: 20px;

}

span.testimonial_next {
position: absolute;
bottom: 0px;
left: 50%;
width: auto;
transform: translate(-50%, 50%);
}
/*=======home_form_section=============*/
.home_form_section{
padding: 50px 0px;
}
.home_form_section .form-text,
.home_form_section .form-email,
.home_form_section .form-select, .form-tel{
padding: 1rem;
height: 100%;
}

.home_form_section .iti--allow-dropdown input[type=tel]{ 
height: 100%;
}
.home_form_section .contactform-bg .g-recaptcha{
margin-bottom: 0rem;
}
/*========home_form_section===========*/
/**************************/
div#block-footer {
position: relative;
}
.main-footer {
padding: 65px 0px 0px;
background: #1f7b76;
text-align: center;
position: relative;
}
.main-footer p {
color: rgb(255, 255, 255);
/* padding-bottom: 21px; */
font-size: 16px;
text-align: start;
}
.copyright {
background-color: #000;
color: #fff !important;
padding: 0.4rem !important;
font-size: 14px;
text-align: center !important;
font-weight: 500;
}
.copyright .col-md-12 {
text-align: center !important;
}
.copyright a {
color: #fff;
}

.copyright a:hover{
color: #1f7b76;
text-decoration: underline;
}
ul.social-list {
list-style: none;
padding: 0px 0px 25px;
margin: 15px 0px 25px;
border-bottom: 2px solid rgb(119, 146, 186);
}
ul.social-media li:last-child span {
/*    background-color: transparent;*/
border: 0;
}
.registration_registration ul.social-media li:last-child span {
border: 1px solid #ccc;

background-color: #1f7b76;
}
ul.social-list li, ul.social-list li a {
display: inline-block;
}
ul.social-list li + li {
margin-left: 25px;
}
ul.social-list li a {
height: 36px;
width: 36px;
border-radius: 50%;
border: 1px solid rgb(255, 255, 255);
align-items: center;
justify-content: center;
text-decoration: none;
color: rgb(255, 255, 255);
font-size: 14px;
display: flex !important;
}
ul.secondary-menu-list li {
display: inline-block;
}
ul.secondary-menu-list li+li {
margin-left: 25px;
}
ul.secondary-menu-list li a {
color: rgb(255, 255, 255);
font-size: 13px;
font-weight: 500;
line-height: 1.2;
text-transform: uppercase;
text-decoration: none;
}

.main-footer img.footer-logo {
margin-bottom: 30px;
max-width: 200px;
}

/***********who_we_are**************/
.banner-figure{
position: relative;
}
.banner_caption{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;
z-index: 1;
}
.banner_caption h1{
color: #fff;
}
.banner_caption p{
font-size: 1.5rem;
font-weight: 300;
color: #fff;
}
.who-we-are-intro {
background: #fff;
color: #29272c;
}
.who-we-are-intro h3 {
padding: 1em 0;
margin: 0;
font-size: 2em;
color: #1f7b76;
}

.who-we-are-intro div p {
color: #4f5154;
font-size: 1rem;
line-height: 1.45;
margin-bottom: 1rem;
font-weight: 400;
}
.event-news-box.pink {
background: url(../images/resourcifi-mission-bg.png) no-repeat;
color: rgba(255,255,255,1);
padding: 5em 0;
}
.event-news-box .text-center h3 {
color:#fff;
font-weight: 700;
padding-bottom: 0;
}
.event-news-box p {color:#fff;font-size: 1.25rem;line-height: 1.45;margin-bottom: 1rem;font-weight: 400;}
.advArea{
padding-top: 70px;
text-align: center;
padding-bottom: 70px;
background: #f7f7f7;
display: none;

}
.advArea h3{
padding: 0em 0;
margin: 0;
text-transform: capitalize;
font-size: 2em;
color: #1f7b76;
}
.advArea .webhead span {
display: block;
font-size: 14px;
font-weight: 400;
margin-top: 20px;
color: #4f5154;
text-transform: none;
}
.advArea .webhead {
text-align: center;
margin: 0px 0 70px;
}
.advArea .topji {
position: relative;
max-width: 980px;
margin: auto;
}
.advArea .adv-team {
max-width: 980px;
margin: auto;
}

.advArea .adv-team ul {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
}
.advArea .adv-team ul li {
margin: 0 26px;
padding: 0;
cursor: pointer;
}
.advArea .adimg {
max-width: 186px;
height: auto;
padding: 13px 0;
}
.advArea img {
max-width: 100%;
height: auto;
display: inline-block;
border: 2px solid #1f7b76;
}
.advArea .mylo {
position: absolute;
top: 13px;
left: 20px;
opacity: 0;
transition: 0.5s all;
z-index: -9;
cursor: auto;
}
.advArea .info-team {
max-width: 940px;
margin: auto;
background: #000;
position: relative;
padding: 27px 0 0;
height: 258px;
}
.advArea .info-text {
padding: 0 30px 0 240px;
}
.advArea .info-text h4 {
color: #fff;
}
.advArea .info-text p {
color: #fff;
font-size: 14px;
margin: 14px 0;
display: block;
line-height: 19px;
text-align: justify;
}
.advArea .ad-img {
position: absolute;
top: -13px;
left: 10px;
max-width: 210px;
}
.advArea img {
max-width: 100%;
height: auto;
display: inline-block;
border: 0px solid #1f7b76;
}
.advArea .ad-img img {
border: 0;
}
.advArea li#d1:hover .mylo.s1 {
display: block;
opacity: 1;
z-index: 99;
}
.advArea li#d2:hover .mylo.s2 {
display: block;
opacity: 1;
z-index: 99;
}
.advArea li#d3:hover .mylo.s3 {
display: block;
opacity: 1;
z-index: 99;
}
.advArea li#d4:hover .mylo.s4 {
display: block;
opacity: 1;
z-index: 99;
}
.adv-team .hj-center{
justify-content: center;
text-align: center;
}
.adv-team .sc_team_item_info h4 {
font-size: 19px;
color: #282828;
}
.adv-team .sc_team_item_info{
display: inline-block;
}
.adv-team .about-social-hover{
width: 100%;
}
.adv-team .sc_team_item_info h4 span {
font-style: italic;
font-size: 13px;
line-height: 1;
font-weight: 400;
max-width: 250px;
display: inline-block;
line-height: 1.2;
margin-top: 0px;
}
.adv-team .about-social-hover{
display: inline-block;
width: auto;
}
.adv-team .about-social-hover img{
width: auto;
max-width: 100%;
}
.management-wrap-about{
padding:70px 0;
}
.management-wrap-about h2 {
color: #1f7b76;
text-transform: capitalize!important;
}
.management-wrap-about h2 span {display: block;font-size: 14px;font-weight: 400;margin-top: 20px;color: #4f5154;}
.view-organizing-committee.view-id-organizing_committee.view-display-id-organizingcommittee.row {
align-items: start;
justify-content: center;
}
.management-about {
box-shadow: 0 0 100px rgba(0,0,0,.1);
padding: 15px;
}
section.management-wrap-about.advisory-wrap-about .management-about, section.management-wrap-about.advisory-wrap-about {
box-shadow: none;
display: none;
}
.row.management-about-list {
align-items: flex-start;
justify-content: center;
}
.row.management-about-list .col-lg-3.col-md-6.col-sm-12{
margin-bottom: 20px;
}
.about-social-hover {
position: relative;
width: 90%;
margin: auto;
overflow: hidden;
}
.management-wrap-about a {
text-decoration: none;
}
.about-social-hover .sc_socials_item {
background: #1f7b76;
background: #1f7b76;
position: absolute;
top: 5px;
right: 5px;
height: auto;
width: auto;
opacity: 0;
transition: all ease .5s;
transform: unset;
border-radius: 50%;
z-index: 999;
}
.sc_socials_item .fa-linkedin {
position: static;
bottom: 10px;
width: 1.5em;
font-size: 25px;
border-radius: 50%;
height: 1.5em;
line-height: 1.5em;
color: #fff;
font-weight: 400;
transition: all ease .3s;
}
.about-social-hover img {
filter: grayscale(100);
border: 1px solid rgba(137,134,134,.3);
width: 100%;
}
.hj-center{
text-align: center;
justify-content: center;
}
.hj-center .text-center{
display: inline-block;
}
.advArea .about-social-hover {
display: inline-block;
}
.advArea .about-social-hover img{
width: auto;
max-width: 100%;
}
.about-social-hover:hover .sc_socials_item{
opacity: 1;
}
.management-wrap-about .sc_team_item_info {
padding: 15px 0;
position: relative;
}
.management-wrap-about h5 {
font-size: 19px;
margin-bottom: 0px;
}
.sc_team_item_position {
font-style: italic;
padding: 5px 0;
}
.management-wrap-about .sc_team_item_position {
padding: 0;
}
.about-social-hover img:hover {
filter: grayscale(0);
}
/***********gfah-events*******************/

section.event-text{
padding: 50px 0;
}

.owl-item.active.center {
filter: grayscale(0);
}

.owl-item.active.center {
opacity: 1;
z-index: 1111;
}
.owl-item.center > div {
cursor: auto;
margin: 0;
}
.event-slider-box b {
position: absolute;
left: -15px;
background: #ffd75d;
color: #000;
padding: 15px;
top: 10px;
z-index: 1;
text-transform: uppercase;
}
.event-slider-boxShadow {
box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
position: relative;
background: #fff !important;
}
.event-slider-box img {
max-width: 100%;
}
.event-slider-box .detail {
padding: 0.2rem 1.5rem;
}
.owl-item.active.center .detail, .owl-item.active.center .event-slider-box a {
display: block;
}
.detail span {
display: block;
}
.item .event-slider-box span {
font-size: 1.2rem;
text-align: left;
margin: 0.6rem;
}
.detail span i {
margin-right: 5px;
width: 25px;
}
.social-hover h6, .orange-text {
font-size: 16px;
color: #1f7b76;
font-weight: bold;
}
.detail h4 {
font-size: 1.8rem;
}
.event-slider-box a {
display: block;
transition: all 0.2s ease-out;
text-align: center;
background: #1f7b76;
padding: 1.3rem 0px 1.3rem 0px;
margin-top: 0px;
color: #fff !important;
text-transform: uppercase;
font-size: 1.08rem;
border-left: 1px solid #fff;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
.event-slider-box a:hover {
background: #1f7b76!important;
color: #fff;
}
.event-slider-box b {
position: absolute;
left: -15px;
background: #ffd75d;
color: #000;
padding: 15px;
top: 10px;
z-index: 1;
text-transform: uppercase;
}
.event-slider-box b:before {
content: '';
position: absolute;
top: 54px;
left: 0px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 0 15px;
border-color: #d1ac3b transparent transparent transparent;
}
/* .owl-item > div {
cursor: pointer;
margin: 6% 2%;
} */
.event-slider-boxShadow {
box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
position: relative;
background: #fff !important;
}

.event-slider-box  .owl-item {
filter: grayscale(100);
}
.event-slider-box  .owl-item {
opacity: 0.5;
}
.event-slider-box  .owl-item .detail {
display: none;
}
.event-slider-box  .owl-item .description {
opacity: 0;
}
.owl-theme .custom-nav .owl-prev, .owl-theme .custom-nav .owl-next {
cursor: pointer;
position: absolute;
height: 100px;
color: inherit;
background: none;
border: none;
z-index: 100;
height: 4rem;
line-height: 60px;
box-shadow: 0px 0px 9px rgba(0,0,0,0.7);
top: 50%;
right: 0px;
list-style: none;
border-radius: 50%;
width: 4rem;
line-height: 21px;
background: #fff;
opacity: 0.5;
font-size: 40px;
}
.owl-theme .custom-nav .owl-prev {
left: 0;
}
.owl-theme .custom-nav button.disabled {
opacity: 0.2;
cursor: not-allowed;
box-shadow: none;
background: #ddd;
}
.owl-theme .custom-nav .owl-next {
right: 0;
}
.owl-theme .custom-nav .owl-prev:hover, .owl-theme .custom-nav .owl-next:hover {
opacity: 1;
}
.owl-theme .custom-nav button.disabled {
opacity: 0.2;
cursor: not-allowed;
box-shadow: none;
background: #ddd;
}
.owl-item.active.center .description {
opacity: 1;
}
.owl-theme .custom-nav button.owl-prev + button.owl-prev.disabled{
display: none;
}
.owl-item.active.center .description{
font-size: 1rem;
font-weight: 500;
line-height: 1.5;
color: #212529;
text-align: center;
}
.event-slider-box  .owl-carousel .owl-item img {
display: block;
width: 100%;
max-height: 250px;
}

/**************be-recognize*****************/


awardee-tabs ul{display: flex;flex-wrap: wrap;border: 0;}

.awardee-tabs ul li {
width: 50%;
}

.awardee-tabs ul li.award-category {
width: 100%;
font-size: 16px;
font-weight: bold;
color: #fff;
margin-bottom: 0px;
border: 0;
}
.awardee-tabs ul li.award-category strong{
font-weight: 600;
font-size: 18px;
}
.awardee-tabs .nav-tabs .nav-link label{

margin-right: 5px;
}
.awardee-tabs .nav-tabs .nav-link {
background: transparent;
color: #fff;
padding: 0;
border: 0;
margin-bottom: 5px;
margin-top: 10px;
}
.awardee-tabs .tab-content .tab-pane div.form-actions{
width: 100%;
text-align: left !important;
}
.awardee-tabs .tab-content .tab-pane div.form-actions input{
width: auto;
}
.awardee-tabs .tab-content div  input {
width: 100%;
background: transparent;
padding: 16px 0;
border-top: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
border-bottom: 1px solid #fff;
line-height: 1.2;
border-radius: 0;
font-size: 16px;
height: calc(2rem + 2px);
font-weight: 500;
color: #fff;
}
.awardee-tabs .tab-content div  input[type="radio"]{
width: auto;
height: auto;
}
.awardee-tabs .tab-content  form{
display: flex;
flex-wrap: wrap;
}
.captcha {
width: auto;
text-align: left;
justify-content: left;
display: flex;
margin-bottom: 2rem;
margin-right: 20px;
}
.awardee-tabs .tab-content  form .form-no-label{
float:left;
width: 46%;
margin-right: 20px;
margin-bottom: 30px;
}
.awardee-tabs .tab-content{
background:transparent;
}

.webform-button--submit{
padding: 9px 24px!important;
font-size: 18px!important;
font-weight: 600;
height: unset !important;
text-transform: capitalize;
border-radius: 22px;
background-color: #1f7b76;
color:#fff;
border:0;
box-shadow:none;
border-bottom: 0;
cursor: pointer;
}

.awardee-tabs .tab-content .tab-pane{
padding:0;
}
#edit-active-conference--2,#edit-active-conference {
display: flex;
width: 100%;
flex-direction: column;
}

.home_home #edit-active-conference--2,
.home_home #edit-active-conference {
display: flex;
width: 100%;
flex-direction: row;
justify-content: start;
}

.awardee-tabs .tab-content .tab-pane .form-wrapper {
padding:0;
width: 100%;
}
.awardee-tabs .tab-content .tab-pane .form-wrapper legend span{
display: inline-block;
padding: 4px 14px;
color: #ffffff;
background: #1f7b76;
width: auto;
border-radius: 8px 8px 0 0;
margin-bottom: 16px;
}
.home_home #edit-active-conference .js-form-item.form-item {
text-align: left;
margin-left: 0px;
display: flex;
justify-content: center;
align-items: center;
/* margin: 10px; */
}
#edit-active-conference label,#edit-active-conference--2 label{
color: #111111;
margin: 4px;
font-weight: 400;
font-size: 18px;
}
.awardee-tabs .tab-content{
border-top:0;
}

.awardee-tabs a.nav-link.active input {
position: relative;
}

.awardee-tabs a.nav-link.active input:before {content: "";width: 6px;height: 7px;position: absolute;top: -2px;padding: 5px;left: -2px;border: 4px solid #1f7b76;background: white;border-radius: 100px;}

.technology-section {
padding: 50px 0;
}
.technlogy-wrapper {
padding-top: 16px;
}
.technology-section p {
font-size: 16px;
line-height: 1.45;
font-weight: 400;
color: #3b3b3b;
text-align: justify;
margin: 0 0 16px 0;
}
.technology-section p a {
color: #1f7b76;
font-style: italic;
}
.faqs_faqs .technology-section p a {
color: #1f7b76;
font-style: normal;
font-weight: 600;
}
.technology-list {
list-style: none;
margin-bottom: 32px;
}
.technology-list li, .technology-section h5 {
font-size: 16px;
line-height: 1.45;
font-weight: 400;
color: #3b3b3b;
text-align: left;
margin: 0 0 8px 0;
display: block;
}
.technology-list li i {
display: inline-block;
font-weight: 400;
padding: 0 8px 0 0;
color: #1f7b76;
}
.technology-img {
text-align: right;
}
.badge-section figure {

height: 100%;
}

.badge-section figure img{

height: 100%;
object-fit:cover;
}
.col-honoree-form {
display: flex;
align-items: center;
}

.nomination-section {
padding: 32px 0;
background-color: #000;
background-size: cover;
padding-bottom: 0;
}

.nomination-section .form-wrapper {
padding: 0 15px;
}
.nomination-section .form-wrapper h2+p{
margin-bottom: 20px;
}
.nomination-section .form-wrapper h2 {
font-size: 27px;
line-height: 1.2;
font-weight: 600;
color: #fff;
text-align: left;
margin: 0 0 4px 0;
display: block;
text-transform: capitalize;
}
.nomination-section .form-wrapper p {
font-size: 16px;
line-height: 1.45;
font-weight: 400;
color: #fff;
text-align: left;
margin: 0 0 10px 0;
display: block;
}

/*******contact-us**********/
.contact_us_entro{
padding:70px 0;
}
.contact_us_entro>.container>.row.form-bg-top>.col-md-12.col-lg-5 {
padding: 0px;
}

.element-hidden {
display: none;
}
.contact_us_entro figure.pos {
margin: 0px !important;
border-radius: 10px 0px 0px 0px;
overflow: hidden;
}
.contact_us_entro figure.pos img {
object-fit: cover;
height: 100%;
width: 100%;
}
.contact-cap {
color: #fff;
padding: 0.3rem 2rem 2rem 2rem;
position: relative;
background: #000;
padding-bottom: .5rem;
}
body.page-node-3.contact-us_contact-us .g-recaptcha >div {
margin: 0;
}
.contact-cap>div {
clear: both;
margin-bottom: 10px;
}
.contact-cap span.contact_cap_icon {
width: 10%;
float: left;
}
.contact-cap .contact-cap-text{
float: left;
width: 90%;
margin-bottom: 32px;
font-size: 16px;
}
.contact-cap .contact-cap-text a{
color: #fff;
}
.contact-cap:before, .contact-cap:after {
display: none;
position: absolute;
content: "";
bottom: -7px;
right: 0px;
width: 30px;
height: 30px;
background: #e02a6f;
background-color: #1f7b76;
border-radius: 0px 10px;
}
.contact-cap:after {
bottom: -7px;
left: -5px;
}
.form-bg-top {
background: url(../images/contact-form-bg2.png) no-repeat 96% 4%;
position: relative;
}
.event-intro.contact-us>.container>.row.form-bg-top {
border-radius: 14px;
}
.form-bg-top:before {
background: url(../images/contact-form-bg2.png);
position: absolute;
content: "";
padding: 45px;
bottom: 25px;
left: 25px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.contactform-bg {
padding: 2rem;
}
.rounded {
border-radius: .25rem!important;
}
.contactform-bg .radios--wrapper legend {
display: inline-block;
width: auto;
background: #fafafa;
color: #111111;
/* padding: 4px 14px; */
border-radius: 8px 8px 0 0;
margin-bottom: 16px;
font-weight: 400;
}
.contact_us_entro h3 {
color: #4f5154;
font-size: 18px;
letter-spacing: 4px;
padding-left: 72px;
position: relative;
}
.contactform-bg .contact-us-wrap h3 {
color: #1f7b76!important;
font-size: 18px!important;
}
.contact_us_entro h3::after {
content: '';
position: absolute;
height: 1px;
width: 50px;
top: 50%;
left: 0;
background: #4f5154;
}
.contact_us_entro .webform-client-form {
position: relative;
}

.contact_us_entro .element-invisible {
position: absolute !important;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
height: 1px;
display: inline-block;
margin-bottom: .5rem;
}
.contact_us_entro .form-control {
background: transparent;
height: calc(2.25rem + 7px);
}
/**/
/*.contact-us_contact-us .iti__flag-container {
margin: -5px;

}
.buy-pass_buy-pass .iti__country-list {
z-index: 30;
}
.iti--allow-dropdown{
width:100%
}
.iti__flag-container {
margin: 0px;

}
.iti__country-list{
white-space: normal;
}
.iti__flag-container{
width:98%
}
.iti__flag {
background-color: black !important;
}*/
/*.be-recognized_be-recognized input[type="tel"],.buy-pass_buy-pass input[type="tel"],.report-a-scam_report-a-scam input[type="tel"]{
padding-left: 42px!important;
}*/
.be-recognized_be-recognized .awardee-tabs ul li {
width:100%;
}



input[type="tel"], input[type="text"], textarea, input[type="number"], input[type="email"], input[type="password"], select,
input[type="url"],input[type="number"] {
color: #8a8a8a;
font-family: 'Raleway', sans-serif;
font-size: .929em;
font-weight: 400;
line-height: 1.5em;
/*    padding: 10px;*/
border: 0;
border-bottom: 1px solid #e3e3e3;
border-radius: 0px;
width: 100%;

}
.dubai-2023-reviews_dubai-2023-reviews input[type="email"]{
border: 2px solid #dbe0df !important;   
}
.contact-us-wrap input[type="tel"], .contact-us-wrap input[type="text"], .contact-us-wrap textarea, .contact-us-wrap input[type="number"], .contact-us-wrap input[type="email"] {
background: none;
border-bottom: 1px solid rgba(138,138,138,0.5);
border-radius: 0;
padding: 1rem;
}
form.webform-client-form-10 .form-control {
color: rgb(0,0,0) !important;
}
.contact_us_entro .form-group.webform-component--message {
clear: both;
}
.contact_us_entro .form-group.webform-component--message textarea.form-control {
height: 100px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
resize: none;
}
.contact_us_entro .icon-button {
border-radius: 50%;
display: inline-block;
border: 1px solid #d4d4d4;
bottom: 5px;
right: 2rem;
bottom: 0rem;
position: absolute;
}
.contact_us_entro .icon-button {
right: 0rem !important;
bottom: -3.5rem !important;
}
.contact_us_entro .webform-submit {
background: url(../images/send-btn-icon.png) no-repeat center center;
border-radius: 50%;
background-color: #1659b5;
background-color: #1f7b76;
width: 60px;
height: 60px;
text-indent: 50px;
}
.contact_us_entro .btn-shadow {
box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.contact_us_entro>.container {
box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
border-radius: 13px;
}

/***********agenda******************/
.agenda-detail p {
text-align: left;
}

.usa-2022_usa-2022 ul#agenda-tabs-menu{
display:none;
}

.Agenda_main-box {
margin-top: 5rem;
}

ul#agenda-tabs-menu {
display: none;
justify-content: center;
padding-top: 3rem;
}
ul#agenda-tabs-menu li+li {
margin-left: 32px;
}
ul#agenda-tabs-menu li a {
padding: 10px 24px;
background-color: #1f7b76;
color: #fff;
border-radius: 5px;
font-size: 16px;
display: inline-block;
font-weight: 600;
cursor: pointer;
}
ul#agenda-tabs-menu li.active a {

background-color: #1f7b76;


}

.speaker-intro {
box-shadow: none;
background: transparent;
}
.Agenda_main-box .event-agenda .container {
box-shadow: 0px 3px 26px #bab6b6;
border-radius: 7px;
padding-bottom: 50px;
padding-top: 0;
}
.Agenda_main-box section h2 {font-size: 36px;position: relative;font-weight: 600;color: #272727;padding-top: 25px;margin-bottom: 25px;}
.Agenda_main-box section h2:before {
position: absolute;
content: "";
width: 125px;
height: 5px;
background: #1f7b76;
left: 50%;
bottom: -10px;
margin-left: -62px;
}
.Agenda_main-box .nav.nav-tabs {
padding: 15px;
margin-bottom: 0px;
border: 0px !important;
}
.Agenda_main-box .nav-item {
position: relative;
}
.Agenda_main-box .nav-tabs .nav-item {
padding: 10px 10px;
}
/*11-11-2021 agenda*/
.Agenda_main-box .nav-tabs .nav-item:nth-child(n + 4) {
display: none;
}
/*11-11-2021 agenda*/
.Agenda_main-box .nav-tabs .nav-link {
text-align: center;
}
.Agenda_main-box .nav-tabs .nav-item .nav-link {
background: #f5f5f5;
border: 0px;
border-radius: 6px;
padding: 12px 0px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}
.Agenda_main-box .event-agenda .nav-tabs .nav-item .nav-link {
background: #1f7b76;
color: #fff !important;
font-weight: 600;

}
.Agenda_main-box .nav-tabs .nav-item .nav-link.active {
background: #f87a54;
color: #fff;
background: #1f7b76;
}
.Agenda_main-box .tab-pane {
padding: 0px 0px;
}
/*.Agenda_main-box .agenda-detail {
text-transform: capitalize;
}*/
.day-1 {
background: unset;
margin-bottom: 15px;
display: flex;
clear: both;
color: #000;
}
.light-grey-bg {
box-shadow: none;
background: #eee;
padding: 50px 0;
margin-top: 0 !important;
}
.light-grey-bg h2 {
font-size: 36px;
position: relative;
font-weight: 600;
color: #272727;
margin: 25px 0 30px 0;
text-transform: uppercase;
}
.light-grey-bg h2:before {
position: absolute;
content: "";
width: 125px;
height: 5px;
background:#1f7b76;
left: 50%;
bottom: -10px;
margin-left: -62px;
}
.social-hover {
position: relative;
width: 100%;
margin: auto;
overflow: hidden;
}
.social-hover img {
/*filter: grayscale(100);*/
border: 5px solid #1f7b76 !important;
transition: all .5s;
height: 250px;
width: 250px;
border-radius: 50%;
margin-bottom: 10px;
object-fit: cover;
}
/*.social-hover img:hover {
filter: grayscale(0);
}*/
.sc_team_item_info {
padding: 1em 0;
position: relative;
}
.social-hover h6, .orange-text {
font-size: 16px;
color: #1f7b76;
font-weight: bold;
}

.event_agenda_investor h2,
.agenda_sponser h2,
.IFAH-Vegas-partner h2 {
font-size: 36px;
position: relative;
font-weight: 600;
color: #272727;
margin: 25px 0 50px 0;
text-transform: uppercase;
}
.event_agenda_investor h2:before,
.agenda_sponser h2:before,
.IFAH-Vegas-partner h2:before,
.IFAH-Vegas-partner h2.heding-size:before,
.media-partner h2:before,
.exhibitors-partner h2:before {
position: absolute;
content: "";
width: 125px;
height: 5px;
background: #1f7b76;
left: 50%;
bottom: -10px;
margin-left: -62px;
}
.IFAH-Vegas-partner h2.heding-size,
.media-partner h2,
.exhibitors-partner h2 {
font-size: 27px;
font-weight: 400;
color: #272727;
margin: 25px 0 32px 0;
text-transform: uppercase;
position: relative;
}
#sponsors img,.IFAH-Vegas-partner img {
border: 1px solid #1557b3;
padding: 15px;
max-height: 110px !important;
min-height: 110px;
object-fit: contain;
max-width: 250px;
margin-bottom: 25px;
min-width: 250px;
border-radius:10px;
}
.media-partner img {
margin: 0 auto;
width: 100%;
border-radius: 10px;
object-fit: contain;
border: 1px solid #1557b3;
padding: 15px;
max-height: 110px !important;
min-height: 110px;
max-width: 250px;
margin-bottom: 25px;
min-width: 250px;
}


.flex-row {
justify-content: center;
}
b.caret.dropdown-toggle {
margin-left: 3px;
}

/*********gfah-dubai-2018**********/
.speaker-intro {
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
background: #fff;
}
.speaker-intro h2{
padding: 1em 0;
margin: 0;
font-size: 2em;
color: #1f7b76;
}
.main-inner-heading .who-said {
margin-top: -8px !important;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
margin-bottom: 1rem;
text-align: center;
}
.social-hover h6, .orange-text {
font-size: 16px;
color: #1f7b76;
font-weight: bold;
}
.font-20 {
font-size: 20px;
}
.speaker-intro p.text-justify{
text-align: justify!important;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
margin-bottom: 1rem;
}
.ifah_dubai_events h2{
padding: 1em 0;
margin: 0;
font-size: 2em;
color: #0056b3;
}
.ifah_dubai_events .nav.nav-tabs {
padding: 15px;
margin-bottom: 0px;
border: 0px !important;
}
.Agenda_main-box .ifah_dubai_events .nav-tabs .nav-item .nav-link {
color: #28262b;
text-transform: uppercase;
}
.Agenda_main-box .ifah_dubai_events .nav-tabs .nav-item .nav-link.active {
color: #fff;
text-transform: uppercase;
font-size: 16px;
padding: 20px 10px;
}
.ifah-dubai-2019_ifah-dubai-2019 .Agenda_main-box section h2,.events_ifah-usa-2018 .Agenda_main-box section h2{
position:relative;
padding:0;
margin:1em 0;
padding-top: 1rem;
}
.Agenda_main-box section h2{
text-transform: uppercase;
}
.usa_massage_section h2 {
padding: .6em 0;
margin: 0;
font-size: 2em;
color: #1f7b76;
}
span.orange-text.font-20 {
margin-top: -8px !important;
font-size: 20px;
font-weight: 700;
line-height: 1.5;
color: #1f7b76;
}

.massege-text p, .speaker-intro p {
margin-top: 1em;
text-align: justify;
}
.usa_massage_section {
padding: 70px 0 0 0;
}

.massege-text {
text-align: center;
margin-bottom: 35px;
}

.font-20 {
font-size: 20px;
}
.gfah-dubai-2022_gfah-dubai-2022 .Agenda_main-box section h2:before, .events_ifah-dubai-2018 .Agenda_main-box section h2:before,.ifah-dubai-2019_ifah-dubai-2019 .Agenda_main-box section h2:before,.events_ifah-usa-2018 .Agenda_main-box section h2:before{
position: absolute;
content: "";
width: 125px;
height: 5px;
background: #1f7b76;
left: 50%;
bottom: -10px;
margin-left: -62px;
}
.gfah-dubai-2022_gfah-dubai-2022 .Agenda_main-box section h2, .events_ifah-dubai-2018 section.speakers h1,.ifah-dubai-2019_ifah-dubai-2019 section.speakers h1 {
position:relative;
padding:0;
margin:1em 0;
padding-top: 1em;
}
.ifah-dubai-2019_ifah-dubai-2019 section.speakers h1 {
padding-top: 0em;
margin-top: 0;
}
.ifah-dubai-2019_ifah-dubai-2019 section.speakers h1:before ,.events_ifah-dubai-2018 section.speakers h1:before{
position: absolute;
content: "";
width: 125px;
height: 5px;
background: #1f7b76;
left: 50%;
bottom: -10px;
margin-left: -62px;
}
.ifah_dubai_events .form-row {
border-bottom: 1px solid #e7e7e7;
padding: 15px 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
}
.past-event, #investor-wrap {
box-shadow: 0 0 10px rgba(163,163,163,.5);
}
.past-event, #investor-wrap {
padding: 0 0 3.125em;
background: rgba(245,245,245,1);
overflow: hidden;
}
.ifah_dubai_batch h2{
padding: 1em 0;
margin: 0;
font-size: 2em;
color: #1f7b76;
font-weight: 500;
line-height: 1.2;
}
.management, .investor #grid-gallery2, #investor-wrap div {
padding: 15px 0 0;
}
.page-node-20 .management .past-management-list div, #speaker-wrap .management .grid .past-management-list, .investor #grid-gallery2 .grid-wrap .grid div {
float: none;
display: inline-block;
margin-bottom: 10px;
}
.past-event .social-hover, #speaker-wrap .management .grid .past-management-list div .social-hover, .investor #grid-gallery2 .grid-wrap .grid div .text-center .social-hover, .investor #grid-gallery2 .grid-wrap .grid #investor div div .text-center .social-hover {
position: relative;
width: 80%;
margin: auto;
overflow: hidden;
}
.past-management-list, .management .grid, .investor #grid-gallery2 .grid-wrap .grid div {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
font-size: 0;
display: flex;
align-items: start;
float: none;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
#speaker-wrap.speakers {
padding: 50px 0px;
margin-bottom: 4rem;
}
section.speakers h1{
padding: 1em 0;
margin: 0;
font-size: 2em;
color: #1f7b76;
font-weight: 500;
line-height: 1.2;
padding-top:0 !important;
}
.past-event .sc_team_item_info, #speaker-wrap .sc_team_item_info {
min-height: 100px;
padding: 5px 0;
}
.sc_team_item_title {
color: #282828;
}
.page-node-20 .past-event .sc_team_item_title, #speaker-wrap .sc_team_item_title {
font-size: 19px;
}
.sc_team_item_info h6 {
padding: 18px;
font-size: 14px;
color: #1f7b76;
margin-bottom: 16px;
padding-top: 5px;
line-height: 1.45;

}
.sc_button_rigister {
background: linear-gradient(to left,#1f7b76 0%,#1659b5 100%);
color: #fff;
border-radius: 50px;
display: inline-block;
padding: .25em 1em;
margin-left: 25px;
cursor: pointer;
display: inline-block!important;
}
.investor-past2018 .sc_button_rigister {
display: block;
padding: 10px!important;
}

.advArea .info-text h4{
font-size:22px;
}
.advArea .info-text h4 span{
font-size:18px;
}
.testimonial-text h3 {
padding-bottom: 10px;
}
/********events-slider-section************/
.events-slider-section{
padding:70px 0;
}
.events-slider-section h2{
margin: 0 0 1rem;
font-size: 2em;
color: #0056b3;
font-weight: 500;
line-height: 1.2;
}
.envent_gallery_slider .owl-item{
opacity: 1;
filter: grayscale(0);
}
.envent_gallery_slider{
position: relative;
}
.envent_gallery_slider .owl-nav button{
position: absolute;
top: 50%;
left: 4%;
transform: translateY(-50%);
height: 40px;
width: 40px;
background: rgba(255,255,255,0.5)!important;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}
.envent_gallery_slider .owl-nav button.owl-next {
left: unset;
right: 4%;
}

/*login css*/
/************header*********/
.conf-primery-detail {
color: #000;
font-size: 16px;
line-height: 1.45;
}
.top_panel_wrap {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10000;
}
.top-position-head{
background: rgba(255,255,255,.75);
color: #fff;
padding: 5px 15px;
margin-bottom: 15px;

}
.top-position-head-text {
display: flex;
align-items: center;
justify-content: center;

}
.top-position-head-text ul{
margin-left: 15px;
}
.top-position-head-text ul li a{
padding: 4px 13px!important;
display: inline-block;
background: #1f7b76;
border-radius: 19px;
}
nav#site-navigation {
padding-right: 0;
position: relative;
height: 100%;
}
.sc_button_rigister{
background: linear-gradient(to left,#1f7b76 0%,#1659b5 100%);
color: #fff;
border-radius: 50px;
display: inline-block;
padding: .25em 1em;
margin-left: 25px;
display: inline-block!important;

}
.sc_button_rigister a, .sc_button_rigister a:hover {
color: #fff;
}
.top_panel_wrap .logo-fixed {
display: none;
}
.container-fluid{
max-width: 100%;
margin:0 auto;
}
div.navbar-menu-wrapper{
width: 100%;
}
.custom-header{
align-items: center;
display: flex;
}
.nav.my-navbar{
flex-direction: row;
justify-content: flex-end;
}
.nav.my-navbar li{
display: flex;
align-items: center;
}
.nav.my-navbar li+li{
margin-left: 15px;
}
.nav.my-navbar li a{
color: #fff;
font-size: 14px!important;
line-height: 1.45;
text-transform: capitalize;
font-weight: 600;
}


.my-navbar .nav-link:before {
background: #fff;
content: '';
position: absolute;
z-index: -1;
top: calc(100% - 5px);
left: 0.05rem;
width: 25%;
height: 3px;
opacity: 1;
transform: scale3d(0, 1, 1);
transform-origin: 100% 50%;
transition: transform 0.5s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.my-navbar .nav-link:hover:before {
transform-origin: 0% 50%;
transition-timing-function: ease;
transform: scale3d(1, 1, 1);
}
.nav-item.active {
display: inline-block;
position: relative;
}

.nav-item.active:after {
background: #fff;
content: '';
position: absolute;
z-index: -1;
top: calc(100% - 5px);
left: 0.05rem;
width: 100%;
height: 2px;
}
.my-navbar .nav-link:before {
width: 100% !important;
}
.my-navbar .dropdown-menu {
font-size: 14px;

}
header .my-navbar .dropdown-menu {
background: transparent!important;
min-width: 17rem;
margin-top: 0;
border-color: transparent;
padding-top: 0px;
}
header .my-navbar .dropdown-menu li+li{
border-top: 1px solid #1f7b76;
}
.navbar-nav .dropdown-menu{
position: absolute;

}
.navbar ul li.nav-item.new-event-menu > a {
margin: 0 0 0 0!important;
padding: 3px 10px !important;
text-align: center;
font-size: 14px!important;
}
.navbar .dropdown-menu{
left: 0;
right: 0;
}
.my-navbar li:nth-child(7) ul.dropdown-menu{
left: unset;
right: 0;
}
.my-navbar li:nth-child(8) ul.dropdown-menu{
left: unset;
right: 0;
}
.my-navbar li:nth-child(9) ul.dropdown-menu{
left: unset;
right: 0;
}
.my-navbar li:nth-child(10) ul.dropdown-menu{
left: unset;
right: 0;
}


.site-branding-text img{
width: 100%;
}
button.btn.toggle-btn.btn-call-menu {
position: absolute;
top: 0;
right: 0;
transform: translateY(0%);
background: #1f7b76;
height: 25px;
width: 32px;
padding: 5px;
border-radius: 4px;
justify-content: center;
align-items: center;
z-index: 11;
cursor: pointer;
display: none;
}
button.btn.toggle-btn.btn-call-menu span {
width: 100%;
height: 1px;
background: #fff;
position: relative;
}
button.btn.toggle-btn.btn-call-menu span::after {
content: '';
position: absolute;
top: -6px;
left: 0;
width: 100%;
background: #fff;
height: 1px;
}
button.btn.toggle-btn.btn-call-menu span::before {
content: '';
position: absolute;
bottom: -6px;
left: 0;
width: 100%;
background: #fff;
height: 1px;
}
ul#collapsibleNavbar.show {
display: block!important;
}
.custom-header{
align-items: center;
display: flex;
padding: 8px 0;
}

.nav.my-navbar li a.dropdown-toggle::after{
content: none;
}

.confirmation-login .form-wrapper h1{font-size: 3rem;color: var(--theme-color);}
.confirmation-login .form-wrapper h5{font-size: 1.4rem;}

/* .confirmation-login .form-wrapper .content{ margin-top: 5rem; width:85% } */
.confirmation-login .content-right{min-height:100vh; padding-top:20vh;}

.confirmation-login .form-group{ width: 80% !important }


.site-branding-text img{
width: 100%;
max-width: 250px;
height: 55px;
}

.top_panel_wrap .logo-fixed {
display: none;
}





/*partner css*/

.home_home .exhibitor_section.media_partner_section{
display:block !important;
}

.exhibitor_section.media_partner_section {
overflow: hidden;
padding: 0;
/* box-shadow: inset 0px 0px 10px rgb(0 0 0 / 30%); */
margin: 2rem 0 0;
}
.exhibitor_slick img {
filter: none !important;
}
.partner_bg_left {
padding-right: 0;
display: flex;
}
.partner_bg_left img {
width: 100%;
max-width: 100%;
object-fit: cover;
min-height: 500px;
max-height: 500px;
}

.partner_bg_right {
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 16px;
/* padding-left: 6rem; */
}

.exhibitor_section.media_partner_section h2 {
font-size: 32px;
margin-bottom: 35px;
text-align: center;
}

.exhibitor_section h2 {
font-size: 33px;
text-transform: capitalize;
line-height: 1.2;
font-weight: 800;
color: #1f7b76 !important;
margin-bottom: 16px;
}

.exhibitor_section.media_partner_section .gold_sliver_exhibitor h2 {
font-size: 26px;
margin-bottom: 16px;
}
.gold_sliver_exhibitor h2 span {
display: inline-block;
position: relative;
background-color: #1f7b76 !important;
text-transform: capitalize;
padding: 0 4px;
color: #ffffff;
}

.gold_sliver_exhibitor h2 {
color: #2e2e2e;
font-size: 33px;
text-transform: capitalize;
line-height: 1.2;
font-weight: 600;
margin-bottom: 16px;
}

.exhibitor_section.media_partner_section .exhibitor_slick img {
min-height: 140px;
max-height: 140px;
}
.exhibitor_section.media_partner_section .exhibitor_slick a{
display: inline-block;
}
.exhibitor_slick img {
/* border: 1px solid #333; */
transform: unset!important;
min-height: 110px;
object-fit: contain;
max-height: 110px;
padding: 8px;
}

/*partner css end*/

/*Thankyou page*/

h3.title {
text-align: center;
padding: 22px;
}


.thanks-box p {
color: #8a8a8a;
font-size: 30px;
text-align: center;
line-height: 36px;
padding: 40px 0 0 0;
}

.thanks-box .img-box {
padding: 0px 30px 15px 0;
border-right: 3px solid #e6e6e6;
}

.thanks-box .content-box {
padding: 30px 0 30px 0px;
}
.thanks-box h3{
font-size: 1.6em;
}
.thanks-box .content-box h2 {
font-size: 36px;
color: #1f7b76;
}


.thanks-box .content-box .subtitle {
color: #3d3d3d;
font-size: 23px;
text-align: left;
letter-spacing: 1px;
padding: 0;
margin: 0px 0;
}
img.flash-banner {
max-width: 100%;
}

/*End thankyou page*/

/*-----nomination form---*/

.nomination-register_nomination-register form#custom-nomination-register-form { max-width: 612px; float: none; margin: 43px auto; padding: 40px; clear: both; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); position: relative; top: 2em; }
.nomination-register_nomination-register form#custom-nomination-register-form .row { padding: 8px 0; }
.nomination-register_nomination-register footer.footer { margin: 76px 0 0 0; }
.nomination-register_nomination-register select {padding: 4px 0; font-size: 14px; margin: 0 0 0 6px; border: 2px solid #ddd; }
.nomination-register_nomination-register input {padding: 4px 0; font-size: 14px; margin: 8px 0 4px; border: 2px solid #ddd; }
.nomination-register_nomination-register div#edit-mail--description {font-size: 12px;color: #aaa;}
.nomination-register_nomination-register span.fieldset-legend.js-form-required.form-required {color: #1f7b76;}
.nomination-register_nomination-register form#custom-nomination-register-form input#edit-submit {border-radius: 0px;background: #1f7b76;padding: 8px 35px;margin: 0;color: #fff;}
/******************css***************/





.contact_us_entro .pos img.img-fluid {
margin-top: 0;
max-width: 100%;
min-width: 100%;
height: 100%;
object-fit: cover;
padding: 0;
}

.contact_us_entro .field-item.even {
padding: 0;
}

.contact_us_entro .content.clearfix {
padding: 0;
}
div#delegates_table {
margin-top: 40px;
}

.webform-register-wrapper {
box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
border-radius: 7px;
padding: 2rem !important;
margin-bottom: 15px;
}

.webform-register-wrapper h2{
font-weight: 700;
font-size: 25px;
color: #535356;
margin-bottom: 30px;
}
.myregisterArea {
padding: 70px 0;
}
/*17-12-2021*/


.registration_registration div#edit-select-conference,.registration_registration div#edit-active-conference {
display: flex;
justify-content: space-between;
width: 100%;
}
.registration_registration .js-form-item.form-item.js-form-type-radio.form-item-select-conference.js-form-item-select-conference,.registration_registration .js-form-item.form-item.js-form-type-radio.form-item-active-conference.js-form-item-active-conference {
display: flex;
width: 50%;
margin: 0;
align-items: center;
cursor: pointer;
}
.registration_registration fieldset#edit-select-conference--wrapper input,.registration_registration fieldset#edit-active-conference--wrapper input {
height: 15px;
width: 15px;
margin-bottom: 0;
position: relative;
cursor: pointer;
}
.registration_registration fieldset#edit-select-conference--wrapper label, .registration_registration fieldset#edit-active-conference--wrapper label {
margin-bottom: 0;
margin-left: 10px;
font-size: 18px;
color: #535356;
font-weight: 600;
cursor: pointer;
}
.registration_registration div#edit-conference {
display: flex;
justify-content: space-between;
width: 100%;
padding: 20px 0px 10px 0px;
}

.registration_registration div#edit-conference .js-form-item.form-item.js-form-type-radio.form-item-conference.js-form-item-conference {
display:flex;
width: 50%;
justify-content: center;
align-items: center;
cursor:pointer;
}


.registration_registration div#edit-conference input{
width: 15px;
height: 15px;
line-height: 1;
padding: 0;
margin-bottom: 0;
cursor:pointer;
}

.registration_registration div#edit-conference label {
margin-bottom:0 !important;
margin-left: 15px;
cursor:pointer;
}


/*23-07-2021*/


.buy-pass_buy-pass div#edit-conference {
display: flex;
justify-content: space-between;
width: 100%;
padding: 20px 0px 10px 0px;
}

.buy-pass_buy-pass div#edit-conference .js-form-item.form-item.js-form-type-radio.form-item-conference.js-form-item-conference {
display:flex;
width: 50%;
justify-content: center;
align-items: center;
cursor:pointer;
}


.buy-pass_buy-pass div#edit-conference input{
width: 15px;
height: 15px;
line-height: 1;
padding: 0;
margin-bottom: 0;
cursor:pointer;
}

.buy-pass_buy-pass div#edit-conference label {
margin-bottom:0 !important;
margin-left: 15px;
cursor:pointer;
}


/*23-07-2021*/



.banner-section::before {
z-index: 0;
}
.webform-register-wrapper .js-form-item input{
width: 100%;
}
.webform-register-wrapper .form-text,
.webform-register-wrapper .js-form-item input,.webform-multiple-add.js-webform-multiple-add.container-inline input {
display: block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 1rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 2px solid #dbe0df;
border-radius: 0;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#edit-delegates{
position: relative;
}
#edit-delegates label,.form-item-delegates label{
font-weight: 700;
font-size: 24px;
color: #535356;
margin-bottom: 30px;
}
.webform-multiple-add.js-webform-multiple-add.container-inline {
position: absolute;
bottom: 0px;
z-index: 11;
right: 0px;
width: 100px;
max-width: 100px;
height: 40px;
top: 0px;
}
.webform-multiple-add.js-webform-multiple-add.container-inline .button.js-form-submit.form-submit {
min-height: 30px;
line-height: 30px;
cursor: pointer;
margin-top: 0px;
}
.js-form-item.form-item.js-form-type-webform-custom-composite.form-item-delegates.js-form-item-delegates {
position: relative;
}
.webform-register-wrapper input#edit-delegates-add-submit {
padding: 0;
max-width: 100%;
margin: 0 auto;
color: #FFF;
background: #1f7b76;
border-color: #1f7b76;
border-radius: 8px;
cursor: pointer;
margin-bottom: 10px;
}
.webform-register-wrapper input#edit-delegates-add-submit:hover{
background: #1f7b76;
border-color: #1f7b76;
transition: 0.5s all;
}
.g-recaptcha >div{
margin:0 auto;
}
.webform-register-wrapper .webform-multiple-table td .js-form-item {
width: 50%;
float: left;
padding: 0 8px;
}
.webform-register-wrapper .webform-multiple-table .form-item + .form-item {
margin-top: 0;
}
.webform-multiple-add.js-webform-multiple-add.container-inline input {
height: calc(2rem + 2px);
padding: 0;
font-size: 1rem;
background: #1f7b76;
border-color: #1f7b76;
color: #fff;
border-radius: 8px;
}

form.webform-submission-register-attendees-add-form {
padding: 70px 0;
}
.webform-multiple-table.webform-multiple-table-responsive {
padding-bottom: 32px;
}
.webform-multiple-table td input{
width: 100% !important;
background: #413ebe;
}
.webform-multiple-table td input[type="image"] {
max-width: 65%;
margin: 5px auto;
}
.webform-multiple-table td input[type="image"] + input[type="image"] {
margin: 5px auto;
}

.myregisterArea .mycart {
box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
border-radius: 7px;
padding: 2rem !important;
margin-bottom: 15px;
}
.mycart .topHeading{
margin: -32px -32px 21px -32px;
}
.mycart h2{
background: #1f7b76;
border-radius: 5px 5px 0px 0px;
text-align: center;
color: #fff;
text-transform: uppercase;
font-size: 25px;
font-weight: 400;
padding: 13px;
box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}
.mycart ul{
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
}
.mycart ul li div.js-webform-computed {
display: inline-flex;
width: auto;
}
.mycart .form-actions{
float: unset;
text-align: center;
}
ul.cartData {
font-size: 16px;
font-weight: 500;
}
.mycart ul.totalData {
border-top: 1px solid rgba(0,0,0,.1);
margin-top: 2rem;
padding-top: 2rem;
margin-bottom: 2rem;
}
.js-webform-computed {
width: 100%;
}
.js-form-item.form-item.js-form-type-item.form-item-calculated-delegates{
width: 100%;

}
.js-form-item.form-item.js-form-type-item.form-item-calculated-delegates> ul {
display: flex;
justify-content: space-between;
width: 100%;
}
.js-form-item.form-item.js-form-type-item.form-item-calculated-delegates> ul>ul {
display: none;
}
.mycart ul.totalData li {
text-transform: uppercase;
font-size: 1.3rem;
font-weight: bold;
}
.thanks-box .img-box img{
width: 100%;
}

.mycart {
box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
border-radius: 7px;
padding: 2rem !important;
margin-bottom: 15px;
}

.mycart .topHeading {
margin: -32px -32px 21px -32px;
}

/*User information*/

.user-login-section {
width: 100%;
}

.user-login-section .user-details {
border-radius: 15px;
box-shadow: 0px 0px 13px 2px #efeff1;
background: #fff;
padding: 30px 15px;
text-align: left;
margin-top: 5%;
margin-bottom: 5%;
}

.user-login-section .user-details h3 {
text-align: center;
color: #1f7b76;
}

.user-login-section .field-details {
margin-top: 5%;
}

.user-login-section .user-details h5 {
border-radius: 15px;
box-shadow: 0px 0px 13px 2px #efeff1;
background: #fff;
padding: 15px 10px;
margin: 10px;
}

/*End*/


#block-ifah-content p a {
line-break: anywhere;
}

.speaker-intro, .light-grey-bg {
box-shadow: none;
background-color: transparent;
}



/*Clock css*/



figcaption.time-caption {
max-width: 50%;
margin: 0 auto;
background: #1f7b76;
border-radius: 16px;
z-index: 111;
position: absolute;
padding: 16px 0px;
margin: auto;
bottom: 0%;
left: 27%;
}
.count-event {
display: flex;
height: 100%;
margin-bottom: 16px;
}


.cont-time {
display: flex;
height: 100%;
}

ul.count-list {
list-style: none;
display: flex;
justify-content: space-evenly;
width: 100%;
align-items: center;
}

ul.count-list li {
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
}

ul.count-list  li time{
font-size: 45px;
line-height: 1.2;
color: #fff;
font-weight: 700;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

}


ul.count-list  li small{
font-size: 16px;
line-height: 1.45;
color: #fff;
font-weight: 400;

}
ul.count-list  li+li time::before{
content: ':';
position: absolute;
top: 0;
left: -85%;
width: auto;
height: 100%;
display: flex;
align-items: center;
font-size: 36px;
color: #d2d2d2;
transform: translateY(-16%);
}
.count-event h3 {
font-size: 27px;
line-height: 1.2;
font-weight: 700;
color: #fff;
text-transform: capitalize;
display: flex;
width: 100%;
align-items: center;
justify-content: center;
padding: 10px;
}

.social-media {
text-align: center;
margin-bottom: 20px;
display: flex;
/* justify-content: center; */
}
.social-media {
list-style: none;
flex-wrap: wrap;
}

.social-media li+li{
margin-left: 8px;
}

/*.social-media li:last-child span{

background-color: transparent;
border: 0;
}*/
.social-media li span{
height: 40px;
width: 40px;
border-radius: 50%;
text-align: center;
border: 1px solid #ccc;
color: #fff;
background-color: #000;
margin: 0rem;
display: flex;
align-items: center;
justify-content: center;
}

.social-media span a {
/* display: flex; */
color: #fff;
/* border: 1px solid #ccc; */
/* border-radius: 50%; */
/* height: 100%; */
font-size: 14px;
/* justify-content: center; */
/* align-items: center; */
line-height: 1.45;
text-decoration: none;
}

.social-media span+span {
margin-left: 10px;
}


/*conf-radio-css*/

.conference_select input[type='radio']:checked:after {
padding: 5px;
width: 15px;
height: 15px;
border-radius: 15px;
top: -2px;
left: -2px;
position: relative;
background-color: #ffffff;
content: '';
display: inline-block;
visibility: visible;
border: 4px solid #1f7b76;
}


.conference_select input {
margin-right: 5px;
}
.buy-pass_buy-pass fieldset#edit-select-conference--wrapper input,.buy-pass_buy-pass fieldset#edit-active-conference--wrapper input{
height: 15px;
width: 15px;
margin-bottom: 0;
position: relative;
cursor: pointer;
}
.contactform-bg #edit-select-conference input[type='radio'],.contactform-bg #edit-active-conference input[type='radio']{
cursor:pointer;
margin-right:10px;
}
.contactform-bg #edit-select-conference label{
cursor:pointer;

}
.contactform-bg #edit-select-conference input[type='radio']:checked:after {
padding: 5px;
width: 15px;
height: 15px;
border-radius: 15px;
top: -1px;
left: -2px;
position: relative;
background-color: #ffffff;
content: '';
display: inline-block;
visibility: visible;
border: 4px solid #1f7b76;
}

#edit-select-conference input[type='radio']:checked:after,
#edit-active-conference input[type='radio']:checked:after {
padding: 5px;
width: 15px;
height: 15px;
border-radius: 15px;
top: 0px;
left: -2px;
position: relative;
background-color: #ffffff;
content: '';
display: inline-block;
visibility: visible;
border: 4px solid #1f7b76;
}
.buy-pass_buy-pass #edit-select-conference input[type='radio']:checked:after,
.buy-pass_buy-pass #edit-active-conference input[type='radio']:checked:after{
top: -19px;
}

#conference_select input {
margin-right: 5px;
}

.buy-pass_buy-pass div#edit-select-conference,.buy-pass_buy-pass div#edit-active-conference {
display: flex;
justify-content: space-between;
width: 100%;
}

.buy-pass_buy-pass .js-form-item.form-item.js-form-type-radio.form-item-select-conference.js-form-item-select-conference,.buy-pass_buy-pass .js-form-item.form-item.js-form-type-radio.form-item-active-conference.js-form-item-active-conference {
display: flex;
width: 50%;
margin: 0;
align-items: center;
cursor: pointer;
}

.buy-pass_buy-pass fieldset#edit-select-conference--wrapper ,.buy-pass_buy-pass fieldset#edit-active-conference--wrapper {
width: 100%;
margin-bottom: 30px;
}

.buy-pass_buy-pass fieldset#edit-select-conference--wrapper label ,.buy-pass_buy-pass fieldset#edit-active-conference--wrapper label {
margin-bottom:0;
margin-left:10px;
font-size: 18px;
color: #535356;
font-weight:600;
cursor: pointer;
}

.buy-pass_buy-pass fieldset#edit-select-conference--wrapper span,.buy-pass_buy-pass fieldset#edit-active-conference--wrapper span {
font-size: 19px;
font-weight: 700;
color: #535356;
}

.conf-radio-div {
display: flex;
color: #fff;
justify-content: left;
margin-bottom: 1rem;

}
.conf-radio-box input {
cursor: pointer;
}

.conf-radio-box label {
cursor: pointer;
}
.conf-radio-box {
width: 50%;
cursor: pointer;
}

.conference_select {margin-bottom: 1rem;}
/*conf-radio-css*/

/*Gallery*/


#g_photos .box img{height:auto!important; width:100% !important;}
div.simple-google-photos-grid-cell{padding:2px!important; width:20% !important}
div.simple-google-photos-grid {
width: 100%;
height: 100%;
overflow: hidden;
}
div.simple-google-photos-grid-cell {
padding: 2px!important;
width: 20% !important;
}
div.simple-google-photos-grid-cell {
box-sizing: border-box;
padding: 5px;
float: left;}

img.simple-google-photos-grid-image {
object-fit: cover;
}    



/*Partner section css gfah*/
.our-ptner-section {
padding: 0;
background-color: #fff !important;
overflow: hidden;
}
.prtner-sub-heading{
font-size: 24px;
color: #fff;
font-weight: 600;
font-family: "Urbanist", sans-serif;   
text-align: left;
text-transform: uppercase;
margin-bottom: 2rem;
}

.prtner-section-heading{
font-size: 36px;
color: #333331;
font-weight: 700;
font-family: "Urbanist", sans-serif;   
text-align:center;
}
.media-content p {
font-size: 16px;
color: #209e2e;
font-weight: 400;
font-family: "Urbanist", sans-serif;   
text-align: center;
}

.media-img-div{
text-align: left;
display: flex;
justify-content: left;
}
.partner-sub-section {
padding: 20px;
padding-top: 0;
margin-bottom: 40px;
}


.our-ptner-section img.media-img {
width: 100%;
max-height: 91px;
object-fit: contain;
padding: 10px;
}

.our-ptner-section button.slick-next.slick-next{
position: absolute;
bottom: 50%;
right: -5%;
z-index: 11;
height: 40px;
width: 53px;
color: transparent;
border: 0;
background: #d6d0d0a6 url(../images/slick-right-arrow.png) no-repeat center center;
background-size: auto;
box-shadow: 0px 0px 1px 1px #0a0a0c1f;
overflow: hidden;
display: block!important;
cursor: pointer;
}

.our-ptner-section button.slick-prev.slick-arrow{
position: absolute;
bottom: 50%;
left: -7%;
z-index: 11;
height: 40px;
width: 53px;
color: transparent;
border: 0;
background: #d6d0d0a6 url(../images/slick-left-arrow.png) no-repeat center center;
background-size: auto;
box-shadow: 0px 0px 1px 1px #0a0a0c1f;
overflow: hidden;
display: block!important;
cursor: pointer;
}
.partners-heading{
padding-left: 15px;
color: #fff;
margin-bottom: 1.5rem;
padding: 0;
}
.media-content-div{
background: #000;
padding: 65px 80px;
padding-bottom: 20px;
}
.partner_bg_left img{
width:100%;
max-width: 100%;
}
.partner_bg_left{
padding-right: 0;
display: flex;
flex-direction: column;
padding: 3rem;
border-right: 2px solid #f7f7f7;
}


.user_password form.user-pass>p {
display: none;
}


/*our exibhitors section css start*/


.our-exhibitors-section {
padding: 70px 0;
background-color: #fff !important;
overflow: hidden;
}


h3.exhibitors-heading {
text-align: center;
font-size: 36px;
color: #272727 !important;
position: relative;
padding: 0;
margin-bottom: 2rem;
font-weight: 600;
text-transform: uppercase;
}
h3.exhibitors-heading:before{
position: absolute;
content: "";
width: 125px;
height: 5px;
background: linear-gradient(to left,#1f7b76 0%,#1659b5 100%);
left: 50%;
bottom: -10px;
margin-left: -62px;
}

p.exhibitors-text {
text-align: center;
color: grey;
width: 75%;
margin: auto;
margin-bottom: 20px;
display: none;
}

.exhibitors-tabs ul.nav.nav-tabs {
text-align: center;
display: flex;
justify-content: center;
border: 0;
margin-bottom: 30px;
}

.exhibitors-tabs li.nav-item a {
border-radius: 50px;
padding: 5px 25px;
}
.exhibitors-tabs a.nav-link {
background-color: #eee !important;
color:  #000 !important;
}
.exhibitors-tabs a.nav-link.active {
background-color: #05459d !important;
color:  #fff !important;
padding: 5px 25px;
}

.exhibitors-tabs ul li:firSt-child a{
border-top-right-radius:0 ; 
border-bottom-right-radius:0 ;
}
.exhibitors-tabs ul li:nth-child(2) a{
border-top-left-radius:0 ; 
border-bottom-left-radius:0 ;
}

.exhibitors-content img {
width: 100%;
margin-bottom: 25px;
max-height: 130px;
object-fit: contain;
border: 1px solid #1557b3;
padding: 14px;
margin-bottom: 25px;
border-radius: 10px;
}

.exhibitors-content {
width: 100%;
}

/*our exibhitors section css end*/

/*******custom-css*****/
form.webform-client-form .js-form-type-select{
width: 100%;
}
form.webform-client-form .js-form-type-select select.form-select {
width: 100%;
display: block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.6rem 0;
font-size: 1rem;
line-height: 1.5;
color:#8a8a8a;
background-color: #fff;
background-clip: padding-box;
border-radius: 0;
border: 0;
border-bottom: 1px solid rgba(138,138,138,0.5);
}
form.webform-client-form .js-webform-select-other .fieldset-wrapper{
flex-direction: column;
}
form.webform-client-form .js-webform-select-other .fieldset-wrapper .webform-select-other-input{
width: 100%!important;
margin: 0 0;
}

/************19-7-2021***************/
body.checkout_order_information .js-form-item.form-item.js-form-item-payment-information-add-payment-method-billing-information-copy-to-address-book{
margin-top: 16px;
}
body.checkout_order_information .js-form-item.form-item.js-form-item-payment-information-add-payment-method-billing-information-copy-to-address-book input.form-checkbox,
body.checkout_order_information .js-form-item.form-item-agree-terms-terms-and-conditions.js-form-item-agree-terms-terms-and-conditions input.form-checkbox {
height: unset;
min-height: unset;
padding: 0 0;
border: 0px;
}
body.checkout_order_information form#commerce-checkout-flow-multistep-default .js-form-item {
text-align: left;
}
/**************19-7-2021*****************/


.author-image article {
padding: 1.6rem;
display: flex;
border-radius: 1.6rem;
background: #82897745;
flex-direction: column;
margin-bottom: 1.6rem;
}

.author-image article .node-content>div>div{
display: none;
}
.author-image article .node-content>div>div+div,
.author-image article .node-content>div+div+div,
.author-image article .node-content>div+div+div>div {
display: block;
}
.author-image article .node-content img{
max-height: 120px;
width: auto;
display: inline-block;
margin-bottom: 1rem;
}
.author-image article h2.page-header {
font-size: 21px;
font-weight: 700;
color: #ccc;
margin-bottom: 1rem;
}
.author-image article h2.page-header a {
color: #1f7b76;
}

.blog-author article .node-content div>div {
display: none;
}
.blog-author article .node-content>div>div{
display: none;
}
.blog-author article .node-content>div>div+div,
.blog-author article .node-content>div+div+div,
.blog-author article .node-content>div+div+div>div {
display: block;
}
.blog-author article .node-content img{
max-height: 260px;
width: auto;
display: inline-block;
margin-bottom: 1rem;
padding: 2px;
background: #1f7b76;
border-radius: 6px;
}
.blog-author article h2.page-header {
font-size: 21px;
font-weight: 700;
color: #ccc;
margin-bottom: 1rem;
}
.blog-author article h2.page-header a {
color: #95c73d;
}
.blog-author article .node-content {
padding: 70px 16px;
max-width: 1170px;
margin: 0 auto;
}


.who-we-are-intro {
padding: 32px 0;
}
.who-we-are-intro iframe {
max-width: 100%;
}

.who-we-are-intro p {
margin-bottom: 16px;
}


/*******Registration-landing-page*******/


.gister_figur{
position: relative;
}
.registration_registration .gister_caption,
.registration-usa_registration-usa .gister_caption{
position: absolute;
bottom: 30%;
left: 0;
width: 100%;
transform: translateY(30%);
}
.explor_banner_content h3{
font-size: 24px;
line-height: 1.2;
font-weight: 600;
color: #fff;
padding: 0 0;
}
.explor_banner_content {
align-self: center;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.explor_banner_content h1{
font-size: 36px;
line-height: 1.2;
font-weight: 700;
color: #fff;
}
.explor_banner_content address{
margin-bottom: 0;
}

.explor_banner_content .date_address_banner span{
font-size: 16px;
line-height: 1.45;
font-weight: 400;
color: #fff;
}
.gister_form{
padding: 32px;
background: #fff;
border:4px solid var(--theme-color);
text-align: center;
}
.gister_form h2{
font-size: 32px;
line-height: 1.2;
font-weight: 600;
color: var(--theme-color);
text-align: center;
}
.gister_form p{
font-size: 16px;
line-height: 1.45;
font-weight: 400;
color: #7c7c7c;
margin-bottom: 16px;
}
.gister_form  input{
outline: 0;
height: 42px;
max-height: 42px;
padding: 8px;
border-radius: 0;
border:1px solid #7b7b7b;
color: #7b7b7b;
display: inline-block;
width: 100%;
font-size: 16px;
line-height: 1.45;

}
.gister_form .gister_form_btn{
font-size: 21px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
display: inline-block;
border:0;
border-radius: 0;
outline: 0;
padding: 10px 32px;
background: var(--theme-color);
line-height: 1.2;
text-align: center;
}
.for_you_section{
background-color: #e8eaee;
padding: 70px 0;
}
.for_you_section h2{
font-size: 24px;
text-transform: capitalize;
color: #141414;
font-weight: 700;
line-height: 1.2;
margin-bottom: 8px;
}
.for_you_section p{
font-size: 16px;
color: #3f3f3f;
font-weight: 400;
line-height: 1.45;
margin-bottom: 32px;
}
.for_you_content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
ol.for_you_list {
padding-left: 16px;
margin-bottom: 0;
}
.for_you_list li{
font-size: 18px;
color: #121212;
font-weight: 500;
line-height: 1.2;
}
.for_you_list li+li{
margin-top: 16px;
}
.our_participating_section{
padding: 70px 0;
text-align: center;
}
.our_participating_section h2{
font-size: 21px;
text-transform: uppercase;
color: #010101;
font-weight: 700;
margin-bottom: 32px;
}
.our_participating_list{
display: flex;
justify-content: space-between;
align-items: center;
margin-right: -15px;
margin-left: -15px;
list-style: none;
}
.our_participating_list li {
flex: 1;
padding: 15px;
}
.our_participating_list li img{
max-width: 100%;
}
.our_participating_list li+li{
border-left: 1px solid #d9d9d9;
}
.our_gallry_section{
padding: 0 0 0 0;
}
.explor_banner_form .webform-register-wrapper h2 {
font-size: 20px;
margin-bottom: 5px;
}
.explor_banner_form  fieldset#edit-select-conference--wrapper,.explor_banner_form  fieldset#edit-active-conference--wrapper {
width: 100%;
margin-bottom: 10px;
}
.explor_banner_form #edit-select-conference--wrapper legend, .explor_banner_form #edit-active-conference--wrapper legend {
margin-bottom: 10px;
font-size: 0;
}
.explor_banner_form   fieldset#edit-select-conference--wrapper label, .explor_banner_form   fieldset#edit-active-conference--wrapper label {
font-size: 14px;
font-weight: 500;
}
.explor_banner_form  div#edit-actions {
padding-top: 0;
margin: 0px 0 16px 0;
}
.explor_banner_form .form_box input {
line-height: 1.45;
height: unset;
margin-bottom: 10px;
}
.explor_banner_form form .webform-register-wrapper {
box-shadow: 0 0px 0px rgb(0 0 0 / 30%);
border-radius: 0;
padding: 16px!important;
margin-bottom: 0;
background: #fff;
border: 4px solid #1f7b76;
}

.explor_banner_form div#edit-actions input {
line-height: 1.45;
margin-bottom: 0;
}
.gister_figur .proceed {
padding: 0 16px;
margin-bottom: 0;
}
.gister_figur .captcha {

margin-bottom: 1rem;
}
/*body.registration-anonymous header,body.registration-anonymous footer , .registration-anonymous .checkout-pane-coupon-redemption{
display: none;
}*/

.registration_registration .explor_banner_content address {
color: #fff;
}

.registration_registration .explor_banner_content address a {
color: #fff;
text-decoration: underline;
font-weight: 700;
}

.registration_registration .explor_banner_content address a:hover {
color: #1f7b76;
text-decoration: underline;
}


.posi_content{
position: relative;
}
a.registration_logo {
position: absolute;
top: 0;
left: 0;
max-width: 190px;
}

/*registration-call-widget-start*/

.registration_registration a.callbutton,
.registration-usa_registration-usa a.callbutton{
position: fixed;
width: auto;
top: 50%;
right: 0;
transform: translateY(-50%);
z-index: 111111;
background: #1f7b76;
border: 0;
cursor: pointer;
font-size: 14px;
font-weight: 600;
word-spacing: 0px;
padding: 4px 12px;
border-radius: 15px 0 0 15px;
text-decoration: none!important;
color: #fff;

}
.registration_registration a.callbutton:hover,
.registration-usa_registration-usa a.callbutton:hover{
text-decoration: underline!important;
color: #fff;
background-color: #262f3e;

}
/*registration-call-widget-end*/


.thank_for_reaching {
height: 100vh;

display: flex;
align-items: center;
justify-content: center;
width: 100%;
flex-direction: column;
}
.thankyou-registration_thankyou-registration .thank_for_reaching{
background: #71ab96;
}
.thankyou-registration_thankyou-registration header,.thankyou-registration_thankyou-registration footer.footer {
display: none;
}






/* /registration-footer-css-strat/*/

ul.r_f_agenda_menu,ul.re_policey_menu {
list-style: none;
margin: 0 0 0 0;
display: flex;
justify-content: center;
}
ul.r_f_agenda_menu li+li,ul.re_policey_menu li+li{
margin-left: 16px;
}
ul.r_f_agenda_menu li a,ul.re_policey_menu li a{
display: inline-block;
color: #a9a8ad;
font-weight: 400;
line-height: 1.45;
font-size: 14px;
text-transform: capitalize;
text-decoration: none;
padding: 0 0.5rem;
}
.v-center {
align-items: center;
display: flex;
justify-content: center;
}

ul.re_soical_menu {
margin-bottom: 0;
}
.copyright {
color: #a9a8ad;
font-size: 14px;
}
.bg-color {
background: #24293b;
}
.registration_registration .content header + div + footer {
display: none;
}

.registration-1_registration-1 .content header + div + footer {
display: none;
}
.registration_registration .footer {
padding: 32px 0 0px;
background: #313543;
}
.container_re{
position: relative;
}
.registration_registration .storeArea h3,
.registration-usa_registration-usa .storeArea h3 {
text-align: center;
font-size: 27px;
color: #262f3e;
padding: 0;
font-weight: 600;
}
.registration_registration .storeArea p,
.registration-usa_registration-usa .storeArea p {
font-size: 16px;
max-width: 1170px;
}

.conference-change_conference-change form#conferencechange-form {
width: 100%;
max-width: 992px;
margin: 70px auto;
box-shadow: 0px 0px 8px 1px #0000004d;
padding: 16px;
border-radius: 16px;
}
.conference-change_conference-change #edit-change-type{
font-size: 16px;
width: 100%;
border: 2px solid #dbe0df;
height: 42px;
padding: 4px;
border-radius: 0px;
}
.conference-change_conference-change form#conferencechange-form div#edit-actions {
display: inline-block;
margin: 32px 0;
}
.partner_bg_left {
flex-direction: column;
padding: 16px 32px;
background: #fff;
}
.explor_banner_form .form_box .proceed div#edit-actions {
margin-bottom: 0;
}
.explor_banner_form .webform-register-wrapper .form_box .proceed input {
line-height: 1.45;	
margin-bottom: 0;
margin-bottom: 0!important;
padding: 4px 16px!important;
font-size: 15px!important;
}
.registration_registration .primery-header {
display: none;
}
.registration_registration .header.sticky {
background-color: #4b987c;
}
.registration_registration .content header+div+footer{
display: block;
background: #1f7b76;
}
.registration_registration ul.social-media li:last-child span {
border-radius: 0;
background: transparent;
border: 0px;
height: auto;
width: auto;
outline: 0;
}
.thankyou-registration_thankyou-registration .thank_for_reaching {
background: #71ab96;

}
.thankyou-registration_thankyou-registration .thank_for_reaching h2 strong{
font-weight: 500;
color: #fff;
}
.back_to_site {
margin: 16px 0;
}
.back_to_site a{
display: inline-block;
padding: 4px 16px;
background: #1f7b76;
color: #fff;
border-radius: 6px;
line-height: 1.45;
font-size: 16px;
cursor: pointer;
}
.back_to_site a+a{
margin-left: 16px;
}


.past-awardees-dubai-spring-2022_past-awardees-dubai-spring-2022 .event-agenda .nav-tabs,
.past-awardees-usa-spring-2022_past-awardees-usa-spring-2022 .event-agenda .nav-tabs{
align-items: center;
justify-content: space-evenly;
margin-bottom: 16px;
border: 0;
font-size: 18px;
font-weight: 500;
}
.past-awardees-dubai-spring-2022_past-awardees-dubai-spring-2022 .event-agenda .nav-tabs a,
.past-awardees-usa-spring-2022_past-awardees-usa-spring-2022 .event-agenda .nav-tabs a{
background: #ccc;
color: #333;
border: 0;
border-bottom: 0px!important;
}
.past-awardees-dubai-spring-2022_past-awardees-dubai-spring-2022 .event-agenda .nav-tabs li:last-child
/*.past-awardees-usa-spring-2022_past-awardees-usa-spring-2022 .event-agenda .nav-tabs li:last-child*/
{
display: none;

}
.past-awardees-dubai-spring-2022_past-awardees-dubai-spring-2022 .event-agenda .nav-tabs a.active,
.past-awardees-usa-spring-2022_past-awardees-usa-spring-2022 .event-agenda .nav-tabs a.active{
background:#1f7b76;
color: #fff;
align-items: center;
vertical-align: middle;
border-color: #1f7b76;
}
.past-awardees-dubai-spring-2022_past-awardees-dubai-spring-2022 .event-agenda .speakers-caption,
.past-awardees-usa-spring-2022_past-awardees-usa-spring-2022 .event-agenda .speakers-caption{
height: 110px;
max-height: 110px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: 32px;
background: #1f7b76;
margin-top: -7px;
text-align: center;
padding: 6px;
}
.past-awardees-dubai-spring-2022_past-awardees-dubai-spring-2022 .event-agenda .speakers-caption h5,
.past-awardees-usa-spring-2022_past-awardees-usa-spring-2022 .event-agenda .speakers-caption h5{
color: #fff;
/*    line-height: 1.45;*/
margin-bottom: 6px;
font-weight: 600;
font-size: 17px;
}
.past-awardees-dubai-spring-2022_past-awardees-dubai-spring-2022 .event-agenda .speakers-caption h6,
.past-awardees-usa-spring-2022_past-awardees-usa-spring-2022 .event-agenda .speakers-caption h6{
font-size: 13px;
color: #fff;
margin: 0 0;
}

.past-awardees-dubai-spring-2022_past-awardees-dubai-spring-2022 .event-agenda .speakers-figureBestCompaniesAward .speakers-caption h6,
.past-awardees-usa-spring-2022_past-awardees-usa-spring-2022 .event-agenda .speakers-figureBestCompaniesAward .speakers-caption h6
{
display: none;
}

.past-awardees-dubai-spring-2022_past-awardees-dubai-spring-2022 .event-agenda  figure embed,
.past-awardees-usa-spring-2022_past-awardees-usa-spring-2022 .event-agenda  figure embed{
height: 420px !important;
object-fit: cover;
}
button#show_allOutstandingLeadershipAward,#show_allBestCompaniesAward {
line-height: 1.45;
background: #1f7b76;
border: 1px solid #ccc;
padding: 4px 16px;
border-radius: 6px;
color: #fff;
cursor: pointer;
transition: 0.5s all;
max-width: 130px;
margin: 0 auto;
display: block;
}
body.home_home .show_desk{
display: none;

}
/*body.home_home .primery-header{padding: 0;}*/

.field-item.even ul {
margin-left: 32px;
}
.field-item.even ul li {
margin-bottom: 8px;
}

.home_home .slick-track div:nth-child(14) img,
.home_home .slick-track div:nth-child(15) img{
width: 100%!important;
}
.agenda-detail .day-1{
background: #1f7b76;
margin-bottom: 8px !important;
display: flex;
clear: both;
color: #fff;
}
.flash-sale-usa_flash-sale-usa .event-agenda li.nav-item a{
background: #1f7b76;
color: #fff;
font-weight: 600;
}
.flash-sale-usa_flash-sale-usa .event-agenda li.nav-item a.active{
background: #1f7b76;
color: #fff;
font-weight: 600;

}
.col-day-checkbox .webform-composite-visible-title {
width: 100%;
margin-top: 16px;
}
.col-day-checkbox .fieldset-legend {
font-size: 23px;
font-weight: 600;
}
.col-day-checkbo .js-webform-checkboxes label.option{
margin:0 0 0 0;
}
.col-day-checkbox .js-webform-checkboxes {
padding: 6px 13px;
background: #227c778c;
border-radius: 4px;
}
.col-day-checkbox .js-webform-checkboxes .js-form-type-checkbox + .js-form-type-checkbox{
margin-left: 16px;
}
.col-day-checkbox .js-webform-checkboxes .js-form-type-checkbox label{
margin-bottom: 0;
cursor: pointer;
}
/* ===================new section-add====================== */
.winter-venue{
padding: 20px 0px;
color: rgb(0, 0, 0);

}
.primery-headers3 .winter_heading{
text-align: center;
font-weight: 500;
}

.primery-headers3 p{
font-size: 19px;
text-align: center;
font-weight: 500;
margin-bottom: 0;
}
.primery-headers3 h5{   
text-align: center;   
}
/********************custom-css-agenda-start****************/
ul.tabs-list {
text-align: center;
border-bottom: none;
margin: 40px 0px;
display: flex;
justify-content: center;
}
.tabs-list>li {
float: none;
margin-bottom: 0px;
display: inline-block;
position: relative;
border: 1px solid #1b2f58;
}
.tabs-list>li.active::after {
content: '';
position: absolute;
left: 0;
bottom: -12px;
width: 0;
height: 0;
border-top: 12px solid #1f7b76;
border-left: 12px solid transparent;
}
.tabs-list>li+li {
margin-left: 5px;
border: 1px solid #1b2f58;
}
.tabs-list>li a {
font-weight: 600;
font-size: 14px;
line-height: 1.45;
color: #000;
text-align: center;
display: inline-block;
background: #f1f0f6;
position: relative;
padding: 10px 25px;
border: none;
border-radius: 0;
margin: 0 0 0 0;
text-decoration: none;
}
.tabs-list>li a span {
text-transform: uppercase;
}
.nav-tabs.tabs-list>li.active>a {
background: #1f7b76;
color: #fff;
border: none;
border-radius: 0;
}
.fade.in {
opacity: 1;
}

/***************tabs-timeline-css******************/
.timeline {
color: #fff;
}
.timeline ul {
background: transparent;
padding: 0;
}
.timeline ul li {
background: #efeef5;
position: relative;
margin: 0 auto;
width: 2px;
padding-bottom: 40px;
list-style-type: none;
}
.timeline ul li:first-child {
padding-bottom: 55px;
}
.timeline ul li:first-child::before {
content: none;
}
.timeline ul li:last-child {
padding-bottom: 7px;
}
.timeline ul li:before {
content: '';
background: #fff;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
width: 15px;
height: 15px;
border: 2px solid #1f7b76;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.timeline ul li .hidden {
opacity: 0;
}
.timeline ul li .content {
position: relative;
top: -20px;
width: 450px;
padding: 0 15px;
text-align: right;
}
.timeline ul li:nth-child(odd) .content {
text-align: left;
}
.timeline ul li .content span.time-content {
display: inline-block;
font-size: 16px;
line-height: 1.45;
color: #1f7b76;
font-weight: 500;
margin-bottom: 4px;
}
.timeline ul li .content h2 {
text-align: right;
margin-bottom: 0;
text-transform: none;
color: #333;
font-weight: 500;
margin-bottom: 15px;
font-size: 17px;
}
.timeline ul li:nth-child(odd) .content h2 {
text-align: left;
}
.timeline ul li .content h2::after {
content: none;
}
.timeline ul li:nth-child(odd) .content p {
text-align: left;
}
.timeline ul li .content:before {
content: none;
}
.timeline ul li:nth-child(odd) .content {
left: 45px;
}
.timeline ul li:nth-child(odd) .content:before {
left: -38px;
}
.timeline ul li:nth-child(even) .content {
left: calc(-450px - 45px);
}
.timeline ul li:nth-child(even) .content:before {
right: -38px;
}
.agendatab-content table.agenda-table tr td.time-td+td.unset-colum {
align-items: center;
flex-direction: unset;
}

/***************css-for-speakers-section-css******************/
.event-speakers-section .btn-toggle-wrapper.stop {
margin-top: 40px;
}
.customspeakers-form .form-select,.customspeakers-form .form-text,.agendasync-edit-form .form-select,.agendasync-edit-form input[type="text"]{
display: block;
width: 100%;
height: calc(42px + 2px);
padding: 8px;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 2px solid #dbe0df;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
margin: 0;
}

input.button {
font-size: 16px;
font-weight: 500;
line-height: 1.45;
color: #fff;
text-transform: uppercase;
display: inline-block;
background: #1f7b76;
padding: 6px 16px;
border-radius: 8px;
border: 1px solid #1f7b76;
transition: 0.5s all;
}
section.register_flash_form {
background: url(https://www.health2conf.com/prospectus/forn_sec_bg.jpg) no-repeat center center;
/* align-content: center; */
background-size: cover;
}
.landing-20255_landing-20255 .form_section_format .wrappered.flase_form_wrapper {
margin-top: 0;
}
/*.card2_hurry {
position: absolute;
top: 50%;
right: 100%;
background: #fff;
padding: 16px;
width: 100%;
max-width: 50%;
transform: translateY(-50%);
height: calc(100% - 106px);
background: #ffcc03;
}*/
/********************custom-css-agend-end****************/
@media screen and (max-width: 991px){
.primery-headers3 .winter_heading{
font-size: 24px;

}
.primery-headers3 p {
font-size: 15px;

}

}
@media screen and (max-width: 767px){
.primery-headers3 .winter_heading{
font-size: 20px;
}

}
@media screen and (max-width: 767px){
.primery-headers3 .winter_heading{
font-size: 18px;

}
.primery-headers3 p {
font-size: 15px;

}

}

/*====================new-email-input-add=====20-01-2023========================*/
.testimonial-section .newsletter{

background: #1f7b76ed;
padding: 20px;
border-radius: 6px;
}
.testimonial-section .newsletter label{
margin-bottom: 0;
margin-top: 12px;
color: white;

}
.testimonial-section .newsletter form{
display: flex;
justify-content: center;
align-items: center;
}
.testimonial-section .newsletter  .webform-button--submit{
border-radius: 0!important;
padding: 10.5px 24px!important;
margin-top: 10px;
}
.testimonial-section .newsletter input{
border: 1px solid #1f7b76;
height: 3rem;

}
.home_home .testimonial-section .newsletter input{
margin: 0;
}
.testimonial-section .newsletter .newslatter_text{
font-size: 1.5rem;
text-align: center;
text-transform: capitalize;
color: white;
}
.testimonial-section .newsletter #edit-actions{
text-align: center;

}
.testimonial-section .newsletter .webform-button--submit{
margin-top: 0;
}
.testimonial-section .newsletter .js-form-item.form-item{
width: 100%;
padding: 5px;
}
.testimonial-section .newsletter label{
display: none;
}

marquee.marq{
display: block;
width: 100%;
}
.registration_registration marquee.marq{
display: none;

}
/***********custom-css-end*************/
.map_here{
display: inline-block;
cursor: pointer;
color: #1f7b76;
font-size: 16px;
line-height: 1.45;
min-width: 44px;
height: auto;
}
.popupimg{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1111;
background: #000;
display: none;
}
.popupimg img {
display: block;
width: auto;
height: auto;
max-height: 100%;
margin: 0 auto;
max-width: 100%;
}
.location_img_pop_up img{
display: block;
width: 100%;
}
.banner-address img.flag_img{
height: auto;
}
span.dailog_close {
position: absolute;
right: 50px;
top: 15%;
display: inline-block;
padding: 8px 29px;
background: #1f7b76;
border-radius: 16px;
font-size: 22px;
font-weight: 600;
cursor: pointer;
}
/*.map_here:hover + .location_img_pop_up{
display: block;
}*/
.popupimg.show{
display: flex;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
align-items: center;
}

@-webkit-keyframes fadeIn {
from {opacity: 0;} 
to {opacity: 1;}
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
}
/*******custom-css-end*****/

/* media-queries */
@media(max-width:1400px){
.galler-img-text h2{
font-size: 32px;
}
}

@media(max-width:1199px){
.media-content-div{
padding: 20px 30px;
}
.partners-heading{

font-size:22px;
}
.prtner-sub-heading{
font-size:16px;
}
.our-ptner-section button.slick-next.slick-next{
position: absolute;
bottom: 50%;
right: -2%;
z-index: 11;
height: 30px;
width: 30px;
color: transparent;
border: 0;
background: #d6d0d0a6 url(../images/slick-right-arrow.png) no-repeat center center;
background-size: auto;
box-shadow: 0px 0px 1px 1px #0a0a0c1f;
overflow: hidden;
}

.our-ptner-section button.slick-prev.slick-arrow{
position: absolute;
bottom: 50%;
left: -2%;
z-index: 11;
height: 25px;
width: 30px;
color: transparent;
border: 0;
background: #d6d0d0a6 url(../images/slick-left-arrow.png) no-repeat center center;
background-size: auto;
box-shadow: 0px 0px 1px 1px #0a0a0c1f;
overflow: hidden;
}

.partner_bg_left img{
min-height:320px;
height:100%;
}
.storeArea ul li{
width: auto;
}
.registration_registration section.banner_section .explor_banner_content h1 {
font-size: 27px;
}
.registration_registration section.banner_section .explor_banner_content h3 {
font-size: 19px;
}
.registration_registration .explor_banner_form .webform-register-wrapper h2 {
font-size: 18px;
}
.registration_registration section.banner_section .js-form-item.form-item {
margin: 0;
}
.webform-register-wrapper .form_box input {
height: 38px;

}
}


@media(max-width:992px){
.storeArea ul li { 
flex: 1;
}
ul.tabs-list {
justify-content: center;
flex-direction: column;
}
.tabs-list>li+li {
margin-left: 0px;
}
.nav-tabs.tabs-list>li.active>a{
width: 100%;

}
.timeline ul li {
background: transparent;
width: 100%;
padding-bottom: 40px;
list-style-type: none;
}
.timeline ul li:before{
left: 0;
top: 17px;
}
.timeline ul li .content {
position: static;
width: 100%;
padding: 0 15px;
text-align: left;
margin-bottom: 20px;
}
.timeline ul li .content h2{
text-align: left;
margin-bottom: 0;
}
.timeline ul li .content h2{
font-size: 14px;
font-weight: 400;
}
.tabs-list>li a{
width: 100%;
}
.tabs-list>li{
margin-bottom: 20px;
}
.abstract h3{
font-size: 24px;
font-weight: 700;
}
.abstract p{
font-size: 16px;
}
}

@media(max-width:767px){
.prtner-sub-heading{
font-size: 20px;
text-align:center;
}
.partners-heading{
text-align:center;
padding-left: 0;
}
.our-ptner-section button.slick-prev.slick-arrow{
left: 0;
top: 0;
}
.our-ptner-section button.slick-next.slick-arrow{
right: 0;
top: 0;
}
.day-1 {
padding: 8px !important;
}
.col-agenda-table, .col-agenda-description {
font-size: 14px;
padding: 0 6px;
}
.testimonial-section .newsletter form{
flex-direction: column;
}

/* .contactform-bg .radios--wrapper legend{
text-align: center;
} */
}


@media (max-width: 576px){
.contact-us_contact-us .who_we_are_figure img {
height: 26vh !important;
}
.home_home #edit-active-conference .js-form-item.form-item{
text-align: left;
margin-left: 0px;
display: flex;
justify-content: start;
align-items: center;
margin: 10px;
}

}





@media(min-width:992px){header .nav-item:hover>.dropdown-menu{ display: block!important;}header .dropdown-submenu:hover>.dropdown-menu {display: block;}
.confirmation-login .form-wrapper h1{font-size: 3rem;}
.confirmation-login .form-wrapper h5{font-size: 1.4rem;}}

.confirmation-login .form-wrapper .content{ margin-top: 5rem; width:85% }
.confirmation-login .content-right{min-height:100vh; padding-top:20vh;}




.confirmation-login{position:relative}
.confirmation-login .content-left{position:relative; padding:30px}
.confirmation-login .content-left h1.title{font-size:48px; color:#000; text-transform:capitalize; margin:0 0 30px 0}
.confirmation-login .form-wrapper .showpass{position:absolute; right:10px; top:15px; font-size:24px; color:rgba(0, 0, 0, 0.5)}
.confirmation-login .content-left input{width:100% !important;padding: 15px;min-height: 52px;margin-bottom: 25px;}
.confirm-parent, .password-parent{width: 100% !important}
.confirmation-login .form-wrapper {padding: 0 20px; margin:0;}

.confirmation-login .form-group {
position:relative;
margin-bottom:1.5rem;
}

.form-wrapper #user-login .form-text{width:80%}
.confirmation-login .form-group .form-group {
margin-top: 30px; width:100% !important
}
.confirmation-login .form-group.confirm-parent .form-label {
top: 14px!important;
}


.form-text {
display: block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 1.5rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 2px solid #dbe0df;
border-radius: 0;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
margin-top: 0;
}
/* User Page Css */
.page-user header .fixed-top, .page-award-nomination-form-usa- header .fixed-top{background-image: none;background-color:rgba(21,27,57,1) !important}
.page-user header .fixed-top, .page-award-nomination-form-usa- header .fixed-top{background: rgba(21,27,57,1); background-size:100% 100%}

.confirmation-login .form-group.password-parent .form-label, .confirmation-login .form-group.confirm-parent .form-label, .confirmation-login #user-login .form-group .form-label ,  .confirmation-login #user-pass .form-group .form-label {    position: absolute;
left: 15px;
top: 13px;
color: #999;
background-color: #fff;
z-index: 10;
transition: transform 150ms ease-out, font-size 150ms ease-out;
font-weight: normal;
font-size: 1.2rem !important;}
.confirmation-login .form-label span{font-size: 20px;opacity: 0.5;}
.confirmation-login #user-pass input[type="submit"]{margin: 0.5rem 0px 16px 0 !important;}
.confirmation-login .focused .form-label {
opacity: 0;
}

.confirmation-login .focused .form-label span{font-size:14px}
.confirmation-login .form-input {
position: relative;
padding: 10px;
width: 100%;
height:60px;
line-height:60px;
outline: 0;
border: 2px solid #dbe0df;
transition: box-shadow 150ms ease-out;


}
.confirmation-login .form-input:focus {
box-shadow: 0 2px 0 0 blue;
}
.confirmation-login .custom-control-label:before{width:35px; height:35px;  border:2px solid #dbe0df; background-color:#FFF}
.confirmation-login .custom-control-label:after{width:35px; height:35px;  border:2px solid #dbe0df; background-color:#FFF}
.confirmation-login .custom-control-input:checked~.custom-control-label::before, .confirmation-login .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#1f7b76 !important; border:none !important}
.confirmation-login .keep-login label{padding:10px 0 0 25px}

.confirmation-login .content-right{padding:30px; background: url(https://www.health2conf.com/sites/gfah.com/themes/contrib/gfah/images/Login%20page%20-right%20side.png) no-repeat center center;
background-size:cover !important; position:relative}
.confirmation-login .content-left .social-list{position:absolute;bottom:15px;right:-15px;width:100%;text-align:left  !important;}
.confirmation-login .content-left .social-list a{background:#fff; border-radius:100%; -webkit-border-radius:100%;
-moz-border-radius:100%; width:32px; height:32px; text-align:center  !important; display: inline-block;}
.confirmation-login .content-left .social-list a i{color:#000626  !important; line-height:32px  !important; font-size:18px !important}
.confirmation-login .content-left .social-list a:hover i{color:#1f7b76}
.confirmation-login .content-left a{color: rgb(224,43,111) !important; font-size: 1.2rem; margin-top: -10px !important;display: block;}
.confirmation-login .form-wrapper input[type="submit"] {
padding: 4px 15px;
color: #fff;
font-size: 1.2rem !important;
text-align: center;
width: 140px !important;
max-width: 100%;
border-radius: 50px !important;
border: 0;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
cursor: pointer;
min-height: 45px;
margin: 3rem -1px 30px 0 !important;
}
.confirmation-login .form-wrapper input[type="submit"]{    background-image: none !important;background-color: rgb(224,43,111) !important;}
.page-user-reset .confirmation-login .form-wrapper input[type="submit"] {width: 250px !important; margin-top: 6rem;}

.confirmation-login .form-wrapper h5{font-weight: 400 !important;color: #4b4b4b;}

@media(min-width:992px){header .nav-item:hover>.dropdown-menu{ display: block!important;}header .dropdown-submenu:hover>.dropdown-menu {display: block;}
.confirmation-login .form-wrapper h1{font-size: 3rem;}
.confirmation-login .form-wrapper h5{font-size: inherit;margin: 1rem 0;}}

.confirmation-login .form-wrapper .content{margin-top: 5rem; width:85% }
.confirmation-login .content-right{min-height:100vh; padding-top:20vh;}
.confirmation-login .content-left {
min-height: 100vh;
padding-top: 100px;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.confirmation-login .form-group{ width: 80% !important }



/************header*********/
.page-health2conf.user_login div#block-gfah-local-tasks {
display: none;
}

.user_login #my_nav{
background: #000;
}
.confirmation-login .form-wrapper .content {
margin-top: 0;
padding: 0 0 0 0px;
margin: 0 auto;
}

.confirmation-login .form-wrapper input[type="submit"] {
background-image: none !important;
background: linear-gradient(to left,#1f7b76 0%,#1f7b76 100%) !important;
margin-top: 0 !important;
}
.confirmation-login .content-left a {
color: rgb(31 123 118) !important;
font-size: 1rem;
font-weight: 500;
}
.confirmation-login .content-left .social-list {
position: static;
text-align: left !important;
display: flex;
margin-top: 20px;
}
.confirmation-login .content-left .social-list a {
background: #1f7b76!important;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.confirmation-login .content-left .social-list a+a{
margin-left: 15px;
}
.confirmation-login .content-left .social-list a i {
color: #fff !important;
line-height: 32px !important;
font-size: 14px !important;
}

.form-text,.form-email,.form-select,.form-tel,.form-url {
display: block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 1.5rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 2px solid #dbe0df;
border-radius: 0;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home_home .form-select{
border: none;   
background: #fafafa;
}
select.country{
padding: 0;
}
ul li.nav-item.new-event-menu  > a{margin: 5px 0px 0px 10px !important;
font-size: 15px !important;
padding: 10px 16px !important;
color: rgb(255,255,255);
font-size: 17px !important;
border: 2px solid rgb(255, 255, 255);
border-radius: 6px;
font-size: 16px !important;
padding: 5px 20px !important;
text-align: center;}

.top-position-head-text {
justify-content: center;

}

.confirmation-login .form-wrapper{
transform: none!important;
position: static;  
}
.description{
display:none;
}
.page-user-reset  .field-name-field-first-name,.page-user-reset .field-name-field-last-name{
display: none; 
}
header .form-control {
color:
rgb(21, 21, 21);
}

.form-wrapper #user-login .form-text {
width: 80% !important;
}

/*login css end*/


/* register css start */

.breadcrumb{
margin-top: -3rem;
top: 1.25rem;
box-shadow: 0 0 10px rgb(0 0 0 / 50%);
background-color: #1f7b76;
color: #fff !important;
justify-content: center;
}

.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
padding-left: .5rem;
color: #fff;
content: "/";
}
.breadcrumb-item a,.breadcrumb-item.active{
color: #fff;
}
.custom-checkbox .custom-control-label::before{
border-radius: 0;
}

.owl-item.active.center .description {
opacity: 1;
display: block;
}

@media (min-width:768px) {

.pos{
position: relative;
margin: 0
}
.pos h1{
font-size: 32px;
}
}






/*--------- Attendee -------*/
.attendee-box{margin: 0; padding: 0}
.attendee-box .title{font-weight: 700; font-size: 25px; color: #535356; margin-bottom: 30px; }
.attendee-box .title span{color:#000000; font-size: 20px; font-weight: 300; font-style: italic; padding-left: 5px}
.attendee-box .boxcont{position: relative; margin:-75px -15px 0 -15px}
.attendee-box .boxcont .box-row{margin-top:0px}
.attendee-box .boxcont .add_btn{margin: 15px 15px 15px 0; padding:0; cursor: pointer; text-align: center; line-height: 40px; width: 80px; height: 40px; color: #FFF; background: #1f7b76; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; float: right}
.attendee-box input, .attendee-box select{width:100%; line-height: 60px; padding: 0 10px; border: 1px solid #d7d7d7; font-weight: 500; height: 60px }
.attendee-box .boxcont .repeat_box{margin: 0 15px 30px 15px; padding: 15px 50px 15px 15px; position: relative; background: #f1f3f7}
.attendee-box.registration .boxcont .repeat_box .add_btn{    height: 40px;
padding: 0px;
width: 80px !important;
position: absolute;
right: -20px;
top: -50px; background:#413ebe;}
.attendee-box.registration .col-sm-6{ padding: 10px }
.attendee-box.registration .boxcont .repeat_box{padding:0px !important; margin: 0px !important; background:none !important; padding-bottom: 2rem !important }
.attendee-box.registration .boxcont{position: relative;}

.attendee-box.registration  #span1{position: absolute; bottom: -39px; z-index: 11; right: -10px}


.registration-box-shadow{box-shadow: 0px 2px 10px rgba(0,0,0,0.3);border-radius: 7px;padding: 2rem !important; margin-bottom: 15px;}
.table-blue-heading{ background: #413ebf;border-radius: 5px 5px 0px 0px;text-align: center;color: #fff;text-transform: uppercase;font-size: 25px;font-weight: 400;
padding: 13px;box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}
.registration-box-shadow .table td, .registration-box-shadow  .table th , .table tbody{border: none !important;    font-size: 1.2rem;}
.registration-box-shadow .table-blue-heading{margin: -32px -32px 21px -32px;}
.registration-box-shadow .table.checkout-table{ margin-left: -10px; margin-right: -10px; width: auto !important;  }
.registration-box-shadow .table.checkout-table th{ background:#e0e0ec; }
.registration-box-shadow .table.checkout-table tr:nth-child(2n) td{ background:#f6f6fa; }
.registration-box-shadow .table.checkout-table tr:nth-child(2n+1) td{ background:#fff; }
.registration-box-shadow .table.checkout-table tr td:nth-child(3){ text-align: center; }
.registration-box-shadow .table.checkout-table td{font-size: 1.1rem}
.registration-box-shadow .table .total td {text-transform: uppercase;font-size: 1.3rem;font-weight: bold;}
.registration-box-shadow .submit{margin: 15px auto;padding: 0;cursor: pointer;text-align: center;line-height: 46px;color: #FFF;background: #1f7b76;border-radius: 5px;
-webkit-border-radius: 5px;-moz-border-radius: 5px;padding-left: 2rem;padding-right: 2rem;text-transform: uppercase;border: none; display: block;}
.registration-box-shadow .table .discount td {color: #0ac500}


.confirmation-login  .password-strength,.password-suggestions {
display: none;
}
.checkout-cancel{display:none;}
span.button-operator {
display: none;
}
.checkout-buttons input#edit-continue {
width: 48%;
}
div#edit-commerce-payment-payment-method,div#edit-payment-method {
display: none;
}
#edit-commerce-payment .form-radios{
display: none;
}
.commerce-month-year-divider{display: none;}

.commerce-credit-card-expiration .form-item-commerce-payment-payment-details-credit-card-exp-month label{
display: none;
}
#edit-credit-card-code{
margin: 0px!important;
}
.front-page .col-md-6.contact-widget-form {
float: left;
}
.form-actions.col-md-12.text-center.left-button {
clear: both;
}
.block-block h6 {
font-size: 20px;
margin: 0 0 10px;
color: rgba(255,255,255,1);
padding: 0;
}
.block-block  a {
color: rgba(255,255,255,.5);
}
.contact-list li {
display: flex;
align-items: center;
margin:0 0 15px 0;
}
.contact-list li .fa-stack {
vertical-align: middle;
background: #fff;
border-radius: 50%;
margin-right: 10px;
}
.contact-list li .fa-stack  i{
color: #6d7275!important;
}
.contact-list li .fa-stack  i:first-child::before{
content:none;}
ul.px-0.list-unstyled.text-white.contact-list li span {
color: rgba(255,255,255,.5);
}
.text-left.mobile-social {
visibility: hidden;
}
#block-block-3 p{
position: static!important;
}

#register_usa_form label.invalid, #register_usa_form label.error {
color: #1f7b76 !important;
font-size: 13px;
}
td.views-field.views-field-commerce-unit-price.price {
text-align: right;
}

.register-page header{
position: static;
}
.register-page header header.top_panel_wrap{
position: fixed;
}
.register-page .top_panel_wrap.sticky{
background-color: #1f7b76;
}
/*register css end*/

/*pasr-awardee-dubai-2019 css start*/

.awardee-winnwe-section{
padding: 55px 0;
text-align: center;
}
.awardee-winnwe-section h2{
color: #1f7b76;
font-size: 1.6rem;
line-height: 1.2;
font-weight: 700;
margin-bottom: 10px;

}

.awardee-winnwe-section p{
color: #5c5c5c;
font-size: 1.1rem;
line-height: 1.2;
font-weight: 400;
}
figure.banner2020 {
margin-bottom: 0;
}

/************tabs-css***************/


nav > .nav.nav-tabs{

border: none;
color:#fff;
background:#272e38;
border-radius:0;

}
nav > div a.nav-item.nav-link{
background:#fff;
color: #848484;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom:0px;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{

padding: 10px 25px;
border-radius:0;
position: relative;
font-weight:600;
}
nav > div a.nav-item.nav-link.active
{
color: #fff;
background:#1f7b76;

}
nav > div a.nav-item.nav-link.active:after
{
content: "";
position: absolute;
bottom: -24px;
left: 50%;
border: 12px solid transparent;
border-top-color: #ffffff;
transform: translateX(-50%);
}
.tab-content{
background: #fafafa;
line-height: 25px;
border: 0px solid #ddd;
border-top:1px solid #fff;

/* padding:0px 0px 30px; */
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{

background: #1f7b76;
color:#fff;
border-radius:0;
transition:background 0.20s linear;
}


.nav2020-tabs .nav a{
font-size: 1.3rem;
color: #323232;
line-height: 1.2;

font-weight: 400;
text-align: center;
display: block;
}
.nav2020-tabs .nav-tabs {

box-shadow: 0px 0px 9px 0px #8484847a;
}
.awardee2020-tabs-wrapper {
padding: 0 15px;
}
.tabs-content-text.b_g-dark{

padding: 1.5rem 0;
background: #1f7b76;
}
.tabs-content-text.b_g-dark p{
color: #fff;
}
.tabs-content-text.b_g-dark h2{
text-align: center;
}
.tabs-content-text.b_g-dark h2 span{
display: inline-block;
font-size: 1.3rem;
line-height: 1.2;
font-weight: 700;
padding:0.25rem 1rem;
background: #1f7b76;
color: #fff;
margin-bottom: 2.5rem;
}
.special-wrapper{
display: flex;
justify-content: center;
}
.special-box {
display: flex;
padding: 0 1rem;
align-items: center;
}
.detail {
padding-left: 1rem;
}
.special-box .detail h3, .awardee-detail-list h3{
font-size:15px;
line-height: 1.2;
font-weight: 600;
color: #fff;

margin:0 0 0 0;
}
.special-box h3 {
padding-bottom: 5px;
font-size: 18px !important;
}
.special-box .detail h4, .awardee-detail-list h4{
font-size:1rem;
line-height: 1.45;
font-weight: 500;
color: #fff;

margin:0 0 0 0;
}
.special-box .detail p, .awardee-detail-list p{
font-size:0.875rem;
line-height: 1.45;
font-weight: 400;
color: #fff;
margin:0 0 0 0;
}
.tabs-figure{
margin-bottom: 0;
}
.tabs-figure img, .awardee-detail-list img{
max-height: 135px;
max-width: 135px;
padding: 2px;
background: #ffffff;
display: block;
min-height: 135px;
width: 135px;
object-fit: contain;
}

.tab-awardee-detail {
padding: 2rem 0 0;
text-align: center;
}
.tab-awardee-detail .row{ 
justify-content:center;
}

.tabs-content-text.b_g-dark h2 span {
display: inline-block;
font-size: 1.3rem;
line-height: 1.2;
font-weight: 700;
padding: 0.25rem 1rem;
background: #ffffff;
color: #19224f;
margin-bottom: 2.5rem;
}
.awardee-detail-list p,
.awardee-detail-list h4,
.awardee-detail-list h3{
color: #2f2f2f;
font-weight: 500;
font-size: 12px;
}


#nav-home21 .awardee-detail-list img {
object-fit: cover;
padding: 3px;
border-radius: 10px;
}
.awardee-detail-list img{
display: inline-block;
margin-bottom: 1rem;
object-fit: contain;
padding: 5px;
border: 1px solid #cccccc;
border-radius: 10px;
}
/* custom-css */
.fetured_on{
padding: 15px;
text-align: center;
background: #e1e1e1;
margin-bottom:0vh;

}
.fetured_on h2 {
font-size: 16px;
line-height: 1.45;
margin-bottom: 16px;
}
ul.fetured_on_list {
list-style: none;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
/* custom-css end */
@media screen and (max-width: 1400px){
/*.iti-mobile .iti--container{
top: 160px;
z-index:99999999
}*/
}

@media screen and (max-width: 1199px){
.awardee-winnwe-section h2 {
font-size: 1.5rem;

}
.awardee-winnwe-section p {
font-size: 1rem;
line-height: 1.45;
margin: 0;
}
.nav2020-tabs .nav a {
font-size: 1.2rem;
}
.tabs-content-text.b_g-dark {
padding: 2rem 0;
}
.tabs-content-text.b_g-dark h2 span {
font-size: 1.5rem;
margin-bottom: 2rem;
}
.tabs-figure img, .awardee-detail-list img {
max-height: 135px;
max-width: 140px;
padding: 2px;
background: #ffffff;
display: block;
min-height: 135px;
width: 140px;
object-fit: contain;
}
.banner-slider-option {
bottom: 10%;
transform: unset; 

}
}
@media screen and (max-width: 992px){
.awardee-winnwe-section h2 {
font-size: 1.2rem;

}
.awardee-winnwe-section p {
font-size: 0.875rem;

}
nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
font-size: 1rem;
padding: 10px 10px;

}

.tabs-content-text.b_g-dark {
padding: 2rem 0;
}
.tabs-content-text.b_g-dark h2 span {
font-size: 1.2rem;
margin-bottom: 1.5rem;
}
.tabs-figure img, .awardee-detail-list img {
max-height: 110px;
max-width: 110px;
width: 110px;
height: 110px;
min-width: 110px;
min-height: 110px;
}
.special-box .detail h3, .awardee-detail-list h3 {
font-size: 1rem;

}
.special-box .detail h4, .awardee-detail-list h4 {
font-size: 0.875rem;

}
.special-box .detail p, .awardee-detail-list p {
font-size: 0.805rem;
margin-bottom: 0.5rem;
}
ul.fetured_on_list {

justify-content: center;

}
ul.fetured_on_list li{
margin-bottom: 16px;
}
ul.fetured_on_list li+li{
margin-left: 16px;
}
}
@media screen and (max-width: 767px){
.awardee-winnwe-section {
padding: 16px 0;
}
.awardee-winnwe-section h2 {
font-size: 1.1rem;
margin-top: 1rem;
}
.awardee-winnwe-section p {
font-size: 0.805rem;
}
nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
font-size: 11px;
padding: 6px 6px;
}
nav > div a.nav-item.nav-link.active:after {
bottom: -24px;
border: 10px solid transparent;
border-top-color: #1f7b76;
display: none;

}
.tabs-content-text.b_g-dark {
padding: 1rem 0;
}
.tabs-content-text.b_g-dark h2 span {
font-size: 1rem;
margin-bottom: 1rem;
}
.special-box {
align-items: center;
flex-direction: column;
justify-content: center;
}
.tabs-figure img, .awardee-detail-list img {
min-height: 180px;
min-width: 180px;
margin-bottom: 1rem;
max-width: 180px;
max-height: 180px;
height: 180px;
margin: auto;
width: 180px;
}
.detail {
padding-left: 0;
text-align: center;
}
.special-box .detail h3, .awardee-detail-list h3 {
font-size: 14px;
}
.special-box .detail h4, .awardee-detail-list h4 {
font-size: 12px;
}.special-box .detail p, .awardee-detail-list p {
font-size: 10px;

}


.past-awardee-page header{
position: static;
}
.past-awardee-page header header.top_panel_wrap{
position: fixed;
}
.past-awardee-page .top_panel_wrap.sticky{
background-color: #1f7b76;
}



/***********galler-page**********/

.galler-banner-caption {
position: absolute;
bottom: 50%;
left: 0;
width: 100%;
transform: translateY(50%);
}
.galler-banner-caption p{
color: #fff;
}

section.banner-section.galler-banner::after,
section.recognized-banner::after{
content: none;
}
div.simple-google-photos-grid {
width:100%;
height:100%;
overflow:hidden;
}
div.simple-google-photos-grid-cell {
box-sizing:border-box;
padding:5px;
float:left;
}
img.simple-google-photos-grid-image {
object-fit: cover;
}

#g_photos .box img{height:auto!important; width:100% !important;}
div.simple-google-photos-grid-cell{padding:2px!important; width:20% !important}


/*ACH CSS START*/

/*12-12-2020*/
div#edit-payment-information-add-payment-method-billing-information-address-0-address-container4 {

display: inline-block !important;
}
.postal-code.form-text.required{
width: 50%;
}
.layout-checkout-form fieldset#edit-payment-information{
max-height: 100%;
}
.com_display {
display: none;
}
.edcon-text h5.award_heading {
font-size: 14px;

}
}
@media screen and (max-width: 780px){
.layout-region-checkout-secondary { 
display: none;
}
}
/*12-12-2020*/



.checkout-order-summary table td div a {
display: none;
}

.layout-region-checkout-main{
position: relative;
}
div#edit-paypal1-container {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
}
div#paypal-buttons-container {
max-width: 351px;
margin: 0 auto;
background: transparent;
padding: 8px;
border-radius: 8px;
}


#edit-payment-information-add-payment-method .stripe-form {
padding-bottom: 40px;
position: relative;
}
#edit-payment-information-add-payment-method .stripe-form::before {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 80%;
height: 1px;
background-color: #d9d9d9;
transform: translateX(-50%);
margin: 0 auto;
}
.layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-item-sidebar-coupon-redemption-form-code {
text-align: center!important;
}
.layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-item-sidebar-coupon-redemption-form-code label{
font-size: 12px;
line-height: 1.45;
color: #252525;
}
#edit-sidebar-coupon-redemption-form .js-form-item-sidebar-coupon-redemption-form-code input {
background: #dadada;
outline: none;
border: 1px solid #e9e9e9;
}
#edit-sidebar-coupon-redemption-form input.js-form-submit{
font-size: 12px;
color: #fff;
line-height: 1.45;
border-radius: 16px;
}
.layout-region-checkout-secondary div#edit-order-summary,.layout-region-checkout-secondary .checkout-pane-coupon-redemption {
padding: 0 30px;
}
#ach-account-buttons h3.conect-ba{
font-size: 32px;
color: #252525;
line-height: 1.2;
margin-bottom: 8px;
font-weight: 500;

}
#ach-account-buttons span{
font-size: 14px;
color: #8b8b8b;
line-height: 1.45;
margin-bottom: 16px;
font-weight: 400;
display: block;

}
#ach-account-buttons input{
font-size: 14px;
color: #fff;
line-height: 1.2;
margin-bottom: 16px;
font-weight: 700;
border-radius: 8px;
display: inline-flex;
box-shadow: unset;

}
.ach-why h4{
font-size: 22px;
color: #252525;
line-height: 1.2;
margin-bottom: 16px;
font-weight: 400;
}
.ach-why ul{
display: inline-flex;
flex-direction: column;
padding: 8px 16px;
border: 1px solid #6e6e6e;
border-radius: 8px;
}
.ach-why ul li{
color: #424242;
font-size:11px;
line-height: 1.45;
font-weight: 400;
text-align: left;

}
#ach-account-buttons .ach-why ul li span{
color: #232323;
font-weight: 600;
font-size: 10px;
display: inline-block;
margin: 0 0;
}
.ach-why ul li + li{
margin-top: 16px;
}
.ach-why ul li:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
display: inline-block;
vertical-align: middle;
margin-left: 0;
content: '\f00c';
color: #209e2e;
margin-right: 5px;
}



div#edit-payment-information-add-payment-method-billing-information {
padding: 40px;
border-radius: 16px;
box-shadow: 0 0 5px #00000066;
}
#edit-payment-information-add-payment-method-billing-information .address-container-inline .js-form-item{
padding:0 16px!important;
}
.layout-region-checkout-main .form-select, .layout-region-checkout-main input {
background: #f8f8f8;
}
select.available-profiles {
margin-bottom: 32px;
}

#edit-payment-information-add-payment-method .stripe-form::before{
content: none;
}
.paypal-buttons-container {
text-align: center!important;
padding: 0px 0 0!important;
}
div.paypal-buttons{

max-width:314px!important;
font-size: 0;
align-items: center;
justify-content: center;
margin: 8px auto 0px!important;
}
div.paypal-buttons > iframe{
position: static!important;
height: 100%!important;
}
div#ach-account-buttons {
padding: 16px;
box-shadow: 0px 0px 6px 0px #00000066, 5px 0px 6px 0px #00000066, 1px 0px 6px 0px #00000066;
}
div#ach-account-buttons {
padding: 32px 16px 16px;
box-shadow: 0 5px 5px -5px #00000066, -5px 0 5px -5px #00000066, 5px 0 5px -5px #00000066!important;
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px;
}
/**/
.stripe-form #expiration-element,.stripe-form #security-code-element{
max-width: 100%;
height: 33px;
margin: 0 0 8px;
max-height: 35px;
min-height: unset;
padding: 5px;
background: #f8f8f8;
border: 1px solid #898989;
border-radius: 0;
}

fieldset.primary-payment-method .fieldset-wrapper input[checked="checked"] +label> .pay-logo.credit-card-img img {
filter:unset;
}

fieldset#edit-payment-information-payment-method--wrapper.default-border,
form#commerce-checkout-flow-multistep-default .js-form-item.default-border {
box-shadow: 0 0 5px #00000066!important;
border-radius: 16px;
padding-top: 30px!important;
}
.paypal-msg-show.ach-why h5 {
font-size: 1rem;
text-align: center;
margin-top: 0rem;
margin-bottom: 1rem;
}
.ach-why h3 {
font-size: 1rem;
text-align: center;
margin-top: 0rem;
margin-bottom: 1rem;
}
.paypal-button.paypal-button-shape-rect {
max-width: 50%;
}
.paypal-button-row.paypal-button-layout-vertical:last-of-type {
text-align: center;
}
.pay-logo p {
font-size: 14px;
text-align: center;
margin: 0 0 0 0;
}
.pay-logo img {
margin-bottom: 10px;
height: 48px;
max-height: 48px;
}
div#ach-account-buttons {
padding: 0px 16px 16px;
}
.paypal-msg-show.ach-why h5 {
font-size: 1rem;
text-align: center;
margin-top: 2rem;
}
.pay-logo p {
font-size: 12px;
}

/********12-1-2021************/


.checkout_complete.only_custom_checkout_form section.thanks-box.pt-5.pb-3.pb-lg-5 {
display: block;
}

/*********************************************************/

/******organiser_login_header**********/

body.organiser_login ul.nav.nav-pills li a{
color: #fff;
}
ul.nav-pills.nav-stacked.dropdown-menu {
background: #000;
min-width: 14rem;
}
ul.nav-pills.nav-stacked.dropdown-menu.show li,ul.nav-pills.nav-stacked.dropdown-menu.show li:hover{
background-color: transparent!important;
padding:0 0;
}

ul.nav-pills.nav-stacked.dropdown-menu.show li a{
color: #333;
display: block;
cursor: pointer;
padding: 4px 10px;
}
ul.nav-pills.nav-stacked.dropdown-menu.show li a:hover{
background-color: rgb(4 31 68) !important;
color: #fff;
transition: 0.5s all;
}
/******organiser_login_header**********/

@media screen and (max-width:1500px){
.capcha_button {
display: flex;
justify-content: start;
align-items: start;
flex-direction: column;
}
.event-intro .what-row p,
.info-box p,
.tab-content p,
.nav-pills .nav-link,
section.past-participants-section p,
.gallery-content-img3 p,
.testimonial-text p,
.testimonial-text h4,
.galler-img-text span{
font-size: 18px;
}

}

@media screen and (max-width:1400px){
.event-intro .what-row p,
.info-box p,
.tab-content p,
.nav-pills .nav-link,
section.past-participants-section p,
.gallery-content-img3 p,
.testimonial-text p,
.testimonial-text h4,
.galler-img-text span{
font-size: 16px;
}

}

@media screen and (max-width:1300px){
.pay-logo p {
font-size: 12px;
}
}
@media screen and (max-width: 1199px){
.layout-region-checkout-main .fieldset-wrapper>div div.form-item-payment-information-payment-method:nth-last-child(-n+2) {
padding-left: 16px!important;
}
.pay-logo img {
margin-bottom: 16px;
}
.pay-logo {
padding: 16px 0;
border-radius: 12px;
font-size: 14px;
}
body.customawardee-nomination-form212 form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .fieldset-wrapper>.primary-payment-method {
margin-top: -33em!important;
}

}

@media screen and (max-width: 768px){
.home_home #edit-active-conference--2, .home_home #edit-active-conference{
flex-direction: column;
}
}
@media screen and (max-width: 767px){
.capcha_button {
align-items: center !important;
}
}
/*************************/
/*********css-for-ach***************/


/**********css-for-ach-end*************/


@media screen and (max-width:576px){

.commerce-checkout-flow-multistep-default div#edit-payment-information-payment-method{
display: block !important;
width:100% !important;
}
fieldset#edit-payment-information .fieldset-wrapper .fieldset-wrapper .form-item-payment-information-payment-method{
display:block;
width:100% !important;
margin-bottom:20px;
padding-left: 0 !important;
}
div#edit-payment-information-add-payment-method-billing-information-address-0-address-container0{
display:block;
}
.layout-region-checkout-main .fieldset-wrapper .fieldset-wrapper>div{
display:block !important;
}
.js-form-item.form-item.js-form-type-textfield.form-item-payment-information-add-payment-method-billing-information-address-0-address-family-name.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-family-name, .js-form-item.form-item.js-form-type-textfield.form-item-payment-information-add-payment-method-billing-information-address-0-address-given-name.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-given-name{
display:block;
width:100% !important;
}

.js-form-item.form-item.js-form-type-item.form-item-payment-information-add-payment-method-payment-details-expiration.js-form-item-payment-information-add-payment-method-payment-details-expiration{
width:100% !important;
}
.js-form-item.form-item.js-form-type-item.form-item-payment-information-add-payment-method-payment-details-security-code.js-form-item-payment-information-add-payment-method-payment-details-security-code{
width:100% !important;    
}

.stripe-form.js-form-wrapper.form-wrapper {
min-height: 22rem !important;
}
form#commerce-checkout-flow-multistep-default .js-form-item{
padding-bottom:0 !important;
}
.js-form-item.form-item.js-form-type-checkbox.form-item-custom-checkout-completion-message-accept-info.js-form-item-custom-checkout-completion-message-accept-info {
display: flex;
}
#edit-payment-information-add-payment-method .stripe-form.js-form-wrapper.form-wrapper{
padding: 15px !important;
}
fieldset#edit-payment-information .fieldset-wrapper .form-composite legend{
text-align:center;

}
fieldset#edit-payment-information .fieldset-wrapper .form-composite legend span{
text-align:center;
font-size:30px !important;
}
#edit-payment-information-add-payment-method-billing-information .address-container-inline .js-form-item{
width:100%
}
.postal-code.form-text.required{
width:100%;
}
}



/*ACH CSS END*/

/*05-12-2020 -Udit*/

.slick-slide{
margin: 0px 6px;
}
/*05-12-2020 -Udit*/

@media screen and (max-width:576px){

.conf-primery-detail {
font-size: 10px;
margin-bottom: 5px;

}
.top-position-head-text{
flex-direction: column;
}
.sc_button_rigister {
font-size: 10px;
border: 1px solid #fff!important;
}
.site-branding-text img {
width: 100%;
max-width: 70%;
max-width: 160px !important;
}


address.banner-address {
font-size: 11px;
}
.banner-address img {
height: 1rem;
object-fit: contain;
}
.banner-address img.flag {
height:auto;

}
.banner-slider-option h2,
.banner-slider-option h1 {
font-size: 1.5rem;
}
button.btn.btn-primery.btn-book-ticket a {

font-size: 16px;

}
ul.award-countifah-down li {
height: 50px;
width: 50px;
}
ul.award-countifah-down li .count-items {
font-size: 8px;
font-weight: 400;
}
a.video-play-btn.banner-video-play-btn {
bottom: 23%;
right: 0%;

}
a.video-play-btn {
height: 30px;
width: 30px;
}
a.video-play-btn.banner-video-play-btn:before {
width: 100%;
height: 100%;
top: 0%;
left: 0%;

}
a.video-play-btn.banner-video-play-btn::after {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 10px solid #d0cece;

}
.event-intro h2 {
font-size: 21px;
text-align: center;
}
.events-vegas-img-wrapper img.event-bg {
left: -35%;
bottom: 12%;
width: 38%;
}

figure.event-figur-img::after {
width: 100px;
height: 100px;
bottom: -50px;
right: -50px;
}
.join-us-heading h2 {
font-size: 21px;
}
.join-us-heading h5 {
font-size: 14px;

}
.join-us-menu li h4 {
font-size: 14px;
}
.join-us-menu li p {
font-size: 13px;
}
.cool-speaker {
height: 120px;
width: 120px;
}
.cool-speaker span {
font-size: 21px;
}
.cool-speaker .sponser span:nth-child(2), .cool-speaker span:nth-child(2) {
font-size: 12px;
font-weight: 500;
line-height: 1.45;
}
.sponser {
height: 100px;
width: 100px;
left: -60px;
top: -40px;
}
.happy-people {
right: -58%;
top: unset;
bottom: -30%;
height: 100px;
width: 100px;
}
section.event-why-attend.attend-section h3 {
font-size: 21px;
}
.who-attend-text p {
font-size: 13px;
padding: 10px;
}
.galler-img-text h2 {
font-size: 14px;
margin-bottom: 0.5rem;
font-weight: 500;
}
section.past-participants-section h2 {
font-size: 21px;
}

.testimonial-text {
padding: 15px;
min-height: 260px !important;
}
.carousel-item img {
max-height: 25px;
}
.testimonial-text h3 {
font-size: 14px;
}
.testimonial-text h4 {
font-size: 12px;
margin-bottom: 1rem;
}
.testimonial-text p {
font-size: 16px;
}
.testimonial-content-wrap {
padding: 15px;
}
ul.secondary-menu-list li+li {
margin-left: 8px;
}
ul.secondary-menu-list li a {
font-size: 10px;
}
}

@media screen and (max-width: 576px){
.primery-header {
background: #f7f5ec;
}
.main_body_content{
margin-top: 0rem;
}
.home_home .main_body_content{
margin-top:0;
}
.home_home .main_body_content .video-section video{

height: 45vh;

object-fit: cover;
}
.home_home .main_body_content .banner-slider-option{
bottom: 36%;
}
.copyright a {
font-size: 12px;
font-weight: 400;
}
}

@media screen and (max-width: 768px){

.primery-header p{

font-size: 11px !important;
font-weight: 500 !important;

text-align: center;

margin-bottom: 10px;
}

.header_register{
display:block;
text-align: center;
margin: 0px 0 10px 0;
}
.reg_login{

font-size: 14px;
}
.combined{
text-align: center;
font-size: 15px;
margin-top: 40px;
}
}




@media screen and (max-width:1199px){
address.banner-address{
margin-top: 3rem;
margin-bottom: 1rem;
font-size: 20px;
}
.nav.my-navbar{
margin-left: -25px;
}
.top-position-head-text {
flex-direction: row;
align-items: center;
justify-content: space-evenly;
}
.conf-primery-detail {
font-size: 12px;
margin-bottom: 10px;
}
.sc_button_rigister {
margin-left: 0px;
line-height: 1.45;
}
.nav.my-navbar li a {
font-size: 12px!important;
margin-top: 0;

}
.navbar ul li.nav-item.new-event-menu > a {
font-size: 9px!important;
padding: 2px 3px !important;

}
/**************************/
.cool-speaker {
height: 150px;
width: 150px;
}
.cool-speaker span {
font-size: 1.5rem;
}
.sponser {
height: 130px;
width: 130px;
left: -83px;
top: -50px;
}
.sponser span {
font-size: 1.5rem;
}
.cool-speaker .sponser span:nth-child(2), .cool-speaker span:nth-child(2) {
font-size: 14px;
font-weight: 600;
line-height: 1.45;
}
.happy-people {
height: 130px;
width: 130px;
right: -75px;
top: -60px;
}
figure.event-figur-img::after {
width: 150px;
height: 150px;
bottom: -70px;
right: -70px;

}
.banner-slider-option h2,
.banner-slider-option h1 {
font-size: 2.5rem;
}
button.btn.btn-primery.btn-book-ticket {
margin-bottom: 15px;
}
button.btn.btn-primery.btn-book-ticket a {
padding: 7px 22px;

}
.top-container.video-section {
padding: 14em 0 6em;
}
.about-ifah-wrapper {
padding-top: 50px;
}
.event-intro h2 {
font-size: 25px;
}
.event-intro .what-row p {
font-size: 14px;
}
figure.event-figur-img {
padding: 15px;
max-width: 90%;

}
.events-vegas-img-wrapper img.event-attende {
left: -95px;
padding: 15px;
width: 75%;
}
section.why-resourcifi-wrap.join-us-section {
padding: 40px 0;
}
.join-us-heading h2 {
font-size: 1.5rem;
}
.join-us-menu li div {
padding-left: 25px;
}
.join-us-menu li h4 {
font-size: 1rem;
}
.join-us-menu li p {
font-size: 14px;
}

/*******************/
section.event-why-attend {
padding: 40px 0;
}
section.event-why-attend.attend-section h3 {
font-size: 1.5rem;
margin-bottom: 25px;
}
.who-attend-text {
padding: 0.5rem;
}
.startups-row img {
margin-bottom: 10px;
margin-top: 5px;
}
.who-attend-text p {
font-size: 14px;

}
.galler-img-text h3 {
font-size: 14px;
}
.galler-img-text h2 {
font-size: 30px;
margin-bottom: 0.5rem;
}
.galler-img-text span {
font-size: 14px;
font-weight: 500;

}
.galler-img-text.dark-bg p {
font-size: 14px;
}

/**********************/
section.past-participants-section {
padding: 40px 0;
}
section.past-participants-section h2 {
font-size: 1.5rem;
margin-bottom: 20px;
}

/**********************/

.testimonial-section {
padding: 40px 0;
}
.testimonial-section h2 {
font-size: 1.5rem;
margin-bottom: 25px;

}
.carousel-inner {
background: transparent;
}
.testimonial-text {
padding: 25px;
min-height: 220px;
}
.carousel-item img {
max-height: 40px;
object-fit: contain;
}
.testimonial-text h3 {
font-size: 1rem;
font-weight: 600;
margin-bottom: 0.5rem;
}
.testimonial-text h4 {
font-size: 14px;
margin-bottom: 1rem;
}
.testimonial-text p {
font-size: 16px;
margin-bottom: 1rem;

}

/**********************/

.main-footer {
padding: 40px 0 0px;
}
.main-footer img.footer-logo {
margin-bottom: 15px;
}
.main-footer p {
font-size: 16px;
}
ul.social-list li+li {
margin-left: 15px;
}
ul.social-list {
padding: 0 0 15px 0;
margin: 15px 0 15px 0;

}
ul.secondary-menu-list {
list-style: none;
margin-bottom: 0;
}
ul.secondary-menu-list li a {
font-size: 12px;
font-weight: 400;
line-height: 1.45;
margin: 0 0 0 0;
}
.banner-slider-option {

bottom: 13%;
transform: unset;

}
address.banner-address {
margin-top: 0rem;
margin-bottom: 7px;
}
}
@media screen and (max-width:1024px){

button.btn.toggle-btn.btn-call-menu{
display: flex;
margin-top: 10px;
}
div#js-bootstrap-offcanvas {
display: none;
}
.nav.my-navbar {
flex-direction: column;
justify-content: flex-start;
padding: 8px;
position: absolute;
width: 100%;
background-color: #f7f5ec;
left: -5px;
margin-left: 0;
flex-wrap: unset;
z-index: 1111;
}
nav#site-navigation {
background: linear-gradient(to left,#1f7b76 0%,#1659b5 100%);
padding: 0;
border-radius: 8px;
}
div#navbarSupportedContent {
padding-right: 0;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 100%;
max-width: 100%;
}
.nav.my-navbar li+li {
margin-left: 0px;
}
.header .custom-header.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
header .dropdown-menu li:hover {
background: rgb(255 255 255) !important;
}
.nav.my-navbar li a.dropdown-toggle::after{
content: " ";
}
}
@media screen and (max-width:767px){


#navbarSupportedContent {
overflow: visible;
}
.awardee-tabs ul li {
width: 100%;
}
.nav.my-navbar li a, .navbar ul li.nav-item.new-event-menu > a  {
font-size: 12px!important;
}
li.nav-item.dropdown.new-event-menu {
margin-top: 10px;
}

li.nav-item.dropdown.show {
background: #03439a;
padding: 0 15px;
transition: 0.5s all;
}
header .dropdown-menu li{
background-color:rgb(192 192 192 / 0%) !important;
}
/************************************/

.top-container.video-section {
padding: 12em 0 5em;
}
address.banner-address {

margin-bottom: 0.5rem;

display: block;

flex-wrap: wrap;

font-size: 16px !important;
}
.banner-slider-option h2,
.banner-slider-option h1 {
font-size: 2rem !important;
margin-bottom: 15px;
}
.banner-slider-option{
bottom: 38% !important;
}
button.btn.btn-primery.btn-book-ticket a {
padding: 5px 20px;
}
ul.award-countifah-down li {
height: 70px;
width: 70px;
}
ul.award-countifah-down li .count-items {
font-size: 10px;
font-weight: 500;
}
ul.award-countifah-down li +li {
margin-left: 10px;
}
section.event-intro {
padding: 35px 0 35px !important;
}
.about-ifah-wrapper {
padding-top: 15px;
text-align: center;
margin-bottom: 15px;
}
.event-intro h3,.join-us-heading h3 {
padding-left: 0px;
text-align: center;
padding: 0 0 10px 0;
margin-bottom: 25px;
}
.event-intro h2 {
font-size: 24px;
text-align: center !important ;
}
.event-intro .what-row p {
font-size: 16px;
text-align: center;
padding: 0 0 0 0;
}
button.btn.btn-primery.btn-book-ticket {
margin-bottom: 15px;
margin-top: 16px;
margin-right: 0;
}
.events-vegas-img-wrapper {
margin-bottom: 60px;
padding-top: 2rem !important;
}
.event-intro h3::after, .join-us-heading h3::after {
content: '';
position: absolute;
height: 1px;
width: 50px;
top: 100%;
left: 50%;
transform: translateX(-50%);

}
.events-vegas-img-wrapper img.event-attende {
left: -20%;
}
.events-vegas-img-wrapper img.event-bg {
left: -32%;
bottom: 32%;
width: 32%;
}

/****************/

.join-us-heading h2 {
text-align: center;
margin-bottom: 40px;
}

.join-us-heading h5 {

text-align: center;

display: block;

margin-bottom: 30px;
}
.join-us-menu li {
flex-direction: column;
}
.join-us-menu li div {
padding-left: 0;
text-align: center;
margin-top: 20px;
}
.join-us-menu {
margin-bottom: 60px;
}
.happy-people {
right: -55%;
top: unset;
bottom: -45%;
}
section.why-resourcifi-wrap.join-us-section {
padding: 40px 0 120px;
}

/*******************/



.galler-img-text {
padding: 0.5rem;
justify-content: space-evenly;
text-align: center;
}
.galler-img-text h2{
text-align: center;
}
.galler-img-text h3, .galler-img-text span{
font-size: 16px;
font-weight: 400;
text-align: center;
}
.gallery-img-content.gallery-video iframe{
height: 280px;
max-height: 280px;
}
.galler-img-text.dark-bg p {
font-size: 12px;
}
.testimonial-text p {
font-size: 16px;
}
#testimonial-carousel a.carousel-control {
left: 0;
top: 40%;
transform: translateY(-40%);
}
.main-footer img.footer-logo {
max-width: 45%;
}
.main-footer p {
font-size: 16px;
}
.footer-wrapper .social-list img{
max-width: 60%;
}
ul.social-list li+li {
margin-left: 0;
}
.sc_button_rigister {
margin-left: 0px;
font-size: 12px;

}

/*******/

.top-position-head-text {
flex-direction: column;
}
img.events-gallery-img.events-img-01{
position: static;
}
}



/*who we are responsive css start*/

@media screen and (max-width: 767px){
span.testimonial_next{
bottom: 10px;
}
img.testimonial{
top: 0px;
}

.advArea {
width: 100%;
position: relative;
} 
.advArea .webhead {
text-align: center; 
margin: 30px 0; 
} 
.advArea .webhead span {
display: block;
font-size: 14px;
font-weight: 400;
text-transform: none;
} 
.advArea .adv-team ul {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
} 
.advArea .adv-team ul li {
margin: 0;
padding: 0;
cursor: pointer;
width: 83%;
position: relative;
} 
.advArea .adv-team {
max-width: 100%;
margin: auto;
} 
.advArea img {
width: 100%;
}
.advArea .info-team {
max-width: 100%;
margin: auto;
background: #0056b3;
position: relative;
padding: 27px 0 0;
height: 100%;
} 
.advArea .info-text {
padding: 293px 18px 2px;
text-align: center;
} 
.advArea .ad-img {
position: absolute;
top: 14px;
left: 50%;
max-width: 210px;
transform: translateX(-50%);
margin: auto;

} 
.advArea .info-text h4 {
color: #fff; 
} 
.advArea .info-text h4 span {
display: block; 
font-size: 14px; 
font-weight: 400; 
} 
.advArea .info-text p {
color: #fff;
font-size: 12px;
margin: 14px 0;
display: block;
line-height: 19px;
} 
.advArea .adimg {
max-width: 100%;
height: auto;
padding: 10px 0;
width: 100%;
} 
.advArea .mylo {
position: absolute;
top: 9px;
left: 0;
transition: 5s;
opacity: 0;
transition: visibility 0s, opacity 0.5s linear;
z-index: -9;
height: 100%
} 
.advArea .topji {
position: relative;
-width: 100%;
margin: auto;
}
.advArea li#d1:hover .mylo.s1 {
display:block;
opacity:1;
z-index: 0;
height: 100%;
} 
.advArea li#d2:hover .mylo.s2 {
display:block;
opacity:1;
z-index: 0;
} 
.advArea li#d3:hover .mylo.s3 {
display:block;
opacity:1;
z-index: 0;
} 
.advArea li#d4:hover .mylo.s4 {
display:block;
opacity:1;
z-index: 0;
} 


}
@media screen and (max-width: 575px){
.carousel-item img {
max-height: 30px;

}
img.testimonial {
top: 2px;
}
.galler-img-text h2{
font-size: 18px;
}
.tab-content{
text-align: center;
}
.tab-content p{
font-size: 16px;
}

}
@media screen and (max-width: 450px){
.advArea .info-text h4 {

font-size: 15px;
margin-bottom: 8px;
}
.advArea .info-text p {

margin: 8px 0;
line-height: 1.45;
}
.advArea .info-text {
padding: 110px 15px 0px;

}
.advArea .ad-img {

top: 8px;
max-width: 92px;

}
.text-uppercase {
font-size: 1.5rem;
}
figcaption.figure-caption-badge-c .text-uppercase{
font-size: 16px;
}
.management-wrap-about h2{
margin-bottom: 2rem !important;
}
.management-wrap-about.advisory-wrap-about{
padding-top:0px;
margin-top: 0;
}
.advArea h3{
font-size:25px;
}
}

.who_we_are_figure img, .pos img{
object-fit: cover;
}

.usa-2022_usa-2022 .who_we_are_figure img{
filter: grayscale(1);
}


.contact-us_contact-us .who_we_are_figure img {


object-fit: cover;
}

@media screen and (max-width: 767px){

.who_we_are_figure img{
margin-top:0;
min-height:26vh;
object-fit: cover;
}
.who_we_are_caption strong{

font-size: 16px;
}
}
/*who we are responsive css end*/


/*be recognized reponsive css start*/
@media screen and (max-width: 767px){
.nomination-section .form-wrapper {
padding: 0;
}
.be-recognized_be-recognized .awardee-tabs .tab-content form .form-no-label{width:100%;margin-right: 0;}
.badge-section figure img{
display:none;
}
}
@media screen and (max-width: 768px){

.badge-section figure img{
display:none;
}
#js-bootstrap-offcanvas{
display: block;
}
}


/*be recognized reponsive css end*/


/*gallery reponsive start*/
.figure-caption-top .lead{
font-size: 1rem;
}
.gallery_gallery .figure-caption-top{position: absolute;bottom: 68%;color: #fff;}

section.event-intro {
padding: 100px 0 100px;
}
div.simple-google-photos-grid{
margin-top: 60px;
}

@media screen and (max-width: 767px){
.gallery_gallery .pos img {

min-height: 45vh;
object-fit: cover;
}
div.simple-google-photos-grid{
margin-top: 40px;
}
}
/*gallery reponsive end*/

/*contac us css reponsive start*/

.form-item--error-message{
display: none;
}


.contact-us_contact-us .form-text{border-top: 0 !important;border-left: 0 !important;border-right: 0 !important;border-bottom: 1px solid rgba(138,138,138,0.5) !important;max-height: 49px;padding-left: 13px !important;}


/*.contact-us_contact-us .contact-us-wrap input[type="tel"]{
padding-left: 41px!important;
}*/
.contact-us_contact-us .iti__country-list{
white-space: normal;
}
.contact-us_contact-us .iti--allow-dropdown{
width:100%;
}
.contact-us-wrap textarea{
padding-left:13px;
margin-bottom: 3rem;
}
.contact-us_contact-us .webform-button--submit {
background: url(../images/send-btn-icon.png) no-repeat center center !important;
border-radius: 50% !important;
background-color: #1659b5;
background-color: #1f7b76 !important;
width: 60px;
height: 60px !important;
text-indent: 50px;
box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.contact-us_contact-us #edit-actions{
border-radius: 50%;
display: inline-block;
border: 1px solid #d4d4d4;
padding: 10px;
}
.contact-us_contact-us .contact_us_entro .icon-button{bottom: 0rem !important;}

@media screen and (max-width: 767px){
.contact-us_contact-us .contact-us-wrap textarea{margin-bottom: 7rem !important;}

.contact-us_contact-us .contact_us_entro .icon-button{bottom: 2rem !important;
margin-right: 1rem;}

.contact-us_contact-us .pos img {
margin-top:0;
min-height: 100%;
}
.contact-us_contact-us .contact-cap .contact-cap-text {

margin-bottom: 15px;

text-align: left;
}
}
/*contact us reponsive end*/

/*login css start*/
.user_login footer.footer.main-footer {
display: none;
}
.user_login .confirmation-login .form-wrapper h5 ,.user_password .confirmation-login .form-wrapper h5{
font-size: 1rem;
margin-top: 0;
}

.user_login .confirmation-login .form-wrapper h5,.confirmation-login .form-wrapper h1,.user_password .confirmation-login .form-wrapper h5,.confirmation-login .form-wrapper h1{
text-align: center;
margin-bottom: 10px;
}

.user_login .confirmation-login .form-wrapper,.user_password .confirmation-login .content-left a ,.user_password .confirmation-login .form-wrapper,.user_login .confirmation-login .content-left a{
text-align: center;
}
.user_login .confirmation-login .content-left .social-list, .user_password .confirmation-login .content-left .social-list{
justify-content: center;
margin-top: 2rem;
}

.user_password #my-header {
background: #1f7b76;
}


@media screen and (max-width: 992px){

.user_password .confirmation-login .content-left{
min-height: 70vh;
}
}
@media screen and (max-width: 768px){

.user_login .confirmation-login .form-wrapper h1 ,.user_password .confirmation-login .form-wrapper h1 {
font-size: 2.5rem;
}
}  
@media screen and (max-width: 767px){

.user_login .confirmation-login .form-wrapper h1 ,.user_password .confirmation-login .form-wrapper h1 {
font-size: 1.5rem;
}

.user_password .confirmation-login .content-left{
min-height: 100vh;
}
}  
@media screen and (min-width: 767px){
.user_login .confirmation-login .content-left .social-list,.user_password .confirmation-login .content-left .social-list{
margin-left: 0rem;
}
.user_login .confirmation-login .content-left .social-list{
margin-left: 0rem;
}
.user_login .confirmation-login .form-wrapper h1 ,.user_password .confirmation-login .form-wrapper h1 {
font-size: 1.7rem;
}
}  
/*login css end*/

/*past awardee css start*/


.awardee-detail-list h3 {
padding: 0;
font-weight: 600;
}

.awardee-detail-list {
margin-bottom: 15px;
}
.past-awardee-dubai-2019_past-awardee-dubai-2019 .awardee-detail-list h3{
padding:0;
margin-top: 20px;
font-size: 15px;
}
.past-awardee-dubai-2019_past-awardee-dubai-2019 figure.awardee-detail-list-figure {
min-height: 125px;
max-height: 125px;
height: 125px;
width: 125px;
max-width: 125px;
min-width: 125px;
margin: auto;
}
.past-awardee-dubai-2019_past-awardee-dubai-2019 .awardee-detail-list p{

font-size: 12px;

font-weight: 500;
}
section.banner.who_we_are_banner {
position: relative;

}
.past-awardee-dubai-2019_past-awardee-dubai-2019 section.banner.who_we_are_banner:after,.past-awardee-usa-2019_past-awardee-usa-2019 section.banner.who_we_are_banner:after {
content: '';
position: absolute;
width: 100%;
height: calc(100% + 69px);
z-index: 0;
bottom: 0;
}
.past-awardee-dubai-2019_past-awardee-dubai-2019 .awardee-detail-list{

min-height: 230px;

margin-bottom: 25px;
}

.past-awardee-dubai-2019_past-awardee-dubai-2019 .awardee-detail-list h4{

font-size: 13px;

text-align: center;
}

@media screen and (max-width: 767px){
.past-awardee-dubai-2019_past-awardee-dubai-2019 figure.awardee-detail-list-figure {
min-height: 100%;
max-height: 100%;
height: 100%;
width: 100%;
max-width: 100%;
min-width: 100%;
margin: auto;
}
.past-awardee-dubai-2019_past-awardee-dubai-2019 .awardee-detail-list{

min-height: 260px;

margin-bottom: 2rem;
}

}
/*past awardee css end*/

/*Past events css start */
@media screen and (max-width: 768px){
.investor #grid-gallery2 .grid-wrap .grid div{
display: block;
}
.detail h4{
font-size:1.2rem;
}
.item .event-slider-box span{
font-size: 1rem;
}
}
/*Past events css end*/
/*Blog css*/
.blog-content-section span.heading a {
color: #1f7b76 !important;
font-size: 20px;
}
.field-item.even{
padding: 0px;
text-align: justify;


}
.field-item.even p{
margin-bottom: 16px;
}
.field-item.even p iframe{
width: 100%;
}
.content.clearfix {
padding: 70px 0 16px;
}

/*.field-item.even img {
width: 100%;
max-width: 100%;
height: auto;
padding: 0 0px 20px 0;
}*/
.field-item.even img{
height: 100%;
max-height: 400px;
width: 100%;
object-fit: contain;
border: 2px solid #1f7b76;
padding: 15px;
border-radius: 10px;
display: flex;
margin: auto;
margin-bottom: 30px;
}
.blog_post_title h2{
text-transform: capitalize;
font-size: 24px;
}


span.field-content{
display: inline-block;
margin-top: 0;
margin-bottom: .75em;
font-size: 16px;
color: #333;
font-weight: 600;
}

span.field-content a {
color: #28262b;
}

h3.field-content span.heading {
display: inline-block;
margin-top: 0;
font-size: 24px;
color: #333;
font-weight: 600;
}

h3.field-content span.heading a{
color: #333;

}

.item-list ul li {
list-style: none;
margin: 0 0 0.25em 1.5em;
padding: 0;
}
span.views-label.views-label-created.date {
display: inline-block;
margin-top: 0;
margin-bottom: .75em;
font-size: 16px;
color: #333;
font-weight: 600;
}

.views-field.views-field-created {
font-style: italic;
}
.container.blog-detail{
padding-top: 70px
}
li.pager__item {
margin: 4px;
margin-left: 40px;

}

ul.pager__items.js-pager__items {
display: flex;
list-style: none;
justify-content: center;
flex-wrap: wrap;
margin: 20px 10px;
}

li.pager__item.is-active a {
color: #fff;
background-color: #1f7b76;
padding: 6px 14px;
}

li.pager__item a {
background-color: #1f7b76;
padding: 6px 14px;
color: #fff;
}
.blog-content-section .item-list img {
margin-bottom: 15px;
}
.blog-content-section .item-list ul li h3.field-content {
padding-top: 0;
padding-bottom: 15px;
}
.blog-content-section .item-list ul li {
margin-top: 3rem;
border: 2px solid #eee;
padding: 16px 12px;
border-radius: 10px;
margin-bottom: 2rem;
}
span.blog-field-content a, span.blog-field-content a:hover {

color: #1f7b76;

font-weight: 600;

font-size: 16px;
}
span.blog-field-content a:hover {
text-decoration: underline;
color: #114c94;
}

.field-item.even h5 strong{
font-weight: 600;
}

.field-item.even h5 {
margin-top: 2rem;
margin-bottom: 0.3rem;
font-size: 1.2rem;
color: #1f7b76;
font-weight: 600;

}

.field-item.even p strong{
font-weight: 600;
}

/*Blog css end*/
/********exhibitor-section-css********/
.exhibitor_section{
padding: 70px 0;
}
.exhibitor_section h2{
font-size: 33px;
text-transform: capitalize;
line-height: 1.2;
font-weight: 800;
color: #1f7b76;
margin-bottom: 16px;
}
.exhibitor_section p{
font-size: 18px;
line-height: 1.45;
font-weight: 400;
color: #333;
margin-bottom: 32px;
}
.exhibitor_section .btn_exhibitor_wrapper{
display: flex;
align-items: center;
justify-content: left;
width: 100%;
flex-wrap: wrap;
}
.btn_exhibitor_wrapper a{
font-size: 14px;
line-height: 1.45;
font-weight: 600;
color: #fff;
display: inline-flex;
text-transform: capitalize;
padding: 4px 16px;
background-color: #1f7b76;
border-radius: 23px;
text-decoration: none;
border:2px solid transparent;
transition: 0.5s all;
}
.btn_exhibitor_wrapper a:hover{
background-color: #fff;
color: #1f7b76;
border: 2px solid #1f7b76;
}
.btn_exhibitor_wrapper a.btn_exhibitor2{
background-color: #ed6c00;
border:2px solid transparent;
}
.btn_exhibitor_wrapper a.btn_exhibitor2:hover{
background-color: #fff;
color: #ed6c00;
border:2px solid #ed6c00;
}


/* .exhibitor_slider .slick-track {
margin-left: 0;
} */
.exhibitor_slider{
margin-bottom: 32px;
border: 2px solid #dddddd;
border-radius: 25px;
padding: 15px;

}
/* .exhibitor_slider .slick-track{

} */
.gold_sliver_exhibitor{
margin-bottom: 40px;
}
.gold_sliver_exhibitor h2{
color: #2e2e2e;
font-size: 33px;
text-transform: capitalize;
line-height: 1.2;
font-weight: 600;
margin-bottom: 32px;
}
.gold_sliver_exhibitor h2 span{
display: inline-block;
position: relative;
background-color: #1f7b76;
text-transform: capitalize;
padding: 0 4px;
}
.exhibitor_slick button{
display: none!important;
}
.exhibitor_slick img{
/* border:1px solid #333; */
transform: unset!important;
min-height: 100px;
object-fit: contain;
max-height: 100px;
padding: 6px;
}
.slick_img{
padding: 10px;
border: 2px solid #dddddd;
border-radius: 20px;
}
.gold_sliver_exhibitor.silver_exhibitor span {
background-color: #c5c5c5 !important;
}

/********exhibitor-section-css-end********/


/*reset password page css*/

.reset-password-link .header {
background-color: #1f7b76;
}

.reset-password-link footer{
display:none;
}
.reset-password-link .content-left h1 {
font-size: 1.7rem;
}
.reset-password-link .confirmation-login .content-left{
padding-top: 11rem;
}
.reset-password-link .password-suggestions.description {
display: none !important;
}

.reset-password-link .password-strength {
display: none !important;
}

.reset-password-link .user-pass-reset p+p {
display: none !important;
}
.reset-password-link .user-pass-reset p+p+p {
display: block !important;
}
.reset-password-link .confirmation-login .form-wrapper input[type="submit"] {
width:auto !important;
margin-top:10px !important;
margin-bottom:1rem !important;

}

.reset-password-link .confirmation-login .content-left .social-list {

justify-content: center;

}
.reset-password-link .confirmation-login .form-wrapper {
text-align:center;
}

.reset-password-link .js-form-item.form-item.js-form-type-password-confirm.form-item-pass.js-form-item-pass label:first-child {
display: none;
}

.reset-password-link .js-form-item.form-item.js-form-type-password-confirm.form-item-pass.js-form-item-pass div label{
display: block !important;
}
/*reset password page css*/





/*awardslot-view_awardslot-view*/

.awardslot-view_awardslot-view ul.tabs-list {
list-style: none;
}
.awardslot-view_awardslot-view .tab-pane {
background: #cccccc3b;
margin-bottom: 16px;
padding: 0 0;
}
.awardslot-view_awardslot-view .timeline-list li{
padding: 16px;
}
.awardslot-view_awardslot-view .timeline-list li:first-child{
display: none;
}
.awardslot-view_awardslot-view ul.tabs-list li a {
display: inline-block;
border: none;
padding: 16px 48px;
color: #fff;
background: #eeeeee;
border-radius: 0;
position: relative;
font-size:21px;
line-height: 1.2;
font-weight: 600;
text-transform: uppercase;
color: #010101;
position: relative;
}
.awardslot-view_awardslot-view ul.tabs-list li a.active{
background-color: #000;
color: #fff;
}
.awardslot-view_awardslot-view ul.tabs-list li a.active:after {
content: "";
position: relative;
bottom:-56px;
left: -38%;
border: 15px solid transparent;
border-top-color: #000;
}
.awardslot-view_awardslot-view .tab-content{
padding-top: 48px;
}
.awardslot-view_awardslot-view .timeline-list li:nth-child(odd){
background: #e1e1e1;
}
.awardslot-view_awardslot-view ul.timeline-list {
list-style: none;
}
.awardslot-view_awardslot-view .timeline-list li+li{
margin-top: 16px;
}
.awardslot-view_awardslot-view .timeline:before {
content: none;
}
.awardslot-view_awardslot-view .timeline-list h2 p{
color: #000;
line-height: 1.45;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
display: block;
text-align: left;
}
.awardslot-view_awardslot-view .timeline-list span {
font-size: 16px;
font-weight: 500;
color: #010101;
display: block;
}
.awardslot-view_awardslot-view .tab-pane {
background: #cccccc3b;
}

/*awardslot-view_awardslot-view*/




/*/css for past-awardees-2022/*/

.past-awardees-2022_past-awardees-2022 .event-agenda ul.nav-tabs {
background: #ccc;
display: flex;
flex-wrap: wrap;
}
.past-awardees-2022_past-awardees-2022 .event-agenda ul.nav-tabs li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.past-awardees-2022_past-awardees-2022 .event-agenda ul.nav-tabs li a {
display: block;
width: 100%;
background: #e5e8ed;
border-radius: 0;
color: #333;
text-align: center;
}
.past-awardees-2022_past-awardees-2022 .event-agenda ul.nav-tabs li a.active{
background: #1f7b76;
color: #fff;
}
.past-awardees-2022_past-awardees-2022 .awardee-detail-list {
border: 1px solid #ccc;
padding: 8px;
height: 100%;
background: #9e9e9e24;
text-align: center;
}
.past-awardees-2022_past-awardees-2022 .awardee-detail-list-figure embed {
height: auto;
max-height: 220px;
object-fit: contain;
margin-bottom: 8px;
}
.past-awardees-2022_past-awardees-2022 .awardee-detail-list h3 {
font-size: 16px;
line-height: 1.4;
font-weight: 600;
}
.past-awardees-2022_past-awardees-2022 .awardee-detail-list h4 {
font-size: 14px;
line-height: 1.2;
font-weight: 400;
}

.figure-caption-top {
position: absolute;
top: 75%;
display: flex;
flex-direction: row;
justify-content: space-around;
width: 100%;
transform: translateY(-75%);
color: white;
padding: 10px 5px 10px 5px;
}

.figure-caption-top h1{
line-height: 1.25;
text-transform: capitalize;
}
/*/css for past-awardees-2022/*/




/*custom css*/

.testimonials_testimonials section.who-we-are-intro {
padding: 45px 0 75px 0;
}

.testimonials_testimonials section.who-we-are-intro iframe {
width: 100%;
margin-top:2rem;
}

/*ach rdesgin 14-07-2021*/
.layout-region.layout-region-checkout-main {

text-align: center !important;
}


.only_custom_checkout_form .layout-region.layout-region-checkout-main {

float: left;

display: flex;

justify-content: center;

width: 65% !important;
flex-direction: column;
}
.only_custom_checkout_form .commerce-checkout-flow-multistep-default >.message-box{
display: none;
}
.only_custom_checkout_form .layout-region.layout-region-checkout-footer {
width: 65% !important;
}



.only_custom_checkout_form .layout-region.layout-region-checkout-secondary {

display: block !important;
margin-bottom:2rem;
}

.customawardee-nomination-form212 .layout-region.layout-region-checkout-secondary {

display: none !important;

}

@media screen and (min-width: 780px), (min-height: 780px) and (orientation: landscape){



.only_custom_checkout_form .layout-region.layout-region-checkout-secondary {
width: 35%!important;
display: block;
}

}

/*ach rdesgin 14-07-2021*/



/*22-03-2021*/


.dropdown-menu.multi-level b.caret.dropdown-toggle i {
transform: rotate(
270deg
);
}

.primery-header1 {
background: #1f7b76;
padding: 5px 30px;
font-size: 14px;
text-align: justify;
border-bottom: 1px solid #a4a6a9;
color: #fff;
display: none;
}

.sticky .primery-header1 {
background: #1f7b76;
color: #fff;
}
.primery-header1 p{
font-size: 14px;
text-align: center;
font-weight: 500;
}

.primery-header1 a {
color: #fff;
font-weight: 600;
text-decoration: underline;
}




/*22-03-2021*/

/*22-03-2021*/
.confirmation-login .message-box a{
margin-top: 0 !important;
}

.message-box{
color: red;

}

.message-box div {
text-align: center;
margin-bottom: 25px;
color: red;
/* border: 1px solid red; */
padding: 5px 10px;
width: auto;
display: flex;
justify-content: center;
}
.message-box {
text-align: center;
margin-top: 20px;
}
.event_agenda_investor h2{
color: #1254af;
margin-top: 0;
}
.ifah-dubai-2019_ifah-dubai-2019 .Agenda_main-box section h2{
margin-top: 0;
}
.light-grey-bg {
box-shadow: inset 0px 0px 10px rgb(0 0 0 / 30%);
background: #eee;
}
section#investorusa2020,section#panalist {
padding: 50px 0;
}
section#panalist {
padding: 50px 0 0;
}
.event_agenda_investor h2, .agenda_sponser h2, .IFAH-Vegas-partner h2 {
font-size: 36px;
position: relative;
font-weight: 600;
color: #272727;
margin: 25px 0 50px 0;
text-transform: uppercase;
}

section#partner h2 {
margin-top: 0;
}
section#partner {
padding-bottom: 50px;
}
/*01-02-2021*/
button.btn.btn-speaker ,.btn.dubai-speaker{
background-color: #1f7b76;
color: #fff;
}
button.btn.btn-speaker:hover ,.btn.dubai-speaker:hover{
background-color: #1f7b76;
color: #fff;
}
ul#awrdee-tabs-category {
border-bottom: 0;
}
.past-awardee-usa-2019_past-awardee-usa-2019 .awardee-detail-list {
margin-bottom: 25px;
}
span.hotel-add {
margin-right: 15px;
}
.participants-track .slick-slide>div {
text-align: center;
width: 100%;
}
.past-participants-section .slick-slide img
{
background-color: #fff;
padding: 16px;
border: 2px solid #8a8a8a47;
height: 110px;
max-height: 110px;
min-width: 100%;
width: 100%;
object-fit: contain;
border-radius: 20px;

}

/*01-02-2021*/
#speakerusa2020 h2.sc_title.text-center.wow.fadeInUp.text-uppercase.go {
margin-bottom: 30px;
}

#speakerusa2020  div p{
margin-bottom: 50px;
text-align: center;
}

#speaker-wrap h2.sc_title.text-center.wow.fadeInUp.text-uppercase.go {
margin-bottom: 30px;
}

#speaker-wrap  div p{
margin-bottom: 50px;
text-align: center;
}



.social-media li a i {
font-size: 20px;
}

/*---------------Socre cared -----------*/
div#edit-payment-information-add-payment-method-payment-details {
height: 100%;
min-height: 33vh;
max-height: 100%;
}

.webform-register-wrapper 
.form_box input {
width: 100%;
line-height: 60px;
padding: 0 10px;
border: 1px solid #d7d7d7;
font-weight: 500;
height: 45px;
margin-bottom: 15px;
border-radius: 8px;
}
.responsive-enabled tbody tr td {
padding-bottom: 10px;
padding-top: 10px;
}
div#otp-validate-form {
display: block;
width: 100%;
position: relative;
background: #000;
padding: 111px 15px 0 15px;
left: 0px;
}

.col-md-6.login {
display: flex;
justify-content: center;
align-items: center;
background: url(/themes/contrib/breeze/images/log-sind1.png);
background-size: cover;
}


div#edit-login-form {
max-width: 500px;
margin: auto;
position: relative;
}

div.login-form .logo{
text-align: center;
margin-bottom: 40px;
}
div.login-form .logo img{
max-width: 70%;
margin: 0 auto;
}
div#edit-login-form  input {
border: 0;
border-bottom: 2px solid #3a3737d1;
background: transparent;
padding: 7px 4px;
margin: 0 0 16px;
color: #c7c7c7;
}

div#edit-login-form label {
color: #fff;
display: none;
}

div#edit-login-form  input#edit-login-submit {
font-size: 18px;
background: #04449c;
display: block;
width: auto;
padding: 4px 24px;
border: 0;
border-radius: 100px;
margin: 40px auto;
font-weight: 600;
}

.otp_validate .header.sticky,.otp_validate .header {
background-color: #1f7b76;

}



.col-md-6.otp {
background: url(/themes/contrib/breeze/images/scor-otp-bg.png);
background-size: 100% 100%;
}

div.otp-form {
max-width: 500px;
margin:  auto;
text-align: center;
padding: 45px 0;
}

div.otp-form .user-otp input {
margin: auto;
width: 100%;
background: #fff;
border: 1px solid #ddd;
padding: 12px;
border-left: 0;
}
div.otp-form .ac-otp input {
margin: auto;
width: 100%;
background: #fff;
border: 1px solid #ddd;
padding: 12px;
border-left: 0;
}
.user-otp {
width: 100%;
position: relative;
display: flex; flex-wrap: wrap;justify-content: center;
}

div.otp-form span.label {
width: 100%;
font-size: 15px;
text-align: center;
padding: 0 0 11px;
}
.otp-message {
padding: 17px 0 2px;
font-size: 16px;
}

div.user-otp {
padding: 18px 0;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
div.ac-otp {
padding: 18px 0;
display: flex;
justify-content: center;
align-items: center;
position: relative;
flex-wrap: wrap;
}
.user-otp input {
border-left: 0;
}

.user-otp div:nth-child(1) input {
border-left: 1px solid #ddd;
}



.form-item-udigit1 input,
.form-item-acdigit1 input {
border-left: 1px solid #ddd!important;
}

.form-item-udigit4 input,
.form-item-acdigit4 input {
border-left: 1px solid #ddd!important;

}



input#edit-otp-submit {
width: 100%;
border: 0;
border-radius: 100px;
padding: 8px 0;
}

.otp-message h2 {
font-weight: 500;
}

.wrapper-box {
padding: 16px;
margin: 16px 0px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}



.wrapper-box input#edit-generate-otp {
padding: 8px 20px;
border-radius: 100px;
}
div#edit-login-form .label {
font-size: 24px;
text-align: center;
margin: 0 0 26px;
color: #fff;
}

.otp-form.disabled-form  input.button.form-submit {
background: #cacaca;
margin-bottom: 10PX;
border-radius: 20px;
border: 0;
padding: 5px;
}
.login-message {
font-size: 21px;
color: #fff;
margin: 19px 0;
}

.login-form p {
color: #fff;
font-size: 15px;
margin: 11px 0;
word-break: break-word;
}
div#login-message {
color: #d20404;
margin-bottom: 16px;
font-size: 15px;
text-align: center;
font-weight: 500;
}
.login-message+.row {
display: none;
}

/***********custom-css**********/
b.caret.dropdown-toggle::after{
content: none;
}


.tab-content-sections .nav-link {
padding: 0 0;
}
.tab-content-sections .nav-tabs{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.tab-content-sections .nav-tabs li {
padding: 0 4px;
font-size: 18px;
font-weight: 600;
}
.tab-content-sections .nav-tabs li a {
padding: 8px;
text-align: center;
background: #f7f5ec;
color: #333;
border: 1px solid #dee2e6;
border-bottom: 0;
border-radius: 0;
}
.tab-content-sections .nav-tabs li a.active {
background: #1f7b76;
color: #fff;
border: 1px solid #dee2e6;
border-bottom: 0;

}
.tab-content-sections .tab-content .agenda-details {
margin-top: 32px;
box-shadow: 0 0 10px -5px #333;
}

/**********custom-css*************/

/********************hurry-now-css**************************/
.hurry_now {
text-align: center;
}

.hurry_now h3 {
font-size: 27px;
line-height: 1.2;
color: #000;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 2px;
}

.hurry_now span {
display: inline-block;
font-size: 16px;
line-height: 1.45;
margin-bottom: 24px;
}

.vip_box {
padding: 16px;
border: 0.5px solid #fff;
border-radius: 12px;
overflow: hidden;
margin-bottom: 24px;
max-width: 500px;
margin: 0 auto 24px auto;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.vip_text span {
display: block;
margin: 0 0;
}

.vip_text {
text-align: left;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.vip_text strong {
font-size: 33px;
line-height: 1.2;
display: flex;
justify-content: center;
align-items: center;
}

.pie-wrapper {
height: 1em;
width: 1em;
float: left;
margin: 15px;
position: relative;
}
.pie-wrapper .pie {
height: 100%;
width: 100%;
clip: rect(0, 1em, 1em, 0.5em);
left: 0;
position: absolute;
top: 0;
}
.pie-wrapper .pie .half-circle {
height: 100%;
width: 100%;
border: 0.1em solid #3498db;
border-radius: 50%;
clip: rect(0, 0.5em, 1em, 0);
left: 0;
position: absolute;
top: 0;
}
.pie-wrapper .label {
background: #34495e;
border-radius: 50%;
bottom: 0.4em;
color: #ecf0f1;
cursor: default;
display: block;
font-size: 0.25em;
left: 0.4em;
line-height: 2.8em;
position: absolute;
right: 0.4em;
text-align: center;
top: 0.4em;
}
.pie-wrapper .label .smaller {
color: #bdc3c7;
font-size: 0.45em;
padding-bottom: 20px;
vertical-align: super;
}
.pie-wrapper span.label {
background: #34495e;
border-radius: 50%;
bottom: 0.4em;
color: #ecf0f1;
cursor: default;
display: block;
font-size: 0.25em;
left: 0.4em;
line-height: 2.8em;
position: absolute;
right: 0.4em;
text-align: center;
top: 0.4em;
}

.pie-wrapper span.label span.smaller {
color: #bdc3c7;
font-size: 0.45em;
padding-bottom: 20px;
vertical-align: super;
}

.pie-wrapper .shadow {
height: 100%;
width: 100%;
border: 0.1em solid #bdc3c7;
border-radius: 50%;
}
.pie-wrapper.progress-90 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-90 .pie .half-circle {
border-color: #e67e22;
}
.pie-wrapper.progress-90 .pie .left-side {
transform: rotate(324deg);
}
.pie-wrapper.progress-90 .pie .right-side {
transform: rotate(180deg);
}

.pie-wrapper--solid {
border-radius: 50%;
overflow: hidden;
}
.pie-wrapper--solid:before {
border-radius: 0 100% 100% 0/50%;
content: "";
display: block;
height: 100%;
margin-left: 50%;
transform-origin: left;
}
.pie-wrapper--solid .label {
background: transparent;
}


.progress {
background-color: #d8d8d8;
border-radius: 20px;
position: relative;
margin: 15px 0;
height: 18px;
width: 100%;
max-width: 400px;
margin: 0 auto;
}

.progress-done {
background: linear-gradient(to left, #1f7b76, #000000);
border-radius: 20px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 0;
opacity: 0;
transition: 1s ease 0.3s;
}
.vip_text .js-form-item.form-item{
margin: 8px 0px;

}
.persent_text{
font-size: 16px;
font-weight: 400;
color: gray;
margin: 8px 0px;
}
/********************hurry-now-css**************************/


/**************custom-css-scorcard-web-view-19-8-2020*************************/

section.winner-section {
padding: 70px 0;
text-align: center;
margin-top: 78px;
}

.scorecard_view .header {
background-color: #150a12;
}

/*******webview css*******/


.winner-section{
padding: 70px 0;
position: relative;
text-align: center;
}
.winner-section h2{
font-size: 110px;
line-height: 1.2;
color: #d9d9d9;
font-weight: 800;
text-transform: uppercase;
display: inline-flex;
align-items: center;
position: relative;
margin-bottom: 8px;
}
.winner-section h2 strong{
padding: 0 16px;
}
.winner-section h2 span{
font-size: 30px;
line-height: 1.2;
color: #1f7b76;
font-weight: 400;
text-transform: capitalize;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%);
}
.winner-section h4{
font-size:40px;
line-height: 1.2;
color: #010101;
font-weight: 700;
margin-bottom: 8px;
}
.winner-section p{
font-size:30px;
line-height: 1.2;
color: #a2a1a1;
font-weight: 400;
margin-bottom: 0px;
}
a.btn-download {
position: absolute;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
background: #1f7b76;
border-radius: 8px;
display: inline-flex;
align-items: center;
color: #fff;
border: 0;
outline: 0;
padding:4px 12px;
bottom: 5%;
right: 5%;
}
a.btn-download  img{
display: inline-flex;
margin-left: 8px;
}

.award-figure{
position: relative;
margin: 0 0;
}
.award-caption{
position: absolute;
bottom: 50%;
left: 0;
width: 100%;
transform: translateY(50%);
}
.award-caption h3{
font-style: normal !important;
text-align: left;
color: #fff;
font-size: 36px;
line-height: 1.2;
font-weight: 700;
z-index: 9999;
padding: 10px 5px 10px 5px;
margin-bottom: 16px;
display: inline-block;
text-transform: uppercase;
}
.award-caption h1{
display: block;
color: #fff;
text-transform: capitalize;
font-size: 60px;
margin: 0 0;
font-weight: 500;
padding: 0 8px;


}
.scorcard-form-wrapper {
padding: 8px;
border-radius: 8px;
background: #fff;
margin-top: -10%;
position: relative;
z-index: 111;
box-shadow: 0px 0px 18px 0px #0000003d;
margin-bottom: 70px;
}
.scorcard-form{
padding: 20px;
border-radius: 8px;
}
.scorcard-form .col-input {
display: flex;
align-items: center;
font-size: 16px;
}
.scorcard-form label{
width: 48%;
margin: 0 0;
color: #233d85;
font-size: 16px;
line-height: 1.45;
font-weight: 500;
display: inline-flex;


}
.scorcard-form span.sapretor{
display: inline-flex;
width: 4%;
}
.scorcard-form span.name-order{
display: inline-flex;
width: 48%;
}
.scorcard-form input{  
outline: 0px;
text-align: left;
color: #5f6164;
font-size: 18px;
line-height: 1.45;
font-weight: 500;
width: 70%;
}
.overall-content{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px;
}
.overall-content .overall-text{
width: 75%;

}
.overall-text h2{
color: #619941;
text-transform: capitalize;
font-size: 27px;
line-height: 1.2;
font-weight: 700;
margin: 0 0;
margin-bottom: 8px;
}
.overall-text p{
color: #727273;
font-size: 16px;
line-height: 1.45;
font-weight: 400;
margin: 0 0;
text-align: justify;
padding-right: 8px;
}
.overall-ciecle{
width: 25%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.overall-numbr{
display: inline-flex;
min-height: 200px;
width: 200px;
border-radius: 50%;
border: 32px solid #639b42;
justify-content: center;
align-items: center;
font-size: 40px;
color: #639b42;
font-weight: 500;
}
.overall-ciecle p{
color: #727273;
font-size: 16px;
line-height: 1.45;
font-weight: 400;
margin: 8px 0 0;
text-transform: capitalize;
}
.overall-content.industry-impact .overall-text  h2{
color: #fbaf5f;
}
.overall-content.industry-impact .overall-numbr {
border: 32px solid #fbaf5f;
color: #fbaf5f;

}
.overall-content.spirit-innovation h2{
color: #974399;
}
.overall-content.spirit-innovation .overall-numbr {
border: 32px solid  #974399;
color: #974399;

}
.overall-content.future-readiness h2{
color: #253d85;
}
.overall-content.future-readiness .overall-numbr {
border: 32px solid  #253d85;
color: #253d85;

}
.overall-content.market-demand h2{
color: #009f8d;
}
.overall-content.market-demand .overall-numbr {
border: 32px solid  #009f8d;
color: #009f8d;

}
.aggregate-score {
padding: 16px;
border-radius: 16px;
max-width: 94%;
background: #222d61;
display: flex;
justify-content: space-between;
align-items: center;
}
.aggregate-content {
width: 80%;
}
.aggregate-content h2{
color: #fff;
font-size: 27px;
line-height: 1.2;
font-weight: 700;
text-transform: capitalize;
margin: 0 0;
margin-bottom: 0.5rem;
}

.aggregate-content p{
color: #fff;
font-size: 16px;
line-height: 1.45;
font-weight: 400;
margin: 0 0;
margin-bottom: 0.5rem;
width: 100%;
}
.aggregate-score-number {
width: 20%;
}
.aggregate-score-number span{
display: block;
color: #fff;
font-size: 36px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 0rem;
padding-top: 0;
text-align: center;
}
.document-confidential{
position: relative;
max-width: 95%;
padding-bottom: 100px;

}
.document-confidential p{
color: #a7a9ac;
font-size: 16px;
line-height: 1.45;
font-weight: 400;
margin-bottom: 15px;
text-align: justify;
}
span.accept-award {
position: absolute;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
background: #1f7b76;
border-radius: 18px;
display: inline-flex;
align-items: center;
color: #fff;
border: 0;
outline: 0;
padding: 4px 12px;
bottom: 23%;
right: 50%;
transform: translateX(50%);
box-shadow: 2px 4px 3px #1f7b76;

}
span.accept-award a{
color: #fff;
text-decoration: none;
}


/*end*/

body.checkout_complete #edit-payment-information-billing-info-form-paypal1-container,
body.checkout_complete .checkout-pane-completion-message{
display:none
}

.stripe-form.js-form-wrapper.form-wrapper {
min-height: 17rem;
}
.layout-checkout-form.clearfix {

margin-top: 50px;
}




.checkout-order-summary table tbody tr td:nth-child(3) {
text-align: right;
}
select#edit-custom-checkout-pane-custom-message-year-established {
padding: 0 0!important;
height: 52px!important;
max-width: 100%;
margin-bottom: 14px;
margin-top: 50px!important;
color: #adacac!important;
font-weight: 100;
}




.stripe-form.js-form-wrapper.form-wrapper {
min-height: 17rem;
}

.checkout_complete section.thanks-box.pt-5.pb-3.pb-lg-5 {
padding-top: 0 !important;
background-color: #fafafa;
padding-bottom: 0 !important;
margin-bottom: 50px;
margin-top: 70px;
}

.checkout_complete .thanks-box p {
padding-top: 0;
}
.checkout_complete .thanks-box .title {
text-align:center;
text-transform:uppercase;
}

/*.checkout_complete .layout-checkout-form.clearfix {
display: none;
}*/

.thanks-box p {
text-align: center;
font-size: 16px;
font-weight: 500;
}
.thanks-box p.pd-0{
padding: 0 0;
}
.thanks-box .field-items {
padding: 15px;
border-radius: 6px;
}

.checkout_complete div.block {
margin: auto;
overflow: hidden;
}

/* .checkout_complete .block a img {
width:100%;
height:auto;
} */
.checkout_complete .block h3{
text-align:center;
color:#000;
}
.checkout_complete .thanks-box .content-box h2 {
font-size: 1.75rem;
margin-bottom: 10px;
}
.thanks-box .content-box p {
color: #8a8a8a;
font-size: 18px;
text-align: left;
line-height: 1.45;
padding: 8px 0 0 0;
}

h2#demo{
color: #1f7b76;
font-weight: 700;
font-size: 70px;
line-height: 1.2;
margin: 0 0 0 0;
}

#error-content-box h3 {
color: #1f7b76;
font-weight: 500;
font-size: 54px;
line-height: 1.2;
margin: 0 0 0 0;
padding: unset;
}

div#error-content-box {
height: 100%;
display: flex;
align-items: center;
}
.error-section {
padding: 70px 0;
min-height: 100vh;
}

#error-content-box h2 {
color: #1f7b76;
font-weight: 700;
font-size: 70px;
line-height: 1.2;
margin: 0 0 0 0;
}
span.none {
display: none;
}
#error-content-box h3 {
color: #1f7b76;
font-weight: 500;
font-size: 54px;
line-height: 1.2;
margin: 0 0 0 0;
}
#error-content-box p {color: #000000;font-weight: 400;padding-left: 3px;font-size: 21px;line-height: 1.2;margin: 10px 0 0 0;}
ul.writeus-link {
display: flex;
list-style: none;
margin-top: 32px;
margin-bottom: 0px;
}
ul.writeus-link li a {
text-decoration: none;
color: #1f7b76;
line-height: 1.2;
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
margin-right: 15px;
}
ul.writeus-link li a {
text-decoration: none;
color: #1f7b76;
line-height: 1.2;
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
}
/*16-12-2020*/
.edcon-text h5.award_heading {
font-size: 12px;
font-weight: 400;
color: #000;
}

.figure-caption-badge i.fa.fa-star {
margin-right: 5px;
}
#navbarSupportedContent ul li:nth-child(3) ul li:last-child a{
border: 0 !important;
/*    padding: 10px;
*/}
#navbarSupportedContent ul li:nth-child(5) ul li:last-child a {
border: 0 !important;
padding: 10px;
}
.nav-item .dropdown-menu li a{
color: #fff;
font-size: 15px !important;
line-height: 1.45;
text-transform: capitalize;
padding: 0;
font-weight: 600;
padding: 10px;
}
#navbarSupportedContent ul li:nth-child(8) a {
padding: 4px 6px;
border-radius: 5px;
}
#navbarSupportedContent ul li:nth-child(8) ul li a{
border: 0 !important;
padding: 10px;
}

/*16-12-2020*/
.dropdown-menu.multi-level .dropdown-toggle::after {
transform: rotate(-90deg);
}
.perimery-log.reg_login i.fa.fa-lock {
margin-right: 5px;
}
.copyright-text {
color: rgb(255, 255, 255);
font-size: 14px;
padding-top: 10px;
border-top: 2px solid rgb(119, 146, 186);
max-width: 60%;
margin: auto;
}
.copyright-text a{
color: rgb(255, 255, 255) !important;
}
.copyright-text a:hover{
text-decoration: underline;
}
ul.secondary-menu-list {
margin-bottom: 15px;
}
.exhibitors-partner h2 {
font-weight: 600;
font-size: 36px;
}
nav > div a.nav-item.nav-link.active:after {
content: "";
position: absolute;
left: 50%;
border: 12px solid transparent;
border-top-color: #ffffff;
transform: translateX(-50%);
z-index: 1;
width: 12px;
background: transparent;
top: 45px;
}
.privacy-policy_privacy-policy section p {
margin-top: 0;
margin-bottom: 1rem;
}

.privacy-policy_privacy-policy p {
text-align:justify;
}
.privacy-policy_privacy-policy a {
word-break: break-all;
}
.privacy-policy_privacy-policy section ul {
margin-bottom: 1rem;
margin-left: 2rem;
}
.container.terms-detail p {
margin-bottom: 20px;
text-align: justify;
}
.container.terms-detail h5 {
margin-bottom: 0.4rem;
}
.owl-item.active.center .detail, .owl-item.active.center .event-slider-box a {
display: block;
}

.views-field.views-field-created {
margin-top: 20px;
}
.field-item.even h4{
margin-top: 1rem;

}

/*Blog tags*/
.views-exposed-form.bef-exposed-form .fieldset-wrapper {
margin-top: 20px;
}

.views-exposed-form.bef-exposed-form .form-radios input {
display: none;
}

.bef-nested ul {
display: flex;
flex-wrap: wrap;
}


.bef-nested ul li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 48%;
list-style: none;
margin-right: 5px;
margin-bottom: 5px;
}

aside.blog-side_bar {
margin-top: 2.4rem;
padding: 25px;
border: 1px solid #eee;
border-radius: 20px;
background-color: #eee;
margin-bottom: 2rem;
}

aside.blog-side_bar legend{
position:relative;
}

aside.blog-side_bar legend:before{
position: absolute;
content: "";
width: 55px;
height: 4px;
background: #1f7b76;
left: 1%;
bottom: -5px;
}
.views-exposed-form.bef-exposed-form .form-radios input[type="radio"]:checked+label {
color: #fff;
background-color: #1f7b76;
width: 100%;
cursor: pointer;
}

.views-exposed-form.bef-exposed-form .form-radios label{
cursor: pointer;
color: #fff;
font-size: 16px;
display: inline-block;
background-color: #1f7b76;
height: 35px;
padding: 0 15px;
line-height: 35px;
font-weight: 600;
border: 1px solid #1f7b76;
min-width: 100%;
box-shadow: none;
outline: 0;
text-align: center;
border-radius: 50px;
max-width: 100%;
width: 100%;
}

/***********past-awardee-css***************/
body.past-events_past-events figure {
margin: 0 0 0rem;
}
body.past-events_past-events .past_e_figure{
position: relative;
}
body.past-events_past-events .past_e_caption {
position: absolute;
bottom: 30%;
left: 0;
width: 100%;
}
body.past-events_past-events .past_e_caption h1{
margin-bottom: 0rem;
font-weight: 500;
line-height: 1.2;
color: #fff;
font-size: 60px;
text-transform: capitalize;
}
body.past-events_past-events .past_e_caption p{
margin-bottom: 0rem;
font-weight: 400;
line-height: 1.2;
color: #fff;
font-size: 23px;
}
body.past-events_past-events .past_e_glimpse {
padding: 70px 0;
text-align: center;
}
body.past-events_past-events .past_e_glimpse h2{
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
color: #141414;
font-size: 45px;
text-transform: capitalize;
}
body.past-events_past-events .past_e_glimpse p{
margin-bottom: 0rem;
font-weight: 400;
line-height: 1.2;
color: #252525;
font-size: 18px;
text-transform: capitalize;
}
body.past-events_past-events .past_e_key{
padding: 35px 0;
background:url(../images/key.jpg) no-repeat center center;
background-size: cover;
text-align: center;
display: none;
}
body.past-events_past-events .past_e_key h2{
margin-bottom: 0px;
font-weight: 500;
line-height: 1.2;
color: #ffffff;
font-size: 45px;
text-transform: none;
}
body.past-events_past-events .past_e_key p{
margin-bottom: 0rem;
font-weight: 400;
line-height: 1.2;
color: #ffffff;
font-size: 18px;

}
body.past-events_past-events .past_e_key_gallery {
padding: 0px 0;
text-align: center;
}
body.past-events_past-events .past_e_key_gallery  p{
margin-bottom: 70px;
font-weight: 400;
line-height: 1.2;
color: #252525;
font-size: 18px;
text-transform: none;
display: none;
}
body.past-events_past-events .key_gallery_figure {
position: relative;
overflow: hidden;
transition: 0.5s all;
/*    cursor: pointer;*/
height: 100%;
}
body.past-events_past-events .key_gallery_figure img{
height: 100%;
object-fit: cover;
width: calc(100% + 0.1px);
}
body.past-events_past-events .key_gallery_figcaption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:#1f7b76;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transform: translateY(100%);
transition: 0.5s all;
padding:20px;
display: none;
}
.past_e_key_usa {
padding: 0px 0 0px
}
.past_e_key_gallery.past_e_key_usa + .past_e_key.past_e_key_dubai {
display: none;
}
.past_e_key_usa +.past_e_key.past_e_key_dubai + .past_e_key_usa{
padding: 0px 0 35px
}
.past_e_key_gallery .pl-0, .past_e_key_gallery .p-0 {
border: 2px solid #fff;
}
.past_e_key_gallery .border-0 {
border: 0px solid #fff;
}
/************************/

figure.key_gallery_figure.key_gallery_figure_no_img>img {
display: none;
}
figure.key_gallery_figure.key_gallery_figure_no_img figcaption.key_gallery_figcaption {
display: flex;
transform: unset;
}
/**************************/
body.past-events_past-events .key_gallery_figure:hover>.key_gallery_figcaption{
transform: translateY(0);
transition: 0.5s all;
}
body.past-events_past-events .key_gallery_figcaption h3{
margin-bottom: 8px;
font-weight: 500;
line-height: 1.2;
color: #fff;
font-size: 23px;

}
body.past-events_past-events .key_gallery_figcaption span{
margin-bottom: 0px;
font-weight: 400;
line-height: 1.2;
color: #0c0c0c;
font-size: 12px;

}
body.past-events_past-events .key_gallery_figure_play .video_play_btn{
position: absolute;
top: 110px;
left: 47px;
display: inline-block;
display: none;
}
body.past-events_past-events .h_100{
height: 100%;
}
/***********past-awardee-css***************/
@media screen and (max-width: 1200px){
aside.blog-side_bar legend:before {

left: 50%;

bottom: -5px;

margin-left: -26px;
}
aside.blog-side_bar legend{
text-align:center;
}
.bef-nested ul li{
width:100%;
max-width:100%;
min-width:100%;
}
}
@media screen and (max-width: 767px){
aside.blog-side_bar legend:before{
left: 50%;
bottom: -5px;
margin-left: -27px;
}
}
/*Blog tags css end*/

@media screen and (max-width: 767px){
.event-calendar .owl-carousel .owl-item img{
height:25vh;
object-fit: cover;
}

.event-calendar .owl-prev, .event-calendar .owl-next {
top: 34% !important;
}
.owl-theme .custom-nav .owl-prev, .owl-theme .custom-nav .owl-next{
height:3rem;
width:3rem;
}
.banner_caption p{
font-size: 1rem;
font-weight: 300;
color: #fff;
}

header .my-navbar .dropdown-menu {
background: rgb(31 123 118) !important;

}
.nav-item.active .dropdown-menu.multi-level .dropdown-menu.show{

left: 40% !important;

min-width: 11.7rem !important;

max-width: 11.7rem !important;

width: 11.7rem !important;

bottom: 0 !important;

top: 100% !important;
}
header .dropdown-submenu .dropdown-menu {
left: 11%;
top: 100%;
min-width: 10.7rem !important;
max-width: 100% !important;
}
header.sticky .nav-item:hover>.dropdown-menu .dropdown-menu{
min-width: 11.7rem !important;
}
.attendee-number{
margin-top: 20px;
}
.join-us-menu li {
align-items: center;
border-bottom: 1px solid #fff;
padding-bottom: 30px;
}

.join-us-menu li>img{
margin-top: 0px;
}
}
.user_password footer.footer.main-footer {
display: none;
}
.container.terms-detail {
padding-top: 69px;
}
@media screen and (max-width: 1430px){

.over_wrapper {  
height: 600px;
overflow: auto;
padding: 0 15px;
}
.over_wrapper img {
width: 1400px;
height: auto;
}

}
@media (min-width: 1200px){
.event-slider-box {
width: 1000px !important;
}
}

@media (max-width:1024px){

.item .event-slider-box span,.detail h4{
text-align: center;
}
}
@media (max-width:320px){
.home_home .main_body_content .video-section video{
height:55vh;
}

.home_home .main_body_content .banner-slider-option{
bottom: 35%;
}

.banner-slider-option h2,
.banner-slider-option h1 {
font-size: 1rem;
}
.who_we_are_figure img {
margin-top: 0;
min-height: 32vh;
}
.who_we_are_caption strong{
font-size: 12px;
}
.text-uppercase{
font-size: 1.3rem;
}

.who-we-are-intro h3{
font-size: 1.5rem;
}
.who-we-are-intro div p{
font-size: 14px;
}
.breadcrumb{
font-size:14px;
}
.banner_caption p{
font-size: 14px;
}

.event-calendar .owl-prev, .event-calendar .owl-next{top: 28% !important;}
}

@media (max-width:768px){
nav > div a.nav-item.nav-link.active:after{
top: 25px;
}

.nav.my-navbar li+li {
margin-left: 8px;
}
b.caret.dropdown-toggle{
margin-left:3px;
}
.nav.my-navbar li:first-child{
margin-left: 10px;
}
#navbarSupportedContent{
padding-right:0px;
}
.who-we-are-intro{
padding-top: 3rem !important;
}

}

@media (min-width: 768px){
nav > div a.nav-item.nav-link.active:after {
top: 43px;
}
.banner_caption{
bottom: 40%;
z-index: 1;
}
.contact-cap-text{
text-align: left;
}


.event-calendar .owl-prev, .event-calendar .owl-next {
top: 20% !important;
}


.event-calendar .owl-prev, .event-calendar .owl-next {
top: 30% !important;
}

}

/* @media (min-width: 1366px){
.contact_us_entro>.container {
max-width: 1140px;
}

} */
@media (max-width: 576px){
.contact_us_entro{
overflow: hidden;
}
ul.social-list li a{
margin-left:10px;
}
.spring_section .nav-tabs li {
display: block;
width: 100%;
}
span.hotel-add{
display: block;
}
}


@media (min-width: 1200px){
.primery-header .container {
max-width: 1230px;
}
}
@media (min-width: 1024px){
nav > div a.nav-item.nav-link.active:after {
top: 44px;
}
}

/*14-12-2020*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait){
.event-slider-box {
max-width: 816px;
margin: auto;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape){
.event-slider-box {
max-width: 816px;
margin: auto;
}
}

@media (max-width: 768px){

.event-slider-box b{
left: 0 !important
}
.field-item.even img{
width: 100%!important;
}
.field-item.even {

text-align: initial;
}
}


/*14-12-2020*/
/* @media  screen and  (min-width: 1200px){
.contact_us_entro .container {
max-width: 1000px;
}
} */
/* @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){
.contact_us_entro .container {
max-width: 560px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait){
.contact_us_entro .container {
max-width: 790px;
}
} */

@media screen and (max-width: 767px){ 
.thanks-box .content-box h2 {
text-align: center;
font-size: 40px !important;
}
.thanks-box .content-box,.thanks-box .content-box .subtitle{
text-align:center;
}
.thanks-box p{
font-size:20px;
padding-top: 0;
}
.exhibition-content {
margin-top: 40px;
}
button#payment-btn {
width: 63%;
}
.award-marketing .switch-toggle-box-one{
top:40px;
left:20px;
position: static;
}
.awardee-wrapper .title{
text-align:center;
}
span#span1 {
margin-top: 20px;
}

/*************12-1-2021********************/
.pricing-box .top-title {
min-height: auto;
}
.pricing-box .content-box {
margin-bottom: 16px;
}
.pricing-box .content-box {
border: 1px solid #cccccc54;
}
.who_we_are_banner .banner_caption {
bottom: 20%;
transform: translateY(20%);
}
.primery-header > .container {
max-width: 100%;
}

.who_we_are_banner .banner_caption h1 {
color: #fff;
font-size: 27px;
line-height: 1.45;
}
}



@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait){

.contact-us_contact-us .contact_us_entro .icon-button {
bottom: 0rem !important;

}
.g-recaptcha iframe {
width: 275px;
}
}

/************30_12_2020_santa*****************/

img.left {
position: absolute;
z-index: 99;
top: 0;
left: 0;
width: 6.5em;
}
img.right {
position: absolute;
z-index: 99;
top: 0;
right: 0;
width: 6.5em;
}

.about-section img.left, .about-section img.right{
top: -41px;
}
.about-section img.bottom-left {
position: absolute;
left: 0;
bottom: -33px;
max-width: 200px;
}
.offer-slider img.what-offer-left {
top: 50%;
left: 0;
position: absolute;
transform: translateY(-50%);
}
section.join-us-section {
position: relative;
}
section.join-us-section img.bottom-left {
position: absolute;
bottom: 0;
left: -66px;
}
.why-should-attend img.left {
top: -135px;
}
.highlight-section, .keep-good-aection,.register-section{
position: relative;
}
.highlight-section img.bottom-right {
position: absolute;
top: -33px;
right: 0;
max-width: 226px;
}
.highlight-section .container-fluid >img.cap {
position: absolute;
top: 15px;
left: 42.5%;
transform: translateX(-50%);
height: 30px;
}
.register-section img.bottom-left {
position: absolute;
left: 0;
bottom: -176px;
max-width: 200px;
}
figcaption.time-caption>img {
position: absolute;
left: 50%;
top: 0;
top: -11px;
right: unset;
width: 65%;
transform: translateX(-50%);
}
footer img.bottom-left {
position: absolute;
left: 0;
bottom: 56px;
max-width: 134px;
z-index: 11;
transform: rotate(180deg);
}
footer img.right {
top: -28px;
}
#fb-root img.cap {
position: fixed;
right: 16px;
z-index: 11111;
bottom: 79px;
height: 40px;
}
.checkout_order_information .js-form-item.form-item.js-form-type-textfield.form-item-payment-information-add-payment-method-billing-information-address-0-address-given-name.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-given-name{
width: 50%;
margin-right: 0px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; 
}
.checkout_order_information div.address-container-inline.js-form-wrapper.form-wrapper {
display: flex;
flex-wrap: wrap;
}
.checkout_order_information div.address-container-inline.js-form-wrapper.form-wrapper .js-form-item.form-item.js-form-type-textfield.form-item-payment-information-add-payment-method-billing-information-address-0-address-locality.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-locality,
.checkout_order_information div.address-container-inline.js-form-wrapper.form-wrapper .js-form-item.form-item.js-form-type-select.form-item-payment-information-add-payment-method-billing-information-address-0-address-administrative-area.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-administrative-area,
.checkout_order_information div.address-container-inline.js-form-wrapper.form-wrapper .js-form-item.form-item.js-form-type-textfield.form-item-payment-information-add-payment-method-billing-information-address-0-address-postal-code.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-postal-code{
margin: 0 0;
width: 33.33%;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
max-width: 33.333%; 
}
.checkout_order_information div.address-container-inline.js-form-wrapper.form-wrapper .js-form-item.form-item.js-form-type-textfield.form-item-payment-information-add-payment-method-billing-information-address-0-address-postal-code.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-postal-code .postal-code.form-text.required{
width: 100%;
}
.row.exhibition-list{
padding-bottom: 24px;
}
.exhibition-box h3.title::after{
content: none;
}
.awardee-confirmation-form_awardee-confirmation-form .attendee-box .boxcont{
margin: 0px 0px 0 0px;
}
/*31-12-2020*/
.events_ifah-usa-2018 section.speakers h1 {
position:relative;
padding:0;
margin:1em 0;
}
.events_ifah-usa-2018 section.speakers h1:before {
position: absolute;
content: "";
width: 125px;
height: 5px;
background: #1f7b76;
left: 50%;
bottom: -10px;
margin-left: -62px;
}
@media screen and (max-width: 991px){

figcaption.time-caption {
max-width: 80%;
left: 10%;
bottom: -10%;
}
.count-event{
margin-bottom:0;
}
ul.count-list li time {
font-size: 25px;
}
.count-event h3 {
font-size: 21px;
margin-bottom: 8px;
}
body.customawardee-nomination-form212 form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .fieldset-wrapper>.primary-payment-method {
margin-top: 0em!important;
}
.gallery-img-content.col-img-400 img.events-img-03{
max-height: 400px;
object-fit: cover;
}
}

@media screen and (max-width: 767px){
figcaption.time-caption {
max-width: 100%;
padding: 16px 16px;
border-radius: 0;
margin-top: 0;
}

.header {

background-color: #6d9876;
}
.header.sticky {
position: fixed;
transition: 0.5s all;
}

}
@media only screen and (min-width: 992px) and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait){
figcaption.time-caption{
max-width: 58% !important;
bottom: -5%;
left: 21.5%;
}
}
@media (max-width: 1470px)
{
.count-event h3 {
font-size: 23px;
margin-bottom:0;
padding:0;
}

ul.count-list li time{
font-size: 33px;
}
ul.count-list  li small{
font-size: 14px;

}
}
@media (min-width: 1200px){
figcaption.time-caption{
width: 43%;
}  
}
.header_register {
align-items: center;
justify-content: center;
height: 100%;
display: flex;
}
@media screen and (max-width: 1199px){
.primery-header p,.header_register .reg_login {
font-size: 13px;

}
.header_register {
align-items: center;
justify-content: flex-end;
height: 100%;
display: flex;
}
ul.secondary-menu-list {
max-width: 80%;
margin: 0 auto 15px;
}
}
@media screen and (max-width: 1024px){

ul.secondary-menu-list {
max-width: 80%;
margin: 0 auto 15px;
}
}
@media screen and (max-width: 991px){
.header_register {
align-items: center;
justify-content: center;
height: 100%;
display: flex;
}

}
@media screen and (max-width: 1024px){
.pricing-box .top-title h2 {
font-weight: 700;
font-size: 18px;

}
.nav.my-navbar li+li {
border-top: 1px solid #1f7b76;
}
.nav.my-navbar li {
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: center;
}
.nav.my-navbar li a {
display: block;
width:calc(100% - 32px);
text-align: left;
font-weight: 500;
position: relative;
color: #1f7b76;
}
/*.nav.my-navbar li a+ul{
display: none !important;
}*/
.nav.my-navbar li a.show+ul{
display: block !important;
}

header .my-navbar .dropdown-menu li a{
color: #fff;
padding: 5px;
}
b.caret.dropdown-toggle {
margin-left: 0;
position: absolute;
top: 0;
left: 100%;
height: 100%;
display: flex;
align-items: center;
width: 32px;
justify-content: center;
border-left: 1px solid #06459d;
border-right: 1px solid #06459d;
}

header .nav-item:hover>.dropdown-menu {
display: none!important;
}
header .nav-item:hover>.dropdown-menu.show {
display: block!important;
}
header a.dropdown-toggle::after{
position: absolute;
top: 50%;
left: calc(100% + 8px);
}
.nav.my-navbar li:first-child {
margin-left: 0px;
}
.nav.my-navbar li+li {
margin-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
width: 100%;
}
.nav.my-navbar li a:hover{
color: #06459d;
}
header.sticky .nav-item:hover>.dropdown-menu {
padding-top: 0px;
}
header .dropdown-menu li {
padding: 0 0;
}
.layout-region-checkout-main, .layout-region-checkout-footer {
float: unset;
width: 100%;
padding-right: 0;
box-sizing: border-box;
}
.layout-region-checkout-secondary {
float: unset;
width: 100%;
margin-bottom: 16px;
margin-top: 16px;
}

}
@media screen and (max-width: 780px){
body.checkout_order_information .layout-region-checkout-secondary {
display: block;
}
}
@media screen and (max-width: 767px){
img.banner-border-img{
display:none;
}
figcaption.time-caption {max-width: 100%;padding: 8px 15px;border-radius: 0;left: 0;bottom: -21%;width: 100%;}
.count-event h3 {
font-size: 14px;
margin-bottom: 0;
}
.count-event h3 {
font-size: 14px;
}
ul.count-list  li small{
font-size: 10px;

}
ul.count-list li+li time::before {
left: -40%;
font-size: 16px;

}
.count-event {
margin-bottom: 8px;
}
section.event-intro{
padding-top: 130px !important;
}
.header_register {
padding-top: 0;
margin: 0 0;
}
ul.count-list li time{
font-size: 22px;
}
fieldset#edit-payment-information legend span, 
form#commerce-checkout-flow-multistep-default .form-item-payment-information-add-payment-method-billing-information-select-address label {
font-size: 25px;

}
ul.secondary-menu-list {
display: flex;
flex-direction: column;
}
ul.secondary-menu-list li{
margin: 4px 0px;
}
}


/*31-12-2020*/
@media screen and (max-width: 575px){
figcaption.time-caption {
max-width: 100%;
padding: 8px 15px;
margin-top: -5%;
border-radius: 0;
}

/*********12-1-2021******************/
.who_we_are_figure img {
object-fit: cover;
min-height: 30vh !important;
}
.who_we_are_banner .banner_caption h1 {
font-size:20px;
}
.my-breadcrumb .breadcrumb {
font-size: 14px;
padding: 12px 10px;
margin-top: -2rem;
}
.attendee-box .title {
font-size: 20px;
margin-bottom: 8px;
}
.attendee-box input, .attendee-box select {
line-height: 40px;
padding: 4px 10px;
height: 40px;
}
.attendee-box .title span {
color: #6d6c6c;
font-size: 16px;
font-weight: 500;


}
span#span1 {
margin-top: 0px;
margin-right: 0px;
}
.awardee-wrapper .title div#box_1 {
position: static;
padding: 0 15px;
}
.awardee-wrapper .title {
font-size: 17px;
}
.attendee-box .boxcont .add_btn {
padding: 4px 16px;
line-height: 1.45;
width: auto;
height: auto;
font-size: 14px;
}
div.repeat_box .add_btn {
width: auto !important;
margin: 0 0 0 0!important;
}
.switch-toggle-box.mb-5 {
margin-bottom: 16px!important;
}
.exhibition-box .exhibition-list h6 {
min-height: auto;
}
section.event-intro {
padding-top: 30px !important;
}
.exhibition-box .exhibition-content .top-title {
font-size: 25px;
padding: 0px 0 0px 0;
}
.exhibition-content ul {
padding-bottom: 25px;
}
.exhibition-box .exhibition-content .top-title{
height: auto;
min-height: unset;
}
button#payment-btn {
width: 100%;
white-space: normal;
}
.edcon-text h4.text-uppercase {
font-size: 15px;
}
figcaption.figure-caption-badge-c {
bottom: 26%;
transform: translateY(-26%);
font-size: 18px;
}
.testimonial-wrapper .carousel-inner {
min-height: 45vh;
}
.nomination-section .form-wrapper h2{
font-size: 22px;
}
body.checkout_order_information .layout-region-checkout-secondary div#edit-order-summary{
padding: 0 8px;
}
.Agenda_main-box .agenda-detail {
text-align: left;
}
}

@media screen and (max-width: 492px){
.edcon-text h4.text-uppercase {
font-size: 13px;
margin: 0 0 10px;
}
.edcon-text h5.award_heading {
font-size: 12px;
}
h4.event-awardee-name.text-center.text-uppercase {
margin: 0 0 10px 0 !important;
font-size: 16px;
}
h4.capitalize p {
font-size: 12px;
}
h4.eaddress {
font-size: 16px;
}
h4.edate {
font-size: 14px;
margin: 0 0 8px;
}
h4.text-uppercase.text-center.pt-3.pb-0 {
font-size: 19px;
padding-top: 18px!important;
}
}
@media screen and (max-width: 420px){
div#edit-custom-checkout-pane-custom-message .col-lg-5,div#edit-custom-checkout-pane-custom-message .col-lg-5>.container {
padding-right: 0px;
padding-left: 0px;
}
.edcon-text h4.text-uppercase {
font-size: 12px;
margin: 0 0 8px;
}
h4.event-awardee-name.text-center.text-uppercase {
margin: 0 0 6px 0 !important;
font-size: 14px;
}
h4.capitalize p {
font-size: 11px;
}

}

@media screen and (max-width: 375px){
h4.eaddress {
font-size: 14px;
font-weight: 500;
}
h4.edate {
font-size: 12px;
margin: 0 0 8px;
}
h4.text-uppercase.text-center.pt-3.pb-0 {
font-size: 16px;
font-weight: 500;
padding-top: 12px!important;
}
.container.text-center.text-uppercase {
max-width: 90%;
line-height: 1.2;
font-size: 14px;
}
}



@media screen and (max-width: 1200px){

.social-hover img{
width:200px !important;
height: auto;
}
.contactform-bg  .g-recaptcha{
margin-bottom: 5rem;
margin-top: 0;
}

.g-recaptcha{
margin-bottom: 2rem;
margin-top: 2rem;
}
.past-participants-section .slick-slide img{
width:auto;
min-width: 193px;
max-width:100%;
}

}

@media screen and (max-width: 992px){



.advArea .info-text p{
font-size: 12px;
}
.site-branding-text img{
max-width:180px;
}
.IFAH-Vegas-partner h2.heding-size, .media-partner h2, .exhibitors-partner h2{

font-size: 24px;
}
.event_agenda_investor h2, .agenda_sponser h2, .IFAH-Vegas-partner h2{
font-size:26px !important;
}
#sponsors img, .IFAH-Vegas-partner img{
max-width:200px ;
width: 200px ;
min-width: 200px;
}

.media-partner img{
max-width:200px ;
width: 200px ;
min-width: 200px;
}
.past-participants-section .slick-slide img{
width:auto;
min-width: 240px;
max-width: 240px;
}
.participants-track .slick-slide{
width:100% !important;
}

.events-vegas-img-wrapper{
padding-top:6rem;
}
.event-intro .what-row p{
padding-right: 0px;
}
.who_we_are_figure img, .pos img {
min-height: 50vh;
object-fit: cover;
}
.social-hover img{width: 160px !important;}

}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 992px){
.blog-detail .pos img {
min-height: 60vh;
object-fit: cover;
}
.blog-detail  figure.pos {
position: relative;
}

figcaption.figure-caption-top{
position: absolute;
color: #fff;
top: 50%;
transform: translateY(-50%);
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

figcaption.figure-caption-top h2.text-uppercase {
font-size: 16px;
}
.blog-detail .breadcrumb{
font-size:14px !important;

} 

/* figcaption.figure-caption-top{
top: 60%;
} */
}

@media screen and (max-width:767px){
.blog-detail .pos img {
min-height: 70vh !important;
object-fit: cover;
}
/* figcaption.figure-caption-top{
top: 30%;
} */
figcaption.figure-caption-top h2{
font-size: 20px;
}
figcaption.figure-caption-top h1{
font-size: 24px;
}
}

@media screen and (max-width:375px){
.blog-detail .pos img {
min-height: 85vh !important;
object-fit: cover;
}

}
/*Register responsive start*/



@media screen and (max-width: 991px){

.buy-pass_buy-pass .webform-multiple-add.js-webform-multiple-add.container-inline{top: 0;}

#delegates_table {
margin-top: 20px;
}

.buy-pass_buy-pass .webform-register-wrapper .js-form-item {
margin-bottom: 0.5rem;
position: relative;
}
.buy-pass_buy-pass .webform-register-wrapper .webform-multiple-table td .js-form-item {
margin: 0 0 0px 0;
width: 100%;
}
.buy-pass_buy-pass .myregisterArea .mycart div#edit-actions input{
width:100%;
}

.buy-pass_buy-pass .webform-multiple-table-responsive td.webform-multiple-table--operations {
display: flex;
justify-content: flex-end;
margin-bottom: 16px;
padding: 0 16px;
}
.buy-pass_buy-pass .webform-multiple-table td.webform-multiple-table--operations-two {
width: 100%;
}
.buy-pass_buy-pass .webform-multiple-table td input[type="image"] {

width: 32px !important;

float: right;

margin: 5px 15px;
}
}

@media screen and (max-width: 768px){
.buy-pass_buy-pass .webform-multiple-table-responsive td.webform-multiple-table--operations {
display: block;
}
.buy-pass_buy-pass #edit-delegates label, .form-item-delegates label{
font-size:18px;
}
}
@media screen and (max-width: 767px){

.col-md-4.col-media-patner {
text-align: center;
}
.owl-item.active.center .detail, .owl-item.active.center .event-slider-box a{
border-bottom: 1px solid;
}
.past-awardee-dubai-2019_past-awardee-dubai-2019 .awardee-detail-list h3{
padding-top:8px;
}
.special-box .detail p, .awardee-detail-list p{
margin-top: 1px;
}
.special-box .detail h3, .awardee-detail-list h3 {

margin-top: 8px;
}
/*.contactform-bg .g-recaptcha {
top: -104px;
}*/
.home_form_section .contactform-bg .g-recaptcha{
top: 0;
}
.g-recaptcha {
position: relative;
overflow-x:auto;
overflow-y:hidden;
margin-bottom: 2rem;

}
.past-participants-section .slick-slide img{
width: 300px !important;
min-width: 300px;
max-width: 300px;
margin-left: auto;
}
.participants-track .slick-slide{
width:100% !important;
margin: auto;
text-align: center;
}

.contactform-bg.rounded{
padding:0; 
}
.rc-anchor-normal {
height: 74px;
width: 335px;
}
.buy-pass_buy-pass form.webform-submission-register-attendees-add-form{
padding-top:0px
}
.buy-pass_buy-pass .captcha .g-recaptcha {margin-bottom:0;top: 0;}
#edit-delegates label, .form-item-delegates label{
font-size:18px;
padding-top: 4px;
}
.buy-pass_buy-pass ul.cartData{
font-size:16px;
font-weight:500; 
}
.buy-pass_buy-pass .responsive-enabled tbody tr td{
padding:0;
}
.buy-pass_buy-pass .webform-register-wrapper .webform-multiple-table td .js-form-item{
width:100%;  
}
.checkout_order_information div#edit-payment-information-add-payment-method-billing-information-address-0-address-container4 {
display: inline-flex!important;
}
.checkout_order_information .js-form-item.form-item.js-form-type-checkbox.form-item-agree-terms-terms-and-conditions.js-form-item-agree-terms-terms-and-conditions{
display: flex;

}
.checkout_order_information .js-form-item.form-item.js-form-type-checkbox.form-item-agree-terms-terms-and-conditions.js-form-item-agree-terms-terms-and-conditions label{
padding-left: 5px;
}
}

@media screen and (max-width: 575px){
.buy-pass_buy-pass .webform-multiple-add.js-webform-multiple-add.container-inline .button.js-form-submit.form-submit {
min-height: unset;
height: 35px;
line-height: 20px;
max-height: unset;
padding: 4px;
}
.buy-pass_buy-pass .webform-register-wrapper .form-text, .webform-register-wrapper .js-form-item input, .webform-multiple-add.js-webform-multiple-add.container-inline input {
padding: 8px;
font-size: 13px;
height: 33px;
max-height: 33px;
margin-bottom: 8px;
}
.buy-pass_buy-pass .webform-multiple-table td input[type="image"] {
width: 22px !important;
float: right;
margin-left: 15px;
}
.address-container-inline {
flex-direction: column;
}
#edit-payment-information-add-payment-method-billing-information .address-container-inline .js-form-item.form-item.js-form-type-textfield.form-item-payment-information-add-payment-method-billing-information-address-0-address-locality.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-locality {
width: 100%;
}
body.customawardee-nomination-form121 div#edit-agree-terms {
margin-top: 1em!important;
position: relative;
}
fieldset#edit-payment-information .fieldset-wrapper {
padding: 0 20px 20px;
}
div#edit-payment-information-add-payment-method-billing-information {
padding: 16px!important;
}
fieldset#edit-payment-information .fieldset-wrapper {
padding: 0 0;
}
fieldset#edit-payment-information .fieldset-wrapper .form-composite legend {
text-align: center;
width: 100%;
margin-bottom: 16px;
}
fieldset#edit-payment-information .fieldset-wrapper .form-composite legend span {
text-align: center;
font-size: 21px !important;
width: 100%;
}
.checkout_order_information div.address-container-inline.js-form-wrapper.form-wrapper .js-form-item.form-item.js-form-type-textfield.form-item-payment-information-add-payment-method-billing-information-address-0-address-locality.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-locality, .checkout_order_information div.address-container-inline.js-form-wrapper.form-wrapper .js-form-item.form-item.js-form-type-select.form-item-payment-information-add-payment-method-billing-information-address-0-address-administrative-area.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-administrative-area, .checkout_order_information div.address-container-inline.js-form-wrapper.form-wrapper .js-form-item.form-item.js-form-type-textfield.form-item-payment-information-add-payment-method-billing-information-address-0-address-postal-code.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-postal-code {
margin: 0 0;
width: 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.checkout_order_information div#edit-payment-information-add-payment-method-billing-information-address-0-address-container4 {
width: 100%;
}
}
@media screen and (max-width: 375px){
.buy-pass_buy-pass #edit-delegates label, .form-item-delegates label{
font-size:14px;
} 
.buy-pass_buy-pass .webform-register-wrapper input#edit-delegates-add-submit{

max-width: 70px !important;

margin-left: 50px!important;
}
.buy-pass_buy-pass .webform-multiple-add.js-webform-multiple-add.container-inline .button.js-form-submit.form-submit{
max-width: 70px !important;

margin-left: 50px!important; 
}
}
@media screen and (max-width: 767px){

.blog-content-section .item-list ul li{
margin-left: 0 !important;
}

.user_login .confirmation-login .content-left{
min-height: 100%;
padding-top: 16rem;
}

.user_login #block-gfah-local-tasks{
display: none;
}
.user_password .confirmation-login .content-left {
min-height:90vh;
}
.nav.my-navbar li a, .navbar ul li.nav-item.new-event-menu > a {
font-size: 14px!important;
}
}

@media screen and (max-width: 375px){
.gallery_gallery .figure-caption-top{
bottom:64%;
}
.gallery_gallery .pos img {

min-height: 50vh;
object-fit: cover;
}

.user_login .confirmation-login .form-wrapper h5,.user_password .confirmation-login .form-wrapper h5 {
font-size: 12px;
}
.confirmation-login .form-wrapper .content{
width: 100%;
}
.user_password .confirmation-login .content-left {
min-height:100vh;
}

.advArea .adv-team ul li{
width:100%;
}
}


@media screen and (max-width: 1200px){
.advArea .info-text h4{
font-size:22px;
}
.advArea .info-text h4 span{
font-size:18px;
}
li.pager__item {
margin-left: 20px;
}
}


@media screen and (min-width: 1600px){
.banner_caption h1 {
font-size:2.5rem;
font-weight: 700;
}
.banner_caption p {
font-size:1.6rem;
}

.container {
max-width: 1400px;
}
.covid-19_covid-19 .container {
max-width: 1140px;
}
}



.dubai-2022_dubai-2022 #tab-menu-one-home1 .agenda-detail > div:nth-child(1),
/*.dubai-2022_dubai-2022 #tab-menu-one-home1 .agenda-detail > div:nth-child(4),*/
.dubai-2022_dubai-2022 #tab-menu-one-home1 .agenda-detail > div:nth-child(7),
/*.dubai-2022_dubai-2022 #tab-menu-one-home1 .agenda-detail > div:nth-child(12),*/
.dubai-2022_dubai-2022 #tab-menu-one-home1 .agenda-detail > div:nth-child(13)
{
background: #1f7b76;
margin-bottom: 8px !important;
display: flex;
clear: both;
color: #fff;
}

.dubai-2022_dubai-2022 #tab-menu-one-home2 .agenda-detail > div:nth-child(1), 
/*.dubai-2022_dubai-2022 #tab-menu-one-home2 .agenda-detail > div:nth-child(4),*/ 
.dubai-2022_dubai-2022 #tab-menu-one-home2 .agenda-detail > div:nth-child(7), 
/*.dubai-2022_dubai-2022 #tab-menu-one-home2 .agenda-detail > div:nth-child(12),*/
.dubai-2022_dubai-2022 #tab-menu-one-home2 .agenda-detail > div:nth-child(13)
{
background: #1f7b76;
margin-bottom: 8px !important;
display: flex;
clear: both;
color: #fff;
}

.dubai-2022_dubai-2022 #tab-menu-one-home3 .agenda-detail > div:nth-child(1), 
/*.dubai-2022_dubai-2022 #tab-menu-one-home3 .agenda-detail > div:nth-child(4), */
.dubai-2022_dubai-2022 #tab-menu-one-home3 .agenda-detail > div:nth-child(7),
/*.dubai-2022_dubai-2022 #tab-menu-one-home3 .agenda-detail > div:nth-child(12),*/
.dubai-2022_dubai-2022 #tab-menu-one-home3 .agenda-detail > div:nth-child(13)
{
background: #1f7b76;
margin-bottom: 8px !important;
display: flex;
clear: both;
color: #fff;
}



/*
.dubai-2022_dubai-2022 #tab-menu-two-home1 .agenda-detail div:nth-child(6),
.dubai-2022_dubai-2022 #tab-menu-two-home1 .agenda-detail div:nth-child(9),
.dubai-2022_dubai-2022 #tab-menu-two-home1 .agenda-detail div:nth-child(12),
.dubai-2022_dubai-2022 #tab-menu-two-home1 .agenda-detail div:nth-child(15) {
background: #1f7b76;
background: unset;
margin-bottom: 15px;
display: flex;
clear: both;
color: #000;
}
*//*
.dubai-2022_dubai-2022 #tab-menu-two-home2 .agenda-detail div:nth-child(5), 
.dubai-2022_dubai-2022 #tab-menu-two-home2 .agenda-detail div:nth-child(9), 
.dubai-2022_dubai-2022 #tab-menu-two-home2 .agenda-detail div:nth-child(13), 
.dubai-2022_dubai-2022 #tab-menu-two-home2 .agenda-detail div:nth-child(16) {
background: unset;
margin-bottom: 15px;
display: flex;
clear: both;
color: #000;
}*/

/*.dubai-2022_dubai-2022 #tab-menu-two-home3 .agenda-detail div:nth-child(5), 
.dubai-2022_dubai-2022 #tab-menu-two-home3 .agenda-detail div:nth-child(9), 
.dubai-2022_dubai-2022 #tab-menu-two-home3 .agenda-detail div:nth-child(13),
.dubai-2022_dubai-2022 #tab-menu-two-home3 .agenda-detail div:nth-child(17) {
background: unset;
margin-bottom: 15px;
display: flex;
clear: both;
color: #000;
}*/


.usa-2022_usa-2022 #tab-menu-one-home1 .agenda-detail > div:nth-child(1),
/*.usa-2022_usa-2022 #tab-menu-one-home1 .agenda-detail > div:nth-child(4),*/
.usa-2022_usa-2022 #tab-menu-one-home1 .agenda-detail > div:nth-child(7),
/*.usa-2022_usa-2022 #tab-menu-one-home1 .agenda-detail > div:nth-child(8),*/
/*.usa-2022_usa-2022 #tab-menu-one-home1 .agenda-detail > div:nth-child(12),*/
.usa-2022_usa-2022 #tab-menu-one-home1 .agenda-detail > div:nth-child(13)
{
background: #1f7b76;;
margin-bottom: 8px !important;
display: flex;
clear: both;
color: #fff;
}

.usa-2022_usa-2022 #tab-menu-one-home2 .agenda-detail > div:nth-child(1),
/*.usa-2022_usa-2022 #tab-menu-one-home2 .agenda-detail > div:nth-child(4),*/
.usa-2022_usa-2022 #tab-menu-one-home2 .agenda-detail > div:nth-child(7),
/*.usa-2022_usa-2022 #tab-menu-one-home2 .agenda-detail > div:nth-child(8),*/
/*.usa-2022_usa-2022 #tab-menu-one-home2 .agenda-detail > div:nth-child(12),*/
.usa-2022_usa-2022 #tab-menu-one-home2 .agenda-detail > div:nth-child(13)
{
background: #1f7b76;;
margin-bottom: 8px !important;
display: flex;
clear: both;
color: #fff;
}



.usa-2022_usa-2022 #tab-menu-one-home3 .agenda-detail > div:nth-child(1),
/*.usa-2022_usa-2022 #tab-menu-one-home3 .agenda-detail > div:nth-child(4),*/
.usa-2022_usa-2022 #tab-menu-one-home3 .agenda-detail > div:nth-child(7),
/*.usa-2022_usa-2022 #tab-menu-one-home3 .agenda-detail > div:nth-child(8),*/
/*.usa-2022_usa-2022 #tab-menu-one-home3 .agenda-detail > div:nth-child(12),*/
.usa-2022_usa-2022 #tab-menu-one-home3 .agenda-detail > div:nth-child(13)
{
background: #1f7b76;;
margin-bottom: 8px !important;
display: flex;
clear: both;
color: #fff;
}


/*23-03-2021*/

@media screen and (max-width: 1199px){
.dropdown-menu.multi-level b.caret.dropdown-toggle i {
transform: rotate(0deg);
}
.primery-header1 {
font-size: 11px;
}
.banner-slider-option h2,
.banner-slider-option h1 {
font-size: 2.5rem;
}


.who_we_are_figure img, .pos img {
min-height: 60vh;
}

}

@media screen and (max-width: 991px){
.primery-header1 {
font-size: 11px;
}
address.banner-address {
margin-top: 0rem;
margin-bottom: 0.5rem;
font-size: 16px;
}
.banner-slider-option h2,
.banner-slider-option h1 {
font-size: 1.5rem;
}
.primery-header{
padding: 5px 12px;  
text-align:center;
}
.primery-header p{
justify-content:center !important;
margin-bottom: 5px;
}
.banner_caption h1 {
font-size:24px;
font-weight: 700;
}
}
@media screen and (max-width: 767px){
.primery-header1 {
font-size: 11px;
padding: 5px 12px;
}
.primery-header{
padding: 5px 12px;  
}
.home_home .main_body_content .video-section video {
height: 80vh;
object-fit: cover;
}

.who_we_are_figure img {
object-fit: cover;
min-height: 75vh !important;
}

}
@media screen and (max-width: 400px){
#edit-active-conference--2, #edit-active-conference{
font-size: 12px;
}
.home_form_section{
padding: 0px 0px 40px 0px;
}
}
@media screen and (max-width: 375px){
.primery-header1 {
font-size: 11px;
}
.home_home .main_body_content .video-section video {
height: 100vh;
object-fit: cover;
border-radius: 0px;
}
}

@media screen and (max-width: 340px){
.primery-header1 {
font-size: 11px;
}
.home_home .main_body_content .video-section video {
height: 70vh;
object-fit: cover;
}
/*.who_we_are_figure img {
object-fit: cover;
min-height: 85vh !important;
}*/
.banner-slider-option h2,
.banner-slider-option h1 {
font-size: 16px !important;
}
address.banner-address {
margin-top: 0rem;
margin-bottom: 5px;
font-size:12px;
}
.who_we_are_banner .banner_caption {
bottom: 28%;
transform: translateY(28%);
}
body.checkout_order_information .who_we_are_figure img {
min-height: 30vh !important;
}
}
@media screen and (max-width: 767px){
.banner-slider-option {
bottom: 25%;
transform: translateY(46%);
}
figcaption.time-caption {
bottom: 0;
margin-top: unset;
position: static;
}

}
@media screen and (max-width: 575px){

figcaption.time-caption {
bottom: 0;
margin-top: unset;
position: static;
}

}

/*23-03-2021*/

/*reset css start responsive*/
@media screen and (max-width: 1200px){

.reset-password-link .content-left h1 {
font-size: 1.5rem;
margin-bottom:1rem;
}
.reset-password-link .confirmation-login .content-left{
padding-left:5px;
padding-right:5px;
}
}
@media screen and (max-width: 992px){
.reset-password-link .confirmation-login .content-left {
padding-top:0rem;
}


}
@media screen and (max-width: 767px){
.reset-password-link .confirmation-login .content-left {
padding: 0;
padding-top: 16rem;
padding-bottom: 3rem;
}
.reset-password-link .content-left h1 {
font-size: 1.6rem;
margin-bottom:1rem;
}
}
@media screen and (max-width: 375px){
.reset-password-link .confirmation-login .content-left {
padding-top: 15rem;
padding-left: 20px;
padding-right: 20px;
}
.reset-password-link .content-left h1 {
font-size: 1.3rem;
margin-bottom:1rem;
}
.message-box div{
font-size: 12px;
}
.reset-password-link .user-pass-reset p{
font-size:12px
}
}
/*reset css end*/
@media screen and (max-width: 767px){
.gold_sliver_exhibitor h2{
font-size:20px;
}

.exhibitor_section h2{
font-size: 24px;
text-align: center;
margin-bottom: 14px;
}
.exhibitor_section h2 br{
display:none;
}
.exhibitor_section .btn_exhibitor_wrapper{
justify-content:center;
}
.exhibitor_content {
margin-bottom: 32px;
}

.exhibitor_slick img{
width:65%;
margin:auto;   
min-height: 120px;
max-height: 120px;
}

}

/*section need to hide*/


.home_home .exhibitor_section ,.event_agenda_investor ,.agenda_sponser ,.our-ptner-section,.social-list{

display: none !important;

}



.dubai-2022_dubai-2022 button.btn.btn-speaker{
display: none !important;   
}


/*section need to hide*/

/* new responsive css  */

@media screen and (max-width: 1199px){
button.btn.toggle-btn.btn-call-menu {

margin-top: 24px;
}
.row.row-expand-nomination>.col-lg-6, .row.row-expand-nomination>.col-lg-6{
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 100%;
max-width: 100%;
}
.badge-section figure img{

transform: scale(1);

display: flex;

margin: auto;
}
.technology-section .row.row-expand {
flex-direction: column !important;
}
.technology-img{
width:60%;
margin:auto;
margin-top:1rem;
}
.row.row-expand>.col-lg-5, .row.row-expand>.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 100%;
max-width: 100%;
}
}

@media screen and (max-width: 991px){

.banner-slider-option {
/*   
bottom: 35%;

transform: translateY(50%);*/
bottom: 12%;
transform: unset;
}
img.home-baner {
min-height: 70vh;
object-fit:cover;
}

section.event-intro {
padding: 0px 0 50px;
}

.who-attend-text h4 {

font-size: 20px;

display: flex;

align-items: center;

height: 65px;

justify-content: center;
}

.key_gallery_figcaption h3 {

font-size: 18px;
}

}

/*@media screen and (max-width: 767px){
.social-media li {
width: 20%;
}*/
.technology-img{
width:100%;

}
.banner-slider-option {

bottom: 45%;
transform: translateY(50%);

}
.who-attend-text h4 {
height: 30px;
justify-content: center;
}
button.btn.toggle-btn.btn-call-menu {
margin-top: 23px;
}
img.home-baner{
height: 100vh;
object-fit: cover;
}

.banner-slider-option h2,
.banner-slider-option h1{
margin-top:20px;
}

/* who we are css  */

.management-wrap-about.advisory-wrap-about {
padding-top: 35px;
margin-top: 0;
}
.management-wrap-about h2{
font-weight:700;
font-size: 26px;

}
/* .testimonial-section h2 {
font-size: 40px;
font-weight:700;
color: #000;
} */

/*be recognised*/

.conf-radio-div{
display:block;
}
.conf-radio-box {
width: 100%;
cursor: pointer;
}
.awardee-tabs .tab-content .tab-pane div.form-actions{
text-align: left !important;
}

/*past events */

.past_e_glimpse h2,
.past_e_key h2 {
font-weight: 600;
font-size: 21px;

}
.past_e_glimpse,
.past_e_key_gallery{
padding: 35px 0;
}
.past_e_glimpse p {
font-size: 16px;

}
.past_e_key_gallery p {
margin-bottom: 35px;
font-size: 16px;

}
body.past-events_past-events .key_gallery_figcaption{
position: static;
}
body.past-events_past-events .key_gallery_figcaption h3 {
margin-bottom: 0;
font-size: 18px;
}

body.past-events_past-events .past_e_key h2{
font-size: 25px;

}


.who-we-are-intro h2{
font-size: 26px;
margin-bottom: 30px;
}

/*agenda*/

.our-ptner-section img.media-img {
padding: 15px;
}

/*register*/
.buy-pass_buy-pass .js-form-item.form-item.js-form-type-radio.form-item-select-conference.js-form-item-select-conference, .buy-pass_buy-pass .js-form-item.form-item.js-form-type-radio.form-item-active-conference.js-form-item-active-conference {
width: 100%;

}
.buy-pass_buy-pass div#edit-select-conference,.buy-pass_buy-pass div#edit-active-conference{
display: block;
}



@media screen and (max-width: 350px){

img.home-baner {
height: 85vh;
object-fit: cover;
}
.be-recognized_be-recognized .awardee-tabs .tab-content form .form-no-label {

margin-right: 15px;
}
.g-recaptcha {

width: 95%;
}
}
/* new responsive css  */





@media screen and (max-width: 1600px){

.partner_bg_right {

padding-left: 4rem;
}

}


@media screen and (max-width: 1199px){

.exhibitor_slick img {
min-height: 110px;
object-fit: contain;
max-height: 110px;
/* min-width: 160px; */
max-width: 100%;
margin: 0 auto;
}

}

@media screen and (max-width: 991px){

.partner_bg_right {
padding: 40px 50px;
}
.partner_bg_right .slick-slide {
max-width: 335px;
}
.partner_bg_left img {
min-height: 450px;
max-height: 450px;
}
}


@media screen and (max-width: 767px){

.exhibitor_slick img {
min-height: 140px !important;
object-fit: contain;
max-height: 140px !important;
/* min-width: 160px; */
max-width: 100%;
margin: 0 auto;
}
.partner_bg_left img {
min-height: 350px;
max-height: 350px;
}
img.home-baner {
height: 80vh;
}
}





/* ----------register page new block responsive*/

@media(max-width:1500px){
.explor_banner_content h3 {
font-size: 21px;

}
.explor_banner_content h1 {
font-size: 27px;
}
.registration_registration .gister_caption {
transform: translateY(27%);
}
.blog_post_title h2{
font-size: 20px;
}
}
@media screen and (max-width: 1199px){

.registration_registration .storeArea li,
.registration-usa_registration-usa .storeArea li  {
flex-basis: 33.33%;
margin-bottom: 16px;
}

.registration_registration .g-recaptcha>div,
.registration-usa_registration-usa .g-recaptcha>div {
max-height: 80px;
overflow-x: scroll;
max-width: 100%;
}
.storeArea ul li {
flex: 1;
width: auto;
}

.explor_banner_form .js-form-item.form-item.js-form-type-radio.form-item-select-conference.js-form-item-select-conference, .explor_banner_form .js-form-item.form-item.js-form-type-radio.form-item-active-conference.js-form-item-active-conference{
width:100%;
}

.registration_registration section.banner_section .gister_figur>img,
.registration-usa_registration-usa section.banner_section .gister_figur>img {
min-height: 65vh;
object-fit: cover;
}

.registration_registration section.banner_section .explor_banner_content h1,
.registration-usa_registration-usa  section.banner_section .explor_banner_content h1 {
font-size: 36px;
}

.registration_registration section.banner_section .explor_banner_content h3,
.registration-usa_registration-usa section.banner_section .explor_banner_content h3 {
font-size: 24px;
}

.registration_registration section.banner_section .js-form-item.form-item,
.registration-usa_registration-usa section.banner_section .js-form-item.form-item  {
margin: 0.5rem;
}


.registration_registration .g-recaptcha>div,
.registration-usa_registration-usa  .g-recaptcha>div {
max-height: 80px;
}

.registration_registration  .for_you_figure,
.registration-usa_registration-usa  .for_you_figure {
height: 100%;
display: flex;
align-items: center;
}


.registration_registration .webform-register-wrapper .form-text,
.webform-register-wrapper .js-form-item input,
.registration-usa_registration-usa  .webform-register-wrapper .form-text {
margin-bottom: 10px;
}
.registration_registration .g-recaptcha {
margin-bottom: 0rem;
margin-top: 1rem;
}
.registration_registration .captcha {
margin-bottom: 1rem;
}
.registration_registration .explor_banner_form div#edit-actions input {
margin-left: 15px;
}

.registration_registration .explor_banner_form div#edit-actions-01 input {
margin-left: 15px;
}



}

@media(max-width:1024px){
.registration_registration nav#site-navigation {
background:none;
}

@media screen and (max-width: 991px){

.registration_registration .storeArea li,
.registration-usa_registration-usa .storeArea li  {
flex-basis: 50%;
margin-bottom: 16px;
}


.registration_registration section.banner_section .gister_figur>img,
.registration-usa_registration-usa  section.banner_section .gister_figur>img {
min-height: unset;
object-fit: unset;
}
.registration_registration .gister_caption,
.registration-usa_registration-usa  .gister_caption {
position: static;
bottom: 30%;
left: 0;
width: 95%;
transform: unset;
padding: 16px 0;
background:#378a7a;
margin: 0 auto;
}

.container_re {
position: static;
}
a.registration_logo {
position: absolute;
top: 15px;
left: 15px;
max-width: 190px;
}
.registration_registration section.banner_section .explor_banner_content h1,
.registration-usa_registration-usa  section.banner_section .explor_banner_content h1 {
font-size:28px;
}
.registration_registration .storeArea h3,
.registration-usa_registration-usa  .storeArea h3 {
font-size: 24px;
}
.for_you_section h2 {
font-size: 24px;
}
.for_you_list li {
font-size: 16px;
}
.registration_registration .social-media span,
.registration-usa_registration-usa  .social-media span {
margin: 0 2px;
}
.registration_registration .social-media span a,
.registration-usa_registration-usa   .social-media span a   {

border: 0px solid #ccc; 

font-size: 14px; 

}
.posi_content {
position: static;
}
.registration_registration  ul.re_soical_menu {
margin-bottom: 0;
width: 100%;
padding: 8px 0;
}
.registration_registration ul.r_f_agenda_menu li+li,
.registration_registration ul.re_policey_menu li+li {
margin-left: 0px;
}
.registration_registration .social-media li span {
height: 22px;
width: 22px;
line-height: 22px;
}
.registration_registration .social-media li:last-child span{
background: #1f7b76;
}
.registration_registration .social-media span a {
border: 0px solid #ccc;
font-size: 12px;
line-height: unset;
}
.registration_registration  .social-media {
flex-wrap: unset;
}
.registration_registration  .social-media li {
width: auto;
}
}



@media screen and (max-width: 767px){




.registration_registration figcaption.gister_caption {
position: static;
transform: unset;
}

.registration_registration .explor_banner_content {
position: static;
top: 0rem;
left: 0;
width: 100%;
padding: 1rem;
}

.registration_registration .explor_banner_form {
margin-top: 3rem;
}

.registration_registration ul.our_participating_list {
display: block;
}

.registration_registration ol.for_you_list {
margin-left: 1rem;
padding: 1rem;
}

.registration_registration .for_you_section p {
margin-bottom: 16px;
}

.registration_registration .storeArea ul li {
flex: auto;
}
.registration_registration .our_participating_list li+li {
border-left: 1px solid #d9d9d9;
}
}
}
/*----------register page new block responsive*/
/*===============faq=======================*/
.faqs_faqs .banner_caption p {
font-size: 1.3rem;
font-weight: 500;
}

@media screen and (max-width: 1199px){
.faqs_faqs .banner_caption p {
font-size: 1rem;

}  
}
@media screen and (max-width: 575px){
.faqs_faqs .banner_caption p {

font-weight: 500;
}  
.blog_post_title h2{
font-size: 18px;
}
}

/*===============org-menu-css=================*/
#block-organizermenu:hover .nav-stacked .dropdown-menu{
display: block;
transition: 0.4s all;
}

/*=====================================launchpad_page_section====css=================================================*/
.launch-pad_launch-pad .banner_caption h1 {
font-size: 3.5rem;
color: #1f7b76;
font-weight: 600;
}
/* =======================launchpad_section========================= */
.launch-pad_launch-pad .launchpad_section{
padding: 60px 0rem;


}
.launch-pad_launch-pad .launchpad_section h2{
color:  #227c77;
font-size: 50px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 30px;
text-align: center;
position: relative;
}
.launch-pad_launch-pad .launchpad_section h2::after {
position: absolute;
content: "";
top: 105%;
left: 50%;
transform: translate(-50%);
height: 3px;
width: 100px;
background: #208e88;
}
.launch-pad_launch-pad .launchpad_section p{
color: black;
font-size: 20px;
text-align:center;
font-weight: 500;
}
/* ==================launchpad_image==================== */
.launch-pad_launch-pad .launchpad_image{
padding: 70px 0px;
background: #f7f7f7;
}
.launch-pad_launch-pad .launchpad_image .card {
display: inline-block;
}
.launch-pad_launch-pad .launchpad_image .card{
padding: 30px;
border-radius: 20px;
}

.launch-pad_launch-pad .launchpad_image .card  img{
width: 100%;
border-radius: 10px;
object-fit: cover;
height: 300px;
}
.launch-pad_launch-pad .launchpad_image .card  .card-body .card-title{
display: block;
color: black;
font-size: 25px;
font-weight: 500;
}
.launch-pad_launch-pad .launchpad_image .card  .card-body {
padding: 20px;
}
.launch-pad_launch-pad .launchpad_image .card  .card-body .card_about{
margin-bottom: 30px;
color: #616366;
font-size: 20px;
font-weight: 400;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.launch-pad_launch-pad .launchpad_image  .card_link_box{
display: flex;
justify-content: space-between;
padding: 20px;
background: #f7f7f7;
border-radius: 0px;
position: relative;
z-index: 11;
overflow: hidden;
}

.launch-pad_launch-pad .launchpad_image  .card_link_box:after{
content: '';
position: absolute;
width: 30%;
top: 0%;
right: 0%;
height: 100%;
background: #208e88;
z-index: -11;
transform: skewX(-30deg);
overflow: hidden;
transform-origin: bottom;
}
.launch-pad_launch-pad  .launchpad_image .card_link_box a{
display: inline-block;
font-size: 20px;
}
.launch-pad_launch-pad .launchpad_image   .card_link_box a i{
margin-left: 10px;
font-size: 18px;
}
.launch-pad_launch-pad .launchpad_image  .card_link_box a:nth-child(1) {
color: black;
}
.launch-pad_launch-pad .launchpad_image  .card_link_box a:nth-child(2) {
color: rgb(255, 255, 255);
}
.launch-pad_launch-pad  .launchpad_image  .btn_wrapper{
text-align: center;
}
.launch-pad_launch-pad .launchpad_image   .btn_wrapper button{
color: white;
font-size: 20px;
padding: 15px 50px;
background-color: #208e88;
}
/* ==================================== */
@media screen and (min-width:1650px) {

.launchpad_row_wrapper{
max-width: 1100px;
margin: 0 auto;
}
}
/* ==================================== */
@media screen and (max-width:1600px) {
.launch-pad_launch-pad .launchpad_image{
padding: 60px 0px;
}
.launchpad_row_wrapper{
max-width: 900px;
margin: 0 auto;
}
.launch-pad_launch-pad .launchpad_image .card{
padding: 20px;
}
.banner_section h1{
font-size: 40px;
}
.launch-pad_launch-pad .launchpad_section h2{
font-size: 30px;
}
.launch-pad_launch-pad .launchpad_section p{
font-size: 16px;
}
.launch-pad_launch-pad .launchpad_image .card .card-body .card-title{
font-size: 20px;
}
.launch-pad_launch-pad .launchpad_image .card .card-body .card_about{
font-size: 16px;
margin-bottom: 20px;

}
.launch-pad_launch-pad .launchpad_section .card_link_box{
padding: 15px;
}
.launch-pad_launch-pad .launchpad_section .card_link_box a ,.launch-pad_launch-pad .launchpad_image .card_link_box a{
font-size: 15px;
}
.launch-pad_launch-pad .launchpad_image .card .card-body {
padding: 15px;


}
.launch-pad_launch-pad .launchpad_image  .btn_wrapper button {

font-size: 16px;
padding: 10px 30px;

}
.launch-pad_launch-pad .launchpad_image .card  img{
height: 300px;
}
.launch-pad_launch-pad .launchpad_image .card_link_box{
padding: 12px;
}
.launch-pad_launch-pad .banner_caption h1{
font-size: 2.5rem;
}
}
@media screen and (max-width:1500px) {




}
/* ==================================== */

@media screen and (max-width:1024px) {

.launch-pad_launch-pad .launchpad_section {
padding: 40px 0rem;
}
.launch-pad_launch-pad .launchpad_image .card .card-body .card-title{
margin-bottom: 10px;
font-size: 18px;
}
.launch-pad_launch-pad .launchpad_image .card .card-body .card_about{
font-size: 15px;
}
.launch-pad_launch-pad .launchpad_image .card {
padding: 16px;
}
.launch-pad_launch-pad  .launchpad_image .card_link_box {
padding: 10px;
}
.launchpad_row_wrapper{
max-width: 800px;
margin: 0 auto;
}
}
/* ==================================== */

@media screen and (max-width:991px) {
.launch-pad_launch-pad .launchpad_image .card {
padding: 10px;
}
.launch-pad_launch-pad .launchpad_section .banner_section h1{
font-size: 30px;
text-align: center;
}
.launch-pad_launch-pad .launchpad_section h2 {
font-size: 25px;
}
.launch-pad_launch-pad .banner_caption h1 {
font-size: 2rem;
text-align: center;
}
}

/* ================theme page==================  */

.theme_theme .digital-world{
background:#F9F8FC;
padding:4.8rem 0;
}
.theme_theme .banner_caption p {
font-size: 20px;
font-weight: 500;
}
.theme_theme .banner_caption h1 {
font-size: 50px;
color: var(--theme-color);
font-weight: 700;
}
.border-bottom .container .row div:nth-child(n+2){
border-left: 1px solid#1f7b76ba;
}
.theme_theme .digital-world h2{
font-size:45px;
color: var(--theme-color);
text-align: center;
font-weight: 600;
margin-bottom: 26px;
}
.theme_theme .digital-world .heading_digital{
max-width: 800px;
margin:  0 auto;
}
.theme_theme .digital-world .container .row div img{
height: 100%;
object-fit: cover;
}
.theme_theme .seo-content .container .row div{
padding: 50px;
}
.theme_theme .digital-world .container .row div:nth-child(3) div{
padding: 30px;
}
.theme_theme .who_we_are_caption p {

font-size: 20px;
}
.theme_theme .digital-world p{
color:#141414;
font-size: 20px;
font-weight: 500;
}

/*.theme_theme .digital-world-row
{
justify-content: space-around;
}*/

.theme_theme .seo-content{
background:#111a13;


}

.theme_theme .seo-content h2{
font-size:35px;
font-weight:600;
color:#fff;
line-height:1.2;
margin-bottom: 10px;

}
.theme_theme .seo-content h3{
font-size: 22px;
font-weight: 700;
margin-left: 3px;
}
.theme_theme .seo-content h2 span,span h3{
font-size: 22px;
display: flex;
align-items: center;
}
.theme_theme .seo-content p{
font-size:18px;
color:#c8c8c8;
font-weight:400;
}

.theme_theme .border-bottom{
border-bottom: 1px solid#1f7b76ba !important;
}
.theme_theme .border-left{
border-left :1px solid#232d2b !important;
}

.theme_theme  .seo-content span:before{
content: "";
height: 1px;
background: white;
width: 25px;

}
.theme_theme  .space_top{
height: 100%;
}


.modal.show .modal-dialog {
left: 50%;
top: 25%;
transform: translate(-50%);
margin:0;
}
.modal-body{
font-size: 14px;
}
.modal_wrapper .form-popup{
text-align: center;
}
.modal_wrapper .webform-button--submit {
padding: 9px 24px!important;
font-size: 16px!important;
font-weight: 600;
height: unset !important;
text-transform: capitalize;
border-radius: 5px !important;
background-color: #1f7b76!important;
color: #fff;
border: 0;
box-shadow: none;
border-bottom: 0 !important;
cursor: pointer;
width:auto;
margin: 20px auto;
display: block;
}
.modal_wrapper .modal-footer button{
background: red;
color: #fff;
font-size: 14px;
padding: 10px;
font-weight: 300;
opacity: 1;
}
.modal_wrapper .modal-dialog{
max-width: 600px;
}
.modal_wrapper .close span{
font-size: 25px;
}
.digital-showguide_digital-showguide .winner_section .modal-content p{
font-size: 15px;
color: #000!important;
text-align: center;
font-weight: 400;
}
.email_icon{
margin-top: 20px;
text-align: center;
}
.email_icon i{
font-size: 80px;
color: #1f7b76;
}
.digital-showguide_digital-showguide .winner_section .modal-content .popup_text{
margin-top: 20px;
font-size: 12px;
}
.box_title{
text-align: center;
font-size: 15px;
margin-top: 20px;
}
.box_title h4{
font-weight: 600;
font-size: 18px;
}
.digital-showguide_digital-showguide .js-form-item-email-address{
text-align: center;
}

/*==========================================*/
@media screen and (min-width: 1650px){

.theme_theme .container{
max-width: 1400px;
}
}
/*======================================*/
@media screen and (max-width: 1600px){

.theme_theme .digital-world .heading_digital{
max-width: 600px;
}
.theme_theme .digital-world h2{
font-size: 3rem;
}
.theme_theme .seo-content h2 {
font-size: 35px;
}
.theme_theme .banner_caption p {
font-size: 18px;

}
}
@media screen and (max-width: 1500px){
.theme_theme .banner_caption h1  {
font-size: 40px;

}
.theme_theme .who_we_are_caption p {
font-size: 18px;
}
.theme_theme .digital-world h2 {
font-size: 35px;
}
.theme_theme .digital-world p{
font-size: 18px;
}
.theme_theme .seo-content h2 {
font-size: 25px;
}
.theme_theme .seo-content p {
font-size: 16px;
}
.theme_theme .banner_caption p {
font-size: 18px;

}
.theme_theme .seo-content h2 span, span h3{
font-size: 20px;
}

}
/*======================================*/
@media screen and (max-width: 1400px){


}
/*================================*/
@media screen and (max-width: 1199px){
.theme_theme .digital-world .heading_digital {
max-width: 500px;
}
.theme_theme .seo-content h2 {
font-size: 20px;
}
.theme_theme .digital-world p{
font-size: 16px;
}
.theme_theme .digital-world h2{
font-size: 30px;
}
.theme_theme .seo-content p {
font-size: 15px;
}
.theme_theme .banner_caption h1 {
font-size: 35px;
}
.theme_theme .who_we_are_caption p {
font-size: 16px;
}
.theme_theme  .space_top{
height: 100%;
}
.theme_theme .banner_caption p {
font-size: 16px;

}
.theme_theme .digital-world h2 {
font-size: 30px;
}
.theme_theme .seo-content h2 span, span h3 {
font-size: 16px;
}
}
/*============================*/
@media screen and  (max-width:991px){

.theme_theme .seo-content .container .row div {
padding: 20px 20px;
border-top: 1px solid #1f7b767a;
}
.newsletter_newsletter .newsletter-network .card-section .card-wrapper .card-content br {
display: none;
}

.theme_theme .digital-world .container .row div:nth-child(3) div{
padding: 0;
}
.theme_theme .digital-world-row {
width: 90%;
margin: 0 auto;
}
.theme_theme .border-bottom .container .row div:nth-child(n+2){
border-left: none;
}
.theme_theme .digital-world .container .row div img {
width: 100%;
display: block;
margin: 0 auto;
}
/* .theme_theme .digital-world-row div:nth-child(2n+1){
margin-bottom: 20px;
} */
.theme_theme .digital-world-row .space_top{
margin-top: 20px;
}
.theme_theme .digital-world-row div:nth-child(3){
display: flex;
justify-content: center;
align-items: center;
margin: 30px 0px;
}
.theme_theme .digital-world-row div:nth-child(4) .row div img{

padding: 0!important;
}
.theme_theme .who_we_are_caption h1 {
font-size: 35px !important;
}

.theme_theme .digital-world .heading_digital {
max-width: 400px;
}

/*.space_top{
margin-top: 30px;
}*/
.theme_theme .banner_caption h1 {
font-size: 30px;
text-align: center;
}
.theme_theme .banner_caption p {
text-align: center;
}
.theme_theme .digital-world h2 {
font-size: 26px;

}

}
@media screen and (max-width:575px){
.theme_theme .digital-world .container .row div img {
width: 100%;

}   
.theme_theme .who_we_are_caption h1 {
font-size: 25px !important;
}
.theme_theme .digital-world h2 {
font-size: 22px;
}
.theme_theme .digital-world-row .space_top div:nth-child(2){
margin-top: 20px;
}
.theme_theme .banner_caption p{
font-size: 15px;
}
}

/* ================theme page==================  */

/* ================attendee-reviews page==================  */

/* ================theme page==================  */
/***********css start ***********/

.attendee-reviews_attendee-reviews .who_we_are_caption h1 {
color: var(--theme-color);
text-transform: uppercase;
font-size: 40px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 0px;
text-align: center;
}
.attendee-reviews_attendee-reviews .who_we_are_caption p{
font-size: 16px;
text-align: center;
font-weight: 500;
}
.attendee-reviews_attendee-reviews .testimoyal_what_we_do {
padding: 70px 0px;
background: #f4f4f4;
}

.attendee-reviews_attendee-reviews .testimoyal_what_we_do .what_we_do h2 {
font-size: 40px;
font-weight: 700;
color: var(--theme-color);
text-align: center;
margin-bottom: 20px;

}

.attendee-reviews_attendee-reviews .testimoyal_what_we_do .what_we_do {
margin-bottom: 50px;
max-width: 1100px;
text-align: center;
margin: 0 auto 50px auto;

}

.attendee-reviews_attendee-reviews .testimoyal_what_we_do .what_we_do p,
.attendee-reviews_attendee-reviews .slick-slide .slide_box p {
font-size: 18px;
font-weight: 500;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .attendee-reviews_attendee-reviews .slick-slide .slide_box p{
min-height: 170px;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews  .slick-slide .slide_box .card_box h3{
font-weight: 500;

}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews  .slick-slide .slide_box .card_box h3 strong{
margin-bottom: 15px;
display: inline-block;
font-weight: 600;
font-size: 22px;
}
/* ==================================== */
.attendee-reviews_attendee-reviews .card_box img {
width: 100px;
height: 100px;
display: block;
margin: 0 auto;
border-radius: 50%;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .card_box img{
width: 100px;
height: 100px;
margin-bottom: 20px;
object-fit: cover;  
}
.attendee-reviews_attendee-reviews .slick-dots .slick-active button:before {
font-size: 20px !important;
color: #1f7b76;
}
.attendee-reviews_attendee-reviews .slide_box span {
display: block;
text-align: right;
}
.attendee-reviews_attendee-reviews .slide_box span i {
font-size: 40px;
color: var(--theme-color);
}

.attendee-reviews_attendee-reviews .slide_box span:nth-child(1) {
text-align: left;
}

.attendee-reviews_attendee-reviews .slide_box span:nth-child(2) {
text-align: left;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .slide_box span:nth-child(2){
text-align: center;
font-size: 18px;
color: #000;
}
.attendee-reviews_attendee-reviews .slick-slide .slide_box {
width: 100%;
text-align: center;
padding: 40px;
background: white;
border-radius: 10px;
box-shadow: 2px 2px 17px #c7882275;
margin-bottom: 10px;
height: 530px;
}

.attendee-reviews_attendee-reviews .slick-slide .slide_box .slide_icon {
margin-bottom: 10px;
}


.attendee-reviews_attendee-reviews .about-banner-caption h1 {
color: var(--theme-color);
text-transform: uppercase;
}

.attendee-reviews_attendee-reviews .slide_box_wrapper {
padding: 25px 25px 0px 25px;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .slide_box_wrapper{
padding: 0px;
}
.attendee-reviews_attendee-reviews .slide_box_wrapper a{
text-decoration: none;
color: black;
}
.attendee-reviews_attendee-reviews .slick-active .slide_box_wrapper {
padding-top: 0;
height: 100%;
display: flex;
}

.attendee-reviews_attendee-reviews .testimoyal_what_we_do .slick-dots li button:before {
font-size: 15px;
}

.attendee-reviews_attendee-reviews .slick-prev:before,
.attendee-reviews_attendee-reviews .slick-next:before {
color: black;
}

.attendee-reviews_attendee-reviews .slick-slide .slide_box .card_box h3 {
color: var(--theme-color);
font-size: 25px;
font-weight: 700;
}

/* ================================================= */
.attendee-reviews_attendee-reviews .they_networked {
background: white;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about {
display: flex;
justify-content: center;
align-items: start;
flex-direction: column;
height: 100%;
position: relative;
/* left: -22%; */
z-index: 11;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about::after {
content: "";
position: absolute;
height: 100%;
width: 142px;
background: #e9e0d8e6;
z-index: -11;


}

.attendee-reviews_attendee-reviews .delegate_image {
height: 100%;
}

.attendee-reviews_attendee-reviews .delegate_card_box_wrapper .delegate_image img {
height: 100%;
object-fit: cover;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about h4 {
font-size: 45px;
padding: 50px 0px 0px 50px;
font-weight: 700;
color: #1f7b76;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about .delegate_text {
padding: 50px 0px 20px 50px;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about .delegate_text h3{
font-size: 30px;
font-weight: bold;
color:black;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about .delegate_text h5 a:hover {
text-decoration: none;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about .delegate_text p {
font-size: 18px;
font-weight: 500;
}
.attendee-reviews_attendee-reviews .delegate_card_box_wrapper {
max-width: 1200px;
margin: 0 auto;
padding-left: 10vh;
}

.attendee-reviews_attendee-reviews .delegate_card .slick-list {
height: 100%;
}

.attendee-reviews_attendee-reviews .delegate_card_box_wrapper .raw {
position: relative;
}

.attendee-reviews_attendee-reviews .they_networked .slick-dots {
text-align: left;
bottom: -60px;
transform: translateX(50%);
}

.attendee-reviews_attendee-reviews .they_networked .slick-dots li button:before {
font-size: 12px;
color: #1f7b76;
}

.attendee-reviews_attendee-reviews .slick-initialized .slick-slide {
display: block;
margin: 20px;
color: black;
text-decoration: none;
}

/* ======================media_start========================== */
/* ================================== */
@media screen and (max-width: 1500px) {

.attendee-reviews_attendee-reviews .testimoyal_what_we_do .what_we_do p,
.attendee-reviews_attendee-reviews .slick-slide .slide_box p {
font-size: 16px;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about h4 {
font-size: 30px;
}

.attendee-reviews_attendee-reviews .testimoyal_what_we_do .what_we_do h2 {
font-size: 25px;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about .delegate_text p {
font-size: 16px;
}

.attendee-reviews_attendee-reviews .banner_caption h1{
font-size: 30px;
}

.attendee-reviews_attendee-reviews .slide_box_wrapper {
padding: 25px 0px 0px 0px;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about .delegate_text h3 {
font-size: 25px;
}

.attendee-reviews_attendee-reviews .slick-slide .slide_box {
height: 100%;
overflow: hidden;
}

}

/* ======================================= */
/* @media screen and (max-width:1199px) {

} */
/* ======================================= */
@media screen and (max-width:1024px) {
.attendee-reviews_attendee-reviews .slide_box_wrapper {
padding: 10px 10px 0px 10px;
}

.attendee-reviews_attendee-reviews .slick-slide .slide_box {
padding: 20px;
}

.attendee-reviews_attendee-reviews .slick-slide .slide_box p {
font-size: 15px;
}

.attendee-reviews_attendee-reviews .slick-slide .slide_box .card_box h3 {
font-size: 20px;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about h4 {
font-size: 30px;

}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about .delegate_text h3{
font-size: 20px;
}


.attendee-reviews_attendee-reviews .testimoyal_what_we_do .what_we_do p {
font-size: 16px;
}


.attendee-reviews_attendee-reviews .testimoyal_what_we_do .slick-dots li button:before {
font-size: 13px;
}

.attendee-reviews_attendee-reviews .testimoyal_what_we_do .what_we_do {
max-width: 800px;
}

.attendee-reviews_attendee-reviews .slick-active .slide_box_wrapper {
padding-top: 10px;
}

.attendee-reviews_attendee-reviews .slick-slide .slide_box {
height: 530px;
}
}

/* =================================== */
@media screen and (max-width:991px) {


.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about::after {
width: 116px;
}

.attendee-reviews_attendee-reviews.slick-slide .slide_box {
height: 400px;

}

.attendee-reviews_attendee-reviews .slide_box span i {
font-size: 20px;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about h4 {
font-size: 30px;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about .delegate_text h3 {
font-size: 18px;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about .delegate_text p {
font-size: 16px;
}

.attendee-reviews_attendee-reviews .testimoyal_what_we_do {
padding: 50px 0px;

}

.attendee-reviews_attendee-reviews .slick-slide .slide_box p {
font-size: 14px;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .who_we_are_banner .who_we_are_caption h1{
font-size: 30px;
}
}

/* =======================767====================== */
@media screen and (max-width:767px) {

.attendee-reviews_attendee-reviews .banner_caption h1 {
font-size: 25px;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about br {
display: none !important;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about h4 {
font-size: 25px;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about .delegate_text h3 {
text-align: center;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about .delegate_text p {
font-size: 16px;
text-align: center;
}

.attendee-reviews_attendee-reviews .delegate_card_box_wrapper {
padding: 3.2vh;
}

.attendee-reviews_attendee-reviews .slick-slide .slide_box p {
font-size: 15px;
}

.attendee-reviews_attendee-reviews .slick-slide .slide_box {
height: 100%;
overflow: hidden;
}

}

/* =======================991====================== */
@media screen and (max-width:599px) {


.attendee-reviews_attendee-reviews .testimoyal_what_we_do .what_we_do h2 {
font-size: 22px;

}

.attendee-reviews_attendee-reviews .testimoyal_what_we_do .what_we_do p {
font-size: 15px;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about h4 {
font-size: 22px;
}

.attendee-reviews_attendee-reviews .banner_caption h1 {
font-size: 22px;
}
}

@media screen and (max-width:575px) {

.attendee-reviews_attendee-reviews .slick-initialized .slick-slide {
margin: 0px;
}
}

/* ================attendee-reviews page==================  */

/*======================news-letter=====================================*/

/***********css start for banner ***********/
.newsletter_newsletter .banner-section {
background-color: #111;
}

.newsletter_newsletter .banner-figure {
position: relative;
margin: 0;
}

.newsletter_newsletter .banner-section .banner-figure img {
width: 100%;
object-fit: cover;
}

.newsletter_newsletter .banner-figure .banner_image {
object-fit: cover;
}

.newsletter_newsletter .banner-caption {
position: absolute;
top: 55%;
left: 0;
transform: translateY(-50%);
width: 100%
}

.newsletter_newsletter .banner-section .wrapper {
max-width: 760px;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;

}

.newsletter_newsletter .banner-caption .wrapper h2, .newsletter_newsletter .banner-caption .wrapper h1 {
color: #fff;
font-size: 45px;
font-weight: 700;
line-height: 1;
text-transform: capitalize;
}

.newsletter_newsletter .banner-caption .wrapper h2 span, .newsletter_newsletter .banner-caption .wrapper h2 span {
display: block;
}

.newsletter_newsletter .banner-caption .wrapper p {
font-size: 25px;
color: #d7d7d7;
font-weight: 500;
line-height: 1.2;
margin-top: 18px;
}

.newsletter_newsletter .banner-form input:nth-child(1) {
margin-bottom: 15px;
font-size: 20px;
}

.newsletter_newsletter .banner-form .form_text {
color: #efefef;
font-size: 16px;
margin-top: 12px;
text-align: justify;


}

.newsletter_newsletter .banner-form .form_text span {
color: var(--theme-color);
margin: 10px 0;
}

.newsletter_newsletter .input-type-text input,
.newsletter_newsletter  .column_inputing input  {

display: block;
width: 100%;
padding: 20px 12px;
outline: 0;
border: 1px solid #bfbfbf;
font-size: 15px;
font-weight: 400;
color: #222;
line-height: 1.2;
height: 30px;
max-height: 32px;
border-radius: 6px;
}
.newsletter_newsletter  .form-item-message textarea{
border-radius: 6px;
padding: 20px 12px;
}
.newsletter_newsletter .banner-form input::placeholder,
.newsletter_newsletter .banner-form input:focus {
color: #222;
}

.newsletter_newsletter .banner-radio label {
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
color: #fff;
cursor: pointer;
margin-left: 10px;
}

.newsletter_newsletter .webform-options-display-two-columns {
display: flex;
justify-content: start;
align-items: center;
}

.newsletter_newsletter input[type=radio] {
accent-color: transparent;

}

.newsletter_newsletter .banner-form .req_feild {
color: white;
font-size: 16px;
margin: 4px 0px;
}

.newsletter_newsletter .banner-form .banner-btn {
display: block;
background: var(--theme-color);
font-size: 20px;
color: #fff;
width: 100%;
border-radius: 8px!important;
border: none;
padding: 10px 0 34px 0px;
text-align: center;

}

.newsletter_newsletter .counter-section .conter-section-left {
display: flex;
flex-direction: column;
align-items: flex-end;
background-color: var(--theme-color);
padding: 12px;
height: 100%;
}

.newsletter_newsletter .counter-section .conter-section-left h2,
.count-down li strong {
font-size: 45px;
font-weight: 700;
color: #fff;
text-transform: capitalize;
}

.newsletter_newsletter .counter-section .conter-section-left p {
font-size: 21px;
font-weight: 500;
line-height: 1;
}

.newsletter_newsletter .counter-section .count-down {
background: #111;
display: flex;
flex-wrap: wrap;
height: 100%;
align-items: center;
justify-content: center;
}

.newsletter_newsletter .count-down li span {
display: block;
font-size: 24px;
font-weight: 300;
color: #bfbfbf;
text-transform: uppercase;
}

.newsletter_newsletter .count-down li {
padding: 0 10px;
text-align: center;
}

.newsletter_newsletter .newsletter-network {
background: #ffF;
padding: 80px 0;

}

.newsletter_newsletter .newsletter-network .card-section .icon-wraper{
display: block;
max-width: 90px;
height: 90px;
margin-bottom: 10px;
}
.newsletter_newsletter .newsletter-network .card-section .icon-wraper img{
width: 100%;
}

.newsletter_newsletter .newsletter-network .card-section h3 {
font-size: 30px;
font-weight: bold;
line-height: 1.4;
text-transform: uppercase;
}

.newsletter_newsletter .newsletter-network .card-section p {
font-size: 17px;
font-weight: 500;
line-height: 1.2;
}

/* .newsletter_newsletter .newsletter-network .card-section .card-wrapper {
padding: 20px 20px;
} */

.newsletter_newsletter .img-gallery-section img {
width: 100%;
max-width: 100%;
height: 100%;
object-fit: cover;
}

.newsletter_newsletter .img-gallery-section .background-red,
.img-gallery-section .background-purpul {
background: var(--theme-color);
font-size: 25px;
color: #fff;
font-weight: 500;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 10px;
height: 100%
}

.newsletter_newsletter .img-gallery-section .background-purpul {
background: #3a6443e8;

}

.newsletter_newsletter .img-gallery-section small {
font-size: 18px;
font-weight: 300;
text-align: left;
}

.newsletter_newsletter .js-form-item.form-item {
margin-top: 0px;
margin-bottom: 20px;
}

.newsletter_newsletter .webform-options-display-two-columns div.form-item,
.webform-options-display-three-columns div.form-item {
display: flex;
justify-content: space-between;
margin-bottom: 0;
margin-left: 10px;
}

.newsletter_newsletter .webform-submission-form input#edit-actions-submit {
width: 100%;
padding: 16px 0px 36px 0px !important;
}

.newsletter_newsletter .webform-submission-form .form-actions {
padding: 0px;
}

.newsletter_newsletter .webform-submission-form {
padding: 30px 20px;
float: left;
width: 100%;
}

.newsletter_newsletter .banner-section .banner-figure .banner-caption .webform-submission-form legend {
display: none;
}
.newsletter_newsletter .img-gallery-section small {

margin: 10px 0px;
display: inline-block;
}
/* ============================================= */
@media screen and (min-width: 1650px) {
.newsletter_newsletter .container {
max-width: 1460px;
}

.newsletter_newsletter .banner-section .banner-figure img {
width: 100%;
max-height: 100vh;
object-fit: cover;
}

}

/* ========================================= */
@media screen and (max-width: 1600px) {
.newsletter_newsletter .banner-section .banner-figure img {
height: calc(100vh - 103px);

}
.student-passes_student-passes .newsletter_newsletter .webform-submission-form input#edit-actions-submit{
padding: 15px!important;
}
.student-passes_student-passes .newsletter_newsletter .banner-section .banner-figure img {
height: 120vh;

}
.newsletter_newsletter .banner-caption .wrapper h2 , .newsletter_newsletter .banner-caption .wrapper h1{
font-size: 40px;
}

.newsletter_newsletter .banner-caption .wrapper p {
font-size: 20px;
}

.newsletter_newsletter .banner-form .form_text {
font-size: 16px;
}

.newsletter_newsletter .banner-form .banner-btn {
font-size: 1.6px;
}

.newsletter_newsletter .counter-section .conter-section-left h2,
.count-down li strong {
font-size: 40px;
}

.newsletter_newsletter .count-down li span {
font-size: 16px;
}

.newsletter_newsletter .newsletter-network .card-section h3 {
font-size: 25px;
font-weight: 600;
line-height: inherit;
}

.newsletter_newsletter .newsletter-network .card-section p {
font-size: 16px;
}

.newsletter_newsletter .img-gallery-section .background-red,
.img-gallery-section .background-purpul {
font-size: 20px;
}
}

/* ================================== */
@media screen and (max-width: 1400px) {
.newsletter_newsletter .banner-section .banner-figure img {
height: 120vh;

}
.newsletter_newsletter .banner-section .wrapper {
max-width: 600px;
}
.newsletter_newsletter .banner-form input:nth-child(1) {
font-size: 16px;
}
.newsletter_newsletter .webform-submission-form input#edit-actions-submit {

padding: 11px 0px 30px 0px !important;
}
.newsletter_newsletter .input-type-text input {
padding: 15px 10px;
font-size: 14px;
}
.newsletter_newsletter .img-gallery-section small {
font-size: 16px;
margin: 10px 0px;
display: inline-block;
}

.newsletter_newsletter .banner-caption .wrapper h2, .newsletter_newsletter .banner-caption .wrapper h1 {
font-size: 30px;
}

.newsletter_newsletter .banner-caption .wrapper p {
font-size: 16px;
}

.newsletter_newsletter .banner-form .form_text {
font-size: 15px;
}

.newsletter_newsletter .banner-caption {
top: 60%;
}

.newsletter_newsletter .banner-section .banner-figure img {
height: calc(100vh - 103px);
}

.newsletter_newsletter .counter-section .conter-section-left h2,
.count-down li strong {
font-size: 25px;
}

.newsletter_newsletter .counter-section .conter-section-left p {
font-size: 16px;
}

.newsletter_newsletter .newsletter-network .card-section .icon-wraper  {
max-width: 60px;
height: 60px;

}

.newsletter_newsletter .newsletter-network .card-section h3 {
font-size: 20px;
}

.newsletter_newsletter .img-gallery-section .background-red,
.img-gallery-section .background-purpul {
font-size: 16px;
}
.newsletter_newsletter .newsletter-network {
padding: 80px 0px;
}
}

/* ================================== */
@media screen and (max-width: 1199px) {


.newsletter_newsletter .webform-submission-form {
padding: 30px 20px 0px 0px;
}

.newsletter_newsletter .banner-section .banner-figure img {
height: 90vh;
}



}

/* =================================================== */
@media screen and (max-width: 1024px) and (max-height: 768px) {

.newsletter_newsletter .banner-section .banner-figure img {
height: 80vh;
}
.newsletter_newsletter .banner-caption {
top: 55%;
}


}

@media screen and (max-width: 1024px) and (max-height: 600px) {
.newsletter_newsletter .banner-section .banner-figure img {
height: 100vh;
}


}

/* =============================================================== */
@media screen and (max-width: 991px) {
/* .newsletter_newsletter .banner-section .banner-figure img {
height: 60vh;
}

.newsletter_newsletter .banner-caption {
top: 50%;
} */
.newsletter_newsletter .counter-section .conter-section-left p{
text-align: center;
}
}

@media screen and (max-width: 767px) {


.newsletter_newsletter .banner-caption .wrapper h2, .newsletter_newsletter .banner-caption .wrapper h1 {
font-size: 25px;
}

.newsletter_newsletter .counter-section .conter-section-left h2,
.count-down li strong {
font-size: 20px;
}

.newsletter_newsletter .banner-caption .wrapper p {
font-size: 16px;
margin: 6px 0px;
}

.newsletter_newsletter .banner-form .form_text {
font-size: 15px;
}

.newsletter_newsletter .banner-form .banner-btn {
font-size: 15px;
}

.newsletter_newsletter.counter-section .conter-section-left h2,
.count-down li strong {
font-size: 25px;
}

.newsletter_newsletter .counter-section .conter-section-left p {
font-size: 16px;
}

.newsletter_newsletter .newsletter-network {
padding: 50px 0px;
}

.newsletter_newsletter .img-gallery-section .background-red,
.img-gallery-section .background-purpul {
font-size: 16px;
}

.newsletter_newsletter .banner-section .wrapper {
padding: 30px 20px;
}

.newsletter_newsletter .newsletter-network .card-section .card-wrapper {
padding: 20px 0px;
}

.newsletter_newsletter .counter-section .conter-section-left {
align-items: center;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about {
left: 0;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about::after {
width: 100%;
height: 100%;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about::after {
width: 100%;
height: 100%;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about h4 {
padding: 20px;
font-size: 500;
text-align: center;
}

.attendee-reviews_attendee-reviews .they_networked .delegate_card_box_wrapper .delegate_about .delegate_text {
padding: 20px;
text-align: center;
width: 100%;

}

.newsletter_newsletter .banner-section .banner-figure img {
height: 100vh;
}

.newsletter_newsletter .js-form-item.form-item {
margin-bottom: 10px;
}

.newsletter_newsletter .webform-submission-form {
padding: 20px;
}

.newsletter_newsletter .banner-section .wrapper {
max-width: 100%;
}

.newsletter_newsletter .newsletter-network .card-section .icon-wraper{
margin: 0 auto;
}

.newsletter_newsletter .newsletter-network .card-section .card-wrapper {
text-align: center;
}
.student-passes_student-passes .newsletter_newsletter .banner-section .banner-figure img{
display: none;
}
.student-passes_student-passes  .newsletter_newsletter .banner-caption {
position: static;
transform: translate(0);
left: 0;
}
.student-passes_student-passes .banner-section{
background: url(https://health-conference-new.s3.amazonaws.com/s3fs-public/2025-07/Mask%20group.png) no-repeat center;
background-size: cover;
padding: 100px 0px;
}
}

@media screen and (max-width: 575px) {
.newsletter_newsletter .banner-form input:nth-child(1) {
margin-bottom: 15px;
font-size: 14px!important;
}
.newsletter_newsletter .banner-section .wrapper{
padding-bottom: 0;
}
.newsletter_newsletter .input-type-text input {
padding: 16px 12px;
}

}

/* ============================================= */
@media screen and (max-width: 400px) {
.banner-section{
background: url(https://www.law2conf.com/sites/law.com/files/2023-02/bn.png) no-repeat center;
background-size: cover;
}

.newsletter_newsletter .input-type-text input {
padding: 15px 8px;
}

.newsletter_newsletter .banner-form .form_text,
.newsletter_newsletter .banner-caption .wrapper p,
.newsletter_newsletter .img-gallery-section .background-red,
.img-gallery-section .background-purpul,
.newsletter_newsletter .img-gallery-section small {
font-size: 14px;

}

.newsletter_newsletter .banner-caption .wrapper p {
text-align: justify;
}

.newsletter_newsletter .banner-form input:nth-child(1) {
margin-bottom: 0px;
font-size: 14px;
}

.newsletter_newsletter .banner-form .banner-btn {
padding: 10px 0 27px 0px;
}

.newsletter_newsletter .counter-section .conter-section-left h2,
.count-down li strong,
.newsletter_newsletter .banner-caption .wrapper h2, .newsletter_newsletter .banner-caption .wrapper h1{
font-size: 20px;
}
.newsletter_newsletter .counter-section .conter-section-left h2{
margin-bottom: 10px;
}
.newsletter_newsletter .newsletter-network {
padding: 30px 0px;

}

.newsletter_newsletter .newsletter-network .card-section h3 {
font-size: 18px;
}

.newsletter_newsletter .banner-caption .wrapper h2 span , .newsletter_newsletter .banner-caption .wrapper h1 span {
display: inline;
}

.newsletter_newsletter .banner-caption {
top: 56%;
}

.newsletter_newsletter .banner-section .wrapper {
padding-bottom: 0;
}
.newsletter_newsletter .banner-section .banner-figure img{
display: none;
}
.newsletter_newsletter .banner-caption {
position: static;
transform: translate(0);
left: 0;
}
.newsletter_newsletter .banner-section {
padding-top: 8rem;
}
}

/* =================================== */



.event-gallery_event-gallery .who_we_are_banner .who_we_are_caption .video-reviews_video-reviews h1,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .who_we_are_banner .who_we_are_caption h1 {
text-transform: capitalize;
font-size: 40px;
text-align: center;
}
.event-gallery_event-gallery .who_we_are_banner .who_we_are_caption h1 .video-reviews_video-reviews span,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .who_we_are_banner .who_we_are_caption h1 span{
color:#1f7b76;
}
.event-gallery_event-gallery .dflx,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .dflx{
display: flex;
}

.event-gallery_event-gallery .image_gallery_section,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .image_gallery_section{
padding: 3rem 0rem 3rem 0rem;
}
.event-gallery_event-gallery .image_gallery_section .image_content p,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .image_gallery_section .image_content p{
font-size: 18px;
font-weight: 500;
margin: 30px 0px;
text-align: center;
max-width: 1000px;
margin: 30px auto;

}
.event-gallery_event-gallery .image_gallery_section .image_content p span,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .image_gallery_section .image_content p span{
color: #1f7b76;
}
.event-gallery_event-gallery .image-gallery img,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .image-gallery img,
.dubai-2023-reviews_dubai-2023-reviews .image_gallery_section  img,
.usa-2023-reviews_usa-2023-reviews .image_gallery_section  img
{
height: 100%;
padding: 4px;
object-fit: cover;
}

.speaker_bio {
position: absolute;
left: 0;
bottom: 0%;
width: 100%;
padding: 15px;
background: #fff;
color: #333;
opacity: 0;
border: 1px solid #000;
}
.almuni_figure img {
display: block;
height: 100%;
width: 100%;
}
.almuni_figure:hover .speaker_bio {
bottom: 0;
opacity: 1;
transition: all 0.5s ease;
}

.speaker_name
{
font-size: 16px;
font-weight: 600;
}

.usa-2023-reviews_usa-2023-reviews .form_wrappering p {
color: #dfdfdf;
font-weight: 600;
font-size: 15px;
line-height: 1.45;
text-align: justify;
font-style: italic;
margin: 15px 0px;
}
/* =========================image_gallery_section=============================== */
/* ================slider_one_slider================= */
.event-gallery_event-gallery{
background: #f3f3f3;
}
.event-gallery_event-gallery .vedio_main,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main{
position: relative;
}
.event-gallery_event-gallery .owl-item.center > div,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .owl-item.center > div{
margin:0% 0%;
}
.event-gallery_event-gallery .owl-item > div,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .owl-item > div {
margin: 0% 0%;
}
.event-gallery_event-gallery  .owl-carousel .owl-item img,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews  .owl-carousel .owl-item img{
max-height: 100%;
}
.event-gallery_event-gallery .vedio_main .owl-carousel .owl-video-tn,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-carousel .owl-video-tn {
background-size: cover;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
}
.event-gallery_event-gallery .vedio_main .owl-carousel .item-video,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-carousel .item-video {
height: 300px;
}
.event-gallery_event-gallery .vedio_main .owl-video-frame,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-video-frame {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.event-gallery_event-gallery .vedio_main .owl-video-frame iframe,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-video-frame iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.event-gallery_event-gallery .vedio_main .owl-dots,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-dots {
text-align: center;
margin-top: 20px;
}

.event-gallery_event-gallery .vedio_main .owl-dot,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-dot {
display: inline-block;
}

.event-gallery_event-gallery .vedio_main .owl-dot span,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-dot span {
width: 11px;
height: 11px;
background-color: #ccc;
border-radius:10px;
display: block;
margin: 5px 3px;
}

.event-gallery_event-gallery .vedio_main .owl-dot.active span,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-dot.active span {
background-color: #000;
}
.event-gallery_event-gallery .vedio_main .owl-carousel .owl-video-play-icon,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-carousel .owl-video-play-icon{
background: url(../image/btnplay.png) no-repeat!important;
}
.event-gallery_event-gallery .vedio_main .owl-carousel .owl-video-wrapper,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-carousel .owl-video-wrapper{
background: #858585;
}
.event-gallery_event-gallery .vedio_main .owl-carousel .owl-video-tn,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-carousel .owl-video-tn {
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-image: url(../image/vedio_image.png)!important;
transition: opacity .4s ease;
width: 100%;
background-size: cover;
object-fit: cover;
}
.event-gallery_event-gallery .vedio_main .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
color: white!important;
font-size: 35px!important;
}

.event-gallery_event-gallery .vedio_main .owl-theme .owl-nav,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-theme .owl-nav {
margin-top: 0;
position: absolute;
background:#1f7b76;
padding: 6px;
width: 60px;
height: 60px;
border-radius: 50%;
top: 55%;
left: 19%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.event-gallery_event-gallery .vedio_main .owl-theme .owl-nav [class*=owl-]:hover,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-theme .owl-nav [class*=owl-]:hover{
background: transparent;
}
.event-gallery_event-gallery .vedio_main .owl-carousel .owl-video-play-icon,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main .owl-carousel .owl-video-play-icon {
position: absolute;
height: 54px;
width: 56px;
left: 94%;
top: 85%;
background: url(owl.video.play.png) no-repeat;

}
.event-gallery_event-gallery .slider_one_slider .about_slider,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .slider_one_slider .about_slider{
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
max-width: 500px;
margin: 0 auto;
padding: 10px 0px;
}
.event-gallery_event-gallery .slider_one_slider .about_slider h4,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .slider_one_slider .about_slider h4{
color:#1f7b76;
font-size: 23px;
font-weight: 500;
}
.event-gallery_event-gallery .slider_one_slider .about_slider p span,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .slider_one_slider .about_slider p span{
color:black;
font-weight: 600;
}

/* ================================ */

.event-gallery_event-gallery .slider_one,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .slider_one{
position: relative;
padding: 50px 0px;
z-index: 11;
overflow: hidden;
background-color: #f3f3f3;

}

.event-gallery_event-gallery .slider_one .vedio_main_wrapper,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .slider_one .vedio_main_wrapper{
max-width: 1000px;
margin: 0 auto;
}
.event-gallery_event-gallery .slider_one h3{
font-size: 25px;
font-weight: 600;
color: var(--text-color);
text-align: center;

}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .slider_one h3{
color: #227C77;
text-align: center;
font-family: Urbanist;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 58px; /* 120.833% */
margin-bottom: 30px;
}
.event-gallery_event-gallery .slider_one_slider h3,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .slider_one_slider h3 {
max-width: 500px;
text-align: start;
margin-bottom: 20px;
}
.event-gallery_event-gallery .slider_one_slider .right_content,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .slider_one_slider .right_content {
display: flex;
justify-content: end;
}
.event-gallery_event-gallery .slider_one_slider .right_content p{
max-width: 300px;
}
.event-gallery_event-gallery .attening_review p{
font-size: 20px;
font-weight: 400;
margin: 30px 0px;
text-align: justify;
color: #000;

}
/* ===============bringing==section============= */
.event-gallery_event-gallery .vedio_main_two .owl-item,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .owl-item {
filter: grayscale(0);
}
.event-gallery_event-gallery .vedio_main_two .owl-item,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .owl-item {
opacity: 1;
}
.event-gallery_event-gallery .bringing .vedio_main_two .owl-theme .owl-nav,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .bringing .vedio_main_two .owl-theme .owl-nav{
display: none;
}
.event-gallery_event-gallery .vedio_main_two iframe,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two iframe{
width: 100%;
}
.event-gallery_event-gallery .vedio_main_two .item .image_iframe,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .item .image_iframe{
position: relative;
}

.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .item .image_iframe{
border-radius: 25px;
overflow: hidden;
margin-bottom: 20px;   
}
.event-gallery_event-gallery .vedio_main_two .item .image_wrapper,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .item .image_wrapper{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.event-gallery_event-gallery .vedio_main_two .item .image_wrapper img,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .item .image_wrapper img{
height: 100%;
object-fit: cover;
}
.event-gallery_event-gallery .vedio_main_two .item  .video_btn,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .item  .video_btn{
top: 74%;
left: 79%;
cursor: pointer;
position: absolute;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-transform: uppercase;
font-size: 10px;
font-weight: 600;
}
.event-gallery_event-gallery .vedio_main_two .item  .video_btn p,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .item  .video_btn p{
margin: 4px 0px;
}
.event-gallery_event-gallery .vedio_main_two .item  img.btn_play,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .item  img.btn_play{
width: 40px;
height: 40px;

}
.event-gallery_event-gallery .vedio_main_two .item  img.btn_play:hover,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .item  img.btn_play:hover{
transform: scale(1.5);
transition: 1s all;
}
.event-gallery_event-gallery  .vedio_main_two .item .slider_content,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews  .vedio_main_two .item .slider_content {
max-width: 100%;
margin: 0 auto;
padding: 10px;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews  .vedio_main_two .item .slider_content{
padding: 0px;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews  .vedio_main_two .item .slider_content p{
border-radius: 25px;
border: 1px solid #CACACA;
background: #FAFAFA;
padding: 12px;
min-height: 130px;  
}
.event-gallery_event-gallery .slider_one_slider .vedio_main_two .item .slider_content,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .slider_one_slider .vedio_main_two .item .slider_content {
display: none;
}
.event-gallery_event-gallery .slider_one_slider .owl-carousel .owl-stage div.center .slider_content,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .slider_one_slider .owl-carousel .owl-stage div.center .slider_content{
display: block;
}
.event-gallery_event-gallery .vedio_main_two .item .slider_content h4,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews.vedio_main_two .item .slider_content h4 {
color:#1f7b76;
font-size: 23px;
font-weight: 500;
}
.event-gallery_event-gallery .vedio_main_two .item .slider_content p,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .item .slider_content p{
font-size: 16px;
}
.vedio_main_two .owl-theme .owl-dots .owl-dot span,
.vedio_main_two .owl-theme .owl-dots .owl-dot span{
height: 7px;

}
.event-gallery_event-gallery .vedio_main_two .owl-dot.active span,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .owl-dot.active span {
background-color: #000;
width: 70px;
}
.event-gallery_event-gallery .vedio_main_two .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .vedio_main_two .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
background:#1f7b76;
}
.event-gallery_event-gallery .bringing .heading_wrapper,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .bringing .heading_wrapper{
max-width: 900px;
margin: 0 auto;
}
.event-gallery_event-gallery .bringing .attening_review .heading_wrapper p,
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .bringing .attening_review .heading_wrapper p {
font-size: 16px;
font-weight: 400;
margin: 20px 0px;
text-align: center;
color: #000;
}
/* ====================================bringing_last===section=============================================== */
.event-gallery_event-gallery .bringing_last  .attening_review  .heading_wrapper h4{
font-size: 20px;
font-weight: 600;
}
.event-gallery_event-gallery .bringing_last  .attening_review  .heading_wrapper p{
font-size: 16px;
margin: 15px 0px;

}
.event-gallery_event-gallery .fl_ex{
display: flex;
justify-content: center;
align-items: center;
}
.event-gallery_event-gallery    .border_top{
border-top: 2px solid gray;
padding: 30px 0px;
}
.event-gallery_event-gallery    .bringing_last  .vedio_main .owl-theme .owl-nav{
left: 102%;
}
.event-gallery_event-gallery .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
margin:5px;
}

/* ===========media-Query start================ */
@media screen and (min-width: 1650px){
.event-gallery_event-gallery .container{
max-width: 1400px;
margin: 0 auto;
}
}
@media screen and (max-width: 1650px){
.event-gallery_event-gallery .vedio_main .owl-theme .owl-nav{
left:24%;
}
}
@media screen and (max-width: 1500px){
.event-gallery_event-gallery .who_we_are_banner .who_we_are_caption h1{
font-size:40px;
}
.event-gallery_event-gallery .vedio_main_two .item .slider_content h4{
font-size:18px;
}
@media screen and (max-width: 1430px){
.event-gallery_event-gallery .vedio_main .owl-theme .owl-nav{
left:23%;
}
}

}

/*=============*/
@media screen and (max-width: 1199px){
.event-gallery_event-gallery .slider_one h3{
font-size: 20px;
}
.event-gallery_event-gallery .vedio_main_two .item .slider_content h4{
font-size: 16px;
}
.event-gallery_event-gallery .vedio_main_two .item .slider_content p {
font-size: 15px;
color: black;
}
.event-gallery_event-gallery .who_we_are_banner .who_we_are_caption h1 {

font-size: 35px;
}
.event-gallery_event-gallery .bringing .heading_wrapper {
max-width: 100%;

}
.event-gallery_event-gallery .slider_one{
padding: 0 0;
}
.event-gallery_event-gallery .slider_one_slider .vedio_main .owl-theme .owl-nav{
display: none;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .who_we_are_banner .who_we_are_caption h1 {
font-size: 30px;
}
}
/*=============================*/

@media screen and (max-width: 768px){
.event-gallery_event-gallery  .slider_one_slider .right_content p {
max-width: 100%;
}
.event-gallery_event-gallery   .slider_one h3 {
font-size: 20px;
font-weight: 500;
color: var(--text-color);
text-align: center;
}
.event-gallery_event-gallery  .slider_one_slider h3{
text-align: center;
max-width:100%;
}
.event-gallery_event-gallery .slider_one_slider .right_content p {
max-width: 100%;
text-align: center;
margin-bottom: 10px;

}
.event-gallery_event-gallery .who_we_are_banner .who_we_are_caption h1 {
font-size: 30px;
}
.event-gallery_event-gallery .bringing_last .vedio_main .owl-theme .owl-nav {
display: none;
}
.event-gallery_event-gallery .bringing_last .attening_review .heading_wrapper h4 {

text-align: center;
}
.event-gallery_event-gallery .image_gallery_section .image_content p{
font-size: 16px;
}
.event-gallery_event-gallery .attening_review p{
text-align: center;
}
}
/*=========*/
@media screen and (max-width: 575px){
.event-gallery_event-gallery .who_we_are_banner .who_we_are_caption h1 {
font-size: 25px;
}
.event-gallery_event-gallery .image_gallery_section .image_content p{
font-weight: 500;
font-size: 16px;
}
.event-gallery_event-gallery .slider_one h3{
font-size: 18px;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .who_we_are_banner .who_we_are_caption h1 {
font-size: 24px;
}
}
/*===*/
/*========================gallery-css-end===============================*/

.other_conf_logos ul li{
padding: 5px;
}
/* .other_conf_logos h6{
color: black;
font-size: 22px;
text-align: center;
padding: 34px 0px 6px;
} */
.other_conf_logos{
padding:18px 0px 6px;
}
.other_conf_logos hr{
border-top: 0.5px solid #eeeeee80;
}
.other_conf_logos ul.conf_web_logos {
display: flex;
justify-content: space-around;
align-items: center;
list-style: none;
flex-wrap: wrap;
}
.other_conf_logos ul.conf_web_logos li  a{
display: inline-block;
width: 180px;
max-width: 100%;
}
.other_conf_logos ul.conf_web_logos li  a img{
display: block;
width: 65%;
}
.other_conf_logos ul.conf_web_logos li  a .logo_more{
width:50%;
}
@media screen and (max-width: 1500px){
.other_conf_logos ul.conf_web_logos li  a{
width: 130px;
}
}
@media screen and (max-width: 768px){
.other_conf_logos ul.conf_web_logos{
justify-content: center;
}
.other_conf_logos h6{
font-size: 20px;
}
.other_conf_logos ul.conf_web_logos li  a img{
width:70%;
}

.other_conf_logos ul.conf_web_logos li a{
width: 120px;
max-width: 100%;
}
}

/*======================country-code==css-add====code=by=himanshu====21-04-2023===========================*/

.iti{
display: block!important;
/*    margin: 16px 0px;*/
}
.iti--separate-dial-code .iti__selected-dial-code{
font-size: 16px;
}
.iti__selected-flag{
color: #747474;
}
body.contact-us_contact-us .iti,body.be-recognized_be-recognized .iti,body.sponsors-exhibitors_sponsors-exhibitors .iti,body.buy-pass_buy-pass .iti{
margin: 0px 0px;

}
body.sponsors-exhibitors_sponsors-exhibitors .iti .iti__country,body.sponsors-exhibitors_sponsors-exhibitors .iti .iti--separate-dial-code .iti__selected-dial-code{
font-size: 12px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text]{
width: 100%!important;
}
.iti__country-list{
z-index:111;
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
color: #000;
}
/*=====================02-06-2023===========================*/

.organiser_login .nav.nav-pills.nav-stacked a.dropdown-toggle {
color: #fff !important;
font-weight: 500;
text-decoration: none;
font-size:24px;
line-height: 1.45;
color: #c1c1c1 !important;
text-transform: capitalize;
display: inline-block;
padding: 0;
cursor: pointer;
margin: 19px 0px 0px -11px;
}
.organiser_login li.expanded.dropdown ul {
width: 290px;

}
.organiser_login ul.nav.nav-stacked li {
padding: 0.5rem 1rem;

}
.organiser_login ul.nav.nav-stacked li a:hover{
text-decoration: none;
color:#000;
}
.organiser_login .nav >li >.dropdown-menu{
background:linear-gradient(to right, rgb(1 123 104) 0%, rgb(0 124 105) 40%, rgb(0 143 121 / 41%) 80%, rgb(0 0 0 / 84%) 100%);
padding: 0;
border: 0;
}
.organiser_login .nav >li >.dropdown-menu li a {
border: 0;
color: #fff;
padding: 6px 12px;
font-size:16px;
font-weight: 500;
}

@media screen and (max-width: 1690px){
.organiser_login .nav.nav-pills.nav-stacked a.dropdown-toggle{
font-size:19px;
margin-top:0px;
margin-left:-16px;
}
}
@media screen and (max-width: 1430px){
.organiser_login .nav.nav-pills.nav-stacked a.dropdown-toggle{
font-size:16px;
}
}
@media screen and (max-width: 991px){
.organiser_login .nav.nav-pills.nav-stacked a.dropdown-toggle{
font-size:14px;

}
}


/* =================fouziya=== Additional Delegates + - sign====== 28-06-2023========== */

@media screen and (max-width: 768px){
.buy-pass_buy-pass .webform-multiple-table-responsive td.webform-multiple-table--operations {
display: flex;
justify-content: flex-start;
flex-direction: column;
margin-bottom: 16px;
padding: 0 16px;
position: absolute;
top: 1.2em;
right: -18px;
}
.buy-pass_buy-pass .webform-multiple-table td.webform-multiple-table--operations-two{
width:9%;
} 

.buy-pass_buy-pass .webform-multiple-table td input[type="image"] {
margin: 4px 5px; 
}

}


@media screen and (max-width: 575px){
.buy-pass_buy-pass .webform-multiple-table td.webform-multiple-table--operations-two{
width:20%;
} 
.buy-pass_buy-pass .webform-multiple-table-responsive td.webform-multiple-table--operations {

top: 0.75em;
}
td.webform-multiple-table--operations.webform-multiple-table--operations-two input{
width: 16px!important;
height: 16px;
margin: 0px 0px 3px 51px !important; 
}
.webform-multiple-table-responsive td.webform-multiple-table--operations {
top: 2.3em;
right: 0;
}
}
@media screen and (max-width: 500px){
td.webform-multiple-table--operations.webform-multiple-table--operations-two input{

margin: 0px 0px 3px 34px !important; 
}
.buy-pass_buy-pass .webform-multiple-table td.webform-multiple-table--operations-two{
width:23%;
height:23%;
} 
}
/* =================end=== Additional Delegates + - sign====== 28-06-2023========== */

/* =================fouziya=== Speakers ================= */
#keynote p,#keynote-speakers p,#panelist-speaker p,#panelist p,.light-grey-bg p{
text-align: center;
line-height: 1.45;
color: #000;
font-weight: 500;
margin-bottom: 32px;}
/* =================fouziya=== Speakers ================= */




/*=========================Attendee-Reviews-Spring-Edition===========add-8-9-2023===============================*/

.tech_section {
padding: 100px 0;
}

.tech_figure {
position: relative;
z-index: 1;
padding: 24px 0 0 0;
margin: 0;
transition: 0.5s all;
}

.tech_figure:before {
content: "";
position: absolute;
top: 0px;
left: -48px;
height: calc(100% - 48px);
width: calc(100% - 24px);
background: #000;
z-index: -1;
transition: height 0.5s, width 0.5s;
}

.tech_figure:hover::before {
height: 0;
width: 0;
}

.red_item {
color: #1f7b76;
}

.tech_content h3,
.all_way_review_section h3,
.attendee_past h3 {
font-size: 40px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 0px;
text-transform: capitalize;
}

.attendee_past .form_wrappering h3 {
text-align: center;
margin-bottom: 20px;
}

.attendee_past div#edit-actions {
margin-top: 2rem;
text-align: center;
}

.attendee_past .form-actions input {
padding: 4px 42px !important;
}

.tech_content h2,
.all_way_review_section h2,
.attendee_past h2 {
font-size: 50px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 32px;
color: #000;
text-transform: capitalize;
}

.attendee_past,
.tech_content p {
font-size: 20px;
line-height: 1.45;
font-weight: 400;
margin-bottom: 0px;
color: #000;
text-align: justify;

}

.tech_content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: start;
padding-left: 32px;
}

.carouse_fantastic_slider {
background: #fff;
padding: 18px;
}

.all_way_review_section {
padding: 70px 0;
background: #f9dbe4;
}

.all_way_review_section h2 {
margin-bottom: 48px;
}

.carouse_fantastic_content img {
display: inline-block;
margin-bottom: 16px;
}

.carouse_fantastic_content h3 {
font-size: 25px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 0px;
color: #000;
text-transform: capitalize;
}
.carouse_fantastic_content h3 strong{
font-weight: 600;
}
.carouse_fantastic_content h3 span {
display: block;
font-size: 15px;
line-height: 1.45;
font-weight: 500;
margin-bottom: 0px;
color: #000;
}

.review_content {
text-align: left;
max-width: 650px;
margin: 0 auto;

}

.carouse_fantastic_slider .carousel-inner {
padding: 48px 16px;
box-shadow: 0px 0px 10px 3px #00000040;

}

.review_content p {
font-size: 22px;
line-height: 1.2;
font-weight: 400;
margin-bottom: 0px;
color: #000;

}

span.quote_icon {
font-size: 100px;
font-weight: 700;
line-height: 1.2;
display: inline-block;
margin-bottom: 24px;
}

.carouse_fantastic_slider {
background: #fff;
padding: 80px;

}

span.quote_icon.quote_icon1 {
position: relative;
left: -90px;
}

span.quote_icon.quote_icon2 {
font-size: 30px;
position: absolute;
right: 50px;
bottom: 0px;
margin: 0;
}

.carouse_fantastic_slider .carousel-indicators li {
height: 14px;
width: 14px;
display: inline-block;
border-radius: 50%;
border: 2px solid #000;
}
.carouse_fantastic_slider .carousel-indicators {
bottom: -5%;
margin: 0;
}

.carouse_fantastic_slider .carousel-indicators li.active {
background: #000;
}

.almuni_content {
background: #1f1f1f;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
padding: 16px;
}

.almuni_figure {
margin-bottom: 0;
position: relative;
}
.speaker-bio{
position: absolute;
left: 0;
bottom: 0%;
width: 100%;
padding: 15px;
background: #fff;
color: #333;
opacity: 0;
border: 1px solid #000;
}
.almuni_figure img {
display: block;
height: 100%;
width: 100%;
}
.almuni_figure:hover .speaker-bio{
bottom: 0;
opacity: 1;
transition: all 0.5s ease;
}
.almuni_content h3 {
font-size: 40px;
font-weight: 700;
line-height: 1;
display: block;
margin-bottom: 0px;
text-align: left;
}

.almuni_content p {
color: #fff;
font-size: 18px;
text-align: justify;
margin-top: 20px;
padding: 18px;
}

.almuni_content h2 {
font-size: 120px;
font-weight: 700;
line-height: 1;
display: block;
margin-bottom: 0px;
text-align: center;
color: #fff;
}

.almuni_content h4 {
font-size: 45px;
font-weight: 500;
line-height: 1;
display: block;
margin-bottom: 0px;
text-align: right;
color: #fff;
}

.alumni_section {
padding: 100px 0;
}

button.btn.btn-md.btn-alumni {
background: #000;
color: #fff;
font-weight: 600;
font-size: 24px;
line-height: 1.2;
display: inline-block;
margin-top: 24px;
border-radius: 0;
padding: 8px 16px;
}

.attendee_past {
padding: 70px 0;
background: #000;
}

.attendee_past h2 {
color: #fff;
margin-bottom: 0px;
}

.attendee_past p {
color: #000;
font-size: 22px;
margin-bottom: 48px;
max-width: 100%;
margin: 0px auto 48px auto;
}
/*.attendee_past p{
width: 100%;
}*/

.attendee_past_black p {
color: #fff;
font-size: 22px;
margin-bottom: 48px;
}

ul.attendee_list {
display: flex;
margin: 0;
flex-wrap: wrap;
padding: 0;
list-style: none;
}

ul.attendee_list li {
width: calc(100% / 5);
display: inline-block;
padding: 0 16px;
}

.glimpses_events {
background: #fff;
}

.glimpses_events h2 {
color: #000;
}
.image_gallery_section .image-gallery img {
height: 100%;
padding: 4px;
object-fit: cover;
}
button.btn-email {
background: #ee4230;
color: #fff;
font-weight: 600;
font-size: 24px;
line-height: 1.2;
display: inline-block;
margin-top: 24px;
border-radius: 0;
padding: 8px 24px;
}

button.btn-email:hover {
background: #ee4230;
}

.an_update p {
color: #dfdfdf;
font-weight: 600;
font-size: 22px;
line-height: 1.45;
text-align: justify;
}

.attendee_past .slick_img_sponsors {
padding: 10px;

}

.attendee_past .slick-slide img {
max-width: 200px;
margin: 0 auto;
border-radius: 10px;
background-color: #fff;
}

.attendee-review_attendee-review .image-gallery img {
height: 100%;
padding: 4px;
object-fit: cover;
}

.attendee-review_attendee-review .dflx,
.dubai-2023-reviews_dubai-2023-reviews .dflx {
display: flex;
}

/**/
.exhibitor_slider_sponsors ul.slick-dots li>button{
display: none;
}
.exhibitor_slider_sponsors ul.slick-dots li {
display: inline-block;
border: 2px solid #000;
outline: 0;
height: 16px;
width: 16px;
border-radius: 50%;
background: transparent;
line-height: 0;

padding: 0;
position: relative;
}

.exhibitor_slider_sponsors ul.slick-dots li+li {
margin-left: 10px;
}

.exhibitor_slider_sponsors ul.slick-dots li:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #f9dbe4;
border-radius: 50%;
opacity: 1;
}

.exhibitor_slider_sponsors ul.slick-dots li.slick-active:before {
background: #000;
}

.exhibitor_slider_sponsors ul.slick-dots {
display: flex;
width: 100%;
justify-content: center;
}

.form_wrappering {
justify-content: center;
}
.review_banner_figure {
position: relative;
margin-bottom: 0;
}

.review_banner_caption {
position: absolute;
left: 0;
bottom: 10%;
width: 100%;
margin-bottom: 0;
}

.review_banner_caption h1 {
color: #fff;
font-size: 60px;
line-height: 1.2;
font-weight: 500;
margin-bottom: 16px;
}

.review_banner_caption strong {

font-size: 75px;

}

.review_banner_caption p {
color: #fff;
font-size: 22px;
line-height: 1.2;
font-weight: 400;
margin-bottom: 0px;
max-width: 69%;
}
.dubai-2023-reviews_dubai-2023-reviews .exhibitor_slider_sponsors ul.slick-dots{
list-style: none;
}
.dubai-2023-reviews_dubai-2023-reviews .an_update form .form-text,
.dubai-2023-reviews_dubai-2023-reviews .an_update form .form-email {
padding: 0.5rem;
}

/*============================legitimacy======page===========================*/
.legitimacy_all{
padding: 40px 0px;
}
/* ================================== */


/* =======================legitimacy_section================================== */
.legitimacy_section .legitimacy_heading{
margin-bottom: 40px;
}
.Legitimacy_Part3 .owl-dots, .Legitimacy_Part5 .owl-dots {
text-align: center;
display: flex;
justify-content: space-around;
max-width: 200px;
margin: 30px auto;
}
.Legitimacy_Part3 .owl-theme .owl-dots .owl-dot span, .Legitimacy_Part5 .owl-theme .owl-dots .owl-dot span {
height: 10px;
background: var(--theme-color);
width: 10px;
display: block;
border-radius: 50%;
}
.legitimacy_section .legitimacy_heading span,
.enlightening_section h2 span,
.our_proven_section h3 span,
.Legitimacy_Part5 .reviews_content h3 span{
display: block;
color: var(--theme-color);
}
.seal-of-legitimacy_seal-of-legitimacy .review_banner_caption h1{
color: var(--theme-color);
font-size: 80px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 16px;
text-transform: capitalize;
}
.seal-of-legitimacy_seal-of-legitimacy .review_banner_caption strong {
font-size: 60px;
font-weight: 800;
color: #fff;
}
.legitimacy_section .legitimacy_heading h2{
max-width: 1200px;
margin: 10px auto;
text-align: center;
border: 1px solid var(--theme-color);
border-radius: 10px;
padding: 20px;
font-size: 25px;
font-weight: 700;
}
.legitimacy_section .legitimacy_content_wrapper p{
font-size: 20px;
text-align: center;
}
.legitimacy_section .legitimacy_content_wrapper p a{
color: var(--theme-color);
text-decoration: none;
cursor: pointer;
}
/* ==================uniqueness_section============================ */
.uniqueness_section h2{

font-size: 60px;
font-weight: 500;
color: var(--theme-color);
}
.uniqueness_section h2 ~ p{
font-size: 20px;
}
.uniqueness_content{
background: #f8f8f8;
max-width: 1720px;
margin: 0 auto;
border-radius: 10px;
padding: 30px 20px;
}
.uniqueness_content .row .col-lg-8{
display: flex;
flex-direction: column;
justify-content: center;

}
.uniqueness_section h2 strong{
display: block;
color: #000;
}
.uniqueness_section_card_box{
text-align: center;
background: #fff;
padding: 25px;
border-radius: 10px;
box-shadow: 0px 3px 10px #e5e1e1;
display: flex;
flex-direction: column;
height: 100%;
}
.uniqueness_section_card_box span{
display: inline-block;
margin-bottom: 10px;

}
.uniqueness_section_card_box span img{
width: auto;
max-width: 60px;
}
.uniqueness_section_card_box h3{
font-size: 25px;
font-weight: 600;
color: var(--theme-color);
margin-bottom: 20px;
}
.uniqueness_section_card_box p{
font-size: 16px;
font-weight: 500;
}

/* ================enlightening_section====================== */
.seal-of-legitimacy_seal-of-legitimacy .vedio_main_two .item .image_iframe {
position: relative;
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .owl-carousel.owl-drag .owl-item {
opacity: 1;
border: 1px solid black;
border-radius: 8px;
overflow: hidden;
position: relative;
}
.seal-of-legitimacy_seal-of-legitimacy .vedio_main_two .item .image_wrapper {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.seal-of-legitimacy_seal-of-legitimacy .vedio_main_two .item .image_wrapper img {
height: 100%;
object-fit: cover;
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .item .video_btn,
.conference-format_conference-format .enlightening_section .item .video_btn  {
top: 50%;
left: 50%;
cursor: pointer;
position: absolute;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-transform: uppercase;
font-size: 10px;
font-weight: 600;
transform: translate(-50%);
z-index: 1111;
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .item .video_btn{
display: none;
}

.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .center .item .video_btn{
display: blcok;
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .item img.btn_play, 
.conference-format_conference-format .enlightening_section .item img.btn_play{
width: 60px;
height: 60px;
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .owl-item{
filter: none;
}

.Legitimacy_Part3 .owl-dots, .Legitimacy_Part5 .owl-dots {
text-align: center;
display: flex;
justify-content: space-around;
max-width: 200px;
margin: 30px auto;
color: #000;
}
.Legitimacy_Part3 .owl-theme .owl-dots .owl-dot span, .Legitimacy_Part5 .owl-theme .owl-dots .owl-dot span {
height: 10px;
background: var(--theme-color);
width: 10px;
display: block;
border-radius: 50%;
}
.enlightening_section h2,
.Legitimacy_Part5 .reviews_content h3{
text-align: center;
font-size: 35px;
font-weight: 600;
margin-bottom: 25px;
color: #000;
}
.enlightening_section p,.our_proven_section p,
.Legitimacy_Part5 .reviews_content p{
text-align: center;
font-size: 20px;
font-weight: 500;
margin-bottom: 50px;
max-width: 100%;
}
.enlightening_section .owl-carousel.owl-drag .owl-item{
opacity: 1;
border: 1px solid black;
border-radius: 8px;
overflow: hidden;
position: relative;
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .item .slider_content p{
margin-bottom: 0px;
font-size: 18px;
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .item .video_btn{
top: 50%;
left: 50%;
cursor: pointer;
position: absolute;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-transform: uppercase;
font-size: 10px;
font-weight: 600;
transform: translate(-50%);
z-index: 1111;
}

.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .image_iframe iframe,
.conference-format_conference-format .enlightening_section .image_iframe iframe{
width: 100%;
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .item .slider_content p span{
color: var(--theme-color);
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .item .slider_content {
max-width: 100%;
margin: 0 auto;
padding: 10px;
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .item {
margin: 0;
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .owl-carousel.owl-drag .owl-item.active.center .item .image_iframe .slider_content{
padding: 30px;
} 


.seal-of-legitimacy_seal-of-legitimacy .owl-carousel .owl-nav button.owl-prev,
.seal-of-legitimacy_seal-of-legitimacy .owl-carousel .owl-nav button.owl-next,
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev,
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
color: var(--theme-color)!important;
font-size: 50px !important;
height: 50px;
width: 50px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid var(--theme-color);
border-radius: 30px;
position: absolute;
transform: translateY(-40%);
top: 40%;
z-index: 111;
}
.seal-of-legitimacy_seal-of-legitimacy .owl-carousel .owl-nav button span{
display: flex;
align-items: center;
}
.seal-of-legitimacy_seal-of-legitimacy .owl-carousel .owl-nav button.owl-prev{
left: 0;
}
.seal-of-legitimacy_seal-of-legitimacy .owl-carousel .owl-nav button.owl-next{
right: 0;
}
.seal-of-legitimacy_seal-of-legitimacy .vedio_slider_seal-of-legitimacy_seal-of-legitimacy{
position: relative;
}
.enlightening_section .owl-carousel.owl-drag .owl-item:after{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
content: "";
background: rgb(248,249,251);
background: radial-gradient(circle, rgba(248,249,251,1) 0%, rgba(255,58,58,0) 100%);
}

.enlightening_section .owl-carousel.owl-drag .center:after
{
position: static;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: transparent;

}
.enlightening_section .owl-carousel.owl-drag .active .slider_content{
padding: 25px;
}
/* ========our_proven_section================== */
.our_proven_section h2{

text-align: center;
font-size: 35px;
font-weight: 600;
color: var(--theme-color);
margin-bottom: 30px;

}
.our_proven_section .slick-slide img {
max-width: 200px;
margin: 0 auto;
border-radius: 10px;
height: 100%;
object-fit: cover;
border: 1px solid var(--theme-color);
padding: 15px;
background: #fff;
}

.our_proven_section h3{
font-size: 35px;
text-transform: uppercase;
font-weight: 600;
color: #000;
}
.our_proven_section .logos_slider{
padding: 20px;
border: 1px solid var(--theme-color);
border-radius: 10px;
background: #f8f8f8;

}
.our_proven_section .logos_slider .row .col-md-4{
display: flex;
justify-content: center;
align-items: center;

}
.Legitimacy_Part5 .reviews_content p a{
background: var(--theme-color)!important;
}


/*===============legitimacy=page==@media_start========*/
/*===================Attendee-Reviews-Spring-Edition=====@media_start============================*/

@media screen and (min-width: 1650px) {
.dubai-2023-reviews_dubai-2023-reviews .container,
.seal-of-legitimacy_seal-of-legitimacy .container,
.recognition-process_recognition-process .container {
max-width: 1400px;
margin: 0 auto;
}
}

/*========================================================*/
@media screen and (max-width: 1650px) {

span.quote_icon.quote_icon1 {
left: -20px;
}

.almuni_content h2 {
font-size: 90px;
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section .item .video_btn{
display: none;
}
.seal-of-legitimacy_seal-of-legitimacy .enlightening_section  .center .video_btn{
display: block;
}
}
@media screen and (max-width: 1500px) {
.uniqueness_section h2{
font-size: 50px;
}

.review_banner_figure img{
height: 75vh;
object-fit: cover;
}
}

@media screen and (max-width: 1500px) {

.tech_content h2,
.all_way_review_section h2,
.attendee_past h2 {
font-size: 38px;
margin-bottom: 10px;
}

.tech_content h3,
.all_way_review_section h3,
.attendee_past h3 {
font-size: 35px;
}
.carouse_fantastic_content h3{
font-size: 25px;
}
.tech_content {
font-size: 18px;
justify-content: center;
}

.almuni_content h2 {
font-size: 70px;
}

.almuni_content h4,
.almuni_content h3 {
font-size: 30px;
}

.almuni_content h3 {
padding-left: -10px;
}

.almuni_content h2 {
padding-right: 44px;
}

span.quote_icon.quote_icon1 {
left: -15px;
}

span.quote_icon {
font-size: 60px;
}

.review_banner_caption h1 {
font-size: 48px;
}

.review_banner_caption h1 {
font-size: 48px;
}

.review_banner_caption p {
font-size: 18px;
}

.dubai-2023-reviews_dubai-2023-reviews div#edit-actions {
margin-top: 20px;
}


/*==============================*/
.review_banner_caption p,
.legitimacy_section .legitimacy_content_wrapper p,
.enlightening_section .heading_wrapper p, 
.our_proven_section p, 
.Legitimacy_Part5 .reviews_content p {
font-size: 18px;
}
.review_banner_caption strong {
font-size: 50px;
}

.review_banner_caption h1 {
font-size: 40px;
}
.seal-of-legitimacy_seal-of-legitimacy .review_banner_caption h1{
font-size: 60px;
}
.seal-of-legitimacy_seal-of-legitimacy .review_banner_caption strong,
.uniqueness_section h2{
font-size: 45px;
}
.enlightening_section h2, .Legitimacy_Part5 .reviews_content h3, .attendee_past h2{
font-size: 30px;
}
}

/*====================================================*/
@media screen and (max-width: 1400px) {

.tech_content h3,
.all_way_review_section h3,
.attendee_past h3 {
font-size: 25px;
}

.carouse_fantastic_content h3 span {
font-size: 13px;
}
}

/*====================================================*/
@media screen and (max-width: 1199px) {

.tech_content h3,
.all_way_review_section h3,
.attendee_past h3 {
font-size: 22px;
}

.carouse_fantastic_content h3 span {
font-size: 15px;
}

button.btn.btn-md.btn-alumni {
font-size: 16px;
}
/*====================*/
.review_banner_caption strong {
font-size: 50px;
}

.attendee_past,
.tech_content p,
.review_content p,
.attendee_past p,
.attendee_past_black p,
.an_update p {
font-size: 20px;
}

.tech_content h2,
.all_way_review_section h2,
.attendee_past h2 {
font-size: 32px;
}

.tech_content h3,
.all_way_review_section h3 {
font-size: 20px;
}
.attendee_past h3{
font-size: 25px;
}
.legitimacy_section .legitimacy_content_wrapper p,
.uniqueness_section h2 ~ p,
.uniqueness_section_card_box h3,
.enlightening_section p, .our_proven_section p, .Legitimacy_Part5 .reviews_content p {
font-size: 18px;
}
.enlightening_section h2, .Legitimacy_Part5 .reviews_content h3,
.tech_content h2, .all_way_review_section h2, .attendee_past h2{
font-size: 25px;
}
.enlightening_section .owl-carousel.owl-drag .active:after{
position: static;
display: none;
}
.legitimacy_all {
padding: 30px 0px;
}
}

/*===========================*/
@media screen and (max-width: 1024px) {

.review_content p,
.an_update p {
font-size: 20px;
}

span.quote_icon {
font-size: 40px;
}

.tech_content h3,
.all_way_review_section h3,
.attendee_past h3 {
margin-bottom: 10px;
}
.attendee_past,
.tech_content p {
font-size: 20px;
}
}

/*==============================*/

@media screen and (max-width: 991px) {

.attendee_past,
.tech_content p,
.attendee_past,
.tech_content p,
.review_content p,
.attendee_past p,
.attendee_past_black p,
.an_update p,
.review_content p,
.an_update p {
font-size: 18px;
font-weight: 500;
}

.almuni_content h2 {
font-size: 50px;
}

.dubai-2023-reviews_dubai-2023-reviews .form-text,
.dubai-2023-reviews_dubai-2023-reviews .form-email {
padding: 1rem;
}

.wrapping_bindingg {
margin: 0 auto;
width: 70%;
}

.almuni_content h2 {
font-size: 50px;
}
.uniqueness_section_card_box p,
.legitimacy_section .legitimacy_content_wrapper p, 
.uniqueness_section h2 ~ p, .uniqueness_section_card_box h3, 
.enlightening_section p, .our_proven_section p, 
.Legitimacy_Part5 .reviews_content p {
font-size: 16px;
}
/*.uniqueness_section h2 ~ p{
text-align: center;
}*/
.uniqueness_section h2 {
font-size: 30px;
}
.our_proven_section .logos_slider .row .col-md-4{
display: flex;
justify-content: center;
align-items: center;

}
.our_proven_section .logos_slider .row .col-md-4 h4{
margin-top: 0px;
}
.almuni_content p{
padding: 0;
}
}

/*=====================================*/
@media screen and (max-width: 767px) {
.tech_figure:before {
left: -6px;
}

.tech_figure {
max-width: 500px;
margin: 0 auto;
}

.tech_content {
padding-left: 0px;
padding: 25px;
}

.tech_content p {
text-align: justify;
}

.tech_content h2 {
font-size: 30px;
}

.review_banner_caption strong {
font-size: 40px;
}

.tech_content h2 br {
display: none;
}

span.quote_icon.quote_icon2 {
position: static;
display: block;
text-align: right;
}

span.quote_icon.quote_icon1 {
left: 0;
}

span.quote_icon,
.review_banner_caption h1 {
font-size: 30px;
}

/*.review_content p,
.an_update p,
.attendee_past,
.tech_content p,
.attendee_past,
.tech_content p,
.review_content p,
.attendee_past p,
.attendee_past_black p,
.an_update p {
font-size: 18px;
}*/

.attendee_past {
padding: 50px 20px;

}

.almuni_content {
padding: 40px;
}

.wrapping_bindingg {
width: 70%;
}
.dubai-2023-reviews_dubai-2023-reviews .banner-section img,
.usa-2023-reviews_usa-2023-reviews .banner-section img {
height: 60vh;
object-fit: cover;
}
.dubai-2023-reviews_dubai-2023-reviews .review_banner_caption p,
.usa-2023-reviews_usa-2023-reviews .review_banner_caption p{
max-width: 100%;
}
/*=================*/
.seal-of-legitimacy_seal-of-legitimacy .review_banner_caption h1 {
font-size: 35px;
margin-left: 20px;
}
.seal-of-legitimacy_seal-of-legitimacy .review_banner_caption strong {
font-size: 30px;
}
.seal-of-legitimacy_seal-of-legitimacy .review_banner_figure img{
height: 50vh;
object-fit: cover;
}
.legitimacy_section .legitimacy_content_wrapper p,
.uniqueness_section h2 ~ p, 
.enlightening_section p,
.our_proven_section p,
.Legitimacy_Part5 .reviews_content p,
.enlightening_section .heading_wrapper p {
font-size: 16px;
}
.uniqueness_section_card_box h3{
font-size: 18px;
}
.uniqueness_section h2,.uniqueness_section h2 ~ p{
text-align: center;
margin-bottom: 10px;
}
.enlightening_section h2,
.Legitimacy_Part5 .reviews_content h3, 
.tech_content h2, 
.all_way_review_section h2,
.attendee_past h2,
.attendee_past h3 {
font-size: 20px;
}
.legitimacy_all {
padding: 30px 0px;
}
.uniqueness_section h2 strong,.our_proven_section h3 span {
display: inline-block;
}
.uniqueness_section h2 ~ p{
margin-bottom: 20px;
}
.review_banner_caption p{
max-width: 100%;
}
.almuni_content p{
padding: 18px;
}
}

/*===========================*/
@media screen and (max-width: 600px) {
.almuni_content h2 {
font-size: 50px;
}

.review_banner_caption strong {
font-size: 40px;
}

.review_banner_caption p {
font-size: 16px;

text-align: justify;
}

.attendee_past,
.tech_content p {
font-size: 16px;
}

.all_way_review_section h2 {
font-size: 22px;
margin-bottom: 23px;
}

.all_way_review_section {
padding: 40px 0;

}

.review_content p {
font-size: 16px;
text-align: justify;
}

}

@media screen and (max-width: 575px) {
.review_banner_caption strong {
font-size: 30px;
}

.review_banner_caption h1,
.tech_content h2 {
font-size: 25px;
}

.almuni_content h2 {
font-size: 40px;
}
.tech_section{
padding: 50px 0px;
}
.dubai-2023-reviews_dubai-2023-reviews .all_way_review_section .exhibitor_slider_sponsors ul.slick-dots,
.usa-2023-reviews_usa-2023-reviews .all_way_review_section .exhibitor_slider_sponsors ul.slick-dots{
display: none!important;
}
.review_content p,
.an_update p,
.attendee_past,
.tech_content p,
.attendee_past,
.tech_content p,
.review_content p,
.attendee_past p,
.attendee_past_black p,
.an_update p {
font-size: 16px;
}
.tech_content h2{
font-size: 18px;
}
.almuni_content h2 {
font-size: 30px;
padding: 0;
}
.almuni_content h4, .almuni_content h3,.tech_content h2, .all_way_review_section h2, .attendee_past h2{
font-size: 20px;
}
.almuni_content {
padding: 15px;
}
.almuni_content {
padding: 15px;
}
.carouse_fantastic_slider{
padding: 30px;
}
.dubai-2023-reviews_dubai-2023-reviews .carouse_fantastic_slider,
.usa-2023-reviews_usa-2023-reviews .carouse_fantastic_slider {
background: #fff!important;
padding: 20px;
}
.carouse_fantastic_content h3{
font-size: 20px;
}
.uniqueness_section h2{
font-size: 20px;
}
.legitimacy_section .legitimacy_heading h2{
font-size: 18px;
}
}

/*==============End of Attendee Review dubai 2023===================*/
/*===/linkedIn-profile-verification-tool=====*/

.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .banner-figure .banner_caption  h1{
font-weight: 700;
text-transform: uppercase;
font-size: 60px;
text-align: left;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .banner-figure .banner_caption h1 span{
background: #3b85ce;
font-weight: 500;
display: inline-block;
padding: 10px;
font-size: 20px;
text-transform: capitalize;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .banner_caption {
position: absolute;
left: 0;
bottom: 50%;
width: 100%;
transform: translateY(50%);
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .linkedIn_url label {
display: none;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .linkedIn_url{
align-items: center;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .js-form-item.form-item{
margin: 10px 0px;
}
/*==================linkedin_profile_url=======================*/
.recognition-process,
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro{
padding: 50px 0px;
}
body.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool{
font-family: 'Poppins', sans-serif;
}
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li{
display: flex;
justify-content: start;
align-items: start;

}
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu  > li:not(:last-child) {
margin-bottom: 50px;
}

.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li span{
padding: 14px;
display: inline-block;
background: var(--theme-color);
color: #fff;
font-size: 18px;
font-weight: 500;
border-radius: 18px;
height: 40px;
width: 40px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
}

.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li div h4{
font-size: 30px;
font-weight: 600;
}
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li div p{
font-size: 20px;
}
/*======Profile-Verification-Tool=======*/


.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro h3{
text-align: center;
font-size: 40px;
font-weight: 600;
margin-bottom: 25px;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro h3 strong{
display: block;
color: var(--theme-color);
font-weight: 700;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro p {
text-align: center;
font-size: 20px;
font-weight: 400;
margin-bottom: 50px;
}

.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro p  a{
color: var(--theme-color);
text-decoration: none;
}
.linkedin_profile_url{
max-width: 1350px;
margin: 0 auto;
padding: 50px;
border-radius: 25px;
}
.enter_url_section .linkedin_profile_url{
background: #051f39;
}
.enter_url_section .linkedin_profile_url .designation_wrapper{
margin-bottom: 20px;
}
.enter_url_section .linkedin_profile_url .designation_wrapper #edit-submit{
padding: 10px 20px;
background: #1f7b76;
color: #fff;
outline: none;
border: none;
border-radius: 8px;
margin-top: 20px;

}
.linkedin_profile_url .linkedin_profile_heading h3{
text-align: center;
color: #fff;
font-size: 35px;
font-weight: 600;
margin-bottom: 1rem;
}
.enter_url_section .linkedin_profile_url .linkedin_profile_heading p{
color: #d1d2d3;
}
.enter_url_section .linkedin_profile_url .linkedin_profile_heading .red span p{
color: red;
}
.enter_url_section .linkedin_profile_url .linkedin_profile_heading .green span p{
color: green;
}
.enter_url_section .linkedin_profile_url .linkedin_profile_heading p span{
color: #fff;
}
.enter_url_section .linkedin_profile_url .linkedin_profile_heading form input#edit-actions-submit {
border: 1px solid #fff;
background: #1b71c6;
width: auto;
max-width: 100%;
white-space: normal;
padding: 10px 40px!important;
border-radius: 5px;
}
.enter_url_section .linkedin_profile_url .linkedin_profile_heading form div#edit-actions{
text-align: center;
margin: 1rem 0rem;
}
.enter_url_section .linkedin_profile_url .linkedin_profile_heading h3 span{
color: #1d72c7;

}
.enter_url_section .linkedin_profile_url .attendee-number .linkedin-profile img,
.enter_url_section .linkedin_profile_url_section .attendee-number .linkedin-profile img{
width: 100%;
}
.enter_url_section .linkedin_profile_url .attendee-number .linkedin-profile{
max-width: 300px;
margin: 0 auto;
}
.enter_url_section .linkedin_profile_url .form-item-first-name,
.enter_url_section .linkedin_profile_url .form-item-last-name {
display: none;
}


/*======linkedin-page-media=================*/
@media screen and (min-width: 1600px) {
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .container{
max-width: 1400px;
margin: 0 auto;
}
}
@media screen and (max-width: 1500px) {
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .banner-figure .banner_caption h1{
font-size: 50px;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro h3{
font-size: 35px;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro p,
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li div p{
font-size: 18px;
}
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li div h4{
font-size: 25px;
}
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu > li:not(:last-child){
margin-bottom: 35px;
}
}
@media screen and (max-width: 1199px) {
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro h3{
font-size: 30px;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro p,
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li div p{
font-size: 16px;
}
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu > li:not(:last-child) {
margin-bottom: 30px;
}
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li div h4{
font-size: 20px;
}
.enter_url_section .linkedin_profile_url .linkedin_profile_heading form input#edit-actions-submit {
margin-bottom: 16px!important;
display: inline-block;
}

.page-node-231 .banner-figure .banner_caption h1 span {
background: #3b85ce;
font-weight: 500;
display: inline-block;
padding: 10px;
font-size: 20px;
text-transform: capitalize;
}

.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .banner-figure .banner_caption h1{
font-size: 45px;
}

}
/*========*/
@media screen and (max-width: 1024px) {

.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .single-featured-image-header img {
height: 75vh;
max-height: 75vh;
object-fit: cover;
}


}
/*========*/
@media screen and (max-width: 991px) {
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .attendee-number .linkedin-profile{
max-width: 600px;
margin: 20px auto;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro p{
margin-bottom: 35px;
font-size: 16px;
}
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li div p {
font-size: 16px;
}
.enter_url_section .linkedin_profile_url .linkedin_profile_heading p {
color: #d1d2d3;
font-size: 14px;
margin-top: 15px;
text-align: center;
}

.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .banner-figure .banner_caption h1 {
font-size: 40px;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .single-featured-image-header img {
max-height: 50vh;
}
.enter_url_section .linkedin_profile_url .linkedin_profile_heading h3{
font-size: 30px;
}
}
/*========*/
@media screen and (max-width: 767px) {
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool.single-featured-image-header img  {
max-height: 50vh;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro h3,
.enter_url_section .linkedin_profile_url .linkedin_profile_heading h3 {
font-size: 25px;
}
.linkedin_profile_url_section ul.linkedin_profile_menu{
margin-bottom: 25px;
}
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li div h4{
font-size: 20px;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .attendee-number .linkedin-profile{
max-width: 500px;
margin: 0 auto;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .banner-figure .banner_caption h1 span{
margin-bottom: 15px;
}
.enter_url_section .linkedin_profile_url .attendee-number .linkedin-profile {
max-width: 250px;
margin: 15px auto;
}
/* .enter_url_section .linkedin_profile_url  form input#edit-email {
text-align: center;
}*/
.recognition-process, 
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro{
padding: 40px 0px;
}

}
/*=========*/
@media screen and (max-width: 575px) {
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro p{
text-align: justify;
}
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li div h4{
font-size: 20px;
}
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li div p {
font-size: 15px;
text-align: justify;
}
.linkedin_profile_url_section .linkedin_profile_heading .linkedin_profile_menu li span {
padding: 10px;
font-size: 15px;
height: 30px;
width: 30px;
margin-right: 8px;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .banner-figure .banner_caption h1{
font-size: 40px;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .banner-figure .banner_caption h1 span{
margin-bottom: 10px;
}
.recognition-process, .linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro{
padding: 30px 0px!important;
}
}
/*====*/
@media screen and (max-width: 400px) {
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .banner-figure .banner_caption h1{
font-size: 30px;
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .banner-figure .banner_caption h1 span{
font-size: 16px;
}
.recognition-process, .linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .who-we-are-intro{
padding: 20px 0px!important;
}
}
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .form-text,
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .form-url,
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .form-email,
.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .form-tel {
display: block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 1.5rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 2px solid #dbe0df;
border-radius: 0;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.linkedIn-profile-verification-tool_linkedIn-profile-verification-tool .iti__arrow{
display: none;
}



/*========video-reviews_video-reviews=============*/


/* .video-reviews_video-reviews .who_we_are_caption h1:first-child {
display: none;
} */
.video-reviews_video-reviews .video_col_section{
padding: 30px 0px;
}
.video-reviews_video-reviews .video_col_section p,
.video-reviews_video-reviews .banner_caption p{
font-size: 16px;

}
.video-reviews_video-reviews .banner_caption p,
.video-reviews_video-reviews .video_col_section p strong{
font-weight: 600;
}
.video-reviews_video-reviews .video_col_section p strong{
display: block;
margin-bottom: 10px;
}
.video-reviews_video-reviews .video_col_section .slider_content h3 ~ p span{
font-weight: 700;
}
.video-reviews_video-reviews .who-we-are-intro{
padding: 50px 0px;
}
.video-reviews_video-reviews .who_we_are_caption{
text-align: center;
}
.video-reviews_video-reviews .video_col_section .video_col_content .row .col-lg-4{
display: flex;
align-items: center;
}
.video-reviews_video-reviews .who_we_are_caption h1{
font-size: 40px;
font-weight: 700;
}
.video-reviews_video-reviews .who_we_are_caption h1 span{
color: var(--theme-color);
}
.video-reviews_video-reviews .who_we_are_caption  p  a,
.video-reviews_video-reviews .who_we_are_caption h1 p span{
color: #fff;
font-weight: 700;
}
.video-reviews_video-reviews .who-we-are-intro h3 {
margin-bottom: 16px;
font-weight: 600;
color: var(--theme-color);
font-size: 35px;
}
.video-reviews_video-reviews .who-we-are-intro .text-justify p{
font-size: 20px;
text-align: center;
font-weight: 500;
}
.video-reviews_video-reviews .video_col_content .heading_wrapper h3{
font-size: 20px;
font-weight: 600;
color: var(--theme-color);
}
.video-reviews_video-reviews .video_col_content .heading_wrapper h4{
font-size: 16px;
margin: 20px 0px;
font-weight: 600;
}
.video-reviews_video-reviews .video_col_content .line{
border-bottom: 2px solid #b6b6b6;
}
.video-reviews_video-reviews .video_col_content .line .row{
margin-bottom: 20px;
}
/*====*/
.video-reviews_video-reviews .videos_col_two .slider_content h3{
font-size: 20px;
color: var(--theme-color);
padding: 5px 0px;
}
.video-reviews_video-reviews .videos_col_two{
padding-top: 0px;
}
.video-reviews_video-reviews .videos_col_two .row div.col-lg-4 {
margin-top: 20px;
}
.video-reviews_video-reviews .videos_col_two .slider_content{
padding: 0px 20px;
}


.video-reviews_video-reviews .video_col_section .image_iframe {
position: relative;
}
.video-reviews_video-reviews .video_col_section h2{
font-weight: 700;
margin-left: 16px;
}
.video-reviews_video-reviews .video_col_section  .image_wrapper {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
} 
.video-reviews_video-reviews .video_col_section  .image_wrapper img {
height: 100%;
object-fit: cover;
width: 100%;
}
.video-reviews_video-reviews .video_col_section  .image_wrapper  .video_btn {
top: 74%;
left: 79%;
cursor: pointer;
position: absolute;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-transform: uppercase;
font-size: 10px;
font-weight: 600;
}
.video-reviews_video-reviews .video_col_section .image_wrapper  img.btn_play {
width: 50px;
height: 50px;
}
.video-reviews_video-reviews .video_col_section  .image_wrapper .video_btn p {
margin: 4px 0px;
font-size: 12px;
}
.video-reviews_video-reviews .video_col_section .image_iframe iframe {
width: 100%;
}

/*========media=========*/
@media screen and (min-width: 1650px) {
.video-reviews_video-reviews .container{
max-width: 1400px;
margin: 0 auto;
}

}
@media screen and (max-width: 1650px) {
.video-reviews_video-reviews .who_we_are_caption h1,
.video-reviews_video-reviews .who-we-are-intro h3 {
font-size: 30px;
}
.who_we_are_caption h1 p{
font-size: 15px;
}
.video-reviews_video-reviews .who-we-are-intro .text-justify p{
font-size: 18px;
}
}
/*===*/
@media screen and (max-width: 1199px) {
.video-reviews_video-reviews .videos_col_two .slider_content{
padding: 0px;
}
}
@media screen and (max-width: 991px) {
.video-reviews_video-reviews .videos_col_two .slider_content{
padding: 0px 15px;
}
.video-reviews_video-reviews .who_we_are_caption h1,
.video-reviews_video-reviews .who-we-are-intro h3 {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {

.video-reviews_video-reviews .who-we-are-intro .text-justify p{
font-size: 16px;
}
.video-reviews_video-reviews .heading_wrapper{
margin-bottom: 20px;
}
}
@media screen and (max-width: 575px) {
.video-reviews_video-reviews .single-featured-image-header img {
object-fit: cover;
height: 35vh;
}
}
@media screen and (max-width: 375px){
.single-featured-image-header img {
object-fit: cover;
height: 40vh;
}   
}

/*==========end=======*/
/*=============css-loder==add===================*/

.user_loader_img_2 {
visibility: hidden;
width: 100%;
height: 100%;
background: #00000047; 
display: flex;
align-items: center;
justify-content: center;
position: fixed;
z-index: 999;
overflow: show;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.user_loader_img_2.visibility_visible{
visibility: visible;

}
.user_loader_img_2.visibility_visible img{
animation: rotation 6s linear infinite;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
/*======dashboard-from-payment-css===inherit=====*/
div.address-container-inline{
margin-left: 0;
margin-right: 0;
}
/*============end=================*/

/*============css for as featured on (homepage)=====================*/
.strip{
padding: 20px 0px;
background: #fff;
}
.strip h2{
font-size: 28px;
text-align: center;
margin-bottom: 22px;
line-height: 1.2;
color: #000;
font-weight: 700;
}
.strip a{
display: block;
text-align: center;
background: #fff;
padding: 10px;
margin: 10px;
border-radius: 10px;
/* border: 1px solid; */
color: #000;
}
.strip a img{
display: inline-block;
max-width: 100%;
height: 70px;
}
.strip ul.slick-dots,
.strip  button.slick-prev.slick-arrow{
display: none!important;
}
/*=================end===============================*/

.announce_div ul li h3{
font-size: 24px;
color: #1f7b76;
}
.announce_div ul li  p{
font-size: 18px;
font-weight: 500;
color: #6a6a6a;
}
.item-list a:hover {
text-decoration: none;
/* color: var(--theme-color);; */
}

/*=============new-blog-page-29-09-2023=========================*/
.banner_blog_section {
background: #000;

}

.asserts1 {
padding: 200px 0px;
text-align: center;
}

.asserts1 h1 {
color: var(--theme-color);
}

.asserts {
background: #d9f3ed;
text-align: center;
padding: 50px 20px;
}

.asserts h2 {
color: var(--theme-color);
font-size: 40px;
font-weight: 700;
margin-bottom: 20px;
}

.asserts h2 span {
display: block;
color: #000;
}

.announcement_date {
font-size: 30px;
font-style: italic;
font-weight: 500;
color: gray;
}

.announcement_content {
margin-bottom: 20px;
}

.announcement_content h3 {
font-size: 35px;
font-weight: 600;
margin-bottom: 20px;
}

.announcement_content h3 span {
display: block;
}

.announcement_content p {
font-size: 20px;
font-weight: 500;
}

.announcement_content p span {
color: var(--theme-color);
}

.marketing_heading_main p,
.questions_ans p {
font-size: 22px;
font-weight: 500;
}

.questions_ans {
padding: 20px ;
}

.announcement_blog {
padding: 60px 0px;
}

.announcement_blog a {
color: blue;
}

.announcement_blog p {
text-align: justify;
line-height: 1.60;
margin-bottom: 10px;
}

.question p {
text-align: justify;
}

.have_a_question,
.question h2 {
background-color: #d9f3ed;
text-align: center;
padding: 40px 0px;
}

.question h2,
.have_a_question h2 {
font-weight: 600;
font-size: 40px;
}

.questions_ans h3 {
margin-bottom: 30px;
}

.questions_ans a {
color: blue;
}

.have_a_question span,
.questions_ans h3 {
color: var(--theme-color);
}

.questions_ans h3 {
color: var(--theme-color);
font-size: 35px;
font-weight: 600;
}

.have_a_question p {
font-size: 22px;
font-weight: 500;
margin: 20px 0px;
}

.have_a_question a {
color: blue;
}
/*==========email-scam-advisory==============*/
.email-scam-advisory{
padding: 4rem 0rem;
}
@media screen and (min-width: 1650px) {
.unfounded-scam-claims_unfounded-scam-claims .container {
max-width: 1490px;
margin: 0 auto;
}

}

@media screen and (max-width: 1500px) {
.asserts1 h1 {
font-size: 35px;
}

.asserts h2,
.announcement_content h3,
.questions_ans h3,
.question h2,
.have_a_question h2 {
font-size: 25px;
}

.marketing_heading_main p,
.questions_ans p,
.announcement_content p,
.have_a_question p {
font-size: 18px;
}

.have_a_question,
.question h2 {
padding: 20px 0px;
}

.questions_ans {
padding: 20px 0px;
}
}

@media screen and (max-width: 991px) {
.asserts1 h1 {
font-size: 30px;
}

.asserts h2,
.announcement_content h3,
.questions_ans h3,
.question h2,
.have_a_question h2 {
font-size: 22px;
}

.marketing_heading_main p,
.questions_ans p,
.announcement_content p,
.have_a_question p {
font-size: 16px;
}

.have_a_question,
.question h2 {
padding: 20px 0px;
}

}

@media screen and (max-width: 575px) {
.asserts1 h1 {
font-size: 22px;
}

.asserts h2,
.announcement_content h3,
.questions_ans h3,
.question h2,
.have_a_question h2 {
font-size: 20px;
}

.marketing_heading_main p,
.questions_ans p,
.announcement_content p,
.have_a_question p {
font-size: 16px;
}

.have_a_question,
.question h2 {
padding: 20px 0px;
}

.announcement_blog {
padding: 40px 0px;
}

.asserts1 {
padding: 200px 0px 100px 0px;
}
}

@media screen and (max-width: 575px) {

.questions_ans p,
.announcement_content p,
.have_a_question p {
text-align: justify;
}

.questions_ans {
padding: 20px 0px;
}

.announcement_date {
text-align: center;
}
}

/*================================================================*/
/*========conf_format-page-css-start============*/

.conference-format_conference-format .legitimacy_section .legitimacy_heading h2{
border: transparent;
font-size: 50px;
margin-top: 20px;
}
.conference-format_conference-format .legitimacy_section .legitimacy_content_wrapper p {
font-size: 22px;
text-align: center;
margin-bottom: 50px;
}
.Conference_Format_3 .legitimacy_content_wrapper{
background: #000;
padding: 50px;
text-align: center;
color: #fff;
border-radius: 13px;
}
.Conference_Format_3 .red-btn{
font-size: 16px;
font-weight: 500;
line-height: 1.45;
color: #fff;
text-transform: uppercase;
display: inline-block;
background: var(--theme-color);;
padding: 6px 16px;
border-radius: 8px;
border: 1px solid var(--theme-color);;
transition: 0.5s all;
}
.conference-format_conference-format .review_banner_caption h1{
text-transform: uppercase;
color: #eb371c;
font-weight: bolder;
font-size: 80px;
}
.conference-format_conference-format .review_banner_caption strong{
font-size: 40px;
color: #fff;
}
/*.conference-format_conference-format .review_banner_caption p{
max-width: 50%;
text-align: justify;
}*/
.speaker_sessions .speaker_content h3{
font-size: 50px;
font-weight: 600;
margin-bottom: 50px;
}
.Conference_Format_4 .speaker_img{
width: auto;
max-width: 680px;

}
.speaker_sessions .speaker_content h3 span{
color: var(--theme-color);;
}
.speaker_sessions .speaker_content p{
font-size: 22px;
text-align: justify;
}
.Conference_Format_4 .row .col-12:nth-child(2){
display: flex;
align-items: center;
justify-content: center;
}


.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev,
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next{
font-size: 80px!important;
}
.conference-format_conference-format .owl-carousel .owl-nav.disabled{
display: block;
}
.Conference_Format_7 .review_banner_caption .speaker_content,
.Conference_Format_9 .review_banner_caption .speaker_content{
text-align: justify;

}
.Conference_Format_5 .pannelisst{
background: #000;
padding: 50px;
border-radius: 22px;
color: #fff;
}
.Conference_Format_5 .pannelisst h2{
font-size: 50px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next{
right: -108px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev {
left: -120px;
}
.Conference_Format_5 p{
font-size: 22px;
}
.Conference_Format_7 .speaker_content h3,
.Conference_Format_9 .speaker_content h3{

font-size: 50px;
color: var(--theme-color);;
font-weight: 600;
margin-bottom: 20px;
}
.Conference_Format_7 img,
.Conference_Format_9 img{
height: 100%;
}
.Conference_Format_7 .review_banner_caption p,
.Conference_Format_9 .review_banner_caption p{
max-width: 100%;
line-height: 1.6;

}

.Conference_Format_5 .owl-carousel.owl-drag .active + div:after,
.Conference_Format_5 .owl-carousel.owl-drag .owl-item:after,
.Conference_Format_5 .owl-carousel.owl-drag .active:after{
position: static;
background: transparent;
background: none;
}
.Conference_Format_6 .speaker_img img,
.Conference_Format_8 .speaker_img img,
.Conference_Format_10 .speaker_img img{
border-radius: 20px;
}
.Conference_Format_6 .speaker_img ,
.Conference_Format_8 .speaker_img ,
.Conference_Format_10 .speaker_img {
border-radius: 20px;
margin-left: -120px;
width: 50%;
}
.Conference_Format_speak{
display: flex;
justify-content: center;
align-items: center;
}
.Conference_Format_6 .speaker_content,
.Conference_Format_8 .speaker_content,
.Conference_Format_10 .speaker_content{
background: #f5f5f5;
padding: 29px;
border-radius: 15px;
position: relative;
width: 50%;
z-index: 111;
box-shadow: 3px 4px 10px #423e3e;
}
.Conference_Format_6 .speaker_content p,
.Conference_Format_8 .speaker_content p,
.Conference_Format_10 .speaker_content p {
font-size: 20px;
text-align: justify;
line-height: 1.4;
}

.Conference_Format_6 .row .col-12:nth-child(1),
.Conference_Format_8 .row .col-12:nth-child(1),
.Conference_Format_10 .row .col-12:nth-child(1){
display: flex;
justify-content: center;
align-items: center;
}
.form_section_format .wrappered {
background: #000;
padding: 30px;
border-radius: 22px;
margin-top: 6rem;
position: relative;
}
.form_section_format .wrappered form .mt-5{
margin-top: 40px!important;
}
.form_section_format .column_inputing{
display: flex;
justify-content: center;
align-items: center;
/* padding: 10px; */
margin-bottom: 15px;
}
.form_section_format .wrapper{
color: #fff;
}
.form_section_format .wrappered .form-item,
.form_section_format .wrappered .form-actions{
margin: 0px!important;
}

.form_section_format input#edit-actions-submit {
border: 0px;
background: var(--theme-color);;
width: 100%;
max-width: 100%;
white-space: normal;
display: block;
border-radius: 4px;
height: 100%;
padding: 11px!important;
font-size: 22px!important;
}
.form_section_format .wrapper h2{
font-size: 50px;
font-weight: 600;
margin-bottom: 1rem;
}
.form_section_format .wrapper h2 span{
color: var(--theme-color);;
}
.form_section_format .wrapper p{
font-size: 20px;
margin-bottom: 2rem;
}
.form_section_format .form-text,
.form_section_format  .form-url,
.form_section_format .form-email,
.form_section_format .form-textarea,
.form_section_format .form-tel,
.form_section_format .form-number {
width: 100%;
height: 100%;
padding: 15px;
font-size: 1rem;
border: 1px solid var(--theme-color);;
border-radius: 0;
border-radius: 10px;
}
.form_section_format div#edit-actions {

padding: 0;
}
.form_section_format img{
height: 100%;
position: absolute;
top: 30px;
right: -16px;
max-width: 90%;
}
/* .form_section_format label{
display: none;
} */
/*========conf_format-page-css-start=====end=======*/
/*=========@media=========*/
@media screen and (min-width: 1500px){
.conference-format_conference-format .container{
max-width: 1490px;
margin: 0 auto;
}
}

@media screen and (max-width: 1500px){
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next
{
right: -55px;
} 
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev{
left: -55px;
}
.speaker_sessions .speaker_content p,
.conference-format_conference-format .legitimacy_section .legitimacy_content_wrapper p,
.form_section_format .wrapper p {
font-size: 18px;
}
.Conference_Format_4 .speaker_img {
max-width: 500px;
}
.Conference_Format_7 .review_banner_caption{
bottom: 10%;
}
.speaker_sessions .speaker_content h3,
.Conference_Format_7 .speaker_content h3, .Conference_Format_9 .speaker_content h3,
.form_section_format .wrapper h2,
.Conference_Format_5 .pannelisst h2{
font-size: 35px;
margin-bottom: 20px;
}
.form_section_format .wrappered{
margin-top: 2rem;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev,
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
font-size: 50px!important;
}
.conference-format_conference-format .review_banner_caption h1{
font-size: 70px;
}
.conference-format_conference-format .review_banner_caption strong,
.conference-format_conference-format .legitimacy_section .legitimacy_heading h2,
.Conference_Format_5 .pannelisst h2{
font-size: 35px;
}
.conference-format_conference-format  .Conference_Format .review_banner_caption p{
font-size: 18px;
line-height: 1.55;
}
}
/*===============*/
@media screen and (max-width: 1199px){
.conference-format_conference-format .review_banner_caption h1 {
font-size: 50px;
}
.Conference_Format_7 .review_banner_caption p, .Conference_Format_9 .review_banner_caption p {
max-width: 100%;
line-height: 1.4;
font-size: 15px;
}
.speaker_sessions .speaker_content h3,
.Conference_Format_7 .speaker_content h3,
.Conference_Format_9 .speaker_content h3,
.form_section_format .wrapper h2,
.Conference_Format_5 .pannelisst h2{
font-size: 30px;
margin-bottom: 10px;
}
.speaker_sessions .speaker_content p,
.conference-format_conference-format .legitimacy_section .legitimacy_content_wrapper p,
.form_section_format .wrapper p,
.Conference_Format_5 .heading_wrapper p{
font-size: 16px;
}
.conference-format_conference-format .review_banner_caption strong,
.conference-format_conference-format .legitimacy_section .legitimacy_heading h2,
.Conference_Format_5 .pannelisst h2{
font-size: 30px;
}
.form_section_format input#edit-actions-submit{
font-size: 16px!important;
}
.form_section_format img {
height: 100%;
position: absolute;
top: 26px;
right: -15px;
max-width: 100%;
}

}
/*===========*/
@media screen and (max-width: 767px){
.conference-format_conference-format .Conference_Format .review_banner_caption p{
max-width: 100%;
}
.speaker_sessions .speaker_content p,
.conference-format_conference-format .legitimacy_section .legitimacy_content_wrapper p,
.form_section_format .wrapper p, .Conference_Format_5 .heading_wrapper p{
text-align: justify;
}
.form_section_format img {
position: static;
width: auto;
max-width: 200px;
height: auto;
margin: 20px auto;
display: block;
}
.form_section_format .wrappered .form-item, .form_section_format .wrappered .form-actions {
margin: 10px 0px!important;
}
.form_section_format .wrappered form .mt-5{
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 100%;
max-width: 100%;
}
.Conference_Format_speak{
flex-direction: column;
}
.Conference_Format_6 .speaker_img, .Conference_Format_8 .speaker_img, .Conference_Format_10 .speaker_img{
margin-left: 0px;
}
.Conference_Format_6 .speaker_content, .Conference_Format_8 .speaker_content, .Conference_Format_10 .speaker_content,
.Conference_Format_6 .speaker_img, .Conference_Format_8 .speaker_img, .Conference_Format_10 .speaker_img{
width: 100%;
margin-bottom: 20px;
}
.Conference_Format_7 img, .Conference_Format_9 img {
height: 50vh;
object-fit: cover;
}
.Conference_Format_7 .review_banner_caption {
bottom: 30%;
}
}
@media screen and (max-width: 575px){
.Conference_Format_7 .review_banner_caption {
bottom: 10%;
}
.Conference_Format_5 .pannelisst,
.Conference_Format_3 .legitimacy_content_wrapper{
padding: 30px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev, .conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
font-size: 30px!important;
border: 1px solid red;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev {
left: -30px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
right: -30px;
}
}
@media screen and (max-width: 400px){
.Conference_Format_7 img, .Conference_Format_9 img{
height: 60vh;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev, .conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
font-size: 40px!important;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev {
left: -30px;
}


.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev,
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next{
top: 30%;
}
.form_section_format .wrappered form .mt-5{
margin-top: 0px!important;
}
}
/*====================*/
/*==============become-a-speaker=====================*/
/* =======================speak_at_section================================== */
.become-a-speaker_become-a-speaker .banner-section h1{
font-weight: 700;
text-transform: uppercase;
font-size: 70px;
}
.become-a-speaker_become-a-speaker .banner-section h1 span{
display: block;
}
.become-a-speaker_become-a-speaker .who_we_banner_caption p{
font-size: 20px;
}
.become_speak_com{
padding: 60px 0px;
}
.speak_at_section .speak_at_section_heading span{
display: block;
color: var(--theme-color);
}
.speak_at_section .speak_at_section_heading h2{
text-align: center;
border-radius: 10px;
font-size: 50px;
font-weight: 700;
margin-bottom: 40px;
}

.speak_at_section .speak_at_section_wrapper p{
font-size: 20px;
text-align: center;
font-weight: 500;
}
.speak_at_section .speak_at_section_wrapper p span{
font-size: 20px;
text-align: center;
color: var(--theme-color);
font-weight: 600;
}
/* ===========voice_your_impact================= */
.voice_your_impact{
background: #000;
color: #fff;
}
.voice_your_impact .row .col-lg-4{
justify-content: center;
display: flex;
flex-direction: column;
}
.voice_your_impact h2{
color: var(--theme-color);
font-size: 50px;
font-weight: 700;
margin-bottom: 20px;
}
.voice_your_impact .row .col-md-4:first-child{
justify-content: center;
align-items: center;
display: flex;
flex-direction: column;
}
.your_impact_box span{
margin-bottom: 20px;
display: inline-block;
}
.your_impact_box span img {
width: auto;
max-width: 60px;
}
.voice_your_impact .mike_image{
width: auto;
max-width: 330px;
}
.your_impact_box h3 {
font-size: 20px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
}
.voice_your_impact .your_impact_box p {
font-size: 16px;
font-weight: 500;
}
/* ========================================= */
.talk_on_section .agenda_btn,
.session_type .agenda_btn{
display: flex;
justify-content: center;
align-items: center;
margin: 20px 0px;
}
.session_type .session_figure{
position:relative;

}
.session_type .session_figure::after {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
content: "";
background: #000000a1;
z-index: 1;
}
.session_type .session_figure figcaption{
z-index: 11;
}
.talk_on_section .agenda_btn a,
.session_type .agenda_btn a{
display: inline-block;
background-color: var(--theme-color);
color: #fff;
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
margin: 0px 20px;

}
/* ================.session_type===================== */
.session_type .agenda_btn{
justify-content: start;
}
.session_type .sessions{
position: relative;
}
.banner-session_type img {
width: 100%;
object-fit: cover;
height: 100%;
}
.session_type .session_figure{
position: relative;
}
.session_type .session_figure figcaption{
position: absolute;
left: 0;
top: 50%;
width: 100%;
margin-bottom: 0;
color: #fff;
transform: translateY(-50%);
}
.sessions_content {
max-width: 600px;
margin-left: 50px;
}
.sessions_content p{
line-height: 1.5;
font-size: 20px;
font-weight: 500;
}
.sessions_content h3{
font-size: 40px;
font-weight: 600;
}
.sessions_content h3 span{ 
color: var(--theme-color);
}
.session_type .agenda_btn a{

margin: 0;
}
.become-a-speaker_become-a-speaker ol {
display: none;
}
/* =========fastrack================ */
.fastrack .your_impact_box{
padding: 20px;
background: #000;
color: #fff;
height: 100%;
}
.fastrack .your_impact_box h3{
color: var(--theme-color);
}
.fastrack_boxes .row .col-lg-3:nth-child(even) .your_impact_box {
background-color: #2f2f2f;
}
.fastrack_boxes .remember_p{
color: #2f2f2f;
font-style: italic;
font-size: 18px;
max-width: 80%;
margin: 0 auto;
margin-top: 20px;
font-weight: 500
}
.become-a-speaker_become-a-speaker .form_section_format .wrapper h2 span{
display: block;
}
/*.become-a-speaker_become-a-speaker .form_section_format .wrappered .row{
flex-direction: row-reverse;
}*/
.become-a-speaker_become-a-speaker a.btn-start_today{
font-size: 16px;
font-weight: 500;
line-height: 1.45;
color: #fff;
text-transform: uppercase;
display: inline-block;
background: #1f7b76;
padding: 6px 16px;
border-radius: 8px;
border: 1px solid #1f7b76;
transition: 0.5s all;
}
.become-a-speaker_become-a-speaker .form_section_format img{
max-width: 70%;
}
/*=======================================*/
@media only screen and (min-width: 1650px) {
.container{
max-width: 1582px;
margin: 0 auto;
}


}
@media only screen and (max-width: 1500px) {
.speak_at_section .speak_at_section_heading h2 {
font-size: 35px;
margin-bottom: 30px;
}
.speak_at_section .speak_at_section_wrapper p {
font-size: 18px;

}
.sessions_content p{
font-size: 16px;
}
.sessions_content h3{
font-size: 35px;
}
.session_type .agenda_btn a{
font-size: 16px;
}
.become-a-speaker_become-a-speaker .banner-section h1{
font-size: 40px;
}
}

@media only screen and (max-width: 1199px) {
.voice_your_impact h2 {

font-size: 40px;

}
.your_impact_box h3{
font-size: 18px;
}
.voice_your_impact .your_impact_box p{
font-size: 15px;
}
.your_impact_box span{
margin-bottom: 10px;
}
.become_speak_com{
padding: 50px 0px;
}

.session_type img{
height: 70vh;
object-fit: cover;
border-radius: 8px;
}
.become-a-speaker_become-a-speaker .form_section_format img{
max-width: 100%;
}
}
@media only screen and (max-width: 991px) {

.voice_your_impact h2 br{
display: none;
}
.voice_your_impact .mike_image{
max-width: 100%;
}
.voice_your_impact .mike_image img{
max-width: 300px;
}
.talk_on_section .agenda_btn a, .session_type .agenda_btn a{
font-size: 15px;
}
.fastrack_boxes .remember_p{
font-size: 16px;
}
.become_speak_com {
padding: 40px 0px;
}
.speak_at_section .speak_at_section_heading h2{
margin-bottom: 20px;
}
.voice_your_impact h2,
.voice_your_impact .mike_image
{
text-align: center;
}
.speak_at_section .speak_at_section_heading h2{
font-size: 25px;
}
.become-a-speaker_become-a-speaker .banner-section h1{
font-size: 30px;
}
.become-a-speaker_become-a-speaker .who_we_banner_caption p{
font-size: 16px;
}
.sessions_content{
margin-left: 0;
padding: 10px;
}
.your_impact_box{
text-align: center;
margin: 10px 0px;
}
.voice_your_impact h2{
font-size: 30px;
}

}
@media only screen and (max-width: 767px) {

.speak_at_section .speak_at_section_wrapper p{
font-size: 16px;
text-align: justify;
}
.talk_on_section .agenda_btn a, .session_type .agenda_btn a{
font-size: 12px;
}
.fastrack .your_impact_box p{
font-size: 15px;
}

}

@media only screen and (max-width: 575px) {
.sessions_content h3 {
font-size: 25px;
text-align: center;
}
.talk_on_section .agenda_btn, .session_type .agenda_btn {
justify-content: space-between;
flex-direction: column;
}
.sessions_content p {
font-size: 16px;
text-align: justify;
}
.become-a-speaker_become-a-speaker .form_section_format img{
max-width: 200px;
height: auto;
}
.become-a-speaker_become-a-speaker a.btn-start_today{
font-size: 14px;
}
.Conference_Format_7 .review_banner_caption .speaker_content, .Conference_Format_9 .review_banner_caption .speaker_content{
padding: 10px;
}
.talk_on_section .agenda_btn a, .session_type .agenda_btn a{
margin: 10px 0px;
}
.become_speak_com{
padding: 30px 0px;
}
}

.scam_alert{
padding: 50px 0px;
}
/*============css for as featured on (homepage)=====================*/

/*================== discount css christmas and new year====================*/

.discount_wrapper{
position: fixed;
max-width: 100%;
margin: 0 auto;
display: none;
height: 100vh;
max-height: 100vh;
align-items: center;
justify-content: center;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 11141;
background: #00000061;
}
.home_home .discount_wrapper{
display: flex;
}
.discount_figure{
position: relative;
max-width: 800px;
margin:0 auto;
}
.discount_caption{
position: absolute;
left: 0;
top: 10%;
width: 100%;
height: calc(100% - 14%);
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
ul{
list-style: none;
}
.discount_caption_content{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.discount_caption_content h2 {
text-align: center;
display: block;
margin-bottom: 16px;
line-height: 1.2;
text-transform: uppercase;
color: #fff;
font-size: 21px;
font-weight: 500;
}
.discount_caption_content ul,.discount_caption_content ul li {
display: inline-block;
}
.discount_caption_content ul li +li{
margin-left: 24px;
}
.discount_caption_content ul li span{
display: block;
border-radius: 8px;
margin-bottom: 16px;
line-height: 1.2;
text-transform: uppercase;
color: #fff;
font-size: 21px;
font-weight: 500;
padding: 8px;
background: #00000082;
text-align: center;

}
.discount_caption_content ul li{
line-height: 1.2;
text-transform: capitalize;
color: #ffffff;
font-size: 18px;
font-weight: 400;
text-align: center;
}
.discount_code h3{
line-height: 1.2;
text-transform: uppercase;
color: #ffffff;
font-size: 22px;
font-weight: 400;
text-align: center;
padding: 8px 48px;
background: url(https://www.cxo2conf.com/Rect-Shape.png) no-repeat center center;
background-size: 100% 100%;
}
.close_btn{
position: absolute;
top: 15px;
right: 15px;
height: 32px;
width:32px;
border-radius: 6px;
cursor: pointer;
border:0px;
z-index: 1111;
background: #000000;
color: #fff;
}
a.initial_hidden {
display: inline-block;
position: fixed;
top: 45%;
right: 2%;
z-index: 1111;
height: 70px;
width: 70px;
cursor: pointer;
}
.special_off {
display: inline-block;
width: 100%;
}
@media screen and (max-width:992px){
.discount_caption {

top: 9%;

height: calc(100% - 18%);

}
}
@media screen and (max-width: 767px){
.discount_caption {
top: 6%;
height: calc(100% - 12%);
}
}
@media screen and (max-width:575px){
.discount_caption_content h2 {

margin-bottom: 8px;
font-size: 16px;
font-weight: 400;
}
.discount_caption_content ul li span {

border-radius: 8px;
margin-bottom: 6px;

font-size: 16px;
font-weight: 400;
padding: 4px;

}
.discount_code h3 {

font-size: 16px;
font-weight: 400;

padding: 4px 24px;

}
}
@media screen and (max-width:450px){
.discount_figure img{
height: 45vh;
object-fit: fill;
}
.discount_caption_content ul li{
line-height: 1.2;
font-size: 16px;

}

}

/*=========================end==================================*/
/* =========flesh-sale-css-start======== */
body.flash-sale-2024_flash-sale-2024 .timer_strip{
background-color: #1f7b76;
padding: 10px 0px;
}
body.flash-sale-2024_flash-sale-2024  p{
font-weight: 500;
}
body.flash-sale-2024_flash-sale-2024 section.event-why-attend{
background: #e9f2f2;
}
.timer_wrapper{
display: flex;
justify-content: space-between;
font-weight: 500;
color: #fff;
}
.Flash_Banner_part_10{
padding: 60px 0px;
}

body.flash-sale-2024_flash-sale-2024 .my_navbar,
body.flash-sale-2024_flash-sale-2024 div#block-footer,
body.flash-sale-2024_flash-sale-2024 .event-intro h3::after,
body.flash-sale-2024_flash-sale-2024 .main-footer
{
display: none;
}

body.flash-sale-2024_flash-sale-2024  .main-footer{
padding: 0;
}
body.flash-sale-2024_flash-sale-2024  .event-intro h3{
font-weight: 400;
text-transform: uppercase;
font-size: 40px;
padding: 0;
margin: 5px 0px;
}
body.flash-sale-2024_flash-sale-2024  .event-intro h2{
font-size: 50px;
text-transform: uppercase;
}
body.flash-sale-2024_flash-sale-2024 .about-ifah-wrapper h4{
text-transform: uppercase;
margin-bottom: 30px;
}
body.flash-sale-2024_flash-sale-2024  figure.event-figur-img{
max-width: 90%;
padding: 0px;
}
body.flash-sale-2024_flash-sale-2024 .btn-book-flash{
cursor: pointer;
background: #1f7b76;
font-size: 20px;
font-weight: 600;
border: none;
color: white;
padding: 15px 25px;
border-radius: 5px;
position: relative;
}
.Flash_Banner_part1 .btn-book-flash::before,
.Flash_Banner_part_9 .btn-book-flash::before{
position: absolute;
content: "";
height: 81px;
top: -44px;
width: 123px;
/*background-image: url(https://www.health2conf.com/text-to-img/cap-home.png);*/
}
.Flash_Banner_part1 .btn-book-flash::before{
left: -58px;
}
.Flash_Banner_part_9 .btn-book-flash::before{
right: -63px;
transform: scaleX(-1);
}
body.flash-sale-2024_flash-sale-2024 section .event-why-attend.attend-section h3{
font-weight: 600;
}

body.flash-sale-2024_flash-sale-2024 .events-vegas-img-wrapper {
padding-top: 20px;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .flash_button_class{
display: flex;
justify-content: start;
align-items: center;
}
body.flash-sale-2024_flash-sale-2024 .btn-book-flash  span{
display: block;
font-size: 15px;
font-weight: 400;
text-align: center;
}
/* ===========faq============= */
body.flash-sale-2024_flash-sale-2024  .faq_flash_sale .wrapper {
width: 100%;
}

body.flash-sale-2024_flash-sale-2024  .faq_flash_sale .question {
font-size: 16px;
font-weight: 600;
padding: 18px 55px 18px 20px;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
box-shadow: 1px 3px 6px #695b5b;
background: #1f7b7603;
margin-bottom: 20px;
border-radius: 20px;
}

body.flash-sale-2024_flash-sale-2024  .faq_flash_sale .question::after {
content: "\276F";
font-size: 22px;
position: absolute;
right: 20px;
transition: 0.2s;
font-weight: 200;
color: gray;
}

body.flash-sale-2024_flash-sale-2024  .faq_flash_sale .question.active::after {
transform: rotate(90deg);
}

body.flash-sale-2024_flash-sale-2024  .faq_flash_sale .answercont {
max-height: 0;
overflow: hidden;
transition: 0.3s;
}

body.flash-sale-2024_flash-sale-2024  .faq_flash_sale .answer {
padding: 0 20px 20px;
line-height: 1.5rem;
font-weight: 500;
}
/* ========== */

body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .buttonn_content_details{
max-width: 250px;
margin-left: 20px;
color: #000;
font-weight: 500;
}

body.flash-sale-2024_flash-sale-2024 .event-intro .what-row p {
color: #000000;
font-size: 18px;
line-height: 1.45;
font-weight: 500;
padding-right: 15%;
text-align: justify;
margin-bottom: 50px;
}
body.flash-sale-2024_flash-sale-2024  .explor_row_wrap{
background-color: #e9f2f2;
padding: 15px;
border-radius: 13px;
border: 1px solid #317b76;
border-style: dashed;
}
body.flash-sale-2024_flash-sale-2024  .flash_explore img{
height: 70px;
width: 70px;
padding: 12px;
}
body.flash-sale-2024_flash-sale-2024  .explor_wrappin{
display: flex;
justify-content: start;
align-items: center;
}
body.flash-sale-2024_flash-sale-2024  .explor_wrappin h4{
font-size: 20px;
}
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 {
color: #1f7b76;
font-size: 2rem;
font-weight: 600;
line-height: 1.2;
text-transform: capitalize;
margin-bottom: 40px;
}
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 strong {
font-weight: 600;
}
body.flash-sale-2024_flash-sale-2024 .flash_explore {
background: #fff;
border-radius: 15px;
box-shadow: 1px 0px 5px #afa0a0;
height: 100%;
padding: 15px;
}

body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4,
section.Flash_Banner_part6,
section.Flash_Banner_part_9{
background: #e9f2f2;
position: relative;
}
.Flash_Banner_part3,
.Flash_Banner_part7{
position: relative;
}
body.flash-sale-2024_flash-sale-2024 #flash_banner_part5{
box-shadow: none;
background-color: #fff;
}
.Flash_Banner_part4::before,
section.Flash_Banner_part6::before,
section.Flash_Banner_part_9::before,
.Flash_Banner_part3::before,
.Flash_Banner_part7::before{
position: absolute;
content: "";
height: 120px;
width: 120px;
background-image: url(https://www.health2conf.com/text-to-img/smart-star.png);
top: 0;
transform: translateY(-50%);
right: 10%;
}
.Flash_Banner_part6::before,
.Flash_Banner_part_9::before{
left: 10%;
right: inherit;
}
.Flash_Banner_part7::before{
right: 5%;
}
.Flash_Banner_part3::before{
top: 25%;
transform: translateY(-33%);
right: inherit;
left: 6%;
}
.Flash_Banner_part3 .explor_wrapp{
position: relative;
z-index: 11;
}

/* body.flash-sale-2024_flash-sale-2024  figure.event-figur-img::after{
display: none;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 .text_unordered li{
position: relative;
margin-bottom: 10px;
padding-left: 35px;
font-weight: 500;
} */
/* body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 .text_unordered li::before {
position: absolute;
content: "";
height: 25px;
width: 24px;
background-image: url(https://www.health2conf.com/text-to-img/Ellipse_1.png);
left: -5px;
top: 50%;
transform: translateY(-50%);
} */
/* body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4  h3{
font-size: 30px;
font-weight: 700;
color: #1f7b76;
text-transform: none;
margin-bottom: 20px;
} */
/* body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 p,
.Flash_Banner_part6 h4  p{
color: #000;
} */
.Flash_Banner_part6  .startups-row img{
width: 50px;
margin-bottom: 0;
height: 50px;
}
.Flash_Banner_part6 h4  p{

margin-bottom: 20px;
}
.Flash_Banner_part6 h4 strong{
font-size: 18px;
font-weight: 600;
}
.flesh_card{
border: 1px solid #1f7b76;
border-radius: 10px;
margin-bottom: 10px;
padding: 10px;
}
/* body.flash-sale-2024_flash-sale-2024  .Flash_Banner_part_8 .explor_row_wrap{
background-color: transparent;
padding: 0px;
border-radius: 13px;
border: none;
border-style: none;
}
body.flash-sale-2024_flash-sale-2024  .Flash_Banner_part_8 .explor_wrappin {
display: flex;
justify-content: space-between;
align-items: start;
flex-direction: column;
font-weight: 500;
height: 100%;
}
.flash-sale-2024_flash-sale-2024 .vedio_main_two .item .image_iframe {
position: relative;
padding: 0px;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section .owl-carousel.owl-drag .owl-item {
opacity: 1;
border: 1px solid black;
border-radius: 8px;
overflow: hidden;
position: relative;
}
.flash-sale-2024_flash-sale-2024 .vedio_main_two .item .image_wrapper {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.flash-sale-2024_flash-sale-2024 .vedio_main_two .item .image_wrapper img {
height: 100%;
object-fit: cover;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section .item .video_btn {
top: 50%;
left: 50%;
cursor: pointer;
position: absolute;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-transform: uppercase;
font-size: 10px;
font-weight: 600;
transform: translate(-50%);
z-index: 1111;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section .item .video_btn{
display: none;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section .center .item .video_btn{
display: block;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section .item img.btn_play {
width: 60px;
height: 60px;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section .owl-item{
filter: none;
}
.flash-sale-2024_flash-sale-2024 .owl-carousel .owl-nav button span{
display: flex;
align-items: center;
}
.flash-sale-2024_flash-sale-2024 .owl-carousel .owl-nav button.owl-prev{
left: 0;
}
.flash-sale-2024_flash-sale-2024 .owl-carousel .owl-nav button.owl-next{
right: 0;
}
.flash-sale-2024_flash-sale-2024 .vedio_slider_seal-of-legitimacy_seal-of-legitimacy{
position: relative;
}
.flash-sale-2024_flash-sale-2024  .light-grey-bg h2{
font-size: 30px;
}
.flash-sale-2024_flash-sale-2024 .light-grey-bg h2:before{
display: none;
}
.flash-sale-2024_flash-sale-2024  .owl-carousel .owl-nav button.owl-prev, 
.flash-sale-2024_flash-sale-2024 .owl-carousel .owl-nav button.owl-next {
color: var(--theme-color)!important;
font-size: 50px !important;
height: 50px;
width: 50px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid var(--theme-color);
border-radius: 30px;
position: absolute;
transform: translateY(-40%);
top: 40%;
z-index: 111;
}
.flash-sale-2024_flash-sale-2024  .enlightening_section .owl-carousel.owl-drag .active .slider_content{
padding: 0px;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section p{
margin: 0px;
font-size: 18px;
font-weight: 500;
padding: 6px;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section p span{
color: #1f7b76;
font-weight: 600;
}
.flash-sale-2024_flash-sale-2024  .owl-item > div{
margin: 0;
} */
.Flash_Banner_part_12 h3{
font-weight: 600;
}
section.Flash_Banner_part_8,
section.Flash_Banner_part3{
background-color: #fff!important;
}

/* .flash-sale-2024_flash-sale-2024  .strip h2 span,
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 span,
.flash-sale-2024_flash-sale-2024 .light-grey-bg h2 span,
.flash-sale-2024_flash-sale-2024 .Agenda_main-box section h2 span,
.Flash_Banner_part_10 h3 strong span,
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span,
.Flash_Banner_part_12 h3 span{
position: relative;
}
.flash-sale-2024_flash-sale-2024  .strip h2 span::before,
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 span::before,
.flash-sale-2024_flash-sale-2024 .light-grey-bg h2 span::before,
.flash-sale-2024_flash-sale-2024 .Agenda_main-box section h2 span::before,
.Flash_Banner_part_10 h3 strong span::before,
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::before,
.Flash_Banner_part_12 h3 span::before{
position: absolute;
content: "";
height: 35px;
width: 13px;
background-image: url(https://www.health2conf.com/text-to-img/after_icon.png);
left: -40px;
top: 50%;
transform: translateY(-50%);
} */
/* body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::before{
left: -20px;
}
.flash-sale-2024_flash-sale-2024  .strip h2 span::after,
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 span::after,
.flash-sale-2024_flash-sale-2024 .light-grey-bg h2 span::after,
.flash-sale-2024_flash-sale-2024 .Agenda_main-box section h2 span::after,
.Flash_Banner_part_10 h3 strong span::after,
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::after,
.Flash_Banner_part_12 h3 span::after{
position: absolute;
content: "";
height: 35px;
width: 13px;
background-image: url(https://www.health2conf.com/text-to-img/after_icon.png);
right: -40px;
top: 50%;
transform: translateY(-50%);
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::after{
right: -20px;
}
.flash-sale-2024_flash-sale-2024  .Agenda_main-box section h2:before{
visibility: hidden;
}


body.flash-sale-2024_flash-sale-2024  .Flash_Banner_part_8 .explor_row_wrap .name_designation strong{
display: block;
} */
/* .events-vegas-img-wrapper img{

} */
/* body.flash-sale-2024_flash-sale-2024 figure.event-figur-img{
background: transparent;
}
.Flash_Banner_part1{
background-image: url(https://health2conf.com/text-to-img/Health-2.png);
background-repeat: no-repeat;
background-size: contain;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part_8 .explor_wrappin{
align-items: center;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part_8 .explor_wrappin p,
.name_designation{
text-align: center;
} */
/* ===========flash-sale-media============== */
@media screen and (min-width:1700px){
.Flash_Banner_part1{
background-size: contain;
}
}
@media screen and (max-width:1700px){
body.flash-sale-2024_flash-sale-2024 .events-vegas-img-wrapper{
height: 100%;
}
body.flash-sale-2024_flash-sale-2024 .events-vegas-img-wrapper img{
object-fit: cover;
height: 100%;
}
}
@media screen and (max-width:1500px){
body.flash-sale-2024_flash-sale-2024 .btn-book-flash{
font-size: 15px;
padding: 10px 20px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h2{
font-size: 40px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h3{
font-size: 30px;
}
body.flash-sale-2024_flash-sale-2024 .about-ifah-wrapper h4,
body.flash-sale-2024_flash-sale-2024 .Agenda_main-box section h2{
font-size: 20px;
}

body.flash-sale-2024_flash-sale-2024 .btn-book-flash span{
font-size: 14px;
}
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 strong{
font-weight: 600;
}

}
@media screen and (max-width:1400px){
.Flash_Banner_part7::before{
right: 3%;
}


}
@media screen and (max-width:1350px){
.Flash_Banner_part1{
background-image: none;
}

}
@media screen and (max-width:1199px){
/* body.flash-sale-2024_flash-sale-2024 .events-vegas-img-wrapper img{
object-fit: cover;
height: 100%;
} */
/* body.flash-sale-2024_flash-sale-2024 .events-vegas-img-wrapper{
height: 100%;
} */
.Flash_Banner_part6 h4 strong{
font-size: 16px;
}
.Flash_Banner_part4::before, section.Flash_Banner_part6::before, section.Flash_Banner_part_9::before, .Flash_Banner_part3::before, .Flash_Banner_part7::before {
height: 70px;
width: 70px;
background-image: url(https://www.health2conf.com/text-to-img/smart-star-mobile.png);

}
.Flash_Banner_part3::before{
top: 18%;
left: 6%;
}
body.flash-sale-2024_flash-sale-2024 .explor_wrappin{
flex-direction: column;
align-items: center;
justify-content: center;
}
body.flash-sale-2024_flash-sale-2024 .explor_wrappin h4,
body.flash-sale-2024_flash-sale-2024 .flash_explore p{
text-align: center;
margin-bottom: 10px;
}
.Flash_Banner_part7::before{
right: 5%;
}
}
@media screen and (max-width:991px){
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .flash_button_class{
justify-content: center;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .about-ifah-wrapper{
text-align: center;
padding-top: 30px;
}
.Flash_Banner_part1 p{
text-align: center!important;
max-width: 90%;
margin: 0px auto!important;
padding-right: 0%!important;
margin-bottom: 20px!important;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .event-intro .what-row p {
color: #000000;
font-size: 18px;
line-height: 1.45;
font-weight: 500;
padding-right: 0;
text-align: center;
max-width: 90%;
margin: 40px auto;
margin-bottom: 50px;
}
body.flash-sale-2024_flash-sale-2024  .Flash_Banner_part1 .flash_imageer{
margin-top: 50px;
}
body.flash-sale-2024_flash-sale-2024 section.event-intro{
padding-top: 0px!important;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .flash_button_class{
margin-top: 60px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h3{
font-size: 22px;
text-align: center;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 p{
text-align: center;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::before{
left: -15px;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::after{
right: -15px;
}
.Flash_Banner_part1 .btn-book-flash::before,
.Flash_Banner_part_9 .btn-book-flash::before{
width: 80px;
height: 60px;
background-image: url(https://www.health2conf.com/text-to-img/cap-home-mobile.png);
top: -30px;
}
.Flash_Banner_part1 .btn-book-flash::before{
left: -35px;
}
.Flash_Banner_part_9 .btn-book-flash::before{
right: -33px;
}
}
@media screen and (max-width:767px){
body.flash-sale-2024_flash-sale-2024   .about-ifah-wrapper{
text-align: left;
}
.flash-sale-2024_flash-sale-2024 .strip h2 span::before, body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 span::before, .flash-sale-2024_flash-sale-2024 .light-grey-bg h2 span::before, .flash-sale-2024_flash-sale-2024 .Agenda_main-box section h2 span::before, .Flash_Banner_part_10 h3 strong span::before, body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::before,
.Flash_Banner_part_12 h3 span::before{
left: -25px;
}
.flash-sale-2024_flash-sale-2024 .strip h2 span::after, body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 span::after, .flash-sale-2024_flash-sale-2024 .light-grey-bg h2 span::after, .flash-sale-2024_flash-sale-2024 .Agenda_main-box section h2 span::after, .Flash_Banner_part_10 h3 strong span::after, body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::after,
.Flash_Banner_part_12 h3 span::after{
right: -25px;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .flash_button_class{
flex-direction: column;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .buttonn_content_details {
max-width: 100%;
margin-left: 0px;
color: #000;
font-weight: 500;
margin: 14px 0px;
}
.flash-sale-2024_flash-sale-2024 .strip h2 span,
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 span, 
.flash-sale-2024_flash-sale-2024 .light-grey-bg h2 span, 
.flash-sale-2024_flash-sale-2024 .Agenda_main-box section h2 span,
.Flash_Banner_part_10 h3 strong span, 
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span,
.Flash_Banner_part_12 h3 span,
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3,
body.flash-sale-2024_flash-sale-2024 .paragraphing_wrapping strong{
font-size: 20px;
}
.flash-sale-2024_flash-sale-2024 .about-ifah-wrapper {
padding-top: 40px;
}
}
@media screen and (max-width:575px){
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .buttonn_content_details{
text-align: center;
}
body.flash-sale-2024_flash-sale-2024 figure.event-figur-img{
max-width: 90%;
margin: 0 auto;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h2 {
font-size: 26px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h3 {
font-size: 18px;
text-align: center;
}
body.flash-sale-2024_flash-sale-2024 .about-ifah-wrapper h4{
font-size: 16px;
}
.timer_wrapper{
font-size: 14px;
}
.flash-sale-2024_flash-sale-2024 .strip h2 span::before, body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 span::before, .flash-sale-2024_flash-sale-2024 .light-grey-bg h2 span::before, .flash-sale-2024_flash-sale-2024 .Agenda_main-box section h2 span::before, .Flash_Banner_part_10 h3 strong span::before, body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::before, .Flash_Banner_part_12 h3 span::before,.flash-sale-2024_flash-sale-2024 .strip h2 span::after, body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 span::after, .flash-sale-2024_flash-sale-2024 .light-grey-bg h2 span::after, .flash-sale-2024_flash-sale-2024 .Agenda_main-box section h2 span::after, .Flash_Banner_part_10 h3 strong span::after, body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::after, .Flash_Banner_part_12 h3 span::after {
display: none;
}

}
@media screen and (max-width:500px){
.timer_wrapper {
flex-direction: column;
text-align: center;
}

}

.linkedin-form input[type="submit"] {
color: #fff;
background: var(--theme-color);
outline: none;
border: none;
padding: 10px 20px;
border-radius: 6px;
margin-bottom: 15px;
}
.email_scam .js-form-item.form-item{
margin-bottom: 20px;
}

figure,h1,p,ul{
margin: 0 0;
}
figure.flow_fig {
position: relative;
}

figcaption.flow_caption {
position: absolute;
left: 0;
bottom: 50%;
transform: translateY(50%);
width: 100%;
}

.flow_content {
max-width: 1270px;
margin: 0 auto;
text-align: center;
}
.flow_content h1{
color: #fff;
font-size: 54px;
line-height: 1.2;
font-weight: 700;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 120px;
}
.flow_content h1>img{
display: inline-flex;
margin-right: 16px;
}
.flow_content h1 span{
display: inline-block;
text-transform: uppercase;
line-height: 1.2;
text-align: left;
font-size: 36px;
font-weight: 500;
color: #de4277;
margin-left: 16px;
}
.flow_content p{

line-height: 1.2;
text-align: center;
font-size: 25px;
font-weight: 500;
color: #fff;
margin-bottom: 90px;
}
.flow_content p a{
color: #1f7b76;
text-decoration: none;
}
a.start_ {
display: inline-block;
color: #fff;
cursor: pointer;
text-decoration: none;
text-transform: uppercase;
font-size: 25px;
line-height: 1.2;
font-weight: 500;
padding: 16px 24px;
background: #1f7b76;
border-radius: 12px;
}
a.start_:hover{
background: #1f7b76;
text-decoration: none;
}
.flow_drive{
text-align: center;
padding: 120px 0 80px;
}
.flow_drive h2,.flow_offerd h2,.dr_content h3{
color: #1f7b76;
font-size: 48px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 48px;
text-transform: capitalize;
}
.flow_drive p,.flow_offerd p,.dr_content p{
line-height: 1.2;
font-size: 18px;
font-weight: 400;
color: #000;
margin-bottom: 25px;
}

.flow_offerd{
text-align: left;
background: #e3e3e3;
padding: 70px 0;
}
.flow_offerd .flow_content {

text-align: left;
}
.flow_video{
height: 500px;
}
.flow_offerd h2,.flow_offerd p{
margin-bottom: 32px;
}
.flow_offerd p{
text-align: left;
}
.flow_offer_list{
list-style: disc;
padding-left: 16px;
}
.flow_offer_list strong{
line-height: 1.2;
font-size: 18px;
color: #1f7b76;
}
.flow_offer_list p{
line-height: 1.2;
font-size: 18px;
font-weight: 400;
color: #000;
}
figure.flow_figure {
align-items: center;
height: 100%;
display: flex;
}
figure.flow_figure img{
height: 100%;
width: 100%;
object-fit: contain;
}
.dr_detail{
padding: 120px 0 70px;
}
.dr_content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.dr_content h3 {
color: #1f7b76;
font-size: 48px;
line-height: 1.2;
font-weight: 800;
margin-bottom: 0;
text-align: left;
}
.dr_content h5 {
margin-bottom: 16px;
font-size: 22px;
color: #000;
line-height: 1.2;    
}
.dr_content p{
color: #000;
font-size: 18px;
line-height: 1.45;
font-weight: 400;
text-align: justify;
margin-bottom: 0;

}
.dr_content p+p{
margin-top: 24px;
}
.to_the_team{
text-align: center;
padding: 65px 0;
background: #000;
max-width: 1530px;
margin: 0 auto;
border-radius: 16px;
}
.to_the_team h2 {
margin-bottom: 16px;
font-size: 48px;
color: #fff;
line-height: 1;
font-weight: 700;
text-transform: capitalize;
}
.to_the_team h2 span{
color: #1f7b76;
}
.to_the_team p{
font-size: 18px;
color: #fff;
line-height: 1.2;
font-weight: 500;
max-width: 1210px;
margin: 0 auto 48px auto;
}
.to_the_team .start_{
background: #1f7b76;
color: #fff;
}
marquee.marq a.nav-link {
display: inline-block;
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: 500;
line-height: 1.45;
color: #fff;
text-transform: uppercase;
background: #1f7b76;
padding: 4px 10px;
border-radius: 8px;
border: 1px solid #1f7b76;
transition: 0.5s all;
}
@media screen and (max-width:1500px){
.flow_content h1 span{
font-size: 24px;
}
.flow_content h1 {
font-size: 40px;
margin-bottom: 80px;
}
.flow_content p {
font-size: 18px;
margin-bottom: 40px;
}
a.start_{
font-size: 15px;
}
a.start_ img{
width: 15px;
}
.flow_drive h2, .flow_offerd h2, .dr_content h3,
.to_the_team h2{
font-size: 40px;
}
.dr_content h3{
font-size: 30px;
}
.dr_content p{
font-size: 16px;
}
.to_the_team p {
font-size: 16px;
color: #fff;
line-height: 1.2;
font-weight: 500;
max-width: 1210px;
margin: 10px 0px;
padding: 20px;
}
marquee.marq a.nav-link{
font-size: 12px;
margin-top: 10px;
padding: 2px 10px;
}
}
@media screen and (max-width:1199px){
.flow_content h1 span{
font-size: 20px;
}
.flow_content h1 {
font-size: 30px;
margin-bottom: 60px;
}
.flow_content p {
font-size: 16px;
margin-bottom: 30px;
}
a.start_{
font-size: 15px;
}
a.start_ img{
width: 15px;
}
.flow_drive h2, .flow_offerd h2, .dr_content h3,
.to_the_team h2{
font-size: 30px;
}
.dr_content h3{
font-size: 25px;
}
.dr_content p{
font-size: 16px;
}
.to_the_team p {
font-size: 16px;
color: #fff;
line-height: 1.2;
font-weight: 500;
max-width: 1210px;
margin: 10px 0px;
padding: 20px;
}
.flow_drive,
.dr_detail {
padding: 80px 0px;
}

}
@media screen and (max-width:767px){
a.start_,.dr_figure{
margin-bottom: 20px;
}
.flow_video {
height: 300px;
}
.flow_offer_list{
padding: 20px;
}
}
@media screen and (max-width: 575px){
.flow_drive h2, .flow_offerd h2, .dr_content h3, .to_the_team h2,
.dr_content h3 {
font-size: 20px;
}
.flow_content h1{
flex-direction: column;
}
.flow_content h1 span br{
display: none;
}
.dr_content h5{
margin-top: 10px;
font-size: 16px;
}
.flow_drive,
.dr_detail {
padding: 50px 0px;
}
.flow_video {
height: 208px;
}
.flow_drive {
padding: 50px 0 30px;
}
.flow_offerd {
padding: 50px 0;
}
}
@media screen and (max-width: 350px){
.flow_drive h2, .flow_offerd h2, .dr_content h3, .to_the_team h2,
.flow_offer_list strong,
.dr_content h3 {
font-size: 16px;
}

}
/* landing-page-css */
.the-michael-koch-group_the-michael-koch-group #my_nav{
background: #000;
}
@font-face {
font-family: Avenue;
src: url(5thAvenue.ttf);
}
.the-michael-koch-group_the-michael-koch-group {
font-family: "Poppins", sans-serif;
}
.the-michael-koch-group_the-michael-koch-group h1,
.the-michael-koch-group_the-michael-koch-group h2,
.the-michael-koch-group_the-michael-koch-group h3,
.the-michael-koch-group_the-michael-koch-group h4,
.the-michael-koch-group_the-michael-koch-group h5,
.the-michael-koch-group_the-michael-koch-group h6 {
font-family: Avenue;
margin-bottom: 20px;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner {
padding: 50px 0px;
background: #fff;
margin-top: 110px;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure {
position: relative;
}
.the-michael-koch-group_the-michael-koch-group .sponsor_strip {
background-color: var(--theme-color);
position: absolute;
color: #fff;
right: 0;
display: inline-block;
padding: 5px;
top: 0px;
}

.the-michael-koch-group_the-michael-koch-group .sponsor_strip::before {
display: inline-block;
position: absolute;
content: "";
width: 0px;
height: 0px;
margin-right: var(--size);
transition: border-color 0.2s ease-in-out;
left: -19px;
border-top: 18px solid transparent;
border-bottom: 17px solid transparent;
border-left: 10px solid var(--theme-color);
border-right: 10px solid transparent;
transform: rotate(180deg);
top: 0;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption {
position: absolute;
left: 0;
top: 17%;
width: 100%;
margin-bottom: 0;
transform: translateY(0%);
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
p.banner_text {
position: absolute;
top: -15%;
text-align: justify;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
p.banner_text
span {
color: var(--theme-color);
font-weight: 500;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure img {
display: block;
margin: 0 auto;
max-width: 90%;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
h1 {
font-weight: 800;
text-transform: capitalize;
font-size: 70px;
color: #fff;
font-family: Avenue;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
h2 {
color: #fff;
font-size: 50px;
margin-bottom: 40px;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
h1
span {
display: block;
color: var(--theme-color);
font-family: Avenue;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
a.btn-start_today {
background: var(--theme-color);
color: #fff;
font-size: 21px;
padding: 15px 20px;
border: 2px solid #fff;
border-radius: 10px;
font-weight: 500;
margin-bottom: 40px;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
img {
margin: 30px 0px;
max-width: 150px;
}

/* ================ */
.the-michael-koch-group_the-michael-koch-group .deleiver_section,
.the-michael-koch-group_the-michael-koch-group .services_section {
padding: 50px 0px;
}
.the-michael-koch-group_the-michael-koch-group .deleiver_section h3 {
font-size: 40px;
font-weight: 700;
color: var(--theme-color);
margin-bottom: 25px;
}
.the-michael-koch-group_the-michael-koch-group .deleiver_section p,
.the-michael-koch-group_the-michael-koch-group .services_section p {
font-size: 20px;
font-weight: 400;
text-align: justify;
}
.the-michael-koch-group_the-michael-koch-group .services_section h3,
.the-michael-koch-group_the-michael-koch-group .services_section p {
text-align: center;
}
.the-michael-koch-group_the-michael-koch-group .services_section h3 {
color: var(--theme-color);
font-size: 50px;
font-weight: 500;
}
.the-michael-koch-group_the-michael-koch-group
.services_section
a.quick_link_wrapper {
display: block;
}
.the-michael-koch-group_the-michael-koch-group .services_section .hover-img {
color: var(--common);
display: inline-block;
overflow: hidden;
position: relative;
text-align: center;
width: 100%;
margin: 0;
border-radius: 2rem;
}
.the-michael-koch-group_the-michael-koch-group
.services_section
.hover-img
figcaption {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
line-height: 1.1em;
z-index: 2;
transition-delay: 0.1s;
letter-spacing: 1px;
text-transform: uppercase;
padding: 2rem;
justify-content: end;
align-items: start;
}
.the-michael-koch-group_the-michael-koch-group .hover-img figcaption h4 {
font-size: 23px;
color: #fff;
font-family: sans-serif;
font-weight: 700;
text-transform: capitalize;
text-align: start;
}
.the-michael-koch-group_the-michael-koch-group .hover-img::before,
.hover-img::after {
background-color: rgba(0, 0, 0, 0.5);
border-top: 32px solid rgba(0, 0, 0, 0.5);
border-bottom: 32px solid rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
transition: all 0.3s ease;
z-index: 1;
opacity: 0.2;
transform: scaleY(2);
}
.the-michael-koch-group_the-michael-koch-group
.services_section
.hover-img
*
span {
display: block;
font-family: sans-serif;
}
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url {
background: var(--theme-color);
max-width: 100%;
margin: 0 auto;
padding: 25px 50px;
border-radius: 20px;
}
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.linkedin_profile_heading
h3 {
color: #fff;
font-size: 60px;
font-weight: 600;
margin-bottom: 1rem;
text-align: start;
}
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.linkedin_profile_heading
h3
span {
display: inline-block;
color: #1f7b76;
font-family: Avenue;
}
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.linkedin_profile_heading
p {
color: #fff;
margin-top: 20px;
font-size: 18px;
}
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.linkedin_profile_heading
p
a {
color: #fff;
line-break: anywhere;
}
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.attendee-number
.linkedin-profile {
max-width: 300px;
margin: 0 auto;
}
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.attendee-number
.linkedin-profile
img {
width: 100%;
transform: scale(1.3);
}
.the-michael-koch-group_the-michael-koch-group .develop_img {
position: relative;
}
.the-michael-koch-group_the-michael-koch-group .develop_img img{
width: 100%;
}
.the-michael-koch-group_the-michael-koch-group .develop_img h6 {
color: #fff;
background-color: var(--theme-color);
padding: 20px 12px;
border-radius: 10px;
max-width: 300px;
font-size: 25px;
position: absolute;
bottom: 140px;
left: -40px;
}
.the-michael-koch-group_the-michael-koch-group .develop_img h6 span {
color: #fff;
font-size: 14px;
margin-top: 10px;
display: block;
font-family: sans-serif;
}
.the-michael-koch-group_the-michael-koch-group nav {
background-color: #000;
}
.the-michael-koch-group_the-michael-koch-group .strip {
background: transparent;
}
.the-michael-koch-group_the-michael-koch-group .strip a img {
width: 100%;
height: 100%;
}
.the-michael-koch-group_the-michael-koch-group .strip a {
display: block;
text-align: center;
background: #fff0;
padding: 10px;
margin: 10px;
border-radius: 0px;
padding: 0;
}
.the-michael-koch-group_the-michael-koch-group
.mailer_part
.linkedin_profile_url
.linkedin_profile_heading
h3 {
text-align: center;
}
.the-michael-koch-group_the-michael-koch-group
.mailer_part
.linkedin_profile_url {
background-color: #000;
text-align: center;
}
.mailer_part .btn-start_today {
width: 100%;
max-width: 200px;
border: none;
outline: none;
background: var(--theme-color);
color: #000;
text-transform: uppercase;
font-size: 23px;
font-weight: 500;
text-decoration: none;
border-radius: 6px;
}
.home_home .technology-img {
text-align: start;
position: relative;
}
.home_home .technology-img::after {
position: absolute;
content: "";
width: 84px;
height: 42px;
background-image: url(https://cxo-conference.s3.amazonaws.com/s3fs-public/inline-images/line.png);
right: 0;
top: 0;
}
.home_home .technology-section {
padding: 70px 0;
background: #fefff1;
}
.home_home .technology-section h3 {
font-size: 50px;
color: var(--theme-color);
}

.the-michael-koch-group_the-michael-koch-group h4.dance_himanshuuii {
font-family: "Poppins" !important;
font-size: 28px;
font-weight: 700;
color: #000;
}

.home_home .technology-section h6 {
font-family: sans-serif;
font-size: 28px;
font-weight: 700;
color: #000;
}

.dance_himanshuuii span {
color: #fff;
background: var(--theme-color);
display: inline-block;
}
.home_home .technology-section p,
.home_home .technology-section ul li {
font-size: 18px;
font-weight: 500;
color: #000;
margin-bottom: 16px;
}
.home_home .agenda_btn a {
display: inline-block;
background: var(--theme-color);
color: #fff;
padding: 10px;
text-decoration: none;
border-radius: 10px;
}
.home_home .agenda_btn a:nth-child(2) {
background-color: #000;
margin-left: 30px;
}
.btn_agendau img {
height: 20px;
width: 20px;
display: inline-block;
margin-left: 10px;
}

/* =============@media================== */
@media only screen and (min-width: 1650px) {
.the-michael-koch-group_the-michael-koch-group .container {
max-width: 1540px;
margin: 0 auto;
}
}

@media only screen and (max-width: 1600px) {
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
h1 {
font-size: 50px;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
h2 {
font-size: 40px;
}
.the-michael-koch-group_the-michael-koch-group .deleiver_section p,
.services_section p,
.the-michael-koch-group_the-michael-koch-group .hover-img figcaption h4,
.the-michael-koch-group_the-michael-koch-group .services_section p  {
font-size: 16px;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
p.banner_text {
position: absolute;
width: 100%;
background: #fffefe8f;
top: 100px;
padding: 10px;
border-radius: 10px;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure img {
max-width: 100%;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner {
background-color: #fefff1;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption {
top: 19%;
}
.the-michael-koch-group_the-michael-koch-group .sponsor_strip{
top: 32px;
}

}


@media only screen and (max-width: 1400px){
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure figcaption p.banner_text{
right: 5%;
}
}

@media only screen and (max-width: 1199px) {
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
p.banner_text {
background-color: #fff;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
h1,
.the-michael-koch-group_the-michael-koch-group .services_section h3,
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.linkedin_profile_heading
h3,
.home_home .technology-section h3 {
font-size: 40px;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption {
position: absolute;
left: 0;
top: 23%;
width: 100%;
margin-bottom: 0;
transform: translateY(10%);
}
.the-michael-koch-group_the-michael-koch-group .deleiver_section p,
.the-michael-koch-group_the-michael-koch-group .services_section p {
font-size: 18px;
font-weight: 400;
}
.home_home .technology-img img {
max-width: 100%;
margin-top: 0rem;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure figcaption p.banner_text{
top: 70px;
}
.the-michael-koch-group_the-michael-koch-group h1{
margin-bottom: 0px;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure figcaption p.banner_text{
right: 0%;
left: 0;
}
.the-michael-koch-group_the-michael-koch-group .sponsor_strip{
top: 46px;
}
}

@media only screen and (max-width: 991px) {
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
p.banner_text {
position: static;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
h1,
.the-michael-koch-group_the-michael-koch-group .deleiver_section h3,
.the-michael-koch-group_the-michael-koch-group .services_section h3,
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.linkedin_profile_heading
h3,
.home_home .technology-section h3 {
font-size: 25px;
}
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.linkedin_profile_heading
p {
text-align: start;
}
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.attendee-number
.linkedin-profile
img {
transform: scale(1);
}
.the-michael-koch-group_the-michael-koch-group .develop_img h6 {
color: #fff;
background-color: var(--theme-color);
padding: 10px 10px;
border-radius: 10px;
max-width: 247px;
font-size: 16px;
position: absolute;
bottom: 60px;
left: 1px;
}
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.linkedin_profile_heading
p {
color: #d1d2d3;
margin-top: 20px;
font-size: 16px;

}
.the-michael-koch-group_the-michael-koch-group
.mailer_part
.linkedin_profile_url
.linkedin_profile_heading
p {
text-align: center;
}
.the-michael-koch-group_the-michael-koch-group .deleiver_section p, .the-michael-koch-group_the-michael-koch-group .services_section p{
font-size: 16px;
}
.the-michael-koch-group_the-michael-koch-group .speaker_founder .develop_img {
position: relative;
max-width: 50%;
margin: 0 auto;
}
.the-michael-koch-group_the-michael-koch-group .speaker_founder .row{
flex-direction: column-reverse;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure figcaption a.btn-start_today {
font-size: 14px;
padding: 10px 15px;
margin-bottom: 10px;
}
.home_home .technlogy-wrapper {
padding-top: 16px;
max-width: 80%;
margin: 20px auto;
}
.home_home .technology-img{
padding: 20px;
}
.home_home .technology-section h6{
font-size: 20px;
}
.home_home .technology-section p, .home_home .technology-section ul li {
font-size: 16px;
font-weight: 400;
color: #000;
margin-bottom: 16px;
}
.home_home .agenda_btn a{
font-size: 14px;
}
.the-michael-koch-group_the-michael-koch-group .sponsor_strip{
top: 0;
}
}

@media only screen and (max-width: 767px) {
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption {
left: 0;
top: 12%;
width: 100%;
margin-bottom: 0;
transform: translateY(0%);
z-index: 111;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
h1 {
color: var(--theme-color);
}
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure figcaption h2{
font-size: 30px;
margin-bottom: 0px;
}

.mailer_part .btn-start_today{
font-size: 16px;
max-width: 100px;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
h1,
.the-michael-koch-group_the-michael-koch-group .deleiver_section h3,
.the-michael-koch-group_the-michael-koch-group .services_section h3,
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.linkedin_profile_heading
h3 {
font-size: 25px;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure figcaption h1 span{
color: var(--theme-color);
}
}
@media only screen and (max-width: 575px) {
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
a.btn-start_today {
font-size: 14px;
padding: 10px 15px;
margin-bottom: 10px;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner {
padding: 50px 0px;
background: #540d6e3d;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption {
position: static;
}

.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.linkedin_profile_heading
h3 {
text-align: center;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
h2 {
font-size: 25px;
}
.the-michael-koch-group_the-michael-koch-group .sponsor_strip span {
font-size: 12px;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
a.btn-start_today
sub {
font-size: 10px;
text-align: left;
}
.the-michael-koch-group_the-michael-koch-group .deleiver_section p,
.the-michael-koch-group_the-michael-koch-group .services_section p {
font-size: 16px;
}

.the-michael-koch-group_the-michael-koch-group .develop_img h6 {
padding: 10px 11px;
font-size: 20px;
position: absolute;
bottom: 100px;
left: 0px;
}

.the-michael-koch-group_the-michael-koch-group .strip a {
padding: 30px;
}
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.linkedin_profile_heading
p {
color: #d1d2d3;
margin-top: 16px;
font-size: 16px;
}
.home_home .technology-img {
margin: 10px 0px;
}
.home_home .technology-section h3 {
font-size: 30px;
}
.home_home .technology-section h6,
.the-michael-koch-group_the-michael-koch-group h4.dance_himanshuuii {
font-size: 20px;
}
.home_home .technology-section p,
.home_home .technology-section ul li,
.home_home .technology-section h6,
.the-michael-koch-group_the-michael-koch-group h4.dance_himanshuuii {
font-size: 16px;
}
.agenda_btn a:nth-child(2) {
background-color: #000;
margin-left: 0;
margin-top: 20px;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner {
margin-top: 160px;
}
.the-michael-koch-group_the-michael-koch-group .sponsor_strip {
top: 0px;
transform: translateY(-50px);
}
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url {
padding: 15px;
}
.home_home .technology-section,
.the-michael-koch-group_the-michael-koch-group .deleiver_section,
.the-michael-koch-group_the-michael-koch-group .services_section {
padding: 40px 0px;
}
.the-michael-koch-group_the-michael-koch-group .speaker_founder .develop_img {

max-width: 80%;

}
.home_home .agenda_btn a:nth-child(2){
margin-left: 0px;
}
}

@media only screen and (max-width: 400px) {

.the-michael-koch-group_the-michael-koch-group .agenda_btn a,
.home_home .technology-section h6,
.the-michael-koch-group_the-michael-koch-group h4.dance_himanshuuii {
font-size: 13px;
}
.the-michael-koch-group_the-michael-koch-group  .speaker_founder .develop_img {

max-width: 100%;

}
.home_home .technology-img::after {

width: 45px;
height: 28px;

}
}
/*.live_dubai a.btn_live{display:none !important;}*/


.conference-format_conference-format .legitimacy_section .legitimacy_heading h2{
border: transparent;
font-size: 50px;
padding: 0;
}
.conference-format_conference-format .legitimacy_section .legitimacy_content_wrapper p {
font-size: 22px;
text-align: center;
margin-bottom: 50px;
}
.Conference_Format_3 .legitimacy_content_wrapper{
background: #000;
padding: 50px;
text-align: center;
color: #fff;
border-radius: 13px;
}
.Conference_Format_3 .red-btn{
font-size: 16px;
font-weight: 500;
line-height: 1.45;
color: #fff;
text-transform: uppercase;
display: inline-block;
background: var(--theme-color);
padding: 6px 16px;
border-radius: 8px;
border: 1px solid var(--theme-color);
transition: 0.5s all;
}
.conference-format_conference-format .review_banner_caption h1{
text-transform: uppercase;
color: var(--theme-color);
font-weight: bolder;
font-size: 80px;
}
.conference-format_conference-format .review_banner_caption strong{
font-size: 40px;
color: #fff;
font-weight: 500;
}
/*.conference-format_conference-format .review_banner_caption p{
max-width: 50%;
text-align: justify;
}*/
.speaker_sessions .speaker_content h3{
font-size: 50px;
font-weight: 500;
margin-bottom: 50px;
}
.Conference_Format_4 .speaker_img{
width: auto;
max-width: 680px;
}
.speaker_sessions .speaker_content h3 span{
color: var(--theme-color);
}
.speaker_sessions .speaker_content p{
font-size: 22px;
text-align: justify;
}
.Conference_Format_4 .row .col-12:nth-child(2){
display: flex;
align-items: center;
justify-content: center;
}

.conference-format_conference-format .vedio_main_two .item .image_iframe {
position: relative;
border-radius: 25px;
overflow: hidden;
}
.conference-format_conference-format .vedio_main_two .item .image_wrapper {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.conference-format_conference-format .vedio_main_two .item .image_wrapper img {
height: 100%;
object-fit: cover;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev,
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next{
font-size: 60px!important;
}
.conference-format_conference-format .owl-carousel .owl-nav.disabled{
display: none;
}
.Conference_Format_7 .review_banner_caption .speaker_content,
.Conference_Format_9 .review_banner_caption .speaker_content{
text-align: justify;

}
.Conference_Format_5 .pannelisst{
background: #000;
padding: 50px;
border-radius: 22px;
color: #fff;
}
.Conference_Format_5 .pannelisst h2{
font-size: 50px;
color: var(--theme-color);
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next{
right: -108px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev {
left: -120px;
}
.Conference_Format_5 p{
font-size: 22px;
}
.Conference_Format_7 .speaker_content h3,
.Conference_Format_9 .speaker_content h3{

font-size: 50px;
color: var(--theme-color);
font-weight: 500;
margin-bottom: 20px;
}
.Conference_Format_7 img,
.Conference_Format_9 img{
height: 100%;
}
.Conference_Format_7 .review_banner_caption p,
.Conference_Format_9 .review_banner_caption p{
max-width: 100%;
line-height: 1.6;

}


.Conference_Format_6 .speaker_img img,
.Conference_Format_8 .speaker_img img,
.Conference_Format_10 .speaker_img img{
border-radius: 20px;
}
.Conference_Format_6 .speaker_img ,
.Conference_Format_8 .speaker_img ,
.Conference_Format_10 .speaker_img {
border-radius: 20px;
margin-left: -120px;
width: 50%;
}
.Conference_Format_speak{
display: flex;
justify-content: center;
align-items: center;
}
.Conference_Format_6 .speaker_content,
.Conference_Format_8 .speaker_content,
.Conference_Format_10 .speaker_content{
background: #f5f5f5;
padding: 29px;
border-radius: 15px;
position: relative;
width: 50%;
z-index: 111;
box-shadow: 3px 4px 10px #423e3e;
}
.Conference_Format_6 .speaker_content p,
.Conference_Format_8 .speaker_content p,
.Conference_Format_10 .speaker_content p {
font-size: 20px;
text-align: justify;
line-height: 1.4;
}

.Conference_Format_6 .row .col-12:nth-child(1),
.Conference_Format_8 .row .col-12:nth-child(1),
.Conference_Format_10 .row .col-12:nth-child(1){
display: flex;
justify-content: center;
align-items: center;
}
.form_section_format .wrappered {
background: #000;
padding: 30px;
border-radius: 22px;
margin-top: 6rem;
position: relative;
}
.form_section_format .wrappered form .mt-5{
margin-top: 40px!important;
}
.form_section_format .column_inputing{
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}
.form_section_format .column_inputing .js-form-type-tel{
width: 100%;
}
.form_section_format .column_inputing .js-form-type-tel .form-tel{
height: 52px;
margin-bottom: 30px!important;
}
.iti__country-name, .iti__flag-box{
color: #000;
}
.form_section_format .wrapper{
color: #fff;
}
.form_section_format .wrappered .form-item,
.form_section_format .wrappered .form-actions{
margin: 0px!important;
}

.form_section_format input#edit-actions-submit {
border: 0px;
background: var(--theme-color);
width: 100%;
max-width: 100%;
white-space: normal;
display: block;
border-radius: 4px;
height: 100%;
padding: 11px!important;
font-size: 22px!important;
color: #fff;
}
.form_section_format .wrapper h2{
font-size: 50px;
font-weight: 500;
margin-bottom: 1rem;
color: #fff;
}
.form_section_format .wrapper h2 span{
color: var(--theme-color);
}
.form_section_format .wrapper p{
font-size: 20px;
margin-bottom: 2rem;
}
.form_section_format .form-text,
.form_section_format  .form-url,
.form_section_format .form-email,
.form_section_format .form-textarea,
.form_section_format .form-tel
{
width: 100%;
height: 100%;
padding: 15px;
font-size: 1rem;
border: 1px solid var(--theme-color);
border-radius: 10px;
}

.form_section_format div#edit-actions {

padding: 0;
}
/* .form_section_format img{
height: calc(100% + 113px);
position: absolute;
top: -83px;
right: -16px;
max-width: 90%;
} */
/* .form_section_format label{
display: none;
} */
.Become_A_Speaker_Banner .review_banner_figure img{
height: 70vh;
object-fit: cover;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev {
left: -120px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev, 
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
font-size: 80px!important;
border: none;
}


.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev {
left: -120px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
right: -108px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev, 
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
font-size: 80px!important;
}
.conference-format_conference-format .single-featured-image-header .top_panel_image_header h1 strong{
font-size: 40px;
color: #fff;
}
.conference-format_conference-format  .single-featured-image-header .top_panel_image_header h1{
text-transform: uppercase;
color:var(--main-color);
font-weight: 500;
font-size: 80px;
text-align: left;
}
.conference-format_conference-format  .top_panel_image_header p{
color: #fff;
font-size: 22px;
line-height: 1.2;
font-weight: 400;
margin-bottom: 0px;
max-width: 70%;
}
.conference-format_conference-format .single-featured-image-header .top_panel_image_header{
text-align: left;
}
.conference-format_conference-format .single-featured-image-header .top_panel_image_header{
top: 0;
bottom: 20%;
}
.Conference_Format_3 .red-btn {
font-size: 16px;
font-weight: 500;
line-height: 1.45;
color: #fff;
text-transform: uppercase;
display: inline-block;
background: #1f7b76;
padding: 6px 16px;
border-radius: 8px;
border: 1px solid #1f7b76;
transition: 0.5s all;
}
.conference-format_conference-format .enlightening_section .item .video_btn {
display: block;
}
.conference-format_conference-format .form_section_format .column_inputing .js-form-type-tel .form-tel{
margin-bottom: 0px!important;
}
.conference-format_conference-format .form_section_format img {
height: 100%;
max-width: 100%;
}
.blog-col-text h2, .blog-col-text li h3, .blog-col-text h3 {
font-size: 20px;
margin-bottom: 10px;
color: #000;
}
/*========conf_format-page-css-start=====end=======*/
/*=========@media=========*/
@media screen and (min-width: 1550px){
.conference-format_conference-format .container{
max-width: 1490px;
margin: 0 auto;
}
}

@media screen and (max-width: 1500px){
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next
{
right: -55px;
} 
.conference-format_conference-format .single-featured-image-header .top_panel_image_header h1{
font-size: 70px;
}
.conference-format_conference-format .single-featured-image-header .top_panel_image_header h1 strong{
font-size: 35px;
}
.conference-format_conference-format .top_panel_image_header p{
font-size: 20px;
font-weight: 400;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev{
left: -55px;
}
.speaker_sessions .speaker_content p,
.conference-format_conference-format .legitimacy_section .legitimacy_content_wrapper p,
.form_section_format .wrapper p,
.review_banner_caption p {
font-size: 18px;
}
.Conference_Format_4 .speaker_img {
max-width: 500px;
}
/*.Conference_Format_7 .review_banner_caption{
bottom: 10%;
}*/
.speaker_sessions .speaker_content h3,
.Conference_Format_7 .speaker_content h3, .Conference_Format_9 .speaker_content h3,
.form_section_format .wrapper h2,
.Conference_Format_5 .pannelisst h2{
font-size: 35px;
margin-bottom: 20px;
}
.form_section_format .wrappered{
margin-top: 2rem;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev,
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
font-size: 50px!important;
}
.conference-format_conference-format .review_banner_caption h1{
font-size: 70px;
}
.conference-format_conference-format .review_banner_caption strong,
.conference-format_conference-format .legitimacy_section .legitimacy_heading h2,
.Conference_Format_5 .pannelisst h2{
font-size: 35px;
}
.conference-format_conference-format  .Conference_Format .review_banner_caption p{
font-size: 18px;
line-height: 1.55;
}
}
/*===============*/
@media screen and (max-width: 1199px){
.conference-format_conference-format .review_banner_caption h1 {
font-size: 50px;
}
.Conference_Format_7 .review_banner_caption p, .Conference_Format_9 .review_banner_caption p {
max-width: 100%;
line-height: 1.4;
font-size: 16px;
}
.speaker_sessions .speaker_content h3,
.Conference_Format_7 .speaker_content h3,
.Conference_Format_9 .speaker_content h3,
.form_section_format .wrapper h2,
.Conference_Format_5 .pannelisst h2{
font-size: 30px;
margin-bottom: 10px;
}
.speaker_sessions .speaker_content p,
.conference-format_conference-format .legitimacy_section .legitimacy_content_wrapper p,
.form_section_format .wrapper p,
.Conference_Format_5 .heading_wrapper p{
font-size: 16px;
}
.conference-format_conference-format .review_banner_caption strong,
.conference-format_conference-format .legitimacy_section .legitimacy_heading h2,
.Conference_Format_5 .pannelisst h2{
font-size: 25px;
}
.form_section_format input#edit-actions-submit{
font-size: 16px!important;
}
.form_section_format img {
height: 100%;
position: absolute;
top: 26px;
right: -15px;
max-width: 100%;
}
.conference-format_conference-format .single-featured-image-header .top_panel_image_header h1{
font-size: 50px;
}
.conference-format_conference-format .single-featured-image-header .top_panel_image_header h1 strong{
font-size: 25px;
}
.conference-format_conference-format .top_panel_image_header p{
font-size: 18px;
}
}
@media screen and (max-width: 991px){
.Conference_Format .review_banner_figure img{
height: 70vh;
object-fit: cover;
}
.conference-format_conference-format .form_section_format img {
height: auto;
max-width: 100%;
}
}
/*===========*/
@media screen and (max-width: 767px){
.conference-format_conference-format .Conference_Format .review_banner_caption p{
max-width: 100%;
}
.speaker_sessions .speaker_content p,
.conference-format_conference-format .legitimacy_section .legitimacy_content_wrapper p,
.form_section_format .wrapper p, .Conference_Format_5 .heading_wrapper p{
text-align: justify;
}
.form_section_format img {
position: static;
width: auto;
max-width: 200px;
height: auto;
margin: 20px auto;
display: block;
}
.conference-format_conference-format .who_we_are_banner .banner_caption h1 {
font-size: 40px;


}
.form_section_format .wrappered .form-item, .form_section_format .wrappered .form-actions {
margin: 10px 0px!important;
}
.form_section_format .wrappered form .mt-5{
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 100%;
max-width: 100%;
}
.Conference_Format_speak{
flex-direction: column;
}
.Conference_Format_6 .speaker_img, .Conference_Format_8 .speaker_img, .Conference_Format_10 .speaker_img{
margin-left: 0px;
}
.Conference_Format_6 .speaker_content, .Conference_Format_8 .speaker_content, .Conference_Format_10 .speaker_content,
.Conference_Format_6 .speaker_img, .Conference_Format_8 .speaker_img, .Conference_Format_10 .speaker_img{
width: 100%;
margin-bottom: 20px;
}
.Conference_Format_7 img, .Conference_Format_9 img {
height: 50vh;
object-fit: cover;
}
/*.Conference_Format_7 .review_banner_caption {
bottom: 30%;
}*/
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev, .conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
font-size: 30px!important;
}
.conference-format_conference-format .single-featured-image-header .top_panel_image_header h1{
font-size: 40px;
margin-bottom: 20px;
}
.conference-format_conference-format .top_panel_image_header p{
max-width: 100%;
}
.blog-col-text h2, .blog-col-text li h3, .blog-col-text h3 {
font-size: 16px;
margin-bottom: 10px;
    color: #000;
}
}
@media screen and (max-width: 575px){
/*.Conference_Format_7 .review_banner_caption {
bottom: 10%;
}*/
.Conference_Format_5 .pannelisst,
.Conference_Format_3 .legitimacy_content_wrapper{
padding: 30px;
}
.review_banner_caption p{
max-width: 100%;
}
/*.review_banner_caption{
top: 55%;
}*/
.conference-format_conference-format .who_we_are_banner .banner_caption h1 {
font-size: 35px;
line-height: 1.45;

}

}
@media screen and (max-width: 400px){
.Conference_Format_7 img, .Conference_Format_9 img{
height: 60vh;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev, .conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
font-size: 40px!important;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev {
left: -30px;
}

.conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
right: -30px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev,
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next{
top: 30%;
}
.form_section_format .wrappered form .mt-5{
margin-top: 0px!important;
}
}
/*====================*/



/* Custom chat --------------------------------------------------------------------------------- */
.custom-chat-container {
position: fixed;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
/* background-color: #0084ff;  */
border-radius: 50%;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
overflow: hidden;
z-index: 111111;
cursor: pointer;
}

/* SVG icon styling */
.custom-chat-container img {
width: 100%;
height: 100%;
}

/* Hover effect */
.custom-chat-container:hover {
background-color: #006bbf;
}

.final_speaker{
    top: 0!important;
    right: -15px!important;
}

/* Custom chat End --------------------------------------------------------------------------------- */
/* =========https://www.health2conf.com/affiliate-program============= */
.affiliate-program_affiliate-program .review_banner_caption h1{
font-size: 48px;
font-weight: 600;
}
/* .affiliate-program_affiliate-program  .review_banner_figure img{
height: 80vh;
object-fit: cover;
} */
.affiliate-program_affiliate-program .btn-start_today{
background: var(--theme-color);
color: #fff;
text-decoration: none;
}
.affiliate-program_affiliate-program  .review_banner_caption p{
font-size: 20px;
}
.ideal_affilate  .aff_content h2{
font-size: 36px;
font-weight: 700; 
margin-bottom: 10px;
}
.ideal_affilate .aff_content p{
font-weight: 500;
font-size: 18px;
margin-bottom: 10px;
}
.ideal_affilate .aff_content h2 span{
display: block;
color: var(--theme-color);
}
.ideal_affilate .aff_content ul li{
font-size: 18px;
line-height: 1.55;
margin-bottom: 10px;
}
.affiliate-program_affiliate-program  .form_section_format .wrappered .form-item{
margin-bottom: 10px!important;
}
.affiliate-program_affiliate-program  .form_section_format .wrapper p{
color: #000;
}
.affiliate-program_affiliate-program .form_section_format .wrappered{
max-width: 1200px;
margin: 0 auto;
}
.affiliate-program_affiliate-program  .form_section_format .wrappered{
color: #000;
font-weight: 600;
background: #f4f4f4;
padding: 0;
border-radius: 0;

}
.affiliate-program_affiliate-program  .form_section_format .wrappered .primary_form1{
border: 1px solid var(--theme-color);
padding: 30px 40px;
border-radius: 22px;
box-shadow: 2px 1px 10px 1px #707070;
margin-bottom: 30px;
background: #fff;
}
.affiliate-program_affiliate-program  .form_section_format .form-text{
border: 1px solid #89858b;
}
.affiliate_program .wrapper h3 {
font-weight: 600;
margin-bottom: 20px;
}
.affiliate-program_affiliate-program  .form_section_format .wrappered h3 span{
color: var(--theme-color);
}
.affiliate-program_affiliate-program .form_section_format label {
display: block;
color: #000;
margin-bottom: 0px;
padding: 10px;
}
.affiliate-program_affiliate-program .form_section_format .form-text::placeholder,
.affiliate-program_affiliate-program .form_section_format .form-url::placeholder,
.affiliate-program_affiliate-program .form_section_format .form-email::placeholder,
.affiliate-program_affiliate-program  .form_section_format .form-textarea::placeholder,
.affiliate-program_affiliate-program  .form_section_format .form-tel::placeholder{
color: #000;
}
.affiliate-program_affiliate-program  .speak_at_section .speak_at_section_heading h2{
font-size: 40px;
}
.affiliate-program_affiliate-program  .fastrack .your_impact_box p{
color: #000;
}
.affiliate-program_affiliate-program  .session_type .session_figure figcaption {
position: absolute;
left: 0;
top: 50px;
width: 100%;
margin-bottom: 0;
color: #fff;
transform: translateY(0%);
}
.affiliate-program_affiliate-program  .session_type .session_figure::after{
background-color: transparent;
}
.affiliate-program_affiliate-program .sessions_content {
max-width: 1000px;
margin-left: 0px;
text-align: center;
margin: 0 auto;
}
.affiliate-program_affiliate-program  #edit-events{
display: flex;
justify-content: space-around;
max-width: 200px;
border: 2px solid var(--theme-color);
border-radius: 10px;
align-items: center;
}
.affiliate-program_affiliate-program  #edit-events .form-item{
display: flex;
margin-bottom: 0px!important;
}
.affiliate-program_affiliate-program .session_type .sessions{
max-width: 1200px;
margin: 0 auto;
}
.affiliate-program_affiliate-program  .sessions_content h3 {
font-size: 40px;
font-weight: 700;
color: #fff;
margin-bottom: 30px;
}
.affiliate-program_affiliate-program .sessions_content p{
font-size: 18px;
}
.ideal_affilate ul{
padding-left: 16px;
}
.affiliate-program_affiliate-program .form_section_format div#edit-actions{
max-width: 180px;
font-size: 18px !important;
}
.affiliate-program_affiliate-program  .js-form-item-estimated-reach{
margin-top: 24px!important;
display: block;
}
.affiliate-program_affiliate-program  #edit-events--wrapper legend{
font-size: 16px;
color: #010101;
}
.affiliate-program_affiliate-program .form_section_format .wrappered .js-form-type-checkbox{
display: flex;
}
.affiliate-program_affiliate-program .form_section_format input#edit-actions-submit{
padding: 18px !important;
font-size: 16px !important;
border-radius: 15px;
}
.affiliate-program_affiliate-program .form_section_format .wrapper p{
font-size: 16px;
}
.affiliate-program_affiliate-program  .submit-row{
height: 100%;
justify-content: start;
align-items: center;
width: 100%;
}
#page_form{
background: #f4f4f4;
}
.affiliate-program_affiliate-program .form_section_format .wrapper h3 {
color: #000;
}
.contact-us_contact-us .contactform-bg{
border: 0px solid #c0c0c0;   
}
.abstract h1{
text-align: center;
font-size: 35px;
font-weight: 700;
}
.abstract h3{
text-align: center;
font-size: 30px;
font-weight: 600;
}
@media screen and (max-width: 1500px){
.affiliate-program_affiliate-program .review_banner_caption h1 {
font-size: 40px;
font-weight: 600;
}
.affiliate-program_affiliate-program   .review_banner_figure img{
height: 80vh;
object-fit: cover;
}
.affiliate-program_affiliate-program .review_banner_caption p{
font-size: 16px;
}
.affiliate-program_affiliate-program .speak_at_section .speak_at_section_heading h2,
.affiliate-program_affiliate-program .sessions_content h3{
font-size: 36px;
}
.ideal_affilate .aff_content h2{
font-size: 30px;
}
.affiliate-program_affiliate-program .form_section_format .wrapper h3{
font-size: 25px;
}
.abstract h1{

font-size: 30px;

}
.abstract h3{
font-size: 22px;

}
}
@media screen and (max-width: 991px){

.affiliate-program_affiliate-program .review_banner_caption h1{
font-size: 25px;
}
.affiliate-program_affiliate-program .review_banner_caption{
bottom: 15%;
}
.affiliate-program_affiliate-program .speak_at_section .speak_at_section_heading h2, .affiliate-program_affiliate-program .sessions_content h3,
.ideal_affilate .aff_content h2{
font-size: 25px;
}
.affiliate-program_affiliate-program .sessions_content p{
font-size: 16px;
}
.affiliate-program_affiliate-program .form_section_format label{
font-size: 12px;
}
.abstract h1{

font-size: 25px;

}
}
@media screen and (max-width: 575px){
.affiliate-program_affiliate-program .review_banner_caption{
bottom: 8%;
}
.affiliate-program_affiliate-program #edit-events--wrapper legend,
.affiliate-program_affiliate-program .form_section_format .wrapper p{
font-size: 14px;
}
.affiliate-program_affiliate-program .form_section_format .wrapper h3{
font-size: 20px;
}
}
@media screen and (max-width: 400px){
.affiliate-program_affiliate-program .review_banner_caption h1 {
font-size: 22px;
}
.affiliate-program_affiliate-program .review_banner_caption p,
.affiliate-program_affiliate-program .sessions_content p,
.ideal_affilate .aff_content ul li{
font-size: 15px;
}
.affiliate-program_affiliate-program .speak_at_section .speak_at_section_heading h2, .affiliate-program_affiliate-program .sessions_content h3, .ideal_affilate .aff_content h2{
font-size: 20px;
}
.affiliate-program_affiliate-program .form_section_format label{
padding: 6px;
}
.affiliate-program_affiliate-program .form_section_format label{
margin-bottom: 15px!important;
}
}
/* Duplicate speaker - hide */
/* #experts-container .col-speaker:nth-child(42) {
display: none !important;
} */

/* tabs */
.be_award{
padding: 50px 0px;
}
.be_award h2{
text-align: center;
font-size: 40px;
font-weight: 700;
margin-bottom: 30px;
}


.award_tabs_wrapper .tabs {
list-style: none;
padding: 0;
display: flex;
background-color: #fff;
justify-content: start;
flex-wrap: wrap;
gap: 10px;
margin: 0px;

}

.award_tabs_wrapper .tab {
padding: 10px 20px;
border: 1px solid var(--theme-color);
border-radius: 10px 10px 0px 0px;
cursor: pointer;
background-color: #fff;
font-weight: 500;
transition: 0.3s;
font-size: 18px;
color: #000;
margin-bottom: 5px;
}

.award_tabs_wrapper .tab.active {
background-color: var(--theme-color);
color: #fff;
}

.award_tabs_wrapper .tab-content {
display: none;
background-color: var(--theme-color);
color: #000;
padding: 20px;
border-radius: 0px 0px 10px 10px;
text-align: left;
font-size: 14px;
}
.award_tabs_wrapper .tab-content p{
font-size: 18px;
font-weight: 500;
}
.award_tabs_wrapper .tab-content.active {
display: block;
}

.award_tabs_wrapper .tab-content a.toggle-link {
display: inline-block;
margin-top: 10px;
color: white;
font-weight: 600;
text-decoration: underline;
cursor: pointer;
}
#edit-actions{
margin-bottom: 20px;
}

.become-a-speaker_become-a-speaker .form_section_format .column_inputing{
display: block;
}
@media screen and (max-width: 991px) {
.charting-text h1,
.gain_section h2 {

font-size: 32px;

}
.image_gain_wrapp h3{
font-size: 18px;
}
.award_tabs_wrapper .tab,
.award_tabs_wrapper .tab-content p{
font-size: 16px;
}
.testimonial-section h2{
font-size: 32px;
}
.home_home .contactform-bg .radios--wrapper legend{
padding: 0px;
}
.home_home #edit-active-conference .js-form-item.form-item{
justify-content: start;
}


}
@media screen and (max-width: 767px) {
.who-attends-section{
font-size: 24px;
}
.copyright_text {
text-align: center!important;
}
}
@media screen and (max-width: 575px){
.testimonial-section h2,
.who-we-are_who-we-are .testimonial-section h2,
.section-header,
.who-we-are_who-we-are .testimonial-section h2{
font-size: 24px;

}
.home_home  .contact-us-wrap.custom_desiggn h2{width:100%;}
.who-we-are_who-we-are .testimonial-section h2 {
font-size: 24px;
text-align: start;
width: 100%;
padding: 0px 25px;
}
.who-we-are_who-we-are .who-we-are_who-we-are .contactform-bg .radios--wrapper legend{
text-align: start;
}
.home_home .contactform-bg .radios--wrapper legend{
font-size: 16px;
}
.info-box{
border-radius: 0px;
}
.testimonial-section .newsletter input{
border-radius: 16px;
}
.lets_create{
font-size: 22px;
}
#edit-active-conference label, #edit-active-conference--2 label{
font-size: 16px;
}
.g-recaptcha{
width: 260px;
margin:  0 auto;
margin-right: 0px;
overflow-x: scroll;
}
/* .g-recaptcha::-webkit-scrollbar {
width: 4px;
}

.g-recaptcha::-webkit-scrollbar-thumb {
border-radius: 4px;
}

.g-recaptcha::-webkit-scrollbar-thumb:hover {
background-color: #555;
} */
}
@media screen and (max-width: 400px){
.g-recaptcha{
width: 220px;
margin:  0 auto;
overflow: scroll;
}
.home_home .webform-button--submit{
font-size: 14px;
}
.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .event-intro h2{
font-size: 24px;   
}
body.health-2-0-conference-dubai-2024-winter-reviews_health-2-0-conference-dubai-2024-winter-reviews .spot_leader p{
font-size: 16px;
}
}


/* =========new-footer-css==design-by-harshit====== */
.footer {
background-color: #000000;
color: #fff;
}

.footer a {
color: #fff;
text-decoration: none;
display: inline-block;
}

.footer a:hover {
color: #eefffe;

}

.footer .social-icons i,
span.tele i {
font-size: 20px;
color: #fff;
transition: 0.3s;
}

.footer .social-icons i:hover {
color: #0ef;
}

.footer .bottom-bar {
border-top: 1px solid #333;
padding-top: 20px;
margin-top: 20px;
font-size: 14px;
}

.footer .logos img {
max-height: 50px;
margin: 10px;
}

/* .footer .book-pass-btn {
background-color: #1f7b76;
color: #fff;
border-radius: 5px;
padding: 10px 20px;
font-weight: 600;
} */

.logo_footer {
width: 200px;
max-width: 200px;
}

.footer_menu p {
margin-bottom: 0px;
text-align: center;
}

.footer_address p {
display: flex;
justify-content: start;
align-items: start;
text-align: start;
font-size: 15px;
}

.footer_address p span {
width: 40px;
height: 40px;
border: 1px solid #fff;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 20px;
}


.social-icons a,
.footer_address p span.tele {
width: 40px;
height: 40px;
border: 1px solid #fff;
border-radius: 100%;
justify-content: center;
align-items: center;
display: flex;
}

.social-icons {
list-style: none;
}

.social-icons li {
display: inline-block;
}

.footer_address p span:nth-child(2) {
margin-left: 10px;
}

.book-pass-btn {
display: flex;
justify-content: center;
align-items: center;
max-width: 200px;
margin: 0 auto;
}

.book-pass-btn img {
width: 24px;
height: 24px;
padding: 1px;
margin-right: 4px;
display: inline-block;


}

.website_logo {
max-width: 200px;
width: 100%;
margin: 0 auto;
}

.bottom_menu_ul {
display: flex;
justify-content: end;
}

.bottom_menu_ul li {
margin-left: 10px;
font-size: 14px;
}

.copyright_text {
display: block;
text-align: start;
font-size: 16px;
}
.footer {
background-color: #000000;
color: #fff;
/* border-radius: 80px 80px 0 0; */
}
footer .book-pass-btn {
background-color: #1f7b76;
color: #fff;
border-radius: 5px;
padding: 10px 20px;
font-weight: 600;
}
@media only screen and (max-width: 1650px){
.footer_added .col-xl-3{
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

}
@media only screen and (max-width: 767px){
.bottom_menu_ul {
display: flex;
justify-content: center;
}
.copyright_text{
margin-bottom: 20px;
text-align: center;
}
.footer_added .col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.footer_address p,
.social-media {

justify-content: center;
align-items: center;
text-align: center;

}
.footer_address p{
flex-direction: column;
}
.footer_address p span{
margin-right: 0px;
}
.website_logo {
max-width: 140px;
width: 100%;
margin: 0 auto;
margin-bottom: 10px;
}
.footer .book-pass-btn {
background-color: #1f7b76;
color: #fff;
padding: 10px 20px;
font-weight: 600;
}
.footer {
background-color: #000000;
color: #fff;
border-radius: 50px 50px 0px 0px;
}
.copyright_text {
display: block;
text-align: start;
color: #656565;
}
}
.dubai-speakers-2024_dubai-speakers-2024 .featured_speakers_container .col-speaker:nth-child(38){display:none;}

/* ===========student-passes==css============ */
.student-passes_student-passes{
font-family: "Urbanist", sans-serif;
}
.student-passes_student-passes .who-we-are-intro .content-box{
height: 100%;
align-content: center;
}

.student-passes_student-passes .who-we-are-intro {
margin: 0;
padding: 50px 0;
color: #444444;
position: relative;
width: 100%;
clear: both;
background: #fff;
}
.student-passes_student-passes .who-we-are-intro .intro-img img{
height: 460px;
object-fit: cover;
object-position: center;
}
.student-passes_student-passes .who-we-are-intro h2 {
font-weight: 700;
font-size: 36px;
line-height: normal;
margin: 0 0 20px 0;
}
.student-passes_student-passes .who-we-are-intro .content-box p {
font-size: 16px;
margin-bottom: 20px;
}
.student-passes_student-passes ._who{
background-color: #000;
padding: 70px 0px;
}
.student-passes_student-passes .your_impact_box span img{
width: 290px;
max-width: 100%;
object-fit: cover;
height: 100%;
object-position: cover;
}
.student-passes_student-passes .form_section_format{
padding: 60px 0px;
background: #1f7b76;
background: radial-gradient(circle, rgb(31 123 118) 0%, rgb(0 0 0) 50%);
}
.form_section_format h3{
color:#fff;
font-size: 40px;
font-weight: 600;
text-align: center;
margin-bottom: 30px;
}
.form_section_format .js-form-item.form-item{
width: 100%;
margin-bottom: 0px;
}
._who h2,
._who ul,
._who p{
color: #fff!important;
}
.student-passes_student-passes section.past-participants-section{
background: #fff;
}
.student-passes_student-passes section.past-participants-section h2{
color: var(--theme-color);
}
.student-passes_student-passes section.brand-section h2{
color: var(--theme-color);
}
.student-passes_student-passes section.brand-section p{
color: #000!important;
}
.student-passes_student-passes .slider_one  .faq_top_heading h2{
text-align: center;
font-weight: 700;
margin-bottom: 30px;
}
.student-passes_student-passes .slider_one p{
text-align: center;
font-size: 18px;
margin-bottom: 0px;
}
.student-passes_student-passes .speak_at_section .your_impact_box span{
height: 260px;
}
.student-passes_student-passes .how_apply .your_impact_box span{
height: auto;
}
.student-passes_student-passes .how_apply .your_impact_box {
position: relative;
z-index: 1;
}
.student-passes_student-passes .fastrack .your_impact_box{
padding: 0px;
background-color: #fff;
}
.student-passes_student-passes .how_apply  .your_impact_box{
background-color: #fff;
box-shadow: 2px 3px 7px #c3c0bd;
border-radius: 20px;
padding: 20px;
position: relative;
z-index: 1;
}
.student-passes_student-passes .fastrack .your_impact_box .access_to{
padding: 0px 20px;
color: #000;
}
.student-passes_student-passes  .how_apply .your_impact_box span img{
width: auto;
}
.student-passes_student-passes .how_apply  .your_impact_box p{
color: #000;
}
.student-passes_student-passes .form-actions{
text-align: center;
}
.student-passes_student-passes .who-we-are-intro .content-box ul{
padding-left: 16px;
}

.student-passes_student-passes .slider_one p{
text-align: start;
}
.student-passes_student-passes .slider_one h2 ~ p{
margin-bottom: 30px;
text-align: center;
}
.student-passes_student-passes .speak_at_section .speak_at_section_heading h2,
.student-passes_student-passes .speak_at_section .speak_at_section_heading h2{
font-weight: 700;
font-size: 40px;
margin-bottom: 30px;
color: var(--theme-color);
}
.student-passes_student-passes .newsletter_newsletter .banner-caption .wrapper p{
font-size: 20px;
}

.student-passes_student-passes .iti--allow-dropdown input[type="tel"], 
.student-passes_student-passes .iti--separate-dial-code input[type="tel"]{
padding: 20px 12px;
}
.student-passes_student-passes .newsletter_newsletter .webform-submission-form .form-actions{
text-align: left;
}
.student-passes_student-passes .newsletter_newsletter .webform-submission-form input#edit-actions-submit{
color: #fff;
padding: 15px 30px!important;
width: auto;
}
textarea{
width: 100%;
}
.student-passes_student-passes .newsletter_newsletter .img-gallery-section{
margin-bottom: 0px;
}
.student-passes_student-passes .form_section_format .column_inputing .js-form-type-tel .form-tel{
margin-bottom: 0px!important;
}
.how_apply  .fastrack_boxes {
position: relative;
z-index: 1;
}
.how_apply  .fastrack_boxes::before,
.how_apply  .fastrack_boxes::after{
content: "";
position: absolute;
background: url(https://www.health2conf.com/sponsor/dotg60.png) no-repeat left top;
z-index: 0;
height: 200px;
width: 190px;
}
.how_apply  .fastrack_boxes::before{
top: -22px;
left: -45px;

}
.how_apply  .fastrack_boxes::after{
right: -50px;
bottom: -67px;
}
.student-passes_student-passes .newsletter_newsletter .img-gallery-section img {
max-height: 406px;
object-position: top;
}
.student-passes_student-passes .who-we-are-intro .content-box p,
.student-passes_student-passes .fastrack .your_impact_box .access_to p,
.student-passes_student-passes .how_apply .your_impact_box p,
.student-passes_student-passes .accordion-header,
.student-passes_student-passes .who-we-are-intro .content-box ul {
font-size: 20px;
margin-bottom: 0px;
}
@media (min-width: 1200px) {
.student-passes_student-passes .fastrack_boxes .col-xl-2 {

-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.student-passes_student-passes .container{
max-width: 1400px;
}
}
@media (max-width: 1500px) {
.student-passes_student-passes .who-we-are-intro .content-box p,
.student-passes_student-passes .fastrack .your_impact_box .access_to p,
.student-passes_student-passes .how_apply .your_impact_box p,
.student-passes_student-passes .accordion-header,
.student-passes_student-passes .who-we-are-intro .content-box ul {
font-size: 18px;
margin-bottom: 10px;
}
.student-passes_student-passes .accordion-header{
margin-bottom: 0px;
font-weight: 700;
}
.how_apply .fastrack_boxes::before{
left: 0px;
}
.how_apply .fastrack_boxes::after{
right: 0px;
}
}
@media (max-width: 1199px) {
.student-passes_student-passes .newsletter_newsletter .img-gallery-section img{
max-height: 100%;
}

}
@media screen and (max-width: 767px) {
.student-passes_student-passes .newsletter_newsletter .banner-section .banner-figure img {
height: 120vh;
max-height: 120vh;
}
.student-passes_student-passes .newsletter_newsletter .banner-caption .wrapper h2, .student-passes_student-passes .newsletter_newsletter .banner-caption .wrapper h1 {
font-size: 30px;
margin-bottom: 20px;
}
.student-passes_student-passes .speak_at_section .speak_at_section_heading h2, .student-passes_student-passes .speak_at_section .speak_at_section_heading h2,
.form_section_format h3,
.student-passes_student-passes .slider_one .faq_top_heading h2,
.student-passes_student-passes .who-we-are-intro h2{
font-size: 30px;
}
.student-passes_student-passes .your_impact_box span img{
width: 380px;
}
.form_section_format .form-text{
padding: 10px;
}
}
@media (max-width: 575px) {
.student-passes_student-passes .speak_at_section .speak_at_section_heading h2, .student-passes_student-passes .speak_at_section .speak_at_section_heading h2,
.form_section_format h3{
font-size: 24px;
}
}
@media screen and (max-width:450px) {
.student-passes_student-passes  .newsletter_newsletter .banner-section {
background: url(https://health-conference-new.s3.amazonaws.com/s3fs-public/2025-07/student-pass.png) no-repeat center;
background-size: cover;
}


}


/* ============PODCAST-page-css============ */
@media (min-width:1500px){
.podcast_podcast  .container{
max-width: 1280px;
margin: 0 auto;
}
}
@media (min-width:1650px){
.podcast_podcast  .container{
max-width: 1440px;
margin: 0 auto;
}
}

.podcast_podcast .legitimacy_all,
.padcast_music_section{
padding: 60px 0px;
}
.podcast_podcast .banner_caption h1 {
color: #fff;
text-align: center;
text-transform: capitalize !important;
font-weight: 800;
}
.podcast_podcast .banner_caption p{
text-align: center ;
}
.podcast_podcast .speaker_sessions .speaker_content h3{
font-size: 40px;
margin-bottom: 25px;
font-weight: 600;
}
.podcast_podcast .Conference_Format_4 .speaker_content ul li{
font-size: 22px;
font-weight: 500;
margin-bottom: 20px;
}
.Snapshots{
padding: 50px 0px;
}
.snapshot_heading{
font-size: 48px;
font-weight: 800;
margin-bottom: 30px;
}
.snapshot_heading span{
color: var(--theme-color);
}
.Snapshots p{
font-size: 20px;
}
.Snapshots .image_wrapper{
height: 100%;
}
.prodcast_faq_section{
padding: 50px 0px;
}
.padcast_music_section .podcast_box{
border-radius: 40px;
background: #19746e;
padding: 50px;
}

.podcast_music_icon{
border-radius: 32px;
width: 300px;
max-width: 100%;
border: 1px solid rgba(0, 0, 0, 0.10);
background: #FFF;
padding: 30px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.podcast_music_icon img{
width: 100%;
}
.podcast_music_heading{
color: #FFF; 
font-size: 48px;
font-style: normal;
font-weight: 600;
}
.podcast_music_heading span{
display: block;
color: #30B0A9;
}
.podcast_text{
color: #FFF;
font-size: 18px;
font-weight: 300;
}

.podcast_podcast .speaker_img,
.podcast_podcast .speaker_img img{
height: 100%;
object-fit: cover;
border-radius: 20px;
}
.faq_new_sec .faq_new_sec {
padding: 50px 0px;
}

.faq_new_sec  .faq-title {
font-size: 2.5rem;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}

.faq_new_sec .faq-item {
border-bottom: 1px solid #e0e0e0;
border-radius: 20px;
padding: 25px;
margin-bottom: 30px;
}

.faq_new_sec .faq-number-wrapper {
margin-right: 20px;
}

.faq_new_sec .faq-number {
font-weight: 700;
color: #999;
font-size: 22px;
}

.faq_new_sec  .faq-content {
flex: 1;
}

.faq_new_sec  .faq-question {
font-weight: 700;
font-size: 22px;
color: #19102F;
}

.faq_new_sec .faq-question a {
text-decoration: underline;
}

.faq_new_sec .faq-toggle {
font-size: 1.5rem;
float: right;
}

.faq_new_sec .faq-answer {
display: none;
margin-top: 10px;
font-size: 18px;
color: #6c757d;
font-weight: 400;
}

.faq_new_sec  .faq-item.active {
background-color: #fef3f5;
border-radius: 20px;
padding: 25px;

}

.faq_new_sec .faq-item.active .faq-number {
color: #1f7b76;
}

.faq_new_sec  .faq-item.active .faq-question {
color: #1f7b76;

}

.faq_new_sec .faq-item.active .faq-toggle::before {
content: "✕";
color: #1f7b76;
font-weight: 700;
}

.faq_new_sec .faq-toggle::before {
content: "+";
font-weight: 700;
}
.faq_new_sec .faq_content_wrapper{
width: 800px;
max-width: 100%;

}
.faq_new_sec  .we_got{
color: #1f7b76;
}
.form_section_format .column_inputing .js-form-type-tel #edit-phone-number{
 margin-bottom: 0px!important;
}
.podcast_podcast .speaker_sessions .speaker_content p{
 margin-bottom: 20px;
}
/* =========@media_start============ */
@media (max-width:1500px){
.snapshot_heading{
font-size: 40px;
}
.speaker_sessions .speaker_content p,
.podcast_podcast .Conference_Format_4 .speaker_content ul li{
font-size: 18px;
}
.faq_new_sec .faq-title,
.snapshot_heading{
font-size: 32px;
}
}
@media (max-width:1199px){
.podcast_podcast .speaker_sessions .speaker_content h3{
font-size: 32px;
}
.padcast_music_section .podcast_box{
  border-radius: 20px;
}
.form_section_format img{
 object-fit: contain;
}
}
@media (max-width:767px){
.podcast_music_heading,
.podcast_text{
text-align: center;
}

.podcast_podcast .speaker_img{
  margin:  20px auto;
  height: auto;
}
.podcast_text{
 margin-bottom: 20px;
}
.podcast_music_icon{
margin:  10px auto;
}

}
@media  (max-width:575px){
.faq_new_sec  .faq-title{
font-size: 1.5rem;
}
.faq_new_sec .faq-question{
font-size: 18px;
font-weight: 700;
}
.podcast_music_heading{
font-size:32px;
}
.podcast_podcast .speaker_sessions .speaker_content h3{
text-align: center;
}
.padcast_music_section .podcast_box{
padding: 25px;
}
.podcast_music_icon{
 padding: 15px;
}
}

/* https://www.health2conf.com/post-show-report */

.post-show-report_post-show-report .single-featured-image-header .top_panel_image_header h1{
 font-weight: 700;
 margin-bottom: 20px;
 font-size: 40px;
}
.connect_engage_section{
 padding: 70px 0px;
}
.connect_engage_section .section-title{
 color: var(--theme-color);
 margin-bottom: 20px;
 font-size: 40px;
 font-weight: 700;
 text-align: center;
}
.connect_engage_section .connect_engage p{
 font-size: 20px;
}

.facts-box {
max-width: 1460px;
margin: 0 auto;
border-radius: 50px;
background: #F4F0F1;
}

.facts-title {
color: var(--theme-color);
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 58px; 
}

.fact-number {
color: var(--theme-color);
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 44px; 
letter-spacing: 0.44px;
}

  .fact-label {
color: #000;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px; 
letter-spacing: 0.2px;
}
.facts-box {
padding: 30px;
}


 /* Post‑Show Highlights */


.podcast_highlights {
background-color: #fff;
}

.podcast_highlights  .page-title {
color: var(--theme-color);
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 58px; 
}
#editionTabs{
display: flex;
padding: 16px;
align-items: center;
gap: 16px;
border-radius: 24px;
background: #F7F7F7;
justify-content: center;
margin: 0;
max-width: 440px;
margin: 20px auto;
}
.podcast_highlights  .nav-editions .nav-link {
border-radius: 16px;
border: 1px solid var(--brand, #ff2b5f);
color: var(--brand, #ff2b5f);
background: #fff;
font-weight: 600;
 padding: 16px;
}
.podcast_highlights  .day-pills{
max-width: 450px;
border-radius: 24px;
background: #F7F7F7;
padding: 16px;
display: flex;
gap: 16px;
justify-content: space-between;
}
.podcast_highlights  .nav-editions .nav-link.active {
color: #fff;
background: var(--theme-color);

}

.podcast_highlights .day-pills .nav-link {
border-radius: 8px;
background: var(--theme-color);
color: #fff;
padding: 16px;
min-width: 120px;
text-align: center;
font-weight: 600;
}

.podcast_highlights .day-pills .nav-link.active {
background: #fff;
border: 1.5px solid var(--theme-color);
color: var(--brand, #ff2b5f);
box-shadow: 0 8px 20px -16px rgba(255, 43, 95, 0.5);
border-radius: 8px;

}

.podcast_highlights .content-card {
border-radius: 24px;
background: #F7F7F7;
}
.podcast_highlights .content-card .card-body h5{
  color: #000;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.podcast_highlights .content-card .card-body p{
  color: #676767;
  text-align: justify;

}
.podcast_highlights .download-btn {
background: var(--theme-color);
border-color: var(--theme-color);
}

.podcast_highlights .download-btn:hover {
background: #e32453;
border-color: #e32453;
}

.podcast_highlights .selection-label {
color: #6c757d;
}
.podcast_highlights .tab-content{
  padding: 0px;
}
/* ========faq-post-show-report======= */
.custom-accordion .acc-title {
cursor: pointer;
padding: 10px 15px;
background-color: #f9fafb;
border-bottom: 1px solid #e5e7eb;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 600;
color: #1f2937;
transition: background-color 0.2s ease;
}
.custom-accordion .acc-title p{
  margin-bottom: 0px;
}
.custom-accordion .acc-title:hover {
background-color: #f3f4f6;
}
.custom-accordion .acc-title.active {
background-color: #F3265A;
color: #000;
}
.custom-accordion .acc-card{
border-radius: 15px;
border: 1px solid #CACACA;
margin-bottom: 10px;
overflow: hidden;
}
.custom-accordion .acc-panel {
padding: 10px 15px;
color: #4b5563;
background-color: #ffffff;
border-bottom: 1px solid #e5e7eb;
display: none;
}

.custom-accordion .acc-card:last-child .acc-title {
border-bottom: none;
}
.custom-accordion .acc-arrow {
transition: transform 0.3s ease;
}
.custom-accordion .acc-title.active .acc-arrow {
transform: rotate(180deg);
}

/* show_report_form_wrapper */
.post-show-report_post-show-report .show_report_form_wrapper{
  padding: 60px 0px;
  background: #810020;
  background: url(https://www.education2conf.com/topexpo/pastAwardee/Fueld/Rectangle_health.png) no-repeat right top / cover;
  border-radius: 40px;
}
.post-show-report_post-show-report #post-report-show .what_we_do h2,
.post-show-report_post-show-report  #post-report-show .what_we_do p{
  color: #fff!important;
  text-align: start!important;
}
.post-show-report_post-show-report .what_we_do{
  padding: 0px 20px;
}
.post-show-report_post-show-report .form-actions input{
  background: #000;
  border-radius: 8px;
}
.post-show-report_post-show-report .form-textarea, 
.post-show-report_post-show-report .form-email, 
.post-show-report_post-show-report .form-tel, 
.post-show-report_post-show-report .form-url, 
.post-show-report_post-show-report .form-text{
    padding: 16px 24px;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 10px!important;
    border: transparent;
}
.post-show-report_post-show-report .show_report_form_wrapper_form{
 max-width: 616px;
}
.post-show-report_post-show-report .what_we_do h2{
  font-size: 40px;
}
.post-show-report_post-show-report .iti--allow-dropdown input, .iti--allow-dropdown input[type="tel"]{
  margin-bottom: 10px!important;
}
/* @media */
/* .post-show-report_post-show-report .what_we_do h2, */
.post-show-report_post-show-report .what_we_do p{
  color: #fff!important;
   text-align: start!important;
}
.post-show-report_post-show-report .what_we_do{
  padding: 0px 20px;
}
.post-show-report_post-show-report .form-actions input{
  background: #000;
  border-radius: 8px;
}
.post-show-report_post-show-report .form-textarea, 
.post-show-report_post-show-report .form-email, 
.post-show-report_post-show-report .form-tel, 
.post-show-report_post-show-report .form-url, 
.post-show-report_post-show-report .form-text{
    padding: 16px 24px;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 10px!important;
    border: transparent;
}
.post-show-report_post-show-report .show_report_form_wrapper_form{
 max-width: 616px;
}
.post-show-report_post-show-report .what_we_do h2{
  font-size: 40px;
}
.post-show-report_post-show-report .iti--allow-dropdown input, .iti--allow-dropdown input[type="tel"]{
  margin-bottom: 10px!important;
}

.post-show-report_post-show-report .section-pad{ padding:64px 0; }
.post-show-report_post-show-report .report-block.dark{ background:#07201f; color:#fff; }
.post-show-report_post-show-report .report-block.light{
   background:#fff;
    color:#2b2230;
   }
.post-show-report_post-show-report .text-accent{
   color:var(--theme-color);
   font-size: 40px;
   font-weight: 700;
   }


.post-show-report_post-show-report .report-block ul.day-pills{
background: #F7F7F7;
max-width: 500px;
display: flex;
justify-content: space-around;
align-items: center;
border-radius: 12px;
padding: 10px;
}
.post-show-report_post-show-report .report-block ul.day-pills li span{
 display: block;
}
.post-show-report_post-show-report .btn-accent{
background:var(--theme-color);
color:#fff; 
border:none;
padding:10px 18px;
border-radius:10px;
}
.post-show-report_post-show-report .btn-accent:hover{ filter:brightness(.95); color:#fff; }

/* Tabs (day pills) */
.post-show-report_post-show-report .day-pills .nav-link{

padding:9px 16px;
font-weight:600;
background:#fff; 
color:#3d3350;
box-shadow:0 10px 22px rgba(0,0,0,.08);
}
.post-show-report_post-show-report  .day-pills .nav-link{
  background: #f7f7f7;
  color: #000000;
  border-radius: 10px;
  }
.post-show-report_post-show-report .day-pills .nav-link.active{
  background:var(--theme-color); color:#fff;
  /* box-shadow:0 12px 24px rgba(255,45,109,.35); */
}
.post-show-report_post-show-report .section-pad.dark p{
  color: #fff;
}
.post-show-report_post-show-report .section-pad.dark #usa-day1 p{
  color: #000;
} 
/* Card + video */
.post-show-report_post-show-report .report-card{
  border:0; border-radius:16px; background:#fff;
  box-shadow:0 18px 38px rgba(0,0,0,.18);
}
.post-show-report_post-show-report .video-frame{
  border-radius:13px; overflow:hidden; border:6px solid #fff;
  box-shadow:0 10px 24px rgba(0,0,0,.25);
}
.post-show-report_post-show-report .eyebrow{ 
font-weight:700; 
font-size:24px;
letter-spacing:.02em;
color:var(--theme-color);

}
.post-show-report_post-show-report .card-body .eyebrow p {
   
  color:#000;
}

@media (max-width: 991px) {
  .post-show-report_post-show-report .single-featured-image-header .top_panel_image_header h1,
  .connect_engage_section .section-title,
  .post-show-report_post-show-report .what_we_do h2,
  .podcast_highlights .page-title,
  .facts-title,
  .post-show-report_post-show-report .what_we_do h2,
  .fact-number{
    font-size: 32px;
  }
   .post-show-report_post-show-report .what_we_do h2{
    font-size: 32px!important;
   }
.facts-title{
  text-align: center;
 }
 .connect_engage_section .connect_engage p,
 .fact-label{
  font-size: 18px;
 }
}

@media (max-width: 767px) {
  .post-show-report_post-show-report .single-featured-image-header .top_panel_image_header h1,
  .connect_engage_section .section-title,
  .post-show-report_post-show-report .what_we_do h2,
  .podcast_highlights .page-title,
  .facts-title,
  .post-show-report_post-show-report .what_we_do h2,
  .fact-number{
    font-size: 24px;
  }
.post-show-report_post-show-report .what_we_do h2{
  font-size: 24px!important;
}
 .connect_engage_section .connect_engage p,
 .fact-label{
  font-size: 16px!important;
 }
 .podcast_highlights .day-pills{
  margin: 0 auto;
 }
}

@media (max-width: 575px) {
 .post-show-report_post-show-report .form-actions input{
  font-size: 11px!important;
 }
 .post-show-report_post-show-report .what_we_do h2{
   font-size: 22px!important;
 }
 .post-show-report_post-show-report .show_report_form_wrapper{
  background-position: center;
 }
 .slider_one{
  padding: 40px 0px;
 }
 .podcast_highlights .page-title,
 .facts-title{
  font-size: 32px;
  line-height: normal;
 }
 
}
/* ============= Mobile App Page CSS Start ============== */

.mobile-app-hero {
  background: #fafafa;
  padding: 4rem 0;
}

.mobile-app-hero h2 {
  color: var(--main-color);
  font-size: 40px;
  font-style: normal;
  margin-bottom: 30px;
}

.mobile-app-hero .text-gradient {
  background: var(--theme-color);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mobile-app-hero .lead {
  color: #444;
  text-align: justify;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.mobile-app-hero .store-badges a {
  display: inline-block;
  text-decoration: none;
}

.mobile-app-hero .store-badges img {
  height: auto;
  width: auto;
}

.mobile-app-hero .store-badges a + a {
  margin-left: 12px;
}

/* USP Section */
.mobile-app_mobile-app .new_ur_usp h3 {
  color: #111;
  text-align: justify;
  font-size: 24px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 500;
}

.mobile-app_mobile-app .new_ur_usp p {
  color: #444;
  text-align: justify;
  font-size: 20px;
}

.hero-img-wrap {
  max-width: 500px;
  margin: 0 auto;
}

.mobile-app_mobile-app .new_ur_usp {
  padding-top: 0px;
}

.mobile-app_mobile-app .new_ur_usp .usp_box {
  border: 2px solid var(--theme-color);
  padding: 40px;
}

/* ===================== Steps Section ===================== */

.gs-steps {
  background: #f8fafc;
}

.gs-steps .gs-lead {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-weight: 500;
  font-size: 20px;
}

.gs-steps-row {
  position: relative;
  margin-bottom: 50px;
}

.gs-steps-row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7%;
  right: 7%;
  height: 2px;
  background: #000;
  transform: translateY(-50%);
  z-index: 1;
}

/* Circular Card */
.gs-step {
  position: relative;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 36px 16px 20px;
  color: #fff;
  z-index: 2;
  background: linear-gradient(270deg, var(--theme-color) 0%, #100233 100%);
  border: 6px solid #ffffff;
  box-shadow: 0 0 0 1px #000000;
}

/* Step Badge */
.gs-step-badge {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #100233;
  border-radius: 999px;
  font-weight: 600;
  font-size: 12px;
  padding: 6px 10px;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.gs-step-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.gs-step-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.4;
  max-width: 230px;
  margin: 0 auto;
}

.app_link {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.app_link a {
  color: var(--theme-color);
}

.steps h2 {
  color: #1c095c;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mobile-app_mobile-app .testimonial-section {
  padding: 50px 0px;
}

/* ================= Form Section ================= */

.mobile_app_form {
  background: #fafafa;
}

.mobile_app_input {
  margin-bottom: 20px;
}

.form_wrapper_mobile {
  padding: 50px;
}

.mobile_app_form .form_wrapper_mobile h4 {
  color: var(--theme-color);
  margin-bottom: 30px;
  font-family: Urbanist;
  font-size: 40px;
  font-weight: 600;
}
.mobile-app_mobile-app .banner_caption p{
 font-size: 18px;
 max-width: 1000px;
 margin: 10px auto; 
}
.mobile_app_form .form_wrapper_mobile input,
.mobile_app_form .form_wrapper_mobile textarea,
.mobile_app_form .form_wrapper_mobile select {
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 20px;
  font-size: 16px;
}
.mobile_app_form .form_wrapper_mobile select{
    padding: 0px;
}
.mobile_app_form .form_wrapper_mobile p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.mobile_app_form .form_wrapper_mobile input[type="submit"] {
  background: var(--theme-color);
}
/* ================= App Attending Sessions (Scoped CSS) ================= */

.app_attending_sessions {
  color: #0f172a; 
}


.app_attending_sessions .app-title {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-size: 32px; 
}



.app_attending_sessions .gradient-title {
  background: var(--theme-color);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app_attending_sessions .copy-muted {
color: #444;
font-size: 20px;
font-weight: 400;
line-height: 30px; 
letter-spacing: -0.2px;
}

/* Button */
.app_attending_sessions .btn-app {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  border-radius: 999px;
  padding: 10px 14px; 
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
}

.app_attending_sessions .btn-app:hover {
  background: rgba(242, 24, 79, 0.08);
  color: var(--theme-color);
}

.app_attending_sessions .btn-app .icon-circle {
  width: 26px;
  height: 26px;
  margin-left: 8px; 
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  color: #fff;
  transition: transform 0.2s ease;
  font-size: 14px; 
}

.app_attending_sessions .btn-app:hover .icon-circle {
  transform: translateX(2px);
}

/* Features */
.app_attending_sessions .feature + .feature {
  padding-top: 16px; 
}

.app_attending_sessions .feature h5 {
color: #000;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 34px;
}
 .mobile-app_mobile-app .new_ur_usp .usp_box img{
background: #1f7b76;  
border-radius: 10px;
padding: 10px;
}
.mobile-app_mobile-app .new_ur_usp button{
    background: var(--theme-color);
}
.gs-steps h2 {
    font-size: 40px;
    font-weight: 700;
}
/* ================= Responsive ================= */

@media screen and (max-width: 1500px) {
  .mobile-app-hero h2,
  .connect_engage_section .section-title,
  .mobile_app_form .form_wrapper_mobile h4,
  .mobile-app_mobile-app .testimonial-section .what_we_do h2,
  .mobile-app_mobile-app .slider_one h3,
  .gs-steps h2 {
    font-size: 32px;
  }

  .mobile-app-hero .lead,
  .connect_engage_section .connect_engage p,
  .mobile-app_mobile-app .new_ur_usp p,
  .gs-steps .gs-lead,
  .app_attending_sessions .copy-muted {
    font-size: 18px;
  }

  .mobile-app-hero .store-badges img {
    max-width: 200px;
  }

  .mobile-app_mobile-app .new_ur_usp h3 {
    font-size: 22px;
  }

  .mobile-app_mobile-app .new_ur_usp .usp_box {
    padding: 30px;
  }
  .app_link{
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  /* .gs-step {
    height: 295px;
  } */
.gs-steps-row::before{
    display: none;
}
  .mobile-app_mobile-app .new_ur_usp .usp_box {
    padding: 20px;
  }
}
@media screen and (max-width:991px) {
  .app_attending_sessions .left-col {
    padding-right: 32px; 
  }
  .app_attending_sessions .right-col {
    padding-left: 32px; 
  }
   .app_attending_sessions .app-title {
    font-size: 36px; 
  }
  .app_attending_sessions .feature h5{
    font-size: 24px;
  }
  .form_wrapper_mobile{
    padding: 30px;
  }
  .app_attending_sessions .right-col{
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .gs-step {
    height: 350px;
  }

  .contactform-bg.rounded {
    padding: 20px;
  }

  #app-cta .app-title {
    text-align: center;
  }
  .form_wrapper_mobile{
    padding: 20px;
  }
}

@media (max-width: 575px) {

    .mobile-app-hero h2,
  .connect_engage_section .section-title,
  .mobile_app_form .form_wrapper_mobile h4,
  .mobile-app_mobile-app .testimonial-section .what_we_do h2,
  .mobile-app_mobile-app .slider_one h3,
  .gs-steps h2 {
    font-size: 30px;
    line-height: normal;
  }
  .mobile-app-hero h2,
  .gs-steps h2 {
    text-align: center;
    font-size: 24px;
  }

  .mobile-app_mobile-app .new_ur_usp h3 {
    text-align: center;
  }

  .form_wrapper_mobile {
    font-size: 20px;
  }

  .mobile-app-hero .store-badges a + a {
    margin-left: 0;
    margin-top: 0.75rem;
  }

  .mobile-app-hero .hero-img-wrap {
    text-align: center;
  }

  .mobile-app-hero .hero-img {
    max-width: 560px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 60px rgba(0, 0, 0, 0.25));
  }

  .mobile-app-hero {
    padding: 2.5rem 0;
  }
   .app_attending_sessions .app-title {
    text-align: center;
    font-size: 24px; 
  }

  .app_attending_sessions .copy-muted {
    text-align: justify;
  }
  .mobile_app_form .form_wrapper_mobile input[type="submit"]{
    font-size: 16px!important;
  }
}

/* ============= Mobile App Page CSS End ============== */
/* ===== times-square_times-square ===== */

.times-square_times-square .container {
    max-width: 1460px;
    margin: 0 auto;
}

.times-square_times-square{
     font-family: "Manrope", sans-serif;
}
/* ===== Top Bar ===== */
.times-square_times-square .top-bar {
    border: 1px solid #bde3ff;
    background: #fff;
    padding: 10px 0;
}

.times-square_times-square .fueld-logo img {
    width: 100%;
    max-width: 200px;
}
.times-square_times-square .my_navbar{
    display: none!important;
}
.times-square_times-square .conference-info {
    font-size: 13px;
    line-height: 1.4;
    color: #000;
}

.times-square_times-square .conference-info strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.times-square_times-square .reserve-btn {
    background: linear-gradient(96deg, #1f7b76 23.59%, #060a0a 96.34%);
    color: #fff;
    border-radius: 50px;
    font-weight: 400;
    padding: 15px;
    border: none;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
    font-size: 16px;
}
.times-square_times-square .reserve-btn span{
    width: 40px;
    display: flex;
}
.times-square_times-square .reserve-btn span svg{
    width: 100%;
}
.times-square_times-square .reserve-btn:hover {
    background: linear-gradient(90deg, #6a33e0, #9236f0);
    color: #fff;
}

.times-square_times-square .reserve-btn i {
    margin-left: 8px;
    font-size: 14px;
}

/* ===== Live Bar ===== */
.times-square_times-square .live-wrapper {
    overflow: hidden;
    background: #000;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.times-square_times-square .live-bar {
    display: flex;
    white-space: nowrap;
    animation: marquee 15s linear infinite;
}

.times-square_times-square .live-bar span {
    display: inline-block;
    margin: 0 30px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 22px;
}

.times-square_times-square .live-bar span::after {
    content: "•";
    color: #ff0000;
    margin-left: 10px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.times-square_times-square .live-wrapper:hover .live-bar {
    animation-play-state: paused;
}

/* ===== Hero Section ===== */
.times-square_times-square .hero-section {
    background: linear-gradient(96deg, #1f7b76 23.59%, #060a0a 96.34%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.times-square_times-square .hero-section .content {
    max-width: 800px;
}

.times-square_times-square .hero-section h1 {
    color: #FFF;
    font-family: Manrope;
    font-size: 48px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    text-align: start;
}

.times-square_times-square .hero-section h1 span {
    display: block;
}

.times-square_times-square .hero-section p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 30px;
    font-weight: 300;
    color: #fff;
    text-align: start;
}

.times-square_times-square .hero-section .link-label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 40px;
}

.times-square_times-square .hero-section .rectangle {
    width: 15px;
    height: 3px;
    background-color: #00C6FF;
    margin-right: 8px;
    border-radius: 5px;
}

.times-square_times-square .hero-section .actions {
    display: flex;
    gap: 20px;
    justify-content: start;
    flex-wrap: wrap;
}

.times-square_times-square .hero-section .btn {
    text-decoration: none;
    padding: 15px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s, border-color 0.3s;
    font-weight: 400;
    
}

.times-square_times-square .hero-section .arrow-icon {
    margin-left: 10px;
    width: 40px;
    display: flex;
}
.times-square_times-square .hero-section .arrow-icon svg{
    width: 100%;
}
.times-square_times-square .hero-section .primary-btn {
    background-color: black;
    color: white;
    border: 1px solid transparent;
}

.times-square_times-square .hero-section .primary-btn:hover {
    background-color: #222;
}

.times-square_times-square .hero-section .secondary-btn {
    background: transparent;
    color: white;
    border: 1px solid white;
}

.times-square_times-square .hero-section .secondary-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* ===== Where Million Section ===== */
.times-square_times-square .where_million {
    padding: 50px 0;
}

.times-square_times-square .where_million h2 {
    text-align: center;
    font-family: Manrope;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -0.96px;
    background: linear-gradient(90deg, #1f7b76 0%, #000000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.times-square_times-square .where_million p {
    font-size: 20px;
}

/* ===== Stats Section ===== */
.times-square_times-square .stats-section {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.times-square_times-square .stats-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.times-square_times-square .stat-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 270px;
    border-radius: 50%;
   background: linear-gradient(96deg, #1f7b76 23.59%, #060a0a 96.34%);
    color: white;
    text-align: center;
   
    border: 1px dotted rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 8px rgba(100, 100, 255, 0.2);
}

.times-square_times-square .icon-container {
    position: absolute;
    top: -40px;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 50%;
    background: #1f7b76;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
    border: 8px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.times-square_times-square .stat-number {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 5px;
}

.times-square_times-square .stat-label {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

/* ===== Big Apple Section ===== */
.times-square_times-square .big_apple {
    background: #fff;
    text-align: center;
}

.times-square_times-square .big_apple span {
    font-family: Manrope;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: -2px;
    background: linear-gradient(96deg, #1f7b76 23.59%, #060a0a 96.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    display: flex;
}

.times-square_times-square .big_apple span::after {
    display: none;
}

.times-square_times-square .big_apple span strong  {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    border-radius: 50%;
    padding: 4px;
    width: 60px;
    height: 60px;
    margin: 20px;
}
.times-square_times-square .big_apple span strong img{
    width: auto;
}
.times-square_times-square .big_apple_section {
    padding: 40px 0;
}

/* ===== Packages Section ===== */
.times-square_times-square .packeges_section .package-card {
    border-radius: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: white;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #000;
}

.times-square_times-square .packeges_section .package-header {
    background-color: #000;
    padding: 20px;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
}

.times-square_times-square .packeges_section .package-body {
    background: linear-gradient(96deg, #1f7b76 23.59%, #060a0a 96.34%);
    padding: 30px;
    flex-grow: 1;
    border-radius: 40px 40px 0 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.times-square_times-square .packeges_section .price {
    font-size: 60px;
    font-weight: 600;
    display: flex;
    justify-content: end;
    align-items: end;
}

.times-square_times-square .packeges_section .one-time {
    font-size: 18px;
    display: block;
}

.times-square_times-square .packeges_section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.times-square_times-square .packeges_section li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.home-new_home-new .iti--separate-dial-code .iti__selected-flag,
.times-square_times-square .iti--separate-dial-code .iti__selected-flag{
    height: 50px;
}
.times-square_times-square .packeges_section .included li::before {
    content: '';
    margin-right: 10px;
    width: 25px;
    height: 20px;
    background-image: url(https://www.education2conf.com/topexpo/pastAwardee/Fueld/tick.svg);
    background-repeat: no-repeat;
}
.times-square_times-square .form_padding h2{
text-align: left;
color: #1f7b76;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 48px;
letter-spacing: -0.96px;
}
.times-square_times-square .form_padding p{
color: #444;
text-align: justify;
margin-bottom: 20px;
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 400;
}
.times-square_times-square .contactform-bg,
.times-square_times-square .contactform-bg .form_image{
    border: 0px;
    border-radius: 0px!important;
    height: 100%;
    object-fit: cover;
}
.times-square_times-square .packeges_section .arrow{
    width: 40px;
    height: auto;
}
.times-square_times-square .packeges_section .arrow svg{
 width: 100%;
}
.times-square_times-square .home_form_section{
    padding: 0px!important;
}
.times-square_times-square .packeges_section .not-included li::before {
    content: '';
    margin-right: 10px;
    width: 25px;
    height: 20px;
    background-image: url(https://www.education2conf.com/topexpo/pastAwardee/Fueld/cross.svg);
    background-repeat: no-repeat;
}

.times-square_times-square .packeges_section .package-btn {
    background-color: #000;
    color: white;
    padding: 14px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s;
}

.times-square_times-square .packeges_section .arrow {
    margin-left: 10px;
    font-size: 1.2em;
    line-height: 1;
}
.times-square_times-square .image_figure{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.times-square_times-square .image_figure img{
    height: 100%;
    display: block;
    object-fit: cover;
}
.times-square_times-square #my_nav{
 display: none!important;
}

.times-square_times-square .faq-container {
width: 100%;
background: var(--bg-color);
padding: 40px 30px;
border-radius: 12px;
position: relative;
margin-top: 50px;
}

.times-square_times-square  .faq-container::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 1px;
border-right: 2px dashed var(--shadow-line-color);
opacity: 0.5;
pointer-events: none;
}

.times-square_times-square   .faq-title {
text-align: center;
font-family: Manrope;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 58px; 
letter-spacing: -0.96px;
background: linear-gradient(96deg, #1f7b76 23.59%, #060a0a 96.34%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.times-square_times-square  .faq-item {
border-bottom: 1px solid var(--line-color);
}

.times-square_times-square   .faq-item:last-child {
border-bottom: none;
}

.times-square_times-square .faq-question {
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 0;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: color 0.3s ease;
}

.times-square_times-square .faq-question:hover {
color: var(--primary-color);
}

.times-square_times-square .arrow {
width: 16px;
height: 16px;
fill: var(--primary-color);
transition: transform 0.3s ease;
transform: rotate(0deg);
flex-shrink: 0;
margin-left: 15px;
}

.times-square_times-square .arrow.rotated {
transform: rotate(180deg);
}

.times-square_times-square .faq-answer {
display: none;
font-size: 1rem;
line-height: 1.6;
color: #666;
padding: 0 0 20px 0;
}

.times-square_times-square .faq-answer.open {
display: block;
}

.times-square_times-square .faq-final-text {
font-size: 1rem;
font-weight: 600;
color: var(--primary-color);
padding: 18px 0;
cursor: default;
}

.times-square_times-square .contactform-bg {
padding: 2rem;
}
.times-square_times-square .contactform-bg form > .row{
    margin: 0;
}
.times-square_times-square .form_padding {
    padding: 40px 100px 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.times-square_times-square .active{
    color: #1C095C;
}
/* ===== Responsive ===== */
/* ===== Responsive ===== */
@media (max-width: 1500px) {
   .times-square_times-square  .stat-card {
        margin-top: 50px;
    }
   .times-square_times-square  .hero-section h1,
   .times-square_times-square  .where_million h2,
   .times-square_times-square .faq-title,
   .times-square_times-square .form_padding h2{
        font-size: 40px;
    }
   .times-square_times-square  .hero-section .btn{
        font-size: 16px;
        padding: 10px 15px;
    }
   .times-square_times-square  .where_million h2{
        margin-bottom: 20px;
    }
   .times-square_times-square  .where_million p{
        font-size: 18px;
    }
  .times-square_times-square   .stat-number{
        font-size: 32px;
    }
   .times-square_times-square  .big_apple span{
        font-size: 60px;
    }
   /* .times-square_times-square  .big_apple span strong img{
        width: 50px;
        height: 50px;
    } */
  .times-square_times-square   .packeges_section .price{
        font-size: 40px;
    }
   .times-square_times-square  .packeges_section .one-time{
        font-size: 14px;
    }
  .times-square_times-square   .packeges_section li{
        font-size: 16px;
    }
   .times-square_times-square  .packeges_section .package-btn{
        padding: 10px 15px;
        font-size: 16px;
    }
   .times-square_times-square  .live-bar span{
        font-size: 20px;
    }
}

@media (max-width: 991px) {
  .times-square_times-square   .hero-section h1 {
        font-size: 36px;
        line-height: 42px;
    }

   .times-square_times-square  .hero-section p {
        font-size: 1rem;
    }

  .times-square_times-square   .where_million h2,
 .times-square_times-square .faq-title,
  .times-square_times-square .form_padding h2 {
        font-size: 36px;
        line-height: 36px;
    }

   .times-square_times-square  .stats-section {
        flex-direction: column;
        align-items: center;
    }

  .times-square_times-square   .stat-card {
        width: 200px;
        height: 200px;
    }

   .times-square_times-square  .stat-number {
        font-size: 32px;
    }
   .times-square_times-square  .reserve-btn{
        font-size: 14px;
    }
    .times-square_times-square  .live-bar span{
        font-size: 18px;
    }
   .times-square_times-square  .icon-container{
        width: 70px;
        height: 70px;
        padding: 15px;
    }
    .times-square_times-square .big_apple span strong{
        margin: 10px;
    }
    .times-square_times-square .big_apple span strong{
        width: 50px;
        height: 50px;
    }
    .times-square_times-square .big_apple_section{
        padding: 10px 0px;
    }
}

@media (max-width: 767px) {
   .times-square_times-square  .hero-section h1 {
        font-size: 28px;
        line-height: 34px;
    }

   .times-square_times-square  .where_million h2,
   .times-square_times-square .faq-title,
   .times-square_times-square .form_padding h2 {
        font-size: 28px;
        line-height: 36px;
    }

   .times-square_times-square  .big_apple span {
        font-size: 60px;
        line-height: 64px;
    }

   .times-square_times-square  .packeges_section .price {
        font-size: 40px;
    }

   .times-square_times-square  .packeges_section .one-time {
        font-size: 16px;
    }

   .times-square_times-square  .packeges_section li {
        font-size: 16px;
    }
  .times-square_times-square   .stats-list{
        justify-content: center;
    }
   .times-square_times-square  .big_apple span{
        font-size: 40px;
        line-height: 40px;
    }
   .times-square_times-square  .packeges_section .package-header{
        font-size: 24px;
    }
    .times-square_times-square .reserve-btn span{
        width: 30px;
        display: flex;
    }
    .times-square_times-square .fueld-logo img{
        max-width: 150px;
        height: auto;
    }
    .times-square_times-square .reserve-btn:hover{
        margin-right: 0px;
    }
        .times-square_times-square .big_apple span strong {
        width: 40px;
        height: 40px;
    }
    .times-square_times-square .form_padding{
        padding: 40px;
    }
    /* .times-square_times-square .live-bar span{
        font-size: 16px;
    } */
}

@media (max-width: 480px) {
   .times-square_times-square  .hero-section h1 {
        font-size: 24px;
        line-height: 28px;
    }

   .times-square_times-square  .where_million h2,
  .times-square_times-square .faq-title,
   .times-square_times-square .form_padding h2 {
        font-size: 24px;
        line-height: 28px;
    }

   .times-square_times-square  .big_apple span {
        font-size: 40px;
        line-height: 44px;
    }

   .times-square_times-square  .packeges_section .price {
        font-size: 32px;
    }

  .times-square_times-square   .packeges_section .one-time {
        font-size: 14px;
    }

   .times-square_times-square  .packeges_section li,
  .times-square_times-square   .hero-section .btn {
        font-size: 14px;
    }
   .times-square_times-square  .hero-section .arrow-icon{
        width: 32px;
    }
    
   .times-square_times-square  .hero-section .actions{
        justify-content: center;
    }
   .times-square_times-square   .live-bar span{
        font-size: 16px;
    }
      .times-square_times-square   .where_million p {
        font-size: 16px;
        text-align: justify;
    }
    
}
@media (max-width: 400px) {
.times-square_times-square .reserve-btn span{
    display: none;
    
}
.times-square_times-square  .reserve-btn {
padding: 10px;
}
}




.page-health2conf.student-passes_student-passes label {
  color: #fff;
  padding: 8px;
}