@media(max-width:1500px) {}

@media(max-width:1400px) {}

@media(max-width:1200px) {}

@media(max-width:1069px) {}

@media(max-width:992px) {}


@media(max-width:991px) {

    #why-choose-strip {
        padding: 25px 0;
    }

    #why-choose-strip .why-heading h2 {
        font-size: 24px;
    }

    #why-choose-strip .why-point {
        margin-bottom: 12px;
    }

    header .offcanvas-body {
        display: block;
    }

    header .navbar-nav {
        margin-left: 0 !important;
        gap: 0;
    }

    header .nav-link {
        color: #0B3F70;
    }

    header .nav-link::after {
        display: none;
    }

    header .nav-link:hover,
    header .nav-link.active {
        color: var(--accent);
    }

    #hero-section {
        background-position: center;
    }

    /* #hero-section .col-lg-6:first-child {
        display: none;
    } */

    #hero-section .col-lg-6:last-child {
        width: 100%;
    }

    #hero-section .hero-content {
        margin-left: auto;
        margin-right: 0;
        max-width: 600px;
    }

    #consultation-strip {
        padding: 20px 0;
    }

    #consultation-strip .consultation-box {
        max-width: 100%;
    }

    #consultation-strip .consultation-options {
        margin-top: 15px;
        padding-left: 0;
        border-left: none;
        justify-content: center;
    }
}

@media(max-width:767px) {
    #hero-section {
        min-height: 600px;
        background-position: center;
    }

    #hero-section .hero-content {
        padding: 30px 15px;
    }

    #hero-section .hero-content h1 {
        font-size: 38px;
    }

    #hero-section .hero-content h5 {
        font-size: 17px;
    }

    #hero-section .hero-content h4 {
        font-size: 15px;
    }

    #hero-section .hero-content p {
        font-size: 14px;
    }

    #hero-section .hero-features {
        gap: 8px;
    }

    #hero-section .feature-box i {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    #hero-section .feature-box span {
        font-size: 10px;
    }
        #hero-section {
        padding-top: 100px;
        min-height: 100%;
        background-position: right;
    }
    
     #hero-section {
        min-height: 100%;
        background-position: right;
    }

}

@media(max-width:643px) {}

@media(max-width:575px) {
    #why-choose-strip .why-heading h2 {
        font-size: 22px;
    }

    #why-choose-strip .why-point {
        border-left: none;
        border-bottom: 1px solid #c8e1e9;
        padding: 10px 5px;
    }

    #consultation-strip .consultation-content h3 {
        font-size: 18px;
    }

    #consultation-strip .consultation-content p {
        font-size: 12px;
    }

    #consultation-strip .consultation-icon {
        width: 38px;
        font-size: 25px;
    }

    #consultation-strip .option-content strong {
        font-size: 16px;
    }

    #consultation-strip .consultation-box {
        padding: 10px;
    }
}

@media(max-width:480px) {

    #hero-section .hero-content h1 {
        font-size: 32px;
    }

    #hero-section .hero-features {
        flex-wrap: wrap;
    }

    #hero-section .feature-box {
        flex: 0 0 48%;
    }



}

@media(max-width:400px) {}

@media(max-width:359px) {}