.custom-wp-button{
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: 8px 16px !important; 
  	border-radius: 8px !important; 
  	font-family: var(--primary-font), sans-serif !important; 
  	background-color: #25D366;
  	color: #fff;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.custom-wp-button:hover{
	background-color:  #1fad53 !important;
  color: #fff !important;
}

.cwb-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/storage/whatsapp.png');
  background-size: cover;
  margin-right: 8px;
}


.bdrd-58.box-gray-100.icon-wave{
	background-color: #f2f4f7 !important;
}

.banner-hero.banner-breadcrums{
	background-color: #f2f4f7;
}