@media screen and (max-width: 992px) {
    .contact-top {}
}

@media (max-width: 768px) {
    .contact-top {}
}

@media (max-width: 425px) {
    .contact-top {}
    .main-slider-content {
        left: 50px;
        zoom: .7;
    }
    .title-icons .utf-category-box-icon-item {
        height: 80px;
        width: 80px;
    }
    .ot-tabs .tabs-heading {
        overflow: scroll hidden;
        white-space: nowrap;
        margin: auto;
        width: 100%;
        display: flow-root;
    }
    .ot-tabs .tab-link,
    .ot-tabs .tab-link:hover {
        display: inline-block;
    }
    .donate-list {
        overflow: scroll hidden;
        white-space: nowrap;
        display: inherit;
    }
    .donate-list li {
        display: inline-block;
    }
    .menu-icon-links {
        overflow: scroll hidden;
        white-space: nowrap;
        display: inherit !important;
    }
    .menu-icon-links li {
        display: inline-block;
    }
    .owl-theme .owl-nav [class*='owl-'] {
        position: inherit;
    }
    .banner-slider .owl-nav [class*='owl-'] {
        position: absolute;
        right: -5px;
    }
    .banner-slider .owl-nav .owl-next {}
    .banner-slider .owl-nav .owl-prev {
        left: 0px;
    }
    .footer-v1 {
        padding: 80px 0 200px 0;
        background-size: auto;
    }
    .services-v3 {
        padding: 20px 0 100px 0;
    }
}

@media (max-width: 375px) {
    .contact-top {}
}

@media (max-width: 320px) {
    .contact-top {}
}