@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Ubuntu", sans-serif !important;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.fa-brands:before,
.fa-regular:before,
.fa-solid:before,
.fa:before,
.fab:before,
.far:before,
.fas:before {
    font-family: "Font Awesome 6 Free" !important;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1305px;
    }
}

:root {
    --font-weight-thin: 100;
    --font-weight-extra-light: 200;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semi-bold: 600;
    --font-weight-bold: 700;
    --font-weight-extra-bold: 800;
    --font-weight-black: 900;
}

:root {
    --font-size-small: 0.875rem;
    /* 14px */
    --font-size-regular: 1.125rem;
    /* 18px */
    --font-size-medium: 1.25rem;
    /* 20px */
    --font-size-large: 1.375rem;
    /* 22px */
    --font-size-extra-large: 1.5rem;
    /* 24px */
    --font-size-huge: 2.5rem;
    /* 40px */
}

:root {
    /* Primary Palette */
    --color-primary: #0076BE;
    /* Blue */
    --color-primary-light: #66b2ff;
    --color-primary-dark: #1B448B;

    /* Secondary Palette */
    --color-secondary: #454545;
    /* Gray */
    --color-secondary-light: #a1a5aa;
    --color-secondary-dark: #494e53;

    /* Neutral Colors */
    --color-white: #ffffff;
    --color-black: #000000;

}

a {
    text-decoration: none;
}

header {
    border-bottom: 1px solid #ffffff6b;
    position: absolute;
    background: transparent;
    width: 100%;
    z-index: 1;
}

.innerPagesHeader {
    background-color: white;
}

.innerPagesHeader .header-nav a,
.innerPagesHeader .header-right-bottom ul .dropdown a,
.innerPagesHeader .dropbtn {
    text-decoration: none;
    color: var(--color-primary-dark) !important;
}

.header-right-top p {
    /* font-weight: bold; */
    color: #FFFFFF;
}

.innerPagesHeader .header-right-top p {
    color: var(--color-primary-dark) !important;
    font-weight: 500;

}


.header-right-top img {
    height: 21.43px;
}

.innerPagesHeader .header-right-top img,
.innerPagesHeader .header-right-bottom ul .dropdown .arrow_img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(51%) saturate(2705%) hue-rotate(205deg) brightness(93%) contrast(89%);
}

.innerPagesHeader .header-right-top #languageFlag {
    filter: none;
}

.innerPagesHeader .header-right-top #languageText {
    color: var(--color-primary-dark);
}

.innerPagesHeader .header-right-top a {
    text-decoration: none;
    color: var(--color-primary-dark);
}

[dir="rtl"] .phone-display {
    direction: ltr;
    unicode-bidi: plaintext;
    text-align: left;
}

[dir="rtl"] .bok-date-slots-swiper .swiper-button-next {
    right: 341px !important;
}

[dir="rtl"] #side-notify-content-div .news-item p {
    padding-left: 0px;
    padding-right: 11px;
}

[dir="rtl"] div.service-new-date span {
    padding-right: 0 !important;
}

.text-inherit {
    color: inherit !important;
}

.inner-specialities-content .form-control {
    padding: .75rem .75rem;
}

header .header-right-top a {
    color: var(--color-white);
    text-decoration: none;
}

.innerPagesHeader .dropbtn img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(51%) saturate(2705%) hue-rotate(205deg) brightness(93%) contrast(89%);
}

.header-right-bottom nav ul {
    /* gap: 36.6px; */
    justify-content: space-between;
    padding-left: 5rem;
    padding-right: 0;
}

.header-right-bottom nav ul li,
.header-right-bottom nav ul li a,
.header-right-bottom nav ul .dropdown a,
.header-right-bottom nav button,
.header-right-bottom nav button a,
header .dropdown-link {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
}

.header-nav ul div {
    gap: 7px;
}

.header-nav ul div img,
.lang-dropdown-arrow {
    height: 6.5px !important;
}


.main-banner {
    background-image: url();
    /* background:
        linear-gradient(to right, rgba(8, 26, 36, 0.986) 0%, transparent 50%),
        url('.././images/images/main-banner-img-02.webp'); */
    background-size: cover;
    background-position: center;
    height: 863px;
}

.main-banner-div {
    padding-top: 215px;
    position: relative;
}

.main-banner-div .col-xxl-6 {
    display: flex;
    flex-direction: column;
    gap: 19px;
    overflow: hidden;
}

.we-care-span {
    padding: 6px 15px;
    font-size: 20px;
    font-weight: 500;
    background: white;
    color: #1B448B;
    border-radius: 22px;
    width: 38%;
}

.main-banner-heading {
    font-size: 53.31px;
    color: white;
    line-height: 70px;
    margin-bottom: 25px;
}

.main-banner-heading span {
    background-color: #0076BE;
}


.book-an-appointment-btn {
    border: 2px solid #208EC2;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 400;
    background: transparent;
    padding: 12px 29px;
    border-radius: 27px;
}

.book-an-appointment-btn:hover {
    background-color: #208EC2;
    transition: 0.45s;
}

.book-an-appointment-btn:hover {
    color: white;
}

.main-banner-btn-con {
    gap: 32px;
}

.watch-video-btn {
    display: flex;
    align-items: center;
    gap: 9px;
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
}

.watch-video-btn:hover {}

.container-full-width {
    position: relative;
    bottom: 90px;
    width: 100%;
}

.container-full-width .col-md-6 {
    height: 88px;
}

.container-full-width .left {
    background-color: #0076BE;
    display: flex;
    align-items: center;
}

.container-full-width .left h4 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
    padding-left: 60px;
}

.container-full-width .right {
    background: rgba(255, 255, 255, 0.479);
    padding-right: 72px;
    backdrop-filter: blur(4px);
}

footer {
    background-color: #0076BE;
    width: 100%;
}

.footer {
    /* max-width: 1140px !important; */
    display: flex;
    justify-content: space-around;
    font-family: "Montserrat", sans-serif !important;
    /* padding: 60px; */
    /* color: white; */
}

.footer ul li a,
.footer ul li,
.footer p {
    list-style: none;
    /* color:#54a2d3 ; */
    color: rgb(255 255 255 / 75%);
    font-size: 15px;
    font-weight: 400;
    /* font-family: "Mark Pro" !important; */
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 0 !important;
    text-decoration: none;

}

.footer ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-nav-heading {
    color: white;
    font-weight: 600;
    font-size: 19px;
    /* font-family: "Mark Pro" !important; */
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 0.5px;
    margin-bottom: 21px;
}

.footer-bottom-bar {
    background-color: #00639F;
    height: 51.36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom-bar span {
    color: rgb(255 255 255 / 54%);
    font-size: 15px;
    font-family: "Montserrat", sans-serif !important;

}


.search-top-bar {
    display: flex;
    align-items: center;
    height: 88px;
    background: linear-gradient(90deg, #DBECF9 0%, #F6EBE5 100%);
}

.all-doctor-search-bar {
    display: flex;
    align-items: center;
    min-height: 88px;
    background: linear-gradient(166deg, #0076be5e 0%, transparent 50%);
    /* border: 1px solid #CED0F5; */
    border-bottom: 1px solid #CED0F5;
}

.all-doctor-search-bar .container>.row:first-child {
    padding: 1.3rem 0;
}

.all-doctor-search-bar .container .row .left .top {
    display: flex;
    align-items: center;
    gap: 13px;
}



.all-doctor-search-bar .container .top span {
    color: #9FA3A8;
    font-size: 12.4px;
}

.all-doctor-search-bar .container .bottom input {
    background: transparent;
    border: 1px solid var(--color-primary);
    outline: none;
    border-radius: 23px;
    padding: 10px 24px;
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
    color: var(--color-primary-dark);
}

.all-doctor-search-bar .container .row .right .n-doctor-role .top {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-left: 2.5rem;
}

.all-doctor-search-bar .container .row .right .n-doctor-role .top span {
    color: #9FA3A8;
    font-size: 12.4px;
}

.all-doctor-search-bar .container .row .right .n-doctor-role .bottom {
    border-left: 1px solid lightgrey;
    padding-left: 1.5rem;
    margin-left: 0.75rem;
}


.all-doctor-search-bar .container .row .right .n-doctor-role .bottom button {
    background: transparent;
    border: 1px solid var(--color-primary);
    outline: none;
    border-radius: 23px;
    padding: 10px 24px;
    margin-top: 5px;
    width: 47%;
    font-size: 14px;
    color: var(--color-primary-dark);
}

.all-doctor-search-bar .container .row .right .n-doctor-role .bottom button:first-child {
    /* color: var(--color-black); */
    margin-right: 9px;
    ;
}

.clear-filter-div button {
    background: var(--color-primary);
    color: var(--color-white);
    border: none;
    padding: 11px 36px;
    border-radius: 22px;
    font-size: 14px;
}

.all-doctor-search-bar .container .row .left .bottom input::placeholder {
    color: var(--color-primary-dark);
}

.search-top-bar .col-md-10 {
    gap: 59px;
}

.search-top-bar .col-md-10 span {
    font-size: 12px;
    color: #9FA3A8;
}

.search-top-bar-left-border {
    border-left: 1px solid #80808042;
    padding-left: 20px;
}

.search-top-bar .col-md-12 input,
.search-top-bar .col-md-12 input::placeholder,
.dropdown-toggle {
    background: transparent;
    border: none;
    color: #1B448B !important;
    font-size: 16px;
    outline: none;
    padding: 0;
    width: 129px;
}

.search-top-bar .col-md-12 input .dropdown-toggle::after {
    display: inline-block;
    width: 12px;
    /* Set width to match the image */
    height: 12px;
    /* Set height to match the image */
    background-image: url(.././images/images/arrow-down-grey.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin-left: 2.255em;
    vertical-align: 0;
}

header .dropdown-toggle {
    background: transparent;
    border: none;
    color: white !important;
    font-size: 16px;
    outline: none;
    padding: 0;
    width: auto !important;
}

header .dropdown-toggle::after {
    display: inline-block;
    width: 10px;
    /* Set width to match the image */
    height: 11px;
    /* Set height to match the image */
    background-image: url(.././images/images/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin-left: 1px;
    vertical-align: 0;
}

header .dropdown-menu {
    padding-left: 0 !important;
    background: #DCF5FF;
    border-radius: 8.01px !important;
}

header .dropdown-item {
    color: var(--color-primary-dark) !important;
}

header .dropdown-item:hover {
    background: #B4E9FE !important;
}


.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
}

.dropbtn img {}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #DCF5FF;
    top: 100%;
    z-index: 1;
    padding-left: 0px !important;
    min-width: 10rem !important;
    padding: 8px 0;
    border-radius: 8.01px !important;
    /* opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.4s ease; */
}

.specialities-department-nav-ul {
    display: none;
    max-width: 950px !important;
    left: 50% !important;
    transform: translateX(-39.4%) !important;
    top: 100% !important;
    min-width: 1267px !important;
    /* opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.4s ease; */
}

.specialities-department-nav-ul li a img {
    height: 48px !important;
}

.specialities-department-nav .service-div-6 img:first-child {
    width: 100%;
    height: 190px;
    border-radius: 10px;
    object-fit: cover;
}

header .dropdown-content a {
    color: var(--color-primary-dark) !important;
    text-decoration: none;
    display: block;
    padding: 7px 16px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

header .specialities-department-nav-ul a {
    width: 316.66px;
    white-space: wrap;
    min-height: 62px;
}

header .specialities-department-nav-ul a p {
    color: var(--color-primary-dark) !important;
    text-decoration: none;
    display: block;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    /* white-space: nowrap; */
}

.dropdown-content a:hover {
    background: #B4E9FE !important;
}

.dropdown:hover .dropdown-content {
    display: block;
    /* opacity: 1;
    transform: translateY(0); Slide into position */
}

.dropdown:hover .specialities-department-nav-ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: start;
    align-items: center;
    /* opacity: 1;
    transform: translateY(0); Slide into position */
}

.search-bar {
    background: #0076BE;
    padding: 10px 20px;
    align-items: center;
    width: 176px;
    border-radius: 27px;
    transition: all 0.5s;
}

.search-bar input {
    color: white;
    width: 60px;
    background: transparent;
    border: none;
    outline: none;
    padding-left: 7px;
}

.search-bar input::placeholder {
    color: white;
}

.search-bar img {
    height: 15px;
}

.extra {
    height: 500px;
}

.insurance-cover-div {
    /* position: relative; */
    max-width: 1000px;
    margin: 170px auto;
    justify-content: space-between;
}

.insurance-mid-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid #DEE2E6;
    z-index: 1;
    margin-bottom: 20px;
}

.insurance-mid-img div {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 20px 0 rgba(82, 66, 47, 0.12);
    top: -15px;
    left: 35px;

}

.insurance-mid-img div span {
    font-size: 18px;
    font-weight: bold;
    color: #0076BE;
}

.insurance-mid-img img {
    transition: all 0.5s;
}

.insurance-cover-content {
    width: 207px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.insurance-cover-content:hover .insurance-mid-img img {
    /* transform: scale(1.05); */
}

.insurance-cover-content h5 {
    font-size: 18px;
    font-weight: 500;
    color: #2C3038;
    z-index: 1;
}

.insurance-cover-content p {
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    text-align: center;
    z-index: 1;
}

.who-we-are {
    margin-bottom: 145px;
}

.who-we-are .right {
    padding-left: 75px !important;
}

.who-we-are .row .right span {
    color: #1B448B;
    font-weight: 500;
    margin-bottom: 20px;
}

.who-we-are-heading span {
    font-weight: var(--font-weight-bold) !important;
    color: var(--color-primary) !important;
}

.who-we-are-heading {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-huge);
    /* margin-bottom: 40px; */
}

.who-we-are-sub-heading {
    font-weight: var(--font-weight-medium);
    font-size: 26px;
    color: var(--color-primary-dark);
}

.who-we-are .row .right h2 {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-huge);
    margin-bottom: 32px;
    margin-top: 10px;
}

.primary-heading {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-huge);
}

