﻿:root {
--myYellow: #fc0;
--myBlue: #00355f;  
} 
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;
}
.kouhe-nour .navbar-ul {
  width: 100%;
  margin:auto;
  /* display: flex;
  flex-flow: row wrap;
  justify-content: space-around; */
  /* background: #015c86; */
  background: transparent;
}
.kouhe-nour .navbar-ul .nav-item a.active , .kouhe-nour .navbar-ul .nav-item a:focus {
  background-color: var(--myBlue) !important;
  color: white !important;
}
.kouhe-nour .navbar-ul .nav-item {
  width: 10%;
  top: 0;
  border: 1px solid #80808082;
  margin: 5px;
  border-radius: 2px;
  position: relative;
}
.kouhe-nour .secondary-nav.navbar-ul .nav-item a {
  height: 43px;
  color: gray;
  padding: 10px 7px;
}
.kouhe-nour .tab-content .tab-pane.active {
  opacity: 1;
}
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%;
  direction: ltr;
}
#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: #111418 !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.2);
  box-shadow: 0px 0px 10px rgba(2, 0, 0, 0.2);
}
#header .navbar {
  padding: 0px;
  margin: 0;
}
#header.bg-transparent {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
}
#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: 70px;
  padding-left: 0.85em;
  padding-right: 0.85em;
  color: #0c2e53;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  font-size: 13px;
}
.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: 180px;*/
  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: static;
}
.primary-menu ul.navbar-nav > li.dropdown-mega > .dropdown-menu {
  width: 100%;
  padding: 20px 20px;
  margin-left: 0px !important;
}
.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;
}
.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 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);
}
.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;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left:0.5rem;
        padding-right: 0.5rem;
    }
  .header-text-light .primary-menu ul.navbar-nav > li > a {
    color: rgba(250, 250, 250, 0.8);
  }
  .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;
  }
}
.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) {
  .payments-types li img {
    display: flex;
    padding: 7px;
    width: 80px;
    height: 80px;
    margin: 5px;
    background: white;
    border-radius: 50%;
  }
  .text-center-lg {
    text-align: center;
  }
  .blog-post-img img {
    width: 100%;
    height: 400px;
  }
  .none-lg {
    display: none !important;
  }
    .designed-by {
         bottom: 30px;
    }
    .top-menu .phone-num {
        margin-top: 14px;
    }
    .visa-bg .page-h1 h1 {
        font-size: 35px;
    }
    .flight-text {
        margin: 26px auto;
    }
    .change-direction {
        position: absolute;
        width: 24px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 50px;
        top: 0;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        color: gray;
        height: 40px;
        /* top: 15px; */
        z-index: 9;
    }
    .blog-padd {
        padding-right: 55px;
        padding-left: 55px;
    }
    .flight-info-row i.info-bg {
        font-size: 95px;
    }
    .flight-info-row .about-detail {
        padding: 45px 0;
    }
    .blog-header span.title {
        font-size: 23px;
    }
    .blog-header:before {
      top: 15px;
	    width: 82%;
     }
    /* .blog-header:after {
        top: 23px;
	    width: 40%;
    } */
    .comment-block .user-text p {
        font-size: 15px;
    }
img.tour-detail-slider {
    width: 95%!important;
    height: 335px;
    margin: auto;
}
    .comment-block .user-text span {
        font-size: 18px;
    }
.hotel-detail-card ul li.iframe {
    /* position: absolute;
    left: 0;
    top: -15px; */
    width: 160px;
    height:160px;
}
.hotel-detail-card ul li.iframe iframe {
    width: 160px;
    height:160px;
}
.hotel-detail-card ul {
    list-style: none;
    padding-right: 5px;
    line-height: 2.5;
    /* padding-left: 195px; */
    position: relative;
}

.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-blog {
     display: grid;
    grid-template:
    'one one two three'
    'one one two four';
    direction: rtl;
    grid-gap: 8px;
    padding-right: 15px;
    padding-left: 15px;
}
.grid-container-blog .grid-item span {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  top: 0;
  bottom: 0;
  color: white;
  font-size: 20px;
  width: 100%;
  margin: auto;
  background-color: #0606064f;
  padding: 7px;
}
.grid-container-blog > div {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.grid-container-hotel {
     display: grid;
    grid-template:
    'one one one one two two two two'
    'one one one one two two two two'
    'one one one one two two two two'
    'one one one one  four four four four'
    'three three three three four four four four'
    'three three three three four four four four'
    'three three three three four four four four';
    grid-gap: 2px;
}
.grid-container-hotel .grid-item span {
    position: absolute;
    right: 0;
    left:0;
    text-align: center;
    top: 43%;
    color: white;
    font-size: 20px;
    width: 65%;
    margin: auto;
    background-color: #0606067a;
    padding: 7px;
}
.grid-container-hotel > div {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.grid-container {
  display: grid;
  grid-template:
    'one one two two three three'
    'one one four four four four'
    'five five six six seven seven';
    grid-gap: 2px;
  /*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: 20px;
}
.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);
}
    .buy-follow , .buy-follow:hover{
        border: 1px solid var(--myYellow);
        color: #fb7400;
        border-radius: 5px;
        padding: 6px 8px;
        cursor: pointer;
    }
    .search-box .btn-block,.form-control:focus,.buy-follow, .buy-follow:hover {
      border-color:  var(--myBlue) !important;
  }

   .buy-follow, .buy-follow:hover {
      color: white !important;
      background-color: var(--myBlue);
      font-size: 12px;
  }

    .bg-sec {
        top: 2%;
    }
    .hidden-lg {
        display: none;
    }
    #footer .social-icons {

        margin: 0;
    }
    .search-box .btn-block {
        margin: auto;
    }
    .subscribe .newsletter {
        width: 40%;
    }
    .subscribe .sub-text {
        width: 40%;
    }
    #slider {
          height: 510px;
    }
    .t-sidebar.fixed {
        position: fixed;
        top: 50px !important;
    }
  .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) {
    /*.calendars-multi {
        width: 100%!important;
        height: 100%!important;
    }*/
    .calendars-month {
        width: 100% !important;
    }
  .about-text {
    width: 95%;
  }
  .contact-card {
    width: 100% !important;
  }
  #footer .phone-number {
    font-size: 13px;
  }
  .payments-types li img {
    display: flex;
    padding: 7px;
    width: 60px;
    height: 60px;
    margin: 5px 2px;
    background: white;
    border-radius: 50%;
  }
  .tour-carousel {
    width: 100% !important;
  }
  .tour-detail-card {
    width: 100% !important;
  }
  .tour-detail-page .tour-header {
    font-size: 23px;
  }
  .hotel-detail .tour-header {
    font-size: 20px;
  }
  .hotel-detail .tour-header .star-header {
    display: block;
    padding-top: 5px;
  }
  .blog-post-img img {
      width: 100%;
      height: auto !important;
  }
  .blog-orig .blog-post-img {
    height: 180px;
  }
  .no-padding-xs {
    padding: 0 !important;
  }
  .blog-orig .blog-post {
    height: 310px;
  }
  .none-xs {
    display: none !important;
  }
  .search-box .btn-block {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
  }
  .tip-down {
    bottom: -16px !important;
  }
  .kouhe-nour .navbar-ul .nav-item {
    width: auto !important;
    flex: 1;
  }
  .search-box {
    width: 100% !important;
    padding: 15px !important;
  }
    .designed-by {
         bottom: 10px;
    }
    .visa-description img {
        max-width: 100%;
    }
    .visa-bg .page-h1 h1 {
        font-size: 25px;
    }
    .rwd-table tr {
        border: 1px solid orange;
    }
     .rwd-table .stars {
         display: inline;
     }
    .rwd-table .table thead {
        display: none;
    }
    .hotel-tab .tabcontent {
        margin: auto;
    }
    .hotel-filter {
        width: 100%;
        padding: 10px 37px;
    }
    .tour-description img {
        max-width: 100%;
    }
    .flight-text {
        width:95%;
        margin: 10px auto;
    }
    .change-direction {
      display: none !important;
    }
    .btn-filter , .btn-filter:focus {
        background: white;
        padding: 8px !important;
        margin-top: 10px;
        width: 100%;
        box-shadow: 0px 5px 5px 0px rgba(239, 108, 0, 0.12);
        border-radius: 0;
        border: 1px solid var(--myYellow);
    }
    .btn-filter i {
        font-size: 11px;
    }
    .country-filter {
        background: white;
    }
    .country-filter ul {
        list-style: none;
        padding: 0px;
        text-align: center;
    }
    .country-filter ul li {
        padding: 7px;
        border-bottom: 1px solid #d8d8d8;
    }
    .country-filter ul li a {
        color: gray;
    }
      .country-filter ul li a.active {
        color: #fb7400;
    }
    .blog-text img {
        width: 100%;
        height: auto;
    }
    .weblog-group-xs {
        padding: 8px;
        margin: 10px 25px;
        background-color: white;
        text-align: center;
        border-right: 3px solid #fb7400;
    }
    .weblog-group-xs span {

    }
     .flight-info-row i.info-bg {
        font-size: 60px;
    }
    .flight-info-row .about-detail {
        padding: 28px 0;
    }
    .blog-header span.title {
        font-size: 20px;
    }
     .blog-header:after {
        top: 12px;
	    width: 30%;
    }
     .blog-header:before {
        top: 12px;
	    width: 30%;
     }
    .comment-block .user-text p {
        font-size: 13px;
    }
    img.tour-detail-slider {
        width: 100%!important;
        height: 147.5px;
        margin: auto;
    }
    .comment-date {
        font-size: 11px;
    }
    .comment-block .user-text span {
        font-size: 13px;
    }
    .reply-block .comment-date {
        left: -15px;
    }
    .hotel-detail-card ul li.iframe {
        /*position: absolute;
        left: 0;
        top: -15px;*/
        width: 100%!important;
        height:160px;
    }
    .gmap_canvas {
        width: 100% !important;
    }
    .mapouter {
        width: 100% !important;
    }
    .hotel-detail-card ul li.iframe iframe {
        width: 100% !important;
        height:160px;
    }
    .hotel-detail-card ul {
        padding: 0;
        list-style: none;
        line-height: 1.9;
        position: relative;
    }
    .grid-container > div {
      background-color: rgba(255, 255, 255, 0.8);
      position: relative;
    }
    .grid-container .grid-item span {
        position: absolute;
        right: 0;
        left:0;
        text-align: center;
        top: 50%;
        color: white;
        font-size: 20px;
    }
    .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);
    }
    .grid-container .grid-item {
        height: 160px !important;
        width: 100% !important;
    }
     .grid-container .grid-item img {
        height: 160px !important;
        width: 100% !important;
    }
    .download-app .download-icon {
        margin-bottom: 5px;
    }
    .download-app .download-link {
        margin-bottom: 5px;
    }
    .buy-follow , .buy-follow:hover{
        color: #fb7400;
        padding: 6px 8px;
        cursor: pointer;
        font-size: 17px;
    }
    .top-menu .phone-num {
        float: right;
    }
    .top-menu {
        padding: 7px;
        text-align: center;
    }
    .bg-sec {
        top: 0;
    }
    #footer .sign-in-btn {
        color: var(--myYellow);
        border: 1px solid;
        padding: 5px 15px;
        font-size: 12px;
        margin-top: 10px;
    }
    #footer .social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .footer-info {
        text-align: center;
        font-size: 13px;
        margin-bottom: 0;
    }
    #footer ul.footer-info li span i {
        display: none;
    }
    #footer .social-icons {
      width: auto;
      margin: auto;
      margin-bottom: 21px;
      position: relative;
    }
    #footer .footer-copyright .copyright-text {
        font-size: 12px;
    }
    .footer-copyright ul.nav {
        display: none;
    }
    .search-box .btn-block {
        margin-top: 20px;
    }
    .subscribe .newsletter {
        width: 90%;
    }
    .subscribe .sub-text {
        width: 80%;
    }
    #slider {
        height: 720px;
    }
  .hidden-xs {
      display: none !important;
  }

  .navbar-toggler {
    width: 25px;
    height: 30px;
    padding: 10px;
    margin: 18px 10px;
    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: 0px;
    border-radius: 0px 5px 5px 0px;
}
.secondary-nav.nav .nav-link {
  text-align: center;
  font-size: 16px;
  margin: 0 10px;
  padding: .6rem 15px;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.secondary-nav.nav .nav-link:hover {
  color: #e4e4e4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
    .secondary-nav.nav .nav-item:first-child .nav-link {
        margin: 0px;
        padding: 17px;
    }
    .secondary-nav.nav .nav-link span {
        display: block;
        font-size: 17px;
        float: right;
    }
.secondary-nav.nav .nav-item .nav-link.active {
  background: #fff;
  color: #0071cc;
  border-radius: 4px 4px 0px 0px;
}

.secondary-nav.nav.alternate .nav-link {
  padding: 10px 15px;
  cursor: pointer;
}
.secondary-nav.nav.alternate .nav-item .nav-link.active {
  background-color: white;
  color: black;
}

@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-top: .2rem;
  padding-bottom: .2rem;
  border-radius: 0.25rem !important;
}

@media (max-width: 991px) {
  .travellers-dropdown {
    min-width: inherit;
  }
}
.icon-inside {
  position: absolute;
  right: 15px;
  top: calc(70% - 8px);
  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;
}
.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: #fff;
  opacity: 0.65;
  filter: alpha(opacity=65);
  text-align: center;
  font-size: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: .7rem;
  font-weight: 500;
}
.nav-tabs.style-4 .nav-item .nav-link.active, .nav-tabs.style-4 .nav-item .nav-link:hover.active {
  color: #fff;
  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;
    }
  }
}
.search-input-line .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(250, 250, 250, 0.5);
  border-radius: 0px;
  padding-left: 0px !important;
  color: #ccc;
}
.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: #424242;
    padding: 0px 0px 35px 0px;
    padding-top: 30px;
    position: relative;
}
#footer .phone-number {
  display: block;
  padding-right: 25px;
  color: #f2f3f4;
  font-family: "IRANSansWeb_light";
  padding-bottom: 13px;
}
#footer .phone-number .num {
  font-family: "IRANSansWeb";
  padding-right: 4px;
}
#footer .footer-copyright {
  border-top: 1px solid #e6e9ec;
  /*padding: 32px 0px 0px;*/
  margin-top: 2rem;
  margin-top: 32px;
  text-align: center;
  position: relative;
}
#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: #bdbdbd;
  margin: 20px 0 0 0;
  padding: 0;
}
#footer .d-flex ul li {
    color: #252b33;
}
/* Payments Images */
.payments-types {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.payments-types li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}

