.custom-bootstrap-select{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    font-size: 14px;
    color: #3b3b3b;
    height: 60px;
    background: rgba(231,108,73,.03);
    cursor: pointer;
    border: 2px solid #194049;
    border-radius: 50px; 
    padding-left:0;
    padding-right:0;
}   

.custom-bootstrap-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    padding: 0 15px;
}

.content-container .custom-bootstrap-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    padding-left: 20px;
    font-size: 16px;
    color: #194049;
    line-height: 2.8em;
    font-family: gothamlight;
}

.custom-bootstrap-select .dropdown-item.active, .custom-bootstrap-select .dropdown-item:active {
     color: initial;
     text-decoration: none; 
     background-color: initial; 
}

.custom-bootstrap-select button{
    border:none;
}

.custom-bootstrap-select .bootstrap-select .dropdown-toggle:focus, .custom-bootstrap-select .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
  outline:none !important; 
  box-shadow: none !important;

}

.custom-bootstrap-select a.button-search{
    position: absolute;
    top: 0;
    right: -1px;
    padding: 4px 20px;
    border-radius: 50px;
    height: 56px;
    line-height: 50px;
    background: rgba(231,108,73,.03);
    cursor: pointer;
}


.custom-bootstrap-select .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: none;
    border-color: transparent;
}

.custom-bootstrap-select .bootstrap-select>.dropdown-toggle:after {
    right: 80px;
    position: absolute;
}

.custom-bootstrap-select a.button-search:hover {
    background: #194049;
}

.custom-bootstrap-select .bootstrap-select .dropdown-menu{
    border:none;
    border-radius:15px;
    overflow: hidden;
    box-shadow: 0.067em 0.067em 4.133em rgb(12 71 84 / 8%);
   z-index: 999999;
}

.custom-bootstrap-select .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.custom-bootstrap-select .bootstrap-select .dropdown-menu li a{
    padding: 0.2rem 1.5rem;
    font-size: 14px;
}

.custom-bootstrap-select .bootstrap-select .dropdown-menu li  .dropdown-item.active.selected{
    background:#194049;
    color:white;
}

#bookingFormContainer_wide.appear .custom-bootstrap-select, #bookingFormContainer_wide_two.appear .custom-bootstrap-select {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 14px;
    color: #3b3b3b;
    height: 40px;
    background: rgba(255,255,255,.03);
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
}

#bookingFormContainer_wide.appear .custom-bootstrap-select a.button-search, #bookingFormContainer_wide_two.appear .custom-bootstrap-select a.button-search {
    height: 40px;
    line-height: 30px;
}

#bookingFormContainer_wide.appear .custom-bootstrap-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner , #bookingFormContainer_wide_two.appear .custom-bootstrap-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
    color: #194049;
    line-height: 3.1em;
    font-family: gothamlight
}

.sidenav a {
    transition: 0.3s;}
    
nav.navbar.fixed-top .bootstrap-select .dropdown-menu a {
    line-height: 25.2px;
}

.selectpicker {
  background: red;
  position: relative;
  height: 1.2em;
}
.selectpicker {
  position: absolute;
  top: 0;
  left: 0;
}
.custom-bootstrap-select .bootstrap-select .dropdown-menu {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0.067em 0.067em 4.133em rgb(12 71 84 / 8%);
    z-index: 999999;
    width: 100%;
    transition: none;
}

.custom-bootstrap-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    padding: 0;
}

#bookingFormContainer_wide.appear .custom-bootstrap-select, #bookingFormContainer_wide_two.appear .custom-bootstrap-select {
    padding: 0;
}

  .custom-select-form.animated-fadeIn-text {
    z-index: 999;
    position: relative;
}

    .body-not-fixed-top .custom-select-form.animated-fadeIn-text {
    z-index: 0;
    position: relative;
}

/* width */
.custom-select-form ::-webkit-scrollbar {
  width: 2px;
  border-radius:5px;
}

/* Track */
.custom-select-form ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.custom-select-form ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.custom-select-form ::-webkit-scrollbar-thumb:hover {
  background: #f0f0f0;
}

.home #jumbotron-content {
    z-index: 3 !important;
}