/*  Variables  */

:root {
    --primaryColor: #2F5FBB;
    --primaryDarkColor: #162870;
    --primaryLightColor: #6C9AE2;
    --secondaryColor: #3c3c3c;
    --btnHoverColor: #2e4884;
    --graybuttonBorderColor: #cbcbda;
    --highlightbuttonColor: #FFCB31;
    --highlightbuttonTextColor: #233413;
    --whiteColor: #FFFFFF;
    --blackColor: #000000;
    --blackColor1: #222222;
    --blackColor2: #333333;
    --blackColor3: #4b4f65;
    --yellowbuttonColor: #FFCB31;
    --primaryFontfamily: 'Poppins', sans-serif;
    --secondaryFontfamily: 'Inter', sans-serif;
    --Fontawesome: 'FontAwesome';
    --paragraphFontsize: 1rem;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/**/

/*! CSS Used from: Embedded */

img.lazy {
    min-height: 1px;
}

/*! CSS Used from: https://www.ezeeoptimus.com/wp-content/cache/minify/b3710.css ; media=all */

@media all {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    html {
        font-size: 16px;
    }
    body {
        color: #4a5158;
        line-height: 1.5;
        margin: 0;
        font-family: var(--secondaryFontfamily);
        background-color: #f1f4f7;
        font-size: 1em;
        overflow-x: hidden;
    }
    footer,
    header,
    nav,
    section {
        display: block;
    }
    html {
        font-size: 100%;
        overflow-y: scroll;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    p {
        line-height: 1.5em;
        margin: 0 0 24px;
        font-family: var(--secondaryFontfamily);
    }
    a {
        color: var(--primaryColor);
        text-decoration: none;
    }
    a:focus {
        outline: thin dotted;
        outline: none;
    }
    a:active,
    a:hover,
    a:focus {
        outline: 0;
        color: #35b6c1;
        text-decoration: none;
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        clear: both;
        line-height: 1.3;
        font-family: var(--primaryFontfamily);
    }
    h1 {
        font-size: 48px;
        margin: 33px 0;
    }
    h2 {
        font-size: 30px;
        margin: 25px 0;
    }
    h3 {
        font-size: 1.4em;
        margin: 22px 0;
    }
    h4 {
        font-size: 20px;
        margin: 25px 0;
    }
    h5 {
        font-size: 18px;
        margin: 30px 0;
    }
    b,
    strong {
        font-weight: bold;
    }
    small {
        font-size: smaller;
    }
    ul {
        margin: 16px 0;
        padding: 0 0 0 40px;
    }
    ul {
        list-style-type: square;
    }
    nav ul {
        list-style: none;
        list-style-image: none;
    }
    img {
        -ms-interpolation-mode: bicubic;
        border: 0;
        vertical-align: middle;
    }
    form {
        margin: 0;
    }
    legend {
        border: 0;
        padding: 0;
        white-space: normal;
    }
    button,
    input {
        font-size: 100%;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
    }
    button,
    input {
        line-height: normal;
    }
    button,
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    /* hubspot cookie notice started*/
    @media (min-width: 960px) {
        div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
            margin: 0 !important;
            position: relative;
            top: -5px;
            left: 10px;
        }
        div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
            position: relative;
            right: -10px;
        }
        div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
            margin: 0 !important;
        }
        div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
            margin: 0 !important;
            font-size: 18px !important;
            line-height: 1.4 !important;
        }
    }
    @media(max-width:959px) {
        div#hs-eu-cookie-confirmation {
            top: auto !important;
            bottom: 0;
            position: fixed !important;
            text-align: center !important;
        }
        div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
            flex-direction: column;
            text-align: center !important;
        }
        div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
            font-size: 18px !important;
            line-height: 1.4 !important;
            text-align: center !important;
            float: none !important;
        }
        div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
            text-align: center !important;
            float: none !important;
        }
        div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
            text-align: center !important;
            float: none !important;
        }
        body div#hs-eu-cookie-confirmation {
            position: fixed;
            bottom: 0;
            top: inherit;
        }
        body div#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
            text-align: center;
        }
        #hs-eu-cookie-confirmation-inner p {
            text-align: center !important;
            font-size: 18px !important;
            line-height: 1.4 !important;
        }
        body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
            padding: 20px 14px !important;
        }
        body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
            float: none;
            text-align: center !important;
            margin: 0 auto !important;
            display: block;
        }
        div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
            padding: 6px 10px !important;
        }
        #hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
            float: none;
            text-align: center !important;
            display: inline-block !important;
            margin: 0 auto;
            width: 65px !important;
            margin-top: 9px;
        }
    }
    /* hubspot cookie notice ended */
    .header_tollbox {
        float: left;
        margin: 0 0 0 10px;
        border: 1px solid rgba(255, 255, 255, .4);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        height: 40px;
        padding: 4px 25px 0 15px;
        color: #FFF;
        position: relative;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .header_tollbox.header_tollbox p {
        margin: 0;
        padding: 0;
        line-height: 100%;
    }
    .btn.btn-primary {
        background-color: #276ad5;
        color: #fff;
    }
    .btn {
        -webkit-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
        -moz-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
        -ms-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
        -o-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    }
    .header_tollbox #tollbox_info {
        background: rgba(255, 255, 255, 1);
        border-radius: 0px;
        border: 0 none;
        box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.5);
        margin: 0;
        padding: 0;
        position: absolute;
        top: 130%;
        left: auto;
        right: 0;
        color: #666;
        width: 200px;
        transition: all 0.3s ease;
        backface-visibility: hidden;
        display: none;
    }
    .header_tollbox #tollbox_info li {
        padding: 0 10px;
        margin: 10px 0;
    }
    #navright .header_tollbox {
        margin: 0 0 0 10px;
        display: inline-block;
        float: left;
    }
    #navright .btn_link {
        margin: 0;
        padding: 0;
        display: inline-block;
        float: left;
        position: relative;
    }
    #navright {
        position: absolute;
        top: 5px;
        right: 0;
        margin: 0;
        padding: 0;
    }
    button,
    input {
        border: 2px solid #d4d0ba;
        font-family: inherit;
        padding: 5px;
    }
    input {
        color: #141412;
    }
    input:focus {
        border: 2px solid #c3c0ab;
        outline: 0;
    }
    button:hover,
    button:focus,
    input[type="submit"]:hover,
    input[type="submit"]:focus {
        outline: none;
    }
    button:active,
    input[type="submit"]:active {
        outline: none;
        border-width: 1px;
    }
    ::-webkit-input-placeholder {
        color: #7d7b6d;
    }
    :-moz-placeholder {
        color: #7d7b6d;
    }
    ::-moz-placeholder {
        color: #7d7b6d;
    }
    :-ms-input-placeholder {
        color: #7d7b6d;
    }
    iframe {
        max-width: 100%;
    }
    .navbar {
        margin: 0 auto;
        width: 100%;
        min-height: inherit;
    }
    @media (max-width: 992px) {
        html {
            font-size: 16px;
        }
    }
    .btn {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 11px 15px 9px;
        border: 1px solid inherit;
        box-shadow: none;
    }
    .btn:hover,
    .btn:focus {
        -webkit-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.5);
        box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.5);
    }
    .btn.btn-primary {
        background: #276ad5;
        border-color: #276ad5;
        color: #FFF;
    }
    .cta-content {
        color: #FFF;
        width: 60%;
    }
    ul {
        margin: 0;
        padding: 0;
        list-style: square;
    }
    ul li {
        color: #333d46;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.8em;
        margin: 0;
        padding: 0;
        position: relative;
    }
    *:focus {
        outline: none;
    }
    .owl-carousel .owl-wrapper:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    .owl-carousel {
        display: none;
        position: relative;
        width: 100%;
        -ms-touch-action: pan-y;
    }
    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 2;
    }
    .owl-carousel .owl-item {
        float: left;
    }
    .owl-controls .owl-page,
    .owl-controls .owl-buttons div {
        cursor: pointer;
    }
    .owl-controls {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }
    .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
    }
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none;
    }
    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #869791;
    }
    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100);
        opacity: 1;
    }
    .owl-carousel-item-text {
        text-align: center;
    }
}

/*! CSS Used from: Embedded */

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

/*! CSS Used from: https://www.ezeeoptimus.com/wp-content/cache/minify/6e6d6.css ; media=all */

@media all {
    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    body {
        margin: 0;
        font-family: var(--secondaryFontfamily);
    }
    footer,
    header,
    nav,
    section {
        display: block;
    }
    a {
        background-color: transparent;
    }
    a:active,
    a:hover {
        outline: 0;
    }
    b,
    strong {
        font-weight: 700;
    }
    h1 {
        margin: .67em 0;
        font-size: 2em;
    }
    small {
        font-size: 80%;
    }
    img {
        border: 0;
    }
    button,
    input {
        margin: 0;
        font: inherit;
        color: inherit;
    }
    button {
        overflow: visible;
    }
    button {
        text-transform: none;
    }
    button,
    input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }
    input {
        line-height: normal;
    }
    legend {
        padding: 0;
        border: 0;
    }
}

@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="javascript:"]:after {
        content: "";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
        height: auto;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 16px;
    line-height: 1.42857143;
    color: var(--secondaryColor);
    background-color: #fff;
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: var(--primaryColor);
    text-decoration: none;
}

a:focus,
a:hover {
    color: var(--btnHoverColor);
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

[role=button] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

p {
    margin: 0 0 10px;
}

small {
    font-size: 85%;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul {
    margin-bottom: 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}

.col-sm-9 {
    width: 75%;
    padding: 0 15px;
}

.col-sm-3 {
    width: 25%;
    padding: 0 15px;
}

.col-md-5,
.col-md-7,
.col-sm-12,
.col-sm-6,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width:768px) {
    .col-sm-12,
    .col-sm-6 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width:992px) {
    .col-md-5,
    .col-md-7 {
        float: left;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary:active {
    background-image: none;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.btn-link,
.btn-link:active {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-block {
    display: block;
    width: 100%;
}

.collapse {
    display: none;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
    clear: both;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-star:before {
    content: "\f005";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-comments:before {
    content: "\f086";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-quora:before {
    content: "\f2c4";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #868997;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #868997;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    font-size: 50px;
    line-height: 1;
    height: 60px;
    width: 60px;
    margin-top: -30px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
    padding: 3px 10px 3px 5px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
    padding: 3px 5px 3px 10px;
}

@media (max-width: 500px) {
    .owl-theme .owl-controls .owl-buttons div {
        width: 50px;
        height: 50px;
        font-size: 40px;
    }
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

html,
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    background: #FFF;
}

a {
    color: var(--primaryColor);
}

a:focus,
.btn:focus {
    outline: none;
}

p {
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    -webkit-border-radius: 1.875em;
    -moz-border-radius: 1.875em;
    border-radius: 1.875em;
    border: 0 none;
    padding: 14px 20px;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 0.875em;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.btn:hover,
.btn:focus {
    background-color: #3c444e;
}

.btn.btn-large {
    padding: 14px 20px;
    font-size: 1.125em;
    font-weight: 600;
}

.btn.btn-large:hover,
.btn.btn-large:focus {
    background-color: #3c444e;
}

.btn.btn-primary {
    background-color: var(--primaryColor);
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--primaryColor);
    box-shadow: 3px 6px 16px -3px rgba(39, 106, 213, 0.5);
}

.btn.btn-secondary {
    background-color: #f04d49;
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    background-color: #3c444e;
}

.btn {
    -webkit-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -moz-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -ms-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -o-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
}

h1 {
    font-size: 1.875em;
}

h2 {
    font-size: 2.375em;
}

h3 {
    font-size: 1.125em;
}

h4 {
    font-size: 1.000em;
}

h5 {
    font-size: 0.875em;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_section li.posLink.googlplay a {
    background-position: -5px -3px
}

.header_section li.posLink.ios a {
    background-position: -53px -5px
}

.header_section {
    position: fixed;
    padding: 0.625em;
    padding-top: 10px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: all 0.4s linear;
}

.header_section .logo {
    color: var(--secondaryColor);
    padding: 20px 15px;
    line-height: initial;
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(../images/logo.jpg) no-repeat left top;
    background-size: 70px;
    width: 15px;
    height: 40px;
    margin: 5px 0px 0px 0px;
}

.header_section .logo:hover,
.header_section .logo:focus,
.header_section .logo:active {
    outline: none;
    border: none;
    text-decoration: none;
}

.header_section .logo::after {
    content: "";
    display: table;
    clear: both;
}

.header_section .logo img {
    width: 100%;
    display: block;
    vertical-align: middle;
    max-width: 40px;
    max-height: 40px;
    float: left;
}

.header_section .logo .product_name {
    display: inline-block;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.01em;
    margin: 2px 0 0 6px;
    color: #fff;
}

.header_section .logo .product_name small {
    display: block;
    font-size: 11px;
    letter-spacing: 0.01em;
    line-height: 100%;
    letter-spacing: normal;
    margin: 3px 0 0;
}

.header_section.sticky {
    position: fixed;
    padding: 0.625em;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    max-height: 70px;
}

.header_section.sticky .logo {
    display: block;
    position: relative;
    top: 0;
    background: url(../images/logo.jpg) no-repeat left top;
    background-size: 100%;
}

.header_section.sticky .logo img {
    max-width: 40px;
    max-height: 40px;
}

.header_section.sticky .logo .product_name {
    color: var(--secondaryColor);
    font-size: 24px;
    margin: 2px 0 0 6px;
}

.header_section.sticky .logo .product_name small {
    font-size: 11px;
    letter-spacing: 0.01em;
    color: #888;
}

.header_section.sticky .navbar-default .navbar-toggle {
    border-color: #bbb;
}

.header_section.sticky .navbar-default .navbar-toggle:focus,
.header_section.sticky .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.header_section.sticky .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.header_section.sticky .navbar-default .navbar-nav li>a {
    color: var(--secondaryColor);
}

.header_section.sticky .navbar-default .navbar-nav li>a:focus,
.header_section.sticky .navbar-default .navbar-nav li>a:hover {
    background-color: transparent;
    color: var(--primaryColor);
    font-weight: 500;
}

/* Navbar */

.navbar-default {
    border-color: transparent;
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    margin-bottom: 0
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent
}

.navbar-default .navbar-collapse {
    float: left;
    padding-left: 20px
}

.navbar-default .navbar-toggle {
    border-color: #ffffff
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff
}

.navbar-default .navbar-nav li>a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0 15px 15px;
    letter-spacing: 0.3px;
}

.navbar-default .navbar-nav li:first-of-type a {
    padding-left: 0
}

.navbar-default .navbar-nav li>a.btn-trial {
    padding: 10px 30px !important;
    min-height: 40px;
    max-height: 40px;
    margin-left: 10px;
    margin-top: 5px;
    color: #FFF;
    background-color: var(--primaryColor)
}

.navbar-default .navbar-nav li>a.btn-trial:hover,
.navbar-default .navbar-nav li>a.btn-trial:focus {
    background-color: #0663af !important;
    color: #ffffff
}

.navbar-default .navbar-nav li>a:focus,
.navbar-default .navbar-nav li>a:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8)
}

.navbar-default .navbar-nav li.open a,
.navbar-default .navbar-nav li.open a:focus,
.navbar-default .navbar-nav li.open a:hover {
    background-color: transparent;
    color: #ffffff
}

.header_section .container {
    position: relative;
    width: auto;
    padding-left: 0
}

.navbar-right {
    margin-right: 257px
}

#navright {
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
    padding: 0
}

#navright .btn_link {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    position: relative
}

#navright .btn_link a:hover span,
#navright .btn_link a:focus span {
    opacity: 0
}

#navright .btn_link a::before {
    content: "Try Now!";
    position: absolute;
    text-align: center;
    left: 0;
    opacity: 0;
    top: 0;
    right: 0;
    margin: 0 0 0 9px;
    font-size: 14px;
    line-height: 40px;
    color: #FFF
}

#navright .btn_link a:hover::before,
#navright .btn_link a:focus::before {
    opacity: 1;
    color: var(--blackColor1);
}

#navright .gstbtn a:before {
    content: "GST Ready";
    margin-left: 0
}

#navright .btn_link.contactlessBtn {
    margin-left: 6px
}

#navright .btn_link.contactlessBtn a:before {
    display: none;
}

#navright .btn_link.gstbtn {
    margin-left: 6px
}

#navright .header_tollbox {
    margin: 0 0 0 6px;
    display: inline-block;
    float: left
}

.header_section.sticky .header_tollbox {
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.header_section.sticky .header_tollbox a {
    color: #666
}

.header_section.sticky .header_tollbox .WhatsappNum .contactnumber:before {
    filter: none;
}

.header_tollbox {
    color: #FFF;
    margin: 5px 0 0 6px;
    font-size: 13px;
    line-height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 4px 25px 0 15px;
    height: 40px;
    position: relative;
    cursor: pointer
}

.header_tollbox.header_tollbox p {
    margin: 0;
    padding: 0;
    line-height: 100%
}

.header_tollbox.header_tollbox b {
    font-weight: 400
}

.header_tollbox.header_tollbox b a {
    color: #FFF
}

.header_tollbox.header_tollbox b a:hover,
.header_tollbox.header_tollbox b a:focus {
    text-decoration: none;
    outline: none
}

.header_tollbox.header_tollbox .WhatsappNum .contactnumber:before {
    content: "";
    font-family: fontawesome;
    margin: 0 0px 0 -5px;
    filter: brightness(0) invert(1);
    line-height: 1;
    position: relative;
    width: 21px;
    height: 21px;
    background: url(../images/whatsapp.svg) no-repeat;
    display: inline-block;
    top: -1px;
    vertical-align: middle;
    transform: scale(0.6);
    background-size: cover;
}

.header_tollbox.header_tollbox small {
    display: block;
    font-size: 11px;
    opacity: 0.7;
    line-height: 100%;
    margin: 0 0 2px
}

.header_tollbox #tollbox_info {
    background: rgba(255, 255, 255, 1);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0 none;
    box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    position: absolute;
    top: 130%;
    left: auto;
    right: 0;
    color: #666;
    width: 200px;
    transition: all 0.3s ease;
    backface-visibility: hidden;
    display: none
}

.header_tollbox.show #tollbox_info {
    display: block
}

.header_tollbox #tollbox_info::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    left: auto;
    right: 20px;
    margin: 0 auto;
    border-bottom: 8px solid #FFF;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block
}

.header_tollbox #tollbox_info li {
    padding: 0 10px;
    margin: 10px 0
}

.header_tollbox #tollbox_info li.toll_free {
    font-size: 14px;
}

.header_tollbox #tollbox_info li.toll_free b {
    font-weight: 600;
    line-height: 1;
    color: var(--secondaryColor);
    margin-bottom: 5px;
    display: block
}

.header_tollbox #tollbox_info li.toll_free small {
    opacity: 0.8
}

.header_tollbox #tollbox_info .btn {
    color: #FFF;
    font-size: 12px;
}

.header_tollbox #tollbox_info .btn:hover,
.header_tollbox #tollbox_info .btn:focus {
    background-color: #0663af;
    box-shadow: none;
    border: none;
}

.navbar-default .navbar-nav li.dropdwon-right .dropdown-menu {
    left: auto;
    right: 0
}

.navbar-default .navbar-nav li.dropdwon-right .dropdown-menu::after {
    left: auto;
    right: 20px
}

