.banner-outer-wrapper-new {
  /* height: 100vh; */
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #29545E;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 900px;
  margin-top: -175px;
  margin-bottom: -28px;
}

.banner-inner-wrapper-new {
  width: 100%;
  max-width: 1200px;
  padding: 40px 40px;
  text-align: center;
  margin: 0 auto;
}

.bnr-inr-header-new {
  width: 100%;
  max-width: 1100px;
  margin: 80px auto 0;
}

.bnr-inr-header-new h1 {
  margin: 0 0 12px;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 1.25px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 200;
  padding-bottom: 0;
}

.bnr-inr-header-new h2 {
  font-weight: 500;
  letter-spacing: 0.25px;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.4;
  padding: 0;
  padding-bottom: 20px;
}

.banner-button-outer-wrapper-new {
  padding-top: 20px;
}

.banner-button-outer-wrapper-new a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
}

.banner-button-outer-wrapper-new a.button1-new {
  background-color: #29545e;
  color: #fff;
  padding: 20px 20px;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 40px;
  border: 2px solid #c9b151;
  display: inline-block;
}

.banner-button-outer-wrapper-new a.button1-new:hover {
  background-color: #fff;
  transition: 0.5s all;
  color: #29545e !important;
}

.banner-button-outer-wrapper-new a.button2-new {
  border: 2px solid #c9b151;
  border-left: 3px solid #c9b151;
  border-right: 3px solid #c9b151;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
}

.banner-button-outer-wrapper-new a.button2-new:hover {
  background-color: #073A46;
  transition: 1s all;
}

/********************** Responsive Code Starts ************************/

/* Mobile-only cleanup for Parallax Banner */
@media screen and (max-width: 800px) {
  .banner-inner-wrapper-new {
    width: 100%;
    max-width: 100%;
    padding: 32px 16px 8px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .bnr-inr-header-new {
    width: 100%;
    max-width: 100%;
    margin: 110px auto 0;
    padding: 0 8px;
    text-align: center;
    box-sizing: border-box;
  }

  .bnr-inr-header-new h1 {
    margin: 0 0 6px;
    padding: 0;
    font-size: 28px !important;
    line-height: 1.08;
    text-align: center;
    word-break: normal;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .bnr-inr-header-new h2 {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    font-size: 18px !important;
    line-height: 1.35;
    text-align: center;
    word-break: normal;
    overflow-wrap: anywhere;
    hyphens: auto;
    transform: none !important;
    position: relative;
    left: 0 !important;
    right: 0 !important;
  }
}
.banner-button-outer-wrapper-new a {
    font-size: 14px !important;
    line-height: 1.2;
  }

  .banner-button-outer-wrapper-new a.button1-new {
    padding: 10px 14px !important;
    margin-right: 12px;
  }

  .banner-button-outer-wrapper-new a.button2-new {
    padding: 8px 14px !important;
  }
}
@media screen and (max-width: 490px) {
  .banner-inner-wrapper-new {
    padding: 28px 14px 4px;
  }

  .bnr-inr-header-new {
    margin-top: 96px;
    padding: 0 6px;
  }

  .bnr-inr-header-new h1 {
    font-size: 26px !important;
    line-height: 1.06;
    letter-spacing: 0.2px;
  }

  .bnr-inr-header-new h2 {
    font-size: 16px !important;
    line-height: 1.3;
    padding: 0;
    margin-top: 2px;
  }
}