@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --black: #000;
    --white: #fff;
    --text_c: #999;
    --g_f4f4f4: #F4F4F4;
    --b_1_0F5497: #0F5497;
    --b_2_1168B8: #1168B8;
    --b_3_1E85D9: #1E85D9;
    --b_4_46A0EA: #46A0EA;
    --b_5_87C1F2: #87C1F2;
    --b_6_BFDCF8: #BFDCF8;
    --DDDDDD: #DDDDDD;
}

body {
    font-weight: 500;
    color: var(--black);
    background-color: var(--white);
    font-family: "Nunito", sans-serif;
}

/* common css start  */

.mb_26 {
    margin-bottom: 26px;
}

/* margin padding 30 */

.mt_30 {
    margin-top: 30px;
}

.mb_30 {
    margin-bottom: 30px;
}

.my_30 {
    margin: 30px 0;
}

.pt_30 {
    padding-top: 30px;
}

.pb_30 {
    padding-bottom: 30px;
}

.py_30 {
    padding: 30px 0;
}

/* margin padding 50 */


.mt_50 {
    margin-top: 50px;
}

.mb_50 {
    margin-bottom: 50px;
}

.my_50 {
    margin: 50px 0;
}

.pt_50 {
    padding-top: 50px;
}

.pb_50 {
    padding-bottom: 50px;
}

.py_50 {
    padding: 50px 0;
}

/* margin padding 70 */

.mt_70 {
    margin-top: 70px;
}

.mb_70 {
    margin-bottom: 70px;
}

.my_70 {
    margin: 70px 0;
}

.pt_70 {
    padding-top: 70px;
}

.pb_70 {
    padding-bottom: 70px;
}

.py_70 {
    padding: 70px 0;
}

h3 {
    font-size: 32px;
    font-weight: bold;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color: var(--b_1_0F5497);
}


img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.container-fluid {
    padding: 0 60px;
}

input.form-control,
select.form-select {
    border: solid 1px var(--DDDDDD) !important;
    height: 48px;
    border-radius: 4px;
    color: var(--text_c);
}

:focus {
    border-color: var(--DDDDDD);
    box-shadow: none !important;
}

:focus-visible {
    outline: none;
}

input,
textarea,
select {
    color: var(--b_2_1168B8) !important;
}

::placeholder {
    color: var(--text_c) !important;
}

input[type='checkbox'] {
    border: solid 1px var(--text_c);
}

.btn_design {
    font-size: 16px;
    font-weight: 600;
    min-width: 130px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 8px;
    color: var(--b_1_0F5497);
    background-color: var(--white);
    border: solid 2px var(--b_1_0F5497);
}

.btn_design.fill_ {
    color: var(--white);
    background-color: var(--b_1_0F5497);
}

.form-control:focus {
    box-shadow: none;
}

.search_bar form {
    height: 60px;
    border-radius: 10px;
    background-color: var(--white);
    border: solid 2px var(--b_5_87C1F2);
}

.search_bar form input {
    height: 100%;
    border-radius: 10px;
    border: 0 !important;
}

.search_bar form .bi {
    top: 50%;
    right: 18px;
    font-size: 20px;
    cursor: pointer;
    color: var(--text_c);
    transform: translateY(-50%);
}

.dml a {
    color: var(--black);
}

.dml i {
    color: #DC3558;
}

.swiper-pagination {
    bottom: 0 !important;
    top: unset !important;
}


.swiper-pagination-bullet {
    opacity: 1;
    background-color: #D9D9D9;
}

.swiper-pagination-bullet-active {
    background-color: var(--b_1_0F5497);
}

.table {
    border: solid 1px var(--DDDDDD);
}

.table tr th {
    background-color: #F4F4F4;
}

.table tr th,
.table tr td {
    font-size: 14px;
    border: solid 1px var(--DDDDDD);
}

.table tr td {
    color: var(--text_c);
}

.txt_p ul li {
    list-style: disc;
    color: var(--text_c);
}

/* common css end  */

/* header css start  */

.top_header {
    padding: 14px 0;
}

.brand_logo img {
    object-fit: unset;
}

.login_signup {
    margin-left: 14px;
}

