@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

h1, h2, h3, h4, h5, h6{
    font-family: "Mulish", sans-serif;
}
span, strong, div, p, small, input, textarea{
    font-family: "Nunito", sans-serif;
}
.delhi_BannerBx{
    margin-top: 130px;
    min-height: 700px;
}
.delhi_BannerBx h2 {
    text-align: center;
    padding-top: 150px;
    font-size: 48px;
    font-weight: 900;
    color: #000;
}
.delhiEnqBx {
    padding-bottom: 20px;
}
.delhienqBg {
    background: #034564;
    padding: 25px;
    margin-top: -50px;
    /* border-radius: 20px; */
    /* box-shadow: #1181cb 5px 5px 0px 0px; */
    position: relative;
}
.delhienqBg::after{
    background: url(../images/shadow.webp) center top no-repeat;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: -23px;
    height: 23px;
    right: 0;
}
.delhiFrmHd {
    text-align: center;
    padding-bottom: 20px;
}
.delhiFrmHd h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 800;
}
.delhiFrmBx {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}
.delhiFrmBx:last-child{
    margin-right: 0;
}
.bookfrmTxtarea {
    padding-bottom: 20px;
}
.delhiFrmBx input.frmInp, .frmTxtarea {
    border-radius: 5px;
    background: #025379;
    border: #027db7 solid 1px;
    color: #fff;
    font-size: 17px;
}
.frmOuter .frmBx input.frmInp:hover, .frmTxtarea:hover {
    box-shadow: none;
}
.delhiFrmBtn {
    text-align: center;
}
.delhiFrmBtn input.frmInpBtn {
    width: auto;
    padding: 0 30px;
}
.whywe_Outer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0;
}
.whywe_left{
    width: 45%;
}
.whywe_Right {
    width: 45%;
}
.whywe_Right img {
    border-radius: 150px 0;
    box-shadow: #9710af 10px 10px 0 0;
}
.whywe_left h2 {
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 10px;
    color: #000;
}
.whywe_left p {
    font-size: 18px;
    line-height: 27px;
}
.wetreate_outer {
    background: #011f31;
    padding: 50px 0;
}
.wetreatHd {
    text-align: center;
    padding-bottom: 20px;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}
