body {
    font-family: 'Poppins', sans-serif;
}

p{
    font-family: 'Poppins', sans-serif!important;
}
.cstm-faq-space p,.mlm-about-content p,.mlm-counter-box .heading,.mlm-counter-box p,.mlm-why-content-p p,.mlm-get-started-box p {
    font-family: 'Poppins', sans-serif!important;
}

/* MLM Top section Stars */
.mlm-top-section {
    background: #EAF8FC;
    padding-top: 100px;
    margin-bottom: 100px;
}

.mlm-top-content {
    text-align: center;
}

.mlm-top-content .mlm-h1 {
    margin-bottom: 16px;
    font-weight: 700;
}

.mlm-top-content .mlm-h3 {
    margin-bottom: 16px;
    font-weight: 500;
}

.mlm-dashboard-images > img {
    width: 100%;
}

/* MLM about section */
.mlm-about-images > img {
    width: 100%;
}

.mlm-about-section {
    padding: 0px 0 100px;
}

.mlm-about-content h2 {
}

.mlm-about-content p {
    color: var(--mlm-second-black);
}

.mlm-result-sec {
    position: relative;
    background-color: #D8ECFB;
    padding-bottom: 30px;
}

.result-none:before,
.result-none:after {
    display: none;
}

.result-none {
    padding: 100px 0 0px;
}

/* MWhy Choose Section */
.mlm-why-choose-sec {
    padding: 100px 0;
}

.mlm-why-images {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.mlm-why-images img {
    width: 100%;
}

.mlm-counter-box {
    padding: 20px;
}

.mlm-counter-box {
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.02);
    border-radius: 20px;
}

.mlm-counter-box .heading {
    font-weight: 600;
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    color: var(--mlm-black);
}

.mlm-counter-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: var(--mlm-black);
    margin: 0;
}

.mlm-counter {
    padding-top: 20px;
}

.padding-20 {
    padding: 0 20px;
}

.mlm-why-content-p p {
    padding-left: 34px;
    color: var(--mlm-second-black);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    position: relative;
    top: -4px;
    margin-bottom: 12px;
}

.mlm-why-content-p p strong {
    color: var(--mlm-black);
}

/*.mlm-why-content h2 {*/
/*    font-weight: 600;*/
/*    font-size: 32px;*/
/*    line-height: 48px;*/
/*    color: var(--mlm-black);*/
/*}*/
.mlm-why-content {
    padding-left: 10%;
}

/* Get Started Section */
.mlm-get-started-box {
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-shadow: 8px 16px 40px rgba(36, 36, 36, 0.03);
    border-radius: 10px;
    padding: 15px;
}

.mlm-get-started-images img {
    width: 100%;
}

.mlm-get-started-box h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: var(--mlm-black);
    padding-top: 20px;
}

.mlm-get-started-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--mlm-second-black);
    margin: 0;
}

.mlm-get-started-sec {
    padding-bottom: 100px;
}

.padding-top-100 {
    margin-top: 130px;
}

.padding-top-200 {
    margin-top: 260px;
}

.mlm-get-line img {
    height: 15px;
}

.mlm-margin-less {
    margin-top: -80px;
}

/* Get Started Section */
.mlm-software-sec .result-mlm-heading .mlm-h2 {
    max-width: 100%;
}

.mlm-software-box {
    position: relative;
    z-index: 2;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-shadow: 8px 16px 48px rgba(36, 36, 36, 0.03);
    border-radius: 10px;
    transition: 0.5s all;
    cursor: pointer;
    width: 100%;
}

.mlm-software-box:hover {
    transform: translateY(-20px);
    box-shadow: 8px 16px 48px rgb(36 36 36 / 8%);
}

.mlm-software-box h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--mlm-black);
    margin: 0;
}

.mlm-software-images img {
    height: 50px;
}

/* Our Actions slider Section */
.mlm-actions-slider {
    padding: 100px 0;
}

.mlm-actions-slider .result-mlm-heading .mlm-h2 {
    max-width: 100%;
}

.mlm-actions-slide {
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 15px;
}

.mlm-actions-box {
    height: 80px;
    width: 80px;
    border-radius: 80px;
    position: relative;
}