.login_signup a {
    font-weight: 600;
    color: var(--black);
}

.login_signup a:hover {
    color: var(--b_1_0F5497);
}

.header .navbar {
    padding: 12px 0;
    background-color: var(--g_f4f4f4);
}

.header .navbar .navbar-nav {
    gap: 20px;
}

.header .navbar .nav-link {
    padding: 0;
    color: #535453;
    font-weight: 600;
}

.header .navbar .nav-link.active,
.header .navbar .nav-link:hover {
    color: var(--b_1_0F5497);
}

.location_pop a {
    color: var(--black);
    transition: 0.2s;
}

.location_pop:hover a {
    color: var(--b_1_0F5497);
}

.location_modal .modal-header,
.location_modal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

.location_modal .modal-dialog {
    max-width: 1100px;
}

.location_modal hr {
    opacity: 1;
    width: 100%;
    height: 0.5px;
    background-color: var(--b_5_87C1F2);
}

.city_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.city_list div {
    text-align: center;
}

.city_list img {
    width: 100px;
    height: unset;
}

/* header css end  */

/* banner  css start  */

.banner_text {
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 15px;
    max-width: 1170px;
    transform: translate(-50%, -50%);
}

.banner_text h1 {
    font-size: 64px;
    font-weight: 600;
}

.banner_text h1 strong {
    font-weight: 700;
}

.banner_text p {
    font-size: 18px;
}

/* banner  css end  */

/* most_treat  css start  */

.most_treat .swiper_image {
    width: 74px;
    height: 74px;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px var(--b_5_87C1F2);
}

.most_treat .swiper_image img {
    font-size: 12px;
}

.most_treat .swiper_item a {
    color: var(--black);
}

.most_treat .swiper_item a h6 {
    margin-bottom: 0;
    font-size: 16px;
}

/* most_treat  css end  */


/* affordable_treat  css start  */

.affordable_item {
    border-radius: 10px;
    padding: 20px 20px 30px;
    border: solid 1px #DEE6EF;
}

.affordable_item .aff_image {
    display: flex;
    width: 100%;
    height: 220px;
    border-radius: 6px;
    margin-bottom: 28px;
    overflow: hidden;
}

.affordable_item .aff_image img {
    transition: 0.5s;
}

.affordable_item h5 {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.affordable_item p {
    font-weight: 600;
    color: var(--text_c);
}

.affordable_item .d_p_r {
    gap: 20px;
}

.affordable_item .d_p_r img {
    width: 24px;
}

.affordable_item .d_p_r span {
    line-height: normal;
    font-weight: bold;
    color: var(--b_1_0F5497);
}

.affordable_item .aff_btn {
    font-weight: 600;
    column-gap: 10px;
    color: var(--black);
    transition: 0.5s;
}

.affordable_item .p_range {
    padding: 7px 12px;
    border-radius: 6px;
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    background-color: var(--b_1_0F5497);
}

.affordable_item .aff_btn img {
    width: 40px;
    transition: 0.5s;
}

.affordable_item:hover>.aff_btn img {
    transform: translateX(10px);
}

.affordable_item:hover>.aff_btn img {
    transform: translateX(10px);
}

.affordable_item:hover>.aff_image img {
    transform: scale(1.1);
}

/* affordable_treat  css end  */


/* get_to_know  css start  */

.get_to_know .gtk_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.get_to_know .gtk_grid_item {
    padding: 30px 20px;
    text-align: center;
    border-radius: 14px;
    border: solid 1px var(--b_5_87C1F2);
    background-color: transparent;
    box-shadow: 0 0 20px 0 rgba(135, 193, 242, 0.4);
}

.get_to_know .gtk_grid_item .gtk_grid_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    background-color: #eee;
}

.get_to_know .gtk_grid_item h5 {
    font-size: 18px;
    font-weight: bold;
    color: var(--b_1_0F5497);
    margin-bottom: 10px;
}

.get_to_know .gtk_grid_item p,
.get_to_know .gtk_grid_item address {
    font-size: 15px;
    color: var(--text_c);
    margin-bottom: 4px;
}

