﻿.testim .arrow, .testim .arrow:before, .video-container:hover {
    cursor: pointer
}

#slider, .slides {
    overflow: hidden
}

body {
    font-family: Roboto !important
}

#ipad, .mob_arrow, .mobile-content {
    display: none
}

#desktop, .desk_arrow, .desktop-divcontent {
    display: block
}

.slider_mob {
    display: none !important
}
.testim{
    margin-top: 0em !important;
}
.desk_slider {
    display: block !important
}
.navbar-headmobile{
    display: none !important;
}
.v2-u {
    border-left: 2px solid #bababa !important;
    height: 30px !important;
    position: relative;
    top: 1px !important;
    margin: 0 4px
}

.navbar-toggler-icon:focus, .navbar-toggler:active, .navbar-toggler:focus {
    outline: 0;
    box-shadow: none
}

.learnbtn, .learnbtn:hover {
    background: #fff;
    border: #fff;
    font-weight: 600;
    color: #24d153 !important
}

.custom-slid-nm {
    font-size: 15px;
    color: #000;
    font-weight: 800
}

.custom-slid-pl {
    font-size: 13px;
    color: #949494;
    font-weight: 500;
}

/*.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important
}*/


.slider-dn-sec {
    margin-top: 18%
}

.modal-content {
    background-color: #fff0 !important;
    border: none !important
}

.modal-body {
    padding: 0 !important
}

.close-btn {
    padding: 2px 8px !important;
    border-radius: 24px !important;
    background: #ec0000 !important;
    margin-top: -12px !important;
    opacity: 1 !important;
    color: #fff !important
}

.testim {
    width: 100%;
  /*  -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%)*/
}

    .testim .wrap {
        position: relative;
        width: 100%;
        padding: 15px 20px 84px;
        min-height: 100px;
        /*margin-bottom: -18%*/
    }
    .presidentmsg{
        margin-top:3.5em;
    }
    .testim .arrow, .testim .dots {
        position: absolute;
        display: block
    }

    .testim .arrow {
        color: #24d153;
        font-size: 2em;
        top: 37%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        padding: 5px;
        z-index: 22222222
    }

        .testim .arrow:hover {
            color: green
        }

        .testim .arrow.left {
            left: 70px;
            z-index:99;
        }

        .testim .arrow.right {
            right: 70px;
            z-index:99;
        }

    .testim .dots {
        text-align: center;
        width: 100%;
        bottom: 92px;
        left: 0;
        z-index: 99;
        padding: 0;
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 24px;
            height: 7px;
            padding: 0;
            border-radius: 6px;
            border: none;
            background-color: #c2eece;
            margin: 0 2px;
            cursor: pointer;
            -webkit-transition: .5s ease-in-out;
            -ms-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            position: relative
        }

            .active, .dot.active, .dot:hover, .testim .dots .dot.active, .testim .dots .dot:hover {
                background: #24d153 !important;
                border-color: #24d153 !important;
            }

            .dot.active, .testim .dots .dot.active {
                -webkit-animation: .5s ease-in-out forwards testim-scale;
                -moz-animation: .5s ease-in-out forwards testim-scale;
                -ms-animation: testim-scale .5s ease-in-out forwards;
                -o-animation: .5s ease-in-out forwards testim-scale;
                animation: .5s ease-in-out forwards testim-scale
            }

    .cont, .testim .cont {
        position: relative;
        overflow: hidden
    }

        .cont > div, .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 10px 50px;
            opacity: 0
        }

            .cont > div.inactive, .testim .cont > div.inactive {
                opacity: 1
            }

            .cont > div.active, .testim .cont > div.active {
                position: relative;
                opacity: 1
            }

        .cont div .img img, .testim .cont div .img img {
            display: block;
            width: 100px;
            height: 100px;
            margin: auto;
            border-radius: 50%
        }

        .cont div p, .testim .cont div p {
            width: 60%;
            margin: auto auto 30px
        }

        .testim .cont div p {
            color: #000;
            text-align:center;
        }

        .cont div.active .img img, .testim .cont div.active .img img {
            -webkit-animation: .5s ease-in-out forwards testim-show;
            -moz-animation: .5s ease-in-out forwards testim-show;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: .5s ease-in-out forwards testim-show;
            animation: .5s ease-in-out forwards testim-show
        }

        .cont div.active h2, .testim .cont div.active h2 {
            -webkit-animation: .4s ease-in-out forwards testim-content-in;
            -moz-animation: .4s ease-in-out forwards testim-content-in;
            -ms-animation: testim-content-in .4s ease-in-out forwards;
            -o-animation: .4s ease-in-out forwards testim-content-in;
            animation: .4s ease-in-out forwards testim-content-in
        }

        .cont div.active p, .testim .cont div.active p {
            -webkit-animation: .5s ease-in-out forwards testim-content-in;
            -moz-animation: .5s ease-in-out forwards testim-content-in;
            -ms-animation: testim-content-in .5s ease-in-out forwards;
            -o-animation: .5s ease-in-out forwards testim-content-in;
            animation: .5s ease-in-out forwards testim-content-in
        }

        .cont div.inactive .img img, .testim .cont div.inactive .img img {
            -webkit-animation: .5s ease-in-out forwards testim-hide;
            -moz-animation: .5s ease-in-out forwards testim-hide;
            -ms-animation: testim-hide .5s ease-in-out forwards;
            -o-animation: .5s ease-in-out forwards testim-hide;
            animation: .5s ease-in-out forwards testim-hide
        }

        .cont div.inactive h2, .testim .cont div.inactive h2 {
            -webkit-animation: .4s ease-in-out forwards testim-content-out;
            -moz-animation: .4s ease-in-out forwards testim-content-out;
            -ms-animation: testim-content-out .4s ease-in-out forwards;
            -o-animation: .4s ease-in-out forwards testim-content-out;
            animation: .4s ease-in-out forwards testim-content-out
        }

        .cont div.inactive p, .testim .cont div.inactive p {
            -webkit-animation: .5s ease-in-out forwards testim-content-out;
            -moz-animation: .5s ease-in-out forwards testim-content-out;
            -ms-animation: testim-content-out .5s ease-in-out forwards;
            -o-animation: .5s ease-in-out forwards testim-content-out;
            animation: .5s ease-in-out forwards testim-content-out
        }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -webkit-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -webkit-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -moz-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -moz-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -ms-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -ms-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        -ms-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -o-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -o-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        -o-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        box-shadow: 0 0 0 0 #ea830e
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-100%)
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-100%)
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0)
    }
}


