
body {
  background: #e7e9ed;
  color: #535b61;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

form {
  padding: 0;
  margin: 0;
  display: inline;
}

img {
  vertical-align: inherit;
}

a, a:focus {
  color: #0071cc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover, a:active {
  color: #0c2f55;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:focus, a:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus,
button:active {
  outline: none;
}

p {
  line-height: 1.9;
}

blockquote {
  border-left: 5px solid #eee;
  padding: 10px 20px;
}

iframe {
  border: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #0c2f54;
  font-family: "Poppins", sans-serif;
}

.lead {
  font-size: 1.3em;
  line-height: 1.8;
}

/*-------- Preloader --------*/
#preloader {
  position: fixed;
  z-index: 999999999 !important;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#preloader [data-loader="dual-ring"] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  display: inline-block;
  content: " ";
  display: block;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #0071cc;
  border-color: #0071cc transparent #0071cc transparent;
  animation: dual-ring 1.2s linear infinite;
}

@keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* =================================== */
/*  Helpers Classes
/* =================================== */
/* Box Shadow */
.shadow-md {
  -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
}

/* Border Radius */
.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-bottom-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-left-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-right-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* Text Size */
.text-0 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}

.text-1 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.text-2 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.text-3 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.text-4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.text-5 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}

.text-6 {
  font-size: 24px !important;
  font-size: 1.50rem !important;
}

.text-7 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}

.text-8 {
  font-size: 32px !important;
  font-size: 2rem !important;
}

.text-9 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}

.text-10 {
  font-size: 40px !important;
  font-size: 2.50rem !important;
}

.text-11 {
  font-size: 44px !important;
  font-size: 2.75rem !important;
}

.text-12 {
  font-size: 48px !important;
  font-size: 3rem !important;
}

.text-13 {
  font-size: 52px !important;
  font-size: 3.25rem !important;
}

.text-14 {
  font-size: 56px !important;
  font-size: 3.50rem !important;
}

.text-15 {
  font-size: 60px !important;
  font-size: 3.75rem !important;
}

.text-16 {
  font-size: 64px !important;
  font-size: 4rem !important;
}

.text-17 {
  font-size: 72px !important;
  font-size: 4.5rem !important;
}

.text-18 {
  font-size: 80px !important;
  font-size: 5rem !important;
}

.text-19 {
  font-size: 84px !important;
  font-size: 5.25rem !important;
}

.text-20 {
  font-size: 92px !important;
  font-size: 5.75rem !important;
}

/* Line height */
.line-height-07 {
  line-height: 0.7 !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-2 {
  line-height: 1.2 !important;
}

.line-height-3 {
  line-height: 1.4 !important;
}

.line-height-4 {
  line-height: 1.6 !important;
}

.line-height-5 {
  line-height: 1.8 !important;
}

/* Font Weight */
.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

/* Opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

/* Background light */
.bg-light {
  background-color: #FFF !important;
}

.bg-light-1 {
  background-color: #f9f9fb !important;
}

.bg-light-2 {
  background-color: #f8f8fa !important;
}

.bg-light-3 {
  background-color: #f5f5f5 !important;
}

.bg-light-4 {
  background-color: #eff0f2 !important;
}

.bg-light-5 {
  background-color: #ececec !important;
}

/* Background Dark */
.bg-dark {
  background-color: #4f565d54!important;
}

.bg-dark-1 {
  background-color: #191f24 !important;
}

.bg-dark-2 {
  background-color: #232a31 !important;
}

.bg-dark-3 {
  background-color: #2b343c !important;
}

.bg-dark-4 {
  background-color: #38434f !important;
}

.bg-dark-5 {
  background-color: #435161 !important;
}

/* =================================== */
/*  Layouts
/* =================================== */
#main-wrapper {
  background: #f6f7f8;
}
#main-wrapper.boxed {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.section {
  position: relative;
  padding: 50px 0;
  padding: 3.125rem 0;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}
/* =================================== */
/*  Header
/* =================================== */
#header {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
#header .navbar {
  padding: 0px;
}
#header.bg-header2 {
  /*position: inherit;*/
  z-index: 999;
  top: 45px;
  left: 0;
  width: 100%;
  box-shadow: none;
}
#header.bg-header2 .primary-menu .navbar-nav li a {
    color: gray!important;
    font-size: 14px;
}
#header.header-border .header-row {
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}
#header .logo {
  position: relative;
  float: left;
  /*margin-right: 15px;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
#header .header-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  max-height: 100%;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
#header .header-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#header .header-column .header-row {
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #0c2f55;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
  color: #0c2f55;
}
.navbar-light .navbar-nav .show > .nav-link {
  color: #0c2f55;
}

.primary-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
  -webkit-box-ordinal-group: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.primary-menu.navbar {
  position: inherit;
}
.primary-menu ul.navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.primary-menu ul.navbar-nav > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.primary-menu ul.navbar-nav > li > a {
  height: 60px;
  padding-left: 0.85em;
  padding-right: 0.85em;
  color: #0c2e53;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.fix-nav .primary-menu ul.navbar-nav > li > a {
  height: 50px;
  padding-left: 0;
  padding-right: 0.85em;
  color: #0c2e53;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.header-row .logo img {
    width: 65%;
    /*height: 75%;*/
}

.primary-menu ul.navbar-nav > li:hover > a, .primary-menu ul.navbar-nav > li.active > a {
  color: #0071cc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  padding: 5px 0px;
  background-color: transparent;
  color: #777;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
  color: #0071cc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*.primary-menu ul.navbar-nav > li.dropdown:hover > a:after {
  clear: both;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ccc transparent;
  position: absolute;
  border-width: 0px 7px 6px 7px;
  bottom: 0px;
  left: 50%;
  margin: 0 0 0 -5px;
  z-index: 1009;
}*/
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  border: 0px none;
  border-top: 3px solid #ccc;
  padding: 10px 15px;
  /*min-width: 230px;*/
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  z-index: 1021;
  height: auto !important;
}
.primary-menu .dropdown-menu-right {
  left: auto !important;
  right: 100% !important;
}
.primary-menu ul.navbar-nav > li.dropdown-mega {
  position: relative;
}
.primary-menu ul.navbar-nav > li.dropdown-mega > .dropdown-menu {
  width: auto;
  padding: 20px 20px;
  margin-left: 0px !important;
  height: auto !important;
  position: absolute;
}

.primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
  border-right: 1px solid #eee;
  padding: 10px 5px 10px 30px;
}
.primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div:last-child {
  border-right: 0;
}
.primary-menu ul.navbar-nav > li.dropdown-mega .sub-title {
  display: block;
  font-size: 15px;
  margin-top: 1rem;
  padding-bottom: 5px;
  text-align: right;
}
.primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-submenu {
  list-style-type: none;
  padding-left: 0px;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
  left: 100%;
  margin-top: -40px;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after {
  border-top: .4em solid transparent;
  border-right: 0;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow {
  position: absolute;
  min-width: 30px;
  height: 100%;
  right: 0px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.primary-menu .dropdown-toggle:after {
  content: none;
}
.primary-menu ul.navbar-nav > li.login-signup > a {
  position: relative;
}
.primary-menu ul.navbar-nav > li.login-signup > a:before {
  content: '';
  position: absolute;
  display: block;
  border-left: 1px solid #d6dde4;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.primary-menu ul.navbar-nav > li.login-signup > a span {
  background: #8f9dac;
  color: #fff;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  margin-left: 0.4rem;
}

.header-text-light .navbar-toggler span {
  background: #fff;
}

.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu {
  background-color: #252A2C;
  color: #fff;
  border-color: #252A2C;
}
.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
  background-color: #272c2e;
}
.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown:hover > a:after {
  border-color: transparent transparent #252A2C transparent;
}
.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  color: #a3a2a2;
}
.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
  color: #fff;
}
.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
  border-color: #3a3a3a;
}
.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu {
  background-color: #0071cc;
  color: #fff;
  border-color: #0071cc;
}
.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
  background-color: #0071cc;
}
.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown:hover > a:after {
  border-color: transparent transparent #0071cc transparent;
}
.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  color: rgba(250, 250, 250, 0.8);
}
.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
  color: #fff;
}
.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
  border-color: rgba(250, 250, 250, 0.2);
}

