@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

.btn-success {
    background: #93BF34 !important;
}

.btn-warning {
    background-color: #F38711 !important;
}

.text-success {
    color: #93BF34 !important;
    text-decoration: underline;
}

.border-success {
    border-color: #93BF34 !important;
}

.navbar {
    background: #f7f7f7;
    padding: 0px;
    z-index: 999;
}
.navbar-brand {
    display: flex;
}

.nav-link {
    font-size: 14px;
}

.login-nav {
    background: #93BF34;
    color: #ffffff !important;
    border-radius: 50px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.last-nav {
    display: flex;
}

.applyLoanBtn {
    background: #ffffff;
    display: block;
    padding: 20px 20px 17px 20px;
    width: 450px;
    margin: auto auto;
    font-size: 22px;
    color: #93BF34;
    margin-top: 40px;
    border-radius: 10px;
    border-bottom: 3px solid #93BF34;
}

.applyLoanBtn:hover,
.applyLoanBtn:active {
    text-decoration: none;
    background: #93BF34;
    color: #ffffff;
}

@media (min-width:992px) {
    .menuLeftBorder {
        position: absolute;
        width: calc(100% - 50px);
    }

    .last-nav {
        position: absolute;
        right: 0px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .indevelopment:after {
        display: none;
    }

    .nav-link {}

    .nav-item {}
}

.nav-item {
    padding: 20px 13px;
}

.nav-item.active {
    background-color: #93BF34;
    padding: 20px inherit;
}

.nav-item.active a {
    color: #fff !important;
}

.nav-item.active a.menuLinkNone {
    color: unset !important;
}

.sub-nav {
    display: none;
    position: relative;
    width: auto;
    margin: 0px;
}

/*.nav-item:hover .sub-nav{
    display: block;
    position: absolute;   
    top: 78px;
    width: 100%;
    left: 0px;
    background: #eeeeee; 
}*/

.sub-nav .sub-item {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #284d6b;
    padding: 10px 0;
}

.sub-nav .sub-item:nth-last-child(1) {
    border-bottom: none;
}

.sub-nav .sub-item:hover {
    background: #284d6b;
    cursor: pointer;
}

.sub-nav-link li {
    text-decoration: none;
    color: #ffffff;
}

.sub-nav-link:hover {
    text-decoration: none;
}

.topLogo {
    width: 200px;
}

.navButtonAll:hover {
    cursor: pointer;
}

#navButton-mnvd {
    position: absolute;
    width: 80px;
    height: 35px;
    left: 20px;
    opacity: 0;
}

#navButton-transtrack {
    position: absolute;
    width: 100px;
    height: 35px;
    left: 205px;
    opacity: 0;
}

#navButton-trader {
    position: absolute;
    width: 90px;
    height: 35px;
    left: 110px;
    opacity: 0;
}

#navButton-farm {
    position: absolute;
    width: 145px;
    height: 35px;
    left: 295px;
    opacity: 0;
}

#navButton-abattoir {
    position: absolute;
    width: 110px;
    height: 35px;
    left: 435px;
    opacity: 0;
}

#navButton-cloudpay {
    position: absolute;
    width: 110px;
    height: 35px;
    left: 530px;
    opacity: 0;
}

#navButton-logistic {
    position: absolute;
    width: 90px;
    height: 35px;
    left: 650px;
    opacity: 0;
}

.noHover:hover {
    text-decoration: none;
}

#navButton-all {
    position: absolute;
    width: 90px;
    height: 35px;
    left: 840px;
    opacity: 0;
}


.nav-item .sub-nav .sub-itemLinkBar {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 4px 10px 0px 10px;
    z-index: 100;
}


.nav-item .sub-nav .sub-itemLink {
    color: #666666 !important;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    padding-bottom: 8px;
    padding-top: 10px;
    display: block;
    float: left;
    height: 40px;
}

.nav-item .sub-nav .sub-itemLink:hover {
    border-bottom: 4px solid #93BF34;
    text-decoration: none;

}


.nav-item .sub-nav .sub-itemLink .megaMenuOpen {
    position: absolute;
    left: 0px;
    top: 45px;
    width: 100%;
    display: none;
    z-index: 99;
}



/*.nav-item .sub-nav .sub-itemLink:hover .megaMenuOpen{
    background: #eeeeee;
    display: block;
    padding: 20px;
    text-transform: none!important;

}*/

.bottomImage1 {
    height: 218px;
    vertical-align: bottom;
    display: table-cell;
}

.bottomImage2 {
    height: 240px;
    vertical-align: bottom;
    display: table-cell;
}

.bottomImage3 {
    height: 240px;
    vertical-align: bottom;
    display: table-cell;
}

.bottomImage4 {
    height: 260px;
    vertical-align: bottom;
    display: table-cell;
}

.bottomImage5 {
    height: 240px;
    vertical-align: bottom;
    display: table-cell;
}

.bottomImage6 {
    height: 240px;
    vertical-align: bottom;
    display: table-cell;
}

.bottomImage7 {
    height: 240px;
    vertical-align: bottom;
    display: table-cell;
}

input:checked+.megaMenuOpen {
    background: #ffffff;
    display: block !important;
    padding: 0 20px 20px 20px;
    text-transform: none !important;

}

.parent .child {
    display: none;
}

.parent .child3 a {
    display: block;
    margin: 14px 0px;
    color: rgba(0, 0, 0, 0.5) !important;
}