.wetreatHd h2 {
    font-weight: 900;
    font-size: 36px;
    padding-bottom: 6px;
}
.wetreatHd p{
    font-size: 16px;
    line-height: 26px;
}
.treatList li {
    background: #fff;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.treatList li:hover{
    box-shadow: #e86107 0px 0px 0px 4px;
}
.treatList li:nth-child(3n){
    margin-right: 0;
}
.treatList li h2 {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    padding-bottom: 5px;
}
.treatList li p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
    min-height: 115px;
}
.treatList li a {
    font-size: 15px;
    color: #e86107;
    border: #e86107 solid 1px;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}
.treatList li a:hover{
    background: #e86107;
    color: #fff;
}
.whychoose_Outer {
    padding: 60px 0;
}
.whychoose_Bx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.whychoose_Left {
    width: 45%;
}
.whychoose_Right {
    width: 45%;
}
.whychoose_Left img {
    border-radius: 130px 0;
    box-shadow: #005c75 12px 10px 0px 0px;
}
.whychoose_Right h2 {
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: 900;
    color: #000;
}
.whychoose_Right p {
    font-size: 17px;
}
.whychoose_Right ul {
    padding-left: 20px;
    list-style: disc;
}
.whychoose_Right ul li {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
    color: #000;
}
.whychoose_Right ul li strong{
    color: #000;
}
.healingPowerExp {
    padding: 60px 0;
    background: #00313f;
}
.healingpow_Inn {
    text-align: center;
    color: #fff;
}
.healingpow_Inn h3 {
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 15px;
}
.healingpow_Inn p {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 27px;
}
.healingpow_Inn a {
    display: inline-block;
    margin-top: 25px;
    background: #ed690c;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 25px;
    color: #fff;
}
.healingpow_Inn a:hover{
    background: #1a93b5; 
}



@media(max-width:1169px){
    .delhi_BannerBx {
        margin-top: 130px;
        min-height: 500px;
    }
    .whywe_left {
        width: 50%;
    }
    .whywe_left p {
        font-size: 17px;
        line-height: 26px;
    }
}
@media (max-width: 1023px) {
    .delhi_BannerBx {
        min-height: 400px;
    }
    .delhi_BannerBx h2{
        padding-top: 75px;
    }
    .whywe_left p {
        font-size: 15px;
        line-height: 25px;
    }
    .whywe_left h2 {
        font-size: 32px;
        padding-bottom: 5px;
    }
    .whywe_Outer {
        padding: 30px 0;
    }
    .wetreate_outer{
        padding: 30px 0;
    }
    .treatList li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    .treatList li:nth-child(3n){
        margin-right: 4%;
    }
    .treatList li:nth-child(2n){
        margin-right: 0;
    }
    .wetreatHd p {
        padding-bottom: 10px;
    }
    .whychoose_Outer {
        padding: 40px 0;
    }
    .whychoose_Right {
        width: 50%;
    }
    .whychoose_Right h2 {
        font-size: 32px;
    }
    .whychoose_Right p {
        font-size: 15px;
        line-height: 24px;
    }
    .whychoose_Right ul li {
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 7px;
    }
    .whychoose_Left img {
        border-radius: 90px 0;
        box-shadow: #005c75 8px 7px 0px 0px;
    }
    .whywe_Right img {
        border-radius: 100px 0;
        box-shadow: #9710af 6px 6px 0 0;
    }
    .treatList li h2 {
        font-size: 20px;
    }
    .treatList li p {
        font-size: 15px;
        line-height: 23px;
    }
    .healingpow_Inn h3 {
        font-size: 28px;
    }
    .healingpow_Inn p {
        font-size: 16px;
        line-height: 24px;
    }
    .delhiFrmHd h3 {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .delhi_BannerBx {
        min-height: 350px;
        margin-top: 80px;
    }
    .delhi_BannerBx h2 {
        padding-top: 50px;
        font-size: 42px;
    }
    .delhiFrmHd h3 {
        font-size: 26px;
    }
    .delhiFrmBx {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .delhiFrmBx input.frmInp, .frmTxtarea{
        font-size: 15px;
    }
    input.frmInp{
        height: 40px;
    }
    .frmTxtarea{
        height: 100px;
    }
    input.frmInpBtn{
        font-size: 15px;
    }
    .whywe_Outer {
        display: block;
    }
    .whywe_left {
        width: 100%;
        padding-bottom: 20px;
    }
    .whywe_Right {
        width: 90%;
        margin: 0 auto;
    }
    .wetreatHd h2 {
        font-size: 30px;
    }
    .wetreatHd p {
        font-size: 15px;
        line-height: 24px;
    }
    .treatList li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .treatList li p {
        min-height: 0;
    }
    .whychoose_Bx{
        flex-direction: column-reverse;
    }
    .whychoose_Right {
        width: 100%;
        padding-bottom: 20px;
    }
    .whychoose_Left {
        width: 95%;
        margin: 0 auto;
    }
    .healingPowerExp {
        padding: 30px 0;
    }
    .healingpow_Inn h3 {
        font-size: 24px;
    }
}
@media (max-width: 479px) {
    .delhi_BannerBx {
        min-height: 210px;
        margin-top: 75px;
    }
    .delhi_BannerBx h2 {
        padding-top: 40px;
        font-size: 30px;
    }
    .delhienqBg{
        padding: 15px;
    }
    .delhiFrmHd{
        padding-bottom: 15px;
    }
    .delhiFrmHd h3 {
        font-size: 20px;
    }
    input.frmInpBtn {
        line-height: 40px;
        height: 40px;
    }
    .whywe_left h2 {
        font-size: 26px;
    }
    .whywe_Right img {
        border-radius: 50px 0;
    }
    .whychoose_Right h2 {
        font-size: 26px;
    }
    .whychoose_Left img {
        border-radius: 50px 0;
    }
    .healingpow_Inn h3 {
        font-size: 22px;
    }

}