.trapeziumDropdown.activeArrow>img {
    transform: rotate(90deg) !important;
}

.challengesSection2 {
    width: 100%;
    z-index: 9;
}

.challengesSection2 .challengesDropdownDetails {
    display: none;
    z-index: 999;
}

.trapeziumSection {
    z-index: 1;
}

.challengesSection2.Show_hide_index {
    z-index: 10;
}

.challengesHeading {
    height: 60px;
    background: #2B2F35;
    color: #fff;
    line-height: 60px;
    text-transform: Capitalize;
    font-size: 24px;
    font-weight: 700;
    padding-left: 20px;
}

.earnedRewards {
    margin: 10px 0;
    background: #fff;
    padding: 10px;
}

.earnedRewardsBg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 10vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-weight: 700;
    padding-top: 16px;
}

.earnedRewardsBg p {
    font-size: 32px;
}

.challenges {
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
    flex-wrap: wrap;
}

.challengesContainer {
    position: relative;
    width: 49.2%;
    margin-bottom: 14px;
}

.challengesCount {
    height: 50px;
    width: auto;
    display: flex;
}

.challengesCount>p {
    width: auto;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-weight: 700;
    border-top-left-radius: 3px;
    font-size: 20px;
    color: #2B2F35;
}

.challengesCount .rightAngledDiv {
    height: 0;
    width: 0;
    border-bottom: 60px solid #fff;
    border-left: 30px solid #fff;
    border-right: 30px solid transparent;
}

.challengesDetails {
    background: #fff;
    padding: 10px;
}

.challengesDetailsBg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-weight: 700;
    height: 14vw;
}

.challengesContainer:nth-child(6n+1) .challengesDetailsBg {
    background-image: url(../images/challenges/challengesDetailsBg1.png);
}

.challengesContainer:nth-child(6n+2) .challengesDetailsBg {
    background-image: url(../images/challenges/challengesDetailsBg2.png);
}

.challengesContainer:nth-child(6n+3) .challengesDetailsBg {
    background-image: url(../images/challenges/challengesDetailsBg3.png);
}

.challengesContainer:nth-child(6n+4) .challengesDetailsBg {
    background-image: url(../images/challenges/challengesDetailsBg4.png);
}

.challengesContainer:nth-child(6n+5) .challengesDetailsBg {
    background-image: url(../images/challenges/challengesDetailsBg5.png);
}

.challengesContainer:nth-child(6n+6) .challengesDetailsBg {
    background-image: url(../images/challenges/challengesDetailsBg6.png);
}


/* .challengesContainer:nth-child(6n+1) .challengesDetailsBg {
    background-image: url(../images/challenges/bg-3.jpg);
}

.challengesContainer:nth-child(6n+2) .challengesDetailsBg {
    background-image: url(../images/challenges/bg-4.jpg);
}

.challengesContainer:nth-child(6n+3) .challengesDetailsBg {
    background-image: url(../images/challenges/bg-5.jpg);
}

.challengesContainer:nth-child(6n+4) .challengesDetailsBg {
    background-image: url(../images/challenges/bg-7.png);
}

.challengesContainer:nth-child(6n+5) .challengesDetailsBg {
    background-image: url(../images/challenges/challengesDetailsBg5.png);
}

.challengesContainer:nth-child(6n+6) .challengesDetailsBg {
    background-image: url(../images/challenges/challengesDetailsBg6.png);
} */

.challengesDetailsBg>img {
    width: 100%;
}

.challengesDetailsBg .challengesOfferTitle {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    width: 94%;
    margin: 0 auto;
    text-align: center;
    text-shadow: 2px 2.5px #242121;
}

.challengesDetailsBg .challengesOfferSubTitle {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    color: #FCE403;
    width: 100%;
    text-shadow: 2px 2.5px #242121;
    margin-top: -5px;
}

.challengesDetailsBottom {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgb(73 73 73);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3vw;
}

.challengesDetailsBg .challengesOfferTitle p,
.challengesDetailsBg .challengesOfferSubTitle p {
    margin: 0 auto;
}

