/* health */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root{
  --main-bg-color:#0d8077;
  --main-color:#f8f8f8;
  --outer-color:#ffde00;
}
*{
  font-family: "Rubik", serif;
  
}
/********************************header***************/
.flash_header {
    margin-top: 40px;
}
.my_navbar {
  padding: 14px 0;
  
}
.my_navbar .container-d-flex {
  display: flex;
  justify-content: space-between;
}
.logo_and_add {
  display: flex;
  align-items: center;
}
.main-logo {
  width: 170px;
  max-width: 170px;
  display: inline-block;
}
.main-logo img{
  width: 170px;
  max-width: 170px;
  display: block;
  cursor: default;
}
/**************baneer****************/

.Flash_Banner_section{

  background-size: cover;
  height: 100%;
  /* display: flex;
  align-items: flex-end; */
    position: relative;
    padding-bottom: 0px;
}

h1{
  font-size: 58px;
line-height: 67px;
text-transform: uppercase;
color: var(--main-color);
font-weight: 500;

}

h1 strong{
  color: var(--main-bg-color)
}
.Flash_Banner_section p{
  max-width: 1162px;
font-size: 25px;
line-height: 33px;
color: var(--main-color);
font-weight: 500;

margin-bottom: 48px;
}


.discount{
  display: inline-flex;
  padding: 22px 44px;
  background:transparent;
  position: relative;
  border-radius: 32px;
  z-index: 11;
  transform: rotate(-6deg);
}
.discount::after{
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background:url('https://www.health2conf.com/sites/gfah.com/themes/contrib/gfah/images/offer_bg.png') no-repeat center center;
  background-size: contain;
  z-index: -1;
  transform: rotate(6deg);
}
.discount p{
  margin-bottom: 0;
}
.flash_discount_wrapper h2{
  font-size: 36px;
  text-transform: uppercase;
  color: var(--outer-color);
  font-weight: 500;
  text-align: center;
  line-height:1;
  margin: 0 0;
}
.flash_discount_wrapper span{
  font-size: 16px;
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: 500;
  text-align: right;
  display: block;
}
.flash_discount_wrapper  span{
  display: inline-block;
}

.flash_discount_wrapper  {
  padding-right: 32px;
}
.discount_wrapper2{
  padding-left: 32px;
  text-align: center;
  padding-right: 0;
}
.discount_wrapper2 p span{
 
  text-align: center;
}
.discount_wrapper2 p span.price{
 text-decoration: line-through;
}
.mt-40{
  margin-top:70px;
}
.register_wrapper {
  display: flex;
  align-items: center;
}
.register_wrapper a{
  font-size: 20px;
line-height: 33px;
text-transform: uppercase;
color: var(--main-color);
font-weight: 500;
background-color: var(--main-bg-color);
display: inline-block;
padding: 20px 30px;
border-radius: 36px;
text-decoration: none;
}
.register_wrapper p{
  font-size: 20px;
line-height: 25px;
color: var(--main-color);
font-weight: 400;
  margin: 0 0 0 16px;
}
.register_wrapper p span{
  color: var(--outer-color);
  font-weight: 400;
}
.flash_add_wrapper h4{
  font-size: 22px;
line-height: 18px;
color: var(--main-color);
font-weight: 500;
text-align: center;
margin-bottom: 10px;
position: relative;
z-index: 111;
}
.flash_add_wrapper h4 strong{
  color: var(--outer-color);
  font-weight: 600;

}
.dubai_wrap{
  background-color: var(--outer-color);
  border-radius: 16px;
}
.flash_add_wrapper p{
  font-size: 20px;
  line-height: 29px;
  color: #000000;
  font-weight: 400;
  text-align: center;
padding: 10px 22px;
background-color: var(--outer-color);
border-radius: 16px;
margin-bottom: 0;
position: relative;

}
.add_img{
position: absolute;
right: 0;
bottom: 0;
width: 400px;
max-width: 100%;
}
.contest_prize{
  position: fixed;
  right: 35px;
  top: 30%;
  z-index: 1111;
  display: flex;
    align-items: center;
    justify-content: center;
}
.contest_prize img {
  width: 140px;
  transform: scale(1.6);
  position: relative;
  z-index: 1;
}
.contest_btn_wrapper {
  display: flex;
  align-items: center;
  justify-content:center;
  margin-bottom: 8px;
 
}
.contest_btn_wrapper span {
  display: inline-block;
  padding: 5px 10px;
  background: #000;
  color: var(--main-color);
  font-size: 15px;
  line-height: 1.45;
  border-radius: 16px;
  margin: 0 5px;
  font-weight: 400;
}
.contest_prize_text {
  padding: 10px 16px;
  background: var(--main-color);
  position: relative;
  transition:  0.5s ease-out;
  width: auto;
display: none;
cursor: pointer;
}
.contest_prize:hover{
  right: 0px;
}
.contest_prize:hover> img+.contest_prize_text{ 

  display: block;

  transition:  0.5s ease-out;
}
.contest_prize_text::before{
  content: " ";
  position: absolute;
  height: 100%;
  width: 50px;
  background-color: var(--main-color);
  right: 100%;
  top: 0;
  z-index: -1;
}
.contest_prize_text p{
 font-size: 14px;
 margin-bottom: 0;
 line-height: 1.2;
 color: #000;
 text-align: right;
 padding-right: 32px;
}
.contest_btn_wrapper strong{
  color: var(--outer-color);
}
@media screen and (max-width: 1820px){
  .flash_add_wrapper p{z-index: 111;}
}
@media screen and (min-width: 1620px) {
  .container{
    max-width: 1550px;
    margin: 0 auto;
  }
 
}
@media screen and (min-width: 1400px) {
  .container{
    max-width: 1320px;
    margin: 0 auto;
  }
  
}


/* =========flesh-sale-css-start======== */
body.flash-sale-2024_flash-sale-2024 .timer_strip,
body.flash-sale-usa-2025_flash-sale-usa-2025 .timer_strip{
background-color: #1f7b76;
padding: 10px 0px;
}
body.flash-sale-2024_flash-sale-2024  p,
body.flash-sale-usa-2025_flash-sale-usa-2025  p{
font-weight: 500;
}
body.flash-sale-2024_flash-sale-2024 section.event-why-attend,
body.flash-sale-usa-2025_flash-sale-usa-2025 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 .event-intro h3::after,
body.flash-sale-usa-2025_flash-sale-usa-2025 .event-intro h3::after
{
display: none;
}



