@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    font-family: "Outfit", sans-serif;
}

.contact .content .form-heading h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0;
}

.contact .content {
    width: 70%;
    margin: 0 auto;
}

.contact .content .form-section .form-control:focus,
.contact .content .form-section .form-select:focus {
    border-color: #000;
    box-shadow: none;
    background-color: #fafafa;
}

.contact .content .form-section .form-control::placeholder {
    color: #bfbfbf;
    font-weight: 500;
}

.contact .content .form-section .form-control,
.contact .form-section .form-select {
    background-color: #fafafa;
    border-color: rgba(101, 104, 108, 0.3);
    color: #000;
    font-weight: 500;
    border-width: 2px;
    padding-left: 15px;
    padding-left: 20px;
}

.contact .form-section .form-label {
    font-weight: 600;
    color: #000000e3;
}

.contact .send-button {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding: 10px;
}

.contact .send-button span i {
    margin-left: 8px;
    transform: rotate(320deg);
    font-size: 20px;
}

.contact .location-content span {
    font-size: 15px;
    color: #65686c;
    font-weight: 600;
    margin-bottom: 7px;
}

.contact .location-content p {
    font-size: 18px;
    color: #65686c;
    font-weight: 600;
}

.contact .location-content h3 {
    font-weight: 600;
}

.contact .address-col {
    padding-right: 50px;
    margin-bottom: 40px;
}

.contact .address-col h6 {
    font-size: 18px;
    color: rgb(190, 35, 40) !important;
    font-weight: 700;
}

.contact .address-col i {
    color: #65686c;
}

.contact .address-col a {
    font-size: 15px;
    font-weight: 600;
    color: #65686c;
    margin-bottom: 6px;
    text-decoration: none;
}

.contact .address-col span {
    font-size: 14px;
    font-weight: 700;
    color: #65686c;
}

.contact .submit-button {
    margin-top: 3rem;
}

.locat-botom-img {
    margin-top: 20px;

}

.location-column {
    height: 14rem
}

@media only screen and (max-width:767px) {
    .contact .content {
        width: 100%;
    }

    .container.contact {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }

    .contact .content .form-heading h2 {
        font-size: 30px;
        text-align: center;
    }

    .contact .row .col {
        width: 100%;
        flex: auto;
    }

    .contact .content .row .col.submit-button {
        margin-top: 0;
    }

    .locat-botom-img {
        margin-bottom: 30px
    }

    .location-column {
        height: auto
    }
}

@media only screen and (min-width:768px) and (max-width:1300px) {
    .container.contact {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }

    .contact .content {
        width: 100%;
    }

    .location-column {
        height: auto
    }
}