@media only screen and (max-width: 991px) {
    .mobile-nav .logo {
        top: 0;
    }
    .explore-content .default-btn {
        margin-left: 32%;
    }
}
@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content h2 {
        margin-bottom: 5em;
    }
    .single-widget h3, .single-widget ul li {
        text-align: center;
    }
    .flaticon-envelope {
        display: none;
    }
    .single-widget {
        text-align: center;
    }
    .exclusive-area-two .exclusive-img.bg-3, .exclusive-area-two .exclusive-img.bg-4, .exclusive-area-two .exclusive-img.bg-5, .exclusive-area-two .exclusive-img.bg-6 {
        background-size: cover;
    }
    .exclusive-area-two .exclusive-img {
        height: 350px;
    }
    .explore-content .default-btn {
        margin-left: 23%;
    }
}
