.servicesSection {
    padding: 160px 80px 0 80px;
}

/* Section Head */
.sectionHead {
    padding: 0 32px;
}

.sectionHead>h2 {
    display: flex;
    width: 60%;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;

}

.sectionHead>p {
    width: 60%;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

/* section Content */
.servicesSection .leftContainer {
    padding-top: 93.5px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.servicesSection .serviceContainer {
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.servicesSection #sleepTherapy {
    /* display: none; */
}
.servicesSection .serviceContainer .verticalBar {
    width: 4px;
    height: 100%;
    background-color: #F2F4F7;
    transition: background-color .5s ease-in-out;
}

#physiotherapy .verticalBar {
    background-color: #256FB3;
    transition: background-color .5s ease-in-out;
}

#AnxietyManagement .verticalBar {
    background-color: #256FB3;
    transition: background-color .5s ease-in-out;
}

.servicesSection .service {
    padding: 16px 0 16px 24px;
}

.servicesSection .serviceContainer .heading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}

.servicesSection .serviceContainer .description {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.servicesSection .serviceContainer button {
    color: #256FB3;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border: none;
    background-color: transparent;
    padding-left: 0;
    transition: padding .2s ease-in-out;
}

.servicesSection .serviceContainer i {
    padding-left: 7px;
    color: #256FB3;
}

.servicesSection .serviceContainer i::before {
    scale: 1.3;
    font-size: 20px;
}

.servicesSection .rightContainer {
    margin-top: 64px;
    padding-left: 64px;
    overflow: hidden;
    position: relative;
}

#physioImg, 
#cuppingImg,
#dietImg,
#sleepImg,
#AnxietyManagementImg, 
#DepressionSupportImg,
#TraumaCounsellingImg,
#RelationshipCounsellingImg,
#ProductivityCoachingImg,
#DementiaCareImg,
#LaughterTherapyImg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    opacity: 0;
}

#physioImg {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    transition: opacity 1.5s ease-in-out, visibility .3s ease-in-out;
}
#cuppingImg {
    visibility: hidden;
    z-index: -1;
    transition: opacity 1.5s ease-in-out, visibility .3s ease-in-out;
}
#dietImg {
    visibility: hidden;
    z-index: -1;
    transition: opacity 1.5s ease-in-out, visibility .3s ease-in-out;
}
#sleepImg {
    visibility: hidden;
    z-index: -1;
    transition: opacity 1.5s ease-in-out, visibility .3s ease-in-out;
}

#physioImg {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    transition: opacity 1.5s ease-in-out, visibility .3s ease-in-out;
}

#AnxietyManagementImg,
#TraumaCounsellingImg,
#RelationshipCounsellingImg,
#ProductivityCoachingImg,
#DementiaCareImg,
#LaughterTherapyImg {
    visibility: hidden;
    z-index: -1;
    transition: opacity 1.5s ease-in-out, visibility .3s ease-in-out;
}


