/********** Template CSS **********/
:root {
    --primary: #00b1e1;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
    border-radius: 30px;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

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

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

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

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

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#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;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.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: 40px;
        z-index: 1;
    }
}

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

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: url(../img/breadcrumb.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);
}

.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: 90px;
    height: 90px;
    border-radius: 100px;
}
.navbar-brand img{
    width: 150px;
}
/*service home start*/
.service-item{
    background-color: #dff7ff;
    padding: 14px;
    margin: 10px;
    transition: transform 0.3s ease;
    min-height: 320px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.service-item:hover{
    transform: translateY(-10px);
}
.service-item img{
    width: 70px;
    margin-bottom: 0px !important;
}
.service-item ul li{
    color: #000;
}
.service-item ul{
    padding-left: 16px;
}
.service-item h3{
    font-size: 17px;
    color: #000;
    font-weight: 700;
}
.horizontal-line {
    border-top: 1px solid #ccc;
    margin: 10px 0;
}
.service-item p{
    color: #000;
    flex: 1;
    height: 100px;
}
.service-item .btn-primary {
    border-width: 2px;
    background: #06a3da !important;
    margin: 10px auto;
    border-radius: 50px;
    bottom: 14px;
    /* position: absolute; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 0;
    align-self:center;
}
.service-item .btn-primary:hover {
    color: #fff;
    border-color: #06a3da !important;
}
.service-item img {
    /* width: 70px; */
    margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .service-item p{
        height: 110px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .service-item p{
        /* height: 126px !important; */
    }
}
@media (max-width: 575px) {
    .service-item p{
        /* height: 106px; */
    }
}
/*service home closed*/
li{
    font-size: 15px;
}
p{
    font-size: 15px;
}
.welcome{
    background-color: #fffaf5;
}
.welcome h4{
    font-size: 18px;
}
.welcome p{
    color: #000;
}
.team h4{
    font-size: 20px;
}
/*why start*/
.why-tital p{
    text-align: center;
    color: #000;
}
.why-card {
    background-color: #fff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 20px;
    border-top: 2px solid #06A3DA;
}
.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.3);
}
.why-card h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}
.why-card h4 i{
    color: #06A3DA;
}
.why-card p {
    color: #000;
}
.why-choose{
    margin: 0 auto;
    display: block;
    width: 320px;
}
/*why closed*/
/*image animation start*/
@keyframes move {
      0% { transform: translateY(0); }
      50% { transform: translateY(20px); }
      100% { transform: translateY(-20px); }
    }

    .animated-image {
      animation: move 4s infinite alternate;
    }
/*image animation closed*/

