
/*================================
<--  mediic Nav Menu Area Css -->
==================================*/

.mediic_nav_manu {
    transition: 0.5s;
    z-index: 2;
    position: relative;
    padding: 20px 10px 20px;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
    background: var(--primary-color) !important;
    transition: 0.5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .mediic_menu>ul>li>a {
    color: var(--primary-color);
}

.sticky .header-button a {
    background: #dd571a;
}

.sticky .header-button a i {
    color: #fff;
}

.style-2.sticky .mediic_menu>ul>li>a {
    color: #fff;
}

.style-2.sticky .search-box-btn i {
    border: 1px solid var(--secondary-color);
}

.style-2.sticky .search-box-btn i {
    color: var(--secondary-color);
}

/* mediic Menu Css*/

nav.mediic_menu {
    text-align: center;
    position: relative;
    z-index: 1;
}

ul.nav_scroll {
    padding: 0 24px 0 30px;
    background: #d4e5f9;
    border-radius: 30px;
}

.mediic_menu ul {
    list-style: none;
    display: inline-block;
}

.mediic_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.mediic_menu>ul>li>a {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding: 0px 15px;
    margin: 17px 2px;
    transition: 0.5s;
    color: #002570;
    font-weight: 500;
    font-family: "Albert Sans";
}

.mediic_menu>ul>li>a:hover {
    color: #f96e0f;
}

a.mdy-hover {
    position: relative;
}

a.mdy-hover:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #f96e0f;
    opacity: 0;
    transition: 0.5s;
}

a.mdy-hover:hover:before {
    opacity: 1;
}

/*mediic Right Side*/

.mediic-right-side {
    display: flex;
    float: right;
    align-items: center;
}

.header-button a {
    font-size: 15px;
    padding: 14px 30px;
    font-weight: 500;
    color: #fff;
    background: #00143e;
    text-transform: uppercase;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin: 0 9px 0 14px;
}

.header-button a img {
    padding-left: 5px;
    position: relative;
    top: -1px;
}

.header-button a:hover i {
    color: #fff;
}

/* Style 2 */

.style-2 .nav_scroll {
    padding: 0;
    background: transparent;
    border-radius: 30px;
}

/*** Sub Menu Style 
==========================***/

.mediic_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    visibility: hidden;
    border-top: 2px solid #06274a;
    opacity: 0;
}

.mediic_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.mediic_menu ul .sub-menu li {
    position: relative;
}

.mediic_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
    visibility: inherit !important;
    color: var(--primary-color) !important;
    position: relative;
    z-index: 1;
}

.mediic_menu ul .sub-menu li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: var(--secondary-color);
    z-index: -1;
    transition: 0.5s;
}

.mediic_menu ul .sub-menu li a:hover:before {
    height: 100%;
    top: 0;
}

.mediic_menu ul .sub-menu li:hover>a,
.mediic_menu ul .sub-menu .sub-menu li:hover>a,
.mediic_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.mediic_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #0b2c4e;
    color: #fff !important;
}

/* sub menu 2 
=================*/

.mediic_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.mediic_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

.mediic_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.mediic_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.mediic_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #ffde5d;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: "Fira Sans";
    border-radius: 2px;
    margin-left: 5px;
    transition: 0.5s;
}

ul.sub-menu li:hover a span {
    background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 
====================*/

.mediic_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.mediic_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.mediic_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.mediic_nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Hero Section -->
<!-- ============================================================== -->*/

.hero-section {
    background: url(../images/slider/hero-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 790px;
    position: relative;
    margin-top: 100px;
}

.row.hero-bg {
    position: relative;
    z-index: 1;
}

.hero-content {
    padding: 45px 0 0;
}

.hero-content h1 {
    font-size: 110px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-weight: 800;
    position: relative;
    z-index: -1;
}

h1.mediic-style {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

span.team-mbr {
    padding: 15px 30px;
    border-radius: 40px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    backdrop-filter: blur(17.5px);
    margin-right: 22px;
}

span.team-mbr img {
    padding: 0 15px 0 0;
}

.hero-btm-boxs {
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
}

.mediic-hero-icon {
    float: left;
    margin-right: 20px;
}

.mediic-hero-content {
    overflow: hidden;
}

.mediic-hero-content h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin: 0;
}

.mediic-hero-content p {
    text-align: left;
    width: 62%;
    padding: 7px 0 0;
    font-family: "DM Sans";
}

/* mediic Btn */

a.mediic-btn {
    position: relative;
    padding: 17px 42px;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    color: var(--primary-color);
    font-weight: 500;
    transition: 500ms;
    z-index: 1;
    border-radius: 30px;
}

.mediic-btn__hover {
    background-color: var(--primary-color);
    width: 18.66%;
    height: 0;
    display: block;
    position: absolute;
    transition: all 500ms ease;
    z-index: -1;
}

.mediic-btn__hover:nth-child(2),
.mediic-btn__hover:nth-child(4),
.mediic-btn__hover:nth-child(6) {
    top: 0;
}

.mediic-btn__hover:nth-child(2) {
    left: 16.66%;
}

.mediic-btn__hover:nth-child(4) {
    left: 49.98%;
}

.mediic-btn__hover:nth-child(6) {
    left: 83.3%;
}

.mediic-btn__hover:nth-child(1),
.mediic-btn__hover:nth-child(3),
.mediic-btn__hover:nth-child(5) {
    bottom: 0;
}

.mediic-btn__hover:nth-child(1) {
    left: 0;
}

.mediic-btn__hover:nth-child(3) {
    left: 33.32%;
}

.mediic-btn__hover:nth-child(5) {
    left: 66.64%;
}

a.mediic-btn:hover .mediic-btn__hover {
    height: 100%;
}

a.mediic-btn i {
    padding-left: 7px;
    position: relative;
    top: 3px;
    transform: rotate(-45deg);
    display: inline-block;
}

a.mediic-btn:hover {
    color: #fff;
}

/* Btn End */

.hero-socail-icon {
    position: absolute;
    right: -230px;
    bottom: 206px;
    animation: 1s 1.5s fadeInDown both;
}

.hero-socail-icon a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 20px 0 0;
    transition: 0.3s;
}

.hero-socail-icon a:hover {
    color: var(--secondary-color);
}

.hero-cnct-nmbr {
    position: absolute;
    left: -256px;
    bottom: 160px;
}

.hero-cnct-nmbr h4 {
    position: relative;
    color: #fff;
    writing-mode: tb;
    font-size: 18px;
    font-weight: 500;
}

.hero-cnct-nmbr h4:before {
    position: absolute;
    content: "";
    left: 12px;
    top: -118px;
    width: 2px;
    height: 100px;
    background-image: linear-gradient( 0deg, rgba(255, 255, 255, 0.9999999999999999) 0%, rgba(27, 31, 73, 0) 100%);
}

/* Shape */

.hero-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: -95px;
    z-index: -1;
}

.hero-shape2 {
    position: absolute;
    left: -66px;
    top: 66px;
}

.hero-shape3 {
    position: absolute;
    right: -72px;
    bottom: -15px;
}

.hero-shape4 {
    position: absolute;
    right: 26px;
    bottom: 133px;
    animation: moveLeftBounce 3s linear infinite;
}

/* Hero 2 */

.hero2.hero-section {
    background: url(../images/slider/hero-bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 850px;
}

.content-inner {
    padding: 85px 100px 0;
    width: 833px;
    height: 447px;
    border-radius: 40px;
    background-color: #002570;
    position: absolute;
    top: 0;
    left: 22px;
}

.hero-content2 h2 {
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.hero2.hero-section .mediic-btn a {
    margin-top: 34px;
}

.hero2.hero-section .mediic-service-bx {
    padding: 37px 37px 0;
    width: 383px;
    height: 160px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    position: absolute;
    right: 119px;
    top: 589px;
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.hero2.hero-section .mediic-hero-content h4 {
    color: var(--primary-color);
    font-weight: 600;
}

.hero2.hero-section .mediic-hero-content p {
    width: 100%;
    color: #65677a;
}

/* Wood Animation */

span.wood-animation img {
    animation: wooo 3.5s infinite;
}

/*wood animation*/

@keyframes wooo {
    0% {
        transform: rotate3d(0, 0, 0);
    }
    50% {
        transform: rotate3d(0, 1, 0, 180deg);
    }
    100% {
        transform: rotate3d(0, 1, 0, 359deg);
    }
}

/* Left Animation */

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*
<!-- ============================================================== -->
<!-- mediic Start Brand Section-->
<!-- ============================================================== -->*/

.counter-serction {
    /*background: url(../images/slider/counter-bg.png);*/
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0 50px;
    margin-top: -23px;
    position: relative;
    background-color: #f96e0f;
}

.counter-items {
    display: flex;
    justify-content: space-between;
}

.counter-left-side {
    display: flex;
}

.counter-title h2 {
    font-size: 34px;
    color: #fff;
    margin: 0;
    line-height: 42px;
    font-weight: 700;
    padding: 0 0 0 25px;
}

/* Right Side */

.counter-right-side {
    display: flex;
}

.counter-single-box.bx-1 {
    padding-right: 80px;
}

.odometer-wrapper.counter-box-title {
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.40196078431372547);
    padding: 0px 0 6px;
}

.odometer-wrapper.counter-box-title h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin: 0;
}

.odometer-wrapper.counter-box-title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin: 0;
}

.counter-desc p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: "DM Sans";
    display: inline-block;
    padding: 14px 0 0;
}

/* Button Hover */

/* Box-hover */

.mediic-hover-btn {
    background-color: #e35b1c;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}

@media (min-width: 768px) and (max-width: 992px) {
    .hero-section {
        margin-top: 50px;
    }
}

.hover-btn {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 30px 0 0px 30px;
}

.hover-btn2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-btn3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-btn4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 30px 30px 0;
}

.header-button a:hover .mediic-hover-btn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*
<!-- ============================================================== -->
<!-- mediic Start Feature Section-->
<!-- ============================================================== -->*/

.feature-serction {
    padding: 95px 0 60px;
    position: relative;
}

.feature-single-box {
    padding: 40px 40px 27px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    border-radius: 24px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.feature-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ffffff;
    padding: 0px 0 35px;
}

.head-title h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    transition: 0.5s;
}

.mediic-link i {
    font-size: 20px;
    color: #007eff;
    display: inline-block;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.mediic-icon img {
    padding: 40px 0 32px;
    transition: 0.5s;
}

.feature-content span {
    color: #007eff;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: 0.5s;
}

.feature-content h3 {
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    margin: 0;
    transition: 0.5s;
}

span.mddle-pd {
    padding: 0 5px 0 2px;
    font-size: 30px;
    color: var(--primary-color);
}

.feature-content p {
    color: #65677a;
    font-family: "DM Sans";
    display: inline-block;
    padding: 10px 0 0;
    transition: 0.5s;
}

.feature-single-box:hover .head-title h2,
.feature-single-box:hover .feature-content h3,
.feature-single-box:hover .feature-content span,
.feature-single-box:hover .feature-content p,
.feature-single-box:hover .mediic-link i,
.feature-single-box:hover .feature-content h4 {
    color: #dd571a;
}

.feature-single-box:hover .feature-btn a {
    background: #fff;
    color: #f86f10;
}

/* Box-2 */

.bx-2.feature-single-box {
    padding: 40px 40px 26px;
}

.feature-btn a {
    padding: 11px 29px;
    font-size: 12px;
    font-weight: 500;
    background: #f96f0f;
    color: #fff;
    border-radius: 20px;
}

.feature-content h4 {
    font-size: 22px;
    font-weight: 600;
    transition: 0.5s;
}

.bx-2 .feature-content p {
    padding: 12px 0 0;
}

/* bx-3 */

.bx-3 .feature-content p {
    padding: 15px 0 13px;
}

.bx-3.feature-single-box {
    padding: 40px 40px 45px;
}

.bx-3 .mediic-icon img {
    padding: 40px 0 8px;
}

.bx-3.feature-single-box:hover .mediic-icon img {
    filter: brightness(5);
}

/* Box-hover */

.mediic-hover-box {
    background-color: #09294c;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}

.hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 20px 0 0px 20px;
}

.hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 20px 20px 0;
}

.feature-single-box:hover .mediic-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.feature-single-box:hover {
    border: 2px solid #007eff;
}

/* Feature Box-2 */

.style-2.feature-serction {
    padding: 0px 0 60px;
    position: relative;
}

.feature-single-box-2 {
    padding: 30px 30px 30px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.feature-single-box-2::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    border-top: 2px solid var(--secondary-color);
    border-left: 2px solid var(--secondary-color);
    transition: all linear 0.5s;
}

.feature-single-box-2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    border-bottom: 2px solid var(--secondary-color);
    border-right: 2px solid var(--secondary-color);
    transition: all linear 0.5s;
}

.feature-single-box-2:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.feature-single-box-2:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.feature-single-box-2 .feature-thumb img {
    border-radius: 30px;
}

.feature-single-box-2 .feature-content {
    padding-left: 40px;
}

.feature-title h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 37, 112, 0.2);
    position: relative;
    z-index: 1;
}

.feature-title h3:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: 0.5s;
}

.feature-single-box-2 .mediic-icon img {
    padding: 0 0 15px;
}

/* mediic btn-2 */

.mediic-btn2 {
    overflow: hidden;
}

.mediic-btn2 a {
    transition: 0.5s;
    position: relative;
    z-index: 11;
}

.mediic-btn2 a span {
    margin-left: -95px;
    opacity: 0;
    transition: 0.5s;
    display: inline-block;
    color: var(--secondary-color);
    font-size: 16px;
}

.mediic-btn2 a i {
    display: inline-block;
    font-size: 20px;
    transform: rotate(-45deg);
    position: relative;
}

.feature-single-box-2:hover .mediic-btn2 a span {
    margin-left: 0px;
    opacity: 1;
}

.feature-single-box-2:hover .mediic-btn2 a i {
    padding-left: 0;
    transition: 0.5s;
    color: var(--secondary-color);
    left: 5px;
}

.feature-single-box-2:hover .feature-title h3:before {
    width: 100%;
}

/* ***********************
 mediic Start Section Title
************************* */

.mediic-section-title2 h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    padding: 0 0 9px;
}

.mediic-section-title2 h3 {
    font-size: 30px;
    font-weight: 700;
}

.mediic-section-title h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    padding: 0 0 22px;
    text-transform: uppercase;
}

.mediic-section-title h1 {
    font-size: 43px;
    margin: 0;
    font-weight: 700;
    line-height: 66px;
}

.mediic-section-title h2 {
    font-size: 43px;
    margin: 0;
    font-weight: 700;
    line-height: 66px;
}

.mediic-section-title h1 span img {
    animation: rotateme 8s linear infinite;
}

.mediic-section-title h2 span img {
    animation: rotateme 8s linear infinite;
}

.mediic-section-title p {
    padding: 21px 0 18px;
    color: #65677a;
    font-family: "DM Sans";
}

/*
<!-- ============================================================== -->
<!--  mediic Start About Section-->
<!-- ============================================================== -->*/

.about-serction {
    padding: 20px 0 120px;
    position: relative;
    z-index: 1;
}

.top-mediic-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(28, 32, 73, 0.10196078431372549);
    padding: 0 0 28px;
    margin-bottom: 60px;
}

.bx-2 .odometer-wrapper.counter-box-title {
    border-bottom: 0;
}

.bx-2 .odometer-wrapper.counter-box-title {
    justify-content: right;
}

.bx-2 .odometer-wrapper.counter-box-title h1 {
    color: var(--primary-color);
    font-size: 60px;
}


.bx-2 .odometer-wrapper.counter-box-title h2 {
    color: var(--primary-color);
    font-size: 60px;
}

p.counter-desc {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    font-family: "DM Sans";
    display: inline-block;
    margin: 0 0px 0 22px;
    width: 50%;
}

/* About Left Side */

.about-thumb {
    position: relative;
    z-index: 1;
}

.thumbs-bxs {
    position: absolute;
    top: 0;
    right: 114px;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 30px;
    background-color: #00153e;
}

/* Abour Right Side */

.about-service-list h4 {
    font-size: 22px;
    font-weight: 600;
    padding: 30px 0 25px;
}

.about-service-list ul li {
    display: block;
    list-style: none;
    font-family: "DM Sans";
    color: var(--primary-color);
    border-top: 1px dashed #00306c;
    padding: 16px 0 17px;
}

.about-service-list ul li i {
    font-size: 17px;
    color: var(--secondary-color);
    display: inline-block;
    padding-right: 6px;
}

li.border-style {
    border-bottom: 1px dashed #00306c;
}

span.list-pd {
    padding: 0 0 0 55px;
}

/* Rotate SVG Area /
/ -------------------------- */

.text-circle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    -webkit-animation: rotateme 9s linear infinite;
    animation: rotateme 9s linear infinite;
}

.text-circle svg {
    width: 131px;
    height: auto;
    overflow: visible;
    word-spacing: 10px;
    transform: rotate(0) scaleX(1) scaleY(1);
}

.text-circle path {
    fill: transparent;
    stroke: transparent;
    stroke-width: 1px;
    transition: 0.3s stroke, 0.3s fill;
}

.text-circle text {
    fill: #ffffff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 30px;
}

@keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/* shape */

.mediic-shape {
    position: absolute;
    right: 53px;
    text-align: right;
    z-index: -1;
}

/* mediic btn */

.about-serction .mediic-btn a {
    margin-top: 50px;
}

.mediic-btn a {
    padding: 16px 35px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-family: "Albert Sans";
    border-radius: 32px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid #007eff;
    background-color: #fff;
}

.mediic-btn a:after {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff;
    position: absolute;
    content: attr(data-text);
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f96e0f;
    /*background-image: url(../images/resource/mask-btn2.png);*/
    -webkit-mask: url(../images/resource/mask-btn2.png);
    mask: url(../images/resource/mask-btn2.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    animation: mask_animation_2 0.7s steps(22) forwards;
    z-index: -1;
}

.mediic-btn a i {
    padding-left: 7px;
    position: relative;
    top: 3px;
    transform: rotate(-45deg);
    display: inline-block;
}

.mediic-btn a:hover:after {
    animation: mask_animation 0.7s steps(22) forwards;
}

.mediic-btn a:hover {
    color: var(--secondary-color);
}

@keyframes mask_animation {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes mask_animation_2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

/* About Style 2 */

.thumbs-bxs2 {
    position: absolute;
    bottom: 0;
}

.icon img {
    border-radius: 30px;
}

.mediic-service-box {
    padding: 35px 40px 28px;
    background: var(--secondary-color);
    position: relative;
    z-index: 1;
    border-radius: 20px;
}

.mediic-number h3 {
    font-size: 60px;
    color: #ffffff;
    opacity: 0.15;
    position: absolute;
    right: 20px;
    top: 0;
    font-weight: 700;
}

.mediic-title h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 11px 0 0;
}

.mediic-service-box .mediic-hover-box {
    background-color: var(--primary-color);
}

.bx-1.mediic-service-box .mediic-hover-box {
    background-color: var(--secondary-color);
}

.mediic-service-box:hover .mediic-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mediic-service-box.bx-1 {
    background: var(--primary-color);
}

.upp.mediic-btn a {
    background-color: var(--primary-color);
}

.upp.mediic-btn a:hover {
    color: #fff;
}

/* Style 2 */

.box-2.mediic-service-box {
    padding: 35px 30px 30px;
    background: var(--secondary-color);
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    transition: 0.5s;
    margin-bottom: 30px;
}

.box-2 .mediic-icon2 {
    float: left;
}

.mediic-icon2 img {
    transition: 0.5s;
}

.box-2 .mediic-title h4 {
    color: var(--primary-color);
    padding: 0 0 0 24px;
    margin: 0;
    display: -webkit-box;
    transition: 0.5s;
}

.box-2.mediic-service-box:hover .mediic-icon2 img {
    filter: brightness(0) invert(1);
}

.box-2.mediic-service-box:hover .mediic-title h4 {
    color: #fff;
}

.box-2.mediic-service-box:hover {
    border: 2px solid var(--secondary-color);
}

.box-2.mediic-service-box .mediic-hover-box {
    background-color: var(--secondary-color);
}

.box-2 .hover-bx {
    border-radius: 15px 0 0px 15px;
}

.box-2 .hover-bx4 {
    border-radius: 0 15px 15px 0;
}

/* mdy Contact */

.mdy-about-contact {
    display: flex;
    align-items: center;
    margin: 5px 0 0;
}

.mediic-contact {
    padding: 40px 0 0 30px;
}

.ctn-icon {
    display: inline-block;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ctn-icon:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 32px;
    left: 30px;
    right: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #007eff;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.ctn-title {
    display: inline-block;
}

.ctn-title h3 {
    font-size: 24px;
    font-weight: 600;
    padding-left: 5px;
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 4px;
    }
    40% {
        opacity: 0.5;
        border-width: 3px;
    }
    65% {
        border-width: 2px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

/* Shape */

.mdy-dots {
    position: absolute;
    right: 48px;
    bottom: -39px;
    z-index: -1;
}

.style-2 .mediic-shape {
    position: absolute;
    right: 0;
    bottom: 18px;
    text-align: right;
    z-index: -1;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Brnad Section-->
<!-- ============================================================== -->*/

.marquee-section {
    background: #cadff9;
    padding: 65px 65px;
}

.marquee {
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}

.marquee-single-box {
    flex-shrink: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.marquee-content h2 {
    font-size: 39px;
    font-weight: 700;
    display: inline-block;
}

.marquee-content h2 span img {
    margin: -11px 30px 0 20px;
    display: inline-block;
    -webkit-animation: rotateme 8s linear infinite;
    animation: rotateme 8s linear infinite;
}

/* Key Frames */

.scroll {
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 1rem));
    }
}

/* Style Two */

.style-2.mediic-top-section {
    padding: 55px 60px 0px 50px;
}

/* Style Two */

.style-2.marquee-section {
    background: var(--primary-color);
    padding: 26px 65px 35px;
}

.style-2 .marquee-content h2 {
    font-size: 40px;
    color: #fff;
}

.style-2 .marquee-content h2 span img {
    width: 8%;
    margin: -11px 16px 0 20px;
}

/*
<!-- ============================================================== -->
<!-- mediic Start  Section -->
<!-- ============================================================== -->*/

.mediic-top-section {
    padding: 110px 50px 0px 205px;
    background: #002570;
    position: relative;
}

.mediic-top-section .top-mediic-section {
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
}

.mediic-desc {
    width: 34%;
}

.mediic-desc p {
    font-size: 18px;
    font-family: "DM Sans";
}

.mediic-top-section.style-2 .mediic-shape {
    position: absolute;
    top: 0;
    right: -12px;
    text-align: right;
    z-index: 1;
}

/* Service Section */

.service-section {
    padding: 30px 50px 120px 210px;
    background: #002570;
}

.single-service-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: 0.5s;
    overflow: hidden;
}

.service-thumb {
    position: relative;
    background-image: linear-gradient( 0deg, rgba(0, 37, 111, 0.9999999999999999) 0%, rgba(0, 37, 111, 0.7999999999999999) 20%, rgba(0, 37, 111, 0) 50%, rgba(0, 37, 111, 0) 100%);
    transition: 0.5s;
    border-radius: 18px;
}

.service-thumb:before {
    position: absolute;
    content: "";
    right: -294px;
    top: -40px;
    text-align: right;
    background: url(../images/resource/srvce-shp.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.5s;
}

.service-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgb(249 110 15) 0%, rgb(248 113 19 / 76%) 20%, rgba(0, 125, 255, 0) 50%, rgba(0, 125, 255, 0) 100%);
    width: 100%;
    height: 0%;
    transition: 0.5s;
    border-radius: 18px;
}

.service-thumb img {
    position: relative;
    z-index: -1;
    width: 100%;
    border-radius: 20px;
}

.service-content {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 40px;
}

.service-content h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.service-content h2 a {
    font-size: 28px;
    font-weight: 600;
    color: #ffff;
    display: inline-block;
    transition: 0.5s;
}

.service-content h2 a:hover {
    color: var(--primary-color);
}

.service-icon a i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    background-color: #f86e0f;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 40px;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
    transform: rotate(-45deg);
}

.single-service-box:hover .service-icon a i {
    opacity: 1;
    right: 0;
}

.single-service-box:hover .service-thumb:before {
    opacity: 1;
    top: -0px;
}

.single-service-box:hover .service-thumb:after {
    height: 100%;
}

/* Swiper Slider
=========================== */

.service-section .swiper {
    width: 100%;
    height: 540px;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.swiper-scrollbar {
    background: rgba(255, 255, 255, 0.14901960784313725) !important;
}

.swiper-scrollbar-drag {
    background: rgb(248 113 16) !important;
}

@media only screen and (min-width: 769px) {
    .swiper-slide:first-child {
        transition: transform 100ms;
    }
    .swiper-slide:first-child img {
        transition: box-shadow 500ms;
    }
    .swiper-slide:nth-child(2) {
        transition: transform 100ms;
    }
    .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {
        transform: translateX(-50%);
    }
    .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {
        transform: translateX(-55%);
    }
    .swiper-scrollbar-drag {
        background: var( --swiper-scrollbar-drag-bg-color, rgba(0, 125, 255, 0.3999999999999999));
    }
}

/* Style 2  */

.style-2.service-section {
    padding: 30px 60px 120px 200px;
}

.style-2 .service-thumb:before {
    right: -288px;
}

/* Owl Nav */

.owl-nav {
    position: absolute;
    left: -120px;
    top: 200px;
}

.owl-prev {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.owl-prev:before {
    position: absolute;
    content: "";
    left: 25px;
    top: -200px;
    width: 2px;
    height: 180px;
    background-image: linear-gradient( 0deg, rgba(0, 125, 255, 0.9999999999999999) 0%, rgba(0, 125, 255, 0.9999999999999999) 10%, rgba(0, 125, 255, 0) 80%, rgba(0, 125, 255, 0) 100%);
}

.owl-prev i,
.owl-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    background-color: rgba(0, 103, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/*
<!-- ============================================================== -->
<!-- mediic Start Appoinment Section-->
<!-- ============================================================== -->*/

.appoinment-section {
    padding: 20px 0 48px;
    position: relative;
}

.style-2.appoinment-section {
    padding: 0px 0 48px;
}

.mediic-shape-cntr {
    position: absolute;
    top: -260px;
    z-index: -1;
}

.main-div {
    padding: 0 0 120px;
}

.mediic-appoinment {
    background-image: url(../images/resource/appointment.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0 58px;
    border-radius: 30px;
    background-size: contain;
}

.row.appoinment {
    position: relative;
    z-index: 1;
}

.contact-form-box {
    padding: 35px 0 0;
}

.form-box input::placeholder {
    font-size: 17px;
    color: #002570;
}

.form-box input {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 20px;
    outline: 0;
    display: inline-block;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 37, 112, 0.5);
    font-weight: 500;
    font-family: "DM Sans";
}

.form-box textarea {
    width: 100%;
    padding: 15px 22px;
    outline: 0;
    margin-bottom: 25px;
    outline: 0;
    display: inline-block;
    height: 150px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 37, 112, 0.5);
    font-weight: 500;
    font-family: "DM Sans";
}

.form-box textarea::placeholder {
    color: #002570;
    font-size: 17px;
}

.mediic-shape-2 {
    position: absolute;
    top: 0;
    left: 450px;
    animation: wooo 3.5s infinite;
}

/* Submit Button */

button.submit-btn {
    padding: 16px 40px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-family: "Albert Sans";
    border-radius: 32px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid #007eff;
    background-color: var(--primary-color);
}

button.submit-btn:after {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff;
    position: absolute;
    content: attr(data-text);
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #dd571a;
    /*background: url(../images/resource/mask-btn2.png);*/
    mask: url(../images/resource/mask-btn2.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    animation: mask_animation_2 0.7s steps(22) forwards;
    z-index: -1;
}

button.submit-btn i {
    padding-left: 5px;
    position: relative;
    top: 2px;
    transform: rotate(-45deg);
    display: inline-block;
}

button.submit-btn:hover:after {
    animation: mask_animation 0.7s steps(22) forwards;
}

.button.submit-btn:hover {
    color: var(--secondary-color);
}

/* Appointment Style 1 */

.style-1.mediic-appoinment {
    background-image: url(../images/resource/appointment2-bg.png);
    margin-bottom: 120px;
}

.style-1 .testi-single-box {
    padding: 60px 45px 60px;
    border: 0;
    background-color: transparent;
    background-image: url(../images/resource/test2.png);
}

.style-1.mediic-appoinment .mediic-shape-2 {
    top: -30px;
    right: 0;
    left: inherit;
}

/* Style 2 */

.mediic-appoinment.style-2 {
    margin: 120px 0 120px;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Team Section -->
<!-- ============================================================== -->*/

.team-section {
    padding: 100px 0 120px;
    position: relative;
}

.team-section .top-mediic-section {
    margin-bottom: 0;
}

.team-section .mediic-shape {
    position: absolute;
    right: 350px;
    text-align: right;
    z-index: -1;
}

.team-single-box {
    padding: 30px 30px 32px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.team-single-box::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    border-top: 2px solid #00153e;
    border-left: 2px solid #00153e;
    transition: all linear 0.5s;
}

.team-single-box::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    border-bottom: 2px solid var(--secondary-color);
    border-right: 2px solid var(--secondary-color);
    transition: all linear 0.5s;
}

.team-single-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.team-single-box:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.team-thumb {
    position: relative;
    z-index: 21;
}

.team-thumb img {
    border-radius: 25px;
    width: 100%;
}

.team-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    transition: 0.5s;
    border-radius: 20px;
    background-image: linear-gradient(0deg, rgb(249 113 20) 0%, rgb(249 110 15) 20%, rgba(0, 125, 255, 0) 50%, rgba(0, 125, 255, 0) 100%);
}

.social-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.social-icon ul li {
    display: inline-block;
    padding-right: 9px;
    list-style: none;
}

.social-icon ul li i {
    width: 42px;
    line-height: 42px;
    height: 42px;
    border-radius: 21px;
    background-color: #ffffff;
    color: var(--primary-color);
    transition: 0.5s;
}

.team-thumb img {
    border-radius: 25px;
}

.team-content h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 26px 0 0;
}

.team-content h2 {
    font-size: 28px;
    font-weight: 600;
}

.team-single-box:hover .social-icon {
    bottom: 35px;
    opacity: 1;
}

.team-single-box:hover .team-thumb:after {
    height: 100%;
}

/* Swiper */

.team-section .swiper {
    padding-top: 50px;
    padding-bottom: 80px;
}

.style-2 .swiper-slide {
    background-position: center;
    background-size: cover;
}

.style-2 .swiper-pagination-bullet {
    width: var( --swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px)) !important;
    height: var( --swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px)) !important;
}