@media all and (max-width:500px) {
    .testim .arrow {
        font-size: 1.5em
    }

    .testim .cont div p {
        line-height: 25px
    }
}

:root {
    --color-1: #001542;
    --color-2: #085454;
    --color-3: #7A7A7A;
    --color-4: #FFFFFF;
    --color-5: #FFB30D;
    --color-6: #466b4e
}

.brand-banner {
    background-color: #064614c2;
    position: absolute;
    top: 57%;
    left: 50%;
    width: 100%;
    height: 279px;
    transform: translate(-50%,-50%);
    padding: 10px
}

    .carousel-inner, .prevnexticon, .tab1 {
        position: relative
    }

    .section3buttons, .tab1 {
        font-family: Roboto;
        background: #24d153;
        padding: 11px 31px
    }

    .Solution {
        color: #fff;
        font-weight: lighter;
        font-family: Roboto;
        font-size: 74px
    }

    .profitability {
        margin-top: -44px
    }

    .perlocation {
        font-weight: 600;
        color: #fff;
        font-family: Roboto;
        font-size: 29px
    }

    .tab1 {
        top: 82%;
        font-size: 21px;
        border: #24d153;
        margin-right: 8px;
        border-radius: 5px !important
    }

        .section3buttons:hover, .tab1:hover {
            background: #24d153;
            border: #24d153
        }

    .btn-success {
        border-radius: 5px;
    }

    .carousel-inner {
        width: 70% !important;
        text-align: center;
        margin: auto;
        top: 81px;
        font-size: 18px
    }

    .section3buttons {
        font-size: 21px;
        border: #24d153;
        margin-left: 24px;
        margin-right: 8px;
        color: #fff;
        margin-bottom: 27px;
        border-radius: 5px !important
    }

    .subheading, .subheading1 {
        font-family: Roboto,sans-serif
    }

    .subheading {
        color: #000;
        font-weight: bolder;
        font-size: 27px;
        padding-top: 30px;
        padding-bottom: 9px
    }

    .subheading1 {
        color: #000;
        line-height: 1.9;
        font-size: 19px
    }

    .text-center {
        text-align: center;
        /*padding-top: 48px*/
    }

.whyyouneedfobe {
    font-weight: 300;
    font-size: 68px;
    margin-top: 15px;
    font-family: Roboto;
    margin-bottom: 15px;
}

    .capture1img {
        width: 100%
    }

.treatitlikeone {
    color: #222;
    font-size: 33px;
    font-family: ROBOTO;
    margin-top: 10px;
}

.handwithtab {
    padding-top: 14rem;
    position: relative;
    top: 20px;
}

    .treatsub {
        color: #222;
        font-size: 19px;
        font-weight: 500;
        line-height: 1.8;
    }
