* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}


/* ================ button section ====================== */



.button_one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.button_one a,
button {
    background: #11455d;
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    text-decoration: none;
    padding: 1rem 1.5rem;
    box-shadow: 7px 8px #3190b9;
    margin-bottom: 1rem;
}

.button_one p {
    margin: 0;
    margin-top: 1rem;
    color: #11455d;
    font-family: Poppins;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: capitalize;
}

.owl-dot {
    box-shadow: none;
}

/* ================ button section ====================== */

/* header section  */

.dental-hero-bg {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.dental-navbar {
    background-color: transparent;
}

.dental-navbar .nav-box {
    padding: 0rem 3rem 1rem;
}

.dental-navbar .nav-logo img {
    width: 200px;
}

.dental-navbar .nav-box .call-box {
    position: relative;
}

.dental-navbar .nav-box .call-box p {
    margin: 0;
    border-bottom: 1px solid #3190b9;
    font-size: 25px;
    color: #4EA9D1;
    font-weight: 500;
    text-align: right;
}

.dental-navbar .nav-box .call-box a {
    text-decoration: none;
    color: #11455d;
    font-size: 2rem;
    font-weight: 600;
}

.dental-navbar .nav-box .call-box .call-icon {
    position: absolute;
    top: 24px;
    left: -45px;
}

.dental-navbar .nav-box .call-box .call-icon img {
    width: 32px;
}

.hero-content {
    padding: 1rem 1em;
}

.hero-content h2 {
    font-size: 2.690rem;
    font-weight: 800;
    color: #11455d;
    line-height: 1.5;
}

.hero-content p {
    font-size: 2rem;
    font-weight: 500;
    color: #4EA9D1;
    line-height: 1.5;
    margin-top: 1rem;
}

.hero-content h2 span {
    background-color: #11455d;
    color: #fff;
}

.imgFirst {
    padding-right: 4px;
}

.hero-img {
    padding-bottom: 3rem;
}

.achivement {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 1rem 0rem;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*z-index: 9999;*/
}

.achive_bx {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achive_bx img {
    width: 100px;
}

.achive_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.achive_container p {
    font-size: 1.7rem;
    font-weight: 600;
    color: rgb(17, 69, 93);
    margin: 0;
    margin-top: 1rem;
    padding: 0rem 2rem;
    text-align: center;
    line-height: 1.2;
}

/* header section  */


/* doctor section start */

.doc {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #CDE7F2;
}

.doc img {
    position: relative;
}

.doc::before {
    content: "";
    position: absolute;
    top: 4%;
    left: 4%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 40px solid rgb(78, 169, 209);
    z-index: 0;
}


.doc-content h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #11455d;
    line-height: 1.4;
}

.doc-content li{
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    padding: 1rem 0rem;
    margin: 0;
    line-height: 1.7;
    letter-spacing: 0.5px;
}

/* doctor section end */


/* compare section start */

.compare {
    background-image: url(./imgs/compare.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.compare_slide .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare_slide .owl-theme .owl-nav {
    margin-top: 10px;
    display: none !important;
}

.compare_slide .owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.compare-heading h2 {
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-align: center;
    padding: 5rem 0rem;
}

.treatment-name h1 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 1.5rem;
}

.treatment-txt {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* compare section end */

/* info section start */

.info {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}

.info::before {
    content: "";
    position: absolute;
    top: 1%;
    right: 4%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 40px solid #8CC7E1;
    z-index: -1;
}


.info-content h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #11455d;
    line-height: 1.4;
}

.info-content p {
    font-size: 1.3rem;
    font-weight: 400;
    color: #000;
    padding: 1rem 0rem;
    margin: 0;
}

/* info section end */


/* treatment section start */

.treatment_slider {
    padding: 6rem 0rem;
    margin: 0rem;
}

.treatment_title h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #11455d;
    text-transform: uppercase;
    font-style: italic;
}

.treatment_name h1 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000000;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 1.5rem;
}

/* ==================== */

.treatment_slide {
    position: relative;
}

.treatment_slide .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 3rem;
    margin: 5px;
    padding: 1px 29px !important;
    background: #11455d;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    cursor: pointer;
    border-radius: 54px;
    line-height: 70px;
}

.treatment_slide .item img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.treatment_slide .owl-prev {
    position: absolute;
    top: 40%;
    left: -77px;
    transform: translate(50%, -40%);
}

.treatment_slide .owl-next {
    position: absolute;
    top: 40%;
    right: -12px;
    transform: translate(50%, -40%);
}

