/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Whisper&display=swap');
:root {
    --primary: #06A3DA;
    --secondary: #5a57f5;
    --light: #EEF9FF;
    --dark: #091E3E;
    --primary-clr: #EEF9FF;
    --primary-light-clr: #06A3DA;
    --links-clr: #091E3E;
    --text-clr: #5a57f5;
}
body{
    font-family: "Roboto";
    overflow-x: hidden;
}
h1,
h2,
.font-weight-bold {
    font-weight: 300 !important;
    font-family: "Roboto";
    font-size: 48px;
}
.owl-carousel .item {
  height: 10rem;
  background: #4dc7a0;
  padding: 1rem;
}
h4 {
  font-size: 20px;
  font-weight: 400;
}
.whisper-regular {
    font-family: "Whisper", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
  }
h3,
h4,
.font-weight-semi-bold {
    font-size: 20px;
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif;
}

h5,
h6,
.font-weight-medium {
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}

.btn {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    background-color: var(--primary);
    border: var(--primary);
    font-family: 'Roboto', sans-serif;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    font-family: 'Roboto', sans-serif;
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
    font-family: 'Roboto', sans-serif;
}
.btn-sm-square {
    width: 28px;
    height: 28px;
    font-family: 'Roboto', sans-serif;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.bg-grey{
    background-color: #b1b1b1;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.navvy{
    position: fixed;
}
.circle{
    width: 20px;
    height: 20px;
    background-color: #3b82f6;
    border-radius: 100%;
}
.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}
.navbar-img{
    width: 10rem;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    padding: 25px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    font-family: 'Roboto', sans-serif;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
    font-family: 'Roboto', sans-serif;
}
.mission{
    width: 250px;
    height: 250px;
}
@media (max-width: 991.98px) {
    
.carousel-inner{
    height: 100vh;
}
    .navbar-img{
        width: 6rem;
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-family: 'Roboto', sans-serif;
    }
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
}
.conts{
    width: 100vw;
    height: 100vh;
}

@media (max-width: 576px) {
.carousel-inner{
    height: 100vh;
}
    .navbar-img{
        width: 4rem;
    }
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
        font-family: 'Roboto', sans-serif;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
        font-family: 'Roboto', sans-serif;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
        font-family: 'Roboto', sans-serif;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
    font-family: 'Roboto', sans-serif;
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--dark);
    font-family: 'Roboto', sans-serif;
}

.twentytwenty-wrapper {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.other_facility:hover{
    scale: 1.2;
}
.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
body{margin-top:20px;}
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #3b82f6;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
        background-color: #fff;
}
.card-img-top{
    border-radius: 50px;
    padding: 20px;
}
.card{
    height: 100%;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
}
.card-entities{
    border: 1px solid grey;
    padding: 2rem;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
    margin: 1rem;
}
.card-index{
    border-radius: 100%;
    margin: 2rem;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
    height: 210px;
    width: 220px;
    border: 1px solid gainsboro;
}
.card-title-index{
    font-size: 21px;
}
.card-last{
    height: 210px;
    width: 210px;
    border-radius: 100%;
    margin: 2rem;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
    border: 1px solid gainsboro;
}

.card:hover{
    transform: scale(1.05);
}
.card-index:hover{
    transform: scale(1.05);
}

.card{
    transition: all 0.3s;
}
.card-index{
    transition: all 0.3s;
}
.card-body{
    padding: 25px;
    margin-top: -15px;
}
.btn-primary{
    border-radius: 50px;
    width: 120px;
}
.btn-primary:hover{
    background-color: #3b82f6;
    border: none;
}
h3,h5{
    color: rgb(0, 91, 228);
}

.trademark {
    font-size: 20px;
  }
.card-container{
    display: flex; 
    justify-content: center;
}

.hidden{
    visibility: hidden;
}
.rev{
    visibility: visible;
}

.portfolio{
    width: 100%;
    padding: 30px 8%;
    background-color: var(--body-clr);
  }
  .portfolio .section-head{
    max-width: 700px;
    margin: 0px auto 25px;
    text-align: center;
  }
  .section-head h1{
    position: relative;
    font-size: 32px;
    margin: 10px 0px 30px;
    color: var(--primary-clr);
  }
  .button-group{
    text-align: center;
    margin-bottom: 40px;
  }
  .button-group .button{
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    background-color: #c8d1d8;
    color: var(--primary-clr);
    font-style: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s;
    border: none;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
  }
  .button-group .button.active{
    background-color: var(--primary-clr);
    color: var(--body-clr);
  }
  .button-group .button:hover{
    background-color: var(--primary-clr);
    color: var(--body-clr);
  }
  div.gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  div.gallery .item{
    position: relative;
    margin: 4px;
    width: calc(33.33% - 8px);
    overflow: hidden;
    cursor: pointer;
  }
  .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.3s;
  }
  div.gallery .item:hover img{
    transform: scale(1.15);
  }
  .item .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(5,85,92,0.7);
    color: var(--body-clr);
    padding: 15px;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
  .item:hover .overlay{
    opacity: 1;
  }
  .item .overlay a{
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid var(--light);
    color: var(--light);
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
  }
  .item .overlay a:hover{
    background-color: var(--light);
    color: var(--secondary);
  }
  .therapeutic_divs_responsive{
    display: none;
    }
  
  @media(max-width: 1024px){
    div.gallery .item{
      width: calc(50% - 8px);
    }
  }
  .entities-responsive{
    display: none;
  }
  
  @media(max-width: 600px){
    div.gallery .item{
      width: 100%;
      margin: 4px 0px;
    }
    .therapeutic_divs{
        display: none;
    }
    .therapeutic_divs_responsive{
        display: flex;
    }
    .entities{
        display: none;

    }
    .entities-responsive{
        display: inline-block;
    }
  }