.payments-types li:hover a {
  opacity: 0.8;
}

/* Newsleter */
.newsletter .form-control {
  height: 38px !important;
  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;
}

.about-text {
  background-color: white;
  box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05), 0 1px 5px 0 rgba(0,0,0,.15);
  padding: 10px 40px;
  margin-bottom: 25px;
}

/* Social Icons */
.social-icons {
  padding: 0;
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  list-style: none;
  display: inline-flex;
  background: #646464;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 15px;
}
.social-icons li {
  margin: 0px 2px;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}
.social-icons li:last-child {
  margin-right: 0px;
}
.social-icons li a {
  background: #646464;
  border-radius: 100%;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  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(239, 108, 0, 0.9);
  box-shadow: 0 0 5px rgba(239, 108, 0, 0.9);
  border-color: rgba(239, 108, 0, 0.9);
}

/*.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: #585858 !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;*/
  background-color: white;
  margin-bottom: 15px;
  font-family: IRANSansWeb !important;
}

.ui-widget-header {
  background: #0071cc;
}
// + normalize.css

body, html { height: 100%; }

#slider {
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.bg-sec {
    position: absolute;
    right: 0;
    left:0;
}
#slides {
  height: 100%;
	transition: transform .7s ease-in-out;
	transform: translate3d(0, 0, 0);
}

