@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Source Sans 3", sans-serif;
}

a {
    text-decoration: none;
    color: #000;
    font-family: "Source Sans 3", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Hanken Grotesk", sans-serif;
}

section.section {
    padding: 60px 0;
}

.main-heading h2 {
    font-size: 35px;
    font-weight: 600;
    color: #2c67b2;
    font-family: "Hanken Grotesk", sans-serif;
    margin-bottom: 5px;
    position: relative;
}

.main-heading-light h2 {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Hanken Grotesk", sans-serif;
    margin-bottom: 5px;
    position: relative;
}

.main-heading h2 span {
    font-size: 35px;
    color: #111112;
    font-family: "Hanken Grotesk", sans-serif;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.main-heading h3 {
    position: relative;
    font-size: 15px;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 700;
    color: #2c64af;
    display: inline-block;
}

.main-heading h3::before {
    content: '';
    position: absolute;
    background: #333333;
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
}

.sub-heading-light p {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
}

.sub-heading p {
    font-size: 22px;
    line-height: 22px;
    color: #000;
    margin-bottom: 16px;
    font-weight: 500;
    font-family: "Source Sans 3", sans-serif;
}
.details-blog-content .sub-heading p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.main-list ul li strong {
    font-family: "Source Sans 3", sans-serif;
}

.main-list ul li {
    font-size: 17px;
    line-height: 22px;
    padding-left: 22px;
    color: #000;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    font-family: "Source Sans 3", sans-serif;
}

.main-list ul li::before {
    content: '';
    position: absolute;
    background: #0a58ca;
    width: 6px;
    height: 6px;
    top: 8px;
    left: 7px;
    border-radius: 100%;
}

.main-list ul {
    margin-bottom: 10px;
    padding-left: 0;
}



/* ============ Custom Css Start ============== */

.top-bar ul {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
    padding: 7px 0;
}

.top-bar ul li {
    list-style: none;

}

.top-bar ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar ul li a::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 0%;
    height: 1px;
    bottom: -1px;
    left: 0;
    transition: 0.3s ease-in-out;
}

.top-bar ul li a:hover::before {
    width: 100%;
}

.top-bar ul li a object {
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
    z-index: -1;
}

.top-bar ul li a.before-none::before {
    display: none;
}

.lang-dropdown {
    width: auto;
    position: relative;
    cursor: pointer;
    user-select: none;
    display: block;
}

.lang-selected {
    background: transparent;
    padding: 3px 0px;
    border-radius: 6px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #fcdb00;
    border-bottom: 2px solid #fcdb00;
    transform: rotate(45deg);
    transition: 0.3s ease;
}

.lang-dropdown.active .arrow {
    transform: rotate(-135deg);
}

.lang-options {
    list-style: none;
    padding: 0 !important;
    margin: 7px 0 0;
    background: #f5f9ff73;
    border: 1px solid #e5f0ff;
    backdrop-filter: blur(10px);
    border-radius: 4px;
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.3s ease;
    z-index: 99;
    display: block !important;
    width: fit-content;
}

.lang-dropdown.active .lang-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
    width: fit-content;
}

.lang-options li {
    padding: 5px 15px;
    transition: .5s;
}

.lang-options li:hover {
    background: #fcdb05;
}

.lang-options li.active {
    background: #fcdb22;
    font-weight: 600;
}

.navik-menu>ul>li>a.navbar-button {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 0 15px;
    height: auto;
    color: #fff;
    background: #2c67b2;
    border: 1px solid #2c67b2;
    margin: 0 15px;
    letter-spacing: .90px;
}

.navbar-button i {
    padding: 10px;
    background: #fcdb00;
    margin-left: 10px;
}

.banner-item {
    position: relative;
    height: 630px;
    background-size: cover;
    background-position: center;
}

.banner-item {
    display: flex;
    align-items: center;
}

.banner-heading h2 {
    font-size: 55px;
    color: #2c67b2;
    font-family: "Hanken Grotesk", sans-serif;
    margin-bottom: 20px;
    position: relative;
    font-weight: 800;
}

.banner-content p {
    font-size: 25px;
    color: #000;
    line-height: 30px;
}

