/* imported */
body {
    font: normal 14px/20px 'Oxygen', sans-serif;
    color: #1e202a;
}

/* 8 */
img {
    max-width: 100%;
    height: auto;
}


/* 17 */
.arrow_box {
    position: relative;
}

li:hover .arrow_box:after,
li:hover .arrow_box:hover:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

li:hover .arrow_box:after {
    border-color: rgba(143, 198, 62, 0);
    border-top-color: #8fc63e;
    border-width: 7px;
    margin-left: -7px;
}

li:hover .arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    /* border-top-color: #; */
    border-width: 13px;
    margin-left: -13px;
}

/* 57 */
/*Icons*/

@font-face {
    font-family: 'icon';
    src: url('../fonts/icon.eot?7ttw5d');
    src: url('../fonts/icon.eot?7ttw5d#iefix') format('embedded-opentype'),
        url('../fonts/icon.ttf?7ttw5d') format('truetype'),
        url('../fonts/icon.woff?7ttw5d') format('woff'),
        url('../fonts/icon.svg?7ttw5d#icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\f00d";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-times:before {
    content: "\f00d";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-facebook-f:before {
    content: "\f09a";
}

.icon-bars:before {
    content: "\f0c9";
}

.icon-navicon:before {
    content: "\f0c9";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-down:before {
    content: "\f107";
}

/* header nav */
ul.main-nav-items {
    margin: 0;
    list-style: none;
}

ul.main-nav-items li {
    display: inline-block;
    margin-right: 30px;
}

ul.main-nav-items li:last-child {
    margin-right: 0;
}

ul.main-nav-items li a {
    color: #000;
    padding: 7px 10px;
}

ul.main-nav-items li:hover>a {
    color: #fff;
    background: #8fc63e;
    text-decoration: none;
}



/* 158 */
.mega-menu-wrap {
    position: absolute;
    z-index: 99;
    top: 90px;
    background: #f5f5f5;
    right: 0px;
    left: 0px;
    border: 1px solid #e3e3e3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

ul.main-nav-items li.one-level {
    position: relative;
}

ul.main-nav-items li.one-level .mega-menu-wrap {
    /* top: 75px; */
    width: 200px;
}

ul.main-nav-items li.one-level .mega-menu-content-wrap {
    float: none;
}

.mega-menu-content-wrap {
    float: left;
}

.mega-menu-quater {
    width: 33.33%;
}

.mega-menu-half {
    width: 50%;
}

.mega-menu-title {
    text-shadow: 0 0 1px rgba(0, 0, 0, .25);
    font-style: normal;
    font-weight: bold;
    color: #000;
    font-size: 22px;
    display: block;
    line-height: 38px;
}

.mega-menu-title a,
ul.mega-menu-items li a {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding: 0px 25px !important;
}

ul.mega-menu-items {
    margin: 0px;
    padding: 0px;
}

ul.mega-menu-items li {
    display: block;
    margin: 0px;
}

ul.mega-menu-items li a {
    font-size: 16px;
    color: #9e9e9e;
    line-height: 33px;
}

ul.main-nav-items li.one-level .mega-menu-content-wrap ul.mega-menu-items li:nth-child(even) a {
    background: white;
}

ul.mega-menu-items li:last-child a {
    border-bottom: 0px solid #e3e3e3;
}

.mega-menu-title a:hover,
ul.mega-menu-items li a:hover {
    background: transparent;
    color: #8fc63e;
    text-decoration: none;
}


.mega-menu-title a,
ul.mega-menu-items li a {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding: 0px 25px !important;
}


ul.main-nav-items li:hover>.mega-menu-wrap,
ul.main-nav-items li:hover>.mega-menu-wrap:focus {
    opacity: 1;
    visibility: visible;
}

.mega-menu-content-wrap a.mega-menu-img-link {
    display: block;
    text-align: center;
    padding: 0px;
    text-decoration: none;
}

a.mega-menu-img-link .mega-menu-img-title {
    background: #8fc63e;
    display: block;
    font-size: 32px;
    color: #fff;
    line-height: 60px;
}

.mega-menu-content-wrap a.mega-menu-img-link:hover img {
    opacity: 0.7;
}

.mega-menu-content-wrap:nth-child(even) a.mega-menu-img-link .mega-menu-img-title {
    background: #e9b020;
}

/*Footer*/

.footer-top {
    background: #333333;
}

.social-media {
    text-align: center;
    padding: 40px 0;
    margin: 0;
    list-style: none;
}

.social-media-wrap {
    border-bottom: 1px solid #484848;
}

.social-media li {
    display: inline-block;
    margin-right: 80px;
}

.social-media li:last-child {
    margin-right: 0;
}

.social-media li a {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    line-height: 56px;
    display: inline-block;
    border: 2px solid #fff;
}

.social-media li a:hover {
    text-decoration: none;
    background: #fff;
    color: #333333;
}

footer .widgettitle {
    font-size: 22px;
    color: #fff;
    margin: 0 0 20px
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li a {
    display: inline-block;
    color: #858585;
    margin: 0 0 20px
}

.footer-menu-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
}

.footer-bottom {
    background: #696969;
    color: #fff;
    font-style: 13px;
    text-align: center;
}

.footer-member-logo {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-member-logo li {
    display: inline-block;
    margin-right: 75px;
}

.footer-member-logo li:last-child {
    margin-right: 0;
}

.footer-bottom p.copyright {
    margin: 25px 0;
}

.footer-bottom a {
    color: #fff;
}

.responsive-nav-icon,
.responsive-nav-close {
    cursor: pointer;
    display: none;
    font-size: 26px;
    line-height: 1;
    padding: 15px 0;
}

/*Responsive*/
.responsive-nav-icon,
.responsive-nav-close {
    cursor: pointer;
    display: none;
    font-size: 26px;
    line-height: 1;
    padding: 15px 0;
}

.responsive-nav-icon {
    position: absolute;
    right: 25px;
    top: 10px;
}

.responsive-nav-close {
    position: absolute;
    top: 0px;
    right: 25px;
}

/*Mobile Menu Styles*/
.trigger-subnav {
    display: none;
    color: #8fc63e;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 25px;
    margin-right: 20px;
    font-size: bold;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    text-align: center;
    margin-top: 10px;
}

.site-header::before {
    /* never visible - used to check MQ in jQuery */
    display: none;
    content: 'desktop';
}

.btn-primary {
    background: #8fc63e;
    border-color: #8fc63e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #009c48;
    border-color: #009c48;
}

/* Tooltip container */
.js-tooltip {
    position: relative;
    display: inline-block;
    cursor: default;
}

.js-tooltip:hover {
    text-decoration: none;
}

/* imported */

.top-bar {
    border-bottom: 1px solid #d0e8bd;
    position: relative;
}

.top-bar nav {
    margin-top: 10px;
    margin-bottom: 10px;

}

.top-bar nav>ul>li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.main-nav-items>li:not(.top-btns)>a {
    color: #4e4e4e;
    font-size: 13.38px;
    font-weight: 700;
}

nav .top-btns {
    display: inline-block;
    margin-left: 20px;
}

nav .top-btns a {
    color: #fff;
    font-size: 14.46px;
    font-weight: 700;
    background: #345ba9;
    border: 0;
    padding: 5px 15px;
    margin: 0 8px;
}

.top-btns a:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
    text-decoration: none;
}

.mega-menu-wrap {
    top: 61px;
}

.one-level .mega-menu-wrap {
    top: 41px;
}

.sign-up-btn {
    color: #f5f5f5;
    font-size: 24px;
    font-weight: 700;
    border: 0;
    border-color: #398439;
    background: #7fb835;
    background: linear-gradient(to right, #7fb835, #1fbc60);
    transition: color 100ms ease;
}

body:not(.sticky-header) .header-brand .sign-up-btn {
    padding: 20px 66px;
}

body:not(.sticky-header) .header-brand .sign-up-btn:hover {
    padding: 18px 64px;
    border: 2px solid #cecece
}


.sign-up-btn:hover {
    color: #fff;
    background: #459d3c;
    transition: color 100ms ease;
}

.sticky-header .header-brand .sign-up-btn {
    color: #fff;
    padding: 20px;
    border: 1px solid #fff;
    background: transparent;
    width: 45.6%;
    max-width: 520px;
    min-width: 220px;
}

.sticky-header .header-brand .sign-up-btn:hover {
    padding: 19px 4%;
    border: 2px solid #fff;
    background-color: #459d3c;
}

.sticky-header .header-brand {
    position: fixed;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, #1b8839, #459d3c);
    padding: 20px 0;
    box-shadow: -1px 2px 13px 3px rgba(82, 82, 82, 0.37);
    z-index: 2;
    transition: padding 250ms ease;
}

.sticky-header .header-brand .contents {
    justify-content: center;
}

.sticky-header .header-brand img {
    display: none;
}

.header-brand {
    padding: 30px 0;
    transition: all 250ms ease;
}

.header-brand .contents {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.hero-image-1 img,
.hero-image-2 img {
    width: 100%;
    user-select: none;
}

.hero-image-1,
.hero-image-2 {
    position: relative;
}

.hero-image-1 p {
    position: absolute;
    top: 31%;
    left: 8%;
    font-size: 3em;
    font-size: 3vw;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    right: 43%;
}

.hero-image-2 button {
    position: absolute;
    bottom: 32px;
    padding: 20px 95px;
    left: 50%;
    margin-left: -215px;

    /* margin-left: calc( ((8% + 20px)/2) - (((8% + 20px)/2) *2) ); */
}

.hero-image-2 button:hover {
    padding: 18px 93px;
    border: 2px solid #cecece;
}

.pos-products {
    padding-top: 45px;
    background: linear-gradient(to right, #399d3f, #56bc4e)
}

.pos-products button {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20.5px 60px;
    line-height: normal;

}

.pos-products button:hover {
    padding: 19.5px 60px;
    border: 2px solid #fff;
    background-color: #459d3c;

}

.pos-products button i.rounded-arrow {
    transition: transform 100ms ease-out;
    vertical-align: -5px;
    margin-left: 30px;
}

.pos-products button.expand i.rounded-arrow {
    transform: rotate(90deg);
    transition: transform 150ms ease-in;
}

.logo-list {
    margin-top: 25px;
    margin-bottom: 40px;
}

.logo-list li {
    margin: 20px;
}



/* btn arrow icon */

i.rounded-arrow {
    display: inline-block !important;
    position: relative;
    width: 27px;
    height: 27px;
    background-color: transparent;
    border-radius: 100%;
    border: calc(30px/8) solid white;
    box-sizing: content-box;
}

i.rounded-arrow:before,
i.rounded-arrow:after {
    position: absolute;
    content: '';
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: content-box;
}

i.rounded-arrow:before {
    right: -5.7px;

    background: rgba(0, 0, 0, 0);
    width: calc(25px/3);
    height: calc(25px/3);
    border: calc(25px/8) solid #fff;
    border-right: none;
    border-top: none;
    transform: rotate(220deg);
}

i.rounded-arrow:after {
    width: calc(25px/10);
    height: calc(31px/2);
    background-color: #fff;
    transform: rotate(90deg);
}

.products-list h3 {
    color: #404040;
    font-weight: 700;
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.products-list ul {
    columns: 2;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: normal;
    list-style: circle url('../images/li-arrow.png');
    margin-bottom: 60px;
}

.products-list ul li {
    padding: 15px 0 15px 5px;
}

/* Modal */
.modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
}

.modal-header,
.modal-footer {
    border: 0;
}

#signUpModal .modal-body {
    background: linear-gradient(to right, #7eb835, #22bc5f)
}

#thankYouModal p {
    margin: 25px 0 65px;
    color: #fff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
}

#thankYouModal button {
    font-size: 32px;
    padding: 18px 84px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    box-shadow: none;
    
}

#thankYouModal button:hover {
    background: rgba(0, 0, 0, 0.1);
}



.modal {
    background: rgba(0, 0, 0, 0.6);
}

.modal .close {
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

.sign-up-form {
    padding: 58px 20px;
    font-family: 'Open Sans', sans-serif;

}

.sign-up-form input {
    border: 0;
    border-radius: 5px;
    padding: 9.5px 5px 9.5px 22px;
    margin: 18px 0;
    font-size: 19px;
    color: #a3a3a3;
    height: auto;


}

.sign-up-form button[type="submit"] {
    color: #fff;
    font-size: 26px;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 5px 30px;
    margin-top: 70px;
    margin-bottom: 3px;
    font-weight: 600;
    box-shadow: none;


}

.sign-up-form button:hover {
    border: 2px solid #fff;
    padding: 4px 29px;
    background: rgba(0, 0, 0, 0.1);

}

.sign-up-form button i.rounded-arrow {
    display: inline-block !important;
    position: relative;
    width: 23px;
    height: 23px;
    background-color: transparent;
    border-radius: 100%;
    border: calc(15px/8) solid white;
    box-sizing: content-box;
    vertical-align: -4px;
}

.sign-up-form button i.rounded-arrow:before {
    right: -5.7px;
    background: rgba(0, 0, 0, 0);
    width: calc(19px/3);
    height: calc(19px/3);
    border: calc(19px/8) solid #fff;
    border-right: none;
    border-top: none;
    transform: rotate(220deg);
}

.sign-up-form button i.rounded-arrow:after {
    width: calc(20px/10);
    height: calc(26px/2);
    background-color: #fff;
    transform: rotate(90deg);
}
.partner-modal-box {
    position: fixed;
    z-index: 1000;
    width: 70%;
    background: white;
    background-clip: padding-box;
    max-height: 90%;
    overflow: auto;
}
.partner-modal-content {
    padding: 25px 35px 0;
}
.partner-modal-box figure {
    margin-bottom: 30px;
}
.partner-modal-box hr {
    width: 50%;
    border-color: #000;
}
.partner-modal-box p {
    font: normal 16px/20px 'Oxygen', sans-serif;
    margin-bottom: 15px;
    color: #616161;
}
.partner-type-icon {
    width: 76px;
    line-height: 70px;
    text-align: center;
    background: #e7e7e7;
    border-radius: 50px;
    border: 3px solid #aeaeae;
}
.integration.partner-type-icon {
    margin: 0 0 0 auto;
}
.partner.partner-type-icon {
    margin: 0 auto;
}
.partner-type-icon + span{
    color: #616161;
    font: bold 16px/20px 'Oxygen', sans-serif;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
h1 {
    font: bold 24px/30px 'Oxygen', sans-serif;
    color: #91c73e;
    margin: 0 0 20px;
}







@media screen and (max-width: 1200px) {
    .top-bar nav ul li {
        margin-right: 5px;
    }

    .mega-menu-title {
        font-size: 18px;
    }
}


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

    .site-header::before {
        /* never visible - used to check MQ in jQuery */
        display: none;
        content: 'tablet';
    }

    .trigger-subnav {
        display: block;
        cursor: pointer
    }

    .mega-menu-wrap.active {
        display: block !important;
        visibility: visible !important;
    }

    .site-header::before {
        /* never visible - used to check MQ in jQuery */
        display: none;
        content: 'mobile';
    }

    li:hover .arrow_box:after,
    li:hover .arrow_box:hover:before {
        top: 0px;
    }

    ul.main-nav-items li {
        position: relative;
    }

    /*Mega Menu*/
    .mega-menu-wrap {
        position: relative;
        top: 0;
        opacity: 1;
        display: none;
    }

    .mega-menu-content-wrap {
        float: none;
        display: block !important;
        width: 100% !important;
    }

    .mega-menu-content-wrap .container {
        width: 100%;
    }

    .mega-menu-title {
        font-size: 14px;
    }

    ul.mega-menu-items li a {
        font-size: 14px;
        padding: 10px 20px;
    }

    ul.main-nav-items li:hover>.mega-menu-wrap,
    ul.main-nav-items li:hover>.mega-menu-wrap:focus {
        display: none;
        visibility: visible;
    }

    .mega-menu-img-link div.img-wrap {
        display: none;
    }

    a.mega-menu-img-link .mega-menu-img-title {
        background: transparent !important;
        display: block;
        font-size: 14px;
        color: #9e9e9e;
        line-height: 20px;
        text-align: left;
        padding: 10px 20px;
        border-bottom: 1px solid #e3e3e3;
    }

    a.mega-menu-img-link .mega-menu-img-title:hover {
        color: #8fc63e;
    }

    ul.main-nav-items li.one-level .mega-menu-wrap {
        top: 0px;
        width: 100%;
    }

    .responsive-nav-icon,
    .responsive-nav-close {
        display: block;
        z-index: 1;
    }

    nav {
        height: 100%;
        /*padding: 20px;*/
        position: fixed;
        top: 0;
        right: -400px;
        -moz-transition: all 0.4s linear 0s;
        -webkit-transition: all 0.4s linear 0s;
        -ms-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s;
        width: 0;
    }

    nav.slide-in {
        right: 0;
        overflow-y: auto;
        width: 280px;
        z-index: 3;
        background: #e6e6e6;
    }



    ul.main-nav-items {
        padding: 35px 0px;
    }

    ul.main-nav-items li {
        line-height: normal;
        border-bottom: 1px solid #d8d8d8;
        border-top: 1px solid #eaeaea;
    }

    ul.main-nav-items li a {
        padding: 10px 15px;
    }

    header.site-header nav ul li {
        display: block;
    }

    header.site-header nav ul li a {
        display: block;
        margin: 0;
    }

    .login-float-btns {
        position: relative;
        display: none;
    }

    nav .login-float-btns,
    nav .login-float-btns a,
    .login-float-btns a:first-child {
        display: block;
        margin: 0 0 10px;
    }

    .top-bar {
        border-bottom: 0;
    }

    .top-bar nav,
    .top-bar nav ul li {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .top-bar nav ul li a {
        display: block;
        margin: 0;
        padding: 10px 15px;
    }

    ul.main-nav-items li {
        line-height: normal;
        border-bottom: 1px solid #d8d8d8;
        border-top: 1px solid #eaeaea;
        position: relative;
    }

    nav .top-btns {
        margin: 35px 0 10px !important;
        display: block;
    }

    .top-btns button {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin: 7px 0 !important;
    }

    .mega-menu-wrap {
        top: 0;
    }

    .header-brand {
        padding: 10px 0;
    }

    .responsive-nav-icon {
        position: absolute;
        right: 16px;
        top: 25px;
    }

    body:not(.sticky-header) .header-brand .sign-up-btn {
        padding: 20px 50px;
        margin-right: 40px;
    }

    body:not(.sticky-header) .header-brand .sign-up-btn:hover {
        padding: 18px 48px;
    }

}

@media screen and (max-width: 767px) {
    .sticky-header .header-brand {
        top: 88.3%;
        top: initial;
        bottom: 0;
    }

    .sticky-header .header-brand .sign-up-btn {
        padding: 16px;
        font-size: 21px;
    }

    .sticky-header .header-brand .sign-up-btn:hover {
        padding: 15px;
    }

    .pos-products button {
        padding: 5px 10px;
        font-size: 20px;
    }

    .pos-products button:hover {
        padding: 4px 0;
    }

    .pos-products button i.rounded-arrow {
        margin-left: 7px;
        transform: scale(0.8, 0.8);
        vertical-align: -9px;
    }

    .pos-products button.expand i.rounded-arrow {
        transform: rotate(90deg) scale(0.8, 0.8);
    }

    .products-list ul {
        columns: 1;
    }

    .products-list .show { 

            transform: translateX(0px);
            background-color: red;
            opacity: 1;
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      
    }

    body:not(.sticky-header) .header-brand .sign-up-btn {
        padding: 20px 30px;
        margin-right: 40px;
    }

    body:not(.sticky-header) .header-brand .sign-up-btn:hover {
        padding: 18px 28px !important;
        border: 2px solid #cecece;
    }

    .sign-up-form {
        padding: 20px 0px;
    }

    .sign-up-form input {
        border: 0;
        border-radius: 5px;
        padding: 9.5px 5px 9.5px 22px;
        margin: 18px 0;
        font-size: 14px;
        color: #a3a3a3;
        height: auto;  
    
    }
    
    .sign-up-form button[type="submit"] {
        color: #fff;
        font-size: 21px;
        background-color: transparent;
        border: 1px solid #fff;
        padding: 5px 30px;
        margin-top: 50px;
        margin-bottom: 3px;
        font-weight: 600;
        box-shadow: none;   
    
    }

    .sign-up-form button i.rounded-arrow {
        width: 20px;
        height: 20px;
    }

    .sign-up-form button i.rounded-arrow:before {
        width: calc(17px/3);
        height: calc(17px/3);
    }

    #thankYouModal button {
        font-size: 18px;
        padding: 14px 84px;
    }
}

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

    .social-media li,
    .footer-member-logo li {
        margin-right: 20px;
    }

    .footer-member-logo li {
        margin-top: 5px;
    }

    .dcs-logo {
        max-width: 80%;
    }

    .responsive-nav-icon {
        position: absolute;
        right: 13px;
        top: 25px;
        padding: 0 0;

        /* bottom: 50px; */
    }

    body:not(.sticky-header) .header-brand .sign-up-btn {
        font-size: 18px;
        padding: 10px 10px;
        margin-right: 30px;
    }

    body:not(.sticky-header) .header-brand .sign-up-btn:hover {
        padding: 9px 9px !important;
        border: 1px solid #cecece;
    }

    .sticky-header .header-brand .sign-up-btn {
        padding: 12px 16px;
    }

    .sticky-header .header-brand .sign-up-btn:hover {
        padding: 11px 15px;
    }

    .dcs-logo {
        width: 39%;
    }

    .pos-products button {
        padding: 5px 5px;
        font-size: 18px;
    }

    .pos-products button:hover {
        padding: 4px 5px;

    }

    .logo-list {}

    .logo-list li {
        width:42%;
        display:inline-block;
        margin: 20px 10px;

    }

    .logo-list li img {
        width: 70%;
    }


    i.rounded-arrow {
        width: 20px;
        height: 20px;
        border: calc(30px/8) solid white;
    }



    i.rounded-arrow:before {
        width: calc(18px/3);
        height: calc(18px/3);
        border: calc(18px/8) solid #fff;
        border-right: none;
        border-top: none;
    }

    i.rounded-arrow:after {
        width: calc(18/10);
        height: calc(24px/2);
    }
}