.get_to_know .gtk_grid_item address i {
    font-size: 16px;
    color: var(--b_1_0F5497);
    margin-right: 6px;
}

.get_to_know .g_t_k_bg_img {
    width: auto;
    height: 100%;
    left: 20%;
    z-index: -1;
    object-fit: contain;
}

/* get_to_know  css end  */

/* top_hospitals  css start  */

.t_h_grid_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.t_h_grid_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.t_h_grid_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.t_h_list {
    width: 100%;
    overflow: hidden;
}


.t_h_list img {
    transition: 0.8s;
}

.t_h_list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
}

.t_h_list div {
    width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    color: var(--white);
    z-index: 1;
}

.t_h_list h4 {
    font-size: 32px;
}

.t_h_list h5 {
    font-size: 20px;
}

.t_h_grid_2 .t_h_list p {
    font-size: 14px;
}

.t_h_list:hover>img {
    transform: scale(1.1);
}


/* top_hospitals  css end  */


/* h_about css start  */

.h_grid .h_g_txt {
    width: 40%;
}

.h_grid .h_g_txt .h_a_id {
    font-size: 20px;
    font-weight: 600;
    top: 0;
    right: 0;
    color: var(--b_2_1168B8);
    position: absolute;
}

.h_grid .h_g_txt::before,
.h_grid .h_g_txt::after {
    content: "";
    position: absolute;
    background-color: var(--b_2_1168B8);
}

.h_grid .h_g_txt::before {
    width: 100%;
    height: 2px;
    top: 32px;
    left: 0;
}

.h_grid .h_g_txt::after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 40px;
}

.h_grid .h_g_txt p {
    max-width: 420px;
    font-size: 18px;
    line-height: 36px;
    color: var(--text_c);
    margin-left: 100px;
}

.h_grid .h_g_txt p::first-letter {
    font-size: 40px;
    font-weight: 600;
    color: var(--b_2_1168B8);
}

.h_grid .h_a_slider_ {
    width: calc(60% - 30px);
    padding-top: 60px;
    margin-right: 0;
}

.h_a_slider_ .swiper-button-prev,
.h_a_slider_ .swiper-button-next {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 24px;
}

.h_a_slider_ .swiper-button-prev {
    left: unset;
    right: 40px;
}

.h_a_slider_ .swiper-button-next {
    right: 0;
}

.h_a_slider_ .swiper-button-prev:after,
.h_a_slider_ .swiper-button-next:after {
    display: none;
}

.h_a_list {
    margin-top: 30px;
}

.h_a_list .h_a_img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    padding: 12px;
    background-color: #E3F9FF;
}

.h_a_list h5 {
    font-size: 20px;
    font-weight: bold;
    color: var(--text_c);
}

/* h_about css end  */

/* care_number css start  */

.care_n_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.care_n_grid .care_list {
    border-radius: 10px;
    padding: 20px;
}

.care_n_grid .care_list:nth-child(1) {
    background-color: #E7FBE6;
}

.care_n_grid .care_list:nth-child(2) {
    background-color: #FAEDCE;
}

.care_n_grid .care_list:nth-child(3) {
    background-color: #D4F6FF;
}

.care_n_grid .care_list:nth-child(4) {
    background-color: #F8FDCF;
}

.care_n_grid .care_list:nth-child(5) {
    background-color: #FFEEF4;
}

.care_n_grid .care_list:nth-child(6) {
    background-color: #ECE6FB;
}

.care_n_grid .care_list h4 {
    font-size: 28px;
    font-weight: bold;
}

.care_n_grid .care_list p {
    font-size: 16px;
    font-weight: bold;
    color: var(--b_1_0F5497);
}

.care_n_grid .care_list img {
    width: 50px;
    height: 50px;
}

/* care_number css end  */


/* h_partners css start  */

.h_partners_swiper a {
    display: flex;
}

/* h_partners css end  */

/* take_self css start  */

.take_self .take_self_grid {
    border-radius: 20px;
    overflow: hidden;
    background-color: #BFDCF8;
}

.foc_row {
    max-width: 450px;
    display: grid;
    gap: 16px 10px;
    grid-template-columns: repeat(2, 1fr);
}

.take_self_txt {
    padding: 36px 0 36px 50px;
}

