.contact-left{
    width: 40%;
    padding: 0px 15px;
}

.contact-right{
    width: 60%;
    padding: 0px 15px;
}
.contact-left .social-media{
    display: flex;
    margin-top: 30px;
}
.social-media a img{
    width: 38px;
    height: 38px;
    object-fit: contain;
    transition: var(--transition);
}
.social-media a img:hover{
    filter: brightness(0%);

}
.social-media a:not(:last-child){
    margin-right: 17px;
}
.contact-section{
    padding: 50px 0px 100px 0px;
}
.contact-form{
    max-width: 70%;
}
.contact-form .form-row input{
    font-size: 18px;
    padding: 12px 0px 12px 0px;
    margin-bottom: 17px;
    color: var(--black) !important;
}
.contact-form .form-row input::placeholder{
    font-size: 18px;
    text-transform: initial;
    color: var(--teal);
}
.contact-form .form-row label{
    font-size: 25px;
    color: var(--light-brown);
    margin-bottom: 30px;
    display: block;
}

.wpcf7-list-item {
    position: relative;
    line-height: normal;
    margin: 0px 25px 35px 0px;
}
.wpcf7-list-item input {
    position: absolute;
    display: none;
    color: #fff !important;

}
.wpcf7-list-item .wpcf7-list-item-label{
    padding: 8px 14px;
    text-transform: uppercase;
    border: 1px solid #B5B5B5;
    border-radius: 50px;
    color: var(--black);
    font-size: 16px;
    cursor: pointer;
}

.wpcf7-list-item input:checked + .wpcf7-list-item-label {
    background-color: var(--dark-brown);
    color: var(--white);
    border: 1px solid var(--dark-brown);
}
.services-list br{
    display: none;
}
.services-list .wpcf7-list-item label{
    margin-bottom: 0px;
}
.services-list{
    margin-bottom: 35px;
}
.services-list .wpcf7-checkbox{
    margin-bottom: -12px;
    display: flex;
    flex-wrap: wrap;
}
.submit-button input{
    background-color: transparent !important;
    border: 0px !important;
    padding: 0px 0px 0px 30px !important;
    font-size: 18px !important;
    color: var(--light-brown) !important;
    font-weight: 500;
    cursor: pointer;
    background-image: url(../images/button-arow-teal.svg) !important;
    background-repeat: no-repeat !important;
    transition: var(--transition);
    background-size: contain !important;
}
.submit-button input:hover{
    color: var(--black) !important;
}
.submit-button input:hover{
    background-image: url(../images/button-arow-black.svg) !important;
}
.submit-button{
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .contact-section .contact-section-right {
        padding-right: 0px;
    }
    .contact-section .contact-section-left{
        width: calc(45% - 40px);
    }
    .contact-section .contact-section-right {
        width: 55%;
    }
    .contact-form {
        max-width: 80%;
    }
}
@media (max-width: 991px) {
    .contact-section {
        padding: 30px 0px 80px 0px;
    }
    .contact-section .contact-section-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact-section .contact-section-right {
        width: 100%;
    }
    .contact-form {
        max-width: 100%;
    }
    .social-media a img {
        width: 30px;
        height: 30px;
    }
    .contact-left .social-media{
        margin-top: 25px;
    }
}
@media (max-width: 767px) {

    .contact-section .row{
        margin: 0px;
    }
    .contact-section .contact-section-left {
        margin-bottom: 10px;
    }
    .contact-form .form-row label {
        font-size: 20px;
    }    
    .wpcf7-list-item{
        margin: 0px 12px 30px 0px;
    }
    .wpcf7-list-item .wpcf7-list-item-label{
        font-size: 15px;
    }
    .contact-form .form-row input {
        font-size: 20px;

    }
    .contact-form .form-row input::placeholder{
        font-size: 18px;
    }
    .contact-left {
        width: 100%;
        padding: 0px;
        margin-bottom: 30px;
    }
    .contact-right {
        width: 100%;
        padding: 0px;
    }    
    .contact-left .social-media {
        margin-top: 15px;
    }
}