@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*,
body,
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    scroll-padding-top: 250px;
}

::after,
::before {
    box-sizing: border-box;
}

/* @font-face {
    font-family: Graphik;
    src: url('../fonts/GRAPHIKBLACK.OTF') format("opentype");
}
@font-face {
    font-family: Graphik Bold;
    src: url('../fonts/GRAPHIKBOLD.OTF') format("opentype");
    font-weight: 700;
}
@font-face {
    font-family: Graphik Extralight;
    src: url('../fonts/GRAPHIKEXTRALIGHT.OTF') format("opentype");
    font-weight: 300;
}
@font-face {
    font-family: Graphik Light;
    src: url('../fonts/GRAPHIKLIGHT.OTF') format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: Graphik Ragular;
    src: url('../fonts/GRAPHIKREGULAR.OTF') format("opentype");
    font-weight: 600;
} */

.menu-button {
    position: relative;
    z-index: 9999;
    display: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    padding: 0;
    margin-top: 0;
    scale: .75;
}

.menu-button .toggle-bar {
    width: 35px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-button.toggle .toggle-bar:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.menu-button.toggle .toggle-bar:nth-child(2) {
    opacity: 0;
}

.menu-button.toggle .toggle-bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


section.section {
    padding: 50px 0px;
}

/* ==== Scrolltotop ==== */

#scrolltoButton {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b71c2b;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border: none;
}

#scrolltoButton::after {
    content: "\f077";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 12px;
}

#scrolltoButton:hover {
    cursor: pointer;
}

#scrolltoButton:active {
    background-color: #b71c2b;
}

#scrolltoButton.active {
    opacity: 1;
    visibility: visible;
}


a {
    padding: 0px;
    margin: 0px;
    outline: none;
    transition: all .3s ease;
    text-decoration: none !important;
    color: #000;
}

a:hover {
    color: #000;
}

.top-yellow-boder {
    border-top: 8px solid #FCB900;
}

.main-heading h2 {
    font-size: 30px;
    font-weight: 600;
    color: #b71c2b;
    margin-bottom: 20px;
    text-transform: none;
}

.main-heading h5 {
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
}

.sub-heading p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
    /* text-transform: capitalize; */
}

.sub-title {
    font-size: 24px;
    color: #fcbb23;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
strong,
figure {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

ul li {
    margin: 0;
    padding: 0;
    line-height: 24px;
}

section.section {
    padding: 50px 0px;
    position: relative;
}

header {
    transition: all 0.3s ease;
}

#topheader {
    padding: 3px 0;
    background-color: #ffffff;
}

.header-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-contact ul li {
    display: inline-block;
    padding: 0 10px;
}

.header-contact ul li:first-child img {
    width: auto;
}

.header-contact ul li img {
    width: 16px;
    height: 18px;
    margin-right: 8px;
}

.header-contact li a,
.search a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    transition: .3s ease;
}

.header-contact li a:hover {
    color: #b71c2b;
}

.custom-border-end {
    border-right: 1px solid #ccc;
}

.navbar-brand {
    display: none;
}

.sub-menu-details ul li a img {
    width: 27px;
    margin-right: 15px;
    transition: .3s;
}

.sub-menu-details ul li a span {
    position: relative;
    display: inline-block;

}

.sub-menu-details ul li a span::after {
    position: absolute;
    top: -6px;
    left: -8px;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    content: '';
    z-index: -1;
    border-radius: 100%;
    transition: .3s;
}

/* ========= BTN =========== */
.Btn {
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #001854 !important;
    border: none;
    color: white !important;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
}

.Btn::before {
    width: 130px;
    height: 130px;
    position: absolute;
    content: "";
    background-color: white !important;
    border-radius: 50%;
    left: -100%;
    top: 0;
    transition-duration: .3s;
    mix-blend-mode: difference;
}

.Btn:hover::before {
    transition-duration: .3s;
    transform: translate(100%, -50%);
    border-radius: 0;
}

.Btn:active {
    transform: translate(5px, 5px);
    transition-duration: .3s;
}

/* =================================== */


/* ========== vartical line ========== */
.sub-title:after {
    background: url(../img/diags-three.svg);
    background-position: 50% 50%;
    content: "";
    display: inline-block;
    height: 35px;
    width: 40px;
    background-repeat: no-repeat;
    margin-bottom: -10px;
}

.sub-title-light:after {
    background: url(../img/diags-three-light.svg);
    background-position: 50% 50%;
    content: "";
    display: inline-block;
    height: 35px;
    width: 40px;
    background-repeat: no-repeat;
    margin-bottom: -10px;
}


/* ======== Menu =========== */

.header-menu {
    padding: 0;
    background-color: #b71c2b;
    width: 100%;
    position: relative;
}

.header-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.sticky-nav {
    position: fixed !important;
    z-index: 9999;
    top: 0;
    background-color: #b71c2b;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .2);
    width: 100%;
    padding: 0px 0;
}

/* 
.menu-button {
    display: none;
} */

.sub-menu--button {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.sub-menu--button::after {
    content: "\f078";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    color: #ffff;
    transition: all.5s ease-in-out;
    transform: rotate(-90deg);
}

/* .navbar-logo{
    border-radius: 30px;
} */
.navbar-logo img {
    height: 40px;
    margin-left: 1px;
    padding: 0px;
}

.mobile_primary {
    padding: 0;
    transition: all .6s;
    /* position: relative; */
    z-index: 9999;
    display: flex;
    align-items: center;
    background: transparent;
}

.mobile_primary li {
    display: inline-block;
    cursor: pointer;
}

.mobile_primary ul li a {
    color: #ffffff;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 16px;
    display: block;
    position: relative;
    z-index: 99;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    transition: all .6s;
}

.mobile_primary ul li a:hover {
    color: #ffffff;
}

.book-appointment {
    padding: 16px 14px;
    font-size: 14px;
    background-color: var(--secondary-bg-color);
    color: #fff;
    display: inline-block;
    font-weight: 400;
    border-radius: 30px;
}

.book-appointment:hover,
.btn-color-md:hover {
    background-color: var(--primary-bg-color);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: all 0.2s;
}

.mobile_primary .sub-menu,
.header-contact .sub-menu {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background: #f0f2f1;
    text-align: left;
    margin: 0;
    padding: 15px;
    transition: all 0.4s;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom: 0;
    /* border-top: 5px solid #001854; */
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.mobile_primary .sub-menu.sub-menu-single,
.header-contact .sub-menu.sub-menu-single {
    top: 100%;
    left: auto;
    width: max-content;
    padding: 10px 15px 10px 15px;
}

.mobile_primary li:hover>.sub-menu,
.header-contact li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0);
    transition: all 0.4s;
}

.header-contact .sub-menu.sub-menu-single {
    top: 50px;
    left: auto;
    width: auto;
    padding: 12px 12px 12px 12px;
    border-top: 2px solid #ffffff;

}

.header-contact .sub-menu {
    border-radius: 0;
}

.header-contact li:hover>.sub-menu {
    z-index: 99999;
}

.sub-menu-details ul {
    margin: 0;
    padding: 0;
}

.sub-menu-details ul li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

.show-submenu ul li a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 6px 5px 6px 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}

.header-contact li .sub-menu {
    z-index: 9999;
}

.sub-menu-details h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--font-primary-color);
    border-bottom: 1px solid var(--primary-bg-color);
    padding: 0px 0 8px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.mobile_primary .sub-menu li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

.mobile_primary li .sub-menu ul li a {
    color: #000000;
    padding: 10px 10px 15px 12px;
    margin: 0 0 8px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    position: relative;
}

.mobile_primary li .sub-menu-single ul li:last-child a {
    border-bottom: none;
}

.mobile_primary li .sub-menu ul li a:hover {
    background-color: #f3f3f3;
    color: #b71c2b;
}

.mobile_primary li .sub-menu ul li a:hover span::after {
    background-color: #b71c2b;
}

.mobile_primary li .sub-menu ul li a:hover img {
    filter: invert(100%) sepia(94%) saturate(15%) hue-rotate(338deg) brightness(130%) contrast(100%);
}

.search-icon i {
    color: #b71c2b;
    font-size: 18px;
}

.whatapp-icon img {
    width: 27px;
}

.top-drop-down .form-select:focus {
    box-shadow: none;
}

.appointment-btn button {
    background: #fff;
    border-radius: 20px;
    color: #b71c2b;
    font-weight: 600;
}

.appointment-btn button:hover {
    background: #fff;
    color: #b71c2b;
}

/* ====== form section start ===== */
.custom-from .input-group-text#from-icon {
    background: transparent;
    border-bottom: 1px solid #ccc;
    border-top: 0px;
    border-left: 0;
    border-right: 0px;
    border-radius: 0PX;
}

.custom-from .input-group .from-location {
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    border-top: 0;
    border-right: 0px;
    border-left: 0;
}

.custom-from .input-group-text#from-icon i {
    color: #b71c2b;
    font-size: 20px;
    font-weight: 600;
}

.custom-from .input-group .form-control {
    border-bottom: 1px solid #ccc;
    border-top: 0px;
    border-right: 0;
    border-left: 0px;
    border-radius: 0PX;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #b71c2b;
}

.form-select:focus {
    box-shadow: none;
}

.from-btn button {
    background: #b71c2b;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    padding: 8px 35px;
}

.from-btn button:hover {
    background: #b71c2b;
    color: #fff;
}

.custom-from .input-group {
    padding: 10px 0px;
}

/* ======= cta section ======= */
.custom-from {
    margin: 0px 65px;
}

.cta-col {
    width: 25%;
    padding: 20px 0;
    text-align: center;
    background: #f7f7f7;
    border-left: 1px solid #f4f4f4;
    transition: .3s ease-in;
}

.cta-col:hover {
    background: #b71c2b;
}

.cta-col:hover .cta-diff img {
    filter: brightness(0) invert(1);
}

.cta-col:hover .cta-diff h3 {
    color: #fff;
}

.cta-diff img {
    transition: .3s ease;
}

.cta-diff h3 {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    margin-left: 20px;
    transition: .3s ease;
}

.cta-diff h3 span {
    font-weight: 600;
}

.cta-diff h3 i {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.ctn-left-col {
    background: #b71c2b;
}

.ctn-left-col .cta-diff {
    padding-top: 16px;
}

.ctn-left-col .cta-diff h3 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    margin-left: 0px;
}

.cta-right-arrow img {
    width: 40px;
    opacity: 0;
    transition: .3s ease;
}

.cta-diff:hover .cta-right-arrow img {
    opacity: 1;
    transform: translateX(10px);
}

.over-all-btn a span img {
    width: 24px;
}

.over-all-btn a span {
    border-radius: 50%;
    /* padding: 4px 1px; */
    display: inline-block;
    background: #f7f7f7;
    margin-left: 5px;
    height: 27px;
    width: 27px;
}

/* ===== Exellence Section ====== */
.card:hover .card-content h4 {
    color: #b71c2b;
}

.card-top {
    overflow: hidden;
    position: relative;
}

.card-top img {
    object-fit: cover;
    height: 200px;
    object-position: center;
    transition: .3s ease-in;
}

.card:hover .card-top img {
    transform: scale(1.1);
}

.card {
    background: #f7f7f7;
    border-radius: 0px;
}

.card-content {
    padding: 15px 20px 20px;
}

.card-content h4 {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s ease;
}

.card-content p {
    font-size: 15px;
    color: #767779;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.main-btn a {
    font-size: 16px;
    font-weight: 600;
    color: #b71c2b;
    border-bottom: 1px solid #b71c2b;
}

.main-btn-speciality {
    font-size: 16px;
    font-weight: 600;
    color: #b71c2b;
}


.owl-carousel.exellence .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -55px;
    display: block;
    background: #f4f4f4;
    border-radius: 50%;
    transition: .3s ease;
    height: 40px;
    width: 40px;
}

