body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.nav-link{
      font-family: "Quicksand", sans-serif;
      font-size: 150%;
      color: white;
      margin-right: 10px;
}

.nav-link:hover{
      color: #0066ff;
}

.nav-link.active{
    background-color:#0066ff !important;
    color: white !important;
    border-radius: 15px;
    padding-left: 20px;
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(/images/Header.avif);
    min-height: 100%;
    background-position: center center;
    background-repeat: none;
    background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
    line-height: 22px;
    color: #1ee2e7;
    font-weight: bold;
    display: inline-block;
    -webkit-text-stroke: 1px black;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "pressio", sans-serif;
    
    font-style: normal;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #f33c8a;
    /*-webkit-text-stroke: 4px grey;*/
    display: inline-block;
    text-shadow: 5px 5px #558abb;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

footer {
    padding: 25px 0;
    text-align: center;
    background-color: black;
}

footer span.copyright {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
    color: white;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

@media screen and (max-width: 430px) {
    footer{
        margin-top: 200px;
    }
}


/*-----Testimonial-------*/

.testimonial:after {
    
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    /*background: url(img/testimonial.bg-top.png);*/
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
  
    min-height: 600px;
    position: relative;
    background: url(/images/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  border-radius: 100%;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/


/*------------Fonts-------------*/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap);* {
    -ms-overflow-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}


/*--------------Our Services------------------*/

#our-services{
  padding: 0;
  padding-bottom: 20px;
}

.services_container {
    align-content: center;
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.services_container h2 {
    color: #232323;
    font-size: 27px;
    width: 90%;
    text-align: center;
    align-content: center;
}

.services_header {
    margin: 30px
}

.services_container h2 span {
    margin-right: 9px
}

.service_info_container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    width: 100%
}

.service_image_details {
    /*-webkit-filter: invert(66%) sepia(40%) saturate(493%) hue-rotate(86deg) brightness(92%) contrast(88%);
    filter: invert(66%) sepia(40%) saturate(493%) hue-rotate(86deg) brightness(92%) contrast(88%);*/
    filter: invert(70%) sepia(20%) saturate(5000%) hue-rotate(180deg) brightness(90%) contrast(190%);
    height: 139px;
    width: 306px;
}

.service_info {
    align-items: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: transparent;
    border-radius: 15px;
    box-shadow: 0 0 25px 0 #babababf;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: Poppins,sans-serif;
    height: 270px;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    width: 350px;
}

.service_info:hover {
    /*-webkit-transform: scale(1.1);
    transform: scale(1.1);*/
    filter: brightness(0,8);
    transition: all .5s ease-in-out
}

.service_info:active {
    -webkit-transform: scale(.97);
    transform: scale(.97)
}

.service_detail_info {
    color: #344c5d;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 15px
}
        

@media screen and (min-width: 1024px) {
    .service_info {
        height:272px;
        justify-content: center;
        width: 430px
    }

    .service_info_container {
        gap: 33px
    }
}

@media screen and (max-width: 480px) {
    .service_info_container {
        display:flex;
        flex-wrap: wrap;
        gap: 0;
        height: 100%;
        justify-content: center;
        justify-items: stretch;
        margin-bottom: 30px;
        width: 100%
    }

    .service_info {
        width: 382px
    }
}

@media screen and (max-width: 420px) {
    #our-services{
        padding-bottom: 100px;
    }

    .service_info {
        height:312px;
        width: 90%
    }

    .service_detail_info {
        width: 72%
    }

    .services_header {
        margin-bottom: 45px;
        margin-top: 42px
    }

    .service_info_container {
        height: 100%
    }
}



/*-------------------Clinic Time and Map------------------*/


#contact-us{
  padding: 0;
  padding-top: 20px;
}

.contact_section_container {
    background-color: #fff;
    flex-direction: column;
    width: 100%;
}

.contact_section_container,.container_container {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;

}

.container_container {
    /*flex-direction: row-reverse;*/
    margin: 50px 0;
    padding: 15px;
    width: 80%;

}

.gmap {
    display: flex;
    height: 327px;
    margin-bottom: 27px;
    width: 100%
}

.google_map_location {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 50%
}

.basic_contact_user_form {
    background: #fff;
    border-radius: 9px;
    padding: 50px;
    width: 50%
}

.clinic_time_table h2 span {
    margin-right: 9px
}

.clinic_time_table {
    margin-bottom: 9px
}

.clinic_time_table,.d_and_c {
    align-content: center;
    align-items: center;
    display: flex
}

.current_day, .current_day_timing{
  font-size: 16px;
}

.d_and_c {
    height: 115px;
    justify-content: space-around
}

.call_to_clinic,.direction_to_clinic {
    align-content: center;
    align-items: center;
    display: flex;
    height: 45px;
    justify-content: center;
    outline: 2px solid #003380;
    width: 150px
}

.call_to_clinic a,.direction_to_clinic a {
    color: #003380;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase
}