.child3:hover {
    display: block;
}

.child3 a:hover {
    color: #93BF34 !important;
    text-decoration: none;
}

.parent .child3 {
    display: none;
}


.parent:hover .child3 {
    display: block;
    position: absolute;
    background: #ffffffee;
    top: 78px;
    padding: 0px 20px;
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
}




/*.parent:hover .child {
    display: none;
    animation: fade-in 0s;
  }*/

.parent:hover {
    cursor: pointer;
}

.intro+.child {
    display: block;
    animation: fade-out 0s;
    position: absolute !important;
    top: 45px;
    width: 100%;
    background: #eeeeee !important;
    text-transform: none;
    left: 0px;
    top: 78px;
}

.intro {
    color: #93BF34 !important;
}

.homeSlideGIF {
    display: none;
}

.backdrop {
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 900;
    display: none;
}

.intro .backdrop {
    display: block;
}

.closeproductMenu {
    position: absolute;
    top: -63px;
    right: 10px;
    transform: rotate(45deg);
    font-size: 40px;
    margin: 10px;
    z-index: 9999;
}

/*.parent:not(:hover) .child.did-fade-in {
    display: block;
    animation: fade-out 0s;
    position: absolute!important;
    top: 78px!important;
    width: 100%!important;
    left: 0px!important;
    background: #eeeeee!important; 
  }

  .parent2 .child2 {
    display: none;
  }
  
  .parent2:hover .child2 {
    display: block;
    animation: fade-in 0.5s;
  }
  
  .parent2:not(:hover) .child2.did-fade-in {
    display: block;
    animation: fade-out 0s;
    position: absolute!important;
    top: 45px;
    width: 100%;
    background: #eeeeee!important; 
    padding: 20px;
    text-transform: none;
  }
*/
#particles {
    width: 60% !important;
    height: 100% !important;
    position: absolute;
    bottom: 12vw;
    z-index: -1;
    border-radius: 50%;
    margin-left: 20%;
}

