.site-wrap .hero-service-banner-wrap {
    background-color: #fff;
    padding-top: 100px;
    position: relative;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.site-wrap .hero-service-banner-wrap h1 {
    margin: 0;
    color: #1b1d21;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 50px;
    letter-spacing: -1px;
}

.site-wrap .hero-service-banner-wrap h1 span {
    color: var(--primaryColor);
}

.site-wrap .hero-service-banner-wrap h1 span svg {
    height: 75px;
}

.site-wrap .main-header .navbar-nav .nav-link.current::before {
    width: calc(100% - 8px);
    color: #00a84c;
}

.site-wrap .main-header .navbar-nav .nav-link.current,
.site-wrap .main-header .navbar-nav .nav-link:hover {
    color: var(--primaryColor);
}

.site-wrap .hero-service-banner-wrap h1 span svg path {
    fill: var(--primaryColor);
}

.site-wrap .hero-service-banner-wrap p {
    color: #1b1d21;
    font-size: 16px;
    font-weight: 600;
}

.site-wrap .hero-service-banner-wrap .btn {
    min-height: 40px;
}

.site-wrap .hero-service-banner-wrap .banner-wrap-inner {
    position: relative;
    z-index: 2;
}

.site-wrap .hero-service-banner-wrap .hero-image {
    max-width: 640px;
}

.services img {
    width: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.services .card {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
    /* padding-top: 20px; */
    margin: auto;
    width: 80%;
}

.services .card .card-body {
    padding: 1rem 3rem;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-wrap {
    text-align: center;
    padding-bottom: 50px;
}

.banner-wrap-inner .hero-buttons {
    margin-bottom: 50px;
}

.banner-wrap-inner .hero-buttons .btn {
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 700;
}


/* online Ordering*/

.site-wrap .hero-service-banner-wrap .online {
    align-items: center;
    justify-content: center
}

.site-wrap .hero-service-banner-wrap .online .online-heading {
    padding: 25px 25px;
}

.site-wrap .hero-service-banner-wrap .online .online-heading h5 {
    font-weight: 700;
    font-size: 19px;
    line-height: 0.7;
}

.site-wrap .hero-service-banner-wrap .online .online-heading h2 {
    font-weight: 900;
    font-size: 29px;
    line-height: 1.5;
}

.site-wrap .hero-service-banner-wrap .online img {
    height: 480px;
    width: 100%;
    margin-top: -63px;
}

.service-content-wrap .service-online-content img {
    object-fit: contain;
    height: 480px;
    width: 100%;
}

.service-content-wrap .service-online-content .text-content {
    justify-content: center;
}

.service-content-wrap .service-online-content .text-content ul li {
    font-size: 20px;
    font-weight: 600;
    align-items: left;
    line-height: 1.5;
    justify-content: center;
    font-family: 'Raleway', sans-serif;
}

.site-wrap .hero-service-banner-wrap .delivery img {
    margin-top: -180px;
}

.service-content-wrap .service-online-content .pill-box {
    text-align: center;
    justify-content: center;
    background: #00a84c;
    vertical-align: middle;
}

.service-content-wrap ul {
    list-style: none;
}

.service-content-wrap .green-dot li {
    position: relative;
    margin-bottom: 20px;
}

.service-content-wrap .green-dot li::before {
    content: "";
    background-color: #00a84c;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 13px;
}

.service-content-wrap .delivery li img {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    position: relative;
    left: -23px;
}


/* .service-content-wrap .delivery li span {
    position: absolute;
} */

.service-content-wrap .delivery li {
    margin-bottom: 30px;
}

.service-content-wrap .delivery-icon {
    display: inline-block;
    margin-left: -2.4em;
    vertical-align: middle;
}

.automated .subheading p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

@media only screen and (max-width:768px) {
    .site-wrap .hero-service-banner-wrap .online img {
        margin-top: -18px;
        max-height: 150px;
    }
    .site-wrap .hero-service-banner-wrap .delivery img {
        margin-top: -18px;
        max-height: 150px;
    }
    .hero-service-banner-wrap .delivery .delivery-heading {
        margin-left: 30px;
    }
    .hero-service-banner-wrap .tablet .tablet-heading {
        margin-left: 30px;
    }
    .service-content-wrap .service-online-content .text-content ul li {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 8px;
        align-items: left;
        justify-content: center;
        font-family: 'Raleway', sans-serif;
    }
}

@media only screen and (min-width:768px) {
    .site-wrap .hero-service-banner-wrap .online .online-heading {
        padding: 25px 165px;
    }
    .service-content-wrap .service-online-content .text-content {
        padding: 50px;
        justify-content: center;
    }
    .site-wrap .hero-service-banner-wrap .delivery .delivery-heading {
        padding-left: 100px;
    }
    .delivery-content-wrap {
        padding-top: 0px!important;
    }
    .site-wrap .hero-service-banner-wrap .tablet img {
        height: 620px;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    .site-wrap .hero-service-banner-wrap .tablet .tablet-img-wrap {
        margin-top: -150px;
    }
    .automated .subheading {
        padding-right: 175px;
    }
    .automated_phone_system_wrap .revenue_savings .img-wrap {
        margin-top: -100px;
    }
}