:root {
    --primary-color: #AE552D;
    --secondary-color: #0A253C;
    --secondary-light-color: #1E3D59;
    --theme-white-color: #fefaf5;
    --white-color: #fff;
    --black-color: #000;
    --dark-black-light: #444;
}

@font-face {
    font-family: 'DM Sans';
    src: url('./../fonts/DMSans-Regular.woff2') format('woff2'), url('./../fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('./../fonts/DMSans-Medium.woff2') format('woff2'), url('./../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('./../fonts/DMSans-Light.woff2') format('woff2'), url('./../fonts/DMSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('./../fonts/DMSans-Bold.woff2') format('woff2'), url('./../fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: LT Museum Light;
    src: url(./../fonts/LTMuseum-Light.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    descent-override: 15%
}

@font-face {
    font-family: LT Museum Med;
    src: url(./../fonts/LTMuseum-Medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    descent-override: 15%
}

@font-face {
    font-family: LT Museum;
    src: url(./../fonts/LTMuseum-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    descent-override: 15%
}

body {
    font-family: 'DM Sans';
    font-size: 1.6rem;
    font-weight: 400;
    background-color: var(--theme-white-color);
    transition: 0.5s;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: LT Museum Med;
    font-weight: 400;
    color: var(--secondary-light-color);
}

body,
html {
    scroll-behavior: smooth;
    max-width: 100%;
}

html {
    font-size: 62.5%;
}

.container,
.container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.row>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn {
    font-weight: 300;
}

p {
    margin-bottom: 0;
    color: var(--black-color);
}

a {
    text-decoration: none;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    color: inherit;
    cursor: pointer;
}



.sub-heading h2 {
    font-size: 6.2rem;
    margin-bottom: 2.5rem;
}

.sub-heading p {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.sub-heading p strong {
    font-weight: 600;
}

.section-space-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

a:hover {
    text-decoration: none;
    outline: 0 !important;
    color: inherit;
    cursor: pointer;
    box-shadow: none !important;
}

a:focus,
button:focus {
    text-decoration: none;
    color: inherit;
    outline: none !important;
    cursor: pointer;
    box-shadow: none !important;
}

a:focus-visible,
button:focus-visible {
    text-decoration: none;
    color: inherit;
    outline: 0.1rem solid !important;
    cursor: pointer;
    box-shadow: none !important;
}


li,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.book-appointment-btn {
    display: inline-block;
    padding: 1.7rem 4rem;
    background-color: var(--primary-color);
    border: 0.1rem solid var(--primary-color);
    color: var(--white-color);
    font-size: 1.7rem;
    border-radius: 3rem;
    transition: 0.5s;
}

.book-appointment-btn:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

body.overflow-hidden {
    overflow: hidden;
}

@media (min-width:1350px) {
    .container {
        max-width: 1330px;
    }
}

@media (min-width:1550px) {
    .container {
        max-width: 1430px;
    }
}

@media (min-width:1650px) {
    .container {
        max-width: 1530px;
    }
}

@media (min-width:1700px) {
    .container {
        max-width: 1630px;
    }
}

/* Header start Css */
.home-page-header {
    padding-bottom: 2.7rem;
    transition: 0.5s;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* ================= TOP BAR ================= */

.home-page-header .top-bar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #132c43;
    margin-bottom: 2.7rem;
    transition: 0.5s;
}

.home-page-header .top-bar .call-itm {
    display: inline-flex;
    align-items: center;
    color: #ffffff !important;
    font-size: 1.4rem;
}

.home-page-header .top-bar .call-itm span {
    width: 2.6rem;
    height: 2.6rem;
    background-color: #AE552D;
    margin-right: 1rem;
    padding: 0.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.home-page-header .top-bar .call-itm span img {
    width: 100%;
}

/* ================= LOGO ================= */

.home-page-header .navbar .navbar-brand {
    transition: 0.5s;
    width: 20rem;
}

.home-page-header .navbar .navbar-brand img {
    width: 100%;
    transition: 0.5s;
    filter: brightness(0) invert(1);
}

/* ================= MENU ================= */

.home-page-header .navbar .navbar-nav {
    column-gap: 4rem;
}

.home-page-header .navbar .navbar-nav a {
    padding: 0;
    font-size: 1.7rem;
    color: #ffffff;
    transition: 0.5s;
}

.home-page-header .navbar .navbar-nav button.nav-link {
    padding: 0;
    font-size: 1.7rem;
    color: #ffffff;
    transition: 0.5s;
    border: none;
    background-color: transparent;
}

.home-page-header .navbar .navbar-nav button.nav-link:hover,
.home-page-header .navbar .navbar-nav a:hover {
    color: var(--primary-color);
}

.home-page-header .navbar .navbar-nav .shedule-appointment-btn {
    border: 0.2rem solid #ffffff;
    font-size: 1.7rem;
    border-radius: 3rem;
    padding: 1.7rem 4rem;
    color: #ffffff;
    background-color: transparent;
    transition: 0.5s;
}

.home-page-header .navbar .navbar-nav .shedule-appointment-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* ================= SCROLL HEADER ================= */

.home-page-header.change-bg {
    background-color: #1E3D59;
    position: fixed;
    top: 0;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
    padding-bottom: 1.5rem;
}

.home-page-header.change-bg .top-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.home-page-header.change-bg .navbar .navbar-brand {
    width: 15rem;
}

.home-page-header.change-bg .navbar .navbar-nav .shedule-appointment-btn {
    font-size: 1.6rem;
    padding: 1.2rem 2.5rem;
}

.home-page-header.change-bg .navbar .navbar-nav button.nav-link,
.home-page-header.change-bg .navbar .navbar-nav a {
    font-size: 1.6rem;
}

/* Home Page Banner */
.home_page_banner {
    background-color: #1E3D59;
    padding-top: 23rem;
    padding-bottom: 25rem;
    position: relative;
}

.home_page_banner h1 {
    font-size: 9rem;
    margin-top: 5rem;
    line-height: 10rem;
    margin-bottom: 2.5rem;
}

.home_page_banner p {
    font-size: 2rem;
    margin-bottom: 4rem;
}

.home_page_banner .home_page_banner_img_sec {
    position: relative;
    text-align: end;
    padding-bottom: 6rem;
}

.home_page_banner .home_page_banner_img_sec .bnr_sml_img {
    position: absolute;
    border-radius: 2.4rem;
    border: 1rem solid #1E3D59;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.home_page_banner .home_page_banner_img_sec .bnr_big_img {
    border-radius: 2.4rem;
    max-width: 100%;
    position: relative;
    z-index: 9;
}

.home_page_banner .home_page_banner_img_sec .bnr_right_shape {
    position: absolute;
    right: -7%;
    top: -7%;
    width: calc(100% + 7%);
}

.home_page_banner .bnr_shape_cirlce {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    max-width: 95rem;
    transform: translateX(-50%);
}

/* Home Page Banner */

/* Home Page Service Section */
.home_page_category {
    margin-top: -18rem;
}

.home_page_category .hmg_category_itm_row {
    row-gap: 3.5rem;
}

.home_page_category .hmg_category_itm {
    background: #1E3D59;
    background: linear-gradient(180deg, rgba(30, 61, 89, 1) 0%, rgba(174, 85, 45, 1) 100%);
    position: relative;
    border-radius: 3.2rem;
    padding: 1rem;
}

.home_page_category .hmg_category_itm img {
    border-radius: 3.2rem;
    width: 100%;
}

.home_page_category .category_itm_contnt {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    width: calc(100% - 4rem);
    padding: 2.5rem 2rem;
    border-radius: 2.4rem;
}

.home_page_category .category_itm_contnt h3 {
    position: relative;
    z-index: 9;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

.home_page_category .category_itm_contnt p {
    position: relative;
    z-index: 9;
    font-size: 1.7rem;
}

.home_page_category .category_itm_contnt::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(3.6rem) brightness(100%);
    border-radius: 2.4rem;
}

/* Home Page What We Offer */
.pharmacy_section {
    position: relative;
}

.pharmacy_section h3 {
    font-size: 3.2rem;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
}

.pharmacy_section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2.5rem;
}

.pharmacy_section ul li {
    width: calc(33.33% - 2rem);
    position: relative;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 3rem;
    padding-left: 7rem;
    background-color: #ffffff;
    border-radius: 2.4rem;
}

.pharmacy_section ul li strong {
    font-weight: 600;
    display: block;
}

.pharmacy_section ul li span {
    width: 3rem;
    height: 3rem;
    background-color: #1E3D59;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 1.6rem;
    color: #ffffff;
    position: absolute;
    left: 2rem;
    top: 3.2rem;
}

/* Your Comfort Section */

.home_page_your_comfort {
    background-color: #1E3D59;
    position: relative;
}

.home_page_your_comfort::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/your-comfort-bg-img.jpg);
    opacity: 0.12;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.home_page_your_comfort .home_page_your_comfort_inr {
    position: relative;
    z-index: 9;
}

.home_page_your_comfort .home_page_your_comfort_inr h2 {
    margin-bottom: 4.5rem;
}

.home_page_your_comfort .home_page_your_comfort_inr p {
    margin-bottom: 2.5rem;
}

/* Your Comfort Section */



/* Our Comprehensive Services */

.home_page_service .home_page_service_heading {
    margin-bottom: 4.5rem;
}

.home_page_service .home_page_service_heading p {
    margin-bottom: 0;
}

.home_page_service .home_page_service_row {
    row-gap: 3rem;
}

.home_page_service .hmg_srvc_itm {
    border-radius: 3.2rem;
    padding: 3.5rem;
    height: 100%;
}

.home_page_service .hmg_srvc_itm_head {
    margin-bottom: 2.5rem;
}

.home_page_service .hmg_srvc_itm_nmbr {
    color: #696969;
    font-size: 3rem;
    display: inline-block;
}

.home_page_service .hmg_srvc_itm_icn {
    background-color: #1E3D59;
    width: 6rem;
    height: 6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 1.6rem;
    position: relative;
}

.home_page_service .hmg_srvc_itm_icn img {
    width: 100%;
    position: relative;
    z-index: 9;
    filter: brightness(0) invert(1);
}

.home_page_service .hmg_srvc_itm_icn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: #AE552D;
    border-radius: 50%;
    transition: 0.5s;
    transform: translate(-50%, -50%);
}

.home_page_service .hmg_srvc_itm:hover .hmg_srvc_itm_icn::after {
    width: 100%;
    height: 100%;
}

.home_page_service .hmg_srvc_itm h3 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}


.home_page_service .hmg_srvc_itm p {
    font-size: 1.7rem;
}

.home_page_service .hmg_srvc_itm ul li {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem;
}

.home_page_service .hmg_srvc_itm ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.9rem;
    width: 1rem;
    height: 1rem;
    background-color: #1f3d58;
    border-radius: 0.3rem;
    transform: rotate(45deg);
}

.home_page_service .hmg_srvc_itm ul li span {
    display: block;
    font-weight: 500;
}

.home_page_service .hmg_srvc_itm ul li:last-child {
    margin-bottom: 0;
}

/* Our Comprehensive Services */

/* Prioritize Your Health Section */

.home_page_prioritize .home_page_prioritize_inr {
    background-color: #1E3D59;
    position: relative;
    border-radius: 6rem;
}

.home_page_prioritize .home_page_prioritize_inr::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/your-comfort-bg-img.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    opacity: 0.12;
    border-radius: 6rem;
}

.home_page_prioritize .home_page_prioritize_inr_box {
    position: relative;
    z-index: 9;
}

.home_page_prioritize .home_page_prioritize_inr_box h2 {
    margin-bottom: 3rem;
}

.home_page_prioritize .home_page_prioritize_row {
    row-gap: 2.5rem;
}

.home_page_prioritize .home_page_prioritize_itm {
    border-radius: 3.2rem;
    padding: 3rem 2rem;
}

.home_page_prioritize .home_page_prioritize_itm .itm_img {
    background-color: #1E3D59;
    width: 6rem;
    height: 6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 1.6rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.home_page_prioritize .itm_img img {
    width: 100%;
    position: relative;
    z-index: 9;
}

.home_page_prioritize .itm_img::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: #AE552D;
    border-radius: 50%;
    transition: 0.5s;
    transform: translate(-50%, -50%);
}

.home_page_prioritize .home_page_prioritize_inr .home_page_prioritize_itm:hover .itm_img::after {
    width: 100%;
    height: 100%;
}

.home_page_prioritize .home_page_prioritize_inr h3 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

.home_page_prioritize .home_page_prioritize_inr p {
    margin-bottom: 3rem;
    min-height: 5rem;
}

.home_page_prioritize .home_page_prioritize_inr .book_Btn {
    font-size: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Prioritize Your Health Section */
/* Advanced Diagnostic Services Section */

.home_page_advace .hmg_advance_img {
    max-width: 56rem;
    width: 100%;
    border-radius: 3.2rem;
    margin-right: auto;
}

.home_page_advace_right ul {
    position: relative;
}

.home_page_advace_right ul li {
    margin-top: 4rem;
    position: relative;
}


.home_page_advace_right ul li .advance_itm {
    display: flex;
    align-items: center;
}

.home_page_advace_right ul li .advance_itm .advance_itm_spn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7.5rem;
    height: 7.5rem;
    background-color: #AE552D;
    border-radius: 50%;
    padding: 1.5rem;
    min-width: 7.5rem;
    margin-right: 3rem;
    position: relative;
    z-index: 9;
}

.home_page_advace_right ul li .advance_itm .advance_itm_spn img {
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    z-index: 9;
    filter: brightness(0) invert(1);
}

.home_page_advace_right ul li .advance_itm .advance_itm_spn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: #1E3D59;
    border-radius: 50%;
    transition: 0.5s;
    transform: translate(-50%, -50%);
}

