@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,700&display=swap');

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}


a,
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}


/*===== Variable Define =====*/
:root {
  --primary-color: #46b7de
  --third-color: #21333e;
  --four-color: #b7b4ad;
  --five-color:  #93cfbf;
  --six-color: #eeebe4;
  --gray-color: #e2e2e2;
  --white-color: #fff;
  --primary-font: 'Montserrat', sans-serif;
  --secondry-font: 'Poppins', sans-serif;  
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--secondry-font);
  font-size: 100%;
  font-weight: 400;
  overflow-x: hidden;
}


/*
==========================================
   Custom CSS Design
==========================================
*/

/* ==========================================
   Header Design
========================================== */


/* Top-first Header */


.navbar-brand-top img 
{
  
  width:100%;
  margin-right: 0px;
}


.topper .text .con span {
  font-weight: 600;
  font-size: 13px;
  color: #868686
}

.topper .text .time {
  font-weight: 600;
  font-size: 13px;
  color: #868686
}

.topper .text .hr {
  font-weight: 600;
  font-size: 13px;
  color: #868686;
  margin-bottom: 0;
  margin-bottom: 5px;
}




.topper .text .con span:first-child  {
  color: #117d96;
}



.topper .text .hr{
  color: #117d96;
}

.carousel-indicators-testimonial{

  bottom: 2rem;
}






.topper .text .con {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
}






.topper .text .con p {
  margin-top: 0;
 
}



.topper .icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.05);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.topper .icon i {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}





.menu-navbar-b .navbar-nav > .nav-item > .nav-link {
  font-size: 1.2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  color: #292929;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1 !important;
}



  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  
    padding: 0px;
}






.topnav {
 
  background-color: #ffffff;
  width: 100%;

  display: flex;
    justify-content: center;
    gap: 5rem;

 font-weight: 600;
}
.topnav a {
  float: left;
  display: block;
  color: #117d96;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}



.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color:#0c6985;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: #0c6985;
}

.dropdown:hover .dropdown-content {
  display: block;
}



.navbar-brand-top-b img{

  width: 95%;
  background-color: white;

}

.menu-navbar-b .container{

  display: flex;
  flex-wrap: nowrap;
  background-color: white;
}


.dropdown-menu{


left: -34px;
border: 0px solid rgba(0,0,0,.15);

} 


.dropdown-menu a{

  text-align: left;
}

.nav-link-my:hover{
  color: #fff;
  background-color: #7bdaf0;
}

.text-about{

  font-size: 1.4rem;
}


.dropdown{

  overflow: visible;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    color: white;
  }
}




@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    background-color: #21a8a8;
  }

  .topnav{
gap: 1rem;

  }


}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;
  width: 100%;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;

  }

  .topnav 
  {
    
    display: revert;
    width: 55%;
    margin: auto;
   
  }

  .navbar-brand-top-b{

    display: block;
    text-align: center;
  }



  .carousel-indicators-testimonial{


    bottom: 0.2rem;
  }


  .dropdown-menu {
   
    left: 100px;
    
}

a.dropdown-item {
  padding-bottom: 0px;
  padding-top: 5px;
}


}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 500px) 

