.wd-step-button{
	cursor:pointer;
	height: 100%;
}
.wd-pop-link{
	display:none !important;	
}
.wd_show_hide, .wds-summary .wd-desc{
	display:none !important;	
}
.wd_show{
	display:block !important;	
}
.disabled{
    color: lightgray;
}
.disabled a{
    pointer-events: none !important;
	color: lightgray !important;
}
.disabled a .elementor-button-icon{
    fill: lightgray !important;
}
#map {
    height: 400px;
    width: 100%;
}
.wd-label-right input{
	margin-right: 5px
}
.wd-label-left input{
	margin-left: 5px
}
.wd-label-right.wd-grouped{
	margin-left: 10px;	
}
.wd-label-left.wd-grouped{
	margin-right: 10px;	
}
.style-checkbox input[type=radio] {
    appearance: none;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    border-radius: 2px;
    display: inline-grid;
    place-content: center; 
  }

.style-checkbox input[type=radio]::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transform-origin: bottom left;
    background-color: #fff;
    clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}

.style-checkbox input[type=radio]:checked::before {
    transform: scale(1);
}
.style-checkbox input[type=radio]:checked{
    background-color:   #0075FF;
    border: 2px solid #0075FF;
}
.hubspotContactInfo .pop-error{
	color: red;
	padding-left: calc(30px / 2);
}
.hubspotContactInfo .elementor-field-type-submit{
	margin: 0 !important;
}
.flate-boxes .wd-fieldtype-text {
    margin: 0 7px;
}
.flate-boxes fieldset {
    border: 0;
    display: flex;
	margin-bottom: 22px;
    justify-content: space-between;
    padding: 0;
}
.flate-boxes .wd-fieldtype-text input {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
    border-radius: 15px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 100%;
    width: 100%;
    background-color: #f5f8fa;
    display: inline-block;
    height: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
}
.flate-boxes input {
	font-family: "Lato", Sans-serif !important;
    line-height: 35px !important;
    background-color: #f1f1f1 !important;
    border-width: 0 !important;
    border-radius: 15px !important;
	padding: .5rem 1rem !important;
    height: auto !important;
}
.flate-boxes .wd-error-msg {
	font-size: 12px !important;
}
.form-wrapper fieldset{
	padding: 0;
    margin: 0;
	border: 0;
	display: flex;
    justify-content: space-between;
}
.form-wrapper fieldset.wrp-submit{
    justify-content: center !important;
}
.form-wrapper fieldset .wd-button{
    color: #FFFFFF;
    font-size: 15px;
    line-height: 15px;
    font-family: Lato;
	border-radius: 10px;
}
.form-wrapper fieldset .schedule-call{
	background: #0600FF;
    border-color: #0600FF;
}
.form-wrapper fieldset .instant-estimate{
	background: #0B751F;
    border-color: #0B751F;
}
.form-wrapper fieldset .or-text{
	margin: 0 35px;
}
.hubsport-form .wd-fieldtype-text, .hubsport-input .wd-fieldtype-text{
	width: 48%;
}
.form-wrapper .wd-fieldtype-text label {
    color: #212D3A;
	font-family: Lato;
    font-size: 13px;
	line-height: 20px;
	margin-bottom: 4px;
}
label.wd-error-msg {
    color: #f2545b !important;
}
.form-wrapper .wd-fieldtype-text label .wd-form-required {
    color: red;
}
.form-wrapper .wd-fieldtype-text input {
	box-sizing: border-box;
    padding: 0 5%;
    min-height: 27px;
	border-radius: 15px;
    background-clip: padding-box;
	-webkit-appearance: none;
    -moz-appearance: none;
	max-width: 100%;
	width: 100%;
	background-color: #f5f8fa;
	display: inline-block;
    height: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
}
.wd-action-button, .wd-custom-action{
	width: 100%;
}
.wd-custom-action{
	width: 100%;
    border: 1px solid #C3C3C3;
    border-radius: 30px;
    color: #4C4C4C;
	text-transform: capitalize;
}
input.wd-custom-action:hover {
    background:#000000 !important;
	border: 1px solid #000000 !important;
	color: #ffffff !important;
}
.wd-custom-action.active{
	background:#000000 !important;
	border: 1px solid #000000 !important;
	color: #ffffff !important;
}
.wd-custom-next {
    /*background: #c3c3c3;
    border: 1px solid #c3c3c3;
    border-radius: 30px;*/
	font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 600;
	margin: 0px;
	border: 0px;
	display: flex;
	color: #d3d3d3;
    padding: 5px 0px;
	pointer-events: none;
	background-color:transparent;
}
.wd-custom-next svg{
	width: 12px;
    margin-top: 2px;
    margin-left: 10px;
	fill: #d3d3d3;
}
.wd-custom-next.active{
	/*background:#000000 !important;*/
	background-color:transparent !important;
    color: #101010 !important;
	pointer-events: all !important;
}
.wd-custom-next.active svg{
	fill: #101010 !important;
}
/* Mobile (max-width: 540px) */
@media (max-width: 540px) {
	.form-wrapper fieldset.wrp-submit {
		display: block !important;
		margin: 0 auto !important;
		width: 50% !important;
	}
	.pop-form-wrap{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.form-row.wrp-submit .or-text, .form-row.wrp-submit .estimate{
		display:none !important;
	}
	#info-custommer .eform-wrapper{
		padding-left: 5px !important;
        padding-right: 5px !important;
    }
	}
}