
.banner-bottom {
    width: 100%;
    margin-bottom: -53px;
    position: relative;
    z-index: 1;
}
.banner-section .deliver-address {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
}
.banner-section .banner-bottom form {
    box-shadow: 2px 2px 26px rgba(0,0,0,0.15);
    background: rgba(0,0,0,0.80);
    padding: 15px 20px 20px 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
}
.banner-section .banner-bottom form strong {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
    display: block;
}
.banner-section .deliver-address input {
    padding: 0 40px 0 35px;
    height: 47px;
    font-size: 15px;
    width: calc(100% - 428px);
    width: -o-calc(100% - 428px);
    width: -ms-calc(100% - 428px);
    width: -moz-calc(100% - 428px);
    width: -webkit-calc(100% - 428px);
    text-overflow: ellipsis;
    box-shadow:0 0 16px 0 rgba(0,0,0,0.3) inset;
    border-radius: 3px;
    border:1px solid #000;
}
.banner-section .deliver-address input:focus {
    border:1px solid #239707;
}
.banner-section .deliver-address:before {
    content: '';
    width: 35px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../../../img/location.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
    
}
.banner-section .deliver-address #clearbutton {
    display: flex;
    justify-content: center;
    align-content: center;
    text-transform: capitalize;
    font-size: 15px;
    margin: 0 0 0 -45px;
    background-color: transparent;
    width: 45px;
    position: relative;
    height: 49px;
}
.banner-section .deliver-address #clearbutton img {
    width: 15px;
}
.banner-section .deliver-address select {
    padding: 0 35px 0 15px;
    font-size: 15px;
    border-left: 1px solid #e0e0e0;
    background-image: url(../../../../img/down-arrow_n.svg);
    background-position: right 2px center;
    background-repeat: no-repeat;
    background-size: 24px;
    margin: 0 5px;
    width: 185px;
    box-shadow: 0 0 0 1px #000, 0 0 16px 0 rgba(0,0,0,0.3) inset;
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: tab;
    -webkit-appearance: none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    height: 47px;
    cursor: pointer;    
    border: 1px solid #000;
}
.banner-section .deliver-address select:focus {
    border: 1px solid #239707;
}
.banner-section .deliver-address button[type="submit"] {
    width: 156px;
    height: 49px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    background-color: #239707;
    outline: none;
    border: none;
    color: #fff;
    font-weight: bold;
    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;
    cursor: pointer;
}
.banner-section .deliver-address button[type="submit"]:hover,
.banner-section .deliver-address button[type="submit"]:focus {
    background-color: #cc6e0a;
}
.banner-section .banner-bottom.nocat .deliver-address input {
    width: calc(100% - 350px);
    width: -o-calc(100% - 350px);
    width: -ms-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    margin-right: 5px;
}

[dir="rtl"] .banner-section .deliver-address input {
    padding-right: 35px;
    padding-left: 0;
}
[dir="rtl"] .banner-section .banner-bottom.nocat .deliver-address input {
    margin: 0 0 0 5px;
}
[dir="rtl"] .banner-section .deliver-address select {
    padding: 0 15px 0 35px;
    background-position: left 10px center;
}
/***********==========home-banner section start==============*********/
.banner-section {
    margin:0 0 0;
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
}
.banner-section.exclude_addressbar {
    margin: 0 0 47px;
}
.banner-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
.banner-section-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px 15px 0px 15px;
    min-height: 642px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.banner-top {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    min-height: 557px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.app-mob {vertical-align:top;}
.banner-section .banner-caption:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 187px;
}

.banner-section .banner-caption span a.deliverall-pricing{ 
    margin:0 10px; 
    padding:6px 16px; 
    
    text-transform:uppercase; 
    color:#000; 
    font-size:21px; 
    font-weight:600;
}
.banner-section .banner-caption span a.deliverall-pricing:hover{ border-color:#FFFFFF; background-color: #fff;}

.banner-top {position:relative;}
.banner-caption {
    color: #fff;
    width: 374px;
    margin-top: 40px;
    text-align: left;
    right: 0;
    max-width: 100%;
    padding: 30px;
    background-color: rgba(255,255,255,.8);
    border-radius: 20px;
    margin-bottom: 30px;
}
.banner-caption:before {
    background-color: #239707;
    visibility: hidden;
}
.banner-caption h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7cc832;
    margin-bottom: 15px;
}
.banner-caption p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #404040;
}
.safety-section {
    background-color: #fff;
}
.safety-section-inner {
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
}
.safety-section-right {
    width: calc(100% - 650px);
    width: -o-calc(100% - 650px);
    width: -ms-calc(100% - 650px);
    width: -moz-calc(100% - 650px);
    width: -webkit-calc(100% - 650px);
    padding: 0px 16px 0 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}
