*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ac-custom {
	padding: 0em;
	max-width: 900px;
	margin: 0 auto;
}

 

.ac-custom ul,
.ac-custom ol {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 900px;
}

.ac-custom li {
	margin: 0 auto;
	padding: 0.5em 0;
	position: relative;
	 
}

.ac-custom label {     /*========================ANSER==*/
	display: inline-block;
	position: relative;
	font-size: 2em;
	padding: 0 0 0 70px;
	vertical-align: top;
	color: rgba(255,255,255,1);
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
 border: 1px dotted #fff; 
	border-radius:4px;width:100%;
	background: rgba(209, 240, 229,.3);
}
.titletest {
	font-size: 2em;
	}
.ac-custom label:hover {  
	background: rgba(94, 125, 49,.3);
}
.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
	width: 50px;
	height: 50px;
	top: 50%;
	left: 0;
	margin-top: -25px;
	position: absolute;
	cursor: pointer;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
	opacity: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
}

.ac-custom label::before {
	content: '';
	border: 4px solid #fff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.ac-radio label::before {
	border-radius: 50%;
}
 

.ac-custom input[type="checkbox"]:checked + label,
.ac-custom input[type="radio"]:checked + label {
	 	 
  color:#fff;    
	text-shadow: 1px  1px  0px #009;  
		background: rgba(123, 34, 191,.3); 
 
 
} 

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
	opacity: 0.8;
}

/* General SVG and path styles */

.ac-custom svg {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	left: 5px;
	pointer-events: none;
}

.ac-custom svg path { /* Stroke color*/
	stroke: #ff0deb;
	stroke-width: 23px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

/* Specific input, SVG and path styles */

/* Circle */
.ac-circle input[type="checkbox"],
.ac-circle input[type="radio"],
.ac-circle label::before {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	left: 10px;
	position: absolute;
}

.ac-circle label::before {
/**/	background-color: #f08035;
	border: none;
}
.ac-custom input[type="radio"]:checked + label::before {
	background-color: #d7ff0d;
	opacity: 0.8;
}
.ac-circle svg {
	width: 70px;
	height: 70px;
	margin-top: -35px;
	left: -10px;
}

.ac-circle svg path {
	stroke-width: 9px;
} 

/* Box Fill */
.ac-boxfill svg path {
	stroke-width: 8px;
} 

/* Swirl */
.ac-swirl svg path {
	stroke-width: 8px;
}

/* List */
.ac-list ol {
	list-style: decimal;
	list-style-position: inside;
}

.ac-list ol li {
	font-size: 2em;
	padding: 1em 1em 0 2em;
	text-indent: -40px;
}

.ac-list ol li label {
	font-size: 1em;
	text-indent: 0;
	padding-left: 30px;
}

.ac-list label::before {
	display: none;
}

.ac-list svg {
	width: 100%;
	height: 80px;
	left: 0;
	top: 1.2em;
	margin-top: 0px;
}

.ac-list svg path {
	stroke-width: 4px;
}

/* Media Queries */
@media screen and (max-width: 50em) {
	section {
		font-size: 80%;
	}
}

 .box {
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;

  
  padding:9px;
  min-height: 200px;
  width: 70vw;
  margin: 100px auto;
  background: white;
  border-radius: 8px;
}

 .titletop1{  
    top:30px; 
    font-size: 60px; 
  	position: absolute;   
    height: 80px;
	color: white;
  text-shadow: 0px 2px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
 .titletop  {      top:30px; 
    font-size: 30px;  
	color:#fff;
  text-shadow: 1px 2px 1px #900, 0 0 2px #fff, 0 0 3px yellow;
}
 
 


 