.mlm-actions-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quotes-images img {
    height: 40px;
}

.mlm-actions-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: var(--mlm-second-black);
    padding: 10px 0;
    margin: 0;
}

.mlm-profiles-contents h5 {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: var(--mlm-black);
}

.mlm-rating-images a img {
    height: 24px;
    margin-right: 5px;
}

.owl-carousel .owl-item img {
    display: inherit;
    width: auto;
}

.owl-theme .owl-dots .owl-dot span {
    height: 16px;
    width: 16px;
    background: rgb(217, 217, 217);
    margin: 20px 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(3, 3, 4);
}

/* Enquire Us Section */
.mlm-enquire-us {
    background-image: url("../../img/pages/website/con_bg.jpg");
    background-size: cover;
    padding: 100px 0;
}

.mlm-enquire-us .result-mlm-heading .mlm-h2 {
    max-width: 100%;
    width: 100%;
    text-align: left;
    color: #FFFFFF;
}

.mlm-enquire-us .result-mlm-heading p {
    text-align: left;
    color: #FFFFFF;
}

.mlm-enquire-textbox {
    padding-bottom: 24px;
}

.mlm-enquire-textbox input {
    background: #1F1F1F;
    border: 1px solid #454545;
    border-radius: 10px;
    height: 56px;
    color: #FFFFFF;
}

.mlm-enquire-textbox input:focus {
    background: #1F1F1F;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    height: 56px;
    color: #FFFFFF;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.mlm-enquire-textbox textarea {
    width: 100%;
}

.mlm-enquire-textbox textarea {
    background: #1F1F1F;
    border: 1px solid #454545;
    border-radius: 10px;
    color: #FFFFFF;
    height: 150px;
    resize: none;
    padding-top: 15px;
}

.mlm-enquire-textbox textarea:focus {
    background: #1F1F1F;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #FFFFFF;
}

.mlm-enquire-textbox input::placeholder,
.mlm-enquire-textbox textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.mlm-enquire-textbox input:-ms-input-placeholder,
.mlm-enquire-textbox textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.mlm-enquire-textbox input::-ms-input-placeholder,
.mlm-enquire-textbox textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* mlm range Section */
.mlm-range-sec {
    padding: 100px 0;
}

.mlm-range-card {
    position: relative;
    z-index: 2;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
}

.mlm-range-card img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.mlm-range-card .mlm-h4 {
    color: var(--mlm-black);
}

.mlm-range-card .mlm-p-16 {
    color: var(--mlm-second-black);
    min-height: auto;
}

.mlm-range-card img {
    border-radius: 15px;
}

.mlm-customized-sec {
    padding: 0 0 100px 0;
}

/* mlm Customized Section  */
.mlm-customized-content-right {
    padding-right: 10%;
}

.mlm-customized-content-left {
    padding-left: 10%;
}

.mlm-customized-content-right p,
.mlm-customized-content-left p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: var(--mlm-second-black);
     font-family: 'Poppins', sans-serif!important;
}

.mlm-why-content-sub .flex-fill img {
    height: 28px;
}

