.header-style-four .header-lower {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.header-style-four .header-lower .main-menu .navigation > li > a:not(:hover) {
    color: #121212 !important;
}
.about-section:after {
    background: none !important;

}
.image-box2 .image a img {
overflow: hidden;
    object-fit: cover;
    /* object-fit: cover; */
    height: 350px;
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    /* overflow: hidden; */
    object-fit: cover;
    /* object-fit: cover; */
    height: 350px;
}
.project-section:before {
    height: 0px!important;
}
@media only screen and (max-width: 1023px)
{
.header-style-four .header-lower {
    background-color: #fff!important;
    border: 0;
}
.header-style-four .header-lower .mobile-nav-toggler {
    color: #000!important;
}


}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons {
      display: block;
    }

    .image-box2 .image a img {
        overflow: hidden;
        object-fit: cover;
        /* object-fit: cover; */
        height: 200px;
    }
    [class*="col-6 col-xs-6 col-sm-6 col-md-6 col-lg-4"]{
        padding: 5px;
    }
    .map-section.alternate.pull-up {
        margin-top: 0px!important;
    }

  }