@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


h1, h2, h3, h4, h5, h6{
	font-family: 'Georgia';
}
p, a, label, span, ul, li{
	font-family: 'Myriad Pro';
}

*{
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
}
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}
.hamburger.menu-active .fa.fa-bars {
    display: none;
}
header.header_section .mobile-menu {
    display: none;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 15px;
}
header.header_section .container {
    max-width: 1300px;
    margin: auto;
}

/*header css*/
.main_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}
.navigation {width: 85%;}
.navigation ul {
    display: flex;
    margin: 0;
    gap: 100px;
    padding: 0;
	justify-content:flex-end;
    align-items: center;
}
.navigation ul li {
    list-style: none;
}
section.weell_being_Sec .container {
    max-width: 1100px;
    margin: auto;
}
.navigation ul li a:hover {
	color: #3e6f12;
}
.navigation ul li a {
    text-decoration: none;
    color: #82ba50;
    font-size: 18px;
    font-weight: 600;
}
.logo {
    width: 15%;
}
.logo img {
    width: 100%;
}
header.header_section {
    background: #fff;
    padding: 24px 0px;
        z-index: 9999;
    position: relative;
}


/*your being section*/
.weell_being {
    display: flex;
    gap: 60px;
    align-items: center;
}

.weell_being_left {
    width: 50%;
}

.weell_being_left img {
    width: 100%;
}
section.weell_being_Sec {
    padding: 60px 0px;
    background: #f9f7f4;
}
.weell_being_right {
    width: 50%;
}
.weell_being_right h2 {
    margin: 0;
    font-size: 40px;
    color: #3e6f12;
    font-weight: normal;
}

.weell_being_right p {
    font-size: 17px;
    line-height: 24px;
    color: #333333;
}

.weell_being_right a {
    text-decoration: none;
    background: #3e6f12;
    color: #ffff;
    padding: 14px 30px;
    border-radius: 100px;
    display: inline-block;
    word-spacing: 5px;
}
/* .home .contact_cstm {
    background-image: url(../Images/footer-bk.png);
    background-position: 0;
} */
.weell_being_right a:hover {
    background: #82ba50;
}
/*your being section end*/



/*banner devide sec*/
section.home_devide_sec {
    background: #fff;
    padding: 80px 0px;
}
section.home_devide_sec .container {
    max-width: 1100px;
    margin: auto;
}
.main_home_devide {
    display: flex;
    padding: 0px 70px;
    justify-content: space-between;
}
.ASSESSMENTS_1 h2 {
    margin: 0;
    color: #82ba50;
    font-weight: normal;
    font-size: 40px;
}
.ASSESSMENTS_1 p {
    margin: 0;
    padding-top: 15px;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
}




