/* Overrides KT class to hide Settings in Menu @ PC media */

@media (min-width: 1025px) {
    .kt-header-menu .kt-menu__nav>.kt-menu__item.mobileMenuViewSettings {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 .15rem;
    }
}

/* Mobile View */
@media (min-width: 320px) and (max-width: 767px) {
    .navbar-logo{
        width: 100px;
    }

    .footer-logo img{
        width: 150px;
    }

    .dashboardSection01 {
        margin-top: 0px;
    }

    .dashboardSection01Title {
        margin-top: 10px;
        border-right: none;
    }
    

    .dashboardSection03Bg {
        height: 200px;
        background-position: center;
    }   

    .dashboardSection03Padding {
        padding-right: 10px;
    }

    .dashboardSection03 {
        padding: 20px 10px 20px 10px;
    }

    .dashboardSection03Padding {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
    }

    .dashboardSection03Padding:last-child {
        border-bottom: 1px solid transparent;
    }
    
    .dashboardSection03ContentBlock {
        border-right: unset;
        padding-left: 30px;
        margin-top: 10px;
        font-size: 10px;
        text-align: left;
    }

    .dashboardSection03ContentDetail {
        color: #000;
        text-align:right;
        padding-right: 35px;
    }

    .contact-us-title{
        text-align: left;
    }
 
}

/* Ipad View */
@media (min-width: 768px) and (max-width: 990px) {
    .dashboardSection01 {
        margin-top: 150px;
    }

    .dashboardSection03Bg {
        height: 200px;
        background-position: center;
    }

    .dashboardSection03Padding {
        padding-right: 15px;
    }

    .dashboardSection03 {
        padding: 20px 20px 20px 20px;
    }
 
}

/* Ipad Pro View */
@media (min-width: 991px) and (max-width: 1199px) {
    
}