.primary-heading span {}

.who-we-are .row .right p {
    font-size: 18px;
    color: #454545;
    line-height: 28px;
    margin-bottom: 55px;
    text-transform: capitalize;
    width: 93%;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.primary-btn {
    list-style: none;
    text-decoration: none;
    color: white;
    background: #0076BE;
    padding: 13.5px 24px;
    border-radius: 26px;
    font-size: 18px;
    /* height: 55px; */
    border: none;
}

.primary-btn:hover {
    color: white;
}

.wwr-img-5 {
    position: relative;
}

.wwr-img-5 .outer {
    border: 1.5px dashed rgba(0, 0, 0, 0.400);
    height: 199.05px;
    width: 199.05px;
    border-radius: 50%;
    position: relative;
}

.wwr-img-5 .outer .inner {
    border: 1.5px dashed rgba(0, 0, 0, 0.400);
    height: 145.71px;
    width: 145.71px;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    right: 26px;
}

.wwr-img-5 img {
    position: absolute;
    top: 48px;
    right: 49px;
    z-index: 2;
}

.wwr-img-1 {
    position: absolute;
    z-index: 1;
    top: 58px;
}

.wwr-img-2 {
    position: absolute;
    right: 0;
}

.wwr-img-3 {
    position: absolute;
    top: 129px;
    right: 105px;
    z-index: 1;
}

.wwr-img-4 {
    position: absolute;
    bottom: 32px;
    z-index: 2;

}

.wwr-img-5 {
    position: absolute;
    right: 27px;
    bottom: -23px;
}

.header-right-top .header-right-aa {
    gap: 2.3rem !important;
}

.why-us-div {
    padding: 145px 0;
}

.why-us-div .row .left div {
    width: 82.4%;
}

.why-us-div .row .left span {
    color: var(--color-primary-dark);
    font-weight: var(--font-weight-medium);
    margin-bottom: 20px;
}



.why-us-div .row .left h2 {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-huge);
    margin-bottom: 32px;
    margin-top: 10px;
}

.who-we-are-ul {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 53px;
    margin-top: 20px;
}

.contact-info-ul i,
.contact-info-ul svg {
    /* margin-right: 10px; */
    /* margin-top: 10px; */
    color: var(--color-primary-dark);
}

.who-we-are-ul li {
    display: flex;
    list-style: none;
    align-items: baseline;
}

.who-we-are-ul li img {
    height: 12.5px;
    margin-right: 15px;
    margin-top: 10px;
}

.who-we-are-ul li {
    margin-bottom: 0;
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-regular);
    padding-bottom: 15px;
    border-bottom: 1px solid #B0E1FF;
    width: 100%;
}

.who-we-are-ul li:last-child {
    border-bottom: 0;
}

.why-us-div .row .right div {
    background-image: url(.././images/images/wu-img-1.png);
    background-repeat: no-repeat;
    /* Prevents repetition of the image */
    background-position: center;
    /* Centers the image in the div */
    background-size: auto;
    /* Keeps the image at its original size */
    width: 91%;
    display: flex;
    justify-content: space-between;
}

.why-us-div .row .right div img {
    height: 425px;
    margin-top: -12px;
}


.why-us-div .row .right div:first-child {
    margin-top: 65px;
}

.wu-stats {
    margin-top: 110px;
}

.wu-stats h4 {
    font-size: 6.25rem;
    color: #208fc296;
    font-weight: 600;
}

.wu-stats span {
    color: var(--color-black);
    font-size: var(--font-size-extra-large);
}


.our-specialties {
    margin: 160px auto;
}

/* .our-specialties .row {
    gap: 26px;
} */


.HomedepartmentSlider {
    margin: 0 -30px !important;
}

.HomedepartmentSlider .swiper-wrapper {
    padding: 0px;
}

.HomedepartmentSlider .swiper-button-prev, .HomedepartmentSlider .swiper-button-next {
    color: #0076bd !important;
    font-weight: 800;
}

.HomedepartmentSlider .swiper-button-prev {
    left: -8px !important;
}

.HomedepartmentSlider .swiper-button-next {
    right: -8px;
}
.HomedepartmentSlider .specialties-content {
    width: calc(100% - 30px) !important;
    margin: 0 15px;
}

