.container {
    padding: 0px 25px;
}


body {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}


/* ************************************ */


.navigation {
    background: #fff;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    outline: none !important;
    padding: 0;
    border: none !important;
    margin: 0;
    z-index: 1000;
    transition: top 0.4s ease-in-out; /* smoother */
}

.navigation:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.navigation .navigation_inner {
    display: flex;
    outline: none !important;
    justify-content: space-between;
    align-items: center;
    padding: 12px 25px !important;
    border-bottom: 1px solid #e1e1e1;
}

.navigation .navigation_inner:focus {
    outline: none !important;
}

.navigation:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


.navigation .navbar-brand {
    position: relative;
    margin: 0;
    padding: 0;
}


.navigation .navbar-brand:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


.navigation .nav_mainimg {
    width: 170px;
    margin: 0;
    padding: 0;
    position: relative;
}

.navigation .nav_mainimg:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


.close-btn {
    display: none !important;
}



.navigation li {
    position: relative;
    padding: 5px 0 0 20px !important;
}

.navigation li:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


.navigation .nav-link {
    color: #48494A;
    font-size: 16px;
    font-family: "Anybody", sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.navigation .nav-link:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.badrequest{
    min-height: 70vh;
    font-family: 'Anybody';
}
.vertical-line{
    width: 2px; 
    height: 300px; 
    background-color: #ccc;
}
.back-btn{
    width: 150px;
}
.bad-request-code{
    font-size: 78px;
    font-weight: 800;
    letter-spacing: 8px;
}
@media (max-width: 991.9px) {
    .navigation .navigation_inner {
        padding: 10px !important;
    }


    #leadUIMainNav {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.4s ease-in-out;
        padding-top: 60px;
        z-index: 99999999;
    }

    #leadUIMainNav.show {
        right: 0;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .nav-item {
        padding: 15px;
        width: 100%;
    }

    .nav-link {
        font-size: 18px;
        color: black;
        text-decoration: none;
        display: block;
        padding: 10px;
    }

    .close-btn {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 35px;
        display: block !important;
        background: none;
        border: none;
        cursor: pointer;
        color: #000;
    }

    .navbar-toggler {
        position: relative;
        z-index: 9999;
        background: none;
        margin: 0;
        padding: 0;
        border: none;
        border: none;
        cursor: pointer;
    }

    .navbar-toggler:focus {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    #toggle {
        width: 22px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #toggle div {
        width: 100%;
        height: 4px;
        background: #000;
        transition: 0.3s;
    }

    #toggle.on .one {
        transform: rotate(45deg) translate(5px, 5px);
    }

    #toggle.on .two {
        opacity: 0;
    }

    #toggle.on .three {
        transform: rotate(-45deg) translate(7px, -8px);
    }
}




/* ******************************************************************888 */


.EarnHero-topMain {
    position: relative;
    height: auto;
    max-width: 100%;
    width: 100%;
    padding: 140px 0 80px;
    background-color: #fff;
}

.EarnHero-rightForm {
    max-width: 100%;
    width: 100%;
    position: relative;
    height: 100%;
}

.EarnHero-rightForm-inner {
    position: relative;
    display: flex;
    justify-content: center;
}

.EarnHero-mainForm {
    box-shadow: 0px 4.43px 37.43px 0px #00000026;
    padding: 40px 40px;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    max-width: 420px;
    border: 1px solid #e1e1e1;
}

.EarnHero-mainForm .signin-bottom-txt {
    font-size: 14px;
    color: #7E7E7E;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.8;
}

.EarnHero-mainForm .signin-bottom-txt a {
    color: #48494A;
    text-decoration: none;
}

.EarnHero-mainForm:focus {
    outline: none !important;
    box-shadow: none !important;
}

