body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    
}
a{
    text-decoration: none;
}
.container{
    width: 90%;
    margin: 0 auto;
}
.row{
    position: relative;
    width: 100%;
    
  }
  .row [class^="col-"] {
  
  float: left;
  }
  .row::after{
    content:" ";
    display: table;
    clear: both;
    
  }
  .col-100{
    width: 100%;
  }
  .col-60{
    width: 60%;
  }
  .col-50{
    width: 50%;

  }
  .col-40{
    width: 40%;
  }
  .col-33{
    width: 33%;
  }
  .col-30{
    width: 30%;
  }
  .col-70{
    width: 70%;
  }
  .col-20{
    width: 20%;
  }

  .col-10{
    width: 10%;
  }
  .col-16{
    width: 16.6%;
    background-color: #fff;
  }
  /* HEADER */

  .header{
    padding: 30px 0;
    display: flex;
    align-items: center;
  }
.header a{
    color: black;
    font-size: 17px;
    font-weight: 500;
    margin-right: 20px;
    display: inline-block;
    transition: all 0.5s ease;
}
.header a:hover{
  color: #00bde0;
  text-decoration: underline #00bde0 ;
  transform: translateY(-5px);
  display: inline-block;
  transition: all 0.5s ease;
}
.header ul{
  margin-left: 236px;
}
.header ul li{
    display: inline-block;
}
.header .icons{
    align-items: center;
    display: flex;
    width: 100%;
    margin-top: 14px;
}
.header .icons span{
 font-size: 26px;
    
}
.header .button{
 right: 0;
 position: absolute;

}
.header button{
    background-color: white;
    border: 2px solid black;
    font-size: 13px;
    width: 168px;
    height: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.5s ease;
    
    
}
.header button:hover{
  background-color: black;
  color: white;
  transform: translateY(-5px);
  display: inline-block;
  transition: all 0.5s ease;
}
 /* BANNER */
 .banner:hover .rectangle1{
  animation: mymove 5s infinite;      
 }
