
.btnbox{
	clear:both;
}

.contact-form button{
	    margin-top: 20px;
}


form .Input input[type="checkbox"] {
	display: block;
	left: 25px;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
form .Input input[type="checkbox"] + label {
	background-image: url("/img/checkbox.png");
	background-position: left center;
	background-repeat: no-repeat;
	clear: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 10px 0 34px;
}
form .Input input[type="checkbox"] + label a {
	color: #333333;
	position: relative;
	text-decoration: underline;
	z-index: 9;
}
form .Input input[type="checkbox"]:checked + label {
	background-image: url("/img/checkbox-active.png");
	background-position: left center;
	background-repeat: no-repeat;
}

form #drpCity{
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    border: 3px solid #23286f;
    color: #23286f;
    font-size: 16px;
    font-family: 'Circular Std Bold';
    padding: 10px 30px;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
form .Input input[type="checkbox"] + label {
   
    line-height: 16px;
    padding: 10px 10px 0 34px;
}

}

@media (max-width: 767px) {
form .Input input[type="checkbox"] + label {
   
    line-height: 16px;
    padding: 10px 10px 0 34px;
}

}
