/* cxo */
:root{
  --theme-bg-color:#9d5dff;
  --main-text-color:#f8f8f8;
  --outer-color:#ffde00;
}
/********************************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: url('https://www.health2conf.com/sites/gfah.com/themes/contrib/gfah/images/bannner.jpg') no-repeat center center;
  background-size: cover;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.Flash_Banner_section h1 {
    font-size: 48px;
    line-height: 57px;
    text-transform: uppercase;
    color: var(--main-text-color);
    font-weight: 600;
    position: relative;
    z-index: 11;
}

.Flash_Banner_section h1 strong{
  color: var(--theme-bg-color)
}
.Flash_Banner_section p{
  max-width: 1162px;
font-size: 21px;
line-height: 1.45;
color: var(--main-text-color);
font-weight: 400;
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.cxo2conf.com/sites/cxo.com/themes/contrib/breeze/images/cxo_offer_cbg.png') no-repeat center center;
  background-size: contain;
  z-index: -1;
  transform: rotate(6deg);
}
.discount p{
  margin-bottom: 0;
}
.discount_wrapper2 p{
  text-transform: uppercase;
}
.discount_wrapper2 p span {
    text-decoration: line-through;
}
.flash_discount_wrapper h2{
  font-size: 36px;
  text-transform: uppercase;
  color: var(--outer-color);
  font-weight: 500;
  text-align: center;
  line-height:1.2;
  margin: 0 0;
}
.flash_discount_wrapper span{
  font-size: 21px;
  text-transform: uppercase;
  color: var(--main-text-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;
}
.mt-40{
  margin-top:70px;
}
.flash-sale-2024_flash-sale-2024 .register_wrapper,
.flash-sale-2025_flash-sale-2025 .register_wrapper {
  display: flex;
  align-items: center;
      height: 100%;
}
.register_wrapper a{
font-size: 25px;
    line-height: 1.2;
text-transform: uppercase;
color: var(--main-text-color);
font-weight: 500;
background-color: var(--theme-bg-color);
display: inline-block;
padding: 20px 30px;
border-radius: 36px;
text-decoration: none;
}
.register_wrapper a:hover{
  text-decoration: none;
  color: #fff;
}
.register_wrapper p{
  font-size: 21px;
line-height: 25px;
color: var(--main-text-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: 1.2;
color: var(--main-text-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: 19px;
    line-height: 1.45;
  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%;
z-index: 1;
}
.contest_prize{
  position: fixed;
  right: 35px;
  top: 30%;
  z-index: 1111;
  display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50%;
}
.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-text-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-text-color);
  position: relative;
  transition:  0.5s ease-out;
  width: auto;
display: none;
cursor: pointer;
}
.contest_prize:hover{
  right: 36px;
}
.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-text-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,
.flash-sale-2025_flash-sale-2025 .timer_strip{
background-color: #540D6E;
padding: 10px 0px;
}
body.flash-sale-2024_flash-sale-2024 p,
.flash-sale-2025_flash-sale-2025 p{
font-weight: 500;

}
body.flash-sale-2024_flash-sale-2024 section.event-why-attend,
.flash-sale-2025_flash-sale-2025 section.event-why-attend{
background: #fff;
 padding: 50px 0px;
}
.timer_wrapper{
display: flex;
justify-content: space-between;
font-weight: 500;
color: #fff;
}
.Flash_Banner_part_10{
padding: 60px 0px;
}

body.flash-sale-2024_flash-sale-2024 .my_navbar,
body.flash-sale-2024_flash-sale-2024 div#block-footer,
body.flash-sale-2024_flash-sale-2024 .event-intro h3::after,
body.flash-sale-2024_flash-sale-2024 .main-footer,
body.flash-sale-2025_flash-sale-2025 .my_navbar,
body.flash-sale-2025_flash-sale-2025 div#block-footer,
body.flash-sale-2025_flash-sale-2025 .event-intro h3::after,
body.flash-sale-2025_flash-sale-2025 .main-footer
{
display: none;
}

body.flash-sale-2024_flash-sale-2024  .main-footer,
body.flash-sale-2025_flash-sale-2025  .main-footer{
padding: 0;
}
body.flash-sale-2024_flash-sale-2024  .event-intro h3,
body.flash-sale-2025_flash-sale-2025  .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-2025_flash-sale-2025  .event-intro h2{
font-size: 50px;
text-transform: uppercase;
}
body.flash-sale-2024_flash-sale-2024 .about-ifah-wrapper h4,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-2025  figure.event-figur-img{
max-width: 90%;
padding: 0px;
}
body.flash-sale-2024_flash-sale-2024 .btn-book-flash,
body.flash-sale-2025_flash-sale-2025 .btn-book-flash{
cursor: pointer;
background: #540D6E;
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-2025_flash-sale-2025 section .event-why-attend.attend-section h3{
font-weight: 600;
}

body.flash-sale-2024_flash-sale-2024 .events-vegas-img-wrapper,
body.flash-sale-2025_flash-sale-2025 .events-vegas-img-wrapper {
padding-top: 20px;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .flash_button_class,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-2025  .faq_flash_sale .wrapper {
width: 100%;
}

body.flash-sale-2024_flash-sale-2024  .faq_flash_sale .question,
body.flash-sale-2025_flash-sale-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: #540D6E03;
margin-bottom: 20px;
border-radius: 20px;
}

body.flash-sale-2024_flash-sale-2024  .faq_flash_sale .question::after,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-2025  .faq_flash_sale .question.active::after {
transform: rotate(90deg);
}

body.flash-sale-2024_flash-sale-2024  .faq_flash_sale .answercont,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-2025  .explor_row_wrap{
background-color: #ecdff3;
padding: 15px;
border-radius: 13px;
border: 1px solid #317b76;
border-style: dashed;
}
body.flash-sale-2024_flash-sale-2024  .flash_explore img,
body.flash-sale-2025_flash-sale-2025  .flash_explore img{
height: 70px;
width: 70px;
padding: 12px;
}
body.flash-sale-2024_flash-sale-2024  .explor_wrappin,
body.flash-sale-2025_flash-sale-2025  .explor_wrappin{
display: flex;
justify-content: start;
align-items: center;
}
body.flash-sale-2024_flash-sale-2024  .explor_wrappin h4,
body.flash-sale-2025_flash-sale-2025  .explor_wrappin h4{
font-size: 20px;
}
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3,
body.flash-sale-2025_flash-sale-2025 section.event-why-attend.attend-section h3 {
color: #540D6E;
font-size: 2rem;
font-weight: 600;
line-height: 1.2;
text-transform: capitalize;
margin-bottom: 40px;
}
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 strong,
body.flash-sale-2025_flash-sale-2025 section.event-why-attend.attend-section h3 strong {
    font-weight: 600;
}
body.flash-sale-2024_flash-sale-2024 .flash_explore,
body.flash-sale-2025_flash-sale-2025 .flash_explore {
background: #fff;
border-radius: 15px;
box-shadow: 1px 0px 5px #afa0a0;
height: 100%;
padding: 15px;
}

body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4,
body.flash-sale-2025_flash-sale-2025 .Flash_Banner_part4
section.Flash_Banner_part6,
section.Flash_Banner_part_9{
background: #ecdff3;
position: relative;
padding: 50px 0px;
}
.Flash_Banner_part3,
.Flash_Banner_part7{
position: relative;
}
body.flash-sale-2024_flash-sale-2024 #flash_banner_part5,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-2025  figure.event-figur-img::after{
display: none;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 .text_unordered li,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-2025 .Flash_Banner_part4  h3{
font-size: 30px;
font-weight: 700;
color: #540D6E;
text-transform: none;
margin-bottom: 20px;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 p,
body.flash-sale-2025_flash-sale-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 #540D6E;
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-2025_flash-sale-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-2025_flash-sale-2025  .Flash_Banner_part_8 .explor_wrappin {
display: flex;
justify-content: space-between;
align-items: start;
flex-direction: column;
font-weight: 500;
height: 100%;
}
.flash-sale-2024_flash-sale-2024 .vedio_main_two .item .image_iframe,
.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;
}
.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-2025_flash-sale-2025 .enlightening_section .owl-item{
filter: none;
}
.flash-sale-2024_flash-sale-2024 .owl-carousel .owl-nav button span,
.flash-sale-2025_flash-sale-2025 .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-2025_flash-sale-2025 .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-2025_flash-sale-2025 .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: #540D6E;
font-weight: 600;
}
.flash-sale-2024_flash-sale-2024  .owl-item > div,
.flash-sale-2025_flash-sale-2025  .owl-item > div{
margin: 0;
}
.Flash_Banner_part_12 h3{
font-weight: 600;
}
section.Flash_Banner_part_8,
section.Flash_Banner_part3{
background-color: #fff!important;
}

.flash-sale-2024_flash-sale-2024  .strip h2 span,
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 span,
.flash-sale-2024_flash-sale-2024 .light-grey-bg h2 span,
.flash-sale-2024_flash-sale-2024 .Agenda_main-box section h2 span,
.Flash_Banner_part_10 h3 strong span,
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span,
.flash-sale-2025_flash-sale-2025  .strip h2 span,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-2025 .Flash_Banner_part4 h3 span,
.Flash_Banner_part_12 h3 span{
position: relative;
}
.flash-sale-2024_flash-sale-2024  .strip h2 span::before,
body.flash-sale-2024_flash-sale-2024 section.event-why-attend.attend-section h3 span::before,
.flash-sale-2024_flash-sale-2024 .light-grey-bg h2 span::before,
.flash-sale-2024_flash-sale-2024 .Agenda_main-box section h2 span::before,
.Flash_Banner_part_10 h3 strong span::before,
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::before,
.Flash_Banner_part_12 h3 span::before,
.flash-sale-2025_flash-sale-2025  .strip h2 span::before,
body.flash-sale-2025_flash-sale-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,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-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-sale-2025_flash-sale-2025  .strip h2 span::after,
body.flash-sale-2025_flash-sale-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,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-2025 .Flash_Banner_part_8 .explor_wrappin p,
.name_designation{
text-align: center;
}
/* ===========flash-sale-media============== */
@media screen and (min-width:1700px){
.Flash_Banner_part1{
    background-size: contain;
}
}
@media screen and (max-width:1700px){
body.flash-sale-2024_flash-sale-2024 .events-vegas-img-wrapper,
body.flash-sale-2025_flash-sale-2025 .events-vegas-img-wrapper{
    height: 100%;
}
body.flash-sale-2024_flash-sale-2024 .events-vegas-img-wrapper img,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-2025 .btn-book-flash{
font-size: 15px;
padding: 10px 20px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h2,
body.flash-sale-2025_flash-sale-2025 .event-intro h2{
font-size: 40px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h3,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-2025 .about-ifah-wrapper h4,
body.flash-sale-2025_flash-sale-2025 .Agenda_main-box section h2{
font-size: 20px;
}

body.flash-sale-2024_flash-sale-2024 .btn-book-flash span,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-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,
body.flash-sale-2025_flash-sale-2025 .explor_wrappin{
flex-direction: column;
align-items: center;
justify-content: center;
}
body.flash-sale-2024_flash-sale-2024 .explor_wrappin h4,
body.flash-sale-2025_flash-sale-2025 .flash_explore p{
text-align: center;
margin-bottom: 10px;
}
.Flash_Banner_part7::before{
    right: 5%;
    }
}
@media screen and (max-width:991px){
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .flash_button_class,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-2025  .Flash_Banner_part1 .flash_imageer{
margin-top: 50px;
}
body.flash-sale-2024_flash-sale-2024 section.event-intro,
body.flash-sale-2025_flash-sale-2025 section.event-intro{
padding-top: 0px!important;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .flash_button_class,
body.flash-sale-2025_flash-sale-2025 .Flash_Banner_part1 .flash_button_class{
margin-top: 60px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h3,
body.flash-sale-2025_flash-sale-2025 .event-intro h3{
font-size: 22px;
text-align: center;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 p,
body.flash-sale-2025_flash-sale-2025 .Flash_Banner_part4 p{
text-align: center;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part4 h3 span::before,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-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;
}
.Flash_Banner_part1 .btn-book-flash::before{
left: -35px;
}
.Flash_Banner_part_9 .btn-book-flash::before{
right: -33px;
}
}
@media screen and (max-width:767px){
body.flash-sale-2024_flash-sale-2024   .about-ifah-wrapper,
body.flash-sale-2025_flash-sale-2025   .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-2025_flash-sale-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, body.flash-sale-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-2025 .Flash_Banner_part4 h3 span::after,
.Flash_Banner_part_12 h3 span::after{
right: -25px;
}
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .flash_button_class,
body.flash-sale-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-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-2025_flash-sale-2025 .Flash_Banner_part4 h3 span,
.Flash_Banner_part_12 h3 span,
body.flash-sale-2025_flash-sale-2025 section.event-why-attend.attend-section h3,
body.flash-sale-2025_flash-sale-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;
}
}
@media screen and (max-width:575px){
body.flash-sale-2024_flash-sale-2024 .Flash_Banner_part1 .buttonn_content_details,
body.flash-sale-2025_flash-sale-2025 .Flash_Banner_part1 .buttonn_content_details{
text-align: center;
}
body.flash-sale-2024_flash-sale-2024 figure.event-figur-img,
body.flash-sale-2025_flash-sale-2025 figure.event-figur-img{
max-width: 90%;
margin: 0 auto;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h2,
body.flash-sale-2025_flash-sale-2025 .event-intro h2 {
font-size: 26px;
}
body.flash-sale-2024_flash-sale-2024 .event-intro h3,
body.flash-sale-2025_flash-sale-2025 .event-intro h3 {
font-size: 18px;
text-align: center;
}
body.flash-sale-2024_flash-sale-2024 .about-ifah-wrapper h4,
body.flash-sale-2025_flash-sale-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,
.flash-sale-2025_flash-sale-2025 .strip h2 span::before, body.flash-sale-2025_flash-sale-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, body.flash-sale-2025_flash-sale-2025 .Flash_Banner_part4 h3 span::before,.flash-sale-2025_flash-sale-2025 .strip h2 span::after, body.flash-sale-2025_flash-sale-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-2025_flash-sale-2025 .Flash_Banner_part4 h3 span::after {
display: none;
}
.register_wrapper a{
  font-size: 15px;
}
}
@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: #540D6E;
    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: #540D6E;
    border-radius: 12px;
}
 a.start_:hover{
   background: #540D6E;
    text-decoration: none;
}
.flow_drive{
  text-align: center;
  padding: 120px 0 80px;
}
.flow_drive h2,.flow_offerd h2,.dr_content h3{
  color: #540D6E;
    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: #540D6E;
}
.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: #540D6E;
    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: #540D6E;
}
.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: #540D6E;
  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: #540D6E;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid #540D6E;
    transition: 0.5s all;
}
@media screen and (max-width:1500px){
.flow_content h1 span{
font-size: 24px;
}
.flow_content h1 {
font-size: 40px;
margin-bottom: 80px;
}
.flow_content p {
font-size: 18px;
margin-bottom: 40px;
}
a.start_{
font-size: 15px;
}
a.start_ img{
width: 15px;
}
.flow_drive h2, .flow_offerd h2, .dr_content h3,
.to_the_team h2{
font-size: 40px;
}
.dr_content h3{
font-size: 30px;
}
.dr_content p{
font-size: 16px;
}
.to_the_team p {
font-size: 16px;
color: #fff;
line-height: 1.2;
font-weight: 500;
max-width: 1210px;
margin: 10px 0px;
padding: 20px;
}
marquee.marq a.nav-link{
  font-size: 12px;
  margin-top: 10px;
  padding: 2px 10px;
}
}
@media screen and (max-width:1199px){
  .flow_content h1 span{
    font-size: 20px;
    }
    .flow_content h1 {
    font-size: 30px;
    margin-bottom: 60px;
    }
    .flow_content p {
    font-size: 16px;
    margin-bottom: 30px;
    }
    a.start_{
    font-size: 15px;
    }
    a.start_ img{
    width: 15px;
    }
    .flow_drive h2, .flow_offerd h2, .dr_content h3,
    .to_the_team h2{
    font-size: 30px;
    }
    .dr_content h3{
    font-size: 25px;
    }
    .dr_content p{
    font-size: 16px;
    }
    .to_the_team p {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    max-width: 1210px;
    margin: 10px 0px;
    padding: 20px;
    }
.flow_drive,
.dr_detail {
  padding: 80px 0px;
}
   
}
@media screen and (max-width:767px){
  a.start_,.dr_figure{
    margin-bottom: 20px;
  }
  .flow_video {
    height: 300px;
}
.flow_offer_list{
  padding: 20px;
}
}
@media screen and (max-width: 575px){
  .flow_drive h2, .flow_offerd h2, .dr_content h3, .to_the_team h2,
  .dr_content h3 {
    font-size: 20px;
}
.flow_content h1{
  flex-direction: column;
}
.flow_content h1 span br{
  display: none;
}
.dr_content h5{
  margin-top: 10px;
  font-size: 16px;
}
.flow_drive,
.dr_detail {
  padding: 50px 0px;
}
.flow_video {
  height: 208px;
}
.flow_drive {
  padding: 50px 0 30px;
}
.flow_offerd {
  padding: 50px 0;
}
}
@media screen and (max-width: 350px){
  .flow_drive h2, .flow_offerd h2, .dr_content h3, .to_the_team h2,
  .flow_offer_list strong,
  .dr_content h3 {
    font-size: 16px;
}

}
/* landing-page-css */
.the-michael-koch-group_the-michael-koch-group #my_nav{
 background: #000;
}
@font-face {
  font-family: Avenue;
  src: url(5thAvenue.ttf);
}
.the-michael-koch-group_the-michael-koch-group {
  font-family: "Poppins", sans-serif;
}
.the-michael-koch-group_the-michael-koch-group h1,
.the-michael-koch-group_the-michael-koch-group h2,
.the-michael-koch-group_the-michael-koch-group h3,
.the-michael-koch-group_the-michael-koch-group h4,
.the-michael-koch-group_the-michael-koch-group h5,
.the-michael-koch-group_the-michael-koch-group h6 {
  font-family: Avenue;
  margin-bottom: 20px;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner {
  padding: 50px 0px;
  background: #fff;
  margin-top: 110px;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure {
  position: relative;
}
.the-michael-koch-group_the-michael-koch-group .sponsor_strip {
  background-color: var(--theme-color);
  position: absolute;
  color: #fff;
  right: 0;
  display: inline-block;
  padding: 5px;
  top: 0px;
}

.the-michael-koch-group_the-michael-koch-group .sponsor_strip::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  margin-right: var(--size);
  transition: border-color 0.2s ease-in-out;
  left: -19px;
  border-top: 18px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid var(--theme-color);
  border-right: 10px solid transparent;
  transform: rotate(180deg);
  top: 0;
}
.the-michael-koch-group_the-michael-koch-group
  .landing_banner_figure
  figcaption {
  position: absolute;
  left: 0;
  top: 17%;
  width: 100%;
  margin-bottom: 0;
  transform: translateY(0%);
}
.the-michael-koch-group_the-michael-koch-group
  .landing_banner_figure
  figcaption
  p.banner_text {
  position: absolute;
  top: -15%;
  text-align: justify;
}
.the-michael-koch-group_the-michael-koch-group
  .landing_banner_figure
  figcaption
  p.banner_text
  span {
  color: var(--theme-color);
  font-weight: 500;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
.the-michael-koch-group_the-michael-koch-group
  .landing_banner_figure
  figcaption
  h1 {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 70px;
  color: #fff;
  font-family: Avenue;
}
.the-michael-koch-group_the-michael-koch-group
  .landing_banner_figure
  figcaption
  h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 40px;
}
.the-michael-koch-group_the-michael-koch-group
  .landing_banner_figure
  figcaption
  h1
  span {
  display: block;
  color: var(--theme-color);
  font-family: Avenue;
}
.the-michael-koch-group_the-michael-koch-group
  .landing_banner_figure
  figcaption
  a.btn-start_today {
  background: var(--theme-color);
  color: #fff;
  font-size: 21px;
  padding: 15px 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  font-weight: 500;
  margin-bottom: 40px;
}
.the-michael-koch-group_the-michael-koch-group
  .landing_banner_figure
  figcaption
  img {
  margin: 30px 0px;
  max-width: 150px;
}

/* ================ */
.the-michael-koch-group_the-michael-koch-group .deleiver_section,
.the-michael-koch-group_the-michael-koch-group .services_section {
  padding: 50px 0px;
}
.the-michael-koch-group_the-michael-koch-group .deleiver_section h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 25px;
}
.the-michael-koch-group_the-michael-koch-group .deleiver_section p,
.the-michael-koch-group_the-michael-koch-group .services_section p {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}
.the-michael-koch-group_the-michael-koch-group .services_section h3,
.the-michael-koch-group_the-michael-koch-group .services_section p {
  text-align: center;
}
.the-michael-koch-group_the-michael-koch-group .services_section h3 {
  color: var(--theme-color);
  font-size: 50px;
  font-weight: 500;
}
.the-michael-koch-group_the-michael-koch-group
  .services_section
  a.quick_link_wrapper {
  display: block;
}
.the-michael-koch-group_the-michael-koch-group .services_section .hover-img {
  color: var(--common);
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0;
  border-radius: 2rem;
}
.the-michael-koch-group_the-michael-koch-group
  .services_section
  .hover-img
  figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.1em;
  z-index: 2;
  transition-delay: 0.1s;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2rem;
  justify-content: end;
  align-items: start;
}
.the-michael-koch-group_the-michael-koch-group .hover-img figcaption h4 {
  font-size: 23px;
  color: #fff;
  font-family: sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  text-align: start;
}
.the-michael-koch-group_the-michael-koch-group .hover-img::before,
.hover-img::after {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 32px solid rgba(0, 0, 0, 0.5);
  border-bottom: 32px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0.2;
  transform: scaleY(2);
}
.the-michael-koch-group_the-michael-koch-group
  .services_section
  .hover-img
  *
  span {
  display: block;
  font-family: sans-serif;
}
.the-michael-koch-group_the-michael-koch-group
  .tele_section
  .linkedin_profile_url {
  background: var(--theme-color);
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 50px;
  border-radius: 20px;
}
.the-michael-koch-group_the-michael-koch-group
  .tele_section
  .linkedin_profile_url
  .linkedin_profile_heading
  h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: start;
}
.the-michael-koch-group_the-michael-koch-group
  .tele_section
  .linkedin_profile_url
  .linkedin_profile_heading
  h3
  span {
  display: inline-block;
  color: #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;
}

