.language-select {
    padding: 6px 14px;
    border: 2px solid #e5e5e5;
    border-radius: 30px; /* pill shape */
    background: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 14px;
}

.language-select:hover {
    background: #f9f9f9;
}

.flag-icon {
    border-radius: 50%;
    font-size: 18px;
}

.li-switcher{
    list-style: none;
}


 .menu-btn {

      border: 2px solid #ddd;  /* light grey border */
      border-radius: 50%;
     padding: 6px 0 3px 9px;
    width: 37px;
    height: 37px;
      cursor: pointer;
      background: #fff;
      transition: 0.3s;
    }

    .menu-btn:hover {
      background: #f8f8f8;
    }
     .bar-1 {
      background: #000;
      margin: 4px 0;
      width: 17px;
height: 2px;
opacity: 1;
border-radius: 20px;

    }
    .bar-2{
         background: #000;
      margin: 4px 0;
        width: 14px;
height: 2px;

opacity: 1;

border-radius: 20px;

    }
    .bar-3{
          background: #000;
      margin: 4px 0;
        width: 11px;
height: 2px;

opacity: 1;

border-radius: 20px;

    }

.main-menu li.active > a,
.main-menu li a.active {
    color: #000; /* keep text black */
    border-bottom: 2px solid #cda969; /* gold underline */
    font-weight: 600;
}

.bravo-menu ul li a {
    padding-bottom: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
   
}

.bravo_wrap .bravo_header .content .header-left{
    min-height: 85px;
}
.bravo_wrap .bravo_header .content{
    align-items: baseline;
}
.bravo-menu ul li{ margin: 0 35px 0 0px;}
@media (max-width: 768px) {
    .language-select, .menu-btn{
        display: none;
    }
    .bravo_wrap .bravo_header .content{
        align-items: center;
    }
}

.has-search-map .bravo_wrap .bravo_header .header-left{
    width: auto !important;
}

.has-search-map .bravo_wrap .bravo_header .header-right{
    width: auto !important;
}