.backgroundsa {
    background: linear-gradient(to left,#7de085 15%,#4ec558 60%);
    padding-top: 2em;
    margin-top: 2em;
}
.background {
    background: linear-gradient(to left,#7de085 15%,#4ec558 60%);
    padding: 40px;
    /*margin-bottom: 211px;*/
}

    .How-Much {
        font-size: 59px;
        color: #fff;
        line-height: 1.1;
        margin-top: 2rem;
        font-weight: 300
    }

    .annualgross, .increaseProfit {
        font-family: Roboto;
        font-size: 29px;
        color: #fff
    }

    .grossrevenueip {
        padding: 15px;
        width: 100%;
        border-radius: 7px;
        border: none;
        margin-bottom: 10px;
        outline: 0;
        font-size: 24px;
        font-weight: 600;
        color: gray
    }

    .H2-Copy, .restautrantowner {
        margin-bottom: 15px;
        font-family: Roboto;
    }

    .price {
        font-size: 59px;
        color: #fff;
        line-height: 3.5rem
    }

    .prevnexticon {
        left: 26%;
        top: -31px
    }

    .carousel {
        height: 300px;
        margin-top: 18px
    }

    .carousel-indicators .active {
        background-color: #442b2b
    }

    .hundredsofrestaurant {
        font-size: 38px;
        text-align: center;
        font-weight: 300;
        padding: 22px
    }

    ul {
        list-style: none
    }

    .ourprices {
        margin-top: 30px
    }

    .ourprices-head {
        font-size: 59px;
        font-weight: 300;
        font-family: Roboto
    }

    .restautrantowner {
        font-size: 18px;
        font-weight: 400;
    }

.H2-Copy {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.9;
    text-indent: -2.8em;
}

        .H2-Copy img {
            margin-right: 20px
        }

    hr {
        border-top: 1px solid
    }

    .section4buttons {
        font-family: Roboto;
        font-size: 21px;
        background: #24d153;
        border: #24d153;
        padding: 11px 31px;
        margin-right: 8px;
        color: #fff;
        border-radius: 5px !important
    }

    .restaurant, .testimonialbg-image {
        width: auto !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        text-align: center
    }

    .section4buttons:hover {
        background: #24d153;
        border: #24d153;
        color: #fff
    }

    .more-info {
        font-size: 52px;
        padding-left: 264px;
        text-align: center;
        margin-top: -30px
    }

    .contct_us {
        font-size: 52px;
        padding-left: 182px
    }

    .testimonialbg-image {
        background-image: url('https://d2a7u30t6wbkim.cloudfront.net/assets/img/bg_wave1.png')
    }

    .testim .cont > div.active, .testim .cont > div.inactive {
        background: 0 0 !important
    }

    bbrand-banner {
        background: #24D153 !important;
        padding-top: 1em !important;
        padding-bottom: 2em !important;
    }
.term-text {
    text-indent: 2rem !important;
}
    /*.capture1imgs {
    width: 22em;
    margin-top: -6em;
    background: #24d153;
    margin-left: -7em;
}*/


/*iphone 11*/

.sub-header-service{
    margin-top:0px;
}
@media only screen and (min-device-width: 828px ) and (max-device-width: 1792px ) {
    .logoheads {
        width: 6em !important;
    }
}

@media only screen and (min-width: 900px ) and (max-width: 991px ) {
    .handwithtab {
        /* margin-top: -185px !important; */
        padding-top: 0rem;
    }
}
.service-hand {
    padding-top: 12em;
    position: relative;
    top: 20px;
}

@media only screen and  (max-width:350px) {
    .g-recaptcha {
             margin-top: 15px !important;
    }
    
}
@media only screen and (min-width: 767px ) and (max-width:899px) {
    .handwithtab {
        padding-top: 25px !important;
    }
}
@media only screen and (min-device-width: 576px ) and (max-width:767px) {
 
    .tickimg2 {
        margin-top: 2.3em !important;
    }
}
@media only screen and (min-device-width: 768px ) and (max-width:991px) {
    .emptyall {
        margin-top: -40px !important;
    }

    .treatitlikeone {
        margin-top: 30px !important;
    }

    .hundredsofrestaurant {
        padding: 0px 22px 22px 22px !important;
        margin-top: -20px;
    }
    .service-hand {
        padding-top: 18em !important;
    }
    .backgroundsa {
        padding-top: 2.5em !important;
        margin-top: 2em !important;
    }
    .video-container2, .video-container3 {
        margin: 2rem;
        padding: 2rem;
    }
}
@media only screen and (max-width:420px) {
    .presidentmsg {
        margin-top: 18em !important;
    }
    .presgeo{
        font-size:13px !important;
    }
}

@media only screen and (min-width:410px) and (max-width:425px) {
    .res-change {
        padding: 0px 20px !important;
    }
}
@media only screen and (min-width:400px) and (max-width:410px) {
    .res-change {
        padding: 0px 15px !important;
    }
}
@media only screen and (min-width:390px) and (max-width:400px) {
    .res-change {
        padding: 0px 10px !important;
    }
}
@media only screen and (min-width:380px) and (max-width:390px) {
    .res-change {
        padding: 0px 5px !important;
    }
}
@media only screen and (min-width:370px) and (max-width:380px) {
    .res-change {
        padding: 0px 20px !important;
        font-size:14px !important;
    }
}
@media only screen and (min-width:365px) and (max-width:370px) {
    .res-change {
        padding: 0px 15px !important;
        font-size: 14px !important;
    }
}
@media only screen and (min-width:348px) and (max-width:365px) {
    .res-change {
        padding: 0px 10px !important;
        font-size: 14px !important;
    }
}
@media only screen and (min-width:320px) and (max-width:348px) {
    .res-change {
        padding: 0px 16px !important;
        font-size: 14px !important;
    }
}
@media only screen and (min-width:381px) and (max-width:991px) {
    .res-change {
        font-size: 16px !important;
    }
}
@media only screen and (max-width:991px) {
    .handwithtab{
        width:auto !important;
    }
    .subheading {
        font-size: 22px !important;
    }



    .tickimg1 {
        width: 40px !important;
    }

    .How-Much, .ourprices-head {
        font-size: 40px;
    }

    .restautrantowner {
        font-size: 16px;
    }
}

@media only screen and (max-width:766px) {
    .testim .wrap {
        margin-bottom: -72%
    }
}

/*@media (min-width:320px) and (max-width:450px) {
    .brand_partner {
        width: 4em !important;
    }
}*/

@media only screen and (max-width:767px) {
    .testimonialbg-image {
        background-image:none !important;
    }
    .Section_title{
        background:none !important;
    }
    .buts-align {
        margin-bottom: 1.5rem !important;
    }

    .brand_partner {
        width: 126%;
    }
    .emptyall{
        margin-top: -50px !important;
    }
    .video-container, .video-container2, .video-container3 {
        margin-bottom: 1rem !important;
    }
    .backgroundsa {
        padding-top: 3em !important;
        margin-top: 1.5em !important;
    }
   
    .g-recaptcha {
        margin-top: 15px !important;
    }
    .service-hand {
        padding-top: 25px !important;
    }
    html {
        overflow-x: hidden;
    }

        body {
            overflow-x: hidden;
        }
        .mobilenone{
            display: none !important;
        }
        .mobilenones {
            margin-top: 2em;
                    }
        .navbar-headmobile {
            display: block !important;
        }
    .buts-align {
        text-align: center;
        margin-top: 30px;
    }
    .presgeo{
        margin-top:5px !important;
    }

        .mob_arrow, .mobile-content, .slider_mob {
            display: block !important
        }

        .desk_slider, .mob_vrt, .prevnexticon, .v2-u {
            display: none
        }

        .desk_arrow, .desktop-divcontent {
            display: none !important
        }

        .vde_cont {
            width: 95% !important;
            margin-left: .6rem
        }

        .btn_head {
            right: -2% !important;
            top: 2% !important
        }

        .perlocation {
            font-size: 18px !important
        }

        .background {
            margin-top: 0;
            padding:10px !important;
        }

        .slider-dn-sec {
            margin-top: 74%
        }



        .dots {
            bottom: 2rem !important;
        }

        .testim .arrow.right {
            right: 0;
            /*margin-top: 80px*/
        }

        .testim .arrow.left {
            left: 0;
            /*margin-top: 80px*/
        }

    .logoheads {
        margin-top: 0em !important;
        width: 5em !important;
        margin-left: -0.8em !important;
    }

        .responsive-collabse {
        margin-left: -2em !important;
        }

    .slider {
        height: 27rem !important;
        margin-top: -7rem !important;
        /*margin-top: -2rem !important;*/
    }

        .schedule-btn {
            padding: 2px 8px 2px 8px !important;
            margin-top: 25px !important;
            font-size: 13px !important;
        }

        .profitability {
            margin-top: -14px
        }

        .Solution {
            font-size: 25px !important
        }

        .section4buttons, .tab1 {
            font-size: 12px
        }

        .section3buttons {
            font-size: 11px;
            margin-left: 14px
        }

        .How-Much, .price {
            font-size: 32px
        }

        .annualgross, .increaseProfit, .treatsub {
            font-size: 15px
        }

        .grossrevenueip {
            padding: 6px;
            font-size: 20px
        }

        .learnhowbtn {
            padding: 9px 28px
        }

        .carousel-inner {
            width: auto !important;
            text-align: center;
            position: relative;
            left: 2%;
            top: 81px;
            font-size: 18px
        }

        .H2-Copy {
        font-size: 19px;
        text-indent: -32px;
        }

        .testim .cont div p {
            font-size: 1em;
            color: #000;
            width: 100%;
            font-weight: 700;
            margin: auto auto 30px
        }

    .whyyouneedfobe, .message-text {
        font-size: 30px
    }
    .hundredsofrestaurant {
        font-size: 29px
    }
    .treatitlikeone {
        font-size: 25px;
        padding-top: 55px;
    }
        .inline{
            text-align: center;
        }

        .handwithtab {
            padding-top: 1em;
            margin-top: 10px !important;
                width: 100% !important;
}
       
        .videomobileview {
            padding-top: 37px
        }

        .hundredsofrestaurant {
            padding:0px !important;
        }

        .ourprices-head {
            font-size: 30px
        }

    .restautrantowner {
        font-size: 19px;
        margin-bottom: 1em;
        padding-right: 0px !important;
    }
    .fornmo {
        padding-left: 0px !important;
    }
    .contct_us, .more-info {
        padding-left: 0;
        font-size: 20px
    }

        .contct_us {
            padding-bottom: 12px
        }
    }

    #slider {
        margin: 0 auto;
        width: 100%;
    }

    .slides {
        animation-name: fade;
        animation-duration: 1s;
        display: none
    }

    #dot, #dot1 {
        margin: 0 auto;
        text-align: center
    }