.testiTitle {
    font-size: 11px;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/*** Banner Image ****/

.banner_area {
    background-image: url(../images/topBackground_v5.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    padding-top: 10vw;
    padding-bottom: 220px;
    margin-bottom: -11vw;
    z-index: 10;
    position: relative;
}



.banner_area_mnvd {
    background-image: url(../images/mnvd_background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 20vh;
    padding-bottom: 120px;
}

.banner_area_faq {
    background-image: url(../images/invest_Background.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 20vh;
    padding-bottom: 120px;
}

.banner_area_digitalSupplyChain {
    background-image: url(../images/digitalSupplyChain_background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 20vh;
    padding-bottom: 120px;
}

.banner_area_news {
    background-image: url(../images/news_background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 20vh;
    padding-bottom: 120px;
}

.banner_area_blue {
    background: #113251;
}

.banner_area_news.mnvdPage {
    background-image: url(../images/news_background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 30px;
}


.banner_area_invest {
    background-image: url(../images/faq_background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 20vh;
    padding-bottom: 120px;
}

.banner_area_aboutUs {
    background-image: url(../images/aboutUs_background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 20vh;
    padding-bottom: 120px;
}

.banner_area_salesplatform {
    background-image: url(../images/salesPlatform.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 20vh;
    padding-bottom: 120px;
}

.sectionLetGetMoving {
    background-image: url(../images/banner_letGetMoving_v2.jpg);
    background-repeat: no-repeat;
    background-position: right 52vw bottom 0px;
    background-size: auto 100%;
    height: 300px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ecoBG {
    background-image: url(../images/ecoSystem.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    weight: 100%;
    height: 1100px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 25%;
}

.ecoBG div {
    padding: 10px;
}

.ecoBG .ecoTopLeft {
    position: relative;
    top: 150px;
}

.ecoBG .ecoTopMiddle {
    text-align: center;
    position: relative;
    left: 20px;
}

.ecoBG .ecoTopRight {
    position: relative;
    top: 150px;
    text-align: right;
}

.ecoBG .ecoBottomLeft {
    position: relative;
    top: 250px;
}

.ecoBG .ecoBottomMiddle {
    position: relative;
    top: 400px;
    left: 20px;
    text-align: center;
}

.ecoBG .ecoBottomRight {
    position: relative;
    top: 250px;
    text-align: right;
}

.letGetMovingHeading {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
}

.letGetMovingContent {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
}





h1 {
    font-size: 42px;
    color: #fff;
}

.input_box input {
    display: inline-block;
    width: 75%;
    padding: 15px;
}

.input_box button {
    display: inline-block;
    padding: 14px 21px 15px;
    vertical-align: top;
    position: relative;
    left: -10px;
}

.two_col_btminput {
    padding-top: 20px;

}

.two_col_btminput ul {
    padding-left: 0px;
    float: left;
}

.two_col_btminput li {
    list-style: none;
    display: block;
    color: #fff;
    padding-right: 30px;
    vertical-align: top;
    width: auto;
    float: left;
}

.two_col_btminput li i {
    color: #93BF34;
    font-size: 24px;
}

.titleDate {
    font-size: 11px;
    margin-bottom: 5px;
    color: #666666;
}

.videoh {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoh iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.memberTitle {
    color: #89ba20;
    font-weight: bolder;
}

/**** Carousal ****/

@media (min-width: 768px) {

    .menuBorderCenter {
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
        padding-left: 50px;
    }

    .overviewWrapper {
        padding-right: 50px;
    }

    /*survey*/
    .freebirdFormviewerViewCenteredContent {
        width: 100% !important;
    }

    .freebirdFormviewerComponentsQuestionRadioChoicesContainer {
        align-items: flex-start;
    }

    .freebirdFormviewerComponentsQuestionRadioChoice {
        width: 10% !important;
    }

    .docssharedWizToggleLabeledLabelWrapper {
        display: grid !important;
        width: 100%;
        justify-items: center;
    }

    .appsMaterialWizToggleRadiogroupElContainer {
        display: block !important;
    }

    .docssharedWizToggleLabeledContent {
        display: block !important;
        margin-left: 0px !important;
    }

    .docssharedWizToggleLabeledLabelText {
        font-size: 10px !important;
        text-align: center !important;
        margin-top: 10px
    }


    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -35%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

.carousel-control-prev i,
.carousel-control-next i {
    color: #000;
    font-size: 45px;
}

.carousel-control-prev {
    left: -120px;
}

.carousel-control-next {
    right: -120px;
}

/* Bootstrap Lightbox using Modal */

#profile-grid {
    overflow: auto;
    white-space: normal;
}

#profile-grid .profile {
    padding-bottom: 40px;
}

#profile-grid .panel {
    padding: 0
}

#profile-grid .panel-body {
    padding: 15px
}

#profile-grid .profile-name {
    font-weight: bold;
}

#profile-grid .thumbnail {
    margin-bottom: 6px;
}

#profile-grid .panel-thumbnail {
    overflow: hidden;
}

#profile-grid .img-rounded {
    border-radius: 4px 4px 0 0;
}


/** Core Technology Section ***/

.coretechnology .container-fluid {
    background-color: #2d363b;
}

.darkSection .container-fluid {
    background-color: #2d363b;
}

.productHighlight .container-fluid {
    background-color: #2d363b;
}

.productHighlight2 .container-fluid {
    background-color: #2d363b;
}

.productHighlight.finance ul li {
    margin: 5px 0;
}

.coretechnology .container {
    background-image: url(../images/midd_img.png);
    background-repeat: no-repeat;
    background-position: center 120px;
}

.coretechnology img.top_border {
    width: 100%;
}

.greySection {
    background: #dfdfdf;
}

.lightGreySection {
    background: #eeeeee;
}

/**** customer_feedback ****/

.customer_feedback .text-success {
    text-decoration: none;
}

#testimonial .panel {
    background-color: #ffffff;
    border-radius: 15px;
}

#testimonial .panel h5 {
    background-color: #2F363B;
    border-radius: 0 0 15px 15px;
}

#testimonial .panel p {
    font-size: 14px;
}

/*** About Us Section ****/

.aboutus .container-fluid {
    background-color: #C3CBCD;
}

.aboutus .top_border {
    width: 100%;
}

.aboutus p {
    font-size: 14px;
}

.top_border {
    margin-bottom: -2px;
}

.hoverDark:hover {
    background: #666666 !important;
    color: #ffffff !important;
    cursor: pointer;
}

/*** footer  ***/


.footer ul {
    padding-left: 0px;
}

.footer li {
    list-style: none;
    display: inline-block;
    padding: 30px 40px;
    text-transform: uppercase;
}

.footer li a {
    color: #000;
}

.footer .input_box input {
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.footer .main_footer ul {
    padding-left: 0px;
}

.footer .main_footer li {
    list-style: none;
    padding: 0px;
    font-size: 14px;
    display: block;
    line-height: 24px;
}

.footer .main_footer h2 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

.footer .main_footer a {
    color: #000;
}


/*** footercopyright ****/

.footercopyright {
    border-bottom: 10px solid #93BF34 !important;
}

.footercopyright ul {
    padding-left: 0px;
}

.footercopyright li {
    list-style: none;
    display: inline-block;
}

.footercopyright li a {
    background-color: #082335;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 10px 14px;
}

.panel-heading .panel-title a {
    background: #c4cbcd;
    color: #333333;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.panel-heading .panel-title.masterPanel a {
    background: none;
    border-bottom: 1px solid grey;
    border-radius: 0px;

}


.panel-heading .panel-title a:hover {
    background: #133252;
    color: #ffffff;
    text-decoration: none;
}

.newsSection .panel-heading .panel-title a:hover {
    background: #89ba20;
}





.panel-body {
    font-size: 14px;
}

.faqPanel .panel-body {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}


.wrapper {
    text-align: center;
}

.viewLink {
    color: #89ba20;
}

.viewLink:hover {
    color: #89ba20;
}

.vMiddle {
    position: relative;
    top: calc(50% - 20px);
}

.btn-disable {
    background: grey !important;
    cursor: not-allowed;
}

.subPanel {
    background: #113251;
    padding: 20px;
}

.appStoreSection {
    background: #113251;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
}

.posWrapper {
    display: grid;
    grid-template-columns: 50px 1fr;
    width: 100%;
    float: left;
}

.posIcons {
    display: grid;
    width: 40px;
}

.posText {
    display: grid;
    vertical-align: middle;
    text-align: left;
    align-items: center;
    padding-left: 20px;
    color: #113251;
}

.productHide {
    transition: transform 0.3s, height 0.3s ease-out;
    position: absolute;
    transform-origin: left top;
    transform: scale(0);
    height: 0px;
    width: 100%;
    display: block;
}

.productWrapper:hover .productHide {
    transform: scale(1);
    height: 100%;
    position: relative;
}

.productWrapper:hover {
    position: absolute;
    z-index: 9999;
    width: calc(100% - 30px) !important;
}

.productWrapperNoHover {
    text-align: center;
}

.productWrapperNoHover:hover {
    position: relative;
    z-index: 9999;
    width: unset !important;
}



.productWrapperEnd:hover {
    position: relative;
    z-index: 9999;
    width: calc(100%) !important;
}

.productWrapperEnd .productHide {
    transition: transform 0.3s, height 0.3s ease-out;
    position: absolute;
    transform-origin: left top;
    transform: scale(0);
    height: 0px;
    width: 100%;
    display: block;
}

.productWrapperEnd:hover .productHide {
    transform: scale(1);
    height: 100%;
    position: relative;
}

.productHighlightInner {
    background-size: cover;
    background-position: center center;
    display: block;
    border-radius: 6px;
}

.productHighlightInner.mnvd {
    background-image: url('../images/productBG-mnvd.jpg');
}

.productHighlightInner.farmer {
    background-image: url('../images/productBG-farmer.jpg');
}

.productHighlightInner.trader {
    background-image: url('../images/productBG-trader.jpg');
}

.productHighlightInner.cloudpay {
    background-image: url('../images/productBG-cloudpay.jpg');
}

.productHighlightInner.abattoir {
    background-image: url('../images/productBG-abattoir.jpg');
}

.productHighlightInner.transtrack {
    background-image: url('../images/productBG-transtrack.jpg');
}

.productHighlightInner:hover {
    box-shadow: 0px 0px 0px 1px #ffffff;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.blackBTNHover:hover {
    text-decoration: none;
}

.blackBTNHover:hover img {
    box-shadow: 0px 0px 0px 1px #ffffff;
    border-radius: 5px;
    cursor: pointer;
}

.blackBTNHover img {
    max-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.appBTNHover {
    margin: 0px 10px 0 10px;
    position: relative;
}

.appBTNHover:hover {
    text-decoration: none;
}

.appBTNHover:hover img {
    box-shadow: 0px 0px 0px 1px #ffffff;
    border-radius: 12px;
    cursor: pointer;
}

/*==========  Contact Form  ==========*/
.contact-form {
    width: 90%;
    max-width: 680px;
    position: relative;
    margin: 1em auto 0em;
}

.contact-form #form legend {
    text-align: left;
    font-size: 1rem;
    margin: 2rem 0 -0.5rem;
    color: #999;
}

.form-group {
    margin-top: 1em;
}

.form-control {
    width: 100%;
    float: left;
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 1rem 2rem;
    margin-bottom: 1em;
    border-radius: 0;
    border: 1px solid #999;
}

.form-group:nth-of-type(1) .form-control {
    margin-right: 4%;
}

.form-group:nth-of-type(1) .form-control,
.form-group:nth-of-type(2) .form-control {
    width: 48%;
}

.form__error {
    color: red;
    text-align: right;
    font-size: 12px;
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    display: none;
}

input:invalid:not(:placeholder-shown)+.form__error {
    display: block;
}

input:invalid:not(:placeholder-shown) {
    border-color: red;
}

input:valid:not(:placeholder-shown) {
    border-color: green;
}

textarea:invalid:not(:placeholder-shown) {
    border-color: red;
}

textarea:valid:not(:placeholder-shown) {
    border-color: green;
}

#the-counter {
    width: 100%;
    display: inline-block;
    text-align: right;
    color: #55595c;
    padding: 0.1rem 0;
    font-size: 1.0rem;
}

.whiteOutlineBTN {
    border: 1px solid #ffffff;
    padding: 20px;
    border-radius: 5px;
    color: #ffffff;
}

.whiteOutlineBTN:hover {
    text-decoration: none;
    background: #ffffff;
    color: #89ba20;
}

tags {
    background: #89ba20;
    padding: 2px 5px;
    border-radius: 3px;
    color: #ffffff;
    margin-right: 5px;
    font-size: 12px;
    display: none;
}

/*==========  Contact Form Spinner  ==========*/
#form-spinner {
    position: absolute;
    top: 40%;
    transform: translateY(-60%);
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    display: none;
}

.alert-thx {
    padding: 1rem;
    background: #fff;
    box-shadow: 0px 0px 50px #000;
    border-radius: 5px;
    display: none;
}

.spinner {
    color: #e0474c;
}

.spinner:after {
    animation: changeContent .8s linear infinite;
    content: "⠋";
    font-size: 80px;
}

.footerSubText {
    height: 37px;
    vertical-align: middle;
    display: table-cell;
}

/*===== MAILCHIMP SIGNUP=====*/

.productSignupList {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0px;
    text-align: center;
}

.productSignupList li {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.productSignupList label {
    color: #666666;
    font-size: 13px;

}

.productSignupList input {
    position: relative;
    /*left: calc(50% - 10px);*/
}



#mc_embed_signup {
    background: transparent;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 100%;
}


.mc-field-group {
    width: 100%;
}


.mc-field-group input {
    border: 1px solid #cccccc !important;
    padding: 20px 10px;
    width: 100% !important;
    margin-bottom: 5px;
    font-size: 18px;
}

.mc-field-group select {
    width: 100%;
}

.select-css {
    display: block;
    font-size: 18px;
    line-height: 1.0;
    padding: 20px 10px;
    width: 100%;
    max-width: 100%;
    /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
    for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
*/
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
}

/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
    display: none;
}

/* Hover style */
.select-css:hover {
    border-color: #888;
}

/* Focus style */
.select-css:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

/* Set options to normal weight */
.select-css option {
    font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled,
.select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover,
.select-css[aria-disabled=true] {
    border-color: #aaa;
}


.productHighlight div {
    padding: 20px;
}

.productLeft {
    width: 60px;
    padding: 0px 10px 0 0 !important;
    display: table-cell;
    vertical-align: middle;
}

.productRight {
    width: calc(100% - 60px);
    padding: 0px !important;
    display: table-cell;
    vertical-align: middle;
}

.traderList {
    list-style: none;
}

.traderList li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    font-size: 22px;
    color: #e77924;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1.2em;
    /* Also needed for space (tweak if needed) */
    margin-left: -10px;
    /* Also needed for space (tweak if needed) */
}

.surveyHeader {
    margin-top: -140px;
}

.spaceBreakShow {
    display: none;
}

.spaceBreakHide {
    display: inline;
}

@keyframes changeContent {
    10% {
        content: "⠙";
    }

    20% {
        content: "⠹";
    }

    30% {
        content: "⠸";
    }

    40% {
        content: "⠼";
    }

    50% {
        content: "⠴";
    }

    60% {
        content: "⠦";
    }

    70% {
        content: "⠧";
    }

    80% {
        content: "⠇";
    }

    90% {
        content: "⠏";
    }
}


.submit-btn {
    background-color: #93BF34;
    border: none;
    color: #eaf2e3;
    padding: 10px 50px;
    font-weight: bolder;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
}

.submit-btn:hover,
.submit-btn:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.submit-btn:active {
    background-color: #93BF34;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    transform: scale(0.9);
}

/*==========  END Contact Form  ==========*/

/*** owl-nav style***/
.owl-nav {
    position: absolute;
    top: calc(50% - 60px);
    width: 100%;
    z-index: 8;
}

.owl-prev {
    font-size: 40px !important;
    position: absolute;
    left: -10px;
}

.owl-next {
    font-size: 40px !important;
    position: absolute;
    right: -10px;
}

.owl-carousel {
    position: relative;
    z-index: 9;
}

.tncHeader {
    background: #89ba20;
    color: #ffffff;
    padding: 5px;
    border-radius: 0 100px 0 0;
}

.tncList {
    padding-left: 20px;
}

.testBody {
    height: 420px;
    display: table-cell;
    vertical-align: middle;
}

/*** Responsive ***/
@media screen and (min-width:1367px) {
    .banner_area {
        padding-top: 100px;
        padding-bottom: 12vw;
    }

    .nav-item .sub-nav .sub-itemLink .megaMenuOpen {
        position: fixed;
        left: 0px;
        top: 76px;
        width: 100vw;
        display: none;
        z-index: 99;
        padding-top: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width:1366px) {
    .carousel-control-next {
        right: 0
    }

    .carousel-control-prev {
        left: 0
    }
}

@media screen and (max-width:1199px) {
    .mobileWrap{
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .login-nav {
        height: 32px;
    }

    .topLogo {
        width: 145px;
    }

    .banner_area {
        background-size: cover;
        padding-top: 10vw;

    }

    .input_box input {
        width: 70%;
    }

    .flowBanner {
        width: 55vw !important;
        border: 1px solid blue;
    }

    .flowBanner h1 {
        font-size: 24px;
    }

    .flowBanner p {
        font-size: 14px !important;
        border: 1px solid red;
        width: 52vw;
    }

}

@media screen and (max-width:991px) {
    .applyLoanBtn {
        width: auto;
    }

    .child3 {
        top: 10px !important;
        left: 5px;
    }

    .parent:hover .child3 {
        display: block;
        position: relative;
        background: none;
        top: 0px;
        padding: 0px 20px;
        color: rgba(0, 0, 0, .5);
        font-size: 14px;
    }

    .child3 a:nth-last-child(1) {
        margin-bottom: 0px;
    }

    .login-nav {
        height: unset;
        margin-left: 20px;
    }

    .input_box input {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner_area {
        background-size: cover;
        padding-top: 5vw;
        padding-bottom: 120px;
        margin-bottom: -13vw;
    }

    .coretechnology .ml-auto {
        margin-right: auto
    }

    .coretechnology .container {
        background-position: right 120px;
    }

    .footer li {
        padding: 30px 17px;
    }

    .footer .input_box input {
        width: 100%;
    }

    .letGetMovingHeading {
        font-size: 20px;
    }

    .trySystemBtn {
        position: relative;
        top: 7px;
    }

    #particles {
        width: 60% !important;
        height: 70% !important;
    }

    /*mega*/
    .sub-itemLink {
        font-size: 0px !important;
    }

    .sub-itemLink .megaMenuOpen {
        font-size: 14px !important;
    }

    .sub-itemLink .megaMenuOpen img {}

    #navButton-mnvd {
        width: 40px;
        left: 20px;
    }

    #navButton-transtrack {
        width: 40px;
        left: 130px;
    }

    #navButton-trader {
        width: 40px;
        left: 70px;
    }

    #navButton-farm {
        width: 40px;
        left: 185px;
    }

    #navButton-abattoir {
        width: 40px;
        left: 240px;
    }

    #navButton-cloudpay {
        width: 40px;
        left: 300px;
    }

    #navButton-logistic {
        width: 40px;
        left: 350px;
    }

    .bottomImage1 {
        height: auto;
        vertical-align: bottom;
        display: table-cell;
    }

    .bottomImage2 {
        height: auto;
        vertical-align: bottom;
        display: table-cell;
    }

    .bottomImage3 {
        height: auto;
        vertical-align: bottom;
        display: table-cell;
    }

    .bottomImage4 {
        height: auto;
        vertical-align: bottom;
        display: table-cell;
    }

    .bottomImage5 {
        height: auto;
        vertical-align: bottom;
        display: table-cell;
    }

    .bottomImage6 {
        height: auto;
        vertical-align: bottom;
        display: table-cell;
    }

    .bottomImage7 {
        height: auto;
        vertical-align: bottom;
        display: table-cell;
    }


}

