/* Tablet Devices: 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/* Mobile Devices: up to 767px */
@media (max-width: 767px) {
     .app-dm-banner-content h1 {
        font-size: 26px !important;
        padding: 15px 0px 20px;
    }
    .app-dm-header-cta.ul-li {
        position: absolute;
        left: 20px;
        font-size: 10px;
    }
    .app-dm-header-main .logo-2 {
        display: block;
        position: absolute;
        top: 36px;
        width: 94px !important;
    }
    .app-dm-main-header-content {}
    .app-dm-main-header-content .app-dm-header-top { 
        height: 69px;
    }
    .app-dm-header-top .app-dm-header-top-social {
        color: #fff;
        font-weight: 500;
        position: absolute;
        left: 7px;
    }
    .app-dm-header-top-social span {
        display: none !important
    }
     .app-dm-header-top .app-dm-header-top-social {
        color: #fff;
        font-weight: 500;
        position: absolute;
        left: 7px;
        display: none !important;
    }
    .m-brand-logo.text-center {
        display: none;
    }
}