.specialties-content-first {
    width: 26.082rem !important;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.specialties-content-first p {
    font-size: 18.4px;
    padding-right: 34px;
    line-height: 29px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

.specialties-content-first a {
    font-size: 15.37px;
    width: 45%;
    padding: 12px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.specialties-content {
    width: 26.082rem !important;

    padding: 31px 34px !important;
    border-radius: 8.01px;
    /* display: flex;
    flex-direction: column; */
}

.specialties-content:nth-child(odd) {
    background: #BCECFF;
}

.specialties-content:nth-child(even) {
    background: #EEFAFF;
}

.specialties-content h5 {
    font-size: 22px;
    color: var(--color-primary-dark);
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.specialties-content p {
    color: #207DA2;
    line-height: 22px;
    width: 94%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.our-specialties .specialties-content img {
    max-height: 98px;
}

.specialties-content a {
    color: #1B448B;
    font-size: var(--font-size-small);
    text-decoration: none;
    font-weight: var(--font-weight-medium);
    line-height: 14px;
}

.specialties-content a:hover {
    color: var(--color-primary-dark);
}

.specialties-content a {
    /* transition: translate 0.3s ease; */
}

.specialties-content a:hover img {
    /* transform: translateX(10px) rotate(0deg); */
}

.specialities-bg-color-1 {
    background: #DCF5FF !important;
}

.specialities-bg-color-2 {
    background: #EEFAFF;
}

.specialities-bg-color-1 p {
    background: #DCF5FF;
    color: #24AEE5;
}

.specialities-bg-color-2 p {
    background: #EEFAFF;
    color: #3BA6D2;
}

.training:first-child span {
    color: var(--color-primary-dark);
    font-weight: var(--font-weight-medium);
}

.training:first-child a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.training-content-div {
    border-radius: 10px;
    margin-right: 0px;
    cursor: grab;
    width: 100%;
}

.training-content-div .left img {
    object-fit: cover;
    width: 100%;
    height: 22.55rem;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.training-content-div .right {
    padding: 30px 38px;
    /* background: linear-gradient(to right, #DBECF9 0%, #F6EBE5); */
    position: relative;
    border-top-right-radius: 18.54px;
    border-bottom-right-radius: 18.54px;
    position: relative;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: linear-gradient(166deg, #0076be5e 0%, transparent 50%);
    box-shadow: 0px 0px 9px #00000012;
}

.training-content-div .right h5 {
    font-size: 28px;
    font-weight: var(--font-weight-bold);
    margin-bottom: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.training-content-div .right p {
    color: var(--color-secondary);
    line-height: 22px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.training-content-div .right .training-price span {
    font-size: 28px;
    font-weight: var(--font-weight-semi-bold);
    color: black;
    /* background: var(--color-primary); */
}

.services .service-div-4 .training-price span {
    font-weight: 600;
    font-size: var(--font-size-regular);
}

.training-content-div .right .know-more a {
    position: absolute;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--color-primary-dark);
    bottom: 33px;
    right: 38px;
    text-decoration: none;
    color: var(--color-primary-dark);
}

.training .bottom {
    gap: 2rem;
}

.meet-our-doctors {
    margin: 160px auto;
}

.management-team h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.all-doctors .meet-our-doctors {
    margin: 0 auto !important;
}

.all-doctors-div {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    /* margin: 70px auto; */
}

.meet-our-doctors {
    /* padding: 80px 0; */
}

.meet-our-doctors .swiper .doctor-profile {
    min-width: 302px;
    max-width: 302px;

}

.all-doctors .meet-our-doctors .doctor-profile img,
.all-doctors-div .doctor-profile img {
    width: auto;
    height: 305px;
    object-fit: cover;
}

.all-doctors-div .doctor-profile {
    min-width: 300px;
    max-width: 300px;
    min-height: 408.95px;
}





.meet-our-doctors .doctor-profile .top {
    background: #eefaffc4;
    background: #F6F8FE;
    display: flex;
    justify-content: center;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;

}

.meet-our-doctors .doctor-profile .bottom {
    background: linear-gradient(to right, #DBECF9 0%, #F6EBE5);
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    padding: 26px 10px 25px 25px;
}

.meet-our-doctors .doctor-profile .bottom h5 {
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.meet-our-doctors .doctor-profile .bottom span {
    font-size: 16.64px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.doctor-field-icon {
    background: linear-gradient(to bottom right, #dbecf9ab 32%, #FCEBE1 100%) !important;
    height: 79px;
    width: 79px;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.abhj .d-flex {
    gap: 20px;
}

.abhj .d-flex .bg-primary {
    width: 50%;
}

.abhj .d-flex .bg-secondary {
    width: 25%;
}

.abhj .d-flex .bg-danger {
    width: 25%;
}

.abhj .d-flex .bg-warning {
    width: 50%;
}

.abhj .d-flex .bg-info {
    width: 50%;
}

.home-service-div-4 .service-div-4 {
    padding: 40px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 19.188rem;
}

.home-service-div-4 .service-div-4 h5 {
    font-size: 42px !important;
    padding-top: 0px !important;
}

.services {
    margin-bottom: 115px;
}

.services .service-div-4 {
    gap: 10px;
    border-radius: 18px;
    position: relative;
    padding: 14px 14px 20px 14px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);

}

.specialities-department-nav {
    text-decoration: none !important;
}

.specialities-department-nav span {
    color: var(--color-primary);
}

/* .services .service-div-4:hover {
    cursor: pointer;
    background: linear-gradient(to bottom right, #dbecf9ab 32%, #FCEBE1 100%) !important;
} */

.services .service-div-4 .service-4-plus {
    z-index: -1;
}

.services .service-div-4:hover .service-4-plus {
    z-index: 0;
}

.services .service-div-4 h5 {
    font-weight: 500;
    width: 100%;
    line-height: 46.2px;
    font-size: 22px;
    color: var(--color-primary-dark);
    padding-top: 16px;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-right-top {
    padding-top: 1rem;
    padding-bottom: 0.25rem;
}

.services .service-div-4 p {
    width: 95%;
    min-height: 91.7px;
    font-size: 16px;
    line-height: 30.6px;
    color: #000;
    z-index: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services .service-div-4 a span {
    font-size: var(--font-size-regular);
    font-weight: 600;
    color: #0076BE;
    padding-right: 1px;
    text-decoration: none;
}



.service-div a {
    text-decoration: none;
}

.service-4-plus {
    position: absolute;
    /* z-index: 4; */
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 140px;
}

.service-div {
    padding: 40px 40px;
    border-radius: 18px;
}

.services .service-div-1 {
    /* background-image: url(.././images/images/service-1-bg.webp); */
    min-height: 19.188rem;
}

.services .service-div-1 a {
    background: transparent;
    border: 3px solid white;
    padding: 4px 15px;
    border-radius: 26px;
    color: #fff;
    font-size: var(--font-size-regular);
    transition: all 0.5s;
}

.services .service-div-1 a:hover {
    border: 3px solid var(--color-primary-dark);
    color: var(--color-primary-dark);
    /* border: 3px solid var(--color-primary);
    color: var(--color-primary); */
}

.service-div-2 h6,
.service-div-3 h6 {
    font-size: 30px;
    color: white;
}

.service-div-2 div span,
.service-div-3 div span {
    color: white;
    font-size: var(--font-size-regular);
    padding-right: 1px;
}

.service-div-3 div img,
.service-div-4 div a img,
.service-div-2 div img {
    transition: all 0.6s;
}

.service-div-3 div:hover img,
.service-div-4 div a:hover img,
.service-div-2 div:hover img {
    transform: translateX(11px);
}




.see-more i,
.see-more img {
    transition: 0.5s;
}



.see-more:hover i,
.specialities-department-nav:hover .see-more img {
    transform: translateX(7px);
}

.service-div-2 {
    background-color: var(--color-black);
    min-height: 19.188rem
}

.service-div-3 {
    background-color: var(--color-primary);
    min-height: 19.188rem
}

.service-div-5 {
    background-image: url();
    /* background:
        linear-gradient(166deg, #0076BE 0%, transparent 50%),
        url(.././images/images/service-5-bg.webp) no-repeat center/cover; */
    height: 100%;
}

.services .service-div-5 h5 {
    font-size: 42px;
    color: white;
}

.services .service-div-5 a {
    width: 40%;
    padding: 14px 0;
    transition: all 0.3s ease-out;
}

/* .services .service-div-5 a:hover{
} */

.our-specialities-2 {
    margin: 115px auto;
}

.specialities-2-div {
    border: 0.063rem solid #DFDFDF;
    border-radius: 2.5rem;
    gap: 10px;
    align-items: center;
}

.our-specialities-2 .specialities-2-div div {
    background: #E5F4FF;
    min-width: 4.656rem;
    min-height: 4.656rem;
    max-height: 4.656rem;
    max-width: 4.656rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.our-specialities-2 .specialities-2-div div img {
    max-height: 60px !important;
}

.our-specialities-2 .specialities-2-div span {
    font-weight: var(--font-weight-medium);
    color: var(--color-black);
    font-size: 15px;
    text-transform: capitalize;
    padding-right: 8px;
}

.testimonials .testimonials-div {
    background: linear-gradient(166deg, rgba(0, 118, 190, 0.37) 0%, transparent 50%);
    /* border: 1px solid #CED0F5; */
    box-shadow: 0px 0px 9px #00000012;
    padding: 22px 20px 22px 29px;
    border-radius: 20px;
    min-height: 213px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background: linear-gradient(to bottom right, #dbecf9ab 32%, #FCEBE1 100%); */
}

.testimonials .testimonials-div p {
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-regular);
    color: var(--color-black);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.testimonials .testimonials-div span {
    color: #4C4C4C;
}

.testimonials .row .col-md-4 {
    padding: 0 9px;
}

.join-our-team {
    background: linear-gradient(to bottom, #FFFFFF 0%, #D0E8F3 100%);
}

.join-our-team .container .row .right div span {
    color: #140000;
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-regular);
}

.join-our-team .left img {
    max-height: 517px;
}

.join-our-team .container .row .right div p {
    font-size: 30px;
    color: var(--color-primary);
    font-weight: var(--font-weight-bold);
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}

.swiper-pagination-bullet-active {
    background: var(--color-primary-dark) !important;

}

/* .mySwiper .swiper-slide-active,.mySwiper .swiper-slide-next{
    max-height: 75px !important;
} */

/* .swiper-slide{
    max-height: 75px !important;
} */


.swiper-button-next,
.swiper-button-prev {
    color: gray !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 43px) !important;
}

.top-space {
    height: 109px;
}

.all-doctors.inner-page-banner,
.inner-page-banner {
    padding: 30px 0;
    /* background: #f0e9e97a; */
    /* background: #eefaffd7; */
    background: #eefaffc4;
}

div#deptDropdown {
    background: #fff;
    padding: 5px 10px;
    max-height: 250px;
    position: absolute;
    width: 100%;
    border: 1px solid var(--color-primary);
    z-index: 1;
    overflow-y: scroll;
}

#deptDropdown .dropdown-item {
    border-bottom: 1px solid #e9e7f9;
    font-size: 12px;
    padding: 6px 0;
    cursor: pointer;
}

#deptDropdown .dropdown-item:last-child {
    border-bottom: 0;
}

#deptDropdown .dropdown-item:hover {
    background: #e9e7f9;
    padding-left: 5px;
}

.bottom {
    position: relative;
}

div#dropdownList {
    background: #fff;
    padding: 5px 10px;
    max-height: 250px;
    position: absolute;
    width: 100%;
    border: 1px solid var(--color-primary);
    z-index: 1;
    overflow-y: scroll;
}

#dropdownList .dropdown-item {
    border-bottom: 1px solid #e9e7f9;
    font-size: 12px;
    padding: 6px 0;
    cursor: pointer;
}

#dropdownList .dropdown-item:last-child {
    border-bottom: 0;
}

#dropdownList .dropdown-item:hover {
    background: #e9e7f9;
    padding-left: 5px;
}

.all-doctors.inner-page-banner .inner-page-banner-div,
.inner-page-banner .inner-page-banner-div {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: start;
    align-items: end;
    padding: 60px;
    border-radius: 20px;
}

.specific-doctor.inner-page-banner .inner-page-banner-div {
    /* background: linear-gradient(to bottom right, #dbecf9ab 32%, #FCEBE1 100%); */
    background-size: cover;
}

.about-us.inner-page-banner .inner-page-banner-div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-specialities.inner-page-banner .inner-page-banner-div {
    background-position: center;
}


.inner-health-packages.inner-page-banner .inner-page-banner-div {
    background-position: center;
}

.inner-offers.inner-page-banner .inner-page-banner-div {
    background: linear-gradient(to bottom, transparent, rgb(27 68 139 / 58%)), url(.././images/images/offer-banner.webp);
    background-position: center;
}

.inner-careers.inner-page-banner .inner-page-banner-div {
    background-position: center;
}

.inner-insurance-cover.inner-page-banner .inner-page-banner-div {
    background-position: center;
}

.inner-life-support.inner-page-banner .inner-page-banner-div {
    background-position: center;
}

.inner-management-team.inner-page-banner .inner-page-banner-div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-contact-us.inner-page-banner .inner-page-banner-div {
    background-position: center;
}

.inner-page-banner .inner-page-banner-div,
.inner-page-banner-heading {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    /* z-index: 2; */
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: var(--color-primary-dark) !important;
}

.breadcrumb-item.active {
    color: var(--color-primary-dark) !important;
}


.about-us-content {
    /* margin: 130px auto; */
}

.about-main-video {
    border-radius: 20px !important;
}

.about-us-content .our-specialties {
    margin: 0 auto !important;
}

.about-us-content .specialties-content {
    width: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 19px 22px 12px 22px !important;
    min-height: 221px !important;
}

.about-us-content .specialties-content img {
    min-height: 86px;
    max-height: 87px;
    width: auto;
}

.about-us-content .specialties-content p {
    text-align: center;
    color: var(--color-primary-dark);
    font-weight: 600;
}

.about-us-content .specialties-content span {
    color: #3BA6D2;
    font-weight: 500;

}

.about-us-content .our-specialties .row {
    max-width: 1220px !important;
    margin: 0 auto !important;
}

/* .accredited .row {
    max-width: 1220px;
    margin: 0 auto;
} */

.himss img {
    height: 55px !important;
    min-height: auto !important;
}

.himss p {
    margin-top: 2.3rem !important;
}

.inner-sub-headings h3 {
    color: var(--color-black);
    font-size: var(--font-size-huge);
    font-weight: 600;
    text-align: center;
    padding: 0px 0 14px;
}

.inner-sub-headings h3 span {
    color: var(--color-primary);
}

.inner-sub-headings h3 {
    color: var(--color-black);
    font-size: var(--font-size-large);
    font-weight: 600;
    text-align: center;
    padding: 0px 0 14px;
}

.inner-sub-headings h3 span {
    color: var(--color-primary);
}

.about-us-content section,
.inner-specialities-content section,
.inner-health-packages-content section,
.inner-career-content section,
.inner-insurance-cover-content section,
.inner-life-support-content section,
.inner-main-specialities-content section,
.inner-contact-us-content section,
.specific-doc-content section,
.management-team-content section,
.all-doctors {
    margin-bottom: 5.625rem;
}

.about-us-content,
.inner-specialities-content,
.inner-health-packages-content,
.inner-career-content,
.inner-insurance-cover-content,
.inner-life-support-content,
.inner-main-specialities-content,
.inner-contact-us-content,
.specific-doc-content,
.management-team-content,
.all-doctors {
    margin-top: 5.625rem;
}

.about-history .row .col-md-6 p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0 !important;
    /* text-align: justify; */
    padding-right: 11px;
}

.about-history-para {
    /* color: #207DA2; */
    /* text-align: justify; */
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 2.4rem;
    /* margin-top: 0.2rem; */
}

.our-vmv {
    margin-bottom: 100px;
}

.about-us-content .about-our-mission {
    background: #DCF5FF;
    padding: 100px 0;
}

.about-us-content .about-our-mission h3 {
    font-size: var(--font-size-huge);
    color: var(--color-primary-dark);
    text-align: center;
    font-weight: 600;
    margin-bottom: 28px;
}

.about-us-content .about-our-mission ul {
    padding: 0;
}



.about-us-content .about-our-mission ul li span {
    font-weight: 800;
}

.about-us-content .about-our-mission p,
.about-us-content .about-our-mission ul li {
    color: #207DA2;
    text-align: justify;
    font-size: 19.5px;
    line-height: 40px;
    list-style: none;
}



.inner-specialties-info-txt {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 60px !important;
}

.inner-specialties-info-txt p:first-child {
    color: #207DA2;
    font-weight: 500;
}



.inner-specialties-info-txt p {
    font-size: 17px;
    /* text-align: ; */
}

.inner-specialties-info .container .row .right img {
    border-radius: 20px;
    max-height: 410px;
    width: 100%;
    object-fit: cover;
}

.health-packages-ul {
    /* padding: 0px 0px 0px 31px !important; */
    display: flex;
}

.health-packages-ul ul {
    list-style: none;
}

.health-packages-ul ul li:before {
    content: '✓';
    margin-right: 10px;
    color: #0076BE;
    font-weight: bolder;
}



/* .health-packages-ul div {
    width: 294px;
    padding-right: 15px;
} */



.health-packages-ul li {
    display: flex;
    list-style: none;
    padding-bottom: 8px;
}

/* .health-packages-ul li img {
    height: 13px;
    margin-right: 11px;
    margin-top: 8px;
} */

.inner-health-packages-info-txt {
    /* background: linear-gradient(to bottom right, #dbecf9ab 32%, #FCEBE1 100%) !important; */
    background: linear-gradient(166deg, #0076be5e 0%, transparent 50%);
    box-shadow: 0px 0px 9px #00000012;
    padding: 30px 30px !important;
    border-radius: 18.54px;
}

.inner-health-packages-info .container {
    max-width: 1136px;
}

.inner-health-packages-info .container .row{
    display: flex;
    row-gap: 20px;
}

.inner-health-packages-info .container .offer-con{
    padding: 0 10px;
}

.inner-health-packages-info .container .offer-con div{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.inner-health-packages-info .container .offer-con img{
    height: 450px;
    width: 100%;
    object-fit: cover;

}

.inner-health-packages-info .container .offer-con div::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 39%);
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease; /* add delay and transition */
}

.inner-health-packages-info .container .offer-con div:hover::after {
    opacity: 1;
}

.health-packages-ul li p {
    margin-bottom: 0;
    font-weight: var(--font-weight-regular);
    /* padding-bottom: 15px; */
    /* border-bottom: 1px solid #B0E1FF; */
    /* width: 100%; */
}


.inner-career-content .container {

    /* display: flex; */
    /* gap: 25px; */
    /* flex-direction: column; */
    /* max-width: 1250px !important; */
    /* margin: 0 auto; */
}

.inner-career-content .container p {
    font-size: var(--font-size-regular);
    /* text-align: justify; */
}

.containter-width {
    width: 70%;
}


.inner-career-content .container span {
    text-align: center;
    font-size: var(--font-size-huge);
    color: var(--color-primary-dark);
    font-weight: var(--font-weight-bold);
    margin-top: 1.1rem;
}

.inner-insurance-cover-content .container,
.inner-life-support-content .container {
    /* max-width: 1250px !important; */
    margin: 0 auto;
}

.insurance-box {
    /* background: #eefaffc4; */
    padding: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    border: 1px solid rgba(128, 128, 128, 0.452);
    border-radius: 20px;
    min-height: 322px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    transition: all 0.7s ease-out;
    cursor: pointer;
}

.insurance-box .top {
    display: flex;
    justify-content: center;
}

.insurance-box img {
    width: auto;
    height: 160px;
    transition: all 0.4s;
}

.insurance-box p {
    text-align: center;
    color: var(--color-primary-dark);
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-semi-bold);
    margin-bottom: 0px;
    /* transition: all 0.4s; */
}

.insurance-box:hover .top img {
    display: none;
}

.insurance-box:hover {
    background: var(--color-primary);
    justify-content: center;
    border: none;
}

.insurance-box:hover .bottom p {
    color: white;
    font-size: 22px;
    /* transition: all 0.4s; */
}


.life-support-heading {
    display: flex;
    flex-direction: column;
    /* gap: 22px; */
}

.life-support-heading p {
    text-align: justify;
    width: 100%;
    font-size: var(--font-size-regular);
    margin-bottom: 0;
}

.inner-life-support-content .training {
    margin-top: 0.5rem;
}

.inner-life-support-content .training .training-content-div {
    cursor: pointer;
}

.inner-main-specialities-content .services .service-div p {
    color: var(--color-black);
}

.main-specialities-div {
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s;
    margin-bottom: 60px;
}

.inner-main-specialities-content .main-specialities-div {
    margin-bottom: 24px;
}


.main-specialities-div h5 {
    font-size: var(--font-size-medium) !important;
    color: var(--color-primary-dark);
    transition: all 0.6s;
}

.main-specialities-div a {
    width: 40%;
    text-decoration: none;
    padding: 17.5px 0;
}

.main-specialities-div img {
    border-radius: 10px;
    max-height: 219px;
    object-fit: cover;
}

.all-courses .main-specialities-div img:first-child {
    height: 219px;
}


.inner-contact-us-content .who-we-are-ul li p {
    font-size: 16px;
    width: 85%;
}

.contact-us-form {
    margin-top: 20px;
    background: #eefaffc4;
    padding: 22px;
    border-radius: 10px;
}

.contact-us-form label {
    margin-bottom: 6px;
    font-weight: var(--font-weight-medium);
}

.contact-us-form input,
.contact-us-form textarea,
.contact-us-form select {
    margin-bottom: 19px;
    border-radius: 8.01px;
    padding: 10px;
    border: 1px solid lightgrey;
    outline: none;
    height: 46px;
    /* background-color: white !important; */

}

.contact-us-form input[type="file"] {
    border: none;
}

.contact-us-form textarea {
    height: auto !important;
}

.contact-us-form select option {
    background-color: #f9f9f9;
    /* Light background */
    color: #333;
    /* Dark text */
    font-size: 14px;
    /* Smaller font size */
    padding: 10px;
}

.contact-us-form select {
    color: #757575;
}

.contact-us-form button {
    height: 45px;
}

.inner-contact-us-content .who-we-are-ul i {
    /* height: 12.5px; */
    margin-right: 15px;
    margin-top: 7px;
    color: var(--color-primary-dark);
}

.specific-doctor.inner-page-banner .inner-page-banner-div h2 {
    /* color: black; */
}


.specific-doctor.inner-page-banner .inner-page-banner-div h4 {
    font-size: var(--font-size-extra-large);
    /* color: var(--color-black); */
    font-weight: var(--font-weight-extra-bold);
}

.specific-doc-img-div {
    /* height: 226px;
    width: 226px; */
    height: 265px;
    width: 265px;
    background: #FFF;
    border-radius: 50%;
}


.specific-doc-img-div img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.specific-doc-content h5 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 34px;
    /* line-height: 66.63px; */
}

.specific-doc-content section:first-child h5 {
    margin-bottom: 28px;
}

.areas-of-expertise-div,
.doctor-lang-div {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.areas-of-expertise h5,
.doctor-lang h5 {
    margin-bottom: 30px;
}

.areas-of-expertise-div span,
.doctor-lang-div span {
    padding: 9px 39px;
    font-size: 15px;
    font-weight: 500;
    color: #575757;
    border-radius: 22px;
    border: 1px solid #9C9C9C;
}



.specific-doc-content .step {
    padding: 0px 5px 0px 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.specific-doc-content .v-stepper {
    position: relative;
}


/* regular step */
.specific-doc-content .step .circle {
    background-color: #0076BE;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.specific-doc-content .step .circle img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(0%) hue-rotate(64deg) brightness(104%) contrast(104%);
    height: 11px;
}

.specific-doc-content .step .line {
    top: 23px;
    left: 11.9px;
    height: 100%;
    position: absolute;
    border-left: 3px solid #0076BE;
}

.specific-doc-content .step.completed .circle {
    visibility: visible;
    border-color: rgb(6, 150, 215);
}

.step.completed .line {
    border-left: 3px solid #0076BE;
}

.specific-doc-content .step:last-child .line {
    border-left: 3px solid white;
    z-index: -1;
}

.specific-doc-content .step .content {
    margin-left: 20px;
    display: inline-block;
    min-height: 110px;
}

.specific-doc-content .step .content .edu-degree,
.specific-doc-content .step .content .experience-designation {
    font-size: 18.5px;
    font-weight: 500;
}


.specific-doc-content .step .content .edu-institute,
.specific-doc-content .step .content .experience-place {
    color: #404852a6;
    font-weight: 300;
    font-size: 15px;
}

.specific-doc-content .step .content .edu-country,
.specific-doc-content .step .content .experience-year {
    color: #404852a6;
    font-weight: 300;
}

.specific-doc-content .step .content .edu-year,
.specific-doc-content .step .content .experience-country {
    color: #404852a6;
    font-weight: 300;
    font-size: 15px;
}

.specific-doc-content .step .content .edu-country i,
.specific-doc-content .step .content .edu-year i {
    color: rgba(0, 0, 0, 0.582);
}

.specific-doc-content .doctor-membership .col-md-6,
.specific-doc-content .doctor-license .col-md-6 {
    padding-left: 0px !important;
}

.specific-doc-content .doctor-membership {
    margin-top: 34px;
}

.specific-doc-content .doctor-membership .doctor-membership-content,
.specific-doc-content .doctor-license .doctor-license-content {
    display: flex;
    align-items: center;
    gap: 22px;
}

.specific-doc-content .doctor-membership .doctor-membership-content .left img,
.specific-doc-content .doctor-license .doctor-license-content .left img {
    /* width: 70px; */
}

.specific-doc-content .doctor-membership .doctor-membership-content .right h6,
.specific-doc-content .doctor-license .doctor-license-content .right h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.4rem;
}


.specific-doc-content .doctor-membership .doctor-membership-content .right span,
.specific-doc-content .doctor-license .doctor-license-content .right span {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-primary-dark);
}

.specific-doc-content section {
    margin-bottom: 34px !important;
}

footer .footer {
    padding: 80px 0;
}

.social-links {
    display: flex;
    gap: 16px;
    align-items: center;
}

.social-links a {}

.social-links svg {
    width: 22px;
    fill: rgb(255 255 255 / 75%);
}

.social-links svg:hover {
    fill: #fff;
}

.member-departments {
    display: flex;
    margin: 0 0 28px 0;
    gap: 10px;
    flex-wrap: wrap;
}

.member-departments a {
    cursor: pointer;
    padding: 10px 26px;
    height: auto;
    cursor: pointer;
    background: transparent;
    color: #0076BE;
    border: 2px solid;
    border-color: #0076BE;
}

.member-departments a.active,
.member-departments a:hover {
    background: #0076BE;
    color: #fff;
    border: 2px solid;
    border-color: #0076BE;
}

.meet-our-doctors a,
.meet-our-doctors a {
    text-decoration: none;
}

#doc-list {
    transition: 0.5s all;
}

.meet-our-doctors a .doctor-profile .bottom h5,
.meet-our-doctors a .doctor-profile .bottom span {
    color: #000;
}

.doctor-profile {
    /* margin-bottom: 24px; */
}

.member-departments {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-bottom: 40px !important;
}

.member-departments .primary-btn {
    padding: 9.5px 20px !important;
    font-size: 17px !important;
    height: auto !important;
}


.div-z-index {
    z-index: 2;
}

.innerPagesHeader .dropdown .dropdown-link {
    color: var(--color-primary-dark);
}

.innerPagesHeader .dropdown .dropdown-link:hover {
    color: var(--color-primary-dark);
}

header .dropdown .dropdown-link:hover {
    color: var(--color-white);
}

.innerPagesHeader .dropdown .country-flag {
    filter: none !important;
}

.dropdown .country-flag {
    border-radius: 50%;
}

.nav-item {
    list-style: none;
}




.chairmans-word-div img {
    max-height: 390px;
}

.chairmans-word-div strong {
    font-size: 18px;
}

.appointment-form {
    background-color: #eefaffc4;
    border-radius: 8px;
    padding: 2rem;
}

.appointment-form h2 {
    font-size: var(--font-size-extra-large);
    font-weight: var(--font-weight-bold);
    color: var(--color-primary);
    margin-bottom: 20px;
}

.form-label {
    font-weight: var(--font-weight-medium);
    margin-bottom: 6px;
}

.form-control {
    font-size: var(--font-size-regular);
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    font-size: var(--font-size-medium);
}

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

.form-section {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

#time-options {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    /* background-color: var(--color-primary-light); */
    /* padding: 15px; */
    border-radius: 8px;
    color: var(--color-white);
}

#time-options h4 {
    /* font-size: var(--font-size-large); */
    font-weight: var(--font-weight-medium);
    color: var(--color-black);
}



#time-slot-container p {
    color: var(--color-black);
}

.time-slot,
.date-slot {
    cursor: pointer;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    background-color: var(--color-white);
    color: var(--color-primary-dark);
    font-weight: var(--font-weight-medium);
    transition: background-color 0.3s;
    border: 1px solid lightgrey;
}

.time-slot:hover,
.date-slot:hover {
    background-color: var(--color-primary-dark);
    color: var(--color-white);
    border-color: var(--color-primary-dark);
}


.time-slot.active,
.date-slot.active {
    background-color: var(--color-primary-dark);
    color: white;
}


.appointment-div-nav button {
    padding: 5.5px 25px !important;
    height: auto !important;
    font-size: 16px !important;
}

#review-details {
    font-family: 'Arial', sans-serif;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    padding-left: 0 !important;
}