.foc_list .foc_img {
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 50%;
    background-color: var(--white);
    border: solid 1px var(--b_5_87C1F2);
}

.foc_list h6 {
    font-size: 15px;
}

/* take_self css end  */


/* news_ css start  */

.news_list {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.news_list .news_list_img {
    height: 250px;
    overflow: hidden;
}

.news_list .img_boeder {
    width: 100%;
    left: 0;
    right: 0;
    object-fit: none;
    bottom: -2px;
    height: auto;
}

.news_list .news_txt {
    padding: 18px 16px 30px;
}

.news_list .news_tag span {
    font-size: 14px;
    padding: 6px 10px;
    display: inline-flex;
    border-radius: 6px;
    background-color: var(--b_6_BFDCF8);
    color: var(--b_1_0F5497);
}

.news_list .news_txt h5 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}

.news_list .news_txt h5 span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .news_txt .title::before {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    left: -16px;
    top: 0;
    background-color: var(--b_4_46A0EA);
    border-radius: 0 5px 5px 0;
}

.news_list .news_txt p {
    font-size: 15px;
    font-weight: 600;
    color: var(--text_c);
}

.news_list .news_txt p img {
    width: 16px;
    margin-right: 6px;
}

/* news_ css end  */


/* testimonials css end  */

.testimonials .swiper-wrapper {
    padding-top: 60px;
}

.testimonials_item {
    padding: 140px 60px 60px;
    text-align: center;
}

.testimonials_item .border_ {
    background-color: var(--b_3_1E85D9);
    border-radius: 5px;
}

.testimonials_item .border_1,
.testimonials_item .border_2,
.testimonials_item .border_3,
.testimonials_item .border_4 {
    width: 2px;
    height: 50px;
}

.testimonials_item .border_1 {
    top: 0;
    left: 0;
}

.testimonials_item .border_2 {
    top: 0;
    right: 0;
}

.testimonials_item .border_3 {
    bottom: 0;
    left: 0;
}

.testimonials_item .border_4 {
    bottom: 0;
    right: 0;
}

.testimonials_item .border_5,
.testimonials_item .border_6,
.testimonials_item .border_7,
.testimonials_item .border_8 {
    width: 50px;
    height: 2px;
}

.testimonials_item .border_5 {
    top: 0;
    left: 0;
}

.testimonials_item .border_6 {
    top: 0;
    right: 0;
}

.testimonials_item .border_7 {
    bottom: 0;
    left: 0;
}

.testimonials_item .border_8 {
    bottom: 0;
    right: 0;
}

.testimonials_item .border_9,
.testimonials_item .border_10 {
    width: 2px;
    height: 20px;
}

.testimonials_item .border_9 {
    right: 0;
    top: 80px;
}

.testimonials_item .border_10 {
    left: 0;
    bottom: 80px;
}

.testimonials_item .border_11 {
    width: 20px;
    height: 2px;
    right: 80px;
    bottom: 0;
}

.testimonials_item .img_box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
    box-shadow: 0 0 50px rgba(30, 133, 217, 0.5);
}

.testimonials_item p {
    /* letter-spacing: 3px; */
    margin-bottom: 30px;
    /* line-height: 30px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.testimonials_item .quote_left {
    left: -30px;
    top: 40px;
}

.testimonials_item .quote_left,
.testimonials_item .quote_right {
    font-size: 62px;
    color: var(--b_3_1E85D9);
}

.testimonials_item .quote_right {
    right: -30px;
    bottom: 40px;
    transform: rotate(180deg);
}

.testimonials .testimonialSlider {
    padding: 60px 20px 2px;
}

.testimonials .text_star i {
    color: var(--text_c);
}

.testimonials .text_star .active {
    color: rgb(255, 174, 0);
}


/* testimonials css end  */


/* faqs css start  */

.accordion {
    display: grid;
    row-gap: 10px;
}

.accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
    border: solid 1px var(--b_5_87C1F2) !important;
    background-color: rgba(191, 220, 248, 0.3) !important;
}

