@media screen and (max-width:1200px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {}

@media screen and (min-width:992px) {

    .top_nav_pos {
        position: fixed;
        width: 100%;
        z-index: 11;
    }

    .sidebar_height {
        height: calc(100vh - 89px);
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-y: auto;
        width: 100%;
    }

    .fixed_pos {
        position: fixed;
        width: 18.5%;
    }

    .ms_25 {
        height: calc(100vh - 89px);
        margin-left: 17.5%;
        width: 82%;
    }

    .ms_25 .article_secondary_card:first-child  {
        min-height: calc(100vh - 73px);
    }


    .pt_81 {
        padding-top: 66px;
    }

    .sidebar_height::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .sidebar_height::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }

    .sidebar_height::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: rgb(250, 132, 67, 0.3);
    }

    .home_top_img {
        width: 60%;
    }

    .fixed_top {
        position: fixed;
        top: 0;
        width: 25.7%;
        z-index: 1;
    }

}

@media screen and (min-width:1200px) {
    .main_heading {
        font-size: 60px;
    }

    .text_large {
        font-size: 25px;
    }

    .text_small {
        font-size: 19px;
    }

    .text_extra_small {
        font-size: 14px;
    }

    .search_modal {
        max-height: calc(100vh - 100px);
    }

    #buttonCustomizer {
        width: 35%;
    }
}