@font-face {
    font-family: 'Garnett';
    src: url('../fonts/GarnettLight-Regular.woff2') format('woff2'),
        url('../fonts/GarnettLight-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garnett';
    src: url('../fonts/GarnettMedium-Regular.woff2') format('woff2'),
        url('../fonts/GarnettMedium-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garnett';
    src: url('../fonts/GarnettSemibold-Regular.woff2') format('woff2'),
        url('../fonts/GarnettSemibold-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garnett';
    src: url('../fonts/GarnettBlack-Regular.woff2') format('woff2'),
        url('../fonts/GarnettBlack-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garnett';
    src: url('../fonts/GarnettRegular-Regular.woff2') format('woff2'),
        url('../fonts/GarnettRegular-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garnett';
    src: url('../fonts/Garnett-Bold.woff2') format('woff2'),
        url('../fonts/Garnett-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    line-height: normal;
    font-family: 'Garnett';
    color: var(--bg-blackColor);
    text-decoration: none;
    list-style: none;
}

:root {
    --bg-primaryColor: #337677;
    --bg-secondary: #156061;
    --bg-primaryColor-light: rgb(43, 161, 160, 0.8);
    --bg-blackColor: #000;
    --bg-Light: #F7F7F7;
    --bg-light2: #ffffff;
    --subText: #000000;
    /* --pink: #FA99BA; */
    --pink: #498a9c;
    /* --text: #064445; */
    --text: #083a3a;
    --text-dark: #064232;
}

body {
    background: #fff url(../images/body-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #dcdcdc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--text);
}

a {
    text-decoration: none;
}

img{
    max-width: 100%;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
}

p:last-child {
    margin: 0;
}

h1 {
    font-size: 42px;
    line-height: 55px;
    font-weight: 700;
    color: var(--text);
}

.para {
    font-size: 16px;
    line-height: 27px;
    color: var(--subText);
}

/* Home page */
.home-wrapper {
    /* height: calc(100vh - 90px); */
    padding-bottom: 120px;
}

.banner_text_wrapper p {
    font-size: 20px;
    line-height: 28px;
    max-width: 920px;
    margin: 0 auto 30px;
}
.banner_text_wrapper h1{
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
}

.banner_text_wrapper h1 span{
    color: var(--bg-primaryColor);
}

.logo-wrapper {
    height: auto;
    margin: 0 auto 50px;
    text-align: center;
}

.logo-wrapper img {
    max-width: 150px;
}

.logo-wrapper h4 {
    font-size: 32px;
    font-weight: 700;
    color: var(--bg-primaryColor);
    margin: 10px 0 0;
    text-transform: uppercase;
}

.main-heading {
    font-weight: 600;
    font-size: 65px;
    line-height: 105px;
    color: var(--bg-blackColor);
}

.main-heading span {
    color: var(--bg-primaryColor);
    position: relative;
}

.main-heading span::before {
    content: "";
    position: absolute;
    width: 101%;
    height: 52px;
    background-color: var(--bg-primaryColor);
    opacity: 0.16;
    bottom: 0;
    left: 0;
    right: 0;
}

.subtext {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: var(--subText);
    text-align: right;
}

.heading-wrapper-main {
    max-width: 930px;
}

.grid-wrapper {
    max-width: 930px;
    margin: 0 auto;
}

.gradient-border {
    background: var(--bg-Light);
    border-radius: 30px;
    transition: .5s all linear;
    cursor: pointer;
}

.gradient-border a {
    width: 100%;
}

.grid-box {
    background: var(--bg-light2);
    border-radius: 30px;
    padding: 34px 40px;
    width: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.gradient-border:hover {
    background: rgb(43, 161, 160, 0.5);
}

.testimonial_wrapper .testimonial_inner {
    max-width: 930px;
    padding: 25px 45px;
    border: 1px solid var(--text);
    border-radius: 30px;
    margin: 30px auto 0;
    text-align: center;
}

.testimonial_wrapper .testimonial_inner h5 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px;
}

.testimonial_wrapper .testimonial_inner p {
    font-size: 15px;
    margin: 0;
}

.testimonial_wrapper .testimonial_inner p span {
    font-weight: 500;
}

.banner-footer h4 {
    font-size: 19px;
    line-height: 26px;
    margin: 0;
}

.grid-box .box-img {
    width: 100%;
    height: 52px;
    margin: 0 auto;
}

.grid-box .box-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--text);
}

.f-para {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 6px;
}

.f-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
}

.age-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--subText);
}

.dark-btn {
    background: var(--bg-primaryColor);
    border-radius: 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 13px 40px;
    display: inline-flex;
    transition: 0.3s all ease;
}

.dark-btn:hover {
    background: var(--bg-primaryColor);
}

.light-btn {
    background: transparent;
    border: 1px solid var(--text);
    border-radius: 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--text);
    padding: 13px 40px;
    display: inline-flex;
    transition: 0.3s all ease;
}