.safety-section {
    background-color: #fff;
    padding: 50px 0 0 0;
}
.safety-section-left {
   width: 650px;
   text-align: center;
}
.safety-section.reverse .safety-section-inner {
    flex-direction: row-reverse;
}
.personal-ride {
    background-position: right center;
    background-size: cover;
    background-color: #f7f7f9;
}
.personal-ride-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.personal-ride-caption {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
}
.personal-ride-left {
    padding-right: 112px;
}
.personal-ride-right {
    width: calc(100% - 613px);
    width: -o-calc(100% - 613px);
    width: -ms-calc(100% - 613px);
    width: -moz-calc(100% - 613px);
    width: -webkit-calc(100% - 613px);
    padding: 30px 0;
}
.personal-ride-caption h3 {
    color: #239707;
}
.personal-ride-caption h3 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.personal-ride-caption p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}
.how-it-works-section ul li {
    position: relative;
    padding-left: 67px;
    margin-bottom: 0px;
    margin-top: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #404040;
    line-height: 24px;
}
.how-it-works-section ul li:first-child:after{
    margin-bottom: 0px;

}
.how-it-works-section ul li:first-child:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    left: 22px;
    top: 50px;
}
.how-it-works-section ul li:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    left: 22px;
    top: 50px;
    background: #656565;
}
.how-it-works-section ul li:before {
    content: attr(data-number);
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 23px;
    font-weight: 700;
    box-shadow: 0 0 0 2px #333 inset;
}
/* .how-it-works-section ul:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #BBBBBB;
    left: 22px;
    top: 0;
    z-index: -1;
} */
.how-it-works-section ul li:first-child strong {
    margin-bottom: 5px;
}
.download-section .download-links a {
    display: inline-block;
    padding: 0 9px;
    float: none;
}
.download-links a {
    display: inline-block;
    padding: 0;
    margin: 0 0 16px 0;
    position: relative;
    top: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.download-links a:hover {
    top: -5px;
}
.know-more-btn, .know-more-btn:hover, .know-more-btn, .know-more-btn:focus {
    outline: 5px solid #239707;
    color: #239707;
}
.clg-image {
    width: 775px;
    vertical-align: top;
    margin-left: -6px;
}
.know-more-btn,.know-more-btn:hover,.know-more-btn, .know-more-btn:focus {
    width: 140px;
    height: 123px;
   
    font-size: 32px;
    
    text-transform: uppercase;
    font-weight: bold;
    line-height: 222px;
    float: right;
    margin-top: 67px;
}
.know-more-btn span {
    line-height:35px;
    display:inline-block;
    position:relative;
    left:15px;
    color: #fff;
}
.banner-data {
    max-width: 806px;
    float: right;
    color: #fff;
    margin-right: 100px;
    margin-top: 44px;
    padding-left: 28px;
    position: relative;
}
.banner-data h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.banner-data p {
    font-size: 14px;
    line-height: 24px;
}
.banner-data h2:before {
    content: '';
    left: 0;
    width: 5px;
    height: 38px;
    position: absolute;
    top: 7px;
}
.sec-heading-area {
    margin-bottom: 30px;
}
.sec-heading-area h3 {
    font-size: 69px;
    color: #fff;
    font-weight: bold;
}
.sec-heading-area span {
    float: none;
    width: auto;
    font-size: 53px;
    font-weight: 500;
    color: #fff;
    display: block;
}
.search-main-form #from_lat-error {
    display: inline-block;
    border-radius: 3px;
    color: #FB0000;
    font-size: 13px;
    font-weight: 500;
    bottom: 3px;
    left: 21px;
}
.search-banner .search-main-form #from_lat-error {
    left: 0;
    right: 0;
    bottom: -18px;
    text-align: initial;
    position: absolute;
}
.has-not-categories .progress-indeterminate {
    position:absolute;
    width: calc(100% - 275px);
    width: -o-calc(100% - 275px);
    width: -ms-calc(100% - 275px);
    width: -moz-calc(100% - 275px);
    width: -webkit-calc(100% - 275px);
    left:1px;
}

