@charset "UTF-8";
/*------------------------------------------------------------------------
# Gofar
# ------------------------------------------------------------------------
# Designed by MegaDrupal
# Websites:  http://www.megadrupal.com -  Email: info@megadrupal.com
--------------------------------------------------------------------------

    1.    Shortcode
    2.    Header
    3.    Main
    4.    Footer
    5.    Blog
    6.    Login
    7.    Contact
    8.    Destination
    9.    Hotel
    10.   Widgetsidebar
    11.   Checkout
    12.   Productdetail
    13.   Dark
    14.   Responsive
    15.   Revolution slider
    16.   Custome Drobdown
    17.    Top-icon


--------------------------------------------------------------------------------*/
/* 1.   Shortcode
--------------------------------------------------------------------------------*/
a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none !important;
  text-decoration: none;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #A6A6A6;
  padding: 0;
  margin: 0;
 
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50%;
background-color: #fff;
 
}

p {
  line-height: 1.7em;
}

input, textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"] {
  background: none; 
  border: 1px solid #ccc;
  background-color: #fff;
  height: 40px;
  line-height: 40px; 
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}



select {
  border: none;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 ;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}

textarea {
  background: none;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  resize: none;
  padding: 12px;
  height: 140px;
  color: #666;
  font-size: 14px;
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder {
  color: #888888;
}

input::-moz-placeholder {
  color: #888888;
}

input:-ms-input-placeholder {
  color: #888888;
}

textarea::-webkit-input-placeholder {
  color: #888888;
}

textarea:-moz-placeholder {
  color: #888888;
}

textarea::-moz-placeholder {
  color: #888888;
}

textarea:-ms-input-placeholder {
  color: #888888;
}

a {
  color: #008CFF  !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

code, kbd, pre, samp {
  font-size: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

code {
  background-color: eee;
  letter-spacing: 0.015em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

::-moz-selection {
  color: #fff;
  background-color: #008CFF ;
}

::selection {
  color: #fff;
  background-color: #008CFF ;
}

.list li {
  margin: 8px 0 0;
}

#page-wrap {
  /* overflow: hidden; */
  z-index: 9; 
  /* background-image: url(../images/menu-top/rightPath.png); */
    background-position: right top;
    background-size: 55%;
    background-repeat: no-repeat;
}

.container {
  position: relative;
}

.awe-parallax {
  color: #fff;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.awe-static {
  color: #fff;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.awe-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-color: #008CFF ;
}

.awe-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: -2;
}

.awe-btn {
  display: inline-block;
  background: none;
  border: 1px solid #008CFF ;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  line-height: normal;
  padding: 8px 16px;
  text-align: center;
  font-size: 13px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-btn.awe-btn-style2 {
  border: 0;
  background-color: #ddd;
  color: #666;
}
.awe-btn.awe-btn-style3 {
  border: 0;
  background-color: #008CFF ;
  color: #fff;
}
.awe-btn.awe-btn-style3:focus, .awe-btn.awe-btn-style3:hover {
  background-color: #403F3F;
  color: #fff;
}
.awe-btn:focus, .awe-btn:hover {
  background-color: #008CFF ;
  color: #fff !important;
}

section {
  position: relative;
}

.awe-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-title {
  margin-bottom: 50px;
}
.section-title h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
}

.tb {
  display: table;
  width: 100%;
}

.tb-cell {
  display: table-cell;
  vertical-align: middle;
}

.db {
  display: block;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
  line-height: 1.5em;
  color: #4a4a4a;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: inherit;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 30px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

abbr {
  background-color: #A1D71A;
  color: #111;
  border-width: 2px;
}

mark, .mark {
  background-color: #008CFF ;
}

dfn {
  border-bottom: 1px dashed;
}

blockquote {
  border: 0;
  font-size: 15px;
  color: #999;
  padding: 0;
  padding-left: 30px;
  text-align: left;
  border-left: 3px solid #d4d4d4;
}
blockquote cite, blockquote footer {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #666;
  margin-top: 5px;
  margin-bottom: 5px;
}

pre {
  font-family: "Open Sans", sans-serif;
  line-height: 1.8em;
  padding: 15px;
  border: 1px solid #E4E4E4;
}

span.dropcap {
  display: block;
  float: left;
  font-size: 44px;
  line-height: 34px;
  margin: 6px 8px 0 0;
  color: #666;
}

.icon {
  display: inline-block;
  font-style: normal;
}

.image-cover {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.image-cover img {
  position: absolute;
  width: 100%;
  max-width: none !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.owl-carousel .owl-controls {
  margin: 0;
}
.owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 999;
}
.owl-carousel .owl-controls .owl-buttons > div {
  display: inline-block;
}
.owl-carousel .owl-controls .owl-buttons > div .fa {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #fff;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-controls .owl-buttons > div.owl-prev {
  margin-right: 3px;
}
.owl-carousel .owl-controls .owl-buttons > div.owl-next {
  margin-left: 3px;
}
.owl-carousel .owl-controls .owl-buttons > div:hover .fa {
  color: #008CFF ;
}

.awe-select-wrapper {
  position: relative;
  display: inline-block;
}
.awe-select-wrapper .fa {
  position: absolute;
  width: 35px;
  background-color: #fff;
  text-align: right;
  top: 1px;
  bottom: 1px;
  right: 1px;
  font-size: 14px;
  color: #666;
  pointer-events: none;
}
.awe-select-wrapper .fa:before {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Fix background cover safari */
.fix-background-ios {
  -webkit-background-size: auto 150%  !important;
  background-attachment: scroll  !important;
}

.price-slider {
  display: block;
  border: 0;
  background: none;
  background: none;
  height: 6px;
  border-radius: 0;
  width: calc(100% - 8px);
  z-index: 9;
}
.price-slider:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: -8px;
  top: 0;
  height: 100%;
  background-color: #D4D4D4;
  z-index: -1;
}
.price-slider .ui-slider-range {
  background: none;
  background-color: #008CFF ;
  border-radius: 0;
}
.price-slider .ui-slider-handle {
  height: 20px;
  width: 8px;
  background: none;
  background-color: #008CFF ;
  border-radius: 0;
  border: 0;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.strike {
  display: block;
  text-decoration: line-through;
  font-size: 16px;
}

.accordion {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.accordion .ui-accordion-header {
  background: none;
  border: 0;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.accordion .ui-accordion-header .ui-accordion-header-icon {
  margin-top: 0;
  right: 20px;
  left: auto;
  width: 0;
  height: 0;
  background: none;
  border: 8px solid transparent;
  border-top-color: #666;
  margin-top: 4px;
  -webkit-transform-origin: 50% 4px;
  -moz-transform-origin: 50% 4px;
  -ms-transform-origin: 50% 4px;
  -o-transform-origin: 50% 4px;
  transform-origin: 50% 4px;
  -webkit-transform: translateY(-50%) rotate(0) scaleX(0.6);
  -moz-transform: translateY(-50%) rotate(0) scaleX(0.6);
  -ms-transform: translateY(-50%) rotate(0) scaleX(0.6);
  -o-transform: translateY(-50%) rotate(0) scaleX(0.6);
  transform: translateY(-50%) rotate(0) scaleX(0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion .ui-state-active,
.accordion .ui-widget-content .ui-state-active {
  color: #008CFF ;
}
.accordion .ui-state-active .ui-icon,
.accordion .ui-widget-content .ui-state-active .ui-icon {
  -webkit-transform: translateY(-50%) rotate(180deg) scaleX(0.6);
  -moz-transform: translateY(-50%) rotate(180deg) scaleX(0.6);
  -ms-transform: translateY(-50%) rotate(180deg) scaleX(0.6);
  -o-transform: translateY(-50%) rotate(180deg) scaleX(0.6);
  transform: translateY(-50%) rotate(180deg) scaleX(0.6);
}
.accordion .ui-widget-content {
  background: none;
  border: 0;
  border-radius: 0;
  color: #A6A6A6;
  padding: 20px 0 30px 0;
}
.accordion.trip-schedule-accordion .ui-widget-content {
  color: #666;
}

.ui-datepicker {
  background: none;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #d4d4d4;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  width: 290px;
}
.ui-datepicker .ui-datepicker-header {
  background: none;
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  line-height: 40px;
  color: #111;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 34px;
  height: 34px;
  margin: auto;
  top: 0;
  bottom: 0;
  background: none;
  border: 0 !important;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-color: #008CFF ;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
  position: absolute;
  background: none;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
  border-right-color: #111;
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
}
.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
  border-left-color: #111;
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%);
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
}
.ui-datepicker .ui-datepicker-calendar thead tr th span {
  font-weight: 600;
  color: #333;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  display: block;
  padding: 0;
  line-height: 36px;
  text-align: center;
  background: none;
  background-color: #ffffff;
  border: 0;
  color: #111 !important;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
  background-color: #008CFF ;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-active {
  background-color: #008CFF ;
  color: #fff !important;
}

.autoHeight {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.bg-border {
  border-bottom: 1px solid #E4E4E4;
}

.map-demo {
  height: 300px;
}

/* Preloader */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999999999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.preloader:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 9;
  background-color: #FF007F;
  width: 30px;
  height: 30px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-animation: preloader 5s linear infinite;
  -moz-animation: preloader 5s linear infinite;
  animation: preloader 5s linear infinite;
}

@-webkit-keyframes preloader {
  0% {
    background-color: #FF007F;
    -webkit-transform: scale(0);
    opacity: 1;
  }

  20% {
    background-color: #FF007F;
    -webkit-transform: scale(3);
    opacity: 0;
  }

  20.00001% {
    background-color: #3EA7F3;
    -webkit-transform: scale(0);
    opacity: 1;
  }

  40% {
    background-color: #3EA7F3;
    -webkit-transform: scale(3);
    opacity: 0;
  }

  40.00001% {
    background-color: #79C742;
    -webkit-transform: scale(0);
    opacity: 1;
  }

  60% {
    background-color: #79C742;
    -webkit-transform: scale(3);
    opacity: 0;
  }

  60.00001% {
    background-color: #F57B3D;
    -webkit-transform: scale(0);
    opacity: 1;
  }

  80% {
    background-color: #F57B3D;
    -webkit-transform: scale(3);
    opacity: 0;
  }

  80.00001% {
    background-color: #04D9D9;
    -webkit-transform: scale(0);
    opacity: 1;
  }

  100% {
    background-color: #04D9D9;
    -webkit-transform: scale(3);
    opacity: 0;
  }
}
@-moz-keyframes preloader {
  0% {
    background-color: #FF007F;
    -moz-transform: scale(0);
    opacity: 1;
  }

  20% {
    background-color: #FF007F;
    -moz-transform: scale(3);
    opacity: 0;
  }

  20.00001% {
    background-color: #3EA7F3;
    -moz-transform: scale(0);
    opacity: 1;
  }

  40% {
    background-color: #3EA7F3;
    -moz-transform: scale(3);
    opacity: 0;
  }

  40.00001% {
    background-color: #79C742;
    -moz-transform: scale(0);
    opacity: 1;
  }

  60% {
    background-color: #79C742;
    -moz-transform: scale(3);
    opacity: 0;
  }

  60.00001% {
    background-color: #F57B3D;
    -moz-transform: scale(0);
    opacity: 1;
  }

  80% {
    background-color: #F57B3D;
    -moz-transform: scale(3);
    opacity: 0;
  }

  80.00001% {
    background-color: #04D9D9;
    -moz-transform: scale(0);
    opacity: 1;
  }

  100% {
    background-color: #04D9D9;
    -moz-transform: scale(3);
    opacity: 0;
  }
}
@keyframes preloader {
  0% {
    background-color: #FF007F;
    transform: scale(0);
    opacity: 1;
  }

  20% {
    background-color: #FF007F;
    transform: scale(3);
    opacity: 0;
  }

  20.00001% {
    background-color: #3EA7F3;
    transform: scale(0);
    opacity: 1;
  }

  40% {
    background-color: #3EA7F3;
    transform: scale(3);
    opacity: 0;
  }

  40.00001% {
    background-color: #79C742;
    transform: scale(0);
    opacity: 1;
  }

  60% {
    background-color: #79C742;
    transform: scale(3);
    opacity: 0;
  }

  60.00001% {
    background-color: #F57B3D;
    transform: scale(0);
    opacity: 1;
  }

  80% {
    background-color: #F57B3D;
    transform: scale(3);
    opacity: 0;
  }

  80.00001% {
    background-color: #04D9D9;
    transform: scale(0);
    opacity: 1;
  }

  100% {
    background-color: #04D9D9;
    transform: scale(3);
    opacity: 0;
  }
}
/* 2.   Header
--------------------------------------------------------------------------------*/
#header-page {
  padding: 20px;
}
 
#header-page .header-page__inner {
  width: 100%; 
  background-color: none;
 
}
 
#header-page .logo { 
  display: inline-block; 
}
/* #header-page  img {
  max-height: 40px;
  height: 35px;
  cursor: pointer;
} */

#header-page  img {
  height: 6vh;
  cursor: pointer;
}

.awe-parallax.page-heading-demo {
  position: inherit;
}

.logo{
  margin-right: 6%;
  margin-left: 5%;
}



/* .sign-cls{
  margin-left: 10%;
} */

.icc{

  background: rgba(255, 92, 207, 0.10);
  border-radius: 19px;
}

.user-icon{
  font-size: 20px !important;
  color: E41A73 ;
}

.flag-text{
  font-size: 12px;
  background: none;
  margin-left: 2%;
  color: #e5eefe;
}
.flag{
  height: 2vh !important;
  margin-left: 3%;
}


.sel-acc{
  border: none;
  background: none;
  color: FF356B;
  font-size: 12px;
}

.con{
  height: 3vh !important;
  margin-top: 9%;
}



.awe-navigation {
  position: relative;
  text-align: right;
  padding-right: 65px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.awe-navigation .menu-list {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.awe-navigation .menu-list li {
  position: relative;
  display: inline-block;
  padding: 0 22px;
}
.awe-navigation .menu-list li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #67728A;
  line-height: 60px;
}
.awe-navigation .menu-list li:hover > a, .awe-navigation .menu-list li.current-menu-parent > a, .awe-navigation .menu-list li.current-menu-item > a {
  color: #008CFF ;
}
.awe-navigation .menu-list li .sub-menu {
  position: absolute;
  width: 210px;
  list-style: none;
  padding: 0;
  top: 110%;
  left: 0;
  background-color: #fff;
  text-align: left;
  border: 1px solid #d4d4d4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-navigation .menu-list li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0 15px;
}
.awe-navigation .menu-list li .sub-menu li a {
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.awe-navigation .menu-list li .sub-menu li:last-child > a {
  border-bottom: 0;
}
.awe-navigation .menu-list li .sub-menu .sub-menu {
  top: 0;
  right: auto;
  left: -100%;
}
.awe-navigation .menu-list li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 9999999;
}
.awe-navigation .menu-list li:hover > .sub-menu .sub-menu {
  top: 0;
}

.awe-navigation-responsive {
  position: fixed;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: 0;
  padding-top: 60px;
  background-color: #fff;
  max-width: 320px;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-right: 0;
  border-bottom: 0;
  z-index: 99999;
  -webkit-box-shadow: 0 100px 0 0 white;
  -moz-box-shadow: 0 100px 0 0 white;
  box-shadow: 0 100px 0 0 white;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94) 0.3s;
  -ms-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94) 0.3s;
  transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94) 0.3s;
}
.awe-navigation-responsive.awe-navigation-responsive-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.awe-navigation-responsive .menu-list {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.awe-navigation-responsive .menu-list li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.awe-navigation-responsive .menu-list li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.awe-navigation-responsive .menu-list li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #67728A;
  line-height: 56px;
}
.awe-navigation-responsive .menu-list li a:hover {
  color: #008CFF ;
}
.awe-navigation-responsive .menu-list li.current-menu-parent > a, .awe-navigation-responsive .menu-list li.current-menu-item > a {
  color: #008CFF ;
}
.awe-navigation-responsive .menu-list li .sub-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  list-style: none;
  padding: 0;
  padding-top: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -o-transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  transition: all 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
}
.awe-navigation-responsive .menu-list li .sub-menu.sub-menu-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 999;
}
.awe-navigation-responsive .menu-list .submenu-toggle {
  position: absolute;
  right: 0;
  width: 56px;
  height: 56px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #eee;
  -webkit-transform: translateY(-56px);
  -moz-transform: translateY(-56px);
  -ms-transform: translateY(-56px);
  -o-transform: translateY(-56px);
  transform: translateY(-56px);
}
.awe-navigation-responsive .menu-list .submenu-toggle .fa {
  font-size: 18px;
  line-height: 56px;
}
.awe-navigation-responsive .menu-list .submenu-toggle:hover .fa {
  color: #008CFF ;
}
.awe-navigation-responsive .menu-list .back-mb .fa {
  margin-right: 5px;
}

#header-page .logo + .search-box {
  right: 75px;
}

.search-box {
  position: absolute;
  top: 0;
  right: 15px;
  white-space: nowrap;
  display: inline-block;
  z-index: 9;
}
.search-box .searchtoggle {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #67728A;
  text-align: center;
  border-left: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-box .searchtoggle.searchtoggle-active, .search-box .searchtoggle:hover {
  color: #008CFF ;
}
.search-box .form-search {
  position: absolute;
  width: 200px;
  right: 0;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.search-box .form-search .form-item input {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 50px;
}
.search-box .form-search.form-active {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toggle-nav{
  position: relative;
  float: right;
  overflow: hidden;

}
a.icon-nav{display: inline-block;
   }
.cc{
  padding: 0 16px;
}   

.toggle-menu-responsive { 
  width: 40px;
    position: relative;
    cursor: pointer;
    top: 5px;
    right: 0;
    overflow: hidden; 
    display: inline-block !important;
    z-index: 99999999;
}
.toggle-menu-responsive .hamburger {
  position: relative;
  width: 40px;
  height: 16px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle-menu-responsive .item {
  position: absolute;
  display: block;
  font-size: 0;
  width: 20px;
  height: 2px;
  background-color: #67728A;
  margin: auto;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.toggle-menu-responsive .item-1 {
  top: 0;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  -o-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
}
.toggle-menu-responsive .item-2 {
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13) 0.2s;
  -moz-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13) 0.2s;
  -ms-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13) 0.2s;
  transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13) 0.2s;
}
.toggle-menu-responsive .item-3 {
  bottom: 0;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  -o-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
  transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26);
}
.toggle-menu-responsive.toggle-active .hamburger {
  left: 2px;
}
.toggle-menu-responsive.toggle-active .item {
  background-color: #008CFF ;
}
.toggle-menu-responsive.toggle-active .item-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  -o-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
}
.toggle-menu-responsive.toggle-active .item-3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  -o-transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
  transition: all 0.4s cubic-bezier(0.29, 1.2, 0.68, 1.26) 0.3s;
}
.toggle-menu-responsive.toggle-active .item-2 {
  -webkit-transform: translateX(-250%);
  -moz-transform: translateX(-250%);
  -ms-transform: translateX(-250%);
  -o-transform: translateX(-250%);
  transform: translateX(-250%);
  -webkit-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13);
  -moz-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13);
  -ms-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13);
  -o-transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13);
  transition: all 0.4s cubic-bezier(0.28, -0.24, 0.8, -0.13);
}

.awe-navigation-hamburger .toggle-menu-responsive:hover .item {
  background-color: #008CFF ;
}

span.user-detail {
  padding-left: 5px;
  display: inline-block;
  vertical-align: top; 
  color: #444;
}
strong.hd {
  line-height: 14px;
  display: block;
}
span.hd-link {
  color: #797575;
  text-decoration: underline;
  font-size: 12px;
}

section.discount-coupons {
  position: relative;
  z-index: -1000;
}


/* 3.   Main
--------------------------------------------------------------------------------*/
.page-heading-demo {
	background-image: url("../images/img/3rdddd.png");
  background-repeat: no-repeat;
  background-position: right 65px !important;
    background-size: 50%; 
    z-index: -999;
}
.heading-content {
  color: #767E86;
  padding: 0;
  width: 60%;
}
.heading-content h2 {
  color: #010101 ;
  font-size: 60px;
  font-weight: 700; 
  padding-top: 50px; 
  line-height: 50px; 
}

.heading-content p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 26px;
}

.ui-datepicker {
  z-index: 999999999999 !important;
}

.tabs {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border: 0;
  padding: 50px 0 0 0 ;
  background: none;
}
.tabs .ui-tabs-nav {
  position: relative;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  background: none;
  margin-bottom: 22px;
  padding: 0;
  overflow: hidden;
  border: 0;
  z-index: 9;
}
.tabs .ui-tabs-nav:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #D4D4D4;
  z-index: -1;
}
.tabs .ui-tabs-nav li {
  background: none;
  border: 0;
  margin: 0 46px 0 0;
}
.tabs .ui-tabs-nav li .ui-tabs-anchor {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #444;
  padding: 0;
  border-bottom: 3px solid transparent; 
  z-index: 9;
}
.tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #008CFF ;
  border-bottom-color: #008CFF ;
}
.tabs .ui-tabs-panel {
  padding: 0;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Open Sans", sans-serif;
}

.tabs__content .ui-tabs-panel {
  padding: 0;
}

.ui-widget-content {
  color: #777;
}

.awe-search-tabs {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 55%;
}
.awe-search-tabs .ui-tabs-nav {
  position: relative;
  padding: 0 ; 
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  background: none;
  margin: 0;
  border: 0; 
}
.awe-search-tabs .ui-tabs-nav:after {
  display: none;
}
.awe-search-tabs .ui-tabs-nav:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; 
  opacity: .9;
  z-index: -1;
}
 
.awe-search-tabs .ui-tabs-nav li {
  border: 0;
  margin: 0 2px 0 0!important;
  padding: 16px 30px 16px 30px !important;
  background: #d4d4d438;
  border-radius: 25px 25px 0 0;
  border-bottom: 4px solid #d4d4d438;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background-color: #fff;
  border-bottom: 4px solid #008CFF;
}
 


.awe-search-tabs .ui-tabs-nav li .ui-tabs-anchor {
  color: #444;
  font-size: 18px;
  border-bottom: 0;
  font-weight: normal;
   
}
.awe-search-tabs .ui-tabs-nav li .ui-tabs-anchor .awe-icon {
  width: 40px;
  height: 40px; 
  text-align: center;
  background-position: center center;
    background-size: 40px 40px;
}
 
.awe-search-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  background-color: #fff;
  border-color: #fff;
  color: #008CFF ;
  border-radius: 15px 15px 0 0;
}
.awe-search-tabs .ui-tabs-nav li.ui-tabs-active + li .ui-tabs-anchor {
  border-left-color: #fff;
}
.tab-ico-text {
  vertical-align: top;
  padding: 10px;
    display: inline-block;
}

.hotel{
  background-image: url(../images/icon/hotel.png);
  background-repeat: no-repeat;
}
.flight{
  background-image: url(../images/icon/flight.png);
  background-repeat: no-repeat;
}
.bus{
  background-image: url(../images/icon/bus.png);
  background-repeat: no-repeat;
}
.insurance{
  background-image: url(../images/icon/insurance.png);
  background-repeat: no-repeat;
}
.package{
  background-image: url(../images/icon/package.png);
  background-repeat: no-repeat;
}
.trip-flight-hotel__table {
  min-width: 680px;
}

