:root {
    --colback1background: url('../../images/preload.svg');
    --colback2background: url('../../images/preload.svg');
    --colback3background: url('../../images/preload.svg');
    --colback4background: url('../../images/preload.svg');
    --colback5background: url('../../images/preload.svg');
}


.hiw-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding: 20px;
    margin-top: 40px;
}

.hiw-container .box {

    position: relative;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    flex: 1 1 calc(25% - 40px);
    /* Adjust for responsiveness */
    max-width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.hiw-container .box .circle {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hiw-container .box .image {
    margin-bottom: 15px;
    margin-top: 5px;
    /* Extra margin to adjust for the circle */
}

.hiw-container .box img {
    width: 125px;
    transition: transform 0.3s ease;
}

.hiw-container .box:hover img {
    transform: scale(1.2);
}

.hiw-container h3 {
    background: linear-gradient(to right, #ef333bc7 0%, #ed1c24 100%);
    color: #fff;
    display: inline-table;
    text-align: center;
    padding: 8px 30px !important;
    border-radius: 10px;
    font-weight: 600 !important;
    font-size: 16px !important;
}

@media (max-width: 768px) {

    .hiw-container .box {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .hiw-container .box {
        flex: 1 1 100%;
    }

    .hiw-container .box img {
        /* width: 150px; */
        width: 110px;
    }
}

/* #menu a {
    color: #fff;
    font-weight: normal;
    text-transform: none;
} */

.item_st>li {
    list-style: none !important;
}

.logbtn {
    border-radius: 4px;
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ed1c24 0%, #ed1c24 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ed1c24 0%, #ed1c24 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ed1c24 0%, #ed1c24 100%);
}

.logbtn:hover {
    border-radius: 4px;
    background: #fff;
}

.logbtna {
    color: white !important;
    font-weight: bold !important;
}

.logbtna:hover {
    color: #ed1c24 !important;
    font-weight: bold !important;
}

.search-wraps p, .search-wraps p a {
    font-style: plex-sans, sans-serif;
    font-weight: normal !important
}

.search-wraps p1home, .search-wraps p1home a {
    font-style: plex-sans, sans-serif;
    font-weight: bold !important
}

/* body {
    background-image: url(../images/11.png);
    background-repeat: repeat;
    background-position: top left;
} */

/******************* 6-8-2020 *****************************************/

div#cuisine_chosen {
    width: 100% !important;
}

/* .add_ .col-md-6.col-sm-6.center.option1.boradd_ {
    border: unset;
} */

.add_ .col-md-6 {
    background: transparent;
}

.cont2 img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}
/* 


.cont2 h5 {
    color: #333;
}

.cont2 p.pst {
    color: #666;
    height: 110px;
    overflow: hidden;
}

.cont2 {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #f0f2f4;
}

.cont2 button {
    background: #ed1c24;
    color: #fff;
    text-decoration: none;
}

.cont2 button:hover {
    font-size: 14px;
    background: #ff2932;
    color: #fff;
} */

.cust-add {
    height: 200px;
    background: linear-gradient(to right, #e47e49 0%, #f97934 100%);
    color: #fff;
    display: table;
    background-image: url(../images/piattaforma.jpg);
    background-attachment: fixed;
    background-position: left top;
    text-align: center;
    background-size: cover;
    padding: 0px !important;
    width: 100%;
}

.sub_content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    background: #0000008c;
}

p.text-add {
    font-size: 18px;
    color: #555;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 300;
}

/* h2.title-add, p.text-add {
    text-align: center;
}

h2.title-add {
    font-size: 46px;
    letter-spacing: -1px;
    font-weight: 300;
    margin: 0;
} */

.driver-top-text {
    text-align: center;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}

.driver-top-text h2 {
    font-size: 46px !important;
    letter-spacing: -1px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #333;
}

.driver-top-text p {
    font-size: 18px !important;
    color: #555;
    line-height: 1.2;
    font-weight: 300;
}

.feature_2 {
    padding: 30px 30px 20px 100px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    color: #666;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    text-align: left;
    min-height: 165px;
}

.feature_2 i {
    position: absolute;
    top: 20px;
    left: 30px;
    padding: 0;
    margin: 0;
    width: 65px;
    height: 65px;
    line-height: 60px;
    font-size: 38px;
    color: #6dcff6;
}

.feature_2 h3 {
    margin-top: 0;
    font-size: 21px;
    color: #333;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.feature_2 p {
    font-size: 13px !important;
    line-height: 1.4;
    color: #666;
}

.features-bg.img_2 {
    position: relative;
    min-height: 400px;
    background: url(/assets/update/images/deliverysignup.jpg) center center no-repeat;
    background-size: cover;
}

.nopadding {
    padding: 0 !important;
}

/* .features-content {
    position: relative;
    padding: 6% 100px 10%;
    height: 400px;
    background-color: #067f8a;
    color: #fff;
    font-size: 16px;
} */

ul.list_ok {
    margin: 0 0 20px;
    padding: 0;
    line-height: 22px;
}

ul.list_ok li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

ul.list_ok li:before {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f058";
}

.full-section {
    padding: 0px 0;
}

.cust-driver .box-grey form#forms .row .col-md-3, .cust-driver .box-grey form#forms .row .col-md-8 {
    width: 100%;
}

.cust-driver .box-grey form#forms .row {
    width: 50%;
    display: inline-block;
}