.s-slide {
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  display: inline-block;
	position: relative;
}


#slides {
  will-change: transform;
	backface-visibility: hidden;
}


.s-slide { position: relative; }
.s-slide i {
	position: absolute;
	bottom: 2%; right: 2%;
	color: rgba(255,255,255,0.6);
	z-index:10;
	font-size: 18px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}
.search-box {
    background-color: white;
    position: relative;
    padding: 30px;
    direction: rtl;
    box-shadow: 0px 4px 9px 2px rgba(58, 56, 56, 0.4);
    width: 75%;
    margin: auto;
    background-image: linear-gradient(to right, #e6e6e6 , white);
}
.search-box label {
  margin-bottom: 0;
  font-size: 12px;
  color: gray;
}

.search-box-parent {
    box-shadow: 0 0 38px 0 rgba(150, 150, 150, 0.8);
    margin-top: 60px;
    direction: rtl;
}
.search-tab {
    background-color: rgba(175, 175, 175, 0.81);
     padding: 20px;
     position: relative;
}
.search-tab.active::before {
     transform: skew(-16deg);
     content:'';
     position: absolute;
     top:0;
     bottom:0;
    width: 100%;
    z-index: -1;
    background-color: rgb(250, 249, 249) !important;
}
.search-tab.active {
    background-color:rgb(250, 249, 249) !important;
    z-index: 1;
}
.search-tab.active a {
    color: #ffa500 !important;
}
.search-tab a {
    display: block;
    text-align: center;
    color: #faf9f9;
}
.search-tab a i {
    font-size: 17px;
}
.search-tab span {
    padding-right: 10px;
    font-size: 17px;
}
.search-box .btn-block {
    width: 80%;
    padding: 9px .96rem;
    font-size: 14px;
    background-color: var(--myYellow);
    color: #535b61;
    box-shadow: 0px 2px 8px 0px rgba(58, 56, 56, 0.3);
    /* border-color: #EF6C00;
    border-radius: 0px; */
    border: none;
    position: absolute;
    top: 32px;
    right: 0;
    left: 0;
}

.search-box .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ced4da;
    background-color: transparent;
}
.custom-control-label::after, .custom-control-label::before {
    right: -1.5rem;
}
.no-padding {
    padding:0;
}
.col-md-4 {
    display: inline-block;
}
.header-phone{
   padding-right: 15px;
}
.header-phone i {
    font-size: 25px;
    color: orange;
    transform: rotateY(180deg);
}
.header-phone span {
    color: orange;
    font-size:20px;
}
.header-phone small {
    color: #585858;
}
.login-btn {
    font-size: 14px;
    padding: 0 5px;
    height: 45px !important;
    margin-top: 12px;
}
.login-btn  i {
    padding: 0 5px;
}
/*.language-li {
    padding-left: 10px;
}
.language-li img {
    width: 30px;
    border-radius: 100%;
}
.language-li  span {
    padding-right: 10px;
    color: #585858;
    font-size: 13px;
}*/
.display-block {
    display: block;
}
.dropdown-mega-content .sub-title {
    text-align: right;
}
.top-menu {
    background-color: #1c4a7b;
}
.top-menu .btn {
    border: 1px solid white;
    color: white;
    font-size: 12px;
    margin: 9px 20px;
    padding: 5px 25px;

}
.top-menu .phone-num {
    color: white;
}
.top-menu .phone-num i {
    color: var(--myYellow);
    transform: rotate(-15deg);
    vertical-align: middle;
    margin-right: 5px;
}
.pull-left {
    float: left !important;
}
.top-menu .language .nav-link {
    color: white!important;
    font-size: 13px;
}
.top-menu .language .nav-link i {
    padding-left: 10px;
}
.carousel-title {
    padding: 35px;
    text-align: center;
}
.imp-flight img {
    height: 260px;
    padding: 5px;
}
.flight-info h4 {
    text-align: right;
    padding: 10px;
    font-size: 19px;
}
.flight-info span {
    padding-right: 10px;
}
.imp-flight .item {
    padding: 10px;
    margin: auto;
    margin-bottom: 10px;
    width: 95%;
    box-shadow: 1px 2px 15px #dadada;
    margin-top: 10px;
}
.email-address {
    margin-right: 10px;
    color: white;
}
.email-address i {
    color: var(--myYellow);
    vertical-align: middle;
    margin-right: 5px;
}
.language a i {
    color: var(--myYellow);
    vertical-align: middle;
}
img.iran-flag, img.english-flag {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: 0 20px;
    float: left;
}
.secondary-nav li {
    z-index: 99;
    width: 130px;
}
.flightclassbtn {
  width:160px;
  height:40px;
  border-radius:20px;
  background: #e4e4e4;
  display:block;
  position:relative;
  margin: auto;
}
.flightclassbtn:after {
  position:absolute;
  height:37px;
  width:65px;
  display:block;
  border-radius:20px;
  background: var(--myYellow);
  top: 0;
  right:1px;
  content:'اکونومی';
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-align:center;
  line-height:29px;
  color:#fff;
  font-size:12px;
  padding-top: 4px;
}
.flightclassbtn.active:after{
  right:100%;
  margin-right:-70px;
  background: var(--myYellow);
  content:'بیزینس';
  width: 70px;
}
.flightclassbtn input[type="checkbox"]{
  opacity:0;
}
.flightclassbtn .economy-radio {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 12px;
}
.flightclassbtn .business-radio {
    position: absolute;
    left: 15px;
    top: 7px;
    font-size: 12px;
}
.onoffbtn {
    width: 153px;
    height: 37px;
    border-radius: 20px;
    background: #e4e4e4;
    display: block;
    position: relative;
    cursor: pointer;
}
.onoffbtn:after{
    position:absolute;
    height:37px;
    width: 95px;
    display:block;
    border-radius:20px;
    background: var(--myYellow);
    top: 0;
    right:1px;
    content:'رفت و برگشت';
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-align:center;
    line-height:29px;
    color:#fff;
    font-size:12px;
    padding-top: 4px;
}
.onoffbtn.active:after{
    right:100%;
    width:65px;
    margin-right: -65px;
    background: var(--myYellow);
    content:'یکطرفه';

}
.onoffbtn input[type="checkbox"]{
  opacity:0;
}
.onoffbtn .roundtrip-radio {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 12px;
}
.onoffbtn .oneway-radio {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 12px;
}
.none {
    display: none;
}
div.scrolling-limit{
  width: 100%;
  overflow:hidden;
  white-space:nowrap;

}

