*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Exo 2';
}
/************************************/
@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/xdeliveryking/play-video.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    right: 50px;
    top: 50px;
    z-index: 0;
}
.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;
}
img {
    max-width: 100%;
}
a{
    color: #000;
}
.heading-area {
    text-align: center;
    margin-bottom: 10px;
}
.heading-area.left {
    text-align: left;
}
.heading-area strong {
    text-transform: uppercase;
    font-size: 20px;
    color: #6d60bc;
    font-weight: 600;
    display: block;
    margin-top: 3px;
    line-height: 1em;
}
.heading-area strong:first-child {
    margin-top: 0;
}
.heading-area .header-sep {
    width: 38px;
    display: block;
    margin: 15px auto 0 auto;
}
.heading-area h2,
.heading-area h3,
.heading-area h4,
.heading-area h5 {
    font-size: 35px;
    font-weight: bold;
    margin: -8px 0 0 0;
    color: #191919;
    line-height: 35px;
    text-transform: uppercase;
}
[data-toggle="popup"],
.common-button {
    background-color: #6d60bc;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 13px 30px 14px 30px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
}
[data-toggle="popup"]:hover,
.common-button:hover {
    background-color: #372e75;
    color: #fff;
}
.flowmap {
    padding: 50px 0;
}
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap img {
    max-width: 100%;
}
.company-logo {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
i, span, a {
    display: inline-block;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0 25px;
    font-size: 20px;
    height: 55px;
    line-height: 51px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background-color: #6d60bc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.main-btn:hover {
    background-color: #372e75;
    color: #ffffff;
}
@keyframes animation1 {
 0% {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1)
 }
 50% {
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  -o-transform:scale(1.2);
  transform:scale(1.2)
 }
 100% {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1)
 }
}
@-webkit-keyframes animation1 {
 0% {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1)
 }
 50% {
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  -o-transform:scale(1.2);
  transform:scale(1.2)
 }
 100% {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1)
 }
}
p {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 23px;
    font-size: 16px;
    color: #000;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
.heading-area.center > * {
    text-align: center;
}
.heading-area > p{
    margin-top: 5px;
}
.btn__div{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/**************************************/
.banner {
    padding: 40px 0;
    background: #0d001c;
    /* background: linear-gradient(to bottom, #6d60bc 0%,#3d2aba 100%); */
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-left {
    width: 47%;
}
.banner-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.banner-right img {
    max-width: 100%;
}
.header-title span {
    color: #fff;
    font-family: 'Exo 2';
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.header-title h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}
.header-title ~ strong {
    color: #fff;
    font-size: 29px;
    display: block;
    margin-bottom: 10px;
}
.banner p {
    color: #fff;
}
.banner .main-btn {
    background-color: #fff;
    color: #6d60bc;
}
.banner .main-btn:hover {
    background-color: #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 {
    padding: 40px 0;
    position: relative;
    background-color: #f8f8f8;
}
ul.reviews-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 20px;
}
ul.reviews-list li {
    width: 25%;
    padding: 0 10px;
}
ul.reviews-list li a {
    display: block;
    box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
    min-height: 100%;
    position: relative;
    border: 3px solid #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
ul.reviews-list li:not(:last-child) a::before{
    display: block;
    width: 100%;
    padding-top: 71%;
    content: '';
}
ul.reviews-list li a::after {
    content: '';
    background-image: url(../images/food-delivery-app-latest/play-video.svg);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: #6d60bc;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.40);
}
ul.reviews-list li a img {
    max-width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
ul.reviews-list 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: #6d60bc;
    color: #fff;
    padding: 15px;
    text-align: center;
}
ul.reviews-list li.morereview a:hover {
    background-color: #372e75;
}
ul.reviews-list 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;
}
ul.reviews-list 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;
}
/******************************************/
/************************************/
.statistics {
    padding: 40px 0;
}
.statistics ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.statistics-inner {
    box-sizing: border-box;
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.statistics ul li {
    border-radius: 10px;
    min-height: 100%;
    padding: 15px;
    width: calc((100% - 70px) / 6);
    width: -webkit-calc((100% - 70px) / 6);
    width: -moz-calc((100% - 70px) / 6);
    width: -ms-calc((100% - 70px) / 6);
    width: -o-calc((100% - 70px) / 6);
    flex-grow: 1;
    border: 1px solid #eee;
}
.statistics ul li strong {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: block;
    margin: 0;
    text-transform: capitalize;
    line-height: 1.2em;
}
.statistics ul li span {
    font-size: 18px;
    color: #696969;
    font-weight: 500;
    display: block;
}
.statistics ul li i {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 40px;
    margin: 0 0 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
/************************************/
.deliverytypes-inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.deliverytypes {
    padding: 40px 0 40px 0;
    background-color: #efedff;
}
.fetbox {
    padding:15px 0 5px 0;
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: 0 0 0 2px #bab1ff inset;
    background-color: #fff;
}
.deliverytypes-left {
    width: 56.33%;
}
.deliverytypes-right {
    width: 42.5%;
}
.deliverall-block {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffebdf;
    min-height: 100%;
}
.deliverall-block-left {
    width: 100%;
    padding: 20px 30px 30px 30px;
}
.deliverall-block-right {
    width: 45%;
    text-align: right;
}
.deliverall-block-right img {
    max-width: 100%;
}
.deliverall-block h3 {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5f321c;
    margin: 0px 0 20px 0;
}
.deliverytypes p {
    font-size: 16px;
    color: #555;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}
.deliverytypes .heading-area p {
    margin-bottom: 10px;
    text-align: center;
    color: #000;
}
.deliverall-block ul {
    list-style: none;
}
.deliverall-block ul li i {
    width: 104px;
    height: 97px;
    border-radius: 5px;
    background-color: #5f321c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #fff;
}
.deliverall-block ul li i img {
    height: 55px;
    width: 55px;
    display: inline-block;
    font-size: 0;
}
.deliverall-block ul li .deliveralllist-caption {
    width: calc(100% - 124px);
    width: -o-calc(100% - 124px);
    width: -moz-calc(100% - 124px);
    width: -webkit-calc(100% - 124px);
}
.deliverall-block ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.deliverall-block ul li:last-child {
    margin-bottom: 0;
}
.deliverall-block ul li p {
    margin-bottom: 0;
}
.deliverall-block ul li strong {
    font-size: 22px;
    font-weight: bold;
    color: #5f321c;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}


/************2021 Version delivery-king app Features section stylesheet Start**********/
.new-version-delivery-features {
    padding: 30px 0px 50px 0px;
    width: 100%;
    background-color: #6d60bc;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: top center;
}
.new-version-delivery-features-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1356px;
  text-align: center;
}
.new-version-delivery-features-hedaing {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 50px;
}
.new-version-delivery-features .new-version-delivery-features-hedaing h3 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.new-version-delivery-features .new-version-delivery-features-hedaing h3 strong {
    display: block;
    font-size: 48px;
    font-weight: 500;
}
.footer-address-img img {
    max-width: 100%;
}
.new-version-delivery-features .new-version-delivery-features-hedaing h3 strong span {
    background-color: #fff;
    color: #000;
    padding: 0 10px;
}
.new-version-delivery-features .new-version-delivery-features-content {
  width: 100%;
  display: flex;
}
.new-version-delivery-features .new-version-delivery-features-content ul {
  display: flex;
   width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0;
}
.new-version-delivery-features .new-version-delivery-features-content ul li {
  padding: 0px;
  width: 40%;
  text-align: center;
  background: none;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.new-version-delivery-features .new-version-delivery-features-content .feature-caption {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}
.new-version-delivery-features .new-version-delivery-features-content .feature-caption::before {
    content: attr(deta-number);
    color: #ffffff;
    font-size: 20px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
    width: 24px;
}
.new-version-delivery-features .new-version-delivery-features-content .feature-caption:last-child {
     margin-bottom: 0px;
}
.new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption h4 {
  font-size: 19px;
  color: #fff;
  display: inline-block;
  margin: 0px;
  position: relative;
  font-weight: 600;
}
.new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption h4 a {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -2px;
  position: absolute;
  right: -28px;
  top: 0;
}
.new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption h4 a img {
  width: 18px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  height: 18px;
}
.new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption p {
    font-size: 15px;
    color: #eee;
    margin: -5px 0 0;
    font-weight: 400;
    padding-left: 60px;
    line-height: 0;
}
.version-title {
    max-width: 50vw;
}
/**************************************/
.revenue-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.revenue {
    padding: 40px 0 30px 0;
}
.revenue .heading p {margin-bottom: 10px; text-align: center;}
.revenue ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.revenue-inner-block strong {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}
.revenue-inner-block {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    height: 100%;
    display: grid;
    grid-template-columns: 60px auto;
    gap: 15px;
    box-shadow: 0 0 10px 0px #E8E2F0;
}
.revenue-caption {
    width: 100%;
}
.revenue-caption p {
    margin: 0;
}

.revenue-inner-block i img {
    width: 60px;
    height: 60px;
    font-size: 0;
}
/*******************************************/
.ubereats-new-version {
    padding: 40px 0;
    background-color: #f7fafc;
}
.ubereats-new-version-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.ubereats-new-version .flexrow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
}
.ubereats-new-version .flexrow .ubereats-feature-box:last-child{
    grid-column: span 2;
}
.enq-popup-button-block {
    text-align: center;
}
.ubereats-feature-box.pl-pr-12 {
    padding-left: 12px;
    padding-right: 12px;
}
.ubereats-feature-box .feature-box-icon {
    display: block;
    position: relative;
    text-align: left;
    top: 0;
    background: #f7f9ff;
    padding: 5px 10px;
}
.ubereats-feature-box .feature-box-title b{
    font-size: 18px;
    color: #000;
    display: block;
    line-height: 1em;
    margin: 0 0 10px;
}
.ubereats-feature-box .feature-box-title h4 a.clientvideos._VIDEO_ {
    vertical-align: middle;
}
.ubereats-feature-box .feature-box-title h3 span,
.ubereats-feature-box .feature-box-title h4 span {
    width: 20px;
    height: 20px;
    margin-left: 4px;
    display: inline-block;
}
.ubereats-feature-box .feature-box-title h4 a.clientvideos._VIDEO_ img {
    width: 20px;
    vertical-align: top;
}
.ubereats-feature-box .feature-box-icon h3 span a {
    display: flex;
}
.feature-box-content {
    padding: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    min-height: 100%;
    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;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: grid;
    grid-template-columns: 80px 1fr;
}
.feature-box-content i {
    width: 60px;
    height: 60px;
}
.feature-box-content:hover {
    box-shadow: 0 20px 30px rgba(134, 134, 134, 0.22);
    bottom: 5px;
}
.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%;
}
/************************/
.genie-block {
    background-color: #e4eaff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.genie-block p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}
.genie-block-left {
    width: 25%;
}
.genie-block-right {
    width: 75%;
    padding: 10px 10px 0 10px;
}
.genie-block-left img {
    max-width: 100%;
}
.genie-block h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3365cd;
    margin:0px 0 7px 0;
}
/************************/



ul.iconsrow {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 10px;
}
ul.iconsrow li {
    padding: 0 5px;
    width: 20%;
    text-align: center;
}
ul.iconsrow li i {
    width: 80px;
    height: 80px;
    background-color: #3365cd;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    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;
}
ul.iconsrow li:hover i {
    background-color: #102d6b;
}
ul.iconsrow li i img {
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 0;
}
ul.iconsrow li strong {
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 0 0 0;
    display: block;
}
/************************/
.parcel-delivery {
    background-color: #d0ffef;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.parcel-delivery p {
    margin-bottom: 0;
}
.parcel-delivery-right {
    width: 29%;
}
.parcel-delivery-left {
    width: 71%;
    padding: 10px 10px 0 10px;
}
.parcel-delivery-right img {
    max-width: 100%;
}
.parcel-delivery h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #388168;
    margin: 0px 0 7px 0;
}
/************************/
/************************/
.runner-delivery {
    background-color: #eaebeb;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.runner-delivery p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}
.runner-delivery-right {
    width: 40%;
}
.runner-delivery-left {
    width: 60%;
    padding: 10px 10px 0 10px;
}
.runner-delivery-right img {
    max-width: 100%;
}
.runner-delivery h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #388168;
    margin: 0px 0 7px 0;
}
.runner-delivery ul.iconsrow li i {
    background-color: #388168;
}
.runner-delivery ul.iconsrow li:hover i {
    background-color: #11382a;
}
/************************/
/************************************/
.deliveryelements-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.deliveryelements {
    margin-top: 15px;
    margin-bottom: 0;
}
.deliverytypes .heading-area {
    width: 100%;
    margin-bottom: 0;
}
.deliverytypes .heading-area ~ b {
    font-size: 16px;
    color: #1f1f1f;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    width: 100%;
}
.deliveryelements ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.deliveryelements ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: calc(25% - 10px);
    width: -o-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    min-height: 183px;
    margin-bottom: 10px;
    opacity: 1;
    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;
}
.deliveryelements ul li:hover {
    opacity: 0.7;
}
.deliveryelements ul li strong {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin-top: 13px;
    text-align: center;
}
.deliveryelements ul li i img {
    height: 64px;
    width: 64px;
    display: inline-block;
    font-size: 0;
}
/************************************/
.client-section-middle .heading-area h3 {
    margin-bottom: 0;
    line-height: normal;
}
.client-section img {
    max-width: 100%;
}
.client-section-middle .heading-area {
    margin-bottom: 20px;
}
.client-section-inner {
    width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
}
.client-section-left,
.client-section-right {
    width: 31.2%;
    position: relative;
}
.client-img-hold {
    position: relative;
    display: block;
}
.client-section-middle {
    width: 37%;
    padding: 0 35px;
    text-align: justify;
    box-sizing: border-box;
}
.client-section-left .client-img-hold:before {
    width: 111px;
    height: 262px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 21px #6d60bc;
    z-index: -1;
}
.client-section-right .client-img-hold:after {
    width: 111px;
    height: 262px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 21px #6d60bc;
    z-index: -1;
}
.client-section p {
    line-height: 23.2px;
    color: #373737;
    font-weight: 400;
}
.client-section {
    padding: 80px 0 50px 0;
}
.client-section-left .play-anim-ico,
.client-section-right .play-anim-ico {
    bottom: 30px;
    left: 30px;
    margin: 0;
    top: auto;
    right: auto;
}
/*****************************************/
/************************************/
.flowmap {
    padding: 50px 0;
}
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap img {
    max-width: 100%;
}
/************************************/
.mainWrapper {
    margin: 80px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
/****************************************/
.features {
    padding: 50px 0 40px 0;
    position: relative;
}
.features .light-shape {
    position: absolute;
    left: -10px;
    bottom: 50px;
    z-index: -1;
}
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.features ul li {
    margin: 36px 0 36px 0px;
    width: 25%;
    position: relative;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.fet-caption {
    padding: 0 0 20px 0;
}
.fet-caption:hover:after {
    content: '';
    position: absolute;
    bottom: -1px;
    background-color: #6d60bc;
    height: 3px;
    width: 33px;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
}
.features ul li i {
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
    text-align: center;
}
.features ul li i img {
    height: 56px;
    width: auto;
    transition: all 0.5s ;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.features ul li:hover i img {
    filter: invert(53%) sepia(26%) saturate(3362%) hue-rotate(323deg) brightness(99%) contrast(87%);
    -webkit-filter: invert(53%) sepia(26%) saturate(3362%) hue-rotate(323deg) brightness(99%) contrast(87%);
}
.features ul li:hover strong {
    color: #6d60bc;
}
.features ul li .sep {
    position: absolute;
    right: -18px;
    bottom: -70px;
}
.features ul li strong {
    display: block;
    line-height: normal;
    font-size: 20px;
    color: #373737;
    margin-bottom: 13px;
    font-weight: 600;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.features ul li p {
    line-height: 23.2px;
    color: #373737;
    margin: 0;
    font-weight: 400;
}
/**************************************/
.provide {
    padding: 40px 0;
    position: relative;
}
.provide-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.provide-left {
    width: 57%;
}
.provide-right {
    width: 42.2%;
}
.provide-right img {
    max-width: 100%;
}
.provide ul li {
    font-size: 16px;
    color: #000;
    list-style: none;
    padding-left: 21px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: normal;
}
.provide ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #6d60bc;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
/**************************************/
.work-process {
    padding: 15px 0 116px 0;
    position: relative;
    background-color: #e9f7da;
}
.work-process-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.work-process:after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 92px solid #fff;
    border-right: 100vw solid transparent;
}
.work-process b {
    max-width: 846px;
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 400;
    line-height: 28px;
}
.work-process ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.work-process ul li {
    padding: 0 10px;
    width: 19%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.work-process ul li i {
    height: 145px;
    width: 145px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #a4ad99;
    border-radius: 50%;
    position: relative;
}
.work-process ul li i img {
    height: 65px;
}
.work-process ul li strong {
    display: block;
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 600;
    margin: 8px 0 5px 0;
}
.work-process ul li p {
    margin-bottom: 0;
    font-size: 14px;
    color: #363636;
    font-weight: 400;
}
.work-process ul li i:after {
    content: '';
    position: absolute;
    width: 117px;
    height: 117px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #a4ad99;
}
.work-process ul li img.launch-system {
    margin-top: 12px;
}
.work-process ul li:after {
    content: '';
    position: absolute;
    width: 98px;
    height: 21px;
    background-image: url(../images/xdeliveryking/wave.png);
    left: 80%;
    top: 62px;
}
.work-process ul li:first-child:after,
.work-process ul li:last-child:after {
    display: none;
}
/**************************************/
.order ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.order ul li {
    padding: 20px;
}
.order-inner {
    max-width: 1310px;
    padding:0 15px;
    margin: 0 auto;
}

.order ul li a {
    font-size: 17px;
    background-color: #6d60bc;
    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 strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 10px 0 8px 0;
    text-transform: capitalize;
}
.order ul li {
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    margin-top: 10px;
}
.order ul li  i{
    font-size: 45px;
    color: #000;
}
.order ul li p {
    text-align: center;
}
.order {
    padding: 40px 0;
}
/**************************************/
.order.has_three {
    background-color: transparent;
}
.order.has_three .heading-area {
    margin-bottom: 110px;
}
.order.has_three ul li p {
    text-align: justify;
    font-size: 16px;
    color: #4f4f4f;
    line-height: 25px;
}
.order.has_three ul li i {
    margin-bottom: 30px;
    background-color: #6d60bc;
    width: 134px;
    height: 134px;
    margin-top: -67px;
}
.order.has_three ul li i img {
    opacity: 1;
    height: 66px;
}
.order.has_three ul li:hover i img {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
}
.order.has_three 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);
    padding: 0 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #e4e4e4 inset, 0 0 5px 0 rgba(0,0,0,0.13);
    text-align: center;
}
.order.has_three ul li img {
    max-width: 100%;
}
.order.has_three ul li:hover {
    box-shadow: 0 0 0 1px #6d60bc inset, 0 0 5px 0 rgba(0,0,0,0.13);
}
/**************************************/
/**************************************/
.screens {
    padding: 40px 0 50px 0;
    background-color: #efedff;
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0 15px 0;
    gap: 15px;
}
.screens .TABROW{
    row-gap: 15px;
}
.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;
    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: #6d60bc;
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.screens ul.active {
    display: grid;
}
.screens ul li {
    box-sizing: border-box;
}
.screens ul li img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.screens ul li img {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: #6d60bc;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    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;
}
.screens .view-app-flow:hover {
    background-color: #372e75;
}
.screens .button-block {text-align: center;}
/**************************************/
.demolinks {
    padding: 40px 0 40px 0;
    background-color: #6d60bc;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.demolinks ul {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demolinks .heading-area h3,
.demolinks .heading-area h4
 {
    color: #fff;
}
.demolinks .heading-area strong {
    color: #fff;
}
.demo-links-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 15px auto 0 auto;
    max-width: 1206px;
}
.demo-links-row strong {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}
.demo-links-row .links-column {
    width: 25%;
    max-width: 100%;
}
.demo-links-row .links-column ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    justify-content: center;
}
.demo-links-row .links-column ul li {
    margin: 0 0 15px 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    bottom: 0;
    padding: 0 6px;
    width: 100%;
}
.demo-links-row .links-column ul li:last-child {
    margin-bottom: 10px;
}
.demo-links-row .links-column ul li a {
    display: block;
    position: relative;

}
.demo-links-row .links-column ul li a::before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 33%;
}
.demo-links-row .links-column ul li a img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.demo-links-row .links-column ul li:hover {
    bottom: 5px;
}
.web-heading {
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    background-color: #e2a213;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    padding: 0 15px 5px 15px;
}
ul.weblinks li {
    list-style: none;
    position: relative;
    margin: 0 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;
    bottom: 0;
    width: 25%;
}
ul.weblinks li img {
    max-width: 100%;
}
ul.weblinks li:hover {
    bottom: 5px;
}
ul.weblinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1162px;
    margin: 0 auto;
}
/**************************************/
.shark-package {
    padding: 50px 0;
    background-color: #efedff;
    overflow: hidden;
}
.shark-package .mobile-sitemap {
    display: none;
}
.shark-package .heading-area ~ p {
    font-family: 'Exo 2';
    display: block;
    font-weight: 400;
    margin: 6px 0 19px 0;
    text-align: center;
    font-size: 16px;
    color: #1f1f1f;
    line-height: 28px;
}
.shark-package-heading {
    margin: 0 auto;
    padding:0 15px 35px 15px;
    text-align: center;
    font-size: 21px;
    color: #000000;
    position: relative;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'exo_2bold';
    font-style: normal;
}
.shark-package-pro img.pro-icons {
    max-height: 45px;
}
.shark-package-heading h3 {
    margin: 0 auto;
    padding: 0px;
}
.shark-package-heading h3 strong {
    margin: 0 0 80px 0;
    padding: 0px;
    font-size: 46px;
    color: #001b27;
    text-transform: uppercase;
    position: relative;
    font-style: normal;
}
.shark-package-inner {
    margin: 0 auto;
    padding: 0px;
    max-width: 1360px;
}
.shark-package-pro {
    margin: 0 auto;
    padding: 0;
    max-width: 1280px;
    position: relative;
}
.shark-package-left {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 432px;
}
.shark-package-left ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.shark-package-left ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 33%;
    text-align: center;
    display: block;
    position: relative;
}
.shark-package-left ul li b {
    margin: 10px 0;
    padding: 0px;
    float: left;
    width: 100%;
    color: #00cae2;
    text-transform: uppercase;
}
.shark-package-left ul li span {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.shark-package-left ul li span a {
    margin: 0px;
    padding: 5px 10px;
    display: inline-block;
    color: #333333;
    background: #ffebe0;
    font-size: 13px;
    border-radius: 5px;
}
.shark-package-left ul li span a:hover {
    background: #00cae2;
    color: #FFFFFF;
}
.shark-package-left ul li.pack1:before {
    content: '';
    background: #a5c870;
    width: 2px;
    height: 31px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.shark-package-left ul li.pack1 b {
    color: #a5c870;
}
.shark-package-left ul li.pack2:before {
    content: '';
    background: #a46d56;
    width: 2px;
    height: 31px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.shark-package-left ul li.pack2 b {
    color: #a46d56;
}
.shark-package-left ul li.pack3:before {
    content: '';
    background: #f08550;
    width: 2px;
    height: 31px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.shark-package-left ul li.pack3 b {
    color: #f08550;
}
.shark-package-left1-part {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.shark-package-left1-part-left {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 120px;
}
.shark-package-left1-part-left span {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.shark-package-left1-part-left p {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: normal;
}
.shark-package-left1-part-left p.text {
    margin: 5px 0;
}
.shark-package-left1-part-left span em {
    margin: 5px 0;
    padding: 0px;
    float: left;
    width: 50%;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
}
.shark-package-left1-part-left span em:last-child {
    text-align: right;
}
.shark-package-left1-part-left label {
    margin: 10px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.shark-package-left1-part-left label a {
    margin: 0px;
    padding: 5px 10px;
    display: inline-block;
    color: #333333;
    background: #1eea2d;
    font-size: 13px;
    border-radius: 5px;
}
.shark-package-left1-part-left label a:hover {
    background: #5fa5f1;
    color: #FFFFFF;
}
.shark-package-left1-part-right {
    margin: 0 0 0 17px;
    padding: 0px;
    float: left;
    width: 165px;
}
.shark-package-left1-part-right p {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: normal;
}
.shark-package-left1-part-right p.text {
    margin: 5px 0;
}
.shark-package-left1-part-right span {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.shark-package-left1-part-right span em {
    margin: 5px 0;
    padding: 0px;
    float: left;
    width: 50%;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
}
.shark-package-left1-part-right span em:last-child {
    text-align: right;
}
.shark-package-left1-part-right strong {
    margin: 5px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}
.shark-package-left1-part-right strong em {
    margin: 0 0 0 10px;
    padding: 0px;
    float: left;
    width: 50%;
    color: #00cae2;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}
.shark-package-left1-part-right strong em:last-child {
    margin: 0px;
    width: 40%;
    text-align: left;
}
.shark-package-left1-part-right label {
    margin: 10px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.shark-package-left1-part-right label a {
    margin: 0px;
    padding: 5px 10px;
    display: inline-block;
    color: #333333;
    background: #1eea2d;
    font-size: 13px;
    border-radius: 5px;
}
.shark-package-left1-part-right label a:hover {
    background: #5fa5f1;
    color: #FFFFFF;
}
.part-left1 {
    float: right;
}
.part-left1 span em:last-child {
    text-align: center;
    position: relative;
    left: 22px;
}
.shark-package-mid {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 407px;
}
.store-delivery {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
.store-delivery:before {
    content: '';
    background: #96673d;
    width: 2px;
    height: 31px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.store-delivery b {
    margin: 14px 0 10px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #96673d;
    text-transform: uppercase;
}
.store-delivery2 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
.store-delivery2:before {
    content: '';
    background: #fa6903;
    width: 2px;
    height: 31px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.store-delivery2 b {
    margin: 14px 0 10px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #fa6903;
    text-transform: uppercase;
}
.shark-package-mid ul {
    margin: 15px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
}
.shark-package-mid ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 25%;
    text-align: center;
    display: block;
    position: relative;
}
.shark-package-mid ul li b {
    margin: 10px 0;
    padding: 0px;
    float: left;
    width: 100%;
    color: #00cae2;
    text-transform: uppercase;
}
.shark-package-mid ul li.pack1 b {
    color: #b52e32;
}
.shark-package-mid ul li.pack2 b {
    color: #9b5c8f;
}
.shark-package-mid ul li.pack3 b {
    color: #b6000b;
}
.shark-package-mid ul li.pack4 b {
    color: #222222;
}
.shark-package-mid label {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.shark-package-mid label.loa {
    margin: 0px;
}
.shark-package-mid h4 {
    margin: 0 0 5px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.shark-package-mid p {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #676767;
    text-align: center;
}
.shark-package-mid span {
    margin: 10px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.shark-package-mid span a {
    margin: 0px;
    padding: 5px 10px;
    display: inline-block;
    color: #333333;
    background: #1eea2d;
    font-size: 13px;
    border-radius: 5px;
}
.shark-package-mid span a:hover {
    background: #5fa5f1;
    color: #FFFFFF;
}
.shark-package-right {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 370px;
}
.shark-package-right ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.shark-package-right ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 33%;
    text-align: center;
    display: block;
    position: relative;
}
.shark-package-right ul li:last-child {
    width: 31%;
    float: right;
}
.shark-package-right ul li b {
    margin: 10px 0;
    padding: 0px;
    float: left;
    width: 100%;
    color: #00cae2;
    text-transform: uppercase;
}
.shark-package-right ul li.pack1 b {
    color: #35c0d9;
}
.shark-package-right ul li.pack2 b {
    color: #af494b;
}
.shark-package-right ul li.pack3 b {
    color: #272727;
}
.shark-package-right label {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.shark-package-right h4 {
    margin: 0 0 5px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.shark-package-right p {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #676767;
    text-align: center;
}
.shark-package-right span {
    margin: 10px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.shark-package-right span a {
    margin: 0px;
    padding: 5px 10px;
    display: inline-block;
    color: #333333;
    background: #1eea2d;
    font-size: 13px;
    border-radius: 5px;
}
.shark-package-right span a:hover {
    background: #5fa5f1;
    color: #FFFFFF;
}

ul.sitemap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    margin: 70px auto 0 auto;
}
ul.sitemap li .num {
    width: 42px;
    height: 42px;
    position: relative;
    box-shadow: 0 0 0 2px #6d60bc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -65px;
    font-size: 23px;
    font-weight: bold;
    color: #6d60bc;
    background-color: #fff;
    z-index: 1;
}
ul.sitemap li .num:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1px;
}
ul.sitemap li {
    position: relative;
    text-align: center;
}
ul.sitemap:before {
    content: '';
    left: 149px;
    height: 3px;
    background-color: #6d60bc;
    position: absolute;
    right: 117px;
}
ul.sitemap li .num:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 26px;
    background-color: #6d60bc;
}
ul.sitemap li .num:before {
    content: attr(data-name);
    position: absolute;
    top: -36px;
    font-size: 15px;
    font-weight: bold;
    color: #6d60bc;
    white-space: normal;
    z-index: 1;
    width: 300px;
    padding: 3px 0 7px 0;
}
ul.sitemap li .main-cat-block strong {
    width: 155px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.main-cat-block {
    text-align: center;
    width: 230px;
    position: relative;
}
.main-cat-block:before {
    content: '';
    width: 3px;
    height: 34px;
    background-color: #6d60bc;
    top: -39px;
    left: 50%;
    position: absolute;
    margin-left: -1px;
}
.main-cat-block p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    line-height: 19.4px;
}
.main-cat-block i {
    display: inline-block;
    margin-bottom: 15px;
}
.main-cat-block i img {
    height: 50px;
}
.main-cat-block .saperator {
    margin: 0 0 10px 0;
}
.main-cat-block ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.main-cat-block ul li:first-child {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.main-cat-block ul li:last-child {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}
.main-cat-block ul li {
    width: 60px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.main-cat-block p:last-child:before {
    content: '';
    display: block;
    width: 3px;
    height: 16px;
    background-color: #cacaca;
    margin: 0 auto 5px auto;
}
.main-cat-block ul.odd {
    justify-content: space-around;
    width: 133px;
    margin: 0 auto;
}
.main-cat-block ul.odd li {
    width: auto;
}
ul.sitemap li:last-child .main-cat-block ul li {
    width: 120px;
}
ul.sitemap li:first-child .main-cat-block ul li:nth-child(2) {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
}
ul.sitemap li:first-child .main-cat-block ul li:nth-child(4) {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
}
/***********/
/**************************************/
.advanced {
    background-color: #f8f8f8;
    padding: 40px 0;
}
.advanced-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.advanced ul {
    display: none;
}
.advanced ul.active {
    display: block;
}
.advanced .heading-area p {
    text-align: center;
}
.tab__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
}

.tab_img {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 575px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}


.tab__content {
  width: calc(100% - 597px);
  width: -webkit-calc(100% - 597px);
  width: -moz-calc(100% - 597px);
  width: -ms-calc(100% - 597px);
  width: -o-calc(100% - 597px);
}

.tab__content.full__width {
  width: 100%;
}

.tab_img span {
  width: 280px;
}

.tc_title {
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
}

.tab__content ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.tab__content.full__width ol {
  grid-template-columns: 1fr 1fr 1fr;
}

.tab__area ol li i {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8B5CF6, #6366F1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E9EBF1;
  border-radius: 50%;
}

.tab__area ol li {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: flex-start;
  position: relative;
  text-align: justify;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  padding: 10px;
  border-radius: 12px;
}

.tab__area ol li div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 10px;
  flex-direction: column;
}

.tab__area ol li strong {
  font-size: 18px;
  color: #000;
  line-height: 1em;
  display: block;
}
/**************************************/
.pricing {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.pricing img {
    max-width: 100%;
}
.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pricing p {
    text-align: center;
}
.pricing .heading-area {
    margin-bottom: 10px;
}
.pricing .get-quote {
    font-size: 22px;
    background-color: #6d60bc;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    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;
}
.pricing .get-quote:hover {
    background-color: #372e75;
}
.pricing .clipart {
    position: absolute;
    left: 0;
    margin-top: 60px;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 44%;
}
.torn-pricing img{
    position: absolute;
    left: 0;
    top: 0;
}
/**************************************/
.helpvideos {
    padding: 45px 0;
    background: #efedff;
}
.helpvideos-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.helpvideos ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    row-gap: 24px;
}
.helpvideos ul li {
    width: calc(20% - 12px);
    width: -o-calc(20% - 12px);
    width: -moz-calc(20% - 12px);
    width: -webkit-calc(20% - 12px);
    background: #fff;
    padding: 5px 5px 10px;
}
.helpvideos ul li a {
    display: block;
    background-color: #222;;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.helpvideos ul li a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.helpvideos ul li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    object-position: top center;
}
.helpvideos ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/xdeliveryking/play-button.svg);
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center center;
    background-color: rgba(0,0,0,0.3);
}
.helpvideos ul li strong {
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 600;
}
/**************************************/



/**************************************/
.delivery-types {
    padding: 60px 0;
}
.delivery-types-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.delivery-types ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}
.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.last {
    width: calc(75% - 4px);
    width: -o-calc(75% - 4px);
    width: -ms-calc(75% - 4px);
    width: -moz-calc(75% - 4px);
    width: -webkit-calc(75% - 4px);
}
.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;
}
/**************************************/
.technology-section {
    background-color: #f3f3f3;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 35px;
}
.technology-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.technology-section p {
    font-size: 15px;
    color: #707070;
    font-weight: 300;
    line-height: 24px;
    margin: 0px 0 20px 0;
    max-width: 847px;
    text-align: center;
    margin: 0 auto;
}
.technology-section-inner ul li {
    min-height: 116px;
    display: inline-flex !important;
    width: calc(25% - 16px);
    width: -o-calc(25% - 16px);
    width: -ms-calc(25% - 16px);
    width: -moz-calc(25% - 16px);
    width: -webkit-calc(25% - 16px);
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2);
    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-bottom: 16px;
    border: 1px solid #ddd;
}
.technology-section-inner ul li:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.technology-section-inner ul {
    font-size: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
/**************************************/
.curlang {
    padding: 50px 0;
}
.curlang-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.curlang table {
    text-align: left;
    width: 100%;
    margin-top: 35px;
}
.curlang table tr td {
    margin: 0;
    padding: 10px;
    font-size: 15px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #e7e7e7;
    color: #5b5b5b;
    font-weight: 500;
    text-align: left;
}
.curlang table tr td b {
    display: inline-block;
    vertical-align: middle;
    margin-right: 27px;
}
.curlang table tr td b img {
    max-width: 43px;
}
.curlang table tr th {
    margin: 0;
    padding: 14px 10px;
    text-align: left;
    font-size: 20px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #e7e7e7;
    color: #414141;
    font-weight: 500;
}
/**************************************/


/***********************Web section***********************/
.webscreens {
    padding: 40px 0;
    background-color: #efedff;
}
.webscreens.whitebg {
    background-color: #fff;
}
.webscreens-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.webscreens-left {
    width: 49%;
    position: relative;
}
.webscreens-right {
    width: 49%;
    position: relative;
}
.webscreens img {
    max-width: 100%;
    border-radius: 10px;
    border: 3px solid #aaa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

}
/*******************************************/
.inq_form {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 0 30px;
    z-index: 0;
    float: left;
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 15px 11px 15px;
    background-color: #6d60bc;
    width: auto;
    text-transform: uppercase;
    min-height: 45px;
    line-height: 30px;
    outline: none;
    border: none;
    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;
}
.inq_form form input:hover[type=submit] {
    background-color: #372e75;
}
.inq_form .head-style {
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 6px 0;
    color: #191919;
}

/*.inq_form .head-style:after {
    content: '';
    position: absolute;
    width: 31px;
    height: 3px;
    background-color: #f76a00;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}*/
.inq_form .heading-area {
    margin-bottom: 15px;
    text-align: left;
    align-items: flex-start;
}
.inq_form-inner {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}
.inq_form .box-shadow {
    width: 100%;
}
.inq_form .box-shadow ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    row-gap: 35px;
}
.inq_form .box-shadow 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);
}
.inq_form .box-shadow ul li:last-child {
    padding: 25px 30px 30px 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #fff;
}
.enquire_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form-left,
.inq_form-right {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form .input-row-flow {
    margin-bottom: 16px;
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .input-row-flow:last-child {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}
.inq_form .input-row-flow .g-recaptcha {
    margin-top: 20px;
}
.inq_form .input-row-flow .custom-input-box {
    margin: 0px;
    border: 1px solid #ddd;
    background: #FFF;
    font-size: 16px;
    color: #292929;
    padding: 9px 10px;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
}
.inq_form .text-center {
    text-align: center;
}
.custom-input-button {
    background-color: #6d60bc;
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    border: none;
}
.custom-input-button:hover {
    background-color: #372e75;
}
.inq_form .video-block {
    max-width: 100%;
    position: relative;
    width: 100%;
    box-shadow: none;
    min-height: 100%;
    text-align: center;
}
.inq_form .button-btn {
    margin-top: 0;
    justify-content: flex-start;
}
/**************************************/
.deliveryapp {
    padding: 40px 0;
}
.deliveryapp-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.deliveryapp-left {
    width: 48%;
}
.deliveryapp-right {
    width: 50%;
}
/**************************************/
@media (max-width:1310px) {
    .shark-package {
        overflow: hidden;
    }
    .shark-package-pro {
        padding: 0 15px 0 40px;
    }
}
@media screen and (max-width:1279px) {
    /************************************/
    .shark-package .mobile-sitemap {
        display: inline-block;
        max-width: 100%;
        image-rendering: -webkit-optimize-contrast;
    }
    .shark-package-inner {
        display: none;
    }
    .shark-package-heading{
        padding-bottom: 0;
    }
    /************************************/

}
@media screen and (max-width:1200px) {
    /********************************************/
    .deliverytypes-left {
        width: 60%;
    }
    .deliverall-block-right {
        display: none;
    }
    .deliverall-block-left {
        width: auto;
        padding: 30px;
    }
    .deliverytypes-right {
        width: 39%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .genie-block,
    .runner-delivery-left {
        width: 100%;
    }
    .genie-block-right {
        width: auto;
    }
    .parcel-delivery-right,
    .runner-delivery-right,
    .genie-block-left {
        display: none;
    }
    .parcel-delivery-left {
        width: auto;
        padding: 30px;
        margin-bottom: 0;
    }
    .parcel-delivery {
        width: 100%;
        margin-bottom: 0;
    }
    .deliveryelements {
        margin-top: 15px;
    }
    .deliverall-block h3 {
        margin-top: 0;
    }
    ul.iconsrow li i {
        width: 70px;
        height: 70px;
    }
}
@media screen and (max-width:1024px) {
    .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;
    }
    .ubereats-new-version .flexrow {
        grid-template-columns: 1fr 1fr;
    }
    /*********************************************/
    .inq_form .box-shadow ul li:first-child{
        display: none;
    }
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    ul.reviews-list li.morereview a {
         font-size: 2.5vw;
        line-height: 3.5vw;
    }
        .header-title h1 {
        font-size: 40px;
        line-height: 1em;
    }
}
@media screen and (max-width:991px) {
    /**************************************/
    .deliverytypes-left,
    .deliverytypes-right,
    .genie-block,
    .deliverall-block-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .banner-inner {
        flex-direction: column-reverse;
    }
    .banner-left {
        width: 100%;
    }
    .banner-right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .header-title h1 {
        font-size: 40px;
        line-height: 40px;
    }
    /**************************************/
    .deliveryapp-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .deliveryapp-right {
        width: 100%;
    }
    .deliveryapp img {
        max-width: 500px;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    /**************************************/
    .statistics ul {
        grid-template-columns: 1fr 1fr;
    }
    /**************************************/
    .client-section-left, .client-section-right,.client-section-middle {
        width: 100%;
    }
    .client-img-hold {
        display: inline-block;
    }
    .client-section-middle {
        text-align: center;
        margin: 30px 0;
        padding: 0;
    }
    /*****************************************************/
    .features ul li {
        width: 50%;
        margin: 0 0 35px 0;
    }
    .features ul li .sep {
        display: none;
    }
    .heading-area h3,
    .heading-area h4,
    .heading-area h5 {
        font-size: 30px;
    }
    .heading-area strong {
        font-size: 18px;
    }
    .features ul {
        margin-top: 36px;
    }
    /**************************************/
    .provide {
        margin-bottom: 0;
    }
    .provide ul {
        margin: 0;
    }
    .provide-inner{
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .provide-left {
        width: 100%;
    }
    .provide-right {
        width: 100%;
        text-align: center;
    }
    .provide-left .heading-area {
        text-align: center;
        margin-bottom: 15px;
    }
    .provide-left .heading-area .header-sep {
        margin-left: auto;
    }
    .provide:after {
        display: none;
    }
    /**************************************/
    .order ul {
        grid-template-columns: 1fr 1fr;
    }
    /**************************************/
    .screens ul li {
        width: 50%;
    }
    .screens ul li {
        margin-bottom: 20px;
    }
    /**************************************/
    .webscreens-inner{
        row-gap: 30px;
    }
    .webscreens.whitebg .webscreens-inner{
        flex-direction: column-reverse;
    }
    .webscreens-left{
        width: 100%;
        text-align: center;
    }
    .webscreens-right{
        text-align: center;
        width: 100%;
    }
    /**************************************/
    .pricing .clipart {
        display: none;
    }
    /**************************************/
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .inq_form .heading-area {
        margin-bottom: 15px;
        text-align: left;
        align-items:center;
    }
    .new-version-delivery-features .new-version-delivery-features-content ul li {
        width: 100%;
    }
    .new-version-delivery-features .new-version-delivery-features-content ul li:first-child {
        margin-bottom: 20px;
    }
    .version-title {
        max-width: 50vw;
    }
    .new-version-delivery-features .new-version-delivery-features-hedaing h3 {
        font-size: 52px;
    }
    .new-version-delivery-features .new-version-delivery-features-hedaing h3 strong {
        font-size: 32px;
    }
    /**************************************/
    .helpvideos ul li {
        width: calc(33.33% - 15px);
        width: -o-calc(33.33% - 15px);
        width: -ms-calc(33.33% - 15px);
        width: -moz-calc(33.33% - 15px);
        width: -webkit-calc(33.33% - 15px);
    }

    .helpvideos ul li a img {
        width: 100%;
    }
    /**************************************/
    .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);
    }
    /**************************************/
    .technology-section-inner ul li {
        width: calc(33.33% - 16px);
        width: -o-calc(33.33% - 16px);
        width: -ms-calc(33.33% - 16px);
        width: -moz-calc(33.33% - 16px);
        width: -webkit-calc(33.33% - 16px);
    }
    /**************************************/
    .work-process ul {
        justify-content: center;
    }
    .work-process ul li {
        width: 33.33%;
        margin-bottom: 30px;
    }
    .work-process {
        padding: 50px 0 20px 0;
    }
    .work-process:after {
        display: none;
    }
    /**************************************/
    .order.has_three ul li {
        width: 100%;
    }
    /****************************************/
    /****************************************/
    .webscreens .right-text {
        padding-top: 125px;
    }
    .adminscreens {
        padding: 30px 0 150px;
    }
    .adminscreens .right-image .img_inner .shape_2 {
        right: 0px;
    }
    .adminscreens .btn-button-sec {
        margin-top: 25px;
        margin-bottom: 45px;
    }
    .adminscreens .img_inner {
        padding-left: 150px;
        padding-right: 30px;
    }
    /**************************************/
    /**************************************/
    ul.reviews-list li{
        width: 33.33%;
    }
    .statistics ul li {
        width: calc((100% - 70px) / 3);
        width: -webkit-calc((100% - 70px) / 3);
        width: -moz-calc((100% - 70px) / 3);
        width: -ms-calc((100% - 70px) / 3);
        width: -o-calc((100% - 70px) / 3);
    }
    .ubereats-new-version .flexrow {
        grid-template-columns: 1fr;
    }
    .ubereats-new-version .flexrow .ubereats-feature-box:last-child {
        grid-column: span 1;
    }
    .revenue ul {
        grid-template-columns: 1fr;
    }
    .inq_form {
        padding: 40px 0;
    }
    .tab_img {
        display: none;
    }
    .tab__content {
        width: 100%;
    }
    .webscreens .heading-area.left {
        text-align: center;
    }
}
@media screen and (max-width:767px) {
    /*****************************************/
    .header-title span {
        font-size: 22px;
    }
    .header-title h1 {
        font-size: 30px;
        line-height: 1em;
    }
    .header-title ~ strong {
        font-size: 20px;
    }
    /*****************************************/
    .demo-links-row .links-column {
        width: 50%;
    }
    .demo-links-row .links-column ul {
        width: 100%;
    }
    .demo-links-row .links-column ul li,ul.weblinks li {
        margin-bottom: 0;
    }
    .demo-links-row .links-column ul li{
        padding: 0 5px;
    }
    ul.weblinks li {
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
    }
    .demo-links-row .links-column ul li img,ul.weblinks li img {
        max-width: 100%;
    }
    ul.weblinks li a {
        padding: 0;
        display: inline-block;
    }
    /****************************************/
    .new-version-delivery-features .new-version-delivery-features-hedaing h3 {
        font-size: 46px;
    }
    .new-version-delivery-features .new-version-delivery-features-hedaing h3 strong {
        font-size: 24px;
        letter-spacing: 4px;
    }
    .revenue ul {
        grid-template-columns: 100%;
    }
}
@media screen and (max-width:630px) {
    .main-btn {
        padding: 0 15px;
        font-size: 18px;
        height: 50px;
    }
    .features ul li {
        width: 100%;
        padding: 0;
    }
    /**************************************/
    .statistics ul {
        border: none;
    }
    .statistics ul li:last-child {
        margin-bottom: 0;
    }
    .statistics-inner {
        padding: 0 15px;
    }
    .deliverall-block h3,
    .genie-block h3,
    .parcel-delivery h3,
    .runner-delivery h3 {
        font-size: 24px;
    }
    .deliverall-block h3 {
        font-size: 32px;
    }
    .deliverall-block-left {
        padding: 10px;
    }
    /**************************************/
    .deliveryelements ul li {
        width: calc(50% - 8px);
        width: -o-calc(50% - 8px);
        width: -moz-calc(50% - 8px);
        width: -webkit-calc(50% - 8px);
        margin-bottom: 16px;
    }
    /**************************************/
    .order ul {
        grid-template-columns: 100%;
    }
    .order ul li p{
        margin: 0;
    }
    .order ul li ._VIDEO_{
        margin-top: 15px;
    }
    /**************************************/
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }
    /**************************************/
    .advanced ul li {
        width: 50%;
        text-align: center;
        padding: 0 15px;
    }
    .advanced .TABROW .TAB {
        width: auto;
        padding: 15px;
    }
    .advanced .TABROW .TAB {
        font-size: 14px;
    }
    /**************************************/
    .pricing .get-quote {
        font-size: 18px;
        padding: 14px;
        min-width: inherit;
    }
    /**************************************/
    .helpvideos ul li {
        width: calc(50% - 5px);
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: -ms-calc(50% - 5px);
        width: -o-calc(50% - 5px);
    }
    .helpvideos ul li:last-child {
        display: none;
    }
    .helpvideos ul li a:after {
        background-size: 40px;
    }
    /*****************************************/
    ul.reviews-list li{
        width: 50%;
        padding: 0 5px;
    }
    ul.reviews-list li a{
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}
    ul.reviews-list li a img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    ul.reviews-list li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
   }
   ul.reviews-list li.morereview a:before {
    width: 40px;
    height: 40px;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
    }
    ul.reviews-list li.morereview a:after {
        width: 40px;
        height: 40px;
        border-radius: 0 0 10px 0;
        -webkit-border-radius: 0 0 10px 0;
        -moz-border-radius: 0 0 10px 0;
        -ms-border-radius: 0 0 10px 0;
        -o-border-radius: 0 0 10px 0;
    }
    ul.reviews-list li.morereview a {
        font-size: 4.2vw;
        line-height: 5.2vw;
    }
    /*****************************************/
    .delivery-types ul li {
        width: 100%;
    }
    .delivery-types ul li img {
        width: 100%;
    }
    /*************************************/
    .deliveryelements ul li {
        width: calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        margin-bottom: 20px;
    }
    .deliveryelements ul li strong {
        font-size: 16px;
    }
    .deliverall-block ul li:last-child {
        margin-bottom: 0;
    }
    .technology-section-inner ul li {
        width: calc(50% - 16px);
        width: -o-calc(50% - 16px);
        width: -ms-calc(50% - 16px);
        width: -moz-calc(50% - 16px);
        width: -webkit-calc(50% - 16px);
        padding: 0 10px;
        box-sizing: border-box;
    }
    .technology-section-inner ul li img {
        max-width: 100%;
        max-height: 100%;
    }
    /****************************************/
    .work-process ul li {
        width: 100%;
    }
    .curlang table tr td b {
        display: none;
    }
    /*****************************************/
    .revenue-caption {
        width: 100%;
    }
    .revenue-inner-block i {
        width: 80px;
        height: 80px;
    }
    .revenue-inner-block {
        padding: 20px;
        gap: 20px;
        grid-template-columns: 80px auto;
    }
    .revenue-inner-block strong {
        margin-bottom: 5px;
    }
    /*****************************************/
    .inq_form-left, .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .play-anim-ico {
        transform: scale(0.8);
        right: 10px;
        top: 10px;
    }
    .inq_form .head-style {
        font-size: 25px;
    }
    .ubereats-new-version .flexrow {
        grid-template-columns: 100%;
    }
    .heading-area h2, .heading-area h3, .heading-area h4, .heading-area h5 {
        font-size: 30px;
    }
    .deliverall-block ul li strong {
        font-size: 18px;
    }
    .statistics ul li {
        width: 100%;
    }
    .demolinks ul {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }
    .inq_form .box-shadow ul li:first-child{
        display: block;
    }
    .feature-box-content i {
        width: 60px;
        height: 60px;
    }
    .feature-box-content {
        grid-template-columns: 70px 1fr;
    }
}
@media screen and (max-width:480px) {
    .heading-area h3, .heading-area h4, .heading-area h5 {
        font-size: 25px;
        line-height: 30px;
    }
    .screens ul li {
        width: 100%;
        padding: 0;
    }
    .advanced ul li {
        width: 100%;
        padding: 0;
    }
    /******************************/
    .curlang table tr:first-child {
        display: none;
    }
    .curlang table tr td {
        display: block;
    }
    .curlang table tr td:before {
        content: attr(data-name);
        font-weight: 600;
    }
    .curlang table tr td {
        display: flex;
        justify-content: space-between;
    }
    /*******************************************/
    .screens .view-app-flow {
        font-size: 16px;
        color: #ffffff;
        padding: 14px 21px 17px 20px;
    }
    /*******************************************/
    .deliverall-block ul li .deliveralllist-caption {
        width: 100%;
        margin-top: 20px;
    }
    .deliverall-block ul li {
        justify-content: center;
        text-align: center;
    }
    .deliverall-block ul li i {
        width: 80px;
        height: 80px;
    }
    .deliverall-block ul li i img {
        height: 45px;
    }
    ul.iconsrow li {
        width: 33.33%;
        margin-bottom: 15px;
    }
    ul.iconsrow {
        justify-content: center;
    }

    .new-version-delivery-features .new-version-delivery-features-hedaing h3 {
        font-size: 36px;
    }
    .new-version-delivery-features .new-version-delivery-features-hedaing h3 strong {
        font-size: 16px;
        letter-spacing: 4px;
    }
    [data-toggle="popup"], .common-button {
        padding: 13px 15px;
        font-size: 16px;
    }
    .inq_form .box-shadow ul li:last-child{
        padding: 15px;
    }
    .inq_form form input[type=submit] {
        font-size: 16px;
        padding: 15px 15px;
        line-height: 16px;
        min-height: inherit;
    }
    .revenue-inner-block {
        grid-template-columns: 100%;
        gap: 10px;
    }
}
