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

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

    .nav-bar ul.menu li a:hover,
    .nav-bar ul.menu li a.active,
    .nav-bar ul.menu li a:focus {
        color: #C39F43;
    }
    .nav-bar ul.menu li a{
        color: #ffffff;
    }

    #menu-list {
        display: block;
        /* height: 100%; */
    }

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

    .mobile-screen #list-btn {
        display: block;
        color: #C39F43;
        position: absolute;
        top: -50px;
        right: 10px;
        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: #1E1E1E;
        position: fixed;
        height: 100%;
        width: 100% !important;
        left: 150%;
        top: 0;
        bottom: 0;
        padding-top: 70px;
        z-index: 999999 !important;
        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: 10px;
        top: 38px;
        background: #F3F3F3;
        padding: 10px;
        width: 94%;
    }

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

    /* Submenu  */
    .submenu-list:hover .dropdown-menu-submenu {
        position: absolute;
        left: 140px;
        top: 24px;
        z-index: 999 !important;
    }
.submenu-list:hover .dropdown-menu-submenu a {
    color: #fff !important;
}
    /* Submenu */
    /* Dropdown End*/
    footer ul.menu li a {
        line-height: 29px;
        font-size: 14px;
    }

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

    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%;
    }

    .main-banner {
        margin-top: -220px;
        padding: 250px 0 50px;
    }
.inner-banner {
    background-size: cover;
}
    h1 {
        font-size: 33px;
        line-height: 33px;
        letter-spacing: -1px;
    }

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

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

    .nav-bar a.logo img {
        max-width: 40%;
        margin-top: 20px;
    }

    h1 span {
        display: contents;
    }

    .banner h6.text-center {
        text-align: right !important;
    }

    .btn.btn-blue {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 13px;
        padding: 5px 10px;
    }

    .nav-bar ul.menu {
        text-align: center;
        padding-top: 10px;
        display: block;
    }

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

    .nav-bar.sticky-nav-bar ul.menu {
        display: none;
    }

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

    .btn-blue,
    .btn-red,
    .btn-white-border {
        padding: 10px 47px 10px 10px !important;
        font-size: 12px;
    }

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

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

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

    .reason .ser-box,
    .services .ser-box {
        margin-bottom: 15px;
    }

    .reason .ser-box {
        height: 340px;
    }

    .web-tabs ul li a {
        padding: 10px;
        width: 80%;
    }

    .web-tabs ul li a img {
        max-width: 40%;
    }

    .web-tabs ul li {
        width: 50%;
        margin: 0 0 30px;
    }

    .web-tabs ul h6 {
        font-size: 15px;
    }

    .tab-content {
        padding: 0;
    }

    .copyright .text-right {
        text-align: center !important;
    }

    .popupform .popup-bann img {
        display: none;
    }

    .popupform .popup-content {
        padding: 20px 50px;
        margin: 0;
        height: auto;
    }

    .popupform .popup-content h2 {
        font-size: 18px !important;
        line-height: 21px;
    }

    .top-bar ul.menu.social-icons {
        display: block;
    }

    .top-bar .side-bar-one::after {
        display: none;
    }

    .social-icons li a {
        font-size: 14px;
    }

    .nav-bar {
        padding: 0;
    }

    .cta-signup {
        width: 100%;
        background-size: cover;
    }

    .am-pub p.py-3 {
        width: 70%;
    }

    .green-box {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }

    .am-pub [class*='col-md-3'] {
        width: 50%;
    }

    .parent-circles {
        display: block;
    }

    .circle-box {
        margin: auto;
        top: 30px;
    }

    .circle-box.b-four,
    .circle-box.b-five {
        top: 30px;
    }
    .circle-box span{
        left: -24px;
    }
    .reason {
        padding-bottom: 40px;
    }

    .circle-box img {
        display: none;
    }

    .empower h2 {
        width: 85%;
    }

    .tailor::before {
        background-size: 100%;
    }
.book-mock img {max-width: 100%;}
.book-des {
    width: 100%;
    padding: 10px 0;
}

}

@media only screen and (max-width: 1400px) and (min-width:980px) {
    .logo img {
        max-width: 100%;
    }

    .circle-box img {
        right: -10px;
    }

    .circle-box.b-four img,
    .circle-box.b-five img {
        right: -5px;
    }
}

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