{




  .carousel-my-a{

    top:50%;
  }


  .caption-a > p:nth-of-type(1){
    letter-spacing: 0.2rem; 
    font-size: 1rem;
    margin-bottom: 0.2px;
    
    }
    
    .caption-a > p:nth-of-type(2){
      letter-spacing: 2px; 
      margin-top: 0.1rem;
    
      margin-bottom: 1rem;
     
      
      }
    
    .caption-a > h1:nth-of-type(1){
    
    
        font-size: 2rem;
       
        font-weight: 700;
        line-height: 1.2;
    
      
      }
      






  .carousel-my-a{

    top:17%;
  }

  .carousel-inner {
    height: 25rem;
}

.carousel {

 
    min-height: 10px ;
  margin-bottom: 0px;
  margin-bottom: 0.1rem;
  
  }



  
.slide-img-a{


  background-image: url("../assets/img/complete-dental-care-min.jpg");

  -webkit-transform: translate(0%,-20%);
      -ms-transform: translate(0%,-20%);
          transform: translate(0%,-20%);

}

.slide-img-b{


 
  background-image: url("../assets/img/beautiful-smile-min.webp");


  width: auto;
  -webkit-transform: translate(0%,-20%);
      -ms-transform: translate(0%,-20%);
          transform: translate(0%,-20%);


}
  
.overlay-image> .overlay{


background: linear-gradient(
  285deg, rgba(255, 207, 148, 0) 0%, rgb(255 255 255 / 0%) 18%, #7777771f);

}

.carousel-fade .carousel-indicators 
{

  display: none;

}

}




/* slide media responsive css */
@media screen and (max-width: 600px) {



 .top-nav-add{

  display: none;


}
     




}


@media screen and (min-width: 600px) {

   .navbar-brand-top-b{

  display: none;
}


}

@media screen and (max-width: 1000px) {

.topnav{
  gap: 1rem;
  
    }
  


  }




/* navbar end css */



/* slide start css */

.carousel {
  position: relative;
    margin-bottom: 4rem;
 
    min-height: 700px;
  
  margin-bottom: 3rem;
  }


.my-caption {
 
    color: #fff;
    text-align: left;
}


  
 

  .slider-top>.carousel-item {
    height: 45rem;
    color: rgb(255, 255, 255);
    background-color: black;
   position: relative;
    
  }


.slide-img-a{

  background-image: url("../assets/img/complete-dental-care.webp");

}

.slide-img-b{


  background-image: url("../assets/img/beautiful-smile.webp");

}
  
 
  .overlay-image{

   
   

    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;

    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
   
  }

  .overlay-image> .overlay{


width: 100%;
height: 100%;
      content: '';
      z-index: -1;
      opacity: 1;
      background: linear-gradient(
  285deg, rgba(255, 207, 148, 0) 0%, rgba(212, 208, 198, 0) 18%, #777777d7);
  


  }






  .card-block {
    flex: 1 1 auto;
    padding: 1.25rem;
}


.caption-a > p:nth-of-type(1){
letter-spacing: 0.2rem; 
font-size: 2rem;


}

.caption-a > p:nth-of-type(2){
  letter-spacing: 2px; 
  margin-top: 0.1rem;

  margin-bottom: 2rem;
 
  
  }

.caption-a > h1:nth-of-type(1){


    font-size: 4.5rem;
   
    font-weight: 700;
    line-height: 1.2;

  
  }
  

  .carousel-my-a{

    width: 80%;
    margin: auto;
   
    display: flex;
    height: 40%;
    position: relative;
    top: 40%;

  }

  
  .btn-primary{
   


background-color: #0F758C;

font-weight: 600;

padding: 10px 40px;

border-color:#117d96;

  }


  .btn-primary:hover{
   


    background-color: #0F758C;
    
    border-color:#7bdaf0;
 
    
      }
    


   



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1050px)

{

  .caption-a > p:nth-of-type(1){
    letter-spacing: 0.2rem; 
    font-size: 1.5rem;
    
    
    }
    
    .caption-a > p:nth-of-type(2){
      letter-spacing: 2px; 
      margin-top: 0.1rem;
    
      margin-bottom: 2rem;
      font-size: smaller;
     
      
      }
    
    .caption-a > h1:nth-of-type(1){
    
    
        font-size: 3.5rem;
       
        font-weight: 700;
        line-height: 1.2;
    
      
      }
      


  
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 700px) 

{

  .carousel-my-a{

    top:20%;
  }


}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 500px) 