.navbar-default .navbar-nav li .dropdown-menu {
    background: rgba(255, 255, 255, 1);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0 none;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15), 0px 6px 46px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    position: absolute;
    top: 110%;
    left: 0;
    color: #666;
    width: 260px;
    transition: all 0.3s ease;
    backface-visibility: hidden
}

.navbar-default .navbar-nav li.dropdown.open .dropdown-menu {
    display: block
}

.navbar-default .navbar-nav li .dropdown-menu::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    left: 20px;
    margin: 0 auto;
    border-bottom: 8px solid #FFF;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block
}

.navbar-default .navbar-nav li .dropdown-menu.dropdown-left {
    left: 0;
    right: auto
}

.navbar-default .navbar-nav li .dropdown-menu::after {
    content: "";
    display: table;
    clear: both
}

.navbar-default .navbar-nav li .dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.navbar-default .navbar-nav li .dropdown-menu ul::after {
    content: "";
    display: table;
    clear: both
}

.navbar-default .navbar-nav li .dropdown-menu ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: none;
    display: block
}

.navbar-default .navbar-nav li .dropdown-menu ul>li:last-child {
    border-bottom: 0
}

.navbar-default .navbar-nav li .dropdown-menu ul>li>a {
    color: var(--secondaryColor);
    background-color: inherit;
    padding: 10px 15px;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.4em;
    -webkit-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -moz-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -ms-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -o-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    text-align: left;
    display: block
}

.navbar-default .navbar-nav li .dropdown-menu ul>li>a:focus,
.navbar-default .navbar-nav li .dropdown-menu ul>li>a:hover {
    color: var(--primaryColor);
    background-color: inherit;
    text-decoration: none
}

.navbar-default .navbar-nav li .dropdown-menu ul>li>a .fa {
    font-size: 16px;
    margin: 0 10px 0 0
}

.navbar-default .navbar-nav li .dropdown-menu .dmenu_content {
    float: left;
    width: 60%;
    margin: 0;
    padding: 20px
}

.navbar-default .navbar-nav li .dropdown-menu .dmenu_content h4 {
    margin: 0 0 10px;
    padding: 0;
    font-size: inherit;
    font-weight: 600
}

.navbar-default .navbar-nav li .dropdown-menu .dmenu_content p {
    margin: 0;
    padding: 0;
    font-size: 12px
}

.navbar-default .navbar-nav li .dropdown-menu .dmenu_content .btn {
    margin: 10px 0 0
}

.navbar-default .navbar-nav li .dropdown-menu .dmenu_content .btn.btn-primary {
    background-color: var(--primaryColor) !important;
    color: #ffffff !important
}

.navbar-default .navbar-nav li .dropdown-menu .dmenu_content .btn.btn-secondary {
    background-color: #f04d49 !important;
    color: #ffffff !important
}

.navbar-default .navbar-nav li .dropdown-menu .dmenu_content .btn:hover,
.navbar-default .navbar-nav li .dropdown-menu .dmenu_content .btn:focus {
    background-color: #3c444e
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0
}

.header_section ul.posappLink {
    display: inline-block;
    float: left;
    margin: 3px 0 0
}

.header_section ul.posappLink:after {
    content: "";
    display: inline-block;
    clear: both
}

.header_section li.posLink {
    display: inline-block;
    margin: 0 0 0 6px;
    float: left
}

.header_section li.posLink.googlplay {
    margin-left: 0;
}

.header_section li.posLink a {
    width: 28px;
    height: 28px;
    display: block;
    background: url("") no-repeat
}

.header_section li.posLink.ios a {
    filter: brightness(0) invert(1);
}

.header_section.sticky li.posLink.ios a {
    filter: brightness(0) invert(0);
}

/* End: Navbar */

.navbar-nav .smldisp {
    display: none;
}

.btn:focus {
    outline: none !important;
}

#homepage {
    position: relative;
    background-color: #f1f4f7;
    overflow-x: hidden;
}

#homepage .banner_section {
    height: 560px;
    position: relative;
    z-index: 1;
}

#homepage .banner_section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/dely_io_cover.jpeg") no-repeat 50% 100%;
    background-size: cover;
    opacity: 0.1;
    transform: skewY(-6deg);
    transform-origin: 0;
}

#homepage .banner_section::after {
    content: "";
    background-color: #19212f;
    width: 100%;
    height: 100%;
    transform: skewY(-6deg);
    transform-origin: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.banner_imgcontainer {
    position: absolute;
    width: 600px;
    right: -40px;
    top: 160px;
}

#homepage .banner_section .container {
    min-height: 100%;
    position: relative;
    z-index: 2;
}

#homepage .banner_section .banner_container {
    position: relative;
    z-index: 1;
    padding: 100px 0 0;
    color: #FFF;
    margin: 0 auto;
}

#homepage .banner_section .banner_container:before {
    content: "";
    position: absolute;
    right: 430px;
    bottom: 170px;
    display: block;
    width: 165px;
    height: 85px;
    /* background: url("../images/dely_io_cover.jpeg") no-repeat -1040px -10px; */
    z-index: -1;
    opacity: 0.15;
    transform: scale(-0.7, 0.7);
}

#homepage .banner_section .banner_container:after {
    content: "";
    position: absolute;
    right: -140px;
    top: 100px;
    display: block;
    width: 165px;
    height: 85px;
    /* background: url("../images/dely_io_cover.jpeg") no-repeat -830px -20px; */
    z-index: -1;
    opacity: 0.15;
}

.banner_pattern {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner_pattern span {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url() no-repeat 0 0;
    opacity: 0.5;
}

.banner_pattern span:nth-of-type(1) {
    background-position: -530px -10px;
    opacity: 0.06;
    transform: scale(0.9);
    right: 430px;
    top: 210px;
    animation: movingIcon 30s ease infinite;
}

.banner_pattern span:nth-of-type(2) {
    background-position: -780px -10px;
    opacity: 0.08;
    transform: scale(0.6);
    right: 510px;
    top: 410px;
    animation: movingIcon2 10s ease infinite;
}

.banner_pattern span:nth-of-type(3) {
    background-position: -890px -10px;
    opacity: 0.08;
    transform: scale(0.7) rotate(30deg);
    right: -120px;
    top: 200px;
    animation: movingIcon3 20s ease infinite;
}

.banner_pattern span:nth-of-type(4) {
    background-position: -450px -10px;
    opacity: 0.1;
    transform: scale(-0.8, 0.8);
    right: 260px;
    top: initial;
    bottom: 50px;
    animation: movingIcon4 10s ease infinite;
}

#homepage .banner_section .banner_container .banner_textcontainer {
    width: 50%;
    margin: 120px 0 0 0px;
}

#homepage .banner_section .banner_container .banner_title {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 20px;
    padding: 0;
}

#homepage .banner_section .banner_container .banner_title span {
    display: block;
}

#homepage .banner_section .banner_container .banner_subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin: 0 0 30px;
    padding: 0;
}

#homepage .banner_section .banner_button {
    margin: 0;
}

#homepage .banner_section .banner_button .btn {
    background-color: var(--highlightbuttonColor);
    color: var(--blackColor1);
}

#homepage .banner_section .banner_button .btn:hover,
#homepage .banner_section .banner_button .btn:focus {
    background-color: var(--highlightbuttonColor);
    box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.8);
}

#homepage.homepage2 .banner_section .banner_container .banner_textcontainer {
    width: 58%;
    margin: 50px 0 0 0px;
}

#homepage.homepage2 .banner_imgcontainer {
    position: absolute;
    width: 650px;
    right: -120px;
    top: 130px;
}

#homepage.homepage2 .banner_section .banner_container .banner_title {
    font-size: 34px;
    line-height: 1.4em;
    font-weight: 500;
}

.offerdiv {
    font-size: 15px;
    line-height: 100%;
    margin: 0 0 20px;
    color: #9cd2e8;
}

.offerdiv a {
    color: #9cd2e8;
    transition: all 0.3s ease;
}

.offerdiv a:hover,
.offerdiv a:focus {
    color: #bbebff;
    text-decoration: none;
}

.offerdiv .badges {
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background-color: #ffbe4e;
    color: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 6px;
    margin: 0 5px 0 0;
}

.offerdiv .badges.cs-badge {
    position: relative;
    display: inline-block;
    height: 20px;
    padding: 5px 3px 5px 6px;
    vertical-align: middle;
    animation: arrow-motion 1s ease infinite, badgeAnime 5s ease infinite;
    margin: 0 10px 0 0;
}

.offerdiv .badges.cs-badge:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: -5px;
    top: 2px;
    background: inherit;
    transform: rotate(45deg);
    border-radius: 4px;
    z-index: -1;
}

#navright .btn_link .btn-trial {
    background-color: var(--highlightbuttonColor);
    color: var(--blackColor1);
}

.sticky #navright .btn_link .btn-trial {
    background-color: var(--highlightbuttonColor);
    color: var(--secondaryColor);
}

.sticky #navright .btn_link .btn-trial:hover,
.sticky #navright .btn_link .btn-trial:focus {
    background-color: var(--highlightbuttonColor);
    box-shadow: none;
    color: var(--blackColor1)
}

#navright .btn_link .tltop,
.sticky #navright .btn_link .tltop {
    margin-left: 6px;
    background-color: var(--highlightbuttonColor);
}

#navright .btn_link .tltop:hover,
#navright .btn_link .tltop:focus,
.sticky #navright .btn_link .tltop:hover,
.sticky #navright .btn_link .tltop:focus {
    background-color: var(--highlightbuttonColor);
}

#navright .btn_link .tltop:hover,
#navright .btn_link .tltop:focus {
    box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.8);
}

.sticky #navright .btn_link .tltop:hover,
.sticky #navright .btn_link .tltop:focus {
    box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.3);
}

#navright .btn_link.gstbtn .btn-trial,
.sticky #navright .btn_link.gstbtn .btn-trial {
    margin-left: 0;
    background-color: var(--primaryColor);
}

#navright .btn_link.gstbtn .btn-trial:hover,
.sticky #navright .btn_link.gstbtn .btn-trial:hover,
#navright .btn_link.gstbtn .btn-trial:focus,
.sticky #navright .btn_link.gstbtn .btn-trial:focus {
    background-color: var(--primaryColor);
    box-shadow: none;
}

.btn-link {
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #0977b6;
    color: var(--primaryColor);
}

.btn-link .fa {
    font-size: 70%;
    margin: 0 0 0 3px;
    line-height: 100%;
    position: relative;
    top: -2px;
    left: 0;
}

.btn-link:hover .fa {
    animation: bArrowmoving 1s ease infinite;
}

#navright .btn_link.contactlessBtn .btn,
.sticky #navright .btn_link.contactlessBtn .btn {
    margin-left: 0;
    background-color: var(--primaryColor);
    color: #FFF;
}

#navright .btn_link.contactlessBtn .btn:hover,
#navright .btn_link.contactlessBtn .btn:focus,
.sticky #navright .btn_link.contactlessBtn .btn:hover,
.sticky #navright .btn_link.contactlessBtn .btn:focus {
    background-color: var(--primaryColor);
    color: #FFF;
}

#navright .btn_link.contactlessBtn .btn:hover span,
#navright .btn_link.contactlessBtn .btn:focus span {
    opacity: 1;
}

.calltoaction_container {
    position: relative;
    color: #fff;
    padding: 60px 0;
    background: #19212f;
}

.calltoaction_container:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 33, 47, 1);
}

.calltoaction_container .cta-content {
    position: relative;
    z-index: 2;
    display: table;
    text-align: center;
    margin: 0 auto;
}

.calltoaction_container .cta-content h2 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px;
}

.calltoaction_container .cta-content h5 {
    line-height: 1.500em;
    margin: 0;
    color: #fff;
}

.calltoaction_container .cta_btn_container {
    margin: 30px 0 0;
}

#homepage .calltoaction_container {
    position: relative;
    padding: 40px 0;
}

#homepage .calltoaction_container .calltoactionInner {
    position: relative;
    z-index: 1;
    text-align: center;
}

#homepage .calltoaction_container .cta-content {
    width: initial;
}

#homepage .calltoaction_container .cta-content h5 {
    font-size: 16px;
    color: var(--primaryLightColor);
    ;
    font-weight: 400;
}

#homepage .calltoaction_container .cta_btn_container .btn-link {
    display: inline-block;
    background: var(--highlightbuttonColor);
    border: 1px solid var(--highlightbuttonColor);
    padding: 14px 20px;
    border-radius: 40px;
    font-size: 16px;
    color: var(--secondaryColor);
    transition: all 0.3s ease;
    text-transform: uppercase;
}

#homepage .calltoaction_container .cta_btn_container .btn-link:hover,
#homepage .calltoaction_container .cta_btn_container .btn-link:focus {
    background: var(--highlightbuttonColor);
}

#homepage .calltoaction_container .cta_note {
    margin: 10px 0 0;
    font-size: 13px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, .6);
    line-height: 1;
    text-transform: uppercase;
}

.footer_section {
    padding: 2.500em 0 0;
    border-top: 1px solid #e8e8e8;
    background: #f9f9f9;
    background: #f0f4f7;
}

.footer_section .nlsec {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 15px 0 0;
    border-top: 1px solid #e8e8e8;
    padding: 30px 0 0;
}

.nlsecInner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nlsecInner .nlsecSubscribe {
    width: 30%;
}

.nlsecInner .nlsecStore {
    display: flex;
    width: 70%;
    padding: 0 0 0 30px;
    justify-content: center;
    flex-flow: row wrap;
}

.appdownload-section {
    width: calc(33.33% - 10px);
    padding: 15px;
    margin: 0 0 0 15px;
    background: #FFF;
    border-radius: 6px;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.appdownload-section:hover {
    box-shadow: 0 6px 20px -3px rgba(0, 0, 0, 0.1);
}

.appdownload-section:nth-of-type(1) {
    margin-left: 0;
}

.fappBtn {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("../images/img_sprite.png") no-repeat
}

.fappBtn.fappBtngoogle {
    background: url(../images/playstore.svg) no-repeat;
}

.fappBtn.fappBtnapple {
    background: url(../images/ios.svg) no-repeat;
}

.pptBtn {
    position: relative;
    background: var(--primaryColor);
    box-shadow: none;
    color: #FFF;
    padding: 13px 20px 13px 45px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    display: table;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.pptBtn:before {
    content: "";
    background: url("../images/pdf_icon.svg") no-repeat;
    width: 19.25px;
    height: 22px;
    display: block;
    position: absolute;
    left: 15px;
    top: 10px;
}

.pptBtn:hover,
.pptBtn:focus {
    text-decoration: none;
    color: #FFF;
    background: var(--primaryColor);
}

.footer_section .nlsecInner .nlsecStore .appdownload-section h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 0 15px;
}

.footer_section .appdownload-section h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}

.footer_section .footer_main_links {
    text-align: center;
    margin-bottom: 20px;
}

.footer_section .footer_main_links a {
    color: var(--secondaryColor);
    font-size: 14px;
    margin: 10px;
    -webkit-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -moz-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -ms-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -o-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    display: inline-block;
    position: relative;
}

.footer_section .footer_main_links a:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background-color: rgba(53, 62, 78, 0.3);
    top: 8px;
    right: -15px;
}

.footer_section .footer_main_links a.nav-last:after {
    content: '';
    background-color: transparent;
}

.footer_section .footer_main_links a:hover,
.footer_section .footer_main_links a:focus {
    color: var(--primaryColor);
    text-decoration: none;
}

.footer_section h3 {
    font-size: 18px;
    color: var(--secondaryColor);
    font-weight: 600;
    margin: 0 0 20px;
}

.footer_section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_section ul.footer_link::after {
    content: "";
    display: table;
    clear: both;
}

.footer_section ul.footer_link li {
    width: 33.33%;
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--secondaryColor);
    margin: 0 0 20px;
}

.footer_section ul.footer_link li strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondaryColor);
}

.footer_section ul.footer_link li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondaryColor);
    display: block;
    -webkit-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -moz-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -ms-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -o-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
}

.footer_section ul.footer_link li a:focus,
.footer_section ul.footer_link li a:hover {
    color: var(--primaryColor);
    text-decoration: none;
}

.footer_section ul.footer_link li a:focus strong,
.footer_section ul.footer_link li a:hover strong {
    color: var(--secondaryColor);
    text-decoration: none;
}

.footer_section .footer_contact p {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--secondaryColor);
    margin: 0 0 10px;
}

.footer_section .footer_contact p small {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondaryColor);
    display: block;
}

.footer_section .footer_contact p small a {
    color: var(--secondaryColor);
}

.footer_section .footer_contact p small a:hover,
.footer_section .footer_contact p small a:focus {
    color: var(--primaryColor);
    text-decoration: none;
    outline: none;
}

.footer_section .footer_contact p .contactnumber a {
    position: relative;
}

.footer_section .footer_contact .WhatsappNum .contactnumber:before {
    content: "";
    font-family: fontawesome;
    margin: 0 0px 0 -5px;
    line-height: 1;
    position: relative;
    width: 28px;
    height: 28px;
    background: url(../images/whatsapp.svg) no-repeat;
    display: inline-block;
    top: -1px;
    vertical-align: middle;
    transform: scale(0.6);
    background-size: cover;
}

.footer_section .footer_subscribe {
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
}

.footer_section .footer_subscribe h3 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: none;
}

.footer_section .footer_subscribe h3 span {
    font-size: 20px;
    line-height: 1;
    display: block;
    margin-bottom: 3px;
    text-transform: none;
}

.footer_section .footer_subscribe h3 strong {
    color: var(--primaryColor);
    font-weight: 600;
    text-transform: none;
}

.footer_section .footer_subscribe .subscribe_form {
    margin: 0 auto 0px;
    border: 0 none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.footer_section .footer_subscribe a {
    color: #727c88;
    font-size: 0.875em;
    -webkit-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -moz-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -ms-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -o-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
}

.footer_section .footer_subscribe a:focus,
.footer_section .footer_subscribe a:hover {
    color: #3c444e;
    text-decoration: none;
}

.footer_section .footer_copy {
    border-top: 1px solid #e8e8e8;
    margin: 30px 0 0;
    padding: 15px 0;
}

.footer_section .footer_copy p {
    font-size: 0.813em;
    font-weight: 400;
    color: #727c88;
    margin: 12px 0 0;
}

.footer_section .footer_copy p a {
    color: #727c88;
    -webkit-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -moz-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -ms-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
    -o-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
}

.footer_section .footer_copy p a:focus,
.footer_section .footer_copy p a:hover {
    color: #3c444e;
    text-decoration: none;
}

.footer_section .footer_copy .footer_social {
    display: block;
    margin: 0;
    text-align: right;
}

.footer_section .footer_copy .footer_social li {
    display: inline-block;
    margin: 0 2px;
}

.footer_section .footer_copy .footer_social li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.27, 0.05, 0.25, 1);
    -moz-transition: all 0.3s cubic-bezier(0.27, 0.05, 0.25, 1);
    -ms-transition: all 0.3s cubic-bezier(0.27, 0.05, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.27, 0.05, 0.25, 1);
}

.footer_section .footer_copy .footer_social li a .fa {
    font-size: 1.125em;
    line-height: 40px;
}

.footer_section .footer_copy .footer_social li a.icn_qr {
    background-color: #b92b27;
    visibility: hidden;
}

