	 @import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*Page styles*/
html { height: 100%; }



.boxes {
  margin: auto;
  padding: 50px;
  background: white;
}

/*Checkboxes styles*/
input[type="radio"] { display: none; }

input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #555;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.nav-tabs>li>a:hover {
     border-color: none !important;
}
.nav-tabs>li>a:hover {
    border-color: #ff000000 !important;
}
input[type="radio"] + label:last-child { margin-bottom: 0; }

input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #18ba9b;
  position: absolute;
  left: 0;
  top: 0px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input#quality-1 + label:before {
  content: '';
  display: none;
  width: 20px;
  height: 20px;
  border: 1px solid #18ba9b;
  position: absolute;
  left: 0;
  top: 25px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input#quality-2 + label:before {
  content: '';
  display: none;
  width: 20px;
  height: 20px;
  border: 1px solid #18ba9b;
  position: absolute;
  left: 0;
  top: 25px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input#quality-3 + label:before {
  content: '';
  display: none;
  width: 20px;
  height: 20px;
  border: 1px solid #18ba9b;
  position: absolute;
  left: 0;
  top: 25px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input#quality-4 + label:before {
  content: '';
  display: none;
  width: 20px;
  height: 20px;
  border: 1px solid #18ba9b;
  position: absolute;
  left: 0;
  top: 25px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input#quality-5 + label:before {
  content: '';
  display: none;
  width: 20px;
  height: 20px;
  border: 1px solid #18ba9b;
  position: absolute;
  left: 0;
  top: 25px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="radio"]:checked + label:before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

   .wizard {
    margin: -20px auto !important;
    background: transparent;

}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
				left: 85px
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 54%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #18ba9b;

}
.wizard li.active span.round-tab i{
    color: #18ba9b;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 39%;
    opacity: 0;
    margin: 0 auto;
    bottom: 20px;
    border: 5px solid transparent;
    border-bottom-color: #18ba9b;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 39%;
    opacity: 1;
    margin: 0 auto;
    bottom: 20px;
    border: 10px solid transparent;
    border-bottom-color: #18ba9b;
    margin-left: -5px
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 10px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}




@import url('https://fonts.googleapis.com/css?family=Lato');







ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}
/*
ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 0px 25px 25px 80px;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
 */
ul li:hover label{
	color: #18ba9b;
}

ul li .check{
  display: none;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 5px solid #18ba9b;
}

ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #18ba9b;
}

input[type=radio]:checked ~ .check::before{
  background: #18ba9b;
}

input[type=radio]:checked ~ label{
  color: #18ba9b;
}

.signature {
	margin: 10px auto;
	padding: 10px 0;
	width: 100%;
}

.signature p{
	text-align: center;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.85em;
	color: #AAAAAA;
}

.signature .much-heart{
	display: inline-block;
	position: relative;
	margin: 0 4px;
	height: 10px;
	width: 10px;
	background: #AC1D3F;
	border-radius: 4px;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signature .much-heart::before,
.signature .much-heart::after {
	  display: block;
  content: '';
  position: absolute;
  margin: auto;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #AC1D3F;
  top: -4px;
}

.signature .much-heart::after {
	bottom: 0;
	top: auto;
	left: -4px;
}

.signature a {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
}


/* Styles for alert...
by the way it is so weird when you look at your code a couple of years after you wrote it XD */

.alert {
	box-sizing: border-box;
	background-color: #0DFF92;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 300;
	padding: 20px 40px;
	color: #333;
}

.alert h2 {
	font-size: 22px;
	color: #232323;
	margin-top: 0;
}

.alert p {
	line-height: 1.6em;
	font-size:18px;
}

.alert a {
	color: #232323;
	font-weight: bold;
}
#box-9-s{
	bottom: 8px;
	position: relative;
}
#box-10-s{
	bottom: 8px;
	position: relative;
}
#box-11-s{
	bottom: 8px;
	position: relative;
}
#box-12-s{
	bottom: 8px;
	position: relative;
}
#box-13-s{
	bottom: 8px;
	position: relative;
}
#box-14-s{
	bottom: 8px;
	position: relative;
}
#box-15-s{
	bottom: 8px;
	position: relative;
}
#box-16-s{
	bottom: 8px;
	position: relative;
}
#box-17-s{
	bottom: 8px;
	position: relative;
}
#box9-s{
	bottom: 8px;
	position: relative;
}
#box10-s{
	bottom: 8px;
	position: relative;
}
#box11-s{
	bottom: 8px;
	position: relative;
}
#box12-s{
	bottom: 8px;
	position: relative;
}
#box13-s{
	bottom: 8px;
	position: relative;
}
#box14-s{
	bottom: 8px;
	position: relative;
}
#box15-s{
	bottom: 8px;
	position: relative;
}
#box16-s{
	bottom: 8px;
	position: relative;
}
#box17-s{
	bottom: 8px;
	position: relative;
}
