@media (min-width:1700px) {
    .self-pg-img {
        height: 990px;
    }
}
@media (max-width:1600px){
    .pt-heading {
        font-size: 35px;
    }
    .hero-sec-s {
        font-size: 16px;
    }
    .pt-academic-doc h2 {
        font-size: 40px;
    }
}

@media (max-width:1399px) {
    .form_banner form {
        padding: 20px 20px;
    }
    .form_banner .wpcf7 form p label input {
        font-size: 14px;
    }
    .ser-sec-link-self {
        font-size: 16px;
    }
    .authors-love-us h3 {
        font-size: 16px;
    }
#faqPageId h2
    {
        font-size: 35px;
    }
    .font-22 {
        font-size: 18px;
    }
    .work-pub-div h3{
        font-size: 20px;
    }
}

@media (max-width:1280px) {
    .pt-heading {
        font-size: 30px;
    }
}

@media (max-width:992px) {
    .self-pg-img{
        background: #e4bb2d;
    }
    .self-pg-img {
        height: 730px
    }

    .ddexitpop {
        width: 55%;
    }
    .form_banner {
        margin-bottom: 20px;
    }
    .bannerBades {
        width: 100%;
    }
}
@media (max-width:600px) {
    .form_banner .wpcf7 form,    .form_banner .wpcf7 form p label{
        width: 100%;
    }
    .form_banner .wpcf7 form p{
        flex-direction: column;
        width: 100%;
    }
    .form_banner .wpcf7 form p label input {
        width: 100%;
        max-width: 100%;
    }
    .ddexitpop {
        width: 100%;
    }
    .bannerBades {
        display: none;
    }
}