.cust-driver .box-grey form#forms .row {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
}

.cust-driver .box-grey form#forms .row .col-md-8 input, .cust-driver .box-grey form#forms .row .col-md-8 select {
    background: transparent;
    border-radius: 0px;
}

.cust-driver .box-grey form#forms .row:last-child {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.cust-driver .box-grey form#forms .row .col-md-8 input.orange-button.inline.medium {
    text-decoration: none;
    color: #fff;
    background: #ed1c24;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 25%;
}

.cust-driver .box-grey {
    border: none !important;
    background: transparent;
}

.cust-driver .box-grey .section-label a span.bold {
    background: transparent;
}

.cust-driver .box-grey .section-label a b {
    display: none;
}

.cust-driver .box-grey .section-label a.section-label-a {
    padding-left: 15px;
}

.section-grey {
    background: #f5f5f5 !important;
}

/* .container-map .black { */
    /* background: #ffffff !important;
    border: unset !important;
    padding: 25px;
    border-radius: 10px; */
/* } */

.col-md-5.black form#forms input.silver-button.medium.inline.rounded {
    background: #ed1c24;
    border: 0px solid #24f1e1;
    color: #fff;
    padding: 8px 25px;
    border-radius: 10px;
}

.col-md-5.black form#forms input, .col-md-5.black form#forms textarea {
    background: transparent;
    border-color: #ed1c24;
    border-radius: 0px;
}

/* .container-map .col-md-7.dim h2 {
    color: #666 !important;
    background-color: #fff;
    margin: -25px -25px 25px;
    padding: 12px 25px;
    font-size: 28px !important;
    font-weight: 900 !important;
    text-align: left !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
} */

/* .container-map .col-md-5.black h2 {
    color: #666 !important;
    background-color: #fff;
    margin: -25px -25px 25px;
    padding: 12px 15px;
    font-size: 22px !important;
    font-weight: 600 !important;
    text-align: center !important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
} */
/* 
.container-map p {
    color: #333 !important;
} */

/* .container-map .dim, .container-map .black { */
    /*min-height: 367px !important;*/
    /*max-height: 367px !important;*/
/* } */

/* .container-map .dim {
    background: rgb(255 255 255) !important;
    border-radius: 3px;
    border: unset !important;
    padding: 25px;
   
} */

/* .section-contact .container-map {
    top: 13% !important;
}

.section-contact .container-map .inner {
    max-width: 555px !important;
    min-width: 555px !important;
} */

/* a.phone {
    color: #ec008c;
    font-size: 18px;
    text-decoration: none !important;
} */

/* a.cust-mail {
    color: #ed1c24;
    font-size: 18px;
    text-decoration: none !important;
} */

/* p.phone-main {
    margin-top: 10px;
} */

/* a.phone i.fa.fa-phone-square {
    font-size: 21px;
    margin-right: 6px;
} */

/* a.cust-mail i.fa.fa-envelope {
    margin-right: 6px;
} */

