@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,700&family=Open+Sans:ital,wght@0,500;0,600;0,800;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
font-family: 'Rubik', sans-serif;
}
.zoom-in {
  cursor: zoom-in;
}
 
 h1,h2,h3,h4,h5,h6,p,pre,img{
 	padding: 0;
 	margin: 0;
 }

.inner-section ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 5px 10px;
    margin-top: 15px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-transform: uppercase;
}
.inner-section ul a{
  color: #000;    text-decoration: none;
}
.class0{
	background:#d3d3d3;
    height: 3px;
}
.class1{
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.class2{
  margin-top: -3px;
	background: #d3d3d3;
	text-align: center;
	width: 250px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.class2 p{
	padding: 5px;
	font-weight: 500;
}
.class2 p a:hover{
	text-decoration: none;
}
.class2 i{
	padding: 5px;
	color: #000;
}
.class2 p a{
	color: #000;
}
.class3{
    padding-top: 15px;
    padding-bottom: 15px;
}


.contact-form{ 
    position: relative;
    padding-top: 50px; 
    }
    .contact-form::after{
    position: absolute;
    content: "";
    background: #e1e1e1;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    z-index: -1;
    }
    
    .contact-form-top{
    text-align: center;
    margin-bottom: 35px;
    }
    .contact-form-top h2{
    color: #ed1c24;
    font-weight: 700;
    font-size: 35px;
    }
    .contact-form-top h3 span{
    color: #3e4095;
    
    }
    .myform{
    background: #fff;
    border-radius: 15px;
    padding: 35px 50px;
    -webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
    -moz-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
    box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
    margin-bottom: 50px;
    }
    input[type="text"],     input[type="email"]   {
    position: relative;
    display: block;
    width: 100%;
    color: #a5a5a5;
    line-height: 26px;
    padding: 10px 20px;
    height: 60px;
    font-size: 14px;
    border-radius:15px;
    background: #f4f4f4;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px; 
    margin-bottom: 25px;
    -webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
    -moz-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
    box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
    }
    
    textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    color: #a5a5a5;
    height: 200px;
    font-size: 14px;
    resize: none;
    border-radius: 15px;
    background: #f4f4f4;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px; 
    margin-bottom: 25px;
    -webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
    -moz-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
    box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
    }
    input[type="submit"] {
    background: #3e4095;
    color: #fff;
    line-height: 26px;
    padding: 10px 50px;
    height: 60px;
    font-size: 14px;
    border-radius:15px;
    border:3px solid  #ffd721;
    text-transform: uppercase;
    transition: all 0.6s;
    }
    input[type="submit"]:hover{
    background: #ffd721;
    }
    *:focus {
    outline: none;
    }
    
    textarea:focus, input:focus{
    outline: none!important;
    }
    .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
    
    




.home-about-bg{
    background: #1f3368;
      border-bottom-left-radius: 150px;
}
.home-about{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
  border-bottom-left-radius: 150px;
  text-align: center;
}
.home-about h6{
  color: #000;
  font-size: 18px;
      font-weight: 300;
    letter-spacing: 4px;
}
.home-about h1{
  color: #1f3368;
  font-size: 40px;   font-weight: 600;
}
.home-about p{
  color: #424242;
  margin-top: 25px;
}
.home-about2{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #1f3368;
  background-image: url('../images/extra/doctor.png');
  background-position: right;
  background-repeat: no-repeat;
      background-size: contain;
  border-bottom-left-radius: 150px;
}

.home-about2 h2{
  color: #fff;
  font-size: 40px;   font-weight: 600;
  max-width: 500px;
}
.home-about2 p{
  color: #fff;
  margin-top: 25px;
}

.home-about3{
  padding-top: 100px;
  padding-bottom: 50px;
  }
  .home-about3-main{
    text-align: center;
  }
  .home-about3-main div div{
    width: 110px;
    height: 110px;
    border: 3px solid #000;
    border-radius: 50%;
    margin: auto;
        display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .home-about3-main h3{
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
  }
  .home-about3-main > div{
    margin-bottom: 50px;
   }

  .pro-slider{
    background: #e0e0e0;
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center; 
  }
  .pro-slider h2{
  color: #1f3368;
  font-size: 40px;   
  font-weight: 600; 
}
.border{
  max-width: 100%;
}
.pro-slider .item{
  background: #cccccc;
}
.pro-slider .item h5{
  padding : 10px ;
   font-size: 22px;
    font-weight: 600;
    color: #000;
}
button:focus{
  outline: none;
}
 .owl-carousel .owl-nav button.owl-prev {
   background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
 }
.owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
}
.owl-nav{
  display: none;
}
.upcoming{
  padding-top: 50px;
  padding-bottom: 50px;
}
  .upcoming h2{
  color: #1f3368;
  font-size: 40px;   
  font-weight: 600; 
  text-align: center;
}
.upcoming-child{
  display: flex;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  background: #1f3368;
  margin-top: 25px;
}
.upcoming-child2{
  display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
    gap: 15px;
}
.upcoming-child2 h3{
  color: #fff;
 font-size: 60px;   
  font-weight: 600; 
}
.upcoming-child2 h3 sup{
  font-size: 40px; font-weight: 400;
}
.upcoming-child2 h3 span{
   font-size: 20px; font-weight: 400; 
}
.upcoming-child2 h4{
  color: #fff;
   font-size: 25px;   
  font-weight: 600;
}
.any  {
background: #e0e0e0;
}
.any > div > div{ 
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
        justify-content: space-between;
}
.any p{
  color: #333539;
  font-size: 18px;
  font-weight: 500;display: flex;
    font-weight: 500;
    align-items: center;
}
.any p a{
  color: #1f3368;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.any i{
  color: #fff;
  background:#1f3368 ;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 35px;
  padding: 17px;
  margin-right: 10px;
}

footer{
  background: #1f3368;
  padding-top: 25px;

}
footer h3{
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.footer-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}
.footer-center{
  padding-left: 100px;
  margin-bottom: 25px;
}
.footer-center ul{
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}
.footer-center ul li{

  background-image: url('../images/extra/arrow.png');
      background-repeat: no-repeat;
    background-position: 0 center;   padding: 5px;  padding-left: 25px;
}
.footer-center ul li a{
   color: #fff;
   font-size: 16px;
   font-weight: 400;
text-decoration: none;
}
.footer-right table{
    margin-top: 25px;  color: #fff;
}
.footer-right table a{
  color: #fff;
text-decoration: none;
}
.footer-right table tr td{
  padding:0 10px ;
  padding-bottom: 15px;
}
.footer-right table tr td i{
  font-size: 25px;
}
.footer-bottom{
  background: #13234c;
  text-align: center;
  padding: 15px;
}
.footer-bottom p{
  color: #fff;
}
.footer-bottom p span,.footer-bottom p span a{
  color: #fe020b;
  text-decoration: none;
}
.inner-section h1{
    color: #1f3368;
 font-size: 45px;   
  font-weight: 600; 
  text-transform: uppercase;
}
.inner-section{
  
  background-image: url('../images/extra/inner-bg.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
      padding-top: 150px;
      padding-bottom: 100px;
      background-position: center;
}
.zik{
  padding-top: 50px;
  padding-bottom:50px;
}
.zik .row{
  padding-top: 50px;
  padding-bottom:50px;
  border-bottom: 1px solid #e0e0e0;
}
.zik h2{
    color: #1f3368;
 font-size: 30px;   
  font-weight: 600; 
  margin-bottom: 15px;
}
.zik p{
  color: #000;
}
.zik .right{
padding-top: 50px;

}
.zik .right ul{
margin: 0;
padding: 0;
list-style: none;
}
.zik .right ul li{
  background-image: url('../images/extra/blue-arrow.png');
      background-repeat: no-repeat;
    background-position: 0 center;   padding: 5px;  padding-left: 25px;
}
.zik2{
display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.zik2 .left{
  text-align: right;
}
.zik3{
   border:none!important;
}
.certification{
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.certification img{
  max-width: 100%;
}
.certification .left{
  margin-bottom: 50px;
}
.product-main{
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-main h2{
  text-align: center;
    color: #1f3368;
 font-size: 30px;   
  font-weight: 600; 
  margin-bottom: 15px;
}
.product-main-list{
  background: #1f3368;
}
.product-main-list ul{
list-style: none;
margin: 0;
padding: 0;
padding-bottom: 55px;
  padding-top: 25px;
}
.product-main-list ul li{ 
  margin: auto; 
    border-bottom: 1px solid #4a64aa;
    padding: 15px;
    padding-left: 20vw;
    text-transform: uppercase;
}

.product-main-list ul li a{
  color: #fff;
  text-decoration: none;
  transition: all 0.6s; 
  font-weight: 500;
   background-image: url('../images/extra/arrow.png');
      background-repeat: no-repeat;
    background-position: 0 center;     padding-left: 25px;
}
.product-main-list ul li a:hover{
  color: #fe020b;
}

.product-details{
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-details .top{
  text-align: center;
}
.product-details .top img{
  border: 5px solid #dedede;
  border-radius: 5px;
}
.product-details .bottom{
  margin-top: -5px;
  background: #dedede;
  padding-top: 15px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom:50px;
}
.product-details h2{
  text-align: center;
      color: #255a8e;
 font-size: 30px;   
  font-weight: 600; 
  max-width: 800px;
  margin: auto;
  margin-bottom: 15px;
}
.product-details h3{
  background: #255a8e;  font-size: 25px;   
  font-weight: 600; 
  max-width:400px;
  border-radius:15px;
  padding: 10px;text-align: center;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 35px;
}
.product-details ul{
  list-style: none;
}
.product-details ul li{
    background-image: url('../images/extra/blue-arrow.png');
      background-repeat: no-repeat;
    background-position: 0 center;   padding: 5px;  padding-left: 25px;
}


 .class141, .class45{
	padding-top: 100px;
	padding-bottom: 100px;
}

.class46 h2{
	font-weight: 700px;
	font-size: 35px;
}
.class46{
		color: #393939;
}
.class46 h6{
margin-bottom: 25px;
}
.class46 h3{
	font-weight: 700px;
	font-size: 25px;
		color: #393939;
}
.class46 a{
	color: #393939;
}

.map{
	margin-top: 100px;
}

.mobmenu{
  display: none;
}