html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    /*height: 100%; /* Or height: 100vh; */
    /*width: 100%; /* Optional, as body typically takes full width by default */
    /* scrollbar-width: none;
  
  overscroll-behavior-x: revert;
  overscroll-y: none;*/
}

.bg-body-tertiary {
    background-color: white !important;
}

.container-fluid {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

/*.navbar-expand-lg{
    width: 100%;
    padding: 0 7em 0 7em!important;
}*/

.header_title {
    padding: 2em;
    background-image: linear-gradient(to top, #F6E5B3, white);
}

    .header_title p {
        font-size: 48px;
        font-weight: 700;
    }

#navbartopper {
    background-color: white !important;
}

.navbar-brand img {
    width: 10em !important;
}

li.nav-item {
    padding: 0 0.5rem;
    /* align-items: center;
    display: flex; */
}

header .navbar-nav .nav-item .nav-link {
    position: relative;
}

    header .navbar-nav .nav-item .nav-link:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 3px;
        width: 0;
        height: 2px;
        background: #b2be59 !important;
        margin: auto;
        -webkit-transition: 0.4s all;
        -moz-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all;
    }

    header .navbar-nav .nav-item .nav-link:hover::before {
        width: 100%;
    }

    header .navbar-nav .nav-item .nav-link.active:before {
        width: 100%;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
}


.navbar-nav .dropdown-item {
    padding: 10px 26px;
}

    .navbar-nav .dropdown-item:hover {
        color: #fff;
    }

.nav-link {
    display: block !important;
    padding: .5rem 1rem;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.dropdown-menu li a:hover {
    background-color: #9BCE6D;
}

.btn .btn-success .appt {
    background-color: #9BCE6D;
    border-color: white;
    border-radius: 15px;
}

.d-block {
    width: 100%;
    /* height: 30em; */
    /* opacity: 0.3; color:black; */
}

.home-banner .carousel-item {
    height: 20em;
}

    .home-banner .carousel-item img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.Onhovertext {
    text-align: center;
}

.appt {
    width: 15em;
    color: black !important;
    font-weight: 600 !important;
    background-color: #9BCE6D !important;
    border-color: white !important;
    border-radius: 5em !important;
    text-transform: uppercase;
}

    .appt a {
        color: black !important;
    }



.Onhovertext h1 {
    font-size: 62px;
    color: greenyellow;
    font-weight: 900;
    text-decoration: underline;
}

.Onhovertext h3 {
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
}


.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    /* padding-top: 1.25rem;
    padding-bottom: 1.25rem; */
    color: white;
    text-align: center;
}


/* .btn-padding {
    padding: 0;
} */

.cln-info {
    text-align: justify-all !important;
}

.margin-top {
    margin-top: 80px;
}

.Services-top {
    margin-top: 3em !important;
}

.dtr-img {
    display: inline-block;
    width: 100%;
    margin-bottom: 3rem;
    height: 100%;
    border-width: 5px !important;
    border-style: solid;
    border-color: #B09444;
    border-radius: 24px;
    object-fit: cover;
    margin-bottom: 0;
}

.about-img-wrap {
    margin-right: 0;
}

.Serv_details {
    width: 100%;
    height: auto;
    padding: 2em;
    border-width: 1px 13px 13px 1px !important;
    border-style: solid;
    border-color: #B09444;
    border-radius: 24px;
    margin-bottom: 24px;
}

    .Serv_details h4 {
        color: #000000;
    }

    .Serv_details p {
        color: #212529;
    }

.Service_header {
    font-weight: 700;
    margin-top: 80px;
}

.heading {
    margin-bottom: 32px;
    font-size: 40px;
}

.heading-small {
    font-size: 24px;
}

.text_justify {
    text-align: justify;
}

.Dctr {
    margin: 80px 2em;
    border-width: 1px !important;
    border-style: solid;
    border-color: #B09444;
    border-radius: 1em;
    padding: 2em;
    height: 100%;
}

    .Dctr:hover {
        background-color: #9BCE6D;
        /* green on hover */
        transform: scale(1.05);
        /* Zoom in by 5% */
        transition: transform 0.3s ease-in-out;
        /* Smooth transition */
    }

