﻿/* NAVBAR CSS START */
a {
    color: #C62828;
}

a:hover,
a:focus-visible {
    color: #0B2D4D;
}

.navbar-bg {
    /* background-color: rgba(215,215,215,0.6); */
    background-color: #fff;
}

.navbar-brand {
    display: flex;
    align-items: center;
    width: 280px;
    max-width: 280px;
    padding: 0;
    flex-shrink: 0;
}

.navbar-brand img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    max-height: none;
}

.offcanvas-title img {
    width: 200px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
}

@media (max-width: 575.98px) {
    .navbar-brand {
        width: 220px;
        max-width: 220px;
    }

    .navbar-brand img {
        width: 100%;
    }
}

.dropdown-item:hover {
    background-color: #0B2D4D;
    color: white;
    border-radius: 5px;
    border: 30px;
    justify-content: start;
}

.dropdown-menu {
    background-color: #e5dcf2;
}

.dropdown-item {
    color: #0B2D4D;
    font-weight: 600;
    font-size: 15px;
}

.nav-link {
    color: #0B2D4D;
    font-size: 18px;
    font-weight: 700;
    margin: 10px;
    text-decoration: none;
}

.nav-link:hover {
    color: #C62828;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.navbar-nav .nav-link.show {
    color: #0B2D4D;
}

.offcanvas-bg {
    background-color: rgba(215, 215, 215, 0.2);
}

/* NAVBAR CSS START */


/* APPOINTMENT ICON FIXED START */
.sidepanel {
    width: 50px;
    background-color: #0B2D4D;
    padding: 20px 10px 5px 5px;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 30%;
    text-align: center;
    border-radius: 10px;
}

.sidepanel ul {
    padding: 0;
}

.sidepanel ul li {
    list-style-type: none;
    text-align: center;
    margin-bottom: 10px;

}

.sidepanel i {
    vertical-align: middle;

}

.sidepanel ul li a {
    font-size: 18px;
    color: white;
}

.sidepanel ul li a:hover i {
    color: #C62828;
}

.sidepanel ul li a img {
    width: 25px;
}

.appointment-head-text {
    font-size: 24px;
    color: #0B2D4D;
    font-weight: 600;
}

.appointment-label {
    font-size: 18px;
    font-weight: 600;
    color: #0B2D4D;
    margin-bottom: 5px;
}

.form-control {
    border: 1px solid #0B2D4D;
}

.appointment-btn {
    background-color: #0B2D4D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0px;
    border-radius: 10px;
    padding: 5px 10px;
}

/* APPOINTMENT ICON FIXED END */

/* ABOUT DOCTOR SECTION START */
.about-doctor h2 {
    color: #0B2D4D;
    font-size: 28px;
    font-weight: 600;
}

.about-doctor button {
    background-color: #0B2D4D;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    border: 0px;
    font-size: 18px;
    font-weight: 600;
}

/* ABOUT DOCTOR SECTION END */

/* SERVICES SECTION CSS START */
 .services-bg{
    background-color: rgba(245,245,245,.8);
    padding:30px;
   
}

 .services-header h5 {
    color: #C62828;
    font-size: 22px;
    text-align: center;

} .services-header h3 {
    color: #0B2D4D;
    padding-bottom: 3%;
    font-size: 30px;
    text-align: center;
} 

.services-card {
    height:400px;
   position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}

.services-card img {
   height:100%;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
}
/* .services-card h5 {
    font-size: 20px;
    color: #0B2D4D;
    font-weight: 600;
    padding: 15px;
} */

/* .services-card:hover h5 {
    color: #C62828;
} */

/* .services-card:hover img {
    border: 2px solid #C62828;
} */

/* .services-card:hover {
    background-image: url("/assets/images/servicesbg.jpg");
    background-size: cover;
} */

