/* =============== font size ============== */
/* =============== font weight ============== */
/* =============== max width ==============*/
/*=============== colors =================*/
/******home page variable**************/
* {
  padding: 0;
  margin: 0;
  font-size: 18px;
  box-sizing: border-box; }

body {
  background: #ffffff;
  font-family: 'Radio Canada', sans-serif; }

#loadingDiv {
  text-align: center; }
  #loadingDiv .loader-img {
    display: flex;
    justify-content: center; }

.img_responsive {
  max-width: 100%; }

.result[ng-cloak] {
  display: block !important; }

.result.ng-cloak {
  display: block !important; }

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

/*============================== header ==============================*/
.stick_top_sec {
  display: flex;
  justify-content: center;
  min-height: 110px; }

.stick_top_ads {
  position: fixed;
  display: flex;
  top: 0;
  z-index: 99; }

.menu_btn_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.collapse-icon,
.lang_icon {
  width: 49px;
  height: 49px;
  padding: 10px; }

.lang_icon {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .lang_icon a {
    display: flex; }

.lang-select {
  position: absolute;
  border-radius: 4px;
  right: 0;
  width: auto !important;
  background: #18181B;
  display: none;
  z-index: 5;
  margin-top: 12px;
  padding: 10px 10px; }
  .lang-select ul {
    text-align: center;
    max-height: 217px;
    overflow-x: hidden;
    margin-bottom: 0; }
  .lang-select li {
    font-size: 14px;
    border-bottom: 1px solid #FFFFFF;
    padding: 5px;
    cursor: pointer;
    color: #ffffff; }
    .lang-select li:hover {
      color: #FF512F; }
    .lang-select li.active {
      color: #FF512F; }
  .lang-select::before {
    position: absolute;
    top: -14px;
    right: 10px;
    content: "";
    transform: rotate(-50deg);
    visibility: hidden;
    z-index: 4;
    border-radius: 4px;
    border-top: 23px solid #18181B;
    border-left: 19px solid transparent;
    border-right: 8px solid transparent; }

.logo a {
  color: #ffffff;
  font-size: 40px;
  text-decoration: none;
  line-height: 1; }
  .logo a:hover {
    color: #ffffff;
    text-decoration: none; }
  .logo a:active {
    color: #ffffff;
    text-decoration: none; }

.language-dropdown {
  position: relative; }

.language-dropdown select {
  position: absolute;
  top: 0;
  width: 49px;
  height: 49px;
  opacity: 0; }

.collapse-icon.collapsed {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap; }
  .collapse-icon.collapsed .in {
    display: block; }
  .collapse-icon.collapsed .cross {
    display: none; }

ul {
  list-style: none;
  padding-left: 0; }

header {
  background: #ffffff; }
  header .nav_sec {
    padding-left: 20px;
    padding-right: 20px; }
  header .nav_container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 4px #1903720a;
    border-radius: 4px; }
  header .menu_sec .nav_container {
    background: #000000;
    border-radius: 0 0 4px 4px;
    padding: 30px 0; }
  header .menu_sec .menu_block {
    max-width: 395px;
    margin-left: auto;
    margin-right: auto; }
    header .menu_sec .menu_block ul {
      margin-bottom: 0; }
  header #menu li {
    padding-bottom: 9px;
    text-align: center; }
    header #menu li a {
      text-decoration: none;
      color: #ffffff;
      font-size: 21px;
      line-height: 32px;
      font-weight: 400;
      padding: 2px 20px; }
      header #menu li a:hover {
        background: linear-gradient(90.27deg, #FF532F 0.23%, #F1971A 99.81%);
        border: 0.1px solid #FFFFFF;
        box-shadow: 0px 3px 6px #1e005e66;
        border-radius: 2px; }
    header #menu li:active {
      text-decoration: none;
      color: #ffffff; }
    header #menu li img {
      margin-right: 13px; }
    header #menu li:last-child {
      padding-bottom: 0; }
  header .collapse-icon:not(.collapsed) .in {
    display: none; }
  header .collapse-icon:not(.collapsed) .cross {
    display: block; }

@media (min-width: 767px) {
  .lang-select {
    width: 153px;
    right: 0; } }
/*============================== end header ==============================*/
.main-container {
  max-width: 728px;
  margin: 0 auto;
 }

.pt40 {
  padding-top: 40px; }

.pb40 {
  padding-bottom: 40px; }

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

.adv-ads-txt {
  font-size: 10px !important;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center !important;
  opacity: 0.7; }

.all_ads {
  text-align: center; }

.all_ads .container-fluid {
  display: flex;
  justify-content: center; }

.custom_ad .ad_center {
  display: inline-block; }

.bottom_ad {
  margin-bottom: 40px; }

