body .gform_required_legend{
    display:none;
}
.cf-form .gform_description{
    margin:0;
}
.cf-form h3{
    font-family: Product Sans;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}
#cf-form input[type="text"],#cf-form [type="email"],#cf-form [type="tel"],#cf-form [type="file"], #cf-form textarea,#cf-form select{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    box-shadow: unset;
    border: 0;
    border-bottom: .84px solid rgba(134, 148, 147, 0.5);
    border-radius: 0;
    padding: 8px;
    background-color: transparent;
    text-transform: none;
    width: 100%;
    letter-spacing: 0.05em;
}
#cf-form textarea {
    word-break: break-word;
}
#cf-form  textarea{
    height:45px;
    min-height:unset;
}
#cf-form .gfield_label  {
    font-family: 'Poppins';
    color: #152305;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}
#cf-form .check3col .gfield_checkbox{
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 9px;
    width: 100%;
    margin-left: 5px;
    row-gap: 8px;
}
body .gfield_checkbox .gform-field-label{
    color: #61665A;
    font-size: 16px;
    font-family: Product Sans;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.70px;
    text-transform: none;
    position: relative;
    margin: 0;
    padding-left: 24px;
}
.termcheck a{
    color:inherit;
    text-decoration: underline;
}
body .termcheck .gform-field-label{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
}
.gform-field-label{
    position: relative;
}
#cf-form  .gfield_checkbox input{
    display:none;
}
#cf-form ::placeholder {
  color:  #61665A;
  opacity: 0.5; /* Firefox */
}

#cf-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color:  #CCCFC9;
}

#cf-form select  {
    color:#CCCFC9;
}

