/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 8, 2019, 7:54:16 PM
    Author     : Sharif Uddin
    Email      : fsuuaas@gmail.com
*/

@media (max-width: 575.98px) {
    .top-links-sub-menu, .top-links-section {
        width: 340px;
    }
    /*.mega-menu-content .mega-menu-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
        padding-right: 0;
    }*/

    .mega-menu-content-sm,.mega-menu-column-sm{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
}