.footer_section .footer_copy .footer_social li a.icn_fb {
    background-color: #3b5998;
}

.footer_section .footer_copy .footer_social li a.icn_tw {
    background-color: #000;
    padding: 4px 10px;
}

.footer_section .footer_copy .footer_social li a.icn_yt {
    background-color: #e62e27;
}

.footer_section .footer_copy .footer_social li a.icn_in {
    background-color: #0977b5;
}

.footer_section .footer_copy .footer_social li a.icn_lc {
    background-color: #fe8f00;
}

.footer_section .footer_copy .footer_social li a.icn_ig {
    background: #efe473;
    background: -moz-linear-gradient(45deg, #efe473 0%, #fd5949 45%, #d6249f 90%);
    background: -webkit-linear-gradient(45deg, #efe473 0%, #fd5949 45%, #d6249f 90%);
    background: linear-gradient(45deg, #efe473 0%, #fd5949 45%, #d6249f 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efe473', endColorstr='#d6249f', GradientType=1);
}

.footer_section .footer_copy .footer_social li a:focus,
.footer_section .footer_copy .footer_social li a:hover {
    background: #3c444e;
}

.nlsubscribe {
    position: relative;
    margin-bottom: 5px
}

.nlsubscribe .hs-input {
    color: #888;
    border: 1px solid #b0bec5;
    background-color: transparent;
    padding: 10px 15px;
    -moz-border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    height: 48px;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: middle;
    width: 100%;
    outline: none;
    border-right: 0;
}

.nlsubscribe .hs-input:focus {
    background: #FFF;
}

.nlsubscribe .hs_submit.hs-submit {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 48px
}

.nlsubscribe .actions {
    position: relative;
    right: 0;
    top: 0;
    background: var(--primaryColor);
    border: 0;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    color: #FFF;
    width: 60px;
    height: 48px
}

.nlsubscribe .actions .hs-button {
    font-size: 0;
    position: relative;
    z-index: 2;
    background: transparent;
    border: 0;
    padding: 1.5em 2em;
    border-radius: 30px;
    height: auto;
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    box-shadow: none;
    width: 60px;
    height: 48px
}

.nlsubscribe .actions:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f1d8";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    padding: .7em 1.5em;
    font-size: 1em;
    line-height: 1.4
}

.nlsubscribe .hs-email {
    width: calc(100% - 60px);
    display: block;
    text-align: left
}

.nlsubscribe .hs-email>label {
    display: none
}

.nlsubscribe .hs-error-msgs {
    display: none !important
}

.nlsubscribe .submitted-message p {
    color: var(--highlightbuttonColor);
    text-align: center;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 5px;
    background: #FFF;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    overflow: hidden
}

.nlsubscribe .hs_error_rollup .hs-error-msgs {
    display: block !important;
    margin: 0;
    padding: 0 !important;
    border-radius: 30px;
    position: relative;
    z-index: 1
}

.hs_error_rollup .hs-error-msgs {
    padding: 0 0.375rem;
    line-height: initial;
    margin: 0px 0 -10px;
    list-style: none;
    animation: animeLeft 0.5s ease;
    width: 100%
}

.hs_error_rollup .hs-error-msgs li {
    margin: 0;
    line-height: 100%
}

.hs_error_rollup .hs-error-msgs label {
    padding: 8px 10px;
    margin: 0;
    color: #FFF;
    font-size: 13px;
    line-height: 100%;
    font-weight: 400;
    position: relative;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    background: #f98181;
    display: block;
    border-radius: 5px;
    text-align: center
}

.submitted-message {
    text-align: left
}

.submitted-message p {
    font-size: 14px;
    line-height: 1.62857;
    margin: 0 0 10px;
    color: #333
}

.submitted-message p strong {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

/* Autofill hack */

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent
    }
}

input:-webkit-autofill,
select:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

.faqSection {
    position: relative;
    padding: 40px 0;
    background: #f9f9f9;
    z-index: 1;
}

.faqSection.homefaqSection {
    border-top: 1px solid #e4e4e4;
}

.faqSection .container {
    position: relative;
    z-index: 1;
}

.faqSection .faqVector {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 350px;
    height: 395px;
    display: block;
    background: url("../images/faq_bg.svg") no-repeat;
    opacity: 0.3;
}

.faqSection h2 {
    text-align: center;
    color: var(--secondaryColor);
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 40px;
}

.faqSection-listing .faqs,
.faqSection-listing .faqs li {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all ease .2s;
}

.faqSection-listing .faqs li {
    background: transparent;
    padding: 10px 15px;
}

.faqSection-listing .faqs li.shdw-more {
    background: #FFF;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2) !important;
    margin: 25px 0px !important;
}

.faqSection-listing .faqs .faqque {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondaryColor);
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-family: var(--primaryFontfamily);
}

.faqSection-listing .faqque::after {
    content: '\f059';
    font-family: FontAwesome;
    position: absolute;
    color: var(--primaryColor);
    left: 0;
    top: 0;
}

.faqSection-listing .faqs .faqans {
    font-size: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666;
    padding-left: 25px;
    display: none;
}

.faqSection-listing .faqs li ul {
    margin: 15px 0;
    padding: 0 0 0 20px;
}

.faqSection-listing .faqs li ul li {
    margin: 0;
    padding: 0;
    list-style: circle;
    font-size: 14px;
    line-height: 1.625rem;
}

.faqSection-listing .faqs li p {
    font-size: 15px;
    line-height: 1.625rem;
    margin: 0 0 15px;
}

.faqSection-listing .faqs li p:last-of-type {
    margin-bottom: 0;
}

.faqBtmcta {
    display: table;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 40px;
    line-height: 1.4em;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1);
    margin: 40px auto 0;
    background: #fff;
    position: relative;
    text-align: center;
}

.hClientsection {
    position: relative;
    z-index: 1;
    margin: 20px 0;
}

.hClientsectionInner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.hClientsectionInner h2 {
    margin: 0 30px 0 0;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 300;
    max-width: 30%;
    color: #848e94;
    letter-spacing: 0.03em;
}

.hClientsectionInner h2 span {
    display: block;
    font-size: 28px;
    font-weight: 400;
    margin: 3px 0 0;
    color: #333;
    text-transform: none;
    letter-spacing: normal;
}

.hClientsectionInner .btn-link {
    margin-top: 10px;
    display: inline-block;
}

.hClients {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: calc(73% - 50px);
}

.hClientsList {
    width: calc(25% - 20px);
    margin: 10px 0 10px 20px;
    text-align: center;
    background: #FFF;
    border: 1px solid #e1e6ea;
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.09);
    padding: 0;
    transition: all 0.3s ease;
    border-radius: 5px;
    overflow: hidden;
}

.hClientsList:hover,
.hClientsList:focus {
    border: 1px solid #cfd8de;
    box-shadow: 0 10px 16px -8px rgba(0, 0, 0, 0.1);
}

.hClientsList:nth-of-type(4n+1) {
    margin-left: 0;
}

.hClientsList a {
    display: inline-block;
    padding: 6px;
    vertical-align: top;
}

.hClientsList .hbgclient {
    display: block;
    padding: 12px 10px;
    vertical-align: top;
    text-align: center;
}

.hbgclient,
.hClientsImg {
    position: relative;
}

.hClientsImg:after {
    content: "";
    background: url() no-repeat;
    display: block;
    height: 60px;
    width: 145px;
}

.hClientsList .sagargaire:after,
.hClientsImg.sagargaire:after {
    background-position: -960px -120px;
}

.hClientsList .canadian241:after,
.hClientsImg.canadian241:after {
    background-position: -160px -120px;
}

.hClientsList .pointzero:after,
.hClientsImg.pointzero:after {
    background-position: -480px -120px;
}

.hClientsList .SnSBites:after,
.hClientsImg.SnSBites:after {
    background-position: -800px -120px;
}

.hClientsList .munchiescrepe:after,
.hClientsImg.munchiescrepe:after {
    background-position: -320px -120px;
}

.hClientsList .qandeel:after,
.hClientsImg.qandeel:after {
    background-position: -640px -120px;
}

.hClientsList .cafeasserella:after,
.hClientsImg.cafeasserella:after {
    background-position: 0 -120px;
}

.hClientsList .thestorywall:after,
.hClientsImg.thestorywall:after {
    background-position: -1120px -120px;
}

.hClients .hClientsList .hClientsInfo {
    color: #FFF;
    background: rgba(0, 37, 58, 0.86);
    position: absolute;
    width: 100%;
    height: 84px;
    left: 0;
    top: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    letter-spacing: 0.01em;
    font-weight: 600;
    vertical-align: middle;
    transition: all 0.4s ease;
}

.hClients .hClientsList:hover .hClientsInfo {
    top: 0;
}

.hcontenbottomSection {
    position: relative;
    padding: 30px 0 30px;
}

.hcontentSectioninner {
    display: flex;
    justify-content: center;
}

.hcontenbottomContent {
    width: 80%;
    text-align: center;
}

.hcontenbottomSection h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 1.4em;
}

.hcontenbottomSection p {
    font-size: 16px;
    line-height: 1.8em;
}

.hfeatureGridsection {
    position: relative;
    padding: 50px 0 80px;
}

.hfeatureGridinner {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.hfeatureGridinner .hfeatureGridPattern {
    position: absolute;
    left: 0;
    top: 0;
}

.hfeatureGridinner .hfeatureGridPattern span {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url() no-repeat;
    opacity: 0.1;
}

.hfeatureGridinner .hfeatureGridPattern span:nth-of-type(1) {
    left: 300px;
    top: 0;
    background-position: -85px -10px;
    opacity: 0.05;
}

.hfeatureGridinner .hfeatureGridPattern span:nth-of-type(2) {
    left: -110px;
    top: 310px;
    background-position: -350px -10px;
}

.hfeatureGridinner .hfeatureGridPattern span:nth-of-type(3) {
    left: 80px;
    top: 140px;
    background-position: -259px -10px;
    transform: scale(1);
}

.hfeatureGridinner .hfeatureGridPattern span:nth-of-type(4) {
    left: 290px;
    top: 580px;
    background-position: 10px -10px;
    transform: scale(-1, 1);
}

.hfeatureGridinner .hfeatureGridPattern span:nth-of-type(5) {
    top: 370px;
    background-position: -172px -10px;
    transform: scale(1);
    left: 340px;
}

.hfeatureGridHeading {
    width: 30%;
    margin: 0 60px 0 0;
}

.hfeatureGridHeading h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 20px;
}

.hfeatureGridHeading p {
    line-height: 1.6em;
    font-size: 16px;
    margin: 0;
}

.hfeatureGridHeading .btn-link {
    margin: 30px 0 0;
    display: inline-block;
    border: 1px solid var(--primaryColor);
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 14px;
    background: var(--primaryColor);
    color: #FFF;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.hfeatureGridHeading .btn-link:hover,
.hfeatureGridHeading .btn-link:focus {
    box-shadow: 0 6px 12px rgb(0 86 252 / 30%);
}

.hfeatureGridHeading .btn-link .fa {
    font-size: initial;
    top: 0;
    margin-left: 5px;
}

.hfeatureGridOuter {
    position: relative;
    z-index: 1;
    width: calc(70% - 60px);
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

.hfeatureGridOuter:before {
    content: "";
    position: absolute;
    right: -100px;
    top: 20px;
    z-index: -1;
    display: block;
    width: 165px;
    height: 100px;
    background: url(../images/homeimg_sprite.svg) no-repeat -820px -10px;
    transform: scale(0.8, 0.8);
    animation: hfgridP1 18s ease infinite;
}

.hfeatureGridOuter:after {
    content: "";
    position: absolute;
    left: -170px;
    top: 80%;
    z-index: -1;
    display: block;
    width: 165px;
    height: 85px;
    background: url(../images/homeimg_sprite.svg) no-repeat -840px -10px;
    transform: scale(-1, 1);
    animation: hfgridP2 16s ease infinite;
}

.hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridOuter:before {
    opacity: 0.2;
    right: initial;
    left: -100px;
    transform: scale(-0.8, 0.8);
    animation: hfgridPalt1 18s ease infinite;
}

.hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridOuter:after {
    opacity: 0.2;
    left: initial;
    right: -70px;
    top: 90%;
    animation: hfgridPalt2 20s ease 3s infinite;
}

.hfeatureGrid {
    position: relative;
    box-shadow: 5px 10px 30px -4px rgba(0, 0, 0, 0.1);
    background: #FFF;
    padding: 30px;
    width: calc(50% - 20px);
    margin: 0 0 40px 40px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.hfeatureGrid .hfeatureGridContent {
    position: relative;
}

.hfeatureGridBadge {
    position: absolute;
    left: -40px;
    top: -40px;
    background: #ff5722;
    color: #FFF;
    display: inline-block;
    padding: 7px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    vertical-align: top;
    border-radius: 4px;
    letter-spacing: 0.05em;
    box-shadow: 0px 3px 4px 0px rgb(19 19 19 / 20%);
}

.hfeatureGrid .hfgLink {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}

.hfeatureGrid .hfgLink:hover,
.hfeatureGrid .hfgLink:focus {
    text-decoration: none;
}

.hfeatureGrid:hover,
.hfeatureGrid:focus {
    box-shadow: 10px 16px 50px -10px rgba(0, 0, 0, 0.3);
}

.hfeatureGrid:nth-of-type(2n+1) {
    margin-left: 0;
}

.hfeatureGrid:nth-of-type(2),
.hfeatureGrid:nth-of-type(4) {
    top: 60px;
}

.hfeatureGrid:nth-of-type(3),
.hfeatureGrid:nth-of-type(4) {
    margin-bottom: 0;
}

.hfeatureGridImg {
    margin: 0px 0 15px;
    min-height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hfeatureGridsectionAlter .hfeatureGridinner .hfeatureGridImg {
    min-height: 145px;
}

.hfeatureGridImg.hfImg {
    transform: scale(0.67);
    transform-origin: left;
}

.hfeatureGridImg.hfImg-ordermanage {
    width: 419px;
    height: 240px;
    background-position: -350px -880px;
    margin: -30px 0 -10px;
}

.hfeatureGridImg.hfImg-ordertakingapp {
    width: 450px;
    height: 210px;
    background-position: 0px -660px;
    margin: -40px 0 0px;
}

.hfeatureGridImg.hfImg-orderintegration {
    width: 500px;
    height: 350px;
    background-position: 0px -1130px;
    transform: scale(0.6);
    margin: -80px 0 -50px -5px;
}

.hfeatureGridImg.hfImg-delivery {
    width: 425px;
    height: 165px;
    background-position: -460px -660px;
    transform: scale(0.7);
    margin: -15px 0 5px -5px;
}

.hfeatureGridImg.hfImg-inventory {
    width: 437px;
    height: 200px;
    background-position: -820px -880px;
    margin: -30px 0 -10px;
}

.hfeatureGridImg.hfImg-shift {
    width: 411px;
    height: 179px;
    background-position: -900px -660px;
    margin: -20px 0 0px;
}

.hfeatureGridImg.hfImg-billing {
    width: 342px;
    height: 218px;
    background-position: -1370px -430px;
    transform: scale(0.8);
    margin: -20px 0 10px;
}

.hfeatureGridImg.hfImg-custreport {
    width: 369px;
    height: 196px;
    background-position: -460px -200px;
    transform: scale(0.8);
    margin: -20px 0 10px;
}

.hfeatureGrid h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;
    transition: all 0.3s ease;
}

.hfeatureGrid:hover h3,
.hfeatureGrid:focus h3 {
    color: var(--primaryColor);
}

.hfeatureGrid p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.hfeatureGrid .hbtnOuter {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 3;
}

.hfeatureGrid .hbtnOuter .fsSbtnO {
    margin: 0;
    display: inline-block;
    position: relative;
    top: 0;
}

.hfeatureGrid .hbtnOuter .fsSbtn {
    margin: 0 0 0 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
}

.hfeatureGrid .hbtnOuter .fsSbtn:nth-of-type(1) {
    margin-left: 0;
}

.hfeatureGrid .hbtnOuter .fsSbtn.fsSbtnGoogle:before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background: url("../images/playstore.svg") no-repeat;
    transform-origin: left top;
    margin: 2px 0 0;
}

.hfeatureGrid .hbtnOuter .fsSbtn.fsSbtnApple:before {
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: url("../images/ios.svg") no-repeat;
    transform-origin: left top;
}

.hfeatureGridsection.hfeatureGridsectionAlter {
    position: relative;
    background: #19212f;
    z-index: 1;
    margin: 0;
    padding: 60px 0 140px;
}

.hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridinner {
    flex-direction: row-reverse;
}

.hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridHeading {
    margin: 0 0 0 60px;
    color: #FFF;
    position: relative;
    top: 60px;
}

.hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridHeading h2 {
    color: #FFF;
    font-size: 28px;
}

.hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridHeading .btn-link {
    color: #FFF;
}

.hfeatureGridsection.hfeatureGridsectionAlter {
    position: relative;
    background: none;
}

.hfeatureGridsection.hfeatureGridsectionAlter .container {
    position: relative;
    z-index: 1;
}

.hfeatureGridsection.hfeatureGridsectionAlter:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #19212f;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.9;
    transform: skewY(3deg);
}

.hfeatureObjects {
    position: relative;
    padding: 0 0 120px;
}

.hfeatureObjectsHeading {
    margin: 20px auto;
    width: 90%;
    text-align: center;
}

.hfeatureObjectsHeading h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 10px;
}

.hfeatureObjectsHeading p {
    font-size: 16px;
    line-height: 1.8em;
}

.hfeatureObjectsInner {
    display: flex;
    flex-flow: row wrap;
}

.hfeatureObjectslist {
    padding: 0;
    background: #FFF;
    border-radius: 10px;
    margin: 40px 0 0 40px;
    display: flex;
    flex-flow: row wrap;
    width: calc(50% - 20px);
    min-height: 220px;
    align-items: center;
    color: #FFF;
    overflow: hidden;
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.3s ease;
}

.hfeatureObjectslist:hover {
    box-shadow: 0 20px 40px -18px rgba(0, 0, 0, 0.4);
}

.hfeatureObjectslist:nth-of-type(2n+1) {
    margin-left: 0;
}

.hfeatureObjectImg {
    width: 200px;
    margin: 0 20px 0 0;
    position: relative;
    text-align: center;
    padding: 0 5px;
    height: 100%;
    align-items: center;
    align-self: center;
    display: flex;
    background: #FFF;
}

.hfeatureObjectImg .hoImg {
    display: flex;
    align-items: center;
}

.hfeatureObjectImg .hoImg:after {
    content: "";
    background: url("https://www.ezeeoptimus.com/wp-content/themes/optimus/images/homeimg_sprite.png") no-repeat;
}

.hfeatureObjectImg .hoImg.hoImg-menumanage:after {
    content: "";
    width: 449px;
    height: 218px;
    background-position: 0px -200px;
    transform: scale(0.42);
    transform-origin: left;
}

.hfeatureObjectImg .hoImg.hoImg-tabletpos:after {
    content: "";
    width: 450px;
    height: 222px;
    background-position: -450px -430px;
    transform: scale(0.42);
    transform-origin: left;
}

.hfeatureObjectImg .hoImg.hoImg-restaurantchain:after {
    content: "";
    width: 450px;
    height: 203px;
    background-position: 0px -430px;
    transform: scale(0.42);
    transform-origin: left;
}