/* a.phone:hover, a.cust-mail:hover {
    color: #17b7ab;
} */

.sections.section-contact {
    /*min-height: 360px !important;*/
}

p.mail-main {
    margin-bottom: 0;
}
/* 
.main_title {
    text-align: left;
    margin-bottom: 10px;
    background: #067f8a;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.65);
}

.main_title h1 {
    font-size: 46px !important;
    letter-spacing: -1px;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #fff !important;
}

.main_title p {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 400;
} */

.feature {
    padding: 30px 30px 20px 120px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    color: #666;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.feature i {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 0;
    margin: 0;
    width: 65px;
    height: 65px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #ccc;
    font-size: 34px;
    color: #6dcff6;
    text-align: center;
}

.feature h3 {
    margin-top: 0;
    color: #333;
}

.feature h3 span {
    color: #ec008c;
}

.feature p {
    font-size: 13px;
}

/* .merchant-signup-new div#step-1 .col-md-6 .inner h1.center {
    background: #ed1c24 !important;
}

.merchant-signup-new div#step-1 .col-md-6 .inner .box-grey.rounded {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    border: unset;
} */

.pricing-head h3 {
    font-size: 25px !important;
    color: #ffffff !important;
    margin: 15px 0 0;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}

/* #step-2-plan-list form#forms .col-md-4:nth-child(2) .pricing-head h3 {
    font-size: 25px !important;
    color: #ffffff !important;
    margin: 15px 0 0;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
} */

.strike-price {
    width: 100%;
    display: inline-block;
    color: #ff7600 !important;
    font-size: 20px;
}

/* #step-2-plan-list form#forms .col-md-4:nth-child(2) .strike-price {
    width: 100%;
    display: inline-block;
    color: #ff7600 !important;
    font-size: 20px;
} */

.pricing-head {
    margin: 43px auto 20px;
    /*height: 130px;*/
    /*width: 130px;*/
    height: 150px;
    width: 150px;
    font-weight: 700;
    background: #4b4b4b;
    border-radius: 130px;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    display: table;
    padding: 0 !important;
}

/* #step-2-plan-list form#forms .col-md-4:nth-child(2) .pricing-head {
    margin: 43px auto 20px;
    height: 150px;
    width: 150px;
    font-weight: 700;
    background: #ec008c;
    border-radius: 130px;
    -webkit-border-radius: 180px;
    -moz-border-radius: 130px;
    display: table;
    padding: 0 !important;
} */

.single-pricing {
    padding-top: 40px;
}

/* #step-2-plan-list form#forms .col-md-4:nth-child(2) .single-pricing {
    padding-top: 40px;
} */

.pricing-head h4 {
    position: absolute;
    top: 5px;
}

/* #step-2-plan-list form#forms .col-md-4:nth-child(2) .pricing-head h4 {
    position: absolute;
    top: 5px;
} */

ul.package-features li {
    color: #4b4b4b !important;
    border-top: none !important;
    padding: 0 !important;
    line-height: 2;
}

/* #step-2-plan-list form#forms .col-md-4:nth-child(2) ul.package-features li {
    color: #4b4b4b !important;
    border-top: none !important;
    padding: 0 !important;
    line-height: 2;
} */

ul.package-features li.last {
    border-bottom: none;
}

/* #step-2-plan-list form#forms .col-md-4:nth-child(2) ul.package-features li.last {
    border-bottom: none;
} */

