/* .sticky-header {
    border-bottom: 1px solid #182144;
} */
.logo-white, .logo-color {
    max-width: 100%;
    height: 50px !important;
    /*margin-left: 61px;*/
}
.mobile-menu-logo {
    max-width: 100%;
    height: 30px !important;
    margin-left: 40px;
}
.dropdown-grid.company-menu {
    width: 330px !important;
}

.navbar-dark .digital li a.nav-link {
    color: #646767 !important;
}
.htw-single-item {
    height: 300px !important;
}

.digital li a.nav-link {
    padding: 0.85rem 1rem;
    font-size: .9375rem;
    font-weight: 500;
    position: relative;
    font-family: "Poppins",sans-serif;
}
.website-banner-image {
    width: 60% !important;
}

.list-two-col li {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.mk-feature-section {
    padding-top: 15px !important;
}

.digi-service-single {
    height: 350px !important;
}
.digi-contact-left .contact-box {
    padding: 24px 14px !important;
    width: 335px !important;
    border-radius: 10px !important;
    margin-top: 10px !important;
}
.text-orange {
    color: #1684ca !important;
}
.digi-contact-form-bg {
    margin-top: 10px !important;
}

@media only screen and (max-width: 600px) {
    .htw-single-item {
        height: 300px !important;
    }
    .logo-white, .logo-color {
        max-width: 100%;
        height: 40px !important;
        margin-left: 10px;
    }
    .mobile-menu-logo {
        max-width: 100%;
        height: 40px !important;
        margin-left: 2px;
    }
  }