.treatment_slider .owl-theme .owl-nav {
    margin-top: 10px;
    display: block !important;
}

/* ==================== */
.tick_icon {
    width: 45px;
    margin-right: 1rem;
}

.treatment_list {
    display: flex;
    align-items: center;
}

.treatment_list p {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    font-style: italic;
    margin: 0;
}

/* treatment section end */

/* review section start */


.review {
    background-image: url(./imgs/review-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.review_heading h2 {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 3rem;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.g-box {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
}

.g-box h6 {
    color: #11455d;
    text-align: center;
    font-family: Poppins;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.g-box p {
    color: #838383;
    text-align: center;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}

.star {
    text-align: center;
    font-size: 1.5rem;
}

.giconWithtxt {
    display: flex;
    align-items: center;
    width: 55%;
    margin: auto;
    justify-content: space-around;
}

.giconWithtxt img {
    width: 25px !important;
}

.g-box {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
    padding: 1.5rem 3rem;
    margin: 1rem;
}

.review .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #11455d;
}

.review .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #ffffff;
    border: 2px solid #2192c7;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.g-box .rimg {
    width: 50px !important;
    height: 50px !important;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    margin: auto;
}

/* review section end */


/* gallery section start */


.gallery {
    background-image: url(imgs/gallery.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 8rem 0rem 6rem 0rem;
}

.gallery_heading {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    padding-bottom: 4rem;
    padding-top: 4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-style: italic;
}


/* gallery section end */


/* satisfaction section start */

.satisfaction {
    padding-top: 6rem;
    padding-bottom: 6rem;
}



.satis-content h2 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #11455d;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

.satis-content p {
    font-size: 1.3rem;
    font-weight: 400;
    color: #000;
    padding: 1rem 0rem;
    margin: 0;
    text-align: center;
}

/* satisfaction section end */


/* ================== contact section ================= */

.contact {
    margin: 0;
    padding-top: 4rem;
}

.contact_card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    padding: 1.5rem;
    height: 100%;
}

.contact_title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000;
}

.contact_para {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
}

.form_section {
    padding: 2rem 0rem;
}


.contact_heading {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #11455d;
    text-transform: uppercase;
    font-style: italic;
}

.form {
    background-image: url(imgs/form-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 2rem 3rem;
}

.form .form-group {
    margin-bottom: 1.7rem;
}

.form label {
    color: #11455d;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0.5rem;
}

.form .form-control,
.form-select {
    display: block;
    width: 100%;
    padding: .75rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #11455d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 10px;
    border: 1px solid #11455d;
}

.form .form-control:focus,
.form .form-select:focus {
    color: #11455d;
    background-color: #fff;
    border-color: #11455d;
    outline: 0;
    box-shadow: 0 0 0 .25rem #212121;
}


.copy_right {
    background: #11455d;
    padding: 1rem 0rem;
    text-align: center;
}

.copy_right p {
    font-size: 1rem;
    margin: 0;
    color: #fff;
}

/* ================== contact section ================= */

.treatment_slider .owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}

.treatment_slider .owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.compare_slide .owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}

.compare_slide .owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
}

.treatment-txt h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 3rem;
}

.treatment_title {
    text-align: center;
    margin-bottom: 2rem;
}

.treatment_title h4 {
    font-size: 2.5rem;
    font-weight: 600;
}

.treatment_name {
    margin-top: 2rem;
    text-align: center;
}

.treatment_name h4 {
    font-size: 2.5rem;
    font-weight: 600;
}

/* ================ Responsive section start */