.button-cta:hover span:first-child {
    background: transparent;
    border: 1px solid #2c67b2;
    color: #2c67b2;
}

.button-cta span {
    background-color: #2c67b2;
    color: #fff;
    padding: 7px 20px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .90px;
    border: 1px solid #2c67b2;
    font-family: "Source Sans 3", sans-serif;
    transition: .5s ease-in-out;
}

.btn-group .button-icon {
    display: inline-block;
    padding: 7px 12px;
    background-color: #fcdb00;
    border: 1px solid #fcdb00;

}

.btn-group .button-icon i {
    transition: 0.5s all;
}

.button-cta:hover .button-icon i {
    transform: translateX(5px);
}

.about-bg {
    background-image: url('../img/section1-bg.jpg');
}

.about-section {
    background-size: cover;
    background-position: 100% 100%;
}

.about-leftBox p {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    line-height: 30px;
}

.rightbox-floatImage {
    width: 380px;
    margin-top: -66%;
    margin-left: -45%;
    position: relative;
}

.rightbox-floatImage img {
    width: 100%;
}

.about-leftBox ul {
    list-style: none;
    padding-left: 0;
    position: relative;
    margin-bottom: 0;
}

.about-leftBox ul li {
    font-size: 25px;
    color: #0a58ca;
    margin-bottom: 6px;
    padding-top: 2px;
    padding-left: 25px;
    position: relative;
    font-weight: 600;
}

.about-leftBox ul li:last-child {
    margin-bottom: 0;
}

.about-leftBox ul li::before {
    content: "";
    position: absolute;
    background-image: url('../img/checked-box.png');
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 9px;
    left: 0;
}

.round-section {
    width: 50%;
    height: 55px;
    background: #f8f4f0;
    border-top-right-radius: 15px;
    background-image: url('../img/section1-bg.jpg');
    background-size: cover;
}

.section-design {
    position: relative;
    z-index: 1;
    margin-top: -40px;
}

.about-section-left-box {
    max-width: 640px;
    margin-left: auto;
}

.list-box::before {
    content: '';
    background: #FDDA00;
    background: linear-gradient(90deg, rgba(253, 218, 0, 1) 0%, rgba(253, 226, 54, 1) 50%, rgb(250 250 250) 100%);
    position: absolute;
    width: 900px;
    height: 100%;
    left: -48%;
    top: 0;
    z-index: 0;
}

.navik-header.sticky .navik-menu>ul>li>a.navbar-button {
    line-height: normal;
    height: auto;
}

@media (min-width: 1180px) and (max-width: 1550px) {
    .list-box::before {
        content: '';
        background: #FDDA00;
        background: linear-gradient(90deg, rgba(253, 218, 0, 1) 0%, rgba(253, 226, 54, 1) 50%, rgb(250 250 250) 100%);
        position: absolute;
        width: 100%;
        height: 100%;
        left: -20%;
        top: 0;
        z-index: 0;
    }
}

/* ====== Testimonial ====== */
.image-box>img {
    width: 100%;
    height: 356px;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.imageBox-content h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.imageBox-content p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.content-wrapper {
    background-color: transparent;
    position: absolute;
    bottom: 0;
}

.imageBox-content {
    padding: 8px 12px;
    background-color: #fff;
    width: 80%;
    border-top-right-radius: 10px;
}

.rounded_path .rounded-curvepath img {
    width: 20px;
}

.rounded_path .rounded-right-curvepath img {
    transform: rotate(180deg);
}

.rounded-right-curvepath {
    position: absolute;
    right: -20px;
    bottom: 0;
}

.rounded-left-curvepath {
    position: absolute;
    left: 0px;
    top: -24px;
}

.rounded_path .rounded-left-curvepath img {
    transform: rotate(180deg);
}

.main-btn a img {
    width: 45px;
    margin-right: 30px;
}

/* ====== Speciality ===== */

.speciality-image img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}

.speciality-content-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.speciality-contentbox {
    position: relative;
    width: 75%;
    padding: 14px 14px;
    background-color: #fff;
    border-top-right-radius: 15px;
}

.speciality-contentbox h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    line-height: normal;
}