.custom-card1 {
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s;
    background-color: #fff;
    margin: 0px 2px 20px 2px;
}
.custom-card1:hover {
    transform: translateY(-5px);
    cursor: pointer;
}
.custom-card1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-body1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #091E3E;
}
/**/
.one-roof{
    background-color: #091E3E;
}
.ftrBox img{
    width: 220px;
}
.ftrsocial a{
    line-height: 16px;

}
.footer-main a:hover{
    color: #2bb1e0 !important;
}
.copyright a:hover{
    color: #2bb1e0 !important;
}
/*blinking-button*/
.blinking-button {
    cursor: pointer;
    animation: blinkBackground 1s infinite;
}
.blinking-button:hover {
    color: #fff;
}
  @keyframes blinkBackground {
    0%, 100% { background-color: #091E3E; }
    50% { background-color: #2bb1e0; }
  }

@media (max-width: 767px) {
    .navbar-brand img {
        width: 120px;
    }
    .ftr-mobile{
        margin-bottom: 20px;
    }
    .promoted {
        display: block;
    }
    .back-to-top {
        right: 14px;
        bottom: 50px;
    }
    .service-item{
        /* height: 292px !important; */
    }
    .service-item .btn-primary{
        /* position:static; */
    }
    .approachCard{
        margin-bottom: 20px;
    }
    .vision-mission{
        margin-bottom: 20px;
    }
    .facilityImg{
        height: 400px;
    }
    .card-body{
        margin-top: 0px;
    }
}
/*desktop and mobile banner start*/
@media (min-width: 768px) {
    .mobile-banner {
        display: none;
    }
}
@media (max-width: 767px) {
    .desktop-banner {
        display: none;
    }
}
/*desktop and mobile banner closed*/

/*founder start*/
.founder-card {
    background-image: linear-gradient(to right, #d6eaf2 , #fff);
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
}
.founder-card h3 {
    font-size: 40px;
    font-weight: 600;
    color: #091E3E;
    margin-bottom: 1rem;
    font-family: "Pinyon Script", cursive;
}
.founder-card p {
    color: #000;
}
.founder-name{
    margin-top: 30px;
}
.founder-name h4 {
    color: #091E3E;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 0px;
}
.founder-name h6 {
    color: #06A3DA;
}
.founderImg img{
    margin: 0 auto;
    display: block;
}
.about p{
    color: #000;
}
/*founder closed*/
.approachCard{
    background-color: #d4f0fe;
    padding: 10px;
    border-radius: 10px;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.approachCard:hover{
    transform: translateY(-10px);
}
.approachCard img{
    width: 80px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.approachCard h5{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.approachCard p{
    color: #000;
    text-align: center;
}
.vision-mission {
  border-radius: 20px;
  box-shadow: 0 8px 40px color-mix(in srgb, var(--default-color), transparent 92%);
  transition: all 0.4s ease;
  border: 2px solid #06a3da;
  padding: 20px;
}

.vision-mission:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 85%);
}
.vision-mission h4 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.vision-mission p {
    color: #000;
    text-align: center;
}
.vision-mission img{
    width: 80px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.facility-main{
    background-color: #091E3E;
}
.facilityCont{
    padding: 20px;
}
.facilityCont h4 {
    font-size: 26px;
    font-weight: 600;
    color: #06a3da;
    margin-bottom: 20px;
    margin-bottom: 10px;
}
.facilityCont p {
    color: #fff;
}
.facilityCont ul li {
    color: #fff;
    margin-bottom: 10px;
}
.facilityImg{
    background-image: url("../img/facility.jpg");
    background-size: cover;
}
.serInCon{
    background-color: #ecf9ff;
    padding: 10px;
    margin-bottom: 10px;
    transition: transform 0.3s;
    cursor: pointer;
}
.serInCon:hover{
    transform: translateY(-5px);
}
.serInCon h5{
    color: #008ec2;
    font-size: 18px;
}
.serInCon p{
    color: #000;
    margin-bottom: 0px;
}
.ser-inpage img{
    transition: transform 0.3s;
    cursor: pointer;
    border-radius: 0px 40px 0px 40px;
}
.ser-inpage img:hover{
    transform: translateY(-10px);
}
.card-body {
    border: none;
    box-shadow: 0 0 15px rgba(143, 143, 143, 0.1);
    border-radius: 2px;
    padding-bottom: 20px;
    margin-top: 14px;
}
.card-body h5{
    color: #000;
    margin-bottom: 10px;
    overflow: hidden;
}
.contactbtn{
    text-align: center;
    font-size: 15px;
    padding: 12px 20px;
    background-color: #06A3DA;
    color: #fff;
    border-radius: 50px;
}
.contactbtn:hover{
    background-color: #091E3E;
    color: #fff;
}
.ftrLink p a{
    color: #fff;
    display: flex;
}
.navbar{
    padding: 0px 36px;
}
.welcome{
    object-fit: cover;
    padding: 0 0 0px 0px;
    width:100%;
}
.welcome video{
    border-radius: 12px;
    height: 400px;
}
.office{
    background:#fdf8f2;
    padding:16px 25px;
    border-radius:18px;
    border:1px solid #06a3da;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}
.store-hours-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    padding-bottom:14px;
    margin-bottom:14px;
    border-bottom:1px solid #e8dccb;
}
.store-status{
    display:flex;
    align-items:center;
    gap:10px;
    color:#000;
    font-size:16px;
    font-weight:600;
}
.store-status img{
    width:30px;
    height:30px;
    object-fit:contain;
}
.store-status img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.store-time {
    background: #06a3da;
    color: #fff;
    padding: 5px 18px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}
.store-address {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}
.store-address img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-top: 2px;
    flex-shrink: 0;
}
.store-address span {
    color: #000000;
}
/**/
.foundermain{
    background-color: #e4f2f8;
  padding: 60px 0;
}
.founderContent h4 {
  color: #06a3da;
  font-size: 30px;
  margin-bottom: 6px;
  text-align: right;
  font-weight: 700;
}
.founderContent h6 {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: right;
  font-weight: 600;
}
.founderContent h3 {
  color: #000;
  font-size: 30px;
  margin: 26px 0;
  text-align: right;
  font-weight: 700;
}
.founderContent p {
  text-align: right;
  color:#000;
}
.founderContent p span{
  color: #06a3da;
  font-weight: 600;
}
.founderphoto img{
  width: 200px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
.founderphoto h4 {
  color: #06a3da;
  font-size: 16px;
  margin-bottom: 0px;
  text-align:center;
  font-weight: 700;
  margin-top:10px;
}
.founderphoto p {
  text-align:center;
  color:#000;
  margin-bottom: 0px;
}
.founderphoto h6 {
  text-align:center;
  margin-top: 4px;
}
.founderphoto h6 i{
    font-size: 14px;
}
.founderphoto{
    transition: transform 0.3s ease;
}
.founderphoto:hover{
    transform: translateY(-10px);
    cursor: pointer;
}
@media (max-width: 768px) {
    .founderContent h4{
    text-align: left !important;
    }
    .founderContent h6{
    text-align: left !important;
    }
    .founderContent h3{
    text-align: left !important;
    font-size: 18px;
    }
    .founderContent p{
    text-align: left !important;
    }
}
/**/
.hgallery img{
    border-radius: 10px;
}
@media (max-width: 768px) {
    .navbar {
        padding: 10px 10px !important;
    }
    .welcome video{
        height:auto;
    }
    .store-hours-row{
        display: block;
    }
    .store-time{
        margin-top: 10px;
    }
}
/*about us page*/
.hvisionmision{
    background-image: url("../img/vision-mision.jpg");
    padding:50px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.mission-card{
    background:#fff;
    border-radius:28px;
    padding:26px;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    transition:.35s;
}
.mission-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 45px rgba(0,0,0,.12);
}
.mission-icon{
    width:70px;
    height:70px;
    background:#0e4e99;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}
.mission-icon i{
    font-size:32px;
    color:#fff;
}
.hmission-title{
    font-size:26px;
    font-weight:700;
    color:#1b1b1b;
    margin-bottom:12px;
}
.mission-text{
    line-height:1.8;
    color:#000;
    margin:0;
}
    @media(max-width:768px){
    .mission-card{
        padding:25px;
        border-radius:22px;
    }
    .mission-icon{
        width:70px;
        height:70px;
    }
    .mission-icon i{
        font-size:32px;
    }
    .mission-title{
        font-size:30px;
    }
    .mission-text{
        font-size:17px;
    }
}
/*responsive*/
@media (max-width: 768px) {
    .hvisionmision{
        background-size:cover;
    }
    .ftr-mobile-link a{
        display: flex;;
    }
}
.enquiryBtn:hover{
    background-color: #008ec2;
}
/*photo gallery start*/
.gallery-main {
  background-color: #fff;
  padding: 80px 0 50px;
}
.gallery-main h2 {
  text-align: center;
  margin: 10px 0 20px;
  text-transform: uppercase;
  font-size: 20px;

}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.main .card-image {
  background: #fff;
  display: block;
  /* padding-top: 70%; */
  position: relative;
  width: 100%;
  height: 250px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 3px #606060a3;
  padding: 10px;
  border: 2px solid #06a3da;
  border-radius: 10px;
}
.main .card-image:hover {
  transform: scale(1.05);
}
.main .card {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333;
  border-radius: 2px;
  /* width: 100%; */
}
.fancybox-button--share {
  display: none !important;
}
.card-event-gallery {
  margin-bottom: 30px;
}
@media only screen and (max-width:768px) {
  .main .card-image {
    height: 140px !important;
  }
  .gallery-main {
    padding: 50px 0 0px;
  }
  .main {
    margin-bottom: 0px !important;
  }

  .mo-hide {
    display: none;
  }
}
.fancybox-share_button {
  color: #000000;
}
.gallery video {
    width: 100%;
    height:auto;
}
/*photo gallery closed*/

/**/
.service-section{
    background:#fff;
    overflow:hidden;
}
.service-content{
    position:relative;
    z-index:2;
}
.service-number{
    position:absolute;
    top:-55px;
    left:0;
    font-size:130px;
    font-weight:800;
    color:#d1f3ff;
    z-index:-1;
    line-height:1;
}
.service-title{
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;
    color:#111;
}
.service-desc{
    line-height:26px;
    color:#000;
    margin-bottom:10px;
}
.service-list{
    padding:0;
    margin:0;
    list-style:none;
    margin-top: 18px;
}
.service-list li{
    margin-bottom:10px;
    color:#000;
    display:flex;
    align-items:center;
}
.service-list i{
    width:20px;
    height:20px;
    background:#7edafb;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:12px;
    font-size:10px;
}
.service-btn{
    background:#06a3da;
    color:#fff;
    padding:14px 35px;
    font-weight:600;
    border-radius:5px;
    transition:.4s;
}
.service-btn:hover{
    background:#000;
    color:#fff;
}
.service-image img{
    transition:.5s;
    border-radius:14px;
    margin: 0 auto;
    display: block;
    /* width:460px; */
}
.service-image:hover img{
    transform:scale(1.06);
}
/* Responsive */
@media(max-width:991px){
    .service-number{
        font-size:90px;
        top:-35px;
    }
    .service-title{
        font-size:36px;
    }
    .service-image img{
        height:450px;
    }
}
@media(max-width:767px){
    .service-number{
        font-size:70px;
    }
    .service-title{
        font-size:30px;
    }
    .service-desc{
        font-size:15px;
        line-height:27px;
    }
    .service-image img{
        height:350px;
    }
    .service-list li{
        font-size:15px;
    }
    .serviceOrder{
        order: -9;
    }
}
/**/
.hgallery img{
    transition:.5s;
}
.hgallery img:hover{
    transform:scale(1.06);
    cursor: pointer;
}
/**/
.doctor-section{
    background:#f7fbff;
}
.doctor-card{
    background:#fff;
    border-radius:25px;
    padding:28px 40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    overflow:hidden;
    position:relative;
}
.doctor-card::before{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    background:#06a3da26;
    border-radius:50%;
    top:-120px;
    right:-120px;
}
.doctor-img-box{
    position:relative;
    display:inline-block;
}
.doctor-img-box img{
    width:100%;
    max-width:330px;
    border-radius:20px;
    border:8px solid #fff;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}
.experience-badge{
    position:absolute;
    left:-15px;
    top:20px;
    background:#06a3da;
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    z-index:2;
    box-shadow:0 10px 25px rgba(13,110,253,.3);
}
.doctor-tag{
    display:inline-block;
    background:#e9f3ff;
    color:#06a3da;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:18px;
}
.doctor-content h2{
    font-size:38px;
    font-weight:700;
    color:#000;
    margin-bottom:8px;
}
.doctor-content h6{
    color:#000;
    font-weight:500;
    margin-bottom:14px;
}
.doctor-content p{
    color:#000;
    line-height:1.9;
    margin-bottom:30px;
}
.doctor-info{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}
.info-box{
    display:flex;
    align-items:center;
    gap:15px;
    background:#fff;
    border:1px solid #ececec;
    border-radius:15px;
    padding:10px;
    transition:.3s;
}
.info-box:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 25px rgba(0,0,0,.08);
}
.info-box i{
    width:50px;
    height:50px;
    background:#06a3da;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}
.info-box h5{
    font-size:17px;
    margin-bottom:4px;
    font-weight:600;
}
.info-box span{
    color:#000;
    font-size:14px;
}
.doctor-btn{
    background:#0d6efd;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}
.doctor-btn:hover{
    background:#0b5ed7;
    color:#fff;
    transform:translateY(-3px);
}
@media(max-width:991px){
    .doctor-card{
        padding:30px;
    }
    .doctor-content{
        text-align:center;
    }
    .doctor-info{
        grid-template-columns:1fr;
    }
    .experience-badge{
        left:50%;
        transform:translateX(-50%);
        top:-15px;
    }
    .doctor-content h2{
        font-size:30px;
    }
}
@media(max-width:767px){
    .doctor-content {
        text-align: left !important;
    }
    .doctor-card {
        padding: 30px 20px;
    }
    .experience-badge{
        display: none;
    }
}
.ftr-mobile a{
    display:flex;
}
.hstay-connected{
    transition: transform 0.3s ease;
}
.hstay-connected:hover{
    transform: translateY(-10px);
    cursor: pointer;
}
.hstay-connected img{
    border-radius: 10px;
    border: 1px solid #ccc;
}
/**/
.hModern-card{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    transition:.5s;
}
.hModern-card:hover{
    transform:scale(1.06);
    cursor: pointer;
}
.hModern-card img{
    border-radius: 10px;
}
.hModern-card h4{
    margin-top: 10px;
    font-size: 18px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .hModern-card h4{
        font-size: 14px;
    }
}
.abImg img{
    transition: transform 0.3s ease;
}
.abImg img:hover{
    transform: translateY(-10px);
    cursor: pointer;
}
/**/
.schedule{
    margin-bottom: 16px;
}
.paymentqr img{
    width: 400px;
    margin: 0 auto;
    display: block;
}
.schedule-card{
    overflow:hidden;
    margin:0 auto;
    text-align: center;
}
.schedule h4{
    font-size:26px;
    color:#123047;
    font-weight:700;
    margin-bottom:10px;
}
.schedule h4 i{
    color:#00a8e8;
    margin-right:8px;
}
.schedule h5{
    font-size:20px;
    color:#333;
    font-weight:600;
    margin-bottom:2px;
}
.schedule h5 span{
    color:#00a651;
    font-weight:700;
}
.schedule h6{
    font-size:16px;
    color:#111;
    line-height:1.8;
    font-weight:400;
    margin-bottom:0;
}
.schedule h6 strong{
    font-size:22px;
    color:#00a8e8;
}
.schedule h6 del{
    color:#999;
    margin-left:5px;
}
.schedule h6 a{
    color:#25D366;
    font-weight:700;
    text-decoration:none;
}
/* Mobile */
@media(max-width:768px){
    .schedule-card{
        padding:6px 0px;
    }
    .schedule h4{
        font-size:22px;
    }
    .schedule h5{
        font-size:17px;
    }
    .schedule h6{
        font-size:14px;
    }
    .paymentqr img{
        margin-top: 26px;
    }
}
/**/
.section{
    scroll-margin-top: 90px;
}