/* Globa css */
:root {
    --gray: #d2d2d2;
    --gray: #d2d2d2;
    --green: #4eb031;
    --dblue: #125577;
    --blue1: #063753;
    --blue2: #002d41;
    --red: #b80000;
    --light: #eeeeee;
    --gradient1: linear-gradient(180deg, rgba(0, 36, 51, 1) 0%, rgba(5, 52, 78, 1) 50%, rgba(0, 34, 49, 1) 100%);
    --gradient: linear-gradient(90deg, rgba(1, 37, 52, 1) 0%, rgba(6, 56, 85, 1) 100%);
    --primary-font: 'Poppins', sans-serif;
    --gap: 6rem;
    --gap1: 10rem;

}

html {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: var(--primary-font);
}

a {
    cursor: pointer !important;
    font-family: var(--primary-font);

}

/* Gap */
.sec-padd-t {
    padding-top: var(--gap);
}

.sec-padd-b {
    padding-bottom: var(--gap);
}

.sec-padd {
    padding: var(--gap) 0;
}

.sec-padd-t1 {
    padding-top: var(--gap1);
}

.sec-padd-b1 {
    padding-bottom: var(--gap1);
}

.sec-padd1 {
    padding: var(--gap1) 0;
}

/* Gap end */

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.6rem;
}

h6 {
    font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    color: var(--orange);
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 400;
}

img {
    max-width: 100%;
}

/* header */
header .navbar-expand-lg {
    background: var(--gradient);
    padding: 1.5rem 0;
}

header .navbar-expand-lg .navbar-brand img {
    height: 7rem;
}

.header_btn ul {
    list-style: none;
    padding-left: 0;
}

header .navbar-expand-lg li a.nav-link {
    font-size: 1.5rem;
    color: var(--bs-white);
}

.header_btn ul li:nth-child(1) a {
    background: var(--light);
    border: 1px solid var(--bs-black);
    padding: 0.7rem 4rem;
    font-size: 1.4rem;
    border-radius: 0.4rem;
    color: var(--bs-black);
}

.header_btn ul li:nth-child(2) {
    margin-top: 1.5rem;
}

.header_btn ul li:nth-child(2) a {
    background: var(--green);
    border: 1px solid var(--green);
    padding: 0.7rem 4rem;
    font-size: 1.4rem;
    border-radius: 0.4rem;
    color: var(--bs-white);
}

header .navbar-expand-lg .header_btn {
    margin-right: 4rem;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show {
    color: var(--bs-white);
}

header .navbar-expand-lg .navbar-nav {
    gap: 6rem;
    align-items: center;
}

header .navbar-expand-lg .navbar-nav .nav-item {
    position: relative;
}

header .navbar-expand-lg .navbar-nav .nav-item::after {
    content: "";
    position: absolute;
    bottom: 7px;
    right: -31px;
    width: 1.5px;
    height: 16px;
    background: var(--bs-white);
    transition: width 0.5s;

}

header .navbar-expand-lg .navbar-nav .nav-item:last-child::after {
    display: none;
}

.banner_home {
    background: url(../images/banner-bg.webp) center center / cover no-repeat;
    color: var(--blue1);
}

.banner_home img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.banner_home {
    position: relative;
}

.banner_home::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 60%;
    background: #BFD2F8;
    border-radius: 400px 400px 0 0;
    z-index: 0;
}

.banner_home h1 {
    font-size: 7rem;
    font-weight: 700;
}

.banner_home h1 b {
    color: var(--red);
}

.banner_time {
    display: flex;
    gap: 2rem;
}

.banner_time img {
    height: 7rem;
    filter: brightness(0) invert(1);

}

.banner_logo {
    margin: 5rem 0;
    margin-left: 10%;

}

.banner_logo img {
    height: 8rem;
}

.banner_time h3 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 5rem;
}

.banner_home b {
    font-weight: 700;
}

.countable_sec {
    background: var(--blue1);
    color: var(--bs-white);
    padding: 2rem 0;
}

.countable {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    /* gap: 2rem; */
    text-align: center;
    margin: 0;
}

.countable li {
    position: relative;
}

.countable li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: var(--bs-white);
}

.countable li:last-child::after {
    display: none;
}

.countable h4 {
    font-size: 4rem;
    font-weight: 700;
}

.countable p {
    margin-bottom: 0;
}

.c_heading {
    margin-bottom: 3rem;
    color: var(--blue1);
    font-weight: 500;
    font-size: 3.6rem;
}

.c_heading span {
    color: var(--red);
}

.about_home p {
    color: var(--blue1);
    font-weight: 400;
    line-height: 3rem;
}

.btn_div {
    margin-top: 5rem;
}

.blue_btn {
    background: var(--dblue);
    color: var(--bs-white);
    padding: 1.2rem;
    border-radius: 0.4rem;
    max-width: 200px;
    width: 100%;
    font-weight: 500;
    display: inline-block;
    box-shadow: 3px 2px 20px 3px rgba(37, 44, 97, 0.15);
    transition: all 0.4s;
}

