.elementor-573 .elementor-element.elementor-element-1b0e057{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}#elementor-popup-modal-573{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-573 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-573 .dialog-close-button{display:flex;}#elementor-popup-modal-573 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-b483d54 */.quote-form{
    width:100%;
}

.quote-form .cf7-row{
    display:flex;
    gap:20px;
    margin-bottom:18px;
}

.quote-form .cf7-field{
    flex:1;
}

.quote-form .full-width{
    width:100%;
}

.quote-form label{
    display:block;
    font-size:11px;
    margin-bottom: 8px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#7c869b;
}

.quote-form label span{
    color:#ff4a4a;
}

.quote-form .wpcf7-form-control-wrap{
    display:block;
}

.quote-form input,
.quote-form select,
.quote-form textarea{
    width:100%;
    padding:16px 18px;
    border:1px solid #d9e1ec;
    border-radius:14px;
    background:#fff;
    color:#24324a;
    font-size:16px;
    outline:none;
    box-sizing:border-box;
    transition:.3s;
}

.get-a-quote-popup.e-flexbox-base {
    padding: 30px;
    flex-direction: column;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus{
    border-color:#0b2f73;
}

.quote-form textarea{
    height:120px;
    resize:vertical;
}

.quote-form select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230b2f73' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 18px center;
    padding-right:50px;
}

.quote-form input[type="submit"]{
    width:100%;
    background:#ff4b4b;
    color:#fff;
    border:none;
    border-radius:14px;
    padding:18px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.cf7-field p {
    margin-bottom: 0;
}

p  br{
    display: none;
}

.quote-form input[type="submit"]:hover{
    background:#e63d3d;
}

@media(max-width:767px){

    .quote-form .cf7-row{
        flex-direction:column;
        gap:16px;
    }

    .quote-form input[type="submit"]{
        font-size:16px;
        padding:16px;
    }

}/* End custom CSS */