html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  width: 100%;
  float: left;
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
}
body{
  background: url('../img/pattern.jpg') repeat top center;
}
* {
  box-sizing: border-box;
  outline: none !important;
}
.content {
  width: 100%;
  float: none;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.one_lst{
  width: 24%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 1.25%;
}
.one_lst:last-child{
  margin-right: 0;
}
.one_lst input{
  height: 40px;
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    max-width: 250px;
    border-radius: 3px;
    border: 1px solid #b89ec6;
    margin-top: 8px;
}
.one_lst label{
  width: 100%;
  float: left;
  display: block;
  font-size: 16px;

}
li {
  list-style: none;
}

#main {
  width: 100%;
  float: left;
}
.asks_data{
  width: 100%;
  float: left;
  margin-top: -40px;
}
.asks_data .content{
  min-height: 80vh;
  padding-bottom: 100px;
  padding-top: 120px;
  padding-left: 112px;
  padding-right: 112px;
}
.slider_top_bg img{
  display: none;
}
.text_data{
  position: absolute;
  right: 0;
  top: 175px;
  width: 670px;
  text-align: center;
}
.slider_top_bg{
  position: relative;
}
.slider_top_bg .content{
  position: relative;
}
.text_data h1{
  color: #df5c1f;
  font-size: 48px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
}
.aks_form{
  width: 100%;
  float: left;
}
.question{
  width: 100%;
  float: left;
  padding: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
border-radius: 10px;
border: 1px solid #d0d0d0;
background-color: #ffffff;
}
.title_number{
  display: block;
  width: 100%;
  text-align: center;
  display: block;
  padding-bottom: 18px;
  color: #b89ec6;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  text-transform: uppercase;
}
.question_text{
  display: block;
  width: 100%;
  text-align: center;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c6c6c6;
  font-weight: bold;
    color: #b89ec6;
}
.center_question{
  display: table;
  float: none;
  margin: 0px auto;
  padding-top: 30px;
}
.radios_data{
  float: left;
  padding-top: 30px;
}
.radio_one{
 float: left;
 margin-left: 15px;
 margin-right: 15px;
 position: relative;
}
.radio_one input{
position: absolute;

z-index: 10;
cursor: pointer;
border-radius: 100px;
opacity: 0;
width: 16px;
height: 16px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.radio_one input+span{
  width: 16px;
  height: 16px;
  border: 1px solid #c5c5c5;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  display: block;
  float: none;
  margin: 0px auto;
  border-radius: 100px;
}
html,body{
  overflow-x: hidden;
}
.question.active{
  display: block;
}
.question{
  display: block;
  margin-bottom: 30px;
}
.ovl_test_data{
  width: 100%;
    float: left;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.send_form{
  width: 100%;
  float: left;

}
.send_form button,.step_one a{
  font-size: 16px;
      color: #000000;
      text-transform: uppercase;
      text-decoration: none;
      background: #b89ec6;
      border: 1px solid #b89ec6;
      font-weight: 800;
      border-radius: 3px;
      display: block;
      float: left;
      clear: both;
      border: none;
      height: 50px;
        margin-bottom: 30px;
      width: 100%;
      max-width: 250px;
      text-align: center;
      padding-left: 20px;
      padding-right: 20px;
      line-height: 50px;
      display: table;
      float: none;
      margin: 0px auto;
      margin-bottom: 110px;
}
.send_form button:hover,.step_one a:hover{
  opacity: 0.9;
}
.ovl_test_data h1,.ovl_test_data span{
  width: 100%;
  float: left;
  display: block;
  padding-bottom: 18px;
    color: #b89ec6;
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
}
.ovl_test_data p{
  width: 100%;
  float: left;
  display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #c6c6c6;
    text-align: center;
}
.ovl_test_data span{
  text-align: center;
}
.radio_one input:checked+span:before{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #b89ec6;
}
.radio_one span:last-child{
  position: relative;
  top: -42px;
  font-size: 16px;
  left: 4px;
}
.lft_data{
  float: left;
  display: block;
  font-size: 16px;
font-weight: 400;
line-height: 26px;
margin-right: 30px;
padding-top: 23px;
}
.rt_data{
  float: left;
  display: block;
  font-size: 16px;
font-weight: 400;
line-height: 26px;
margin-left: 30px;
}
.text_data p{
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  color: #3e3e3e;
margin-top: 24px;
font-size: 28px;
font-weight: 900;
line-height: 40px;
text-transform: uppercase;
}


.bottom_st{
  margin-top: 50px;
}

.teach-how.bottom_st .content{
      max-width: 1100px;
}
.ftr_data{
  margin-top: 0px;
  background-color: #b89ec6;
}
.top_form{
  margin-bottom: -1px;
}
.teach-how .lft_side{
  position: relative;
}
.ftr_data .content{
  border-top: 1px solid #7fdad8;

}
.top_form .form_footer fieldset input {
  height: 50px;
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #fff;
}
.top_form .form_footer fieldset button {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
background-color: #fd8300;
  border: 1px solid #fd8300;
  font-weight: 600;
  border-radius: 3px;
  display: block;
  float: left;
  clear: both;
  border: none;
  width: 100%;
  height: 50px;
}
.modal .modal-dialog {
  max-width: 850px;
  width: 100%;
}
.modal .modal-content {
  border-radius: 0px;
  background-color: #fd8300;
  overflow: hidden;
}
.modal .modal-content .modal-header {
  position: relative;
  padding: 0;
  min-height: 0px;
  border: none;
}
.modal .modal-content .modal-header button.close {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  position: absolute;
  z-index: 9999;
  right: 15px;
  top: 15px;
  opacity: 1 !important;
}
.modal .modal-content .title_info {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.modal .modal-content p {
  margin-top: 36px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 40px;
}
.margb {
  margin-bottom: 60px;
}
.little {
  font-size: 16px !important;
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  padding-top: 18px;
}
.modal .modal-content form {
  display: table;
  float: none;
  margin: 0px auto;
  width: 100%;
  max-width: 500px;
}
.modal .modal-content form .sm_f {
  font-size: 14px;
  padding-bottom: 15px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.modal .modal-content form fieldset {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 24px;
}
.modal .modal-content form fieldset input {
  height: 50px;
  background: #fd8300;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #fff;
}
.modal .modal-content form fieldset button {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: #fe6923;
  border: 1px solid #fe6923;
  font-weight: 600;
  border-radius: 3px;
  display: block;
  float: left;
  clear: both;
  border: none;
  width: 100%;
  height: 50px;
}
.slider_top_bg {
  width: 100%;
  float: left;
  background: url(../img/banner_top.png?v=2131231) no-repeat center top;
  height: 500px;
  position: relative;
}
.step_one,.step_two{
  display: none;
}
.active{
  display: block !important;
}
@media (max-width:1000px) and (max-width: 1300px){
  .slider_top_bg {
    float: left;
    height: 400px;
    background-size: auto 100%;
  }
  .radio_one:last-child{
    margin-left: 3px;
  }
}
@media (max-width:999px){
  .text_data{
    width: 100%;
    float: left;
    text-align: right;
    padding-right: 15px;
  }
  .lft_data {
    text-align: center !important;
    padding-bottom: 10px !important;
}
  .ovl_test_data p{
    font-size: 14px;
    padding-bottom: 10px;
  }
  .asks_data{
    padding-bottom: 0 !important;
  }
  .text_data h1{
    font-size: 32px;
    text-align: right;
  }
  .ovl_test_data h1,.ovl_test_data span{
    font-size: 18px;
    padding-bottom: 12px;
  }
  .lft_data{
    font-size: 14px !important;
    width: 100% !important;
    position: relative !important;
  }
  .radios_data{
    padding-top: 10px !important;
  }
  .text_data p{
    font-size: 18px;
    text-align: right;
  }
  .text_data p br{
    display: none;
  }
  .slider_top_bg{
    background: transparent;
  }
  .slider_top_bg .content{
    padding-left: 0px;
    padding-right: 0px;
  }
  .slider_top_bg img{
    display: block;
    float: left;
    width: 100%;
  }
  .asks_data{
    margin-top: 0;
  }
  .slider_top_bg{
    height: auto;
  }
  .asks_data .content{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
  }
  .asks_data{
    padding-bottom: 80px;
  }
  .question{
    padding: 10px;
    padding-top: 20px;
  }
  .title_number{
    font-size: 20px;
    padding-bottom: 5px;
  }
  .question_text {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 13px;
  }
  .center_question{
    padding-top: 17px;
  }
    .lft_data {
      font-size: 14px;
      line-height: 20px;
      margin-right: 10px;
  }
    .rt_data {
      font-size: 14px;
      line-height: 20px;
      margin-left: 10px;
  }
  .radio_one {
    margin-left: 5px;
    margin-right: 5px;
  }
    .radio_one span:last-child {
      top: -17px;
      font-size: 14px;
      left: 3px;
  }
  .radios_data {
    display: table;
    float: none;
    margin: 0px auto;
}
.center_question{
  position: relative;
}
.lft_data{
  position: absolute;
  left: 0;
  bottom: 0;
}
    .center_question{
      width: 100%;
      float: left;
      padding-bottom: 15px;
      margin-bottom: 10px;
    }
    .asks_data .content{
      padding-left: 8px;
      padding-right: 8px;
    }
    body{
      min-height: 100vh;
    }
    .asks_data .content{
      min-height: 100px;
    }
    .rt_data{
      position: absolute;
      right: 0;
      bottom: 0;
    }
    .center_question {
        width: 330px;
        float: none;
        padding-bottom: 15px;
        margin-bottom: 10px;
        display: table;
    }
    .lft_data {
        bottom: 9px;
    }
    .rt_data {
        bottom: 9px;
    }
    .radio_one span:last-child {
    top: -34px;
    font-size: 12px;
    left: 3px;
}
.ovl_test_data .one_lst{
    width:100%;
    float:left;
    margin-bottom: 3px;
}
.step_one .radio_one{
    width:100%;
    float:left;
    margin:0px;
}
.step_one .radio_one span:last-child {
    top: 0;
    font-size: 12px;
    left: 0;
}
.step_one .radio_one input+span {

    margin-right: 8px;
    position: relative;
    top: -2px;
    float:left !important;
    margin-bottom:5px  !important;
}
.step_one .radio_one input {
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    top: -5px;
}
.ovl_test_data .one_lst input{
    max-width:300px;
}
.one_lst label {

    font-size: 14px;
}
.one_lst input {
    height: 36px;

    margin-top: 5px;
}
.radios_data{
  padding-top: 25px;
}
.center_question {
    width: 330px;
    float: none;
    padding-bottom: 5px;
    margin-bottom: 0;
    display: table;
}
}


@media (max-width:400px){
  .lft_data {
      position: absolute;
      left: 0;
      bottom: 9px;
      margin-right: 0;font-size: 12px;
  }
  .rt_data {
      position: absolute;
      right: 0;
      bottom: 9px;
      font-size: 12px;
  }
  .center_question{
    width: 100% !important;
  }
}
