﻿@media only screen and (max-width:991px){
    .funds_ul li{
        width: 31%;
    }
}
@media only screen and (max-width:768px){
    .funds_ul li .fund_over_wrap .single_over_wrap{
        width:33.33%;
        border:0;
    }
    .funds_ul li{
        width: 45%;
    }
    
    .dropdown-toggle::after{
        margin-left: 14.255em !important;
    }
}
@media only screen and (max-width:485px){
    .theme_tabs_ul li{
        width:100%;
    }
    .funds_ul li{
        width: 90%;
        margin: 25px 5%;
    }
    .theme_tabs_parent_wrap{
        margin-bottom:0;
    }
}