.awe-search-tabs__content {
  background: #fff;
  padding: 32px;
  min-height: 400px;
}
.awe-search-tabs__content .ui-tabs-panel {
  padding: 0;
}
.awe-search-tabs__content .ui-tabs-panel h2 {
  font-weight: 400;
  font-size: 32px;
  color: #008CFF;
  margin: 0;
}
.awe-search-tabs__content .ui-tabs-panel label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #68738A;
  margin-bottom: 0px;
}
.awe-search-tabs__content .ui-tabs-panel select,
.awe-search-tabs__content .ui-tabs-panel input {
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 600; 
  height: 30px;
  line-height: 30px;
  width: 100%;
}
.tab-content-inner { 
  padding: 20px 10px;
}
.awe-search-tabs__content .ui-tabs-panel input[type=radio] {
  height: 20px;
  width: 20px;
  font-size: 14px;
  display: inline;
  vertical-align: middle;
}
label.lab-btn.radio-inline {
  font-size: 15px;
  padding: 5px 10px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
.awe-search-tabs__content .ui-tabs-panel form:after {
  content: '';
  display: table;
  clear: both;
}
.awe-search-tabs__content .ui-tabs-panel .form-group {
  float: left;
}
.awe-search-tabs__content .ui-tabs-panel .form-group {
  width: 100%; 
}
 
.awe-search-tabs__content .ui-tabs-panel .form-group.half  .form-elements {
  width: 50%;
  float: left;
}
.awe-search-tabs__content .ui-tabs-panel .form-group.half  .form-elements:nth-child(odd) {
  padding-right: 15px;
}
.awe-search-tabs__content .ui-tabs-panel .form-group.half  .form-elements:nth-child(even) {
  padding-left: 15px;
}
 
.awe-search-tabs__content .ui-tabs-panel .form-elements {
  margin-top: 10px;
  position: relative;
}
.awe-search-tabs__content .ui-tabs-panel .form-elements .form-item {
  position: relative;
}
 
.awe-search-tabs__content .ui-tabs-panel .form-elements .awe-icon {
  position: absolute;
  width: 36px;
  height: 34px;
  background-color: #fff;
  line-height: 34px;
  text-align: right;
  top: 1px;
  right: 1px;
  padding-right: 12px;
  font-size: 16px;
  color: #010101 ;
  pointer-events: none;
}
.awe-search-tabs__content .ui-tabs-panel .form-elements .awe-select-wrapper {
  width: 100%;
}
.awe-search-tabs__content .ui-tabs-panel .form-elements .awe-select-wrapper .fa {
  top: 1px;
  bottom: 1px;
  right: 1px;
}
.awe-search-tabs__content .ui-tabs-panel .form-actions {
  float: left;
  margin-top: 25px !important;
}
.awe-search-tabs__content .ui-tabs-panel .form-actions input,.awe-search-tabs__content .ui-tabs-panel .form-actions a.likeinput {
  position: relative;
  display: block;
  background-color: #008CFF ;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  line-height: normal;
  padding: 10px 25px 35px 25px;  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
 

.awe-search-tabs-2 {
  position: absolute;
  z-index: 9999;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.awe-search-tabs-2 .awe-search-tabs__content {
  background: none;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.awe-search-tabs-2 .ui-tabs-nav {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.awe-search-tabs-2 .ui-tabs-nav:after {
  display: none;
}
.awe-search-tabs-2 .ui-tabs-nav li {
  margin: 0 1px 0 0 !important;
  padding: 0 !important;
}
.awe-search-tabs-2 .ui-tabs-nav li .ui-tabs-anchor {
  padding: 0 15px;
  min-width: 120px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  background-color: #fff;
  line-height: 43px !important;
  border: 0;
}
.awe-search-tabs-2 .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-elements,
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-actions {
  margin: 0;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) {
  width: 40%;
  padding-right: 0;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) .form-elements {
  width: calc(50% - 30px);
  float: left;
  margin-right: 30px;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group.half  {
  width: 30%;
  padding-right: 18px;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group.half  .form-elements:nth-child(odd) {
  padding-right: 1px;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group.half  .form-elements:nth-child(even) {
  padding-left: 1px;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(3) {
  width: 16.5%;
  padding-right: 18px;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-hotel .form-group:nth-child(1) {
  padding-right: 30px;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-hotel .form-group:nth-child(1) .form-elements {
  width: 100%;
  margin-right: 0;
}
.awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-car .form-group:nth-child(1) {
  width: 57%;
}

.awe-services {
  margin-bottom: 10px;
}
.awe-services h2 {
  font-weight: 400;
  font-size: 32px;
  color: #008CFF ;
  line-height: 1.3em;
  margin-top: 0;
}
.awe-services .video-wrapper {
  margin-top: 30px;
}

.awe-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.awe-services__list li {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #666;
  padding: 24px 40px 24px 54px;
  border-bottom: 2px dotted #A1ADB9;
}
.awe-services__list li:last-child {
  border: 0;
}
.awe-services__list li .awe-icon-check {
  position: absolute;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  border: 2px solid #D4D4D4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  left: 0;
  color: #73BD42;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-services__list li .awe-icon-arrow-right {
  position: absolute;
  height: 34px;
  line-height: 34px;
  right: 0;
  font-size: 12px;
  color: #A6A6A6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-services__list li span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #ABABAB;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.awe-services__list li a {
  display: block;
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.awe-services__list li:hover .awe-icon-check {
  background-color: #008CFF ;
  border-color: #008CFF ;
  color: #fff;
}
.awe-services__list li:hover .awe-icon-arrow-right {
  color: #008CFF ;
}

.destination-grid-content .section-title { 
  margin-bottom: 30px;
}
.destination-grid-content .section-title h3, .top-icon .section-title h3  {
  color: #4a4a4a;
  line-height: 1.8em;
  margin-top: 0;
}
.destination-grid-content .section-title h3 span, .top-icon .section-title h3 span {
  font-weight: 700;
}
.section-title.text-center h3{
  font-weight: 700 !important;
}
.destination-grid-content .section-title h3 a {
  display: inline-block;
  color: #008CFF ;
  border-bottom: 1px dashed;
  font-weight: 400;
}

.destination-grid-content .row {
  margin: -15px;
}
.destination-grid-content .more-destination {
  position: relative;
  z-index: 9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 30px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.destination-grid-content .more-destination:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #008CFF ;
  opacity: .9;
  z-index: -2;
}
.destination-grid-content .more-destination:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .6;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.destination-grid-content .more-destination a {
  display: block;
  text-align: center;
  line-height: 60px;
  font-weight: 600;
  font-size: 20px;
  color: #fff !important;
}
.destination-grid-content .more-destination:hover:after {
  opacity: 1;
}

.awe-masonry .awe-masonry__item {
  position: relative;
  width: 25%;
  z-index: 9;
}
.awe-masonry .awe-masonry__item  .image-cover {
  border-radius: 32px;
}
.awe-masonry .awe-masonry__item:nth-child(3) {
  width: 50%;
}
.awe-masonry .awe-masonry__item:nth-child(3) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry .awe-masonry__item:nth-child(3) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry .awe-masonry__item > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.awe-masonry .awe-masonry__item > a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-gallery.png") no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
  border: 15px solid #f7f7f7;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 30px;
}
.awe-masonry .awe-masonry__item:hover > a:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.awe-masonry .awe-masonry__item .item-title {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: right;
}
.awe-masonry .awe-masonry__item .item-title h2 {
  font-size: 32px;
  font-weight: 400;
  color: #fff !important;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.awe-masonry .awe-masonry__item .item-title h2 a:hover {
  color: #008CFF ;
}
.awe-masonry .awe-masonry__item .item-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.awe-masonry .awe-masonry__item .item-cat ul li {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
}
.awe-masonry .awe-masonry__item .item-cat ul li a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #E41A73  !important;
  background-color: rgba(255, 255, 255, 1);
  padding: 6px 10px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.awe-masonry .awe-masonry__item .item-cat ul li a:hover {
  background-color: #008CFF ;
  color: #fff;
}
.awe-masonry .awe-masonry__item .item-available {
  position: absolute;
  color: #fff;
  font-size: 12px;
  text-align: right;
  bottom: 30px;
  right: 30px;
}
.awe-masonry .awe-masonry__item .item-available .count {
  display: block;
  font-weight: 700;
  font-size: 24px;
}
.awe-masonry.item-1 .awe-masonry__item {
  width: 100%;
}
.awe-masonry.item-1 .awe-masonry__item .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-1 .awe-masonry__item .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-2 .awe-masonry__item {
  width: 50%;
}
.awe-masonry.item-3 .awe-masonry__item {
  width: 33.3333333333%;
}
.awe-masonry.item-3 .awe-masonry__item:nth-child(2) {
  width: 66.6666666666%;
}
.awe-masonry.item-3 .awe-masonry__item:nth-child(2) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-3 .awe-masonry__item:nth-child(2) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-4 .awe-masonry__item:nth-child(3) {
  width: 50%;
}
.awe-masonry.item-4 .awe-masonry__item:nth-child(4) {
  width: 50%;
}
.awe-masonry.item-4 .awe-masonry__item:nth-child(4) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-4 .awe-masonry__item:nth-child(4) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-4 .awe-masonry__item:nth-child(4) .image-wrap {
  padding-top: 50%;
}
.awe-masonry.item-5 .awe-masonry__item:nth-child(3) {
  width: 50%;
}
.awe-masonry.item-5 .awe-masonry__item:nth-child(3) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-5 .awe-masonry__item:nth-child(3) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-6 .awe-masonry__item:nth-child(4), .awe-masonry.item-6 .awe-masonry__item:nth-child(5), .awe-masonry.item-6 .awe-masonry__item:nth-child(6) {
  width: 50%;
}
.awe-masonry.item-6 .awe-masonry__item:nth-child(4) .item-title, .awe-masonry.item-6 .awe-masonry__item:nth-child(5) .item-title, .awe-masonry.item-6 .awe-masonry__item:nth-child(6) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-6 .awe-masonry__item:nth-child(4) .item-available, .awe-masonry.item-6 .awe-masonry__item:nth-child(5) .item-available, .awe-masonry.item-6 .awe-masonry__item:nth-child(6) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-6 .awe-masonry__item:nth-child(4) .image-wrap, .awe-masonry.item-6 .awe-masonry__item:nth-child(5) .image-wrap, .awe-masonry.item-6 .awe-masonry__item:nth-child(6) .image-wrap {
  padding-top: 50%;
}
.awe-masonry.item-7 .awe-masonry__item:nth-child(3) {
  width: 50%;
}
.awe-masonry.item-7 .awe-masonry__item:nth-child(6), .awe-masonry.item-7 .awe-masonry__item:nth-child(7) {
  width: 50%;
}
.awe-masonry.item-7 .awe-masonry__item:nth-child(6) .item-title, .awe-masonry.item-7 .awe-masonry__item:nth-child(7) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-7 .awe-masonry__item:nth-child(6) .item-available, .awe-masonry.item-7 .awe-masonry__item:nth-child(7) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-7 .awe-masonry__item:nth-child(6) .image-wrap, .awe-masonry.item-7 .awe-masonry__item:nth-child(7) .image-wrap {
  padding-top: 50%;
}
.awe-masonry.item-8 .awe-masonry__item:nth-child(3) {
  width: 50%;
}
.awe-masonry.item-8 .awe-masonry__item:nth-child(6) {
  width: 50%;
}
.awe-masonry.item-8 .awe-masonry__item:nth-child(6) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-8 .awe-masonry__item:nth-child(6) .item-available {
  bottom: 45px;
  right: 45px;
}
.awe-masonry.item-8 .awe-masonry__item:nth-child(6) .image-wrap {
  padding-top: 50%;
}
.awe-masonry.item-9 .awe-masonry__item:nth-child(3) {
  width: 50%;
}
.awe-masonry.item-9 .awe-masonry__item:nth-child(3) .item-title {
  top: 45px;
  left: 45px;
}
.awe-masonry.item-9 .awe-masonry__item:nth-child(3) .item-available {
  bottom: 45px;
  right: 45px;
}

.sale-flights-tabs__content .ui-tabs-panel {
  overflow: hidden;
  overflow-x: auto;
}

.sale-flights-tabs__table {
  width: 100%;
  min-width: 650px;
  overflow: hidden;
}
.sale-flights-tabs__table tr {
  display: block;
  background-color: #fff;
  border: 0 !important;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0 0 0 2px transparent;
  -moz-box-shadow: inset 0 0 0 2px transparent;
  box-shadow: inset 0 0 0 2px transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sale-flights-tabs__table tr td {
  vertical-align: top;
  padding: 28px 10px;
  min-width: 98px;
}
.sale-flights-tabs__table tr td .title {
  margin-top: -4px;
}
.sale-flights-tabs__table tr td .title h3 {
  margin: 0;
  font-size: 20px;
  color: #008CFF ;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sale-flights-tabs__table tr td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sale-flights-tabs__table tr td ul li {
  padding: 4px 0;
  font-size: 13px;
}
.sale-flights-tabs__table tr td ul li .from .awe-icon {
  font-size: 9px;
  margin: 0 5px;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-flight {
  position: relative;
  padding-left: 24px;
  width: 290px;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-flight .image-wrap {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  float: left;
  margin-right: 14px;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-flight .td-content {
  overflow: hidden;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-depart h4,
.sale-flights-tabs__table tr .sale-flights-tabs__item-arrive h4,
.sale-flights-tabs__table tr .sale-flights-tabs__item-duration h4 {
  font-size: 13px;
  color: #222;
  margin-top: 0;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-choose {
  position: relative;
  padding-left: 30px;
  padding-right: 24px;
  width: 170px;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-choose:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  border-left: 2px dotted #ddd;
  width: 0;
}
.sale-flights-tabs__table tr .sale-flights-tabs__item-choose .amount {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #008CFF ;
  margin-top: -10px;
  margin-bottom: 15px;
}
.sale-flights-tabs__table tr:hover {
  -webkit-box-shadow: inset 0 0 0 2px #008CFF ;
  -moz-box-shadow: inset 0 0 0 2px #008CFF ;
  box-shadow: inset 0 0 0 2px #008CFF ;
}

.trip-flight-hotel-tabs {
  margin-bottom: 7px;
}
.trip-flight-hotel-tabs .ui-tabs-nav:after {
  display: none;
}
.trip-flight-hotel-tabs .ui-tabs-nav li .ui-tabs-anchor {
  border-bottom: 0;
  color: #67728A;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}
.trip-flight-hotel-tabs .ui-tabs-panel {
  overflow: hidden;
  overflow-x: auto;
}

.trip-flight-hotel__table {
  min-width: 680px;
}
.trip-flight-hotel__table tbody tr {
  background-color: #fff;
  border-bottom: 5px solid #f7f7f7;
}
.trip-flight-hotel__table tbody tr .item-media {
  position: relative;
  width: 190px;
  padding: 12px 18px 12px 12px;
}
.trip-flight-hotel__table tbody tr .item-media .image-cover {
  padding-top: 63.52%;
}
.trip-flight-hotel__table tbody tr .item-media .sale {
  display: inline-block;
  position: absolute;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  line-height: 18px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  top: 20px;
  left: 0;
  background-color: #72BF4E;
}
.trip-flight-hotel__table tbody tr .item-media .item-format {
  position: absolute;
  font-size: 16px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trip-flight-hotel__table tbody tr .item-media .item-format a {
  color: inherit;
}
.trip-flight-hotel__table tbody tr .item-body {
  padding: 12px 33px 12px 12px;
  vertical-align: top;
}
.trip-flight-hotel__table tbody tr .item-title {
  margin-bottom: 4px;
}
.trip-flight-hotel__table tbody tr .item-title h2 {
  font-size: 18px;
  margin: 0;
}
.trip-flight-hotel__table tbody tr .item-title h2 a {
  color: #667287;
}
.trip-flight-hotel__table tbody tr .item-description {
  font-weight: 600;
  font-size: 12px;
  color: #A5A5A5;
}
.trip-flight-hotel__table tbody tr .item-description p {
  line-height: 1.5em;
}
.trip-flight-hotel__table tbody tr .item-body-inner {
  position: relative;
  padding-right: 100px;
}
.trip-flight-hotel__table tbody tr .item-price {
  min-width: 130px;
  padding: 15px;
  text-align: center;
  background-color: transparent;
  border-left: 2px dotted #E2E2E2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trip-flight-hotel__table tbody tr .item-price .price {
  font-style: italic;
  font-size: 13px;
  color: #68738C;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trip-flight-hotel__table tbody tr .item-price .price .amount {
  display: block;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
}
.trip-flight-hotel__table tbody tr .item-price a {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #E2E2E2;
  padding: 0 18px;
  line-height: 24px;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
}
.trip-flight-hotel__table tbody tr .item-rate {
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  color: #68738A;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trip-flight-hotel__table tbody tr:hover .item-title h2 a {
  color: #008CFF ;
}
.trip-flight-hotel__table tbody tr:hover .item-rate {
  color: #008CFF ;
}
.trip-flight-hotel__table tbody tr:hover .item-price {
  background-color: #008CFF ;
}
.trip-flight-hotel__table tbody tr:hover .item-price .price {
  color: #fff;
}
.trip-flight-hotel__table tbody tr:hover .item-price a {
  background-color: #fff;
  color: #008CFF ;
}

.breadcrumb {
  position: relative;
  border-radius: 0;
  margin: 0;
  padding: 10px 0;
  background: none;
  z-index: 9;
}
.breadcrumb:after {
  content: '';
  display: block;
  position: absolute;
  width: 20000px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.breadcrumb ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
}
.breadcrumb ul li a {
  position: relative;
  display: block;
  color: #666;
  margin-right: 32px;
}
.breadcrumb ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #ddd;
  -webkit-transform: scaleY(0.6);
  -moz-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  -o-transform: scaleY(0.6);
  transform: scaleY(0.6);
  margin: auto;
  top: 0;
  bottom: 0;
  right: -25px;
}
.breadcrumb ul li a:hover {
  color: #008CFF ;
}
.breadcrumb ul li:last-child a:after {
  display: none;
}
.breadcrumb ul li span {
  color: #008CFF ;
}

.category-heading-content {
  padding-top: 280px;
  padding-bottom: 30px;
}
.category-heading-content.category-heading-content__2 {
  padding-top: 0px;
}
.category-heading-content > h3 {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #008CFF ;
  padding: 0 16px;
  line-height: 1.8em;
  margin: 0;
  letter-spacing: 0.05em;
}
.category-heading-content > h2 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #008CFF ;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  padding: 0 94px 0 24px;
  line-height: 70px;
  margin: 0;
  letter-spacing: 0.25em;
}
.category-heading-content > h2 .awe-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #eee;
}
.category-heading-content .breadcrumb {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  background: none;
  z-index: 9;
}
.category-heading-content .find {
  text-transform: none;
}
.category-heading-content .find h2 {
  font-size: 38px;
  font-weight: 700;
  color: #010101  !important; 
  /* text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); */
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
 
.category-heading-content .find h2.stock {
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 11px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  position: relative;
  bottom: 58px;
  z-index: 1;
}

.category-heading-content .find form {
  margin-top: 24px;
  padding: 30px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.category-heading-content .find form.border { 
  border: 25px solid #008CFF ;
  margin: 0;
  padding: 0;
}
.category-heading-content .find form .center-find {
  padding: 20px;
  background: #fff;
  justify-content: center;
    display: flex;
}
.select2-container--default .select2-selection--single{
  border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color:transparent !important;
}

.category-heading-content .find .form-group {
  overflow: hidden;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: 10px;
  align-items: center;
}
.category-heading-content .find .form-elements {
  line-height: 12px;
}

.category-heading-content .find .form-elements.small {
  /* width: 15%; */
  padding-right: 20px;
}
.category-heading-content .find .form-elements.mid {
  width: 100%;
 
}
.category-heading-content .find .form-elements.big {
  padding-right: 24px;
}
 
.category-heading-content .find .form-elements label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #4A4A4A;
  margin-bottom: 8px;
  position: relative;
  padding-left: 22px;
  line-height: 16px;
}
.category-heading-content .find .form-elements input,
.category-heading-content .find .form-elements select {
  line-height: 36px;
  height: 36px;
}
.category-heading-content .find .form-elements input{
  padding: 0 0 0 0px;
  border: none;
  width: 100%;

}
i.awe-icon.awe-icon-calendar{
  top: 8px !important;
}
.category-heading-content .find .form-elements .form-item {
  position: relative;
}
.category-heading-content .find .form-elements span {
  display: flex;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
i.awe-icon img {
  width: 18px;
}
.category-heading-content .find .form-elements .awe-icon {
  position: absolute;
  width: 36px;
  height: 34px;  
  text-align: left;
  font-size: 16px;
  pointer-events: none;
}
.category-heading-content .find .form-elements .awe-select-wrapper {
  width: 100%;
}
.category-heading-content .find .form-actions {
  margin-top: 28px;
}
.category-heading-content .find .form-actions input {
  position: relative;
  display: block;
  background-color: #008CFF ;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
  border: 0;
  min-width: 170px;
  text-align: center;
  line-height: normal;
  padding-bottom: 10px;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

  button {
  background-color: #188cde ;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  border: 0;
  text-align: center;
  line-height: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
button.specil {
  width: 70%;
  padding: 20px;
  font-size: 20px;
}

.form-elements button.quantity-btn{
  min-width: 25px;
    padding: 8px;
    line-height: 0px;
}
.room-price.form-elements {
  padding: 5% 0;
  border: none !important;
}
.form-elements.center-btn {
  margin-top: 18px;
}

.room-guest{
  background-image: url(../images/icon/form/room-man.png);
  background-repeat: no-repeat;
}

/* 4.   Footer
--------------------------------------------------------------------------------*/
#footer-page {
  background-color: #fff;
  padding-top: 60px;
  font-size: 13px;
  color: #333333;
}
#footer-page .widget {
  margin-bottom: 40px;
}
#footer-page .widget h3 {
  font-weight: 700;
  font-size: 18px;
  color: #000 !important;
  margin-top: 0;
  margin-bottom: 15px;
}
#footer-page .widget a {
  color: #333 !important;
  font-size: 16px !important;
  font-weight: lighter !important;
}
#footer-page .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;

}

.widget ul li {
    padding: 5px 0;
}
#footer-page .widget_rss ul li a,
#footer-page .widget_meta ul li a,
#footer-page .widget_pages ul li a,
#footer-page .widget_nav_menu ul li a,
#footer-page .widget_categories ul li a,
#footer-page .widget_recent_entries ul li a,
#footer-page .widget_archive ul li a {
  font-size: 13px;
  color: #EDEDED;
  line-height: 1.8em;
}
#footer-page .widget_rss ul li a:hover,
#footer-page .widget_meta ul li a:hover,
#footer-page .widget_pages ul li a:hover,
#footer-page .widget_nav_menu ul li a:hover,
#footer-page .widget_categories ul li a:hover,
#footer-page .widget_recent_entries ul li a:hover,
#footer-page .widget_archive ul li a:hover {
  color: #008CFF ;
}
#footer-page .widget_rss ul ul,
#footer-page .widget_meta ul ul,
#footer-page .widget_pages ul ul,
#footer-page .widget_nav_menu ul ul,
#footer-page .widget_categories ul ul,
#footer-page .widget_recent_entries ul ul,
#footer-page .widget_archive ul ul {
  margin-left: 8px;
}
#footer-page .widget_recent_comments ul li span {
  font-size: 13px;
  color: #EDEDED;
  line-height: 1.8em;
}
#footer-page .widget_recent_comments ul li span a {
  color: inherit;
}
#footer-page .widget_recent_comments ul li span a:hover {
  color: #008CFF ;
}
#footer-page .widget_follow_us .widget_content p {
  font-size: 16px;
  color: #333 !important;
font-weight: lighter;
}
.widget_content.mt-4 p{
  font-weight: lighter;
  color: #333;
}
#footer-page .widget_follow_us .widget_content .phone {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #008CFF ;
  letter-spacing: 0.02em;
}
#footer-page .awe-social {
  font-size: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 35px;
}
#footer-page .awe-social a {
  display: inline-block;
  margin: 7px;
}
#footer-page .awe-social a .fa {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
#footer-page .awe-social a:hover {
  opacity: 1 !important;
}
#footer-page .awe-social:hover a {
  opacity: .5;
}
#footer-page .awe-social .fa-twitter {
  background-color: #77CBEF;
}
#footer-page .awe-social .fa-pinterest {
  background-color: #E95554;
}
#footer-page .awe-social .fa-facebook {
  background-color: #537ABC;
}
#footer-page .awe-social .fa-youtube-play {
  background-color: #E96349;
}
#footer-page .widget_contact_info {
  position: relative;
  z-index: 9;
  padding: 46px 30px 150px 30px;

}
#footer-page .widget_contact_info:before, #footer-page .widget_contact_info:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 20px 10px;
  border-left-color: #008CFF ;
  border-bottom-color: #008CFF ;
  top: 0;
  right: 1px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  z-index: -4;
}
#footer-page .widget_contact_info:after {
  border-left-color: rgba(0, 0, 0, 0.3) !important;
  border-bottom-color: rgba(0, 0, 0, 0.3) !important;
  z-index: -3;
}
#footer-page .widget_contact_info .widget_background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
#footer-page .widget_contact_info .widget_background__half {
  position: absolute;
  width: 50%;
  height: 105%;
  overflow: hidden;
  top: -10%;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
}
#footer-page .widget_contact_info .widget_background__half .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
#footer-page .widget_contact_info .widget_background__half:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 102%;
  top: 0;
  left: 0;
  background-color: #008CFF ;
  opacity: .85;
  z-index: 9;
}
#footer-page .widget_contact_info .widget_background__half:nth-child(2) {
  left: auto;
  right: 0;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
#footer-page .widget_contact_info .widget_background__half:nth-child(2) .bg {
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
}
#footer-page .widget_contact_info .widget_content {
  color: #fff;
  margin-top: 50px;
}
#footer-page .widget_contact_info .widget_content p {
  margin-bottom: 25px;
}
#footer-page .widget_contact_info .widget_content a {
  color: inherit;
}
#footer-page .widget_contact_info .widget_content a:hover {
  color: inherit;
  text-decoration: underline;
}
#footer-page .copyright {
  text-align: center;
  padding: 20px 0;
}

/* 5.   Blog
--------------------------------------------------------------------------------*/
.blog-heading-content {
  padding-top: 116px;
  padding-bottom: 68px;
}
.blog-heading-content h2 {
  display: inline-block;
  background-color: #008CFF ;
  color: #fff;
  padding: 19px 28px;
  margin: 0;
  line-height: normal;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.25em;
}

.blog-page {
  margin-top: 47px;
}

.related-post,
.blog-page__content {
  margin-top: 37px;
  margin-bottom: 84px;
}
.related-post .post,
.blog-page__content .post {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
}
.related-post .post .post-media,
.blog-page__content .post .post-media {
  width: 270px;
  float: left;
  margin-right: 30px;
}
.related-post .post .post-media .image-style,
.blog-page__content .post .post-media .image-style {
  position: relative;
  overflow: hidden;
  padding-top: 67%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.related-post .post .post-media .image-style img,
.blog-page__content .post .post-media .image-style img {
  position: absolute;
  width: 100%;
  max-width: none !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.related-post .post .post-body,
.blog-page__content .post .post-body {
  overflow: hidden;
}
.related-post .post .post-meta,
.blog-page__content .post .post-meta {
  font-style: italic;
  font-size: 0;
}
.related-post .post .post-meta > div,
.blog-page__content .post .post-meta > div {
  display: inline-block;
  font-size: 13px;
}
.related-post .post .post-meta > div + div:before,
.blog-page__content .post .post-meta > div + div:before {
  content: '\//';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.related-post .post .post-meta .cat ul,
.blog-page__content .post .post-meta .cat ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-post .post .post-meta .cat ul li a:after,
.blog-page__content .post .post-meta .cat ul li a:after {
  content: '\, ';
}
.related-post .post .post-meta .cat ul li:last-child a:after,
.blog-page__content .post .post-meta .cat ul li:last-child a:after {
  display: none;
}
.related-post .post .post-meta a,
.blog-page__content .post .post-meta a {
  color: inherit;
}
.related-post .post .post-meta a:hover,
.blog-page__content .post .post-meta a:hover {
  color: #008CFF ;
}
.related-post .post .post-title h2,
.blog-page__content .post .post-title h2 {
  font-size: 24px;
  color: #008CFF ;
  margin-top: 0;
  margin-bottom: 5px;
}
.related-post .post .post-title h2 a,
.blog-page__content .post .post-title h2 a {
  display: block;
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.related-post .post .post-title h2 a:hover,
.blog-page__content .post .post-title h2 a:hover {
  color: inherit;
  opacity: .6;
}
.related-post .post .post-title h1,
.blog-page__content .post .post-title h1 {
  font-size: 40px;
  font-weight: 600;
  /* color: #4a4a4a; */
  margin-top: 0;
  margin-bottom: 18px;
}
.related-post .post .post-content,
.blog-page__content .post .post-content {
  margin-bottom: 32px;
  color: #666;
}

.page__pagination {
  font-size: 0;
  margin-left: -6px;
  margin-right: -6px;
}
.page__pagination span,
.page__pagination a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 1px;
  margin: 6px;
}
.page__pagination .pagination-prev,
.page__pagination .pagination-next {
  font-size: 16px;
}
.page__pagination .current,
.page__pagination a:hover {
  background-color: #008CFF ;
  color: #fff;
}

.awe-social {
  font-size: 0;
}
.awe-social a {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.awe-social a .fa {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
.awe-social a:hover {
  opacity: 0.6;
}
.awe-social .fa.fa-twitter {
  background-color: #77CBEF;
}
.awe-social .fa.fa-pinterest {
  background-color: #E95554;
}
.awe-social .fa.fa-facebook {
  background-color: #537ABC;
}
.awe-social .fa.fa-youtube-play {
  background-color: #E96349;
}
.awe-social .fa.fa-google-plus {
  background-color: #4A4A4A;
}

body.single-post .blog-page__content > .post .post-media {
  width: 100%;
  float: none;
}
body.single-post .blog-page__content > .post .post-content {
  margin-top: 25px;
}

.post-footer {
  margin-left: -15px;
  margin-right: -15px;
}
.post-footer > div {
  width: 33.3333333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.post-footer > div h4 {
  font-size: 16px;
  color: #333;
}
.post-footer .share-box .share {
  font-size: 0;
  margin-left: -8px;
  margin-right: -8px;
}
.post-footer .share-box .share a {
  display: inline-block;
  margin: 4px 8px;
}
.post-footer .share-box .share a .fa {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-footer .share-box .share a .count {
  display: block;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 5px;
}
.post-footer .share-box .share a:hover .fa {
  opacity: .6;
}
.post-footer .cat-box .cat,
.post-footer .tag-box .tag {
  font-size: 0;
  margin-left: -4px;
  margin-right: -4px;
}
.post-footer .cat-box .cat a,
.post-footer .tag-box .tag a {
  display: inline-block;
  font-weight: 600;
  font-size: 12px !important;
  color: #666;
  padding: 3px 10px;
  background-color: #ddd;
  margin: 4px;
}
.post-footer .cat-box .cat a:hover,
.post-footer .tag-box .tag a:hover {
  color: #fff;
  background-color: #008CFF ;
}

.about-author {
  position: relative;
  border-bottom: 1px solid #D4D4D4;
  overflow: hidden;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.about-author .image-thumb {
  width: 70px;
  overflow: hidden;
}
.about-author .image-thumb .image-cover {
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.about-author .author-title h4 {
  font-size: 16px;
  color: #4a4a4a;
  margin-top: 0;
  text-shadow: none;
  line-height: 1.2em;
}
.about-author .author-name {
  margin-top: 4px;
}
.about-author .author-name h3 {
  font-size: 24px;
  font-weight: 400;
  color: #4a4a4a;
  margin-top: 0;
  text-shadow: none;
  line-height: 1.2em;
}
.about-author .author-info {
  margin-left: 100px;
}
.about-author .author-social {
  margin-left: -8px;
  margin-right: -8px;
}
.about-author .author-social a {
  display: inline-block;
  margin: 4px 8px;
}
.about-author .author-social a .fa {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-author .author-social a:hover .fa {
  opacity: .6;
}

.related-post {
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #D4D4D4;
}
.related-post h4 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
}
.related-post .post {
  border: 0;
  margin: 0;
  padding: 0;
}
.related-post .owl-carousel .owl-controls {
  margin: 0;
}
.related-post .owl-carousel .owl-controls .owl-buttons {
  bottom: auto;
  top: -12px;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

#respond {
  margin-bottom: 50px;
}
#respond .row {
  margin-left: -15px;
  margin-right: -15px;
}
#respond .reply-title h4 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
#respond .form-item {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
#respond .form-item textarea {
  width: 100%;
  height: 120px;
}
#respond .form-item input {
  width: 100%;
}
#respond .form-actions {
  margin: 15px 0;
}
#respond .form-actions input {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #008CFF ;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#respond .form-actions input:hover {
  opacity: .7;
}

#comments {
  margin-bottom: 30px;
}
#comments a {
  color: inherit;
}
#comments .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
#comments .commentlist > .comment .comment-box {
  border-bottom: 1px solid #d4d4d4;
}
#comments .commentlist > .comment:last-child .comment-box {
  border-bottom: 0;
}
#comments .commentlist .comment-author {
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 26px;
}
#comments .commentlist .comment-author img {
  width: 100%;
}
#comments .commentlist .comment-body {
  position: relative;
  overflow: hidden;
  font-size: 13px;
  color: #666;
}
#comments .commentlist .comment-body p {
  margin-top: 5px;
  margin-bottom: 0;
}
#comments .commentlist .children {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 70px;
}
#comments cite.fn {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}
#comments cite.fn a {
  color: #333;
}
#comments cite.fn a:hover {
  color: #008CFF ;
}
#comments cite.fn .byauthor {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #a6a6a6;
  margin-left: 24px;
}
#comments .comment-meta {
  margin-top: 12px;
  font-size: 14px;
  color: #a6a6a6;
}
#comments .comment-box {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
#comments .comment-abs {
  position: absolute;
  display: inline-block;
  font-size: 0;
  bottom: -4px;
  right: 0;
}
#comments .comment-abs a {
  display: inline-block;
  font-weight: 600;
  font-size: 12px !important;
  color: #666;
  padding: 3px 10px;
  background-color: #ddd;
  margin: 4px;
}
#comments .comment-abs a:hover {
  color: #fff;
  background-color: #008CFF ;
}

/* 6.   Login
--------------------------------------------------------------------------------*/

.login-register-page__content {
  max-width: 390px;
  width: 100%;
  float: right;
  padding: 63px 0 135px 0;
}
.login-register-page__content .content-title span {
  font-size: 24px;
  color: #202021;
  line-height: 1.1em;
}
.login-register-page__content .content-title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1em;
}
.login-register-page__content form {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  padding: 34px 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 9;
}
.login-register-page__content form:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .8;
  z-index: -1;
}
.login-register-page__content form .form-item {
  margin-bottom: 12px;
}
.login-register-page__content form .form-item label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
.login-register-page__content form .form-item input {
  width: 100%;
}
.login-register-page__content form .terms-conditions,
.login-register-page__content form .forgot-password {
  float: left;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  text-decoration: underline;
  max-width: 160px;
}
.login-register-page__content form .terms-conditions:hover,
.login-register-page__content form .forgot-password:hover {
  color: #008CFF ;
}
.login-register-page__content form .terms-conditions {
  margin-top: 18px;
}
.login-register-page__content form .form-actions {
  margin-top: 18px;
  float: right;
}
.login-register-page__content form .form-actions input {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #008CFF ;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-register-page__content form .form-actions input:hover {
  opacity: .7;
}
.login-register-page__content .login-register-link {
  background-color: #4a4a4a;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  color: #f2f2f2;
  text-align: center;
  padding: 16px 0;
  margin-top: 20px;
}
.login-register-page__content .login-register-link a {
  color: inherit;
}
.login-register-page__content .login-register-link a:hover {
  color: #008CFF ;
}

/* 7.   Contact
--------------------------------------------------------------------------------*/
.contact-page__form {
  padding-top: 82px;
  padding-bottom: 120px;
}
.contact-page__form .title span {
  font-size: 24px;
  color: #8f8f8f;
}
.contact-page__form .title h2 {
  color: #008CFF ;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1em;
  margin-top: 5px;
}
.contact-page__form .descriptions {
  color: #666;
}

