*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.clear {
    clear: both;
}
img {
    max-width: 100%;
}
.heading-area strong {
    font-size: 17px;
    font-weight: 600;
    display: block;
}
.container-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
p {
    margin: 0 0 10px;
    color: #000;
    line-height: 23px;
    font-size: 16px;
}
p:last-child{
    margin-bottom: 0;
}
.heading-area .heading-style1 {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    margin: -10px 0 10px 0;
}
.heading-area {
    margin: 0 0 15px 0;
    width: 100%;
}
.heading-area.center > *{
    text-align: center;
}
.mb0{
    margin-bottom: 0 !important;
}
.page__content{
    max-width: 1920px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 80px auto 0 auto;
}
.page__content >*{
    padding: 45px 0;
}
ul,ol,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
@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(play-video-6.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    right: 50px;
    top: 50px;
    z-index: 111;
}
.play-anim-ico.theme {
    background-image: url(play-black-4.svg);
}
.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 #fff;
    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:after {
    box-shadow: 0 0 0 13px #ff6c6c;
}
.btn__div{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.common-button img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.common-button {
    background-color: #ff6c6c;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 13px 10px;
    color: #fff;
    display: inline-block;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.common-button:hover {
    background-color: #b83838;
    color: #fff;
}
.common-button.btn-color1 {
    background-color: #0c8ee4;
}
.common-button.btn-color1:hover,
.common-button.btn-color1:focus {
    background-color: #0976be;
    color: #fff;
}
.common-button.btn-color2 {
    background-color: #FE9B00;
}
.common-button.btn-color2:hover,
.common-button.btn-color2:focus {
    background-color: #c07a24;
    color: #fff;
}
.common-button.btn-color3 {
    background-color: #0fb158;
}
.common-button.btn-color3:hover,
.common-button.btn-color3:focus {
    background-color: #0a8d45;
    color: #fff;
}
.sub-title {
    font-size: 15px;
    color: #797979;
    display: block;
    margin-top: 2px;
}
/*===========================================CSS START =========================================== */
.banner {
    padding: 40px 0 40px 0;
}
.banner p {
    text-align: justify;
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: flex-end;
}
.banner__left {
    width: 50%;
    position: relative;
}
.banner__left h1 {
    font-size: 42px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 800;
    color: #000;
    position: relative;
}
.banner__left b{
    display: block;
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    color: #000;
}
.banner__right {
    width: 49%;
}
.feature-section-inner {
    max-width: 1356px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.feature-section-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.feature-section-inner ul li {
    width: 33.33%;
    padding: 0 15px;
}
.feature-section-inner ul li strong {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
    font-weight: 700;
}
.fet-ico {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 1px #ff6c6c;
    border-radius: 50%;
    display: inline-flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #ff6c6c;
}
.fet-ico img {
    width: 35px;
    height: 35px;
    display: inline-block;
}
.feature-section-inner ul li p {
    margin-bottom: 0;
}
/********************demo-video-section section stylesheet start**********************/
.demo-video-section {
    background-color: #f8f8f8;
}
.demo-video .play-anim-ico {
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.demo-video-section-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demo-video-section h3,
.demo-video-section .heading {
    font-size: 40px;
    text-transform: uppercase;
    color: #374047;
    width: auto;
    font-weight: 700;
    padding-left: 0;
    text-align: right;
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
    text-align: center !important;
}
.demo-video-section strong,
.demo-video-section .sec-desc {
    /* display: block; */
    margin: 10px 0 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #6e6e6e;
}
.demo-video {
    display: block;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.10);
    max-width: 800px;
    margin: 0 auto;
}
.demo-video::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.demo-video iframe,
.demo-video img {
    position: absolute;
    left: 0;
    top: 0;
}
/********************demo-video-section section stylesheet start**********************/
/****************************pricing-section stylesheet start*************************/
.pricing-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
.pricing-section a {
    margin: 0 10px;
    padding: 12px 25px;
    background-color: #ff6c6c;
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin-top: 5.5%;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pricing-section a:hover {
    background-color: #b83a3a;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 42%;
}
.torn-pricing img{
    position: absolute;
    left: 0;
    top: 0;
}
.torn-pricing:after {
    content: '';
    position: absolute;
    top: 100%;
    width: auto;
    height: 60px;
    background-image: url(torn-paper-5.png);
    left: 14px;
    right: 0;
    background-size: 39%;
    background-repeat: repeat-x;
    z-index: 1;
    margin-top: -1px;
}
.revenue-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.revenue {
    background-color: #f8f8f8;
}
.revenue .heading-area {
    margin-bottom: 20px;
}
.revenue .heading-area p:last-child {
    margin-bottom: 0;
}
.revenue .heading-area p {
    margin-bottom: 20px;
    text-align: center;
}
.revenue ul {
    display: grid;
    list-style: none;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.revenue-inner-block strong {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}
.revenue ul li {
    padding: 0;
}
.revenue-inner-block {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.revenue-caption {
    width: calc(100% - 115px);
    width: -o-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: -webkit-calc(100% - 115px);
}
.revenue-caption p {
    margin: 0;
}
.revenue-inner-block i {
    margin-right: 15px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
.revenue-inner-block i img {
    width: 80px;
}
.ubereats-new-version {
    background-color: #ffeeee;
}
.ubereats-new-version .flexrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
    margin: 0 0 20px 0;
}
.feature-box-content {
    padding: 11px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.20);
    background-color: #fff;
    min-height: 100%;
    outline: 1px solid #ddd;
    width: calc(33.33% - 16px);
    width: -webkit-calc(33.33% - 16px);
    width: -moz-calc(33.33% - 16px);
    width: -ms-calc(33.33% - 16px);
    width: -o-calc(33.33% - 16px);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin: 0 8px;
}
.feature-box-content i {
    font-size: 40px;
    color: #ff6c6c;
}
.feature-box-content strong {
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #000;
    margin: 5px 0 1px 0;
}
.ubereats-new-version .btn__div{
    justify-content: center;
    margin: 15px 0 0 0;
}
.mb-30 {
    margin-bottom: 30px;
}
.flowmap {
    padding: 50px 0;
}
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap img {
    max-width: 100%;
}
.enq-popup-button-block {
    text-align: center;
}
/****************************************/
/*******************************************/
.fetsec {
    padding: 40px 0 50px 0;
    background-color: #f8f8f8;
}
.fetsec-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.fetsec .heading-area {
    margin-bottom: 35px;
    text-align: center;
}
.fetsec .heading-area span {
    font-size: 60px;
    font-weight: 800;
    color: #000;
}
.fetsec .heading-area h3 {
    font-size: 42px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}
ul.fetlist {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 100%;
}
ul.fetlist li {
    color: #fff;
    width: calc(33.33% - 14px);
    width: -o-calc(33.33% - 14px);
    width: -ms-calc(33.33% - 14px);
    width: -moz-calc(33.33% - 14px);
    width: -webkit-calc(33.33% - 14px);
}
ul.fetlist li .fetlist-inner {
    padding: 22px 30px;
    box-sizing: border-box;
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 8px;
    border-radius: 8px;
    position: relative;
    background-color: #ff6c6c;
}
ul.fetlist li .fetlist-inner i {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 60px;
}
ul.fetlist li .fetlist-inner i img {
    max-width: 100%;
    max-height: 100%;
}
ul.fetlist li .fetlist-inner .fetlist-data {
    width: calc(100% - 88px);
    width: -o-calc(100% - 88px);
    width: -ms-calc(100% - 88px);
    width: -moz-calc(100% - 88px);
    width: -webkit-calc(100% - 88px);
}
ul.fetlist li .fetlist-inner .fetlist-data strong {
    font-size: 29px;
    line-height: normal;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
}
ul.fetlist li .fetlist-inner .fetlist-data p {
    margin-bottom: -5px;
}
ul.fetlist li .fetlist-inner:before {
    content: attr(data-num);
    position: absolute;
    bottom: 10px;
    left: -4px;
    font-size: 100px;
    font-weight: bold;
    opacity: 0.3;
}
.flowmap-inner {
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap .heading-area {
    text-align: center;
}
.flowmap ._IMAGE_ {
    position: relative;
}
.flowmap ._IMAGE_::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 50.94%
}
.flowmap ._IMAGE_ img{
    position: absolute;
    left: 0;
    top: 0;
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin: 0 0 20px 0;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.screens ul li img {
    outline: 1px solid #ccc;
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: #ff6c6c;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 30px;
    margin-top: 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.screens .view-app-flow:hover,
.screens .view-app-flow:focus
{
    color: #fff;
    background-color: #b83a3a;
}
.screens.major {
    background-color: #ffeeee;
}
.screens.major ul li {
    padding: 0 10px;
}
.screens.major a {
    background-color: #ff6c6c;
    font-size: 31px;
    color: #fff;
    padding: 14px 45px 15px 45px;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    display: inline-block;
    margin-top: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.screens.major a:hover,
.screens.major a:focus
{
    background-color: #b83a3a;
    color: #fff;
}
.screens .btn__div{
    justify-content: center;
}
/***********************app-links-sections stylesheet**********************/
.demolinks {
    background-color: #ff6c6c;
}
.demolinks .heading-area.center {
    margin-bottom: 0;
}
.demolinks .demolinks-inner {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
.demolinks .heading-style1 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.demolinks .links-col a {
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
    bottom: 0px;
    width: 100%;
}
.demolinks .links-col a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 32.76%;
}
.demolinks .links-col a img{
    position: absolute;
    left: 0;
    top: 0;
}
.demolinks .links-col img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.demolinks .links-col a:hover {
    bottom: 3px;
}
.live-demo-row-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    max-width: 1240px;
}
.demolinks .links-col {
    width: 25%;
    display: inline-flex;
    flex-direction: column;
    row-gap: 15px;
    text-align: center;
    padding: 0 10px;
}
.demolinks .clickText {
    font-weight: 500;
    font-size: 26px;
    display: block;
    float: none;
}
.demolinks .flowText {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    float: none;
}
.demolinks .demolinksbtn {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.covid {
    padding: 50px 0 0 0;
    background-color: #fff;
    margin-bottom: 30px;
}
.covid-inner {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.covid-left {
    width: 28.5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding-right: 20px;
    box-sizing: border-box;
}
.covid-right {
    width: 39%;
    box-sizing: border-box;
}
.covid-right-last {
    width: 32.4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: -25px;
}
.covid h1 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
    color: #ff6c6c;
}
.covid h1 strong,
.covid h2 strong {
    display: inline-block;
    font-weight: 800;
    color: #ff6c6c;
    font-size: 56px;
    margin-bottom: -5px;
}
.covid a {
    background-color: #ff6c6c;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 40px 17px 40px;
    color: #2b441e;
    border-radius: 5px;
    display: inline-block;
}
.covid a:hover {
	background: #fff;
}
.covid-left img {
    padding-top: 0;
    width: auto;
    margin: 0;
}
.covid-right b {
    line-height: 31.4px;
    color: #1a1a1a;
    font-size: 20px;
    display: block;
    margin-bottom: 35px;
    font-weight: 600;
}
/*****************************************/
.covid.invert {
    margin-bottom: 0;
}
.covid.invert .covid-inner {
    flex-direction: row-reverse;
}
.covid.invert .covid-right {
    padding: 0 60px 0 0;
    width: calc(100% - 540px);
    width: -o-calc(100% - 540px);
    width: -ms-calc(100% - 540px);
    width: -moz-calc(100% - 540px);
    width: -webkit-calc(100% - 540px);
}
.covid.invert .covid-left {
    width: 537px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 0;
}
.covid.invert {
    background-image: none;
    overflow: hidden;
}
.covid.invert .covid-left img {
    margin: 0 -68px 0 0;
    max-width: initial;
}
.covid.invert h3 {
    font-size: 42px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}
.covid.invert h3 strong {
    display: block;
    font-size: 42px;
    font-weight: bold;
    color: #ff6c6c;
    margin-top: 0;
}
.covid.invert {
    padding: 40px 0;
}
.covid.invert.reverse .covid-left:after {
    right: 27%;
    left: auto;
}
.covid a.covid-block-img {
    padding: 0;
    margin: 0 0 0 -68px;
    position: relative;
    background-color: transparent;
    display: inline-block;
}
.covid.invert.reverse .covid-left img {
    margin: 0;
}
/* =================================================== */
.order ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.order .heading-area strong {
    display: block;
    font-weight: 600;
    color: #fff;
}
.order .heading-area h3 {
    color: #fff;
}
.order .heading-area {
    text-align: center;
}
.order.has_three .heading-area strong {
    display: block;
    font-weight: 400;
}
.order .heading-area h3 span {
    display: block;
    font-size: 28px;
    margin: 10px 0 10px 0;
}
.order .heading-area h3::before {
    display: none;
}
.order-inner {
    max-width: 1310px;
    padding:0 15px;
    margin: 0 auto;
}
.order ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-bottom: 20px;
    font-size: 50px;
    color: #ff6c6c;
}
.order.has_three ul li strong {
    margin: 0 0 0 0;
    font-size: 25px;
    text-transform: uppercase;
}
.order.has_three ul li i {
    margin: 0 0 18px 0;
    border: none;
    box-shadow: none;
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
}
.order ul li i img {
    height: 45px;
    width: 45px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.order ul li:hover i img {
    opacity: 1;
}
.order ul li strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 20px 0 8px 0;
}
.order ul li {
    width: calc(25% - 10px);
    width: -o-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    padding:  15px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 0 0 1px #e4e4e4 inset, 0 0 13px 0 rgba(0,0,0,0.20);
    border-radius: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.order ul li a {
    font-size: 17px;
    background-color: #ff6c6c;
    font-weight: 600;
    color: #ffffff;
    padding: 9px 25px 12px 25px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.order ul li .order_cap > img {
    margin-bottom: 20px;
    display: block;
}
.order ul li a:hover {
    background-color: #b83a3a;
}
.order ul li:hover {
    box-shadow: 0 0 0 1px #ff6c6c inset, 0 0 13px 0 rgba(0,0,0,0.20);
}
.order ul li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.order {
    padding: 30px 0 45px 0;
    background-color: #f7f7f7;
    position: relative;
    z-index: 1;
}
.order:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    top: 0;
    bottom:220px;
    background-color: #ff6c6c;
    position: absolute;
    z-index: -1;
}
.delivery-types .heading-area {
    text-align: center;
}
.delivery-types .heading-area strong {
    margin-bottom: 15px;
}
.delivery-types .heading-area strong {
    margin-bottom: 15px;
}
.delivery-types .heading-area h3 {
    margin-bottom: 35px;
}
.delivery-types ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.delivery-types ul li {
    width: calc(25% - 16px);
    width: -o-calc(25% - 16px);
    width: -ms-calc(25% - 16px);
    width: -moz-calc(25% - 16px);
    width: -webkit-calc(25% - 16px);
    margin-bottom: 20px;
}
.delivery-types ul li a {
    display: block;
    background-color: #222;;
    position: relative;
}
.delivery-types ul li img {
    max-width: 100%;
}
.delivery-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 1s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    padding: 15px;
    text-align: center;
}
.delivery-caption strong {
    display: block;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.delivery-caption p {
    margin-bottom: 0;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: italic;
    color: #8cea2b;
}
.delivery-types ul li.last {
    width: 100%;
}
.delivery-types ul li.last .delivery-caption strong {
    font-size: 30px;
}
.delivery-types ul li.last .delivery-caption strong span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0 20px 0;
    row-gap: 10px;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #606060;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 1px #d8d8d8 inset;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
}
.TABROW .TAB.active {
    background-color: #ff6c6c;
    color: #fff;
    box-shadow: none;
}
/*******************************************/
.inside-cat-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.inside-cat ul li {
    width: calc(33.33% - 10px);
    width: -o-calc(33.33% - 10px);
    width: -ms-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: -webkit-calc(33.33% - 10px);
    position: relative;
}
.inside-cat ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.inside-cat ul li .cat-caption {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ff6c6c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 25px 15px;
}
.inside-cat ul li .cat-caption strong {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-align: center;
}
.inside-cat ul li .cat-caption p {
    padding: 0 15px;
    color: #fff;
    text-align: center;
}
.inside-cat ul li .cat-caption:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    pointer-events: none;
    border: 1px solid #fff;
}
.inside-cat ul li .cat-caption .btn-default {
    color: #fff;
    background-color: #004691;
    border-color: #004691;
    padding: 5px 15px 8px;
    border-radius: 6px;
    font-size: 20px;
    display: table;
    margin: 0 auto;
}
.inside-cat ul li .cat-caption:hover .btn-default {
  color: #fff;
  background-color: #006de1;
  border-color: #006de1;
}

.delivery-types-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.delivery-types .flexrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
}
.delivery-types-block {
    width: 33.33%;
    padding: 0 10px;
}
.delivery-types .card-box picture img {
    height: 60px;
}
.card-box {
  background: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  bottom: 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  min-height: 100%;
}
.card-box:hover{
    bottom: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.card-box img {
    width: 60px;
display: inline-block;
  height: 60px;
}
.card-box .title-text {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0;
  line-height: normal;
}
.card-box p {
    margin: 0 0 22px 0;
    padding: 0px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    min-height: 75px;
}
.card-box .btn-default {
    color: #fff;
    background-color: #ff6c6c;
    border: none;
    padding: 5px 15px 8px;
    border-radius: 6px;
    font-size: 20px;
    display: table;
    margin: 0 auto;
}
.card-box:hover .btn-default {
  color: #fff;
  background-color: #b83a3a;
}
.know-more-btn,
.know-more-btn:hover {
    position: absolute;
    bottom: -23px;
    width: 130px;
    height: 220px;
    outline: 5px solid #ff6c6c;
    font-size: 32px;
    color: #ff6c6c;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 420px;
}
.know-more-btn span {
    line-height: 35px;
    display: inline-block;
    position: relative;
    left: 38px;
}
.offer-section-inner {
    max-width: 1356px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 15px;
    flex-wrap: wrap;
}
.offer-section p {
    text-align: justify;
}
.offer-section-inner-right {
    width: 46.95%;
}
.offer-section-inner-left {
    width: 48.95%;
    position: relative;
}
.small-title {
    font-size: 24px;
    color: #ff6c6c;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: block;
}
.listing-block {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
ul.listing {
    list-style: none;
    padding: 0;
}
ul.listing li {
    padding-left: 21px;
    margin-bottom: 5px;
    position: relative;
    color: #000;
    font-size: 15px;
}
ul.listing li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ff6c6c;
    left: 0;
    border-radius: 50%;
    top: 7px;
}
.listing-block .listing-col {
    width: 50%;
}
.webpanel-section {
    background: #f8f8f8;
}
.webpanel-section p {
    text-align: justify;
}
.webpanel-section a.view-app-flow {
    background-color: #ff6c6c;
   font-size: 18px;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.webpanel-section a.view-app-flow:hover,
.webpanel-section a.view-app-flow:focus
{
    background-color: #b83a3a;
    color: #fff;
}
.webpanel-section-inner {
    max-width: 1356px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.webpanel-section-left {
    width: 48%;
    text-align: right;
    position: relative;
}
.webpanel-section-left::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 53%;
}
.webpanel-section-left img {
    border: 3px solid #aaa;
    position: absolute;
    left: 0;
    top: 0;
}
.webpanel-section-right {
    width: 50%;
}
.reviews{
    background: #f8f8f8;
}
.reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.reviews .reviews-inner>a:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ff6c6c;
    z-index: -1;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.reviews .client-left-shape {
    position: absolute;
    top: -158px;
    left: -10px;
    pointer-events: none;
}
.reviews .client-right-shape {
    position: absolute;
    bottom: -183px;
    right: -10px;
    pointer-events: none;
}
.reviews ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 20px;
}
.reviews ul li {
    width: 25%;
    padding: 0 10px;
}
.reviews ul li a {
    display: block;
    background-color: #fff;
    position: relative;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.reviews ul li:not(:last-child) a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}
.reviews ul li a img {
    max-width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.reviews ul li a::after {
    content: '';
    background-image: url(play-video-6.svg);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: #ff6c6c;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}
.reviews ul li.morereview a {
    min-height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ff6c6c;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.reviews ul li.morereview a:hover {
    background-color: #b83a3a;
}
.reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
}
.reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}
@media screen and (max-width:1366px) {
    .covid-left img,
    .covid-right-last img {
        max-width: 100%;
    }
    .covid h1 strong {
        font-size: 77px;
    }
    .covid h1 {
        font-size: 40px;
    }
}
@media screen and (max-width:1200px) {
    .inside-cat ul li .cat-caption {
        padding: 20px;
    }
}
@media screen and (max-width:1024px) {
    ul.fetlist {
        justify-content: center;
    }
    ul.fetlist li {
        width: calc(50% - 28px);
        width: -o-calc(50% - 28px);
        width: -ms-calc(50% - 28px);
        width: -moz-calc(50% - 28px);
        width: -webkit-calc(50% - 28px);
        margin: 0 14px 25px 14px;
    }
    .fetsec {
        padding: 40px 0 25px 0;
    }
    /**********************************************/
    section.demo-video-section iframe {
        height: 54.5vw;
    }
    /**********************************************/
    .covid-left {
        width: 100%;
    }
    .covid-left img {
        width: auto;
        max-width: 100%;
    }
    .covid-right {
        width: 100%;
    }
    .covid h3 {
        font-size: 50px;
    }
    /*********************************************/
    .delivery-types ul li {
        width: calc(33.33% - 20px);
        width: -o-calc(33.33% - 20px);
        width: -ms-calc(33.33% - 20px);
        width: -moz-calc(33.33% - 20px);
        width: -webkit-calc(33.33% - 20px);
        margin-bottom: 20px;
    }
    /*********************************************/
    .delivery-types ul li {
        width: calc(33.33% - 20px);
        width: -o-calc(33.33% - 20px);
        width: -ms-calc(33.33% - 20px);
        width: -moz-calc(33.33% - 20px);
        width: -webkit-calc(33.33% - 20px);
        margin-bottom: 20px;
    }
    .reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}
@media screen and (max-width:991px) {
    .banner__left{
        width: 100%;
    }
    .banner__right{
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }
    .banner-inner{
        flex-direction: column-reverse;
    }
    .revenue ul {
        grid-template-columns: 1fr 1fr;
    }
    .inside-cat ul li {
        width: calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
    }
    .feature-box-content {
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 16px);
        width: -moz-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
    }
    .inside-cat ul li .cat-caption:before{
        display: none;
    }
    .offer-section-inner-left {
        width: 100%;
    }
    .offer-section-inner-right {
        width: 100%;
    }
    .covid h1 {
        font-size: 30px;
    }
    .covid h1 strong {
        font-size: 46px;
        margin-bottom: 15px;
    }
    .covid h3 {
        font-size: 40px;
    }
    .covid-right-last {
        width: 100%;
        text-align: center;
        display: block;
        padding: 0;
    }
    .covid-right {
        padding: 40px 0 20px 0;
    }
    .covid-left {
        display: block;
        text-align: center;
    }
    .covid.invert {
        padding: 40px 0 0 0;
    }
    .covid.invert .covid-right {
        width: 100%;
        margin: 100px 0 0 0;
        padding: 0;
    }
    .covid.invert .covid-left {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
    }
    .covid.invert h3 strong {
        font-size: 45px;
    }
    .covid.invert h3 {
        font-size: 25px;
    }
    .covid.invert .covid-left img {
        margin: 0;
        max-width: 100%;
    }
    .covid.invert.reverse .covid-inner {
        flex-direction: column-reverse;
    }
    .covid.invert.reverse {
        margin-top: 50px;
    }
    .covid.invert.reverse .covid-right {
        padding: 0;
    }
    .covid a.covid-block-img {
        margin: 0;
    }
    /****************************************/
    .screens ul li {
        width: 50%;
    }
    .screens.major a {
        font-size: 18px;
        padding: 15px 20px;
    }
    /****************************************/
    .order ul li {
        width: calc(50% - 15px);
        width: -o-calc(50% - 15px);
        width: -ms-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
    }
    .feature-section-inner ul li {
        width: 50%;
    }
     .delivery-types ul li {
        width: calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
    }
    .webpanel-section-inner {
        flex-direction: column;
    }
    .webpanel-section-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .webpanel-section-right {
        width: 100%;
        padding: 0;
    }
    /**********************************************/
    .delivery-types ul li {
        width: calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
    }
    /**********************************************/
    .delivery-types-block {
        width: 50%;
    }
    .delivery-types-block:last-child {
        width: 100%;
    }
    /**********************************************/
    .ubereats-new-version .flexrow {
        margin: 0;
    }
    .ubereats-feature-box,
    .ubereats-feature-box.half,
    .ubereats-feature-box.onethird,
    .ubereats-feature-box.oneforth,
    .ubereats-feature-box.pl-pr-12 {
        width: 100%;
        padding: 0;
    }
    /**********************************************/
    .demolinks .links-col{
        padding: 0 5px;
        row-gap: 10px;

    }
    .feature-box-content{
        width: 100%;
        margin: 0;
    }
    .reviews ul li{
        width: 33.33%;
    }
}
@media screen and (max-width:767px) {
    ul.fetlist li {
        margin: 0 0 30px 0;
        width: 100%;
    }
    .covid h3 {
        font-size: 32px;
    }
    .covid.invert h3 strong {
        font-size: 30px;
    }
    .ele-style:after,
    .ele-style:before {
        display: none;
    }
    /*******************************/
    .inside-cat ul li {
        width: 100%;
    }
    .inside-cat ul li img {
        width: 100%;
    }
    .inside-cat ul li .cat-caption {
        position: relative;
        display: block;
        text-align: center;
        height: auto;
    }
    /****************************************/
    .revenue ul {
        grid-template-columns: 1fr;
    }
    /****************************************/
    .delivery-types-block {
        width: 50%;
    }
    /****************************************/
}
@media screen and (max-width:630px) {
    .page__content >*{
        padding: 40px 0;
    }
    .btn {
        font-size: 18px;
        padding: 12px 15px 11px 15px;
    }
    .heading-area .heading-style1 {
        font-size: 27px;
        margin: -5px 0 10px 0;
    }
    .banner__left h1 {
        font-size: 30px;
        line-height: 1.2em;
    }
    ul.fetlist li .fetlist-inner {
        display: block;
        text-align: center;
        padding: 30px 15px;
    }
    ul.fetlist li .fetlist-inner .fetlist-data {
        width: auto;
    }
    ul.fetlist li .fetlist-inner .fetlist-data strong {
        min-height: initial;
        line-height: normal;
        display: block;
    }
    ul.fetlist li .fetlist-inner i {
        margin-bottom: 20px;
        display: inline-block;
    }
    ul.fetlist li .fetlist-inner .fetlist-data p {
        margin-bottom: 0;
    }
    ul.fetlist li .fetlist-inner:before {
        display: none;
    }
    .order ul li {
        width: 100%;
    }
    /*****************************************/
    .delivery-types ul li {
        width: 100%;
    }
    .delivery-types ul li img {
        width: 100%;
    }
    /*****************************************/
    .listing-block .listing-col {
        width: 100% !important;
    }
    .demolinks .links-col {
        width: 50%;
        padding:  0 5px;
        margin: 0 0 10px 0;
    }
    .demolinks .links-col:last-child,
    .demolinks .links-col:nth-child(3)
    {
        margin-bottom: 0;
    }
    /*****************************************/
    .card-box .title-text {
        font-size: 16px;
    }
    /*****************************************/
    .delivery-types ul li {
        width: 100%;
    }
    .delivery-types ul li img {
        width: 100%;
    }
    /*************************************/
    .feature-section-inner ul li {
        width: 100%;
        padding: 0;
    }
    .revenue ul li {
        width: 100%;
    }
    .revenue ul li {
        text-align: center;
    }
    .revenue-caption {
        width: 100%;
    }
    .revenue-inner-block i {
        margin: 0 0 15px 0;
        padding: 0;
        border: none;
        display: block;
        width: 100%;
    }
    .reviews ul li{
        width: 50%;
        padding: 0 5px;
    }
    .reviews ul li a {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    .reviews ul li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    .reviews ul li.morereview a {
        font-size: 4.4vw;
        line-height: 5.4vw;
    }
    .order:after {
        bottom: 0;
    }
    .demo-video .play-anim-ico {
        transform: translate(-50%, -50%) scale(0.6);
        -webkit-transform: translate(-50%, -50%) scale(0.6);
        -moz-transform: translate(-50%, -50%) scale(0.6);
        -ms-transform: translate(-50%, -50%) scale(0.6);
        -o-transform: translate(-50%, -50%) scale(0.6);
}
}
@media screen and (max-width:480px) {
    .screens ul li,
    .screens.major ul li {
        width: 100%;
        padding: 0;
    }
    .delivery-types-block {
        width: 100%;
        padding: 0;
    }
}