﻿body {
    font-family: 'Roboto' !important;
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border:none;
}
.backgroundsa {
    background: linear-gradient(to left,#7de085 15%,#4ec558 60%);
    padding-top: 2em;
    margin-top: 2em;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #ba1f24;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 50px;
        height: 50px;
        background: #fa183d;
        border-radius: 50%;
        transition: all 200ms;
    }

.servicesbanner {
    width: 585px;
}
.cpacontent {
    font-size: 19px;
}
.section4buttons {
    margin-top: -6px;
    font-family: 'Roboto';
    font-size: 15px;
    background: #24d153;
    border: #24d153;
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-right: 8px;
    outline: none;
}
.section2buttons {
    margin-top: -6px;
    font-family: 'Roboto';
    font-size: 15px;
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-right: 8px;
    outline: none;
}
.handwithtab {
    width: 368px;
    margin-top: 70px;
}
.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.modal-content {
    /* background: #00ffff00; */
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #e5caca00 !important;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2) !important;
    border-radius: 0.3rem;
    outline: 0;
}

.closebtn-video {
    padding-top: 6px;
    padding-left: 11px;
}

.modal-header {
    border-bottom: 1px solid #e9ecef00 !important;
}

.video-modal-box .close {
    /*position: absolute;
        right: -15px;
        top: -15px;*/
    background: #c74d4d;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 26px;
    text-align: center;
    z-index: 1;
}

.restaurant {
    background-image: url(https://d2a7u30t6wbkim.cloudfront.net/assets/img/waveimg.png);
    text-align: center;
    width: auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.header-side-text {
    font-size: 56px;
    color: white;
    margin: 30px 0px;
    float: left;
    /*margin-top:4rem !important;*/
}

.cpa {
    font-size: 37px;
    font-family: 'Roboto';
    font-weight: 500;
    text-align: left;
}

.cpacontent {
    
    color: #222;
    text-align: left;
}

.section4buttons {
    margin-top: 10px;
    font-family: 'Roboto';
    font-size: 21px;
    background: #24d153;
    border: #24d153;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-right: 8px;
    border-radius: 5px !important;
    color: #ffffff;
   float:left;
}

    .section4buttons:hover {
        background: #24d153;
        border: #24d153;
        color: #ffffff;
        float: left;
    }

.tickimg {
    position: relative;
    left: 44%;
    width: 35px;
    height: 35px;
}

.subheading1 {
    line-height: 2.1;
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
}

.subheading {
    text-align: center;
    color: #000000;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 9px;
}

.background {
    background: linear-gradient(to left,#7DE085 15%, #4EC558 45% );
    margin-top: 29px;
    padding: 40px;
    padding-bottom: 0px;
}

.increaserest {
    font-size: 36px;
    color: #ffffff;
    font-family: 'Roboto';
    
}

.restaurantbusiness {
    font-size: 19px;
    color: #ffffff;
    font-weight: 400;
}

.servicesbanner {
    width: inherit;
}

.section2buttons {
    margin-top: 20px;
    font-family: 'Roboto';
    font-size: 21px;
    background: #ffffff;
    border: #ffffff;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-right: 8px;
    color: #24d153;
    
    border-radius: 5px !important;
}



.more-info {
    font-size: 52px;
    padding-left: 264px;
    text-align: center;
    margin-top: -30px;
}

.contct_us {
    font-size: 52px;
    padding-left: 182px;
}

.videosection {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
}

strong {
    font-size: 23px;
    font-weight: 400;
}

.Navigationpath {
    margin: 55px 2px;
    font-size: 24px;
    text-align: right;
    float: right;
}
.downarrow-mbl{
    display:none !important;
}
/* mobile view css starts */
@media only screen and (max-width:767px) {
    .restaurant{
        margin-top:25px !important;
    }
    .servive-sec-mbl {
        padding-top: 45px !important;
    }
    .downarrow-mbl {
        display: block !important;
    }
    .downarrow-row{
        display:none !important;
    }

    .servicesbanner {
        width: 100% !important;
    }
    .handwithtab {
        width: 100%;
        margin-top:0px;
    }

    /* new responsive changes starts*/
    .closebtn-video {
        padding-bottom: 8px;
        position: relative;
        right: 10px !important;
        top: 75px !important;
        background: red;
        height: 35px !important;
    }

    .video_mob {
        width: 100%;
    }

    .fa-play {
        position: absolute;
        left: 49%;
        top: 82px;
    }

    .more-info {
        padding-left: 0px !important;
        font-size: 37px !important;
    }

    .cpa {
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: 500;
        text-align:left;
    }

    .cpacontent {
        font-size: 16px;
        color: #222;
        text-align: left;
    }

    .contct_us {
        padding-left: 0px !important;
        font-size: 19px !important;
    }

    .section4buttons {
        margin-top: 0px;
        margin-bottom: 10px !important;
        font-size: 21px;
        /* height: 34px; */
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 10px;
        outline: none;
    }

    .section2buttons {
        margin-bottom: 26px;
        font-size: 15px;
        /* height: 34px; */
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 10px;
        outline: none;
    }

    .subheading {
        font-size: 21px;
    }

    .subheading1 {
        font-size: 14px;
    }

    #downarrow {
        width: auto;
        margin-left: 1px;
        margin-bottom: 14px;
    }

    .restaurantbusiness {
        font-size: 20px;
        text-align: justify;
    }

    .plan {
        font-size: 25px;
    }

    .daily {
        font-size: 25px;
    }

    .quick {
        font-size: 25px;
    }

    .PlanYourBudget-business {
        font-size: 20px!important;
    }

    .videosection {
        font-size: 16px;
    }
    /* new ui responsive changes ends*/
    .H2-Copy {
        line-height: normal;
        margin-bottom: 17px;
        margin-top: 34px;
    }

    .header-side-text {
        font-size: 38px;
        color: white;
        margin: 33px 0px;
        float: left;
        /*margin-top: 5rem !important;*/
    }

    .Navigationpath {
        margin: 55px 2px;
        font-size: 16px;
        text-align: right;
        float: right;
    }

    .background {
        padding: 0px;
        padding-top: 25px;
        text-align: center;
        /* margin-top: 16px; */
        background: linear-gradient(to left, #4EC558 15%, #7DE085 60%);
    }

    .increaserest {
        font-size: 27px;
    }

    .form-control {
        font-size: 15px;
    }
}
/* mobile view ends*/
/*Ipad View starts*/
@media screen and (max-width: 991px) and (min-width: 768px) {
    .restaurant {
        margin-top: 25px !important;
    }
    .cpacontent {
        font-size: 16px !important;
    }
    .plan {
        font-size: 25px;
    }
    .PlanYourBudget-business {
        font-size: 18px !important;
    }


    .videosection {
        font-size: 16px;
    }
    .service-row {
        margin-top: 1rem !important;
    }
    .vedio-res {
        align-self: center !important;
    }

}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .contct_us {
        font-size: 40px !important;
    }
}

@media screen and (max-width: 900px) and (min-width: 768px) {

    .servive-sec-mbl {
        padding-top: 40px !important;
    }
    .servicesbanner {
        width: 100% !important;
    }
    .service-row {
        padding-bottom: 15px !important;
    }
    .subheading {
        font-size: 21px!important;
    }
    .section2buttons {
        font-size: 15px !important;
    }

    .quick {
        font-size: 21px;
    }

    .daily {
        font-size: 21px;
    }



    .cpa {
        font-size: 19px;
        text-align: left;
    }

    .subheading1 {
        font-size: 12px;
    }

    .PlanYourBudget-business {
        font-size: 23px;
    }

    .increaserest {
        font-size: 16px;
    }

    .restaurantbusiness {
        font-size: 13px;
    }




    #cpacontent {
        font-size: 16px;
    }

    #section4buttonssch {
        margin-top: 5px;
        font-family: 'Roboto';
        font-size: 15px;
        background: #24d153;
        border: #24d153;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-right: 8px;
        outline: none;
    }

    #section4buttonsreq {
        margin-top: -6px;
        font-family: 'Roboto';
        font-size: 15px;
        background: #24d153;
        border: #24d153;
        padding-left: 10px;
        padding-right: 6px;
        padding-top: 6px;
        padding-bottom: 5px;
        margin-right: 8px;
        outline: none;
    }

    #section2buttonssch {
        margin-top: -6px;
        font-family: 'Roboto';
        font-size: 15px;
        background: #ffffff;
        border: #ffffff;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-right: 8px;
        outline: none;
    }

    #section2buttonsreq {
        margin-top: -6px;
        font-family: 'Roboto';
        font-size: 15px;
        background: #ffffff;
        border: #ffffff;
        padding-left: 10px;
        padding-right: 6px;
        padding-top: 6px;
        padding-bottom: 5px;
        margin-right: 8px;
        outline: none;
    }
  

    /*#section2buttons {
        margin-top: -6px;
        font-family: 'Roboto';
        font-size: 15px;
        padding-left: 10px;
        padding-right: 6px;
        padding-top: 6px;
        padding-bottom: 5px;
        margin-right: 8px;
    }*/

}