div.scrolling{
    font-size: 16px;
  position: relative;
  -webkit-animation: scroll 15s infinite linear;
  -moz-animation: scroll 15s infinite linear;
  -o-animation: scroll 15s infinite linear;
  animation: scroll 15s infinite linear;
}

@keyframes scroll{
    0%   {right: 500px;}
    100% {right: -500px;}
}
@-webkit-keyframes scroll{
    0%   {right: 500px;}
    100% {right: -500px;}
}


.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.vl {
    border-left: 2px solid #adadada6;
    height: 40px;
    position: absolute;
    left: 0;
    margin-left: -3px;
    top: 5px;

}
.secondary-nav .nav-item {
    top: 35px;
}
    .secondary-nav .nav-item a {
        height: 50px;
        display: block;
        padding: 7px;
        color: black;
        text-align: center;
    }
    .subscribe {
        margin: auto;
        text-align: center;
    }
.subscribe .newsletter {
    margin: auto;
}
.subscribe .big-icon {
    font-size: 50px;
    padding: 20px;
    color: var(--myYellow);
}
.subscribe .sub-text {
    margin: auto;
    padding: 13px 0;
    color: gray;
    font-size: 17px;
    padding-bottom: 25px;
}
.services img {
    width: 100px;
    height: 80px;
    display: block;
    margin: auto;
}
.services {
    direction: rtl;
}
.services-text span {
    font-size: 13px;
    display: block;
    text-align: center;
}
.services-text {
    line-height: 2.1;
}
.services-text p {
    text-align: center;
    font-size: 12px;
    color: #aaa;
}
.field-card .field-img img {
    width: 100%;
    height: 150px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.field-card .field-img {
    position: relative;
}
/*.field-card .field-img h3 {
    position: absolute;
    bottom: 5px;
    background-color: #ffffff7d;
    color: white;
    padding: 3px;
    left: 15px;
    right: 15px;
    font-size: 20px;
    text-align: center;
}*/
.field-card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    border-radius: 20px;
    /*margin: 5px;*/
}
.field-description {
    padding: 12px 10px;
    font-size: 13px;
    overflow: hidden;
    text-align: justify;
}

.overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.38);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.company-desc {
    color: #f5f6f7;
}
#footer .nav-item a {
    color: gray;
}
.pt-7 {
    padding-top: 70px;
}
.pt-8 {
    padding-top: 80px;
}
.border-right-o {
    border-right: 4px solid var(--myYellow);
}
.border-left-o {
    border-left: 4px solid var(--myYellow);
}
.app-right-col {
    /*background-color: var(--myYellow);*/
    text-align: left;
    height: 190px;
    overflow: hidden;
}
.app-right-col img {
    /*padding: 0 72px;*/
    width: 100%;
    position: absolute;
    right: 0;
    top: -180px;
}
.app-left-col {
    padding: 25px;
    text-align: right;
}
.app-left-col h3 {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 5px;
    color: gray !important;
    padding-right: 10px;
    font-size: 24px;
}
.app-left-col img {
    width: 70px;
    height: 60px;
    display: inline-block;
    padding-top: 17px;
}
.app-left-col p {
    color: var(--myYellow);
    padding: 5px 10px;
    font-size: 15px;
    /*border: 1px solid;
    border-radius: 50px;
    display: inline;*/
}
.field-card h3 {
    background-color: var(--myYellow)c2;
    color: white !important;
    padding: 5px;
    font-size: 19px;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
}
.overlay {
    height: 150px;
}
.download-app .download-icon i {
    font-size: 35px;
     color: var(--myYellow);
     display: block;
     text-align: center;
}
.download-app .download-icon {
    border: 1px solid var(--myYellow);
    display: inline-block;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    margin-right: 5px;
}
.download-app .download-link {
    border: 1px solid var(--myYellow);
    display: inline-block;
    border-radius: 50px;
    height: 42px;
    vertical-align: bottom;
    margin-right: 5px;
}
.download-app .download-link p i {
    padding: 5px;
    vertical-align: middle;
}
.page-heading {
    text-align: center;
    padding: 20px;
}
.main-block .main-img img {
    height: 180px;
    width: 100%;
}
.main-block {
    width: 90%;
    margin: auto;
    border: 1px solid gainsboro;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
}
.main-info .main-title a {
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 10px;
    display: block;
    color: gray;
}
.main-info .main-title p {
    font-size: 13px;
    color: gray;
}
.main-info .main-title .stars {
    color: var(--myYellow);
    font-size: 12px;
}
.owl-carousel .main-info .main-title .stars {
  color: var(--myYellow);
  font-size: 12px;
  display: inline;
}
.owl-carousel .main-info .main-title p {
  text-align: right;
}
.main-block .footer-info .btn {
    background-color: var(--myYellow);
    width: 90%;
    padding: 6px 0;
    font-size: 14px;
    color: white;
    -webkit-appearance: none;
}
.visa-card .footer-info .btn {
    background-color: var(--myYellow);
    width: 90%;
    padding: 6px 0;
    font-size: 14px;
    color: white;
    -webkit-appearance: none;
}
.blog-post .footer-info .btn {
    background-color: var(--myYellow);
    width: 90%;
    padding: 6px 0;
    font-size: 14px;
    color: white;
    -webkit-appearance: none;
    position: absolute;
    bottom: 20px;
    left: 30%;
}
.main-block .footer-info p {
    margin: 0;
    color: #929292;
    padding-top: 5px;
    text-align: left;
    padding-left: 10px;
}
.text-center {
    text-align: center;
}
.footer-info.text-center a {
    width: 40% !important;
}
.tour-block .main-info p {
    height: 60px;
}
.tour-block i {
    color: var(--myYellow);
}
.tour-block .days-info span {
    padding-right: 5px;
    font-size: 12px;
    color: gray;
}
.field-description p {
    color: gray;
    margin-bottom: 0;
}
.travellers-dropdown label {
    font-size: 16px;
}
.parallex {
     background-image: url("/Content/Website/img/gitirose/app1.png");
     background-size: contain;
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-position: center;
}