.hfeatureObjectImg .hoImg.hoImg-custengagement:after {
    content: "";
    width: 300px;
    height: 212px;
    background-position: 0px -880px;
    transform: scale(0.64);
    transform-origin: left;
}

.hfeatureObjectContent {
    position: relative;
    z-index: 1;
    width: calc(100% - 220px);
    min-height: 100%;
    padding: 20px 10px 20px 20px;
}

.hfeatureObjectContent:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primaryColor);
    top: 0;
    left: 0;
    transform: rotate(-10deg) scale(1.5) translateX(50px);
    transition: all 0.3s ease;
    z-index: -2;
}

.hfeatureObjectContent:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    top: 0;
    left: 0;
    transform: rotate(-7deg) scale(1.5) translateX(56px);
    transition: all 0.3s ease;
    z-index: -1;
}

.hfeatureObjectslist:hover .hfeatureObjectContent:before {
    transform: rotate(-7deg) scale(1.5) translateX(60px);
}

.hfeatureObjectslist:hover .hfeatureObjectContent:after {
    transform: rotate(-10deg) scale(1.5) translateX(54px);
}

.hfeatureObjectContent h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
}

.hfeatureObjectContent p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0;
}

.hfeatureObjectContent .hbtnOuter {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hfeatureObjectContent .hbtnOuter .fsSbtnO {
    margin: 0 0 0 10px;
    display: inline-block;
    position: relative;
    top: 6px;
}

.hfeatureObjectContent .hbtnOuter .fsSbtn {
    margin: 0 0 0 10px;
    width: 30px;
    height: 22px;
    display: inline-block;
}

.hfeatureObjectContent .hbtnOuter .fsSbtn.fsSbtnGoogle:before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background: url("../images/playstore_white.svg") no-repeat;
    transform: scale(0.9);
    transform-origin: left top;
    margin: 3px 0 0;
}

.hfeatureObjectContent .hbtnOuter .fsSbtn.fsSbtnApple:before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background: url("../images/ios_white.svg") no-repeat;
    transform: scale(1);
    transform-origin: left top;
}

.hfeatureObjectContent .btn-link {
    margin: 10px 0 0;
    display: inline-block;
    color: #FFF;
    transition: all 0.3s ease;
    border: 1px solid #FFF;
    padding: 10px 16px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
}

.hfeatureObjectContent .btn-link:hover,
.hfeatureObjectContent .btn-link:focus {
    background: #FFF;
    border-color: #FFF;
    color: var(--primaryColor);
}

.hfeatureObjectContent .btn-link .fa {
    display: none;
}

.launchSection {
    position: relative;
    min-height: 550px;
    margin: -50px 0 -30px;
}

.launchSection:before {
    content: "";
    width: 856px;
    height: 377px;
    display: block;
    background: url(../images/WhatsApp\ Image\ 2025-05-29\ at\ 11.23.19_e155f75f.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 100px;
    bottom: -100px;
    transform: scale(0.8);
    transform-origin: right bottom;
}

.launchSection:before {
    bottom: 130px;
    width: 450px;
    height: 217px;
    transform: scale(1);
}

.launchInner {
    width: 60%;
    position: relative;
    top: 0;
    z-index: 1;
    margin: 30px 0 0;
}

.launchContent h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 20px;
}

.launchContent p {
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 0 15px;
}

.launchContent p:last-of-type {
    margin-bottom: 0;
}

.launchBtnouter {
    margin: 20px 0 0;
}

.launchSection .btn-link {
    margin: 0;
    display: inline-block;
    border: 1px solid var(--primaryColor);
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 14px;
    background: var(--primaryColor);
    color: #FFF;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.launchSection .btn-link:hover,
.launchSection .btn-link:focus {
    box-shadow: 0 6px 12px rgb(0 86 252 / 30%);
}

.homepage2 .hfeatureGridsection.hfeatureGridsectionAlter:before {
    opacity: 1;
    transform: skewY(0deg);
}

.homepage2 .hfeatureGridsection.hfeatureGridsectionAlter:after {
    opacity: 1;
    transform: skewY(0deg);
}

.homepage2 .trialReviews {
    padding: 40px 0 0;
    text-align: center;
    background: #f1f4f7;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.homepage2 .trialReviewsOuter {
    position: relative;
}

.homepage2 .trialReviewsOuter:before {
    content: "\f10d";
    font-family: fontAwesome;
    font-size: 120px;
    color: rgba(167, 172, 199, 0.1);
    position: absolute;
    top: 90px;
    left: 30px;
}

.homepage2 .trialReviews .container {
    position: relative;
    z-index: 1;
}

.homepage2 .trialReviews-block {
    max-height: 300px;
}

.trialReviewsBtnOuter {
    margin: 50px auto;
    display: table;
}

.trialReviewsBtnOuter .btn-link {
    display: inline-block;
    border: 1px solid var(--primaryColor);
    padding: 12px 25px;
    border-radius: 40px;
    font-size: 14px;
    background: var(--primaryColor);
    color: #FFF;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.trialReviewsBtnOuter .btn-link:hover,
.trialReviewsBtnOuter .btn-link:focus {
    box-shadow: 0 6px 12px rgb(0 86 252 / 30%);
}

.homepage2 .trialReviews h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--primaryColor);
    margin: 0 0 40px;
    position: relative;
    letter-spacing: 0.01em;
}

.homepage2 .trialReviews h2:after {
    content: "";
    width: 60px;
    height: 3px;
    background: #ffc252;
    margin: 5px auto 0;
    display: none;
}

.homepage2 #trialReviews {
    position: relative;
    background: #FFF;
    width: 70%;
    margin: 0 auto 60px;
    box-shadow: 0 5px 20px -4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.homepage2 #trialReviews .owl-carousel {
    padding: 30px 50px 50px;
}

.homepage2 .trialReviews-ratings {
    margin: 0 auto 5px;
    display: none;
}

.homepage2 .trialReviews-ratings em {
    font-size: 18px;
    margin: 0 5px 0 0;
    color: #f1b400;
    vertical-align: top;
}

.homepage2 .trialReviews-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0 0 20px;
}

.homepage2 .trialReviews-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.8em;
}

.homepage2 .trialReviews-text strong {
    font-weight: 600;
    color: #222;
}

.homepage2 #trialReviews .owl-theme .owl-controls {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.homepage2 .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

.homepage2 #trialReviews .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 3px;
    background: transparent;
    border: 2px solid currentColor;
    transition: all 0.5s ease;
}

.homepage2 #trialReviews .owl-theme .owl-controls .owl-page.active span,
.homepage2 #trialReviews .owl-theme .owl-controls.clickable .owl-page:hover span {
    border-color: var(--primaryColor);
    transform: scale(1.4);
}

.homepage2 #trialReviews .owl-theme .owl-controls .owl-buttons div {
    top: 0;
    opacity: 1;
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 0;
    transition: all 0.3s ease;
    background: transparent;
    line-height: 100%;
    display: flex;
    align-items: center;
}

.homepage2 #trialReviews .owl-theme .owl-controls .owl-buttons div:before {
    content: "";
    font-family: fontAwesome;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #2F5FBBcc;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.homepage2 #trialReviews .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -25px;
}

.homepage2 #trialReviews .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -30px;
}

.homepage2 #trialReviews .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f060";
    transform: scale(1) translateX(0px);
}

.homepage2 #trialReviews .owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f061";
    transform: scale(1) translateX(0px);
}

.homepage2 #trialReviews .owl-theme:hover .owl-controls .owl-buttons div.owl-prev:before {
    transform: scale(1) translateX(0px);
}

.homepage2 #trialReviews .owl-theme:hover .owl-controls .owl-buttons div.owl-next:before {
    transform: scale(1) translateX(0px);
}

.homepage2 .trialReviews-user {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 30px 0 0;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.homepage2 .trialReviewsTxt {
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.homepage2 .trialReviewsTxt h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.homepage2 .trialReviewsTxt span {
    display: block;
    font-size: 13px;
    margin: 10px 0 0;
    color: #6a757b;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.homepage2 .tiralReviewsImg {
    width: 90px;
    height: 85px;
    margin: 0 20px 0;
}

.homepage2 .tiralReviewsImg:before {
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    background: url("../images/capterra-dark-shortlist-badge.png") no-repeat;
    background-size: 100%;
}

.hbenefitsSection {
    background: #19212f;
    color: #FFF;
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0;
}

.hbenefitsSection .container {
    position: relative;
    z-index: 1;
}

.hbenefitsSectionInner {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.hbenefitsHeading {
    width: calc(35% - 30px);
    margin: 0 30px 0 0;
    padding: 0;
    border-radius: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-flow: column;
}

.hbenefitsHeading h2 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 500;
}

.hbenefitsHeading p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    color: var(--primaryLightColor);
    font-weight: 400;
}

.hbenefitsContent {
    width: 65%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.hbenefits {
    width: calc(25% - 15px);
    text-align: center;
    font-size: 14px;
    padding: 15px 10px;
    background: #FFF;
    color: #000;
    margin: 0 0 0 10px;
    border: 1px solid #dfe4e8;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.hbenefits:nth-of-type(1) {
    margin-left: 0;
}

.hbenefitsImg {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

.hbenefitsImg.hbImg-anywhere {
    background-position: -1365px -10px;
}

.hbenefitsImg.hbImg-downtime {
    background-position: -1475px -10px;
}

.hbenefitsImg.hbImg-hardware {
    background-position: -1805px -10px;
}

.hbenefitsImg.hbImg-secure {
    background-position: -1585px -10px;
}

.hbenefitsText {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
}

.hbenefitsText span {
    display: block;
}

.hfeatureThree {
    position: relative;
    padding: 40px 0 50px;
}

.hfeatureThree.hfeatureThreeNew {
    padding: 70px 0;
}

.hfeatureBtnOuter {
    margin: 50px auto 0;
    display: table;
}

.hfeatureBtnOuter .btn-link {
    display: inline-block;
    border: 1px solid var(--primaryColor);
    padding: 14px 25px;
    border-radius: 40px;
    font-size: 14px;
    background: var(--primaryColor);
    color: #FFF;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-align: center;
}

.hfeatureBtnOuter .btn-link:hover,
.hfeatureBtnOuter .btn-link:focus {
    box-shadow: 0 6px 12px rgb(0 86 252 / 30%);
}

.hfeatureThreeHeading {
    width: 80%;
    text-align: center;
    margin: 0 auto 60px;
}

.hfeatureThreeHeading h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 10px;
}

.hfeatureThreeHeading p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8em;
}

.hfeatureThreeInner {
    display: flex;
    justify-content: center;
}

.hfeatureThreelist {
    position: relative;
    width: calc(33.33% - 15px);
    margin: 0 0 0 30px;
    text-align: center;
    box-shadow: 0 17px 40px -20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    background: #FFF;
}

.hfeatureThreelist:hover {
    box-shadow: 0 20px 50px -14px rgba(0, 0, 0, 0.2);
}

.hfeatureThreelist:nth-of-type(3n+1) {
    margin-left: 0;
}

.hfeatureThreeImg {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 30px 30px 0;
    position: relative;
    z-index: 1;
    min-height: 140px;
}

.hfeatureThreeImg img {
    height: 180px;
    width: auto;
}

.hfeatureThreeImg.hftImg.hftImg-hotelmanagsystem {
    width: 405px;
    height: 211px;
    background-position: -1280px -200px;
    transform: scale(0.76);
    margin: 0 0 -30px -20px;
}

.hfeatureThreeImg.hftImg.hftImg-loyalty {
    width: 434px;
    height: 222px;
    background-position: -840px -200px;
    transform: scale(0.72);
    margin: 0 0 -40px -35px;
}

.hfeatureThreeImg.hftImg.hftImg-thirdparty {
    width: 391px;
    height: 189px;
    background-position: -1330px -660px;
    transform: scale(0.8);
    margin: 15px 0 -25px -10px;
}

.hfeatureThreeImg.hftImg.hftImg-multicurrencyprinting {
    width: 400px;
    height: 209px;
    background-position: 0px -1490px;
    transform: scale(0.8);
    margin: 10px 0 -35px -10px;
}

.hfeatureThreeImg.hftImg.hftImg-multilanguageprinting {
    width: 376px;
    height: 209px;
    background-position: -430px -1490px;
    transform: scale(0.8);
    margin: 0px 0 -25px -10px;
}

.hfeatureThreeImg.hftImg.hftImg-multilanguageinterface {
    width: 402px;
    height: 220px;
    background-position: -836px -1490px;
    transform: scale(0.7);
    margin: 10px 0 -45px -20px;
}

.hfeatureThreeContent {
    padding: 10px 30px 30px;
    background: #FFF;
}

.hfeatureThreeContent h3 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
}

.hfeatureThreeContent p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8em;
}

.hfeatureThreeContent .btn-link {
    margin: 20px 0 0;
    display: inline-block;
    padding: 14px 20px;
    border: 1px solid var(--primaryColor);
    border-radius: 30px;
    line-height: 1;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 0.03em;
}

.hfeatureThreeContent .btn-link:hover,
.hfeatureThreeContent .btn-link:focus {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
    color: #FFF;
}

.hfeatureThreeContent .btn-link .fa {
    display: none;
}

.supportSection {
    padding: 60px 0;
    background: #f4f5f7;
    border-top: 1px solid #eaedf3;
}

#homepage .supportSection {
    background: #FFF;
    padding: 40px 0;
}

.supportSectionInner {
    width: 100%;
    padding: 0;
}

.supportSectionInner .slHeader {
    margin: 0 auto 40px;
    text-align: center;
}

.supportSectionInner .slHeader h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
}

.supportlistOuter {
    display: flex;
    flex-flow: row wrap;
}

.supportList {
    width: 25%;
    text-align: center;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

#homepage .supportSectionInner .slHeader h2 {
    line-height: 1.4em;
}

.supportList .slImg {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border: 1px solid #d8d8d8;
    background: #FFF;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 3px 12px -2px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    transform: scale(1);
}

.supportList .slImg.slImg01:before {
    background-position: -1760px -200px;
    left: 4px;
}

.supportList .slImg.slImg02:before {
    background-position: -1760px -680px;
    left: 5px;
}

.supportList .slImg.slImg03:before {
    background-position: -1760px -520px;
    left: 4px;
}

.supportList .slImg.slImg04:before {
    background-position: -1760px -360px;
    left: 5px;
}

.supportList:hover .slImg {
    box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.3);
    transform: scale(1);
}

.supportList .slText {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 30px auto 0;
    transition: color 0.3s ease;
}

.supportList .slText span {
    display: block;
}

.footer_section .footer_main_links h3 {
    display: none;
}

.hClients .hClientsList {
    width: calc(25% - 30px);
    margin: 15px 0 15px 30px;
    text-align: center;
    background: #FFF;
    border: 1px solid #e1e6ea;
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.09);
    padding: 0;
    transition: all 0.3s ease;
}

.homepage2 .app-download-content {
    margin: 10px auto 0;
    display: flex;
    align-items: center;
}

.homepage2 .app-download-content .appBannerBtn {
    display: flex;
    padding: 6px 10px 6px 6px;
    margin: 0 0 0 10px;
    background-color: #000;
    color: #FFF;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all ease 0.3s;
    vertical-align: middle;
    flex-flow: row wrap;
    align-items: center;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.homepage2 .app-download-content .appBannerBtn:hover,
.homepage2 .app-download-content .appBannerBtn:focus {
    text-decoration: none;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(0px);
}

.homepage2 .app-download-content .appBannerBtn:first-of-type {
    margin-left: 0;
}

.homepage2 .app-download-content .appBannerBtn span {
    display: inline-block;
    color: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
}

.homepage2 .app-download-content .appBannerBtn span em {
    font-style: normal;
    font-weight: 600;
    display: block;
    line-height: 1.2;
    font-size: 13px;
    text-transform: none;
}

.footer_section .footerDropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
}

.open>.dropdown-menu {
    display: block;
}

.footer_section .footerDropdown .dropdown.dropResources {
    display: table;
}

.footer_section .footerDropdown .dropdown.dropResources #dropResources {
    border: 1px solid #c3c3c7;
    padding: 8px 20px;
    color: #333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
}

.footer_section .footerDropdown .dropdown.dropResources #dropResources:hover,
.footer_section .footerDropdown .dropdown.dropResources #dropResources:focus {
    text-decoration: none;
}

.footer_section .footerDropdown .dropdown.dropResources .dropdown-menu {
    width: 100%;
    min-width: 310px;
    max-width: initial;
    border: 0;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15), 0px 6px 46px 0px rgba(0, 0, 0, 0.1);
}