.contact-form {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.contact-form .form-item {
  width: 50%;
  padding: 15px;
  float: left;
}
.contact-form .form-item input {
  width: 100%;
  border: 1px solid #eee;
  background-color: #eee;
}
.contact-form .form-textarea-wrapper {
  width: 100%;
  padding: 15px;
  float: left;
}
.contact-form .form-textarea-wrapper textarea {
  width: 100%;
  border: 1px solid #eee;
  background-color: #eee;
}
.contact-form .form-captcha {
  position: relative;
}
.contact-form .form-captcha .wpcf7-captchac {
  position: absolute;
  padding: 15px 0;
  top: 8px;
  left: 22px;
}
.contact-form .form-captcha .wpcf7-form-control-wrap {
  display: block;
}
.contact-form .form-captcha input {
  padding-left: 90px;
}
.contact-form .form-actions {
  width: 100%;
  padding: 15px;
  float: left;
}
.contact-form .form-actions input {
  width: 100%;
  max-width: 100px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #008CFF ;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form .form-actions input:hover {
  opacity: .7;
}

.contact-page__map {
  min-height: 300px;
}

.el-team {
  text-align: center;
  margin-bottom: 30px;
}
.el-team img {
  width: 100%;
}
.el-team .team-social {
  margin-top: 10px;
}
.el-team .team-social a {
  color: inherit;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.twitter-item {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.twitter-item > .fa {
  font-size: 28px;
  color: #008CFF ;
  margin-bottom: 20px;
}
.twitter-item .twitter-item-foot {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  font-size: 12px;
}
.twitter-item .twitter-item-foot li {
  display: inline-block;
}
.twitter-item .twitter-item-foot li a {
  color: inherit;
}
.twitter-item .twitter-item-foot li a:hover {
  text-decoration: underline;
}

/* 8.   Destination
--------------------------------------------------------------------------------*/
.travelling-block {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 45px;
  margin: 70px 0;
  min-height: 410px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.travelling-block .title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 36px;
}

.travelling-tabs {
  margin-top: 10px;
}
.travelling-tabs .ui-tabs-nav:after {
  display: none;
}
.travelling-tabs .ui-tabs-nav li {
  float: none;
  display: inline-block;
  margin: 10px 8px 0;
}
.travelling-tabs .ui-tabs-nav li .ui-tabs-anchor {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  border: 2px solid #D4D4D4;
  line-height: 30px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  color: #A6A6A6;
}
.travelling-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #fff !important;
  border-color: #008CFF ;
  background-color: #008CFF ;
}
.travelling-tabs .ui-tabs-nav li.ui-state-hover .ui-tabs-anchor {
  border-color: #666;
  color: #666;
}
.travelling-tabs .ui-tabs-panel {
  overflow: hidden;
  overflow-x: auto;
}

.purpose-slider {
  padding: 0 95px;
}
.purpose-slider .item {
  text-align: center;
  padding: 30px 15px 25px;
}
.purpose-slider .item > a {
  display: block;
}
.purpose-slider .item .awe-icon {
  position: relative;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  font-size: 30px;
  color: #008CFF ;
  margin-bottom: 8px;
  z-index: 9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.purpose-slider .item .awe-icon:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #008CFF ;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.purpose-slider .item span {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #4a4a4a;
}
.purpose-slider .item:hover .awe-icon {
  color: #fff;
}
.purpose-slider .item:hover .awe-icon:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.purpose-slider .owl-controls .owl-buttons {
  position: static;
}
.purpose-slider .owl-controls .owl-buttons > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.purpose-slider .owl-controls .owl-buttons > div .fa {
  background: none;
  font-size: 22px;
}
.purpose-slider .owl-controls .owl-buttons > div.owl-prev {
  left: 0;
}
.purpose-slider .owl-controls .owl-buttons > div.owl-next {
  right: 0;
}

.travelling-tabs__region {
  padding-top: 22px;
  padding-bottom: 15px;
}
.travelling-tabs__region .item {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
}
.travelling-tabs__region .item > a {
  display: inline-block;
}
.travelling-tabs__region .item .awe-icon {
  font-size: 80px;
  opacity: .5;
  color: #666;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.travelling-tabs__region .item span {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.travelling-tabs__region .item:hover .awe-icon {
  color: #008CFF ;
  opacity: 1;
}
.travelling-tabs__region .item:hover span {
  color: #008CFF ;
}

.travelling-tabs__price {
  max-width: 570px;
  margin: auto;
  text-align: left;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 25px;
}
.travelling-tabs__price .budget-level {
  width: 64%;
  float: left;
  padding-right: 35px;
}
.travelling-tabs__price .currency {
  width: 36%;
  float: left;
  padding-left: 35px;
}
.travelling-tabs__price .currency .awe-select-wrapper {
  width: 100%;
  margin-top: -8px;
}
.travelling-tabs__price .currency .awe-select-wrapper select {
  width: 100%;
  height: 34px;
  line-height: 34px;
  color: #a5a5a5;
}
.travelling-tabs__price .currency span {
  display: block;
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
.travelling-tabs__price .budget-level label,
.travelling-tabs__price .currency label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #666;
  margin-top: 0;
  margin-bottom: 18px;
}
.travelling-tabs__price .budget-level {
  position: relative;
}
.travelling-tabs__price .budget-level .range-slider-wrapper {
  margin-top: 24px;
}
.travelling-tabs__price .price_slider_amount {
  position: absolute;
  top: 0;
  right: 35px;
  font-weight: 600;
  font-size: 16px;
  color: #666;
}

.travelling-tabs__time {
  max-width: 730px;
  min-width: 645px;
  margin: auto;
  padding-top: 5px;
}
.travelling-tabs__time .season .item {
  display: inline-block;
  text-align: center;
  padding: 0 40px;
}
.travelling-tabs__time .season .item a {
  display: inline-block;
}
.travelling-tabs__time .season .item a .awe-icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #008CFF ;
  font-size: 32px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.travelling-tabs__time .season .item a span {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #4a4a4a;
  margin-top: 12px;
}
.travelling-tabs__time .season .item.hover-active a .awe-icon {
  background-color: #008CFF ;
  color: #fff;
}
.travelling-tabs__time .month {
  margin-top: 28px;
  overflow: hidden;
}
.travelling-tabs__time .month .item {
  position: relative;
  display: inline-block;
  text-align: center;
  float: left;
  width: 8.3333333333%;
}
.travelling-tabs__time .month .item:after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 15px);
  height: 0;
  border-top: 3px dotted #008CFF ;
  opacity: .3;
  top: 3px;
  left: 60%;
}
.travelling-tabs__time .month .item:last-child:after {
  display: none;
}
.travelling-tabs__time .month .item a {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #4a4a4a;
  padding-top: 24px;
}
.travelling-tabs__time .month .item a:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #008CFF ;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.travelling-tabs__time .month .item.hover-active a {
  color: #008CFF ;
}
.travelling-tabs__time .month .item.hover-active a:before {
  background-color: #008CFF ;
}

.travelling-tabs__advance-filter {
  text-align: left;
}
.travelling-tabs__advance-filter .form-group {
  width: 33.3333333333%;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
}
.travelling-tabs__advance-filter .form-elements {
  padding-top: 12px;
  padding-bottom: 12px;
}
.travelling-tabs__advance-filter label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 8px;
}
.travelling-tabs__advance-filter .currency .awe-select-wrapper {
  width: 100%;
  max-width: 138px;
}
.travelling-tabs__advance-filter .currency .awe-select-wrapper select {
  width: 100%;
  height: 34px;
  line-height: 34px;
  color: #a5a5a5;
}
.travelling-tabs__advance-filter .currency span {
  display: block;
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
.travelling-tabs__advance-filter .budget-level {
  position: relative;
}
.travelling-tabs__advance-filter .budget-level .range-slider-wrapper {
  margin-top: 24px;
}
.travelling-tabs__advance-filter .price-slider-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.travelling-tabs__advance-filter .price_slider_amount {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  font-size: 13px;
  color: #444;
}
.travelling-tabs__advance-filter .form-elements select,
.travelling-tabs__advance-filter .form-elements input {
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.travelling-tabs__advance-filter .form-elements .form-item {
  position: relative;
}
.travelling-tabs__advance-filter .form-elements.form-checkin, .travelling-tabs__advance-filter .form-elements.form-checkout {
  width: 43%;
  float: left;
}
.travelling-tabs__advance-filter .form-elements.form-checkin {
  margin-right: 7%;
}
.travelling-tabs__advance-filter .form-elements.form-checkout {
  margin-left: 7%;
}
.travelling-tabs__advance-filter .form-elements.form-references {
  clear: both;
}
.travelling-tabs__advance-filter .form-elements .awe-icon {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #fff;
  line-height: 34px;
  text-align: right;
  top: 1px;
  right: 1px;
  padding-right: 12px;
  font-size: 16px;
  color: #666;
  pointer-events: none;
}
.travelling-tabs__advance-filter .form-elements .awe-select-wrapper {
  width: 100%;
}

.discount-coupons .cop1 img{
  margin-bottom: 10px;
}
.your-destinations .your-destionations__top {
  overflow: hidden;
  margin-bottom: 38px;
}
.your-destinations .title {
  float: left;
}
.your-destinations .title h2 {
  font-weight: 400;
  font-size: 24px;
  color: #444;
  margin: 0;
}
.your-destinations .your-destinations__bar {
  float: right;
}
.your-destinations .your-destinations__bar .view-switcher {
  float: left;
  padding: 0 10px;
}
.your-destinations .your-destinations__bar .view-switcher .view-item {
  float: left;
  padding: 10px;
}
.your-destinations .your-destinations__bar .view-switcher .view-item a {
  color: #666;
}
.your-destinations .your-destinations__bar .view-switcher .view-item a:hover {
  color: #008CFF ;
}
.your-destinations .your-destinations__bar .view-switcher .view-item.view-active a {
  color: #008CFF ;
}
.your-destinations .your-destinations__bar .order {
  float: left;
}
.your-destinations .your-destinations__bar .order select {
  width: 170px;
  height: 36px;
  line-height: 36px;
  color: #A5A5A5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.your-destinations .page__pagination {
  margin-top: 31px;
}
.your-destinations .page__pagination span,
.your-destinations .page__pagination a {
  background-color: #fff;
}
.your-destinations .page__pagination .current,
.your-destinations .page__pagination a:hover {
  background-color: #008CFF ;
  color: #fff;
}

.destination-list__content {
  width: 100%;
}
.destination-list__content .destinations-item {
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}
.destination-list__content .destinations-item .item-media {
  position: relative;
  width: 24%;
  float: left;
}
.destination-list__content .destinations-item .item-media .image-cover {
  padding-top: 62.96%;
  overflow: hidden;
}
.destination-list__content .destinations-item .item-media .item-cat {
  position: absolute;
  top: 5px;
  left: 10px;
}
.destination-list__content .destinations-item .item-media .item-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.destination-list__content .destinations-item .item-media .item-cat ul li {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
}
.destination-list__content .destinations-item .item-media .item-cat ul li a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(38, 38, 38, 0.8);
  padding: 2px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.destination-list__content .destinations-item .item-media .item-cat ul li a:hover {
  background-color: #008CFF ;
  color: #fff;
}
.destination-list__content .destinations-item .item-body {
  padding: 18px 34px;
  width: 61%;
  float: left;
}
.destination-list__content .destinations-item .item-body .item-title h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}
.destination-list__content .destinations-item .item-body .item-title h2 a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}
.destination-list__content .destinations-item .item-body .item-title h2 a:hover {
  color: #008CFF ;
}
.destination-list__content .destinations-item .item-body .item-description {
  font-size: 13px;
  font-weight: 400;
  color: #444;
}
.destination-list__content .destinations-item .item-body .item-footer {
  margin-top: 18px;
}
.destination-list__content .destinations-item .item-body .item-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.destination-list__content .destinations-item .item-body .item-footer ul li {
  display: inline-block;
  margin-right: 60px;
}
.destination-list__content .destinations-item .item-body .item-footer ul li h6 {
  font-size: 12px;
  font-weight: 700;
  color: #444;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.destination-list__content .destinations-item .item-body .item-footer ul li > p {
  font-size: 18px;
  color: #444;
  margin-bottom: 0;
}
.destination-list__content .destinations-item .item-body .item-footer ul li > p .awe-icon {
  font-size: 20px;
  margin-right: 2px;
}
.destination-list__content .destinations-item .item-price-more {
  position: relative;
  padding: 20px 30px;
  width: 15%;
  float: left;
}
.destination-list__content .destinations-item .item-price-more:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  top: 22px;
  bottom: 22px;
  left: 0;
  border-left: 2px dotted #D4D4D4;
}
.destination-list__content .destinations-item .item-price-more .price {
  font-style: italic;
  font-size: 14px;
  color: #444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.destination-list__content .destinations-item .item-price-more .price ins {
  text-decoration: none;
}
.destination-list__content .destinations-item .item-price-more .price .amount {
  display: block;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.destination-list__content .destinations-item .item-price-more a {
  margin-top: 36px;
}
.destination-list__content .destinations-item:hover {
  -webkit-box-shadow: 0 0 0 2px #008CFF ;
  -moz-box-shadow: 0 0 0 2px #008CFF ;
  box-shadow: 0 0 0 2px #008CFF ;
}
.destination-list__content .destinations-item:hover .item-body .item-title h2 a {
  color: #008CFF ;
}
.destination-list__content .destinations-item:hover .item-body .item-footer ul li h6 {
  color: #008CFF ;
}
.destination-list__content .destinations-item:hover .item-price-more .price {
  color: #008CFF ;
}
.destination-list__content .destinations-item:hover .item-price-more .price .amount {
  color: #008CFF ;
}

/* 9.   Hotel
--------------------------------------------------------------------------------*/
.page-top {
  overflow: hidden;
  margin-top: 40px;
}
.page-top .list-link {
  float: left;
  font-size: 0;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.page-top .list-link li {
  display: inline-block;
  margin: 8px 10px;
}
.page-top .list-link li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-left: 23px;
}
.page-top .list-link li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #A6A6A6;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
.page-top .list-link li a:hover {
  color: #008CFF ;
}
.page-top .list-link li a:hover:before {
  border-color: #008CFF ;
}
.page-top .list-link li.current a {
  color: #008CFF ;
}
.page-top .list-link li.current a:before {
  border-color: #008CFF ;
}
.page-top .list-link li.current a:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #008CFF ;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
}
.page-top .awe-select-wrapper {
  float: right;
}
.page-top .awe-select-wrapper .awe-select {
  min-width: 170px;
  line-height: 36px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.filter-page {
  margin-bottom: 60px;
}

.filter-page__content {
  margin-bottom: 150px;
}

.filter-item-wrapper {
  width: 100%;
  margin-top: 37px;
}
.filter-page.option2 .filter-item-wrapper{ margin-top: 0 !important;}

.flight-item,
.trip-item,
.attraction-item,
.hotel-item {
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 169px;
  padding-bottom: 10px;
  box-shadow: 0 0 10px #eee;
}
.flight-item{
  min-height: 140px;
  padding-bottom: 0px;
}
.flight-item .item-media,
.trip-item .item-media,
.attraction-item .item-media,
.hotel-item .item-media {
  position: relative;
  width: 30%;
  float: left;
}
.flight-item .item-media .image-cover,
.trip-item .item-media .image-cover,
.attraction-item .item-media .image-cover,
.hotel-item .item-media .image-cover {
  padding-top: 72%;
  overflow: hidden;
}
.flight-item .item-media .trip-icon,
.trip-item .item-media .trip-icon,
.attraction-item .item-media .trip-icon,
.hotel-item .item-media .trip-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
  top: 0;
  left: 14px;
}
.flight-item .item-body,
.trip-item .item-body,
.attraction-item .item-body,
.hotel-item .item-body {
  position: relative;
  padding: 18px;
  width: 50%;
  float: left;
  overflow: hidden;
  overflow-x: auto;
}
.item-body.bus2 { 
  width: 30%;
}
.flight-item .item-body .item-title h2,
.trip-item .item-body .item-title h2,
.attraction-item .item-body .item-title h2,
.hotel-item .item-title h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.flight-item .item-body .item-title h2 a,
.trip-item .item-body .item-title h2 a,
.attraction-item .item-body .item-title h2 a,
.hotel-item  .item-title h2 a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #222;
}
.flight-item .item-body .item-title h2 a:hover,
.trip-item .item-body .item-title h2 a:hover,
.attraction-item .item-body .item-title h2 a:hover,
.hotel-item   .item-title h2 a:hover {
  color: #008CFF ;
}

.hotel-item.bus-main .item-media {
  padding: 18px;
}

