/*--------------------- Reset Browser Styling ------------------------*/
* {
  outline: 0; }

body {
  background-color: #fff; }

/*------------ 12/arpil/18---------------*/
ul {
  list-style-type: none; }

input, select, button {
  outline: 0;
  cursor: pointer; }

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

* {
  -webkit-tap-highlight-color: transparent; }

input[type="text"]:focus, select:focus {
  /*border: 1px solid #06aded !important;*/ }

input::-ms-clear {
  display: none; }

input[type="checkbox"], input[type="radio"] {
  vertical-align: text-bottom; }

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-user-select: none;
  border: 1px solid #ccc;
  margin: 0;
  padding: 5px;
  background: transparent;
  /* -webkit-appearance: menulist; */ }
  select:-ms-expand {
    display: none; }

select::-ms-expand {
  display: none; }

*[data-toggle="tooltip"] {
  cursor: pointer; }

/*-------- wrapper for select, to display down arrow at the end-------*/
.select_arrow {
  position: relative;
  z-index: 1;
  cursor: pointer; }
  
  /*-----FOR WORD WRAP----*/
  .wrap{
  word-wrap: break-word;
}
  .select_arrow:after {
    content: "\f107";
    text-decoration: inherit;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    right: 10px; 
    color: #333;
   }
  .select_arrow select {
    z-index: 2; 
    color: #333;
    background-color: #fff;
   }

.select_arrow_full {
  position: relative;
  z-index: 1;
  cursor: pointer; }
  .select_arrow_full:after {
    content: "\f0dd";
    color: #AEAEAE;
    text-decoration: inherit;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 2px;/* Changed on 5th july for the register page*/
    padding: 0 5px 0 0;
    z-index: -1; }
  .select_arrow_full select {
    z-index: 2;
    border-radius: 4px;
    min-width: 50px;
    width: auto;
    padding-right: 20px;
    font-size: 12px; }
  .select_arrow_full .select_highlighted {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
    .select_arrow_full .select_highlighted:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.children-age .left {
  width: 20%;
  float: left; }

/*------------------- external fonts  --------------------------------*/
@font-face {
  font-family: "Roboto-Light";
  src: url(fonts/Roboto-Light.ttf); }
@font-face {
  font-family: "Roboto-Regular";
  src: url(fonts/Roboto-Regular.ttf); }
/*--------------------- bootstrap Override ---------------------------*/
.dropdown {
  cursor: pointer; }

.col {
  padding: 0; }

.btn:hover, .btn:focus, .btn.focus {
  color: inherit; }

.tooltip {
  opacity: 0.75 !important; }

a.button:visited {
  text-decoration: none;
  color: white; }

a.button:hover {
  text-decoration: none !important;
  color: white; }

a.button:active {
  text-decoration: none;
  color: white; }

.ui-menu-item-wrapper {
  color: grey !important;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.6em !important;
  font-size: 0.9em; }

.ui-menu-item-wrapper:hover {
  color: #FFFFFF !important;
  background-color: #EA7E32 !important; }

.ui-state-default.ui-state-active {
  	/**background: #fff!important;
      border: 1px solid #f4831d!important;
      color:#f4831d!important;**/
  font-weight: normal !important;
  background: #f4831d none repeat scroll 0 0 !important;
  border: 1px solid #f4831d !important;
  color: #fff !important; }

.ui-state-default.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #fff;
  border: 1px solid #f4831d;
  color: #f4831d;
  font-weight: normal; }

.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
  background: #f4831d;
  border: 1px solid #f4831d;
  color: #fff !important;
  font-weight: normal; }

.ui-autocomplete {
  width: 390px !important; }

#ui-id-1 {
  overflow: hidden; }

#ui-id-1:hover {
  overflow-y: scroll !important; }

/*----------------------- date picker override -----------------------*/
#packages-details #change-dates-wrapper #cdw-datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover.ui-state-hover {
  border: 1px solid #f4831d;
  color: #f4831d;
  background: #fff; }

.ui-datepicker-header {
  background: #fff;
  color: #000; }

.ui-datepicker-calendar th {
  background: #1f9251 !important;
  color: white; }

.ui-datepicker-calendar th, td {
  border: 0; }

.ui-datepicker-prev {
  color: white; }

.leftMargin {
  margin-left: 3%; }

/**.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{width:auto;}
.ui-datepicker .ui-datepicker-title select{font-size: 1em;
    margin: 0;
    border: none;
    padding: 0;}**/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #454545;
  font-weight: normal;
  text-align: center; }

.ui-state-default.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  background: #fff;
  border: 1px solid #f4831d;
  color: #f4831d;
  font-weight: normal; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
                                                                                               /**background: #f4831d none repeat scroll 0 0;
border: 1px solid #f4831d;
color: #fff;**/
  background: #fff;
  border: 1px solid #f4831d;
  color: #f4831d; }

.ui-widget.ui-widget-content {
  border: medium none;
  box-shadow: 1px 3px 9px 4px #ccc;
  padding: 0; }

.ui-icon-circle-triangle-w {
  background-image: url("../images/icons/left_arrow.png") !important;
  background-position: 5px 2px;
  background-repeat: no-repeat;
  height: 25px;
  width: 19px; }

.ui-icon-circle-triangle-e {
  background-image: url("../images/icons/right_arrow.png") !important;
  background-position: right 3px;
  background-repeat: no-repeat;
  height: 25px;
  width: 19px; }

.ui-datepicker-next.ui-corner-all.ui-state-hover, .ui-datepicker-prev.ui-corner-all.ui-state-hover {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #f4831d;
  font-weight: normal;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 19px;
  position: absolute;
  right: 10px !important;
  top: 2px;
  width: 25px; }

.ui-datepicker .ui-datepicker-prev-hover {
  top: 4px !important;
  top: 4px !important;
  width: 25px !important;
  height: 19px !important; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  top: 4px !important; }

.ui-datepicker .ui-datepicker-prev {
  height: 19px !important;
  left: 2px;
  top: 4px !important;
  width: 25px !important; }

.ui-datepicker {
  width: 20em; }

.ui-datepicker td {
  padding: 0; }

.ui-datepicker td span, .ui-datepicker td a {
  padding: 10px; }

.ui-datepicker select.ui-datepicker-month {
  border: none;
  color: #636464;
  width: 46%;
/*   background-image: url("../images/icons/date_picker_drpdwn_arw.png"); */
  background-repeat: no-repeat;
  background-position: right center; }

.ui-datepicker select.ui-datepicker-year {
  border: none;
  color: #636464;
  width: 29%;
 /*  background-image: url("../images/icons/date_picker_drpdwn_arw.png"); */
  background-repeat: no-repeat;
  background-position: right center; }

/*---Commented on 17Sep18 for SAT-14326(console issue)-----*/

#change-dates-wrapper {
  width: 44%;
  margin: 0 auto; }

.ui-autocomplete_pickuptime {
  /*-------------- swati- 31/1/18-------------*/
  width: 100px !important;
  max-height: 150px;
  overflow: auto;
  overflow-x: hidden; }

/*------------------------- buttons ----------------------------------*/
*:focus {
  outline: none; }

