@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600;700;800&display=swap');

:root {
    --bs-primary: #252159;
    --bs-danger: #c40202;
    --bs-secondary: #f89f35;
    --bs-light: #ecf2f6;
    --bs-dark: #122505;
}

body {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--bs-gray-700);
    background-color: var(--bs-white);
}

*:not(i) {
    font-family: 'Open Sans', sans-serif !important;
}

/* 
body.hosital-portfolio {
    --bs-primary: #033b4a;
    --bs-secondary: #12b48b;
} */

body.hosital-portfolio *:not(i) {
    font-family: 'Saira', sans-serif !important;
}

.custom-menu>li {
    border-bottom: 1px solid rgb(229, 232, 236);
}

.custom-menu>li>ul>li {
    border-top: 1px solid rgb(229, 232, 236);
}

.custom-menu>li>ul {
    padding-left: 16px;
}

.custom-menu .toggler {
    position: absolute;
    right: 0;
    top: -1px;
    border: 1px solid #e5e8ec;
    background-color: transparent;
    height: 36px;
    width: 38px;
    color: var(--bs-gray-600);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    line-height: 1.3;
}

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

img {
    max-width: 100%;
}

.p-relative{
    position: relative !important;
}

.scrollTop {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99;
    background-color: var(--bs-white);
    color: var(--bs-primary);
    border-radius: 0;
    width: 44px;
    height: 50px;
    font-size: 16px;
    box-shadow: rgb(95 138 236 / 10%) 0px 0px 15px 30px;
}

.scrollTop:hover {
    transform: translateY(-5px);
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.c-scrollbar::-webkit-scrollbar {
    width: 4px;
    background: rgb(30, 30, 45);
    border-radius: 3px;
}

.c-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar-light::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 41, 0.1);
    border-radius: 3px;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0px;
}

