.checkbox1 {
	width: auto;
	float: none;
	margin: 18px 20px 46px 0;
}
.checkbox2 {
	width: auto;
	float: none;
	margin: 18px 0 46px;
}
.checkbox1 a, .checkbox2 a {
	color: #ffffff;
}
.checkbox1 a:hover { text-decoration:underline;}
.checkbox2 a:hover { text-decoration:underline;}

.checkbox1, .checkbox2 {
	text-align: center;
	font-size: 13.06px;
	color: #ffffff;
	letter-spacing: 0.2px;
	line-height: 26px;
	display: inline-block;
}
.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: 11px;
	display: initial;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -21.5px;
}
label.css-label {
	background-image: url(../images/checkbox-thumb1.svg);
	-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 { width:100%; margin:15px 0 12px 0;}
.sidbar-wrapp .checkbox2 { width:100%; margin:0 0 12px;}
.sidbar-wrapp .checkbox1, .sidbar-wrapp .checkbox2 { font-size:12.8px; font-family: "Montserrat", serif; font-weight: 400;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; margin:0 0 10px;}
.checkbox2 { width:100%; margin:0 0 24px;}
.checkbox1, .checkbox2 { font-size:12.06px; line-height:23px;}
.checkbox1 span, .checkbox2 span { position:relative; top:1px;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 -1px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -22.5px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; margin:0 0 10px;}
.checkbox2 { width:100%; margin:0 0 24px;}
.checkbox1, .checkbox2 { font-size:12.06px; line-height:23px;}
.checkbox1 span, .checkbox2 span { position:relative; top:1px;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 -1px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -22.5px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; margin:0 0 10px;}
.checkbox2 { width:100%; margin:0 0 24px;}
.checkbox1, .checkbox2 { font-size:12.06px; line-height:23px;}
.checkbox1 span, .checkbox2 span { position:relative; top:1px;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 -1px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -22.5px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.checkbox1 { width:100%; margin:18px 0 4px;}
.checkbox2 { width:100%; margin:0 0 46px;}
.checkbox1, .checkbox2 { font-size:11.06px; letter-spacing:0; line-height:24px;}
input[type=checkbox].css-checkbox + label.css-label { background-size:10px; padding:0 0 0 16px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -17.8px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox1 { width:100%; margin:18px 0 4px;}
.checkbox2 { width:100%; margin:0 0 46px;}
.checkbox1, .checkbox2 { font-size:12.06px; letter-spacing:0.1px; line-height:25px;}
.checkbox1 span, .checkbox2 span { position:relative; top:1px;}
input[type=checkbox].css-checkbox + label.css-label { background-size:11px; padding:0 0 0 19px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -19.4px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.checkbox1 { width:100%; margin:18px 0 4px;}
.checkbox2 { width:100%; margin:0 0 46px;}
}