@font-face {
  font-family: "Modak";
  src: url("../fonts/Modak.eot");
  src: url("../fonts/Modak.eot?#iefix") format("embedded-opentype"), url("../fonts/Modak.svg") format("svg"),
    url("../fonts/Modak.woff") format("woff"), url("../fonts/Modak.woff2") format("woff2"),
    url("../fonts/Modak.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BalooChettan2-Medium";
  src: url("../fonts/BalooChettan2-Medium.eot");
  src: url("../fonts/BalooChettan2-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BalooChettan2-Medium.woff2") format("woff2"), url("../fonts/BalooChettan2-Medium.woff") format("woff"),
    url("../fonts/BalooChettan2-Medium.ttf") format("truetype"),
    url("../fonts/BalooChettan2-Medium.svg#BalooChettan2-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Baloo-Chettan";
  src: url("../fonts/BalooChettan2-ExtraBold.eot");
  src: url("../fonts/BalooChettan2-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BalooChettan2-ExtraBold.woff2") format("woff2"),
    url("../fonts/BalooChettan2-ExtraBold.woff") format("woff"),
    url("../fonts/BalooChettan2-ExtraBold.ttf") format("truetype"),
    url("../fonts/BalooChettan2-ExtraBold.svg#BalooChettan2-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Baloo-Chettan";
  src: url("../fonts/BalooChettan2-Regular.eot");
  src: url("../fonts/BalooChettan2-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BalooChettan2-Regular.woff2") format("woff2"),
    url("../fonts/BalooChettan2-Regular.woff") format("woff"),
    url("../fonts/BalooChettan2-Regular.ttf") format("truetype"),
    url("../fonts/BalooChettan2-Regular.svg#BalooChettan2-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BalooChettan2-SemiBold";
  src: url("../fonts/BalooChettan2-SemiBold.eot");
  src: url("../fonts/BalooChettan2-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BalooChettan2-SemiBold.woff2") format("woff2"),
    url("../fonts/BalooChettan2-SemiBold.woff") format("woff"),
    url("../fonts/BalooChettan2-SemiBold.ttf") format("truetype"),
    url("../fonts/BalooChettan2-SemiBold.svg#BalooChettan2-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Baloo-Chettan";
  src: url("../fonts/BalooChettan2-Bold.eot");
  src: url("../fonts/BalooChettan2-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BalooChettan2-Bold.woff2") format("woff2"), url("../fonts/BalooChettan2-Bold.woff") format("woff"),
    url("../fonts/BalooChettan2-Bold.ttf") format("truetype"),
    url("../fonts/BalooChettan2-Bold.svg#BalooChettan2-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

body {
  font-family: "Baloo-Chettan", sans-serif;
  color: #000000;
  font-size: 22px;
  line-height: 130%;
  font-weight: 400;
  background: #f8f8f8;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p:empty {
  margin-bottom: 0px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  max-width: 100%;
}

img,
svg {
  vertical-align: middle;
}

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center;
}

.align-items-start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.justify-content-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.container {
  max-width: 1063px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}

.menu li + li {
  margin-left: 23px;
}

#header {
  padding: 30px 0px 23px;
}

.header-logo img {
  width: 100%;
  max-height: 42px;
  min-height: 42px;
}

#header .menu a {
  color: #333333;
  font-size: 16px;
  font-family: "Baloo-Chettan", sans-serif;
  position: relative;
  font-weight: 600;
}

#header .menu a::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  background: #ff7900;
  bottom: -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .menu a:hover::after,
header .current-menu-item a::after {
  width: 100% !important;
}

#header .menu {
  display: flex;
}

.hero-section {
  background: url(../images/hero-bg.png) no-repeat;
  background-size: cover;
  height: 986px;
  overflow: hidden;
}

.hero-section .container {
  position: relative;
  height: inherit;
  max-width: 1378px;
}

.asvalters-message {
  padding: 47px 0px 0px 65px;
}

#asvalters-img {
  position: absolute;
  background: url(../images/Asvalters_vicina.png) no-repeat;
  background-size: 819px 772px;
  width: 819px;
  height: 772px;
  bottom: -4px;
  right: 2px;
}

.hero-section h1 {
  font-family: "Baloo-Chettan", sans-serif;
  color: #fff;
  font-size: 39px;
  line-height: 47px;
  text-align: center;
  font-weight: 700;
  padding-top: 56px;
}

.quiz-section {
  padding: 74px 0px 177px;
}

.home .quiz-section:nth-child(6) {
  padding-bottom: 177px !important;
  background-color: #2b2b2b !important;
}

.quiz-section .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.quiz-section .section-title p,
.quiz-section .section-title h2 {
  color: #ff7900;
}

.quiz-section .section-title p {
  margin-bottom: 1px;
}

.quiz-section .section-title p,
.wisdom-section .section-title p {
  font-size: 28px;
  line-height: 34px;
  font-family: "Baloo-Chettan", sans-serif;
  font-weight: bold;
}

.quiz-section .small-letters-title {
  margin-top: -15px;
}

.quiz-section .section-title h2,
.wisdom-section .section-title h2 {
  font-size: 98px;
  line-height: 117px;
  font-weight: normal;
  font-family: "Modak";
  text-transform: uppercase;
}

.quiz-section .section-title h2 {
  color: #ff7900;
  line-height: 98px;
}

.wisdom-section {
  background: #ff7900;
  color: #fff;
  text-align: center;
  padding: 76px 0px 177px;
}

.wisdom-section .description {
  font-size: 20px;
  line-height: 24px;
  font-family: "BalooChettan2-Medium";
  margin-top: -3px;
}

.wisdom-section .section-title p {
  margin-bottom: 12px;
}

.wisdom-wrapper {
  padding-top: 90px;
}

.slider-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #2b2b2b;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  z-index: 2;
  cursor: pointer;
}

.wisdom-next {
  right: 0px;
}

.wisdom-prev {
  left: 0px;
}

.slider-btn::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: -12.5px auto 0;
  background: url(../images/white-arrow.svg);
  width: 14px;
  height: 25px;
  top: 50%;
}

