﻿
.m-0{
    margin:0px !important;
} 
.m-100 {
    margin:100px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-10 {
    margin-top:10px;
}

.mt-15 {
    margin-top:15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top:100px;
}

.mt-150 {
    margin-top:150px;
}

.mt-200 {
    margin-top: 200px;
}
.mb-13 {
    margin: 13px auto;
}

.mtb-10{
    margin-top:10px;
    margin-bottom:10px;
}

.mtb-100{
    margin-top: 100px;
    margin-bottom:100px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100{
    margin-bottom:100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.p-0{
    padding:0 !important;
}


.p-10 {
    padding:10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px 0;
}

.p-100 {
    padding:100px;
}

.pt-15 {
    padding-top:15px;
}

.pt-20 {
    padding-top: 20px;
}
.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top:100px;
}

.ptb-100{
    padding:100px 0px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-10 {
    padding-bottom: 10px;
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-30_lr {
    padding:32px 30px !important;
}


.sd-logo-font {
    font-family: 'Open Sans', sans-serif;
}

.price-font {
    font-family: 'Oswald', sans-serif;
}

.color-dblue {
    color: #254290;
}

.color-w {
    color:white !important;
}

.color-b {
    color:black !important;
}

.color-main {
    color: #1e1e63 !important;
}

.color-gray {
    color: #56576e !important;
}

.fs-35 {
    font-size: 35px;
}

.fs-30 {
    font-size: 30px;
}

.fs-20 {
    font-size:20px;
}

.fs-23 {
    font-size: 23px;
}

.fs-25 {
    font-size: 25px;
}

.fs-11 {
    font-size:11px;
}

.f-italic{
    font-style:italic;
}

.sd-letter {
    font-weight: 900;
    color: #2e3192;
    font-size: 17px;
}

.ampm-banner-bg {
    background-image: url(../images/banner-pic.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.book-demo-img {
    background-image: url(../images/blue_form_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.book-demo-img2 {
    background-image: url(../images/grocery-contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.book-demo-img3 {
    background-image: url(../images/blue_form_bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dark span.welcome {
    color: #fff;
}

.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.bg-transparent {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: auto;
    top: 0;
    right: 0;
}

.light-gray-bg {
    background-color: #F2F2F2;
}

#page-get-in-touch .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    margin-bottom:3px;
}



.full-demo-area .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: white;
    background-color: transparent;
    background-image: none;
    border: 2px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}



.request-form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    border: 2px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.bookademo input:focus{
    color:white;
}


.btn-light-blue {
    background-color: #5995CA;
}

.btn-light-blue {
    border: 2px solid #5995CA;
    padding: 6px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    text-transform: uppercase;
    height: 30px;
    line-height: 1.7;
    font-size: 13px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.entry-title-light-essential, .entry-title-light-essential-plus, .entry-title-light-essential-premium {
    background-color: #222224;
    height: 300px;
    position: relative;
    text-align: center;
    color: #fff;
}

.entry-title-light-essential-plus > h3 {
    background: #664a9e;
    font-size: 30px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: white;
}

.entry-title-light-essential > h3 {
    background: #664a9e;
    font-size: 30px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: white;
}

.entry-title-light-essential-premium > h3 {
    background: #664a9e;
    font-size: 30px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: white;
}

.entry-title-light-essential .price {
    line-height: 150px;
    font-size: 68px;
    font-weight: 700;
}

.entry-title-light-essential .title {
    background-color: #4455a4;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 155px;
}

.entry-title-light-essential .title h3 {
    margin: 0;
}


.entry-title-light-essential-plus .title {
    background-color: #47b14f;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 155px;
}

.entry-title-light-essential-plus .title h3 {
    margin: 0;
}

.entry-title-light-essential-plus .price {
    line-height: 150px;
    font-size: 68px;
    font-weight: 700;
}


.entry-title-light-essential-premium .title {
    background-color: #ee4237;
    padding-top: 20px;
    padding-bottom: 20px;
}

.entry-title-light-essential-premium .title h3 {
    margin: 0;
}

.entry-title-light-essential-premium .price {
    line-height: 150px;
    font-size: 68px;
    font-weight: 700;
}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.plan-inner:hover {
    -webkit-box-shadow: 0 0 30px -5px #c9c9c9;
    box-shadow: 0 0 30px -5px #c9c9c9;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.entry-content {
    color: #323232;
}




.entry-content ul {
    margin: 0;
    padding:0;
    list-style-position:inside;
    text-align:center;
}

.entry-content li {
    padding: 10px 0;
}

.hot {
    position: absolute;
    top: -7px;
    background: #cc0000;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 2px;
    right: -30px;
    font-weight: 900;
}

.entry-title-light-silver {
    background-color: #9c9d9e;
    height: 200px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.entry-title-light-silver .price {
    position: absolute;
    bottom: -35px;
    background: #9c9d9e;
    height: 135px;
    width: 135px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 80px;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 48px;
    font-weight: 700;
}

.entry-title-light-silver > h3 {
    background: #848586;
    font-size: 30px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: white;
}
.entry-title-light-blue {
    background-color: #6a76b7;
    height: 200px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.entry-title-light-blue > h3 {
    background: #4655a5;
    font-size: 30px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: white;
}

.entry-title-light-blue .price {
    position: absolute;
    bottom: -35px;
    background: #6a76b7;
    height: 135px;
    width: 135px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 80px;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 48px;
    font-weight: 700;
}


.margin-bottom-13 {
    margin: 13px auto;
}


.white-bg {
    background-color:white !important;
}

/*.footer-area h4{
    color:white;
}*/

.text-primary {
    color: #2e3192;
}

.img-w-40 {
    width: 40px;
}

.img-w-50{
    width:50px;
}

.img-w-60 {
    width: 60px;
}


/*.footer-area li {
    margin-bottom:0px;
}*/

.list-inline ul li {
    font-size:13px;
    display: inline-block;
}

#advertisemodal .modal-content{
    border:0;
    border-radius:0;
}

.thankyoumsg h1{
    font-size:85px;
    font-weight:800;
}

.thankyoumsg h2 {
    font-size: 30px;
    font-weight: 600;
}

.bg-pink {
    background-color: #f9748e;
}

.bg-blue {
    background-color: #2e3192;
}

.text-white{
    color:white !important;
}

#advertisemodal h1 {
    color: #2e3192;
    font-size: 55px;
    font-weight: 800;
}




.promo-container{
    position:relative;
    width:100%;
}

.promo-container-btn {
    position: absolute;
    top: 64%;
    left: 78%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
}

.promo-close-btn {
    color:white;
    font-size:13px;
    position: absolute;
    bottom:20%;
    right: 17%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-decoration:underline;
}

#hospitality-header-img {
    border-radius: 5%;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.page-banner .page-content {
    padding-top: 190px;
    position: relative;
    z-index: 9;
}

.section-title .title {
    font-size: 35px;
    font-weight:700;
    font-style:italic;
}



.section-title .title span {
    color: #2e3192;
}

.hardware-section-title .title {
    font-size: 45px;
    font-weight: 900;
}

.sidekick-section-title .title {
    font-size: 45px;
    font-weight: 900;
}

.hardware-section-title p {
    font-size: 16px;
}

.page-banner .page-image {
    position: relative;
    z-index: 9;
    padding-top: 70px;
}

.feature-explain-content-div h1{
    font-size: 4.5rem;
    line-height: 1.15;
    margin-bottom: 36px;
}

.page-banner .page-image img {
    width: 100%;
}


.solution_grid_list .half-width-module-with-bullets__list__item li:after {
    content: '';
    position: absolute;
    width: calc(100% + 24px);
    height: 1px;
    left: -24px;
    top: 0;
    background-color: #e8e8e8;
}



.computer-image {
    position:relative;
}

.intro-about-title {
    font-size:40px;
    font-weight:900;
    line-height:1.2;
}

.vcenter2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-area2 {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 120px 0;
}

.header-area3 {
    position: relative;
    height: 100%;
    width: 100%;
    background: url(../images/example40-03.png) no-repeat scroll right top/ 100% auto;
    padding: 120px 0;
    margin-top: 50px;
}



ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}


#hos-intro-bg-img-left {
    width: 30%;
    z-index: -1;
    position: absolute;
    left: 5%;
    transform: rotate(10deg);
    margin-top: 230px;
}

#hos-intro-bg-img-right {
    width: 20%;
    z-index: -1;
    position: absolute;
    right: 5%;
    opacity: 0.6;
    transform: rotate(10deg);
}

#hos-different-bg-img-left {
    width: 22%;
    z-index: -1;
    position: absolute;
    left: 5%;
    opacity: 0.6;
    transform: rotate(20deg);
}

#hos-bg-img-bottom-left {
    width: 20%;
    z-index: -1;
    position: absolute;
    right: 5%;
    opacity: 0.6;
    transform: rotate(10deg);
}

#kiosk-intro-bg-img-right {
    width: 20%;
    z-index: -1;
    position: absolute;
    right: 5%;
    opacity: 1;
}

.link-blue-sm {
    color: #f9748e;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.sub-title {
    text-transform: none;
    color: black;
    font-weight: 400;
    line-height: 1.33;
    font-size: 24px;
    margin: 0 auto 3rem;
    max-width: 1000px;
}

.business-type-div p {
    font-size: 18px;
    font-weight: 600;
    color: #191919;
    text-transform: uppercase;
}

.hos-feature-section-box {
    padding: 20px 20px;
    margin: 0 0 30px 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 30px -12px #c9c9c9;
    box-shadow: 0 0 30px -12px #c9c9c9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #ffffff;
}

.hos-feature-section-box:hover {
    -webkit-box-shadow: 0 0 30px -5px #c9c9c9;
    box-shadow: 0 0 30px -5px #c9c9c9;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hos-feature-section-box h4{
    font-size:20px;
}

.hos-feature-section-box p{
    font-size:12px;
}

.hos-service-box {
    padding: 30px 30px;
    margin: 0 0 30px 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 30px -12px #c9c9c9;
    box-shadow: 0 0 30px -12px #c9c9c9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #ffffff;
}

.hos-service-box:hover {
    -webkit-box-shadow: 0 0 30px -5px #c9c9c9;
    box-shadow: 0 0 30px -5px #c9c9c9;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}



.fw-400 {
    font-weight:400;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.month-letter {
    font-size: 12px;
    position: absolute;
    bottom: -5px;
    right: 40px;
    font-weight: bold;
}

.terminal-letter {
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    font-weight:bold;
    right:30px;
}

.best-value-letter {
    font-size: 13px;
    position: absolute;
    right: 12px;
    font-weight: bolder;
    top: 90px;
}

#contact-banner {
    background-color: #FFF5FA;
}

.border-black {
    border: 1px solid #b6b6b6;
}

.price-list p {
    outline: none;
    list-style-position: inside;
}

/*.bottom-footer-left p{
    display: inline;
    font-size: 11px;
    margin-left: 20px;
}

.footer-headings {
    color: #ffffff !important;
    font-weight: 700;
    border-bottom: 1px solid #ffffff !important;
}

.footer-section .footer-headings {
    color: #2e3192;
    display: block;
    font-size: 16px;
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2e3192;
}

.footer-section > ul > li > a {
    font-size:14px;
    color: #e5e5e5;
}

.footer-section > ul > li > a:hover {
    text-decoration:underline;
    cursor:pointer;
}

.footer-section ul {
    list-style: none;
    padding-left: 0;
}*/


.icon-list > li > strong{
    font-size:12px;
}

.icon-list > li  {
    font-size: 12px;
}

/*.footer-area .list-inline > ul > li > a {
    color: #e5e5e5;
}

.footer-area .list-inline > ul > li > a:hover {
    text-decoration: underline;
}*/

.carousel-indicators {
    bottom: 10px;
    text-align: center;
    display: block;
}

.slider_img img {
    width: 93% !important;
    float: right;
}

#home-page .slider-text {
    position: absolute;
    top: 35%;
    left: 0%;
    right: auto;
    width: 100%;
    color: #fff;
    margin-top: 150px;
}



.header-left-text p {
    color: #252a35;
}

.top-title{
    font-size:18px;
    font-weight:700;
}

.about-comany-btn {
    font-size: 15px;
    height: 45px;
    padding: 10px 25px;
}

.w-200{
    width:200px;
}

.feature-list-div {
    padding: 20px;
}

.blog-content{
    background-color:white;
}

.text-indent-3em{
    text-indent:3em;
}

#web-banner-img {
    display: block;
}
#mobile-banner-img { display:none;}


/*Pricing professional Service*/
#top-professional-service .banner {
    padding: 30px 0px;
    background: #231F20;
}

#top-professional-service .banner h1{
    color:white;
    margin:0;
}

.sub-banner-blue {
    padding:20px 0px;
    background-color: #A7B6DA;
}

.sub-banner-ornage {
    padding: 20px 0px;
    background-color: #EF966A;
}

.sub-banner-blue h1, .sub-banner-ornage h1 {
    font-size: 25px;
    margin: 0;
}

.sub-banner-details, .sub-banner-details2 {
    padding: 30px;
    border: 1px solid #b6b6b6;
    min-height: 650px;
}

.sub-banner-details h3{
   font-size:18px;
}

.sub-banner-details p {
    outline: none;
    list-style-type: disc;
    display: list-item;
    list-style-position: inside;
    font-weight:600;
    margin-bottom:2px;
}


.sub-banner-details2 p {
    font-weight: 600;
    margin-bottom: 2px;
}

.sub-banner-details2 h4 {
    margin:0;
}

.price-comment {
    margin-left: 20px;
    font-weight: 300;
    font-size: 16px;
}

.single-testimonial ul.rating {
    padding: 0;
    margin: 0;
    margin-bottom: 27px;
    list-style: none;
}

.single-testimonial ul.rating li i {
    padding: 0 2px;
    color: #ffb944;
    font-size: 12px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.liquid-img-group-single {
    display: block;
    position: relative;
}

.five-col-form {
    box-shadow: 0px 5px 23px rgba(0,0,0,0.06);
    border-radius: 0.313rem;
    background-color: #E8E8E8;
    padding: 50px;
    position: relative;
}

ul.check {
    padding: 0;
}

ul.check li {
    color:black;
    list-style-type: none;
    position: relative;
    padding: 8px 20px 7px 30px;
    display: flex;
}


ul.check li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 28px;
    height: 25px;
    left: 0px;
}

ul.check li p {
    width: 90%;
}

.bookDemo-blue-text {
    color: #2e3192;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight:800;
    letter-spacing: 0.125rem;
}

.wt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.overlay-bx-2{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.4;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.overlay-bx-3 {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, #000000 100%);
    opacity: 0.7;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.overlay-bx-2-text {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 55%;
    z-index: 99;
    background-color: transparent;
}

.overlay-bx-3-text {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 20%;
    z-index: 99;
    background-color: transparent;
}

.hos-section-features{
    padding:30px;
    margin:0px 40px;
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}

.bg-light {
    background-color: #f8f9fc !important;
}

.rounded {
    border-radius: 10px !important;
}

#about-company-header .header {
    position: absolute;
    background-color: #f2f2f2;
    height: 360px;
    width: 700px;
    bottom: 40px;
    right: 100px;
    border-radius: 5px;
}

#about-company-header .header .header-content {
    padding: 60px;
}

#about-company-header .header .header-content h1 {
    font-size: 3.0em;
    font-weight: 600;
    color: #1a2b6d;
}

#about-company-header .header .header-content h2 {
    font-size: 1.3em;
    line-height:1.7;
    font-weight: lighter;
}

