@import url('https://fonts.googleapis.com/css?family=Signika:300,400,600,700&display=swap');

body {
  height: 100vh;
  width: 100vw;
}

html {
  height: 100vh;
  width: 100vw;
}

h1{
  font-family: 'Karla', sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #333;
}

p {
  font-family: Signika;
  font-weight: 300;
  font-size: 20px;
  color: #707070;
}

small {
  font-family: Signika;
  font-weight: 300;
  color: #707070;
}

textarea {
  border: none;
  overflow: none;
  outline: none;
  background-image: -webkit-linear-gradient(left, white 0px, transparent 0px), -webkit-linear-gradient(right, white 10px, transparent 10px), -webkit-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
  background-image: -moz-linear-gradient(left, white 0px, transparent 0px), -moz-linear-gradient(right, white 10px, transparent 10px), -moz-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
  background-image: -ms-linear-gradient(left, white 0px, transparent 0px), -ms-linear-gradient(right, white 10px, transparent 10px), -ms-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
  background-image: -o-linear-gradient(left, white 0px, transparent 0px), -o-linear-gradient(right, white 10px, transparent 10px), -o-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
  background-image: linear-gradient(left, white 0px, transparent 0px), linear-gradient(right, white 10px, transparent 10px), linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
  background-size: 100% 100%, 100% 100%, 100% 31px;
  width:100%;
  font-family: Signika;
  font-weight: 300;
  font-size: 15px;
  line-height: 31px;
  text-align: left;
  padding-bottom: 4px;
  height: 155px;
}


.text-bold {
  font-family: Signika;
  font-weight: 600;
  font-size: 20px;
  color: #707070;
}

.radio-card {
  width: 300px;
  height: 300px;
  margin: 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.step {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #C3C3C3;
  border: none;
  border-radius: 50%;
  display: inline-block;
}

.step-checked {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #A8A8A8;
  border: none;
  border-radius: 50%;
  display: inline-block;
}

.next-prev {
  height: 60px;
  width: 60px;
  background-color: white;
  border: none;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.button-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tab {
  display: none;
}

.center-align {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.horizontal-align {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.button {
	background-color:#1a1a1a;
  border: none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
  font-family: Signika;
  font-weight: 400;
  font-size: 15px;
	padding:10px 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}