.form-control::-moz-placeholder {
	color: #000000;
}
body {
	text-align: center;
	background: transparent;
}
select	{
	font-size: 14px !important;
}
.cust-group {
	margin-bottom: 8px !important;
}
.cust-btn {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 1;
	background-color: #DD6700;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
}
.cust-btn:hover {
    background-color: #E27600;
}
.form-control {
	border: 1px solid #555;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 6px;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
}
.form-control:hover {
    box-shadow: 0 0 5px 1px #67B233;
    border: 1px solid #67B233;
}
.form-control:active, .form-control:focus {
	box-shadow: 0 0 5px 1px #67B233;
    border: 1px solid #67B233;
    outline: none;
}
.form-horizontal {
	padding: 4px 0 0 5px;
}
.icon-to {
    color: #555;
    font-size: 22px;
    height: 45px;
    line-height: 38px;
}

@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
	select.form-control {
		padding: 9px 4px;
	}
}
@media screen and (max-width: 767px) {
.moving-to-sec, .to-state-sec, .to-city-sec, .to-country-sec, .arrow-sec {
	display: none;
}
.from-zip-sec, .from-country-sec {
    width: 60% !important;
}
.button-sec {
    width: 40% !important;
}
}