#review-details h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    padding: 8px;
    /* background-color: #fff; */
    /* border-radius: 6px; */
    /* border: 1px solid #ddd; */
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); */
}

.form-row label {
    font-weight: 400;
    font-size: 14.3px;
}

.form-row span {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.doctor-details-div,
.appointment-details-div,
.personal-details-div {
    /* margin-bottom: 20px; */
    background-color: white;
    padding: 23px 23px;
    border-radius: 9px;
    border: 1px solid #d3d3d366;
    width: 49%;
}

.personal-details-div {
    width: 100% !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.choices__inner {
    background-color: #fff !important;
    padding: 10px !important;
    border: 1px solid lightgray !important;
    font-size: 16px !important;
    min-height: 46px !important;
    overflow: hidden !important;
    border-radius: 8.01px !important;
    color: #000000 !important;
}

.choices__list--single {
    padding: 0 !important;
}

.choices__list.choices__list--dropdown,
.choices[data-type*=select-one] .choices__input {
    border-radius: 0px !important;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
    bottom: auto !important;
    top: 100% !important;
}


#time-slot-container .time-slot.booked-slot {
    background-color: #1b448b59;
    border-color: #1b448b59;
    color: #1b448bbd;
}

#time-slot-container .time-slot.booked-slot:hover {
    color: #1b448bbd;
}


