.elementor-kit-34431{--e-global-color-primary:#B7AF9E;--e-global-color-secondary:#61112E;--e-global-color-text:#000000;--e-global-color-accent:#B1C339;--e-global-color-38663a4:#B7B7B7;--e-global-color-7300d69:#EEEEEE;--e-global-color-e59a9da:#0183AE;--e-global-typography-primary-font-family:"acumin-pro";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"acumin-pro";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"acumin-pro";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"acumin-pro";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;}.elementor-kit-34431 button,.elementor-kit-34431 input[type="button"],.elementor-kit-34431 input[type="submit"],.elementor-kit-34431 .elementor-button{background-color:var( --e-global-color-primary );}.elementor-kit-34431 button:hover,.elementor-kit-34431 button:focus,.elementor-kit-34431 input[type="button"]:hover,.elementor-kit-34431 input[type="button"]:focus,.elementor-kit-34431 input[type="submit"]:hover,.elementor-kit-34431 input[type="submit"]:focus,.elementor-kit-34431 .elementor-button:hover,.elementor-kit-34431 .elementor-button:focus{background-color:var( --e-global-color-38663a4 );}.elementor-kit-34431 e-page-transition{background-color:#FFBC7D;}.elementor-kit-34431 a{color:#0183AE;}.elementor-kit-34431 h1{font-size:30px;font-weight:400;}.elementor-kit-34431 h2{font-size:26px;}.elementor-kit-34431 h3{font-size:20px;}.elementor-kit-34431 h4{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p strong {
    font-weight: 600;
    }

.pagecontent ul {
    list-style: none;           
    padding-left: 0;            
    margin-left: 0;
}

.pagecontent ul li {
    position: relative;         
    padding-left: 20px;         
    margin-bottom: 10px;        
}

.pagecontent ul li::before {
    content: "\f105";           
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;  
    color: #0073e6;    
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

.servicesform .nf-form-fields-required {
    display: none
    }

.servicesform .nf-form-content input.ninja-forms-field {
    height: 35px;
}

.servicesform .nf-form-content input[type=submit] {
    width: 100%;
    padding: 0 !important;
    background-color: #b1c339;
    border: 1px solid #b1c339;
    font-weight: 400;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    height: 58px;
}
.servicesform .nf-form-content input[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #b1c339;
    color: #b1c339;
}
.servicesform .nf-form-content label {
    font-size: 12px;
}
.servicesform .nf-field-description p {
    font-size: 10px;
    margin-bottom: 0;
}
.servicesform .nf-field-container {
    margin-bottom: 15px;
}
.servicesform .nf-form-content textarea.ninja-forms-field {
    height: 96px;
}
.servicesform .checkbox-container.label-left .nf-field-label {
    width: 28%; 
}
.servicesform .label-left .nf-field-description {
    margin-left: 26%;
}





/*** CALCULATOR ***/

/* Total payment label */

#frm_field_29_container {
    margin-top: 10px;
}

#frm_feild_29_container .frm_pos_top .frm_section_spacing {
    margin-bottom: 0px;
}

/*** END CALCULATOR ***/





/*** RANK MATH FAQ ***/

/* (JavaScript in Code Snippets) */

/* Container */

#rank-math-faq .rank-math-list-item {
    margin-bottom: 10px;
}

/* Question block */

#rank-math-faq .rank-math-question {
    cursor: pointer;
    padding: 8px;
    background: #ffffff;
    border-bottom: 1px solid #F1F0EF;
    transition: background 0.2s ease-in-out;
    position: relative;
    margin: 4px 0px;
}

/* Question block hover */

#rank-math-faq .rank-math-question:hover {
    background: #eeeeeec8;
    transition: 0.32s ease;
}

/* Plus symbol */

#rank-math-faq .rank-math-question::after {
    content: "+";
    align-content: center;
    color: #B7B7B7;
    position: absolute;
    right: 15px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* Minus symbol */