.dot, .dot1 {
    display: inline-block;
    border-radius: 50%;
    background: #d3d3d3;
    padding: 5px;
    margin: 10px 5px
}

    @media (max-width:567px) {
        #slider {
            width: 100%
        }
    }


    .cont div p {
        font-size: 21px;
        color: #000
    }

    .btn_head:hover {
        background-color: red
    }
@media screen and (min-width:992px) and (max-width:1199px) {
    .tickimg2 {
        margin-top: 2em !important;
    }
   .video-container2, .video-container3 {
        margin-top: 2rem !important;
    }
        /*    #desktop {
        margin-top: -4em;
    }*/

        .backgroundsa {
        padding-top: 3em !important;
    }
    .service-hand {
        padding-top: 13em !important;
    }
    .increaserest, .cpa {
        font-size: 30px !important;
    }
    .service-section2 {
        padding-top: 55px !important;
    }
    .handwithtab {
        padding-top: 16rem !important;
    }
}
@media screen and (min-width:768px) and (max-width:1199px) {

    .whyyouneedfobe {
        font-size: 40px;
        text-align: -webkit-center
    }
  
    .treatitlikeone {
        font-size: 25px;
        margin-top: -30px;
    }
    .treatsub {
        font-size: 16px;
    }
    .tab2-index {
        margin-top: 10px;
        margin-bottom: -15px;
    }

}

    @media screen and (max-width:900px) and (min-width:768px) {

        .vde_cont {
            width: 95% !important;
            margin-left: 1rem
        }

        .btn_head {
            right: -2% !important;
            top: 1% !important
        }

        #ipad {
            display: block
        }

        #desktop {
            display: none
        }

        .Solution {
            font-size: 42px !important;
            text-align: center
        }

        .How-Much {
            font-size: 44px
        }

        .hundredsofrestaurant {
            font-size: 34px
        }

        .ourprices-head {
            font-size: 40px
        }


        h1 {
            text-align: center !important;
            width: auto !important
        }

        .profitability {
            line-height: 2.1
        }

        .H2-Copy {
            font-size: 18px !important;
            font-family: Roboto;
            margin-bottom: 15px;
            font-weight: 600 !important;
            line-height: 1.7;
            text-indent: -3.1em;
        }
    }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .contct_us {
        font-size: 40px !important;
    }
       .ourprices {
        margin-top: 30px !important;
          }
       .ipafoot {
        margin-top: 0.5em !important;
    }
    .ipavl {
        margin-left: -2.5rem !important;
    }
    .ipavls {
        margin-left: -5px !important;
    }
    .ml-auto {
        float: none !important;
    }
    .numberspan {
        float: right !important;
    }
    .support {
        float: right !important;
    }
    .header-icon {
        float: right !important;
    }
    .presidentmsg {
        margin-top: 4em !important;
    }

    .desk-schedule {
        display: block !important;
    }

    .mbl-schedule {
        display: none !important;
    }
   
}

    @media screen and (max-width:1024px) and (min-width:1023px) {
       

        .How-Much, .Solution {
            font-size: 53px
        }

        .How-Much {
            margin-top: 3rem
        }
    }

    .modal-backdrop {
        background-color: #000
    }

        .modal-backdrop.in {
            opacity: .76
        }

    .modal {
        text-align: center
    }

        .modal.in .modal-dialog {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%)
        }

        .modal .modal-dialog {
            max-width: 80%;
            width: 100%;
            display: inline-block;
            margin: 0;
            padding: 0
        }

            .modal .modal-dialog .modal-content {
                border-radius: 0;
                border: none;
                background-color: transparent;
                box-shadow: none;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover
            }

            .modal .modal-dialog .modal-header {
                border: none;
                margin: 0;
                text-align: right;
                background-color: #fff;
                border-radius: 0
            }

                .modal .modal-dialog .modal-header button {
                    display: inline-block;
                    vertical-align: middle
                }

            .modal .modal-dialog .modal-body {
                padding: 0;
                margin: 0 auto;
                background-color: transparent
            }

        .modal.videoModal .modal-dialog {
            max-width: 940px;
            width: 100%
        }

            .modal.videoModal .modal-dialog .modal-content {
                background-color: grey
            }

            .modal.videoModal .modal-dialog .modal-body {
                margin: 0 auto;
                background-color: transparent;
                max-width: 832px;
                width: 100%;
                padding: 4px 15px 50px
            }

    .video-container {
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin: 2rem;*/
        /*padding: 2rem*/
    }

        .video-container:hover .play-button {
            filter: none
        }

        .video-container .image-container {
            width: 100%;
            position: relative
        }

            .video-container .image-container img {
                vertical-align: middle;
                width: 100%;
                height: auto;
                border-radius: 5px;
            }

    .play-button {
        width: 68px;
        height: 48px;
        position: absolute;
        transform: translate3d(-50%,-50%,0);
        top: 50%;
        left: 50%;
        z-index: 1;
        background-color: transparent;
    background-image: url("https://d2a7u30t6wbkim.cloudfront.net/assets/img/NancysPizzaria.png");
        filter: grayscale(100%); 
        transition: filter .1s cubic-bezier(0, 0, .2, 1); 
        border: none;
    }

    .vrtcl {
        border: 1px solid #bdb6ad;
        position: relative;
        left: 0;
    }

    .vrtcl2 {
        border: 1px solid #bdb6ad;
        position: relative;
        left: 0;
    }


    /*    -----Header style-----------*/

    .vl {
        border-left: 2px solid #707070 !important;
        height: 18px !important;
        position: relative;
        top: 3px !important;
        margin-left: 6px;
    }

    .sprt {
        font-size: 16px;
        margin-left: 9px;
    }

    .vrtcl {
        border: 1px solid #bdb6ad;
        position: relative;
        left: 1px;
    }

    #desk-phone-view {
        display: none;
    }

    #phoneIcon {
        display: block;
        position: relative;
        left: -102%;
        top: 27px;
    }

    #phoneIcon1 {
        display: block;
        position: relative;
        left: -102%;
        top: 27px;
    }

    .supportfobe {
        margin-top: -14px;
    }


    .header-side-text {
        font-size: 56px;
        color: white;
        /*margin: 30px 0;*/
        float: left;
        /*margin-top: 3rem;*/
    }

    .header-icon {
        color: #24d153;
        font-size: 18px;
        margin-right: 10px;
        margin-left: 17px;
    }

    .Navigationpath {
        margin: 55px 2px;
        font-size: 24px;
        text-align: right;
        float: right;
    }

    .fa-home {
        color: #fff;
    }

    .fa-angle-right {
        margin: 2px 16px;
        font-size: 21px;
        color: white;
    }

    .activepagetitle {
        color: #24d153;
        top: 6px;
    }

    .nave-left-cont {
        display: block !important;
        text-align: right;
        font-size: 14px;
        font-weight: 500;
        color: #6e6e6e;
    }
    /* Hamburger Menu mobile view css */
    #nav-icon3 {
        /* width: 25px; */
        /* height: 25px; */
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        margin-top: 4px;
    }

        #nav-icon3 span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: gray;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        #nav-icon3 span {
            width: 20px;
            border-radius: 4px;
        }

            #nav-icon3 span:nth-child(1) {
                top: -8px;
                height: 2px;
                background-color: #31342f;
            }

            #nav-icon3 span:nth-child(2) {
                background-color: #31342f;
                height: 2px;
                top: -2px;
            }

    .navbar-toggle.collapsed {
        width: 33px;
        height: 33px;
    }

    .navbar-toggle {
        width: 33px;
        height: 33px;
    }

    #nav-icon3 span:nth-child(3) {
        height: 2px;
        top: 4px;
        background-color: #31342f;
    }

    #nav-icon3 span:nth-child(4) {
        height: 2px;
        top: -2px;
        visibility: none;
        background-color: #31342f;
    }

    .navbar-toggle {
        padding: 0 !important;
        margin: 0 !important;
    }

    #nav-icon2.open span:nth-child(1), #nav-icon3.open span:nth-child(1) {
        left: 30px;
        width: 0;
        top: 7px;
    }

    #nav-icon2.open span:nth-child(2), #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon2.open span:nth-child(3), #nav-icon3.open span:nth-child(3) {
        left: 30px;
        width: 0;
        top: 7px;
    }

    #nav-icon2.open span:nth-child(4), #nav-icon3.open span:nth-child(4) {
        opacity: 1;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .navfont {
        font-size: 19px;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #24d153 !important;
        text-align: center;
        font-weight: 500;
    }

    .scheduledemonow {
        font-size: 15px;
        background: #24d153 !important;
        border-radius: 4px;
        border: #999;
        color: #fff !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        letter-spacing: 1px !important;
    }
    /* mobile view */
    @media only screen and (max-width:767px) {
        
        .restaurant {
            margin-bottom: -1.5em !important;
        }
        .g-recaptcha{
            margin-top:20px !important;
        }
        .testim {
            margin-top: 4em !important;
        }
        .desk-schedule {
            display: none !important;
        }
        .mbl-schedule {
            display: block !important;
        }
    /* .scheduledemonow {
            margin: 0 !important;
        }*/


        #desk-phone-view {
            display: block !important;
            position: absolute;
            left: 55px;
        }

        .supportfobe {
            margin-top: 6px !important;
        }

        #phoneIcon {
            display: none !important;
        }

        #phoneIcon1 {
            display: none !important;
        }

        .mob_num {
            font-size: 14px !important;
        }

        .sprt {
            font-size: 14px !important;
        }

        .scheduledemonow {
            padding: .5rem !important;
            margin-top: 7px !important;
        }

        .navbar-dark .navbar-nav .nav-link {
            text-shadow: none !important;
            color: #31342f !important;
            width: max-content !important;
        }
    }

    .header-icon {
        color: #24d153;
        font-size: 14px;
        margin-right: 0;
        margin-left: 6px;
    }

    .header-side-text {
        font-size: 38px;
        color: white;
        /*margin: 33px 0;*/
        float: left;
        /*margin-top: 3rem;*/
    }

    .Navigationpath {
        margin: 55px 2px;
        font-size: 16px;
        text-align: right;
        float: right;
    }

    .navfont {
        font-size: 15px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        font-weight: 500;
        padding: .5rem !important;
    }
    /* ipad and other devices view */
    @media only screen and (min-width:768px) and (max-width:990px) {



        .buttontoggle {
            margin-left: 3rem !important;
        }



        h1 {
            font-size: 32px !important;
            font-weight: 500 !important;
            font-style: normal;
            font-stretch: normal;
            text-align: left;
            color: #f3f4ff;
            width: auto;
            margin-left: -10px !important;
            margin-top: auto;
            line-height: 32px;
            letter-spacing: 1px;
            width: 40rem;
        }

        .navbar-dark .navbar-nav .nav-link {
            text-shadow: none !important;
            color: rgba(255,255,255,.5);
            width: max-content !important;
        }

        .scheduledemonow {
            margin-top: 7px !important;
        }

        .header-bg {
            background-color: #f7f3f3 !important;
            -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
            box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
            position: absolute;
            width: 100%;
            z-index: 9;
        }

        .navfont {
            font-size: 18px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            font-weight: 500;
        }




        .popup-close {
            margin-top: -33px !important;
            padding: 0 4px !important;
            background: #fff !important;
            color: #31342f !important;
            margin-right: -10px;
            font-size: 29px !important;
            position: relative;
            left: 0 !important;
        }

        .li-bf2::after {
            position: absolute;
            content: '';
            width: 1px;
            height: 24px;
            background-color: #7f7f7f;
            top: 0;
            margin: auto;
            left: 91px;
            right: -30px;
            bottom: 0;
        }

        .navbar navbar-expand-lg navbar-dark header-bg {
            background: white;
            position: fixed;
            width: 100%;
            z-index: 1;
        }

        .navbar-dark .navbar-nav .nav-link {
            margin: 0 6px;
            /*text-shadow: 0 1px 3px rgb(0 0 0 / 40%), 0 3px 13px rgb(0 0 0 / 10%), 0 18px 23px rgb(0 0 0 / 10%)*/
        }


    .navbar-dark .navbar-nav .nav-link {
        margin: 0 6px;
    }
}
/*@media only screen and (min-width:370px) and (max-width:388px) {
    .subheading1 {
        font-size: 14px !important;
    }
}*/

