@media only screen and (max-width: 980px) and (min-width: 320px) {
    ul.tel {display: none;}
    .menu li a:before{
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 11111111;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 15px;
        top: -60px;
    }
    .menu-bottom span {
        height: 3px;
        background: #ffffff;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: white;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 10px;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 20px;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
        text-align: center;
        display: block !important;
        position: static;
        /* background-color: #252525; */
    }
    .menu li {
        width: 100%;
    }
    .menu li a, ul li.nav-item.dropdown .nav-link {
        font-size: 16px;
        color: #fff !important;
        font-weight: 500;
        padding: 8px 0 8px 15px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        margin-bottom: 0;
        text-transform: uppercase;
        display: inline-block;
    }
    .menu-open .main-menu {
        right: 0;
        background: #000000;
        padding-top: 60px;
        margin: 0;}
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    header .menu {
        opacity: 0;
    }
    header {
        padding: 0 0 19px;
        z-index: 111;
        background: #1f1f21;
    }
    header .logo img {
        max-width: 200px;
    }


    .dropdown-menu a {
        padding-left: 30px !important;
    }



    .img-banner {
        max-width: 100%;
    }

    .our-banner {
        text-align: center;
        height: auto;margin-top: 0;padding-top: 40px;}

    .our-banner .info-banner p {
        font-size: 15px;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .info-banner p::before {
        right: 0;
        margin: auto;
    }

    .info-banner h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 14px;
    }

    .btn {
        font-size: 14px;
    }

    .our-banner a.btn {
        margin: auto;
    }
    section {
        overflow: hidden;
        padding: 30px 0;
    }

    header .top ul li a {
        /* color: #000; */
        font-size: 14px;
    }

    header .top ul li {
        margin-right: 20px;
    }

    header .top ul {
        text-align: left;
        margin-top: 20px;
        display: none;
    }

    .our-banner h5 {
        font-size: 22px;
    }

    .our-banner h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .our-banner h1 br {
        display: none;
    }

    .our-banner p {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .our-banner p br {
        display: none;
    }

    .our-banner .company ul li {
        font-size: 16px;
        margin-right: 0;
        width: 49%;
        margin-bottom: 30px;
    }

    .our-banner .company {
        margin-top: 20px;
    }

    h2 br {
        display: none;
    }

    h2 {
        font-size: 28px;
        line-height: 40px;
        margin: 0 0 20px;
        padding: 0;
    }

    .our-benefit h2 {
        margin: 0 0 20px;
    }

    .our-facts {
        text-align: center;
        padding: 30px 0 20px;
    }

    .our-facts ul li {
        margin: 0 0 19px;
        font-size: 28px;
        width: 48%;
    }

    h2 + p br {
        display: none;
    }

    h2 + p {
        font-size: 20px;
    }

    .approval ul li {
        width: 100%;
        margin: 0 0 18px;
    }

    .approval ul li span br {
        display: none;
    }

    .cta:after {
        display: none;
    }

    .cta .container {
        left: 0;
    }

    .testimonial p {
        width: 100%;
        font-size: 16px;
        margin: 0 0 10px;
    }

    .testimonial img {
        max-width: 40px;
        margin: 0 0 10px;
    }

    .testimonial h6 {
        font-size: 16px;
    }

    footer .connect {
        margin: 0;
    }

    footer {
        padding-top: 40px;
        text-align: left;
    }

    footer h2 + p {
        margin: 0 0 20px;
        font-size: 16px;
        color: #d2cccc;
    }

    footer ul li a {
        color: #d2cccc;
    }

    footer .col-md-4, footer .col-md-2 {
        margin-bottom: 20px;
    }

    footer h2:before {
        display: none;
    }

    footer .copy ul {
        float: none;
    }

    footer .copy {
        text-align: center;
        margin-top: 0;
    }

    footer .copy p {
        margin: 0 0 7px;
    }

    footer .connect ul {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
    .popupform {
        background: #00319a;
        height: auto;
        width: 100%;
    }

    .popupform .offset-5 {
        margin: 0;
    }

    .popup-content p {
        width: 100%;
        margin: 20px 0 20px;
        font-size: 19px;
    }
    .popup-content {
        width: 100%;
        margin-left: 0;
        padding: 30px 20px;
        max-width: 100%;
    }
    .menu li a.dropdown-item {
        color: #fff !important;
    }
    .our-benefit {
        text-align: center;
    }

    .ser-benef p {font-size: 16px;width: 100%;}

    .ser-benef a {
        margin-bottom: 15px;
    }
    .service-find figure figcaption {
        width: 100%;
        display: block;
        margin: 0;
    }

    .service-find figure img {
        position: static;
        margin: 0 0 10px;
        max-width: 40%;
    }

    .service-find figure {
        height: auto;
        text-align: center;
        padding: 15px;
    }

    .service-find figure figcaption h4 br {
        display: none;
    }

    .service-find {
        background-position: bottom;
    }
    .our-worry .box h3 {
        font-size: 30px;
    }

    .our-worry .box h3 br {
        display: none;
    }

    .our-worry .box {
        padding: 20px;
    }
    .elig ul {
        position: static;
    }
    .contact-us ul li {width: 100%;padding: 10px 10px;}

    .contact-us ul li img {
        max-width: 17%;
    }

    .contact-us h2 + p {
        font-size: 17px;
        margin: 0 0 12px;
    }
    .popup-bann {
        display: none;
    }

    .our-banner .acc .box {
        margin: 0 0 15px;
    }

    .our-business .million {
        margin: 0;
    }

    .our-business .million img {
        height: 100%;
        display: none;
    }

    .our-business .million ul {
        position: static;
        width: 100%;
        text-align: center;
    }

    .our-business .million ul li h4 {
        color: #1e2e55;
        font-size: 30px;
    }

    .our-business .million ul li p {
        color: #48494c;
    }

    .our-business .counter ul li {
        margin: 0 0 30px;
        width: 100%;
    }

    .our-business .counter ul li h4 {
        font-size: 25px;
    }

    .our-business .counter ul li span {
        font-size: 20px;
    }

    .our-business:before {
        display: none;
    }

    .our-business {
        background: #f7f9fa;
    }

    .heading p {
        /* color: #fff; */
        font-size: 20px;
        margin: 0 0 10px;
    }

    .our-service {
        text-align: center;
    }

    .our-love:after {
        display: none;
    }

    .our-love p {
        width: 100%;
    }

    .our-love p + a {
        margin: 0 0 40px;
    }
    h2:after {
        display: none;
    }

    .our-service p {
        color: white;
    }

    .our-service ul li p {
        margin: 0;
    }
    h2:after {
        display: none;
    }

    .our-service p {
        color: white;
    }

    .our-service ul li p {
        margin: 0;
    }

    .our-love p {
        font-size: 16px;
    }
    .our-super ul li {
        width: 49%;
        margin: 0 0 10px;
    }
    .session {
        height: auto;
        text-align: center;
    }

    .session h2 {
        color: #fff;
    }

    .session a {
        position: static;
        margin-top: 20px;
    }

    .session img {
        position: static;
        float: none;
        max-width: 60%;
        margin-top: 30px;
    }
    footer .social {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    footer h4 {
        font-size: 26px;
        margin: 0 0 10px;
    }
    footer .social {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    footer h4 {
        font-size: 26px;
        margin: 0 0 10px;
    }

    footer h4 {
        font-size: 22px;
    }

    footer ul {
        margin: 0 0 20px;
    }
    .our-banner h1:after {
        right: 0;
        margin: auto;
        width: 190px;
        height: 12px;
    }
    .sale ul li {
        width: 48%;
    }

    .sale h2 + p {
        margin: 0 0 30px;
    }

    .about-cta h2:before {
        display: none;
    }

    .about-cta h2 span strong {
        color: #fff;
        font-size: inherit;
    }

    .cta div a.tel {margin: 0 0 10px;display: block;}

    .cta div img {
        display: none;
    }

    .about-cta h2 {
        margin: 0;
    }

    .our-love ul li {
        font-size: 16px;
        margin: 0 0 0px;
    }
    .about-business p {
        font-size: 16px;
    }

    .key-feature {
        display: none;
    }
    .accept .btn {
        margin: 0 0 0px;
    }
    .key-feature {
        display: none;
    }
    .accept .btn {
        margin: 0 0 0px;
    }
    .accept ul li {
        width: 100%;
    }

    .accept .col-md-6 {
        margin: 0 0 20px;
    }

    .accept .row {
        margin: 0 0 0;
    }.accept ul li {
         width: 100%;
     }

    .accept .col-md-6 {
        margin: 0 0 20px;
    }

    .accept .row {
        margin: 0 0 0;
    }
.our-refferral .info-refferral {
    padding: 30px 20px;
}
    .refferal-payment .box {
        height: auto;
        margin: 0 0 20px;
    }
    .contact .info-contact {
        margin-top: 20px;
    }
    .acc-bus ul li h5 {
        font-size: 48px;
    }

    .our-ways .box {
        margin-left: 0;
    }
    .resturant:before {
        display: none;
    }
    
    .pos-payment {
    background: #0c6a6a;
}

.easy-payment .box p {
    color: #000;
}

.pos-payment .box {
    height: auto;
}
    .point-of-sale .txt {
}

.point-of-sale .btn-block {
    text-align: center;
}

.point-of-sale .btn-block a.download {
    margin-left: 0;
    margin-top: 30px;
    display: block;
}
    .dropdown-menu {
    background: #252525;
}
    .dropdown-menu2 {
        padding-left: 20px !important;
    }


    .growing .img h4 {
    position: static;
    color: #1e2e55;
    font-size: 30px;
}

.growing .img h4 br {
    display: none;
}

.reff-bonus .bonus {
    height: auto;
    width: 100%;
    border-radius: 0;
    margin: 10px 0 7px;
    padding: 20px 20px;
    text-align: center;
}

.bonus-2:before {
    display: none;
}

.reff-bonus .bonus:after {
    height: 120px;
    width: 120px;
    display: none;
}

.reff-bonus .bonus h3 {
    width: 100%;
}

.reff-bonus .bonus img {
    position: static;
}

.reff-bonus .bonus h3 span {
    margin-bottom: 11px;
}

.bonus-program .box h5 {
    height: auto;
}

.bonus-program .box {
    height: auto;
    margin: 0 0 15px;
    text-align: center;
}

.iso-program:before {
    display: none;
}

.iso-program {
    background: white;
}

.iso {
    background: transparent;
    height: auto;
    padding: 0 0;
}

.iso ul {
    float: none;
    width: 100%;
    margin-top: 20px;
}

.iso ul li img {
    margin-right: 8px;
    max-width: 22px;
}

.iso ul li {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 18px;
}

.ref-schedule:before {
    display: none;
}

.ref-schedule .offset-6 {
    margin-left: 0;
}

.ref-schedule {
    background: #1e2e55;
    padding: 20px 0;
}

.ref-schedule .form-wrapper {
    padding: 0;
}
}