
.notice-to-owner-hero .container {
  max-width: 100vw;
  width: 77%;
}
.request-notice .container {
  max-width: 100vw;
  width: 79%;
}
.notice-to-owner-hero {
  background-color: #2D4176;
  height: 540px;
  padding: 380px 0px 0px;
}
/* .notice-to-owner-hero .container {
  max-width: 1920px;
  width: 100%;
  margin-left: 12.3%;
} */
.notice-to-owner-hero p {
  text-align: left;
  letter-spacing: 0px;
  color: #F8F8F8;
  opacity: 1;
}
.nto-left-col, .nto-right-col {
  padding-top: 126px;
}
.nto-order {
    width: 400px;
    height: 60px;
    border-right: 45px solid #FFF;
    background-color: #8F2226;
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
    max-width: 100%;
}
.nto-box {
  background-color: #8A171B;
  width: 80%;
}
.nto-box p, .nto-box h2, .nto-box span {
  width: 100%;
}
.nto-box span {
  display: inline-block;
  padding: 5px 0px;
}
.request-notice h2 {
  font-size: 50px;
  color: #2D4176;
}
.nto-includes h3 {
  font-size: 24px;
  color: #2D4176;
}
.request-notice div:nth-child(4) {
  color: #2D4176;
  font-size: 18px;
}
.nto-fee {
  font-size: 40px;
  color: #8A171B;
}
.nto-contact {
  font-size: 18px;
  color: #2D4176;
}
.nto-desc {
  position: relative;
  padding-bottom: 35px;
}
.nto-border-top {
  border-top: 2px solid #ddd;
}
.nto-border-bottom {
  border-bottom: 2px solid #ddd;
}
.map-desc span {
  width: 90%;
}
.nto-required i {
  color: #515151;
  font-size: 18px;
}
.nto-special-price {
  color: #2D4176;
}
.nto-order .dripicons-arrow-thin-right::before {
  content: "m";
  transform: scaleX(1.7);
  padding-left: 9px;
  padding-bottom: 1px;
}
.nto-includes i {
  font-size: 24px;
  color: #000;
}
.nto-desc li .dripicons-checkmark {
  color: #000;
}
@media screen and (max-width: 1399px){
  .nto-box {
    background-color: #8A171B;
    width: 100%;
  }
}
@media screen and (max-width: 1199px){
  .notice-to-owner-hero .container {
    width: 92%;
  }
}
@media screen and (min-width: 992px){

}
@media screen and (max-width: 767px)
{
  .request-notice h2 {
    font-size: 7vw;
    color: #2D4176;
  }
  .nto-left-col, .nto-right-col {
    padding-top: 25px;
  }
}
@media screen and (max-width: 575px)
{
  .nto-left-col, .nto-right-col {
    padding-top: 3em;
  }
  .nto-fee {
    font-size: 6vw;
    color: #8A171B;
  }
  .nto-includes h3 {
    font-size: 7vw;
    color: #2D4176;
  }
  .nto-order {
    bottom: -33.5px;
    border: 0px;
    width: 100%;
  }
  .nto-contact {
    font-size: 3vw;
    text-align: center;
  }
  .map-desc span {
    font-size: 3vw;
  }
}