/* MLM Affiliate section Stars  */
.mlm-affiliate-section {
    background: #EAF8FC;
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

.mlm-affiliate-images img {
    width: 100%;
}

.mlm-Affiliate-content {
    padding-left: 32%;
}

.mlm-Affiliate-content h1 {
    font-weight: 700;
}

.mlm-about-content strong {
    color: #030304;
}

.mlm-range-sec .mlm-range-card img {
    border-radius: 0px;
}

/* mlm-brand-slider Section  */
.mlm-brand-slider .result-mlm-heading .mlm-h2 {
    max-width: 100%;
}

.mlm-brand-slider {
    padding: 0 0 0 0;
}

.mlm-underline {
    text-decoration: underline;
}

/*Industry*/
.feature-content {
    display: flex;
    padding: 1.5rem;
    align-self: center;
    background: #fff;
    border-radius: .5rem;
    height: 6rem;
    margin-bottom: 40px;
}

.feature-content img {
    max-width: 30%;
}

.feature-content span {
    margin-left: 1rem;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    align-self: center;
}

.btn-splash-hover {
    display: block;
    width: fit-content;
}

.row.justify-content-around.reveal {
    margin: 0 !important;
}

.mlm-result-sec.result-none {
    padding: 100px 0 100px;
}

/* slider verticle */
.scrolling-head-color {
    color: #33475b !important;
}

.scrolling-para-color {
    color: #38434c !important;
}

.scrolling-para-line-height {
    line-height: 1.636 !important;
}

.scrolling-para-size {
    font-size: 19px !important;
}

.scrolling-fixed-wrapper {
    --header-height: 0;
}

.scrolling-fixed-wrapper .scrolling-content .item {   
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.scrolling-fixed-wrapper .scrolling-content .item .item-inner {
    margin: auto;
    max-width: 555px;
}

.scrolling-fixed-wrapper .fixed-image {
    top: 0;
}

.scrolling-fixed-wrapper .fixed-image .item {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.96, 0.2, 1, 0.99);
    -o-transition-timing-function: cubic-bezier(0.96, 0.2, 1, 0.99);
    transition-timing-function: cubic-bezier(0.96, 0.2, 1, 0.99);
}

.scrolling-fixed-wrapper .fixed-image .item .item-inner {
    margin: auto;
    width: 100%;
    padding-top: var(--header-height);
    text-align: center;
}

.scrolling-fixed-wrapper .fixed-image .item .item-inner img {
    max-height: calc(100vh - var(--header-height));
    width: auto;
    max-width: 80%;
}

.scrolling-fixed-wrapper .fixed-image .item.active {
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.scrolling-fixed-wrapper .fixed-image .item.blurred {
    -webkit-filter: blur(12px);
    filter: blur(12px);
}

.scrolling-fixed-wrapper .scroll-dots {
    position: fixed;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.scrolling-fixed-wrapper .scroll-dots .dot {
    position: relative;
    height: 10px;
    width: 10px;
    padding: 15px 0;
}

.scrolling-fixed-wrapper .scroll-dots .dot:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #bab6ad;
    position: absolute;
    border-radius: 50%;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.scrolling-fixed-wrapper .scroll-dots .dot.active:after {
    background: #3b79cc;
}

.scrolling-fixed-wrapper.image-left .scroll-dots {
    left: unset;
    right: 20px;
}

.scrolling-fixed-wrapper.fixeded .fixed-image {
    position: -webkit-sticky;
    position: sticky;
}

.scrolling-fixed-wrapper.fixeded .fixed-image .item {
    position: absolute;
}

.scrolling-fixed-wrapper.fixeded .scroll-dots {
    display: block;
}

.w-100 {
    width: 100%;
}

.m-auto {
    margin: auto;
}

.mlm-brand-slider .scrolling-fixed-wrapper .mlm-p-16 {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
   color: var(--mlm-second-black);
}

.bd-highlight.checkmark-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}
.d-flex.bd-highlight {
    position: relative;
}
.cstm-industry-liting .space-bottom {
    padding-bottom: 0;
}
 section.space.cstm-faq-space.bg-white.faq-questions {
    margin-top: 0px !important;
    padding-top: 0px;
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }
}

@media (max-width: 991.9px) {
    .scrolling-fixed-wrapper .scrolling-content .item {
        height: unset;
        display: block;
    }
    .cstm-faq-space p.lead {
    margin-bottom: 16px;
}

.mm-b-32 {
    margin-bottom: 24px;
}
.mlm-counter-box .heading {
    font-size: 32px;
    line-height: 40px;
}
   
}

@media (max-width: 1023.98px) {
    .mlm-counter-box {
        padding: 10px;
        border-radius: 10px;
    }

    .mlm-counter-box p {
        font-size: 14px;
        line-height: 20px;
    }

    .padding-20 {
        padding: 0 10px;
    }

    .mlm-counter-box h6 {
        font-weight: 600;
        font-size: 28px;
        line-height: 35px;
    }

    .mlm-customized-content-right {
        padding-right: 0%;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .mlm-customized-content-left {
       padding-left: 0%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mlm-why-content {
        padding-left: 00%;
        padding-top: 50px;
    }

    .mlm-margin-less {
        margin-top: 0;
        padding-top: 50px;
    }

    .mlm-get-line {
        display: none;
    }

    .mlm-get-started-sec {
        padding-bottom: 100px;
    }

    .padding-top-100 {
        margin-top: 30px;
    }

    .padding-top-200 {
        margin-top: 30px;
    }

    .mlm-actions-box {
        height: 50px;
        width: 50px;
        border-radius: 80px;
        position: relative;
    }

    .mlm-why-content-p p {
        font-size: 14px;
        line-height: 24px;
    }

    .mlm-get-started-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .mlm-software-box h4 {
        font-size: 16px;
        line-height: 30px;
    }

    .mlm-actions-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .mlm-customized-content-right p,
    .mlm-customized-content-left p {
        font-size: 14px;
        line-height: 24px;
    }

    .mlm-about-section {
        padding: 0px 0px 50px;
    }

    .mlm-get-started-sec {
        padding-bottom: 50px;
    }

    .mlm-customized-sec {
        padding: 0 0 0px 0;
    }

    .mlm-range-sec {
        padding: 50px 0;
    }

    .mlm-enquire-us {
        background-image: url("../../img/pages/website/con_bg.jpg");
        background-size: cover;
        padding: 50px 0;
    }

    .mlm-actions-slider {
        padding: 50px 0;
    }

    .mlm-get-started-sec {
        padding-bottom: 50px;
    }

    .result-none {
        padding: 50px 0 0px;
    }

    .mlm-why-choose-sec {
        padding: 50px 0;
    }

    .mlm-about-section {
        padding: 0px 0px 50px;
    }

    .mlm-top-section {
        background: #EAF8FC;
        padding-top: 110px;
    }

    .mlm-range-card .mlm-p-16 {
        color: var(--mlm-second-black);
        min-height: auto;
    }

    .mlm-margin-less .col {
        flex: 100%;
    }

    .mlm-Affiliate-content {
        padding: 0 15px;
    }

    .mlm-affiliate-images {
        padding-top: 50px;
    }

    .scrolling-fixed-wrapper .scrolling-content .item .item-inner {
        margin: auto;
        max-width: 100%;
    }

    .scrolling-fixed-wrapper .scrolling-content .item {
        min-height: auto;
        padding-bottom: 10px;
    }

    .mlm-brand-slider .scrolling-fixed-wrapper .mlm-p-16 {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #535353;
        padding-bottom: 30px;
    }
}

@media (min-width: 900px) and (max-width: 1070px) {
    .mlm-Affiliate-content {
        padding-left: 5%;
    }
}

@media (min-width: 1071px) and (max-width: 1170px) {
    .mlm-Affiliate-content {
        padding-left: 12%;
    }
}

@media (min-width: 1171px) and (max-width: 1200px) {
    .mlm-Affiliate-content {
        padding-left: 16%;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .mlm-Affiliate-content {
        padding-left: 8%;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .mlm-Affiliate-content {
        padding-left: 9%;
    }
}

@media (min-width: 1401px) and (max-width: 1500px) {
    .mlm-Affiliate-content {
        padding-left: 9%;
    }
}

@media (min-width: 1501px) and (max-width: 1600px) {
    .mlm-Affiliate-content {
        padding-left: 13%;
    }
}

@media (min-width: 1601px) and (max-width: 1700px) {
    .mlm-Affiliate-content {
        padding-left: 18%;
    }
}

@media (min-width: 1701px) and (max-width: 1800px) {
    .mlm-Affiliate-content {
        padding-left: 22%;
    }
}

@media (min-width: 1801px) and (max-width: 1900px) {
    .mlm-Affiliate-content {
        padding-left: 25%;
    }
}

@media (min-width: 1901px) and (max-width: 2000px) {
    .mlm-Affiliate-content {
        padding-left: 30%;
    }
}

@media (min-width: 2001px) and (max-width: 2300px) {
    .mlm-Affiliate-content {
        padding-left: 35%;
    }
}

@media (min-width: 2300px) and (max-width: 2600px) {
    .mlm-Affiliate-content {
        padding-left: 45%;
    }
}


@media (max-width: 991.9px) {
   
   .order_1{
       order: 1;
   }
    .order_2{
       order: 2;
   }
   
   .padding_top_50{
       padding-top:50px;
   }
   
}