/* general styles */
.hidden {
    display: none;
}
.zixty-quote-form {
    margin: auto;
    width: 100%;
    max-width: 600px;
}
.zixty-quote-form h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.zixty-quote-form .info {
    width: 100%;
    padding: 0rem 1rem;
    margin: 0.75rem auto;
    background-color: #eff6ff;
    border: 1px solid #dbe9fe;
    border-radius: 0.375rem;
    color: rgb(107, 114, 128);
    font-size: 0.875rem;
}
.zixty-quote-form .info p {
    line-height: 1.25rem;
    padding: 15px 0px;
    text-align: left;
}
.zixty-quote-form .vrm {
    background: rgb(243, 244, 246);
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    width: 100%;
    display: flex;
}
.zixty-quote-form .vrm .vrm-uk {
    background: rgb(36, 87, 197);
    padding: 0.5rem;
    margin: 0.75rem auto;
    border: 1px solid rgb(36, 87, 197);
    border-radius: 0.375rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-flow: column;
    width: 50px;
    padding-bottom: 0px;
}
.zixty-quote-form .vrm .vrm-uk img {
    width: 100%;
    max-height: 10px;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin-top: 3px;
    margin-bottom: 3px;
}
.zixty-quote-form .vrm .vrm-uk span {
    font-size: 0.875rem;
}
.zixty-quote-form .vrm input {
    width: 94%;
    padding: 0.25rem 0.75rem;
    border: 1px solid #cccccc;
    border-radius: 0.375rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    margin: 0.75rem auto;
    font-size: 1rem;
    outline: none;
}
.zixty-quote-form .vrm input:focus {
    border: 1px solid #cccccc;
    border-left: none;
}
.zixty-quote-form .terms {
    padding: 0rem 0rem;
    margin: 0.75rem auto;
    color: #595959;
    font-size: 0.875rem;
    text-align: center;
}
.zixty-quote-form .terms a {
    color: #8bb031;
    text-decoration: none;
}
.zixty-quote-form .action {
    width: 100%;
    text-align: center;
}
.zixty-quote-form .action .btn-submit {
    background-color: #a5cd39;
    color: #fff;
    padding: 15px 25px;
    border: none;
    border-radius: 9999px;
    font-size: 16px;
    cursor: pointer;
    margin: 0.75rem auto;
    font-weight: bold;
}
.zixty-quote-form .vehicle-registration .action .btn-submit:hover {
    background-color: #8bb031;
}

/* responsive for mobile */
@media (max-width: 768px) {
    .zixty-quote-form {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .zixty-quote-form h2 {
        font-size: 20px;
    }
    .zixty-quote-form .vehicle-registration input {
        width: 86%;
    }
}