@media (max-width: 991px) {
  #header .nav-dark-dropdown.primary-menu:before, .primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    background-color: #252A2C;
  }

  #header .nav-primary-dropdown.primary-menu:before {
    background-color: #0071cc;
  }

  .primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    background-color: #0071cc;
  }
  .primary-menu.nav-dark-dropdown ul.navbar-nav li {
    border-color: #444;
  }
  .primary-menu.nav-dark-dropdown ul.navbar-nav > li > a {
    color: #a3a2a2;
  }
  .primary-menu.nav-dark-dropdown ul.navbar-nav > li:hover > a {
    color: #fff;
  }
  .primary-menu.nav-primary-dropdown ul.navbar-nav li {
    border-color: rgba(250, 250, 250, 0.2);
  }
  .primary-menu.nav-primary-dropdown ul.navbar-nav > li > a {
    color: rgba(250, 250, 250, 0.8);
  }
  .primary-menu.nav-primary-dropdown ul.navbar-nav > li:hover > a {
    color: #fff;
  }
}
/*desktop*/
@media (min-width: 992px) {
    .pr45 {
        padding-right: 45px;
    }
    .address-field .flex-item i {
        font-size: 20px;
        margin-bottom: 15px;
        padding: 15px;
        /*border: 2px solid gray;*/
        border-radius: 50%;  
    }
    .address-field .flex-item.tourist-email .flex-item-icon i {
        border: 2px solid #e9a95f;
        color: #e9a95f;
    }
    .address-field .flex-item.tourist-phone .flex-item-icon i {
        border: 2px solid #07a74e;
        color: #07a74e;
    }
    .address-field .flex-item.tourist-Website .flex-item-icon i {
        border: 2px solid #7dc7e9;
        color: #7dc7e9;
    }
    .address-field .flex-item .flex-item-icon {
        display: block;
    }
    .address-field .flex-item {
        margin: 8px;
        /*flex: 1;*/
        font-size: 14px;
        font-family: sans-serif;
        /*color: #787878;*/
        width: 235px;
        text-align: center;
        box-shadow: 2px 5px 20px 2px #ebebeb;
        padding: 30px 0;
        border: 1px solid #e5e5e5;
    }
    .search-nav {
        margin-right: 10px;
    }
    .fix-nav .header-row .logo img {
        width: 70%;
        height: 50%;
    }
    .fix-nav .header-row .logo {
        width: 145px;
    }
    .search-input-line .sep-input .icon-inside {
        right: 11px;
        left: auto;
    }
    .hotel-brief-info  .hotel-sidebar {
        position: relative;
    }
    .hotel-sidebar {

        /*position: absolute;*/
        width: 100%;
        box-shadow: 2px 5px 9px 2px #ebebeb;
        /*background: #f9f9f9;*/
    }
    .hotel-sidebar.fixed {
        position: fixed;
        top: 70px;
        width: 16%;
        /*background: #f9f9f9;*/
    }
    .detail-slider {
        padding-bottom: 20px;
    }
    .border-left-ashy {
        border-right: 1px solid #eeefef;
        border-left: 0;
    }
    .tours-gallery .modal-content {
        width: 700px;
        height: 600px;
    }
    .tours-gallery .mySlides img {
        width: 700px;
        height: 600px;
    }
    .card-table .stars i {
        font-size: 13px;
    }
    .card-table .title {
        font-size: 15px;
        color: #337ab7;
    }
    .card-table .services span {
        color: #888888;
        font-size: 13px;
    }
    .card-table .hotels-price  span {
        font-size: 12px;
    }
    .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
      content: " ";
      position: absolute;
      top: 50%;
      left: 50%;
      border-color: #000;
      border-top: 1px solid;
      border-right: 1px solid;
      width: 6px;
      height: 6px;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
    }
    .search-input-line .sep-input .form-control.full-col-w {
        width: 95%;
    }
    .subscribe .big-icon {
        font-size: 50px;
    }
    .hotel-sidebar h4 {
        padding: 20px 15px;
        font-size: 19px;
    }
    .index-comment  h4 {
        padding: 20px 15px;
        font-size: 19px;
    }
    .weblog-content {
        padding: 40px 0;
    }
    .blog-sidebar .sidebar-body .side-title {
        font-size: 17px;
    }
    .post-wrapper .post-body h3 a {
        font-size: 24px;
    }
    .blog-sidebar h4 {
        background: #e6e6e6 none repeat scroll 0 0;
        padding: 20px 15px;
        font-size: 19px;
        text-align: center;
    }
    .popular-city img {
        height: 197px;
    }
    .tab-scroll {
        height: 425px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .tab-item .stars {
        display: inline;
    }
    .application .download-link {
        position: absolute;
        top: 25%;
        left: 10%;
        text-align: center;
        line-height: 2em;
    }
    .application .download-link h3 {
        text-align: center;
        padding-bottom: 10px;
    }
    .application .dn-btn img {
        width: 150px;
        height: 60px;
    }
    .application .download-link {
        width: 40%;
    }
    .application img {
        width: 80%;
        height: 370px;
        display: -webkit-box;
    }
    .post-wrapper .post-img {
        width: 100%;
        height: 370px;
    }
    .post-wrapper .post-img-a {
         width: 100%;
        height: 370px;
        display: block;
    }
    .sub-width {
        width: 40%;
        margin: auto;
    }
    .designed-by {
        bottom: 20px;
    }
    input#search-bar {
        padding: 0 20px;
    }
    .search-icon {
        width: 12%;
    }
    input#search-bar {
        width: 88%;
    }
    /*.subscribe .newsletter {
        width: 40%;
    }*/
    /*.subscribe .sub-text {
        width: 25%;
    }*/
    .o-searchbox ul {
        width: 60%;
    }
    .subscribe {
        position: relative;
        padding: 30px;
    }
    .subscribe .subs-input input {
        width: 80%;
    }
    .subs-input {
        /*background: white;*/
        margin-top: 8%;
        position: relative;
        width: 75%;
        margin-right: auto;
        margin-left: auto;
    }
    .subs-input button {
        position: absolute;
        top: 0;
        left: 0;
        background: #03a9f4;
        color: white;
        padding: 5px 18px;
        width: 15%;
        margin-left: 4%;
    }
    .subscribe img {
        width: 80%;
    }
    .hidden-lg {
        display: none !important;
    }
    .header-text-light .primary-menu ul.navbar-nav > li > a {
    color: white;
    }
    .header-text-light .primary-menu ul.navbar-nav > li.login-signup > a span {
    background: rgba(250, 250, 250, 0.4);
    }
    .header-text-light .primary-menu ul.navbar-nav > li.login-signup > a:before {
    border-color: rgba(250, 250, 250, 0.35);
    }
    .header-text-light .primary-menu ul.navbar-nav > li:hover > a, .header-text-light .primary-menu ul.navbar-nav > li.active > a {
    color: #fff;
    }
    .navbar-toggler {
    display: none;
    }

  .primary-menu ul.navbar-nav > li + li {
    margin-left: 2px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
    margin-left: 5px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
    right: -3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow {
    display: none;
  }
  .primary-menu ul.navbar-nav > li.dropdown-mega .sub-title:first-child {
    margin-top: 0px;
  }
}
/*mobile*/
@media (max-width: 991px) {
    .visa-description img {
        width: 100%;
        height: 168px;
    }
    .card-table div:before {
        content: attr(data-card) ;
        font-weight: bold;
        width: 120px;
        display: inline-block;
        color: #000;
        float: right;
        text-align: right;
    }
    .card-table div {
        text-align: left;
    }
    .tourist-event .pr45 {
        display: block;
        padding-top: 10px;
    }
    .address-field {
        padding: 30px;
        line-height: 3;
    }
    .address-field .flex-item i {
        font-size: 23px;
        padding-left: 10px;
        color: #312683;
    }
    .address-field .flex-item {
        width: 100%;
    }
    .no-padding-xs {
        padding: 0;
    }
      .rwd-table tr {
        border-bottom: 1px solid #2f2482;
    }
     .rwd-table .stars {
         display: inline;
     }
    .rwd-table .table thead {
        display: none !important;
    }
    .footer-menu-link ul {
        padding-bottom: 20px;
    }
    .search-nav {
        margin-left: 0;
    }
    .fix-nav .header-row .logo img {
        width: 80%;
    }
    .search-input-line .sep-input .icon-inside {
        left: 8px;
        right: auto;
        font-size: 15px;
    }
    .o-searchbox .sep-input label {
        display: none;
    }
    .tours-gallery .modal-content  {
        width: 350px;
    }
    .tours-gallery .mySlides img {
        width: 350px;
    }
    .nature-nav li a {
        display: inline-block;
        line-height: 2.5;
    }
    .card-table .stars i {
        font-size: 11px;
    }
    .card-table .title {
        font-size: 13px;
        color: #337ab7;
    }
    .card-table .services span {
        color: #888888;
        font-size: 11px;
    }
    .card-table .hotels-price  span {
        font-size: 11px;
    }
    .right-nav-scroll {
        display: none;
    }
    .nav-tabs.style-4 .nav-item .nav-link {
          font-size: 14px;
    }
    #header-nav .navbar-nav li a i {
        display: none;
    }
    .tab-pane .grid-container {
        padding-top: 35px;
    }
    #footer .footer-copyright {
        padding-bottom: 35px;
    }
    .call-btn ,.call-btn:focus ,.call-btn:hover {
        position: fixed;
        bottom: 0;
        background: #00adef;
        display: block;
        width: 100%;
        color: white;
        z-index: 100;
        padding: 8px !important;
    }
    .call-btn i {
        vertical-align: middle;
    }
    .subscribe .big-icon {
        font-size: 40px;
    }
     .nature-top-box {
        /*box-shadow: 0px 0px 5px #e6e6e6;*/ 
        margin: 5px;
        padding-bottom: 10px;
    }
    .post-comment-form #txtCommtentSubject {
        margin-bottom: 5px;
    }
    .hotel-sidebar {
        margin-top: 15px;
    }
    .hotel-sidebar h4 {
        padding: 15px;
        font-size: 17px;
    }
    .index-comment {
        margin-top: 15px;
    }
    .index-comment h4 {
        padding: 15px;
        font-size: 17px;
    }
    .feature-slider-nav .slick-slide {
        width: 140px !important;
        height: 100px;
    }
    .detail-slider .feature-slider img {
        height: 212px;
    }
    .weblog-content {
        padding: 10px 0;
    }
    .p-blog-tags span {
        display: block;
    }
      .weblog-img {
          width: 100%;
          height: 150px;
      }
    .blog-sidebar .sidebar-body .side-title {
        font-size: 17px;
    }
    .post-wrapper .post-body h3 a {
        font-size: 19px;
    }
    .blog-sidebar h4 {
        background: #e6e6e6 none repeat scroll 0 0;
        padding: 13px 15px;
        font-size: 18px;
        text-align: right;
    }
     .sidebar {
        margin-bottom: 20px;
    }
    .filter-title h6 {
        margin-bottom: 0;
    }
    .popular-city img {
        height: 112px;
    }
     .tab-scroll.tours-tab {
        max-height: 395px;
    }
    .tab-scroll {
        height: auto;
        max-height: 318px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .night-xs {
        font-size: 12px;
    }
    .tab-item .stars {
        display: block;
    }
    .tab-item img {
        height: 63px;
    }
    .offer-nav.nav-tabs .nav-item .nav-link {
        padding: 10px 20px;
    }
    #footer .footer-copyright .copyright-text {
        font-size: 12px;
    }
    #footer .box {
        padding-top: 10px;
    }
     #footer .box p ,  #footer .box span {
         color: #636363;
     }
    #content {
        padding-top: 67px;
    }
   #header.bg-header2 {
        position: fixed;
        box-shadow: 0px 0px 5px #e6e6e6 !important
   }
    .hero_in.tours {
        height: 130px;
    }
    .hero_in.tours h1 {
        font-size: 19px;
    }
    .application .download-link {
        position: absolute;
        top: 15%;
        left: 7%;
        text-align: center;
        line-height: 2em;
    }
    .application .download-link h3 {
        text-align: left;
        padding-bottom: 10px;
    }
    .application .dn-btn img {
        width: 130px;
        height: 50px;
    }
    .application .download-link h3 {
        font-size: 17px;
    }
    .application .download-link {
        width: 55%;
    }
    .application img {
        width: 100%;
        height: 190px;
        display: -webkit-box;
    }
    .post-wrapper .post-img {
        width: 100%;
        height: 135px;
    }
    .post-wrapper .post-img-a {
         width: 100%;
        height: 135px;
        display: block;
    }
    .sub-width {
        width: 90%;
        margin: auto;
    }
    .payments-types {
        margin-bottom: 40px;
    }
    .designed-by {
        bottom: 105px;
    }
    .footer-menu ul li {
        text-align: center;
    }
    input#search-bar {
        padding: 0 10px;
    }
    .search-icon {
        width: 20%;
    }
    input#search-bar {
        width: 80%;
    }
    .none-xs {
        display: none !important;
    }
    .call-btn-xs {
        color: #03a9f4;
        font-size: 19px;
        padding: 0 10px;
    }
    /*.subscribe .newsletter {
        width: 90%;
    }*/
    /*.subscribe .sub-text {
        width: 80%;
    }*/
    .add-num {
        font-size: 11px;
    }
     .o-searchbox ul {
        width: 100%;
    }
    .subscribe {
      
    }
    .subscribe .subs-input input {
        width: 80%;
    }
    .subs-input {
        /*background: white;*/
        margin-top: 8%;
        position: relative;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .subs-input button {
        position: absolute;
        top: 0;
        left: 0;
        background: #03a9f4;
        color: white;
        padding: 5px 18px !important;
        width: 19%;
    }
    .subscribe img {
        width: 100%;
    }
    .hidden-xs {
        display: none !important;
    }
      .title-hr {
        border-top:1px solid #2f2582;
    }
  .navbar-toggler {
    width: 20px;
    padding: 10px;
    margin: 18px 5px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #3c3636;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .navbar-toggler span:nth-child(1) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .navbar-toggler span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .navbar-toggler span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 5px;
    left: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .navbar-toggler.open span:nth-child(3) {
    top: 21px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #header .primary-menu {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: transparent;
    margin-top: 0px;
    z-index: 1000;
  }
  #header .primary-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  #header .primary-menu > div {
    overflow: hidden;
    overflow-y: auto;
    max-height: 65vh;
    margin: 18px 0;
  }

  .primary-menu ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
  }
  .primary-menu ul.navbar-nav li:last-child {
    border: none;
  }
  .primary-menu ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.open:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .primary-menu ul.navbar-nav > li > a {
    height: auto;
    padding: 8px 0;
    position: relative;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0;
    position: relative;
  }
  .primary-menu ul.navbar-nav > li.dropdown:hover > a:after {
    content: none;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 0px 0px 15px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
    padding: 0px 15px;
  }
  .primary-menu ul.navbar-nav > li.dropdown-mega .sub-title {
    margin-top: 10px;
    display: block;
    padding: 0;
  }
  .primary-menu ul.navbar-nav > li.login-signup > a:before {
    content: none;
  }
}
/* Secondary Nav */
.secondary-nav.nav {
  padding-top: 12px;
  padding-bottom: 0px;
  padding-left: 8px;
}
.secondary-nav.nav .nav-link {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 10px;
  padding: .6rem 15px;
  color: #e8e8e8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.secondary-nav.nav .nav-link:hover {
  color: #003d71;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.secondary-nav.nav .nav-item:first-child .nav-link {
  margin-left: 0px;
}
.secondary-nav.nav .nav-link span {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
.secondary-nav.nav .nav-item .nav-link.active {
  background: #fff;
  color: #0071cc;
  border-radius: 4px 4px 0px 0px;
}
.secondary-nav.nav.alternate {
  margin-bottom: 10px;
}
.secondary-nav.nav.alternate .nav-link {
  padding: .3rem 15px;
}
.secondary-nav.nav.alternate .nav-item .nav-link.active {
  background-color: transparent;
  color: #fff;
  border-bottom: 3px solid #0071cc;
}

@media (max-width: 1199px) {
  .secondary-nav.nav {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}
/* Page Header */
.page-header {
  margin: 0 0 30px 0;
  padding: 25px 0;
}
.page-header h1 {
  font-weight: normal;
  font-size: 25px;
  margin: 0;
  padding: 5px 0;
}
.page-header .breadcrumb {
  background: none;
  margin: 0 0 8px 2px;
  padding: 0;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-header .breadcrumb > li {
  display: inline-block;
  font-size: 0.85em;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.7;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  padding: 0 7px 0 5px;
  font-weight: 900;
}
.page-header .breadcrumb > li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .breadcrumb > li a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*.page-header.page-header-text-light {
  color: #fff;
}*/
.page-header.page-header-text-light h1 {
  color: #fff;
}
.page-header.page-header-text-light .breadcrumb > li {
  color: rgba(250, 250, 250, 0.8);
}
.page-header.page-header-text-light .breadcrumb > li a {
  color: rgba(250, 250, 250, 0.8);
}
.page-header.page-header-text-light .breadcrumb > li a:hover {
  color: #fff;
}
.page-header.page-header-text-dark h1 {
  color: #0c2f54;
}
.page-header.page-header-text-dark .breadcrumb > li {
  color: #707070;
}
.page-header.page-header-text-dark .breadcrumb > li a {
  color: #707070;
}
.page-header.page-header-text-dark .breadcrumb > li a:hover {
  color: #0071cc;
}

/* =================================== */
/*  Rechare & Bill Payment
/* =================================== */
/* View Plans Link */
.view-plans-link {
  position: absolute;
  right: 0px;
  z-index: 4;
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  text-decoration: underline;
}

/* Plans */
.plans {
  max-height: 380px;
  overflow: hidden;
  overflow-y: auto;
}
.plans.page {
  max-height: 617px;
}
.plans .table td, .plans .table th {
  padding: 1.8rem;
}

/* =================================== */
/*  Booking
/* =================================== */
/*==== Booking Page =====*/
.travellers-class {
  position: relative;
}

.travellers-class-input {
  cursor: pointer;
}

.travellers-class-input[readonly] {
  background: #fff;
}

.travellers-dropdown {
  position: absolute;
  display: none;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.176);
  z-index: 11;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  min-width: 300px;
  width: 100%;
}
.travellers-dropdown .qty .qty-spinner {
  background: none;
  border: none;
  pointer-events: none;
  text-align: center;
  padding: .2rem .2rem;
}
.travellers-dropdown .qty .btn {
    padding:0;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 5px;
    border-radius: 0.25rem !important;
}
.travellers-dropdown .input-group-prepend ,.travellers-dropdown .input-group-append {
    width: 30%;
}
.dropbtn {
    font-size: 13px;
    padding: 9px 5px!important;
    box-shadow: none !important;
    width: 100%;
    text-align: right;
}

@media (max-width: 991px) {
  .travellers-dropdown {
    min-width: inherit;
  }
}
.icon-inside {
  position: absolute;
  right: 15px;
  top: calc(50% - 11px);
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}

.form-control-sm + .icon-inside {
  font-size: 0.875rem !important;
  font-size: 14px;
  top: calc(50% - 13px);
}

.flight-list .flight-item, .train-list .train-item, .bus-list .bus-item {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.flight-list .flight-item .flight-details .time-info small {
  line-height: 15px;
}
.flight-list.round-trip .flight-item .company-info span, .flight-list.round-trip .flight-item .time-info small {
  line-height: 15px;
}

.round-trip-fare small {
  line-height: 14px;
}
.round-trip-fare .company-info img {
  min-width: 26px;
}

.confirm-details .company-info {
  line-height: 15px;
}
.confirm-details .company-info img {
  min-width: 26px;
}
.confirm-details .time-info small {
  line-height: 15px;
}

.promo-code {
  max-height: 150px;
  padding-left: 30px;
}
.promo-code li {
  margin-bottom: 10px;
}

.train-list .train-item .time-info small, .bus-list .bus-item .time-info small {
  line-height: 15px;
}

.date-available {
  border: 1px solid #dee2e6;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.date-available li {
  flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
}
.date-available li + li {
  border-left: 1px solid #dee2e6;
}

body {
  position: relative;
}

/*==== Hotels =====*/
.hotels-list .hotels-item {
  position: relative;
  margin-bottom: 1rem;
}

.hotels-reviews .hotels-reviews-score {
  background: #3FC299;
}

.hotels-amenities span {
  margin-right: .7rem;
  color: rgba(0, 0, 0, 0.4) !important;
}

.hotels-amenities span.cf {
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
  line-height: normal;
}

.hotels-amenities span.disabled {
  color: rgba(0, 0, 0, 0.1) !important;
  cursor: not-allowed;
}

.hotels-amenities-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hotels-amenities-detail span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #888;
}

.review-tumb {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

@media (max-width: 991px) {
  .flight-list .flight-item .flight-details .nav-tabs .nav-item .nav-link {
    font-size: 0.875rem;
    padding: .5rem 0.5rem;
  }

  .round-trip-fare .price {
    font-size: 18px !important;
  }

  .round-trip-fare .time-info span {
    font-size: 15px !important;
  }

  .confirm-details .date {
    font-size: 14px !important;
  }
  .confirm-details .trip-title .trip-arrow {
    font-size: 31px !important;
  }
  .confirm-details .trip-title .trip-place {
    font-size: 15px !important;
  }

  .train-list .train-item .time-info .duration, .bus-list .bus-item .time-info .duration {
    font-size: 13px !important;
  }

  .train-list .train-item .train-name, .bus-list .bus-item .operator-name {
    font-size: 15px !important;
  }
}
@media (max-width: 575px) {
  .flight-list:not(.round-trip) .flight-item .company-info span {
    line-height: 15px;
  }
  .flight-list:not(.round-trip) .flight-item .time-info span {
    font-size: 12px !important;
  }
  .flight-list:not(.round-trip) .flight-item .price {
    font-size: 13px !important;
  }
  .flight-list:not(.round-trip) .flight-item .btn-book .btn {
    width: 100%;
    margin-top: 5px;
  }
  .flight-list:not(.round-trip) .flight-item .flight-details .time-info span {
    font-size: 22px !important;
  }
  .flight-list .flight-item .flight-details .trip-title .trip-place {
    font-size: 15px !important;
  }
  .flight-list .flight-item .flight-details .trip-title .trip-arrow {
    font-size: 31px !important;
  }

  .round-trip-fare .price {
    font-size: 16px !important;
  }
  .round-trip-fare .time-info span {
    font-size: 13px !important;
  }

  .confirm-details .trip-title .trip-arrow {
    font-size: 22px !important;
  }
  .confirm-details .date {
    font-size: 13px !important;
  }
}
/* =================================== */
/*  Elements
/* =================================== */
/* Featured Box */
.featured-box {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.featured-box h3, .featured-box h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.featured-box .featured-box-icon {
  display: inline-block;
  font-size: 35px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 45px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #546d89;
  border-radius: 0;
}
.featured-box.style-1, .featured-box.style-2, .featured-box.style-3 {
  padding-left: 50px;
  padding-top: 8px;
}
.featured-box.style-1 .featured-box-icon, .featured-box.style-2 .featured-box-icon, .featured-box.style-3 .featured-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  font-size: 30px;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-align: center;
}
.featured-box.style-2 p {
  margin-left: -50px;
}
.featured-box.style-3 {
  padding-left: 90px;
  padding-top: 0px;
}
.featured-box.style-3 .featured-box-icon {
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-box.style-4 {
  text-align: center;
}
.featured-box.style-4 .featured-box-icon {
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  width: 110px;
  height: 110px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
}
.featured-box.style-4 .featured-box-icon i.fa, .featured-box.style-4 .featured-box-icon i.fas, .featured-box.style-4 .featured-box-icon i.far, .featured-box.style-4 .featured-box-icon i.fal, .featured-box.style-4 .featured-box-icon i.fab {
  font-size: 46.4px;
  font-size: 2.9rem;
  margin: 0 auto;
}

/* Team */
.team {
  text-align: center;
  margin-bottom: 15px;
  padding: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.team:hover {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.team img {
  margin-bottom: 20px;
}
.team h3 {
  font-size: 18px;
  margin-bottom: 0px;
}
.team p {
  margin-bottom: 0.5rem;
}

/* Accordion & Toggle */
.accordion .card {
  border: none;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  background-color: transparent;
}
.accordion .card-header {
  padding: 0;
  border: none;
  background: none;
}
.accordion .card-header a {
  font-size: 14px;
  padding: 1rem 1.25rem 1rem 2.25rem;
  display: block;
  border-radius: 4px;
  position: relative;
}
.accordion:not(.accordion-alternate) .card-header a {
  background-color: #0071cc;
  color: #fff;
}
.accordion:not(.accordion-alternate) .card-header a.collapsed {
  background-color: #f1f2f4;
  color: #535b61;
}
.accordion .card-header a:before {
  position: absolute;
  content: " ";
  left: 20px;
  top: calc(50% + 2px);
  width: 8px;
  height: 8px;
  border-color: #CCC;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.accordion .card-header a.collapsed:before {
  top: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.accordion .card-body {
  line-height: 26px;
  padding: 1rem 0 1rem 2.25rem;
}
.accordion.accordion-alternate .card {
  margin: 0;
}
.accordion.accordion-alternate .card-header a {
  padding-left: 1.25rem;
  border-top: 1px solid #e4e9ec;
  border-radius: 0px;
}
.accordion.accordion-alternate .card:first-of-type .card-header a {
  border-top: 0px;
}
.accordion.accordion-alternate .card-header a:before {
  left: 5px;
}
.accordion.accordion-alternate .card-header a.collapsed {
  color: #535b61;
}
.accordion.accordion-alternate .card-body {
  padding: 0rem 0 1rem 1.25rem;
}
.accordion.toggle .card-header a:before {
  content: "-";
  border: none;
  font-size: 20px;
  height: auto;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.accordion.toggle .card-header a.collapsed:before {
  content: "+";
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion.accordion-alternate.style-2 .card-header a {
  padding-left: 0px;
}
.accordion.accordion-alternate.style-2 .card-header a:before {
  right: 2px;
  left: auto;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}
.accordion.accordion-alternate.style-2 .card-header a.collapsed:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.accordion.accordion-alternate.style-2 .card-body {
  padding-left: 0px;
}
.accordion.accordion-alternate.popularRoutes .card-header .nav {
  margin-top: 3px;
}
.accordion.accordion-alternate.popularRoutes .card-header .nav a {
  font-size: 14px;
}
.accordion.accordion-alternate.popularRoutes .card-header a {
  padding: 0px 8px 0px 0px;
  border: none;
  font-size: inherit;
}
.accordion.accordion-alternate.popularRoutes .card-header a:before {
  content: none;
}
.accordion.accordion-alternate.popularRoutes .card-header h5 {
  cursor: pointer;
}
.accordion.accordion-alternate.popularRoutes .card-header h5:before {
  position: absolute;
  content: " ";
  right: 0px;
  top: 24px;
  width: 10px;
  height: 10px;
  opacity: 0.6;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.accordion.accordion-alternate.popularRoutes .card-header h5.collapsed:before {
  top: 24px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.accordion.accordion-alternate.popularRoutes .card-body {
  padding: 0;
}
.accordion.accordion-alternate.popularRoutes .card {
  border-bottom: 2px solid #e4e9ec;
  padding: 15px 0px;
}
.accordion.accordion-alternate.popularRoutes .routes-list {
  margin: 1rem 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
.accordion.accordion-alternate.popularRoutes .routes-list a {
  color: inherit;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.accordion.accordion-alternate.popularRoutes .routes-list a:hover {
  color: #0071cc;
  text-decoration: underline;
}

/* Tabs */
.nav-tabs {
  border-bottom: 1px solid #d7dee3;
}
.nav-tabs .nav-item .nav-link {
  border: 0;
  background: transparent;
  font-size: 1rem;
  position: relative;
  border-radius: 0;
  color: #7b8084;
  white-space: nowrap !important;
}
.offer-nav.nav-tabs .nav-item .nav-link {
  border: 0;
  background: #00adef;
  font-size: 1rem;
  position: relative;
  border-radius: 0;
  color: white;
  white-space: nowrap !important;
}
.nav-tabs .nav-item .nav-link.active {
  color: #0c2f55;
}
.nav-tabs .nav-item .nav-link.active:after {
  height: 2px;
  width: 100%;
  content: ' ';
  background-color: #0071cc;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.nav-tabs.flex-column {
  border-right: 1px solid #d7dee3;
  border-bottom: 0px;
  padding: 1.5rem 0;
}
.nav-tabs.flex-column .nav-item .nav-link {
  border: 1px solid #d7dee3;
  border-right: 0px;
  background-color: #f6f7f8;
  font-size: 14px;
  padding: 0.75rem 1rem;
  color: #535b61;
}
.nav-tabs.flex-column .nav-item:first-of-type .nav-link {
  border-top-left-radius: 4px;
}
.nav-tabs.flex-column .nav-item:last-of-type .nav-link {
  border-bottom-left-radius: 4px;
}
.nav-tabs.flex-column .nav-item .nav-link.active {
  background-color: transparent;
  color: #0071cc;
}
.nav-tabs.flex-column .nav-item .nav-link.active:after {
  height: 100%;
  width: 2px;
  background: #fff;
  right: -1px;
  left: auto;
}
.nav-tabs.style-2 {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px 4px 0px 0px;
  border: 0px;
}
.nav-tabs.style-2 .nav-item {
  margin-bottom: 0px;
}
.nav-tabs.style-2 .nav-item .nav-link {
  color: #fff;
  font-size: 13px;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
}
.nav-tabs.style-2 .nav-item .nav-link:hover {
  background: rgba(250, 250, 250, 0.2);
}
.nav-tabs.style-2 .nav-item .nav-link.active, .nav-tabs.style-2 .nav-item .nav-link:hover.active {
  background: #0071cc;
}
.nav-tabs.style-2 .nav-item .nav-link.active:after {
  content: none;
}
.nav-tabs.style-3 {
  border: none;
  margin-bottom: 8px;
}
.nav-tabs.style-3.border-bottom {
  border-bottom: 1px solid rgba(250, 250, 250, 0.3) !important;
}
.nav-tabs.style-4.border-bottom {
  border-bottom: 1px solid rgba(250, 250, 250, 0.3) !important;
}
.nav-tabs.style-3 .nav-item .nav-link {
  color: #8298af;
  margin: 0 10px;
  padding: 0.6rem 0.9375rem;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
.nav-tabs.style-3 .nav-item:first-child .nav-link {
  margin-left: 0px;
}
.nav-tabs.style-3 .nav-item .nav-link.active {
  color: #fff;
}
.nav-tabs.style-2 .nav-item .nav-link:hover.active {
  color: #fff;
}
.nav-tabs.style-3 .nav-item .nav-link:hover {
  color: #a6bcd3;
}
.nav-tabs.style-3 .nav-item .nav-link.active:after {
  height: 3px;
}
.nav-tabs.style-3 .nav-item .nav-link span {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
.nav-tabs.style-4 {
  border: none;
}
/*.nav-tabs.style-4 .nav-item {
  margin-right: 20px;
}*/
.nav-tabs.style-4 .nav-item .nav-link {
  color: gray;
  opacity: 0.75;
  filter: alpha(opacity=65);
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: .7rem;
  font-weight: 500;
  background-color: #ffffff;
}
.nav-tabs.style-4 .nav-item .nav-link.active, .nav-tabs.style-4 .nav-item .nav-link:hover.active {
  color: gray;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-tabs.style-4 .nav-item .nav-link.active::after {
  content: none;
}

.nav-tabs .nav-item {
  margin-bottom: 0px;
}

.nav-tabs:not(.flex-column) {
  border-bottom: 1px solid #d7dee3;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575px) {
  .nav-tabs .nav-item .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    /*margin-right: 10px;*/
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .search-input-2 .form-control {
    border-radius: 0px;
  }
  .search-input-2 .custom-select:not(.custom-select-sm) {
    border-radius: 0px;
    height: calc(3.05rem);
  }
  .search-input-2 .btn {
    border-radius: 0px;
  }
  .search-input-2 .form-group:first-child .form-control, .search-input-2 .form-group:first-child .custom-select {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .search-input-2 .form-group:last-child .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .search-input-2 .form-control:focus, .search-input-2 .custom-select:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .search-input-2 .form-group .form-control, .search-input-2 .custom-select {
    border-left: none;
    border-top: none;
    border-bottom: none;
  }

  /* CSS hack for Chrome */
}
@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
  .search-input-2 .custom-select:not(.custom-select-sm) {
    height: calc(3.00rem);
  }
  .search-input-2 .btn {
    line-height: inherit;
  }
}
@media (min-width: 992px) {
  /*  CSS hack for Firfox */
  @-moz-document url-prefix() {
    .search-input-2 .custom-select:not(.custom-select-sm) {
      height: calc(3.05rem);
    }
    .search-input-2 .btn {
      line-height: 1.4;
    }
  }
}
.input-border {
    border: 1px solid rgb(234, 234, 234);
}
.search-input-line .form-control {
  background-color: transparent;
  border: none;
  /*border-bottom: 2px solid rgb(234, 234, 234);*/
  border-radius: 0px;
  padding-left: 0px !important;
  color: #868686;
}
.search-input-line .form-control::-webkit-input-placeholder {
  color: #ccc;
}
.search-input-line .form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #ccc;
}
.search-input-line .form-control::-moz-placeholder {
  /* FF 19+ */
  color: #ccc;
}
.search-input-line .form-control:-ms-input-placeholder, .search-input-line .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
.search-input-line .custom-select {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(250, 250, 250, 0.5);
  border-radius: 0px;
  padding-left: 0px;
  color: #ccc;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.6)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 13px 15px;
}
.search-input-line .form-control:focus, .search-input-line .custom-select:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search-input-line .form-control:not(output):-moz-ui-invalid:not(:focus), .search-input-line .form-control:not(output):-moz-ui-invalid:-moz-focusring:not(:focus) {
  border-bottom: 2px solid #b00708;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search-input-line .icon-inside {
  color: #999;
}
.search-input-line select option {
  color: #333;
}
.search-input-line .travellers-dropdown input {
  color: #666;
}

/* Easy Responsive Tab Accordion */
.resp-htabs ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  border-bottom: 1px solid #d7dee3;
}

.resp-tabs-list li {
  padding: .5rem 1rem !important;
  margin: 0;
  list-style: none;
  cursor: pointer;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  margin-bottom: -1px !important;
  border-bottom: 2px solid #0071cc;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  font-size: 16px;
  color: #777;
  border: 1px solid #e4e9ec;
  border-top: 0px solid #e4e9ec;
  margin: 0px;
  padding: 1rem 1.25rem;
}
h2.resp-tab-active {
  border-bottom: 0px solid #e4e9ec !important;
  margin-bottom: 0px !important;
  padding: 1rem 1.25rem !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e4e9ec !important;
  background: blue;
}

/* Easy Responsive Vertical tabs */
.resp-vtabs ul.resp-tabs-list {
  margin: 0;
  padding: 0;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  color: #999;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.resp-vtabs .resp-tabs-list li:hover {
  color: #555;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.resp-vtabs .resp-tabs-list li span {
  font-size: 20px;
  text-align: center;
  width: 30px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

h2.resp-accordion span {
  font-size: 20px;
  text-align: center;
  width: 30px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active, .resp-vtabs li.resp-tab-active:hover {
  color: #0071cc;
  -webkit-box-shadow: -5px 0px 24px -18px rgba(0, 0, 0, 0.4);
  box-shadow: -5px 0px 24px -18px rgba(0, 0, 0, 0.4);
  border-radius: 4px 0px 0px 4px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  margin-bottom: 0px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 6px;
  border-color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

h2.resp-tab-active {
  background: #f1f2f4 !important;
  color: #535b61;
}
h2.resp-tab-active i.resp-arrow {
  margin-top: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* Accordion Styles */
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #e4e9ec;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #e4e9ec !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #e4e9ec !important;
}

@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none !important;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content, .resp-htabs .resp-tab-content {
    border: 1px solid #e4e9ec;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #e4e9ec !important;
  }
}
/* Custom Background */
.hero-wrap {
  position: relative;
}
.hero-wrap .hero-mask, .hero-wrap .hero-bg, .hero-wrap .hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-wrap .hero-mask {
  z-index: 1;
}
.hero-wrap .hero-content {
  position: relative;
  z-index: 2;
}
.hero-wrap .hero-bg-slideshow {
  z-index: 0;
}
.hero-wrap .hero-bg {
  z-index: 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 300ms ease-in 200ms;
}
.hero-wrap .hero-bg-slideshow .hero-bg {
  background-attachment: inherit;
}
.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer, .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage, .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
  height: 100%;
}

/* Brands Grid */
.brands-grid {
  overflow: hidden;
}
.brands-grid > .row > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.brands-grid.separator-border > .row > div:after, .brands-grid.separator-border > .row > div:before {
  content: '';
  position: absolute;
}
.brands-grid.separator-border > .row > div:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dotted #e0dede;
}
.brands-grid.separator-border > .row > div:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dotted #e0dede;
}
.brands-grid > .row > div a {
  opacity: 0.7;
  color: #444;
}
.brands-grid > .row > div a:hover {
  opacity: 1;
  color: #0071cc;
}

/* Banner */
.banner .item {
  position: relative;
}
.banner .item img {
  vertical-align: middle;
}
.banner .caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
}
.banner .caption h2 {
  font-size: 19px;
  color: #fff;
}
.banner .caption p {
  color: rgba(250, 250, 250, 0.8);
  margin-bottom: 0px;
}
.banner .rounded .banner-mask, .banner .rounded img {
  border-radius: .25rem;
}
.banner .banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  backface-visibility: hidden;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01), black);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01), black);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), black);
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner .item:hover .banner-mask {
  opacity: 0.95;
  filter: alpha(opacity=99);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Simple ul */
.simple-ul > li {
  position: relative;
  list-style-type: none;
  line-height: 24px;
}
.simple-ul > li:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: -15px;
  border-color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

/* =================================== */
/*  Footer Styles
/* =================================== */
#footer {
  color: #252b33;
  background-color: #d8d8d8;
}
#footer .footer-copyright {
  text-align: center;
}
#footer .footer-copyright .nav .nav-item {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 10px;
}
#footer .footer-copyright .nav .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: #252b33;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-copyright .nav .nav-item .nav-link:focus {
  color: #0071cc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-copyright .nav .nav-link:hover {
  color: #0071cc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-copyright .copyright-text {
  color: #67727c;
  margin: 12px 0 0 0;
  padding: 0;
}
#footer .footer-desc {
    /*margin-top: 10px;*/
    color: #4f4f4f;
    font-size: 14px;
}
#footer .footer-desc p {
    margin-bottom: 0;
}
/* Payments Images */
.payments-types {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 40px;
  z-index: 200;
}
.payments-types li {
  margin: 0px 10px 8px 0px;
  background: white;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  padding: 5px;
}
.payments-types li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}
.payments-types li img {
  display: flex;
  width: 90%;
  height: 90%;
  margin: auto;
}
.rounded-social-buttons {
    margin-top: 30px;
}
.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe !important;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 32px;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.rounded-social-buttons .social-button i {
    font-size: 16px;
}
.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}
.rounded-social-buttons .social-button.telegram {
  background: #00adef;
}
.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}
.payments-types li:hover a {
  opacity: 0.8;
}