[dir="rtl"] .search-main-form #from_lat-error {
    right: 21px;
    left: auto;
}
[dir="rtl"] .has-not-categories .progress-indeterminate {
    left: auto;
    right: 1px !important;
}
/***********==========home-banner section end==============*********/
[dir="rtl"] .banner-section .deliver-address:before {
    left: auto;
    right: 0;
}
[dir="rtl"] .banner-caption {
    right: auto;
    left: 0;
    text-align: right;
}
[dir="rtl"] .banner-section .deliver-address input,
[dir="rtl"] .banner-section .banner-bottom.nocat .deliver-address input {
    margin-right: 0;
    padding: 0 35px 0 40px;
    direction: rtl;
}
[dir="rtl"] .banner-section .deliver-address #clearbutton {
    margin: 0 -45px 0 0;
}
[dir="rtl"] header .dynamic-data select:first-child {
    margin-right: 0;
    margin-left: 10px;
}
[dir="rtl"] .pac-item {
    display: flex;
}
[dir="rtl"] .banner-section .deliver-address {
    flex-direction: row-reverse;
}
[dir="rtl"] .banner-top {
    justify-content: flex-start;
}
@media screen and (max-width:1279px) {
    
    .banner-caption p{
        padding: 0 15px 7px;
    }
    .banner-top {
      padding: 0 15px;
    }
    .banner-caption {
        padding: 25px;
        margin-top: 20px;
        box-sizing: border-box;
    }
    .personal-ride-left {
        padding-right: 15px;
    }
    .clg-image {
        margin-top: 0;
    }
    .clg-image {
        width: auto;
        max-width: 100%;
        margin-left: auto;
    }
    .banner-caption {
        position: relative;
        width: auto;
        align-items: center;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        top: auto;
    }
    .banner-caption::before {
        background-color: transparent;
        }
        form#CustomerForm {
            margin: 0 auto;
            width: 93%;     
            box-sizing: border-box;
        }
        .banner-section .banner-bottom form{
            padding: 15px 15px;
        }
        .safety-section-left {
            padding-left: 0;
            text-align: center;
        }
        .safety-section-left {
            width: 55%;
            align-items: flex-start;
        }
        .safety-section-right {
            width: 45%;
            padding: 0 15px;
        }
        .safety-section-inner {
            align-items: center;
        }
        .safety-section-left img {
            max-width: calc(100% + 15px);
            max-width: -o-calc(100% + 15px);
            max-width: -ms-calc(100% + 15px);
            max-width: -moz-calc(100% + 15px);
            max-width: -webkit-calc(100% + 15px);
            height: auto;
        }
        .banner-section-inner{
            padding: 0px!important;
        }
    }
