/*Banner Section*/
.neolandingBanner-section {
    padding: 30px 0px 140px;
    background-image: url(../images/hb-neo/neobanner-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.neolandingBanner-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../images/hb-neo/neobanner-wave.png');
    height: 100%;
    width: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

.neolandingBanner-section .banner-img {
    text-align: right;
}

.neolandingBanner-section .banner-img img {
    height: 320px;
}

.neolandingBanner-section .neolandingBanner-title h1 {
    color: #D21D5B;
    padding-bottom: 20px;
    font-weight: 600;
}

.neolandingBanner-section .neolandingBanner-title h1 span:first-child {
    color: #0765A4 !important;
}

.neolandingBanner-section .neolandingBanner-title h1 span:last-child {
    color: #7DC145;
}

.neolandingBanner-section .downloadBtn {
    margin-top: 20px;
}

.neolandingBanner-section .downloadBtn .btn {
    background-color: #000;
    padding: 6px 60px;
    font-size: 24px;
    border-radius: 38px;
    position: relative;
}

.neolandingBanner-section .downloadBtn .downloadmobile-Btn {
    display: none;
}

/*Banner Section ends here*/

/*Important for your Business Section starts here*/
.importantbusiness-section {
    padding: 50px 0;
}

.importantbusiness-section .importantbusiness-wrapper {
    text-align: center;
}

.importantbusiness-section .importantbusiness-wrapper .importantbusiness-title {
    position: relative;
}

.importantbusiness-section .importantbusiness-wrapper .importantbusiness-title::before {
    content: '';
    position: absolute;
    width: 2%;
    height: 220%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-left: 2px dashed #000;

}

.importantbusiness-section .importantbusiness-wrapper .importantbusiness-title h3 {
    display: inline-block;
    background-color: #D21C5C;
    color: #fff;
    margin: 0px;
    padding: 8px 40px;
    border-radius: 10px;
    font-weight: 400;
}

.importantbusiness-section .importantbusiness-wrapper .importantbusiness-border {
    position: relative;
    margin-top: 35px;
    padding-top: 10px;
}

.importantbusiness-section .importantbusiness-wrapper .importantbusiness-border::before {
    content: '';
    position: absolute;
    width: 67%;
    height: 40%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/hb-neo/important-border.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;

}

.importantbusiness-section .importantbusiness-wrapper .importantbusiness-border ul {
    display: flex;
    justify-content: space-around;
}

.importantbusiness-section .importantbusiness-wrapper .importantbusiness-border ul li {
    display: inline-block;
}

.importantbusiness-section .importantbusiness-wrapper .importantbusiness-border ul li span {
    display: block;
}

.importantbusiness-section .importantbusiness-wrapper .importantbusiness-border ul li span.importanticon {
    margin: 7px 0;
}

.importantbusiness-section .importantbusiness-wrapper .importantbusiness-border ul li span.importanticon img {
    height: 40px;
}

.importantbusiness-section .importantbusiness-wrapper .importantbusiness-border ul li span:nth-child(3) {
    font-size: 16px;
    font-weight: 700;
}


/*Important for your Business Section ends here*/


.download-section {
    background-color: #054D7E;
    padding: 35px 0;
}

.download-section .download-section-title {
    margin-bottom: 65px;
    color: #fff;
    font-weight: 600;
}

.download-section .download-section-title h4 {
    margin: 0px;
}

.download-section .downloadiconWrapper {
    text-align: center;
}

.download-section .downloadiconWrapper img {
    height: 33px;
}

.download-section .downloadiconWrapper p {
    color: #fff;
    margin: 0px;
    text-align: center;
    margin-top: 10px;
}


.whyustitle-section {
    padding: 50px 0px 0px;

}

.whyustitle-section .whyus-titleWrapper {
    text-align: center;
    margin-bottom: 50px;

}

.whyustitle-section .whyus-titleWrapper h2 {
    font-weight: 700;

}

.whyustitle-section .whyus-titleWrapper .discoverneo-btnWrapper {
    position: relative;
    margin: 15px 0;

}

.whyustitle-section .whyus-titleWrapper .discoverneo-btnWrapper::before {
    content: '';
    position: absolute;
    width: 40%;
    height: 2px;
    border-top: 2px dashed #D21C5C;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whyustitle-section .whyus-titleWrapper .discoverneo-btn {
    background-color: #D21C5C;
    outline-color: #D21C5C;
    border-color: #D21C5C;
    color: #fff;
    padding: 3px 45px;
    font-size: 28px;
    border-radius: 38px;
    font-weight: 600;
    position: relative;
    transition: 0.3s ease-in;
}

.neotitle {
    margin-bottom: 50px;
}

.neotitle h3 {
	font-weight: 600;
    line-height: 40px;
    margin: 0px;
    font-size: 26px;
}


/*Why Us section started here*/
.whyus-section {
    padding: 0px 0px 50px;
    position: relative;
}

.whyus-section::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url(../images/hb-neo/discoverneo-bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;

}

.whyus-section {
    position: relative;
}

.discover-metaWrapper .metaWrapper-inner {
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
}

.discover-metaWrapper .metaWrapper-inner h6 {
    margin-bottom: 5px;
}

.discover-metaWrapper .metaWrapper-inner h5 {
    margin-bottom: 5px;
    font-size: 18px;
}

.discover-metaWrapper .metaWrapper-inner p {
    font-size: 14px;
    margin: 0px;
    line-height: 18px;
    font-weight: 300;
}

.discover-metaWrapper .metaWrapper-innerIcon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.discover-metaWrapper .discover-metatitle h5 {
    font-size: 26px;
    margin-bottom: 24px;

}

.whyus-section .discover-metaWrapper .discover-metatitle h5 span:first-child {
    color: #7DC145;

}

.whyus-section .discover-metaWrapper .discover-metatitle h5 span:last-child {
    color: #D21C5C;
    font-weight: 700;

}

/*Why Us section ends here*/


/*Contributing section starts here*/
.contributing-section {
    padding: 50px 0;
    background-color: #FBFBFB;
}

.contributing-section .discover-metaWrapper .metaWrapper-inner {
    padding-left: 70px;
    position: relative;
    margin-bottom: 10px;
}


.contributing-section .contributingMeta-wrapper {
    position: relative;
    padding-left: 70px;
    padding-bottom: 10px;
    /* display: inline-block; */
}

.contributing-section .contributingMeta-wrapper h5 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.contributing-section .contributingMeta-wrapper .contributingMeta-img {
    position: absolute;
    top: 0;
    left: 0;
}

/*Contributing section ends here*/


/*Benefitted section starts here*/
.benefitted-section {
    padding: 50px 0;

}


.benefitted-section .benefittedMeta h5 {
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
}

.benefitted-section .benefittedMeta ul {
    padding: 0;
    position: relative;
    list-style-position: inside;
    padding-top: 10px;
}

.benefitted-section .benefittedMeta ul::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    height: 90%;
    width: 12%;
    border-left: 2px dotted red;
    border-top: 2px dotted red;
    z-index: 7;
}

.benefitted-section .benefittedMeta ul li {
    line-height: 32px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    font-size: 17px;
}

.benefitted-section .benefittedMeta ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -3px;
    height: 8px;
    width: 9px;
    border-radius: 50%;
    background-color: red;
    transform: translateY(-50%);

}