.accordion-button {
    font-weight: 600px;
    font-size: 18px;
    color: var(--b_1_0F5497) !important;
    background-color: rgba(191, 220, 248, 0.3) !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    /* background-color: rgba(191, 220, 248, 0.3) !important; */
}

.accordion-item .accordion-body {
    font-size: 14px;
    color: var(--b_4_46A0EA);
}

/* faqs css end  */


/* footer css start  */

.follow_us_on {
    border-bottom: solid 1px var(--DDDDDD);
}

.follow_us_on h4 {
    font-size: 20px;
    font-weight: 600;
    margin-right: 30px;
}

.follow_us_on div a {
    width: 30px;
    height: 30px;
}

.pre_footer p {
    font-size: 14px;
    color: var(--text_c);
}

.pre_footer h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 12px 0;
}

.list_grid {
    gap: 4px 10px;
}

.list_grid a,
.list_grid span {
    font-size: 14px;
    color: var(--text_c);
}

.list_grid a:hover {
    color: var(--b_1_0F5497);
}

.f_card_g {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.f_card_g div {
    border: solid 1px var(--DDDDDD);
    padding: 20px 16px 16px;
    border-top-right-radius: 50px;
}

.f_card_g div h6 {
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
}

.f_card_g div h6::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    bottom: -5px;
    background-color: var(--b_1_0F5497);
}

.f_card_g div p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: justify;
}

.pre_footer .nav-pills {
    gap: 10px;
}

.pre_footer .nav-pills .nav-link {
    border-radius: 4px;
    padding: 7px 10px;
    border: solid 1px var(--DDDDDD);
    color: var(--text_c);
    background-color: transparent;
}

.pre_footer .nav-pills .nav-link.active {
    border: solid 1px var(--b_1_0F5497);
    color: var(--b_1_0F5497);
}

.footer .container-fluid {
    padding-top: 40px;
    border-top: solid 1px var(--DDDDDD);
}

.footer h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer ul li a {
    font-size: 15px;
    color: var(--text_c);
}

.footer ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer p {
    margin: 30px 0;
    font-size: 14px;
    color: var(--text_c);
}

/* footer css end  */


/* about us page css start */

.about_us .ab_txt {
    padding-right: 100px;
}

.about_us h5 {
    font-weight: 600;
    font-size: 20px;
}

.about_us h1 {
    font-size: 40px;
    color: var(--b_1_0F5497);
    margin-bottom: 10px;
}

.about_us p {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: var(--text_c);
}

.owner_card {
    padding: 20px;
    border-radius: 10px;
    border: solid 1px var(--b_5_87C1F2);
    box-shadow: inset 0 0 50px 2px rgba(135, 193, 242, 0.3);
}

.owner_card img {
    border-radius: 10px;
}

.owner_card h5 {
    font-size: 20px;
    margin: 30px 0 10px;
}

.owner_card p {
    font-size: 16px;
    color: var(--text_c);
}

.ab_overview {
    padding: 0 120px;
}

.ab_overview p {
    color: var(--text_c);
}

.o_card {
    padding: 30px;
    height: 100%;
    border-radius: 20px;
    background-color: #F8F8F8;
    border: solid 1px var(--DDDDDD);
}

.o_card img {
    width: 80px;
    height: auto;
    margin: 0 auto 26px;
}

.o_card h4 {
    font-size: 24px;
}

.o_card p {
    color: var(--text_c);
    font-size: 15px;
}

/* about us page css end */


/* contact us page css start */

.contact_us form .row {
    row-gap: 16px;
}

.contact_us form h4 {
    font-size: 28px;
    margin-bottom: 30px;
}

.c_card_list .c_card_item {
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 50px 1px rgba(135, 193, 242, 0.3);
}

.c_card_list .c_card_item img {
    width: 24px;
    height: 24px;
}

.c_card_list .c_card_item p {
    font-size: 14px;
    color: var(--text_c);
}

.map_sec iframe {
    width: 100%;
    height: 500px;
}

/* contact us page css end */



/* news page css start */