.home_page_advace_right ul li:hover .advance_itm .advance_itm_spn::after {
    width: 100%;
    height: 100%;
}


.home_page_advace_right ul li .span_h4 {
    font-family: "LT Museum Med";
    font-weight: 400;
    color: #000;
    font-size: 2.6rem;
    margin-bottom: 1rem;
    display: block;
}

.home_page_advace_right ul li .span_p {
    display: block;
    font-size: 1.7rem;
    color: #000;
}

.home_page_advace_right ul::after {
    content: "";
    position: absolute;
    left: 3.5rem;
    top: 3rem;
    width: 0.3rem;
    height: calc(100% - 5rem);
    background-color: #AE552D;
}

/* Advanced Diagnostic Services Section */



/* Your Health Our Service Section */

.home_page_health {
    background-color: #1E3D59;
    position: relative;
}

.home_page_health .home_page_health_inr {
    position: relative;
    z-index: 9;
}

.home_page_health .home_page_health_inr h2 {
    margin-bottom: 4rem;
}

.home_page_health .home_page_health_inr p {
    margin-bottom: 2.5rem;
}


.home_page_health .home_page_health_inr ul {
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.home_page_health .home_page_health_inr ul li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex: 0 0 auto;
    width: 33.33333333%;
    position: relative;
}