.footer_section .footerDropdown .dropdown.dropResources .dropdown-menu a {
    display: block;
    padding: 8px 10px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.footer_section .footerDropdown .dropdown.dropResources .dropdown-menu a:hover,
.footer_section .footerDropdown .dropdown.dropResources .dropdown-menu a:focus {
    color: #2f5fbb;
    text-decoration: none;
}

.exitPopup,
.exitPopup.modal {
    z-index: 2000000002;
}

.popupDesign {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 2000000002;
    top: 0;
    left: 0;
    background: #f1f6fd;
    background: -moz-linear-gradient(top, #f1f6fd 0%, #fff 60%);
    background: -webkit-linear-gradient(top, #f1f6fd 0%, #fff 60%);
    background: linear-gradient(to bottom, #f1f6fd 0%, #fff 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f6fd', endColorstr='#ffffff', GradientType=0);
    overflow: hidden;
    transform-origin: center top;
    transform: translateY(0%);
}

.popupDesign:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url() no-repeat center bottom;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    min-height: 100px;
    max-height: 100px;
    display: block;
    -webkit-transform: scaleX(1.4);
    transform: scaleX(1.4);
    animation: curveMotion 10s ease infinite;
}

.pdInner {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    max-width: 920px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.eBookPopup .pdContent h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 15px 0 0;
    color: #222;
}

.eBookPopup .pdContent p {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4em;
}

.pdContent h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
    color: #222;
}

.pdBtn {
    min-width: 210px;
    background: #4caf50;
    color: #FFF;
    padding: 15px 50px;
    border-radius: 40px;
    margin: 50px auto 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pdBtn:hover,
.pdBtn:focus {
    background: #389a3c;
    color: #FFF;
    text-decoration: none;
    outline: none;
}

.exitpopupBtn:hover,
.exitpopupBtn:focus {
    background: #389a3c;
    color: #FFF !important;
    text-decoration: none;
    outline: none;
}

.pdClose {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    transform-origin: center;
    z-index: 11;
    color: #fff;
}

.pdClose:hover {
    animation: rotates 0.6s ease;
}

.pdClose:before {
    content: "";
    width: 25px;
    height: 3px;
    background: #aaa;
    display: block;
    transform: rotate(45deg) translate(5px, 8px);
    transform-origin: center;
}

.pdClose:after {
    content: "";
    width: 25px;
    height: 3px;
    background: #aaa;
    display: block;
    transform: rotate(-45deg) translate(-6px, 3px);
    transform-origin: center;
}

.pdClose:hover:before,
.pdClose:hover:after {
    background: #aaa;
}

.popupGuide {
    position: absolute;
    bottom: 20px;
    right: -10px;
    z-index: 1;
    width: 250px;
    height: 250px;
    background: url(https://www.ezeeoptimus.com/wp-content/themes/optimus/images/icons/popupGuide.png) no-repeat;
    display: block;
    transform: scale(0.9);
    transform-origin: right bottom;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.popupContactless {
    position: absolute;
    bottom: 30px;
    right: 10px;
    z-index: 1;
    width: 350px;
    height: 290px;
    background: url(https://www.ezeeoptimus.com/wp-content/themes/optimus/images/icons/cl-ordering.png) no-repeat;
    display: block;
    transform: scale(0.7);
    transform-origin: right bottom;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.popupPanorama {
    position: absolute;
    bottom: 30px;
    right: 10px;
    z-index: 1;
    width: 450px;
    height: 450px;
    background: url(https://www.ezeepanorama.com/images/icn-customize.png) no-repeat;
    display: block;
    transform: scale(0.6);
    transform-origin: right bottom;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.pdexitbtn {
    display: table;
    margin: 10px auto 0;
    color: #6d6d6d;
    transition: all 0.3s ease;
    font-size: 13px;
    letter-spacing: 0.06em;
}

.pdexitbtn:hover,
.pdexitbtn:focus {
    color: #6d6d6d;
}

.pdHighlight {
    color: #FF5722;
}

.ePPopup .pdInner {
    max-width: 800px;
}

.subscriptionFree.ePPopup .pdContent h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 15px 0 0;
    color: #222;
}

.subscriptionFree.ePPopup .pdContent p {
    margin: 30px 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em
}

.ePPopup ul {
    display: table;
    margin: 30px auto 0;
}

.ePPopup ul li {
    text-align: left;
    position: relative;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.1;
    margin: 0 0 15px;
}

.ePPopup ul li:before {
    content: "\f00c";
    font-family: fontAwesome;
    color: #4caf50;
    margin: 0 10px 0 0;
}

.subscriptionFree.ePPopup .pdBtn {
    margin-top: 20px;
}

.subscriptionFree.ePPopup .pdWaitText {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    color: var(--primaryColor);
    letter-spacing: 0.03em;
    margin: 0 auto 20px;
    display: table;
    position: relative;
}

.subscriptionFree.ePPopup .pdWaitText:before {
    content: "";
    position: relative;
    top: 8px;
    left: 0;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    background: url(https://www.ezeeoptimus.com/wp-content/themes/optimus/images/icons/icn-hold2.svg) no-repeat 0 0;
    display: inline-block;
    transform: scale(0.8);
    transform-origin: center;
}

.popupDesign.subscriptionFree.ePPopup:before {
    opacity: 0.3;
}

/* mintLaunchExit  */

.popupDesign.mintLaunchExit {
    font-family: var(--primaryFontfamily);
    background: #FFF;
    color: #222;
}

.popupDesign.mintLaunchExit:before {
    display: none;
}

.popupDesign.mintLaunchExit .pdInner {
    flex-direction: row;
    text-align: initial;
    justify-content: space-between;
}

.popupDesign.mintLaunchExit .pdLeft {
    width: 55%;
}

.popupDesign.mintLaunchExit .pdRight {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
}

.popupDesign.mintLaunchExit .pdLeft p {
    margin: 0;
}

.popupDesign.mintLaunchExit .pdLeft .mintToptext {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.popupDesign.mintLaunchExit .pdLeft .mintMaintitle {
    margin: 30px 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    color: #222;
    letter-spacing: 0.01em;
}

.popupDesign.mintLaunchExit .mintHighlight {
    color: #25C16F;
}

.popupDesign.mintLaunchExit .pdLeft .MintText {
    font-size: 18px;
    line-height: 1.4;
    padding-right: 10px;
}

.popupDesign.mintLaunchExit .pdLeft .mintCalendar {
    margin: 40px 0 0;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
}

.popupDesign.mintLaunchExit .pdLeft .mintCalendar span {
    padding: 0 10px;
}

.popupDesign.mintLaunchExit .mintGuestsBlock {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    max-height: 106px;
    overflow: hidden;
}

.popupDesign.mintLaunchExit .mintGuestContent {
    width: calc(100% - 116px);
}

.popupDesign.mintLaunchExit .mintGuestImg {
    width: 96px;
    display: block;
}

.popupDesign.mintLaunchExit .mintGuestImg img {
    max-width: 100%;
}

.popupDesign.mintLaunchExit .mintGuestTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: block;
}

.popupDesign.mintLaunchExit .mintGuestDesignation {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.03em;
    display: block;
    margin-top: 5px;
}

.popupDesign.mintLaunchExit .pdLeft .mintCalendar {
    margin: 40px 0 0;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
}

.popupDesign.mintLaunchExit .pdBtn.mintButton {
    background: #F62020;
    color: #FFF;
    border-radius: 60px;
    margin: 30px 0 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
    padding: 18px 40px;
    transition: all 0.3s ease;
    box-shadow: none;
}

.popupDesign.mintLaunchExit .pdBtn.mintButton:hover,
.popupDesign.mintLaunchExit .pdBtn.mintButton:focus {
    box-shadow: 0px 4px 16px -2px rgb(246 32 32 / 50%);
}

.popupDesign.mintLaunchExit .mintHosts {
    text-align: right;
    margin: 20px 20px 0 0;
}

.popupDesign.mintLaunchExit .hostLable {
    position: relative;
    background-color: #25C16F;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 5px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.popupDesign.mintLaunchExit .hostLable:before {
    content: "";
    background: url(../images/mic.svg) no-repeat 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.popupDesign.mintLaunchExit .mintHost {
    margin-bottom: 20px;
}

.popupDesign.mintLaunchExit .mintHostTitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    display: block;
}

.popupDesign.mintLaunchExit .mintHostSubtitle {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.contactlessInner {
    box-shadow: 0 14px 50px -20px rgba(0, 0, 0, 0.15);
    background: #FFF;
    border: 1px solid #e5e9ec;
    padding: 30px;
    width: 90%;
    margin: 120px auto 50px;
    text-align: center;
    border-radius: 10px;
}

.contactlessInner h2 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 1.4em;
}

.contactlessInner p {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0;
}

.contactlessInner .btn {
    margin: 30px 0 0;
    display: inline-block;
    border: 1px solid var(--primaryColor);
    padding: 14px 20px;
    border-radius: 40px;
    font-size: 14px;
    background: var(--primaryColor);
    color: #FFF;
    transition: all 0.3s ease;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
}

.contactlessInner .btn .fa {
    font-size: initial;
    top: 0;
    margin-left: 5px;
}

.contactlessInner .btn:hover .fa {
    animation: bArrowmoving 1s ease infinite;
}

.hbAwards {
    position: absolute;
    bottom: -30px;
    left: -92%;
    display: flex;
}

.hbAwardsList {
    margin: 0 20px 0 0;
}

.hbAwardsList img {
    max-height: 170px;
}

/* topBar */

.topBarBody.tbShow .header_section,
.topBarBody.tbShow .inner_pages,
.topBarBody.tbShow #homepage,
.topBarBody.tbShow .tySection,
.contactlessBody.topBarBody.tbShow .contactlessMain {
    margin-top: 0px;
}

.topBarBody.tbShow .header_section {
    top: 50px;
}

.topBarBody.removeHello .header_section,
.topBarBody.removeHello .inner_pages,
.topBarBody.removeHello #homepage,
.topBarBody.removeHello .tySection,
.contactlessBody.topBarBody.removeHello .contactlessMain {
    margin-top: 0;
}

.topBarBody.removeHello .header_section {
    top: 0;
}

.topBarBody.tbShow .header_section .tbSticky {
    top: 50px;
}

.topBarBody.removeHello .header_section .tbSticky {
    top: 0;
}

.topBarBody #topnav .navbar {
    transition: all 0.5s linear;
}

.topBarBtn {
    position: relative;
    outline: none;
    text-decoration: none;
    margin: 0 0 0 20px;
    display: inline-block;
    color: #333;
    border: 1px solid #ffc252;
    background: #ffc252;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.topBarBtn:hover,
.topBarBtn:focus {
    color: #000;
    background: #ffce73;
    border-color: #ffce73;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.topBarBody.tbShow.homeVideo .modal {
    top: 50px;
}

.topBarBody.removeHello.homeVideo .modal {
    top: 0px;
}

.topBar {
    position: relative;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 100;
    background: #19212f;
    color: #FFF;
    padding: 10px;
    margin: 0 auto;
    transition: all 0.5s linear;
}

.topBar:hover {
    background: #001927;
}

.topBarInner {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topBarText {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    display: flex;
    vertical-align: middle;
    align-items: center;
    letter-spacing: 0.3px;
}

.topBar .topBarContent a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.topBar .topBarContent a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    transition: all 0.3s ease-in-out;
}

.highlight-badge {
    display: inline-block;
    /* height: 20px;
    padding: 5px 3px 5px 6px; */
    vertical-align: middle;
    /* animation: 5s infinite badgeAnime; */
    /* margin: 0 5px 0 0; */
    /* border-radius: 4px; */
    /* font-size: 10px; */
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    /* background-color: #FFCB31; */
    /* color: rgba(0, 0, 0, .8); */
    color: #FFCB31;
    position: relative;
    z-index: 2;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* .highlight-badge:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: -5px;
    top: 2px;
    background: inherit;
    transform: rotate(45deg);
    border-radius: 4px;
    z-index: -1;
} */

/* .topBarBtn {position: relative;outline: none;text-decoration: none;margin: 0 0 0 20px;display: inline-block;color: #333;border: 1px solid #FFF176;background: #FFF176;padding: 8px 16px;font-size: 13px;font-weight: 600;line-height: 1;border-radius: 16px;transition: all 0.3s ease;text-decoration: none;} */

/* .topBarClose {
    color: rgba(255, 255, 255, .5);
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 0 20px;
    transition: .2s ease-out;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    line-height: 32px;
    cursor: pointer;
} */

.topBarClose {
    color: rgba(255, 255, 255, .5);
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 0 20px;
    transition: .2s ease-out;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    line-height: 20px;
    cursor: pointer;
    padding: 5px 7px;
}

.topBarClose:focus,
.topBarClose:hover {
    background: #fff;
    transition: .3s ease-in;
    color: #001927;
}

.topBar.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
}

.whatsappChatNumber {
    display: none;
}

.generalForm .hs-form-field .input .hs-input.hs-fieldtype-intl-phone {
    padding: 0;
    border: none;
}

.generalForm .hs-form-field .input .hs-input.hs-fieldtype-intl-phone select {
    padding: 13px 15px 9px;
}

/* Media */

@media screen and (min-width:1400px) {}

@media screen and (min-width:1601px) {
    .launchSection {
        min-height: 400px;
    }
    .launchSection:after {
        display: none;
    }
}

@media screen and (min-width:1800px) {
    .launchSection:after {
        height: 400px;
        background-size: cover;
        bottom: -52px;
    }
    .launchSection:before {
        right: 360px;
    }
}

@media (max-width:1600px) {
    .btn {
        padding: 14px 15px;
    }
    .launchSection {
        min-height: initial;
        margin-bottom: 60px;
    }
    .launchSection:before {
        bottom: auto;
        top: 10%;
        right: 10%;
    }
}

@media (max-width:1500px) {
    .navbar-default .navbar-nav li>a {
        font-size: 14px;
    }
    .header_section .logo {
        width: 220px;
        margin: 8px 0px 0px 0px;
    }
}

@media (max-width:1300px) {
    .navbar-default .navbar-nav li>a {
        padding-left: 10px;
    }
    .header_section ul.posappLink {
        display: none;
    }
}

/* End: 1300px */

@media (max-width:1280px) {
    .header_section.sticky .navbar-default .navbar-nav li>a {
        font-size: 15px;
    }
    .header_section .logo .product_name,
    .header_section.sticky .logo .product_name {
        font-size: 22px;
    }
    .header_section .logo .product_name small,
    .header_section.sticky .logo .product_name small {
        font-size: 10px;
    }
}

/* End: 1280px */

@media (max-width:1279px) {
    .header_section ul.posappLink {
        display: none;
    }
    .launchSection:before {
        bottom: 50%;
        right: 50px;
        transform: scale(0.9);
    }
}

/* End: 1279px */

@media (max-width:1220px) {
    .header_section .logo .product_name {
        font-size: 24px;
    }
    .header_section .logo .product_name small {
        font-size: 11px;
        letter-spacing: 0.01em;
    }
    .header_section .logo img {
        max-width: 40px;
        max-height: 40px;
    }
    .header_section .navbar-default .navbar-collapse {
        padding-left: 20px;
    }
}

@media (max-width:1200px) {
    #homepage.homepage2 .banner_imgcontainer {
        position: absolute;
        width: 600px;
        right: -30px;
        top: 140px;
    }
    .banner_pattern span:nth-of-type(1) {
        right: 470px;
        top: 160px;
    }
    .banner_pattern span:nth-of-type(2) {
        right: 530px;
        top: 410px;
    }
    .banner_pattern span:nth-of-type(3) {
        right: -30px;
        top: 200px;
    }
    .banner_pattern span:nth-of-type(4) {
        transform: scale(-0.5, 0.5);
        right: 300px;
        top: initial;
        bottom: -30px;
    }
    #navright .header_tollbox {
        display: none;
    }
    .hbAwards {
        bottom: -80px;
    }
}

@media (max-width:1199px) {
    .contactlessInner h2 {
        font-size: 26px;
    }
    .hcontenbottomSection h2 {
        font-size: 28px;
    }
    #navright .gstbtn {
        display: none;
    }
    .footer_section .footer_subscribe a,
    .footer_section .footer_subscribe h3 {
        width: 100%;
        text-align: center;
        float: none;
    }
    #homepage .banner_section .banner_container,
    #homepage .banner_section {
        height: auto;
    }
    .navbar-default .navbar-nav li>a,
    .header_section.sticky .navbar-default .navbar-nav li>a {
        padding: 10px 5px;
        font-size: 13px;
    }
    .header_section.sticky .logo {
        top: 0;
    }
    .header_section .logo .product_name,
    .header_section.sticky .logo .product_name {
        margin: 0 0 0 5px;
        font-size: 23px;
    }
    .header_section .logo .product_name small,
    .header_section.sticky .logo .product_name small {
        letter-spacing: normal;
        font-size: 10.6px;
    }
    .header_section .navbar-default .navbar-collapse {
        padding-left: 15px;
    }
    .navbar-collapse.collapse {
        margin-top: 5px;
        padding-left: 15px;
    }
    #navright .header_tollbox {
        margin-left: 5px;
        display: none;
    }
    .header_section li.posLink {
        margin-left: 5px;
    }
    .footer_section .footer_subscribe .subscribe_form {
        height: auto;
        width: 100%;
    }
    .footer_section .nlsecInner .nlsecStore .appdownload-section h4 {
        font-size: 14px;
    }
    #homepage.homepage2 .banner_imgcontainer {
        width: 50%;
        top: 130px;
        right: -60px;
    }
    #homepage.homepage2 .banner_section .banner_container .banner_title {
        font-size: 30px;
        min-height: initial;
    }
    #homepage.homepage2 .banner_section .offerdiv {
        font-size: 14px;
    }
    #homepage.homepage2 .banner_section .banner_container .banner_textcontainer {
        margin: 20px 0 60px 0px;
    }
    #homepage .banner_section .banner_container:before {
        transform: scale(-0.5, 0.5);
        right: 300px;
        bottom: 130px;
    }
    #homepage .banner_section .banner_container:after {
        transform: scale(0.7);
    }
    .banner_pattern span:nth-of-type(1) {
        right: 320px;
        top: 130px;
    }
    .banner_pattern span:nth-of-type(2) {
        right: 390px;
        top: 310px;
    }
    .banner_pattern span:nth-of-type(3) {
        right: -60px;
        top: 170px;
    }
    .banner_pattern span:nth-of-type(4) {
        right: 210px;
        bottom: -10px;
    }
    .hcontenbottomContent {
        width: 90%;
    }
    .hfeatureGridHeading h2,
    .hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridHeading h2,
    .hfeatureObjectsHeading h2,
    .launchContent h2,
    .hfeatureThreeHeading h2,
    .homepage2 .trialReviews h2,
    .supportSectionInner .slHeader h2 {
        font-size: 26px;
    }
    .hfeatureGrid {
        width: calc(50% - 15px);
        margin: 0 0 30px 30px;
    }
    .hfeatureGrid:nth-of-type(2),
    .hfeatureGrid:nth-of-type(4) {
        top: 40px;
    }
    .hfeatureObjectsInner {
        align-items: flex-start;
    }
    .hfeatureObjectslist {
        padding: 0;
        flex-direction: column;
    }
    .hfeatureObjectImg {
        width: initial;
        margin: 20px auto 20px;
        padding: 0;
        height: initial;
        max-width: 300px;
        min-height: 200px;
        max-height: 200px;
    }
    .hfeatureObjectContent {
        width: initial;
        padding: 30px;
        background: var(--primaryColor);
    }
    .hfeatureObjectContent:after {
        height: 60px;
        top: -20px;
        transform: rotate(0deg) scale(1) translateX(0px) skewY(-4deg);
    }
    .hfeatureObjectContent:before {
        height: 10px;
        top: -20px;
        transform: rotate(0deg) scale(1) translateX(0px) skewY(-4deg);
    }
    .hfeatureObjectslist:hover .hfeatureObjectContent:before {
        transform: rotate(0deg) scale(1) translateX(0px) skewY(-4deg);
    }
    .hfeatureObjectslist:hover .hfeatureObjectContent:after {
        transform: rotate(0deg) scale(1) translateX(0px) skewY(-4deg);
    }
    .hfeatureObjects {
        padding-bottom: 80px;
    }
    .hfeatureGridsection.hfeatureGridsectionAlter {
        padding: 40px 0 100px;
    }
    .hbenefitsHeading {
        width: calc(30% - 30px);
    }
    .hbenefitsContent {
        width: 70%;
    }
    .hbenefitsHeading h2 {
        font-size: 26px;
    }
    .hbenefitsHeading p {
        font-size: 14px;
    }
    .pptBtn {
        padding: 13px 20px 13px 40px;
    }
    .footer_section .footer_main_links a {
        margin: 10px 20px 10px 0;
    }
    .footer_section .footer_main_links a:after {
        right: -15px;
    }
    .hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridHeading {
        top: 40px;
    }
    .hClients .hClientsList {
        height: 62px;
        width: calc(25% - 20px);
        margin: 10px 0 10px 20px;
    }
    .hClientsList .hbgclient {
        padding: 6px;
    }
    .hClientsImg:after {
        transform: scale(0.84);
        transform-origin: left top;
    }
    .hClients .hClientsList .hClientsInfo {
        height: 100%;
        font-size: 12px;
    }
    .hfeatureGridImg.hfImg-ordermanage {
        transform: scale(0.56);
        margin: -50px 0 -20px;
    }
    .hfeatureGridImg.hfImg-ordertakingapp {
        transform: scale(0.56);
        margin: -50px 0 -20px;
    }
    .hfeatureGridImg.hfImg-orderintegration {
        transform: scale(0.56);
        margin: -90px 0 -60px -30px;
    }
    .hfeatureGridImg.hfImg-delivery {
        transform: scale(0.56);
        margin: -30px 0 -15px;
    }
    .hfeatureObjectImg .hoImg.hoImg-menumanage:after {
        transform: scale(0.7);
        margin: 0 0 0 -10px;
    }
    .hfeatureObjectImg .hoImg.hoImg-tabletpos:after {
        transform: scale(0.7);
        margin: -20px 0 0 -10px;
    }
    .hfeatureObjectImg .hoImg.hoImg-restaurantchain:after {
        transform: scale(0.7);
        margin: 0px 0 0 -10px;
    }
    .hfeatureObjectImg .hoImg.hoImg-custengagement:after {
        transform: scale(0.7);
        margin: 0px 0 0 40px;
    }
    .hfeatureGridImg.hfImg-inventory {
        transform: scale(0.5);
        margin: -50px 0 -30px 5px;
    }
    .hfeatureGridImg.hfImg-shift {
        transform: scale(0.52);
        margin: -40px 0 -20px 5px;
    }
    .hfeatureGridImg.hfImg-billing {
        transform: scale(0.6);
        margin: -50px 0 -20px 10px;
    }
    .hfeatureGridImg.hfImg-custreport {
        transform: scale(0.6);
        margin: -40px 0 -20px 0;
    }
    .homepage2 .trialReviews-block {
        max-height: 320px;
    }
    .hfeatureThreeImg.hftImg.hftImg-hotelmanagsystem {
        transform: scale(0.56);
        margin: -10px auto -50px;
    }
    .hfeatureThreeImg.hftImg.hftImg-loyalty {
        transform: scale(0.56);
        margin: -10px 0 -60px -70px;
    }
    .hfeatureThreeImg.hftImg.hftImg-thirdparty {
        transform: scale(0.6);
        margin: 0px auto -40px;
    }
    .launchContent h2 {
        font-size: 28px;
    }
    .hfeatureThreeImg.hftImg.hftImg-multicurrencyprinting {
        transform: scale(0.6) translateX(-50%);
        margin: 10px 0 -35px 50%;
        transform-origin: left center;
    }
    .hfeatureThreeImg.hftImg.hftImg-multilanguageinterface {
        transform: scale(0.6) translateX(-50%);
        margin: 10px 0 -50px 50%;
        transform-origin: left center;
    }
    .hfeatureThreeImg.hftImg.hftImg-multilanguageprinting {
        transform: scale(0.6) translateX(-50%);
        margin: 0px 0 -25px 50%;
        transform-origin: left center;
    }
    .contactlessInner {
        width: 100%;
        margin-bottom: 40px;
    }
    .hbAwards {
        bottom: -100px;
        left: -90%;
    }
    .contactlessInner {
        margin-top: 180px;
    }
    .hfeatureThreelist {
        width: calc(50% - 15px);
    }
    .launchSection:before {
        right: 0;
    }
    .footer_section .footer_subscribe h3 span {
        font-size: 18px;
    }
    .footer_section .footer_subscribe h3 {
        font-size: 14px;
    }
}

