.localBrowserPanel  ul, li{
    padding: 0;
    margin: 0;
}
.localBrowserPanel {
    padding: 0 !important;
}
.localBrowserPanel  li{
    list-style: none;
}
.localBrowserPanel  a, a:hover{
    text-decoration: none;
}
.localBrowserPanel .modal-body{
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.localBrowserPanel  .relative {
    position: relative;
}
/* Css Start */
.localBrowserPanel .popup-wrap-head {
    background: #5c60a3;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}
.localBrowserPanel .popup-wrap-head h5 {
    color: #fff;
    padding: 0;
}
.localBrowserPanel .close-btn {
    background: #3a3d67 !important;
    color: #fff !important;
    font-weight: 600;
    outline: none !important;
    box-shadow: none;
    height: 100%;
    border: none !important;
    display: block;
    text-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
    padding: 0 16px !important;
}
.localBrowserPanel .location-box-head{
    background: #dedfed;
    height: 40px;
}
.localBrowserPanel .location-box-head h4 {
    color: #000;
    padding: 0 0 0 8px;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.localBrowserPanel .location-box-body li a {
    color: #3279b6;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    padding: 0 8px;
}
.localBrowserPanel .location-box-body li a:hover {
    color: #fff;
    background: #5c60a3;
}
.localBrowserPanel .location-box-body li a.active {
    color: #fff;
    background: #5c60a3;
}
.localBrowserPanel .location-box-body li {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.localBrowserPanel .location-box-wrap + .location-box-wrap .location-box-head{
    border-left: 1px solid #fff;
}
.localBrowserPanel .location-total {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background: #5c60a3;
    height: 20px;
    padding: 0 5px;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.localBrowserPanel .popup-wrap-ftr {
    background: #e9e9e9;
    padding-top: 10px;
    padding-bottom: 10px;
}
.localBrowserPanel .selected-place p {
    color: #858585;
}
.localBrowserPanel .selected-place p i{
    color: #5c60a3;
    padding-right: 6px;
}
.localBrowserPanel .btn-cler, .btn-selected {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    box-shadow: none;
    outline: none !important;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.localBrowserPanel .btn-cler {
    background: #fff;
    color: #3279b6;
}
.localBrowserPanel .btn-selected {
    background: #cc6600;
    color: #fff;
}
.localBrowserPanel .popup-btn-wrap li + li{
    margin-left: 8px;
}
.localBrowserPanel .custome-width {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}