#rank-math-faq .rank-math-question.active::after {
    content: "–";
    color: #B7AF9E;
    transform: rotate(180deg);
    align-content: center;
    margin-top: 2px;
    font-size: 25px;
}

/* Answer */

#rank-math-faq .rank-math-answer {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
}

/* Active state */

#rank-math-faq .rank-math-question.active + .rank-math-answer {
    display: block;
}

/* H3 */

#rank-math-faq h3 {
    font-size: 18px;
}

/*** END BLOG FAQ ***/





/*** Ninja Form Style ***/
#nf-form-19-cont .nf-form-content label {
    font-weight: 400;
    font-size: 16px;
}

#nf-form-19-cont .nf-form-content input[type=submit] {
    background-color: #b1c339;
    color: #fff;
    border: 1px solid #b1c339;
}

#nf-form-19-cont .nf-form-content input[type=submit]:hover {
     background-color: #fff;
    color: #b1c339;
}

/* Required message - MP form */

#nf-form-20-cont .nf-before-form-content, #nf-form-11-cont .nf-before-form-content {
    display: none;
}

/* Required message - Contact us */

#nf-form-3-cont .nf-before-form-content {
    display: none;
}

#nf-form-11-cont .nf-field-container {
	margin-bottom: 10px;
}

#nf-form-11-cont label {
	font-size: 12px;
}

#nf-form-11-cont .label-left .nf-field-description {
	margin-left: 0px;
	text-align: left;
	font-size: 11px;
}

#nf-form-11-cont input[type=submit] {
	width: 100%;
	color: #fff;
	background-color: #b1c339;
	border: 1px solid #b1c339 ;
}
#nf-form-11-cont input[type=submit]:hover {
	width: 100%;
	color: #b1c339;
	background-color: #fff;

}
#nf-form-11-cont .nf-form-content {
    padding: 0;
}
/*** END Ninja Form Style ***/



/*** Portal Referral Styles ***/
.referral-form .wsdesk_wrapper .btn-primary, .wppb-user-forms input[type="submit"] {
    background-color: #b7b7b7;
    color: #fff;
    border: 2px solid #b7b7b7;
    padding: 15px 30px !important;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 10px;
    font-size: 16px;
} 
.referral-form .wsdesk_wrapper .btn-primary:hover, .wppb-user-forms input[type="submit"]:hover {
    background-color: #fff;
    color: #b7b7b7;
    border: 2px solid #b7b7b7;

} 
.referral-form #crm_form_submit.btn-primary, #edit_profile {
    background-color: #b1c339;
    color: #fff;
    border: 2px solid #b1c339;
}


.referral-form #crm_form_submit.btn-primary:hover, #edit_profile:hover {
    background-color: #fff;
    color: #b1c339;
    border: 2px solid #b1c339;
}

.referral-form .wsdesk_crm_reset_button_show_hide {
     background-color: #b7b7b7;
    color: #fff;
    border: 2px solid #b7b7b7;
    padding: 15px 30px !important;
    width: 50% !important;
    text-transform: uppercase;
    margin-left: 0 !important;
    margin-top: 20px !important;
    
}
.referral-form .wsdesk_crm_reset_button_show_hide:hover {
     background-color: #fff;
    color: #b7b7b7;
    border: 2px solid #b7b7b7;
    
}
.support_option_choose {
    display: none;
}
.wsdesk_wrapper .panel-heading {
    padding: 20px 15px !important;
}
.wsdesk_wrapper table {
    font-size: 14px;
}
#wppb-recover-password label {
    font-size: 18px;
    font-weight: 700;
    width: 10%;
    min-width: 80px;
    line-height: 40px;
}
#wppb-recover-password input {
    padding: 10px;
    width: 70%;
}
#wppb-recover-password input.submit {
    width: 80%;
}
/*** END Portal Referral Styles ***/

/***MOBILE***/


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

.servicesform .checkbox-container.label-left .nf-field-label {
    width: 100%;
}
}/* End custom CSS */