@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
}
li{
  list-style: none;

}
ul{
  padding: 0px;
}
a{
  text-decoration: none;
}
#button {
  display: inline-block;
  background-color: #AEC827;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s ,transform .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transform: translateX(50px);
  border: 3px solid #ffffff;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 35px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  transform: translateX(-0px);
  opacity: 1;
  visibility: visible;
}
/* call icon and whatsapp icon*/
.whatsappimgbox{
  width: 12%;
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  left:30px;
  
}
.scale-up-center{
  animation: scale-up-center 1s ease-in-out infinite alternate both;animation: scale-up-center 1s ease-in-out infinite alternate both;
}
@keyframes scale-up-center {
  0% {
    
    transform: scale(0.9);
  }
  100% {
     transform: scale(1);
  }
}
/* google language */
.google-btn{
  position: fixed;
  top: 40%;
  right: 0%;
  z-index: 3;
  border: 2px solid #ffffff;
  background-color: #092E40;
}

.google-btn::after{
  content: "";
  background-image: url(../images/language.png);
  background-size: contain;
  position: absolute;
  background-color: #036fa6;
  border: 2px solid #ffffff;
  padding: 22px;
  top: -1px;
  left: -46px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.goog-te-gadget-icon {
  display:none;
}
.goog-te-gadget-simple {
    background-color: #c0b59600 !important;
    border:none !important;
    display: inline-block;
    cursor: pointer;
    zoom: 1 !important;
    padding: 10px 20px !important;
    border-radius: 10px;
}
#google_translate_element{
  display: none;
}
.google-btn:hover #google_translate_element{
  display: inline;
}
.goog-te-gadget-simple  span {
  color: #ffffff !important;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-size: 14px;

}


 .VIpgJd-ZVi9od-ORHb-OEVmcd{
display: none !important;
} 
body{
  overflow-x: hidden;
  top: 0px !important;
}
.logobox{
  width: 100%;
  display: block;
}
.logobox img ,.logobox1 img{
  object-fit: cover;
}
.logobox1{
  width: 55%;
}
.logotext{
  text-align: center;
  font-family: "Teko", sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
}
.top-nav-contact-box{
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: center;
}
.top-nav-contact-box div i{
  font-size: 25px;
  color: #AEC827;
  color: #ffffff;
  background-color: #AEC827;
  padding: 10px;
  border-radius: 50%;
  text-shadow: 5px 5px 8px #000000e7;
}
.top-nav-contact-box div h5{
  font-family: "Teko", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.top-nav-contact-box div a{
  color: #666666;
  font-size: 17px;
}
.nav-top-social-icon{
  display: flex;
  justify-content: end;
  column-gap: 20px;
}
.nav-top-social-icon li a i{
  color: #3e3e3e;
  font-size: 22px;
  transition: all .5s;
}
.nav-top-social-icon li a i:hover{
  color: #AEC827;
  font-size: 22px;
}
.main-nav{
  background-color: #243559;
  position: sticky;
  top: 0px;
  z-index: 99999;
}
.navbar-toggler{
border: none;
}
.navbar-toggler:focus{
  outline: none !important;
  box-shadow: none;
}
.navbar-toggler i{
  font-size: 25px;
  color: #ffffff;
}

.navbar-nav li a{
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all .5s;
}
.navbar-nav li a:hover,.navbar-nav li a:focus{
  color: #AEC827;
}
.nav-active{
  color: #AEC827 !important;
  font-weight: 500 !important;
}
.main-manu-box{
  position: relative;
}
.submenu-box {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  width: 16rem;
  padding: 20px;
  display: none;
  height: 40vh;
  overflow: scroll;
}
.submenu-box1 {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  width: 16rem;
  padding: 20px;
  display: none;
}
.submenu-box li a ,.submenu-box1 li a{
  color: #252525;
  border-bottom: 1px solid #6666666e;
  display:block;
  padding: 7px 0px;
  font-size: 14px;
  font-weight: 600;
  transition: all .5s;
}
.main-manu-box a i{
  color: #AEC827;
  font-size: 10px;
}

.main-manu-box:hover .submenu-box ,.main-manu-box:hover .submenu-box1{
  display: block;
}

.getbtn{
  background-color: #AEC827;
  padding: 10px 10px 11px 10px;
  color: #ffffff !important;
  font-size: 18.2px;
  font-weight: 500;

}
.call-img-box{
  width: 95%;
}
/* services section */
.All-text-heading{
  text-transform: uppercase;
  font-weight: bold;
  color: #273272;
}
.line{
  background-color: #5471d2d6;
  width: 10%;
  height: 1.5px;
  margin: 0% auto;
  position: relative;
}
.line::after{
  content: "";
  background-color: #f80000;
  width: 20%;
  height: 4px;
  position: absolute;
  left: 40%;
  bottom: -1.2px;
}
.services-icon{
  width: 30%;
  margin: 0px auto;
  transition: all .5s;
}
.services-main-box{
  height: 100%;
}
.services-main-box h5{
  padding: 10px 0px;
  margin: 0;
}
.services-main-box h5 a{
  color: #273272;
   font-size: inherit;
   position: relative;

}
.services-subheading{
  color: #fe1c1c;
  font-weight: 600;
}
.services-main-box h5 a::after{
  content: "";
  position: absolute;
  background-color: #AEC827;
  width: 100%;
  height: 3px;
  bottom: -5px;
  left: 0px;
  transition: all .5s;
  transform: scaleX(0);
  transform-origin: left;
}
.services-main-box:hover h5 a::after{
  transform: scaleX(1);
  transform-origin: left;
}
.textpara{
 color: #454545;
}
.services-main-box:hover .services-icon{
     transform: translateY(-10px);
}
/* Top Rated Specialists section */
.rate-bg-img{
  background-image: linear-gradient(-122deg, #ffffff 0%, rgba(245, 247, 250, 0.659) 100%), url(../images/389.jpg);
}
.sub-heading-text{
  text-align: center;
}
.dr-images-box{
  height: 50vh;
  overflow: hidden;
}
.main-box-rated{
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  transition: all .5s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.main-box-rated:hover {
  background-color: #8ea80c;

}

.main-box-rated:hover .dr-name h5 ,.main-box-rated:hover .dr-name h6{
  color: #ffffff;
}
.dr-name h5{
  text-transform: uppercase;
}
.dr-name h5 ,.dr-name h6{
  font-weight: bold;
  color: #252525;
  transition: all .5s;
}
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.main-box-rated:hover figure::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* Appointment-form */
.bgcolor{
  background-color: #eeeeee;
}
.Appointment-form{
  background-color: #036fa6;
  padding: 40px 30px;
}
.Appointment-main-heading{
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  border-bottom: 2px solid #d1d1d1c7;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
  color: #fff;
}
.Appointment-main-box{
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.Appointment-name{
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  color: #ef1a1a;
}
.Appointment-main-box p{
  margin: 0;
}
.Appointment-main-box h2{
  padding: 10px 20px;
  margin: 0;
  color: #036fa6;
}
.Appointment-main-box h3 a{
  color: #036fa6;
  font-size: inherit;
}
.Appointment-main-heading::after{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0%;
  background-color: #AEC827;
  width: 10%;
  height: 4px;

}

.input-box{
  width: 100%;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.input-box:focus{
  outline: 2px solid #cccccc65;
}
::placeholder{
  font-size: 14px;
}

.Arrowdown{
  appearance: none;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 1.2rem top 50%;
  background-size: 0.65rem auto;
}
.clickbtn{
  background-color: #AEC827;
  font-size: 18px;
  padding: 16px 60px;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.clickbtn:hover{
  color: #ffffff;
}
/* about section */
 .about-bg-color{
  background-color: #e4e4e4;
 }
.line1{
  background-color: #5471d2d6;
  width: 30%;
  height: 1.5px;
  position: relative;
}
.line1::after{
  content: "";
  background-color: #f80000;
  width: 20%;
  height: 4px;
  position: absolute;
  left: 0%;
  bottom: -1.2px;
}
.textpara1{
  text-align: justify;
 
  color: #3e3e3e;
}
.bg-line-img{
  background-image: url(../images/diagonal-lines-2.png);
  padding: 30px 20px ;
}
.read-btn{
  
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .5s;
  z-index: 2;
}
.back-color-btn{
  background-color: #AEC827;
  padding: 10px 0px;
  display: inline;
}
.read-btn:hover{
  color: #ffffff;
  width: 10%;
  height: 22%;
}
.read-btn::after{
  content: "";
  position: absolute;
  background-color: #243559;
  width: 10%;
  height: 22%;
  left: 0px;
  top: 0px;
  transition: all .5s;
  z-index: -1;
}

.read-btn:hover:after{
    width: 100%;
    height: 100%;
}
/* testimonial section */

.googlelogo{
  width: 40%;
}
.staricon{
  display: flex;
  column-gap: 5px;
  justify-content: center;
}
.staricon1{
  display: flex;
  column-gap: 5px;
  
}
.stariconbox{
  width: 20px;
}
.client{
  margin: 10px;
}
.mainsliderbgcolor{
  background-color: #ffffff;
  width: 100%;
  min-height: 34vh;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.silderimages{
  width: 20%;
}
.datetext{
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
}
.googleGlogo{
  width: 10%;
  
}
.textbox{
  width: 100%;
  height: 15vh;
  overflow: auto;
}
.textbox p{
  color: #3d3d3d;
  font-weight: 400;
}
.owl-nav button.owl-next,
 .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
  opacity: 0;
  transition: all .5s;
  
}
.owl-nav button.owl-next{
  transform: translateX(10px);
}
 .owl-nav button.owl-prev{
  transform: translateX(-10px);
 }
.owl-carousel:hover .owl-nav button.owl-next,
.owl-carousel:hover .owl-nav button.owl-prev {
  transform: translateX(0px);
  opacity: 1;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 35%;
}
 .owl-theme .owl-nav [class*=owl-]{
  background-color: #EE373C !important;
  color: #ffffff !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #99627A50;
  color: #99627A;
}
/* footer section */
.BG-color-red{
  background-color: #EE373C;
  
}
.bg-color-white{
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.top-footer-text a{
    color: #000000;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.top-footer-icon{
  position: absolute;
  right: 5%;
  bottom: 5%;

}
.top-footer-icon i{
  color: #c2c2c2;
  font-size: 70px;
  transition: all .5s;
}
.bg-color-white:hover .top-footer-icon i{
     transform: scale(1.2) rotate(10deg);
}
/* footer section */
.footer-bg{
  background-color: #243559;
}
.footer-heading{
  color: #ffffff;
}
.line-footer{
  width: 7px;
  height: 7px;
  background-color: #AEC827;
  position: relative;
}
.line-footer::before{
   content: "";
   position: absolute;
   width: 60px;
   height: 1px;
   background-color: #ffffff;
   margin-left: 10px ;
   left: 0px;
   top: 38%;
}
.text-footer{
  text-align: justify;
  color: #ffffff;
}
.footer-list li{
  line-height: 2rem;
  list-style: "☆  ";
  color: #ffffff;
  list-style-position: inside;
  transition: all .5s;
}
.footer-list li a{
     color: #ffffff;
}
.footer-list li:hover{
  color: #ff0004;
}
.footer-address{
  display: flex;
  column-gap: 10px;
}
.footer-address div i{
  font-size: 20px;
  color: #AEC827;
}
.footer-address div a{
  color: #ffffff;
  transition: all .5s;
}
.footer-address div a:hover{
  color: #ff2e2e;
}
.copyline{
  text-align: center;
  color: #ffffff;
}
.copyline a{
  color: #AEC827;
}
/* contact page */
.bg-bannerimg{
  background-image: url(../images/services.png);
  height: 30vh;
}
.bg-bannerimg1{
  background-image: url(../images/contact-banner.png);
  height: 30vh;
  background-position: center;
  background-size: cover;

}

.bg-bannerimg2{
  background-image: url(../images/Doctor.png);
  height: 30vh;
  background-position: center;
  background-size: cover;


}
.bg-bannerimg3{
  background-image: url(../images/about-us.png);
}
.bg-bannerimg4{
  background-image: url(../images/OUR-DIRECTOR.png);
}
.bg-bannerimg5{
  background-image: url(../images/gallery.png);
}
.bg-bannerimg6{
  background-image: url(../images/testi.png);
}
.bg-bannerimg3 ,.bg-bannerimg4,.bg-bannerimg5 ,.bg-bannerimg6{
  height: 30vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.benner-main-box{
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benner-main-box1 ,.benner-main-box2{
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.beener-heding{
  font-weight: bold;
  font-size: 30px;
}
.contact-box{
  display: flex;
  align-items: center;
  column-gap: 20px;
  border-bottom:  1px solid #6c6c6c5c;
}
.subHeading{
  color: #243559;

}
.subHeading span{
  color: #AEC827;
  font-size: inherit;
}
.heding-address{
  color: #243559;
  font-weight:bold;
  font-size: 21px;
}
.contact-box i{
  color: #243559;
  font-size: 40px;
}
/* services pages */
.blog-box-option{
background-color: #F6F7F5;
padding: 20px;
border: 1px solid #c8c8c8;
height: 130vh;
overflow: scroll;
overflow-X: hidden;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #ff0000;
}

.servicesbtn{
  background: linear-gradient(to left, #ffffff 50%, #03afef 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  padding: 20px 30px;;
  display: block;
  margin: 20px 0px;
  color: #204066;
  font-weight: 700;
}
.activeServices{
background-color: #03afef !important;
padding: 20px 30px;;
display: block;
margin: 20px 0px;
color: #ffffff;
font-weight: 700;
}
.activeServices:hover{
  color: #ffffff;
}
.servicesbtn i{
  overflow: hidden;
  width: 3.1%;
  height: 13px;
  transition: all .5s ease-out;
}
.servicesbtn:hover i{
  width: 5.5%;
  color: #ffffff;
}
 .servicesbtn:hover{
  background-position: left bottom;
  color: #ffffff;
 }
 .offcanvas-product{
  z-index: 999999;
}
.offcanvas-product.offcanvas-start{
  border: none;
}

.services-heading{
  color: #204066;
  border-bottom: 2px solid #243559;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.services-heading::after{
  content: "";
  width: 20%;
  height: 4px;
  background-color: #AEC827;
  position: absolute;
  left: 0px;
  bottom: -2.5px;
}
.fa-bars-progress{
  color: #6b6b6b !important;
  font-size: 16px !important;
}
.textheading-services{
  color: #204066;
}
/* gallery page */
.image-box{
overflow: hidden;
display: block;
 border-radius: 20px;
 height: 100%;
 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
[data-lightbox="mygallery6"] img {
  
 
  transition: all 1s;
  overflow: hidden;
}
[data-lightbox="mygallery6"] img:hover {
  transform: scale(1.1);
}
/* DOCTOR PAGE */
.top-main-heading{
   color: #036fa6;
   text-align: center;
}
.doctor-main-box{
  border: 1px solid #5858586d;
  padding: 20px;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.61) 0px 2px 8px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.doctor-icon{
  width: 25%;
  margin: 0px auto;
  padding-bottom: 10px;
}
.doctor-icon img{
  transition: all .5s;

}
.doctor-main-box:hover .doctor-icon img{
  transform: scale(1.1) rotate(10deg);
}
/* our director */
.color-red{
  color: #f80000;
  padding-top: 4px;
}
.bgcolor-director{
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  width: 25%;
}
/* about page */
.facilities-list{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 20px;
  height: 100%;
}
.facilities-list li{
 padding-bottom:8px ;
 font-weight: 500;
 display: flex; 
 column-gap: 10px;
 text-transform: capitalize;
}

.line-faclitis{
  width: 100%;
  height: 1px;
  background-color: #d0d0d0;
  position: relative;
}
.line-faclitis::after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1.5px;
  background-color: #ff0000;
  width: 15%;
  height: 4px;
}
.facilities-text-heading{
  color: #243559;
}
.facilities-list li i{
  background-color: #AEC827;
  color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
}
/* testimonials page */
.main-box-testimonials{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 100%;
}
.bg-color-white-test{
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  align-items: center;
  column-gap: 4%;
}
.testimonial-box-img{
      width: 19%; 
}
.bg-color-block{
  background-color: #204066;
  
}

.textpara-test{
  color: #ffffff;
  text-align: justify;
  text-justify: inter-word;
  padding: 20px 20px ;
  height: 21.7vh;
  overflow-y: auto;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}
.textpara-test::-webkit-scrollbar{
  opacity: 0;
}
/* counter section */
.counter-bg-img{
  background-image: url(../images/counter-img.jpg);
 background-position: center;
 background-size: cover;
 position: relative;

}
.counter-bg-img::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #243559e7;
  top: 0px;
  left: 0px;
}
.counter-box{
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.counter-box h2 {
  font-weight: bold;
}
.counter-box h2 ,.counter-box h5{
  color: #204066;
}
/* facilities home page */
.bg-color-blue{
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.facilities-box{
background-color: #A5BC33;
  height: 100%;
  padding: 20px;
}
.facilities-box1{
  background-color: #93ab1d;
}
.facilities-box div img{

  transition: all .5s;
}
.facilities-box:hover div img{
 transform: translateY(10px);
}
.facilities-box{
  position: relative;
  
}
.facilities-box::after{
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  left: 30px;
 bottom:30px;
 transition: all .8s;
 opacity: 0;
}
.facilities-box:hover:after ,.facilities-box:hover:before{
  width: 81%;
  height: 81%;
  opacity: 1;
}
.facilities-box::before{
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
 top: 30px;
  right: 30px;
  transition: all .8s;
  opacity: 0;
}
.services-img{
  border-radius: 30px;
  overflow: hidden;
}
.facilities-box h3 , .facilities-box p{
  color: #ffffff;
  text-shadow: 2px 2px 3px rgb(15, 2, 88);
}
/* our director */
.heading-All{
  font-weight: bold;
  color: #043C77;
 }
 .dr-info-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
  border-radius: 20px;
}
.dr-images-infomation{
  width: 100%;
  margin: 0px auto;
}
.dr-name-box{
  display: flex;
  column-gap: 10px;
  align-items: center;
  
}
.doctor-list{
  padding-left: 20px;
}
.doctor-list li{
 list-style: disc;
}
.dr-name-box div i{
  background-color: #AEC827;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  text-shadow: rgba(0, 0, 0, 0.748) 3px 5px 10px;
}
.dr-name-box div h4{
  font-weight: 600;
  padding-bottom: 5px;
}
.dr-name-box div p{
  font-size: 19px;
  font-weight: 500;
  margin: 0px;
}
 /* modal box */
.modal-contact-page{
  top: 20%;
}
.modal-box-continere{
  text-align: center;
}
.namste-gif{
  width: 20%;
  margin: 0px auto;
}
/* number form */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-box::placeholder{
  color: #000000;
}
@media (min-width:768px) {
  .logobox1{
    width: 26%;
  }
  .whatsappimgbox{
    width: 6%;
  }
  .submenu-box{
    width: 42rem;
   overflow: hidden;
  height: auto;
  }
 
  .googlelogo{
    width: 20%;
  }
  .services-img{
    width: 70%;
    margin: 0px auto;
  }
  .beener-heding{
    font-size: 35px;
  }
   .dr-info-box{
  padding: 30px;
}
.bg-color-blue{

  border-radius: 20px;
}
  .facilities-box{

  padding: 40px;
}
}
@media (min-width:992px){

  .submenu-box {
    position: absolute;
    width: 50rem;
   
  }
  .submenu-box1{
    position: absolute;
  }
  .whatsappimgbox{
    width: 3%;
  }
  .logobox1{
    width: 20%;
  }
  .logobox{
    width: 90%;
  }
 
  .bg-line-img{
    padding: 30px 40px;
  }
  .googlelogo{
    width: 10%;
  }
  .beener-heding{
    font-size: 40px;
  }
   .dr-info-box{
  padding: 40px;
}
.doctor-list li{
 line-height: 2rem;
}

}
@media (min-width:1440px){

  .navbar-nav{
    column-gap: 20px;
  }
  .submenu-box{
    position: absolute;
    width: 45rem;
   
  }
  .Appointment-main-box h2{
    padding: 10px 80px;
  }
  .dr-info-box{
  padding: 40px;
}
}