@media (max-width: 1300px) {
    .nv-w {
        flex-basis: 30%;
    }
    .nv-w2 {
        flex-basis: 70%;
    }
    .col-md-6:not(.nv-w),
    .img-g {
        width: 100%;
    }
    .img-g {
        margin: 0 auto;
    }
    .img-g img {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .form-container {
        flex-basis: 100%;
    }
    .elt {
        flex-wrap: wrap;
    }
    .rev {
        flex-wrap: wrap-reverse;
    }
}

@media (max-width: 1024px) {
    [class*="col-"] {
        width: 100%;
    }
    .fluid-custom {
        margin: 0px 50px;
    }
    .form-container {
        flex-basis: 446px;
        margin: 0px;
    }
    .bg-hero,
    .bg-hero-2,
    .bg-hero-3 {
        min-height: 400px;
    }
    .bg-hero {
        padding: 20px 15px;
        justify-content: center;
    }
    .txt-aligner {
        text-align: center;
    }
    .hero-title h1 {
        font-size: 4.4rem;
    }
    .hero-m ul {
        font-size: 2.25rem;
    }
    .bg-hero-3,
    .bg-hero-2 {
        margin-bottom: 15px;
    }
    .bottom-m,
    .devider {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .bottom-m-desc p {
        padding: 0px 20px;
    }
    .senior {
        margin-bottom: 30px;
    }

    .box-wrapper .square-box {
        margin-bottom: 15px!important;
    }
}


/* smartphone */

@media (max-width: 767px) {
   
    .senior {
        min-height: 260px;
    }
    .mb-mob {
        margin-bottom: 10px;
    }
    .hero-m p {
        font-size: 1.8rem;
        text-align: left;
    }
    .bottom-m-desc p {
        padding: 0px;
    }
    .hero-m ul {
        font-size: 1.9rem;
    }
    .bg-hero,
    .bg-hero-2,
    .bg-hero-3 {
        min-height: 220px;
    }
    .form-holder {
        padding: 20px 5px;
    }
    .bg-hero {
        padding: 20px 2px;
        background-image: none;
    }
    .hero-title h1 {
        font-size: 2.8rem;
        text-align: center;
        margin-bottom: -20px;
    }
    .logo,
    .footer-logo img {
        height: 30px;
    }
    .nv-w,
    .nv-w2 {
        flex-basis: 100%;
        text-align: center;
    }
    .baseline {
        text-align: center;
    }
    .fluid-custom {
        margin: 0px 5px;
    }
    .pd-80-x {
        padding: 35px 10px;
    }
    .pd-80-n-t {
        padding: 0px 0px 80px 0px;
    }
    .img-g img {
        width: 100%;
    }
    body {
        padding: 6px 0px 0px 0px;
    }
    .pd-80-b {
        padding-bottom: 15px;
    }

   
}