.home_page_health .home_page_health_inr ul li .home_page_health_itm {
    background-color: #0A253C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    margin-bottom: 3.5rem;
    position: relative;
}

.home_page_health .home_page_health_inr ul li .home_page_health_itm img {
    width: 4.8rem;
    height: 4.8rem;
    position: relative;
    z-index: 9;
}

.home_page_health .home_page_health_inr ul li .home_page_health_itm::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: #AE552D;
    border-radius: 50%;
    transition: 0.5s;
    transform: translate(-50%, -50%);
}

.home_page_health .home_page_health_inr ul li:hover .home_page_health_itm::after {
    width: 100%;
    height: 100%;
}

.home_page_health .home_page_health_inr ul li h3 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

.home_page_health .home_page_health_inr ul li p {
    font-size: 1.6rem;
}

.home_page_health .home_page_health_inr ul li::after {
    content: "";
    position: absolute;
    right: -32%;
    top: 6rem;
    width: calc(100% - 18rem);
    background-color: rgb(10 37 60 / 30%);
    height: 0.3rem;
}

.home_page_health .home_page_health_inr ul li:last-child::after {
    display: none;
}

/* Your Health Our Service Section */

/* Medical Team Section */
.home_page_medical_team {
    position: relative;
}

.home_page_medical_team .medical_team_row {
    margin-top: 4.5rem;
    row-gap: 3rem;
}