@media only screen and (max-width: 576px) {
    .servicesSection {
        padding: 40px 20px 0 20px;
    }

    /* Section Head */
    .sectionHead {
        padding: 0 0px;
    }

    .sectionHead>h2 {
        width: 100%;
        font-size: 16px;
        line-height: 25.6px;

    }

    .sectionHead>p {
        width: 100%;
        margin-top: 4px;
        font-size: 14.5px;
        line-height: 1.5;
    }

    /* section Content */
    .servicesSection .leftContainer {
        padding: 16px 20px 0px 20px;
        height: auto;
    }

    .servicesSection .serviceContainer {
        height: 120.75px;
    }
    .servicesSection #sleepTherapy {
        display: inline-flex;
    }

    .servicesSection .serviceContainer .verticalBar {
        width: 2.32px;
    }

    .servicesSection .service {
        padding: 9px 0 9px 14px;
        /* border-left: solid 4px #256FB3; */
    }

    .servicesSection .serviceContainer .heading {
        font-size: 12px;
        line-height: 17.4px;
        margin-bottom: 4.63px;
    }

    .servicesSection .serviceContainer .description {
        margin: 0;
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .servicesSection .serviceContainer button {
        font-size: 10px;
        line-height: 14px;
    }

    .servicesSection .serviceContainer i {
        padding-left: 5px;
        color: #256FB3;
    }

    .servicesSection .serviceContainer i::before {
        scale: 1.3;
        font-size: 10px;
    }

    .servicesSection .rightContainer {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .servicesSection {
        padding: 80px 46px 0 46px;
    }

    /* Section Head */
    .sectionHead {
        padding: 0 19px;
    }

    .sectionHead>h2 {
        width: 70%;
        font-size: 24px;
        line-height: 25.5px;
    }

    .sectionHead>p {
        width: 70%;
        margin-top: 12px;
        font-size: 12px;
        line-height: 17.4px;
    }


    /* section Content */
    .servicesSection .leftContainer {
        padding-top: 32px;
        height: auto;
    }

    .servicesSection .serviceContainer {
        height: 120.75px;
    }

    .servicesSection #sleepTherapy {
        display: inline-flex;
    }

    .servicesSection .serviceContainer .verticalBar {
        width: 2.32px;
    }

    .servicesSection .service {
        padding: 9px 0 9px 14px;
        /* border-left: solid 4px #256FB3; */
    }

    .servicesSection .serviceContainer .heading {
        font-size: 12px;
        line-height: 17.4px;
        margin-bottom: 4.63px;
    }

    .servicesSection .serviceContainer .description {
        margin: 0;
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .servicesSection .serviceContainer button {
        font-size: 10px;
        line-height: 14px;
    }

    .servicesSection .serviceContainer i {
        padding-left: 5px;
        color: #256FB3;
    }

    .servicesSection .serviceContainer i::before {
        scale: 1.3;
        font-size: 10px;
    }

    .servicesSection .rightContainer {
        padding: 64px 0;
        padding-left: 37px;
        border-radius: 11.58x;
    }

    .servicesSection .rightContainer img {
        border-radius: 11.58x;
        object-position: 50%;
    }
}

/***************/
.newServicesSection {
    padding: 80px 80px 0 80px;
	margin: 0;
}

.newServicesSection .leftContainer {
    padding-top: 50.5px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.newServicesSection .sectionHead {
    padding: 0;
}

.newServicesSection .sectionHead>h2 {
    display: flex;
    align-items: baseline;
    width: 100%;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
}
.form-sec .sectionHead {
    padding: 0 15px;
}
.newServicesSection .sectionHead>p {
    width: 95%;
    padding-left: 55px;
}
.new-form-bg div#wpcf7-f515-p9-o1,
.new-form-bg div#wpcf7-f561-p556-o1 {
    padding: 30px;
}
.new-form-bg {
    background: antiquewhite;
    border-radius: 15px;
}

.form-group {
    margin-bottom: 15px;
}

.sectionHead.new-form-bg.col-6 div {
    padding: 0 5px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-main {
    border-radius: 12px;
    padding: 12px 40px;
    background-color: var(--primary2);
    color: #fff;
    border: navajowhite;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-main:hover {
    background-color: #101828;
}

.aboutFounder.newServicesSection .avatarContainer>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
    margin-left: 35px;
}

.aboutFounder.newServicesSection h3 {
    margin: 18px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: justify;
    color: var(--tertiary1);
}
.aboutFounder.newServicesSection .sectionHead>p {
    width: 100%;
    padding-left: 0;
}
@media (max-width: 1024px) {
.servicesSection .rightContainer {
    margin-top: 40px;
}
.newServicesSection .leftContainer {
    padding-top: 35.5px;
}
.activeMentalPeace {
    width: 56.64%;
}
.newServicesSection .sectionHead>p {
    width: 100%;
    padding-left: 0;
}
.servicesSection .leftContainer {
    padding: 10px 5px 0px;
}
.servicesSection .serviceContainer {
   height: 95.75px;
 }
.servicesSection .serviceContainer .description {
     margin-bottom: 0;
  }
}