

section.banner.covid_banner_section {
    position: relative;
    overflow: hidden;
}
.shutterstock {
    position: absolute;
    top: 50%;
    width: 40%;
    left: 8%;
    transform: translateY(-36%);
}
.confrence_status p a {
    line-break: unset !important;
}
.shutterstock img {
  /*  width: 500px;*/
  width: auto;
  max-width: 90%;
}

.index_caption {
    position: absolute;
    top: 53%;
    right: 8%;
    width: 41%;
    text-align: right;
    transform: translateY(-17%);
}

div.covid_h1 {
    color: #fff;
    width:auto;
    font-size: 100px;
    font-weight: 900;
    font-family: Bahnschrift;
}

div.covid_h2 {
    color: red;
    padding-left: 10px;
    width: auto;
    font-size: 23px;
    font-family: Bahnschrift;
    padding-top: 11px;
}

p.covid_p_text {
    color: #fff;
    width: 100%;
    float: right;
    font-weight: 300;
    text-align: left;
    font-size: 16px;
    display: block;
    padding-left: 6px;
}
span.covid_h3 {
    color: #fff;
    font-size: 24px;
    font-family: Bahnschrift;
    padding: 0px;
}

h1.covid_banner_text {display: flex;width: 100%;justify-content: flex-start;text-align: left;}

.covid_count_section {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    width: 100%;
}
.covid_count_details {
    display: flex;
    flex-wrap: wrap;
}

.covid_count_text {
    width: 50%;
}

.covid_count_num {
    width: 16.6%;
}
.covid_detail {
    position: relative;
        background: #114c94;
}

.covid_subtext {
    font-size: 12px;
    text-align: left;
}

.covid_text {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}


.confrence_status{
    padding: 70px 0 70px;
    background-image: url(../images/conference_status_bg.png);
    background-size: 100% 100%;
    border-bottom: 2px solid #75b482;
}
.confrence_status_img{
    width:100%;
}
.confrence_status h3 {
    margin: 0 0 1rem 0;
    font-weight: 700;
    padding: 0;
    font-size: 27px;
    color: #1f7b76;
    text-align: left;
    text-transform: uppercase;
}

.confrence_status p {
    margin-bottom: 1rem;
    font-size: 14px;
    text-align: justify;
    font-weight: 500;
}
.confrence_banner img {
    width: 55%;
}

.confrence_banner {
    padding: 6px;
    background-color: #75b482;
    margin-top: 3rem;
    border-radius: 20px;
    color: #fff;
    /*    padding-left: 5px;*/
}
.confrence_banner p{
    font-size: 16px;
}
.confrence_banner h3 {
margin-bottom: 8px;
    text-align: center;
    padding: 0 !important;
    color: #fff;
    margin-top: 0;
}.conference_banner_detail a {
    color: #041f44;
}
.conference_banner_detail:hover a {
    color: #fff;
}

.conference_banner_detail:hover {
    background-color: #1f7b76;
    color: #fff;
    cursor: pointer;
}

.conference_banner_detail a:hover {
    color: #fff;
}
.conference_banner_detail {
    background-color: #fff;
    color: #1f7b76;
    width: auto;
    border: 2px solid #ffffff;
    padding: 12px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 10px;
    margin: 0 0;
}
.confrence_banner p {
    text-align: center;
    width: 80%;
    margin: auto;
}

section.conference_hall_section {
    padding: 70px 0;
    background-color: #000;
    background-image: url(../images/confrence_hall_bg.png);
    background-size: 100% 100%;
}
.confrence_hall_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.confrence-hall-box {
    width: 18%;
    margin: 25px 10px;
    border-radius: 10px;
    padding: 15px 20px;
    background-color:  #fff;
    text-align: center;
    transition: 0.5s all;
}

.confrence-hall-box img {
    width: 45%;
    min-height: 130px;
    object-fit: contain;
    max-height: 130px;
}
.confrence-hall-box:hover {
   /* background-color: #0e4fa9;*/
   /* transition: background-color 0.5s ease;*/
   transform: scale(1.05);
}

