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

/* Mobile Devices: up to 767px */
@media (max-width: 767px) {
      .container {
        width: 100% !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
     .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: 38px;
        width: 86px !important;
    }
    .app-dm-header-main.sticky-on .logo-2 {

        top: -20px;
        width: 86px !important;
    }
    .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;
    }
}