.checkbox1 {
	width:100%;
	float: left;
	margin: 0 0 12px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 22px;
}
.checkbox1 a, .checkbox2 a {
	color: rgba(255,255,255,0.7);
}
.checkbox1, .checkbox2 {
	text-align: center;
	font-size: 11.98px;
	color: rgba(255,255,255,0.7);
	letter-spacing: 0.3px;
	line-height: 25.96px;
}
.checkbox1 span, .checkbox2 span {
	display: inherit;
	position: relative;
	top: 3px;
	font-family: 'Montserrat', sans-serif; font-weight: 300;
}
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 20px;
	height: 11px;
	display: initial;
	background-repeat: no-repeat;
	background-position: 0 4px;
	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;
}

.contac-wraap .checkbox1 { text-align:left;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; margin:0 0 11px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:11.3px; line-height:18px;}
.checkbox1 span, .checkbox2 span { position:relative; top:2px;}

.contac-wraap input[type=checkbox].css-checkbox + label.css-label { display:inline-block; height:16px;}
.contac-wraap .checkbox1 span { display:inherit; top:0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; margin:0 0 11px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:11.3px; line-height:18px;}
.checkbox1 span, .checkbox2 span { position:relative; top:2px;}
.contac-wraap input[type=checkbox].css-checkbox + label.css-label { display:inline-block; height:16px;}
.contac-wraap .checkbox1 span { display:inherit; top:0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; margin:0 0 11px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:11.3px; line-height:18px;}
.checkbox1 span, .checkbox2 span { position:relative; top:2px;}
.contac-wraap input[type=checkbox].css-checkbox + label.css-label { display:inline-block; height:16px;}
.contac-wraap .checkbox1 span { display:inherit; top:0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.checkbox1, .checkbox2 { font-size:10.3px; line-height:17px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox1, .checkbox2 { font-size:11.3px; line-height:18px;}
}

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

}