@media screen and (max-width: 1500px){
    .ds-item > div:nth-child(2) i{
        font-size: 3rem;
    }
    .ds-item > div:first-child h2{
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 1390px){
    .ds-item > div:first-child > p{
        font-size: 85%;
    }
    .package-items-list > div.package-list-item > div > h2 {
        font-size: 1.5rem;
    }
    .iflex.package-bullet > div:nth-child(2) {
        font-size: .85rem;
        line-height: 1.25rem;
    }
    .package-items-list > div.package-list-item{
        width: 33.33%;
    }
    .package-items-list > div.package-list-item{
        height: auto;
        align-items: stretch;
    }
}
@media screen and (max-width: 1210px){
    .ds-item > div:nth-child(2) i {
        font-size: 2.25rem;
    }
}
@media screen and (max-width: 1160px){
    .dashboard-summary{
        flex-wrap: wrap;
    }
    .dashboard-summary > div{
        width: 49%;
        margin: 10px 0;
    }
    .dashboard-list{
        flex-wrap: wrap;
    }
    .dashboard-list > div{
        width: 100%;
    }
    .dashboard-list > div:nth-child(2){
        margin-top: 25px;
    }
    .package-items-list > div.package-list-item{
        width: 50%;
    }
}
@media screen and (max-width: 800px){
    .dashboard-summary > div{
        width: 100%;
    }
    .tab-header{
        flex-wrap: wrap;
    }
    .tab-header > div{
        width: 100%;
    }
    .tab-header > div:first-child{
        margin-bottom: 20px;
    }
    .tab-searcher, .package-items-list > div.package-list-item{
        width: 100%;
    }
    .user-account-holder, .user-account-controller{
        margin-top: 0;
    }
}
@media screen and (max-width: 600px){
    span.tab-title {
        font-size: 1.15rem;
    }
    .dropdown-menu > ul{
        width: 250px;
    }
    .aside-navigation > ul > li a > div:nth-child(1) i {
        font-size: 1.25rem;
    }
    .aside-navigation > ul > li a > div:nth-child(2) {
        font-size: 85%;
    }
    .side-menu-icon{
        font-size: 1.25rem;
    }
    .side-menu-icon {
        width: 30px;
        height: 30px;
        line-height: 30px !important;
    }
    .control-panel-content > div:nth-child(2){
        min-width: 375px;
    }
    .dlist-item > div:first-child h2{
        font-size: 1.30rem;
    }
    .user-account-controller > div > div:nth-child(2) input{
        font-size: 100% !important;
        font-weight: 400 !important;
    }
}
@media screen and (max-width: 540px){
    .dashboard-summary > div{
        width: 100%;
    }
}