#cf-form .gfield_select:focus,#cf-form .gfield_select:active,#cf-form option:selected{
    color:#152305;
}
.gfield_checkbox input[type=checkbox] + label:before{
    display: block;
    position: absolute;
    content: '';
    border-radius: 2px;
    height: 14px;
    width: 14px;
    top: 4px;
    left: 0;
    border: 2px solid #86949380;   
}
.gfield_checkbox  input[type=checkbox]:checked + label:before{
    background: #527D72;
    border-color: #527D72;
}
.gfield_checkbox  input[type=checkbox]:checked + label:after {
    display: block;
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gfield_radio input[type=radio] {
    width: 14px!important;
    height: 14px!important;
    border: 2px solid #86949380!important;
    --gf-local-shadow: none!important;
    position: relative;
    top: 2px;
}
.gfield_radio input[type=radio]:checked:before {
    background: #527D72;
    width: 10px;
    height: 10px;
}
#cf-form .gfield_radio {
    flex-direction: row;
}
/*#cf-form .gfield_radio{
    padding: 8px;
    background-color: #F2F2F2;
    border-radius: 8px;
    display: inline-flex;
    flex-direction: row;
}
.cf-form .gfield_radio .gform-field-label  {
    padding: 14px 25px;
    color: #747474;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 8px;
    letter-spacing: 1px;
    cursor: pointer;
    position:relative;
    margin:0;
}
.cf-form .gfield_radio input[type="radio"]:checked + label {
    background-color: #053F33;
    color: #9FCD9F;
}
#cf-form .gfield-choice-input{
    display:none;
}*/
#cf-form [type="submit"]{
    
}
#cf-form [type="submit"]{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 14px 23px;
    border-radius: 35px;
    background-color: #527D72;
    color: #fafafa;
    text-transform: uppercase;
    cursor: pointer;
    transition: ease-in .3ms;
    letter-spacing: 0.06em;
}
#cf-form.cf-form [type="submit"]{
     /*min-width:173px;*/
}
.form-banner-mobile #cf-form [type="submit"]{
    width:100%;
}
#cf-form .gform_fields{
    gap:20px;
}
#cf-form .top_header {
    margin-bottom:-32px;
}
#cf-form .field-dropdowns legend.gfield_label {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 13px;
    z-index: 9;
}
@media(max-width: 768px) {
    .label-hiden-mobile .gfield_label {
        display: none!important;
    }
    #cf-form .field-dropdowns legend.gfield_label:before {
        content: '';
        background: url(../assets/images/icon-down-menu.svg);
        width: 14px;
        height: 8px;
        position: absolute;
        right: -3px;
        top: 4px;
        display: block;
        transition: all .3s;
    }
    #cf-form .field-dropdowns.active legend.gfield_label:before{
        transform: rotate(180deg);
    }
    #cf-form .field-dropdowns .ginput_container_checkbox {
        max-height: 0px;
        overflow: hidden;
        transition: max-height .5s;
    }
    #cf-form .field-dropdowns.active .ginput_container_checkbox {
        max-height: 500px;
    } 
}
body .gform_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #61665A;
}
#cf-form h3.title {
    margin-bottom:0;
}
body .gform-theme--framework .gform-field-label>.gfield_required {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #F93939;
}
.career-form .cf-form {
    padding-bottom:43px;
    padding-top:34px;
    min-height: 330px;
    display: flex;
    align-items: center;
}
.career-form .cf-form > *{
    width: 100%;
}
body .gform-theme--framework .gf_step,body .gform-theme--framework .gpmpn-step-linked a{
    flex:1;
    flex-direction: column;
    gap:16px;
    position:relative;
}
.gf_page_steps {
    justify-content: center;
}
.gform_title{
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    margin-bottom: 56px;
    text-transform: capitalize;
}
.gform-theme--framework .gf_step .gf_step_number{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #527D72;
    border-radius: 50%;
    font-family: 'Product Sans';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9;
}
.gform-theme--framework .gf_step_active .gf_step_number, body .gform-theme--framework .gf_step_completed .gf_step_number{
    background: #064D3E;
    border-color:#064D3E;
}
body .gform-theme--framework .gf_step_completed .gf_step_number::after{
    position: absolute;
    border-color: #064D3E;
    top: 0;
    background: #064D3E;
    width: 100%;
    height: 100%;
}
.gform-theme--framework .gf_step .gf_step_label{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #CCCFC9;
    text-align: center;
}
.gform-theme--framework .gf_step_active .gf_step_label {
    color: #152305;
}
.referral-form#cf-form .gfield_checkbox{
    flex-wrap: wrap;
    flex-direction: row;
}
.referral-form#cf-form .gfield_checkbox .gchoice{
    min-width:134px;
}
#cf-form .programtype .gfield_checkbox .gchoice {
    width:auto;
    min-width:unset;
}
#cf-form .programtype .gfield_checkbox{
    max-width: 400px;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 4px 19px;
}
body .gform-theme--foundation .gf_page_steps {
    margin-bottom:56px;
}
#cf-form .gform_next_button {
    background: #C8A25B;
    color: #3E3323;
    border-color: #C8A25B;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.06em;
    padding: 13px 24px;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
}
#cf-form .gform_previous_button {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.06em;
    background: transparent;
    padding: 13px 24px;
    border-radius: 50px;
    color: #202020;
    margin: 0;
    float: none;
    border: solid 1px #202020;
    cursor: pointer;
    text-transform: uppercase;
}
.referral-form .gform-theme--foundation .gform_page_footer {
    margin-top: 56px;
    justify-content: center;
}
.gf_step + .gf_step:before{
    content: '';
    position: absolute;
    background-image: linear-gradient(to right, #86949380 70%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 18px 1px;
    background-repeat: repeat-x;
    height: 1px;
    width:100%;
    left: -50%;
    top: 20px;
    margin-left: -20px;
}
#cf-form .gfield_description{
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 14.56px;
    letter-spacing: 0.05em;
    margin-top:4px;
}
#cf-form .field-dropdowns {
    position: relative;
}
#cf-form .field-dropdowns .gfield_description {
    top: -13px;
    position: absolute;
    margin: 0;
}
#cf-form .field-dropdowns.active .gfield_description {
    display: none;
}
#cf-form .fieldhtml{
    font-family: Product Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-align: left;
    color:#61665A;
    text-transform: uppercase;
}
#cf-form .gform_last_page_button{
    display:none;
}
#cf-form .gform-loader{
    position:absolute;
}
.exit-popup-secion {
    display:flex;
    align-items:center;
    background:#172F29;
    flex-wrap:wrap;
}
.exit-popup-secion .content-wrap {
    background:#fff;
}
.exit-popup-secion .top-banner {
    text-align:center;
}

