/* ===============================
   Quote Form Section
================================ */

.bg-custom{
    background:#970000;
    border-radius:0px;
}

.text-custom{
    color:#970000;
}

.border-pulse{
    width:70px;
    height:4px;
    background:#970000;
    border-radius:20px;
}

.btn-custom{
    background:#970000;
    color:#fff;
    border:none;
    padding:12px 30px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.btn-custom:hover{
    background:#ffc107;
    color:#000 !important;
}

.border-label{
    position:relative;
}

.border-label label{
    position:absolute;
    left:15px;
    top:-11px;
    background:#fff;
    padding:0 8px;
    font-size:14px;
    color:#333;
    font-weight:500;
    z-index:2;
}

.border-label input,
.border-label select{
    width:100%;
    height:56px;
    border:1px solid #d9d9d9;
    border-radius:12px;
    padding:15px;
    font-size:16px;
    background:#fff;
    box-shadow:none;
}

.border-label input:focus,
.border-label select:focus{
    border-color:#970000;
    box-shadow:0 0 0 3px rgba(151,0,0,.12);
    outline:none;
}

#quoteform h3{
    font-size:36px;
    font-weight:700;
    line-height:1.35;
}

.text-justify{
    text-align:justify;
}

@media (max-width:991px){

    #quoteform h3{
        font-size:28px;
    }

}

@media (max-width:767px){

    #quoteform h3{
        font-size:22px;
    }

    .btn-custom{
        width:100%;
    }

    .border-label input,
    .border-label select{
        height:52px;
    }

}

/* ===============================
   reCAPTCHA widget
=============================== */

.aic-recaptcha-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:14px 0 18px !important;
    padding:10px;
    background:#fafafa;
    border:1px solid #eee;
    border-radius:12px;
    clear:both;
    transform:scale(0.92);
    transform-origin:center;
}

.aic-recaptcha-wrap .g-recaptcha{
    width:auto !important;
    max-width:100%;
    overflow:hidden;
}

.aic-recaptcha-wrap .g-recaptcha iframe{
    max-width:100%;
}

@media (max-width:767px){
    .aic-recaptcha-wrap{
        transform:none;
        padding:8px 4px;
    }
}