.blue_btn:hover {
    background: var(--blue2);
}

.why_choose h2 {
    font-weight: 600;
}

.why_choose ul {
    list-style: none;

}

.why_choose ul li {
    position: relative;
    text-align: left;
    padding-left: 2.5rem;
    margin-top: 1.5rem;
    color: #2E2E2E;
    font-size: 1.5rem;
}

.why_choose ul li::before {
    content: "";
    position: absolute;
    left: -1.5rem;
    width: 20px;
    top: 10px;
    height: 20px;
    background: url(../images/check.svg) center center / contain no-repeat;

}

.vedio_sec img {
    width: 100%;
}

.vedio_sec {
    position: relative;
}

.vedio_sec .icon_play {
    width: auto;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);

}

.doc_sec {
    background: url(../images/doctor-bg.webp) center center / cover no-repeat;
}

.doctor_slider {
    padding: 3rem 2rem;
}

.doctor_card .doctor_img {
    background: #d1d1d1;
    padding-top: 0rem;
    border-radius: 1rem 1rem 0 0;
}

.doctor_card .doctor_img img {
    border-radius: 1rem 1rem 0 0;

}

.doctor_card {
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
    border-radius: 1rem;

}

.doctor_card h3 {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--blue1);
    margin-bottom: 1.5rem;

}

.doctor_card h4 {
    font-weight: 400;
    color: var(--bs-black);
    font-size: 1.4rem;
    margin-bottom: 2rem;
    margin-top: -1rem;
}

.doctor_info {
    padding: 2rem 1rem;
}

.doctor_card h5 {
    font-weight: 400;
    color: var(--bs-black);
    margin-top: -0.5rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
}

.red_arrow {
    padding-bottom: 6rem;
}

.red_arrow .swiper-pagination-bullet-active {
    background: var(--red);
    width: 1.5rem;
    height: 1.5rem;
}

.red_arrow .swiper-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
}

.btn_outline {
    background: var(--bs-white);
    color: var(--bs-black);
    padding: 0.8rem;
    border-radius: 1rem;
    width: 100%;
    display: inline-block;
    border: 1px solid var(--bs-black);
    font-size: 1.5rem;
    transition: all 0.4s;
}

.btn_outline:hover {
    background: var(--blue2);
    color: var(--bs-white);
    border-color: var(--blue2);
}

.doctor_info .btn_outline {
    width: auto;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    border-radius: 0.4rem;
    background: var(--blue1);
    color: var(--bs-white);


}

.doctor_info .btn_outline:hover {
    background: var(--bs-white);
    color: var(--blue1);
}

.doctor_pic {
    height: 30rem;
}


.black_arrow .swiper-button-next:after,
.black_arrow .swiper-button-prev:after {
    color: var(--bs-black);
    font-weight: 600;
}

.icon_health {
    background: #E6F5FC;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin-bottom: 1rem;
    padding-top: 1.5rem;
}

.icon_health img {
    height: 6rem;
}

.health_card {
    border: 1px solid #021526;
    border-radius: 1rem;
    padding: 2rem;
    transition: all 0.4s;
    text-align: center;
}

.health_card:hover {
    background: var(--blue1);
    color: var(--bs-white);
}

.health_card:hover p,
.health_card:hover h3 {
    color: var(--bs-white);
}

.health_card p {
    color: #7B8690;
    font-size: 1.4rem;

}

.health_card h3 {
    color: var(--blue1);
    font-weight: 500;
    font-size: 2rem;
    margin: 1rem 0;
}