.no-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.no-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fs-11 {
    font-size: 0.6875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.0625rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-19 {
    font-size: 1.1875rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-21 {
    font-size: 1.3125rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-23 {
    font-size: 1.4375rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-28 {
    font-size: 1.8rem !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-1-1 {
    line-height: 1.1 !important;
}

.lh-1-2 {
    line-height: 1.2 !important;
}

.lh-1-3 {
    line-height: 1.3 !important;
}

.lh-1-4 {
    line-height: 1.4 !important;
}

.lh-1-5 {
    line-height: 1.5 !important;
}

.lh-1-6 {
    line-height: 1.6 !important;
}

.lh-1-7 {
    line-height: 1.7 !important;
}

.lh-1-8 {
    line-height: 1.8 !important;
}

.lh-1-9 {
    line-height: 1.9 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.hov-opacity-0:hover {
    opacity: 0 !important;
}

.hov-opacity-10:hover {
    opacity: 0.1 !important;
}

.hov-opacity-20:hover {
    opacity: 0.2 !important;
}

.hov-opacity-30:hover {
    opacity: 0.3 !important;
}

.hov-opacity-40:hover {
    opacity: 0.4 !important;
}

.hov-opacity-50:hover {
    opacity: 0.5 !important;
}

.hov-opacity-60:hover {
    opacity: 0.6 !important;
}

.hov-opacity-70:hover {
    opacity: 0.7 !important;
}

.hov-opacity-80:hover {
    opacity: 0.8 !important;
}

.hov-opacity-90:hover {
    opacity: 0.9 !important;
}

.hov-opacity-100:hover {
    opacity: 1 !important;
}

.shadow-xs {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

.shadow-sm {
    box-shadow: 0px 1px 3px rgb(0 0 0 / 16%) !important;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.shadow-md {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%) !important;
}

.shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}

.shadow-none {
    box-shadow: none !important;
}

.hov-shadow-xs:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

.hov-shadow-sm:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;
}

.hov-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.hov-shadow-md:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

.hov-shadow-lg:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}

.hov-shadow-none:hover {
    box-shadow: none !important;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-danger {
    background-color: var(--bs-danger) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-light-primary {
    background-color: var(--bs-light-primary) !important;
}

.hov-bg-primary:hover {
    background-color: var(--bs-primary) !important;
}

.hov-bg-white:hover {
    background-color: var(--bs-white) !important;
}

.hov-text-primary:hover {
    color: var(--bs-primary) !important;
}

.hov-text-secondary:hover {
    color: var(--bs-secondary) !important;
}

.hov-text-white:hover {
    color: var(--bs-white) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

a {
    text-decoration: none;
    color: inherit;
}

a,
button,
input,
textarea,
.btn,
.has-transition {
    transition: all 0.3s ease 0s;
}

.btn {
    font-size: 14px;
    padding: 5px 16px;
    border-radius: 4px;
}

a:hover {
    text-decoration: none;
    color: var(--bs-light-primary);
}

:focus,
a:focus,
button:focus,
.page-link:focus,
.custom-file-input:focus~.custom-file-label {
    box-shadow: none;
    outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

.ps-5px,
.px-5px,
.p-5px {
    padding-left: 5px;
}

.ps-10px,
.px-10px,
.p-10px {
    padding-left: 10px;
}

.ps-15px,
.px-15px,
.p-15px {
    padding-left: 15px;
}

.ps-20px,
.px-20px,
.p-20px {
    padding-left: 20px;
}

.ps-25px,
.px-25px,
.p-25px {
    padding-left: 25px;
}

.ps-30px,
.px-30px,
.p-30px {
    padding-left: 30px;
}

.pe-5px,
.px-5px,
.p-5px {
    padding-right: 5px;
}

.pe-10px,
.px-10px,
.p-10px {
    padding-right: 10px;
}

.pe-15px,
.px-15px,
.p-15px {
    padding-right: 15px;
}

.pe-20px,
.px-20px,
.p-20px {
    padding-right: 20px;
}

.pe-25px,
.px-25px,
.p-25px {
    padding-right: 25px;
}

.pe-30px,
.px-30px,
.p-30px {
    padding-right: 30px;
}

.pt-5px,
.py-5px,
.p-5px {
    padding-top: 5px;
}

.pt-10px,
.py-10px,
.p-10px {
    padding-top: 10px;
}

.pt-15px,
.py-15px,
.p-15px {
    padding-top: 15px;
}

.pt-20px,
.py-20px,
.p-20px {
    padding-top: 20px;
}

.pt-25px,
.py-25px,
.p-25px {
    padding-top: 25px;
}

.pt-30px,
.py-30px,
.p-30px {
    padding-top: 30px;
}

.pb-5px,
.py-5px,
.p-5px {
    padding-bottom: 5px;
}

.pb-10px,
.py-10px,
.p-10px {
    padding-bottom: 10px;
}

.pb-15px,
.py-15px,
.p-15px {
    padding-bottom: 15px;
}

.pb-20px,
.py-20px,
.p-20px {
    padding-bottom: 20px;
}

.pb-25px,
.py-25px,
.p-25px {
    padding-bottom: 25px;
}

.pb-30px,
.py-30px,
.p-30px {
    padding-bottom: 30px;
}

.mt-10px {
    margin-top: 10px;
}

.me-10px {
    margin-right: 10px;
}

.mt-15px {
    margin-top: 15px;
}

.me-15px {
    margin-right: 15px;
}

.z--1 {
    z-index: -1 !important;
}

.z-0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.z-1020 {
    z-index: 1020 !important;
}

.z-1035 {
    z-index: 1035 !important;
}

.z-1045 {
    z-index: 1045 !important;
}

.text-truncate-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-truncate-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.c-pointer {
    cursor: pointer !important;
}

.c-not-allowed {
    cursor: not-allowed !important;
}

.c-default {
    cursor: default !important;
}

.form-control {
    padding: 0.5rem 1rem;
    font-size: 14px;
    border: 1px solid #e5e8ec;
    color: rgb(137, 139, 146);
}

.rounded-20px {
    border-radius: 20px;
}

.rounded-15px {
    border-radius: 15px;
}

.rounded-10px {
    border-radius: 10px;
}

.rounded-8px {
    border-radius: 8px;
}

.rounded-6px {
    border-radius: 6px;
}

.transition-3 {
    transition: all 0.3s ease-in-out 0s;
}

.transition-4 {
    transition: all 0.4s ease-in-out 0s;
}

.transition-5 {
    transition: all 0.5s ease-in-out 0s;
}

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

.absolute-full {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.absolute-top-right {
    position: absolute !important;
    top: 0px;
    right: 0px;
}

.absolute-top-left {
    position: absolute !important;
    top: 0px;
    left: 0px;
}

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

.absolute-bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.absolute-top-center {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.absolute-right-center {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.border-light {
    border-color: #e9e9e9 !important;
}

.border-secondary {
    border-color: var(--bs-secondary) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.bordered-1{
    border: solid 1px #e9e9e9;
    border-radius: 5px;
    padding: 5px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #e5e8ec;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-danger {
    color: var(--bs-danger) !important;
}

.text {
    color: var(--bs-text);
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.nav-link {
    padding: .35rem 0.7rem 0.3rem;
    color: var(--bs-text);
    font-weight: 500;
    font-size: 15px;
}

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

.img-fit {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

.w-fit {
    width: fit-content !important;
}

.carousel .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}

.carousel.dots-static .slick-dots {
    position: static;
    transform: none;
    margin-top: 25px;
}

.carousel.dots-static .slick-dots li button {
    width: 12px;
    height: 12px;
    margin: 0 4px;
}

.carousel.dots-inside-bottom .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.carousel .slick-dots button {
    height: 20px;
    width: 20px;
    padding: 0px;
    color: transparent;
    border: 0px;
    background: #dae5ed;
    border-radius: 30px;
    margin: 0px 8px;
}

.carousel .slick-dots .slick-active button {
    background: var(--bs-primary);
}

.carousel .slick-arrow {
    position: absolute;
    padding: 0px;
    top: 50%;
    height: 60px;
    width: 60px;
    transform: translateY(-50%);
    font-size: 22px;
    background-size: 16px !important;
    z-index: 99;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--bs-white);
    color: var(--bs-white);
    left: 40px;
}

.carousel .slick-arrow:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.carousel .slick-arrow.slick-prev i {
    padding-right: 3px;
}

.carousel .slick-arrow.slick-next i {
    padding-left: 3px;
}

.carousel .slick-arrow.slick-next {
    right: 40px;
    left: auto;
}

.half-outside-arrow .slick-next {
    right: -10px;
}

.half-outside-arrow .slick-prev {
    left: -10px;
}

.ratio-1-4 {
    aspect-ratio: 1 / 0.4;
}

.ratio-1-5 {
    aspect-ratio: 1 / 0.5;
}

.ratio-1-55 {
    aspect-ratio: 1 / 0.55;
}

.ratio-1-65 {
    aspect-ratio: 1 / 0.65;
}

.ratio-1-7 {
    aspect-ratio: 1 / 0.7;
}

.ratio-1-8 {
    aspect-ratio: 1 / 0.8;
}

.ratio-square {
    aspect-ratio: 1 / 1;
}

.ratio-1-11 {
    aspect-ratio: 1 / 1.1;
}

.dropdown-toggle::after {
    content: '\f078';
    border: none;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    margin-left: 5px;
    transform: translateY(2px);
    font-weight: 600;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

.sticky {
    animation: 300ms ease-in-out 0s 1 normal none running fadeInDown;
    left: 0px;
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
    background-color: var(--bs-white) !important;
}

.header-middle {
    justify-content: space-between;
}

.menu-wrapper {
    padding: 0 20px;
    background-color: var(--bs-white);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
    position: relative;
    min-height: 60px;
}

.main-menu {
    display: flex;
    justify-content: center;
    position: relative;
}

.main-menu>li {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.main-menu>li.mega>a::after,
.main-menu>li.dropdown>a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    font-size: 11px;
    margin-left: 5px;
    display: inline-block;
    transition: all 0.3s ease-out;
    font-weight: 700;
    line-height: 1;
}

.main-menu li.mega:hover>a::after,
.main-menu li.dropdown:hover>a::after {
    transform: rotate(-180deg);
}

.main-menu li a {
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    color: var(--bs-text);
    font-weight: 400;
}

.main-menu>li>a {
    padding: 20px 20px;
}

.main-menu li a.active,
.main-menu li a:hover {
    color: var(--bs-primary);
}

.main-menu li .submenu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    min-width: 250px;
    background-color: var(--bs-white);
    box-shadow: rgb(0 0 0 / 8%) 0 15px 20px 3px;
    border-radius: 2px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s linear 0s;
    padding: 5px 0;
    border-top: 2px solid var(--bs-primary);
}

.main-menu li.drowdown:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
}

.main-menu li.dropdown:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.main-menu li.dropdown>.submenu li a {
    padding: 7px 15px;
    border-bottom: 1px dashed rgb(245, 245, 245);
    color: rgb(51, 51, 51);
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    overflow: hidden;
}

.main-menu li.dropdown>.submenu li a:hover {
    color: var(--bs-primary);
}

.main-menu li.dropdown>.submenu>li:last-child>a {
    border-bottom: none;
}

.main-menu li.dropdown>.submenu>li.dropdown .submenu {
    top: 0;
    right: 100%;
    left: auto;
}

/* ==================
Additional Css End
==================*/

.sticky-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255 255 255 / 15%);
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 99;*/
}

.bottom-bar{
    background: #0070B8;
}

.header-nav>ul>li {
    position: relative;
}

.header-nav>ul>li>a {
    display: inline-block;
    padding: 26px 15px;
    font-size: 15px;
    font-weight: 600;
    color: var(--bs-white);
}

.bg-white .header-nav>ul>li>a {
    color: var(--bs-primary);
}

.sticky .header-nav>ul>li>a.active,
.bg-white .header-nav>ul>li>a.active {
    color: var(--bs-secondary);
}

.sticky-header .login-btn {
    color: var(--bs-white);
}

.sticky-header.sticky .login-btn {
    /* font-weight: 500; */
    /* color: var(--bs-primary); */
}

.header-nav>ul>li>a.active,
.header-nav>ul>li>a:hover {
    color: var(--bs-secondary);
}

.header-nav>ul>li>div {
    position: absolute;
    left: -100px;
    top: 100%;
    background-color: var(--bs-white);
    min-width: 800px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    padding: 5px 0;
    transform: scaleY(0);
    transform-origin: center top 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: 1200;
}

.header-nav>ul>li:hover>div {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.header-nav>ul>li>div>p:hover{
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.header-nav>ul>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--bs-white);
    min-width: 200px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    padding: 5px 0;
    transform: scaleY(0);
    transform-origin: center top 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: 1200;
}

.header-nav>ul>li:hover>ul {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.header-nav>ul>li>ul>li>a {
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--bs-gray-700);
}

.header-nav>ul>li>ul>li>a:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.header-nav>ul>li>ul>li>ul {
    position: absolute;
    top: 0;
    right: 100%;
    left: auto;
    background-color: var(--bs-white);
    min-width: 200px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    padding: 5px 0;
    transform: scaleY(0);
    transform-origin: center top 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: 1200;
}

.header-nav>ul>li>ul>li:hover>ul {
    transform: scaleY(1);
    visibility: visible;
    color: var(--bs-secondary);
    opacity: 1;
}

.header-nav>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--bs-gray-700);
}

.header-nav>ul>li>ul>li>ul>li>a:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.hero-section {
    overflow: hidden;
}

.hero-section .hero-wrapper {
    position: relative;
    /*padding: 100px 0 0;*/
}

.hero-section .hero-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background-color: rgb(37 33 89 / 50%); */
    z-index: -1;
}

.hero-section .hero-bg {
    width: 100%;
    /*position: absolute;*/
    inset: 0;
    object-fit: cover;
    height: 550px;
    z-index: -2;
}

.find-doctor{
    position: absolute;
    bottom: 20px;
}

.btn-primary {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: var(--bs-white);
    padding: 4px 25px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 6px;
    overflow: hidden;
    background: var(--bs-secondary);
    border: none;
    text-transform: capitalize;
    background: linear-gradient(to right, #a75726 0%, #f9b93c 50%, #a75726 100%);
    background-size: 240% 100%;
    transition: all 0.5s ease-in-out;
}

.btn-primary:hover {
    background-position: right;
}

.hero-wrapper h1 {
    font-size: 52px;
    margin-bottom: 30px;
}

.hero-section .tabs-wrapper {
    background-color: hwb(0deg 100% 0% / 20%);
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.hero-section .tabs-wrapper .nav-tabs {}

.hero-section .tabs-wrapper .nav-tabs button {
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-white);
    background-color: transparent;
    border: 2px solid var(--bs-white);
    border-radius: 0;
    border-left: none;
    border-top: none;
    flex-grow: 1;
}

.hero-section .tabs-wrapper .nav-tabs button:last-child {
    border-right: none;
}

.hero-section .tabs-wrapper .nav-tabs button.active {
    color: var(--bs-secondary);
}

.hero-section .tabs-wrapper .tab-content {
    padding: 20px;
}

.hero-section .tabs-wrapper .tab-content .form-control,
.hero-section .tabs-wrapper .tab-content .form-select {
    min-height: 50px;
    border-radius: 5px;
    border-color: var(--bs-gray-300);
    border-width: 2px;
}

.howLeft-col {
    width: 100%;
    padding: 20px;
    /*padding-left: 15px;*/
    position: relative;
}

.howLeft-col * {
    color: var(--bs-white);
    border-radius: 10px;
}

.howRight-col {
    max-width: 635px;
    width: 100%;
    padding: 100px 15px 100px 80px;
}

.how-work-right {
    background-color: #f6fbf8;
    margin: -50px 0px;
    position: relative;
}

.how-work-right::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #dfdfdf transparent;
}

.how-work-right::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #dfdfdf transparent transparent;
}

.howLeft-icon {
    position: absolute;
    top: -90px;
    left: -115px;
    font-size: 300px;
    line-height: 1;
    font-family: arial;
    font-weight: 600;
    opacity: 0.2;
}

.howLeft-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.sub-title {
    color: var(--bs-secondary);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 600;
}

.section-head.center {
    text-align: center;
    margin: 0px auto 60px;
    max-width: 650px;
    position: relative;
}

.sub-title {
    color: var(--bs-secondary);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 600;
}

.title {
    font-size: 40px;
    font-weight: 700;
}

.category-box {
    color: #21537f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    background: rgb(24, 144, 171);
    background: linear-gradient(245deg, #053846 10%, #242259 80%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1890ab', endColorstr='#22517e', GradientType=1);
    border-radius: 17px;
    padding: 50px 30px;
    text-align: center;
    transition: all 0.5s linear;
    overflow: hidden;
    animation: blinkingText 2s infinite
}

.category-box:hover * {
    color: var(--bs-white);
}

.category-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*background-color: var(--bs-white);*/
    background-color: #0070b8;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    border-radius: 15px;
    border: 1px solid var(--bs-light);
}
@keyframes blinkingText{
		0%		{ color: #10c018;}
		25%		{ color: #1056c0;}
		50%		{ color: #ef0a1a;}
		75%		{ color: #254878;}
		100%	{ color: #04a1d5;}
	}

.category-box:hover::before {
    opacity: 0;
}

.category-box .media {
    height: 120px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cat-info{
    min-height: 47px;
}

.cat-info h4{
    color: #ffffff;
}

.category-box .cat-info::before,
.category-box .cat-info::after {
    content: '';
    position: absolute;
    width: 150%;
    aspect-ratio: 1/1;
    background-color: var(--bs-primary);
    border-radius: 50%;
    transform: translate(-10%, -20%);
    z-index: -1;
    opacity: 0.06;
}

.category-box .cat-info::after {
    width: 140%;
    transform: translate(-50%, -20%);
}

.category-box .media img {
    max-width: 60px;
}

.category-box .media::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bs-light);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.category-box:hover .icon {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}


@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

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

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.category-box h4 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5px;
}

.category-box p {
    margin-bottom: 0;
}

.more-btn-section {
    text-align: center;
}

.more-btn-section .plus {
    border: 1px solid var(--bs-secondary);
    border-radius: 6px;
    background-color: var(--bs-white);
    width: 46px;
    height: 40px;
    display: inline-block;
    position: relative;
}

.more-btn-section .plus i {
    color: var(--bs-secondary);
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
}

.more-btn-section .plus::before,
.more-btn-section .plus::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: var(--bs-secondary);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.more-btn-section .plus::before {
    right: 100%;
    margin-right: 10px;
}

.more-btn-section .plus::after {
    left: 100%;
    margin-left: 10px;
}

.more-btn-section .plus:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.more-btn-section .plus:hover::before {
    width: 50px;
}

.more-btn-section .plus:hover::after {
    width: 50px;
}

.doctor-card {
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--bs-white);
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 15px, 0px 2px rgb(248 159 53 / 60%);
}

.doctor-card .card-media {
    border-radius: 0 0 0 25px;
    overflow: hidden;
    background-color: var(--bs-primary);
    background: linear-gradient(135deg, #053846 10%, #242259 100%) !important;
}

.doctor-card .card-media .img {
    text-align: center;
    padding: 35px;
}

.doctor-card .card-media .img img {
    width: 50%;
    min-width: 150px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    padding: 5px;
    border: 2px solid var(--bs-white);
}

.doctor-card .card-info {
    padding: 15px 25px 20px;
    color: var(--bs-gray-600);
    border-radius: 0 25px 0 0;
    position: relative;
    background-color: var(--bs-white);
    text-align: center;
    min-height: 144px;
}

.doctor-card .card-info::before,
.doctor-card .card-info::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: var(--bs-white);
    border-radius: 0 25px 0 0;
    z-index: 1;
}

.doctor-card .card-info::before {
    background-color: var(--bs-primary);
    border-radius: 0;
    width: 38px;
    height: 38px;
}

.doctor-card .card-info .card-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
}

.doctor-card .card-info .card-description {
    padding-bottom: 8px;
}

.doctor-card .card-info .card-designation {
    display: block;
    padding-bottom: 4px;
    color: var(--bs-secondary);
    font-weight: 500;
}

.doctor-card .card-info .card-location {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-bottom: 6px;
}

.doctor-card .card-info .card-rating {
    font-size: 12px;
    color: var(--bs-secondary);
}

.doctor-card .card-info .card-rating .rating-count {
    color: var(--bs-gray-600);
    font-weight: 600;
    margin-left: 5px;
}

.model-img {
    text-align: center;
}

.model-img img {
    max-height: 500px;
}

.list-check-style2 {
    list-style: none;
    margin: 30px 0px;
}

.list-check-style2 li .list-title {
    color: #0f5846;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.list-check-style2 li {
    padding-left: 60px;
    position: relative;
    padding-bottom: 5px;
}

.list-check-style2 li i {
    position: absolute;
    left: 0px;
    top: 0;
    color: var(--bs-white);
    font-size: 22px;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.featured-r-section {
    max-width: 566px;
    margin-left: auto;
}

.featured-r-section ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.featured-r-section ul li {
    width: 50%;
}

.featured-r-section ul li:first-child {
    margin-top: 40px;
}

.animate-v2 {
    -webkit-animation: upNdown11 5s infinite linear;
    animation: upNdown11 2s infinite linear;
}

@-webkit-keyframes upNdown11 {
    0% {}

    50% {
        transform: translateY(-5px);
    }

    100% {}
}

@keyframes upNdown11 {
    0% {}

    50% {
        transform: translateY(5px);
    }

    100% {}
}

/* Animate Up Down 2*/
.animate-v3 {
    -webkit-animation: upNdown12 5s infinite linear;
    animation: upNdown12 2s infinite linear;
}

@-webkit-keyframes upNdown12 {
    0% {}

    50% {
        transform: translateY(5px);
    }

    100% {}
}

@keyframes upNdown12 {
    0% {}

    50% {
        transform: translateY(-5px);
    }

    100% {}
}

.featured-l-inner .featured-content {
    padding: 50px 30px;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.featured-l-inner .featured-content h3 {
    color: var(--bs-white);
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.featured-l-inner .featured-content span {
    margin-bottom: 20px;
    display: block;
}

.featured-l-inner .media img {
    width: 100%;
}

.featured-r-inner .featured-content {
    padding: 50px 30px;
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.featured-r-inner .featured-content h3 {
    color: var(--bs-white);
    margin-bottom: 15px;
}

.featured-r-inner .featured-content span {
    margin-bottom: 20px;
    display: block;
}

.featured-r-inner .media img {
    width: 100%;
}


.shine-hover .shine-box {
    position: relative;
    overflow: hidden;
}

.shine-hover .shine-box::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shine-hover .shine-box:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.single-fact {
    padding: 50px 30px;
    background-color: var(--bs-white);
    text-align: center;
    transition: all 0.5s linear;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 15px, 0px 2px rgb(37 33 89 / 20%);
    border-radius: 15px;
    background: linear-gradient(45deg, #a75726 10%, #f9b93c 100%);
}

.single-fact .media {
    height: 120px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.single-fact .media img {
    width: 66px;
}

.single-fact .media::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bs-light);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: -1;
}

.single-fact .counter-area {
    font-size: 40px;
    color: var(--bs-white);
}

.icon-effect:hover .icon {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

.single-fact .static-name {
    font-size: 20px;
    color: var(--bs-white);
}

.provider-mid-wrap {
    padding: 40px;
    background-image: url(../images/gallery/bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.list-check-style {
    list-style: none;
    margin: 30px 0px;
}

.list-check-style li {
    position: relative;
    padding-bottom: 5px;
}

.list-check-style li i {
    color: var(--bs-white);
    padding-right: 5px;
}

.provider-mid {
    padding: 40px;
    border: 2px solid var(--bs-secondary);
}

.single-testimonial {
    padding-top: 30px;
}

.single-testimonial .quote {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin: -50px auto -25px;
    position: relative;
    z-index: 2;
}

.single-testimonial .testimonial-inner {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-light);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 30px;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 15px, 0px 2px rgb(37 33 89 / 20%);
}

.single-testimonial .testimonial-inner::before,
.single-testimonial .testimonial-inner::after {
    content: '';
    position: absolute;
    width: 150%;
    aspect-ratio: 1/1;
    background-color: var(--bs-primary);
    border-radius: 50%;
    transform: translate(-20%, 5%);
    z-index: -1;
    opacity: 0.06;
}

.single-testimonial .testimonial-inner::after {
    width: 140%;
    transform: translate(-50%, -20%);
}

.single-testimonial .testimonial-text {
    font-weight: 600;
    color: #3866b3;
    margin-bottom: 20px;
}

.single-testimonial .testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-testimonial .testimonial-author .author-img {
    flex-shrink: 0;
    margin-right: 5px;
}

.single-testimonial .testimonial-author .author-img img {
    display: inline-block;
}

.single-testimonial .testimonial-author .author-img .author-rating {
    font-size: 10px;
    background-color: var(--bs-white);
    padding: 2px 8px;
    border-radius: 30px;
    margin-top: -10px;
    position: relative;
    z-index: 2;
    border: 1px solid var(--bs-light);
}

.single-testimonial .testimonial-author .author-info {
    text-align: start;
}

.single-testimonial .testimonial-author .author-info .author-name {
    font-weight: 600;
    margin-bottom: 3px;
    color: #254376;
    font-size: 17px;
}

.single-testimonial .testimonial-author .author-info .author-designation {
    color: #43a6ff;
    font-weight: 500;
}

.testimonial-carousel .slick-dots {
    position: static;
    transform: none;
    margin: 0;
}

.testimonial-carousel .slick-dots button {
    width: 17px;
    height: 6px;
    margin: 0 3px;
}

.footer_info-wrapper {
    background-color: var(--bs-white);
    padding: 15px 30px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 8%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -60px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.footer_info {
    padding: 10px 0;
    flex: 0 0 33.3%;
    display: flex;
    align-items: center;
}

.footer_info+.footer_info {
    border-left: 2px solid #ebf2f3;
    padding-left: 70px;
}

.footer_info .footer_info-title {
    flex-shrink: 0;
}

.footer_info .footer_info-title .footer_info-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    margin-right: 20px;
    border: 1px solid #ebf2f3;
    color: var(--bs-secondary);
}

.footer_info .footer_info-description p {
    color: #686a6f;
    font-size: 15px;
    font-weight: 500;
}

.copyright-area {
    background-image: linear-gradient(45deg, #053846 10%, #242259 100%);
    position: relative;
    z-index: 1;
    padding: 10px 0;
}

.copyright-area .left-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    visibility: hidden;
}

.copyright-area .right-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.copyright-area .right-bg-color {
    position: absolute;
    width: 50px;
    top: 0;
    height: 100%;
    background-color: var(--bs-white);
    right: -35px;
    transform: skewX(-24deg);
}

.footer-section {
    background-color: var(--bs-light);
    padding-top: 90px;
    padding-bottom: 40px;
    color: #5b6674;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
    border-top: 2px solid var(--bs-gray-300);
}

.footer-section .info-list {
    margin-bottom: 15px;
}

.footer-section .info-list li {
    line-height: 2.2;
}

.footer-section .info-list li i {
    margin-right: 5px;
}

.footer-section .info-list li a {
    color: #27c5f1;
}

.footer-title {
    font-size: 20px;
    color: var(--bs-primary);
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.footer-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 50px;
    height: 3px;
    background-color: rgb(116 136 185);
    background-color: var(--bs-secondary);
}

.footer-links li a {
    display: inline-block;
    line-height: 2.2;
    font-size: 15px;
    font-weight: 500;
}

.footer-links li a:hover {
    color: var(--bs-primary);
}

.formnewsletter fieldset {
    position: relative;
}

.formnewsletter fieldset .form-group .form-control {
    z-index: 1;
    height: 44px;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    padding: 10px 65px 10px 17px;
    border: 1px solid var(--bs-white);
}

.formnewsletter button {
    top: 0;
    right: 0;
    z-index: 2;
    color: var(--bs-white);
    width: 50px;
    height: 44px;
    outline: none;
    line-height: 40px;
    position: absolute;
    border-radius: 0 4px 4px 0;
    background: var(--bs-secondary);
    padding: 0;
}

.formnewsletter button:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.btnapps li+li {
    margin-left: 10px;
}

.sticky-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--bs-white);
    padding: 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
}

.sticky-footer ul li {
    text-align: center;
    display: block;
}

.sticky-footer ul li a {
    display: block;
    font-size: 26px;
    padding: 4px;
}

.footer-social a {
    background-color: rgb(255 255 255 / 15%);
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    font-size: 13px;
    border-radius: 50%;
    color: var(--bs-white);
}

.footer-social.bg-alt a {
    background-color: var(--bs-secondary);
}

.page-title-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 20px 0px;
    overflow: hidden;
}

.page-title-section::before {
    content: '';
    position: absolute;
    opacity: 0.8;
    background-color: var(--bs-primary);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-title-section .heading-area {
    color: var(--bs-white);
    text-align: center;
}

.page-title-heading h2{
    color: var(--bs-white) !important;
}

.page-title-section .heading-area .heading-large {
    font-size: 50px;
}

.page-title-section .breadcrumbs-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title-section .breadcrumbs-nav ul li {
    display: flex;
    align-items: center;
}

.page-title-section .breadcrumbs-nav ul li a,
.page-title-section .breadcrumbs-nav ul li span {
    font-size: 15px;
}

.breadcrumbs-nav ul li:not(:last-child)::after {
    content: "\f054";
    color: var(--bs-white);
    font-family: 'Font Awesome 5 Pro';
    margin: 0 14px;
    font-weight: 600;
    margin-top: 5px;
}

.search-form .form-control {
    height: 46px;
}

.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
}

.search-form .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    height: 46px;
    display: flex;
    align-items: center;
}

.btn-primary.rounded-0::before,
.btn-secondary.rounded-0::before {
    border-radius: 0;
}

.search-heading {
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--bs-white);
    margin-bottom: 20px;
}

.page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
    min-height: 50px;
    background: var(--bs-white);
    flex-wrap: wrap;
}

.page-header .page-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    line-height: 2.2;
}

.breadcrumb-item.active {
    color: var(--bs-secondary);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 2px;
    word-wrap: break-word;
    background-color: var(--bs-white);
    background-clip: border-box;
    border: 1px solid #e4e6f1;
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 1.5rem;
    width: 100%;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    background: 0 0;
    padding: .5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    border-bottom: 1px solid #e4e6f1;
}

.card-title {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    margin-bottom: 0;
    vertical-align: middle;
    position: static !important;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e6f1;
}

.custom-control-label:before {
    border: 1px solid rgba(167, 180, 201, 0.5);
    background-color: var(--bs-white);
    background-size: .5rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.text-dark {
    color: #29334c !important;
}

.label {
    display: inline;
    padding: .3em .6em .2em;
    font-size: 75%;
    color: var(--bs-white);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    display: inline-block;
    margin-bottom: .5rem;
    line-height: 1.5;
    font-weight: 500;
}

.label-light {
    background-color: #dee0ec;
    color: #29334c;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e9ecf1;
    height: 38px;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.card-body .select2-sm .select2-selection {
    padding: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: var(--bs-white);
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}

.card-body .select2-selection {
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    display: block;
    width: 100%;
    color: #3c4858;
    height: 41px;
    background-color: var(--bs-white);
    background-clip: padding-box;
    border: 1px solid #e9ecf1;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: block;
    padding: .375rem .75rem;
    font-size: .9375rem;
    line-height: 1.6;
    height: 39px;
}

.card-body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.select2-dropdown {
    border: 1px solid #e9ecf1;
}

.card-bottom,
.card-footer {
    padding: 12px;
    background: 0 0;
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

.btn-sm:hover,
.btn-sm {
    padding: 8px 12px;
}

.power-ribbon {
    width: 56px;
    height: 56px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

.power-ribbon-top-left {
    top: -6px;
    left: -9px;
}

.power-ribbon span {
    position: absolute;
    display: block;
    width: 90px;
    padding: 8px 0 5px;
    color: var(--bs-white);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    text-align: center;
}

.power-ribbon-top-left span {
    right: 0;
    top: 0;
    transform: rotate(-45deg);
}

.power-ribbon-top-left span i {
    transform: rotate(45deg);
    padding-top: 6px;
    padding-left: 20px;
}

.btn-custom:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.card .media-area {
    width: 280px;
    min-height: 200px;
    position: relative;
}

.item-overly-trans span.badge {
    position: absolute;
    bottom: 10px;
    left: 12px;
    line-height: 9px;
    font-size: 13px;
    padding: 8px 11px;
    z-index: 3;
    font-weight: 400;
}

.item-overly-trans .rating-stars {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    padding: 1px 5px;
}

.rating-stars .rating-stars-container .rating-star.sm {
    display: inline-block;
    font-size: 12px;
    color: #83829c;
    cursor: pointer;
    padding: 1px;
    line-height: 1;
}

.item-overly-trans .rating-stars .rating-stars-container .rating-star.is--active {
    color: #f1c40f;
}

.page-link {
    position: relative;
    display: block;
    padding: .4rem .75rem;
    margin-left: -1px;
    color: #29334c;
    line-height: 1.25;
    background-color: var(--bs-white);
    border: 1px solid #e4e6f1;
    font-size: 14px;
    border-radius: 0 !important;
}

.page-item.disabled .page-link {
    color: #ced4da;
    pointer-events: none;
    cursor: auto;
    background-color: var(--bs-white);
    border-color: #e4e6f1;
}

.page-item .page-link:hover,
.page-item.active .page-link {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.single-page .wrapper.wrapper2 {
    width: 100%;
    background: var(--bs-white);
    transition: all .5s;
    color: var(--bs-white);
    overflow: hidden;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #e4e6f1;
    border-radius: 15px;
}

.single-page .wrapper .card-body {
    padding: 30px;
    overflow: visible;
}

.btn-facebook {
    color: var(--bs-white);
    background-color: #3c5a99;
    border-color: #3c5a99;
}

.btn-google {
    color: var(--bs-white);
    background-color: #d34836;
    border-color: #d34836;
}

.btn-twitter {
    color: var(--bs-white);
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-icon {
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
    border: 1px solid rgba(96, 94, 126, 0.2);
    border-radius: 2px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
}

.btn-icon:hover {
    background-color: var(--bs-secondary);
}

hr.divider {
    padding: 0;
    border: none;
    border-top: solid 1px #e4e6f1;
    color: #333;
    text-align: center;
    margin: .5rem 0;
    overflow: visible;
    opacity: 1;
}

hr.divider:after {
    content: "or";
    display: inline-block;
    position: relative;
    top: -.9em;
    font-size: 1.2em;
    padding: 0 .25em;
    z-index: 2;
    color: #484471;
    background-color: var(--bs-white);
}

.arrow-right::after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: var(--bs-danger);
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%) rotate(45deg);
    z-index: -1;
}

.single-page .wrapper>form {
    transition: all .5s;
    background-color: var(--bs-white);
    width: 100%;
    padding-top: 10px !important;
}

.single-page .wrapper>form>div {
    position: relative;
    margin-bottom: 15px;
}

.single-page .wrapper input {
    height: 40px;
    padding: 5px 15px;
    width: 100%;
    border: solid 1px #e4e6f1;
}

.single-page .wrapper label {
    position: absolute;
    top: -7px;
    font-size: 12px;
    white-space: nowrap;
    background: var(--bs-white);
    text-align: left;
    left: 15px;
    padding: 0 5px;
    color: #29334c;
    pointer-events: none;
}

.single-page .wrapper textarea {
    height: 60px;
    padding: 5px 15px;
    width: 100%;
    border: solid 1px #e4e6f1;
}

.card.blog-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 15px, 0px 2px rgb(248 159 53 / 60%);
}

.blog-card .card-img {
    position: relative;
}

.blog-card .cover-image {
    width: 100%;
    aspect-ratio: 1/.65;
    object-fit: cover;
}

.item7-card-text span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.blog-card .btn-sm:hover,
.blog-card .btn-sm {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 3px;
}

.item-list .list-group-item {
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e4e6f1;
}

.item-list .list-group-item i {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    color: var(--bs-primary);
}

.product-tags a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 2px;
    color: #1a1a1a;
    font-size: 12px;
    border: 1px solid #e4e6f1;
}

.product-tags li a:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.scrollTop {
    position: fixed;
    right: 60px;
    bottom: 60px;
    background-color: var(--bs-secondary);
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    height: 62px;
    width: 62px;
    border-radius: 50px;
    line-height: 20px;
    text-align: center;
    z-index: 99;
}

.scrollTop:before {
    position: absolute;
    content: '';
    height: 93px;
    width: 93px;
    animation: v-btn-animation 3s infinite;
    background: var(--bs-secondary);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    z-index: -9;
    opacity: .3;
}

.scrollTop:after {
    position: absolute;
    content: '';
    height: 124px;
    width: 124px;
    animation: v-btn-animation 2s infinite;
    background: #e4e0f5;
    border-radius: 50%;
    left: -30px;
    top: -30px;
    z-index: -99;
    opacity: .2;
}

.scrollTop a {
    font-size: 18px;
    color: var(--bs-white);
}

.scrollTop span {
    background: var(--bs-secondary);
    height: 62px;
    width: 62px;
    display: block;
    border-radius: 50%;
}

.scrollTop span i {
    font-size: 32px;
    line-height: 60px;
    color: var(--bs-white);
}

@keyframes v-btn-animation {
    0% {
        -ms-transform: scale(0.5);
        /* IE 9 */
        -webkit-transform: scale(0.5);
        /* Safari */
        transform: scale(0.5);
    }

    100% {
        -ms-transform: scale(1.0);
        /* IE 9 */
        -webkit-transform: scale(1.0);
        /* Safari */
        transform: scale(1.0);
    }
}

@-webkit-keyframes v-btn-animation {
    0% {
        -ms-transform: scale(0.5);
        /* IE 9 */
        -webkit-transform: scale(0.5);
        /* Safari */
        transform: scale(0.5);
    }

    100% {
        -ms-transform: scale(1.0);
        /* IE 9 */
        -webkit-transform: scale(1.0);
        /* Safari */
        transform: scale(1.0);
    }
}

.topbar .top-left {
    position: relative;
    z-index: 1;
    color: var(--bs-white);
}

.topbar .top-left .bg-layer {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: -500px;
    background-color: var(--bs-secondary);
    z-index: -1;
}

.topbar .top-left .layer-content {
    padding: 10px 20px 10px 0;
}

.topbar .top-right * {
    color: var(--bs-white);
}

.topbar .top-right .top_bar_social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar .top-right .top_bar_social li a {
    display: inline-block;
    font-size: 16px;
    padding: 5px;
}

.topbar .top-right .single-border {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}

.topbar .top-right .single-border::after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, .12);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-two {
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 15%);
    position: relative;
    z-index: 99;
}

.header-two .main-nav {
    display: flex;
    justify-content: flex-end;
}

.header-two .main-nav ul {
    display: flex;
    align-items: center;
}

.header-two .main-nav ul li a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #033b4a;
    padding: 18px;
    display: inline-block;
}

.header-two .main-nav ul li a.active,
.header-two .main-nav ul li a:hover {
    color: var(--bs-secondary);
}

.hosital-portfolio .btn-primary {
    display: inline-block;
    min-width: 140px;
    background: var(--bs-secondary);
    text-transform: capitalize;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    line-height: normal;
    position: relative;
    box-shadow: rgb(248 159 53 / 25%) 0px 0px 0px 4px;
    color: var(--bs-white) !important;
}

.hosital-portfolio header .btn-primary {
    padding: 10px 20px !important;
}

.main-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    transform: none;
    right: 0;
    top: 0;
    bottom: 0;
    width: fit-content;
    left: auto;
    z-index: 9;
    background-color: rgb(255 255 255 / 15%);
    margin: 0;
    padding: 10px;
}

.main-slider .slick-dots::before,
.main-slider .slick-dots::after {
    content: '';
    background-color: rgb(255 255 255 / 30%);
    width: 1px;
    flex-grow: 1;
    margin: 5px 0;
}

.main-slider .slick-dots li button {
    font-size: 16px;
    color: var(--bs-white);
    width: 40px;
    height: 40px;
    background-color: rgb(255 255 255 / 30%);
}

.main-slider .slick-dots li.slick-active button {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.slide-img {
    width: 100%;
    /*aspect-ratio: 1/.5;*/
    max-height: 440px;
    min-height: 220px;
    /*object-fit: cover;*/
}

.hosital-portfolio .btn-outline-primary {
    display: inline-block;
    min-width: 140px;
    background: transparent;
    color: var(--bs-secondary);
    text-transform: capitalize;
    outline: none;
    padding: 8px 20px !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 50px;
    transition: 0.3s;
    max-width: max-content;
    line-height: normal;
    position: relative;
    box-shadow: none;
    border: 2px solid var(--bs-secondary);
    transition: all 0.3s ease-out;
}

.hosital-portfolio .btn-outline-primary:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.about-img {
    position: relative;
}

.about-img::before {
    content: '';
    top: 20px;
    left: 20px;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    background: url(../images/gallery/about-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.title-header h5 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    color: #9dabaf;
    margin-top: 5px;
    margin-bottom: 5px;
}

.title-header h2.title {
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #033b4a;
    margin-bottom: 5px;
}

.featured-imagebox {
    background-color: var(--bs-white);
    box-shadow: 0 5px 15px rgb(3 59 74 / 20%);
    border-radius: 8px;
    overflow: hidden;
}

.featured-imagebox .featured-thumbnail {
    overflow: hidden;
}

.featured-imagebox .featured-thumbnail img {
    width: 100%;
    height: 250px;
    /*aspect-ratio: 1/0.68;*/
    /*object-fit: cover;*/
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.featured-imagebox:hover .featured-thumbnail img {
    transform: scale(1.2) rotate(5deg);
}

.featured-imagebox .featured-content {
    padding: 15px;
    text-align: center;
}

.featured-imagebox .featured-content .featured-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 17px;
    margin-bottom: 6px;
}

.featured-imagebox .featured-content .featured-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
}

.featured-imagebox .featured-content .featured-desc a {
    display: block;
    padding: 10px;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    margin: -15px;
    margin-top: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.featured-imagebox:hover .featured-content .featured-desc a {
    background-color: var(--bs-primary);
}

.featured-imagebox .featured-content .featured-desc a::before {
    background: var(--bs-white);
    content: "";
    height: 200px;
    opacity: 0.3;
    position: absolute;
    top: -50%;
    bottom: 0px;
    transform: rotate(25deg) translateY(-50%);
    width: 20px;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
    left: -500px;
}

.featured-imagebox .featured-content .featured-desc a:hover::before {
    left: 500px;
}

.featured-doctor {
    position: relative;
    background-color: var(--bs-white);
    box-shadow: 0 5px 15px rgb(3 59 74 / 20%);
    border-radius: 8px;
    overflow: hidden;
}

.featured-doctor::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--bs-secondary);
    width: 0;
    transition: 0.3s;
    margin: auto;
    opacity: 0.7;
}

.featured-doctor:hover:after {
    width: 80%;
}

.featured-doctor .featured-thumbnail {
    overflow: hidden;
    position: relative;
}

.featured-doctor .featured-thumbnail img {
    width: 100%;
    max-height: 210px;
    /*aspect-ratio: 1/0.9;*/
    /*object-fit: cover;*/
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.featured-doctor:hover .featured-thumbnail img {
    transform: scale(1.2) rotate(5deg);
}

.featured-doctor .featured-thumbnail .featured-iconbox {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-secondary);
    padding: 5px;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}

.featured-doctor .featured-thumbnail .featured-iconbox ul {
    display: flex;
}

.featured-doctor .featured-thumbnail .featured-iconbox ul li {}

.featured-doctor .featured-thumbnail .featured-iconbox ul li a {
    color: var(--bs-white);
    border: none;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    border-radius: 50%;
}

.featured-doctor:hover .featured-thumbnail .featured-iconbox {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.featured-doctor .featured-content {
    text-align: center;
    padding: 15px;
}

.featured-doctor .featured-content .featured-title {
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 0;
}

.featured-doctor .featured-content .featured-position {
    color: var(--bs-dark);
    font-weight: 500;
}

.featured-doctor .featured-content .featured-position p{
    margin: 0;
}

.doctor-chamber-time {
    border-top: 1px solid var(--bs-light);
}
.doctor-name-area{
    min-height: 106px;
}
.featured-doctor .featured-content .featured-bottom-content {
    /*margin-top: 10px;*/
    /*padding-top: 10px;*/
}

.featured-doctor .featured-content .featured-bottom-content ul li {
    color: var(--bs-gray);
    font-weight: 500;
}

.featured-doctor .featured-content .featured-bottom-content .btn-bottom {
    margin: -15px;
    margin-top: 10px;
}

.featured-doctor .featured-content .featured-bottom-content .btn-bottom a {
    display: block;
    padding: 10px;
    color: var(--bs-secondary);
    background-color: rgb(18 180 139 / 10%);
    margin: -15px;
    margin-top: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 500;
}

.featured-doctor:hover .featured-content .featured-bottom-content .btn-bottom a {
    /* background-color: var(--bs-secondary); */
    /* color: var(--bs-white); */
}

.featured-doctor .featured-content .featured-bottom-content .btn-bottom a::before {
    background: var(--bs-white);
    content: "";
    height: 200px;
    opacity: 0.3;
    position: absolute;
    top: -50%;
    bottom: 0px;
    transform: rotate(25deg) translateY(-50%);
    width: 20px;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
    left: -500px;
}

.featured-doctor .featured-content .featured-bottom-content .btn-bottom a:hover::before {
    left: 500px;
}

.testimonial-single {}

.testimonial-single .testimonial-single__inner {}

.testimonial-single .testimonial-single-content {
    padding: 25px 20px 18px;
    background-color: var(--bs-white);
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

.testimonial-single .testimonial-single-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    border-width: 12px;
    border-style: solid;
    border-color: white transparent transparent white;
}

.testimonial-single .testimonial-single-content .rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.testimonial-single .testimonial-single-content .rating i {
    font-size: 16px;
    color: #ffc92e;
}

.testimonial-single .testimonial-single-content .testimonial-description {
    font-size: 15px;
    font-weight: 400;
}

.testimonial-single .avatar-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 20px;
    margin-top: 20px;
}

.testimonial-single .avatar-wrapper .avatar img {
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-single .avatar-wrapper .avatar-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-single .avatar-wrapper .avatar-info p {
    margin-bottom: 0;
}

.testimonial-carousel-two.carousel .slick-arrow {
    right: 70px;
    top: -20px;
    left: auto;
    width: 44px;
    height: 44px;
    font-size: 16px;
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.testimonial-carousel-two.carousel .slick-arrow.slick-next {
    right: 16px;
}

.testimonial-carousel-two.carousel .slick-arrow:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.footer-section-two {
    /* background-image: url(../images/gallery/footer-bg.jpg); */
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    /* color: rgba(255, 255, 255, .6); */
    padding: 60px 0 40px;
    position: relative;
    z-index: 1;
    border-top: 2px solid var(--bs-gray-300);
}

.subscribe_form {
    position: relative;
}

.subscribe_form input {
    background-color: rgba(255, 255, 255, .09);
    border: none;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    color: var(--bs-white);
    font-size: 13px;
    letter-spacing: 1px;
}

.subscribe_form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    border-radius: 0;
    height: 45px;
    width: 50px;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.subscribe_form button:hover {
    background-color: #012d38;
    color: var(--bs-white);
}

.footer-widget .widget-title {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    color: var(--bs-primary);
    font-size: 24px;
}

.footer-section-two .address li,
.footer-section-two .links a {
    line-height: 2;
}

.footer-section-two .footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 20px;
}

.footer-section-two .footer-social li a:hover {
    background-color: var(--bs-secondary);
}

.hosital-portfolio .btn-menu {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    padding: 3px 11px 1px;
    font-size: 18px;
}

.hosital-portfolio .page-title-row {
    display: block;
    padding-top: 95px;
    padding-bottom: 85px;
    z-index: 11;
    position: relative;
    background-image: url(../images/gallery/pagetitle-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title-heading h1 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 6px;
    position: relative;
    color: var(--bs-white);
}

.page-title-heading h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: var(--bs-white);
}

.breadcrumb-wrapper .breadcrumb-wrapper-inner {
    background-color: rgba(255, 255, 255, .08);
    padding: 8px 15px;
    display: inline-block;
}

.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 19px;
}

.breadcrumb-wrapper span:last-child {
    color: var(--bs-secondary);
}

.sidebar .widget ul>li {
    border-top: 1px solid #eee;
}

.sidebar .widget ul>li:first-child {
    border-top: none;
}

.widget ul.widget-menu li a {
    display: block;
    padding: 12px 15px 10px;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    background-color: var(--bs-white);
}

.widget ul.widget-menu li:hover {
    border-color: #19d1a2;
}

.widget ul.widget-menu li:hover a,
.widget ul.widget-menu li.active a {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.widget ul.widget-menu li a::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    float: right;
}

.widget .widget-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 26px;
}

.sidebar .widget-title::before {
    display: block;
    margin-bottom: 0;
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 17px;
    height: 2px;
    background-color: #044072;
}

.sidebar .widget.widget-recent-post a {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
}

.sidebar .widget.widget-recent-post a:hover {
    color: var(--bs-secondary);
}

.sidebar .widget.widget-recent-post ul li .post-date {
    color: #9dabaf;
    display: block;
    font-size: 12px;
}

.layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
    background-color: var(--bs-secondary);
}

.layer-content * {
    color: var(--bs-white);
}

.layer-content h3 {
    font-size: 30px;
}

.layer-content p {
    font-size: 15px;
}

.featured-icon-box {
    margin-bottom: 15px;
}

.featured-icon-box .featured-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.featured-icon-box .featured-content .featured-icon {
    flex-shrink: 0;
    width: 50px;
    border: 1px solid rgb(255 255 255 / 60%);
    height: 50px;
    font-size: 22px;
    display: grid;
    place-items: center;
}

.featured-icon-box .featured-content .featured-title {
    flex-grow: 1;
}

.featured-icon-box .featured-content .featured-title h5 {
    font-size: 18px;
    margin-bottom: 4px;
}

.featured-icon-box .featured-content .featured-title h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.contactform span.text-input {
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
    position: relative;
}

.contactform span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}

.contactform span.text-input input,
.contactform span.text-input textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #242424;
    width: 100%;
    font-size: 15px;
    padding: 9px 15px;
    padding-left: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    outline: 0;
}

