@media(max-width: 767px){
.panel-info {
    width: 100%;
}
.navbar-toggle {
 /*   padding: 9px 0px;*/
    margin-top: -38px !important;
 /*   margin-right: 15px;
    margin-bottom: 8px;*/
    border: 1px solid #b1b1b1 !important;
}
.UpHeaderRight {
    text-align: center;
}
.UpHeaderLeft {
    text-align: center;
}
.FilterArea .FilterForm {
    width: 100%;
    margin-left: 0px;
    padding: 60px 0 100px;
}

.FilterArea .FilterForm button {
    text-align: center;
    display: flex;
    justify-content: center;
}
.centerportion {
    width: 100%;
    border-right: none;
}
.delivery-content {
    display: block;
    width: 100%;
}
.border-right {
    margin-bottom: 25px;
}
.UpHeader ul {
    margin-bottom: 10px;
}
.UpHeader ul li {
    line-height: 24px;
    /* font-size: 17px; */
}
.FilterArea .FilterForm p{
    text-align: center;
}
.ride-left h2 {
  /*  text-align: center;*/
    line-height: 50px;
}
.ride-left h2:after {
    display: none;
}
.ride-left {
    text-align: center;
}
ul.pickride li {
     float: none; 
     font-size: 16px;
}
.AwesomeArea .offerTitle {
    text-align: center;
}
.AwesomeArea p {
    text-align: center;
}
#demos .item .quality {
    margin: 30px 0 0px 0;
    width: 100%;
}
.quality img {
    width: unset !important;
    padding: 0 0;
    border-radius: 20px;
    width: 100% !important;
}
#demos .owl-next {
    top: 140px;
    right: -52px;
    width: 35px;
    height: 35px;
    line-height: 30px;
}
#demos .owl-prev {
    top: 140px;
    left: -47px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    /* width: 110px; */
}
.FindArea .Find {
    border-right: none;
    text-align: center;
    padding: 30px 0 10px 0px;
}
.pl-36 {
    padding-left: 0 !important;
}
.app-content {
    padding: 30px 0;
}
.mobile-app {
    padding-top: 20px;
}
/*.Foot img {
    margin-bottom: 30px;
}*/
footer .UpFooter .Foot h4 {
    color: #fff;
    position: relative;
    font-weight: 700;
    margin: 30px 0 20px;
    font-size: 21px;
}
header .navbar .navbar-right li:nth-child(1) a {
    color: #fff;
    border-right: none;
}
header .navbar .navbar-right li a {
/*    color: #000;*/
    border-right: none;
}
header .navbar .navbar-nav>li>a {
    padding: 8px 30px !important;
}
header .navbar .navbar-collapse.collapse {
     padding :0;
     background: #f2f26d;
     margin-top: 10px;
     margin-bottom: 30px;
}
nav.navbar {
    background: unset;
    margin-bottom: -32px;
}


.location-content {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    top: -100px;
    text-align: center;
    left: 0;
    right: 0;
    /* bottom: 0; */
    /* width: 100%; */
    /* justify-content: center; */
    /* align-items: center; */
    /* display: flex; */
    /* width: 100%; */
}
.location {
    background: unset;
}
.location-content1 {
/*    background-size: contain;*/
    background-position: center center;
    margin-top: 82px;
}
}
@media only screen and (max-width: 500px){
    hr{
        display: none;
    }
}
@media only screen and (max-width: 480px){
  .ModalBox #SignUP .modal-dialog, .ModalBox #login .modal-dialog {
    width: 375px;
}
.ModalBox #SignUP .modal-dialog .modal-content .modal-body .SignForm form button, .ModalBox #login .modal-dialog .modal-content .modal-body .SignForm form button {
    width: 50%;
}
}
@media only screen and (max-width: 360px) {
    .ModalBox #SignUP .modal-dialog, .ModalBox #login .modal-dialog {
        width: 330px;
}
.ModalBox #SignUP .modal-dialog .modal-content .modal-body .SignForm form button, .ModalBox #login .modal-dialog .modal-content .modal-body .SignForm form button {
    width: 65%;
}

}