@media only screen and (max-width:767px) {

    .dental-hero-bg {
        background-image: url(./imgs/hero-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .dental-navbar {
        background-color: transparent;
        padding: 0;
    }

    .dental-navbar .nav-box {
        padding: 0rem 1rem 0rem;
    }

    .dental-navbar .nav-box .call-box .call-icon {
        position: absolute;
        top: 10px;
        left: -24px;
    }

    .dental-navbar .nav-box .call-box .call-icon img {
        width: 20px;
    }

    .dental-navbar .nav-box .call-box p {
        margin: 0;
        border-bottom: 1px solid #3190b9;
        font-size: 1rem;
        color: #4EA9D1;
        font-weight: 500;
        text-align: right;
    }

    .dental-navbar .nav-box .call-box a {
        text-decoration: none;
        color: #11455d;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .dental-navbar .nav-logo img {
        width: 120px;
    }

    .sub-heading h2 {
        font-size: 0.8rem;
        font-weight: 500;
        color: #fff;
        text-align: center;
        line-height: 1.4;
        padding: 0rem 1rem;
    }

    .hero-content p {
        font-size: 12px;
        font-weight: 500;
        color: #4EA9D1;
        line-height: 1.5;
        margin-top: 1rem;
        text-align: left;
    }

    .treatment_name h4 {
        text-align: center;
        margin-top: .5rem
    }

    .hero-content h2 {
        font-size: 1rem;
        font-weight: 800;
        color: #11455d;
        line-height: 1.5;
        text-align: left;
    }

    .hero-content {
        padding: 0.6rem 1em;
    }

    .hero-img {
        padding-bottom: 2rem;
    }

    .button_one a {
        background: #11455d;
        color: #FFF;
        font-family: Poppins;
        font-size: 1rem;
        font-weight: 500;
        text-decoration: none;
        padding: 0.7rem 1rem;
        box-shadow: 4px 5px #3190b9;
        margin-bottom: 1rem;
    }

    .button_one p {
        margin: 0;
        margin-top: 0.7rem;
        color: #11455d;
        font-family: Poppins;
        font-size: 1rem;
        font-weight: 600;
        text-transform: capitalize;
    }

    .achivement {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding: 1rem 0rem;
    }

    .achive_bx {
        background-color: #fff;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .achive_container p {
        font-size: 0.7rem;
        font-weight: 500;
        color: rgb(17, 69, 93);
        margin: 0;
        margin-top: 1rem;
        padding: 0rem 0.5rem;
        text-align: center;
        line-height: 1.2;
    }

    .achive_bx img {
        width: 35px;
    }

    .doc {
        background-image: url(./imgs/doc-img.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .doc-content h2 {
        font-size: 14px;
        font-weight: 700;
        color: #11455d;
        line-height: 1.4;
        text-align: center;
    }

    .doc-content li {
        font-size: 1rem;
        font-weight: 400;
        color: #000;
        padding: 0rem 0rem;
        margin: 0;
        text-align: left;
    }

    .doc::before {
        content: "";
        position: absolute;
        top: 15%;
        left: 12%;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 22px solid rgb(78, 169, 209);
        z-index: 0;
    }

    .doc img {
        width: 300px;
    }

    .treatment {
        padding-top: 2rem;
        padding-bottom: 2rem;
        position: relative;
        overflow: hidden;
    }

    .treatment-content h2 {
        font-size: 1.6rem;
        font-weight: 700;
        color: #11455d;
        text-align: center;
        padding: 1rem 0rem;
        font-style: italic;
        line-height: 1.4;
    }

    .treatment::after {
        content: '';
        position: absolute;
        top: -1%;
        right: -34%;
        width: 130px;
        height: 130px;
        background-color: #11455d;
        transform: rotate(45deg);
        border-radius: 20px;
    }

    .treatment::before {
        content: '';
        position: absolute;
        bottom: 1%;
        left: -25%;
        width: 130px;
        height: 130px;
        background-color: #4EA9D1;
        transform: rotate(45deg);
        border-radius: 20px;
    }

    .compare {
        background-image: url(./imgs/compare.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        padding-top: 4rem;
        padding-bottom: 5rem;
    }

    .compare-heading h2 {
        font-size: 1rem;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        text-align: center;
        padding: 1rem 0rem;
    }

    .treatment-name h1 {
        text-align: center;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #ffffff;
        text-transform: uppercase;
        font-style: italic;
        margin-top: 1rem;
    }

    .treatment_slider {
        padding: 2rem 0rem;
        margin: 0rem;
    }

    .treatment_title h1 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #11455d;
        text-transform: uppercase;
        font-style: italic;
    }

    .treatment_slide .owl-theme .owl-nav [class*=owl-] {
        color: #ffffff;
        font-size: 2rem;
        margin: 5px;
        padding: 1px 15px !important;
        background: #11455d;
        display: inline-block;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
        cursor: pointer;
        border-radius: 54px;
        line-height: 36px;
    }

    .treatment_slide .owl-prev {
        position: absolute;
        top: 40%;
        left: -34px;
        transform: translate(50%, -40%);
    }

    .treatment_slide .owl-next {
        position: absolute;
        top: 40%;
        right: 3px;
        transform: translate(50%, -40%);
    }

    .treatment_title h1 {
        text-align: center;
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #11455d;
        text-transform: uppercase;
        font-style: italic;
    }

    .tick_icon {
        width: 25px;
        margin-right: 1rem;
    }

    .treatment_list p {
        font-size: 11px;
        font-weight: 700;
        color: #000;
        font-style: italic;
        margin: 0;
    }

    .treatment_slide .button_one a {
        background: #11455d;
        color: #FFF;
        font-family: Poppins;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
        padding: 1rem 1rem;
        box-shadow: 7px 8px #3190b9;
        margin-bottom: 1rem;
    }

    .info {
        padding-top: 2rem;
        padding-bottom: 0rem;
        overflow: hidden;
    }

    .info-content h2 {
    font-size: 14px;
    font-weight: 700;
    color: #11455d;
    line-height: 1.4;
    text-align: justify;
    padding: 0 1rem;
}

    .info-content p {
        font-size: 12px;
        font-weight: 400;
        color: #000;
        padding: 0.5rem 0rem;
        margin: 0;
    }

    .info::before {
        content: "";
        position: absolute;
        top: 10%;
        right: 0%;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 20px solid #8cc7e100;
        z-index: -1;
    }

.info img {
    margin: auto;
    max-width: 55%;
    display: block;
}

    .info .button_one a {
        background: #11455d;
        color: #FFF;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        padding: 0.7rem 0.7rem;
        box-shadow: 4px 5px #3190b9;
        margin-bottom: 1rem;
    }

    .info .button_one p {
        margin: 0;
        margin-top: 0.7rem;
        color: #11455d;
        font-family: Poppins;
        font-size: 11px;
        font-weight: 600;
        text-transform: capitalize;
    }


    .service {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background-color: #CDE7F2;
        border-top: 15px solid #11455d;
        border-bottom: 15px solid #11455d;
    }

    .service-heading h2 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #11455d;
        line-height: 1.4;
        text-align: center;
        font-style: italic;
        padding: 1rem 0rem;
    }

    .treatment_content {
        border-radius: 8px;
        background: #11455d;
        box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
        padding: 2rem 2rem;
        transition: 0.5s;
        min-height: 300px;
        margin-bottom: 2rem;
    }

    .treatment_list {
        margin-bottom: 0.7rem;
    }

    .treatment_box:hover {
        min-height: 650px;
    }

    .treatment_box:hover .treatment_para {
        top: 393px;
        z-index: 1;
    }

    .treatment_title p {
        color: #11455d;
        font-family: Poppins;
        font-size: 1.2rem;
        font-weight: 600;
        text-align: center;
        line-height: normal;
        text-transform: capitalize;
        margin-top: 2rem;
        padding: 0.8rem;
    }

    .review {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .review_heading h2 {
        color: #ffffff;
        text-align: center;
        font-family: Poppins;
        font-size: 1rem;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0rem;
    }

    .g-box h6 {
        color: #11455d;
        text-align: center;
        font-family: Poppins;
        font-size: 1.1rem;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin: 0;
    }

    .g-box p {
        color: #838383;
        text-align: center;
        font-family: Poppins;
        font-size: 0.7rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0.5rem;
    }

    .star {
        text-align: center;
        font-size: 1rem;
    }

    .g-box {
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
        padding: 1.5rem 1rem;
        margin: 1rem;
    }

    .gallery {
        background-image: url(imgs/gallery.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        padding: 2rem 0rem 2rem 0rem;
    }

    .gallery_heading {
        text-align: center;
        font-size: 1.2rem;
        font-weight: 700;
        padding-bottom: 1rem;
        padding-top: 1rem;
        color: #ffffff;
        text-transform: uppercase;
        font-style: italic;
    }

    .satisfaction {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .satifaction_img {
        background: #11455d;
        border-bottom: 15px solid #3190b9;
        border-top: 15px solid #3190b9;
        position: relative;
        height: 111px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .satis-content h2 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #11455d;
        line-height: 1.4;
        text-align: center;
    }

    .satifaction_img img {
        width: 40%;
    }

    .satis-content p {
        font-size: 1.1rem;
        font-weight: 400;
        color: #000;
        padding: 1rem 0rem;
        margin: 0;
        text-align: center;
    }

    .contact {
        margin: 0;
        padding-top: 2rem;
    }

    .form {
        background-image: url(imgs/form-bg.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        padding: 2rem 1rem;
    }

    iframe {
        min-height: 400px;
    }

    .contact_card {
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        border-radius: 10px;
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

    .contact_title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #000000;
    }

    .modal-title {
        font-size: 1rem;
        font-weight: 700;
        font-style: italic;
    }
.treatment_name h4 {
    font-size: 1.5rem;
    font-weight: 600;
}.treatment_title h4 {
    font-size: 1.5rem;
    font-weight: 600;
}.treatment-txt h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 1.2rem;
}
}

/* ================ Responsive section end */