.slider-content .newsletter{ display:none;}
.mb-15 img {width: 35% !important;}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:28px;
	right:70px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/* Media query for phone screens */
@media only screen and (max-width: 768px) {
    .float {
        right: 10px; /* Adjust the right position for phone screens */
      bottom: 70px;
    }
}