#feedback{
	text-align: center;
}
.feedback-wrapper h1{
	font-size: 42px;
	color: #1a4079;
	font-family: 'AcromBold';
	margin: 0;
	margin-top: 55px;
}
.feedback-wrapper p{
	color: #929292;
	font-size: 16px;
	font-family: 'AcromRegular';
	width: 78%;
	margin: auto;
	margin-top: 50px;
}
.feedback-wrapper hr{
	height: 4px;
	width: 62px;
	background-color: #FF3939;
	margin: 40px auto;
}
.feedback-content p{
	text-align: left;
	font-size: 15px;
	line-height: 23px;
	color: #282828;
}
.feedback-content .lp{
	line-height: 35px;
}
.feedback-bold{
	color: #1a4079;
	font-family: 'AcromBold';
}
.feedback-form{
	margin: auto;
	width: 78%;
	margin-top: 65px;
	text-align: left;
}
.feedback-form label{
	font-size: 12px;
	font-family: "AcromRegular";
	color: #1e1e1e;
	margin-left: 2px;
	display: block;
}
.feedback-form input, .feedback-form textarea, .feedback-form select{
	border-radius: 0;
	border: 1px #e8e8e8 solid;
	padding: 8px 12px;
	resize: none;
	font-family: "AcromRegular";
	font-size: 14px;
	width: 100%;
	transition: all 0.4s ease;
}

.feedback-form select{
	padding: 6px 12px;
}

.feedback-form input::-webkit-input-placeholder {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.feedback-form input::-moz-placeholder          {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.feedback-form input:-moz-placeholder           {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.feedback-form input:-ms-input-placeholder      {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}

.feedback-form textarea::-webkit-input-placeholder {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.feedback-form textarea::-moz-placeholder          {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.feedback-form textarea:-moz-placeholder           {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.feedback-form textarea:-ms-input-placeholder      {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}

.feedback-form select::-webkit-input-placeholder {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.feedback-form select::-moz-placeholder          {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.feedback-form select:-moz-placeholder           {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.feedback-form select:-ms-input-placeholder      {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}

.feedback-form input:hover, .feedback-form textarea:hover, .feedback-form input:focus, .feedback-form textarea:focus, .feedback-form select:hover, .feedback-form select:focus{
	box-shadow: none;
	border: 1px #b8bbc0 solid;
	outline: none;
}
.feedback-form .form-group{
	margin-bottom: 20px;
}
.feedback-form input[type="submit"]{
	display: block;
    width: 250px;
    height: 60px;
    border-radius: 50px;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 0;
    border: none;
    transition: all 0.3s ease;
    background-color: #1A4079;
    color: #fff;
    font-family: "AcromBold";
}
.feedback-form input[type="submit"]:hover, .feedback-form input[type="submit"]:focus{
	background-color: #2357a5;
    box-shadow: none;
    border: none;
}
.text_good p{
	margin: 0;
	margin-bottom: 40px;
}
.np{
	padding-left: 0;
	padding-right: 30px;
}
.np-last{
	padding: 0;
}
.np:last-child{
	padding-right: 0;
}
.btn-feedback{
	width: 250px;
	height: 60px;
	font-family: 'AcromExtraBold';
	font-size: 16px;
	border-radius: 50px;
	margin: 25px auto 30px;
	display: block;
}
.feedback-form select{
	background-image: url('../img/arrow-down-2.png');
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none!important;
}
.feedback-form select::-ms-expand {
	display: none;
}
.feedback-form select option:disabled{
	color: #d5d5d5;
}
.feedback-form select option{
	color: #000;
}

@media only screen and (max-width : 992px){

	.navbar-brand, .nopad{
		display: none;
	}
	.dropdown .navbar-brand, .dropdown .nopad{
		display: block;
	}
	.menu{
		min-height: 74px;
		height: 74px;
	}
	#feedback .container-padding{
		padding: 0;
	}
	.feedback-wrapper h1{
		margin-top: 0;
	}
}

@media only screen and (max-width : 767px){
	.np{
		padding-right: 0;
	}
	.feedback-wrapper h1{
		font-size: 32px;
	}
	.feedback-wrapper p, .feedback-form{
		width: 100%;
	}
}

@media only screen and (max-width : 480px){
	.feedback-wrapper h1{
		font-size: 25px;
		line-height: 34px;
	}
	.feedback-wrapper > p{
		font-size: 12px;
		line-height: 18px;
		margin-top: 35px;
	}
	.feedback-content p{
		font-size: 14px;
	}
}

@media only screen and (max-width : 320px){

	.feedback-content p{
		font-size: 12px;
	}
	
}
