.header-section {

  background-image: url("../assets/brainstormerz-bg-2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;

}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 1.5rem;
}

.bg-featured-blog {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15rem;
}

.blurred {
  color: transparent;
  text-shadow: 0 0 8px #000;
}

.bg-orange {
  background-color: orange;
}

.slick-prev {
  left: -5px;
}

.slick-next {
  right: -5px;
}

.slick-prev::before,
.slick-next::before {
  color: #000;
}

.vr-last {
  display: none;
}

.slick-dots {
  left: 0;
}

/* Contact Us page CSS */

.addressWrpInner {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.438px 2.536px 27px 3px rgb(0 0 0 / 6%);
  margin: 1% 0 2%;
}

.addressMap img {
  width: 100%;
  float: left;
}

.addressData p {
  text-align: left;
  font-weight: 300;
  color: #444444;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

.addressData p a {
  color: inherit;
  text-decoration: none;
  border: none;
  outline: none;
}

.addressData {
  text-align: left;
  padding: 20px 25px 25px 50px;
}

.icon-add {
  text-align: center;
  align-self: center;
}

.addressData .addressInfo {
  padding: 10px 0;
  border-bottom: 2px dashed #dadada;
}

/* End Contact CSS */

/* disclaimer Page CSS */
ol li {
  line-height: 1.4;
  margin-bottom: 5px;
}

.contact_us {
  font-size: 14px;
  margin-top: 10px;
}

.plan_text {
  padding: 0px 0 10px;
  font-weight: 700;
}

/*  */

@media (max-width: 767px) {
  .hstack.addresses {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
  }

  .hstack.addresses .vr,
  .subscription .vr {
    display: block;
    align-self: center;
    width: 100%;
    height: 1px;
    opacity: 0.25;
    border-top: 1px solid currentColor;
    background: none;
  }

  .hstack.addresses address {
    margin-bottom: 0;
  }

  .vr-last {
    display: block;
  }

  .contact-info {
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }

  .disclaimer {
    display: block;
    text-align: center;
  }

  .container.px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .icon-add {
    text-align: left;
  }

  .icon-add img {
    width: 95px;
  }

  .addressData p {
    font-size: 14px;
  }

  .addressData {
    text-align: left;
    padding: 20px 25px 25px 35px;
  }
}