@media only screen and (max-width: 980px) and (min-width:320px) {

    a#cross,
    nav.mobile-view {
        position: fixed;
        display: none
    }

    nav.mobile-view,
    section {
        overflow: hidden !important;
    }

    header ul.menu li {
        width: 100%;
        padding: 12px !important;
    }

    #menu-list {
        display: block
    }

    .mobile-screen {
        position: relative;
        display: block
    }

    .mobile-screen #list-btn {
        display: block;
        color: #232F3E;
        position: absolute;
        top: -65px;
        right: 0;
        font-size: 35px;
        transition: .5s;
        -webkit-transition: .25s;
        z-index: 99999999
    }

    a#cross {
        top: 5px;
        right: 20px;
        font-size: 35px;
        z-index: 9999999999;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        animation: 2s linear infinite heartBeat
    }

    nav.mobile-view {
        background: #232F3E;
        height: 100%;
        width: 100% !important;
        left: 150%;
        top: 0;
        bottom: 0;
        padding-top: 70px;
        z-index: 99911 !important;
        overflow-y: scroll;
        transition: ease-In-Out .8s;
        -webkit-transition: ease-In-Out .8s
    }

    header nav ul li.dropdown:hover .dropdown-menu {
        left: 7px;
        top: 35px;
        width: 95%
    }

    header nav ul li .dropdown-menu a {
        font-size: 14px !important;
        padding: 5px 20px;
        width: 100%;
    }

    .submenu-list:hover .dropdown-menu-submenu {
        position: absolute;
        left: 70px;
        top: 30px;
        z-index: 999 !important
    }

    .nav-bar ul.menu li a.active {
        color: #fff !important
    }

    h2 {
        font-size: 28px;
        line-height: 30px !important;
    }

    p {
        font-size: 14px !important;
        margin: 0;
        line-height: 19px !important;
        padding-top: 10px;
    }

    footer h3 {
        font-size: 19px;
        padding: 20px 0px;
    }

    footer ul.menu li a {
        line-height: 5px;
        text-align: center
    }

    .copyright {
        text-align: center !important;
        margin: 0;
        padding: 10px 0 20px;
    }

    .main-banner {
        padding: 40px 0;
    }

    h1 {
        font-size: 31px;
        line-height: 33px;
        letter-spacing: -1px;
    }

    .top-bar {
        display: none;
    }

    .d-block {
        display: contents !important
    }

    .banner .get-started-form form {
        width: 100%;
    }

    .faq-sec .card-header a {
        font-size: 14px;
        line-height: 18px;
        padding-right: 10px
    }

    .popupform .popup-content,
    .services .ser-box p {
        height: auto
    }

    .inner-banner .get-started-form.main-form {
        width: 100%;
        padding-top: 20px
    }

    .nav-bar ul.menu li a {
        color: #fff;
    }


    .bottom-form form {
        width: 100%;
    }

    .get-started-form form h3 {
        line-height: 23px;
        font-size: 20px;
    }

    .nav-bar a.logo img {
        width: 50%;
    }

    .get-started-form.main-form {
        width: 100%;
        margin-top: 30px;
    }

    .main-banner img {
        position: relative;
        right: 0;
        top: 20px;
    }

    .counter-area .container {
        padding: 0px 0;
        width: auto;
    }

    br {
        display: none;
    }

    .counter-area .count {
        text-align: center;
        width: 25%;
    }

    .counter-area .count h3 {
        font-size: 11px;
    }

    .counter-area .count .timer {
        font-size: 23px;
    }

    .counter-area .count p,
    .counter-area .count span {
        font-size: 11px !important;
        padding: 0px 11px;
    }


    .counter-area .count p.plus {
        top: 20px;
        right: 1px;
        font-size: 16px !important;
    }

    .counter-area .count::after {
        display: none;
    }

    .service-cat,
    .strategy {
        width: 95%;
    }

    .parent-pro-ser {
        padding: 25px;
        margin-bottom: 10px;
    }

    .parent-pro-ser h6 {
        font-size: 15px;
    }

    .title {
        font-size: 15px;
    }

    .fba-works {
        padding: 40px 0;
    }

    .fba-works-content1 {
        top: 0;
        left: 0;
    }

    .fba-works-content2 {
        top: 21px;
        right: 0;
    }

    .fba-works-content3 {
        top: 30px;
        left: 0;
    }

    .fba-works-content4 {
        top: 50px;
        right: 0;
    }

    .fba-works-content {
        height: 390px;
    }

    .faq-sec .card {
        width: 100%;
    }

    .bottom-form .get-started-form.main-form {
        padding: 20px 0;
    }

    .bottom-form .get-started-form.main-form select#ser-select {
        width: 100% !important;
    }

    .btn-black-border {
        font-size: 10px;
    }

    .inner-banner .get-started-form.main-form h3 {
        font-size: 20px;
    }

    .inner-banner .get-started-form.main-form .input-control,
    .inner-banner .get-started-form.main-form textarea.input-control {
        width: 100% !important;
    }

    .strategy h3 {
        font-size: 20px;
    }

    .strategy,
    .strategy img {
        width: 100% !important;
    }

    .sales-partern img {
        max-width: 100%;
    }

    .bottom-form .get-started-form.main-form form input.input-control {
        width: 100%;
    }
}

@media only screen and (max-width: 1400px) and (min-width:980px) {}