:root {
    --bs-danger: yellow !important;
}

#option-0{
    position: relative;
}

#sign_parts{
    position: relative;
    max-width: 649px;
    margin: 0 auto;
    padding: 0;
}

.sign_part{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all, .1s ease-in;
}

.sign_part.active{
    opacity: 1;
    transition: all, .1s ease-in;
}


#option-0::before{
    position: absolute;
    height: 2px;
    width: 70%;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(90deg, rgba(0,0,0,0), #f2f2f2);
}

#option-0::after{
    position: absolute;
    height: 70%;
    width: 2px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(rgba(0,0,0,0), #f2f2f2);
}

#option-3{
    position: relative;
}

#option-3::before{
    content: ' ';
    position: absolute;
    height: 2px;
    width: 70%;
    top: -1px;
    left: -1px;
    background: linear-gradient(-90deg, rgba(0,0,0,0), #f2f2f2);;
}

#option-3::after{
    content: ' ';
    position: absolute;
    height: 70%;
    width: 2px;
    left: -1px;
    top: -1px;
    background: linear-gradient(#f2f2f2, rgba(0,0,0,0));
}

.optiontab{
    color: black;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 15px;
    opacity: .4 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.optiontab:hover{
    color: #7FB347;
    opacity: 1 !important;
}

.optiontab::after{
}

.optiontab.active{
    color: #7FB347;
    position: relative;
    
    opacity: 1 !important;
}

.optiontab.active::after{
    content: ' ';
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #7FB347;
}

.btn-green{
    background: #7FB347;
    color: white;
}

.btn-white{
    background: white !important;
    color: #7FB347 !important;
}

.quote-form > .form-group > input{
    background: #4c9735;
    border: 1px solid #3f802b;
    font-weight: bold;
    color: white;
}

.quote-form > .form-group > input:focus{
    box-shadow: none;
}

.quote-form > .form-group > input.is-invalid{
    background: #2d6a1a;
    border: 1px solid #204d12;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.quote-form > .form-group > select{
    background: #4c9735;
    border: 1px solid #3f802b;
    font-weight: bold;
    color: white;
}

.quote-form > .row > .col > input{
    background: #4c9735;
    border: 1px solid #3f802b;
    font-weight: bold;
    color: white;
}

.form-control::placeholder {
    color: white;
    opacity: .4;
    font-weight: normal;
}

#get-a-quote{
    display: none;
}

#get-a-quote.active{
    display: inline-block !important;
}

.invalid-feedback{
    color: #ffd266;
    font-size: 12px;
    background: #2d6a1a;
    margin-top: 0;
    padding: 3px 10px 4px 10px;

    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.invalid-feedback > strong > svg{
    width: 14px;
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.invalid-feedback > strong > svg path{
    fill: #ffd266;
}

@media (max-width: 976px) {
    #home-rates{
        margin-top: 10vw;
    }
    .rate{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .text-center-small{
        text-align: center !important;
    }
    .rate::before{
        display: none;
    }
    .rate::after{
        display: none;
    }
    .rates-update{
        display: inline-block;
        width: 100%;
        text-align: center;
        text-decoration: none;
        color: inherit;
    }
    .push-top{
        margin-top: 30px;
    }
}
