.hs-search-field {
    padding: 0 15px;
}
.resource-banner {
    color: #fff;
    padding: 80px 20px 40px 20px;
    position: relative;
}

.resource-banner h1{
  text-align:center;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color:#fff;
}
.resource-banner h2{
font-weight: 400;
font-size: 24px;
line-height: 29px;
text-align: center;
text-transform: uppercase;
  color:#fff;
}
.resource-banner input.hs-search-field__input {
    padding: 16px 40px 16px 20px;
    border-radius: 40px;
    border: 0px;
    font-size: 16px;
  background-image: url(https://7543628.fs1.hubspotusercontent-na1.net/hubfs/7543628/analytics-creator-images/Resource_Page/search.svg);
    background-position: 97%;
    background-repeat: no-repeat;
      outline: none;
      z-index: 99999;
    position: relative;
}
.resource-banner .hs-search-field button {
    padding: 0px;
    position: absolute;
    right: 22px;
    top: 9px;
    background: transparent;
    border: 0px;
}
.resource-banner svg{
   // width: 20px;
}
.resource-banner .hs-search-field {
    max-width: 550px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
}
ul.hs-search-field__suggestions {
    list-style: none;
    font-size: 16px;
    padding: 20px;
}
/* .resource-banner:after {
    content: "";
    position: absolute;
    background-image: url(https://7543628.fs1.hubspotusercontent-na1.net/hubfs/7543628/analytics-creator-images/icons/Vectorbanner.svg);
    background-repeat: no-repeat;width: 520px;
    height: 288px;
    bottom: 2px;
    right: 200px;
  z-index: -1;
} */
.resource-banner:before {
    content: "";
    position: absolute;
    background-image: url(https://7543628.fs1.hubspotusercontent-na1.net/hubfs/7543628/analytics-creator-images/icons/Vector%20105.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 146px;
    bottom: -4px;
  right: 257px;
  display:none;
}

.resource-banner::after {
    background-image: url(https://7543628.fs1.hubspotusercontent-na1.net/hubfs/7543628/banner-lines.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    position: absolute;
    right: 20%;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
@media (max-width: 650px) {
  .resource-banner:before {
    content: "" !important;
    position: absolute;
    background-image: url(https://7543628.fs1.hubspotusercontent-na1.net/hubfs/7543628/analytics-creator-images/icons/Vector%20105.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 146px;
    bottom: -4px;
    right: 113px;
    display:none;
}
  .resource-banner {
      padding: 80px 15px 0px 15px;
  }
}
@media(max-width:568px){
   .resource-banner:after {
      background-image: url(https://7543628.fs1.hubspotusercontent-na1.net/hubfs/7543628/banner-lines.svg);
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      bottom: 0;
      content: "";
      position: absolute;
      right: 20%;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
  }
  .resource-banner .hs-search-field {
      width: 100%;
      padding: 30px 0 0;
  }
  .resource-banner input.hs-search-field__input::placeholder {
      color: #a8a8a8;
  }
  .resource-banner input.hs-search-field__input {
      padding: 14px 40px 14px 20px;
  }
}