.language-switcher .language-toggle {
    background: none;
    border: none;
    font-weight: 500;
    color: var(--color-white);
}

.language-switcher .language-toggle .country-flag {
    border-radius: 50%;
    width: 21.43px;
}

.innerPagesHeader .language-switcher .language-toggle {
    color: var(--color-primary-dark);
}

.innerPagesHeader .language-switcher .language-toggle .country-flag {
    filter: none;
}



/* For Arabic */
html[dir="rtl"] .specific-doc-content .step .content {
    margin-left: 0px;
    margin-right: 20px;
}

html[dir="rtl"] .meet-our-doctors .doctor-profile .bottom {
    padding: 26px 25px 25px 10px;
}


html[dir="rtl"] .new-all-doctors .right .n-doc-side-tag {
    right: -31px;
    transform: rotate(270deg);
    left: 0;
}


html[dir="rtl"] .new-all-doctors .left span {
    text-align: right;
}


html[dir="rtl"] .all-doctor-search-bar .container .row .right .n-doctor-role .bottom button:first-child {
    margin-right: 0;
    margin-left: 9px;
}

html[dir="rtl"] .all-doctor-search-bar .container .row .right .n-doctor-role .top {
    padding-right: 2.5rem;
    padding-left: 0;
}

html[dir="rtl"] .BOK_sidebar {
    padding-right: 24px;
}

html[dir="rtl"] .all-doctor-search-bar .container .row .right .n-doctor-role .bottom {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    border-right: 1px solid lightgrey;
    padding-right: 1.5rem;
    margin-right: 0.75rem;
}

html[dir="rtl"] .search-bar input {
    padding-left: 0px;
    padding-right: 7px;
}

html[dir="rtl"] .who-we-are-ul li img {
    margin-right: 0px;
    margin-left: 15px;
}

html[dir="rtl"] .specialties-content-first p {
    padding-right: 0px;
    padding-left: 34px;
}


html[dir="rtl"] .specialties-content a img {
    transform: rotate(180deg);
    transition: none;
}

html[dir="rtl"] .specialties-content a:hover img {
    transform: translateX(-10px) rotate(180deg);
    transition: transform 0.4s ease;
}

html[dir="rtl"] .service-div-3 div img,
html[dir="rtl"] .service-div-4 div a img,
html[dir="rtl"] .service-div-4 .see-more img,
html[dir="rtl"] .service-div-4.service-div.shadow-sm img,
html[dir="rtl"] .service-div-2 div img {
    transform: rotate(180deg);
    transition: none;
}

html[dir="rtl"] .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -21px) !important;
}

html[dir="rtl"] .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 75px);
    left: auto;
}

html[dir="rtl"] .service-div-3 div:hover img,
html[dir="rtl"] .service-div-4 div a:hover img,
html[dir="rtl"] .service-div-4 a:hover .see-more img,
html[dir="rtl"] .service-div-2 div:hover img {
    /* transform: translateX(-11px) rotate(180deg);
    transition: transform 0.4s ease; */
}

