body{
    font-family: "Poppins", sans-serif;
}

.navbar-expand-md .navbar-collapse {
    justify-content: end;
}
.main-navbar .navbar .navbar-nav .nav-item a {
    color: #424155;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    margin-right: 30px;
}
.hero-section {
    display: grid;
    background-position: center;
    background-size: cover;
    height: 934px;
    background-image: url(../img/hero-img.png);
    background-repeat: no-repeat;
    align-items: center;
}

.banner_one_text h1 {
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
}
.banner_one_text .color_big::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background: #ea80b0;
    bottom: 0px;
    left: 0;
    z-index: -1;
}
.banner_one_text .color_big, .about_area_heading_two  .color_big{
    position: relative;
    z-index: 999;
}
.banner_one_text p {
    padding-top: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    max-width: 400px;
}
.about_area_img img {
    width: 100%;
    z-index: 2;
    position: relative;
transition: 0.4s all ease-in-out;
}
.about_area_img:hover img {
    transform: scale(1.1);
}
.threecard:hover .number {
    background-color: #000 !important;
    border: 2px solid #ea80b0;
}
.bottom-card:hover {
    border-radius: 10px;
    background-color: #f8f1f1;
}
.img-one {
    overflow: hidden;
    height: 250px;
    max-width: 376px;
    object-fit: cover;
    position: relative;
    z-index: 6;
}
.img-two {
    position: relative;
    margin-top: -129px;
    width: 80%;
    max-width: 520px;
    margin-right: 0;
    margin-left: auto;
    z-index: 4;
}
.img-two:after {
    content: '';
    width: 120px;
    height: 120px;
    left: -80px;
    top: -72px;
    background-size: contain;
    display: block;
    position: relative;
    background-image: url(../img/about-bg.png);
}
.about-section {
    padding: 72px 0px 00px;
}
.about_area_heading_two h3 {
    padding-top: 0;
    font-size: 26px;
    line-height: 35px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}
