@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&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;
}
/* font-family: "Poppins", sans-serif;
    font-family: "Roboto Slab", serif;;
*/
#button {
  display: inline-block;
  background-color: #2E386F;
  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);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  transform: translateX(-0px);
  opacity: 1;
  visibility: visible;
}
/* buuton */
.whatsappimgbox{
  width: 12%;
  position: fixed;
  z-index: 99999;
  bottom: 30px;
  left: 30px;
  visibility: hidden;
   transform: translateX(-100px);
   transition: all 0.5s;
}
.show1 {
  opacity: 1;
  visibility: visible;
   transform: translateX(-10px);
}
.scale-up-center{
  animation: scale-up-center 1s ease-in-out infinite alternate both;
}
li{
  list-style: none;
}
@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;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}
/* top nav */
.navbgcolor-top{
  background-color: #2E386F;
}
.navbgcolor-top div ul li i,.navbgcolor-top div ul li a{
  color: #ffffff;
}


/* main nav */
.main-nav{
  position: relative;
}
.nav-box{
  background-color: #ffffff;
  z-index: 99999;
  position: sticky;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sub-nav{
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  opacity: 0;
 display: none;
  transform: translateY(-10px);
  transition: all 0.5s;
  z-index: 5;

}
.main-nav:hover .sub-nav{
  opacity: 1;
  display: block;
  transform: translateY(0);
}
.navbar-nav li .nav-link{
  color: #1b1b1b;
  transition: all .5s ease-out;
  text-transform: uppercase;
}

.navbar-nav li .nav-link:hover ,.sub-nav li .sub-manu:hover{
    color: #2E386F;
}
.active-nav{
  color: #2E386F !important;
}
.sub-nav li .sub-manu{
  padding-bottom: 10px;
  color: #1b1b1b;
  display: block;
  position: relative;
  transition: all .5s;
  word-wrap: break-word;
}

.nav-link{
  font-weight: 600 !important;
}
.sub-nav li .sub-manu::after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #2E386F;
  transition: all .5s;
  transform:scaleX(0);
  transform-origin: left;
}
.sub-nav li .sub-manu:hover:after{
  transform:scaleX(1);
  transform-origin: left;
  border-bottom: 1px solid #2E386F;
}
.navcolor i{
  font-size: 10px;
  transition: all .5s;
}
.main-nav:hover  .navcolor i{
  transform: rotate(180deg);
  color: #2E386F;
}
.main-nav:hover  .navcolor{
  color: #2E386F;
}
.logobox{
  width: 30%;
}
/* tag line */
.Tag-line{
  position: absolute;
  top: 10%;
  left: 12%;
  font-family: "Roboto Slab", serif;
  color: #002285;
  
}
.Tag-line1{
  font-family: "Roboto Slab", serif;
  color: #002285; 
  text-align: center;
  margin: 0;
  padding: 10px 0px;
}
img{
  object-fit: cover;
}
/* button  */
.bookbtn{
  background: linear-gradient(to left, #2E386F 50%, #000000 50%);
  background-size: 200% 110%;
  background-position: right bottom;
  transition: all .5s ease-out;
  padding: 15px 20px;
  border-radius: 5px;
  color: #ffffff;
 font-weight: 500;
 letter-spacing: 1px;
}
 .bookbtn:hover{
  background-position: left bottom;
  color: #ffffff;
 }
 /* about us section */
 .textpara{
  text-align: justify;
 }
 .main-heading{
   color: #2E386F;
   font-weight: bold;
 }
 .top-text{
  color: #9e0000;
 }
 .line-box{
    width: 50%;
    height: 2px;
    background-color: #555;
    position: relative;
 }
  .line-box::after{
    position: absolute;
    content: "";
    background-color: #2E386F;
    width: 20%;
    height: 4px;
    left: 0px;
    top: -1px;
  }
   .line-box1{
    width: 20%;
    height: 2px;
    background-color: #555;
    position: relative;
    margin: 0px auto;
 }
  .line-box1::after{
    position: absolute;
    content: "";
    background-color: #2E386F;
    width: 20%;
    height: 4px;
    left: 40%;
   bottom: -1px;
  }
  /* button */
.btn-read{
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #1C802B;
  border-radius: 5px;
  background-color: #1C802B;
  transition: all .5s;
}

.btn-read::after{
  content: "";
  position: absolute;
  background-color: #fdfdfd;
  border-radius: 5px;
  transition: all .5s ease;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  transform: scale(0);
  transform-origin: center;
  
}
.btn-read:hover:after{
  transform: scale(1);
}

.btn-read a{
   text-transform: uppercase;
  color: #ffffff;
  transition: all .2s;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.btn-read:hover a{
  color: #000000;

}
.Appointment-main{
  background-color: #2E386F;
  padding: 20px 0px;
  height: 100%;
}
.Appointment-main1{
  background-color: #3d4eaf;
  padding: 20px 0px;
  height: 100%;
}
.Appointment-text-box1{
   color: #ffffff;
}
.Appointment-text-box h3{
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.appointmentbtn a{
   border: 2px solid #ffffff;
   padding: 10px 20px;
   border-radius: 5px;
   color: #ffffff;
   transition: all .5s;
   font-weight: 500;
   letter-spacing: 2px;
}
.appointmentbtn a:hover{
  background-color: #9e0000;
}
.image-box-about{
  border-radius: 20px;
  overflow: hidden;
}
/* services section*/
.services-bg-color{
  background-color: #e8e8e8;
}
.main-services-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   text-align: center;
   border-radius: 20px;
   overflow: hidden;
}
.text-heding-services a{
  color: #2E386F;
  font-size: inherit;
 position: relative;
 transition: all .5s;
}
.text-heding-services a:hover{
 color: #9e0000;
}
.text-heding-services a::after{
  content: "";
  width: 0%;
  height: 4px;
  background-color: #2E386F;
  position: absolute;
  left: 0px;
  bottom: -5px;
    transition: all .5s;
}
.main-services-box:hover .text-heding-services a::after{
   width: 100%;
}
.services-img1{
  overflow: hidden;
}
.services-img1 img{
  transition: all 1s;
  object-fit: cover;
}
.main-services-box:hover .services-img1 img{
  transform: scale(1.3);
}
/* appointment section*/
.form-box{
  background-color: #2e386f9e;
  padding: 60px 40px;
}

.input-box{
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
}
.input-box:focus{
  outline: 2px solid #2E386F;
}
.book-btn{
  border: none;
  background-color: #2E386F;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
  transition: all .5s;
}
.book-btn:hover{
  background-color: #9e0000;
}

.select-box{
  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;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-box::placeholder{
  color: #000000;
}
.Appointment-text-box{
  background-color: #2e386f9e;
  padding: 21px 10px;
}
.contact-box{
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.contact-box div i{
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f53c3;
  font-size: 22px;
}
.contact-box div h5{
  color: #fff;
  font-weight: bold;
}
.contact-box div a{
   color: #ffffff;
}
/* footer section */
.footer-bg{
background-color: #2E386F;
}


.footer-heading{
  color: #ffffff;
}
.line-footer{
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  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{
  padding: 0px;
}
.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: #EE373C;
}
.footer-address{
  display: flex;
  column-gap: 10px;
}
.footer-address div i{
  font-size: 20px;
  color: #ffffff;
}
.footer-address div a{
  color: #ffffff;
  transition: all .5s;
}
.footer-address div a:hover{
  color: #EE373C;
}
.copyline{
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.copyline a{
  color: #ffffff;
  text-decoration: underline;
}
/* why choose  */
.why-choose-list li i{
   background-color: #2E386F;
   color: #ffffff;
   border-radius: 50%;
   width: 30px;
   height: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 17px;
}
.why-choose-list li{
  display: flex;
  column-gap: 10px;
  line-height: 2rem;
}
.why-choose-list li p{
  font-weight: 600;
}
  /* modal box */
  .modal-contact-page{
  top: 20%;
}
.modal-box-continere{
  text-align: center;
}
.namste-gif{
  width: 20%;
  margin: 0px auto;
}
/* contact page */
.bg-bannerimg{
  background-image: url(../images/services-banner.png);
   height: 40vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-bannerimg1{
  background-image: url(../images/contact-banner.png);
  height: 40vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.bg-bannerimg2{
  background-image: url(../images/Doctor.png);
  height: 40vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;


}
.bg-bannerimg3{
   background-image: url(../images/about-banner.png);
    height: 40vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-bannerimg4{
   background-image: url(../images/gallery.png);
    height: 40vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-bannerimg3 {
  height: 40vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.benner-main-box{
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benner-main-box1 ,.benner-main-box2{
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.beener-heding{
  font-weight: bold;
  font-size: 30px;
}
/* book section */
.book-img{
  background-image: url(../images/Book-a-session-today.jpg);
  background-position: top;
  background-size: cover;
  height: 50vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.book-img::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000077;
  top: 0px;
  left: 0px;
  z-index: -2;
}
.book-heading{
  color: #ffffff;
}
.bookbtn1{
  background-color: #ffffff;
  color: #000000;
  padding: 15px 20px;
  font-weight: 500;
  border-radius: 30px;
  transition: all .5s;
}
.bookbtn1:hover{
  background-color: #2E386F;
  color: #ffffff;
}
/* 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;
}
/* gallery page */
.img-box{
  position: relative;
   display: block;
   height: 100%;
   overflow: hidden;
}
.img-box::after{
  position: absolute;
  content: "";
  font-size: 40px;
  width: 80%;
  height: 80%;
  border: 2px solid #ffffff;
  color: #ffffff;
  top: 10%;
  left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  opacity: 0;
}
.img-box:hover:after{
  opacity: 1;
}
.img-box::before{
  position: absolute;
  content: "";
  font-size: 40px;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  background-color: #00000090;
  top: 0%;
  left: 0%;
  transition: all .5s;
  opacity: 0;
}
.img-box:hover::before{
  opacity: 1;
}
.gallery-img{
transition: all 1s;
}
.img-box:hover .gallery-img{
transform: scale(1.2);
}
/* product  */
.navbgcolor{
background-color: #e5e5e5;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
top: 17%;
padding: 20px;
border-radius: 20px;
 }
 .slider-icon{
  padding-left: 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
 }
.slider-icon i{
  font-size: 7px;
}
 .Navactive{
  padding: 5px 10px;
  background-color: #043C77;
  color: #ffffff !important;
 }
.Nav-color-ExpertiseBox{
  padding: 5px 0px;
 transition: all .5s;
 border-bottom: 1px solid #171717bf;
 }
 .Nav-color-ExpertiseBox:hover{
  background-color: #043C77;
 
 }
 .Nav-color-Expertise1{
  display: flex;
  justify-content: space-between;
  color: #000000;
  padding: 10px 20px;
  transition: all .2s;
  font-size: 17px;
 }
 .Nav-color-Expertise1:hover {
  color: #ffffff;
 }
 .Nav-color-Expertise1:hover .Nav-color-Expertise{
  color: #ffffff;
 }
  .hedingtxtServisesAll{
  font-weight:500;
  color: #ff2516;
  border-bottom: 2px solid #4a4a4a;
 }
  .images-box-services{
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 
   border-radius: 30px;
   border: 4px solid #524444;
   overflow: hidden;
 }
 .services-list li{
  line-height: 2rem;
  list-style: disc;
 }
  .why-choose-img{
    height: 100%;
  }
 .why-choose-img img{
   border-radius: 20px;
   object-fit: cover;
 }
  .about-point{
    font-weight: 500;
  }
 .about-point i{
   background-color: #043C77;
   padding: 4px;
   color: #ffffff;
   border-radius: 6px;
   font-size: 15px;
 }
 
@media (min-width:768px){
  .logobox{
    width: 20%;
  }
  .whatsappimgbox{
    width: 6%;
  }
  .Appointment-text-box{
  padding: 21px 30px;
}
.googlelogo{
  width: 30%;
}
.Appointment-main{
  padding: 20px;
}
.Appointment-main1{
  padding: 20px;
}
}
@media (min-width:992px){
  .logobox{
    width: 9%;
  }
  .whatsappimgbox{
    width: 3%;
  }
  .sub-nav{
    position: absolute;
    visibility: hidden;
    display: block;
  }
  .main-nav:hover .sub-nav{
    opacity: 1;
   visibility: visible;
    transform: translateY(0);
  
  }
  .services-img{
    width: 80%;
    margin:0px auto;
  }
    .Appointment-img-box{
    width: 40%;
    margin: 0px auto;
  }
  .googlelogo{
  width: 10%;
}
/* services page */
 .images-box-services{
    width: 60%;
    margin: 0px auto;
 }
}
@media (min-width:1440px){
  .navbar-nav{
    column-gap: 20px;
  }
}