.light-btn:hover {
    box-shadow: 0 2px 9px #0003;
    background: #FFF;
}

/* Services */
.modal-header {
    display: flex;
    padding: 30px 30px 20px 30px;
    border: 0;
}

.modal-header .modal-title {
    width: calc(100% - 105px);
}

.modal-dialog {
    max-width: 930px;
}

.modal-content {
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 0;
    padding-bottom: 0px;
    /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); */
}

.modal-backdrop {
    background-color: #f3f3f3;
    backdrop-filter: blur(100px);
}

.modal-backdrop.show {
    background: #fff url(../images/body-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
}

.service_inner_box_wrapper {
    border: 1px solid #06444538;
    padding: 25px;
    border-radius: 30px;
    height: 100%;
}

.service_inner_title {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.service_inner_title .icon {
    width: 70px;
    height: 70px;
    background: #06444512;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_inner_title .icon svg {
    width: 40px;
}

.service_inner_title .icon svg path {
    fill: var(--bg-primaryColor);
}

.service_inner_title .title {
    width: calc(100% - 70px);
    padding-left: 15px;
}

.service_inner_title .title h4 {
    margin: 0;
    color: var(--text-dark);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.service_inner_wrapper {
    padding: 0 30px 30px;
}

.modal-body {
    padding: 0;
}

.modal-header .btn-close {
    display: flex;
    align-items: center;
    margin: 0px;
    background: var(--bg-light2) !important;
    border-radius: 60px;
    gap: 10px;
    width: auto;
    height: auto;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
    color: var(--bg-primaryColor) !important;
    opacity: 1 !important;
    transition: 0.3s all ease;
    border: 1px solid #ddd;
}

.modal-header .btn-close img {
    width: auto;
    height: 16px;
}

.back-btn:hover,
.modal-header .btn-close:hover {
    box-shadow: 0 2px 9px #0003;
    background: #FFF !important;
}

.modal-para {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: var(--subText);
}

.service-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    gap: 20px;
    padding: 32px 25px;
    background: #FFFFFF;
    box-shadow: 0px 11px 28px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    transition: 0.3s all ease;
    cursor: pointer;
    height: 100%;
}

.service-box svg {
    width: 80px;
    height: auto;
}

.service-box svg path {
    transition: 0.3s all ease;
}

.service-box span {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: var(--text);
    max-width: 180px;
    transition: 0.3s all ease;
}

.service-box:hover {
    background: var(--pink);
}

.service-box:hover svg path {
    fill: #FFF;
    fill-opacity: 1;
}

.service-box:hover span {
    color: #FFF;
}

.back-btn {
    margin: 0px;
    background: var(--bg-light2) !important;
    border-radius: 60px;
    width: 45px;
    height: 45px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: var(--bg-blackColor) !important;
    opacity: 1 !important;
    transition: 0.3s all ease;
    cursor: pointer;
}

.tabs-wrapper {
    display: flex;
    gap: 16px;
}

.nav-pills {
    gap: 10px;
    flex: 0 0 150px;
    width: 150px;
    max-height: 580px;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: row !important;
}

.tab-content-wrapper {
    flex: 0 0 calc(100% - 150px - 16px);
    max-height: 580px;
    overflow-y: auto;
}

.tab-content p {
    font-size: 16px;
}

.nav-pills .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    background: var(--bg-light2);
    border-radius: 30px;
    padding: 20px;
    gap: 14px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: rgb(89, 127, 154, 0.8);
    width: 100%;
}