/* Newsleter */
.newsletter .form-control {
  height: 46px !important;
  font-size: 14px;
}
.newsletter .btn {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 14px;
}
.newsletter .btn:hover {
  background: #415b78;
}

/* Social Icons */
.social-icons {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.social-icons li {
  margin: 0px 2px 4px;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}
.social-icons li:last-child {
  margin-right: 0px;
}
.social-icons li a {
  background: #03a9f4;
  border-radius: 100%;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  font-size: 16px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-icons li i {
  line-height: inherit;
}
.social-icons.social-icons-sm li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.social-icons.social-icons-lg li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.social-icons.social-icons-dark li a {
  background: #555;
}
.social-icons li:hover a {
  background: #171717;
  color: #FFF;
}
.social-icons li:hover.social-icons-twitter a, .social-icons.social-icons-colored li.social-icons-twitter a {
  background: #00ACEE;
}
.social-icons li:hover.social-icons-facebook a, .social-icons.social-icons-colored li.social-icons-facebook a {
  background: #3B5998;
}
.social-icons li:hover.social-icons-linkedin a, .social-icons.social-icons-colored li.social-icons-linkedin a {
  background: #0E76A8;
}
.social-icons li:hover.social-icons-rss a, .social-icons.social-icons-colored li.social-icons-rss a {
  background: #EE802F;
}
.social-icons li:hover.social-icons-google a, .social-icons.social-icons-colored li.social-icons-google a {
  background: #DD4B39;
}
.social-icons li:hover.social-icons-pinterest a, .social-icons.social-icons-colored li.social-icons-pinterest a {
  background: #cc2127;
}
.social-icons li:hover.social-icons-youtube a, .social-icons.social-icons-colored li.social-icons-youtube a {
  background: #C4302B;
}
.social-icons li:hover.social-icons-instagram a, .social-icons.social-icons-colored li.social-icons-instagram a {
  background: #3F729B;
}
.social-icons li:hover.social-icons-skype a, .social-icons.social-icons-colored li.social-icons-skype a {
  background: #00AFF0;
}
.social-icons li:hover.social-icons-email a, .social-icons.social-icons-colored li.social-icons-email a {
  background: #6567A5;
}
.social-icons li:hover.social-icons-vk a, .social-icons.social-icons-colored li.social-icons-vk a {
  background: #2B587A;
}
.social-icons li:hover.social-icons-xing a, .social-icons.social-icons-colored li.social-icons-xing a {
  background: #126567;
}
.social-icons li:hover.social-icons-tumblr a, .social-icons.social-icons-colored li.social-icons-tumblr a {
  background: #34526F;
}
.social-icons li:hover.social-icons-reddit a, .social-icons.social-icons-colored li.social-icons-reddit a {
  background: #C6C6C6;
}
.social-icons li:hover.social-icons-delicious a, .social-icons.social-icons-colored li.social-icons-delicious a {
  background: #205CC0;
}
.social-icons li:hover.social-icons-stumbleupon a, .social-icons.social-icons-colored li.social-icons-stumbleupon a {
  background: #F74425;
}
.social-icons li:hover.social-icons-digg a, .social-icons.social-icons-colored li.social-icons-digg a {
  background: #191919;
}
.social-icons li:hover.social-icons-blogger a, .social-icons.social-icons-colored li.social-icons-blogger a {
  background: #FC4F08;
}
.social-icons li:hover.social-icons-flickr a, .social-icons.social-icons-colored li.social-icons-flickr a {
  background: #FF0084;
}
.social-icons li:hover.social-icons-vimeo a, .social-icons.social-icons-colored li.social-icons-vimeo a {
  background: #86C9EF;
}
.social-icons li:hover.social-icons-yahoo a, .social-icons.social-icons-colored li.social-icons-yahoo a {
  background: #720E9E;
}
.social-icons li:hover.social-icons-googleplay a, .social-icons.social-icons-colored li.social-icons-googleplay a {
  background: #DD4B39;
}
.social-icons li:hover.social-icons-apple a, .social-icons.social-icons-colored li.social-icons-apple a {
  background: #000;
}
.social-icons.social-icons-colored li:hover a {
  background: #d4d4d4;
}

/* Login/Signup Modal Dialog */
#login-signup .modal-dialog,
#login-signup-page {
  max-width: 430px;
}

/* Back to Top */
#back-to-top {
  display: none;
  position: fixed;
  z-index: 1030;
  bottom: 8px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
#back-to-top:hover {
  background-color: #0071cc;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  #back-to-top {
    z-index: 1029;
  }
}
/* =================================== */
/*  Extras
/* =================================== */
/* Bootstrap Specific */
.form-control, .custom-select {
  border-color: #d5d3d3;
  font-size: 15px;
  color: #777;
}