/* Swiper Active Hover */

.swiper-slide.swiper-slide-active .team-single-box .team-thumb:after {
    height: 100%;
}

.swiper-slide.swiper-slide-active .team-single-box::before {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.swiper-slide.swiper-slide-active .team-single-box::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
}

.swiper-slide.swiper-slide-active .team-single-box .social-icon {
    bottom: 35px;
    opacity: 1;
}

/* Team Style 2 */

.upp.style-2 .team-single-box2 {
    margin-bottom: 30px;
}

.upp.style-2 .team-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: linear-gradient( 127deg, rgba(0, 125, 255, 0.9999999999999999) 0%, rgba(0, 125, 255, 0.9999999999999999) 20%, rgba(0, 125, 255, 0) 50%, rgba(0, 125, 255, 0) 100%);
    width: 100%;
    height: 0;
    border-radius: 20px;
    transition: 0.5s;
}

.upp.style-2 .team-content {
    padding: 16px 0 65px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    border-radius: 20px;
    margin-bottom: -34px;
}

.upp.style-2 .team-content h2 {
    font-size: 26px;
    font-weight: 700;
}

.upp.style-2 .team-content h5 {
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin-top: 6px;
}

/*thumb icon*/

.social-icon2 {
    position: absolute;
    top: 50px;
    left: 25px;
    right: 0;
    opacity: 0;
}

.social-icon2 ul li {
    display: block;
    margin-right: 3px;
    list-style: none;
}

.social-icon2 ul li:nth-child(1) a {
    transition-delay: 0.1s;
}

.social-icon2 ul li:nth-child(2) a {
    transition-delay: 0.3s;
}

.social-icon2 ul li:nth-child(3) a {
    transition-delay: 0.4s;
}

.social-icon2 ul li:nth-child(4) a {
    transition-delay: 0.6s;
}

.social-icon2 ul li a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 19px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    text-align: center;
    display: inline-block;
    transition-delay: 0.5s;
    overflow: hidden;
    transform: translateY(-100px);
    opacity: 0;
    position: relative;
    z-index: 1;
    color: var(--primary-color);
}

.social-icon2 ul li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    transform: scale(0);
    transition: 0.5s;
}

.social-icon2 ul li a i {
    transition: 0.5s;
    color: #000;
}

/*all Team hover*/

.upp.style-2 .team-single-box2:hover .social-icon2 {
    top: 25px;
    opacity: 1;
}

.upp.style-2 .team-single-box2:hover .social-icon2 ul li a {
    opacity: 1;
    transform: translateY(0px);
    overflow: hidden;
    visibility: visible;
}

.social-icon2 ul li a:hover i {
    color: #fff;
}

.social-icon2 ul li a:hover:before {
    transform: scale(1);
}

.upp.style-2 .team-single-box2:hover .team-thumb:before {
    height: 100%;
}