{




  .carousel-my-a{

    top:50%;
  }


  .caption-a > p:nth-of-type(1){
    letter-spacing: 0.2rem; 
    font-size: 1rem;
    margin-bottom: 0.2px;
    
    }
    
    .caption-a > p:nth-of-type(2){
      letter-spacing: 2px; 
      margin-top: 0.1rem;
    
      margin-bottom: 1rem;
     
      
      }
    
    .caption-a > h1:nth-of-type(1){
    
    
        font-size: 2rem;
       
        font-weight: 700;
        line-height: 1.2;
    
      
      }
      






  .carousel-my-a{

    top:17%;
  }

  .carousel-inner {
    height: 25rem;
}

.carousel {

 
    min-height: 10px ;
  margin-bottom: 0px;
  margin-bottom: 0.1rem;
  
  }



  
.slide-img-a{


  background-image: url("../assets/img/complete-dental-care-min.jpg");

  -webkit-transform: translate(0%,-20%);
      -ms-transform: translate(0%,-20%);
          transform: translate(0%,-20%);

}

.slide-img-b{


 
  background-image: url("../assets/img/beautiful-smile-min.webp");


  width: auto;
  -webkit-transform: translate(0%,-20%);
      -ms-transform: translate(0%,-20%);
          transform: translate(0%,-20%);


}
  
.overlay-image> .overlay{


background: linear-gradient(
  285deg, rgba(255, 207, 148, 0) 0%, rgb(255 255 255 / 0%) 18%, #7777771f);

}

.carousel-fade .carousel-indicators 
{

  display: none;

}

}






















/* <!-- Our services grid start --> */






.service-img-div {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


/* <!-- Our services safty start --> */




.grid-container {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr auto;
  gap: 1rem;


  padding: 10px;
}


.card-a {

  height: 25rem;

}


.safty-img-right-c.safty-img-right-b,.safty-img-right-a {

  width: 100%;
  height: 16rem;



}



.col-a{

  grid-column: 1/2 ;
  height: max-content;

}

.safty-img-right-d {
  width: 100%;
}



.col-b{

  grid-column: 2/3 ;
  height: max-content;

}

.col-d{

  grid-column: 1/4 ;
  grid-row: 2 ;
  height: max-content;
 
}


.card-c{

  display: flex;
  flex-direction: row;
}




.safty-img-left {

  width: 100%;
  height: auto;

  overflow: hidden;



}



 @media only screen and (max-width: 1200px) {


  .safty-img-right-b,.safty-img-right-a,.safty-img-right-c {

   
    height: auto;
  
  
  
  }

}


@media only screen and (max-width: 930px) {


  .grid-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    
    padding: 10px;
  }
  
  .safty-img-right-b,.safty-img-right-a,.safty-img-right-c {

   
  overflow: hidden;
  
  
  }

  .card-a{

    width: 16rem;

  }

  .card-c{

    display: flex;
    flex-direction: column;
    width: 16rem;
  }
  
  .card-a {
    height: auto;
}




.service-row,.col-md-4{

  width: 80%;


}

/* .service-row{

  width: 80%;


} */




}










/* <!--start testimonial Section--> */




.testimonial-container {
	position: relative;
	overflow: hidden;
}












.testimonial_095_slide>h5>a:hover {
  border: 1px solid #aa914f
}

#testimonial_095 {
  overflow: hidden;
  min-height: 430px;
  position: relative;
 
}

#testimonial_095>.carousel-inner {
 
  width: 100%;
    margin: auto;
    display: flex;
    align-content: center;
   
    height: 215px;
    position: relative;
    align-items: center;
    margin-top: 5px;
 
}


.carousel-inner .item {
  width: 100%;
  /* font-size: 40px; */
}


.arrow {
 
  /* background-color: red; */
  width: 100%;
  height: 50px;
  position: absolute;
}

.indi-test {
    /* background-color: red; */
    /* margin-bottom: 5px; */
    position: absolute;
    height: 40px;
    width: 100%;
}


#testimonial_095>.carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab
}

#testimonial_095>.carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing
}

#testimonial_095>.carousel-inner>.carousel-item {
  overflow: hidden
}

.testimonial_095_control_button .carousel-control-next,
.testimonial_095_control_button .carousel-control-prev {
  top: 0px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: 0 0;
  border: 2px solid #fff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .6s cubic-bezier(.3, 1, 0, 1);
  transition: all .6s cubic-bezier(.3, 1, 0, 1)
}

.testimonial_095_control_button .carousel-control-prev {
  left: 0;
  right: auto
}

.testimonial_095_control_button .carousel-control-next {
  right: 0;
  left: auto
}

.testimonial_095_control_button .carousel-control-next:hover,
.testimonial_095_control_button .carousel-control-prev:hover {
  color: #ffffff;
  background: #188f9d;
  border: 2px solid #ffffff
}

.testimonial_095_header>h5,
.testimonial_095_slide>h5>a,
{
  text-shadow: none;
  font-family: Raleway, sans-serif;
  -webkit-font-smoothing: antialiased
}

.testimonial_095_slide>p {

  font-family: 'Carattere', cursive;
  }

  .testimonial_095_slide>p {

    font-family: 'Carattere', cursive;
    }
  
  



.testimonial_095_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  margin-top: 60px;

  margin-bottom: 5px;
  text-align: center;
  position: relative
}

.testimonial_095_header>h5 {
  color: #0c6985;
  font-size: 43px;
  font-weight: 800;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase
}

.testimonial_095_header>h5>span {
  color: #22b0b4;
  margin: 0 10px;
  position: relative
}

.testimonial_095_header>h5>span:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 1px;
  content: "";
  width: 100%;
  margin: auto;
  position: absolute;
  background: #22b0b4;
}

.testimonial_095_slide,
.testimonial_095_slide>a {
  right: 0;
  margin: auto;
  text-align: center;
  position: relative;
  top: 0;
  left: 0
}

.testimonial_095_slide {
  bottom: 0;
  width: 85%;
  padding: 20px
}