.Services-img {
    display: inline-block;
    margin: 1em 0em;
    width: 100%;
    height: 15em;
    border-radius: 24px;
    object-fit: cover;
}

.dr_img {
    width: 60%;
    border-radius: 50%;
    margin: 10px;
}

.txt-arogya {
    margin-left: 1.3em;
}

.icon_img {
    border-radius: 50%;
    margin-top: 16px;
}

.icon_img {
    display: block;
    margin: 0px auto 10px;
    text-align: center;
}

.icon-info-wrap {
    padding-left: 0;
}

.icon-info {
    display: block;
    margin: 0px auto;
    text-align: center;
}

    .icon-info h4 {
        display: block;
        color: #B09444;
        padding: 5px;
        margin-bottom: 5px;
    }

    .icon-info p {
        display: block;
    }


.arogya_img {
    border-width: 2px;
    border-color: #B09444;
    border-style: solid;
    border-radius: 5em;
    padding: 2em;
    width: 100%;
    height: 43em;
    object-fit: cover;
}

.app_info {
    background-color: #B09444;
    width: 100%;
    padding: 50px 0;
}

.app_img {
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 0% 50%;
    object-fit: cover;
}

.app_detail {
    padding: 10px;
    color: white;
    text-align: center;
}

    .app_detail h4 {
        padding: 10px;
        font-size: 24px;
    }

    .app_detail p {
        font-size: 16px;
    }

.btn-app {
    margin: 0;
    border-radius: 10px !important;
    background-color: white !important;
}

    .btn-app:hover {
        background-color: black !important;
        color: white !important;
    }

.review_block {
    text-align: center;
    margin-top: 80px;
    width: 100%;
    height: 100%;
    margin-bottom: 80px;
    /*border-bottom: 1px solid black;*/
}

.tesmoni_text {
    color: #9BCE6D;
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 32px;
}

.logo-img {
    width: 18em;
}

.footer_part {
    margin-top: 80px;
    border-top: 1px solid black;
    padding-top: 80px !important;
    padding-bottom: 0px;
}

.arogya_info {
    padding: 10px;
    text-align: justify;
}

.list_name {
    font-size: large;
    font-weight: 700;
    color: #B09444;
}



.page_list li {
    list-style-type: none;
    padding: 5px;
}

.Arogy_add {
    text-align: justify;
}

.fa {
    margin: 5px;
}

.footer_icons {
    padding: 2em 2em;
}

.fa-facebook-official {
    font-size: 1.8em;
    font-weight: 700;
    color: #B09444;
    padding: 5px;
}

    .fa-facebook-official:hover {
        color: #9BCE6D;
        font-weight: 600;
    }

.fa-instagram {
    font-size: 1.8em;
    font-weight: 700;
    color: #B09444;
    padding: 5px;
}

    .fa-instagram:hover {
        color: #9BCE6D;
        font-weight: 600;
    }

.clinicAbt {
    display: inline-block;
    width: 100%;
    height: 70%;
    border-width: 5px !important;
    border-style: solid;
    border-color: #B09444;
    border-radius: 24px;
}

.arogya_header {
    color: #B09444;
    font-weight: bolder;
    font-size: 40px;
    margin-bottom: 32px;
}

.arogya_head {
    margin-top: 32px;
    color: #9BCE6D;
    font-size: 24px;
    margin-bottom: 24px;
}

.value_head {
    color: #B09444;
    text-align: center;
    font-weight: bolder;
    font-size: 40px;
    margin-bottom: 32px;
}

.Values_info {
    width: 100%;
    height: 100%;
    text-align: center !important;
    border-radius: 24px;
    border: 5px solid #9BCE6D;
    padding: 2em;
}

    .Values_info:hover {
        background-color: #9BCE6D;
        color: white;
    }

.values_img {
    display: inline-block;
    margin: 0 0em 16px;
    width: 100%;
    height: 15em;
    border-radius: 24px;
    object-fit: cover;
}

.Values_info p {
    margin-top: 1em;
    margin-bottom: 0;
}

.Values_info b {
    font-size: 1.3em;
}

.upper_div {
    cursor: pointer;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    color: #B09444;
}

    .upper_div:hover {
        color: black;
    }

