section[data-cattype="50034"].wrapper_middle {
	padding: 0px 0px 60px 0px;
}

[data-cattype="50034"] .wrapper_form{
    text-align: left;
}

[data-cattype="50034"] .form-group{
    padding: 5px;
    margin-bottom: 5px;
}
[data-cattype="50034"] .form-group:nth-child(even){
    background-color: #fff;
}

[data-cattype="50034"] .form-group > label{
    text-align: right;
    padding: 3px;
}

[data-cattype="50034"] .btn-success {
	/* color: #fff !important; */
	/* background-color: #198754; */
	/* border-color: #198754; */
	background-color: #fd1c02;
	padding: 15px 60px !important;
	border-radius: 40px !important;
	border: solid 2px transparent !important;
	color: white;
	cursor: pointer;
	transition: color 0.6s ease, background-color 0.6s ease;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto';
	position: relative;
	z-index: 99;
	color: #fff !important;
}

[data-cattype="50034"] .btn-success:hover {
	color: #fd1c02 !important;
	border: 2px solid #fd1c02 !important;
	background-color: #fff !important;
}

[data-cattype="50034"] .contact-form {
	max-width: 1000px;
	margin: auto;
}

[data-cattype="50034"] textarea {
	height: 150px;
}



/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {

section[data-cattype="50034"].wrapper_middle {
	padding: 0px 0px 20px 0px;
}
      
}

