/* ===============health-css=================================== */
:root {
  font-size: 10px;
   --main-color: #1f7b76;
   --main-blue:#1f7b76;
   --text-color:#331e1e;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0 0 0 0;
}
a,
a:hover {
  text-decoration: none;
}
.clearfix {
  display: block;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
  height: 0;
  width: 0;
}
.menu_bar li a {
    font-size: 1.6rem;

}
.sponsors-exhibitors_sponsors-exhibitors .banner_caption h1 {
    font-size: 4rem;
    font-weight: 700;
}
.sponsor_banner_figure {
  position: relative;
}
.sponsor_banner_caption {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  width: 100%;
}
.sponsors-exhibitors_sponsors-exhibitors .who_we_are_banner h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color:  var(--main-color);
  text-transform: uppercase;
 
}
.sponsors-exhibitors_sponsors-exhibitors .who_we_are_banner h1 span {
  display: block;
  font-weight: 500;
  color: #fff;
}
.btn-start_today {
  display: inline-block;
  background-color:  #000;
  color: #fff;
  padding: 10px 2.4rem;
  border-radius: 6px;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  transition: 0.5s all;
  margin: 2rem 0rem;
}
.btn-start_today a {
    color: inherit;
}
.btn-start_today:hover {
  border: 2px solid  var(--main-color);
  background-color: #000;
  color:  var(--main-color);
}

/*******************about_sponsor_text******************/

.sponsor_about_us {
  padding: 12rem 0;
}
.about_sponsor_text h3 span{
  display: block;
}
.about_sponsor_text small {
  font-size: 2.2rem;
  line-height: 1.45;
  text-transform: uppercase;
  font-weight: 500;
  color:   var(--main-blue);
  display: inline-block;
  border-top: 2px solid  var(--main-color);
  margin-bottom: 16px;
}
.about_sponsor_text h3 {
  font-size: 3.5rem;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
  color:  var(--main-blue);
  margin-bottom: 16px;
}
.about_sponsor_text p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color:  var(--main-blue);
  margin-bottom: 5rem;
  text-align: justify;
}

/*******************past_sponsor_participants****************/