/*footer css*/
.contact_cstm {
    padding: 100px 0px 120px 0px;
/*     background-image: url(../Images/cont.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
	background-color: #f9f7f4;
}

.contact-inr {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0px auto;
}
.contact-inr .contact-left {
	width: 60%;
	padding-right: 130px;
}
.contact-inr .contact-right {
	width: 40%;
	padding-left: 50px;
}
.contact-inr .contact-left form .form-field label {
	display: block;
	font-family: 'Myriad Pro';
	text-transform: uppercase;
	color: #82ba50;
	font-size: 18px;
	font-weight: 600;
	margin-bottom:8px;
	padding-left:20px;
}
.contact-inr .contact-left form .form-field input {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 50px;
	height: 50px;
	color: black;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Myriad Pro';
	padding: 5px 10px;
	outline: 0px;
}
.contact-inr .contact-left form .form-field {
	margin-bottom: 20px;
}
.contact-inr .contact-left form .form-field textarea {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 50px;
	height: 50px;
	color: black;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Myriad Pro';
	padding: 5px 10px;
	outline: 0px;
}
.contact-inr .contact-left .form-field-main {
	display: flex;
	gap: 4%;
	flex-wrap: wrap;
}
.contact-inr .contact-left .form-field-main .form-field {
	width: 48%;
}
.contact-inr .contact-right h2 {
	margin-top: 0px;
	color: #3e6f12;
	font-family: 'Georgia';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 46px;
	margin-bottom: 20px;
}
.contact-inr .contact-right p {
	margin: 0;
	color: #333333;
	font-size: 18px;
	font-family: 'Myriad Pro';
}
.contact-inr .contact-right .socail {
	margin-top: 20px;
}
.contact-inr .contact-right .socail .icons p {
	font-weight: bold;
	font-size: 16px;
}
.contact-inr .contact-right .socail .icons {
	margin-top: 15px;
	display: flex;
	align-items: center;
	gap: 25px;
}
.contact-inr .contact-right .socail .icons .fa {
	color: #82ba50;
	font-size: 24px;
}
.contact-inr .contact-left .fomr-btn button {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: .5px;
	background: #82ba50;
	border: 1px solid transparent;
	border-radius: 50px;
	padding: 14px 75px;
	font-family: 'Myriad Pro';
	margin-top: 15px;cursor: pointer;
}
.contact-inr .contact-left .fomr-btn button:hover{
	background:#3e6f12;
}


/* services page css start here */

/*assessments_section css*/
section.assessments_section {
    background: #f9f7f4;
    padding: 100px 0px;
     position: relative;
     z-index: 1;
}
/* section.assessments_section:after {
    content: "";
    background-image: url(https://mmpp.sg/Images/ASSESSMENTS-left-bk.png);
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: left bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0px, -175px);
    z-index: -1;
}
section.assessments_section:before {
    content: "";
    background-image: url(https://mmpp.sg/Images/ASSESSMENTS-right.png);
    background-repeat: no-repeat;
    background-size: 14%;
    background-position: right center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0px, -64px);
    z-index: -1;
} */
.assessments_left h1 {
    margin: 0;
    font-size: 40px;
    color: #3e6f12;
    font-weight: normal;
    padding-bottom: 15px;
}
.assessments_main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.assessments_left {
    width: 45%;
    padding-right: 50px;
}
.dsfsdfsd {
    width: 55%;
    position: relative;
    z-index: 9;
}
/* .dsfsdfsd:after {
    content: "";
    background-image: url(https://mmpp.sg/Images/Dark-Green-Circle.png);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: left top;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-22px, -22px);
    z-index: -1;
} */
.assessments_right {
    background: #fff;
    padding: 40px 60px;
    padding-top: 80px;
}
.left_img img {
    width: 100%;
}
section.assessments_section .container {
    max-width: 1100px;
    margin: auto;
}
.assessments_left p {
    margin: 0;
    color: #333333;
    font-size: 17px;
    padding-bottom: 12px;
    line-height: 24px;
}
.assessments_left ul li {
    list-style: none;
    margin-bottom: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 23px;
    font-size: 18px;
}
.assessments_box {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 30px;
    width: 100%;
}
.left_img {
    width: 50%;
}
.right_cont {
    width: 50%;
}
.main_dfr{
	display: flex;
    align-items: flex-start;
    gap: 30px;
        margin-bottom: 40px;
}
.right_cont h2 {
    color: #010101;
    font-size: 28px;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Myriad Pro';
}
.right_cont p {
    margin: 0;
    line-height: 23px;
    font-size: 17px;
}
.right_cont h3 {
    margin: 0;
    margin-top: -43px;
    padding-bottom: 14px;
    color: #82ba50;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Myriad Pro';
}
.Conditions_box {
    background: #fff;
    padding: 30px 40px;
    margin-top: 30px;
}
.Conditions_box h2 {
    margin: 0;
    color: #82ba50;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: 'Myriad Pro';
    font-weight: bold;
}
.Conditions_box p {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
}


/*three sec*/
section.programmes_Section {
    background: #f9f7f4;
    padding: 40px 0px;
}
section.programmes_Section .icon-text p {
    text-align: left;
}
.main_programmes {
    background: #fff;
    padding: 40px;
    position: relative;
    z-index: 111;
}
.main_programmes >h2 {
    margin: 0;
    margin-bottom: 15px;
    color: #82ba50;
    font-size: 18px;
    font-family: 'Myriad Pro';
    font-weight: 600;
}
/* .according_box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
} */
.according_box .icon-text {
    padding: 0;
}
.according_box .icon-text h2 {
    margin: 0;
    font-family: 'Myriad Pro';
    font-size: 20px;
    margin-top: -5px;
    padding-bottom: 10px;
}
.according_box .icon {
    margin-bottom: -8px;
}
.according_section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.programmes_Section2 .according_section {
    flex-wrap: wrap;
    justify-content: center;
}
.programmes_Section2 .according_section .according_box {
    width: 30%;
}
.programmes_Section2 {
    padding-top: 0px !IMPORTANT;
}
.programmes_Section1{
    position: relative;
}
/* .programmes_Section1:after { */
    /* content: ""; */
    /* background-image: url(https://mmpp.sg/Images/Grey-Circle.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 15%; */
    /* background-position: left center; */
    /* height: 100%; */
    /* width: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
/* } */
/* .programmes_Section1:before { */
    /* content: ""; */
    /* background-image: url(https://mmpp.sg/Images/2devide.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 15%; */
    /* background-position: bottom right; */
    /* height: 100%; */
    /* width: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* transform: translate(0px, 54px); */
/* } */

/*THERAPIES css start*/
.therapies_section_star {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.therapies_section_left {
    width: 45%;
}

.therapies_section_right {
    width: 55%;
}

section.therapies_section {
    background: #f9f7f4;
}

.therapies_section_left h1 {
    margin: 0;
    font-size: 40px;
    color: #3e6f12;
    font-weight: normal;
    padding-bottom: 15px;
}

.therapies_section_left p {
    margin: 0;
    color: #333333;
    font-size: 17px;
    padding-bottom: 20px;
    line-height: 24px;
}

.ther_img {
    margin-top: 30px;
    position: relative;
    z-index: 99;
}
/* .ther_img:after { */
    /* content: ""; */
    /* background-image: url(https://mmpp.sg/Images/Dark-Green-Circle.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 15%; */
    /* background-position: top right; */
    /* height: 100%; */
    /* width: 100%; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 40px; */
    /* transform: translateX(68px); */
    /* z-index: -1; */
/* } */
.ther_img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}
/* .ther_img:before { */
    /* content: ""; */
    /* background-image: url(https://mmpp.sg/Images/Green-Circle.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 20%; */
    /* background-position: bottom left; */
    /* height: 100%; */
    /* width: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* z-index: 2; */
    /* transform: translate(-60px, 80px); */
/* } */
.therapies_section_right .Conditions_box {
    margin: 0;
}


/*our team page css start here*/
section.our_team_Section .block-1, section.our_team_Section .block-2, section.our_team_Section .block-3, section.our_team_Section .block-4, section.our_team_Section .block-5 {
    position: relative;
    z-index: 9;
}
/* section.our_team_Section .block-1:after { */
    /* content: ""; */
    /* background-image: url(https://mmpp.sg/Images/block-1-left.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 15%; */
    /* background-position: left bottom; */
    /* height: 100%; */
    /* width: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* transform: translate(0px, -175px); */
    /* z-index: -999; */
/* } */
/* section.our_team_Section .block-1:before { */
    /* content: ""; */
    /* background-image: url(https://mmpp.sg/Images/block-1-right.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 45%; */
    /* background-position: right bottom; */
    /* height: 100%; */
    /* width: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* transform: translate(0px, 0px); */
    /* z-index: -999; */
/* } */
section.our_team_Section .block-1:first-child::before {
    background-position: right center;
}
.our_team h2 {
    margin: 0;
    font-size: 40px;
    color: #3e6f12;
    font-weight: normal;
    padding-bottom: 20px;
}
section.our_team_Section {
    background: #f9f7f4;
    padding: 100px 0px 60px 0px;
}
.our_team_main {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px;
}

.teami_left {
    width: 50%;
}

.teami_left img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    padding-bottom: 20px;
}

