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

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

#loadingDiv {
  text-align: center;
  display: none;
}
#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;
  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 rgba(25, 3, 114, 0.0392156863);
  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 rgba(30, 0, 94, 0.4);
  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;
  min-height: 75vh;
}

.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, #FF512F 0%, #F09819 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, #FF512F 0%, #F09819 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: #E43A15;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  text-transform: capitalize;
  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: #FA6B28;
  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, #FF512F 0%, #F09819 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: #f15410;
}
.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;
}

[dir=rtl] .instruction-box .list-text ul li {
  padding-right: 23px;
}

[dir=rtl] .instruction-box .list-text ul li::before {
  right: 0;
}

.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, #FF512F 0%, #F09819 100%);
  color: #ffffff;
}
.question-section .question-box ul li.h-custom-tab-active {
  background: linear-gradient(90deg, #FF512F 0%, #F09819 100%);
  color: #ffffff;
}
.question-section .questions {
  background: #ffffff;
  border-radius: 25px;
  margin: 0 8px;
}
.question-section .questions-heading {
  text-align: center;
  font-size: 18px;
  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, #FF512F 0%, #F09819 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, #FF512F 0%, #F09819 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 0.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 0.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: #e43a15;
}
.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, #FF512F 0%, #F09819 100%);
  box-shadow: inset 0px 0px 22px #D1490E;
  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: #f15410;
}
.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, #FF512F 0%, #F09819 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;
  width: 100%;
}
.share-section .share-tabs .snapchat a {
  color: #000000;
}
.share-section .share-tabs .twitter {
  background: #000000;
}
.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 .a2a_btn {
  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_btn:hover {
  background: linear-gradient(90deg, #FF512F 0%, #F09819 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, #FF512F 0%, #F09819 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;
}

[dir=rtl].share-section .copy-link-area button {
  left: 0;
  right: auto;
}

[dir=rtl].share-section .copy-link-area .copy-link {
  padding: 16px 0px 16px 138px !important;
}

@media (max-width: 767px) {
  [dir=rtl].share-section .copy-link-area .copy-link {
    padding: 12px 7px 9px 94px !important;
  }
}
#myModalInsta img {
  width: 100%;
}

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

.modal-footer button {
  background: linear-gradient(90deg, #FF512F 0%, #F09819 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, #FF512F 0%, #F09819 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: #f15410;
}
.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-size: 14px;
  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/bffforever/4th.svg") no-repeat;
}
.friendboard-sec .friend-scoreboard ul li:nth-child(2)::before {
  background: url("../../../public/images/bffforever/1st.svg") no-repeat;
}
.friendboard-sec .friend-scoreboard ul li:nth-child(3)::before {
  background: url("../../../public/images/bffforever/2nd.svg") no-repeat;
}
.friendboard-sec .friend-scoreboard ul li:nth-child(4)::before {
  background: url("../../../public/images/bffforever/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, #FF512F 0%, #F09819 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;
}

[dir=rtl] .friendboard-sec .friend-scoreboard ul li::before {
  right: 12px;
  left: auto;
}

[dir=rtl] .friendboard-sec .friend-scoreboard ul li {
  padding: 16px 50px 16px 20px;
}

.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: #e43a15;
}
.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, #FF512F 0%, #F09819 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, #FF512F 0%, #F09819 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 {
  display: inline-block;
  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: rgba(255, 255, 255, 0.4117647059);
}
.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;
}

#language_popup .pop_content {
  max-width: 748px;
  width: 100%;
  margin: 0 auto;
  background: #F3F3F3;
}
#language_popup .modal-body {
  padding: 21px;
}
#language_popup .pop_header {
  position: relative;
}
#language_popup .pop_header h3 {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}
#language_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;
}
#language_popup .pop_header .close i {
  display: none;
}
#language_popup .pop_con ul {
  padding-left: 5%;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 5%;
}
#language_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;
}
#language_popup .pop_con ul a:hover, #language_popup .pop_con ul a:active {
  background: linear-gradient(90deg, #FF512F 0%, #F09819 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, #FF512F 0%, #F09819 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;
  }
  #language_popup .pop_con ul {
    justify-content: space-between;
  }
  #language_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 75px;
}

.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;
  }
  #language_popup .pop_header h3 {
    font-size: 16px;
  }
  #language_popup .pop_con ul {
    margin-bottom: 0;
    padding-top: 15px;
  }
  #language_popup .pop_con ul li {
    padding-left: 6%;
    padding-right: 6%;
    width: 100%;
  }
  #language_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: #E43A15;
  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);
}

/***Replace buttons and icons css  ***/
.view_btn_with_txt {
  font-size: 14px;
}

.delete_quiz_btns {
  display: flex;
  justify-content: center;
}

.delete_quiz_popup .modal-header {
  padding: 8px;
  text-align: center;
}

.delete_quiz_popup .modal-body {
  background: #ffffff;
}

.delete_quiz_btns .btn {
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 7px 12px;
  text-shadow: none;
  border: 2px solid #ccc;
  color: #000000;
  width: 100px;
  margin: 0 10px;
}

.delete_quiz_btns a.btn {
  background: #ff5200;
  color: #ffffff;
  border: 0;
}

/*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, #FF512F 0%, #F09819 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;
  }
}
/* add css for popup top spaces*/
.modal.in .modal-dialog {
  padding-top: 130px;
}

.bd-heading[dir=rtl] {
  text-align: right;
}

.bd-content[dir=rtl] {
  text-align: right;
}