.sponsor_participants_fluid {
  max-width: 100%;
  margin: 0 auto;
  background: var(--main-color);
  /* background: url(https://www.health2conf.com/sites/gfah.com/themes/contrib/gfah/assets/images/sponsor_paricipants_bg.png) no-repeat center center; */
  background-size: cover;
  padding: 5rem 0;

}
.sponsor_atending_wrapper {
 padding: 5.5rem 6rem 0rem 0rem;
    border-right: 2px solid var(--main-blue);
    height: 100%;
}
.sponsor_atending_wrapper small {
  font-size: 2.5rem;
  line-height: 1.45;
  text-transform: uppercase;
  font-weight: 500;
      color: #ffffff;
  display: inline-block;
  border-top: 2px solid  var(--main-color);
  margin-bottom: 16px;
}
.sponsor_participants_fluid img {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #1f7b76;
    border-radius: 10px;
    
   
}
img.attendee_img{
    width: 100%;
    max-width: 100%;
     border: 2px solid #f53a2700;
    border-radius: 14px;
    box-shadow: 0px 0px 5px #f53a27;
}
.sponsor_atending_wrapper h3 {
  font-size: 3.5rem;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2.4rem;
  padding: 0;
}
.sponsor_atending_wrapper p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #d1d1d1;
  margin-bottom: 5rem;
  text-align: justify;
  color: #ffffff;
}
.sponsor_atending_wrapper strong {
  font-size: 8rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.sponsor_atending_wrapper sub {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #d1d1d1;
  display: inline-block;
}
.single-featured-image-header .top_panel_image_header h1 {
  font-size: 4rem;
  font-weight: bold;
}
.sponsor_icon_wrap img{
  max-width: 5.5rem;
}
.sponsor_icon_wrap {
  display: flex;
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  background-color: #000;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
  transition: 0.5s all;
}
span.sponsor_icon_wrap:hover {
    background-color: #1d9790;
    border: 2px solid #fff;
}
.col-sponsor-icon h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.mb-6 {
  margin-bottom: 5.5rem;
}

/**************************sponsor_storry_section*************/

.sponsor_storry_section {
  padding: 12rem 0;
}
.sponsor_storry_section small {
  font-size: 2.5rem;
  line-height: 1.45;
  text-transform: capitalize;
  font-weight: 500;
  color:   var(--main-blue);
  display: inline-block;
  border-top: 2px solid  var(--main-color);
  margin-bottom: 16px;
}
.sponsor_storry_section h2 {
  font-size: 3.5rem;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
  color:  var(--main-blue);
  margin-bottom: 2.4rem;
}
.sponsor_storry_section p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color:  black;
  margin-bottom: 3rem;
}
.sponsor_storry_section .btn-start_today {
  margin-top: 6rem;
}
.sponsor_storry_section .btn-start_today:hover {
  border: 2px solid  var(--main-color);
  background-color: transparent;
}
.success_rate {
  
  /*background-size: 100% 100%;*/
  padding: 5rem;
  width: 100%;
  text-align: center;
  height: 308px;
  max-height: 308px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.success_rate_1{
    background-color: #3a8b85;
    border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
}
.success_rate_2{
     background-color: #3a8b85;
    border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
}
.success_rate_3{
     background-color: #3a8b85;
    border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
}
.success_rate_4{
    background-color: #3a8b85;
    border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
}
.success_rate strong {
  font-size: 7rem;
  line-height: 1.45;
  color: #fff;
}
.success_rate small {
  font-size: 2.5rem;
  line-height: 1.45;
  color:  var(--main-color);
  font-weight: 500;
      margin: 0 0;
}
.success_rate small  p{
  color: white;
}

/**********************sponsor_companies_Section*******************/
.sponsor_companies_Section {
  /* padding: 12rem 0; */
  text-align: center;
}
.sponsor_companies_Section small {
  font-size: 2.5rem;
  line-height: 1.45;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  display: inline-block;
  border-top: 2px solid  #000;
  margin-bottom: 16px;
}
.sponsor_companies_Section h3 {
  font-size: 3.5rem;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
/*  margin-bottom: 2.4rem;*/
  padding: 1rem 0rem;
}
.sponsor_companies_Section p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  
}
ul.company_list {
    display: flex;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
}
ul.company_list li {
    padding:8px 16px;
    width: calc(100% / 5);
    
}
/***************************************/
.sponsor_us_section {
  padding: 10rem 0;
}
.sponsor_us_section small {
  font-size: 2.5rem;
  line-height: 1.45;
  text-transform: uppercase;
  font-weight: 500;
  color:   var(--main-blue);
  display: inline-block;
  border-top: 2px solid  var(--main-color);
  margin-bottom: 16px;
}
.sponsor_us_section h3 {
  font-size: 3.5rem;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 600;
  color:  var(--main-blue);
  margin-bottom: 2.4rem;
  padding: 0;
  position: relative;
}
.sponsor_us_section h3 img{
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
}
.sponsor_us_section .sponsor_collase strong {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color:  var(--main-blue);
}
.sponsor_us_section .sponsor_collase p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #2f2f2f;
  margin-bottom: 16px;
}


.sponsor_us_img1 {
  width: 100%;
  max-width: 100%;
}
/***************number_matter_section*******/

.number_matter_section {
  text-align: center;
  padding-bottom: 4rem;
}
.number_matter_section img{
  width: auto;
  max-width: 100%;
}
.number_matter_section h3 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
  color:  var(--main-blue);
  margin-bottom: 50px;
 
}
.number_list {
  margin-bottom: 4rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
}

.number_list strong {
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  color:  var(--main-color);
}
.number_list span {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 400;
  color:  var(--main-blue);
  display: block;
}

.event-intro.contact-us{
  padding: 5rem 0 !important;
}

footer li a,.contact-list li,.breadcrumb li a,.breadcrumb li {
    font-size: 16px;
}
footer h4 {
    font-size: 2.4rem;
}

p.send_mail_to {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}
p.send_mail_to a {
    font-size: inherit;
    color: #75b482;
}

/*=========for-mobile-toggle-btn============*/
 .navbar-toggler .navbar-toggler-icon {
   width: 23px;
   max-width: 23px;
}
 header .navbar-toggler{
  padding: 15px;
  border-radius: 5px;
  border: 1px solid white;
  background: #1b2f58;

}

/*=======header-sticky========*/
.sponsors-exhibitors_sponsors-exhibitors .header.sticky-header nav.navbar.my-navbar{
   padding: 14px 4px;
}
.page-health2conf .footer-wrapper p{
  font-size: 16px;
}