.speciality-contentbox .rounded-curvepath img {
    width: 20px;
}

.speciality-content-wrapper .main-btn a img {
    width: 40px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.speciality-contentbox .rounded-right-curvepath {
    position: absolute;
    right: -19px;
    bottom: 0;
}

.speciality-contentbox .rounded-left-curvepath {
    position: absolute;
    left: 0px;
    top: -20px;
}

.speciality-contentbox .rounded-left-curvepath img {
    transform: rotate(180deg);
}

.speciality-contentbox .rounded-right-curvepath img {
    transform: rotate(180deg);
}

.section4-bg {
    background-color: #f3f3f3;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: 0;
    transform: translate3d(0, -50%, 0);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    outline: 0;
    margin: 0;
    transform: translate3d(0, -50%, 0);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.owl-carousel .owl-nav button.owl-prev img,
.owl-carousel .owl-nav button.owl-next img {
    width: 50px;
}

/* .owl-carousel.stage-margin .owl-stage-outer{
    margin-left: 40px;
    margin-right: 40px;
} */

/* ====== Doctor section ====== */

.doctor-card {
    display: flex;
    gap: 15px;
    padding: 14px 16px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.doctor-card::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(253, 218, 0, 1) 0%, rgba(253, 226, 54, 1) 16%, rgba(255, 255, 255, 1) 100%);
    height: 50%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.card-imageBox {
    width: 40%;
}

.doctor-rightBox {
    width: 60%;
}

.card-imageBox img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: top;
    border-radius: 6px;
}

.doctor-card-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

.doctor-card-content h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #5d5d5d;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.doctor-card-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #000;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.doctor-bottom-ctaBox a {
    font-size: 18px;
    color: #0a58ca;
}

.doctor-bottom-ctaBox p{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.doctor-details-info .main-heading h2{
    font-size: 22px;
    color: #2c67b2;
    font-weight: 600;
    margin-bottom: 8px;
}

.doctor-details-info .sub-heading p{
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}

.doctor-details-info .main-list ul li{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}

.section5-bg {
    background-color: #efefef;
    background-image: url('../img/section5-bg.png');
}

/* .doc-card-cta span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 9px 20px;
    background-color: #2c67b2;
}

.btn-group .doc-btn-icon {
    display: inline-block;
    background-color: #fcdb00;
    padding: 8px 14px;
}

.doc-btn-icon i {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #fff;
    color: #fcdb00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
} */

.doc-card-cta a:first-child {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 9px 20px;
    background-color: #2c67b2;
}

.doc-card-cta a:nth-child(2) {
    background-color: #fcdb00;
    padding: 8px 14px;
}

.doc-btn-icon i {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #fff;
    color: #fcdb00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.specialty-clinics-section {
    background: url(../img/our-speciality-bg.png);
    background-size: cover;
    background-position: center;
    padding: 70px;
    border-radius: 15px;
    margin-bottom: -15%;
}

.connect-doctor-ic {
    position: relative;
    width: 17%;
}

.connect-doctor-ic i {
    position: relative;
    z-index: 9;
    color: #fcdb00;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.connect-doctor-ic::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    background: #2c67b2;
    width: 100%;
    height: 50px;
    border-radius: 100%;
    z-index: 2;
}

.specialty-right-img {
    position: absolute;
    top: -44px;
    right: 0;
    width: 25%;
    height: 325px;
    z-index: 1;
}

.specialty-right-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.connect-doctor-btn {
    background: #fdda00;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 8px;
    width: 70%;
    z-index: 9999;
    position: relative;
}

.connect-doctor-content h5 {
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 18px;
}

.connect-doctor-content p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 16px;
}

.specialty-clinics-section .button-cta span:first-child {
    background: #fff;
    color: #2c67b2;
    border: 1px solid #fff;
    font-weight: 500;
}