/* body.flash-sale-2024_flash-sale-2024  .main-footer,
body.flash-sale-usa-2025_flash-sale-usa-2025  .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,
body.flash-sale-usa-2025_flash-sale-usa-2025  .event-intro h2{
font-size: 50px;
text-transform: uppercase;
}
body.flash-sale-2024_flash-sale-2024 .about-ifah-wrapper h4,
body.flash-sale-usa-2025_flash-sale-usa-2025 .about-ifah-wrapper h4{
text-transform: uppercase;
margin-bottom: 30px;
}
body.flash-sale-2024_flash-sale-2024  figure.event-figur-img,
body.flash-sale-usa-2025_flash-sale-usa-2025  figure.event-figur-img{
max-width: 90%;
padding: 0px;
}
body.flash-sale-2024_flash-sale-2024 .btn-book-flash,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025 section .event-why-attend.attend-section h3{
font-weight: 600;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .webform-multiple-add.js-webform-multiple-add.container-inline .button.js-form-submit.form-submit{
 line-height: 1;
}
body.flash-sale-2024_flash-sale-2024 .events-vegas-img-wrapper,
body.flash-sale-usa-2025_flash-sale-usa-2025 .events-vegas-img-wrapper  {
padding-top: 20px;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .flash_button_class,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025  .faq_flash_sale .wrapper {
width: 100%;
}
body.flash-sale-usa-2025_flash-sale-usa-2025  .faq_flash_sale .wrapper h3 ~ p{
  margin-bottom: 30px;
}
body.flash-sale-usa-2025_flash-sale-usa-2025  .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,
body.flash-sale-usa-2025_flash-sale-usa-2025  .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,
body.flash-sale-usa-2025_flash-sale-usa-2025  .faq_flash_sale .question.active::after {
transform: rotate(90deg);
}

body.flash-sale-2024_flash-sale-2024  .faq_flash_sale .answercont,
body.flash-sale-usa-2025_flash-sale-usa-2025  .faq_flash_sale .answercont {
max-height: 0;
overflow: hidden;
transition: 0.3s;
}

body.flash-sale-2024_flash-sale-2024  .faq_flash_sale .answer,
body.flash-sale-usa-2025_flash-sale-usa-2025  .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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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, body.flash-sale-usa-2025_flash-sale-usa-2025 .explor_row_wrap {
    background-color: #00201b;
    padding: 15px;
}
body.flash-sale-2024_flash-sale-2024  .flash_explore img,
body.flash-sale-usa-2025_flash-sale-usa-2025  .flash_explore img{
height: 70px;
width: 70px;
padding: 12px;
}
body.flash-sale-2024_flash-sale-2024  .explor_wrappin,
body.flash-sale-usa-2025_flash-sale-usa-2025  .explor_wrappin{
display: flex;
justify-content: start;
align-items: center;
}
body.flash-sale-usa-2025_flash-sale-usa-2025  .flash_reviews_2025  .flash_explore  .explor_wrappin{
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;

}
body.flash-sale-2024_flash-sale-2024  .explor_wrappin h4,
body.flash-sale-usa-2025_flash-sale-usa-2025  .explor_wrappin h4{
font-size: 20px;
color: #fff;
}
body.flash-sale-2024_flash-sale-2024  .explor_wrappin p,
body.flash-sale-usa-2025_flash-sale-usa-2025  .explor_wrappin p{

color: #fff;
}
.explor_row_wrap p{
  color: #fff;
}
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3,
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 {
color: #00dab9;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
    /* font-family: "Abril Fatface", serif; */
}
section.event-why-attend.attend-section h3 strong{
   font-family: "Abril Fatface", serif;
   font-weight: 500;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section p {
color: #fff;
margin-bottom: 40px;
}
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 strong,
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 strong {
    font-weight: 600;
    background: #18322e;
}
body.flash-sale-2024_flash-sale-2024 .flash_explore,
body.flash-sale-usa-2025_flash-sale-usa-2025 .flash_explore {
background: #1b3430;
    border-radius: 15px;
    box-shadow: 0px 0px 0px #afa0a0;
    height: 100%;
    padding: 15px;
}
.primary_form1 {
    background: #1b3430;
    padding: 32px 16px;
    text-align: center;
}
.primary_form1 h3{
  text-align: center;
}
.primary_form1 p{
  text-align: center;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025 #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,
body.flash-sale-usa-2025_flash-sale-usa-2025  figure.event-figur-img::after{
display: none;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 .text_unordered li,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025  .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,
body.flash-sale-usa-2025_flash-sale-usa-2025  .Flash_Banner_part_8 .explor_wrappin,
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend  {
display: flex;
justify-content: space-between;
align-items: start;
flex-direction: column;
font-weight: 500;
height: 100%;
background: #00201b;
}
.flash-sale-2024_flash-sale-2024 .vedio_main_two .item .image_iframe,
.flash-sale-2025_flash-sale-2025 .vedio_main_two .item .image_iframe {
position: relative;
padding: 0px;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section .owl-carousel.owl-drag .owl-item,
.flash-sale-2025_flash-sale-2025 .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,
.flash-sale-2025_flash-sale-2025 .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,
.flash-sale-2025_flash-sale-2025 .vedio_main_two .item .image_wrapper img {
height: 100%;
object-fit: cover;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section .item .video_btn,
.flash-sale-2025_flash-sale-2025 .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;
background: #00201b;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section .item .video_btn,
.flash-sale-2025_flash-sale-2025 .enlightening_section .item .video_btn{
display: none;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section .center .item .video_btn,
.flash-sale-2025_flash-sale-2025 .enlightening_section .center .item .video_btn{
display: block;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section .item img.btn_play,
.flash-sale-2025_flash-sale-2025 .enlightening_section .item img.btn_play {
width: 60px;
height: 60px;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section .owl-item,
.flash-sale-2024_flash-sale-2024 .enlightening_section .owl-item{
filter: none;
}
.flash-sale-2024_flash-sale-2024 .owl-carousel .owl-nav button span,
.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,
.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,
.flash-sale-2025_flash-sale-2025 .owl-carousel .owl-nav button.owl-next{
right: 0;
}
.flash-sale-2024_flash-sale-2024 .vedio_slider_seal-of-legitimacy_seal-of-legitimacy,
.flash-sale-2025_flash-sale-2025 .vedio_slider_seal-of-legitimacy_seal-of-legitimacy{
position: relative;
}
.flash-sale-2024_flash-sale-2024  .light-grey-bg h2,
.flash-sale-2025_flash-sale-2025  .light-grey-bg h2{
font-size: 30px;
}
.flash-sale-2024_flash-sale-2024 .light-grey-bg h2:before,
.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,
.flash-sale-2025_flash-sale-2025  .owl-carousel .owl-nav button.owl-prev, 
.flash-sale-2025_flash-sale-2025 .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,
.flash-sale-2025_flash-sale-2025  .enlightening_section .owl-carousel.owl-drag .active .slider_content{
padding: 0px;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section p,
.flash-sale-2025_flash-sale-2025 .enlightening_section p{
margin: 0px;
font-size: 18px;
font-weight: 500;
padding: 6px;
}
.flash-sale-2024_flash-sale-2024 .enlightening_section p span,
.flash-sale-2025_flash-sale-2025 .enlightening_section p span{
color: #1f7b76;
font-weight: 600;
}
.flash-sale-2024_flash-sale-2024  .owl-item > div,
.flash-sale-2025_flash-sale-2025  .owl-item > div{
margin: 0;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .light-grey-bg h2,
.Flash_Banner_part_12 h3{
font-weight: 600;
font-family: "Abril Fatface", serif;
font-size: 48px;
}
.health_head {
    font-size: 48px;
    font-weight: 700;
    color: #00dab9;
    padding-bottom: 50px;
/*    font-family: "Abril Fatface", serif;*/
}
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,
.flash-sale-2025_flash-sale-2025  .strip h2 span,
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 span,
.flash-sale-2025_flash-sale-2025 .light-grey-bg h2 span,
.flash-sale-2025_flash-sale-2025 .Agenda_main-box section h2 span,
.Flash_Banner_part_10 h3 strong span,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4 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,
.flash-sale-2025_flash-sale-2025  .strip h2 span::before,
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 span::before,
.flash-sale-2025_flash-sale-2025 .light-grey-bg h2 span::before,
.flash-sale-2025_flash-sale-2025 .Agenda_main-box section h2 span::before,
.Flash_Banner_part_10 h3 strong span::before,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4 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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
.flash-sale-2025_flash-sale-2025  .strip h2 span::after,
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 span::after,
.flash-sale-2025_flash-sale-2025 .light-grey-bg h2 span::after,
.flash-sale-2025_flash-sale-2025 .Agenda_main-box section h2 span::after,
.Flash_Banner_part_10 h3 strong span::after,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4 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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4 h3 span::after{
right: -20px;
}
.flash-sale-2024_flash-sale-2024  .Agenda_main-box section h2:before,
.flash-sale-2025_flash-sale-2025  .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,
body.flash-sale-usa-2025_flash-sale-usa-2025  .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,
body.flash-sale-usa-2025_flash-sale-usa-2025 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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part_8 .explor_wrappin{
align-items: center;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part_8 .explor_wrappin p,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part_8 .explor_wrappin p,
.name_designation{
text-align: center;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 h3.sc_title {
  padding-left: 0;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .captcha {
  display: flex;
  justify-content: center;
  align-items: 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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .events-vegas-img-wrapper{
    height: 100%;
}
body.flash-sale-2024_flash-sale-2024 .events-vegas-img-wrapper img,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .btn-book-flash{
font-size: 15px;
padding: 10px 20px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h2,
body.flash-sale-usa-2025_flash-sale-usa-2025 .event-intro h2{
font-size: 40px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h3,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .about-ifah-wrapper h4,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Agenda_main-box section h2{
font-size: 20px;
}

body.flash-sale-2024_flash-sale-2024 .btn-book-flash span,
body.flash-sale-usa-2025_flash-sale-usa-2025 .btn-book-flash span{
font-size: 14px;
}
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 strong,
body.flash-sale-usa-2025_flash-sale-usa-2025 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 h4,
body.flash-sale-2024_flash-sale-2024 .flash_explore p,
body.flash-sale-usa-2025_flash-sale-usa-2025 .explor_wrappin h4,
body.flash-sale-usa-2025_flash-sale-usa-2025 .flash_explore p{
text-align: center;
margin-bottom: 10px;
}
.Flash_Banner_part7::before{
    right: 5%;
    }
}
@media screen and (max-width:992px){
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .flash_button_class,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part1 .flash_button_class{
justify-content: center;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .about-ifah-wrapper,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
body.flash-sale-usa-2025_flash-sale-usa-2025  .Flash_Banner_part1 .flash_imageer{
margin-top: 50px;
}
body.flash-sale-2024_flash-sale-2024 section.event-intro,
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-intro{
padding-top: 0px!important;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .flash_button_class,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part1 .flash_button_class{
margin-top: 60px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h3,
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,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4 p{
text-align: center;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::before,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4 h3 span::before{
left: -15px;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::after,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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;
display: none;
}
.Flash_Banner_part1 .btn-book-flash::before{
left: -35px;
}
.Flash_Banner_part_9 .btn-book-flash::before{
right: -33px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h3, body.flash-sale-usa-2025_flash-sale-usa-2025 .event-intro h3 {
  text-align: center;
}
}
@media screen and (max-width:768px){
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,
.flash-sale-2025_flash-sale-2025 .strip h2 span::before,
 body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 span::before,
  .flash-sale-2025_flash-sale-2025 .light-grey-bg h2 span::before,
   .flash-sale-2025_flash-sale-2025 .Agenda_main-box section h2 span::before, 
   .Flash_Banner_part_10 h3 strong span::before, body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4 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,
.flash-sale-2025_flash-sale-2025 .strip h2 span::after,
 body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 span::after,
  .flash-sale-2025_flash-sale-2025 .light-grey-bg h2 span::after,
   .flash-sale-2025_flash-sale-2025 .Agenda_main-box section h2 span::after, 
   .Flash_Banner_part_10 h3 strong span::after, body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4 h3 span::after{
right: -25px;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .flash_button_class,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part1 .flash_button_class{
flex-direction: column;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .buttonn_content_details,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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,
.flash-sale-2025_flash-sale-2025 .strip h2 span,
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 span, 
.flash-sale-2025_flash-sale-2025 .light-grey-bg h2 span, 
.flash-sale-2025_flash-sale-2025 .Agenda_main-box section h2 span
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4 h3 span,
.Flash_Banner_part_12 h3 span,
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3,
body.flash-sale-usa-2025_flash-sale-usa-2025 .paragraphing_wrapping strong{
font-size: 20px;
}
.flash-sale-2024_flash-sale-2024 .about-ifah-wrapper,
.flash-sale-2025_flash-sale-2025 .about-ifah-wrapper {
    padding-top: 40px;
}
 body.flash-sale-usa-2025_flash-sale-usa-2025 .about-ifah-wrapper {
  text-align: left;
}
}
@media screen and (max-width:575px){
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .buttonn_content_details,
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part1 .buttonn_content_details{
text-align: center;
}
body.flash-sale-2024_flash-sale-2024 figure.event-figur-img,
body.flash-sale-usa-2025_flash-sale-usa-2025 figure.event-figur-img{
max-width: 90%;
margin: 0 auto;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h2,
body.flash-sale-usa-2025_flash-sale-usa-2025 .event-intro h2 {
font-size: 26px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h3,
body.flash-sale-usa-2025_flash-sale-usa-2025 .event-intro h3 {
font-size: 18px;
text-align: center;
}
body.flash-sale-2024_flash-sale-2024 .about-ifah-wrapper h4,
body.flash-sale-usa-2025_flash-sale-usa-2025 .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:768px){
  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: #75b482;
  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;
}
.Flash_Banner_sect{
  height: 120vh!important;
}
div.mt-40{
  position: relative;
  z-index: 11;
}
.Flash_Banner_section h1{
  font-weight: 600;
  line-height: 1.55;
  font-size: 48px;
}
.uniqueness_content .register_wrapper {
  justify-content: center;
}
.uniqueness_content .register_wrapper  a.get_in{
  font-weight: 500;
  line-height: 1.2;
  font-size:32px;color: #000;
  background: rgb(0,218,185);
background: linear-gradient(279deg, rgba(0,218,185,1) 20%, rgba(255,255,255,1) 100%);
}
.uniqueness_section_card_box p {
    text-align: left;
}
.flash_overlay .conf_date_list li {
  color: #00dab9;
  font-size: 20px;
  line-height: 1.45;
  border-width: 0;
}
.agenda .tabs-list>li {
    border: 1px solid #00dab9;
}
.agenda  .nav-tabs.tabs-list>li.active>a{
background: #00dab9;
}
.tabs-list>li.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid #00dab9;
    border-left: 12px solid transparent;
}

body.flash-sale-usa-2025_flash-sale-usa-2025 h3.sc_title {
    padding-left: 0;
    color: #00b99d;
    font-family: "Abril Fatface", serif;
    font-size: 48px;
    line-height: 1.2;
}
.light-grey-bg {
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 30%);
    background: #00b99d3b;
}
.light-grey-bg h2{
  color: #00bda0;
  font-weight: 700;
  font-family: "Abril Fatface", serif;
}
.timeline {
    height: 70vh;
    overflow: auto;
}

.timeline p {
    color: #000;
}
/*******************custom-css-fore-flase-css******************************/
.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_section{
    background-size: cover;
    background: unset;
  
}
.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_section h1{
  font-size: 35px;
  line-height: 1.2;
  

}
.flash-sale-usa-2025_flash-sale-usa-2025 .light-grey-bg h2:before{
  height: 0px;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .mynav{
  background: #000;
}

.Flash_Banner_section .conf_date_list {
    padding-left: 0px;
    margin-bottom: 0;
}
.Flash_Banner_section .conf_date_list li:before {
    content: none;
}
/*.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_section video{
  height: 100vh;
max-height: 100vh;
}*/
.Flash_Banner_section {
    background: unset;
    background-size: cover;
    height: 100%;
    position: relative;
    padding-bottom: 0px;
}
.discount.noafter.text-center {

    background: #02211c;
    padding: 16px 32px 16px 16px;
}
.agenda p{
  font-size: 22px;
}
.agenda .tab-content p{
font-size: 18px;
}
.agenda .tab-content .tabs-list>li a {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    
}
.agenda .nav-tabs.tabs-list>l{
  border-radius: 0;
}
.agenda .nav-tabs.tabs-list>li.active{
  border-color: #000;
}
.agenda .nav-tabs.tabs-list>li>a{
background: #000;
  color: #fff;
}
.agenda .nav-tabs.tabs-list>li.active>a {
   color: #000;
}
.agenda .timeline ul li .content span.time-content {
    display: inline-block;
    font-size:25px;
    line-height: 1.2;
    color: #1f7b76;
    font-weight: 500;
    margin-bottom: 4px;
}
.agenda .timeline ul li:before {
    background: #00dab9;
    border: 2px solid #00dab9;
}
.agenda  .timeline ul li {
    background: #595959;
}
.agenda .tabs-list>li a span {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
}
.flash-sale-2025_flash-sale-2025 .light-grey-bg h2{
  font-size: 60px;
  color: #00bda0;
  font-weight: 500;
}
body.flash-sale-2024_flash-sale-2024 .landing_page_2025_5  p,
body.flash-sale-usa-2025_flash-sale-usa-2025 p,
body.flash-sale-usa-2025_flash-sale-usa-2025 .landing_page_2025_5  p {
    font-weight: 400;
    font-size: 24px;
}
.sc_team_item_title {
    color: #282828;
    font-size: 25px;
}
.landing_page_2025_5  .sc_team_item_info h6 {
    padding: 12px;
    font-size: 20px;
    color: #0d0d0d;
    margin-bottom: 16px;
    padding-top: 5px;
    line-height: 1.45;
    font-weight: 400;
}
.health-timing{
  background: #000;
  padding: 50px 0;
}
.health_head{
  font-size: 48px;
  font-weight: 700;
  color: #00dab9;
  padding-bottom: 50px;
}

.conf-package{
  background-color: #ffdb00;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.conf-package label{
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
}
.conf-package h4 {
    font-size: 85px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    word-break: break-all;
}
.conf-package p{
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.conf-package-left{
  border: 5px solid #fff;
  height: 100%;
  padding: 75px;
  position: relative;
}
.conf-package-left::after{
    content: "";
    position: absolute;
    left: 10%;
    bottom: -6px;
    background: #000;
    width: 80%;
    height: 10px;
}
.conf-package-left h3{
  font-size: 48px;
  text-align: center;
display: flex;
    justify-content: center;
}
.conf-package-left .timing-on{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  list-style: none;
}
.conf-package-left .timing-on li{
  text-align: center;
}
.conf-package-left .timing-on li + li{
  padding-left: 30px;
}
.conf-package-left .timing-on h3{
  font-size: 70px;
  text-align: center;
  color: #d3d3d5;
  font-weight: 700;
}
.speaker-slider{
 position: relative;
}
.flash-sale-usa-2025_flash-sale-usa-2025 button.slick-prev.slick-arrow,.flash-sale-usa-2025_flash-sale-usa-2025 button.slick-next.slick-arrow{
display: block !important;
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 45px;
    width: 45px;
    border: navajowhite;
    border-radius: 20px;
    background: #fdffff;
    border: 2px solid #003a35;
}
.flash-sale-usa-2025_flash-sale-usa-2025 button.slick-prev.slick-arrow i,
.flash-sale-usa-2025_flash-sale-usa-2025 button.slick-next.slick-arrow i{
font-weight: bold;
font-size: 18px;
display: inline-block;
margin-top: 4px;
}
.flash-sale-usa-2025_flash-sale-usa-2025 button.slick-prev.slick-arrow{
 left: 47%;
}
.flash-sale-usa-2025_flash-sale-usa-2025 button.slick-next.slick-arrow{
 left: 51%;
}
.conf-package-left .timing-on label{
  font-size: 15px;
  text-align: center;
  color: #d3d3d5;
}

.health-btn{
font-size: 20px;
background-color: #ffc600;
color: #000;
border: none;
padding: 10px 20px;
border-radius: 40px;
font-weight: 600;
cursor: pointer;
}
.health-btn img{
width: 40px;
height: 40px;
margin-left: 10px;
}
.discover-health h2{
  color: #00dab9;
  font-size: 75px;
  font-weight: 600;
}
.discover-health p{
  color: #fff;
  font-size: 33px;
  font-weight: 400;
}
.discover-health .discover-box .dis-icon{
  display: flex;
  align-items: center;
}
.discover-health .discover-box .dis-icon h3{
  color: #fff;
  font-size: 41px;
  font-weight: 600;
  padding-left: 20px;
}
.discover-health .discover-box{
    margin-bottom: 25px;
    background-color: #18322e;
    padding: 25px;
    border-radius: 15px;
}
.discover-health .discover-box p{
  padding-top: 5px;
  color: #fff;
  font-size: 20px;
}

.display-middle{
display: flex
;
    justify-content: center;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section p {
    color: #fff;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 {
text-align: left;
}
.landing_form_program_wrapper label {
    color: #fff;
}
.landing_form_program_wrapper {
  margin-bottom: 16px;
}
.landing_form_program_wrapper .mt-5{
  margin-top: 1.5rem!important;
}
.discount.noafter.text-center {
    display: flex;
    padding-right: 16px;
    position: fixed;
    top: 100%;
    right: 0;
    transform: translateY(-142%) rotate(0deg);
    z-index: 111;
    align-items: center;
    max-width: 225px;
    flex-direction: column;
}
section.register_flash_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    padding: 70px 0;
    min-height: 100vh;
    display: none;
}
.register_flash_form.form_view{
  display: flex;
  align-items: center;
} 
.form_hide{
  position: absolute;
    right: 24px;
    height: 40px;
    width: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    z-index: 11;
}
.register_flash_form  .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;
}
.health-timing h2.health_head{
color: #00dab9;
font-weight: 500;
}
.conf-package h4 {
    font-size: 53px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    word-break: break-all;
}

body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend {
    padding: 70px 0;
    background: #00201b;
    text-align: center;

}

body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 {
    color: #00dab9;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    /* text-align: center; */
}
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
/* text-align: center; */
margin-bottom: 12px;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .flash_explore h4{
  color: #fff;
    font-size:24px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .explor_wrappin img {
    filter: invert(1);
    display: inline-block;
    margin-bottom: 8px;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .flash_explore {
    background: #18322e;
    padding: 16px;
    border-radius: 16px;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .flash_explore .explor_wrappin p{ 
text-align: left;

}
body.flash-sale-usa-2025_flash-sale-usa-2025 .uniqueness_section_card_box span img {
    width: auto;
    max-width: 60px;
    filter: invert(1);
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .flash_discount_wrapper  {
  padding-right: 0px;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .discount_wrapper2{
  padding-left: 0px;
  text-align: center;
  padding-right: 0;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .landing_form_program_wrapper input,
body.flash-sale-usa-2025_flash-sale-usa-2025 .landing_form_program_wrapper textarea{
border-bottom: 0px solid #e3e3e3;
background: #4c5957;
color: #fff;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .captcha{
  margin: 10px;
}
/* body.flash-sale-usa-2025_flash-sale-usa-2025 form span {
    color: #fff;
    text-align: right;
} */
 body.flash-sale-usa-2025_flash-sale-usa-2025 .iti--separate-dial-code .iti__selected-dial-code{
  color: #fff;
 }
.submit_wrap {
    text-align: center;
    width: 100%;
    display: block;
}

body.flash-sale-usa-2025_flash-sale-usa-2025  .submit_wrap  input.button{
background: rgb(0,93,85);
background: linear-gradient(90deg, rgba(0,93,85,1) 0%, rgba(2,34,29,1) 94%);
border: 1px solid #859391;
border-radius: 25px;
}
/* body.flash-sale-usa-2025_flash-sale-usa-2025 .g-recaptcha{
 overflow: scroll;
} */
/*body.flash-sale-usa-2025_flash-sale-usa-2025  .footer{
  display: none;
}*/
body.flash-sale-usa-2025_flash-sale-usa-2025 .explor_row_wrap {
    display: flex;
    align-items: center;
    max-width: 600px;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .vedio_main_two .owl-nav {
  display: flex;
  align-items: center;justify-content: center;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .vedio_main_two .owl-nav button{

/*margin: 0 0!important;*/
height: 45px;
width: 45px;
border-radius: 50%;
background: transparent!important;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #000;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .vedio_main_two .owl-nav {
  padding: 24px 0 0;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .vedio_main_two .owl-nav button + button{
  margin-left: 16px;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .vedio_main_two .owl-nav button span{
  font-size: 24px;
  color: #000;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .slider_content p{
  margin-bottom: 0;
}
/********************************custom-css-fore-flase-css-end***********************************/
/* =============@media================== */
@media only screen and (min-width: 1650px) {
  .the-michael-koch-group_the-michael-koch-group .container {
    max-width: 1540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1650px){
  .Flash_Banner_section h1{
    font-weight: 600;
    font-size: 40px;
  }
  .Flash_Banner_section p,
  .register_wrapper a,
  .flash_discount_wrapper span  {
    font-size: 20px;
  }
  .flash_discount_wrapper h2 {
    font-size: 25px;
  }
  .contest_prize img{
    width: 100px;
  }
  .flash_add_wrapper h4{
    text-align: start;
    background: #0e0b0ba6;
    padding: 10px;
    border-radius: 10px;
  }
}
@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 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;
}
.flash_add_wrapper h4{
  background: #0e0b0ba6;
  padding: 10px;
  border-radius: 10px;
}
/* .discount.noafter.text-center{
 right: -68px;
} */
.flash-sale-usa-2025_flash-sale-usa-2025 .iti__country-list{
  max-width: 300px;
}
}

@media only screen and (max-width: 992px) {
  .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;
}
.Flash_Banner_section h1 {
  font-size: 30px;
  max-width: 510px;
}
.add_img{
  max-width: 200px;
}
.Flash_Banner_section p,  .flash_discount_wrapper span {
  font-size: 18px;
}
.register_wrapper {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  justify-content: center;
}
.register_wrapper a{
  font-size:  15px;
  padding: 13px 21px;
  margin-bottom: 10px;
}
.flash_add_wrapper h4{
  font-size: 22px;
  margin-bottom: 20px;
}
.Flash_Banner_section p {
  max-width: 510px;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .flash_logo_wrapper .vedio_banner{
  height: 65vh;
  object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {
  .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);
}
.contest_prize img{
  width: 80px!important;
}
.flash_discount_wrapper h2,
.register_wrapper a ,
.Flash_Banner_section p{
  font-size: 16px;
}
.flash_add_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0000007a;
}
.discount.noafter.text-center {

    background: #02211c8a;
   
}
}
@media only screen and (max-width: 575px) {
  .flash-sale-usa-2025_flash-sale-usa-2025 .my_navbar{
    background: #000;
    position: sticky;
  }
  .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;
}
.discount.noafter.text-center {

    background: #02211c8a;
    padding: 40px 5px;
    
}
    .flash_discount_wrapper h2{
      font-size: 16px;
    }
    .discount_wrapper2 p span{
      font-size: 16px;
    }
.flash-sale-usa-2025_flash-sale-usa-2025 a.flash_book_pas {
width: 124px;
max-width: 124px;
padding: 6px 11px;
font-size: 13px;

}

/* .Flash_Banner_section{
  height: 142vh;
} */
}

@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;
 
}
.discount.noafter.text-center {

    background: #02211c8a;
    
}

  /* .flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_section{
    top:9.6rem;
    margin-bottom: 9.6rem;
  }  */
  .flash-sale-usa-2025_flash-sale-usa-2025 .my_navbar{
    background: #000;
  }
/* .Flash_Banner_section {
  height: 120vh;
} */
}

/*.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;
}
.flash-sale-2025_flash-sale-2025 .form_section_format label{
  display: block!important;
}
.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;
}
.flash_add_wrapper {
  position: relative;
  z-index: 11;
}
.flash_overlay {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    transform: translateY(50%);
}

.flash_logo_wrapper::before {content: " ";position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: #1b564e99;}

/* new-landing-page 2025 */


.flash-sale-usa-2025_flash-sale-usa-2025 .flash_logo_wrapper{
margin: 0 0;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .main-footer,
.flash-sale-usa-2025_flash-sale-usa-2025 .main-footer-impactful div#block-footer{
  display: block;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .main-footer-impactful .impact{
height: 100%;
background: #317b76;
background: url(../images/footer-strip.png) no-repeat center;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}

.flash-sale-usa-2025_flash-sale-usa-2025 .main-footer-impactful .impact h4{
  font-weight: 800;
    font-size: 30px;
    color: #fff;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .main-footer-impactful .impact h4 span{
  color: #ffde00;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .main-footer-impactful .impact  p{
  color: #fff;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .main-footer-impactful .impact .button-container a{
    color: #317b76;
    width: 200px;
    display: block;
    background: #ffde00;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
}
/*.flash-sale-usa-2025_flash-sale-usa-2025 .main-footer .footer-wrapper > a{
 display: block;
 text-align: start;
}*/
/*.flash-sale-usa-2025_flash-sale-usa-2025 .social-media{
  justify-content: start;

}*/

.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part_8,
.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4,
.flash-sale-usa-2025_flash-sale-usa-2025 section.event-intro {
  background: #003a35!important;

}
.flash-sale-usa-2025_flash-sale-usa-2025 .para_part{
display: flex;
justify-content: start;
align-items: center;
}

.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_section h1 strong{
  font-size: 125px;
  color: #00bda0;
   font-family: "Abril Fatface", serif;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .discount{
    transform: rotate(0deg);
    padding: 10px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 111;
    background: #02211c;
    border-radius: 0;

}
.uniqueness_section_card_box h3{
  text-align: left;
}
.uniqueness_content,.uniqueness_section  {
    background: #0f0f0f;

}
/*.legitimacy_all {

    background: #fff;
}*/
.uniqueness_section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #00dab9;
/*    font-family: "Abril Fatface", serif;*/
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .uniqueness_section p {
    font-weight: 400;
    color: #fff;
}
.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;
    align-items: flex-start;
    height: 100%;
    background: #181818;
    box-shadow: none;
}
.uniqueness_section_card_box h3{
  color: #00dab9;
  font-size: 27px;
}
.uniqueness_section_card_box p{
  color: #fff;
  font-size: 18px;
}
.landing_page_2025_5 .social-hover img{
border-radius: 36px 0 36px 0;
border: 0 !important;
position: relative;
height: 350px;
min-height: 350px;
padding: 0px 5px 8px 0px;
background: #56d8c2;
width: 100%!important;


}
.landing_page_2025_5 .social-hover img::before{
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  width: 50%;
  height: 5px;
  background: #56d8c2 ;
}
.landing_page_2025_5 .social-hover {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.discount.noafter::after {
    content: none;
}


.discount_inside {
    display: flex;
}
.landing_page_2025_5 .uniqueness_content .register_wrapper {
    justify-content: center;
}
.flash-sale-usa-2025_flash-sale-usa-2025 a.flash_book_pas {
background: #ffdb00;
display: block;
width: 141px;
max-width: 150px;
padding: 15px 19px;
border-radius: 29px;
margin: 8px auto 0 auto;
color: #000;
text-transform: capitalize;
font-weight: 500;
font-size: 16px;
text-decoration: none;
  }
section.landing_page_2025_2.enlightening_section.legitimacy_all{
    background: #fff;
}
.flash-sale-usa-2025_flash-sale-usa-2025 #page_form {
    background: rgb(0, 58, 53);
    background: radial-gradient(circle, rgba(0, 58, 53, 1) 0%, rgba(0, 58, 53, 0.4206057422969187) 100%);
}
.flash-sale-usa-2025_flash-sale-usa-2025 .form_section_format label,
.flash-sale-usa-2025_flash-sale-usa-2025 .form_section_format .wrapper p{
  color: #000;
}

.flash-sale-usa-2025_flash-sale-usa-2025 .form_section_format .wrappered{
  border-radius: 0px;
  background: #e2eeed;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .topHeading h1{
color: #008f79;
font-size: 60px;
line-height: 1.2;
font-weight: 500;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .discount::after{
  display: none;
}
.uniqueness_section .register_wrapper{
justify-content: center;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .register_wrapper a{
  padding: 10px 30px;
  margin: 0px 10px;
  border: 2px solid transparent;
}
.uniqueness_section .register_wrapper a.get_in{
color: #000;
font-size: 24px;
background: rgb(0, 218, 185);
background: linear-gradient(279deg, rgba(0, 218, 185, 1) 20%, rgba(255, 255, 255, 1) 100%);
}
.flash-sale-usa-2025_flash-sale-usa-2025 .register_wrapper a.book_url{
background: transparent;
border: 2px solid #ffde00;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .register_wrapper .top_ar{
  width: 20px;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .register_wrapper .rrrow{
    background: #ffde00;
    display: inline-block;
    position: relative;
    left: 13px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .book_t,
.flash-sale-usa-2025_flash-sale-usa-2025 .form_section_format div#edit-actions{
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
    width: 100%;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .form_section_format input#edit-actions-submit{
max-width: 200px;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .form_section_format div#edit-actions
.flash-sale-usa-2025_flash-sale-usa-2025 .register_wrapper .book_url {
 border: 2px solid yellow;
 background-color: transparent;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .conf_2025_usa{
color: #fff;
font-size: 48px;
display: inline-block;
text-transform: uppercase;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .flash_discount_wrapper h2{
  font-weight: 700;
  position: relative;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .discount_wrapper2 h2::before{
    position: absolute;
    content: none;
    left: -30px;
    width: 3px;
    top: -26px;
    height: 60px;
    background: #778da7;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .conf_2025_usa sub {
    bottom: -1.25em;
    left: -175px;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .part-conf{
font-size: 15px;
max-width: 240px;
display: inline-block;
text-transform: capitalize;
line-height: 1.45;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .copyright{
 display: block!important;
 margin-top: 0px!important;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .topft{
 padding: 40px 0px;
}
/*.flash-sale-usa-2025_flash-sale-usa-2025 .footer-wrapper{
  max-width: 100%;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .footer-wrapper .footer-logo{
  margin-bottom: 20px;
  display: inline-block;
  max-width: 200px;
}*/
/*.flash-sale-usa-2025_flash-sale-usa-2025 .other_conf_logos ul.conf_web_logos,
.flash-sale-usa-2025_flash-sale-usa-2025 .main-footer p,
.flash-sale-usa-2025_flash-sale-usa-2025 ul.secondary-menu-list,
.flash-sale-usa-2025_flash-sale-usa-2025 .other_conf_logos{
  display: none;
}*/
.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4 .text_unordered li,
 body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4 p,
.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3{
 color: #fff;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part4 h3 span,
.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part_12 h3 span,
.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_section h1 strong,
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 span{
  color: #03a498;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_part_12{
 background: #f1fffd;
}
/*.flash-sale-usa-2025_flash-sale-usa-2025  .main-footer-impactful{
 background: #e1e1e1;
}
.flash-sale-usa-2025_flash-sale-usa-2025  .footer-wrapper{
max-width: 200px;
margin-bottom: 10px;

}*/

/* popup-form-css */
body.flash-sale-usa-2025_flash-sale-usa-2025 .webform-multiple-add.js-webform-multiple-add.container-inline{
 position: static;
 margin: 0 0 0 auto;
}
/*========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: 1400px){
  .the-michael-koch-group_the-michael-koch-group .landing_banner_figure figcaption p.banner_text{
    right: 5%;
  }

  .flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_section h1 strong {
    font-size: 60px!important;
  }
  .flash-sale-usa-2025_flash-sale-usa-2025 .light-grey-bg h2,
  .Flash_Banner_part_12 h3,
  .uniqueness_section h2, body.flash-sale-usa-2025_flash-sale-usa-2025 h3.sc_title {
      font-size: 44px;

  }
  .uniqueness_section_card_box h3,.uniqueness_content .register_wrapper a.get_in {
      font-size: 24px;
  }
  body.flash-sale-usa-2025_flash-sale-usa-2025  .uniqueness_content .register_wrapper a.get_in{
    padding: 12px 30px;
  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 p, 
  body.flash-sale-usa-2025_flash-sale-usa-2025 p,
  body.flash-sale-usa-2025_flash-sale-usa-2025 .landing_page_2025_5 p, 
  body.flash-sale-usa-2025_flash-sale-usa-2025 .landing_page_2025_5 p  {
      font-size: 20px;
      line-height: 1.2;
  }
  body.flash-sale-usa-2025_flash-sale-usa-2025  agenda .tabs-list>li a span {
      text-transform: uppercase;
      font-size: 21px;
      font-weight: 500;
  }
  body.flash-sale-usa-2025_flash-sale-usa-2025  .sc_team_item_title {
      color: #282828;
      font-size: 22px;
  }
  body.flash-sale-usa-2025_flash-sale-usa-2025  .landing_page_2025_5 .sc_team_item_info h6 {

      font-size: 18px;

      line-height: 1.2;

  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 .health_head {
      font-size: 44px;
      font-weight: 700;
      color: #00dab9;
      padding-bottom: 50px;
  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package-left {

      padding: 32px;

  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package label {
      font-size: 32px;

  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package h4 {
      font-size: 32px;

  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 .health-btn {
      font-size: 24px;
    
  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 {

      font-size: 40px;

  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 .flash_explore h4 {

      font-size: 25px;

  }
  .flash-sale-usa-2025_flash-sale-usa-2025 .topHeading h1{
    font-size: 45px;
    margin-bottom: 16px;
  }
  .flash-sale-usa-2025_flash-sale-usa-2025   .webform-register-wrapper {

    padding: 1rem !important;
 
}
.flash-sale-usa-2025_flash-sale-usa-2025 .mycart {
    padding: 1rem !important;

}
.flash-sale-usa-2025_flash-sale-usa-2025 button.slick-prev.slick-arrow{
  left: 46%;
}
.flash-sale-usa-2025_flash-sale-usa-2025 button.slick-next.slick-arrow{
  left: 50%;
}
}

@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;
  }
    .flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_section h1 strong {
      font-size: 80px;

  }
  .uniqueness_section h2 {
      font-size: 35px;
      line-height: 1.2;
  }
  .uniqueness_section_card_box h3 {
      color: #00dab9;
      font-size: 20px;
      margin-bottom: 8px;
  }
  .uniqueness_content .register_wrapper a.get_in {

      font-size: 18px;
      
  }
  .flash-sale-usa-2025_flash-sale-usa-2025 .light-grey-bg h2,
  .Flash_Banner_part_12 h3,
  body.flash-sale-usa-2025_flash-sale-usa-2025 h3.sc_title {
      font-size: 35px;

  }
  body.flash-sale-2024_flash-sale-2024 p, body.flash-sale-usa-2025_flash-sale-usa-2025 p{
    font-size: 18px;
    line-height: 1.45;
  }
  body.flash-sale-2024_flash-sale-2024  .timeline {
      height: auto;
      overflow: auto;
  }
  .agenda .timeline ul{
    padding-left: 16px;
  }
  .agenda .timeline ul li {
       background: transparent; 
  }
  .light-grey-bg h2 {
    font-size: 27px;
  }
  body.flash-sale-2024_flash-sale-2024 .landing_page_2025_5 p, body.flash-sale-usa-2025_flash-sale-usa-2025 .landing_page_2025_5 p {
      font-weight: 400;
      font-size: 18px;
  }
  .sc_team_item_title {
      color: #282828;
      font-size: 21px;
  }
  .landing_page_2025_5 .sc_team_item_info h6 {
     
      font-size: 16px;

      line-height: 1.2;

  }


  .health_head {
      font-size: 36px;
      padding-bottom: 36px;
  }
  .conf-package-left {

      padding: 24px;

  }
  .conf-package-left h3 {
      font-size: 36px;
      text-align: center;
      display: flex;
      justify-content: center;
  }
  .conf-package-left .timing-on h3{
    font-size: 36px;
  }
  .conf-package label,.health-btn{
      font-size: 26px;
      font-weight: 500;
    
  }
  .conf-package h4 {
      font-size: 32px;

  }
  .conf-package p {
      font-size: 18px;
   
  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 {
   
      font-size: 35px;

  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 .flash_explore h4 {

      font-size: 25px;
   
  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section p {
    
      font-size: 18px;

  }
      .flash-sale-usa-2025_flash-sale-usa-2025 .topHeading h1 {
        font-size: 27px;
     
    }
    body.flash-sale-usa-2025_flash-sale-usa-2025  .register_flash_form .card2_hurry{
position: static;
   
    padding: 16px;
   
    transform: unset;
    height: auto;
    background: #ffcc03;
    max-width: 100%;
    }
    section.register_flash_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111111;
    padding: 70px 0;
    min-height: 100vh;
    display: none;
    overflow: auto;
}
body.flash-sale-usa-2025_flash-sale-usa-2025  .mycart{
padding: 0!important;
}
form#webform-submission-landing-registration-node-332-add-form {
    height: 100vh;
    overflow: auto;
}
body.flash-sale-usa-2025_flash-sale-usa-2025  .mycart .topHeading {
    margin: 0 0;
}
body.flash-sale-usa-2025_flash-sale-usa-2025  .mycart{
padding: 16px;
}
.agenda .tabs-list>li a span,
.agenda .timeline ul li .content span.time-content {
    font-size: 18px;

}
body.flash-sale-usa-2025_flash-sale-usa-2025 .health_head,
body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package h4{
  font-size: 32px;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package label{
  font-size: 25px;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .health-btn img{
  width: 30px;
  height: 30px;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .sc_team_item_title{
  font-size: 16px;
}
   body.flash-sale-usa-2025_flash-sale-usa-2025 .landing_page_2025_5 .sc_team_item_info h6 {
        font-size: 16px;
        line-height: 1.2;
    }
    .flash-sale-usa-2025_flash-sale-usa-2025 button.slick-next.slick-arrow{
      left: 50%;
    }
    .flash-sale-usa-2025_flash-sale-usa-2025 button.slick-prev.slick-arrow {
      left: 45%;
    }
}

@media screen and (max-width: 992px) {
  .Conference_Format .review_banner_figure img{
     height: 70vh;
     object-fit: cover;
  }
  .conference-format_conference-format .form_section_format img {
      height: auto;
      max-width: 100%;
  }
  .uniqueness_content{

    padding: 30px 0px;
}
.uniqueness_section_card_box {

    padding: 16px;

}
.uniqueness_section h2,
.flash-sale-usa-2025_flash-sale-usa-2025 .light-grey-bg h2, 
.Flash_Banner_part_12 h3,
body.flash-sale-usa-2025_flash-sale-usa-2025 h3.sc_title,
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 span,
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 {
        font-size: 30px;
    }

body.flash-sale-usa-2025_flash-sale-usa-2025 ul.tabs-list {

    margin: 0 0;

}
body.flash-sale-usa-2025_flash-sale-usa-2025 .sc_team_item_title {
        font-size: 18px;
    }
     
        body.flash-sale-usa-2025_flash-sale-usa-2025 .health_head {
        font-size: 36px;
        padding-bottom: 30px;
    }
        body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package-left {
        padding: 24px;
    }
    body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package {

    padding: 16px;
   
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package label {
        font-size: 22px;
    }
        body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package h4 {
        font-size: 32px;
    }
    body.flash-sale-usa-2025_flash-sale-usa-2025 .display-middle {
    display: flex;
    justify-content: center;
    padding: 24px 0 !important;
}
    body.flash-sale-usa-2025_flash-sale-usa-2025 .health-btn {
        font-size: 18px;
        height: auto;
    }
    body.flash-sale-usa-2025_flash-sale-usa-2025 .health-btn img {
    height: 32px;
}

.attening_review.reviews_content h3 {
    font-size: 24px;
}
    body.flash-sale-usa-2025_flash-sale-usa-2025 .flash_explore h4 {
        font-size: 22px;
    }
        body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .flash-sale-usa-2025_flash-sale-usa-2025 button.slick-prev.slick-arrow{
      left: 43%;
    }
}
/*===========*/
@media screen and (max-width: 768px){
  body.flash-sale-2024_flash-sale-2024 .explor_wrappin,
body.flash-sale-usa-2025_flash-sale-usa-2025 .explor_wrappin{
flex-direction: column;
align-items: center;
justify-content: center;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 {
   text-align: center;
}

  .conference-format_conference-format .Conference_Format .review_banner_caption p{
     max-width: 100%;
  }
  .flash-sale-usa-2025_flash-sale-usa-2025 button.slick-prev.slick-arrow{
       left: 42%;
  }
  .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;
  }
  .flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_section h1 {
    font-size: 16px;
    line-height: 1;
}
    .flash-sale-usa-2025_flash-sale-usa-2025 .Flash_Banner_section h1 strong {
        font-size: 45px !important;
    }
    body.flash-sale-usa-2025_flash-sale-usa-2025 .health_head {
        font-size: 26px;

    }
        body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package-left {
        padding: 16px;
    }
        .conf-package-left h3 {
        font-size: 28px;

    }
    .conf-package-left .timing-on {
    padding-top: 16px;
}
    .social-hover img {
        width: auto!important;
    }

    body.flash-sale-usa-2025_flash-sale-usa-2025 .explor_row_wrap{
      max-width: 100%;

    }
    body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section p {
     text-align: center;
  }
  .flash-sale-usa-2025_flash-sale-usa-2025 .uniqueness_section_card_box {
    align-items: center; 
  }

  .flash-sale-usa-2025_flash-sale-usa-2025 .uniqueness_section_card_box span img {
    margin: 0 auto; 
  }

  .flash-sale-usa-2025_flash-sale-usa-2025 .uniqueness_section_card_box h3,
  .flash-sale-usa-2025_flash-sale-usa-2025 .uniqueness_section_card_box p {
    text-align: center; 
}
}
@media screen and (max-width: 575px){
  /*.Conference_Format_7 .review_banner_caption {
     bottom: 10%;
  }*/
  .flash-sale-usa-2025_flash-sale-usa-2025 .agenda .tabs-list>li a span,
   .flash-sale-usa-2025_flash-sale-usa-2025 .agenda .tab-content p{
    font-size: 16px;
  }
   .flash-sale-usa-2025_flash-sale-usa-2025  .agenda .timeline ul li .content span.time-content{
    font-size: 18px;
  }
  .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;

  }
  .flash_add_wrapper h4{
    margin-top: 10px;
    font-size: 16px;
  }
  .register_wrapper a{
    font-size: 15px;
  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package h4,
  body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package label{
    font-size: 20px;
  }
  body.flash-sale-usa-2025_flash-sale-usa-2025 .health-btn{
    font-size: 15px;
  }
 body.flash-sale-usa-2025_flash-sale-usa-2025 p{
    font-size: 16px;
  }
    body.flash-sale-usa-2025_flash-sale-usa-2025 .conf-package-left .timing-on h3{
    font-size: 25px;
  }
  .uniqueness_section h2, .flash-sale-usa-2025_flash-sale-usa-2025 .light-grey-bg h2, .Flash_Banner_part_12 h3, body.flash-sale-usa-2025_flash-sale-usa-2025 h3.sc_title, body.flash-sale-usa-2025_flash-sale-usa-2025 section.event-why-attend.attend-section h3 {
    font-size: 26px;
}
.flash-sale-usa-2025_flash-sale-usa-2025 .flash_logo_wrapper .vedio_banner {
  height: 50vh;
}
body.flash-sale-usa-2025_flash-sale-usa-2025 .uniqueness_section_card_box span img {
  max-width: 45px;

}
.flash-sale-usa-2025_flash-sale-usa-2025 button.slick-prev.slick-arrow {
  left: 40%;
}
}

@media screen and (max-width: 500px){
.flash-sale-usa-2025_flash-sale-usa-2025 button.slick-prev.slick-arrow {
  left: 38%;
}
.flash-sale-usa-2025_flash-sale-usa-2025 button.slick-next.slick-arrow {
  left: 51%;
}
}
@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;
  }
  .flash-sale-usa-2025_flash-sale-usa-2025 button.slick-prev.slick-arrow {
    left: 36%;
  }
}
/*====================*/


/* Custom chat --------------------------------------------------------------------------------- */
    .custom-chat-container {
      position: fixed;
      bottom: 15px;
      right: 20px;
      width: 50px;
      height: 50px;
      background-color: #0084ff; /* Facebook Messenger blue */
      border-radius: 50%;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
      overflow: hidden;
      z-index: 1000;
      cursor: pointer;
    }
.flash-sale-usa-2025_flash-sale-usa-2025 #wa-widget-send-button{
  bottom: -86px!important;
  right: 80px;
}
    /* SVG icon styling */
    .custom-chat-container img {
      width: 100%;
      height: 100%;
    }

    /* Hover effect */
    .custom-chat-container:hover {
      background-color: #006bbf;
    }


/* Custom chat End --------------------------------------------------------------------------------- */
/* hide-header-and-footer-menu-in particuler-registration-page */
.registration_registration ul.main_menu,
.registration_registration .conf_date_list li,
.registration_registration .menu_toggler,
.flash-sale-2024_flash-sale-2024 .copyright,
.flash-sale-2025_flash-sale-2025 .copyright,
.registration_registration .footer,
.registration-usa_registration-usa .footer{
  display: none;
}

.flash_logo_wrapper {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.flash_logo_wrapper .conf_date_list{
  display: flex;
}
/*.conf_date_list li + li{
  margin-left: 20px;
  margin-top: 0;
}
*/
.flash_overlay  .conf_date_list li:before {
    content: none!important;

}
.flash_logo_wrapper  .conf_date_list li span{
color: #fff;
}
.flash_logo_wrapper >img {
  max-width: 170px;
}
.flash-sale-2025_flash-sale-2025 .timeline ul li div p{
 color: #000;
}
.registration-usa_registration-usa .my_navbar{
   top: 0px!important;
 }


