.custom-banner {
  padding-top: 120px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
  background-blend-mode: multiply;
}

.custom-banner .custom-banner-content h1 {
  font-size: 4rem;
  color: #fff;
  line-height: .9;
  margin: 0;
}

.custom-banner .custom-banner-content h2 {
  font-size: 4rem;
  color: #fff;
  line-height: .9;
  margin: 0;
}

.custom-banner .custom-banner-border {
  margin-bottom: 46px;
  margin-left: 5px;
  padding-top: 15px;
  width: 10%;
}

.custom-banner .custom-banner-line {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  border-color: #fff;
  border-top-width: 5px;
}

.custom-banner .custom-banner-button a {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-family: Rubik;
  font-weight: 500;
  line-height: inherit;
  padding: 15px 50px 10px 0;
  height: auto;
  border: none;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
}

.custom-banner .custom-banner-button p {
  margin: 0;
}

.custom-banner .custom-banner-button {
  margin-left: 3px;
}

.custom-banner .custom-banner-button a:before,
.custom-banner .custom-banner-button a:after {
  content: "";
  font-family: Ionicons;
  font-size: 48px;
  font-weight: normal;
  text-indent: 0px;
  position: absolute;
  top: 50%;
  right: 0px;
  left: auto;
  transform: translateY(-50%);
  background: none;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

.custom-banner .custom-banner-button a:before {
  left: -50px;
  right: auto;
}

.custom-banner .custom-banner-button a:hover:before {
  left: 0;
}

.custom-banner .custom-banner-button a:hover:after {
  left: auto;
  right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-banner .custom-banner-button a:hover {
  padding: 15px 0 10px 50px;
}
.custom-banner .center .custom-banner-content,
.custom-banner .center .custom-banner-content h2{
  text-align: center;
}
.custom-banner .center .custom-banner-border {
  margin-left: auto;
  margin-right: auto;
}
.custom-banner .hs-help-banner-subheading {
  font-size: 2rem;
  color: #fff;
  display: block;
  margin-bottom: -6px;
}
.custom-banner .center .hs-help-banner-subheading + .vc_empty_space {
  display: none !IMPORTANT;
}



@media (min-width: 768px) {
  .custom-banner .center .custom-col-7 {
    margin: 0 auto;
    float: none;
    width: 66.66666667%;
  }  
}

@media (min-width: 768px) and (max-width: 820px) {
  .custom-banner .center .custom-col-inner {
    padding-left: 0;
    padding-right: 0;
  } 
  .custom-banner .center .custom-col-7 {
    width: 68%;
  }
}

@media(max-width:1139px) and (min-width:768px){
  .custom-banner .custom-banner-content h2{
    word-break: initial;
  }
}

@media(max-width:768px){
  .custom-banner .custom-banner-content h2 {
    font-size: 1.875rem;
  }
  .custom-banner .hs-help-banner-subheading {
    font-size: 1.875rem;
    margin-bottom: 9px;
  }
  .custom-banner .center .custom-banner-border {
    width: 9%;
  }
}


@media(max-width:767px){
  .custom-banner .center .custom-banner-border {
    width: 10.5%;
  }
  .custom-banner .custom-banner-button a:after {
    display:none;
  }

  .custom-banner .page-center{
    width:100%;
  }

}