@media screen and (max-width:767px) {
    .css-1yi8on9{
        gap: 0px!important;
        grid-row-gap: 20px!important;
        grid-template-columns: 1fr!important;
    }
    .new-legend{
        text-align: center!important;
    }
    .oneAppWrapper {
        display: grid;
        grid-template-columns: 35px 1fr;
        grid-column-gap: 10px;
        text-align: left !important;
    }

    .homeSlideGIF {
        display: block;
    }

    #animation_container {
        display: none;
    }

    .googleDownload.mr-4 {
        margin-right: 0px !important;
    }

    .banner_area {
        padding-top: 3vw;
        background-size: cover;
        margin-bottom: -16vw;
    }

    .coretechnology .container {
        background: none;
    }

    .footer li {
        padding: 10px 14px;
        display: block;
    }

    .letGetMovingHeading {
        font-size: 20px;
        width: 123px;
    }

    .flowBanner {
        width: 300px !important;
        border: 1px solid blue;
    }

    .flowBanner h1 {
        font-size: 16px;
    }

    .flowBanner p {
        font-size: 10px !important;
        border: 1px solid red;
        width: 200px;
    }

    #particles {
        width: 60% !important;
        height: 80% !important;
    }

    .profilePic {
        width: 50% !important;
        margin: auto auto;
    }

    .partnersLogo img {
        width: auto;
        height: auto !important;
        max-width: 100px;
        max-height: 50px !important;
    }

    h1 {
        font-size: 30px;
    }

    .productWrapper:hover {
        position: relative !important;
        width: 100% !important;
    }

    .blackBTNHover {
        display: block;
    }

    .trySystemBtn {}

    .banner_area_news .hoverDark {
        margin-right: 0px !important;
    }

    .spaceBreakShow {
        display: block;
    }

    .spaceBreakHide {
        display: none;
    }

    #navButton-mnvd {
        width: 40px;
        left: 20px;
        border: 1px solid red
    }

    #navButton-trader {
        width: 40px;
        left: 65px;
    }

    #navButton-transtrack {
        width: 40px;
        left: 110px;
    }


    #navButton-farm {
        width: 40px;
        left: 155px;
    }

    #navButton-abattoir {
        width: 40px;
        left: 200px;
    }

    #navButton-cloudpay {
        width: 40px;
        left: 245px;
    }

    #navButton-logistic {
        width: 40px;
        left: 290px;
    }

}