.single-pricing {
    padding-top: 40px;
    background: #fff !important;
    border-color: #ddd !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

/* #step-2-plan-list form#forms .col-md-4:nth-child(2) .single-pricing {
    padding-top: 40px;
    background: #fff !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    z-index: 100;
    position: relative;
} */

.pricing-head h4 {
    position: absolute;
    top: 0;
    text-transform: uppercase;
    font-size: 18px !important;
    color: #555 !important;
    font-weight: 600 !important;
    border-bottom: 1px dotted #ccc;
    padding: 20px 0;
    width: 100%;
    left: 0;
}

/* #step-2-plan-list form#forms .col-md-4:nth-child(2) .pricing-head h4 {
    position: absolute;
    top: 0;
    text-transform: uppercase;
    font-size: 18px !important;
    color: #555 !important;
    font-weight: 600 !important;
    border-bottom: 1px dotted #ccc;
    padding: 20px 0;
    width: 100%;
    left: 0;
} */

.cust-merchant {
    padding-top: 5px;
    display: inline-block;
    background: #fff;
}

/* .cust-merchant .box-grey .row {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
} */

/* .cust-merchant .box-grey .row .col-md-3 {
    width: 100%;
} */

.cust-merchant .box-grey .row .col-md-8 input, .cust-merchant .box-grey .row .col-md-8 select {
    background: #fff;
    border-color: #ddd;
    border-radius: 3px;
}

.chosen-container-multi .chosen-choices {
    border-color: #ddd !important;
    border-radius: 3px;
}

.cust-merchant .box-grey {
    border: none !important;
    background: transparent;
}

.cust-merchant .box-grey .section-label a b {
    display: none;
}

.cust-merchant .box-grey .section-label a span.bold {
    background: transparent;
}

.cust-merchant .box-grey .row .col-md-8 input.orange-button.inline.medium {
    text-decoration: none;
    color: #fff;
    background: #00c2b3;
    border: 1px solid #00c2b3;
    border-radius: 3px;
    width: 25%;
}
/* 
.cust-merchant>.main_title {
    padding: 10px;
}

.cust-merchant>.main_title h2 {
    font-size: 35px !important;
}

.cust-merchant>.main_title p {
    font-size: 16px;
} */

[type="checkbox"]:checked, [type="checkbox"]:not(:checked), [type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

label.for-checkbox-tools {
    border: 2px solid #ff000000;
}

.checkbox-tools:checked+label, .checkbox-tools:not(:checked)+label {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-bottom: 15px;
}

.checkbox-tools:checked+label {
    /*background-color: transparent;*/
    /*border: 2px solid #ff0000f7;*/
}

.checkbox-tools:checked+label {
    background-color: transparent;
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
}

.checkbox-tools:checked+label .single-pricing.rounded {
    border-color: #83c99f !important;
}

.checkbox-tools:not(:checked)+label:hover {
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
}

.checkbox-tools:checked+label::before, .checkbox-tools:not(:checked)+label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: -1;
}

.checkbox-tools:checked+label .uil, .checkbox-tools:not(:checked)+label .uil {
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}

.single-pricing {
    border: 2px solid transparent !important;
}

.single-pricing-footer {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}

.cust-merchant input#terms_n_condition {
    height: 13px;
    width: 13px;
    left: 17px;
    visibility: visible;
}

.col-md-8.cust-check {
    padding-left: 40px;
}

@media only screen and (min-width: 1025px) {
    .search-wraps.single-search {}
    .single-search .forms-search {
        margin-top: 40px;
    }
    .maskfront {
        position: relative;
    }
    .parallax-main_index::before {
        content: "";
        height: 570px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(18, 25, 36, 0.55);
        z-index: 0;
    }
    .contact {
        text-align: right;
    }
    .search-input-wraps {
        width: 70% !important;
    }
    /* .parallax-container {}
    .section-how-it-works {
        padding-top: 10px !important;
    } */
}

/* #step-2-plan-list {
    margin-top: 50px;
} */

@media only screen and (max-width: 1024px) {
    .logbtn {
        border-radius: 0px !important;
    }
}

/* @media only screen and (min-width: 1025px) {
    .top-menu-wrapper {
        background: #00000008 !important;
    }
} */

@media only screen and (max-width: 1199px) {
    .feature_2 h3 {
        font-size: 20px;
    }
}

/* @media only screen and (max-width: 970px) { */
    /* .container-map .black {
        padding-top: 30px !important;
    } */
    /* .container-map h2 {
        background-color: #ed1c24;
        margin: -30px -30px 25px !important;
    } */
/* } */

@media only screen and (min-width: 768px) {
    .colback10 {
        margin: -105px 0px -119px 0px;
    }
}


@media only screen and (max-width: 992px) {
    .TOP-FOO {
        width:1200px !important;
   }
}