.flight-item .item-body .item-hotel-star,
.trip-item .item-body .item-hotel-star,
.attraction-item .item-body .item-hotel-star,
.hotel-item .item-body .item-hotel-star {
  font-size: 11px;
  color: #FFD34E;
}
.flight-item .item-body .item-address,
.trip-item .item-body .item-address,
.attraction-item .item-body .item-address,
.hotel-item .item-body .item-address {
  font-weight: 600;
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
.flight-item .item-body .item-list ul,
.trip-item .item-body .item-list ul,
.attraction-item .item-body .item-list ul,
.hotel-item .item-body .item-list ul {
  margin: 5px 0 0;
  padding-left: 16px;
  color: #666;
}
.flight-item .item-body .item-table,
.trip-item .item-body .item-table,
.attraction-item .item-body .item-table,
.hotel-item .item-body .item-table {
  width: 100%; 
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
}
.flight-item .item-body .item-table thead tr th,
.trip-item .item-body .item-table thead tr th,
.attraction-item .item-body .item-table thead tr th,
.hotel-item .item-body .item-table thead tr th {
  font-weight: 600;
  color: #666;
}
.flight-item .item-body .item-table thead tr th.depart, .flight-item .item-body .item-table thead tr th.arrive, .flight-item .item-body .item-table thead tr th.duration,
.trip-item .item-body .item-table thead tr th.depart,
.trip-item .item-body .item-table thead tr th.arrive,
.trip-item .item-body .item-table thead tr th.duration,
.attraction-item .item-body .item-table thead tr th.depart,
.attraction-item .item-body .item-table thead tr th.arrive,
.attraction-item .item-body .item-table thead tr th.duration,
.hotel-item .item-body .item-table thead tr th.depart,
.hotel-item .item-body .item-table thead tr th.arrive,
.hotel-item .item-body .item-table thead tr th.duration {
  width: 90px;
  padding-left: 20px;
}

.flight-item .depart, .flight-item .duration, .flight-item .arrive {width: 33% !important; text-align: center;}

.flight-item .item-body .item-table thead tr th.depart , .flight-item .item-body .item-table tbody tr td.depart,
.flight-item .item-body .item-table thead tr th.arrive , .flight-item .item-body .item-table tbody tr td.arrive
{ padding: 0 !important; }

.flight-item .item-body .item-table thead tr th.duration,  .flight-item .item-body .item-table tbody tr td.duration{
  padding: 0 10px !important;
}
td.depart, td.arrive  {
  font-size: 20px;
}
.flight-item .item-body .item-table tbody tr td,  .route,
.trip-item .item-body .item-table tbody tr td,
.attraction-item .item-body .item-table tbody tr td,
.hotel-item .item-body .item-table tbody tr td {
  font-weight: 600;
  vertical-align: top;
  padding: 6px 0;
  color: #444;
}
.flight-item .item-body .item-table tbody tr td.depart, .flight-item .item-body .item-table tbody tr td.arrive, .flight-item .item-body .item-table tbody tr td.duration,
.trip-item .item-body .item-table tbody tr td.depart,
.trip-item .item-body .item-table tbody tr td.arrive,
.trip-item .item-body .item-table tbody tr td.duration,
.attraction-item .item-body .item-table tbody tr td.depart,
.attraction-item .item-body .item-table tbody tr td.arrive,
.attraction-item .item-body .item-table tbody tr td.duration,
.hotel-item .item-body .item-table tbody tr td.depart,
.hotel-item .item-body .item-table tbody tr td.arrive,
.hotel-item .item-body .item-table tbody tr td.duration {
  width: 90px;
  padding-left: 20px;
}
.flight-item .item-body .item-table tbody tr td ul,   .route ul,
.trip-item .item-body .item-table tbody tr td ul,
.attraction-item .item-body .item-table tbody tr td ul,
.hotel-item .item-body .item-table tbody tr td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flight-item .item-body .item-table tbody tr td ul li,  .route ul li,
.trip-item .item-body .item-table tbody tr td ul li,
.attraction-item .item-body .item-table tbody tr td ul li,
.hotel-item .item-body .item-table tbody tr td ul li {
  display: inline-block;
}
.flight-item .item-body .item-table tbody tr td ul li .awe-icon, .route ul li .awe-icon,
.trip-item .item-body .item-table tbody tr td ul li .awe-icon,
.attraction-item .item-body .item-table tbody tr td ul li .awe-icon,
.hotel-item .item-body .item-table tbody tr td ul li .awe-icon {
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.flight-item .item-body .item-table tbody tr td ul li:last-child .awe-icon, .route ul li:last-child .awe-icon,
.trip-item .item-body .item-table tbody tr td ul li:last-child .awe-icon,
.attraction-item .item-body .item-table tbody tr td ul li:last-child .awe-icon,
.hotel-item .item-body .item-table tbody tr td ul li:last-child .awe-icon {
  display: none;
}
.flight-item .item-body .item-table tbody tr td .date, .route ul li:last-child .date,
.trip-item .item-body .item-table tbody tr td .date,
.attraction-item .item-body .item-table tbody tr td .date,
.hotel-item .item-body .item-table tbody tr td .date {
  display: block;
  font-size: 11px;
  color: #666;
}
 
.route {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #e9ecef;
}
.flight-item .item-body .item-footer,
.trip-item .item-body .item-footer,
.attraction-item .item-body .item-footer,
.hotel-item .item-body .item-footer {
  margin-top: 35px;
  overflow: hidden;
}
.flight-item .item-body .item-footer .item-rate,
.trip-item .item-body .item-footer .item-rate,
.attraction-item .item-body .item-footer .item-rate,
.hotel-item .item-body .item-footer .item-rate {
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #B1B1B1;
}
.flight-item .item-body .item-footer .item-icon,
.trip-item .item-body .item-footer .item-icon,
.attraction-item .item-body .item-footer .item-icon,
.hotel-item .item-body .item-footer .item-icon {
  float: right;
  color: #666;
}
.flight-item .item-body .item-footer .item-icon .awe-icon,
.trip-item .item-body .item-footer .item-icon .awe-icon,
.attraction-item .item-body .item-footer .item-icon .awe-icon,
.hotel-item .item-body .item-footer .item-icon .awe-icon {
  font-size: 13px;
  margin-left: 15px;
}
.flight-item .item-price-more,
.trip-item .item-price-more,
.attraction-item .item-price-more,
.hotel-item .item-price-more {
  position: relative;
  padding: 0 15px;
  margin: 10px 0;
  width: 20%;
  float: right;
  overflow: hidden;
}
.flight-item .item-price-more:after,
.trip-item .item-price-more:after,
.attraction-item .item-price-more:after,
.hotel-item .item-price-more:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 2px dotted #D4D4D4;
}
.flight-item .item-price-more .price,
.trip-item .item-price-more .price,
.attraction-item .item-price-more .price,
.hotel-item .item-price-more .price {
  position: relative;
  font-style: italic;
  font-size: 14px;
  color: #B1B1B1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-item .item-price-more .price ins,
.trip-item .item-price-more .price ins,
.attraction-item .item-price-more .price ins,
.hotel-item .item-price-more .price ins {
  text-decoration: none;
}
.flight-item .item-price-more .price .amount,
.trip-item .item-price-more .price .amount,
.attraction-item .item-price-more .price .amount,
.hotel-item .item-price-more .price .amount {
  display: block; 
  font-style: normal;
  font-size: 30px;
  line-height: 1em;
  color: #008CFF ;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-item .item-price-more .price .amount {
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
}

.flight-item .item-price-more .price del,
.trip-item .item-price-more .price del,
.attraction-item .item-price-more .price del,
.hotel-item .item-price-more .price del {
  position: absolute;
  display: block;
  color: #B1B1B1;
}
.flight-item .item-price-more .price del .amount,
.trip-item .item-price-more .price del .amount,
.attraction-item .item-price-more .price del .amount,
.hotel-item .item-price-more .price del .amount {
  font-size: 14px;
  font-weight: 600;
  color: #B1B1B1;
}
.flight-item .item-price-more a,
.trip-item .item-price-more a,
.attraction-item .item-price-more a,
.hotel-item .item-price-more a {
  margin-top: 12px;
}
.flight-item:hover,
.trip-item:hover,
.attraction-item:hover,
.hotel-item:hover {
  -webkit-box-shadow: 0 0 0 2px #008CFF ;
  -moz-box-shadow: 0 0 0 2px #008CFF ;
  box-shadow: 0 0 0 2px #008CFF ;
}
.flight-item:hover .item-body .item-title h2 a,
.trip-item:hover .item-body .item-title h2 a,
.attraction-item:hover .item-body .item-title h2 a,
.hotel-item:hover .item-body .item-title h2 a {
  color: #008CFF ;
}
.flight-item:hover .item-body .item-footer ul li h6,
.trip-item:hover .item-body .item-footer ul li h6,
.attraction-item:hover .item-body .item-footer ul li h6,
.hotel-item:hover .item-body .item-footer ul li h6 {
  color: #008CFF ;
}
.flight-item:hover .item-price-more .price,
.trip-item:hover .item-price-more .price,
.attraction-item:hover .item-price-more .price,
.hotel-item:hover .item-price-more .price {
  color: #008CFF ;
}
.flight-item:hover .item-price-more .price .amount,
.trip-item:hover .item-price-more .price .amount,
.attraction-item:hover .item-price-more .price .amount,
.hotel-item:hover .item-price-more .price .amount {
  color: #008CFF ;
}
.flight-item:hover .item-price-more .price del .amount,
.trip-item:hover .item-price-more .price del .amount,
.attraction-item:hover .item-price-more .price del .amount,
.hotel-item:hover .item-price-more .price del .amount {
  color: #B1B1B1;
}
.f-detail {
  width: 31%;
  padding-top: 10px;
}
.flight-item .item-media {
  width: 12%;
  padding: 8px;
  margin-top: 10px;
}
.flight-item .item-media .image-cover {
  padding-top: 100%;
  overflow: visible;
} 
.flight-item .item-media .image-cover img {
  width: auto !important;
  height: auto !important;
  max-width: 100px !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flight-item .item-body {
  width: 88%;
  padding: 5px;
}
 
.flight-item .item-price-more .price {
  font-style: normal;
  font-size: 11px;
  color: #666;
  width: 33%;
}

.mfp-container {
  padding: 0 15px;
}

.flight-popup {
  position: relative;
  background-color: #fff;
  max-width: 970px;
  margin: 50px auto;
}
.flight-popup:after {
  content: '';
  display: table;
  clear: both;
}
.flight-popup .mfp-close {
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  background-color: #008CFF ;
  color: #fff;
  opacity: 1;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup .mfp-close:hover {
  background-color: #fff;
  color: #333;
}
.flight-popup .flight-popup__content {
  width: 62%;
  float: left;
  padding: 30px 12px 30px 30px;
}
.flight-popup .flight-popup__map-info {
  position: absolute !important;
  width: 38%;
  height: 100%;
  top: 0;
  right: 0;
}

.flight-popup-tabs .ui-tabs-nav {
  margin-right: 18px;
}
.flight-popup-tabs .ui-tabs-nav:after {
  border-bottom-width: 1px;
}
.flight-popup-tabs .ui-tabs-nav li .ui-tabs-anchor {
  font-size: 16px;
  font-weight: 400;
  color: #A6A6A6;
}
.flight-popup-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #4a4a4a;
}
.flight-popup-tabs .flight-popup__scrollbar {
  position: relative;
  overflow: hidden;
  height: 460px;
  padding-right: 18px;
}
.flight-popup-tabs .flight-popup__scrollbar.ps-container > .ps-scrollbar-y-rail {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 3px;
}
.flight-popup-tabs .flight-popup__scrollbar.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;
  background-color: #D4D4D4;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.flight-popup-tabs .flight-popup__scrollbar.ps-container > .ps-scrollbar-x-rail {
  display: none;
  opacity: 0;
  position: absolute;
}
.flight-popup-tabs .flight-popup__scrollbar.ps-container:active > .ps-scrollbar-y-rail > .ps-scrollbar-y, .flight-popup-tabs .flight-popup__scrollbar.ps-container:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  opacity: 1;
  visibility: visible;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider {
  margin-bottom: 26px;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider .item img {
  width: 100%;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider .owl-controls .owl-buttons {
  position: static;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider .owl-controls .owl-buttons > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider .owl-controls .owl-buttons > div .fa {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__slider .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.flight-popup-tabs .flight-popup__overview .flight-popup__descriptions {
  font-size: 14px;
  color: #666;
}
.flight-popup-tabs .flight-popup__history {
  position: relative;
  margin-left: 26px;
}
.flight-popup-tabs .flight-popup__history .item {
  position: relative;
  padding-left: 40px;
  padding-bottom: 36px;
}
.flight-popup-tabs .flight-popup__history .item:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 4px;
  border-left: 2px solid #D4D4D4;
}
.flight-popup-tabs .flight-popup__history .item .year {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup-tabs .flight-popup__history .item .descriptions {
  font-size: 14px;
  color: #666;
}
.flight-popup-tabs .flight-popup__history .item .icon-active {
  position: absolute;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid #D4D4D4;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup-tabs .flight-popup__history .item .icon-active:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #008CFF ;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup-tabs .flight-popup__history .item:hover .year {
  color: #4a4a4a;
}
.flight-popup-tabs .flight-popup__history .item:hover .icon-active {
  border-color: #008CFF ;
}
.flight-popup-tabs .flight-popup__history .item:hover .icon-active:after {
  opacity: 1;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item {
  position: relative;
  background-color: #eee;
  border: 2px solid #eee;
  padding: 12px 90px 12px 72px;
  cursor: pointer;
  margin-bottom: 12px;
  counter-increment: listcountmap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item:before {
  content: counter(listcountmap);
  position: absolute;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #A5A5A5;
  width: 72px;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-media {
  width: 70px;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-media img {
  width: 100%;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-title h2 {
  font-size: 18px;
  font-weight: 400;
  color: #4a4a4a;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-star .fa {
  font-size: 11px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-address {
  font-size: 13px;
  font-weight: 600;
  color: #A6A6A6;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-rate {
  position: absolute;
  top: 10px;
  right: 12px;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-rate span {
  font-weight: 700;
  font-size: 14px;
  color: #B1B1B1;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item.map-active, .flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item:hover {
  background-color: transparent;
  border-color: #008CFF ;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item.map-active .item-title h2, .flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item:hover .item-title h2 {
  color: #008CFF ;
}
.flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item.map-active .item-star .fa, .flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item:hover .item-star .fa {
  color: #FFD34E;
}
.flight-popup-tabs .flight-popup__gallery-row {
  margin: -5px;
}
.flight-popup-tabs .flight-popup__grid-wrapper .grid-item {
  padding: 0;
}
.flight-popup-tabs .flight-popup__grid-wrapper .grid-item .image-wrap {
  position: relative;
  z-index: 9;
}
.flight-popup-tabs .flight-popup__grid-wrapper .grid-item .image-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid #fff;
  z-index: 9;
  pointer-events: none;
}

/* 10.   Widgetsidebar
--------------------------------------------------------------------------------*/
.widget ul {
  list-style: none;
  padding: 0;
}
.widget ul li > label {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.widget select {
  width: 100%;
}

.page-sidebar {
  margin-top: 37px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
padding: 8px;
}
.page-sidebar .sidebar-title {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #0091EA;
  margin-bottom: 15px;
  padding: 12px 0;
}
.page-sidebar .sidebar-title h2 {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  float: left;
  margin: 0;
}
.page-sidebar .sidebar-title .clear-filter {
  float: right;
}
.page-sidebar .sidebar-title .clear-filter a {
  font-weight: 600;
  font-size: 12px;
  color: #172133 !important;
  padding: 10px;
}
.page-sidebar .sidebar-title .clear-filter a:after {
  content: '×';
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
}
.page-sidebar .sidebar-title .clear-filter a:hover {
  color: #008CFF ;
}
.page-sidebar .widget {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.page-sidebar .widget h3 {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #383838 !important;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.page-sidebar .widget:last-child {
  border: 0;
}
.page-sidebar .widget_search form {
  margin-bottom: 16px;
}
.page-sidebar .widget_search input {
  width: 100%;
  border: 1px solid #E7E7E7;
  background: none;
}
.page-sidebar .widget_follow_us .awe-social {
  margin-bottom: 16px;
}
.page-sidebar .widget_has_thumbnail ul li {
  margin-bottom: 20px;
}
.page-sidebar .widget_has_thumbnail .image-wrap {
  padding-top: 30%;
}
.page-sidebar .widget_has_thumbnail .content {
  margin-top: 5px;
}
.page-sidebar .widget_has_thumbnail .content a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #666;
}
.page-sidebar .widget_has_thumbnail .content a:hover {
  color: #008CFF ;
}
.page-sidebar .widget_latest_post ul li,
.page-sidebar .widget_rss ul li,
.page-sidebar .widget_meta ul li,
.page-sidebar .widget_pages ul li,
.page-sidebar .widget_nav_menu ul li,
.page-sidebar .widget_categories ul li,
.page-sidebar .widget_archive ul li {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #666;
  margin-left: 12px;
}
.page-sidebar .widget_latest_post ul li:before,
.page-sidebar .widget_rss ul li:before,
.page-sidebar .widget_meta ul li:before,
.page-sidebar .widget_pages ul li:before,
.page-sidebar .widget_nav_menu ul li:before,
.page-sidebar .widget_categories ul li:before,
.page-sidebar .widget_archive ul li:before {
  content: '';
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-sidebar .widget_latest_post ul li a,
.page-sidebar .widget_rss ul li a,
.page-sidebar .widget_meta ul li a,
.page-sidebar .widget_pages ul li a,
.page-sidebar .widget_nav_menu ul li a,
.page-sidebar .widget_categories ul li a,
.page-sidebar .widget_archive ul li a {
  display: inline-block;
  color: inherit;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-sidebar .widget_latest_post ul li:last-child,
.page-sidebar .widget_rss ul li:last-child,
.page-sidebar .widget_meta ul li:last-child,
.page-sidebar .widget_pages ul li:last-child,
.page-sidebar .widget_nav_menu ul li:last-child,
.page-sidebar .widget_categories ul li:last-child,
.page-sidebar .widget_archive ul li:last-child {
  border: 0;
}
.page-sidebar .widget_latest_post ul li ul li,
.page-sidebar .widget_rss ul li ul li,
.page-sidebar .widget_meta ul li ul li,
.page-sidebar .widget_pages ul li ul li,
.page-sidebar .widget_nav_menu ul li ul li,
.page-sidebar .widget_categories ul li ul li,
.page-sidebar .widget_archive ul li ul li {
  margin-left: 18px;
}
.page-sidebar .widget_latest_post ul li:hover:before,
.page-sidebar .widget_rss ul li:hover:before,
.page-sidebar .widget_meta ul li:hover:before,
.page-sidebar .widget_pages ul li:hover:before,
.page-sidebar .widget_nav_menu ul li:hover:before,
.page-sidebar .widget_categories ul li:hover:before,
.page-sidebar .widget_archive ul li:hover:before {
  background-color: #008CFF ;
}
.page-sidebar .widget_latest_post ul li:hover > a,
.page-sidebar .widget_rss ul li:hover > a,
.page-sidebar .widget_meta ul li:hover > a,
.page-sidebar .widget_pages ul li:hover > a,
.page-sidebar .widget_nav_menu ul li:hover > a,
.page-sidebar .widget_categories ul li:hover > a,
.page-sidebar .widget_archive ul li:hover > a {
  color: #008CFF ;
}
.page-sidebar .widget_recent_comments ul li {
  font-weight: 700;
  font-size: 14px;
  color: #666;
  margin-left: 12px;
}
.page-sidebar .widget_recent_comments ul li span {
  display: inline-block;
  color: inherit;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-sidebar .widget_recent_comments ul li span a {
  color: inherit;
}
.page-sidebar .widget_recent_comments ul li:last-child {
  border: 0;
}
.page-sidebar .widget_recent_comments ul li ul li {
  margin-left: 18px;
}
.page-sidebar .widget_recent_comments ul li:hover > a {
  color: #008CFF ;
}

.tagcloud {
  font-size: 0;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 16px;
}
.tagcloud a {
  display: inline-block;
  font-weight: 600;
  font-size: 12px !important;
  color: #666 !important;
  padding: 3px 10px;
  background-color: transparent !important;
  border: 1px solid #ddd !important;
  border-radius: 2px;
  margin: 4px;
}
.tagcloud a:hover {
  color: #fff;
  background-color: #008CFF ;
}

.widget_has_radio_checkbox ul li {
  padding: 6px 0;
}
.widget_has_radio_checkbox ul li label {
  position: relative;
  display: block;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.widget_has_radio_checkbox ul li label .awe-icon-check {
  position: relative;
  font-size: 7px;
  width: 15px;
  height: 15px;
  line-height: 11px;
  text-align: center;
  border: 1px solid #A6A6A6;
  border-radius: 2px;
  color: transparent;
  top: -2px;
  margin-right: 8px;
}
.widget_has_radio_checkbox ul li label > input[type="radio"],
.widget_has_radio_checkbox ul li label > input[type="checkbox"] {
  display: none;
}
.widget_has_radio_checkbox ul li label > input[type="radio"]:checked ~ .awe-icon-check,
.widget_has_radio_checkbox ul li label > input[type="checkbox"]:checked ~ .awe-icon-check {
  color: #008CFF ;
}
.widget_has_radio_checkbox ul li label .rating {
  font-size: 12px;
  color: #666;
}
.widget_has_radio_checkbox ul li label .rating .fa {
  font-size: 11px;
  color: #B1B1B1;
}

.widget_price_filter .price-slider-wrapper {
  padding-top: 5px;
  margin-bottom: 16px;
}
.widget_price_filter .price-slider {
  height: 3px;
}
.widget_price_filter .price-slider .ui-slider-handle {
  height: 10px;
}
.widget_price_filter .price_slider_amount {
  font-weight: 600;
  font-size: 16px;
  color: #A5A5A5;
  margin-top: 15px;
}

.widget_has_radio_checkbox_text .widget_content {
  margin-bottom: 32px;
}
.widget_has_radio_checkbox_text .widget_content label {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  padding: 6px 0;
  margin-right: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.widget_has_radio_checkbox_text .widget_content label .awe-icon-check {
  position: relative;
  font-size: 7px;
  width: 15px;
  height: 15px;
  line-height: 11px;
  text-align: center;
  border: 2px solid #A6A6A6;
  color: transparent;
  top: -2px;
  margin-right: 8px;
}
.widget_has_radio_checkbox_text .widget_content label > input[type="radio"],
.widget_has_radio_checkbox_text .widget_content label > input[type="checkbox"] {
  display: none;
}
.widget_has_radio_checkbox_text .widget_content label > input[type="radio"]:checked ~ .awe-icon-check,
.widget_has_radio_checkbox_text .widget_content label > input[type="checkbox"]:checked ~ .awe-icon-check {
  color: #008CFF ;
}
.widget_has_radio_checkbox_text .widget_content label.from, .widget_has_radio_checkbox_text .widget_content label.to {
  margin-right: 0;
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
}
.widget_has_radio_checkbox_text .widget_content label .form-item {
  position: relative;
  margin-top: 8px;
}
.widget_has_radio_checkbox_text .widget_content label .form-item input {
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  padding-right: 32px;
}
.widget_has_radio_checkbox_text .widget_content label .form-item .awe-icon {
  position: absolute;
  font-size: 14px;
  color: #A6A6A6;
  top: 10px;
  right: 10px;
}

/* 11.   Checkout
--------------------------------------------------------------------------------*/
.checkout-page__top {
  margin-bottom: 34px;
  overflow: hidden;
}
.checkout-page__top .title {
  float: left;
}
.checkout-page__top .title h1 {
  font-size: 32px;
  font-weight: 700;
  color: #666;
  margin: 0;
}
.checkout-page__top .phone {
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  margin-top: 5px;
}

.checkout-page__sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checkout-page__sidebar ul li {
  position: relative;
  counter-increment: count;
  margin-bottom: 5px;
}
.checkout-page__sidebar ul li:before {
  content: counter(count);
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  line-height: 30px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #D4D4D4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkout-page__sidebar ul li a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #A5A5A5;
  background-color: #fff;
  line-height: 60px;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0 15px 0 60px;
}
.checkout-page__sidebar ul li:hover:before {
  border-color: #008CFF ;
  color: #008CFF ;
}
.checkout-page__sidebar ul li:hover a {
  color: #008CFF ;
}
.checkout-page__sidebar ul li.current:before {
  border-color: #fff;
  background-color: #fff;
}
.checkout-page__sidebar ul li.current a {
  background-color: #008CFF ;
  color: #fff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: 0;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  box-shadow: none;
  background: none;
  background-color: #eee;
  border-left: 4px solid #008CFF ;
  border-radius: 0 !important;
  font-weight: 400;
  font-size: 14px;
  color: #68738B;
  padding: 14px 30px !important;
}
.woocommerce-error:before, .woocommerce-error:after,
.woocommerce-info:before,
.woocommerce-info:after,
.woocommerce-message:before,
.woocommerce-message:after {
  display: none !important;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
  color: #008CFF ;
}

.checkout-page__content {
  overflow: hidden;
  overflow-x: auto;
}
.checkout-page__content .yourcart-content,
.checkout-page__content .customer-content,
.checkout-page__content .complete-content {
  background-color: #fff;
  padding: 32px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  min-width: 620px;
  width: 100%;
}
.checkout-page__content .yourcart-content {
  min-width: 720px;
}
.checkout-page__content .content-title {
  border-bottom: 1px dashed #D4D4D4;
  margin-bottom: 20px;
}
.checkout-page__content .content-title h2 {
  font-weight: 700;
  font-size: 18px;
  color: #666;
  margin: 0;
  padding: 14px 0;
}
.checkout-page__content .content-title h2 .awe-icon {
  color: #008CFF ;
  margin-right: 12px;
  vertical-align: middle;
}
.checkout-page__content .coupon {
  padding: 10px 0;
}
.checkout-page__content .coupon form {
  overflow: hidden;
}
.checkout-page__content .coupon .form-row {
  float: left;
}
.checkout-page__content .coupon .form-row.form-row-first {
  max-width: 350px;
  width: 100%;
  padding-right: 30px;
}
.checkout-page__content .coupon .form-row.form-row-first input {
  width: 100%;
  background-color: #eee;
}
.checkout-page__content .coupon .form-row.form-row-last .button {
  border: 0;
  background-color: #403F3F;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkout-page__content .coupon .form-row.form-row-last .button:hover {
  background-color: #008CFF ;
}
.checkout-page__content .woocommerce-billing-fields {
  margin-top: 36px;
}
.checkout-page__content .woocommerce-billing-fields h3 {
  font-weight: 700;
  font-size: 18px;
  color: #666;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #D4D4D4;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address,
.checkout-page__content .woocommerce-billing-fields {
  overflow: hidden;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address .form-row,
.checkout-page__content .woocommerce-billing-fields .form-row {
  margin-top: 20px;
  float: left;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address .form-row label,
.checkout-page__content .woocommerce-billing-fields .form-row label {
  font-weight: 600;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address .form-row input,
.checkout-page__content .woocommerce-billing-fields .form-row input {
  width: 100%;
  background-color: #eee;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address #shipping_first_name_field,
.checkout-page__content .woocommerce-shipping-fields .shipping_address #billing_first_name_field,
.checkout-page__content .woocommerce-billing-fields #shipping_first_name_field,
.checkout-page__content .woocommerce-billing-fields #billing_first_name_field {
  width: 22%;
  margin-right: 3%;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address #shipping_last_name_field,
.checkout-page__content .woocommerce-shipping-fields .shipping_address #billing_last_name_field,
.checkout-page__content .woocommerce-billing-fields #shipping_last_name_field,
.checkout-page__content .woocommerce-billing-fields #billing_last_name_field {
  width: 22%;
  margin-left: 1%;
  margin-right: 2%;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address #billing_email,
.checkout-page__content .woocommerce-billing-fields #billing_email {
  width: 48%;
  margin-left: 2%;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address #shipping_company_field,
.checkout-page__content .woocommerce-shipping-fields .shipping_address #billing_company_field,
.checkout-page__content .woocommerce-billing-fields #shipping_company_field,
.checkout-page__content .woocommerce-billing-fields #billing_company_field {
  width: 48%;
  margin-right: 2%;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address #shipping_country_field,
.checkout-page__content .woocommerce-shipping-fields .shipping_address #billing_country_field,
.checkout-page__content .woocommerce-billing-fields #shipping_country_field,
.checkout-page__content .woocommerce-billing-fields #billing_country_field {
  clear: both;
  width: 48%;
  margin-right: 2%;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address #shipping_country_field .country_select a,
.checkout-page__content .woocommerce-shipping-fields .shipping_address #billing_country_field .country_select a,
.checkout-page__content .woocommerce-billing-fields #shipping_country_field .country_select a,
.checkout-page__content .woocommerce-billing-fields #billing_country_field .country_select a {
  display: block;
  background-color: #eee;
  border: 1px solid #d4d4d4;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  color: #666;
  font-size: 14px;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address #shipping_postcode_field,
.checkout-page__content .woocommerce-shipping-fields .shipping_address #shipping_city_field,
.checkout-page__content .woocommerce-shipping-fields .shipping_address #billing_postcode_field,
.checkout-page__content .woocommerce-shipping-fields .shipping_address #billing_city_field,
.checkout-page__content .woocommerce-billing-fields #shipping_postcode_field,
.checkout-page__content .woocommerce-billing-fields #shipping_city_field,
.checkout-page__content .woocommerce-billing-fields #billing_postcode_field,
.checkout-page__content .woocommerce-billing-fields #billing_city_field {
  width: 22%;
  margin-left: 2%;
  margin-right: 1%;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address #shipping_phone_field,
.checkout-page__content .woocommerce-shipping-fields .shipping_address #shipping_state_field,
.checkout-page__content .woocommerce-shipping-fields .shipping_address #billing_phone_field,
.checkout-page__content .woocommerce-shipping-fields .shipping_address #billing_state_field,
.checkout-page__content .woocommerce-billing-fields #shipping_phone_field,
.checkout-page__content .woocommerce-billing-fields #shipping_state_field,
.checkout-page__content .woocommerce-billing-fields #billing_phone_field,
.checkout-page__content .woocommerce-billing-fields #billing_state_field {
  width: 22%;
  margin-left: 3%;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address #shipping_address_1_field,
.checkout-page__content .woocommerce-shipping-fields .shipping_address #billing_address_1_field,
.checkout-page__content .woocommerce-billing-fields #shipping_address_1_field,
.checkout-page__content .woocommerce-billing-fields #billing_address_1_field {
  width: 48%;
  margin-right: 2%;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address #order_comments_field,
.checkout-page__content .woocommerce-billing-fields #order_comments_field {
  width: 48%;
  margin-left: 2%;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address #order_comments_field textarea,
.checkout-page__content .woocommerce-billing-fields #order_comments_field textarea {
  background-color: #eee;
  width: 100%;
  height: 130px;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address .create-account,
.checkout-page__content .woocommerce-billing-fields .create-account {
  margin-top: 40px;
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address .create-account input[type="checkbox"],
.checkout-page__content .woocommerce-billing-fields .create-account input[type="checkbox"] {
  width: auto;
}
.checkout-page__content .woocommerce-shipping-fields #ship-to-different-address {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  padding-left: 20px;
  margin: 0;
}
.checkout-page__content .woocommerce-shipping-fields #ship-to-different-address label {
  font-weight: 600;
  font-size: 14px;
  color: #666;
  margin: 0;
}
.checkout-page__content .woocommerce-shipping-fields #ship-to-different-address input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-page__content .woocommerce-shipping-fields .shipping_address #shipping_company_field {
  margin-top: -70px;
}
.checkout-page__content #payment {
  margin-top: 42px;
  background: none;
}
.checkout-page__content #payment h3 {
  font-weight: 700;
  font-size: 18px;
  color: #666;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #D4D4D4;
}
.checkout-page__content #payment > .payment_methods {
  list-style: none;
  margin: 0;
  padding: 16px 70px;
}
.checkout-page__content #payment > .payment_methods li label {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-left: 26px;
}
.checkout-page__content #payment > .payment_methods li label:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  padding: 2px;
  background-color: transparent;
  border: 2px solid #008CFF ;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  -ms-background-clip: content-box;
  -o-background-clip: content-box;
  background-clip: content-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 4px;
  left: -26px;
}
.checkout-page__content #payment > .payment_methods li input[type="radio"] {
  display: none;
}
.checkout-page__content #payment > .payment_methods li input[type="radio"]:checked ~ label:before {
  background-color: #008CFF ;
}
.checkout-page__content #payment > .payment_methods li .payment_box {
  color: #A6A6A6;
  margin-left: 26px;
}
.checkout-page__content #payment > .payment_methods .payment_method_paypal label:before {
  top: 20px;
}
.checkout-page__content #payment > .payment_methods .payment_method_paypal img {
  max-height: 52px;
}
.checkout-page__content #payment > .payment_methods .payment_method_paypal .about_paypal {
  display: inline-block;
  margin-left: 15px;
}
.checkout-page__content #payment .place-order {
  border-top: 2px solid #C2C5CD;
  padding: 20px 0;
  text-align: right;
}
.checkout-page__content #payment .place-order input {
  border: 0;
  background-color: #008CFF ;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkout-page__content #payment .place-order input:hover {
  background-color: #403F3F;
}

.your-order {
  overflow: hidden;
}
.your-order h2 {
  font-weight: 700;
  font-size: 24px;
  color: #666;
  border-bottom: 1px solid #D4D4D4;
  margin: 0;
  padding: 7px 0;
}

.order-table {
  margin-top: 20px;
  margin-bottom: 46px;
  width: 100%;
}
.order-table thead tr th {
  font-weight: 700;
  font-size: 12px;
  color: #666;
  padding: 5px 0;
}
.order-table tbody tr td {
  font-weight: 400;
  font-size: 18px;
  color: #A5A5A5;
  padding: 5px 0;
}

.cart-detail h3,
.billing-info h3 {
  font-weight: 700;
  font-size: 18px;
  color: #666;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #D4D4D4;
}

.billing-info {
  width: calc(60% - 95px);
  float: left;
  margin-right: 95px;
}
.billing-info .billing-table td {
  padding-top: 25px;
}
.billing-info .billing-table td:nth-child(odd) {
  padding-right: 15px;
}
.billing-info .billing-table td:nth-child(even) {
  padding-left: 15px;
}
.billing-info .billing-table td h4 {
  font-weight: 600;
  font-size: 12px;
  color: #666;
  margin-top: 0;
  margin-bottom: 0px;
}
.billing-info .billing-table td a,
.billing-info .billing-table td p {
  font-size: 14px;
  color: #A5A5A5;
  margin: 0;
}
.billing-info .billing-table td a:hover {
  color: #008CFF ;
}

.cart-detail {
  width: 40%;
  float: left;
}
.cart-detail .cart-detail-table {
  width: 100%;
}
.cart-detail .cart-detail-table tbody th {
  color: #008CFF ;
}
.cart-detail .cart-detail-table th,
.cart-detail .cart-detail-table td {
  font-weight: 700;
  font-size: 14px;
  color: #666;
  padding: 18px 0;
}
.cart-detail .cart-detail-table th:nth-child(even),
.cart-detail .cart-detail-table td:nth-child(even) {
  text-align: right;
}
.cart-detail .cart-detail-table tbody tr {
  border-bottom: 1px dashed #D4D4D4;
}
.cart-detail .cart-detail-table tbody tr:last-child {
  border-bottom-style: solid;
}
.cart-detail .cart-detail-table tfoot .order-total th,
.cart-detail .cart-detail-table tfoot .order-total td {
  font-size: 24px;
  font-weight: 600;
  color: #008CFF ;
}

.your-cart-footer {
  clear: both;
  padding: 25px 0;
}
.your-cart-footer a {
  text-transform: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 16px;
  min-width: 160px;
  font-size: 14px;
}

.cart-content .cart-table {
  width: 100%;
  border-bottom: 1px dashed #D4D4D4;
}
.cart-content .cart-table .product-subtotal {
  text-align: right;
}
.cart-content .cart-table thead th {
  font-weight: 700;
  font-size: 14px;
  color: #008CFF ;
  padding: 14px 0;
}
.cart-content .cart-table tbody td {
  font-weight: 700;
  font-size: 12px;
  color: #A5A5A5;
  padding: 0 0 10px 0;
}
.cart-content .cart-table tbody td.product-remove {
  width: 12.6%;
  padding-left: 74px;
}
.cart-content .cart-table tbody td.product-remove a {
  font-size: 14px;
  color: #666;
}
.cart-content .cart-table tbody td.product-remove a:hover {
  color: #FF6666;
}
.cart-content .cart-table tbody td.product-name {
  width: 31%;
  padding-right: 20px;
}
.cart-content .cart-table tbody td.product-price, .cart-content .cart-table tbody td.product-quantity {
  width: 23%;
  padding-right: 20px;
}
.cart-content .cart-table tbody td.product-subtotal {
  width: 33.4%;
}
.cart-content .cart-table tbody td .quantity {
  position: relative;
  padding-left: 14px;
}
.cart-content .cart-table tbody td .quantity .plus,
.cart-content .cart-table tbody td .quantity .minus {
  position: absolute;
  background: none;
  border: 0;
  color: #666;
  left: 0;
  font-size: 0;
}
.cart-content .cart-table tbody td .quantity .plus .fa,
.cart-content .cart-table tbody td .quantity .minus .fa {
  font-size: 13px;
}
.cart-content .cart-table tbody td .quantity .plus:hover,
.cart-content .cart-table tbody td .quantity .minus:hover {
  color: #008CFF ;
}
.cart-content .cart-table tbody td .quantity .minus {
  top: 0;
}
.cart-content .cart-table tbody td .quantity .plus {
  bottom: 0;
}
.cart-content .cart-table tbody td .quantity .qty {
  font-size: 12px;
  color: #A5A5A5;
  line-height: 26px;
  height: 26px;
  max-width: 100px;
  border: 0;
}

.cart-footer .cart-subtotal {
  /* border-bottom: 1px solid #D4D4D4; */
  padding: 0 0 15px 0;
}
.cart-footer .cart-subtotal .subtotal-title {
  float: left;
}
.cart-footer .cart-subtotal .subtotal-title h5 {
  font-weight: 600;
  font-size: 14px;
  color: #008CFF ;
  margin: 0;
}
.cart-footer .cart-subtotal .subtotal {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  color: #008CFF ;
  float: right;
}
.cart-footer .cart-subtotal .subtotal .sale {
  position: absolute;
  right: 0;
  bottom: -36px;
}
.cart-footer .cart-subtotal .coupon-code {
  clear: both;
  padding: 10px 0;
  overflow: hidden;
}
.cart-footer .cart-subtotal .coupon-code label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #008CFF ;
  margin-bottom: 15px;
}
.cart-footer .cart-subtotal .coupon-code .form-item {
  display: inline-block;
  float: left;
  width: 65%;
  padding-right: 10px;
}
.cart-footer .cart-subtotal .coupon-code input#coupon {
  background-color: #eee;
  width: 100%;
}
.cart-footer .cart-subtotal .coupon-code .form-submit {
  display: inline-block;
  float: left;
}
.cart-footer .cart-subtotal .coupon-code .button {
  border: 0;
  background-color: #403F3F;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-footer .cart-subtotal .coupon-code .button:hover {
  background-color: #008CFF ;
}
.cart-footer .shipping-handling {
  padding: 30px 0;
}
.cart-footer .shipping-handling .title {
  font-weight: 600;
  font-size: 14px;
  color: #008CFF ;
  float: left;
  margin: 0;
}
.cart-footer .shipping-handling .amount {
  font-weight: 700;
  font-size: 14px;
  color: #008CFF ;
  float: right;
}
.cart-footer .shipping-handling .check-shipping-rate {
  padding-top: 24px;
  clear: both;
  overflow: hidden;
}
.cart-footer .shipping-handling .check-shipping-rate h4 {
  font-weight: 600;
  font-size: 14px;
  color: #403F3F;
}
.cart-footer .shipping-handling .check-shipping-rate .form-row.form-country {
  width: 50%;
  padding-right: 30px;
}
.cart-footer .shipping-handling .check-shipping-rate .form-row.form-country .awe-select-wrapper,
.cart-footer .shipping-handling .check-shipping-rate .form-row.form-country select {
  width: 100%;
}
.cart-footer .shipping-handling .check-shipping-rate .form-row.form-country select {
  background-color: #eee;
}
.cart-footer .shipping-handling .check-shipping-rate .form-row.form-country .awe-select-wrapper .fa {
  background-color: #eee;
}
.cart-footer .shipping-handling .check-shipping-rate .form-row {
  float: left;
  margin-bottom: 20px;
}
.cart-footer .shipping-handling .check-shipping-rate .form-row.form-state {
  clear: both;
  width: 25%;
  padding-right: 30px;
}
.cart-footer .shipping-handling .check-shipping-rate .form-row.form-postal {
  width: 25%;
  padding-right: 30px;
}
.cart-footer .shipping-handling .check-shipping-rate .form-row input {
  width: 100%;
  background-color: #eee;
}
.cart-footer .shipping-handling .check-shipping-rate .form-submit {
  float: left;
  margin-bottom: 20px;
}
.cart-footer .shipping-handling .check-shipping-rate .form-submit .button {
  border: 0;
  background-color: #403F3F;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-footer .shipping-handling .check-shipping-rate .form-submit .button:hover {
  background-color: #008CFF ;
}
.cart-footer .order-total {
  overflow: hidden;
  border-top: 2px solid #D4D4D4;
  padding: 28px 0;
}
.cart-footer .order-total .title {
  float: left;
  font-size: 24px;
  font-weight: 600;
  color: #008CFF ;
  margin: 0;
}
.cart-footer .order-total .amount {
  float: right;
  font-size: 24px;
  font-weight: 600;
  color: #008CFF ;
}
.cart-footer .cart-submit {
  text-align: right;
}
.cart-footer .cart-submit .update-cart {
  border: 0;
  background-color: #403F3F;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-footer .cart-submit .update-cart:hover {
  background-color: #008CFF ;
}
.cart-footer .cart-submit .checkout {
  border: 0;
  background-color: #008CFF ;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-footer .cart-submit .checkout:hover {
  background-color: #403F3F;
}

/* 12.   Productdetail
--------------------------------------------------------------------------------*/
.product-detail {
  padding-top: 52px;
  padding-bottom: 20px;
}

.product-detail__info .product-title h2 {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: #008CFF ;
  margin: 0;
}
.product-detail__info .product-title .hotel-star {
  display: inline-block;
  font-size: 10px;
  color: #008CFF ;
  margin-left: 10px;
}
.product-detail__info .product-address {
  font-size: 14px;
  color: #666;
  margin-bottom: 7px;
}
.product-detail__info .product-email .fa {
  color: #008CFF ;
  font-size: 15px;
  margin: 0 5px 0 2px;
}
.product-detail__info .product-email a {
  color: #666;
}
.product-detail__info .product-email a:hover {
  color: #008CFF ;
}
.product-detail__info .property-highlights {
  margin-top: 25px;
}
.product-detail__info .property-highlights .property-highlights__content {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.product-detail__info .property-highlights h3 {
  font-size: 20px;
  font-weight: 600;
  color: #008CFF ;
  border-bottom: 2px solid #D4D4D4;
  padding: 8px 0;
  margin-top: 0;
}
.product-detail__info .property-highlights .item {
  width: 33.3333333333%;
  float: left;
  color: #666;
  padding: 9px 10px;
}
.product-detail__info .property-highlights .item .awe-icon {
  float: left;
  font-size: 18px;
  margin-top: 1px;
}
.product-detail__info .property-highlights .item span {
  display: block;
  margin-left: 36px;
}
.product-detail__info .rating-trip-reviews {
  margin: 0;
  overflow: hidden;
}
.product-detail__info .rating-trip-reviews .item { 
  padding: 0 10px;
  margin-top: 10px;
}
.product-detail__info .rating-trip-reviews .item .count {
  display: inline-block;
  width: 80px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  margin-right: 5px;
  vertical-align: top;
}
 
.count1 {
    font-size: 16px;
    color: #000;
}
.star img {
  width: 18px;
  vertical-align: top;
}
.rating-trip-reviews{
  width: 45%;
  display: inline-block;
  text-align: right;
}
.product-title{
  padding-right: 2%;
  width: 54%;
  display: inline-block;
}
.sfont{font-size: 11px;}
.product-detail__info .rating-trip-reviews .item .count:before{ 
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(../images/icon/star.png);
  background-repeat: no-repeat;
  margin-right: 8px;
  
}

/* .product-detail__info .rating-trip-reviews .item.good .count {
  background-color: #55A649;
}
.product-detail__info .rating-trip-reviews .item.fine .count {
  background-color: #F27C38;
} */
.product-detail__info .rating-trip-reviews .item h6 {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  margin: 0;
}
.product-detail__info .rating-trip-reviews .item p {
  color: #A6A6A6;
  margin-bottom: 0;
  line-height: 24px;
}
.product-detail__info .product-descriptions {
  font-size: 14px;
  color: #666;
  margin-top: 30px;
}
.product-detail__info .trips {
  overflow: hidden;
  margin-top: 32px;
  margin-left: -15px;
  margin-right: -15px;
}
.product-detail__info .trips .item {
  padding: 13px 15px;
  float: left;
  width: 33.3333333333%;
}
.product-detail__info .trips .item h6 {
  font-weight: 700;
  font-size: 12px;
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 5px;
}
.product-detail__info .trips .item p {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-detail__info .trips .item p .fa,
.product-detail__info .trips .item p .awe-icon {
  margin-right: 8px;
  font-size: 18px;
  color: #A6A6A6;
}

.ticket-price {
  margin-top: 45px;
}
.ticket-price th, .ticket-price td {
  width: 33.3333333333%;
  padding: 10px 25px;
  border-right: 2px dotted #A6A6A6;
}
.ticket-price th:last-child, .ticket-price td:last-child {
  border-right: 0;
}
.ticket-price .ticket-price {
  padding-left: 0;
}
.ticket-price .kid {
  padding-right: 0;
}
.ticket-price thead th p {
  font-size: 20px;
  font-weight: 600;
  color: #008CFF ;
  margin: 0;
}
.ticket-price thead th span {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.ticket-price tbody tr {
  border-top: 2px solid #A6A6A6;
}
.ticket-price tbody tr td {
  vertical-align: top;
}
.ticket-price tbody tr td em {
  font-style: normal;
  font-size: 12px;
  color: #666;
}
.ticket-price tbody tr td ins {
  display: block;
  text-decoration: none;
}
.ticket-price tbody tr td ins .amount {
  font-size: 20px;
  color: #008CFF ;
}
.ticket-price tbody tr td del .amount {
  font-size: 14px;
  color: #606060;
}

.trip-schedule-accordion .ui-accordion-content ol li, .trip-schedule-accordion .ui-accordion-content ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.trip-schedule-accordion .trips .item {
  max-width: 190px;
  display: inline-block;
  padding-right: 30px;
}
.trip-schedule-accordion .trips .item h6 {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  margin-top: 0;
  margin-bottom: 5px;
}
.trip-schedule-accordion .trips .item p {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.trip-schedule-accordion .trips .item p .fa,
.trip-schedule-accordion .trips .item p .awe-icon {
  margin-right: 8px;
  font-size: 18px;
  color: #A6A6A6;
}
.trip-schedule-accordion .tour-map-wrapper {
  overflow: hidden;
}
.trip-schedule-accordion .tour-map-wrapper h6 {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  margin-top: 0;
  margin-bottom: 5px;
}

.product-slider-wrapper {
  overflow: hidden;
}

.product-slider .item img {
  width: 100%;
}
.product-slider .owl-controls .owl-buttons {
  position: static;
}
.product-slider .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-slider .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-slider:hover .owl-controls .owl-buttons .owl-prev {
  left: 5px;
  opacity: 1;
}
.product-slider:hover .owl-controls .owl-buttons .owl-next {
  right: 5px;
  opacity: 1;
}

.product-slider-thumb-row {
  margin-left: -8px;
  margin-right: -8px;
}

.product-slider-thumb {
  padding: 8px 0;
}
.product-slider-thumb .owl-item {
  padding: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-slider-thumb .owl-item.synced {
  opacity: .4;
}
.product-slider-thumb .item {
  cursor: pointer;
  background-color: #ddd;
}
.product-slider-thumb .item img {
  display: block;
  width: 100%;
}

.product-tabs {
  margin-top: 62px;
}

.product-tabs__content .ui-tabs-panel {
  overflow: hidden;
  overflow-x: auto;
  min-height: 500px;
}
.product-tabs__content .ui-tabs-panel .check-availability {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 22px;
}
.product-tabs__content .ui-tabs-panel .check-availability label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-elements {
  float: left;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-elements input,
.product-tabs__content .ui-tabs-panel .check-availability .form-elements select {
  background-color: #eee;
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkin {
  width: 16%;
  margin-right: 2%;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkout {
  width: 16%;
  margin-right: 4%;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-adult {
  width: 16%;
  margin-right: 2%;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-kids {
  width: 16%;
  margin-right: 2%;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-elements .form-item {
  position: relative;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-elements span {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #666;
  margin-top: 6px;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-elements .awe-icon {
  position: absolute;
  width: 36px;
  height: 34px;
  background-color: #eee;
  line-height: 34px;
  text-align: right;
  top: 1px;
  right: 1px;
  padding-right: 12px;
  font-size: 16px;
  color: #666;
  pointer-events: none;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-elements .fa {
  background-color: #eee;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-elements .awe-select-wrapper {
  width: 100%;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-actions {
  float: left;
  width: 22%;
  margin-left: 4%;
  margin-top: 26px;
}
.product-tabs__content .ui-tabs-panel .check-availability .form-actions .awe-btn {
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  padding: 9px 16px;
}

.initiative {
  min-width: 680px;
}

.room-type-table {
  width: 100%;
  min-width: 650px;
}
.rooms {
  background: #fff;
  padding: 30px ;
  margin: 10px 0;
}
.room-type h4 {
  margin: 0;
}
.room-type-table tr {
  background: #fff;
  margin: 10px 0;
  padding: 0 20px;
  display: block;
  box-shadow: 0 0 10px #ccc;
}
.room-type-table .room-type {
  width: 100%; 
  display: inline-block;
}
.room-type-table .room-title {
  width: 50%;
  padding:15px;
  vertical-align: top;
  
  display: inline-block;
}
.room-type-table .room-condition {
  width: 50%;
  padding-right: 30px;
}
.room-type-table .room-price {
  width: 44%; 
  padding: 15px 30px;
  border-left: 1px dotted #ADA4A5; 
  display: inline-block;
}
 
.room-type-table thead th {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  border-bottom: 2px solid #A6A6A6;
  padding: 8px 0;
}
.room-type-table tbody td {
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.room-type-table tbody td.room-type .room-thumb {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.room-type-table tbody td.room-type .room-thumb img {
  width: 100%;
}
.room-type-table  h4 {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.room-type-table  h4 a {
  color: #4a4a4a;
}
.room-type-table  h4 a:hover {
  color: #008CFF ;
}
.room-type-table   .room-descriptions {
  font-weight: 600;
  font-size: 13px;
  color: #666;
}
.room-type-table   .room-descriptions p {
  line-height: 1.6em;
}
.room-type-table  .room-type-footer .awe-icon {
  font-size: 11px;
  color: #666;
  margin-right: 14px;
}
.room-type-table tbody td.room-people .awe-icon {
  font-size: 20px;
  color: #666;
}
.room-type-table  .list-condition {
  margin: 20px 0 0;
  padding-left: 20px;
}
.room-type-table .list-condition li {
  font-weight: 600;
  font-size: 13px;
  color: #666;
  padding-bottom: 6px;
}
.room-type-table  .price .amount {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #e93a53;
  line-height: normal;
}
.price span.extra {
  color: #000;
  font-size: 10px;
}
.room-type-table tbody td.room-price .price em {
  display: block;
  font-weight: 600;
  font-size: 13px;
  font-style: normal;
  color: #666;
  line-height: 1.5em;
}
.room-type-table tbody td.room-price .price .full-price-open-popup {
  display: inline-block;
  font-size: 13px;
  color: #008CFF ;
  text-decoration: underline;
  margin-top: 8px;
}
.room-type-table tbody td.room-price .price .full-price-open-popup:hover {
  color: #333;
}

.good-to-know-table,
.facilities-freebies-table {
  min-width: 644px;
}
.good-to-know-table tbody tr,
.facilities-freebies-table tbody tr {
  border-bottom: 1px solid #D4D4D4;
}
.good-to-know-table tbody tr p,
.facilities-freebies-table tbody tr p {
  margin-bottom: 0;
}
.good-to-know-table tbody tr p em,
.facilities-freebies-table tbody tr p em {
  display: inline-block;
  color: #008CFF ;
  margin-left: 20px;
}
.good-to-know-table tbody tr th,
.facilities-freebies-table tbody tr th {
  font-size: 13px;
  font-weight: 600;
  color: #4a4a4a;
  padding: 18px 0;
  width: 35%;
  padding-right: 20px;
}
.good-to-know-table tbody tr th p,
.facilities-freebies-table tbody tr th p {
  position: relative;
  padding-left: 20px;
}
.good-to-know-table tbody tr th p:before,
.facilities-freebies-table tbody tr th p:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #008CFF ;
  left: 0;
  top: 8px;
}
.good-to-know-table tbody tr td,
.facilities-freebies-table tbody tr td {
  font-size: 13px;
  font-weight: 600;
  color: #777;
  padding: 18px 0;
  width: 65%;
}
.good-to-know-table tbody tr td .light,
.facilities-freebies-table tbody tr td .light {
  display: inline-block;
  background-color: #55A649;
  color: #fff;
  padding: 0 10px;
  line-height: 1.8em;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 12px;
}

#reviews .rating-info {
  overflow: hidden;
  margin-bottom: 50px;
}
#reviews .rating-info .average-rating-review {
  display: inline-block;
  overflow: hidden;
  min-width: 290px;
  float: left;
}
#reviews .rating-info .average-rating-review .count {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  line-height: 70px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  float: left;
  margin-right: 30px;
}
#reviews .rating-info .average-rating-review.good .count {
  background-color: #55A649;
}
#reviews .rating-info .average-rating-review.fine .count {
  background-color: #F27C38;
}
#reviews .rating-info .average-rating-review em {
  display: block;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  color: #008CFF ;
  margin-top: 15px;
}
#reviews .rating-info .average-rating-review span {
  display: block;
  font-size: 16px;
  color: #666;
}
#reviews .rating-info .rating-review {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
#reviews .rating-info .rating-review li {
  display: inline-block;
  padding: 0 20px;
}
#reviews .rating-info .rating-review li em {
  display: block;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  color: #008CFF ;
}
#reviews .rating-info .rating-review li span {
  display: block;
  font-size: 16px;
  color: #666;
}
#reviews .rating-info .write-review {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  background-color: #008CFF ;
  line-height: 30px;
  padding: 0 12px;
  white-space: nowrap;
  border-radius: 3px;
  float: right;
  margin-top: 15px;
}
#reviews .rating-info .write-review.write-review-active, #reviews .rating-info .write-review:hover {
  background-color: #444;
}
#reviews #add_review {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  display: none;
}
#reviews #add_review .comment-reply-title {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin-top: 0;
}
#reviews #add_review form > div label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
}
#reviews #add_review form > div label .required {
  color: #FF6666;
}
#reviews #add_review form .comment-form-author,
#reviews #add_review form .comment-form-email {
  width: 50%;
  margin-bottom: 20px;
}
#reviews #add_review form .comment-form-author input,
#reviews #add_review form .comment-form-email input {
  width: 100%;
  background-color: #eee;
}
#reviews #add_review form .comment-form-rating {
  width: 50%;
  padding-top: 10px;
}
#reviews #add_review form .comment-form-rating h4 {
  border: 0;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
#reviews #add_review form .comment-form-rating .comment-form-rating__content {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
#reviews #add_review form .comment-form-rating .item {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 0 10px;
  margin-bottom: 15px;
}
#reviews #add_review form .comment-form-rating .item label {
  color: #008CFF ;
}
#reviews #add_review form .comment-form-rating .item .awe-select-wrapper {
  width: 100%;
}
#reviews #add_review form .comment-form-rating .item .awe-select-wrapper select {
  width: 100%;
  background-color: #eee;
}
#reviews #add_review form .comment-form-rating .item .awe-select-wrapper .fa {
  background-color: #eee;
}
#reviews #add_review form .comment-form-comment textarea {
  width: 100%;
  height: 140px;
  background-color: #eee;
}
#reviews #add_review form .form-submit .submit {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background-color: #008CFF ;
  line-height: 36px;
  padding: 0 12px;
  white-space: nowrap;
  border-radius: 3px;
  border: 0;
  margin-top: 15px;
  min-width: 120px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#reviews #add_review form .form-submit .submit:hover {
  background-color: #444;
}
#reviews #comments .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
#reviews #comments .commentlist li .comment-box {
  padding: 20px;
  background-color: #fff;
  margin-top: 10px;
}
#reviews #comments .commentlist li .comment-box .avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 4px;
  float: left;
  margin-right: 30px;
}
#reviews #comments .commentlist li .comment-box .comment-body .meta {
  overflow: hidden;
  margin-top: 0;
}
#reviews #comments .commentlist li .comment-box .comment-body .meta strong {
  font-size: 16px;
  font-weight: 700;
  color: #666;
}
#reviews #comments .commentlist li .comment-box .comment-body .meta .time {
  font-size: 12px;
  color: #A5A5A5;
  float: right;
}
#reviews #comments .commentlist li .comment-box .comment-body .description {
  font-size: 14px;
  color: #A6A6A6;
}
#reviews #comments .commentlist li .comment-box .comment-body .description p {
  margin: 0;
}
#reviews #comments .commentlist li .comment-box .comment-body .rating-info {
  margin-top: 20px;
  margin-bottom: 0;
}
#reviews #comments .commentlist li .comment-box .comment-body .rating-info .average-rating-review {
  min-width: 195px;
}
#reviews #comments .commentlist li .comment-box .comment-body .rating-info .average-rating-review .count {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}
#reviews #comments .commentlist li .comment-box .comment-body .rating-info .average-rating-review em {
  margin-top: 0;
  color: #666;
}
#reviews #comments .commentlist li .comment-box .comment-body .rating-info .average-rating-review span {
  color: #A6A6A6;
}
#reviews #comments .commentlist li .comment-box .comment-body .rating-info .rating-review {
  margin-top: 0;
}
#reviews #comments .commentlist li .comment-box .comment-body .rating-info .rating-review li em {
  color: #666;
}
#reviews #comments .commentlist li .comment-box .comment-body .rating-info .rating-review li span {
  color: #A6A6A6;
}