.hotel-detail-card {
    background-color: white;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
    padding: 15px;
    height: 421px;
    /* margin-top: 20px; */
}
.hotel-detail-card .title {
    padding: 15px 10px;
    font-size: 19px;
    color: #585858;
}
.hotel-detail-card .title span {
    font-size: 13px;
}

.hotel-detail-card ul li span i {
    padding-left: 7px;
    vertical-align: middle;
}
.hotel-detail-card ul li {
    color: #565656;
}

.hotel-detail-card ul li .hotel-info {
    padding-right: 5px;
}
.detail-card {
    background-color: white;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
    padding: 5px;
}
.detail-card .detail-head {
    background-color:#fb7400;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    color: white;
}
.tour-header {
  color: var(--myBlue) !important;
  padding-bottom: 20px;
  font-size: 28px;
  padding-top: 5px;
  text-align: center;
}
.detail-body ul {
    list-style: none;
    padding: 5px;
    margin: 0;
}
/*.detail-body ul li:nth-child(even) {
  background-color: #efefef;
}*/
.detail-body ul li {
    display: block;
    padding: 13px 20px;
    position: relative;
    border-bottom: 1px solid gainsboro;
}
.detail-body ul li span.title {
    color: #afafaf;
}
.detail-body ul li span.title:before {
    content: "•";
    color: var(--myYellow);
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 23px;
}
.detail-body ul li span.content {
    color: gray;
    /*float: left;*/
}
.detail-body p span.title a {
    color: orange;
    text-decoration: none;
    font-size: 19px;
}
.detail-body p span.title a i {
    color: white;
    background-color: orange;
    border-radius: 50%;
    padding: 6px;
}
.detail-body p {
    padding: 10px 20px;
    margin: 0;
}
.hotels .table{
    /*width: 73%;*/
    margin: auto;
    border: 1px solid gainsboro;
}
.stars .fa-star {
    color: var(--myYellow);
}
.flight-info-row .column-title {
    line-height: 22px;
    color: #8b8b8e;
    font-size:15px;
    font-style: italic;
}
.flight-info-row .column-main {
    color: black;
    font-size: 26px;
}
.part-header span {
    background-color: #e0e0e0;
    display: block;
    height: 2px;
    margin: auto;
    width: 120px;
}
.part-header span em {
    background-color:orange;
    display: block;
    width: 60px;
    margin: auto;
    height: 2px;
}
.part-header {
    text-align: center;
}
a:focus, a:hover {
    text-decoration: none!important;
}
.flight-info-row i.info-bg {
    opacity: 0.2;
    position: absolute;
    left: 20%;
    color: #FB7401;
}
.flight-info-row {
    padding: 55px 0;
}
.comment-btn {
    background-color: var(--myYellow);
    color: white;
    padding: 6px 12px !important;
    font-size: 14px;
    box-shadow: 0px 2px 8px 0px rgba(58, 56, 56, 0.3);
}
::selection {
    background-color:  #f87b15;
    color: white;
}
.form-control:focus {
     border-color:  #f87b15!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(246, 121, 17) !important;
}
.comment-block .user-icon {
    position: absolute;
    right: -30px;
    top: 0;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #dedede;
    width:65px;
    height: 65px;
}
.comment-block .admin-icon {
    position: absolute;
    right: -30px;
    top: 0;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #dedede;
    width:65px;
    height: 65px;
}
.comment-block i{
    font-size: 40px;
    padding: 8px;
    color: var(--myBlue);
    text-align: center;
    margin: auto;
    display: block;
}
.comment-block {
    padding: 20px;
    padding-bottom: 7px;
    box-shadow: rgba(0, 0, 0, 0.11) 0 9px 28px 0px, rgba(0, 0, 0, 0.08) 0 5px 5px 0 !important;
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
    background-color: white;
}
.comment-block.reply-block {
    box-shadow: none!important;
    width: 92%;
    margin: auto;
}
.comment-block .user-text {
    padding-right: 30px;
    line-height: 2.1;
}
.comment-block .user-text span {
    color:#afafaf;
    font-weight: 600;
}
.comment-block .user-text p {
    color: gray;
}
.comment-date {
    position:absolute;
    left: 25px;
    color: #bdbdbd;
}
.flight-desc img {
    border-radius: 15px;
    width:100%;
}
.flight-desc h4 {
    padding: 10px 0;
}
.flight-desc p {
    line-height: 2.2;
}
.flight-desc ul {
    line-height: 2.2;
    list-style: none;
}
.flight-desc ul li {
    position: relative;
}
/*.flight-desc ul li:before {
    	content: " ";
		display: block;
		border: solid .8em orange;
		border-radius: .8em;
		height: 0;
		width: 0;
		position: absolute;
		left: .5em;
		top: 40%;
		margin-top: -.5em;
}*/
.flight-desc ul li:before {
    	content: " ";
		display: block;
		width: .3em;
		height: .6em;
		border: solid var(--myYellow);
		border-width: 0 .2em .2em 0;
		position: absolute;
		right: -20px;
		top: 40%;
		margin-top: -.2em;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
}
div.hotels-title {
    font-size: 18px;
    padding: 20px 0;
}
.hotels-title img{
    width: 45px;
}
.hotels-title span {
    vertical-align: super;
}
.hotel-city-cat {
    /* border: 1px solid gainsboro; */
    background-color: white;
    padding: 10px;
    padding-top: 2px;
    position: relative;
    border-radius: 10px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    cursor: pointer;
}