.form-control:not(.form-control-sm) {
  padding: .810rem .96rem;
  /*height: inherit;*/
}

.form-control-sm {
  font-size: 14px;
}

select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
  height: auto;
  padding-top: .700rem;
  padding-bottom: .700rem;
}

.custom-select:not(.custom-select-sm) {
  height: calc(3.05rem + 2px);
  padding-top: .700rem;
  padding-bottom: .700rem;
}

.col-form-label-sm {
  font-size: 13px;
}

.custom-select-sm {
  padding-left: 5px !important;
  font-size: 14px;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
  box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}

.form-control:focus[readonly] {
  box-shadow: none;
}

.input-group-text {
  border-color: #d5d3d3;
  color: #777;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #777;
}
.form-control::-moz-placeholder {
  /* FF 19+ */
  color: #777;
}
.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
}

.btn {
  padding: .750rem 2.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-sm {
  padding: 0.5rem 1rem;
}

.btn:not(.btn-link) {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.btn:not(.btn-link):hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.input-group-append .btn, .input-group-prepend .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.input-group-append .btn:hover, .input-group-prepend .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 575px) {
  .btn:not(.btn-sm) {
    padding: .810rem 1rem;
  }

  .input-group > .input-group-append > .btn, .input-group > .input-group-prepend > .btn {
    padding: 0 0.75rem;
  }
}
.bg-primary, .badge-primary {
  background-color: #0071cc !important;
}

.bg-secondary {
  background-color: #0071cc !important;
}

.text-secondary {
  color: #0c2f55 !important;
}

.text-primary {
  color: #0071cc !important;
}

.border-primary {
  border-color: #0071cc !important;
}

.border-secondary {
  border-color: #0c2f55 !important;
}

.btn-primary {
  background-color: #0071cc;
  border-color: #0071cc;
}
.btn-primary:hover {
  background-color: #0e7fd9;
  border-color: #0e7fd9;
}

.btn-secondary {
  background-color: #0c2f55;
  border-color: #0c2f55;
}

.btn-outline-primary {
  color: #0071cc;
  border-color: #0071cc;
}
.btn-outline-primary:hover {
  background-color: #0071cc;
  border-color: #0071cc;
  color: #fff;
}

.btn-outline-secondary {
  color: #0c2f55;
  border-color: #0c2f55;
}
.btn-outline-secondary:hover {
  background-color: #0c2f55;
  border-color: #0c2f55;
  color: #fff;
}

.page-item.active .page-link,
.progress-bar,
.nav-pills .nav-link.active, .nav-pills .show > .nav-link,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0071cc;
}

.list-group-item.active {
  background-color: #0071cc;
  border-color: #0071cc;
}

.page-link {
  color: #0071cc;
}
.page-link:hover {
  color: #0e7fd9;
}

/* Slider Range (jQuery UI) */
.ui-slider-horizontal {
  height: .2em;
  margin-left: 11px;
  margin-right: 11px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.7em;
  margin-left: -.7em;
  border-radius: 100%;
  background: #fff;
  width: 1.5em;
  height: 1.5em;
}

.ui-widget.ui-widget-content {
  border: none;
  background: #eee;
  margin-bottom: 15px;
}

.ui-widget-header {
  background: #0071cc;
}
.nav-tabs .nav-item a i {
    padding: 5px;
}
.item .text-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    background: #00000070;
    padding: 8px;
}
.item .text-overlay span {
    color: white;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 20px;
}
.item .text-overlay p {
    color: white;
    position: absolute;
    top: 65%;
    padding: 0 10px;
}

.btn-save {
    background-color: #2f2482;
    border-color: #2f2482;
    color: white;
}
.top-menu {
    background-color: #03a9f4;
    padding: 10px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.header-phone {
    padding: 0 20px;
    color: white;
    font-size: 12px;
}
.email-address {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.top-menu .login , .top-menu .language a {
     color: white!important;
     font-size: 12px;
     height: 40px !important;
}
.top-menu .language ul li a {
     color: gray!important;
     font-size: 12px;
     height: 40px !important;
}
.top-menu .language ul {
    text-align: center;
}
.top-menu .login i ,.top-menu .language i{
    padding-left: 10px;
}
#header-nav .navbar-nav  li a i {
    padding: 0 5px;
}
.fix-nav {
    position: fixed!important;
    background: white !important;
    top: 0 !important;
    box-shadow: 0px 0px 5px #e6e6e6 !important;
}
.fix-nav .primary-menu .navbar-nav  li  a {
    color: gray !important;
}
.search-box{
    background-color: white;
    box-shadow: 0px 0px 5px #e6e6e6;
    padding: 15px 20px;
}
.offer-box img {
    width: 100%;
    height: 175px;
    margin-top: 40px;
}
.offer-body .offer-title {
    color: black;
    text-align: center;
    font-size: 19px;
    padding-top: 11px;
    margin-bottom: 5px;
}
.offer-body  .offer-price {
     color: gray;
    text-align: center;
}
.border-left-gray {
    border-right: 1px solid #b6b6b6;
}
#bookingFlight .custom-radio .custom-control-label {
    color: gray;
}
.btn-search ,.btn-search:hover {
    /*width: 75%;*/
    background-color: #e2000c;
    border-color: #e2000c;
    margin: auto;
    padding: 7px;
}
.btn-search-tour ,.btn-search-tour:hover {
    /*width: 75%;*/
    background-color: #00ADEF;
    border-color: #00ADEF;
    margin: auto;
    padding: 7px;
    margin-top: 30px;
    border-radius: 2px;
    height: 45px;
}
.text-center {
    text-align: center;
}
.offer-more {
    background: #00adef;
    padding: 5px;
    width: 30%;
    display: block;
    margin: auto;
    color: white;
    border-radius: 0;
}
.offer-more:hover {
    color: white;
}
img.iran-flag, img.english-flag {
    width: 30px;
    border-radius: 100%;
    margin: 0 20px;
    float: left;
}
.searchbox-title p {
    color: #e2000c;
    font-size: 22px;
}
.vl {
  border-left: 1px solid rgb(204, 204, 204);
  height: 50px;
  position: absolute;
  left: 50px;
  top: 0;

}
.search-input-line .sep-input .form-control {
   width: 88%;
   display: inline;
   border-right: 1px solid rgb(234, 234, 234);
   border-left: 0;
   padding-left: 30px !important;
   padding-right: 0 !important;
}
form.search-input-line .sep-input select.form-control {
   width: 88%;
   display: inline;
   border-left: 1px solid rgb(234, 234, 234);
   font-size: 13px;
   padding: 0 5px !important;
   height: 38px !important;
}
.hero_in.tours form.search-input-line .sep-input .form-control {
   width: 80%;
   display: inline;
   border-left: 1px solid rgb(234, 234, 234);
}
.hero_in.tours form.search-input-line .sep-input input.qty-spinner {
    width: 35%;
    display: inline;
    border-left: 0;
}
.hero_in.tours form.search-input-line .sep-input select.form-control {
   width: 80%;
   display: inline;
   border-left: 1px solid rgb(234, 234, 234);
   font-size: 13px;
   padding: 0 5px !important;
   height: 45px !important;
}
.travellers-dropdown .input-group input.form-control {
   width: 35%;
   display: inline;
   border-left: 0;
}
.submit-done {
    background: #00adef;
    border: #00adef;
    padding: 7px;
    color: white;
}