/*custom-css*/
.flash_logo_wrapper {
    margin-top: 60px;
    display: flex;
    align-items: center;
}
.flash_logo_wrapper .conf_date_list {
    padding-left: 42px;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
}
.flash_logo_wrapper >img {
    max-width: 170px;
}
/* .flash-sale-2024_flash-sale-2024 section{
  padding: 70px 0;
} */
.flash-sale-2024_flash-sale-2024 section.agenda,body.flash-sale-2024_flash-sale-2024 section.Limited-Time.event-why-attend,
.flash-sale-2025_flash-sale-2025 section.agenda,body.flash-sale-2024_flash-sale-2024 section.Limited-Time.event-why-attend{
  background: #ecdff3;
} 
.flash-sale-2024_flash-sale-2024 section.agenda .tab-content,
.flash-sale-2025_flash-sale-2025 section.agenda .tab-content{
  background: transparent;
}
.flash-sale-2024_flash-sale-2024 section.agenda p,
.flash-sale-2025_flash-sale-2025 section.agenda p {
    font-weight: 500;
    color: #333;
}

.flash-sale-2024_flash-sale-2024 section.agenda .timeline ul li,
.flash-sale-2025_flash-sale-2025 section.agenda .timeline ul li {
    background: var(--theme-bg-color);

}
.flash-sale-2024_flash-sale-2024 .footer-primary,
.flash-sale-2025_flash-sale-2025 .footer-primary{
  display: none;
}
.Flash_Banner_sect{
  height: 120vh!important;
}
body.user_login input.button.form-submit{
  color: #000;
}
/* =============@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 only screen and (max-width: 1400px){
  .the-michael-koch-group_the-michael-koch-group .landing_banner_figure figcaption p.banner_text{
    right: 5%;
  }
  .Flash_Banner_section h1 {
    font-size: 36px;
    line-height: 1.2;
       max-width: 832px;

}
.Flash_Banner_section p {
   max-width: 832px;
    font-size: 18px;

}
.flash_discount_wrapper h2 {
    font-size: 28px;

}
.flash_discount_wrapper span {
    font-size: 18px;

}
.flash_discount_wrapper {
    padding-right: 24px;
}
.discount_wrapper2 {
    padding-left: 24px;
}
.Flash_Banner_section .mt-40 {
    margin-top: 35px;
}
.register_wrapper a {
    font-size: 21px;
   
    padding: 13px 30px;

}
.register_wrapper p {
    font-size: 18px;
  }
.flash_add_wrapper h4 {
    font-size: 21px;
    margin-bottom: 5px;
    background: #00000085;

}
    .Flash_Banner_section .contest_prize_text p,.contest_prize_text span {
        font-size: 14px;
    }
}

@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-sale-2024_flash-sale-2024 section.agenda,
.flash-sale-2025_flash-sale-2025 section.agenda{
  overflow-x: hidden;
}
.Flash_Banner_section p {
        max-width: 645px;

    }
    .add_img {

    max-width: 250px;
}
.flash_add_wrapper h4{
  background: #0e0b0ba6;
  padding: 10px;
  border-radius: 10px;
}
}

@media only screen and (max-width: 991px) {
  .the-michael-koch-group_the-michael-koch-group
    .landing_banner_figure
    figcaption
    p.banner_text {
    position: static;
  }
  .the-michael-koch-group_the-michael-koch-group
    .landing_banner_figure
    figcaption
    h1,
  .the-michael-koch-group_the-michael-koch-group .deleiver_section h3,
  .the-michael-koch-group_the-michael-koch-group .services_section h3,
  .the-michael-koch-group_the-michael-koch-group
    .tele_section
    .linkedin_profile_url
    .linkedin_profile_heading
    h3,
    .home_home .technology-section h3 {
    font-size: 25px;
  }
  .the-michael-koch-group_the-michael-koch-group
    .tele_section
    .linkedin_profile_url
    .linkedin_profile_heading
    p {
    text-align: start;
  }
  .the-michael-koch-group_the-michael-koch-group
    .tele_section
    .linkedin_profile_url
    .attendee-number
    .linkedin-profile
    img {
    transform: scale(1);
  }
  .the-michael-koch-group_the-michael-koch-group .develop_img h6 {
    color: #fff;
    background-color: var(--theme-color);
    padding: 10px 10px;
    border-radius: 10px;
    max-width: 247px;
    font-size: 16px;
    position: absolute;
    bottom: 60px;
    left: 1px;
  }
  .the-michael-koch-group_the-michael-koch-group
    .tele_section
    .linkedin_profile_url
    .linkedin_profile_heading
    p {
    color: #d1d2d3;
    margin-top: 20px;
    font-size: 16px;
   
  }
  .the-michael-koch-group_the-michael-koch-group
  .mailer_part
  .linkedin_profile_url
  .linkedin_profile_heading
  p {
  text-align: center;
  }
  .the-michael-koch-group_the-michael-koch-group .deleiver_section p, .the-michael-koch-group_the-michael-koch-group .services_section p{
    font-size: 16px;
  }
  .the-michael-koch-group_the-michael-koch-group .speaker_founder .develop_img {
    position: relative;
    max-width: 50%;
    margin: 0 auto;
}
.the-michael-koch-group_the-michael-koch-group .speaker_founder .row{
  flex-direction: column-reverse;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure figcaption a.btn-start_today {
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.home_home .technlogy-wrapper {
  padding-top: 16px;
  max-width: 80%;
  margin: 20px auto;
}
.home_home .technology-img{
  padding: 20px;
}
.home_home .technology-section h6{
  font-size: 20px;
}
.home_home .technology-section p, .home_home .technology-section ul li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 16px;
}
.home_home .agenda_btn a{
  font-size: 14px;
}
.the-michael-koch-group_the-michael-koch-group .sponsor_strip{
  top: 0;
}
.flash-sale-2024_flash-sale-2024 section.agenda .timeline ul{
position: relative;
}
.flash-sale-2024_flash-sale-2024 section.agenda .timeline ul:before{
content: "";
position: absolute;
left: 0;
top: 0;
width: 2px;
height: 100%;
background: #38b449;;
}
.flash-sale-2024_flash-sale-2024 section.agenda .timeline ul li {
    background: transparent;

}
    .Flash_Banner_section h1 {
        font-size: 30px;
        max-width: 510px;
    }
.Flash_Banner_section p{
   max-width: 510px;
}
.flash-sale-2024_flash-sale-2024 section.agenda .timeline ul li,
.flash-sale-2025_flash-sale-2025 section.agenda .timeline ul li {
    background: transparent;

}
}

@media only screen and (max-width: 767px) {
  .the-michael-koch-group_the-michael-koch-group
    .landing_banner_figure
    figcaption {
    left: 0;
    top: 12%;
    width: 100%;
    margin-bottom: 0;
    transform: translateY(0%);
    z-index: 111;
  }
  .the-michael-koch-group_the-michael-koch-group
    .landing_banner_figure
    figcaption
    h1 {
    color: var(--theme-color);
  }
  .the-michael-koch-group_the-michael-koch-group .landing_banner_figure figcaption h2{
    font-size: 30px;
    margin-bottom: 0px;
  }

.mailer_part .btn-start_today{
  font-size: 16px;
  max-width: 100px;
}
.the-michael-koch-group_the-michael-koch-group
.landing_banner_figure
figcaption
h1,
.the-michael-koch-group_the-michael-koch-group .deleiver_section h3,
.the-michael-koch-group_the-michael-koch-group .services_section h3,
.the-michael-koch-group_the-michael-koch-group
.tele_section
.linkedin_profile_url
.linkedin_profile_heading
h3 {
font-size: 25px;
}
.the-michael-koch-group_the-michael-koch-group .landing_banner_figure figcaption h1 span{
  color: var(--theme-color);
}
.register_wrapper {

    position: relative;
    z-index: 11;
    background: #0000007a;
    justify-content: center;
    padding: 8px;
}
.register_wrapper a {
        font-size: 18px;
        padding: 10px 24px;
    }
        .register_wrapper p {
        font-size: 16px;
        line-height: 1.45;
    }
    .flash_add_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
     background: #0000007a;
}
    .add_img {
        max-width: 190px;
    }
    .contest_prize img{
      width: 80px!important;
    }
    .flash_discount_wrapper h2,
    .register_wrapper a ,
    .Flash_Banner_section p{
      font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .the-michael-koch-group_the-michael-koch-group
    .landing_banner_figure
    figcaption
    a.btn-start_today {
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .the-michael-koch-group_the-michael-koch-group .landing_banner {
    padding: 50px 0px;
    background: #540d6e3d;
  }
  .the-michael-koch-group_the-michael-koch-group
    .landing_banner_figure
    figcaption {
    position: static;
  }

  .the-michael-koch-group_the-michael-koch-group
    .tele_section
    .linkedin_profile_url
    .linkedin_profile_heading
    h3 {
    text-align: center;
  }
  .the-michael-koch-group_the-michael-koch-group
    .landing_banner_figure
    figcaption
    h2 {
    font-size: 25px;
  }
  .the-michael-koch-group_the-michael-koch-group .sponsor_strip span {
    font-size: 12px;
  }
  .the-michael-koch-group_the-michael-koch-group
    .landing_banner_figure
    figcaption
    a.btn-start_today
    sub {
    font-size: 10px;
    text-align: left;
  }
  .the-michael-koch-group_the-michael-koch-group .deleiver_section p,
  .the-michael-koch-group_the-michael-koch-group .services_section p {
    font-size: 16px;
  }

  .the-michael-koch-group_the-michael-koch-group .develop_img h6 {
    padding: 10px 11px;
    font-size: 20px;
    position: absolute;
    bottom: 100px;
    left: 0px;
  }
 
  .the-michael-koch-group_the-michael-koch-group .strip a {
    padding: 30px;
  }
  .the-michael-koch-group_the-michael-koch-group
    .tele_section
    .linkedin_profile_url
    .linkedin_profile_heading
    p {
    color: #d1d2d3;
    margin-top: 16px;
    font-size: 16px;
  }
  .home_home .technology-img {
    margin: 10px 0px;
  }
  .home_home .technology-section h3 {
    font-size: 30px;
  }
  .home_home .technology-section h6,
  .the-michael-koch-group_the-michael-koch-group h4.dance_himanshuuii {
    font-size: 20px;
  }
  .home_home .technology-section p,
  .home_home .technology-section ul li,
  .home_home .technology-section h6,
  .the-michael-koch-group_the-michael-koch-group h4.dance_himanshuuii {
    font-size: 16px;
  }
  .agenda_btn a:nth-child(2) {
    background-color: #000;
    margin-left: 0;
    margin-top: 20px;
  }
  .the-michael-koch-group_the-michael-koch-group .landing_banner {
    margin-top: 160px;
  }
  .the-michael-koch-group_the-michael-koch-group .sponsor_strip {
    top: 0px;
    transform: translateY(-50px);
  }
  .the-michael-koch-group_the-michael-koch-group
    .tele_section
    .linkedin_profile_url {
    padding: 15px;
  }
  .home_home .technology-section,
  .the-michael-koch-group_the-michael-koch-group .deleiver_section,
  .the-michael-koch-group_the-michael-koch-group .services_section {
    padding: 40px 0px;
  }
  .the-michael-koch-group_the-michael-koch-group .speaker_founder .develop_img {
   
    max-width: 80%;
    
}
.home_home .agenda_btn a:nth-child(2){
  margin-left: 0px;
}

}

@media only screen and (max-width: 400px) {

  .the-michael-koch-group_the-michael-koch-group .agenda_btn a,
  .home_home .technology-section h6,
  .the-michael-koch-group_the-michael-koch-group h4.dance_himanshuuii {
    font-size: 13px;
  }
  .the-michael-koch-group_the-michael-koch-group  .speaker_founder .develop_img {
   
    max-width: 100%;
    
}
.home_home .technology-img::after {

  width: 45px;
  height: 28px;
 
}

}
/*.live_dubai a.btn_live{display:none !important;}*/