.confrence-hall-box:hover img {
 /*   filter: invert(1);  */
/*    transition: filter 0.5s ease ;*/
}

.confrence-hall-box:hover p {
/*    color: #fff; 
    transition: color 0.5s ease;*/
}
.confrence-hall-box p {
    font-size: 12px;
    text-align: center;
    margin-top: 1rem;
}

section.conference_hall_section h3 {
    margin: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    position: relative;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    font-size: 27px;
}
section.conference_hall_section h3+p::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 55%;
    height: 3px;
    background: #75b482;
    transform: translateX(-50%);
}
section.conference_hall_section h3+p::after{

    content: '';
    position: absolute;
    bottom: -21px;
    left: 50%;
    width: 22px;
    height: 22px;
    /* background: url(/sites/intercon.com/themes/contrib/intercon/images/covid_plus_icon.png) no-repeat center center; */
    background-size: cover;
    /* background: transparent; */
    background-color: #000;
    z-index: 11;/* padding: 8px; */
    content: "\f067";
    font-family: FontAwesome;
    /* border: 1px solid red; */
    color: #fff;
    transform: translateX(-50%);
}



section.conference_hall_section h3 + p {
    font-size: 14px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
section.conference_hall_section p {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin-top: 0;
    font-weight: 500;
}
section.treatment-section img {
    width: 100%;
}

.treatment_details {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.treatment-section {
    /* padding: 70px 0; */
    color: #fff;
    /* margin-top: 70px; */
    position: relative;
    background-color: #1352ab;
    display: none;
}
.treatment-section-right ul li {
    margin-bottom: 10px;
    line-break: anywhere;
}
.treatment-section-left li {
    font-size: 14px;
    margin-bottom: 10px;
}
.treatment-section-left h3 {
    margin-bottom: 15px;
    padding: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.treatment-section-left div {
    font-size: 12px;
    color: #73e3ff;
    font-weight: 500;
}

.treatment-section-right {
    padding: 40px 35px;
    background-color: #0d428d;
    border-radius: 20px;
}
.treatment-section-left {
    padding: 20px 0;
}
.treatment-section-left ul {
    padding-left: 20px;
}
.treatment-section-right h3 {
    margin-bottom: 1rem;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}

.treatment-section-right ul {
    margin-left: 20px;
    margin-top: 1rem;
    font-size: 14px;
}

.treatment-section-right p {
    font-size: 14px;
}

.treatment-section-left p {
    font-size: 16px;
    text-align: justify;
    width: 86%;
    margin-top: 2rem;
}

section.health_section {
    padding: 70px 0;
    background-image: url(../images/advisory_bg.png);
    background-size: 100% 100%;
}

.health_section_right img {
    width: 100%;
}

.health_section_left {padding: 0px 0 0px 0;}

.health_section_left h3 {
    margin-bottom: 3rem;
    font-weight: 600;
    padding: 0;
    font-weight: 700;
    color: #1f7b76;
    text-transform: uppercase;
    position: relative;
    font-size: 27px;
    display: inline-block;
}
.health_section_left h3::before{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 90%;
    height: 3px;
    background: #1f7b76;
    transform: translateX(-50%);
}

.health_section_left p {
    text-align: justify;
}


.health_section_left ul {
    padding-left: 32px;
    margin-bottom: 16px;
}
.health_section_left ul li {
    font-size: 14px;
    text-align: justify;
    color:#212529;
    font-weight:500;
    line-height:1.45;
}

.health_section_left ul li+li{
    margin-top: 8px;
}
/*.health_section_left ul {
    margin-left: 32px;
    margin-bottom: 20px;
}
.health_section_left ul li {
    margin-bottom: 10px;
}
.health_section_left {
    text-align: justify;
}*/

.health_section_left h3::after{position: absolute;
    bottom: -22px;
    left: 50%;
    width: 22px;
    height: 22px;
    background-size: cover;
    background-color: #ffffff;
    z-index: 11;
    content: "\f067";
    font-family: FontAwesome;
    color: #75b482;
    transform: translateX(-50%);
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.health_section_left p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

a.stay-informed {
    color: #fff;
    text-decoration:underline;
}

/*******custom-css************/
.j-center {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.confrence_banner p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
/*media queries for covid index start*/


@media screen and (max-width: 1580px){
div.covid_h2 {
    font-size: 21px;
}

span.covid_h3 {
    font-size: 25px;
}

}

@media screen and (max-width: 1800px){
div.covid_h2 {
    font-size: 21px;
}

span.covid_h3 {
    font-size: 25px;
}
    
}

@media screen and (max-width: 350px){
div.covid_h2 {
    font-size: 21px;
}

span.covid_h3 {
    font-size: 25px;
}
    
}


@media screen and (min-width: 1600px){

div.covid_h2 {
    font-size: 29px;
}

span.covid_h3 {font-size: 28px;}

div.covid_h1{
    font-size: 80px;
}

    }



@media screen and (min-width: 1800px){

div.covid_h2 {
    font-size: 35px;
  
}
div.covid_h1 {
    font-size: 95px;
}

span.covid_h3 {font-size: 35px;}

    }
    
@media screen and (max-width: 1400px){
div.covid_h1 {
    font-size: 70px;
    font-weight: 700;
}
div.covid_h2 {
 
    font-size: 24px;

}
span.covid_h3 {
    font-size: 24px;
}
}

@media screen and (max-width: 1199px){
 .confrence-hall-box{
     width:22%;
 }   
 section.banner.covid_banner_section{
     overflow:hidden;
 }
/* .shutterstock img{
     width: 360px;
 }*/
 .shutterstock{
     transform: translateY(-29%);
 }
 .index_caption{transform: translateY(-25%);}
 div.covid_h1{
     font-size: 86px;
 }
 span.covid_h3{
     font-size: 16px;
 }
 div.covid_h2{
     font-size: 20px;
 }
 .conference_banner_detail{
 text-align:center;
 width: 100%;
 margin-left: 0;
 margin-top: 1rem;
 margin-bottom: 1rem;
 margin-right: 16px;
 font-size: 12px;
}
.confrence_banner img{
    margin-top: 0;
    width: 65%;
}
.confrence_banner p{
    font-size: 16px;
}
.confrence_status_img{
    margin-top:70px;
    width: 70%;
    margin-bottom: 30px;
}
p.covid_p_text{
}
.confrence_status {
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
}
@media screen and (max-width: 1199px){
.health_section_left h3::before {
    left: 16%;
    width: 26%;
    transform: translateX(-50%);
}
.health_section_left h3::after {
    left: 16%;
    transform: translateX(-50%);
}
.row.row_revers {
    flex-direction: column-reverse;
}
.row.row_revers .col_revers {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%;
    max-width: 100%;
}
.confrence_status .row.row-expand {
    flex-direction: column;
}
.confrence_status .row.row-expand>.col-lg-5, .confrence_status .row.row-expand>.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 100%;
    max-width: 100%;
}
.health_section_right img {
width: 100%;
max-height: 400px;
    width: auto;
}
.health_section_right{
    text-align: center;
}
.health_section_left h3{
    margin-bottom: 3rem;
    font-size: 1.8rem;
}
.covid_banner img {
    height: 50vh;
}
.shutterstock img{
    height:auto;
    width: 80%;
    margin: auto;
    display: flex;
}
}
@media screen and (max-width: 991px){
    .health_section_left h3::before {
    left: 22%;
    width: 30%;
    transform: translateX(-50%);
}
.health_section_left h3::after {
    left: 22%;
    transform: translateX(-50%);
}

     div.covid_h1{
     font-size: 44px;
     width: auto;
 }
 span.covid_h3{
     font-size: 17px;
 }
 div.covid_h2{font-size: 14px;padding: 6px 0 0 8px;}
 p.covid_p_text{
     font-size:12px;
 }
     .covid_banner img{
        width: 100%;
        height: 35vh;
        object-fit:cover;
    }
    .covid_detail img{
     width:100%;
     height:15vh;
     object-fit:cover;
    }
/*    .shutterstock img {
    width: 280px;
    object-fit:contain;
}*/
.shutterstock{transform: translateY(-30%);top: 60%;}
.index_caption{
    top: 60%;
    transform: translateY(-20%);
    right: 0%;
    width: 50%;
}
    .confrence_status{
        text-align:center;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .confrence_status h3{
        font-size: 1.5rem;
        margin-bottom:15px;
    }
    .confrence_status_img{
        width: 70%;
        height: 100%;
        object-fit: contain;
    }

.confrence_banner{
    text-align:center;
}
.confrence_banner p{
    font-size: 14px;
}
.confrence_banner img{
    width: 100%;
    margin-top: 0;
}
.confrence_banner h3{
    margin-top:0;
    text-align: center;
}
.conference_banner_detail{
    margin-bottom: 1rem;
    width: auto;
    margin-top: 1rem;
    margin-right: 12px;
    font-size: 10px;
}
.confrence-hall-box{
    width:22%
}
.confrence-hall-box img {
    width: 45%;
    min-height: 90px;
    object-fit: contain;
    max-height: 100px;
}
section.treatment-section img{
    height:60vh;
    object-fit:cover;
}
.health_section_right{
    text-align:center;
}
/*.health_section_right img{
    width:50%;
}*/
.confrence_status_img{
    margin-top:0 !important;
}

section.banner.covid_banner_section{
  /* margin-top: 40px; */
}

.covid_banner img {
    height: 40vh;
}
.shutterstock img{
    height:auto;
}
}

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

div.covid_h1{
     
font-size: 32px;
width: auto;
 }
 span.covid_h3{
     font-size: 16px;
 }
 div.covid_h2{
     font-size: 14px;
     padding-top: 2px;
     padding-left: 12px;
 }
 p.covid_p_text{
     font-size: 12px;
 }
 .confrence_status_img{
     width:100%;
 }
 .covid_count_text {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
}
.covid_count_details{
    text-align:center;
    justify-content:center;
}
.covid_subtext{
    text-align:center;
}
.covid_text{
    text-align:center;
}
.covid_count_num {
    width: 33.33%;
}
    .shutterstock img{
        
width:100% !important;
        
object-fit: contain !important;
        
height: auto !important;
    }
.shutterstock {
    /* transform: translateY(-50%); */
    /* left: 5%; */
    /* top: 50%; */
    width: 25%;
    transform: translateY(20%);
    top: unset;
    bottom: 20%;
}
/*    .covid_banner img{
        width:100%;
        height: 35vh;
        object-fit:cover;
    }*/
/*    .covid_detail img{
     width:100%;
     height:20vh;   
       object-fit:cover;
    }*/
    .confrence_status h3{
        text-align:center;
        font-size:22px;
        margin-bottom:15px;
    }
    .confrence-hall-box{
     width: 60%;
     margin:auto;
     margin-bottom:25px;
    }
    .confrence-hall-box img{
        
padding: 10px;
        
max-height: 100px;
        
min-height: 100px;
    }
    section.conference_hall_section p{
        margin-bottom: 60px !important;
    }
    .confrence_banner{
     text-align:center;   
    }
    .confrence_banner h3{
        margin-top:0;
    }
    .confrence_banner img{
        width: 40%;
        margin:auto;
    }
    section.treatment-section{
        margin-top:0;
    }
   section.treatment-section img{
       height: 100vh;
       object-fit:cover;
   }
   .health_section_left{
       padding:0;
   }
   .health_section_left h3::before{
   left: 50%;
}
.health_section_left h3::after{
    left: 50%;
}

   .treatment-section-left p{
     width:100%;
     font-size:14px;
   }
   .treatment-section-right p{
       font-size:14px
   }
   .treatment-section-right ul{
       font-size:14px;
   }
   .treatment-section-left h3{
       font-size:22px;
       margin-bottom:1rem;
   }
   .confrence_banner {
    padding: 16px;
    margin-top: 2rem;
     padding-left: 16px; 
}

section.conference_hall_section,section.health_section {
    padding: 35px 0;
}
section.conference_hall_section h3 {
    font-size: 1.5rem;
}
.health_section_left h3 {
    margin-bottom: 1rem;
    font-size: 24px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}
.treatment-section-right h3 {
    font-size: 19px;

}
.treatment-section-right {
    padding: 24px 16px;
}
.treatment-section-left h3 {
    font-size: 18px;
}
.covid_detail img {
    height: 30vh;

}
}


@media screen and (max-width: 575px){
    .index_caption{
    top: unset;
    /* width: 47%; */
    transform: translateY(50%);
    bottom: 20%;
    position: absolute;
    width: 100%;
    text-align: center;
    }
    .shutterstock {
   /* transform: translateY(-50%); */
   /* left: 5%; */
   /* top: 50%; */
   width: 100%;
   transform: translateY(0);
   top: unset;
   left: 0;
   text-align: center;
   position: absolute;
   bottom: 28%;
}
.shutterstock img {
    width: 100% !important;
    max-width: 170px;
    height: auto !important;
}
div.covid_h1 {
    font-size: 36px;
    width: auto;
}
/*.index_caption {
    width: 60%;
}*/
span.covid_h3 {
    font-size: 14px;
}
.covid-19_covid-19 .main_body_content {
    /* margin-top: 5rem; */
}
.covid_banner img {
    height: 75vh;
}
h1.covid_banner_text {
    justify-content: center;
}
p.covid_p_text {
    font-size: 12px;
    text-align: center;
}
div.covid_h2 {
    padding-top: 0px;
    padding-left: 4px;
    margin-top: 3px;
}
}

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

}
@media screen and (max-width: 375px){
    div.covid_h1{
     font-size: 27px;
     padding-top: 1px;
 }
 span.covid_h3{
     font-size: 10px;
 }
 div.covid_h2{
    font-size: 10px;
    padding-top: 0;
    padding-left: 4px;
    width: auto;
    text-align: center;
    /*     width: 50%;*/
 }
 p.covid_p_text{
     font-size: 10px;
     padding-left: 0;
 }
/*    .index_caption{
        top: 50%;
        transform: translateY(-30%);
    }*/
    .covid_detail img {
    width: 100%;
    height: 20vh;
    object-fit: cover;
}
     section.treatment-section img{
       height: 563px;
       object-fit:cover;
   }
     .treatment-section-left p{
     width:100%;
     font-size:14px;
   }
   .treatment-section-right p{
       font-size:12px
   }
   .treatment-section-right ul{
       font-size:12px;
   }
   .treatment-section-left h3{
       font-size:20px;
       margin-bottom:1rem;
   }
/*   .shutterstock{
       left: 2%;
       transform: translateY(-30%);
   }*/
   .shutterstock img{
       width: 150px !important;
   }
div.covid_h2 {
    margin-top: 4px;
    text-align: left;
}
.covid_text {
    font-size: 19px;
    font-weight: 500;
}
.covid_count_num .covid_text {
    font-size: 16px;
}
.shutterstock {
    bottom: 31%;
}
.index_caption {
    transform: translateY(20%);
    bottom: 20%;

}
.covid_banner img {
    height: 50vh;
}
}


@media screen and (max-width: 350px){
.covid_banner img {
    height: 90vh;
}
.shutterstock {
    bottom: 25%;
}
.index_caption {
    transform: translateY(30%);
    bottom: 15%;
}
}
/*media queries for covid index end*/