.lqd-section.payments {
    padding: 80px 20px 80px;
}

.gp-working-buyer-img {
    text-align: center;
}

.gp-working-buyer-img img {
    width: 600px;
    transition: transform .65s cubic-bezier(.05, .7, .2, 1), opacity .3s;
}

.gp-working-buyer-img[data-float] {
    --float-animation-ease: ease;
    --float-animate-from: 0%;
    --float-animate-to: 3%;
    --float-delay: 0s;
    animation: lqdFIFloatOne 1s var(--float-animation-ease) infinite alternate;
    animation-delay: var(--float-delay);
}

@keyframes lqdFIFloatOne {
    0% {
        transform: translateY(var(--float-animate-from, 0))
    }
    100% {
        transform: translateY(var(--float-animate-to, 3%))
    }
}

.lgd-p-box p {
    width: 390px;
    font-size: 20px;
    margin-top: 22px;
    line-height: 1.3;
}

.lgd-p-box p span {
    color: #b9b7b7;
}

.iconbox-icon-linked .iconbox-icon-wrap:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 170%;
    position: absolute;
    top: 0;
    left: 25px;
    z-index: -1;
    background-color: #e9e9e9;
}

.iconbox-icon-wrap {
    position: relative;
}

.iconbox .iconbox-icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
}

