@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    section.let-break-section .let-break-content h2 {
        font-size: 15px;
    }

    section.let-break-section .let-break-content .d-flex img {
        height: fit-content;
        width: 50%;
    }

    nav.navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 1rem 10px;
    }
}


@media only screen and (min-width: 767px) and (max-width: 1024px) {
    section.banner_breathing {
        padding: 10px 10px;
        height: 350px;
    }

    section.home_banner {
        height: 350px;
    }

    section.home_banner .banner_content h1 {
        font-size: 45px;
    }

    section.banner_breathing .breathing_content h3 {
        font-size: 20px;
    }

    section.banner_breathing .breathing_content p,
    section.better_breathing_section .better_breathing_content p,
    section.airway_denistry_section .airway_denistry_content p,
    section.airway_denistry_section .airway_denistry_content p:first-child {
        font-size: 16px;
    }

    section.airway_denistry_section .airway_denistry_content p:first-child {
        margin: 40px 0 1rem 0;
    }

    section.airway_denistry_section img.dot-shapes {
        display: none;
    }

    .newsletter_content {
        text-align: center;
    }

    section.about_section .about_content p {
        font-size: 18px;
        width: 350px;
    }

    .widget.nav-widget {
        margin-bottom: 20px;
    }

    .control-group.form-group {
        margin: 20px 0;
    }

    section.better_breathing_section .better_breathing_content h4 {
        font-size: 15px;
        margin-top: 10px;
    }

    section.better_breathing_section img.dot-shapes {
        margin: -60px -75px -75px -75px;
    }

    section.better_breathing_section .better_breathing_content h2,
    section.about_section .about_content h2 {
        font-size: 30px;
    }

    .main-btn {
        padding: 0 40px;
        font-size: 18px;
    }

    section.about_section p span.method {
        font-size: 100px;
        margin: 140px -220px;
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas-header.d-lg-none {
        display: flex !important;
    }
    .login-signup p {
        font-size: 14px;
    }
    
    .login-signup p a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 500px) {
    section.banner_breathing .breathing_content h3 {
        font-size: 25px;
        width: 250px !important;
    }
}

@media only screen and (max-width: 765px) {
    section.gap_section {
        margin: 80px 0;
    }

    section.home_banner .banner_content h3 {
        font-size: 18px;
    }

    section.home_banner .banner_content h1 {
        font-size: 30px;
    }

    .about_content {
        margin: 30px 0 0 0;
    }

    section.home_banner {
        background-image: url('../img/athlete-playing-sport-with-hand-drawn-doodles-mobile.png');
        height: 700px;
        align-items: baseline;
        padding: 20px 0;
    }

    section.home_banner .banner_content {
        text-align: center;
    }

    section.airway_denistry_section img.dot-shapes,
    section.about_section p span.method {
        display: none;
    }

    section.about_section .about_content h2 {
        font-size: 35px;
        line-height: 1.35;
    }

    section.about_section .row.align-items-center,
    section.better_breathing_section .row.align-items-center {
        flex-direction: column-reverse;
    }

    section.better_breathing_section .better_breathing_content {
        margin-top: 30px;
    }

    section.airway_denistry_section .airway_denistry_content p:first-child {
        margin-top: 30px;
    }

    section.banner_breathing {
        background-image: url('../img/Group-39-1.png');
        height: 900px;
        padding: 50px 30px 0;
        background-color: #2c3631;
        background-size: contain !important;
        background-position: bottom;
        align-items: baseline;
    }

    section.banner_breathing .breathing_content h3 {
        font-size: 25px;
        width: 310px;
    }

    section.about_section .about_content p {
        width: auto;
    }

    section.banner_breathing .breathing_content p,
    section.better_breathing_section .better_breathing_content p,
    section.let-break-section .let-break-content h2,
    section.let-break-section .chronic-health-content p {
        font-size: 16px;
    }

    section.let-break-section .section-title h2,
    section.better_breathing_section .better_breathing_content h2 {
        font-size: 30px;
    }

    section.newsletter-section .newsletter_content h3 {
        font-size: 22px;
    }

    /* .input-group>.form-control,
    .input-group>.form-select {
        width: 100%;
        margin: 0 0 20px 0;
        min-width: 100%;
    } */

    .subscribe_email_button,
    span.input-group-btn {
        margin: 0 auto !important;
    }

    footer h4 {
        font-size: 22px;
        line-height: 40px;
    }

    section.better_breathing_section img.dot-shapes {
        display: none;
    }
    .sec-title.sm-mb-2 {
        margin-bottom: 20px !important;
    }
    section.better_breathing_section .better_breathing_content h4 {
        position: relative;
        margin: 20px 0;
    }

    .main-btn {
        padding: 0 15px;
        font-size: 18px;
    }
    .form-group.clearfix button.main-btn {
        width: 100% !important;
        max-width: -webkit-fill-available !important;
    }
    .d-mobile-block {
        display: block !important;
    }
    .login-signup p {
        font-size: 16px;
    }
    .login-signup p a {
        font-size: 16px;
    }
}