.upper_box {
    padding: 0 2em;
    border-radius: 24px;
    /* border: 5px solid #9BCE6D;
    background-color: lightyellow;*/
}

#header_tagline {
    color: #B09444;
    font-weight: bolder;
    text-align: center;
    margin-top: 80px;
    font-size: 40px;
    margin-bottom: 32px;
}

.card {
    /*width: 22em;*/
    height: -webkit-fill-available !important;
    margin: 0 5px 24px;
    padding: 5px !important;
    border: 1px solid #B09444 !important;
    border-radius: 24px !important;
    border-width: 2px 12px 12px 2px !important;
}

.cln-name {
    font-weight: bolder;
    font-size: 40px;
    margin-bottom: 32px;
}

.card-img-top {
    width: 100%;
    padding: 15px;
    border-radius: 40px !important;
}

.card-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.small-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.card-info {
    text-align: justify;
}

.dr-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.dr_details {
    text-align: justify;
}

    .dr_details b {
        font-size: 25px;
    }

    .dr_details .detail_head {
        font-size: 15px;
    }

a {
    text-decoration: none !important;
}

    a .Dctr {
        color: black;
        text-decoration: none !important;
    }

.therapy-image {
    width: 100%;
    height: 200px;
    border: 5px solid #9BCE6D;
    border-radius: 25px;
    object-fit: cover;
}

.margin_above {
    margin-top: 50px !important;
}

.classic_therpy {
    color: #B09444;
    font-weight: 700;
}

/*photo gallery*/

/* The Modal (background) */
html.modal-open,
body.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 40% !important;
    object-fit: cover;
    max-width: 1200px;
}

    .modal-content img {
        width: 100%;
    }