@media screen and (max-width:575px) {

    .sectionLetGetMoving {
        height: auto;
        background-image: none;
    }

    .letGetMovingHeading {
        color: #123251 !important;
        font-size: 28px;
        width: 100%;
        height: auto;
        padding-top: 20px;

    }

    .letGetMovingContent {
        height: auto;
        padding-top: 20px;
    }

    .banner_area {
        margin-bottom: -22vw;
    }


}

@media (min-width:200px) and (max-width:767px) {

    /*survey*/
    .freebirdFormviewerComponentsQuestionBaseRoot {
        padding: 10px !important;
    }

    .freebirdFormviewerViewCenteredContent {
        width: 100% !important;
    }

    .freebirdFormviewerComponentsQuestionRadioChoicesContainer {
        align-items: flex-start;
    }

    .freebirdFormviewerComponentsQuestionRadioChoice {
        width: 10% !important;
    }

    .docssharedWizToggleLabeledLabelWrapper {
        display: grid !important;
        width: 100%;
        justify-items: center;
    }

    .appsMaterialWizToggleRadiogroupElContainer {
        display: block !important;
    }

    .docssharedWizToggleLabeledContent {
        display: block !important;
        margin-left: 0px !important;
    }

    .docssharedWizToggleLabeledLabelText {
        font-size: 10px !important;
        text-align: center !important;
        margin-top: 10px
    }

    .surveyHeader {
        margin-top: -180px;
    }

    .nav-item .sub-nav .sub-itemLink {
        margin-right: 0px;
    }
}


