#Grid img { width: 380px; height:198px}
.three-blocks .col-md-3 img { width: 100%; height: 160px;}
.three-blocks .col-md-3 h3 { font-size: 20px;}
.three-blocks .col-md-3 { min-height: 386px;}

form.br-form-booking {
  display: block;
  margin: 0px 30px 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-size: 0;
}

form.br-form-booking > div > label {
  display: block;
  padding: 9px 20px 5px;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #939393;
  cursor: pointer;
}
form.br-form-booking > div.switch > label {
  padding: 16px 20px 13px;
}

.col-2, .col-3, .col-4, .br-col-2 { 
  border-bottom: 1px solid #e4e4e4;
}

.br-col-2 { width: 95%; float: left }

form.br-form-booking > div > .col-4 {
  height: 86px;
}

label > input {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 21px;
  line-height: 21px;
  margin: 5px -5px 0;
  padding: 4px 5px 0px;
  border: none;
  outline: none;
  color: #555;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  opacity: .6;
  transition: all linear .3s;
}

.col-submit {
  text-align: center;
  padding: 20px 20px 0px;
}

label > select {
  display: block;
  width: 100%;
  padding: 0;
  color: #555;
  margin: 10.75px 0 0px;
  font-weight: 600;
  background: transparent;
  border: none;
  outline: none;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  opacity: .4;
  transition: all linear .3s;
}

label > input:focus, label > select:focus {
  opacity: 1;
}



/** button design based on http://codepen.io/guvootes/pen/eyDAb **/
button.submitbtn {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 4px;
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  overflow: hidden;
  outline: none;
}

button.submitbtn {
  background-image: -moz-linear-gradient(#97c16b, #8ab959);
  background-image: -webkit-linear-gradient(#EEC163, #E7BF34);
  background-image: linear-gradient(#EEC163, #E7BF34);
  border-bottom: 1px solid #AC7714;
  cursor: pointer;
  color: #fff;
}
button.submitbtn:hover {
  background-image: -moz-linear-gradient(#8ab959, #7eaf4a);
  background-image: -webkit-linear-gradient(#F9B84E, #FFB644);
  background-image: linear-gradient(#F9B84E, #F9B84E);
}
button.submitbtn:active {
  height: 34px;
  border-bottom: 0;
  margin: 1px 0 0 0;
  background-image: -moz-linear-gradient(#7eaf4a, #8ab959);
  background-image: -webkit-linear-gradient(#7eaf4a, #8ab959);
  background-image: linear-gradient(#7eaf4a, #8ab959);
  -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}

button#viewmap_btn {
  background-image: -moz-linear-gradient(#97c16b, #8ab959);
  background-image: -webkit-linear-gradient(#FF4B2C, #E7BF34);
  background-image: linear-gradient(#FF4B2C, #E7BF34);
  border-bottom: 1px solid #AC7714;
  cursor: pointer;
  color: #fff;
}
button#viewmap_btn:hover {
  background-image: -moz-linear-gradient(#8ab959, #7eaf4a);
  background-image: -webkit-linear-gradient(#F9B84E, #FFB644);
  background-image: linear-gradient(#F9B84E, #F9B84E);
}
button#viewmap_btn:active {
  height: 34px;
  border-bottom: 0;
  margin: 1px 0 0 0;
  background-image: -moz-linear-gradient(#7eaf4a, #8ab959);
  background-image: -webkit-linear-gradient(#7eaf4a, #8ab959);
  background-image: linear-gradient(#7eaf4a, #8ab959);
  -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.br-form-booking { position: absolute; z-index: 99; margin-top: 3px;}
.br-form-booking { padding-bottom: 10px}

.br-form-booking2 { position:static}

.logoimg { width: 90px; margin-right: 20px; padding-bottom: 7px;}

.map-list { margin-top: 20px;}
.gmap-branch { width: 90%; height: 200px;}

.destination{ height: 511px;}
.companyname {color : #F1AC4F !important}
#pickup_map img{ width:95%}
.submitbtn a{ color:White;}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:rgba(255, 255, 255, 0);
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:250px;
    max-height:150px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}

@media(max-width:568px) 
{
    .no_padding { text-align: center}
    .three-blocks .col-md-3 img { width: 90%; height: auto}
    form.br-form-booking { margin:0;}
    .navbar-header .navbar-brand,.navbar-header .navbar-brand:hover { padding-top: 30px; padding-bottom: 0px;}
    /* .logoimg { padding-top: 60px; margin-right: 0; display: none} */
    .logoimg { padding-top: 60px; margin-right: 0;}    
#Grid img { width: 350px; height:180px}
.br-form-booking { position: relative; margin-top: 9px}
    .br-col-2 { width: 95% }
  .col-2 { width: 95% }
  .col-3 { width: 95% }
  .col-4 { width: 95% }
  
  .three-blocks .col-md-3 img { height: auto;}
}

@media(min-width:768px) and (max-width: 991px) 
{
    .no_padding { text-align: center}
    .three-blocks .col-md-3 img { width: 90%; height: auto}
    .br-form-booking { position: relative; margin-top: 9px}
    
    #Grid img { width: 313px; height:163px}
    
    form.br-form-booking > div { display: inline-block; }
  .col-submit { display: block; }
  
  .col-2, .col-3, .col-4, .br-col-2 { box-shadow: 1px 1px #e4e4e4; border: none; }
  
  .br-col-2 { width: 50% }
  .col-2 { width: 50% }
  .col-3 { width: 33.3333333333% }
  .col-4 { width: 50% }
  .br-spec { box-shadow: none;}
  
  .col-submit button { margin: 0 auto; }
}

@media(min-width:768px) and (max-width: 1024px) 
{
    
    .three-blocks .col-md-3 { min-height: 409px;}
    .br-form-booking { position: relative; margin-top: 9px; width: 95%}
    
    form.br-form-booking > div { display: inline-block; }
  .col-submit { display: block; }
  
  .col-2, .col-3, .col-4, .br-col-2 { box-shadow: 1px 1px #e4e4e4; border: none; }
  
  .br-col-2 { width: 50% }
  .col-2 { width: 50% }
  .col-3 { width: 33.3333333333% }
  .col-4 { width: 50% }
  .col-submit button { margin: 0 auto; }
  label > select { margin: 9px 0 0;}
}

@media(min-width:1920px)
{
    form.br-form-booking { margin-top: 6%;}
    }
    
@media (max-width: 1152px) and (min-width: 990px)
{
    ul.booking-step>li>a:before { display: none !important}
    ul.booking-step>li>a:after { display: none !important}
    ul.booking-step>li>a, ul.booking-step-mobile>li>a { padding-left: 15px !important;}
    
}