.green-btn {
  background: #1F9251;
  color: #fff; }

.green-trans {
  padding: 0.5em 1.5em;
  color: #1F9251;
  border: 1px solid #1F9251;
  background: #fff; }

.orange-btn {
  background: #F6821F;
  color: #fff; }

.orange-trans {
  padding: 0.5em 1.5em;
  color: #F6821F;
  border: 1px solid #F6821F;
  background: #fff; }

.grey-border-button {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  color: #5A5A5A; }

.black-btn {
  background: #565654;
  color: #fff; }

/*------ classes to set fixed width & height ----------*/
.continue-btn {
  width: 249px;
  height: 38px;
  font-family: "Roboto-Regular"; }

.book-btn {
  width: 130px;
  height: 36px; }

.search-btn {
  font-weight: bold;
  width: 100px;
  height: 45px; }

.save-quote-btn {
  width: 149px;
  height: 36px; }

/*----------------- classes for background colors --------------------*/
.bg-f0 {
  background: #f0f0f0; }

.bg-f7 {
  background: #f7f7f7; }

.bg-ff {
  background: #fff; }

.bg-green {
  background: #009653;
  color: #fff; }

.bg-orange {
  background: #FB8200;
  color: #fff; }

.bg-orange-light {
  background: #F9EFE4; }

/*----------------- classes for text colors --------------------------*/
.grey {
  color: #9A9A9A; }

.red, .offer {
  color: #ED1B24; }

.discount {
  color: #628A41; }

.green {
  color: #1F9251; }

.orange, .current {
  color: #F6821F; }

.blue {
  color: #1d4dc3; }

/*--------------------- Classes to rotate elements -------------------*/
.rotate-plane {
  -ms-transform: rotate(80deg);
  /* IE 9 */
  -webkit-transform: rotate(80deg);
  /* Chrome, Safari, Opera */
  transform: rotate(80deg); }

.fa-90 {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg); }

/*----------- images wrapped in a div with border radius -------------*/
.img-br {
  border-radius: 6px; }
  .img-br img {
    width: 100%;
    border-radius: 6px; }

.advanced-search-icon {
  cursor: pointer;
  display: inline; }
  .advanced-search-icon:after {
    content: "\f107";
    text-decoration: inherit;
    padding: 0 0 0 5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 17px; }
  .advanced-search-icon.open:after {
    content: "\f106"; }

.add-e {
  cursor: pointer;
  display: inline; }
  .add-e:before {
    content: "\f055";
    text-decoration: inherit;
    padding: 0 0 0 5px;
    color: #1f9251;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 17px; }

.rem-e {
  cursor: pointer;
  display: inline; }
  .rem-e:before {
    content: "\f056";
    text-decoration: inherit;
    padding: 0 0 0 5px;
    color: #f80b0b;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 17px; }

/*----------------  elements with icons on the left ------------------*/
.location-icon {
  background: url("../images/icons/location_icon.png") no-repeat;
  background-size: 14px;
  background-position: left center;
  padding: 0 0 0 22px; }

.location-icon-black {
  background: url("../images/icons/location_icon_select.png") no-repeat;
  background-size: 14px;
  background-position: left center;
  padding: 0 0 0 22px; }

.single-star {
  background: url("../images/icons/star_icon.png") no-repeat;
  background-size: 18px;
  background-position: left center;
  padding: 0 0 0 22px; }

.five-stars {
  background: url("../images/icons/star_icon.png");
  width: 90px;
  height: 18px;
  background-size: 18px;
  background-position: left center;
  padding: 0 0 0 22px; }

.review-icon {
  background: url("../images/icons/review.png") no-repeat;
  background-size: 19px 17px;
  background-position: left center;
  padding: 0 0 0 22px; }

.facilities-icons {
  background-image: url(../images/icons/air_condi_icon.png), url(../images/icons/parking_icon.png), url(../images/icons/gym_icon.png), url(../images/icons/wifi_icon.png), url(../images/icons/swimming_icon.png), url(../images/icons/restaurant_icon.png), url(../images/icons/coffee_shop_icon.png), url(../images/icons/doctor_on_call_icon.png), url(../images/icons/spa_icon.png);
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
  background-position: left center,13% center,24% center,39% center,52% center,65% center,78% center,91% center,114% center;
  display: block; }

.room-icon {
  background: url("../images/icons/room_icon.png") no-repeat;
  background-position: left 10%; }

.flight-details-icon {
  background: url("../images/icons/flight_details_more_options.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 20px !important; }

.change-flight-icon {
  background: url("../images/icons/change_flights.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 35px !important;
  background-size: 28px 26px; }

.share-icon {
  background: url("../images/icons/share_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 20px !important; }

.air-con-blue {
  background: url("../images/icons/air_condi_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important;
  background-size: 23px 25px; }

.parking-blue {
  background: url("../images/icons/parking_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.gym-blue {
  background: url("../images/icons/gym_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.spa-blue {
  background: url("../images/icons/spa_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.wifi-blue {
  background: url("../images/icons/wifi_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.city-view-blue {
  background: url("../images/icons/cityview_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.sound-proof-blue {
  background: url("../images/icons/soundproof_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.newspaper-1-blue {
  background: url("../images/icons/newspaper_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.safe-deposit-blue {
  background: url("../images/icons/safetydeposit_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.shops-onsite-blue {
  background: url("../images/icons/shops_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.non-smoking-rooms-blue {
  background: url("../images/icons/nosmoking_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.disabled-guests-blue {
  background: url("../images/icons/weelchair_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.lift-blue {
  background: url("../images/icons/lift_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.ironing-blue {
  background: url("../images/icons/ironing_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important; }

.passenger-details-icon {
  background: url("../images/icons/pd_passengers_details.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 40px !important; }

.passenger-adult-icon {
  background: url("../images/icons/pd_adult_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 25px !important;
  background-size: 18px; }

.personal-details-icon {
  background: url("../images/icons/pd_personal_details.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 40px !important; }

.meal-preference-icon {
  background: url("../images/icons/pd_meal_preference.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 40px !important; }

.baggage-details-icon {
  background: url("../images/icons/pd_baggage_details.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 40px !important; }

.payment-details-icon {
  background: url("../images/icons/payment_details_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 40px !important; }

.payment-icon {
  background: url("../images/icons/payment_method_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important;
  background-size: 25px; }

.wallet-icon {
  background: url("../images/icons/wallet_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important;
  background-size: 20px; }

.credit-card-icon {
  background: url("../images/icons/creditcard_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important;
  background-size: 20px; }

.cash-icon {
  background: url("../images/icons/cash.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important;
  background-size: 20px; }

.other-products-icon {
  background-image: url("../images/icons/other_product_icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important;
  background-size: 15px; }

.upgrade-to-business-class-icon {
  background: url("../images/icons/Upgrade_bus_class.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important;
  background-size: 25px 30px; }

.save-on-hotels-icon {
  background: url("../images/icons/saveon_hotels.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 30px !important;
  background-size: 22px 32px; }

.save-on-cars-icon {
  background: url("../images/icons/saveon_cars.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 50px !important;
  background-size: 40px 18px; }

.save-on-activities-icon {
  background: url("../images/icons/saveonactivities_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 40px !important;
  background-size: 33px 29px; }

.book-a-flight-icon {
  background: url("../images/icons/Bookaflight_icon.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 40px !important;
  background-size: 30px 30px; }

.helpline-call {
  background: url("../images/icons/helpline_call.png") no-repeat;
  background-size: 30px;
  background-position: left center; }

.helpline-email {
  background: url("../images/icons/helpline_mail.png") no-repeat;
  background-size: 29px 22px;
  background-position: left center; }

.download-forms {
  background-image: url("../images/icons/PDF_icon.png");
  background-repeat: no-repeat;
  background-size: 20px 26px;
  background-position: left center; }

/*------------------------- Common Classes ---------------------------*/
.topupDetails-w.topupDetailsresult-w .form-control::-moz-placeholder {
  color: #fff; }

.topupDetails-w.topupDetailsresult-w .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

.topupDetails-w.topupDetailsresult-w .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

#flight-landing-wrap .col:first-child .module-search-page .select-places .col .rbd, #flight-landing-wrap .col:first-child .module-search-page .select-places .col .date {
  border: 1px solid #ccc !important;
  background-color: #f6f6f6; }

.col-md-6.top-up-upload {
  padding-right: 0; }

.dtc {
  display: table-cell;
  float: none; }

.sticky {
  position: sticky;
  top: 10px; }

.select-passenger {
  margin: 1em 0 1.5em;
  float: left;
  width: 100%;
  display: block; }
  .select-passenger .blue {
    color: #1C6DCA;
    font-size: 0.9em;
    background: url("../images/icons/passenger_icon_.png") no-repeat;
    padding: 0 0 0 25px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block; }

.adults-age, .children-age, .set-children-age {
  margin: 0 0 1em; }
  .adults-age .row .left, .children-age .row .left, .set-children-age .row .left {
    width: 10%;
    float: left; }
    .adults-age .row .left .select_arrow_full, .children-age .row .left .select_arrow_full, .set-children-age .row .left .select_arrow_full {
      width: 90%;
      background: #F6F6F6; }
      .adults-age .row .left .select_arrow_full select, .children-age .row .left .select_arrow_full select, .set-children-age .row .left .select_arrow_full select {
        padding-right: 10px;
        width: 100%; }

.adults-age .left {
  margin-right: 0.5%; }

.children-age .row .left,
.set-children-age .row .left {
  width: 10%;
  float: left; }

.block {
  display: block !important; }

.inline, .d-inline {
  display: inline-block;
  vertical-align: top; }

.overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; }

.half li {
  width: 49.5%;
  vertical-align: middle !important; }

.logo {
  height: 55px;
  width: 105px; }

.wrapper, .container {
  height: 100%;
  margin: 0 auto;
  width: 1300px;
  position: relative; }

@media screen and (min-width: 1023px) and (max-device-width: 1024px) {
  .wrapper, .container {
    max-width: 1024px;
    width: 100%; }

  body {
    width: 1024px !important; } }
.inputs {
  border-radius: 4px !important;
  border: 2px solid #E2E2E2;
  width: 24.4%;
  height: 40px;
  background-color: #F6F6F6;
  color: #666666 !important;
  padding-left: 4%;
  margin-top: 2%;
  font-size: 13px !important; }

.inputs_noIcon {
  border-radius: 4px !important;
  border: 2px solid #E2E2E2;
  width: 19.6%;
  height: 40px;
  background-color: #F6F6F6;
  color: #666666 !important;
  padding-left: 1%;
  margin-top: 2%;
  font-size: 13px !important; }

.select {
  border-radius: 4px !important;
  border: 2px solid #E2E2E2;
  width: 17%;
  height: 40px;
  background-color: #F6F6F6;
  color: #666666;
  padding-left: 3.5%;
  font-size: 13px; }

.button {
  border: thin solid #3A9352;
  width: auto;
  /*height:40px;*/
  padding: 0.55em 2em !important;
  border-radius: 4px;
  text-align: center;
  cursor: pointer; }

.primaryButton {
  background-color: #EA7E32;
  border-color: #EA7E32;
  color: white;
  padding: 0 3.5em; }

.primaryButton_outline {
  border: 2px solid #ea7e32;
  color: #ea7e32 !important;
  font-weight: bold; }

.secondaryButton {
  background-color: #F0F0F0;
  color: #3A9352;
  padding: 0 3.5em; }

.secondaryButton_black {
  border: thin solid #565654;
  background-color: #565654;
  color: #ffffff;
  padding: 0 3.5em; }

.secondaryButton_green {
  background-color: #3A9352;
  color: white; }

.buttonSelected {
  background-color: #3A9352 !important;
  color: white !important; }

.buttonSelected i {
  color: white !important; }

.row {
  margin: 0; }

.spacing {
  margin: 1% 0; }

.background_layout {
  background-color: #F7F7F7;
  -webkit-box-shadow: 0 8px 6px -6px #d8d9db;
  -moz-box-shadow: 0 8px 6px -6px #d8d9db;
  box-shadow: 8px 8px 6px -6px grey;
  border-radius: 4px;
  margin: 2% 2%; }

.tabs-wrapper .tw-head .active {
  background: #1f9251;
  color: #fff; }

/*---------- Drop Downs with background images -------------*/
.select_arrow_full option[disabled] {
  display: none; }

.select-rooms .select_arrow_full {
  background: #F6F6F6 url("../images/icons/room_icon.png") no-repeat;
  background-position: 10px center; }
  .select-rooms .select_arrow_full select {
    padding-left: 30px; }

.select-adults .select_arrow_full {
  background: #F6F6F6 url("../images/icons/adult_icon_textbox.png") no-repeat;
  background-position: 10px center; }
  .select-adults .select_arrow_full select {
    padding-left: 30px; }
  .select-adults .select_arrow_full.ulp {
    background-position: 10px 10px; }

.select-nationality .select_arrow_full, .country-of-residence .select_arrow_full {
  width: 100%;
  background: #F6F6F6 url("../images/icons/nationality_icon.png") no-repeat;
  background-position: 10px center; }
  .select-nationality .select_arrow_full select, .country-of-residence .select_arrow_full select {
    width: 100%;
    padding-left: 30px; }

.select-children .select_arrow_full {
  background: #F6F6F6 url("../images/icons/child_icon.png") no-repeat;
  background-position: 10px center; }
  .select-children .select_arrow_full select {
    padding-left: 30px; }
  .select-children .select_arrow_full.ulp {
    background-position: 10px 10px; }

.select-infant .select_arrow_full {
  background: #F6F6F6 url("../images/icons/infant_icon.png") no-repeat;
  background-position: 10px center; }
  .select-infant .select_arrow_full select {
    padding-left: 30px; }
  .select-infant .select_arrow_full.ulp {
    background-position: 10px 10px; }

.select-themes .select_arrow_full {
  background: #F6F6F6 url("../images/icons/themes.png") no-repeat;
  background-position: 10px center; }
  .select-themes .select_arrow_full select {
    padding-left: 30px; }
  .select-themes .select_arrow_full.ulp {
    background-position: 10px 10px; }

/*--------------- to add label to the textbox if it is not empty ------------------*/
.form-wrap input {
  padding: 10px 10px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 13px; }
.form-wrap div.focus {
  position: relative;
  border: 1px solid #ccc;
  padding-top: 4px; }
  .form-wrap div.focus:before {
    content: attr(data-label);
    display: block;
    padding-left: 10px;
    font-size: 12px;
    color: #bbb; }
  .form-wrap div.focus input, .form-wrap div.focus select {
    border: 0 none !important;
    box-shadow: none;
    padding: 0 10px 4px; }
    .form-wrap div.focus input:focus, .form-wrap div.focus select:focus {
      border: 0 none;
      box-shadow: none; }

/*------------ search-results-loading-page --------------*/
.srlp-wrap {
  padding: 10em 0; }
  .srlp-wrap strong {
    color: #999;
    font-size: 1em; }

/*------------ new- markup- design results-loading-page --------------*/
.markup-outer {
  display: inline-block;
  vertical-align: middle; }
  .markup-outer .markup {
    display: inline-block;
    vertical-align: middle; }
    .markup-outer .markup a {
      font-size: 15px;
      font-weight: 700;
      color: #f88200;
      cursor: pointer;
      transition-duration: 0.4s; }
      .markup-outer .markup a:hover {
        text-decoration: none;
        color: #f88200; }
      .markup-outer .markup a img {
        margin-left: -5px;
        margin-top: -1px; }
  .markup-outer .hide-markup {
    display: inline-block;
    vertical-align: middle; }
    .markup-outer .hide-markup a {
      font-size: 15px;
      font-weight: 700;
      color: #f88200;
      display: inline-block;
      cursor: pointer;
      transition-duration: 0.4s; }
      .markup-outer .hide-markup a:hover {
        text-decoration: none;
        color: #f88200; }
      .markup-outer .hide-markup a img {
        margin-left: -5px;
        margin-top: -1px; }
    .markup-outer .hide-markup .input-markup {
      display: inline-block;
      position: relative; }
      .markup-outer .hide-markup .input-markup .form-control {
        display: inline-block; }
      .markup-outer .hide-markup .input-markup .btn {
        border-radius: 0 4px 4px 0;
        position: absolute;
        right: 0;
        top: 0; }
        .markup-outer .hide-markup .input-markup .btn:hover {
          text-decoration: none;
          color: #fff; }

/*---- input box padding for ipad only ----*/
@media screen and (min-width: 1023px) and (max-device-width: 1024px) {
  .form-control {
    padding: 6px 5px; } }
@media screen and (max-device-width: 1300px) {
  body {
    width: 1300px; } }
@media screen and (min-width: 1800px) {
  body {
    width: 100%; } }
/*--------------------- send quotation modal with new functionality exisisting and new user ------------------------*/
#email-quote .left {
  display: inline-block;
  margin: 0 17px 0 11px; }

#email-quote .modal-body {
  float: left;
  display: block;
  width: 100%; }

#email-quote .send-quote-outer {
  display: inline-block;
  text-align: center;
  width: 100%; }

.abcd-new {
  z-index: 9999;
  width: 268px !important; }

.form-wrap1 input {
  padding: 10px 10px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 13px;
  margin: 0.5em 0; }
.form-wrap1 div.focus {
  position: relative;
  border: 1px solid #ccc;
  padding-top: 4px; }
  .form-wrap1 div.focus:before {
    content: attr(data-label);
    display: block;
    padding-left: 10px;
    font-size: 12px;
    color: #bbb; }
  .form-wrap1 div.focus input, .form-wrap1 div.focus select {
    border: 0 none !important;
    box-shadow: none;
    padding: 0 10px 4px; }
    .form-wrap1 div.focus input:focus, .form-wrap1 div.focus select:focus {
      border: 0 none;
      box-shadow: none; }

.search1 {
  position: relative; }
  .search1 input {
    font-size: 1em;
    height: 46px !important;
    padding: 6px 7px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 3px -3px #e5e5e5 inset; }
    .search1 input.abcd {
      padding: 6px 7px 6px 29px; }
  .search1 i {
    position: absolute;
    left: 0;
    top: 14px;
    margin: 3px 7px 0; }
  .search1.focus {
    border: none;
    padding-top: 0; }

header.main {
  height: auto; }
  header.main p {
    margin: 0; }
  header.main .row {
    background: #fff;
    /*---------- 9/april/18-------------*/
    -webkit-box-shadow: 0 8px 6px -6px #d8d9db;
    -moz-box-shadow: 0 8px 6px -6px #d8d9db;
    box-shadow: 0 8px 6px -6px grey; }
    header.main .row .wrapper {
      text-align: right; }
      header.main .row .wrapper .col {
        color: #696E72; }
        header.main .row .wrapper .col:nth-child(n+2) {
          margin: 1.5em 0 1em; }
        header.main .row .wrapper .col li img, header.main .row .wrapper .col li span {
          display: inline-block; }
        header.main .row .wrapper .col li span {
          vertical-align: middle; }
        header.main .row .wrapper .col#logo img {
          width: 135px;
          height: auto; }
        header.main .row .wrapper .col#contact-info li {
          padding: 5px;
          vertical-align: top; }
          header.main .row .wrapper .col#contact-info li:first-child span {
            border-right: 1px solid #A7B2B7;
            padding-right: 7px; }
        header.main .row .wrapper .col#user-info {
          padding: 0 1em 0 0; }
          header.main .row .wrapper .col#user-info .list-inline li {
            vertical-align: super;
            padding: 0; }
            header.main .row .wrapper .col#user-info .list-inline li img, header.main .row .wrapper .col#user-info .list-inline li span {
              vertical-align: bottom; }
            header.main .row .wrapper .col#user-info .list-inline li .select_arrow {
              width: 100%; }
              header.main .row .wrapper .col#user-info .list-inline li .select_arrow:after {
                color: #A7B2B7; }
              header.main .row .wrapper .col#user-info .list-inline li .select_arrow select {
                border: 0;
                /**min-width:90px;**/ }
            header.main .row .wrapper .col#user-info .list-inline li:first-child {
              border-right: 1px solid #A7B2B7;
              padding-right: 10px; }
            header.main .row .wrapper .col#user-info .list-inline li:nth-child(2) {
              width: 82px;
              text-align: left; }
  header.main .menuBar {
    padding: 0 1em 0 0; }
    header.main .menuBar ul li {
      border: 2px solid #F0F0F0;
      padding: 0;
      background: #fff;
      /*------ 10/ april/18----------*/ }
      header.main .menuBar ul li.active {
        background-color: #3a9352 !important; }
      header.main .menuBar ul li a {
        color: #3A9352;
        font-size: 2em;
        padding: 0 1em;
        width: 100%;
        display: block; }

/*@media screen and (max-width:1024px){
	header.main{
		.menuBar{
		ul{
			li{
				a{
					padding:0 26.8%;
				}
			}
		}
	}
	}
}*/
footer {
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 12px; }
  footer .menu li {
    padding: 1em 2em; }
    footer .menu li a {
      color: #fff; }

.modal .modal-dialog .modal-content .modal-header {
  border: 0; }
.modal .modal-dialog .modal-content .modal-body {
  background: #fff; }
.modal .modal-dialog .modal-content .modal-footer {
  border: 0; }

#send-quotation .modal-dialog {
  margin: 10% auto;
  max-width: 1100px;
  width: auto; }
  #send-quotation .modal-dialog .modal-content .modal-header {
    background: #fff;
    color: #999;
    padding: 1em !important; }
    #send-quotation .modal-dialog .modal-content .modal-header .close {
      color: inherit;
      opacity: 1;
      padding: 0 !important; }
  #send-quotation .modal-dialog .modal-content .modal-body {
    padding: 0 15px 15px; }
    #send-quotation .modal-dialog .modal-content .modal-body .quotation-wrap .q-head {
      border-bottom: 1px solid #ddd; }

#full-fare-rules .modal-dialog .modal-content .modal-body .row .fare-rules div p:nth-child(7) span:last-child, #full-fare-rules .modal-dialog .modal-content .modal-body .row .fare-rules div p:nth-child(8) span:last-child {
  float: right;
  margin-right: 40px; }

#email-quote .modal-dialog {
  width: 300px; }
#email-quote .modal-header {
  background: #FB8200;
  color: #fff; }
  #email-quote .modal-header .modal-title {
    font-size: 16px; }
#email-quote .modal-body {
  padding-bottom: 0; }
#email-quote .modal-footer {
  text-align: center !important; }
#email-quote .form-wrap div {
  margin: 0.5em 0; }
  #email-quote .form-wrap div.add-email-wrap a {
    font-size: 12px;
    display: block; }
  #email-quote .form-wrap div.add-email-wrap span {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px 4px;
    margin: 0 5px 5px 0; }
    #email-quote .form-wrap div.add-email-wrap span i {
      padding-left: 5px;
      color: #999;
      cursor: pointer; }

#select-passengers-modal .modal-dialog {
  width: 700px;
  margin: 3em auto; }
  #select-passengers-modal .modal-dialog .modal-body {
    background: #F1F1F1; }
    #select-passengers-modal .modal-dialog .modal-body .button-wrap {
      margin: 1em 0; }
      #select-passengers-modal .modal-dialog .modal-body .button-wrap .btn.active {
        background: #1F9251 !important;
        color: #fff !important; }
    #select-passengers-modal .modal-dialog .modal-body .search-wrap input {
      display: inline-block; }
      #select-passengers-modal .modal-dialog .modal-body .search-wrap input[type="text"] {
        width: 84%; }
      #select-passengers-modal .modal-dialog .modal-body .search-wrap input[type="button"] {
        width: 15%; }
    #select-passengers-modal .modal-dialog .modal-body .pass-selected input {
      vertical-align: text-bottom;
      display: inline-block; }
    #select-passengers-modal .modal-dialog .modal-body .pass-selected span {
      padding-left: 0.5em; }
    #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .table {
      background: #F1F1F1;
      margin: 1em 0 0; }
      #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .table .dataTables_length, #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .table .dataTables_filter {
        display: none; }
      #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .table table thead {
        background: #E3E3E3; }
        #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .table table thead th {
          padding: 1em;
          border-right: 1px solid #fff; }
          #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .table table thead th:last-child {
            border-right: 0; }
      #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .table table tbody tr:nth-child(odd) {
        background: #DDE7F7; }
      #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .table table tbody tr:nth-child(even) {
        background: #D3E0FA; }
      #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .table table tbody tr td {
        padding: 1em;
        border-right: 1px solid #fff; }
        #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .table table tbody tr td:last-child {
          border: 0; }
        #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .table table tbody tr td a {
          color: inherit;
          text-decoration: underline; }
    #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .button-wrap, #select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .select-button {
      margin: 2em 0; }
#select-passengers-modal #search-by-c-passenger .select_arrow_full {
  display: inline-block;
  width: 84%; }
  #select-passengers-modal #search-by-c-passenger .select_arrow_full select {
    padding: 8px;
    width: 100%; }

.gallery img {
  width: 100%; }
.gallery .main-image {
  position: relative; }
  .gallery .main-image .img-wrap img {
    border-radius: 4px; }
  .gallery .main-image .arrow {
    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: 3; }
    .gallery .main-image .arrow i {
      font-size: 6em;
      color: #fff;
      opacity: 0.7; }
    .gallery .main-image .arrow.a-left {
      left: 20px; }
    .gallery .main-image .arrow.a-right {
      right: 20px; }
.gallery .thumbnails li {
  cursor: pointer;
  float: left;
  padding: 5px 0 5px 5px; }
  .gallery .thumbnails li img {
    width: 35px;
    border-radius: 3px;
    height: 35px;
    opacity: 0.4; }
  .gallery .thumbnails li.current img {
    opacity: 1; }

/* -------------- trip-wrapper starts here --------------------- */
.trip-wrapper .advertisement, .results-page .advertisement {
  background: #eee none repeat scroll 0 0;
  border-radius: 6px;
  font-size: 0.9em;
  height: 200px;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 0 1em; }
  .trip-wrapper .advertisement:after, .results-page .advertisement:after {
    color: #999;
    content: attr(data-title);
    left: 20%;
    padding: 2em 0;
    position: absolute;
    top: 30%; }
  .trip-wrapper .advertisement img, .results-page .advertisement img {
    width: 100%;
    border-radius: 6px;
    height: 150px; }
.trip-wrapper .see-on-map, .results-page .see-on-map {
  margin: 1em 0; }
  .trip-wrapper .see-on-map img, .results-page .see-on-map img {
    width: 100%;
    border-radius: 6px;
    height: 150px; }
  .trip-wrapper .see-on-map a, .results-page .see-on-map a {
    background: #333;
    border-radius: 0 0 6px 6px;
    color: #fff;
    display: block;
    margin: -26px 0 0;
    opacity: 0.75;
    padding: 3px 0;
    text-align: center;
    text-decoration: none; }
.trip-wrapper .trip-snapshot, .trip-wrapper .rp-summary, .results-page .trip-snapshot, .results-page .rp-summary {
  margin: 0 0 1em;
  /*----- modify-search-wrap ------*/ }
  .trip-wrapper .trip-snapshot .from-to, .trip-wrapper .trip-snapshot .hotels-in, .trip-wrapper .rp-summary .from-to, .trip-wrapper .rp-summary .hotels-in, .results-page .trip-snapshot .from-to, .results-page .trip-snapshot .hotels-in, .results-page .rp-summary .from-to, .results-page .rp-summary .hotels-in {
    font-size: 25px; }
    .trip-wrapper .trip-snapshot .from-to span, .trip-wrapper .trip-snapshot .hotels-in span, .trip-wrapper .rp-summary .from-to span, .trip-wrapper .rp-summary .hotels-in span, .results-page .trip-snapshot .from-to span, .results-page .trip-snapshot .hotels-in span, .results-page .rp-summary .from-to span, .results-page .rp-summary .hotels-in span {
      /**font-size: 0.6em;
      padding-left: 1em;**/
      font-size: 25px;
      padding-left: 0; }
  .trip-wrapper .trip-snapshot ul, .trip-wrapper .rp-summary ul, .results-page .trip-snapshot ul, .results-page .rp-summary ul {
    margin: 0; }
  .trip-wrapper .trip-snapshot li, .trip-wrapper .rp-summary li, .results-page .trip-snapshot li, .results-page .rp-summary li {
    vertical-align: middle;
    padding-right: 30px;
    color: #777; }
    .trip-wrapper .trip-snapshot li.calendar-icon, .trip-wrapper .rp-summary li.calendar-icon, .results-page .trip-snapshot li.calendar-icon, .results-page .rp-summary li.calendar-icon {
      background-image: url("../images/icons/calender_icon.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 25px 25px;
      height: 25px;
      padding-left: 35px; }
    .trip-wrapper .trip-snapshot li.adult-icon, .trip-wrapper .rp-summary li.adult-icon, .results-page .trip-snapshot li.adult-icon, .results-page .rp-summary li.adult-icon {
      background-image: url("../images/icons/adult_icon1.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 19px 23px;
      height: 23px;
      padding-left: 25px; }
    .trip-wrapper .trip-snapshot li.hotel-icon, .trip-wrapper .rp-summary li.hotel-icon, .results-page .trip-snapshot li.hotel-icon, .results-page .rp-summary li.hotel-icon {
      background-image: url("../images/icons/hotel_icon.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 20px 23px;
      height: 23px;
      padding-left: 26px; }
  .trip-wrapper .trip-snapshot .modify-search-btn, .trip-wrapper .rp-summary .modify-search-btn, .results-page .trip-snapshot .modify-search-btn, .results-page .rp-summary .modify-search-btn {
    padding: 0.5em 1em;
    font-weight: bold; }
    .trip-wrapper .trip-snapshot .modify-search-btn:after, .trip-wrapper .rp-summary .modify-search-btn:after, .results-page .trip-snapshot .modify-search-btn:after, .results-page .rp-summary .modify-search-btn:after {
      content: "\f107";
      font-family: FontAwesome;
      font-size: 20px;
      vertical-align: top;
      line-height: 1;
      text-decoration: inherit;
      padding-left: 0.5em; }
    .trip-wrapper .trip-snapshot .modify-search-btn.open:after, .trip-wrapper .rp-summary .modify-search-btn.open:after, .results-page .trip-snapshot .modify-search-btn.open:after, .results-page .rp-summary .modify-search-btn.open:after {
      content: "\f106"; }
  .trip-wrapper .trip-snapshot .modify-search-wrap, .trip-wrapper .rp-summary .modify-search-wrap, .results-page .trip-snapshot .modify-search-wrap, .results-page .rp-summary .modify-search-wrap {
    border: 1px solid #ccc;
    padding: 1em;
    border-radius: 5px;
    margin: 1em 0 2em;
    background: #fff;
    /*---------- 9/april/18-------------*/ }
    .trip-wrapper .trip-snapshot .modify-search-wrap .row, .trip-wrapper .rp-summary .modify-search-wrap .row, .results-page .trip-snapshot .modify-search-wrap .row, .results-page .rp-summary .modify-search-wrap .row {
      margin: 0 0 1em; }
    .trip-wrapper .trip-snapshot .modify-search-wrap .icon, .trip-wrapper .rp-summary .modify-search-wrap .icon, .results-page .trip-snapshot .modify-search-wrap .icon, .results-page .rp-summary .modify-search-wrap .icon {
      padding-left: 45px;
      background-position: left top; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .icon.flight, .trip-wrapper .rp-summary .modify-search-wrap .icon.flight, .results-page .trip-snapshot .modify-search-wrap .icon.flight, .results-page .rp-summary .modify-search-wrap .icon.flight {
        background-image: url("../images/icons/airline_black_icon.png");
        background-repeat: no-repeat;
        background-size: 30px; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .icon.hotel-flight-icon, .trip-wrapper .rp-summary .modify-search-wrap .icon.hotel-flight-icon, .results-page .trip-snapshot .modify-search-wrap .icon.hotel-flight-icon, .results-page .rp-summary .modify-search-wrap .icon.hotel-flight-icon {
        background-image: url("../images/icons/abu dhabi(H+F).png");
        background-repeat: no-repeat;
        background-size: 65px 22px;
        height: 25px;
        padding-left: 76px; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .icon.hotel-icon, .trip-wrapper .rp-summary .modify-search-wrap .icon.hotel-icon, .results-page .trip-snapshot .modify-search-wrap .icon.hotel-icon, .results-page .rp-summary .modify-search-wrap .icon.hotel-icon {
        background-image: url("../images/icons/hotel_icon.png");
        background-repeat: no-repeat;
        background-size: 27px 30px; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .icon.insurance, .trip-wrapper .rp-summary .modify-search-wrap .icon.insurance, .results-page .trip-snapshot .modify-search-wrap .icon.insurance, .results-page .rp-summary .modify-search-wrap .icon.insurance {
        background-image: url("../images/icons/insurance_black.png");
        background-repeat: no-repeat;
        background-size: 35px 29px; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .icon.visa-icon, .trip-wrapper .rp-summary .modify-search-wrap .icon.visa-icon, .results-page .trip-snapshot .modify-search-wrap .icon.visa-icon, .results-page .rp-summary .modify-search-wrap .icon.visa-icon {
        background-image: url("../images/icons/insurance_black.png");
        background-repeat: no-repeat;
        background-size: 35px 29px; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .icon.meet-greet, .trip-wrapper .rp-summary .modify-search-wrap .icon.meet-greet, .results-page .trip-snapshot .modify-search-wrap .icon.meet-greet, .results-page .rp-summary .modify-search-wrap .icon.meet-greet {
        background-image: url("../images/icons/meet_greet_black_icon.png");
        background-repeat: no-repeat;
        background-size: 35px; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .icon.activities, .trip-wrapper .rp-summary .modify-search-wrap .icon.activities, .results-page .trip-snapshot .modify-search-wrap .icon.activities, .results-page .rp-summary .modify-search-wrap .icon.activities {
        background-image: url("../images/icons/cycling_icon_black.png");
        background-repeat: no-repeat;
        background-size: 33px 29px; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .icon.car-icon, .trip-wrapper .rp-summary .modify-search-wrap .icon.car-icon, .results-page .trip-snapshot .modify-search-wrap .icon.car-icon, .results-page .rp-summary .modify-search-wrap .icon.car-icon {
        background-image: url("../images/icons/cars/car.png");
        background-repeat: no-repeat;
        background-size: 40px 16px;
        background-position: left 40%;
        padding-left: 55px; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .icon.packages-icon, .trip-wrapper .rp-summary .modify-search-wrap .icon.packages-icon, .results-page .trip-snapshot .modify-search-wrap .icon.packages-icon, .results-page .rp-summary .modify-search-wrap .icon.packages-icon {
        background-image: url("../images/icons/packages/package_black.png");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 30px 24px;
        background-position: left 10%;
        padding-left: 36px; }
    .trip-wrapper .trip-snapshot .modify-search-wrap .add-e, .trip-wrapper .rp-summary .modify-search-wrap .add-e, .results-page .trip-snapshot .modify-search-wrap .add-e, .results-page .rp-summary .modify-search-wrap .add-e {
      display: inline-block;
      margin: 0 0 1em; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .add-e:before, .trip-wrapper .rp-summary .modify-search-wrap .add-e:before, .results-page .trip-snapshot .modify-search-wrap .add-e:before, .results-page .rp-summary .modify-search-wrap .add-e:before {
        padding: 0 5px 0 0; }
    .trip-wrapper .trip-snapshot .modify-search-wrap .rem-e, .trip-wrapper .rp-summary .modify-search-wrap .rem-e, .results-page .trip-snapshot .modify-search-wrap .rem-e, .results-page .rp-summary .modify-search-wrap .rem-e {
      display: inline-block;
      margin: 2em 0 0; }
    .trip-wrapper .trip-snapshot .modify-search-wrap .select_arrow_full select, .trip-wrapper .rp-summary .modify-search-wrap .select_arrow_full select, .results-page .trip-snapshot .modify-search-wrap .select_arrow_full select, .results-page .rp-summary .modify-search-wrap .select_arrow_full select {
      width: 100%; }
    .trip-wrapper .trip-snapshot .modify-search-wrap .children-age, .trip-wrapper .rp-summary .modify-search-wrap .children-age, .results-page .trip-snapshot .modify-search-wrap .children-age, .results-page .rp-summary .modify-search-wrap .children-age {
      margin: 0 0 1em; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .children-age .row .left, .trip-wrapper .rp-summary .modify-search-wrap .children-age .row .left, .results-page .trip-snapshot .modify-search-wrap .children-age .row .left, .results-page .rp-summary .modify-search-wrap .children-age .row .left {
        width: 10%;
        float: left; }
        .trip-wrapper .trip-snapshot .modify-search-wrap .children-age .row .left .select_arrow_full, .trip-wrapper .rp-summary .modify-search-wrap .children-age .row .left .select_arrow_full, .results-page .trip-snapshot .modify-search-wrap .children-age .row .left .select_arrow_full, .results-page .rp-summary .modify-search-wrap .children-age .row .left .select_arrow_full {
          width: 90%;
          background: #F6F6F6; }
          .trip-wrapper .trip-snapshot .modify-search-wrap .children-age .row .left .select_arrow_full select, .trip-wrapper .rp-summary .modify-search-wrap .children-age .row .left .select_arrow_full select, .results-page .trip-snapshot .modify-search-wrap .children-age .row .left .select_arrow_full select, .results-page .rp-summary .modify-search-wrap .children-age .row .left .select_arrow_full select {
            padding-right: 10px;
            width: 100%; }
    .trip-wrapper .trip-snapshot .modify-search-wrap .advanced-search-wrap div span, .trip-wrapper .rp-summary .modify-search-wrap .advanced-search-wrap div span, .results-page .trip-snapshot .modify-search-wrap .advanced-search-wrap div span, .results-page .rp-summary .modify-search-wrap .advanced-search-wrap div span {
      display: inline-block;
      vertical-align: middle;
      padding: 0 0.5em; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .advanced-search-wrap div span label, .trip-wrapper .rp-summary .modify-search-wrap .advanced-search-wrap div span label, .results-page .trip-snapshot .modify-search-wrap .advanced-search-wrap div span label, .results-page .rp-summary .modify-search-wrap .advanced-search-wrap div span label {
        font-weight: normal;
        font-size: 1em; }
      .trip-wrapper .trip-snapshot .modify-search-wrap .advanced-search-wrap div span .form-control, .trip-wrapper .trip-snapshot .modify-search-wrap .advanced-search-wrap div span .form-control:focus, .trip-wrapper .rp-summary .modify-search-wrap .advanced-search-wrap div span .form-control, .trip-wrapper .rp-summary .modify-search-wrap .advanced-search-wrap div span .form-control:focus, .results-page .trip-snapshot .modify-search-wrap .advanced-search-wrap div span .form-control, .results-page .trip-snapshot .modify-search-wrap .advanced-search-wrap div span .form-control:focus, .results-page .rp-summary .modify-search-wrap .advanced-search-wrap div span .form-control, .results-page .rp-summary .modify-search-wrap .advanced-search-wrap div span .form-control:focus {
        border: 1px solid #ccc;
        width: 150px !important; }
    .trip-wrapper .trip-snapshot .modify-search-wrap .children-age, .trip-wrapper .rp-summary .modify-search-wrap .children-age, .results-page .trip-snapshot .modify-search-wrap .children-age, .results-page .rp-summary .modify-search-wrap .children-age {
      margin: 0 0 1em; }
    .trip-wrapper .trip-snapshot .modify-search-wrap .modify-search-submit, .trip-wrapper .rp-summary .modify-search-wrap .modify-search-submit, .results-page .trip-snapshot .modify-search-wrap .modify-search-submit, .results-page .rp-summary .modify-search-wrap .modify-search-submit {
      padding-right: 30px;
      margin: 1em 0 0; }
.trip-wrapper .filter, .results-page .filter {
  width: 100%;
  display: block;
  float: left;
  font-size: 0.9em;
  background: #fff;
  /*--------- 9/april/18--------*/
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  border-radius: 6px;
  padding: 0 0.4em; }
  .trip-wrapper .filter h2, .results-page .filter h2 {
    font-size: 15px;
    font-weight: bold;
    color: #2F3E53; }
  .trip-wrapper .filter h2, .trip-wrapper .filter .block, .results-page .filter h2, .results-page .filter .block {
    border-bottom: 1px dotted #999;
    padding: 1em 0; }
  .trip-wrapper .filter #price-range-wrap, .results-page .filter #price-range-wrap {
    /*margin: 4em auto 0;
    width: 72.5%;*/ }
  .trip-wrapper .filter span.form-control, .results-page .filter span.form-control {
    width: 43%;
    display: inline-block;
    font-size: 1em;
    margin: 1em 0;
    height: auto;
    position: relative;
    padding: 6px; }
    .trip-wrapper .filter span.form-control:before, .results-page .filter span.form-control:before {
      content: attr(data-curr);
      display: block;
      font-size: 0.8em; }
  .trip-wrapper .filter #duration-time:before, .results-page .filter #duration-time:before {
    content: attr(data-curr);
    font-size: 1em;
    float: right;
    margin-right: 18px; }
  .trip-wrapper .filter .block .title, .results-page .filter .block .title {
    font-weight: bold;
    color: #2F3E53;
    font-size: 12px; }
  .trip-wrapper .filter .block span.chkLabel, .results-page .filter .block span.chkLabel {
    width: 70%;
    display: inline-block; }
  .trip-wrapper .filter .block input[type="checkbox"], .results-page .filter .block input[type="checkbox"] {
    vertical-align: text-bottom;
    margin-right: 5px; }
  .trip-wrapper .filter .block .block-div, .results-page .filter .block .block-div {
    padding-bottom: 2em; }
    .trip-wrapper .filter .block .block-div strong, .results-page .filter .block .block-div strong {
      font-size: 1em;
      padding-bottom: 0.5em; }
  .trip-wrapper .filter .block input[type="text"], .trip-wrapper .filter .block input[type="button"], .results-page .filter .block input[type="text"], .results-page .filter .block input[type="button"] {
    width: 100%;
    margin-bottom: 1em;
    font-size: 1em; }
  .trip-wrapper .filter .block .chkbox span, .results-page .filter .block .chkbox span {
    display: inline-block;
    margin-right: 2px; }
    .trip-wrapper .filter .block .chkbox span input[type='checkbox'], .results-page .filter .block .chkbox span input[type='checkbox'] {
      margin-right: 3px; }
  .trip-wrapper .filter .block .show-all, .results-page .filter .block .show-all {
    float: right;
    color: #92A8C0;
    font-size: 11px;
    cursor: pointer; }
  .trip-wrapper .filter .block:last-child, .results-page .filter .block:last-child {
    border: 0; }
    .trip-wrapper .filter .block:last-child .chkbox, .results-page .filter .block:last-child .chkbox {
      /**div{
      	border-bottom:1px solid #eee;
      	padding-top:1em;
      	input[type="checkbox"]{
      		margin-right:0;
      	}
      	p{
      		span{
      			cursor:pointer;
      			font-size:11px;
      			&:last-child{
      				float:right;
      			}
      		}
      		a{
      			text-decoration: none;
      			cursor:pointer;
      			display:none;
      		}
      		&:hover{
      			a{
      				display:inline-block;
      			}
      		}
      	}
      	&:last-child{
      		border:0;
      	}
      }**/ }
      .trip-wrapper .filter .block:last-child .chkbox input[type="checkbox"], .trip-wrapper .filter .block:last-child .chkbox p, .results-page .filter .block:last-child .chkbox input[type="checkbox"], .results-page .filter .block:last-child .chkbox p {
        display: inline-block;
        vertical-align: middle; }
      .trip-wrapper .filter .block:last-child .chkbox div.airline-name-wrap, .results-page .filter .block:last-child .chkbox div.airline-name-wrap {
        border-bottom: 1px solid #eee;
        padding-top: 1em;
        width: 86%;
        display: inline-block;
        vertical-align: middle; }
        .trip-wrapper .filter .block:last-child .chkbox div.airline-name-wrap input[type="checkbox"], .results-page .filter .block:last-child .chkbox div.airline-name-wrap input[type="checkbox"] {
          margin-right: 0; }
        .trip-wrapper .filter .block:last-child .chkbox div.airline-name-wrap p, .results-page .filter .block:last-child .chkbox div.airline-name-wrap p {
          width: 83px; }
          .trip-wrapper .filter .block:last-child .chkbox div.airline-name-wrap p span, .results-page .filter .block:last-child .chkbox div.airline-name-wrap p span {
            cursor: pointer;
            font-size: 11px;
            float: left; }
            .trip-wrapper .filter .block:last-child .chkbox div.airline-name-wrap p span:last-child, .results-page .filter .block:last-child .chkbox div.airline-name-wrap p span:last-child {
              float: left; }
        .trip-wrapper .filter .block:last-child .chkbox div.airline-name-wrap a, .results-page .filter .block:last-child .chkbox div.airline-name-wrap a {
          text-decoration: none;
          cursor: pointer;
          display: none; }
        .trip-wrapper .filter .block:last-child .chkbox div.airline-name-wrap:hover a, .results-page .filter .block:last-child .chkbox div.airline-name-wrap:hover a {
          display: inline-block;
          vertical-align: top; }
        .trip-wrapper .filter .block:last-child .chkbox div.airline-name-wrap span, .results-page .filter .block:last-child .chkbox div.airline-name-wrap span {
          float: right;
          font-size: 11px; }
  .trip-wrapper .filter .block #more-airlines, .results-page .filter .block #more-airlines {
    cursor: pointer; }
    .trip-wrapper .filter .block #more-airlines .select-drop-down, .results-page .filter .block #more-airlines .select-drop-down {
      padding-left: 30px; }
    .trip-wrapper .filter .block #more-airlines .rem-e, .results-page .filter .block #more-airlines .rem-e {
      margin: 0; }
    .trip-wrapper .filter .block #more-airlines .set-children-age, .results-page .filter .block #more-airlines .set-children-age {
      padding-left: 15px; }
      .trip-wrapper .filter .block #more-airlines .set-children-age .left, .results-page .filter .block #more-airlines .set-children-age .left {
        width: 5%; }
    .trip-wrapper .filter .block #more-airlines .advanced-search-wrap, .results-page .filter .block #more-airlines .advanced-search-wrap {
      margin: 0 0 20px 45px; }
.trip-wrapper #modify-filter li, .results-page #modify-filter li {
  background: #5B6365;
  color: #fff;
  padding: 0.5em 2em;
  cursor: pointer;
  font-size: 1em; }
  .trip-wrapper #modify-filter li i, .results-page #modify-filter li i {
    padding-right: 0.5em; }
.trip-wrapper .offer-details, .results-page .offer-details {
  position: absolute;
  right: 0px;
  top: 0;
  background: #eee;
  z-index: 9;
  box-shadow: 1px 1px 10px -2px #aaa;
  height: 140px;
  padding: 0.5em 1em 1em 1em; }
  .trip-wrapper .offer-details .od-close img, .results-page .offer-details .od-close img {
    width: 15px;
    cursor: pointer; }
.trip-wrapper .cards-layout, .results-page .cards-layout {
  padding: 1em 0;
  /*--- pm-action-btns ---*/ }
  .trip-wrapper .cards-layout .pm-action-btns, .results-page .cards-layout .pm-action-btns {
    padding: 1em 0; }
    .trip-wrapper .cards-layout .pm-action-btns .col span, .results-page .cards-layout .pm-action-btns .col span {
      padding-right: 0.25em; }
  .trip-wrapper .cards-layout .card, .results-page .cards-layout .card {
    margin-top: 2%;
    position: relative;
    background: #fff;
    /*---------- 9/april/18-----------*/ }
    .trip-wrapper .cards-layout .card .card-wrap, .results-page .cards-layout .card .card-wrap {
      padding-left: 0; }
      .trip-wrapper .cards-layout .card .card-wrap .col-md-2, .trip-wrapper .cards-layout .card .card-wrap .col-md-10, .results-page .cards-layout .card .card-wrap .col-md-2, .results-page .cards-layout .card .card-wrap .col-md-10 {
        border-radius: 6px;
        box-shadow: 4px 3px 3px 0 #e2e2e2; }
      .trip-wrapper .cards-layout .card .card-wrap .vertical-stripe, .results-page .cards-layout .card .card-wrap .vertical-stripe {
        width: 5%;
        position: relative;
        /*-- special-flights --*/ }
        .trip-wrapper .cards-layout .card .card-wrap .vertical-stripe .vs-text, .results-page .cards-layout .card .card-wrap .vertical-stripe .vs-text {
          background: #44cd01 none repeat scroll 0 0;
          color: #fff;
          font-size: 13px;
          font-weight: bold;
          left: 0;
          margin: 0;
          position: absolute;
          text-align: center;
          text-transform: uppercase;
          top: 0;
          -ms-transform: rotate(270deg);
          -webkit-transform: rotate(270deg);
          -moz-transform: rotate(270deg);
          transform: rotate(270deg);
          -webkit-transform-origin: 70px 70px 0;
          -moz-transform-origin: 70px 70px 0;
          -ms-transform-origin: 70px 70px 0;
          -o-transform-origin: 70px 70px 0;
          transform-origin: 70px 70px 0;
          min-width: 105px;
          width: auto; }
          .trip-wrapper .cards-layout .card .card-wrap .vertical-stripe .vs-text p, .results-page .cards-layout .card .card-wrap .vertical-stripe .vs-text p {
            margin: 0;
            padding: 3px; }
      .trip-wrapper .cards-layout .card .card-wrap .col-md-2 .book-now, .results-page .cards-layout .card .card-wrap .col-md-2 .book-now {
        position: relative;
        font-size: 12px;
        padding: 1em 0 2em; }
        .trip-wrapper .cards-layout .card .card-wrap .col-md-2 .book-now div:first-child, .results-page .cards-layout .card .card-wrap .col-md-2 .book-now div:first-child {
          padding-bottom: 1em; }
        .trip-wrapper .cards-layout .card .card-wrap .col-md-2 .book-now p, .results-page .cards-layout .card .card-wrap .col-md-2 .book-now p {
          margin: 0; }
        .trip-wrapper .cards-layout .card .card-wrap .col-md-2 .book-now strong.price, .results-page .cards-layout .card .card-wrap .col-md-2 .book-now strong.price {
          font-size: 2em; }
      .trip-wrapper .cards-layout .card .card-wrap .col-md-2 .stripe, .results-page .cards-layout .card .card-wrap .col-md-2 .stripe {
        background: #ed1b24 none repeat scroll 0px 0px;
        color: white;
        content: attr(data-name);
        font-size: 1.2em;
        font-weight: bold;
        padding: 5px;
        right: -24px;
        top: 0px;
        z-index: 9;
        cursor: pointer;
        position: absolute; }
        .trip-wrapper .cards-layout .card .card-wrap .col-md-2 .stripe span, .results-page .cards-layout .card .card-wrap .col-md-2 .stripe span {
          display: block; }
.trip-wrapper .show-more, .results-page .show-more {
  width: 80%;
  margin: 1em auto; }
  .trip-wrapper .show-more .btn, .results-page .show-more .btn {
    width: 15em; }

/*-------------- 14/may/18----------------------*/
.offer_content {
  border: 0px solid red;
  width: 100%;
  margin-left: -27px;
  margin-top: -14px; }

.offer_content .image_container {
  overflow: hidden;
  height: 150px;
  width: 150px; }

.offer_content h1 {
  text-align: left;
  margin: 0;
  padding: 0; }

.offer_content h3 {
  text-align: left;
  margin: 0 0 0 0px;
  padding: 0.3em 0; }

.offer_content h5 {
  text-align: left;
  padding: 0.5em 0; }

.offer_content .terms-cond {
  float: right;
  padding: 0em;
  margin: 22px -12px 7px 14px;
  font-size: 12px; }

.adjust-round-offer-strip {
  top: -66px !important; }

/*-------------- 14/may/18----------------------*/
/* ------------------------ trip-wrapper ends here ----------------------------- */
/* -------------- booking-confirmation-wrapper starts here --------------------- */
.booking-confirmation-wrapper .bcw-card {
  width: 90%;
  margin: 1em auto 1.5em;
  padding: 2em; }
  .booking-confirmation-wrapper .bcw-card.bg-f7 {
    border-radius: 6px;
    box-shadow: 4px 3px 3px 0 #e2e2e2; }
  .booking-confirmation-wrapper .bcw-card .bcw-card-head h1 {
    font-family: "Roboto-Light";
    font-size: 2.2em;
    border-bottom: 1px solid #ddd;
    padding: 0 0 0.5em; }
  .booking-confirmation-wrapper .bcw-card .img-wrap {
    box-shadow: 1px 2px 4px 3px #a3a3a3;
    border-radius: 6px; }
    .booking-confirmation-wrapper .bcw-card .img-wrap img {
      width: 100%;
      border-radius: 6px; }
  .booking-confirmation-wrapper .bcw-card .hotels-list .list-inline li, .booking-confirmation-wrapper .bcw-card .flights-list .list-inline li {
    width: 19.7%; }
    .booking-confirmation-wrapper .bcw-card .hotels-list .list-inline li .img-wrap, .booking-confirmation-wrapper .bcw-card .flights-list .list-inline li .img-wrap {
      margin: 0 0 0.5em; }
    .booking-confirmation-wrapper .bcw-card .hotels-list .list-inline li .img-wrap + p, .booking-confirmation-wrapper .bcw-card .flights-list .list-inline li .img-wrap + p {
      font-size: 1.2em; }
    .booking-confirmation-wrapper .bcw-card .hotels-list .list-inline li p, .booking-confirmation-wrapper .bcw-card .flights-list .list-inline li p {
      margin: 0; }
    .booking-confirmation-wrapper .bcw-card .hotels-list .list-inline li .rating i, .booking-confirmation-wrapper .bcw-card .flights-list .list-inline li .rating i {
      color: #F9AD00; }
.booking-confirmation-wrapper .bcw-card-group {
  margin: 0 auto;
  padding: 0;
  width: 90%; }
  .booking-confirmation-wrapper .bcw-card-group ul {
    margin: 0; }
    .booking-confirmation-wrapper .bcw-card-group ul .bcw-card {
      width: 32.4%;
      margin: 0 1% 0 0; }
      .booking-confirmation-wrapper .bcw-card-group ul .bcw-card:last-child {
        margin: 0; }
      .booking-confirmation-wrapper .bcw-card-group ul .bcw-card strong {
        padding-left: 1em; }
      .booking-confirmation-wrapper .bcw-card-group ul .bcw-card .text-center {
        width: 65%;
        margin: 0 auto; }
        .booking-confirmation-wrapper .bcw-card-group ul .bcw-card .text-center p {
          margin: 1em 0; }

/* -------------- booking-confirmation-wrapper ends here --------------------- */
/*------------------------ see-on-map starts here ----------------------*/
.see-on-map img {
  height: 170px; }

/*----------------------- see-on-map ends here -------------------------*/
/*--------------------  session counter ----------------------*/
.session-counter {
  text-align: right; }
  .session-counter .sc-wrap {
    padding: 0.5em 1em;
    padding-left: 0;
    margin: 0.05em 0;
    color: #3A9352;
    font-family: "Roboto-Regular";
    font-size: 1.1em; }
    .session-counter .sc-wrap:before {
      content: "\f017";
      font-family: fontAwesome;
      font-size: 1.5em;
      padding: 0 0.5em;
      display: inline-block;
      vertical-align: middle; }
    .session-counter .sc-wrap span {
      display: inline-block;
      vertical-align: middle; }

@media screen and (max-width: 1024px) {
  .trip-wrapper #modify-filter li, .results-page #modify-filter li {
    padding: 0.5em 10%;
    cursor: pointer; }
  .trip-wrapper .filter .block span.chkLabel, .results-page .filter .block span.chkLabel {
    width: auto; } }
.img-desc img, .img-desc span {
  display: inline-block;
  vertical-align: top; }

.active {
  background-color: #3A9352;
  color: #fff; }

#new-passenger-details-wrap .npdw .npdwls {
  background: #414141 none repeat scroll 0 0;
  /* left: 0;
  position: absolute; */
  /*--- changes done for responsive footer on 3rd Oct*/
  width: 100%
  /* height: 104.8%;
  top: -70px; */
   }
  #new-passenger-details-wrap .npdw .npdwls .logo-section {
    background: #000;
    text-align: center; }
    #new-passenger-details-wrap .npdw .npdwls .logo-section ul {
      padding: 0;
      margin: 0; }
      #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:first-child img {
        border: 2px solid #ddd;
        border-radius: 76px;
        height: auto;
        margin: 0 auto;
        width: 135px;
        padding: 7px; }
      #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:nth-child(3) .s-icon {
        padding: 9px 0px;
        background: #f4831d; }
      #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:nth-child(3) img {
        width: 22px;
        margin: 10px;
        cursor: pointer; }
      #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:nth-child(3) .notification-icon {
        position: relative; }
        #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:nth-child(3) .notification-icon img {
          width: 21px;
          margin: 10px;
          cursor: pointer; }
        #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:nth-child(3) .notification-icon .badge {
          background: #EA8A3D;
          position: absolute;
          right: -8px;
          top: -9px; }
      #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:nth-child(4) {
        text-align: left;
        margin-left: 21px; }
      #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:nth-child(5) {
        margin-left: 17px;
        text-align: left; }
        #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:nth-child(5) .aed {
          padding: 0 5px; }
        #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:nth-child(5) .no {
          font-size: 22px;
          font-weight: 600; }
      #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:nth-child(6) {
        text-align: right;
        margin-right: 10px; }
        #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:nth-child(6) i {
          color: red; }
      #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:last-child {
        margin-top: 25px;
        padding-bottom: 20px; }
        #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:last-child a {
          color: #fff;
          text-decoration: none; }
          #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:last-child a input {
            padding: 5px 46px;
            background-color: #707070;
            border: medium none;
            border-radius: 4px; }
      @media screen and (min-width: 1023px) and (max-device-width: 1024px) {
        #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:last-child a input {
          padding: 5px 25px; } }
      #new-passenger-details-wrap .npdw .npdwls .logo-section ul li:first-child {
        padding-top: 15px; }
      #new-passenger-details-wrap .npdw .npdwls .logo-section ul li {
        color: #fff; }
        #new-passenger-details-wrap .npdw .npdwls .logo-section ul li h4 {
          margin-top: -12px; }
  #new-passenger-details-wrap .npdw .npdwls .side-menu-section ul {
    margin-left: -40px; }
    #new-passenger-details-wrap .npdw .npdwls .side-menu-section ul li.active {
      background-color: #F4831D;
      border-left: 3px solid #088C36;
      box-shadow: 3px 1px 4px #767676; }
      #new-passenger-details-wrap .npdw .npdwls .side-menu-section ul li.active a {
        color: #000 !important; }
    #new-passenger-details-wrap .npdw .npdwls .side-menu-section ul li {
      background: #707070;
      border-bottom: 1px solid;
      padding: 5px 0; }
      #new-passenger-details-wrap .npdw .npdwls .side-menu-section ul li a {
        color: #fff;
        cursor: pointer;
        display: block;
        margin: -5px 0;
        padding: 5px;
        text-decoration: none;
        width: 100%; }
        #new-passenger-details-wrap .npdw .npdwls .side-menu-section ul li a img {
          padding: 2px;
          cursor: pointer;
          margin-top: -3px; }
      @media screen and (min-width: 1023px) and (max-device-width: 1024px) {
        #new-passenger-details-wrap .npdw .npdwls .side-menu-section ul li a {
          font-size: 10px; } }
@media screen and (min-width: 1023px) and (max-device-width: 1024px) {
  #new-passenger-details-wrap .npdw .npdwls {
    margin-top: 0px;
    margin-left: -20px; } }

@media screen and (min-width: 1348px) and (max-device-width: 1800px) {
  .npdwls {
    left: -25px !important;
    width: 18%; } }

/*# sourceMappingURL=main.css.map */
.download_button{
    background: rgba(0, 0, 0, 0) url("../images/Download.png") no-repeat scroll 6px center;
    border: 1px solid #ccc;
    padding: 8px 22px 5px 29px;
    margin:10px;
    color:#3E712F;
}

/*# background image on widget page and make it transparent */
.resultscroll{overflow: scroll; overflow-x:hidden; height:330px}
.opacty {
  background: transparent url(../images/gray-trans.png) repeat !important;
}
.flightbg {
  background: url(../images/flight.jpg) no-repeat;
  background-size: 100%;
}

.hotelbg {
  background: url(../images/hotel.jpg) no-repeat;
  background-size: 100%;
}
.carbg {
  background: url(../images/car.jpg) no-repeat;
  background-size: 100% !important;
}
.meetgreetbg {
  background: url(../images/meet_and_great.jpg) no-repeat;
  background-size: 100% !important;
}

/* //passenger code start */
.passenger-details-wrapper .pdw-card .pdw-card-body .adult .personal-details .pd-body .form-wrap div.fw {
   position: relative;
}

.error-message{     
   position: absolute;
   width: 100%;
   left: 0px;
   text-align: center;
   top: -51px;
   color: red;}
   
   .error-message-country
   {position: absolute;
    width: 118%;
    left: -109px;
    
    top: -32px;
    color: red;}
   
  .passenger-details-wrapper .pdw-card .pdw-card-body .adult .personal-details .pd-body .form-wrap div.medium .search input {
  
   max-height: 36px!important;}
    
    .passenger-details-wrapper .pdw-card .pdw-card-body .adult .personal-details .pd-body .form-wrap div.fw {
    min-height: 0!important;}
    
    .passenger-details-wrapper .pdw-card .pdw-card-body .adult .personal-details .pd-body .form-wrap div.fw select {
    padding: 7px!important;;}
    
    
    #new-passenger-details-wrap{
display:flex;
}
.npdw {
    width: 17%;
    
}
.npdwrs{margin-left: 10px; }
.modal-header h4{float:left; margin:0 0;}
.pad-none{padding:0px;}
.trvler-font{font-size:1.8rem;}
.traveler-bottom-pad{padding-bottom:12px;}
.text-alignment{padding-right: 0; padding-left: 6px;}
