.alert_box {
    background:#800000;
    font-size:30px;
    margin:10px 0px 0px 0px;
    padding:20px;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    text-align:center;
    border-radius:10px;
   
}
.hero_tour {
  background-size: cover;
  background-position: center center;
  padding: 230px 0 230px;
  overflow: hidden;
}
.hero_title {
  display: flex;
}
.hero_tour h1 {
  max-width: 620px;
}
.hero_highlights {
  background-image: url("https://6114587.fs1.hubspotusercontent-na1.net/hubfs/6114587/highlight-bg.jpg");
  background-size: cover;
}
.hero_highlights_box {
  background-image: url("https://6114587.fs1.hubspotusercontent-na1.net/hubfs/6114587/hero-highlights-bg.jpg");
  background-size: cover;
  padding: 80px 50px;
  display: flex;
  transform: translate(0px, -80px);
}
.hero_highlights_box > div {
  width: 50%;
}
.box_content {
  padding-right: 50px;
}
.hero_title {
  position: relative;
}
.hero_highlights_box img {
  border-radius: 10px;
}
.hero_highlights_box ul li::marker {
  color: #fff;
}

.sticky_help {
  position: fixed;
  top: 120px;
  left: -5px;
  z-index: 9;
  transition: 0.3s;;
}
.sticky_help:hover{
    left:0;
}
#hero_circle {
  left: 45%;
  position: absolute;

  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #hero_circle {
    display: none;
  }
  .sticky_help {
    position: fixed;
    top: 400px;
    left: auto;
    right: 0;
    z-index: 9;
  }
  .hero_highlights_box {
    flex-direction: column;
  }
  .hero_highlights_box img {
    max-width: 100%;
  }
  .hero_highlights_box > div {
    width: 100%;
  }
  .hero_highlights_box {
    padding: 20px;
  }
  .hero_tour {
    text-align: left;

    padding: 130px 0 230px;
  }
  
  