.upp.style-2.team-section .mediic-shape {
    position: absolute;
    right: 0;
    text-align: right;
    z-index: -1;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Why Choose Us Section -->
<!-- ============================================================== -->*/

.why-choose-us-serction {
    padding: 120px 0 120px;
    background: url(../images/resource/why-choose.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.why-choose-us-serction .mediic-section-title p {
    padding: 21px 0 22px;
}

.why-choose-thumb {
    position: relative;
    z-index: 1;
    left: -224px;
}

.mdy-shapae {
    position: absolute;
    bottom: 0;
    right: -128px;
}

.mdy-shapae img {
    border-radius: 30px;
}

.thumbs-bxs3 {
    position: absolute;
    top: 30px;
    left: 30px;
    animation: wooo 3.5s infinite;
}

.contact-with-mediic p {
    padding: 18px 0 0;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    border-top: 2px solid rgba(0, 37, 112, 0.10196078431372549);
}

.contact-with-mediic p a {
    display: inline-block;
    color: var(--secondary-color);
    text-decoration-line: underline;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Testimonial Section -->
<!-- ============================================================== -->*/

.testimonial-section {
    padding: 60px 65px 120px;
    background: #002570;
}

.testi-thumb {
    position: relative;
    z-index: 1;
}

.testi-thumb img {
    border-radius: 30px;
    width: 100%;
}

.testi-content {
    padding: 25px 30px 35px;
    width: 314px;
    height: 183px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    border: 2px solid #ffffff;
    backdrop-filter: blur(17.5px);
    position: absolute;
    top: 30px;
    left: 30px;
}

.testi-content h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 25px;
}

.testi-content .mediic-btn a {
    padding: 13px 35px;
    background-color: var(--primary-color);
}

.testi-content .mediic-btn a:hover {
    color: #fff;
    border: 1px solid var(--primary-color);
}

/* Testi Right Side */

.testi-single-box {
    padding: 60px 50px 60px;
    border-radius: 34px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: #17387b;
    background-image: url(../images/resource/test.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.testi-quote img {
    width: auto;
}

ul.testi-rating li {
    display: inline-block;
    list-style: none;
    font-size: 20px;
    color: #ffba00;
    padding: 36px 0 18px;
}

.testi-desc p {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
}

.user-info {
    display: flex;
    align-items: center;
    padding: 123px 0 0;
}

.people-pic img {
    width: 70px;
    margin-right: 20px;
}

.user-name h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.user-name h6 {
    font-size: 17px;
    color: #97a9bf;
    font-weight: 400;
    font-family: "DM Sans";
}

/* Testimonial Style 2 */

.testimonial-section.style-2 {
    padding: 0px 0px 120px;
    background: transparent;
}

.testimonial-section.style-2 .mediic-section-title p {
    padding: 28px 0 25px;
    color: #65677a;
    font-family: "DM Sans";
}

.style-2 .testi-single-box {
    padding: 40px 40px 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    background-image: inherit;
}

.style-2 .testi-quote2 {
    position: absolute;
    right: 40px;
}

.style-2 .user-info {
    padding: 0px 0 0;
}

.style-2 .user-name h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.style-2 .user-name h6 {
    font-size: 15px;
    color: #65677a;
    text-transform: uppercase;
}

.style-2 .testi-desc p {
    font-size: 16px;
    color: #65677a;
    line-height: 24px;
    font-family: "DM Sans";
    font-style: italic;
    padding: 40px 0 0;
}

/* Owl Dots */

.owl-dots {
    text-align: center;
    padding: 30px 0 0;
}

.owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    display: inline-block;
    margin-right: 7px;
}

.owl-dot.active {
    position: relative;
    z-index: 1;
}

.active.owl-dot:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 10px;
}

/* Testimonial  Style = 3 */

/*Tab Items
=======================*/

/* Tap Style */

.tab {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.tabs_item {
    display: none;
    padding: 30px 0;
}

.tabs_item:first-child {
    display: block;
}

/* Box Style */

.upp.style-2 .testi-single-box {
    padding: 58px 50px 38px;
}

.upp.style-2 .user-info {
    padding: 35px 50px 35px 35px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    background-image: inherit;
    margin: 30px 25px 0 0;
    border-radius: 15px;
}

.upp.style-2 .user-name h4 {
    font-size: 24px;
    font-weight: 600;
}

.upp.style-2 .user-name h6 {
    text-align: left;
    font-size: 17px;
    text-transform: capitalize;
}

.upp.style-2 .testi-desc p {
    font-size: 20px;
    color: #65677a;
    line-height: 32px;
    font-family: "Albert Sans";
    font-style: inherit;
    padding: 5px 0 0;
}

.upp.style-2 ul.testi-rating li {
    font-size: 19px;
    letter-spacing: 5px;
}

/* Style Testi-bg */

.row.testi-bg {
    padding-top: 100px;
}

.upp.style-2 .testi-bg .user-info {
    padding: 12px 0 0;
    background-color: inherit;
    border: 0;
    background-image: inherit;
    margin: 30px 25px 0 0;
    border-radius: 15px;
}

.upp.style-2 .testi-bg .testi-single-box {
    padding: 5px 45px 40px;
}

/*********************************
    - mediic  Special Skill bar area -
**********************************/

.skill-serction {
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
}

.skill-serction .mediic-shape-cntr {
    top: 0;
}

.prossess-ber-plugin {
    padding: 40px 0 0;
}

.prossess-ber-plugin span {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 18px;
}

.barfiller {
    width: 100%;
    height: 3px;
    background: rgba(0, 37, 112, 0.2);
    position: relative;
    margin-bottom: 25px;
    margin-top: 12px;
    border-radius: 5px;
}

span.fill {
    background: var(--primary-color) !important;
    border-radius: 5px;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -37px;
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.barfiller.tip777:after {
    border: solid;
    border-color: rgba(255, 183, 77, 0.9) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 100%;
    z-index: 9;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Brand Section-->
<!-- ============================================================== -->*/

.brand-section {
    padding: 120px 0 120px;
    text-align: center;
}

.brand-section.newupper {
    padding-top: 0;
}

.brand-thumb img {
    width: auto;
}

.upp.brand-section {
    padding: 60px 0 120px;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Blog Section -->
<!-- ============================================================== -->*/

.blog-section {
    padding: 110px 0 90px;
    background: #fff;
}

.style-0.blog-section {
    padding: 0px 0 90px;
    background: transparent;
}

.blog-single-box {
    margin-bottom: 30px;
}

.blog-thumb {
    position: relative;
    z-index: 1;
}

.blog-thumb .mediic-hover-box {
    background-color: rgba(0, 17, 112, 0.3);
    z-index: 1;
}

.blog-thumb img {
    border-radius: 30px;
    width: 100%;
}

.blog-content {
    padding: 23px 42px 0 0;
}

.blogs-category ul li {
    font-size: 16px;
    font-family: "DM Sans";
    color: var(--primary-color);
    display: inline-block;
    margin: 0 20px 0 24px;
    position: relative;
    z-index: 1;
}

.blogs-category ul li:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -23px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(0, 126, 255, 0.2);
}

.blog-title h2 a {
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    padding: 4px 0 0;
    transition: 0.5s;
}

.blog-title h2 a:hover {
    color: var(--secondary-color);
}

.blog-single-box:hover .mediic-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-thumb .hover-bx {
    border-radius: 30px 0 0px 30px;
}

.blog-thumb .hover-bx4 {
    border-radius: 0px 30px 30px 0px;
}

/* Blog Style 2 */

.blog-section.style-2 {
    padding: 110px 0 90px;
    background: transparent;
}

.style-2 .blog-single-box {
    padding: 25px 25px 35px;
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
    border-radius: 15px;
}

.style-2 .blog-thumb img {
    border-radius: 15px;
}

.style-2 .mediic-button a {
    padding: 10px 25px;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-top: 30px;
    transition: 0.5s;
}

.style-2 .blog-thumb .hover-bx {
    border-radius: 15px 0 0px 15px;
}

.style-2 .blog-thumb .hover-bx4 {
    border-radius: 0px 15px 15px 0px;
}

.style-2 .blog-single-box:hover .mediic-btn .mediic-btn__hover {
    height: 100%;
}

.style-2 .blog-single-box:hover .mediic-button a {
    border: 2px solid var(--primary-color);
    color: #fff;
}

/* Style upper */

.upper.blog-section.style-2 {
    padding: 0px 0 90px;
    background: transparent;
}

/* Blog Details */

.search-bx {
    position: relative;
    z-index: 1;
    padding: 0 0 10px;
}

.search-bx input {
    padding: 10px 30px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
}

.search-bx button.subscribe-btn {
    height: 50px;
    width: 50px;
    border: 0;
    border-radius: 50%;
    background: var(--secondary-color);
    color: #fff;
    position: absolute;
    right: 8px;
    top: 5px;
}

/* Category Box */

.mediic-category-items {
    margin-bottom: 40px;
}

.category-content {
    padding-left: 20px;
}

.category-content h4 {
    margin: 0;
}

.category-content h4 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    transition: 0.5s;
}

.category-content h6 {
    font-size: 15px;
    font-weight: 400;
    font-family: "DM Sans";
    margin: 9px 0 0;
}

.category-content h4 a:hover {
    color: var(--secondary-color);
}

.mediic-category-items.upp {
    margin: 0 0 15px;
}

.post-content.upp {
    border: 0;
}

/* Blog Post Comment */

.blog-post-comment {
    padding: 90px 0 0;
}

.post-comment {
    display: flex;
    padding: 30px 0 0;
}

.post-content {
    margin: 0px 0 0px 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
}

h4.post-title {
    font-size: 20px;
    font-weight: 600;
}

.post-content h6 {
    font-size: 14px;
    font-weight: 400;
    font-family: "DM Sans";
    margin: 6px 0 14px;
}

p.posts-reply {
    font-size: 16px;
    font-family: "DM Sans";
    color: #65677a;
}

.post-comment2 {
    display: flex;
    padding: 40px 0 0;
    margin-left: 80px;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Subcribe Section-->
<!-- ============================================================== -->*/

.mediic-subscribe {
    /*background: url(../images/resource/sbcribe-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 60px;
    background-color:#f77e2a;
}

.subscribe-content {
    display: flex;
    align-items: center;
}

.subscribe-icon {
    font-size: 51px;
    width: 120px;
    height: 120px;
    line-height: 110px;
    border-radius: 60px;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
    padding: 0 33px;
}

.subscribe-title h1 {
    font-size: 19px;
    font-weight: 700;
    line-height: 38px;
    padding-left: 30px;
    color: #fff;
    margin: 0;
}

.subscribe-title h2 {
    font-size: 22px;
    /*font-weight: 700;*/
    line-height: 38px;
    padding-left: 30px;
    color: #fff;
    margin: 0;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Footer Section-->
<!-- ============================================================== -->*/

.footer-section {
    padding: 85px 0 0px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.company-logo img {
    filter: brightness(5);
}

.company-info-desc p {
    padding: 52px 0 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}

.subscribe_form {
    position: relative;
}

.subscribe_form input {
    width: 100%;
    height: 60px;
    padding: 0 0px;
    outline: 0;
    display: inline-block;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    font-family: "DM Sans";
    color: #fff;
    transition: 0.5s;
}

.subscribe_form input:hover {
    padding: 0 15px 0 15px;
    border-radius: 3px;
}

.subscribe_form input::placeholder {
    font-size: 18px;
    color: #97a9bf;
}

.subscribe_form button {
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 14px;
    display: inline-block;
    border: 0;
    background: transparent;
    transition: 0.5s;
}

.subscribe_form:hover button {
    right: 14px;
}

.subscribe_form input:focus,
button:focus {
    outline-color: var(--secondary-color);
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

/* widget */

h4.widget-title {
    font-size: 20px;
    color: #232020;
    font-weight: 900;
    padding: 0 0 22px;
}

/*footer menu*/

.menu-quick-link-content {
    padding: 10px 0 0;
}

ul.footer-menu li {
    display: block;
    list-style: none;
    margin-bottom: 16px;
}

ul.footer-menu li a {
    font-weight: 600;
    color: #00153e;
    display: inline-block;
    transition: 0.5s;
}

ul.footer-menu li a:hover {
    color: var(--secondary-color);
}

.place-location p {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0 0;
    color:#00153e;
}

.mediic-info h5 {
    font-size: 18px;
    font-weight: 500;
    color: #232020;
    padding: 11px 0 6px;
}

.mediic-info p {
    font-size: 14px;
    font-weight: 500;
    color:#00153e;
}

/* Footer Shape */

.footer-thumb {
    position: absolute;
    top: 0;
    left: -46px;
    z-index: -1;
}

.footer-thumb1 {
    position: absolute;
    bottom: 0px;
    right: -46px;
    text-align: right;
    z-index: -1;
}

/* Footer Bottom */

.row.footer-btm {
    border-top: 1px solid rgb(24 23 23 / 35%);
    padding: 28px 0 9px;
    margin-top: 66px;
}

/* Social Icon */

.mediic-social-icon a {
    color: #00153e;
    font-size: 18px;
    padding-right: 35px;
    display: inline-block;
    transition: 0.5s;
}

.mediic-company-desc p {
    font-size: 17px;
    font-family: "DM Sans";
    font-weight:600;
    color:#00153e;
}

.mediic-social-icon a:hover {
    color: var(--secondary-color);
}

/* label */

label.widget-check {
    font-size: 16px;
    color: #97a9bf;
    font-family: "DM Sans";
    padding: 14px 0 0 25px;
    display: inline-block;
    position: relative;
}

.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 20px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.widget-check:hover input~.checkmark {
    background-color: #ccc;
}

.widget-check input:checked~.checkmark {
    background-color: var(--secondary-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.widget-check input:checked~.checkmark:after {
    display: block;
}

.widget-check .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
}

/* Style-0 */

.style-0.footer-section {
    padding: 120px 0 0px;
}

.style-0.footer-section .footer-thumb1 {
    bottom: 0;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Breatcome Secttion -->
<!-- ============================================================== -->*/

.breatcome-section {
    background: url(../images/resource/breatcome.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 420px;
    margin-top: 100px;
}

.breatcome-content h1 {
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
}

ul.breatcome-item li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: "DM Sans";
    font-size: 16px;
    padding: 10px 0 0;
}

ul.breatcome-item li a {
    color: #fff;
    transition: 0.5s;
    padding: 0 26px 0 0;
    position: relative;
    z-index: 1;
}

ul.breatcome-item li a:before {
    position: absolute;
    content: "/";
    right: 7px;
    top: -3px;
}

ul.breatcome-item li a:hover {
    color: var(--secondary-color);
}

/*
<!-- ============================================================== -->
<!-- mediic Start About Inner Page Secttion -->
<!-- ============================================================== -->*/

.style-3.about-section {
    padding: 120px 0 120px;
    position: relative;
    z-index: 1;
}

.style-3 .about-thumb img {
    border-radius: 30px 30px 0px 0;
}

.style-3 .counter-right-side {
    display: flex;
    background: var(--secondary-color);
    justify-content: center;
    width: 549px;
    padding: 30px 0 20px;
    border-radius: 0 0 30px 30px;
}

.style-3 .odometer-wrapper.counter-box-title {
    border-bottom: 0;
    padding: 0;
}

.style-3 .odometer-wrapper.counter-box-title h1 {
    font-size: 45px;
}

.style-3 .counter-desc p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px 0 0;
}

/* About Services */

ul.about-mediic-services li {
    display: block;
    list-style: none;
    position: relative;
    font-family: "DM Sans";
    color: var(--primary-color);
    padding: 0 0px 20px 25px;
    position: relative;
}

ul.about-mediic-services li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--secondary-color);
}

.style-3.about-section .mediic-btn {
    padding: 28px 0 0;
}

.style-3.about-section .mediic-shape {
    position: absolute;
    right: 10px;
    bottom: 154px;
    text-align: right;
    z-index: -1;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Mission & Vission Section -->
<!-- ============================================================== -->*/

.mission-vission-section {
    padding: 0 0 90px;
}

.mission-vission-single-box {
    padding: 38px 35px 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.m_v-ssion {
    align-items: center;
}

.m_v-ssion-icon {
    margin-right: 15px;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    transition: 0.5s;
}

.m_v-ssion-title h3 {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
    margin: 0;
    transition: 0.5s;
}

.m_v-ssion-desc p {
    font-size: 17px;
    color: #65677a;
    font-family: "DM Sans";
    display: inline-block;
    padding: 25px 0 0;
    transition: 0.5s;
}

.mission-vission-single-box:hover {
    border: 2px solid var(--primary-color);
}

.mission-vission-single-box:hover .m_v-ssion-title h3 {
    color: var(--secondary-color);
}

.mission-vission-single-box:hover .m_v-ssion-icon {
    background: var(--bs-primary-bg-subtle);
}

.mission-vission-single-box:hover .m_v-ssion-desc p {
    color: #97a9bf;
}

.mission-vission-single-box .mediic-hover-box {
    background-color: var(--primary-color);
}

.mission-vission-single-box .hover-bx {
    border-radius: 16px 0 0px 16px;
}

.mission-vission-single-box .hover-bx4 {
    border-radius: 0 16px 16px 0;
}

.mission-vission-single-box:hover .mediic-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*
<!-- ============================================================== -->
<!-- mediic Start Services Pages Section -->
<!-- ============================================================== -->*/

.services-section {
    padding: 120px 0 90px;
}

.single-services-box {
    padding: 38px 35px 32px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
}

.services-icon {
    width: 70px;
    height: 70px;
    line-height: 57px;
    text-align: center;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}

.services-icon img {
    transition: all 0.5s ease-in-out;
}

.services-icon span img {
    position: absolute;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

.services-title h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    transition: 0.5s;
}

.services-desc p {
    font-family: "DM Sans";
    color: #65677a;
    padding: 25px 0 32px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.srvce-btn a {
    padding: 0 0 0;
    font-size: 15px;
    color: #65677a;
    font-family: "DM Sans";
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 10px 0 0;
}

.srvce-btn a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background: var(--secondary-color);
    transition: 0.5s;
}

.srvce-btn a i {
    position: absolute;
    left: 0;
    transition: 0.5s;
    opacity: 0;
}

.single-services-box:hover .services-icon img {
    opacity: 0;
    transform: translateY(-200%);
}

.single-services-box:hover .services-icon span img {
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: translateY(-13px);
}

.upp.single-services-box:hover .services-icon span img {
    transform: translateY(-20px);
}

.single-services-box:hover .srvce-btn a:before {
    width: 100%;
}

.single-services-box:hover .srvce-btn a {
    color: var(--secondary-color);
}

.single-services-box:hover .srvce-btn a i {
    left: 84px;
    opacity: 1;
}

.single-services-box:hover .services-title h3 {
    color: var(--secondary-color);
}

/*
<!-- ============================================================== -->
<!-- mediic Start mediic Section -->
<!-- ============================================================== -->*/

.mediic-section {
    padding: 120px 0 120px;
}

.mediic-thumb img {
    border-radius: 32px;
}

.mediic-title h2 {
    font-size: 28px;
    font-weight: 700;
    padding: 25px 0 21px;
}

p.mdy-pd {
    padding: 8px 0 30px;
}

/* mediic single box */

.mediic-single-box {
    padding: 35px 30px 20px;
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    border: 2px solid #ffffff;
    border-radius: 15px;
    margin-bottom: 30px;
}

.mediic-icons {
    float: left;
    width: 80px;
    height: 80px;
    line-height: 77px;
    text-align: center;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-right: 30px;
}

.mediic-content {
    overflow: hidden;
}

.mediic-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
}

.mediic-content p {
    color: #65677a;
}

/* mediic  Blog */

.mediic-blog {
    background: var(--secondary-color);
    padding: 30px 40px 14px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.blog-icon {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    padding-right: 30px;
    margin-right: 30px;
    margin-top: -15px;
}

.blog-desc p {
    font-size: 23px;
    font-weight: 500;
    font-family: "DM Sans";
    line-height: 30px;
    font-style: italic;
    color: #fff;
    padding: 0 0 0 24px;
}

.mediic-blog .mediic-hover-box {
    background-color: var(--primary-color);
}

.mediic-blog .hover-bx {
    border-radius: 15px 0 0px 15px;
}

.mediic-blog .hover-bx4 {
    border-radius: 0 15px 15px 0;
}

.mediic-blog:hover .mediic-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*****************************
 mediic Start Faq Accordion
*******************************/

.style-0.breatcome-section {
    margin-top: 0px;
}

.tab_container {
    overflow: hidden;
    padding: 105px 0 0;
}

.accordion-content h2 {
    font-size: 28px;
    font-weight: 700;
}

.accordion-content p {
    color: #002570;
    padding: 20px 0 32px;
}

.accordion li {
    list-style: none;
    padding: 0px 0px 25px;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color) !important;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    padding: 16px 20px 16px 25px;
    border-radius: 15px;
    z-index: 1;
}

.accordion li a span {
    font-size: 20px;
    color: var(--secondary-color);
    padding: 0 15px 0 0px;
    position: relative;
    z-index: 1;
}

.accordion li a span:before {
    position: absolute;
    content: "";
    top: -8px;
    right: -765px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
}

.accordion li p {
    display: none;
    padding: 24px 15px 10px 25px;
    margin: 0;
    background: transparent;
    overflow: hidden;
    font-family: "DM Sans";
}

.accordion a:before {
    width: 3px;
    height: 15px;
    background: var(--secondary-color);
    position: absolute;
    right: 41px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}

.accordion a:after {
    width: 15px;
    height: 3px;
    background: var(--secondary-color);
    position: absolute;
    right: 35px;
    content: " ";
    top: 28px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

/* Active */

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    background: #fff;
}

.accordion a.active:before {
    display: none;
}

.accordion a.active {
    background: var(--primary-color);
    color: #fff !important;
    border: 2px solid var(--primary-color);
}

.accordion li a.active span {
    color: #fff;
}

.accordion li a.active span:before {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

/* STyle 2 */

.faq-section .tab_container {
    padding: 120px 0 120px;
}

.style-2.accordion li p {
    display: none;
    padding: 24px 15px 30px 25px;
    margin: 0;
    background: #eef5ff;
    overflow: hidden;
    font-size: 16px;
    font-family: "DM Sans";
    border-top: 0;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.style-2.accordion li a span {
    padding: 0 0px 0 0px;
}

.style-2.accordion li a span:before {
    right: -584px;
}

.style-2.accordion li a.active span:before {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}

/* Active */

.style-2.accordion a.active {
    background: #eef5ff;
    color: var(--primary-color) !important;
    border: 2px solid #fff;
    border-radius: 15px 15px 0 0;
    border-bottom: 2px solid #fff;
    padding: 18px 20px 22px 25px;
}

/* Accordion Style 2 */

.accordion2 li {
    list-style: none;
    padding: 0px 0px 25px;
}

.accordion2 li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color) !important;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    padding: 16px 20px 16px 25px;
    border-radius: 15px;
    z-index: 1;
}

.accordion2 li a span {
    font-size: 20px;
    color: var(--secondary-color);
    padding: 0 15px 0 0px;
    position: relative;
    z-index: 1;
}

.accordion2 li a span:before {
    position: absolute;
    content: "";
    top: -8px;
    right: -584px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
}

.style-2.accordion2 li a span {
    padding: 0 0px 0 0px;
}

.accordion2 li p {
    display: none;
    padding: 24px 15px 30px 25px;
    margin: 0;
    background: #eef5ff;
    overflow: hidden;
    font-size: 16px;
    font-family: "DM Sans";
    border-top: 0;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.accordion2 a:before {
    width: 3px;
    height: 15px;
    background: var(--secondary-color);
    position: absolute;
    right: 41px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}

.accordion2 a:after {
    width: 15px;
    height: 3px;
    background: var(--secondary-color);
    position: absolute;
    right: 35px;
    content: " ";
    top: 28px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

/* Active */

.accordion2 a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    background: #fff;
}

.accordion2 a.active:before {
    display: none;
}

.accordion2 a.active {
    background: #eef5ff;
    color: var(--primary-color) !important;
    border: 2px solid #fff;
    border-radius: 15px 15px 0 0;
    border-bottom: 2px solid #fff;
    padding: 18px 20px 22px 25px;
}

.accordion2 li a.active span:before {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

/* Style upp */

.upp.faq-section .tab_container {
    padding: 0px 0 120px;
}

.upp.style-2.accordion li a {
    font-size: 18px;
}

.upp.style-2.accordion li a span:before {
    right: -1245px;
}

/* ======================
mediic Start Category box
========================= */

h3.category-title {
    font-size: 28px;
    font-weight: 700;
    padding: 0px 0 14px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

h3.category-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #0c5adb;
    transition: 0.5s;
}

h3.category-title:hover:before {
    width: 100%;
}

/* box */

.mediic-category-box {
    padding: 20px 35px 24px;
    border-radius: 20px;
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
}

ul.mediic-service li {
    padding: 13px 24px 13px;
    height: 56px;
    display: block;
    list-style: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

ul.mediic-service li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: var(--primary-color);
    transition: 0.5s;
    border-radius: 5px;
}

ul.mediic-service li a {
    font-size: 15px;
    font-family: "DM Sans";
    color: #65677a;
    transition: 0.5s;
}

ul.mediic-service li a i {
    padding: 0 12px 0 0;
    font-size: 17px;
    display: inline-block;
    color: var(--secondary-color);
    transition: 0.5s;
}

ul.mediic-service li:hover:before {
    width: 100%;
    left: 0;
}

ul.mediic-service li:hover a {
    color: #fff;
}

ul.mediic-service li:hover a i {
    color: #fff;
}

/* Download Button */

.download-btn a {
    font-size: 15px;
    font-family: "DM Sans";
    text-transform: uppercase;
    display: inline-block;
    background: var(--primary-color);
    width: 100%;
    color: #fff;
    padding: 15px 23px;
    border-radius: 5px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.download-btn a i {
    font-size: 22px;
    position: relative;
    top: 2px;
    padding-right: 7px;
}

.download-btn a span i {
    float: right;
    display: inline-block;
    font-size: 17px;
    padding: 0;
    transition: 0.5s;
}

a.active-btn {
    background: var(--secondary-color);
}

span.dwnlod-hvr i {
    position: absolute;
    right: 22px;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(50px);
}

.download-btn a:hover span i {
    opacity: 0;
    transform: translateY(-200%);
}

.download-btn a:hover span.dwnlod-hvr i {
    opacity: 1;
    transform: translateY(15px);
}

/* Compani contact */

.mediic-company-contact {
    background: url(../images/resource/company-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 40px 50px;
    border-radius: 20px;
}

.call-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.call-icon:before {
    position: absolute;
    content: "";
    top: 35px;
    left: 35px;
    right: 0;
    margin: auto;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    border: 3px solid #007eff;
    animation: zoomBig2 2.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.mediic-category-content h6 {
    font-size: 18px;
    font-weight: 500;
    font-family: "DM Sans";
    padding: 28px 0 0;
    color: #fff;
}

.mediic-category-content h4 {
    font-size: 24px;
    font-weight: 400;
    font-family: "DM Sans";
    padding: 4px 0 20px;
    color: #fff;
}

.mediic-category-content p {
    font-size: 16px;
    color: #fff;
    font-family: "DM Sans";
}

.mediic-category-content p i {
    color: var(--secondary-color);
    padding: 0 8px 0 0;
    display: inline-block;
}

@keyframes zoomBig2 {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 7px;
    }
    40% {
        opacity: 0.5;
        border-width: 5px;
    }
    65% {
        border-width: 4px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 2px;
    }
}

/* Contact Button */

.mediic-contact-btn a {
    padding: 15px 30px;
    font-family: "DM Sans";
    background: var(--secondary-color);
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-top: 52px;
}

.mediic-contact-btn a i {
    padding-left: 5px;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.mediic-contact-btn a .mediic-hover-btn {
    background-color: var(--primary-color);
}

.mediic-contact-btn a .hover-btn {
    border-radius: 5px 0 0px 5px;
}

.mediic-contact-btn a .hover-btn4 {
    border-radius: 0 5px 5px 0;
}

.mediic-contact-btn a:hover .mediic-hover-btn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Custom Scroll  */

.custom-scroll {
    width: auto;
    width: 100%;
    height: 1240px;
    padding: 0 20px 0 0;
    text-align: left;
    background: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    display: inline-block;
}

.custom-scroll .accordion li a span:before {
    right: -728px;
}

.custom-scroll .mediic-content p {
    font-size: 16px;
}

.mediic-section.blg-list .custom-scroll {
    height: 1665px;
}

/*
<!-- ============================================================== -->
<!-- mediic Start Project Section-->
<!-- ============================================================== -->*/

.project-section {
    padding: 120px 0 0px;
}

.project-thumb {
    position: relative;
    z-index: 1;
}

.project-thumb img {
    width: 100%;
    border-radius: 18px;
}

.project-content {
    padding: 25px 30px 10px;
    position: relative;
    border-radius: 20px;
    background-image: linear-gradient( 180deg, #007dff 0%, #e5f1ff 74%, #e5f1ff 100%);
    border: 2px solid #ffffff;
    bottom: 92px;
    width: 84%;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

.project-content h5 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.project-content h2 {
    font-size: 22px;
    padding: 0px 0 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.project-content p {
    font-size: 16px;
    color: #65677a;
    font-family: "DM Sans";
}

.project-icon a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    border-radius: 20px;
    background-color: #002570;
    border: 2px solid #ffffff;
    color: #fff;
    position: absolute;
    top: 43px;
    right: 79px;
    opacity: 0;
    transition: 0.5s;
}

.single-project-box:hover .project-icon a {
    right: 20px;
    opacity: 1;
}

.single-project-box:hover .project-content {
    bottom: 130px;
}

/* Owl  Nav */

.project-list .owl-prev i,
.project-list .owl-next i {
    color: var(--primary-color);
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
}

.project-section .mediic-shape {
    right: 0px;
}

.project-section .project-list .owl-dots {
    text-align: center;
    padding: 0px 0 40px;
    margin-top: -92px;
}

/* Owl Active */

.active.center .single-project-box .project-icon a {
    right: 20px;
    opacity: 1;
}

.active.center .single-project-box .project-content {
    bottom: 130px;
}

/* *********************
mediic Start Project Details
********************** */

.doctors-service {
    padding: 22px 25px 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    display: flex;
    margin-bottom: 25px;
}

.doctor-content {
    padding: 0 0 0 12px;
}

.doctor-content h5 {
    font-size: 15px;
    font-weight: 500;
    font-family: "DM Sans";
    margin: 0;
}

.doctor-content h3 {
    font-size: 18px;
    margin-top: 8px;
}

.doctor-content h3 a {
    font-weight: 700;
    transition: 0.5s;
}

.doctor-content h3 a:hover {
    color: var(--secondary-color);
}

/****************************** 
mediic Start Contact Inner Page   
*******************************/

.contact-service-box {
    padding: 40px 35px 35px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    margin-bottom: 30px;
}

.contact-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffff;
    padding-bottom: 50px;
    margin-bottom: 45px;
}

.contact-title h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: "DM Sans";
    color: #65677a;
}

.contact-icon {
    width: 70px;
    height: 70px;
    line-height: 63px;
    text-align: center;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
}

.contact-address h2 {
    font-size: 24px;
    font-weight: 700;
}

.contact-address span {
    font-size: 15px;
    font-family: "DM Sans";
    color: #65677a;
    padding: 6px 0 0;
    display: inline-block;
}

/* Map Section */

.google-map {
    padding: 90px 0 120px;
}

/* Error Section */

.error-section {
    padding: 90px 170px 90px;
    position: relative;
    z-index: 1;
}

.error-service-content {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    height: 780px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-content {
    text-align: center;
}

.error-content h1 {
    font-size: 200px;
    color: #002570;
    font-weight: 700;
    font-family: "DM Sans";
    text-align: center;
    width: 596px;
    height: 280px;
    line-height: 280px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
    display: inline-block;
}

.error-content h1 span {
    color: var(--secondary-color);
}

.error-content h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 35px 0 18px;
}

.error-content p {
    color: #65677a;
    font-family: "DM Sans";
}

.error-content .mediic-button.text-right {
    text-align: center !important;
    padding: 25px 0 0;
}

.error-content a.mediic-btn {
    background-color: var(--secondary-color);
    color: #fff;
}

.error-shape {
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: -1;
}

/*mediic  Team details Section 
==============================*/

.team-details-area {
    padding: 100px 0 100px;
}

.team-details {
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
}

.team-details-thumb img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 30px;
}

/* Team details content */

.team-details-content {
    padding: 0 0 0 35px;
}

.team-details-title h2 {
    color: #0e0e0e;
    font-size: 30px;
    font-weight: 700;
}

.team-details-title p {
    font-size: 16px;
    margin: 10px 0 0;
    color: var(--secondary-color);
    font-weight: 600;
}

.team-details-content-text ul li {
    margin-bottom: 17px;
    display: block;
    color: #65677a;
}

.team-details-content-text ul li span {
    font-weight: 500;
    margin-right: 15px;
    font-size: 17px;
    color: var(--primary-color);
}

.team-details-content-icon a {
    margin: 3px;
    background: var(--secondary-color);
    line-height: 1;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid var(--secondary-color);
}

.team-details-content-icon a:hover {
    background: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.skill-wrapper h6 {
    margin-bottom: 8px;
    margin-top: 20px;
}

.team-detail-title h2 {
    font-size: 35px;
    font-weight: 600;
}

.team-detail-title p {
    font-size: 16px;
    font-weight: 400;
    color: #63636b;
    margin-top: 40px;
}

/* Skill section */

.head-title h3 {
    font-size: 38px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 800;
    padding: 0px 0 15px;
}

.form-box select {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 20px;
    outline: 0;
    display: inline-block;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 37, 112, 0.5);
    font-weight: 500;
    font-family: "DM Sans";
    color: #002570;
    font-size: 17px;
}

/*
<!-- ============================================================== -->
<!-- mediic Start nav button-->
<!-- ============================================================== -->*/

.nav-btn.navSidebar-button {
    display: inline-block;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.4;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 30px;
}

.close-side-widget i {
    color: var(--secondary-color);
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #cda274;
}

.row.padding-two {
    padding: 35px 0 11px 15px;
}

.contact-info h2 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 5px;
}

ul.list-style-one li {
    display: inline-flex;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    font-size: 15px;
}

ul.list-style-one li span {
    font-size: 22px;
    font-weight: 500;
    color: var(--secondary-color);
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: var(--primary-color);
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

ul.social-box li a:hover {
    color: #fff;
    background: var(--secondary-color);
}

.content-thumb-box {
    padding-bottom: 12px;
}

.content-thumb-box img {
    width: 92%;
    border-radius: 10px;
}

.nav-btn.navSidebar-button span i {
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: #007eff;
    border-radius: 30px;
}

/*=============================================
  mediic Start Search Popup
===============================================
***/

.search-box-btn i {
    display: inline-block;
    color: var(--primary-color);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s;
    background: #d7e8fc;
}

.style-2 .search-box-btn i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(215, 231, 251, 0);
    border: 1px solid #002570;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--primary-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search:before {
    position: absolute;
    content: "";
    left: -6px;
    top: -5px;
    border-bottom: 5px solid #ffffff;
    border-top: 5px solid var(--secondary-color);
    border-right: 5px solid #fff;
    border-left: 5px solid var(--secondary-color);
    height: 74px;
    width: 76px;
    border-radius: 50%;
    animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 22px;
    color: var(--primary-color);
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .style-two.close-search:before {
    position: inherit;
    border: 0;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: var(--secondary-color);
}

/* Spin Animation */

/* ==========================
   Spin Animation
========================== */

@keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/*============================
/* mediic Start Scroll Up Css 
==============================*/

#progress {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: grid;
    place-items: center;
    z-index: 99999;
    cursor: pointer;
}

.progress.hide {
    display: none !important;
    transition: 0.5s !important;
}

#progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 17px;
    color: var(--primary-color);
}

#container {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

/* Start  Curser pointer CSS */

.cursor {
    position: fixed;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 2px solid #00ffff;
    transition: 0.3s;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000;
}

.cursor2 {
    position: fixed;
    width: 4px;
    height: 4px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: 0.1s;
    pointer-events: none;
    z-index: 1000;
}

.grow,
.grow-small {
    transform: scale(3);
    background: white;
    mix-blend-mode: difference;
    border: none;
}

.grow-small {
    transform: scale(1.7);
}

/* End curser point */

/*===========================
<-- mediic Start Loader Css -->
=============================*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
    
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    transition: all 1s 1s ease;
    width: 48px;
    height: 48px;
    
}

.loader:before,
.loader:after {
    content: "";
    display: block;
    border: 32px solid transparent;
    border-top-color: #001640;
    position: absolute;
    left: 0;
    top: 0;
    animation: weld-rotate 2s infinite ease-in;
}

.loader:before {
    border-color: transparent transparent transparent var(--secondary-color);
    animation-delay: 0.5s;
}

@keyframes weld-rotate {
    0%,
    25% {
        transform: rotate(0deg);
    }
    50%,
    75% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 100);
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/

.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

/* Responsive */

@media (min-width: 1300px) and (max-width: 1370px) {
    .service-section .swiper {
        height: 530px !important;
    }
}

/* large Desktop */

@media (min-width: 1601px) and (max-width: 1770px) {
    .service-section .swiper {
        height: 480px !important;
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}







/*=========================================
WARANGAL HERO CAROUSEL CSS
Unique Class Names
=========================================*/

.whshero_section_wrap{
    width:100%;
    /*margin-top:100px;*/
    overflow:hidden;
    position:relative;
}

@media (min-width: 768px) and (max-width: 992px) {
    .whshero_section_wrap {
        margin-top: 64px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 766px) {
    .whshero_section_wrap {
        margin-top: 63px;
    }
}

.whshero_slider_box{
    position:relative;
    width:100%;
    height:550px;
    overflow:hidden;
    background:#001f54;
}

/*-----------------------------
Slides
------------------------------*/

.whshero_single_slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    transition:opacity .8s ease;
    /* z-index:1; */
}

.whshero_single_slide.active{
    opacity:1;
    visibility:visible;
    /* z-index:2; */
}

.whshero_single_slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/*-----------------------------
Overlay
------------------------------*/

.whshero_overlay_layer{
    position:absolute;
    inset:0;
    background:rgba(3,32,87,.72);
}

/*-----------------------------
Content
------------------------------*/

.whshero_content_box{
    position:absolute;
    left:8%;
    top:54%;
    transform:translateY(-50%);
    /* z-index:5; */
    max-width:620px;
    color:#fff;
}

.whshero_subtitle{
    display:inline-block;
    background:#ffffff;
    color:#032057;
    padding:10px 22px;
    border-radius:40px;
    font-size:15px;
    font-weight:600;
    letter-spacing:.5px;
    margin-bottom:22px;
}

.whshero_title{
    font-size:42px;
    line-height:1.2;
    font-weight:700;
    margin-bottom:35px;
}

.whshero_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    background:#fff;
    color:#032057;
    font-size:16px;
    font-weight:600;
    padding:16px 38px;
    border-radius:50px;
    transition:.35s;
}

.whshero_btn:hover{
    background:#032057;
    color:#fff;
}

/*-----------------------------
Arrow Buttons
------------------------------*/

.whshero_prev_btn,
.whshero_next_btn{
    position:absolute;
    top:40%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    border:none;
    outline:none;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(5px);
    color:#fff;
    cursor:pointer;
    transition:.35s;
    /* z-index:10; */
    font-size:20px;
}

.whshero_prev_btn:hover,
.whshero_next_btn:hover{
    background:#f96e0f;
    color:#032057;
}

.whshero_prev_btn{
    left:25px;
}

.whshero_next_btn{
    right:25px;
}

/*-----------------------------
Dots
------------------------------*/

.whshero_dots_box{
    position:absolute;
    left:50%;
    bottom:37px;
    transform:translateX(-50%);
    display:flex;
    gap:12px;
    /* z-index:20; */
}

.whshero_dot{
    width:14px;
    height:14px;
    border-radius:50%;
    cursor:pointer;
    background:rgba(255,255,255,.45);
    transition:.35s;
}

.whshero_dot.active{
    background:#f96e0f;
    transform:scale(1.25);
}

/*-----------------------------
Large Desktop
------------------------------*/

@media (max-width:1400px){

.whshero_slider_box{
    height:520px;
}

.whshero_title{
    font-size:50px;
}

}

/*-----------------------------
Laptop
------------------------------*/

@media (max-width:1200px){

.whshero_slider_box{
    height:500px;
}

.whshero_content_box{
    max-width:540px;
}

.whshero_title{
    font-size:44px;
}

}

/*-----------------------------
Tablet
------------------------------*/

@media (max-width:991px){

.whshero_slider_box{
    height:470px;
}

.whshero_content_box{
    left:6%;
    right:6%;
    max-width:100%;
}

.whshero_title{
    font-size:36px;
}

.whshero_prev_btn,
.whshero_next_btn{
    width:48px;
    height:48px;
}

}

/*-----------------------------
Mobile
------------------------------*/

@media (max-width:767px){

.whshero_section_wrap{
    margin-top:64px;
}

.whshero_slider_box{
    height:360px;
}

.whshero_content_box{
    left:20px;
    right:20px;
    text-align:center;
}

.whshero_subtitle{
    font-size:13px;
    padding:8px 18px;
}

.whshero_title{
    font-size:28px;
    margin-bottom:22px;
}

.whshero_btn{
    padding:14px 28px;
    font-size:15px;
}

.whshero_prev_btn,
.whshero_next_btn{
    width:42px;
    height:42px;
    font-size:16px;
}

.whshero_prev_btn{
    left:12px;
}

.whshero_next_btn{
    right:12px;
}

.whshero_dots_box{
    bottom:16px;
}

}

/*-----------------------------
Small Mobile
------------------------------*/

@media (max-width:480px){

.whshero_slider_box{
    height:340px;
}

.whshero_title{
    font-size:23px;
}

.whshero_btn{
    padding:12px 22px;
    font-size:14px;
}

.whshero_dot{
    width:12px;
    height:12px;
}

}

.warangal {
    margin-top: 120px;
}

@media (max-width:992px) {
    .warangal {
        margin-top: 90pxpx;
    }
}







/*==========================================
        FAQ SECTION
==========================================*/

.nwhfaq-section{
    padding:29px 20px;
    background:#f8fbff;
    overflow:hidden;
    position:relative;
}

.nwhfaq-container{
    max-width:1180px;
    margin:auto;
}

/*==========================================
        HEADING
==========================================*/

.nwhfaq-heading{
    text-align:center;
    max-width:760px;
    margin:29px auto 29px;
}

.nwhfaq-subtitle{
    display:inline-block;
    padding:10px 22px;
    background:#eaf4ff;
    color:#163453c9;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:18px;
}

.nwhfaq-heading h2{
    font-size:46px;
    color:#10284f;
    font-weight:700;
    line-height:1.25;
    margin-bottom:20px;
}

.nwhfaq-heading h2 span{
    color:#0b7dda;
}

.nwhfaq-heading p{
    color:#6d7785;
    font-size:17px;
    line-height:30px;
}

/*==========================================
        FAQ LIST
==========================================*/

.nwhfaq-list{
    display:flex;
    flex-direction:column;
    gap:22px;
}

/*==========================================
        FAQ CARD
==========================================*/

.nwhfaq-card{

    background:#ffffff;

    border-radius:18px;

    overflow:hidden;

    border:1px solid #e7edf7;

    box-shadow:0 15px 45px rgba(0,0,0,.06);

    transition:.35s ease;

}

.nwhfaq-card:hover{

    transform:translateY(-4px);

    box-shadow:0 22px 55px rgba(0,0,0,.10);

}

/*==========================================
        HEADER
==========================================*/

.nwhfaq-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    cursor:pointer;

    padding:24px 30px;

    transition:.35s;

}

.nwhfaq-header:hover{

    background:#f5f9ff;

}

/*==========================================
        TITLE
==========================================*/

.nwhfaq-title{

    width:calc(100% - 60px);

    font-size:15px;

    font-weight:600;

    line-height:30px;

    color:#10284f;

}

/*==========================================
        PLUS ICON
==========================================*/

.nwhfaq-symbol{

    width:40px;

    height:40px;

    border-radius:50%;

    background:#edf5ff;

    color:#f96e0f;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:21px;

    font-weight:700;

    transition:.35s;

    flex-shrink:0;

}

/*==========================================
        OPEN CARD
==========================================*/

.nwhfaq-card.nwhfaq-open{

    border-color:#0b7dda;

}

.nwhfaq-card.nwhfaq-open .nwhfaq-header{

    background:linear-gradient(90deg, #0b2a4d, #324c61);

}

.nwhfaq-card.nwhfaq-open .nwhfaq-title{

    color:#ffffff;

}

.nwhfaq-card.nwhfaq-open .nwhfaq-symbol{

    background:#ffffff;

    color:#f96e0f;

}

/*==========================================
        BODY
==========================================*/

.nwhfaq-body{

    max-height:0;

    overflow:hidden;

    transition:max-height .45s ease;

    background:#ffffff;

}

.nwhfaq-content{

    padding:10px 30px 28px;

    color:#667180;

    font-size:15px;

    line-height:30px;

}
/*==========================================
        FADE UP ANIMATION
==========================================*/

.nwhfaq-reveal{

    opacity:0;

    visibility:hidden;

    transform:translateY(70px);

    transition:
        opacity .8s ease,
        transform .8s ease,
        visibility .8s;

    will-change:opacity,transform;

}

.nwhfaq-show{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}


/*==========================================
        STAGGER ANIMATION
==========================================*/

.nwhfaq-list .nwhfaq-card:nth-child(1){
    transition-delay:.10s;
}

.nwhfaq-list .nwhfaq-card:nth-child(2){
    transition-delay:.20s;
}

.nwhfaq-list .nwhfaq-card:nth-child(3){
    transition-delay:.30s;
}

.nwhfaq-list .nwhfaq-card:nth-child(4){
    transition-delay:.40s;
}

.nwhfaq-list .nwhfaq-card:nth-child(5){
    transition-delay:.50s;
}

.nwhfaq-list .nwhfaq-card:nth-child(6){
    transition-delay:.60s;
}


/*==========================================
        ANSWER FADE EFFECT
==========================================*/

.nwhfaq-content{

    animation:nwhfaqContentFade .4s ease;

}

@keyframes nwhfaqContentFade{

    from{

        opacity:0;

        transform:translateY(12px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}


/*==========================================
        CARD HOVER EFFECT
==========================================*/

.nwhfaq-card{

    position:relative;
    margin-bottom:8px;

}

.nwhfaq-card::before{

    content:"";

    position:absolute;

    inset:0;

    border-radius:18px;

    background:linear-gradient(135deg,
    rgba(11,125,218,.05),
    rgba(255,255,255,0));

    opacity:0;

    transition:.35s;

    pointer-events:none;

}

.nwhfaq-card:hover::before{

    opacity:1;

}


/*==========================================
        TABLET
==========================================*/

@media (max-width:992px){

.nwhfaq-section{

    padding:80px 20px;

}

.nwhfaq-heading{

    margin-bottom:45px;

}

.nwhfaq-heading h2{

    font-size:38px;

}

.nwhfaq-heading p{

    font-size:16px;

    line-height:28px;

}

.nwhfaq-header{

    padding:22px;

}

.nwhfaq-title{

    font-size:18px;

    line-height:28px;

}

.nwhfaq-content{

    padding:0 22px 22px;

    font-size:15px;

    line-height:28px;

}

}


/*==========================================
        MOBILE
==========================================*/

@media (max-width:768px){

.nwhfaq-section{

    padding:70px 15px;

}

.nwhfaq-heading{

    margin-bottom:35px;

}

.nwhfaq-heading h2{

    font-size:30px;

}

.nwhfaq-heading p{

    font-size:15px;

    line-height:26px;

}

.nwhfaq-header{

    padding:18px;

}

.nwhfaq-title{

    width:calc(100% - 50px);

    font-size:16px;

    line-height:26px;

}

.nwhfaq-symbol{

    width:38px;

    height:38px;

    font-size:22px;

}

.nwhfaq-content{

    padding:0 18px 20px;

    font-size:15px;

    line-height:27px;

}

}


/*==========================================
        SMALL MOBILE
==========================================*/

@media (max-width:480px){

.nwhfaq-section{

    padding:60px 12px;

}

.nwhfaq-heading h2{

    font-size:24px;

}

.nwhfaq-heading p{

    font-size:14px;

    line-height:24px;

}

.nwhfaq-header{

    padding:16px;

}

.nwhfaq-title{

    font-size:15px;

    line-height:24px;

}

.nwhfaq-symbol{

    width:34px;

    height:34px;

    font-size:20px;

}

.nwhfaq-content{

    padding:0 16px 18px;

    font-size:14px;

    line-height:25px;

}

}







/*scroll top*/

/*==========================================
      FLOATING WRAPPER
==========================================*/

.nwhfloat-main-wrapper{
    position:fixed;
    right:6px;
    bottom:46px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:15px;
    z-index:999999;
}

/*==========================================
      SCROLL BUTTON
==========================================*/

.nwhfloat-scroll-btn{
    width:72px;
    height:72px;
    border-radius:50%;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transform:translateY(40px);
    transition:.4s ease;
}

.nwhfloat-scroll-btn.nwhfloat-visible{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.nwhfloat-scroll-btn:hover{
    transform:translateY(-6px);
}

/*==========================================
      PROGRESS CIRCLE
==========================================*/

.nwhfloat-progress-circle{
    width:60px;
    height:60px;
    border-radius:50%;
    background:conic-gradient(#dd571a 0deg,#d9e6ff 0deg);
    padding:4px;
    transition:.25s linear;
    box-shadow:0 12px 30px rgba(221,87,26,.30);
}

/*==========================================
      INNER CIRCLE
==========================================*/

.nwhfloat-progress-value{
    width:100%;
    height:100%;
    border-radius:50%;
    background:#ffffff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:relative;
    transition:.35s;
}

.nwhfloat-scroll-btn:hover .nwhfloat-progress-value{
    background:#dd571a;
}

/*==========================================
      PERCENT
==========================================*/

.nwhfloat-scroll-percent{
    font-size:13px;
    font-weight:700;
    color:#dd571a;
    line-height:1;
    transition:.35s;
}

.nwhfloat-scroll-btn:hover .nwhfloat-scroll-percent{
    color:#00153e;
}

/*==========================================
      ARROW
==========================================*/

.nwhfloat-progress-value i{
    font-size:15px;
    margin-top:4px;
    color:#dd571a;
    transition:.35s;
}

.nwhfloat-scroll-btn:hover .nwhfloat-progress-value i{
    color:#00153e;
}

/*==========================================
      WHATSAPP
==========================================*/

.nwhfloat-whatsapp-btn{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#ffffff;
    font-size:30px;
    box-shadow:0 12px 28px rgba(37,211,102,.35);
    transition:.35s;
    animation:nwhfloatPulse 2s infinite;
}

.nwhfloat-whatsapp-btn:hover{
    transform:translateY(-6px) scale(1.08);
    color:#ffffff;
}

/*==========================================
      PULSE
==========================================*/

@keyframes nwhfloatPulse{

    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.55);
    }

    70%{
        box-shadow:0 0 0 18px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }

}

/*==========================================
      ROTATE EFFECT
==========================================*/

.nwhfloat-progress-circle{
    transition:.8s ease;
}

.nwhfloat-scroll-btn:hover .nwhfloat-progress-circle{
    transform:rotate(360deg);
}

/*==========================================
      TABLET
==========================================*/

@media(max-width:992px){

    .nwhfloat-main-wrapper{
        right:18px;
        bottom:18px;
        gap:14px;
    }

    .nwhfloat-scroll-btn,
    .nwhfloat-progress-circle{
        width:66px;
        height:66px;
    }

    .nwhfloat-whatsapp-btn{
        width:58px;
        height:58px;
        font-size:30px;
    }

}

/*==========================================
      MOBILE
==========================================*/

@media(max-width:768px){

    .nwhfloat-main-wrapper{
        right:15px;
        bottom:15px;
        gap:12px;
    }

    .nwhfloat-scroll-btn,
    .nwhfloat-progress-circle{
        width:60px;
        height:60px;
    }

    .nwhfloat-progress-circle{
        padding:3px;
    }

    .nwhfloat-scroll-percent{
        font-size:11px;
    }

    .nwhfloat-progress-value i{
        font-size:13px;
    }

    .nwhfloat-whatsapp-btn{
        width:54px;
        height:54px;
        font-size:28px;
    }

}

/*==========================================
      SMALL MOBILE
==========================================*/

@media(max-width:480px){

    .nwhfloat-main-wrapper{
        right:12px;
        bottom:12px;
        gap:10px;
    }

    .nwhfloat-scroll-btn,
    .nwhfloat-progress-circle{
        width:56px;
        height:56px;
    }

    .nwhfloat-scroll-percent{
        font-size:10px;
    }

    .nwhfloat-progress-value i{
        font-size:12px;
    }

    .nwhfloat-whatsapp-btn{
        width:50px;
        height:50px;
        font-size:26px;
    }

}












/* =====================================================
   NEW WARANGAL HOSPITALS
   FULLY RESPONSIVE INNER PAGE BANNER
===================================================== */

.nwh-responsive-banner {
    position: relative;
    width: 100%;
    min-height: 350px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background-image: url("../images/new-warangal-hospital-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}


/* =====================================================
   DARK BLUE OVERLAY
===================================================== */

.nwh-responsive-banner-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            rgba(2, 39, 78, 0.95) 0%,
            rgba(3, 57, 102, 0.88) 45%,
            rgba(4, 72, 120, 0.72) 100%
        );

    z-index: 1;
}


/* =====================================================
   MAIN CONTAINER
===================================================== */

.nwh-responsive-banner-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1170px;

    min-height: 350px;

    margin: 0 auto;

    padding: 55px 15px 70px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* =====================================================
   MAIN CONTENT
===================================================== */

.nwh-responsive-banner-content {
    width: 100%;
}


/* =====================================================
   SMALL LABEL
===================================================== */

.nwh-responsive-banner-tag {
    display: inline-block;

    padding: 9px 21px;
    margin-bottom: 16px;

    background: #ffffff;
    color: #034c82;

    border-radius: 30px;

    font-size: 14px;
    font-weight: 600;

    line-height: 1.3;
}


/* =====================================================
   H1
===================================================== */

.nwh-responsive-banner-content h1 {
    width: 100%;
    max-width: 800px;

    margin: 0;

    color: #ffffff;

    font-size: 46px;
    line-height: 1.18;
    font-weight: 700;

    letter-spacing: -0.5px;
}


/* =====================================================
   BREADCRUMBS
===================================================== */

.nwh-responsive-banner-breadcrumb {
    position: absolute;

    left: 15px;
    bottom: 28px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 9px;

    margin: 0;

    font-size: 14px;
    line-height: 1.5;
}


/* =====================================================
   BREADCRUMB HOME
===================================================== */

.nwh-responsive-banner-breadcrumb a {
    color: #ffffff;

    text-decoration: none;

    font-weight: 500;

    transition: all 0.3s ease;
}


/* Hover */

.nwh-responsive-banner-breadcrumb a:hover {
    color: #ff7900;
}


/* =====================================================
   BREADCRUMB ARROW
===================================================== */

.nwh-responsive-banner-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    color: rgba(255, 255, 255, 0.65);

    font-size: 10px;
}


/* =====================================================
   CURRENT PAGE
===================================================== */

.nwh-responsive-banner-current {
    color: #ff7900;

    font-weight: 600;
}


/* =====================================================
   LARGE DESKTOP
   1200px+
===================================================== */

@media (min-width: 1200px) {

    .nwh-responsive-banner {
        min-height: 350px;
    }

    .nwh-responsive-banner-container {
        max-width: 1170px;
        min-height: 350px;
    }

    .nwh-responsive-banner-content h1 {
        font-size: 46px;
    }
}


/* =====================================================
   LAPTOP
   992px - 1199px
===================================================== */

@media (min-width: 992px) and (max-width: 1199px) {

    .nwh-responsive-banner {
        min-height: 330px;
    }

    .nwh-responsive-banner-container {
        max-width: 960px;
        min-height: 330px;

        padding-left: 20px;
        padding-right: 20px;
    }

    .nwh-responsive-banner-content h1 {
        font-size: 42px;
    }

    .nwh-responsive-banner-breadcrumb {
        left: 20px;
        bottom: 25px;
    }
}


/* =====================================================
   TABLET
   768px - 991px
===================================================== */

@media (min-width: 768px) and (max-width: 991px) {

    .nwh-responsive-banner {
        min-height: 310px;

        background-position: center center;
    }

    .nwh-responsive-banner-container {
        max-width: 720px;

        min-height: 310px;

        padding: 50px 15px 65px;
    }

    .nwh-responsive-banner-tag {
        padding: 8px 18px;

        font-size: 13px;

        margin-bottom: 13px;
    }

    .nwh-responsive-banner-content h1 {
        max-width: 650px;

        font-size: 38px;
        line-height: 1.2;
    }

    .nwh-responsive-banner-breadcrumb {
        left: 15px;
        bottom: 23px;

        font-size: 13px;
    }
}


/* =====================================================
   MOBILE
   576px - 767px
===================================================== */

@media (min-width: 576px) and (max-width: 767px) {

    .nwh-responsive-banner {
        min-height: 290px;

        background-position: center center;
    }

    .nwh-responsive-banner-container {
        min-height: 290px;

        padding: 45px 20px 62px;
    }

    .nwh-responsive-banner-tag {
        padding: 7px 16px;

        margin-bottom: 12px;

        font-size: 12px;
    }

    .nwh-responsive-banner-content h1 {
        max-width: 580px;

        font-size: 33px;
        line-height: 1.2;
    }

    .nwh-responsive-banner-breadcrumb {
        left: 20px;
        bottom: 20px;

        gap: 8px;

        font-size: 12px;
    }
}


/* =====================================================
   SMALL MOBILE
   481px - 575px
===================================================== */

@media (min-width: 481px) and (max-width: 575px) {

    .nwh-responsive-banner {
        min-height: 275px;

        background-position: center center;
    }

    .nwh-responsive-banner-container {
        min-height: 275px;

        padding: 42px 18px 60px;
    }

    .nwh-responsive-banner-tag {
        padding: 7px 15px;

        margin-bottom: 11px;

        font-size: 11px;
    }

    .nwh-responsive-banner-content h1 {
        max-width: 100%;

        font-size: 29px;
        line-height: 1.2;
    }

    .nwh-responsive-banner-breadcrumb {
        left: 18px;
        bottom: 18px;

        gap: 7px;

        font-size: 11px;
    }
}


/* =====================================================
   EXTRA SMALL MOBILE
   320px - 480px
===================================================== */

@media (max-width: 480px) {

    .nwh-responsive-banner {
        min-height: 255px;

        background-position: center center;
    }

    .nwh-responsive-banner-container {
        min-height: 255px;

        padding: 38px 16px 58px;
    }

    .nwh-responsive-banner-tag {
        display: inline-block;

        padding: 6px 13px;

        margin-bottom: 10px;

        font-size: 10px;
    }

    .nwh-responsive-banner-content h1 {
        max-width: 100%;

        font-size: 25px;
        line-height: 1.2;

        letter-spacing: 0;
    }

    .nwh-responsive-banner-breadcrumb {
        left: 16px;
        right: 16px;
        bottom: 17px;

        gap: 6px;

        font-size: 11px;

        white-space: normal;
    }

    .nwh-responsive-banner-arrow {
        font-size: 8px;
    }
}


/* =====================================================
   VERY SMALL DEVICES
   320px - 375px
===================================================== */

@media (max-width: 375px) {

    .nwh-responsive-banner {
        min-height: 245px;
    }

    .nwh-responsive-banner-container {
        min-height: 245px;

        padding: 35px 14px 57px;
    }

    .nwh-responsive-banner-tag {
        font-size: 9px;

        padding: 6px 11px;
    }

    .nwh-responsive-banner-content h1 {
        font-size: 23px;
    }

    .nwh-responsive-banner-breadcrumb {
        left: 14px;
        right: 14px;

        bottom: 16px;

        font-size: 10px;
    }
}












/* =====================================================
   NEW WARANGAL HOSPITALS
   DOCTORS SECTION
===================================================== */

.nwh-doctors-section {
    width: 100%;
    padding: 90px 0;

    background: #f7fafc;
}


/* =====================================================
   CONTAINER
===================================================== */

.nwh-doctors-container {
    width: 100%;
    max-width: 1170px;

    margin: 0 auto;
    padding: 0 15px;
}


/* =====================================================
   SECTION HEADING
===================================================== */

.nwh-doctors-heading {
    width: 100%;
    max-width: 760px;

    margin: 0 auto 50px;

    text-align: center;
}


/* Small Heading */
.nwh-doctors-subtitle {
    display: inline-block;

    margin-bottom: 10px;

    color: #f57c00;

    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Main Heading */
.nwh-doctors-heading h2 {
    margin: 0 0 15px;

    color: #063f70;

    font-size: 38px;
    line-height: 1.2;

    font-weight: 700;
}


/* Description */
.nwh-doctors-heading p {
    margin: 0;

    color: #667788;

    font-size: 15px;
    line-height: 1.8;
}


/* =====================================================
   DOCTORS GRID
===================================================== */

.nwh-doctors-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;
}


/* =====================================================
   DOCTOR CARD
===================================================== */

.nwh-doctors-card {
    position: relative;

    overflow: hidden;

    background: #ffffff;

    border-radius: 8px;

    border: 1px solid #e7edf2;

    box-shadow: 0 8px 30px rgba(5, 55, 90, 0.07);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


/* Card Hover */
.nwh-doctors-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 18px 45px rgba(5, 55, 90, 0.14);
}


/* =====================================================
   DOCTOR IMAGE
===================================================== */

.nwh-doctors-image-box {
    position: relative;

    width: 100%;

    height: 320px;

    overflow: hidden;

    background: #eaf1f5;
}


/* Image */
.nwh-doctors-image-box img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center top;

    transition:
        transform 0.6s ease;
}


/* Image Hover */
.nwh-doctors-card:hover
.nwh-doctors-image-box img {
    transform: scale(1.06);
}


/* =====================================================
   IMAGE OVERLAY
===================================================== */

.nwh-doctors-image-box::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 35%;

    background: linear-gradient(
        to top,
        rgba(2, 47, 82, 0.25),
        transparent
    );

    pointer-events: none;
}


/* =====================================================
   CARD CONTENT
===================================================== */

.nwh-doctors-card-content {
    padding: 25px 24px 27px;

    text-align: center;
}


/* =====================================================
   DOCTOR NAME
===================================================== */

.nwh-doctors-card-content h3 {
    margin: 0 0 8px;

    color: #063f70;

    font-size: 21px;
    line-height: 1.3;

    font-weight: 700;

    transition: color 0.3s ease;
}


/* Name Hover */
.nwh-doctors-card:hover
.nwh-doctors-card-content h3 {
    color: #f57c00;
}


/* =====================================================
   DEPARTMENT
===================================================== */

.nwh-doctors-department {
    display: block;

    min-height: 22px;

    color: #71808e;

    font-size: 14px;
    line-height: 1.5;

    font-weight: 500;
}


/* =====================================================
   DIVIDER
===================================================== */

.nwh-doctors-divider {
    width: 45px;
    height: 2px;

    margin: 17px auto 20px;

    background: #f57c00;

    transition:
        width 0.4s ease;
}


/* Divider Hover */
.nwh-doctors-card:hover
.nwh-doctors-divider {
    width: 70px;
}


/* =====================================================
   VIEW PROFILE BUTTON
===================================================== */

.nwh-doctors-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    min-width: 145px;

    padding: 11px 20px;

    color: #ffffff;

    background: #f57c00;

    border: 1px solid #f57c00;
    border-radius: 4px;

    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        border-color 0.3s ease;
}


/* Arrow */
.nwh-doctors-button i {
    font-size: 11px;

    transition:
        transform 0.3s ease;
}


/* Button Hover */
.nwh-doctors-button:hover {
    color: #ffffff;

    background: #063f70;

    border-color: #063f70;
}


/* Arrow Hover */
.nwh-doctors-button:hover i {
    transform: translateX(4px);
}


/* =====================================================
   LARGE DESKTOP
   1200px+
===================================================== */

@media (min-width: 1200px) {

    .nwh-doctors-section {
        padding: 95px 0;
    }

    .nwh-doctors-grid {
        grid-template-columns: repeat(3, 1fr);

        gap: 30px;
    }

    .nwh-doctors-image-box {
        height: 320px;
    }
}


/* =====================================================
   LAPTOP
   992px - 1199px
===================================================== */

@media (min-width: 992px) and (max-width: 1199px) {

    .nwh-doctors-section {
        padding: 80px 0;
    }

    .nwh-doctors-container {
        max-width: 960px;
    }

    .nwh-doctors-grid {
        grid-template-columns: repeat(3, 1fr);

        gap: 24px;
    }

    .nwh-doctors-image-box {
        height: 290px;
    }

    .nwh-doctors-card-content {
        padding: 22px 18px 24px;
    }

    .nwh-doctors-card-content h3 {
        font-size: 19px;
    }
}


/* =====================================================
   TABLET
   768px - 991px
===================================================== */

@media (min-width: 768px) and (max-width: 991px) {

    .nwh-doctors-section {
        padding: 70px 0;
    }

    .nwh-doctors-container {
        max-width: 720px;
    }

    .nwh-doctors-heading {
        margin-bottom: 40px;
    }

    .nwh-doctors-heading h2 {
        font-size: 34px;
    }

    .nwh-doctors-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 25px;
    }

    .nwh-doctors-image-box {
        height: 300px;
    }

    .nwh-doctors-card-content {
        padding: 22px 18px 25px;
    }
}


/* =====================================================
   MOBILE
   576px - 767px
===================================================== */

@media (min-width: 576px) and (max-width: 767px) {

    .nwh-doctors-section {
        padding: 60px 0;
    }

    .nwh-doctors-container {
        padding: 0 20px;
    }

    .nwh-doctors-heading {
        margin-bottom: 35px;
    }

    .nwh-doctors-heading h2 {
        font-size: 30px;
    }

    .nwh-doctors-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .nwh-doctors-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 20px;
    }

    .nwh-doctors-image-box {
        height: 280px;
    }

    .nwh-doctors-card-content {
        padding: 20px 15px 22px;
    }

    .nwh-doctors-card-content h3 {
        font-size: 18px;
    }

    .nwh-doctors-department {
        font-size: 13px;
    }

    .nwh-doctors-button {
        width: 100%;
        min-width: 0;

        padding: 10px 12px;
    }
}


/* =====================================================
   SMALL MOBILE
   481px - 575px
===================================================== */

@media (min-width: 481px) and (max-width: 575px) {

    .nwh-doctors-section {
        padding: 55px 0;
    }

    .nwh-doctors-container {
        padding: 0 18px;
    }

    .nwh-doctors-heading {
        margin-bottom: 30px;
    }

    .nwh-doctors-heading h2 {
        font-size: 28px;
    }

    .nwh-doctors-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .nwh-doctors-image-box {
        height: 360px;
    }

    .nwh-doctors-card-content {
        padding: 22px 20px 25px;
    }
}


/* =====================================================
   EXTRA SMALL MOBILE
   320px - 480px
===================================================== */

@media (max-width: 480px) {

    .nwh-doctors-section {
        padding: 50px 0;
    }

    .nwh-doctors-container {
        padding: 0 15px;
    }

    .nwh-doctors-heading {
        margin-bottom: 30px;
    }

    .nwh-doctors-subtitle {
        font-size: 12px;
    }

    .nwh-doctors-heading h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .nwh-doctors-heading p {
        font-size: 13px;
        line-height: 1.7;
    }

    .nwh-doctors-grid {
        grid-template-columns: 1fr;

        gap: 22px;
    }

    .nwh-doctors-image-box {
        height: 340px;
    }

    .nwh-doctors-card-content {
        padding: 21px 17px 24px;
    }

    .nwh-doctors-card-content h3 {
        font-size: 19px;
    }

    .nwh-doctors-department {
        font-size: 13px;
    }

    .nwh-doctors-button {
        width: 100%;

        padding: 11px 15px;
    }
}


/* =====================================================
   VERY SMALL DEVICES
   320px - 375px
===================================================== */

@media (max-width: 375px) {

    .nwh-doctors-section {
        padding: 45px 0;
    }

    .nwh-doctors-container {
        padding: 0 12px;
    }

    .nwh-doctors-heading h2 {
        font-size: 24px;
    }

    .nwh-doctors-image-box {
        height: 310px;
    }

    .nwh-doctors-card-content {
        padding: 19px 15px 22px;
    }

    .nwh-doctors-card-content h3 {
        font-size: 18px;
    }
}









/* =========================================================
   NEW WARANGAL HOSPITALS
   GALLERY SECTION
========================================================= */

.nwh-gallery-section {
    width: 100%;
    padding: 90px 0;

    background: #f7fafc;
}


/* =========================================================
   CONTAINER
========================================================= */

.nwh-gallery-container {
    width: 100%;
    max-width: 1170px;

    margin: 0 auto;
    padding: 0 15px;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.nwh-gallery-heading {
    width: 100%;
    max-width: 750px;

    margin: 0 auto 45px;

    text-align: center;
}


/* Subtitle */

.nwh-gallery-subtitle {
    display: inline-block;

    margin-bottom: 10px;

    color: #f57c00;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Heading */

.nwh-gallery-heading h2 {
    margin: 0 0 14px;

    color: #063f70;

    font-size: 38px;
    line-height: 1.2;

    font-weight: 700;
}


/* Description */

.nwh-gallery-heading p {
    margin: 0;

    color: #687887;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   GALLERY GRID
========================================================= */

.nwh-gallery-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 24px;
}


/* =========================================================
   GALLERY ITEM
========================================================= */

.nwh-gallery-item {
    position: relative;

    width: 100%;

    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #e9f0f4;

    border-radius: 7px;

    cursor: pointer;

    box-shadow:
        0 7px 25px rgba(4, 53, 85, 0.08);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


/* Card Hover */

.nwh-gallery-item:hover {
    transform: translateY(-6px);

    box-shadow:
        0 15px 35px rgba(4, 53, 85, 0.16);
}


/* =========================================================
   IMAGE WRAPPER
========================================================= */

.nwh-gallery-image {
    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;
}


/* =========================================================
   GALLERY IMAGE
========================================================= */

.nwh-gallery-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.6s ease;
}


/* Image Hover */

.nwh-gallery-item:hover
.nwh-gallery-image img {
    transform: scale(1.08);
}


/* =========================================================
   HOVER OVERLAY
========================================================= */

.nwh-gallery-hover {
    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    background: rgba(3, 55, 96, 0);

    opacity: 0;

    transition:
        background 0.4s ease,
        opacity 0.4s ease;
}


/* Hover */

.nwh-gallery-item:hover
.nwh-gallery-hover {
    background: rgba(3, 55, 96, 0.58);

    opacity: 1;
}


/* =========================================================
   VIEW ICON
========================================================= */

.nwh-gallery-view-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    color: #ffffff;

    background: #f57c00;

    border-radius: 50%;

    font-size: 19px;

    transform: scale(0.6);

    transition:
        transform 0.4s ease,
        background 0.3s ease;
}


/* Icon Hover */

.nwh-gallery-item:hover
.nwh-gallery-view-icon {
    transform: scale(1);
}


.nwh-gallery-view-icon:hover {
    background: #063f70;
}


/* =========================================================
   FULLSCREEN POPUP
========================================================= */

.nwh-gallery-popup {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    padding: 30px;

    display: none;

    align-items: center;
    justify-content: center;

    background: rgba(2, 17, 30, 0.80);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    z-index: 99999;
}


/* Popup Active */

.nwh-gallery-popup.nwh-gallery-popup-active {
    display: flex;
}


/* =========================================================
   POPUP CONTENT
========================================================= */

.nwh-gallery-popup-content {
    position: relative;

    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;
}


/* =========================================================
   IMAGE AREA
========================================================= */

.nwh-gallery-popup-image-area {
    position: relative;

    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    touch-action: none;
}


/* =========================================================
   POPUP IMAGE
========================================================= */

.nwh-gallery-popup-image-area img {
    display: block;

    width: auto;
    height: auto;

    max-width: 90%;
    max-height: 85%;

    object-fit: contain;

    border-radius: 4px;

    box-shadow:
        0 15px 60px rgba(0, 0, 0, 0.4);

    transform:
        translate3d(0, 0, 0)
        scale(1);

    transform-origin: center center;

    cursor: default;

    user-select: none;
    -webkit-user-select: none;

    -webkit-user-drag: none;

    touch-action: none;

    will-change: transform;
}


/* Zoomed Image */

.nwh-gallery-popup-image-area img.nwh-gallery-image-zoomed {
    cursor: grab;
}


/* Dragging Image */

.nwh-gallery-popup-image-area img.nwh-gallery-image-dragging {
    cursor: grabbing;
}


/* =========================================================
   CLOSE BUTTON
========================================================= */

.nwh-gallery-close {
    position: absolute;

    top: 10px;
    right: 10px;

    z-index: 100;

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: rgba(255, 255, 255, 0.12);

    border: 1px solid rgba(255, 255, 255, 0.25);

    border-radius: 50%;

    font-size: 21px;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}


/* Close Hover */

.nwh-gallery-close:hover {
    background: #f57c00;

    transform: rotate(90deg);
}


/* =========================================================
   ZOOM CONTROLS
========================================================= */

.nwh-gallery-controls {
    position: absolute;

    left: 50%;
    bottom: 25px;

    transform: translateX(-50%);

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 7px;

    background: rgba(0, 0, 0, 0.55);

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 30px;

    z-index: 200;
}


/* Control Buttons */

.nwh-gallery-controls button {
    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: transparent;

    border: 0;

    border-radius: 50%;

    font-size: 15px;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.2s ease;
}


/* Button Hover */

.nwh-gallery-controls button:hover {
    background: #f57c00;

    transform: scale(1.08);
}


/* =========================================================
   LARGE DESKTOP
   1200px+
========================================================= */

@media (min-width: 1200px) {

    .nwh-gallery-section {
        padding: 95px 0;
    }

    .nwh-gallery-container {
        max-width: 1170px;
    }

    .nwh-gallery-grid {
        grid-template-columns: repeat(4, 1fr);

        gap: 25px;
    }
}


/* =========================================================
   LAPTOP
   992px - 1199px
========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .nwh-gallery-section {
        padding: 80px 0;
    }

    .nwh-gallery-container {
        max-width: 960px;
    }

    .nwh-gallery-grid {
        grid-template-columns: repeat(3, 1fr);

        gap: 22px;
    }

    .nwh-gallery-heading h2 {
        font-size: 35px;
    }
}


/* =========================================================
   TABLET
   768px - 991px
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .nwh-gallery-section {
        padding: 70px 0;
    }

    .nwh-gallery-container {
        max-width: 720px;
    }

    .nwh-gallery-heading {
        margin-bottom: 38px;
    }

    .nwh-gallery-heading h2 {
        font-size: 33px;
    }

    .nwh-gallery-grid {
        grid-template-columns: repeat(3, 1fr);

        gap: 18px;
    }

    .nwh-gallery-popup {
        padding: 20px;
    }
}


/* =========================================================
   MOBILE
   576px - 767px
========================================================= */

@media (min-width: 576px) and (max-width: 767px) {

    .nwh-gallery-section {
        padding: 60px 0;
    }

    .nwh-gallery-container {
        padding: 0 20px;
    }

    .nwh-gallery-heading {
        margin-bottom: 32px;
    }

    .nwh-gallery-heading h2 {
        font-size: 30px;
    }

    .nwh-gallery-heading p {
        font-size: 14px;
    }

    .nwh-gallery-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 18px;
    }

    .nwh-gallery-popup {
        padding: 15px;
    }

    .nwh-gallery-popup-image-area img {
        max-width: 96%;
        max-height: 78%;
    }
}


/* =========================================================
   SMALL MOBILE
   481px - 575px
========================================================= */

@media (min-width: 481px) and (max-width: 575px) {

    .nwh-gallery-section {
        padding: 55px 0;
    }

    .nwh-gallery-container {
        padding: 0 18px;
    }

    .nwh-gallery-heading {
        margin-bottom: 30px;
    }

    .nwh-gallery-heading h2 {
        font-size: 28px;
    }

    .nwh-gallery-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 15px;
    }

    .nwh-gallery-popup {
        padding: 12px;
    }

    .nwh-gallery-popup-image-area img {
        max-width: 97%;
        max-height: 75%;
    }

    .nwh-gallery-close {
        width: 43px;
        height: 43px;

        top: 8px;
        right: 8px;
    }

    .nwh-gallery-controls {
        bottom: 18px;
    }
}


/* =========================================================
   EXTRA SMALL MOBILE
   320px - 480px
========================================================= */

@media (max-width: 480px) {

    .nwh-gallery-section {
        padding: 50px 0;
    }

    .nwh-gallery-container {
        padding: 0 15px;
    }

    .nwh-gallery-heading {
        margin-bottom: 28px;
    }

    .nwh-gallery-subtitle {
        font-size: 12px;
    }

    .nwh-gallery-heading h2 {
        font-size: 26px;
    }

    .nwh-gallery-heading p {
        font-size: 13px;

        line-height: 1.7;
    }

    .nwh-gallery-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 12px;
    }

    .nwh-gallery-item {
        border-radius: 5px;
    }

    .nwh-gallery-view-icon {
        width: 45px;
        height: 45px;

        font-size: 15px;
    }


    /* Popup */

    .nwh-gallery-popup {
        padding: 8px;
    }

    .nwh-gallery-popup-image-area img {
        max-width: 98%;
        max-height: 70%;
    }


    /* Close */

    .nwh-gallery-close {
        width: 40px;
        height: 40px;

        top: 7px;
        right: 7px;

        font-size: 17px;
    }


    /* Controls */

    .nwh-gallery-controls {
        bottom: 15px;

        gap: 4px;

        padding: 5px;
    }

    .nwh-gallery-controls button {
        width: 38px;
        height: 38px;

        font-size: 13px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   Below 375px
========================================================= */

@media (max-width: 375px) {

    .nwh-gallery-section {
        padding: 45px 0;
    }

    .nwh-gallery-container {
        padding: 0 12px;
    }

    .nwh-gallery-heading h2 {
        font-size: 24px;
    }

    .nwh-gallery-grid {
        gap: 10px;
    }

    .nwh-gallery-popup-image-area img {
        max-height: 65%;
    }

}









/* =========================================================
   NEW WARANGAL HOSPITALS
   SIMPLE BLOG SECTION
========================================================= */

.nwh-simple-blog-section {
    width: 100%;
    padding: 90px 0;
    background: #f7fafc;
}


/* =========================================================
   CONTAINER
========================================================= */

.nwh-simple-blog-container {
    width: 100%;
    max-width: 1170px;

    margin: 0 auto;
    padding: 0 15px;
}


/* =========================================================
   HEADING
========================================================= */

.nwh-simple-blog-heading {
    text-align: center;
    margin-bottom: 45px;
}

.nwh-simple-blog-heading span {
    display: inline-block;

    margin-bottom: 8px;

    color: #f57c00;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.nwh-simple-blog-heading h2 {
    margin: 0;

    color: #063f70;

    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.nwh-simple-blog-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        320px;

    gap: 35px;

    align-items: start;
}


/* =========================================================
   BLOG GRID
========================================================= */

.nwh-simple-blog-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 25px;
}


/* =========================================================
   BLOG CARD
========================================================= */

.nwh-simple-blog-card {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e5ebef;

    border-radius: 7px;

    box-shadow:
        0 6px 22px rgba(4, 53, 85, 0.06);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


/* Card Hover */

.nwh-simple-blog-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 15px 35px rgba(4, 53, 85, 0.14);
}


/* =========================================================
   BLOG IMAGE
========================================================= */

.nwh-simple-blog-image {
    position: relative;

    width: 100%;

    aspect-ratio: 16 / 10;

    overflow: hidden;
}


.nwh-simple-blog-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.6s ease;
}


/* Image Hover */

.nwh-simple-blog-card:hover
.nwh-simple-blog-image img {
    transform: scale(1.08);
}


/* =========================================================
   DATE
========================================================= */

.nwh-simple-blog-date {
    position: absolute;

    top: 12px;
    left: 12px;

    width: 52px;
    height: 55px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #f57c00;

    border-radius: 4px;

    /* z-index: 2; */

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.15);
}


.nwh-simple-blog-date strong {
    font-size: 20px;
    line-height: 1;

    font-weight: 700;
}


.nwh-simple-blog-date span {
    margin-top: 4px;

    font-size: 10px;
    line-height: 1;

    font-weight: 600;

    text-transform: uppercase;
}


/* =========================================================
   TITLE AREA
========================================================= */

.nwh-simple-blog-title {
    min-height: 82px;

    padding: 18px 18px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 12px;
}


/* Title */

.nwh-simple-blog-title a {
    color: #063f70;

    text-decoration: none;

    font-size: 16px;
    line-height: 1.45;

    font-weight: 700;

    transition:
        color 0.3s ease;
}


.nwh-simple-blog-title a:hover {
    color: #f57c00;
}


/* Arrow */

.nwh-simple-blog-title i {
    flex-shrink: 0;

    color: #f57c00;

    font-size: 12px;

    transition:
        transform 0.3s ease;
}


.nwh-simple-blog-card:hover
.nwh-simple-blog-title i {
    transform: translateX(5px);
}


/* =========================================================
   SIDEBAR
========================================================= */

.nwh-simple-blog-sidebar {
    padding: 25px 22px;

    background: #ffffff;

    border: 1px solid #e5ebef;

    border-radius: 7px;

    box-shadow:
        0 6px 22px rgba(4, 53, 85, 0.06);
}


/* =========================================================
   SIDEBAR HEADING
========================================================= */

.nwh-simple-blog-sidebar-heading {
    margin-bottom: 18px;

    padding-bottom: 15px;

    border-bottom: 1px solid #e8edf0;
}


.nwh-simple-blog-sidebar-heading span {
    display: block;

    margin-bottom: 5px;

    color: #f57c00;

    font-size: 10px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.8px;
}


.nwh-simple-blog-sidebar-heading h3 {
    margin: 0;

    color: #063f70;

    font-size: 23px;

    line-height: 1.3;

    font-weight: 700;
}


/* =========================================================
   RECENT BLOG
========================================================= */

.nwh-simple-recent-blog {
    display: flex;

    align-items: center;

    gap: 13px;

    padding: 14px 0;

    text-decoration: none;

    border-bottom: 1px solid #edf1f3;
}


.nwh-simple-recent-blog:last-child {
    border-bottom: 0;

    padding-bottom: 0;
}


/* =========================================================
   RECENT IMAGE
========================================================= */

.nwh-simple-recent-image {
    flex: 0 0 78px;

    width: 78px;
    height: 65px;

    overflow: hidden;

    border-radius: 4px;

    background: #edf2f5;
}


.nwh-simple-recent-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.5s ease;
}


/* Recent Hover */

.nwh-simple-recent-blog:hover
.nwh-simple-recent-image img {
    transform: scale(1.1);
}


/* =========================================================
   RECENT CONTENT
========================================================= */

.nwh-simple-recent-content {
    min-width: 0;
}


.nwh-simple-recent-content span {
    display: block;

    margin-bottom: 4px;

    color: #f57c00;

    font-size: 10px;

    font-weight: 600;
}


.nwh-simple-recent-content h4 {
    margin: 0;

    color: #063f70;

    font-size: 13px;

    line-height: 1.4;

    font-weight: 700;

    transition:
        color 0.3s ease;
}


.nwh-simple-recent-blog:hover
.nwh-simple-recent-content h4 {
    color: #f57c00;
}


/* =========================================================
   LAPTOP
========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .nwh-simple-blog-section {
        padding: 80px 0;
    }

    .nwh-simple-blog-container {
        max-width: 960px;
    }

    .nwh-simple-blog-layout {
        grid-template-columns:
            minmax(0, 1fr)
            290px;

        gap: 25px;
    }

    .nwh-simple-blog-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 22px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .nwh-simple-blog-section {
        padding: 70px 0;
    }

    .nwh-simple-blog-container {
        max-width: 720px;
    }

    .nwh-simple-blog-heading h2 {
        font-size: 33px;
    }

    .nwh-simple-blog-layout {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .nwh-simple-blog-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 20px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (min-width: 576px) and (max-width: 767px) {

    .nwh-simple-blog-section {
        padding: 60px 0;
    }

    .nwh-simple-blog-container {
        padding: 0 20px;
    }

    .nwh-simple-blog-heading h2 {
        font-size: 30px;
    }

    .nwh-simple-blog-layout {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .nwh-simple-blog-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 18px;
    }

    .nwh-simple-blog-title {
        min-height: 75px;

        padding: 15px;
    }

    .nwh-simple-blog-title a {
        font-size: 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (min-width: 481px) and (max-width: 575px) {

    .nwh-simple-blog-section {
        padding: 55px 0;
    }

    .nwh-simple-blog-container {
        padding: 0 18px;
    }

    .nwh-simple-blog-heading h2 {
        font-size: 28px;
    }

    .nwh-simple-blog-layout {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .nwh-simple-blog-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .nwh-simple-blog-section {
        padding: 50px 0;
    }

    .nwh-simple-blog-container {
        padding: 0 15px;
    }

    .nwh-simple-blog-heading {
        margin-bottom: 30px;
    }

    .nwh-simple-blog-heading span {
        font-size: 11px;
    }

    .nwh-simple-blog-heading h2 {
        font-size: 26px;
    }

    .nwh-simple-blog-layout {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .nwh-simple-blog-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .nwh-simple-blog-image {
        aspect-ratio: 16 / 10;
    }

    .nwh-simple-blog-title {
        min-height: 75px;

        padding: 16px;
    }

    .nwh-simple-blog-title a {
        font-size: 15px;
    }

    .nwh-simple-blog-sidebar {
        padding: 22px 17px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 375px) {

    .nwh-simple-blog-section {
        padding: 45px 0;
    }

    .nwh-simple-blog-container {
        padding: 0 12px;
    }

    .nwh-simple-blog-heading h2 {
        font-size: 24px;
    }

    .nwh-simple-blog-grid {
        gap: 17px;
    }

    .nwh-simple-blog-title {
        padding: 15px;
    }

    .nwh-simple-blog-title a {
        font-size: 14px;
    }

}











/* =========================================================
   NEW WARANGAL HOSPITALS
   CONTACT SECTION
========================================================= */

.nwh-contact-section {
    width: 100%;
    padding: 90px 0 0;
    background: #f7fafc;
}


/* =========================================================
   CONTAINER
========================================================= */

.nwh-contact-container {
    width: 100%;
    max-width: 1170px;

    margin: 0 auto;
    padding: 0 15px;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.nwh-contact-heading {
    max-width: 720px;

    margin: 0 auto 50px;

    text-align: center;
}


.nwh-contact-heading span {
    display: inline-block;

    margin-bottom: 9px;

    color: #f57c00;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1px;
}


.nwh-contact-heading h2 {
    margin: 0 0 13px;

    color: #063f70;

    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}


.nwh-contact-heading p {
    margin: 0;

    color: #687887;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   MAIN CONTACT LAYOUT
========================================================= */

.nwh-contact-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(0, 0.85fr);

    gap: 35px;

    align-items: stretch;
}


/* =========================================================
   CONTACT FORM BOX
========================================================= */

.nwh-contact-form-box {
    padding: 35px;

    background: #ffffff;

    border: 1px solid #e5ebef;

    border-radius: 8px;

    box-shadow:
        0 8px 30px rgba(4, 53, 85, 0.07);
}


/* =========================================================
   FORM HEADING
========================================================= */

.nwh-contact-form-heading {
    margin-bottom: 25px;
}


.nwh-contact-form-heading span {
    display: block;

    margin-bottom: 5px;

    color: #f57c00;

    font-size: 11px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.8px;
}


.nwh-contact-form-heading h3 {
    margin: 0;

    color: #063f70;

    font-size: 25px;

    line-height: 1.3;

    font-weight: 700;
}


/* =========================================================
   FORM ROW
========================================================= */

.nwh-contact-form-row {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 18px;
}


/* =========================================================
   FORM FIELD
========================================================= */

.nwh-contact-field {
    width: 100%;

    margin-bottom: 18px;
}


.nwh-contact-field label {
    display: block;

    margin-bottom: 7px;

    color: #063f70;

    font-size: 13px;

    font-weight: 600;
}


/* =========================================================
   INPUT WRAPPER
========================================================= */

.nwh-contact-input-wrap {
    position: relative;

    width: 100%;
}


.nwh-contact-input-wrap > i {
    position: absolute;

    top: 50%;
    left: 15px;

    transform: translateY(-50%);

    color: #f57c00;

    font-size: 14px;

    pointer-events: none;

    /* z-index: 2; */
}


/* =========================================================
   INPUT
========================================================= */

.nwh-contact-input-wrap input,
.nwh-contact-input-wrap select,
.nwh-contact-input-wrap textarea {
    width: 100%;

    color: #263b4a;

    background: #f8fafb;

    border: 1px solid #dfe7ec;

    border-radius: 5px;

    outline: none;

    font-family: inherit;

    font-size: 13px;

    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


/* Input */

.nwh-contact-input-wrap input,
.nwh-contact-input-wrap select {
    height: 50px;

    padding:
        0 15px 0 43px;
}


/* Textarea */

.nwh-contact-input-wrap textarea {
    min-height: 125px;

    padding:
        14px 15px 14px 43px;

    resize: vertical;

    line-height: 1.6;
}


/* Select */

.nwh-contact-input-wrap select {
    cursor: pointer;

    appearance: auto;
}


/* Placeholder */

.nwh-contact-input-wrap input::placeholder,
.nwh-contact-input-wrap textarea::placeholder {
    color: #9aa8b2;
}


/* Focus */

.nwh-contact-input-wrap input:focus,
.nwh-contact-input-wrap select:focus,
.nwh-contact-input-wrap textarea:focus {
    background: #ffffff;

    border-color: #f57c00;

    box-shadow:
        0 0 0 3px rgba(245, 124, 0, 0.08);
}


/* =========================================================
   TEXTAREA ICON
========================================================= */

.nwh-contact-textarea-wrap > i {
    top: 18px;

    transform: none;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.nwh-contact-submit {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-width: 165px;

    height: 50px;

    padding: 0 23px;

    color: #ffffff;

    background: #063f70;

    border: 0;

    border-radius: 5px;

    font-family: inherit;

    font-size: 13px;

    font-weight: 700;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.nwh-contact-submit i {
    font-size: 10px;

    transition:
        transform 0.3s ease;
}


.nwh-contact-submit:hover {
    background: #f57c00;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(245, 124, 0, 0.22);
}


.nwh-contact-submit:hover i {
    transform: translateX(5px);
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.nwh-contact-details {
    padding: 35px;

    background: #063f70;

    border-radius: 8px;

    box-shadow:
        0 8px 30px rgba(4, 53, 85, 0.12);
}


/* =========================================================
   DETAILS HEADING
========================================================= */

.nwh-contact-details-heading {
    margin-bottom: 28px;
}


.nwh-contact-details-heading span {
    display: block;

    margin-bottom: 6px;

    color: #f57c00;

    font-size: 11px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.8px;
}


.nwh-contact-details-heading h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 26px;

    line-height: 1.3;

    font-weight: 700;
}


.nwh-contact-details-heading p {
    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   DETAIL ITEM
========================================================= */

.nwh-contact-detail-item {
    display: flex;

    align-items: flex-start;

    gap: 15px;

    padding: 17px 0;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.12);
}


/* =========================================================
   DETAIL ICON
========================================================= */

.nwh-contact-detail-icon {
    flex: 0 0 43px;

    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: rgba(245, 124, 0, 0.15);

    border: 1px solid rgba(245, 124, 0, 0.3);

    border-radius: 5px;

    font-size: 15px;
}


/* =========================================================
   DETAIL CONTENT
========================================================= */

.nwh-contact-detail-content {
    min-width: 0;
}


.nwh-contact-detail-content h4 {
    margin: 0 0 4px;

    color: #ffffff;

    font-size: 14px;

    line-height: 1.4;

    font-weight: 700;
}


.nwh-contact-detail-content p {
    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 12px;

    line-height: 1.7;
}


.nwh-contact-detail-content a {
    display: block;

    margin-top: 2px;

    color: rgba(255, 255, 255, 0.75);

    text-decoration: none;

    font-size: 12px;

    line-height: 1.7;

    transition:
        color 0.3s ease;
}


.nwh-contact-detail-content a:hover {
    color: #f57c00;
}


/* =========================================================
   EMERGENCY BOX
========================================================= */

.nwh-contact-emergency {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 22px;

    padding: 15px;

    background: #f57c00;

    border-radius: 6px;
}


.nwh-contact-emergency-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #f57c00;

    background: #ffffff;

    border-radius: 50%;

    font-size: 16px;
}


.nwh-contact-emergency span {
    display: block;

    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.8);

    font-size: 10px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 0.5px;
}


.nwh-contact-emergency a {
    color: #ffffff;

    text-decoration: none;

    font-size: 15px;

    font-weight: 700;
}


/* =========================================================
   FULL WIDTH MAP
========================================================= */

.nwh-contact-map {
    width: 100%;

    margin-top: 70px;

    line-height: 0;
}


.nwh-contact-map iframe {
    display: block;

    width: 100%;

    height: 450px;

    border: 0;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .nwh-contact-section {
        padding-top: 95px;
    }

    .nwh-contact-layout {
        grid-template-columns:
            minmax(0, 1.35fr)
            minmax(0, 0.85fr);

        gap: 35px;
    }

}


/* =========================================================
   LAPTOP
   992px - 1199px
========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .nwh-contact-section {
        padding-top: 80px;
    }

    .nwh-contact-container {
        max-width: 960px;
    }

    .nwh-contact-layout {
        grid-template-columns:
            minmax(0, 1.2fr)
            minmax(0, 0.8fr);

        gap: 25px;
    }

    .nwh-contact-form-box,
    .nwh-contact-details {
        padding: 28px;
    }

    .nwh-contact-heading h2 {
        font-size: 35px;
    }

}


/* =========================================================
   TABLET
   768px - 991px
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .nwh-contact-section {
        padding-top: 70px;
    }

    .nwh-contact-container {
        max-width: 720px;
    }

    .nwh-contact-heading {
        margin-bottom: 40px;
    }

    .nwh-contact-heading h2 {
        font-size: 33px;
    }

    .nwh-contact-layout {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .nwh-contact-form-box,
    .nwh-contact-details {
        padding: 30px;
    }

    .nwh-contact-map {
        margin-top: 55px;
    }

    .nwh-contact-map iframe {
        height: 400px;
    }

}


/* =========================================================
   MOBILE
   576px - 767px
========================================================= */

@media (min-width: 576px) and (max-width: 767px) {

    .nwh-contact-section {
        padding-top: 60px;
    }

    .nwh-contact-container {
        padding: 0 20px;
    }

    .nwh-contact-heading {
        margin-bottom: 35px;
    }

    .nwh-contact-heading h2 {
        font-size: 30px;
    }

    .nwh-contact-layout {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .nwh-contact-form-box,
    .nwh-contact-details {
        padding: 25px;
    }

    .nwh-contact-form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .nwh-contact-map {
        margin-top: 45px;
    }

    .nwh-contact-map iframe {
        height: 350px;
    }

}


/* =========================================================
   SMALL MOBILE
   481px - 575px
========================================================= */

@media (min-width: 481px) and (max-width: 575px) {

    .nwh-contact-section {
        padding-top: 55px;
    }

    .nwh-contact-container {
        padding: 0 18px;
    }

    .nwh-contact-heading {
        margin-bottom: 30px;
    }

    .nwh-contact-heading h2 {
        font-size: 28px;
    }

    .nwh-contact-layout {
        grid-template-columns: 1fr;

        gap: 22px;
    }

    .nwh-contact-form-box,
    .nwh-contact-details {
        padding: 23px 20px;
    }

    .nwh-contact-form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .nwh-contact-details-heading h3 {
        font-size: 23px;
    }

    .nwh-contact-map {
        margin-top: 40px;
    }

    .nwh-contact-map iframe {
        height: 320px;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
   320px - 480px
========================================================= */

@media (max-width: 480px) {

    .nwh-contact-section {
        padding-top: 50px;
    }

    .nwh-contact-container {
        padding: 0 15px;
    }

    .nwh-contact-heading {
        margin-bottom: 28px;
    }

    .nwh-contact-heading span {
        font-size: 11px;
    }

    .nwh-contact-heading h2 {
        font-size: 26px;

        line-height: 1.25;
    }

    .nwh-contact-heading p {
        font-size: 13px;
    }

    .nwh-contact-layout {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .nwh-contact-form-box {
        padding: 22px 17px;
    }

    .nwh-contact-details {
        padding: 24px 18px;
    }

    .nwh-contact-form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .nwh-contact-form-heading h3 {
        font-size: 22px;
    }

    .nwh-contact-details-heading h3 {
        font-size: 22px;
    }

    .nwh-contact-field {
        margin-bottom: 16px;
    }

    .nwh-contact-input-wrap input,
    .nwh-contact-input-wrap select {
        height: 48px;
    }

    .nwh-contact-input-wrap textarea {
        min-height: 115px;
    }

    .nwh-contact-submit {
        width: 100%;
    }

    .nwh-contact-detail-item {
        gap: 12px;

        padding: 15px 0;
    }

    .nwh-contact-detail-icon {
        flex: 0 0 40px;

        width: 40px;
        height: 40px;
    }

    .nwh-contact-emergency {
        padding: 13px;
    }

    .nwh-contact-map {
        margin-top: 35px;
    }

    .nwh-contact-map iframe {
        height: 300px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   BELOW 375px
========================================================= */

@media (max-width: 375px) {

    .nwh-contact-section {
        padding-top: 45px;
    }

    .nwh-contact-container {
        padding: 0 12px;
    }

    .nwh-contact-heading h2 {
        font-size: 24px;
    }

    .nwh-contact-form-box {
        padding: 20px 15px;
    }

    .nwh-contact-details {
        padding: 22px 15px;
    }

    .nwh-contact-detail-content a,
    .nwh-contact-detail-content p {
        font-size: 11px;
    }

    .nwh-contact-map iframe {
        height: 280px;
    }

}




/* =========================================================
   APPOINTMENT SECTION
========================================================= */

.nwh-appointment-section {
    width: 100%;
    padding: 90px 0;
    background: #f7fafc;
}


/* Container */

.nwh-appointment-container {
    width: 100%;
    max-width: 1000px;

    margin: 0 auto;
    padding: 0 15px;
}


/* =========================================================
   HEADING
========================================================= */

.nwh-appointment-heading {
    max-width: 700px;

    margin: 0 auto 45px;

    text-align: center;
}

.nwh-appointment-heading span {
    display: inline-block;

    margin-bottom: 9px;

    color: #f57c00;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.nwh-appointment-heading h2 {
    margin: 0 0 13px;

    color: #063f70;

    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.nwh-appointment-heading p {
    margin: 0;

    color: #687887;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   FORM BOX
========================================================= */

.nwh-appointment-form-box {
    width: 100%;

    padding: 38px;

    background: #ffffff;

    border: 1px solid #e4ebef;

    border-radius: 8px;

    box-shadow:
        0 10px 35px rgba(4, 53, 85, 0.08);
}


/* =========================================================
   FORM HEADER
========================================================= */

.nwh-appointment-form-header {
    margin-bottom: 30px;

    padding-bottom: 20px;

    border-bottom: 1px solid #e8edf0;
}

.nwh-appointment-form-header span {
    display: block;

    margin-bottom: 5px;

    color: #f57c00;

    font-size: 11px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.nwh-appointment-form-header h3 {
    margin: 0;

    color: #063f70;

    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
}


/* =========================================================
   FORM ROW
========================================================= */

.nwh-appointment-form-row {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 20px;
}


/* =========================================================
   FIELD
========================================================= */

.nwh-appointment-field {
    width: 100%;

    margin-bottom: 20px;
}

.nwh-appointment-field label {
    display: block;

    margin-bottom: 7px;

    color: #063f70;

    font-size: 13px;
    font-weight: 600;
}


/* =========================================================
   INPUT WRAPPER
========================================================= */

.nwh-appointment-input {
    position: relative;

    width: 100%;
}

.nwh-appointment-input > i {
    position: absolute;

    top: 50%;
    left: 15px;

    transform: translateY(-50%);

    color: #f57c00;

    font-size: 14px;

    pointer-events: none;

    z-index: 2;
}


/* =========================================================
   INPUT / SELECT / TEXTAREA
========================================================= */

.nwh-appointment-input input,
.nwh-appointment-input select,
.nwh-appointment-input textarea {
    width: 100%;

    color: #263b4a;

    background: #f8fafb;

    border: 1px solid #dfe7ec;

    border-radius: 5px;

    outline: none;

    font-family: inherit;

    font-size: 13px;

    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


/* Input + Select */

.nwh-appointment-input input,
.nwh-appointment-input select {
    height: 52px;

    padding: 0 15px 0 43px;
}


/* Textarea */

.nwh-appointment-input textarea {
    min-height: 130px;

    padding: 14px 15px 14px 43px;

    resize: vertical;

    line-height: 1.6;
}


/* Select */

.nwh-appointment-input select {
    cursor: pointer;
}


/* Placeholder */

.nwh-appointment-input input::placeholder,
.nwh-appointment-input textarea::placeholder {
    color: #9aa8b2;
}


/* =========================================================
   FOCUS
========================================================= */

.nwh-appointment-input input:focus,
.nwh-appointment-input select:focus,
.nwh-appointment-input textarea:focus {
    background: #ffffff;

    border-color: #f57c00;

    box-shadow:
        0 0 0 3px rgba(245, 124, 0, 0.08);
}


/* =========================================================
   TEXTAREA ICON
========================================================= */

.nwh-appointment-textarea > i {
    top: 18px;

    transform: none;
}


/* =========================================================
   SUBMIT
========================================================= */

.nwh-appointment-submit-area {
    display: flex;

    justify-content: flex-start;

    margin-top: 5px;

    padding-top: 20px;

    border-top: 1px solid #e8edf0;
}


.nwh-appointment-submit {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-width: 180px;

    height: 52px;

    padding: 0 25px;

    color: #ffffff;

    background: #063f70;

    border: 0;

    border-radius: 5px;

    font-family: inherit;

    font-size: 13px;

    font-weight: 700;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.nwh-appointment-submit i {
    font-size: 10px;

    transition:
        transform 0.3s ease;
}


.nwh-appointment-submit:hover {
    background: #f57c00;

    transform: translateY(-2px);

    box-shadow:
        0 8px 22px rgba(245, 124, 0, 0.22);
}


.nwh-appointment-submit:hover i {
    transform: translateX(5px);
}


/* =========================================================
   LAPTOP
========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .nwh-appointment-section {
        padding: 80px 0;
    }

    .nwh-appointment-container {
        max-width: 940px;
    }

    .nwh-appointment-heading h2 {
        font-size: 35px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .nwh-appointment-section {
        padding: 70px 0;
    }

    .nwh-appointment-container {
        max-width: 720px;
    }

    .nwh-appointment-heading h2 {
        font-size: 33px;
    }

    .nwh-appointment-form-box {
        padding: 30px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (min-width: 576px) and (max-width: 767px) {

    .nwh-appointment-section {
        padding: 60px 0;
    }

    .nwh-appointment-container {
        padding: 0 20px;
    }

    .nwh-appointment-heading h2 {
        font-size: 30px;
    }

    .nwh-appointment-form-box {
        padding: 27px 23px;
    }

    .nwh-appointment-form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (min-width: 481px) and (max-width: 575px) {

    .nwh-appointment-section {
        padding: 55px 0;
    }

    .nwh-appointment-container {
        padding: 0 18px;
    }

    .nwh-appointment-heading h2 {
        font-size: 28px;
    }

    .nwh-appointment-form-box {
        padding: 24px 20px;
    }

    .nwh-appointment-form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .nwh-appointment-form-header h3 {
        font-size: 23px;
    }
}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .nwh-appointment-section {
        padding: 50px 0;
    }

    .nwh-appointment-container {
        padding: 0 15px;
    }

    .nwh-appointment-heading {
        margin-bottom: 28px;
    }

    .nwh-appointment-heading span {
        font-size: 11px;
    }

    .nwh-appointment-heading h2 {
        font-size: 26px;
    }

    .nwh-appointment-heading p {
        font-size: 13px;
    }

    .nwh-appointment-form-box {
        padding: 22px 17px;
    }

    .nwh-appointment-form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .nwh-appointment-form-header {
        margin-bottom: 24px;
    }

    .nwh-appointment-form-header h3 {
        font-size: 21px;
    }

    .nwh-appointment-field {
        margin-bottom: 16px;
    }

    .nwh-appointment-input input,
    .nwh-appointment-input select {
        height: 49px;
    }

    .nwh-appointment-input textarea {
        min-height: 115px;
    }

    .nwh-appointment-submit {
        width: 100%;

        height: 50px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 375px) {

    .nwh-appointment-section {
        padding: 45px 0;
    }

    .nwh-appointment-container {
        padding: 0 12px;
    }

    .nwh-appointment-heading h2 {
        font-size: 24px;
    }

    .nwh-appointment-form-box {
        padding: 20px 15px;
    }

    .nwh-appointment-form-header h3 {
        font-size: 20px;
    }

    .nwh-appointment-field label {
        font-size: 12px;
    }

    .nwh-appointment-input input,
    .nwh-appointment-input select,
    .nwh-appointment-input textarea {
        font-size: 12px;
    }
}











/* =========================================================
   DR. RAMBABU PROFILE PAGE
   UNIQUE CSS
========================================================= */

.nwh-rambabu-container {
    width: 100%;
    max-width: 1170px;

    margin: 0 auto;
    padding: 0 15px;
}


/* =========================================================
   COMMON SECTION
========================================================= */

.nwh-rambabu-intro-section,
.nwh-rambabu-about-section,
.nwh-rambabu-expertise-section,
.nwh-rambabu-why-section {
    width: 100%;
    padding: 90px 0;
}


.nwh-rambabu-qualification-section,
.nwh-rambabu-procedure-section {
    width: 100%;
    padding: 10px 0;

    background: #f7fafc;
}


/* =========================================================
   COMMON HEADING
========================================================= */

.nwh-rambabu-section-heading {
    max-width: 720px;

    margin: 0 auto 45px;

    text-align: center;
}


.nwh-rambabu-section-heading span,
.nwh-rambabu-section-label {
    display: inline-block;

    margin-bottom: 9px;

    color: #f57c00;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;
}


.nwh-rambabu-section-heading h2 {
    margin: 0 0 12px;

    color: #063f70;

    font-size: 36px;

    line-height: 1.25;

    font-weight: 700;
}


.nwh-rambabu-section-heading p {
    margin: 0;

    color: #6c7c88;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   INTRO
========================================================= */

.nwh-rambabu-intro-section {
    background: #ffffff;
}


.nwh-rambabu-intro-layout {
    display: grid;

    grid-template-columns:
        43%
        minmax(0, 1fr);

    gap: 60px;

    align-items: center;
}


.nwh-rambabu-intro-image {
    position: relative;
}


.nwh-rambabu-image-frame {
    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 8px;

    box-shadow:
        0 15px 40px rgba(4, 53, 85, 0.13);
}


.nwh-rambabu-image-frame::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 35%;

    background:
        linear-gradient(
            to top,
            rgba(6, 63, 112, 0.35),
            transparent
        );

    pointer-events: none;
}


.nwh-rambabu-image-frame img {
    display: block;

    width: 100%;

    aspect-ratio: 4 / 5;

    object-fit: cover;

    transition:
        transform 0.7s ease;
}


.nwh-rambabu-image-frame:hover img {
    transform: scale(1.04);
}


/* Experience Badge */

.nwh-rambabu-experience-badge {
    position: absolute;

    right: 20px;
    bottom: 20px;

    /* z-index: 3; */

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 13px 17px;

    color: #ffffff;

    background: #f57c00;

    border-radius: 6px;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.15);
}


.nwh-rambabu-experience-badge strong {
    font-size: 26px;

    line-height: 1;
}


.nwh-rambabu-experience-badge span {
    font-size: 10px;

    line-height: 1.3;

    font-weight: 600;

    text-transform: uppercase;
}


/* Intro Content */

.nwh-rambabu-intro-content h1 {
    margin: 0 0 20px;

    color: #063f70;

    font-size: 40px;

    line-height: 1.2;

    font-weight: 700;
}


.nwh-rambabu-intro-content h1 span {
    color: #f57c00;
}


.nwh-rambabu-intro-content p {
    margin: 0 0 15px;

    color: #687887;

    font-size: 14px;

    line-height: 1.9;
}


.nwh-rambabu-intro-text {
    font-size: 15px !important;
}


/* Specialization */

.nwh-rambabu-specialization-list {
    display: flex;

    flex-wrap: wrap;

    gap: 9px;

    margin: 22px 0 27px;
}


.nwh-rambabu-specialization-list span {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 8px 12px;

    color: #063f70;

    background: #f3f8fb;

    border: 1px solid #e0ebf1;

    border-radius: 4px;

    font-size: 12px;

    font-weight: 600;
}


.nwh-rambabu-specialization-list i {
    color: #f57c00;

    font-size: 9px;
}


/* Button */

.nwh-rambabu-primary-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 48px;

    padding: 0 21px;

    color: #ffffff;

    background: #063f70;

    border-radius: 5px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.nwh-rambabu-primary-btn i {
    font-size: 9px;

    transition:
        transform 0.3s ease;
}


.nwh-rambabu-primary-btn:hover {
    color: #ffffff;

    background: #f57c00;

    transform: translateY(-3px);

    box-shadow:
        0 9px 22px rgba(245, 124, 0, 0.2);
}


.nwh-rambabu-primary-btn:hover i {
    transform: translateX(5px);
}


/* =========================================================
   ABOUT
========================================================= */

.nwh-rambabu-about-section {
    background: #f7fafc;
}


.nwh-rambabu-about-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(300px, 0.65fr);

    gap: 60px;

    align-items: center;
}


.nwh-rambabu-about-content h2 {
    margin: 0 0 18px;

    color: #063f70;

    font-size: 34px;

    line-height: 1.25;
}


.nwh-rambabu-about-content p {
    margin: 0 0 15px;

    color: #687887;

    font-size: 15px;

    line-height: 1.9;
}


/* Highlights */

.nwh-rambabu-about-highlights {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 15px;
}


.nwh-rambabu-highlight-card {
    display: flex;

    align-items: center;

    gap: 13px;

    padding: 18px;

    background: #ffffff;

    border: 1px solid #e2eaf0;

    border-radius: 6px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.nwh-rambabu-highlight-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 12px 25px rgba(4, 53, 85, 0.09);
}


.nwh-rambabu-highlight-icon {
    flex: 0 0 43px;

    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #f57c00;

    background: #fff4e8;

    border-radius: 5px;
}


.nwh-rambabu-highlight-card strong {
    display: block;

    color: #063f70;

    font-size: 16px;
}


.nwh-rambabu-highlight-card span {
    display: block;

    margin-top: 3px;

    color: #7a8993;

    font-size: 10px;
}


/* =========================================================
   QUALIFICATIONS
========================================================= */

.nwh-rambabu-qualification-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


.nwh-rambabu-qualification-card {
    position: relative;

    padding: 25px;

    background: #ffffff;

    border: 1px solid #e1e9ee;

    border-radius: 7px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.nwh-rambabu-qualification-card:hover {
    transform: translateY(-7px);

    border-color: #f57c00;

    box-shadow:
        0 15px 30px rgba(4, 53, 85, 0.09);
}


.nwh-rambabu-qualification-icon {
    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    color: #f57c00;

    background: #fff4e8;

    border-radius: 6px;

    font-size: 17px;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}


.nwh-rambabu-qualification-card:hover
.nwh-rambabu-qualification-icon {
    color: #ffffff;

    background: #f57c00;
}


.nwh-rambabu-qualification-card span {
    display: block;

    margin-bottom: 5px;

    color: #f57c00;

    font-size: 10px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.7px;
}


.nwh-rambabu-qualification-card h3 {
    margin: 0;

    color: #063f70;

    font-size: 17px;

    line-height: 1.45;
}


/* =========================================================
   EXPERTISE
========================================================= */

.nwh-rambabu-expertise-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 20px;
}


.nwh-rambabu-expertise-card {
    padding: 25px 20px;

    background: #ffffff;

    border: 1px solid #e2eaf0;

    border-radius: 7px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.nwh-rambabu-expertise-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 14px 30px rgba(4, 53, 85, 0.1);
}


.nwh-rambabu-expertise-icon {
    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 17px;

    color: #f57c00;

    background: #fff4e8;

    border-radius: 50%;

    font-size: 17px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.nwh-rambabu-expertise-card:hover
.nwh-rambabu-expertise-icon {
    color: #ffffff;

    background: #063f70;

    transform: rotateY(180deg);
}


.nwh-rambabu-expertise-card h3 {
    margin: 0 0 8px;

    color: #063f70;

    font-size: 16px;

    line-height: 1.4;
}


.nwh-rambabu-expertise-card p {
    margin: 0;

    color: #74828d;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   PROCEDURES
========================================================= */

.nwh-rambabu-procedure-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 0.8fr)
        minmax(0, 1.2fr);

    gap: 60px;

    align-items: center;
}


.nwh-rambabu-procedure-content h2 {
    margin: 0 0 18px;

    color: #063f70;

    font-size: 35px;

    line-height: 1.25;
}


.nwh-rambabu-procedure-content p {
    margin: 0 0 25px;

    color: #687887;

    font-size: 15px;

    line-height: 1.9;
}


.nwh-rambabu-procedure-list {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;
}


.nwh-rambabu-procedure-item {
    display: flex;

    align-items: center;

    gap: 10px;

    min-height: 58px;

    padding: 13px 15px;

    color: #063f70;

    background: #ffffff;

    border: 1px solid #e1e9ee;

    border-radius: 5px;

    font-size: 13px;

    font-weight: 600;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


.nwh-rambabu-procedure-item i {
    flex: 0 0 25px;

    width: 25px;
    height: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #f57c00;

    background: #fff4e8;

    border-radius: 50%;

    font-size: 8px;
}


.nwh-rambabu-procedure-item:hover {
    color: #ffffff;

    background: #063f70;

    transform: translateX(5px);
}


.nwh-rambabu-procedure-item:hover i {
    color: #ffffff;

    background: #f57c00;
}


/* =========================================================
   WHY CHOOSE
========================================================= */

.nwh-rambabu-why-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


.nwh-rambabu-why-card {
    position: relative;

    overflow: hidden;

    padding: 28px 25px;

    background: #ffffff;

    border: 1px solid #e2eaf0;

    border-radius: 7px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.nwh-rambabu-why-card::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    background: #f57c00;

    transition:
        width 0.4s ease;
}


.nwh-rambabu-why-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 15px 32px rgba(4, 53, 85, 0.1);
}


.nwh-rambabu-why-card:hover::after {
    width: 100%;
}


.nwh-rambabu-why-number {
    margin-bottom: 18px;

    color: #f57c00;

    font-size: 13px;

    font-weight: 800;
}


.nwh-rambabu-why-card h3 {
    margin: 0 0 9px;

    color: #063f70;

    font-size: 17px;
}


.nwh-rambabu-why-card p {
    margin: 0;

    color: #74828d;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================================
   CONSULTATION CTA
========================================================= */

.nwh-rambabu-consult-section {
    width: 100%;

    padding: 80px 0;

    background: #f7fafc;
}


.nwh-rambabu-consult-box {
    position: relative;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    padding: 45px 50px;

    background:
        linear-gradient(
            135deg,
            #063f70 0%,
            #07598f 100%
        );

    border-radius: 9px;

    box-shadow:
        0 15px 35px rgba(4, 53, 85, 0.13);
}


.nwh-rambabu-consult-content {
    position: relative;

    /* z-index: 2; */

    max-width: 720px;
}


.nwh-rambabu-consult-content > span {
    display: block;

    margin-bottom: 8px;

    color: #f57c00;

    font-size: 11px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;
}


.nwh-rambabu-consult-content h2 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 34px;

    line-height: 1.25;
}


.nwh-rambabu-consult-content p {
    margin: 0 0 10px;

    color: rgba(255, 255, 255, 0.76);

    font-size: 15px;

    line-height: 1.8;
}


.nwh-rambabu-consult-time {
    display: flex;

    flex-wrap: wrap;

    gap: 25px;

    margin: 22px 0 25px;
}


.nwh-rambabu-consult-time > div {
    display: flex;

    align-items: center;

    gap: 10px;
}


.nwh-rambabu-consult-time i {
    color: #f57c00;

    font-size: 18px;
}


.nwh-rambabu-consult-time span {
    display: flex;

    flex-direction: column;

    gap: 2px;

    color: rgba(255, 255, 255, 0.75);

    font-size: 11px;
}


.nwh-rambabu-consult-time strong {
    color: #ffffff;

    font-size: 12px;
}


.nwh-rambabu-consult-box
.nwh-rambabu-primary-btn {
    color: #063f70;

    background: #ffffff;
}


.nwh-rambabu-consult-box
.nwh-rambabu-primary-btn:hover {
    color: #ffffff;

    background: #f57c00;
}


.nwh-rambabu-consult-icon {
    position: absolute;

    right: 45px;

    color: rgba(255, 255, 255, 0.08);

    font-size: 180px;

    line-height: 1;
}


/* =========================================================
   LAPTOP
========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .nwh-rambabu-container {
        max-width: 960px;
    }

    .nwh-rambabu-intro-layout {
        gap: 40px;
    }

    .nwh-rambabu-intro-content h1 {
        font-size: 34px;
    }

    .nwh-rambabu-expertise-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .nwh-rambabu-container {
        max-width: 720px;
    }

    .nwh-rambabu-intro-section,
    .nwh-rambabu-about-section,
    .nwh-rambabu-expertise-section,
    .nwh-rambabu-why-section,
    .nwh-rambabu-qualification-section,
    .nwh-rambabu-procedure-section {
        padding: 70px 0;
    }

    .nwh-rambabu-intro-layout {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .nwh-rambabu-intro-image {
        max-width: 500px;

        margin: 0 auto;
    }

    .nwh-rambabu-intro-content h1 {
        font-size: 34px;
    }

    .nwh-rambabu-about-layout,
    .nwh-rambabu-procedure-layout {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .nwh-rambabu-qualification-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-rambabu-expertise-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-rambabu-why-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-rambabu-consult-box {
        padding: 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .nwh-rambabu-intro-section,
    .nwh-rambabu-about-section,
    .nwh-rambabu-expertise-section,
    .nwh-rambabu-why-section,
    .nwh-rambabu-qualification-section,
    .nwh-rambabu-procedure-section {
        padding: 60px 0;
    }

    .nwh-rambabu-container {
        padding: 0 20px;
    }

    .nwh-rambabu-section-heading {
        margin-bottom: 35px;
    }

    .nwh-rambabu-section-heading h2 {
        font-size: 29px;
    }

    .nwh-rambabu-intro-layout {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .nwh-rambabu-intro-image {
        max-width: 480px;

        margin: 0 auto;
    }

    .nwh-rambabu-intro-content h1 {
        font-size: 30px;
    }

    .nwh-rambabu-about-layout,
    .nwh-rambabu-procedure-layout {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .nwh-rambabu-about-content h2,
    .nwh-rambabu-procedure-content h2 {
        font-size: 29px;
    }

    .nwh-rambabu-qualification-grid,
    .nwh-rambabu-expertise-grid,
    .nwh-rambabu-why-grid {
        grid-template-columns: 1fr 1fr;

        gap: 16px;
    }

    .nwh-rambabu-procedure-list {
        grid-template-columns: 1fr;
    }

    .nwh-rambabu-consult-section {
        padding: 60px 0;
    }

    .nwh-rambabu-consult-box {
        padding: 35px 25px;

        align-items: flex-start;
    }

    .nwh-rambabu-consult-content h2 {
        font-size: 29px;
    }

    .nwh-rambabu-consult-icon {
        display: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .nwh-rambabu-container {
        padding: 0 15px;
    }

    .nwh-rambabu-intro-section,
    .nwh-rambabu-about-section,
    .nwh-rambabu-expertise-section,
    .nwh-rambabu-why-section,
    .nwh-rambabu-qualification-section,
    .nwh-rambabu-procedure-section {
        padding: 50px 0;
    }

    .nwh-rambabu-intro-content h1 {
        font-size: 27px;
    }

    .nwh-rambabu-intro-content p,
    .nwh-rambabu-about-content p,
    .nwh-rambabu-procedure-content p {
        font-size: 13px;
    }

    .nwh-rambabu-specialization-list {
        gap: 7px;
    }

    .nwh-rambabu-specialization-list span {
        font-size: 10px;
    }

    .nwh-rambabu-qualification-grid,
    .nwh-rambabu-expertise-grid,
    .nwh-rambabu-why-grid {
        grid-template-columns: 1fr;
    }

    .nwh-rambabu-qualification-card,
    .nwh-rambabu-expertise-card,
    .nwh-rambabu-why-card {
        padding: 22px 20px;
    }

    .nwh-rambabu-about-highlights {
        grid-template-columns: 1fr 1fr;

        gap: 10px;
    }

    .nwh-rambabu-highlight-card {
        padding: 14px 12px;

        gap: 9px;
    }

    .nwh-rambabu-highlight-icon {
        flex: 0 0 36px;

        width: 36px;
        height: 36px;

        font-size: 12px;
    }

    .nwh-rambabu-highlight-card strong {
        font-size: 13px;
    }

    .nwh-rambabu-highlight-card span {
        font-size: 8px;
    }

    .nwh-rambabu-experience-badge {
        right: 12px;
        bottom: 12px;

        padding: 10px 12px;
    }

    .nwh-rambabu-experience-badge strong {
        font-size: 22px;
    }

    .nwh-rambabu-consult-box {
        padding: 28px 20px;
    }

    .nwh-rambabu-consult-content h2 {
        font-size: 26px;
    }

    .nwh-rambabu-consult-time {
        flex-direction: column;

        gap: 13px;
    }

    .nwh-rambabu-primary-btn {
        width: 100%;
    }

}


/* =========================================================
   VERY SMALL DEVICES
========================================================= */

@media (max-width: 375px) {

    .nwh-rambabu-container {
        padding: 0 12px;
    }

    .nwh-rambabu-intro-content h1 {
        font-size: 24px;
    }

    .nwh-rambabu-section-heading h2 {
        font-size: 25px;
    }

    .nwh-rambabu-about-content h2,
    .nwh-rambabu-procedure-content h2 {
        font-size: 25px;
    }

    .nwh-rambabu-about-highlights {
        grid-template-columns: 1fr;
    }

}







/* =========================================================
   NEW WARANGAL HOSPITAL
   CRITICAL CARE DEPARTMENT
   UNIQUE CLASSES
========================================================= */


/* =========================================================
   COMMON
========================================================= */

.nwh-critical-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}


/* =========================================================
   COMMON SECTION
========================================================= */

.nwh-critical-intro,
.nwh-critical-services,
.nwh-critical-intensive,
.nwh-critical-specialists,
.nwh-critical-monitoring,
.nwh-critical-patient-care,
.nwh-critical-ventilator,
.nwh-critical-multidisciplinary,
.nwh-critical-why {
    width: 100%;
    padding: 90px 0;
}


/* =========================================================
   COMMON LABEL
========================================================= */

.nwh-critical-label {
    display: inline-block;

    margin-bottom: 10px;

    color: #f57c00;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1px;
}


/* =========================================================
   COMMON HEADING
========================================================= */

.nwh-critical-heading {
    max-width: 760px;

    margin: 0 auto 48px;

    text-align: center;
}


.nwh-critical-heading span {
    display: inline-block;

    margin-bottom: 9px;

    color: #f57c00;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1px;
}


.nwh-critical-heading h2 {
    margin: 0 0 14px;

    color: #063f70;

    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
}


.nwh-critical-heading p {
    margin: 0;

    color: #6c7c88;

    font-size: 14px;
    line-height: 1.85;
}


/* =========================================================
   SECTION 01
   INTRODUCTION
========================================================= */

.nwh-critical-intro {
    background: #ffffff;
}


.nwh-critical-intro-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 0.92fr)
        minmax(0, 1.08fr);

    gap: 65px;

    align-items: center;
}


/* Image */

.nwh-critical-intro-image {
    position: relative;
}


.nwh-critical-image-frame {
    position: relative;

    overflow: hidden;

    border-radius: 8px;

    box-shadow:
        0 18px 45px rgba(6, 63, 112, 0.14);
}


.nwh-critical-image-frame::before {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 45%;

    z-index: 1;

    background:
        linear-gradient(
            to top,
            rgba(6, 63, 112, 0.45),
            transparent
        );

    pointer-events: none;
}


.nwh-critical-image-frame img {
    display: block;

    width: 100%;

    aspect-ratio: 4 / 4.5;

    object-fit: cover;

    transition:
        transform 0.7s ease;
}


.nwh-critical-image-frame:hover img {
    transform: scale(1.05);
}


/* Image Badge */

.nwh-critical-image-badge {
    position: absolute;

    left: 20px;
    bottom: 20px;

    /* z-index: 3; */

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 13px 17px;

    color: #ffffff;

    background: #063f70;

    border-radius: 6px;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.15);
}


.nwh-critical-image-badge > i {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #f57c00;

    border-radius: 50%;

    font-size: 15px;
}


.nwh-critical-image-badge strong {
    display: block;

    font-size: 18px;
    line-height: 1.2;
}


.nwh-critical-image-badge span {
    display: block;

    color: rgba(255, 255, 255, 0.75);

    font-size: 9px;
}


/* Intro Content */

.nwh-critical-intro-content h1 {
    margin: 0 0 20px;

    color: #063f70;

    font-size: 40px;

    line-height: 1.2;

    font-weight: 700;
}
.nwh-critical-intro-content h2 {
    margin: 0 0 20px;

    color: #063f70;

    font-size: 40px;

    line-height: 1.2;

    font-weight: 700;
}


.nwh-critical-intro-content h1 span {
    color: #f57c00;
}

.nwh-critical-intro-content h2 span {
    color: #f57c00;
}


.nwh-critical-intro-content p {
    margin: 0 0 14px;

    color: #687887;

    font-size: 14px;

    line-height: 1.9;
}


/* Main Button */

.nwh-critical-main-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 50px;

    margin-top: 10px;

    padding: 0 23px;

    color: #ffffff;

    background: #063f70;

    border-radius: 5px;

    text-decoration: none;

    font-size: 12px;
    font-weight: 700;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.nwh-critical-main-btn i {
    font-size: 9px;

    transition:
        transform 0.3s ease;
}


.nwh-critical-main-btn:hover {
    color: #ffffff;

    background: #f57c00;

    transform: translateY(-3px);

    box-shadow:
        0 9px 22px rgba(245, 124, 0, 0.2);
}


.nwh-critical-main-btn:hover i {
    transform: translateX(5px);
}


/* =========================================================
   SECTION 02
   SERVICES
========================================================= */

.nwh-critical-services {
    background: #f7fafc;
}


.nwh-critical-services-grid {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 27px;
}


.nwh-critical-service-card {
    position: relative;

    overflow: hidden;

    min-height: 230px;

    padding: 25px 20px;

    background: #ffffff;

    border: 1px solid #e2eaf0;

    border-radius: 7px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.nwh-critical-service-card::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    background: #f57c00;

    transition:
        width 0.4s ease;
}


.nwh-critical-service-card:hover {
    transform: translateY(-7px);

    border-color: #f57c00;

    box-shadow:
        0 14px 30px rgba(6, 63, 112, 0.09);
}


.nwh-critical-service-card:hover::after {
    width: 100%;
}


.nwh-critical-service-icon {
    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    color: #f57c00;

    background: #fff4e8;

    border-radius: 6px;

    font-size: 17px;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}


.nwh-critical-service-card:hover
.nwh-critical-service-icon {
    color: #ffffff;

    background: #063f70;

    transform: rotateY(180deg);
}


.nwh-critical-service-card h3 {
    margin: 0 0 9px;

    color: #063f70;

    font-size: 15px;

    line-height: 1.4;
}


.nwh-critical-service-card p {
    margin: 0;

    color: #74828d;

    font-size: 14px;

    line-height: 1.7;
}


.nwh-critical-service-bottom {
    display: flex;

    align-items: center;

    gap: 10px;

    max-width: 850px;

    margin: 35px auto 0;

    padding: 16px 20px;

    background: #ffffff;

    border-left: 3px solid #f57c00;

    box-shadow:
        0 5px 18px rgba(6, 63, 112, 0.05);
}


.nwh-critical-service-bottom i {
    color: #f57c00;

    font-size: 17px;
}


.nwh-critical-service-bottom p {
    margin: 0;

    color: #536875;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   SECTION 03
   INTENSIVE CARE
========================================================= */

.nwh-critical-intensive {
    background: #ffffff;
}


.nwh-critical-intensive-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(320px, 0.8fr);

    gap: 60px;

    align-items: center;
}


.nwh-critical-intensive-content h2,
.nwh-critical-monitoring-content h2,
.nwh-critical-patient-content h2,
.nwh-critical-ventilator-content h2,
.nwh-critical-multi-content h2 {
    margin: 0 0 18px;

    color: #063f70;

    font-size: 35px;

    line-height: 1.25;
}


.nwh-critical-intensive-content > p,
.nwh-critical-monitoring-content > p,
.nwh-critical-patient-content > p,
.nwh-critical-ventilator-content > p,
.nwh-critical-multi-content > p {
    margin: 0 0 15px;

    color: #687887;

    font-size: 14px;

    line-height: 1.9;
}


/* Highlight */

.nwh-critical-highlight-box {
    display: flex;

    align-items: flex-start;

    gap: 15px;

    margin-top: 25px;

    padding: 20px;

    background: #f7fafc;

    border-left: 3px solid #f57c00;

    border-radius: 5px;
}


.nwh-critical-highlight-box > i {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #063f70;

    border-radius: 50%;

    font-size: 15px;
}


.nwh-critical-highlight-box strong {
    display: block;

    margin-bottom: 5px;

    color: #063f70;

    font-size: 14px;
}


.nwh-critical-highlight-box p {
    margin: 0;

    color: #71818c;

    font-size: 13px;

    line-height: 1.7;
}


/* Stats */

.nwh-critical-intensive-cards {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 15px;
}


.nwh-critical-stat-card {
    padding: 25px 20px;

    background: #f7fafc;

    border: 1px solid #e2eaf0;

    border-radius: 7px;

    text-align: center;

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}


.nwh-critical-stat-card:hover {
    color: #ffffff;

    background: #063f70;

    transform: translateY(-6px);

    box-shadow:
        0 12px 25px rgba(6, 63, 112, 0.15);
}


.nwh-critical-stat-card i {
    display: block;

    margin-bottom: 12px;

    color: #f57c00;

    font-size: 22px;
}


.nwh-critical-stat-card strong {
    display: block;

    margin-bottom: 4px;

    color: #063f70;

    font-size: 20px;
}


.nwh-critical-stat-card span {
    color: #71818c;

    font-size: 13px;
}


.nwh-critical-stat-card:hover strong,
.nwh-critical-stat-card:hover span {
    color: #ffffff;
}


/* =========================================================
   SECTION 04
   SPECIALISTS
========================================================= */

.nwh-critical-specialists {
    background: #f7fafc;
}


.nwh-critical-specialist-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 0.75fr)
        minmax(0, 1.25fr);

    gap: 50px;

    align-items: stretch;
}


.nwh-critical-specialist-intro {
    padding: 35px;

    background: #063f70;

    border-radius: 8px;

    color: #ffffff;
}


.nwh-critical-specialist-icon {
    width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    color: #ffffff;

    background: #f57c00;

    border-radius: 50%;

    font-size: 20px;
}


.nwh-critical-specialist-intro h3 {
    margin: 0 0 13px;

    color: #ffffff;

    font-size: 22px;
}


.nwh-critical-specialist-intro p {
    margin: 0;

    color: rgba(255, 255, 255, 0.75);

    font-size: 13px;

    line-height: 1.8;
}


.nwh-critical-specialist-list {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 15px;
}


.nwh-critical-specialist-item {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding: 18px;

    background: #ffffff;

    border: 1px solid #e1e9ee;

    border-radius: 6px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.nwh-critical-specialist-item:hover {
    transform: translateY(-5px);

    box-shadow:
        0 10px 24px rgba(6, 63, 112, 0.08);
}


.nwh-critical-specialist-item > span {
    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #f57c00;

    background: #fff4e8;

    border-radius: 50%;

    font-size: 9px;

    font-weight: 700;
}


.nwh-critical-specialist-item h3 {
    margin: 0 0 5px;

    color: #063f70;

    font-size: 13px;
}


.nwh-critical-specialist-item p {
    margin: 0;

    color: #7a8993;

    font-size: 13px;

    line-height: 1.6;
}


.nwh-critical-specialist-note {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 30px;

    padding: 15px 20px;

    background: #ffffff;

    border-left: 3px solid #f57c00;
}


.nwh-critical-specialist-note i {
    color: #f57c00;
}


.nwh-critical-specialist-note p {
    margin: 0;

    color: #536875;

    font-size: 13px;
}


/* =========================================================
   SECTION 05
   ICU MONITORING
========================================================= */

.nwh-critical-monitoring {
    background: #ffffff;
}


.nwh-critical-monitoring-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(360px, 0.85fr);

    gap: 65px;

    align-items: center;
}


.nwh-critical-monitoring-box {
    padding: 30px;

    background: #f7fafc;

    border: 1px solid #e1e9ee;

    border-radius: 8px;

    box-shadow:
        0 10px 30px rgba(6, 63, 112, 0.06);
}


.nwh-critical-monitoring-title {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 22px;

    padding-bottom: 18px;

    border-bottom: 1px solid #dfe8ed;
}


.nwh-critical-monitoring-title i {
    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #063f70;

    border-radius: 50%;
}


.nwh-critical-monitoring-title h3 {
    margin: 0;

    color: #063f70;

    font-size: 19px;
}


.nwh-critical-monitoring-list {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px;
}


.nwh-critical-monitoring-list div {
    display: flex;

    align-items: center;

    gap: 9px;

    padding: 12px;

    background: #ffffff;

    border: 1px solid #e4ebef;

    border-radius: 5px;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}


.nwh-critical-monitoring-list div:hover {
    transform: translateX(4px);

    border-color: #f57c00;
}


.nwh-critical-monitoring-list i {
    color: #f57c00;

    font-size: 9px;
}


.nwh-critical-monitoring-list span {
    color: #506672;

    font-size: 13px;

    font-weight: 600;
}


/* =========================================================
   SECTION 06
   EMERGENCY
========================================================= */

.nwh-critical-emergency {
    width: 100%;

    padding: 90px 0;

    background:
        linear-gradient(
            135deg,
            #063f70 0%,
            #075987 100%
        );
}


.nwh-critical-light-heading {
    margin-bottom: 45px;
}


.nwh-critical-light-heading span {
    color: #f57c00;
}


.nwh-critical-light-heading h2 {
    color: #ffffff;
}


.nwh-critical-light-heading p {
    color: rgba(255, 255, 255, 0.72);
}


.nwh-critical-emergency-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 0.7fr)
        minmax(0, 1.3fr);

    gap: 45px;

    align-items: center;
}


.nwh-critical-emergency-content > p {
    margin: 0 0 20px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 14px;

    line-height: 1.9;
}


.nwh-critical-emergency-alert {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    padding: 17px;

    background: rgba(245, 124, 0, 0.12);

    border: 1px solid rgba(245, 124, 0, 0.4);

    border-radius: 5px;
}


.nwh-critical-emergency-alert i {
    color: #f57c00;

    font-size: 17px;
}


.nwh-critical-emergency-alert p {
    margin: 0;

    color: rgba(255, 255, 255, 0.8);

    font-size: 12px;

    line-height: 1.7;
}


.nwh-critical-condition-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;
}


.nwh-critical-condition-card {
    display: flex;

    align-items: center;

    gap: 12px;

    min-height: 65px;

    padding: 13px 15px;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 5px;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}


.nwh-critical-condition-card:hover {
    background: #f57c00;

    transform: translateY(-4px);
}


.nwh-critical-condition-card i {
    flex: 0 0 31px;

    width: 31px;
    height: 31px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #f57c00;

    background: #ffffff;

    border-radius: 50%;

    font-size: 11px;
}


.nwh-critical-condition-card span {
    color: #ffffff;

    font-size: 13px;

    line-height: 1.5;

    font-weight: 600;
}


/* =========================================================
   SECTION 07
   PATIENT CARE
========================================================= */

.nwh-critical-patient-care {
    background: #ffffff;
}


.nwh-critical-patient-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    gap: 60px;

    align-items: center;
}


.nwh-critical-patient-image {
    overflow: hidden;

    border-radius: 8px;

    box-shadow:
        0 15px 35px rgba(6, 63, 112, 0.12);
}


.nwh-critical-patient-image img {
    display: block;

    width: 100%;

    aspect-ratio: 4 / 4;

    object-fit: cover;

    transition:
        transform 0.7s ease;
}


.nwh-critical-patient-image:hover img {
    transform: scale(1.05);
}


.nwh-critical-care-points {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 9px;

    margin: 23px 0;
}


.nwh-critical-care-points div {
    display: flex;

    align-items: center;

    gap: 8px;

    color: #506672;

    font-size: 13px;

    line-height: 1.5;
}


.nwh-critical-care-points i {
    color: #f57c00;

    font-size: 10px;
}


/* =========================================================
   SECTION 08
   VENTILATOR
========================================================= */

.nwh-critical-ventilator {
    background: #f7fafc;
}


.nwh-critical-ventilator-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(350px, 0.9fr);

    gap: 60px;

    align-items: center;
}


.nwh-critical-ventilator-feature {
    padding: 35px;

    background: #063f70;

    border-radius: 8px;

    box-shadow:
        0 15px 35px rgba(6, 63, 112, 0.14);
}


.nwh-critical-ventilator-icon {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    color: #ffffff;

    background: #f57c00;

    border-radius: 50%;

    font-size: 21px;
}


.nwh-critical-ventilator-feature h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 22px;
}


.nwh-critical-ventilator-feature > p {
    margin: 0 0 20px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 13px;

    line-height: 1.8;
}


.nwh-critical-ventilator-points {
    display: flex;

    flex-direction: column;

    gap: 10px;
}


.nwh-critical-ventilator-points span {
    display: flex;

    align-items: center;

    gap: 9px;

    color: rgba(255, 255, 255, 0.8);

    font-size: 13px;
}


.nwh-critical-ventilator-points i {
    color: #f57c00;
}


/* =========================================================
   SECTION 09
   MULTIDISCIPLINARY
========================================================= */

.nwh-critical-multidisciplinary {
    width: 100%;

    padding: 80px 0;

    background: #ffffff;
}


.nwh-critical-multi-grid {
    display: grid;

    grid-template-columns: 90px minmax(0, 1fr);

    gap: 30px;

    align-items: start;

    padding: 40px;

    background: #f7fafc;

    border: 1px solid #e1e9ee;

    border-radius: 8px;

    transition:
        box-shadow 0.35s ease,
        transform 0.35s ease;
}


.nwh-critical-multi-grid:hover {
    transform: translateY(-5px);

    box-shadow:
        0 15px 35px rgba(6, 63, 112, 0.08);
}


.nwh-critical-multi-icon {
    width: 75px;
    height: 75px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #063f70;

    border-radius: 50%;

    font-size: 25px;
}


.nwh-critical-multi-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   SECTION 10
   WHY CHOOSE
========================================================= */

.nwh-critical-why {
    background: #f7fafc;
}


.nwh-critical-why-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


.nwh-critical-why-card {
    position: relative;

    overflow: hidden;

    padding: 27px 22px;

    background: #ffffff;

    border: 1px solid #e2eaf0;

    border-radius: 7px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.nwh-critical-why-card:hover {
    transform: translateY(-7px);

    border-color: #f57c00;

    box-shadow:
        0 14px 30px rgba(6, 63, 112, 0.09);
}


.nwh-critical-why-number {
    margin-bottom: 18px;

    color: #d9e5eb;

    font-size: 24px;

    font-weight: 800;
}


.nwh-critical-why-card > i {
    display: block;

    margin-bottom: 15px;

    color: #f57c00;

    font-size: 22px;
}


.nwh-critical-why-card h3 {
    margin: 0 0 8px;

    color: #063f70;

    font-size: 15px;
}


.nwh-critical-why-card p {
    margin: 0;

    color: #74828d;

    font-size: 14px;

    line-height: 1.7;
}


.nwh-critical-why-note {
    display: flex;

    align-items: center;

    gap: 10px;

    max-width: 850px;

    margin: 35px auto 0;

    padding: 17px 20px;

    background: #ffffff;

    border-left: 3px solid #f57c00;
}


.nwh-critical-why-note i {
    color: #f57c00;
}


.nwh-critical-why-note p {
    margin: 0;

    color: #536875;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   SECTION 11
   FINAL CTA
========================================================= */

.nwh-critical-cta {
    width: 100%;

    padding: 80px 0;

    background: #ffffff;
}


.nwh-critical-cta-box {
    position: relative;

    overflow: hidden;

    padding: 48px 55px;

    background:
        linear-gradient(
            135deg,
            #063f70 0%,
            #07598a 100%
        );

    border-radius: 9px;

    box-shadow:
        0 15px 35px rgba(6, 63, 112, 0.15);
}


.nwh-critical-cta-content {
    position: relative;

    /* z-index: 2; */

    max-width: 780px;
}


.nwh-critical-cta-content > span {
    display: block;

    margin-bottom: 9px;

    color: #f57c00;

    font-size: 11px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;
}


.nwh-critical-cta-content h2 {
    margin: 0 0 17px;

    color: #ffffff;

    font-size: 34px;

    line-height: 1.25;
}


.nwh-critical-cta-content p {
    margin: 0 0 12px;

    color: rgba(255, 255, 255, 0.75);

    font-size: 13px;

    line-height: 1.8;
}


.nwh-critical-cta-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 25px;
}


.nwh-critical-cta-primary,
.nwh-critical-cta-secondary {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 48px;

    padding: 0 20px;

    border-radius: 5px;

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.nwh-critical-cta-primary {
    color: #063f70;

    background: #ffffff;
}


.nwh-critical-cta-secondary {
    color: #ffffff;

    background: transparent;

    border: 1px solid rgba(255, 255, 255, 0.4);
}


.nwh-critical-cta-primary:hover {
    color: #ffffff;

    background: #f57c00;

    transform: translateY(-3px);
}


.nwh-critical-cta-secondary:hover {
    color: #063f70;

    background: #ffffff;

    transform: translateY(-3px);
}


.nwh-critical-cta-decoration {
    position: absolute;

    right: 45px;
    bottom: -40px;

    color: rgba(255, 255, 255, 0.06);

    font-size: 220px;

    line-height: 1;
}


/* =========================================================
   LAPTOP
   992px - 1199px
========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .nwh-critical-container {
        max-width: 960px;
    }

    .nwh-critical-intro-grid {
        gap: 40px;
    }

    .nwh-critical-intro-content h1 {
        font-size: 34px;
    }

    .nwh-critical-services-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .nwh-critical-why-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

}


/* =========================================================
   TABLET
   768px - 991px
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .nwh-critical-container {
        max-width: 720px;
    }

    .nwh-critical-intro,
    .nwh-critical-services,
    .nwh-critical-intensive,
    .nwh-critical-specialists,
    .nwh-critical-monitoring,
    .nwh-critical-patient-care,
    .nwh-critical-ventilator,
    .nwh-critical-why {
        padding: 70px 0;
    }

    .nwh-critical-intro-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .nwh-critical-intro-image {
        max-width: 520px;

        margin: 0 auto;
    }

    .nwh-critical-intro-content h1 {
        font-size: 34px;
    }

    .nwh-critical-services-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-critical-intensive-grid,
    .nwh-critical-monitoring-grid,
    .nwh-critical-patient-grid,
    .nwh-critical-ventilator-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .nwh-critical-specialist-layout {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .nwh-critical-why-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-critical-emergency-layout {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .nwh-critical-cta-box {
        padding: 40px;
    }

}


/* =========================================================
   MOBILE
   BELOW 767px
========================================================= */

@media (max-width: 767px) {

    .nwh-critical-container {
        padding: 0 20px;
    }

    .nwh-critical-heading {
        margin-bottom: 35px;
    }

    .nwh-critical-heading h2 {
        font-size: 29px;
    }

    .nwh-critical-intro-grid {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .nwh-critical-intro-image {
        max-width: 500px;

        margin: 0 auto;
    }

    .nwh-critical-intro-content h1 {
        font-size: 30px;
    }

    .nwh-critical-intro-content p {
        font-size: 13px;
    }

    .nwh-critical-services-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 14px;
    }

    .nwh-critical-service-card {
        min-height: 210px;

        padding: 21px 17px;
    }

    .nwh-critical-intensive-grid,
    .nwh-critical-monitoring-grid,
    .nwh-critical-patient-grid,
    .nwh-critical-ventilator-grid {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .nwh-critical-intensive-content h2,
    .nwh-critical-monitoring-content h2,
    .nwh-critical-patient-content h2,
    .nwh-critical-ventilator-content h2,
    .nwh-critical-multi-content h2 {
        font-size: 29px;
    }

    .nwh-critical-specialist-layout {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .nwh-critical-specialist-list {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-critical-emergency-layout {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .nwh-critical-why-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-critical-multi-grid {
        grid-template-columns: 65px minmax(0, 1fr);

        gap: 20px;

        padding: 30px;
    }

    .nwh-critical-multi-icon {
        width: 60px;
        height: 60px;

        font-size: 20px;
    }

    .nwh-critical-cta-box {
        padding: 35px 30px;
    }

    .nwh-critical-cta-content h2 {
        font-size: 29px;
    }

    .nwh-critical-cta-decoration {
        display: none;
    }

}


/* =========================================================
   SMALL MOBILE
   BELOW 576px
========================================================= */

@media (max-width: 575px) {

    .nwh-critical-container {
        padding: 0 15px;
    }

    .nwh-critical-intro,
    .nwh-critical-services,
    .nwh-critical-intensive,
    .nwh-critical-specialists,
    .nwh-critical-monitoring,
    .nwh-critical-patient-care,
    .nwh-critical-ventilator,
    .nwh-critical-why {
        padding: 55px 0;
    }

    .nwh-critical-heading h2 {
        font-size: 26px;
    }

    .nwh-critical-heading p {
        font-size: 13px;
    }

    .nwh-critical-intro-content h1 {
        font-size: 27px;
    }

    .nwh-critical-image-badge {
        left: 12px;
        bottom: 12px;

        padding: 10px 12px;
    }

    .nwh-critical-image-badge > i {
        width: 34px;
        height: 34px;

        font-size: 13px;
    }

    .nwh-critical-image-badge strong {
        font-size: 16px;
    }

    .nwh-critical-services-grid {
        grid-template-columns: 1fr;
    }

    .nwh-critical-service-card {
        min-height: auto;
    }

    .nwh-critical-service-bottom {
        align-items: flex-start;

        padding: 14px;
    }

    .nwh-critical-intensive-content h2,
    .nwh-critical-monitoring-content h2,
    .nwh-critical-patient-content h2,
    .nwh-critical-ventilator-content h2,
    .nwh-critical-multi-content h2 {
        font-size: 26px;
    }

    .nwh-critical-intensive-cards {
        grid-template-columns: 1fr 1fr;
    }

    .nwh-critical-stat-card {
        padding: 20px 12px;
    }

    .nwh-critical-stat-card strong {
        font-size: 17px;
    }

    .nwh-critical-specialist-list {
        grid-template-columns: 1fr;
    }

    .nwh-critical-specialist-intro {
        padding: 27px 22px;
    }

    .nwh-critical-monitoring-box {
        padding: 22px 17px;
    }

    .nwh-critical-monitoring-list {
        grid-template-columns: 1fr;
    }

    .nwh-critical-condition-grid {
        grid-template-columns: 1fr;
    }

    .nwh-critical-care-points {
        grid-template-columns: 1fr;
    }

    .nwh-critical-ventilator-feature {
        padding: 27px 22px;
    }

    .nwh-critical-multi-grid {
        grid-template-columns: 1fr;

        padding: 27px 22px;
    }

    .nwh-critical-why-grid {
        grid-template-columns: 1fr;
    }

    .nwh-critical-why-card {
        padding: 23px 20px;
    }

    .nwh-critical-why-note {
        align-items: flex-start;
    }

    .nwh-critical-cta {
        padding: 55px 0;
    }

    .nwh-critical-cta-box {
        padding: 30px 20px;
    }

    .nwh-critical-cta-content h2 {
        font-size: 26px;
    }

    .nwh-critical-cta-buttons {
        flex-direction: column;
    }

    .nwh-critical-cta-primary,
    .nwh-critical-cta-secondary {
        width: 100%;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   BELOW 375px
========================================================= */

@media (max-width: 375px) {

    .nwh-critical-container {
        padding: 0 12px;
    }

    .nwh-critical-intro-content h1 {
        font-size: 24px;
    }

    .nwh-critical-heading h2 {
        font-size: 24px;
    }

    .nwh-critical-intensive-cards {
        grid-template-columns: 1fr;
    }

    .nwh-critical-highlight-box {
        padding: 15px;
    }

    .nwh-critical-cta-content h2 {
        font-size: 24px;
    }

}















/* =========================================================
   NEW WARANGAL HOSPITAL
   CASHLESS HOSPITAL PAGE
   UNIQUE CSS
========================================================= */


/* =========================================================
   COMMON
========================================================= */

.nwh-cashless-container {
    width: 100%;
    max-width: 1170px;

    margin: 0 auto;

    padding: 0 15px;
}


.nwh-cashless-intro,
.nwh-cashless-services,
.nwh-cashless-hospitalization,
.nwh-cashless-process,
.nwh-cashless-insurance,
.nwh-cashless-tpa,
.nwh-cashless-admission,
.nwh-cashless-documents,
.nwh-cashless-treatment,
.nwh-cashless-why,
.nwh-cashless-final {
    width: 100%;

    padding: 90px 0;
}


/* =========================================================
   COMMON HEADING
========================================================= */

.nwh-cashless-heading {
    max-width: 780px;

    margin: 0 auto 48px;

    text-align: center;
}


.nwh-cashless-heading > span,
.nwh-cashless-intro-label,
.nwh-cashless-hospital-title > span,
.nwh-cashless-insurance-content > span,
.nwh-cashless-tpa-heading > span,
.nwh-cashless-admission-header > span,
.nwh-cashless-documents-title > span,
.nwh-cashless-final-content > span {
    display: inline-block;

    margin-bottom: 9px;

    color: #f57c00;

    font-size: 11px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;
}


.nwh-cashless-heading h2 {
    margin: 0 0 15px;

    color: #063f70;

    font-size: 36px;

    line-height: 1.25;

    font-weight: 700;
}


.nwh-cashless-heading p {
    margin: 0 0 10px;

    color: #6c7c88;

    font-size: 13px;

    line-height: 1.85;
}


/* =========================================================
   01. INTRO
========================================================= */

.nwh-cashless-intro {
    background: #ffffff;
}


.nwh-cashless-intro-content {
    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}


.nwh-cashless-intro-label {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 8px 13px;

    background: #fff4e8;

    border-radius: 30px;
}


.nwh-cashless-intro-label i {
    font-size: 11px;
}


.nwh-cashless-intro-content h1 {
    margin: 5px 0 20px;

    color: #063f70;

    font-size: 44px;

    line-height: 1.18;

    font-weight: 700;
}

.nwh-cashless-intro-content h2 {
    margin: 5px 0 20px;

    color: #063f70;

    font-size: 44px;

    line-height: 1.18;

    font-weight: 700;
}


.nwh-cashless-intro-content h1 span {
    color: #f57c00;
}

.nwh-cashless-intro-content h2 span {
    color: #f57c00;
}


.nwh-cashless-intro-content p {
    max-width: 850px;

    margin: 0 auto 14px;

    color: #687887;

    font-size: 15px;

    line-height: 1.9;
}


.nwh-cashless-intro-content strong {
    color: #063f70;

    font-weight: 700;
}


.nwh-cashless-intro-actions {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 27px;
}


.nwh-cashless-primary-btn,
.nwh-cashless-outline-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 48px;

    padding: 0 22px;

    border-radius: 5px;

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

    transition:
        all 0.3s ease;
}


.nwh-cashless-primary-btn {
    color: #ffffff;

    background: #063f70;
}


.nwh-cashless-outline-btn {
    color: #063f70;

    background: #ffffff;

    border: 1px solid #d7e2e8;
}


.nwh-cashless-primary-btn:hover {
    color: #ffffff;

    background: #f57c00;

    transform: translateY(-3px);

    box-shadow:
        0 10px 22px rgba(245, 124, 0, 0.18);
}


.nwh-cashless-outline-btn:hover {
    color: #ffffff;

    background: #063f70;

    border-color: #063f70;

    transform: translateY(-3px);
}


/* Highlights */

.nwh-cashless-intro-highlights {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 18px;

    max-width: 930px;

    margin: 50px auto 0;
}


.nwh-cashless-highlight-card {
    display: flex;

    align-items: center;

    gap: 14px;

    padding: 20px;

    background: #f7fafc;

    border: 1px solid #e2eaf0;

    border-radius: 7px;

    text-align: left;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.nwh-cashless-highlight-card:hover {
    transform: translateY(-6px);

    border-color: #f57c00;

    box-shadow:
        0 12px 25px rgba(6, 63, 112, 0.08);
}


.nwh-cashless-highlight-icon {
    flex: 0 0 45px;

    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #f57c00;

    background: #fff4e8;

    border-radius: 50%;

    font-size: 15px;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}


.nwh-cashless-highlight-card:hover
.nwh-cashless-highlight-icon {
    color: #ffffff;

    background: #f57c00;
}


.nwh-cashless-highlight-card strong {
    display: block;

    margin-bottom: 3px;

    color: #063f70;

    font-size: 14px;
}


.nwh-cashless-highlight-card span {
    display: block;

    color: #7a8993;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================================
   02. SERVICES
========================================================= */

.nwh-cashless-services {
    background: #f7fafc;
}


.nwh-cashless-service-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


.nwh-cashless-service-card {
    position: relative;

    overflow: hidden;

    min-height: 230px;

    padding: 25px 22px;

    background: #ffffff;

    border: 1px solid #e1e9ee;

    border-radius: 7px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.nwh-cashless-service-card::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    background: #f57c00;

    transition:
        width 0.4s ease;
}


.nwh-cashless-service-card:hover {
    transform: translateY(-7px);

    border-color: #f57c00;

    box-shadow:
        0 15px 30px rgba(6, 63, 112, 0.08);
}


.nwh-cashless-service-card:hover::after {
    width: 100%;
}


.nwh-cashless-service-number {
    position: absolute;

    top: 18px;
    right: 18px;

    color: #dce6eb;

    font-size: 20px;

    font-weight: 800;
}


.nwh-cashless-service-icon {
    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    color: #f57c00;

    background: #fff4e8;

    border-radius: 6px;

    font-size: 17px;

    transition:
        all 0.35s ease;
}


.nwh-cashless-service-card:hover
.nwh-cashless-service-icon {
    color: #ffffff;

    background: #063f70;

    transform: rotateY(180deg);
}


.nwh-cashless-service-card h3 {
    margin: 0 0 9px;

    color: #063f70;

    font-size: 15px;

    line-height: 1.4;
}


.nwh-cashless-service-card p {
    margin: 0;

    color: #74828d;

    font-size: 13px;

    line-height: 1.7;
}


.nwh-cashless-important-note {
    display: flex;

    align-items: center;

    gap: 12px;

    max-width: 850px;

    margin: 35px auto 0;

    padding: 17px 20px;

    background: #ffffff;

    border-left: 3px solid #f57c00;

    box-shadow:
        0 5px 18px rgba(6, 63, 112, 0.05);
}


.nwh-cashless-note-icon {
    color: #f57c00;

    font-size: 18px;
}


.nwh-cashless-important-note p {
    margin: 0;

    color: #596f7b;

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================================
   03. HOSPITALIZATION
========================================================= */

.nwh-cashless-hospitalization {
    background: #ffffff;
}


.nwh-cashless-hospital-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 0.65fr)
        minmax(0, 1.35fr);

    gap: 70px;

    align-items: start;
}


.nwh-cashless-hospital-title {
    position: sticky;

    top: 30px;
}


.nwh-cashless-hospital-title h2 {
    margin: 0;

    color: #063f70;

    font-size: 34px;

    line-height: 1.25;
}


.nwh-cashless-hospital-content p {
    margin: 0 0 15px;

    color: #687887;

    font-size: 14px;

    line-height: 1.9;
}


.nwh-cashless-warning-box {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    margin-top: 25px;

    padding: 20px;

    background: #fff8ef;

    border: 1px solid #f6d8b1;

    border-radius: 6px;
}


.nwh-cashless-warning-box > i {
    flex: 0 0 36px;

    width: 36px;
    height: 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #f57c00;

    border-radius: 50%;

    font-size: 13px;
}


.nwh-cashless-warning-box strong {
    display: block;

    margin-bottom: 5px;

    color: #063f70;

    font-size: 13px;
}


.nwh-cashless-warning-box p {
    margin: 0;

    color: #6f7d84;

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================================
   04. PROCESS
========================================================= */

.nwh-cashless-process {
    background: #f7fafc;
}


.nwh-cashless-process-list {
    position: relative;

    max-width: 900px;

    margin: 0 auto;
}


.nwh-cashless-process-list::before {
    content: "";

    position: absolute;

    left: 28px;

    top: 30px;
    bottom: 30px;

    width: 1px;

    background: #d6e2e8;
}


.nwh-cashless-process-item {
    position: relative;

    display: grid;

    grid-template-columns: 58px 55px minmax(0, 1fr);

    gap: 18px;

    align-items: center;

    padding: 18px;

    margin-bottom: 12px;

    background: #ffffff;

    border: 1px solid #e1e9ee;

    border-radius: 7px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.nwh-cashless-process-item:last-child {
    margin-bottom: 0;
}


.nwh-cashless-process-item:hover {
    transform: translateX(7px);

    border-color: #f57c00;

    box-shadow:
        0 10px 25px rgba(6, 63, 112, 0.07);
}


.nwh-cashless-process-number {
    position: relative;

    z-index: 2;

    width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #063f70;

    background: #ffffff;

    border: 2px solid #f57c00;

    border-radius: 50%;

    font-size: 11px;

    font-weight: 800;
}


.nwh-cashless-process-icon {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #f57c00;

    background: #fff4e8;

    border-radius: 6px;

    font-size: 15px;

    transition:
        all 0.3s ease;
}


.nwh-cashless-process-item:hover
.nwh-cashless-process-icon {
    color: #ffffff;

    background: #063f70;
}


.nwh-cashless-process-content span {
    display: block;

    margin-bottom: 4px;

    color: #f57c00;

    font-size: 9px;

    font-weight: 700;

    text-transform: uppercase;
}


.nwh-cashless-process-content h3 {
    margin: 0 0 5px;

    color: #063f70;

    font-size: 15px;
}


.nwh-cashless-process-content p {
    margin: 0;

    color: #74828d;

    font-size: 13px;

    line-height: 1.7;
}


.nwh-cashless-process-note {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    margin: 30px auto 0;

    color: #637783;

    text-align: center;
}


.nwh-cashless-process-note i {
    color: #f57c00;
}


.nwh-cashless-process-note p {
    margin: 0;

    font-size: 11px;
}


/* =========================================================
   05. INSURANCE
========================================================= */

.nwh-cashless-insurance {
    background: #ffffff;
}


.nwh-cashless-insurance-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(360px, 0.9fr);

    gap: 60px;

    align-items: center;
}


.nwh-cashless-insurance-content h2,
.nwh-cashless-documents-title h2 {
    margin: 0 0 18px;

    color: #063f70;

    font-size: 34px;

    line-height: 1.25;
}


.nwh-cashless-insurance-content p {
    margin: 0 0 15px;

    color: #687887;

    font-size: 14px;

    line-height: 1.9;
}


.nwh-cashless-insurance-content strong {
    color: #063f70;
}


.nwh-cashless-coverage-box {
    padding: 30px;

    background: #063f70;

    border-radius: 8px;

    box-shadow:
        0 15px 35px rgba(6, 63, 112, 0.13);
}


.nwh-cashless-coverage-heading {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 22px;

    padding-bottom: 17px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}


.nwh-cashless-coverage-heading i {
    color: #f57c00;

    font-size: 21px;
}


.nwh-cashless-coverage-heading h3 {
    margin: 0;

    color: #ffffff;

    font-size: 18px;
}


.nwh-cashless-coverage-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 9px;
}


.nwh-cashless-coverage-grid span {
    display: flex;

    align-items: center;

    gap: 8px;

    color: rgba(255, 255, 255, 0.75);

    font-size: 14px;

    line-height: 1.5;
}


.nwh-cashless-coverage-grid i {
    color: #f57c00;

    font-size: 8px;
}


.nwh-cashless-insurance-note {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 30px;

    padding: 16px 20px;

    background: #f7fafc;

    border-left: 3px solid #063f70;
}


.nwh-cashless-insurance-note i {
    color: #063f70;
}


.nwh-cashless-insurance-note p {
    margin: 0;

    color: #627682;

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================================
   06. TPA
========================================================= */

.nwh-cashless-tpa {
    background: #f7fafc;
}


.nwh-cashless-tpa-heading {
    max-width: 760px;

    margin: 0 auto 40px;

    text-align: center;
}


.nwh-cashless-tpa-heading h2 {
    margin: 0 0 15px;

    color: #063f70;

    font-size: 36px;

    line-height: 1.25;
}


.nwh-cashless-tpa-heading p {
    margin: 0 0 10px;

    color: #687887;

    font-size: 13px;

    line-height: 1.85;
}


.nwh-cashless-tpa-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 18px;
}


.nwh-cashless-tpa-card {
    padding: 27px 23px;

    background: #ffffff;

    border: 1px solid #e1e9ee;

    border-radius: 7px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.nwh-cashless-tpa-card:hover {
    transform: translateY(-7px);

    border-color: #f57c00;

    box-shadow:
        0 14px 30px rgba(6, 63, 112, 0.08);
}


.nwh-cashless-tpa-card > i {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 47px;
    height: 47px;

    margin-bottom: 17px;

    color: #f57c00;

    background: #fff4e8;

    border-radius: 6px;

    font-size: 16px;

    transition:
        all 0.3s ease;
}


.nwh-cashless-tpa-card:hover > i {
    color: #ffffff;

    background: #063f70;
}


.nwh-cashless-tpa-card h3 {
    margin: 0 0 8px;

    color: #063f70;

    font-size: 15px;
}


.nwh-cashless-tpa-card p {
    margin: 0;

    color: #74828d;

    font-size: 13px;

    line-height: 1.7;
}


.nwh-cashless-tpa-note {
    display: flex;

    align-items: center;

    gap: 10px;

    max-width: 800px;

    margin: 30px auto 0;

    padding: 16px 20px;

    background: #ffffff;

    border-left: 3px solid #f57c00;
}


.nwh-cashless-tpa-note i {
    color: #f57c00;
}


.nwh-cashless-tpa-note p {
    margin: 0;

    color: #617580;

    font-size: 12px;
}


/* =========================================================
   07. ADMISSION
========================================================= */

.nwh-cashless-admission {
    background: #ffffff;
}


.nwh-cashless-admission-header {
    max-width: 760px;

    margin: 0 auto 45px;

    text-align: center;
}


.nwh-cashless-admission-header h2 {
    margin: 0 0 14px;

    color: #063f70;

    font-size: 36px;

    line-height: 1.25;
}


.nwh-cashless-admission-header p {
    margin: 0;

    color: #687887;

    font-size: 13px;

    line-height: 1.8;
}


.nwh-cashless-admission-timeline {
    display: grid;

    grid-template-columns:
        repeat(7, minmax(0, 1fr));

    gap: 10px;
}


.nwh-cashless-admission-step {
    position: relative;

    min-height: 205px;

    padding: 20px 14px;

    background: #f7fafc;

    border: 1px solid #e1e9ee;

    border-radius: 7px;

    text-align: center;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


.nwh-cashless-admission-step:hover {
    transform: translateY(-7px);

    background: #063f70;

    box-shadow:
        0 12px 25px rgba(6, 63, 112, 0.13);
}


.nwh-cashless-admission-icon {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 18px;

    color: #ffffff;

    background: #f57c00;

    border-radius: 50%;

    font-size: 10px;

    font-weight: 800;
}


.nwh-cashless-admission-step p {
    margin: 0;

    color: #596f7b;

    font-size: 13px;

    line-height: 1.7;
}


.nwh-cashless-admission-step:hover p {
    color: rgba(255, 255, 255, 0.78);
}


.nwh-cashless-admission-note {
    display: flex;

    align-items: center;

    gap: 10px;

    max-width: 850px;

    margin: 30px auto 0;

    padding: 16px 20px;

    background: #fff8ef;

    border-left: 3px solid #f57c00;
}


.nwh-cashless-admission-note i {
    color: #f57c00;
}


.nwh-cashless-admission-note p {
    margin: 0;

    color: #657680;

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================================
   08. DOCUMENTS
========================================================= */

.nwh-cashless-documents {
    background: #f7fafc;
}


.nwh-cashless-documents-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 0.8fr)
        minmax(0, 1.2fr);

    gap: 60px;

    align-items: start;
}


.nwh-cashless-documents-title h2 {
    font-size: 34px;
}


.nwh-cashless-documents-title > p {
    margin: 0;

    color: #687887;

    font-size: 13px;

    line-height: 1.8;
}


.nwh-cashless-document-tip {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-top: 25px;

    padding: 16px;

    background: #ffffff;

    border-left: 3px solid #f57c00;
}


.nwh-cashless-document-tip i {
    color: #f57c00;
}


.nwh-cashless-document-tip p {
    margin: 0;

    color: #687887;

    font-size: 10px;

    line-height: 1.7;
}


.nwh-cashless-document-list {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px;
}


.nwh-cashless-document-list div {
    display: flex;

    align-items: center;

    gap: 10px;

    min-height: 55px;

    padding: 12px 15px;

    background: #ffffff;

    border: 1px solid #e1e9ee;

    border-radius: 5px;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}


.nwh-cashless-document-list div:hover {
    transform: translateX(5px);

    border-color: #f57c00;
}


.nwh-cashless-document-list i {
    flex: 0 0 25px;

    width: 25px;
    height: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #f57c00;

    background: #fff4e8;

    border-radius: 50%;

    font-size: 8px;
}


.nwh-cashless-document-list span {
    color: #536875;

    font-size: 12px;

    line-height: 1.5;

    font-weight: 600;
}


.nwh-cashless-documents-bottom {
    display: flex;

    align-items: center;

    gap: 10px;

    max-width: 800px;

    margin: 30px auto 0;

    padding: 15px 20px;

    background: #ffffff;

    border-left: 3px solid #063f70;
}


.nwh-cashless-documents-bottom i {
    color: #063f70;
}


.nwh-cashless-documents-bottom p {
    margin: 0;

    color: #607580;

    font-size: 12px;
}


/* =========================================================
   09. PLANNED / EMERGENCY
========================================================= */

.nwh-cashless-treatment {
    background: #ffffff;
}


.nwh-cashless-treatment-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 22px;
}


.nwh-cashless-treatment-card {
    position: relative;

    overflow: hidden;

    padding: 32px;

    background: #f7fafc;

    border: 1px solid #e1e9ee;

    border-radius: 8px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.nwh-cashless-treatment-card::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    background: #f57c00;

    transition:
        width 0.4s ease;
}


.nwh-cashless-treatment-card:hover {
    transform: translateY(-7px);

    border-color: #f57c00;

    box-shadow:
        0 15px 30px rgba(6, 63, 112, 0.08);
}


.nwh-cashless-treatment-card:hover::after {
    width: 100%;
}


.nwh-cashless-treatment-top {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 20px;
}


.nwh-cashless-treatment-icon {
    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #f57c00;

    background: #fff4e8;

    border-radius: 50%;

    font-size: 16px;
}


.nwh-cashless-treatment-top > span {
    color: #f57c00;

    font-size: 11px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.6px;
}


.nwh-cashless-treatment-card h3 {
    margin: 0 0 12px;

    color: #063f70;

    font-size: 20px;

    line-height: 1.4;
}


.nwh-cashless-treatment-card p {
    margin: 0 0 12px;

    color: #6d7e89;

    font-size: 14px;

    line-height: 1.8;
}


.nwh-cashless-treatment-card p:last-child {
    margin-bottom: 0;
}


.nwh-cashless-emergency-card {
    background: #fff8ef;

    border-color: #f5dfc4;
}


.nwh-cashless-treatment-note {
    display: flex;

    align-items: center;

    gap: 10px;

    max-width: 800px;

    margin: 30px auto 0;

    padding: 15px 20px;

    background: #f7fafc;

    border-left: 3px solid #063f70;
}


.nwh-cashless-treatment-note i {
    color: #063f70;
}


.nwh-cashless-treatment-note p {
    margin: 0;

    color: #607580;

    font-size: 12px;
}


/* =========================================================
   10. WHY CHOOSE
========================================================= */

.nwh-cashless-why {
    background: #f7fafc;
}


.nwh-cashless-why-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


.nwh-cashless-why-card {
    position: relative;

    overflow: hidden;

    padding: 27px 22px;

    background: #ffffff;

    border: 1px solid #e1e9ee;

    border-radius: 7px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.nwh-cashless-why-card:hover {
    transform: translateY(-7px);

    border-color: #f57c00;

    box-shadow:
        0 14px 30px rgba(6, 63, 112, 0.08);
}


.nwh-cashless-why-card > span {
    display: block;

    margin-bottom: 17px;

    color: #d9e5eb;

    font-size: 22px;

    font-weight: 800;
}


.nwh-cashless-why-card > i {
    display: block;

    margin-bottom: 15px;

    color: #f57c00;

    font-size: 21px;
}


.nwh-cashless-why-card h3 {
    margin: 0 0 8px;

    color: #063f70;

    font-size: 15px;

    line-height: 1.4;
}


.nwh-cashless-why-card p {
    margin: 0;

    color: #74828d;

    font-size: 13px;

    line-height: 1.7;
}


.nwh-cashless-why-bottom {
    display: flex;

    align-items: center;

    gap: 10px;

    max-width: 850px;

    margin: 30px auto 0;

    padding: 17px 20px;

    background: #ffffff;

    border-left: 3px solid #f57c00;
}


.nwh-cashless-why-bottom i {
    color: #f57c00;
}


.nwh-cashless-why-bottom p {
    margin: 0;

    color: #5d727e;

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================================
   11. FINAL CTA
========================================================= */

.nwh-cashless-final {
    background: #ffffff;
}


.nwh-cashless-final-box {
    position: relative;

    overflow: hidden;

    display: grid;

    grid-template-columns: 75px minmax(0, 1fr);

    gap: 25px;

    padding: 45px 50px;

    background:
        linear-gradient(
            135deg,
            #063f70 0%,
            #075b8c 100%
        );

    border-radius: 9px;

    box-shadow:
        0 15px 35px rgba(6, 63, 112, 0.15);
}


.nwh-cashless-final-icon {
    width: 65px;
    height: 65px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #f57c00;

    border-radius: 50%;

    font-size: 24px;
}


.nwh-cashless-final-content {
    position: relative;

    z-index: 2;
}


.nwh-cashless-final-content h2 {
    margin: 0 0 17px;

    color: #ffffff;

    font-size: 34px;

    line-height: 1.25;
}


.nwh-cashless-final-content p {
    margin: 0 0 12px;

    color: rgba(255, 255, 255, 0.75);

    font-size: 13px;

    line-height: 1.8;
}


.nwh-cashless-final-content strong {
    color: #ffffff;
}


.nwh-cashless-final-content h3 {
    margin: 20px 0 0;

    color: #ffffff;

    font-size: 14px;

    line-height: 1.7;
}


.nwh-cashless-final-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 25px;
}


.nwh-cashless-final-primary,
.nwh-cashless-final-secondary {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 47px;

    padding: 0 21px;

    border-radius: 5px;

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

    transition:
        all 0.3s ease;
}


.nwh-cashless-final-primary {
    color: #063f70;

    background: #ffffff;
}


.nwh-cashless-final-secondary {
    color: #ffffff;

    background: transparent;

    border: 1px solid rgba(255, 255, 255, 0.35);
}


.nwh-cashless-final-primary:hover {
    color: #ffffff;

    background: #f57c00;

    transform: translateY(-3px);
}


.nwh-cashless-final-secondary:hover {
    color: #063f70;

    background: #ffffff;

    transform: translateY(-3px);
}


/* =========================================================
   LAPTOP
   992px - 1199px
========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .nwh-cashless-container {
        max-width: 960px;
    }

    .nwh-cashless-service-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .nwh-cashless-admission-timeline {
        grid-template-columns:
            repeat(4, minmax(0, 1fr));
    }

    .nwh-cashless-why-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

}


/* =========================================================
   TABLET
   768px - 991px
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .nwh-cashless-container {
        max-width: 720px;
    }

    .nwh-cashless-intro,
    .nwh-cashless-services,
    .nwh-cashless-hospitalization,
    .nwh-cashless-process,
    .nwh-cashless-insurance,
    .nwh-cashless-tpa,
    .nwh-cashless-admission,
    .nwh-cashless-documents,
    .nwh-cashless-treatment,
    .nwh-cashless-why,
    .nwh-cashless-final {
        padding: 70px 0;
    }

    .nwh-cashless-intro-content h1 {
        font-size: 36px;
    }

    .nwh-cashless-intro-highlights {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .nwh-cashless-service-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-cashless-hospital-grid,
    .nwh-cashless-insurance-layout,
    .nwh-cashless-documents-layout {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .nwh-cashless-hospital-title {
        position: static;
    }

    .nwh-cashless-tpa-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-cashless-admission-timeline {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .nwh-cashless-why-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-cashless-final-box {
        padding: 40px;
    }

}


/* =========================================================
   MOBILE
   BELOW 767px
========================================================= */

@media (max-width: 767px) {

    .nwh-cashless-container {
        padding: 0 20px;
    }

    .nwh-cashless-intro,
    .nwh-cashless-services,
    .nwh-cashless-hospitalization,
    .nwh-cashless-process,
    .nwh-cashless-insurance,
    .nwh-cashless-tpa,
    .nwh-cashless-admission,
    .nwh-cashless-documents,
    .nwh-cashless-treatment,
    .nwh-cashless-why,
    .nwh-cashless-final {
        padding: 60px 0;
    }

    .nwh-cashless-heading {
        margin-bottom: 35px;
    }

    .nwh-cashless-heading h2 {
        font-size: 29px;
    }

    .nwh-cashless-intro-content h1 {
        font-size: 31px;
    }

    .nwh-cashless-intro-content p {
        font-size: 13px;
    }

    .nwh-cashless-intro-highlights {
        grid-template-columns: 1fr;

        margin-top: 35px;
    }

    .nwh-cashless-service-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-cashless-hospital-grid,
    .nwh-cashless-insurance-layout,
    .nwh-cashless-documents-layout {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .nwh-cashless-hospital-title {
        position: static;
    }

    .nwh-cashless-hospital-title h2,
    .nwh-cashless-insurance-content h2,
    .nwh-cashless-documents-title h2 {
        font-size: 29px;
    }

    .nwh-cashless-process-item {
        grid-template-columns:
            50px 45px minmax(0, 1fr);

        gap: 12px;

        padding: 15px;
    }

    .nwh-cashless-process-number {
        width: 48px;
        height: 48px;
    }

    .nwh-cashless-process-list::before {
        left: 24px;
    }

    .nwh-cashless-tpa-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-cashless-admission-timeline {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-cashless-document-list {
        grid-template-columns: 1fr;
    }

    .nwh-cashless-treatment-grid {
        grid-template-columns: 1fr;
    }

    .nwh-cashless-why-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nwh-cashless-final-box {
        grid-template-columns: 1fr;

        gap: 20px;

        padding: 35px 30px;
    }

    .nwh-cashless-final-content h2 {
        font-size: 29px;
    }

}


/* =========================================================
   SMALL MOBILE
   BELOW 575px
========================================================= */

@media (max-width: 575px) {

    .nwh-cashless-container {
        padding: 0 15px;
    }

    .nwh-cashless-intro,
    .nwh-cashless-services,
    .nwh-cashless-hospitalization,
    .nwh-cashless-process,
    .nwh-cashless-insurance,
    .nwh-cashless-tpa,
    .nwh-cashless-admission,
    .nwh-cashless-documents,
    .nwh-cashless-treatment,
    .nwh-cashless-why,
    .nwh-cashless-final {
        padding: 50px 0;
    }

    .nwh-cashless-heading h2 {
        font-size: 26px;
    }

    .nwh-cashless-heading p {
        font-size: 12px;
    }

    .nwh-cashless-intro-content h1 {
        font-size: 27px;
    }

    .nwh-cashless-intro-actions {
        flex-direction: column;
    }

    .nwh-cashless-primary-btn,
    .nwh-cashless-outline-btn {
        width: 100%;
    }

    .nwh-cashless-service-grid {
        grid-template-columns: 1fr;
    }

    .nwh-cashless-service-card {
        min-height: auto;
    }

    .nwh-cashless-important-note,
    .nwh-cashless-warning-box,
    .nwh-cashless-insurance-note,
    .nwh-cashless-tpa-note,
    .nwh-cashless-admission-note,
    .nwh-cashless-documents-bottom,
    .nwh-cashless-treatment-note,
    .nwh-cashless-why-bottom {
        align-items: flex-start;
    }

    .nwh-cashless-coverage-grid {
        grid-template-columns: 1fr;
    }

    .nwh-cashless-tpa-grid {
        grid-template-columns: 1fr;
    }

    .nwh-cashless-admission-timeline {
        grid-template-columns: 1fr;
    }

    .nwh-cashless-admission-step {
        min-height: auto;

        padding: 20px;
    }

    .nwh-cashless-treatment-card {
        padding: 25px 20px;
    }

    .nwh-cashless-why-grid {
        grid-template-columns: 1fr;
    }

    .nwh-cashless-final-box {
        padding: 30px 20px;
    }

    .nwh-cashless-final-content h2 {
        font-size: 26px;
    }

    .nwh-cashless-final-buttons {
        flex-direction: column;
    }

    .nwh-cashless-final-primary,
    .nwh-cashless-final-secondary {
        width: 100%;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   BELOW 375px
========================================================= */

@media (max-width: 375px) {

    .nwh-cashless-container {
        padding: 0 12px;
    }

    .nwh-cashless-intro-content h1 {
        font-size: 24px;
    }

    .nwh-cashless-heading h2 {
        font-size: 24px;
    }

    .nwh-cashless-process-item {
        grid-template-columns:
            42px 40px minmax(0, 1fr);

        gap: 8px;

        padding: 12px;
    }

    .nwh-cashless-process-number {
        width: 40px;
        height: 40px;

        font-size: 9px;
    }

    .nwh-cashless-process-list::before {
        left: 20px;
    }

    .nwh-cashless-process-icon {
        width: 40px;
        height: 40px;
    }

    .nwh-cashless-process-content h3 {
        font-size: 13px;
    }

    .nwh-cashless-process-content p {
        font-size: 10px;
    }

}













/* ============================================
   MAIN SECTION
============================================ */

.vhm-section {
    width: 100%;
    padding: 75px 20px;

    background: #f4f8fb;

    overflow: hidden;
}


/* ============================================
   CONTAINER
============================================ */

.vhm-container {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
}


/* ============================================
   GRID
============================================ */

.vhm-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 40px;

    align-items: center;
}



/* ============================================
   HEXAGON WRAPPER
============================================ */

.vhm-card-wrap {
    position: relative;

    width: 100%;

    min-height: 520px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 12px;

    transition: transform 0.45s ease;
}


/* ============================================
   ORANGE OUTER HEXAGON
============================================ */

.vhm-card-wrap::before {
    content: "";

    position: absolute;

    inset: 0;

    background: #f09308;

    clip-path: polygon(
        25% 0%,
        75% 0%,
        100% 50%,
        75% 100%,
        25% 100%,
        0% 50%
    );

    opacity: 0.95;

    transition: all 0.45s ease;
}


/* ============================================
   LIGHT HEXAGON OUTLINE
============================================ */

.vhm-card-wrap::after {
    content: "";

    position: absolute;

    inset: -7px;

    border: 1px solid rgba(240, 147, 8, 0.28);

    clip-path: polygon(
        25% 0%,
        75% 0%,
        100% 50%,
        75% 100%,
        25% 100%,
        0% 50%
    );

    pointer-events: none;
}



/* ============================================
   INNER WHITE HEXAGON
============================================ */

.vhm-card {
    position: relative;

    /*z-index: 2;*/

    width: 100%;

    min-height: 495px;

    background: #ffffff;

    clip-path: polygon(
        25% 0%,
        75% 0%,
        100% 50%,
        75% 100%,
        25% 100%,
        0% 50%
    );

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 65px 85px;

    text-align: center;

    box-shadow:
        0 20px 60px rgba(20, 45, 70, 0.08);
}



/* ============================================
   ICON
============================================ */

.vhm-icon {
    width: 82px;
    height: 82px;

    flex-shrink: 0;

    background: #f09308;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    box-shadow:
        0 12px 30px rgba(240, 147, 8, 0.22);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.vhm-icon svg {
    width: 48px;
    height: 48px;

    display: block;
}



/* ============================================
   TITLE
============================================ */

.vhm-title {
    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 36px;

    line-height: 1.2;

    font-weight: 700;

    color: #151515;
}



/* ============================================
   DIVIDER
============================================ */

.vhm-divider {
    width: 62px;
    height: 3px;

    background: #f09308;

    border-radius: 10px;

    margin: 18px auto 23px;
}



/* ============================================
   CONTENT
============================================ */

.vhm-content {
    width: 100%;

    max-width: 620px;
}


.vhm-content p {
    margin: 0 0 18px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 14.5px;

    line-height: 1.65;

    color: #6d6d6d;
}


.vhm-content p:last-child {
    margin-bottom: 0;
}


.vhm-content strong {
    color: #333333;

    font-weight: 700;
}



/* ============================================
   HOVER
============================================ */

.vhm-card-wrap:hover {
    transform: translateY(-7px);
}


.vhm-card-wrap:hover .vhm-icon {
    transform: scale(1.06);

    box-shadow:
        0 15px 35px rgba(240, 147, 8, 0.30);
}



/* ============================================
   LARGE TABLET
============================================ */

@media (max-width: 1100px) {

    .vhm-section {
        padding: 65px 15px;
    }


    .vhm-grid {
        gap: 30px;
    }


    .vhm-card-wrap {
        min-height: 500px;
    }


    .vhm-card {
        min-height: 475px;

        padding: 60px 65px;
    }


    .vhm-icon {
        width: 78px;
        height: 78px;
    }


    .vhm-icon svg {
        width: 45px;
        height: 45px;
    }


    .vhm-title {
        font-size: 34px;
    }


    .vhm-content p {
        font-size: 15px;

        line-height: 1.6;
    }

}



/* ============================================
   TABLET
============================================ */

@media (max-width: 850px) {

    .vhm-grid {
        grid-template-columns: 1fr;

        max-width: 650px;

        margin: 0 auto;

        gap: 35px;
    }


    .vhm-card-wrap {
        min-height: 530px;
    }


    .vhm-card {
        min-height: 505px;

        padding: 65px 85px;
    }

}



/* ============================================
   MOBILE
============================================ */

@media (max-width: 600px) {

    .vhm-section {
        padding: 45px 8px;
    }


    .vhm-grid {
        gap: 30px;
    }


    .vhm-card-wrap {
        min-height: auto;

        padding: 9px;
    }


    /* Wider mobile hexagon */
    .vhm-card-wrap::before {

        clip-path: polygon(
            20% 0%,
            80% 0%,
            100% 50%,
            80% 100%,
            20% 100%,
            0% 50%
        );

    }


    .vhm-card-wrap::after {

        clip-path: polygon(
            20% 0%,
            80% 0%,
            100% 50%,
            80% 100%,
            20% 100%,
            0% 50%
        );

    }


    .vhm-card {

        min-height: 0;

        padding: 70px 48px;

        clip-path: polygon(
            20% 0%,
            80% 0%,
            100% 50%,
            80% 100%,
            20% 100%,
            0% 50%
        );

    }


    .vhm-icon {
        width: 72px;
        height: 72px;

        margin-bottom: 18px;
    }


    .vhm-icon svg {
        width: 42px;
        height: 42px;
    }


    .vhm-title {
        font-size: 28px;
    }


    .vhm-divider {
        width: 55px;
        height: 3px;

        margin: 17px auto 21px;
    }


    .vhm-content p {
        font-size: 14px;

        line-height: 1.6;

        margin-bottom: 17px;
    }

}



/* ============================================
   SMALL MOBILE
============================================ */

@media (max-width: 420px) {

    .vhm-section {
        padding: 40px 5px;
    }


    .vhm-card {
        padding: 65px 38px;
    }


    .vhm-icon {
        width: 68px;
        height: 68px;
    }


    .vhm-icon svg {
        width: 39px;
        height: 39px;
    }


    .vhm-title {
        font-size: 26px;
    }


    .vhm-divider {
        margin-top: 15px;
        margin-bottom: 18px;
    }


    .vhm-content p {
        font-size: 13.5px;

        line-height: 1.58;
    }

}



/* ============================================
   VERY SMALL DEVICES
============================================ */

@media (max-width: 350px) {

    .vhm-card {
        padding: 60px 32px;
    }


    .vhm-title {
        font-size: 24px;
    }


    .vhm-content p {
        font-size: 13px;
    }

}