.home-section {
  padding-top: 40px; }
  .home-section .start-sec {
    padding-bottom: 20px; }
    .home-section .start-sec img {
      width: 100%; }
    .home-section .start-sec h1 {
      color: #000000;
      text-align: center;
      font-size: 35px;
      line-height: 44px;
      font-weight: normal;
      text-transform: capitalize;
      font-weight: 700; }
      .home-section .start-sec h1 span {
        display: block;
        font-size: 35px; }
    .home-section .start-sec .start-link {
      text-align: center;
      padding-top: 15px; }
      .home-section .start-sec .start-link a {
        width: 230px;
        display: inline-block;
        padding: 7px 42px;
        color: #ffffff;
        font-size: 22px;
        line-height: 33px;
        border-radius: 32px;
        text-decoration: none;
        font-weight: 700;
        background: linear-gradient(90deg, #125C13 0%, #479616 100%);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
        border-radius: 2px; }
        .home-section .start-sec .start-link a:hover {
          transform: scale(0.95);
          background: #FF512F; }

.blog-section .blog-heading {
  text-align: center;
  color: #E25A0E;
  padding: 12px 0 0px 0; }
  .blog-section .blog-heading span {
    font-size: 32px;
    line-height: 38px;
    position: relative;
    font-weight: 700; }
    .blog-section .blog-heading span::after {
      content: "";
      width: 110%;
      height: 2px;
      background: #000000;
      position: absolute;
      bottom: 3px;
      left: -5px;
      z-index: -1; }
.blog-section .blog-sec-boxes {
  padding: 14px 20px; }
  .blog-section .blog-sec-boxes .blog-list {
    display: flex;
    flex-wrap: wrap; }
    .blog-section .blog-sec-boxes .blog-list .blog-box {
      margin-bottom: 14px;
      background: white;
      box-shadow: -1px -1px 9px rgba(0, 0, 0, 0.1), 1px 1px 9px rgba(0, 0, 0, 0.1);
      border-radius: 2px;
      position: relative;
      min-height: 359px; }
      .blog-section .blog-sec-boxes .blog-list .blog-box .blog-img {
        padding: 10px; }
        .blog-section .blog-sec-boxes .blog-list .blog-box .blog-img img {
          width: 100%;
          box-shadow: -1px -1px 9px rgba(82, 33, 187, 0.1), 1px 1px 9px rgba(82, 33, 187, 0.1);
          border-radius: 2px; }
      .blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt {
        padding: 0 10px; }
        .blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-heading {
          font-size: 16px;
          line-height: 19px;
          text-align: center;
          color: #0D0D0E;
          font-weight: 500;
          border-bottom: 1px solid #F1B8A3;
          padding-bottom: 10px;
          padding-left: 10px; }
        .blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-txt {
          font-size: 14px;
          line-height: 17px;
          padding-top: 7px;
          font-weight: 400;
          text-align: center;
          padding-left: 10px; }
        .blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-link {
          text-align: center;
          text-align: center;
          position: absolute;
          transform: translate(-50%, -50%);
          left: 50%;
          bottom: 0; }
          .blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-link a {
            background: linear-gradient(90deg, #125C13 0%, #479616 100%);
            box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.25);
            border-radius: 2px;
            font-size: 14px;
            line-height: 17px;
            max-width: 123px;
            padding: 10px 19px;
            letter-spacing: 1.3px;
            font-weight: 600;
            text-decoration: none;
            color: #FFFFFF;
            display: block;
            margin: 0 auto; }
.blog-section .show-more-btns {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px; }
  .blog-section .show-more-btns .blog-btns {
    display: inline-block;
    border-radius: 32px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 6px;
    letter-spacing: 1.2px;
    border: 1px solid #F77923;
    border-radius: 2px;
    background: none; }
  .blog-section .show-more-btns .show-less {
    color: #F77923; }
  .blog-section .show-more-btns .show-more {
    color: #F77923; }

/*instrustion page*/
.instruction-section {
  margin-top: 40px;
  max-width: 556px;
  width: 100%;
  padding: 0 8px;
  margin: 0 auto; }
  .instruction-section .instruction-box {
    position: relative; }
    .instruction-section .instruction-box h1.heading {
      color: #000000;
      text-align: center;
      font-size: 28px;
      line-height: 30px;
      font-weight: 700;
      margin-bottom: 8px;
      padding-top: 24px; }
      .instruction-section .instruction-box h1.heading span {
        display: block;
        font-size: 35px; }
    .instruction-section .instruction-box .list-text {
      padding: 20px 8px 8px; }
      .instruction-section .instruction-box .list-text .list-heading {
        font-size: 16px;
        line-height: 22px;
        color: #050505;
        font-weight: 600;
        padding-left: 14px; }
      .instruction-section .instruction-box .list-text ul {
        margin-bottom: 0;
        margin-top: 10px; }
        .instruction-section .instruction-box .list-text ul li {
          font-size: 14px;
          line-height: 19px;
          font-weight: 500;
          color: #000000;
          padding-bottom: 7px;
          padding-left: 30px;
          position: relative; }
          .instruction-section .instruction-box .list-text ul li::before {
            position: absolute;
            left: 14px;
            top: 5px;
            width: 8px;
            height: 8px;
            content: "";
            background: #125C13;
            border-radius: 50%; }
    .instruction-section .instruction-box form {
      padding-top: 7px;
      position: relative;
      z-index: 9; }
      .instruction-section .instruction-box form .form-group {
        max-width: 315px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 12px;
        position: relative;
        margin-bottom: 0; }
        .instruction-section .instruction-box form .form-group input,
        .instruction-section .instruction-box form .form-group button {
          width: 100%;
          border-radius: 2px;
          text-align: center; }
        .instruction-section .instruction-box form .form-group input {
          background: #ffffff 0% 0% no-repeat padding-box;
          border: 1px solid #000;
          color: #1F1F1F;
          font-size: 16px;
          padding: 11px 40px; }
          .instruction-section .instruction-box form .form-group input::placeholder {
            font-size: 14px; }
          .instruction-section .instruction-box form .form-group input:focus-visible {
            outline: 0; }
        .instruction-section .instruction-box form .form-group button {
          background: linear-gradient(90deg, #125C13 0%, #479616 100%);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
          font-size: 18px;
          line-height: 22px;
          color: #ffffff;
          font-weight: 600;
          padding: 14px 52px;
          outline: none;
          margin-bottom: 15px;
          border: 0;
          cursor: pointer; }
          .instruction-section .instruction-box form .form-group button:hover {
            background: #033a05; }
          .instruction-section .instruction-box form .form-group button:active {
            transform: scale(0.95); }
      .instruction-section .instruction-box form .form-group .error {
        position: absolute;
        top: -17px;
        right: 5px;
        display: none;
        justify-content: center;
        background: white; }
        .instruction-section .instruction-box form .form-group .error p {
          font-size: 12px;
          color: #FF512F;
          border-radius: 2px;
          padding: 2px 5px;
          border: 1px solid #FF512F;
          position: relative;
          margin-bottom: 0; }
          .instruction-section .instruction-box form .form-group .error p::before, .instruction-section .instruction-box form .form-group .error p::after {
            content: "";
            position: absolute;
            width: 0px;
            bottom: -15px;
            border: 5px solid transparent;
            border-top: 9px solid #FF512F;
            left: 2px; }
          .instruction-section .instruction-box form .form-group .error p::after {
            border-top: 8px solid #ffffff;
            bottom: -13px; }
      .instruction-section .instruction-box form .form-group.err_active input {
        border: 1px solid #FF512F; }
      .instruction-section .instruction-box form .form-group.err_active .error {
        display: flex; }

.instruction-box-sec {
  background: #F3F3F3;
  border-radius: 7px; }

.question-section {
  padding-top: 40px;
  padding-bottom: 40px; }
  .question-section .question-box {
    position: relative;
    padding-bottom: 10px; }
    .question-section .question-box ul {
      padding-top: 10px;
      display: flex;
      justify-content: center;
      margin-bottom: 8px; }
      .question-section .question-box ul li {
        background: #D9D9D9;
        font-size: 12px;
        width: 22px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        color: #000;
        border-radius: 3px;
        margin: 0 4px; }
      .question-section .question-box ul li.active {
        background: linear-gradient(90deg, #125C13 0%, #479616 100%);
        color: #ffffff; }
      .question-section .question-box ul li.h-custom-tab-active {
        background: linear-gradient(90deg, #125C13 0%, #479616 100%);
        color: #ffffff; }
  .question-section .questions {
    background: #ffffff;
    border-radius: 25px;
    margin: 0 8px; }
    .question-section .questions-heading {
      text-align: center;
      font-size: 22px;
      line-height: 22px;
      font-weight: bold;
      background: #000;
      color: white;
      padding: 21px; }
    .question-section .questions .question-skip {
      text-align: center; }
      .question-section .questions .question-skip a {
        background: #FFFFFF;
        box-shadow: inset 0px 0px 6px #F8D7A6;
        color: #FA6B28;
        font-size: 18px;
        line-height: 27px;
        padding: 5px 42px;
        text-decoration: none;
        min-width: 145px;
        display: inline-block; }
        .question-section .questions .question-skip a:hover {
          background: linear-gradient(90deg, #125C13 0%, #479616 100%);
          color: #ffffff; }
    .question-section .questions .options-boxes {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 9px; }
      .question-section .questions .options-boxes .option {
        border: 1px solid #C5C5C5;
        width: 49%;
        margin-bottom: 14px; }
        .question-section .questions .options-boxes .option .img_ser {
          padding-top: 7px; }
        .question-section .questions .options-boxes .option img {
          max-width: 160px; }
        .question-section .questions .options-boxes .option .option-txt {
          text-align: center;
          color: #000;
          font-size: 20px;
          line-height: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          min-height: 55px;
          overflow: hidden; }
          .question-section .questions .options-boxes .option .option-txt a {
            text-decoration: none;
            color: #000;
            display: contents; }
          .question-section .questions .options-boxes .option .option-txt figcaption {
            padding: 0px 0 3px;
            font-size: 18px;
            line-height: 20px;
            font-weight: 400;
            min-height: 75px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #000000; }
      .question-section .questions .options-boxes .option.user-side-option .option-txt:hover {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
        background: linear-gradient(90deg, #125C13 0%, #479616 100%);
        transition: 0.4s; }
        .question-section .questions .options-boxes .option.user-side-option .option-txt:hover a {
          color: white;
          transform: scale(1.1); }
        .question-section .questions .options-boxes .option.user-side-option .option-txt:hover figcaption {
          color: white; }
      .question-section .questions .options-boxes .option.green {
        background: #57AC30; }
        .question-section .questions .options-boxes .option.green .option-txt a {
          color: #ffffff; }
          .question-section .questions .options-boxes .option.green .option-txt a figcaption {
            color: #ffffff; }
          .question-section .questions .options-boxes .option.green .option-txt a .img_ser {
            margin: 5px; }
      .question-section .questions .options-boxes .option.red {
        background: #E53B17;
        -webkit-animation: shakeX 1s both;
        animation: shakeX 1s both; }
@keyframes errorX {
  10%,
                    30%,
                    50%,
                    70%,
                    90% {
    transform: translate3d(-5px, 0, 0); }
  20%,
                    40%,
                    60%,
                    80% {
    transform: translate3d(5px, 0, 0); } }
@-webkit-keyframes errorX {
  10%,
                    30%,
                    50%,
                    70%,
                    90% {
    transform: translate3d(-5px, 0, 0); }
  20%,
                    40%,
                    60%,
                    80% {
    transform: translate3d(5px, 0, 0); } }
@keyframes shakeX {
  10%,
                    30%,
                    50%,
                    70%,
                    90% {
    transform: translate3d(-5px, 0, 0); }
  20%,
                    40%,
                    60%,
                    80% {
    transform: translate3d(5px, 0, 0); } }
        .question-section .questions .options-boxes .option.red .option-txt a {
          color: #ffffff; }
          .question-section .questions .options-boxes .option.red .option-txt a figcaption {
            color: #ffffff; }
          .question-section .questions .options-boxes .option.red .option-txt a .img_ser {
            margin: 5px; }
    .question-section .questions .options-boxes.hlist {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 9px; }
      .question-section .questions .options-boxes.hlist .option {
        width: 48%; }
        .question-section .questions .options-boxes.hlist .option .option-txt {
          min-height: auto; }
        .question-section .questions .options-boxes.hlist .option a {
          width: 100%;
          font-size: 18px;
          line-height: 20px;
          padding: 18px 0;
          color: #000;
          transition: transform .2s linear;
          display: block; }

.question-section .questions .options-boxes.imglist33,
.question-section .questions .options-boxes.imglist50 {
  margin-left: -11px;
  margin-right: -11px;
  justify-content: center; }
  .question-section .questions .options-boxes.imglist33 .option,
  .question-section .questions .options-boxes.imglist50 .option {
    width: 31%;
    margin-bottom: 9px;
    margin: 0 7px;
    transition: transform .2s;
    margin-bottom: 14px; }
    .question-section .questions .options-boxes.imglist33 .option .option-txt,
    .question-section .questions .options-boxes.imglist50 .option .option-txt {
      display: block; }
      .question-section .questions .options-boxes.imglist33 .option .option-txt:hover .img_ser,
      .question-section .questions .options-boxes.imglist50 .option .option-txt:hover .img_ser {
        margin: 5px; }
        .question-section .questions .options-boxes.imglist33 .option .option-txt:hover .img_ser img,
        .question-section .questions .options-boxes.imglist50 .option .option-txt:hover .img_ser img {
          transform: scale(1.1); }
    .question-section .questions .options-boxes.imglist33 .option .img_ser,
    .question-section .questions .options-boxes.imglist50 .option .img_ser {
      padding-top: 0;
      overflow: hidden; }
      .question-section .questions .options-boxes.imglist33 .option .img_ser img,
      .question-section .questions .options-boxes.imglist50 .option .img_ser img {
        max-width: none;
        width: 100%;
        transition: 0.4s; }
    .question-section .questions .options-boxes.imglist33 .option figcaption,
    .question-section .questions .options-boxes.imglist50 .option figcaption {
      min-height: 56px; }

.question-section .questions .options-boxes.imglist50 {
  margin-left: -6px;
  margin-right: -6px;
  }






  .question-section .questions .options-boxes.imglist50 .option {
    width: 48%;
    margin: 0 7px;
    margin-bottom: 14px; }

.sync_quiz .other-user-stats {
  margin: 4px 8px 0; }

@media (max-width: 767px) {
  .questions-heading {
    font-size: 18px;
    line-height: 24px; }

  .question-section .questions .options-boxes.imglist33,
  .question-section .questions .options-boxes.imglist50 {
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center; }
    .question-section .questions .options-boxes.imglist33 .option,
    .question-section .questions .options-boxes.imglist50 .option {
      width: 47%;
      margin: 0 5px;
      margin-bottom: 9px; }
      .question-section .questions .options-boxes.imglist33 .option .option-txt figcaption,
      .question-section .questions .options-boxes.imglist50 .option .option-txt figcaption {
        font-size: 16px;
        line-height: 19px; }
  .question-section .questions .options-boxes.hlist .option-txt a {
    padding: 6px 0;
    font-size: 14px;
    line-height: 16px;
    min-height: 57px;
    display: flex;
    justify-content: center;
    align-items: center; } }
.share-section {
  max-width: 556px;
  width: 100%;
  padding: 0 8px;
  margin: 0 auto;
  margin-top: 40px; }
  .share-section .share-heading {
    color: #000;
    font-weight: bold;
    text-align: center; }
    .share-section .share-heading span:first-child {
      font-size: 26px;
      display: block;
      line-height: 38px;
      color: #000000; }
    .share-section .share-heading span:last-child {
      font-size: 22px;
      display: block;
      line-height: 26px; }
  .share-section .share-img-sec {
    text-align: center; }
  .share-section .share-box {
    margin-top: 10px; }
    .share-section .share-box .link-txt {
      font-size: 16px;
      line-height: 19px;
      font-weight: 500;
      color: #000;
      text-align: center;
      padding-top: 12px; }
  .share-section .share-img-sec {
    width: 214px;
    margin: 0 auto; }
  .share-section .share-copy-sec {
    background: #EFEFEF;
    border-radius: 2px; }
  .share-section .copy-link-area {
    margin: 0 auto;
    position: relative;
    width: 335px; }
    .share-section .copy-link-area .copy-link {
      background: #fff;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
      border-radius: 1px;
      font-size: 14px;
      color: #82807E;
      padding: 12px 94px 9px 7px;
      text-align: center; }
    .share-section .copy-link-area .copy-msg {
      width: 100%;
      display: flex;
      justify-content: center;
      visibility: hidden; }
      .share-section .copy-link-area .copy-msg p {
        color: #E10303;
        font-size: 14px;
        line-height: 16px;
        padding: 5px 25px 0;
        text-shadow: 0px 0px 3px rgba(225, 3, 3, 0.21);
        font-weight: 600; }
    .share-section .copy-link-area button {
      position: absolute;
      top: 0px;
      right: 0;
      background: linear-gradient(90deg, #125C13 0%, #479616 100%);
      border-radius: 1px;
      font-size: 14px;
      line-height: 17px;
      padding: 11px 10px;
      color: #ffffff;
      font-weight: bold;
      min-width: 74px;
      border: 0; }
      .share-section .copy-link-area button:hover {
        transform: scale(0.95);
        background: #009eb9; }
  .share-section .link-copied .copy-link {
    border: 1px solid #22CF18; }
  .share-section .link-copied .copy-msg {
    visibility: visible; }
  .share-section .share-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 14px; }
    .share-section .share-tabs .social-middle-tab {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .share-section .share-tabs .social-tabs.whatsapp {
      margin-bottom: 12px; }
      .share-section .share-tabs .social-tabs.whatsapp a {
        padding: 11px 0; }
        .share-section .share-tabs .social-tabs.whatsapp a img {
          width: 25px; }
    .share-section .share-tabs .social-tabs {
      text-align: center;
      width: 49%;
      border-radius: 1px;
      margin-bottom: 11px; }
      .share-section .share-tabs .social-tabs img {
        margin-right: 10px;
        width: 15px; }
      .share-section .share-tabs .social-tabs a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        padding: 14px 0;
        text-decoration: none; }
      .share-section .share-tabs .social-tabs .btn-txt {
        font-size: 14px;
        font-weight: 600; }
        .share-section .share-tabs .social-tabs .btn-txt span {
          font-size: 14px;
          font-weight: 600; }
      .share-section .share-tabs .social-tabs:hover {
        background: linear-gradient(90deg, #125C13 0%, #479616 100%); }
    .share-section .share-tabs .whatsapp {
      background: #4DC072;
      width: 100%; }
      .share-section .share-tabs .whatsapp a .btn-txt {
        font-size: 18px; }
    .share-section .share-tabs .facebook {
      background: #415D95; }
    .share-section .share-tabs .messanger {
      background: #4376F6; }
    .share-section .share-tabs .snapchat {
      background: #FFF300; }
    .share-section .share-tabs .snapchat a {
      color: #000000; }
    .share-section .share-tabs .twitter {
      background: #3EA6EF; }
    .share-section .share-tabs .insta {
      box-shadow: 0px 1px 4px #D8D2C4;
      background: linear-gradient(271.12deg, rgba(154, 54, 161, 0.56) 0.96%, rgba(255, 0, 18, 0.56) 63.99%), #E92C55; }
    .share-section .share-tabs .line {
      background: #69BE49; }
    .share-section .share-tabs .kakao {
      background: #F1DB2F; }
    .share-section .share-tabs .kakao a {
      color: #000000; }
    .share-section .share-tabs .share-btn-vk {
      background: #6694D2; }
    .share-section .share-tabs .tiktok {
      background: #FFE903 0% 0% no-repeat padding-box;
      width: 49%; }
    .share-section .share-tabs .tiktok:hover a {
      color: white; }
    .share-section .share-tabs .tiktok a {
      color: #000000; }
    .share-section .share-tabs .tg-btn {
      background: #29a0d3; }
    .share-section .share-tabs .tg-btn a {
      font-size: 14px; }
    .share-section .share-tabs .more-plus-share {
      width: 100%; }
    .share-section .share-tabs .more-plus-share .a2a_dd {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      font-weight: 600;
      padding: 16px 0;
      background: #121212;
      border-radius: 1px; }
      .share-section .share-tabs .more-plus-share .a2a_dd:hover {
        background: linear-gradient(90deg, #125C13 0%, #479616 100%); }
    .share-section .share-tabs .more-plus-share .a2a_svg {
      width: 18px;
      height: 18px;
      margin-right: 5px;
      border-radius: 50%;
      border: 1px solid white;
      background-color: transparent !important; }
    .share-section .share-tabs .more-plus-sharemobile {
      margin-bottom: 5px;
      display: none;
      width: 100%; }
    .share-section .share-tabs .more-plus-share-mobile {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 4px 0;
      color: #fff;
      font-size: 16px;
      background: #3A3A3A;
      border-radius: 1px;
      padding: 13px 0 !important;
      border: 0;
      font-weight: 500; }
      .share-section .share-tabs .more-plus-share-mobile:hover {
        background: linear-gradient(90deg, #125C13 0%, #479616 100%); }
    .share-section .share-tabs .more-plus-share i {
      color: #fff;
      font-size: 11px;
      padding: 3px;
      border-radius: 50%;
      border: 1px solid white;
      margin-right: 10px;
      width: 18px;
      height: 18px; }

#myModalInsta img {
  width: 100%; }

#myModalTiktok .modal-content {
  text-align: center; }

.modal-footer button {
  background: linear-gradient(90deg, #125C13 0%, #479616 100%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border: none; }

.friend-board-btn {
  display: flex;
  justify-content: center;
  margin: 7px 0 0; }
  .friend-board-btn a {
    border-radius: 1px;
    background: linear-gradient(90deg, #125C13 0%, #479616 100%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    padding: 16px 0;
    font-size: 20px;
    line-height: 17px;
    width: 320px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: 600; }
    .friend-board-btn a:hover {
      background: #009eb9; }
    .friend-board-btn a:active {
      transform: scale(0.95); }

.del-quiz-btn a {
  background: none;
  color: #EC1010;
  border: 1px solid #EC1010; }
  .del-quiz-btn a:hover {
    color: #ffffff; }

.friendboard-heading {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 5px;
  text-align: center; }

.bff-scorebrd-loader {
  text-align: center; }
  .bff-scorebrd-loader img {
    width: 100px; }

.friendboard-sec {
  background: #F3F3F3;
  border-radius: 2px;
  text-align: center;
  padding: 20px 0 10px 0;
  margin-bottom: 0px;
  margin-top: 30px;
  max-width: 540px;
  margin: 0 auto; }
  .friendboard-sec .friendboard-txt {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 2px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    max-width: 267px;
    margin: 0 auto 10px;
    padding: 11px 0; }
  .friendboard-sec .friend-scoreboard ul {
    max-width: 340px;
    margin: 0 auto; }
    .friendboard-sec .friend-scoreboard ul li {
      display: flex;
      align-items: center;
      padding: 16px 20px 16px 50px;
      color: #0683E4;
      margin-bottom: 11px;
      position: relative;
      background: #FFFFFF;
      border: 1px solid #B3B3B3;
      border-radius: 5px; }
      .friendboard-sec .friend-scoreboard ul li span i {
        font-size: 25px; }
      .friendboard-sec .friend-scoreboard ul li:first-child {
        background: none;
        color: #000000;
        border: 0;
        padding: 0px;
        display: none; }
      .friendboard-sec .friend-scoreboard ul li::before, .friendboard-sec .friend-scoreboard ul li:nth-child(2)::before, .friendboard-sec .friend-scoreboard ul li:nth-child(3)::before, .friendboard-sec .friend-scoreboard ul li:nth-child(4)::before {
        content: "";
        position: absolute;
        width: 35px;
        height: 36px;
        left: 12px; }
      .friendboard-sec .friend-scoreboard ul li::before {
        background: url("../../../public/images/4th.svg") no-repeat; }
      .friendboard-sec .friend-scoreboard ul li:nth-child(2)::before {
        background: url("../../../public/images/1st.svg") no-repeat; }
      .friendboard-sec .friend-scoreboard ul li:nth-child(3)::before {
        background: url("../../../public/images/2nd.svg") no-repeat; }
      .friendboard-sec .friend-scoreboard ul li:nth-child(4)::before {
        background: url("../../../public/images/3rd.svg") no-repeat; }
    .friendboard-sec .friend-scoreboard ul .bff-name {
      width: 121px;
      text-align: center;
      font-size: 14px;
      line-height: 16px;
      font-weight: 500;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: #000000; }
      .friendboard-sec .friend-scoreboard ul .bff-name a {
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        color: #000000; }
    .friendboard-sec .friend-scoreboard ul .bff-score {
      width: 168px;
      position: relative;
      background: #EBEBEB;
      border-radius: 9px;
      height: 16px; }
      .friendboard-sec .friend-scoreboard ul .bff-score .bff-score-txt {
        position: absolute;
        right: 5px;
        color: #000000;
        font-size: 14px;
        top: -1px; }
      .friendboard-sec .friend-scoreboard ul .bff-score .bff-score-pgmain {
        width: 80%;
        height: 100%;
        display: block; }
      .friendboard-sec .friend-scoreboard ul .bff-score .bff-score-pgcolor {
        background: linear-gradient(90deg, #125C13 0%, #479616 100%);
        border-radius: 9px;
        display: block;
        height: 100%; }
    .friendboard-sec .friend-scoreboard ul .bff-view {
      padding-left: 31px; }
    .friendboard-sec .friend-scoreboard ul .bff-view-uf {
      padding-left: 26px; }
    .friendboard-sec .friend-scoreboard ul .bff-delete {
      padding-left: 10px; }
    .friendboard-sec .friend-scoreboard ul .bff-scor10 .bff-score-pgmain {
      width: 100%; }
    .friendboard-sec .friend-scoreboard ul .bff-scor10 .bff-score-txt {
      z-index: 5;
      color: #ffffff;
      width: 100%;
      position: absolute;
      text-align: center;
      display: block;
      right: auto; }
    .friendboard-sec .friend-scoreboard ul .bff-scor10 .bff-score-pgcolor {
      width: 100% !important; }

.congrats-sec {
  max-width: 412px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  color: #000; }
  .congrats-sec .congrats-heading {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #000000; }
  .congrats-sec .congrats-score {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500; }
  .congrats-sec .congrats-txt {
    font-size: 16px;
    line-height: 21px; }
  .congrats-sec .create-quiz-btn {
    display: flex;
    justify-content: center;
    padding-top: 15px; }
    .congrats-sec .create-quiz-btn a {
      border-radius: 25px;
      background: linear-gradient(90deg, #125C13 0%, #479616 100%);
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
      border-radius: 4px;
      padding: 17px 0;
      font-size: 20px;
      line-height: 16px;
      width: 320px;
      color: #ffffff;
      text-decoration: none;
      text-align: center;
      font-weight: 600;
      cursor: pointer; }
      .congrats-sec .create-quiz-btn a:active {
        transform: scale(0.95); }

.create-quiz-btn-bottom .create-quiz-btn {
  display: flex;
  justify-content: center;
  padding-top: 15px; }
  .create-quiz-btn-bottom .create-quiz-btn a {
    border-radius: 25px;
    background: linear-gradient(90deg, #125C13 0%, #479616 100%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 17px 0;
    font-size: 20px;
    line-height: 16px;
    width: 320px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    cursor: pointer; }
    .create-quiz-btn-bottom .create-quiz-btn a:active {
      transform: scale(0.95); }

.congrats-score-sec {
  margin-top: -30px; }

.result-sec {
  margin-top: 40px;
  background: #F3F3F3;
  padding: 15px 0;
  margin-bottom: 10px; }
  .result-sec .result-heading {
    text-align: center;
    font-size: 28px;
    line-height: 43px;
    color: #000;
    font-weight: bold; }
  .result-sec .result-quesans {
    margin-top: 23px; }
    .result-sec .result-quesans .quests {
      display: flex;
      justify-content: center;
      background: #0F0F12;
      padding: 14px; }
      .result-sec .result-quesans .quests .qaunt {
        margin-right: 10px;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        font-weight: bold;
        padding-top: 2px; }
      .result-sec .result-quesans .quests .ques {
        font-size: 16px;
        line-height: 21px;
        color: #fff;
        font-weight: bold; }
    .result-sec .result-quesans .ans {
      text-align: center;
      font-size: 14px;
      line-height: 21px;
      font-weight: bold;
      color: #000;
      position: relative; }
      .result-sec .result-quesans .ans .option {
       
        background: #ffffff; }
        .result-sec .result-quesans .ans .option img {
          width: 100%; }
        .result-sec .result-quesans .ans .option figcaption {
          text-align: center;
          color: #000;
          font-size: 20px;
          line-height: 28px;
          font-weight: 400;
          padding: 13px 5px; }
      .result-sec .result-quesans .ans .wrong {
        position: absolute;
        right: -8px;
        top: -11px; }
      .result-sec .result-quesans .ans span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 5px;
        min-height: 51px;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        background: #fff; }

.bd-sec {
  margin: 40px 20px 40px 20px;
  background: #FFFFFF;
  border: 9px solid #000000;
  border-radius: 2px; }
  .bd-sec .bd-img {
    margin-bottom: 10px; }
    .bd-sec .bd-img img {
      width: 100%; }
  .bd-sec .a2a_kit {
    padding-left: 20px;
    padding-bottom: 20px; }
  .bd-sec .bd-heading {
    font-size: 25px;
    line-height: 28px;
    color: #000000;
    margin: 0 20px;
    padding-bottom: 10px;
    font-weight: 700; }
  .bd-sec .bd-content {
    color: #000000;
    padding: 10px 20px; }
    .bd-sec .bd-content p {
      font-size: 18px;
      line-height: 21px;
      font-weight: 400; }
    .bd-sec .bd-content h2,
    .bd-sec .bd-content h3 {
      font-size: 18px; }

.pop_sec {
  position: fixed;
  top: 0;
  bottom: 0;
  padding-top: 3vh;
  width: 100%;
  z-index: 999;
  display: none;
  overflow-x: scroll;
  padding-bottom: 3vh;
  background: #ffffff69; }
  .pop_sec::before {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 8; }
  .pop_sec .pop_dialog {
    display: flex;
    justify-content: center;
    min-height: 94Vh;
    align-items: center;
    position: relative;
    z-index: 9999; }
    .pop_sec .pop_dialog .pop_content {
      max-width: 396px;
      background: #ffffff;
      box-shadow: 3px 3px 10px 4px 4px 10px rgba(0, 0, 0, 0.16);
      border-radius: 10px;
      padding: 17px;
      box-sizing: border-box; }
      .pop_sec .pop_dialog .pop_content .pop_header {
        min-height: 50px; }
        .pop_sec .pop_dialog .pop_content .pop_header .close {
          width: 22px;
          height: 22px;
          background: none;
          margin-left: auto;
          background-size: 21px;
          border: 0;
          display: flex; }
      .pop_sec .pop_dialog .pop_content .pop_con {
        text-align: center; }

#lang_popup .pop_content {
  max-width: 748px;
  width: 100%;
  margin: 0 auto;
  background: #F3F3F3; }
#lang_popup .modal-body {
  padding: 21px; }
#lang_popup .pop_header {
  position: relative; }
  #lang_popup .pop_header h3 {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: bold; }
  #lang_popup .pop_header .close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 19px;
    height: 19px;
    background: url(../../../public/images/bffforever/Hambergur-cross.svg);
    background-repeat: no-repeat;
    opacity: 1; }
    #lang_popup .pop_header .close i {
      display: none; }
#lang_popup .pop_con ul {
  padding-left: 5%;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 5%; }
  #lang_popup .pop_con ul a {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    color: #000;
    text-decoration: none; }
    #lang_popup .pop_con ul a:hover, #lang_popup .pop_con ul a:active {
      background: linear-gradient(90deg, #125C13 0%, #479616 100%);
      text-decoration: none;
      color: #ffffff;
      border-radius: 4px; }

@media (min-width: 768px) {
  .home-section {
    padding: 40px 14px 0; }
    .home-section .start-sec h1 {
      padding-top: 4px;
      font-size: 40px;
      line-height: 48px; }
      .home-section .start-sec h1 span {
        font-size: 40px;
        line-height: 65px; }
    .home-section .start-sec .start-link a {
      width: 376px;
      font-size: 20px;
      line-height: 24px;
      padding: 18px 0px; }

  .blog-section {
    padding: 0 14px; }
    .blog-section .blog-heading span {
      font-size: 32px;
      line-height: 38px;
      font-weight: 700; }
    .blog-section .blog-sec-boxes {
      padding: 14px 40px; }
      .blog-section .blog-sec-boxes .blog-list {
        justify-content: space-between; }
        .blog-section .blog-sec-boxes .blog-list .blog-box {
          max-width: 49%; }
        .blog-section .blog-sec-boxes .blog-list .blog-txt .box-link a {
          display: block;
          margin: 0 auto; }

  /*instrustion page*/
  .instruction-box-sec {
    background: white; }

  .instruction-section .instruction-box h1.heading {
    font-size: 28px;
    line-height: 33px; }
    .instruction-section .instruction-box h1.heading span {
      display: block;
      font-size: 48px;
      line-height: 60px; }
  .instruction-section .instruction-box .list-text {
    padding: 16px;
    background: #F3F3F3; }
    .instruction-section .instruction-box .list-text .list-heading {
      font-size: 18px;
      line-height: 22px;
      padding-left: 10px; }
    .instruction-section .instruction-box .list-text ul {
      margin-left: 10px; }
      .instruction-section .instruction-box .list-text ul li {
        padding-left: 30px;
        font-size: 16px;
        line-height: 23px;
        padding-bottom: 7px; }
        .instruction-section .instruction-box .list-text ul li::before {
          left: 0;
          top: 7px; }
  .instruction-section .instruction-box form {
    padding-top: 22px; }
    .instruction-section .instruction-box form .form-group {
      max-width: 100%; }
      .instruction-section .instruction-box form .form-group input {
        padding: 19px 40px;
        font-size: 16px; }
      .instruction-section .instruction-box form .form-group button {
        font-size: 18px;
        line-height: 22px;
        padding: 20px 40px;
        margin-bottom: 0; }

  /*question page*/
  .question-section .question-box ul li {
    font-size: 12px;
    line-height: 14px;
    width: 24px;
    height: 24px; }
  .question-section .question-box ul li.active {
    background: #FFBE23;
    color: #ffffff; }
  .question-section .questions {
    margin: 0; }
    .question-section .questions-heading {
      font-size: 28px;
      line-height: 34px;
      padding: 26px; }
    .question-section .questions .options-boxes,
    .question-section .questions .options-boxes.hlist {
      margin: 14px -7px 0; }
      .question-section .questions .options-boxes .option,
      .question-section .questions .options-boxes.hlist .option {
        margin: 0 7px 14px; }
    .question-section .questions .question-skip a {
      font-size: 18px;
      line-height: 20px;
      padding: 10px; }

  .share-section .share-heading span:first-child {
    font-size: 36px;
    line-height: 54px; }
  .share-section .share-heading span:last-child {
    font-size: 20px;
    line-height: 30px; }
  .share-section .share-box .link-txt {
    font-size: 18px;
    line-height: 30px;
    padding-top: 14px; }
  .share-section .copy-link-area {
    width: 465px; }
    .share-section .copy-link-area .copy-link {
      min-height: 55px;
      font-size: 16px;
      padding: 16px 148px 16px 20px; }
    .share-section .copy-link-area .copy-msg p {
      font-size: 16px;
      line-height: 19px; }
    .share-section .copy-link-area button {
      min-width: 128px;
      font-size: 16px;
      min-height: 55px;
      line-height: 25px; }

  .friend-board-btn a {
    width: 330px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px; }

  .friendboard-sec .friendboard-heading {
    font-size: 25px; }
  .friendboard-sec .friendboard-txt {
    max-width: 453px;
    margin: 7px auto 17px;
    padding: 17px 0;
    font-size: 14px;
    line-height: 17px; }
  .friendboard-sec .friend-scoreboard ul {
    max-width: 472px; }
    .friendboard-sec .friend-scoreboard ul li {
      padding: 16px 20px 16px 50px; }
      .friendboard-sec .friend-scoreboard ul li span {
        font-size: 18px; }
        .friendboard-sec .friend-scoreboard ul li span i {
          font-size: 30px; }
      .friendboard-sec .friend-scoreboard ul li::before, .friendboard-sec .friend-scoreboard ul li:nth-child(2)::before, .friendboard-sec .friend-scoreboard ul li:nth-child(3)::before, .friendboard-sec .friend-scoreboard ul li:nth-child(4)::before {
        width: 35px;
        height: 36px;
        left: 12px; }
    .friendboard-sec .friend-scoreboard ul .bff-name {
      width: 121px;
      text-align: center;
      font-size: 16px;
      line-height: 19px;
      font-weight: 500;
      color: #000000; }
      .friendboard-sec .friend-scoreboard ul .bff-name a {
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        color: #000000; }
    .friendboard-sec .friend-scoreboard ul .bff-score {
      width: 197px;
      position: relative;
      background: #EBEBEB;
      border-radius: 9px;
      height: 16px; }
      .friendboard-sec .friend-scoreboard ul .bff-score .bff-score-txt {
        position: absolute;
        right: 5px;
        color: #000000;
        font-size: 16px;
        top: -1px; }
      .friendboard-sec .friend-scoreboard ul .bff-score .bff-score-pgmain {
        width: 80%;
        height: 100%;
        display: block; }
      .friendboard-sec .friend-scoreboard ul .bff-score .bff-score-pgcolor {
        background: linear-gradient(90deg, #125C13 0%, #479616 100%);
        border-radius: 9px;
        display: block;
        height: 100%; }
    .friendboard-sec .friend-scoreboard ul .bff-view {
      padding-left: 31px; }
    .friendboard-sec .friend-scoreboard ul .bff-view-uf {
      padding-left: 60px; }
    .friendboard-sec .friend-scoreboard ul .bff-delete {
      padding-left: 10px; }
    .friendboard-sec .friend-scoreboard ul .bff-scor10 .bff-score-pgmain {
      width: 100%; }
    .friendboard-sec .friend-scoreboard ul .bff-scor10 .bff-score-txt {
      z-index: 5;
      color: #ffffff;
      width: 100%;
      position: absolute;
      text-align: center;
      display: block;
      right: auto; }
    .friendboard-sec .friend-scoreboard ul .bff-scor10 .bff-score-pgcolor {
      width: 100% !important; }

  .user_scoreboard .friendboard-sec .friend-scoreboard ul .bff-view {
    padding-left: 24px; }

  .user_scoreboard .friendboard-sec .friend-scoreboard ul .bff-delete {
    padding-left: 20px; }

  .result .friendboard-sec .friend-scoreboard ul .bff-score {
    width: 227px; }

  .result .friendboard-sec .friend-scoreboard ul .bff-view-uf {
    padding-left: 30px; }

  .congrats-sec .congrats-heading {
    font-size: 24px;
    line-height: 33px; }
  .congrats-sec .congrats-score {
    font-size: 18px;
    line-height: 22px; }
  .congrats-sec .congrats-txt {
    font-size: 16px;
    line-height: 19px;
    padding-top: 12px; }
  .congrats-sec .create-quiz-btn {
    display: flex;
    justify-content: center; }
    .congrats-sec .create-quiz-btn a {
      font-size: 16px;
      line-height: 21px;
      width: 412px;
      padding: 15px; }

  .create-quiz-btn-bottom .create-quiz-btn {
    display: flex;
    justify-content: center; }
    .create-quiz-btn-bottom .create-quiz-btn a {
      font-size: 16px;
      line-height: 21px;
      width: 412px;
      padding: 15px; }

  .modal-dialog {
    width: 728px; }

  .result-sec .result-quesans .quests .qaunt {
    font-size: 22px;
    line-height: 29px;
    padding: 0; }
  .result-sec .result-quesans .quests .ques {
    font-size: 22px;
    line-height: 29px; }
  .result-sec .result-quesans .ans {
    margin: 34px auto;
    max-width: 233px; }

  .bd-sec {
    margin: 40px 5px 0px 5px; }
    .bd-sec .bd-heading {
      font-size: 25px;
      line-height: 25px; }
    .bd-sec .bd-content {
      padding: 20px 20px; }

  #lang_popup .pop_con ul {
    justify-content: space-between; }
    #lang_popup .pop_con ul a {
      min-width: 193px; }

  .ans.wrong-answer {
    filter: drop-shadow(0px 0px 6px #E64C39); }

  .ans.right-answer {
    filter: drop-shadow(0px 0px 6px #62B132); }

  .language-dropdown:hover .lang-select {
    display: block; }
    .language-dropdown:hover .lang-select::before {
      visibility: visible; } }
.static_ads {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 320px;
  height: 65px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end; }

.static_ads .adv-ads-txt {
  position: absolute;
  top: 0; }

/***************footer start***************/
footer {
  background: #070707;
  text-align: center;
  padding: 23px 15px 15px; }

.social_links,
.menu_links {
  display: flex;
  justify-content: center;
  margin-bottom: 13px; }

.social_links li {
  padding-left: 12px;
  padding-right: 12px; }
.social_links a {
  display: flex; }

.menu_links {
  margin-bottom: 5px; }
  .menu_links li {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 2px solid #ffffff;
    line-height: 1; }
    .menu_links li:last-child {
      border-right: 0; }
  .menu_links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px; }

.link_copied_sec {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600; }

.scroll_up {
  width: 49px;
  height: 47px;
  opacity: 1;
  text-align: center;
  position: fixed;
  bottom: 75px;
  right: 30px;
  z-index: 99;
  display: none; }
  .scroll_up img {
    width: 100%; }

@media (max-width: 480px) {
  .static_ads {
    width: 100%; } }
@media (max-width: 767px) {
  header .nav_sec {
    padding: 0; }
  header #menu li a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600; }
  header .menu_sec .nav_container {
    padding: 20px 10px; }

  .language-dropdown:hover .lang-select::before {
    visibility: visible; }

  .lang-select {
    width: 92px; }

  .menu_btn_logo {
    padding: 10px; }

  .home-section .start-sec {
    margin: 0 8px; }
    .home-section .start-sec h1 {
      font-size: 30px;
      line-height: 34px;
      font-weight: bold; }
    .home-section .start-sec .start-link a {
      padding: 9px 42px;
      font-size: 20px;
      line-height: 30px; }

  .blog-section .blog-sec-boxes {
    background: #F3F3F3;
    margin: 12px 8px;
    padding: 14px 32px; }
    .blog-section .blog-sec-boxes .blog-list .blog-box {
      margin-bottom: 10px; }
      .blog-section .blog-sec-boxes .blog-list .blog-box .blog-img {
        padding: 8px; }
      .blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-heading {
        text-align: center;
        padding-right: 10px; }
      .blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-txt {
        font-size: 14px;
        line-height: 19px;
        padding-right: 10px; }
      .blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-link a {
        max-width: 120px; }
  .blog-section .show-more-btns {
    padding: 2px 0 10px; }

  .share-section .share-img-sec {
    width: 150px; }
  .share-section .share-copy-sec {
    padding-bottom: 5px; }
  .share-section .copy-link-area {
    width: 93%; }
    .share-section .copy-link-area .copy-link,
    .share-section .copy-link-area button {
      min-height: 45px;
      font-size: 16px; }
    .share-section .copy-link-area .copy-msg p {
      margin-bottom: 0; }
  .share-section .share-tabs .whatsapp a .btn-txt {
    font-size: 16px;
    line-height: 19px; }
  .share-section .share-tabs .social-tabs.whatsapp a {
    padding: 10px 0; }
  .share-section .share-tabs .social-tabs {
    margin-bottom: 7px; }
    .share-section .share-tabs .social-tabs img {
      width: 19px; }
    .share-section .share-tabs .social-tabs a {
      padding: 13px 0;
      font-size: 16px;
      font-weight: 500; }
    .share-section .share-tabs .social-tabs .btn-txt {
      font-size: 16px; }
      .share-section .share-tabs .social-tabs .btn-txt span {
        font-size: 16px; }

  .friend-board-btn {
    padding: 0 28px; }

  #lang_popup .pop_header h3 {
    font-size: 16px; }
  #lang_popup .pop_con ul {
    margin-bottom: 0;
    padding-top: 15px; }
    #lang_popup .pop_con ul li {
      padding-left: 6%;
      padding-right: 6%;
      width: 100%; }
      #lang_popup .pop_con ul li a {
        padding: 12px 0;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px; }

  .result {
    padding: 0 8px; }

  .result-sec {
    margin-left: 8px;
    margin-right: 8px;
    background: #F3F3F3;
    padding: 15px 0; }
    .result-sec .result-heading {
      font-size: 18px;
      line-height: 20px; }
    .result-sec .result-quesans {
      margin-top: 15px; }
      .result-sec .result-quesans .quests {
        padding: 18px; }
      .result-sec .result-quesans .ans {
        width: 143px;
        margin: 20px auto; }
        .result-sec .result-quesans .ans .option figcaption {
          font-size: 16px;
          line-height: 19px; }
        .result-sec .result-quesans .ans span {
          font-size: 16px;
          line-height: 19px; }

  .user_scoreboard .friendboard-sec .friend-scoreboard ul .bff-view {
    padding-left: 13px; }

  .user_scoreboard .friendboard-sec .friend-scoreboard ul .bff-name {
    width: 130px; }

  .user_scoreboard .friendboard-sec .friend-scoreboard ul .bff-score {
    width: 116px; }

  .sync_quiz .friendboard-sec .friend-scoreboard ul .bff-view-uf {
    padding-left: 11px; }

  .congrats-score-sec {
    padding: 0 20px; }

  .question-section .questions .question-skip {
    margin-top: 5px; }
    .question-section .questions .question-skip a {
      font-size: 14px; }
  .question-section .questions .options-boxes .option.hlist {
    width: 100%;
    margin-bottom: 9px; }
    .question-section .questions .options-boxes .option.hlist .option-txt a {
      min-height: 42px;
      font-size: 16px;
      line-height: 19px; }

  .ans.wrong-answer {
    box-shadow: 0px 0px 4px rgba(230, 76, 57, 0.7); }

  .ans.right-answer {
    box-shadow: 0px 0px 4px rgba(101, 179, 50, 0.7); }

  .sync_quiz .other-user-stats {
    margin: 20px 8px 0; }

  .friendboard-heading {
    font-size: 18px;
    font-weight: 600; }

  .langlist-active {
    display: block; }

  .congrats-sec .congrats-heading {
    font-size: 26px;
    line-height: 30px; }
  .congrats-sec .congrats-score {
    font-size: 18px; } }
/*****************footer end*********************/
.smart-scrool::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px; }

.smart-scrool::-webkit-scrollbar {
  width: 8px;
  background-color: #FFFFFF; }

.smart-scrool::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #FF512F; }

.copyright {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px; }

.cms-page {
  text-align: center; }
  .cms-page .cms-page-heading h1 {
    font-size: 20px;
    color: #000000;
    font-weight: bold; }
  .cms-page .cms-page-content {
    margin: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000000; }
    .cms-page .cms-page-content * {
      font-size: 14px;
      font-weight: 500;
      color: #000000; }
    .cms-page .cms-page-content a {
      color: blue; }

[dir=rtl] .list-text {
  padding-right: 20px;
  padding-left: 0; }

[dir=rtl] .result-quesans .ans .wrong {
  left: 5px !important;
  right: auto; }

.result .other-user-stats {
  margin-top: 21px; }

.chart-sec svg path {
  will-change: auto;
  stroke-width: 15px;
  stroke-miterlimit: round;
  transition: stroke-dashoffset 850ms ease-in-out;
  stroke-linecap: round; }
.chart-sec path.meter {
  stroke: url(#gradient); }

/*custom-vignate-btn*/
.custom-vignate-btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }

.custom-vignate-btn {
  background: linear-gradient(90deg, #125C13 0%, #479616 100%);
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffffff;
  }

a.custom-vignate-btn {
  color: #ffffff; }

a.custom-vignate-btn:hover {
  color: #ffffff;
  text-decoration: none; }

@media (max-width: 767px) {
  .custom-vignate-btn-main {
    margin: 20px 20px; } }

/*# sourceMappingURL=style.css.map */