.sub-country {
    position: relative;
}
.sub-country:before {
  content: ".";
  position: absolute;
  top: -1px;
  right: 4px;
  font-size: 20px;
  color: #f87c16;
}
.sub-country:before:hover {
    color: white;
}
.sub-country:hover {
    background-color: #f6f7f8;
}
.sub-country a:hover {
    color: gray;
}
.sub-country a {
    color: gray;
    display: block;
    padding: 5px;
    padding-right: 15px;
}
.sub-countries {
    padding: 10px;
    padding-right: 20px;
    background: white;
    width: 96%;
}
.foreign-hotel {
  padding-bottom: 30px;
  padding-top: 10px;
}
.hotel-city-cat i {
  font-size: 11px;
  padding-left: 5px;
  color: var(--myYellow);
}
.hotel-city-cat .arrow {
    position: absolute;
    left: 15px;
}
.hotel-city-cat:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  /*left: 50%;*/
  position: absolute;
  background: var(--myBlue);
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}
.hotel-city-cat:hover:after {
  width: 95%;
  right: 0;
}
.hotel-city-cat a {
    color: #535b61;
}
.more-hotel {
    text-align: right;
    padding-top: 0;
    padding-bottom: 10px;
}
.more-hotel button , .more-hotel button:hover {
    background-color: #f87c16;
    color: white;
    padding: 5px 25px;
    border-radius: 50px;
    font-size: 13px;
}
.more-hotel button i {
    vertical-align: middle;
    padding-right: 7px;
    font-size: 10px;
}
.filter-city .head-title {
  font-size: 17px;
  color: var(--myBlue);
  margin-top: 0;
  border: 1px solid gainsboro;
  display: block;
  padding: 13px 10px;
  background: white;
}
.filter-city .head-title i {
  font-size: 10px;
  padding-right: 5px;
}
.filter_type .parent-li a{
  color: gray;
  font-size: 15px;
}
.filter_type .parent-li .child-li a{
  color: gray;
  font-size: 13px;
}
.filter_type {
  background: white;
  border: 1px solid gainsboro;
  margin-top: 10px;
  padding: 10px;
}
.filter_type ul {
  padding-right: 20px;
}
.hotel-card {
  padding: 12px;
  background-color: white;
  margin: 10px 0;
  border: 1px solid gainsboro;
}
.hotel-card:hover {
    background-color: #e8e8e8;
    border-radius: 5px;
}
.hotel-card .stars {
  display: inline-block;
}
.hotel-card .location {
  display: inline-block;
  float: left;
}
.hotel-card h3 {
  font-size: 16px;
  padding-top: 10px;
}
.hotel-card h3 a {
  color: gray;
}
.hotel-card .hotel-img a img {
    width: 100%;
    height: 180px;
    border-radius: 5px;
}
.hotel-card .hotel-img {
    height: 180px;
}
.hotel-card .hotel-info a {
    color: black;
    display: block;
    padding: 10px 0;
    font-size: 14px;
}
.hotel-card .hotel-info p {
    color: #afafaf;
    font-size: 13px;
    margin: 0;
}
.hotel-tab .tab {
  float: left;
  /*border: 1px solid #ccc;
  background-color: #f1f1f1;*/
  width: 20%;
  height: auto;
}

/* Style the buttons inside the tab */
.hotel-tab .tab a {
  display: block;
  background-color: inherit;
  color: black;
  padding: 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
}

/* Change background color of buttons on hover */
.hotel-tab .tab a:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.hotel-tab .tab a.active {
  background-color: #fff;
  box-shadow: 0 0 13px 1px #d7d7d7;
  position: relative;
  z-index: 100;
  font-size: 17px;
  color: var(--myYellow);
}
.hotel-tab .tab a.active:after {
    width: 21px;
    background: #fff;
    left: -9px;
    content:'';
    position: absolute;
    top: 0;
    height: 100%;
}
/* Style the tab content */
.hotel-tab .tabcontent {
  float: left;
  padding: 3px 12px;
  /*border: 1px solid #ccc;*/
  width: 80%;
  border-left: none;
  border-radius: 5px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 13px 1px #d7d7d7;
}
.hi {
    display: block !important;
}
.hotel-tab {
    padding-bottom: 20px;
}
.visa-card .visa-img a img {
    width: 100%;
    height: 160px;
}
.visa-card .visa-img  {
    width: 100%;
    height: 160px;
}
.visa-card {
    margin-bottom: 12px;
    background-color: white;
    padding-bottom: 10px;
}
.t-sidebar .sidebar-body {
    background-color: white;
    box-shadow: 0px 5px 10px 0px rgba(24,23,24,.1);
    width: 270px;
}
.t-sidebar .sidebar-body ul {
    list-style: none;
    padding: 0 18px;
}
.t-sidebar .sidebar-body ul li a {
    font-size: 15px;
    color: #666;
    line-height: 50px;
    display: block;
    position: relative;
}
.t-sidebar .sidebar-body ul li a:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,rgba(255,255,255,0) 5%,rgba(221,221,221,1) 50%,rgba(255,255,255,0) 95%);
}
.visa-card .visa-info {
    padding: 10px;
    padding-bottom: 0;
}
.visa-description {
    padding: 45px;
    padding-bottom: 350px;
    background-color: white;
}
.flexslider-container{
	position:relative;
}
.flexslider {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0px;
	overflow: hidden;
	position:relative;
}
.flexslider .page-h1 h1 {
    text-align: center;
    padding-top: 125px;
}
.wave-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
}
.blog-post {
    height: 202px;
}
.blog-post-title a {
    line-height: 1.5;
}
.blog-post-info ul {
    padding-right: 0;
    padding-top: 15px;
    line-height: 1.8;
}
.blog-post-info ul li span {
    padding-left: 7px;
}

.blog-header span.s-title {
    font-size: 20px;
}
.blog-header {
    text-align: center;
    padding: 25px 0;
}
.blog-header:before {
    content: "";
	background-color:var(--myYellow);
	display: inline-block;
	position: relative;
	height: 2px;
    float:left;
}
.blog-header:after {
    content: "";
	background-color:var(--myYellow);
	display: inline-block;
	position: relative;
	height: 2px;
    float: right;
}
.left-line {
    position: relative;
    padding: 15px 0;
}
.left-line:after {
    content:"";
    position: absolute;
    border-top: 1px solid red;
    right:0;
    left: 0;
    bottom: 35px;
}
.left-line .s-title {
    position: relative;
    z-index: 100;
    padding: 10px;
    padding-left: 20px;
    display: inline-block;
    background: #f6f7f8;
    font-size: 19px;
}
.popular-post {
    background-color: white;
    border: 1px solid gainsboro;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    position: relative;
    padding-right: 115px;
    height:80px;
}
.popular-post .right-img {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 100px;
    height: 67px;
}
.popular-post .right-img img {
    width: 100px;
    height: 67px;
}
.popular-post .left-text h4 {
    font-size: 15px;
}
.blog-post-detail .blog-post-title a {
    color: #3e3e3e;
    font-size: 17px;
}
.blog-post-detail p {
    color: #888;
    text-align: justify;
    padding-top: 15px;
}
.blog-post-detail span.date {
    color: #afafaf;
    font-size: 12px;
}
.blog-post-detail span.date i{
    font-size: 10px;
}
.blog-post-detail span.view-num {
    color: #afafaf;
    font-size: 12px;
    padding-right: 5px;
}
.blog-post-detail span.view-num i {
    font-size: 10px;
}
.blog-post-detail span.tags a{
    color: #afafaf;
    font-size: 12px;
    padding-left: 5px;
}
.blog-post-detail span.tags i {
    color: #afafaf;
    font-size: 10px;
}
/*.blog-post-detail .tag i.fa-tag {
    color: var(--myYellow);
}
.blog-post-detail .tag span a {
    color: #a79a9a;
}*/
.blog-post-img {
  background-color: white;
  padding: 5px;
}

