.search-result-list ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.search-result-list li:first-of-type {
  margin-top: 0;
}
.search-result-list .loader {
  margin-top: 30px;
  margin-bottom: 10px;
}
.search-result-list .loader .btn {
  padding: 12px 0;
  width: 30%;
  background: #94c0d1;
  background-image: linear-gradient(bottom, #B6D6E2 5%, #CAE8EE 90%);
  background-image: -o-linear-gradient(bottom, #B6D6E2 5%, #CAE8EE 90%);
  background-image: -moz-linear-gradient(bottom, #B6D6E2 5%, #CAE8EE 90%);
  background-image: -webkit-linear-gradient(bottom, #B6D6E2 5%, #CAE8EE 90%);
  background-image: -ms-linear-gradient(bottom, #B6D6E2 5%, #CAE8EE 90%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #B6D6E2), color-stop(0.9, #CAE8EE));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B6DA', endColorstr='#009BD8', GradientType=0);
}
.search-result-list .loader .btn:hover {
  background-image: none;
  background: #B6D6E2;
}



.search-result-list.vacations .package-result {
  padding: 10px;
  background-color: #fff;
  border-bottom: 3px solid #D1D3D4;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.search-result-list.vacations .package-result h1 {
  cursor: pointer;
}
.search-result-list.vacations .package-result h1:hover {
  text-decoration: underline;
}
.search-result-list.vacations .package-result .price-info .price {
  margin: 12px 0 5px 0;
}
.search-result-list.vacations .package-result .price-info .price sup {
  top: 4px;
}
.search-result-list.vacations .package-result .price-info.promo .promo-icon {
  margin: 5px 0;
}
.search-result-list.vacations .package-result .price-info.promo .discount {
  margin-top: 0;
}
.search-result-list.vacations .package-result .price-info.promo .price {
  margin: 8px 0 5px 0;
}
.search-result-list.vacations .package-result .brand {
  float: right;
  padding-top: 5px;
  margin-right: 30px;
  clear: right;
}
.search-result-list.vacations .package-result .three-col .trip-advisor {
  cursor: pointer;
}
.search-result-list.vacations .package-result .hotel-img .caption {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 160px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.search-result-list.vacations .package-result .hotel-img .caption:hover {
  opacity: 1;
}
.search-result-list.vacations .package-result .hotel-img .caption span {
  position: relative;
  top: 45%;
  opacity: 1;
}
.search-result-list.vacations .package-result .hotel-options ul {
  margin-top: 10px;
}
.search-result-list.vacations .package-result .hotel-options li {
  border-left: 1px solid #D1D3D4;
  border-right: 1px solid #D1D3D4;
}
.search-result-list.vacations .package-result .hotel-options .btn {
  margin-right: 10px;
}
.search-result-list.vacations .package-result .hotel-options .options .promo {
  width: 9%;
  margin-left: 1%;
}
.search-result-list.vacations .package-result .hotel-options .options .discount {
  width: 8%;
  margin-left: 1%;
}
.search-result-list.vacations .package-result .hotel-options .options .discount .save {
  margin-left: 0;
}
.search-result-list.vacations .package-result .hotel-options .options .sub-total {
  width: 13%;
  margin-left: 1%;
}
.search-result-list.vacations .package-result .hotel-options .options .sub-total .tax {
  line-height: 1;
}
.search-result-list.vacations .package-result .hotel-options .options .error-message {
  font-size: 20px;
  padding-left: 40px;
  border: 1px solid #ca0000;
  color: #ca0000;
  font-weight: 200;
  letter-spacing: 1px;
  margin: 10px 0;
}
.search-result-list.vacations .package-result .hotel-options .options .error-message .icon-frown {
  left: 13px;
  font-size: 20px;
  top: 9px;
}
.search-result-list.vacations .package-result .hotel-options .meal-type {
  font-size: 12px;
  line-height: 20px;
  margin-left: 0;
}
.ie8 .search-result-list.vacations .package-result .hotel-img .caption {
  display: none;
}
.search-result-list.vacations.tab .package-result {
  padding: 0;
  border: 0;
}
.search-result-list .featured {
  margin-bottom: 20px;
}
.search-result-list .featured .package-result:first-child {
  border: 2px solid #F89520;
  margin-top: 15px;
}
.package-result {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.package-result:first-child {
  margin-top: 0;
}
.package-result .tab-content {
  float: left;
  width: 100%;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #D1D3D4;
  border-top: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.package-result h1 {
  font-size: 22px;
  line-height: 1.05;
  color: #1C75BC;
  margin-bottom: 5px;
  margin-top: 0;
}
.package-result .hotel-img {
  position: relative;
  overflow: hidden;
  width: 26%;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.package-result .hotel-img img {
  height: 160px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.package-result .hotel-img .gallery-link {
  position: absolute;
  bottom: 0;
  background: #000;
  color: #FFF;
  left: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
  font-size: 13px;
  text-decoration: underline;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
}
.package-result .hotel-img .gallery-link:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background-color: rgba(0, 0, 0, 0.9);
}
.package-result .result-info {
  width: 72.5%;
  margin-left: 10px;
  font-size: 13px;
  color: #231F20;
}
.package-result .result-info .value-title {
  margin-right: 10px;
}
.package-result .result-info .span9:first-child {
  width: 74%;
}
.cars .package-result .result-info .span9 {
  border: none;
}
.package-result .info-link {
  font-weight: bold;
  text-decoration: underline;
  line-height: 25px;
  margin-top: 10px;
  float: left;
  padding-left: 10px;
  border-left: 1px solid #D1D3D4;
}
.package-result .info-link .icon-info-sign {
  line-height: 16px;
  text-decoration: none;
  font-size: 17px;
  margin-right: 4px;
}
.package-result .meal-type {
  text-decoration: underline;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
}
.package-result .location {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  color: black;
  line-height: 1;
}
.package-result .location a {
  color: #000000;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.package-result .location .date {
  border-left: 1px solid #ccc;
  padding-left: 8px;
  margin-left: 5px;
}
.package-result button {
  border: 0;
  background: none;
  color: #f05a28;
  padding-left: 0;
  line-height: 1;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
  margin-top: 8px;
  display: block;
}
.package-result button i {
  text-decoration: none;
}
.package-result .price-info {
 
  font-size: 12px;
  text-align: center;

}
.package-result .price-info .seat-alert {
  color: #000000;
  background-color: #d1d2d4;
  position: relative;
  margin: 0 -1px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.package-result .price-info .seat-alert .icon-caret-down {
  position: absolute;
  left: 45%;
  bottom: -6px;
  color: #d1d2d4;
}
.package-result .price-info .was span {
  color: #808285;
  text-decoration: line-through;
}
.package-result .price-info .was span:first-child {
  text-decoration: none;
}
.package-result .price-info .discount {
  margin-top: 10px;
}
.package-result .price-info .price {
  margin: 5px 0;
  font-size: 32px;
}
.package-result .price-info .price span {
  display: inline;
  font-size: 18px;
  position: relative;
  vertical-align: top;
}
.package-result .price-info .price sup {
  font-size: 12px;
  vertical-align: top;
  top: 4px;
  font-weight: 400;
}
.package-result .price-info .taxes {
  margin: 10px 0;
  font-size: 10px;
  line-height: 1;
}
.package-result .price-info .promo {
  margin-top: 5px;
}
.package-result .price-info .promo span {
  text-align: left;
  float: left;
  margin-left: 5px;
  color: #C92027;
  font-weight: bold;
  line-height: 15px;
}
.package-result .price-info .title {
  margin: 10px 0;
  font-weight: bold;
}
.package-result .price-info .btn {
  width: 100%;
  padding: 12px 0;
  line-height: 1;
  font-size: 20px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.package-result .price-info .btn .icon-play {
  margin-left: 15px;
  font-size: 14px;
  line-height: 22px;
  vertical-align: baseline;
}
.package-result .span12 {
  margin-left: 0;
}
.package-result .address {
  margin-bottom: 10px;
}
.package-result .address a {
  color: #808285;
  text-decoration: underline;
  margin-left: 5px;
}
.package-result .package-type {
  text-decoration: underline;
}
.package-result .two-col {
  float: left;
  width: 100%;
}
.package-result .two-col strong {
  display: block;
}
.package-result .two-col .span6 {
  border-right: 1px solid #D1D3D4;
  padding-right: 5px;
}
.package-result .two-col .span6:first-child {
  margin-left: 0;
}
.package-result .two-col .span6:last-child {
  border-right: 0;
}
.package-result .two-col .span6 li {
  line-height: 17px;
}
.package-result .two-col .span8 {
  border-right: 1px solid #D1D3D4;
  padding-right: 5px;
}
.package-result .two-col .span8:first-child {
  margin-left: 0;
}
.package-result .three-col {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.package-result .three-col .span4 {
  border-right: 1px solid #D1D3D4;
  padding-right: 5px;
}
.package-result .three-col .span4:first-child {
  margin-left: 0;
}
.package-result .three-col .span4:last-child {
  border-right: 0;
}
.package-result .three-col a {
  text-decoration: underline;
}
.package-result .three-col .span4 strong,
.package-result .two-col .span4 strong,
.package-result .three-col .span6 strong,
.package-result .two-col .span6 strong,
.package-result .three-col .span8 strong,
.package-result .two-col .span8 strong,
.package-result .three-col .span4 a,
.package-result .two-col .span4 a,
.package-result .three-col .span6 a,
.package-result .two-col .span6 a,
.package-result .three-col .span8 a,
.package-result .two-col .span8 a {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.package-result .three-col .popover-content .span4,
.package-result .two-col .popover-content .span4 {
  border: 0;
}
.package-result .two-col.no-border [class*="span"]:first-child,
.package-result .three-col.no-border [class*="span"]:first-child {
  border-right: 0;
}
.package-result .trip-advisor p {
  margin-bottom: 0;
  font-size: 11px;
}
.package-result .promotion {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  padding: 5px;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.package-result .promotion .promo-img {
  float: left;
  margin-right: 10px;
}
.package-result .promotion .promo-img img {
  width: 54px;
}
.package-result .promotion span {
  color: #F15A29;
  line-height: 25px;
}
.package-result .promotion .selling-fast,
.package-result .promotion .best-value {
  background: white;
  position: absolute;
  right: 0;
  line-height: 1;
  padding: 10px 0;
  top: 0;
  font-size: 15px;
  width: 162px;
  text-align: center;
}
.package-result .promotion .best-value {
  color: #6DA942;
}
.package-result .loader {
  margin-top: 10px;
  margin-bottom: 0;
}
.package-result .loader h1 {
  margin-top: 30px;
  color: #1b75bb;
  font-size: 19px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.product-phone-number {
  margin-bottom: 1px;
}
.product-phone-number .icon-phone-speech-bubble {
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
.airport-transfer-text {
  margin-bottom: 5px;
  font-weight: bold;
  color: #1c75bc;
  display: inline-block;
}
.airport-transfer-text .icon-shuttle {
  margin-right: 7px;
  width: 15px;
  height: 14px;
}
/* Selected Vacation Package
========================= */
.chosen-package .row-fluid {
  position: relative;
}
.chosen-package .trip-advisor p {
  font-size: 11px;
}
.chosen-package a {
  text-decoration: underline;
}
.chosen-package .search a {
  text-decoration: none;
}
.chosen-package .btn {
  text-decoration: none;
}
.chosen-package .show-hide-btn .icon-plus-sign,
.chosen-package .show-hide-btn .icon-minus-sign {
  line-height: 16px;
  margin-right: 4px;
}
.chosen-package .hotel-details h1 {
  font-size: 34px;
  color: #1C75BC;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 5px;
}
.chosen-package .hotel-details .rating {
  display: inline;
  margin-right: 10px;
  line-height: 1;
}
.chosen-package .hotel-details .rating [class*="icon-star"] {
  font-size: 18px ;
  margin-right: 0px;
  line-height: 30px;
  margin-right: -5px;
  margin-top: 5px;
}
.chosen-package .hotel-details .address {
  display: inline;
}
.chosen-package .hotel-details p {
  margin-bottom: 0;
}
.chosen-package .hotel-details .depart,
.chosen-package .hotel-details .result,
.chosen-package .hotel-details .search-info,
.chosen-package .hotel-details .date {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  margin-left: 10px;
}
.chosen-package .hotel-details .depart .icon-home,
.chosen-package .hotel-details .result .icon-home,
.chosen-package .hotel-details .search-info .icon-home,
.chosen-package .hotel-details .date .icon-home,
.chosen-package .hotel-details .depart .icon-female,
.chosen-package .hotel-details .result .icon-female,
.chosen-package .hotel-details .search-info .icon-female,
.chosen-package .hotel-details .date .icon-female,
.chosen-package .hotel-details .depart .icon-calendar,
.chosen-package .hotel-details .result .icon-calendar,
.chosen-package .hotel-details .search-info .icon-calendar,
.chosen-package .hotel-details .date .icon-calendar {
  margin-right: 10px;
}
.chosen-package .hotel-details .depart .icon-male,
.chosen-package .hotel-details .result .icon-male,
.chosen-package .hotel-details .search-info .icon-male,
.chosen-package .hotel-details .date .icon-male,
.chosen-package .hotel-details .depart .icon-home,
.chosen-package .hotel-details .result .icon-home,
.chosen-package .hotel-details .search-info .icon-home,
.chosen-package .hotel-details .date .icon-home {
  margin-left: 10px;
}
.chosen-package .hotel-details .search-info {
  margin-right: 10px;
}
.chosen-package .hotel-details .btn {
  padding: 1px 20px;
  background-color: #a5a7aa;
  background-image: -moz-linear-gradient(top, #a5a7aa, #6f7072);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a5a7aa), to(#6f7072));
  background-image: -webkit-linear-gradient(top, #a5a7aa, #6f7072);
  background-image: -o-linear-gradient(top, #a5a7aa, #6f7072);
  background-image: linear-gradient(to bottom, #a5a7aa, #6f7072);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a7aa', endColorstr='#6f7072', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.chosen-package .starting-price {
  float: right;
}
.chosen-package .starting-price .text {
  float: right;
  font-size: 13px;
  text-align: right;
  color: #808285;
  line-height: 15px;
}
.chosen-package .starting-price .text span {
  display: block;
}
.chosen-package .starting-price .sub-total {
  float: right;
  margin-left: 5%;
}
.chosen-package .starting-price .sub-total span {
  display: block;
  line-height: 1;
}
.chosen-package .starting-price .sub-total .price {
  font-size: 34px;
}
.chosen-package .starting-price .sub-total .price span {
  display: inline;
  margin-right: 4px;
}
.chosen-package .starting-price .sub-total .tax {
  font-size: 12px;
  margin: 5px 0 0 5px;
  text-align: right;
}
.chosen-package .starting-price .btn {
  padding: 12px 0;
}
.chosen-package .back {
  float: right;
  text-align: right;
}
.chosen-package .back .btn {
  margin-top: 10px;
  padding: 6px 10px;
  background-color: #a5a7aa;
  background-image: -moz-linear-gradient(top, #a5a7aa, #6f7072);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a5a7aa), to(#6f7072));
  background-image: -webkit-linear-gradient(top, #a5a7aa, #6f7072);
  background-image: -o-linear-gradient(top, #a5a7aa, #6f7072);
  background-image: linear-gradient(to bottom, #a5a7aa, #6f7072);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a7aa', endColorstr='#6f7072', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  font-size: 13px;
  font-weight: 400;
}
.chosen-package .back.absolute {
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: auto;
}
.chosen-package .price-info {
  text-align: right;
  font-size: 12px;
}
.chosen-package .price-info p {
  margin-bottom: 0;
  color: #6D6E70;
  font-weight: 500;
}
.chosen-package .price-info .grey {
  color: #BBBDC0;
}
.chosen-package .price-info .price {
  font-size: 43px;
  float: right;
  line-height: 1;
}
.chosen-package .price-info .was {
  float: right;
  line-height: 17px;
  margin: 4px 10px 0 0;
  font-size: 15px;
  text-align: right;
}
.chosen-package .price-info .was span {
  text-decoration: line-through;
}
.chosen-package .price-info .was .text {
  display: block;
  text-decoration: none;
}
.hotels.results .chosen-package .hotel-flight-steps {
  border-bottom: 2px solid #ececec;
  padding-bottom: 15px;
}
.show-summary.hotels.results .chosen-package .hotel-flight-steps {
  border: 0;
  padding: 0;
}
.chosen-package .shadow-small:before,
.chosen-package .shadow-small:after {
  top: 25%;
  max-width: 576px;
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.chosen-package .shadow-small:after {
  -webkit-transform: rotate(0.5deg);
  -moz-transform: rotate(0.5deg);
  -o-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}
.chosen-package .search-open {
  padding: 0;
}
.chosen-package .toggle-open {
  padding: 0;
}
.overview {
  background-color: #fff;
  margin: 20px 0 0 0;
  padding: 20px;
  transition: all .5s ease;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  color: #000000;
}
.overview .search.horizontal {
  margin-top: 0;
}
.overview.margin-top-55 {
  margin-top: 55px;
}
.hotel-options {
  font-size: 12px;
}
.hotel-options h1 {
  position: relative;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 20px;
  color: #000000;
}
.hotel-options h1 a {
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: underline;
  font-size: 15px;
  font-weight: normal;
}
.hotel-options h4 {
  line-height: 1;
  margin: 0;
  font-size: 17px;
}
.hotel-options .options .sub-total .price {
  display: block;
  font-size: 26px;
}
.hotel-options .options .sub-total .price sup {
  font-size: 12px;
  vertical-align: top;
  top: 5px;
  font-weight: normal;
}
.hotel-options .options .sub-total .taxes {
  font-size: 10px;
  line-height: 12px;
  margin-top: 3px;
}
.hotel-options .options .room {
  color: #1C75BC;
}
.hotel-options .options .nights {
  font-weight: bold;
  text-decoration: none;
}
.hotel-options .options .nights span {
  white-space: nowrap;
}
.hotel-options .options .btn {
  font-size: 20px;
  padding: 11px 12px;
  float: right;
  text-decoration: none;
  font-weight: normal;
  font-weight: bold;
}
.hotel-options .options p {
  text-decoration: underline;
  margin: 0;
}
.hotel-options .options ul {
  margin-bottom: 0;
}
.hotel-options .options li {
  padding: 10px;
  border-bottom: 1px solid #D1D3D4;
  float: left;
  width: 100%;
}
.hotel-options .options li:first-child {
  border-top: 1px solid #D1D3D4;
}
.hotel-options .options li:hover {
  background-color: #F9FBFF;
}
.hotel-options .options .room-rates .btn {
  padding: 11px 12px;
}
.hotel-options .options .pagination-centered .btn {
  border-radius: 0;
  background: #1C75BC;
  width: 35%;
  padding: 5px 0;
  font-size: 13px;
  float: none;
}
.hotel-options .options a {
  text-decoration: underline;
  display: block;
  font-weight: bold;
}
.hotel-options .options .promo span {
  line-height: 15px;
  font-weight: bold;
  color: #f05a28;
}
.hotel-options .options .promo .promo-link {
  display: inline;
}
.hotel-options .reviews {
  border: 0;
  padding: 20px 0;
}
.hotel-options .reviews .trip-advisor.version-2 .rate {
  float: left;
  font-size: 40px;
  margin-right: 17px;
}
.hotel-options .reviews .trip-advisor.version-2 h4 {
  font-size: 40px;
  margin: 0;
}
.hotel-options .reviews .trip-advisor.version-2 img {
  margin-top: 15px;
}
.hotel-options .reviews .trip-advisor.version-2 p {
  color: #656B6A;
}
.hotel-options .selected-package {
  border: 1px solid #e1e1e0;
  background-color: #fff;
  border-bottom-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.hotel-options .selected-package a {
  font-weight: bold;
  text-decoration: underline;
}
.hotel-options .selected-package h2 {
  margin: 0;
  background-color: #f1f1f2;
  padding: 10px 15px;
  border-bottom: 1px solid #e1e1e0;
}
.hotel-options .selected-package h2 img {
  margin-right: 10px;
}
.hotel-options .selected-package .discount {
  font-size: 19px;
  font-weight: 500;
  display: block;
}
.hotel-options .selected-package .discount .save {
  margin-left: 6px;
  padding-left: 8px;
  border-left: 1px solid #a1a3a4;
}
.hotel-options .selected-package .tour-operator {
  padding: 20px 0 10px 15px;
}
.hotel-options .selected-package .tour-operator p {
  margin-bottom: 0;
  color: #939597;
  font-size: 11px;
}
.hotel-options .selected-package .tour-operator .logo {
  margin-bottom: 10px;
}
.hotel-options .selected-package .tour-operator .promo img:first-child {
  margin-right: 10px;
}
.hotel-options .selected-package .package-info {
  padding: 15px 20px 10px 0;
  border-right: 1px solid #e1e1e0;
  min-height: 165px;
  max-width: 260px;
}
.hotel-options .selected-package .package-info .nights {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}
.hotel-options .selected-package .package-info .airline {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 5px;
}
.hotel-options .selected-package .package-info p {
  margin-bottom: 0px;
}
.hotel-options .selected-package .price-info {
  padding: 10px 7px 10px 0;
  text-align: center;
}
.hotel-options .selected-package .price-info .sub-total {
  margin-bottom: 5px;
}
.hotel-options .selected-package .price-info .price {
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
}
.hotel-options .selected-package .price-info .price sup {
  font-size: 12px;
  vertical-align: top;
  top: 10px;
  font-weight: 400;
}
.hotel-options .selected-package .price-info .taxes {
  font-size: 10px;
  line-height: 12px;
}
.hotel-options .selected-package .price-info .btn {
  padding: 10px 0;
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
  text-decoration: none;
}
.hotel-options .selected-package .price-info a {
  font-weight: normal;
}
.hotel-options .selected-package .popover-content .flight-info .airline {
  font-weight: normal;
  font-size: 12px;
}
.hotel-options .trip-advisor h4 {
  font-size: 25px;
  margin: 5px 0 15px 0;
}
.hotel-options .trip-advisor p {
  line-height: 15px;
  margin: 5px 0 15px 0;
}
.hotel-options .featured-amenities {
  float: left;
  width: 100%;
}
.hotel-options .featured-amenities h4 {
  font-size: 16px;
  margin-bottom: 27px;
}
.hotel-options .featured-amenities h4 a {
  font-weight: normal;
  font-size: 14px;
  margin-left: 10px;
  text-decoration: underline;
}
.hotel-options .airport-transfer-text {
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 5px;
}
.package-deals li {
  border: 1px solid #D1D3D4;
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff;
}
.package-deals li a {
  text-decoration: underline;
}
.package-deals .package-info p {
  font-size: 12px;
}
.package-deals .package-info .nights {
  font-size: 13px;
}
.package-deals .details {
  font-size: 13px;
}
.package-deals .details a {
  margin: 3px 0 13px;
  display: block;
}
.package-deals .details a:last-child {
  margin-bottom: 0;
}
.package-deals .details .popover-content {
  padding: 5px;
}
.package-deals .discount {
  margin-bottom: 20px;
}
.package-deals .discount .save {
  margin-left: 0;
}
.package-deals .promo .icon {
  margin-bottom: 10px;
}
.package-deals .price-info {
  text-align: center;
}
.package-deals .price-info .price {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 1px;
}
.package-deals .price-info .price sup {
  font-size: 12px;
  margin-left: 2px;
  top: -14px;
  letter-spacing: 0;
}
.package-deals .price-info .taxes {
  font-size: 10px;
  margin-bottom: 3px;
}
.package-deals .price-info .btn {
  font-size: 20px;
  padding: 12px 0px;
  width: 100%;
  text-decoration: none;
}
.package-deals .airport-transfer-text {
  font-size: 12px;
}


.search-result-list.flights .package-result {
    margin-top: 0;
    margin-bottom: 15px;
    background-color: #fff;
    border-bottom: 3px solid #000917;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.change-bg{background:#ebebeb;}
.search-result-list.flights .package-result .price-info .price {
  margin: 20px 0 5px 0;
}
.search-result-list.flights .package-result .flight:first-child {
  min-height: 140px;
}
.search-result-list.flights .package-result .flight {
  float: left;
  width: 100%;
  margin-left: 0;
  border-top: 1px solid #D1D3D4;
  border-right: 1px solid #D1D3D4;
  font-size: 14px;
  line-height: 1.2;
}

    .search-result-list.flights .package-result .flight .airport {
        font-weight: bold;
        color: #000917;
    }
.search-result-list.flights .package-result .flight .city{
  font-size:12px;
  
}
.search-result-list.flights .package-result .flight:first-child {
  border-top: 0;
}
.search-result-list.flights .package-result .flight .flight-info {
  float: left;
  padding: 20px 0 0 10px;
  width: 24%;
}
.search-result-list.flights .package-result .flight .flight-info img {
  display: block;
  padding-bottom: 5px;
}
.search-result-list.flights .package-result .flight .flight-info .type {
  border: 0;
  padding: 0;
  margin: 0;
}
.search-result-list.flights .package-result .flight .nearby-airport {
  font-size: 12px;
  font-weight: bold;
  color: #F89520;
}
.search-result-list.flights .package-result .flight .time {
  font-size: 14px;
  font-weight: 500;
}
.search-result-list.flights .package-result .flight .time sup {
  top: 0px;
  font-size: 13px;
  margin-left: 2px;
}
.search-result-list.flights .package-result .flight .overnight {
  font-size: 12px;
  font-weight: bold;
  color: #F89520;
}
.search-result-list.flights .package-result .flight .date {
  margin-top:5px;
}
.search-result-list.flights .package-result .flight .duration {
  width: 23%;
  margin: 0 2% 0 0;
}
.search-result-list.flights .package-result .flight .duration .stops {
  color: #1C75BC;
  font-size: 12px;
}
.search-result-list.flights .package-result .flight .duration .stops a {
  cursor: pointer;
}
.search-result-list.flights .package-result .flight .duration .hours-minutes {
  font-size: 11px;
  padding-top: 6px;
}
.search-result-list.flights .package-result .flight .departure,
.search-result-list.flights .package-result .flight .duration,
.search-result-list.flights .package-result .flight .arrival {
  padding: 17px 0;
}
.search-result-list.flights .package-result .flight .departure,
.search-result-list.flights .package-result .flight .arrival {
  width: 21%;
  margin-left: 1%;
}
.search-result-list.flights .package-result .flight .arrival {
  float: left;
}
.search-result-list.flights .package-result .flight .alert {
  margin-bottom: 5px;
  float: left;
  font-size: 12px;
  padding: 5px;
  margin-left: 5px;
}
.search-result-list.flights .package-result .flight.select-leg-section:hover {
  background-color: #f2f9ff;
}
.search-result-list.flights .package-result .flight.select-leg-section:hover .select-leg-link {
  display: inline-block;
  opacity: 1;
}
.search-result-list.flights .package-result .flight.select-leg-section .select-leg-link {
  float: right;
  cursor: pointer;
  padding: 5px 10px;
  text-decoration: underline;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
}
.search-result-list.flights .package-result .flight.select-leg-section.active {
  background-color: #f2f9ff;
}
.search-result-list.flights .package-result .flight.select-leg-section.active .select-leg-link {
  display: inline-block;
  opacity: 1;
}
.search-result-list.flights .package-result .promo-wrapper {
  text-align: center;
}
.search-result-list.flights .package-result .promo-wrapper .promos {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
.search-result-list.flights .package-result .call-save-popover {
  position: absolute;
  top: -46px;
  left: 0;
  max-width: 100%;
}
.search-result-list.flights .package-result .css-popup a {
  height: 50px;
  display: block;
}
.search-result-list.flights .package-result .css-popup .popup-img {
  position: absolute;
  width: 700px;
  right: 100%;
  max-width: 30000px;
}
.search-result-list.flights .package-result .css-popup .popover {
  width: 700px;
  max-width: 700px;
  right: 0!important;
  left: auto!important;
}
.search-result-list.flights .package-result .css-popup .popover.top .arrow {
  left: auto;
  right: 20px;
}
.search-result-list.flights .package-result .css-popup .popover.top .arrow:after {
  border-top-color: #15aaa6;
}
.search-result-list.flights .package-result .show-promo .flight {
  min-height: 130px;
}
.search-result-list.flights .package-result .show-promo .call-save-popover {
  top: -38px;
}
.search-result-list.flights .package-result .price-info {
 
  padding: 0 5px;
  font-size: 14px;
  top: 5px;
}
.search-result-list.flights .package-result .price-info .total-fare {
  font-size: 12px;
  font-weight: bold;
}
.search-result-list.flights .package-result .price-info form {
  margin: 0;
}
    .search-result-list.flights .package-result .price-info .price {
        font-size: 25px;
        font-weight: 500;
        margin: 0px 0 0 0;
        color: #000917;
    }
.search-result-list.flights .package-result .price-info .price span {
  display: inline;
  font-size: 18px;
  position: relative;
  vertical-align: top;
}
.search-result-list.flights .package-result .price-info .price sup {
  font-size: 12px;
  vertical-align: top;
  top: 8px;
  font-weight: 400;
}
.search-result-list.flights .package-result .price-info .price .plus {
  font-size: 19px;
  line-height: 3px;
  margin-right: 4px;
}
.search-result-list.flights .package-result .price-info .price .decimal {
  vertical-align: bottom;
  font-size: 12px;
  bottom: 1px;
}
.search-result-list.flights .package-result .price-info .price .price-cents {
  font-size: 12px;
  vertical-align: top;
  top: 3px;
  margin-right: 3px;
  font-weight: 400;
}
.search-result-list.flights .package-result .price-info p {
  margin: 0 0 5px 0;
  font-size: 10px;
  line-height: 1;
}
.search-result-list.flights .package-result .price-info .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 300;
  padding: 8px 0;
}
.search-result-list.flights .package-result .price-info .seat-alert {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  background: #f59331;
  display: block;
  display: inline-block;
  padding: 0px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: absolute;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
  left: -38px;
  top: -4px;
  min-width: 76px;
}
.search-result-list.flights .package-result .price-info .seat-alert:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f59331;
  border-width: 10px 0px 0px 10px;
  margin-left: -10px;
}
.search-result-list.flights .package-result.recommend {
  border: 1px solid #406e8d;
  margin: 30px 0 20px 0;
}
.search-result-list.flights .package-result.recommend .tab {
  background-color: #406e8d;
  position: absolute;
  top: -30px;
  padding: 5px 10px;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.search-result-list.flights .no-booking-fees {
  margin-bottom: 20px;
}
.search-result-list.flights.roundtrip .show-promo .flight {
  min-height: 150px;
}
.search-result-list.flights.roundtrip .show-promo .call-save-popover {
  top: -18px;
}
.search-result-list.flights.single-roundtrip .show-promo .flight {
  min-height: 150px;
}
.search-result-list.flights.single-roundtrip .show-promo .call-save-popover {
  top: -38px;
}
.search-result-list.flights.single-roundtrip .package-result .show-promo .price-info .seat-alert {
  top: 37px;
  left: -43px;
}
.search-result-list.flights.single-roundtrip .package-result .show-promo .price-info .seat-alert:after {
  left: 56%;
}
.search-result-list.flights.roundtrip .package-result .flight:first-child {
  min-height: inherit;
}
.search-result-list.flights.roundtrip .package-result .price-info {
  top:auto;
  margin-top:30px;
}
.search-result-list.flights.roundtrip .package-result .price-info .btn {
  width: 80%;
}
.search-result-list.flights.roundtrip .package-result .price-info .btn a{
   display:block;
}
.search-result-list.flights.roundtrip .package-result .price-info .btn a:hover{
   text-decoration:none;
}
.search-result-list.flights.roundtrip .package-result .ac-options {
  margin-top: 0;
}
.flight h1 {
  margin: 0 0 20px 0;
}
.flight h3 {
  margin: 0 10px 10px 0;
  font-size: 17px;
  border: 0;
  background: #E9E9E9;
  padding: 0 5px;
}
.flight h3 img {
  width: 20px;
}
.flight .popover-title {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  border-radius: 0;
}
.flight time {
  padding: 0;
  margin: 0;
}
.flight .time {
  font-weight: bold;
}
.flight .departure,
.flight .duration,
.flight .arrival {
  float: left;
}
.flight .arrival {
  float: right;
}
.flight .duration {
  text-align: left;
  text-align: center;
  padding-top: 30px;
}
.flight .duration .stops {
  font-weight: bold;
  text-decoration: underline;
}
.flight .duration .stops span,
.flight .duration .stops a {
  margin: 0 10px;
}
.flight .duration .hours-minutes {
  display: inline-block;
}
.flight .price-drop {
  background: none repeat scroll 0 0 #F89520;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1;
  margin-top: 30px;
  min-height: 20px;
  text-align: center;
}
.flight .classes {
  font-size: 13px;
  text-align: right;
}
.flight .classes a {
  color: #D1D3D4;
  margin-bottom: 3px;
}
.flight .classes a.active {
  color: #2C3F50;
  font-weight: 600;
}
.flight .last {
  text-align: right;
}
.flight .select {
  background-color: #569742;
  background-image: linear-gradient(bottom, #69a436 33%, #96c461 67%);
  background-image: -o-linear-gradient(bottom, #69a436 33%, #96c461 67%);
  background-image: -moz-linear-gradient(bottom, #69a436 33%, #96c461 67%);
  background-image: -webkit-linear-gradient(bottom, #69a436 33%, #96c461 67%);
  background-image: -ms-linear-gradient(bottom, #69a436 33%, #96c461 67%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, #69a436), color-stop(0.67, #96c461));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 15px;
  line-height: .8;
  font-weight: 600;
}
.flight .select .price {
  font-size: 31px;
  margin-bottom: 10px;
}
.flight .select .select-text {
  display: block;
  padding-top: 10px;
  font-weight: 400;
}
.flight .select .select-text i {
  font-size: 14px;
  vertical-align: baseline;
}
.flight a.select:hover {
  background: #6AA436;
  text-decoration: none;
}
.flight .details-toggle {
  font-weight: 500;
  clear: both;
  width: 100%;
  display: block;
  padding-top: 5px;
  text-align: center;
}
.flight .details-toggle i {
  margin-left: 5px;
}



/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #eee;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
	background-color: #011c46;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 10px;
	background-color: white;
	display: none;
	overflow: hidden;
}
.accordion:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}
.accordion.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}


.split_sorting_tabs {
	font-size:11px;
	text-transform: uppercase;
	width:100%;
	margin-bottom:10px;
}
.segmented_btn {
	border: solid 1px #d4d4d4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgb(212, 212, 212);
	border-left-color: rgb(212, 212, 212);
	line-height: 33px;
	background: #fff;
	display: block;
	text-align: center;
	height: 35px;
	color: #2f2f2f;
}
.segmented_btn.active {
	border-bottom: 4px solid #fdd000;
}
.star_ratinginfo {
	border: 1px solid #d4d4d4;
	width: 100%;
}
a.rating_sectn {
	background: #fff;
	border-right: 1px solid #d4d4d4;
	border-bottom: solid 3px #bcbcbc;
	text-align: center;
	padding: 5px 0;
	color: #a4a4a4;
	height: 65px;
	width:33%;
	text-decoration: none;
}
.stops_info a.rating_sectn {
	width: 33.3% !important;
}
.stops_info a.rating_sectn .last {
	border-right:none !important;
}
.rating_sectn.active {
	border-bottom: solid 3px #fdd000;
	color: #2f2f2f;
	height: 65px;
}
.stop_text_count {
	font-size: 22px;
}
.stop_text_stops {
	font-size: 10px;
}
a.rating_sectn .price {
	color: #878787;
	display:block;
}
.sidebar-filter .panel {
	border-radius:0px;
}
.airfilter {
	padding-right: 40px;
	padding-left:25px;
	margin-bottom:10px;
	position:relative;
	border-bottom:#eeeeee solid 1px;
	padding-bottom:10px;
}
.airfilter .airline-logo {
	top: 5px;
	right: 5px;
	position: absolute;
}
.airfilter .form-check-input {
	position:absolute;
	left:20px;
	top:0px;
}
.airfilter .airline-logo img {
	width:35px;
}
.airfilter .item-meta {
	position: relative;
	color: #003087;
	font-size: 11px;
	font-weight:normal;
	margin: 0;
	line-height:10px;
}
.airfilter h4 {
	margin: 0;
	padding:0px;
	line-height:22px;
	font-size:12px;
}


.bdr-top{border-top: 1px solid #D1D3D4;}

/***********************flight details css start here/**********************/
.component-leg-details {
    overflow-y: hidden;
    background: #fff;
    -webkit-transition: max-height .4s ease;
    -moz-transition: max-height .4s ease;
    transition: max-height .4s ease;
    color: #1b0e00;
    clear: both;
    position: relative;
}

.component-leg-details::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #ebebeb;
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left:40px;
    z-index: 1;
}

.component-leg-details .segment-total-time {
    background:#011c46; font-size:14px;
    padding: 16px 30px 9px 20px;
	color:#FFF;
}


.component-leg-details .segment {
    padding: 15px 30px 12px;
}

.component-leg-details .segment-connection {
    position: relative;
}
.component-leg-details .segment-connection::before {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: -13px;
    bottom: 10px;
    background: #f9b975;
    width: 1px;
}
.component-leg-details .segment-connection .airport {
    position: relative;
    margin-bottom: 5px;
    color: #505c75;
}
.component-leg-details .segment-connection .airport::before {
    display: block;
    background-color: #f9b975;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -15px;
    top:5px;
    content: "";
}
.component-leg-details .segment-connection .airport .time {
    width: 150px;
    display: inline-block;
}
.component-leg-details .segment-connection .airport {
    color: #505c75;
}

.component-leg-details .segment-change {
    background: #fef2d3;
    color: #f9b975;
    padding: 10px 20px 9px 20px;
}
.component-leg-details .change-header {
    color: #1C75BC;
    font-weight: 700;
    line-height: 18px;
}
.component-leg-details .segment-change .time {
    font-size: 12px;
    color: #505c75;
}




.mod-search-block{width:100%; margin:10px 0px; color:#FFF;}
.mod-search-block ul{ list-style:none; margin:0px; padding:0px;}
.mod-search-block ul li {
    font-size: .9375rem;
    font-weight: 500;
    border-right: 1px solid #FFF;
    display: inline-block;
    padding: 0 10px;
        padding-left: 10px;
}
.mod-search-block ul li:last-of-type {
    border: none;
}
.destination-arrows {
    position: relative;
    width: 17px;
    height: 20px;
    display: inline-block;
    margin: 0 4px 0 6px;
}
.mod-search-block .destination-arrows {
    position: relative;
    width: 17px;
    height: 20px;
    display: inline-block;
    margin: 0 4px 0 6px;
}

.mod-search-block .destination-arrows .top {
    top: -4px;
}
.mod-search-block .destination-arrows .bottom {
    top: 6px;
}
/*************flight details css end here/*******************************************************/



/********************passenger details page css start here/*********************************/

.flight-wizard{display:block;position:relative;width:100%;}
.flight-wizard a{background:#d9edf7;color:#fff;display:inline-block;line-height:30px;margin-right:5px;padding:8px 12px;position:relative;width:100%;}
.flight-wizard a::before{border-bottom:21px inset transparent;border-left:20px solid #fff;border-top:25px inset transparent;content:"";height:0;left:0;position:absolute;top:0;}
.flight-wizard a::after{border-bottom:22px inset transparent;border-left:20px solid #d9edf7;border-top:24px inset transparent;content:"";height:0;position:absolute;right:-20px;top:0;width:0;z-index:2;}
.flight-wizard a:first-child::before, .flight-wizard a:last-child::after{border:medium none;}
.flight-wizard a:first-child{border-radius:4px 0 0 4px;}
.flight-wizard a:last-child{border-radius:0 4px 4px 0;}
.flight-wizard .flight-badge{background:#eee none repeat scroll 0 0;margin:0 5px 0 18px;position:relative;top:-1px;}
.flight-wizard .flight-title-wizard{color:#fff;font-size:13px;text-align:center;width:23.90%;}
.flight-wizard .flight-current{background:#011c46;color:#fff !important;}
.flight-pasnger-details .col-lg-12.gap-tb20 img{ margin:0 auto;}
.flight-wizard a:first-child .flight-badge{margin-left:0;}
.flight-wizard .flight-current::after{border-left-color:#011c46;}
.flight-pasnger-details{background-color:#fff;border:1px solid #efe7e0;display:inline-block;padding:5px;-webkit-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.1);-moz-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.1);box-shadow:0px 0px 4px 0px rgba(0,0,0,0.1);}

.icon-arrow {
    position: absolute;
    z-index: 9;
    top: 8px;
    color: #;
    right: 30px;
    font-size: 16px;
    pointer-events: none;
}
.booking-form-header {
	border-bottom: 1px solid #f7f7f7;
	padding: 0 0px 5px 0px;
}
.subheader {
	background: #cbd0df;
	color: #1c2b39;
}
.data-box .h6.form-heading {
	color: #505c75;
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 12px;
}
.data-box .data-group {
	margin: 0 0 44px;
	padding:15px;
	border: none;
-webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=0),progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=90),progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=180),progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=270);
    background-color: #fff;
    border-bottom: 10px solid #eaeaea;
}
.data-box .booking-pax-title {
	font-size: 16px !important;
	font-weight:bold;
	color: #1c2b39;
	
	border-bottom: 1px solid #dbe9dd;
	margin-bottom:15px;
}
 .data-box .booking-pax-title::after {
 content: "";
 background: #1291fc;
 display: block;
 position: relative;
 height:2px;
 width:120px;
margin-top:10px;
 z-index: 1;
}

.flightdetail-pax {
	border-radius: 5px;
	border: 1px solid #6e6e6e;
	padding: 3px 15px;
	float:right;
	margin-top: 2px;
	margin-bottom: 0px;
	cursor: pointer;
}
.booking-box-inner {
    background: #f5f2ea;
    padding: 30px 100px;
    border-radius: 3px;
    border: #e8e8e8 solid 1px;
}
 .lb-required::after {
 content: "*";
 color: #da4c4b;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;}
.alert-warning {
	border: 1px solid #efd586;
}
.alert-warning h5 {
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:20px;
	font-size:14px;
}
.terms-checkbox {
	padding-left:30px;
	position:relative;
	font-size:12px;
}
.terms-checkbox .check-terms {
	position:absolute;
	left:0px;
}
.price-details .price {
	float:right;
	padding-left:.33em;
	position:relative;
	z-index:1
}
.price-details .price.standalone {
	padding-right:12px
}
.price-details ul{
	list-style:none; margin:0px; padding:0px;
}
.price-details li {
	padding-bottom:14px
}
.price-details h4 {
	font-size:12px;
	
	margin:0;
	line-height:16px
}
.price-details h4 .free {
	color:#505c75;
	font-weight:700
}
.price-details .price-wrapper {
	float:right;
	text-align:right
}
.price-details .price-group {
	cursor:pointer
}
.price-details .price-group .category {
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	padding-right:12px
}
.price-details .price-group .category:after {
	display:none;
	content:"";
	width:8px;
	height:8px;
	border-style:solid;
	border-color:#1c2b39;
	border-width:0 0 1px 1px;
	position:absolute;
	right:-9px;
	top:3px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
 -webkit-transition-duration:.3s;
 -moz-transition-duration:.3s;
 transition-duration:.3s
}
.price-details .price-group .category:hover:after {
	top:5px
}
.price-details .price-group .tooltip {
	border-bottom:1px dotted
}
.price-details .price-group-expanded .category:after {
	top:5px;
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
 -webkit-transition-duration:.3s;
 -moz-transition-duration:.3s;
 transition-duration:.3s
}
.price-details ul.items {
	padding:5px 7px;
	margin:7px 0;
	list-style:none;
	position:relative;
	background:#f6f5fa
}
.price-details ul.items li {
	border-top:0;
	padding:0 0 0 3px;
	margin:0;
	font-size:12px;
	line-height:20px;
	overflow:hidden
}
.price-details ul.items li>span:first-child {
	padding-right:.33em
}
.price-details ul.items li span {
	background:#f6f5fa
}
.price-details ul.items .label, .price-details ul.items .price {
	background-color:#f6f5fa
}
.price-details ul.items .price {
	padding-right:2px
}
.price-details ul.items li:after {
	float:left;
	width:0;
	white-space:nowrap;
	content:".............................................................................................................................................................................................................................................................................................."
}
.price-details .subcategories {
	overflow:hidden;
 -webkit-transition:all .4s ease;
 -moz-transition:all .4s ease;
 transition:all .4s ease;
	opacity:1;
 -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter:Alpha(Opacity=100);
	height:auto
}
.price-details .subcategories-hidden {
	max-height:0;
	opacity:0;
 -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter:Alpha(Opacity=0)
}
.price-details .total-price {
	padding:14px 0 0;
	margin:5px 0 0;
	line-height:24px;
	border-top:1px solid #969dac;
	color:#1c2b39;
	font-size:14px
}
 @media only screen and (max-width:640px) {
 .price-details .total-price .discount {
 padding-right:19px;
 font-size:12px
}
 .booking-box-inner {
background:#e5e5e6;
padding:10px;
border-radius:6px;
}
}
.price-details .total-price .discount .price-before-discount {
	color:#505c75
}
.price-details .total-price .price {
	font-size:18px;
	font-weight:700
}
.price-details .total-price .price .currency {
	font-size:14px
}
.price-details .total-price .price.with-info {
	border-bottom:1px solid #969dac;
	padding-bottom:4px;
	margin-bottom:4px
}
.price-details .total-price .extra-info, .price-details .total-price .extra-installments-info {
	display:block;
	clear:both;
	text-align:left;
	color:#969dac;
	line-height:18px;
	font-size:12px
}
.price-details #mobile-arrow {
	display:none
}
.ie9 .price-details .subcategories-hidden, .o12 .price-details .subcategories-hidden {
	max-height:none;
	opacity:1;
 -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter:Alpha(Opacity=100);
	display:none
}
#extra-price-details {
	margin-top:20px
}
@media only screen and (max-width:640px) {
 .price-details {
 display:-webkit-flex;
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-direction:column;
 -moz-flex-direction:column;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 width:100%
}
 .price-details .total-price {
 border-top:0;
 cursor:pointer;
 margin:0;
 -webkit-order:1;
 -moz-order:1;
 -webkit-box-ordinal-group:2;
 -moz-box-ordinal-group:2;
 -ms-flex-order:1;
 order:1;
 padding:20px;
 position:relative;
 -webkit-tap-highlight-color:rgba(255, 255, 255, 0);
 width:100%
}
 .price-details .total-price.hotel {
 padding:0 20px 20px 0
}
 .price-details .total-price:hover #mobile-arrow {
 margin-top:8px
}
 .price-details .total-price:hover #mobile-arrow.arrow-up {
 margin-top:12px
}
 .price-details .total-price .label {
 font-weight:700
}
 .price-details .total-price .price {
 font-size:24px
}
 .price-details .total-price .price.with-info {
 border:none;
 margin-bottom:0
}
 .price-details .total-price-amount {
 margin-right:-7px
}
 .price-details #mobile-arrow {
 border-style:solid;
 border-color:#1c2b39;
 border-width:0 0 1px 1px;
 content:"";
 display:block;
 float:right;
 height:8px;
 margin:9px 8px 0 11px;
 -webkit-transform:rotate(-45deg);
 -moz-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 transform:rotate(-45deg);
 -webkit-transition-duration:.3s;
 -moz-transition-duration:.3s;
 transition-duration:.3s;
 width:8px
}
 .price-details #mobile-arrow.arrow-up {
 -webkit-transform:rotate(135deg);
 -moz-transform:rotate(135deg);
 -ms-transform:rotate(135deg);
 transform:rotate(135deg);
 -webkit-transition-duration:.3s;
 -moz-transition-duration:.3s;
 transition-duration:.3s
}
 .price-details .subcategories-hidden {
 max-height:none;
 opacity:1;
 -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 filter:Alpha(Opacity=100)
}
 .price-details h4 {
 font-weight:700;
 font-family:Arial, Helvetica Neue, Helvetica, sans-serif
}
 .price-details .price-group {
 cursor:default
}
 .price-details .price-group .category {
 padding-right:0
}
 .price-details ul.items {
 padding:5px 10px
}
 .price-details li {
 padding-bottom:10px
}
 .price-group:last-child {
 padding-bottom:0
}
 .price-group:last-child .items {
 margin-bottom:0
}
 .details-list {
 margin:0 20px;
 padding:20px 0;
 border-top:2px solid #dee0e5;
 -webkit-order:2;
 -moz-order:2;
 -webkit-box-ordinal-group:3;
 -moz-box-ordinal-group:3;
 -ms-flex-order:2;
 order:2
}
 .category:after {
 display:none
}
 #extra-price-details {
 margin-top:0
}
}
.price-details-box {
	padding:17px 21px 11px 19px;
	color:#505c75;
	background-color:#fff;
	border:1px solid transparent;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 2px 2px 0 #dcdee3;
	-moz-box-shadow:0 2px 2px 0 #dcdee3;
	box-shadow:0 2px 2px 0 #dcdee3
}
.price-details-box .css-loader {
	text-align:center;
	margin:64px 47%
}
.price-details-box .price-per-pax {
	margin:0 -3px 0 0;
	padding:0 0 20px;
	color:#505c75;
	font-weight:700
}
.price-details-box .price-per-pax .price {
	float:right;
	padding-left:.33em;
	position:relative;
	z-index:1;
	padding-right:2px
}
.price-details-box .alt-currency {
	border-bottom:1px solid #dcdee3;
	padding-bottom:19px;
	font-weight:400;
	color:#1c2b39
}
.price-details-box .alt-currency .price {
	float:none;
	position:static;
	padding:0
}
.price-details-box .price-in-alt-currency {
	color:#505c75;
	line-height:14px;
	font-size:12px
}
.price-details-box .alt-currency-ratio {
	color:#969dac;
	line-height:13px;
	font-size:10px
}
@media only screen and (max-width:640px) {
	
 .price-details-box {
 padding:0;
 width:auto
}
 .price-details-box .price-per-pax {
 font-weight:400;
 margin:20px 8px 0 19px;
 padding-bottom:0
}
 .price-details-box .price-per-pax .alt-currency {
 border-bottom:0;
 padding-bottom:0
}
 .price-details-box .price-per-pax .alt-currency-calculations {
 float:right;
 text-align:right
}
}
.pax-info-inner {
	background: #e6e6e6;
	padding:10px;
	border-radius: 6px;
	margin-bottom:10px;
	font-size:11px;
}

.rev-m {
	width:100%;
	float:left;
}
.rev-m ol {
	margin:0;
	padding:0;
}
.rev-m ol li {
	display:inline;
	font-size:16px;
	margin-right:1%;
	float:left;
	line-height:30px;
}
.ac{
	color:#F60;
	
	font-size:25px;
}
.arr {
	width:16px;
	height:30px;
	background:url(../images/li-arr.png) no-repeat;
	display:block;
}
.call-ceneter-infobox {
	color:#505c75;
	background-color:#fff;
	border:1px solid transparent;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 2px 2px 0 #dcdee3;
	-moz-box-shadow:0 2px 2px 0 #dcdee3;
	box-shadow:0 2px 2px 0 #dcdee3
}
.call-ceneter-infobox .image-content {
	position:relative;
}
.call-ceneter-infobox .call-content {
	position:absolute;
	background:#06082e;
	bottom:0px;
	width:100%;
	padding:5px 10px;
	color:#FFF;
	opacity:0.8;
	text-align:center;
}
.call-ceneter-infobox .call-content a {
	line-height:15px;
}
.sideMessage {
    -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=0),progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=90),progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=180),progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=270);
    background: transparent;
    background: rgba(39,174,96,0.2);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#3327ae60', EndColorStr='#3327ae60');
    padding-left: 72px;
    padding-right: 20px;
    border-bottom: 10px solid rgba(0,0,0,0.05);
    color: #555;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative; margin-top:20px;
}

.sideMessage.creditCard::before {
    content: "\f09d";
    font-family: FontAwesome;
    font-size: 34px;
}
.sideMessage::before {
    left: 15px;
    position: absolute;
    top: 22px;
}

.needHelp{
    padding-left: 112px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=0),progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=90),progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=180),progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=270);
    background-color: #fff;
    border-bottom: 10px solid #eaeaea;
    margin-bottom: 30px; font-size:11px;
}

.needHelp img{
    border-radius: 100%;
    left: 20px;
    position: absolute;
    top: 20px;
}

.needHelp p span:first-of-type{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2px;
}
.needHelp p span{
    color: #333;
    display: block;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}


/****************************passenger details page css end here/*************************************/