.testimonial_095_slide>a {
  width: 50px;
  height: 50px;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  border: 3px solid #f2f2f2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial_095_slide>a:after {
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
}

.testimonial_095_slide>a:hover:after {
  -webkit-animation: psBoxShadowEffect_2 2s ease-out;
  animation: psBoxShadowEffect_2 2s ease-out
}

.testimonial_095_slide>p {
  color: #212121;
  font-size: 1.2rem;
  margin: 20px 0 20px;
  font-weight: 500;
}


.testimonial_095_slide>p>a:hover {
  color: #fff;
  background: #aa914f
}


.testimonial_095_slide>.slide-no{

  width: 100%;
  height: 20px;
}



.testimonial_095_slide>.slide-no>a {
  padding: 3px;
  color: #0c6985;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: unset;
  border: 1px solid transparent;
  -webkit-transition: border .5s cubic-bezier(.39, .575, .565, 1);
  transition: border .5s cubic-bezier(.39, .575, .565, 1)
}

.testimonial_095_slide>h5>a:hover {
  border: 1px solid #aa914f
}




 

@media only screen and (max-width:480px) {


  .testimonial_095_control_button .carousel-control-next,
  .testimonial_095_control_button .carousel-control-prev {
      display: none
  }



  .testimonial_095_header {
      width: 95%
  }


  .testimonial_095_slide>p {
    color: #212121;
    font-size: 1rem;
    margin: 10px 0 20px;
    font-weight: 500;
  }
  
.testimonial_095_slide>.slide-no>a {
 
  font-size: 1.3rem;

}
  
  .testimonial_095_slide {
    width: 98%;
    padding: 5px
}

.testimonial_095_header>h5 {
  font-size: 20px
}


}



@media (min-width:481px) and (max-width:767px) {


  .testimonial_095_control_button .carousel-control-next,
  .testimonial_095_control_button .carousel-control-prev {
      display: none
  }







.testimonial_095_header {
  width: 95%
}

.testimonial_095_slide {
  width: 98%;
  padding: 5px
}

}





@media (min-width:768px) and (max-width:991px) {
  .testimonial_095_control_button .carousel-control-prev {
      left: 5%
  }

  .testimonial_095_control_button .carousel-control-next {
    right: 5%
}


}




/* <!--end testimonial Section--> */



/* <!-- Help Section  start --> */


.parallax-container {
	position: relative;
	overflow: hidden;
}

.material-parallax {

	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	z-index: 0;

 position: relative;
z-index: 0;
  background-attachment: fixed;

}






.parallax >.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 1;
 
    background: linear-gradient(135deg, rgba(255, 207, 148, 0.35) 0%, rgba(227, 209, 163, 0.35) 18%, #65d8ea 100%);
  }



























.material-parallax  {

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}




.parallax-content {
	position: relative;
	z-index: 1;

 padding: 3rem;
   
}



.number {
  font-size: 2.5rem;
  font-weight: 750;
  line-height: 1.2;
  padding-left: 30px;
}

.phone-main{

width: auto;
height: 2rem;


}

.icon-phone{

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}



.phone-numb img {

  width: 8rem;
  position: absolute;
  text-align: center;

}

.parallax-disabled {
	background-size: cover;
	background-position: center;
}


.icon-phone-img {
  
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}


.page .text-spacing-150 {
  letter-spacing: 0.15em;
}



@media (max-width: 550px) 
   
{ 



 .number {
   font-size:2rem;
  
}



}


@media (max-width: 500px) 
   
{ 



 .number {
   font-size:1.5rem;
  
}




}

@media (max-width: 500px) 
   
{ 



 .number {
   font-size:1rem;
  
}




}





   .display-h3{

     font-size: 1.5rem;

   }


section#counts {
  margin: 6rem;
}





.img-about-a , .img-about-b  {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.img-about-a {
         
  background-position: top center;
  
}

@media (max-width: 767.98px) {
.img-about-a {
    height: 400px;
    margin-bottom: 40px;
    background-position: center left;
}

.about-row-top{

  flex-direction: column-reverse;
}
}



.wrap-about .founder .img-about-b {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}


.heading-section .subheading {
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  position: relative;
}





.heading-section .subheading ~h2 {
 
  line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
}




/*
==========================================
   Footer FAQ Design
==========================================
*/


 .map-container {
  display: flex;
  justify-content: center;
  width: 100%;
  
 
  background: linear-gradient(135deg, rgba(255, 207, 148, 0.35) 0%, rgba(227, 209, 163, 0.35) 18%, #65d8ea 100%);




  color:     rgb(47, 47, 47);

}


.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #1acc8d;
  margin: 4px 10px;
}


.section-title {
  padding-bottom: 40px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
}

.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  background: linear-gradient(135deg, rgba(22, 172, 172, 0.35) 0%, rgba(20, 184, 184, 0.35) 18%, #11748f 100%);
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 40px;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 1s;
}

.faq .faq-list p {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;
}

.collapsed i.fas.fa-arrow-up {
    
}
.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}