.post-information {
    background-color: white;
    padding: 15px;
    padding-bottom: 0;
}
.post-information span {
    color: gray;
    font-size: 12px;
}
.post-information span a {
    color: gray;
}
.post-information span i {
    color: gray;
    padding-right: 6px;
    padding-left: 2px;
}
.tags i {
    color: #fb7400;
    padding-right: 6px;
    padding-left: 2px;
}
.tags span a {
    color: gray;
}
.tags span {
     color: gray;
    font-size: 12px;
}
.more-pic .test {
  position: absolute;
  left: 25px;
  bottom: 10px;
  background-color: var(--myBlue);
  font-size: 12px;
  padding: 8px 15px;
  color: white;
}
.hotel-desc {
    padding: 30px 15px;
    background-color: white;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
    margin: 20px 0;
}
.Fasilities {
    padding: 10px;
    background-color: white;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
}
.Fasilities .title {
    font-size: 19px;
    color: #656565;
    padding: 20px;
}
.Fasilities ul {
    color: #9a9a9a;
    direction: ltr;
    display: inline-block;
}
.Fasilities ul li {
    background-color: #f1f4f7;
    color: #656565;
    /* padding: 10px; */
    margin: 5px;
    display: inline-block;
    border: 1px solid #015c8661;
}
.Fasilities ul li span {
  padding: 10px;
  display: inline-block;
}
.Fasilities ul li span.icon {
  background-color: white;
}
.Fasilities ul li span i {
    color: var(--myBlue);
}
.orange {
    color: var(--myYellow);
}
.contact-card {
    background-color: white;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
    margin: 55px auto;
    padding: 20px;
    border-radius: 7px;
    width: 80%;
}
.gmap {
    width: 100%;
    height: 220px;
}
.gmap iframe {
    width: 100%;
    height: 220px;
}

.contact-card h4 {
  font-size: 20px;
  padding-bottom: 15px;
}
.contact-card .send-btn input {
    width: 100%;
    background-color: #fb7400;
    color: white;
    padding: 5px;
}
.contact-card .form-group input {
    padding: 7px;
}
.contact-card .contact-info i {
    padding-left: 8px;
    color: #fb7400;
}
.contact-card .contact-info {
    line-height: 2;
}
.contact-social {
    padding-top:5px;
    position: relative;
}
.contact-social .social-icons {
  background: white;
  position: relative;
  top: 0;
  margin-bottom: 0;
}
.contact-info .label {
  color: var(--myBlue);
}
.contact-social .social-icons li a {
    background: white;
    color: var(--myYellow);
    border: none;
    /* border-radius: 9px; */
    font-size: 16px;

}

.personel .item img {
    height: 250px;
}
.personel .item {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05), 0 1px 5px 0 rgba(0,0,0,.15);
    margin: 5px;
}
.personel .item .title h4 {
    text-align: center;
    color: black;
    font-size:  20px;
}
.personel .item .title .job {
    text-align: center;
}
.personel .item .title {
    padding: 15px;
    padding-top: 10px;
}
.personel {
    padding: 20px 0;
}
.certificate {
    margin: 40px 0;
}
.certificate img {
    width: 100%;
}
.travellers-class .search-text {
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
    padding: 10px 5px;
    width: 100%;
}
.travellers-class .search-text span {
    font-size: 12px;
}
.travellers-class .dropdown {
    position: relative;
    display: inline-block;
}
.travellers-class .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 270px;
    color: #232b38;
    padding: 15px;
    border-radius:5px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
}
 .travellers-class .dropdown-content:before {
    content: "";
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    right: 44%;
}
.travellers-class  .dropdown-content a {
    color: black;
    padding: 12px 14px;
    text-decoration: none;
    display: block;
    height:auto !important;
}
.travellers-class .dropdown-content.show {
    display: block;
}
.travellers-class .number-spinner input{
    width: 33px !important;
    padding: 9px 0px !important;
    height: 35px !important;
    text-align: center !important;
    border: none;
    box-shadow: none;
}
.travellers-class .dropdown-content a {
    color: white;
    padding: 5px 14px;
    text-decoration: none;
    display: block;
    height:35px !important;
    background-color: var(--myYellow);
}

.passengers-label {
    font-size: 12px;
}
.part-header h3 {
    padding: 15px 0;
}
.hotels thead {
    background-color: var(--myBlue);
    color: white;
    text-align: center;
}
.hotels thead td {
    vertical-align: middle;
}
.hotels tbody tr {
    text-align: center;
}
.travellers-class .number-spinner .input-group-btn {
    width: 33px;
}
.travellers-class .number-spinner .input-group-btn a {
       padding: 8px;
}
.travellers-class .number-spinner {
    padding: 2px;
}
.form-group .input-icon {
    position: absolute;
    color: #c4c3c3;
    top: calc(70% - 10px);
    right: 22px;
    cursor: pointer;
}
 .form-group .ui-autocomplete-input {
     padding-right: 30px;
 }
 .flight-h1 h1 {
     color: gray !important;
     padding: 15px 5px;
     font-size: 40px;
 }
 .flight-text {
     background: white;
     border: 1px solid gainsboro;
 }
 .flight-text .flight-desc p {
    line-height: 2.4;
 }
  .flight-text .flight-desc {
    padding: 0 30px;
  }
.bg-tours {
    padding: 0;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.bg-tours::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
  .bg-tours img {
    width: 100%;
    height: 350px;
  }
  .bg-tours h1 {
      position: absolute;
      color: white !important;
      z-index: 10;
      top: 35%;
      width: 100%;
      text-align: center;
  }
.group-tours {
    margin: 10px 0;
    padding: 5px;
    border: 1px solid gainsboro;

}
.group-tours img {
    width: 100%;
    height: 220px;
}
.group-tours figure {
    position: relative;
}
.group-tours figure .tour-airline {
    position: absolute;
    bottom: 12px;
    right: 10px;
    background: #332e2e9c;
    color: white;
    padding: 5px 25px;
}
.group-tours .wrapper h3 a {
    color: var(--myBlue);
    font-size: 22px;
}
.group-tours .wrapper .city {
    font-size: 13px;
    color: gray;
}
.gp-footer {
    border-top: 1px solid gainsboro;
    padding: 10px;
}
.group-tours .wrapper .minprice {
    color: #1c4a7b;
    padding: 7px;
}
.group-tours .wrapper .minprice span {
    padding-right: 8px;
}
.rwd-table {
  margin: auto;
  min-width: 300px;
  max-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;
}

.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;
  }
}
.designed-by {
    float: left; position: absolute; left: 30px;
}
.all-city-btn {
    margin-top: 15px;
}
.all-city-btn a {
  color: white;
  font-size: 13px;
  border: 1px solid;
  background: var(--myBlue);
  padding: 2px 10px;
  margin: 2px 5px;
}