@media only screen and (max-width: 768px) {
    .TOP-FOO {
         width:1160px !important;
        display: block !important;
        /* width: 100% !important; */
        overflow-x: scroll;
    }
    .TOP-FOO>div {
        width: 1250px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        padding: 20px;
    }
    .TOP-FOO .col-12 {
        display: inline;
        width: 210px;
        float: left;
        /* background: #f0f8ff24; */
        margin: 0px 10px;
        padding-top: 15px;
        /* height: 200px; */
        margin:0 10px;
    }
    .foocp, .contact {
        text-align: center;
    }
}

/*.add_ {*/

/*    background: #121924;*/

/*    padding: 12% 15% 5%;*/

/*    min-height: 400px;*/

/*}*/

.add_ {
    background: #eff2f5;
    padding: 3% 15% 5%;
    display: inline-block;
}

.search-wraps h1 {
    text-transform: none !important;
    font-weight: bold !important;
}

/* .section-how-it-works .steps {
    min-height: 100px !important;
}

.section-how-it-works h3 {
    color: #fff !important;
    font-weight: 600 !important;
    padding: 2px !important;
    margin: 3px !important;
    FONT-SIZE: 16PX !important;
} */

/* .section-how-it-works {
    color: #666;
    background-image: url(../images/11.png) !important;
    background-repeat: repeat;
    background-position: top left;
} */

.colback1, .colback2, .colback3, .colback4, .colback5 {
    border-radius: 4px;
    color: #fff;
    position: relative;
    background: #000000e3;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    height: 250px !important;
}

.colback1>h3, .colback2>h3, .colback3>h3, .colback4>h3, .colback5>h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 2;
    position: relative;
}

.colback1>p, .colback2>p, .colback3>p, .colback3>p, .colback4>p, .colback5>p {
    z-index: 2;
    position: relative;
}

.colback1>hr, .colback2>hr, .colback3>hr, .colback3>hr, .colback4>hr, .colback5>hr {
    border: solid #ffffff 1px;
    width: 25px;
    height: 1px;
    display: block;
    margin: 0 auto;
    color: #fff;
    background-color: #ed1c24;
    position: relative;
    z-index: 2;
}

@supports (-webkit-touch-callout: none) {
    .colback1::after, .colback2::after, .colback3::after, .colback4::after, .colback5::after {
        background-attachment: scroll !important;
    }
    .testi {
        background-attachment: scroll !important;
    }
    .backfoo {
        background-attachment: scroll !important;
        background-size: contain !important;
    }
    .top_num {
        padding: 6px 20px 6px 13px !important;
    }
}

