/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/




body {
    font-family: "Open Sans", sans-serif;
    color: #000;
    overflow-x: hidden;
}

a {
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

p {
    line-height: 1.7;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

ul {
    list-style: none;
    font-family: "Open Sans", sans-serif;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #000000;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 15px;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 15px;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 40px;
    height: 5px;
    line-height: 0;
    border: none;
    background-color: #01224e75;
    transition: all ease 0.4s;
    position: relative;
}

ul.slick-dots li {
    display: block;
    text-align: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}

li.slick-active button {
    background-color: #01224f;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 70px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
}

.section-title.yellow-text span {
    color: #000000;
}

.section-title.yellow-text span:after {
    background: #000000;
}

.section-title.yellow-text span:before {
    background: #000000;
}

.section-title h3 {
    margin: 0px 0 16px;
    color: #000000;
    position: relative;
    z-index: 1;
    font-weight: 600;
    border-style: solid;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: #b4af8a;
    padding: 5px 15px;
    letter-spacing: 5px;
}

.section-title h2 {
    font-size: clamp(1.5rem, 2vw, 40px);
    position: relative;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.section-title p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.our-btn-blue {
    font-size: 16px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    padding: 12px 30px;
    color: #000;
    background-color: #00000000;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.5s;
}

.our-btn-blue:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.9;
}

.our-btn-blue:hover {
    background: #b4af8a;
    color: #000;
    border-color: #b4af8a;
}

.our-btn-black {
    font-size: 16px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    padding: 12px 30px;
    color: #000;
    background-color: #00000000;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.5s;
}

.our-btn-black:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.9;
}

.our-btn-black:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}



.our-btn-white {
    font-size: 16px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    padding: 12px 30px;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.5s;
}

.our-btn-white:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.9;
}

.our-btn-white:hover {
    background: #B3AE89;
    color: #000;
    border-color: #B3AE89;
}

/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/
.call-buton .cc-calto-action-ripple {
    z-index: 9;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    background: #000;
    width: 5rem;
    height: 5rem;
    padding: 0rem;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(0,0, 0, 0.2), 0 0 0 0 rgba(0,0, 0, 0.2), 0 0 0 5px rgba(0,0, 0, 0.2), 0 0 0 10px rgba(0,0, 0, 0.2);
        box-shadow: 0 4px 10px rgba(0,0, 0, 0.2), 0 0 0 0 rgba(0,0, 0, 0.2), 0 0 0 5px rgba(0,0, 0, 0.2), 0 0 0 10px rgba(0,0, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(0,0, 0, 0.2), 0 0 0 5px rgba(0,0, 0, 0.2), 0 0 0 10px rgba(0,0, 0, 0.2), 0 0 0 20px rgba(0,0, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(0,0, 0, 0.2), 0 0 0 10px rgba(0,0, 0, 0.2), 0 0 0 20px rgba(0,0, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(0,0, 0, 0.2), 0 0 0 0 rgba(0,0, 0, 0.2), 0 0 0 5px rgba(0,0, 0, 0.2), 0 0 0 10px rgba(0,0, 0, 0.2);
        box-shadow: 0 4px 10px rgba(0,0, 0, 0.2), 0 0 0 0 rgba(0,0, 0, 0.2), 0 0 0 5px rgba(0,0, 0, 0.2), 0 0 0 10px rgba(0,0, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(0,0, 0, 0.2), 0 0 0 5px rgba(0,0, 0, 0.2), 0 0 0 10px rgba(0,0, 0, 0.2), 0 0 0 20px rgba(0,0, 0, 0);
        box-shadow: 0 4px 10px rgba(0,0, 0, 0.2), 0 0 0 5px rgba(0,0, 0, 0.2), 0 0 0 10px rgba(0,0, 0, 0.2), 0 0 0 20px rgba(0,0, 0, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}













/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 11px #0000003d;
    z-index: 9;
}

.header.sticky .burger-icon span {
    background: #000;
}

.header.sticky .logo_bx a {
    transform: none;
    position: relative;
    top: 0;
}

.header.sticky .logo_bx a img {
    max-width: 196px;
    transition: all 0.5s;
}

.header.sticky .bottom_head {
    padding: 0;
}

.header.sticky {
    padding: 5px 0;
}

.header {
    z-index: 9;
    position: relative;
    padding: 0px 0 20px;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: #fff;
}

.navbar a {
    color: #000 !important;
}

header.header.sticky .top_head_sec {
    display: none;
}

.bottom_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_bx {
    text-align: left;
    position: relative;
    flex: 0 0 150px;
}

a.logo {
    position: absolute;
    left: 0;
    top: 14px;
    max-width: 115px;
    transform: translate(0px, -97px);
}

ul.social-area {
    display: flex;
    align-items: center;
}
.home a.logo img {
    max-width: 130px;
}
a.logo img {
    max-width: 90px;
    transition: all 0.5s;
    /* filter: brightness(45.5); */
}

.right_btn {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 0;
    gap: 15px;
    flex-direction: column;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    padding-bottom: 17px;
}
.bottom_bar{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
    gap: 30px;
}
.top_bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    /* background: #fff; */
    padding: 13px 15px 12px;
    position: relative;
}

.top_bar a {
    z-index: 1;
    position: relative;
}
.top_bar:before {
    content: '';
    position: absolute;
    /* background: #4f8ac9; */
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 60%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
}
.top_bar .our-btn-white {
    padding: 6px 23px;
}


.header.sticky .top_bar {
    position: fixed;
    width: 100%;
    padding: 8px 15px 12px;
}
.right_btn a.common-btn {
    margin-right: 0;
}
.right_btn .navbar ul {
    gap: 106px;
}
.sticky .right_btn {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 46px;
}
.home.page-template a.logo {
    top: 22px;
}
.home.page-template a.logo img  {
    max-width: 223px;
}
.home.page-template .header.sticky a.logo img {
    max-width: 196px;
}
.home.page-template .header.sticky a.logo {
    top: 0;
}
.page-template a.logo {
    top: 17px;
}   
.page-template a.logo img {
    max-width: 223px;
}
a.phone-cn {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

a.phone-cn img {
    max-width: 24px;
    margin-right: 2px;
    /* filter: invert(1); */
}

.left_bx {
    display: flex;
    align-items: center;
    gap: 40px;
}
.staff-sec .section-title h2 {
    color: #fff;
}
.staff-sec .btn_bx .our-btn-blue {
    border-color: #fff;
    color: #fff;
}
.page-id-225 .inner-banner .banner-image img {
    object-position: bottom;
}
.contact-card {
    border: none !important;
    padding: 0 !important;
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        position: inherit;
        padding: 0;
        margin: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        gap: 40px;
    }

    .navbar li {
        position: inherit;
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 0;
    }
	 .navbar li.active a {
		background-color: #b4af8a !important;
	}
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 8px;
        /* font-size: 16px; */
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        font-family: "Open Sans", sans-serif;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #01224f;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }

    .banner-img {
        top: 150%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: rgba(70, 0, 0, 0.8);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        text-transform: uppercase;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #fff;
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #222428;
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        position: relative;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        padding-right: 10px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(70, 0, 0, 0.6);
        z-index: 9996;
    }
}

/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 40px 20px 0 0;
}

@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.side_bar_menu ul li a {
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    display: block;
    font-weight: 500;
    padding: 15px 15px;
}

.side_bar_menu ul li a:hover {
    background: #01224f;
    color: #fff;

}

.side_bar_menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.side_inner_menu {
    flex: 0 0 calc(33.33% - 30px);
}

.side_bar_menu ul li {
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 33.333%;
}

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

.side_bar_location h4 {
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}

.inner-content {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgb(0 73 144 / 25%);
    text-align: left;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #fff;
    background-color: #01224f;
    border-color: #01224f;
}

.side-bar.header-one {
    background-color: #ffffff;
}

.side-bar button:hover {
    background-color: #b4af8a;
    border-color: #b4af8a;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    padding: 6px;
    border: 1px solid #000;
}

.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    cursor: url(../images/banner/shape/close.png), auto;
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.burger-icon {
    width: 30px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #000;
    transition: all 400ms ease-in-out;
    margin-left: auto;
}

.burger-icon span:nth-child(1) {}

.burger-icon span:nth-child(2) {
    width: 100%;

}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
}

.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}