/*-------- 2.10 Media Gallery --------*/
.grid ul {
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.grid ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin: -3px;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none;
}

@media (max-width: 991px) {
    .grid ul li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .grid ul li {
        width: 100%;
        min-height: 100%;
        float: none;
    }
}

.grid ul li figure {
    position: relative;
    overflow: hidden;
    margin: -3px;
}

.grid ul li figure img {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.grid ul li figure:hover img, .grid ul li figure:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.grid ul li figure:hover figcaption, .grid ul li figure:focus figcaption {
    opacity: 1;
}

.grid ul li figure:hover figcaption .caption-content, .grid ul li figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.grid ul li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15% 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.grid ul li figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -moz-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    -o-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.grid ul li figcaption a {
    color: #fff;
}

.grid ul li figcaption a:hover, .grid ul li figcaption a:focus {
    color: #fc5b62;
}

.grid ul li figcaption i {
    font-size: 30px;
    font-size: 1.875rem;
}

.grid ul li figcaption p {
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
    
a.grid_item {
    display: block;
    margin-bottom: 25px;
}

a.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 20px 5px 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box;
}

a.grid_item .info .cat_star {
    font-size: 9px;
    font-size: 0.5625rem;
}
a.grid_item .info .cat_star i {
    color: #fff;
}
a.grid_item .info h3 {
    color: #fff;
    font-size: 21px;
    font-size: 1.3125rem;
}
a.grid_item .info p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
}
a.grid_item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    a.grid_item figure {
        height: 350px !important;
    }
.grid-item--width2 {
    width: 100% !important;
}
}

@media (max-width: 575px) {
    a.grid_item figure {
        height: 220px !important;
    }

}

a.grid_item figure .score {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

a.grid_item figure .score img {
    height: 194px;
    width: 100%;
}

a.grid_item figure small {
    position: absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    left: 20px;
    top: 22px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
    z-index: 9;
}

a.grid_item figure img {
    width: 100%;
    height: auto;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

a.grid_item:hover figure img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.grid-item--height2, .grid-item--height2 article img {
    height: 235px !important;
    width: 100%;
}
.grid-item--height1, .grid-item--height1 article img {
    height: 200px !important;
}
 .grid-imgbox {
    float: left;
    width: 200px;
    height: 200px;
    margin: 5px;
}

.grid-item--width3 {
    width: 300px;
}

.grid-item--height3, .grid-item--height3 article img {
    height: 320px !important;
}

.grid-item--width2 {
    width: 350px;
}
.div-inline {
    display: inline;
}
.div-inline input {
    vertical-align: middle;
}
.tour-group-item img {
    height: 150px;
}
      
.tour-group-item .info {
    position: absolute;
    bottom: 0;
}
.tour-group-item .info h3 {
    color: white;
    font-size: 15px;
}
.tour-groups .item{
  opacity:0.4;
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.8);
}
@media(max-width:1000px){
  .tour-groups .item{margin:0; transform:scale(.9)}
}
.tour-groups .active .item{
  opacity:1;
  transform:scale(1);
} 
.tour-groups .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}


.tour-groups .owl-carousel:after{content:""; display:block; position:absolute; width:8%; top:0; bottom:0; left:50%; margin-left:-4%; pointer-events: none; background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/43033/aett_logo_slider.png) no-repeat center 50%; background-size:100% auto;
}

.tour-groups .owl-controls{position:absolute; margin-top:300px;}
.none {
    display: none;
}
.weblog-item h3 {
    color: #5f5f5f;
    font-size: 17px;
    height: 45px;
}
.weblog-item p {
    font-size: 12px;
    color: #868686;
}
.card-img-special {
    height: 250px;
}
.special-more {
    background: #03a9f4;
    padding: 5px 25px !important;
    font-size: 14px;
    -webkit-appearance: none;
    color: white;
}
.special-title {
    color: #e2000c;
}
.brieftext-special {
    height:90px;
}
.tours-img {
    height: 170px;
    width: 100%;
}
.tours-box h3 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom:0;
}
.tours-box h3 a {
    color: white;
}
.tours-box {
    /*height: 340px;*/
    background-color: white;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    direction: rtl;
}

.tours-box .themes {
    display: block;
    padding: 8px 0;
    height: 40px;
}
.tours-box .themes span {

}
.tours-box .nights {
    position: absolute;
    top: 0;
    background: #e2000c;
    color: white;
    right: 15px;
    padding: 10px;
}
.tours-box .relative , .hotels-box .relative {
    position: relative;
}
.tours-box .holiday-title , .hotels-box .holiday-title {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 15px;
    color: white;
}
.tours-box .tour-a-img {
    display: block;
    width: 100%;
    height: 170px;
}
.tours-box .tour-a-img:before {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.hotels-box {
    height: 420px;
    background-color: white;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    padding: 7px;
    direction: rtl;
}
.hotels-box h3 {
    font-size: 17px;
    padding-top: 15px;
    /*height: 40px;*/
}
.hotels-box h3 a {
    color: #e2000c;
}
.hotels-box p {
    padding-top: 10px;
    font-size: 13px;
}
.hotels-box .hotels-img {
    height: 170px;
    width: 100%;
}
.hotels-box .hotel-a-img {
    display: block;
    width: 100%;
    height: 170px;
}
.hotels-box .hotel-box-btn {
    display: block;
}



.visa-box {
    height: 285px;
    background-color: white;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    padding: 7px;
    direction: rtl;
}
.visa-box h3 {
    font-size: 17px;
    padding-top: 15px;
    /*height: 40px;*/
}
.visa-box h3 a {
    color: #e2000c;
}
.visa-box p {
    padding-top: 10px;
    font-size: 13px;
}
.visa-box .visa-img {
    height: 170px;
    width: 100%;
}
.visa-box .visa-a-img {
    display: block;
    width: 100%;
    height: 170px;
}
.visa-box .visa-box-btn {
    display: block;
}
.tours-box .brief-text {
    height: 80px;
    padding-top: 12px;
    margin-bottom: 0;
    font-size: 13px;
}
.time-row {
    padding-bottom: 7px;
}
.tours-box .price {
    color:#2c2280;
    display: inline;
    float: left;
    padding-top: 10px;
    font-size: 13px;
}
.tours-box .group-title {
    display: block;
    padding: 10px 0;
    font-size: 13px;
}
.hotels-box .group-title {
    display: block;
    padding: 10px 0;
    font-size: 13px;
}

.sidebar ul {
    list-style: none;
}
.sidebar .filter-title ul {
    direction: ltr;
}
.sidebar ul li {
    padding-bottom: 5px;
}
.sidebar ul li a {
    color: #2c2280;
}
.sidebar .filter-title {
    background-color: white;
    border: 1px solid #ededed;
}
.filter-title h6 {
    font-size: 16px;
    padding: 10px;
    border-bottom : 1px solid #dcdcdc;
}

.banner-item {
    background: white;
    padding: 5px;
    width: 90%;
    margin:auto;
    box-shadow: 4px 5px 9px 2px gainsboro;
}
.banner-item h4 a {
    font-size: 15px;
    color: #2c2280;
}
.wrapper-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
 }
.hero_in.tours:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
    position: absolute;
    top: 0;
    left: 0;
}
.hero_in.tours h1 {
    text-align: center;
    color: white;
    position: relative;
}
.hero_in.tours .container-fluid h1 {
    text-align: left;
    margin-left: 100px;
    margin-bottom: 25px;
    position: relative;
}
.hero_in.tours p {
    color: white;
    text-align: center;
    position: relative;
}
.hero_in.tours p i {
    padding-left: 5px;
}
.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	direction: rtl;
    padding: 0;
    background-color: white;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.breadcrumb li { 
	float: right; 
}
.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 55px 10px 0;
	background: hsl(246, 57%, 33%);
	position: relative; 
	display: block;
	float: right;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 21px solid transparent; /* Go big on the size, and let overflow hide */
	border-bottom: 21px solid transparent;
	border-right: 30px solid hsl(246, 57%, 33%);
	position: absolute;
	top: 50%;
	margin-top: -22px; 
	right: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 21px solid transparent;/* Go big on the size, and let overflow hide */
	border-bottom: 21px solid transparent;
	border-right: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -22px; 
	margin-right: 0;
	right: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-right: 10px;
}
/*.breadcrumb li:nth-child(2) a       { background:				hsla(34,85%,45%,1); }
.breadcrumb li:nth-child(2) a:after { border-right-color: hsla(34,85%,45%,1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.breadcrumb li:nth-child(3) a:after { border-right-color: hsla(34,85%,55%,1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(4) a:after { border-right-color: hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.breadcrumb li:nth-child(5) a:after { border-right-color: hsla(34,85%,75%,1); }*/
/*.breadcrumb li:last-child a {
	background: white !important;
	color: black;
	pointer-events: none;
 			cursor: default;
}
.breadcrumb li:last-child a:after { border: 0; }*/
/*.breadcrumb li a:hover { background: hsla(34,85%,25%,1); }
.breadcrumb li a:hover:after { border-right-color: hsla(34,85%,25%,1) !important; }*/
.package-detail .card-detail {
    background-color: white;
    /*border: 1px solid #2f2482;*/
    padding: 30px;
    margin: auto;
    margin-bottom: 20px;
    line-height: 2.4;
    box-shadow: 4px 5px 9px 2px gainsboro;
}
.package-detail {
    padding-top: 20px;
    background-color: white;
}
.package-detail .card-detail .detail-title h6{
    font-size: 18px;
    font-weight: bold;
    color: #2f2482;
    padding: 18px;
    border-bottom: solid 2px;
}
.package-detail .card-detail i {
    color: #2f2482;
    margin-right: 8px;
}
.package-detail .hotels {
    padding-top: 75px;
    width: 100%;
    margin: auto;
}
.right-nav {
    position: fixed;
    list-style: none;
    background-color: #2f2482;
    padding: 5px 0;
    border-radius: 20px;
}
.right-nav li a {
    color: white;
    padding: 15px;
    display: block;
    text-align: center;
}
.right-nav li {

}
.right-nav-border {
    border-bottom: 1px solid white;
}
/*.right-nav li a span {
  width: 100px;
  float: left;
  text-align: center;
  background: #222;
  color: #fff;
  margin: -25px 74px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all .5s ease .300ms
}

.right-nav li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 7px;
  border-left: 10px solid transparent;
  border-right: 10px solid #222;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.right-nav li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}*/
.table-responsive {
    margin: auto;
    width: 90%;
    background: white;
}
.hotel-relative .main-img img {
    height: 185px;
}
.hotel-relative .item {
    background: white;
    border: 1px solid gainsboro;
    padding: 8px;
}
.hotel-relative .main-info .main-title a {
    padding-top: 10px;
    display: block;
    color: #2f2482;
    font-size: 15px;
    height: 55px;
}
.hotel-relative .main-info .main-title p {
    font-size: 13px;
    color: gray;
}
.tour-relative .main-img img {
    height: 185px;
}
.tour-relative .item {
    background: white;
    border: 1px solid gainsboro;
    padding: 8px;
}
.tour-relative .main-info .main-title a {
    padding-top: 10px;
    display: block;
    color: #2f2482;
    font-size: 15px;
    height: 40px;
}
.tour-relative .main-info .main-title p {
    font-size: 13px;
    color: gray;
    margin-bottom: 3px;
}
.tour-relative .price {
    float: right;
}
.tour-relative  .nights {
    position: absolute;
    top: 0;
    background: #e2000c;
    color: white;
    right: 15px;
    padding: 10px;
}
.tour-relative-n .main-img img {
    height: 135px;
}
.tour-relative-n .item {
    background: white;
    border: 1px solid gainsboro;
    padding: 8px;
}
.tour-relative-nature .main-info .main-title a {
    padding-top: 10px;
    display: block;
    color: #2f2482;
    font-size: 17px;
    height: 40px;
}
.tour-relative-nature .main-info .main-title p {
    font-size: 13px;
    color: gray;
    margin-bottom: 3px;
}
.tour-relative-n .price {
    float: left;
}
.tour-relative-n .nights {
    position: absolute;
    top: 0;
    background: #e2000c;
    color: white;
    right: 15px;
    padding: 10px;
}
.relativeHotel-div {
    padding-top: 40px;
}
.relativeHotel-div h3 {
    padding: 10px 0;
}
.relativeTour-div {
    padding-top: 40px;
}
.relativeTour-div h3 {
    padding: 10px 0;
}
.relativeTourism-div h3 {
     padding: 10px 0;
}
.relativeTourism-div {
     padding-top: 40px;
}
  

.detail-slider{
	position:relative;
    direction: ltr;
}

.detail-slider .features{
	position:absolute;
	top:40px;
	left:0;
}

.detail-slider .features li{
	padding:18px 22px;
	min-width:165px;
	margin-bottom:6px;
}

.detail-slider .features li .f-icon{
	float:left;
	font-size:28px;
	width:37px;
	position:relative;
	top:5px;
}

.detail-slider .features li .f-text{
	overflow:hidden;
}

.detail-slider .features li .f-text p{
	margin-bottom:0px;
}

.detail-slider .features li .f-text p.f-heading{
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}

.detail-slider .features li .f-text p.f-data{
	font-size:14px;
	margin-top:-2px;
}

/*.feature-slider-nav .slick-list{
	margin:0px 33px;
}*/

.feature-slider .slick-list .slick-slide img,
.feature-slider-nav .slick-list .slick-slide img{
	width:100%;
}

.feature-slider-nav .slick-list .slick-slide img{
	/*padding:0px 10px;*/
    height: 130px;
}
.detail-slider .feature-slider-nav .slick-list {
    /*border: 1px solid #03a9f4;*/
    padding: 5px 0;
}

.feature-slider-nav .slick-slide{
	cursor:pointer;
}

.feature-slider-nav .slick-arrow{
	height:60px;
	width:23px;
}

.feature-slider-nav .slick-prev{
	left:0px;
	z-index:1;
}

.feature-slider-nav .slick-next{
	right:-1px;
}

.feature-slider-nav .slick-prev::before,
.feature-slider-nav .slick-next::before{
	font-family: FontAwesome;
	font-size:22px;
}