.wisdom-next::after {
  transform: rotate(180deg);
}

.wisdoms h3 {
  padding: 0px 80px;
  font-family: "BalooChettan2-SemiBold";
  font-size: 57px;
  line-height: 61px;
}

#footer {
  background-color: #2b2b2b;
  padding: 40px 0 168px;
  color: #b0b0b0;
  font-size: 28px;
  line-height: 33px;
  font-family: "Baloo Chettan 2", sans-serif;
  font-weight: normal;
}

#footer .follow-text {
  margin-bottom: 10px;
}

#footer .links-wrapper svg {
  width: 33px;
  height: 33px;
  fill: #ff7900;
}

#footer .links-wrapper a {
  display: inline-block;
}

#footer .links-wrapper a + a {
  margin-left: 2px;
}

#footer .links-wrapper svg:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer-logo img {
  width: 100%;
  max-height: 48px;
  min-height: 48px;
}

.ays-quiz-container {
  padding-bottom: 0px !important;
}

.ays-quiz-wrap .ays-quiz-container {
  margin: 0px auto !important;
  max-width: 100% !important;
  border-radius: 45px !important;
}

.ays_quiz_question,
.ays_quiz_question p {
  margin: 0px !important;
  text-align: left !important;
}

.ays_quiz_question {
  padding-bottom: 44px;
}

#ays-quiz-container-2 #ays_finish_quiz_2 .action-button:hover,
#ays-quiz-container-2 #ays_finish_quiz_2 .action-button:focus,
#ays-quiz-container-3 #ays_finish_quiz_3 .action-button:hover,
#ays-quiz-container-3 #ays_finish_quiz_3 .action-button:focus,
#ays-quiz-container-4 #ays_finish_quiz_4 .action-button:hover,
#ays-quiz-container-4 #ays_finish_quiz_4 .action-button:focus {
  box-shadow: none !important;
}

.ays_quiz_question p {
  font-size: 43px !important;
  line-height: 52px !important;
  font-family: "BalooChettan2-SemiBold";
}

.ays-quiz-social-shares-heading h4{
	font-size: 20px;
    color: white;
    font-weight: 600;
    max-width: 50%;
    margin: 0 auto 30px;
}

