/*General css*/

*,
*:before,
*:after {
  box-sizing: border-box;
}
.selector-for-some-widget {
  box-sizing: content-box;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
    font-family: 'Noto Sans', sans-serif;  
    line-height: 1.8;
  font-size: 14px;
 
}

.row{
    margin:0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    
    padding:0;
}

#myBtn{
  display: none;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

img {
    max-width:100%;
}
/* strong tag */
strong{
  font-weight: bold;
}
/* Logo */
.logo > img{
  margin-top: 20px;
}
/* Banner */
.banner{
  background: url("Header BG.jpg") no-repeat center center;
  margin-top: 20px;
  width: 100%;
  background-size:cover;
  padding:0 60px 45px;
  
}
/* uvc banner headinf */

.uvc-banner-heading{
  font-size: 32px; 
  font-family: 'Noto Sans', sans-serif; 
  font-weight: bold;
  color:white;
  line-height:42px;

}
/* uvc banner product info */

.product-info{
  font-size: 16px; 
  font-family: 'Noto Sans', sans-serif;
 
  color:white;
}
/* banner-list */

.banner-list {
      list-style: disc;
  padding-left: 15px;
}

.banner-list > li{
  font-size: 13px; 
  font-family: 'Noto Sans', sans-serif;
  color:white;
  margin: 1% 1%;
  padding: 1% 0;
  
  
}
/* banner left part */

  .left-part{
  padding-top: 5%;


}
/* certified */
.certified> img{
  display: block;

}
/* form */

.form{
  background-color: rgba(60, 183, 237, 0.5) ;
  padding: 4rem 0;;
  text-align: center;
  padding-bottom:45px;
 
 
}
/* form attributes */

label{
  width: 100%;
  margin-bottom:25px;
}

#txt_name{
  width: 70%; 
  font-size: 14px; 
  background: url("Asset\ 16.png") no-repeat 95% 50%  white;
  border-radius: 5px;
  height: 35px;
  padding:0 12px;
  border: none;
}

#txt_Mobile{
  width: 70%; 
  font-size: 14px; 
  background: url("Asset\ 17.png") no-repeat no-repeat 95% 50%  white;
  border-radius: 5px;
  height: 35px;
  padding:0 12px;
  border: none;
}

#email_id{
  width: 70%; 
  font-size: 14px; 
  background: url("Asset\ 18.png") no-repeat  no-repeat 95% 50%  white;
  border-radius: 5px;
  height: 35px;
  padding:0 12px;
  border: none;
}

#txt_org_name{
  width: 70%; 
  font-size: 14px; 
  background: url("Asset\ 19.png") no-repeat no-repeat 95% 50%  white;
  border-radius: 5px;
  height: 35px;
  padding-left: 12px;
  border: none;
}

#submit{
  width: 70%; 
  display:inline-block;
  font-size: 16px;
  background-color:#09417E; 
  color: white; 
  padding: 10px 0;
  border: none; 
border-radius: 5px;
text-decoration: none!important;
}

#span_txt_name, #span_txt_org_name, #span_email_id, #span_txt_Mobile, #span_Captcha{
  color:red;
}

/* after banner cards */

.after-banner{
  background-color: #EEEEEE;
  padding: 60px 30px;
  

}
.heading{
  font-size: 20px;
   font-weight: bold; color:#09417E;
   font-family: 'Noto Sans', sans-serif;
   padding: 10px; 

}

.para{
  font-family: 'Noto Sans', sans-serif;
  font-size:16px ;
  padding: 0 10px;
}

.card{
  background-color:white;
  border:none;
  border-radius:0;
  margin:30px;
  display:block;
  padding:15px;
  
}

.card:first-child{
    margin-top:0;
}
.card:last-child{
    margin-bottom:0;
}

.right-card {
    background-color:white;
    
}

@media only screen and (max-width: 767px){
    
    
    .section-12 p{
        overflow-wrap: break-word; word-wrap: break-word;
overflow-wrap: break-word; word-wrap: break-word;
    }
    .right-card{
        background-color:transparent;
        padding:30px;
    }
    
    .banner{
   
      padding:0 30px 45px;
      
    }
    
}
@media only screen and (max-width: 800px){
    
  .above-right-card{
    padding: 30px;
  }

}


@media only screen and (max-width: 414px){
    
 .section-7 #mers{
 
  
  margin-top: 15px;

margin-left: 0px;




  padding: 5px 9px;

}

}















/* big card */

.big-card{
  background-color:white;
 
  border:none;
  border-radius:0;
  padding:15px;

}


.big-card > p
{
  font-size: 16px; 
  font-family: 'Noto Sans', sans-serif;
  padding:  15px 10px

}

/* third banner */

.hero-third-banner{
  background: url("Asset 36-100.jpg") no-repeat center center;
    background-size:cover;
    padding:30px 30px 60px;


}

/*.section-3 {*/

/*}*/
.third-banner-underlist {
    list-style: disc;
    

}

.hero-third-banner > ul > li {
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;

}

.third-banner-underlist > li {
  padding: 5px 0;
  margin-left:35px;
}

.third-banner-heading{
  font-size: 15px; 
  font-weight: 900;
  font-family: 'Noto Sans', sans-serif;
}

.third-banner-para{
  font-size: 15px;
  font-family: 'Noto Sans', sans-serif;
  padding-right:20px;
  
}

.right-hand{
    line-height: 1.8;
}


/* 4th section */

.hero-forth{
  background-color: #D4EDFC;
  padding:60px 30px;
}

.hero-forth img {
    margin-top:30px;
}

#INTERmedicputsthenew { 

margin-top: 5%;
margin-bottom: 2%;

} 

/**/

.padding-top{
    padding-top:30px;
}


