body{
    font-family: 'Roboto', sans-serif;
    background:#eee
}
 header{
    background:#fff
}
.form-container h2 {
    font-size: 20px;
    color: #000;
}
.form-container p {
    font-size: 14px;
    text-align: center;
    padding: 0 60px;
    margin-bottom: 30px;
       color: #000;
}
header nav {
    background-color: #ffa903;
    margin-bottom: 10px;
}
 .navbar-header{
    width:100%
}
 p,.checkbox label{
    text-align:justify
}
 .right_enquire{
    margin-top:8px;
    position:relative;
    list-style:none;
    padding:0;
    z-index:0
}
 .right_enquire li img{
    margin:5px 10px 0 0
}
 .right_enquire span{
    float:left;
}
 .right_enquire h3{
    margin-bottom:0;
    color:#444;
}
 #depart-container .row,#return-container .row,#booking-container .row,#pax-container .row{
    position:relative
}
 .navbar-brand{
    width:210px;
    height:55px;
    margin:5px 0;
}
 .fa-2x{
    font-size:21px
}
.header_phone_mb {
    position: absolute;
    right: 20px;
    top: 15px;
    display: block;
    font-size: 13px;
    background: #ffa903;
    border-radius: 5px;
    padding: 8px 8px;
}
 .header_phone_mb a{
    color:#fff;
    text-decoration:none
}
 .header_phone_mb a span{
    float:right;
    line-height:98%;
    padding-left:5px
}
 .navbar .navbar-nav>li>a{
    color:#000;
    font-weight: 600;
}
 .navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>li>a:focus{
    color:#f37b6c;
    background-color:#eee
}

 .icon-del{
    position:absolute;
    right:20px;
    top:9px;
    z-index:20;
    color:red;
    cursor:pointer
}
 .eyetrigger{
    cursor:pointer
}
 .form-control[readonly]{
    background-color:#fff;
    opacity:1
}
 .ui-datepicker{
    z-index:1199!important
}
 .navbar-toggle{
    background:#eee
}
 .navbar-toggle .icon-bar{
    background:#aaa
}
img.top-ofu {
    max-width: 164px;
}
.arrosnenda .checkbox {
    margin-bottom: 36px;
}


.form-container .input-group-addon {
    border-radius: 0;
}
.form-container .input-group .form-control {
    height: 42px;
    border-radius: 0;
}
.form-container .input-group-addon {
    border-radius: 0;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    font-size: 13px;
}


.form-container input.btn.btn-success.btn-lg {
    font-size: 15px;
    border-radius: 4px;
    border: 0 none !important;
    background: #ffa903;
    color: #000;
    width: 130px;
}
.form-container {
    background: #fff;
    padding: 16px 16px;
    border-radius: 5px;
    border: 3px solid #ffa903;
    margin-bottom: 30px;
}
h4.text-center {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}


        .Neon {
    font-family: sans-serif;
    font-size: 14px;
    color: #494949;
    position: relative;
    

}
.Neon * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Neon-input-dragDrop {
    display: block;
    width: 343px;
    margin: 0 auto 25px auto;
    padding: 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #fff;
    border: 2px dashed #C8CBCE;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.Neon-input-dragDrop .Neon-input-icon {
    font-size: 48px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.Neon-input-text h3 {
    margin: 0;
    font-size: 18px;
}
.Neon-input-text span {
    font-size: 12px;
}
.Neon-input-choose-btn.blue {
    color: #008BFF;
    border: 1px solid #008BFF;
}
.Neon-input-choose-btn {
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #8d9496;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.autocomplete-wrapper {
  position: relative;
}
.autocomplete-wrapper input {
  width: 100%;
}

.autocomplete-results {
    position: absolute;
    background: white;
    z-index: 9;
    top: 100%;
    left: 0;
    font-size: 13px;
    height: 200px;
    overflow-x: auto;
}

.autocomplete-result {
  padding: 12px 15px;
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

.autocomplete-result:last-child {
  border-bottom-width: 0;
}

.autocomplete-location {
  opacity: .8;
  font-size: smaller;
}

.autocomplete-results[data-highlight='0'] > :nth-child(1) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='1'] > :nth-child(2) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='2'] > :nth-child(3) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='3'] > :nth-child(4) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='4'] > :nth-child(5) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='5'] > :nth-child(6) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='6'] > :nth-child(7) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='7'] > :nth-child(8) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a.ui-datepicker-prev.ui-corner-all span.ui-icon.ui-icon-circle-triangle-w {
    background-image: url("/images/fast-forward.png") !important;
    background-position: left;
    transform: rotate(180deg);
    background-size: 10px;
}
a.ui-datepicker-next.ui-corner-all span.ui-icon.ui-icon-circle-triangle-e {
    background-image: url("/images/fast-forward.png") !important;
        background-position: left;
        background-size: 10px;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
 @media (max-width:580px){
     .sigNav{
        margin:30px 5px 0
    }
     .input-group{
        width:100%
    }
     .chname .input-group-addon{
        display:block;
        width:100%;
        border-radius:5px 5px 0 0;
        border-bottom:none;
        border-right:1px solid #ccc
    }
     .chname input{
         display:block;
        width:100%;
        border-radius:0 0 5px 5px
    }
}
 @media (max-width:767px){ 
   .navbar-brand {
       width: 125px;
       padding: 15px 0;
   }
   .right_enquire .pull-left img {
    display: none;
   }
   .sigPad {
       width: 100% !important;
   }
   .current .pad {
       width: 100%;
   }
   .form-container p {
       padding: 0;
   }
   img.top-ofu {
    max-width: 125px;
}
.right_enquire {
    display: none;
}
.header_phone_mb a {
    display: flex !important;
    align-items: center;
    font-size: 17px;
}
.navbar .navbar-nav>li>a {
    font-size: 16px;
    border-bottom: 1px solid #7c7c7c;
    padding: 15px 0;
}
.radio.inline>label {
    padding-left: 0;
}
.navbar .navbar-nav li:last-child a {
    border-bottom: 0 none;
}
ul.nav.navbar-nav {
    margin: 0;
}
.header_phone_mb a i {
    font-size: 17px;
}
.form-container {
    padding: 0px 5px;
    border-radius: 5px;
    border: 1px solid #ffa903;
}
.padding-tp-spas {
    padding: 0 5px;
}

.form-container .input-group-addon {
    font-size: 12px;
    padding: 0 4px;
}
 }
 @media (max-width:320px){
    .sig{
        position:relative;
        left:-5px
    }
}
