.contact-us {
    margin-top: 50px;
    padding: 4% 5%;
    background: url('../images/a2.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(3, 89, 115, 0.88), rgba(3, 89, 115, 0.88)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66));
}

.contact-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    gap: 5%;
}

.contact-left {
    width: 47%;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: -100px;
    box-shadow: 0px 15px 36px 0px #00000040;
}

.contact-right {
    width: 47%;
    /* padding: 20px; */
}
.contact-right h3{
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    font-size: 25px;
}
.input-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 5%;
    margin-bottom: 30px;
}

.input-field input {
    width: 50%;
    padding: 5px 10px;
    border: 1px solid #000;
}

.input-field select,
textarea {
    width: 100%;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #000;
}

.contact-us-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 24px;
    background: var(--main-clr);
    border-radius: 100vw;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 600;
}

.contact-us-btn button img {
    width: 20px;
    height: 20px;
}

.review-section {
    background: #008666;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden!important;
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.review-header img {
    width: 70px!important;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.review-header div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    justify-content: flex-start;
    font-size: 14px;
}

.review-header div p:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
}
.msg{
    padding: 20px 0px;
    color: #fff;
    font-size: 15px;
}












@media (width <=700px) {
    .contact-content{
        flex-direction: column-reverse;
        gap: 10%;
    }
    .contact-left , .contact-right{
        width: 100%;
    }
    .contact-right{
        padding-bottom: 20px;
    }
}



/* dot remove */