.challengesStatusBtn {
    background-image: linear-gradient(90deg, #3BCB53, #21A136);
    color: #fff;
    padding: 5px 3.5vw;
    font-size: 18px;
}

.challengeAmount {
    display: flex;
    align-items: center;
    gap: 4px;
}

.challengeAmount>img {
    width: 24px;
}

.challengeAmount>span {
    color: #fff;
    font-size: 20px;
    margin-top: 3px;
}

.challengesNote {
    margin: 12px 0;
}

.challengesProgressSection {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #d7d7d7;
}

.challengesProgressSection progress {
    width: 90%;
    height: 20px;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    background: #f1f1f1;
}

progress::-webkit-progress-value {
    background-image: linear-gradient(90deg, #89AC25, #CCD93C);
    box-shadow: 1.09318px 0px 2.18635px #C0D138, inset 0px 0px 1.67454px rgba(0, 0, 0, 0.25);
}

.challengesProgressSection .progressPercent {
    width: 10%;
    text-align: center;
}

.trapeziumSection {
    width: 70%;
    height: auto;
    margin: auto;
    border-top: 5px solid #fff;
    cursor: pointer;
}

.trapeziumDropdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0px;
    border-top: 20px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.trapeziumDropdown>img {
    transform: rotate(-90deg);
    position: absolute;
    top: -23px;
}

.activityIcon {
    position: relative;
    width: 100%;
    height: 30px;
    background: #fff;
    border-radius: 0 0 30px 30px;
    color: #ccc;
    font-size: 6em;
    text-align: center;
}

.i-icon {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 20px !important;
    cursor: pointer;
    z-index: 1;
}


/* .challengesSection2 {
    position: absolute;
    z-index: 1;
 } */

.challengesDropdownDetails {
    border: 1px solid #a8a8a8;
    background: rgba(241, 241, 241, 0.97);
    padding: 20px 10px 20px 30px;
    border-radius: 0 0 2px 2px;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.chlg-how-it-works {
    margin-bottom: 20px;
}

.chlg-how-it-works .liTitle,
.chlg-t-and-c .liTitle {
    font-weight: 700;
}

.chlg-how-it-works li,
.chlg-t-and-c li {
    margin-bottom: 8px;
}

.noChallgDiv {
    width: 100%;
    background: #fff;
    padding: 25px 0;
}

.noChallgImg {
    width: 80%;
    margin: auto;
    max-width: 1200px;
}

.noChallgImg img {
    width: 100%;
    height: auto;
}

.noChallgDiv>p {
    margin: 5px;
    text-align: center;
}

@media(max-width:1200px) {
    .challenges {
        flex-direction: column;
    }
    .challengesContainer {
        width: 100%;
    }
    .challengesDetailsBg {
        height: 24vw;
    }
    .noChallgImg {
        width: 90%;
    }
}

@media(max-width:768px) {
    .noChallgImg {
        width: 90%;
    }
    .earnedRewardsBg {
        height: 8vw;
    }
    .challengesHeading {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding-left: 10px;
    }
    .challengesCount {
        height: 30px;
    }
    .challengesCount>p {
        font-size: 14px;
        line-height: 16px;
        text-transform: capitalize;
        padding-left: 11px;
        color: #53555B;
    }
    .challengesCount .rightAngledDiv {
        border-bottom: 30px solid #fff;
        border-left: 15px solid #fff;
        border-right: 15px solid transparent;
    }
    .challengesDetailsBg .challengesOfferTitle {
        top: 38%;
        font-size: 16px;
    }
    .challengesDetailsBg .challengesOfferSubTitle {
        font-size: 26px;
    }
    .challengesStatusBtn {
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .challengeAmount>span {
        font-weight: 700;
        font-size: 15.5209px;
        line-height: 18px;
        letter-spacing: 0.05em;
        text-transform: capitalize;
    }
    .challengeAmount img {
        padding-right: 3px;
    }
    .challengesNote {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 12px;
    }
    .challengesProgressSection progress {
        height: 13px;
    }
    .challengesProgressSection {
        padding: 8px;
    }
    .challengesDetailsBottom {
        height: 38px;
    }
}

@media(max-width:600px) {
    .earnedRewards {
        padding: 6px;
    }
    .earnedRewardsBg {
        height: 13vw;
    }
    .challengesDetailsBg {
        height: 32vw;
    }
    .challengesHeading {
        text-align: center;
        padding: 0;
    }
}

@media(max-width:480px) {
    .challengesDetailsBg {
        height: 40vw;
    }
}

@media(max-width:330px) {
    .earnedRewards {
        padding: 4px;
    }
    .challengesCount>p {
        font-size: 12px;
    }
    .challengesDetailsBg .challengesOfferTitle {
        font-size: 14px;
        text-shadow: 2px 2px #242121;
    }
    .challengesDetailsBg .challengesOfferSubTitle {
        font-size: 20px;
        text-shadow: 2px 2px #242121;
    }
    .challengesNote {
        font-size: 11px;
    }
    .challengesStatusBtn {
        font-size: 11px;
    }
    .challengesDetailsBottom {
        height: 27px;
    }
    .i-icon {
        top: 6px;
        right: 6px;
    }
}
.challengesDetails img{
    max-width:100%
}

@media(max-width:865px) {
    .deskx{
        display: none;
    }
}
@media(min-width:866px) {
    .mobx{
        display: none;
    }
}

.chlg-how-it-works ol p {
    display: none;
}

.chlg-how-it-works ol {
    list-style-position: inside;
    text-indent: -15px;
    padding-left: 7px;
}

.challengesDropdownDetails ul {
       margin-left: 7px;
} 
.challengesDropdownDetails ol p,
.challengesDropdownDetails ul p {
    display: none;
}

.challengesDropdownDetails ol {
    list-style-position: inside;
    text-indent: -15px;
    padding-left: 7px;
} 