/****************************************/
html {
  scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
.blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
picture {
    display: block;
    width: 100%;
}
.heading-area h2, .heading-area h3, .heading-area h4, .scripting .heading-area h4 {
    padding-bottom: 5px;
}
.heading-area h3:after, .heading-area h2:after, .heading-area h1:after, .heading-area h4:after, .heading-area h5:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #f96c6e;
    bottom: -4px;
    left: 0;
    border-radius: 4px;
}
.heading-area.center h3:after, .heading-area.center h2:after, .heading-area.center h4:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
b {
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 20px;
    display: block;
    line-height: 30px;
}
* {
    box-sizing: border-box;
}
p {
    font-size: 15px;
    color: #000;
    line-height: 23px;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: justify;
}

.heading-area h3,
.heading-area h2 {
    font-size: 38px;
    color: #000;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}
.heading-area.center h3,
.heading-area.center h1,
.heading-area.center h2 {
    text-align: center;
}
.heading-area span {
    font-size: 20px;
    color: #f96c6e;
    display: block;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.heading-area.center span {
    text-align: center;
}
.heading-area ~ strong {
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 31.2px;
    color: #545454;
    font-weight: 500;
    margin-bottom: 50px;
}
.align-items-center {
    align-items: center;
}
ul,li{
    list-style: none;
}
/****************************************/
.banner {
    padding: 50px 0 50px 0;
    position: relative;
    height: auto;
    background-image: none;
    background: #fff8ed;
    background: -moz-linear-gradient(top,  #fff8ed 0%, #ffefef 100%);
    background: -webkit-linear-gradient(top,  #fff8ed 0%,#ffefef 100%);
    background: linear-gradient(to bottom,  #fff8ed 0%,#ffefef 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedd3', endColorstr='#ffefef',GradientType=0 );
    -webkit-filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8ed', endColorstr='#ffefef',GradientType=0 );

}
.banner .heading-area  h1 {
    font-size: 40px;
    color: #f96c6e;
    font-weight: bold;
    line-height: 37px;
    text-transform: uppercase;
}
.banner .heading-area  h1:after {
    display: none;
}
.banner:after {
    display: none;
}
.banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
}
.banner .heading-area h1 span {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #000;
}
.banner-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 50%;
}
.banner-left {
    width: 48%;
}
.banner-right img{
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
}
.banner p {
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
}
.banner-caption b {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    color: #545454;
    font-weight: 600;
}

.button-block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.button-block a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    background-color: #f96c6e;
    padding: 16px 25px 15px 25px;
    border-radius: 3px;
    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;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    position: relative;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.button-block a > img {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.button-block a:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    bottom: 5px;
}
.button-block a.demo-btn {
    color: #449fc5;
    box-shadow: 0 0 0 1px #449fc5 inset;
    background-color: transparent;
    margin-right: 20px;
}
/****************************************/
/****************************************/
.covid-left {
    width: 480px;
    display: flex;
    align-items: flex-end;
    height: auto;
    justify-content: flex-end;
}
.heading-area {
    width: 100%;
    position: relative;
    z-index: 0;
}
.heading-area.center {
    text-align: center;
}
.covid-right {
    width: calc(100% - 518px);
    width: -o-calc(100% - 518px);
    width: -moz-calc(100% - 518px);
    width: -webkit-calc(100% - 518px);
}

.covid-right p:last-child {
    margin-bottom: 0;
}
.covid-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.covid {
    padding: 40px 0;
}
.covid.promies {
    background-color: #f8f8f8;
}
.covid ul li {
    padding-left: 22px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    line-height: 23px;
}
.covid ul li:last-child{
    margin: 0;
}
a.clientvideos {
    width: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
a.clientvideos img {
    max-width: 100%;
}
.covid ul li:before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #f96c6e;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
.covid ul li strong{
    font-weight: bold;
}
/****************************************/
.covid.covidfet .covid-left img {
    width: auto;
    margin: 0;
}
.covid.covidfet .covid-left {
    justify-content: flex-start;
    height: auto;
}
.covid.covidfet {
    position: relative;
}
.covidfet-shape{
    position: absolute;
    bottom: 0;
    left: 0;
}
.covid.covidfet .covidfet-shape {
    bottom: -150px;
    z-index: -1;
}
/*********************************************/
.covid-lockdown {
    /*background-color: #ffefef;*/
    padding: 105px 0 60px 0;
    /*background-image: url(../images/offer-top.png), url(../images/offer-bottom.png);*/
    background-repeat: no-repeat;
    background-position: top center, bottom center;
}
.covid.covid-lockdown .covid-left img {
    width: auto;
    margin: 0;
}
.covid.covid-lockdown .covid-left {
    justify-content: flex-start;
    height: auto;
}
.covid.covid-lockdown {
    position: relative;
}
.covid.covid-lockdown .covid-inner {
    align-items: center;
}
.covidfet-shape{
    position: absolute;
    bottom: 0;
    left: 0;
}
.covid.promies .covid-left img {
    margin: 0;
}
.covid.promies .covid-inner {
    align-items: center;
}
/*********************************************/
.script-package {
    padding: 40px 0;
    background-size: 100% auto;
}
.script-package .heading-area p {
    margin-top: 0;
}
.script-package-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.script-package ul.listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.listing li {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
    position: relative;
    padding: 10px 10px 10px 60px;
    min-height: 55px;
    background-color: #f1c802;
    width: calc(33.33% - 10px);
    width: -o-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: -webkit-calc(33.33% - 10px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 10px;
}
ul.listing li:last-child {
    width: 100%;
}
ul.listing li i {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #000000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}
.script-package-right {
    width: 46%;
}
.script-package-right img {
    max-width: 100%;
}
.script-package-left {
    width: 100%;
    position: relative;
}
.admin-caption {
    position: absolute;
    width: 306px;
    height: 306px;
    background-color: #f3bd1d;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    bottom: 0;
    right: 0;
}
.admin-caption strong {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.admin-caption p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 26px;
    padding: 0 40px;
}
/*********************************************/
.gensection {
    padding: 50px 0;
    position: relative;
}
.gensection-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.gensection p {
    text-align: center;
}
.gensection p:last-child {
    margin-bottom: 0;
}
/*********************************************/
.features {
    padding: 40px 0;
    background-color: #f8f8f8;
}
.features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.features ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
}
.features ul li i{
    margin: 0  0 15px 0;
    width: 60px;
    height: 60px;
    font-size: 35px;

}
.features ul li{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border: 1px solid #f96c6e;
    text-align: center;
    padding: 15px;
    margin: 0;
    width: calc(25% - 15px);
    width: -webkit-calc(25% - 15px);
    width: -moz-calc(25% - 15px);
    width: -ms-calc(25% - 15px);
    width: -o-calc(25% - 15px);
    flex-grow: 1;
}
.features ul li strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 15px 0;
    line-height: 1em;
}
.features ul li p{
    margin: 0;
}
/*********************************************/
.demovideo {
    padding: 40px 0 50px 0;
}
.demovideo .heading-area p {
    margin: 0 0 15px 0;
    text-align: center;
}
.demovideo-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.demovideo .taxt-2021-version {
    max-width: 800px;
    margin: 0 auto 0;
}
.demovideo .taxt-2021-version a {
    display: block;
    position: relative;
}
.demovideo .taxt-2021-version a img.play-button-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    box-shadow: none;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.demovideo .taxt-2021-version a img {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    max-width: 100%;
}
.demovideo b {
    margin: 0 0 20px;
}
.demovideo-block {
    width: 49%;
    display: inline-block;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
}
.demovideo-block img {
    max-width: 100%;
    vertical-align: top;
}
/*********************************************/
/****************************************/
.demolinks {
    padding: 40px 0;
    background-color: #f96d6e;
}
.demolinks .heading-area span,
.demolinks .heading-area h3 {
    color: #fff;
}
.demolinks .heading-area h3::after{
    background-color: #fff;
}
.demolinks .heading-area b {
    color: #fff;
}
.demolinks .heading-area ~ strong {
    color: #fff;
    font-size: 16px;
}
.demolinks .heading-area {
    margin-bottom: 0;
}.demolinks .heading-area p{
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.demolinks ul {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 20px;
    max-width: 1222px;
}
.demolinks ul li{
    margin: 0;
}
.demolinks ul li a {
    display: block;
    position: relative;
}
.demolinks ul li a img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}
.demolinks ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 32.76%
}
/****************************************/
.businesssteps {
    padding: 35px 0 35px 0;
}
.businesssteps-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.businesssteps-left {
    width: 294px;
}
.businesssteps-right {
    width: calc(100% - 328px);
    width: -o-calc(100% - 328px);
    width: -moz-calc(100% - 328px);
    width: -webkit-calc(100% - 328px);
}
.businesssteps ul {
    list-style: none;
}
.businesssteps ul li {
    line-height: 24px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 20px;
}
.businesssteps ul li:last-child{
    margin: 0;
}
.businesssteps ul li:before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.businesssteps ul li strong{
    font-weight: bold;
}
/****************************************/
.script{
    padding: 40px 0;
}
.script-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.script ul li{
    font-size: 15px;
    line-height: 23px;
}
.script ul li:last-child{
    margin: 0;
}
.script ul li strong{
    font-weight: bold;
}
/****************************************/
.opinion {
    padding: 30px 0 50px 0;
    background-color: #f8f8f8;
}
.opinion-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.opinion .heading-area p {
    margin: 0 0 15px 0;
    text-align: center;
}
ul.opinion-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
ul.opinion-list li{
    margin: 0;
}
ul.opinion-list li a img {
    width: 100%;
    vertical-align: top;
}
ul.opinion-list li a {
    display: inline-block;
    border: 4px solid #f96c6e;
    position: relative;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    -ms-border-radius:25px;
    -o-border-radius:25px;
    overflow: hidden;
}
ul.opinion-list li a:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 46px;
    height: 46px;
    background-image: url(../images/fuel-delivery-app/play-button.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: #f96c6e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}
/****************************************/
.testimonials-card {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
/****************************************/
.faq {
    padding: 30px 0 50px 0;
}
.faq-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.faq ul li b {
    margin: 0 0 5px 0;
    color: #000;
}
.faq ul li p:last-child{
    margin: 0;
}
/****************************************/
@media screen and (max-width: 1920px) {
    .covid-left img {
        width: 100%;
    }
    .covid.covidfet .covid-left img {
        width: 41vw;
    }
    .covid.covid-lockdown .covid-left img {
        width: 35vw;
    }
}
@media screen and (max-width: 1600px) {
    .banner .element2 {
        display: none;
    }
}
@media screen and (max-width: 1279px) {
    .covid-left img {
        max-width: 100%;
        width: auto;
    }
    /*****************************************/
}

@media (max-width:1024px) {
    .features ul li {
        width: calc(33.33% - 15px);
        width: -webkit-calc(33.33% - 15px);
        width: -moz-calc(33.33% - 15px);
        width: -ms-calc(33.33% - 15px);
        width: -o-calc(33.33% - 15px);
    }
    .heading-area h3, .heading-area h2 {
        font-size: 34px;
        line-height: 1em;
    }
}

@media screen and (max-width: 991px) {
    .heading-area h3, .heading-area h2, .banner .heading-area  h1 {
        font-size: 35px;
        line-height: 1em;
    }
    /*******************************************************/
    .banner-left {
        width: 100%;
    }
    .banner-right {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
        display: block;
    }
    .banner-right img:last-child {
        position: relative;
    }
    .banner-inner {
        flex-direction: column-reverse;
    }
    .banner-right img:last-child {
        width: auto;
        max-width: 100%;
    }
    .banner p {
        text-align: justify;
    }
    /************************************************/
    .features ul li {
        width: calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: -ms-calc(50% - 15px);
        width: -o-calc(50% - 15px);
    }
    /************************************************/
    .covid {
        margin-top: 0;
        padding: 40px 0;
    }
    .covid-left {
        display: block;
        height: auto;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }
    .covid.covidfet .covid-left {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .covid.promies .covid-left {
        width: 100%;
    }
    .covid.covid-lockdown .covid-left {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .covid-right {
        width: 100%;
    }
    .covid-left img {
        max-width: 100%;
        width: auto;
        margin: 0 0 0 -15px;
    }
    .covid p {
        text-align: justify;
    }
    .covid p:last-child {
        margin-bottom: 0;
    }
    /****************************************************/
    /************************************************/
    .covidfet-shape, .covidfet-shape2 {
        display: none;
    }
    .covid.covidfet .covid-left img {
        width: auto;
    }
    .covid.covid-lockdown .covid-left img {
        width: auto;
    }
    /************************************************/
    .script-package {
        background-image: none;
        padding: 50px 0;
    }
    .script-package-left {
        width: 100%;
    }
    .script-package-right {
        width: 100%;
    }
    .admin-caption {
        position: relative;
        width: 100%;
        border-radius: 20px;
        height: auto;
        padding: 20px;
        right: 0;
        margin-top: 20px;
    }
    .admin-caption strong {
        margin-bottom: 6px;
    }
    .admin-caption p {
        padding: 0;
    }
    /************************************************/
    .gensection {
        padding: 50px 0 50px 0;
    }
    .covid.promies .covid-inner {
        flex-direction: column-reverse;
    }
    .features ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .features ul li .saperate {
        display: none;
    }
    .gensection .shape2 {
        display: none;
    }
    .demolinks ul {
        gap: 10px;
    }
    /************************************************/
    p {
        font-size: 15px;
        line-height: 26px;
    }
    /************************************************/
    .businesssteps-left {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    .businesssteps-right {
        width: 100%;
    }
    .businesssteps-left img {
        max-width: 100%;
    }
    /************************************************/
    .reviews {
        padding: 0 0 30px 0;
    }
    ul.reviews-list {
        justify-content: center;
    }
    ul.reviews-list li {
        width: 33.33%;
        margin-bottom: 30px;
    }
    /************************************************/
    .footer-getitnow {
        text-align: center;
    }
    .footer-getitnow .text strong {
        margin-bottom: 14px;
        display: block;
        font-size: 20px;
    }
    .footer-getitnow .text .button a {
        padding: 13px 30px;
        font-size: 18px;
        font-weight: 600;
    }
    /************************************************/
    ul.opinion-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 767px) {
    /****************************************/
    .heading-area h3, .heading-area h2, .banner .heading-area  h1 {
        font-size: 28px;
    }
    .heading-area span {
        font-size: 18px;
    }
    /************************************************/
    p {
        font-size: 14px;
        line-height: 24px;
    }
    /************************************************/
    .demovideo-block {
        width: 100%;
        text-align: center;
    }
    .demovideo-block:last-child {
        margin-top: 30px;
        background-color: #fff;
    }
    /************************************************/
    ul.listing li {
        width: 100%;
    }
    /************************************************/
}
@media screen and (max-width: 630px) {
    .banner-right{
        margin: 0 0 20px 0;
    }
    .banner .heading-area h1 span {
        font-size: 17px;
        line-height: 19px;
    }
    .banner .heading-area h1{
        margin: 0;
        font-size: 30px;
    }
    .banner p {
        margin: 0 0 15px 0;
    }
    .button-block a {
        font-size: 16px;
        background-color: #f96c6e;
        padding: 13px 20px 13px 20px;
    }
    ul.opinion-list li a:after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    .features ul li{
        width: 100%;
    }
    .demolinks ul {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
    ul.opinion-list {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    ul.opinion-list li a {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    .faq ul li b {
        line-height: 1.2em;
        font-size: 17px;
    }
    .enquire-now-page-top-part .heading-area strong {
        font-size: 16px;
        line-height: 24px;
    }
    .features ul li strong {
        margin: 0 0 10px 0;
    }
    .features ul li p{
        text-align: center;
    }
    .enquire-now-page-left-inner {
        padding: 15px;
    }
}
@media screen and (max-width: 480px) {
    .services ul li {
        width: 50%;
    }
    /********************************/
    .demolinks-column {
        width: 50%;
    }
    .demolinks ul li a img {
        width: 100%;
    }
    .demolinks ul li a {
        display: block;
    }
    .heading-area h3, .heading-area h2, .banner .heading-area  h1 {
        font-size: 24px;
    }
    /********************************************************/
    ul.reviews-list {
        margin: 0 -10px;
    }
    ul.reviews-list li {
        width: 50%;
        padding: 0 10px;
    }
    /********************************************/
    ul.listing li {
        width: 100%;
    }
    /***********************************/
    ul.opinion-list {
        margin: 0;
    }

}