
.contact-section    .form-control {
    border: 1px solid #dee2e6 !important;
    border-radius: 4px
}

.contact-section  .form-control:focus {
    border-color: var(--color-red) !important;
    outline: 0;
}

.padding-section-contact{
    padding:60px 0
}
.contact-section .gy-4 {
    --bs-gutter-y: 1.5rem;
}

@media (min-width: 768px) {

    .contact-section    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}



.contact-section    .border {
    border: 1px solid #dee2e6 !important;
}

.contact-section .rounded-8 {
    border-radius: 8px !important;
}

.contact-section .fw-bold {
    font-weight: 600 !important;
}
.contact-section h4{
    color: var(--color-red);
}
.contact-section  .bg-white {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}

@media (min-width: 576px) {
    .contact-section   .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .contact-section  .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

}

@media (min-width: 768px) {
    .padding-section-contact{
        padding:20px 0
    }
    .contact-section  .align-items-md-center {
        align-items: center !important;
    }

    .contact-section .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .contact-section   .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .contact-section  .justify-content-xl-center {
        justify-content: center !important;
    }
}

.contact-section  .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.contact-section .text-primary-cyan {
    color: var(--color-green) !important
}