/* End: 1199 */

@media (max-width:1100px) {
    .header_section ul.posappLink {
        display: none;
    }
    .header_section .logo {
        width: 180px;
        margin: 8px 0px 0px 0px;
    }
}

/* End: 1100px */

@media (max-width:1024px) {
    .header_section .logo {
        width: 180px;
        margin: 10px 0px 0px 0px;
    }
    .btn {
        padding: 14px 15px;
    }
    .navbar-default .navbar-nav li>a,
    .header_section.sticky .navbar-default .navbar-nav li>a {
        font-size: 13px;
    }
    .header_section .logo .product_name,
    .header_section.sticky .logo .product_name {
        margin: 0 0 0 5px;
        font-size: 20px;
    }
    .header_section .logo .product_name small,
    .header_section.sticky .logo .product_name small {
        letter-spacing: normal;
        font-size: 9.4px;
    }
    .header_section .logo img,
    .header_section.sticky .logo img {
        max-width: 32px;
        max-height: 32px;
    }
    .header_section .logo {
        position: relative;
        top: 4px;
    }
    .header_section.sticky .logo {
        top: 0;
    }
}

@media (max-width:991px) {
    .header_section .logo {
        padding: 5px 15px;
    }
    .header_section .logo {
        top: 0;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .header_section .container {
        padding-left: 10px;
    }
    .banner_imgcontainer img {
        max-width: 80%;
    }
    #homepage .banner_section .banner_container {
        padding-top: 0px;
    }
    #homepage .banner_section .banner_container .banner_textcontainer {
        margin-top: 0px;
    }
    .header_section {
        padding-top: 1em;
    }
    .header_section {
        padding: 0.625em 0;
    }
    .col-sm-9,
    .col-sm-3 {
        width: 100%;
    }
    .footer_section ul.footer_link li,
    .footer_section .footer_contact p {
        width: 50%;
    }
    .footer_section .footer_copy p {
        text-align: center;
    }
    .footer_section .footer_copy .footer_social {
        margin: 15px auto 0;
        text-align: center;
    }
    .banner_section {
        padding: 8em 0 4em;
    }
    #homepage .banner_section .banner_container .banner_title {
        font-size: 1.5em;
    }
    .footer_section .footer_main_links a {
        margin: 5px 30px 5px 0;
    }
    .navbar-default .navbar-nav li.dropdown.open .dropdown-menu {
        position: relative;
        box-shadow: none;
        width: 100%;
    }
    .navbar-default .navbar-nav li .dropdown-menu ul {
        padding: 0 10px 10px;
    }
    .header_section .navbar-default .navbar-nav li>a {
        color: #666
    }
    .header_section.sticky .navbar-default .navbar-nav li>a {
        color: #666
    }
    .navbar-default .navbar-nav li.open a,
    .navbar-default .navbar-nav li.open a:focus,
    .navbar-default .navbar-nav li.open a:hover {
        color: var(--primaryColor)
    }
    .header_section .navbar-default .navbar-nav li>a.btn-trial {
        color: #ffffff
    }
    .header_section .navbar-default .navbar-toggle,
    .header_section.sticky .navbar-default .navbar-toggle {
        border: 0 none;
        margin-right: 0
    }
    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        margin: 5px 0 0 15px;
        padding: 0
    }
    .header_section,
    .header_section.sticky {
        padding: 0.625em 0
    }
    .header_section .navbar-default .navbar-nav li>.header_tollbox {
        display: none
    }
    .navbar-right {
        margin-right: 130px
    }
    .nav .hide880 {
        display: none
    }
    #navright {
        right: 10px;
    }
    #navright .header_tollbox {
        display: none;
    }
    .calltoaction_container .cta-content h2 {
        font-size: 26px;
        line-height: 1.4em;
    }
    .footer_section ul.footer_link li a {
        min-height: 40px;
    }
    #homepage.homepage2 .banner_section .banner_container .banner_textcontainer {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #homepage.homepage2 .banner_imgcontainer {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        margin: 40px auto 0;
        max-width: 400px;
    }
    #homepage.homepage2 .banner_imgcontainer img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
    #homepage.homepage2 .banner_section .banner_container .banner_title {
        font-size: 30px;
    }
    #homepage.homepage2 .banner_section {
        padding: 100px 0 0;
    }
    #homepage.homepage2 .banner_section .banner_container {
        padding: 0;
    }
    #homepage .banner_section .banner_container:before {
        right: initial;
        bottom: 70px;
        left: 90px;
    }
    #homepage .banner_section .banner_container:after {
        transform: scale(0.6);
        top: 320px;
        right: 100px;
    }
    .banner_pattern span:nth-of-type(1) {
        right: initial;
        top: initial;
        left: 140px;
        bottom: 200px;
    }
    .banner_pattern span:nth-of-type(2) {
        right: initial;
        top: initial;
        left: 80px;
        bottom: 0;
    }
    .banner_pattern span:nth-of-type(3) {
        right: 120px;
        top: initial;
        bottom: 100px;
    }
    .banner_pattern span:nth-of-type(4) {
        display: none;
    }
    .faqSection h2 {
        font-size: 26px;
    }
    .nlsecInner {
        flex-direction: column;
    }
    .nlsecInner .nlsecSubscribe {
        width: auto;
    }
    .nlsecInner .nlsecStore {
        width: auto;
        padding: 30px 0 0;
    }
    .appdownload-section {
        margin: 0 10px;
        width: calc(33.33% - 20px);
    }
    .appdownload-section:nth-of-type(1) {
        margin-left: 10px;
    }
    .footer_section ul.footer_link li:last-of-type {
        margin-bottom: 0;
    }
    .hClientsection {
        margin-top: 40px;
    }
    .hClientsectionInner {
        flex-direction: column;
    }
    .hClientsectionInner h2 {
        max-width: initial;
        margin: 0 auto 30px;
        text-align: center;
    }
    .hClients {
        width: initial;
    }
    .hClients .hClientsList {
        width: calc(25% - 20px);
        margin: 10px 0 10px 20px;
        height: auto;
    }
    .hClientsImg:after {
        width: 150px;
        transform: scale(0.97);
    }
    .hcontenbottomContent {
        width: initial;
    }
    .hcontenbottomSection h2 {
        font-size: 26px;
    }
    .hfeatureGridinner {
        flex-direction: column;
        z-index: 1;
    }
    .hfeatureGridHeading {
        width: 100%;
        margin: 0 auto 50px;
        text-align: center;
    }
    .hfeatureGridHeading .btn-link {
        font-size: 14px;
        padding: 12px 20px;
    }
    .hfeatureGridHeading h2 {
        margin-bottom: 15px;
    }
    .hfeatureGridHeading p {
        font-size: 14px;
    }
    .hfeatureGridOuter {
        width: 100%;
    }
    .hfeatureGridsection:before {
        content: "";
        width: 70px;
        height: 2px;
        background: #dce1e6;
        margin: 0 auto 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 2px;
    }
    .hfeatureGridsection:after {
        content: "";
        width: 70px;
        height: 2px;
        background: #bdd7ec;
        margin: 0 auto 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 2px;
        transform: translate(20px, 6px);
    }
    .hfeatureGridOuter:before {
        transform: scale(0.6);
        top: 0;
        animation: none;
    }
    .hfeatureGridOuter:after {
        animation: none;
        transform: scale(-0.8, 0.8);
        left: -110px;
        top: 95%;
    }
    .hfeatureGridinner .hfeatureGridPattern span:nth-of-type(3) {
        left: 0;
        top: 180px;
    }
    .hfeatureGridinner .hfeatureGridPattern span:nth-of-type(1) {
        left: 340px;
        top: 190px;
    }
    .hfeatureGridinner .hfeatureGridPattern span:nth-of-type(4) {
        left: 340px;
        top: initial;
        bottom: -50px;
    }
    .hfeatureGridinner .hfeatureGridPattern span:nth-of-type(5) {
        top: initial;
        left: initial;
        bottom: -50px;
        right: 0;
    }
    .hfeatureGridsection {
        padding: 50px 0;
    }
    .hfeatureObjects {
        padding-bottom: 50px;
    }
    .hfeatureGridsection.hfeatureGridsectionAlter {
        background: #19212f;
        padding: 40px 0 50px;
    }
    .hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridHeading {
        margin: 0 auto 60px;
        top: 0;
    }
    .homepage2 .trialReviews {
        padding: 40px 0;
    }
    .homepage2 .trialReviews h2 {
        margin-bottom: 60px;
    }
    .homepage2 #trialReviews {
        width: 90%;
    }
    .homepage2 #trialReviews {
        margin-bottom: 20px;
    }
    .hbenefitsSectionInner {
        flex-direction: column;
    }
    .hbenefitsHeading {
        width: initial;
        text-align: center;
        margin: 0 auto 60px;
        min-height: initial;
    }
    .hbenefitsContent {
        width: 100%;
    }
    .hbenefitsSection {
        padding: 40px 0;
    }
    .hbenefits {
        margin: 0 0 0 20px;
    }
    .hbenefitsHeading {
        margin: 0 auto 40px;
    }
    .hfeatureThreeInner {
        flex-flow: row wrap;
        justify-content: center;
    }
    .hfeatureThreelist {
        width: calc(50% - 15px);
        margin: 30px 0 0 30px;
    }
    .hfeatureThreelist:nth-of-type(3n+1) {
        margin-left: 30px;
    }
    .hfeatureThreelist:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .hfeatureThreelist:nth-of-type(1),
    .hfeatureThreelist:nth-of-type(2) {
        margin-top: 0;
    }
    .hfeatureGrid:nth-of-type(2),
    .hfeatureGrid:nth-of-type(4) {
        top: initial;
    }
    .homepage2 .trialReviewsOuter:before {
        font-size: 40px;
        top: 70px;
        left: 0;
    }
    .hfeatureGridinner .hfeatureGridPattern {
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    #homepage .banner_section .banner_container .banner_subtitle {
        font-size: 20px;
    }
    .supportList {
        width: 50%;
    }
    .hfeatureObjectslist:hover .hfeatureObjectContent:before,
    .hfeatureObjectslist:focus .hfeatureObjectContent:before {
        transform: rotate(0deg) scale(1) translateX(0px) skewY(-4deg);
    }
    .hfeatureObjectslist:hover .hfeatureObjectContent:after,
    .hfeatureObjectslist:focus .hfeatureObjectContent:after {
        transform: rotate(0deg) scale(1) translateX(0px) skewY(-4deg);
    }
    .homepage2 .trialReviews-block {
        max-height: initial;
    }
    #navright {
        right: 60px;
    }
    #navright .btn_link.gstbtn {
        display: none;
    }
    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        width: initial;
        min-width: 100%;
        margin: 5px 0 0 3px;
    }
    .navbar-collapse.collapse .navbar-nav,
    .navbar-collapse.collapsing .navbar-nav {
        margin: 0;
        padding: 10px;
        background-color: #FFF;
        width: 100%;
    }
    .header_section .navbar-default .navbar-nav li {
        border-bottom: 1px solid #e4e4e4;
        float: none;
    }
    .header_section .navbar-default .navbar-nav li:last-child {
        border-bottom: 0px solid #e4e4e4;
    }
    .header_section .navbar-default .navbar-nav li a,
    .header_section.sticky .navbar-default .navbar-nav li a {
        color: var(--secondaryColor);
        font-weight: 500;
    }
    .header_section.sticky .navbar-default .navbar-nav li>a:focus,
    .header_section.sticky .navbar-default .navbar-nav li>a:hover {
        font-weight: 500;
    }
    .header_section .navbar-default .navbar-nav li .dropdown-menu ul>li>a,
    .header_section.sticky .navbar-default .navbar-nav li .dropdown-menu ul>li>a {
        font-weight: 400;
        padding: 5px 10px;
    }
    .navbar-default .navbar-nav li .dropdown-menu ul {
        padding: 0 10px 10px;
    }
    .navbar-default .navbar-nav li .dropdown-menu ul li {
        border-bottom: 0;
    }
    .navbar-collapse {
        box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .nav .hide880 {
        display: block
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-header {
        float: none;
    }
    .navbar-collapse.collapse.in {
        display: block !important
    }
    .header_section .navbar-default .navbar-collapse {
        padding-left: 0px;
        margin: 0 -10px;
        width: 100vw;
    }
    .header_section .navbar-default .navbar-nav .smldisp {
        display: block;
    }
    .header_section .navbar-default .navbar-nav li:nth-last-child(2) {
        border-bottom: 0;
    }
    .navbar-default .navbar-nav li:first-of-type a {
        padding-left: 5px;
    }
    .pdInner {
        max-width: 90%;
    }
    .eBookPopup .pdInner {
        max-width: initial;
        padding: 0 20px;
    }
    .pdBtn {
        padding: 10px 20px;
        margin-top: 30px;
    }
    .hfeatureGridImg.hfImg-ordermanage {
        transform: scale(0.6);
        margin: -50px 0 -20px 20px;
    }
    .hfeatureGridImg.hfImg-ordertakingapp {
        transform: scale(0.6);
        margin: -50px 0 -20px 10px;
    }
    .hfeatureGridImg.hfImg-orderintegration {
        margin: -90px 0 -60px 0px;
    }
    .hfeatureGridImg.hfImg-delivery {
        transform: scale(0.7);
        margin: -20px 0 0px -5px;
    }
    .hfeatureGridImg.hfImg-inventory {
        transform: scale(0.6);
        margin: -40px 0 -20px 5px;
    }
    .hfeatureGridImg.hfImg-shift {
        transform: scale(0.7);
        margin: -30px 0 -10px 5px;
    }
    .hfeatureGridImg.hfImg-billing {
        transform: scale(0.7);
        margin: -30px 0 -10px 20px;
    }
    .hfeatureGridImg.hfImg-custreport {
        transform: scale(0.74);
        margin: -30px 0 0px 5px;
    }
    .hfeatureGridsection.hfeatureGridsectionAlter:before,
    .hfeatureGridsection.hfeatureGridsectionAlter:after {
        transform: skewY(0deg);
    }
    .hfeatureThreeImg.hftImg.hftImg-hotelmanagsystem {
        transform: scale(0.6);
        margin: -10px 0 -50px -30px;
    }
    .hfeatureThreeImg.hftImg.hftImg-loyalty {
        transform: scale(0.6);
        margin: -20px 0 -50px -50px;
    }
    .hfeatureThreeImg.hftImg.hftImg-thirdparty {
        transform: scale(0.7);
        margin: 0px 0 -40px -20px;
    }
    .hfeatureThree.hfeatureThreeNew {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hfeatureThree.hfeatureThreeNew .hfeatureThreeHeading {
        width: initial;
    }
    .launchSection {
        margin: -20px 0 40px;
        min-height: initial;
    }
    .launchSection:before {
        transform: scale(0.7);
    }
    .navbar-default .navbar-nav li .dropdown-menu::after {
        display: none;
    }
    .launchSection:after {
        transform: scaleY(0.5);
    }
    .contactlessInner {
        margin-bottom: 20px;
        margin-top: 70px;
    }
    .contactlessInner h2 {
        font-size: 28px;
    }
    .contactlessInner .btn {
        font-size: 14px;
        padding: 12px 20px;
        margin-top: 20px;
    }
    .header_section ul.posappLink {
        display: inline-block;
    }
    .hbAwards {
        position: relative;
        bottom: -30px;
        left: 0;
        justify-content: center;
    }
    .topBar .container {
        width: initial;
        padding: 0;
    }
    .topBarBody.tbShow .header_section .tbSticky {
        top: 50px;
    }
    .topBarBody.removeHello .header_section,
    .topBarBody.removeHello .inner_pages,
    .topBarBody.removeHello #homepage,
    .topBarBody.removeHello .tySection {
        margin-top: 0;
    }
    .topBarBody.removeHello .header_section .tbSticky {
        top: 0px;
    }
    .topBarContent {
        display: flex;
        align-items: center;
    }
    .topBarClose {
        margin-left: 10px;
    }
    .popupDesign.mintLaunchExit .pdLeft .mintToptext {
        font-size: 20px;
    }
    .popupDesign.mintLaunchExit .pdLeft .MintText {
        font-size: 16px;
    }
    .popupDesign.mintLaunchExit .mintGuestImg {
        width: 76px;
    }
    .hfeatureGridsectionAlter .hfeatureGridinner .hfeatureGridImg {
        min-height: 175px;
    }
}

/* End: 991 */

@media (max-width:767px) {
    .footer_section .footer_subscribe a,
    .footer_section .footer_subscribe h3 {
        float: none;
        text-align: center;
    }
    .header_section .navbar-default .navbar-nav .smldisp {
        display: block;
    }
    .header_section {
        padding: 0.625em 0;
    }
    .footer_section .footer_subscribe .subscribe_form {
        width: 100%;
        max-width: 360px;
    }
    #homepage .banner_section {
        height: auto;
        position: relative;
        padding: 100px 0 0;
    }
    #homepage .banner_section .banner_container {
        height: 100%;
        padding: 0;
    }
    #homepage .banner_section .banner_container .banner_textcontainer {
        position: relative;
        top: 0;
        margin: 0;
    }
    #homepage .banner_imgcontainer {
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: 40px auto 0;
    }
    #homepage.homepage2 .banner_imgcontainer {
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: 40px auto 0;
    }
    .footer_section ul.footer_link li a {
        min-height: inherit;
    }
    #homepage.homepage2 .banner_section {
        padding-bottom: 0;
    }
    .faqSection .faqVector {
        display: none;
    }
    .faqSection-listing .faqs li.shdw-more .faqque,
    .faqSection-listing .faqs li.shdw-more .faqans {
        padding-left: 0;
        transition: all 0.5s linear;
    }
    .faqSection-listing .faqs li.shdw-more .faqque::after {
        display: none;
    }
    .nlsecInner .nlsecStore {
        flex-direction: column;
    }
    .appdownload-section {
        margin: 10px;
        width: auto;
        min-height: initial;
        padding: 25px 30px;
    }
    .footer_section .nlsec {
        border-top: 0;
        padding-top: 0;
        margin-top: 30px;
    }
    .faqSection-listing .faqs .faqque {
        font-size: 16px;
        line-height: 1.4em;
    }
    .hClients .hClientsList {
        width: calc(33.33% - 20px);
    }
    .hClients .hClientsList:nth-of-type(4n+1) {
        margin-left: 20px;
    }
    .hClients .hClientsList:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .hClientsectionInner h2 {
        text-align: center;
    }
    .hClientsectionInner .btn-link {
        display: block;
    }
    .hfeatureGridHeading h2,
    .hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridHeading h2,
    .hfeatureObjectsHeading h2,
    .launchContent h2,
    .hfeatureThreeHeading h2,
    .homepage2 .trialReviews h2,
    .supportSectionInner .slHeader h2,
    .faqSection h2 {
        font-size: 24px;
    }
    .hfeatureObjectsHeading p {
        font-size: 14px;
    }
    .hfeatureObjectsHeading {
        width: 100%;
    }
    .hfeatureObjectslist {
        width: calc(50% - 15px);
        margin: 30px 0 0 30px;
        border-radius: 6px;
    }
    .homepage2 .trialReviews h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .homepage2 #trialReviews {
        width: 95%;
        padding: 30px;
    }
    .homepage2 #trialReviews .owl-carousel {
        padding: 0;
    }
    .homepage2 .trialReviewsOuter:before {
        top: 30px;
        left: -10px;
    }
    .homepage2 .trialReviews-title {
        font-size: 20px;
    }
    .homepage2 #trialReviews .owl-theme .owl-controls {
        position: relative;
        margin: 30px auto 0;
    }
    .homepage2 #trialReviews .owl-pagination {
        position: relative;
        bottom: 0;
    }
    .homepage2 .trialReviews-user {
        flex-direction: column;
    }
    .homepage2 .tiralReviewsImg {
        margin: 0 auto 10px;
    }
    .homepage2 .trialReviewsTxt {
        text-align: center;
    }
    .hbenefitsHeading h2 {
        font-size: 24px;
    }
    .hbenefits {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .hbenefits:nth-of-type(2n+1) {
        margin-left: 10px;
    }
    .hbenefits:nth-of-type(1),
    .hbenefits:nth-of-type(2) {
        margin-top: 0;
    }
    .hfeatureThreeHeading h2 {
        font-size: 26px;
    }
    .hfeatureThreeHeading p {
        font-size: 14px;
        line-height: 1.6em;
    }
    .hfeatureThreelist:nth-of-type(1),
    .hfeatureThreelist:nth-of-type(2) {
        margin-top: 15px;
        margin-left: 15px;
    }
    .hfeatureThreelist:nth-of-type(2n+1) {
        margin-left: 15px;
    }
    .hfeatureThreeImg {
        justify-content: center;
    }
    .supportList {
        width: 50%;
    }
    .supportList .slText {
        font-size: 16px;
        margin-top: 15px;
    }
    .supportList .slText span {
        display: inline;
    }
    .hfeatureGridsection.hfeatureGridsectionAlter {
        padding: 30px 0 40px;
    }
    .homepage2 .trialReviews {
        padding: 30px 0;
    }
    .hbenefitsSection {
        padding: 30px 0;
    }
    .hfeatureThree {
        padding: 30px 0 40px;
    }
    .hfeatureThreeHeading {
        margin-bottom: 30px;
        width: 100%;
    }
    .hfeatureBtnOuter {
        margin-top: 30px;
    }
    #homepage .calltoaction_container .calltoactionInner {
        width: 90%;
        margin: 0 auto;
    }
    #homepage .calltoaction_container .cta-content h2 {
        margin: 0 0 15px;
    }
    #homepage .supportSectionInner .slHeader h2 {
        font-size: 26px;
        line-height: 1.3em;
    }
    #homepage .supportSection {
        padding: 30px 0;
    }
    .hfeatureGridImg {
        min-height: initial;
    }
    .hfeatureObjectImg {
        min-height: initial;
        max-width: 280px;
    }
    .supportList:hover .slImg {
        transform: scale(1);
    }
    .eBookPopup .pdContent p {
        font-size: 16px;
    }
    .pdContent h2,
    .eBookPopup .pdContent h2 {
        font-size: 24px;
    }
    .hClientsImg:after {
        transform-origin: center;
        transform: scale(1);
        margin: 0 0 0 30px;
    }
    .hfeatureGridImg.hfImg-ordermanage {
        transform: scale(0.52);
        margin: -50px 0 -30px 5px;
    }
    .hfeatureGridImg.hfImg-ordertakingapp {
        transform: scale(0.56);
        margin: -40px 0 -15px -5px;
    }
    .hfeatureGridImg.hfImg-orderintegration {
        margin: -110px 0 -85px 0px;
        transform: scale(0.46);
    }
    .hfeatureGridImg.hfImg-delivery {
        transform: scale(0.6);
        margin: -30px 0 0px -10px;
    }
    .hfeatureObjectImg .hoImg.hoImg-menumanage:after {
        transform: scale(0.6);
        margin: -10px 0 0 10px;
    }
    .hfeatureObjectImg .hoImg.hoImg-tabletpos:after {
        transform: scale(0.6);
        margin: -30px 0 -10px 10px;
    }
    .hfeatureObjectImg .hoImg.hoImg-restaurantchain:after {
        transform: scale(0.6);
        margin: -10px 0 -10px 10px;
    }
    .hfeatureObjectImg .hoImg.hoImg-custengagement:after {
        transform: scale(0.7);
        margin: -20px 0 -10px 40px;
    }
    .hfeatureGridImg.hfImg-inventory {
        transform: scale(0.52);
        margin: -40px 0 -20px 0px;
    }
    .hfeatureGridImg.hfImg-shift {
        transform: scale(0.6);
        margin: -30px 0 -10px -5px;
    }
    .hfeatureGridImg.hfImg-billing {
        transform: scale(0.7);
        margin: -30px 0 -10px 0px;
    }
    .hfeatureGridImg.hfImg-custreport {
        transform: scale(0.64);
        margin: -20px 0 0px -5px;
    }
    .hfeatureThreeImg.hftImg.hftImg-hotelmanagsystem {
        margin: -10px auto -50px;
    }
    .hfeatureThreeImg.hftImg.hftImg-loyalty {
        margin: -20px auto -50px;
    }
    .hfeatureThreeImg.hftImg.hftImg-thirdparty {
        margin: 0 auto -40px;
    }
    .hfeatureGridsection.hfeatureGridsectionAlter:after,
    #homepage .banner_section::before,
    .hbenefitsSection:before,
    .calltoaction_container::before {
        background-image: none;
        background: rgba(25, 33, 47, 1);
    }
    .hfeatureThreeImg.hftImg.hftImg-multicurrencyprinting {
        margin: 10px 0 -50px 50%;
    }
    .hfeatureThreeImg.hftImg.hftImg-multilanguageinterface {
        margin: 10px 0 -50px 50%;
    }
    .hfeatureThreeImg.hftImg.hftImg-multilanguageprinting {
        margin: 0px 0 -50px 50%;
    }
    .launchSection:before,
    .launchSection:after {
        display: none;
    }
    .launchInner {
        width: initial;
        text-align: center;
        margin: 0;
    }
    .launchSection {
        min-height: initial;
        margin: 10px 0 50px;
        padding: 0;
    }
    .launchContent h2 {
        font-size: 24px;
    }
    .homepage2 #trialReviews .owl-theme .owl-controls .owl-buttons {
        display: none;
    }
    .contactlessInner h2 {
        font-size: 24px;
    }
    .header_section ul.posappLink {
        display: none;
    }
    .topBarBody.tbShow .header_section .tbSticky {
        top: 50px;
    }
    .topBarBody.removeHello .header_section,
    .topBarBody.removeHello #homepage,
    .topBarBody.removeHello .tySection {
        margin-top: 0px;
    }
    .topBarBody.removeHello .header_section .tbSticky {
        top: 0px;
    }
}