.teami_left h4 {
    font-family: 'Myriad Pro';
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    padding-left: 30px;
}
.teami_left h5 {
    margin: 0;
    color: #82ba50;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Georgia';
    margin-top: 6px;
    padding-left: 30px;
}
.our_team_box {
	display: block;
	align-items: flex-start;
	margin-top: 15px;
	gap: 20px;
	position: relative;
	margin-left: 0;
}
/* .block-5 .our_team_box:after { */
    /* content: ""; */
    /* background-image: url(https://mmpp.sg/Images/Dark-Green-Circle.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 24%; */
    /* background-position: top right; */
    /* height: 100%; */
    /* width: 100%; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 40px; */
    /* transform: translateX(20px); */
    /* z-index: -1; */
/* } */
.icon-text {
    background: #fff;
    padding: 30px;
}
.icon-text p {
  margin: 0;
  color: #333333;
  font-size: 17px;
  padding-bottom: 12px;
  line-height: 24px;
  text-align: justify;
}
.only-text p {
    margin: 0;
    color: #333333;
    font-size: 17px;
    font-style: italic;
    padding: 15px 0px;
    line-height: 20px;
}

/*  ========================== faq page css ========================== */

.faq-page{
  /* background-image: url('https://mmpp.sg/Images/faqn.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-color: #f8f7f3;
}
.faq-page .contact_cstm {
    background-color: #f9f7f4;
    background-image: unset;
}
.faq {
	padding: 80px 0px 0px 0px;
}
.faq .faq-inr {
	display: flex;
	flex-wrap: wrap;
}
.faq .faq-inr .faq-left {
	width: 40%;
}
.faq .faq-inr .faq-right {
	width: 60%;
	padding-left: 10%;
}
.faq .faq-inr .faq-left img {
	width: 100%;
}
.faq .faq-inr .faq-left h2 {
	margin-top: 45px;
	margin-bottom: 20px;
	color: #3e6f12;
	font-family: 'Georgia';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 46px;
	line-height: 45px;
}
.faq .faq-inr .faq-left p {
	margin: 0px;
	font-family: 'Myriad Pro';
	font-size: 17px;
	color: #000;
	line-height: 22px;
}
.faq .faq-inr .faq-left form .question-frm {
	margin: 25px 0px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #333;
	border-radius: 2px;
}
.faq .faq-inr .faq-left form .question-frm input {
  width: 75%;
  height: 75px;
  text-align: center;
  background: #fff;
  border: 0px;
  font-family: 'Myriad Pro';
  font-size: 17px;
  color: #000;
  font-weight: normal;
  letter-spacing: 1px;outline: 0px;
}
.faq .faq-inr .faq-left form .question-frm input::placeholder {
  opacity: .5;
}
.faq .faq-inr .faq-left form .question-frm button {
	width: 25%;
	border: 0px;
	background: #3e6f13;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Myriad Pro';
	font-weight: normal;
	letter-spacing: .5px;
	cursor: pointer;
}
.faq .faq-inr .faq-right .accord .accordion {
	background: #fff;
	color: #6cb34d;
	text-transform: uppercase;
	font-family: 'Georgia';
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .5px;
	padding:0px;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;position: unset;
	transition: 0.4s;line-height: 24px;
}
.faq .faq-inr .faq-right .accord .accordion::after {
	content: "\f0d7";
	color: #000;
	font-weight: bold;
	margin-left: 0;
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 30px;
	font-family: fontawesome;left:auto;
}
.faq .faq-inr .faq-right .accord.active .accordion {
	padding-bottom: 15px;
}
.faq .faq-inr .faq-right .accord.active .accordion:after {
  content: "\f0d8";
}
.faq .faq-inr .faq-right .accord .panel {
	padding: 0px;
	background-color: white;
	transition: max-height 0.2s ease-out;
	display: none;max-height: unset;
}
.faq .faq-inr .faq-right .accord.active .panel {
	display: block;
}
.faq .faq-inr .faq-right .accord .panel p {
	margin: 0px;
	font-size: 16px;
	font-family: 'Myriad Pro';
	color: #333;
	line-height: 20px;
	text-align: justify;
}
.faq .faq-inr .faq-right .accord {
	background: #fff;
	padding: 25px 200px 25px 25px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 2px;
}



/* ======================= job page css ============================ */

.job-sec {
    background: #f8f7f3;
    padding: 80px 0px;
    position:relative;
    /* background-image: url('https://mmpp.sg/Images/white.png'); */
  background-repeat: no-repeat;
  background-size: 325px;
  background-position: bottom center;
}
.job-sec::before {
    content: '';
    /* background-image: url('https://mmpp.sg/Images/job-circle.png'); */
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 240px;
    background-size: cover;
}
.job-sec::after {
    content: '';
    /* background-image: url('https://mmpp.sg/Images/con-aft.png'); */
    position: absolute;
    top: 50%;
    left: 0;
    width: 87px;
    height: 150px;
    background-size: contain;
    background-position: left;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.job-sec .job-inr .job-right img {
    width: 100%;
}
.job-sec .job-inr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position:relative;
}
.job-sec .job-inr::after {
    content: '';
    /* background-image: url('https://mmpp.sg/Images/job-bg.png'); */
    width: 85px;
    height: 85px;
    position: absolute;
    top: 0;
    background-size: cover;
    right: -80px;
}
.job-sec .job-inr .job-left {
    width: 50%;
    padding-right: 70px;
}
.job-sec .job-inr .job-right {
  width: 50%;
  padding-left: 50px;
}
.job-sec .job-inr .job-left h2 {
    color: #3e6f12;
    font-family: 'Georgia';
    font-weight: normal;
    font-size: 40px;
    letter-spacing: .5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.job-sec .job-inr .job-left h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #737373;
    font-family: 'Myriad Pro';
    font-weight: bold;
    font-size: 42px;
}
.job-sec .job-inr .job-left p {
    margin-top: 10px;
    font-family: 'Myriad Pro';
    font-size: 17px;
    color: #000;
    line-height: 22px;
    margin-bottom: 0;
    width: 100%;
    max-width: 330px;
}
.job-sec .job-inr .job-left form .job-frm button {
    width: 25%;
    border: 0px;
    background: #3e6f13;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Myriad Pro';
    font-weight: normal;
    letter-spacing: .5px;
    cursor: pointer;
}
.job-sec .job-inr .job-left form .job-frm input {
    width: 75%;
    height: 42px;
    text-align: left;
    background: #fff;
    border: 0px;
    font-family: 'Myriad Pro';
    font-size: 17px;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
    outline: 0px;
    padding: 5px 20px;
}
.job-sec .job-inr .job-left form .job-frm input::placeholder {
    opacity: .5;
}
.job-sec .job-inr .job-left p a {
    text-decoration: unset;
    color: #6bb34c;
    font-weight: bold;
}
.job-sec .job-inr .job-left form .job-frm {
    margin: 25px 0px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #959595;
}
.job-scnd {
    padding: 80px 0px;
}
.job-scnd .job-scnd-inr .job-box img {
    width: 100%;
    max-width: 230px;
    margin: 0px auto;
    display: table;
}
.job-scnd .job-scnd-inr .job-box h2 {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 20px;
    color: #82ba50;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .5px;
}
.job-scnd .job-scnd-inr .job-box p {
    margin: 0;
    font-family: 'Myriad Pro';
    font-size: 17px;
    color: #000;
    line-height: 22px;
    text-align: justify;position: relative;
}
.job-scnd .job-scnd-inr {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
}
.job-scnd .job-scnd-inr .job-box {
    width: 29%;
    padding-left: 30px;
}
/* .job-scnd .job-scnd-inr .job-box p::before {
    content: '';
    position: absolute;
    font-family: fontawesome;
    left: -35px;
    top: 5px;
    background-image: url('https://mmpp.sg/Images/arrrow.png');
    width: 18px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
} */
.job-scnd .job-scnd-inr .job-box img {
    width: 100%;
    max-width: 230px;
    margin: 0px auto;
    display: table;
    height: 110px;
    object-fit: contain;
}


/* ======================= contact page css =========================== */

.contact-page {
    background: #f8f7f3;
    padding: 120px 0px;
    position:relative;
}
/* .contact-page::before { */
    /* content: ''; */
    /* background-image: url('https://mmpp.sg/Images/cont-bef.png'); */
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
    /* width: 25px; */
    /* height: 190px; */
    /* background-size: cover; */
/* } */
/* .contact-page::after { */
    /* content: ''; */
    /* background-image: url('https://mmpp.sg/Images/con-aft.png'); */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100px; */
    /* height: 150px; */
    /* background-size: cover; */
    /* background-position: top right; */
/* } */
.contact-page .contact-page-inr {
    display: flex;
    flex-wrap: wrap;
}
.contact-page .contact-page-inr .contact-page-left {
    width: 60%;
    display: flex;
    gap: 5%;
    padding-right:30px;flex-wrap: wrap;
}
.contact-page .contact-page-inr .contact-page-right {
    width: 40%;
    padding-left: 30px;
    position:relative;
}
/* .contact-page .contact-page-inr .contact-page-right::after { */
    /* content: ''; */
    /* background-image: url('https://mmpp.sg/Images/circle.png'); */
    /* width:40px; */
    /* height: 40px; */
    /* position: absolute; */
    /* top: -80px; */
    /* background-size: cover; */
    /* right: 100px; */
/* } */
.contact-page .contact-page-inr .contact-page-left .contact-page-img {
    width: 35%;
}
.contact-page .contact-page-inr .contact-page-left .contact-page-img img {
    width: 100%;
}
.contact-page .contact-page-inr .contact-page-left .contact-page-icon {
    width: 60%;
    padding-left: 40px;
}
.contact-page .contact-page-inr .contact-page-left .contact-page-icon h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #3e6f12;
    font-family: 'Georgia';
    font-weight: normal;
    font-size: 40px;
    letter-spacing: .5px;
}
.contact-page .contact-page-inr .contact-page-left .contact-page-icon h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #737373;
    font-family: 'Myriad Pro';
    font-weight: bold;
    font-size: 42px;
}
.contact-page .contact-page-inr .contact-page-left .contact-page-icon p {
    margin-top: 10px;
    font-family: 'Myriad Pro';
    font-size: 17px;
    color: #000;
    line-height: 22px;
    margin-bottom: 0;
}
.contact-page .contact-page-inr .contact-page-left .contact-page-icon .socail {
    margin-top: 20px;
}
.contact-page .contact-page-inr .contact-page-left .contact-page-icon .socail .icons {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 25px;
}
.contact-page .contact-page-inr .contact-page-left .contact-page-icon .socail .icons img {
	width: 18px;
	height: 20px;
	object-fit: contain;
}
.contact-page .contact-page-inr .contact-page-left .contact-page-icon .socail .icons .fa {
    color: #82ba50;
    font-size: 24px;
}
.contact-page .contact-page-inr .contact-page-left .contact-page-icon .socail .icons p {
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
    color: #333;
    line-height: normal;
}
.contact-page .contact-page-inr .contact-page-right .contact-page-form form .form-field {
    margin-bottom: 20px;
}
.contact-page .contact-page-inr .contact-page-right .contact-page-form form .form-field label {
    display: block;
    font-family: 'Myriad Pro';
    text-transform: uppercase;
    color: #82ba50;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 20px;
}
.contact-page .contact-page-inr .contact-page-right .contact-page-form form .form-field input {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 50px;
    color: black;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Myriad Pro';
    padding: 5px 10px;
    outline: 0px;
}
.contact-page .contact-page-inr .contact-page-right .contact-page-form form .form-field textarea {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 50px;
    color: black;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Myriad Pro';
    padding: 5px 10px;
    outline: 0px;
}
.contact-page .contact-page-inr .contact-page-right .contact-page-form form button {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: .5px;
    background: #82ba50;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 14px 75px;
    font-family: 'Myriad Pro';
    margin-top: 15px;
    cursor: pointer;
}
.contact-page .contact-page-inr .contact-page-right .contact-page-form form button:hover {
background: #3e6f12;
}
.contact-page .contact-page-inr .contact-page-right .contact-page-form form .form-field-main {
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
}
.contact-map {
    padding: 60px 0px;
}
.contact-map .cont-map-img img {
    width: 100%;
}
.contact-ftr {
/*     background: url('https://mmpp.sg/Images/cont-last.jpg'); */
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-color: #f8f7f3;
}