.news_head .head_item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.news_head .head_item .txt {
    background: url(../images/news_head_img_bg.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.news_head .head_item .txt div {
    padding: 0 115px;
}

.news_head .head_item h6 {
    font-size: 16px;
    color: var(--b_1_0F5497);
}

.news_head .head_item h1 {
    font-size: 24px;
    margin: 10px 0 20px;
}

.news_head .head_item p {
    line-height: 30px;
    color: var(--text_c);
}

.news_grid .row {
    row-gap: 30px;
}

.news_detail_img small {
    bottom: 0;
    right: 0;
    font-size: 14px;
    padding: 6px 10px;
    color: var(--b_1_0F5497);
    border-top-left-radius: 10px;
    background-color: var(--white);
}

.news_detail_img {
    margin-bottom: 40px;
}

.news_detail_img small .svg_1 {
    left: -17px;
    bottom: -1px;
}

.news_detail_img small .svg_2 {
    top: -14px;
    right: 0px;
}

/* .news_de_txt {
    background: url(../images/news_head_img_bg.svg);
} */

.news_de_txt h6 {
    font-size: 16px;
    color: var(--b_1_0F5497);
}

.news_de_txt h1 {
    font-size: 24px;
}

.news_de_txt h5 {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0 16px;
}

.news_de_txt p {
    font-size: 16px;
    color: var(--text_c);
}

.news_de_txt img {
    margin: 20px 0 30px;
}

.news_det_right {
    top: 20px;
    padding: 30px 16px;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.news_det_right h4 {
    font-size: 24px;
}

.form-group {
    display: block;
    margin-bottom: 6px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--b_5_87C1F2);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    top: -1px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 5px;
    height: 12px;
    border: solid var(--b_5_87C1F2);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.news_l_post div {
    border-radius: 6px;
    padding: 4px 10px 4px 4px;
    background-color: #ECF5FD;
    border: solid 1px var(--b_5_87C1F2);
}

.news_l_post div img {
    width: 72px;
    height: 72px;
    border-radius: 4px;
    margin-right: 10px;
}

.news_l_post div h5 {
    font-size: 16px;
}

/* news page css end */


/* news page css start */
.at_packages .at_head {
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #DEE6EF;
}

.at_packages .at_head img {
    border-radius: 6px;
}

.at_packages .at_head h1 {
    font-size: 32px;
}

/* news page css end */


/* news page css start */

.txt_p h1 {
    font-size: 32px;
}

.txt_p h5 {
    margin: 24px 0 16px;
    font-weight: 600;
    font-size: 20px;
}

.txt_p p {
    color: var(--text_c);
}


.get_free_c form {
    border-radius: 10px;
    padding: 30px 16px;
    background-color: var(--b_2_1168B8);
}

.get_free_c form .row {
    row-gap: 14px;
}

.get_free_c form p {
    font-size: 15px;
}

.upload-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
}

.upload-icon-container {
    top: 0;
    height: 100%;
    right: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 80px;
    cursor: pointer;
    background-color: var(--DDDDDD);
}

.upload-icon-container i {
    font-size: 30px;
    color: var(--b_4_46A0EA);
}

.get_free_c .e_treat_ {
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px 16px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.get_free_c .e_treat_ h4 {
    font-size: 24px;
}

.get_free_c .e_treat_ a {
    font-size: 16px;
    color: var(--black);
}

/* news page css end */


/* login signup page css start  */

.login_ .login_card {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 500px;
}

.login_ .login_card h1 {
    font-size: 32px;
}

.login_ form {
    margin-top: 40px;
}

.login_ p {
    color: var(--text_c);
}

.login_ .bi-eye,
.login_ .bi-eye-slash {
    top: 50%;
    cursor: pointer;
    right: 16px;
    line-height: 0;
    font-size: 20px;
    color: var(--text_c);
    transform: translateY(-50%);
}

.login_ p a {
    color: var(--b_1_0F5497);
}

.login_ .recover_password {
    margin-bottom: 40px;
}

.sign_up form .select_ img {
    width: 48px;
    height: auto;
    border-radius: 4px;
    cursor: pointer;
}

.sign_up form label {
    font-size: 14px;
    color: var(--text_c);
}

.sign_up form label a {
    color: var(--b_1_0F5497);
}

.sign_up .s_up_as_a h5 {
    font-size: 18px;
}

.sign_up .s_up_as_a img {
    padding: 5px;
    border-radius: 6px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: solid 1px var(--DDDDDD);
}

/* login signup page css end  */


/* doctors_list page css start  */

.doctors_list_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.doctors_list_grid .doctors_list_item {
    padding: 30px 20px;
    border-radius: 14px;
    border: solid 1px var(--b_5_87C1F2);
    box-shadow: 0 0 20px 0 rgba(135, 193, 242, 0.4);
}

.doctors_list_grid .g_img {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fafafa;
}

.doctors_list_grid div h5 {
    font-size: 18px;
    color: var(--b_2_1168B8);
}

.doctors_list_grid div p {
    font-size: 15px;
    color: var(--text_c);
}

.doctors_list_grid div p i {
    color: var(--b_5_87C1F2);
}


/* doctors_list page css end  */


/* my account css start   */

.account_setting {
    margin-top: 30px;
}

#side_bar {
    width: 280px;
    height: 450px;
    max-height: 450px;
    padding: 30px 0;
    border-radius: 10px;
    background-color: var(--b_2_1168B8);
}

#side_bar h4 {
    font-size: 24px;
    padding: 0 24px;
}

#side_bar ul {
    display: grid;
    row-gap: 16px;
}

