@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&display=swap');
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Poppins", serif;
}
/* button */
#button {
    display: inline-block;
    background-color:#042340;
    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;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  #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: 99999;
  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: #58d06a;
  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;
}


body{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
/* logo box */
.logo-box{
        width: 60%;
      }
li{
    list-style: none;
}
.top-nav{
    background-color:#042340;
}
.top-nav-contact{
   
    margin-bottom: 0px;
    padding-left: 0px;
    
}
.top-nav-contact1{
   display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    column-gap: 5px;
    flex-wrap: wrap;
    
}
.top-nav-contact li a , .top-nav-contact1 li a{
    color: #ffffff;
}
.top-nav-contact li i{
    color: #ffffff;
}
/* main navbar */
.main-nav{
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: sticky;
    top: 0px;
    z-index: 9999;
}
.navbar-nav li .main-nav-text{
    position: relative;
    color: #000000;
    font-weight: 500;
    letter-spacing: .5px;
}
.navbar-nav li .main-nav-text:hover{
   color: #042340;
}
.navbar-nav li .main-nav-text::after{
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #000000;
    left: 0px;
    bottom: 0px; 
    transition: all .5s;
}
.navbar-nav li .main-nav-text:hover:after{
    width: 100%; 
}
.active-nav{
    color: #042340 !important;
    border-bottom: 3px solid #000000;
    padding-bottom: 5px;
    font-weight: 500;
}
/* sub menu */
.main-manu,.main-manu{
    position: relative;
  }
  .sub-manu{
    position: relative;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 16rem;
    padding: 10px 0px;
    display: none; 
  
  }
.main-manu:hover .sub-manu{
    display: block;
  }
  .main-manu:hover .text-color-nav{
    color: #042340;
  }
  .sub-manu li a {
    display: block;
    padding: 8px 20px;
    font-size: 16px; 
    border-bottom: 1px solid #cacaca;
    color: #000000;
  
  }
  .active-sub{
    background-color: #042340;
    color: #ffffff !important;
  }
  .sub-manu li a:hover{
    background-color: #042340;
    color: #ffffff;
  }

.contact-btn{
   background-color: #003444;
   padding: 10px 20px;
   border-radius: 20px 20px 20px 0px;
   transition: all .5s;
   position: relative;
   color: #fff !important;
   z-index: 1;
}
.contact-btn1{
   background-color: #ffffff;
   padding: 10px 20px;
   border-radius: 20px;
   transition: all .5s;
   position: relative;
   color: #042340 ;
   z-index: 1;
   font-size: 18px;
}
.contact-btn1 i{
font-size: 20px;
color: #02667E;
padding-left: 5px;
}
.contact-btn::after{
    position: absolute;
    content: "";
    width: 55%;
    height: 100%;
    border-radius: 20px 0px 0px 0px;
    background-color: #000000;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: all .5s;
    transform:scaleX(0);
    transform-origin:right ;
}
.contact-btn:hover:after{
    transform: scaleX(1);
    transform-origin:right;
}
.contact-btn::before{
    position: absolute;
    content: "";
    width: 55%;
    height: 100%;
    border-radius: 0px 20px 20px 0px;
    background-color: #000000;
    top: 0px;
    right: 0px;
    z-index: -1;
    transition: all .5s;
    transform:scaleX(0);
    transform-origin:left;
}
.contact-btn:hover:before{
    transform: scaleX(1);
    transform-origin:left;
}
.contact-btn:hover{
    background-color: transparent;
    color: #ffffff !important;
}
.about-img-box{
 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 border-radius: 10px;
 overflow: hidden;
}
/* new section */
.main-box-section{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 12px;
  text-align: center;
  padding: 80px 20px 20px 20px;
  position: relative;
  background: linear-gradient(180deg,#BCDEE6 0%, rgba(255, 255, 255, 1) 100%);
  height: 100%;
  transition: all .5s;
}
.main-box-section:hover{
  transform: translateY(-10px);
}
.color-main-box{
   background: linear-gradient(180deg,#FFE1A8 0%, rgba(255, 255, 255, 1) 100%);
}
.main-box-section h4{
  font-weight: 600;
}
.icon-box-main{
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -17%;
  left: 30%;
}
.icon-box-main i{
  font-size: 50px;
}
.color-1{
 color: #D4A03D;
}
.color-2{
  color: #02667E;
}
/* home page one way */
/* slider section */
.heding-All1{
  display: flex;
  align-items: center;
  gap: 10px;
}
.heding-All1 div{
  background-color: #000000;
  height: 1px;
   flex: 1;
}
  .Surgeries-slider-box{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px 0px 0px 0px;
    border: 1px solid #75757557;
    border-radius: 5px;
    height: auto;
    background-color: #ffffff;
  }
  .slider-icon1{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
     flex-shrink: 0;
  }
  .slider-icon1 img{ 
     width: 100%;
  height: 100%;
 object-fit: cover;
   display: block;
  }
  .Readbtn a{
    font-weight: 600;
      color: #000000;
  }
  .Surgeries-slider-box div h6{
    font-weight: 600;
    color: #7c7c7c;
  }

 .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: #041a40 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #99627A50;
  color: #99627A;
}
/* abouts section */
.top-main-heading{
  text-transform: uppercase;
  color: #E33C04;
  font-weight: 500;
}
.main-heading{
  font-weight: bold;
  color: #042340;
}
.textpara{
  text-align: justify;
}
/* product section */
.bg-color-product{
  background-color: #ededed;
  position: relative;
}
.product-box{
  background-color: #ffffff;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all .5s;
}
.product-name{
  color: #003444;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #000000;
  margin: 0px;
  transition: all .5s;
}
.product-img-box{
  overflow: hidden;
 
}
.product-img-box img{
 transition: all 1s;
}
.product-box:hover .product-img-box img{
  transform: scale(1.1);
}
.product-box:hover .product-name ,.product-box:hover{
  color: #ffffff;
}
.product-box:hover{
  background-color: #042340;
}
/* contact section */
.contact-bg-img{
  background-image: url(../images/contact-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-text{
  color: #ffffff;
  font-weight: 400;
}
.contact-text span{
  font-size: inherit;
  font-weight: bold;
}
.main-heading span{
 font-size: inherit;
 color: #02667E;
}
.logo-certificates{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
/* taxi animation */
/* Section */
.taxi-section{
 background-image: url(../images/texture.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #ffffff;
  position: relative;
  min-height: 350px;
}

/* City Skyline */
.city-bg{
  background: url('../images/city-skiline.png') repeat-x;
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 282px;
}

/* Taxi Wrapper */
.taxi-wrapper{
  position: absolute;
  bottom: 0px;
  width: 100%;
}

/* Taxi Base */
.taxi{
  position: absolute;
  bottom: 0;
  width: 110px;
}

/* Different taxis */
.taxi1{
  animation: moveTaxi 10s linear infinite;
}
.taxi2{
  animation: moveTaxi 14s linear infinite;
  bottom: 0px;
}
.taxi3{
  animation: moveTaxileft 18s linear infinite;
  bottom: 0px;
}

/* Taxi Animation */
@keyframes moveTaxileft{
  0%{
    transform: translateX(-200px);
  }
  100%{
    transform: translateX(100vw);
  }
}
/* Taxi Animation */
@keyframes  moveTaxi{
  0%{
    transform: translateX(100vw);
  }
  100%{
    transform: translateX(-200px);
  }
}
.textbox-contact{
  position: relative;
  z-index: 3;
}

/* Responsive */


.text-color{
  text-transform: uppercase;
  color: #eb570d;
  font-weight: bold;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button{
  color: #14094f;
  font-size: 1.2rem;
  font-weight: bold;
}
.accordion-button:not(.collapsed) {
  color: #eb570d !important;
}
.why-list li{
  font-weight: bold;
  font-size: 1.2rem;
  padding:10px 0px;
  border-bottom: 1px solid #8e8e8e;
}
.why-list li i{
  color: #eb570d;
  font-size: 1.5rem;
  padding-right: 10px;
}
/* footer section */
.footer-bg-img{
    background-image: url(../images/texture.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.footer-bg-img::after ,.taxi-section::after{
   content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000009a;
    z-index: -1;
}
.textpara-footer{
    text-align: justify;
}
.footer-list{
    line-height: 1.8rem;
}
.footer-list li a{
 color: #ffffff;
}
.footer-list li a i{
 color: #ffffff;
 padding-right: 5px;
}
.box-footer{
    display: flex;
    column-gap: 10px;
}
.box-footer i{
    padding-top: 10px;
    font-size: 22px;
}
.box-footer p a{
    color: #ffffff;
}
.footer-line a{
  color: #faa511;
}
/* about page */


  .titlebar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 24vh;
  }
  .titlebar div a {
    color: #fcaa3f;
    transition: all .5s;
  }
  .titlebar div a:hover{
    color: #fdfdfd;
  }
  .icon-color{
    color: #f7a336;
    font-size: 20px;
    padding-right: 10px;
  }
  .textcolor-title{
    color: #ffffff;
    font-weight: 500;
  }
  .titleheding{
    font-weight: 700;
    letter-spacing: 1px;
  }
/* vision mission */

.Memberships-list{
  padding-left: 20px;
 }
.Memberships-list li{
list-style:  disc;
  color: #0a46b5;
  padding-bottom: 20px;
 
}

.Memberships-list li p{
  color: #2b2b2b;
  font-weight: 600;
  margin: 0;
}

/* contact page */
.Appointment-form{
  background-color: #032b5f;
  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: 44px 30px;
  text-align: center;
}
.Appointment-name{
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  color: #003444;
}
.Appointment-main-box p{
  margin: 0;
}
.Appointment-main-box h5{
  padding: 10px 0px;
  margin: 0;
  color: #1E72B7;
}
.Appointment-main-box h3 a{
  color: #1E72B7;
  font-size: inherit;
}
.Appointment-main-heading::after{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0%;
  background-color: #f4290e;
  width: 10%;
  height: 4px;

}
.contact-box{
  display: flex;
  align-items: center;
  column-gap: 20px;
  border-bottom:  1px solid #6c6c6c5c;
}
.heding-address{
  color: #003444;
  font-weight:bold;
  font-size: 21px;
}
.contact-box i{
  color: #003444;
  font-size: 40px;
}
.contact-box p a{
  color: #373737;
}
.subHeading{
  color: #003444;

 font-weight: bold;
}
.subHeading span{
  color: #0F70B7;
  font-size: inherit;
  font-weight: bold;
}
.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;
}
.submit-btn{
  background-color: #eb570d;
  font-size: 18px;
  padding: 16px 60px;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 300;
  transition: all .5s;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.submit-btn:hover{
  background-color: #E33C04;
  color: #ffffff;
}
.modal-contact-page{
  top: 20%;
}
.modal-box-continere{
  text-align: center;
}
.namste-gif{
  width: 20%;
  margin: 0px auto;
}
/* gallery page */
.img-box{
  position: relative;
   display: block;
   overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.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);
}

.bg-color-product1{
  background-color: #e2e2e2;
}
.product-img-main{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  overflow: hidden;
}
/* own way services */
.textparaheading{
  text-align: center;
}
.list-services1{
 padding: 20px;
 border: 2px solid #f98d09;
 margin: 10px 0px;
 border-radius: 20px;
  transition: all 0.5s ;
  height: 100%;
  background-color: #ffffff;
}
.list-services1:hover{
  box-shadow: #f98d09 0px 5px 15px;
}
.formtext{
  text-transform: uppercase;
  font-weight: 500;
  color: #818181;
  font-weight: 15px;
}
.startingtext{
  font-weight: 500;
  color: #818181;
  font-size: 14px;
}
.list-services1 li .text-list{
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #000000;
   transition: all 0.5s ease;
  transform: translateX(0px);
  font-weight: 500;
}
.list-services1 li .text-list:hover{
  color: #ffffff;
  transform: translateX(10px);
}
.btn-more {
  position: relative;
  background-color: #eb570d;
  padding: 15px 30px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  overflow: hidden;
  display: inline-block;
  z-index: 0; /* FIX */
  transition: all 0.6s ;
}

/* Background animation layer */
.btn-more::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  transform: scaleX(0); /* start hidden */
  transform-origin: left;
  transition: transform 0.6s ease;
  z-index: -1;
}

/* Hover effect */
.btn-more:hover::before {
  transform: scaleX(1);
}

.btn-more:hover {
  color: #fff;
}
/* inquri form */
.inquiry-container {
    margin: 0 auto;
    background: #fff;
     border-radius: 15px 15px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.form-heding-text{
  padding: 30px 20px;
  text-align: center;
  background-color: #041a40;
  color: #ffffff;
  font-weight: bold;
   border-radius: 15px 15px 0px 0px;
   margin-bottom: 20px;
}

/* Tabs */
.nav-tabs {
    border-bottom: 2px solid #e9ecef;
    gap: 0.5rem;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 8px 8px 0 0;
    color: #000000;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.nav-tabs .nav-link:hover {
    color: #004C91;
    background-color: #f1f5ff;
    border-color: transparent;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #004C91;
    border-color: #004C91;
}

/* Form controls */
.form-control,
.form-select {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 0.6rem 0.9rem;
    font-size: 0.95rem;
      box-shadow: rgba(0, 0, 0, 0.13) 0px 5px 15px;
}

.form-control:focus,
.form-select:focus {
    border-color: #0d6efd;
    box-shadow: none;
}

/* Submit button */
.btn-submit {
    width: 100%;
    padding: 0.7rem 1.5rem;
    background-color: #fd5d0d;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-submit:hover {
    background-color: #f4290e;
}

.btn-submit:active {
    transform: scale(0.98);
}
::placeholder{
  color: #000000 !important;
}
/* car section start */
.car-main-box{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  overflow: hidden;
}
.text-box-car{
  display: flex;
}
.car-light-off{
  display: block;
}
.car-main-box:hover .car-light-off{
  display: none;
}
.car-light-on{
  display: none;
}
.car-main-box:hover .car-light-on{
  display: block;
}
.main-heding{
  font-weight: bold;
}
.main-heding span{
  color: #fd5d0d;
  font-size: inherit;
}
/* outstation page  */
.choose-box {
  border-radius: 12px;
  transition: 0.3s ease;
  background: #fff;
}

.choose-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.icon {
  font-size: 35px;
}
@media(max-width:768px){
  /* Different taxis */
.taxi1{
  animation: moveTaxi 5s linear infinite;
}
.taxi2{
  animation: moveTaxi 6s linear infinite;
  bottom: 0px;
}
.taxi3{
  animation: moveTaxileft 8s linear infinite;
  bottom: 0px;
}

  .taxi{
    width: 80px;
  }
  
  /* City Skyline */

}
@media (min-width:768px){
    .whatsappimgbox{
    width: 6%;
  }
    .top-nav-contact ,  .top-nav-contact1{
        display: flex;
        column-gap: 20px;
        margin-bottom: 0px;
        padding-left: 0px;
        
    }
    .logo-box{
        width: 30%;
      }
}
@media (min-width:992px){
    .whatsappimgbox{
    width: 3%;
  }
    .sub-manu{
        position: absolute;
      }
      .services-img{
        width: 70%;
        margin: 0px auto;
      }
      .logo-box{
        width: 12%;
      }
      .textpara-main-heading{
        width: 70%;
        margin: 0px auto;
      }
      .why-list li{
  line-height: 4rem;
  padding:0px;
}
}
@media (min-width:1440px){
    .navbar-nav{
       column-gap: 20px;
    }
   
}