@media screen and (max-width:1024px) {
    .banner-section-inner{
        padding: 0px!important;
    }
    .safety-section-inner {
        align-items: center;
    }
    .safety-section-inner {
        align-items: center;
    }
    .safety-section-right {
        width: 45%;
        padding: 0 15px;
    }
    .safety-section-left {
        width: 55%;
        align-items: flex-start;
    }
    .safety-section-left {
        padding-left: 0;
        text-align: center;
    }
    form#CustomerForm {
        width: 93%;
    }
    .search-banner form#CustomerForm {
        width: 100%;
    }
    .banner-section .banner-bottom form{
        padding: 15px 15px;
    }
    /*******************************/
    .clg-image {
        width: auto;
        max-width: 100%;
        margin-left: auto;
    }
    .banner-caption {
        position: relative;
        width: auto;
        align-items: center;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 30px;
        top: auto;
    }
    .sec-heading-area h3 {
        font-size: 49px;
    }
    .sec-heading-area span {
        font-size: 35px;
    }
   
}
@media screen and (max-width:991px) {
    .personal-ride {
        background-image: none !important;
        padding: 50px 0;
        border-top: 1px solid #e0e0e0;
    }
    .personal-ride-inner {
        min-height: auto;
        justify-content: center;
    }
    .personal-ride-caption {
        padding: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .personal-ride-left {
        text-align: center;
        padding: 0;
        width: 100%;
        background-color: #f7f7f9;
    }
    .personal-ride-right {
        width: 100%;
    }
    .personal-ride-left img{
     max-width: 100%;
    }
    section.safety-section-inner {
        flex-direction: column!important;
        padding: 0 15px;
        align-items: center;
        justify-content: center;
    }
    .safety-section-right {
        width: auto;
        padding: 20px 0 40px 0;
    }
    .safety-section.reverse {
        padding-top: 0;
    }
    .safety-section-left {
        width: auto;
    }
    .safety-section-right {
        width: auto;
        padding: 20px 0 40px 0;
    }
    .banner-section .banner-caption span#from_lat-error {
        margin-left: auto;
        white-space: nowrap;
    }
    .know-more-btn, .know-more-btn:hover, .know-more-btn, .know-more-btn:focus {
        margin-top: 30px;
        line-height: normal;
        height: auto;
        text-align: center;
        justify-content: center;
        margin: 0 10px;
        width: auto;
        padding: 10px 15px;
        min-height: unset;
    }
    .know-more-btn span {
        position: relative;
        line-height: normal;
        font-size: 17px;
        float: none;
        display: block;
        text-align: center;
        white-space: nowrap;
        width: 100%;
        left: auto;
    }
    .banner-caption p {
        text-align: center;
    }
}
@media screen and (max-width:767px) {
    .banner-caption h1{
        font-size: 30px;
    }
    .banner-section .banner-bottom form strong {
        font-size: 24px;
    }
    .banner-section .banner-bottom.nocat .deliver-address input{
        width: 100%;
        margin: 0;
    }
    .banner-section .deliver-address input {
        width: 100%;
        margin: 0 0 9px;    
    }
    .know-more-btn, .know-more-btn:hover, .know-more-btn, .know-more-btn:focus {
        margin-top: 30px;
        line-height: normal;
        height: auto;
        text-align: center;
        justify-content: center;
        margin: 0 10px;
        width: auto;
        padding: 10px 10px;
        min-height: unset;
    }
    .know-more-btn span {
        position: relative;
        line-height: normal;
        font-size: 17px;
        float: none;
        display: block;
        text-align: center;
        white-space: nowrap;
        width: 100%;
        left: auto;
        padding: 0;
    }
   
    /***********************/
    .sec-heading-area h3 {
        font-size: 40px;
    }
    .sec-heading-area span {
        font-size: 28px;
        margin-top: -5px;
    }
    /* .banner-section .deliver-address input {
        width: calc(100% - 160px);
        width: -o-calc(100% - 160px);
        width: -ms-calc(100% - 160px);
        width: -moz-calc(100% - 160px);
        width: -webkit-calc(100% - 160px);
        font-size: 14px;
        margin-bottom: 10px;
    } */
    .banner-section .deliver-address select {

        border-top: 1px solid #e0e0e0;
        margin: 0 0 0px 0;
        width: 100%;
        padding: 0;
    
    }
    .banner-section .deliver-address button[type="submit"]{
        margin: 15px 0 0px;
    }
    .banner-section .deliver-address {
        flex-wrap: wrap;
    }
    .search-main-form #from_lat-error {
        text-align: center;
    }
    .banner-section .deliver-address #clearbutton {
        height: 47px;
        top: 0;
        position: absolute;
        right: 0;
    }
    .search-main-form #from_lat-error {
        text-align: center;
        bottom: -4px;
        position: relative;
        width: auto;
        display: block;
        left: auto;
    }
    .search-banner .search-main-form #from_lat-error {
        text-align: center;
    }
    .has-not-categories .progress-indeterminate {
        width: 100%;
        top: 47px;
    }

    [dir="rtl"] .banner-section .deliver-address #clearbutton {
        position: absolute;
        left: 0;
        top: 0;
    }
    [dir="rtl"] .banner-section .deliver-address input,
    [dir="rtl"] .banner-section .banner-bottom.nocat .deliver-address input {
        margin-right: 0;
        padding: 0 35px 0 40px;
    }
    [dir="rtl"] .banner-section .deliver-address select {
        margin: 0 5px 0 0;
    }
    [dir="rtl"] .banner-section .banner-bottom.nocat .deliver-address input {
        margin: 0;
    }
}
@media screen and (max-width:530px) {
    .banner-section .deliver-address input,
    [dir="rtl"] .banner-section .banner-bottom.nocat .deliver-address input {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .banner-section .deliver-address select,
    [dir="rtl"] .banner-section .deliver-address select {
        width: 100%;
        margin: 0 0 10px 0;
    }
}