#side_bar ul li {
    display: flex;
    align-items: center;
}

#side_bar ul li a {
    padding: 10px 24px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    transition: 0.5s;
}

#side_bar ul li a svg {
    margin-right: 10px;
}

#side_bar ul li .active,
#side_bar ul li a:hover {
    background-color: #0F5497;
}


.setting_card {
    padding: 30px;
    border-radius: 10px;
    width: calc(100% - 310px);
    border: solid 1px var(--DDDDDD);
    background-color: var(--white);
}

.sett_card_title {
    margin-bottom: 30px;
}

.sett_card_title h4 {
    margin-bottom: 0;
}

.setting_card p,
.setting_card label,
.setting_card input {
    color: var(--text_c);
}

.setting_card ul li {
    display: flex;
    padding: 16px 0;
}

.setting_card ul {
    padding: 0;
    margin: 0;
}

.setting_card ul li:nth-child(1) {
    border-top: solid 1px rgba(17, 104, 184, 0.5);
}

.setting_card ul li {
    border-bottom: solid 1px rgba(17, 104, 184, 0.5);
}

.setting_card ul li label {
    width: 250px;
    margin-bottom: 0;
}

.setting_card ul li input {
    width: 100%;
    height: unset;
    padding: 0;
    border: 0 !important;
}


.profile_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
}

.upload_text {
    cursor: pointer;
}

.upload_text span {
    display: block;
    color: var(--b_1_0F5497);
    margin-top: 4px;
}

.setting_card .add_item_ img {
    width: 105px;
    height: 105px;
    border-radius: 6px;
    margin-right: 20px;
}

.setting_card .add_item_ h5 {
    font-size: 20px;
}

.setting_card .add_item_ p {
    font-size: 15px;
}

.setting_card .add_item_ address {
    font-size: 14px;
    color: var(--text_c);
}

/* my account css end   */

/* Hospitals List css start  */

.h_type_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.h_type_list div {
    border-radius: 10px;
    padding: 32px 20px;
    background-color: var(--g_f4f4f4);
}

.h_type_list div img {
    width: 120px;
    height: auto;
    margin: auto;
}

/* Hospitals List css end  */



@media (max-width:1399.99px) {
    .banner_text h1 {
        font-size: 54px;
    }
}

