/*
 * dashboard page starts
 */
.dashboard-tab {
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:3px 3px 6px #c8c8c8;
    width:90%;
    margin:auto;
}
.top-tabs .dashboard-tab {margin-bottom:20px;}
@media (max-width: 768px){.middle-tabs .dashboard-tab {margin-bottom:20px;}}
.dashboard-tab-image {overflow:hidden; height:122px !important;}
.dashboard-tab a {
    font-family:'Lucida Sans', sans-serif;
    font-size:18px;
    font-weight:500;
    color:#fff;
    transition-duration:0.3s;
}
.dashboard-tab a:hover {color:#e2e2e2; text-decoration:none;}
.dashboard-tab img {width:100%; transition:all 2s ease 0s;}
.dashboard-tab:hover img {transform: scale(1.05);}
.inner-padd {padding:10px; background-color:#20b2aa;}
.dashboard-tab p {text-align:center; margin:0;}
/*
 * dashboard page ends
 */