.home_page_medical_team .medical_team_row .hmg_team_itm {
    position: relative;
}

.home_page_medical_team .medical_team_row .hmg_team_itm img {
    border-radius: 3.2rem;
    width: 100%;
    height: 75rem;
    object-fit: cover;
    object-position: top;
}

.home_page_medical_team .medical_team_row .hmg_team_itm .hmg_team_itm_contnt {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    width: calc(100% - 4rem);
    padding: 2.5rem 2rem;
    border-radius: 1.2rem;
}

.home_page_medical_team .medical_team_row .hmg_team_itm .hmg_team_itm_contnt h3 {
    position: relative;
    z-index: 9;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.home_page_medical_team .medical_team_row .hmg_team_itm .hmg_team_itm_contnt p {
    position: relative;
    z-index: 9;
    font-size: 1.7rem;
    text-align: center;
}

.home_page_medical_team .medical_team_row .hmg_team_itm .hmg_team_itm_contnt::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(3.6rem) brightness(100%);
    border-radius: 1.2rem;
}

.home_page_medical_team_staff {
    position: relative;
}

.home_page_medical_team_staff .medical_team_row {
    margin-top: 4.5rem;
    row-gap: 3rem;
}


.home_page_medical_team_staff .medical_team_row .hmg_team_itm {
    position: relative;
}

.home_page_medical_team_staff .medical_team_row .hmg_team_itm img {
    border-radius: 3.2rem;
    width: 100%;
    height: 45rem;
    object-fit: cover;
    object-position: top;
}

.home_page_medical_team_staff .medical_team_row .hmg_team_itm .hmg_team_itm_contnt {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    width: calc(100% - 4rem);
    padding: 1rem 2rem;
    border-radius: 1.2rem;
}

.home_page_medical_team_staff .medical_team_row .hmg_team_itm .hmg_team_itm_contnt h3 {
    position: relative;
    z-index: 9;
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.home_page_medical_team_staff .medical_team_row .hmg_team_itm .hmg_team_itm_contnt p {
    position: relative;
    z-index: 9;
    font-size: 1.7rem;
    text-align: center;
}

.home_page_medical_team_staff .medical_team_row .hmg_team_itm .hmg_team_itm_contnt::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(3.6rem) brightness(100%);
    border-radius: 1.2rem;
}


/* Medical Team Section */
/* Specialized Testing Section */

.home_page_specialized .home_page_specialized_heading {
    margin-bottom: 4.5rem;
}

.home_page_specialized .home_page_specialized_heading p {
    margin-bottom: 0;
}

.home_page_specialized .home_page_specialized_row {
    row-gap: 3rem;
}

.home_page_specialized .home_page_specialized_row .hmg_specialized_itm {
    border-radius: 2rem;
    padding: 1rem;
}

.home_page_specialized .home_page_specialized_row .hmg_specialized_itm .hmg_specialized_itm_icn {
    margin-bottom: 3rem;
}

.home_page_specialized .home_page_specialized_row .hmg_specialized_itm .hmg_specialized_itm_icn img {
    width: 100%;
    border-radius: 2rem;
    height: 27.5rem;
    object-fit: cover;
    object-position: top;
}

.home_page_specialized .home_page_specialized_row .hmg_specialized_itm h3 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

.home_page_specialized .home_page_specialized_row .hmg_specialized_itm p {
    font-size: 1.7rem;
}

/* Specialized Testing Section */

/* Preventive Care Section */
/* ================= PREVENTIVE SECTION ================= */

.home_page_preventive {
    background-color: #1E3D59;
    position: relative;
}

.home_page_preventive::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/preventive-sec-bg.jpg);
    opacity: 0.12;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.home_page_preventive .home_page_preventive_inr {
    position: relative;
    z-index: 9;
}

.home_page_preventive .home_page_preventive_inr h2 {
    margin-bottom: 4rem;
}

.home_page_preventive .home_page_preventive_inr p {
    margin-bottom: 2.5rem;
}

.home_page_preventive .home_page_preventive_inr ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3rem;
    justify-content: space-between;
    background-color: rgb(10 37 60 / 35%);
    padding: 3.5rem 2rem;
    border-radius: 2rem;
}

.home_page_preventive .home_page_preventive_inr ul li {
    flex: 0 0 auto;
    width: calc(25% - 2rem);
    position: relative;
    padding-right: 3rem;
}

.home_page_preventive .home_page_preventive_inr ul li .span_nmbr {
    background-color: #AE552D;
    display: inline-flex;
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    border-radius: 0.6rem;
    font-size: 2.4rem;
    position: relative;
}

.home_page_preventive .home_page_preventive_inr ul li .span_heading {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-family: "LT Museum Med";
    font-weight: 400;
    display: block;
}

.home_page_preventive .home_page_preventive_inr ul li .preventive_right_arrow {
    position: absolute;
    right: 0;
    top: 50%;
    width: 2rem;
    transform: translateY(-50%);
}

