@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: #612F8E;
        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
    }

    .container {
        width: auto !important
    }

    h2 {
        font-size: 26px !important;
        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 {
        margin: 0;
        padding: 40px 0;
        background-size: cover;
    }

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

    .top-bar {
        padding-top: 20px;
        text-align: center;
    }

    .top-bar .menu li {
        padding: 3px 0 !important;
        border: 0
    }

    .d-block {
        display: contents !important
    }

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

    .inner-page-form .get-started-form form {
        margin-top: 20px
    }

    .btn-blue,
    .btn-red {
        margin: 7px 0;
        padding: 10px;
        font-size: 12px
    }

    .faq-sec img {
        max-width: 70%
    }

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

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

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

    .bottom-form {
        width: 100%;
        top: 0;
        padding: 0;
    }

    .service-cat {
        padding: 40px 0;
        background-size: 100% 100%;
    }

    .service-cat::before,
    .am-pub::before {
        content: "";
        background: #f5f5f5;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        z-index: 0;
    }

    .book-list [class*='col-md-3'] {
        width: 45%;
        display: inline-block;
        margin: 10px 8px;
        padding: 0;
        text-align: center;
    }


    .am-pub {
        padding: 40px 0;
    }

    .author-web {
        margin-top: -50px;
        padding: 40px 0;
        background-size: 100% 100%;
    }

    .bottom-form .get-started-form.main-form {
        padding: 40px 0;
        background-size: cover;
    }

    .bottom-form .get-started-form.main-form::before {
        width: 40%;
    }

    .bottom-form ul li {
        display: block !important;
        padding: 0 !important;
    }

    .bottom-form ul li a span.d-block {
        display: block !important;
    }

    .bottom-form ul li a img {
        width: 10%;
    }

    .bottom-form ul li a span {
        font-size: 13px;
        padding: 7px 0;
    }

    footer {
        padding: 40px 0 0;
    }

    footer::after {
        background-size: 40%;
        bottom: 140px;
    }

}

@media only screen and (max-width: 1400px) and (min-width:980px) {
    .nav-bar ul.menu li a {
        font-size: 13px;
    }

    .top-bar ul.menu a {
        font-size: 12px !important;
        margin: 0 1px;
    }

    header .btn-blue,
    header .btn-red {
        padding: 10px 5px;
    }

    .btn-blue i,
    .btn-red i,
    .btn-white-border i {
        font-size: 12px;
    }

    .nav-bar {
        padding: 10px 0;
    }

    .nav-bar ul.menu li {
        padding: 5px;
    }

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

    footer::after {
        z-index: 0;
    }

    .bottom-form {
        padding-bottom: 0;
    }
}

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

    header .btn-blue,
    header .btn-red {
        padding: 10px 5px;
        margin: 0;
    }

    .self-vision::after {
        height: 170px;
        background-size: 33%;
    }

    .kdp-vision::after,
    .sound-vision::after,
    .blurb-vision::after {
        height: 150px;
        background-size: 100%;
    }

    .barnes-vision::after,
    .poem-vision::after {
        background-size: 90%;
        height: 120px;
    }

    .ing-vision::after {
        background-size: 100%;
    }

    .apple-vision::after {
        background-size: 100%;
        height: 230px;
    }

    .ebook-vision::after {
        background-size: 90%;
        height: 150px;
    }

    .cust-vision::after,
    .beta-vision::after {
        background-size: 90%;
        height: 120px;
    }

    .bcover-vision::after {
        background-size:100%;
        height: 120px;
    }

    .int-design-vision::after,
    .writing-vision::after {
        background-size:70%;
        height: 130px;
    }

    .char-vision::after {
        background-size:50%;
        height: 120px;
    }

    .story-vision::after {
        background-size:80%;
        height: 120px;
    }

    .digital-vision::after {
        background-size:80%;
        height: 120px;
    }

    .typo-let-vision::after {
        background-size:80%;
        height: 120px;
    }

    .popup-vision::after {
        background-size:80%;
        height: 120px;
    }

    .workbook-vision::after {
        background-size:80%;
        height: 120px;
    }

    .illus-style-vision::after {
        background-size: 80%;
        height: 120px;
    }

    .audio-vision::after {
        background-size: 50%;
        height: 150px;
    }

    .naration-vision::after {
        background-size: 80%;
        height: 120px;
    }

    .audio-formate-vision::after {
        background-size: 80%;
        height: 120px;
    }

    .ghost-vision::after {
        background-size:80%;
        height: 120px;
    }

    .dial-vision::after {
        background-size:80%;
        height: 120px;
        transform: scaleX(-1);
    }

    .st-dev-vision::after {
        background-size: 80%;
        height: 120px;
    }
}