@media only screen and (max-width: 1199px){

}
@media (min-width: 767px) and (max-width: 1024px){
    .header_area ul {
        background: #fff !important;
    }
    .header_area ul li a.nav-link {
        color: #000000;
        padding: 13px;
        z-index: 9999;
    }
    .dropdown button {
        color: #000;
    }
    .process-menu{
        height: auto;
    }
    .process-menu span{
        font-size: 20px;
    }
    .video-approach .card-body.text-center {
        height: 320px;
    }
}
@media only screen and (max-width: 767px){
    /*main-home-page */
    .main-logos h2
    {
        margin-top: 30px;
        font-size: 20px;
    }
    section.main-solution h1
    {
        padding: 21px 0;
        font-size: 28px;
    }
    section.main-solution h4{
        font-size: 20px;
        padding-top: 0px;
    }
    section.main-why .why-head h1{
        font-size: 30px;
    }
    .portfolio-heading h3{
        font-size: 28px;
    }
    section.main-process h1
    {
        padding: 30px 0;
        font-size: 25px;
    }
    .process-section{
        padding-top: 0px;
    }
    .process-menu span{
        font-size: 30px;
        padding: 0px 0;
    }
    .main-percent .percent-head{
        background: #001d3d;
        padding: 0px 0;
        background-image: unset !important;
    }
    .left-percent h2{
        font-size: 20px;
    }
    .cont-link {
        padding: 10px 0;
    }
    /*End*/
    /*Ghostwriting page*/
    .ghost-service-head h1{
        font-size: 28px;
    }
    .our-approach-heading h1
    {
        font-size: 32px;
        margin: 0px 0 20px;
    }
    .one-stop-heading h2 {
        padding: 40px 0 15px;
        font-size: 20px;
    }
    .one-stop-heading p {
        padding: 10px 0;
        font-size: 18px;
    }
    .one-stop-btn {
        padding-bottom: 3px;
    }
    /*end*/
    /*PAge Book Printing*/
    section.book-writter h2{
        font-size: 18px;
        margin-bottom: 0px;

    }
    /*End*/
    /*PAge script-writing*/
    section.script-services {
        padding: 10px 0 1px;
    }
    .script-services-head h1{
        font-size: 25px;
        margin: 0px 0;
    }
    /*End*/
    /*Video page */
    .video-approach-heading h1 {
        font-size: 22px;
    }
    /*End*/
    /*Cover Design PAge*/
    section.ghost-story {
        padding: 0px 0;
    }
    section.color-design {
        padding: 10px 0 0px;
    }
    .cover-design-head h1 {
        font-size: 30px;
    }
    section.illustration h3 {
        padding-top: 20px;
        font-size: 30px;
    }
    section.illustration p {
        font-size: 11px;
    }
    /*End*/

    /*Video page */
    .book-marketing-heading h1 {
        font-size: 25px;
    }
    /*End*/

    .bannerForm {
        width: 100%;
        height: 580px;

    }
    .form-control {
        display: block;
        width: 100%;
        margin: auto;
    }
    .main-banner-btn .left {
        margin: 15px 0px;
        width: 100%;
    }
    .main-banner-btn .right {
        margin: 15px 0px;
        width: 100%;
    }
    section.main-solution a {
        width: 100%;
        text-align: center;
    }
    section.main-solution button {
        width: 100%;
    }
    /*About us Page  */
    .about-editing-heading h4{
        font-size: 20px
    }
    .about-editing-heading h2 {
        font-size: 20px
    }
/*    End*/
/*    Pricing*/
    .pricing-services-heading h1
    {
        font-size: 30px;
        color: #001c3c;
        margin: 0px 0 10px;
    }
/*    End*/
    section.main-banner.contact h2{
        font-size: 34px;
    }
    section.main-banner.contact p
    {
        font-size: 15px;
    }
    .left-percent-cont {
        padding: 50px 0;
    }
/*    market*/
    .market-image img
    {
        display: none;
    }
    .contact-form input {
        padding: 18px;
        margin: 5px 0;
        font-size: 10px;
    }
}
@media only screen and (max-width: 576px){
    .action-images {
        display: none;
    }
    img.line-yellow {
      display: none;
    }

}