.home_page_preventive .home_page_preventive_inr ul li:last-child .preventive_right_arrow {
    display: none !important;
}

/* Preventive Care Section */

/* Your Health Simplified Secion */
.yourhealthsimplified_sec .yourhealthsimplified_sec_heading {
    margin-bottom: 4.5rem;
}

.yourhealthsimplified_sec .yourhealthsimplified_sec_row {
    row-gap: 4.5rem;
    justify-content: center;
}

.yourhealthsimplified_sec .yourhealthsimplified_sec_row .yourhealthsimplified_itm {
    padding: 2.5rem 3.5rem;
    background-color: #fff;
    border-radius: 2.2rem;
}

.yourhealthsimplified_sec .yourhealthsimplified_sec_row .yourhealthsimplified_itm .yourhealthsimplified_itm_icn {
    margin-right: 1.5rem;
    background-color: #AE552D;
    width: 6rem;
    min-width: 6rem;
    height: 6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.6rem;
    position: relative;
    border-radius: 1.2rem;
    margin-bottom: 2rem;
}

.yourhealthsimplified_sec .yourhealthsimplified_sec_row .yourhealthsimplified_itm .yourhealthsimplified_itm_icn img {
    filter: brightness(0) invert(1);
    width: 100%;
    position: relative;
    z-index: 9;
}

.yourhealthsimplified_sec .yourhealthsimplified_sec_row .yourhealthsimplified_itm .yourhealthsimplified_itm_icn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: #1E3D59;
    border-radius: 1.2rem;
    transition: 0.5s;
    transform: translate(-50%, -50%);
}

.yourhealthsimplified_sec .yourhealthsimplified_sec_row .yourhealthsimplified_itm h3 {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
}

.yourhealthsimplified_sec .yourhealthsimplified_sec_row .yourhealthsimplified_itm p {
    font-size: 1.7rem;
}

.yourhealthsimplified_sec .yourhealthsimplified_sec_row .yourhealthsimplified_itm:hover .yourhealthsimplified_itm_icn::after {
    width: 100%;
    height: 100%;
}

/* Your Health Simplified Secion */


/* Therapeutic Treatments Section */
.therapeutictreatments .therapeutictreatments_img {
    width: 100%;
    border-radius: 3.2rem;
}

.therapeutictreatments .therapeutictreatments_lft ul {
    position: relative;
}

.therapeutictreatments .therapeutictreatments_lft ul li {
    margin-top: 4rem;
    position: relative;
    padding-left: 3rem;
}

.therapeutictreatments .therapeutictreatments_lft ul li .advance_itm .advance_itm_heading {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    display: block;
    font-family: "LT Museum Med";
    font-weight: 400;
    color: #000;
}

.therapeutictreatments .therapeutictreatments_lft ul li .advance_itm .advance_itm_description {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    display: block;
    color: #000;
}

.therapeutictreatments .therapeutictreatments_lft ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.7rem;
    width: 1rem;
    height: 1rem;
    background-color: #000;
    border-radius: 50%;
}

/* Therapeutic Treatments Section */

/* Accessible Care Section */

.accessiblecare .accessiblecare_heading {
    margin-bottom: 4.5rem;
}

.accessiblecare .accessiblecare_row {
    row-gap: 3rem;
}

.accessiblecare .accessiblecare_row .accessiblecare_itm {
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

.accessiblecare .accessiblecare_row .accessiblecare_itm .accessiblecare_itm_icn {
    margin-bottom: 3rem;
}

.accessiblecare .accessiblecare_row .accessiblecare_itm .accessiblecare_itm_icn img {
    width: 20rem;
    height: 20rem;
    object-fit: cover;
    object-position: top;
}

.accessiblecare .accessiblecare_row .accessiblecare_itm h3 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

.accessiblecare .accessiblecare_row .accessiblecare_itm p {
    font-size: 1.7rem;
}

.accessiblecare .accessiblecare_row .accessiblecare_itm p span {
    font-weight: 600;
}

/* Accessible Care Section */



/* ================= Our Location Section ================= */

.hmg_location_sec {
    background-color: #1E3D59;
    position: relative;
}

.hmg_location_sec::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/hmg-location-bg.jpg);
    opacity: 0.12;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.hmg_location_sec .hmg_location_sec_container {
    position: relative;
    z-index: 9;
}

.hmg_location_sec .hmg_location_sec_container .hmg_location_heading {
    margin-bottom: 4.5rem;
}

.hmg_location_sec .hmg_location_sec_container .hmg_location_sec_row {
    row-gap: 3.5rem;
}


.hmg_location_sec .hmg_location_sec_itm_tp {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}


.hmg_location_sec .hmg_location_sec_itm {
    background-color: #fff;
    border-radius: 3.2rem;
    padding: 4rem 3rem;
    height: 100%;
}

.hmg_location_sec .hmg_location_sec_itm h3 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
}

.hmg_location_sec .hmg_location_sec_itm p {
    font-size: 1.7rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}

.hmg_location_sec .view_location_btn {
    font-size: 1.4rem;
    padding: 0.8rem 2rem;
}

/* ================= Our Location Section ================= */





/* ================= SEAMLESS HEALTHCARE SECTION ================= */

.hmg_seamless_healthCare_sec_container {
    background-color: #f5f5f7;
    border-radius: 8rem;
}