.exit-popup-secion .gform-theme--foundation .gfield--width-half{
    grid-column: span 12;
}
.pum-theme-default-theme .pum-container {
    margin:20px;
    background:transparent !important;
}
.career-form .cf-header{
    color: #878E80;
}
#cf-form [type="submit"]:hover  {
    background-color: #C8A25B;
    color: #053F33;
}
/* customize css copy */
.wpml-ls-statics-footer,
.otgs-development-site-front-end{
    display: none;
}
.list-blog-filter .dropdow-option {
    justify-content: flex-end;
}
.post, .page {
    margin: 0;
}
.header-top .main-button {
    width: 340px;
}
.header-top .main-navigation {
    width: calc(100% - 504px);
}
.menu-menu-main-container ul li > li{position:relative;}
.header-top .main-navigation ul ul.sub-menu ul{position:absolute;left:200px!important;display:none;} 
.header-top .main-navigation ul ul.sub-menu li:hover ul{
	display:block;
	padding:0px;
}
.header-top .main-navigation ul ul.sub-menu li:hover ul {padding:10px 0;}
@media (max-width: 1199px) {
    .header-top .main-navigation {
        width: calc(100% - 328px);
    }
}
.why-choose-harp-section-1 .row-why-choose-harp .button-action .btn-why-choose-harp.btn-2:hover{
	color: #152305;
}
.img-box-module .col-content, .img-box-module .col-img{
	position: relative;
}
.active-best-care .best-care-header .title{
	color: #fafafa !important;
}
.the-best-care-section .title-section{
	text-transform: uppercase;
}
.home .row-list .col-list-image-icon .col-left-list .icon{
	padding: 11px 11px 9px 11px;
}
.btn.white,.btn.transparent,
.cf-body_radio-top label .wpcf7-list-item-label{
	transition: all 0.3s;
}
.contact-page .cf-body_checkbox span > label{
	color: #61665A;
	font-size: 14px;
	font-family: Product Sans;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.70px;
	padding-left: 22px;
}
.referral-form {
    width: 100%;
}
@media screen and (max-width: 540px){
	.contact-page .cf-body_checkbox span > label{
		padding-left: 18px;
	}
}

@media(min-width: 768px){
	.mfp-content {
		padding-top: 0;
        padding-bottom: 0;
	}
	#gallery-popup {
    padding: 24px;
    max-width: 80%;
    margin: 0 auto;
		position: relative;
	}
	.gallery-popup.mfp-close-btn-in .mfp-close {
		top: -60px;
    right: -20px;
		color: #fff;
	}
}
.wpcf7-acceptance label a {
    color: #61665A;
}

div#faqs-page .faq-container {
    padding-top: 127px;
}
.why-choose-harp-section-2.layout_full_left .row {
	    align-items: center;
}
.why-choose-harp-section-2.our-approach.section-different .row-why-choose-harp .img-wrap {
	height: 100%;
}
.main-navigation ul li.treatments-menu.focus > ul {
    left: -999em;
}
.main-navigation ul li.treatments-menu.focus:hover > ul {
    left: 0;
}

