:root {
	--theme:#0b998b;
	--theme-dark:#067e72;
	--theme-light:#f2fffd;
}
p {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #000;
    line-height: 23px;
}
body{
    overflow-x:hidden; 
}
* {
    box-sizing: border-box;
}
#main {
    margin-top: 80px;
}
img {
    vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
.app-types-part-inner.full_width {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 15px;
}
.app-types-part-inner.full_width img {
    max-width: 100%;
}
.for-mob img {
    max-width: 100%;
    vertical-align: top;
}
.for-mob h2 {
    font-weight: 600;
    color: var(--theme);
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    font-size: 30px;
}
.for-mob h2 ~ p {
    margin-bottom: 45px;
}
.for-mob h2:after {
    content: '';
    width: 50px;
    height: 4px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -17px;
}
.common-button {
    background-color: var(--theme);
    font-size: 20px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 15px;
    color: #fff;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    align-items: center;
}

.common-button:hover,
.common-button:focus {
    background-color: var(--theme-dark);
    color: #fff;
}
.btn-button-sec,
.btn__div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}
.common-button.btn-color2 {
    background-color: #ff6e00;
}
.common-button.btn-color2:hover, .common-button.btn-color2:focus {
    background-color: #dd6000;
}
.common-button.btn-color1 {
    background-color: #FE9B00;
}
.common-button.btn-color1:hover, .common-button.btn-color1:focus {
    background-color: #c07a24;
}
.green-color {
    background-color: #f7fff7;
}
.blue-color {
    background-color: #f5f4ff;
}
.red-color {
    background-color: #fff3f3;
}
section {
    padding: 50px 0px;
}

.banner {
    padding: 40px 0;
    background-color: var(--theme-light);
}
.banner img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.banner h1 {
    color: var(--theme);
    font-weight: bold;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.banner strong {
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin: 8px 0 8px 0;
    text-transform: uppercase;
}
.banner p {
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
    text-align: justify;
}
.banner b {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-weight: 600;
}
.banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-left {
    width: 44%;
}
.banner-right {
    width: 53%;
}
.for-mob li {
    text-align: center;
}
.for-mob img {
    max-width: 100%;
    vertical-align: top;
}
.for-mob li.have_border {
    border-top: 1px solid #ddd;
}
/****************************************************************/
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }

    70% {
        opacity: .09
    }

    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
.play-anim-ico {
    background-image: url(../images/play-video-wht.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50px;
    bottom: 25px;
    z-index: 111;
    margin-left: -25px;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #ffffff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.play-anim-ico.theme {
    background-image: url(../images/xgrocery-apps-flow/play-theme.svg);
}
.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px var(--theme);
}
.heading-style {
    font-weight: bold;
    color: var(--theme);
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: -8px;
}
.demovideo {
    padding: 40px 0 40px 0;
    background-color: #ecfff4;
}
.demovideo-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.demovideo-block {
    max-width: 800px;
    margin: 0 auto;
    outline: 1px solid #ddd;
    position: relative;
}
.demovideo-block::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.demovideo-block img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.demovideo .play-anim-ico {
    left: 48%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.demovideo iframe {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}
/****************************************************************/
.app-types-part .heading-style {
    font-weight: bold;
    color: var(--theme);
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
}
.app-types-part {
    overflow: hidden;
}
.app-types-part-inner {
    width: 1360px;
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
/**************************************/
.webscreens {
    padding: 40px 0 120px 0;
    background-color: #fff;
    text-align: center;
}
.webscreens .slick-slide img {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.webscreens.admin-panel {
    background-color: #f8f8f8;
    padding: 40px 0px 120px; 
    position: relative;
    margin-bottom: 40px;
}
.webscreens-inner {
    max-width: 1285px;
    padding: 0 15px;
    margin: 0 auto;
}
.webscreens h3 {
    font-weight: bold;
    color: var(--theme);
    position: relative;
    margin: -10px 0 8px 0;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1em;
}
.webscreens h3 > strong {
    font-size: 25px;
    display: block;
}
.webscreens ul {
    list-style: none;
    margin-top: 15px;
}
.web-caption strong {
    font-size: 0;
    color: #000000;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.webscreens ul li .image-holder {
    width: 1225px;
    background-color: #ddd;
    border-radius: 15px;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.31);
}
.webscreens ul .slick-arrow {
    position: absolute;
    bottom: -70px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    box-shadow: 0  0 0 1px var(--theme) inset;
    padding: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.webscreens ul .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-image: url(../images/xgrocery-apps-flow/left.png);
}
.webscreens ul .slick-arrow.slick-next {
    right: 50%;
    margin-right: -30px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    background-image: url(../images/xgrocery-apps-flow/right.png);
}
.webscreens .slick-list {
    overflow: visible;
}
.webscreens .slick-slide {
    margin: 0 15px;
}
/**************************************/


@media screen and (max-width:1279px) {
    .banner h1 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width:1024px) {
    .banner h1 {
        font-size: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width:991px) {
    .banner h1 {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .banner-left {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .banner-right {
        width: 100%;
    }
    .webscreens h3,
    .app-types-part .heading-style,
    .heading-style {
        font-size: 35px;
    }
    .webscreens h3 > strong {
        font-size: 18px;
        display: block;
        line-height: 18px;
    }
}
@media screen and (max-width:767px) {
    .banner h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .banner p {
        line-height: 25px;
    }
    .webscreens h3,
    .app-types-part .heading-style,
    .heading-style {
        font-size: 28px;
    }
    .banner b {
        font-size: 16px;
    }
    .webscreens h3 > strong {
        font-size: 16px;
        display: block;
    }
    .demovideo .play-anim-ico {
        transform: scale(0.6) translateY(-50%);
        -webkit-transform: scale(0.6) translateY(-50%);
        -moz-transform: scale(0.6) translateY(-50%);
        -ms-transform: scale(0.6) translateY(-50%);
        -o-transform: scale(0.6) translateY(-50%);
    }
}