.award-frame-leftBox img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.awardBox-toparea {
    background: linear-gradient(90deg, #fdda00 0%, rgba(255, 255, 255, 1) 100%);
    padding: 15px 25px;
}

.awardBox-toparea span {
    color: #0a58ca;
    font-size: 18px;
    display: block;
}

.awardBox-toparea h2 {
    font-size: 22px;
    color: #000000;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.awardBox-bottomarea {
    padding: 10px 25px;
    background-color: #ffffff;
}

.award-wrapperBox {
    transform: translateX(-25%);
}

.awardBox-bottomarea p {
    font-size: 18px;
    line-height: 25px;
}


.wall-frame-section {
    padding: 15% 0 60px 0 !important;
}

.wall-frame-section .owl-carousel .owl-nav {
    position: inherit;
    transform: inherit;

}

.wall-frame-section .owl-carousel .owl-nav button.owl-prev,
.wall-frame-section .owl-carousel .owl-nav button.owl-next {
    position: inherit;
    transform: inherit;

}

.wall-frame-section .owl-carousel .owl-nav button.owl-prev:hover,
.wall-frame-section .owl-carousel .owl-nav button.owl-next:hover {
    background: #fcdb00;

}

.wall-frame-section .owl-carousel .owl-nav button.owl-prev i,
.wall-frame-section .owl-carousel .owl-nav button.owl-next i {
    color: #fff;

}

.wall-frame-section .owl-carousel .owl-nav button.owl-prev {
    right: 0;
    left: auto;
    background: #2c67b2;
    position: absolute;
    transition: .5s;
    top: -140px;
}

.wall-frame-section .owl-carousel .owl-nav button.owl-next {
    left: auto;
    background: #2c67b2;
    transition: .5s;
    position: absolute;
    right: 0;
    top: -85px;
}

.wall-frame-section .owl-carousel .owl-nav {
    top: 75%;
    right: 5%;
}

.testimonila-left-box .speciality-image img {
    height: 502px;
}

.testimonila-left-box .speciality-contentbox {
    width: 85%;
}

.testimonila-left-box .speciality-contentbox .rounded-right-curvepath {
    position: absolute;
    right: -15px;
    bottom: -4px;
}

.testimonila-left-box .speciality-contentbox .rounded-curvepath img {
    width: 17px;
}

.testimonila-left-box .speciality-contentbox {
    padding: 11px 14px 0;
}

.testimonila-left-box .speciality-contentbox h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    line-height: normal;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonila-left-box .sub-heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonila-left-box .speciality-content-wrapper .main-btn a img {
    width: 50px;
    margin-right: 40px;
}

.testimonila-right-box .speciality-contentbox h2 {
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 600;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonila-right-box .speciality-contentbox {
    width: 83%;
    padding: 6px 0;
}

.testimonila-right-box .sub-heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonila-right-box .speciality-content-wrapper .main-btn a img {
    width: 34px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.testimonila-right-box .speciality-contentbox .rounded-curvepath img {
    width: 19px;
}

.testimonila-right-box .speciality-contentbox .rounded-right-curvepath {
    position: absolute;
    right: -18px;
    bottom: -4px;
}

.primary-section {
    background: #2c67b2;
}

.pattern-bg{
    background-image: url(../img/6186696.png);
    background-size: cover;
}

.primary-section .button-cta span:first-child {
    background-color: #ffffff;
    color: #2c67b2;
    border: 1px solid #ffffff;
}

.blog-card {
    background: #fff;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog-card .blog-card-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog-card .blog-card-content h2 {
    font-size: 22px;
    font-weight: 600;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
    transition: .5s ease-in;
}

.blog-card:hover .blog-card-content h2 {
    color: #d6bb0d;
}

.blog-card-content.sub-heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.blog-card-bottom h5 {
    font-size: 16px;
    font-weight: 600;
    color: #2c67b2;
    margin-bottom: 0;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.expert-talk-card-content {
    position: absolute;
    top: 18%;
    right: -15%;
    width: 45%;
}

.expert-talk-card-content .awardBox-toparea h2 {
    font-size: 22px;
}

.right-expert-talk .expert-talk-card .expert-talk-card-image img {
    height: 181px;
    object-fit: cover;
    width: 100%;
}

.expert-talk-card-content .awardBox-bottomarea {
    background: #f3f3f3;
}

.talk-btn a {
    font-size: 17px;
    font-weight: 500;
    color: #2c67b2;
    position: relative;
    padding: 4px 0;
    display: inline-flex;
    align-items: anchor-center;
    line-height: normal;
}

.talk-btn a i {
    margin-left: 7px;
    transition: 0.5s;
    font-weight: 200;
    font-size: 18px;
}

.talk-btn:hover a i {
    margin-left: 15px;
}

.talk-btn a::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 2px;
    width: 0%;
    height: 1px;
    background-color: #2c67b2;
    transition: 0.5s;
}

.talk-btn:hover a::before {
    width: 100%;
}

.expert-talk-card .awardBox-bottomarea p {
    margin-bottom: 0;
}

.right-expert-talk .expert-talk-card-content {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: -35px;
}

.right-expert-talk .awardBox-toparea h2 {
    font-size: 18px;
    line-height: 22px;
}

.right-expert-talk .awardBox-toparea {
    padding: 10px;
    background: linear-gradient(90deg, #fdda00a8 0%, rgb(255 255 255 / 82%) 100%);
    backdrop-filter: blur(5px);
}

.left-expert-talk .expert-talk-card-image img {
    height: 560px;
    object-fit: cover;

}

/* ======== footer ========== */
footer.footer {
    padding: 0px 0px;
    background: #2c67b2;
}

.footer-logo {
    background: #fff;
    padding: 15px;
    border-bottom-left-radius: 30px;
    display: inline-block;
    width: 80%;
    border-top: 1px solid #2c67b2;
}

.footer-logo img {
    width: 100px;
}

.address-item strong {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.address-item i {
    font-size: 18px;
    color: #fcdb00;
    margin-top: 8px;
}

.address-item p {
    font-size: 16px;
    color: #ffffff;
}

.footer .social-media-icon {
    display: flex;
    align-items: center;
}

.footer .social-media-icon img {
    width: 10%;
    margin-right: 10px;
}

.footer .custom-from .input-group-text#from-icon {
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 0px;
    border-left: 0;
    border-right: 0px;
    border-radius: 0PX;
}

.footer .custom-from .input-group {
    border: 1px solid #fcdb00;
    border-radius: 5px;
}

.footer .newsletter h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
}

.footer .custom-from .input-group-text#from-icon i {
    font-weight: 500;
}

.footer .newsletter p {
    font-size: 16px;
    color: #ffffff;
}

.footer .link-part h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
}

.footer .link-part ul {
    padding-left: 0;
}

.footer .link-part ul li {
    list-style: none;
}

.footer .link-part ul li a {
    font-size: 15px;
    color: #ffffff;
    transition: .3s ease-in;
}

.footer .link-part ul li:hover a {
    color: #fcdb00;
    margin-left: 10px;
}

.bottom-footer {
    background: #2c67b2;
    border-top: 1px solid #fcdb05;
    padding: 15px 0px;
}

.bottom-footer p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.footer .custom-from .input-group-text#from-icon {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.custom-from .input-group .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.group-image img {
    width: 60px;
    margin-left: -10px;
}

