/*#lp-leads-form input:read-only,#lp-leads-form select:read-only{
    
    opacity: 0.3;
}*/
 
/* Chrome, Safari, Edge, Opera */
input.wpcf7-number::-webkit-outer-spin-button,
input.wpcf7-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].wpcf7-number {
  -moz-appearance: textfield;
}
#lp-leads-form .wpcf7-response-output {
    display: none !important;
}
#c-form-response p {
    color: #fff;
    text-align: center;
}
/*#c-form-response .modal-content{
    border-radius: 0;
    background: #29313E;
    color: #FFFFFF;
    padding: 45px 52px 27px 40px;
    border: #6548C6 solid 4px !important;
    min-height: 380px;
}*/
#c-form-response .modal-body{
    padding: 0;
}
#c-form-response .modal-footer{
    border: 0;
    justify-content: center;
}
/*
#c-form-response .modal-footer .btn-secondary{
    border-color: #C5D697 !important;
    background-color: #C5D697;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif, Georgia, "Trebuche MS", Helvetica;
    padding: 7px 35px;
    border: 4px solid;
    border-radius: 50px;
    margin-top: 30px;
}*/

/*
#lp-leads-form .form-button button{
    color: #29313e;
    background-color: #c5d697;
    font-family: "Urbanist", sans-serif, Georgia, "Trebuche MS", Helvetica;
    padding: 5.5px 35px;
    border: 4px solid;
    border-radius: 50px;
    border-color: #C5D697 !important;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
#lp-leads-form .form-button button i.icon{
    width: 11.95px;
    height: 10.45px;
    content: '';
    display: inline-block;
    transition: right 0.6s;
    right: -10px;
    position: relative;
    top: -12px;
}
#lp-leads-form .form-button button:hover{
    background-color: #FFFFFF !important;
}

#lp-leads-form .form-button button:hover i.icon{
    right: -15px;
}
body #lp-leads-form button[disabled="disabled"],body #lp-leads-form button[disabled="disabled"]:hover{
    background-color:rgba(197,214,151,1) !important;
    border-color:none !important;
    opacity: 0.4;
}
#lp-leads-form button[disabled="disabled"]:hover:after{
    right: -10px !important;
}*/

.section-with-sidebar-form .s-content > .s-details .company-wrapper .company-details > .comp-d-1 .comp-heading .icon.left{
    margin-bottom: -9px;
}

.contact-button a{
    background: #000;
    line-height: 22px;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none !important;
    margin-top: 10px;
    display: inline-block;
}

/*** GHXs Results page css ***/

.hearing_loss_result{
    text-align:center;
}

.hearing_loss_result .flex-container {
  display: flex;
  gap:20px;
}
.hearing_loss_result .flex-container .left-ear{
    flex: 50%;
}
.hearing_loss_result .flex-container .right-ear{
    flex: 50%;
}
.hearing_loss_result .hl_head{
    margin-bottom:50px;
}
.hearing_loss_result .flex-container h3{
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
}
.hearing_loss_result .flex-container p{
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 18px;
    line-height: 26px;
}
.progress_ear_bar{
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    height: 100px;
}
.progress_ear_bar .progress_label{
    position: absolute;
    width: 100%;
    height: 44px;
}

/*** GHX Result Progress Bar Text ***/
.progress_ear_bar .progress_label p.label.left{
    width: 50%;
    left: 0;
    position: absolute;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
    font-family: "Urbanist", sans-serif, Georgia, "Trebuche MS", Helvetica;
    line-height: 22px;
}

/*** GHX Result Progress Bar Text ***/
.progress_ear_bar .progress_label p.label.right{
    position: absolute;
    right: 0;
    width: 50%;
    font-weight: 500;
    font-size: 18px;
    font-family: "Urbanist", sans-serif, Georgia, "Trebuche MS", Helvetica;
    line-height: 22px;
    text-align: right;
}


/*** Results Progress Bar ***/
.progress_ear_bar .vertical_bar{
    width: 100%;
    border-radius: 50px;
    border: 4px solid #116DB1;
    position:absolute;
    left: 0;
    height: 49px;
    top: 41px;
    padding: 0px;
    z-index: 99;

}