.initiative__item {
  margin-bottom: 50px;
}
.initiative__item:last-child {
  margin-bottom: 0;
}

.initiative-top {
  overflow: hidden;
}
.initiative-top .title {
  float: left;
}
.initiative-top .title .from-to {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.initiative-top .title .from-to .awe-icon {
  font-size: 10px;
  margin-left: 3px;
  margin-right: 3px;
}
.initiative-top .title .time {
  font-size: 13px;
  color: #A5A5A5;
  margin-top: 3px;
}
.initiative-top .price {
  float: right;
  text-align: right;
}
.initiative-top .price .amount {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #666;
}
.initiative-top .price a {
  display: block;
  font-size: 13px;
  color: #008CFF ;
  text-decoration: underline;
}
.initiative-top .price a:hover {
  color: #444;
}

.initiative-table {
  background-color: #fff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.initiative-table tbody tr {
  border-bottom: 2px solid #D4D4D4;
}
.initiative-table tbody tr:last-child {
  border: 0;
}
.initiative-table tbody tr th, .initiative-table tbody tr td {
  padding: 20px;
}
.initiative-table tbody tr th {
  width: 170px;
}
.initiative-table tbody tr .item-thumb {
  position: relative;
  text-align: center;
}
.initiative-table tbody tr .item-thumb:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  border-right: 2px dotted #D4D4D4;
  top: 0;
  right: -20px;
}
.initiative-table tbody tr .item-thumb .text {
  margin-top: 8px;
}
.initiative-table tbody tr .item-thumb .text span {
  font-size: 12px;
  font-weight: 400;
  color: #A5A5A5;
}
.initiative-table tbody tr .item-thumb .text p {
  font-size: 18px;
  font-weight: 700;
  color: #008CFF ;
  margin: 0;
}
.initiative-table tbody tr .item-body {
  padding: 0 30px;
  font-size: 0;
  overflow: hidden;
}
.initiative-table tbody tr .item-body .item-from,
.initiative-table tbody tr .item-body .item-time,
.initiative-table tbody tr .item-body .item-to {
  display: inline-block;
  width: 33.3%;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}
.initiative-table tbody tr .item-body .item-time .fa {
  display: block;
  font-size: 20px;
  color: #A6A6A6;
}
.initiative-table tbody tr .item-body .item-time span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #A5A5A5;
  padding: 8px 6px;
  border-top: 1px dashed #A5A5A5;
  margin-top: 10px;
}
.initiative-table tbody tr .item-body .item-from h3,
.initiative-table tbody tr .item-body .item-to h3 {
  font-size: 18px;
  font-weight: 700;
  color: #008CFF ;
  margin: 0;
}
.initiative-table tbody tr .item-body .item-from .time,
.initiative-table tbody tr .item-body .item-to .time {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #A5A5A5;
}
.initiative-table tbody tr .item-body .item-from .date,
.initiative-table tbody tr .item-body .item-to .date {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #666;
  margin-top: 4px;
}
.initiative-table tbody tr .item-body .item-from .desc,
.initiative-table tbody tr .item-body .item-to .desc {
  font-size: 14px;
  color: #A5A5A5;
  margin-top: 2px;
}

.services-on-flight {
  overflow: hidden;
}
.services-on-flight .item {
  width: 50%;
  float: left;
  margin: 6px 0;
}
.services-on-flight .item label {
  position: relative;
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.services-on-flight .item label .awe-icon-check {
  position: relative;
  font-size: 7px;
  width: 15px;
  height: 15px;
  line-height: 11px;
  text-align: center;
  border: 2px solid #A6A6A6;
  color: transparent;
  top: -2px;
  margin-right: 8px;
}
.services-on-flight .item label > input[type="radio"],
.services-on-flight .item label > input[type="checkbox"] {
  display: none;
}
.services-on-flight .item label > input[type="radio"]:checked ~ .awe-icon-check,
.services-on-flight .item label > input[type="checkbox"]:checked ~ .awe-icon-check {
  color: #008CFF ;
}

.detail-sidebar {
  margin-top: 72px;
}

.call-to-book {
  margin-bottom: 18px;
}
.call-to-book .awe-icon {
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 2px solid #666;
  text-align: center;
  font-size: 18px;
  color: #666;
  border-radius: 50%;
  float: left;
  margin-right: 12px;
  margin-top: 2px;
}
.call-to-book em {
  display: block;
  font-size: 13px;
  font-style: normal;
  color: #A5A5A5;
  line-height: 1.2em;
}
.call-to-book span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #666;
  line-height: 1.4em;
}

.booking-info {
  position: relative;
  background-color: #fff;
  border: 2px solid #FF6666;
  border-radius: 3px 3px 3px 0;
  padding: 22px 20px;
  padding-bottom: 0;
  margin-bottom: 100px;
  z-index: 9;
}
.booking-info:after {
  content: '';
  display: table;
  clear: both;
}
.booking-info .form-group {
  overflow: hidden;
}
.booking-info .form-adult,
.booking-info .form-checkin {
  float: left;
  width: 50%;
  padding-right: 5px;
}
.booking-info .form-adult span,
.booking-info .form-checkin span {
  font-size: 10px;
  color: #F98718;
}
.booking-info .form-kids,
.booking-info .form-checkout {
  float: left;
  width: 50%;
  padding-left: 5px;
}
.booking-info .form-kids span,
.booking-info .form-checkout span {
  font-size: 10px;
  color: #F98718;
}
.booking-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1F2021;
  margin: 0;
  margin-bottom: 18px;
}
.booking-info .awe-select-wrapper {
  width: 100%;
}
.booking-info input, .booking-info select {
  background-color: #eee;
  height: 36px;
  line-height: 36px;
  width: 100%;
  padding: 0 10px;
}
.booking-info .awe-icon, .booking-info .fa {
  height: 34px;
  line-height: 34px;
  top: 1px;
  right: 1px;
  background-color: #eee;
}
.booking-info label {
  font-weight: 600;
  font-size: 13px;
  color: #1E1E1F;
  margin-bottom: 8px;
}
.booking-info .form-room {
  margin-top: 18px;
}
.booking-info .form-room .form-group {
  margin-bottom: 10px;
}
.booking-info .form-room .form-group .form-item:nth-child(odd) {
  padding-right: 5px;
}
.booking-info .form-room .form-group .form-item:nth-child(even) {
  padding-left: 5px;
}
.booking-info .form-room .awe-select-wrapper {
  width: 100%;
}
.booking-info .form-room .form-item {
  float: left;
  width: 50%;
}
.booking-info .form-baggage-weight .form-item {
  margin-bottom: 10px;
}
.booking-info .form-baggage-weight span {
  display: block;
  font-size: 10px;
  color: #F98718;
  margin-top: -5px;
}
.booking-info .form-select-date {
  margin-bottom: 20px;
}
.booking-info .form-select-date span {
  display: block;
  font-size: 10px;
  color: #F98718;
  margin-top: 5px;
}
.booking-info .form-select-date .form-item {
  position: relative;
}
.booking-info .form-select-date .form-item .awe-icon, .booking-info .form-select-date .form-item .fa {
  position: absolute;
  width: 36px;
  height: 34px;
  background-color: #eee;
  line-height: 34px;
  text-align: right;
  top: 1px;
  right: 1px;
  padding-right: 12px;
  font-size: 16px;
  color: #666;
  pointer-events: none;
}
.booking-info .add-room-type {
  padding: 5px 0;
}
.booking-info .add-room-type > a {
  font-weight: 600;
  font-size: 13px;
  color: #666;
}
.booking-info .add-room-type > a:hover {
  color: #008CFF ;
}
.booking-info .add-room-type .awe-icon {
  background: none;
  margin-right: 10px;
}
.booking-info .price {
  position: relative;
  border-top: 1px dashed #A6A6A6;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 18px;
  padding: 20px;
}
.booking-info .price em {
  display: block;
  font-size: 12px;
  font-style: normal;
  color: #A6A6A6;
}
.booking-info .price .amount {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #FF6666;
}
.booking-info .price .cart-added {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 20px;
  font-size: 12px;
  color: #57A440;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.booking-info .price .cart-added .awe-icon {
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background-color: #55A649;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 5px;
}
.booking-info .reset {
  position: absolute;
  top: 22px;
  right: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #FF6666;
}
.booking-info .reset a {
  color: inherit;
  text-decoration: underline;
}
.booking-info .form-submit {
  overflow: hidden;
  position: absolute;
  left: -2px;
  right: -2px;
  top: 100%;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.booking-info .form-submit .add-to-cart {
  float: left;
}
.booking-info .form-submit .add-to-cart button {
  font-size: 13px;
  color: #FCF2E5;
  background-color: #FF6666;
  border: 0;
  cursor: pointer;
  line-height: 46px;
  height: 46px;
  padding: 0 26px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.booking-info .form-submit .add-to-cart button:hover {
  background-color: #444;
}
.booking-info .form-submit .add-to-cart .awe-icon {
  background: none;
  margin-right: 10px;
}
.booking-info .form-submit .view-cart {
  float: right;
}
.booking-info .form-submit .view-cart a {
  display: inline-block;
  font-size: 13px;
  color: #FCF2E5;
  background-color: #444444;
  border: 0;
  cursor: pointer;
  line-height: 46px;
  height: 46px;
  padding: 0 10px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.booking-info .form-submit .view-cart a:hover {
  background-color: #FF6666;
}

#page-wrap.dark .booking-info .price .cart-added .awe-icon {
  height: 22px;
}

.mfp-wrap {
  z-index: 9999999;
}

.mfp-bg {
  z-index: 999999;
}

.mfp-preloader {
  color: #fff;
}

.sale-flights-tabs-wrap {
  overflow: hidden;
  overflow-x: auto;
}

.sale-flight-popup {
  position: relative;
  background-color: #fff;
  padding: 46px 86px;
  max-width: 970px;
  margin: 50px auto;
  border-radius: 3px;
}
.sale-flight-popup .mfp-close {
  font-size: 14px;
  color: #fff;
  width: auto;
  height: auto;
  line-height: normal;
  top: -30px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sale-flight-popup .mfp-close .awe-icon {
  vertical-align: middle;
  font-size: 20px;
  margin-left: 4px;
  pointer-events: none;
}
.sale-flight-popup .mfp-close:hover {
  color: #008CFF ;
}
.sale-flight-popup .title {
  margin-bottom: 18px;
}
.sale-flight-popup .title .from-to {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.sale-flight-popup .title .from-to .awe-icon {
  font-size: 10px;
  margin-left: 3px;
  margin-right: 3px;
}
.sale-flight-popup .title .time {
  font-size: 13px;
  color: #A5A5A5;
  margin-top: 3px;
}
.sale-flight-popup .sale-flights-tabs__table {
  min-width: 700px;
}
.sale-flight-popup .sale-flights-tabs__table tr {
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 0 2px transparent;
  -moz-box-shadow: inset 0 0 0 2px transparent;
  box-shadow: inset 0 0 0 2px transparent;
}
.sale-flight-popup .sale-flights-tabs__table tr:hover {
  -webkit-box-shadow: inset 0 0 0 2px #008CFF ;
  -moz-box-shadow: inset 0 0 0 2px #008CFF ;
  box-shadow: inset 0 0 0 2px #008CFF ;
}
.sale-flight-popup .sale-flights-tabs__table tr td {
  min-width: 110px;
}

.room-type-popup {
  position: relative;
  background-color: #fff;
  max-width: 970px;
  margin: 50px auto;
  border-radius: 3px;
  overflow: hidden;
  overflow-x: auto;
}
.room-type-popup .room-type-popup-inner {
  min-width: 950px;
  padding: 46px 86px;
}
.room-type-popup .mfp-close {
  font-size: 14px;
  color: #fff;
  width: auto;
  height: auto;
  line-height: normal;
  top: -30px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.room-type-popup .mfp-close .awe-icon {
  vertical-align: middle;
  font-size: 20px;
  margin-left: 4px;
  pointer-events: none;
}
.room-type-popup .mfp-close:hover {
  color: #008CFF ;
}
.room-type-popup .room-type-popup__top {
  overflow: hidden;
  margin-bottom: 32px;
}
.room-type-popup .form-elements label {
  font-weight: 600;
  font-size: 13px;
  color: #666;
}
.room-type-popup .form-elements select,
.room-type-popup .form-elements input {
  background-color: #eee;
  width: 100%;
}
.room-type-popup .form-elements .form-item {
  position: relative;
}
.room-type-popup .form-elements .awe-icon {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #eee;
  line-height: 36px;
  text-align: right;
  top: 1px;
  right: 1px;
  padding-right: 12px;
  font-size: 16px;
  color: #666;
  pointer-events: none;
}
.room-type-popup .form-room-type {
  width: 46%;
  float: left;
  margin-right: 4%;
}
.room-type-popup .form-room-type .awe-select-wrapper {
  width: 100%;
}
.room-type-popup .form-room-type .awe-select-wrapper .fa {
  background-color: #eee;
}
.room-type-popup .form-room-type select {
  width: 100%;
}
.room-type-popup .form-checkin {
  width: 24.5%;
  float: left;
  margin-right: 0.5%;
}
.room-type-popup .form-checkout {
  width: 24.5%;
  float: left;
  margin-left: 0.5%;
}
.room-type-popup .calendar-header {
  position: relative;
  background-color: #eee;
  text-align: center;
}
.room-type-popup .calendar-header h2 {
  font-weight: 600;
  font-size: 14px;
  color: #A5A5A5;
  margin: 0;
  line-height: 30px;
}
.room-type-popup .calendar-header .calendar-prev,
.room-type-popup .calendar-header .calendar-next {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #A5A5A5;
  top: 0;
  z-index: 9;
}
.room-type-popup .calendar-header .calendar-prev:hover,
.room-type-popup .calendar-header .calendar-next:hover {
  color: #008CFF ;
}
.room-type-popup .calendar-header .calendar-prev {
  left: 0;
}
.room-type-popup .calendar-header .calendar-next {
  right: 0;
}
.room-type-popup .calendar-body {
  width: 100%;
  table-layout: fixed;
}
.room-type-popup .calendar-body thead tr th {
  padding-top: 15px;
  padding-bottom: 4px;
}
.room-type-popup .calendar-body thead tr th span {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.room-type-popup .calendar-body tbody tr td {
  border: 3px solid #fff;
}
.room-type-popup .calendar-body tbody .item-calendar {
  position: relative;
  background-color: #eee;
  height: 84px;
  padding: 8px 10px;
  cursor: pointer;
}
.room-type-popup .calendar-body tbody .item-calendar.sat, .room-type-popup .calendar-body tbody .item-calendar.sun {
  background-color: #D4D4D4;
}
.room-type-popup .calendar-body tbody .item-calendar.not-available {
  background-color: #A6A6A6;
}
.room-type-popup .calendar-body tbody .item-calendar.not-available .not-available-text {
  position: absolute;
  font-size: 14px;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.room-type-popup .calendar-body tbody .item-calendar.item-active {
  background-color: #008CFF ;
}
.room-type-popup .calendar-body tbody .item-calendar.item-active .date,
.room-type-popup .calendar-body tbody .item-calendar.item-active .price {
  color: #fff;
}
.room-type-popup .calendar-body tbody .item-calendar .date {
  font-weight: 600;
  font-size: 14px;
  color: #4a4a4a;
}
.room-type-popup .calendar-body tbody .item-calendar .date em {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #A6A6A6;
}
.room-type-popup .calendar-body tbody .item-calendar .price {
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  color: #666;
  bottom: 8px;
  right: 10px;
}

.product-map {
  height: 160px;
  margin-top: 12px;
}

.tour-map {
  max-width: 100%;
  width: 470px;
  height: 250px;
  float: left;
  margin-right: 30px;
}

/* 13.   Dark
--------------------------------------------------------------------------------*/
#page-wrap.dark {
  background-color: #1E1E1F;
}
#page-wrap.dark textarea,
#page-wrap.dark input[type="search"],
#page-wrap.dark input[type="text"],
#page-wrap.dark input[type="url"],
#page-wrap.dark input[type="number"],
#page-wrap.dark input[type="password"],
#page-wrap.dark input[type="email"],
#page-wrap.dark input[type="file"]
select {
  background-color: #4a4a4a;
  border-color: #606060;
  color: #a6a6a6;
}
#page-wrap.dark .awe-btn {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
#page-wrap.dark .awe-btn.awe-btn-style2 {
  border: 0;
  background-color: #ddd;
  color: #666;
}
#page-wrap.dark .awe-btn.awe-btn-style3 {
  border: 0;
  background-color: #008CFF ;
  color: #fff;
}
#page-wrap.dark .awe-btn.awe-btn-style3:focus, #page-wrap.dark .awe-btn.awe-btn-style3:hover {
  background-color: #575757;
  color: #fff;
}
#page-wrap.dark .awe-btn:focus, #page-wrap.dark .awe-btn:hover {
  background-color: #008CFF ;
  border-color: #008CFF ;
  color: #111;
}
#page-wrap.dark #header-page {
  background-color: #008CFF ;
}
#page-wrap.dark #header-page .header-page__inner {
  background-color: #008CFF ;
}
#page-wrap.dark .minicart-wrap .toggle-minicart {
  color: #111;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#page-wrap.dark .search-box .searchtoggle {
  color: #111;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#page-wrap.dark .preloader {
  background-color: #111;
}
#page-wrap.dark .awe-navigation .menu-list li a {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}
#page-wrap.dark .awe-navigation .menu-list li:hover > a, #page-wrap.dark .awe-navigation .menu-list li.current-menu-parent > a, #page-wrap.dark .awe-navigation .menu-list li.current-menu-item > a {
  color: #fff;
}
#page-wrap.dark .awe-navigation .menu-list li .sub-menu li:hover > a, #page-wrap.dark .awe-navigation .menu-list li .sub-menu li.current-menu-parent > a, #page-wrap.dark .awe-navigation .menu-list li .sub-menu li.current-menu-item > a {
  color: #008CFF ;
}
#page-wrap.dark .awe-navigation-responsive {
  background-color: #111;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 0;
  border-bottom: 0;
}
#page-wrap.dark .awe-navigation-responsive .menu-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#page-wrap.dark .awe-navigation-responsive .menu-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#page-wrap.dark .awe-navigation-responsive .menu-list li a {
  color: #8F9AB3;
}
#page-wrap.dark .awe-navigation-responsive .menu-list li.current-menu-parent > a, #page-wrap.dark .awe-navigation-responsive .menu-list li.current-menu-item > a {
  color: #fff;
}
#page-wrap.dark .awe-navigation-responsive .menu-list li .sub-menu {
  background-color: #111;
}
#page-wrap.dark .awe-navigation-responsive .menu-list li .submenu-toggle {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#page-wrap.dark .heading-content h2 {
  color: #008CFF ;
}
#page-wrap.dark .tabs .ui-tabs-nav:after {
  border-bottom-color: #333;
}
#page-wrap.dark .tabs .ui-tabs-nav li .ui-tabs-anchor {
  color: #666;
}
#page-wrap.dark .tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #008CFF ;
}
#page-wrap.dark .accordion .ui-accordion-header {
  background-color: #333;
  color: #008CFF ;
}
#page-wrap.dark .accordion .ui-state-active .ui-icon,
#page-wrap.dark .accordion .ui-widget-content .ui-state-active .ui-icon {
  border-top-color: #008CFF ;
}
#page-wrap.dark .accordion .ui-widget-content {
  color: #A5A5A5;
}
#page-wrap.dark .accordion .ui-widget-content h1, #page-wrap.dark .accordion .ui-widget-content h2, #page-wrap.dark .accordion .ui-widget-content h3, #page-wrap.dark .accordion .ui-widget-content h4, #page-wrap.dark .accordion .ui-widget-content h5, #page-wrap.dark .accordion .ui-widget-content h6 {
  color: #fff;
}
#page-wrap.dark .destination-grid-content .section-title h3 {
  color: #fff;
}
#page-wrap.dark .destination-grid-content .more-destination a {
  color: #111;
  font-weight: 600;
}
.destination-grid-content .more-destination a::before{
  background-color: #000 !important;
}
#page-wrap.dark .awe-search-tabs .ui-tabs-nav:before {
  background-color: #008CFF ;
}
#page-wrap.dark .accordion h1, #page-wrap.dark .accordion h2, #page-wrap.dark .accordion h3, #page-wrap.dark .accordion h4, #page-wrap.dark .accordion h5, #page-wrap.dark .accordion h6 {
  color: #fff;
}
#page-wrap.dark .awe-search-tabs .ui-tabs-nav li .ui-tabs-anchor {
  color: #333;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#page-wrap.dark .awe-search-tabs .ui-tabs-nav li:last-child .ui-tabs-anchor {
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}