.section-banner-bottm {
    padding: 30px 0;
    position: relative;
    background: url(../img/banner-cta-bottom-bg.png);
    background-size: cover;
    width: 60%;
    border-top-right-radius: 15px;
    margin-top: -121px;
    z-index: 9999;
    border-bottom: 1px solid #fff;
}

.custom-align {
    max-width: 800px;
    margin-left: auto;
}

/* .section-banner-bottm::before {
    content: '';
    background: url(../img/banner-cta-bottom-bg.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    border-top-right-radius: 15px;
} */

.shape {
    position: absolute;
    bottom: -4px;
    right: -20px;
    width: 20px;
    height: 28px;
    transform: rotate(180deg);
}

.shape svg {
    width: 100%;
    height: auto;
}

.section-banner-bottm .sub-heading p {
    margin-bottom: 0;

}

.section-banner-bottm .sub-heading a {
    font-size: 17px;
    color: #2c67b2;
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.section-banner-bottm .sub-heading a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2c67b2;
    width: 100%;
    height: 1px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2c6cb5;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 4px;
    margin: 3px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

section.section.inner-page-heading {
    padding: 30px 0;
    /* margin-top: 80px; */
}

.bg-primary {
    background: #2c67b2 !important;
}

.breadcrumb>li {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: none;
    color: #636466;
    letter-spacing: normal;
}

.breadcrumb>li a {
    color: #636466;
}

.breadcrumb>li+li:before {
    opacity: 1;
    font-family: 'FontAwesome';
    font-weight: 600;
    content: "\f068";
    font-size: 14px;
    margin: 0 0 0 5px;
    color: #636466;
}

.specialities-master-main-page .speciality-contentbox .rounded-right-curvepath {
    position: absolute;
    right: -17px;
    bottom: -3px;
}

.specialities-master-main-page .speciality-contentbox .rounded-curvepath img {
    width: 18px;
}

.specialities-master-main-page .speciality-content-wrapper {
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: -1px;
}

.icon-form .input-group-text {
    padding: 5px;
    background: #2c67b2;
    border-radius: 0;
    border: 1px solid #2c67b2;
    height: 40px;
    width: 40px;
    justify-content: center;
}

.icon-form .input-group-text img {
    width: 24px;
}

.icon-form .input-group-text i {
    font-size: 18px;
    color: #fff;
}

.icon-form input.form-control,
.icon-form select.form-select {
    border: 1px solid #2c67b2;
    color: #2c67b2;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
}

.icon-form input.form-control:focus,
.icon-form select.form-select:focus {
    box-shadow: none;
}

.icon-form input.form-control::placeholder {
    color: #2c67b2 !important;
    font-weight: 500;
    font-size: 15px;
}

.doctor-master-main-page .doctor-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.blog-side-bard {
    background: #d1e8ff;
    padding: 25px 20px;
}

.blog-side-bard ul {
    padding-left: 0;

}

.blog-side-bard ul li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 6px;
}

