.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	left: 20px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 5px #999;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}
.whatsapp-float img {
	width: 35px;
	height: 35px;
}
.whatsapp-float:hover {
	background-color: #20ba5a;
	display: flex !important;
}
.banner-section .slide-item .content-box-background-none:after{
	background-color: unset !important;
}
.about-us .image-column .inner-column-left::before {
  position: absolute;
  left: -50px;
  top: 50px;
  height: 400px;
  width: 200px;
  background-image: url(../images/icons/pattern.png);
  content: "";
}
.about-us .image-column .inner-column-left {
	padding-left: unset !important;
	padding-right: 50px !important;
}
.owl-stage-outer.owl-height {
	height: 500px !important;
}
.banner-section .slide-item .image-layer {
	background-size: contain !important;
	background-position: unset !important;
}

.nice-select .list{
	max-height: 150px !important;
  	overflow: auto !important;
}