.background-8 {
  background: url(../img/banner/contact.png);
  background-repeat: no-repeat;
  background-position: 93% bottom;
  background-size: 26%;
}
.background-support {
  background: url(../img/support.png);
  background-repeat: no-repeat;
  background-position: 91% center;
  background-size: 34%;
}
.background-9 {
  background: url(../img/reveille.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: 26%;
}
.img-70 {
  width: 100%;
  margin-bottom: 0px;
}

@media (max-width: 767px) and (min-width: 320px) {
  .img-70 {
    width: 100%;
    margin-bottom: 0px;
  }
  .contact_subhead-1 {
    font-size: 24px !important;
  }
  .p-left-0 {
    padding-left: 15px !important;
  }
  iframe {
    width: 100% !important;
    height: 250px !important;
    margin-bottom: 20px;
  }
  #reveilleform .section_title {
    margin-bottom: 20px !important;
  }
  .desk-view {
    display: none !important;
  }
  .mob-view {
    display: block !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  iframe {
    margin-bottom: 20px;
  }
  .contact_subhead-1 {
    font-size: 24px !important;
  }
}
.mb-5 {
  margin-bottom: 30px;
}
.mb-0 {
  margin-bottom: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.sticky-position {
  position: sticky !important;
  top: 110px;
}
.contact_subhead-1 {
  font-size: 40px;
  font-weight: 500;
}
.p-left-0 {
  padding-left: 0px;
}
 .mob-view {
    display: none;
  }