* {
    font-family: "Inter", sans-serif;
}

/* what make app unique css */
.whatmakeuniue {
    padding: 60px 0 40px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.whatmakeuniue-headingrow div {
    margin: 0 auto;
    text-align: center;
}

.whatmakeuniue-headingrow h5 {
    font-weight: 700;
    font-size: 34px;
    color: #242424;
    margin-bottom: 0;
}

.whatmakeuniue .uniquecard-row {
    padding-top: 40px;
}

.whatmakeuniue .uniquemaincard {
    width: 100%;
    height: calc(100% - 25px);
    padding: 30px 25px;
    border: 1px solid #242424;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.whatmakeuniue .uniquemaincard .uniqueimgdiv {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #eac01c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.whatmakeuniue .uniquemaincard .uniqueimgdiv img {
    width: 45px;
    height: 45px;
    padding: 5px;
    object-fit: scale-down;
}

.whatmakeuniue .uniquemaincard .uniquetextdiv {
    width: calc(100% - 85px);
}

.whatmakeuniue .uniquemaincard .uniquetextdiv p {
    color: #434343;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    width: 100%;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .whatmakeuniue {
        padding: 30px 0 !important;
    }

    .whatmakeuniue-headingrow p {
        font-size: 16px;
    }

    .whatmakeuniue-headingrow h5 {
        font-size: 26px;
    }

    .whatmakeuniue .uniquemaincard .uniquetextdiv p {
        font-size: 18px;
    }

    .whatmakeuniue .uniquemaincard .uniqueimgdiv {
        height: 60px;
        width: 60px;
    }

    .whatmakeuniue .uniquemaincard {
        padding: 20px;
    }

    .whatmakeuniue .uniquemaincard .uniquetextdiv {
        width: calc(100% - 75px);
    }

    .whatmakeuniue .uniquecard-row {
        padding-top: 20px;
    }
}

/* what make app unique css end */

/* mainbanner  */
.mainbanner-section {
    padding: 120px 0 0;
    background-color: #eac01c;
    background-image: url("/images/banner_bg.png");
    z-index: 1;
    position: relative;
}

.mainbanner-section .contentcolumn {
    padding-bottom: 60px;
}

.mainbanner-section .getreadycontentdiv h5 {
    font-weight: 700;
    font-size: 52px;
    color: #242424;
    margin-bottom: 15px;
}

.mainbanner-section .getreadycontentdiv h5 span {
    color: #638517;
}

.mainbanner-section .getreadycontentdiv p {
    font-weight: 400;
    font-size: 18px;
    color: #434343;
    margin-bottom: 20px;
    line-height: 1.7;
}

.mainbanner-section .getreadybtndiv {
    display: flex;
    align-items: center;
    margin: 25px 0 0;
}

.mainbanner-section .getreadybtndiv .socialstorebtn:last-child {
    margin-left: 15px;
}

.mainbanner-section .getreadybtndiv .socialstorebtn a {
    display: flex;
}

.mainbanner-section .getreadybtndiv .socialstorebtn a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainbanner-section .getreadysideimgdiv {
    width: 100%;
    height: 450px;
    position: relative;
}

.mainbanner-section .getreadysideimgdiv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 345px) {
    .mainbanner-section .getreadysideimgdiv img {
        height: auto;
    }
}

