@media all and (max-width: 1920px){
    
}

@media screen and (min-width: 1900px) {
    

}

@media all and (max-width: 1680px){
    
}

@media screen and (min-width: 1680px) {
   
}

@media all and (max-width: 1440px){
    
}

@media all and (max-width: 1200px){}

@media all and (max-width: 992px){
    .side-top-menu .dropdown-menu{
        position: relative !important;
        transform: none !important;
        box-shadow: none;
        border: none;
    }
    .side-top-menu .dropdown-item{
        font-size: 15px;
        padding-left: 0px;
    }

    .hero-container{
        min-height: calc(100vh - 40vh);
    }

    .hero-heading{
        font-size: 38px;
    }

    .main-heading{
        font-size: 28px;
        text-align: center;
    }

    .main-description{
        text-align: center;
    }

    .hpost-content{
        flex-direction: column;
    }

    .bookinfo{
        flex-direction: column;
    }

    /* post view */
    .posts-view-wrapper{
        padding: 1.5rem 1rem;
    }

    .post-view-heading{
        font-size: 28px;
    }

    /* publications */
    .publications-hero-container{
        min-height: calc(100vh - 40vh);
    }
}

@media (min-width: 992px){
    .container{
        max-width: 1250px;
    }
}

@media all and (max-width: 768px){
    .side-top-menu .dropdown-menu{
        position: relative !important;
        transform: none !important;
        box-shadow: none;
        border: none;
    }
    .side-top-menu .dropdown-item{
        font-size: 15px;
        padding-left: 0px;
    }

    .hero-container{
        min-height: calc(100vh - 40vh);
    }

    .hero-heading{
        font-size: 38px;
    }

    .main-heading{
        font-size: 28px;
        text-align: center;
    }

    .main-description{
        text-align: center;
    }

    .hpost-content{
        flex-direction: column;
    }

    .bookinfo{
        flex-direction: column;
    }

    /* post view */
    .posts-view-wrapper{
        padding: 1.5rem 1rem;
    }

    .post-view-heading{
        font-size: 28px;
    }

    /* publications */
    .publications-hero-container{
        min-height: calc(100vh - 40vh);
        text-align: center;
    }
}

@media all and (max-width: 480px){
    .side-top-menu .dropdown-menu{
        position: relative !important;
        transform: none !important;
        box-shadow: none;
        border: none;
    }
    .side-top-menu .dropdown-item{
        font-size: 15px;
        padding-left: 0px;
    }

    .hero-container{
        min-height: calc(100vh - 40vh);
    }

    .hero-heading{
        font-size: 38px;
    }

    .main-heading{
        font-size: 28px;
        text-align: center;
    }

    .main-description{
        text-align: center;
    }

    .hpost-content{
        flex-direction: column;
    }

    .bookinfo{
        flex-direction: column;
    }

    /* post view */
    .posts-view-wrapper{
        padding: 1.5rem 1rem;
    }

    .post-view-heading{
        font-size: 28px;
    }

    .cpost-bottom{
        flex-direction: column;
    }

    /* publications */
    .publications-hero-container{
        min-height: calc(100vh - 40vh);
        text-align: center;
    }
}