@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-size: 1.2rem !important;
}

@media only screen and (max-width:600px) {
  body {
    font-size: 20px;
  }

  img {
    max-width: 60%;
    height: auto
  }
}

@media only screen and (min-width:601px) and (max-width:768px) {
  body {
    font-size: 18px
  }

  img {
    max-width: 60%;
    height: auto
  }
}

@media only screen and (min-width:769px) {
  body {
    font-size: 20px
  }

  img {
    max-width: 60%;
    height: auto
  }
}

.modal-backdrop.show {
  opacity: .9
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif
}

.form-group {
  position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200
}

a {
  text-decoration: none
}

a,
li,
p {
  font-size: 14px
}

fieldset {
  margin: 0;
  padding: 0;
  border: none
}

.twelve {
  width: 100%
}

.eleven {
  width: 91.53%
}

.ten {
  width: 83.06%
}

.nine {
  width: 74.6%
}

.eight {
  width: 66.13%
}

.seven {
  width: 57.66%
}

.six {
  width: 49.2%
}

.five {
  width: 40.73%
}

.four {
  width: 32.26%
}

.three {
  width: 23.8%
}

.two {
  width: 15.33%
}

.one {
  width: 6.866%
}

.col {
  display: block;
  float: left;
  margin: 0 0 0 1.6%
}

.col:first-of-type {
  margin-left: 0
}

.container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative
}

.row {
  padding: 20px 0
}

.cf:after,
.cf:before {
  content: " ";
  display: table
}

.cf:after {
  clear: both
}

.wrapper {
  width: 100%;
  margin: 30px 0
}

.steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center
}

.steps li {
  display: inline-block;
  margin: 20px;
  color: #ccc;
  padding-bottom: 5px
}

.steps li.is-active {
  border-bottom: 1px solid #3498db;
  color: #3498db
}

.form-wrapper .section {
  padding: 0 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-align: left;
  position: absolute;
  width: 100%;
  min-height: 300px
}

.form-wrapper .section h3 {
  margin-bottom: 30px
}

.form-wrapper .section.is-active {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1)
}

.form-wrapper .submit {
  border: none;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.form-wrapper input[type=radio] {
  display: none
}

.form-wrapper input[type=radio]+label {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative
}

.form-wrapper input[type=radio]+label:before {
  content: "✔";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #3498db;
  color: #fff;
  display: none
}

.form-wrapper input[type=radio]:checked+label:before {
  display: block
}

.form-wrapper input[type=radio]+label h4 {
  margin: 15px;
  color: #ccc
}

.form-wrapper input[type=radio]:checked+label {
  border: 1px solid #3498db
}

.form-wrapper input[type=radio]:checked+label h4 {
  color: #3498db
}

.right {
  float: right
}

.hiddendiv {
  display: none
}

.clicker:focus+.hiddendiv {
  display: block
}

#btn-back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none
}

#footer {
  max-width: 700px !important;
}