/*.feature-slider-nav .slick-prev::before{
	content: '\f104';
}

.feature-slider-nav .slick-next::before{
	content: '\f105';
}*/

.feature-slider{
	/*margin-bottom:35px;
    padding: 3px;*/
    /*border: 1px solid #03a9f4;*/
}
.tour-detail-img {
    height: 380px;
}
.gallery {
    padding: 45px;
    padding-top: 75px;
}
.gallery img {
    padding: 10px 0;
}
.hotels thead {
    background-color: #2f2482;
    color: white;
    text-align: center;
}
.hotels thead td {
    vertical-align: middle;
}
.hotels tbody tr {
    text-align: center;
}
.orange {
    color: orange;
}
.table td {
    vertical-align: middle;
}
.table {
    border: 1px solid #2f2482;
    margin-bottom: 0;
}
.tg-box {
    width: 100%;
    background: white;
    margin: auto;
    padding: 20px;
    padding-top: 35px;
    margin-top: 25px;
}
.tg-box img {
    width: 100%;
}
/*.tour-service {
    padding-top: 60px;
}*/
i.padding-right {
    padding-right: 10px;
}
.right-nav-scroll {
    top: 85px;
}
.save-cm {
    padding: 7px 22px;
    font-size: 15px;
    background-color: #2f2482;
    border-color: #2f2482;
}
.post-comments {
    padding-top: 75px;
    direction: ltr;
}
.post-comments h3 , .post-comment-form h3 {
    padding-bottom: 30px;
}
.post-comment-form {
    padding-top: 40px;
    direction: ltr;
}

.comment {
    background-color: white;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-right: 2px solid #2f2482;
}
.replied-to {
    border-right: 2px solid #e3070f;
    padding-right: 20px;
}
.comment_info a {
    padding-left: 15px;
    color: #2f2482;
    font-size: 17px;
    float: right;
}
.comment_info span {
    color: #adadad;
    padding-right: 10px;
}
.card-detail .border-bottom {
    border-bottom: 2px dotted #c5c5c5;
}
.download-pkg {
    text-decoration: none; 
    color: #2f2482;
    padding: 7px;
    border-bottom: solid 2px;
}
.hotels-price .border-bottom {
    border-bottom: 1px solid gray;
}
/*desktop*/
@media (min-width:1199px) {
    .btn-search, .btn-search:hover{
        margin-top: 30px;
    }
    .nav-tabs.style-4 .nav-item .nav-link {
          font-size: 16px;
    }
    .call-btn {
        display: none;
    }
    .nature-top-box {
        /*box-shadow: 0px 0px 5px #e6e6e6;*/ 
        margin-right: 50px;
    }
    .detail-slider .feature-slider img {
        height: 460px;
    }
    .weblog-img {
        width: 100%;
        height:340px;
    }
    .sidebar {
        margin-right: 10px;
    }
    .banner-items {
        padding-left: 35px;
    }
    .tab-scroll.tours-tab {
        height: 497px;
    }
    .offer-nav.nav-tabs .nav-item .nav-link {
        padding: 10px;
    }
    #footer .box {
      width: 150px;
      height: 185px;
      background-color: #00adef;
      color: #fff;
      padding: 20px;
      padding-top: 65px;
      position: relative;
      float: left;
      box-sizing: content-box;
    }

    #footer .box img {
        width: 100%;
    }
    #footer .box p {
        font-size: 12px;
    }
    #footer .box.arrow-bottom:after {
      content: " ";
      position: absolute;
      right: 0;
      bottom: -30px;
      border-top: 30px solid #00adef;
      border-right: 93px solid transparent;
      border-left: 93px solid transparent;
      border-bottom: none;

    }
    #header.bg-header2 {
        position: inherit;
    }
     .hero_in.tours {
          height: 320px;
     }
    .payments-types {
        margin: 0;
    }
    .footer-fluid {
        padding: 0 80px;
    }
    .none-lg {
        display: none!important;
    }
    .title-hr {
        width: 50%;
        margin-left: 5px;
        border-top: 1px solid #2f2582;
    }
    .side-card {
        position: absolute;
        left: 7px;
        border: solid 1px #2f2582;
        padding: 15px;
        direction: ltr;
    }
     .t-sidebar.fixed {
        position: fixed;
        top: 90px !important;
        right: 30px;
        width: 22%;
    }
    .t-sidebar {
        width: 100%;
    }
    #sidebarWrap {
        height: 400px;
        width: 100%;
    }
}
/*.t-sidebar {
    position: absolute;
    top: -58px;
}*/
#sidebarWrap {
    float: right;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}
.mt-80 {
    margin-top: 80px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-10 {
    margin-top: 10px;
}
.t-sidebar {
    border: 1px solid #2e2482;
    padding: 10px;
    background-color: white;
    box-shadow: 4px 5px 9px 2px gainsboro;
}
.description strong.desc-title {
    color: #2e2482!important;
    font-size: 30px;
    margin-bottom: 30px;
    display: block;
}
.description img {
    width: 100%;
}
.nature-package-detail .gallery {
    padding: 0;
    padding-top: 60px;
}
.nature-package-detail .gallery img {
    width: 100%;
    height: 170px;
}
.nature-package-detail .sidebar-header p {
     color: #2e2482!important;
     font-size: 20px;
     text-align: center;
     padding-bottom: 10px;
     margin-bottom: 0;
}
.nature-package-detail .sidebar-body ul {
    list-style: none;
    direction: rtl;
    line-height: 2;
    padding-right: 15px;
}
.nature-package-detail .start-price{
    color: #2f2583;
    text-align: center;
    border: 2px dotted;
    padding: 5px;
    direction: rtl;
    margin-right: 15px;
    margin-left: 15px;
}
.nature-package-detail .sidebar-body ul .label {
    padding-left: 7px;
    color: gray;
}
.choose-date {
    direction: rtl;
    display: block;
    padding-top: 25px;
}
.choose-date .form-group {
    padding-right: 15px;
    padding-left: 15px;
}
.choose-date .form-group label {
    padding: 10px;
}
.choose-date .form-group select {
    height: 45px !important;
    padding-top: 7px!important;
     padding-bottom: 7px !important;
}
.book-btn ,.book-btn:hover ,.book-btn:focus {
    display: block;
    padding: 7px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #2f2582;
    color: white;
}
/*Timeline --------------- */
ul.cbp_tmtimeline {
    margin: 45px 0 45px 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
/*.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 20px;
    width: 2px;
    background: #2f2582;
    right: 4%;
    margin-left: -2px;
}*/

/* The date/time */
.cbp_tmtimeline > li {
    position: relative;
}

    .cbp_tmtimeline > li .cbp_tmtime {
        display: block;
        width: 23%;
        padding-right: 80px;
        position: absolute;
    }

        .cbp_tmtimeline > li .cbp_tmtime span {
            display: block;
            text-align: right;
        }

            .cbp_tmtimeline > li .cbp_tmtime span:first-child {
                font-size: 0.9em;
                color: #888;
                margin-bottom: 0;
            }

            .cbp_tmtimeline > li .cbp_tmtime span:last-child {
                font-size: 18px;
                font-weight: 500;
            }

.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 10px 0;
    margin-right: 80px;
    background: #ffffff;
    padding: 15px;
    position: relative;
    border-right: 4px solid #2f2582;
    box-shadow: 4px 5px 9px 2px gainsboro;
}

    .cbp_tmtimeline > li .cbp_tmlabel span {
        margin-bottom: 0;
        font-size: 14px;
        text-align: right;
    }

    .cbp_tmtimeline > li .cbp_tmlabel h4 {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 15px;
        display: inline;
    }
    .cbp_tmtimeline > li .cbp_tmlabel .collapse-text {
       line-height: 1.8;
       padding-top: 10px;
    }
      .cbp_tmtimeline > li .cbp_tmlabel .btn-plus {
          float: left;
          background: transparent;
      }

    /* The triangle */
    /*.cbp_tmtimeline > li .cbp_tmlabel:after {
        left: 99%;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #eef3f7;
        border-left:solid 15px rgb(255, 255, 255);
        border-top:solid 15px transparent;
        border-bottom: solid 15px transparent;
        top: 15px;
    }*/

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 52px;
    height: 52px;
    font-weight: 500;
    background-color: #2f2582;
    text-transform: none;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 50px;
    position: absolute;
    color: #2f2582;
    text-align: center;
    right: 1%;
    top: 0;
    margin: 0 0 0 -25px;
    box-shadow: 4px 5px 9px 2px gainsboro;
}
.cbp_tmicon i {
    font-size: 13px;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
}
.cbp_tmicon span {
    font-size: 15px;
    display: block;
    color: white;
}

/* Media Queries */
@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

        .cbp_tmtimeline > li .cbp_tmtime span {
            text-align: left;
        }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
    }

        .cbp_tmtimeline > li .cbp_tmlabel:after {
            left: auto;
            right: 20px;
            border-right-color: transparent;
            border-bottom-color: #eef3f7;
            top: -20px;
        }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #eef3f7;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -65px 5px 0 0px;
    }
}
.btn-plus {
    box-shadow: none !important;
    padding: 0;
}
.btn-plus i {
    color: #2f2582;
    font-size: 11px;
}
.cbp_tmlabel .collapse {
    padding-right: 20px;
}
.package-reservation {
    background-color:#fdfdfd;
    box-shadow: 1px 2px 1px 3px #efefef;
    padding: 15px;
}
#package-reservation {
    padding-top: 70px;
}
.package-reservation h3 {
    padding:20px;
}
.form_title span {
    position: absolute;
    top:-20px;
    right:-4px;
    font-size:5em;
    font-weight: 700;
    color:#73c9ca;
    z-index:1;
    opacity:0.3;
    font-family:cursive;
}
.form_title {
    position:relative;
}
.form_title p {
    font-size: 17px;
}
.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: 0;
  font-size: 15px;
  color: rgb(152, 152, 152);
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 16px;
  cursor: text;
  top: 20px;
  color: transparent;
}

.form__label,
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: #2f2582;
}

.form__field:focus ~ .form__label {
  color: #2f2582;
}

.form__field:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #2f2582;
}

.select {
	position: relative;
	width: 100%;
    margin-top: 30px;
}

.select-text {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 10px 10px 0;
	font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

/* Remove focus */
    .select-text:focus {
        outline: none;
        border-bottom: 2px solid #2f2582;
    }

	/* Use custom arrow */
.select .select-text {
	appearance: none;
	-webkit-appearance:none;
    color: rgb(152, 152, 152);
    font-size: 15px;
}

.select:after {
	position: absolute;
	top: 18px;
	left: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.12);
	pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
	color:#808080 !important;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 10px;
	transition: 0.2s ease all;
    opacity: 0.4;
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
	color:#2f2582 !important;
	top: -20px;
	transition: 0.2s ease all;
	font-size: 14px;
    opacity: 1;
}

/* BOTTOM BARS ================================= */
.select-bar {
	position: relative;
	display: block;
	width: 100%;
}

.select-bar:before, .select-bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: transparent;
	transition: 0.2s ease all;
}

.select-bar:before {
	left: 50%;
}

.select-bar:after {
	right: 50%;
}

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
	width: 50%;
    color: pink;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}
.step {
    margin-bottom: 20px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.4; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0.4;
}

::-ms-input-placeholder { /* Microsoft Edge */
  opacity: 0.4;
}
form input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
     color:#808080 !important;
 }
form input::-moz-placeholder { /* Firefox 19+ */
    color:#808080 !important;
}
form input:-ms-input-placeholder { /* IE 10+ */
  color:#808080 !important;
}
form input:-moz-placeholder { /* Firefox 18- */
  color:#808080 !important;
}
.search-input-line input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
     color:#808080 !important;
 }
.search-input-line input::-moz-placeholder { /* Firefox 19+ */
    color:#808080 !important;
}
.search-input-line input:-ms-input-placeholder { /* IE 10+ */
  color:#808080 !important;
}
.search-input-line input:-moz-placeholder { /* Firefox 18- */
  color:#808080 !important;
}

.bank-box .bank-img-col {
    height: 50px;
}

.map iframe{
	width:100%;
}
.weather iframe {
    width:100%!important;
}
.gmap iframe {
    width: 100% !important;
}
.contact-card .gmap {
    height: 100%;
}
.contact-card .gmap iframe {
     height: 100%;
}
.contact-card .gmap .mapouter {
    height: 100%;
}
.contact-card .gmap .gmap_canvas {
     height: 100%;
}
.contact-card .send-btn .btn {
    background: #03a9f4;
    color: white;
    font-size: 13px;
    padding: 8px 20px;
}
.nature-package-detail .btn-save {
    font-size: 14px;
    padding: 10px 15px;
}
.o-searchbox {
    width: 93%;
    margin: auto;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e2000c;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.application {
    /*display: table;*/
    background: #bbd7db;
    position: relative;
}

.dn-btn {
    width: 50%;
    margin: auto;
    margin-top: 5%;
}
.dn-btn .btn {
    width: 100%;
    font-size: 13px;
    padding: 10px;
}

.footer-wave {
    width: 100%;
    height: 130px;
    margin-bottom: -10px;
}
.footer-bg {
    background: #c3c3c3;
    position: relative;
    padding-bottom: 25px;
}
.footer-wave2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100px;
}
.footer-menu {
    margin-top: 25px;
    z-index: 200;
    direction: rtl;
}
.footer-menu h4 {
    font-size: 16px;
    padding: 10px 5px;
    border-bottom: 1px solid #ffffff;
    color: #515151 !important;
}
.footer-menu ul li {
    width: 50%;
    position: relative;
    padding: 0 10px;
    float: right;
    line-height: 2.2;
}
.footer-menu ul li a {
    color: #4f4f4f;
    font-size: 13px;
}
.footer-menu ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #e2000c;
    right: 0;
    top: 13px;
    border-radius: 50%;
}
.footer-menu ul {
    list-style: none;
    padding: 0;
}
/*ul.dropdown-mega-submenu li {
    width: 25%;
    float: right;
}*/
ul.dropdown-mega-submenu li a {
    display: block!important;
    text-align: center;
}
ul.dropdown-mega-submenu {
    padding: 0;
}
.dropdown-mega-content .banner-col {
    padding: 20px !important;
    position: relative;
}
.dropdown-mega-content .banner-col img {

}
.dropdown-mega-content .banner-col h4 {
    position:absolute;
    top: 45%;
   right:auto;
   left: auto;
   width: 100%;
}
#header.bg-header2 .primary-menu .navbar-nav li .dropdown-mega-content .banner-col h4 a{
     color: white!important;
}
.nav-banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.38);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.nav-banner {
    position: relative;
}
input#search-bar {
    margin: 0 auto;
    height: 30px;
    font-size: 1rem;
    border: 1px solid #D0CFCE;
    outline: none;
    border-left: 0;
    /*border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;*/
}
input#search-bar:focus {
    /*border: 1px solid #008ABF;*/
    transition: 0.35s ease;
    color: #008ABF;
}
input#search-bar:focus::-webkit-input-placeholder{
    transition: opacity 0.45s ease; 
    opacity: 0;
}
input#search-bar:focus::-moz-placeholder {
    transition: opacity 0.45s ease; 
    opacity: 0;
}
input#search-bar:focus:-ms-placeholder {
    transition: opacity 0.45s ease; 
    opacity: 0;
}    
.search-icon{
    position: relative;
    float: left;
    top: 0px;
    height: 30px;
    background: white;
    border: 1px solid #D0CFCE;
    border-right: 0;
    /*border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;*/
}
.search-icon i {
    vertical-align: middle;
}

