@media screen and ( max-width: 720px ) {

    .main {
        padding: 0 15px;
    }
    
    body, html {
        overflow-x: hidden;
    }

    .logo img {
        height: 50px;
    }

    .logo a {
        padding: 16px 10px;
    }

    .header__box {
        justify-content: space-between;
    }

    .header-nav {
        background-color: rgba(0, 0, 0, .6);
        backdrop-filter: blur(10px);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: .5s ease-in;
        transform: translateX(100%);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        z-index: 999;
    }

    .nav-open .header-nav {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateX(0);
    }

    .nav-open .icon-mobile-nav[name=close-outline] {
        display: block;
    }

    .icon-mobile-nav {
        color: #cecece;
    }

    .nav-open .icon-mobile-nav[name=menu-outline] {
        display: none;
    }

    .header-nav-list {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .header-nav-list li {
        padding: 15px 0;
    }

    .header-nav-list li a:link,
    .header-nav-list li a:visited {
        font-size: 22px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .header-nav-list li:not(:last-child) {
        margin-right: 0;
    }

    .btn-mobile-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .btn-mobile-nav:focus {
        outline: 0;
    }

    .header-contact-box {
        display: none;
    }

    .header-social {
        margin-left: 0;
        margin-top: 20px;
        display: none;
    }

    .header-social li a i {
        border: 1px solid #333;
    }

    .slider {
        height: 70vh;
    }

    .slider p {
        font-size: 18px;
        line-height: 28px;
    }

    .primary-heading {
        line-height: 1.2;
        font-size: 40px;
        font-weight: 600;
        padding: 10px 0;
    }

    .about-header__box {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-us h2 {
        font-size: 26px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .about-us-button {
        float: left;
        margin-top: 10px;
        padding: 0;
    }

    .about-us-right {
        margin-top: 20px;
    }

    .what_we_do_left {
        width: 100%;
    }

    .do_list {
        margin: 0;
        padding: 30px 20px;
        margin-top: 200px;
    }

    .what_we_do_left h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    #commitment {
        flex-wrap: wrap;
    }

    .commitment-left {
        flex: 0 0 100%;
        padding: 30px 30px 30px 30px;
    }

    .commitment-left h2 {
        padding-bottom: 5px;
    }

    .commitment-left h3 {
        font-size: 20px;
    }

    .commitment-right {
        flex: 0 0 100%;
    }

    .page_title h1 {
        font-size: 38px;
        padding: 50px 0 0;
        line-height: 1.3;
    }

    #wrapper {
        padding: 50px 0 30px;
    }

    .container h3 {
        line-height: 1.3;
        text-align: left;
    }

    #about-hero-bottom {
        font-size: 30px;
    }

    #about-details {
        flex-wrap: wrap;
    }

    .about-details-left {
        flex: 0 0 100%;
        order: 2;
        padding: 30px;
    }

    .about-details-left h3 {
        line-height: 1.3;
    }

    .about-details-right {
        flex: 0 0 100%;
        order: 1;
    }

    .our-promise {
        width: 100%;
        padding: 30px;
    }

    .our-promise h3 {
        font-size: 39px;
    }

    .about-details-right img {
        min-height: 300px;
    }

    .single-product__content {
        flex-wrap: wrap;
    }

    .single-product__wrapper {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .single-product__img {
        height: 270px;
    }

    .product-box img {
        width: 100%;
        height: 280px;
        border-right: none;
    }

    .package_name {
        width: 100%;
        padding: 30px;
    }


    .footer-left {
        border-right: none;
    }

    .footer_main h3 {
        line-height: 1.4;
    }

    .footer-center {
        border-right: none;
        padding: 0;
    }

}






