.hmg_seamless_healthCare_sec_container ul li {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.hmg_seamless_healthCare_sec_container ul li .hmg_seamless_healthCare_itm {
    background-color: #fff;
    padding: 5rem 3.5rem;
    border-radius: 3.2rem;
    height: 100%;
}

.hmg_seamless_healthCare_sec_container ul li .hmg_seamless_healthCare_itm h3 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.hmg_seamless_healthCare_sec_container ul li .hmg_seamless_healthCare_itm p {
    font-size: 1.7rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
}

.hmg_seamless_healthCare_sec_container ul li:last-child .hmg_seamless_healthCare_itm {
    background-color: #1E3D59;
}

/* ================= SEAMLESS HEALTHCARE SECTION ================= */




/* ================= Insurance & Payment Options Section ================= */

.hmg_ins_sec .hmg_ins_sec_heading {
    margin-bottom: 4.5rem;
}

.hmg_ins_sec .hmg_ins_sec_itm_ul {
    display: flex;
    flex-wrap: wrap;
    border-radius: 2rem;
    overflow: hidden;
}

.hmg_ins_sec .hmg_ins_sec_itm_ul .hmg_ins_sec_itm_li {
    flex: 0 0 auto;
    width: 33.33%;
    background-color: #fff;
    border-right: 0.1rem solid #f0f0f0;
}

.hmg_ins_sec .hmg_ins_sec_itm_ul .hmg_ins_sec_itm_li img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    object-position: top;
}

.hmg_ins_sec .hmg_ins_sec_itm_ul .hmg_ins_sec_itm_li .hmg_ins_sec_itm {
    padding: 2.5rem;
    background-color: #fff;
}

.hmg_ins_sec .hmg_ins_sec_itm_ul .hmg_ins_sec_itm_li .hmg_ins_sec_itm h3 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
}

.hmg_ins_sec .hmg_ins_sec_itm_ul .hmg_ins_sec_itm_li:last-child {
    border-right: none;
}

/* ================= Insurance & Payment Options Section ================= */
/* ================= Patient Resources Section ================= */
/* ================= Patient Resources ================= */

.hmg_patient_resources .hmg_patient_resources_heading {
    margin-bottom: 4.5rem;
}

.hmg_patient_resources ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    row-gap: 3rem;
}

.hmg_patient_resources ul li {
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 auto;
    width: 25%;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.hmg_patient_resources ul li .hmg_ins_sec_itm {
    padding: 4rem 2.5rem;
    background-color: #f5f5f7;
    height: 100%;
    border-radius: 3.2rem;
}

.hmg_patient_resources ul li .hmg_ins_sec_itm span {
    font-size: 4.8rem;
    display: block;
    margin-bottom: 2.5rem;
    font-weight: 600;
    position: relative;
}

.hmg_patient_resources ul li .hmg_ins_sec_itm h3 {
    font-size: 3rem;
    margin-bottom: 2rem;
    max-width: 25rem;
}

.hmg_patient_resources ul li .hmg_ins_sec_itm p {
    font-size: 1.8rem;
    line-height: 3rem;
}

.hmg_patient_resources ul li:nth-child(even) .hmg_ins_sec_itm {
    background-color: #1E3D59;
}

.hmg_patient_resources ul li:nth-child(even) .hmg_ins_sec_itm span,
.hmg_patient_resources ul li:nth-child(even) .hmg_ins_sec_itm h3,
.hmg_patient_resources ul li:nth-child(even) .hmg_ins_sec_itm p {
    color: #fff;
}

/* ================= Patient Resources Section ================= */
/* =================  Your Healthcare Coverage Section ================= */
/* ================= Healthcare Coverage ================= */

.hmg_healthcare_covr .hmg_healthcare_covr_heading {
    margin-bottom: 4.5rem;
}

.hmg_healthcare_covr .hmg_healthcare_covr_ul {
    row-gap: 3.5rem;
}

.hmg_healthcare_covr_li {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.hmg_healthcare_covr_li .hmg_healthcare_covr_itm {
    background-color: #e5e9f4;
    border: 1rem solid #fff;
    padding: 3rem;
    border-radius: 1.2rem;
    height: 100%;
}

.hmg_healthcare_covr_li .hmg_healthcare_covr_itm img {
    width: 8rem;
    margin-bottom: 2.5rem;
}

.hmg_healthcare_covr_li .hmg_healthcare_covr_itm h3 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
}

.hmg_healthcare_covr_li .hmg_healthcare_covr_itm p {
    font-size: 1.7rem;
    line-height: 2.7rem;
}

.hmg_healthcare_covr_li:nth-child(2) .hmg_healthcare_covr_itm {
    background-color: #e8f1f0;
}

.hmg_healthcare_covr_li:nth-child(3) .hmg_healthcare_covr_itm {
    background-color: #f5f2ed;
}

.hmg_healthcare_covr_li:nth-child(4) .hmg_healthcare_covr_itm {
    background-color: #ffe6db;
}

/* =================  Your Healthcare Coverage Section ================= */

/* =================  Employee Resources Section ================= */
/* ================= Home Page Specialized ================= */

.home_page_specialized .home_page_specialized_heading {
    margin-bottom: 4.5rem;
}

.home_page_specialized .home_page_specialized_heading p {
    margin-bottom: 0;
}

.home_page_specialized .home_page_specialized_row {
    row-gap: 3rem;
}

.hmg_specialized_itm_tp {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.hmg_specialized_itm_tp .hmg_specialized_itm {
    border-radius: 2rem;
    height: 100%;
}

.hmg_specialized_itm_icn img {
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    height: 27.5rem;
    object-fit: cover;
    object-position: top;
}

.hmg_specialized_itm_contnt {
    padding: 3rem;
}

.hmg_specialized_itm_contnt h3 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

.hmg_specialized_itm_contnt p {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    line-height: 3rem;
}

.hmg_specialized_itm_contnt p a {
    font-weight: 600;
}

/* =================  Employee Resources Section ================= */

/* =================  Contact & Scheduling Section ================= */
/* ================= Contact Schedule ================= */

.hmg_contact_schedule .hmg_contact_schedule_img {
    width: 100%;
    border-radius: 1.2rem;
    border: 0.2rem solid rgb(174 85 45 / 15%);
}

.hmg_contact_schedule .hmg_contact_schedule_ul {
    position: relative;
}

.hmg_contact_schedule .hmg_contact_schedule_ul .hmg_contact_schedule_li {
    margin-top: 4rem;
    position: relative;
}

.hmg_contact_schedule .hmg_contact_schedule_itm h3 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.hmg_contact_schedule .hmg_contact_schedule_itm p {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 3rem;
}

.hmg_contact_schedule .hmg_contact_schedule_itm p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 2rem;
    height: 0.3rem;
    background-color: #AE552D;
    opacity: 0.5;
}

/* =================  Contact & Scheduling Section ================= */

/* Virtule Assistance Section */
.hmg_virtual_assistant .hmg_virtual_assistant_heading h2 {
    font-size: 4.8rem;
    margin-bottom: 1.5rem;
}


.hmg_virtual_assistant .hmg_virtual_assistant_heading .hmg_virtual_assistant_ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    row-gap: 3rem;
    margin-top: 4.5rem;
}