.owl-carousel.exellence .owl-nav button.owl-prev img {
    width: 25px;
}

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

.owl-carousel.exellence .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -55px;
    background: #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    transition: .3s ease;
}

.owl-carousel.exellence .owl-nav button.owl-next img {
    width: 25px;
}

.line-divider {
    width: 30%;
    height: 2px;
    background: #b71c2b;
}


/* ======= expert section ======== */
.expert-section .card {
    background: #fff;
    transition: .3s;
}

.expert-section .card .card-top img {
    height: 265px;
    object-fit: cover;
    object-position: top;
}

.expert-section .card:hover {
    background: #f5f5f5;
}

.expert-section .card .card-content {
    padding: 10px 15px 0px;
    text-align: center;
}

.expert-section .card-content h4 {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
}

.expert-section .card-content p {
    font-size: 15px;
    color: #767779;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.expert-section .card-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 18px;
}

.owl-carousel.expert .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -55px;
    display: block;
    background: #f4f4f4;
    border-radius: 50%;
    transition: .3s ease;
    height: 40px;
    width: 40px;
}

.owl-carousel.expert .owl-nav button.owl-prev img {
    width: 25px;
}

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

.owl-carousel.expert .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -55px;
    background: #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    transition: .3s ease;
}

.owl-carousel.expert .owl-nav button.owl-next img {
    width: 25px;
}

/* .expert-section .card:hover .from-btn a {
    border: 1px solid #b71c2b;
    background: #f5f5f5;
    color: #b71c2b !important;
} */

.from-btn a {
    font-size: 15px;
    color: #fff !important;
    background: #b71c2b;
    padding: 11px 30px;
    font-weight: 500;
    border-radius: 30px;
    transition: .5s ease;
}

.from-btn a:hover {
    border: 1px solid #b71c2b;
    color: #b71c2b !important;
    background: transparent;
}

/* ===== wal frame sction ======= */
.wallframe-section {
    background: url('../img/wall-frame-bg.jpg');
    background-size: cover;
    padding-bottom: 100px !important;
}

.white-box {
    width: 30rem;
    height: 30rem;
    position: absolute;
    background: #ffffff;
    left: -19rem;
    top: -41px;
}

.frame-left-col img {
    z-index: 999;
    position: relative;
    z-index: 999;
    position: relative;
    height: 363px;
    object-fit: cover;
}

.frame-right-col h5 {
    font-size: 17px;
    color: #b71c2b;
    font-weight: 600;
}

.frame-right-col h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.frame-right-col p {
    font-size: 15px;
    color: #636466;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl-carousel.wall-frame .owl-nav button.owl-prev img {
    width: 25px;
}

.owl-carousel.wall-frame .owl-nav button.owl-next img {
    width: 25px;
}

.owl-theme.wall-frame .owl-nav {
    text-align: left;
}

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

.owl-carousel.wall-frame .owl-nav button.owl-prev {
    position: absolute;
    top: 76%;
    left: 43%;
    display: block;
    background: #ffffff;
    border-radius: 50%;
    transition: .3s ease;
    height: 40px;
    width: 40px;
}

.owl-carousel.wall-frame .owl-nav button.owl-next {
    position: absolute;
    top: 76%;
    left: 48%;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    transition: .3s ease;
}

.owl-theme.wall-frame .owl-nav {
    padding-top: 15px;
}

/* ======== testimonial section ========= */
.testi-rightbox h3 {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s ease-in;
}

.testimonial-section .testi-card:hover .testi-rightbox h3 {
    color: #b71c2b;
}

.testi-rightbox p {
    font-size: 15px;
    color: #636466;
    font-weight: 400;
    margin: 15px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testi-rightbox p a {
    font-size: 15px;
    color: #b71c2b;
}

.testi-rightbox .doctor-name img {
    width: 20px;
    margin-right: 5px;
    height: auto;
}

.testi-rightbox .doctor-name p {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 0px;
}

.testi-rightbox .doctor-catagory p {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 0px;
}

.testi-card {
    padding: 20px 10px;
    transition: .3s ease;
}

.testi-card img {
    transition: .3s ease-in;
    height: 145px;
    object-fit: cover;
}

.testi-card:hover img {
    transform: scale(1.1);
}

.testi-card:hover {
    background: #f8f8f8;
}

/* ====== blog ======== */
.blog-section {
    background: url('../img/wall-frame-bg.jpg');
    background-size: cover;
}

.blog-section .card-content h4 {
    color: #000;
}

.blog-section .card-content strong {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.blog-section .card-content .main-btn {
    width: 60%;
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: end;
}

.blog-section .card-content {
    background: #fff;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -70px;
    display: block;
    background: #ffffff;
    border-radius: 50%;
    transition: .3s ease;
    height: 50px;
    width: 50px;
}

.owl-carousel .owl-nav button.owl-prev img {
    width: 40px;
}

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

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -70px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px;
    transition: .3s ease;
}

.owl-carousel .owl-nav button.owl-next img {
    width: 40px;
}

/* ========== hear from doctor ========== */

.hear-doctor-content {
    padding: 20px;
    background: #ecececdb;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    border-radius: 0px 0px 8px 8px;
}

.hear-doc-left-btn .main-btn {
    width: 25%;
}

.hear-doctor-content p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hear-doctor-content .main-btn span img {
    width: 22px;
    margin-right: 5px;
}

.hear-doc-image {
    height: 235px;
    object-fit: cover;
    border-radius: 10px;
}

.hear-doc-overlay::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: #0000004f;
    left: 0;
    z-index: 99;
    border-radius: 10px;
}

.doc-image-hover {
    transition: .3s ease-in;
    border-radius: 10px;
    height: 495px;
    object-fit: cover;
}

.doc-image-hover:hover {
    transform: scale(1.1);
}

.blog-right-col .hear-doctor-content {
    padding: 15px 20px;
    background: transparent;
    position: absolute;
    top: 40px;
    height: 100%;
    width: 70%;
    z-index: 999;
}

.blog-right-col .hear-doctor-content p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-right-col .hear-doctor-content h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.blog-right-col .main-btn img {
    filter: brightness(0) invert(1);
    transition: .3s;
}

.blog-right-col .main-btn a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.hear-doctor-content:hover .main-btn img {
    filter: none;
}

.hear-doctor-content:hover a {
    color: #b71c2b;
    border-bottom: 1px solid #b71c2b;
}

/* ==== media section ==== */
.media-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.media-img {
    overflow: hidden;
}


.media-img img {
    height: 210px;
    object-fit: cover;
    transition: .3s ease-in;
}

.media-card:hover .media-img img {
    transform: scale(1.1);
}

.media-name p {
    font-size: 14px !important;
    color: #000000;
    line-height: 20px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.media-name img {
    margin-right: 5px;
    width: 35px;
}

.media-content {
    padding: 15px;
    background: #f5f5f5;
}

.media-social img {
    width: 35px;
}

.media-content p {
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.media-border-bottom {
    border-bottom: 2px solid #eeecec;
    padding-bottom: 10px;
}

.media-heart {
    display: flex;
    align-items: center;
}

.media-share p span img {
    width: 19px;
}

.media-heart p {
    margin-right: 25px;
}

.media-heart p img {
    margin-right: 5px;
    width: 19px;
}

.media-heart img {
    width: 19px;
}

/* ======== footer ========== */
footer.footer {
    padding: 40px 0px;
    background: #e3e5e4;
}

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

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

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

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

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

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

.footer .social-media-icon a {
    width: 13%;
    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 #b71c2b;
    border-radius: 20px;
}

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

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

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

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

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

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

.bottom-footer {
    background: #b71c2b;
    padding: 15px 0px;
}

.bottom-footer p {
    color: #fff;
    font-style: 16px;
}

.instagram-logo {
    width: 16% !important;
}

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

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

.fixed-lg-footer {
    font-size: 15px;
    border-radius: 0px;
    color: #fff;
    position: fixed;
    right: 0px;
    top: 34%;
    z-index: 999;
    width: 40px;
    background-color: #c13434;
    transition: background-color .3s, opacity .5s, visibility .5s;
    padding: 10.5px 11px;
    text-transform: uppercase;
    display: flex;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    font-weight: 400;
}

.fixed-lg-footer .emg {
    writing-mode: vertical-rl;
    text-orientation: upright;

}

.fixed-lg-footer a {
    font-size: 15px;
    color: #fff;
}


.page-header {
    background: #d1d1d1;
    padding: 30px 0px;
}

.page-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
    text-transform: none;
}

.breadcrumb-wrapper {
    background: transparent;
    display: block;
    margin-left: 11px;
    padding: 10px 0px;
}

.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 0px 0 5px;
    color: #636466;
}

.speciality-masterpage-card {
    background: #f7f7f7;
    border-radius: 0px;
    padding: 20px 20px;
}

.speciality-masterpage-card-content a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    transition: .3s ease;
    line-height: 32px;
}

.speciality-masterpage-card-content a::before {
    opacity: 1;
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    font-weight: 600;
    content: "\f054";
    font-size: 10px;
    margin: 0px 0px 0 0px;
    color: #c13434;
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.speciality-page-search-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    font-size: 15px;
    text-align: left;
    padding-left: 30px;
}

.speciality-page-search-section .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    padding: 10px 12px;
    border-radius: 30px !important;
    user-select: none;
    -webkit-user-select: none;
}

.speciality-page-search-section .select2-container {
    width: 100% !important;
}

.search-btn-page {
    background: #b71c2b;
    color: #fff;
    padding: 12px 20px !important;
    border-radius: 22px !important;
    position: absolute;
    right: 0%;
}

.speciality-page-search-section .select2-container--default .select2-selection--single {
    background-color: #f0f2f1;
    border: none;
}

.speciality-page-search-section {
    background: #f7f7f7;
    padding: 20px 40px;
}


/* ============== Speciality Details Page ================ */

.details-page-header {
    background-image: url(../img/details-banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    /* padding: 100px 0px !important; */
    z-index: 999;
}

.details-banner {
    padding: 40px 0px 85px;
}

.details-page-before {
    position: relative;
}

.details-page-before::after {
    position: absolute;
    background: #fef4f4;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
}

.details-heading h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #b71c2b;
    margin-bottom: 20px;
    font-weight: 700;
}

.details-banner input::placeholder {
    color: #a8a9a9;
    font-size: 13px;
}

.details-page-header .from-btn button {
    font-size: 14px;
    font-weight: 600;
}

.details-right-col img {
    border-radius: 10px;
}

.details-right-col h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.details-right-col p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

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

.details-card .card-content {
    padding: 35px;
}

.details-card .card-content p {
    font-size: 16px;
    color: #252528;
    display: block;
    -webkit-line-clamp: 2;
    line-clamp: all;
    -webkit-box-orient: vertical;
    overflow: visible;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 15px;
    min-height: 125px;
}

.details-card .card-content h4 {
    color: #c71d22;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    display: inline;
}

.details-card .card-content h4::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #c71d22;
    transition: .5s;
}

.details-card-wrapper {
    position: relative;
    padding: 0px 65px;
}

.details-card-wrapper::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 55%;
    background: #f5f5f5;
    top: -50px;
    left: 0;
    z-index: 1;
}

.detsils-key-procedures .main-heading h2 {
    position: relative;
    display: inline;
}

.detsils-key-procedures .main-heading h2::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(230, 189, 193, 1) 50%, rgba(246, 246, 246, 1) 50%);
    top: 100%;
    left: 0;
}

.details-key-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    font-size: 15px;
    text-align: left;
    padding-left: 70px;
}

.details-key-row .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    padding: 10px 30px;
    border-radius: 30px !important;
    user-select: none;
    -webkit-user-select: none;
}

.details-key-row .select2-container {
    width: 100% !important;
}

.details-key-row .select2-container--default .select2-selection--single {
    background-color: #f0f2f1;
    border: none;
}

.details-key-row .search-btn-page {
    right: inherit;
    left: 0;
    padding: 12px 25px !important;
}

