.notice-topbar {
  background: #E77619;
  padding: 5px 0 10px;
  top: 0;
  width: 100%;
  z-index: 99999999;
}
.notice-topbar p {
  color: white;
  font-size: 18px;
  margin: 0;
}
.notice-topbar .quote-head-btn {
  margin-top: 0;
  margin-left: 30px;
}
.header {
  margin-top: 65px;
}
.header-content.stuck {
  top: 66px !important;
}
.quickLinks.stuck {
  top: 65px !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .header {
    margin-top: 89px;
  }
  .header-content.stuck {
    top: 89px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    margin-top: 95px;
  }
  .header-content.stuck {
    top: 95px !important;
  }
}
@media only screen and (min-width: 430px) and (max-width: 768px) {
  .header {
    margin-top: 95px;
  }
  .quickLinks.stuck {
    top: 95px !important;
  }
  .header-content.stuck {
    top: 170px !important;
  }
}
@media only screen and (max-width: 430px) {
  .header {
    margin-top: 155px;
  }
  .header-content.stuck {
    top: 155px !important;
  }
}
@media only screen and (max-width: 320px) {
  .header {
    margin-top: 180px;
  }
  .header-content.stuck {
    top: 180px !important;
  }
}