html[dir="rtl"] .training-content-div .right {
    border-top-left-radius: 18.54px;
    border-bottom-left-radius: 18.54px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


html[dir="rtl"] .training-content-div .left img {
    border-top-right-radius: 18.54px;
    border-bottom-right-radius: 18.54px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

html[dir="rtl"] .specialities-department-nav-ul {
    transform: translateX(-60.6%) !important;
}

html[dir="rtl"] .inner-specialties-info .container .row .right img {
    transform: scale(-1, 1);
}

html[dir="rtl"] input[type="number"]::-webkit-inner-spin-button,
html[dir="rtl"] input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

html[dir="rtl"] .service-4-plus {
    bottom: -11px;
    left: 0;
    right: auto;
    transform: rotate(180deg);
}

html[dir="rtl"] input {
    direction: rtl;
}

html[dir="rtl"] .text-start {
    text-align: right !important;
}

html[dir="rtl"] .text-end {
    text-align: left !important;
}

html[dir="rtl"] .see-more svg {
    transform: rotate(180deg);
}

html[dir="rtl"] header .specialities-department-nav-ul a p {
    padding-left: 0;
    padding-right: 5px;
}

html[dir="rtl"] .header-right-bottom nav ul {
    padding-left: 0;
    padding-right: 5rem;
}

html[dir="rtl"] .contact-info-ul i,
.contact-info-ul svg {
    /* margin-right: 0; */
    /* margin-left: 10px; */
}

html[dir="rtl"] .header-right-bottom nav .dropdown ul {
    padding-right: 0;
}

html[dir="rtl"] .header-right-bottom nav button {
    font-weight: 600 !important;
}

html[dir="rtl"] .header-right-bottom nav ul html[dir="rtl"] .header-right-bottom nav button,
html[dir="rtl"] .header-right-bottom nav a {
    font-weight: 600;
}

html[dir="rtl"] .container-full-width .left h4 {
    padding-left: 0;
    padding-right: 60px;
}

html[dir="rtl"] .container-full-width .right {
    padding-right: 0;
    padding-left: 73px;
}

html[dir="rtl"] .who-we-are .right {
    padding-right: 75px !important;
    padding-left: 12px !important;
}

html[dir="rtl"] .who-we-are .row {
    min-height: 444px;
}


html[dir="rtl"] .wwr-img-2 {
    left: 0;
    right: auto;
}

html[dir="rtl"] .wwr-img-4 {
    left: 0;
}


.service-new {
    box-sizing: border-box;
    box-shadow: 0px 2px 13px 0px #00000026;
    border-radius: 17px;
}

.inner-main-specialities-content .services .col-md-4 {
    padding: 0px 10px !important;
}

.inner-main-specialities-content .services .gy-4 {
    --bs-gutter-y: 2.2rem !important;
}

.inner-main-specialities-content .services .service-new {
    box-shadow: 0px 2px 13px 0px #00000026;
    border-radius: 20px;
}

.service-new .top img {
    width: 100%;
    height: 212.66px;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.service-new .bottom {
    padding: 42px 32px 32px 32px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.service-new .bottom h5 {
    font-weight: var(--font-weight-bold);
    line-height: 26px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    font-weight: 700;
}

.service-new .bottom p {
    color: var(--color-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    margin-bottom: 0px;
    white-space: normal;
    font-family: Ubuntu;
    font-weight: 400;
    min-height: 52px;
}

.service-new .bottom .service-new-link {
    display: flex;
    border-top: 1px solid #eaecf1;
}

.service-new .bottom a {
    text-decoration: none;
    color: #666666;
    background: #0076BE;
    color: white;
    padding: 9px 28.55px;
    border-radius: 22px;
    margin-top: 28px;
}

.service-new .bottom a:hover {
    color: var(--color-white);
}

.service-new .bottom a:hover img {
    filter: invert(15%) sepia(75%) saturate(2879%) hue-rotate(212deg) brightness(87%) contrast(81%);
}

.service-new .bottom .service-new-tag {
    color: var(--color-primary-dark);
    font-weight: 500;
    font-size: 14px;
    display: block;
}

.service-new .bottom a img {
    filter: invert(0%) sepia(4%) saturate(0%) hue-rotate(337deg) brightness(100%) contrast(107%);
}

.service-new .bottom .service-new-date {
    width: 100%;
    background: linear-gradient(90deg, #DBECF9 0%, #F6EBE5 100%);
    display: inline-block;
    padding: 11px 32px;
    color: var(--color-white);
    position: absolute;
    left: 0;
    color: #006DB0;
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 15px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.service-new .bottom .service-new-date #month {
    text-transform: uppercase;
    font-size: 13.5px;
}


.new-all-doctors #doc-list {
    display: flex;
    gap: 19px;
    flex-wrap: wrap;
}

.new-all-doctors #doc-list .n-doc-values {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    color: #454545;
}

.new-all-doctors #doc-list .left button,
.new-all-doctors#doc-list .left button {
    width: 74%;
    font-size: 11px;
    padding: 7px 0px !important;
    background: var(--color-primary);
    color: white;
    border-radius: 20px;
    border: none;
}

.new-all-doctors .right {
    position: relative;
    margin: auto;
}

.new-all-doctors .right .n-doc-side-tag {
    position: absolute;
    background: #0076BE;
    color: white;
    transform: rotate(90deg);
    top: 47px;
    left: -30.55px;
    width: 85.97px;
    display: flex;
    justify-content: center;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.new-all-doctors .right .n-doc-side-tag span {
    font-size: 12px;
    padding: 3px 0px;
}

.new-all-doctors .right img {
    width: 179px;
    padding-top: 23px;
    border-bottom-left-radius: 18px;
    min-height: 261.66px;
    object-fit: cover;
}

.n-doc-qualification {
    font-weight: 500 !important;
    line-height: 23px !important;
    letter-spacing: 0.02em !important;
    color: var(--color-primary-dark) !important;
}

.new-all-doctors .left {
    padding-left: 1.5rem;
}


.new-all-doctors .left h5 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    color: black;
    font-weight: 800;
    line-height: 20px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.new-all-doctors .left span {
    color: #2C3038;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.new-all-doctors .text-decoration-none,
.new-all-doctors .w-100 {
    background: #EEFAFF;
    border-radius: 18px;
    width: 32.3%;
}

.new-all-doctors .doctor-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 21px;
}

.doctor-details-heading {
    display: flex;
    flex-direction: column;

}


.doctor-details-heading-content {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    gap: 5px;
}

.new-blog-details-row .sidebar-widget {
    position: relative;
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin-bottom: 30px;
}

.new-blog-details-row .sidebar-widget h4 {
    font-size: var(--font-size-medium);
    margin-bottom: 20px;
    position: relative;
    margin-top: -5px;
    padding-bottom: 10px;
    display: inline-block;
}

.new-blog-details-row .sidebar-widget h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #13316e;
}

.new-blog-details-row .sidebar-widget .blog-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

.new-blog-details-row .sidebar-widget .other-blogs li {
    list-style: none;
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e7e7e7;
    /* font-size: 16px; */
    color: #666666;
}

.new-blog-details-row .sidebar-widget .other-blogs li a {
    text-decoration: none;
    color: #666666;
}

.new-blog-details-row .sidebar-widget .other-blogs li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.new-blog-details-row .sidebar-widget .blog-gallery li {
    width: 31.5%;
    height: 118.44px;
    text-align: center;
    list-style: none;
}

.new-blog-details-row .sidebar-widget .blog-gallery li img {
    height: 118.44px;
    object-fit: cover;
    border-radius: 10px;
}

.new-blog-details-row .new-blog-details {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.new-blog-details-row .new-blog-details .blog-content .date .i {
    padding-right: 5px;
}

.new-blog-details-row .new-blog-details .blog-content {
    background-color: var(--color-white);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.new-blog-details-row .new-blog-details .blog-content span,
.new-blog-details-row .new-blog-details .blog-content p {
    color: #666666;
    line-height: 1.8;
    margin-bottom: 0 !important;
}

.new-blog-details-row .new-blog-details .blog-content i {
    color: var(--color-primary-dark);
}

.new-blog-details-row .new-blog-details .blog-content .blog-heading h3 {
    font-size: 25px;
    margin-bottom: 0.8rem;
}

.new-blog-details-row .new-blog-details .blog-details-img img {
    max-height: 470px;
    object-fit: cover;
}

.single-blog-post-img img {
    height: 350px;
    object-fit: cover;
    border-radius: 5px;
}


.side-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 1000;
}

.side-container .side-whatsapp img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.custom-tooltip {
    --bs-tooltip-bg: rgba(7, 94, 84, 1) !important;
    width: 180px !important;
    font-size: 13px !important;
    pointer-events: none !important;
    --bs-tooltip-color: var(--bs-white) !important;
}

.side-container .side-notification {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-primary-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.side-container .side-notification i,
.side-container .side-notification svg {
    font-size: 22px;
    height: 22px;
    color: white;
}

.side-container .side-menu {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-primary-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.side-container .side-menu img {
    height: 23px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(1deg) brightness(107%) contrast(101%);
}

#side-notify-content-div {
    position: absolute;
    right: 68px;
    top: -71px;
    background: white;
    width: 270px;
    border-radius: 8px;
    justify-content: start;
    align-items: center;
    padding: 12px;
    z-index: 1000;
    min-height: 102px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

#side-notify-content-div .news-item {
    display: flex;
}

#side-notify-content-div .news-item img {
    height: 78px;
    border-radius: 4px;
}

#side-notify-content-div .news-item p {
    margin-bottom: 0px;
    font-size: 12.5px;
    font-weight: 600;
    padding-left: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.headline-swiper .swiper-wrapper {
    z-index: 0;
}



#side-notify-content-div .loader {
    width: 30px;
    aspect-ratio: 4;
    background: radial-gradient(circle closest-side, #000 90%, #0000) 0/calc(100%/3) 100% space;
    clip-path: inset(0 100% 0 0);
    animation: l1 1s steps(4) infinite;
}

@keyframes l1 {
    to {
        clip-path: inset(0 -34% 0 0)
    }
}



.side-menu-content-div {
    position: absolute;
    background: var(--color-primary-dark);
    bottom: -3px;
    right: 67px;
    width: 320px;
    padding: 23px;
    border-radius: 10px;
    /* display: none; */
}

.side-menu-content-div ul {
    padding-left: 0;
    padding-right: 0;
}

.side-menu-content-div li {
    list-style: none;
    font-size: 19px;
    color: white;
    /* display: flex;
    align-items: center;
    gap: 1rem; */
    border-bottom: 1px solid white;
    padding: 17px 24px;
}


.side-menu-content-div a {
    text-decoration: none;
}

.side-menu-content-div i,
.side-menu-content-div svg {
    font-size: 30px;
    height: 27px;
}

.side-menu-content-div .follow-us-img svg,
.side-menu-content-div .follow-us-img i {
    height: 21px !important;
}

.side-menu-content-div .download-image img {
    height: 33px;
}

.side-menu-content-div .download-image .app-store-img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(1deg) brightness(107%) contrast(101%);
}

#goog-gt-tt {
    display: none;
}

.doc-inner-nav {
    border-bottom: 2px solid #8c87871f;
}

.doc-inner-nav .container {
    max-width: 1275px;
}

.doc-inner-nav .container ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.doc-inner-nav .container ul li {
    list-style: none;
    padding-bottom: 15px;
    font-size: 18.4px;
    padding-top: 33px;
    font-weight: 500;
}

.doc-inner-nav .container ul li a,
.doc-inner-nav .container ul li a:hover {
    text-decoration: none;
    color: #243A60B2;
}


.doc-inner-nav ul li.active {
    border-bottom: 3px solid #0076BE;
}

.doc-inner-nav ul li.active a,
.doc-inner-nav ul li.active a:hover {
    color: #0076BE;
}

.bok-sidebar {

    border-radius: 20px;
    box-shadow: 0px 1px 15px 0px #0000001A;
}


.bok-sidebar .top-bok-heading {
    background: var(--color-primary);
    border-radius: 23px 23px 0px 0px;
}

.bok-sidebar .top-bok-heading h3 {
    color: white;
    padding: 15px 30px;
    font-size: 22px;
    margin: 0;
}

.bok-sidebar .bok-sidebar-content {
    padding: 42px 10px 37px;
}

.bok-sidebar .bok-date-slots-con,
.bok-sidebar .bok-time-slots-con {
    padding: 0px 10px;
}

.bok-sidebar .bok-date-slots-con .bok-date-slots-heading,
.bok-sidebar .bok-time-slots-con .bok-time-slots-heading {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bok-sidebar .bok-date-slots-con .bok-date-slots-heading h6,
.bok-sidebar .bok-time-slots-con .bok-time-slots-heading h6 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.backbtn {
    text-decoration: none;
    color: black;
}

.bok-sidebar .time-zone-message {
    display: flex;
    justify-content: center;

}

.bok-sidebar .time-zone-message span {
    font-size: 15.5px;
    font-weight: 400;
    line-height: 24px;
    color: #A7A7A7;
}

.bok-sidebar .bok-btn {
    display: flex;
    justify-content: center;
}

.bok-sidebar .bok-btn button {
    border: none;
    background: var(--color-primary);
    padding: 11px 32px;
    border-radius: 22px;
    color: var(--color-white);
}

.bok-date-slots-swiper {
    padding: 0 30px !important;
}

.bok-date-slots-swiper .swiper-button-prev {
    left: -8px !important;
    color: #DBE6EF !important;
}

.bok-date-slots-swiper .swiper-button-next {
    right: -8px !important;
    color: #DBE6EF !important;
}

.bok-date-slots-swiper .swiper-button-next:after,
.bok-date-slots-swiper .swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: 800;
}

.bok-date-slots-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #80808030;
    cursor: pointer;
    background: transparent;
    border: none;
    border-bottom: 2px solid;
    color: gray;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 0 !important;
}

.time-slots {
    text-decoration: none;
    color: #000;
    text-align: center;
}

.bok-time-slots-swiper .swiper-wrapper button {
    border: none;
    background: transparent;
}

.bok-date-slots-swiper .swiper-slide.active {
    color: var(--color-primary);
    border-color: var(--color-primary);
}


.bok-date-slots-swiper .swiper-slide span {
    font-size: 14px;
    z-index: 11;
}

.bok-time-slots-swiper .swiper-slide.active .time-span {
    background: var(--color-primary);
    color: white;
}

.bok-time-slots-swiper .swiper-slide div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    background: linear-gradient(92.63deg, rgba(219, 236, 249, 0.8) 0%, rgba(246, 235, 229, 0.8) 99.04%);
    border-radius: 26px;
    margin: 0px 2px;
    cursor: pointer;
}

.bok-time-slots-swiper .swiper-slide div .time-span {
    background: #E5E3E3;
    padding: 12px 5.99px;
    border-radius: 50%;
    margin-bottom: 5px;
    width: 42px;
    height: 42px;
}

.bok-time-slots-swiper .swiper-slide div .format-span {
    padding-top: 11px;
    padding-bottom: 0px;
    font-weight: 600;
    padding-bottom: 2px;
}

.doc-inner-contact-side-bar {
    border-radius: 20px;
    box-shadow: 0px 1px 15px 0px #0000001A;
    margin-top: 40px;
    padding: 10px;
}

.doc-inner-contact-side-bar .top {
    position: relative;
}

.doc-inner-contact-side-bar .top .doc-inner-contact-map iframe {
    height: 264px;
}