/* End: 767 */

@media (max-width:640px) {
    #navright .btn_link a::before {
        font-size: 12px;
        line-height: 34px;
    }
    .hfeatureGridImg img {
        max-width: 60%;
        height: auto;
    }
    .banner_section {
        height: auto;
        max-height: none;
        overflow: hidden;
    }
    .col-sm-9,
    .col-sm-3 {
        width: 100%;
    }
    .footer_section .footer_main_links a {
        margin: 5px 10px;
    }
    .footer_section .footer_main_links a::after {
        display: none;
    }
    .footer_section ul.footer_link li:last-child,
    .footer_section .footer_contact p:last-child {
        margin-bottom: 0;
    }
    .footer_section ul {
        margin-bottom: 40px;
    }
    #homepage.homepage2 .banner_section .banner_container .offerdiv {
        line-height: 1.4em;
    }
    .nlsecInner {
        flex-direction: column;
    }
    .pdContent h2,
    .eBookPopup .pdContent h2 {
        font-size: 22px;
    }
    .hClientsImg:after {
        margin: 0 auto;
    }
    .hfeatureGridImg.hfImg-ordermanage {
        transform: scale(0.44);
        margin: -60px auto -40px;
    }
    .hfeatureGridImg.hfImg-ordertakingapp {
        transform: scale(0.5);
        margin: -60px auto -15px;
    }
    .hfeatureGridImg.hfImg-orderintegration {
        margin: -120px auto -85px;
        transform: scale(0.4);
    }
    .hfeatureGridImg.hfImg-delivery {
        transform: scale(0.5);
        margin: -20px auto 0;
    }
    .hfeatureObjectImg .hoImg.hoImg-menumanage:after {
        transform: scale(0.5);
        margin: -10px 0 0 20px;
    }
    .hfeatureObjectImg .hoImg.hoImg-tabletpos:after {
        transform: scale(0.5);
        margin: -30px 0 -10px 20px;
    }
    .hfeatureObjectImg .hoImg.hoImg-restaurantchain:after {
        transform: scale(0.5);
        margin: -10px 0 -10px 20px;
    }
    .hfeatureObjectImg .hoImg.hoImg-custengagement:after {
        transform: scale(0.7);
        margin: -20px 0 -10px 20px;
    }
    .hfeatureGridImg.hfImg-inventory {
        transform: scale(0.44);
        margin: -40px auto -20px;
    }
    .hfeatureGridImg.hfImg-shift {
        transform: scale(0.5);
        margin: -30px auto -10px;
    }
    .hfeatureGridImg.hfImg-billing {
        transform: scale(0.6);
        margin: -30px 0 -10px 0px;
    }
    .hfeatureGridImg.hfImg-custreport {
        transform: scale(0.58);
        margin: -20px 0 0px -5px;
    }
    .hfeatureObjects {
        padding: 20px 0 40px;
    }
    .hfeatureObjects:before {
        content: "";
        width: 70px;
        height: 2px;
        background: #dce1e6;
        display: block;
        margin: 0 auto 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 2px;
    }
    .hfeatureObjects:after {
        content: "";
        width: 70px;
        height: 2px;
        background: #bdd7ec;
        display: block;
        margin: 0 auto 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 2px;
        transform: translate(20px, 6px);
    }
    .hfeatureObjectsInner {
        flex-direction: column;
    }
    .hfeatureObjectslist {
        width: calc(100% - 30px);
        margin: 15px;
    }
    .hfeatureObjectslist:nth-of-type(2n+1) {
        margin-left: 15px;
    }
    .hfeatureObjectContent:before,
    .hfeatureObjectContent:after {
        display: none;
    }
    .hfeatureObjectContent {
        padding: 25px;
        text-align: center;
    }
    .hfeatureObjectContent .hbtnOuter {
        justify-content: center;
    }
    .hfeatureGridOuter {
        flex-direction: column;
    }
    .hfeatureGrid {
        width: calc(100% - 30px);
        margin: 15px;
        text-align: center;
    }
    .hfeatureGrid:nth-of-type(2n+1) {
        margin-left: 15px;
    }
    .hfeatureGrid:nth-of-type(3),
    .hfeatureGrid:nth-of-type(4) {
        margin-bottom: 15px;
    }
    .hfeatureGridImg.hfImg {
        transform-origin: center;
    }
    .hfeatureGrid .hbtnOuter .fsSbtnO {
        margin: 0 auto;
    }
    #navright {
        top: 10px;
    }
    #navright .btn_link a {
        font-size: 12px;
        line-height: 1;
        padding: 10px 14px;
    }
    .hbAwards {
        bottom: 0;
        margin-top: 30px;
    }
    .contactlessInner {
        margin-top: 40px;
    }
    .hfeatureGridBadge {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 10px;
    }
    .topBarText {
        font-size: 14px;
        display: inline-block;
    }
    .topBarInner {
        text-align: left;
    }
    .topBar {
        padding: 8px 10px;
    }
}

/* End: 640 */

@media (max-width:580px) {
    #homepage.homepage2 .banner_section .banner_container .banner_title {
        margin-bottom: 10px;
    }
    .hClientsection {
        margin-top: 20px;
    }
    .hClientsectionInner h2 {
        font-weight: 400;
        line-height: 1.2em;
        text-align: center;
    }
    .hClients .hClientsList {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .hClients .hClientsList:nth-of-type(3n+1),
    .hClients .hClientsList:nth-of-type(2n+1) {
        margin-left: 10px;
    }
    .hcontenbottomSection h2,
    .hfeatureGridHeading h2,
    .hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridHeading h2,
    .hfeatureObjectsHeading h2,
    .calltoaction_container .cta-content h2 {
        font-size: 24px;
        line-height: 1.2em;
    }
    .hfeatureGridOuter {
        flex-direction: column;
    }
    .hfeatureGrid {
        width: calc(100% - 30px);
        margin: 15px;
    }
    .hfeatureGrid:nth-of-type(2n+1) {
        margin-left: 15px;
    }
    .hfeatureGrid:nth-of-type(3),
    .hfeatureGrid:nth-of-type(4) {
        margin-bottom: 15px;
    }
    .hfeatureObjects {
        padding: 20px 0 40px;
    }
    .hfeatureObjects:before {
        content: "";
        width: 70px;
        height: 2px;
        background: #dce1e6;
        display: table;
        margin: 0 auto 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 2px;
    }
    .hfeatureObjects:after {
        content: "";
        width: 70px;
        height: 2px;
        background: #bdd7ec;
        display: table;
        margin: 0 auto 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 2px;
        transform: translate(20px, 6px);
    }
    .hfeatureObjectsInner {
        flex-direction: column;
    }
    .hfeatureObjectslist {
        width: calc(100% - 30px);
        margin: 15px;
    }
    .hfeatureObjectslist:nth-of-type(2n+1) {
        margin-left: 15px;
    }
    .hfeatureObjectContent:before,
    .hfeatureObjectContent:after {
        display: none;
    }
    .hfeatureObjectContent {
        padding: 25px;
        text-align: center;
    }
    .hfeatureObjectContent .hbtnOuter {
        justify-content: center;
    }
    .homepage2 .trialReviews h2 {
        font-size: 24px;
    }
    .hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridHeading {
        margin-bottom: 30px;
    }
    .hfeatureGridsection.hfeatureGridsectionAlter {
        padding: 30px 0;
    }
    .homepage2 .trialReviews {
        padding: 40px 0 30px;
    }
    .hbenefitsHeading h2,
    .hfeatureThreeHeading h2 {
        font-size: 24px;
    }
    .hfeatureGrid {
        text-align: center;
    }
    .hfeatureGrid .hbtnOuter {
        justify-content: center;
    }
    #homepage .supportSectionInner .slHeader h2 {
        font-size: 24px;
    }
    .hfeatureGridHeading {
        margin-bottom: 30px;
    }
    .hfeatureObjectslist {
        min-height: initial;
    }
    .pdInner {
        padding: 0 20px;
    }
    .pdContent h2 {
        font-size: 20px;
    }
    .pdBtn {
        margin-top: 20px;
    }
    .pdClose {
        top: 10px;
        right: 10px;
    }
    .popupDesign:before {
        min-height: 80px;
        max-height: 80px;
    }
    .hfeatureGridImg.hfImg-ordermanage {
        transform-origin: left center;
        margin: -60px 0 -40px 50%;
        transform: scale(0.44) translateX(-50%);
    }
    .hfeatureGridImg.hfImg-ordertakingapp {
        transform-origin: left center;
        margin: -50px 0 -30px 50%;
        transform: scale(0.5) translateX(-50%);
    }
    .hfeatureGridImg.hfImg-orderintegration {
        transform-origin: left center;
        margin: -110px 0 -90px 50%;
        transform: scale(0.4) translateX(-50%);
    }
    .hfeatureGridImg.hfImg-delivery {
        transform-origin: left center;
        margin: -30px 0 -20px 50%;
        transform: scale(0.5) translateX(-50%);
    }
    .hfeatureGridImg.hfImg-inventory {
        transform-origin: left center;
        transform: scale(0.44) translateX(-50%);
        margin: -40px 0 -40px 50%;
    }
    .hfeatureGridImg.hfImg-shift {
        transform-origin: left center;
        transform: scale(0.5) translateX(-50%);
        margin: -40px 0 -25px 50%;
    }
    .hfeatureGridImg.hfImg-billing {
        transform-origin: left center;
        transform: scale(0.6) translateX(-50%);
        margin: -40px 0 -25px 50%;
    }
    .hfeatureGridImg.hfImg-custreport {
        transform-origin: left center;
        transform: scale(0.58) translateX(-50%);
        margin: -40px 0 -25px 50%;
    }
    .hfeatureObjects:before,
    .hfeatureObjects:after {
        display: block;
    }
    .hfeatureThree .launchContent h2 {
        font-size: 20px;
        font-weight: 400;
    }
    .hfeatureThreeContent h3 {
        font-size: 18px;
    }
    .contactlessInner h2 {
        font-size: 22px;
    }
    #navright .btn_link.contactlessBtn {
        display: none;
    }
    .header_section ul.posappLink {
        display: inline-block;
        margin-top: 0;
    }
    .topBarBody.tbShow .header_section .tbSticky {
        top: 65px;
    }
    .topBarBody.removeHello .header_section,
    .topBarBody.removeHello #homepage,
    .topBarBody.removeHello .tySection {
        margin-top: 0px;
    }
    .hfeatureThreelist {
        width: 100%;
        margin: 15px;
    }
    .hfeatureGridsectionAlter .hfeatureGridinner .hfeatureGridImg {
        min-height: initial;
    }
}