#page-wrap.dark .awe-search-tabs .ui-tabs-nav li.ui-tabs-active + li .ui-tabs-anchor {
  border-color: #333;
}
#page-wrap.dark .awe-search-tabs__content {
  background: url("../images/pattern2.png");
  background-repeat: repeat;
  background-color: transparent;
}
#page-wrap.dark .awe-search-tabs__content .ui-tabs-panel h2 {
  color: #D4D4D4;
}
#page-wrap.dark .awe-search-tabs__content .ui-tabs-panel .form-elements label {
  color: #008CFF ;
}
#page-wrap.dark .awe-search-tabs__content .ui-tabs-panel .form-elements input,
#page-wrap.dark .awe-search-tabs__content .ui-tabs-panel .form-elements select {
  background-color: #444;
  border-color: #606060;
  color: #A6A6A6;
}
#page-wrap.dark .awe-search-tabs__content .ui-tabs-panel .form-elements .fa,
#page-wrap.dark .awe-search-tabs__content .ui-tabs-panel .form-elements .awe-icon {
  background-color: #444;
}
#page-wrap.dark .awe-search-tabs-2 .awe-search-tabs__content {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.8);
}
#page-wrap.dark .destination-content .section-title h3 {
  color: #fff;
}
#page-wrap.dark .awe-masonry .awe-masonry__item > a:after {
  border-color: #1E1E1F;
}
#page-wrap.dark .sale-flights-tabs__table tr {
  background-color: #4a4a4a;
}
#page-wrap.dark .sale-flights-tabs__table tr .sale-flights-tabs__item-flight:before, #page-wrap.dark .sale-flights-tabs__table tr .sale-flights-tabs__item-flight:after {
  background-color: #4a4a4a;
}
#page-wrap.dark .sale-flights-tabs__table tr .sale-flights-tabs__item-flight .image-wrap {
  border: 0;
}
#page-wrap.dark .sale-flights-tabs__table tr .sale-flights-tabs__item-depart h4,
#page-wrap.dark .sale-flights-tabs__table tr .sale-flights-tabs__item-arrive h4,
#page-wrap.dark .sale-flights-tabs__table tr .sale-flights-tabs__item-duration h4 {
  color: #FDFDFD;
}
#page-wrap.dark .sale-flights-tabs__table tr .sale-flights-tabs__item-choose:after {
  border-left-color: #444;
}
#page-wrap.dark .widget_has_radio_checkbox_text .widget_content label .awe-icon-check {
  border-color: #444;
}
#page-wrap.dark .awe-services__list li {
  color: #008CFF ;
  border-bottom-color: #666;
}
#page-wrap.dark .awe-services__list li .awe-icon-check {
  border-color: #444;
}
#page-wrap.dark .awe-services__list li .awe-icon-arrow-right {
  color: #444;
}
#page-wrap.dark .awe-services__list li:hover .awe-icon-check {
  border-color: #4a4a4a;
  background-color: #4a4a4a;
  color: #008CFF ;
}
#page-wrap.dark .awe-services__list li:hover .awe-icon-arrow-right {
  color: #008CFF ;
}
#page-wrap.dark #footer-page {
  position: relative;
  z-index: 9;
}
#page-wrap.dark #footer-page:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top: 2px solid #4a4a4a;
  z-index: -1;
}
#page-wrap.dark .checkout-page__top .title h1 {
  color: #008CFF ;
}
#page-wrap.dark .checkout-page__top .phone {
  color: #A5A5A5;
}
#page-wrap.dark .checkout-page__sidebar ul li:before {
  background-color: #4a4a4a;
}
#page-wrap.dark .checkout-page__sidebar ul li a {
  background-color: #333;
}
#page-wrap.dark .checkout-page__sidebar ul li.current:before {
  border-color: transparent;
}
#page-wrap.dark .checkout-page__sidebar ul li.current a {
  background-color: #008CFF ;
  color: #111;
}
#page-wrap.dark .checkout-page__content .yourcart-content,
#page-wrap.dark .checkout-page__content .customer-content,
#page-wrap.dark .checkout-page__content .complete-content {
  background-color: #333;
}
#page-wrap.dark .checkout-page__content .content-title h2 {
  color: #fff;
}
#page-wrap.dark .cart-content .cart-table tbody td .quantity .qty {
  background-color: #333;
}
#page-wrap.dark .cart-footer .cart-subtotal .coupon-code input#coupon {
  background-color: #4a4a4a;
  border-color: #606060;
}
#page-wrap.dark .cart-footer .shipping-handling .check-shipping-rate h4 {
  color: #fff;
}
#page-wrap.dark .cart-footer .shipping-handling .check-shipping-rate .form-row input {
  background-color: #4a4a4a;
  border-color: #606060;
}
#page-wrap.dark .cart-footer .shipping-handling .check-shipping-rate .form-row.form-country select {
  background-color: #4a4a4a;
  border-color: #606060;
}
#page-wrap.dark .cart-footer .shipping-handling .check-shipping-rate .form-row.form-country .awe-select-wrapper .fa {
  background-color: #4a4a4a;
}
#page-wrap.dark .woocommerce-error,
#page-wrap.dark .woocommerce-info,
#page-wrap.dark .woocommerce-message {
  background-color: #444;
  color: #fff;
}
#page-wrap.dark .checkout-page__content .woocommerce-shipping-fields .shipping_address .form-row input,
#page-wrap.dark .checkout-page__content .woocommerce-billing-fields .form-row input {
  background-color: #4a4a4a;
  border-color: #606060;
  color: #a6a6a6;
}
#page-wrap.dark .checkout-page__content .coupon .form-row.form-row-first input,
#page-wrap.dark .checkout-page__content .woocommerce-shipping-fields .shipping_address #order_comments_field textarea,
#page-wrap.dark .checkout-page__content .woocommerce-billing-fields #billing_country_field .country_select a,
#page-wrap.dark .checkout-page__content .woocommerce-shipping-fields .shipping_address #billing_country_field .country_select a {
  background-color: #4a4a4a;
  border-color: #606060;
  color: #a6a6a6;
}
#page-wrap.dark .checkout-page__content .woocommerce-billing-fields h3 {
  border-color: #666;
  color: #fff;
}
#page-wrap.dark .checkout-page__content .woocommerce-shipping-fields #ship-to-different-address label,
#page-wrap.dark .checkout-page__content .woocommerce-shipping-fields .shipping_address .form-row label,
#page-wrap.dark .checkout-page__content .woocommerce-billing-fields .form-row label {
  color: #a6a6a6;
}
#page-wrap.dark .cart-detail h3,
#page-wrap.dark .billing-info h3,
#page-wrap.dark .your-order h2,
#page-wrap.dark .checkout-page__content #payment h3 {
  border-color: #666;
  color: #fff;
}
#page-wrap.dark .checkout-page__content #payment > .payment_methods li label {
  color: #fff;
}
#page-wrap.dark .checkout-page__content #payment .place-order {
  border-top-color: #666;
}
#page-wrap.dark .billing-info .billing-table td h4,
#page-wrap.dark .order-table thead tr th {
  color: #d4d4d4;
}
#page-wrap.dark .cart-detail .cart-detail-table tfoot th,
#page-wrap.dark .cart-detail .cart-detail-table td {
  color: #a6a6a6;
}
#page-wrap.dark .cart-detail .cart-detail-table td {
  font-weight: 400;
}
#page-wrap.dark .related-post .post,
#page-wrap.dark .blog-page__content .post {
  border-color: #666;
}
#page-wrap.dark .related-post .post .post-content,
#page-wrap.dark .blog-page__content .post .post-content {
  color: #d4d4d4;
}
#page-wrap.dark .blog-page__content .post .post-content h1, #page-wrap.dark .blog-page__content .post .post-content h2, #page-wrap.dark .blog-page__content .post .post-content h3, #page-wrap.dark .blog-page__content .post .post-content h4, #page-wrap.dark .blog-page__content .post .post-content h5, #page-wrap.dark .blog-page__content .post .post-content h6 {
  color: white;
}
#page-wrap.dark .page-sidebar .widget_has_thumbnail .content a,
#page-wrap.dark .page-sidebar .widget_latest_post ul li a,
#page-wrap.dark .page-sidebar .widget_rss ul li a,
#page-wrap.dark .page-sidebar .widget_meta ul li a,
#page-wrap.dark .page-sidebar .widget_pages ul li a,
#page-wrap.dark .page-sidebar .widget_nav_menu ul li a,
#page-wrap.dark .page-sidebar .widget_categories ul li a,
#page-wrap.dark .page-sidebar .widget_archive ul li a {
  color: #ddd;
}
#page-wrap.dark .page-sidebar .widget_has_thumbnail .content a:hover,
#page-wrap.dark .page-sidebar .widget_latest_post ul li a:hover,
#page-wrap.dark .page-sidebar .widget_rss ul li a:hover,
#page-wrap.dark .page-sidebar .widget_meta ul li a:hover,
#page-wrap.dark .page-sidebar .widget_pages ul li a:hover,
#page-wrap.dark .page-sidebar .widget_nav_menu ul li a:hover,
#page-wrap.dark .page-sidebar .widget_categories ul li a:hover,
#page-wrap.dark .page-sidebar .widget_archive ul li a:hover {
  color: #008CFF ;
}
#page-wrap.dark #comments .comment-abs a,
#page-wrap.dark .post-footer .cat-box .cat a,
#page-wrap.dark .post-footer .tag-box .tag a,
#page-wrap.dark .tagcloud a {
  background-color: #333;
}
#page-wrap.dark #comments .comment-abs a:hover,
#page-wrap.dark .post-footer .cat-box .cat a:hover,
#page-wrap.dark .post-footer .tag-box .tag a:hover,
#page-wrap.dark .tagcloud a:hover {
  background-color: #008CFF ;
}
#page-wrap.dark .page__pagination span,
#page-wrap.dark .page__pagination a {
  color: #a6a6a6;
  background-color: #333;
}
#page-wrap.dark .page__pagination span.current, #page-wrap.dark .page__pagination span:hover,
#page-wrap.dark .page__pagination a.current,
#page-wrap.dark .page__pagination a:hover {
  color: #000;
  background-color: #008CFF ;
}
#page-wrap.dark .related-post .post .post-title h1,
#page-wrap.dark .blog-page__content .post .post-title h1 {
  color: #008CFF ;
}
#page-wrap.dark #comments cite.fn a,
#page-wrap.dark .post-footer > div h4 {
  color: #d4d4d4;
}
#page-wrap.dark #comments cite.fn a:hover {
  color: #008CFF ;
}
#page-wrap.dark .related-post,
#page-wrap.dark .about-author {
  border-color: #666;
}
#page-wrap.dark .about-author .author-title h4 {
  color: #a5a5a5;
}
#page-wrap.dark .about-author .author-name h3 {
  color: #008CFF ;
}
#page-wrap.dark #respond .reply-title h4 {
  color: #fff;
}
#page-wrap.dark .owl-carousel .owl-controls .owl-buttons > div .fa {
  background-color: #333;
}
#page-wrap.dark .awe-navigation .menu-list li .sub-menu,
#page-wrap.dark .minicart-wrap .minicart-body {
  background-color: #333;
  border-color: #4A4A4A;
}
#page-wrap.dark .awe-navigation .menu-list li .sub-menu li a {
  color: #ddd;
  border-color: #4A4A4A;
}
#page-wrap.dark .minicart-wrap .minicart-body .minicart-footer,
#page-wrap.dark .minicart-wrap .minicart-body .minicart-total,
#page-wrap.dark .minicart-wrap .minicart-body .minicart-list {
  border-color: #4A4A4A;
}
#page-wrap.dark .minicart-wrap .minicart-body .minicart-list li .product-name a {
  color: #ddd;
}
#page-wrap.dark .minicart-wrap .minicart-body .minicart-list li .product-name a:hover {
  color: #008CFF ;
}
#page-wrap.dark .minicart-wrap .minicart-body .minicart-list li .product-price .amount {
  color: #d4d4d4;
}
#page-wrap.dark .minicart-wrap .minicart-body .minicart-list li .product-remove a {
  color: #a6a6a6;
}
#page-wrap.dark .minicart-wrap .minicart-body .minicart-list li .product-remove a:hover {
  color: #008CFF ;
}
#page-wrap.dark .blog-heading-content h2 {
  background-color: #1E1E1F;
  color: #008CFF ;
}
#page-wrap.dark .login-register-page__content form:after {
  background-color: #008CFF ;
}
#page-wrap.dark .login-register-page__content form .form-item label {
  color: #333;
}
#page-wrap.dark .login-register-page__content form .terms-conditions,
#page-wrap.dark .login-register-page__content form .forgot-password {
  color: #333;
}
#page-wrap.dark .login-register-page__content form .terms-conditions:hover,
#page-wrap.dark .login-register-page__content form .forgot-password:hover {
  color: #444;
}
#page-wrap.dark .login-register-page__content form .form-item input {
  background-color: #F2F2F2;
  border: 0;
  color: #666;
}
#page-wrap.dark .login-register-page__content form .form-actions input {
  background-color: #212122;
  color: #008CFF ;
}
#page-wrap.dark .login-register-page__content form .form-actions input:hover {
  opacity: 1;
  background-color: #fff;
}
#page-wrap.dark .contact-page__form .descriptions {
  color: #a6a6a6;
}
#page-wrap.dark .travelling-block {
  background-color: rgba(30, 30, 31, 0.9);
}
#page-wrap.dark .travelling-block .title h2 {
  color: #fff;
}
#page-wrap.dark .purpose-slider .owl-controls .owl-buttons > div .fa {
  background-color: transparent;
}
#page-wrap.dark .travelling-tabs__time .season .item a .awe-icon,
#page-wrap.dark .purpose-slider .item .awe-icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: white !important;
}
#page-wrap.dark .travelling-tabs .ui-tabs-nav li .ui-tabs-anchor {
  border-color: #444;
}
#page-wrap.dark .travelling-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
#page-wrap.dark .purpose-slider .item:hover .awe-icon {
  color: #1E1E1F;
}
#page-wrap.dark .travelling-tabs .ui-tabs-nav li.ui-state-hover .ui-tabs-anchor {
  color: #888;
  border-color: #666666;
}
#page-wrap.dark .travelling-tabs__region .item span,
#page-wrap.dark .purpose-slider .item span {
  color: #fff;
}
#page-wrap.dark .travelling-tabs__region .item:hover span,
#page-wrap.dark .purpose-slider .item:hover span {
  color: #008CFF ;
}
#page-wrap.dark .travelling-tabs__region .item .awe-icon {
  color: #fff;
  opacity: .2;
}
#page-wrap.dark .travelling-tabs__region .item:hover .awe-icon {
  color: #008CFF ;
  opacity: 1;
}
#page-wrap.dark .travelling-tabs__advance-filter label,
#page-wrap.dark .travelling-tabs__price .budget-level label,
#page-wrap.dark .travelling-tabs__price .currency label {
  color: #008CFF ;
}
#page-wrap.dark .travelling-tabs__price .currency span,
#page-wrap.dark .travelling-tabs__price .price_slider_amount {
  color: #a5a5a5;
}
#page-wrap.dark .travelling-tabs__price .currency .awe-select-wrapper .fa,
#page-wrap.dark .travelling-tabs__price .currency .awe-select-wrapper select {
  background-color: #444;
  border: 0;
  color: #a6a6a6;
}
#page-wrap.dark .travelling-tabs__time .season .item a span {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-wrap.dark .travelling-tabs__time .season .item.hover-active a .awe-icon {
  background-color: #008CFF ;
  color: #1E1E1F;
}
#page-wrap.dark .travelling-tabs__time .season .item.hover-active a span {
  color: #008CFF ;
}
#page-wrap.dark .your-destinations .title h2,
#page-wrap.dark .travelling-tabs__time .month .item a {
  color: #fff;
}
#page-wrap.dark .travelling-tabs__time .month .item a:before,
#page-wrap.dark .travelling-tabs__time .month .item:after {
  border-color: #fff;
}
#page-wrap.dark .travelling-tabs__time .month .item.hover-active a:before {
  border-color: #008CFF ;
}
#page-wrap.dark .travelling-tabs__time .month .item.hover-active a {
  color: #008CFF ;
}
#page-wrap.dark .travelling-tabs__advance-filter .form-elements .fa,
#page-wrap.dark .travelling-tabs__advance-filter .form-elements .awe-icon,
#page-wrap.dark .travelling-tabs__advance-filter input,
#page-wrap.dark .travelling-tabs__advance-filter select {
  background-color: #444;
  border: 0;
  color: #a6a6a6;
}
#page-wrap.dark .flight-item, #page-wrap.dark .trip-item, #page-wrap.dark .attraction-item, #page-wrap.dark .hotel-item,
#page-wrap.dark .destination-list__content .destinations-item {
  background-color: #4a4a4a;
}
#page-wrap.dark .flight-item .item-price-more .price > .amount,
#page-wrap.dark .flight-item .item-price-more .price ins .amount,
#page-wrap.dark .trip-item .item-price-more .price > .amount,
#page-wrap.dark .trip-item .item-price-more .price ins .amount,
#page-wrap.dark .attraction-item .item-price-more .price > .amount,
#page-wrap.dark .attraction-item .item-price-more .price ins .amount,
#page-wrap.dark .hotel-item .item-price-more .price > .amount,
#page-wrap.dark .hotel-item .item-price-more .price ins .amount,
#page-wrap.dark .flight-item .item-body .item-title h2 a,
#page-wrap.dark .trip-item .item-body .item-title h2 a,
#page-wrap.dark .attraction-item .item-body .item-title h2 a,
#page-wrap.dark .hotel-item .item-body .item-title h2 a,
#page-wrap.dark .destination-list__content .destinations-item .item-price-more .price .amount,
#page-wrap.dark .destination-list__content .destinations-item:hover .item-body .item-footer ul li h6,
#page-wrap.dark .destination-list__content .destinations-item .item-body .item-title h2 a {
  color: #008CFF ;
}
#page-wrap.dark .destination-list__content .destinations-item .item-body .item-footer ul li > p,
#page-wrap.dark .destination-list__content .destinations-item .item-body .item-description {
  color: #a5a5a5;
}
#page-wrap.dark .destination-list__content .destinations-item .item-body .item-footer ul li h6 {
  color: #f1f1f1;
}
#page-wrap.dark .destination-list__content .destinations-item .item-price-more .price {
  color: #b1b1b1;
}
#page-wrap.dark #comments .commentlist > .comment .comment-box,
#page-wrap.dark .page-top .list-link li a:before,
#page-wrap.dark .widget_has_radio_checkbox ul li label .awe-icon-check,
#page-wrap.dark .flight-item .item-price-more:after,
#page-wrap.dark .trip-item .item-price-more:after,
#page-wrap.dark .attraction-item .item-price-more:after,
#page-wrap.dark .hotel-item .item-price-more:after,
#page-wrap.dark .destination-list__content .destinations-item .item-price-more:after {
  border-color: #444;
}
#page-wrap.dark .page-top .awe-select-wrapper .fa,
#page-wrap.dark .page-top .awe-select-wrapper .awe-select,
#page-wrap.dark .your-destinations .your-destinations__bar .order .fa,
#page-wrap.dark .your-destinations .your-destinations__bar .order select {
  background-color: #444;
  border: 0;
  color: #a6a6a6;
}
#page-wrap.dark .flight-item .item-body .item-address,
#page-wrap.dark .trip-item .item-body .item-address,
#page-wrap.dark .attraction-item .item-body .item-address,
#page-wrap.dark .hotel-item .item-body .item-address {
  color: #A5A5A5;
}
#page-wrap.dark .page-sidebar .widget,
#page-wrap.dark .page-sidebar .sidebar-title {
  border-bottom-color: #000;
}
#page-wrap.dark .page-top .list-link li.current a:before {
  border-color: #008CFF ;
}
#page-wrap.dark .breadcrumb:after {
  background-color: rgba(0, 0, 0, 0.9);
}
#page-wrap.dark .breadcrumb ul li a::after {
  border-left-color: #333333;
}
#page-wrap.dark .category-heading-content > h3 {
  color: #000;
}
#page-wrap.dark .category-heading-content > h2 {
  background-color: #1E1E1F;
}
#page-wrap.dark .price-slider:after,
#page-wrap.dark .category-heading-content > h2 .awe-icon {
  background-color: #333;
}
#page-wrap.dark .related-post h4 {
  color: #fff;
}
#page-wrap.dark ~ .ui-datepicker {
  background-color: #333;
  border-color: #666;
}
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-header {
  background-color: #222;
}
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #008CFF ;
}
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-color: #008CFF ;
}
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
  border-right-color: #fff;
}
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
  border-left-color: #fff;
}
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-calendar tbody tr td a {
  background-color: #222;
  border: 0;
  color: #a6a6a6;
}
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
  background-color: #008CFF ;
  color: #fff;
}
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-calendar .ui-state-active,
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-active,
#page-wrap.dark ~ .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-active {
  background-color: #008CFF ;
  color: #fff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  text-align: center !important;
}
#page-wrap.dark .category-heading-content .find form {
  background-color: rgba(0, 0, 0, 0.8);
}
#page-wrap.dark .category-heading-content .find form .form-item input,
#page-wrap.dark .category-heading-content .find form .form-item select {
  background-color: #444;
  border: 0;
  color: #a6a6a6;
}
#page-wrap.dark .category-heading-content .find form .form-item .fa,
#page-wrap.dark .category-heading-content .find form .form-item .awe-icon {
  background-color: #444;
  color: #a6a6a6;
}
#page-wrap.dark .product-detail__info .rating-trip-reviews .item h6,
#page-wrap.dark .product-detail__info .property-highlights .item span,
#page-wrap.dark .product-detail__info .product-descriptions {
  color: #eee;
}
#page-wrap.dark .product-detail__info .product-address,
#page-wrap.dark .product-detail__info .product-email a {
  color: #a5a5a5;
}
#page-wrap.dark .product-detail__info .product-address:hover,
#page-wrap.dark .product-detail__info .product-email a:hover {
  color: #008CFF ;
}
#page-wrap.dark .room-type-table tbody td,
#page-wrap.dark .room-type-table thead th,
#page-wrap.dark .product-detail__info .property-highlights h3 {
  border-color: #333;
}
#page-wrap.dark .room-type-table tbody td.room-price .price .full-price-open-popup:hover,
#page-wrap.dark .room-type-table tbody td.room-price .price em,
#page-wrap.dark .room-type-table tbody td.room-condition .list-condition li,
#page-wrap.dark .room-type-table tbody td.room-type .room-descriptions,
#page-wrap.dark .room-type-table tbody td,
#page-wrap.dark .room-type-table thead th {
  color: #a6a6a6;
}
#page-wrap.dark .room-type-table tbody td.room-type .room-title h4 {
  color: #008CFF ;
}
#page-wrap.dark .call-to-book span,
#page-wrap.dark .call-to-book .awe-icon,
#page-wrap.dark .room-type-table tbody td.room-price .price .amount,
#page-wrap.dark .room-type-table tbody td.room-people .awe-icon {
  color: #fff;
}
#page-wrap.dark .call-to-book .awe-icon {
  border-color: #fff;
}
#page-wrap.dark .product-tabs__content .ui-tabs-panel .check-availability {
  background-color: #333;
}
#page-wrap.dark .product-tabs__content .ui-tabs-panel .check-availability .form-elements label {
  color: #008CFF ;
}
#page-wrap.dark .product-tabs__content .ui-tabs-panel .check-availability .form-elements .fa, #page-wrap.dark .product-tabs__content .ui-tabs-panel .check-availability .form-elements .awe-icon,
#page-wrap.dark .product-tabs__content .ui-tabs-panel .check-availability .form-elements input,
#page-wrap.dark .product-tabs__content .ui-tabs-panel .check-availability .form-elements select {
  background-color: #444;
  border: 0;
  color: #a6a6a6;
}
#page-wrap.dark .good-to-know-table tbody tr,
#page-wrap.dark .facilities-freebies-table tbody tr {
  border-bottom-color: #666;
}
#page-wrap.dark .good-to-know-table tbody tr th,
#page-wrap.dark .facilities-freebies-table tbody tr th {
  color: #fff;
}
#page-wrap.dark .good-to-know-table tbody tr td,
#page-wrap.dark .facilities-freebies-table tbody tr td {
  color: #a6a6a6;
}
#page-wrap.dark #reviews #comments .commentlist li .comment-box {
  background-color: #4a4a4a;
}
#page-wrap.dark #reviews #comments .commentlist li .comment-box .comment-body .meta strong {
  color: #fff;
}
#page-wrap.dark #reviews #comments .commentlist li .comment-box .comment-body .rating-info .average-rating-review em {
  color: #fff;
}
#page-wrap.dark #reviews #comments .commentlist li .comment-box .comment-body .rating-review li em {
  color: #fff;
}
#page-wrap.dark #reviews #add_review {
  background-color: #4a4a4a;
}
#page-wrap.dark #reviews #add_review .comment-reply-title {
  color: #fff;
}
#page-wrap.dark #reviews #add_review form > div label {
  color: #fff;
}
#page-wrap.dark #reviews #add_review form .comment-form-rating h4 {
  color: #fff;
}
#page-wrap.dark #reviews #add_review form .comment-form-author input, #page-wrap.dark #reviews #add_review form .comment-form-author textarea, #page-wrap.dark #reviews #add_review form .comment-form-author select, #page-wrap.dark #reviews #add_review form .comment-form-author .fa,
#page-wrap.dark #reviews #add_review form .comment-form-email input,
#page-wrap.dark #reviews #add_review form .comment-form-email textarea,
#page-wrap.dark #reviews #add_review form .comment-form-email select,
#page-wrap.dark #reviews #add_review form .comment-form-email .fa,
#page-wrap.dark #reviews #add_review form .comment-form-rating input,
#page-wrap.dark #reviews #add_review form .comment-form-rating textarea,
#page-wrap.dark #reviews #add_review form .comment-form-rating select,
#page-wrap.dark #reviews #add_review form .comment-form-rating .fa,
#page-wrap.dark #reviews #add_review form .comment-form-comment input,
#page-wrap.dark #reviews #add_review form .comment-form-comment textarea,
#page-wrap.dark #reviews #add_review form .comment-form-comment select,
#page-wrap.dark #reviews #add_review form .comment-form-comment .fa {
  background-color: #333;
  border: 0;
  color: #a5a5a5;
}
#page-wrap.dark .ticket-price tbody tr td del .amount,
#page-wrap.dark .ticket-price tbody tr td em,
#page-wrap.dark .product-detail__info .trips .item p,
#page-wrap.dark .trip-schedule-accordion .trips .item p {
  color: #a5a5a5;
}
#page-wrap.dark .product-detail__info .trips .item h6 {
  color: #fff;
}
#page-wrap.dark .ticket-price thead th span {
  color: #fff;
}
#page-wrap.dark .initiative-top .title .from-to {
  color: #fff;
}
#page-wrap.dark .initiative-table {
  background-color: #333;
}
#page-wrap.dark .initiative-table tbody tr {
  border-color: #1e1e1f;
}
#page-wrap.dark .initiative-table tbody tr .item-thumb:after {
  border-color: #444;
}
#page-wrap.dark .services-on-flight .item label {
  color: #a5a5a5;
}
#page-wrap.dark .services-on-flight .item label .awe-icon-check {
  border-color: #444;
}
#page-wrap.dark .booking-info {
  background-color: #008CFF ;
  border-color: #008CFF ;
}
#page-wrap.dark .booking-info .price {
  border-color: rgba(0, 0, 0, 0.2);
}
#page-wrap.dark .booking-info .price em,
#page-wrap.dark .booking-info .price .amount {
  color: #1E1E1F;
}
#page-wrap.dark .booking-info .price .cart-added {
  color: #444;
}
#page-wrap.dark .booking-info .price .cart-added .awe-icon {
  box-shadow: 0 0 0 2px #fff;
}
#page-wrap.dark .booking-info .add-room-type > a {
  color: #000;
}
#page-wrap.dark .booking-info .form-item .fa, #page-wrap.dark .booking-info .form-item .awe-icon,
#page-wrap.dark .booking-info .form-item select,
#page-wrap.dark .booking-info .form-item input {
  background-color: #fff;
  border: 0;
}
#page-wrap.dark .booking-info .reset {
  color: #1E1E1F;
}
#page-wrap.dark .booking-info .form-baggage-weight span,
#page-wrap.dark .booking-info .form-kids span,
#page-wrap.dark .booking-info .form-adult span,
#page-wrap.dark .booking-info .form-checkin span,
#page-wrap.dark .booking-info .form-select-date span {
  color: #fff;
}
#page-wrap.dark .booking-info .form-submit .add-to-cart button {
  background-color: #CC1453;
}
#page-wrap.dark .booking-info .form-submit .add-to-cart button:hover {
  background-color: #444;
}
#page-wrap.dark .booking-info .awe-icon,
#page-wrap.dark .booking-info .fa {
  top: 0;
  right: 0;
  height: 36px;
}
#page-wrap.dark .toggle-menu-responsive {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#page-wrap.dark .toggle-menu-responsive .item {
  background-color: #111;
}
#page-wrap.dark .toggle-menu-responsive.toggle-active .item {
  background-color: #111;
}
#page-wrap.dark .awe-navigation-hamburger .toggle-menu-responsive:hover .item {
  background-color: #fff;
}
#page-wrap.dark .trip-flight-hotel__table tbody tr {
  background-color: #4a4a4a;
  border-bottom: 5px solid #1E1E1F;
}
#page-wrap.dark .trip-flight-hotel__table tbody tr .item-price {
  border-left: 2px dotted #444;
}
#page-wrap.dark .trip-flight-hotel__table tbody tr .item-title h2 a {
  color: #fff;
}
#page-wrap.dark .trip-flight-hotel__table tbody tr:hover .item-title h2 a {
  color: #008CFF ;
}