.hmg_virtual_assistant .hmg_virtual_assistant_heading .hmg_virtual_assistant_ul .hmg_virtual_assistant_li {
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 auto;
    width: 50%;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.hmg_virtual_assistant .hmg_virtual_assistant_heading .hmg_virtual_assistant_ul .hmg_virtual_assistant_li .hmg_virtual_assistant_itm {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 2rem;
    height: 100%;
}

.hmg_virtual_assistant .virtual_assistant_itm_head {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.hmg_virtual_assistant .virtual_assistant_itm_head span {
    background-color: #AE552D;
    display: inline-flex;
    align-items: center;
    width: 5rem;
    height: 5rem;
    min-height: 5rem;
    min-width: 5rem;
    border-radius: 50%;
    justify-content: center;
    margin-right: 1.5rem;
    position: relative;
}

.hmg_virtual_assistant .virtual_assistant_itm_head span img {
    width: 2.5rem;
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 9;
}

.hmg_virtual_assistant .virtual_assistant_itm_head span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: #1E3D59;
    border-radius: 50%;
    transition: 0.5s;
    transform: translate(-50%, -50%);
}

.hmg_virtual_assistant .hmg_virtual_assistant_itm:hover span::after {
    width: 100%;
    height: 100%;
}

.hmg_virtual_assistant .virtual_assistant_itm_head h3 {
    font-size: 3rem;
    margin-bottom: 0;
}

.hmg_virtual_assistant .hmg_virtual_assistant_itm p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 0;
}

.hmg_virtual_assistant_full_img {
    width: 100%;
    border-radius: 2.4rem;
    height: 100%;
}

/* Virtule Assistance Section */
/* Your Health Our Priority Section */
.health_our_priority .hmg_virtual_assistant_heading {
    margin-bottom: 4.5rem;
}

.health_our_priority .health_our_priority_row {
    row-gap: 3rem;
}

.health_our_priority .health_our_priority_row .health_our_priority_itm {
    padding: 6.5rem 4rem 4rem 4rem;
    border: 0.1rem solid #e5e5e5;
    border-radius: 3rem;
    height: 100%;
    position: relative;
}

.health_our_priority .health_our_priority_row .health_our_priority_itm h3 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
}

.health_our_priority .health_our_priority_row .health_our_priority_itm p {
    font-size: 2rem;
    max-width: 30rem;
    line-height: 3rem;
}

.health_our_priority .health_our_priority_row .health_our_priority_itm .nmbr_sec {
    border-radius: 3rem 0 0 0;
    padding: 1rem 0 0 1rem;
    background-color: #FEFAF5;
    border-left: 0.1rem solid #e5e5e5;
    border-top: 0.1rem solid #e5e5e5;
    position: absolute;
    right: 0;
    bottom: 0;
}

.health_our_priority .health_our_priority_row .health_our_priority_itm .nmbr_sec span {
    display: inline-flex;
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    font-size: 2.8rem;
    z-index: 2;
    position: relative;
    color: #001837;
    background-color: #FEFAF5;
    font-weight: 600;
}

.health_our_priority .health_our_priority_row .health_our_priority_itm .nmbr_sec span::before {
    content: "";
    position: absolute;
    right: -0.1rem;
    top: -1.6rem;
    background-color: #FEFAF5;
    height: 6rem;
    width: 0.2rem;
}

.health_our_priority .health_our_priority_row .health_our_priority_itm .nmbr_sec span::after {
    content: "";
    position: absolute;
    right: 0.9rem;
    bottom: -0.1rem;
    background-color: #FEFAF5;
    height: 0.2rem;
    width: 6rem;
}

