.quiz-result-box:before {
    content: "";
    position: absolute;
    inset: 25% -10% 38% 95%;
    z-index: 1;
    background-color: #67cebf;
    mix-blend-mode: multiply;
  }
  .quiz-result {
    flex-direction: column;
    margin: 6.25rem 0;
  }
  .quiz-result:before {
    content: "";
    position: absolute;
    inset: -35% -6% -20% 10%;
    z-index: -1;
    background-color: #3d30b34d;
  }
  .quiz-result:after {
    content: "";
    position: absolute;
    inset: 45% 55% -10% -10%;
    z-index: -1;
    background-color: #67cebf;
    mix-blend-mode: multiply;
  }
  .quiz-result-image-wrapper {
    flex-shrink: 0;
    background-color: #f0f3ee;
  }
  .quiz-result-image-wrapper img {
    height: 100%;
  }
  .quiz-result-score-wrapper {
    flex-direction: column;
    padding: 3.125rem;
    color: var(--color-white);
    background-color: var(--color-blue);
  }
  .quiz-result-articles-heading {
    margin: 6.25rem auto 3.125rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .score-wrapper {
    max-height:6.25rem;
    height: 100%;
    width: 100%;
    top: 29%;
    left: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    margin: auto;
    right: 0;
  }
  .score-print {
    color: #2314a7;
    font-size: 4.375rem;
    position: absolute;
    margin-bottom: 0;
    margin-top: 0;
    font-weight:800
  }
  .quiz-result-score .score-wrapper h2{ margin-bottom: 1.875rem;font-weight: 600;line-height: 1em;
  }
  @media only screen and (min-width: 740px) {
    .quiz-result-wrapper {
      grid-column-start: 3;
      grid-column-end: 11;
    }
    .quiz-result-article-heading {
      max-width: 80%;
    }
    .score-print {
      font-size: 7.063rem;
    }
  }
  @media only screen and (min-width: 992px) {
    .quiz-result {
      flex-direction: row;
    }
    .quiz-result-wrapper {
      grid-column-start: 2;
      grid-column-end: 12;
    }
    .quiz-result-image-wrapper {
      width: 50%;
    }
    .quiz-result-score-wrapper {
      width: 50%;
    }
    .quiz-result-articles-heading {
      margin: 3.125rem auto;
      font-size: 1.75rem;
      line-height: 2.25rem;
      font-family: "maldenSans-bold", Arial;
    }
    .score-print {
      font-size: 5.063rem;
    }
  }
  
  @media only screen and (min-width: 1160px) {
    .quiz-result-articles-heading {
      max-width: 65%;
      font-size: 2rem;
      line-height: 2.5rem;
    }
    .score-print {
      font-size: 7.063rem;
    }
  }
  @media only screen and (min-width: 1300px) {
    .quiz-result-articles-heading {
      font-size: 2.125rem;
      line-height: 2.75rem;
    }
  }
  
  
  /*Style.css*/
  
  
  .slide-fade-enter-active,
  .slide-fade-leave-active {
    transition: all 0.5s ease;
  }
  
  .slide-fade-enter-from, .slide-fade-leave-to /* .slide-fade-leave-active in <2.1.8 */ {
    opacity: 0;
    transform: translateX(10px);
  }
  .questionHeading {
    /* min-height: 300px; */
    /* min-width: 400px; */
    display: flex;
    align-items: center;
  }
  button[data-index="1"] img.singleImage {
    display: none;
  }
  /* .bgColorStrip{
  width: 350px;
  height: 70vh;
  position: absolute;
  z-index: -1;
  } */
  
  .fade-up-enter-active,
  .fade-up-leave-active {
    transition: opacity 0.5s, transform 0.5s;
  }
  .fade-up-enter, .fade-up-leave-to /* .fade-up-leave-active in <2.1.8 */ {
    opacity: 0;
    transform: translateY(-20px); /* Adjust the distance as needed */
  }
  .fade-enter-active,
  .fade-leave-active {
    transition: opacity 0.5s;
  }
  .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
  }
  
  .slide-fade-enter-active {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .slide-fade-leave-active {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .slide-fade-enter {
    transform: translateY(-40%);
    opacity: 0;
  }
  
  .slide-fade-leave-to /* .slide-fade-leave-active for <2.1.8 */ {
    transform: translateY(40%);
    opacity: 0;
  }
  
  /* we will explain what these classes do next! */
  .v-enter-active,
  .v-leave-active {
    transition: opacity 0.5s ease;
  }
  
  .v-enter-from,
  .v-leave-to {
    opacity: 0;
  }
  
  .quiz-result-wrapper .share-icons{
      flex-direction: row;
      display: flex;
      justify-content: center;
      position:static;
      background:none
  }
  .quiz-result-wrapper .share-icons a{height:40px;width:40px}
  .quiz-result-wrapper .share-icons a:not(:last-of-type){margin-right:0.625rem}
  .quiz-share-icons .icon{height:40px;width:40px}


  /* Quiz Results Global*/
  .results {
    position: relative;
}

.container-fluid {
    position: relative;
}

.results-header {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 110px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 576px) {
    .results-header {
        padding-top: 65px;
    }
}

.results-left {
    width: 490px;
    height: 225px;
    background-color: #2314A7;
    mix-blend-mode: multiply;
    left: 15px;
    bottom: -50px;
}

@media only screen and (max-width: 768px) {
    .results-left {
        left: -15px;
    }
}

@media only screen and (max-width: 576px) {
    .results-left {
        width: 180px;
        height: 215px;
        left: -15px;
        bottom: -60px;
    }
}

.results-right {
    width: 100px;
    height: 160px;
    background-color: #2314A7;
    mix-blend-mode: multiply;
    z-index: 10;
    right: 15px;
    top: 20%;
}

@media only screen and (max-width: 768px) {
    .results-right {
        right: -15px;
    }
}

@media only screen and (max-width: 576px) {
    .results-right {
        width: 70px;
        height: 100px;
        right: -15px;
        top: 10vh;
    }
}

.dgquiz .color-block-green {
    background-color: #67CEBF;
}

.dgquiz .color-block {
    position: absolute;
}

.results-header-wrap {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 576px) {
    .results-header-wrap {
        padding-top: 0;
        padding-bottom: 10px;
        padding-right: 9px;
        padding-left: 9px;
    }
}

.color-block {
    position: absolute;
}

.color-block-resultsbg {
    width: 100%;
    height: calc(100% + 150px);
    background-color: rgba(61, 48, 179, 0.3);
    left: 60px;
    bottom: -30px;
}

@media only screen and (max-width: 768px) {
    .color-block-resultsbg {
        width: 70%;
        left: 30%;
    }
}

.color-block-resultsleft {
    width: 490px;
    height: 225px;
    background-color: #2314A7;
    mix-blend-mode: multiply;
    left: 15px;
    bottom: -50px;
}

@media only screen and (max-width: 768px) {
    .color-block-resultsleft {
        left: -15px;
    }
}

@media only screen and (max-width: 576px) {
    .color-block-resultsleft {
        width: 180px;
        height: 215px;
        left: -15px;
        bottom: -60px;
    }
}

.color-block-resultsright {
    width: 100px;
    height: 160px;
    background-color: #2314A7;
    mix-blend-mode: multiply;
    z-index: 10;
    right: 15px;
    top: 20%;
}

@media only screen and (max-width: 768px) {
    .color-block-resultsright {
        right: -15px;
    }
}

@media only screen and (max-width: 576px) {
    .color-block-resultsright {
        width: 70px;
        height: 100px;
        right: -15px;
        top: 10vh;
    }
}

.dgquiz .results-header .col-md-6 {
    z-index: 3;
}

.dgquiz .results-header .col-md-6 > .row {
    height: 100%;
}

.dgquiz .results-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.results-header {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 110px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 576px) {
    .results-header {
        padding-top: 65px;
    }
}

.results-header .col-md-6 {
    z-index: 3;
}

.results-header .col-md-6 > .row {
    height: 100%;
}

.results-header-wrap {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 576px) {
    .results-header-wrap {
        padding-top: 0;
        padding-bottom: 10px;
        padding-right: 9px;
        padding-left: 9px;
    }
}

.results-header-left,
.results-header-right {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    height: 100%;
    width: 100%;
    height: 100%;
    background-color: #2314A7;
    color: #FFFFFF;
    text-align: center;
}

.content-wrap {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    height: 100%;
    padding: 50px;
}

.results-header-left {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #EFF3EE;
}

@media only screen and (max-width: 576px) {
    .results-header-left {
        background-image: none !important;
    }
}

.results-header-right {
    width: 100%;
    height: 100%;
    text-align: center;
}

.results-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 576px) {
    .results-header-image img {
        display: block;
    }
}

.results-title {
    font-weight: 600;
    width: 100%;
    margin-bottom: 30px;
    font-size: 2.125rem;
    line-height: 2.75rem;
    
}

@media only screen and (max-width: 1365px) {
    .results-title {
        font-size: 1.75rem;
        line-height: 2rem;
    }
}
@media only screen and (max-width: 991.98px) {
    .results-title {
       font-size: 1.5rem;
        line-height: 2rem;
    }
    }
@media only screen and (max-width: 768px) {
    .results-title {
        font-size: 1.625rem;
        line-height: 1.8rem;
    }
    
}

    