.blog-side-bard ul li a {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
}

.sticky-top {
    position: sticky;
    top: 130px;
}

.testimonial-master-main-page .testimonila-left-box .speciality-content-wrapper .main-btn a img {
    width: 50px;
    margin-right: 30px;
    margin-left: 23px;
}

.deatils-banner-background .row .col-md-6:first-child {
    background: url('../img/details-bg.jpg');
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 1%, 95% 0, 100% 100%, 0% 100%);
    position: relative;
    z-index: 8;
}
.deatils-no-banner .row .col-md-6:first-child{
    background: none;
    clip-path: none;
}

.banner-left-no-width{max-width: initial;}

.details-banner-left-col {
    padding: 10px 0 60px;
    max-width: 645px;
    margin-left: auto;
}

.details-banner-left-col .breadcrumb>li {
    color: #fff;
}

.details-banner-left-col .breadcrumb>li a {
    color: #fff;
}

.details-banner-left-col .breadcrumb>li+li:before {
    margin: 0 5px 0 5px;
    color: #fff;
}

.deatils-banner-background .details-right-col-image {
    position: relative;
    margin-left: -50px;
}

.deatils-banner-background .details-right-col-image::before {
    content: '';
    position: absolute;
    top: 7%;
    left: -44px;
    width: stretch;
    height: 85%;
    border-top: 3px solid #fcdb00;
    border-right: 3px solid #fcdb00;
    border-bottom: 3px solid #fcdb00;
    z-index: 1;
}

.deatils-banner-background .details-right-col-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.deatils-banner-background .button-cta span:first-child {
    background-color: #ffffff;
    color: #2c67b2;
    border: 1px solid #ffffff;
}

.details-image-content {
    background: linear-gradient(90deg, #fdda00 0%, rgba(255, 255, 255, 1) 100%);
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.details-image-content p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.details-image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.speciality-cta-box h2 {
    font-size: 22px;
    font-weight: 600;
    color: #fcdb00;
}

.speciality-cta-box h2 span {
    color: #2c67b2;
    background: #fcdb00;
    padding: 0px 10px;
    display: inline-block;
    line-height: normal;
    margin-right: 10px;
}

.speciality-details-cta-section {
    background-image: url('../img/cta-bg.png');
    background-size: cover;
    background-position: center;
}

.speciality-cta-box {
    border-right: 1px dashed #fcdb00;
    padding: 0px 10px;
}

.speciality-cta-box.sub-heading-light p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 15px;
}

.underline-readmore {
    font-size: 18px;
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #fcdb00;
}

.underline-readmore::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fcdb00;
    transition: .5s;
}