.clinic_timing {
    border-bottom: 1px solid;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px;
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 60px
}


@media screen and (min-width: 1024px) {
    .container_container {
        height:617px;
        width: 90%
    }

    .gmap {
        border-radius: 9px;
        height: 518px;
        width: 100%
    }

    .basic_contact_user_form {
        margin-right: 20px;
        padding: 25px;
        width: 490px
    }

    .google_map_location {
        margin-bottom: 30px;
        width: 80%
    }

    .clinic_timing {
        height: 52px
    }
}

@media screen and (max-width: 1023px) {
    .container_container {
        box-shadow:none;
        flex-direction: column;
        margin-top: 20px;
        width: 100%
    }

    .basic_contact_user_form,.google_map_location {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #contact-us{
      padding-top: 100px;
    }

    
    .basic_contact_user_form {
        padding:20px
    }

    .container_container {
        margin-top: 20px
    }

    .d_and_c {
        flex-direction: column;
        height: 153px;
        justify-content: space-evenly;
        margin-top: 10px;
        width: 100%
    }

    .call_to_clinic,.direction_to_clinic {
        width: 80%
    }

    .contact_section_container {
        height: 100%;
        padding: 30px 0
    }
}



/*--------------Slider----------------*/


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Slider */
#slider{
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%;
  height:100%;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
}
.slider{
  width:25%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:auto;
}

/* Legend */
.legend{
  border:500px solid transparent;
  border-left:800px solid rgba(52, 73, 94, .7);
  border-bottom:0;
  position:absolute;
  bottom:0;
}

/* Contents */
.content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
}
.content-txt{
  width:400px;
  height:150px;
  float:left;
  position:relative;
  top:300px;
  -webkit-animation:content-s 7.5s infinite;
  -moz-animation:content-s 7.5s infinite;
  animation:content-s 7.5s infinite;
}
.content-txt h1{
  font-family:Arial;
  text-transform:uppercase;
  font-size:24px;
  color:#fff;
  text-align:left;
  margin-left:30px;
  padding-bottom:10px;
}
.content-txt h2{
  font-family:arial;
  font-weight:normal;
  font-size:14px;
  font-style:italic;
  color:#fff;
  text-align:left;
  margin-left:30px;
}

/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
  right:30px;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#333;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#f39c12;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0;}
  30%{left:0;}
  40%{left:0;}
  50%{left:0;}
  60%{left:0;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0;}
  30%{left:0;}
  40%{left:0;}
  50%{left:0;}
  60%{left:0;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0;}
  30%{left:0;}
  40%{left:0;}
  50%{left:0;}
  60%{left:0;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

#home_slider {
    height: fit-content;
    padding: 0 0 10px;
}

.slider_image img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
    width: 100%
}

.slider-images,.slider_container,.slider_image {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center
}

.slider-images {
    flex-direction: row-reverse;
    margin: 0 10px 0 16px;
    width: 90%
}


.front_page_info {
    text-align: center
}

.front_container,.front_page_info {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.front_container {
    width: 50%
}

@media screen and (min-width: 1024px) {
    .slider-images {
        height:500px;
        width: 90%
    }

    .front_page_info p {
        font-size: 21px;
        text-align: left;
        width: 529px;
    }

    .clinic_container {
        align-content: center;
        align-items: center;
        justify-content: center;
        width: 100%
    }

    .slider_image img {
        height: 409px;
        margin: 0;
        padding: 0;
        width: 594px!important
    }

    .front_container {
        width: 555px
    }

    .slider_controls {
        left: 341px;
        position: relative;
        top: 119px
    }

    .basic_info {
        width: 400px
    }
}

@media screen and (max-width: 1120px) {
    .slider_controls {
        display:none
    }

    .front_page_info p {
        margin-left: -49px;
        text-align: left;
        width: 85%
    }
}


@media screen and (max-width: 1024px) {
    .slider_controls {
        display:none
    }

    .front_page_info p {
        margin-left: -49px;
        text-align: left;
        width: 85%
    }
}

@media screen and (max-width: 924px) {
    .clinic_info {
        flex-direction:column
    }

    .front_page_info {
        height: 280px;
        justify-content: space-evenly
    }

    .front_page_info p {
        margin-left: -12px;
        text-align: left;
        width: 90%
    }

    .slider-images {
        height: 500px
    }
}

@media screen and (max-width: 580px) {
    .slider-images {
        flex-direction:column-reverse;
        height: 694px;
        /*margin-bottom: -50px!important*/
    }

    .slider_image img {
        background-size: cover
    }

    .short_info {
        top: 342px
    }

    .slider_controls {
        top: 279px
    }

    .front_page_info {
        height: 252px;
        margin-top: -18px
    }

    .front_container,.slider_image {
        width: 90%
    }


}

@media screen and (max-width: 480px) {
    .slider_image img {
        background-position:50%;
        background-size: cover;
        display: list-item;
        width: 100%
    }
}