.wlogo{
    max-height: 100px;
}

.hero-5 .banner-outer .hero-box-items .content-box p{
    font-weight: bold;
}

.sticky-header .logo img {
    max-height: 60px !important;
}

.contact-details-block:hover a {
    color: var(--theme-color-white);
}

@media only screen and (max-width: 1023px) {
    .main-header .logo img, .sticky-header .logo img {
        width: auto;
        max-width: none;
        max-height: 65px;
    }
}