.our-dental-services-all a{

  text-decoration: none;
  color: #1b1b1b;
}



.our-dental-services-all {

  text-align: center;

        
}


/*
==========================================
   Footer FAQ Design end
==========================================
*/


/*
==========================================
   Footer Map Design
==========================================
*/


.maps-container{
margin-bottom: 5rem;}



.maps-container .map-row .px-md-5 {
  background-color: #148499;
}

.map-img img {
  width: 100%;
  margin-right: 0px;
}

.map-add{
color: white;

}

.map-add span{

  font-size: 1.7rem;
  color: white;
  font-weight: 500;
display: block;
text-align: center;

}

.map-img{

  width: 100%;
 
  display: block;
  background-color: white;
  margin-bottom: 1rem;

}






.map-add-b i {


  margin-right: 0.7rem;
  font-size: 1.5rem;
}

.map-add-bb{

  display: flex;

}





@media (max-width: 1000px) {





  .map-row .col-md-6  {
 
    flex: 0 0 100%;
   
    max-width: 100%;

}

.maps-container .container{

  max-width: 90%;

}




}


@media (max-width: 575.98px) { 
  
.maps-container .container{

  max-width: 95%;

}



 }










/*
==========================================
   Footer Map end
==========================================
*/




/*
==========================================
   Footer Design
==========================================
*/

.content-inner-section {
    width: 87vw;
    margin: 0px auto;
    position: relative;
}


.footer-section {
  background-color: #f8f8f8;
  padding-top:60px;
  margin-top: 0;
}

.footer-section h3{
  text-align: left;
  font-size: 20px;
  color: #222;
  font-family: 'Lato', sans-serif;
   margin-bottom: 34px;
}

.widget img

{
   width: 90%;

} 


.doctor-my .foot-title {
 
  letter-spacing: 1px;
}



.footer-links{
  padding-left: 0px;
}

.footer-links li
{
  text-align: left;
  list-style: none;
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
}




.content-inner-section p {
  font-size: 1rem;
  color:  #222;
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1rem;
}



.footer-links li a{
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #444;
}

.footer-links li a:hover{
  color:  #04adb0;
}

.foot-address {
  padding-top: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}

.foot-address a{
  color: #222;
}

.foot-address a:hover{
  color: #04adb0;
}



#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 500;
color: white;
}


/* 
social media icon  */

.btn-floating-icon

{

  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 500;
color: white;


}

.social-icon .fa {
  padding: 20px;
  font-size: 30px;
 
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}




.social-icon a {
  width: 52px;
  height: 52px;

  /* position: fixed; */
  display: flex;
  align-items: center;
 
  justify-content: center;
}

.social-icon a:nth-child(1){

  margin-bottom: 3rem;
}

.social-icon a:nth-child(2){

  margin-bottom: 6rem;
}



.social-icon a img {

  position: absolute;

  width: 80%;
}



@media (max-width: 750px) { 
  
 
.footer-section .row {

  row-gap: 2.5rem;
}

.widget.dark.text-white {
  text-align: center;
}
  
.footer-section h3{

text-align: center;
  margin-bottom: 1rem;
}
  

{

  text-align: center;
   
  }
  .footer-links >li , .foot-title{

    text-align: center;
  }
  
  .map-add{


    margin-top: 1rem;
  }



   }
  
  

   /* mobile responsive */


   
@media screen and (max-width: 450px) {

  section#counts{

    margin-bottom: 3rem;
  }

  .testimonial-container{

    margin-bottom: 5rem;
  }


  .social-icon a {
    width: 40px;
    height: 40px;
  
    /* position: fixed; */
    display: flex;
    align-items: center;
   
    justify-content: center;
  }
  
  .social-icon a:nth-child(1){
  
    margin-bottom: 3rem;
  }
  
  .social-icon a:nth-child(2){
  
    margin-bottom: 6rem;
  }

  
  .btn-floating-icon {
   
    right: 25px;

  }

  #btn-back-to-top{

width: 40px;
height: 40px;
right: 25px;
display: flex;
justify-content: center;
align-items: center;

  }

  
}