.nav-pills .nav-link svg {
    width: 50px !important;
    height: auto;
    transition: 0.5s all ease;
}


.nav-pills .nav-link:hover svg {
    transform: scale(1.15);
}

.nav-pills .nav-link.active {
    background-color: var(--pink);
    color: #FFF;
}

.nav-pills .nav-link.active svg path {
    fill: #FFF;
    fill-opacity: 1;
}

.tab-content {
    background: #FFFFFF;
    border: 1px solid #FA99BA;
    box-shadow: 0px 11px 28px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 30px;
    height: -webkit-fill-available !important;
}

/* Case study modal */

.case-wrapper {
    background: var(--white);
    /* box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05); */
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 20px;
    margin: 20px 10px;
}

.case-wrapper .accordion-item {
    background: no-repeat;
    border: none;
    padding: 0;
    margin: 0;
}

.case-wrapper .accordion-item .accordion-header .accordion-button {
    background: none !important;
    background: var(--bg-Light);
    border-radius: 30px !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: rgba(49, 169, 165, 0.8) !important;
    padding: 0px !important;
    box-shadow: none !important;
}

.case-wrapper .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.case-wrapper .accordion-body {
    padding-left: 0px;
    padding-right: 0;
}

.case-wrapper .accordion-body img {
    border-radius: 20px !important;
}

.case-wrapper .accordion-item .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1653_5471)'%3E%3Cpath d='M16 0C7.17725 0 0 7.17725 0 16C0 24.8228 7.17725 32 16 32C24.8228 32 32 24.8228 32 16C32 7.17725 24.8228 0 16 0ZM23 17.3333H9C8.26394 17.3333 7.66675 16.7361 7.66675 16C7.66675 15.2639 8.26394 14.6667 9 14.6667H23C23.7361 14.6667 24.3333 15.2639 24.3333 16C24.3333 16.7361 23.7361 17.3333 23 17.3333Z' fill='%232E9E9F' fill-opacity='0.8'/%3E%3Cpath d='M16 22.1172V8.99719' stroke='%23F6F6F6' stroke-width='2.5' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1653_5471'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.case-wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1653_5471)'%3E%3Cpath d='M16 0C7.17725 0 0 7.17725 0 16C0 24.8228 7.17725 32 16 32C24.8228 32 32 24.8228 32 16C32 7.17725 24.8228 0 16 0ZM23 17.3333H9C8.26394 17.3333 7.66675 16.7361 7.66675 16C7.66675 15.2639 8.26394 14.6667 9 14.6667H23C23.7361 14.6667 24.3333 15.2639 24.3333 16C24.3333 16.7361 23.7361 17.3333 23 17.3333Z' fill='%232E9E9F' fill-opacity='0.8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1653_5471'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/* About modal */

.doctor-wrapper {
    position: relative;
}

.doctor-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.doc-name {
    font-weight: 600;
    font-size: 26px;
    line-height: 45px;
    color: var(--pink);
}

.doc-subtext {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: rgba(89, 127, 154, 0.9);
}

.doc-subtext span {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
}

.summary-wraper {
    background: var(--bg-Light);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.13);
    border-radius: 50px;
    padding: 0;
    margin-bottom: 20px;
}

.summary-wraper .heading {
    background: #FEFEFE;
    border-radius: 50px 50px 0px 0px;
    padding: 13px;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    color: rgba(46, 158, 159, 0.7);
}

.summary-wraper ul {
    padding: 10px 30px 10px 50px !important;
}