.morecontent span {
    display: none;
}
.morelink , .morelink:focus , .morelink:hover {
    display: block;
    text-align: center;
    color: var(--myYellow);
    padding-top: 8px;
}
.stay-label {
    font-size: 18px;
    background: #ebe9e9;
    padding: 5px 18px;
    position: relative;
}
.stay-label i {
    color: #fb7400;
}
.stay-label span {
    padding-right: 8px;
}
.stay-label:after {
  content: " ";
  position: absolute;
  right: -10px;
  top: 10px;
  border-top: 10px solid transparent;
  border-right: none;
  border-left: 10px solid #ebe9e9;
  border-bottom: 10px solid transparent;
}
.tour-airline .airline-tour-img {
    width: 45px;
    display: inline-block;
    vertical-align: middle;
}
.tour-airline .column-main {
    display: inline-block;
}
.table .tbltd hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.send-btn a {
    background-color: var(--myBlue);
    color: white;
    font-size: 14px;
    padding: 5px 25px;
}

.navbar-nav .line-border {
    width: 1px;
    background-color: #bdbdbd;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 25px !important;
    align-self: center;
}
#content {
  position: relative;
}
.search-box .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.banner-card {
  padding: 5px;
  border: 1px solid gainsboro;
  background: white;
  margin: 10px 5px;
  margin-top: 0;
}
.banner-card h4 {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}
.banner-card h4 a {
  color: gray;
}
.tours-page .title {
  text-align: center;
  font-size: 27px;
  padding-top: 0;
  color: var(--myBlue);
}
.tours-page .group-tours {
  background-color: white;
  border-radius: 0;
  margin-top: 0;
}
.tours-page .group-tours h3 a {
  font-size: 17px;
}
.tours-page .group-tours .group-tours-img {
  height: 220px;
  display: block;
}
.tours-page .group-tours .group-tours-img img {
  height: 220px;
}
.tours-page .group-tours .wrapper .minprice {
  color: gray;
  padding: 7px 0;
  font-size: 13px;
}
.tours-page .group-tours .wrapper .minprice .rials {
  font-weight: bold;
}
.hotel-detail-card ul li .label {
  color: var(--myBlue);
}
.comment-form {
  width: 90%;
  margin: auto;
}
.bg-light-shadow {
  background-color: white;
  box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
}
.tour-carousel {
  width: 80%;
  margin: auto;
}
.tour-detail-card {
  width: 80%;
  margin: auto;
  padding: 10px 30px;
}
.detail-card.tour-detail-card .detail-head {
  background-color: white;
  color: var(--myBlue);
  border-bottom: 2px solid;
  text-align: center;
}
.tour-detail-card .detail-body {
  line-height: 2;
  padding-top: 10px;
}
.tour-detail-card .detail-body p {
  padding: 0;
}
.tour-detail-card .detail-body p span.title a {
  font-size: 14px;
}
.tour-detail-card .detail-body p span.title a i {
  font-size: 10px;
  margin-left: 5px;
}
.tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 10px solid var(--myBlue);
}
.tip-down {
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent; 
}
.div-inline {
  display: inline;
}
.flight-type .div-inline{
 position: relative;
}
.blog-orig .s-title {
  background: var(--myBlue);
  color: white;
  padding: 7px !important;
}
.blog-orig .blog-post-img {
  padding: 0;
}
.scroll-flight {
  height: 375px;
  overflow-y: scroll;
}
.scroll-flight .flight-line {
  color: gray;
  border-bottom: 1px solid gainsboro;
  padding: 5px 0;
}
.scroll-flight .flight-line:last-child {
  border-bottom: none;
}
.scroll-flight .flight-line .price {
  color: var(--myYellow);
}
.scroll-flight .flight-line .price .unit {
  font-size: 12px;
  color: gray;
}
.breadcrumb {
  background-color: transparent !important;
  margin-bottom: 0;
}
.breadcrumb span {
  padding: 0 5px;
}
.breadcrumb span i {
  padding: 5px;
}
.breadcrumb a {
  color: gray;
}
.hotels-page h1 {
  font-size: 27px;
}
.pt-9 {
  padding-top: 90px;
}
.related-weblog .main-title {
  height: 62px;
}

.loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.line {
  animation: expand 1s ease-in-out infinite;
  border-radius: 10px;
  display: inline-block;
  transform-origin: center center;
  margin: 0 8px;
  width: 0;
  height: 35px;
  background: gray;
}


.line:nth-child(2) {
  animation-delay: 90ms;
}

.line:nth-child(3) {
  animation-delay: 180ms;
}

.line:nth-child(4) {
  animation-delay: 270ms;
}
.line:nth-child(5) {
  animation-delay: 360ms;
}
.line:nth-child(6) {
  animation-delay: 450ms;
}
.line:nth-child(7) {
  animation-delay: 540ms;
}
.line:nth-child(8) {
  animation-delay: 630ms;
}
.line:nth-child(9) {
  animation-delay: 720ms;
}

@keyframes expand {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(2);
  }
}
.loader .line {
  color: var(--myBlue) !important;
}
.blog h6.s-title {
  background: var(--myBlue);
  color: white;
  padding: 7px !important;
}
#comments {
  width: 90%;
  margin: auto;
}
.blog .main-block {
  width: 100%;
}
.related-info .popular-post {
  margin-right: 0;
}
.tours-page .main-block {
  width: 100%;
}
.tours-page .main-block h5 {
  font-size: 17px;
  color: gray;
  height: 45px;
}
.detail-content-block img {
  width: 100%;
  height: auto;
}
.loadmore-btn {
  padding: 7px 13px;
  margin-bottom: 10px;
  border: 1px solid #00355f;
  background: white;
  border-radius: 0;
  font-size: 15px;
  color: #00355f;
}
.blog-category {
    background: white;
    margin: 5px 9px !important;
    padding: 9px 7px;
    border: 1px solid gainsboro;
}
.blog-category h5 {
    font-size: 15px;
    margin: 0;
}
.blog-category h5 i {
    font-size: 6px;
    padding-left: 5px;
}
.landing-banner h1 {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #535b61 !important;
}
.blogs .item {
    padding: 10px;
    height: 351px;
}
.blogs .item .box_news {
    height: 167px;
    display: block;
    width: 100%;
}
.blogs .item .box_news img {
    height: 167px;
    width: 100%;
}
.blogs .item h4 {
    font-size: 18px;
    padding: 5px 0;
}
.blogs .item h4 a {
    color: #0c2f54;
}
.blogs .item p {
    font-size: 13px;
}