/* The Close Button */
.close {
    color: white !important;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: white !important;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

/*.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}*/

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hover-shadow {
    width: 100% !important;
    height: 370px !important;
    object-fit: cover;
    margin-bottom: 24px;
}

.con_icon {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #9BCE6D;
    color: black;
    font-size: 1.8em;
}

    .con_icon:hover {
        color: #B09444;
        cursor: pointer;
    }

.cont_detail b {
    font-size: 20px;
}

.cont_detail p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-list {
    margin-bottom: 32px;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blog_title {
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    text-align: justify;
    color: black;
}

.blog_detail {
    margin-top: 15px;
    text-align: justify;
    font-size: 18px;
    color: grey;
}

.blog-status {
    margin-top: 10px;
    margin-bottom: 0;
    color: grey;
}

.blog-sentinel {
    height: 1px;
}

.legacy-status {
    font-family: Arial, sans-serif;
}

a li {
    color: #000000;
}

    a li:hover {
        color: #9BCE6D;
        font-weight: 600;
    }

.blog-background {
    background-image: linear-gradient(to top, #FFFFFF, #FFFFFF, #e1fcc7);
}

.blog-info {
    text-align: justify;
}

.blog_header {
    margin-top: 3em;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: dimgrey;
}

.blog_image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.fa-facebook {
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 100%;
    background: #3B5998;
    color: white;
    font-size: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .fa-facebook:hover {
        color: white;
    }

.fa-whatsapp {
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 100%;
    background: #00d084;
    color: white;
    font-size: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .fa-whatsapp:hover {
        color: white;
    }

.fa-twitter {
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 100%;
    background: #1DA1F2;
    color: white;
    font-size: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .fa-twitter:hover {
        color: white;
    }

.video-border {
    border: 1px solid black;
}











/*add media query*/

@media screen and (max-width: 320px) {
    .navbar-brand img {
        width: 7.6em !important;
        padding: 0.6em;
    }

    /* #navbartopper{
        margin: 2px;
        padding: 2px;
     } */

    /* .Onhovertext h1 {
        font-size: 20px;
    } */

    .txt-arogya {
        text-align: center;
        font-size: 1.2em;
    }

    /* 
    .icon-info {
        display: block;
        margin: 0px auto;
        text-align: center;
    } */

    .text-justify {
        text-align: justify;
    }


    /* 
    .page_list {
        text-align: center;
    } */

    .icon-info h4 {
        font-size: large;
    }



    .card {
        flex: 0 0 106%;
    }

    .blog_header {
        margin-top: 3em;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: dimgrey;
    }

    /* 
    .blog_image {
        width: 100%;
        height: 200px;
    } */

    .contact_details {
        text-align: center;
    }

    /*.page_list{
        text-align: center;
    }*/
}



@media screen and (min-width:375px) {
    .navbar-brand img {
        width: 7.6em !important;
        padding: 0.6em;
    }

    /* #navbartopper{
        margin: 0px!important;
        padding: 0px!important;
     } */

    /* .d-block{
        height: 15em;
     } */

    /* .carousel-caption{
        top: auto;
     } */

    /* .Onhovertext h1 {
        font-size: 20px;
    } */

    /* .Onhovertext h3 {
        font-size:16px;
    } */

    a .appt {
        padding: 8px;
        font-size: 12px;
    }

    .txt-arogya {
        text-align: center;
        font-size: 1.2em;
    }

    /* .icon-info {
        display: block;
        margin: 0px auto 20px;
        text-align: center;
    } */



    .text-justify {
        text-align: justify;
    }


    /* 
    .page_list {
        text-align: center;
    } */

    .icon-info h4 {
        font-size: large;
    }





    .card {
        flex: 0 0 106%;
    }

    .blog_header {
        margin-top: 3em;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: dimgrey;
    }

    /* .blog_image {
        width: 100%;
        height: 200px;
    } */

    .contact_details {
        text-align: center;
    }

    /* .page_list {
        text-align: center;
    } */

    /* .arogya_img {
        height: 20em;
    } */

    .Services-img {
        width: 100%;
        height: auto;
    }

    .cln-name {
        text-align: center;
    }

    /* 
    .values_img {
        height: auto;
    } */




    .card-img-top {
        height: auto;
    }
}


@media screen and (min-width: 1024px) {
    .home-banner .carousel-item {
        height: 30em;
    }


    .navbar-brand {
        font-size: 1.15em !important;
    }

        .navbar-brand img {
            width: 10.2em !important;
            padding: 0.6em;
        }

    /* li.nav-item {
        padding: 40px 2px !important;
    } */

    .clinicAbt {
        height: auto;
    }

    /* 
    .values_img {
        height: auto;
    } */

    /* .Values_info {
        height: 35em;
    } */



    /* .btn-padding {
        padding: 5px 5px;
        margin-top: 2em;
    } */

    /* a .appt {
        padding: 0.3rem;
        font-size: 0.5em;
    } */

    /* .blog_img {
        height: auto;
    } */

    .dtr-img {
        margin-bottom: 0;
        height: 100%;
    }

    .about-img-wrap {
        margin-right: 8.33333333%;
        height: 100%;
        margin-bottom: 0;
    }

    .Services-img {
        width: 100%;
        height: 11em;
    }

    .icon-info h4 {
        padding: 0px;
    }

    /* .arogya_img {
        height: auto;
    } */

}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    li.nav-item {
        padding: 0 5px;
    }

    header .navbar-nav .nav-item .nav-link {
        font-size: 12px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .home-banner .carousel-item {
        height: 20em;
    }

    .dtr-img {
        object-position: left;
    }

    .about-img-wrap {
        margin-bottom: 0;
        height: 100%;
    }

    .Onhovertext h1 {
        font-size: 32px;
    }

    .Onhovertext h3 {
        font-size: 16px;
        font-weight: 500;
    }

    .Service_header {
        margin-top: 50px;
    }

    .margin-top {
        margin-top: 50px;
    }

    .heading {
        margin-bottom: 24px;
        font-size: 28px;
    }

    .heading-small {
        font-size: 28px;
    }

    .tesmoni_text,
    .cln-name {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .arogya_img {
        padding: 1em;
        margin: 0px;
        height: 50em;
    }

    .arogya_header {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .value_head {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .Values_info {
        height: auto;
        margin-bottom: 24px;
    }

    #header_tagline {
        margin-top: 50px;
        font-size: 28px;
        margin-bottom: 24px;
    }

    .blog_image {
        height: auto;
    }

    .values_img {
        height: auto;
    }

    li.nav-item {
        padding: 0 5px;
    }

    header .navbar-nav .nav-item .nav-link {
        font-size: 12px;
    }
}

@media screen and (min-width:768px) {


    .Serv_details {
        height: 100%;
    }

    .navbar-brand img {
        width: 13.6em !important;
        padding: 0.6em;
    }

    /* .d-block {
        height: 20em;
    } */

    /* .Onhovertext h1 {
        font-size:62px;
    } */

    /* .Onhovertext h3 {
        padding: 16px;
        font-size:20px;
    } */



    /* 
    .dtr-img {
        height: auto;
    } */

    .cln-info {
        font-size: smaller;
    }

    .Serv_details {
        padding: 1em;
    }

        .Serv_details p {
            font-size: smaller;
        }

    .Dctr {
        margin: 0;
        padding: 1em;
    }


    .logo-img {
        width: 10em;
    }
}


@media screen and (min-width:1440px) {
    .navbar-brand img {
        width: 14em !important;
        padding: 0.6em;
    }

    /* #navbartopper{
        margin: 0px auto!important;
        padding: 2px;
    } */

    li.nav-item {
        padding: 0 15px !important;
    }

    /* .btn-padding {
        padding: 5px 5px;
        margin-top: 10px !important;
    } */

    a .appt {
        padding: 10px 5px !important;
        font-size: 16px !important;
    }

    .cln-info {
        font-size: medium;
    }

    .Serv_details p {
        font-size: medium;
    }

    /* .dtr-img {
        width: 100%;
        height: 75%;
    } */



    /* .carousel-caption{
        top: 8em
    } */

    /* .Onhovertext h1 {
        font-size: 62px;
    } */
    /* 
    .Onhovertext h3 {
        font-size: 20px;
    } */



    .app_detail {
        padding: 50px;
    }

    /* .page_list li {
        text-align: left;
    } */

    /* .arogya_img {
        height: 40em;
    } */

    .cln-name {
        text-align: left;
    }

    .Services-img {
        width: 100%;
        height: 15em;
    }
}

@media screen and (max-width:992px) {

    .nav-link {
        padding: 12px 0;
    }

    header .navbar-nav .nav-item .nav-link:hover::before {
        width: 30%;
        left: 0;
        right: auto;
    }

    header .navbar-nav .nav-item .nav-link.active:before {
        width: 30%;
        left: 0;
        right: auto;
    }
}

@media screen and (max-width: 767px) {
    .about-home .appt {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .Dctr {
        margin: 0px 0 24px;
        height: auto;
    }

    .arogya_img {
        padding: 1em;
        margin-bottom: 24px;
        height: 290px;
    }

    .app_img {
        width: 100%;
        height: 100%;
        border-radius: 20% 20% 0% 20%;
        object-fit: cover;
        object-position: right;
    }

    .review_block {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .footer_part {
        margin-top: 50px;
        padding-bottom: 50px;
        padding-top: 50px !important;
    }

    .Onhovertext h1 {
        font-size: 32px;
    }

    .Onhovertext h3 {
        font-weight: 500;
        font-size: 16px;
    }

    a .appt {
        padding: 8px;
        font-size: 12px;
    }

    .Service_header {
        margin-top: 50px;
    }

    .about-img-wrap {
        margin-bottom: 50px;
        height: 290px;
    }

    .margin-top {
        margin-top: 50px;
    }

    .heading {
        margin-bottom: 24px;
        font-size: 28px;
    }

    .heading-small {
        font-size: 28px;
    }

    .tesmoni_text,
    .cln-name {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .page_list {
        padding-left: 0;
        text-align: center;
    }


    .arogya_header {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .value_head {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .header_title p {
        font-size: 34px;
    }

    .Values_info {
        height: auto;
        margin-bottom: 24px;
    }

    #header_tagline {
        margin-top: 50px;
        font-size: 28px;
        margin-bottom: 24px;
    }

    .therapy-image {
        margin-bottom: 24px;
    }

    .margin_above {
        margin-top: 32px !important;
    }

    .blog_img {
        height: auto;
    }

    .blog_image {
        height: auto;
    }

    .dr-img {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }

    .modal-content {
        width: 85% !important;
    }

    .values_img {
        height: auto;
    }
}
