.page-template-under-construction #logo-image {
    border-radius: 25px;
    background: #EAEAEA;
    padding: 20px; 
}

.contact-section #contact-form .text-fields .float-input:last-child {
    display:none;
}

/* text color */
.free {
 color: #d2539e;
}

.services-section3 .services-post:hover .free {
  color: #aff;
}

a.btn.btn.btn
{
   color: #fff;
}

/* header styles */
h1, .box-section h1, h2, .box-section h2, h3 {
 text-transform: inherit;
}
h1 {
  text-align: center;
}

/* checkbox */
.checkbox-padding {
  padding-top:7px;
}
.checkbox-padding label {
   margin-right: 10px;
}

.wpcf7-not-valid-tip {
    color: red;
    font-weight: bolder;
}