/* End: 580 */

@media (max-width:568px) {
    #homepage .banner_section .banner_container .banner_textcontainer {
        margin: 30px 0 100px;
    }
    #homepage.homepage2 .banner_section .banner_container .banner_textcontainer {
        margin: 0 0 40px;
    }
    #homepage.homepage2 .banner_section .banner_container .banner_title {
        font-size: 24px;
        min-height: initial;
    }
    #homepage .banner_section .banner_button .btn {
        padding: 10px 20px;
    }
    #homepage.homepage2 .banner_section .banner_container .offerdiv .badges.cs-badge {
        animation: none;
        padding: 5px 6px;
    }
    #homepage .banner_section .banner_container .banner_subtitle {
        font-size: 16px;
        letter-spacing: 0.03em;
    }
    .banner_pattern,
    #homepage .banner_section .banner_container:before,
    #homepage .banner_section .banner_container:after {
        display: none;
    }
    .hClients .hClientsList {
        box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.09);
    }
    .hfeatureGridinner .hfeatureGridPattern span:nth-of-type(1) {
        left: 340px;
        top: 180px;
    }
    .hfeatureGridinner .hfeatureGridPattern span:nth-of-type(5) {
        bottom: -60px;
        right: initial;
        left: 50px;
    }
    .hfeatureGridinner .hfeatureGridPattern span:nth-of-type(4) {
        bottom: -70px;
    }
    #homepage.homepage2 .banner_imgcontainer>img {
        display: none;
    }
    .hbAwards {
        margin-top: 0;
    }
    .hbAwardsList {
        margin: 0 10px;
    }
}

@media (max-width:567px) {
    .footer_section ul.footer_link li,
    .footer_section .footer_contact p {
        float: none;
        width: auto;
    }
    .footer_section .footer_main_links a {
        margin: 5px;
    }
    .footer_section .footer_main_links a::after {
        display: none;
    }
    .footer_section ul.footer_link li:last-child,
    .footer_section .footer_contact p:last-child {
        margin-bottom: 0;
    }
    .footer_section ul {
        margin-bottom: 40px;
    }
    #homepage.homepage2 .banner_section .banner_container .offerdiv .badges.cs-badge {
        display: table;
        margin: 0 auto;
    }
    #homepage .banner_section .banner_container .banner_subtitle {
        font-size: 15px;
        letter-spacing: 0.03em;
        text-align: left;
        display: table;
        margin: 0 auto 30px;
    }
    #homepage.homepage2 .banner_section {
        padding: 80px 0 60px;
    }
}

@media (max-width:520px) {
    .header_section ul.posappLink {
        display: none;
    }
}

@media (min-width:375px) and (max-width:567px) {
    #homepage .banner_section .banner_container .banner_title {
        font-size: 1.4em;
    }
}

@media (max-width:480px) {
    .faqSection h2 {
        font-size: 20px;
    }
    #homepage .banner_section .banner_container .banner_title span {
        display: inline;
    }
}

@media (max-width:479px) {
    .hfeatureGridImg img {
        max-width: 80%;
    }
    h3,
    h2,
    h1,
    #homepage .banner_section .banner_container .banner_title {
        font-size: 20px;
    }
    .btn {
        white-space: normal;
        line-height: 1.4em;
    }
    #navright .btn_link .btn {
        line-height: 1;
        padding: 10px 12px;
    }
    #navright .btn_link a:hover::before,
    #navright .btn_link a:focus::before {
        line-height: 34px;
    }
    .footer_section .footer_main_links {
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .footer_section .footer_main_links h3 {
        display: block;
    }
    .footer_section .footer_main_links a {
        float: left;
        text-align: left;
        margin: 0 0 15px;
        width: 50%;
        line-height: 1.4em;
    }
    .footer_section .footer_main_links a {
        font-size: 15px;
    }
    #homepage.homepage2 .banner_section .banner_container .banner_title {
        font-size: 22px;
    }
    #homepage.homepage2 .banner_section .banner_container .banner_textcontainer {
        margin: 0 0 50px;
    }
    .faqSection-listing .faqs .faqque {
        font-size: 14px;
    }
    #homepage.homepage2 .banner_section {
        padding: 80px 0 40px;
    }
    .hClientsectionInner h2,
    .hClientsectionInner h2 span {
        font-size: 20px;
    }
    .hcontenbottomSection h2,
    .hfeatureGridHeading h2,
    .hfeatureGridsection.hfeatureGridsectionAlter .hfeatureGridHeading h2,
    .hfeatureObjectsHeading h2,
    .homepage2 .trialReviews h2 {
        font-size: 24px;
    }
    .hClientsection {
        margin-bottom: 20px;
    }
    .hcontenbottomSection {
        padding-top: 10px;
    }
    .hfeatureGrid {
        width: 100%;
        margin: 20px 0 0;
        padding: 20px;
    }
    .hfeatureGrid:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .hfeatureGrid:nth-of-type(3),
    .hfeatureGrid:nth-of-type(4) {
        margin-bottom: 0;
    }
    .hfeatureObjectslist {
        width: 100%;
        margin: 20px 0 0;
    }
    .hfeatureObjectslist:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .homepage2 #trialReviews {
        width: 100%;
    }
    .hbenefits {
        width: 100%;
        margin: 20px 0 0;
    }
    .hbenefits:nth-of-type(1) {
        margin-top: 0;
    }
    .hbenefits:nth-of-type(2) {
        margin-top: 20px;
    }
    .hbenefits:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .hbenefits:nth-of-type(2n+1) {
        font-size: 22px;
        line-height: 1.3em;
    }
    .hfeatureThreelist {
        width: 100%;
        margin: 20px 0 0;
    }
    .hfeatureThreelist:nth-of-type(3n+1),
    .hfeatureThreelist:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .hfeatureThreelist:nth-of-type(1) {
        margin-top: 0;
        margin-left: 0;
    }
    .hfeatureThreelist:nth-of-type(2) {
        margin-top: 20px;
        margin-left: 0;
    }
    .hfeatureThreeContent {
        padding: 20px;
    }
    .hfeatureThreeContent h3 {
        font-size: 18px;
    }
    #homepage .calltoaction_container .calltoactionInner {
        width: 100%;
    }
    #homepage .calltoaction_container .cta-content h5 {
        font-size: 14px;
    }
    #homepage .calltoaction_container .cta_btn_container .btn-link,
    .hfeatureBtnOuter .btn-link {
        padding: 10px 20px;
        font-size: 15px;
    }
    #homepage .calltoaction_container {
        padding: 30px 0 40px;
    }
    #homepage .supportSectionInner .slHeader h2 {
        font-size: 22px;
    }
    .supportSectionInner .slHeader {
        margin-bottom: 30px;
    }
    #homepage .calltoaction_container .cta_note {
        font-size: 12px;
    }
    .faqBtmcta {
        border-radius: 10px;
    }
    .homepage2 .app-download-content {
        flex-direction: column;
    }
    .homepage2 .app-download-content .appBannerBtn {
        margin: 10px 0 0;
        min-width: 210px;
        justify-content: center;
    }
    .homepage2 .app-download-content .appBannerBtn:first-of-type {
        margin: 0;
    }
    #homepage .banner_section .banner_container .banner_subtitle {
        text-align: center;
    }
    .hClientsList a,
    .hClientsList .hbgclient {
        max-width: 112px;
        max-height: 64px;
        padding: 0;
    }
    .hClientsImg:after {
        margin-left: 6px;
        transform-origin: center center;
        transform: scale(0.74);
    }
    .hClients .hClientsList .hClientsInfo {
        display: none;
    }
    .hfeatureObjectImg .hoImg.hoImg-menumanage:after {
        margin: -40px 0 -40px 30px;
    }
    .hfeatureObjectImg .hoImg.hoImg-tabletpos:after {
        margin: -40px 0 -40px 40px;
    }
    .hfeatureObjectImg .hoImg.hoImg-restaurantchain:after {
        transform: scale(0.6);
        margin: -20px 0 -40px 20px;
    }
    .hfeatureObjectImg .hoImg.hoImg-custengagement:after {
        transform: scale(0.7);
        margin: -20px 0 -30px 40px;
    }
    .hfeatureThreeImg.hftImg.hftImg-hotelmanagsystem {
        margin: -10px auto -40px -30px;
    }
    .hfeatureThreeImg.hftImg.hftImg-loyalty {
        margin: -20px 0 -40px -50px;
    }
    .hfeatureThreeImg.hftImg.hftImg-thirdparty {
        margin: 0 0 -20px -20px;
    }
    .contactlessInner {
        margin: 20px 0;
    }
    .contactlessInner h2 {
        font-size: 20px;
    }
    .contactlessInner .btn {
        padding: 12px 15px;
    }
    .topBarInner {
        text-align: left;
    }
    .topBarText {
        align-items: start;
        font-size: 12px;
    }
    .highlight-badge {
        color: var(--highlightbuttonColor);
        background-color: transparent;
        font-size: 10px;
        margin: 0 3px 0 0;
    }
    .topBar {
        height: initial;
        padding: 8px 10px;
    }
}

@media (max-width:435px) {
    .topBarBody.tbShow .header_section .tbSticky {
        top: 50px;
    }
    .topBarBody.removeHello .header_section,
    .topBarBody.removeHello #homepage,
    .topBarBody.removeHello .tySection {
        margin-top: 0px;
    }
    .topBarBody.removeHello .header_section .tbSticky,
    .topBarBody.tbShow.homeVideo .modal {
        top: 60px;
    }
}

@media (max-width:430px) {
    .contactlessInner .btn .fa,
    .hfeatureGridHeading .btn-link .fa {
        margin-left: 0px;
        font-size: 12px;
    }
    .contactlessInner .btn,
    .hfeatureGridHeading .btn-link,
    .launchSection .btn-link,
    .hfeatureBtnOuter .btn-link,
    .trialReviewsBtnOuter .btn-link {
        font-size: 13px;
        letter-spacing: 0;
    }
    .header_section ul.posappLink {
        display: none;
    }
}

@media (max-width:419px) {
    .header_section,
    .header_section.sticky {
        padding: 10px 0;
        max-height: 60px;
    }
    .header_section .navbar-default,
    .header_section.sticky .navbar-default {
        min-height: initial;
    }
    .header_section .navbar-default .navbar-toggle,
    .header_section.sticky .navbar-default .navbar-toggle {
        margin-right: -15px;
        margin-top: 4px;
    }
    #navright {
        right: 40px;
        top: 3px;
    }
    .header_section .logo,
    .header_section.sticky .logo {
        max-width: 170px;
        top: 0;
        margin-top: 5px;
    }
    .header_section .logo img,
    .header_section.sticky .logo img {
        max-width: 30px;
        max-height: 30px;
    }
    .header_section .logo .product_name,
    .header_section.sticky .logo .product_name {
        font-size: 19px;
        margin: 0px 0 0 5px;
        letter-spacing: 0.02em;
    }
    .header_section .logo .product_name small,
    .header_section.sticky .logo .product_name small {
        font-size: 9px;
        letter-spacing: normal;
    }
    .topBarBody.removeHello .header_section,
    .topBarBody.removeHello #homepage,
    .topBarBody.removeHello .tySection {
        margin-top: 0px;
    }
    .topBarBody.removeHello .header_section .tbSticky,
    .topBarText {
        width: initial;
    }
    .topBarContent {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .topBarBtn {
        width: initial;
        margin: 5px 0 0;
        font-size: 11px;
    }
    .topBarInner {
        align-items: center;
        min-height: 30px;
    }
    .header_section .logo {
        margin-top: 7px
    }
    .supportlistOuter {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .supportList {
        width: 100%;
    }
}

@media (max-width:360px) {
    .footer_section .footer_main_links a {
        width: 100%;
    }
    .footer_section .footerDropdown {
        justify-content: flex-start;
    }
    .eBookPopup .pdContent p {
        font-size: 15px;
    }
    .pdContent h2,
    .eBookPopup .pdContent h2 {
        font-size: 20px;
    }
    .hClientsImg:after {
        transform-origin: left center;
    }
}

@media (max-width:359px) {
    .contactlessInner .btn {
        font-size: 13px;
    }
    .contactlessInner {
        padding: 20px;
    }
}

@media (max-width:320px) {
    .calltoaction_container .cta-content {
        width: 100%;
    }
    .hfeatureThreeImg.hftImg.hftImg-hotelmanagsystem {
        margin: -10px auto -40px -55px;
    }
    .hfeatureThreeImg.hftImg.hftImg-loyalty {
        margin: -20px 0 -50px -70px;
    }
    .hfeatureThreeImg.hftImg.hftImg-thirdparty {
        margin: 0 0 -30px -50px;
        transform: scale(0.66);
    }
    .hfeatureObjectImg .hoImg.hoImg-restaurantchain:after {
        transform: scale(0.56);
    }
    .topBarBody.tbShow .header_section {
        top: 50px;
    }
}

@media (max-width:319px) {
    .header_section .logo .product_name {
        display: none;
    }
    .topBarBody.removeHello .header_section,
    .topBarBody.removeHello #homepage,
    .topBarBody.removeHello .tySection {
        margin-top: 0px;
    }
}

/*! CSS Used from: Embedded */

#gfSLV54-1587533668772 {
    outline: none !important;
    visibility: visible !important;
    resize: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    background: none !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity1) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    top: auto !important;
    right: 10px !important;
    bottom: 90px !important;
    left: auto !important;
    position: fixed !important;
    border: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    max-height: none !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    -moz-transition-property: none !important;
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    width: auto !important;
    height: auto !important;
    display: none !important;
    z-index: 2000000000 !important;
    background-color: transparent !important;
    cursor: auto !important;
    float: none !important;
    border-radius: unset !important;
    pointer-events: auto !important;
}

/*! CSS Used from: Embedded */

.hs-form-410b8eac-db9e-414f-bf1b-ce410fbe56a5_56b2e1a0-0af5-4608-a93e-b54071195567 .hs-field-desc {
    width: 100%;
}

/*! CSS Used from: https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-star:before {
    content: "\f005";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-comments:before {
    content: "\f086";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-quora:before {
    content: "\f2c4";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*! CSS Used keyframes */

@keyframes movingIcon {
    0% {
        transform: scale(0.9) rotate(0deg);
    }
    35% {
        transform: scale(0.9) rotate(45deg);
    }
    70% {
        transform: scale(0.9) rotate(-45deg);
    }
    100% {
        transform: scale(0.9) rotate(0deg);
    }
}

@keyframes movingIcon2 {
    0% {
        transform: scale(0.6) translateY(0px);
    }
    35% {
        transform: scale(0.6) translateY(-10px);
    }
    70% {
        transform: scale(0.6) translateY(10px);
    }
    100% {
        transform: scale(0.6) translateY(0px);
    }
}

@keyframes movingIcon3 {
    0% {
        transform: scale(0.7) rotate(30deg) translateX(0px);
    }
    35% {
        transform: scale(0.7) rotate(30deg) translateX(-5px);
    }
    70% {
        transform: scale(0.7) rotate(30deg) translateX(5px);
    }
    100% {
        transform: scale(0.7) rotate(30deg) translateX(0px);
    }
}

@keyframes movingIcon4 {
    0% {
        transform: scale(-0.8, 0.8) translateX(0px);
    }
    35% {
        transform: scale(-0.8, 0.8) translateX(10px);
    }
    70% {
        transform: scale(-0.8, 0.8) translateX(-10px);
    }
    100% {
        transform: scale(-0.8, 0.8) translateX(0px);
    }
}

@keyframes arrow-motion {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes badgeAnime {
    0% {
        background-color: #ffbe4e;
    }
    50% {
        background-color: #a2ef59;
    }
    100% {
        background-color: #ffbe4e;
    }
}

@keyframes bArrowmoving {
    0% {
        left: 0;
    }
    50% {
        left: 3px;
    }
    100% {
        left: 0;
    }
}

@keyframes hfgridP1 {
    0% {
        transform: scale(0.8, 0.8) translateX(0px) translateY(0px);
    }
    35% {
        transform: scale(0.8, 0.8) translateX(-10px) translateY(-10px);
    }
    70% {
        transform: scale(0.8, 0.8) translateX(10px) translateY(10px);
    }
    100% {
        transform: scale(0.8, 0.8) translateX(0px) translateY(0px);
    }
}

@keyframes hfgridP2 {
    0% {
        transform: scale(-1, 1) translateX(0px) translateY(0px);
    }
    35% {
        transform: scale(-1, 1) translateX(10px) translateY(10px);
    }
    70% {
        transform: scale(-1, 1) translateX(-10px) translateY(-10px);
    }
    100% {
        transform: scale(-1, 1) translateX(0px) translateY(0px);
    }
}

@keyframes hfgridPalt1 {
    0% {
        transform: scale(-0.8, 0.8) translateX(0px) translateY(0px);
    }
    35% {
        transform: scale(-0.8, 0.8) translateX(-10px) translateY(-10px);
    }
    70% {
        transform: scale(-0.8, 0.8) translateX(10px) translateY(10px);
    }
    100% {
        transform: scale(-0.8, 0.8) translateX(0px) translateY(0px);
    }
}

@keyframes hfgridPalt2 {
    0% {
        transform: scale(-1, 1) translateX(0px) translateY(0px);
    }
    35% {
        transform: scale(-1, 1) translateX(10px) translateY(10px);
    }
    70% {
        transform: scale(-1, 1) translateX(-10px) translateY(-10px);
    }
    100% {
        transform: scale(-1, 1) translateX(0px) translateY(0px);
    }
}

@keyframes curveMotion {
    0% {
        -webkit-transform: scaleX(1.4);
        transform: scaleX(1.4);
    }
    50% {
        -webkit-transform: scaleX(1.0);
        transform: scaleX(1.0);
    }
    100% {
        -webkit-transform: scaleX(1.4);
        transform: scaleX(1.4);
    }
}

@keyframes rotates {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--- Mexico Country CSS ---*/

.mexicoBody {
    top: 0 !important;
}

.mexicoBody #homepage .banner_section .banner_container .banner_title span {
    display: inline;
}

.mexicoBody.removeHello #homepage .banner_section .banner_container {
    margin: 0 auto 0;
}

.mexicoBody.tbShow #homepage .banner_section .banner_container {
    margin: 40px auto 0;
}

.mexicoBody .hClientsectionInner h2 {
    max-width: 25%;
}

.mexicoBody .hbenefitsHeading h2 {
    font-size: 24px;
}

.mexicoBody .footer_section .footer_copy .footer_social li a.icn_tw {
    padding: 10px;
}

.mexicoBody .hfeatureThreelist {
    width: calc(40% - 15px);
}

.mexicoBody.contactlessBody .clLogo,
.mexicoBody.contactlessBody .clLogo:hover,
.mexicoBody.contactlessBody .clLogo:active,
.mexicoBody.contactlessBody .clLogo:focus {
    background: url(../images/logo.jpg) no-repeat center;
    background-size: 80%;
}