/*Benefitted section ends here*/

/*switchtoNeo  section starts here*/
.switchtoNeo-section {
    padding: 50px 0;
}

.neostepPattern {
    position: relative;

}

.neostepPattern::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 2px;
    border-top: 3px dashed #7DC145;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);

}

/*switchtoNeo  section ends here*/


@media (max-width:991.98px) {
	body{
    padding-top: 25px;
}
    .neolandingBanner-section {
        padding: 30px 0px 70px;
    }

    .neolandingBanner-section::before {
        content: '';
        position: absolute;
        width: 80%;
        background-size: contain;
    }

    .download-section .downloadiconWrapper {
        margin-bottom: 25px;
    }

    .neolandingBanner-section .downloadBtn .btn {
        font-size: 22px;
    }

    .neolandingBanner-section .downloadBtn .downloadmobile-Btn {
        display: inline-block;
    }

    .neolandingBanner-section .downloadBtn .downloaddesktop-Btn {
        display: none;
    }

    .discover-metaWrapper .discover-metatitle h5 {
        font-size: 24px;
    }

    .contributing-section .discover-metaWrapper {
        margin-bottom: 35px;
    }

    .switchtoNeo-section .switchtoNeo-steps img {
        height: 160px;
    }

    .whyustitle-section .whyus-titleWrapper .discoverneo-btnWrapper::before {
        content: '';
        position: absolute;
        width: 60%;
    }

}

@media (max-width:767.98px) {
    .importantbusiness-section .importantbusiness-wrapper .importantbusiness-title h3 {
        font-size: 18px;
    }

    .importantbusiness-section .importantbusiness-wrapper .importantbusiness-title::before {
        content: '';
        position: absolute;
        width: 2%;
        height: 240%;
        border-left: 2px dotted #000;
    }

    .whyus-section::before {
        content: '';
        position: absolute;
        top: 0%;
        left: 0px;
        height: 50%;
        width: 100%;
    }

    .whyustitle-section .whyus-titleWrapper .discoverneo-btnWrapper::before {
        content: '';
        position: absolute;
        width: 75%;
    }

    .neostepPattern::before {
        content: '';
        position: absolute;
        width: 70%;
        height: 2px;
        border-top: 3px dashed #7DC145;
        top: 62%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .discover-metaWrapper .metaWrapper-inner {
        margin-bottom: 20px;
    }

    .switchtoNeo-section .switchtoNeo-steps img {
        height: 100px;
    }

    .download-section .download-section-title {
        margin-bottom: 35px;
        color: #fff;
    }

}

@media (max-width:575.98px) {
    .neolandingBanner-section {
        padding: 30px 0px 30px;
    }

    .neolandingBanner-section::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url(../images/hb-neo/neobanner-wave.png);
        height: 100%;
        width: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .importantbusiness-section .importantbusiness-wrapper .importantbusiness-border {
        margin-top: 30px;
    }

    .importantbusiness-section .importantbusiness-wrapper .importantbusiness-title::before {
        content: '';
        position: absolute;
        width: 3%;

    }

    .download-section .downloadiconWrapper p {
        margin-top: 5px;
    }

    .download-section .downloadiconWrapper:nth-child(1) {
        margin-bottom: 20px;
    }

    .whyustitle-section .whyus-titleWrapper .discoverneo-btnWrapper::before {
        content: '';
        position: absolute;
        width: 100%;
    }

    .switchtoNeo-section .neostepPattern::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 85%;
        border-top: none;
        border-left: 3px dashed #7DC145;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .neotitle h3 {
        line-height: 35px;
        font-size: 23px;
    }

    .contributing-section .discover-metaWrapper {
        margin-bottom: 45px;
    }

    .contributing-section .discover-metaWrapper .metaWrapper-inner br {
        display: none;
    }

    .switchtoNeo-section .switchtoNeo-steps {
        margin-bottom: 30px;
        text-align: center;
    }

    .switchtoNeo-section .switchtoNeo-steps img {
        height: 160px;
    }

}

@media (max-width:360.98px) {
    .neolandingBanner-section .downloadBtn .btn {
        font-size: 20px;
    }
}