/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 05 2026 | 23:37:55 */
.row-2{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-bottom:15px;
}

.row-4{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:15px;
    margin-bottom:20px;
}

.row-2 input,
.row-4 input{
    width:100%;
    background:#e9edf5;
    border:none;
    padding:18px;
    font-size:16px;
    border-radius:0;
}

.transport-options{
    margin:15px 0 25px;
}

.transport-options .wpcf7-list-item{
    margin-right:20px;
    margin-left:0;
}

.wpcf7-submit{
    background:#ff1e00 !important;
    color:#fff !important;
    border:none !important;
    padding:18px 45px !important;
    border-radius:40px !important;
    font-size:18px !important;
    font-weight:700 !important;
    cursor:pointer;
}

h4{
    margin:15px 0 10px;
    font-size:18px;
    font-weight:500;
}

@media(max-width:767px){

    .row-2,
    .row-4{
        grid-template-columns:1fr;
    }

}