.contactform span.text-input input:focus,
.contactform span.text-input textarea:focus {
    border-color: var(--bs-secondary);
}

.contactform label {
    width: 100%;
    margin: 0;
}

.map-wrapper {
    display: flex;
}

.map-wrapper iframe {
    width: 100%;
    aspect-ratio: 1/0.3;
    min-height: 250px;
    max-height: 450px;
}

.single-blog {}

.single-blog .blog-top {
    position: relative;
}

.single-blog .blog-top .blog-thumbnail {
    position: relative;
}

.single-blog .blog-top .blog-date {
    bottom: -30px;
    left: 20px;
    top: auto;
    height: 62px;
    width: 69px;
    position: absolute;
    font-weight: 500;
    font-size: 31px;
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 7px;
    z-index: 1;
    text-align: center;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.single-blog .blog-top .blog-date .entry-date .date .entry-month {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
}

.single-blog .blog-content {
    background-color: var(--bs-white);
    border-bottom: 3px solid transparent;
    transition: all .3s ease-in-out;
    padding: 40px 20px 15px 20px;
    box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
}

.single-blog:hover .blog-content {
    border-color: var(--bs-secondary);
}

.single-blog .blog-content .blog-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.single-blog .blog-content .blog-title:hover a {
    color: var(--bs-secondary);
}

.single-blog .blog-content .blog-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.custom-pagination {
    display: block;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
}

.custom-pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
    background-color: #f8f9fa;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #f8f9fa;
    border-radius: 0;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.custom-pagination .page-numbers:hover,
.custom-pagination .page-numbers.current {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.sidebar .widget-categories li {
    position: relative;
    margin: 5px 0;
    border-top: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 5px !important;
    font-size: 16px;
}

.sidebar .widget-categories li span {
    position: absolute;
    right: 0;
    top: 13px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    -webkit-box-shadow: 0 0 10px 0 rgba(3, 59, 74, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(3, 59, 74, .1);
    box-shadow: 0 0 10px 0 rgba(3, 59, 74, .1);
    background-color: var(--bs-white);
}

.sidebar .widget-categories li:hover a {
    color: var(--bs-secondary);
}

.sidebar .search-form {
    position: relative;
    background-color: var(--bs-white);
}

.sidebar .search-form input {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #242424;
    width: 100%;
    font-size: 15px;
    padding: 9px 15px 8px;
    letter-spacing: 1px;
    font-weight: 400;
    outline: 0;
}

.sidebar .search-form button {
    border: none;
    outline: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    display: grid;
    place-items: center;
    color: var(--bs-gray-900);
    font-size: 15px;
}

.sidebar .search-form button:hover {
    color: var(--bs-secondary);
}

.bg-gradient {
    background: linear-gradient(45deg, #053846 10%, #242259 100%) !important;
}

.footer-shape svg {
    position: absolute;
    left: -50px;
    bottom: 0;
    z-index: -1;
    height: 110px;
}


.fixed-buttons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;

    grid-row-gap: 6px;
    align-items: flex-end;
}

.fixed-buttons>* {
    display: flex;
    align-items: center;
    border: navajowhite;
    background-color: var(--bs-primary);
    padding: 10px;
    font-size: 16px;
    color: var(--bs-white);
    height: 50px;
    border-radius: 50px 0 0 50px;
    width: 50px;
    white-space: nowrap;
    transition: all 0.3s linear;
}

.fixed-buttons>* svg {
    fill: var(--bs-white);
    flex-shrink: 0;
}

.fixed-buttons>* span {
    visibility: hidden;
    white-space: nowrap;
    transition: all 0.3s linear;
}

.fixed-buttons>*:hover {
    width: 220px;
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
}

.fixed-buttons>*:hover span {
    visibility: visible;
}

.doctor-profile .profile-content-area {
    padding: 40px 25px 40px 20px;
    box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
    background-color: var(--bs-white);
}

.doctor-profile .profile-content-area {}

.doctor-profile .single-list {}

.doctor-profile .single-title {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
}

.doctor-profile .single-position {
    font-size: 15px;
    color: #6e6e6e;
    font-weight: 400;
    margin-bottom: 0;
}

.doctor-profile .profile-data {
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin-top: 35px;
}

.doctor-profile .profile-details-list li {
    margin-bottom: 10px;
}

.doctor-profile .profile-list-title {
    margin-right: 8px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}

.doctor-profile .profile-list-value {
    display: inline-block;
}

.award-icon-box {
    display: flex;
}

.award-icon-box .award-icon {
    flex-shrink: 0;
    height: 54px;
    width: 54px;
    margin-right: 16px;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.nav-tabs.custom-tab button {
    border-radius: 0;
    background-color: var(--bs-gray-300);
    color: var(--bs-primary);
    padding: 6px 20px;
    border-top: 3px solid transparent;
    min-width: 120px;
}

.nav-tabs.custom-tab button.active {
    border-top-color: var(--bs-secondary);
}

.custom-progress-bar {
    margin-bottom: 20px;
}

.custom-progress-bar .progress {
    background-color: #c0c0c1;
    border-radius: 0;
    height: 7px;
    position: relative;
    overflow: visible;
}

.custom-progress-bar .progress .progress-bar {
    background-color: var(--bs-primary);
    overflow: visible;
}

.custom-progress-bar .progress-parcent {
    position: absolute;
    right: 0;
    color: #0a0a0a;
    z-index: 3;
    text-shadow: none;
    font-size: 17px;
    padding: 2px 0;
    border-radius: 0;
    top: -38px;
}

.btn-xs {
    line-height: 1.5;
    padding: 3px 10px 4px;
    font-size: 14px;
    border-radius: 3px;
}

.video-player {
    position: relative;
    display: none;
}

.video-player .close-player {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 99;
    border-radius: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
}

.video-player video {
    margin-top: 20px;
}

ul.author-nav li a {
    color: #54667a;
    display: block;
    font-size: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 40px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

ul.author-nav li a.active,
ul.author-nav li a:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

ul.author-nav li a i {
    margin-right: 15px;
}

.search-width{
    width: 310px;
}

.hotline i{
    color: #dc3545;
}

.hotline span{
    font-size: 19px;
    font-weight: 700;
    color: var(--bs-danger);
}
.popup-modal-content{
    width: auto;
}

.popup-modal-content-area{
    width: 320px;
}

.popup-modal-content-area img{
    max-height: 400px;
    height: 400px;
}