.side_bar_cn {
    margin-bottom: 25px;
    text-align: center;
}

.side_bar_address {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgb(180 175 138 / 37%);
}

.side_bar_address h3,
.side_inner_menu h3 {
    margin-bottom: 0;
    font-size: 22px;
    color: #b4af8a;
    text-transform: capitalize;
}

.side_bar_phone {
    flex: 0 0 30%;
}

.side_bar_address a {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}

.side_bar_address a i {
    color: #01224f;
    padding-right: 10px;
}

.side_bar_address p {
    margin: 0;
    text-align-last: left;
}

/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/
.banner-main {
    position: relative;
    z-index: 1;
    padding: 0;
    /* background: #01224F; */
}

/* .banner-image:before {
    background: #01224f;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
} */

/* .banner-main:after {
    content: '';
    background-image: url('../../assets/images/6536.jpg');
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
} */
.banner-text {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -55%);
    left: 50%;
    z-index: 1;
}
.ban_head {
    position: relative;
    z-index: 5;
}

.ban_head h3 {
    font-size: 22px;
    color: #fff;
    display: block;
    margin-bottom: 25px;
    display: none;
}

.ban_head h1,
.ban_head h2 {
    color: #000;
    font-size: 53px;
    margin-bottom: 0;
    text-transform: capitalize;
    transition: transform 500ms ease, opacity 500ms ease;
    transition-delay: 0s, 0s;
    transform: translateX(200px);
}

.ban_head a.our-btn-white:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.banner-main .slick-slide.slick-current.slick-active .ban_head h1,
.banner-main .slick-slide.slick-current.slick-active .ban_head h2 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 500ms;
}

.ban_head h2 {
    transition: transform 500ms ease, opacity 500ms ease;
    transition-delay: 0s, 0s;
    transform: translateX(-200px);
}


.ban_head p {
    transition: transform 500ms ease, opacity 500ms ease;
    transition-delay: 0s, 0s;
    transform: translateX(200px);
}

.banner-main .slick-slide.slick-current.slick-active .ban_head p {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 500ms;
}

.ban_head a {
    transition: transform 500ms ease, opacity 500ms ease;
    transition-delay: 0s, 0s;
    transform: translateY(100px);
    margin-top: 25px;
}

.banner-main .slick-slide.slick-current.slick-active .ban_head a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 500ms;
}

.ban_head.text-white h1 {
    color: #fff;
}

.ban_head p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.ban_head h2 span {
    color: #000000;
}

.banner-main .slick-slide.slick-current.slick-active .ban_head h1 span {
    background-position: right bottom;
}


.banner-main ul.slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 35px;
    left: 0;
    width: 100%;
}

.banner-main .slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 40px;
    height: 5px;
    line-height: 0;
    border: none;
    background-color: #ffffff75;
    transition: all ease 0.4s;
    position: relative;
}

.banner-main li.slick-active button {
    background-color: #000;
}

.banner-slide {
    display: block !important;
}

.banner-main .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.ban-right {
    margin-left: -250px;
    position: relative;
}

