@media (min-width: 992px){
	.footer .col-md-4:last-child {
		padding-left: calc(8.3333% + 15px);
	}
}
.main-form{
   padding: 24px 24px 4px;
   background: #ffffff;
   border-radius: 6px;
}
.course-form{
	padding: 32px 32px 12px;
}
.main-form .form-title h3{
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 24px;
}
.course-form .form-title h3{
	line-height: 32px;
	margin-bottom: 20px;
}
.main-form div.row{
   margin-left: -12px;
   margin-right: -12px;
}
.main-form .col-md-6,
.main-form .col-md-12{
   padding-left: 12px;
   padding-right: 12px;
}
.coworking-form br,
.main-form br{
   display: none;
}
.main-form .field-label{
   display: inline-block;
   color: rgb(22, 28, 45);
   font-weight: 600;
   margin-bottom: 8px;
}
.main-form input,
.main-form select,
.main-form textarea{
   border-radius: 4px;
	 -webkit-appearance: none;
   -moz-appearance: none;
}
.main-form:not(.donate-form) input, 
.main-form:not(.donate-form) select, 
.main-form:not(.donate-form) textarea{
	padding-left: 44px;
}
.main-form textarea{
   height: 112px;
}
.course-form .octf-btn{
	width: 100%;
}
.coworking-form p{
	margin-bottom: 0;
}
.coworking-form span.wpcf7-form-control-wrap,
.main-form span.wpcf7-form-control-wrap{
   display: block;
   position: relative;
}
.main-form:not(.donate-form) span.wpcf7-form-control-wrap:before{
   position: absolute;
   content: '';
   left: 16px;
   top: 12px;
   height: 16px;
   width: 16px;
   background-size: 16px 16px;
}
.coworking-form span.wpcf7-form-control-wrap:before{
	position: absolute;
  content: '';
  left: 16px;
  top: 15px;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
}
.coworking-form input{
	padding-left: 48px;
}
.main-form:not(.donate-form) span[data-name="your-name"]:before{
   background-image: url('https://techwind.s3.amazonaws.com/images/user.svg');
}
.main-form:not(.donate-form) span[data-name="your-email"]:before{
   background-image: url('https://techwind.s3.amazonaws.com/images/mail.svg');
}
.main-form:not(.donate-form) span[data-name="your-question"]:before{
        background-image: url('https://techwind.s3.amazonaws.com/images/book.svg');
}
.main-form:not(.donate-form) span[data-name="your-message"]:before{
   background-image: url('https://techwind.s3.amazonaws.com/images/message-circle.svg');
}
.main-form:not(.donate-form) span[data-name="your-tel"]:before{
   background-image: url('https://techwind.s3.amazonaws.com/images/phone.svg');
}
.main-form:not(.donate-form) span[data-name="your-password"]:before{
        background-image: url(https://techwind.s3.amazonaws.com/images/key.svg);
}
.coworking-form:not(.donate-form) span[data-name="your-space"]:before{
   background-image: url('https://techwind.s3.amazonaws.com/images/map-pin.svg');
}
.main-form:not(.donate-form) span[data-name="fsearch"] input {
	padding-left: 48px;
}
.main-form:not(.donate-form) span[data-name="fsearch"]:before{
	height: 20px;
    width: 20px;
    background-size: 20px 20px;
   background-image: url('https://techwind.s3.amazonaws.com/images/search.svg');
}
.modern-saas-sub button.search-octf {
	border-radius: 6px;
}