@media only screen and (max-device-width: 768px) {
    .search_form {
        width: auto;
    }

    .header_loyaut .p-5 {
        padding: 0 !important;
    }

    .call-to-action_btn {
        flex-direction: column;
    }

    .filters {
        min-height: auto;
    }

    .first_detail .info-broker {
        flex-direction: column;
    }

    .first_detail .info-broker .broker_img {
        width: auto;
    }

    .first_detail .info-broker .broker_info {
        width: 100% !important;
        text-align: center;
    }

    .search_header {
        padding-top: 20px !important;
    }

    h4,
    .h4 {
        font-size: calc(1.05rem + .3vw);
    }

    .property-h h1 {
        font-size: calc(1.225rem + 2.1vw) !important;
    }

    .single-header {
        padding: 0px !important;
    }

    .property-h {
        padding-top: 50px !important;
        padding-bottom: 20px !important;
    }

    .property-h .breadcrumb {
        font-size: 85%;
    }

    .share {
        margin-top: 1.5rem !important;
    }

    .ilan-ozel {
       width: 30%;
    }
}