.container-feature__title {
    font-size: 59px;
    color: #000;
    font-weight: 300;
    text-align: center;
    margin-block: 48px 32px;
}


/* Features */

.feature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    column-gap: 1rem;
    row-gap: 1.5rem;
}

.feature__item {
    position: relative;
    border: 1px solid #24d153;
    border-radius: 10px;
    padding-block: 18px;
    transition: all 0.3s;
}

.feature__item--expanded {
    background-color: #24d153;
    grid-row: span 2;
}

    .feature__item--expanded .feature__content-title {
        color: #fff;
    }

    .feature__item--expanded .feature__content-description {
        display: block;
    }

.feature__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.feature__content-icon {
    height: 62px;
}

.feature__content-title,
.feature__content-description {
    text-align: center;
    padding-inline: 20px;
}

.feature__content-title {
    font-size: 16px;
    font-weight: bold;
}

.feature__content-description {
    display: none;
    font-size: 12px;
    color: #fff;
}

.feature .feature__content .feature__content-expand {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    bottom: 0;
    margin-block-end: -10px;
    font-size: 22px;
    color: #24d153;
    background-color: #fff;
    transition: all 0.2s;
}

    .feature .feature__content .feature__content-expand:hover {
        color: #24d153;
        opacity: 0.8;
    }