.service-button button, .services-card button{
    background-color: #0B2D4D;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    border: 0px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom:10px;
}
.service-icon {
    width:104px;
    height:104px;
    padding:5px;
    border:0;
    border-radius: 50%;
    margin-top:-20%;
    background: linear-gradient(135deg, #0B2D4D 0%, #C62828 100%);
    box-shadow: 0 8px 18px rgba(11, 45, 77, .16);
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-icon img {
    width:100% !important;
    height:100% !important;
    padding:14px;
    border-radius:50%;
    background-color:#FFF;
    object-fit:contain;
}

.services-card:hover .service-icon {
    box-shadow: 0 10px 22px rgba(198, 40, 40, .24);
}
.services-card h5{
    padding-top:10px;
}
.service-button{
    display: flex;
    justify-content: center;
    margin:20px;
}
/* SERVICES SECTION CSS END */
.section-title {
    text-align: center;
    color: #0B2D4D;
    font-size: 30px;
    font-weight: 600;
    margin-bottom:15px;
}
/* INSURANCE CSS START */


.insurance-card {
    box-shadow: rgba(21, 72, 162, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

/* INSURANCE CSS END */
/* STRATEGY SECTION STYLES START */



.strategy-number{
    font-size:60px;
    font-weight: 500;
    color:#0B2D4D;
}
.strategy{
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    
    
}



/* STRATEGY SECTION STYLES END */
/* BLOG SECTION STYLES START */
.blog-parentcard {
    border-radius: 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border: 0px;
}
.blog-parentcard img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.blog-parentcard div {
    padding: 10px;
}
.blog-parentcard h6 {
    font-size: 15px;
    font-weight: 600;
}
.blog-parentcard p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
}
.blog-parentcard a {
    color: green;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.blog-childcard {
    padding: 10px;
}
.blog-childcard img {
    border-radius: 10px;
}
.blog-childcard h6 {
    font-size: 15px;
    font-weight: 600;
}
.blog-childcard p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
}
.blog-childcard a {
    color: green;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
/* BLOG SECTION STYLES END */

/* TESTIMONIALS SECTION START */
.patient-section{
    background: url();
}
.testimonials-text h2 {
    font-size: 28px;
    font-weight: 600;
    color: #0B2D4D;
}

.testimonials-text p {
    font-size: 15px;
    font-weight: 600;
}

.client-card {
    box-shadow: rgba(21, 72, 162, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.client-icon {
    position: absolute;
    top: -25px;
}

.client-icon-circle {
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0B2D4D;
    background-color: azure;
    color: #0B2D4D;
}

.client-quotation {
    font-size: 25px;
    color: #0B2D4D;
    text-align: center;
}

.client-card p {
    font-size: 15px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.client-card a {
    text-decoration: none;
    color: #0B2D4D;
    font-size: 15px;
    font-weight: 600;
}

.client-card h6 {
    font-size: 15px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.rating-card {
    box-shadow: rgba(21, 72, 162, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    position: absolute;
    right: -15px;
    border: 1px solid #0B2D4D;
}

.slick-slide {
    margin: 20px;
}

.slick-prev {
    position: absolute;
    top: 40%;
    left: -15px;
    background-color: #0B2D4D;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.slick-next {
    position: absolute;
    top: 40%;
    right: -20px;
    background-color: #0B2D4D;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

/* TESTIMONIALS SECTION END */
/* FACILITIES SECTION START */

.our-facilities .fa-solid{
    color:#0B2D4D;
}

.appointment-block .btn{
    background-color: #0B2D4D;
    color:white;
}
.facilities-block span{
    padding:0px 10px;
}

.our-facilities{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px 0px;
}
.facility1, .facility2, .facility3{
    border-right:1px dotted #0B2D4D;
}
/* FACILITIES SECTION END */

/* FOOTER SECTION START */
.footer-bg {
    background-color: #0B2D4D;
}
.about-holistic h5{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-list li {
    list-style-type: none;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}

.footer-list img {
    display: block;
    width: 200px;
    height: auto;
}

.footer-list h5 {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.footer-list a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}

.footer-list a:hover {
    color: #C62828;
}

.footer-social-icons {
    display: flex;
    flex-direction: row;
}


.footer-social-icons span {
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    color: #0B2D4D;
    margin-left: 10px;
}

.footer-social-icons span:hover {
    border-color: #C62828;
    color: #C62828;
}

.copyrights {
    text-align: center;
}

.copyrights hr {
    color: #fff;
    width: 100%;
}

.copyrights span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.about-holistic {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid white;
  }
  
  .about-holistic h5 {
    color: white;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
  }
  
  .about-holistic span {
    border-left: 1px solid white;
    margin-right: 10px;
  }
  
  .about-holistic a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px;
  }
/* FOOTER SECTION END */

@media only screen and (max-width: 530px) {
    .sidepanel {
        width: 100%;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: rotate(0deg);

    }

    .enquiry-rotate {
        transform: none;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .sidepanel ul {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .sidepanel ul li {
        width: 19%;
        margin-bottom: 10px;
        float: left;

    }
    .our-facilities{
        border-bottom:1px dotted #0B2D4D;
        border-right:none;
    }
}

/* side button end */

@media only screen and (min-width: 577px) and (max-width: 768px) {
    .about {
        align-items: center;
        justify-content: center;
    }
    .facility1, .facility3{
        border-right:1px dotted #0B2D4D;
        border-bottom:none;
    }
}