.summary-wraper ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    position: relative;
}

.summary-wraper ul li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 8px;
    left: -23px;
    background-color: #2E9E9F;
    border-radius: 50px;
}

/* Contact Modal */
.contact-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.07);
    border-radius: 24px;
    padding: 7px;
}

.contact-icon-wrapper {
    background: var(--bg-primaryColor-light);
    border-radius: 16px;
    padding: 12px;
}

.contact-box a,
.contact-box span {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: var(--subText);
    word-break: break-all;
    transition: 0.5s ease;
}
.contact-box a:hover{
    color: var(--bg-primaryColor);
}

.mobile-footer {
    z-index: 9999999;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    inset: auto 0% 0%;
}

.modal-fixed-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
}

.banner-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(20px);
}

.footer_inner {
    max-width: 930px;
    margin: 0 auto;
}

.service_wrapper {
    padding: 28px 0;
    height: 100dvh;
}

.service_wrapper .container {
    height: 100%;
}

.service_wrapper .service_inner {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    background: var(--bg-light2);
    border-radius: 30px;
    height: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
}

.inner_page_header {
    padding: 30px;
}

.inner_page_body {
    padding: 0 30px 30px;
    height: calc(100% - 202px);
    overflow-y: auto;
}

.inner_page_footer {
    padding: 20px;
    background: #fff;
    box-shadow: 0 -5px 30px 0 rgba(0, 0, 0, 0.1);
}

.inner_page_footer .footer_inner h4 {
    margin: 0;
    font-size: 18px;
}

.section_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: var(--text-dark);
    margin: 0;
    display: flex;
    align-items: center;
}

.section_title a {
    width: 50px;
    height: 50px;
    background: var(--bg-Light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.service_box_wrapper {
    background: rgba(51, 118, 119, 0.05);
    border-radius: 20px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid rgba(51, 118, 119, 0.05);
    transition: 0.5s ease;
}

.service_box_wrapper:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: var(--bg-light2);
    border: 1px solid var(--text);
}

.service_head {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    min-height: 48px;
}

.service_head h4 {
    font-size: 19px;
    line-height: 24px;
    margin: 0;
    font-weight: 500;
    width: calc(100% - 40px);
    padding-right: 15px;
}

.btn_round {
    width: 40px;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    transition: 0.5s ease;
    border: 1px solid var(--text);
}
.btn_round img{
    filter: brightness(0);
}

.service_box_wrapper:hover .btn_round {
    transform: rotate(-45deg);
}

.service_box_wrapper .service_img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 9 / 6;
}

.service_box_wrapper .service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.service_box_wrapper:hover .service_img img {
    transform: scale(1.1) rotate(2deg);
}

.team_box {
    background: rgba(51, 118, 119, 0.05);
    padding: 20px;
    border-radius: 30px;
}

.team_img {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    aspect-ratio: 9 / 11;
}

.team_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team_detail {
    margin-top: 10px;
    text-align: center;
}

.team_detail h4 {
    color: var(--text);
}

.summary_wrapper {
    padding: 30px;
    margin-top: 30px;
    border: 1px solid var(--text);
    border-radius: 30px;
}

.summary_wrapper h4 {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 15px;
    color: var(--text);
}

.summary_wrapper ul li {
    position: relative;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 26px;
}

.summary_wrapper ul li:before {
    position: absolute;
    content: "";
    left: -22px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: var(--bg-primaryColor);
    border-radius: 50%;
}
.social_wrapper{
    margin: 30px 0 0;
    display: flex;
    align-items: center;
}
.social_wrapper h4{
    margin: 0;
    padding-right: 20px;
}
.social_wrapper ul{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.social_wrapper ul li {
    margin-right: 10px;
}
.social_wrapper ul li a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--bg-primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}
.social_wrapper ul li a img{
    width: 17px;
    height: 17px;
    transition: 0.5s ease;
}
.social_wrapper ul li a:hover{
    background: var(--bg-primaryColor);
}
.social_wrapper ul li a:hover img{
    filter: brightness(0) invert(1);
}
.contact_inner_wrapper {
    padding: 0 30px 30px;
}

