:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hader-button-wrapper {
  margin-left: 5px;
}

.text-phone-icon {
  color: #f6f6f6;
}

.text-phone-icon:hover {
  color: #ff4200;
  -webkit-text-stroke-color: #ff4200;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  width: 160px;
  padding-top: 15px;
  padding-bottom: 0;
}

.nav-dropdown-list.medium.w--open {
  width: 250px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-tablet {
  display: none;
}

.text-left {
  text-align: left;
  font-size: 14px;
  line-height: 1em;
}

.nav-logo {
  width: 100%;
  max-width: 67%;
  height: 100%;
}

.primary-button-with-icon {
  color: #fafafa;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ff4200;
  border: 1px solid #ff4200;
  padding: 15px 30px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .4s;
  display: block;
}

.primary-button-with-icon:hover {
  opacity: 1;
  color: #ff4200;
  background-color: #fff;
}

.nav-item-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
}

.nav-item-title:hover {
  color: #ff4200;
}

.nav-item-title.white {
  font-size: 14px;
}

.nav-dropdown-link {
  color: #111e21;
  text-align: center;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: #ff4200;
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: #ff4200;
}

.nav-buttons-wrap {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.phone-number-text {
  font-weight: 400;
  display: none;
}

.phone-number-text.white {
  transition: all .3s;
}

.header-link {
  padding: 7px 13px 0;
  font-size: 14px;
  font-weight: 400;
}

.brand {
  max-width: 267px;
}

.brand.w--current {
  max-width: 219px;
}

.nav-dropdown-icon {
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 0;
  font-size: 16px;
  transition-property: none;
  position: relative;
}

.nav-dropdown-link-menu {
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-menu:hover {
  color: #ff4200;
  margin-left: 0;
}

.nav-dropdown-link-menu.w--current {
  color: #ff4200;
}

.button-wrapper {
  align-items: center;
  display: flex;
}

.menu-wrap {
  align-items: center;
  margin-left: 15px;
  margin-right: auto;
  display: flex;
}

.primary-button {
  color: #fafafa;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ff4200;
  border: 1px solid #ff4200;
  border-radius: 0;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .4s;
  display: block;
}

.primary-button:hover {
  opacity: 1;
  color: #ff4200;
  background-color: #fff;
}

.primary-button.button-burger {
  display: none;
}

.phone-wrapper {
  grid-column-gap: 8px;
  padding: 10px;
  display: flex;
}

.phone-wrapper.burger {
  display: none;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 7px 10px 0;
  display: flex;
}

.nav-dropdown-list-inner {
  background-color: #fff;
  border: 1px solid rgba(105, 110, 119, .1);
  border-radius: 8px;
  width: 300px;
  padding: 20px;
  display: flex;
  box-shadow: 2px 0 5px -1px rgba(0, 0, 0, .1);
}

.nav-menu-wrapper {
  flex: 1;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-left: 15px;
}

.nav-dropdown-link-line {
  background-color: #ff4200;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.home-banner-section {
  background-image: linear-gradient(rgba(15, 27, 36, .38), rgba(15, 27, 36, .38)), url('../images/MR-LOPEZ-HAPPY-CLEANING-INC-BANNER-2.png');
  background-position: 0 0, 48%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  height: 83vh;
  max-height: 969px;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.base-container {
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.banner-wrapper-text {
  text-shadow: 0 1px 20px rgba(0, 0, 0, .9);
  max-width: 100%;
}

.white {
  color: #fff;
  text-align: center;
  padding-left: 174px;
  padding-right: 174px;
  font-size: 53px;
  line-height: 57px;
  transition-property: none;
}

.heading {
  color: #fff;
  font-size: 28px;
}

.subheader-banner {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
  padding-left: 160px;
  padding-right: 160px;
  font-size: 18px;
  font-weight: 400;
}

.primary-button-white {
  color: #ff4200;
  text-align: center;
  letter-spacing: -.04px;
  background-color: #fff;
  align-self: flex-start;
  align-items: center;
  padding: 15px 30px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .4s;
}

.primary-button-white:hover {
  color: #f6f6f6;
  background-color: #ff4200;
}

.navbar {
  z-index: 1000;
  background-color: rgba(66, 65, 65, .74);
  width: 100%;
  position: fixed;
  top: 0;
}

.heading-6 {
  font-size: 20px;
  line-height: 24px;
}

.div-block-3 {
  padding: 50px;
}

.columns {
  align-items: center;
  display: flex;
}

.columns._2 {
  flex-direction: row-reverse;
}

.div-column.right {
  text-align: left;
  padding: 20px;
}

.button-2 {
  background-color: #2caf00;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 500;
}

.paragraph-2 {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

.heading-7 {
  text-align: center;
}

.bullet-points {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 23px;
}

.bullet-points.bold {
  font-weight: 700;
}

.column-paragraph {
  text-align: left;
  font-size: 16px;
  line-height: 23px;
}

.column-paragraph._2 {
  text-align: center;
}

.column-paragraph._3 {
  margin-top: 12px;
}

.button-3 {
  background-color: #2caf00;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 500;
}

.italic-text {
  font-size: 25px;
}

.div-block-4 {
  padding: 54px;
}

.navbar-2 {
  z-index: 1000;
  background-color: rgba(255, 255, 255, .85);
  width: 100%;
  position: fixed;
  top: 0;
}

.menu-header {
  font-family: Droid Serif, serif;
  font-size: 15px;
}

.menu-header.contact {
  background-color: #f0dd13;
}

.container {
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  flex: 1;
  padding-left: 55px;
}

.body {
  background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89)), url('../images/MR-LOPEZ-HAPPY-CLEANING-INC-BANNER-WEB.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Droid Serif, serif;
}

.images {
  border: 5px solid #ffea00;
}

.heading-8 {
  text-align: center;
}

.div-block-5 {
  background-color: #37b649;
  padding: 50px 40px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.columns-2 {
  margin-top: 30px;
}

.div-choose-us {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.image {
  border: 1px solid rgba(0, 0, 0, 0);
}

.heading-11 {
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 29px;
}

.div-block-6 {
  padding: 50px;
}

.text-block-2 {
  margin-bottom: 30px;
  font-size: 16px;
}

.div-block-15 {
  background-color: #1b1b1b;
  padding: 41px 20px;
}

.footer-div-block {
  color: #fff;
  flex-direction: column;
  padding: 14px;
  display: flex;
}

.heading-18 {
  color: #f0dd2c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.heading-18._5 {
  color: #fff;
  margin-top: 16px;
}

.link-3 {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  text-decoration: none;
}

.text-block-7 {
  font-size: 15px;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

@media screen and (min-width: 1280px) {
  .hader-button-wrapper {
    margin-left: 30px;
  }

  .nav-logo {
    max-width: 100%;
  }

  .nav-buttons-wrap {
    padding-left: 0;
  }

  .phone-number-text {
    display: none;
  }

  .brand {
    height: 50px;
  }

  .brand.w--current {
    max-width: 100%;
  }

  .menu-wrap {
    margin-left: 60px;
  }

  .phone-wrapper {
    padding-right: 20px;
  }

  .nav-dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-wrapper {
    padding-left: 30px;
    padding-right: 15px;
  }

  .home-banner-section {
    padding-top: 230px;
    padding-bottom: 100px;
  }

  .base-container {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .text-phone-icon:hover {
    -webkit-text-stroke-color: #ff4200;
  }

  .phone-number-text {
    display: block;
  }

  .phone-number-text.white:hover {
    color: #ff4200;
  }

  .nav-dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-banner-section {
    background-position: 50%;
  }
}

@media screen and (min-width: 1920px) {
  .phone-wrapper {
    padding-right: 30px;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    padding-left: 50px;
  }

  .nav-menu {
    margin-left: 80px;
  }

  .home-banner-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/Home_1Home.webp');
    background-size: auto, cover;
    padding-top: 330px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .hader-button-wrapper {
    display: none;
  }

  .text-phone-icon {
    color: #111e21;
  }

  .nav-dropdown-list {
    border-width: 0;
    flex-direction: column;
    width: 320px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 18px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-tablet {
    display: block;
  }

  .logo-burger {
    width: 100%;
    height: 50px;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .nav-item-title.white {
    color: #111e21;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 20px 0 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5em;
  }

  .nav-buttons-wrap {
    margin-left: auto;
    margin-right: 15px;
    display: block;
  }

  .phone-number-text {
    display: block;
  }

  .header-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .header-link.white {
    color: #111e21;
    padding-bottom: 10px;
  }

  .menu-button {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-icon.white {
    color: #111e21;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: flex;
  }

  .nav-dropdown-link-menu {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5em;
  }

  .button-wrapper.burger {
    margin-top: 10px;
  }

  .menu-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding: 20px;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    font-size: 18px;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .primary-button {
    align-self: flex-start;
  }

  .primary-button.button-burger {
    display: block;
  }

  .phone-wrapper {
    display: none;
  }

  .phone-wrapper.burger {
    margin-top: 15px;
    display: flex;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-list-inner {
    box-shadow: none;
    border-style: none;
    flex-direction: column;
    padding: 0;
  }

  .nav-menu-wrapper {
    align-self: center;
    align-items: center;
    height: 60px;
  }

  .nav-menu {
    background-color: #111e21;
    flex-direction: column;
    width: 320px;
    margin-left: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .home-banner-section {
    background-position: 26%;
    background-size: cover;
    height: auto;
    padding-top: 180px;
  }

  .white {
    padding-left: 18px;
    padding-right: 18px;
  }

  .subheader-banner {
    padding-left: 14px;
    padding-right: 14px;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .columns._2 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown-list {
    padding-left: 15px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .primary-button-with-icon {
    margin-bottom: 0;
  }

  .nav-dropdown-link {
    font-size: 14px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-dropdown-link-menu {
    font-size: 14px;
  }

  .button-wrapper {
    margin-top: 20px;
  }

  .primary-button {
    margin-bottom: 0;
  }

  .home-banner-section {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .base-container {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-wrapper-text {
    max-width: 100%;
  }

  .subheader-banner {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .brand-tablet {
    padding-left: 0;
  }

  .primary-button-with-icon {
    align-self: flex-start;
  }

  .logo-burger {
    width: 100%;
  }

  .primary-button {
    align-self: stretch;
  }

  .home-banner-section {
    background-position: 50%;
  }

  .banner-wrapper-text {
    max-width: 100%;
  }

  .white {
    line-height: 45px;
  }

  .div-block-3 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-4 {
    padding: 7px;
  }

  .bold-text {
    font-size: 44px;
    line-height: 37px;
  }
}