.details-key-row .select2-selection__arrow {
    display: none;
}

.details-key-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.details-key-left-col h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.details-key-right-col span {
    font-size: 12px;
    font-weight: 600;
    background: #ffffff;
    border-radius: 100%;
    display: block;
    text-align: center;
    height: 20px;
    width: 20px;
    color: #b71c2b;
    padding: 1px;
}

.details-key-row .over-all-btn a span {
    background: #fff;
    padding: 0px 3px;
}

.details-key-row .over-all-btn a {
    font-weight: 500;
}



/* ============================= Key Procedures ======================== */
.key-procedures-master-page.speciality-masterpage-card .details-key-row .select2-container--default .select2-selection--single {
    background: #fff;
}

.key-procedures-master-page.speciality-masterpage-card .key-master-row {
    display: flex;
    align-items: center;
}

.key-procedures-master-page.speciality-masterpage-card a .key-master-row h5 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    position: relative;
    transition: .3s ease;
}

.key-procedures-master-page.speciality-masterpage-card a .key-master-row .key-master-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
}

.key-procedures-master-page.speciality-masterpage-card a .key-master-row .key-master-image img {
    display: flex;
    margin: auto;
    padding: 10px 0;
}

.key-procedures-master-page.speciality-masterpage-card .speciality-masterpage-card-content a::before {
    opacity: 1;
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 35%;
    font-weight: 600;
    content: "\f054";
    font-size: 10px;
    margin: 0px 0px 0 0px;
    color: #c13434;
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.key-master-book-appointment-btn {
    position: relative;
    background: #636466;
    padding: 30px 20px;
}

.key-master-book-appointment-btn::before {
    opacity: 1;
    font-family: 'FontAwesome';
    position: absolute;
    right: 25px;
    top: 35%;
    font-weight: 600;
    content: "\f054";
    font-size: 17px;
    margin: 0px 0px 0 0px;
    color: #c13434;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-master-book-appointment-btn .key-master-book-appointment-content {
    display: flex;
    align-items: center;
}

.key-master-book-appointment-btn .key-master-book-appointment-content img {
    width: 35px;
    margin-right: 10px;
}

.key-master-book-appointment-btn .key-master-book-appointment-content h5 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.key-master-help-btn {
    background: #b71c2b;
    padding: 30px 20px;

}

.key-master-help-btn h5 {
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 22px;
}

.key-master-call-btn {
    background: #fef4f4;
    padding: 50px 20px;
}

.key-master-call-btn h5 {
    color: #000000;
    font-size: 17px;
    text-align: center;
    line-height: 22px;
}

.key-master-call-btn h4 {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-master-call-btn h4 i {
    background: #b71c2b;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    color: #fff;
    padding: 12px;
    margin-right: 10px;
}

.procedures-details-page-header {
    background: linear-gradient(90deg, rgba(254, 244, 244, 1) 25%, rgb(255, 255, 255) 25%);
    position: relative;
    overflow: hidden;
}

.procedures-details-page-header::before {
    position: absolute;
    content: '';
    display: block;
    width: 350px;
    height: 375px;
    background: url(../img/pro-banner-bef.png);
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
}

.details-proceduce-banner-left-col {
    background: #fef4f4;
}

.details-proceduce-banner-right-col {
    /* display: block; */
    position: relative;
    z-index: 99;
}

.procedures-details-page-header .details-proceduce-banner-right-col img {
    width: 65px;
    margin-right: 10px;
}

.procedures-details-page-header .details-proceduce-banner-right-col h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 10px;
}

.procedure-btn-left {
    font-size: 15px;
    padding: 7px 20px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #b71c2b;
    color: #767676;
}

.procedure-btn-right {
    font-size: 15px;
    padding: 7px 20px;
    background: #b71c2b;
    border-radius: 30px;
    border: 1px solid #b71c2b;
    color: #fff;
    margin-left: 30px;
}

.procedure-acc-card {
    padding: 15px 20px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.procedure-acc-card .accordion-header span {
    font-size: 18px;
    font-weight: 600;
    color: #c71d22;
    margin-bottom: 8px;
    line-height: normal;
}

.procedure-acc-card .accordion-body p {
    color: #000;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 6px;
}

.procedure-acc-card .accordion-item {
    border: none;
    background: none;
}

.procedure-acc-card .accordion-header .accordion-button {
    background: none;
    box-shadow: none;
    padding: 0px;
}

.procedure-acc-card .accordion-header {
    background: none;
    border: none;
    border-bottom: 1px solid #f1f0f0;
    margin-bottom: 10px;
}

.procedure-acc-card .accordion-button:not(.collapsed) {
    background: none;
}

.procedure-acc-card .accordion-button:focus {
    box-shadow: none;
}

.procedure-acc-card .accordion-button::after {
    position: absolute;
    right: -35px;
    content: '\f078';
    font-family: 'FontAwesome';
    height: 25px;
    width: 25px;
    font-size: 11px;
    border-radius: 50%;
    background: none;
    background-color: #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b71c2b;
}

.procedure-acc-card .accordion-button:not(.collapsed)::after {
    content: '\f078';
    font-family: 'FontAwesome';
    background: none;
    background-color: #d1d1d1;
    color: #b71c2b;
}

.procedure-acc-card .accordion-button:not(.collapsed),
.procedure-acc-card .accordion-button {
    color: #000;
    font-weight: 600;
    padding: 10px 0px;
    font-size: 18px;
    min-height: 65px;
    width: 90%;
    position: relative;

}

.procedure-acc-card .accordion-body p {
    font-size: 15px;
    color: #000;
    min-height: 95px;
}

.procedure-acc-card .accordion-body p span {
    color: #b71c2b;
}

.hospital-mainpage-form .search-btn-page {
    display: flex;
    align-items: center;
    padding: 3px 5px !important;
    color: #000;
    margin: 10px;
    background: #fff;
}

.hospital-mainpage-form .select2-container--default .select2-selection--single {
    border: 1px solid #b71c2b;
    border-radius: 20px;
    height: auto;
    padding: 5px 10px;
}

.hospital-mainpage-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 13px;
    width: 20px;
}

.hospital-mainpage-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 28px;
    font-size: 16px;
}

.hospital-main-page .hospital-content {
    padding: 20px;
}


.custom-hospital-top-card {
    background: #f5f5f5;
}

.star-rating {
    font-weight: 700;
}

.star-rating i {
    font-size: 16px;
}

.hospital-primarybtn {
    background: #b71c2b;
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 600;
    transition: .3s ease-in;
}

.hospital-primarybtn:hover {
    background: #fff;
    color: #b71c2b;
    border: 1px solid #b71c2b;

}

.hospital-secondarybtn {
    background: transparent;
    color: #000000;
    border: 1px solid #b71c2b;
    border-radius: 30px;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 600;
    transition: .4s;
}

.hospital-secondarybtn:hover {
    background: #b71c2b;
    color: #fff;
    border: 1px solid #b71c2b;
}

.address-hospital {
    min-height: 75px;
}



.col-md-6 .location-icon-custom.address-half-col {
    min-height: 50px;
}