.map-wrapper {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

/* .map-wrapper .gm-inset-map-impl, .map-wrapper .gmnoprint, .map-wrapper .gm-inset-light {
    display: none !important;
} */

.map-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.doc-inner-contact-side-bar .bottom .doc-inner-contact-content {
    padding: 15px 9px 20px 20px;
}

.doc-inner-contact-side-bar .bottom .doc-inner-contact-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.doc-inner-contact-side-bar .bottom .doc-inner-contact-content ul {
    padding: 0;
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.doc-inner-contact-side-bar .bottom .doc-inner-contact-content ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 17px;
}

.doc-inner-contact-side-bar .bottom .doc-inner-contact-content ul li p {
    margin: 0;
    color: #9FA3A8;
}

.doc-inner-contact-side-bar .bottom .doc-inner-contact-content ul li p span {
    font-weight: 500;
}

.doc-inner-contact-content .doc-inner-contact-social-links {
    display: flex;
    gap: 15px;
    padding-top: 10px;
}


.doc-inner-contact-content .doc-inner-contact-social-links div {
    height: 37px;
    width: 36px;
    box-shadow: 0px 0px 10px 0px #0000001F;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.doc-inner-contact-content .doc-inner-contact-social-links div img {
    padding-bottom: 5px;
}


.meet-our-doctors-swiper .swiper-wrapper {
    max-height: 262px !important;
}

.humburger i,
.humburger svg {
    color: white;
    font-size: 25px;
}

.humburger {
    display: none;
}


.all-doctor-search-bar .container .row .right .n-doctor-role .bottom button.active {
    color: var(--color-white);
    background: var(--color-primary);
}

.appointment-clt label {
    margin-top: 16px;
}

.appointment-clt:first-child label {
    margin-top: 0;
}

.booked-slot {
    text-decoration: none;
    color: gray;
    text-align: center;
    background-color: transparent;
    border-color: #1b448b59;
    color: #1b448bbd;
}

.booked-slot:hover {
    text-decoration: none;
    color: gray;
    text-align: center;
    background-color: transparent;
    border-color: #1b448b59;
    color: #1b448bbd;
}






@media (max-width: 576px) {}

@media (min-width: 576px) {}

.main-banner-sub-heading {
    font-size: 21px;
    color: #fff;
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1180px !important;
    }

    .header-right-bottom nav ul {
        padding-left: 0.5rem;
    }

    .main-banner-heading {
        font-size: 49.31px;
        width: 89%;
    }


    .book-an-appointment-btn {
        padding: 9px 18px;
        font-size: 17px;
    }

    .primary-btn {
        font-size: 17px;
        padding: 11.5px 20px;
    }

    /* .our-specialties .row {
        gap: 23px;
    } */

    .specialties-content-first,
    .specialties-content {
        width: 23.6rem !important;
    }

    .specialties-content-first a {
        width: 54%;
    }

}