.activepage {
    position: absolute;
    top: 14px;
    left: 41px;
    font-size: 50px;
    font-family: revert;
    color: #ffffff;
}

.fa-home {
    color: #ffffff;
}

.fa-angle-right {
    margin: 2px 16px;
    font-size: 21px;
    color: white;
}
/*.activepagetitle
{
    color: green;
    position: absolute;
    top: -1px;
    right: -148px;
}*/


.video-layer i {
    position: relative;
    z-index: 9;
    top: 10px;
    font-size: 26px;
    left: 0px;
    color: #fff;
    cursor: pointer;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.service-large-image {
    position: relative;
    width: 100%;
    /* height: 300px; */
    /*height: 215px;*/
}
.video-play-btn {
    width: 95%;
}
.icon1 i {
    left: 6px !important;
}

.video {
    position: relative;
}

.closebtn-video {
    position: relative;
    left: 125px;
    background: red;
    padding: 8px;
    border-radius: 40px;
    width: 36px;
    top: -5px;
    padding-top: 5px;
    color: #120d0d;
}

.PlanYourBudget-business {
    font-size: 25px;
}

.video-layer i {
    position: relative;
    z-index: 9;
    top: 10px;
    font-size: 26px;
    left: 0px;
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .logohead {
         width: 5em !important;
    }
}
.mob-service {
    margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .mob-service {
        margin-top: -17px;
    }
}
@media (min-width: 361px) and (max-width: 767px) {
    .mob-service {
        margin-top: -21px;
    }
}

@media (max-width: 360px) {
    .mob-service {
        margin-top: -32px;
    }
}
.services_img{
    width:100%;
}