@media (max-width: 1900px) {
    .floating .phone-header {
        width: 100%;
        right: -96%;
    }
}

@media (max-width: 767px) {
    .slide-home-02 .slide-wrap img {
        min-height: 150px;
    }
}

@media (max-width: 1500px) {
    .floating .phone-header {
        width: 100%;
        right: -95%;
    }
}

@media (max-width: 1024px) {
    .owl-slick .slick-arrow {
        top: 85%;
        display: block !important;
    }

    .owl-slick .slick-arrow.prev {
        left: auto !important;
        right: 55px !important;
    }
}

@media (max-width: 630px) {
    .floating .phone-header {
        width: 100%;
        right: -87%;
    }
}

@media (max-width: 530px) {
    .floating .phone-header {
        width: 100%;
        right: -85%;
    }
}

@media (max-width: 429px) {
    .floating .phone-header {
        width: 100%;
        right: -82%;
    }

    .floating .phone-header .phone-number p:last-child {
        font-size: 20px;
    }
}