
.fa-bars{
    font-size: 32px;
    color: #fff;
}
.fa-caret-right{
    font-size: 14px;
    color: rgb(82, 79, 79);
}
.fa-chevron-right {
    font-size: 14px;
    color: rgb(82, 79, 79);
}
.citySidebar ul{
    padding: 0px;
    margin: 0px;
}
.citySidebar li {
    margin: 0;
    border-bottom: 1px solid black;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: rgb(55 ,65, 81);;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
}

.widthzero.citySidebar{
    width: 0;
    opacity: 0;
    left: -100px;
}

 .citySidebar {
    position: fixed;
    height: 100vh;
    z-index: 99;
    left: 0px;
}

 .sidebar-background{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: 22;
    transition: 0.5 linear;
}

.widthzero.sidebar-background{
    width: 0;
    opacity: 0;
}

.open {
    display: block !important;
}

.search-menu{
    padding: 10px;
    min-height: 50px;
    max-height: 250px;
    overflow-y: auto;
}

.search-menu li {
    padding: 5px 0px;
    border-bottom: 1px solid #f3f3f3;
}

.suggesstion-box{
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 11px 17px -8px rgba(0,0,0,0.47);
}

.img-wrap {
    position: relative;
}
.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #FFF;
    padding: 5px 5px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
}