div.ays-quiz-container[id^="ays-quiz-container-"] .ays-share-btn {
	    background: #ff7900 !important;
    border: #ff7900 !important;
}

.ays-share-btn-text {
	display:none !important;
}

.ays-quiz-share-btn-icon {
	font-size: 30px !important;
}

.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:hover, .ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:focus, .ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:hover, .ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:focus{
	background: transparent !important;
    border-color: transparent !important;
}

.ays-abs-fs:not(.ays-start-page) .ays_buttons_div,
.ays_restart_button {
  position: absolute !important;
  bottom: -152px;
  left: 0px;
  right: 0px;
}

.ays-abs-fs {
  position: static !important;
}

.ays-questions-container .step:not(.ays_thank_you_fs) {
  align-items: flex-start !important;
}

.ays-questions-container .step {
  padding: 67px 51px !important;
}

[id^="ays_finish_quiz_"] > div.step.ays_thank_you_fs {
  padding-top: 67px !important;
}

.ays_thank_you_fs .ays_message h2 {
  font-size: 98px;
  line-height: 117px;
  font-weight: normal;
  font-family: "Modak";
  text-transform: uppercase;
}

.ays_thank_you_fs .ays_message p {
  font-size: 28px;
  line-height: 34px;
  font-family: "Baloo-Chettan", sans-serif;
  font-weight: bold;
}

.ays_thank_you_fs .ays_message h4,
.ays_thank_you_fs .ays_message h5 {
  font-weight: normal;
  font-family: "Modak";
  text-transform: uppercase;
}

.ays_thank_you_fs .ays_message h4 {
  font-size: 98px;
  line-height: 117px;
}

.ays_thank_you_fs .ays_message h5 {
  font-size: 22px;
  line-height: 20px;
  max-width: 160px;
}

.result-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ays-quiz-container-2 #ays_finish_quiz_2 div.step,
#ays-quiz-container-2,
#ays-quiz-container-3 #ays_finish_quiz_3 div.step,
#ays-quiz-container-3,
#ays-quiz-container-4 #ays_finish_quiz_4 div.step,
#ays-quiz-container-4 {
  min-height: auto !important;
}

.ays-abs-fs .action-button,
.ays_restart_button,
#ays-quiz-container-2 #ays_finish_quiz_2 .action-button:hover,
#ays-quiz-container-2 #ays_finish_quiz_2 .action-button:focus,
#ays-quiz-container-3 #ays_finish_quiz_3 .action-button:hover,
#ays-quiz-container-3 #ays_finish_quiz_3 .action-button:focus,
#ays-quiz-container-4 #ays_finish_quiz_4 .action-button:hover,
#ays-quiz-container-4 #ays_finish_quiz_4 .action-button:focus {
  margin: 0px auto !important;
  height: 74px !important;
  line-height: 72px !important;
  padding: 0px !important;
  background-color: #fff !important;
  border: 2px solid #ff7900 !important;
  color: #ff7900 !important;
  font-size: 21px !important;
  border-radius: 18px !important;
  width: 310px;
  max-width: 100%;
  background-image: url(../images/btn-arrow.svg) !important;
  background-size: 20px 35px !important;
  background-position: 91% center !important;
  background-repeat: no-repeat !important;
}

.ays_restart_button .ays_fa {
  display: none !important;
}

.ays-quiz-answers {
  width: 580px;
  margin: 0 auto;
  max-width: 100%;
}

.ays-quiz-container .ays_quiz_question img {
  border-radius: 35px;
  margin-top: 20px;
}

.ays-field label {
  color: #000000 !important;
  font-size: 28px !important;
  line-height: 33px !important;
  padding: 31px 80px 27px 162px !important;
  border-radius: 24px !important;
}

.ays-field label::after {
  content: "" !important;
  position: absolute !important;
  top: 50%;
  height: 57px !important;
  margin: -28.5px 0px 0px !important;
  width: 2.5px !important;
  background: #000 !important;
  left: 119px;
  display: block !important;
}