/*23-11-2024*/
/* section.weell_being_Sec {
    background-image: url(../Images/banner-bk.png);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
 */

section.therapies_section .container, section.programmes_Section .container {
    max-width: 1100px;
    margin: auto;
}

.contact-inr .contact-right .socail .icons img {
	width: 18px;
	height: 20px;
	object-fit: contain;
}

.accordion {
	background-color: transparent;
	color: #000;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-family: 'Myriad Pro';
	font-size: 20px;
	margin-top: 0;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 25px;
	padding-top: 0;
	padding-right: 0;
	position: relative;
}
.accordion::after {
	content: '▼';
	color: #000;
	font-weight: bold;
	float: left;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 2px;
}
.active::after {
	content: "▼";
	transform: rotate(180deg);
}

.panel {
  padding:0px 0px 0px 25px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
	margin: 0;
	color: #333333;
	font-size: 17px;
	padding-bottom: 12px;
	line-height: 24px;
	text-align: left;
}
.job-scnd .job-scnd-inr .job-box .accordion {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 20px;
	color: #82ba50;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .5px;font-family: 'Georgia';
}
.job-scnd .job-scnd-inr .job-box .accordion::after {
	color: #82ba50;
}
.job-scnd .job-scnd-inr .job-box .panel {
	padding: 0;
}
.faq .faq-inr .faq-right .accord.active::after {
display:none;
}
.our_team_box .accordion {
	margin: 0;
	color: #82ba50;
	font-weight: 600;
	font-size: 22px;
	font-family: 'Georgia';
	margin-top: 6px;
	padding-left: 25px;
  text-transform: capitalize;
}
.our_team_box .accordion::after {
	color: #82ba50;
}
.our_team_box .panel p {
	margin: 0;
	color: #333333;
	font-size: 17px;
	padding-bottom: 0px;
	line-height: 24px;
	text-align: justify;
	padding-top: 25px;
}
.our_team_box .panel {
	padding: 0px 25px;
}
.our_team_box .panel p:last-child {
	padding-bottom: 25px;
}