.conference-format_conference-format .legitimacy_section .legitimacy_heading h2{
    border: transparent;
    font-size: 50px;
    padding: 0;
}
.conference-format_conference-format .legitimacy_section .legitimacy_content_wrapper p {
   font-size: 22px;
   text-align: center;
   margin-bottom: 50px;
}
.Conference_Format_3 .legitimacy_content_wrapper{
   background: #000;
   padding: 50px;
   text-align: center;
   color: #fff;
   border-radius: 13px;
}
.Conference_Format_3 .red-btn{
   font-size: 16px;
   font-weight: 500;
   line-height: 1.45;
   color: #fff;
   text-transform: uppercase;
   display: inline-block;
   background: var(--theme-color);
   padding: 6px 16px;
   border-radius: 8px;
   border: 1px solid var(--theme-color);
   transition: 0.5s all;
}
.conference-format_conference-format .review_banner_caption h1{
   text-transform: uppercase;
   color: var(--theme-color);
   font-weight: bolder;
   font-size: 80px;
}
.conference-format_conference-format .review_banner_caption strong{
   font-size: 40px;
   color: #fff;
   font-weight: 500;
}
/*.conference-format_conference-format .review_banner_caption p{
   max-width: 50%;
   text-align: justify;
}*/
.speaker_sessions .speaker_content h3{
    font-size: 50px;
   font-weight: 500;
   margin-bottom: 50px;
}
.Conference_Format_4 .speaker_img{
   width: auto;
  max-width: 680px;
}
.speaker_sessions .speaker_content h3 span{
  color: var(--theme-color);
}
.speaker_sessions .speaker_content p{
 font-size: 22px;
 text-align: justify;
}
.Conference_Format_4 .row .col-12:nth-child(2){
   display: flex;
   align-items: center;
   justify-content: center;
}