@media (max-width:1199.99px) {

    .mt_70 {
        margin-top: 50px;
    }

    .mb_70 {
        margin-bottom: 50px;
    }

    .my_70 {
        margin: 50px;
        ;
    }

    .pt_70 {
        padding-top: 50px;
    }

    .pb_70 {
        padding-bottom: 50px;
    }

    .py_70 {
        padding: 50px;
        ;
    }

    h3 {
        font-size: 28px;
    }

    .affordable_item h5 {
        font-size: 18px;
    }

    .h_a_list .h_a_img {
        width: 50px;
        height: 50px;
    }


    .h_a_list h5 {
        font-size: 16px;
    }

    .care_n_grid .care_list h4 {
        font-size: 20px;
    }

    .testimonials_item {
        padding: 120px 30px 60px;
    }

    .testimonials_item .img_box {
        width: 90px;
        height: 90px;
    }

    .testimonials_item .quote_left,
    .testimonials_item .quote_right {
        font-size: 52px;
    }

    .testimonials_item .quote_left {
        left: -25px;
    }

    .testimonials_item .quote_right {
        right: -25px;
    }

    .banner_text h1 {
        font-size: 42px;
    }

    .get_to_know .gtk_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .get_to_know .g_t_k_bg_img {
        left: 50%;
        transform: translateX(-50%);
    }

    .t_h_list h4 {
        font-size: 24px;
    }

    .t_h_list h5 {
        font-size: 18px;
    }

    .h_grid .h_g_txt p {
        max-width: 400px;
        font-size: 16px;
        line-height: 26px;
        margin-left: 70px;
    }

    .f_card_g {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .t_h_grid_1 {
        gap: 10px;
    }

    .t_h_grid_2 {
        gap: 10px;
    }


}

@media (max-width:991.99px) {

    .mt_70 {
        margin-top: 40px;
    }

    .mb_70 {
        margin-bottom: 40px;
    }

    .my_70 {
        margin: 40px;
        ;
    }

    .pt_70 {
        padding-top: 40px;
    }

    .pb_70 {
        padding-bottom: 40px;
    }

    .py_70 {
        padding: 40px;
    }

    .container-fluid {
        padding: 0 40px;
    }

    h3 {
        font-size: 26px;
    }

    .banner_text h1 {
        font-size: 32px;
    }

    .banner_text p {
        font-size: 16px;
    }

    .affordable_item {
        padding: 12px 12px 20px;
    }

    .get_to_know .g_t_k_bg_img {
        width: calc(100% - 20%);
    }

    .h_grid .h_g_txt {
        width: 100%;
    }

    .h_grid .h_a_slider_ {
        width: 100%;
        padding-top: 50px;
        margin-top: 30px;
    }

    .h_grid .h_g_txt p {
        max-width: 80%;
        padding: 100px 30px 60px;
    }

    .take_self_txt {
        padding: 26px 0 26px 26px;
    }



}

@media (max-width:767.99px) {

    h3 {
        font-size: 22px;
    }

    .btn_design {
        font-size: 14px;
        padding: 8px 10px;
    }

    .header .btn_design {
        display: none;
    }

    .banner img {
        min-height: 350px;
    }

    .banner_text p {
        padding-bottom: 0 !important;
    }

    .most_treat .swiper_image {
        width: 64px;
        height: 64px;
    }

    .h_a_list .justify-content-center {
        justify-content: start !important;
    }

    .care_n_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .f_card_g {
        grid-template-columns: repeat(2, 1fr);
    }

    .t_h_grid_1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .search_bar form {
        height: 48px;
        font-size: 14px;
    }

    .search_bar form .bi {
        font-size: 16px;
    }


}

@media (max-width:575.99px) {

    .container-fluid {
        padding: 0 12px;
    }

    .banner_text h1 {
        font-size: 28px;
    }

    .banner_text p {
        font-size: 15px;
    }

    .f_card_g {
        grid-template-columns: repeat(2, 1fr);
    }

    .get_to_know .gtk_grid_item {
        padding: 20px 10px;
    }

    .get_to_know .gtk_grid {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }

    .care_n_grid .care_list p {
        font-size: 15px;
    }
}

@media (max-width:575.99px) {

    .t_h_grid_2 .t_h_list p {
        font-size: 12px;
    }

    .t_h_list h5 {
        font-size: 16px;
        margin-bottom: 0 !important;
    }

    .t_h_list div {
        width: calc(100% - 20px);
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        color: var(--white);
        z-index: 1;
    }

    .h_grid .h_g_txt::after {
        width: 2px;
        height: 100%;
        top: 10px;
        left: 20px;
    }

    .h_grid .h_g_txt p {
        margin-left: 50px;
        padding: 70px 0px 20px;
    }

    .f_card_g {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media (max-width: 449.99px) {
    .care_n_grid {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }
}