/* add css for popup top spaces*/
.modal.in .modal-dialog {
  padding-top: 130px;
}

.adv-bottom-space {
  padding-bottom: 40px;
}

/**customise loader ***/
.loaderquizmain {
  text-align: center;
  margin-top: 30px;
}

.loaderquiz {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: inline-block;
}

.loaderquiz::before, .loaderquiz::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #F09819;
  animation: prixClipFix 2s linear infinite;
}

.loaderquiz::after {
  inset: 8px;
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #000000;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
.create-new-quiz-btn {
  margin: 20px 0px;
}

.create-new-quiz-btn a:hover {
  color: #ffffff;
}

/*  */
.reward_confirm_modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 300px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.reward_confirm_modal .reward_modal_dialog {
  margin: auto;
  padding: 25px;
  background-color: white;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 385px;
  border-radius: 20px;
  height: 170px;
}

.reward_modal_dialog > p {
  font-weight: 700;
  font-size: 18px;
}

.reward_confirm_modal .closeButton,
.reward_confirm_modal .rewardButtons {
  display: block;
  text-align: center;
  justify-content: center;
  margin-top: 23px;
}

.rewardButtons input[type=button] {
  width: 150px;
}

.reward_confirm_modal .closeButton {
  position: absolute;
  right: -10px;
  top: -30px;
  z-index: 9;
}

.reward_confirm_modal input[type=button] {
  padding: 0.5rem;
  border: none;
  border-radius: 4px;
  /* margin: 4px; */
  color: white;
}

.reward_confirm_modal .rewardButtons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.reward_confirm_modal .rewardButtons .yesButton {
  width: 150px;
}

.reward_confirm_modal .yesCheckbox {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reward_confirm_modal .yesCheckbox input[type=checkbox] {
  margin-top: 0;
}

.reward_confirm_modal .yesCheckbox label {
  padding-left: 0px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.reward_confirm_modal .yesButton {
  background: #FF512F;
  display: flex;
  /* padding-left: 10px; */
  align-items: center;
  border-radius: 5px;
  /* display: inline-block; */
  /* margin-top: 17px; */
  /* margin-right: 20px; */
}

.reward_confirm_modal .yesButton input[type=button] {
  background: none;
}

.reward_confirm_modal .noButton {
  display: inline-block;
  position: relative;
  top: 0px;
}

.reward_confirm_modal .noButton input[type=button] {
  border: 1px solid #000000;
  color: #000000;
}

.closeButton input[type=button] {
  width: 32px;
  border-radius: 50% !important;
  background: rgb(237, 7, 7) !important;
  font-weight: 800;
}

.view-answer-rewarded {
  background: #FF512F;
  padding: 2px 6px;
  color: #ffffff !important;
  border-radius: 5px;
  display: inline-block;
}
.view-answer-rewarded img {
  width: 15px !important;
}

.check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check-group label {
  position: relative;
  cursor: pointer;
}

.check-group label:before {
  content: "";
  -webkit-appearance: none;
  border: 2px solid #2DC38C;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background: #2DC38C;
  border-radius: 5px;
}

.check-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.reward_confirm_modal[dir=rtl] .check-group input:checked + label:after {
  right: 14px;
  left: auto;
}

@media (max-width: 767px) {
  .reward_confirm_modal .reward_modal_dialog {
    width: 340px;
  }
  .rewardButtons input[type=button] {
    width: 115px;
  }
  .reward_confirm_modal .rewardButtons .yesButton {
    width: 115px;
  }
  .scoreboardsec .table-heading span:nth-child(3) {
    width: 70px;
    margin-right: 10px;
  }
  .scoreboardsec ul li span:nth-child(3) {
    width: 70px;
    margin-right: 10px;
  }
}
/*** seo blog css***/
.seo_blog_sec {
  background: #F3F3F3;
  text-align: left;
  padding: 10px;
  border-radius: 10px;
  margin: 40px 25px 20px;
}
.seo_blog_sec .seo_blog_head {
  font-size: 35px;
  padding-bottom: 20px;
  color: #000000;
  line-height: 100%;
}
.seo_blog_sec .seo_blog_title {
  font-size: 30px;
  padding-bottom: 20px;
  color: #000000;
  line-height: 35px;
}

.seo_blog_desc h2 {
  font-size: 25px;
}
.seo_blog_desc h3 {
  font-size: 20px;
}
.seo_blog_desc h4 {
  font-size: 18px;
}
.seo_blog_desc p {
  font-size: 16px;
  margin-bottom: 5px;
}
.seo_blog_desc ul {
  padding-left: 15px;
  list-style: disc;
}

.user-quiz-title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  line-height: 42px;
  margin-bottom: 25px;
  position: relative;
}

.user-quiz-title::after {
  content: "";
  width: 150px;
  height: 2px;
  background: #FF512F;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/***social profing css***/
.user-quiz-played-number {
  font-size: 20px;
  padding-top: 20px;
}
.user-quiz-played-number span {
  padding-right: 5px;
  font-weight: 700;
}

/**nudge effect **/
.nudge-effect-quiz {
  animation: animate-shake 2s ease-in-out infinite;
}

@keyframes nudge-effect-quiz {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animate-shake {
  0%, 10%, 65%, 100% {
    transform: rotate(0deg) scale(1);
  }
  30%, 40% {
    transform: rotate(-1deg) scale(1);
  }
  35%, 45% {
    transform: rotate(1deg) scale(1);
  }
}
.share-show-more-btns {
  display: none;
}

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