/*START formstart*/
.stop-formstart-body-popup{
    overflow: hidden;
}
.formstart-container{
    background: #00a2db;
    position: fixed;
    bottom: 0;
    width: 100vw;
    /* height: 50px; */
    z-index: 9999;
}
.formstart-container form label{
    color: #000;
    width: 100%;
    padding: 0rem;
    cursor: pointer;
}
input.form-control{
    /*width: auto;*/
}
.formstart-container .formstart-radios-container{
    padding: 0px;
}
.formstart-radios-container input[type=checkbox]{
    display: none;
}
.formstart-radios-container .formstart-radios-label:before{
    content: " ";
    display: inline-block;
    position: absolute;
    top: 49%;
    left: auto;
    right: 0px;
    margin: 0px;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    border: 1px solid #CCC;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 3px;
}
.formstart-radios-container input[type=checkbox]:checked+.formstart-radios-label:before{
    content: " ";
    display: inline-block;
    position: absolute;
    top: 49%;
    left: auto;
    right: 0px;
    margin: 0px;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    border: 1px solid #07A3ED;
    background-color: #07A3ED;
    transform: translateY(-50%);
    border-radius: 3px;
}
.formstart-radios-container input[type=checkbox]:checked+.formstart-radios-label:after, .formstart-radios-container input[type=checkbox]:checked+.formstart-radios-label:after{
    content: " ";
    border-radius: 0px;
    width: 7px;
    height: 17px;
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    top: 42%;
    right: 11px;
    left: auto;
    background: transparent;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.formstart-popup-container{
    max-width: 100%;
}
.formstart-popup-container .formstart-form .formstart-submit{
    background: #00B22D;
    cursor: pointer;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700; 
}
.formstart-container .formstart-popup-container{
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.38);
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    overflow: auto;
}
.formstart-container .formstart-form{
    background: #fff;
}
.formstart-container .formstart-form .formstart-popup-close{
    content: '+';
    position: absolute;
    height: 28px;
    width: 28px;
    background: gray;
    line-height: 0px;
    border-radius: 50px;
    border: 1px solid gray;
    top: 5px;
    right: 5px;
    display: flex;
    transform: rotate(45deg);
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    font-weight: 300;
}
.formstart-container .show-formstart-btn{
    background: #fff;
    color: #00a2db;
    border-radius: 4px;
    height: 40px;
    min-width: 78px;
    max-width: 78px;
    font-weight: 700;
}
.formstart-container .compare_quotes_text{
    font-size: 16px;
    color: #fff;
    max-width: 144px;
}
.formstart-container .zip-mobile-container{
    max-width: 85px;
}
.formstart-container .zip-mobile{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    height: 40px;
    text-indent: 5px;
}
.formstart-container .formstart-popup-container .formstart-desktop-headline{
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
}
.formstart-container .formstart-popup-container .formstart-desktop-headline i{
    font-weight: bold;
    color: #24d8ff;
}
.formstart-container .formstart-popup-container .formstart-mobile-headline span:first-child{
    font-size: 20px;
    font-weight: 600;
}
.formstart-container .formstart-popup-container .formstart-mobile-headline span:last-child{
    font-weight: 600;
    font-size: 16px;
}
.formstart-container .formstart-popup-container .formstart-zip-container:before{
    position: absolute;
    content:'';
    background: url('/images/special-pages/calc_hub/location-icon.svg')no-repeat;
    background-position: center;
    height: 20px;
    width: 13px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input{
    border-top: none;
    border-bottom: 2px solid #07A3ED;
    border-left: none;
    border-right: 0px;
    text-align: center;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 700;
}
.formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input:active, .formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input:focus{
    outline: none;
    box-shadow: none;
}
.formstart-container .zip-mobile::placeholder, .formstart-container .zip-mobile:-moz-placeholder, .formstart-container .zip-mobile:-ms-input-placeholder, .formstart-container .zip-mobile::-ms-input-placeholder{
    font-size: 20px;
    font-weight: 700;
    color: #626262;
}
.formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input::placeholder {
    text-align: left;
    font-size: 12px;
    color: #8D8D8D !important;
    padding: 10px 0px;
    line-height: 10px;
}  
.formstart-age-label {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    color: #8D8D8D !important;
    z-index: 3;
}
.formstart-zipcode-label{
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    color: #8D8D8D !important;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}
.formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input:-moz-placeholder {
    text-align: left;
    font-size: 12px;
    color: #8D8D8D;
}
.formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input:-ms-input-placeholder {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    color: #8D8D8D;
}
.formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input::-ms-input-placeholder {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    color: #8D8D8D;
}
.formstart-container .formstart-popup-container .formstart-age-container{
    border-top: none;
    border-bottom: 2px solid #07A3ED;
    border-left: none;
    border-right: 0px;
    border-radius: 0px;
}
.formstart-container .formstart-popup-container .formstart-age-container:before{
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    right: 10px;
    top: 50%;
    border: solid #07A3ED;
    border-radius: 2px;
    border-width: 0 3px 3px 0;
    padding: 5px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    z-index: 1;
}
.formstart-container .formstart-popup-container .formstart-age-container select{
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-weight: bold;
    font-size: 20px;
    padding-left: 40% !important
}
.formstart-container .formstart-popup-container .formstart-age-container select::-ms-expand , .formstart-container .formstart-popup-container select::-ms-expand {
    display: none;
} 
.formstart-container .formstart-popup-container .formstart-age-container select:focus, .formstart-container .formstart-popup-container .formstart-age-container select:active{
    outline: none;
    box-shadow: none;
}
.formstart-counter input{
    border-radius: 0px;
    height: 30px;
    color: #333;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.formstart-counter button{
    position: relative;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    background: #fff;
}
.formstart-container .formstart-form .formstart-radios-headline{
    color: #8D8D8D;
    font-size: 12px;
}
.formstart-age-container select {
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
}
.formstart-error{
    display: none;
    color: #f00;
    font-size: 12px;
    bottom: -17px;
    min-width: 200px;
}
.formstart-error.formstart-zip-mobile-error{
    bottom: -10px;
}
.error-border{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #f00 !important;
}
.good_driver_tip{
    display: none;
    font-size: 12px;
    text-align: left;
    background: #EAEAEA;
    text-shadow: none;
    padding: 5px;
    margin-top: 10px;
    line-height: 16px;
    
}
.good_driver_tip span{
    font-weight: bold;
}
.good_driver_tip p{
    margin: 2px 0;
}
.driver_tip_icon{
    font-size: 18px;    
    color: gray;
    font-weight: normal;
    position: absolute;
    left: 0;
    margin-left: 144px;
    top: 5px;
}
.formstart-container .form-group {
    margin-bottom: 1rem;
}
/*END formstart*/
@-moz-document url-prefix() {
    .formstart-container .formstart-popup-container .formstart-age-container select{
        padding: 0px !important;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    .formstart-container .formstart-popup-container .formstart-age-container select{
        padding: 0px !important;
        text-align-last: center;
    }
}

@media (min-width:768px) {
    .formstart-age-container select {
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
    }
    .error-border{
        border: 1px solid #f00 !important;
    }
    .formstart-container{
        position: relative;
        background: url('/images/mega_page/mega_form_start_bg_image.jpg') #003d5c no-repeat;
        height: 150px;
        background-position: 100%;
        top: auto;
        bottom: auto;
        z-index: 0;
    }
    .formstart-container form label{
        color: #fff;
        width: auto;
        padding: 0px;
        font-size: 15px;
        user-select: none;
    }
    .formstart-radios-container .formstart-radios-label:before, .formstart-radios-container .formstart-radios-label:before, .formstart-radios-container input[type=checkbox]:checked+.formstart-radios-label:before{
        content: " ";
        display: inline-block;
        position: absolute;
        top: 49%;
        left: -19px;
        right: auto;
        margin: 0px;
        width: 19px;
        height: 19px;
        border-radius: 0px;
        border: 1px solid #FFF;
        background-color: #fff;
        transform: translateY(-50%);
    }
    .formstart-radios-container input[type=checkbox]:checked+.formstart-radios-label:after, .formstart-radios-container input[type=checkbox]:checked+.formstart-radios-label:after{
        content: " ";
        border-radius: 0px;
        width: 7px;
        height: 17px;
        position: absolute;
        border: solid #0057A0;
        border-width: 0 3px 3px 0;
        top: 49%;
        left: -13px;
        right: auto;
        background: transparent;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
    .formstart-radios-container .formstart-submit{
        background: linear-gradient(to right,#00b1d8,#00ca98);
    }
    .formstart-radios-container .formstart-submit:hover{
        background: linear-gradient(to right,#00ca98, #00b1d8);
        color: #fff;
    }
    .formstart-container .formstart-popup-container{
        position: relative;
        height: auto;
        width: inherit;
        background: transparent;
        max-width: 1110px;
    }
    .formstart-container .formstart-form{
        background: transparent;
        overflow: hidden;
    }
    .col-12 .formstart-radios-container{
        padding: 0px 0px 0px 27px;
    }
    .col-12 .formstart-radios-container:nth-child(2){
        padding-left: 19px !important;
    }
    .formstart-container .formstart-popup-container select, .formstart-container .formstart-popup-container .formstart-age-container select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        border-radius: 0px;
        padding: 7px !important;
    }
    .formstart-container .formstart-popup-container .formstart-age-container select{
        font-weight: 400;
        font-size: 17px;
        padding-left: 10px !important;
        text-align-last: left;
    }
    .formstart-container .formstart-popup-container select option, .formstart-container .formstart-popup-container .formstart-age-container select option{
        font-size: 12px;
    }
    .formstart-container .formstart-popup-container .formstart-zip-container:before{
        background: transparent;
        background-position: center;
        height: 0px;
        width: 0px;
        right: auto;
        top: auto;
        transform: none;
        z-index: 0;
    }
    .formstart-container .formstart-popup-container .formstart-age-container:before{
        content: '';
        position: absolute;
        height: 0px;
        width: 0px;
        right: 18px;
        top: 50%;
        border: solid;
        border-radius: 0px;
        border-width: 5px 4px 0 4px;
        border-color: #000 transparent transparent transparent;
        padding: 0px;
        transform: rotate(0deg) translateY(-50%);
        -webkit-transform: rotate(0deg) translateY(-50%);
        z-index: 1;
    }
    .formstart-container .carrier-select-container:before{
        content: '';
        position: absolute;
        height: 0px;
        width: 0px;
        right: 10px;
        top: 50%;
        border: solid;
        border-radius: 0px;
        border-width: 5px 4px 0 4px;
        border-color: #000 transparent transparent transparent;
        padding: 0px;
        transform: rotate(0deg) translateY(-50%);
        -webkit-transform: rotate(0deg) translateY(-50%);
        z-index: 1;
    }
    .formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input{
        font-weight: 400;
    }
    .formstart-container .formstart-popup-container .formstart-age-container, .formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input{
        border-bottom: none;
        text-indent: 10px;
        text-align: left;
    }
    .formstart-container .formstart-popup-container select, .formstart-container .carrier-select-container, .formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input{
        height: 45px;
        font-size: 17px;
        color: #393939;
    }
    .formstart-popup-container .formstart-form .formstart-submit{
        background: linear-gradient(to right,#00b1d8,#00ca98);
        height: 45px;
        max-width: 205px;
    }
    .formstart-popup-container .formstart-form .formstart-submit:hover{
        background: linear-gradient(to right,#00ca98, #00b1d8);
        color: #fff;
    }
    .formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input::placeholder {
        font-size: 16px;
    }
    .formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input::-moz-placeholder {
        font-size: 16px;
    }
    .formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input:-ms-input-placeholder {
        font-size: 16px;
    }
    .formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input::-ms-input-placeholder {
        font-size: 16px;
    }
    .formstart-container .formstart-popup-container .formstart-desktop-headline{
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .stop-formstart-body-popup{
        overflow: auto;
    }
    .formstart-container .formstart-popup-container .formstart-age-container select::-ms-expand , .formstart-container .formstart-popup-container select::-ms-expand {
        display: none;
    } 
}
@media (max-width:767px){
    .formstart-container .formstart-form{
        margin-top: 90px !important;
    }
}
@media (min-width:996px) and (max-width:1024px) {
    .formstart-container .formstart-form{
        padding-left: 25px !important;
    }
}
@-moz-document url-prefix() {
    .formstart-container .formstart-popup-container .formstart-zip-container .formstart-zip-input::placeholder {
        line-height: 30px;
    }
}