.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

img {
  max-width: 100%;
}

.btn {
  display: inline-block;
  outline: none;
  font-size: 18px;
  line-height: 1.4;
  padding: 18px 40px;
  border-radius: 62px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-green {
  background-color: #FECB00;
  color: #000;
}
.btn.btn-green:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
}
.btn.btn-grey {
  background-color: #D9D9D9;
  color: #000;
}
.btn.btn-grey:hover {
  background-color: #000000;
  color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}

b {
  font-weight: 700;
}

body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}

header {
  padding: 15px 0;
}
header .header-top .main-title {
  color: #444444;
  font-weight: 700;
  font-size: 32px;
}
.main {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.main .main-row .main-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  padding-bottom: 40px;
  padding-right: 15px;
}
.main .main-row .main-content h1 {
  font-size: 48px;
  margin: 0;
  margin-top: 1em;
}
.main .main-row .main-content p {
  margin: 0;
  padding: 1em 0 2em 0;
}
.main .main-row .main-content ul, .main .main-row .main-content ol {
  color: #707070;
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
  padding-left: 20px;
}
.main .main-row .main-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

footer {
  padding: 38px 0;
  background-color: #000;
}
footer .copyright {
  color: #fff;
}
footer .social {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer .social li {
  display: inline-block;
  margin: 0 5px;
}

.thank {
  padding: 88px 0;
  padding-bottom: 160px;
  text-align: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.thank-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.thank h2 {
  font-size: 48px;
  margin-bottom: 0.5em;
}
.thank h4 {
  font-size: 18px;
  margin-bottom: 80px;
}
.thank p {
  padding: 0;
  margin: 0;
}
.thank .contact {
  padding-top: 80px;
}
.thank .contact .btn-group {
  padding-top: 45px;
}
.thank .contact .btn-group .btn {
  margin: 0 12px;
}

.page-content {
  padding: 40px 0 88px 0;
}
.page-content h2 {
  font-size: 48px;
}

.page-content .qsm-page .quiz_section {
  border-bottom: 1px solid #707070;
}
.page-content .qsm-page .quiz_section:first-child {
  border: none;
}
.page-content .qsm-page .quiz_section .mlw_qmn_question.qsm_remove_bold {
  color: #707070;
}
.page-content .qmn_btn, .page-content .qsm-quiz-container.qmn_quiz_container .qmn_btn, .page-content .qsm-quiz-container.qmn_quiz_container .btn {
  display: inline-block;
  outline: none;
  font-size: 18px;
  line-height: 1.4;
  padding: 18px 40px;
  border-radius: 62px;
  border: none;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FECB00 !important;
  color: #000 !important;
}
.page-content .qmn_btn:hover, .page-content .qsm-quiz-container.qmn_quiz_container .qmn_btn:hover, .page-content .qsm-quiz-container.qmn_quiz_container .btn:hover {
  text-decoration: none;
  background-color: #000 !important;
  color: #fff !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
}