@media (max-width: 575.98px) {
    .slides_holder{
        background-image: none;
    }
    .p-5{padding:1em !important;}
    .slider_heading {
        font-size: 40px;
        line-height: 50px;
    }
    .w-50{
        width:100% !important;
    }
    .top_nav_bar_menu li{
        text-align: center;
        margin-left: 0px;
        width:50%;
    }
    .slider_options{
        width:auto;
    }
    .slides_holder{
        min-height: 650px;
    }
    .slider_highlights{
        width:50%;
    }
    .slider_highlights:nth-child(even){
        border-right: none;
    }
    .eligibity_points{
        width:100%;
    }
    .section_reverse{
        flex-direction: column-reverse;
    }
    .heading{
        text-align: center;
    }
    .elig_holder .elg_icon{
        max-width: 100px;
        min-width: 100px;
    }
    
    .footer_col {
        width: 48%;
        margin-bottom: 20px;
    }
    .footer_menu_list ul li{
        padding:5px 0px;
    }
 }