.other_service_wrapper{
    padding-top: 40px
}
.second_title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 30px;
    color: var(--text);
}
.second_title span{
    color: var(--bg-secondary);
}
.service_inner_wrapper .second_title{
    margin: 0 0 20px;
}
.service_inner_wrapper .second_title.with_underline{
    position: relative;
    margin-bottom: 35px;
}
.service_inner_wrapper .second_title.with_underline:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: var(--bg-secondary);
}
.inner_banner_wrapper {
    padding: 40px 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url(../images/body-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    margin: 0 0 30px;
    border: 1px solid #0644454a;
    background: #06444512;
}
.inner_banner_wrapper h2{
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    color: var(--text);
    margin: 0;
    font-style: italic;
}
.inner_banner_wrapper h2 span{
    color: var(--bg-secondary);
    display: block;
}
.offer_box_Wrapper{
    padding: 20px;
    border: 1px solid #0644454a;
    border-radius: 20px;
    height: 100%;
}
.offer_box_Wrapper p {
    font-size: 14px;
    line-height: 22px;
}
.offer_box_Wrapper h4{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: var(--text);
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
}
.offer_box_Wrapper h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: var(--text);
    border-radius: 50%;
}
.benefit_wrapper ul{
    padding: 0;
    margin: 0;
}
.benefit_wrapper ul li{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px;
    padding-left: 25px;
}
.benefit_wrapper ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    background: url(../images/right-angle.svg);
    background-repeat: no-repeat;
    background-size: 17px;
}
.botton_tagline_wrapper h4 {
    text-align: center;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    line-height: 30px;
    color: var(--text);
}
.post_rehab_wrap{
    background: #06444512;
    padding: 30px;
    border-radius: 30px;
}

.value_img{
    aspect-ratio: 16/11;
    overflow: hidden;
    border-radius: 25px;
}
.value_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.value_content h4{
    font-weight: 600;
    color: var(--text);
    font-size: 24px;
    line-height: 34px;
}
.clinic_img{
    aspect-ratio: 16/12;
    overflow: hidden;
    border-radius: 15px;
}
.clinic_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatsapp_chat_wrapper{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
}
.whatsapp_chat_wrapper .btn_whatsapp{
    border: 0;
}
.whatsapp_chat_wrapper .btn_whatsapp svg{
    width: 50px;
    height: 50px;
}

/* Responsive  */