.desktopDevice,
.iosDevice,
.androidDevice {
    display: none;
}

.ios .iosDevice {
    display: inline-block !important;
}

.android .androidDevice {
    display: inline-block !important;
}

.windows .desktopDevice {
    display: inline-block !important;
}

.mac .desktopDevice {
    display: inline-block !important;
}

.counter {
    text-align: center;
}


.freeListingHeading {
    padding-top: 30%;
}

.homeAppWrapper {
    display: none !important;
}

.mac .homeAppWrapper.desktop,
.windows .homeAppWrapper.desktop {
    display: block !important;
}

.ios .homeAppWrapper.ios {
    display: block !important;
}

.android .homeAppWrapper.android {
    display: block !important;
}

.appMNVDtext:after {
    content: 'mNVD';
    position: absolute;
    bottom: -40px;
    left: 0px;
    font-size: 11px;
    color: #224e5d;
    text-align: center;
    width: 100%;
}

.appTRADERtext:after {
    content: 'Trader';
    position: absolute;
    bottom: -40px;
    left: 0px;
    font-size: 11px;
    color: #a75e00;
    text-align: center;
    width: 100%;
}

.iFrameFull {
    height: calc(100vh - 75px);
    background-image: url(../images/plan_bg.jpg);
    background-color: #ebeeef;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 15px;
}

