@media only screen and (max-width: 980px) and (min-width: 320px) {
    ul.tel {display: none;}
    .menu li a:before{
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 11111111;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 15px;
        top: -50px;
    }
    .menu-bottom span {
        height: 3px;
        background: #369685;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: white;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 10px;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 20px;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
        text-align: center;
    }
    .menu li {
        width: 100%;
    }
    .menu li a, ul li.nav-item.dropdown .nav-link {
        font-size: 16px;
        color: #fff !important;
        font-weight: 500;
        padding: 8px 0 8px 15px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        margin-bottom: 0;
        text-transform: uppercase;
        display: inline-block;
    }
    .menu-open .main-menu {
        right: 0;
        background: #000000;
        padding-top: 60px;
        margin: 0;}
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    header .menu {
        opacity: 0;
    }
    header {
        padding: 18px 0;
        z-index: 111;
        border: 0;
    }
    header .logo img {
        max-width: 200px;
    }


    .dropdown-menu a {
        padding-left: 30px !important;
    }
    header .top.head {
        display: none;
    }


.our-banner h1 {
    font-size: 28px;
    FONT-WEIGHT: 200;
    line-height: 36px;
}

.heading h2 {
    font-size: 20px;
    line-height: 28px;
}

.published-author {
    text-align: center;
}

.home-banner {
    padding-bottom: 0;
}

section {
    padding: 30px 0;
}

.published-author img {
    margin-bottom: 25px;
}

.our-premier ul li {
    width: 100%;
}

section.our-client ul li {
    width: 100%;
}

    section.process .box:after {
    display: none;
}

section.process .box {
    margin: 0 0 25px;
}

    

footer ul li {
    margin: 0 0 2px;
}



footer ul.social {
    text-align: left;
    margin-top: 20px;
}

.copy {
    text-align: center;
}

.copy ul {
    text-align: center;
    margin-top: 12px;
}

footer {
}
    .popupform::after {
    display: none;
}

.popupform::before {
    display: none;
}

.popupform {
    max-width: 100%;
}

.pop-txt {
    left: 0;
}

.custom-pop {
    text-align: center;
}

.popup-content p {
    max-width: 100%;
}
    .our-cta {
    text-align: center;
}

.our-cta h5 {
    margin-bottom: 15px;
}

.our-cta h3 {
    margin-bottom: 13px;
}

.our-cta h2 {
    font-size: 21px;
}
    .inner-banner p br {
    display: none;
}
    section.packages .nav-tabs {
        margin-bottom: 20px;
    }
    section.our-genre ul li {
        width: 49%;
    }

    footer .col-md-3 {
        margin-bottom: 15px;
    }

    footer h4 {
        margin: 0 0 5px;
    }
    section.our-contact ul {
        margin: 20px 0 0 0;
    }
    section.our-feature .col {
        width: 100%;
        max-width: 100%;
        flex-basis: auto;
        margin-bottom: 15px;
    }

    section.our-feature {
        text-align: center;
    }
    .fixed {
    display: none;
}

}