/* Page Loader */
 .loader_wrapper {
     position:fixed;
     width:100%;
     height:100%;
     background:rgba(0,0,0,0.7);
     z-index:999;
     top: 0px;
     left: 0px;
     right: 0px;
     bottom: 0px;
     display:none;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage{
    height: 4px !important;
    transition: .5s all ease-in-out !important;
}
.gf_progressbar_percentage.percentbar_blue span{
    display: none !important;
}
 .loader {
     position: absolute;
     top: 50%;
     left: 55%;
     margin: -35px 0 0 -100px;
     border: 16px solid #f3f3f3;
     border-radius: 50%;
     border-top: 16px solid #ed5a4a;
     width: 120px;
     height: 120px;
     -webkit-animation: spin 2s linear infinite;
    /* Safari */
     animation: spin 2s linear infinite;
}
/* Safari */
 @-webkit-keyframes spin {
     0% {
         -webkit-transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(360deg);
    }
}
 @keyframes spin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 
/* Coach Css */

.concierge{
    display: block;
    margin: auto;
    margin-top: 10px;
}
.popmake-3826 {
    visibility: hidden;
}
.recomn-section {
    max-width: 100% !important;
    padding-bottom:35px;
}
.reconm-content img {
    height: 250px !important;
    object-fit: cover;
    width: 100%;
}
body .pop-content h2 {
  line-height:1.1;
  margin-top:5px;
}
p.calendly {
    display: none;
}
button.btn-coach {
    cursor: pointer;
}
.reconm-content-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.thanku-content h2{
    background: #fff;
}
.thanku-content p{
    background: #fff;
}
/* Form CSS */

.description_below h2 {
     padding-top:30px;
    padding-bottom:10px;
    font-family: 'Suranna';
font-weight: 400;
font-size: 28px;
line-height: 32px;
text-align: center;
    color: #352D3A;
}

.description_below p {
    font-family: 'Red Hat Display';
font-weight: 400;
font-size: 16px;
line-height: 21px;
text-align: center;
color: #60605D;
}
.description_below .gfield_label {
padding:25px 0 !important;
}

.description_below .gchoice{
    background: #F7f7f7;
    margin-bottom:10px;
    padding-left: 10px;
    /* padding: 10px 0; */
    display: flex;
    align-items: center;
    cursor: pointer;
}
.description_below .gchoice input[type="radio"]{
    background: #F7f7f7;
    cursor: pointer;
}
.description_below .gchoice label{
padding: 10px 0 10px 10px;
    margin: 8px 0 !important;
    width: 100% !important;
    cursor: pointer;
}
.top_label .gform_previous_button{
    font-family: 'Red Hat Display' !important;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    background: transparent !important;
    color: #333333 !important;
    border: 1px solid #E8E4DE !important;
    border-radius: 4px !important;
    cursor: pointer;
}

.top_label .gform_next_button{
    font-family: 'Red Hat Display' !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
}
.gform_body .gform_page_footer input[type="submit"] {
    cursor: pointer;
}
.description_below .gchoice .gfield-choice-input {
    background-color: transparent !important;
    border: 1px solid #BDBDBD !important;
}

 .elementor-element .eael-custom-radio-checkbox input[type="radio"]:checked:before{
    background:white !important;
    cursor: pointer;
}

 .elementor-element .eael-custom-radio-checkbox input[type="radio"]:checked{
    background: #ED594A !important;
    border:none !important;
}
 .eael-contact-form .top_label input[type=submit] {
    border-radius: 4px;
    padding: 15px 20px;
}
 .eael-contact-form .top_label input[type=submit] {
    border-radius: 4px;
    padding: 15px 20px;
}

.form_sublabel_below .ginput_complex {
    flex-direction: column !important;
    
}
.form_sublabel_below .name_last{
 margin-top: 15px;
 padding-left:0 !important;
}

.form_sublabel_below span input, .form_sublabel_below input[type="email"] {
    padding: 15px 0 !important;
} 

.recomn-section .column-1 button {
    margin: 0px auto 20px;
    display: block;
}

.column-second h4 {
    margin: 10px 0;
}

.column-second p {
    margin-bottom: 10px;
}

.thanku-section{
	background-size:contain;
    margin-top: 50px;
}
.gform_page_footer.top_label {
    padding : 26px !important;
}
.gform_ajax_spinner{
    display: none !important;
}
@media only screen and (max-width: 600px) {
    .gform_wrapper .gform_page_footer {
        display: grid;
        place-items: center;
        grid-gap: 10px;
    }
    
    .gform_wrapper .gform_page_footer .button.gform_previous_button {
        margin-top: 20px;
        order: 2;
    }
  }
#loading {
    background: url('loader.gif');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #ffff;
}

.testimonial-row .slider-btns a:after {
    display: none !important;
}

.coach-modal-wrapper {
  /*display:none;*/
  opacity:0;
  transition:opacity .5s ease;
  -webkit-transition:opacity .5s ease;
  -moz-transition:opacity .5s ease;
  background:rgba(0,0,0,.6);
  position:fixed;
  top:0;
  left:0;
  z-index:20000;
  width:100%;
  height:100%;
}
.coach-modal-content {
  position:absolute;
  opacity:0;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  top:10vh;
  height:85vh;
  padding:35px;
  box-sizing:border-box;
  width:80%;
  left:0;
  right:0;
  margin:0 auto;
  max-width:865px;
  background:#ffffff;
  overflow-y: auto;
}
.coach-modal-content p {
  margin-bottom:10px;
}
.coach-modal-content .detail-content h2, .coach-modal-content .detail-content h4 {
  margin:20px 0 10px;
  padding:0;
}
body.coach-modal-open .coach-modal-wrapper {
  /*display:block;*/
  opacity:1;
  background:url('loading.svg') rgba(0,0,0,.6) no-repeat;
  background-position:center;
  background-size:200px 200px;
}
body.coach-modal-open.coach-content-open .coach-modal-wrapper {
  background:rgba(0,0,0,.6);
}
body.coach-modal-open.coach-content-open .coach-modal-content {
  opacity:1;
}
.coach-modal-close {
  background:url(icon-search-close.svg) no-repeat;
  background-position:center;
  background-size:contain;
  display:block;
  width:35px;
  height:35px;
  position:absolute;
  top:15px;
  right:15px;
  border:none;
  text-indent:-1000%;
  overflow:hidden;
  cursor:pointer;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
}
.coach-modal-close:hover {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
}
/* #gform_3 .gform_page_footer.top_label:not(#gform_3 #gform_page_3_1 .gform_page_footer.top_label) {
  background: #fff;
  bottom: 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 200000;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, .3);
}
 */