.body-dark .awe-btn {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
.body-dark .awe-btn.awe-btn-style2 {
  border: 0;
  background-color: #ddd;
  color: #666;
}
.body-dark .awe-btn.awe-btn-style3 {
  border: 0;
  background-color: #008CFF ;
  color: #fff;
}
.body-dark .awe-btn.awe-btn-style3:focus, .body-dark .awe-btn.awe-btn-style3:hover {
  background-color: #575757;
  color: #fff;
}
.body-dark .awe-btn:focus, .body-dark .awe-btn:hover {
  background-color: #008CFF ;
  border-color: #008CFF ;
  color: #111;
}
.body-dark .room-type-popup {
  background-color: #4a4a4a;
}
.body-dark .room-type-popup .form-elements label {
  color: #008CFF ;
}
.body-dark .room-type-popup .form-elements .fa,
.body-dark .room-type-popup .form-elements .awe-icon,
.body-dark .room-type-popup .form-elements select,
.body-dark .room-type-popup .form-elements input {
  background-color: #444;
  border: 0;
  color: #a6a6a6;
}
.body-dark .room-type-popup .calendar-header h2 {
  background-color: #444;
}
.body-dark .room-type-popup .calendar-body thead tr th span {
  color: #a5a5a5;
}
.body-dark .room-type-popup .calendar-body tbody tr td {
  border-color: #4a4a4a;
}
.body-dark .room-type-popup .calendar-body tbody .item-calendar {
  background-color: #444;
}
.body-dark .room-type-popup .calendar-body tbody .item-calendar.item-active {
  background-color: #008CFF ;
}
.body-dark .room-type-popup .calendar-body tbody .item-calendar.item-active .date,
.body-dark .room-type-popup .calendar-body tbody .item-calendar.item-active .price {
  color: #000;
}
.body-dark .room-type-popup .calendar-body tbody .item-calendar .price {
  color: #fff;
}
.body-dark .room-type-popup .calendar-body tbody .item-calendar .date {
  color: #a6a6a6;
}
.body-dark .room-type-popup .calendar-body tbody .item-calendar.sat,
.body-dark .room-type-popup .calendar-body tbody .item-calendar.sun {
  background-color: #666;
}
.body-dark .room-type-popup .calendar-body tbody .item-calendar.not-available {
  background-color: #111;
}
.body-dark .sale-flight-popup {
  background-color: #4a4a4a;
}
.body-dark .sale-flight-popup .sale-flights-tabs__table tr {
  background: none;
}
.body-dark .sale-flight-popup .sale-flights-tabs__table tr .sale-flights-tabs__item-choose:after {
  border-color: #444;
}
.body-dark .sale-flight-popup .sale-flights-tabs__table tr .sale-flights-tabs__item-depart h4,
.body-dark .sale-flight-popup .sale-flights-tabs__table tr .sale-flights-tabs__item-arrive h4,
.body-dark .sale-flight-popup .sale-flights-tabs__table tr .sale-flights-tabs__item-duration h4 {
  color: #fff;
}
.body-dark .sale-flights-tabs__table tr .sale-flights-tabs__item-flight .image-wrap {
  border: 0;
}
.body-dark .flight-popup {
  background-color: #333;
}
.body-dark .flight-popup .flight-popup__content .title h2 {
  color: #fff;
}
.body-dark .flight-popup-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #fff;
}
.body-dark .flight-popup-tabs .flight-popup__history .item:after,
.body-dark .flight-popup-tabs .ui-tabs-nav:after {
  border-color: #666;
}
.body-dark .flight-popup-tabs .flight-popup__history .item .descriptions,
.body-dark .flight-popup-tabs .flight-popup__overview .flight-popup__descriptions,
.body-dark .flight-popup-tabs .flight-popup__history .item .year {
  color: #a5a5a5;
}
.body-dark .flight-popup-tabs .flight-popup__history .item:hover .year {
  color: #fff;
}
.body-dark .flight-popup-tabs .flight-popup__history .item .icon-active {
  background-color: #333;
  border-color: #666;
}
.body-dark .flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item {
  background-color: #444;
  border-color: #444;
}
.body-dark .flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item:hover,
.body-dark .flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item.map-active {
  border-color: #008CFF ;
}
.body-dark .flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item .item-title h2,
.body-dark .flight-popup-tabs .flight-popup__map-content .flight-popup__map-content-list .map-item:before {
  color: #fff;
}
.body-dark .flight-popup-tabs .flight-popup__grid-wrapper .grid-item .image-wrap:before {
  border-color: #333;
}
.body-dark .sale-flight-popup .title .from-to {
  color: #fff;
}
.body-dark .sale-flight-popup .sale-flights-tabs__table tr {
  -webkit-box-shadow: inset 0 0 0 2px #666;
  -moz-box-shadow: inset 0 0 0 2px #666;
  box-shadow: inset 0 0 0 2px #666;
}

/* 14.   Responsive
--------------------------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1),
  .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(2),
  .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(3) {
    padding-right: 30px;
  }

  .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) {
    width: 28%;
  }

  .awe-search-tabs__content .ui-tabs-panel .form-actions {
    width: 17.4%;
  }

  .awe-search-tabs-2 {
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: -43px;
  }

  .filter-item-wrapper {
    overflow: hidden;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }

  .flight-item,
  .trip-item,
  .attraction-item,
  .hotel-item {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    box-shadow: none !important;
  }

  .flight-item .item-price-more,
  .trip-item .item-price-more,
  .attraction-item .item-price-more,
  .hotel-item .item-price-more,
  .flight-item .item-body,
  .trip-item .item-body,
  .attraction-item .item-body,
  .hotel-item .item-body,
  .flight-item .item-media,
  .trip-item .item-media,
  .attraction-item .item-media,
  .hotel-item .item-media {
    float: none;
    width: 100%;
  }

  .flight-item .item-price-more:after,
  .trip-item .item-price-more:after,
  .attraction-item .item-price-more:after,
  .hotel-item .item-price-more:after {
    display: none;
  }

  .flight-item .item-body .item-footer,
  .trip-item .item-body .item-footer,
  .attraction-item .item-body .item-footer,
  .hotel-item .item-body .item-footer {
    margin-top: 20px;
  }

  .flight-item .item-price-more,
  .trip-item .item-price-more,
  .attraction-item .item-price-more,
  .hotel-item .item-price-more {
    margin: 10px 0 20px 0;
  }

  .travelling-block {
    padding: 35px;
  }

  .travelling-tabs__advance-filter .form-group {
    padding-left: 15px;
    padding-right: 15px;
  }

  .travelling-tabs__advance-filter .form-elements.form-checkin,
  .travelling-tabs__advance-filter .form-elements.form-checkout {
    width: 47%;
  }

  .travelling-tabs__advance-filter .form-elements.form-checkin {
    margin-right: 3%;
  }

  .travelling-tabs__advance-filter .form-elements.form-checkout {
    margin-left: 3%;
  }

  .destination-list__content .destinations-item .item-media .image-cover {
    padding-top: 84%;
  }

  .destination-list__content .destinations-item .item-body {
    width: 59%;
  }

  .destination-list__content .destinations-item .item-price-more {
    width: 17%;
  }

  .destination-list__content .destinations-item .item-body .item-footer ul li {
    margin-right: 30px;
  }

  .category-heading-content .find .form-elements:nth-child(1),
  .category-heading-content .find .form-elements:nth-child(2) {
    width: 21%;
    padding-right: 30px;
  }

  .category-heading-content .find .form-elements:nth-child(3) {
    width: 16%;
  }

  .category-heading-content .find .form-elements:nth-child(4) {
    width: 20%;
  }

  #reviews .rating-info .write-review {
    display: block;
    clear: both;
    float: left;
  }

  .flight-item .item-body .item-footer .item-icon,
  .trip-item .item-body .item-footer .item-icon,
  .attraction-item .item-body .item-footer .item-icon,
  .hotel-item .item-body .item-footer .item-icon {
    float: none;
    margin-top: 10px;
  }

  .flight-item .item-body .item-footer .item-rate,
  .trip-item .item-body .item-footer .item-rate,
  .attraction-item .item-body .item-footer .item-rate,
  .hotel-item .item-body .item-footer .item-rate {
    float: none;
  }

  .flight-item .item-body .item-footer .item-icon .awe-icon,
  .trip-item .item-body .item-footer .item-icon .awe-icon,
  .attraction-item .item-body .item-footer .item-icon .awe-icon,
  .hotel-item .item-body .item-footer .item-icon .awe-icon {
    margin-left: 0;
    margin-right: 10px;
  }

  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) {
    width: 38%;
    padding-right: 0;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) .form-elements {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group.half  {
    width: 30%;
    padding-right: 10px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group.half  .form-elements:nth-child(odd) {
    padding-right: 1px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group.half  .form-elements:nth-child(even) {
    padding-left: 1px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(3) {
    width: 14%;
    padding-right: 10px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-hotel .form-group:nth-child(1) {
    padding-right: 30px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-hotel .form-group:nth-child(1) .form-elements {
    width: 100%;
    margin-right: 0;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-car .form-group:nth-child(1) {
    width: 50%;
  }

  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-kids,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-adult,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkin,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkout {
    width: 48%;
    margin: 0;
    margin-top: 20px;
  }

  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-adult,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkin {
    margin-right: 2%;
  }

  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-kids,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkout {
    margin-left: 2%;
  }

  .product-tabs__content .ui-tabs-panel .check-availability .form-actions {
    width: 100%;
    margin-left: 0;
  }

 
}
@media screen and (max-width: 991px) {
  .awe-search-tabs__content .ui-tabs-panel .form-group,
  .awe-search-tabs__content .ui-tabs-panel .form-actions {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 0;
  }
.category-heading-content .find .form-group{
  grid-template-columns: 1fr 1fr !important;
  padding: 10px;
}
  .awe-search-tabs__content .ui-tabs-panel .form-actions {
    margin-top: 20px !important;
  }

  .awe-masonry .awe-masonry__item {
    width: 33.3333333333% !important;
  }

  #footer-page .widget_contact_info {
    margin-top: 0;
    padding: 0;
  }
  #footer-page .widget_contact_info:before, #footer-page .widget_contact_info:after {
    display: none;
  }
  #footer-page .widget_contact_info .widget_background {
    display: none;
  }

  .cart-content .cart-table tbody td.product-remove {
    padding-left: 40px;
  }

  .contact-page__form {
    padding-top: 60px;
  }

  .travelling-tabs__advance-filter .form-group {
    width: 100%;
    float: none;
  }

  .destination-list__content {
    width: auto;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }

  .destination-list__content .destinations-item {
    width: calc(50% - 30px);
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }

  .destination-list__content .destinations-item .item-price-more,
  .destination-list__content .destinations-item .item-body,
  .destination-list__content .destinations-item .item-media {
    float: none;
    width: 100%;
  }

  .destination-list__content .destinations-item .item-price-more {
    padding: 0 25px 25px;
  }

  .destination-list__content .destinations-item .item-body {
    padding: 15px 25px;
  }

  .destination-list__content .destinations-item .item-price-more:after {
    display: none;
  }

  .category-heading-content .find .form-elements {
    width: 100% !important;
    padding: 0 !important;

  }

  .category-heading-content.category-heading-content__2 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .tabs .ui-tabs-nav li {
    background: none;
    border: 0;
    margin: 0 30px 0 0;
  }

  .tabs .ui-tabs-nav li .ui-tabs-anchor {
    font-size: 14px;
    line-height: 46px;
  }

  .tour-map {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .tour-map-wrapper .trips {
    margin-top: 25px;
  }

  .ticket-price {
    margin-bottom: 30px;
  }

  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) .form-elements {
    width: 50%;
    margin: 0;
    padding-bottom: 20px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) .form-elements:nth-child(odd) {
    padding-right: 15px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(1) .form-elements:nth-child(even) {
    padding-left: 15px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group.half {
    padding-right: 0;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group.half .form-elements {
    width: 50%;
    padding-bottom: 20px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group.half .form-elements:nth-child(odd) {
    padding-right: 15px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group.half .form-elements:nth-child(even) {
    padding-left: 15px;
  }
  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel.search-hotel .form-group:nth-child(1) .form-elements {
    padding-right: 0;
  }

  .flight-item .item-media .image-cover {
    padding-top: 40%;
  }
}
@media screen and (max-width: 800px) {
  .related-post .post .post-media, .blog-page__content .post .post-media {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
 
  .filter-page__content{
    margin-bottom: 0 !important;
  }
  .category-heading-content .find form{
    padding: 0 !important; 
  }
  .logo{
    margin: 0 !important;
  }
  .toggle-nav{
    margin-top: -45px !important;
  }
  .header-page__inner .logo img{
    height: 50px !important;
  }
  .blog-page__content {
    margin-left: -15px;
    margin-right: -15px;
  }

  .blog-page__content .post {
    width: calc(50% - 30px);
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .blog-page__content.blog-single {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-page__content.blog-single .post {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 740px) {



  h1, .h1 {
    font-size: 22px  !important;
  }
  
  h2, .h2 {
    font-size: 21px !important;
  }
  
  h3, .h3 {
    font-size: 20px  !important;
  }
  
  h4, .h4 {
    font-size: 19px  !important;
  }
  
  h5, .h5 {
    font-size: 18px !important;
  }
  
  h6, .h6 {
    font-size: 17px !important;
  }
  p{
    font-size: 15px !important;
  }

input{
  font-size: 15px !important;
}
  .awe-search-tabs__content {
    padding: 20px;
  }
 
  .awe-masonry .awe-masonry__item {
    width: 50% !important;
  }

  #reviews #comments .commentlist li .comment-box .comment-body .rating-info .average-rating-review,
  #reviews #comments .commentlist li .comment-box .comment-body .rating-info .rating-review {
    display: block;
    float: none;
  }

  #reviews #comments .commentlist li .comment-box .comment-body .rating-info .rating-review {
    margin-left: -20px;
    margin-right: -30px;
    margin-top: 15px;
  }

  #reviews .rating-info .rating-review,
  #reviews .rating-info .average-rating-review {
    display: block;
    float: none;
  }

  #reviews .rating-info .rating-review {
    margin-left: -20px;
    margin-right: -20px;
  }

  .flight-popup-tabs .flight-popup__scrollbar {
    height: 360px;
  }

  .flight-popup-tabs .ui-tabs-nav li .ui-tabs-anchor {
    font-size: 12px;
  }

  .room-type-popup .room-type-popup-inner,
  .sale-flight-popup {
    padding: 30px;
  }
}
@media screen and (max-width: 720px) {
  .filter-item-wrapper {
    overflow: hidden;
    display: inherit !important;
    width: 100% !important;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
 
  .flight-item,
  .trip-item,
  .attraction-item,
  .hotel-item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .cart-detail,
  .billing-info {
    width: 100%;
    float: none;
  }

  .cart-detail {
    margin-top: 30px;
  }

  .checkout-page__top .title,
  .checkout-page__top .phone {
    float: none;
  }

  .destination-list__content {
    margin-left: 0;
    margin-right: 0;
  }

  .destination-list__content .destinations-item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .your-destinations .title,
  .your-destinations .your-destinations__bar {
    float: none;
    overflow: hidden;
  }

  .your-destinations .your-destinations__bar {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
  }

  .flight-popup .flight-popup__content {
    width: 100%;
  }

  .flight-popup .flight-popup__map-info {
    position: relative !important;
    top: auto;
    right: auto;
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 610px) {
  .blog-page__content {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-page__content .post {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .travelling-tabs__price .currency,
  .travelling-tabs__price .budget-level {
    width: 100%;
    float: none;
    padding: 0;
  }

  .travelling-tabs__price .currency {
    margin-top: 30px;
  }

  .category-heading-content .find h2 {
    font-size: 36px;
  }

  .product-detail__info .property-highlights .item,
  .product-detail__info .trips .item {
    width: 50%;
  }

  .awe-search-tabs-2 .ui-tabs-nav li .ui-tabs-anchor {
    min-width: 0;
  }
}
@media screen and (max-width: 570px) {
  .awe-search-tabs__content .ui-tabs-panel .form-group.half  .form-elements {
    width: 100%;
    padding: 0 !important;
  }

  .awe-masonry .awe-masonry__item {
    width: 100% !important;
  }

  .post-footer > div {
    width: 100%;
    float: none;
  }

  .services-on-flight .item {
    width: 100%;
    float: none;
  }

  #reviews #comments .commentlist li .comment-box .avatar {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }

  #reviews .rating-info .rating-review li {
    margin-bottom: 10px;
  }

  #reviews #comments .commentlist li .comment-box .comment-body .meta strong {
    display: block;
  }

  #reviews #comments .commentlist li .comment-box .comment-body .meta time {
    float: none;
  }

  #reviews #comments .commentlist li .comment-box .comment-body .description {
    margin-top: 10px;
  }

  .awe-search-tabs {
    margin-top: -38px;
  }

  .awe-search-tabs .ui-tabs-nav {
    height: 38px;
  }

  .awe-search-tabs .ui-tabs-nav li .ui-tabs-anchor {
    line-height: normal;
  }

  .awe-search-tabs .ui-tabs-nav li .ui-tabs-anchor .awe-icon {
    width: 40px;
    height: 38px;
    line-height: 38px;
  }

  .awe-search-tabs-2 .ui-tabs-nav li .ui-tabs-anchor {
    font-size: 10px;
  }

  .awe-search-tabs-2 .awe-search-tabs__content .ui-tabs-panel .form-group .form-elements {
    width: 100% !important;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .blog-heading-content h2 {
    font-size: 20px;
  }

  .category-heading-content .find h2 {
    font-size: 32px;
  }

  .blog-page__content .post .post-title h1 {
    font-size: 30px;
    line-height: 1.5em;
  }

  .about-author .image-thumb {
    float: none;
  }

  .about-author .author-info {
    margin-left: 0;
    margin-top: 20px;
  }

  #comments .commentlist .comment-author {
    float: none;
    margin-bottom: 10px;
  }

  #comments .commentlist .children {
    margin-left: 30px;
  }

  #comments .comment-abs {
    position: static;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 10px;
  }

  .travelling-tabs .ui-tabs-nav li {
    width: 100%;
    margin: 10px 0 0;
  }
  .travelling-tabs .ui-tabs-nav li a {
    display: block;
    width: 100%;
  }

  .travelling-tabs__advance-filter .form-group {
    padding-left: 0;
    padding-right: 0;
  }

  .travelling-tabs__advance-filter .form-elements.form-checkin,
  .travelling-tabs__advance-filter .form-elements.form-checkout {
    width: 100%;
    margin: 0;
  }

  .travelling-tabs__region .item {
    width: 50%;
    float: left;
  }

  .travelling-tabs__region .item .awe-icon {
    font-size: 50px;
  }

  .travelling-tabs__region .item span {
    font-size: 12px;
  }

  .category-heading-content .find form {
    padding: 20px 30px;
  }

  .login-register-page__content .content-title h2 {
    font-size: 40px;
  }

  .login-register-page__content form {
    padding: 25px 30px;
  }

  .login-register-page__content .login-register-link {
    font-size: 12px;
  }

  .product-detail__info .rating-trip-reviews .item {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .category-heading-content > h2 {
    font-size: 20px;
    padding: 0 84px 0 24px;
    line-height: 60px;
  }

  .category-heading-content > h2 .awe-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .flight-item .item-body,
  .trip-item .item-body,
  .attraction-item .item-body,
  .hotel-item .item-body {
    padding: 15px 24px;
  }

  .flight-item .item-price-more,
  .trip-item .item-price-more,
  .attraction-item .item-price-more,
  .hotel-item .item-price-more {
    padding: 0 24px;
  }

  .search-box .form-search .form-item input {
    padding: 0 25px;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
  }

  .awe-search-tabs {
    margin-top: -34px;
  }

  .awe-search-tabs .ui-tabs-nav {
    height: 34px;
    padding: 0 10px;
  }

  .awe-search-tabs .ui-tabs-nav li .ui-tabs-anchor .awe-icon {
    width: 36px;
    height: 34px;
    line-height: 34px;
  }

  .heading-content h2 {
    font-size: 24px;
  }

  .heading-content p {
    font-size: 18px;
  }

  .destination-grid-content .section-title h3 {
    font-size: 18px;
  }

  .sale-flight-popup,
  .room-type-popup .room-type-popup-inner {
    padding: 20px;
  }

  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-kids,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-adult,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkin,
  .product-tabs__content .ui-tabs-panel .check-availability .form-elements.form-checkout {
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 20px;
  }

  .travelling-block .title h2 {
    font-size: 24px;
  }

  .travelling-block {
    padding: 15px;
  }

  .purpose-slider {
    padding: 0 25px;
  }

  .destination-list__content .destinations-item .item-body .item-footer ul li {
    margin-bottom: 10px;
  }
}
/* 15.   Revolution slider
--------------------------------------------------------------------------------*/
#slider-revolution ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.slider-caption-sub {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}

.slider-caption-sub.slider-caption-sub-1 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 28px;
}

.slider-caption-sub.slider-caption-sub-3 {
  font-size: 26px;
  font-family: 'Open Sans';
}

.slider-caption {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato';
  line-height: 1;
}

.slider-caption small {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-family: 'Hind';
  font-size: 30px;
  color: #fff;
  line-height: 1.15em;
}

.slider-caption.slider-caption-1 {
  font-weight: bold;
}

.slider-caption.slider-caption-2 {
  font-weight: bold;
  font-size: 80px;
}

.slider-caption.slider-caption-3 {
  font-size: 80px;
}

.slider-icon {
  padding: 5px 0;
  display: inline-block;
}

.awe-btn.awe-btn-slider {
  font-size: 14px;
  padding: 10px 30px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

/*# sourceMappingURL=style.css.map */




/*Modal*/
#login .modal-dialog {
  /* max-width: 50%; */
  margin: 90px auto 0 auto;
}
#login .close {
  color: #fff;
  transform: scale(2);
  min-width: 24px;
  line-height: 0px;
  height: 20px;
  box-shadow: none;
  background: #212529a8;
  z-index: 999999;
  position: relative;
  transform: scale(2);
  top: -12px;
}
 
 
#login  .modal-content {
  /* background: linear-gradient(to bottom right,#F87E7B,#B05574); */
  background:none;
}
#login  .modal-body {
  position: relative; 
} 

* {
	box-sizing: border-box;
}

 

#login  h1 {
	font-weight: bold;
	margin: 0;
}

#login  h2 {
	text-align: center;
}

#login  p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

#login  span {
	font-size: 12px;
}

#login  a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
}
#login  h1{
 font-size:20px ;
}

#login  button {
	border-radius: 20px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0;
	letter-spacing: 1px;
  opacity: 1;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}
#login  button.signin, #login  button.signup{
  padding: 12px 45px;
  border: none; 
  margin: 10px;
}

#login  button.signin{ 
  background-color: #008CFF ; 
}
#login  button.signup{ 
  background-color: none; 
  border: 2px solid;
}

#login  button:active {
	transform: scale(0.95);
}

#login  button:focus {
	outline: none;
}


#login  button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

#login  form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 20px;
	height: 100%;
	text-align: center;
 
}

/* #login  input { 
  border: none;
    padding: 20px 0 5px;
    margin: 8px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 400;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 13px;
} */
#login  input:focus {  
  border-bottom: 3px solid #FF007F; 
  transition-delay:calc(4);
}

#login  #user_phone:after{
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='5' stroke-dasharray='20%2c 25' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

#login  .container {
	background-color: #fff;
	border-radius: 10px;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%; 
  padding: 40px 20px;
}

#login  .form-container {
	/* position: absolute; */
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

#login  .sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}
#login  .otp-container {
	left: 0;
	width: 100%;
	z-index: 2;
}
#login  #login  .container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

#login .sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

#login  .container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

#login  .overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

#login  .container.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

#login .overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

#login  .container.right-panel-active .overlay {
  	transform: translateX(50%);
}

#login  .overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

#login .overlay-left {
	transform: translateX(-20%);
}

#login .container.right-panel-active .overlay-left {
	transform: translateX(0);
}

#login  .overlay-right {
	right: 0;
	transform: translateX(0);
}

#login .container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

#login  .social-container {
	margin: 20px 0;
}

#login .social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
} 

/* div#otp {
  position: absolute !important;
  top: 22px;
  left: 15px;
  z-index: 9999;
  width: 95% !important;
  height: 508px;
} */

#otp form input{ 
  width:50px;
  height:50px;
  text-align:center;
  margin: 8px;
  top:0;
  left: 0; 
}



.minus, .plus {
  width: 25px;
  height: 25px;
  background-color: #EA6A9E;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  min-width: 25px;
}
.num {
  padding: 0 10px;
  color: #000;
  display: inline-block;
}

.div-2{
  width: 50%; display: inline-block;
}
.close.otp-pop{    
  background: #e8e8e8;
    position: relative;
    top: 30px;
    right: auto;
    padding: 5px 7px !important;
    left: 30px;
    float: left;
    color: #444 !important;
    z-index: 999;
}
 

/* --------------------------------------------------------------------------------*/
/* 16.   Custome Dropdown
--------------------------------------------------------------------------------*/
.paxContent {
  display: none;
  background: #fff;
  position: absolute;
  top: 48px;
  left: 0;
  width: 300px; 
  box-shadow: 0 5px 5px rgb(0 0 0 / 30%); 
  border-radius: 0 0 4px 4px;
  z-index: 100;
}

 .paxContent1 {
  display: none;
  background: #fff;
  position: absolute;
  width: 300px; 
  box-shadow: 0 5px 5px rgb(0 0 0 / 30%); 
  border-radius: 0 0 4px 4px;
  z-index: 100;
}

#roomshtml {
  max-height: 345px;
  overflow: auto;
}
.box {
  margin-top: 0px;
  border-bottom: 1px solid #e8e9eb;
  padding: 6px 6px 6px 6px;
  clear: both;
  height: auto;
  overflow: auto;
  font-size: 14px;
  -o-animation-name: animateElement;
  -moz-animation-name: animateElement;
  -webkit-animation-name: animateElement;
  animation-name: animateElement;
  -o-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -o-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -o-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.roomTxt {
  color: #000;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
    background: #eee;
    padding: 5px;
}
.txt {
  display: block;
  padding-top: 2px;
  text-align: left;
  color: #000;
}
.txt em {
  font-size: 11px;
  color: #737373;
  display: block;
  font-style: normal;
  margin: 5px 0 10px 0;
}
 
 
.spacer {
  height: 10px;
  clear: both;
}
.fnt30 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
}
.addroom {
  margin-top: 4px;
  color: #44aa00;
  padding: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-left: 6px;
  margin-bottom: 6px;
  font-size: 13px;
  border: 1px solid #008CFF ;
  padding: 6px 6px;
  float: left;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-decoration: none;
  cursor: pointer;
}
 
.exitroom {
  color: #fff !important;
  background: #ed3a53;
  float: right;
  margin-right: 6px;
  border-color: #ed3a53;
  display: block;
  width: 32%;
  text-align: center;
}
.down_arw_htl {
  border: solid black;
  border-width: 0 1px 1px 0; 
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: 8px;
  margin-left: 10px;
  float: right;
}
.htl_guests {
  border-bottom: #ccc 1px solid;
  cursor: pointer;
}

.show{display:block !important;}


.quantity-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin: 0 auto; 
  border-radius: 10px; 
}

.quantity-btn { 
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 8px;
  cursor: pointer;
}
.quantity-btn svg {
  width: 15px;
  height: 15px;
}
input.quantity-input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 47px !important;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#footer-page .widget-text1{
  margin-top: 15px;
}
#footer-page .widget-text1 p{
  font-size: 18px;
  color: #767E86;
}
.email-footer .form-control {
  border-radius: 50px;
  height: 50px;
  border: 1px solid #C4C4C4;
  padding: 15px;
  font-weight: normal;
  padding-right: 50px;
}
.email-footer {
  position: relative;
}
.email-footer .btn-go {
  background: #475df6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 6px;
  color: #fff;
  font-size: 16px;
}
.seat.tooltipped{
  width: 16px !important;
}
.bus_rows{
  display: flex !important;
}
/* start Top-icon */

.top-ico img {
  height: 40px;
  width: auto;
}

.app-screen {
  padding: 2% 20% !important;
}
.app-link {
  display: inline-flex;
}
.app-link img {
  max-width: 70%;
}
/* end Top-icon */


.fnt13 {
  line-height: 33px;
}




/* booking conform */

.booking-container {
  max-width: 1320px;
  margin: auto;
}
.bus-detial-mainDiv {
display: flex;
flex-wrap: wrap;
}
.cites-name  {
  display: flex;
  align-items: center;
}
.hotel-name {
  display: block;
  align-items: center;
}