.gradient_card {
    background: var(--gradient1);
    color: var(--bs-white);
    padding: 2rem;
    border-radius: 3rem;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient_card h3 {
    font-weight: 400;
}

.gridSlider {
    padding: 4rem 0;
    padding-bottom: 6rem;
}

.home-gallary img {
    width: 100%;
}

.red_arrow .swiper-button-next,
.red_arrow .swiper-button-prev {
    background: var(--red);
    color: var(--bs-white);
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
}

.red_arrow .swiper-button-next::after,
.red_arrow .swiper-button-prev::after {
    color: var(--bs-white);
    font-weight: 600;
    font-size: 2rem;
}

.icon_arrow_with {
    width: 200px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.icon_arrow_with .swiper-pagination {
    width: 100px;
    left: 49px;
}

.red_arrow .swiper-pagination-bullet-active {
    background: var(--red);
}

.icon_arrow_with .swiper-button-next,
.icon_arrow_with .swiper-button-prev {
    bottom: 0;
    top: auto;
}

.red_arrow .swiper-button-disabled {
    background: #b2bcc0;
    opacity: 1;
}

.red_arrow .swiper-button-disabled::after {
    color: #93999c;
}

.outer_arrow {
    padding-bottom: 8rem;
}

.container-width {
    width: 90%;
    margin: 0 auto;
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
}

.why_choose .swiper-slide img {
    padding: 2rem 0;
    background: var(--blue1);
    width: 100%;
}

.vedio_icon {
    position: relative;
}

.vedio_icon img {
    border-radius: 2rem;
}

.vedio_icon::after {
    content: "";
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 50%);
    height: 60px;
    width: 60px;
    filter: brightness(0) invert(1);
    background: url(../images/play-btn.webp) center center/ cover;

}

.msg_doctor {
    background: url(../images/manager-bg.webp) center center / cover no-repeat;
}

.say_client .swiper-button-next {
    right: 0;
}

.say_client .swiper-button-prev {
    left: 0;
}

.say_client p,
.say_client h3 {
    color: var(--blue1);
}

.title_p {
    letter-spacing: 1.5rem;
}

.say_client .title_p {
    margin-bottom: 2rem;
}

.btn_center {
    text-align: center;
    margin-top: 6rem;
}

.btn_center a {
    min-width: 300px;
    max-width: 350px;
    width: 100%;
    display: inline-block;
    border-radius: 6rem;
}

.team_card {
    background: var(--bs-white);
    border-radius: 4px;
    box-shadow: 4px 4px 11px 0px rgb(0 0 0 / 20%);
}

.team_card h3 {
    color: var(--blue1);
    padding-top: 2rem;
    font-weight: 600;
    font-size: 2.2rem;
}

.team_card p {
    color: var(--blue1);
    margin-bottom: 0rem;
    padding-bottom: 2rem;
}

.blue_card {
    border-radius: 2rem;
    background: #05406c;
    padding: 4rem;
    color: var(--bs-white);
}

.blue_card img {
    height: 100px;
    margin: 4.2rem 0;
}

.bottom_arrow {
    padding-bottom: 8rem;
}

.bottom_arrow .swiper-button-next,
.bottom_arrow .swiper-button-prev {
    bottom: 0;
    top: auto;
}

.center_arrow {
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
}

.card_3 {
    padding-left: 1rem;
    padding-right: 1rem;
}


.white_arrow.red_arrow .swiper-button-next,
.white_arrow.red_arrow .swiper-button-prev {
    background: var(--bs-white);
}

.white_arrow.red_arrow .swiper-button-next::after,
.white_arrow.red_arrow .swiper-button-prev::after {
    color: var(--blue1);
    font-weight: 600;
}

.instafeed-sec {
    background: #e5e5e5;
}

.account_div {
    margin-top: 4rem;
}

.account_div ul,
.find_div ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
}

.account_div ul li,
.find_div ul li {
    color: var(--bs-black);
    font-size: 1.8rem;

}

.account_div ul li a {
    color: var(--bs-black);
    font-size: 1.5rem;
    background: var(--bs-white);
    border-radius: 3rem;
    display: inline-flex;
    padding: 1rem 2rem;
    align-items: center;
    gap: 2rem;
    box-shadow: 4px 4px 11px 0px rgb(0 0 0 / 20%);

}

.account_div ul li a img {
    height: 40px;
}

.book_lab {
    background: #fff5e1;
}

.img_flex {
    display: flex;
    gap: 3rem;

}

.contact-bg {
    /* background: url(../images/contact-bg.webp) center center / cover no-repeat; */
    padding: 5rem 0;
    /* color: var(--bs-white); */

}

.contact-bg h2 {
    /* color: var(--bs-white); */
    margin-bottom: 0.8rem;
}

.contact-bg p {
    font-weight: 300;
    font-size: 1.8rem;
}

.contact-bg form {
    margin-top: 3rem;
}

.contact-bg main {
    width: 70%;
    margin: 0 auto;
}

.contact-bg label {
    font-size: 1.4rem;
    font-weight: 300;
}

.contact-bg input {
    border-radius: 0.6rem;
    padding: 1rem;
    font-size: 1.5rem;
    box-shadow: none !important;
    color: var(--bs-black);
}

.contact-bg button {
    margin-top: 2rem;
}

.gray_btn {
    background: #d4d4d4;
    color: var(--blue1);
    outline: none;
    border: none;
}

.gray_btn:hover {
    background: var(--bs-white);
}

.gray_btn .map_Sec {
    color: var(--bs-white);
}

.img_flex img:nth-child(1) {
    width: 80%;
}

.img_flex img:nth-child(2) {
    width: 100px;
    height: 100px;
}

.book_lab h3 {
    color: var(--blue1);
    font-weight: 400;
    font-size: 4rem;
}

.book_lab h2 {
    color: var(--red);
    font-weight: 500;
    font-size: 6rem;
    margin-bottom: 4rem;
}

.yellow_btn {
    background: #e3a12f;
    color: var(--bs-black);
    border-radius: 1rem;
    padding: 1rem 6rem;
}

.group_row {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 4rem;
}

.find_div ul li a img {
    height: 30px;
}

.omshree {
    background: #ffeecf;
    margin-top: -1rem;
}

.find_div {
    margin-top: 2rem;
}

.find_div ul li {
    font-weight: 700;
    color: #77302f;
    font-size: 1.4rem;
}

