/* Exclusive Home page responsive MQ CSS last updated by NK on 04-04-2023 at 16:11 Hours */

@media only screen and (max-width: 768px) {
    section.banner-section {
        height: auto;
        margin-bottom: 30px;
    }

    section.banner-section .banner-text-content {
        top: 18%;
    }

    section.banner-section .banner-text-content p {
        font-size: 16px;
    }

    section.banner-section .banner-text-content button.banner-btn {
        width: 12em;
        font-size: 15px;
    }

    section.banner-section .banner-wrapper {
        height: 90vh !important;
    }

    .section-title h2 {
        width: auto;
        left: 0;
    }

    .btn-blue {
        font-size: 15px !important;
        width: 15em !important;
    }

    .giffy-chekin-text {
        width: 85%;
    }

    section.quick-contact .contact-query,
    section.quick-contact .contact-phone {
        margin-left: 0;
        margin-top: 30px;
    }

    .footer-wrapper section.footer article.footer-flex-container a.footer-icon-wrapper-item {
        max-width: 18%;
    }
}