.cites-name h4 {
  font-size: 30px;
  margin: 0;
}
.hotel-name h6 {
  font-size: 24px;
  margin: 0;
}
.cites-name span {
  margin: 0 10px;
  font-size: 30px;
  color: #000;
}
 
.bus-timing-sec {
  justify-content: space-between; 
  display: flex;
}
 

.toltal-timing-sec {
  text-align: center;
}
.toltal-timing-sec span {
  display: block;
}

.seat-detail {
  background: #E6EFFF; 
  border: 5px solid #ffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.seat-detail .s-number {
  font-size: 18px;
  margin: 0;
}

.s-number-inner {
  padding-left: 5px;
}

.d-flex {
  display: flex;
}


@media screen and (max-width: 767px) {
  .d-flex {
    display: inherit !important;
  }
  .awe-search-tabs .ui-tabs-nav li{
    width: 100% !important;
    padding: 0px 0px 5px 5px !important;
  }
  .awe-search-tabs .ui-tabs-nav li .ui-tabs-anchor .awe-icon{
    height: 50px !important;
  }
  ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    display: flex !important;
    align-items: center  !important;
    height: 105px  !important;
    gap:3px !important;
}
  .app-screen {
    padding: 18px !important;
  }
  .d-flex.flex-column {
    margin: 0 0 15;
  }

  .article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: -webkit-box;
  }

  .product-title {
    width: 100%;
  }

  .room-type-table {
    width: 100%;
    min-width: fit-content;
  }

  }

.s-number-inner h4 {
  font-size: 22px;
  margin: 0;
  margin-left: auto;
  color: #767E86;
  line-height: 1;
  display: flex;
}

.s-number-inner p {
  width: 75%;
}

.s-number-inner h4 span {
  min-width: 45px;
  display: inline-block;
  text-align: right;
}

.seat-detail p {
  margin-bottom: 0;
  font-weight: 600;
}

.coupon-code h4 {
  font-size: 22px;
  margin: 0;
  margin-left: auto;
  color: #E41A73 ;
  min-width: 60px;
  text-align: right;
}

.coupon-code {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 5px;
}

.coupon-code .text-black {
  color: #000;
}

.coupon-code .text-danger {
  color: #E41A73 ;
}

.coupon-code .s-number-inner {
  padding-left: 5px;
}

.final-p-sec {
  display: flex;
  align-items: center;
  color: #000;
}

.final-p-sec h4 {
  width: 24%;
  margin: 0;
  margin-left: auto;
  text-align: right;
  font-size: 22px;
}

.s-number-inner h4 i.fa {
  margin-top: 3px;
}
.bg-white{
  background-color: #fff;
}
.bus-detial {
padding-top: 15px;
}
.traveler-details-form {
margin-top: 30px;
background: #fff;
padding: 30px;
}
.traveler-details-heading h4 {
font-size: 34px;
font-weight: 700;
}
.traveler-details-heading span {
margin-left: 15px;
}
.traveler-details-heading {
margin-bottom: 10px;
}
 
.traveler-details-form .form-group label {
font-weight: 600;
color: #7B7B7B;
}
.traveler-details-form .form-control::placeholder {
color: #000;
}
.traveler-details-form .form-control {
background: transparent;
box-shadow: none;
border-bottom: 1px solid #ADA4A5;
border-radius: 0;
color: #000;
}
.traveler-details:after {
content: "";
display: block;
clear: both;
}
.traveler-details {
display: flex;
align-items: end;
}
.prime-guest {
 
  padding: 15px;
  margin-bottom: 10px;
}
.prime-guest h6{  
  color: #008CFF;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

@media screen and (max-width:991px){
.bus-detial-mainDiv,.traveler-details{
display: flex;
}
.bus-detial {
padding: 15px;
}
.filter-item-wrapper {
  display: inherit !important;
  width: 100% !important;
}
.category-heading-content .find .form-elements .awe-icon{
  left: 87% !important;
    top: 9px !important;
}
i.awe-icon.awe-icon-marker-1 {
  top: 15px !important;
}
}


/* -----price----------- */
.pinkText {
  color: #E41A73 ;
}
.prcBreakup__hdr {
  border-bottom: 1px solid #d8d8d8;
  color: #000;
  font-size: 14px;
  font-weight: 900;
  padding: 30px 0 15px 20px;
  text-transform: uppercase;
}

.prcBreakup__cont {
  padding: 0 20px;
}
.prcBreakup__cont p{padding: 0;     margin: 0;}  
.prcBreakup__row {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
}
.pricBreakup__row {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
}
.prcBreakup__lft {
  flex: 1;
}

.small {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 12px;
}

.prcBreakup__rht {
  flex-shrink: 0;
  margin-left: 10px;
  text-align: right;
}
.prc-rtlt-col {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.room-brk {
  display: flex;
  color: #000;
  font-weight: 700;
}
.room-brk  span{
  padding: 0 5px;
}
.prcBreakup__total {
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #d8d8d8;
  padding: 15px 20px;
}

.chkCont__col {
  background-color: #f2f2f266;
  padding: 10px;
  margin-top: 20px;
}

.chkCont__col p {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  margin: 0;
}
.chkCont__col .thick {
  font-weight: 700;
}


.book-for {
  display: flex;
  font-size: 16px;
  color: #444;
  background: #eee;
  padding: 10px;
}
.appendRight20 {
  margin-right: 20px;
} 
.radioOuter {
    display: inline-flex;
    position: relative;
}

.radioOuter [type=radio]:not(:checked)+label, .radioOuter [type=radio]:yes(:checked)+label, html[dir=ltr] .radioOuter [type=radio]:checked+label {
  cursor: pointer;
  display: inline-flex;
  line-height: 20px;
  padding-left: 16px;
  position: relative;
      margin: 0;
       font-size: 16px;
}
.rd-lb {
  padding-left: 10px;
  padding-top: 10px;
}

.bt-link {
  padding: 5px 10px;
  clear: both;
  background: #f8f7f7;
  margin: 1px;
}

.bt-link a {
  padding: 10px;
}


.rating-bg{
background: linear-gradient(91.97deg, #FF6161 14.73%, #FF61DC 97.52%);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
border-radius: 40px;
padding: 5px 10px;
font-size: 14px;
display: inline-block;
color: #fff;
}


.reset-bt{
background: #e6e6e6;
border-radius: 30px;
font-size: 14px;
color: #172133;
}


.wt-sdw-box{
background: #FFFFFF;  
padding: 15px 0px;
}
 

.filter h3{  
    font-size: 16px;
    font-weight: bold; 
    margin-bottom: 10px;
}

.filter .div2 { 
  max-width: 90%;
  margin-left: 10px; 
  font-size: 14px;
  color: rgb(74, 74, 74);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter .select-bt{ 
  background: transparent ;
  border: 1px solid #a8a8a8 ;
  color: #a8a8a8 ;
box-shadow: 0px 10px 40px rgba(29, 22, 23, 0.07);
border-radius: 6px;
padding: 5px 7px;
white-space: nowrap;
margin: 10px 5px 10px 0px;
text-align: center;
font-size: 12px;
display: inline-block;
cursor: pointer;
}
.filter .select-bt.active{ 
  background: #FFFFFF;
  border: 1px solid #1489E1 ;
  color: #1489E1 ;
  }
 
i.ico img {
    height: 34px;
}

.select-bt-ico{  
  background: #fff;
  width: 45%;
  padding: 10px 5px;
  border: 1px solid #fff;  
  text-align: center;
  margin: 5px;
  color: #adadad;
  border-radius: 16px;
  cursor: pointer;
  display: inline-block;
border-radius: 8px;
border: 1px solid #ADADAD;
vertical-align: top;
}
.select-bt-ico p {
  padding: 10px 0 0;
  font-size: 14px;
}
 .select-bt-ico.active{ 
  background: #FFFFFF;
border: 1px solid #1489E1 ;  
color: #1489E1 ;
  }
.btico2 {
    width: 28% !important;
}
.btico2 i.ico {
  font-size: 24px;
}
.btico2 p {
  padding: 2px 1px;
  margin: 2px 1px;
  font-size: 12px;
}
  .select-seats {
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
  }

.filter-cont { 
  text-align: center;
    padding: 5px 8px ;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    font-size: 13px;
    font-weight: 700;
    color: #9b9b9b;
    margin-left: 9px;
    justify-content: center;
    cursor: pointer;
}


.filter-cont.selected {
  border: 1px solid #FF416C;
  color: #FF416C;
}
.seatmap-price-filter {
  padding: 10px  ;
  background: #f8f8f8;
}

.filter-lagend {
  text-align: center;
  padding: 5px 8px;
  font-size: 13px; 
  color: #444;
  margin-top: 15px;
}
 
.filter-lagend img {
    height: 24px;
}
.seat-setting {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
  border: 1px solid rgb(205, 205, 205);
  border-radius: 5px;
  padding: 7.5px 9.5px 8.5px 38.5px;
  margin: 25px;
}

.seats{
  position: relative;
  overflow-y: visible;
  cursor: pointer;
  border-radius: 7px;
  zoom: 1.2;
}

.seat-icon {
  position: absolute;
  cursor: pointer;
  transform: rotate(90deg);
}

.seat-no {
  padding: 5px;
  text-align: right;
  font-size: 16px;
  margin-right: 4%;
}
.seat-no span {
  border: 1px solid #28a745;
  padding: 5px;
  color: #28a745;
  font-weight: 700;
}
.pick-drop label {
  color: #444;
}
 .pick-drop select {
  width: 100%;
}


.dlCodes {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 8px 0 #0000002e; 
  margin-top: 20px;
}
.dlCodes__list {
  grid-row-gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 18px;
  padding-left: 0 !important;
}
.copoen-main{
  justify-content: space-between;
}

.dlCodes__listItem {
  background-color: #f4f4f4;
  border: 1px dashed #cbcbcb;
  border-radius: 4px;
  display: flex;
  padding: 15px;

}
.dlCodes__listItemCode {
  display: flex;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  word-break: break-word;
  margin: 0;
}
.dealCode__truncate {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dlCodes__listItemDtl p {
  margin: 0;
}
.dealPrice { 
  margin-left: 10px;
}
.flexOne{
  flex: 1;
}

/* -----------passanger detail booking -------------- */
.passenger_info_content_block {
  box-shadow: 0 0 4px 0 hsla(0,0%,64%,.5); 
  background: #fff; 
  padding: 15px;
  margin-bottom: 10px;
}
.passenger_info_content_block h6.text-center {
  border-bottom: 1px solid #eee;
}
.edit_information h5 {
  margin-top: 20px;
}
.edit_information h5 i {
  padding-right: 10px;
  color: #1362f6;
}
.prime-guest h6 strong {
  font-weight: normal;
  color: #444;
}
.category-heading-section-bus.option-hd {
  background-position: center !important;
}

  /* ------ Invoice ------- */

  .invoice-container {
    margin: 15px auto;
    padding: 70px;
    max-width: 850px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.text-3 { 
  font-size: 1rem !important;
  color: #535b61;
}
.fw-700 {
  font-weight: 700 !important;
} 
.pnr {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e9f4fa;
  border: 1px solid #fff;
}
.bg-light-4 {
  background-color: #eff0f2 !important;
}
@media (max-width: 767px){
.invoice-container {
    padding: 35px 20px 70px 20px;
    margin-top: 0px;
    border: none;
    border-radius: 0px;
}
.offset-2 {
  margin-left: 0%;

}

.flight-item .item-price-more {
  padding: 10px ;
  margin: 0;
  width: 100%;
  clear: both; 
  float: none;
  border-top: 1px dotted #444;
  display: flex;
}
.flight-item .item-price-more::after {  
  border-left: none;
 
}

/* ---------radio select----------------- */

.select-flight {
  --primary: #f00;
  --other: #444;  
  justify-content: right;
    display: flex;
    width: 33%;
}

/* label */
.select-flight label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
  position: relative;
}


/* input */
.select-flight  input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}


/* .design */
.select-flight  .design {
  width: 24px;
  height: 24px;
  border: 2px solid var(--other);
  border-radius: 100%;
  margin-left:  6px;
  position: relative;
}

.select-flight  .design::before,
.select-flight .design::after {
  content: "";
  display: block; 
  width: inherit;
  height: inherit; 
  border-radius: inherit; 
  position: absolute;
  transform: scale(0);
  transform-origin: center center;
}

.select-flight  .design:before {
  background: var(--other);
  opacity: 0;
  transition: .3s;
}

.select-flight  .design::after {
  background: var(--primary);
  opacity: .4;
  transition: .6s;
}


/* .text */
.select-flight  .text {
  color: var(--other);
  font-weight: bold;
}


/* checked state */
.select-flight  input:checked+.design::before {
  opacity: 1;
  transform: scale(.6);
  top: -2px;
  left: -2px;
  background: #ff0565;
}


/* other states */
.select-flight  input:hover+.design,
.select-flight  input:focus+.design {
  border: 1px solid var(--primary);
}

.select-flight  input:hover+.design:before,
.select-flight input:focus+.design:before {
  background: var(--primary);
  top: -1px;
  left: -1px;
}

.select-flight input:hover~.text {
  color: var(--primary);
}

.select-flight  input:focus+.design::after,
.select-flight  input:active+.design::after {
  opacity: .1;
  transform: scale(2.6);
 
}

.widget.air {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.airbus {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding:5px 5px 10px 5px;
}
.airbus img {
  height: 40px;
}

/* ------------checkbox--------------- */
 

.styled-checkbox {
  position: absolute;  
  opacity: 0;  
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: contents;
  }

  
  .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #BEC2CE;
    box-shadow: 0 0 5px #ccc; 
  }

  .styled-checkbox:hover + label:before {
    background: #F16487;
  }
  
 
  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
 
  .styled-checkbox:checked + label:before {
    background: #F16487;
  }
  
   
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }

  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }

  .styled-checkbox + label:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 13px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 
      2px 0 0 white,
      4px 0 0 white,
      4px -2px 0 white,
      4px -4px 0 white,
      4px -6px 0 white,
      4px -8px 0 white;
    transform: rotate(45deg);
    zoom: 1.3;
  }

  .f-detail-pop{
    width: 50%;
    color: #444;
  }
 
  .f-detail-pop ul.nav  {
    background:#eee;
    border-radius:50px;
    padding:10px ; 
  }
  .f-detail-pop .nav li{
    border-radius:50px; 
    background:#eee; 
    padding: 10px;
    font-size: 12px;
    width: 17%;
    text-align: center;
  }
  .f-detail-pop .nav li a{border-radius:50px; color:#444 !important;  }

  .f-detail-pop li.active {
    background: #f00;
}
  .f-detail-pop .nav li.active a{   
      border:none; 
      color:#fff !important; 
      }
    .f-detail-pop  .tab-content {
      padding: 20px 25px;
  }

  .f-pop-top{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #ccc;
  }

  .txt-b2-airn {
    font-size: 14px;
    color: #1e1f1f;
}
.txt-b3 {
  font-size: 11px;
  color: #737373;
}
.txt-b1-round {
  font-size: 18px;
  font-weight: 700;
}

.txt-cty-round {
  font-size: 11px;
  font-weight: 600;
  color: #525252;
}
.txt-b2dep {
  font-size: 11px;
  color: #333;
}
.border-b2 {
  border: 1px solid #CCC;
}
.hz3 {
  height: 30px;
  line-height: 30px;
}
.border-bot4 {
  border-bottom: 1px solid #CCC;
}
 
.fareRuls, .baggagerule {
  margin-bottom: 12px;
}

.frtbl_hd {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  display: block;
}
.baggagerule table tr th, .baggagerule table tr td {
  padding: 10px 13px;
}
.baggagerule  table, .fareRuls table{
  border:1px solid #ddd;
}
.termsbagg ul {
  margin: 0 0 0 17px;
}
.termsbagg ul li {
  font-size: 12px;
  list-style: disc;
  margin-bottom: 4px;
}
.flgi-l { 
  float: left;
  width: 32px;
  margin-right: 10px;
}
.flgi-l2 p {
  margin: 0;
}


.fareRuls table tr th, .fareRuls table tr td {
  padding: 5px 5px;
}

.terms {
  color: #000;
  font-size: 10px;
  height: 115px;
  overflow-x: hidden;
  padding: 0;
}

 
.sticky_bottom {
  background: #4a4a4a;
  border-top: 1px solid #fff;
  bottom: 0;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  position: fixed;
  width: 100%;
  z-index: 200;
}

.f-final p {
  padding: 0;
  margin: 0;
  line-height: 15px;
  font-size: 12px;
}

.final-price{
  font-size: 16px !important;
  font-weight: 700;
}

.stk_btm_section {
  border-right: 1px solid #bcbcbc;
  margin-top: 3px;
  padding: 0 30px;
}
.dprtBg {
  background-color: #CC1453;
  padding: 10px;
  float: left;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.flight-item .info {
  padding: 10px;
}

.flight-item .info .f-detail-pop {
  width: 100%;
}

.flight-item .info  .f-detail-pop .nav li{
  width: 25%;
}
.flight-item .info  .item-price-more{
  padding: 0;
}
.flight-item .info  .f-detail-pop ul.nav {
  background: #eee;
  border-radius: 0;
  padding: 5px;
}

@media (min-width: 1300px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1232px;
}
}




/* Tabs panel */
.tabbable-panel { 
  padding: 10px;
}
.tabbable-panel .tab-content>.active {
  display: inline-flex;
}
/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373 !important;
  padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
}
.tabbable-line > .nav-tabs > li > a > img{
  padding: 0 5px;
  height: 30px;
  width: auto;
  position: relative;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333 !important;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
#tabsAddons, #tabsAddons2, #tabsAddons3 {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  float: left;
}
#tabsAddons li, #tabsAddons2 li, #tabsAddons3 li {
  margin-right: 3px;
}
#tabsAddons li, #tabsAddons2 li, #tabsAddons3 li {
  float: left;
  list-style: none;
  margin-right: 15px;
  outline: none;
}

#tabsAddons li a, #tabsAddons2 li a, #tabsAddons3 li a {
  color: #2196f3;
  display: block;
  outline: none;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 0 8px 0;
  font-weight: 600;
  cursor: pointer;
  margin-right: 0;
  margin-bottom: 5px;
}
#tabsAddons li a, #tabsAddons2 li a, #tabsAddons3 li a {
  padding: 8px 8px;
}



.bdr_active {
  background-color: #2196f3;
  color: #ffffff !important;
  border-radius: 4px;
}
.bdr_btm {
  color: #2196f3;
  float: left;
  margin-right: 10px;
  outline: none;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 6px;
  font-weight: 600;
  cursor: pointer !important;
  border: 1px solid #2196f3;
  border-radius: 4px;
}

.container_Addons, .container_Addons2, .container_Addons3 {
  clear: both;
  width: 100%;
  text-align: left;
  float: left;
  margin: 12px 0;
}

.fli_col {
  width: 100%;
  float: left;
}

.fli-lft {
  width: 10%;
  float: left;
}
.fli-rit {
  float: left;
  margin-left: 10px;
  width: 63%;
}
.clr {
  clear: both;
}
.travlr_col {
  width: 85%;
  float: left;
  border: 1px solid #eae9e9;
  border-radius: 4px;
  margin: 12px 0;
}

.adltSec {
  width: 100%;
  padding: 8px;
}
.higbg {
  background: #f7f5f5;
}
 
.new-t {
    width: 27%;
    display: inline-block;
    text-align: left;
}
.new-t {
    width: 40%;
    font-size: 14px;
    float: left;
}
.new-t {
  width: 27%;
  display: inline-block;
  text-align: left;
}
.t-center-new {
  width: auto;
  font-size: 13px;
  background: #093;
  float: left;
  border-radius: 3px;
  padding: 2px 4px;
  color: #fff;
}

.t-right-new {
  width: auto !important;
  display: inline-block;
  text-align: right;
  float: right;
}

.t-right-new {
  width: 33%;
  display: inline-block;
  text-align: right;
}

.t-nw-cut-p {
  font-size: 12px;
  display: inline-block;
  float: right;
  margin-right: 5px;
  text-align: right;
  text-decoration: line-through;
  margin-top: 2px;
}

.seat_cost2 {
  margin-top: 12px;
  width: 100%;
  float: left;
  padding: 0 10px;
  margin-bottom: 8px;
}
.fr-col-2 {
  width: 50%;
  float: left;
  font-size: 14px; 
}

.offr_seat {
  overflow: hidden;
  width: 86%;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  font-size: 12px;
  background: #e5ffd6;
  margin-top: 4px;
  float: left;
}

.seat_ttl {
  padding: 0;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.mrel {
  position: relative;
}
.seatSectn {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.st-avl{
  background: #e3edf8;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #bddcff;
  float: left;
  margin-right: 12px;
}

.avl-1 {
  background: #e3edf8;
}

.seat_block { 
  width: 100%;
  float: left;
  display: flex;
  margin-top: 5px;
  align-items: center;
}
 
.st_txt {
    color: #737373;
    font-size: 13px;
    line-height: 28px;
}

.flx-wrp {
  flex-wrap: wrap;
}

.mflex {
  display: flex;
}
.seat_typ_bx {
  background-color: var(--white);
  padding: 10px 0;
}
.seat_typ_bx {
  display: flex;
    flex-wrap: wrap; 
}

.seat_typ_bx   .col-type {
  width: 33%;
  display: inline-block; 
  padding: 2px;
  font-size: 11px;
}
.w15 {
  height: 12px;
  width: 12px;
  margin-right: 2px;
  border-radius: 3px;
  display: inline-block;
}

.w15.color1{
  background-color: #093;
}
.w15.color2{
  background-color: #093;
}
.w15.color3{
  background-color: #093;
}
.w15.color4{
  background-color: #093;
}
.w15.color5{
  background-color: #093;
}
.w15.color6{
  background-color: #093;
}
.w15.color7{
  background-color: #093;
}
.w15.color8{
  background-color: #093;
}
.w15.color9{
  background-color: #093;
}

.ico_Rs:before {
  content: " ";
  display: inline-block;
  background: url(../images/icon/black_rupee.png);
  width: 6px;
  height: 8px;
  background-size: 6px 8px;
  margin-right: 2px;
}

.scrollDiv {
  overflow-x: hidden;
  overflow-y: auto;
  height: 550px;
  display: block;
}

.plane {
  margin: 12px auto;
  position: relative;
  display: table;
  width: auto;
  min-width: 320px;
}

.cockpit {
  height: 174px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 5px solid #dfdfdf;
  width: 100%;
}

.cockpit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 390px;
  width: 100%;
  border-radius: 50%;
  border-right: 11px solid #dfdfdf;
  border-left: 11px solid #dfdfdf;
}

.cockpit-top {
  margin-top: 42px;
}

.front {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-top: 32px;
  letter-spacing: .5px;
}

.exit {
  position: relative;
  height: 40px;
}
.fuselage {
  border-right: 11px solid #dfdfdf;
  border-left: 11px solid #dfdfdf;
  padding: 0 5px;
}


.exit:before, .exit:after {
  content: "EXIT";
  font-size: 14px;
  line-height: 18px;
  padding: 0px 2px;
  display: block;
  position: absolute;
  background: green;
  color: white;
  top: 50%;
  transform: translate(0, -50%);
}
.exit:before {
  left: 0;
}
.exit:after {
  right: 0;
}

.wingsLeft {
  position: absolute;
  left: -15px;
  top: 700px;
}
.wingsRight {
  position: absolute;
  right: -15px;
  top: 700px;
} 

.fuselage {
  border-right: 11px solid #dfdfdf;
  border-left: 11px solid #dfdfdf;
  padding: 0 5px;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cabin .seats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}


.seat {
  display: flex;
  flex: 0 0 14%;
  position: relative;
  padding: 3px;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  align-items: center;
}

.seat {
  width: 100%;
  float: left;
}
.seat {
  display: flex;
  flex: 0 0 14%;
  position: relative;
  padding: 3px;
  margin: 0 auto;
}

.viewdtls {
  position: relative;
}
 
.viewdtls:nth-child(2) .dtlflgttext, .viewdtls:nth-child(3) .dtlflgttext{
    left: 8px;
}
 
.seat label {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7rem;
    padding: 4px 0;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    animation-duration: 300ms;
    animation-fill-mode: both;
}

.s_seat_ocu {
    background: #d5d5d5;
    cursor: not-allowed !important;
}

.s_seat_ocu:before {
  content: "X";
  text-indent: 0;
  position: absolute;
  top: 10%;
  left: 50%;
  color: #929292;
  transform: translate(-50%, 0%);
  font-size: 22px;
  font-weight: 500;
}

.viewdtls .dtlflgttext {
  visibility: hidden;
  width: 200px;
  display: flex;
  align-items: center;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 999;
  bottom: 60px;
  overflow: auto;
  margin-left: -40px;
}

.viewdtls:hover .dtlflgttext {
  visibility: visible;
}

.dtlflgttext .w40tp {
  min-width: 40px;
  font-size: 16px;
  margin: auto 6px;
  display: flex;
  align-items: center;
  margin-left: 0px;
  font-weight: 600;
}

.dtlflgttext .w60tp {
  width: 74%;
  font-size: 20px;
  display: flex;
  margin: auto;
  padding-left: 12px;
  text-align: left;
  align-items: flex-start;
  border-left: 1px dashed #979797;
  flex-direction: column;
}

.w60tp h6 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.w60tp ul {
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}

.w60tp .price {
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: #fff !important;
}

.w60tp .styp {
  font-size: 11px;
  margin: 0;
  text-transform: capitalize;
}

.dark-blue-bg {
  background-color: #008CFF ;
}
.light-blue-bg {
  background-color:#c9e3ff;
}
.ornage-bg {
  background-color: #F2C77F;
}

.selcetseat {
  background: #86ed4e url(../images/cotpit/check-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 0;
}

.seat label {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.7rem;
  padding: 4px 0;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  animation-duration: 300ms;
  animation-fill-mode: both;
}

.seats > .seat:nth-child(5) {
  margin-left: 23px;
}

.seats > .seat:first-child{
  width: 11px;
  font-size: 12px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: none;
}


.tp_sec_adn {
  position: relative;
  width: 100%;
  vertical-align: middle;
  padding: 5px 0px;
  margin: 0;
}

 .img_sec {
  width: 25%;
  float: left;
  margin-right: 9px;
}

  .dtlsec_adon {
  width: 48%;
  float: left;
}

.meanadons {
  font-size: 13px;
  margin: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.pritag_adon {
  font-size: 17px;
  font-weight: 600;
  float: left;
  width: 100%;
}

.menu_50 {   
  vertical-align: middle;
  padding: 15px 0px;
  border-bottom: 1px solid #DDD7D7;
  align-items: center;
  display: flex;
  color: #000;
  margin: 0 ;
  width: 48%;
}

.qutsec_adon {
  width: 25%;
  float: left;
  margin-left: 10px;
}

.mealPriceRs:before {
  content: '';
  width: 12px;
  height: 12px;
  float: left;
  background: url(../images/icon/black_rupee.png) no-repeat;
  background-size: 12px 12px;
  margin: 6px 1px 0 0;
}

#meal {
  width: 100%;
}

#baggage {
  width: 100%;
}

.baggeage{
  background-color: #eee;
  font-size: 24px;
  padding: 10px;
  text-align: center;
}


 

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #009FFF;
  /* background: linear-gradient(to bottom, #CC1453, #009FFF); */
}
.profile-userpic {
  text-align: center;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: auto;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

 
.dashboard-stat, .portlet {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
    
}
.portlet.bordered {
    border-left: 2px solid #e6e9ec!important;
}
.portlet.light {
    padding: 12px 20px 15px; 
}
.portlet.light.bordered {
    border: 1px solid #e7ecf1!important;
}
.list-separated {
    margin-top: 10px;
    margin-bottom: 15px;
}
.profile-stat {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f4f7; 
  
}
.profile-stat-title {
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.uppercase {
    text-transform: uppercase!important;
}

.profile-stat-text {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
}
.profile-desc-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.profile-desc-text {
    color: #fff;
    font-size: 14px;
}
.margin-top-20 {
    margin-top: 20px!important;
}
[class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-] {
    display: inline-block;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}
.profile-desc-link i {
    width: 22px;
    font-size: 19px;
    color: #fff;
    margin-right: 5px;
} 

.proflCmpltonStats  {
  border-radius: 10px;
  background-color: #eff3f7;
  padding: 18px 10px;
  display: flex; 
}

.proflCmpltonStats {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: calc(var(--font-scale, 1)*20px);
  line-height: 16px;
  color: #008cff;
}

.proflCmpltonStats i{
  padding-right: 10px;
  font-size: 18px;

}
.proflCmpltonStats i.approved{ color: #093;}
.proflCmpltonStats i.reject{ color: #FF4B2B;}
 
.cursorPointer {
  cursor: pointer;
}


.detalCrdHadr {
  display: flex;
  justify-content: space-between;
}



 
.lognDtalComp {
    border-radius: 10px; 
    background-color: #fff;
    padding: 20px 30px 2px;
    margin-bottom: 12px;
}

.profilCompont__dtalLst {
  margin: 0;
  padding: 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  list-style: none;
}

.profilCompont__dtalLstItmContnt {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid #e3e3e3;
  height: 55px;
}

.profilCompont__dtalLstItm:first-child .profilCompont__dtalLstItmContnt {
  border-top: 0;
}

 

.profilCompont__dtalLstItmContnt span:first-child{
  color: #4a4a4a;
  width: 160px;
  margin-right: 20px;
}
.profilCompont__dtalLstItmContnt span:nth-child(2){color: #000; font-weight: 700;}
.profilCompont__dtalLstItmContnt span:nth-child(3){color: #008cff;}

.profilCompont__dtalLstItmContnt span > span{
   color: #093 !important;
}


 .sdeBarNav {
  margin: 25px 20px 0;
  list-style: none;
  padding: 0;
}

.sdeBarNav__navItm {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 27px;
  cursor: pointer;
  font-size: 16px;
  background: #ffffffa8;
  color: #000;
 
  margin: 5px;
  border-radius: 3px;
}
 
.sdeBarNav__navItm i.fa {
  padding: 0 10px;
}
 
 
.sdeBarNav__navItm.active, .sdeBarNav__navItm:hover  { 
  color: #2a8df7;
  background: #fff;
}

.user-detail {
  display: inline-block;
  padding: 0 5px;
  top: 10px;
  position: relative;
}
.user-detail a.hd-link {
  padding-top: 5px;
  display: block;
  text-decoration: underline;
  color: #6d6d6d !important;
}
}

#header-page .header-page__inner{
  box-shadow: 0px 0px 9px 2px #d9d9d96b;
}

.select2.select2-container.select2-container--default{
  height: 36px !important;
  margin-top: 0 !important;
}