/* .booking-widget {
  color: #313437;
  background-color: #fff;
  padding: 50px 0;
}
.booking-widget p {
  color: #7d8285;
}
.booking-widget h2 {
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}
.booking-widget .intro {
  font-size: 1em;
  max-width: 500px;
  margin: 0 auto 25px;
}
.booking-widget .buttons {
  text-align: center;
} */

.booking-widget {
  /*position: absolute; first live release*/
  position: relative;
  padding: 12px;
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
  /*bottom: -40px;*/
  border-radius: 4px;
  background-color: #ffffff;
  color: #FFFFFF;
  font-weight: 500;
  z-index: 15;
}

.booking-widget .card-header {
  top: -32px;
  border-bottom: none;
  background-color: transparent;
  text-transform: uppercase;
}

.carousel-indicators {
  bottom: 16vh;
}

.booking-widget .form-group {
  margin: 0;
}

.booking-widget .card-body {
  padding: 0.75rem 1.25rem;
  /*padding-bottom: 0;*/
}

.booking-widget .nav-tabs .nav-link {
    border-radius: .25rem;
    background-color: rgba(255, 255, 255,1);
    font-weight: bold;
    border: 1.5px solid #0088dd;
}

.booking-widget .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  background-color: #0088dd;
  color: #ffffff;
}
 .nav-tabs .nav-link:hover {
    background-color: #153d8a;
    color: #ffffff !important;
    border: none;
}

/* Input Filed text Float on focus */

.booking-widget input:focus~.form-label, .booking-widget input:not(:focus):valid~.form-label {
  top: 0px;
  bottom: 10px;
  font-size: 10px;
  opacity: 1;
  padding-left: 1rem;
}

.booking-widget .form-control,.booking-widget .form-group .form-control {
  font-size: 14px;
  height: 48px;
  padding-top: 14px;
  border-radius: 4px;
  margin-bottom: 0;
  background-image: none;
  padding-left: 2.4rem;
  padding-right: 1.4rem;
  border: 0;
  /* background-image: linear-gradient(#0088dd, #0088dd), linear-gradient(#D2D2D2, #D2D2D2); */
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: #ffffff;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  font-weight: 400;
}

.booking-widget .form-label {
  position: absolute;
  pointer-events: none;
  top: 3px;
  transition: 0.2s ease all;
  font-size: 1em;
  line-height: 1rem;
  padding-left: 2.4rem;
}

.booking-widget .form-group .fa {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1rem;
}

/* END Input Filed text Float on focus */


.booking-widget .form-group .fa {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1rem;
}

/* END Input Filed text Float on focus */


.booking-widget .dropdown-menu .btn.btn-sm, .btn-group-sm .btn{
  padding: 5px;
}
.booking-widget .dropdown-menu .small, small{
  font-size: 70%;
}

    /*span.chat:hover{
        transform: rotate(-15deg) scale(1.3);
    }*/

    .chat{
        position: fixed;
        bottom: 20px;
        right: 0px;
        z-index: 99;
    }

@media (max-width:576px){
    .sm-none{
        display: none;
    }
    .sm-padding{
        padding-top: 10rem;
    }
}
@media (min-width:768px){
    .lg-none{
        display: none;
    }
}

@media (min-width: 700px) and (max-width: 768px){
    .col-sm-10-bw {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 73.333333%;
}
}

@media (max-width: 400px) {
    
    .booking-widget .nav-link-xs {
        font-size: 9px !important;
    }
}

@media (max-width: 425px) {
    
    #div-multi-city {
        text-align: left!important;
    margin-bottom: 0 !important;
    }
    .booking-widget .nav-link-xs{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
    line-height: 2.2; 
    min-height: 40px;
    max-height: 50px;
    }
}
@media (max-width: 356px){
    .booking-widget .nav-link-xs {
        padding: .5rem 0rem !important;
        font-size: 8px !important;
    }
}


