.contactform-content-wrapper {
    padding: 40px 25px 25px 25px;
    background-color: #f3f3f3;
    max-width: 1160px;
    margin: -600px auto 0;
    background: url(/template/c73e5a0b/images/contact-form-bg.png) no-repeat #fff;
    padding: 100px;
    border-radius: 25px;
    z-index: 1;
    background-size: cover;
} 
.contactform-content-wrapper h2 {
    color: #2D9FAB ;
   font-size: 32px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 28px 0;
    text-align: center;
    font-weight: 500;
}
.contactform-content div label {
    display: block;
    margin: 0;
    text-transform: capitalize;
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 8px;
}
.contactform-content div label span{
    color: #f00;
    padding-left: 4px;
}
.contactform-content div input[type="text"] { 
    height: 47px;
    padding: 8px 17px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    background: transparent;
}
.contactform-content div input[type="text"]:focus { 
	outline:none;
	box-shadow:none;
	border-color:#2D9FAB ;
}
.contactform-content div textarea {
    width: 100%;
    height: 160px;
    font-size: 16px;
    padding: 8px 17px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
}
.contactform-content div textarea:focus { 
	outline:none;
	box-shadow:none;
	border-color:#ccc;
}
.contactform-content .submit-field {
    text-align: center;
    padding-top: 25px;
}
.contactform-content div button { 
    max-width: 215px;
    margin: 0;
    display: inline-block;
    padding: 9px 10px;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    height: 40px;
    font-family: 'Sora';
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #2D9FAB;
    width: 100%;
    border-radius: 70px;
}
.contactform-content .row + .row {
    margin-top: 30px;
}
.contactform-content div button:hover {
    background-color: #000;
}
.contactform-content div button:focus { 
	outline:none;
	box-shadow:none;
}
.contactform-content div button em{
	font-style:normal;
	position:relative;    
}
.contactform-content div button em:after {
    content: '';
    width: 10px;
    height: 16px;
    display: inline-block;
    background: url(../arrow-backtop.png) no-repeat;
    transform: rotate(90deg);
    margin: 0 0 0 10px;
    position: relative;
    top: 2px;
}
.checkbox-label{
    line-height: 22px;
    margin-top: -5px !important;
    text-transform: initial !important;
}
input.agree{
    height: 13px;
    width: 20px;
}
body.page-request-a-demo .page-content { 
    background: #F0F1F2;
    padding-bottom: 200px;
}
body.widget-snippet .contactform-content-wrapper,
.fee .contactform-content-wrapper
 {
    margin-top: 0;
}
@media screen and (max-width: 1200px) {
    .contactform-content-wrapper { 
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 1080px) {
    body.page-request-a-demo .page-content { 
        padding-bottom: 100px;
    }
    .contactform-content-wrapper { 
        padding: 70px; 
    }
}
@media screen and (max-width: 767px) {
	.contactform-content-wrapper h2 {
    	font-size: 26px;
        padding: 0 10px;
        background: #fff;
        line-height: 32px;
	}
	.contactform-content .row + .row {
		margin-top: 0;
	}
	.contactform-content div label {
		margin: 20px 0 5px 0;
	} 
	.contactform-content div textarea { 
		height:100px;	
	}
	.contactform-content div button{
		padding:10px 60px;		
	}
    .contactform-content-wrapper {
        padding: 0; 
    }
    .contactform-content {
        padding: 25px 25px 40px 25px; 
    } 
    body.page-request-a-demo .page-content { 
        padding-bottom: 70px;
    }
}
