@media screen and (max-width:640px) {
.reozone_banner h1 {
    font-size: 35px;
    font-family: "Righteous", serif;
    font-weight: 400;
    font-style: normal;
}
.btn_popular {
    font-size: 11px;
    margin: 21px 9px;
}
nav .menu-btn {
    font-size: 35px;
    display: block !important;
    color: #01535D;
  }
  nav ul {
    position: fixed;
    top: 90px;
    left: -100%;
    background-color: #195f69;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 100;
    text-align: center;
    padding: 0;
    transition: all 0.5s ease-in-out;
}
.terrace_call_btn {
    filter: brightness(0)invert(1);
}

.exploring_our_listings h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}
.exploring_our_listings h5 {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
}
.property_listing_content h5{
    font-size: 15px;
}
.property_listing_content p{
    font-size: 13px;
}
.reozone_col_properties_media{
    margin-top: 40px;
}
.properties_by_cities h1 {
    font-size: 35px;
    font-weight: 700;
}
.featured_projects h1 {
    font-weight: 700;
    font-size: 35px;
}
.featured_projects .card {
    border-radius: 10px;
    border: none;
    margin-top: 40px;
}
.apartments_explore .card img {
    display: block;
    margin: auto;
    width: auto;
}   
.apartments_explore .card h5 {
    text-align: center;
}
.apartments_explore .card p {
    color: #fff;
    text-align: center !important;
    font-size: 14px;
}
.apartments_explore h1 {
    text-align: center;
    color: #ffff;
    font-size: 35px;
    font-weight: 700;
}
.meet_our_team_div h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}
.meet_our_team_div .card {
    height: auto;
    padding: 30px;
    border-radius: unset;
    border-bottom-right-radius: 56px !important;
}
.contactme_details .card {
    padding: 20px;
    border-radius: 20px;
    border: unset;
    margin-top: 30px;
    margin-bottom: 40px;
}
.ownwer_info {
    display: block;
    align-items: center;
    justify-content: center;
    margin: unset;
}
.meet_our_team_div img {
    /* width: 100%; */
    height: 500px;
    /* object-fit: cover; */
    margin-top: 40px;
    border-radius: 20px;
}
.real_estate_form img{
    width: 100%;
    margin-top: 40px;
}
.customer_testmonials h1 {
    font-size: 31px;
    font-weight: 500;   
}
.sell_property .card {
    margin-top: 51px;
}
.carousel-control-next {
    right: -9px;
}
.carousel-control-prev {
    left: -9px;
}
.about_us_sec h5 {
    font-size: 13px;
}
.card_one_reo {
    border-radius: 15px;
    margin-bottom: 10px !important;
}
.card_two_reo {
    background-color: #094049;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 10px !IMPORTANT;
}
.dropdown-menu {
    border: 3px solid #eff3f9 !important;
    left: 0 !important;
    /* right: 12%; */
    top: 13% !important;
    width: auto;
    border-radius: 10px;
    /* background-color: #FFEB3B; */
}
button#megamenu {
    background: transparent;
    border: unset;
    color: #fff;
    font-size: 15px;
    padding-left: 0;
    font-weight: 600;
}
}