.search-input-line .sep-input .input-border {
    position: relative;
}
.intro-service img {
    display: block;
    margin: auto;
}
.intro-service h5 {
    font-size: 17px;
    text-align: center;
    margin-top: 15px;
}
.intro-service span {
    display: block;
    text-align: center;
}
.intro-service .img-div {
    height: 70px;
}
.offer-nav {
    width: 50%;
    margin: auto;
    margin-top: 20px;
}


.popular-city {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    height: 197px;
}

.popular-city img {
    width: 100%;
    max-width: 100%;
    position: relative;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.popular-city:hover img {
     opacity: 0.5;
    -webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.popular-city span {
    opacity: 0;
}
.popular-city:hover span {
    opacity: 1;
    color: #4a4a4a;
    border: 2px solid  #4a4a4a;
    width: 90%;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    padding: 1px;
    border-radius: 4px;
}
.popular-city:hover h5 {
    opacity: 1;
    background: rgba(4, 22, 37, 0.59);
}
.popular-city h5 {
    background: rgba(10, 49, 82, 0.5);
    position: absolute;
    bottom: 0;
    color:white !important;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    line-height: 2;
    font-size: 16px;
    margin: 0;
}
.popular-city h5 a {
     color:white !important;
}
.tab-item {
    border-bottom:1px solid #e6e6e6;
    padding: 5px;
}
.tab-item img {
    width: 100%;
}
.tab-item .btn {
    background: #03a9f4;
    padding: 5px 10px;
    -webkit-appearance: none;
    color: white;
    font-size: 13px;
    /*position: absolute;*/
    /*top: 35%;*/
    display: block;
}
.tab-item .min-price {
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 7px 0;
}

.tab-item .title a {
    color: black;
    font-size: 17px;
}
/*.tab-item-hotel .title {
    display: inline;
}*/
.tab-item-hotel .hotel-city {
    color: #00adef;
    font-size: 13px;
}

.tab-item .text-desc {
    font-size: 12px;
}
.tab-option {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 22px;
}
.tab-item .nights {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
}
.item1 { grid-area: one; }
.item2 { grid-area: two; }
.item3 { grid-area: three; }
.item4 { grid-area: four; }
.item5 { grid-area: five; }
.item6 { grid-area: six; }
.item7 { grid-area: seven; }

.grid-container {
  display: grid;
  grid-template:
    'one one three three three three'
    'two two three three three three'
    'four four five five six six'
    'seven seven seven seven six six';
    grid-gap: 2px;
    direction: ltr;
  /*grid-gap: 10px;
  background-color: #2196F3;
  padding: 10px;*/
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  /*text-align: center;
  padding: 20px 0;
  font-size: 30px;*/
}
.grid-container .grid-item span {
    position: absolute;
    right: 0;
    left:0;
    text-align: center;
    top: 50%;
    color: white;
    font-size: 17px;
}
.grid-container .grid-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.38);
}
.tour-group {
    overflow: hidden;
    margin-bottom: 25px;
}
.tour-group  img {
     width: 100%;
    max-width: 100%;
}
.tour-group  img:before{

}
.tour-date {
    color: #00adef;
    font-size: 13px;
}
.stars i {
    color: #f6c255;
}

.offer-nav.nav-tabs .nav-item .nav-link.active:after {
    content:"";
    width:0;
    background: transparent;
    position: absolute;
    left: 40%;
    right: auto;
    bottom: -15px;
    border-top: 15px solid  #e2000c;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
}
.offer-nav.nav-tabs .nav-item .nav-link.active {
    background: #e2000c;
    color: white;
}
.offer-nav.nav-tabs:not(.flex-column) {
    overflow: visible;
    overflow-x: visible;
}
.intro-service {
    padding: 50px 0;
}

.subscribe {
    /*margin: auto;*/
    text-align: center;

}
.subscribe .newsletter {
    margin: 0 auto !important;
}
.subscribe .newsletter input {
    margin: auto;
}
.subscribe .big-icon {
    padding: 20px;
    color:#00adef;
}
.subscribe .sub-text {
    margin: auto;
    padding: 13px 0;
    color: gray;
}
/* Newsleter */
.newsletter .form-control {
  font-size: 14px;
}
.newsletter .btn {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 14px;
  background: #546d89;
  border-color: #546d89;
}
.newsletter .btn:hover {
  background: #415b78;
}
.form-group .input-icon {
    position: absolute;
    color: #c4c3c3;
    top: calc(70% - 16px);
    left: 7px;
    cursor: pointer;
}
.form-group .ui-autocomplete-input {
    padding-left: 30px !important;
    padding-right: 0 !important;
}
.travellers-class .travellers-dropdown.show {
    display: block !important;
}
.travellers-dropdown select.form-control {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 7px !important;
}

.hotel-detail {
    background: white;
}
.hotel-brief-info {
    padding: 10px;
   padding-bottom: 70px;
}
.index-comment h4 {
    background: #e6e6e6 none repeat scroll 0 0;
    text-align: center;
    margin-bottom: 0;
}
.hotel-sidebar h4 {
    background: #e6e6e6 none repeat scroll 0 0;
    text-align: center;
}
.hotel-sidebar h4 .stars {
    display: block;
    padding-top: 8px;
}
.hotel-sidebar ul {
    list-style: none;
    padding: 5px 10px;
    margin-bottom: 0;
}
.hotel-sidebar ul li {
    line-height: 3;
    border-bottom: 1px solid #e6e6e6;
    direction: ltr;
}
.hotel-sidebar ul li.iframe {
    width: 100%;
    height: 238px;
}
.hotel-sidebar ul li.iframe iframe {
    width: 100%;
    height: 238px;
}
.hotel-sidebar ul li span {
    margin-left: 5px;
}
.hotel-sidebar ul li i {
    padding-left: 8px;
    color: #03a9f4;
}

.nature-sidebar h4 .stars {
    display: block;
    padding-top: 8px;
}
.nature-sidebar ul {
    list-style: none;
    padding: 5px 10px;
    margin-bottom: 0;
}
.nature-sidebar ul li {
    line-height: 3.5;
    border-bottom: 1px solid #e6e6e6
}
.nature-sidebar ul li.iframe {
    width: 100%;
    height: 238px;
}
.nature-sidebar ul li.iframe iframe {
    width: 100%;
    height: 238px;
}
.nature-sidebar ul li span {
    margin-left: 5px;
}
.nature-sidebar ul li i {
    padding-left: 8px;
    color: #03a9f4;
}
.nature-package-detail {
    background: white;
}
.hero_in.tours .search-input-line label {
    color: white;
}
.sidebar ul li ul {
    padding-left: 15px;
    padding-top: 5px;
}
.hero_in.tours form .travellers-dropdown label {
    color: black;
}
.tour-home-search .sep-input .form-control {
    background: white !important;
    width: 80%;
    height: 45px;
}
.tour-home-search .sep-input select.form-control {
     width: 80%;
     height: 45px !important;
}
.tour-home-search .dropbtn {
     background: white !important;
     height: 45px;
}
.tour-home-search .icon-inside {
    font-size: 13px;
}
.tour-home-search .icon-inside i {
    color: white;
}
.tour-home-search .input-border {
    background: #00adef;
    border: 1px solid  #00adef;
}
.flight-item {
    border: 1px solid #f0f0f0;
    padding: 7px;
}
.flight-item .main-img {
    width: 100%;
    height: 170px;
}
.flight-item .main-img img{
    width: 100%;
    height: 170px;
}
.flight-item .main-title a {
    display: block;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 18px;
}
.flight-item .footer-info p {
    text-align:left;
}
.designed-by {
    position: absolute;
    float: left; 
    left: 30px;
}
.more-btn , .more-btn:focus {
    color: #00adef;
    border: 1px solid #00adef;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 15px;
}
.card-table {
    border: 1px solid #e6e6e6;
    border-top: 0;
    box-shadow: 0px 0px 5px #e6e6e6;
    /*margin: 5px 0;*/
    padding: 7px;
    padding-bottom: 0;
    background: white;
    line-height: 2.5;
}
.card-table img {
    width: 100%;
    height: 100px; 
}

.hotels .card-table .stars {
    padding-right: 5px;
}
.detail-slider {
	position: relative;

}

.detail-slider .features{
	position:absolute;
	top:40px;
	left:0;
}

.detail-slider .features li{
	padding:18px 22px;
	min-width:165px;
	margin-bottom:6px;
}

.detail-slider .features li .f-icon{
	float:left;
	font-size:28px;
	width:37px;
	position:relative;
	top:5px;
}

.detail-slider .features li .f-text{
	overflow:hidden;
}

.detail-slider .features li .f-text p{
	margin-bottom:0px;
}

.detail-slider .features li .f-text p.f-heading{
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}

.detail-slider .features li .f-text p.f-data{
	font-size:14px;
	margin-top:-2px;
}



.feature-slider .slick-list .slick-slide img,
.feature-slider-nav .slick-list .slick-slide img{
	width:100%;
}

.feature-slider-nav .slick-list .slick-slide img{
	padding:0px 2px;
}

.feature-slider-nav .slick-slide{
	cursor:pointer;
}

.feature-slider-nav .slick-arrow{
	height:60px;
	width:23px;
}

.feature-slider-nav .slick-prev{
	left:0px;
	z-index:1;
}

.feature-slider-nav .slick-next{
	right:-1px;
}

.feature-slider-nav .slick-prev::before,
.feature-slider-nav .slick-next::before{
	font-family: FontAwesome;
	font-size:22px;
}

.feature-slider-nav .slick-prev::before{
	content: '\f104';
}

.feature-slider-nav .slick-next::before{
	content: '\f105';
}
.feature-slider-nav {
    direction: ltr;
}
/*.feature-slider{
	margin-bottom:35px;
}*/

.flight-features li:first-child .f-icon{
	font-size:33px;
}

.flight-features li:nth-child(2) .fa-plane{
	transform:rotate(85deg);
}
.no-padding {
    padding: 0;
}
.sidebar-item-body {
    padding: 10px 20px;
    /*overflow-y: scroll;
    height: 355px;*/
}
.sidebar-item-body .similar-hotel-box {
    padding-top: 10px;
    padding-bottom: 15px;
}
.sidebar-item-body .similar-hotel-box img {
    height: 85px;
    width: 100%;
}
.sidebar-item-body .similar-hotel-box h5 {
    font-size: 15px;
}
.sidebar-item-body .similar-hotel-box h5 a {
    color: #172741;
}
.sidebar-item-body .similar-hotel-box .location {
    color: #03a9f4;
}
.gmap_canvas {
    width: 100% !important;
}
.mapouter {
    width: 100% !important;
}
.Fasilities .faciliti-p {
    background: #e6e6e6;
    margin: 10px 0;
    direction: ltr;
}
.Fasilities .title {
    font-size: 18px;
    margin: 10px 0;
    padding-top: 55px;
}
.Fasilities .faciliti-p i {
    background: #03a9f4;
    color: white;
    margin-left: 20px;
    position: relative;
    padding: 15px;
}
.Fasilities .faciliti-p i:after {
    content: "";
    background: #03a9f4;
    position: absolute;
    left: -15%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
}
.post-comments h3 i {
    padding-right: 15px;
}
.post-comment-form h3 i {
    padding-right: 10px;
}
.nature-nav {
    /*border-bottom: 1px solid #ddd;*/
    list-style: none;
    margin: 0;
    padding-top: 30px;
    direction: ltr;
}
.nature-nav li {
    display: inline-block;
    padding-left: 20px;
}
.nature-nav li a {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 30px;
}
.hotel-nav {
    /*border-bottom: 1px solid #ddd;*/
    list-style: none;
    margin: 0;
    padding: 0;
}
.hotel-nav li {
    display: inline-block;
    padding-left: 20px;
}
.hotel-nav li a {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 30px;
}
.hotel-sidebar .quote p {
    padding: 15px 30px;
    line-height: 2.2;
}
.quote .title {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #03a9f4;
}
.quote {
    padding-top: 10px;
}
.post-wrapper {
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px #e6e6e6;
    margin: 40px 0;
}

.post-wrapper .post-body {
    padding: 0px 20px;
}
.post-wrapper .post-body h3 a {
    color: black;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
.post-wrapper .post-body  p i {
    margin: 0px 5px;
    color: #03a9f4;
}
.post-wrapper .post-body  p , .post-wrapper .post-body  p a {
    color: gray;
}
.post-footer {
    background: #e6e6e6;
}
.post-footer h5 {
    margin-top: 15px;
    margin-left: 15px;
    font-size: 15px;
    color: gray !important;
    text-align: left;
}
.post-footer .post-btn {
    padding: 15px 40px;
    display: inline-block;
    background:  #03a9f4;
    color: white;
}

.blog-sidebar {
    margin: 40px 0;
    box-shadow: 0px 0px 5px #e6e6e6;
}
.blog-sidebar .recent-block h5 {
     font-size: 17px;
     display: block;
     padding: 15px 15px;
     margin-bottom: 0px;
     color: gray;
     border-bottom: 1px solid #e1e1e1;
     direction: ltr;
}
.blog-sidebar .recent-block h5 i {
    vertical-align: middle;
    padding-left: 5px;
    color: #03a9f4;
    font-size: 13px;
}
.blog-sidebar .sidebar-body {
    padding: 20px;
}
.blog-sidebar .sidebar-body .img-sidebar {
    width: 100%;
    height: 65px;
}

.weblog-content {
    box-shadow: 0px 0px 5px #e6e6e6;
    padding: 30px;
}
.p-blog-tags span i {
    color: #03a9f4;
    padding: 0 5px;
}
ul.tags li i {
    color: #03a9f4;
    vertical-align: -webkit-baseline-middle;
    padding: 0 5px;
}
ul.tags li {
    display: inline-block;
}
ul.tags {
    padding: 0;
    padding-top: 20px;
}
.visa-description {
    padding: 20px;
    box-shadow: 0px 0px 5px #e6e6e6;
}
.contact-info span {
    font-size: 13px;
    display: block;
    padding-left: 5px;
    border-left: 3px solid #03a9f4;
}
.contact-info {
    padding-bottom: 5px;
    padding-top: 5px;
}
.about-cards {
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05), 0 1px 5px 0 rgba(0,0,0,.15);
    padding: 25px 30px;
    margin: 20px 0;
}
.personel img {
    border-radius: 50%;
    height: 160px;
    max-width: 160px !important;
    margin: auto;
}
.personel-header .title {
    display: block;
    padding: 25px;
    font-size: 25px;
    text-align: center;
}
.personel .title h4 {
    text-align: center;
    padding: 15px;
    font-size: 18px;
}
.personel .job {
    font-size: 16px;
    text-align: center;
}
.personel .item {
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05), 0 1px 5px 0 rgba(0,0,0,.15);
    margin: 5px;
}
.section-404 {
    background: url("/content/website/img/fivestars/404.jpg");
    height: 760px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
}
.section-404:before {
    content: "";
    background: #000000b8;
    position: absolute;
    left: 0;
    width: 100%;
    height: 760px;
}
.section-404 .not-found {
    padding-top: 200px;
    text-align: center;
}
.section-404 .not-found h2 {
    color: white !important;
    font-size: 100px;
    text-align: center;
}
.section-404 .not-found p {
    color: white;
    font-size: 25px;
    text-align: center;
}
.section-404 .not-found .btn {
    background: #03a9f4;
    color: white;
    border-radius: 30px;
}
.section-404 .not-found ul li a {
    color: white;
}
.section-404 .not-found ul li {
    text-align: right;

}
.section-404 .not-found ul {
    color: white;
    padding-top: 20px;
}
.section-404 .not-found .offer404 {
    display: inline-block;
    border: 1px solid;
    padding: 5px;
    margin: 5px;
}
.section-404 .not-found .offer404 a {
    color: #b4b4b4;
    line-height: 2;

}
.cat404 {
    position: absolute;
    color: #d5d5d5;
    right: -20px;
    top: 13px;
}