.right-img img {
    width: 100%;
}
#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0, 0, 0, .62);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    left: 0;
}

#entry-popup .entry-box {
    background: url(/assets/images/Vetren-popup.png);
    width: 100%;
    /*max-width: 810px !important;*/
    max-width: 750px !important;
    height: auto;
    position: relative;
    margin: 0 auto;
    /* background-size: cover; */
    background-repeat: no-repeat !important;
    border: unset;
    border-radius: 15px;
    top: 40px;
    bottom: 0px;
    margin: 0 auto;
    background-size: 100% 100%;
}

.col-lg-6.col-md-6.col-sm-12.entry-right {
    margin-top: 50px;
    padding-left: 32px;
}
/*.col-lg-6.col-md-6.col-sm-12.entry-right:before*/
/*{*/
/*    content: url(../assets/images/veteran-book.png);*/
/*    width: 200px;*/
/*    height: 200px;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
#entry-popup .entry-box form {
    padding: 30px 60px 60px 0px;
    /*padding: 50px 20px 100px 20px;*/
    position: relative;
    z-index: 2;
}

#entry-popup .entry-box form h1 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

#entry-popup .entry-box .form-control {
    height: 40px;
    margin: 17px auto !important;
    background: #fff !important;
    border-radius: 3px;
}

#entry-popup .entry-box textarea.form-control {
    /*height: auto;*/
    height: 100px;
    margin-bottom: 20px !important;
    border-radius: 0.25rem !important;
    background-color: #fff !important;
    text-align: left;
}

#entry-popup .entry-box form p {
    color: #fff;
    border-left: unset;
    /*border-radius: 10px 40px 0px 0px;*/
    text-indent: 10px;
    margin-bottom: unset;
    font-size: 12px;
    margin-left: -8px;
}

#entry-popup .entry-box form p strong {
    color: #f5be0b;
}

#entry-popup .entry-box button {
    border-radius: 50px;
    background:linear-gradient(175deg, #9d140b, red);
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    cursor: pointer;
    width: 100%;
    border: none;
    margin: 0 auto;
}

#entry-popup a#entry-box_close {
    background-color: #ff0000;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 7px;
    z-index: 999;
}

#entry-popup .entry-box .right-img {
    position: absolute;
    left: -103px;
    top: -44px;
}
#entry-popup .entry-box .mid-img {
    position: absolute;
    right: 90px;
    top: -14px;
}
/*#entry-popup .entry-box .right-img img {*/
/*    width: 100% !important;*/
/*    filter: drop-shadow(2px 4px 6px #000);*/
/*}*/
#entry-popup .entry-box form .col-md-12.form-group {
    padding: 0;
}

.mobile-btn {
    display: none;
}

@media  only screen and (max-width: 767px) {
    #entry-popup .entry-box {
        background: url(assets/images/veteran-popup-mobile.png);
    }

    #entry-popup .entry-box:before {
        content: url(assets/images/vetren-before-mobile.png);
        position: absolute;
        width: 200px;
        height: 200px;
        left: -30px;
        right: 0;
        top: -88px;
        margin: 0 auto;

    }

    #entry-popup .entry-box form {
        padding: 40px 20px;
    }

    .col-lg-6.col-md-6.col-sm-12.entry-right {
        margin-top: unset;
        margin-bottom: 10px;
    }

    #entry-popup .entry-box .right-img {
        display: none;
    }

    .text-1 {
        display: unset;
    }


    .desk-btn {
        display: none;
    }

    .mobile-btn {
        display: block;
    }
    #entry-popup .entry-box .mid-img
    {
        display: none;
    }
    #entry-popup a#entry-box_close
    {
        top: -7px;
    }
}