<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.service-billing-adrs input[type="checkbox"]{
	width:20px;
}
.error {
   border: 1px solid red;
}
.wpcf7-not-valid-tip {
    font-size: 0.9em;
    position: relative;
    top: -10px;
}
.submit-container button:disabled {
            cursor: not-allowed;
        }
.form-1 .plan, input, textarea, select{
  background-color: #F9FCE5;
  border-color: #05693D;
  border-radius: 20px;
}</style>
<!-- end Simple Custom CSS and JS -->
