@charset "UTF-8";

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {

    .mobil-menu-content {
        width: 100%;
    }

    .icon-bars-solid {
        display: block !important;
    }

    .mds {
        display: none !important;
    }

    .cs-p {
        margin-bottom: 5px;
    }

    .custom-input-bar {
        border-radius: 5px !important;
    }

    .dls {
        margin-left: 5px;
    }

    .cp-city {
        font-size: 12px;
    }

    .search-btn {
        margin-left: 0 !important;
    }

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 575px) {
    .srent {
        padding: 25px;
    }
}

@media only screen and (max-width: 380px) {

}

