html {
  height: 100%;
}
body {
  min-height: 100%;
}
.logo{
  display: block;
  margin: 0 auto;
  padding-top: 16px;
}
body {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: linear-gradient(52deg, #ffa500, #a9006a, #4a0037, #2c0020);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.transparent{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.2;
  background-image: url(../images/pattern2.png);
}
#container {
  border-radius: 0px;
  padding: 0px;
  padding-top: 0px;
  width: 95%;
  min-width: 300px;
  max-width: 600px;
  position: relative;
  margin: 10px auto;
}
.text-center{
    text-align: center;
}
.topbg {
  width: 100%;
  height: 300px;
  position: fixed;
  background-color: #333;
  background-image: -moz-linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(85, 85, 85) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(85, 85, 85) 100%);
}
.top {
  width: 100%;
  font-size: 29px;
  color: #ffffffbf;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-top: 30px;
}
#right {
  margin: 0px auto;
  overflow: hidden;
  border-left: 0px solid #cccccc;
  border-radius: 0px;
}
#q00,
#q0,
#q1,
#q2,
#q3,
#q4,
#q5,
#q6,
#q7,
#q8,
#q9 {
  overflow: hidden;
  padding: 0px;
  width: 100%;
  min-width: 300px;
  max-width: 600px;
  position: absolute;
  line-height: 28px;
  font-size: 22px;
  color: white;
  font-family: 'Open Sans', sans-serif;
}
.btnyes {
    font-size: 30px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    width: 25%;
    min-width: 200px;
    background-color: #ffa929;
    background: linear-gradient(to bottom, #ff9337, #ffcb4d, #fb9619);
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 0px;
    text-decoration: none;
    border: 2px solid #ffc55b;
    margin: 10px 0 0 0;
    border-radius: 50px;
}
.btnno {
  font-size: 30px;
  background-color: #ffffff57;
  color: #dfdfdf;
  border: 2px solid #fcfafa;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  width: 25%;
  min-width: 200px;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 0px;
  text-decoration: none;
  margin: 10px 0 0 0;
}
.checkbox_wrap {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
}
.option.checked img {
  border-color: #ed921e;
}
.option img {
  display: block;
  width: 100%;
  border: 5px solid #ffffffbf;
  border-radius: 50%;
  margin-bottom: 10px;
}
.option {
  width: 28%;
  position: relative;
  text-align: left;
  cursor: pointer;
  text-align: center;
  margin: .5rem 2%;
  color: #ffffffbf;
}
.btnnext {
  font-size: 30px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  min-width: 200px;
  background-color: #6ca655;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 20px 0px;
  text-decoration: none;
  border: 0px solid #fff;
  margin: 10px 0 0 0;
}
#box {
  margin: 0 auto;
  padding: 10px;
  color: #ffffffbf;
}
#box2 {
  width: 50%;
  min-width: 300px;
  margin: 0 auto;
  padding: 10px;
}
#popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, .7)
}
#popup {
  width: 300px;
  font-size: 22px;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  top: 40%;
  left: 50%;
  text-align: center;
  margin: -210px 0 0 -150px;
  padding: 10px;
  border: 3px solid #2babe1;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
}
.h1_1 {
  font-size: 40px;
  color: black;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 1px #fff;
}
.h1_2 {
  font-size: 28px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 1px #;
}
.h1 {
  font-size: 40px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}
.style1 {
  font-size: 20px;
  color: #ffffffbf;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.style2 {
  font-size: 18px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: ;
}
.styleq1 {
  font-size: 23px;
  color: #97b8fd;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.styleq2 {
  font-size: 17.5px;
}
.circle1 {
  font-size: 23px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  background: black;
  border-radius: 3px;
  padding: 8px 18px;
  margin-left: 3px;
}
.circle2 {
  font-size: 23px;
  color: #888;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  background: #ececec;
  border-radius: 3px;
  padding: 8px 18px;
  margin-left: 3px;
}
#intro-image {
  width: 50%;
}
@media screen and (max-width: 500px) {
  #q00,
  #q0,
  #q1,
  #q2,
  #q3,
  #q4,
  #q5,
  #q6,
  #q7,
  #q8,
  #q9 {
    font-size: 18px;
    line-height: 21px;
  }
  .h1 {
    font-size: 22px;
  }
  .style2 {
    font-size: 15px;
  }
  .h1_2 {
    font-size: 22px;
    line-height: 25px
  }
  .style1 {
    font-size: 14px;
  }
  #top {
    font-size: 16px;
  }
  .btnyes {
    font-size: 24px;
    width: 90%
  }
  .btnno {
    font-size: 24px;
    width: 90%
  }
  .btnnext {
    font-size: 24px;
    width: 100%
  }
  #topbefore {
    background-color: #e6e6ea;
    padding: 6px;
    width: 89%;
    margin: 0 auto;
    text-align: left
  }
}
@media screen and (max-width: 768px) {
  .logo{
    width: 50%;
  }
  #box {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) {
  #box {
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .logo{
    max-width: 18%;
  }
}
@media screen and (min-width: 1200px) {
  #intro-image {
    width: 34%;
    padding-left: 30px;
  }
  .logo{
    width: 20%;
  }
  #box {
    max-width: 35%;
  }
}




form.form{ 
    position:relative; 
}
form.form .input-text {
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    margin:0 auto 2rem;
}
form.form .input-text:focus {
    outline: 0;
}
form.form label.error {
    position: absolute;
    left: 0;
    top: 40px;
    color:  #fd4444;
    font-size: 12px;
    line-height: 1;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
form.form button{
    margin: 0 auto;
    outline: none !important;
}