@media (max-width: 1200px) {
    .main-heading {
        font-size: 50px;
        line-height: 80px;
    }

    h1 {
        font-size: 38px;
        line-height: 52px;
    }

    .main-heading span::before {
        height: 34px;
    }

    .subtext {
        font-size: 20px;
    }

    .grid-box .box-img {
        max-width: 90px;
    }

    .f-para {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }

    .grid-box .box-title {
        font-size: 17px;
    }

    .grid-box {
        padding: 30px;
    }

    .grid-wrapper {
        margin-top: 20px;
    }

    .f-para,
    .f-title,
    .age-text {
        display: block;
        max-width: 100%;
        text-align: center;
    }

    .logo-wrapper img {
        max-width: 120px;
    }

    .logo-wrapper h4 {
        font-size: 25px;
    }

    .banner_text_wrapper p {
        font-size: 17px;
        line-height: 23px;
    }

    .summary_wrapper ul li {
        font-size: 16px;
    }

    .subtext {
        text-align: center;
    }

    .age-text {
        margin-bottom: 20px;
    }

    .para {
        font-size: 16px;
        line-height: 24px;
    }

    .modal-title {
        font-size: 38px;
        line-height: 50px;
    }

    .service-box {
        gap: 50px;
        padding: 24px 20px;
    }

    .service-box svg {
        width: 80px;
        padding-top: 0;
    }

    .service-box {
        gap: 20px;
        padding: 14px;
        border-radius: 20px;
    }
    .service_inner_title .title h4 {
    font-size: 17px;
    line-height: 24px;
    }
    .service_inner_box_wrapper {
    padding: 20px;
    }

    .service_wrapper {
        padding: 14px 0;
    }

    .section_title {
        font-size: 30px;
        line-height: 40px;
    }

    .modal-dialog {
        max-width: 1000px;
        width: calc(100% - 25px);
    }
    .inner_banner_wrapper h2 {
    font-size: 20px;
    line-height: 32px;
    }
    .inner_banner_wrapper {
    padding: 30px 30px;
    border-radius: 20px;
    }

    .value_content p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {

    .subtext {
        font-size: 18px;
    }

    .second_title {
        font-size: 20px;
        line-height: 28px;
    }
    .para {
        font-size: 14px;
        line-height: normal;
    }
    .benefit_wrapper ul li {
    font-size: 14px;
    line-height: 22px;
}
.botton_tagline_wrapper h4 {
    font-size: 18px;
    line-height: 26px;
}
.post_rehab_wrap {
    padding: 20px;
}

    .modal-title {
        font-size: 32px;
        line-height: 46px;
    }

    .modal-title {
        font-size: 28px;
        line-height: 38px;
    }

    .service_head h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .service_box_wrapper {
        padding: 10px;
    }

    .case-wrapper .accordion-item .accordion-header .accordion-button {
        font-size: 24px;
        line-height: 32px;
        padding: 14px !important;
        border-radius: 20px !important;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner_text_wrapper h1 {
    font-size: 30px;
    line-height: 43px;
    }

    .banner_text_wrapper p {
        font-size: 15px;
        line-height: 22px;
    }

    .testimonial_wrapper .testimonial_inner {
        padding: 19px 25px;
    }

    .testimonial_wrapper .testimonial_inner h5 {
        font-size: 15px;
        line-height: 24px;
    }

    .summary-wraper ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .doc-name {
        font-size: 26px;
        line-height: 38px;
    }

    .contact-box a,
    .contact-box span {
        font-size: 18px;
        line-height: normal;
    }

    .home-wrapper {
        padding-bottom: 8em;
    }

    .mobile-footer .dark-btn,
    .mobile-footer .light-btn {
        padding: 12px 20px;
    }

    .modal-header {
        padding: 20px 20px 20px 20px;
    }

    .modal-header .modal-title {
        width: calc(100% - 105px);
        font-size: 22px;
        line-height: 30px;
    }

    .service_inner_wrapper{
        padding: 0 20px 20px;
    }

    .contact_inner_wrapper {
        padding: 0 20px 20px;
    }


}

@media (max-width: 576px) {
    .nav-pills {
        width: 100%;
    }

    .nav-pills .nav-link svg {
        width: 30px;
    }
    .offer_box_Wrapper h4 {
    font-size: 16px;
    line-height: 24px;
    }
    .post_rehab_wrap {
        padding: 15px;
    }
    .inner_banner_wrapper {
        padding: 20px 20px;
        border-radius: 20px;
    }
    .inner_banner_wrapper h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .modal-header .modal-title {
        font-size: 20px;
        line-height: 28px;
    }

    .main-heading,
    .main-heading span {
        font-size: 40px;
        line-height: 50px;
    }
    .botton_tagline_wrapper h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .banner_text_wrapper h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .subtext {
        font-size: 16px;
        line-height: normal;
    }

    .modal-header .btn-close {
        padding: 0;
        font-size: 14px;
        line-height: normal;
        width: 40px;
        height: 40px;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    .service-box svg {
        width: 70px;
    }

    .modal-header .modal-title {
        width: calc(100% - 40px);
    }
    .modal-header .btn-close img {
    height: 13px;
}

    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }

    .modal-content {
        border-radius: 20px;
    }

    .modal-header {
        padding: 15px;
    }
    .value_content h4 {
    font-size: 20px;
    line-height: 28px;
}

    .service_inner_wrapper {
        padding: 0 15px 15px;
    }

    .modal-fixed-footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }

   .service_inner_title .title h4 {
        font-size: 14px;
        line-height: 24px;
    }

    .service_inner_title .icon {
        width: 60px;
        height: 60px;
    }

    .service_inner_title .icon svg {
        width: 35px;
        height: 35px;
    }
    .service_inner_box_wrapper {
    padding: 15px;
    border-radius: 20px;
}

    .service_inner_title .title {
        width: calc(100% - 40px);
        padding-left: 15px;
    }

    .back-btn {
        padding: 5px;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
    }

    .back-btn img {
        width: 14px;
    }

    .summary_wrapper {
        padding: 20px;
    }

    .summary_wrapper ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .summary_wrapper ul li:before {
        left: -16px;
        top: 7px;
        width: 9px;
        height: 9px;
    }

    .summary_wrapper ul {
        padding-left: 20px;
    }

    .team_box {
        padding: 15px;
    }

    .team_detail h4 {
        font-size: 18px;
    }

    .team_detail h6 {
        font-size: 14px;
    }

    .nav-pills .nav-link {
        padding: 15px;
        border-radius: 20px;
        font-size: 16px;
    }

    .tab-content {
        border-radius: 20px;
        padding: 20px;
    }

    .inner_page_header {
        padding: 15px;
    }

    .inner_page_footer {
        padding: 15px;
    }

    .inner_page_body {
        padding: 0 15px 15px;
        height: calc(100% - 142px);
    }

    .contact_inner_wrapper {
        padding: 0 15px 15px;
    }

    .case-wrapper .accordion-body img {
        border-radius: 12px !important;
    }

    .case-wrapper {
        border-radius: 20px;
        padding: 12px;
        margin: 12px 10px;
    }

    .case-wrapper .accordion-item .accordion-header .accordion-button {
        font-size: 20px;
        line-height: 25px;
        padding: 12px !important;
        border-radius: 14px !important;
    }

    .doc-name {
        font-size: 24px;
        line-height: 36px;
    }

    .doc-subtext {
        font-size: 16px;
        line-height: 25px;
    }

    .doc-subtext span {
        font-size: 14px;
        line-height: 20px;
    }

    .doctor-content {
        padding: 12px;
    }

    .summary-wraper ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .summary-wraper ul li::before {
        top: 6px;
        left: -30px;
    }

    .contact-title {
        font-size: 18px;
    }

    .contact-box a,
    .contact-box span {
        font-size: 16px;
    }

    .tabs-wrapper {
        flex-direction: column;
    }

    .tabs-wrapper .nav-pills {
        flex-direction: row !important;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .tabs-wrapper .nav-pills .nav-link {
        flex: 0 0 100px;
        padding: 12px !important;
        border-radius: 12px !important;
        font-size: 14px;
    }

    .tab-content p {
        font-size: 14px;
    }

    .summary-wraper .heading {
        font-size: 20px;
    }

    .nav-pills,
    .tab-content-wrapper {
        flex: 0 0 100%;
    }

    .light-btn {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 25px;
    }

    .dark-btn {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        padding: 10px 30px;

    }

    .section_title {
        font-size: 25px;
        line-height: 35px;
    }

    .section_title a {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .para {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 5px;
    }
    .grid-box {
        padding: 20px;
        border-radius: 15px;
    }
    .grid-box .box-title {
        font-size: 15px;
    }
    .grid-box .box-img {
        height: 40px;
    }
    .testimonial_wrapper .testimonial_inner h5 {
        font-size: 14px;
        line-height: 22px;
    }
    .testimonial_wrapper .testimonial_inner p {
    font-size: 14px;
}
.whatsapp_chat_wrapper .btn_whatsapp svg {
    width: 40px;
    height: 40px;
}
.whatsapp_chat_wrapper {
    bottom: 70px;
    right: 10px;
    width: 40px;
    height: 40px;
}
.banner-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.home-wrapper {
        padding-bottom: 6em;
    }

}