@media (max-width: 767px) {
    .mainbanner-section .getreadycontentdiv h5 {
        font-size: 34px;
    }

    .mainbanner-section .getreadycontentdiv p {
        font-size: 16px;
    }

    .mainbanner-section .getreadysideimgdiv .floatingtextone,
    .mainbanner-section .getreadysideimgdiv .floatingtexttwo {
        font-size: 15px;
        top: 35px;
    }

    .mainbanner-section .getreadysideimgdiv {
        height: 300px;
        display: flex;
        align-items: flex-end;
    }

    .mainbanner-section .getreadysideimgdiv .floatingtextone {
        left: 12%;
        top: 25px;
    }

    .mainbanner-section {
        padding-top: 120px;
        background-image: none;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .mainbanner-section .getreadysideimgdiv img {
        object-fit: cover;
    }
}

/* mainbanner end */

/* testimonial css */
.testimonialsection {
    padding: 60px 0;
    background-color: #fff;
}

.testimonialsection .articlecard {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #fff;
    border: 1px solid #242424;
    height: 100%;
    padding: 15px;
    box-shadow: 0px 8px 16px 0px #00000040;
}

.testimonialsection .topartilceheadrow h5 {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 15px;
}

.testimonialsection .topartilceheadrow .viewalldiv {
    display: flex;
    align-items: center;
}

.testimonialsection .topartilceheadrow .viewalldiv .viewalllinka {
    background-color: #638517;
    box-shadow: 0px 6px 0px 0px #394d0e;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    width: 150px;
    font-size: 18px;
    font-weight: 600;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.testimonialsection .topartilceheadrow {
    padding-bottom: 50px;
}

.testimonialsection .userimg-ratingdiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 25px;
}

.testimonialsection .userimg-ratingdiv .userimg-div {
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonialsection .userimg-ratingdiv .userimg-div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonialsection .rating-div {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 75px);
    justify-content: flex-end;
}

.testimonialsection .rating-div .star-imgdiv {
    height: 20px;
    width: 20px;
    margin-left: 5px;
}

.testimonialsection .rating-div .star-imgdiv img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.testimonialsection .articlecard h4 {
    color: #242424;
    font-size: 20px;
    font-weight: 600;
}

.testimonialsection .articlecard p {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
}

.testimonialsection .patternrow {
    position: relative;
}

.testimonialsection .patternrow .patternleft,
.testimonialsection .patternrow .patternright {
    position: absolute;
    height: 70px;
    width: 140px;
    z-index: -1;
}

.testimonialsection .patternrow .patternleft img,
.testimonialsection .patternrow .patternright img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.testimonialsection .patternrow .patternleft {
    top: -30px;
    left: -60px;
}

.testimonialsection .patternrow .patternright {
    bottom: -30px;
    right: -60px;
}

@media (max-width: 767px) {
    .testimonialsection {
        padding: 30px 0;
    }

    .testimonialsection .topartilceheadrow h5 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .testimonialsection .maindivcard {
        margin-bottom: 25px;
    }
}

@media (max-width: 1199px) {
    .testimonialsection .patternrow .patternleft,
    .testimonialsection .patternrow .patternright {
        display: none;
    }
}

@media (max-width: 1299px) and (min-width: 1200px) {
    .testimonialsection .patternrow .patternleft {
        left: -25px;
    }

    .testimonialsection .patternrow .patternright {
        right: -25px;
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .testimonialsection .patternrow .patternleft {
        left: -40px;
    }

    .testimonialsection .patternrow .patternright {
        right: -40px;
    }
}

/* testimonial css end */

/* joinpopuplar css  */
.joinpopuplar-section {
    padding: 60px 0;
    background-color: #fff;
}

.joinpopuplar-section .articlecard {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #fff;
    border: 1px solid #242424;
    height: 100%;
    padding: 15px;
}

.joinpopuplar-section .topartilceheadrow h5 {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 15px;
}

.joinpopuplar-section .topartilceheadrow .viewalldiv {
    display: flex;
    align-items: center;
}

.joinpopuplar-section .topartilceheadrow .viewalldiv .viewalllinka {
    background-color: #638517;
    box-shadow: 0px 6px 0px 0px #394d0e;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    width: 150px;
    font-size: 18px;
    font-weight: 600;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.joinpopuplar-section .topartilceheadrow {
    padding-bottom: 50px;
}

.joinpopuplar-section .quizcarditem {
    border: 2px solid #242424;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
}

.joinpopuplar-section .mainquiz-card {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: relative;
}

.joinpopuplar-section .mainquiz-card .quiximg {
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 15px;
    min-height: 130px;
}

.joinpopuplar-section .owl-carousel .owl-item .item {
    text-decoration: none !important;
}

.joinpopuplar-section .mainquiz-card .quiximg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.joinpopuplar-section .mainquiz-card .imageandquediv {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    width: 33%;
}

.joinpopuplar-section .mainquiz-card .noofque {
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}

.joinpopuplar-section .mainquiz-card .queno {
    color: #434343;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.joinpopuplar-section .mainquiz-card .quizdetailsdiv {
    width: 63%;
}

.joinpopuplar-section .mainquiz-card .quiztimename .quiztime {
    color: #434343;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.joinpopuplar-section .mainquiz-card .quiztimename h5 {
    color: #222222;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 65px;
}

.joinpopuplar-section .mainquiz-card .subjectdiv {
    position: relative;
    min-height: 35px;
}

.joinpopuplar-section .mainquiz-card .sidepricediv {
    position: absolute;
    top: 0;
    background-color: #335321;
    box-shadow: 0px 8px 16px 0px #0000004d;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    padding: 5px;
    padding-right: 15px;
    height: 35px;
    right: -10px;
    z-index: 9;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinpopuplar-section .mainquiz-card .quizsubject {
    color: #434343;
    font-weight: 500;
    font-size: 16px;
    height: 100%;
    margin-bottom: 0;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.joinpopuplar-section .mainquiz-card .spotnumber {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.joinpopuplar-section .trophyspan {
    height: 15px;
    width: 15px;
    display: inline-flex;
    overflow: hidden;
    margin-right: 5px;
}

.joinpopuplar-section .trophyspan img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.joinpopuplar-section .greenbtmdiv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #638517;
    color: #fff;
}

.joinpopuplar-section .greenbtmdiv .greentextdiv {
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.joinpopuplar-section .greenbtmdiv .greentextdiv .mdi {
    margin-right: 10px;
}

.joinpopuplar-section .spotsdetaildiv .spotnumber p {
    font-weight: 400;
    font-size: 14px;
    color: #242424;
    margin-bottom: 0;
}

.joinpopuplar-section .topleftdetaildiv {
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    background-color: #f5c5bc;
    border-radius: 0 0 0 12px;
    -webkit-border-radius: 0 0 0 12px;
    -moz-border-radius: 0 0 0 12px;
    -ms-border-radius: 0 0 0 12px;
    -o-border-radius: 0 0 0 12px;
}

.joinpopuplar-section .topleftdetaildiv .detaildivleft {
    display: flex;
    justify-content: center;
    padding: 5px;
    padding-left: 10px;
}

.joinpopuplar-section .topleftdetaildiv .chardiv {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dd3f21;
    font-size: 12px;
    font-weight: 500;
    padding: 5px;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    border: 1px solid #242424;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 10px;
}

.joinpopuplar-section .owl-theme .owl-dot.active span {
    background-color: #eac01c;
}

.joinpopuplar-section .owl-theme .owl-dot span,
.joinpopuplar-section .owl-theme .owl-dot:hover span {
    background-color: #eac01c4d;
}

.joinpopuplar-section .registerforquizbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinpopuplar-section .registerforquizbtn .registerquizbtn {
    color: #fff;
    border: 0;
    outline: 0;
    box-shadow: none;
    height: 55px;
    width: 250px;
    max-width: 90%;
    border-radius: 25px;
    background-color: #242424;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
}

.loader-line {
    width: 100%;
    height: 5px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    margin: 15px 0;
    border-radius: 20px;
}

.loader-line .laodpercentage {
    content: "";
    position: absolute;
    height: 5px;
    background-color: #688c17;
    border-radius: 20px;
}

.myquizsection .quizheading {
    font-weight: 700;
}

@media (max-width: 767px) {
    .joinpopuplar-section {
        padding: 30px 0;
    }

    .joinpopuplar-section .topartilceheadrow h5 {
        font-size: 26px;
    }

    .joinpopuplar-section .greenbtmdiv .greentextdiv {
        margin: 5px;
    }
}

@media (max-width: 991px) {
    .joinpopuplar-section .greenbtmdiv .greentextdiv {
        margin: 5px;
    }
}

/* joinpopuplar css end */

/* amazingfeatured css */
.appfeatures-section {
    padding: 60px 0;
    overflow: hidden;
    background-color: #fff2bd;
}

.appfeatures-section h5 {
    color: #1b1c20;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 15px;
    text-align: center;
}

.appfeatures-section .featuresmain-swiperdiv {
    position: relative;
    margin-top: 30px;
}

.appfeatures-section .float-phonediv {
    position: absolute;
    top: -5px;
    width: 216px;
    height: 410px;
    left: calc(50% - 108px);
    z-index: 5;
}

.appfeatures-section .float-phonediv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.appfeatures-section .features-owl .featureimgdiv {
    width: 200px;
    height: 400px;
    overflow: hidden;
    border-radius: 25px;
}

.appfeatures-section .features-owl .featureimgdiv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.appfeatures-section .features-owl .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .appfeatures-section {
        padding: 30px 0;
    }

    .appfeatures-section h5 {
        font-size: 26px;
    }
}

/* amazingfeatured css end */

/* footer css */
.footersection {
    padding: 60px 0 30px;
    background-color: #242424;
}

.footersection .footerlinksmain h6 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footersection .footerlist .redirectlink a {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff !important;
    margin-bottom: 15px;
    text-decoration: none;
    display: flex;
}

.footersection .footer-logomain p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
}

.footersection .footerlogodiv {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
}

.footersection .footer-logomain {
    margin-bottom: 25px;
}

.footersection .compylogo {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footersection .compylogo img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.footersection .footerlastdiv {
    /* padding-top: 30px; */
    border-top: 2px solid #999;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 15px 0;
}

.footersection .socialiconsmain {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footersection .socialiconsmain .footersocialdiv {
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e9bf1c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 25px;
}

.footersection .socialiconsmain .footersocialdiv.telanga-logo {
    width: 70px;
    height: 70px;
}

.footersection .contactdivmain {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footersection .contactdivmain a {
    display: flex;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
}

.footersection .contactdivmain .contacticondiv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .footersection {
        padding: 30px 0;
    }

    .footersection .footerlinksmain {
        margin-top: 25px;
    }

    .footersection .footerlinksmain h6 {
        margin-bottom: 15px;
    }

    .footersection .footerlist .redirectlink a,
    .footersection .contactdivmain a {
        font-size: 18px;
    }

    .footersection .socialiconsmain {
        margin-top: 15px;
        justify-content: center;
    }

    .footersection .socialiconsmain .footersocialdiv:first-of-type {
        margin-left: 0;
    }

    .footersection .compylogo {
        width: auto;
    }
}

/* footer css end */

/* fastestfinger sections css */
.othersections {
    padding: 60px 0 0;
    background-image: url("/images/whitebg.png");
    overflow: hidden;
}

.othersections.yellow-bg {
    background-image: url("/images/yellow_bg.png");
}

.othersections h5 {
    color: #1b1c20;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 15px;
}

.othersections .othersection-imgdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 400px;
}

.othersections .othersection-imgdiv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.othersections p {
    color: #383a47;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .othersections.yellow-bg {
        background: #fef9e5;
        padding-bottom: 0;
    }

    .othersections.yellow-bg .row {
        flex-direction: column-reverse;
    }

    .othersections {
        padding: 30px 0 0;
    }

    .othersections h5 {
        font-size: 26px;
    }

    .othersections p {
        font-size: 16px;
    }

    .othersections .othersection-imgdiv {
        height: 250px;
        margin-top: 15px;
    }
}

/* fastestfinger sections css end */

/* fastedfingerheader css */
.fastedfingerheader {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #eac01c;
    padding: 15px 0;
}

.fastedfingerheader.fixed,
.fastedfingerheader.mobileclass {
}

.fastedfingerheader .navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.fastedfingerheader .navbar-brand .header-logodiv {
    height: auto;
    width: 350px;
    margin-right: 5px;
}

.fastedfingerheader .navbar-brand .header-logodiv img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.fastedfingerheader .navbar-collapse {
    justify-content: flex-end;
    align-items: center;
}

.fastedfingerheader .navbar-toggler {
    box-shadow: none;
}

.fastedfingerheader .navbar-nav .nav-link {
    color: #434343;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    position: relative;
}

.fastedfingerheader .navbar-nav .nav-link.active {
    color: #000000;
}

.fastedfingerheader .navbar-nav .nav-link .btmlinediv {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #638517;
    height: 8px;
    left: 2px;
    bottom: -5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.fastedfingerheader .navbar-nav .nav-link.active .btmlinediv {
    display: flex;
}

.fastedfingerheader .navbar-nav.loginregiul {
    margin-left: 20px;
    max-width: 160px;
}

.fastedfingerheader .navbar-nav.loginregiul .nav-item,
.fastedfingerheader .navbar-nav.loginregiul .nav-item a {
    width: 100%;
}

.fastedfingerheader .navbar-nav .dropdown-menu {
    margin: 0;
    right: 0;
    left: unset;
}

.fastedfingerheader .navbar-nav .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.fastedfingerheader .navbar-nav .nav-item:last-of-type {
    margin-right: 0;
}

.fastedfingerheader .navbar-nav .ENdropli .mdi {
    font-weight: 400;
    font-size: 18px;
}

.fastedfingerheader .navbar-nav .loginlink {
    background-color: #638517;
    box-shadow: 0px 6px 0px 0px #394d0e;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    width: 130px;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobilelogin {
    display: none;
    background-color: #fff;
    color: #fff;
    margin-right: 10px;
}

.togglebtnandprofile {
    display: flex;
    align-items: center;
}

@media (max-width: 375px) {
    .fastedfingerheader .navbar-brand .header-logodiv {
        width: 210px !important;
    }
}

@media (max-width: 575px) and (min-width: 376px) {
    .fastedfingerheader .navbar-brand .header-logodiv {
        width: 230px;
    }
}

@media (max-width: 991px) {
    .fastedfingerheader .navbar-nav .nav-item {
        margin-right: 0;
        flex-wrap: wrap;
    }

    .fastedfingerheader .navbar-nav.loginregiul {
        margin-left: 0;
    }

    .fastedfingerheader .navbar-nav .ENdropli {
        margin-bottom: 10px;
    }

    .fastedfingerheader .navbar-nav .nav-item:last-of-type {
        display: none;
        margin-top: 15px;
    }

    .fastedfingerheader .navbar-nav .nav-item.mywalletlink {
        display: flex;
        margin-top: 0;
    }

    .mobilelogin {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 40px;
        min-height: 40px;
    }

    .mobilelogin .mdi {
        color: #eac01c;
        font-size: 24px;
    }

    .fastedfingerheader .navbar-nav .dropdown-menu {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .fastedfingerheader .navbar-nav .takeatestlink {
        width: 120px;
    }

    .fastedfingerheader .navbar-nav .nav-item {
        margin-right: 5px;
    }

    .fastedfingerheader .navbar-brand .header-logodiv {
        width: 250px;
    }
}

@media (min-width: 992px) {
    .fastedfingerheader .navbar-collapse {
        display: -webkit-box !important;
    }
}

/* fastedfingerheader css end */

/* common popup  */
.commonPopupStyle {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 2%,
        rgba(0, 0, 0, 0.5) 100%
    );
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.popupOverlayDiv {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.commonpopupBody {
    border-radius: 1rem;
    z-index: 9;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 25px;
    background-color: #fff;
    border-radius: 20px;
    max-width: 710px;
    box-shadow: 0px 0px 17px 0px #78787824;
    overflow: auto;
}

.closespan {
    color: #000;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closespan .popupCloseIcon {
    font-size: 30px;
}

.registermainpopupdiv .getreadybtndiv {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.registermainpopupdiv .getreadybtndiv .socialstorebtn {
    height: 60px;
    width: 170px;
}

.registermainpopupdiv .registerlogo {
    width: 90%;
    height: 50px;
    margin-bottom: 10px;
}

.registermainpopupdiv .registerlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.registermainpopupdiv .registercontextdiv h4 {
    color: #333;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
}

.registermainpopupdiv .registercontextdiv p {
    color: #1f1f1f;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}

.registermainpopupdiv .getreadybtndiv .socialstorebtn:first-of-type {
    margin-right: 15px;
}

.registermainpopupdiv .getreadybtndiv .socialstorebtn a {
    height: 100%;
    width: 100%;
    display: flex;
}

.registermainpopupdiv .getreadybtndiv .socialstorebtn img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.registermainpopupdiv .registermainbody .registerpopupimgdiv img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.registermainpopupdiv .registermainbody {
    width: 100%;
}

.registermainpopupdiv .registercontextdiv {
    width: 100%;
    margin-bottom: 25px;
    /* text-align: center; */
}

.registermainpopupdiv .registermainbody .registerpopupimgdiv {
    height: 350px;
    width: auto;
    margin: 20px 0;
}

@media (max-width: 575px) {
    .commonpopupBody {
        height: 85vh;
    }
}

@media (max-width: 767px) {
    /* .registermainpopupdiv .registermainbody{
        height: ;
    } */
    .registermainpopupdiv .registercontextdiv p {
        font-size: 14px;
    }

    .registermainpopupdiv .registercontextdiv h4 {
        font-size: 22px;
    }
}

/* common popup  */

/* quiz page join popuplar quiz section */
.mainquizpage {
    padding-top: 140px;
}

.mainquizpage .mainquizcard {
    margin-bottom: 25px;
    text-decoration: none;
}

.mainquizpage .quizcarditem {
    height: 100%;
}

@media (max-width: 767px) {
    .mainquizpage {
        padding-top: 100px;
    }

    .mainquizpage .topartilceheadrow {
        padding-bottom: 20px;
    }
}

/* quiz page join popuplar quiz section end */

/* wallet popup css */

.modal-dialog.walletpopup {
    transform: none;
    top: 0;
    width: 400px;
    margin-top: 0;
    margin-bottom: 0;
}

.walletpopup .popup_form {
    padding: 30px;
    width: 100%;
    position: relative;
}

.walletpopup .popupcommoninputbtn {
    height: 45px;
    width: 250px;
    max-width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 25px;
    background-color: #638517;
    box-shadow: 0px 6px 0px 0px #394d0e;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
}

.walletpopup .modal-content {
    overflow: hidden;
}

.walletpopup .btn-close {
    position: absolute;
    top: 0;
    right: 0;
}

.walletpopup .modal-title {
    margin-bottom: 20px;
}

.walletpopup .transferdiv {
    display: flex;
}

.walletpopup .selectiondiv {
    margin-right: 15px;
}

.walletpopup .optionselection {
    border: 1px solid #242424;
    margin-bottom: 20px;
    padding: 0 1rem 0.75rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.walletpopup .totalamt {
    border: 2px solid #242424;
    box-shadow: 3px 4px 25px 0px #0000004d;
    margin-bottom: 20px;
    /* padding: 0 1rem .75rem; */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.walletpopup .transfertxt {
    font-size: 12px;
}

.walletpopup .totalamt {
    display: flex;
    justify-content: space-between;
}

.walletpopup .totalamtpara {
    padding: 1rem 0.75rem;
    margin-bottom: 0;
}

.walletpopup .totalamtpara.para2 {
    font-weight: 800;
}

.walletpopup .form-control {
    border: 1px solid #242424;
}

.walletpopup .commoninputrequest {
    box-shadow: none;
}

.walletsection {
    /* height: 100vh; */
    min-height: 100vh;
    padding: 120px 0 40px 0;
    background: #eac01c;
}

.walletsection .amtdata {
    display: flex;
}

.walletsection .totalamount,
.walletsection .winningamt {
    width: 50%;
    text-align: center;
}

.walletsection .rigthsidecontent {
    border: 2px solid #242424;
    box-shadow: 0px 8px 16px 0px #00000080;
    padding: 15px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.walletsection .total {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #eac01c;
}

.walletsection .amount {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.walletsection .withdrawbtn,
.walletsection .addbtn {
    background-color: #242424;
    height: 40px;
    box-shadow: 0px 8px 16px 0px #00000080;
    width: calc(50% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.walletsection .addbtn {
    background-color: #638517;
}

.walletsection .w_btn {
    width: 100%;
    text-align: center;
}

.walletsection .wdrl,
.walletsection .wdrl:hover,
.walletsection .wdrl:focus {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
}

.walletsection .btnsection {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.walletsection .rightbox.widthchange .withdrawbtn {
    width: 100%;
}

.walletsection .rightbox.widthchange .addbtn {
    display: none;
}

.walletsection .togglebtndiv {
    display: flex;
    flex-wrap: wrap;
}

.walletsection .togglebtns:last-child .togglebtnlinks {
    margin-right: 0;
}

.walletsection .togglebtnlinks,
.walletsection .togglebtnlinks:hover,
.walletsection .togglebtnlinks:focus {
    text-decoration: none;
    box-shadow: 0px 8px 16px 0px #00000080;
    color: #242424;
    height: 45px;
    width: 130px;
    background-color: #ede4c4;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 2px solid #242424;
}

.walletsection .togglebtnlinks.active {
    background-color: #242424;
    color: #eac01c;
    border: 2px solid #fff;
}

.walletsection .leftheadingbox {
    margin-bottom: 30px;
}

.walletsection .upperdata {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.walletsection .middledatapara {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    white-space: normal;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-weight: 600;
    min-width: 135px;
}

.walletsection .contentcard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.walletsection .contentcarddata {
    display: flex;
    width: calc(50% - 15px);
    min-height: 80px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #242424;
    box-shadow: 0px 8px 16px 0px #00000080;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.walletsection .timedata,
.walletsection .smalltxt {
    margin-bottom: 0;
    font-size: 12px;
}

.walletsection .smlamt {
    color: #242424;
    font-weight: 700;
}

.walletsection .contentcarddata.greencard .imgdiv {
    background-color: #caef77;
}

.walletsection .contentcarddata.greencard .smlamt {
    color: #638517;
}

.walletsection .imgdiv {
    height: 40px;
    width: 40px;
    overflow: hidden;
    /* margin-right: 15px; */
    padding: 8px;
    background-color: #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.walletsection .lefticon {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.walletsection .leftside {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.walletsection .rigthside {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.walletsection .date {
    font-weight: 600;
    font-size: 16px;
}

.walletsection .withdrawdatadiv {
    display: flex;
    justify-content: space-between;
    /* width: calc(100% - 20px); */
    width: 100%;
    flex-wrap: wrap;
}

.depositDiv .withdrawdatadiv .paradiv{
	width: calc(100% - 80px);
}

.walletsection .statusdiv {
    height: 25px;
    overflow: hidden;
    /* width: fit-content; */
    width: 80px;
}

.walletsection .statussubdiv {
    font-size: 10px;
    background-color: #caef77;
    color: #638517;
    padding: 5px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.walletsection .statussubdiv.rejected {
    background-color: #fcc8ba;
    color: #dd3f21;
}

.walletsection .wdrlpara {
    margin-bottom: 0;
    font-weight: 600;
}

.walletsection .amtdata {
    font-weight: 600;
    margin-bottom: 0;
}

.walletsection .rigthsideheading h4 {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.walletsection .leftheading h4 {
    color: #1f1f1f;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .walletsection .withdrawbtn,
    .walletsection .addbtn {
        width: 100%;
        margin-bottom: 15px;
    }

    .walletsection .total {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .walletsection .contentcarddata {
        width: 100%;
    }

    .walletsection .togglebtns {
        margin-top: 20px;
    }

    .walletsection .leftheadingbox {
        margin: 20px 0;
    }

    .walletsection .walletsection {
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .walletsection .leftside {
        width: 15%;
    }

    .walletsection .rigthside {
        width: 85%;
    }

    .walletsection .imgdiv {
        height: 30px;
        width: 30px;
        margin-right: 6px;
    }

    .walletsection .amtdata,
    .walletsection .wdrlpara {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .modal-dialog.walletpopup {
        margin: 0 auto;
        max-width: 95%;
    }

    .walletpopup .popup_form {
        padding: 10px;
    }
}

/* mywquiz css */
.myquizsection {
    /* height: 100vh; */
    min-height: 100vh;
    padding: 120px 0 40px 0;
    background: #eac01c;
}

.myquizsection .amtdata {
    display: flex;
}

.myquizsection .mainquizpage .quizcarditem {
    height: 100%;
}

.myquizsection .quizcarditem {
    background-color: #fff;
    border: 2px solid #242424;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
}

.myquizsection .greenbtmdiv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #638517;
    color: #fff;
}

.myquizsection .mainquiz-card {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: relative;
}

.myquizsection .mainquiz-card .imageandquediv {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    width: 22%;
}

.myquizsection .quiztimename {
    width: 70%;
    min-height: 75px;
}

.myquizsection .quizsubject {
    margin-bottom: 0;
}

.myquizsection .mainquiz-card .quiztimename .quiztime {
    color: #434343;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    /* margin-top: 20px; */
}

.myquizsection .mainquiz-card .noofque {
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}

.myquizsection .mainquiz-card .queno {
    color: #434343;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.loader-line {
    width: 100%;
    height: 5px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    margin: 5px 0;
    border-radius: 20px;
}

.myquizsection .spotnumber p {
    margin-bottom: 0;
    font-size: 12px;
}

.myquizsection .mainquiz-card .subjectdiv {
    position: relative;
    /* min-height: 35px; */
}

.myquizsection .mainquiz-card .quiximg {
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 15px;
}

.myquizsection .mainquiz-card .quiximg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.myquizsection .mainquiz-card .spotnumber {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.myquizsection .topleftdetaildiv {
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    background-color: #f5c5bc;
    border-radius: 0 0 0 12px;
    -webkit-border-radius: 0 0 0 12px;
    -moz-border-radius: 0 0 0 12px;
    -ms-border-radius: 0 0 0 12px;
    -o-border-radius: 0 0 0 12px;
}

.myquizsection .topleftdetaildiv .detaildivleft {
    display: flex;
    justify-content: center;
    padding: 5px;
    padding-left: 10px;
}

.myquizsection .topleftdetaildiv .chardiv {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dd3f21;
    font-size: 12px;
    font-weight: 500;
    padding: 5px;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    border: 1px solid #242424;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 10px;
}

.myquizsection .topleftdetaildiv .chardiv {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dd3f21;
    font-size: 12px;
    font-weight: 500;
    padding: 5px;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    border: 1px solid #242424;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 10px;
}

.myquizsection .mainquiz-card .sidepricediv {
    position: absolute;
    top: -15px;
    background-color: #335321;
    box-shadow: 0px 8px 16px 0px #0000004d;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    padding: 5px;
    padding-right: 15px;
    height: 35px;
    right: -10px;
    z-index: 9;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myquizsection .mainquiz-card .quizrigthdetailsdiv .sidepricediv {
    position: absolute;
    top: -5px;
    background-color: #d4aa06;
    box-shadow: 0px 8px 16px 0px #0000004d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px;
    height: 35px;
    right: -10px;
    z-index: 9;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myquizsection .mainquiz-card .quizdetailsdiv {
    width: 75%;
}

.myquizsection .quizbox .togglebtns {
    margin-right: 0;
}

.myquizsection .togglebtns {
    margin-right: 20px;
}

.togglebtndiv .togglebtns:last-child {
    margin-right: 0;
}

.myquizsection .togglebtnlinks,
.myquizsection .togglebtnlinks:hover,
.myquizsection .togglebtnlinks:focus {
    text-decoration: none;
    color: #242424;
    font-weight: 600;
}

/* .myquizsection .togglebtnlinks.active {
      border-bottom: 6px solid #638517;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
  } */
.myquizsection .togglebtnlinks.active .bottomActiveLine {
    display: block;
}

.myquizsection .togglebtndiv {
    display: flex;
}

.tablesecondarydata {
    /* padding: 0 15px; */
    height: 300px;
    overflow-y: auto;
}

.userprofilediv {
    height: 40px;
    width: 40px;
    overflow: hidden;
}

/* .leftprofile {
      margin-right: 10px;
  } */

.myquizsection .tableranktxt {
    font-weight: 600;
}

.myquizsection .userdiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 10px; */
}

.myquizsection .userface {
    height: 100%;
    width: 100%;
}

.myquizsection .firstrow {
    background-color: #ede4c4;
    border: 1px solid #242424;
}

.myquizsection .firstrowdata {
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.myquizsection .tablerow {
    border-bottom: 1px solid #242424;
    padding: 10px 0;
    margin: 0;
    align-items: center;
}

.myquizsection .tabletxt {
    margin-bottom: 0;
    /* margin-left: 10px; */
    font-weight: 500;
}

.myquizsection .usedatapara {
    margin-bottom: 0;
}

.myquizsection .userdata {
    margin-bottom: 0;
    font-size: 12px;
    color: #638517;
}

.myquizsection .wdrlpara {
    margin-bottom: 0;
    font-weight: 600;
}

.myquizsection .amtdata {
    font-weight: 600;
    margin-bottom: 0;
}

.myquizsection .rigthprofile {
    width: calc(100% - 50px);
}

.myquizsection .greentextdiv {
    font-size: 12px;
}

.myquizsection .quizcarditem {
    margin-bottom: 20px;
}

/* width */
.myquizsection ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.myquizsection ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.myquizsection ::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.quizcardsmaindiv {
    height: 100vh;
    overflow-y: auto;
    padding-right: 10px;
}

.myquizsection .quizbox.togglebtndiv {
    display: flex;
    flex-wrap: wrap;
}

.myquizsection .quizbox {
    margin-bottom: 20px;
}

.threeboxessubdiv {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.threeboxessubdiv .threepara {
    margin-bottom: 0;
    color: #fff;
}

.threeboxessubdiv .threeheading {
    margin-bottom: 0;
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    margin-right: 5px;
}

.myquizsection .rightthreecards {
    margin-bottom: 30px;
}

.myquizsection .firstbox {
    background-color: #bf6400;
    box-shadow: 0px 3px 0px 3px #643d02;
}

.myquizsection .secondbox {
    background-color: #638517;
    box-shadow: 0px 3px 0px 3px #394d0e;
}

.myquizsection .thirdbox {
    background-color: #dd3f21;
    box-shadow: 0px 3px 0px 3px #b11919;
}

.myquizsection .bottomActiveLine {
    display: none;
    height: 6px;
    background-color: #638517;
    border-radius: 6px 6px 0 0;
}

.myquizsection .quizbox .togglebtns:last-child .rigthtogglebtn {
    margin-right: 0;
}

.myquizsection .quizbox .rigthtogglebtn,
.myquizsection .quizbox .rigthtogglebtn:hover,
.myquizsection .quizbox .rigthtogglebtn:focus {
    text-decoration: none;
    box-shadow: 0px 8px 16px 0px #00000080;
    color: #242424;
    height: 40px;
    width: 130px;
    background-color: #ede4c4;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 2px solid #242424;
}

.myquizsection .quizbox .rigthtogglebtn.active {
    background-color: #242424;
    color: #eac01c;
    border: 2px solid #fff;
}

.quizrigthdetailsdiv {
    width: 100%;
}

.quizrigthdetailsdiv .imageandquediv {
    width: 20%;
}

.quizrigthdetailsdiv .spotsdetaildiv {
    width: 80%;
}

.rigthquizslider {
    margin-top: 15px;
    justify-content: space-between;
}

.quixleftimgdiv {
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    height: 250px;
    width: 100%;
}

.quixleftimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rigthsidequizcard {
    margin-bottom: 20px;
}

.quizrigthdetailsdiv .secondheading {
    margin-bottom: 20px;
    font-size: 22px;
}

.quizrigthcarditem .loader-line .laodpercentage {
    height: 10px;
}

.quizrigthcarditem .loader-line {
    height: 10px;
}

.selectiondiv input {
    background-image: none !important;
    background-color: #fff;
    border: 3px solid #fff;
    box-shadow: none !important;
    outline: 2px solid #333 !important;
}

.selectiondiv input:checked {
    background-color: #333;
    border-color: #fff;
}

.mywalletpopup .mainpopupbody {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}

@media (max-width: 991px) {
    .myquizsection .greenbtmdiv .greentextdiv {
        margin: 5px;
    }

    .quixleftimgdiv {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .myquizsection .withdrawbtn,
    .myquizsection .addbtn {
        width: 100%;
        margin-bottom: 15px;
    }

    .myquizsection .total {
        font-size: 12px;
    }

    .myquizsection .quizbox.togglebtndiv {
        justify-content: center;
    }

    .myquizsection .quizbox .togglebtns {
        margin-right: 0;
    }

    .rigthsideheading {
        text-align: center;
    }

    .myquizsection .quizbox .rigthtogglebtn {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .myquizsection .quizbox .rigthtogglebtn {
        width: 150px;
    }

    .myquizsection .quizbox {
        margin-bottom: 0;
    }

    .myquizsection .mainquiz-card .quizdetailsdiv {
        width: 100%;
    }

    .myquizsection .mainquiz-card .imageandquediv {
        width: 100%;
        margin-top: 25px;
    }

    .rigthtogglesidedata .mainquiz-card {
        flex-wrap: wrap;
    }

    .myquizsection .quiztimename {
        width: 100%;
    }

    .myquizsection .quizrigthcarditem .mainquiz-card .imageandquediv {
        width: 25%;
    }

    .quizrigthdetailsdiv .spotsdetaildiv {
        width: 73%;
    }

    .myquizsection .mainquiz-card .quiximg {
        height: 120px;
    }

    .myquizsection .mainquiz-card .quiximg img {
        object-fit: cover;
    }

    .myquizsection .mainquiz-card .quiztimename .quiztime {
        text-align: center;
    }

    .walletsection .contentcarddata {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .myquizsection .contentcarddata {
        width: 100%;
    }

    .myquizsection .togglebtns {
        margin-top: 20px;
    }

    .myquizsection .quizbox .togglebtns {
        margin-right: 0;
    }

    .myquizsection .leftheadingbox {
        margin: 20px 0 0;
    }

    .myquizsection .myquizsection {
        padding-top: 90px;
    }

    .tablenameclm,
    .tabletimeclm,
    .tabletimeclm {
        width: fit-content;
    }

    .myquizsection {
        padding: 30px 0;
    }

    .myquizsection .topartilceheadrow h5 {
        font-size: 26px;
    }

    .myquizsection .greenbtmdiv .greentextdiv {
        margin: 5px;
    }

    .myquizsection .leftsidedata {
        flex-wrap: nowrap;
        display: flex;
        overflow: auto;
    }

    .contenttable {
        flex: none;
        width: 100%;
    }

    .firstrowdata,
    .tablerow {
        flex-wrap: nowrap;
    }

    .threeboxessubdiv {
        margin-bottom: 30px;
    }

    .myquizsection .mainquiz-card {
        flex-wrap: wrap;
    }

    .myquizsection .rigthsidequizcard .mainquiz-card .imageandquediv {
        width: 30%;
    }

    .myquizsection .mainquiz-card .imageandquediv {
        width: 100%;
    }

    .myquizsection .mainquiz-card .quizdetailsdiv {
        width: 100%;
    }

    .myquizsection .mainquiz-card .quiximg {
        height: 150px;
    }

    .myquizsection .mainquiz-card .quiximg img {
        object-fit: cover;
    }

    .myquizsection .mainquiz-card .quizdetailsdiv {
        margin-top: 15px;
    }

    .myquizsection .rightthreecards {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .myquizsection .leftside {
        width: 15%;
    }

    .myquizsection .rigthside {
        width: 85%;
    }

    .myquizsection .imgdiv {
        height: 30px;
        width: 30px;
        margin-right: 6px;
    }

    .myquizsection .amtdata,
    .myquizsection .wdrlpara {
        font-size: 14px;
    }

    .contenttable {
        width: 550px;
    }
}

@media (max-height: 475px) {
    .modal-dialog.walletpopup {
        margin: 25px auto;
    }
}

/* mywquiz css end */

/* .fastedfingerheader .quizlink,
.fastedfingerheader .testimoniallink,
.fastedfingerheader .contectlink{
    display: none;
}
.fastedfingerheader .secondindex .quizlink,
.fastedfingerheader .secondindex .testimoniallink,
.fastedfingerheader .secondindex .contectlink{
    display: flex;
}
.secondindex .secondheader{
    display: flex !important;
}
.secondindex .userlogindiv,
.secondindex .mywalletlink,
.secondindex .myquizlink{
    display: none !important;
} */

.fastedfingerheader .navbar-nav .dropdown-menu {
    width: 220px;
    padding: 20px 10px;
    border: 0;
    margin: 0;
    right: 25px;
    top: 75px;
    left: unset;
}

.fastedfingerheader .nav-item.afterlogin .tiecoinmainspan {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fastedfingerheader .afterlogin .dropdown-menu h4 {
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

.fastedfingerheader .afterlogin .cointext {
    font-weight: 400;
    font-size: 16px;
    color: #222;
    width: 55%;
}

.fastedfingerheader .afterlogin .coinimgdiv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 38%;
    color: #186382;
    font-weight: 600;
    background-color: #fce1ec;
    position: relative;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding-right: 10px;
}

.fastedfingerheader .nav-item.afterlogin .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
}

.fastedfingerheader .nav-item.afterlogin .usernamprofile {
    width: calc(100% - 55px);
    text-overflow: ellipsis;
    overflow: hidden;
}

.fastedfingerheader .nav-item.afterlogin .profilemainspan,
.profilemainspan {
    display: flex;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}

.fastedfingerheader .nav-item.afterlogin .dropdown-menu .headerdropicon {
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 10px;
}

.fastedfingerheader .nav-item.afterlogin .dropdown-menu .headerdropicon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimainpage {
    padding-top: 120px;
}

.testimainpage .maindivcard {
    margin-bottom: 25px;
}

.testimainpage .topartilceheadrow {
    padding-bottom: 10px;
}

.testimainpage .topartilceheadrow .viewalldiv,
.testimainpage .patternrow .patternleft,
.testimainpage .patternrow .patternright {
    display: none;
}

.optionselection .errormessage {
    margin-bottom: 0;
}

/* unveiling-section  */
.refermainsection {
    padding: 150px 0 60px;
}

.refermainsection .unveiling-contentdiv h5 {
    font-weight: 800;
    font-size: 34px;
    color: #242424;
    margin-bottom: 15px;
}

.refermainsection .unveiling-contentdiv p {
    font-weight: 500;
    font-size: 18px;
    color: #383a47;
    margin-bottom: 0;
    line-height: 1.7;
}

.refermainsection .unveiling-imgdiv {
    height: 350px;
    width: 100%;
    position: relative;
}

.refermainsection .unveiling-imgdiv img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.refermainsection .rederbtndiv {
    margin: 25px 0 15px;
}

.refermainsection .starterPackBtn img {
    margin-left: 15px;
}

.refermainsection .starterPackBtn {
    border-radius: 40px;
    padding: 10px 20px;
    border: none;
    box-shadow: none;
    background-color: #242424;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 240px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.refermainsection .linkinputdiv {
    margin-top: 25px;
    width: 90%;
    position: relative;
}

.refermainsection .copydivlink {
    position: absolute;
    right: 15px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #638517;
    top: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.refermainsection .copylinkinput {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: #ececec;
    border-radius: 8px;
    width: 100%;
    height: 55px;
    padding: 5px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #638517;
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 767px) {
    .rowreverse {
        flex-direction: column-reverse;
    }

    .refermainsection .unveiling-contentdiv .orderonlinediv {
        flex-wrap: wrap;
    }

    .refermainsection .orderonlinediv .orderonline-para {
        width: 100%;
        margin-bottom: 15px;
    }

    .refermainsection .unveiling-contentdiv .online-platformdiv {
        width: 100%;
    }

    .refermainsection .unveiling-contentdiv p {
        font-size: 16px;
    }

    .refermainsection .unveiling-contentdiv h5 {
        font-size: 22px;
        text-align: center;
    }

    .refermainsection {
        padding: 30px 0;
    }

    .refermainsection .ordernowdiv .ordernowbtn {
        font-size: 18px;
    }

    .refermainsection .unveiling-imgdiv {
        height: 320px;
        margin-bottom: 15px;
    }

    .refermainsection .linkinputdiv {
        width: 100%;
    }

    .refermainsection .copylinkinput {
        padding-right: 62px;
    }
}

@media (max-width: 991px) {
    .refermainsection .bottomimgtextdiv {
        font-size: 16px;
        margin: 0 0 15px;
        padding: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .refermainsection .unveiling-imgdiv {
        height: 350px;
        margin: 15px 0;
    }

    .rowreverse {
        flex-direction: column-reverse;
    }
}
.footersection .contactdivmain p {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff !important;
    margin-bottom: 0;
}
@media (max-width:767px) {
    .contact-section-data{
        padding: 70px 0 30px !important;
    }
}
.contact-section-data h2{
    font-weight: 700;
    color: #242424;
    margin: 15px 0;
}
.contact-section-data p{
    font-weight: 400;
    font-size: 16px;
    color: #434343;
    margin-bottom: 10px;
    line-height: 1.7;
}
.contact-section-data h1 {
    font-weight: 700;
    color: #242424;
    margin: 15px 0;
}
 .contact-section-data {
    padding: 35px 0 30px;
}
.quizrigthcarditem p.description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}

.quizrigthcarditem .quiztime,
.quizrigthdetailsdiv .secondheading {
    margin-bottom: 5px;
}

@media (max-width:767px) {
    .quizcardsmaindiv {
        height: auto;
    }
}
/* unveiling-section end */
