.float{
	position:fixed;
	width:250px;
	height:50px;
	bottom:50px;
	right:50px;
	background-color:#25d366;
	color:#FFF;
	border-radius:35px;
	text-align:center;
  font-size:25px;
  font-weight: bold;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:10px;
}


.text-black {
	color: #000; }
  
  .content {
	padding: 7rem 0; }
  
  .heading {
	font-size: 2.5rem;
	font-weight: 900; }
  
  .form-control {
	border: none;
	background: #f3f3f3; }
	.form-control:active, .form-control:focus {
	  outline: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  border-color: #000;
	  background: #f3f3f3; }
  
  .col-form-label {
	color: #000; }
  
  .btn, .form-control, .custom-select {
	height: 50px; }
  
  .custom-select:active, .custom-select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #000; }
  
  .btn {
	border: none;
	border-radius: 4px !important; }
	.btn.btn-primary {
	  background: #000;
	  color: #fff;
	  padding: 15px 20px; }
	.btn:hover {
	  color: #fff; }
	.btn:active, .btn:focus {
	  outline: none;
	  -webkit-box-shadow: none;
	  box-shadow: none; }
  
  .box {
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
	box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08); }
	.box h3 {
	  font-size: 14px;
	  margin-bottom: 30px;
	  text-align: center; }
  
  label.error {
	font-size: 12px;
	color: red; }
  
  #message {
	resize: vertical; }
  
  #form-message-warning, #form-message-success {
	display: none; }
  
  #form-message-warning {
	color: #B90B0B; }
  
  #form-message-success {
	color: #55A44E;
	font-size: 18px;
	font-weight: bold; }
  
  .submitting {
	float: left;
	width: 100%;
	padding: 10px 0;
	display: none;
	font-weight: bold;
	font-size: 12px;
	color: #000; }
  

	@media (max-width:500px) {
		.float{
			position:fixed;
			width:150px;
			height:38px;
			bottom:20px;
			right:20px;
			background-color:#25d366;
			color:#FFF;
			border-radius:35px;
			text-align:center;
		  font-size:16px;
		  font-weight: bold;
			box-shadow: 2px 2px 3px #999;
		  z-index:100;
		}
	  }