.shadow-lg {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.rounded-full {
    border-radius: 50em;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.iconbox .iconbox-icon-container span {
    width: 100px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    align-items: center;
    font-size: 18px;
}

.iconbox .contents {
    margin-left: -30px;
}

.gp-working-process-wrapper {
    padding-top: 25px;
}

.iconbox {
    position: relative;
    margin-bottom: 30px;
}

.iconbox-icon-linked:last-child .iconbox-icon-wrap:before {
    display: none;
}

.iconbox-circle:hover .iconbox-icon-container {
    color: #f2fdff;
    background: var(--primary-gradiant);
}

.iconbox .iconbox-icon-container {
    height: 52px;
    width: 50%;
}

.banner-img-box img {
    width: 82%;
}

.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-3 {
    right: 0;
    left: 235px;
    bottom: -26px !important;
}

.twm-home2-banner-section {
    padding-bottom: 100px !important;
}

.banner-img-box .twm-small-ring-2 {
    width: 50px;
    height: 50px;
    border: 5px solid #29b841;
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    right: 85px;
    z-index: 5;
    left: 0;
}

.banner-img-box .twm-small-ring-3 {
    width: 50px;
    height: 50px;
    border: 5px solid #29b841;
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
    top: 120px;
    right: 152px;
    z-index: 5;
}

.text-clr-green {
    color: #157c5d !important;
}

.process-list-items {
    list-style: none;
    gap: 10px 10px;
    margin-bottom: 0;
}

.process-list-items li {
    background: linear-gradient(135deg, #a16afd 0%, #7eaeff 100%);
    background-size: 200%, 1px;
    padding: 2px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
}

.iconbox .iconbox-icon-container {
    height: 58px;
    width: 58px;
}

.iconbox .contents {
    margin-left: 15px;
}

.iconbox-icon-linked .iconbox-icon-wrap:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 155%;
    position: absolute;
    top: 0;
    left: 29px;
    z-index: -1;
    background-color: #e9e9e9;
}

.top-all-buyer-list-right p span {
    display: block;
}

/* media query */

@media (max-width: 767px) {
    .twm-home2-banner-section {
        padding-bottom: 45px !important;
    }
    .banner-img-box img {
        width: 100%;
    }
    .gp-working-buyer-img {
        margin-bottom: 60px;
    }
    .lgd-p-box p {
        width: 100%;
        font-size: 16px;
        margin-top: 10px;
    }
    .lqd-section.payments {
        padding: 80px 10px 80px;
    }
    .iconbox .iconbox-icon-container span {
        width: 106px;
    }
    .iconbox .contents {
        margin-left: -35px;
        padding-left: 0;
    }
    .iconbox .iconbox-icon-container {
        height: 52px;
        width: 50%;
    }
    .iconbox {
        margin-bottom: 40px;
    }
    .banner-img-box .twm-small-ring-3 {
        top: 163px;
        right: 0;
        left: 97px;
    }
    .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-3 {
        bottom: 45px !important;
    }
    .twm-home2-banner-section .twm-bnr2-right-content .twm-small-ring-2 {
        display: none !important;
    }
    .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-3 {
        right: 0;
        left: 0;
        bottom: 45px !important;
        width: 238px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Top Event */

ul#project-tab.custom-2.top-event-box {
    width: auto;
    border-radius: 4px 4px 0px 0px;
}

ul#project-tab.custom-2.top-event-box li.nav-item {
    background: #f3f3f3;
    margin: 5px;
    border-radius: 4px;
}

.top-event-prize-list-wrapper {
    padding: 20px;
    border: 1px dashed #66db20;
    margin-bottom: 40px;
    border-radius: 10px;
}

ul#project-tab.custom-2.top-event-box li.nav-item .nav-link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}

.top-event-prize-box .event-description-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    padding: 0px 5%;
    text-align: justify;
}

.e-img-bx {
    text-align: center;
}

.e-img-bx img {
    width: 58px;
}

.top-event-prize-list-c-item p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top-event-prize-list-item-wrapper {
    gap: 20px;
    position: relative;
    justify-content: center;
}

.top-event-prize-list-c-item {
    flex-basis: 170px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    border-radius: 5px;
}

.event-time-box {
    padding: 10px;
    position: absolute;
    top: -20px;
    right: -19px;
}

.event-time-box h3 {
    font-size: 13px;
    margin-bottom: 10px;
}

.event-time-list p {
    margin-bottom: 0;
    text-align: center;
    font-size: 8px;
    color: #fff;
}

.event-time-list-wrapper {
    gap: 10px;
}

.event-time-list {
    flex-basis: 60px;
    width: 45px;
    background: linear-gradient(135deg, #7596fc 0%, #b479ff 100%);
    padding: 5px;
    border-radius: 5px;
}

.event-time-list h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

.event-time-box {
    padding: 10px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    top: auto;
    border-left: 1px dashed #66db20;
    border-top: 1px dashed #66db20;
    border-radius: 10px 0px 0px 0px;
    background: #7c93fc17;
}

/*email verification page start*/

.email-verification-wrapper {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    background: #fff;
}

.email-verification-wrapper .mail-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.email-verification-wrapper .email-text {
    margin-bottom: 0;
    font-size: 14px;
}

.email-verification-wrapper .email-text .email {
    font-weight: 600;
}

.email-verification-wrapper .email-text .fa-envelope {
    color: #00ba3f;
}

.email-verification-wrapper .send-verification-button {
    background: #03A9F4;
    color: #fff;
    padding: 5px 11px;
    font-size: 12px;
    border-radius: 100px;
    font-weight: 600;
}

.email-verification-wrapper .send-verification-button:hover {
    color: #fff;
}

.email-verification-wrapper .email-verify-btn {
    padding: 3px 25px;
    font-size: 14px;
    font-weight: 600;
    background-color: #00ba3f !important;
    border: none;
    outline: 0;
}

.email-verification-wrapper .email-verify-btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

/*email verification page end*/

.btn.custom-send-form {
    padding: 5px 20px;
    background: var(--primary-gradiant);
    color: #fff;
    margin-right: 10px;
    border: none;
    font-size: 14px;
}

.email-verification-wrapper .verification-information {
    color: #673AB7;
    padding: 5px 10px;
    background: #dddddd38;
    border-radius: 5px;
}

@media only screen and (max-width: 1400px) and (min-width: 1024px) {
    .top-event-prize-list-item-wrapper {
        justify-content: start;
    }
}

@media (max-width: 767px) {
    .email-verification-wrapper {
        text-align: center;
    }
    .email-verification-wrapper .mail-section {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .email-verification-wrapper .email-text {
        margin-bottom: 5px;
    }
    .email-verification-wrapper .verification-information {
        line-height: 1.3;
        font-size: 13px;
    }
    .event-time-box {
        position: relative;
        flex-basis: 100%;
        left: 0;
        right: 0;
        top: 15px;
        border-radius: 10px 10px 0px 0px;
        border-right: 1px dashed #66db20;
    }
    .top-event-prize-list-c-item:first-child {
        flex-basis: 100%;
    }
    .top-event-prize-list-c-item {
        flex-basis: 47%;
    }
    .top-event-prize-list-item-wrapper {
        gap: 10px 4%;
        position: relative;
        justify-content: center;
    }
    .top-event-prize-list-c-item:first-child .e-img-bx img {
        width: 58px;
    }
    .top-event-prize-list-c-item:first-child p {
        font-size: 14px;
    }
    .top-event-prize-list-c-item .e-img-bx img {
        width: 30px;
    }
    .top-event-prize-list-c-item p {
        font-size: 12px;
    }
    ul#project-tab.custom-2.top-event-box li.nav-item {
        flex-basis: 100%;
    }
    ul#project-tab.custom-2.top-event-box li.nav-item .nav-link {
        max-width: 100%;
        width: 100%;
    }
    .top-event-prize-list-wrapper {
        padding: 15px;
    }
}

.myEarningExpense span {
    border-radius: 5px;
    background: #007cff;
    padding: 6px 20px;
    color: #fff;
}