
a{
  text-decoration: none;
}
h2{
  font-size: 35px;
  color: #161D6F;
  font-weight: bold;
}
span{
  color: black;
}
h3{
  font-size: 30px;
  color: #161D6F;
  font-weight: bold;
}
.hr-lines{
  position: relative;
  max-width:100%;
  
  text-align: center;
}
p {
    color: black;
}
.section-dentist{

  padding: 100px 0px 100px 0px;
 
}
p.box-head {
    color: #161d6f;
    font-weight: 700;
}
.br-img{width: 100%; height: 300px;}

.hr-lines:before{
  content:" ";
  height: 2px;
  width:25%;
  background:#161D6F;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.hr-lines:after{
  content:" ";
  height: 2px;
  width:25%;
  background:#161D6F;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: block;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.container.nav_bar {
    padding-top: 25px;
}
.navbar-expand-lg {
  /* z-index: 1;
  position: fixed; */
  background-color: #212b9b; !important;
  border-radius: 20px;
  padding-left:30px;
  padding-Right:30px;
}
.nav-contact{
  text-align: end;
  display: block;
}
.nav-align{
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-nav .nav-link{
  color: white;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color:#f3f3f8;
}
.nav-link:focus, .nav-link:hover {
  color:#9fa5eb;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image:url(../assets/homepage/toggle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

/**/
/* Center align all menu items */
.navbar-nav {
  text-align: center;
}

/* Style for submenus */
.dropdown-menu {
  background-color: white;
}

/* Style for sub-services in submenus */
.dropdown-menu .dropdown-item a {
  color: black;
}

/* Change submenu text color on hover */
.dropdown-menu .dropdown-item a:hover {
  color: #212b9b;
}

/* Display sub-services on hover */
.dropdown-item:hover .dropdown-menu {
  display: block;
}

/* Adjust navbar styling */
.navbar {
  background-color: #212b9b !important;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

/* Adjust navbar link color */
.navbar-nav .nav-link {
  color: white;
}

/* Active and hover styles for navbar links */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #f3f3f8;
}

.nav-link:focus, .nav-link:hover {
  color: #9fa5eb;
}

/* Align dropdown menu to the right */
.dropdown-menu-end {
 left: 90%;
}

/* Style for sub-services in submenus */
.dropdown-menu .dropdown-item a {
  color: black;
}

/* Change submenu text color on hover */
.dropdown-menu .dropdown-item a:hover {
  color: blue;
}

/* Display sub-services on hover */
.dropdown-item:hover .dropdown-menu {
  display: block;
}


/* Style for the submenu arrow */
.submenu-arrow::after {
/*  content: "\f105"; /* Unicode for the right arrow icon */*/
/*  font-family: FontAwesome; /* Use a font that includes the right arrow icon (e.g., FontAwesome) */*/
  margin-left: 5px; /* Adjust the spacing between the link text and the icon */
}

/* Rotate the submenu arrow for active and hovered links */
.submenu-arrow:hover::after,
.submenu-arrow:focus::after {
/*  transform: rotate(90deg);*/
}

/*menu end */

.offcanvas{
  background-color: #161D6F;
  background-image: url(../assets/homepage/offcanavasbg.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: 100%;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
    height: 65vh;
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}
.offcanvas-body a{
  color: #fff;
  font-size: 39px;
  font-weight:800;
  margin-top: -30px;
}
.offcanvas-header {
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas .booknow {
  text-decoration: none;
  width:100%;
  padding: 10px;
  display: block;
  border: 2px solid #fff;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  font-size: 20px;
  border-radius: 50px;
  color:#fff;
  transition: all 0.3s ease;
}
.off-align{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-body-tertiary {
    
    background-color:transparent !important;
}
.phone_number {
    text-decoration: none;
    
    width:100%;
    display: block;
   
    padding:10px;
    display: flex;
   
    align-items: center;
    
    font-size: 20px;
    font-weight:800;
   
    color:#161D6F;
    transition: all 0.3s ease;
}

.booknow {
    text-decoration: none;
    
    width:100%;
    display: block;
    border: 2px solid white;
    padding:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size: 20px;
    font-weight:500;
    border-radius: 50px;
    color:#f0f1f3;
    transition: all 0.3s ease;
}
.booknow:hover {
    background: #161d6f;
    color: white;
    /* border: white; */
}
.booknow1 {
  text-decoration: none;
  
  width:100%;
  display: block;
  border: 2px solid #161d6f;
  padding:10px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  font-size: 20px;
  font-weight:500;
  border-radius: 50px;
  color:#161d6f;
  transition: all 0.3s ease;
}
.booknow1:hover {
  background: #161d6f;
  color: white;
  /* border: white; */
}
h1{
    font-size:55px;
    font-weight:bold;
    color: white;
}
.about-banner h1{
  font-size: 65px;
}
/*p{
    color: #161D6F;
}*/
.banner-content{
margin-top: 3%;
  padding: 50px;
}
.banner .banner-content p{
  color: white;
  text-align: left !important;
}

.main-banner {
 /* background-image: url(../assets/homepage/banner.png);
  position: relative;
  width: 100%;
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  top: 0;
    background-color: #a89999 !important;
    background-image: url(../assets/homepage/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 100px;
}
.banner .booknow{
    width:100%;}
.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .booknow{
    width:100%;}

  .boxes{
    display: flex;
    justify-content:space-between;
    flex-direction:row;
  }
    .banner .box{
        background-image: url(../assets/homepage/Rectangle.png);
        display: flex;
        flex-direction: column;
        background-size: cover;
        background-position: center;
        box-shadow: 4px 4px 10px #C3CADA, -4px -4px 10px #ffffff;
        border-radius: 26px;
        padding: 14px;
        width:100%; 
        margin-top: 10px;
        background: white;

    }
    .banner .box:hover{
      box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 31%);
    }
    .box p{
        color: #161D6F;
        font-size: 18px;
        font-weight:500;
        
    }
    .box span{
        font-size:14px;
    }
    .banner .box span{color: black;}
    .banner .box a{
        margin-top: 7px;
        font-size:14px ;
        color: #161D6F;
        text-decoration:none ;

    }
.btn-left{
  margin-left: 35px;
  z-index: 100;
}
.about-img{
  display: flex;
  justify-content: center;
}
.b-box{
  padding: 30px;
  background-color: white;
 
  diplay: flex;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  z-index: 1;

}
/*.b-box1{
  margin-top: -100px;
  background-image:url(../assets/homepage/about-s.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index:11111;

}*/

/*video */
.b-box1 {
  position: relative;
  margin-top: -100px;
  background-image: url(../assets/homepage/about-s.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 11111;
  cursor: pointer;
}

.play-button {
  width: 100px;
  height: 100px;
  background-image: url('../assets/homepage/play.png'); /* Add your play button image */
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-popup {
   display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 639999; /* Adjust the z-index to be higher than other elements */
}

.video-popup iframe {
  margin-top: 10%;
}

.video-popup .close {
  color: #fff;
      font-size: 3em;
      position: absolute;
      top: 12%;
      right: 30%; /* Adjust the right value to position the close button closer to the popup */
      cursor: pointer;
}

/* Show the video popup when it's open */
.video-popup.show-popup {
  display: block;
}





.section-care{
  margin-top: 40px !important;
}
.care{
  
  background-image: url(../assets/homepage/care.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 100px  ;
}
.care h1{
  color: #161D6F;
  font-size: 55px;
}
.para1{
  color: #161D6F !important;
}
    /* .about-section{
        background-image: url(../assets/homepage/Rectangle.png);
        background-position:center;
        background-repeat:repeat;
        background-size: cover;
        width: 100%;
        padding: 64px 18px 64px 18px;
    } */
    .about-section p{
      font-size: 18px;
    }
    .about-home-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .about-home-content p {
    text-align: center;
}
    p.aos-init.aos-animate {
      text-align: center;
  }
.dentelService-section{
    /* background-image: url(../assets/homepage/Rectangle.png); */
    background-position:center;
    background-repeat:no-repeat;
    background-size: cover;
    width: 100%;
    padding: 10px;

}
.polaroid .col-sm-6{
  width:50%;
}
.a-color{
  color: #161D6F;
}
a.a-color.mouse_zoom:hover {
    /* color: red; */
    font-size: 16px;
}
.polaroid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  box-shadow: 4px 4px 10px #C3CADA, -4px -4px 10px #ffffff;
}
  .polaroid:hover{
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 31%);
  }
  span{
    font-size: 14px;
  }
  .polaroid p{
    font-size: 18px;
    font-weight: 500;
  }
  .priority-section{
    box-shadow: 4px 4px 10px #C3CADA, -4px -4px 10px #ffffff;
    background-image: url(../assets/homepage/priority.png);
    border-radius: 16px;
    padding: 49px;
  }
  .form-box{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 16px;
    padding: 26px;
    width: 100%;
  }
  .form-left{
    background-image: url(../assets/Bookingform/img1.png);
    border-radius: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: slide 10s infinite;

 }

@keyframes slide{
  20%{
    background-image:url(../assets/Bookingform/img2.png);
  }
  40%{
    background-image:url(../assets/Bookingform/img3.png);
  }
  60%{
    background-image: url(../assets/Bookingform/img4.png);
  }
  80%{
    background-image: url(../assets/Bookingform/img5.png);
  }
  90%{
    background-image: url(../assets/Bookingform/img6.png);
  }
}






 .btn-submit{
    width: 100%;
    background-color: #161D6F;
    border-radius: 8px;
    color: #fff;
    border: 0;
    display: block;
    height: 37px;
 }
.form-box label{
    font-weight:500;
}
/* ............slide */

.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
  }
  .slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
  }

 
 .image-content1{
  transition: transform .2s;
    position: relative;
    
 }
 /* .image-content1:hover{
  -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1);
 } */
 .image-content1 span{
  color: #fff;
 }
 .card-body{
  background-color: #161D6F;
  color: white;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }
 .card-body span{
  color: white
 }
 .middle {


    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }

  
  .image-content1:hover .middle {
    opacity: 1;
   
  }
  .image-content1:before {
    content: '';
    display: block;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease-out;
    background: linear-gradient(to left, transparent 0%, rgb(50, 123, 206) 100%);
  }
  .image-content1:hover:before {
    height: 100%;
  }



  
  .text {
    color: white;
    font-size: 16px;
    font-weight:500;
   
  }
  
.middle span{
    font-size: 10px;
}
.bottom {
    position: absolute; 
  bottom: 0; 
 
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
 
  font-size: 20px;
  padding: 20px;
  text-align: center;
  }
 
  .image-content1:hover .bottom {
    opacity: 1;
  }
  
  .swiper-navBtn{
    color: #6E93f7;
    transition: color 0.3s ease;
  }
  .swiper-navBtn:hover{
    color: #4070F4;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 35px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
 
  
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
  }
  .footer-section{
    margin-top: 30px;
    background-color: #161d6f;
    width: 100%;
    padding: 40px 40px 20px 40px;
  }
  .footer-section p , a{
    color: #fff;
    font-size: 14px;
  }
  .footer-section li a:hover{
    color: #1095c1;
  }
  .footer-section ul{
    text-decoration: none;
  }
  .footer-section li{
    list-style: none;
    color: #fff;
    font-size: 14px;
  }
  .footer-section .box{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 26px;
    padding: 14px;
    width: 90%; 

}
.footer-section .box p{
    color: #161d6f;
    font-size: 16px;
    font-weight:500;
    
}
.footer-section.box span{
    font-size:11px;
}
.footer-section .box .time{
  width:14%;
  height: 14%;
}
/* ............about section */
.about-banner-content{
  padding: 50px;
}

.mission-whatwedo{
  /* background-color: #efeeee; */
  padding: 20px;
}
.about-banner{
  
}
.about-banner .booknow {
  text-decoration: none;
  width: 249px;
  display: block;
  border: 2px solid #fff;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  font-size: 20px;
  border-radius: 40px;
  color:#fff;
  transition: all 0.3s ease;
}
.about-banner .booknow:hover {
    color: #161d6f;
    background: white;
    border: 2px solid #161d6f;
}
.about-banner .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image:url(../assets/about/toggle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.about-banner-content{
  padding: 50px !important;
  display: flex;
  align-items: center;
  flex-direction: column;
justify-content: center;
  color: #161D6F !important;

}
.about-banner-content1{
  background-color:#efeeee;
  padding: 50px !important;
  display: flex;
  flex-direction: column;
justify-content: center;
  color: #161D6F !important;

}
.about-banner-img{
  background-image: url(../assets/about/mission.png);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
height: 90vh;
}
.para-2{
  text-align: left !important;
}
.about-banner-content h1{
  color: #161D6F;
}
.mission-section h3{
  color: #161D6F;
}
.mission-section .about-banner-content{
  padding: 90px;
}
.what-we-do-section .about-banner-content{
  padding: 90px;
}
.mission-video {

  width: 100%;
  height: 100%;
}

.mission-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* --------------------what we do */
.what-we-do-section .row{
  display: flex;
/*  flex-direction: column;*/
}

/* .....................services... */
.service-banner h1{
  color: #161D6F;
  font-size: 60px;
}
.service-banner p{
  color: #161D6F !important;
}
.para{
  margin-bottom: 41px;
}
.cleaning-banner{
  
  background-image: url(../assets/Services/dental-cleaning.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.bridge-banner{
  
  background-image: url(../assets/Services/dental-bridge.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.crown-banner{
  
  background-image: url(../assets/Services/dental-crown.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.extraction-banner{
  
  background-image: url(../assets/Services/teath-extraction.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.gum-banner{
  
  background-image: url(../assets/Services/gum-disease.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.laser-banner{
  
  background-image: url(../assets/Services/laser-dentistry.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.anasthesia-banner{
  
  background-image: url(../assets/Services/painless-anasthesia.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.dentistry-banner{
  
  background-image: url(../assets/Services/pediatric-dentistry.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.root-banner{
  
  background-image: url(../assets/Services/root-canal.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.inlay-banner{
  
  background-image: url(../assets/Services/dental-inlay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.filling-banner{
  
  background-image: url(../assets/Services/dental-filling.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.service-banner{
  top: 0;
    background-image: url(../assets/Services/service-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.service-banner h2{
  color: #161D6F;
  font-weight: 600;
}
.service-box h6{
  color: #161D6F;
}
.service-box:hover h6{
  color:#fff;
}
.service-box{
  box-shadow: 4px 4px 10px #C3CADA, -4px -4px 10px #ffffff;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: relative;
  width:100%;
  padding:30px;
  margin-top: 30px;
  
}
.service-appointment{
  padding:13px;
}
.service-content{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  justify-content:space-around;
  
}
.bottom-center {
  display: none;
}

.service-box:hover{
  box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 31%);
 background-color: #161D6F;
 color: #fff;
  
}
.service-box:hover .bottom-center{
  display: block;
  background-color: #eef0f7;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: #161D6F;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-hover{
  display: none;
}
.service-box:hover .img-hover{
display: inline;
  
}
.img{
  display: block;
}
.service-box:hover .img{
  display:none;
    
  }
  .cosmetic-section h2, h1{
    color: #161D6F;
  }
  .cos-services{
    padding: 50px;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items:start;
  }
  .bottom-center1 {
    position: absolute;
    bottom:0px;
    left: 50%;
    transform: translate(-50%, -50%);  
  color: #161D6F;
  }
.surgical-section .service-box:hover .bottom-center1{
  position: absolute;
  bottom:0px;
  left: 50%;
  transform: translate(-50%, -50%);

}
.bottom-center1 a{
  text-decoration:underline;
  color: #161D6F;
  
}
.surgical-section .service-box:hover a{
  color: #fff;
}
.surgical-content{
  display: flex;
  justify-content:end;
  align-items: center;
  flex-direction: row;
}
.surgical-section .service-box{
  box-shadow: 4px 4px 10px #C3CADA, -4px -4px 10px #ffffff;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: relative;
 width: 300px;
 height: 300px;
  
}
.sur-service{
  padding: 60px;
}
.benefits-box{
  margin-top: 40px;
  box-shadow: 4px 4px 10px #C3CADA, -4px -4px 10px #ffffff;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
  
}
.benefits-box:hover{
  box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 31%);
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
  
}
.benefits-banner{
  top: 0;
    background-image:url(../assets/dentalfilling/benefits-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
/* ..................doctor section.. */
.doctors-details {
  background-color: #161D6F !important;
  width: 100%;
  padding-bottom: 100px;
}
.doctors-banner{
  top: 0;
  background-color:#a89999 !important;
    background-image:url(../assets/Doctors/doctors-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 100px;
}
.section-location{
  
  padding-top:90px;
  padding-bottom: 90px;
}
.doctors-box{
  margin-top: 20px;
  width: 100%;
  box-shadow: 4px 4px 10px #C3CADA, -4px -4px 10px #ffffff;
  border-radius: 20px;

}
.doctors-box span{
  color: #fff;
}
.doctors-section{
  padding-top: 30px !important;
  margin-top: -100px;
  background-color: white;
  margin-top: -100px !important;
  z-index: 1;

}
.details-section{
  padding-top: 30px !important;
  margin-top: -100px;
  background-color: white;
  margin-top: -70px !important;
  z-index: 1;
}
.data{
  display: flex;
  flex-direction: column;
margin-top: 10px;
margin-bottom: 20px;
}
.data1{
  margin-top: 4px;
  display: flex;
  justify-content:flex-start;
  align-items: center;
  text-align: center;
}
/* ..............insurance. section.. */
.insurance-banner{
  background-color: #f6f6f6;
}

 .partners li{
  list-style: none;
  display: inline;
}
/* .partners{
  display: flex;
  justify-content: center;
  flex-direction:row;
  justify-content: space-between;
} */
.appointment{
  display: flex;
  justify-content: center;
  justify-content:space-between;
  align-items: center;
  padding: 10px 20px 50px 30px;
}
.footer .in-partners{
  overflow-x: scroll;
}
.modal-body-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.an-img {
  transition: transform .2s;

}
.an-img:hover {
  -ms-transform: scale(.2); /* IE 9 */
  -webkit-transform: scale(.2); /* Safari 3-8 */
  transform: scale(1.2); 

}
.bottomright {
  position: absolute;
  bottom: 50px;
  right: 200px;
  font-size: 18px;
}

.cmp:hover{
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 4px 4px 10px #C3CADA, -4px -4px 10px #ffffff;
}
.imgsdsad {
  --c: #8A9B0F; /* the border color */
  --b: 10px;    /* the border thickness*/
  --g: 5px;     /* the gap on hover */
  
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%,var(--c) 0;
  background: 
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
     var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
     0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
  transition: .3s, background-position .3s .3s;
  cursor: pointer;
}
.imgasdsad:hover {
  --_i: 100%;
  transition: .3s, background-size .3s .3s;
}
.card{
  border-radius: 20px;
  box-shadow:none;
   transition: transform .2s;
  }
  .card:hover{
        box-shadow: 1px 0px 14px 0px #aaaaaa;
         transform: scale(1.001);
           
  }
  
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  /* height: 94%; */
  height: 250px;
}

.card-text{
text-align: center;
}

.card-img-top{
opacity: 1;
display: block;
width: 100%;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}

.card:hover .card-img-top {
opacity: 0.3;
}
.owl-item {
  width: 317px !important;
  margin-right: 10px;
}

#slider-container {
  /* height: 300px; */
  /* width: 85vw; */
  max-width: 100%;
  /* background: #54d5e4;
  box-shadow: 5px 5px 8px gray inset; */
  position: relative;
  overflow: hidden;
  padding: 20px;
}

#slider-container .btn {
  position: absolute;
  top: calc(50% - 30px);
  height: 30px;
  width: 30px;
  border-left: 8px solid #161D6F;
  border-top: 8px solid #161D6F;
}

#slider-container .btn:hover {
  transform: scale(1.2);
}

#slider-container .btn.inactive {
  border-color: rgb(153, 121, 126)
}

#slider-container .btn:first-of-type {
  transform: rotate(-45deg);
  left: 10px
}

#slider-container .btn:last-of-type {
  transform: rotate(135deg);
  right: 10px;
}

#slider-container #slider {
  display: flex;
  width: 1000%;
  height: 100%; 
  transition: all .5s;
}

#slider-container #slider .slide {
  height: 90%;
  margin: auto 10px;
  /* background-color: #a847a4;
  box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white; */
  display: grid;
  place-items: center;
}

#slider-container #slider .slide span {
  color: white;
  font-size: 150px;
}

/* @media only screen and (min-width: 1100px) {

  #slider-container #slider .slide {
    width: calc(2% - 20px);
  }

}

@media only screen and (max-width: 1100px) {

  #slider-container #slider .slide {
    width: calc(3.3333333% - 20px);
  }

}

@media only screen and (max-width: 900px) {

  #slider-container #slider .slide {
    width: calc(5% - 20px);
  }

}

@media only screen and (max-width: 550px) {

  #slider-container #slider .slide {
    width: calc(10% - 20px);
  }

} */

/*insurance partners*/
  .slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.mouse_zoom {
  transition: transform 0.3s ease-in-out;
}

.mouse_zoom:hover {
  transform: scale(1.1);
}

 .booknow2 {
  /*text-decoration: none;
  width: 249px;
  display: block;
  border: 2px solid #fff;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  font-size: 20px;
  border-radius: 40px;
  color:#fff;
  transition: all 0.3s ease;*/
  border: 2px solid white;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    color: #f0f1f3;
    transition: all 0.3s ease;
}
.booknow2:hover {
    color: #161d6f;
    background: white;
    border: 2px solid #161d6f;
}

/*home page banner*/
.mainpage-banner{
  top: 0;
  background-color:#a89999 !important;
    background-image:url(../assets/homepage/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 100px;
}
.color_blue{color: #161D6F !important;}

.booknow_ser{    text-decoration: none;
    width: 100%;
    display: block;
    border: 2px solid #212b9b;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    color: #212b9b;
    transition: all 0.3s ease;
}}