@media (max-width: 1199px) {
    header {
        /* border-bottom: 1px solid #ffffff6b; */
        position: relative !important;
        background: var(--color-primary) !important;
        width: 100% !important;
        z-index: 1;
    }

    .language-flag {
        color: white;
    }

    .containter-width {
        width: 100% !important;
    }

    .humburger {
        display: flex;
        color: white;
        font-size: 30px;
    }

    ul.dropdown-content {
        width: 100%;
    }

    .header-right-bottom nav ul li,
    .header-nav ul div {
        display: flex;
        justify-content: center;
    }

    .header-right-bottom {
        position: fixed;
        width: 100%;
        right: -100%;
        height: 95vh;
        background-color: var(--color-primary);
        top: 64px;
        /* transform: translateX(100%); */
        transition: 0.4s ease-in-out;
    }

    .header-right-bottom.open {
        right: 0;
    }

    nav.header-nav ul {
        flex-direction: column;
        padding: 0;
    }

    .header-right-bottom nav ul li,
    .header-nav ul div {
        display: flex;
        justify-content: flex-start;
    }

    section {
        overflow-x: hidden;
    }

    nav.header-nav {
        padding: 30px 20px;
    }

    nav.header-nav ul {
        row-gap: 10px;
        flex-direction: column;
        padding: 0;
    }

    .dropdown {
        width: 100%;
    }

    button.dropbtn.pb-2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Specialitiess .dropdown button img {
        display: none;
    }

    .Specialitiess .dropdown ul {
        display: none;
    }

    .Specialitiess .dropdown:hover .specialities-department-nav-ul {
        display: none !important;
    }

    ul.dropdown-content li a {
        width: 100%;
    }

    button.dropbtn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .parent-menu-item {
        position: relative;
    }

    .parent-menu-item .dropdown {
        position: relative;
        flex-direction: column;
    }

    .parent-menu-item ul {
        position: static;
    }

    .dropdown:hover .dropdown-content {
        display: block;
        padding: 10px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 90% !important;
    }

    .header-right-top .d-flex.justify-content-end {
        /* justify-content: center; */
        align-items: center !important;
    }

    header {}

    html {
        overflow: hidden !important;
        overflow-y: visible !important;
    }

    header .sd {
        /* position: relative !important; */
        overflow-x: hidden !important;
        width: 100%;
    }

    footer {
        overflow-x: hidden;
        background-color: #0076BE;
        width: 100%;
    }

    .dropdown.parent-menu-item {
        padding-bottom: 0.5rem;
        flex-direction: column;
    }

    .Specialitiess {
        padding-bottom: 0.5rem;
    }

    section,
    footer,
    main {
        overflow-x: hidden;
    }



    .humburger {
        display: block;
    }

    .front-header-logo {
        padding: 18px 28px 16px 0px;
    }

    .main-banner-div {
        padding-top: 227px;
    }

    .we-care-span {
        font-size: 18px;
        width: 35%;
    }

    .main-banner-div .col-xxl-6 {
        gap: 14px;
    }

    .main-banner-heading {
        font-size: 47.31px;
        color: white;
        line-height: 65px;
    }

    .book-an-appointment-btn {
        padding: 11px 23px;
        font-size: 17px;
    }

    .main-banner {
        /* background: linear-gradient(to right, rgba(8, 26, 36, 0.986) 0%, transparent 70%), url(.././images/images/main-banner-img-02.webp); */
        background-size: cover;
        background-position: center;
        height: 817px
    }

    .container-full-width .right,
    .container-full-width .left {
        padding-right: 0 !important;
        justify-content: center !important;
    }

    .container-full-width .left h4 {
        font-size: 22px;
        padding-left: 0px !important;
    }

    .all-doctor-search-bar .container .row .right .n-doctor-role .bottom button {
        padding: 10px 11px;
    }

    .clear-filter-div button {
        padding: 11px 30px;
    }

    .insurance-cover-div {
        margin: 145px auto
    }

    .primary-btn {
        padding: 12px 34px 14px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .who-we-are .right {
        padding-left: 16px !important;
        padding-right: 0;
    }

    .who-we-are-heading {
        margin-bottom: 12px !important;
        margin-top: 4px !important;
    }

    .who-we-are .row .right p {
        font-size: 16px;
        width: 96%;
    }

    .who-we-are .right.col-md-5.col-xl-6.ps-5 .mt-5 {
        margin-top: 2.5rem;
    }

    .who-we-are .left {
        transform: scale(0.95);
    }

    .why-us-div .row .right div:first-child {
        margin-top: 50px;
    }

    .who-we-are-ul {
        margin-bottom: 34px;
    }

    .why-us-div .row .right div img {
        height: 385px;
    }

    .wu-stats h4 {
        font-size: 6.3rem;
    }

    .wu-stats span {
        font-size: 21px;
    }

    .training-content-div .right h5 {
        font-size: 24px;
        line-height: 26px;
    }

    .training-content-div .right .training-price span {
        font-size: 22px;
    }

    .training-content-div .right {
        padding: 23px 23px;
    }

    .training-content-div .left img {
        height: 20.55rem;
    }

    footer .footer .col-md-3.d-flex.flex-column.justify-content-between img {
        width: 100% !important;
    }

    .innerPagesHeader .header-nav a,
    .innerPagesHeader .header-right-bottom ul .dropdown a,
    .innerPagesHeader .dropbtn {
        color: white !important;
    }
}


@media (max-width: 768px) {
    .main-banner-div {
        padding-top: 132px;
    }

    .main-banner {
        height: 800px;

    }

    .HomedepartmentSlider {
        margin-top: 40px !important;
    }

    .row.mobile-adjuct-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .mobile-adjuct-flex-col1 {
        width: 50% !important;
        padding: 0;
    }

    .obile-adjuct-flex-col2 {
        width: 50% !important;
    }

    .we-care-span {
        font-size: 14px;
        width: max-content;
    }

    .main-banner-heading {
        font-size: 31px;
        line-height: normal;
        font-weight: 600;
    }

    .main-banner-div .main-banner-btn-con {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .container-full-width .left h4 {
        font-size: 18px !important;

    }

    .col-md-8.n-doctor-role.ps-0 .bottom {
        padding: 0 !important;
        border: 0px !important;
        margin: 0 !important;
    }

    .all-doctor-search-bar .left,
    .all-doctor-search-bar .right {
        padding: 0 !important;
    }

    .n-doctor-role {
        padding: 0 !important;
    }

    .all-doctor-search-bar {
        padding: 0 !important;
    }

    .all-doctor-search-bar {
        padding: 30px 30px;
    }

    .col-md-8.n-doctor-role.ps-0 .top {
        padding: 0px !important;
    }

    .col-md-8.n-doctor-role.ps-0 .bottom {
        display: flex;
        justify-content: space-between;
    }

    .top.mobile-m-tb {
        /* margin: 8px 0px; */
        /* margin-top: 20px; */
    }

    .mobile-p-lr {
        padding: 0px 20px !important;
    }

    .mobile-p-lr .mobile-a-c {
        justify-content: center !important;
        margin-top: 20px !important;
    }

    .insurance-cover-div.d-flex {
        flex-direction: column !important;
        align-items: center !important;
    }

    .insurance-cover-div.d-flex .mt-5 {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    .insurance-cover-div {
        margin: 80px auto !important;
    }

    .who-we-are .row .right h2 {
        font-size: 30px !important;
    }

    .who-we-are .right.col-md-5.col-xl-6.ps-5 .mt-5 {
        margin-top: 2.2rem !important;
    }

    .who-we-are {
        margin-bottom: 110px;
    }

    .clear-filter-div,
    .clear-filter-div button {
        width: 100%;
    }

    .who-we-are .left {
        padding: 0 !important;
    }

    .who-we-are .left .wwr-img-3 {
        position: static;
        width: 100%;
    }

    .who-we-are-heading,
    .who-we-are .row .right h2 {
        font-size: 30px !important;
        margin-top: 0px !important;
    }

    .home-sub-heading {
        font-size: 14px;
    }

    .why-us-div .row .left div {
        width: 100%;
    }

    .who-we-are-ul p {
        font-size: 16px;
        margin-bottom: 0 !important;
    }

    .why-us-div {
        padding: 110px 0px;
    }

    .our-specialties {
        margin: 110px auto;
    }

    .why-us-div .row .right div img {
        height: 220px !important;
        width: 49% !important;
    }

    .wu-stats {
        gap: 45px;
    }

    .wu-stats h4 {
        font-size: 5rem;
    }

    .wu-stats span {
        font-size: 18px;
    }

    .book-an-appointment-btn {
        padding: 9px 19px;
        font-size: 14px;
    }

    .watch-video-btn {
        gap: 7px;
        align-items: center;
    }

    .watch-video-btn img {
        width: 30px;
    }

    .main-banner-div .main-banner-btn-con {
        /* flex-direction: row; */
        align-items: flex-start !important;
        gap: 15px;
    }

    .watch-video-btn span {
        font-size: 14px;
    }

    .specialties-content-first {
        gap: 2px;
    }

    .specialties-content-first a {
        width: max-content;
        padding: 10px 15px;
    }

    .specialties-content-first div {
        display: flex;
        justify-content: end;
    }

    .meet-our-doctors {
        margin: 110px auto;
    }

    .home-service-div-4 .service-div-4 h5 {
        font-weight: 700;
        font-size: 30px !important;
        white-space: normal;
        overflow: auto;
        margin-bottom: 0 !important;
    }

    .services .service-div-4 {
        /* padding: 0 !important; */
    }

    .home-service-div-4 .service-div-4 {
        min-height: auto !important;
    }

    .services .service-div-4 p {
        margin-bottom: 0 !important;
    }

    .services .service-div-1.service-div div {
        gap: 1.3rem !important;
        flex-direction: column;
    }

    .services .service-div-5 h5 {
        font-size: 30px;
        color: white;
        margin-bottom: 25px;
    }

    .services .service-div-1 a {
        text-align: center;
    }

    .services .service-div-5 a {
        width: 83%;
        padding: 9.5px 0;
    }

    .service-div-5 {
        background: linear-gradient(166deg, #0076BE 0%, transparent 91%), url(.././images/images/service-5-bg.webp) no-repeat center / cover;
        min-height: 19.188rem;
    }

    .join-our-team .right div {
        flex-direction: column;
        gap: 1.5rem !important;
        align-items: flex-start !important;
    }

    .join-our-team .container .row .right div {
        /* font-size: 24px; */
        margin-bottom: 95px !important;
    }

    .inner-s-mb {
        margin-bottom: 1rem;
    }

    header {
        overflow: hidden;
        position: fixed !important;
        z-index: 10000;
    }

    footer .footer {
        padding: 50px 0;
    }

    footer .footer .col-md-3.d-flex.justify-content-center {
        justify-content: flex-start !important;
        margin-top: 30px !important;
    }

    footer .footer .col-md-3.d-flex.justify-content-end {
        justify-content: flex-start !important;
        margin-top: 30px;
    }

    footer .footer .col-md-3.d-flex.justify-content-end .d-flex.flex-column.justify-content-between {
        row-gap: 30px;
    }

    footer .footer .col-md-3.d-flex.flex-column.justify-content-between img {
        margin-bottom: 20px !important;
        width: 250px !important;
    }

    nav.header-nav {
        padding: 30px 40px;
    }

    .dropdown:hover .dropdown-content {
        display: block;
        padding: 10px;
        position: static;
    }

    ul.dropdown-content {
        position: static;
    }

    .header-right-bottom nav ul li,
    .header-nav ul div {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .training-content-div .left img {
        height: 14.55rem;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
    }

    .new-all-doctors .text-decoration-none,
    .new-all-doctors .w-100 {
        flex-direction: column;
    }

    .specific-doctor .inner-page-banner-div.container.d-flex.align-items-center.position-relative {
        flex-direction: column;
        height: auto;
        padding: 50px 20px;
    }

    .specific-doctor .inner-page-banner-div.container.d-flex.align-items-center.position-relative .d-flex.flex-column.justify-content-center.ms-5 {
        margin: 0 !important;
        text-align: center;
        margin-top: 30px !important;
    }

    .specific-doctor .inner-page-banner-div.container.d-flex.align-items-center.position-relative .d-flex.flex-column.justify-content-center.ms-5 h2 {
        font-size: 30px !important;
    }

    .specific-doctor .inner-page-banner-div.container.d-flex.align-items-center.position-relative .d-flex.flex-column.justify-content-center.ms-5 h4 {
        font-size: 20px;
        margin-top: 10px;
    }

    .top-space {
        height: 50px;
    }

    .doc-inner-nav .container ul {
        column-gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    .doc-inner-nav .container ul li {
        list-style: none;
        padding-bottom: 10px;
        font-size: 14px;
        padding-top: 15px;
        font-weight: 500;
    }

    .doc-inner-contact-side-bar .bottom .doc-inner-contact-content ul li p {
        margin: 0;
        color: #9FA3A8;
        word-wrap: break-word;
        word-break: break-all;
    }

    .meet-our-doctors-swiper .swiper-wrapper {
        max-height: 100% !important;
    }

    .new-all-doctors .right img {
        width: 190px;
    }

    .new-all-doctors #doc-list {
        display: flex;
        gap: 19px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    div#doc-list>a {
        flex-direction: column;
        width: 100%;
    }

    div#doc-list a .left.d-flex.flex-column.justify-content-center.px-3 {
        margin-top: 20px;
    }

    .all-doctors.container-fluid.my-0.px-0>.container.new-all-doctors {
        width: 100% !important;
        max-width: 100% !important;
    }

    section.all-doctors.container-fluid {
        margin: 50px 0px;
    }

    .container-fluid.all-doctor-search-bar .bottom {
        margin-bottom: 20px;
    }

    .container-fluid.all-doctor-search-bar .d-flex.justify-content-end.align-items-end {
        justify-content: flex-start !important;
        margin-top: 20px !important;
    }

    .new-all-doctors .right img {
        width: 184px;
        padding-top: 6px;
        border-bottom-left-radius: 18px;
        min-height: 261.66px;
        object-fit: cover;
    }

    .new-all-doctors .left {
        padding: 15px 16px 20px 19px !important
    }

    .new-all-doctors #doc-list .left button,
    .new-all-doctors#doc-list .left button {
        width: 54%;
        font-size: 11px;
        padding: 10px 12px !important;
    }

    .specific-doc-content .col-md-4 {
        padding: 0 0 !important;
    }

    .inner-page-banner-div.container {
        padding: 50px 0px;
        text-align: center !important;
        justify-content: center;
    }

    .inner-page-banner-div.container h2 {
        font-size: 30px !important;
    }

    .inner-main-specialities-content .services {
        margin-bottom: 10px !important;
    }

    .inner-contact-us-content iframe {
        height: 400px !important;
    }

    .health-packages-ul>ul {
        padding-left: 0;
    }

    .health-packages-btn>a {
        width: 100%;
    }

    .header-right-bottom .dropdown-content li {
        color: var(--color-primary-dark) !important;
    }

    .header-right-top {
        padding: 0 !important;
    }

    .header-right-top .header-right-aa {
        gap: 1rem !important;
    }

    .inner-career-content .container span {
        font-size: 30px;
    }

    .header-right-bottom .dropdown-content li a,
    .header-right-bottom .dropdown-content ul a,
    .header-right-bottom .dropdown-content ul li a {
        color: var(--color-primary-dark) !important;
    }

    .margin-adjust-main .services {
        margin-bottom: 0px !important;
    }

    .margin-adjust-main .main-specialities-div {
        margin-bottom: 0px !important;
    }

    .margin-adjust-main .life-support-heading.containter-width {
        width: 100%;
    }

    .margin-adjust-main .services .service-div-4.service-div-6.main-specialities-div {
        padding: 20px !important;
    }

    .inner-life-support-content {
        margin-top: 50px !important;
    }

    .inner-life-support-content .life-support-heading.containter-width {
        width: 100%;
    }

    .inner-life-support-content .training .services {
        margin-bottom: 0px !important;
    }

    .life-support-heading.containter-width {
        width: 100%;
    }

    .top-space {
        height: 63px;
    }

    .inner-life-support-content .training .service-div-4.service-div-6.main-specialities-div {
        padding: 20px !important;
    }

    .inner-specialties-info-txt p {
        font-size: 16px;
    }

    .inner-specialties-info-txt {
        padding-right: 0px !important;
        gap: 5px;
    }

    .inner-specialties-info .container .row .right img {
        margin-top: 40px;
    }

    .table-container {
        width: 100%;
        overflow-x: auto;
    }

    .elementor-field-subgroup {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .elementor-form-fields-wrapper.elementor-labels-above button.primary-btn.d-flex.justify-content-center.align-items-center {
        width: 100% !important;
    }

    .container.meet-our-doctors.py-0.my-0 {
        height: max-content !important;
    }

    .innerPagesHeader .dropbtn img {
        filter: none;
    }

    .header-right-bottom nav .dropdown ul.dropdown-content li a,
    .header-right-bottom .parent-menu-item ul.dropdown-content a {
        color: var(--color-primary-dark) !important;
    }

    #languageText {
        color: white !important;
    }

    .header-right-top {
        padding: 0 !important;
    }

    .footer-bottom-bar span {
        font-size: 12px !important;
    }

    div#doc-list a .left.d-flex.flex-column.justify-content-center.px-3 button {
        width: 100% !important;
    }

    .home-service-div-42 .service-div-4 {
        border: 1px solid lightgray;
    }

    .training-content-div .right {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;

    }

    .inner-life-support-content .training {
        margin-bottom: 15px;
    }

    .inner-life-support-content .services .service-div-4 h5 {
        font-weight: 600;
    }

    .side-menu-content-div {
        transform: scale(0.8);
        bottom: -43px;
        right: 36px;
    }

    .dropdown:hover .dropdown-content {
        display: none;
    }

    .dropdown.active .dropdown-content {
        display: block;
    }

    .new-blog-details-row .col-md-8 {
        margin-bottom: 30px;
    }

    .new-blog-details-row .sidebar-widget .blog-gallery li {
        width: 48.1%;
    }
}

@media (min-width: 1400px) {
    body {
        overflow-x: hidden;
    }
}
.zero-price {
    position: relative;
    min-height: 52px;
    display: block;
    top: 10px;
}
.zero-price a {
    right: 0 !important;
    display: inline;
    margin: auto;
    padding: 0;
    top: 0;
}
.support-training-box {
    height: calc(22.5rem + 1px);
}

.support-training-box .training-home-slider-description {
    height: calc(22.5rem - 152px);
    overflow: hidden;
}

.package-card img {
    border-radius: 10px;
    height: 420px;
    object-fit: contain;
    background: #e1d0d07a;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .package-card img {
        height: 100%;
    }

}



.swiper-doctor-container {
    margin: 0 -30px !important;
}

.meet-our-doctors-swiper {
    padding: 0 30px !important;
}

.meet-our-doctors-swiper .swiper-wrapper {
    padding: 0px;
}

.meet-our-doctors-swiper .swiper-button-prev, .meet-our-doctors-swiper .swiper-button-next {
    color: #0076bd !important;
    font-weight: 800;
}

.meet-our-doctors-swiper .swiper-button-prev {
    left: -8px !important;
}

.meet-our-doctors-swiper .swiper-button-next {
    right: -8px;
}
.meet-our-doctors-swiper .specialties-content {
    width: calc(100% - 30px) !important;
    margin: 0 15px;
}

@media screen and (max-width: 768px) {
    .meet-our-doctors-swiper .swiper-button-prev {
        left: 0px !important;
    }
    .meet-our-doctors-swiper .swiper-button-next {
        right: 0px;
    }
    /* .HomedepartmentSlider .swiper-button-prev {
        left: 0px !important;
    }
    .HomedepartmentSlider .swiper-button-next {
        right: 0px;
    } */
}


.swiper-trainingSwiper-container {
    margin: 0 -30px !important;
}

.trainingSwiper {
    padding: 0 30px !important;
}

.trainingSwiper .swiper-wrapper {
    padding: 0px;
}

.trainingSwiper .swiper-button-prev, .trainingSwiper .swiper-button-next {
    color: #0076bd !important;
    font-weight: 800;
}

.trainingSwiper .swiper-button-prev {
    left: -8px !important;
}

.trainingSwiper .swiper-button-next {
    right: -8px;
}
.trainingSwiper .specialties-content {
    width: calc(100% - 30px) !important;
    margin: 0 15px;
}

@media screen and (max-width: 768px) {
    .trainingSwiper .swiper-button-prev {
        left: 0px !important;
    }
    .trainingSwiper .swiper-button-next {
        right: 0px;
    }
}