.banner-div{
    width: 76%;
    margin: 0 auto;
}
 .banner-contents{
    height: 625.88px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .banner-img img{
   position: relative;
    width: 500px;
    height: auto;
    margin-top: -50px;
 }
 .banner .banner-div .banner-contents h6{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
 }
 .banner .banner-div .banner-contents h1{
    font-size: 61px;
    font-weight: bold;
    margin: 18px 0;
 }
 .banner .banner-div .banner-contents span{
    color: #135de8;
    text-decoration: underline;
 }
 .banner .banner-div .banner-contents button{
    background-color: #00bde0;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 25px;
    width: 154px;
    height: 60px;

 }

 .banner .rectangle1{
  background-color: #f8fafb ;
  width: 250px;
  border-radius: 20px;
  padding: 25px 9px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
 position: absolute;
 margin-top: -162PX;
 margin-left: 625PX;
  
 }
 .banner .rectangle1 h4{
  margin: 0;
  font-size: 19px;
  line-height: 24px;
 }

 .banner .rectangle2{
  background-color: #135de8;
  width: 250px;
  border-radius: 20px;
  padding: 25px 9px;
  position: absolute;
   margin-top: -416PX;
 margin-left: 1012PX;
 }
 .banner .rectangle2 h4{
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.banner .rectangle2 span{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.banner .rectangle2 i{
  margin-right: 5px;
}
.banner .rectangle2 p{
  color: #cacacb;
  font-size: 13px;
  font-weight: 300;

}

 /* PRACTICE */
 .practice{
  padding-top: 150px;
 }
 .practice-head{
  text-align: center;
 }
 .practice .practice-head h6{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
 }
 .practice .practice-head h2{
    font-size: 57px;
    font-weight: bold;
    margin: 18px 0;
 }
.practice-content{
  text-align: center;
  margin-top: 70px;
}
 .practice-content i{
  font-size: 75px;
  color: #5187ed;
  background-color: #f7f9fb;
  padding: 32px;
  border-radius: 96px 150px 169px 181px;
  transition: all 0.5s ease;
 }
 .practice-content i:hover{
  color: black;
  transition: all 0.5s ease;
 }
 .practice-content h3{
  font-size: 26px;
  margin: 0;
 }
 .practice-content p{
  font-size: 17px;
  line-height: 27px;
  padding: 0 38px;
  color: #6e7276;
  margin: 20px 0;
 }
 .practice-content span{
  font-size: 20px;
  
 }
 .practice-content .icon-content{
  margin-top: 50px;
 }
 .practice .line{
  width: 100%;
  height: 0.5px;
  background-color: #d6dbe1;
  margin-top: 100px;
 }
 /* CARE */
.care{
  padding: 150px 0;
}
.care img{
  border-radius: 20px;
}
.care .round-img{
  background-color: #07152c;
  padding: 12px;
  border-radius: 50%;
  animation: rotation 10s infinite linear;
}
.care .teeth{
  margin: -251px 442px;
  z-index: 2;
}
.care .tooth{
  width: 30px;
  height: 30px;
 margin: 60px -94px;
}
 .care h6{
  font-size: 16px;
  font-weight: 500;
  margin: 0;
 }
 .care h2{
  font-size: 57px;
  font-weight: bold;
  margin: 18px 0;
 }
 .care p{
  font-size: 17px;
  line-height: 27px;
 
  color: #6e7276;
  margin: 20px 0;
 }
 .care .img{
  margin-top: 180px;
 }

 /* SMILE */

 .smile{
  text-align: center;
 
  
 }
 .smile1{
  background-color: #f7f9fb;
  position: absolute;
  padding-top: 100px ;
  padding-bottom: 440px;
 }
 .smile2{
  position: relative;
 }
 .smile2 img{
  margin-top: 506px;
  padding-bottom: 150px;
 }
 .smile h6{
  font-size: 16px;
  font-weight: 500;
  margin: 0;
 }
 .smile h2{
  font-size: 57px;
  font-weight: bold;
  margin: 18px 0;
  padding: 0 166px;
 }
 .smile h4{
  margin: 0;
  font-size: 19px;
  margin-bottom: 5px;
 }
 .smile p{
  font-size: 17px;
  line-height: 27px;
  
  color: #6e7276;
  margin-bottom: 90px;
  margin-top: 0;
 }
 
 /* .smile .typed{
  
    overflow: hidden;
    border-right: .15em solid black;
    white-space: nowrap;
    display: flex;
    width: 0;
    animation: 2.5s steps(50, end) 

 } */



/* ACHIEVEMENTS */
.acheivements{
  text-align: center;
  padding-bottom: 150px;
}
.acheivements i{
  font-size: 68px;
  color:  #5187ed;;
}
.acheivements h2{
  font-size: 72px;
  font-weight: 700;
 margin: 15px 0;
}
.acheivements p{
  margin: 0;
  padding: 0 23PX;
}

/* ABOUT US */

.about img{
  width: 100%;
  border-radius: 20px;
}


.about .about-contents{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 759.6px;
    margin-right: 10px;
    
    

}
.about .about-contents h2{
  font-size: 57px;
  font-weight: 700;
  width: 579px;
 
  margin-bottom: 40px;
  margin-left: -119px;

  
}
.about .about-contents p{
  font-size: 17px;
  line-height: 27px;
  
  color: #6e7276;
 
  margin-top: 0;
}
.about .about-para{
  margin-bottom: 40px;
  padding: 0 101px;
  
}
.about .about-contents button{
  background-color:#135de8;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 25px;
    width: 154px;
    height: 60px;
    margin:0 101px;
}

/* TESTIMONIAL */

.testimonial{
  padding: 150px 0;
  text-align: center;
}
.testimonial i{
  color: #135de8;
  font-size: 45px;
}
.testimonial p{
  font-size: 22px;
  padding: 0 224px;
  line-height: 35px;
  margin: 40px 0;
}
.testimonial h4{
  margin: 0;
  font-size: 19px;
 
 }
 .testimonial .client p{
  font-size: 17px;
  line-height: 27px;
  
  color: #6e7276;

  margin: 0;
 }
 .testimonial .client{
  margin: 40px 0;
 }
 .testimonial img{
  border-radius: 50%;
  height: 90px;
  width: 90px;
 }
 .testimonial .testimonial-img{
  width: 25%;
  margin: 0 auto;
 }


 /* BLOG */
 .blog{
  display: flex;
  justify-content: space-between;
  background-color: #f7f9fb;
  padding: 150px 0;
 }
 .blog h6{
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
 }
 .blog h5{
  font-size: 30px;
  font-weight: 700;
  margin: 17px 0;
 }
 .blog h2{
  font-size: 57px;
  font-weight: 700;
  margin: 18px 0;
 }
 .blog p{
  margin: 0;
 }
 .blog img{
  width: 100%;
  border-radius: 20px;
 }
 .blog .gap{
  column-gap: 30px;
  display: flex;
  margin-top: 40px;
  
 }

 /* CLIENTS */
 .clients{
  background-color: #cacacb;
 }
 .clients img{
  width: 100%;
  padding: 50px 0;
 }
 .clients .clients-gap{
  column-gap: 1px;
  display: flex;
 }
 
 /* map */
 .map-and-contact{
  position: relative;
 
 }
 .map-and-contact  .contacts-container{

  
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
     top: 0;
     height: 600px;
    
     
   
  
 }
 .map-and-contact .contacts{
  background-color: #fff;
  border-radius: 20px;
  padding: 70px;
  float: right;
  position: relative;
  width: 50%;
 left: 0;
 }
 .contacts h6{
  font-size: 16px;
  font-weight: 500;
 
  margin: 0;
}
.contacts h2{
  font-size: 47px;
  font-weight: 700;
  margin:  18px 0;
}
.contacts input[type=text]{
  border: 0;
  border-bottom: 1.5px solid #cacacb;
  border-color: #cacacb;
  outline: 0;
  padding: 12px 0;
  font-size: 16px;
  width: 250px;
  margin-right: 58px;

}
.contacts button{
  background-color: #00bde0;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 25px;
  width: 204px;
  height: 55px;
  margin-top: 40px;
}
.contacts .space{
  margin-top: 20px;
}



/* FOOTER */

.footer{
  background-color: #05071c;
  color: #fff;
  padding-top: 150px ;
}
.footer h2{
  font-size: 47px;
  font-weight: 700;
  margin: 0 100px 0 0;
}
.footer h5{
  font-size: 19px;
 
  margin: 0;
}
.footer p{
  font-size: 17px;
  line-height: 28px;
  color: #abacb7;
  margin: 25px 0;
  
 
}
.footer i{
  font-size: 18px;
 
}
.footer .icon{
  background-color: #05071c;
  border-radius: 50%;
  border: 0.2px solid #cacacb;
  border-color: #fff;
  padding: 12px;
  margin-right: 10px;
}
.footer .hello{
  margin-left: 90px;
}
.footer .line{
  width: 100%;
  height: 0.2px;
  background-color: #d6dbe1;
  margin-top: 80px;
}
.footer .footer-bottom{
   padding: 25px 0;
}
.footer .pages ul{
  padding: 0;
  margin: 0;
}
.footer .pages li{
  display: inline-block;
  margin-right: 20px;
  font-size: 17px;

  color: #abacb7;
}
.footer .copyright{
  text-align: right;
}
.footer .copyright p{
  margin: 0;
}



@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


@keyframes mymove {
  from {left: 200px;}
  to {left: 250px;}
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}


