.checkbox1 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 11px 0 0 0;
}

.checkbox1 a {
	color: #ffffff;
}
.checkbox1 {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.3px;
	line-height: 21px;
}
.checkbox1 span {
	display: inherit;
	position: relative;
	top: -1px;
}
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 26px;
	height: 15px;
	display: initial;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}
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 input[type=checkbox].css-checkbox + label.css-label { display: inline-block; height: 15px; padding: 0 0 0 26px;}
.sidbar-wrapp input[type=checkbox].css-checkbox + label.css-label { background-position:0 0;}
.sidbar-wrapp input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -15px;}

.checkbox3 { width:100%; text-align:left; float:left; margin:0 0 11px; font-size:12.5px; color:#ffffff; line-height:19px;}
.checkbox3 a { color:#ffffff;}
.checkbox3 span { display: inherit; position: relative; top:-5px;}

.checkbox2 {
	width: 40%;
	float: left;
	margin: 28px 0 0;
}
.checkbox2 a {
	color: #393939;
}
.checkbox4 {
	width: 59%;
	float: right;
	margin: 28px 0 0;
}
.checkbox4 a {
	color: #393939;
}
.checkbox2, .checkbox4 {
	text-align: left;
	font-size: 14.3px;
	color: #393939;
	line-height: 21px;
}
.checkbox2 span, .checkbox4 span {
	display: block;
	position: relative;
	top: -4px;
	font-family: 'Poppins', sans-serif;
}

.form-wrapp input[type=checkbox].css-checkbox + label.css-label { display:inline-block;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
	input[type=checkbox].css-checkbox + label.css-label { background-position:0 2px;}
	.checkbox2 { width:100%;}
	.checkbox4 { width:100%;}
	.form-wrapp input[type=checkbox].css-checkbox + label.css-label { background-position:0 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
	.checkbox2 { width:100%;}
	.checkbox4 { width:100%;}
	.form-wrapp input[type=checkbox].css-checkbox + label.css-label { background-position:0 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
	.checkbox2 { width:100%;}
	.checkbox4 { width:100%;}
	.form-wrapp input[type=checkbox].css-checkbox + label.css-label { background-position:0 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}