.planCallToAction {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: #11111177;
    padding: 10px;
}

a.close-modal {
    top: 3px !important;
    right: 3px !important;
}

.menuRightSide2fr {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
}

.menuRightSide2fr p {
    margin-bottom: 0px;
}

.listingFeeWrapper {
    font-size: 12px;
}

.oneAppWrapper {
    text-align: center;
}

.menuLeftBorder {
    border: 1px solid #93BF34;
    border-radius: 10px;
    padding: 10px;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    justify-items: center;
}

.iconMenuWrapper {
    display: grid;
    grid-template-columns: 35px 1fr;
    grid-column-gap: 10px;
    font-size: 12px;
}

.iconMenuWrapper.productPage {
    display: grid;
    grid-template-columns: 45px 1fr;
    grid-column-gap: 10px;
    font-size: 12px;
}

.menuLinkNone {
    text-decoration: none;
    color: #666666;
}

.menuLinkNone:hover,
.menuLinkNone:active,
.menuLinkNone:visited {
    text-decoration: none;
    color: #666666;
}

.iconMenuWrapper span {
    font-size: 16px;
    color: #333333;
    padding-top: 5px;
    display: block;
}

.iconMenuWrapper.productPage span {
    font-size: 16px;
    color: #333333;
    padding-top: 10px;
    display: block;
    text-transform: uppercase;
}

.iconMenuWrapper.oneApp {
    grid-template-columns: 1fr;
}

.roundBTN.productPage {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.roundBTN {
    background: #93BF34;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 20px;
}

.roundBTN:hover {
    color: #ffffff;
    text-decoration: none;
    background: #93BF34cc;
}

.roundBTN.blue {
    background: #113251;
}

.roundBTN.blue:hover {
    background: #113251cc;
}

.indevelopment {
    position: relative;
    width: max-content;
}

.indevelopment:after {
    content: "IN DEVELOPMENT";
    color: #ffffff;
    font-size: 10px;
    background: #93BF34;
    border-radius: 3px;
    position: absolute;
    right: -93px;
    padding: 0px 2px;
    top: 10px;
}

.paper {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 5%);
    min-height: 310px;
    margin-bottom: 30px;
    position: relative;
}

.productPageContent {
    font-size: 14px;
    margin-top: 10px;
}

.pa-Item {
    border-radius: 10px;
    display: block;
    position: relative;
    margin-left: 30px;
    padding: 10px;
    margin-bottom: 25px;
    color: #93BF34;
}

.pa-Item:after {
    /*content: "";*/
    position: absolute;
    top: 37px;
    left: 10px;
    width: calc(100% - 40px);
    height: 0;
    border-bottom: 1px solid #999999
}

.pa-Item h5 {
    font-size: 18px;
}

.pa-Item:hover {
    text-decoration: none;
    color: #93BF34;
}

.pa-Item span {
    color: #333333;
    font-size: 14px;
    display: block;
    padding-top: 5px;
}

.pa-Item span strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}

.pa-Item.collapsed {
    color: #666666;
}

.pa-Item.collapsed:after {
    display: none
}

.pa-Item.collapsed span {
    display: none !important;
}

.pa-Item number {
    position: absolute;
    left: -20px;
    top: 9px;
    font-size: 20px;
    color: #333333 !important;
}

.newProductBG {
    background-image: url(../images/new_product_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}

.mnvdPageBG {
    background-image: url(../images/white_x_bg.jpg);
    background-size: auto 170%;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: -16px;
}

div.mnvd1 {
    width: 300px;
    height: 600px;
    background-image: url(../images/mnvd-1-1.png) !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    animation-name: mnvd1;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    margin: auto auto;
}

div.mnvd2 {
    width: 300px;
    height: 600px;
    background-image: url(../images/mnvd-2-1.png) !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    animation-name: mnvd2;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    margin: auto auto;
}

div.mnvd3 {
    width: 300px;
    height: 600px;
    background-image: url(../images/mnvd-3-1.png) !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    animation-name: mnvd3;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    margin: auto auto;
}

div.mnvd4 {
    width: 300px;
    height: 600px;
    background-image: url(../images/mnvd-4-1.png) !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    animation-name: mnvd4;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    margin: auto auto;
}

div.mnvd5 {
    width: 300px;
    height: 600px;
    background-image: url(../images/mnvd-5-1.png) !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    animation-name: mnvd5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    margin: auto auto;
}

div.mnvd6 {
    width: 300px;
    height: 600px;
    background-image: url(../images/mnvd-6-1.png) !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    animation-name: mnvd6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    margin: auto auto;
}

div.mnvd7 {
    width: 300px;
    height: 600px;
    background-image: url(../images/mnvd-7-1.png) !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    animation-name: mnvd7;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    margin: auto auto;
}

.menuRightSide {
    display: grid;
    justify-content: center;
}

.productHighlight.farmHighlight .paper2 {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 25%);
    background: white;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.theAxiDifference .col-md-6 .panel-thumbnail {
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 25%);
}

