.search-button {
    cursor: pointer !important;
    padding: 8px 20px !important;
    letter-spacing: 1px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #000 !important;
    transition: .5s !important;
    border-radius: 2px !important;
    border: none !important;
    width: 100% !important;
    background-color: #5ddf5d !important;
}
.our-service img{height: 224px;}
.post_req_btn{background-color: #059fe6;}
@media (max-width: 480px) {
.map {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.search_property_btn{float: right;}
}