.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}

footer a:hover {
    color: #000;
}





img.back-btn {
    width: 30px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
span.point-icon {
    float: left;
    width: 30px;
}
span.point-result-info {
    float: left;
    width: 90%;
}
#search_small{
    color:black;
}
#search_small h1 {
    font-size: 25px;
}
.search-in-line-results {
    position: fixed;
    z-index: 9999999999999999999;
    background: #ffffff;
    width: 100%;
    left: 0;
    padding: 10px;
    top: 0px;
    display:none;
    max-height: 100vh;
    height: 100vh;
}
div#search-db-points {
    max-height: 90vh;
    overflow: scroll;
}
.point-title{
    width: 96%;
    font-size: 17px;
    font-weight: normal;
}
.point-result {
    /* margin-bottom: 5px; */
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 6px;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0px;
    float: left;
    width: 100%;
}
.point-subtitle {
    font-size: 15px;
    color: #4a4a4a;
}
.more_results {
    text-align: right;
    color: #0382cf;
    font-weight: bold;
}
.point-result{
    cursor: pointer;
}
#search_small {
    color: black;
}

#search_small h1 {
    font-size: 25px;
}

.more_results {
    text-align: right;
    color: #0382cf;
    font-weight: bold;
}
#from_input_modal {
    width: calc(100% - 50px);
    float: left;
    border: none;
}
.input-with-back-button {
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
}	

#transfer_form_error_message{
    background-color: #008ecb;
border-radius: 20px;
padding: 10px;
font-weight: 600;
color: #fefefe;   
}
div#from-search-db-points {
height: 90vh;
/* overflow: hidden; */
width: 100%;
overflow-y: scroll;
}
div#to-search-db-points{
height: 90vh;
/* overflow: hidden; */
width: 100%;
overflow-y: scroll;
}
.point {
float: left;
padding: 5px;
background: white;
margin-right: 3px;
}

.viber-button {
    background-color: #665CAC; /* Viber color */
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
}
.whatsup {
    max-width: 200px;
    z-index: 99999;
}
.chat_with_us {
    position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 999;
}