label.error {
            display:none!important;
        }
        #phone-error {
            font-size: 10px;
            font-weight: 600;
            color: red;
            display: block!important;
            margin: 10px 0 -20px 0;
            line-height: 10px;
            text-align: center;
        }
        .suggesstion-box ul, .suggesstion-box-drop_off ul {
            width: 100%;
            height: auto;
            max-height: 200px;
            padding: 2px 0;
            overflow-y: scroll;
            border: 1px solid #cecece;
            border-radius: 5px;
            box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
            
        }
        .suggesstion-box ul::-webkit-scrollbar {width:10px;}
        .suggesstion-box ul::-webkit-scrollbar:horizontal{height:10px;}
        .suggesstion-box ul::-webkit-scrollbar-track {border-left:1px solid #D3D3D3;background:#F5F5F5;}
        .suggesstion-box ul::-webkit-scrollbar-thumb {background:#C4C4C4;}
        .suggesstion-box-drop_off ul::-webkit-scrollbar {width:10px;}
        .suggesstion-box-drop_off ul::-webkit-scrollbar:horizontal{height:10px;}
        .suggesstion-box-drop_off ul::-webkit-scrollbar-track {border-left:1px solid #D3D3D3;background:#F5F5F5;}
        .suggesstion-box-drop_off ul::-webkit-scrollbar-thumb {background:#C4C4C4;}
        
        #location-list{list-style:none;margin-top:-3px;padding:0;position: absolute;z-index: 999;background: #fff;}
        #location-list li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;}
        #location-list li:hover{background:#e2e2e2;cursor: pointer;}
        #location_off_list{list-style:none;margin-top:-3px;padding:0;position: absolute;z-index: 999;background: #fff;}
        #location_off_list li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;}
        #location_off_list li:hover{background:#e2e2e2;cursor: pointer;}
        
        #pick_up, #pick_up_off {font-size:15px!important;}