/****************************/
.sponsor_header img.close_img {
  display: none;
}
.sponsor_header img {
  display: inline-block;
}
.sponsor_header.open_show img,
.sponsor_collase .open_show.collapsed img.close_img {
  display: none;
}
.sponsor_header.open_show img.close_img {
  display: inline-block;
}
.sponsor_collase .open_show.collapsed img.open_img {
  display: inline-block;
}
.sponsors-exhibitors_sponsors-exhibitors .iti__flag-container {
  margin: -5px;
 
}
.sponsors-exhibitors_sponsors-exhibitors .iti__country-list{
  white-space: normal;
}
.sponsors-exhibitors_sponsors-exhibitors .iti__country-name,.sponsors-exhibitors_sponsors-exhibitors .iti__dial-code{
  font-size:16px
}
.sponsors-exhibitors_sponsors-exhibitors .js-form-item.form-item label{
  font-size: 13px;
  display:block;
 }
 .sponsors-exhibitors_sponsors-exhibitors .js-form-item.form-item .option{
   display:inline-block;
 }
 .sponsors-exhibitors_sponsors-exhibitors .iti--allow-dropdown{
  width:100%;
 }

/*================media-start==============================*/
@media screen and (min-width:1650px){
.container {
  max-width: 1535px;
  margin: 0 auto;
}
}
@media screen and (max-width:1820px){
  :root {
  font-size: 9px;
}

}
/*================================================*/
@media screen and (max-width:1720px){
  :root {
  font-size: 8px;
}
}
/*==============================================*/
@media screen and (max-width:1500px){
  :root {
  font-size: 8px;
}
}
@media screen and (max-width:1199px) and (min-width:991px){
  .success_rate strong{
    font-size: 5rem;
}
}
/*==========================================================*/
@media screen and (max-width:991px){
  :root {
  font-size: 8px;
}
.sponsor_us_section .sponsor_collase strong{
  font-size: 16px;
}
.sponsor_form_wrapper label{
  font-size: 15px;
}

/*==================================================*/
@media screen and (max-width:767px){
  :root {
  font-size: 7px;
}
.sponsor_atending_wrapper {
 
  text-align: center;
}
.sponsor_atending_wrapper p{
  text-align: center;
}
.col-sponsor-icon{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sponsor_storry_section p{
text-align: justify;
}
.success_rate{
  margin: 10px 0px;
}
.about_sponsor_figure{
  padding: 30px 0px;
}
.sponsor_atending_wrapper {
    padding: 0;
    border-right: none;
    height: 100%;
}
ul.company_list li {
    
    width: calc(100% / 2);

}
.sponsor_us_section h3 img {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
}
.about_sponsor_text p,.sponsor_atending_wrapper p,.sponsor_storry_section p,.col-sponsor-icon h4{
  font-size:16px;
}
.sponsor_about_us,.sponsor_us_section,.sponsor_storry_section  {
  padding: 10rem 0;
}

}
/*===================*/
@media screen and (max-width:575px){
  :root {
  font-size: 7px;
}
.sponsor_companies_Section h3,.sponsor_storry_section h2,.sponsor_us_section h3,.number_matter_section h3,.sponsor_atending_wrapper h3{
  font-size: 3.5rem;
}
.sponsor_us_section small{
  margin-top: 20px;
}
.header.sticky-header {
  padding: 10px!important;
}
.header{
  padding: 10px!important;
}
.number_list strong{
  line-height: 1.45;
  font-size: 5rem;
}

.col-sponsor-icon h4{
   text-align: center;
}
   br{
  display: none;
  }
  .sponsors-exhibitors_sponsors-exhibitors .single-featured-image-header img{
   object-fit: cover;
    height: 55vh;
  }
  .single-featured-image-header .top_panel_image_header{
    bottom: 40%;
    top: inherit;
  }
  ul.company_list {
    
    flex-direction: column;
}
  ul.company_list li {
    padding: 8px 19px;
    width: calc(100% / 2);
    margin: 10px 0px;
}
.js-form-type-checkbox{
text-align: left;
display: flex;
justify-content: start;
align-items: center;
margin: 7px 0px;
}
.sponsor_us_section .sponsor_collase strong{
  font-size: 16px;
}
.about_sponsor_figure{
  padding-top: 16px;
}

}
}

/*==================*/
@media screen and (max-width:400px){
  :root {
  font-size: 7px;
}
.number_list{
  flex-direction: column;
}

.sponsor_companies_Section p,.sponsor_storry_section p{
 
  text-align: justify;
}
.single-featured-image-header img {
 
  height: 55vh;
}


.number_matter_section h3 {
  margin-bottom: 21px;
}
}
/* ========================banner-form=============================== */
.sponsors-exhibitors_sponsors-exhibitors .banner-figure {
  position: relative;
  margin: 0;
}
.sponsors-exhibitors_sponsors-exhibitors .banner-caption {
  position: absolute;
  top: 57%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.sponsors-exhibitors_sponsors-exhibitors .banner-section .wrapper {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.sponsors-exhibitors_sponsors-exhibitors .webform_sponsor{
  max-width: 100%;
  background: white;
  padding: 20px;
  border-radius: 20px;
}
.sponsors-exhibitors_sponsors-exhibitors .sponsor_form_wrapper .col-input input {
  height: 35px;
  max-height: 35px;
  font-size: 14px;
  border: 1px solid #000000!important;
}
.sponsors-exhibitors_sponsors-exhibitors .sponsor_form_wrapper .col-input textarea {
    font-size: 14px;
    border: 1px solid #000000!important;
}
.form_heading_wrapper{
  display: flex;
    justify-content: start;
    align-items: center;
}
.form_heading h1{
  font-size: 30px;
  color: white;
  font-weight: 600;
}
.sponsors-exhibitors_sponsors-exhibitors .js-form-type-select {
  display: flex;
  flex-direction: column;
}

.sponsors-exhibitors_sponsors-exhibitors .js-form-item.form-item select {
  text-transform: none;
  height: 35px;
  font-size: 13px;
  border: 1px solid black;
  padding: 0;
}
.sponsors-exhibitors_sponsors-exhibitors .captcha{
  justify-content: center;
}
.sponsors-exhibitors_sponsors-exhibitors .js-form-item.form-item{
  margin: 0px!important;
}
.sponsors-exhibitors_sponsors-exhibitors .col-input{
margin: 5px 0px;
}
.sponsors-exhibitors_sponsors-exhibitors .banner-figure img{
  height: 90vh;
  object-fit: cover;
}
.sponsors-exhibitors_sponsors-exhibitors .g-recaptcha div{
  margin: 0 auto;
}


/* ============================================================================= */
/* ========================banner_from_media========================= */

@media screen and (max-width:1500px){
  .sponsors-exhibitors_sponsors-exhibitors .banner-caption {
   
    top: 57%;
  
    transform: translateY(-48%);
   
  }

  .sponsors-exhibitors_sponsors-exhibitors .g-recaptcha {
    overflow: scroll;
  }
 
}
@media screen and (max-width: 1400px) and (min-width: 1024px){
  .sponsors-exhibitors_sponsors-exhibitors .banner-figure img {
      height: 110vh;
  }
  }

/* ========================= */
/* ========================= */



@media screen and (max-width:991px){
  .sponsors-exhibitors_sponsors-exhibitors .banner-figure img{
    height: 70vh;
}
}
@media screen and (max-width:575px){
    .sponsors-exhibitors_sponsors-exhibitors .banner-section{
    background: url(https://www.health2conf.com/sites/gfah.com/files/2023-03/health-20-conference-1_0.webp) no-repeat center;
    background-size: cover;
    background-color: black;
    padding: 25rem 0rem 10rem
  } 
  .sponsors-exhibitors_sponsors-exhibitors .banner-caption{
  transform: translateY(0);
  position: static;
  }
  .sponsors-exhibitors_sponsors-exhibitors .banner-figure img {
    display: none;
  }
.sponsors-exhibitors_sponsors-exhibitors .breadcrumb-list{
  margin-top: 0px;
}
.form_heading_wrapper{
  justify-content: center;
}
.form_heading{
 text-align: center;
 margin-bottom: 20px;
}
.sponsors-exhibitors_sponsors-exhibitors .breadcrumb-list {
  margin-top: 10px;
}
.sponsors-exhibitors_sponsors-exhibitors .form_heading h1 {
  font-size: 20px;
}
}
/* ======================= */

/* =========================banner_from_media=======end========================== */