/*** Results Progress Bar ***/
.progress_ear_bar .vertical_bar span{
    height: 43px;
    display: block;
    width: 4px;
    background: #116DB1;
    position: absolute;
    top:-1px;
}
.progress_ear_bar .vertical_bar span.one{
    left: calc( 25% - 2.5px );
}
.progress_ear_bar .vertical_bar span.two{
    left: calc( 50% - 2.5px );
}
.progress_ear_bar .vertical_bar span.three{
    left: calc( 75% - 2.5px );
}
.progress_ear_bar .progress{
    width: 100%;
    height: 49px;
    max-width: 100%;
    padding: 0px;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 41px;
    border-radius: 25px;
   background-color:transparent;
}


/*** Results Progress Base color ***/
.progress_ear_bar .progress .progress-bar{
    background:#7EBDED; 
}
.providers_list{
    gap: 16px;
    display: flex;
    justify-content: center;
}
.providers_list .provider{
    /*border: #0085D8 solid 1px;*/
    border-radius: 15px;
    flex-basis: 33.33%;
}
.providers_list .provider .text-content{
    color: #FFFFFF;
    padding: 32px;
}
/*
.providers_list .provider .text-content span{
   display: block;
    margin-bottom: 0px;
    font-size: 24px;
    font-family: "Urbanist", sans-serif, Georgia, "Trebuche MS", Helvetica;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 30px;
}*/

.providers_list .provider .rev-star{
    margin-bottom: 25px;
}

.provider-btn{
    margin-top: 30px;
}
.find-providers{
    display: none;
}
/*.providers_list + .bottom-btn .view-all-providers{
    display: block;
    width: 235px;
    margin: 50px auto 0;
    background-color: #C6D697 !important;
    border-color: #C6D697 !important;
    text-decoration: none;
    color: #29313C; 
}*/
.wistia_embed_initialized{
    max-width: 100%;
}
.wistia_embed_initialized > div{
 border-radius: 10px !important;
 margin: auto !important;
    top: 0px;
    position: absolute !important;
    bottom: 0px;
    left: 0px;
    right: 0px;
    
}
.results-sections{
    position: relative;
}
.hearing_loss_result{
    padding-bottom: 45px !important;
    padding-top: 45px !important;
    position: relative;
}
.results-sections{
	  padding-bottom: 45px !important;
    padding-top: 45px !important;
}
.results-sections:before,.hearing_loss_result:before{
    width: 45%;
    margin: auto;
    content: '';
    background-color: #ccc;
    height: 1px;
    position: absolute;
    display: inline-block;
    left: 0px;
    top:0px;
    right: 0px;
}
.results-sections:first-child:before{
  display:none;
}
.ghx-contact-button{
    text-align: center;
    padding-top: 20px;
}
.ghx-stepper-body > div,.ghx-modal-header,.ghx-stepper-wrapper{
 width:100%;
}
.results-sections{
	display:flex !important;
}
/*.ghx-app .v-application .text-body-1,.ghx-app .v-btn__content,.ghx-stepper-body,.ghx-stepper-body div,.ghx-stepper-body p{
	font-size:100% !important;
}*/
.hide-field{
    display: none !important;
}

.ghx_nf_form .nf-form-cont form{
  max-width:650px;
}
.nf_page_form .nf-form-fields-required{
    display: none;
}

/*** NF field CSS ***/
.ghx_nf_form .nf-form-cont form input{
    border: 1px solid #908d9d;
    line-height: 34px;
    padding-left: 7px;
    padding: 0px 8px;
    border-radius: 5px; font-size: 15px;
}

.ghx_nf_form .nf-form-cont form input:hover{
    border: 1px solid #000;
}