.conference-format_conference-format .vedio_main_two .item .image_iframe {
   position: relative;
   border-radius: 25px;
   overflow: hidden;
}
.conference-format_conference-format .vedio_main_two .item .image_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.conference-format_conference-format .vedio_main_two .item .image_wrapper img {
    height: 100%;
    object-fit: cover;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev,
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next{
    font-size: 60px!important;
}
.conference-format_conference-format .owl-carousel .owl-nav.disabled{
 display: none;
}
.Conference_Format_7 .review_banner_caption .speaker_content,
 .Conference_Format_9 .review_banner_caption .speaker_content{
   text-align: justify;

}
.Conference_Format_5 .pannelisst{
   background: #000;
   padding: 50px;
   border-radius: 22px;
   color: #fff;
}
.Conference_Format_5 .pannelisst h2{
font-size: 50px;
color: var(--theme-color);
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next{
   right: -108px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev {
   left: -120px;
}
.Conference_Format_5 p{
   font-size: 22px;
}
.Conference_Format_7 .speaker_content h3,
.Conference_Format_9 .speaker_content h3{
  
   font-size: 50px;
   color: var(--theme-color);
   font-weight: 500;
   margin-bottom: 20px;
}
.Conference_Format_7 img,
.Conference_Format_9 img{
   height: 100%;
}
.Conference_Format_7 .review_banner_caption p,
.Conference_Format_9 .review_banner_caption p{
max-width: 100%;
line-height: 1.6;

}


.Conference_Format_6 .speaker_img img,
.Conference_Format_8 .speaker_img img,
.Conference_Format_10 .speaker_img img{
   border-radius: 20px;
}
.Conference_Format_6 .speaker_img ,
.Conference_Format_8 .speaker_img ,
.Conference_Format_10 .speaker_img {
   border-radius: 20px;
   margin-left: -120px;
   width: 50%;
}
.Conference_Format_speak{
   display: flex;
   justify-content: center;
   align-items: center;
}
.Conference_Format_6 .speaker_content,
.Conference_Format_8 .speaker_content,
.Conference_Format_10 .speaker_content{
   background: #f5f5f5;
   padding: 29px;
   border-radius: 15px;
   position: relative;
   width: 50%;
   z-index: 111;
   box-shadow: 3px 4px 10px #423e3e;
}
.Conference_Format_6 .speaker_content p,
.Conference_Format_8 .speaker_content p,
.Conference_Format_10 .speaker_content p {
   font-size: 20px;
   text-align: justify;
   line-height: 1.4;
}

.Conference_Format_6 .row .col-12:nth-child(1),
.Conference_Format_8 .row .col-12:nth-child(1),
.Conference_Format_10 .row .col-12:nth-child(1){
display: flex;
justify-content: center;
align-items: center;
}
.form_section_format .wrappered {
   background: #000;
   padding: 30px;
   border-radius: 22px;
   margin-top: 6rem;
   position: relative;
}
.form_section_format .wrappered form .mt-5{
margin-top: 40px!important;
}
.form_section_format .column_inputing{
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 10px;
}
.form_section_format .column_inputing .js-form-type-tel{
    width: 100%;
}
.form_section_format .column_inputing .js-form-type-tel .form-tel{
 height: 52px;
 margin-bottom: 30px!important;
}
.iti__country-name, .iti__flag-box{
    color: #000;
}
.form_section_format .wrapper{
   color: #fff;
}
.form_section_format .wrappered .form-item,
.form_section_format .wrappered .form-actions{
   margin: 0px!important;
}

.form_section_format input#edit-actions-submit {
   border: 0px;
   background: var(--theme-color);
   width: 100%;
   max-width: 100%;
   white-space: normal;
   display: block;
   border-radius: 4px;
   height: 100%;
   padding: 11px!important;
   font-size: 22px!important;
   color: #fff;
}
.form_section_format .wrapper h2{
font-size: 50px;
font-weight: 500;
margin-bottom: 1rem;
color: #fff;
}
.form_section_format .wrapper h2 span{
   color: var(--theme-color);
}
.form_section_format .wrapper p{
   font-size: 20px;
   margin-bottom: 2rem;
}
.form_section_format .form-text,
.form_section_format  .form-url,
.form_section_format .form-email,
.form_section_format .form-textarea,
.form_section_format .form-tel
{
   width: 100%;
   height: 100%;
   padding: 15px;
   font-size: 1rem;
   border: 1px solid var(--theme-color);
   border-radius: 10px;
}

.form_section_format div#edit-actions {
  
   padding: 0;
}
/* .form_section_format img{
   height: calc(100% + 113px);
   position: absolute;
   top: -83px;
   right: -16px;
   max-width: 90%;
} */
.form_section_format label{
   display: none;
}
.Become_A_Speaker_Banner .review_banner_figure img{
   height: 70vh;
   object-fit: cover;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev {
    left: -120px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev, 
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
    font-size: 80px!important;
    border: none;
}


.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev {
    left: -120px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
    right: -108px;
}
.conference-format_conference-format .owl-carousel .owl-nav button.owl-prev, 
.conference-format_conference-format .owl-carousel .owl-nav button.owl-next {
    font-size: 80px!important;
}
.conference-format_conference-format .single-featured-image-header .top_panel_image_header h1 strong{
    font-size: 40px;
    color: #fff;
}
.conference-format_conference-format  .single-featured-image-header .top_panel_image_header h1{
    text-transform: uppercase;
    color:var(--main-text-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: #540D6E;
    padding: 6px 16px;
    border-radius: 8px;
    border: 1px solid #540D6E;
    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;
}
/*========conf_format-page-css-start=====end=======*/
/*=========@media=========*/
@media screen and (min-width: 1550px){

}

@media screen and (max-width: 1500px){

}
/*===============*/
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
    .flash-sale-2024_flash-sale-2024 .container {
        padding: 0 30px;
    }
}
/*===========*/
@media screen and (max-width: 767px){
  .flash-sale-2025_flash-sale-2025 .experts-section p {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;

}
}
@media screen and (max-width: 575px){


}



/*====================*/



/* Custom chat --------------------------------------------------------------------------------- */
    .custom-chat-container {
      position: fixed;
      bottom: 20px;
      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;
    }

    /* 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 .footerArea,
.flash-sale-2025_flash-sale-2025 .footerArea,
.registration_registration .footerArea,
.flash-sale-2024_flash-sale-2024 .secondary-footer,
.flash-sale-2025_flash-sale-2025 .secondary-footer,
.registration_registration .secondary-footer{
  display: none;
}
.flash-sale-2024_flash-sale-2024 .speaker-items figure.speaker-figure,
.flash-sale-2025_flash-sale-2025 .speaker-items figure.speaker-figure{
  width: auto!important;
}
.flash_add_wrapper{
 position: relative;
 z-index: 11;
}