﻿@media (orientation: landscape) {
    .gv {
        width: 65%;
    }
}

.contact-formwrap {
    contact-form-contentgap: 20px 24px;
    display: unset;
}

.contact-form-wrapper {
    background-color: var(--white);
    border-radius: 20px;
    padding: 12px 0px 35px 0px;
    display: flex;
    gap: 40px 40px;
    align-items: center;
    justify-content: space-evenly;
}
.search1 {
    padding-left: unset;
    text-align: center
}
.search2 {
    direction: rtl;
}
.search3 {
    margin-top: 0px;
}
.search4 {
    text-align: center
}
.search5 {display: flex;padding: 1%;}
.search6 {text-align: right;}
.search7 {
    display: flex;
    gap: 25px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    direction: rtl;
}