@media (min-width: 768px){
.input__options-cont__option-cont {width:calc(50% + -1.5px + -3px);}
.input__options-cont__option-cont > label  { font-weight:1000; }
.covid-conf { margin-bottom: 20px; } 
.estimate-form__form-cont__submit-cont { margin-bottom:20px; }
.estimate-form__form-cont__button-cont { margin-top:20px;margin-bottom:20px; }
.estimate-form__form-cont__button-cont>[type=button], .estimate-form__form-cont__button-cont>[type=submit] {
    padding-left:30px;
    padding-right:30px;
    font-family:Montserrat,sans-serif;
    font-weight:500;
    font-size:14px;
    font-size:1.4rem;
    line-height:22px;
    line-height:2.2rem;
    display:inline-block;
    white-space:nowrap;
    height:48px;
    line-height:48px;
    font-weight:500;
    background-color:#00a6de;
    color:#fff;
    border-radius:6px;
    cursor:pointer;
    -webkit-transition:background-color .3s ease-out;
    transition:background-color .3s ease-out;
    min-width:220px
}
.estimate-form__form-cont__button-cont>[type=button]:hover, .estimate-form__form-cont__button-cont>[type=submit]:hover {
    background-color:#02bcfa;
    color:#fff
}
.estimate-form__form-cont__button-cont>[type=button]:disabled, .estimate-form__form-cont__button-cont>[type=submit]:disabled {
    opacity:.5;
    cursor:not-allowed
}
}