.ays-field label::before {
  position: absolute !important;
  left: 43px;
  top: 50%;
  font-size: 70px;
  line-height: 70px;
  font-family: "Modak";
  text-transform: uppercase;
  font-weight: normal;
  width: 42px !important;
  height: 70px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 0px !important;
  margin: -28px 0px 0px 0px !important;
}

.ays-quiz-answers .ays-field:nth-child(1) label::before {
  content: "A" !important;
}

.ays-quiz-answers .ays-field:nth-child(2) label::before {
  content: "B" !important;
}

.ays-quiz-answers .ays-field:nth-child(3) label::before {
  content: "C" !important;
}

.ays-field.ays_list_view_item input ~ label:hover:before {
  color: #000000 !important;
}

.ays-field {
  background: #fff;
  border-radius: 24px;
}

.ays-field.checked_answer_div,
.ays-quiz-container .ays-field.correct_div,
.ays-quiz-container#ays-quiz-container-2.ays_quiz_classic_dark .correct_div,
.ays-quiz-container#ays-quiz-container-2.ays_quiz_classic_light .correct_div,
.ays-quiz-container#ays-quiz-container-3.ays_quiz_classic_dark .correct_div,
.ays-quiz-container#ays-quiz-container-3.ays_quiz_classic_light .correct_div,
.ays-quiz-container#ays-quiz-container-4.ays_quiz_classic_dark .correct_div,
.ays-quiz-container#ays-quiz-container-4.ays_quiz_classic_light .correct_div {
  background: #000000 !important;
  border: none !important;
}

.ays-field.ays_list_view_item input:checked ~ label.answered.correct:before,
.ays-quiz-container#ays-quiz-container-2.ays_quiz_classic_light .ays-field input:checked + label.answered.wrong:before,
.ays-quiz-container#ays-quiz-container-2.ays_quiz_classic_dark .ays-field input:checked + label.answered.wrong:before,
.ays-quiz-container#ays-quiz-container-2.ays_quiz_classic_light
  .ays-field
  input:checked
  + label.answered.correct:before,
.ays-quiz-container#ays-quiz-container-2.ays_quiz_classic_dark .ays-field input:checked + label.answered.correct:before,
.ays-quiz-container#ays-quiz-container-3.ays_quiz_classic_light .ays-field input:checked + label.answered.wrong:before,
.ays-quiz-container#ays-quiz-container-3.ays_quiz_classic_dark .ays-field input:checked + label.answered.wrong:before,
.ays-quiz-container#ays-quiz-container-3.ays_quiz_classic_light
  .ays-field
  input:checked
  + label.answered.correct:before,
.ays-quiz-container#ays-quiz-container-3.ays_quiz_classic_dark .ays-field input:checked + label.answered.correct:before,
.ays-quiz-container#ays-quiz-container-4.ays_quiz_classic_light .ays-field input:checked + label.answered.wrong:before,
.ays-quiz-container#ays-quiz-container-4.ays_quiz_classic_dark .ays-field input:checked + label.answered.wrong:before,
.ays-quiz-container#ays-quiz-container-4.ays_quiz_classic_light
  .ays-field
  input:checked
  + label.answered.correct:before,
.ays-quiz-container#ays-quiz-container-4.ays_quiz_classic_dark
  .ays-field
  input:checked
  + label.answered.correct:before {
  background: transparent !important;
  border: none !important;
}

.ays-quiz-container#ays-quiz-container-2.ays_quiz_classic_dark
  .ays-field.checked_answer_div.wrong_div
  input:checked
  ~ label,
.ays-quiz-container#ays-quiz-container-2.ays_quiz_classic_light
  .ays-field.checked_answer_div.wrong_div
  input:checked
  ~ label,
.ays-quiz-container#ays-quiz-container-2.ays_quiz_classic_dark .wrong_div,
.ays-quiz-container#ays-quiz-container-2.ays_quiz_classic_light .wrong_div,
.ays-quiz-container#ays-quiz-container-3.ays_quiz_classic_dark
  .ays-field.checked_answer_div.wrong_div
  input:checked
  ~ label,
.ays-quiz-container#ays-quiz-container-3.ays_quiz_classic_light
  .ays-field.checked_answer_div.wrong_div
  input:checked
  ~ label,