.about_area_heading_two h2 {
    font-size: 46px;
    line-height: 42px;
    font-weight: 700;
}
.about_area_heading_two .color_big::after {
    content: "";
    position: absolute;
    width: 112%;
    height: 30px;
    background: #f9c5ce;
    bottom: 0px;
    left: 0;
    z-index: -1;
}
.about_area_heading_two h4 {
    padding: 15px 0px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.about_area_heading_two h4 span {
    color: #ea80b0;
}
.about_area_heading_two p {
    color: #676769;
    padding-top: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 40px;
}
.pink-btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background: #ea80b0;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 6px 24px;
    border: 1px solid #ea80b0;
transition: 0.4s all ease-in-out;
}
.pink-btn:hover {
    display: inline-block;
    color:#ea80b0;
    text-decoration: none;
    border-radius: 5px;
    background:#fff ;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 6px 24px;
    transition: 0.4s all ease-in-out;
}
.three-card-section-top {
    padding: 60px 0px;
    background:  rgb(249,197,206);
    background: linear-gradient(90deg, rgba(249, 197, 206, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.three-card-section-top h2 {
    margin: 0px auto;
    max-width: 524px;
    text-align: center;
    padding: 15px 0px;
    line-height: 34px;
    font-size: 24px;
    font-weight: 700;
}
 .color_big::after {
    content: "";
    position: absolute;
    width: 112%;
    height: 30px;
    background: #f9c5ce;
    bottom: 0px;
    left: 0;
    z-index: -1;
}
  .color_big{
    position: relative;
    z-index: 999;
}
.three-card-section-top .color_big::after {
    width: 100%;
    background: #ea80b0;

}
.three-card-section-bottom {
    padding: 40px 0px;
}
.threecard {
    margin-top: 44px;
    border-radius: 60px;
    padding: 40px 18px;
    background: #ea80b0;
    min-height: 260px;
transition: 0.4s all ease-in-out;
}
.threecard h3 {
    padding-top: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.number {
    font-size: 66px;
    font-weight: 700;
    margin: 0px auto;
    margin-top: -93px;
    border: 10px solid #fff;
    width: 120px;
    color: #fff;
    background: #ea80b0;
    border-radius: 50%;
    display: grid;
    place-content: center;
    height: 120px;
    transition: transform 0.5s ease;
}
.threecard.color-2, .threecard.color-2 .number {
    background: #f2b2cf;
}
.threecard.color-3, .threecard.color-3 .number {
    background: #f9c5ce;
}
.two-card-section-top h2 {
    margin: 0px auto;
    text-align: center;
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
}
.two-card-section-top .color_big::after {
    background: #ea80b0;
    width: 100%;

}
.two-card-section {
    padding: 40px 0px 0px;
}
.two-card-section-bottom {
    margin-top: 40px;
    padding: 40px 0px;
    background: #f8f1f1;
    position: relative;
}
.two-card-section-bottom::after {
    content: '';
    height: 238px;
    background-position: center;
    bottom: 25px;
    background-repeat: no-repeat;
    right: 0;
    background-size: cover;
    width: 45%;
    background-image: url(../img/bacground-bottom.png);
    position: absolute;
}
.two-card img {
    width: 100%;
transition: 0.4s all ease-in-out;
}
.two-card img:hover {
    transform: scale(1.1);
}
.two-card {
    background: #fff;
    overflow: hidden;
    border-radius: 40px 40px 80px 80px;
}
.two-card-text {
    padding: 40px 20px 60px;
}
.two-card-text h4 {
    color: #212529;
    padding-top: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.two-card-text h3 {
    text-align: left;
    max-width: 524px;
    padding: 15px 0px;
    line-height: 34px;
    font-size: 22px;
    font-weight: 700;
}
.justify-content-evenly {
    justify-content: space-evenly;
}
.btn-center {
    position: relative;
    z-index: 4;
    margin-top: 40px;
    text-align: center;
}
.key-section h2 {
    max-width: 500px;
    margin: 0px auto;
    text-align: center;
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
}
.key-section .color_big::after {
    width: 100%;
}
.key-section-top {
    padding: 30px 0px;
}
.key-section-bottom {
    display: grid;
    background-position: center;
    background-size: cover;
    height: 718px;
    background-image: url(../img/message-bg.png);
    background-repeat: no-repeat;
    align-items: center;
}
.key-section-bottom p {
    margin: 0px auto;
    max-width: 1060px;
    text-align: center;
    font-weight: 400;
    line-height: 34px;
    font-size: 24px;
}
.key-section-bottom h5 {
    margin: 0px auto;
    max-width: 1006px;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    font-weight: 700;
    padding-top: 14px;
}
.doctors-section-top h2 {
    max-width: 824px;
    margin: 40px auto;
    text-align: center;
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
}
.color_big::after {
    content: "";
    width: 100%;
    height: 30px;
    background: #f9c5ce;
}
section.doctors-section {
    display: flow-root;
    background: #f8f1f1;
}
.doctor-card img {
    width: 100%;
transition: 0.4s all ease-in-out;
}
.doctor-card:hover img {
    transform: scale(1.1);
}
.about_area_heading_two {
    padding-left: 25px;
}
.doctor-card {
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 10px #dbdbdb;
    margin-bottom: 40px;
    z-index: 1;
}
.doctor-card-text {
    padding: 30px 15px 20px;
}
.doctor-card-text h3 {
    font-size: 24px;
}
.doctor-card-text p {
    color: #676769;
}
.doctors-section-bottom {
    position: relative;
}
.doctors-section-bottom::after {
    content: '';
    height: 193px;
    bottom: 0px;
    right: 0;
    width: 100%;
    background: #fff;
    position: absolute;
}
.associations-top h2 {
    
    margin: 40px auto;
    text-align: center;
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
}
.associations-top .color_big::after {
    width: 100%;
    background:#ea80b0;
}
.associations-bottom {
    padding: 40px 0px;
    background: #f8f1f1;
}

.associations-bottom ul {
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.associations-bottom ul img {
    max-height: 92px;
}
h3.associations-heading {
    margin: 0px auto 40px;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    font-weight: 700;
}
.bottom-cards {
    border-radius: 40px;
    padding: 20px;
    background: #fff;
}
.bottom-card {
    text-align: center;
    padding: 20px;
    transition: 0.4s all ease-in-out;
}

.bottom-card h3 {
    font-weight: 700;
    font-size: 34px;
    padding: 14px 0px 8px;
    margin: 0;
}
.bottom-card p {
    text-align: left;
    padding-top: 0;
    max-width: 326px;
    margin: 0px auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}
.bottom-card img {
    height: 96px;
}
.gallery-section-top h2 {
    max-width: 734px;
    margin: 40px auto;
    text-align: center;
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
}
.gallery-section-bottom .container {
    gap: 20px;
    display: flex;
}
.gallery-section-bottom img {
   width: 100%;
transition: 0.4s all ease-in-out;
}
.gallery-section-bottom img:hover {
    transform: scale(0.9);
}
section.gallery-section {
    display: flow-root;
    margin-bottom: 40px;
}
.footer-right img {
    min-height: 468px;
    width: 100%;
    object-fit: cover;
}

.footer .col-lg-6 {
    padding: 0;
}
.footer-left {
    padding: 40px 0px 20px;
    max-width: 660px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 12px;
}
.footer {
    background: #f8f1f1;
}
.footer-left h3 {
    padding-top: 20px;
    max-width: 512px;
    font-size: 32px;
    font-weight: 700;
}
p.address {
    max-width: 154px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: none !important;
    box-shadow: unset;
}
section.hero-section.reconstructive {
    background-image: url(../img/hero-reconstructive.png);
}
.reconstructive-section {
    padding: 60px 0;
}
.reconstructive-section-text p {
    color: #676769;
    padding-top: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.Options-card-section h2, .types-section-top h2 {
    margin: 0px auto;
    text-align: center;
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
    max-width: 740px;
}
.Options-card-section .color_big::after {
    background: #ea80b0;
}
.Options-card {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 1px 12px #e5e5e5;
transition: 0.4s all ease-in-out;
}
.Options-card:hover {
    background-color: #f8f1f1;
}
.Options-card h3 {
    padding-top: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.image-box img {
    width: 80px;
    height: 100%;
}

.image-box {
    width: 80px;
    text-align: center;
    height: 80px;
    margin: 0px auto;
    margin-bottom: 12px;
}
.Options-section-bottom {
    padding-top: 60px;
}
.Options-card-section {
    padding-bottom: 60px;
}
.cancer-women-section {
    display: grid;
    background-repeat: no-repeat;
    background-size: cover;
    height: 624px;
    background-image: url(../img/cancer-bg.png);
    align-items: center;
}
.cancer-women-inner {
    width: 100%;
    max-width: 720px;
    margin-right: 0;
    margin-left: auto;
}
.cancer-women-inner p {
    font-weight: 700;
    font-size: 24px;
}
.color_big::after {
    content: "";
    width: 103%;
    height: 30px;
    background: #f9c5ce;
}
.types-section-top .color_big::after {
    background: #ea80b0;
}

section.types-section {
    padding: 60px 0px 100px;
}
.types-image-round img {
    width: 100%;
transition: 0.4s all ease-in-out;
}
.types-image-round:hover img {
    transform: scale(1.1);
}
.types-section-bottom {
    padding-top: 40px;
}
.types-image-round {
    overflow: hidden;
    border-radius: 28px;
}
.types-details h3 {
    text-align: left;
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
}
.types-details .color_big::after {
    width: 100%;
    background: #ea80b0;
}
.types-details p {
    color: #676769;
    padding-top: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.types-details ol {
    padding-left: 40px;
}
.types-details ol li {
    color: #676769;
    padding-top: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.types-details ol {
    margin: 0;
}
.types-details {
    padding-top: 40px;
}
.image-section img {
    width: 100%;
}
.pink .color_big::after {
    width: 100%;
    background: #ea80b0;
}
.hero-section.contactus {
    display: grid;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/hero-contact.png);
    align-items: center;
}
.hero-section.contactus .banner_one_text {
    max-width: 600px;
}
.hero-section.contactus .banner_one_text .color_big::after {
    background: #f9c5ce;

}
.contact_left_item {
    background: #ffffff;
    box-shadow: 8px 10px 24px rgb(0 0 0 / 10%);
    border-radius: 8px;
    display: flex;
    padding: 30px 40px;
    margin-bottom: 30px;
transition: 0.4s all ease-in-out;
}
.contact_left_item:hover {
    background-color: #f8f1f1;
}
.contact_form_Wrapper {
    background: #ffffff;
    box-shadow: 8px 10px 24px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 20px 40px;
}
#contact_form .form-group {
    padding-bottom: 15px;
}
.form-control {
    height: 60px;
    border: none;
    box-shadow: 0px 1px 13px 0px #0000000d;
    padding: 10px 22px;
    font-size: 16px;
    background: #e03c3314;
}
textarea.form-control {
    min-height: calc(1.5em +(.75rem + 2px));
}
textarea.form-control {
    height: auto;
}
.contact_left_icon img {
    width: 50px;
}
.contact_left_text {
    padding-left: 20px;
}
.contact_left_text h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.contact_left_text a {
    display: block;
    color: #676769;
    font-size: 18px;
    padding-top: 5px;
    text-decoration: none;
}
.contactus-section {
    padding: 60px 0px;
}
.contactus-section .row {
    align-items: center;
}
ul.social {
    margin-top: -32px;
    justify-content: end;
    gap: 20px;
    list-style: none;
    display: flex;
    padding-right: 20px;
}
ul.social li a img {
    width: 40px;
/*transition: 0.4s all ease-in-out;*/
}
/*ul.social li a img:hover {*/
/*    background-color: #eee;*/
/*    padding: 1px;*/
/*}*/
/* DOCTOR PAGE CSS START HERE  */
.doctor_hero-section {
    display: grid;
    background-position: center;
    background-size: cover;
    height: 934px;
    background-image: url(../img/doctor_hero-banner.jpg);
    background-repeat: no-repeat;
    align-items: center;
}
section.our_doctors-section {
    display: flow-root;
    background: #f8f1f1;
}

h2.doctor-contant {
    max-width: 1320px;
}
.our-doctors-section-bottom::after {
    content: '';
    height: 193px;
    bottom: 0px;
    right: 0;
    width: 100%;
    background: #fff;
    position: absolute;
}
.our-doctors-section-bottom {
    position: relative;
}
.our-doctors-section-bottom .doctor-card .doctor-card-text h3 {
    font-size: 16px;
    font-weight: 700;
}
h2.doctor-contant {
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
    margin: 50px 0px 30px;
}
h2.doctor-contant .color_big::after {
    content: "";
    width: 100%;
    height: 30px;
    background: #ea80b0;
}
.dr_mathur_info {
    background: #f8f1f1;
    padding: 50px 0px;
}
.dr_mathur_info h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}
h2.doctor-contant {
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
    margin: 50px 0px 30px;
}
h2.doctor-contant.small {
    line-height: 34px;
    font-size: 24px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.dr-Pradeep_info{
    background: #f8f1f1;
    padding: 50px 0px;
}
h2.doctor-contant.dr-Pradeep {
    text-align: end;
}
.dr-Pradeep_info h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align:end;
}
.dr_mathur_info p {
    font-size: 22px;
    margin-bottom: 25px;
}
.dr-Pradeep_info p {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: end;
}
h2.dr-name {
    font-size: 24px;
    font-weight: 700;
}
a.navbar-brand img {
    max-width: 60px;
    width: 100%;
}
/* DOCTOR PAGE CSS END HERE  */
.hero-section.reform {
    background-image: url(../img/reform-hero.png);

}
.hero-section.reform .banner_one_text h1 {
    max-width: 231px;
}
.hero-section.reform .banner_one_text p {
    max-width: 272px;
}
.cancer-women-section.right-care {
    background-image: url(../img/right-care.png);
}
.logo img {
    width: 84px;
}
@media only screen and (min-device-width:1367px) and (max-device-width: 1440px) {
    .hero-section {
        height: 676px;
    }
    .cancer-women-section {
        height: 438px;

    }
    .cancer-women-inner {
        max-width: 643px;

    }
   }
@media only screen and (min-device-width:1200px) and (max-device-width: 1366px) {
    .hero-section {
        height: 676px;
    }
    .threecard {
        min-height: 294px;
    }
    .cancer-women-section {
        height: 438px;

    }
    .cancer-women-inner {
        max-width: 643px;

    }
        .two-card-section-bottom .col-md-6.col-lg-4 {
    width: 50%;
    max-width: 450px;
}
   }
   @media only screen and (min-device-width:768px) and (max-device-width: 1199px) {
    .hero-section {
        height: 400px;
    }
    .threecard {
        min-height: 294px;
    }
    .about-section {
        padding: 72px 0px 40px;
    }
    .footer-left {
        max-width: unset;
    }
   }

   @media only screen and (max-width:767px) {
    .main-navbar .navbar .navbar-nav .nav-item a {
        padding: 12px !important;
        border-bottom: 1px solid #f0d1d7;
        margin:0px;
    }
    .mean-menu {
        width: 100%;
        background: #fff;
        position: absolute;
        top: 60px;
        z-index: 99999;
    }
    .hero-section {
        background-position: 66% center;
        height: 600px;
    }
    .banner_one_text h1 {
        font-size: 36px;
        line-height: 48px;
    }
    .about-section {
        padding: 40px 0px 40px;
    }
    .img-one {
        height: 100px;
        max-width: 152px;

    }
    .img-two {
        position: relative;
        margin-top: -62px;
    }
    .three-card-section-top h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .three-card-section-top .color_big::after {
        width: 100%;
    }
    .color_big::after {
        height: 18px;

    }
    .three-card-section-top {
        padding: 40px 0px;
    }
    .threecard {
        margin-bottom: 40px;
    }
    .three-card-section-bottom {
        padding: 40px 0px 0;
    }
    .two-card {
        border-radius: 40px 40px 40px 40px;
        margin-bottom: 20px;
    }
    .two-card-section-top h2, .key-section h2, .doctors-section-top h2, .associations-top h2, .gallery-section-top h2, .Options-card-section h2, .types-section-top h2, .types-details h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .key-section-bottom p, .key-section-bottom h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .key-section-bottom {
        background-position: 78% center;
        height: 338px;
    }
    h3.associations-heading {
        font-size: 18px;
        line-height: 30px;
    }
    .bottom-card {
        margin-bottom: 40px;
    }
    .gallery-section-bottom .container {
        gap: 10px;
        flex-wrap: wrap;
        display: flex;
    }
    .footer-right img {
        min-height: auto;
    }
    .associations-bottom ul li img {
        height: auto;
        width: 100%;
    }
    .associations-bottom ul li {
        width: 28.33%;
    }
    .footer-left h3 {
        max-width: 512px;
        font-size: 18px;
        max-width: 336px;
    }
    .Options-card {
        margin-bottom: 20px;
    }
    .cancer-women-inner p {
        font-weight: 700;
        font-size: 18px;
    }
    .cancer-women-section {

        height: 440px;

    }
    .types-image-round {
        margin-bottom: 20px;
    }

    /*  */
    section.doctor_hero-section {
        height: 600px;
    }
    h2.doctor-contant {
        font-size: 30px;
        line-height: 42px;
        font-weight: 700;
        margin: 20px 0px 30px;
    }
    .dr_mathur_info p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .dr_mathur_info h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .dr-Pradeep_info h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .dr-Pradeep_info p {
        font-size: 18px;
        margin-bottom: 20px;
    }
  }