.ban-right:after {
    content: '';
    background: rgb(255 255 255);
    background: linear-gradient(87deg, rgb(179 173 137) 12%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    top: auto;
    height: 100%;
    width: 35%;
    left: -1px;
}

.banner-slider .slick-slide {
    padding: 0;
}

.banner-main .ban-image-right img {
    width: 100%;
    object-fit: cover;
}

.ban-image-right {
    position: relative;
}

.banner-image-inner img {
    transform: inherit !important;
}

.banner-image-inner img {
    margin: 0 auto;
}

.banner-main .slick-slide {
    display: block !important;
}

.banner-main .slick-list {
    overflow: visible;
}

/*--------------------------------------------------------------
	Banner Bottom Section css
--------------------------------------------------------------*/
.section-title.text-white h2 {
    margin: 0;
    color: #000;
}

.ban_bottom_form {
    background: rgb(0 0 0 / 88%);
    padding: 25px;
    z-index: 1;
    position: relative;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}

.form-control {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
    height: 45px;
    font-size: 16px;
}

.form_btn {
    text-align: right;
}

.ban_bottom_form h3 {
    color: #fff;
    font-size: 42px;
}

.ban_bottom_form p {
    color: #fff;
}

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

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

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

.form-control::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.ban_bottom_form button.common-btn.white-btn {
    padding: 8px 24px;
    border: none;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-cn-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-section-2 {
    background: #01224f;
    background-image: url(../../assets/images/3504.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

.about-section-2:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.about-section-2 .container {
    position: relative;
    z-index: 1;
}

.about-section-bx p {
    font-size: 16px;
}

.about-cn-img {
    margin-right: -75px;
    margin-top: -50px;
    padding-top: 50px;
}

.ab-cn-new {
    position: relative;
    text-align: center;
}
.ab-cn-new .btn-bx {
    margin-top: 30px;
}
.ab-cn-new .section-title h3 {
    margin-bottom: 25px;
}

.ab-cn-new .section-title h2 span {
    color: #000000;
}

.ab-cn-new .section-title {
    margin-bottom: 0;
}

a.text-link {
    font-size: 22px;
    color: #000;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

a.text-link img {
    max-width: 22px;
    transition: all 0.5s;
    /* filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(5561%) hue-rotate(201deg) brightness(93%) contrast(104%); */
    animation: slide1 1s ease-in-out infinite;
    margin-left: 9px;
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}


a.text-link:hover img {
    transform: translate(10px, 0px);
}

.single-doctors-card .doctors-content .doc-location a.text-link {
    display: flex;
    gap: 10px;
    font-size: 16px;
    justify-content: center;
    font-weight: 600;
}

/*--------------------------------------------------------------
# sevices Section
--------------------------------------------------------------*/
.feature_part {
    position: relative;
}

/* .feature_part:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
    background: rgb(255 255 255);
    background: linear-gradient(270deg, rgb(255 255 255) 12%, rgba(0, 0, 0, 0) 100%);
    right: 0;
} */
.feature_part:after {
    content: '';
    background-image: url('../../assets/images/1055.jpeg');
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.feature_part .container {
    position: relative;
    z-index: 2;
}

.feature_part .btn_bx {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .feature_part {
        padding: 70px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature_part {
        padding: 80px 0 150px;
    }
}

.feature_part .section_tittle {
    margin-bottom: 0px;
}

.feature_part .single_feature_text h2 {
    font-size: 42px;
    line-height: 1.222;
    margin-bottom: 30px;
    -webkit-transition: 1s;
    transition: 1s;
}

@media (max-width: 576px) {
    .feature_part .single_feature_text h2 {
        margin-top: 0px;
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature_part .single_feature_text h2 {
        margin-top: 0px;
        font-size: 30px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_part .single_feature_text h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature_part .single_feature_text h2 {
        margin-top: 0px;
        font-size: 35px;
    }
}

.feature_part .single_feature_text p {
    line-height: 1.9;
    color: #7f7f7f;
    -webkit-transition: 1s;
    transition: 1s;
}

.feature_part .single_feature_text .btn_2 {
    margin-top: 45px;
    padding: 13.5px 38px;
}

@media (max-width: 576px) {

    .feature_part .single_feature_text .btn_2 {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .feature_part .single_feature_text .btn_2 {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_part .single_feature_text .btn_2 {
        margin-top: 25px;
    }
}

.feature_part .single_feature_part {
    -webkit-transition: 1s;
    transition: 1s;
    position: relative;
    text-align: center;
}


.feature_part .single_feature_part span {
    margin-bottom: 17px;
    position: relative;
    z-index: 1;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff;
    line-height: 50px;
    -webkit-transition: 1s;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

.single_feature_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    padding-top: 280px;
    z-index: 2;
}

.single_feature_img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: left;
}

.feature_part .single_feature_part span i {
    color: #0c2e60;
    font-size: 24px;
    -webkit-transition: 1s;
    transition: 1s;
}


.feature_part .single_feature_part span img {
    max-height: 40px;
}

.feature_part .single_feature_part h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
}



.feature_part .single_feature_part p {
    color: #ffffff;
    line-height: 1.8;
    font-size: 14px;
    margin: 0;
}

.feature_bx_inner {
    margin-left: auto;
    max-width: 50%;
}

.feature_part .single_feature {
    margin-bottom: 30px;
    padding: 45px 30px;
    position: relative;
    background: #01224fdb;
}

/* .feature_part .single_feature:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
    height: 95%;
    border: 1px solid #ffffff36;
} */
.feature_head {
    margin-bottom: 25px;
    text-align: left;
}

.feature_text p {
    margin: 0;
    color: #fff;
}

.feature_head .section-title {
    margin-bottom: 0;
    flex: 0 0 50%;
}

@media (max-width: 991px) {

    .feature_part .single_feature {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .feature_part .single_feature {
        width: 50%;
        float: left;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .feature_part .single_feature {
        width: 50%;
        float: left;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .feature_part .single_feature {
        margin-top: 30px;
    }
}





.feature_inner .single_feature {
    padding: 30px;
    position: relative;
    background: #01224fdb;
    height: 100%;
    text-align: center;
}
.feature_inner .row {
    row-gap: 30px;
}
.feature_inner .single_feature_part:hover span img {
    transition: 0.9s;
    transform: rotateY(180deg);
}
.feature_inner .single_feature_part span {
    margin-bottom: 17px;
    position: relative;
    z-index: 1;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff;
    line-height: 50px;
    -webkit-transition: 1s;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}
.feature_inner .single_feature_part span img {
    max-height: 40px;
}
.feature_inner .single_feature_part h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
}
.feature_inner .single_feature_part p {
    color: #ffffff;
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
}
/*--------------------------------------------------------------
	Approach Section 
--------------------------------------------------------------*/
.approach_sec {
    background-image: url(../../assets/images/22905.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

.approach_sec:before {
    content: '';
    background: #ffffff94;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(13px);
}

.approach_sec .container-fluid {
    position: relative;
    z-index: 1;
}

.approach_sec .section-title {
    margin-bottom: 25px;
    max-width: 700px;
}

.approach_part {
    background: #01224f;
    padding: 25px;
    border-radius: 4px;
}

.approach_cn p {
    color: #fff;
}

.approach_part .section-title h2 {
    color: #fff;
}

.approach_part_main {
    display: flex;
    align-items: self-start;
    gap: 15px;
}

.approach_part_sm {
    background: #fff;
    padding: 25px;
    flex: 0 0 calc(33.33% - 10px);
    border-radius: 4px;
}

.approach_ic {
    text-align: center;
}

.approach_part_sm img {
    max-width: 40px;
    filter: brightness(0) saturate(100%) invert(41%) sepia(83%) saturate(1428%) hue-rotate(168deg) brightness(89%) contrast(101%);
}

.approach_cn {
    margin-top: 15px;
    text-align: center;
}

.approach_cn h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.approach_part_sm .approach_cn p {
    color: #000;
    margin: 0;
    text-align: left;
}

.approach_point {
    margin-bottom: 15px;
}

.approach_point h4 {
    font-size: 16px;
    text-align: left;
    color: #01224f;
    margin: 0;
}

.ab-cn.left-cn {
    padding-left: 0;
    padding-right: 50px;
}








/* Service List ---------------------------------- */
.services_sec {
    background: #b1ac87;
    background-image: url(https://www.intellishealth.com/wp-content/uploads/2024/12/Rectangle-188.png);   
	/* background-image: url(../../assets/images/22905.jpg); */
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

/* .services_sec:before {
    content: '';
    background: #00000094;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
} */

.services_sec .container {
    position: relative;
    z-index: 1;
}
.services_sec .section-title {
    margin-bottom: 50px;
}
.service-list {
    background-color: hsl(0deg 0% 100% / 82%);
    border-radius: 30px;
    height: 483px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff5c;
}
.service-list-wrap.active .service-list {
    background: #ffffff !important;
}
.service-list-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.service-list .box-icon {
    padding: 15px;
    border-bottom: 3px solid #00000024;
}

.service-list .box-icon img {
    height: 90px;
}

.service-list .box-content {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    max-height: 0;
    padding: 15px;
    overflow: hidden;
}

.service-list .box-title-wrap {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-list .box-title-wrap .box-title {
    margin: 0;
    padding: 30px 2px;
    font-size: 22px;
    max-width: 90%;
    margin-inline: auto;
    color: #000;
}

.service-list .box-text {
    margin-bottom: 22px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #000000;
    margin-top: 15px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-list .checklist {
    margin-bottom: -0.5em;
}

.service-list-wrap {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /* Large devices */
    /* Medium devices */
}

h3.box-title.title a {
    color: #908c6c;
    font-size: 22px;
    font-family: "Raleway", sans-serif;
}
.ser_inner_text h4 {
    font-size: 18px;
    color: #ffffff;
    border-left: 2px solid #01224f;
    font-weight: 500;
    background: #01224f;
    padding: 7px 15px 7px 15px;
}

.ser_inner_text p {
    color: #000000;
}

@media (max-width: 1199px) {
    .service-list-wrap {
        max-width: 120px;
    }
}

@media (max-width: 991px) {
    .service-list-wrap {
        max-width: 70px;
    }
}

/* .service-list-wrap:nth-child(even) .service-list {
  background-color: #f6f1eb;
} */
.service-list-wrap.active {
    -webkit-box-flex: 215%;
    -ms-flex: 215%;
    flex: 215%;
    /* Large devices */
}

@media (max-width: 1199px) {
    .service-list-wrap.active {
        max-width: 100%;
    }
}

.service-list-wrap.active .service-list {
    -webkit-box-shadow: 0px 6px 30px rgba(2, 29, 53, 0.07);
    box-shadow: 0px 6px 30px rgba(2, 29, 53, 0.07);
    text-align: left;
}

.service-list-wrap.active .service-list .box-icon {
    border-color: #b4af8a;
}

.section-title.text-white span {
    color: #fff;
    border-color: #fff;
}

.section-title {
    margin-bottom: 15px;
}

.service-list-wrap.active .box-title-wrap {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

.service-list-wrap.active .box-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    max-height: 325px;
    transition: all 0.8s;
}


.box-title-wrap.read_more h3.box-title.title {
    width: 100%;
    max-width: 100%;
    padding: 70px 50px 25px;
    position: absolute;
    bottom: 0;
    background: #000;
    clip-path: polygon(0 50%, 50% 0, 100% 50%, 100% 100%, 0% 100%);
    text-align: center;
    color: #fff;
}

/* Medium Large devices */
@media (max-width: 1299px) {
    .service-list {
        height: 475px;
    }

    .service-list .box-icon {
        padding: 15px;
    }

    .service-list .box-content {
        padding: 15px 15px 15px 15px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .service-list .box-icon {
        padding: 25px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .service-list {
        height: 428px;
    }

    .service-list .box-icon {
        padding: 10px;
    }

    .service-list .box-icon img {
        max-width: 40px;
    }

    .service-list-wrap.active .service-list .box-icon {
        padding: 10px 30px;
    }

    .service-list-wrap.active .box-content {
        max-height: 350px;
    }
}

/* Small devices */
@media (max-width: 991.98px) {
    .service-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        max-height: 110px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        overflow: hidden;
    }

    .service-list-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service-list-wrap {
        max-width: 100%;
    }

    .service-list-wrap.active .service-list {
        max-height: 345px;
    }

    .service-list .box-title-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 5px 30px;
    }

    .service-list .box-title-wrap .box-title {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
    }

    .service-list .box-icon {
        padding: 25px !important;
        border-bottom: none;
        border-right: 3px solid #fff;
    }

    .service-list .box-icon img {
        max-width: 60px;
    }

    .service-list .content-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .service-list .box-content {
        padding: 30px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .service-list {
        height: auto;
        max-height: 98px;
    }

    .service-list .box-title {
        font-size: 20px;
    }

    .service-list .box-content {
        padding: 20px;
    }

    .service-list .box-icon {
        padding: 20px !important;
    }

    .service-list .box-title-wrap {
        height: 98px;
    }

    .service-list-wrap.active .service-list {
        max-height: 700px;
    }

    .service-list-wrap.active .box-content {
        max-height: 700px;
    }

    .service-list .box-title-wrap {
        padding: 5px 20px;
    }
}

.round-bg-text {
    background-color: var(--smoke-color);
    border-radius: 28px;
    padding: 14px;
    text-align: center;
    margin-bottom: 0;
    --theme-color: #1F5FFF;
}

.round-bg-text .line-btn {
    text-transform: capitalize;
}

.ab-img {
    height: 500px;
}
.ab-img.cus-img-Services {
    height: auto;
}
.ab-img img {
    height: 100%;
    object-fit: cover;
}
.paralax-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.paralax-cn {
    background: #b4af8a;
    padding: 50px;
    max-width: 550px;
}
.paralax-cn h2 {
    color: #000;
}
.paralax-cn p{
    color: #000;
}
.ab-cn {
    padding-left: 50px;
}
/*--------------------------------------------------------------
	Team Section new
--------------------------------------------------------------*/
.single-doctors-card {
    border-radius: 10px;
    margin-bottom: 25px;
}

.single-doctors-card .doctors-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.single-doctors-card .doctors-image::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    transition: all 0.5s;
    margin-inline: auto;
}

.single-doctors-card .doctors-image a img {
    display: inline-block;
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
}

.single-doctors-card .doctors-content {
    margin-top: 25px;
    text-align: center;
}

.single-doctors-card .doctors-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.single-doctors-card .doctors-content h3 a {
    color: #000;
}

.single-doctors-card .doctors-content .doc-info {
    padding: 0;
    margin-bottom: 18px;
}

.single-doctors-card .doctors-content .doc-info li {
    list-style-type: none;
    display: inline-block;
    color: #000000;
    font-size: 15px;
}

.single-doctors-card .doctors-content .doc-info .rating {
    float: right;
    display: none;
}

.single-doctors-card .doctors-content .doc-info .rating i {
    color: #f5b309;
    font-size: 15px;
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.single-doctors-card .doctors-content span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.single-doctors-card .doctors-content .doc-location {
    margin-top: 25px;
}

.single-doctors-card .doctors-content .doc-location p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
    display: none;
}

.single-doctors-card .doctors-content .doc-location span {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

/* .single-doctors-card:hover .doctors-image a img {
    animation: jackInTheBox 0.5s;
}
 */
.single-doctors-card:hover .doctors-content h3 a {
    color: #01224e;
}

.doctors-area.bg-f5f6fb {
    background-color: #f5f6fb;
}
















.staff-cards {
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    max-width: 1000px;
    margin-inline: auto;
}
.staff-cn {
    z-index: 1;
    position: relative;
    color: #fff;
    padding-left: 50px;
}
.staff-sec {
    position: relative;
    background: #000000;
    /*background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat; */
}
.staff-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.staff-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.staff-sec:before {
    content: '';
    background: rgb(0 0 0 / 68%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(50px);
}

.team-box {
    position: relative;
    overflow: hidden;
}

.team-box .dd_3 {
    left: auto;
    right: -5%;
    top: -6%;
    opacity: 0.4;
}

.team-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 15px;
}

.team-box .box-img {
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    width: 135px;
    height: 136px;
    overflow: hidden;
}

h3.box-title {
    margin: 0;
}

h3.box-title a {
    color: #01224f;
    font-family: "Comfortaa", sans-serif;
    font-size: 25px;
}

.box-img img {
    transition: all 0.5s;
    object-fit: cover;
    width: 100%;
    min-height: 100%;
}

.team-box .th-social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.th-team .th-social {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.th-team .th-social a {
    --icon-size: 44px;
    background-color: #fff;
    color: #01224f;
    -webkit-box-shadow: 0px 20px 40px rgba(2, 29, 53, 0.2);
    box-shadow: 0px 20px 40px rgba(2, 29, 53, 0.2);
}

.th-social a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 99px;
}

.team-box:hover .th-social {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}

.team-box:hover .box-img img {
    transform: scale(1.06);
}

.team-box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/*================================================ 
	Video Area CSS
=================================================*/
.video-area {
    background-image: url(../../assets/images/2777.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 250px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.video-area::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: -1;
    opacity: 0.3;
}

.video-view-content {
    text-align: center;
}

.video-view-content .video-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 83px;
    background-color: #01224f;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 65px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.video-view-content .video-btn i {
    transition: all 0.5s;
    font-size: 40px;
}

.video-view-content .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #01224f;
    animation: ripple 1s linear infinite;
}

.video-view-content .video-btn:hover {
    background-color: #01224f;
}

.video-view-content .video-btn:hover i {
    color: #fff;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
 # Footer top
--------------------------------------------------------------*/
.socail-bx ul {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 45px;
}

.footer-top-section {
    padding: 0;
    margin-top: -200px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}

.footer-top-cn {
    background: #01224f;
    margin-inline: auto;
    padding: 50px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.footer-top-cn p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin: 0;
}

/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/

.footer-socail .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.footer-socail .social-area li {
    list-style: none;
    color: #fff;
    margin: 0 5px 0 0 !important;
    flex: 0;
    padding: 0;
}

.footer-section {
    padding-top: 100px;
    margin-top: 0;
    background-color: #edf0f5;
    position: relative;
    background-image: url(../../assets/images/13692.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.footer-section:before {
    content: '';
    background: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.footer-section ul.social-area li a {
    color: #fff;
    background: transparent;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}
.footer-section ul.social-area li a:hover {
    border-color: #ffffff;
    color: #fff !important;
    background: transparent;
}










/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/
.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-widget.w_100 ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.footer-cta {
    border-bottom: 1px solid rgb(70 0 0 / 13%);
}

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

.footer-con-info a {
    display: block;
    margin-bottom: 15px;
}

.footer-con-info a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.footer-con-info a:hover {
    font-weight: 500;
}

.footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
}

.footer-content .row {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 80px;
}

.footer-text p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #460000;
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #460000;
}

.footer-social-icon a:hover {
    color: #fff;
    border: 1px solid #460000;
    background-color: #460000;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.footer-socail .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.footer-socail .social-area li a:hover {
    background: #01224f;
    border: 1px solid #01224f;
    color: #fff;
}

.footer-widget ul li {
    display: block;
    margin-bottom: 25px;
    text-align: center;
}

.footer-widget ul li span {
    display: block;
    color: #fff;
}

.footer-widget {
    flex: 0 0 20.3333%;
}

.footer-widget ul li a:hover {
    color: #01224f;
}

.footer_logo {
    text-align: center;
}

.footer_logo img {
    max-width: 247px;
    text-align: center;
    margin-bottom: 25px;
    filter: brightness(100);
}

.footer-widget ul li a {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.footer-widget ul li a:hover {
    color: #18375f;
}

.copyright-area {
    padding: 16px 0;
    border-top: 1px solid rgb(255 255 255 / 12%);
    z-index: 1;
    position: relative;
}

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

.copyright-text p a {
    color: #460000;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #460000;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}








/* Inner Banner */
.inner-banner {
    padding-block: 120px 100px;
    position: relative;
    isolation: isolate;
}

/* .inner-banner:before {
    content: "";
    position: absolute;
    inset: 0 0 22% 0;
    background-image: linear-gradient(to bottom, #000, hsl(0 0 0 / 50%), transparent);
} */

.banner-image:before {
    content: none;
}

.inner-banner .banner-image img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner .banner-title>* {
    --_clip-width: 0.5em;
    font-size: clamp(1.5rem, calc(2.5vw + 0.5rem), 2.5rem);
    background-color: hsl(0 0 0 / 80%);
    max-width: max-content;
    color: #fff;
    border-bottom: 4px solid #fff;
    clip-path: url;
    transition: 200ms ease;
    margin: -24px auto auto auto;
    display: block;
    text-align: center;
    padding: inherit;
    accent-color: palegoldenrod;
    padding: 10px 20px;
    background: #ffffffde;
    color: #000000;
    border-bottom: 5px solid #b4af8a;
}

.inner-banner:hover .banner-title>* {
    background-color: #fff;
}








/* About Inner */
.abt-image-bx {
    height: 100%;
    position: relative;
}

.abt-image-bx img {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    object-fit: cover;
}

.abt-image-bx .abt-content {
    position: absolute;
    inset: auto 0 0 auto;
    max-width: 400px;
    background-color: #000;
    color: #fff;
    padding: 2rem;
}

.abt-image-bx .abt-content h2 {
    font-size: clamp(1.25rem, 1.5vw, 1.5rem);
    line-height: 1.5;
}


.icon-list li {
    display: flex;
    gap: 0.5rem;
}

.icon-list li>:not(:last-child) {
    margin-block-end: 1em;
}

.action:not(:first-child) {
    margin-block-start: 1.5rem;
}




/* staff */
.staff-inner {
    background: none;
}

.staff-inner::before {
    content: none;
}

.staff-inner .container {
    max-width: 1366px;
    width: 100%;
}

.staff-inner .staff-cards {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}

.staff-inner .team-box {
    box-shadow: 0 0 0 1px hsl(0 0 0 / 8%), 0 4px 12px hsl(0 0 0 / 10%);
}






/* FAQs */
.accordion .accordion-item {
    border: 1px solid currentColor;
    border-radius: 0rem;
    overflow: hidden;
}

.accordion .accordion-item:not(:last-child) {
    margin-block-end: 1rem;
}

.accordion .accordion-button {
    background-color: #fff;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.accordion .accordion-button:hover {
    background-color: #f8f8f8;
}

.accordion .accordion-button:not(.collapsed) {
    background-color: #b4af8a;
    color: #000;
    border-radius: 0;
}
.accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

.contact-card {
    height: auto;
    border: 1px solid currentColor;
    padding: 1.5rem;
    text-align: center;
    display: grid;
    place-content: center;
}

.contact-card .icon {
    font-size: 4rem;
    color: #01224f;
}







/* Contact Us */
.contact-us-inner {
    background-color: #f2f2f2;
}

.contact-us-inner a[href] {
    color: #000;
}

#contact-form {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 0 0 1px #ccc, 0 8px 32px hsl(0 0 0 / 12%);
}

.contact-us-inner .row {
    row-gap: 1.5rem;
}

#contact-form .form-control {
    line-height: 2;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    color: #000;
}

#contact-form textarea {
    min-height: 80px;
}

#contact-form .form-control::placeholder {
    color: #7a7a7a;
}

#contact-form .form-control:is(:focus, :focus-visible) {
    border-color: #000;
}

address {
    margin-bottom: 0;
}

.reach-us li {
    display: flex;
    gap: 24px;
    align-items: center;
}

.reach-us li .icon>* {
    min-width: 50px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    background-color: #b4af8a;
    color: #000000;
    border-radius: 50%;
}

.reach-us li:not(:last-child) {
    margin-bottom: 24px;
}

.reach-us li {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 0 0 1px #ccc, 0 2px 8px hsl(0 0 0 / 10%);
    border-left: 4px solid #b4af8a;
}

.reach-us li strong {
    margin-bottom: 4px;
    display: block;
}










/* Services Inner */


.services-inner {
    background-color: #f2f2f2;
}
.services-inner .row {
    row-gap: 25px;
}
.services-inner .service {
    background-color: #fff;
    padding: 1.5rem;
    height: 100%;
    border: 1px solid #ccc;
    transition: 200ms ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-inner .service .title h2 {
    font-size: 25px;
}

.services-inner .service:hover {
    translate: 0 -6px;
}

.services-inner .service .thumb {
    max-width: 100px;
    margin-inline: auto;
    margin-block-end: 1.5rem;
    background-color: #e3e7ed;
    padding: 1rem;
    border-radius: 50%;
    transition: 1s cubic-bezier(0.344, 0.87, 0.324, 1);
    box-shadow: 0 0 0 0 #e3e7ed;
}

.services-inner .service {
    text-align: center;
    overflow: hidden;
}

.services-inner .service:hover .thumb {
    box-shadow: 0 0 0 50vmax #e3e7ed;
}





.bg-primary-light {
    background-color: #e8ecf0;
}



.fluid-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991.95px) {

    .inner-banner.styled .fluid-image img {
        position: absolute;
        inset: 0;
        border-radius: 0;
        object-fit: cover;
    }

    .fluid-block .row>*:not(:is(.fluid-image, .fluid-content)) {
        order: 2;
    }

    .fluid-block :is(.fluid-image, .fluid-content) {
        order: 1;
        margin-bottom: 24px;
    }

    .fluid-block .fluid-image img {
        border-radius: 10px;
        box-shadow: var(--elevation-3);
    }
}


@media (min-width: 992px) {
    .fluid-block {
        padding-block: 0;
    }

    .fluid-block .fluid-image {
        position: relative;
        overflow: hidden;
    }

    .fluid-block .fluid-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fluid-block .container-fluid>.row>*:not(:is(.fluid-image, .fluid-content)) {
        max-width: 660px;
        padding: clamp(25px, 4vw, 50px);
    }

    .fluid-block .container-fluid>.row>*:first-child:not(:is(.fluid-image, .fluid-content)) {
        margin-left: auto;
    }

    .fluid-block .container-fluid>.row>*:first-child:not(:is(.fluid-image, .fluid-content)) {
        padding-inline-start: 2rem !important;
    }

    .fluid-block .container-fluid>.row>*:last-child:not(:is(.fluid-image, .fluid-content)) {
        padding-inline-end: 2rem !important;
    }
}









@media (max-width: 1279.98px) {



    .feature_bx_inner {
        max-width: 100%;
    }

    .box-title-wrap.read_more h3.box-title.title {
        padding: 85px 20px;
    }
}

@media (max-width: 991.98px) {
    .banner-main {
        position: relative;
    }

    .banner-main .banner-text {
        position: static;
        transform: unset;
        padding-block: 240px 50px;
    }

    .banner-main .banner-image {
        display: none;
    }

    .banner-main .ban-right {
        position: static;
    }

    .banner-main .ban-right img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -2;
        filter: brightness(0.2);
    }

    .ban-right::after {
        content: none;
    }

    .ban_head h2 {
        font-size: clamp(2rem, 2vw, 42px);
        text-wrap: balance;
    }

    .box-title-wrap.read_more h3.box-title.title {
        clip-path: unset;
    }

    .box-title-wrap.read_more h3.box-title.title {
        padding: 85px 60px 40px;
    }

    .feature_head .section-title {
        text-align: center;
    }

    .feature_part:after {
        background-image: linear-gradient(hsl(0 0 100 / 70%), hsl(0 0 100 / 70%)), url('../../assets/images/1055.jpeg');
    }

    .single_feature {
        margin: 0 !important;
        height: 100%;
    }

    .single_feature_part {
        padding: 1rem;
        margin: 0;
        height: 100%;
    }

    .footer-content {
        flex-direction: column;
        row-gap: 40px;
    }

    .footer-widget {
        width: 100%;
        flex: 100%;
    }

    .about-inner .row {
        row-gap: 1.5rem;
    }

    .services-inner .row {
        row-gap: 1.5rem;
    }

    .faq-sec .row {
        row-gap: 1.5rem;
    }
}


@media (max-width: 767.98px) {
    .staff-cards {
        grid-template-columns: 1fr !important;
    }

    .right_btn .phone-cn {
        display: none;
    }

    .right_btn .our-btn-white {
        display: none;
    }
}
























.mega-dropdown i {
    transition: 0.3s;
}

.mega-dropdown:hover i {
    transform: rotate(180deg);
}

.mega-dropdown>a {
    position: relative;
    padding-inline-end: calc(0rem + 8px) !important;
}

/* .nav-item.mega-dropdown a:hover {
    background-color: transparent !important;
} */
/* .mega-menu>.list-item:hover>a {
    background-color: var(--gold-color);
    color: var(--black-text) !important;
} */

.mega-menu>.list-item>a {
    text-decoration: none;
    font-weight: 500;
    color: #fff !important;
    font-size: 18px;
    padding: 0.65em 1.35em;
    display: inline-block;
    transition: all 200ms;
}

.mega-dropdown {
    padding: 10px;
}

.mega-dropdown:hover>a::before {
    rotate: 180deg;
}

.mega-dropdown>a::before {
    content: "\f107" !important;
    position: absolute !important;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    inset: 50% 1em auto auto;
    translate: 0 -50%;
    font-size: 0.875rem;
    line-height: 1;
    transition: 200ms;
    display: none !important;
}

.mega-dropdown:hover .mega-menu {
    transition: 200ms ease;
    scale: 1;
    opacity: 1;
    visibility: visible;
    background: #4e88c7;
    padding: 20px;
}

.mega-menu {
    position: absolute;
    inset: 80% 0 auto 0;
    background: rgb(217, 107, 2);
    background: linear-gradient(0deg, rgb(123 50 48) 0%, rgb(191 129 128) 100%);
    visibility: hidden;
    opacity: 0;
    scale: 0.95;
    box-shadow: 0 8px 32px hsl(0 0% 0% / 15%);
    z-index: 777;
    background: rgb(12 167 98);
    /* background: linear-gradient(180deg, rgb(2 146 59 / 90%) 0%, rgb(51 196 108 / 90%) 100%); */
}


.mega-menu-row {
    display: flex;
    width: 100%;
    column-gap: 30px;
    justify-content: center !important;
}

.mega-menu-list {
    width: 50%;
    max-width: 40%;
    /* margin-inline-start: auto; */
    padding-block: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mega-menu-list li.list-item {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}



.mega-menu a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff !important;
    padding: 0.45em 1.35em;
    display: inline-block;
    padding: 20px 10px !important;
    transition: all 200ms;
}

.mega-menu a:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.mega-menu a {
    display: block;
    padding: 1rem;
    contain: paint;
}

.mega-menu .list-item {
    contain: layout;
    padding: 0;
}

.mega-menu .list-item::after {
    content: "\f105";
    position: absolute;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    inset: 50% 3rem auto auto;
    translate: 0 -50%;
    background-color: #003665;
    color: #fff;
    width: 30px;
    border: 1px solid #fff;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    translate: -50% -50%;
    opacity: 0;
    transition: 300ms ease;
    pointer-events: none;
}

.mega-menu .list-item:hover::after {
    translate: 0 -50%;
    opacity: 1;
}

.mega-menu a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #01224f;
    width: 50%;
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    z-index: -1;
}

.mega-menu a::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #01224f;
    width: 50%;
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    z-index: -1;
}

.mega-menu-images {
    contain: paint;
    width: 35%;
    background-color: #f2f2f2;
    animation: skeleton 0.85s linear infinite alternate both;
}

.mega-menu-images img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}


.mega-menu a:hover::before {
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    transition: 300ms;
    left: 100%;
}

.mega-menu a:hover::after {
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    transition: 300ms 300ms;
    left: 50%;
}

div.mega_menu_image {
    background-repeat: no-repeat !important;
    height: 100%;
    background-color: #FFF;
    background-size: cover;
    background-position: center;
}

li.nav-item.main-item.mega-dropdown {
    padding: 20px 0px 20px 0px;
}

.free-consultation {
    background-image: url(https://www.intellishealth.com/wp-content/uploads/2024/09/35419-1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 235px 0px 150px 0px;
}

.free-consultation::after {
    height: 100%;
    width: 100%;
    background: #0000007d;
    position: absolute;
    content: '';
    inset: 0;
}

.free-consultation form {
    position: relative;
    z-index: 7;
    padding: 25px;
    background: rgb(255 255 255 / 85%);
    border-radius: 10px;
    border: 1px solid #eee;
    border-left: 6px solid #b4af8a;
    /* backdrop-filter: blur(22px); */
}

.free-consultation form .form-control {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
    height: 45px;
    font-size: 16px;
    border: 1px solid #202020;
    border-radius: 5px;
    height: 48px;
}

.free-consultation form .section-title h2 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

.free-consultation form textarea {
    height: 100px !important;
}

.free-consultation form .row-gap {
    row-gap: 20px;
}

.free-consultation form ::placeholder {
    color: #000;
}

.text-left {
    text-align: left;
}


.side_bar_cn img {
    width: 100%;
    max-width: 175px;
}

.body_lines {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: none;
    -webkit-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
}
.body_lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    mix-blend-mode: soft-light;
}
.body_lines .line-25, .body_lines .line-50 {
    border-color: #a1a1a1;
}
.line-25 {
    width: 25vw;
    border-right: 1px solid rgb(255 255 255 / 14%);
}
.line-50 {
    width: 50vw;
    border-right: 1px solid rgb(255 255 255 / 14%);
}
.body_lines .line-d {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 100%;
    background: rgb(183 181 181 / 18%);
    overflow: hidden;
}
.body_lines .line-d:nth-child(1) {
    margin-left: -100%;
}
.body_lines .line-d:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.sub_mit_bn {
    display: flex;
    justify-content: end;
    height: max-content;
}
.free-consultation form .row-gap {
    text-align: left;
}
.error {
    background-color: red;
    color: #fff !important;
    font-size: 14px;
    padding: 3px 2px;
    display: block;
}
.cptch-sect .error {
    position: relative;
    top: -18px;
    width: fit-content;
}
body .uwy.userway_p3 .userway_buttons_wrapper {
    bottom: 125px !important;
}
/* .call-buton .cc-calto-action-ripple {
    right: 4rem;
} */
.frm_flx {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1279.98px) {
    .our-btn-blue {
        font-size: 15px;
        padding: 10px 27px;
    }

    .services-inner .service .title h2 {
        font-size: 21px;
    }

    .services-inner .service .thumb {
        max-width: 80px;
    }

    .services-inner .service {
        padding: 15px;
    }

    a.logo img {
        max-width: 99px;
    }

    a.logo img {
        padding: 20px 0px;
    }

    .header {
        position: unset;
        height: 149px;
        background: #01224f;
    }

    .header.sticky {
        position: unset;
    }

    .feature_part .single_feature {
        margin-bottom: 22px;
    }

    #mobmenuright li a,
    #mobmenuright li a:visited,
    .show-nav-right .mob-menu-copyright,
    .show-nav-right .mob-expand-submenu i {
        color: #ffffff !important;
        font-size: 16px !important;
    }

    .mob-expand-submenu {

        background: #b4af8a !important;
        border-radius: 50% !important;
        height: 25px !important;
        width: 25px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .mobmenu-content #mobmenuright li:hover {
        background-color: #b4af8a !important;
    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: #b4af8a !important;
    }

    .mob-menu-header-holder {
        font-weight: bold;
        top: 0px;
        right: 0px;
        color: #000;
        display: block;
        z-index: 10000;
        background: transparent !important;
    }

    .mobmenu .headertext span {
        display: none !important;
    }

    body {
        padding: 0 !important;
    }

    .right_btn {
        display: none;
    }

    .mobmenur-container {
        right: 20px !important;
        top: 97px!important;
        height: 45px !important;
        width: 45px !important;
        background: #01224f !important;
        display: grid !important;
        place-content: center !important;
        border: 2px solid #ffffff;
    }

    .mobmenur-container i {
        color: #fff !important;
    }

    .mob-menu-right-bg-holder {
        background: #000 !important;
    }

    a.mobmenu-right-bt {
        background: gray;
        left: 0 !important;
        position: absolute;
        width: max-content;
        height: 45px !important;
        width: 45px !important;
        background: #b4af8a !important;
        display: grid !important;
        place-content: center !important;
        border: 2px solid #ffffff;
    }

    .show-panel .mob-cancel-button {
        color: #fff !important;
    }

    .mobmenu-content li {
        padding: 0px !important;
    }

    .mobmenu-content li a {
        text-decoration: none;
        font-size: 14px;
        padding: 12px 17px;
        font-family: "Raleway", sans-serif !important;
        color: #fff !important;
        text-transform: capitalize !important;
        font-weight: 600 !important;
    }

    .ban_head h1,
    .ban_head h2 {
        font-size: 45px;
    }

    section {
        padding: 70px 0;
    }

    .feature_part .pt-5 {
        padding: 0px !important;
    }

    #mobmenuright {
        margin-top: 40px !important;
    }

    .inner-banner:before {
        inset: 0 0 108% 0;
    }

    .inner-banner {
        padding-block: 100px;
    }

    .inner-banner .banner-title>* {
        font-size: 35px;
    }
    /* .mob-menu-header-holder {
        position: inherit !important;
    } */
}

@media (max-width: 1024px) and (min-width: 768px) {
    .box-title-wrap.read_more h3.box-title.title {
        padding: 57px 20px 40px;
    }
    .service-list .box-icon {
        padding: 7px;
    }
    .feature_head .section-title {
        text-align: center;
    }
    .feature_part:after {
        background-image: linear-gradient(hsl(0 0 100 / 70%), hsl(0 0 100 / 70%)), url(../../assets/images/1055.jpeg);
    }
    .page-template a.logo {
        top: 49px;
    }
    .page-template a.logo img {
        max-width: 98px;
    }
    .mob-menu-header-holder {
        position: inherit !important;
    }
     .page-template .header{
        height: 175px;
    }
    .mobmenur-container {
        top: 87px !important;
    }
}
@media (max-width: 769px) and (min-width: 768px) {
    .feature_part .single_feature {
        padding: 15px;
        margin-bottom: 15px !important;
    }
    .page-template a.logo {
        top: 61px !important;
    }
    .mob-menu-header-holder {
        position: inherit !important;
    }
    .page-template .header {
        height: 200px;
    }
}
@media (max-width: 991.98px) {
    .reach-us li:not(:last-child) {
        margin-bottom: 15px;
    }

    .reach-us li {
        gap: 15px;
        flex-direction: column;
        text-align: center;
    }

    .contact-card {
        padding: 25px;
    }

    .contact-card {
        margin-top: 25px;
    }

    .faq-sec .row {
        row-gap: 10px;
    }

    .banner-main .ban-right img {
        filter: brightness(0.6);
    }

    .staff-inner .staff-cards {
        grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
    }

    .about-inner {
        text-align: center;
    }

    .icon-list li {
        justify-content: center;
    }

    .abt-image-bx img {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .abt-image-bx .abt-content {
        display: none;
    }


    a.logo img {
        padding: 20px 0px;
        width: 100%;
        max-width: 95px;
    }

    .banner-main .ban_head {
        text-align: center;
    }

    section {
        padding: 55px 0;
    }

    .ab-cn-new .section-title h3 {
        margin-bottom: 15px;
    }

    .header {
        position: unset;
        height: 149px;
        background: #fff;
    }

    .mobmenur-container {
        top: 97px !important;
    }
    .home.page-template a.logo {
        top: 33px;
    }
    .ban_head h1,
    .ban_head h2 {
        font-size: 35px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .about-section-bx p {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .service-list .box-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -42px;
    }

    .box-title-wrap.read_more h3.box-title.title {
        text-align: left;
    }

    .service-list .box-icon img {
        max-width: 70px !important;
        height: 77px !important;
        object-fit: cover !important;
    }

    .staff-cards {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .team-box {
        border-radius: 10px;
        padding: 10px;
    }

    .feature_part .pt-5 {
        padding: 0px 15px !important;
        margin-bottom: 15px;
    }

    .feature_part .pt-5 {
        gap: 15px;
    }

    .mob_none {
        display: none;
    }

    .footer-section {
        padding-top: 55px;
    }

    .footer-content {
        padding-bottom: 35px;
    }

    .call-buton .cc-calto-action-ripple {
        width: 3rem;
        height: 3rem;
    }

    .call-buton .cc-calto-action-ripple i {
        font-size: 22px;
    }

    .section-title {
        margin-bottom: 15px;
    }

    .free-consultation {
        padding: 100px 0px 100px 0px;
    }
    .page-template a.logo {
        top: 75px;
    }
    .ab-cn {
        padding-left: 0;
        padding-top: 30px;
    }
    
}




@media (max-width: 768.98px) {
    .services-inner .row {
        row-gap: 22px;
    }

    .services-inner .service {
        padding: 30px;
    }

    .section-title h2 {
        font-size: 19px;
    }

    .action:not(:first-child) {
        margin-block-start: 12px;
    }

    .inner-banner .banner-title>* {
        font-size: 30px;
    }

    .inner-banner {
        padding-block: 80px;
    }

    .banner-main .banner-text {
        padding-block: 95px;
    }

    .ban_head h1,
    .ban_head h2 {
        font-size: 30px;
        line-height: normal;
    }

    .ban_head a {
        margin-top: 20px;
    }

    .our-btn-white {
        font-size: 15px;
        padding: 10px 28px;
    }

    section {
        padding: 45px 0;
    }

    .section-title h3 {
        margin: 0px 0 11px;
        padding: 5px 15px;
        font-size: 13px;
    }

    a.text-link {
        font-size: 20px;

    }

    .footer-section {
        padding-top: 45px;
    }

    .feature_part .single_feature {
        width: 100%;
    }

    .ban_head h1,
    .ban_head h2 {
        font-size: 25px;
        line-height: normal;
    }

    .banner-main .banner-text {
        padding-block: 115px;
        padding-top: 200px;
    }

    .banner-main ul.slick-dots {
        bottom: 70px;
    }
    .header.wow,
    .top_bar.wow {
        animation: none !important;
        visibility: visible !important; /* Ensure elements are visible */
    }
    /* .cptch-sect {
        width: 100% !important;
    } */
    
}

@media (max-width: 767px) {
    body .uwy.userway_p3 .userway_buttons_wrapper {
        bottom: 100px !important;
    }
    #contact-form .text-end,
    #consult-form .text-left {
        text-align: left !important;
    }
    .sub_mit_bn {
        justify-content: left;
    }
    .mob-menu-header-holder {
        position: unset !important;
    }
    .ban_head h1, .ban_head h2 {
        color: #ffffff;
    }
    .our-btn-white {
        border-color: #fff;
        color: #fff;
    }
    .banner-main {
        background: #b4af8a;
    }
    .mob-menu-header-holder,
    .mob-menu-logo-holder {
        height: auto !important;
    }


}
@media (max-width: 575.98px) {
    .footer-content {
        padding-bottom: 25px;
    }
    .copyright-area {
        padding: 10px 0;
    }
    .free-consultation {
        padding: 50px 0px 50px 0px;
    }


    .faq-sec .contact-card .title {
        font-size: 24px;
    }

    .contact-card {
        padding: 15px;
    }

    .contact-card .icon {
        font-size: 55px;
    }

    .accordion .accordion-button {
        padding: 15px 15px;
    }

    .accordion .accordion-button {
        font-size: 16px;
    }

    .faq-sec .section-title h2 {
        text-align: center;
    }

    .single-doctors-card {
        margin-bottom: 15px;
    }

    .single-doctors-card .doctors-content {
        margin-top: 15px;
    }

    .services-inner .service {
        padding: 15px;
    }

    section {
        padding: 35px 0;
    }
    .ban-image-right .d-md-none {
        height: 439px;
    }
    .service-list {
        height: auto;
        max-height: 98px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .service-list .box-icon {
        top: -4px;
    }
    a.phone-cn {
        color: #ffffff;
    }
    a.phone-cn img {
        filter: invert(1);
    }
    .service-list-wrap.active .box-content {
        text-align: center;
        padding-top: 18px;
    }

    .service-list-wrap.active .service-list .box-icon {
        border-color: transparent;
        padding: 0 !important;
        height: 100px;
        width: 100px;
    }

    .btn_bx {
        margin-top: 35px;
    }

    .feature_part {
        padding: 35px 0;
    }

    .feature_part .single_feature {
        padding: 15px;
        margin-bottom: 15px !important;
    }

    .footer-section {
        padding-top: 35px !important;
    }

    .inner-banner .banner-title>* {
        font-size: 26px;
    }

    a.text-link {
        font-size: 19px;
    }
    .home.page-template a.logo img {
        min-width: 198px;
    }
    .page-template a.logo img {
        min-width: 198px;
    }
    .page-template a.logo {
        top: 85px;
    }
    .home.page-template a.logo {
        top: 84px;
    }
    a.mobmenu-right-bt,
    .mobmenur-container {
        height: 40PX !important;
        width: 40px !important;
    }
    .header {
        height: 150px;
    }
    .mobmenur-container {
        top: 73px !important;
    }
    .top_bar .our-btn-white {
        display: none;
    }
    .top_bar {
        background: #000;
    padding: 7px 15px 5px;
    justify-content: center;
    }
    .box-title-wrap.read_more h3.box-title.title {
        padding: 85px 48px 34px;
    }
    .header.sticky .top_bar {
        position: relative;
    }
    .top_bar {
        z-index: 99999;
    }
    .inner-banner .banner-image img {
        object-position: right;
    }
    .inner-banner .banner-title>* {
        margin: 12px auto auto auto;
    }
    .ab-cn.left-cn {
        padding: 22px;
    }
    .ab-cn {
        padding: 22px;
    }
    .page-id-225 .inner-banner .banner-image img {
        object-position: right;
    }
    .header.wow,
    .top_bar.wow {
        animation: none !important;
        visibility: visible !important; /* Ensure elements are visible */
    }
    .paralax-cn {
        padding: 30px;
    }
    .page-template-about-us .paralax-sec {
        height: 500px !important;
    }
    .max-characters-section {
        float: left !important;
    }
    #contact-form .text-end,
    #consult-form .text-left {
        text-align: left !important;
    }
    .sub_mit_bn {
        justify-content: left;
    }
    .frm_flx {
        display: block;
    }
    .staff-img {
        display: none;
    }
    .staff-cn {
        padding-left: 0;
    text-align: center;
    }
}





.invest-grid {
    --_gap: 1.5rem;
    --_columns: 2;
    display: flex;
    flex-wrap: wrap;
    gap: var(--_gap);
    justify-content: center;
}
.invest-grid .icon-box {
    --_icon-size: 50px;
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 1rem;
    background-color: hsl(52.86deg 21.88% 62.35%);
    color: #000;
    gap: 1rem;
    align-items: center;
    transition: all 300ms;
}
.invest-grid .icon-box:hover {
    background-color: hsl(52.5deg 14.68% 42.75%);
    color: #fff;
}
.invest-grid .icon-box .icon {
    width: var(--_icon-size);
    height: var(--_icon-size);
    background-color: hsl(215, 98%, 100%, 90%);
    /* margin-block-end: 1rem; */
    padding: 0.65rem;
    align-content: center;
    margin-inline: auto;
    border-radius: 50%;
}
.invest-grid .icon-box .content h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.invest-grid > *{
    flex: 0 1 max(280px, (100% / var(--_columns)) - var(--_gap) * (var(--_columns) - 1) / var(--_columns));
}




.invest-inner .invest-grid {
    --_columns: 4;
}
.invest-inner .invest-grid .icon-box {
    display: block;
}
.invest-inner .invest-grid .icon-box .icon {
    margin-left: 0;
}


@media (max-width: 1366px) and (min-width: 1280px) {
    .feature_bx_inner {
        max-width: 52%;
    }
    .invest-grid {
        --_gap: 1rem;
    }
}