.feature .feature__item--expanded .feature__content .feature__content-expand {
    color: #fff;
    background-color: #24d153;
}

    .feature .feature__item--expanded .feature__content .feature__content-expand:hover {
        color: #fff;
        opacity: 0.8;
    }

.feature__content-title > span {
    display: block;
}

@media (min-width: 600px) {
    .feature {
        grid-template-columns: repeat(4, 1fr); /* 4 columns on tablets */
    }
}

@media (min-width: 1280px) {
    .feature {
        grid-template-columns: repeat(5, 175px); /* 6 columns on extra-large screens */
    }

    .feature__item:nth-child(13), .feature__item:nth-child(16) {
        /*grid-column: span 2;*/
        width: 175px;
    }

    .feature__item--expanded ~ .feature__item:nth-child(13), .feature__item--expanded ~ .feature__item:nth-child(16) {
        grid-column: span 1;
        justify-content: start;
    }

    .feature__item:nth-child(13) {
        /*justify-self: end;*/
        width: 175px;
    }
}

.container {
    /*max-width: 1200px;*/
    margin: auto;
    padding: 20px;
}

.slider_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider_show {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider_img {
    display: flex;
    width: 500%; 
}

.slide {
    min-width: 15%; 
    box-sizing: border-box;
}

.slider_btn {
    /*position: absolute;*/
    top: 85%;
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    /* transform: translateY(-50%); */
    /* padding-bottom: 4rem; */
    justify-content: center;
    gap: 1rem;
}

/*    .slider_btn a {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 10px;
        text-decoration: none;
        border-radius: 50%;
        transition: background 0.3s ease;
    }*/

.disabled {
    cursor: not-allowed !important;
}


.left-img {
    width: 2rem;
    border: 1.5px solid #24d153;
    padding: 4px 6px 6px 5px;
    border-radius: 50%;
}

.right-img {
    width: 2rem;
    border: 1.5px solid #24d153;
    padding: 4px 6px 6px 5px;
    border-radius: 50%;
}

/*@media (max-width: 450px) {
    .slide {
        min-width: 5%;
    }
}*/

@media (min-width: 992px) and (max-width: 1199px) {
    .slide {
        min-width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .slide {
        min-width: 20%;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .slide {
        min-width: 33%;
    }
    .left-img,.right-img {
        width: 1.5rem;
        padding: 2px 4px 4px 2px;
    }
    .carousel_title {
        padding-top: 0px !important;
    }
}
@media (max-width: 370px) {
    .leadership-btn{
        font-size:12px !important;
    }
}
.carousel_title{
    padding-top:30px ;
}
@media (max-width: 992px) {
    .hand-img-section {
        display: none !important;
    }
}
@media (max-width: 600px){
    .title_text{
        position:relative;
        top:2px;
    }
    .sub_title_text {
        display: none !important;
    }
}