.tabs1 li.active a {

    border: 1px solid #068b71 !important;
    background-color: #068b71 !important;
}
.tabs1 li a:hover {
    color: #068b71 !important;
}
.tabs1 li {
 margin-top:20px !important;
}
label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 10px;
	margin-right: 40px;
	font-family:open sans;
	font-weight:normal;
	font-size:18px;
	color:#fff;
}
.wrapper {
	width: 500px;
	margin: 50px auto;
}
/*input[type=radio],
input[type=checkbox] {
	display: none;
}
label:before {
	content: "";
	display: inline-block;

	width: 18px;
	height: 18px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 16px;
	background-color: #fff;
	border:2px solid #068b71;
}*/

.radio label:before {
	border-radius: 12px;
}
.checkbox label {
	margin-bottom: 10px;
}
.checkbox label:before {
    border-radius: 3px;
}

/*input[type=radio]:checked + label:before {
    content: "\2022";
    color: #a3ca38;
    font-size: 30px;
	border:2px solid #a3ca38;
    text-align: center;
    line-height: 18px;
}

input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
    line-height: 15px;
}*/
input#AG {
    width: 20px;
    height: 20px;
    margin-top: 0;
	cursor:pointer;
	outline: none;
}
input[type="radio"] {
    background-color: #ddd;
	 border-radius: 10px;
    /*background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
                      -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
   
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8),
                0 0 0 1px hsla(0,0%,0%,.6),
                0 2px 3px hsla(0,0%,0%,.6),
                0 4px 3px hsla(0,0%,0%,.4),
                0 6px 6px hsla(0,0%,0%,.2),
                0 10px 6px hsla(0,0%,0%,.2);*/
    cursor: pointer;
    display: inline-block;
    height: 15px;
    position: relative;
    width: 15px;
    -webkit-appearance: none;
}
input[type="radio"]:checked:after {
       background-color: #068C73;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px #068b71, 0 1px 1px hsla(0,0%,100%,.8);
    content: '';
    display: block;
    height: 8px;
    position: relative;
    top: 6px;
    width: 8px;
    left: 6px;
}

@media(max-width: 1400px) {
	label{
		margin-right:15px;	
	}
}
@media(max-width: 1200px) {
	label:before{
		bottom:0;	
	}
}
@media(max-width: 600px) {
	label:before {
    bottom: -4px;
}

}