.company-feature-box {
    padding: 30px;
    min-height: 270px;
}

.company-feature-box h4 {
    font-size: 1.2em;
}

.company-feature-box p {
    font-size: 0.8em;
}

.company-feature-box i {
    font-size:35px;
}

.companystory-content {
    padding:70px;
}

.companystory-content h3{
    font-size:2.5em;
}

.companystory-content p {
    font-size: 18px;
    line-height:1.5;
}

.get-in-touch-btn {
    font-size: 15px;
    height: 45px;
    padding: 10px 30px;
    margin-top: 20px
}

.navbar-nav > li > .dropdown-menu {
    left: auto;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 3px solid #2e3192;
    -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: 0;
    min-width: 200px;
    padding: 5px;
    text-align: left;
}

.navbar-nav > li > .dropdown-menu li{
   padding:7px 16px;
}

.navbar-nav > li > .dropdown-menu li > a {
    font-size:16px;
    
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.app-feature-aera .single-app-features-item {
    text-align: center;
}

.single-app-features-item.green-gd .icon {
    background-image: -webkit-linear-gradient(35deg,#2e3192,#75f094);
    background-image: linear-gradient(55deg,#2e3192,#75f094);
    background-image: -webkit-linear-gradient(55deg,#2e3192,#75f094);
    background-image: -ms-linear-gradient(55deg,#2e3192 0,#75f094);
    box-shadow: 0 12px 20px 0 rgba(117,178,240,.4);
    animation: colorchange_green 5s;
    -webkit-animation: colorchange_green 5s linear infinite;
}

.single-app-features-item .icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    background-color: #0d7bff; 
    font-size: 60px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 37px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.single-app-features-item .content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 23px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.flaticon-education:before {
    content: "\f100";
}


.how-app-work-section .how-app-work-slider-wrapper {
    position: relative;
    width: 305px;
    height: 655px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
    box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}


/* iphone image slider*/
.mobile-app-work-section .mobile-app-work-slider-content {
    position: relative;
}

.mobile-app-work-section .mobile-app-work-slider-wrapper {
    position: relative;
    width: 405px;
    height: 655px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}

.mobile-app-work-section .mobile-app-work-screen-mobile-image {
    background-image: url(../images/hospitality/iphoneX-715x1090.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 645px;
    left: calc(50% + 0.5px);
    position: absolute;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 410px;
    z-index: 2;
}

.mobile-app-work-section .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
    max-width:100%;
}


.mobile-app-work-section .bx-wrapper {
    position: absolute;
    top: 30px;
    left: 70px;
}

.mobile-app-work-section .bx-wrapper img {
    width:80%;
}

.single-mobile-app-work .icon-box {
    display: table-cell;
    vertical-align: middle;
}

.single-mobile-app-work .text-box {
    padding-left: 40px;
    display: table-cell;
    vertical-align: middle;
}

.single-mobile-app-work .text-box h4{
    font-size:23px;
    margin-bottom:0;
}

.mobile-app-work-section a:hover {
    color: #56576e;
}


.single-mobile-app-work .icon-box .inner {
    width: 74px;
    height: 74px;
    background: #2e3192;
    background: -webkit-gradient(left top, right top, color-stop(0%, #2e3192), color-stop(98%, #478fbf), color-stop(100%, #478fbf));
    background: -webkit-gradient(linear, left top, right top, from(#2e3192), color-stop(98%, #478fbf), to(#478fbf));
    background: linear-gradient(to right, #2e3192 0%, #478fbf 98%, #478fbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3192', endColorstr='#478fbf', GradientType=1);
    position: relative;
    border-radius: 50%;
    text-align: center;
}

.single-mobile-app-work .icon-box .inner:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-mobile-app-work .icon-box .inner i {
    background: -webkit-gradient(linear, left top, right top, from(#2e3192), color-stop(98%, #478fbf), to(#478fbf));
    background: linear-gradient(to right, #2e3192 0%, #478fbf 98%, #478fbf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 74px;
    font-size: 44px;
    position: relative;
    width: auto;
    color: #2e3192;
    height: inherit;
}

.app-show-wrapper {
    margin:10px 20px 10px 20px;
    -webkit-box-shadow: 0 0 30px -12px #c9c9c9;
    box-shadow: 0 0 30px -12px #c9c9c9;
}
.app-show-wrapper:hover {
    -webkit-box-shadow: 0 0 30px -5px #c9c9c9;
    box-shadow: 0 0 30px -5px #c9c9c9;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.flash-scan-service-box {
    padding: 20px 20px;
    margin: 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 30px -12px #c9c9c9;
    box-shadow: 0 0 30px -12px #c9c9c9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.flash-scan-service-box:hover{
    -webkit-box-shadow: 0 0 30px -5px #c9c9c9;
    box-shadow: 0 0 30px -5px #c9c9c9;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.flash-scan-service-box .service-title{
    margin-top:20px;
    font-size:21px;
    margin-bottom:0px;
}

.home3 .header-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../../images/hospitality/pos-img-3.png") no-repeat scroll center right 15% / auto 70%;
}

.retail-feature-box-wrapper .feature-box {
    min-height: 140px;
}

.ecommerce-feature-service-box .service-box {
    min-height: 400px;
}

.kiosk-feature-box-wrapper .feature-box h3 {
    font-size: 21px;
}

.kiosk-feature-box-wrapper .feature-box {
    min-height:130px;
}


/* Mobile view */
@media all and (max-width: 499px) {
    /* Mobile Margin */
    .mobile-mt-20 {
        margin-top: 20px;
    }
    .mobile-mb-20 {
        margin-bottom: 20px;
    }

    .mt-20 {
        margin-top: 2px;
    }

    .mt-80 {
        margin-top: 8px;
    }

    .mt-90 {
        margin-top: 9px;
    }

    .mt-100 {
        margin-top: 20px;
    }

    .mt-200 {
        margin-top: 100px;
    }

    .mb-50 {
        margin-bottom: 5px;
    }

    .mb-100 {
        margin-bottom: 10px;
    }

    .mtb-100 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* Mobile Padding*/

    .mobile-pt-40 {
        padding-top: 40px;
    }

    .mobile-pt-100 {
        padding-top: 100px;
    }

    .mobile-t-100-b-0 {
        padding-top: 100px;
        padding-bottom: 0px;
    }

    .mobile-t-70-b-0 {
        padding-top: 70px;
        padding-bottom: 0px;
    }

    .ptb-100 {
        padding: 20px 0px;
    }

    .mobile-pt-0 {
        padding-top: 0px !important;
    }

    .mobile-plr-20-tb-10 {
        padding: 10px 20px 10px 20px;
    }

    .mobile-pb-0 {
        padding-top: 0px !important;
    }

    .mobile-pb-30 {
        padding-bottom: 30px;
    }

    .mobile-pb-40 {
        padding-bottom: 40px;
    }


    .mobile-p-10 {
        padding:10px;
    }

    .p-100 {
        padding: 10px;
    }

    .pt-100 {
        padding-top: 20px;
    }

    /* Mobile Font size*/
    .mobile-fs-13 {
        font-size: 13px;
    }

    .mobile-fs-15 {
        font-size: 15px;
    }

    .mobile-fs-20 {
        font-size: 20px;
    }

    .mobile-fs-40 {
        font-size: 40px;
    }

    .mobile-fs-15 {
        font-size: 15px;
    }

    .mobile-fs-28 {
        font-size: 28px;
    }


    .mobile-bc-w {
        background-color:white;
    }

    #web-banner-img {
        display: none;
    }

    #mobile-banner-img {
        display: block;
    }

    .section-padding-top {
        padding-top:50px;
    }

    .single-testimonial:after {
        display:none;
    }

    .intro-about-title {
        font-size: 35px;
        font-weight: 900;
        line-height: 1.2;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-align-center{
        text-align:center;
    }

    .mobile-m-0 {
        margin:0px !important;
    }

    .mobile-p-lr-30 {
        padding-left:30px;
        padding-right:30px;
    }

    .ampm-banner-bg {
        background-image: url(../images/banner-pic.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .about-comany-btn {
        font-size: 10px;
        height: 25px;
        padding: 5px 15px;
    }

    .feature-list-div {
        min-height: 150px;
        padding: 5px;
    }

    .feature-list-div h4{
        font-size:15px;
    }

    .feature-explain-content-div h1 {
        font-size: 2.5rem;
        line-height: 1.15;
        margin-bottom: 26px;
    }

    .promo-container-btn {
        font-size: 9px;
        padding: 5px 10px;
        position: absolute;
        top: 60%;
        left: 76%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .promo-close-btn {
        font-size: 10px;
        position: absolute;
        bottom: 16%;
        right: 17%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        cursor: pointer;
        text-decoration: underline;
    }

    .ampm-banner-content-wrapper h2{
        font-size:15px;
        width:80%;
        margin-top:5px;
    }

    .discover-small{
        font-size:10px;
    }

    .footer-section {
        min-height:250px;
    }

    .home3 .header-area:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 40%;
        z-index: -1;
        background: url(../../images/hospitality/pos-img-3.png) no-repeat scroll center right 15% / auto 40%;
    }

    .top-title {
        margin: 0;
        font-size: 12px;
        font-weight: 700;
    }

    .mobile-text-center {
        text-align: center !important;
    }

    /* Hospitality Mobile view style */
    .hos-introduction-wrapper h1 {
        font-size:30px;
    }

    .hos-introduction-wrapper h4 {
        font-size: 15px;
    }

    .hos-feature-rich-content-wrapper h4{
        font-size:13px;
    }

    .hos-full-price-area {
        background: none;
    }

    /* Retail Mobile view style */
    .slider-text {
        position: relative;
    }

    .retail-feature-box-wrapper .feature-box {
        min-height: 140px;
    }

    .retail-full-price-area {
        background: none;
    }

    /* Pricing Mobile view style*/
    .month-letter {
        right: 20px;
    }

    .terminal-letter {
        right: 20px;
    }

    /* SIDEKICK */
    .mobile-app-work-section .mobile-app-work-slider-wrapper {
        width: 100%;
    }

    .mobile-app-work-section .bx-wrapper img {
         width: 80%; 
    }

    .mobile-app-work-section .mobile-app-work-screen-mobile-image {
        height: 545px;
        width: 100%;
    }

    .mobile-app-work-section .bx-wrapper {
        left: 60px;
    }

    .mobile-app-work-section .mobile-app-work-slider-wrapper {
        height: 555px;
    }

    .sidekick-area {
        background: none;
    }

    #sidekick-lean-more-btn {
        display:none;
    }

    /* eCommerce Mobile view style */
    .hardware-section-title .title {
        font-size: 34px;
    }

    .hardware-section-title p {
        font-size: 15px;
    }

    /* About Company Mobile view style */
    .companystory-content {
        padding: 10px;
    }

    .companystory-content h3 {
        font-size: 2.0em;
    }

    .companystory-content p {
        font-size: 15px;
        line-height: 1.5;
    }

    .company-feature-box {
        min-height: 0px;
    }
}

/* Tablet Layout: 768px */
@media only screen and (min-width: 768px) and (max-device-width: 1112px) {
    .navbar-bttn {
        font-size: 12px;
        padding: 12px 20px;
        background-color: #2e3192;
        color: #ffffff;
        display: inline-block;
        border-radius: 100px;
        -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
    }

    .pt-100 {
        padding-top: 20px;
    }

    #home-page .slider-text {
        margin-top: 130px;
    }

    .intro-about-title {
        font-size: 35px;
        font-weight: 900;
        line-height: 1.2;
    }

    .mainmenu-area ul.nav.navbar-nav > li > a {
        background: none;
        font-weight: 600;
        font-size: 12px;
        color: #56576e;
        padding: 20px 10px;
        cursor: pointer;
    }

    .bttn-icon .bttn-content strong {
        display: block;
        font-size: 14px;
    }

    .page-title {
        font-weight: 700;
        font-size: 32px;
    }

    .tablet-mt-20 {
        margin-top:20px;
    }

    .tablet-mt-100 {
        margin-top: 100px;
    }

    .tablet-mt-500 {
        margin-top: 50px;
    }

    .tablet-mb-50 {
        margin-top: 50px;
    }


    .home3 .navbar-bttn {
        font-size: 12px;
        padding: 12px 20px;
        background-color: #f9748e;
        color: white;
        display: inline-block;
        border: 1px solid #f9748e;
        border-radius: 100px;
        -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
    }

    .top-title {
        font-size: 15px;
        font-weight: 700;
    }

    .about-company-our-branches {
        margin-top: 100px;
    }
}


/* iPad Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

}

/* iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) 
{
    .home3 .header-area {
        background: url(../../images/header-bg-3.jpg) no-repeat scroll center left / auto 100%;
        position: relative;
        height: 50%;
        z-index: 1;
    }

    .home3 .header-area:before {
        content: "";
        position: absolute;
        left: 0;
        top: 15%;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url(../../images/hospitality/pos-img-3.png) no-repeat scroll center right 5% / auto 55%;
    }


    .hos-full-price-area {
        background: url(../images/hospitality/hos-full-banner.png) no-repeat scroll right center / auto 50%;
    }

    .feature-box h4 {
        font-weight: 600;
        font-size: 10px;
    }

    .retail-feature-box-wrapper .feature-box {
        min-height: 125px;
    }

    .retail-full-price-area {
        background: url(../images/hospitality/hos-full-banner.png) no-repeat scroll right center / auto 50%;
    }

    .price-web-version-mh {
        min-height: 950px;
    }

    .sub-banner-details, .sub-banner-details2 {
        min-height: 750px;
    }

    .companystory-content {
         padding: 10px; 
    }

    .companystory-content h3{
        font-size: 1.8em;
    }

    .sidekick-area {
        background: url(../images/hospitality/download-bg-2.png) no-repeat scroll left center / auto 70%;
    }

    .kiosk-feature-box-wrapper .feature-box {
        min-height: 200px;
    }
}

/* Website */

@media only screen and (min-width: 1112px) {
    #home-page .slider-text {
        margin-top: 230px;
    }

    .footer-section {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }

    .display-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .price-web-version-mh {
        min-height: 950px;
    }

    .display-table {
        display: table;
        table-layout: fixed;
    }



}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media screen and (min-width: 480px) {
    .form-style {
        width: 50% !important;
        margin: 13px auto;
    }

    .price-top-padding-40 {
        padding-top: 40px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
    .pl-0 {
        padding-left: 0 !important;
    }

    .pr-0 {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


@media screen and (min-width: 1200px) {
    .stretch-to-right {
        margin-right: -15vw !important;
    }

}




.justify-content-center {
    justify-content: center !important;
}

.display-flex {
    display: flex;
}


.top-guide-header {
    font-weight: 700;
    line-height: 1.2;
    font-size:30px;
}

.top-guide-sub-header {
    margin-top: 15px;
    font-weight: 600;
}

.guild-section-div {
    padding: 50px 0px;
}


.procedure-header {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.procedure-sub-header {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.7;
}


.guide-order-ol {
    font-size: 16px;
    font-weight: 400;

}

.guide-order-ol li a{
    color: #2e3192;
}

.guide-order-ol li:not(last-cild) {
    margin-left: 5px;
    margin-bottom: 5px;
       
}

.guide-order-ul {
    font-size: 16px;
    font-weight: 400;
    list-style-type: disc;
}

    .guide-order-ul li:not(last-cild) {
        margin-left: 5px;
        margin-bottom: 10px;
    }

.custom-list {
    counter-reset: yourCounter;
}

    .custom-list li:not(.skip) {
        counter-increment: yourCounter;
        list-style: none;
    }

.margin-minus-40 {
    margin-left: -40px !important;
}


.custom-list li:not(.skip):before {
    content: counter(yourCounter) ".";
}


.custom-list li:not(last-cild) {
    margin-left: 5px;
    margin-bottom: 10px;
}

.caution {
    font-size: 24px;
    font-weight: 700;
}


#cleaning-guide-div li:before {
    margin-right: 15px !important;
}

.dark-overlay {
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    position: relative;
}

.service .dark-overlay:before {
    position: absolute;
    content: "";
    right: 0;
    height: 500px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.outer-box {
    height: 100%;
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-fontsize-7 {
    font-size: 6rem !important;
}

.text-color-light {
    color: #ffffff !important;
}

.letter-space-1 {
    letter-spacing: 1px;
}

#cleaning-guide-wrapper h1{
    font-weight:700;
    text-decoration:underline;
    font-size:35px;
}

.text-underline{
    text-decoration:underline;
}

.font-bold{
    font-weight:700;
}

#alert-popup-modal-body p{
    color:black;
    font-size:14px;
}

#contact-page .error {
    font-size: 1.0em;
}

.color-salmon {
    color: #ff7a7a;
}

.text-right {
    text-align: right !important;
}

.border-purple {
    border: 2px solid #4455a4;
}

.price-list li {
    display: flex;
    align-items: center;
    margin: 5px 0;
    line-height: 20px;
    list-style: none;
}

.price-list li:before {
    content: url(../img/green-checkmark.png);
    margin-right: 20px;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0px;
}