.ays-quiz-container#ays-quiz-container-3.ays_quiz_classic_dark .wrong_div,
.ays-quiz-container#ays-quiz-container-3.ays_quiz_classic_light .wrong_div,
.ays-quiz-container#ays-quiz-container-4.ays_quiz_classic_dark
  .ays-field.checked_answer_div.wrong_div
  input:checked
  ~ label,
.ays-quiz-container#ays-quiz-container-4.ays_quiz_classic_light
  .ays-field.checked_answer_div.wrong_div
  input:checked
  ~ label,
.ays-quiz-container#ays-quiz-container-4.ays_quiz_classic_dark .wrong_div,
.ays-quiz-container#ays-quiz-container-4.ays_quiz_classic_light .wrong_div {
  background-color: #fff !important;
}

.ays-field.checked_answer_div.wrong_div label {
  color: #000 !important;
}

.ays-field.checked_answer_div label {
  color: #fff !important;
}

.ays-field.checked_answer_div.wrong_div {
  position: relative;
}

.ays-field.checked_answer_div.correct_div::after,
.ays-field.checked_answer_div.wrong_div::after {
  content: "";
  position: absolute;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  right: 20px;
}

.ays-field.checked_answer_div.wrong_div::after {
  background: url(../images/Nepareiza.svg) no-repeat;
}

.ays-field.checked_answer_div.correct_div::after {
  background: url(../images/Pareiza.svg) no-repeat;
}

.ays-field.checked_answer_div:not(.wrong_div) .ays-field label::before,
.ays-field.checked_answer_div:not(.wrong_div) input ~ label:hover:before {
  color: #fff !important;
}

.ays-field.checked_answer_div.wrong_div label::after {
  background: #000 !important;
}

.ays-field.checked_answer_div label::after {
  background: #fff !important;
}

#ays-quiz-container-2 .ays-field.checked_answer_div input:checked ~ label,
#ays-quiz-container-3 .ays-field.checked_answer_div input:checked ~ label,
#ays-quiz-container-4 .ays-field.checked_answer_div input:checked ~ label {
  background: transparent !important;
}

.video {
  padding: 76px 0px 10px;
}

.video p {
  text-align: center;
}

.video iframe {
  width: 100%;
  height: 560px;
}

.about {
  padding: 40px 0px 80px;
}

.about p {
  font-size: 20px;
  line-height: 24px;
  /*    font-family: "BalooChettan2-Medium";*/
  font-family: "Baloo-Chettan";
  margin-bottom: 20px;
}

.about h2 {
  font-size: 28px;
  line-height: 34px;
  font-family: "Baloo-Chettan", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #ff7900;
}

.about .small {
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
  opacity: 0.8;
}

.about h3 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
}
/*
.btn {
  height: 60px;
  line-height: 60px;
  font-size: 21px;
  border-radius: 18px;
  padding: 0px 20px;
  width: 300px;
  max-width: 100%;
  background: #ff7900;
  color: #fff;
  display: inline-block;
  margin: 0px auto 20px;
}

.btn:hover {
  opacity: 0.8;
}*/

/*-------------------------------------------------*/
/* =  1378px
/*-------------------------------------------------*/
@media only screen and (max-width: 1378px) {
  #asvalters-img {
    background-size: 641px 611px;
    width: 641px;
    height: 611px;
  }
}

