button#contactussend {
    width: 100%;
    height: 45px;
}
form#contactus {
    font-family: 'Poppins';
}

.g-5 {
    gap: 15px;
}
.verifyMobile, .lables , .verifyEmail{
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 12.5px;
    transform: translate(0, -50%);
}
.contact-us-body {
    margin-top: 75px;
    padding: 20px 60px;
    margin-bottom: 35px;
}
.contact-us-body .wrap {
    position: relative;
    width: auto;
    display: flex;
    justify-content: flex-end;
    margin: 40px;
}
form .input-box {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
form .input-box input{
    height: 30px !important;
    border-radius: 6px;
    border: 1px solid silver;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 0 15px;
    font-size: 14px;
    font-family: 'Poppins';
}
form .input-box textarea {
    border-radius: 8px;
    border: 1px solid silver;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 15px;
    font-size: 14px;
    font-family: 'Poppins';
}
button#send {
    width: 100%;
    height: 45px;
    font-size: 18px;
    margin: 15px 0;
}
.contact-us-body h3 {
    font-size: 25px;
    margin: 0px 0px 25px;
}
.left-div {
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 10px -5px #4e4e4e;
    max-width: 450px;
    width: 40%;
    min-width: 300px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-height: 600px;
}
.right-div {
    max-width: 1000px;
    width: 80%;
    min-height: 500px;
    background: linear-gradient(89deg, #fff2f2, #f0c5c5);
    border-radius: 12px;
    padding: 60px;
    display: flex;
    justify-content: flex-end;
}
.contact-us-details {
    max-width: 800px;
    width: calc(100% - 430px);
    min-width: 300px;
}
.left-div h4, .right-div h4 {
    font-size: 22px;
    margin: 0px 0px 20px;
}
span.heading {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.right-div .contact-us-details .rows {
    margin-bottom: 30px;
}
.right-div .contact-us-details ul {
    list-style: none;
    margin: 10px 0;
}
.right-div .contact-us-details ul li {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    color: #525252;
}
.right-div .contact-us-details ul li span{
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}
a.social-media {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    margin: 0px 10px 10px;
}
.map-box {
    position: relative;
     margin: 100px 40px;
    background: #e1e1e1;
    border-radius: 12px;
    overflow: hidden;
}
.locations {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    overflow: auto;
    width: 92%;
}
div#map {
    height: 400px;
}
button.location-city {
    padding: 5px 14px;
    border: none;
    box-shadow: 0 1px 16px -6px #c7c7c7;
    margin: 0px 10px 10px 0px;
    min-width: 130px;
    height: 40px;
    border-radius: 32px;
    background: #ffffff;
    color: var(--house-color);
    font-size: 14px;
    font-weight: 500;
}
@media screen and (min-width: 1560px) {
    .contact-us-details{
        width: 90%;
        max-width: 80% !important;
    }
}
@media screen and (max-width: 1000px) {
   .contact-us-body .wrap{
       margin:5%;
   }
}
@media screen and (max-width: 950px) {
    .contact-us-body .wrap {
        margin: 0;
    }
  .left-div {
        width: 50%;
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
    }
    .right-div {
        width: 100%;
        justify-content: flex-end;
        flex-direction: column;
    }
    .contact-us-body .wrap {
        justify-content: center;
        flex-wrap: wrap;
        gap:2.5rem;
    }
    .contact-us-details {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    div#map {
        height: 300px;
    }
    .map-box {
        margin: 100px 30px;
    }
    .contact-us-body {
        padding: 20px 30px;
    }
    .right-div {
        padding: 30px;
    }
}
/*@media screen and (max-width: 1200px) {*/
/*   .contact-us-details {*/
/*        max-width: 55%;*/
/*        width: calc(calc(100% - 60px) - 430px);*/
/*        min-width: 300px;*/
/*    }*/
/*}*/