@media(max-width:1599px) {}

@media(max-width:1399px) {
    .theme-ftr h3 {
        font-size: 20px;
    }
}

@media(max-width:1199px) {
    .aluna-cta-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .explore-btn {
        font-size: 18px;
    }
    .our-molecular-content h2,
    .aluna-cta-section h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
}

@media(max-width:991px) {
    .hmg-header .header-logo img {
        width: 50px;
    }
    .home-page-hero-slider-inr h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .our-molecular-content {
        padding: 30px;
    }
    .our-molecular-content p {
        font-size: 16px;
    }
    .hmg-header .header-logo {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:767px) {
    .footer-logo-col {
        text-align: left;
    }
    .footer-logo-col img {
        height: 100px;
    }
    .home-page-hero-slider-inr {
        padding-top: 150px;
        padding-bottom: 50px;
    }
}

@media(max-width:575px) {
    .hmg-header {
        padding: 10px 0;
        height: 70px;
    }
    .copyright-txt p {
        font-size: 14px;
    }
    .our-molecular-content,
    .our-molecular-img {
        width: 100%;
    }
}