.underline-readmore:hover::before {
    width: 100%;
}

.details-cta-slider.owl-carousel .owl-nav button.owl-prev img,
.details-cta-slider.owl-carousel .owl-nav button.owl-next img,
.primary-section .owl-carousel .owl-nav button.owl-prev img,
.primary-section .owl-carousel .owl-nav button.owl-next img {
    filter: invert(100%) sepia(94%) saturate(15%) hue-rotate(338deg) brightness(130%) contrast(100%);
}


.deatilsfaq-section .faq-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: auto;
    border-radius: 8px;
}

.deatilsfaq-section .accordion-button:not(.collapsed) {
    color: #2c67b2;
}



.deatilsfaq-section .accordion-button:not(.collapsed)::after {
    background: #2c67b2;
}

.deatilsfaq-section .accordion-button::after {
    background: #2c67b2;
}

.deatilsfaq-section .accordion-header {
    border-bottom: 1px solid #2c67b2;
}

.deatilsfaq-section .accordion-button span {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #2c67b2;
    transition: .5s;
}

.deatilsfaq-section .accordion-button.collapsed span {
    color: #000000;
}

.deatilsfaq-section .accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: 'FontAwesome';
    background: none;
    background-color: #2c67b2;
    color: #ffff;
}

.deatilsfaq-section .accordion-button::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: none;
    background-color: #2c67b2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.deatilsfaq-section .accordion-item {
    border: none;
    background: none;
}

.deatilsfaq-section .accordion-header .accordion-button {
    background: none;
    box-shadow: none;
    padding: 5px;
}

.deatilsfaq-section .accordion-header {
    background: none;
    border: none;
    border-bottom: 1px solid #e7e0e0;
    margin-bottom: 10px;
}

.deatilsfaq-section .accordion-button:not(.collapsed) {
    background: none;
}

.deatilsfaq-section .accordion-button:focus {
    box-shadow: none;
}

.deatilsfaq-section .accordion-item .sub-heading p,
.deatilsfaq-section .accordion-item .main-list ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.deatilsfaq-section .accordion-item .main-list ul li{
    margin-bottom: 8px;
}

.details-banner-left-col .main-heading-light h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
}

.details-banner-left-col .main-heading-light p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.details-banner-left-col .main-heading-light:first-of-type p {
    margin-bottom: 20px;
}

.details-blog-content h3 {
    font-size: 20px;
    margin-top: 10px;
    display: block;
}

.details-blog-content h3::before {
    display: none;
}
.details-blog-content .main-list ul li{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 30px;
}

.details-form {
    background: #2d64af;
}

.details-form form {
    padding: 40px 20px;
    min-height: 200px;
}

.details-form h3 {
    font-size: 20px;
    text-align: center;
    color: #2c67b2;
    padding: 10px 0;
    background: #fcdb00;
}

.details-form form .form-select,
.details-form form .form-control {
    border: 1px solid #577c8c;
    background: #2c67b2;
    border-radius: 0;
    color: #fff;
}

.details-form form .form-control::placeholder {
    color: #fff;
}

.form-btn {
    background: #fcdb00;
    color: #2c67b2;
    line-height: 0;
    border-radius: 0;
    font-weight: 500;
    border: 1px solid #fcdb00;
    transition: .5s;
}

.form-btn-light span:first-child{
    background: #fff;
    border: 1px solid #fff;
    color: #2c67b2;
    padding: 7px 18px;
}


.form-btn span{
    font-size: 18px;
    padding: 7px 25px;
    border: 1px solid #2c67b2;
    background: #2c67b2;
    transition: .5s ease-in-out;
}

.form-btn span.form-button-icon{
    display: inline-block;
    background: #fcdb00;
    border: 1px solid #fcdb00;
    color: #2c67b2;
    padding: 7px 16px;
}

