#error_msg {
    color: red;
    font-size: 15px;
    opacity: 0;
}

#get_started_form .elementor-field-type-radio .elementor-field-option label:hover {
    background-color: #EDFFF5;
    cursor: pointer;
    border: 1px solid #EDFFF5;
}
#get_started_form .elementor-field-type-radio .elementor-field-option label:hover {
    background-color: #EDFFF5;
    cursor: pointer;
    border: 1px solid #EDFFF5;
}

#get-started-btn .elementor-button-icon svg{
    width: 25px;
}
.elementor-field-type-next{
	justify-content: center !important;
}

#get_started_form .elementor-field-type-radio .elementor-field-option{
    display: flex;
    position: relative;
    overflow: hidden;
}


#get_started_form .elementor-field-option input[type="radio"] + label{
    cursor: pointer;
    padding-left: 60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    
    z-index: 1;
    
    transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
}

#get_started_form .elementor-field-option input[type="radio"]{
    accent-color: #4CAF50;
}
#get_started_form .elementor-field-option input[type="radio"]:checked+label:before{
    
    width: 100%;
    
    
    transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
}

#get_started_form .elementor-field-option input{
    
    width: 20px;
    height: 20px;
    z-index: 10;
}

#get_started_form .elementor-field-type-checkbox .elementor-field-option{
    position: relative!important;
    display: flex!important;
    gap: 10px;
    height: auto!important;
    padding: 0!important;
}

#get_started_form .elementor-field-type-checkbox .elementor-field-option label{
    position: relative!important;
    height: auto!important;
    padding: 0!important;
}
#get_started_form .elementor-field-type-checkbox .elementor-field-option input{
    position: relative!important;
    margin-top: 5px!important;
}


#get_started_form .e-form__buttons{
    width: 100%;
    margin-top: 30px;
}
#get_started_form .e-form__buttons__wrapper__button-previous{
    border: 1px solid #ddd;
}

#get_started_form .e-form__indicators--type-progress_bar{
    top: 80px;
}

#get_started_form .elementor-field-group-loan_amount::before {
    content: "$";
    position: absolute;
    font-size: 32px;
    bottom: 30px;
    left: 20px;
}
#get_started_form #form-field-loan_amount {
    border: none;
    background: 0 0;
    font-size: 32px;
    text-align: center;
    border-bottom: 1px solid var(--e-global-color-primary);
    color: #5D5D5D !important;
}

@media(max-width: 480px){
    #get_started_form .elementor-field-type-checkbox .elementor-field-option{
    position: relative;
    display: block!important;
    gap: 0px;
    min-height: 240px!important;
    padding: 0!important;
}

#get_started_form .elementor-field-type-checkbox .elementor-field-option input{
    position: relative;
    margin: 0!important;
}
#get_started_form .elementor-field-type-checkbox .elementor-field-option label{
    position: relative;
    min-width: 100%!important;
    height: auto!important;
    padding: 0!important;
    margin: 0!important;
}
#get_started_form  .elementor-field-group-estimate_tax .elementor-field-subgroup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}


#get_started_form .elementor-field-group-estimate_tax .elementor-field-option:has(input[type="radio"]) {
    border: 1px solid #E7E7E7;
    padding: 15px 20px;
    border-radius: 8px;
    width: 100%;
    display: block;
    cursor: pointer;
    color: var(--e-global-color-2cea0d6);
}

}

.elementor-field-group-number_of_years{
    display: none;
}
