#refinanceForm{
    padding-top: 50px;
    padding-bottom: 150px;
}
.errormsg{
    color: #c0392b;
}
.add-property-form{
    font-weight: 200!important;
}
#rate-quote{
    background-color: rgb(0, 162, 233, 0.1);
}
.refinnce_input_label{
    padding: 20px 0px;
}
/* Target all input placeholders */
input::placeholder, select option, select option:disabled  {
    font-weight: 200; /* Change font weight */
}
/* Specific for textarea placeholders */
textarea::placeholder {

    font-weight: 200;
}
.fieldset-title{
    padding-top:100px;
    padding-bottom:30px;  
}
.ui-datepicker {
    font-size: 0.8em; /* Adjust font size as needed */
}
#refinance_section_firstbtn {
    margin-top: 0 !important
}
/* #rfziperror {
    position: relative !important;
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
    margin-top: 10px !important
} */

#first_name_refinance_error,
#last_name_refinance_error {
    position: relative !important;
    top: -10px !important
}

#refinance_section_thirteenthbtn {
    margin-top: 0 !important
}

#refinance_twelve .fieldset-title {
    margin-top: 70px !important
}

input.square-input-btn {
    margin-top: 0 !important
}

.rental_property_label {
    margin-right: 20px
}

.poor_purchase_2 {
    margin-right: 20px
}

@media only screen and (min-width:767px) {
    #refinance_eleven .refinnce_input_label {
        width: 450px !important
    }
}

#refinance_eleven .refinnce_input_label {
    margin: 0 auto !important;
    margin-bottom: 15px !important
}

#refinance_section_eleventhbtn {
    margin: 0 auto !important;
    margin-top: 10px !important
}


#refinance_section_firstbtn {
    width: 100%;

}

#refinance_section_thirdbtn,
#refinance_section_sixthbtn,
#refinance_section_tenthbtn,
#refinance_section_secondbtn,
.refinance_section_fifthbtn,
#refinance_section_seventhbtn,
#refinance_section_eighthbtn,
#refinance_section_one_eighthbtn,
#refinance_section_ninethbtn,
#refinance_section_eleventhbtn,
#refinance_section_twelvethbtn,
#refinance_section_thirteenthbtn,
#refinance_section_fourteenthbtn,
#refinance_section_fifteenthbtn {
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 30px !important
}

.refinance_email_input_group {
    width: 450px !important;
    margin: 0 auto !important
}

#email_refinance::placeholder,
#mobile_no_refinance::placeholder {
    font-size: 20px;
    color: #072a47
}


#refinance_seven input[type=text]::placeholder,
#refinance_eight input[type=text]::placeholder{
    font-size: 20px;
    color: #072a47
}

#refinance_seven input[type=text]:hover,
#refinance_eight input[type=text]:hover {
    background-color: #ffffff !important;
    color: #072a47
}

.credit-score-select {
    width: 450px;
    height: 45px;
    display: flex
}

.refinance_end_card {
    width: 500px;
    border-radius: 15px !important;
    padding: 15px !important;
    background-color: #ffffff !important
}

.refinance_end_card .card-body a {
    margin: 0 auto;
    font-size: 26px !important;
    background-color: #309cfc;
    color: #fff
}

.refinance_end_card .card-body a:hover {
    background-color: #007bff
}

.refinance_end_card .card-body a:not(:last-child) {
    margin-bottom: 15px
}

#refinance_end h2 {
    font-size: 36px;
    font-weight: bold
}

.refinance_end_card>.card-header {
    border: none !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #072a47 !important;
    background-color: transparent !important
}

.refinance_end_card>.card-footer {
    border: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #072a47 !important;
    opacity: 0.7 !important;
    border-radius: 15px !important;
    background-color: transparent !important
}

.continue-btn {
    background-color: var(--color-primary);
    border: .125rem solid var(--color-primary);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: .5rem;
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
}

.continue-btn:hover {
    color: var(--color-primary);
    box-shadow: 8px 8px 0rem 0rem var(--Light-blue, var(--color-primary));
    background-color: #fff;
}

#postal_code-input:hover {
    background-color: #fff !important;
    color: #072a47 !important
}

input.checkbox-round {
    width: 2em;
    height: 2em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #ddd;
    border-radius: 50% !important;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 5px 10px !important;
    will-change: transform, opacity;
    transition: all 0.5s
}

input.checkbox-round:checked {
    border: 2px solid #1fa854 !important
}

input.checkbox-round:checked:before {
    content: "\2713";
    color: #1fa854 !important;
    position: absolute;
    top: -22%;
    left: 16%;
    font-size: 1.5rem;
    font-weight: bold;
    transform: rotateX(30deg);
    will-change: transform, opacity;
    transition: all 0.5s
}

label.refinnce_input_label>input.check-box:checkedlabel.refinnce_input_label {
    border: 2px solid #309cfc !important
}

span.checkbox-text {
    margin-left: 15px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #082b48 !important;
    padding: 0 10px !important
}

.refinance_inputs {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
}

.refinance_inputs> :not(:last-child) {
    margin-right: 20px !important;
}

.refinance_inputs>* {
    margin-bottom: 20px;
}

.home-icon-with-input {
    width: 190px !important;
    height: 160px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 40px;
    cursor: pointer;
}


#refinance_eleven .refinance_inputs {
    justify-content: center; /* Center items horizontally */
    flex-direction: column; /* Stack items vertically */
}

#refinance_eleven .refinnce_input_label {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Space between checkboxes */
}

#refinance_eleven .checkbox-round {
    margin-right: 10px; /* Space between checkbox and label text */
}

/* Full-screen overlay */
#overlay {
    position: fixed;
    display: none; /* Hidden by default */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: 9999; /* Ensure it's on top of other elements */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Spinner size */
.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3rem;
}
.home-icon-with-input {
    background-color: #fff !important;
    width: 190px !important;
    height: 160px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 40px;
    cursor: pointer;
}
.home-icon-with-input:hover {
    background-color:  var(--color-primary)!important;
}
.square-input-btn {
    background-color: transparent !important;
    color:  var(--color-primary) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
.home-icon-with-input:hover .square-input-btn {
    color: #fff!important;
    background-color: transparent!important
}