@media only screen and (max-width: 980px) and (min-width: 320px) {
    section {
        overflow: hidden;
    }

    /* Nav Mobile Screen  */
    header ul.menu li {
        display: block !important;
        padding: 15px 30px !important;
        text-align: left;
        transition: all 0.25s;
    }

    #menu-list {
        display: block;
    }

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

    .mobile-screen #list-btn {
        display: block;
        color: #fad011;
        position: absolute;
        top: -60px;
        right: 0px;
        font-size: 35px;
        transition: all 0.4s ease;
        transition: all 0.5s;
        -webkit-transition: all 0.25s;
        /* animation: heartBeat 4s linear infinite; */
        z-index: 99999999;
    }

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

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

    /* End Nav Mobile Screen */
    header {
        /* position: absolute; */
        padding: 0;
    }

    /* Dropdown */
    header nav ul li.dropdown:hover .dropdown-menu {
        left: 8px;
        top: 38px;
        padding: 10px 0;
    }

    header nav ul li .dropdown-menu a {
        padding: 7px 15px !important;
        font-size: 14px !important;
        text-align: left;
    }

    /* Submenu  */
    .submenu-list:hover .dropdown-menu-submenu {
        position: absolute;
        left: 40%;
        top: 30px;
        z-index: 999 !important;
        background: #195878;
    }

    /* Submenu */
    /* Dropdown End*/

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

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

    .container {
        width: auto !important;
    }

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

    p {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    footer ul.menu li a {
        line-height: 32px;
        text-align: center;
        font-size: 16px;
    }

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

    h1 {
        font-size: 34px;
        line-height: 34px;
        letter-spacing: -1px;
        padding-top: 10px;
    }

    .top-bar .menu li {
        display: inline-block !important;
        padding: 2px 0 !important;
    }

    .top-bar ul.menu {
        display: block;
        text-align: center;
    }

    footer ul.menu li.f-logo {
        position: relative;
        top: 0;
        left: 0;
        padding-bottom: 19px;
    }

    footer nav ul.menu {
        padding-bottom: 15px;
    }

    footer img.f-logo {
        max-width: 70%;
    }

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

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

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

    .main-banner {
        background-size: cover;
    }

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

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

    h1 span {
        display: contents;
    }

    .get-started-form form {
        width: 90%;
        margin: 30px auto 0;
    }

    .social-medias {
        display: none;
    }

    .counter-area .count {
        width: 100%;
        justify-content: end;
    }

    .counter-area {
        padding-bottom: 0;
    }

    .d-block {
        display: contents !important;
    }

    .pub-img img {
        float: left;
        padding: 30px 20px 0 0;
        animation: swing 2s linear infinite;
        -webkit-animation: swing 2s linear infinite;
        -moz-animation: swing 2s linear infinite;
    }

    .pub-img h4,
    .pub-img p {
        display: inline-block;
        width: 73%;
    }

    .pub-img {
        padding: 20px 10px;
        margin-top: 20px;
    }

    .cta h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .cta img {
        top: -30px;
        opacity: 0.4;
    }

    .cta::after {
        width: 100%;
    }

    .book-stone img {
        max-width: 100%;
    }

    .self-pub {
        margin: 20px;
    }

    .cta-get-started img {
        bottom: -40px;
        opacity: 0.3;
    }

    .testmonial .text-right {
        text-align: center !important;
        padding-top: 30px;
    }
    .testmonial .self-pub [class*='col-md-6'] {
        width: 50%;
        padding-top: 0 !important;
    }
    .faq-sec .card-header a {
        font-size: 14px;
    }
    .faq-sec .card-header {
        padding: 12px 0px 12px 10px;
    }
    
    .faq-sec .card-header a.card-link:after, .faq-sec .card-header a.card-link.collapsed:after {
        right: 7px;
    }
    .signup .input-control,
    .signup select#ser-select,
    .signup textarea.input-control.form-control {
        width: 100%;
    }

    .testimonial-videos video {
        margin: 20px 0;
    }

    .borrow-tab ul.nav.nav-tabs li a {
        padding: 8px 17px;
        font-size: 14px;
    }

    .web-tabs .tab-pane {
        height: 250px;
    }

}

/* Tablet */
@media only screen and (max-width: 980px) and (min-width: 768px) {}