.theAxiDifference .col-md-6 .panel.panel-default {
    height: 100%;
}

div.oneapp1 {
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    animation-name: oneapp1;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    margin: auto auto;
}

.roundBtnPrimary {
    background: #89ba20;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid white;
    font-weight: bold;
}
.roundBtnSecondary {
    background: #ffffff;
    color: #1e74ad;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid white;
}
.roundBtnPrimary:hover, .roundBtnSecondary:hover{
    text-decoration: none;
    color: initial;
    cursor: pointer;
    opacity: 0.8;
}
.aximarketBtn {
    background: #ffffff;
    color: #AAD3DF;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid white;
    margin-right:5px;
}
.aximarketBtn:hover{
    text-decoration: none;
    color: initial;
    cursor: pointer;
    opacity: 0.8;
}


/*

@keyframes mnvd1{
    25%{background-image: url(../images/mnvd-1-2.png);width: 300px;height: 600px;}
    50%{background-image: url(../images/mnvd-1-3.png);width: 300px;height: 600px;}
    75%{background-image: url(../images/mnvd-1-4.png);width: 300px;height: 600px;}
    100%{background-image: url(../images/mnvd-1-1.png);width: 300px;height: 600px;}
}
@keyframes mnvd2 {
    1%{background-image: url(../images/mnvd-2-1.png);width: 300px;height: 600px;}
    30%{background-image: url(../images/mnvd-2-2.png);width: 300px;height: 600px;}
    60%{background-image: url(../images/mnvd-2-3.png);width: 300px;height: 600px;}
    99%{background-image: url(../images/mnvd-2-1.png);width: 300px;height: 600px;}
}
@keyframes mnvd3{
    1%   {background-image: url(../images/mnvd-3-1.png);width: 300px;height: 600px;}
    25%  {background-image: url(../images/mnvd-3-2.png);width: 300px;height: 600px;}
    50%  {background-image: url(../images/mnvd-3-3.png);width: 300px;height: 600px;}
    75%  {background-image: url(../images/mnvd-3-4.png);width: 300px;height: 600px;}
    100%   {background-image: url(../images/mnvd-3-1.png);width: 300px;height: 600px;}
}
@keyframes mnvd4{
    1%   {background-image: url(../images/mnvd-4-1.png);}
    30%  {background-image: url(../images/mnvd-4-2.png);}
    60%  {background-image: url(../images/mnvd-4-3.png);}
    100%   {background-image: url(../images/mnvd-4-1.png);}
}
@keyframes mnvd5 {
    1%   {background-image: url(../images/mnvd-5-1.png);}
    50%  {background-image: url(../images/mnvd-5-2.png);}
    100%   {background-image: url(../images/mnvd-5-1.png);}
}
@keyframes mnvd6 {
    1%   {background-image: url(../images/mnvd-6-1.png);}
    50%  {background-image: url(../images/mnvd-6-2.png);}
    100%   {background-image: url(../images/mnvd-6-1.png);}
}
@keyframes mnvd7{
    1%   {background-image: url(../images/mnvd-7-1.png);}
    30%  {background-image: url(../images/mnvd-7-2.png);}
    60%  {background-image: url(../images/mnvd-7-3.png);}
    100%   {background-image: url(../images/mnvd-7-1.png);}
}
		

@keyframes oneapp1{
    25%{background-image: url(../images/oneapp-1-1.png);width: 100%;height: 700px;}
    100%{background-image: url(../images/oneapp-1-1.png);width: 100%;height: 700px;}*/
}

@media screen and (max-width:991px) {
    .freeListingHeading {
        padding-top: 0px;
    }
}
/*
.chakra-table{
    width: 100%!important;
}

.chakra-table *{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px!important;
    line-height: 1.2;
}
.chakra-table tr{
    border-bottom: 1px solid rgb(166, 227, 255);
}
.chakra-table tr th{
    padding: 10px 20px;
}
.chakra-table tr td{
    padding: 10px;
}
*/
.chakra-input {
    border-radius: 5px;
    border: 0px solid transparent!important;
    border-color: transparent!important;
    padding: 10px;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
#calculator .css-1yi8on9{
    gap: 20px;
}
#calculator{
    max-width: 1080px!important;
    margin: 50px auto 0px auto;
}

.new-legend{
    display: none;
    padding-top: 10px;
    padding-right: 10px;
    max-width: 1080px;
    margin: auto;
    text-align: right;
    font-size: 12px;
}
.new-legend .dots{
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50px;
    margin: 0px 5px;
}

.css-1xrblhl{
    overflow: hidden;
}
.resultBox{
    background-image: url(../images/calc_bg.png);
    background-color: #34699e;
    background-size: cover;
    background-repeat: no-repeat;
    border: none!important;
}
.resultBox .css-0 th{
    color: #ffffff;
}
.apexcharts-canvas text, .apexcharts-legend-text{
    fill: #ffffff!important;
    color: #ffffff!important;
}