.included i {
    color: #03a9f4;
    padding-left: 5px;
}
.included p {
    padding-top: 10px;
    margin: 5px;
}
.included h4 {
    font-size: 18px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.included .included-item {
    padding: 8px 15px
}
.daily-schedule {
    margin-top: 20px;
    direction: rtl;
}
.daily-schedule .schedule-title {
    background: #e6e6e6;
}
.daily-schedule .schedule-title p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}
.daily-schedule .schedule-title p span {
    background: #03a9f4;
    color: #ffffff;
    font-size: 16px !important;
    margin-left: 25px;
    padding: 15px;
    display: inline-block;
    position: relative;
}
.daily-schedule .schedule-title p span:after {
    content: "";
    background: #03a9f4;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -10px;
    top: 33%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.daily-schedule-body {
    overflow: hidden;
    padding: 0 5px 10px;
}
.tools-box .title {
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}
.tools-box .tools-items {
    padding: 5px 20px;
    line-height: 3;
}
.tools-box .tools-items span a {
    color: gray;
    padding: 0 10px;
    border: 1px solid gainsboro;
    /*margin: 5px;*/
    display: inline-block;
}
.tools-box {
    padding: 15px;
}
.tools-box i {
    color: #03a9f4;
    padding-left: 5px;
}
.tour-home-search .sep-input {
    padding-top: 30px;
}
.tour-home-search .sep-input .icon-inside {
    background: #00adef;
    left: auto;
    right: 0;
    height: 100%;
    top: 0;
    width: 30px;
}
.tour-home-search .sep-input .icon-inside i {
    display: block;
    text-align: center;
    padding-top: 15px;
}
.weblog-content img {
    width: 100%;
}
.package-reservation [type="radio"]:checked,.package-reservation [type="radio"]:not(:checked) {
    position: relative;
    right: 0;
}
.tg-gallery img {
     width: 100%;
    height: 165px;
    padding-bottom: 25px;
}
.tg-gallery ul {
    list-style: none;
}
.gallery-items .modal img {
    width: 100%;
    height: auto;
}
.tours-gallery {
    padding: 45px;
    padding-top: 75px;
}
.tours-gallery img {
    padding: 10px 0;
    cursor: pointer;
}
.tours-gallery #galleryModal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #0000008f;
}

/* Modal Content */
.tours-gallery .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  border: none;
}

/* The Close Button */
.tours-gallery .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.tours-gallery .close:hover,
.tours-gallery .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.tours-gallery .mySlides {
  display: none;
}

.tours-gallery  .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.tours-gallery .prev,
.tours-gallery .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
    background: #b3b3b3;
}

/* Position the "next button" to the right */
.tours-gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.tours-gallery  .prev:hover,
.tours-gallery  .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

 .tours-gallery .demo {
  opacity: 0.6;
}
.tours-gallery .active,
.tours-gallery .demo:hover {
  opacity: 1;
}

.tours-gallery img.hover-shadow {
  transition: 0.3s;
}

.tours-gallery .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.step .select {
    margin-top: 20px;
}

/*.required-tools {
    margin: 25px auto;
    width: 85%;
    background: #f9f9f9;
    border: 1px solid gainsboro;
}*/
#tools .tab-title {
    background: #03a9f4;
    text-align: center;
    color: white;
    padding: 10px;
    font-size: 18px;
}
#tools {
     border: 1px solid gainsboro;
}
.required-tools .tools-items a {
    background: white;
}
.package-city {
    font-size: 16px;
    text-align: left !important;
}
.nature-nav.fixed {
    position: fixed !important;
    top: 35px;
    width: 50%;
    background: white;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    z-index: 10;
}
.index-comment {
    width: 90%;
    background: white;
    margin: auto;
    margin-top: 40px;
    box-shadow: 0px 0px 5px #e6e6e6;
}
.index-comment .quote p {
    padding: 15px 30px;
    line-height: 2.2;
}
.icons-row .icons-card .condition p {
    font-size: 15px;
}
.condition i {
    color: #f2676b;
    border: 1px solid #f2676b;
    padding: 6px;
    float:left;
    font-size: 20px;
    margin-top: 15px;
}
.condition p {
    margin-bottom: 0;
    color: gray;
}
.condition span {
    display: block;
}
.condition {
    padding-bottom: 20px;
}
.footer-menu-link ul {
    list-style: none;
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: right;
    direction: rtl;
}
.footer-menu-link ul li {
    margin: 0 20px;
    margin-top: 20px;
}
.footer-menu-link ul li a {
    color: #3d3d3d;
    font-size: 16px;
}
.search-input-line .sep-input .input-border .select-passengers {
    text-align: left;
}
 .owl-carousel {
     direction: ltr;
 }
.subscribe .input-group>.input-group-append>.btn {
    padding: 0 20px; 
    height: 46px !important; 
    border-color: #00adef; 
    background-color: #00adef;
    border-top-right-radius: 50px; 
    border-bottom-right-radius: 50px;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.newdatepicker {
   text-align: left !important;
}
.search-input-line.tour-home-search .sep-input .input-border .select-passengers span {
    font-size: 12px;
}
.search-input-line .sep-input .form-control.qty-spinner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.blog-sidebar .sidebar-body {
    direction: ltr;
}
.p-blog-tags {
    direction: ltr;
}
.icons-row {
    padding: 15px 0;
}
.icons-row .icons-card {
    float: left;
    width: 97%;
    margin-bottom: 25px;
    box-shadow: 4px 5px 9px 2px #e6e6e6;
}
.icons-row .icons-body {
    border: 1px solid rgba(0,0,0,.1);
    padding: 2px 10px;
}
.icons-row .icons-card .icons-header {
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    padding: 15px 0;
    font-size: 17px;
    background: #efefef;
}
.icons-row .icons-card .icon-label {
    font-size: 15px;
    color: gray;
    margin: 0;
    padding-top: 13px;
}
.icons-row .icons-card p {
    font-size: 17px;
    color: black;
    padding: 3px 10px;
}
.text-left {
    text-align: left;
}
.icons-card .dash-line {
    border-top: dotted 2px #aeaeae;
    margin: 3px 0;
    /*margin-top: 16px;*/
}
.right-to-left .icons-card .dash-line:before {
     width: 6px;
    height: 6px;
    border: 2px solid  #f2676b;
    position: absolute;
    content: "";
    display: block;
    transform: rotate(0deg);
    top: 5px;
    border-radius: 50%;
    right: 0;
}
.right-to-left .icons-card .fa-chevron-left {
    border: 0;
    position: absolute;
    display: block;
    top: 3px;
    border-radius: 50%;
    left: 0;
    color: #f2676b;
}
.right-to-left .icons-card .exchange-icon {
    position: absolute;
    top: -5px;
    left: 45%;
}
.right-to-left .icons-card .exchange-icon i {
    background: #efefef;
    padding: 10px;
    border-radius: 50%
}
.icons-card .distance {
    padding: 10px;
    text-align: center;
    padding-top: 15px;
}
.icons-card .between-icons {
    position: relative;
    margin-top: 10px;
    padding: 5px 0;
}
.icons-card .distance span.icon-label {
    font-size: 12px;
}
.icons-card .distance span {
    font-size: 13px;
}
.icons-card .stay-time {
    padding: 10px;
    text-align: center;
    padding-top: 30px;
}
.icons-card .stay-time span {
    font-size: 13px;
}
.icons-card .stay-time span.icon-label {
    font-size: 12px;
}
.condition span {
    padding-right: 10px;
}
.hr50 {
    padding: 2px;
    border-top: 1px solid #efefef;
    width: 50%;
    margin: 35px auto;
}

.table-fixed .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.hotels .table-fixed thead {
    width: 100%;
    table-layout: fixed;
}
.hotels .table-fixed tbody {
    /*height: 600px;*/
    overflow-y: auto;
    width: 100%;
    display: block;
}
.hotels .table-fixed tbody tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.rwd-table {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
}
.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
  float: right;
}

.rwd-table th,
.rwd-table td {
  text-align: right;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}


.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {

  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
.card-table-header {
    background: #2f2482;
    color: white;
}
.card-table-header span {
    padding: 14px 0;
    padding-right: 10px;
    text-align: right;
    display: block;
    font-size: 13px;
}
.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.card-tables {
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
.popular .tourist-title a {
    color: #2e2484;
    font-weight: normal;
    margin: 10px 0;
    display: block;
}
.tour-relative-nature {
    width: 90%;
    /*margin: auto;*/
}
.tour-relative-nature .item {
    margin-bottom: 5px;
    border: 1px solid #e7e4e4;
    padding: 8px;
    position: relative;
}
.tour-relative-nature .item .tour-a-img  {
    height: 187px;
    display: block;
}
.tour-relative-nature .item .tour-a-img .tours-img {
     height: 187px;
}
.section1 {
    padding-top: 25px;
    padding-bottom: 20px;
    background: white;
    direction: rtl;
}
.section2 {
    padding-bottom: 20px;
    background: white;
    direction: rtl;
}
.section2 .nature-nav {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
    padding-right: 10px;
}
.tourist-title {
    margin: 0;
    font-size: 35px;
    color: #2c2081 !important;
    padding-bottom: 20px;
}
.tourist-address p {
    margin: 0;
}
.tourist-address {
    padding-right: 40px;
    padding-bottom: 20px;
}
.tourist-address p i {
    padding-left: 5px;
    color: #e2000c;
}
.tourist-map-link {
    margin-right: 20px;
    border: 1px solid #e2000c;
    padding: 4px 10px;
    padding-bottom: 0;
    font-size: 12px;
    border-radius: 2px;
}



.tourist-group {
    font-size: 16px;
}

.address-field {
    /*width: 55%;
    margin: auto;
    margin-top: 20px;
    padding: 25px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 4px 5px 9px 2px #e6e6e6;
    background: #fafafa;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    padding-bottom: 35px;
    padding-top: 20px;
}
.tourist-email {

}
.tourist-gallery {
    background: #f9f9f9;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*.brief-box {
    border: 1px dashed #bbb;
    border-radius: 5px;
    margin:0 auto;
    padding: 25px 10px;
    position: relative;
    width:200px;
}
.brief-box:before {
    border-color: #bbb rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px 8px 0;
    bottom: -8px;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    width: 0;
}
.brief-box:after {
     border-color: #FFFFFF rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: -6px;
    content: "";
    display: block;
    left: 22px;
    position: absolute;
    width: 0;
}*/
.brief-box {
    padding-bottom: 20px;
}
.brief-box h3 {
    font-size: 22px;
    padding-bottom: 15px;
}
.brief-box h3:before {
   	content: "";
	background-color: #2e2482;
	display: block;
	position: relative;
	top: 18px;
	width: 100%;
	height: 2px;
	z-index: 1;
}
.brief-box h3 span {
    z-index: 2;
    background: white;
    position: relative;
    padding-left: 10px;
}
.brief-box p {
    font-size: 15px;
}
.tourist-description p {
    line-height: 2.4;
    font-size: 15px;
}
/*.tourist-description pre p {
    margin: 0;
}*/
.tourist-attribute {
    /*box-shadow: 2px 5px 20px 2px #ebebeb;*/
    /*border: 1px solid #03a9f4;*/
    padding: 0 12px;
    line-height: 2;
    margin-bottom: 35px;
    margin-top: 35px;
}
.tourist-attribute i {
    color: #f2676b;
    padding-left: 5px;
}
.tourist-attribute .col-md-3 {
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: whitesmoke;
}
.tourist-attribute .tourist-border-t {
     border-top: 1px solid #f3f3f3;
}
.tourist-attribute span {
    padding: 7px 0;
    display: block;
}
.tourist-relatedtour , .tourist-closeplace{
    font-size: 22px;
    color: #535b61;
    margin-bottom: 15px;
    text-align: center;
}
.tourist-relatedhotel {
    padding-top: 20px;
}
.tourist-relatedhotel .tourist-closeplace {
    padding-bottom: 20px;
}
.tourist-hotel-relative .item .tourist-hotelrelated .main-info .main-title h5 {
    margin: 0;
}
.tourist-hotel-relative .item .tourist-hotelrelated .main-info .main-title h5 a {
    font-size: 18px;
    text-align: center;
}
.tourist-hotel-relative .item {
    width: 99%;
}
.tourist-iframe-side iframe {
    width: 100%;
    height: 250px;
}
.tourist-iframe-side {
    width: 90%;
    margin: auto;
    padding-top: 28px;
}
.tourist-event i {
    /*padding-right: 45px;*/
    color: #03a9f4;
    padding-left: 5px;
    font-size: 17px;
    vertical-align: middle;
    transform: rotate(45deg);
}
.tourist-event .label {
    color: gray;
    font-size: 15px;
}
.tourist-event span {
    color: #2c2081;
    font-size: 17px;
}

@media (min-width: 992px) {
    .change-direction {
        position: absolute;
        width: 29px;
        left: 48%;
        bottom: 35px;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        color: gray;
        height: 40px;
        top: 145px;
    }
}