

body .select2-results__option{
        padding: 10.5px 6px;
}
.newlocationbox{padding-left: 50%;position: relative;}

.image-new-loc{
    background-image: url('../img/map_pic.jpg');
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.text-green{
    color: green;
}
h2.text-green{
    color: green;
}

#location-select{
    width: 65%;
}
.text-center{

}

.new-loc-content{padding: 50px 30px 20px;min-height: 400px;}
.new-loc-content h3{text-align: center;margin-bottom: 20px;
font-size: 28px;

color: #009600;
font-weight:900;
}

.custom-tabs-loca{
    text-align: center;
    margin-bottom: 30px;
}
.round-icon-button{
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 10px 15px;
    border-radius: 9px;
    font-weight: 500;
    /* width: 180px; */
    color: #000000;
    background: #dbfeff;
    position: relative;
    padding-left: 54px;
    text-align: left;
    line-height: 1.2;
}
.round-icon-button.tab-loc-active{
    border-color: #19a8b2;
    background: #a1f9ff;
}
.round-icon-button .iconnn{
    width: 30px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    position: absolute;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
}
.round-icon-button span{
    font-size: 12px;
    color: #009600;
    display: block;
}
.delivery-icon{
    background-image: url(../img/delivery-icon.png);
}
.pickup-icon{
    background-image: url(../img/pickup-icon.png);
}

.select-area{
    padding: 0;
    margin-top: 10px;
}
.select-area label{
    color: #404040;
    font-size: 14px;
    font-weight: 700;
}
.select-area select{
    display: block;
}

.selectarea-button{
    background: #FFC712;
    border-radius: 6px;
    display: block;
    color: #000;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
}

.download-app-section{
    background-image: url('../img/download-app-bg.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.download-app-section h2{
    margin-top: 20%;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    color: #009600;
}
.download-app-section p{
    font-weight: normal;
    font-size: 18px;
    color: #000000;
}
.download-app-section .phone-image{
    width: 300px;
    margin: 0 0 -50px 0;
}
.download-app-section .download-button{display: inline-block;margin: 10px 0;}
.download-app-section .download-button img{
    width: 160px;
}
.locations-home-area{
    padding: 60px 0 10px;
    background: #fff;
}
.locations-home-area h3{
    color: #55b304;
    font-weight: 800;
}
.locations-home-area ul{}
.locations-home-area ul li{
    display: inline-block;
    width: 33%;
    margin-bottom: 15px;
}
.locations-home-area ul li a{font-weight: 500;color: #2d2d2d;}
.banner-captoon{
    margin-bottom: 10px;
}
.location-box-n{
    display: block;
    margin: 25px 0;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    /* padding-top: 50px; */
    height: 240px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #0000002e;
}
.location-box-n h4{
    float: left;
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 26px;
}
.location-box-n > span{
    float: right;
    color: #000;
}
.location-box-n > span i{
    vertical-align: middle;
}
.location-card-small{
    background: #fff;
    box-shadow: 1px 1px 5px #00000030;
    border-radius: 5px;
    padding: 15px 90px 15px 15px;
    position: relative;
    margin: 10px 0;
}
.location-card-small h4{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    border-bottom: dotted 1px #ccc;
    padding: 0 0 10px 0;
    color: #000;
}
.location-card-small p{
    font-size: 16px;
    color: #383838;
    height: 40px;
}
.location-card-small a{
    background: #fec714;
    color: #000;
    position: absolute;
    right: 20px;
    top: 35%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
}
.location-card-small a i{}
.city-name-heading{
    font-size: 32px;
    font-weight: 500;
}

.h89821{
    margin-top: 20%;
}
.h89821 b{
    display: block;
    color: green;
}

@media (max-width: 760px){
    
    .new-loc-content{
        padding: 30px 15px 30px;
    }
    .newlocationbox{padding-left: 340px;position: relative;padding-left: 0;padding-bottom: 230px;}

        .image-new-loc{
        /* display: none; */
        width: 100%;
        height: 250px;
        top: auto;
        bottom: 0;
    }

    #location-select{
        top: 3%!important;
    }
    .download-app-section{
        text-align: center;
    }
    .download-app-section h2{
        font-size: 34px;
        margin-top: 10%;
    }
    .locations-home-area ul li{
        width: 31%;
    }
    .location-box-n > span, .location-box-n h4{
        float: none;
    }
    .h89821{
        margin-top: 20px;
    }
}

.input-new {
    margin: 15px 0;
    display: block;
    margin-bottom: -0px;
}
.input-new label{color: #128741;font-size: 14px;}
.input-new input[type="text"],
.input-new input[type="phone"],
.input-new input[type="tel"],
.input-new input[type="email"],
.input-new input[type="number"],
.input-new textarea{border: solid 1px #b1b1b1;padding: 0 10px;border-radius: 5px;box-sizing: border-box;}

.select-2-maincontainer{
    padding: 0!important;
}

.select2.select2-container{
    max-width: 100%;
}
.input_radio_feedback{
    height: 30px;
    width: 19%;
    display: inline-block;
    text-align: center;
}
.input_radio_feedback label{
    left: 0!important;
    right: 0;
    text-align: center;
}

.cart-image-thumb{
    height: 100px;
    width: 100px;
    position: absolute;
    left: 15px;
    border-radius: 8px;
    top: 15px;
    background-size: cover;
}
.sidenav{
    width: 100%;
    max-width: 500px;
}

.voucher-code-amr{
    padding: 6px 14px;
    position: relative;
    margin-bottom: 10px;
}
.voucher-code-amr input{
    margin-bottom: 0!important;
    height: 3.3rem!important;
    margin: 0;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ccc;
    background: #ffffff;
}
.voucher-code-amr a{}