.form-button-icon i{
    transition: 0.5s all;
}

.form-btn:hover span:first-child{
    background: transparent;
    color: #2c67b2 !important;
}

.form-btn-light:hover span:first-child{
    color: #fff !important;
}

.form-btn:hover {
    background: none;
    color: #fcdb00;
    border: 1px solid #fcdb00;
}

.form-btn:hover .form-button-icon i{ 
    transform: translateX(5px); 
}

.doctor-details-main-page .doctor-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.doctor-details-main-page .doctor-card .card-imageBox {
    width: 30%;
}

.doctor-details-main-page .doctor-card .card-imageBox img {
    height: 355px;
}

.doctor-details-main-page .doctor-card .doctor-card-content h2 {
    color: #1d4289;
}

.doctor-details-main-page .doctor-card .doctor-rightBox {
    width: 70%;
    gap: 80px;
}

.tab-icon {
    width: 50px;
    background: #1d4289;
    height: 50px;
    border-radius: 100%;
    padding: 9px;
}

.tab-group button img {
    width: 100%;
}

.tab-group button {
    border: 0;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 10px 0;
    margin-bottom: 5px;
    background: transparent;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    position: relative;
    z-index: 9;
}

.tab-group button::before {
    position: absolute;
    content: '';
    top: 0;
    left: -150px;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, rgba(253, 218, 0, 1) 0%, rgba(253, 226, 54, 1) 16%, #fafafa 100%);
    transition: .5s;
    z-index: -1;

}

.tab-group button.active::before {
    width: 100%;
}

.tab-group {
    padding: 20px 20px;
    background: #fafafa;
    position: relative;
}

.treat-box {
    height: 100%;
    background: #fafafa;
    padding: 25px 20px;
}
.generic-pattern-bg{
    background-image: url('../img/728596.png');
    background-size: cover;
}
.generic-details-list .main-list ul li{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
}
.form-group{
    margin-bottom: 16px;
    margin-bottom: 1rem;
}
.modal-form input[type=text], 
.modal-form textarea{
    border-radius: 0;
    
}
.modal-form input[type=text]:focus, 
.modal-form textarea:focus{
    box-shadow: 3px 2px 2px #2c67b2;
}
.modal-content{
    border-radius: 0;
}
.modal-header {
    background: #2c67b2;
    border-radius: 0;
}
.modal-header .btn-close{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}

.emergency-btn{
    font-size: 16px;
    position: fixed;
    right: 0;
    top: 32%;
    letter-spacing: 0;
    z-index: 99999;
    color: #fff;
    background-color: #e82d2d;
    border-radius: 0;
    transition: background-color .3s, opacity .5s, visibility .5s;
    padding: 8px 4px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-transform: uppercase;
    display: flex;
}

.form-wrapper{
    overflow: hidden;
    padding: 0;
}

.contact-right {
    background: #fff;
    padding: 40px;
}

.contact-left-box{
    margin: 0;
    padding: 40px 0 40px 20px;
}

/* .contact-bg-left {
    background: url('../img/design-bg.jpg') top left / cover no-repeat;
    background-color: #fff;
} */
 .left-image-container{
    background: linear-gradient(90deg, rgba(209, 232, 255, 1) 0%, rgba(255, 255, 255, 1) 55%);
 }

.search-box {
    padding: 10px;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 0 32px 2px rgb(0 0 0 / .5);
    top: 52px;
    right: 6px;
    z-index: 99999;
    display: none;
    width: 400px;
    border-radius: 3px;
}

.search-box .input-group input[type=text]:focus{
    box-shadow: none;
    border-color: #00479c;
}

.search-box .input-group input[type=text]{
    border: 1px solid #00479c;
    transition: border-color .15s ease-in-out;
    border-radius: 8px;
}

button.btn-search {
    background-color: #00479c;
    border: none;
    padding: 8px 14px;
    border-radius: 0 8px 8px 0;
}

.search-data {
    overflow-y: scroll;
    max-height: 300px;
}

.search-data h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding: 5px;
    background: #00479c;
    margin-top: 8px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.search-data.main-list ul li{
    font-size: 15px;
    padding-bottom: 8px;
}