.main-container {
  max-width: 728px;
  margin: 0 auto;
  min-height: 75vh;
  background: transparent; 
}

.helo-main-container {
  max-width: 728px;
  margin: 0 auto;
  background: transparent; 
}

.create-quiz-btn a {
    width: 92%;
    border-radius: 5px; }

.create-quiz-btn-bottom .create-quiz-btn {
    display: flex;
    justify-content: center; 
}
.create-quiz-btn-bottom .create-quiz-btn a {
  border-radius: 5px;
  max-width: 92% !important;
  width: 100%; 
}
      
.create-quiz-btn-bottom .create-quiz-btn a {
  border-radius: 14px;
  background: linear-gradient(90deg, #FDA14C 7.1%, #FF5858 100%);
  padding: 13px;
  font-size: 16px;
  display: inline-block;
  line-height: 24px;
  color: #ffffff !important;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase; 
}

.create-quiz-btn-bottom .create-quiz-btn a:hover {
    transform: scale(0.95);
    background: #FF7A00; 
}

.friendboard-sec ul {
    list-style: none;
    padding-left: 0;
    margin:auto;
}
.friendboard-sec ol li, ul li {
    margin: auto;
}
.friendboard-sec {
  text-align: center;
  padding: 18px 16px 20px;
  margin-bottom: 0px;
  margin-top: 20px;
  background: #ffffff;
  box-shadow: 2px 2px 10px #5221bb1a, -2px -2px 10px #5221bb1a;
  border-radius: 7px; }
  .friendboard-sec .friendboard-txt {
    font-size: 14px;
    line-height: 21px;
    margin: 0 auto;
    padding: 22px 0;
    background: #F5F5F5;
    box-shadow: inset 0px 2px 11px rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    font-weight: 500;
    color: #2D008D; }
  .friendboard-sec .friend-scoreboard {
    border: 0.6px solid #2D008D;
    border-radius: 7px; }
    .friendboard-sec .friend-scoreboard .table-heading {
      display: flex;
      justify-content: space-around;
      align-items: center;
      color: #827997;
      margin: 10px 0 0;
      padding: 18px 0 10px 20px; }
      .friendboard-sec .friend-scoreboard .table-heading::before {
        display: none; }
      .friendboard-sec .friend-scoreboard .table-heading span {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        width: 25%; }
    .friendboard-sec .friend-scoreboard ul {
      margin-bottom: 0; }
    .friendboard-sec .friend-scoreboard ul li,
    .friendboard-sec .friend-scoreboard div li {
      position: relative; }
      .friendboard-sec .friend-scoreboard ul li div,
      .friendboard-sec .friend-scoreboard div li div {
        display: flex;
        justify-content: space-around;
        background: #ffffff;
        min-height: 59px;
        align-items: center;
        padding: 2px 0 2px 20px;
        color: #2D008D;
        position: relative;
        border-top: 0.6px solid #2D008D;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px; }
        .friendboard-sec .friend-scoreboard ul li div span,
        .friendboard-sec .friend-scoreboard div li div span {
          width: 100px;
          font-size: 14px;
          line-height: 16px;
          color: #2D008D;
          word-break: break-word; }
          .friendboard-sec .friend-scoreboard ul li div span i,
          .friendboard-sec .friend-scoreboard div li div span i {
            font-size: 24px; }
          .friendboard-sec .friend-scoreboard ul li div span a,
          .friendboard-sec .friend-scoreboard div li div span a {
            color: #2D008D;
            font-size: 14px;
            line-height: 17px; }
            .friendboard-sec .friend-scoreboard ul li div span a img,
            .friendboard-sec .friend-scoreboard div li div span a img {
              width: 19px; }
      .friendboard-sec .friend-scoreboard ul li:nth-child(odd) div,
      .friendboard-sec .friend-scoreboard div li:nth-child(odd) div {
        background: #F7F3FF; }
      .friendboard-sec .friend-scoreboard ul li:nth-child(even) div,
      .friendboard-sec .friend-scoreboard div li:nth-child(even) div {
        background: #ffffff; }
      .friendboard-sec .friend-scoreboard ul li:nth-child(1) div::before, .friendboard-sec .friend-scoreboard ul li:nth-child(2) div::before, .friendboard-sec .friend-scoreboard ul li:nth-child(3) div::before,
      .friendboard-sec .friend-scoreboard div li:nth-child(1) div::before,
      .friendboard-sec .friend-scoreboard div li:nth-child(2) div::before,
      .friendboard-sec .friend-scoreboard div li:nth-child(3) div::before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 12px;
        top: 12px; }
      .friendboard-sec .friend-scoreboard ul li:nth-child(1) div::before,
      .friendboard-sec .friend-scoreboard div li:nth-child(1) div::before {
        background: url("../img/badge1.png?v=2") no-repeat;
        width: 19px;
        height: 32px; }
      .friendboard-sec .friend-scoreboard ul li:nth-child(2) div::before,
      .friendboard-sec .friend-scoreboard div li:nth-child(2) div::before {
        background: url("../img/badge2.png?v=2") no-repeat;
        width: 20px;
        height: 32px; }
      .friendboard-sec .friend-scoreboard ul li:nth-child(3) div::before,
      .friendboard-sec .friend-scoreboard div li:nth-child(3) div::before {
        background: url("../img/badge3.png?v=2") no-repeat;
        width: 18px;
        height: 32px; }

.friendboard-sec .friend-scoreboard ul li:nth-child(1) div::before, .friendboard-sec .friend-scoreboard ul li:nth-child(2) div::before, .friendboard-sec .friend-scoreboard ul li:nth-child(3) div::before,
.friendboard-sec .friend-scoreboard div li:nth-child(1) div::before,
.friendboard-sec .friend-scoreboard div li:nth-child(2) div::before,
.friendboard-sec .friend-scoreboard div li:nth-child(3) div::before {
  right: 12px; }

/*.result .friendboard-sec ul li div {*/
/*    padding: 9px 0 9px 8px; }*/
    .result .friendboard-sec ul li div span img {
      width: 21px; }
      
.share-certificate {
  margin-top: 40px; }
  .share-certificate .share-certificate-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #5221BB;
    padding: 0 5px 20px; }
  .share-certificate .share-certificate-inner {
    background: url("../img/certificate.png?v=3") no-repeat;
    background-size: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 25px 0 55px; }
  .share-certificate .friendship_certificate_year_head {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #BC7349;
    padding-left: 5%;
    padding-right: 5%; }
  .share-certificate .friendship_certificate_sub_head {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #685230;
    padding: 5px 5% 10px; }
  .share-certificate .friendship_certificate_usrfrendnam {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #BC7249;
    padding-left: 5%;
    padding-right: 5%;
    word-break: break-word; }
  .share-certificate .friendship_certificate_quote {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #685230;
    padding: 10px 5%; }
  .share-certificate .friendship_certificate_usrnam_usrfrendnam {
    display: flex;
    justify-content: center;
    max-width: 510px;
    margin: 0 auto; }
    .share-certificate .friendship_certificate_usrnam_usrfrendnam .friendship_certificate_usrfrendnam {
      width: 40%; }
    .share-certificate .friendship_certificate_usrnam_usrfrendnam div:first-child {
      text-align: right; }
    .share-certificate .friendship_certificate_usrnam_usrfrendnam div:last-child {
      text-align: left; }
  .share-certificate .friendship_certificate_handshakeimg {
    width: 15%; }
  .share-certificate .friendship_certificate_handshakeimg img {
    width: 60px;
    height: 40px; }

@media (max-width: 480px) {
  .share-certificate .share-certificate-heading {
    font-size: 25px;
    line-height: 30px; }
  .share-certificate .share-certificate-wrapper {
    width: 90%;
    margin: 0 auto; }
  .share-certificate .share-certificate-inner {
    background: url(../img/certificate-mob.png?v=3) no-repeat !important;
    background-size: 100% !important; }
  .share-certificate .friendship_certificate_year_head {
    padding-left: 7%;
    padding-right: 7%; }
  .share-certificate .friendship_certificate_sub_head {
    padding: 0px 7% 0px;
    font-size: 14px !important; }
  .share-certificate .friendship_certificate_quote {
    padding: 4px 7%;
    font-size: 14px !important; }
  .share-certificate .friendship_certificate_usrfrendnam {
    font-size: 19px;
    line-height: 28px; }
  .share-certificate .friendship_certificate_usrnam_usrfrendnam {
    flex-direction: column;
    justify-content: center; }
    .share-certificate .friendship_certificate_usrnam_usrfrendnam .friendship_certificate_handshakeimg {
      width: 100%; }
    .share-certificate .friendship_certificate_usrnam_usrfrendnam .friendship_certificate_usrfrendnam {
      width: 100%;
      text-align: center !important;
      line-height: 30px; } }
@media (max-width: 330px) {
  .share-certificate .friendship_certificate_year_head {
    font-size: 20px;
    padding-top: 0;
    line-height: 25px; }
  .share-certificate .share-certificate-inner {
    padding: 20px 0;
    height: 70vh; }
  .share-certificate .friendship_certificate_sub_head {
    font-size: 12px !important;
    padding: 0 7% 0; }
  .share-certificate .friendship_certificate_usrnam_usrfrendnam {
    padding: 0 7%; }
  .share-certificate .friendship_certificate_usrfrendnam {
    font-size: 18px;
    line-height: 22px; }
  .share-certificate .friendship_certificate_handshakeimg {
    display: flex;
    justify-content: center; }
  .share-certificate .friendship_certificate_handshakeimg img {
    width: 40px;
    height: 40px; }
  .share-certificate .friendship_certificate_quote {
    line-height: 20px;
    font-size: 12px; } }
@media (max-width: 310px) {
  .share-certificate .friendship_certificate_quote {
    line-height: 18px;
    font-size: 12px !important; } }
@media (max-width: 320px) {
  .share-certificate .friendship_certificate_handshakeimg img {
    width: 40px;
    height: 25px; } }
@media (min-width: 331px) and (max-width: 375px) {
  .share-certificate .friendship_certificate_year_head {
    font-size: 23px;
    padding-top: 0;
    line-height: 34px; }
  .share-certificate .share-certificate-inner {
    padding: 20px 0;
    height: 54vh; }
  .share-certificate .friendship_certificate_sub_head {
    font-size: 14px; }
  .share-certificate .friendship_certificate_usrnam_usrfrendnam {
    padding: 0 7%; }
  .share-certificate .friendship_certificate_handshakeimg {
    display: flex;
    justify-content: center; }
  .share-certificate .friendship_certificate_handshakeimg img {
    width: 40px;
    height: 40px; }
  .share-certificate .friendship_certificate_quote {
    line-height: 20px;
    font-size: 15px; }

  .user_friendship_certificate .share-certificate .share-certificate-inner {
    height: 65vh; }

  .my_friendship_certificate .share-certificate .share-certificate-inner {
    height: 79vh; } }
@media (min-width: 331px) and (max-width: 360px) {
  .user_friendship_certificate .share-certificate .share-certificate-inner {
    height: 79vh; }

  .my_friendship_certificate .share-certificate .share-certificate-inner {
    height: 68vh; } }
@media (min-width: 376px) and (max-width: 420px) {
  .share-certificate .friendship_certificate_year_head {
    font-size: 23px;
    padding-top: 0;
    line-height: 27px; }
  .share-certificate .share-certificate-inner {
    padding: 20px 0;
    min-height: 472px !important; }
  .share-certificate .friendship_certificate_sub_head {
    font-size: 14px;
    padding-bottom: 10px; }
  .share-certificate .friendship_certificate_usrnam_usrfrendnam {
    padding: 0 7%; }
  .share-certificate .friendship_certificate_handshakeimg {
    display: flex;
    justify-content: center; }
  .share-certificate .friendship_certificate_handshakeimg img {
    width: 40px;
    height: 40px; }
  .share-certificate .friendship_certificate_quote {
    line-height: 25px;
    font-size: 18px; }

  .my_friendship_certificate .share-certificate .share-certificate-inner {
    min-height: 497px !important; } }
@media (min-width: 390px) and (max-width: 400px) {
  .share-certificate .share-certificate-inner {
    padding: 25px 0; } }
@media (min-width: 400px) and (max-width: 420px) {
  .share-certificate .share-certificate-inner {
    padding: 23px 0 45px; } }
@media (min-width: 421px) and (max-width: 450px) {
  .share-certificate .friendship_certificate_year_head {
    font-size: 29px;
    padding-top: 0;
    line-height: 43px;
    padding-bottom: 5px; }
  .share-certificate .share-certificate-inner {
    padding: 20px 0;
    min-height: 520px !important; }
  .share-certificate .friendship_certificate_sub_head {
    font-size: 17px;
    padding-bottom: 10px; }
  .share-certificate .friendship_certificate_usrnam_usrfrendnam {
    padding: 0 7%; }
  .share-certificate .friendship_certificate_handshakeimg {
    display: flex;
    justify-content: center; }
  .share-certificate .friendship_certificate_handshakeimg img {
    width: 40px;
    height: 40px; }
  .share-certificate .friendship_certificate_quote {
    line-height: 30px;
    font-size: 18px; } }
@media (min-width: 451px) and (max-width: 480px) {
  .share-certificate .friendship_certificate_year_head {
    font-size: 29px;
    padding-top: 0;
    line-height: 43px;
    padding-bottom: 5px; }
  .share-certificate .share-certificate-inner {
    padding: 24px 0 60px;
    min-height: 545px !important; }
  .share-certificate .friendship_certificate_sub_head {
    font-size: 17px;
    padding-bottom: 10px; }
  .share-certificate .friendship_certificate_usrnam_usrfrendnam {
    padding: 0 7%; }
  .share-certificate .friendship_certificate_handshakeimg {
    display: flex;
    justify-content: center; }
  .share-certificate .friendship_certificate_handshakeimg img {
    width: 40px;
    height: 40px; }
  .share-certificate .friendship_certificate_quote {
    line-height: 30px;
    font-size: 18px; } }
@media (min-width: 481px) and (max-width: 515px) {
  .share-certificate .share-certificate-heading {
    font-size: 30px;
    line-height: 35px; }
  .share-certificate .friendship_certificate_year_head {
    font-size: 27px;
    padding-top: 0;
    line-height: 30px; }
  .share-certificate .share-certificate-inner {
    padding: 20px 0;
    min-height: 309px !important; }
  .share-certificate .friendship_certificate_sub_head {
    font-size: 15px;
    padding-bottom: 0px; }
  .share-certificate .friendship_certificate_usrnam_usrfrendnam {
    padding: 0 7%; }
  .share-certificate .friendship_certificate_handshakeimg {
    display: flex;
    justify-content: center; }
  .share-certificate .friendship_certificate_handshakeimg img {
    width: 40px;
    height: 40px; }
  .share-certificate .friendship_certificate_quote {
    line-height: 20px;
    font-size: 16px;
    padding: 2px 0; }

  .my_friendship_certificate .share-certificate .friendship_certificate_inner {
    min-height: 574px !important; } }
@media (min-width: 516px) and (max-width: 550px) {
  .share-certificate .share-certificate-heading {
    font-size: 30px;
    line-height: 35px; }
  .share-certificate .friendship_certificate_year_head {
    font-size: 23px;
    padding-top: 0;
    line-height: 43px; }
  .share-certificate .share-certificate-inner {
    padding: 15px 0;
    min-height: 309px !important; }
  .share-certificate .friendship_certificate_sub_head {
    font-size: 18px;
    padding: 0px 5% 5px; }
  .share-certificate .friendship_certificate_usrnam_usrfrendnam {
    padding: 0 7%; }
  .share-certificate .friendship_certificate_handshakeimg {
    display: flex;
    justify-content: center; }
  .share-certificate .friendship_certificate_handshakeimg img {
    width: 40px;
    height: 40px; }
  .share-certificate .friendship_certificate_quote {
    line-height: 21px;
    font-size: 16px;
    padding: 4px 5%; }

  .my_friendship_certificate .share-certificate .friendship_certificate_quote {
    padding: 0 5%; } }
@media (min-width: 536px) and (max-width: 573px) {
  .share-certificate .share-certificate-inner {
    min-height: 328px !important;
    padding: 15px 0; }
  .share-certificate .friendship_certificate_year_head {
    font-size: 30px; }
  .share-certificate .friendship_certificate_quote {
    padding: 0px 5%; }
  .share-certificate .friendship_certificate_sub_head {
    padding: 5px 5% 5px; } }
@media (min-width: 574px) and (max-width: 617px) {
  .share-certificate .share-certificate-inner {
    min-height: 351px;
    padding: 20px 0; }
  .share-certificate .share-certificate-head {
    font-size: 34px; }
  .share-certificate .friendship_certificate_quote {
    padding: 5px 5%;
    line-height: 22px; } }
@media (min-width: 618px) and (max-width: 658px) {
  .share-certificate .share-certificate-inner {
    min-height: 370px; }
  .share-certificate .share-certificate-inner {
    padding: 25px 0 40px; }
  .share-certificate .friendship_certificate_quote {
    padding: 5px 5%; } }
@media (min-width: 659px) and (max-width: 690px) {
  .share-certificate .share-certificate-inner {
    min-height: 410px; }
  .share-certificate .share-certificate-inner {
    padding: 30px 0 19px; } }
@media (min-width: 691px) and (max-width: 767px) {
  .share-certificate .share-certificate-inner {
    min-height: 442px; }
  .share-certificate .share-certificate-inner {
    padding: 28px 0 45px; } }
.friend_certificate_bottom_text {
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #2D008D;
  max-width: 662px;
  width: 100%;
  margin: 0 auto 26px; }
  .friend_certificate_bottom_text img {
    width: 22px;
    height: 35px;
    margin: 0 3px; }

@media (max-width: 767px) {
  .friend_certificate_bottom_text {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    padding: 0 29px; }

  .friend_certificate_bottom_text img {
    width: 10px;
    height: 17px; }

  .chart-gauge {
    height: 150px; }

  .result-txt-sec {
    margin-top: 24px; }

  .result-txt-sec div {
    padding: 0 10px 5px; } 
    
  .friendboard-sec {
    padding: 19px 11px 25px; }
    .friendboard-sec .friend-scoreboard ul li div {
      min-height: 38px; }
      .friendboard-sec .friend-scoreboard ul li div span {
        font-size: 14px; }
        .friendboard-sec .friend-scoreboard ul li div span a {
          font-size: 14px; }
    .friendboard-sec .friend-scoreboard ul li:nth-child(1) div::before, .friendboard-sec .friend-scoreboard ul li:nth-child(2) div::before, .friendboard-sec .friend-scoreboard ul li:nth-child(3) div::before {
      left: 4px;
      top: 11px;
      height: 17px; }
    .friendboard-sec .friend-scoreboard ul li:nth-child(1) div::before {
      background-image: url("../img/badge1_mob.png?v=2");
      width: 11px; }
    .friendboard-sec .friend-scoreboard ul li:nth-child(2) div::before {
      background-image: url("../img/badge2_mob.png?v=2");
      width: 12px; }
    .friendboard-sec .friend-scoreboard ul li:nth-child(3) div::before {
      background-image: url("../img/badge3_mob.png?v=2");
      width: 12px; }
    .friendboard-sec .friend-scoreboard ul li div {
      padding-left: 17px; }
    .friendboard-sec .friend-scoreboard .table-heading {
      padding: 15px 0 10px 12px;
      margin-top: 0; }
      .friendboard-sec .friend-scoreboard .table-heading span {
        font-size: 12px; }

  .result .friendboard-sec .friend-scoreboard .table-heading {
    padding: 15px 0 10px 16px; }
  .result .friendboard-sec .friend-scoreboard ul li div {
    padding-left: 19px; }
    .result .friendboard-sec .friend-scoreboard ul li div::before {
      top: 13px; }

  [dir=rtl] .friendboard-sec .friend-scoreboard ul li div {
    padding-right: 19px; }
    [dir=rtl] .friendboard-sec .friend-scoreboard ul li div::before {
      right: 2px; }
    
}
.chart-gauge {
  width: 290px;
  margin: 0 auto; }
  .chart-gauge svg {
    width: 290px; }

.chart-first {
  fill: #EA4B13; }

.chart-second {
  fill: #FF7926; }

.chart-third {
  fill: #FFC400; }

.chart-fourth {
  fill: #8BC73C; }

.chart-fifth {
  fill: #0BB852; }

.needle,
.needle-center {
  fill: #000000; }

.text {
  color: "#112864";
  font-size: 16px; }

svg {
  font: 10px sans-serif; }

@media (max-width: 767px) {
  .blog-section .show-more-btns {
    padding: 0px 19px 2px; } }
.friendboard-toptxt {
  display: none; }

.a2a_default_style .a2a_img_text {
  margin-right: 10px !important; }

@media (min-width: 768px) {
  .share-certificate .share-certificate-inner {
    min-height: 437px; } }