/*-------------------------------------------------*/
/* =  991px
/*-------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #asvalters-img {
    background: url(../images/asvalters-new.png) no-repeat;
    background-size: 364px 588px;
    width: 364px;
    height: 588px;
    bottom: -77px;
  }
}

/*-------------------------------------------------*/
/* =  767px
/*-------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .quiz-section .section-title h2 {
    font-size: 81px;
    line-height: 70px;
  }

  .home .quiz-section:nth-child(6) .section-title h2 {
    font-size: 54px;
    line-height: 54px;
  }

  #header {
    padding: 24px 0px 21px;
  }

  .header-logo img {
    max-height: 32px;
    min-height: 32px;
  }

  .hero-section h1 {
    font-size: 28px;
    line-height: 35px;
    padding-top: 39px;
    max-width: 80%;
    margin: 0 auto;
  }

  .hero-section {
    height: 886px;
  }

  .asvalters-message {
    padding: 28px 0px 0px 5px;
  }

  .hero-section h1 br {
    display: none;
  }

  .video iframe {
    width: 100%;
    height: 400px;
  }

  .mobile-toggle {
    display: block;
    width: 36px;
    height: 29px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 99;
    cursor: pointer;
  }

  .mobile-toggle span {
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 7px;
    background: #b0b0b0;
    border-radius: 5px;
    z-index: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .mobile-toggle.open span {
    background: #b0b0b0;
  }

  .mobile-toggle span:nth-child(1) {
    top: 0px;
  }

  .mobile-toggle span:nth-child(2),
  .mobile-toggle span:nth-child(3) {
    top: 10px;
  }

  .mobile-toggle span:nth-child(4) {
    top: 20px;
  }

  .mobile-toggle.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .mobile-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-toggle.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
  }

  #header .menu-main-menu-container ul {
    display: block;
  }

  #header .menu-main-menu-container {
    padding: 100px 30px 0px;
    background: #fff;
    position: fixed;
    top: 0;
    width: 75%;
    height: 100%;
    transition: 0.2s ease;
    opacity: 0;
    right: -100%;
    z-index: 10;
  }

  #header .menu-main-menu-container li {
    margin: 0;
    margin-bottom: 32px;
  }

  .menu-active#header .menu-main-menu-container {
    left: 0%;
    opacity: 1;
  }

  #header .menu li + li {
    margin-left: 0px;
  }

  .quiz-section .section-title p,
  .wisdom-section .section-title p {
    font-size: 21px;
    line-height: 27px;
  }

  .quiz-section .section-title p {
    margin-bottom: 15px;
  }

  .quiz-section .section-title h2 {
    margin-bottom: 25px;
  }

  .quiz-section {
    padding: 45px 0px 150px;
  }

  #footer .follow-container {
    margin-bottom: 43px;
  }

  #footer .follow-text {
    text-align: center;
    margin-bottom: 20px;
  }

  #footer .footer-logo {
    width: 280px;
  }

  .ays-questions-container .step {
    padding: 46px 18px !important;
  }

  .ays-field label::before {
    font-size: 54px;
    line-height: 54px;
    margin: -23px 0px 0px 0px !important;
  }

  .ays_quiz_question p {
    font-size: 36px !important;
    line-height: 36px !important;
  }

  .ays_quiz_question {
    padding-bottom: 62px;
  }

  .ays-quiz-wrap .ays-quiz-container {
    border-radius: 30px !important;
  }

  .ays-field label {
    padding: 23px 70px 21px 121px !important;
  }

  .ays-quiz-container#ays-quiz-container-2 .select2-container,
  .ays-quiz-container#ays-quiz-container-2 .ays-field *,
  .ays-quiz-container#ays-quiz-container-3 .select3-container,
  .ays-quiz-container#ays-quiz-container-3 .ays-field *,
  .ays-quiz-container#ays-quiz-container-4 .select4-container,
  .ays-quiz-container#ays-quiz-container-4 .ays-field * {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .ays-field label::before {
    left: 32px;
  }

  .ays-field label::after {
    height: 42px !important;
    left: 89px;
    margin-top: -21px !important;
  }

  .ays-field {
    border-radius: 17px;
  }

  .ays-abs-fs:not(.ays-start-page) .ays_buttons_div,
  .ays_restart_button {
    bottom: -128px;
  }

  .ays-abs-fs .action-button,
  .ays_restart_button {
    height: 66px !important;
    line-height: 63px !important;
    width: 265px;
    max-width: 100%;
    font-size: 18px !important;
  }

  .wisdom-section {
    padding: 50px 0px 99px;
  }

  .wisdom-section .section-title p {
    margin-bottom: 20px;
  }

  .wisdom-section .section-title h2 {
    font-size: 81px;
    line-height: 74px;
    margin-bottom: 2px;
  }

  .wisdom-section .description {
    max-width: 70%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px;
  }

  .wisdoms h3 {
    padding: 0px 63px 0px 63px;
    text-align: left;
    font-size: 54px;
    line-height: 58px;
  }

  .slider-btn {
    position: relative;
    top: auto;
    bottom: 0px;
    margin: 0;
    width: 58px;
    height: 58px;
  }

  .wisdom-next {
    right: auto;
  }

  .wisdom-prev {
    left: auto;
  }

  .btn-wrapper {
    width: 160px;
    margin: 104px auto 0px;
    display: flex;
    justify-content: space-between;
  }

  .wisdom-wrapper {
    padding-top: 74px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  #footer {
    padding: 25px 0 49px;
    font-size: 18px;
    line-height: 22px;
  }

  .footer-logo img {
    max-height: 35px;
    min-height: 35px;
  }

  .ays_thank_you_fs .ays_message h2 {
    font-size: 55px;
    line-height: 60px;
  }

  .ays_thank_you_fs .ays_message p {
    font-size: 24px;
    line-height: 28px;
  }

  .ays-field.checked_answer_div.correct_div::after,
  .ays-field.checked_answer_div.wrong_div::after {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
  }

  .ays-abs-fs .action-button,
  .ays_restart_button,
  #ays-quiz-container-2 #ays_finish_quiz_2 .action-button:hover,
  #ays-quiz-container-2 #ays_finish_quiz_2 .action-button:focus,
  #ays-quiz-container-3 #ays_finish_quiz_3 .action-button:hover,
  #ays-quiz-container-3 #ays_finish_quiz_3 .action-button:focus,
  #ays-quiz-container-4 #ays_finish_quiz_4 .action-button:hover,
  #ays-quiz-container-4 #ays_finish_quiz_4 .action-button:focus {
    background-size: 18px 33px !important;
    background-position: 92% center !important;
  }
	
	.ays-quiz-social-shares-heading h4{
    max-width: 70%;
}
}

/*-------------------------------------------------*/
/* =  480px
/*-------------------------------------------------*/
@media only screen and (max-width: 480px) {
		.ays-quiz-social-shares-heading h4{
  font-size: 14px;
    line-height: 19px;
			margin-bottom:10px;
}
	
  .quiz-section .section-title h2,
  .wisdom-section .section-title h2 {
    font-size: 55px;
    line-height: 60px;
  }

  .home .quiz-section:nth-child(6) .section-title h2 {
    font-size: 35px;
    line-height: 35px;
  }

  .wisdom-section .description {
    max-width: 100%;
  }

  .wisdoms h3 {
    padding: 0px;
    font-size: 48px;
    line-height: 54px;
  }

  .header-logo img {
    max-height: 20px;
  }

  .hero-section h1 {
    max-width: 100%;
  }

  .ays-field label::before {
    left: 15px;
    font-size: 35px;
    line-height: 35px;
    margin: -15px 0px 0px 0px !important;
  }

  .ays-field label {
    padding: 23px 65px 21px 65px !important;
  }

  .ays-field label::after {
    height: 30px !important;
    left: 49px;
    margin-top: -15px !important;
    width: 1.5px !important;
  }

  .ays-quiz-container#ays-quiz-container-2 .select2-container,
  .ays-quiz-container#ays-quiz-container-2 .ays-field *,
  .ays-quiz-container#ays-quiz-container-3 .select3-container,
  .ays-quiz-container#ays-quiz-container-3 .ays-field *,
  .ays-quiz-container#ays-quiz-container-4 .select4-container,
  .ays-quiz-container#ays-quiz-container-4 .ays-field * {
    font-size: 14px !important;
    line-height: 16px !important;
  }

  .ays-questions-container .step {
    padding: 46px 6px !important;
  }

  .ays_quiz_question p {
    font-size: 25px !important;
    line-height: 28px !important;
  }

  .hero-section {
    height: 605px;
  }

  #asvalters-img {
    background-size: 207px 335px;
    width: 207px;
    height: 335px;
  }

  .ays_thank_you_fs .ays_message h2,
  .ays_thank_you_fs .ays_message h4 {
    font-size: 40px;
    line-height: 40px;
  }

  .ays_thank_you_fs .ays_message p {
    margin: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .ays_thank_you_fs .ays_message h5 {
    font-size: 18px;
  }
}