.health_our_priority .health_our_priority_row .health_our_priority_itm .nmbr_sec::before {
    content: "";
    position: absolute;
    top: -3rem;
    right: -0.1rem;
    height: 3rem;
    width: 3rem;
    border-radius: 0 0 2rem 0;
    background-color: transparent;
    border: 0.1rem solid #e5e5e5;
    border-top: 0;
    border-left: 0;
    box-shadow: 0 1.5rem 0 0 #FEFAF5;
}

.health_our_priority .health_our_priority_row .health_our_priority_itm .nmbr_sec::after {
    content: "";
    position: absolute;
    height: 3rem;
    width: 3rem;
    border-radius: 0 0 2rem 0;
    background-color: transparent;
    border: 0.1rem solid #e5e5e5;
    border-top: 0;
    border-left: 0;
    box-shadow: 0 1.5rem 0 0 #FEFAF5;
    bottom: -0.1rem;
    left: -3rem;
}

/* Your Health Our Priority Section */

/* Footer Css Section */
.hmg_footer {
    background-color: #1E3D59;
    padding-top: 5rem;
}

.hmg_footer h4 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
}

.hmg_footer ul li button,
.hmg_footer ul li a {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 4rem;
    color: #ffffff !important;

}

.hmg_footer ul li button:hover,
.hmg_footer ul li a:hover {
    color: #AE552D !important;
}

.hmg_footer ul li button {
    background-color: transparent !important;
    font-size: 1.6rem;
    line-height: 4rem;
    color: #ffffff;
    border: none;
    padding: 0;
    font-weight: 400;
}

.hmg_footer ul li button:hover {
    color: #AE552D !important;
}

.hmg_footer .hmg_footer_item_frst {
    margin-top: 3rem;
    padding-right: 7rem;
}

.hmg_footer .hmg_footer_item_frst_descrption p {
    color: #fff;
}

.hmg_footer .hmg_footer_item_frst img {
    margin-bottom: 2rem;
    max-width: 22rem;
    filter: brightness(0) invert(1);
}

.hmg_footer .hmg_footer_item_scnd {
    margin-top: 3rem;
}

.hmg_footer .hmg_footer_item_scnd ul {
    column-count: 2;
}

.hmg_footer .hmg_footer_item_mdl {
    margin-top: 3rem;
    padding-left: 7rem;
}

.hmg_footer .hmg_footer_item_lst {
    margin-top: 3rem;
}

.hmg_footer .hmg_footer_item_lst p {
    margin-bottom: 3rem;
}

.hmg_footer .hmg_footer_item_lst p a {
    display: block;
}

.hmg_footer .hmg_footer_item_lst p a:hover {
    color: #AE552D;
}

.hmg_footer .copy_right_txt {
    background-color: #193650;
    margin-top: 7rem;
    padding: 1.5rem 0;
}

.hmg_footer .copy_right_txt p {
    font-size: 1.4rem;
}

/* Footer Css Section */
/* Testimonial Slider */
.testimonial_item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial_item p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: var(--secondary-light-color);
}

.testimonial_item .testimonial_item_bottom {
    margin-top: auto;
}

.testimonial_item .testimonial_item_bottom .testimonial_item_user_icon h4 {
    font-size: 2.6rem;
    color: var(--secondary-light-color);
    margin-bottom: 0;
}

.testimonial_item .testimonial_item_user_rating {
    display: inline-flex;
    gap: 0.5rem;
}

.testimonial_item .testimonial_item_user_rating img {
    width: 1.4rem;
    height: 1.4rem;
}

.testimonial_slider_wrapper .slick-list {
    margin: 0 -1rem;
}

.testimonial_slider_wrapper .slick-slide {
    margin: 0 1rem;
}

.testimonial_slider_wrapper .slick-track {
    display: flex !important;
}

.testimonial_slider_wrapper .slick-slide {
    height: inherit !important;
    background-color: var(--white-color);
    padding: 3rem 2rem;
    border-radius: 1rem;
    border-bottom: 0.5rem solid var(--secondary-light-color);
}

.testimonial_slider_wrapper .slick-slide>div {
    height: 100%;
}

.testimonial_slider_wrapper .slick-slide>div>div {
    height: 100%;
}

.testimonial_slider_wrapper {
    margin-top: 3.5rem;
    overflow: hidden;
}

.testimonial_slider_wrapper .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* Testimonial Slider */
.commen-modal .modal-header {
    justify-content: center;
    padding: 2rem;
}

@media (max-width: 575px) {
    .commen-modal .modal-header {
        padding: 1.5rem;
    }
}

.commen-modal .modal-header .modal-title {
    font-size: 2.4rem;
}

@media (max-width: 575px) {
    .commen-modal .modal-header .modal-title {
        font-size: 2rem;
    }
}

.commen-modal .modal-header .btn-close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 4rem;
    height: 4rem;
    padding: 0;
    background: var(--primary-color);
    opacity: 1;
    border-radius: 50%;
}

@media (max-width: 575px) {
    .commen-modal .modal-header .btn-close {
        right: 1rem;
        top: 1.5rem;
    }
}

.commen-modal .modal-header .btn-close img {
    width: 2rem;
    filter: brightness(0) invert(1);
}

.commen-modal .modal-header .btn-close i {
    font-size: 2rem;
}

.commen-modal .modal-body {
    padding: 2rem;
}

@media (max-width: 575px) {
    .commen-modal .modal-body {
        padding: 1.5rem 0.5rem;
    }
}