.box-layout .page-wrapper {
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}

.box-layout .header {
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
}
.box-layout .sticky-header .header__nav,
.box-layout .sticky-header .header-three__content {
  position: fixed;
  top: 0px;
  left: unset;
  right: unset;
  max-width: 1390px;
  overflow-x: clip;
}
.box-layout .header-two .navbar__mobile-options {
  gap: 20px;
}
.box-layout .header-two .navbar__mobile-options .contact-btn {
  display: none;
}
.box-layout .header-two .header__nav-content .navbar__list > .navbar__item.nav-fade > .navbar__dropdown-label {
  padding-left: 15px;
  padding-right: 15px;
}
.box-layout .header.header-two.sticky-header .col-xl-2 {
  display: none;
}
.box-layout .sticky-header .header-three__content .header__nav {
  position: relative !important;
}

.header .topbar::after {
  margin-left: -2px;
}

.box-layout:before {
  position: fixed;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/pattern.jpg");
  opacity: 0.4;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media only screen and (min-width: 1600px) {
  .box-layout .banner .banner-two-navigation {
    right: 20px;
  }
}
.box-layout .footer .footer__thumb img {
  max-width: 5vw;
}
@media only screen and (min-width: 1600px) {
  .box-layout .banner-three .banner-three-navigation {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .box-layout .sticky-header.header-two .header__nav {
    margin-left: -12px;
  }
}