/*** NF field focus color ***/
.ghx_nf_form .nf-form-cont form input:focus{
    border:1px solid var(--primaryColor, #6548c6);
}
.ghx_nf_form .nf-form-cont form .nf-error input{
    border:1px solid red !important;
}
.ghx_nf_form .nf-after-field .nf-error-msg {
    margin-right: 10px;
    font-size: 13px;

}
.ghx_nf_form .nf-after-field .nf-error-wrap {
    position: absolute;
    bottom:-5px;
}
.ghx_nf_form .nf-after-form-content .nf-form-errors {
     display: none !important;
}
.ghx_nf_form .nf-form-cont form label{
    font-size: 16px !important;
    font-weight: 600; display: none;
}
.ghx_nf_form .nf-form-cont{
    margin-top:-20px;
}
.ghx_nf_form .nf-form-cont nf-fields-wrap{
    display: flex;
    gap: 20px;margin-top: 25px;
    flex-wrap: wrap;
}

.ghx_nf_form .nf-form-cont .nf-field-container{
    margin-bottom: 0px;
}
.ghx_nf_form .nf-form-cont nf-fields-wrap nf-field{
    flex-basis: 47%;
    box-sizing: border-box;
}
.ghx_nf_form .nf-field{
  min-height:52px;
}
.ghx-form-right{
  min-height: 320px;
}
.nf_page_form.ghx-app .savemyspot-back .theme--light.v-icon{
    color: var(--buttonColor) !important;
}
.ghx_nf_form .nf-form-cont nf-fields-wrap nf-field:last-child .nf-field{
    text-align: right;margin-top: 60px;
}
.ghx-app .v-dialog__content {
    z-index: 2147483639 !important;
}
#mobile-contact-wrapper{
    z-index: 2147483639 !important;
}
/*** NF Back Button ***/
.ghx-form-left button.savemyspot-back{
    width: 94px !important;    padding-left: 0px;
    color: var(--buttonColor) !important;
}
body .nf_page_form.ghx-app .savemyspot-back .theme--light.v-icon{
    color: var(--buttonColor) !important;
}

