@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: #402F1F;
        position: absolute;
        top: -70px;
        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: #D9B07D;
        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
    }

    .book1 div,
    .container {
        width: auto !important
    }

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

    .top-bar .menu.phone li {
        width: 100%;
        text-align: center;
    }

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

    .navbar-btn {
        text-align: center;
    }

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

    .emp-author::after {
        bottom: -60px;
    }

    .emp-author .col-md-1 {
        display: none;
    }

    .service-box {
        height: 100%;
    }

    .web-tabs .tab-content [class*=col-md-4] {
        width: 50%;
        margin: auto;
    }

    .testimonial-slider [class*='col-md-'] img {
        width: 60%;
    }

    br {
        display: none;
    }

    footer .social-icons li {
        padding: 10px !important;
    }

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

    .new-letter::before {
        width: 50%;
        left: 0;
    }

    .new-letter::after {
        width: 50%;
        right: 0;
    }

    .new-letter {
        width: 100%;
        padding-top: 120px;
    }

    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 {
        margin: 0;
        background-size: cover
    }

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

    .top-bar .menu li {
        width: 24%;
        padding: 0px !important;
        text-align: center;
    }

    .d-block {
        display: contents !important
    }

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

    .btn-dark,
    .btn-orange,
    .btn-black-border {
        margin: 7px 0;
        padding: 10px;
        font-size: 12px
    }

    .banner input.input-control,
    select#ser-select {
        width: 80% !important
    }

    .faq-sec::after {
        width: 100%;
        z-index: 0;
        opacity: .2
    }

    .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: 26px;
    }

    .banner-content {
        padding: 20px 10px;
    }

    .service-cat .cont-p {
        display: block;
        margin-bottom: 30px;
    }

    .am-pub {
        width: 90%;
    }

    .publishing-exp {
        width: 90%;
    }

    .exp-year {
        border: 0;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .exp-year h5 {
        padding-left: 20px;
        font-size: 18px;
    }

    .incredible-boxes,
    .incredible-box {
        display: inline-block;
    }

    .bottom-form {
        width: 100%;
    }

    .amz-logos [class*='col-md-3'] {
        max-width: 50%;
    }

    .sp-mark-content {
        margin-bottom: 20px;
        height: auto;
    }
}

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