.group_left {
    border-right: 3px solid #d3ac66;
    padding-right: 4rem;
}

.group_right h3 {
    letter-spacing: 1rem;
    color: #77302f;
    margin-bottom: 0;
}

.group_right h2 {
    color: #77302f;
    font-size: 5rem;
}

.group_right a {
    background: transparent;
    border-radius: 6rem;
    border-color: #77302f;
    color: #77302f;
    text-align: center;
    margin-top: 1.5rem;
}

.shree_logo {
    height: 110px;
}

footer {
    background: var(--blue1);
    color: var(--bs-white);
    padding: 3rem 0;
}

footer .footer_logo img {
    height: auto;
    filter: none;
}

footer img {
    height: 30px;
    filter: brightness(0) invert(1);
}



.footer_address,
footer ul {

    list-style: none;
    padding-left: 0;

}

footer ul li {
    font-weight: 400;
}

.footer_address li {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
    /* align-items: center; */
    font-size: 1.5rem;
    font-weight: 300;

}

.copy_right p {
    font-size: 1.4rem;
    text-align: center;
    border-top: 1px solid var(--bs-white);
    padding: 2rem 0;
    margin-bottom: 0;
}

.footer_address li:nth-child(2) {
    margin-bottom: 2rem;
}

.footer_social {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}

.footer_social img {
    height: 40px;
}

footer h4 {
    margin-bottom: 3rem;
    font-weight: 400;
}

footer p {
    font-size: 1.5rem;
    margin-top: 2rem;
}

.footer_nav li {
    margin-bottom: 1rem;

}

.footer_nav a {
    font-weight: 300;
    font-size: 1.5rem;
}

.footer_nav li {
    position: relative;
}


.footer_form form {
    display: flex;
    gap: 0;
    background: var(--bs-white);
    border-radius: 0.5rem;
    padding: 0.8rem 2rem;
    justify-content: space-between;
}

.footer_form form input {
    padding: 0;
    border: none;
    box-shadow: none !important;
    font-size: 1.5rem;
}

.footer_form button {
    background: transparent;
    outline: none;
    border: none;
}

.footer_form button img {
    filter: none;
}

.footer_nav li:last-child:after,
.nav_show,
.m_show {
    display: none;
}

.outer_sliderarrow .swiper-button-prev {
    left: 0;
}

.outer_sliderarrow .swiper-button-next {
    right: 0;
}

.outer_sliderarrow {
    padding-left: 3rem;
    padding-right: 3rem;
}

.doctor_slider .swiper-button-prev::after,
.doctor_slider .swiper-button-next::after {
    font-size: 2.4rem;
}


.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom_modal .modal-content {
    background: #ececec;
    border-radius: 3rem;
    padding: 2rem;
}

.dual-border {
    background: var(--bs-white);
    border-radius: 3rem;
    padding: 4rem 3rem;
    position: relative;
    z-index: 1;
}

.dual_main {
    position: relative;
}

.dual_main::after {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 3rem;
    background: linear-gradient(to right, #b80000 50%, #0e4e72 50%);
    z-index: 0;
}

.modal_icon {
    margin: 2rem 0;
}

.modal_icon img {
    height: 60px;
}

.modal_icon p {
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 500;
    color: var(--blue1);
}

.outline_a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    color: var(--blue1);
    border: 1px solid var(--blue1);
    padding: 0.5rem 1.2rem;
    border-radius: 3rem;
    transition: all 0.4s;
    font-size: 1.4rem;
    padding-top: 0.6rem;
    font-weight: 500;
}

.outline_a img {
    height: 1.5rem;
}

.outline_a:hover {
    background: var(--blue2);
    color: var(--bs-white);
}

.outline_a:hover img {
    filter: brightness(0) invert(1)
}

.heading_2 {
    color: #0e215f;
    font-weight: 500;
    font-size: 2.8rem;
    text-align: center;
}

.heading_1 {
    color: var(--blue1);
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

.heading_1 span {
    color: var(--red);
    font-weight: 700;
    display: block;
}

.custom_modal form .form-control {
    background: #dadada;
    padding: 1rem 2rem;
    border-radius: 3rem;
    font-size: 1.4rem;
    box-shadow: none !important;
    margin-bottom: 1.5rem;
}

.custom_modal form textarea.form-control {
    border-radius: 1rem;
}

.custom_modal form input[type="submit"] {
    border-radius: 0.4rem;
    transition: background 0.3s ease;
    background: #76a655;
    color: var(--bs-white);
    outline: none;
    border: none;
    padding: 1rem 1.5rem;
    min-width: 150px;
    margin-top: 1.5rem;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 3px 4px 1px;
}


#report_modal input[type="submit"] {
    margin: 0 auto;
    margin-top: 3rem;
    border-radius: 6rem;
    display: block;

}

#report_modal .modal-content {
    background: url(../images/about/modabg.webp) center center / cover no-repeat;
}