/*** NF submit button ***/
.ghx_nf_form .nf-form-cont form input[type="submit"] ,.ghx_nf_form .nf-form-cont form input[type="button"] {
    border: 4px solid var(--primaryColor, #6548c6);
    border-radius: 50px;
    text-transform: none;
    font-size: 18px;
    padding: 5.1px 37px;
    background-color: #fff;
    font-weight: 500;
    /*height: 53.44px;*/
}

/*** Font color variable fetched from GHX setting ***/
.ghx_nf_form .nf-form-cont form input[type="submit"],.ghx_nf_form .nf-form-cont form input[type="button"],.nf-form-title,.ghx-form-left,.ghx-nf-cont h3 {
    color: var(--fontColor);
}

/*** Primary color variable fetched from GHX setting ***/
.ghx_nf_form .nf-form-cont form input[type="submit"]:hover,.ghx_nf_form .nf-form-cont form input[type="button"]:hover{
    background-color: var(--primaryColor, #6548c6);
}
.savemyspot-back,.nf_page_form.ghx-app .savemyspot-back .theme--light.v-icon{
    color: var(--primaryColor, #6548c6) !important; 
}

/*** NF submit button ***/
.ghx_nf_form .nf-form-cont form input[type="submit"]:hover,.ghx_nf_form .nf-form-cont form input[type="button"]:hover{
    color: #fff;
}
.ghx-nf-cont{
    padding: 20px 100px 65px 100px; min-width: 80%;
}
.ghx-app.nf_page_form{
    width:100%;display:block;
}
.ghx-form-left{
    width:45%;
}
.nf_page_form .ghx-audigy-app-content{
 display: flex !important;
 padding-top:40px;
}
.ghx-form-right{
    width:55%;
}
.nf_intro_txt{
    display:flex;border-bottom:2px solid #29313e; margin-bottom:50px;padding-bottom:10px;
}
.ghx-header-right{
    width:60%;padding-top: 17px;
}
.nf_page_form .ghx-stepper--header-wrapper{
    display:flex;gap:63PX;justify-content: space-between;max-width: 100% !important;
}
.nf_page_form .ghx-audigy-app-content{
    display:flex; gap:20px;
}
/*** NF title ***/
.nf-form-title{
    width:40%;font-size: 24px;font-weight: 500;padding-top: 17px;
    font-family: var(--fontFamily);
}
/*** Font family variable ***/
.ghx-audigy-app-content,.ghx-nf-cont h3,.nf-form-title,.ghx_nf_form .nf-form-cont form input,.ghx_nf_form .nf-form-cont form input[type="submit"]{
    font-family: var(--fontFamily) !important;
}

/*.ghx_nf_form .nf-form-cont form input[disabled="true"]
{
     border:4px solid #cbc6df;
     background: #cbc6df; color: #9894a5;
}*/
.ghx-nf-cont .ghx-app:after{
    width: 100% !important;
    height: 2px;
    background: #29313e;
    content: '';
    position: absolute;
    z-index: 99999;
    bottom:93px;
}

.ghx_nf_form .form_submitted .ghx-app:after{
  bottom: 0px;
}
.ghx_nf_form .nf-error-wrap.nf-error .nf-error-msg{
 color:red !important;
}
.ghx_nf_form .ghx-app.loading:after{
    bottom:0px;
}
.ghx-app .v-stepper__step__step.navy{
    border: 2px solid #29313e;
    color: #29313e;
    font-weight: 500;
    font-size: 26px;
    padding: 10px;
    height: 40px;
    width: 40px;
    margin-bottom: 24px;
    background-color: #29313e !important;
    border-color: #29313e !important;
    z-index: 3;
}
.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mdi-check::before {
    content: "\F012C";
}
.nf_page_form.ghx-app .v-icon.v-icon::after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(1.3);
    width: 100%;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.6, 1);
}
.nf_page_form.ghx-app .ghx-header-right:before{
    width: 10px;
    height: 10px;
    background: #000;
    content: '';
    border-radius: 50px;
    position: absolute;
    right: 26px;
    top: 0px;
}
.form_submitted .nf-response-msg{
    min-height: 265px;
    margin-bottom: 20px;
    position: relative;
    background: #ededed !important;
    border-radius: 15px;
}
.form_submitted .nf-response-msg p{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    height: 50px;
    text-align: center;
}
.nf_page_form.ghx-app .ghx-header-right .ghx-stepper--header-wrapper:after{
    width: 55%;
    content: '';
    height: 2px;
    background-color: #000;
    position: absolute;
    margin-top: 18px;
}
/*.nf_page_form{
    padding: 20px 100px 65px 100px !important;
}*/
.nf_page_form.ghx-app .theme--light.v-icon{
  color:#fff !important;
}

.ghx_nf_form .nf-form-cont nf-fields-wrap{
    gap: 16px 20px;
}
.nf_page_form.ghx-app .v-stepper__step__step{
  min-width: 40px !important;
}
.ghx-app.nf_page_form{
    position: relative;
}

/*** NF SavemySpot back button ***/
.savemyspot-back{
    margin-top: 100px;
    color: var(--primaryColor, #6548c6) !important; 
    line-height: 40px !important; font-size:15px !important;
    border-radius: 50px;
    padding:0px 27px 0px 15px;
}

/*** NF SavemySpot back button hover ***/
.savemyspot-back:hover{
  background:#ebeaf4;
}
.ghx-nf-cont h3{
    font-size: 20px;
    font-weight: normal;
}
#nf-field-140-container .nf-input-limit,#nf-field-141-container,#nf-field-142-container,#nf-field-127-container .nf-input-limit,#nf-field-134-container .nf-input-limit {
 display: none !important; height:0px;
}
.nf-response-msg{
    margin-top:10px !important;
}

/*** NF GHX form icon color ***/
.nf_page_form.ghx-app .savemyspot-back .theme--light.v-icon
{
	font-size: 13px;
}
@media only screen and (min-width: 1200px){

    .ghx-header-right,.nf-form-title{
        padding-top: 17px !important;
    }

}
@media only screen and (max-width: 1200px){

 .ghx_nf_form .ghx-stepper--header-wrapper{
    gap: 0px;
    justify-content: space-between;
    max-width: 100% !important;
 }

 .ghx-form-left{
    font-size: 15px;
 }
 .ghx_nf_form .nf-form-cont nf-fields-wrap nf-field{
    flex-basis: 45%;
 }
 .nf_page_form .nf-form-title{
    padding-top: 15px !important;
 }
 .ghx-header-right{
    padding-top: 15px !important;
 }
 .nf_page_form.ghx-app .ghx-header-right:before{
    right: 25px;
 }

 .ghx-nf-cont{
    padding: 0px !important;
 }

}

@media only screen and (max-width: 820px){

    .ghx_nf_form .nf-form-cont nf-fields-wrap nf-field:last-child {
        margin-top: 15px;
     }
     .ghx_nf_form .ghx-app:after{
        bottom: 86px;
     }
     .ghx_nf_form .nf-form-cont nf-fields-wrap nf-field:last-child .nf-field{
        margin-top:15px;
     }
     .ghx_nf_form .nf-form-cont form{
        max-width: 100%;
     }
     .ghx-nf-cont{
        padding: 0px !important;
     }
     .nf_page_form .ghx-stepper--header-wrapper{
        justify-content: space-between;
     }
     .nf_page_form.ghx-app .ghx-header-right .ghx-stepper--header-wrapper:after{
        width:92%;
     }
     .nf_page_form.ghx-app .ghx-header-right:before{
        right: 27px;
        top: 58px;
     }
     .nf_page_form .ghx-stepper--header-wrapper{
        gap:0px !important;
     }
     .nf_page_form .ghx-audigy-app-content{
        gap:0px;
     }
     .ghx-form-left{
        margin-bottom: 43px !important;
     }
     .ghx-form-left,.ghx-form-right{
        width:100% !important;
     }
     .nf_page_form .hidden-container{
     height: 20px !important;
     }
     .ghx-header-right{
        width: 100%;
     }
     .nf_intro_txt,.nf_page_form .ghx-audigy-app-content{
        display: inherit !important;
     }
     .nf_intro_txt .nf-form-title{
        margin-bottom: 10px;
     }
     .ghx_nf_form .nf-form-cont nf-fields-wrap nf-field {
        flex-basis: 48%;
        box-sizing: border-box;
     }
     .nf-form-title{
       width:100% !important;
     }
     .ghx_nf_form .nf-response-msg p{
       color:green !important;
     }
     .ghx-header-right{
        display: none;
      }
      .nf_page_form .ghx-audigy-app-content{
        padding-top: 16px;
      }

}

@media only screen and (max-width: 767px){
 
    .nf_page_form .nf-form-title{
        padding-top:0px !important;
     }
     .ghx-header-right{
        display: none;
      }
     .ghx-header-right{
        padding-top:0px !important;
     }
 .ghx-app.ghx-app--modal .ghx-audigy-app-modal .ghx-audigy-app-content {
    height: 100vh !important;
 }

 .ghx_nf_form .nf-form-cont nf-fields-wrap nf-field:last-child {
    margin-top: -80px;
 }

 .ghx-nf-cont{
    padding: 0px !important;
 }
 .nf_page_form .ghx-stepper--header-wrapper{
    justify-content: space-between;
 }
 .nf_page_form.ghx-app .ghx-header-right .ghx-stepper--header-wrapper:after{
    width:92%;
 }
 .nf_page_form.ghx-app .ghx-header-right:before{
    right: 27px;
    top: 17px;
 }
 .nf_page_form .ghx-stepper--header-wrapper{
    gap:0px !important;
 }
 .nf_page_form .ghx-audigy-app-content{
    gap:0px;
 }
 .ghx-form-left{
    margin-bottom: 40px !important;
 }
 .ghx-form-left,.ghx-form-right{
    width:100% !important;
 }
 .nf_page_form .hidden-container{
 height: 20px !important;
 }
 .ghx-header-right{
    width: 100%;
 }
 .nf_intro_txt,.nf_page_form .ghx-audigy-app-content{
    display: inherit !important;
 }
 .nf_intro_txt .nf-form-title{
    margin-bottom: 10px;
 }
 .ghx_nf_form .nf-form-cont nf-fields-wrap nf-field {
    flex-basis: 100%;
    box-sizing: border-box;
 }
 .nf-form-title{
   width:100% !important;
 }
 .ghx_nf_form .nf-response-msg p{
   color:green !important;
 }
 .results-sections{
    display: inline-block !important;
 }

 .results-sections .video-container .wistia_embed{
    height: 280px !important;
    position: relative;
    width:100% !important;
    margin-bottom: -20px;
 }

 .ghx_nf_form .ghx-app:after {
    bottom: 84px;
 }

}

@media only screen and (max-width: 620px){

    .ghx_nf_form .nf-form-cont nf-fields-wrap nf-field:last-child .nf-field{
    margin-top: 35px;
    }

}