.free-quote-section {
    background-color: #1f1f1f;
    padding-top: 100px;
    padding-bottom: 125px;
    overflow: hidden;
}
.free-quote-section  .block-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}
.free-quote-info,
.free-quote-form {
    width: 50%;  
    padding-right: 3%;
    box-sizing: border-box;
}
.free-quote-info h2 {
    color: #ffffff;
}
.free-quote-form label {
    color: #1f1f1f!important;
    font-weight: 400!important;
}
.free-quote-info p {
    color: #898989;
    font-weight: 300;
}
.free-quote-form .wpcf7-form {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 12px;
}
.free-quote-form .wpcf7-form label,
.free-quote-form .wpcf7-form span,
.free-quote-form .wpcf7-form input,
.free-quote-form .wpcf7-form select,
.free-quote-form .wpcf7-form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.free-quote-form .wpcf7-form select {
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid #e1e4e7;
}
.free-quote-form .wpcf7-form option {
    appearance: none!important; 
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    padding: 16px 20px!important;
}
.free-quote-form .wpcf7-form select:hover {
    cursor: pointer;
}
.free-quote-form .wpcf7-form input {
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid #e1e4e7;
}
.free-quote-form .wpcf7-form textarea {
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid #e1e4e7;
}
.free-quote-form .wpcf7-form span {
    margin-top: 10px;
}
.free-quote-form .wpcf7-form h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 40px; 
}
.free-quote-form .wpcf7-form h2 span {
    font-size: 40px; 
    width: auto!important;
    display: inline-block;
    color: #5044eb;
}
.have-file input {
    border: none!important;
    padding-left: 0!important;
}
.free-quote-form .wpcf7-submit {
    width: auto!important;
    background-color: #5044EB;
    color: #ffffff!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    border: none!important;
    font-size: 12px!important;
    letter-spacing: 2px;
    font-family: "Albert Sans", sans-serif!important;
}
.free-quote-form .wpcf7-submit:hover {
    background-color: #3a30c7;
}
.free-quote-form .wpcf7-submit:hover {
    cursor: pointer;
}
.codedropz-upload-wrapper span {
    margin-top: 0!important;
}
.codedropz-upload-inner h3 {
    font-size: 20px!important;
}
.dnd-upload-counter {
    display: none!important;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: #5044EB!important;
}
.codedropz-upload-container {
    background-color: #f4f4f4!important;
}
.wpcf7-spinner {
    display: none!important;
}
.free-quote-info span {
    font-weight: 600;
    color: #ffffff;
}
@media only screen and (max-width: 1050px) { 
    .free-quote-info h2 { 
        font-size: 2.8rem!important;
    }
}
@media only screen and (max-width: 900px) { 
    .free-quote-section .block-container {
        flex-direction: column;
    }
    .free-quote-info,
    .free-quote-form {
        width: 100%;
        padding-left: 7%;
        padding-right: 7%;
    }
    .free-quote-info {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 800px) { 
    .free-quote-info,
    .free-quote-form {
        padding-left: 3%;
        padding-right: 3%;
   }
   .free-quote-form .wpcf7-form {
        padding: 35px;
   }
   .free-quote-form h5 {
        margin-bottom: 35px;
   }
}
@media only screen and (max-width: 650px) { 
    .free-quote-info,
    .free-quote-form {
        padding-left: 1.5%;
        padding-right: 1.5%;
   }
   .free-quote-form .wpcf7-form {
        padding: 20px;
   }
}

@media only screen and (max-width: 500px) { 
    .free-quote-info h2 { 
        font-size: 2.1rem!important;
    }
    .free-quote-form .wpcf7-form h5,
    .free-quote-form .wpcf7-form h5 span  { 
        font-size: 1.8rem!important;
    }
}