.location-icon-custom {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.location-icon-custom::before {
    position: absolute;
    content: '';
    background: url(../img/location.png);
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.hospital-icon-custom {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.hospital-icon-custom::before {
    position: absolute;
    content: '';
    background: url(../img/hospital.png);
    width: 17px;
    height: 20px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.telephone-icon-custom {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.telephone-icon-custom::before {
    position: absolute;
    content: '';
    background: url(../img/telephone-hospital.png);
    width: 17px;
    height: 20px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.send-custom-icon {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    display: inline-block;
}

.send-custom-icon::before {
    position: absolute;
    content: '';
    background: url(../img/send.png);
    width: 17px;
    height: 20px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.col-md-4 .custom-hospital-top-card .hospital-content .hospital-icon-custom {
    min-height: 50px;
}

.col-md-4 .custom-hospital-top-card .hospital-content .location-icon-custom {
    min-height: 80px;
}

.details-banner .details-heading .hospital-content .send-custom-icon {
    position: relative;
    display: inline-block;
}

.details-banner .details-heading .hospital-content .send-custom-icon::after {
    position: absolute;
    content: '';
    background: #c71d22;
    bottom: 0;
    left: 30px;
    width: 78%;
    height: 1px;
}

.hospital-details-slider .item img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.hospital-banner-container {
    max-width: 600px;
    margin-left: auto;
}

.hospital-details-slider {
    position: relative;
}

.hospital-details-slider::before {
    position: absolute;
    content: '';
    display: block;
    width: 22%;
    height: 342px;
    background: url(../img/pro-banner-bef.png);
    background-repeat: no-repeat;
    top: -1px;
    left: -1px;
    z-index: 9999;
}

.hospital-details-slider.owl-theme .owl-nav {
    margin-top: 0;
}

.hospital-details-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 75%;
    left: 50%;
    display: block;
    background: #ffffff;
    border-radius: 50%;
    transition: .3s ease;
    height: 40px;
    width: 40px;
}

.hospital-details-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 75%;
    right: 35%;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    transition: .3s ease;
}

.procedures-details-page-header .details-proceduce-banner-right-col .hospital-details-slider img {
    width: auto;
    margin-right: 0px;
}

.owl-carousel.hospital-details-slider .owl-nav button.owl-prev img {
    width: 30px;
}

.owl-carousel.hospital-details-slider .owl-nav button.owl-next img {
    width: 30px;
}

.hospital-details-overview-section .sub-heading .main-heading h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0px;
}

.details-counter-section {
    background: #fff;
    padding: 15px 30px;
    margin-top: 20px;
}

.details-counter-box h2 {
    font-size: 35px;
    line-height: normal;
    font-weight: 700;
    color: #b71c2b;
    margin-bottom: 0px;
    border-bottom: 1px solid #dadad6;

}

.details-counter-box p {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
}

.hospital-details-overview-section {
    background: #f5f5f5;
}

.custom-hospital-top-card {
    background: #f5f5f5;
}

.custom-hospital-top-card .hospital-content {
    padding: 20px;
}

.owl-carousel.hospital-slider .owl-nav button.owl-prev {
    background: rgb(244, 244, 244);
}

.owl-carousel.hospital-slider .owl-nav button.owl-next {
    background: rgb(244, 244, 244);
}

.heart-associations-main-page .details-heading h3 {
    text-transform: none;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}

.details-banner-image {
    width: 100% !important;
    height: 375px;
    object-fit: cover;
    object-position: top;
    position: relative;
}



.heart-associations-main-page .procedures-details-page-header::before {
    z-index: 999;
}

.association-section .main-heading h3 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-top: 30px;
}

.hear-associations-table {
    margin-top: 15px;
    padding: 5px;
}

.hear-associations-table thead tr {
    background: #b71c2b;

}

.hear-associations-table thead tr th {
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
}

.hear-associations-table tbody tr td {
    background: transparent;
    color: #000000;
    padding: 10px 20px;
    font-size: 15px;
}

.hear-associations-table tbody tr {
    box-shadow: rgb(99 99 99 / 13%) 0px 2px 8px 0px;

}

.hear-associations-table table {
    border-spacing: 0 5px !important;
    border-collapse: separate;
}

.journal-section .expert-card .card-content h5 {
    font-size: 16px;
    line-height: 22px;
}

.journal-section .card {
    background: transparent;

}

.journal-section .owl-carousel .owl-nav button.owl-prev {
    background: #f4f4f4;
}

.journal-section .owl-carousel .owl-nav button.owl-next {
    background: #f4f4f4;
}

.association-form-card {
    box-shadow: rgb(99 99 99 / 13%) 0px 2px 8px 0px;
    padding: 20px 30px;
    border-radius: 10px;

}

.association-form-card input,
.association-form-card textarea,
.association-form-card select {
    border-radius: 40px;
    padding: 10px 30px;
    border: 1px solid #f3f3f3;
}

.association-form-card h3 {
    font-size: 22px;
    color: #b71c2b;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.association-form-card form ::placeholder {
    color: #a8a9a9 !important;
    font-size: 15px;
}

.association-left-col h4 {
    font-size: 20px;
    font-weight: 600;
    color: #b71c2b;
    margin-bottom: 7px;
}

.association-left-col p {
    font-size: 16px;
    margin-bottom: 3px;
}

.association-left-col a {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
}

.association-left-col a i {
    color: #b71c2b;
    margin-right: 4px;
}

.inner-pages-header.procedures-details-page-header::before {
    z-index: 999;
}

.inner-pages-header .details-banner {
    padding: 95px 0px 40px;
}


.inner-pages-header.procedures-details-page-header .details-heading h3 {
    font-size: 25px;
    text-transform: none;
    font-weight: 600;
}

.doctoral-courses-main-page .procedure-acc-card .accordion-button::after {
    transform: rotate(-90deg);
    right: -25px;
}

.doctoral-courses-main-page .procedure-acc-card .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-color: #ffffff;
}

.doctoral-courses-main-page .procedure-acc-card {
    background: #f3f3f3;
    padding: 15px;
}

.doctoral-courses-main-page .procedure-acc-card .accordion-body p {
    min-height: auto;
    margin-bottom: 7px;
}

.doctoral-courses-main-page .procedure-acc-card .accordion-body ul li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 15px;
}

.doctoral-courses-main-page .procedure-acc-card .accordion-body ul li.hourglass::before {
    position: absolute;
    content: '';
    background: url(../img/hourglass.png);
    width: 12px;
    height: 16px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.doctoral-courses-main-page .procedure-acc-card .accordion-body ul li.luxury::before {
    position: absolute;
    content: '';
    background: url(../img/luxury.png);
    width: 17px;
    height: 16px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.doctoral-courses-main-page .procedure-acc-card .accordion-body ul li.calender-doc::before {
    position: absolute;
    content: '';
    background: url(../img/calendar-doc.png);
    width: 15px;
    height: 16px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.doctor-line-divider {
    position: relative;
}

.doctor-line-divider .line-divider {
    width: 30%;
    height: 2px;
    background: #b71c2b;
    position: absolute;
    left: 0;
}

.doctoral-card-content {
    padding: 15px 20px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.doctoral-card-content h3 {
    color: #b71c2b;
    font-weight: 600;
    padding: 10px 0px;
    font-size: 18px;
}


.doctotal-btn {
    background: #b71c2b;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 20px;
    margin-top: 30px;
    display: inline-block;
}

.doctoral-page-right-card .procedure-acc-card {
    padding: 15px 20px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.doctoral-page-right-card .procedure-acc-card .accordion-button.collapsed span {
    color: #000000;
    font-size: 20px;
}

.doctoral-page-right-card .procedure-acc-card .accordion-button span {
    color: #b71c2b;
    font-size: 20px;
}

.doctoral-courses-main-page .doctoral-page-right-card .procedure-acc-card .accordion-button:not(.collapsed)::after {
    background-color: #d1d1d1;
}

.doctoral-courses-main-page .doctoral-page-right-card .procedure-acc-card .accordion-button:not(.collapsed),
.doctoral-courses-main-page .doctoral-page-right-card .procedure-acc-card .accordion-button {
    padding: 0px;
    min-height: 35px;
}

.doctoral-courses-main-page .doctoral-page-right-card .procedure-acc-card .accordion-header {
    border: none;
}

.doctoral-page-right-card .procedure-acc-card .accordion-body ol {
    padding-left: 1rem;
}

.doctoral-page-right-card .procedure-acc-card .accordion-body ol li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.main-list ul li::marker {
    color: #b71c2b;
}

.main-list-black ul li::marker {
    color: #000000;
}

.main-list-black ul {
    padding-left: 1.2rem !important;
    margin-bottom: 10px !important;

}

.main-list-black ul li {
    list-style: disc;
    font-size: 16px;
    margin-bottom: 5px !important;
}

.main-list-black ol li::marker {
    color: #000000;
}

.main-list-black ol {
    padding-left: 1.2rem !important;
    margin-bottom: 10px !important;

}

.main-list-black ol li {
    font-size: 16px;
    margin-bottom: 5px !important;
}

.main-list ul {
    padding-left: 1.2rem !important;
    margin-bottom: 10px !important;

}

.main-list ol {
    padding-left: 1.2rem !important;
    margin-bottom: 10px !important;

}

.main-list ol li {
    font-size: 16px;
    margin-bottom: 5px !important;
    color: #000;
}

.main-list ul li {
    list-style: disc;
    font-size: 16px;
    margin-bottom: 5px !important;
}

.main-heading h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

ul li.hourglass {
    position: relative;
    padding-left: 1.5rem;
    font-size: 15px;
}

ul li.hourglass::before {
    position: absolute;
    content: '';
    background: url(../img/hourglass.png);
    width: 12px;
    height: 16px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

ul li.luxury {
    position: relative;
    padding-left: 1.5rem;
    font-size: 15px;
}

ul li.luxury::before {
    position: absolute;
    content: '';
    background: url(../img/luxury.png);
    width: 17px;
    height: 16px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

ul li.calender-doc {
    position: relative;
    padding-left: 1.5rem;
    font-size: 15px;
}

ul li.calender-doc::before {
    position: absolute;
    content: '';
    background: url(../img/calendar-doc.png);
    width: 15px;
    height: 16px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

ul li.car-seat {
    position: relative;
    padding-left: 1.5rem;
    font-size: 15px;
}

ul li.car-seat::before {
    position: absolute;
    content: '';
    background: url(../img/car-seat.png);
    width: 15px;
    height: 16px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.paramedical-main-page .doctoral-card-content {
    background: #f3f3f3;
    min-height: 225px;
}

.paramedical-main-page .doctoral-card-content h3 {
    line-height: 22px;
    font-size: 17px
}

.socomer-tab .procedure-acc-card {
    box-shadow: none;
}

.socomer-tab .procedure-acc-card .accordion-header {
    border: none;
    position: relative;
}

.socomer-tab .procedure-acc-card .accordion-header button span {
    position: relative;
    padding-left: 1rem;
    font-size: 18px;
}

.socomer-tab .procedure-acc-card .accordion-header button span::before {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    background: #b71c2b;
    top: 40%;
    left: 0;
    border-radius: 50%;
}

.custom-download {
    position: relative;
}

.socomer-tab .procedure-acc-card .accordion-item .accordion-body ul li a {
    display: block;
    font-size: 16px;
    color: #000;
    padding-left: 7px;
}

.socomer-tab .procedure-acc-card .accordion-item .accordion-body ul li a i {
    margin-right: 30px;
}

.socomer-tab .procedure-acc-card .accordion-item .accordion-body ul li {
    font-size: 16px;
    margin-bottom: 20px;
}

.custom-download::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 16px;
    top: 4px;
    left: 0px;
    background: url(../img/download.png) 0% 0% / contain no-repeat;
}

.socomer-main-page .procedure-acc-card .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.socomer-main-page .procedure-acc-card .accordion-button::after {
    transform: rotate(-90deg);
}

.details-heading p {
    font-size: 16px;
    color: #000;
}

.details-heading h5 {
    font-size: 18px;
    color: #b71c2b;
    font-weight: 600;
    margin-top: 20px;
}

i.custom-download {
    margin-right: 30px;
}

.internal-medicine-main-page .inner-pages-header .details-banner {
    padding-top: 40px;
}

.internal-medicine-main-page .main-list ul li {
    margin-top: 10px;
}

.internal-medicine-main-page .main-list ul {
    margin-bottom: 15px !important;
}

.internal-medicine-main-page .main-list ul li strong {
    display: block;
}

.internal-medicine-main-page .association-form-card h3 {
    position: relative;
}

.internal-medicine-main-page .association-form-card h3::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 85%;
    background: #b71c2b;
    display: block;
    top: 100%;
    left: 25px;
}


.skill-form-section .select2-container--default .select2-selection--single {
    background-color: #f0f2f1;
    border: 1px solid #b71c2b;
}

.skill-form-section .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    padding: 3px 12px;
    border-radius: 30px !important;
    user-select: none;
    -webkit-user-select: none;
}

.skill-form-section .search-btn-page {
    background: #f0f2f1;
    border: 1px solid #b71c2b !important;
    padding: 9px 20px !important;
}

.skill-form-section .search-btn-page i {
    color: #b71c2b;
}

.skills-acquisition-main-page .procedure-acc-card {
    background: #f3f3f3;
    padding: 15px;
}

.skills-acquisition-main-page .procedure-acc-card .accordion-button::after {
    background: #fff;
    transform: rotate(-90deg);
}

.skills-acquisition-main-page .procedure-acc-card .accordion-body p {
    min-height: auto;
}

.skills-acquisition-main-page .procedure-acc-card .accordion-button::after {
    right: -20px;
}

.skills-acquisition-main-page .procedure-acc-card .main-list ul li {
    font-size: 15px;
}

.skills-acquisition-main-page .procedure-acc-card .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.home-details-main-page .details-banner .details-heading ul li {
    margin-bottom: 5px;
}

.home-details-main-page .details-banner .details-heading ul li i {
    color: #b71c2b;
    margin-right: 10px;
}

.home-details-main-page .association-form-card h3 {
    font-size: 20px;
}

.home-details-main-page .hospital-primarybtn {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.home-details-main-page .details-heading ul li {
    font-size: 16px;
}

.home-service-right-col .main-heading h2 {
    font-size: 25px;
}

.home-service-main-page {
    background: #fdfdfd;
}

.home-service-card-image img {
    width: 100%;
    margin-bottom: 20px;
    height: 245px;
    object-fit: cover;
}

.home-service-card .home-service-content h3 {
    font-size: 20px;
    color: #b71c2b;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.home-service-card .home-service-content h3::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #b71c2b;
    display: block;
    bottom: 0;
    left: 0;
}

.home-service-card .home-service-content p {
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;

}

.home-service-card {
    background: #fff;
    padding: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
}

.doctor-talk-main-page .blog-right-col .hear-doctor-content {
    top: 0;
    display: flex;
    margin: auto 0;
    align-items: center;
}

.blog-details-main-page .inner-pages-header .details-banner {
    padding: 5px 0px 0px;
}

.blog-details-main-page .inner-pages-header.procedures-details-page-header .details-heading h3 {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.blog-details-main-page .inner-pages-header.procedures-details-page-header .details-heading p {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}

.blog-details-main-page .inner-pages-header.procedures-details-page-header .details-heading h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.blog-details-main-page .blog-details-section .main-heading h2 {
    font-size: 25px;
}

.blog-details-main-page .association-form-card {
    position: sticky;
    top: 200px;
}

.blog-details-main-page .association-form-card h3 {
    font-size: 18px;
}

li.test-tube {
    position: relative;
    padding-left: 1.8rem;
    font-weight: 600;

}

li.test-tube::before {
    position: absolute;
    content: '';
    background: url(../img/test-tube.png);
    width: 19px;
    height: 20px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

li.hospital-doctor {
    position: relative;
    padding-left: 1.8rem;
    font-weight: 600;

}

li.hospital-doctor::before {
    position: absolute;
    content: '';
    background: url(../img/home-services-doctor.png);
    width: 19px;
    height: 20px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.health-pack-details-main-page .details-banner .details-heading ul li i {
    color: #b71c2b;
    margin-right: 15px;
}

.health-pack-details-main-page .details-banner .details-heading ul li:nth-child(4) {
    color: #b71c2b;
    font-weight: 600;
}

.paragraph-line span {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 4px;
}

.paragraph-line span::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 1%;
    background: #000000;
    display: block;
    top: 50%;
    left: 0;
}

.health-pack-details-main-page .hospital-primarybtn {
    background: #b71c2b;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease-in;
}

.health-pack-details-main-page .hospital-secondarybtn {
    background: transparent;
    color: #000000;
    border: 1px solid #b71c2b;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: .4s;
}

.health-pack-details-main-page .hospital-content .d-flex.align-items-center.justify-content-between.py-2 {
    border-bottom: 1px solid #b71c2b;
}

.health-pack-details-main-page .hospital-content .d-flex.align-items-center.justify-content-between.py-2 ul li {
    margin-bottom: 0px;
    font-size: 14px;
    color: #515151;
}

.health-pack-details-main-page .custom-hospital-top-card .hospital-content {
    padding: 15px;
}

.health-pack-details-main-page .location-icon-custom {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.health-pack-details-main-page .location-icon-custom::before {
    position: absolute;
    content: '';
    background: url(../img/location.png);
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.health-pack-details-main-page .hospital-content p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #515151;
}

.health-pack-details-main-page .hospital-content .main-list ul li {
    font-size: 15px;
    margin-bottom: 2px !important;
}

.health-pack-details-main-page .hospital-content h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-details-main-page .testi-rightbox p {
    display: block;
}

.testimonial-details-card {
    padding: 20px;
    background: #f8f8f8;
}

.about-us-main-page .hospital-content h3 {
    color: #413c37;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 22px;
    text-transform: none;
}

.about-us-main-page .hospital-content p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
}

.about-us-main-page .hospital-content img {
    width: 50px;
    margin-right: 10px;
}

.about-us-main-page .details-banner {
    padding: 80px 0px 40px;
}

.sub-heading p span {
    color: #b71c2b;
}

.about-us-main-page .mission-box {
    border-right: 1px solid #d4d4d4;
    margin-top: 20px;
}

.about-us-main-page .mission-box:last-child {
    border-right: none;
}

.chairman-section {
    background: #f5f5f5;
}

.chairman-section .col-md-7 .sub-heading.main-heading h3 {
    margin-top: 25px;
    margin-bottom: 2px;
}

.chairman-section .col-md-7 .sub-heading.main-heading p:last-child {
    font-size: 15px;
}

.about-us-main-page .expert-section .card {
    background: #f5f5f5;
    transition: .3s;
}

.about-us-main-page .awards-box {
    padding: 10px 50px;
    background: #f5f5f5;
    position: relative;
    min-height: 90px;
    display: flex;
    justify-content: start;
}

.about-us-main-page .awards-box::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/award-ic.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 36%;
    left: 10px;
}

.about-us-main-page .awards-box::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/award-ic.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 36%;
    right: 10px;
}

.about-us-main-page .awards-box p {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.blog-left-col {
    background: #f3f3f3;
    padding: 20px;
}

.blog-left-col h3 {
    font-size: 18px;
    color: #b71c2b;
    font-weight: 600;
}

.rounded-field-form .input-group input,
.rounded-field-form .input-group select {
    border-radius: 25px;
    padding: 10px 30px;
    background: transparent;
    border: 1px solid #fff;
    color: #616161;
}

.rounded-field-form input:focus {
    border: 1px solid #fff;
    box-shadow: none;
    background: transparent;
}

.rounded-field-form input {
    border-radius: 25px;
    padding: 10px 30px;
    background: transparent;
    border: 1px solid #fff;
    color: #616161;
}

.rounded-field-form label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.rounded-field-form label span {
    color: #b71c2b;
}


.rounded-field-form .input-group input:focus {
    border: 1px solid #fff;
    box-shadow: none;
}

.rounded-field-form .input-group-text {
    padding: 10px 20px;
    background: #b71c2b;
    border-radius: 25px !important;
    margin-left: -18px !important;
    position: relative;
    z-index: 99;
}

.rounded-field-form .input-group-text i {
    color: #fff;
}

.blog-left-col a {
    font-size: 15px;
    color: #000000;
    margin-bottom: 5px;
    display: block;
}

.blog-page-right-col .card-content p span {
    color: #b71c2b;
}

.blog-page-right-col .card-content .main-btn p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.blog-page-right-col .blog-page-slider .card-content {
    padding: 25px 65px 25px;
}

/* .blog-page-slider .card-content h4 {
    color: #000 !important;
} */

.blog-page-right-col .blog-page-slider.owl-carousel .owl-nav button.owl-prev {
    background: transparent;
}

.blog-page-right-col .blog-page-slider.owl-carousel .owl-nav button.owl-next {
    background: transparent;
}

.blog-page-right-col .blog-page-slider.owl-carousel .owl-nav button.owl-prev img {
    width: 20px;
}

.blog-page-right-col .blog-page-slider.owl-carousel .owl-nav button.owl-next img {
    width: 20px;
}

.blog-page-right-col .blog-page-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: 0px;
    display: block;
    background: transparent;
    border-radius: 50%;
    transition: .3s ease;
    height: 50px;
    width: 50px;
}

.blog-page-right-col .blog-page-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: 0px;
    display: block;
    background: transparent;
    border-radius: 50%;
    transition: .3s ease;
    height: 50px;
    width: 50px;
}

.blog-tagging h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.blog-tagging {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
}

.blog-tagging span {
    color: #616161;
    background: transparent;
    padding: 10px 0px;
    border-radius: 30px;
    font-size: 16px;
    display: inline-block;
    width: 171px;
    text-align: center;
}

.scroll-container.custom-tab-button-wrapper a {
    display: inline-block;
}

.find-doctor-left-col {
    background: #f3f3f3;
    padding: 20px;
    position: sticky;
    top: 140px;
}


.find-doctor-left-col h4 {
    font-size: 17px;
    color: #636466;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

.find-doctor-left-col h3 {
    font-size: 17px;
    color: #b71c2b;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.option-find-doc {
    margin-top: 10px;
    height: 130px;
    overflow-y: auto;
    padding: 10px 0px;
}

.option-find-doc ul li {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    position: relative;
    padding-left: 1rem;
}

.option-find-doc ul li::before {
    position: absolute;
    content: '';
    background: url(../img/find-li.png);
    width: 10px;
    height: 10px;
    top: 35%;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}


.option-find-doc::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.option-find-doc::-webkit-scrollbar {
    width: 5px;
    background-color: #888888;
    border-radius: 10px;
}

.option-find-doc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px #888888; */
    background-color: #888888;
}

.find-doc-box {
    padding: 15px 0px;
    border-bottom: 1px solid #ffffff;
}

.find-doc-box:last-child {
    border-bottom: none;
}

.custom-tab-button-wrapper .form-btn.active {
    background: #b71c2b;
    color: #fff !important;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease-in-out;
    border: none;
    width: 100%;
}

.custom-tab-button-wrapper .form-btn {
    background: #ffffff;
    color: #b71c2b;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease-in-out;
    border: none;
    width: 100%;
    border: 1px solid #b71c2b;
}

.form-btn {
    background: #b71c2b;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease-in-out;
    border: none;
    width: 100%;
}


.doctor-details-main-page .left-col-img .sub-heading p {
    margin-bottom: 0;
    font-size: 14px;
}

.doctor-details-main-page .left-col-img .sub-heading.main-heading img {
    margin-right: 5px;
}

.left-details-list li {
    margin-bottom: 10px;
    position: relative;
}

li.details-doc-ic {
    position: relative;
    padding-left: 1.7rem;
    font-size: 14px;
    line-height: 20px;
}

li.details-doc-ic::before {
    position: absolute;
    content: '';
    background: url(../img/details-doc-ic.png);
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

li.details-liver-ic {
    position: relative;
    padding-left: 1.7rem;
    font-size: 14px;
    line-height: 20px;
}

li.details-liver-ic strong {
    letter-spacing: normal;
}

li.details-liver-ic::before {
    position: absolute;
    content: '';
    background: url(../img/details-liver-ic.png);
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

li.details-hospital-ic {
    position: relative;
    padding-left: 1.7rem;
    font-size: 14px;
    line-height: 20px;
}

li.details-hospital-ic::before {
    position: absolute;
    content: '';
    background: url(../img/details-hospital-ic.png);
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}


.calendar {
    /* margin-top: 50px; */
    max-width: 600px;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #d1d1d1;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    padding: 0 10px;
}

.calendar-header {
    background-color: transparent;
    color: #fff;
    padding: 5px 5px 0;
    /* border-top-left-radius: 12px; */
    /* border-top-right-radius: 12px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar-header .next-month-btn,
.calendar-header .previous-month-btn {
    color: #b71c2b;
    font-size: 15px;
    font-weight: 600;
}

.calendar-title {
    font-size: 15px;
    /* font-weight: bold; */
    text-align: center;
    margin: 0;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.calendar-body {
    padding: 5px;
    background: transparent;
    /* border-bottom-left-radius: 12px; */
    /* border-bottom-right-radius: 12px; */
}

.calendar-row {
    display: flex;
    /* justify-content: space-between; */
    text-align: center;
}

.calendar-body .calendar-row:nth-child(1) {
    margin-bottom: 15px;
    background: #ccc;
    border-radius: 30px;
}

.calendar-day {
    /* flex-basis: calc(100% / 7); */
    text-align: center;
    padding: 8px;
    border-radius: 100%;
    /* height: 100px; */
    /* line-height: 100px; */
    font-size: 14px;
    /* font-weight: bold; */
    cursor: pointer;
    /* text-align: center; */
    /* transition: background-color 0.3s ease; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.5%;
    color: #000;
    font-weight: 600;
}

.calendar-day.active {
    background-color: #b71c2b;
    color: #fff;
}

.disabled-date {
    pointer-events: none;
    color: #908f8f;
}

.intl-tel-input,
.iti {
    width: 100%;
}



.doctor-details-main-page .right-col-details .main-heading {
    margin-bottom: 15px;
}

.doctor-details-main-page .right-col-details .main-heading h3 {
    margin-bottom: 0;
}

.doctor-details-main-page .right-col-details .main-heading.main-list ul li {
    font-size: 15px;
    color: #000000;
    margin-bottom: 5px;
}

.doctor-details-main-page .right-col-details .main-heading.main-list ul li::marker {
    color: #d1d1d1;
    font-size: 16px;
}

.doctor-details-main-page .right-col-details .main-heading.main-list ul {
    margin-bottom: 35px !important;
    padding-left: 1.5rem !important;
}

.internation-patients-main-page .inner-pages-header .details-banner {
    padding: 10px 0px 40px;
}

.internation-patients-main-page .inner-pages-header.procedures-details-page-header .details-heading h3 {
    margin-bottom: 5px;
}

.internation-patients-main-page .inner-pages-header.procedures-details-page-header .details-heading p {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
}

.internation-patients-main-page .iti--inline-dropdown .iti__dropdown-content {
    height: 160px;
}

.internation-patients-main-page .iti--inline-dropdown .iti__country-list {
    min-height: 100px;
    height: 100px;
    max-height: 100px;
}

.internation-patients-main-page .rounded-field-form .input-group input,
.rounded-field-form .input-group select {
    background: #fff;
}

.internation-patients-main-page .iti__selected-country-primary {
    padding: 0 10px;
}

.internation-patients-main-page .iti__country-container {
    left: 8px !important;
}

.internation-patients-main-page .internation-right-logo .internation-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 88px;
}

.internation-patients-main-page .internation-right-logo .internation-logo-box img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.international-counter-section {
    background: url('../img/international-counter-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.international-counter-box h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;

}

.international-counter-box h2::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    bottom: -8px;
    left: 0;
}

.international-counter-bottom-content {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.international-counter-bottom-content img {
    width: 50px;
}

.international-counter-bottom-content h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
}

.slider-box img {
    width: 135px;
    height: 135px;
    object-fit: contain;
}

.logo-slider-section {
    background: #f5f5f5;
}

.heading-container {
    max-width: 1230px;
    margin: 0 auto;
}

.logo-slider-section .form-btn {
    padding: 13px 20px;
}

.internation-patients-main-page .faq-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.internation-patients-main-page .accordion-button:not(.collapsed) {
    color: #b71c2b;
}

.internation-patients-main-page .accordion-button:not(.collapsed)::after {
    background: #b71c2b;
}

.internation-patients-main-page .accordion-button::after {
    background: #b71c2b;
}

.internation-patients-main-page .accordion-header {
    border-bottom: 1px solid #b71c2b;
}

.internation-patients-main-page .internation-patients-main-page .accordion-button span {
    color: #b71c2b;
    font-weight: 500;
    line-height: 26px;
}

.internation-patients-main-page .accordion-header span {
    font-size: 16px;
    font-weight: 500;
    color: #b71c2b;
    margin-bottom: 8px;
    line-height: normal;
}

.internation-patients-main-page .accordion-header .accordion-button.collapsed span {
    color: #000;
}

.internation-patients-main-page .accordion-body p,
.internation-patients-main-page .accordion-body p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 6px;
}

.internation-patients-main-page .accordion-item {
    border: none;
    background: none;
}

.internation-patients-main-page .accordion-header .accordion-button {
    background: none;
    box-shadow: none;
    padding: 5px;
}

.internation-patients-main-page .accordion-header {
    background: none;
    border: none;
    border-bottom: 1px solid #646363;
    margin-bottom: 10px;
}

.internation-patients-main-page .accordion-button:not(.collapsed) {
    background: none;
}

.internation-patients-main-page .accordion-button:focus {
    box-shadow: none;
}

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

.internation-patients-main-page .accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: 'FontAwesome';
    background: none;
    background-color: #b71c2b;
    color: #ffff;
}

.internation-patients-main-page .home-service-card .home-service-content p {
    display: block;
}

.internation-patients-main-page .home-service-card {
    background: #f1f1f1;
    padding: 30px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 290px;
}

.home-service-content {
    padding: 30px;
}

.hospital-details-page-section {
    background: url('../img/hospital-detailsbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.hospital-details-page-section .details-banner .details-heading .hospital-content ul li {
    padding-left: 1.5rem;
}

.hospital-details-page-md-section .details-banner .details-heading .hospital-content ul li {
    padding-left: 1.5rem;
    font-size: 14px;
}

.healthpackage-main-page .col-md-4 .custom-hospital-top-card .hospital-content .location-icon-custom {
    min-height: auto;
}

.healthpackage-main-page .rounded-field-form .input-group input,
.rounded-field-form .input-group select {
    background: transparent;
}

.privacy-policy-main-page .main-heading h3 {
    margin-bottom: 10px;
    margin-top: 20px;

}

.span-heading {
    background: #b71c2b;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
}

.border-right {
    border-right: 1px solid #d8d8d8;
}

.primary-table thead tr {
    background: #b71c2b;
}

.primary-table thead tr th {
    background: transparent;
    border-right: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.primary-table tbody tr td {
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    font-size: 15px;
    padding: 10px 15px;
}

.primary-table tbody tr td ul li {
    font-size: 15px;
    margin-bottom: 7px;
    list-style: none;
    padding-left: 1.5rem;
    position: relative;
}

.primary-table tbody tr td ul {
    margin-bottom: 10px !important;
}

.primary-table tbody tr td ul li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    top: 10px;
    left: 5px;
    border-radius: 100%;
}

.primary-table tbody tr td p {
    font-size: 15px;
    margin-bottom: 7px;
    line-height: 26px;
}

.primary-table tbody tr {
    border-left: 1px solid #d0d0d0;
}

.primary-table tbody tr:last-child {
    border-bottom: 1px solid #d0d0d0;
}

li.chat-ic {
    position: relative;
    padding-left: 1.8rem;
    font-weight: 600;
}

li.chat-ic::before {
    position: absolute;
    content: '';
    background: url(../img/chat-ic.png);
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.media-details-main-page .details-banner .details-heading ul li {
    margin-bottom: 5px;
}

.media-details-main-page .inner-pages-header .details-banner {
    padding: 30px 0px 40px;
}

.services-table table,
.services-table table td,
.services-table table tfoot,
.services-table table th,
.services-table table thead,
.services-table table tr {
    border: 1px solid #c0c0c0;
    font-size: 15px;
    color: #000;
}

.find-doctor-left-col .tab-group button {
    display: block;
    background: transparent;
    border-bottom: 1px solid #fff;
    padding: 20px 10px;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-align: left;
    position: relative;
}

.find-doctor-left-col .tab-group button:last-child {
    border: 0;
}

.find-doctor-left-col .tab-group button.active {
    color: #b71c2b;
}

.find-doctor-left-col .tab-group button::before {
    position: absolute;
    content: '\f054';
    width: 25px;
    height: 25px;
    font-family: 'FontAwesome';
    font-size: 13px;
    background: #fff;
    border-radius: 100%;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b71c2b;
}

.treat-box .main-heading a,
.treat-box .main-heading span {
    color: #666666;
    font-size: 16px;
}

.treat-box .main-heading h3 {
    margin-top: 15px;
}

.treat-box .main-heading h2 {
    margin-top: 30px;
}

.treat-box .main-heading h2:first-child {
    margin-top: 0px;
}

.accordion-body .doctotal-btn {
    background: #b71c2b;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    padding: 7px 20px;
    margin-top: 30px;
    display: inline-block;
}


.ethics-committee-main-page .services-table table,
.ethics-committee-main-page .services-table table td,
.ethics-committee-main-page .services-table table tfoot,
.ethics-committee-main-page .services-table table th,
.ethics-committee-main-page .services-table table thead,
.ethics-committee-main-page .services-table table tr {
    border: 1px solid #c0c0c0;
    font-size: 15px;
    color: #000;
    padding: 15px 20px;
}

.custom-from.bg-field .input-group {
    background: #f3f3f3;
    padding: 0px 15px;
    border: none;
    border-radius: 40px;
}

.custom-from.bg-field .input-group input,
.custom-from.bg-field .input-group select,
.custom-from.bg-field .input-group textarea {
    background: transparent;
    border: none;
}

.custom-from.bg-field .input-group-text#from-icon {
    border: none;
    padding: 13px;
}

.custom-from.bg-field .input-group .form-select {
    background-image: url(../img/down-arrow-form-select.svg) !important;
    background-size: 6%;
    background-repeat: no-repeat;
    display: block;
    background-position: right;
    margin: 0 10px 0;
    color: #666666;
}

.file-input-group {
    position: relative;
}

.file-input__input {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    border: none;
}

.file-input-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    color: #21283c;
    padding: 7px 32px;
    line-height: 1.85;
    background-color: #f3f3f3;
    width: 100%;
    justify-content: start;
    border: none;
}

.file-input-label span {
    font-size: 16px;
    font-weight: 400;
}

.file-input-group label i {
    color: #b71c2b;
    margin-right: 20px;
    font-weight: 600;
}

.contact-details {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.contact-icon {
    background: #b71c2b;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.contact-icon i {
    color: #fff;
    font-size: 16px;
}

.contact-content h3 {
    font-size: 18px;
    color: #000;

}

.contact-content p {
    font-size: 16px;
    color: #000;

}

.contact-right-col .custom-from label {
    font-size: 16px;
    margin-bottom: 7px;
}

.contact-right-col .association-form-card input,
.contact-right-col .association-form-card textarea,
.contact-right-col .association-form-card select {
    background: #f8fafa;
    border: 1px solid #b71c2b;
    border-radius: 40px;
}

.contact-right-col .association-form-card .form-select {
    background-image: url(../img/down-arrow-form-select.svg) !important;
    background-size: 3%;
    background-repeat: no-repeat;
    display: block;
    background-position: 31rem;
    margin: 0 0px 0;
    color: #666666;
    padding: 10px 20px;
}

.speciality-details-page .inner-pages-header.procedures-details-page-header .details-heading h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #b71c2b;
    margin-bottom: 20px;
    font-weight: 700;
}

.details-banner form input,
.details-banner form select {
    padding: 10px 30px;
    border-radius: 40px;
}

.details-banner form button {
    padding: 10px 30px;
}

.details-card {
    transition: .5s;
}

.details-card p {
    transition: .5s;
}

.details-card:hover {
    background: #b71c2b;
}

.details-card:hover h4 {
    color: #fff;
}

.details-card:hover h4::before {
    background: #fff;
}

.details-card:hover p {
    color: #fff;
}

.details-card:hover .main-btn a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.details-card:hover .main-btn-speciality {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.book-appointment-main-page form .form-select {
    background-image: url(../img/down-arrow-form-select.svg) !important;
    background-size: 3%;
    background-repeat: no-repeat;
    display: block;
    background-position: 28rem;
    margin: 0 0px 0;
    color: #666666;
    padding: 10px 30px;
}

.book-appointment-main-page .custom-from label {
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 500;
    color: #000;
}

.book-appointment-main-page input,
.book-appointment-main-page textarea,
.book-appointment-main-page select {
    background: #f8fafa;
    border: 1px solid #b71c2b;
    border-radius: 40px;
    padding: 10px 30px;
}

.book-appointment-main-page .custom-from form input::placeholder {
    font-size: 15px;
}

.book-appointment-main-page .custom-from.bg-field .input-group {
    background: #f8fafa;
    padding: 0px 15px;
    border: 1px solid #b71c2b;
    border-radius: 40px;
}

.patients-and-visitors-main-page .main-heading.subheading.main-list p strong {
    margin-top: 10px;
    display: block;
    font-size: 17px;
    font-weight: 700;
}

.patients-and-visitors-main-page .main-heading.subheading.main-list h3 {
    margin-top: 10px;
}

.insurance-card img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    height: 115px;
    object-fit: cover;

}

.insurance-img {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.insurance-card p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin-top: 5px;
}

.csr-initiative-logo-card img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;

}

.csr-initiative-logo-img {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.csr-initiative-logo-card p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin-top: 5px;
}

.csr-initiative-logo-card h4 {
    font-size: 17px;
    color: #b71c2b;
    line-height: 22px;
    margin-top: 5px;
}









.csr-initiative-card h4 {
    font-size: 19px;
    color: #b71c2b;
    line-height: 22px;
    margin-top: 5px;
    font-weight: 600;
}

.csr-initiative-card p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin-top: 5px;
}





.faq-main-page .faq-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.faq-main-page .accordion-button:not(.collapsed) {
    color: #b71c2b;
}

.faq-main-page .accordion-button:not(.collapsed)::after {
    background: #b71c2b;
}

.faq-main-page .accordion-button::after {
    background: #b71c2b;
}

.faq-main-page .accordion-header {
    border-bottom: 1px solid #b71c2b;
}

.faq-main-page .faq-main-page .accordion-button span {
    color: #b71c2b;
    font-weight: 500;
    line-height: 26px;
}

.faq-main-page .accordion-header span {
    font-size: 16px;
    font-weight: 500;
    color: #b71c2b;
    margin-bottom: 8px;
    line-height: normal;
}

.faq-main-page .accordion-header .accordion-button.collapsed span {
    color: #b71c2b;
}

.faq-main-page .accordion-body {
    padding-left: 0;
}

.faq-main-page .accordion-body p,
.faq-main-page .accordion-body p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 6px;
}

.faq-main-page .accordion-item {
    border: none;
    background: none;
}

.faq-main-page .accordion-header .accordion-button {
    background: none;
    box-shadow: none;
    padding: 5px;
}

.faq-main-page .accordion-header {
    background: none;
    border: none;
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 10px;
}

.faq-main-page .accordion-button:not(.collapsed) {
    background: none;
}

.faq-main-page .accordion-button:focus {
    box-shadow: none;
}

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

.faq-main-page .accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: 'FontAwesome';
    background: none;
    background-color: #b71c2b;
    color: #ffff;
}

.ambulace-number a {
    font-size: 22px;
    font-weight: 700;
    color: #4f4f4f;
    margin-top: 15px;
}

.ambulace-number a i {
    color: #b71c2b;
    margin-right: 7px;
}

.gm-style .place-card-large {
    position: absolute !important;
    right: 0;
}

.doctor-details-main-page .left-col-img {
    position: sticky;
    top: 140px;
}

.doctor-details-main-page .right-col-details .main-heading .d-flex.align-items-center.gap-2.mb-2 {
    position: relative;
    display: inline-block;

}

.doctor-details-main-page .right-col-details .main-heading .d-flex.align-items-center.gap-2.mb-2:before {
    position: absolute;
    content: '';
    background: #ebebeb;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
}

.hospital-details-mobile-banner {
    height: 235px;
    object-fit: cover;
}

.blog-tagging .blog-listing-scroll-tab.active {
    background: #b71c2b;
    color: #fff;
}

.blog-tagging .blog-listing-scroll-tab.active a {
    color: #fff;
}

.skills-acquisition-main-page .association-form-card,
.health-pack-details-main-page .association-form-card {
    position: sticky;
    top: 200px;
}

.emergency-medicine-main-page .association-left-col {
    position: sticky;
    top: 140px;
}

.heart-associations-main-page .association-left-col {
    position: sticky;
    top: 140px;
}

.csr-policy-main-page .association-left-col {
    position: sticky;
    top: 200px;
}

.sticky-left {
    position: sticky;
    top: 150px;
}

.top-drop-down {
    border: 1px solid #d0d0d0;
    padding: 5px 10px;
}

.top-drop-down form select {
    outline: none;
}




.menu-item-has-children .tabs {
    display: block;
    background: transparent;
    border-radius: 12px;
    padding: 0 20px;
    margin-bottom: 0px;
    overflow: hidden;
    flex-wrap: wrap;
}

.menu-item-has-children .tab {
    flex: 1;
    text-align: center;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    z-index: 1;
    text-align: left;
    border-bottom: 1px solid #b1b1b1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-item-has-children .tab a {
    color: #000000;
}

.menu-item-has-children .tab a:hover {
    color: black;
}

.menu-item-has-children .tab:last-child {
    border: none;
}

.menu-item-has-children .tab.active i {
    opacity: 1;
}

.menu-item-has-children .tab.active:hover i {
    opacity: 1;
}

.menu-item-has-children .tab:hover {
    background: transparent;
}

.menu-item-has-children .tab.active {
    color: #b71c2b;
}

/* .menu-item-has-children .tab.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #3498db, #8e44ad);
    z-index: -1;
} */

.menu-item-has-children .tab i {
    margin-right: 10px;
    font-size: 13px;
    opacity: 0;
    transition: .3s;
}

.menu-item-has-children .tab-content {
    display: none;
    animation: fadeIn 0.6s ease forwards;
    padding: 30px 0;
    background: transparent;
    border-radius: 15px;
}

.menu-item-has-children .tab-content.active {
    display: block;
}

.menu-item-has-children .tab-content h3 {
    color: #000000;
    margin-bottom: 0px;
    font-size: 20px;
    display: flex;
    align-items: center;
}



.menu-item-has-children .tab-content p {
    color: #34495e;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.menu-item-has-children .tab-content ul {
    padding-left: 0px;
    margin-bottom: 25px;
}

.menu-item-has-children .tab-content li {
    margin-bottom: 0px;
    color: #2c3e50;
    line-height: 1.6;
}

.menu-item-has-children .tab-content li i {
    margin-right: 10px;
    font-size: 13px;
}

.menu-item-has-children .tab-content li a {
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
}

.mobile_primary li .sub-menu ul li a:last-child {
    border: none;
}




.menu-item-has-children .accordion-item {
    margin-bottom: 10px;
    border-radius: 0;
    overflow: hidden;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
    transition: all 0.3s ease;
    border: none;
}

.menu-item-has-children .accordion-item.active {
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
    border-color: transparent;
}

.menu-item-has-children .accordion-header {
    background: #f3f3f3;
    padding: 5px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    /* border-bottom: 1px solid #ccc; */
    /* margin-bottom: 10px; */
}

.menu-item-has-children .accordion-header:hover {
    background: #f3f3f3;
}

.menu-item-has-children .accordion-header h3 {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}

.menu-item-has-children .accordion-icon {
    width: 15px;
    height: 15px;
    position: relative;
    transition: transform 0.3s ease;
}



.menu-item-has-children .accordion-icon::before {
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: inherit;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

.menu-item-has-children .accordion-item.active .accordion-icon::before {
    transform: rotate(180deg);
}

.menu-item-has-children .accordion-icon::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}

.menu-item-has-children .accordion-item.active .accordion-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.menu-item-has-children .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    background: #f2f2f2;
}

.menu-item-has-children .accordion-item.active .accordion-content {
    max-height: fit-content;
}

.menu-item-has-children .content-inner {
    padding: 15px 15px;
    line-height: 1.6;
    color: #000000;
    border-bottom: 1px solid #ccc;
    background: #fff;
    margin-top: 7px;
}

.menu-item-has-children .content-inner h3 {
    font-size: 18px;
    margin-bottom: 0;
    padding: 0;
    color: #b71c2b;
}


.menu-item-has-children .content-inner ul {
    padding-left: 0px !important;
}

.menu-item-has-children .content-inner ul li a {
    font-size: 15px !important;
    padding: 5px 0px !important;
    margin: 0 !important;
}

.menu-item-has-children .content-inner p {
    margin-bottom: 15px;
}

/* DESKTOP HAMBURGER MENU CSS */

.desktop-humberger-menu {
    position: relative;
}

.desktop-humberger-menu .hamburger {
    width: 50px;
    height: 45px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease;
}

.desktop-humberger-menu .hamburger span {
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    display: block;
    position: absolute;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.desktop-humberger-menu .hamburger span:nth-child(1) {
    transform: translateY(-8px);
}

.desktop-humberger-menu .hamburger span:nth-child(3) {
    transform: translateY(8px);
}

.desktop-humberger-menu .hamburger.active {
    transform: rotate(0deg);
}

.desktop-humberger-menu .hamburger.active span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}

.desktop-humberger-menu .hamburger.active span:nth-child(2) {
    opacity: 0;
}

.desktop-humberger-menu .hamburger.active span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}

.desktop-humberger-menu .sidebar {
    position: fixed;
    top: 107px;
    right: -300px;
    width: 0;
    height: 100vh;
    background: #fff;
    backdrop-filter: blur(10px);
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 9999;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: .5s;
}

.desktop-humberger-menu .sidebar.active {
    transform: translateX(0px);
    right: 0;
    width: 25%;
}

.desktop-humberger-menu .sidebar-header {
    padding: 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
}


.desktop-humberger-menu .sidebar .menu-items .sub-menu-details ul li a {
    position: relative;
    margin-bottom: 5px;
    display: block;
    transition: .5s;
    font-weight: 500;
}

.desktop-humberger-menu .sidebar .menu-items .sub-menu-details ul li a:hover {
    color: #b71c2b;
    margin-left: 10px;
}

.desktop-humberger-menu .sidebar .menu-items .sub-menu-details ul li a:hover::before {
    background-color: #b71c2b;
}

.desktop-humberger-menu .sidebar .menu-items .sub-menu-details ul li a::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #000;
    top: 50%;
    left: -20px;
    transition: .5s;
}

.desktop-humberger-menu .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    border-left: 2px solid transparent;
    background: #f7f7f7;
    margin-top: 0px !important;
    opacity: 0;
    visibility: hidden;
}

.desktop-humberger-menu .submenu.open {
    max-height: 500px;
    transition: .4s;
    opacity: 1;
    visibility: visible;
}

.desktop-humberger-menu .has-dropdown.open a.menu-item {
    color: #b71c2b;
}

.desktop-humberger-menu a.menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub-menu-details .location-menu-red-color ul li:first-child a {
    color: #b71c2b;
}

.sub-menu-details .location-menu-red-color li:first-child a {
    color: #b71c2b;
}

.sub-menu-details .tabs .tab a {
    text-align: left;
}

.menu-item-has-children .sub-menu-details .tab {
    display: block;
}

.desktop-humberger-menu .submenu-item {
    padding: 0px 15px;
    margin-bottom: 5px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    opacity: 0.8;

}

/* .desktop-humberger-menu li a.menu-item:nth-child(1) {
    margin-bottom: 10px;
} */

.desktop-humberger-menu li a.menu-item {
    display: inline-block;

}

.desktop-humberger-menu .submenu-item:first-child {
    padding-top: 15px !important;
}

.desktop-humberger-menu .submenu-item:last-child {
    padding-bottom: 10px !important;
}

.desktop-humberger-menu .submenu-item:hover {
    background: rgba(255, 255, 255, 0.08);
    opacity: 1;
    transform: translateX(5px);
}

.desktop-humberger-menu .submenu-item i {
    font-size: 1rem;
    width: 25px;
    color: #FF6B6B;
    margin-right: 10px;
}

.desktop-humberger-menu .has-dropdown i {
    font-size: 16px;
    color: #b71c2b;
    margin-left: 10px;
    transition: .5s;
}

.menu-item-has-children .tab a {
    transition: .5s;
    display: block;
}

.menu-item-has-children .tab a:hover {
    color: #ffffff;
    background: #b71c2b;
}

.mobile-spacing-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.desktop-humberger-menu .menu-items {
    padding: 25px 0px 75px 35px;
    flex-grow: 1;
    z-index: 9999;
}

.play-icon img {
    width: 40px !important;
    height: auto !important;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hear-from-doc-section .play-icon {
    height: auto;
    z-index: 999;
}

.mobile-location-dropdown select {
    border: none;
    font-size: 14px;
}

.mobile-location-dropdown {
    margin: 0px 0px 0px 0px;
}

.quicklink-header {
    display: none !important;
}

.details-banner form .iti__country-container button {
    padding: 10px 0px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #b71c2b !important;
}

.blog-details-banner-image {
    margin-top: 95px;
}

.blog-details-banner-image .details-heading img {
    width: 100%;
    height: 207px;
    object-fit: cover;
}

.about-us-main-page .expert-section .card {
    min-height: 405px;
}

.about-us-main-page .expert-section .card.promoter-card {
    min-height: 340px;
}

.sticky-from {
    position: sticky;
    top: 140px;
}

.expert-section .card.active {
    background: #f5f5f5;
}

.blog-list-doc-name p {
    font-size: 15px;
    margin-bottom: 0;
    color: #000;
}

.visa-select select {
    border: none;
}

.scroll-container {
    overflow: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 51rem;
}

.blog-listing-scroll-tab {
    background: #f3f3f3;
    border-radius: 30px;
}

.blog-listing-scroll-tab .scroll-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scroll-container::-webkit-scrollbar {
    width: 2px;
    background-color: #b71c2b;
    height: 5px;
    border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #b71c2b;
    border: 2px solid #b71c2b;
    border-radius: 10px;
}

.book-appointment-main-page .contact-right-col .association-form-card .form-select {
    background-position: 44rem;
}

.testi-card.active {
    background: #f5f5f5;
}

.milestone-main-page .inner-container {
    max-width: 1050px;
    margin: 0 auto;
}

.milestone-main-page .timeline {
    margin: 0 auto;
    position: relative;
    margin-top: 16px;
}



.milestone-main-page .timeline-item {
    color: #ffffff;
    padding: 0 0 2rem 1.5rem;
    border-left: 2px solid #a39d9d;
    position: relative;
    list-style-type: none;
    --item-width: calc(100%);
}

.milestone-main-page .timeline-item:last-child {
    border-left: none;
}

/* .timeline-item.active::before {
        outline: 2px solid #b61c2b;
    } */

.milestone-main-page .timeline-item::before {
    content: "";
    content: "";
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: url(/img/mile-li.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -16px;
    top: -2px;
}

.milestone-main-page .timeline-item::after {
    content: attr(data-date);
    position: absolute;
    right: calc(var ↳ calc(100%) ↳ calc(898px) ↳ 898px (--item-width) + 40px);
    top: 1px;
    left: -8%;
    font-weight: bold;
    white-space: nowrap;
    color: #000;
}

.milestone-main-page .timeline-item .main-list-black ul li {
    color: #000;
}

.doctor-details-main-page .left-details-list ul li {
    min-height: 25px;
}

.form-select {
    border-radius: 30px;
    border: 1px solid #b71c2b;
}

.form-select:focus {
    border: 1px solid #b71c2b;
}

select option:hover {
    background-color: #b71c2b !important;
    color: white;
}

.has-dropdown.open i {
    transform: rotate(180deg);
}

/* Outer scroll container */
.custom-tab-scroll-wrapper {
    width: 100%;
    max-width: 52rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 10px 0;
    box-sizing: border-box;
    scroll-behavior: smooth;


    /* Prevent outer page from scrolling */
    display: block;
}

/* .custom-tab-button-wrapper {
    display: inline-flex;
} */

/* Ensure items don't shrink */
.treat-tab {
    flex-shrink: 0;
}

.custom-tab-scroll-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ccc;
}

.custom-tab-scroll-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px #888888; */
    background-color: #b71c2b;
}


.custom-tab-scroll-wrapper::-webkit-scrollbar {
    width: 2px;
    background-color: #b71c2b;
    height: 5px;
    border-radius: 10px;
}

/* a.active {
    color: #b71c2b;
} */


.search-box {
    padding: 15px;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 0 20px -3px rgb(107 107 107 / 54%);
    z-index: 99999;
    top: 33px;
    max-width: 350px;
    border-radius: 55px;
    height: 45px;
    display: none;
    transition: .5s;
    right: 0;
}


.generic-search {
    border: 1px solid #b71c2b;
    border-radius: 20px;
    overflow: hidden;
}


.generic-search button {
    background-color: #b71c2b;
    color: #fff;
    width: 75px;
}

.generic-search button i {
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
}

/* not found */
.not-found-section {
    min-height: 80vh;
    padding: 60px 20px;
    background: #f9f9f9;
}

.error-code {
    font-size: 120px;
    font-weight: 800;
    color: #b71c2b;
    animation: pulse 1.5s infinite;
}

.error-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: -20px;
    color: #333;
}

.error-description {
    color: #555;
    font-size: 18px;
    margin-top: 10px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}



/* ::::::::::::::::: hospital details toggle :::::::::::::: */
.read-more-toggle {
    display: none;
}

.clamped-content {
    display: -webkit-box;
    -webkit-line-clamp: 30;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 21em;
    transition: all 0.3s ease-in-out;
}

.read-more-toggle:checked~.clamped-content {
    -webkit-line-clamp: unset;
    max-height: none;
    overflow: visible;
}

.read-more-label {
    display: inline-block;
    color: #b71c2b;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.read-more-toggle:not(:checked)~.read-more-label::after {
    content: "Read More";
}

/* .read-more-toggle:checked~.read-more-label::after {
    content: "Read Less";
} */
.details-key-row.rounded-field-form .input-group input,
.details-key-row.rounded-field-form .input-group select {
    border: 1px solid #bbbbbb;
}

.patients-stories-section .testi-rightbox p {
    display: block;
}

.internation-patients-main-page .home-service-card-image img {
    width: 60px;
    height: auto;
}

.internation-patients-main-page .home-service-content {
    padding: 0;
}

.doctor__searchlist {
    overflow-y: auto;
    max-height: 300px;
    /* box-shadow: 0px 0px 5px #891c1c; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    /* border-radius: 10px !important; */
    position: absolute;
    top: 60px;
    z-index: 99;
    background-color: #fff;
    padding: 15px 10px;
}

.doctor__searchlist ul li {
    padding: 10px;
}

.doctor__searchlist ul li:hover {
    background-color: #b71c2b;
    color: white;
    cursor: pointer;

}

/* .doctor__searchlist::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ccc;
}

.doctor__searchlist::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b71c2b;
}


.doctor__searchlist::-webkit-scrollbar {
    width: 5px;
    background-color: #b71c2b;
    height: 5px;
    border-radius: 10px;
} */

.desktop-doc-top-bar-from .find-doctor-left-col.filter-form {
    padding: 0;
    border-radius: 30px;
}

.speciality-masterpage-card-content a span {
    position: relative;
}

.speciality-masterpage-card-content a span img {
    width: 27px;
    margin-right: 15px;
    transition: .3s;
    position: relative;
    z-index: 2;
}

.speciality-masterpage-card-content a span::after {
    position: absolute;
    top: -6px;
    left: -8px;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    content: '';
    z-index: 1;
    border-radius: 100%;
    transition: .3s;
}

.speciality-masterpage-card-content a:hover span::after {
    background: #b71c2b;
}

.speciality-masterpage-card-content a:hover span img {
    filter: invert(100%) sepia(94%) saturate(15%) hue-rotate(338deg) brightness(130%) contrast(100%);
}

.book-appointment-card {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


/* FOR GALLERY IMAGE VIEWER */
.PhotoView-Portal {
    z-index: 99999 !important;
}

.gallery-slider .card-top img {
    height: 265px;
    object-fit: cover;
}

.from-btn a.vice-btn {
    background: #fff;
    color: #b71c2b !important;
    border: 1px solid #b71c2b;
    transition: .5s;
}

.from-btn a.vice-btn:hover {
    color: #fff !important;
    background: #b71c2b;
    border: 1px solid #b71c2b;
}

.expert .from-btn {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.expert .from-btn a {
    font-size: 13px;
    padding: 8px 12px;
}

.expert-doc-listing-box .from-btn {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.expert-doc-listing-box .from-btn a {
    font-size: 13px;
    padding: 8px 12px;
}

.video-iconfor-doc {
    position: relative;
}

.video-iconfor-doc .video-iconfor-listing {
    background: #b71c2b;
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.video-iconfor-doc .video-iconfor-listing i {
    color: #FFF;
}

.form-btn.vice-btn {
    background: #fff;
    color: #b71c2b !important;
    border: 1px solid #b71c2b;
    transition: .5s;
}

.form-btn.vice-btn:hover {
    color: #fff !important;
    background: #b71c2b;
    border: 1px solid #b71c2b;
}

.form-btn:hover {
    color: #b71c2b !important;
    background: #fff;
    border: 1px solid #b71c2b;
}

.speciality-details-page .rounded-field-form .form-select,
.speciality-details-page .rounded-field-form .form-control {
    background-color: #fff;
    padding: 8px 30px;
}

.speciality-details-page .rounded-field-form {
    padding: 15px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
}

/* ::::: Career ::::: */
.career-main-page .rounded-field-form .input-group {
    background: #f7f7f7;
    border-radius: 35px;
}

.career-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
}

.career-main-page .rounded-field-form .input-group select {
    border: none;
}

.career-card .career-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    background: #f7f7f7;
}

.career-card .career-card-heading h3 {
    color: #b61c2b;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.career-card .career-card-heading p {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.career-card .sub-heading p,
.career-card .main-list-black ul li {
    font-size: 14px;
}

.career-card .sub-heading.main-list-black.main-heading {
    padding: 20px 15px;
}

.career-details-main-page .file-input-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    color: #21283c;
    padding: 7px 32px;
    line-height: 1.85;
    background-color: #ffffff;
    width: 100%;
    justify-content: start;
    border: 1px solid #f3f3f3;
}

.career-details-main-page .file-input-label span {
    color: #a8a9a9;
}


.send-custom-icon.underline-map::after {
    position: absolute;
    content: '';
    background: #c71d22;
    bottom: 0;
    left: 30px;
    width: 78%;
    height: 1px;
}

.desktop-humberger-menu .menu-items li {
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.emergency-trigger-panel {
    z-index: -1;
    position: absolute;
    bottom: 0px;
    width: 225px;
    right: 39px;
    padding: 15px;
    background: #fff;
    color: #b71c2b;
    border: 1px solid #b71c2b;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
}

.emergency-trigger-panel a {
    color: #b71c2b;
}

.emergency-trigger-panel p {
    color: #b71c2b;
    font-size: 17px;
}


.close_img {
    display: flex;
    width: 25px;
    height: 25px;
    background: white;
    color: #b71c2b;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    position: absolute;
    left: -12px;
    border: 1px solid #Ccc;
    top: -12px;
    cursor: pointer;
}

.exellence .read-more {
    font-size: 16px;
    font-weight: 600;
    color: #b71c2b;
    border-bottom: 1px solid #b71c2b;
}

.corporate-notice-form.association-form-card {
    box-shadow: none;
}

.corporate-notice-form.association-form-card input,
.corporate-notice-form.association-form-card select,
.corporate-notice-form.association-form-card textarea {
    background: #f3f3f3;
    padding: 10px 10px;
}

.corporate-notice-form.association-form-card h3 {
    text-align: left;
}

.corporate-notice-form.association-form-card .input-group-text {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: none;
    background: #f3f3f3;
    color: #b71c2b;
    padding-left: 30px;
}

.corporate-notice-form.association-form-card input:focus,
.corporate-notice-form.association-form-card select:focus,
.corporate-notice-form.association-form-card textarea:focus {
    border: none;
}

.bg-yellow {
    background-color: yellow !important;
}

.bg-red {
    background-color: red !important;
}

.bg-blue {
    background-color: blue !important;
}

.hospital-details-slider2.owl-carousel .owl-nav button.owl-prev {
    left: 0 !important;
    top: 35%;
}

.hospital-details-slider2.owl-carousel .owl-nav button.owl-next {
    right: 0 !important;
    top: 35%;
}

.course-popup-form h3 {
    color: #b71c2b;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 20px !important;
    text-align: center;
}

.banner-from-col-custom {
    width: 20%;
}

.search-data {
    padding: 10px 30px;
    min-height: 225px;
    overflow-y: scroll;
    height: 225px;
    position: absolute;
    top: 45px;
    width: 96%;
    background: #f3f3f3;
    z-index: 999;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.search-data ul {
    margin-bottom: 20px !important;
}

.expert-doc-listing-box.custom-z-indexing {
    position: relative;
    z-index: -1;
}

.search-data ul li {
    position: relative;
    padding-left: 1rem;
}

.search-data ul li::before {
    content: '';
    position: absolute;
    top: 39%;
    left: 0;
    width: 7px;
    height: 7px;
    background: #c71d22;
    border-radius: 100%;
}

.custom-min-height-content h4 {
    min-height: 44px;
    display: block !important;
}

.homepage-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
    left: 55px;
    display: block;
    background: #ffffff;
    border-radius: 50%;
    transition: .3s ease;
    height: 50px;
    width: 50px;
}

.homepage-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    right: 55px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px;
    transition: .3s ease;
}

.expert-section .card-content p.no-clamp {
    display: block;
    /* removes -webkit-box */
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    white-space: normal;
    /* ensures full text wraps */
    min-height: 50px;
}



.imt-foundation .card-content p.no-clamp {
    display: block;
    /* removes -webkit-box */
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: scroll;
    white-space: normal;
    /* ensures full text wraps */
    max-height: 138px;
}

.imt-foundation .card-top img {
    /*! object-fit: cover; */
    /*! height: 200px; */
    object-position: center;
    transition: .3s ease-in;
}

.expert-section .card-content.leader-card-content {
    min-height: 125px;
}

a.form-btn {
    padding: 11px 20px;
}

.file-input-label.estimate-upload{
    border: 1px solid #b71c2b;
}
.form-btn.reverse-btn{
    background-color: #fff;
    border: 1px solid #b71c2b;
    color: #b71c2b;
}
.form-btn.reverse-btn:hover{
    background-color: #b71c2b;
    color: #fff !important;
}

.dividend-form .form-control{
    border-radius: 30px;
}

.has-dropdown.d-none-menu{
    display: none !important;
}

.quicklink-header.d-none-menu{
    display: none !important;
}

.details-key-row .form-control {
  border-radius: 30px;
  border: 1px solid #b71c2b;
}