.our-process-section .row_column_main{
	padding-bottom: 96px;
}
.our-process-section h4.sub-title {
	padding-top: 80px;
}
.post-type-tags .post-item h4.title-blog:hover a, .post-type-tags .post-item h4.title-blog:hover {
    color: #C8A25B;
}
.our-team .content-header h2{
	font-size: 40px;
	margin-bottom: -45px;
    margin-top: -26px;
}
@media (max-width: 1024.98px){
	.banner-default-module .heading{
		width: auto;
	}
	.banner-default-module .desc{
		width: auto;
	}
}
@media (max-width: 991px) {
	.header-mobile nav.toggled .mobile-navigation li.focus > ul.sub-menu {
		max-height: 1000px !important;
	}
	.main-navigation ul li.item-menu-desktop {
		display: none;
	}
	    .footer-fixed-mobile.main-button.active {
        opacity: 1 !important;
    }
	.footer-fixed-mobile.main-button {
		opacity: 0;
	}
}
@media(max-width: 768px){
	.what-its .row-why-choose-harp .button-action .btn-why-choose-harp {
		margin-right: 8px;
	}
	.row-why-choose-harp h3{
		font-size: 26px;
		line-height: 32px;
		text-transform: initial;
	}
	.our-team .content-inner .button-action .btn-action .btn{
		max-width: 100%;
	}
	.logos-row .logo-list{
		display: flex;
    gap: 12px;
    margin-top: 5px;
	}
    .homepage-slider-gallery .swiper-wrapper {
        margin: 0 -8px;
    }
	.homepage-slider-gallery .swiper-slide.swiper-slide-active{
		margin: 0 8px;
	}
	.why-choose-harp-section-2 .description-why-choose-harp p {
		font-size: 14px;
        line-height: 20px;
	}
	#our_experts h4.sub-title {
    padding-top: 40px;
}
	    .banner-homepage.banner-video-anchor .logos-row {
        display: none;
    }
	.banner-homepage.banner-video-anchor .button-action.button-mobile {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .banner-homepage .button-action {
        padding-top: 30px;
        display: flex;
    }
    .banner-homepage.banner-video-anchor .button-action {
        display: none;
    }
    .banner-homepage.banner-video-anchor .button-action.button-desktop + .content-under-btn {
        display: none;
    }
}
#content .contact-page:first-child {
	margin-top: 65px;
}
.contact-form .cf-body_radio-top .wpcf7-form-control.wpcf7-radio {
	display: inline-flex;
  padding: 8px;
  background: #F2F2F280;
  border-radius: 8px;
}
.cf-body_radio-top label .wpcf7-list-item-label {
  display: inline-block;
	cursor: pointer;
}
body.home .form-banner-mobile:after{
	content: unset;
}
@media (max-width: 1024px){
	.our-mission-banner-module {
        padding-top: 104px;
    }
		.our-process-section-referral.our-process-section .swiper-pagination{
		bottom: 30px;
	}
}
@media(max-width: 767px){
	.footer-fixed-mobile.main-button {
		z-index: 9;
	}
	.referral-banner .banner-default-text .title{
		font-size: 32px;
		line-height: 40px;
        margin-bottom: 16px;
	}
	.our-process-section-referral.our-process-section .row_column_main .column_main .wrap-content{
		padding: 24px;
		gap: 20px;
	}
	.our-process-section-referral.our-process-section .row_column_main .column_main .description{
		margin-top: -3px;
	}
	.our-process-section .row_column_main .column_main h2{ 
		padding-top: 0px;
        margin-bottom: 0px;
	}
    .our-process-section .row_column_main .column_main h2 br {
        display: none;
    }
	.logos-row{
		padding-top: 30px;
	}
	.why-choose-harp-section-1 .row-why-choose-harp, .why-choose-harp-section-2 .row-why-choose-harp,
	.our-team{
		padding: 40px 0; 
	}
	.our-process-section h4.sub-title{
		padding-top: 40px;
	}
	.our-process-section .row_column_main{
		padding-bottom: 92px;
	}
	.our-process-section .swiper-pagination,
	.our-process-section-referral.our-process-section .swiper-pagination{
		bottom: 40px;
	}
	/*.single-facilities .banner-default-module {*/
	/*	display: none;*/
	/*}*/
	.banner-default-module .desc {
        margin-top: 15px;
    }
	.section-activities-amenities .activity-icon > span {
		display: block;
		width: 16px;
        height: 16px;
	}
    #cf-form .gform_fields {
        gap: 16px;
    }
    #cf-form [type="submit"] {
        width: 100%;
    }
}
.footer-fixed-mobile.main-button:not(.active) a.button-phone img, .footer-fixed-mobile.main-button:not(.active) a.button-whatsapp img {
	    box-shadow: none;
}
.referral-form-module #cf-form .gform-theme-button:hover  {
	opacity:0.7
}
.gfield_checkbox input[type=checkbox]:checked + label:after{
	top:7px;
}
#cf-form .programtype .gfield_checkbox .gchoice {
    min-width: 188px;
}
@media (max-width:768px){
	#cf-form .gfield_checkbox .gform-field-label{
		letter-spacing:0.05em;
		padding-left:30px;
	}
	#cf-form .check3col .gfield_checkbox{
		gap: 20px 8px;
        display: flex;
        flex-wrap: wrap;
        margin: 8px 0 0 0;
        flex-direction: row;
	}
    #cf-form .check3col .gfield_checkbox .gchoice {
        width: 48%;
    }
    #cf-form  .gfield_radio {
        margin: 8px 0 0 0;
        flex-direction: row;
    }
}
@media(max-width: 525px){
	.why-choose-harp-section-1 .row-why-choose-harp .button-action, .why-choose-harp-section-2 .row-why-choose-harp .button-action{
		max-width: 100%;
	}
}
.info-bar-module .heading-mobile .sub-title {
	text-transform: uppercase;
}
/* end custom */
@media screen and (min-width: 1280px) {
    body .referral-form {
        padding:40px 101px;
    }
}
@media screen and (min-width: 769px) {
    .exit-popup-secion >div{
        flex:1;
    }
    .career-form form{
        padding-left: 56%;
        position: relative;
        min-height: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .career-form .cf-header{
        position:absolute;
        left:0;
        top: 0;
    }
    .career-form .gfield--width-full.cf-header{
        width: 50%;
    }    
}
@media screen and (max-width: 768px) {
    .exit-popup-secion {
        justify-content: center;
        background-color: #fff;
    }
    .career-form .cf-form {
        padding: 38px 24px 43px 24px;
    }
}
@media screen and (max-width: 1024px) {
    .career-form #cf-form .gform_fields{
        display: flex;
    }
    .gform-theme--foundation .gfield--width-full{
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .career-form form{
        padding-left: 0;
    }
    .career-form .gfield--width-full.cf-header {
        width: 100%;
        position: unset;
    }
    .career-form #cf-form .gform_fields {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    #cf-form input[type="text"],#cf-form [type="email"],#cf-form [type="tel"],#cf-form textarea{
        font-size:14px;
        line-height:20px;
    }
    body .referral-form {
        padding:16px;
    }
    .gform-theme--framework .gf_step .gf_step_label {
        font-size: 12px;
    }
    body .gform-theme--foundation .gf_page_steps{
        margin-bottom: 32px;
        min-width: 496px;
    }
    .referral-form form {
        /* overflow-x: auto; */
    }
    .gform_title {
        margin-bottom:16px;
    }
    .referral-form .gform-theme--foundation .gform_page_footer {
        margin-top:32px;
    }
    body .gform-theme--foundation .gfield{
        grid-column: span 12;
    }
    .form-banner-mobile #cf-form h3.title{        
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }
    .form-banner-mobile p.sub-title{
        margin-bottom: 0;
    }
    .gfield_checkbox input[type=checkbox] + label:before{
        height: 18px;
        width: 18px;
        top: 1.5px; 
    }
	.gfield_checkbox input[type=checkbox]:checked + label:after {
        top: 6px;
        left: 7px;
    }
    body .gform_description {
        font-size: 12px;
    }
    .cf-form h3 {
        font-size: 26px;
        line-height: 32px;
    }
}
@media screen and (max-width: 540px) {
    #cf-form .check3col .gfield_checkbox {
        grid-template-columns: 1fr 1fr;
    }
    #cf-form .gform-field-label {
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
    }
    #cf-form .gfield_checkbox .gform-field-label{
        font-size: 14px;
        line-height: 20px;
    }
    /*.cf-form .gfield_radio .gform-field-label{
        padding: 8px 20px;
    }*/
    #cf-form .programtype .gfield_checkbox{
        flex-direction: column;
    }
    .gform-theme--foundation .gform_fields{
        display: flex;
        flex-direction: column;
    }
    .career-form #cf-form [type="submit"]{
        width:100%;
    }
    .exit-popup-secion .content-wrap {
        padding: 20px;
    }
    #cf-form textarea {
        height: 64px;
    }    
    #cf-form .gform_fields{
        display: flex;
    }
}

@media screen and (max-width: 380px) {
    body .referral-form {
        padding: 0;
    }
    .referral-form-module{
        background: #FAFAFA;
    }
}