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

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

@media (max-width: 767px) {
    .services_categories {
        margin-top: 0;
    }
    .book-now-home .form-group.service-type_col {
        width: 100%;
    }
    .exmple-text {
        margin-left: 0;
    }
    .services_categories .owl-nav {
        right: 10%;
    }
}

@media (max-width:575px) {
    .book-now-home .form-group.service-type_col {
        width: 100%;
    }
    .exmple-text {
        margin-left: 0;
    }
    .services_categories .owl-nav {
        display: none;
    }
}

@media only screen and (min-width:320px) and (max-width: 567px) {
    .book-now-home .form-group.service-type_col {
        width: 100%;
    }
    .exmple-text {
        margin-left: 0;
    }
    .services_categories .owl-nav {
        display: none;
    }
}