.checkbox1 {
	width: 100%;
	float: left;
	margin: 5px 0 22px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 0;
}
.checkbox1 a, .checkbox2 a {
	color: #afb1b8;
}
.checkbox1, .checkbox2 {
	text-align: left;
	font-size: 13px;
	color: #afb1b8;
	letter-spacing: 0.4px;
	line-height: 26px;
}
.checkbox1 span, .checkbox2 span {
	display: inherit;
	position: relative;
	top: 0;
}
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
	margin: 0 0 0;
	padding: 0 0 0 22px;
	height: 10px;
	display: initial;
	background-repeat: no-repeat;
	background-position: 0 5px;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -14px;
}
label.css-label {
	background-image: url(../images/checkbox-thumb1.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sidbar-wrapp  .checkbox1 { margin:0 0 5px;;}
.sidbar-wrapp .checkbox1 a, .sidbar-wrapp .checkbox2 a { color: #6d6e71;}
.sidbar-wrapp .checkbox1, .sidbar-wrapp .checkbox2 { font-size: 13px; color: #6d6e71;}
.sidbar-wrapp input[type=checkbox].css-checkbox + label.css-label { display:inline-block; height:16px;}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span { top:-2px;}

.form-wrapp .checkbox1 { width: 39.6%; float: left; margin: 22px 0 0;}
.form-wrapp .checkbox2 { width: 59.2%; float: left; margin: 22px 0 0;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { text-align:center; font-size:12px; line-height:25px;}
.sidbar-wrapp .checkbox1, .sidbar-wrapp .checkbox2 { text-align:left;}

.form-wrapp .checkbox1, .form-wrapp .checkbox2 { width:100%;}
.form-wrapp .checkbox2 { margin:5px 0 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { text-align:center; font-size:12px; line-height:25px;}
.sidbar-wrapp .checkbox1, .sidbar-wrapp .checkbox2 { text-align:left;}

.form-wrapp .checkbox1, .form-wrapp .checkbox2 { width:100%;}
.form-wrapp .checkbox2 { margin:5px 0 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { text-align:center; font-size:12px; line-height:25px;}
.sidbar-wrapp .checkbox1, .sidbar-wrapp .checkbox2 { text-align:left;}

.form-wrapp .checkbox1, .form-wrapp .checkbox2 { width:100%;}
.form-wrapp .checkbox2 { margin:5px 0 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.form-wrapp .checkbox1, .form-wrapp .checkbox2 { width:100%; text-align:center;}
.form-wrapp .checkbox2 { margin:5px 0 0;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.form-wrapp .checkbox1, .form-wrapp .checkbox2 { width:100%; text-align:center;}
.form-wrapp .checkbox2 { margin:5px 0 0;}

}

@media screen and (min-width:1025px) and (max-width:1240px) {
.form-wrapp .checkbox1, .form-wrapp .checkbox2 { width:100%; text-align:center;}
.form-wrapp .checkbox2 { margin:5px 0 0;}
}