li.services.body3 {
  background-color: #ffffff;
}

li i img {
  margin-top: -10px;
  height: 60px;
  width: 60px;
}

#servicesbox li.services:hover h3 i {
  color: #4a4a4a !important;
}

li.pricing_four {
 	width: 23.5%;
  margin: 0.5%;
}

li.pricing_four:first-of-type {
 	margin-left: 1%;
}

@media only screen and (max-width: 639px) {
  li.pricing_four {
 		width: 98%;
  	margin: 0.5%;
	}
}

.sc-checkout-form, .sc-form-group {
  clear: both;
  padding-top: 10px;
}

.sc-form-group label {
  float: left;
  min-width: 100px;
  margin-right: 20px;
  margin-top: 3px;
}

.sc-form-group .sc-form-control {
 	  padding: 8px;
    border-radius: 2px; 
}

.sc-form-group textarea.sc-form-control {
 	max-width: 500px; 
}

.sc-payment-btn {
	clear: both;
  display: block;
  padding: 10px;
  background: #03b3ec;
  color: #FFFFFF;
  border-radius: 4px;
}

.sc-form-group select.sc-form-control {
  border: 0;
    padding: 10px;
    margin: 6px;
    font-size: 14px !important;
}

.sc-form-group .sc-cf-checkbox { 
  margin-top: 5px;
  margin-right: 10px;
}

.home .wpcf7-form-control.wpcf7-submit {
 	background-color: #FFFFFF;
  color: #03b3ec !important; 
}