.checkbox1 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 27px 26px 32px 0;
}
.checkbox2 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 27px 0 32px;
}
.checkbox1, .checkbox2 {
	text-align: center;
	font-size: 14.7px;
	color: #ffffff;
	letter-spacing: 0.3px;
	line-height: 30.47px;
}
.checkbox1 a, .checkbox2 a {
	color: #ffffff;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #00bfbd;
}
.checkbox1 span, .checkbox2 span {
	display: inherit;
	position: relative;
	top: 1px;
	font-family: 'Poppins', sans-serif; font-weight: 400;
}
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 28px;
	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 -16px;
}
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-wrapp2 .checkbox1 { margin:0 0 13px 0;}
.contac-wrapp2 .checkbox2 { margin:0 0 15px 0;}
.contac-wrapp2 .checkbox1 span, .contac-wrapp2 .checkbox2 span { top:-1px;}
.contac-wrapp2 .checkbox1, .contac-wrapp2 .checkbox2 { width:100%; font-size:13px; line-height:24px; text-align:left;}
.contac-wrapp2 input[type=checkbox].css-checkbox + label.css-label { display:inline-block; height:18px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; margin:0 0 9px;}
.checkbox2 { width:100%; margin:0 0 14px;}
.checkbox1, .checkbox2 { font-size:11.7px; line-height:24px;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 2px; padding:0 0 0 24px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -18px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; margin:0 0 9px;}
.checkbox2 { width:100%; margin:0 0 14px;}
.checkbox1, .checkbox2 { font-size:11.7px; line-height:24px;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 2px; padding:0 0 0 24px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -18px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; margin:0 0 9px;}
.checkbox2 { width:100%; margin:0 0 14px;}
.checkbox1, .checkbox2 { font-size:11.7px; line-height:24px;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 2px; padding:0 0 0 24px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -18px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.checkbox1 { width:100%; margin:27px 0 0;}
.checkbox2 { width:100%; margin:6px 0 26px;}
.checkbox1, .checkbox2 { font-size:12.7px; line-height:28.47px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox1 { width:100%; margin:27px 0 0;}
.checkbox2 { width:100%; margin:6px 0 29px;}
.checkbox1, .checkbox2 { font-size:13.7px; line-height:29.47px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.checkbox1 { width:100%; margin:27px 0 0;}
.checkbox2 { width:100%; margin:6px 0 32px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.checkbox1, .checkbox2 { font-size:13.7px;}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
.checkbox1 { margin:27px 24px 32px 0;}
}