.colback1::after, .colback2::after, .colback3::after, .colback4::after, .colback5::after {
    content: "";
    background-size: cover !important;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.colback1::after {
    background: var(--colback1background);
}

.colback2::after {
    background: var(--colback2background);
    ;
}

.colback3::after {
    background: var(--colback3background);
    ;
}

.colback4::after {
    background: var(--colback4background);
    ;
}

.colback5::after {
    background: var(--colback5background);
    ;
}

.section-food-galary .full div:after {
    transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section-food-galary .full:hover div:after {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.btnread {
    /*background:#ed1c24 ;*/
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 10px 40px;
    margin-top: 30px;
}

.btnread:hover {
    color: #fd7a36;
    text-decoration: underline;
    background: #fff;
    font-size: 18px;
}

.cont {
    display: table-cell;
    vertical-align: middle;
    width: 85%;
}

.cont>h3 {
    font-size: 35px;
    font-weight: bold;
    /*margin-bottom: 26px;*/
}

.testi {
    height: 400px;
    /*background: linear-gradient(to right, #e47e49 0%, #f97934 100%);*/
    color: #fff;
    display: table;
    background-image: url(../images/platform.png);
    background-attachment: fixed;
    background-position: left top;
    text-align: center;
    background-size: cover;
    padding: 0px !important;
}

@media only screen and (max-width: 767px) {
    .col-md-8.col-md-offset-2.cust-merchant.border, .cust-merchant {
        width: 100%;
    }
    .full {
        width: 100% !important;
    }
    /* .boradd_ {
        border-right: none !important;
    } */
    /* .main_title h2 {
        font-size: 35px !important;
    } */
    .cust-merchant .box-grey .row .col-md-8 input.orange-button.inline.medium {
        width: auto;
    }
    .cust-merchant .box-grey .row:last-child .col-md-8 {
        text-align: center;
    }
}

/* .boradd_ {
    border-right: 1px solid hsl(0, 0%, 48%);
} */

/* .option1 {
    background: #121924;
    display: table;
    color: #fff;
} */

.btnstart {
    color: #fd7a36;
    text-decoration: underline;
    background: none;
    font-size: 18px;
}

.btnstart:hover {
    color: #fd7a36;
    text-decoration: underline;
    background: #fff;
    font-size: 18px;
}

.colback10 {
    min-height: 280px;
    margin-top: -40px;
}

/* .cont2 {
    display: table-cell;
    vertical-align: middle;
} */

.pst {
    font-style: normal;
    margin-top: 15px;
    /* font-size: 14px; */
    color: #fff;
}

.appstore-buttons {
    /*margin-top: 30px;*/
    margin-bottom: 70px;
}

.appstore-buttons .btn-store {
    width: 135px;
    height: 42px;
    margin-bottom: 5px;
    display: block;
    text-indent: -9999px;
    background-image: url('../images/appstore-button.png');
}

.art {
    min-height: 100px !important;
    background: #0000008a;
    color: #fff;
    width: 100%;
    height: 100%;
    /* padding-bottom: 14px; */
}

.appstore-buttons .btn-store.btn-appstore {
    background-position: 0 0;
}

.appstore-buttons .btn-store.btn-googleplay {
    background-position: 0 -66px;
}

.foocp {
    color: #acacab70 !important;
    font-weight: none;
}

.fooa {
    color: #fff;
    font-weight: 500;
}

.FOOA1 {
    color: #9c9da5;
    transition: all .3s;
}

.FOOA1:hover {
    color: #ed1c24;
}


.TOP-FOO{
    display:flex;
   /* width: 1200px; */
    max-width:1200px;
    overflow:auto;
} 
.TOP-FOO .footer_wrap{
    background-color: #f0f8ff24;
    height: 210px;
    padding: 11px;
    border-radius: 5px; 
   
} 
.TOP-FOO ul li{
    padding-top: 10px;
} 



.TOP-FOO .col-12{
    /* background:#f0f8ff24; */
    position:relative;
    z-index:1;
}

/* .TOP-FOO {
    LINE-HEIGHT: 35PX;
    margin-bottom: 10px;
} */

.foodiv {
    min-height: 100px !important;
    background: #e47e49b8;
    color: #fff;
    display: table;
    width: 100%;
}

.mycol>a {
    color: #ed1c24 !important;
    font-size: 14px;
}

.backfoo {
    padding: 0px !important;
    width: 100% !important;
    background: url(../images/city.jpeg) bottom center no-repeat fixed;
    background-size: cover;
}

.btn-subb {
    background: none !important;
    border: none !important;
    position: absolute;
    right: -50px;
    top: 0px;
    color: #000 !important;
    padding: 6px 10px !important;
    margin-top: 3px;
    margin-right: 59px;
}

.get-app {
    width: 125px;
    display: inline;
    height: 35px;
    margin-bottom: 10px;
    margin-top: 6px;
}

.mycol {
    display: inline;
}

.email {
    width: 100% !important;
    padding: 6px !important;
    font-size: 17px !important;
    border-radius: 5px;
    line-height: 10px;
}

.foohr {
    border-top: 2px solid #9c9da5;
}

.section-subcribe {
    padding-bottom: 0px !important;
}

.section-subcribe, .section-footer {
    background: #121924 !important;
    padding-bottom: 0px !important;
}

.section-footer {
    padding: 4px 0PX !important;
}

.pay ul {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.pay ul li {
    display: inline-block;
    margin-right: 8px;
}

@media screen and (max-width: 600px) {
    /* .top-menu-wrapper {
        background: transparent !important;
        position: absolute !important;
        border: none !important;
    } */
    .logo.logo-mobile {
        padding-top: 8px !important;
    }
    .menu-top-menu {
        /* padding-top: 45px !important; */
        background-color: #fff !important;
    }
    /* .menu-nav-mobile span {
        font-size: 8px;
        position: relative;
        top: -2.7px;
        left: 7px;
        font-weight: 600;
        color: #363636;
    } */
    .ion-ios-cart:before {
        content: "\f3f8";
        color: #ffffff;
        font-size: 22px;
    }
    #mobile-menu>.logbtn {
        background: linear-gradient(to right, #ed1c24, #ed1c24);
    }
    .show_menu {
        display: block !important;
    }
    /* .section-how-it-works .col-md-4.col-sm-4.center {
        padding: 20px 10px;
        margin: 0px 10px;
        margin-bottom: 10px;
        background: white;
    } */
    body>div.sections.section-subcribe>div>div.row.TOP-FOO>div>div:nth-child(1)>div {
        margin-top: 22px;
    }
}

.email::placeholder {
    /* Edge */
    font-size: 12px !important;
}

.logbtn {
    background: linear-gradient(to right, #ed1c24 0%, #ed1c24 100%);
}

.bg-square {
    background-color: #fff;
    height: 245.4px;
    padding: 40px 25px 25px 25px;
    border: 1px solid #dedede;
    margin: 25px 0;
    box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
}

.top_num {
    border: 1px solid #dedede;
    max-width: fit-content;
    padding: 6px 13px 6px 13px;
    border-radius: 50%;
    font-weight: 600;
    position: absolute;
    top: 8px;
    background: #fff;
    left: 45%;
}

/* .section-how-it-works .row {
    margin: 5px;
    margin-top: 30px;
} */

.w-50 {
    width: 50%;
}

/* .section-how-it-works .steps {
    min-height: 85px !important;
} */

@media only screen and (max-width:992px) {
    .ion-android-menu:after {
        content: "Menu";
        font-size: 17px;
        color: black;
        text-decoration: none;
        top: -6px;
        position: relative;
        left: 4px;
        font-style: normal;
        padding-right: 14px;
    }
    /* .menu-nav-mobile a {
        position: relative;
        top: 0px;
        left: -6px;
        padding: 5px;
        font-size: 22px !important;
    }
   */

   .menu-nav-mobile {
    background-color: white;
    /* width: 28% !important; */
    /* padding: 5px !important; */
    /* padding-left: 9px !important; */
    border-radius: 4px;
    max-width: 120px;
    padding-top: 5px;
    padding-bottom: 2px;
} 
    .ion-android-menu:before {
        content: "\f394";
        color: #ed1c24;
    }
}

@media only screen and (max-width: 991px) {
    /* .container-map .col-md-7.dim h2 {
        text-align: center !important;
    }
    .section-contact .container-map {
        position: relative !important;
        padding: 30px 0;
    }
    .container-map .dim {
        min-height: auto !important;
        max-height: initial !important;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    } */
    /* .add_ {
        padding: 8% 15% 8%;
    } */
    .single-pricing.rounded {
        padding: 10px;
    }
    /* #step-2-plan-list form#forms .col-md-4 .pricing-head h4, #step-2-plan-list form#forms .col-md-4:nth-child(2) .pricing-head h4 {
        font-size: 12px !important;
    }
    #step-2-plan-list form#forms .col-md-4 ul.package-features li, #step-2-plan-list form#forms .col-md-4:nth-child(2) ul.package-features li {
        color: #4b4b4b !important;
        border-top: none !important;
        padding: 0 !important;
        line-height: 2;
        font-size: 9px;
    } */
    .pricing-head {
        margin: 72px auto 20px;
    }
}

@media only screen and (max-width: 767px) {
    /* .add_ .col-md-6.col-sm-6.center.option1.boradd_ {
        margin-bottom: 15px;
    } */
    .add_ .col-md-6 {
        max-width: unset;
    }
    .cust-driver .box-grey {
        padding-left: 0;
        padding-right: 0;
    }
    .cust-driver .box-grey form#forms .row {
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    /* #step-2-plan-list form#forms .col-md-4 .pricing-head h4, #step-2-plan-list form#forms .col-md-4:nth-child(2) .pricing-head h4 {
        font-size: 18px !important;
    }
    #step-2-plan-list form#forms .col-md-4 ul.package-features li, #step-2-plan-list form#forms .col-md-4:nth-child(2) ul.package-features li {
        font-size: 14px;
    } */
}

@media only screen and (max-width: 600px) {
    .top_num {
        top: -16px;
    }
    #forms-search>div>div>#locator-button>.fa-location-arrow {
        left: 20px !important;
    }
    #frm_address>div>div>#locator-button>.fa-location-arrow {
        right: 15px !important;
    }
    #frm_address .search-input-wraps #submit {
        right: 2px !important;
    }
}

@media only screen and (min-width: 760px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* .driver-top-text-main .col-md-6,.full-section .col-md-6,.merchant-signup-new .col-md-6 {
    flex: unset;
    max-width: initial;
} */
    .col-md-8 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* @media screen and (max-width: 991px) and (min-width: 768px) {
    .main_title h2, .cust-merchant>.main_title h2, .driver-top-text h2 {
        font-size: 35px !important;
    }
    .main_title p, .cust-merchant>.main_title p, .driver-top-text p {
        font-size: 14px;
    }
} */

/* @media screen and (max-width: 952px) and (min-width: 768px) {
    .cont2 {
        height: 425px;
    }
    .cont2 h5 {
        color: #333;
        font-size: 17px !important;
    }
} */

/* @media screen and (max-width: 750px) and (min-width: 480px) {
    body>div.sections.section-how-it-works>div>div>div>div>div.steps>img {
        width: 19% !important;
    }
} */

@media screen and (max-width: 766px) and (min-width: 600px) {
    .top_num {
        top: -15px !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 600px) {
    .bg-square {
        background-color: #fff;
        /* height: 370px; */
        padding: 40px 25px 25px 25px;
        border: 1px solid #dedede;
        margin: 25px 0;
        box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.08);
        
    }
}

@media only screen and (max-width: 575px) {
    /* .section-contact .container-map {
        position: relative !important;
        padding: 15px 0;
    }
    .section-contact .container-map .inner {
        max-width: 100% !important;
        min-width: 100% !important;
    } */
    .sections.section-contact {
        min-height: auto !important;
    }
    /* .cust-merchant>.main_title {
        padding-right: 0;
    }
    .main_title p, .cust-merchant>.main_title p, .driver-top-text p {
        font-size: 15px;
    }
    .main_title h1, .cust-merchant>.main_title h1, .driver-top-text h1 {
        font-size: 30px !important;
    } */
    .cust-merchant {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    /* .container-map .col-md-5.black h2 {
    margin: -30px -0px 25px !important;
} */
    /* .cont2 p.pst {
        height: unset;
    } */
    /* .add_ {
        padding: 30px 0;
    } */
    .cust-driver .box-grey form#forms .row {
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .cust-driver .box-grey {
        padding-left: 0;
        padding-right: 0;
    }
    .search-wraps h1 {
        font-size: 48px !important;
    }
    .driver-top-text h1 {
        font-size: 21px !important;
    }
    .driver-top-text p {
        font-size: 15px !important;
    }
    /* .features-content {
        padding: 15px;
        height: auto;
    } */
    .cust-driver .box-grey form#forms .row .col-md-8 input.orange-button.inline.medium {
        width: 100%;
    }
    /* .main_title h1, .cust-merchant>.main_title h2, .driver-top-text h1 {
        text-align: left;
        font-size: 36px !important;
        font-weight: 700;
        margin: 0;
        width: 100%;
        line-height: .9;
        z-index: 2;
        background: #067f8a;
        position: relative;
        padding: 1rem;
    }
    .main_title p, .cust-merchant>.main_title p, .driver-top-text p {
        font-size: 18px;
        width: 100%;
        line-height: .9;
        z-index: 2;
        background: #067f8a;
        position: relative;
        padding: 1rem;
    }
    @media only screen and (max-width: 320px) {
        .main_title h1, .cust-merchant>.main_title h1, .driver-top-text h1 {
            font-size: 25px !important;
        }
        .main_title p, .cust-merchant>.main_title p, .driver-top-text p {
            font-size: 11px;
        }
        #step-2-plan-list form#forms .col-md-4 .pricing-head h4, #step-2-plan-list form#forms .col-md-4:nth-child(2) .pricing-head h4 {
            font-size: 17px !important;
        }
    } */


}




    .iti--allow-dropdown {
        width: 100%;
    }