#email-prefs-form.page-header.h2 {
    display: none;
}
.form-columns-1 .hs-input {
  width:100% !important;
}

.banner_heading {
  color: #fff;
  text-transform: uppercase;
}

/*****************************************/
/*    Highlight style for highlight class   */
/*****************************************/

.highlight {
  position: relative;
}

.highlight::before {
  /* Highlight color */
  background-color: #fdce07;
  content: "";
  position: absolute;
  width: calc(100%);
  height: 50%;
  bottom: 0;
  z-index: -1;
	border-radius:20px;
}

.highlight-pink::before {
  /* Highlight color */
  background-color: #ca1587;
  content: "";
  position: absolute;
  width: calc(100%);
  height: 50%;
  bottom: 0;
  z-index: -1;
	border-radius:20px;
}

.tabber-with-navigation-bar-tabber-bottom-sec p {
  font-size: 18px;
}

/*****************************************/
/*    Mobile display   */
/*****************************************/
  @media screen and (max-width: 450px) {
		.m-banner-btn {
			font-size:14px !important;
		}
		.m-banner-img-whatsapp{
			width:20px !important;
			height:auto;
		}