.EarnHero-mainForm-heading {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.EarnHero-mainForm-heading span:first-child {
    display: block;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    line-height: 1.2;
    color: #48494A;
    font-family: "Anybody", sans-serif;
}

.EarnHero-mainForm-heading span:last-child {
    display: block;
    line-height: 1.2;
    padding-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #7E7E7E;
    font-family: "Roboto", sans-serif;
    position: relative;
}

.EarnHero-mainForm .form-label {
    color: #7E7E7E;
    font-weight: 400;
    font-size: 16px;
    color: #7E7E7E;
    font-family: "Roboto", sans-serif;
    position: relative;
}

.EarnHero-mainForm .form-control {
    height: 42px !important;
    border-radius: 5px !important;
}

.EarnHero-mainForm .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #F97316 !important;
}

.EarnHero-mainForm input::placeholder {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    position: relative;
    color: #E1E1E1 !important;
}

.btn-primary {
    height: 42px !important;
    display: flex;
    flex: none;
    border-radius: 5px !important;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 16px;
    padding-top: 10px;
    line-height: 0px !important;
    text-align: center;
    font-family: "Anybody", sans-serif;
    font-weight: 600;
    z-index: 50;
    outline: none !important;
    position: relative;
    background: linear-gradient(135deg, #f97316, #ef4444) !important;
    box-shadow: 0 20px 25px -5px rgba(249, 115, 22, 0.25), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border: none !important;
    margin: 0 !important;
}

.btn:focus {
    outline: none !important;
    border: none !important;
}

.btn-primary:focus {
    outline: none !important;
    border: none !important;
    color: #fff !important;
    background: linear-gradient(135deg, #f76535, #a94116);
    box-shadow: 0 20px 30px -5px rgba(249, 115, 22, 0.3), 0 10px 12px -6px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);

}

.btn-primary:hover {
    background: linear-gradient(135deg, #f76535, #a94116);
    box-shadow: 0 20px 30px -5px rgba(249, 115, 22, 0.3), 0 10px 12px -6px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
    color: white !important;
}

.space-colform {
    position: relative;
    padding-top: 15px;
}


.space-colform2 {
    position: relative;
    padding-top: 20px;
}

.EarnHero-mainForm_OR {
    position: relative;
    color: #48494A;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}


.EarnHero-mainForm_OR::before {
    content: "";
    width: 40%;
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #E1E1E1;
    top: 50%;
    transform: translateY(-50%);
}


.EarnHero-mainForm_OR::after {
    content: "";
    width: 40%;
    position: absolute;
    right: 0;
    height: 1px;
    background-color: #E1E1E1;
    top: 50%;
    transform: translateY(-50%);
}

.EarnHero-mainForm_register {
    position: relative;
    font-size: 16px;
    color: #48494A;
    font-family: "Anybody", sans-serif;
    font-weight: 400;
}


.EarnHero-mainForm_register a {
    color: #F97316 !important;
    font-family: "Anybody", sans-serif;
    font-weight: 400;
    padding-left: 10px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600 !important;
}
@media (max-width: 575.98px) {
    .EarnHero-mainForm_register a {
        font-size: 13px;
        padding-left: 5px;
    }
}

.EarnHero-mainForm_register a:focus {
    outline: none !important;
    border: none !important;
}

.EarnHero-mainForm_OtherOption {
    position: relative;
    border: 1px solid #E4E4E4;
    background-color: #F1F1F1;
    height: 42px;
    border-radius: 5px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: none;
    line-height: 0;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    color: #7E7E7E !important;
    -webkit-text-fill-color: #7E7E7E !important;
}

input:-webkit-autofill:focus {
    -webkit-background-clip: text !important;
    color: #7E7E7E !important;
}

.EarnHero-mainForm_OtherOption img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.EarnHero-mainForm_OtherOption-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.EarnHero-mainForm_OtherOption:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.sign-in-modal-password-area {
    position: relative;
}

.pass-eye-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #7E7E7E;
    cursor: pointer;
}

.EarnHero-leftTxt {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.EarnHero-leftTxt-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.EarnHero-leftTxt-inner-txtlarge {
    font-size: 55px;
    color: #48494A;
    font-family: "Anybody", sans-serif;
    font-weight: 800;
    position: relative;
    z-index: 10;
    line-height: 1.2;
}

.EarnHero-leftTxt-inner-txtclr {
    color: #F97316 !important;
}

.EarnHero-leftTxt-inner-partners-area {
    position: relative;
    display: flex;
    align-items: center;
}


.EarnHero-leftTxt-inner-partners-area img {
    max-width: 120px;
    margin-right: 15px;
    width: 100%;
    object-fit: contain;
}

.EarnHero-leftTxt-inner-partners-icon {
    display: flex;
    align-items: center;
    position: relative;
}

.EarnHero-leftTxt-inner-partners-icon i {
    font-size: 16px;
    color: #FFCC00;
    margin-right: 10px;
    margin-bottom: 5px;
}

.EarnHero-leftTxt-inner-partners-txt {
    font-size: 17px;
    color: #48494A;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 10;
}

.forgot-pass {
    font-size: 16px;
    color: #48494A;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.forgot-passt:focus {
    outline: none !important;
    border: none !important;
}

.forgot-pass a:focus {
    outline: none !important;
    border: none !important;
}


.forgot-pass a {
    text-decoration: none;
    color: #48494A;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}


.EarnHero-leftTxt-inner-txtpara {
    font-size: 17px;
    color: #48494A;
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    z-index: 10;
}

.margin-topSpace {
    margin-top: 30px;
    position: relative;
}

.margin-topSpace2 {
    margin-top: 10px;
    position: relative;
}

.margin-topSpace3 {
    margin-top: 40px;
    position: relative;
}


.margin-topSpace4 {
    margin-top: 60px;
    position: relative;
}


.EarnHero-leftTxt-inner-arrow {
    position: absolute;
    bottom: -20px;
    z-index: 0;
    right: -80px;
}



.form-container {
    display: none;
}

.form-active {
    display: block;
    animation: fadeInform 0.5s ease-in-out;
}

@keyframes fadeInform {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}



/* *********************************************************************** */


.Earnon-SubsMain {
    position: relative;
    background-color: #7C7C7C;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.Earnon-SubsMain-left {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
}


.Earnon-SubsMain-left-inner {
    position: relative;
    max-width: 100%;
    height: 100%;
}

.EarnSub-image_main {
    position: relative;
    height: auto;
    max-width: 100%;
    z-index: 10;
}

.EarnSub-image_bgblue {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: -100px;
}

.Earnon-SubsMain-right {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.Earnon-SubsMain-right-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.Earnon-SubsMain-right-inner2 {
    position: absolute;
    top: 58%;
    transform: translateY(-42%);
}

.Earnon-SubsMain-large_txt {
    font-size: 45px;
    color: #48494A;
    font-family: "Anybody", sans-serif;
    font-weight: 800;
    position: relative;
    line-height: 1.2;
    z-index: 10;
}

.Earnon-SubsMain-large_txt.Earnon-SubsMain-large_txt_Two {
    font-size: 42px !important;
}

.Earnon-SubsMain-lighttxt {
    color: #fff !important;
}

.Earnon-SubsMain-right-txtx-part {
    position: relative;
}

.lineSub01 {
    position: relative;
    max-width: 250px;
    object-fit: contain;
    margin-top: -20px;
    z-index: 0;
}

.lineSub02 {
    position: relative;
    max-width: 250px;
    object-fit: contain;
    margin-top: -20px;
    z-index: 0;
    margin-left: 250px;
}

.Earnon-SubsMain-small_txt {
    position: relative;
    font-size: 17px;
    color: #7C7C7C;
    line-height: 1.8;
    text-align: justify;
    font-family: "Roboto", sans-serif;
    z-index: 10;
}

.Earnon-SubsMain-sectionTwo {
    margin-bottom: -140px;
}


/* ****************************************************************************8 */


.Earnon-yourContentMain {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 80px 0 70px;
}

.yourContentMain-largeimg {
    position: relative;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    margin-top: -80px;
    height: auto;
    z-index: 0;
}


a {
    text-decoration: none !important;
}


.Earnon-Counter {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-color: #7C7C7C;
}

.EarnonMainCounter {
    position: relative;
    line-height: 1.2;
    font-size: 70px;
    color: #fff;
    font-weight: 900;
    font-family: "Anybody", sans-serif;
}

.EarnonCreatortxt {
    font-size: 17px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #fff;
    padding-top: 10px;
}


.Earnon-ChannelsMain {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 80px 0;
}


.EarnonChannelCard {
    position: relative;
    z-index: 100;
    max-width: 100%;
    width: 100%;
    margin: 0 15px;
    min-height: 400px;
    padding: 40px 25px 40px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.channelNews {
    background: linear-gradient(135deg, #EFF6FF 14.64%, #DBEAFE 85.36%) !important;
}

.channelbeauty {
    background: linear-gradient(135deg, #ECFDF5 14.64%, #D1FAE5 85.36%) !important;
}

.channelartist {
    background: linear-gradient(135deg, #FDF2F8 14.64%, #FCE7F3 85.36%) !important;
}


.channelai {
    background: linear-gradient(135deg, #FFF7ED 14.64%, #FFEDD5 85.36%) !important;
}


.EarnonChannelCard-circle {
    width: 80px;
    height: 80px;
    border-radius: 300px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.EarnonChannelCard-circle img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
    position: relative;
}

.EarnonChannelCardArrow {
    position: absolute;
    right: 30px;
    max-width: 30px;
    top: 30px;
    z-index: 100;
}


.EarnonChannelCard-content {
    position: relative;
    padding-top: 35px;
}

.EarnonChannelCard-content h3 {
    font-size: 20px;
    font-family: "Anybody", sans-serif;
    color: #48494A;
    font-weight: 700;
    position: relative;
}

.EarnonChannelCard-content p {
    font-size: 16px;
    color: #7C7C7C;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 15px 0 0px;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.8;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.EarnonChannelCard .EarnLearnMorebtn {
    font-size: 16px;
    position: absolute;
    bottom: 40px;
    left: 25px;
    z-index: 100;
    font-family: "Anybody", sans-serif;
    font-weight: 600;
    color: #F97316 !important;
}

.EarnonChannelCard .EarnLearnMorebtn:focus {
    outline: none !important;
    border: none !important;
}



.EarnonChannels_Slider_area {
    position: relative;
}

.EarnonChannels_Slider {
    position: relative;
}

.EarnonChannels_Slider_area .channel-prev-arrow {
    top: 48%;
    width: 40px;
    height: 40px;
    background-color: #F97316;
    transform: translateY(-52%);
    left: -50px;
    color: #fff;
    position: absolute;
    font-size: 16px;
    border: none;
    display: flex;
    justify-content: center;
    line-height: 0;
    align-items: center;
    cursor: pointer;
    border-radius: 300px;
    z-index: 300;
    opacity: 1;
}

.EarnonChannels_Slider_area .channel-next-arrow {
    top: 48%;
    height: 40px;
    width: 40px;
    background-color: #F97316;
    transform: translateY(-52%);
    right: -50px;
    text-align: center;
    line-height: 0;
    color: #fff;
    border-radius: 300px;
    position: absolute;
    font-size: 16px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 300;
    opacity: 1;
    transition: all 0.1s linear;

}


.EarnonChannels_Slider_area .channel-prev-arrow:focus {
    outline: none !important;
}

.EarnonChannels_Slider_area .channel-next-arrow:focus {
    outline: none !important;
}


.EarnonChannels_Slider_area .owl-carousel .owl-nav {
    display: none !important;
}

.EarnonChannels_Slider_area .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.EarnonChannels_Slider_area .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.EarnonChannels_Slider_area .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.EarnonChannels_Slider_area .owl-carousel .owl-stage-outer {
    padding: 15px 0px !important;
}


.EarnonChannels_Slider_area .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.EarnonChannels_Slider_area .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #D9D9D9;
    border-radius: 50%;
    transition: background 0.3s ease;
    cursor: pointer;
    outline: none !important;
    border: none !important;
}


a:focus {
    outline: none !important;
    border: none !important;
}

.EarnonChannels_Slider_area .owl-dots .owl-dot:focus {
    outline: none !important;
    border: none !important;
}

.EarnonChannels_Slider_area .owl-dots .owl-dot.active {
    background: #F97316;
}

.EarnonChannels_Slider_area .owl-dots {
    display: block;
}

.EarnonChannels_Slider_area .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.EarnonChannels_Slider_area .owl-item.active {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* **************************************************************************** */


.Earnon-MarketMain {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #7C7C7C;
}


.EarnonMarketCard {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    transition: all 0.4s ease;
    background-color: #fff;
}

.EarnonMarketCardHeader {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    height: 280px;
    transition: all 0.4s ease;
    border-radius: 10px 10px 0 0;
}

.EarnonMarketCardHeader img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    position: relative;
    transform: scale(1, 1);
    transition: all 0.4s ease;
}



.EarnonMarketCard:hover .EarnonMarketCardHeader img {
    transform: scale(1.05, 1.05);
    transition: all 0.4s ease;
}

.EarnonMarketCardBody {
    position: relative;
    width: 100%;
    padding: 20px;
}


.EarnonMarketCardBody-toptxt {
    position: relative;
    color: #7E7E7E;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}

.EarnonMarketCardBody-toptxt img {
    width: 15px;
    height: 15px;
    margin-bottom: -2px;
    object-fit: contain;
    margin-left: 10px;
}

.EarnonMarketCardBody-midtxt {
    color: #48494A;
    position: relative;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin: 10px 0 15px;
    line-height: 1.2;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.EarnonMarketCardBody-pricetxt {
    position: relative;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #F97316;
}

.EarnonShopBtn {
    padding: 8px 20px;
    border-radius: 300px;
    background-color: #000;
    color: #fff;
    height: 42px;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 0;
    outline: none !important;
    border: none !important;
}


.EarnonShopBtn:focus {
    outline: none !important;
    border: none !important;
}



.Earnon-Brandmain {
    position: relative;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    padding: 80px 0;
}


.Earnon-BrandmainCard {
    width: 100%;
    max-width: 100%;
    height: 320px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #e1e1e1;
}


.Earnon-BrandmainCard-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* object-fit: cover;
    object-position: center; */
}


/* ************************************************************************************** */

.Earnon-Footer {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.footer_mainimg {
    width: 170px;
    margin: 0;
    padding: 0;
    position: relative;
}


.Earnon-Footer .footertxt {
    font-size: 16px;
    color: #7C7C7C;
    font-family: "Roboto", sans-serif;
    position: relative;
    font-weight: 400;
    line-height: 1.6;
    margin: 15px 0 25px;
}

.footer-social {
    display: flex;
    align-items: center;
    position: relative;
}

.footer-social img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 20px;
    position: relative;
}

.footer-social img:focus {
    outline: none !important;
    border: none !important;
}

.footer_heading {
    font-size: 22px;
    color: #48494A;
    font-family: "Roboto", sans-serif;
    position: relative;
    font-weight: 800;
    margin-bottom: 10px;
}

.Earnon-Footer ul {
    padding: 0;
    list-style: none;
}


.Earnon-Footer ul li {
    position: relative;
    padding-top: 20px;
}

.Earnon-Footer ul li a {
    color: #7C7C7C;
    font-size: 16px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.Earnon-Footer ul li a:focus {
    outline: none !important;
    border: none !important;
}

.Earnon-Footer ul li:focus {
    outline: none !important;
    border: none !important;
}

.Earnonfooter-top {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #E1E1E1;
}

.Earnonfooter-bottom {
    position: relative;
    padding: 20px 0;
}

.Earnon-copyright {
    color: #7C7C7C;
    font-size: 16px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.Earnon-copyright a {
    color: #48494A;
    font-size: 16px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.Earnon-copyright a:focus {
    outline: none !important;
    border: none !important;
}


.Earnon-Footer .form-control {
    margin-right: 10px;
    height: 42px !important;
    border-radius: 5px !important;
}


.Earnon-Footer .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #F97316 !important;
}

.Earnon-Footer .form-control::placeholder {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    position: relative;
    color: #E1E1E1 !important;
}


.footerSubscribe {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 20px;
}





/* ***************************************************************************************** */

@media (max-width:575.9px) {
    .EarnHero-leftTxt-inner {
        position: relative;
        top: 0% !important;
        transform: translateY(-0%) !important;
        margin-bottom: 40px !important;
    }


    .footer-col-margin {
        margin-bottom: 30px !important;
    }

    .Earnon-BrandmainCard-img {
        object-fit: cover !important;
        object-position: center !important;
    }

    .Earnon-Brandmain {
        padding: 60px 0 !important;
    }

    .EarnonChannels_Slider_area .channel-prev-arrow {
        left: 0 !important;
    }

    .EarnonChannels_Slider_area .channel-next-arrow {
        right: 0 !important;

    }

    .Earnon-Counter {
        padding: 40px 0 !important;
    }

    .Earnon-ChannelsMain {
        padding: 60px 0 !important;
    }

    br {
        display: none !important;
    }


    .EarnHero-mainForm {
        padding: 30px 30px !important;
        max-width: 100% !important;
    }

    .EarnHero-leftTxt-inner-txtlarge {
        font-size: 28px !important;
    }

    .EarnonMainCounter {
        font-size: 28px !important;
    }

    .EarnHero-leftTxt-inner-arrow {
        display: none !important;
    }


    .container {
        padding: 0px 15px !important;
    }

    .EarnHero-topMain {
        padding: 100px 0 60px !important;
    }


    .Earnon-SubsMain {
        padding: 60px 0 !important;
    }

    .Earnon-MarketMain {
        padding: 60px 0 !important;
    }

    .Earnon-SubsMain-right-inner {
        position: relative !important;
        top: 0% !important;
        transform: translateY(-0%) !important;
        margin-bottom: 40px !important;
    }

    .Earnon-SubsMain-sectionTwo {
        margin-bottom: 0 !important;
    }


    .Earnon-SubsMain-right-inner2 {
        position: relative !important;
        top: 0% !important;
        transform: translateY(-0%) !important;
        margin-bottom: 40px !important;
    }

    .Earnon-SubsMain-large_txt {
        font-size: 28px !important;
    }

    .Earnon-SubsMain-large_txt.Earnon-SubsMain-large_txt_Two {
        font-size: 28px !important;
    }

    .lineSub02 {
        margin-left: 0 !important;
    }

    .Earnon-yourContentMain {
        padding: 60px 0 !important;
    }

    .yourContentMain-largeimg {
        margin-top: -0px !important;
    }

    .navigation .nav_mainimg {
        width: 150px !important;
    }

    .EarnHero-leftTxt-inner-partners-txt {
        font-size: 15px !important;
    }

    .Earnon-SubsMain-sectionTwo {
        margin-top: 0px !important;
    }

    .Earnon-SubsMain-left-inner {
        display: flex !important;
        justify-content: center !important;
    }



    #leadUIMainNav {
        width: 80% !important;
    }


    .EarnonChannels_Slider_area .owl-dots {
        display: none !important;
    }

    .EarnonChannels_Slider_area .owl-dots {
        margin-top: 0 !important;
    }
}


@media (min-width:576px) and (max-width: 767.9px) {
    .EarnHero-leftTxt-inner {
        position: relative;
        top: 0% !important;
        transform: translateY(-0%) !important;
        margin-bottom: 40px !important;
    }

    .footer-col-margin {
        margin-bottom: 30px !important;
    }

    .Earnon-BrandmainCard-img {
        object-fit: cover !important;
        object-position: center !important;
    }

    .Earnon-Brandmain {
        padding: 60px 0 !important;
    }


    .EarnonChannels_Slider_area .channel-prev-arrow {
        left: 0 !important;
    }

    .EarnonChannels_Slider_area .channel-next-arrow {
        right: 0 !important;

    }


    .Earnon-Counter {
        padding: 40px 0 !important;
    }

    .Earnon-ChannelsMain {
        padding: 60px 0 !important;
    }

    .Earnon-MarketMain {
        padding: 60px 0 !important;
    }

    br {
        display: none !important;
    }


    .EarnHero-mainForm {
        max-width: 100% !important;
    }

    .EarnHero-leftTxt-inner-txtlarge {
        font-size: 35px !important;
    }

    .EarnHero-leftTxt-inner-arrow {
        display: none !important;
    }


    .container {
        padding: 0px 15px !important;
    }

    .EarnHero-topMain {
        padding: 100px 0 60px !important;
    }


    .Earnon-SubsMain {
        padding: 60px 0 !important;
    }

    .Earnon-SubsMain-right-inner {
        position: relative !important;
        top: 0% !important;
        transform: translateY(-0%) !important;
        margin-bottom: 40px !important;
    }

    .Earnon-SubsMain-sectionTwo {
        margin-bottom: 0 !important;
    }


    .Earnon-SubsMain-right-inner2 {
        position: relative !important;
        top: 0% !important;
        transform: translateY(-0%) !important;
        margin-bottom: 40px !important;
    }

    .Earnon-SubsMain-large_txt {
        font-size: 35px !important;
    }

    .Earnon-SubsMain-large_txt.Earnon-SubsMain-large_txt_Two {
        font-size: 35px !important;
    }

    .lineSub02 {
        margin-left: 0 !important;
    }

    .Earnon-yourContentMain {
        padding: 60px 0 !important;
    }

    .yourContentMain-largeimg {
        margin-top: -0px !important;
    }

    .navigation .nav_mainimg {
        width: 160px !important;
    }

    .EarnHero-leftTxt-inner-partners-txt {
        font-size: 15px !important;
    }

    .Earnon-SubsMain-sectionTwo {
        margin-top: 0px !important;
    }

    .Earnon-SubsMain-left-inner {
        display: flex !important;
        justify-content: center !important;
    }

    #leadUIMainNav {
        width: 60% !important;
    }

    .EarnonMainCounter {
        font-size: 40px !important;
    }

    .EarnonChannels_Slider_area .owl-dots {
        display: none !important;
    }

    .EarnonChannels_Slider_area .owl-dots {
        margin-top: 0 !important;
    }
}

@media (min-width:768px) and (max-width: 991.9px) {
    .EarnHero-leftTxt-inner {
        position: relative;
        top: 0% !important;
        transform: translateY(-0%) !important;
        margin-bottom: 40px !important;
    }

    .footer-col-margin {
        margin-bottom: 30px !important;
    }

    .Earnon-BrandmainCard-img {
        object-fit: cover !important;
        object-position: center !important;
    }

    .Earnon-Brandmain {
        padding: 60px 0 !important;
    }


    .EarnonChannels_Slider_area .channel-prev-arrow {
        left: 0 !important;
    }

    .EarnonChannels_Slider_area .channel-next-arrow {
        right: 0 !important;

    }


    br {
        display: none !important;
    }


    .EarnHero-leftTxt-inner-txtlarge {
        font-size: 45px !important;
    }

    .EarnHero-leftTxt-inner-arrow {
        display: none !important;
    }


    .container {
        padding: 0px 15px !important;
    }

    .EarnHero-topMain {
        padding: 120px 0 60px !important;
    }


    .Earnon-SubsMain {
        padding: 60px 0 !important;
    }

    .Earnon-MarketMain {
        padding: 60px 0 !important;
    }

    .Earnon-Counter {
        padding: 40px 0 !important;
    }

    .Earnon-ChannelsMain {
        padding: 60px 0 !important;
    }

    .EarnonMainCounter {
        font-size: 60px !important;
    }

    .Earnon-SubsMain-right-inner {
        position: relative !important;
        top: 0% !important;
        transform: translateY(-0%) !important;
        margin-bottom: 40px !important;
    }

    .Earnon-SubsMain-sectionTwo {
        margin-bottom: 0 !important;
    }


    .Earnon-SubsMain-right-inner2 {
        position: relative !important;
        top: 0% !important;
        transform: translateY(-0%) !important;
        margin-bottom: 40px !important;
    }

    .Earnon-SubsMain-large_txt {
        font-size: 40px !important;
    }

    .Earnon-SubsMain-large_txt.Earnon-SubsMain-large_txt_Two {
        font-size: 40px !important;
    }

    .lineSub02 {
        margin-left: 0 !important;
    }

    .Earnon-yourContentMain {
        padding: 60px 0 !important;
    }

    .yourContentMain-largeimg {
        margin-top: -0px !important;
    }


    .EarnHero-leftTxt-inner-partners-txt {
        font-size: 15px !important;
    }

    .Earnon-SubsMain-sectionTwo {
        margin-top: 0px !important;
    }

    .Earnon-SubsMain-left-inner {
        display: flex !important;
        justify-content: start !important;
    }

    #leadUIMainNav {
        width: 50% !important;
    }

    .EarnonChannels_Slider_area .owl-dots {
        display: none !important;
    }

    .EarnonChannels_Slider_area .owl-dots {
        margin-top: 0 !important;
    }
}

@media (min-width:992px) and (max-width: 1199.9px) {
    .EarnHero-leftTxt-inner-txtlarge {
        font-size: 42px !important;
    }


    .Earnon-BrandmainCard-img {
        object-fit: cover !important;
        object-position: center !important;
    }

    .EarnonChannels_Slider_area .channel-prev-arrow {
        left: -40px !important;
    }

    .EarnonChannels_Slider_area .channel-next-arrow {
        right: -40px !important;

    }

    br {
        display: none;
    }

    .EarnHero-leftTxt-inner-arrow {
        right: 0 !important;
    }

    .Earnon-SubsMain-large_txt {
        font-size: 38px !important;
    }

    .Earnon-SubsMain-large_txt.Earnon-SubsMain-large_txt_Two {
        font-size: 38px !important;
    }

    .EarnonMainCounter {
        font-size: 60px !important;
    }

    .Earnon-SubsMain-sectionTwo {
        margin-bottom: -80px !important;
    }

    .lineSub02 {
        margin-left: 150px !important;
    }

    .EarnHero-mainForm {
        padding: 30px 30px !important;
    }
}

@media (min-width:1200px) and (max-width: 1399.9px) {
    .lineSub02 {
        margin-left: 150px !important;
    }



    .EarnHero-leftTxt-inner-txtlarge {
        font-size: 50px !important;
    }

    .Earnon-SubsMain-large_txt {
        font-size: 40px !important;
    }

    .Earnon-SubsMain-large_txt.Earnon-SubsMain-large_txt_Two {
        font-size: 36px !important;
    }

    .EarnHero-leftTxt-inner-arrow {
        right: 0 !important;
        bottom: -40px !important;
    }

    .Earnon-SubsMain-sectionTwo {
        margin-bottom: -120px !important;
    }
}


/* contact Page */
.verify-page-code {
    min-height: 70vh;
    font-family: 'Anybody';
}

.new-font{
    font-family: 'Anybody';
}

.new-verify-otp input {
    width: 60px;
}

@media (max-width: 768px) {
    .verify-page-code {
        text-align: center;
    }

    .otp-container {
        justify-content: center !important;
    }

    .otp-container input {
        width: 50px !important;
        margin-right: 8px;
    }

    .vertical-line {
        display: none;
    }

    .btn.w-50 {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .page-expired .py-5.my-5 {
        padding-top: 4rem !important;
        margin-top: 2rem !important;
    }

    .page-expired-img.mt-4 {
        margin-top: 3rem !important;
    }
}