#report_modal form .form-control {
    background: transparent;
    border: 1px solid var(--bs-black);
}

.custom_modal form input[type="submit"]:hover {
    background: var(--blue1);
    color: var(--bs-white);
}

.custom_modal .btn-close {
    box-shadow: none !important;
    background-color: #d8d7d7;
    padding: 1rem;
}


.modal.fade .modal-dialog {
    transform: scale(0.7);
    transition: transform 0.3s ease-in-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

.modal.fade.hide .modal-dialog {
    transform: scale(0.7);
}

.right_div {
    border: 1px solid var(--blue1);
}

.right_div .icon_header {
    padding: 3rem;
    list-style: none;
    padding-bottom: 0;
}

.right_div .icon_header li {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
}

.right_div .icon_header li img {
    height: 18px;
    filter: brightness(0) invert(1);
    transform: rotate(-45deg);
}

.right_div .icon_header li span {
    background: var(--blue1);
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    transform: rotate(45deg);
    align-items: center;
    justify-content: center;
}

.right_div .icon_header li a {
    border-bottom: 2px solid;
    transition: all 0.3s;
}

.right_div .icon_header li a:hover {
    color: var(--blue1);
    border-color: var(--blue1);
    margin-left: 10px;
}

.right_div .link_item {
    padding: 3rem;
    background: var(--blue1);
    color: var(--bs-white);
    margin-top: 4rem;
    padding-bottom: 4rem;
}

.right_div .link_item h3 {
    font-weight: 300;
}

.right_div .link_item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.right_div .link_item ul li {
    margin-top: 2rem;
}

.right_div .link_item ul li a {
    font-weight: 300;
    font-size: 1.5rem;
    border-bottom: 1px solid var(--bs-white);
    display: inline-block;
    transition: all 0.3s;

}

.right_div .link_item ul li a:hover {
    margin-left: 10px;
}

.icon_box {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #f8f7ff;
    border-width: 1px;
    border-style: solid;
    border-color: #dbd7ff;
    height: 100%;
}

.icon_box .icon_img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eceafc;
}

.icon_box .icon_content h5 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.icon_box .icon_content p {
    margin-bottom: 0;
}

.icon_list .row .col-lg-3:nth-child(2) .icon_box {
    background: #fdfff4;
    border-color: #ebeee1;
}

.icon_list .row .col-lg-3:nth-child(2) .icon_box .icon_img {
    background: #eff3de;
}

.icon_list .row .col-lg-3:nth-child(3) .icon_box {
    background: #edfaff;
    border-color: #d6e4ea;
}

.icon_list .row .col-lg-3:nth-child(3) .icon_box .icon_img {
    background: #dae9ef;
}

.icon_list .row .col-lg-3:nth-child(4) .icon_box {
    background: #fff6f4;
    border-color: #e9ddda;
}

.icon_list .row .col-lg-3:nth-child(4) .icon_box .icon_img {
    background: #f3e3df;
}

.about_hospital {
    /* background-image: url(../images/about/shape.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f6f3e9; */
    background: url(../images/about/bg-about.webp) center bottom / cover no-repeat;
    background-color: #f6f3e9;
    overflow: hidden;
}

.about_about img {
    bottom: -12rem;
    position: relative;
}

.about_hospital h2 {
    color: #7b6824;
    font-weight: 400;
    margin-bottom: 1rem;
}

.about_hospital h2 b,
.about_hospital h4 b {
    font-weight: 600;
}

.about_hospital p {
    color: #7b6824;
    font-weight: 400;
    font-size: 1.5rem;
}

.about_hospital h4 {
    margin-top: 5rem;
    color: #7b6824;
    font-weight: 400;
    font-size: 2.6rem;
    margin-bottom: 2rem;
}

.about_hospital p:last-child {
    font-size: 1.6rem;
}

.about_form {
    padding: 3rem 3rem;
    background: var(--bs-white);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 6px 2px;
}

.about_form h3 {
    color: #7b6824;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.about_form .form-control {
    background: #f6f3e9;
    color: #8f7f4e;
    font-size: 1.5rem;
    padding: 1rem;
    box-shadow: none !important;
    border: none;
    margin-bottom: 1.5rem;
    border-radius: 0;
}

.about_form .form-control::placeholder {
    opacity: 0.8;
    color: #8f7f4e;
}

.about_form input[type="submit"] {
    background: #7b6824;
    color: var(--bs-white);
    outline: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1rem 3rem;
    margin-left: auto;
    display: inline-block;
}

.doctor_list .doctor_card .doctor_info h3 {
    font-size: 2.2rem;
    color: var(--bs-black);

}

.doctor_list .doctor_card .doctor_info h5 {
    font-weight: 500;
    font-size: 1.5rem;
}

.doctor_list .doctor_card .doctor_info .flex_btn,
.doctor_slider .flex_btn {
    /* display: grid;
    gap: 1.5rem;
    align-items: center;
    justify-content: center; */
    margin-top: 1rem;
    display: flex;
    gap: 0.5rem;
}

.doctor_list .doctor_card .doctor_info .flex_btn a,
.doctor_info .btn_outline {
    background: var(--bs-white);
    border: 1px solid var(--blue2);
    color: var(--bs-black);
    width: 100%;
    display: block;
    margin-top: 1rem;
    padding: 1.2rem 0.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 6rem;
    border: none;
    background: #f1f1f1;
}

.doctor_info .btn_outline {
    background: var(--bs-white);
}

.doctor_list .doctor_card .doctor_info .flex_btn a:hover,
.doctor_info .btn_outline:hover {
    background: #223fbe;
    color: var(--bs-white);
}

.doctor_full label {
    background: #f8f7ff;
    padding: 0.5rem 2rem;
    border-radius: 4rem;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.doctor_full label span {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: var(--blue2);
}

.doctor_list-info {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.doctor_list-info .doctor_info h3 {
    font-weight: 500;
}

.doctor_list-info .doctor_info h5 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 1rem;
}

.doctor_list-info .info_img {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.doctor_info ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;

}

.doctor_info ul li {
    display: flex;
    gap: 1rem;
    align-items: center;
    background-color: #f8f7ff;
    border: 1px solid #dedee0;
    border-radius: 7rem;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.4rem 2rem;
}

.doctor_info ul li img {
    height: 18px;
}

.doctor_full {
    margin-bottom: 6rem;
}

.full-details {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 3rem;
    border-radius: 1rem;
    margin-top: 5rem;
    border: 1px solid #e0e0e0;
}

.full-details .detail-header {
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.full-details .detail-header img {
    height: 30px;
    margin-right: 1.5rem;
}

.full-details .detail-header h4 {
    font-weight: 500;
    padding: 0rem 1rem;
    font-size: 2.4rem;
}

.full-details .details-content p {
    color: var(--bs-black);
}

.coupon_main {
    padding: 3rem;
    border-radius: 2rem;
    background-color: #dae1e9;
    background-image: url(../images/about/img01.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.coupn_top {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.coupn_top img {
    height: 50px;
}

.coupn_top h4 {
    font-weight: 400;
    color: var(--bs-black);
    font-size: 2.4rem;
    width: 70%;
}

.coupn_top h4 b {
    font-weight: 600;
}

.coupon_code {
    border: 1px dashed var(--bs-black);
    display: inline-block;
    margin-top: 3rem;
    padding: 0.5rem 1.5rem;
}

.coupon_code p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
}

.coupon_code h5 {
    margin-bottom: 0;
    color: var(--red);
    font-weight: 600;
}

.contact_banner {
    padding-bottom: 14rem;
    padding-top: 30rem;
}

.banner_text {
    background: #ffffffa1;
    display: inline-block;
    padding: 2rem 4rem;
    border-radius: 2rem;
}

.banner_text h1 {
    color: var(--bs-black);
}

.banner_text p {
    font-weight: 600;
    color: var(--bs-black);

}

.contact-card {
    padding: 4rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.logo-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hospital-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.contact-page {
    margin-top: -6rem;
}

.contact-details h2 {
    color: var(--red);
    font-weight: 600;
    font-size: 2.6rem;
    margin: 0;
}

.contact-page .contact-info {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.contact-page .contact-info li {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
    color: #333;
    font-weight: 500;
}

.contact-page .contact-info li:nth-child(2) img {
    height: 15px;
}

.circle_contact {
    padding: 1rem;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.circle_contact img {
    height: 20px;
}


.contact-page .get-directions h3 {
    font-size: 1.6rem;
    text-align: center;
    color: var(--blue2);
    font-weight: 600;
}

.blue_light {
    background: #4e9bc4;
    padding: 3rem;
    border-radius: 2rem;
}

.qrcode {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.qrcode .qrimg {
    border-radius: 1rem;
    overflow: hidden;
    min-width: 200px;
}

.qrcode .qrimg img {
    height: 150px;
}

.qrcode h4 {
    color: var(--bs-white);
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 4rem;
}

.google_icon {
    background: var(--bs-white);
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    display: inline-block;
}

.google_icon img {
    height: 60px;
}

.feedback-container {
    padding: 4rem;
    background-color: var(--bs-white);
    border-radius: 12px;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
}

.feedback-container h2 {
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--bs-black);
}

.feedback-container form input,
.feedback-container form textarea {
    background: #fbfbfd;
    font-size: 1.6rem;
    padding: 1rem;
    box-shadow: none !important;
}

.feedback-container form label {
    font-size: 1.4rem;
    font-weight: 500;
}

.feedback-container form input[type="submit"] {
    background-color: #cc4736;
    color: var(--bs-white);
    border: none;
    padding: 1rem 4rem;
    border-radius: 24px;
    margin-top: 2rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.feedback-container form input[type="submit"]:hover {
    background-color: var(--blue2);
}

@media (min-width: 768px) and (max-width: 1400px) {
    .blue_card img {
        margin: 2rem 0;
    }
}

@media (max-width:1023px) {
    .navbar-toggler {
        color: var(--bs-white);
        filter: brightness(0) invert(1);

    }
}

@media (max-width:992px) {
    header .navbar-expand-lg .navbar-brand img {
        height: 6rem;
    }

    .nav_show {
        display: inline-block;
    }

    .nav_hide {
        display: none;
    }

    #lifenav {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 60%;
        padding: 2rem;
        box-shadow: 0 0 50px rgb(24 24 24 / 20%);
        -webkit-box-shadow: 0 0 50px rgb(24 24 24 / 20%);
        -moz-box-shadow: 0 0 50px rgb(24 24 24 / 20%);
        height: 100%;
        z-index: 999;
        transition: 0.0s ease-in-out !important;
        transition: 2.0s ease !important;
        transform: translateX(-35ch);
        transition-property: transform !important;
        transition-duration: 0.2s !important;
        transition-delay: 0.01s !important;
        background: var(--gradient);
    }

    header .navbar-expand-lg .navbar-nav {
        align-items: start;
    }

    .navbar-expand-lg .navbar-collapse.show {
        transform: translateX(0ch) !important;
    }

    header .navbar-expand-lg .navbar-nav {
        gap: 2rem;
    }

    header .navbar-expand-lg .navbar-nav .nav-item::after {
        display: none;
    }

    .header_btn ul li:nth-child(1) a,
    .header_btn ul li:nth-child(2) a {
        font-size: 1.2rem;
    }

    .navbar-toggler-icon {
        width: 2.4em;
        height: 2.4em;
    }

    .navbar-toggler {
        box-shadow: none !important;
    }

    .footer_nav li {
        width: 50%;
        margin-top: 1.5rem;
    }

    .footer_nav {
        display: flex;
        flex-wrap: wrap;
    }

    .banner_home h1 {
        font-size: 5rem;
    }

    footer h4 {
        margin-bottom: 1rem;
    }
}

@media (max-width:767px) {
    :root {
        /* --gap: 3rem; */
        --gap1: 5rem;

    }

    .say_client .title_p {
        text-align: center;
    }

    .footer_address {
        border-bottom: 2px solid #4e7084;
    }

    body,
    footer li a {
        font-size: 1.4rem;
    }

    footer img {
        height: 30px;
    }

    .map_Sec iframe {
        height: 300px;
    }

    .c_heading {
        font-size: 3rem;
    }

    .banner_home h1 {
        font-size: 3rem;
    }

    .banner_home h1 br {
        display: none;
    }

    .doctor_slider .swiper-button-prev::after,
    .doctor_slider .swiper-button-next::after {
        font-size: 2rem;
    }

    .banner_logo img,
    .banner_time img {
        height: 5rem;
    }

    .banner_time h3 {
        font-size: 1.6rem;
    }

    .m_hide {
        display: none;
    }

    .m_show {
        display: block;
    }

    .banner_logo {
        margin: 3rem 0;
        margin-left: 0;
    }

    .banner_time {
        gap: 1rem;
    }

    .about_home p {
        line-height: normal;
    }

    .btn_div,
    .btn_center {
        margin-top: 4rem;
    }

    .btn_center1.mt-5 {
        text-align: center;
    }

    /* .btn_div .blue_btn,
    .btn_center a {
        max-width: 240px;
        background: #f1f1f1;
        color: var(--blue1);
    } */
    .about_home .row {
        flex-direction: column-reverse;
    }

    .vedio_sec .icon_play {
        height: 70px;
    }

    .vedio_sec img {
        height: 250px;
        object-fit: cover;
    }

    .black_arrow .swiper-button-next:after,
    .black_arrow .swiper-button-prev:after {
        font-size: 3rem;
    }

    .doctor_card h3,
    .doctor_card h4 {
        font-size: 1.8rem;
    }

    .doctor_card h5 {
        font-size: 1.4rem;
    }

    .btn_outline {
        font-size: 1.6rem;
        width: 80%;
    }

    .gradient_card {
        height: 170px;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.6rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4,
    .group_right h3 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.6rem;
    }

    h6 {
        font-size: 1.4rem;
    }

    .group_right h3 {
        letter-spacing: 0.6rem;
    }

    .gridSlider {
        padding: 0rem 0;
        padding-bottom: 5rem;
    }

    .why_choose h2,
    .about_home h2 {
        margin-top: 2rem;
    }

    .group_right {
        text-align: center;
    }

    .c_heading {
        text-align: center;
    }

    .contact-bg main {
        width: 90%;
    }

    .group_right h2 {
        font-size: 3.5rem;
        font-size: 600;
    }

    .outer_arrow {
        padding-bottom: 6rem;
    }

    /* .doctor_slider {
        padding: 1rem;
    } */

    .doctor_info {
        padding: 2rem 1rem;
    }

    .doctor_pic {
        height: 20rem;
        width: auto;
    }

    .title_p {
        letter-spacing: 1rem;

    }

    .say_client .title_p {
        margin-bottom: 3rem;
    }

    .blue_card {
        display: flex;
        padding: 1.5rem;
        align-items: center;
        border-radius: 0.5rem;
        text-align: left;
        margin-bottom: 2rem;
    }

    .blue_card img {
        height: 60px;
        margin: 0rem 1.5rem;
    }

    .blue_card h3 {
        font-size: 1.8rem;
        font-weight: 500;
    }



    .red_arrow .swiper-button-next,
    .red_arrow .swiper-button-prev {
        width: 3.5rem;
        height: 3.5rem;
    }

    .big_slider {
        padding-top: 0 !important;
    }

    .instafeed-sec .pt-5 {
        padding: 0rem 0 !important;
    }

    .img_flex img:nth-child(1) {
        width: 80%;
    }

    .img_flex img:nth-child(2) {
        width: 70px;
        height: 70px;
    }

    .img_flex {
        gap: 0;
        margin-top: 2rem;
    }

    .book_lab h3 {
        font-size: 2.4rem;
    }

    .book_lab h2 {
        font-size: 3rem;
    }

    .book_lab h3 {
        margin-top: 1.5rem;
    }

    .yellow_btn {
        padding: 1rem 4rem;
    }

    .account_div {
        margin-top: 3rem;
    }

    .vedio_icon img {
        width: 100%;
    }

    .account_div ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .account_div ul li:nth-child(2),
    .account_div ul li:nth-child(3) {
        width: 47%;
    }

    .account_div ul li a,
    .group_left {
        width: 100%;
        text-align: center;
    }

    .account_div ul li:nth-child(1),
    .group_right,
    .group_left {
        width: 100%;
    }

    .account_div ul li a img {
        height: 30px;
    }

    .account_div ul li a,
    .account_div ul,
    .find_div ul {
        gap: 1.5rem;
    }

    .group_row {
        flex-wrap: wrap;
        gap: 3rem;
    }

    .group_left {
        border-bottom: 2px solid #d3ac66;
        padding-right: 0rem;
        border-right: 0;
    }

    .find_div {
        padding-bottom: 2rem;
    }

    .shree_logo {
        height: 90px;
    }

    .group_right a {
        width: 60%;
    }

    .sec-padd1 {
        padding: var(--gap1) 1rem;
    }

    .sec-padd {
        padding: var(--gap) 1rem;
    }

    .sec-padd-b1 {
        padding: 0 1rem var(--gap1) 1rem;
    }

    footer,
    .sec-padd-t {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .book_lab {
        text-align: center;
    }

    .book_lab h3 {
        width: 80%;
    }

    .book_lab h3,
    .book_lab h2 {
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }

    .outer_sliderarrow {
        padding-top: 0;
    }

    /* .outer_sliderarrow {
        padding-left: 3rem;
        padding-right: 3rem;
    } */
    .banner_home::after {
        width: 56%;
        height: 40%;
    }

    .countable h4 {
        font-size: 2.6rem;
    }

    .countable p {
        font-size: 1.2rem;
    }

    .heading_1 {
        font-size: 3rem;
        margin-top: 2rem;
    }

    .health_card h3 {
        font-size: 1.7rem;
    }

    .health_card {
        padding: 1.5rem;
    }

    .right_div {
        margin-top: 3rem;
    }

    .icon_list {
        padding-top: 1rem;
    }

    .icon_box,
    .doctor_list-info,
    .qrcode {
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .doctor_full {
        text-align: center;
        margin-bottom: 1rem;
    }

    .doctor_info ul {
        gap: 1rem;
    }

    .doctor_list-info {
        gap: 0;
    }

    .doctor_info ul li {
        font-size: 1.4rem;
        padding: 0.5rem 1.2rem;
    }

    .doctor_info ul li img {
        height: 16px;
    }

    .coupn_top h4 {
        font-size: 2rem;
        width: 80%;
    }

    .doctor_list-info .info_img {
        margin: 0 auto;
    }

    .icon_box .icon_img {
        margin: 0 auto;
    }

    .about_hospital .col-md-4:nth-child(2) {
        order: 3;
    }

    .about_about img {
        bottom: -7rem;
    }

    .about_form {
        padding: 3rem;
    }

    .about_hospital {
        background-size: 700px;
    }

    .coupon_main {
        background-image: none;
        margin-bottom: 3rem;
    }

    .full-details {
        margin-top: 4rem;
    }

    .full-details .detail-header img {
        height: 25px;
    }

    .full-details .detail-header h4 {
        font-size: 2.2rem;
    }

    .contact_banner {
        padding-bottom: 8rem;
        padding-top: 6rem;
    }

    .banner_text {
        width: 90%;
        margin: 0 auto;
    }

    .contact-card {
        padding: 4rem 2rem;
    }

    .contact-details h2 {
        font-size: 2.4rem;
    }

    .qrcode h4 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .doctor_list .doctor_card .doctor_info .flex_btn a,
    .doctor_info .btn_outline {
        font-size: 1.4rem;
    }
}