@font-face {
  font-family: poppins;
  src: url(/fonts/Poppins-Regular.ttf?2a2137195fee4f1d94beeae839fee216) format("truetype");
}

body {
  font-family: poppins;
}

*:focus {
  box-shadow: none;
}

.nav-wrapper {
  width: 100%;
}

.nd-main-menu {
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  z-index: 100;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .nd-main-menu {
    position: fixed;
    top: 0;
    z-index: 30;
  }
}

@media screen and (min-width: 320px) {
  .nd-main-menu .position-absolute {
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}

.nd-main-menu .position-absolute .img-position {
  height: 100%;
}

/* NAVIGATION */

.chose--language {
  display: flex;
  align-items: center;
}

.chose--language .select-language {
  position: relative;
}

.chose--language .select-language .item--language {
  left: -134px;
}

.chose--language .select-language .item--price {
  position: absolute;
  top: 48px;
  border-radius: 0;
}

@media screen and (max-width: 1024px) {
  .chose--language .select-language .item--price {
    left: 0;
  }
}

.chose--language .select-language .item--price .dropdown-item {
  padding: 10px !important;
}

.chose--language .select-language .item--price p {
  padding: 10px;
  margin-bottom: 0;
}

.chose--language .select-language .item--price a img {
  width: 20px !important;
}

.chose--language .select--price {
  position: relative;
}

.chose--language .select--price .price--text:hover {
  color: white;
}

.chose--language .select--price .item--price {
  position: absolute;
  top: 48px;
  border-radius: 0;
}

.chose--language .select--price .item--price .dropdown-item {
  padding: 10px !important;
}

.chose--language .select--price .item--price p {
  padding: 10px;
  margin-bottom: 0;
}

.chose--language .select--price .item--price a img {
  width: 14px !important;
}

.navbar img {
  width: 200px;
  justify-self: start;
}

.img-country {
  padding-right: 5px;
}

.img-country img {
  width: 24px;
}

.img-country::after {
  display: none !important;
}

.price--text {
  padding-left: 5px;
}

.price--text::after {
  display: none !important;
}

.logo_mobile {
  display: none;
}

.open-menu {
  display: none;
  margin-bottom: -14px;
}

.navbar ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.navbar ul .dropdown-menu .dropdown-item {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #000000;
}

.navbar ul .dropdown-menu .dropdown-item .span-item {
  padding-left: 5px;
}

.navbar ul li.show .dropdown-menu.show {
  top: 200% !important;
}

@media screen and (min-width: 1024px) {
  .nd-main-menu .nav-item {
    padding-right: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .nd-main-menu .nav-item {
    padding-right: 20px;
  }
}

.nd-main-menu .nav-signup {
  margin-bottom: -14px;
}

.nd-main-menu .nav {
  align-items: flex-end !important;
  margin-bottom: -7px;
}

.item-user a {
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .item-user a {
    margin-top: 7px;
  }
}

.nav-item a {
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  text-decoration: none;
  transition: color 0.3s ease-out;
}

.nd-buton-signup {
  width: 140px;
  height: 44px;
  background: #6DA9D2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.nd-buton-signup a {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #1e1e1e;
  text-transform: capitalize;
}

.nav-item a:hover {
  color: #3498db;
}

.close {
  display: none;
}

@media screen and (max-width: 1024px) {
  .open-menu {
    width: 32px;
    height: 32px;
  }

  .open-menu img {
    width: 100%;
    height: 100%;
  }

  .logo_mobile {
    display: block;
  }

  .close {
    display: block;
  }

  .no-search {
    padding-top: 40px;
    width: 100%;
  }

  .close {
    width: 30px;
    height: 30px;
  }

  .close img {
    width: 100%;
    height: 100%;
  }

  .nd-main-menu .nav-item {
    padding-right: 0;
    padding-top: 25px;
  }

  .nd-main-menu .item-user {
    padding-top: 25px;
  }

  .nav-signup {
    padding-top: 40px;
  }

  .navbar ul {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 320px) {
  .navbar ul {
    width: 75%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .navbar ul {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .no-search {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #7FB41C;
    left: -100%;
    height: 100%;
  }

  .open-menu {
    display: block;
  }

  .close {
    position: absolute;
    top: 40px;
    right: 20px;
  }
}

.img_user {
  width: 16px !important;
}

.bg_header {
  background: #000;
  opacity: 0.4;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 18;
  top: 0;
}

.banner {
  position: relative;
}

.banner .img_banner {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 320px) {
  .banner .img_banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .banner .img_banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 1024px) {
  .banner .img_banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.banner .title_type {
  z-index: 1;
  font-weight: bold;
  font-size: 48px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.banner .banner_container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 320px) {
  .banner .banner_container {
    top: 70px;
  }
}

@media screen and (min-width: 980px) {
  .banner .banner_container.banner-home {
    bottom: unset;
    top: calc(50% - 150px);
  }
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search nav .nav-item img {
    height: 12px;
    width: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .banner .nd-tab-search nav .nav-item img {
    width: 26px;
    height: 26px;
  }
}

.banner .nd-tab-search nav .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #000;
  border-radius: 0;
  border: 1px solid transparent;
  color: #ffffff;
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search nav .nav-tabs .nav-link {
    width: 33.3%;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 980px) {
  .banner .nd-tab-search nav .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search nav .nav-tabs .nav-link span {
    padding-left: 4px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .banner .nd-tab-search nav .nav-tabs .nav-link span {
    padding-left: 8px;
    margin-top: 10px;
  }
}

.banner .nd-tab-search nav .nav-tabs .nav-link.active,
.banner .nd-tab-search nav .nav-tabs .nav-link:hover {
  background: #7FB41C;
}

.banner .nd-tab-search nav .nav-tabs .nav-link.active i,
.banner .nd-tab-search nav .nav-tabs .nav-link:hover i {
  color: #FFFFFF;
}

.banner .nd-tab-search .nd-tab-content {
  background: #BEC8CC;
  padding: 18px;
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content {
    height: auto;
  }
}

@media screen and (min-width: 980px) {
  .banner .nd-tab-search .nd-tab-content {
    height: unset;
  }
}

.banner .nd-tab-search .nd-tab-content .nd-form-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner .nd-tab-search .nd-tab-content .nd-from-to {
  position: relative;
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .nd-from-to {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 980px) {
  .banner .nd-tab-search .nd-tab-content .nd-from-to {
    width: 30%;
  }
}

.banner .nd-tab-search .nd-tab-content .nd-from-to img {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .nd-from-to img {
    width: 16px;
    height: 16px;
    left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .banner .nd-tab-search .nd-tab-content .nd-from-to img {
    width: 26px;
    height: 26px;
    left: 20px;
  }
}

.banner .nd-tab-search .nd-tab-content .nd-from-to .form-control {
  font-weight: 600;
  color: #5e6d77;
  border-radius: 0;
  border: none;
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .nd-from-to .form-control {
    padding: 0 10px 0 40px;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .nd-from-to .form-control {
    font-size: 16px;
    padding: 10px 10px 10px 50px;
    height: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .banner .nd-tab-search .nd-tab-content .nd-from-to .form-control {
    font-size: 16px;
    line-height: 24px;
  }
}

.banner .nd-tab-search .nd-tab-content .nd-from-to .select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 0;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .nd-from-to .select2-container--default .select2-selection--single {
    height: 60px;
    font-size: 16px;
  }
}

.banner .nd-tab-search .nd-tab-content .nd-from-to .select2-selection.select2-selection--single:focus {
  outline: none;
}

.banner .nd-tab-search .nd-tab-content .nd-from-to .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: unset !important;
  top: unset !important;
  right: 12px !important;
}

.banner .nd-tab-search .nd-tab-content .ml-30 img {
  left: 20px;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to {
  height: 50px;
  position: relative;
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to {
    width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to {
    width: 30%;
    height: 60px;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--search-flight {
  position: relative;
  cursor: pointer;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--search-flight img {
  position: absolute;
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--search-flight img {
    left: 3%;
    top: 24%;
    width: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--search-flight img {
    left: 5%;
    top: 30%;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--search-flight .flight--input-from {
  font-weight: 600;
  color: #5e6d77;
  font-size: 16px;
  line-height: 24px;
  height: 60px;
  border: none;
  border-radius: 0;
  padding: 10px 10px 10px 60px;
}

@media screen and (max-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--search-flight .flight--input-from {
    padding: 0 10px 0 40px;
    height: 40px;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location {
  width: 336px;
  position: absolute;
  z-index: 3;
  padding: 15px;
  background: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location {
    margin-top: 14px;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .select2-selection--single {
  height: 40px;
  margin-bottom: 15px;
  display: flex;
  background-color: #fff;
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .select2-selection--single {
    height: 60px;
    font-size: 16px;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px !important;
  right: 14px !important;
  width: 20px;
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .select2-selection--single .select2-selection__arrow {
    top: 18px !important;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .from--location {
  position: relative;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .from--location img {
  position: absolute;
  top: 30%;
  left: 5%;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .from--location .input-from {
  font-weight: 600;
  color: #5e6d77;
  line-height: 24px;
  height: 40px;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 40px;
  margin-bottom: 8px;
  background: #f5f5f5;
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .from--location .input-from {
    height: 60px;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .to--location {
  position: relative;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .to--location img {
  position: absolute;
  top: 22%;
  left: 5%;
  width: 20px;
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .to--location img {
    width: unset;
    top: 30%;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .to--location .input-to {
  font-weight: 600;
  color: #5e6d77;
  line-height: 24px;
  height: 40px;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 40px;
  background: #f5f5f5;
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-from-to .box--location .to--location .input-to {
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    height: 60px;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin {
  height: 50px;
  position: relative;
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin {
    width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin {
    width: 22%;
    margin-bottom: 0;
    height: 60px;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .flight--departure {
  cursor: pointer;
  position: relative;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .flight--departure img {
  position: absolute;
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .flight--departure img {
    left: 13px;
    top: 24%;
  }
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .flight--departure img {
    left: 20px;
    top: 30%;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .flight--departure .flight--input-from {
  font-weight: 600;
  color: #5e6d77;
  font-size: 16px;
  line-height: 24px;
  height: 60px;
  border: none;
  border-radius: 0;
  padding: 10px 10px 10px 60px;
  -webkit-text-fill-color: #5e6d77;
  -webkit-opacity: 1;
}

@media screen and (max-width: 1023px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .flight--departure .flight--input-from {
    padding: 0 10px 0 40px;
    height: 40px;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location {
  width: 278px;
  position: absolute;
  padding: 15px;
  z-index: 3;
  background: white;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location {
    margin-top: 14px;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .checkbox--way .custom-radios {
  color: #000000;
  display: block;
  position: relative;
  float: left;
  width: 50%;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .checkbox--way .custom-radios input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .checkbox--way .custom-radios label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  padding: 8px 0px 8px 26px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .checkbox--way .custom-radios .check {
  display: block;
  position: absolute;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  top: 8px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .checkbox--way .custom-radios .check::before {
  display: block;
  position: absolute;
  content: "";
  border: 2px solid transparent;
  border-top: none;
  border-left: none;
  height: 16px;
  width: 10px;
  top: -2px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location input[type=radio]:checked ~ .check::before {
  border-color: #7FB41C;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location input[type=radio]:checked ~ label {
  color: #7FB41C;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .from--location {
  position: relative;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .from--location img {
  position: absolute;
  left: 5%;
  width: 20px;
  top: 60%;
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .from--location img {
    width: unset;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .from--location .input-from {
  font-weight: 600;
  color: #5e6d77;
  line-height: 24px;
  height: 40px;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 40px;
  margin-bottom: 8px;
  background: #f5f5f5;
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .from--location .input-from {
    padding: 10px 10px 10px 50px;
    height: 60px;
    font-size: 16px;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .to--location {
  position: relative;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .to--location img {
  position: absolute;
  top: 22%;
  left: 5%;
  width: 20px;
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .to--location img {
    width: unset;
    top: 30%;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .to--location .input-to {
  font-weight: 600;
  color: #5e6d77;
  line-height: 24px;
  height: 40px;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 40px;
  background: #f5f5f5;
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-checkin .box--location .to--location .input-to {
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    height: 60px;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-user {
  height: 60px;
  position: relative;
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-user {
    width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-user {
    width: 30%;
    margin-bottom: 0;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-user .flight--user {
  position: relative;
  cursor: pointer;
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-user .flight--user img {
  position: absolute;
  width: 20px;
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-user .flight--user img {
    left: 13px;
    top: 24%;
  }
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-user .flight--user img {
    left: 5%;
    top: 30%;
  }
}

.banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-user .flight--user .input--user {
  font-weight: 600;
  color: #5e6d77;
  font-size: 16px;
  line-height: 24px;
  height: 60px;
  border: none;
  border-radius: 0;
  padding: 10px 10px 10px 50px;
}

@media screen and (max-width: 1023px) {
  .banner .nd-tab-search .nd-tab-content .flight--form-search .nd--flight-user .flight--user .input--user {
    padding: 0 10px 0 40px;
    height: 40px;
  }
}

.banner .nd-tab-search .nd-tab-content .nd-checkin img {
  top: 18%;
}

.banner .nd-tab-search .nd-tab-content .flight--input-from:hover .box--location {
  display: block;
}

.banner .nd-tab-search .nd-tab-content .select2-container {
  width: 100% !important;
}

.banner .nd-tab-search .nd-tab-content .nd-checkin {
  position: relative;
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .nd-checkin {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 980px) {
  .banner .nd-tab-search .nd-tab-content .nd-checkin {
    width: 22%;
  }
}

.banner .nd-tab-search .nd-tab-content .nd-checkin img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .nd-checkin img {
    width: 16px;
    height: 16px;
    left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .banner .nd-tab-search .nd-tab-content .nd-checkin img {
    width: 26px;
    height: 26px;
    left: 30px;
  }
}

.banner .nd-tab-search .nd-tab-content .nd-checkin .form-control {
  line-height: 24px;
  font-weight: 600;
  color: #5e6d77;
  height: 60px;
  border: none;
  border-radius: 0;
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .nd-checkin .form-control {
    padding: 10px 10px 10px 50px;
    height: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .nd-checkin .form-control {
    font-size: 16px;
    line-height: 24px;
    height: 60px;
    padding: 10px 10px 10px 50px;
  }
}

@media screen and (min-width: 320px) {
  .banner .nd-tab-search .nd-tab-content .nd-submit-search {
    width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .banner .nd-tab-search .nd-tab-content .nd-submit-search {
    width: 14%;
  }
}

.banner .nd-tab-search .nd-tab-content .nd-submit-search .nd-btn-submit {
  width: 100%;
  height: 60px;
  background: #7FB41C;
  border-radius: 0;
  border: none;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .banner .nd-tab-search .nd-tab-content .nd-submit-search .nd-btn-submit {
    height: 40px;
  }
}

main {
  padding-bottom: 60px;
}

@media screen and (min-width: 320px) {
  main .nd-feel-africa {
    padding-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  main .nd-feel-africa {
    padding-top: 100px;
  }
}

main .nd-feel-africa h2 {
  font-family: poppins;
  font-weight: 600;
  color: #000000;
}

@media screen and (min-width: 320px) {
  main .nd-feel-africa h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (min-width: 768px) {
  main .nd-feel-africa h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

main .nd-feel-africa .nd-feel-africa-box {
  position: relative;
}

main .nd-feel-africa .nd-feel-africa-box .img_type {
  height: 220px;
}

main .nd-feel-africa .nd-feel-africa-box .img_type img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main .nd-feel-africa .nd-feel-africa-box img {
  width: 100%;
}

main .nd-feel-africa .nd-feel-africa-box .feel-title {
  z-index: 1;
  padding: 0 26px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 320px) {
  main .nd-feel-africa .nd-feel-africa-box .feel-title {
    font-size: 22px;
    line-height: 28px;
    top: 40%;
  }
}

@media screen and (min-width: 980px) {
  main .nd-feel-africa .nd-feel-africa-box .feel-title {
    font-size: 26px;
    line-height: 34px;
    top: 45%;
  }
}

@media screen and (min-width: 1024px) {
  main .nd-feel-africa .nd-feel-africa-box .feel-title {
    font-size: 26px;
    line-height: 34px;
    top: 45%;
  }
}

main .nd-feel-africa .nd-feel-africa-box .bg-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 122, 77, 0.8), rgba(0, 122, 77, 0.8));
}

main .nd-feel-africa .nd-feel-africa-box .bg-box .btn_view {
  background: #ffb612;
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin: auto;
}

@media screen and (min-width: 320px) {
  main .nd-feel-africa .nd-feel-africa-box .bg-box .btn_view {
    width: 150px;
    top: 65%;
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) {
  main .nd-feel-africa .nd-feel-africa-box .bg-box .btn_view {
    top: 65%;
  }
}

@media screen and (min-width: 980px) {
  main .nd-feel-africa .nd-feel-africa-box .bg-box .btn_view {
    top: 65%;
    width: 200px;
    height: 44px;
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (min-width: 320px) {
  main .nd-feel-africa .nd-feel-africa-box .bg-box .btn_view_box {
    width: 150px;
    height: 40px;
    top: 76%;
    line-height: 20px;
  }
}

@media screen and (min-width: 980px) {
  main .nd-feel-africa .nd-feel-africa-box .bg-box .btn_view_box {
    width: 200px;
    height: 44px;
    top: 68%;
    font-size: 14px;
    line-height: 21px;
  }
}

main .nd-feel-africa .nd-feel-africa-box .bg-box {
  visibility: hidden;
}

main .nd-feel-africa .nd-feel-africa-box:hover .bg-box {
  visibility: visible;
}

main .nd-feel-africa .nd-feel-africa-box:hover .feel-title {
  top: 30%;
}

@media screen and (min-width: 320px) {
  main .nd-local-experiences {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  main .nd-local-experiences {
    padding-top: 14px;
  }
}

main .nd-local-experiences h2 {
  font-family: poppins;
  font-weight: 600;
  color: #000000;
}

@media screen and (min-width: 320px) {
  main .nd-local-experiences h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  main .nd-local-experiences h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

main .nd-local-experiences .btn_all {
  background: #ffb612;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  color: #1e1e1e;
}

@media screen and (min-width: 320px) {
  main .nd-local-experiences .btn_all {
    width: unset;
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  main .nd-local-experiences .btn_all {
    width: 200px;
    height: 44px;
  }
}

main .nd-local-experiences .dn-list-experiences a {
  text-decoration: none;
}

main .nd-local-experiences .dn-list-experiences .img-list-experiences {
  height: 198px;
}

main .nd-local-experiences .dn-list-experiences .img-list-experiences img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main .nd-local-experiences .dn-list-experiences .box-list .card {
  border-radius: 0;
}

main .nd-local-experiences .dn-list-experiences .box-list .card-body {
  padding: 15px;
}

main .nd-local-experiences .dn-list-experiences .box-list .card-body h5 {
  font-family: poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  height: 50px;
  line-height: 26px;
  color: #1e1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

main .nd-local-experiences .dn-list-experiences .box-list .local {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

main .nd-local-experiences .dn-list-experiences .box-list .local .text_local {
  font-family: poppins;
  font-size: 14px;
  line-height: 24px;
  color: #1e1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding-left: 5px;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

main .nd-local-experiences .dn-list-experiences .box-list .review_star {
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}

main .nd-local-experiences .dn-list-experiences .box-list .review_star .star {
  background: #28b554;
  width: 60px;
  height: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}

main .nd-local-experiences .dn-list-experiences .box-list .review_star .star span {
  padding-right: 4px;
}

main .nd-local-experiences .dn-list-experiences .box-list .review_star .text_review {
  font-family: poppins;
  width: 35%;
  font-size: 14px;
  line-height: 26px;
  color: #5e6d77;
  text-align: center;
}

main .nd-local-experiences .dn-list-experiences .box-list .review_star .goodness {
  font-family: poppins;
  width: 35%;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #28b554;
  text-align: right;
}

main .nd-local-experiences .dn-list-experiences .box-list .from_price {
  text-align: right;
  padding-top: 10px;
  min-height: 50px;
}

main .nd-local-experiences .dn-list-experiences .box-list .from_price .cost {
  font-family: poppins;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #5e6d77;
}

main .nd-local-experiences .dn-list-experiences .box-list .from_price .discount {
  margin-bottom: 0;
}

main .nd-local-experiences .dn-list-experiences .box-list .from_price .discount .text_discount {
  font-family: poppins;
  font-size: 14px;
  line-height: 20px;
  color: #5e6d77;
}

main .nd-local-experiences .dn-list-experiences .box-list .from_price .discount .price_discount {
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  text-align: right;
  color: #ee1d00;
}

main .nd-local-experiences .dn-list-experiences .box-list .from_price .discount .price_discount_pt {
  font-size: 18px !important;
}

main .nd-local-experiences .dn-list-experiences .box-list .from_price .discount .night {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #5e6d77;
}

main .nd-top-flights .card-title {
  height: unset !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.connect--ojimah p {
  font-weight: 500;
  font-size: 18px;
  line-height: 42px;
  color: #5e6d77;
  margin-bottom: 0;
}

.connect--ojimah .card-body {
  padding: 12px !important;
}

.connect--ojimah .card-body h4 {
  height: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1e1e1e;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.connect--ojimah .card-body .ojimah--description {
  font-size: 16px;
  line-height: 26px;
  color: #5e6d77;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

footer .footer {
  background: #6DA9D2;
  padding: 46px 0 20px 0;
}

footer .footer .footer-heading {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

footer .footer .footer-heading img {
  width: 200px;
}

footer .footer .footer-main {
  padding-top: 30px;
}

footer .footer .footer-main .nd-nav-item {
  list-style: none;
  padding-left: 0;
}

footer .footer .footer-main .nd-nav-item .nd-item {
  margin-bottom: 15px;
}

footer .footer .footer-main .nd-nav-item .nd-item a {
  font-size: 16px;
  line-height: 24px;
  color: #f0f0f0;
}

footer .footer .footer-main .hostline_support {
  padding-bottom: 28px;
}

footer .footer .footer-main .hostline_support label {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #f0f0f0;
  margin-bottom: 0;
}

footer .footer .footer-main .hostline_support p {
  font-size: 16px;
  line-height: 24px;
  color: #f0f0f0;
  margin-bottom: 0;
}

footer .footer .footer-main h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #f0f0f0;
}

footer .footer .footer-main .input_submit_email {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .footer .footer-main .input_submit_email .form-submit {
  width: 78%;
  height: 64px;
  background: white;
  border-radius: 0;
}

footer .footer .footer-main .input_submit_email .btn_go {
  width: 20%;
  background-color: rgba(255, 182, 18, 1) !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border-radius: 0;
  text-transform: uppercase;
  padding: 5px;
}

footer .footer .footer-main .icon-social {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .footer .footer-main .icon-social .box-social {
  width: 25%;
  display: flex;
  justify-content: center;
}

footer .footer .footer-main .icon-social .box-social img {
  width: 30px;
}

footer .footer .footer-bottom .list_group {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 320px) {
  footer .footer .footer-bottom .list_group p {
    width: 33.3%;
  }
}

@media screen and (min-width: 768px) {
  footer .footer .footer-bottom .list_group p {
    width: 16%;
  }
}

footer .footer .footer-bottom .list_group p a {
  font-size: 16px;
  line-height: 24px;
  color: #f0f0f0;
}

footer .footer .copyright {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #f0f0f0;
}

.heading-loading {
  padding-top: 40px;
}

.heading-loading .logo {
  display: flex;
  justify-content: center;
}

.heading-loading .menu_tab {
  display: flex;
  justify-content: center;
}

.heading-loading .menu_tab ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.heading-loading .menu_tab ul li {
  padding: 0 4px;
}

.heading-loading .menu_tab ul .doted {
  color: #ffb612;
}

.slider-loading {
  position: relative;
  overflow-x: hidden;
}

.slider-loading .item {
  position: relative;
}

.slider-loading .item h5 {
  position: absolute;
  text-align: center;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  left: 0;
  right: 0;
  z-index: 3;
}

@media screen and (min-width: 320px) {
  .slider-loading .item h5 {
    font-size: 18px;
    line-height: 26px;
    bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .slider-loading .item h5 {
    font-size: 28px;
    line-height: 36px;
    bottom: 40px;
  }
}

.slider-loading .slick-slide {
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

.slider-loading img.slick-arrow.slick-right {
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 50px;
  transform: translate(0, -50%);
}

.slider-loading img.slick-arrow.slick-left {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50px;
  transform: translate(0, -50%);
}

.slider-loading .slick-slide img {
  width: 100%;
}

.slider-loading .slick-dots {
  bottom: 20px;
}

.slider-loading .slick-dots li {
  width: unset !important;
  height: unset !important;
  margin: 0 20px !important;
}

.slider-loading .slick-dots li button:before {
  content: " ";
  width: 60px !important;
  height: 4px !important;
  background: white;
}

.slider-loading .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.98%, rgba(0, 0, 0, 0.8) 99.98%);
}

.main_support {
  padding-top: 30px;
}

.main_support a.btn.btn_community {
  margin-bottom: 40px;
  background: #ffb612;
  border-radius: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .main_support a.btn.btn_community {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .main_support a.btn.btn_community {
    width: unset;
  }
}

.main_support .support img {
  display: flex;
  margin: auto;
}

.main_support .support p {
  padding-top: 10px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #5e6d77;
}

.web-loading {
  background: #f0f0f0;
  padding: 30px 20px;
}

.web-loading h5 {
  font-weight: bold;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .web-loading h5 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .web-loading h5 {
    font-size: 24px;
    line-height: 36px;
  }
}

.web-loading .counter-loading-main {
  width: 74%;
  margin: auto;
}

.web-loading .counter-loading-main .counter-loading {
  width: 74%;
  display: flex;
  margin: auto;
}

.web-loading .counter-loading-main .countdown-loading {
  width: 110%;
}

.web-loading .counter-loading-main .nd-counter-loading {
  width: 110%;
}

.web-loading .counter-loading-main .counter-box {
  width: 50%;
  display: flex;
  justify-content: center;
}

.web-loading .counter-loading-main .counter-box p {
  width: 58px;
  height: 58px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
}

.web-loading .time {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #000000;
}

.loading-footer {
  padding-top: 25px;
  margin-top: 30px;
  background: url(/images/footer_loading.png?e7350b6beb756ca3401ceea4468a467a) no-repeat;
  background-size: 100% 100%;
}

.loading-footer .social_icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.loading-footer .social_icon .icon-fb {
  padding: 0 20px;
}

.loading-footer p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
  color: white;
  padding-bottom: 15px;
}

@media screen and (min-width: 320px) {
  .list_experiences {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .list_experiences {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .list_experiences {
    padding-top: 60px;
  }
}

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

@media screen and (min-width: 320px) {
  .list_experiences .experiences_header .title_heading {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .list_experiences .experiences_header .title_heading {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  .list_experiences .experiences_header .title_heading {
    width: 50%;
  }
}

.list_experiences .experiences_header .title_heading h2 {
  font-weight: 600;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .list_experiences .experiences_header .title_heading h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .list_experiences .experiences_header .title_heading h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.list_experiences .experiences_header .sort_by {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 320px) {
  .list_experiences .experiences_header .sort_by {
    width: 50%;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .list_experiences .experiences_header .sort_by {
    width: 40%;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .list_experiences .experiences_header .sort_by {
    width: 50%;
  }
}

.list_experiences .experiences_header .sort_by .form-group {
  width: 100%;
  margin-bottom: 0;
  text-align: right;
}

.list_experiences .experiences_header .sort_by .form-group label {
  font-weight: 600;
  text-transform: uppercase;
  color: #5e6d77;
}

@media screen and (min-width: 320px) {
  .list_experiences .experiences_header .sort_by .form-group label {
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .list_experiences .experiences_header .sort_by .form-group label {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .list_experiences .experiences_header .sort_by .form-group label {
    font-size: 18px;
    line-height: 26px;
  }
}

.list_experiences .experiences_header .sort_by .form-group .sort {
  border: none;
  font-weight: 600;
  color: #0069e4;
}

@media screen and (min-width: 320px) {
  .list_experiences .experiences_header .sort_by .form-group .sort {
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .list_experiences .experiences_header .sort_by .form-group .sort {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .list_experiences .experiences_header .sort_by .form-group .sort {
    font-size: 18px;
    line-height: 26px;
  }
}

.list_experiences .list_experiences_left a {
  text-decoration: none;
}

.list_experiences .list_experiences_left .box-list .card {
  border-radius: 0;
}

.list_experiences .list_experiences_left .box-list .card-body {
  padding: 15px;
}

.list_experiences .list_experiences_left .box-list .card-body h5 {
  font-family: poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  height: 50px;
  line-height: 26px;
  color: #1e1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.list_experiences .list_experiences_left .box-list .local {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.list_experiences .list_experiences_left .box-list .local .text_local {
  font-family: poppins;
  font-size: 14px;
  line-height: 24px;
  color: #1e1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding-left: 5px;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.list_experiences .list_experiences_left .box-list .review_star {
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 0;
}

.list_experiences .list_experiences_left .box-list .review_star .star {
  background: #28b554;
  width: 60px;
  height: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_experiences .list_experiences_left .box-list .review_star .star span {
  padding-right: 4px;
}

.list_experiences .list_experiences_left .box-list .review_star .text_review {
  font-family: poppins;
  width: 35%;
  font-size: 14px;
  line-height: 26px;
  color: #5e6d77;
  text-align: center;
}

.list_experiences .list_experiences_left .box-list .review_star .goodness {
  font-family: poppins;
  width: 44%;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #28b554;
  text-align: right;
}

.list_experiences .list_experiences_left .box-list .from_price {
  text-align: right;
}

.list_experiences .list_experiences_left .box-list .from_price .cost {
  font-family: poppins;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  margin-top: -4px;
  text-align: right;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #5e6d77;
}

.list_experiences .list_experiences_left .box-list .from_price .discount {
  margin-bottom: 0;
}

.list_experiences .list_experiences_left .box-list .from_price .discount .text_discount {
  font-family: poppins;
  font-size: 14px;
  line-height: 20px;
  color: #5e6d77;
}

.list_experiences .list_experiences_left .box-list .from_price .discount .price_discount {
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  text-align: right;
  color: #ee1d00;
}

.list_experiences .list_experiences_left .box-list .from_price .discount .price_discount_xof,
.list_experiences .list_experiences_left .box-list .from_price .discount .price_discount_ngn {
  font-size: 17px !important;
}

.list_experiences .list_experiences_left .box-list .from_price .discount .night {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #5e6d77;
}

.list_experiences .list_experiences_left .box-list .time {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 15px;
}

.list_experiences .list_experiences_left .box-list .time .calendar {
  width: 50%;
  display: flex;
  align-items: center;
}

.list_experiences .list_experiences_left .box-list .time .calendar span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
  padding-left: 5px;
}

.list_experiences .list_experiences_left .box-list .time .type_tour {
  width: 50%;
}

.list_experiences .list_experiences_left .box-list .time .type_tour p {
  background: rgba(0, 117, 255, 0.1);
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 0;
  color: #0069e4;
}

@media screen and (min-width: 320px) {
  .list_experiences .list_experiences_left .box-list .time .type_tour p {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .list_experiences .list_experiences_left .box-list .time .type_tour p {
    width: 152px;
  }
}

.list_experiences .list_experiences_left .box-list .nd-footer-card {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}

.list_experiences .list_experiences_left .box-list .nd-footer-card .nd-btn-booking {
  width: 50%;
  display: flex;
  align-items: center;
}

.list_experiences .list_experiences_left .box-list .nd-footer-card .nd-btn-booking .btn-booking-now {
  background: #ffb612;
  border-radius: 0;
  border: none;
  width: 140px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.list_experiences .list_experiences_left .box-list .nd-footer-card .from_price {
  width: 50%;
}

.list_experiences .list_experiences_left .box-list .img-list-experiences {
  height: 270px;
}

.list_experiences .list_experiences_left .box-list .img-list-experiences img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.list_experiences .sidebar-right .sidebar-filter {
  display: flex;
  justify-content: space-between;
}

.list_experiences .sidebar-right .sidebar-filter .heading {
  width: 50%;
}

.list_experiences .sidebar-right .sidebar-filter .heading p {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  color: #000000;
}

.list_experiences .sidebar-right .sidebar-filter .clear {
  width: 50%;
}

.list_experiences .sidebar-right .sidebar-filter .clear p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-align: right;
  color: #c4c4c4;
}

.list_experiences .sidebar-right .budget {
  opacity: 0.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.list_experiences .sidebar-right .budget h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.list_experiences .sidebar-right .budget .slider-selection {
  background: #e5e5e5 !important;
}

.list_experiences .sidebar-right .budget .slider.slider-horizontal {
  width: 100% !important;
  height: 20px;
}

.list_experiences .sidebar-right .budget .slider-handle {
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
}

.list_experiences .sidebar-right .budget .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #bdbdbd !important;
  text-align: center;
  background-color: transparent !important;
  border-radius: 4px;
}

.list_experiences .sidebar-right .budget .tooltip.top .tooltip-arrow {
  display: none !important;
}

.list_experiences .sidebar-right .budget .slider .tooltip.top {
  margin-top: -25px !important;
}

.list_experiences .sidebar-right .budget .well {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 0;
}

.list_experiences .sidebar-right .budget .price-range {
  width: 42px;
  height: 25px;
  background: rgba(0, 117, 255, 0.1);
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
  color: #0069e4;
}

.list_experiences .sidebar-right .budget .price_max {
  position: absolute;
  top: 14px;
  right: 0;
  margin-bottom: 0;
}

.list_experiences .sidebar-right .budget .btn-apply-filter {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-top: 18px;
  padding-left: 0;
  color: #0069e4;
}

.list_experiences .sidebar-right .budget .btn-apply-filter:focus {
  box-shadow: none;
}

.list_experiences .sidebar-right .duration {
  padding-top: 15px;
}

.list_experiences .sidebar-right .duration .duration-box .checkbox_duration {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 40px;
  margin-bottom: 10px;
}

.list_experiences .sidebar-right .duration .duration-box .checkbox_duration input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.list_experiences .sidebar-right .duration .duration-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 3px;
}

.list_experiences .sidebar-right .duration .duration-box .checkbox_duration:hover .checkmark {
  background: #ccc;
}

.list_experiences .sidebar-right .duration .duration-box .checkbox_duration:after {
  content: "";
  position: absolute;
  display: none;
}

.list_experiences .sidebar-right .duration .duration-box .checkbox_duration .checkmark:after {
  top: 50%;
  left: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.list_experiences .sidebar-right .duration .duration-box .checkbox_duration input:checked ~ .checkmark {
  background: #2196f3;
}

.list_experiences .sidebar-right .duration .duration-box .checkbox_duration input:checked ~ .checkmark:after {
  display: block;
}

.list_experiences .sidebar-right .duration .nd-duration-box {
  display: flex;
  flex-wrap: wrap;
  max-height: 600px;
  overflow-y: auto;
}

.list_experiences .sidebar-right .duration .nd-duration-box .column-duration {
  width: 50%;
}

.list_experiences .sidebar-right .duration .nd-duration-box .column-duration .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 42px;
  padding-left: 5px;
  color: #000000;
}

.list_experiences .sidebar-right .duration .nd-duration-box .column-duration_type {
  width: 100%;
  display: block;
}

.list_experiences .sidebar-right .type_of_tour {
  border-bottom: none;
}

.list_experiences .sidebar-right .type_of_tour .checkbox--review-hotel .column-duration {
  width: 100%;
}

.list_experiences .sidebar-right .type_of_tour .checkbox--review-hotel .column-duration .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 42px;
  padding-left: 5px;
  color: #000000;
}

.list_experiences .sidebar-right .type_of_tour .title--heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list_experiences .sidebar-right .type_of_tour .title--heading .title--review {
  width: 90%;
}

.list_experiences .sidebar-right .type_of_tour .title--heading .btn_icon {
  width: 10%;
  text-align: right;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.list_experiences .sidebar-right .type_of_tour .title--heading .btn_icon .fa-angle-down {
  font-size: 24px;
}

.list_experiences .sidebar-right .type_of_tour .title--heading .btn_icon .fa-angle-up {
  font-size: 24px;
}

.list_experiences .nd-pagination {
  margin-top: 30px;
}

.list_experiences .nd-pagination .pagination {
  display: flex;
  flex-wrap: wrap !important;
  display: -ms-flexbox !important;
  justify-content: center;
}

@media screen and (min-width: 320px) {
  .list_experiences .nd-pagination .pagination .page-item {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
}

@media screen and (min-width: 980px) {
  .list_experiences .nd-pagination .pagination .page-item {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.list_experiences .nd-pagination .pagination .page-item .page-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 450px) {
  .list_experiences .nd-pagination .pagination .page-item .page-link {
    width: 32px;
    height: 37px;
  }
}

.list_experiences .nd-pagination .pagination .page-item.active .page-link {
  background-color: #7FB41C !important;
  border-color: #7FB41C !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 320px) {
  .tour_detail {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .tour_detail {
    padding-top: 80px;
  }
}

@media screen and (max-width: 769px) {
  .tour_detail.about-us .mx-auto {
    width: 100% !important;
  }
}

.nd-breadcrumb .breadcrumb {
  display: block !important;
  background-color: transparent;
  margin-bottom: 0 !important;
  padding-left: 0;
}

.nd-breadcrumb .breadcrumb span {
  font-size: 14px;
  line-height: 21px;
  color: #5e6d77;
}

.nd-breadcrumb .breadcrumb span a {
  font-size: 14px;
  line-height: 21px;
  color: #5e6d77;
}

.nd-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c4c4c4;
  margin-bottom: 3px;
  padding-right: 0;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

@media screen and (min-width: 320px) {
  .dn-box-review {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .dn-box-review {
    display: flex;
    margin-bottom: 15px;
  }
}

.dn-box-review .dn-box-left {
  display: flex;
}

@media screen and (min-width: 320px) {
  .dn-box-review .dn-box-left {
    margin-bottom: 15px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .dn-box-review .dn-box-left {
    margin-bottom: 0;
    width: 45%;
  }
}

@media screen and (min-width: 1024px) {
  .dn-box-review .dn-box-left {
    margin-bottom: 0;
    width: 23%;
  }
}

@media screen and (min-width: 1024px) {
  .dn-box-review .hotel--box-left {
    width: auto !important;
  }
}

.dn-box-review .star {
  width: 60px;
  height: 25px;
  background: #28b554;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.dn-box-review .star span {
  padding-right: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

.dn-box-review .number-review {
  font-size: 14px;
  line-height: 26px;
  margin-right: 10px;
  color: #1e1e1e;
  margin-bottom: 0;
}

.dn-box-review .text-review {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #28b554;
  margin-bottom: 0;
}

.dn-box-review .nd-border-left {
  padding-left: 14px;
  padding-right: 8px;
  color: #c4c4c4;
}

@media screen and (min-width: 320px) {
  .dn-box-review .nd-border-left {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .dn-box-review .nd-border-left {
    display: block;
  }
}

.dn-box-review .dn-address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 320px) {
  .dn-box-review .dn-address {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .dn-box-review .dn-address {
    width: 76%;
  }
}

@media screen and (min-width: 1024px) {
  .dn-box-review .dn-address {
    margin-bottom: 0;
    width: 76%;
  }
}

@media screen and (min-width: 320px) {
  .dn-box-review .dn-address .map_img {
    width: 6%;
  }
}

@media screen and (min-width: 768px) {
  .dn-box-review .dn-address .map_img {
    width: 5%;
  }
}

@media screen and (min-width: 1024px) {
  .dn-box-review .dn-address .map_img {
    width: 2%;
  }
}

.dn-box-review .dn-address .text_map {
  margin-bottom: 0;
}

@media screen and (min-width: 320px) {
  .dn-box-review .dn-address .text_map {
    width: 94%;
  }
}

@media screen and (min-width: 768px) {
  .dn-box-review .dn-address .text_map {
    width: 94%;
  }
}

@media screen and (min-width: 320px) {
  .dn-box-review .dn-address {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .dn-box-review .dn-address {
    margin-bottom: 0;
  }
}

.dn-box-review .dn-address p {
  font-size: 14px;
  line-height: 24px;
  color: #1e1e1e;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.nd-slider-tour-detail {
  height: 358px;
}

.nd-slider-tour-detail ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}

.nd-slider-tour-detail li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}

.nd-slider-tour-detail img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.nd-slider-tour-detail .rsUni .rsThumbsVer {
  left: 0 !important;
}

.nd-slider-tour-detail .rsOverflow {
  float: right;
}

.nd-slider-tour-detail .royalSlider {
  width: 100%;
  height: 100%;
}

.nd-slider-tour-detail img.rsImg.rsMainSlideImage {
  width: unset !important;
  height: 358px !important;
  margin-left: auto !important;
  margin-top: 0 !important;
  margin-right: auto !important;
}

.nd-slider-tour-detail .rsUni,
.nd-slider-tour-detail .rsUni .rsOverflow,
.nd-slider-tour-detail .rsUni .rsSlide,
.nd-slider-tour-detail .rsUni .rsVideoFrameHolder,
.nd-slider-tour-detail .rsUni .rsThumbs {
  background: white;
}

.nd-slider-tour-detail .rsUni .rsThumb.rsNavSelected {
  border: 2px solid #ffc700;
  background: #333;
}

.dn-tour-detail h2 {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .dn-tour-detail h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (min-width: 768px) {
  .dn-tour-detail h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

.dn-tour-detail .sidebar-right {
  background: #f5f5f5;
}

@media screen and (min-width: 320px) {
  .dn-tour-detail .sidebar-right {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .dn-tour-detail .sidebar-right {
    margin-top: 0;
  }
}

.dn-tour-detail .sidebar-right .heading {
  background: #0e7a4d;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 16px;
}

.dn-tour-detail .sidebar-right .heading p {
  margin-bottom: 0;
}

.dn-tour-detail .sidebar-right .heading p .price {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (min-width: 320px) {
  .dn-tour-detail .sidebar-right .form-booking {
    padding: 15px 10px;
  }
}

@media screen and (min-width: 768px) {
  .dn-tour-detail .sidebar-right .form-booking {
    padding: 20px;
  }
}

.dn-tour-detail .sidebar-right .form-booking p {
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dn-tour-detail .sidebar-right .form-booking input.form-control {
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #495057;
  padding-left: 58px;
  -webkit-text-fill-color: #495057;
  -webkit-opacity: 1;
}

.dn-tour-detail .sidebar-right .form-booking .btn_submit {
  background-color: rgba(255, 182, 18, 1);
  text-align: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-left: 0 !important;
  color: #000000;
}

.dn-tour-detail .sidebar-right .form-booking .form-group {
  margin-bottom: 0;
  position: relative;
}

.dn-tour-detail .sidebar-right .form-booking .dn-form-input {
  margin-bottom: 15px;
}

.dn-tour-detail .sidebar-right .form-booking .form-group img {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(10px, -50%);
}

.dn-tour-detail .sidebar-right .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.dn-tour-detail .sidebar-right .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 42px;
  margin-bottom: 0;
  color: #000000;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.dn-tour-detail .sidebar-right .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #cccccc;
}

.dn-tour-detail .sidebar-right .styled-checkbox:checked + label:before {
  background: white;
}

.dn-tour-detail .sidebar-right .styled-checkbox:disabled + label {
  color: #7FB41C;
  cursor: auto;
}

.dn-tour-detail .sidebar-right .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: red;
}

.dn-tour-detail .sidebar-right .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 20px;
  height: 12px;
  border-top: 1px solid #7FB41C;
  border-right: 1px solid #7FB41C;
  transform: rotate(130deg);
}

.dn-tour-detail .sidebar-right .box--addon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dn-tour-detail .sidebar-right .checkbox--add-on {
  width: 45%;
}

.dn-tour-detail .sidebar-right .number--add-on {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dn-tour-detail .sidebar-right .price--add-on {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dn-tour-detail .sidebar-right .price--add-on p {
  margin-bottom: 0;
}

.dn-tour-detail .sidebar-right .number--add-on .sub {
  border-radius: 50% !important;
  border: none;
  background: #ffb612;
  font-weight: 600;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .dn-tour-detail .sidebar-right .number--add-on .sub {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

@media screen and (min-width: 400px) {
  .dn-tour-detail .sidebar-right .number--add-on .sub {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}

.dn-tour-detail .sidebar-right .number--add-on .sub:focus {
  outline: none;
}

.dn-tour-detail .sidebar-right .number--add-on .add {
  border-radius: 50% !important;
  border: none;
  background: #ffb612;
  font-weight: 600;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .dn-tour-detail .sidebar-right .number--add-on .add {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

@media screen and (min-width: 400px) {
  .dn-tour-detail .sidebar-right .number--add-on .add {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}

.dn-tour-detail .sidebar-right .number--add-on .add:focus {
  outline: none;
}

.dn-tour-detail .sidebar-right .number--add-on input {
  width: 30px;
  border: none;
  background: none;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #000000;
}

.dn-tour-detail .sidebar-right .number--add-on input:focus {
  outline: none;
}

.dn-tour-detail .sidebar-right .price--add-on p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #7FB41C;
}

.dn-tour-detail .sidebar-right .add--on {
  padding-top: 10px;
}

.dn-tour-detail .sidebar-right .add--on .custom_add_on {
  justify-content: flex-end;
}

.dn-tour-detail .sidebar-right .add--on .custom_add_on .price_add_on {
  font-size: 18px !important;
}

.dn-tour-detail .sidebar-right .add--on h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #5e6d77;
}

.dn-tour-detail .sidebar-right button.form-control.navbar-toggler {
  border: 1px solid #cccccc;
  border-radius: 0;
  height: 56px;
  background: white;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  padding-left: 58px;
  text-align: left;
}

.dn-tour-detail .sidebar-right .passenger {
  padding: 10px 18px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
}

.dn-tour-detail .sidebar-right .passenger h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 42px;
  color: #000000;
}

.dn-tour-detail .sidebar-right .passenger .box--passenger {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.dn-tour-detail .sidebar-right .passenger .box--passenger .label--name {
  width: 50%;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.dn-tour-detail .sidebar-right .passenger .box--passenger .number--add-on {
  width: 50%;
  justify-content: flex-end;
}

.dn-tour-detail .sidebar-right .passenger .age {
  margin-top: 10px;
}

.dn-tour-detail .sidebar-right .passenger .age select {
  padding: 0 10px;
  width: 100%;
  height: 56px;
  background: #f5f5f5;
  border: none;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/images/chevron-down.png?b7dd5e0194ee0ac08a4b802cb73d867f);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.dn-tour-detail .sidebar-right .passenger .age select:focus {
  outline: none;
}

.dn-tour-detail .dn-list-information {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.dn-tour-detail .dn-box {
  display: flex;
  align-items: center;
}

.dn-tour-detail .dn-box .icon {
  width: 15%;
}

.dn-tour-detail .dn-box .icon img {
  width: 32px;
  height: 32px;
}

.dn-tour-detail .dn-box .text {
  width: 85%;
}

.dn-tour-detail .dn-box .text label {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #5e6d77;
}

.dn-tour-detail .dn-box .text .result {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #7FB41C;
}

.overview {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

@media screen and (min-width: 320px) {
  .overview {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .overview {
    padding-top: 40px;
  }
}

.overview h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .overview h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media screen and (min-width: 768px) {
  .overview h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.overview .description p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 30, 30, 0.8);
}

.overview .description ul {
  padding-left: 15px !important;
}

.overview .description ul li {
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 30, 30, 0.8);
}

.include .detail-include p {
  margin-bottom: 8px !important;
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 30, 30, 0.8);
}

.include .detail-include p span {
  padding-left: 5px;
}

.departure .detail-departure p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 30, 30, 0.8);
}

.tour-itinerary .detail-tour-itinerary .card-tour {
  background: #fcfcfc;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 0;
}

.tour-itinerary .detail-tour-itinerary .accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.tour-itinerary .detail-tour-itinerary .box-collapse {
  display: flex;
  justify-content: space-between;
  background: #fcfcfc;
}

.tour-itinerary .detail-tour-itinerary .box-collapse .day {
  width: 69px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  background: #7FB41C;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour-itinerary .detail-tour-itinerary .box-collapse .icon-fqa {
  padding-top: 5px;
}

.tour-itinerary .detail-tour-itinerary .box-collapse .text {
  width: 85%;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.tour-itinerary .detail-tour-itinerary .box-collapse .icon {
  width: 15%;
  margin-bottom: 0;
  display: flex;
  padding-top: 5px;
  justify-content: flex-end;
  align-items: center;
}

.tour-itinerary .detail-tour-itinerary .card-body {
  background: #fcfcfc;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 320px) {
  .tour-itinerary .detail-tour-itinerary .card-body .icon {
    width: 10%;
  }
}

@media screen and (min-width: 768px) {
  .tour-itinerary .detail-tour-itinerary .card-body .icon {
    width: 3%;
  }
}

.tour-itinerary .detail-tour-itinerary .card-body .description {
  width: 97%;
}

.tour-itinerary .detail-tour-itinerary .card-body .description p {
  margin-bottom: 0;
}

.tour-itinerary .detail-tour-itinerary .card-body .description .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #7FB41C;
}

.tour-itinerary .detail-tour-itinerary .card-body .description .duration {
  font-weight: bold;
}

.tour-itinerary .detail-tour-itinerary .card-body .description .detail-description {
  padding-bottom: 20px;
}

.additional-info .detail-additional-info ul {
  padding-left: 20px;
}

.additional-info .detail-additional-info ul li {
  font-size: 16px;
  line-height: 26px;
  color: rgba(30, 30, 30, 0.8);
}

.faq {
  border-bottom: none !important;
}

.faq .fa-question-circle {
  font-size: 20px;
}

.faq .icon-fqa {
  padding-right: 8px;
}

.faq .card-header[aria-expanded=true] {
  color: #7FB41C;
}

.faq .text {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.faq p {
  margin-bottom: 0;
}

.faq .card-tour {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

.faq .card-tour .box-collapse {
  background: white !important;
}

.faq .card-tour .card-body {
  padding-top: 5px;
  background: white !important;
}

.dn-review {
  border-bottom: 0 !important;
}

.dn-review .detail-review .box-review {
  padding: 35px 30px;
  background: #fcfcfc;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
}

@media screen and (min-width: 320px) {
  .dn-review .detail-review .box-review {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .dn-review .detail-review .box-review {
    display: flex;
    justify-content: center;
  }
}

.dn-review .detail-review .box-review .number-review {
  text-align: center;
}

@media screen and (min-width: 320px) {
  .dn-review .detail-review .box-review .number-review {
    width: 100%;
    border-right: none;
  }
}

@media screen and (min-width: 768px) {
  .dn-review .detail-review .box-review .number-review {
    width: 35%;
    border-right: 1px solid #c4c4c4;
  }
}

.dn-review .detail-review .box-review .number-review h4 {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #000000;
}

.dn-review .detail-review .box-review .number-review .star {
  text-align: center;
}

.dn-review .detail-review .box-review .number-review .star .checked {
  color: orange;
}

.dn-review .detail-review .box-review .number-review p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding-top: 15px;
  color: #1e1e1e;
}

.dn-review .detail-review .box-review .number-review .btn-write-review {
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  margin-top: 15px;
  border-radius: 0;
}

@media screen and (min-width: 320px) {
  .dn-review .detail-review .box-review .number-review .btn-write-review {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .dn-review .detail-review .box-review .number-review .btn-write-review {
    max-width: 300px;
  }
}

@media screen and (min-width: 320px) {
  .dn-review .detail-review .box-review .process-review {
    width: 100%;
    padding-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .dn-review .detail-review .box-review .process-review {
    width: 75%;
    padding-left: 80px;
  }
}

.dn-review .detail-review .box-review .process-review .box-process {
  padding-bottom: 16px;
}

@media screen and (min-width: 320px) {
  .dn-review .detail-review .box-review .process-review .box-process {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .dn-review .detail-review .box-review .process-review .box-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.dn-review .detail-review .box-review .process-review .box-process .number {
  margin-bottom: 0;
}

@media screen and (min-width: 320px) {
  .dn-review .detail-review .box-review .process-review .box-process .number {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .dn-review .detail-review .box-review .process-review .box-process .number {
    width: 8%;
  }
}

@media screen and (min-width: 320px) {
  .dn-review .detail-review .box-review .process-review .box-process .dn-process {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .dn-review .detail-review .box-review .process-review .box-process .dn-process {
    width: 66%;
  }
}

.dn-review .detail-review .box-review .process-review .box-process .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

@media screen and (min-wwidth: 320px) {
  .dn-review .detail-review .box-review .process-review .box-process .text {
    width: 100%;
  }
}

@media screen and (min-width: 320px) {
  .dn-review .detail-review .box-review .process-review .box-process .text {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .dn-review .detail-review .box-review .process-review .box-process .text {
    width: 20%;
  }
}

.dn-review .from-review {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #c4c4c4;
  /***** CSS Magic to Highlight Stars on Hover *****/
  /* hover previous stars in list */
}

.dn-review .from-review h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.dn-review .from-review .form-control {
  border-radius: 0;
}

.dn-review .from-review .form-group {
  position: relative;
}

.dn-review .from-review .rating {
  border: none;
  position: absolute;
  top: -8px;
  left: 90px;
  z-index: 2;
}

.dn-review .from-review .rating > input {
  display: none;
}

.dn-review .from-review .rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\F005";
}

.dn-review .from-review .rating > .half:before {
  content: "\F089";
  position: absolute;
}

.dn-review .from-review .rating > label {
  color: #ddd;
  float: right;
}

.dn-review .from-review .rating > input:checked ~ label,
.dn-review .from-review .rating:not(:checked) > label:hover,
.dn-review .from-review .rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
}

.dn-review .from-review .rating > input:checked + label:hover,
.dn-review .from-review .rating > input:checked ~ label:hover,
.dn-review .from-review .rating > label:hover ~ input:checked ~ label,
.dn-review .from-review .rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}

.dn-review-comment .box-review-comment {
  padding-top: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

.dn-review-comment h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0;
}

.dn-review-comment .author-date {
  display: flex;
}

.dn-review-comment .author-date p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  color: rgba(30, 30, 30, 0.8);
}

.dn-review-comment .author-date .author {
  padding-right: 20px;
}

.dn-review-comment .description p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 30, 30, 0.8);
}

.dn-review-comment .nd-pagination {
  padding-top: 38px;
}

.dn-review-comment .nd-pagination .pagination {
  display: flex;
  flex-wrap: wrap !important;
  display: -ms-flexbox !important;
  justify-content: center;
}

@media screen and (min-width: 320px) {
  .dn-review-comment .nd-pagination .pagination .page-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 980px) {
  .dn-review-comment .nd-pagination .pagination .page-item {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.dn-review-comment .nd-pagination .pagination .page-item .page-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dn-review-comment .nd-pagination .pagination .page-item.active .page-link {
  background-color: #7FB41C !important;
  border-color: #7FB41C !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.star .checked {
  color: orange;
}

.dn-might-like h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 30px;
}

.dn-might-like .img-list-experiences {
  height: 198px;
}

.dn-might-like .img-list-experiences img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.dn-might-like .box-list a {
  text-decoration: none;
}

.dn-might-like .box-list .card {
  border-radius: 0;
}

.dn-might-like .box-list .card-body {
  padding: 15px;
}

.dn-might-like .box-list .card-body h5 {
  font-family: poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #1e1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.dn-might-like .box-list .local {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.dn-might-like .box-list .local .text_local {
  font-family: poppins;
  font-size: 14px;
  line-height: 24px;
  color: #1e1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding-left: 5px;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.dn-might-like .box-list .review_star {
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 320px) {
  .dn-might-like .box-list .review_star {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .dn-might-like .box-list .review_star {
    justify-content: space-between;
  }
}

.dn-might-like .box-list .review_star .star {
  background: #28b554;
  width: 60px;
  height: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}

.dn-might-like .box-list .review_star .star span {
  padding-right: 4px;
}

.dn-might-like .box-list .review_star .text_review {
  font-family: poppins;
  width: 35%;
  font-size: 14px;
  line-height: 26px;
  color: #5e6d77;
  text-align: center;
}

.dn-might-like .box-list .review_star .goodness {
  font-family: poppins;
  width: 35%;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #28b554;
  text-align: right;
}

.dn-might-like .box-list .from_price {
  text-align: right;
}

.dn-might-like .box-list .from_price .cost {
  font-family: poppins;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #5e6d77;
}

.dn-might-like .box-list .from_price .discount {
  margin-bottom: 0;
}

.dn-might-like .box-list .from_price .discount .text_discount {
  font-family: poppins;
  font-size: 14px;
  line-height: 20px;
  color: #5e6d77;
}

.dn-might-like .box-list .from_price .discount .price_discount {
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  text-align: right;
  color: #ee1d00;
}

.dn-might-like .box-list .from_price .discount .price_discount_pt {
  font-size: 18px !important;
}

.dn-might-like .box-list .from_price .discount .night {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #5e6d77;
}

.booking-fixed {
  position: fixed;
  padding: 20px 0;
  bottom: 0;
  z-index: 99;
  background: white;
  width: 100%;
  box-shadow: 0px -3px 30px rgba(0, 0, 0, 0.1);
}

.booking-fixed p {
  margin-bottom: 0;
}

.booking-fixed .nd-box_booking {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.booking-fixed .from-price {
  padding-right: 38px;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .booking-fixed .from-price {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .booking-fixed .from-price {
    font-size: 24px;
    line-height: 42px;
    width: unset;
  }
}

.booking-fixed .from-price .number_price {
  color: #7FB41C;
  font-weight: 600;
}

@media screen and (min-width: 320px) {
  .booking-fixed .from-price .number_price {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .booking-fixed .from-price .number_price {
    font-size: 32px;
  }
}

.booking-fixed .btn_booking {
  background: #ffb612;
  width: 328px;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .booking-fixed .btn_booking {
    padding: 8px 0;
  }
}

@media screen and (min-width: 1024px) {
  .booking-fixed .btn_booking {
    padding: 16px 0;
  }
}

@media screen and (min-width: 320px) {
  .booking_tour {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .booking_tour {
    padding-top: 80px;
  }
}

.dn-booking-tour h2 {
  font-weight: bold;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .dn-booking-tour h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (min-width: 980px) {
  .dn-booking-tour h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

.dn-booking-tour .dn-form-booking {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.dn-booking-tour .dn-form-booking h4 {
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 0;
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .dn-form-booking h4 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .dn-booking-tour .dn-form-booking h4 {
    font-size: 24px;
    line-height: 34px;
  }
}

.dn-booking-tour .dn-form-booking .description {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  color: #5e6d77;
}

.dn-booking-tour .lead-traveler h5 {
  font-weight: 600;
  color: #1e1e1e;
  padding-top: 20px;
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .lead-traveler h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .dn-booking-tour .lead-traveler h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.dn-booking-tour .lead-traveler .form-group label {
  font-size: 16px;
  line-height: 40px;
  color: #1e1e1e;
}

.dn-booking-tour .lead-traveler .form-group select.form-control,
.dn-booking-tour .lead-traveler .form-group input.form-control {
  border-radius: 0;
  height: 54px;
  display: flex;
  align-items: center;
}

.dn-booking-tour .lead-traveler .form-group textarea.form-control {
  border-radius: 0;
}

.dn-booking-tour .payment-detail {
  border-top: 1px solid #e5e5e5;
  padding-top: 12px;
}

.dn-booking-tour .payment-detail h4 {
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 0;
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .payment-detail h4 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .dn-booking-tour .payment-detail h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.dn-booking-tour .payment-detail .description {
  font-size: 16px;
  line-height: 40px;
  color: #5e6d77;
}

.dn-booking-tour .payment-detail .card-payment label {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.dn-booking-tour .payment-detail .card-payment .img-card-payment,
.dn-booking-tour .payment-detail .card-payment .paypal-img {
  padding-left: 2rem;
}

.dn-booking-tour .payment-detail .note_description {
  margin-top: 20px;
}

.dn-booking-tour .payment-detail .note_description ul {
  padding-left: 20px;
}

.dn-booking-tour .payment-detail .note_description ul li {
  font-size: 14px;
  line-height: 32px;
  color: #5e6d77;
}

.dn-booking-tour .btn_booking_now {
  margin-top: 40px;
  margin-bottom: 60px;
  background: rgba(255, 182, 18, 1);
  width: 100%;
  height: 56px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 0;
  color: #000000;
}

.dn-booking-tour .sidebar_right_booking {
  background: #f5f5f5;
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .sidebar_right_booking {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .dn-booking-tour .sidebar_right_booking {
    padding: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .dn-booking-tour .sidebar_right_booking {
    padding: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .dn-booking-tour .sidebar_right_booking {
    padding: 20px;
  }
}

.dn-booking-tour .sidebar_right_booking h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  color: #000000;
}

.dn-booking-tour .sidebar_right_booking h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dn-booking-tour .sidebar_right_booking .local_map {
  font-size: 14px;
  line-height: 24px;
  color: #1e1e1e;
}

.dn-booking-tour .sidebar_right_booking .box_booking {
  border-bottom: 1px solid #e5e5e5;
}

.dn-booking-tour .sidebar_right_booking .box_booking .title--room {
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
  color: #000000;
}

.dn-booking-tour .sidebar_right_booking .box_booking .add--on-hotel {
  font-weight: 600;
  font-size: 16px;
  line-height: 42px;
  color: #5e6d77;
}

.dn-booking-tour .sidebar_right_booking .type_tour {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .sidebar_right_booking .type_tour {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .dn-booking-tour .sidebar_right_booking .type_tour {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 1200px) {
  .dn-booking-tour .sidebar_right_booking .type_tour {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

.dn-booking-tour .sidebar_right_booking .type_tour .label_type {
  width: 50%;
}

.dn-booking-tour .sidebar_right_booking .type_tour .label_type span {
  color: #1e1e1e;
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .label_type span {
    font-size: 14px;
    line-height: 24px;
    padding-left: 2px;
  }
}

@media screen and (min-width: 768px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .label_type span {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .label_type span {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .label_type span {
    font-size: 14px;
    line-height: 24px;
    padding-left: 5px;
  }
}

.dn-booking-tour .sidebar_right_booking .type_tour .name_tour {
  width: 50%;
  text-align: right;
  color: #1e1e1e;
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .name_tour {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .name_tour {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .name_tour {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .name_tour {
    font-size: 14px;
    line-height: 24px;
  }
}

.dn-booking-tour .sidebar_right_booking .type_tour .label--room {
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #000000;
}

.dn-booking-tour .sidebar_right_booking .type_tour .label--room .number--room {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0069e4;
}

.dn-booking-tour .sidebar_right_booking .type_tour .price--room {
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #7FB41C;
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .label_canlendar {
    width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .label_canlendar {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .label_canlendar {
    width: 50%;
  }
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .name_tour_canlendar {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .name_tour_canlendar {
    width: 40%;
  }
}

@media screen and (min-width: 1200px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .name_tour_canlendar {
    width: 50%;
  }
}

.dn-booking-tour .sidebar_right_booking .type_tour .number_day {
  font-size: 16px;
  line-height: 24px;
  color: #5e6d77;
  padding-right: 30px;
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .label_type_passenger {
    width: 45%;
  }
}

@media screen and (min-width: 1024px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .label_type_passenger {
    width: 45%;
  }
}

@media screen and (min-width: 1200px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .label_type_passenger {
    width: 50%;
  }
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .name_tour_passenger {
    width: 55%;
  }
}

@media screen and (min-width: 1024px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .name_tour_passenger {
    width: 55%;
  }
}

@media screen and (min-width: 1200px) {
  .dn-booking-tour .sidebar_right_booking .type_tour .name_tour_passenger {
    width: 50%;
  }
}

.dn-booking-tour .sidebar_right_booking .type--hotel {
  padding-top: 0;
}

.dn-booking-tour .sidebar_right_booking .total_price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 15px;
}

.dn-booking-tour .sidebar_right_booking .total_price .text-total {
  width: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  color: #000000;
}

.dn-booking-tour .sidebar_right_booking .total_price .number_price {
  width: 70%;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  text-align: right;
  color: #000000;
}

.dn-booking-tour .sidebar_right_booking .total_price .cost--hotel {
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  text-align: right;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #5e6d77;
}

.dn-booking-tour .sidebar_right_booking .promo-code {
  display: flex;
  flex-wrap: wrap;
}

.dn-booking-tour .sidebar_right_booking .promo-code .input-code {
  border-radius: 0;
  border: none;
  height: 56px;
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .sidebar_right_booking .promo-code .input-code {
    width: 64%;
  }
}

@media screen and (min-width: 1024px) {
  .dn-booking-tour .sidebar_right_booking .promo-code .input-code {
    width: 64%;
  }
}

.dn-booking-tour .sidebar_right_booking .promo-code .btn-apply {
  background: #c4c4c4;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 320px) {
  .dn-booking-tour .sidebar_right_booking .promo-code .btn-apply {
    width: 36%;
  }
}

@media screen and (min-width: 1024px) {
  .dn-booking-tour .sidebar_right_booking .promo-code .btn-apply {
    width: 36%;
  }
}

.dn-booking-tour .sidebar_right_booking .btn-booking-now {
  margin-top: 36px;
  background: #ffb612;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: 0;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.sidebar_right_booking {
  background: #f5f5f5;
}

@media screen and (min-width: 320px) {
  .sidebar_right_booking {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .sidebar_right_booking {
    padding: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar_right_booking {
    padding: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar_right_booking {
    padding: 20px;
  }
}

.sidebar_right_booking h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  color: #000000;
}

.sidebar_right_booking h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sidebar_right_booking .local_map {
  font-size: 14px;
  line-height: 24px;
  color: #1e1e1e;
}

.sidebar_right_booking .box_booking {
  border-bottom: 1px solid #e5e5e5;
}

.sidebar_right_booking .box_booking .title--room {
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
  color: #000000;
}

.sidebar_right_booking .box_booking .add--on-hotel {
  font-weight: 600;
  font-size: 16px;
  line-height: 42px;
  color: #5e6d77;
}

.sidebar_right_booking .type_tour {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (min-width: 320px) {
  .sidebar_right_booking .type_tour {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar_right_booking .type_tour {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar_right_booking .type_tour {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

.sidebar_right_booking .type_tour .label_type {
  width: 50%;
}

.sidebar_right_booking .type_tour .label_type span {
  color: #1e1e1e;
}

@media screen and (min-width: 320px) {
  .sidebar_right_booking .type_tour .label_type span {
    font-size: 14px;
    line-height: 24px;
    padding-left: 2px;
  }
}

@media screen and (min-width: 768px) {
  .sidebar_right_booking .type_tour .label_type span {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar_right_booking .type_tour .label_type span {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar_right_booking .type_tour .label_type span {
    font-size: 14px;
    line-height: 24px;
    padding-left: 5px;
  }
}

.sidebar_right_booking .type_tour .name_tour {
  width: 50%;
  text-align: right;
  color: #1e1e1e;
}

@media screen and (min-width: 320px) {
  .sidebar_right_booking .type_tour .name_tour {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .sidebar_right_booking .type_tour .name_tour {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar_right_booking .type_tour .name_tour {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar_right_booking .type_tour .name_tour {
    font-size: 14px;
    line-height: 24px;
  }
}

.sidebar_right_booking .type_tour .label--room {
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #000000;
}

.sidebar_right_booking .type_tour .label--room .number--room {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0069e4;
}

.sidebar_right_booking .type_tour .price--room {
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #7FB41C;
}

@media screen and (min-width: 320px) {
  .sidebar_right_booking .type_tour .label_canlendar {
    width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar_right_booking .type_tour .label_canlendar {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar_right_booking .type_tour .label_canlendar {
    width: 50%;
  }
}

@media screen and (min-width: 320px) {
  .sidebar_right_booking .type_tour .name_tour_canlendar {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar_right_booking .type_tour .name_tour_canlendar {
    width: 40%;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar_right_booking .type_tour .name_tour_canlendar {
    width: 50%;
  }
}

.sidebar_right_booking .type_tour .number_day {
  font-size: 16px;
  line-height: 24px;
  color: #5e6d77;
  padding-right: 30px;
}

@media screen and (min-width: 320px) {
  .sidebar_right_booking .type_tour .label_type_passenger {
    width: 45%;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar_right_booking .type_tour .label_type_passenger {
    width: 45%;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar_right_booking .type_tour .label_type_passenger {
    width: 50%;
  }
}

@media screen and (min-width: 320px) {
  .sidebar_right_booking .type_tour .name_tour_passenger {
    width: 55%;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar_right_booking .type_tour .name_tour_passenger {
    width: 55%;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar_right_booking .type_tour .name_tour_passenger {
    width: 50%;
  }
}

.sidebar_right_booking .type--hotel {
  padding-top: 0;
}

.sidebar_right_booking .total_price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 15px;
}

.sidebar_right_booking .total_price .text-total {
  width: 50%;
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  color: #000000;
}

.sidebar_right_booking .total_price .number_price {
  width: 50%;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  text-align: right;
  color: #000000;
}

.sidebar_right_booking .total_price .cost--hotel {
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  text-align: right;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #5e6d77;
}

.sidebar_right_booking .promo-code {
  display: flex;
  flex-wrap: wrap;
}

.sidebar_right_booking .promo-code .input-code {
  border-radius: 0;
  border: none;
  height: 56px;
}

@media screen and (min-width: 320px) {
  .sidebar_right_booking .promo-code .input-code {
    width: 64%;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar_right_booking .promo-code .input-code {
    width: 64%;
  }
}

.sidebar_right_booking .promo-code .btn-apply {
  background: #c4c4c4;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 320px) {
  .sidebar_right_booking .promo-code .btn-apply {
    width: 36%;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar_right_booking .promo-code .btn-apply {
    width: 36%;
  }
}

.sidebar_right_booking .btn-booking-now {
  margin-top: 36px;
  background: #ffb612;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: 0;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.nd-main-menu .dropdown-menu {
  padding: 0 !important;
}

.nd-main-menu .dropdown-menu .profile-item {
  background: #7FB41C;
  padding: 15px;
}

.nd-main-menu .dropdown-menu .profile-email {
  margin-bottom: 0;
}

.nd-main-menu .dropdown-menu .dropdown-divider {
  margin: 0 !important;
}

.nd-main-menu .dropdown-menu .box-profile {
  padding-left: 5px;
}

.nd-main-menu .dropdown-menu .dropdown-item {
  padding: 15px !important;
}

.list-stays a {
  color: #1e1e1e;
}

.list-stays .dn-box-stays {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.list-stays .dn-box-stays .dn-box-stays-left {
  position: relative;
}

@media screen and (min-width: 320px) {
  .list-stays .dn-box-stays .dn-box-stays-left {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .list-stays .dn-box-stays .dn-box-stays-left {
    width: 35%;
  }
}

.list-stays .dn-box-stays .dn-box-stays-left .img_stays {
  height: 198px;
}

.list-stays .dn-box-stays .dn-box-stays-left .img_stays img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 198px;
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
  .list-stays .dn-box-stays .dn-box-stays-left .img_stays img {
    max-height: 270px;
  }
}

.list-stays .dn-box-stays .dn-box-stays-left .star {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
}

.list-stays .dn-box-stays .dn-box-stays-left .star .checked {
  color: orange;
}

.list-stays .dn-box-stays .dn-box-stays-right {
  padding: 22px 12px;
}

@media screen and (min-width: 320px) {
  .list-stays .dn-box-stays .dn-box-stays-right {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .list-stays .dn-box-stays .dn-box-stays-right {
    width: 65%;
  }
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 320px) {
  .list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-left {
    width: 100%;
    border-right: none;
  }
}

@media screen and (min-width: 1024px) {
  .list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-left {
    width: 67%;
    border-right: 1px solid #e5e5e5;
  }
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-left h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  color: #1e1e1e;
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-left .items-stays {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 8px;
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-left .items-stays li {
  font-size: 14px;
  line-height: 24px;
  color: #5e6d77;
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-left .items-stays .dotted {
  font-size: 28px;
  line-height: 10px;
  padding: 0 5px;
  color: #5e6d77;
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-left .address {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1e1e1e;
}

@media screen and (min-width: 320px) {
  .list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-left .address {
    display: flex;
    align-items: center;
  }
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-left .address span {
  padding-left: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #1e1e1e !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 320px) {
  .list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right {
    width: 32%;
  }
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .stays-review-top .reiview-star {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .stays-review-top .reiview-star {
    width: 100%;
    justify-content: space-between;
  }
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .stays-review-top .reiview-star .dn-text-review {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
  color: #28b554;
}

@media screen and (min-width: 320px) {
  .list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .stays-review-top .reiview-star .dn-text-review {
    padding-left: 10px;
  }
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .stays-review-top .number-review {
  text-align: right;
  font-size: 14px;
  line-height: 26px;
  color: #5e6d77;
}

@media screen and (min-width: 1024px) {
  .list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .stays-review-top .number-review {
    width: 100%;
  }
}

@media screen and (min-width: 320px) {
  .list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .stays-review-bottom {
    padding-top: 0;
  }
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .stays-review-bottom .promotional_price {
  margin-bottom: 0;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #5e6d77;
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .stays-review-bottom .price {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .stays-review-bottom .price .cost {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: right;
  color: #ee1d00;
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .stays-review-bottom .price .text-date {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #5e6d77;
}

@media screen and (max-width: 769px) {
  .list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .stays-review-bottom {
    padding-top: 5px !important;
  }
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .star-review {
  background: #28b554;
  width: 60px;
  height: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}

.list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right .star-review span {
  padding-right: 4px;
}

@media screen and (max-width: 769px) {
  .list-stays .dn-box-stays .dn-box-stays-right .description-stays .box-description-right {
    margin-top: 12px;
  }
}

.hotel-star .checkbox_duration {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .stay-detail {
    padding-top: 90px;
  }
}

.stay-detail .detail-rules .checkin_checkout {
  display: flex;
  flex-wrap: wrap;
}

.stay-detail .detail-rules .checkin_checkout .checkin .text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.stay-detail .detail-rules .checkin_checkout .checkin .number_time {
  padding: 9px 40px;
  width: 269px;
  background: #f5f5f5;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 1024px) {
  .stay-detail .detail-rules .checkin_checkout .checkout {
    padding-left: 30px;
  }
}

.stay-detail .detail-rules .rule_description {
  padding-top: 25px;
}

.stay-detail .detail-rules .rule_description ul {
  padding-left: 20px;
}

.stay-detail .detail-rules .rule_description ul li {
  font-size: 16px;
  line-height: 26px;
  color: rgba(30, 30, 30, 0.8);
}

.stay-detail .rooms_detail .box_rooms {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}

@media screen and (min-width: 1024px) {
  .stay-detail .rooms_detail .box_rooms .rooms_left {
    width: 30%;
  }
}

@media screen and (max-width: 769px) {
  .stay-detail .rooms_detail .box_rooms .rooms_left {
    width: 100%;
  }
}

.stay-detail .rooms_detail .box_rooms .rooms-img {
  position: relative;
}

@media screen and (min-width: 320px) {
  .stay-detail .rooms_detail .box_rooms .rooms-img {
    height: 186px;
  }
}

@media screen and (min-width: 1024px) {
  .stay-detail .rooms_detail .box_rooms .rooms-img {
    height: 100%;
  }
}

@media screen and (max-width: 769px) {
  .stay-detail .rooms_detail .box_rooms .rooms-img {
    height: 100%;
  }
}

.stay-detail .rooms_detail .box_rooms .rooms-img .thumb-image {
  width: 36px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.stay-detail .rooms_detail .box_rooms .rooms-img .thumb-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.stay-detail .rooms_detail .box_rooms .rooms-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.stay-detail .rooms_detail .box_rooms .rooms_desciption {
  background: #ffffff;
  box-sizing: border-box;
}

@media screen and (min-width: 320px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption {
    width: 100%;
    height: 100%;
    padding: 20px 12px;
  }
}

@media screen and (min-width: 768px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption {
    padding: 20px 15px;
  }
}

@media screen and (min-width: 1024px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption {
    width: 100%;
    padding: 20px 18px;
  }
}

.stay-detail .rooms_detail .box_rooms .rooms_desciption h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #1e1e1e;
}

.stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms {
  display: flex;
  flex-wrap: wrap;
}

.stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .acreage {
  margin-bottom: 0;
}

@media screen and (min-width: 320px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .acreage {
    width: 28%;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .acreage {
    width: 33%;
    font-size: 16px;
  }
}

@media screen and (min-width: 320px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .acreage img {
    width: 16px;
  }
}

@media screen and (min-width: 768px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .acreage img {
    width: 18px;
  }
}

.stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .bed {
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 320px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .bed {
    width: 44%;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .bed {
    width: 33%;
    font-size: 16px;
  }
}

@media screen and (min-width: 320px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .bed img {
    width: 16px;
  }
}

@media screen and (min-width: 768px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .bed img {
    width: 18px;
  }
}

.stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .user {
  text-align: right;
  margin-bottom: 0;
}

@media screen and (min-width: 320px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .user {
    width: 28%;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .user {
    width: 33%;
    font-size: 16px;
  }
}

@media screen and (min-width: 320px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .user img {
    width: 16px;
  }
}

@media screen and (min-width: 768px) {
  .stay-detail .rooms_detail .box_rooms .rooms_desciption .info-rooms .user img {
    width: 18px;
  }
}

.stay-detail .rooms_detail .box_rooms .rooms_desciption .items-stays {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 8px;
}

.stay-detail .rooms_detail .box_rooms .rooms_desciption .items-stays li {
  font-size: 14px;
  line-height: 24px;
  color: #5e6d77;
}

.stay-detail .rooms_detail .box_rooms .rooms_desciption .items-stays .dotted {
  font-size: 28px;
  line-height: 10px;
  padding: 0 5px;
  color: #5e6d77;
}

@media (min-width: 378px) and (max-width: 450px) {
  .stay-detail .rooms_detail #body-room-detail .modal-title {
    padding-left: 14px;
  }
}

@media screen and (max-width: 450px) {
  .stay-detail .rooms_detail #body-room-detail {
    margin-top: 35px;
  }
}

.stay-detail .rooms_detail #body-room-detail .close {
  font-size: 36px;
  padding: 0rem 2rem;
}

@media (min-width: 378px) and (max-width: 450px) {
  .stay-detail .rooms_detail #body-room-detail .modal-body {
    padding: 1rem 2rem;
  }
}

.stay-detail .rooms_detail .select_rooms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
}

.stay-detail .rooms_detail .select_rooms .btn_select {
  width: 50%;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
}

.stay-detail .rooms_detail .select_rooms .btn_select label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  background: #ffb612;
}

.stay-detail .rooms_detail .select_rooms .btn_select [type=radio]:not(:checked),
.stay-detail .rooms_detail .select_rooms .btn_select [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.stay-detail .rooms_detail .select_rooms .btn_select [type=radio]:not(:checked) + label,
.stay-detail .rooms_detail .select_rooms .btn_select [type=radio]:checked + label {
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 320px) {
  .stay-detail .rooms_detail .select_rooms .btn_select [type=radio]:not(:checked) + label,
  .stay-detail .rooms_detail .select_rooms .btn_select [type=radio]:checked + label {
    padding: 10px 14px;
  }
}

@media screen and (min-width: 768px) {
  .stay-detail .rooms_detail .select_rooms .btn_select [type=radio]:not(:checked) + label,
  .stay-detail .rooms_detail .select_rooms .btn_select [type=radio]:checked + label {
    padding: 10px 30px;
  }
}

.stay-detail .rooms_detail .select_rooms .btn_select [type=radio]:not(:checked) + label:before,
.stay-detail .rooms_detail .select_rooms .btn_select [type=radio]:checked + label:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.stay-detail .rooms_detail .select_rooms .btn_select .btn-room-select {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  border-radius: 0;
  background: #ffb612;
}

@media screen and (min-width: 320px) {
  .stay-detail .rooms_detail .select_rooms .btn_select .btn-room-select {
    width: 100%;
    padding: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .stay-detail .rooms_detail .select_rooms .btn_select .btn-room-select {
    width: 160px;
    padding: 10px 25px;
  }
}

.stay-detail .rooms_detail .select_rooms .btn_select .selected {
  color: #ffffff;
  background: #28b554;
}

.stay-detail .rooms_detail .select_rooms .price {
  width: 50%;
  text-align: right;
}

.stay-detail .rooms_detail .select_rooms .price .promotional_price {
  font-size: 14px;
  line-height: 26px;
  text-align: right;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #5e6d77;
  margin-bottom: 0;
}

.stay-detail .rooms_detail .select_rooms .price .price_number {
  font-weight: 600;
  text-align: right;
  color: #ee1d00;
}

@media screen and (min-width: 320px) {
  .stay-detail .rooms_detail .select_rooms .price .price_number {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .stay-detail .rooms_detail .select_rooms .price .price_number {
    font-size: 20px;
    line-height: 26px;
  }
}

.stay-detail .rooms_detail .select_rooms .price .text {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #5e6d77;
}

.stay-detail .standard_room {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  padding-top: 10px;
}

.stay-detail .standard_room .text_price {
  width: 60%;
  margin-bottom: 0;
}

.stay-detail .standard_room .text_price .number {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-right: 15px;
  color: #0069e4;
}

.stay-detail .standard_room .price {
  width: 40%;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #7FB41C !important;
}

.stay-detail .total_price {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}

.stay-detail .total_price .text_total_price {
  width: 40%;
}

.stay-detail .total_price .total_price_number {
  width: 60%;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 42px;
  color: #7FB41C !important;
  text-align: right;
}

.stay-detail .text_policies {
  font-size: 13px !important;
  line-height: 24px !important;
  text-align: center;
  padding-top: 15px;
  color: #5e6d77 !important;
}

@media screen and (max-width: 769px) {
  .stay-detail .nd-breadcrumb-hotel {
    margin-top: 77px;
  }
}

.datepicker .disabled,
.datepicker .disabled:hover {
  color: #ccc;
  text-decoration: line-through;
}

.datepicker th,
.datepicker tr {
  color: #0e7a4d;
}

@media screen and (min-width: 1024px) {
  .rsNavItem {
    width: 100% !important;
  }
}

.rsNavItem.rsThumb img {
  height: 100% !important;
}

img.rsImg.rsMainSlideImage {
  height: 100% !important;
}

.rsNav.rsThumbs.rsThumbsHor {
  margin-top: 5px;
}

.rsThumbsVer {
  padding-right: 8px !important;
}

.value {
  position: absolute;
  top: -25px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  display: block;
  font-size: 14px;
  color: #333;
}

.price-range-max {
  left: 11px;
}

.slider-box {
  margin-top: 15px;
  padding: 15px;
}

.price-range-both.value {
  width: 200px;
  left: 0;
  top: -30px;
}

.ui-slider .ui-slider-handle {
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #ffb612 !important;
  background-color: #fff !important;
}

.ui-slider .ui-slider-handle:focus {
  outline: none !important;
}

.ui-widget-header {
  background: #ffb612 !important;
}

.ui-widget-content {
  background: #e5e5e5 !important;
  border: none !important;
}

.ui-slider-horizontal {
  height: 6px !important;
}

.price-range-both {
  display: none;
}

.ui-slider .ui-slider-handle {
  border-radius: 50%;
}

.modal-hotels .modal-hotels-content {
  position: relative;
  border-radius: 0;
}

.modal-hotels .modal-hotels-content .modal-hotels-header {
  border-bottom: none;
  padding-bottom: 0;
}

.modal-hotels .modal-hotels-content .modal-hotels-header h5 {
  font-weight: bold;
  color: #000000;
}

@media screen and (min-width: 1200px) {
  .modal-hotels .modal-hotels-content .modal-hotels-header h5 {
    padding-left: 15px;
  }
}

@media screen and (min-width: 320px) {
  .modal-hotels .modal-hotels-content .modal-hotels-header h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (min-width: 768px) {
  .modal-hotels .modal-hotels-content .modal-hotels-header h5 {
    font-size: 30px;
    line-height: 48px;
  }
}

.modal-hotels .modal-hotels-content .modal-body-hotel {
  padding-top: 5px;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .btn_select {
  text-align: right;
  width: 50%;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
}

.modal-hotels .modal-hotels-content .modal-body-hotel .btn_select label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  background: #ffb612;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .btn_select [type=radio]:not(:checked),
.modal-hotels .modal-hotels-content .modal-body-hotel .btn_select [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .btn_select [type=radio]:not(:checked) + label,
.modal-hotels .modal-hotels-content .modal-body-hotel .btn_select [type=radio]:checked + label {
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 320px) {
  .modal-hotels .modal-hotels-content .modal-body-hotel .btn_select [type=radio]:not(:checked) + label,
  .modal-hotels .modal-hotels-content .modal-body-hotel .btn_select [type=radio]:checked + label {
    padding: 10px 14px;
  }
}

@media screen and (min-width: 768px) {
  .modal-hotels .modal-hotels-content .modal-body-hotel .btn_select [type=radio]:not(:checked) + label,
  .modal-hotels .modal-hotels-content .modal-body-hotel .btn_select [type=radio]:checked + label {
    padding: 10px 30px;
  }
}

.modal-hotels .modal-hotels-content .modal-body-hotel .btn_select [type=radio]:not(:checked) + label:before,
.modal-hotels .modal-hotels-content .modal-body-hotel .btn_select [type=radio]:checked + label:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.modal-hotels .modal-hotels-content .modal-body-hotel .btn_select [type=radio]:not(:checked) + label:after,
.modal-hotels .modal-hotels-content .modal-body-hotel .btn_select [type=radio]:checked + label {
  background: #28b554;
  color: white;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .btn_select .btn-room-select {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  border-radius: 0;
  background: #ffb612;
}

@media screen and (min-width: 320px) {
  .modal-hotels .modal-hotels-content .modal-body-hotel .btn_select .btn-room-select {
    width: 100%;
    padding: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .modal-hotels .modal-hotels-content .modal-body-hotel .btn_select .btn-room-select {
    width: 160px;
    padding: 10px 25px;
  }
}

.modal-hotels .modal-hotels-content .modal-body-hotel .btn_select .selected {
  color: #ffffff;
  background: #28b554;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .select--price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .modal-hotels .modal-hotels-content .modal-body-hotel .select--price {
    padding: 0 15px;
  }
}

.modal-hotels .modal-hotels-content .modal-body-hotel .price {
  font-size: 16px;
  line-height: 20px;
  color: #5e6d77;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .price .cost {
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .price .promotional_price {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  text-align: right;
  color: #ee1d00;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .slider--hotels {
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .slider--hotels .rsOverflow.grab-cursor {
  width: 100% !important;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .slider--hotels .rsUni,
.modal-hotels .modal-hotels-content .modal-body-hotel .slider--hotels .rsUni .rsOverflow,
.modal-hotels .modal-hotels-content .modal-body-hotel .slider--hotels .rsUni .rsSlide,
.modal-hotels .modal-hotels-content .modal-body-hotel .slider--hotels .rsUni .rsVideoFrameHolder,
.modal-hotels .modal-hotels-content .modal-body-hotel .slider--hotels .rsUni .rsThumbs {
  background: white;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .slider--hotels .rsUni .rsThumb {
  width: 96px !important;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .infomation--hotels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .acreage {
  width: 33%;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .acreage span {
  font-weight: 500;
  color: #0069e4;
}

@media screen and (min-width: 320px) {
  .modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .acreage span {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .acreage span {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .acreage span {
    font-size: 15px;
  }
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .acreage-right {
  text-align: center;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .overview--hotel {
  padding-top: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .overview--hotel p {
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: rgba(30, 30, 30, 0.8);
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .room-facilities {
  padding-top: 15px;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .room-facilities h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #000000;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .room-facilities .item-facilities {
  position: relative;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .room-facilities .item-facilities .facility {
  display: flex;
  flex-wrap: wrap;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .room-facilities .item-facilities .facility .facility_text {
  width: 70%;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .room-facilities .item-facilities p {
  margin-bottom: 0;
  margin-right: 10px;
}

.modal-hotels .modal-hotels-content .modal-body-hotel .modal-right .room-facilities .item-facilities p span {
  font-size: 16px;
  line-height: 30px;
  color: rgba(30, 30, 30, 0.8);
}

.modal-hotels .my-custom-scrollbar {
  position: relative;
  max-width: 1170px;
  max-height: 761px;
  overflow: auto;
}

.modal-hotels .scrollbar-success::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 100px;
}

.modal-hotels .scrollbar-success::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.modal-hotels .scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 100px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c4c4c4;
}

.modal-hotels .scrollbar-success {
  scrollbar-color: #c4c4c4 #f5f5f5;
}

.flight--main .box--flight {
  margin-bottom: 25px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 30px 20px 15px;
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight {
    padding: 30px 20px 15px;
  }
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight .row--flight .name--flight img {
    width: 22px;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight .row--flight .name--flight img {
    width: 40px;
  }
}

.flight--main .box--flight .row--flight .name--flight .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  padding-left: 23px;
  color: #000000;
}

.flight--main .box--flight .row--flight .name--flight ~ .name--flight {
  margin-top: 10px;
}

.flight--main .box--flight .row--flight .time--flight .time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.flight--main .box--flight .row--flight .time--flight .time .departure--time {
  text-align: right;
  width: 30%;
  font-weight: 600;
  line-height: 26px;
  color: #7FB41C;
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight .row--flight .time--flight .time .departure--time {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight .row--flight .time--flight .time .departure--time {
    font-size: 24px;
  }
}

.flight--main .box--flight .row--flight .time--flight .time .line {
  width: 35%;
  height: 1px;
  background: #cccccc;
}

.flight--main .box--flight .row--flight .time--flight .time .end--time {
  width: 30%;
  font-weight: 600;
  line-height: 26px;
  color: #7FB41C;
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight .row--flight .time--flight .time .end--time {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight .row--flight .time--flight .time .end--time {
    font-size: 24px;
  }
}

.flight--main .box--flight .row--flight .time--flight .location .text-time {
  width: 30%;
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
  color: #0069e4;
}

.flight--main .box--flight .row--flight .time--flight .location .location--start {
  text-align: right;
}

.flight--main .box--flight .row--flight .time--flight .location .location--end {
  text-align: left;
}

.flight--main .box--flight .row--flight .time--flight .location .location--start,
.flight--main .box--flight .row--flight .time--flight .location .location--end {
  width: 30%;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #5e6d77;
  margin-bottom: 0;
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight .box--price--book {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight .box--price--book {
    display: block;
  }
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight .box--book {
    order: 1;
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight .box--book {
    order: 2;
    width: 100%;
  }
}

.flight--main .box--flight .price--flight {
  text-align: right;
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight .price--flight {
    margin-top: 10px;
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight .price--flight {
    margin-top: 0;
    order: 2;
    width: 100%;
  }
}

.flight--main .box--flight .price--flight [data-toggle=collapse] .fa:before {
  content: "\F139";
}

.flight--main .box--flight .price--flight [data-toggle=collapse].collapsed .fa:before {
  content: "\F13A";
}

.flight--main .box--flight .price--flight .number--price {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  text-align: right;
  margin-bottom: 0;
  color: #ee1d00;
}

@media screen and (max-width: 768px) {
  .flight--main .box--flight .price--flight .number--price {
    text-align: left;
  }
}

.flight--main .box--flight .price--flight .number--price .title_all_ticket {
  font-size: 14px;
}

.flight--main .box--flight .price--flight .note--text {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #5e6d77;
}

@media screen and (max-width: 768px) {
  .flight--main .box--flight .price--flight .note--text {
    text-align: left;
  }
}

.flight--main .box--flight .btn--book {
  margin: 10px 0 5px 0;
  text-align: right;
}

.flight--main .box--flight .btn--booking-flight {
  background: #ffb612;
  border-radius: 0;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight .btn--booking-flight {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight .btn--booking-flight {
    padding: 8px 25px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight .link--detail {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight .link--detail {
    text-align: right;
  }
}

.flight--main .box--flight .link--detail a {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #0069e4;
}

.flight--main .box--flight .flight--detail {
  width: 100%;
  padding: 15px;
}

.flight--main .box--flight .flight--detail .nav-item a {
  color: #c4c4c4;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.flight--main .box--flight .flight--detail .nav-tabs {
  border: none;
}

.flight--main .box--flight .flight--detail .nav-tabs .nav-item.show .nav-link,
.flight--main .box--flight .flight--detail .nav-tabs .nav-link.active {
  border-bottom: 2px solid #7FB41C;
  color: #7FB41C;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.flight--main .box--flight .flight--detail .nav-tabs .nav-item {
  padding: 8px 20px;
  padding-left: 0;
}

.flight--main .box--flight .flight--detail .nav-tabs .nav-link {
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
}

.flight--main .box--flight .flight--detail .btn--refundable {
  border-radius: 0;
  padding: 8px 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.flight--main .box--flight .flight--detail .outbound--flight .btn--booking-flight {
  background: #ffb612;
  border-radius: 0;
  padding: 8px 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .flight--main .box--flight .flight--detail .outbound--flight .btn--booking-flight {
    width: 40%;
    min-width: 100px;
    font-size: 14px;
    padding: 8px 12px;
  }
}

.flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .time--flight {
  font-weight: 600;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .time--flight {
    width: 55px;
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .time--flight {
    width: 55px;
    font-size: 18px;
    line-height: 26px;
  }
}

.flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .line--img {
  width: 52px;
  text-align: center;
}

.flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .title-flight {
  font-weight: 600;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .title-flight {
    width: calc(100% - 110px);
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .title-flight {
    width: calc(100% - 110px);
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .title-flight .egyptair img {
    width: 22px;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .title-flight .egyptair img {
    width: 36px;
  }
}

.flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .title-flight .egyptair span {
  font-size: 16px;
  line-height: 26px;
  color: #7FB41C;
}

.flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .title-flight ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  padding-left: 0;
}

.flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .title-flight ul li {
  font-weight: normal;
  color: #5e6d77;
}

@media screen and (min-width: 320px) {
  .flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .title-flight ul li {
    font-size: 14px;
    line-height: 24px;
    margin-right: 6px;
  }
}

@media screen and (min-width: 768px) {
  .flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .title-flight ul li {
    font-size: 16px;
    line-height: 26px;
    margin-right: 10px;
  }
}

.flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .title-flight ul .doted {
  width: 4px;
  height: 4px;
  font-weight: normal;
  background: #5e6d77;
  border-radius: 50%;
}

.flight--main .box--flight .flight--detail .outbound--flight .row--outbound-flight .title-flight .time--layover {
  margin-top: 12px;
  margin-right: -2.5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #246046;
  padding: 8px 15px;
  background: rgba(18, 132, 84, 0.1);
}

.nd-pagination {
  margin-top: 30px;
}

.nd-pagination .pagination {
  display: flex;
  flex-wrap: wrap !important;
  display: -ms-flexbox !important;
  justify-content: center;
}

@media screen and (min-width: 320px) {
  .nd-pagination .pagination .page-item {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
}

@media screen and (min-width: 980px) {
  .nd-pagination .pagination .page-item {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.nd-pagination .pagination .page-item .page-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nd-pagination .pagination .page-item.active .page-link {
  background-color: #7FB41C !important;
  border-color: #7FB41C !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.booking--flight {
  /* The container */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.booking--flight .check--flight {
  margin-right: 80px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.booking--flight .check--flight input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.booking--flight .check--flight .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 4px;
}

.booking--flight .check--flight:hover input ~ .checkmark {
  background-color: #ccc;
}

.booking--flight .check--flight input:checked ~ .checkmark {
  border-color: #246046;
}

.booking--flight .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.booking--flight .check--flight input:checked ~ .checkmark:after {
  display: block;
}

.booking--flight .check--flight .checkmark:after {
  top: 2px;
  left: 5px;
  width: 8px;
  height: 12px;
  border-radius: 0;
  border: 2px solid #246046;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.booking--flight select.form-control {
  height: 38px;
  border-radius: 0.25rem;
  background: url(/images/dropdown-select.png?a9320a41ac8208a54979900a8ff67dd9) no-repeat right white;
  -webkit-appearance: none;
  background-size: 16px;
  background-position-x: 310px;
}

.booking--flight .sidebar--flight {
  padding: 20px 0;
}

.booking--flight .sidebar--flight .group--info {
  padding: 0 20px;
}

.booking--flight .sidebar--flight .booking--box-flight {
  background: #e7f3ee;
  padding-bottom: 12px;
}

.booking--flight .sidebar--flight .booking--box-flight .box--flight {
  padding: 12px 20px 0 20px;
}

.booking--flight .sidebar--flight .booking--box-flight .box--flight .title-local {
  display: flex;
  flex-wrap: wrap;
}

.booking--flight .sidebar--flight .booking--box-flight .box--flight .title-local .local-start {
  width: 70%;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.booking--flight .sidebar--flight .booking--box-flight .box--flight .title-local .link-detail {
  width: 30%;
  text-align: right;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  color: #0069e4;
}

.booking--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .booking--flight-type {
  margin-bottom: 0;
}

.booking--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .booking--flight-type img {
  height: 16px;
}

.booking--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .booking--flight-type span {
  font-size: 13px;
  line-height: 26px;
  color: #1e1e1e;
}

.booking--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .time--flight .number--time {
  font-weight: 600;
  color: #000000;
  padding-right: 15px;
}

@media screen and (min-width: 320px) {
  .booking--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .time--flight .number--time {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .booking--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .time--flight .number--time {
    font-size: 16px;
    line-height: 26px;
  }
}

.booking--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .time--flight .date--time {
  font-weight: normal;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .booking--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .time--flight .date--time {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .booking--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .time--flight .date--time {
    font-size: 16px;
    line-height: 26px;
  }
}

.booking--flight .sidebar--flight .booking--flight-price {
  padding: 12px 20px 0 20px;
}

.booking--flight .sidebar--flight .booking--flight-price h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.booking--flight .sidebar--flight .booking--flight-price .price--base {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
}

.booking--flight .sidebar--flight .booking--flight-price .price--base .group--label {
  width: 50%;
}

.booking--flight .sidebar--flight .booking--flight-price .price--base .group--label .text-price {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.booking--flight .sidebar--flight .booking--flight-price .price--base .group--label .description--price {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 26px;
  color: #1e1e1e;
}

.booking--flight .sidebar--flight .booking--flight-price .price--base .number--price {
  width: 50%;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #7FB41C;
}

.booking--flight .sidebar--flight .total_price {
  padding: 12px 20px;
}

.booking--flight .sidebar--flight .total_price .text-total {
  width: 40%;
}

.booking--flight .sidebar--flight .total_price .flight--price {
  width: 60%;
  text-align: right;
}

.booking--flight .sidebar--flight .total_price .flight--price .title_all_ticket {
  color: #5e6d77;
  font-size: 14px;
}

.booking--flight .sidebar--flight .promo-code {
  padding: 12px 20px 0 20px;
}

.responsive-gallery {
  width: 345px !important;
  margin: auto;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .responsive-gallery {
    width: 375px !important;
    height: auto;
    margin: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .responsive-gallery {
    width: 500px !important;
    height: auto;
    margin: auto;
  }
}

.infomation--your-flight {
  margin-top: 40px;
}

.infomation--your-flight h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #1e1e1e;
}

.infomation--your-flight [data-toggle=collapse] .fa:before {
  content: "\F139";
}

.infomation--your-flight [data-toggle=collapse].collapsed .fa:before {
  content: "\F13A";
}

.infomation--your-flight .card--flight {
  margin-top: 30px;
}

.infomation--your-flight .card--flight .card-header {
  padding: 5px 10px;
  background: #7FB41C;
  border-radius: 0;
}

.infomation--your-flight .card--flight .card-header .btn-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.infomation--your-flight .card--flight h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}

@media screen and (min-width: 320px) {
  .infomation--your-flight .card--flight .card-body {
    padding: 0 8px;
  }
}

@media screen and (min-width: 768px) {
  .infomation--your-flight .card--flight .card-body {
    padding: 0 15px;
  }
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 320px) {
  .infomation--your-flight .card--flight .card-body .row--flight .box--flight {
    padding-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .infomation--your-flight .card--flight .card-body .row--flight .box--flight {
    padding-top: 30px;
  }
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first {
  width: 32%;
  display: flex;
  align-items: center;
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first .time--number {
  color: #7FB41C;
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first .img--logo-flight {
  margin-right: 5px;
}

@media screen and (min-width: 320px) {
  .infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first .img--logo-flight {
    width: 35px;
    height: 20git stpx;
  }
}

@media screen and (min-width: 768px) {
  .infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first .img--logo-flight {
    width: 35px;
    height: 35px;
  }
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first .img--logo-flight img {
  width: 100%;
  height: 100%;
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first p {
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
  color: #1e1e1e;
}

@media screen and (min-width: 320px) {
  .infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first p {
    font-size: 18px;
  }
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first p span {
  line-height: 26px;
  color: #5e6d77;
}

@media screen and (min-width: 320px) {
  .infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first p span {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first p span {
    font-size: 18px;
  }
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .flight-first p .number--ticket {
  color: #7FB41C;
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .secondary {
  display: block;
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .secondary p {
  font-weight: 600;
  line-height: 26px;
  color: #1e1e1e;
}

@media screen and (min-width: 320px) {
  .infomation--your-flight .card--flight .card-body .row--flight .box--flight .secondary p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .infomation--your-flight .card--flight .card-body .row--flight .box--flight .secondary p {
    font-size: 20px;
  }
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .secondary p .time--number {
  font-size: 20px;
  line-height: 26px;
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .secondary .local {
  font-size: 16px;
  line-height: 26px;
  font-weight: unset;
  color: #5e6d77;
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .secondary .local span {
  text-transform: uppercase;
}

.infomation--your-flight .card--flight .card-body .row--flight .box--flight .secondary .time--flight {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #0069e4;
}

.infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .btn--booking-flight {
  background: #ffb612;
  border-radius: 0;
  padding: 8px 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .time--flight {
  font-weight: 600;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .time--flight {
    width: 55px;
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .time--flight {
    width: 55px;
    font-size: 18px;
    line-height: 26px;
  }
}

.infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .line--img {
  width: 52px;
  text-align: center;
}

.infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .title-flight {
  font-weight: 600;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .title-flight {
    width: calc(100% - 110px);
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .title-flight {
    width: calc(100% - 110px);
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 320px) {
  .infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .title-flight .egyptair img {
    width: 22px;
  }
}

@media screen and (min-width: 768px) {
  .infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .title-flight .egyptair img {
    width: 36px;
  }
}

.infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .title-flight .egyptair span {
  font-size: 16px;
  line-height: 26px;
  color: #7FB41C;
}

.infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .title-flight ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  padding-left: 0;
}

.infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .title-flight ul li {
  font-weight: normal;
  color: #5e6d77;
}

@media screen and (min-width: 320px) {
  .infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .title-flight ul li {
    font-size: 14px;
    line-height: 24px;
    margin-right: 6px;
  }
}

@media screen and (min-width: 768px) {
  .infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .title-flight ul li {
    font-size: 16px;
    line-height: 26px;
    margin-right: 10px;
  }
}

.infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .title-flight ul .doted {
  width: 4px;
  height: 4px;
  font-weight: normal;
  background: #5e6d77;
  border-radius: 50%;
}

.infomation--your-flight .card--flight .card-body .row--flight .outbound--flight .row--outbound-flight .title-flight .time--layover {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #246046;
  padding: 8px 15px;
  background: rgba(18, 132, 84, 0.1);
}

.infomation--your-flight .card--flight .card-body .row--flight .passenger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.infomation--your-flight .card--flight .card-body .row--flight .passenger .name {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #1e1e1e;
}

.infomation--your-flight .card--flight .card-body .row--flight .passenger .name span {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #128454;
}

.infomation--your-flight .card--flight .card-body .row--flight .passenger .weight_of_goods img {
  width: 20px;
}

.infomation--your-flight .card--flight .card-body .row--flight .passenger .weight_of_goods span {
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
}

.information--flight .title--your-flight {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #1e1e1e;
}

.information--flight .sidebar--flight {
  padding: 20px 0;
}

.information--flight .sidebar--flight .group--info {
  padding: 0 20px;
}

.information--flight .sidebar--flight .booking--box-flight {
  background: #e7f3ee;
  padding-bottom: 12px;
}

.information--flight .sidebar--flight .booking--box-flight .box--flight {
  padding: 12px 20px 0 20px;
}

.information--flight .sidebar--flight .booking--box-flight .box--flight .title-local {
  display: flex;
  flex-wrap: wrap;
}

.information--flight .sidebar--flight .booking--box-flight .box--flight .title-local .local-start {
  width: 70%;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.information--flight .sidebar--flight .booking--box-flight .box--flight .title-local .link-detail {
  width: 30%;
  text-align: right;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  color: #0069e4;
}

.information--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .booking--flight-type {
  margin-bottom: 0;
}

.information--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .booking--flight-type img {
  height: 16px;
}

.information--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .booking--flight-type span {
  font-size: 13px;
  line-height: 26px;
  color: #1e1e1e;
}

.information--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .time--flight .number--time {
  font-weight: 600;
  color: #000000;
  padding-right: 15px;
}

@media screen and (min-width: 320px) {
  .information--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .time--flight .number--time {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .information--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .time--flight .number--time {
    font-size: 16px;
    line-height: 26px;
  }
}

.information--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .time--flight .date--time {
  font-weight: normal;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .information--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .time--flight .date--time {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .information--flight .sidebar--flight .booking--box-flight .box--flight .info--detail .time--flight .date--time {
    font-size: 16px;
    line-height: 26px;
  }
}

.information--flight .sidebar--flight .booking--flight-price {
  padding: 12px 20px 0 20px;
}

.information--flight .sidebar--flight .booking--flight-price h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.information--flight .sidebar--flight .booking--flight-price .price--base {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
}

.information--flight .sidebar--flight .booking--flight-price .price--base .group--label {
  width: 50%;
}

.information--flight .sidebar--flight .booking--flight-price .price--base .group--label .text-price {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.information--flight .sidebar--flight .booking--flight-price .price--base .group--label .description--price {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 26px;
  color: #1e1e1e;
}

.information--flight .sidebar--flight .booking--flight-price .price--base .number--price {
  width: 50%;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #7FB41C;
}

.information--flight .sidebar--flight .total_price {
  padding: 12px 20px;
}

.information--flight .sidebar--flight .total_price .text-total {
  width: 40%;
}

.information--flight .sidebar--flight .total_price .flight--price {
  width: 60%;
  text-align: right;
}

.information--flight .sidebar--flight .promo-code {
  padding: 12px 20px 0 20px;
}

.information--flight .payment {
  border-top: 1px solid #e5e5e5;
}

.information--flight .payment .text-payment {
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
}

.information--flight .payment .flight--payment {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #0069e4;
}

.banner--contact {
  position: relative;
}

.banner--contact .img-banner--contact {
  height: 600px;
}

@media screen and (max-width: 400px) {
  .banner--contact .img-banner--contact {
    height: 400px !important;
  }
}

.banner--contact .img-banner--contact img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner--contact .title--contact {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 48px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 320px) {
  .banner--contact .title--contact {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .banner--contact .title--contact {
    font-size: 48px;
  }
}

.contact-us {
  padding-top: 80px;
}

.main--contact {
  padding-bottom: 90px;
}

.main--contact .form-contact {
  margin-bottom: 15px;
}

.main--contact .form-contact h2 {
  font-weight: bold;
  line-height: 42px;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .main--contact .form-contact h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .main--contact .form-contact h2 {
    font-size: 32px;
  }
}

.main--contact .form-contact p {
  font-size: 14px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
}

.main--contact .form-contact .form-control {
  background: #f5f5f5;
  border-radius: 0;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #747474;
}

.main--contact .form-contact .btn--send {
  text-align: right;
  margin-top: 30px;
}

.main--contact .form-contact .btn.btn-send-message {
  width: 200px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  background: #ffb612;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #1e1e1e;
}

@media screen and (min-width: 768px) {
  .main--contact .address--office .img-contact {
    height: 320px;
  }
}

@media screen and (min-width: 768px) {
  .main--contact .address--office .img-contact img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.main--contact .address--office .information--office {
  background: url(/images/bg--contact.png?7c6c11bca5a93ca0793f084963aa63ed) no-repeat;
  background-size: cover;
}

@media screen and (min-width: 320px) {
  .main--contact .address--office .information--office {
    padding: 30px 10px;
  }
}

@media screen and (min-width: 768px) {
  .main--contact .address--office .information--office {
    padding: 30px 40px;
  }
}

.main--contact .address--office .information--office h4 {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
}

.main--contact .address--office .information--office .address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.main--contact .address--office .information--office .address .icon--address {
  width: 10%;
}

@media screen and (min-width: 320px) {
  .main--contact .address--office .information--office .address .address-text {
    width: 82%;
  }
}

@media screen and (min-width: 768px) {
  .main--contact .address--office .information--office .address .address-text {
    width: 88%;
  }
}

.main--contact .address--office .information--office .address .address-text span {
  color: #ffffff;
  font-size: 16px;
  line-height: 23px;
}

.main-term--condition h2 {
  font-weight: bold;
  color: #000000;
}

@media screen and (min-width: 320px) {
  .main-term--condition h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (min-width: 768px) {
  .main-term--condition h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

.main-term--condition p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #5e6d77;
}

.main-term--condition .term-detail {
  font-size: 16px;
  line-height: 28px;
  color: rgba(30, 30, 30, 0.8);
}

@media screen and (min-width: 768px) {
  .main-term--condition .term-detail {
    padding-bottom: 40px;
  }
}

.select2-selection__rendered {
  color: #6d767e !important;
  font-weight: bold;
}

.currency-default {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.ellipsis {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-list-experiences {
  overflow: hidden;
}

.img-list-experiences:hover img:not(.no-scale) {
  transform: scale(1.2);
  transition: 1s;
}

input:disabled {
  background-color: white !important;
}

.bidding-custom {
  margin-top: 10px;
  background: #7FB41C !important;
  color: white !important;
  height: 56px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.blink_me:hover {
  animation: none;
}

.status-new {
  color: #7460ee;
}

.status-confirmed {
  color: #ffbc34;
}

.status-process {
  color: #2962ff;
}

.status-completed {
  color: #0e7a4d;
}

.status-cancel {
  color: #f62d51;
}

.red-line {
  text-decoration: line-through;
  color: red;
}

.review-circle {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #c4c4c4;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box--chose-user {
  font-size: 16px;
  position: absolute;
  width: 340px;
  z-index: 3;
  background: white;
  padding: 10px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 320px) {
  .box--chose-user {
    margin-top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .box--chose-user {
    left: 10%;
    font-size: 16px;
  }
}

.box--chose-user .box--user {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.box--chose-user .box--user .label--user {
  width: 50%;
  margin-bottom: 0;
}

.box--chose-user .box--user .chose--user {
  width: 50%;
  text-align: right;
  position: relative;
}

.box--chose-user .box--user .chose--user .sub--user,
.box--chose-user .box--user .chose--user .add--user {
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  background: #47576B;
  color: white;
  border: none;
  padding: 1px 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.box--chose-user .box--user .chose--user .add--user:focus {
  outline: none;
}

.box--chose-user .box--user .chose--user .sub--user:focus {
  outline: none;
}

.box--chose-user .box--user .chose--user input {
  width: 40px;
  border: none;
  text-align: center;
}

.box--chose-user .form--select {
  border: none;
  border-radius: 0;
  height: unset;
  background: url(/images/down-chevron.png?491d4857e02191839fe07d27d2aac519) no-repeat right #f5f5f5;
  -webkit-appearance: none;
  background-position-x: 268px;
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  .box--chose-user .form--select {
    margin-top: 18px;
    left: 10%;
    height: 56px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .nd-local-experiences .text_review_pt {
    font-size: 16px !important;
  }

  .connect--ojimah .social_pt h4 {
    font-size: 16px !important;
  }

  .connect--ojimah .social_pt .ojimah--description {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 400px) {
  .nd-local-experiences .text_review_pt {
    font-size: 16px !important;
  }

  .connect--ojimah .social_pt h4 {
    font-size: 16px !important;
  }

  .connect--ojimah .social_pt .ojimah--description {
    font-size: 15px !important;
  }
}

.avatar {
  overflow: hidden;
}

.avatar .upload-img {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #cccccc;
  opacity: 0.8;
  width: 100%;
  height: 50%;
  text-align: center;
  padding-top: 15px;
  cursor: pointer;
  display: none;
}

.avatar:hover .upload-img {
  display: block;
}

@media screen and (max-width: 1024px) and (min-width: 320px) {
  .navbar ul {
    width: 75%;
  }

  .capcha {
    display: block !important;
  }

  .main--contact .form-contact .btn.btn-send-message {
    width: 200px;
    height: 44px;
    margin-left: auto;
    background: #ffb612;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #1e1e1e;
  }

  .main--contact .form-contact .btn--send {
    text-align: left !important;
    margin-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .main--contact .form-contact .btn.btn-send-message {
    width: 200px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    background: #ffb612;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #1e1e1e;
  }

  .main--contact .form-contact .btn--send {
    text-align: right;
    margin-top: 30px;
  }
}

/* Travel-money */

.travel-money .nav-travel-money {
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.travel-money .nav-item a.active {
  background: #f88600;
  font-weight: bold;
}

.travel-money .nav-item a:hover {
  color: #000;
}

.travel-money .row {
  margin-right: -8px;
  margin-left: -8px;
}

.travel-money .col-sm-12,
.travel-money .col-md-3,
.travel-money .col-5,
.travel-money .col-6,
.travel-money .col-md-7,
.travel-money .col-md-5,
.travel-money .col-md-8,
.travel-money .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
}

.travel-money select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.travel-money select::-ms-expand {
  display: none;
}

.travel-money-input {
  height: 72px;
  padding: 0 15px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}

.travel-money-input input,
.travel-money-input select {
  width: 100%;
  border: 0;
  outline: none;
  font-weight: bold;
}

.travel-money-input p {
  margin-bottom: 2px;
  font-size: 14px;
  color: #5e6d77;
}

.btn-book-currency {
  background-color: #7FB41C;
  border-radius: 0;
  width: 100%;
  color: #fff;
  height: 56px;
}

.btn-book-currency:hover {
  color: #fff;
  background-color: #059661;
}

.travel-delivery,
.personal_data,
.add_currency,
.confirm-travel-money {
  padding-top: 80px;
}

.add_currency h4 {
  font-weight: bold !important;
}

.menu-travel li {
  list-style: none;
  font-weight: bold;
}

.menu-travel li.action {
  color: #7FB41C;
}

.menu-travel .ic-menu-travel {
  padding: 0 10px;
  font-size: 20px;
}

.bg-travel-delivery {
  background-color: #f3f9f6;
}

.travel-delivery h4 {
  font-weight: bold;
  font-size: 24px;
  color: #1e1e1e;
}

.travel-delivery .btn-common {
  height: 44px;
  border-radius: 0;
  color: #fff;
}

.travel-delivery .btn-delivery {
  background-color: #7FB41C;
}

.travel-delivery .btn-pickup {
  background-color: #c4c4c4;
}

.travel-delivery .price-currency-detail {
  color: #5e6d77;
  font-size: 16px;
}

.personal_data h4 {
  font-weight: bold;
  font-size: 24px;
  color: #1e1e1e;
}

.personal_data h5 {
  font-size: 20px;
  font-weight: bold;
}

.personal_data input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.personal_data .btn-confirm {
  width: 100%;
  height: 56px;
  background-color: #ffb612;
  border: 0;
  font-weight: bold;
}

.row .c-row {
  margin-left: 0;
  margin-right: 0;
}

.c-row .col-6 {
  padding-left: 0;
  padding-right: 0;
}

.order-summary {
  background-color: #f5f5f5;
  padding: 20px;
}

.order-summary .item-order {
  color: #000;
  font-weight: bold;
  font-size: 17px;
}

.order-summary li::marker {
  color: #c4c4c4;
}

.order-summary .list-order {
  padding-left: 20px;
}

.your-order {
  background-color: #f5f5f5;
  padding: 20px;
}

.your-order .list-your-order {
  padding-left: 20px;
}

.your-order .item-your-order {
  color: #000;
  font-weight: bold;
  font-size: 17px;
}

.your-order li::marker {
  color: #c4c4c4;
}

.price-item-order {
  margin-bottom: 20px;
  color: #7FB41C;
  font-weight: bold;
  font-size: 20px;
}

.price-item-order span {
  color: #5e6d77;
  font-weight: 400;
  font-size: 16px;
  margin-left: 5px;
}

.bg-content-delivery {
  background-color: #f3f9f6;
  padding: 30px 0;
}

.list-content-delivery {
  color: #000000;
  line-height: 28px;
}

.content-travel-money {
  margin: 20px 0;
  padding: 30px 22px;
}

.content-travel-money h5 {
  font-size: 20px;
  font-weight: bold;
}

.content-travel-money h6 {
  font-size: 17px;
  font-weight: bold;
}

.content-travel-money .price-item-order {
  margin-bottom: 5px;
}

.content-travel-money .btn-common {
  height: 56px;
  border: none;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.content-travel-money .btn-common img {
  padding: 0 15px;
}

.confirm-travel-money .your-order p {
  margin-bottom: 10px;
}

.confirm-travel-money .price-receive {
  margin-bottom: 5px;
}

.footer-area-top {
  background-color: #dedede;
  padding: 8px;
}

.footer-area-top .iconos-logos {
  height: 38px;
}

.btn-travel-wrap .form-info-person,
.btn-travel-wrap .form-info-document,
.form-date,
.form-personal,
.form-add-currency {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .btn-travel-wrap .form-info-person,
  .btn-travel-wrap .form-info-document,
  .form-date,
  .form-personal,
  .form-add-currency {
    padding: 30px 10px;
  }
}

.btn-travel-wrap .form-info-person lable {
  color: #1e1e1e;
}

.form-info-document .group-date {
  position: relative;
}

.form-info-document .group-date img {
  position: absolute;
  top: 44px;
  right: 12px;
}

.form-date .group-date {
  position: relative;
}

.form-date .group-date img {
  position: absolute;
  top: 44px;
  right: 12px;
}

.line {
  opacity: 0.7;
  border-top: 1px solid #e5e5e5;
}

.img-credit-card {
  margin-left: 10px;
}

.img-paypal {
  margin-left: 50px;
}

.payment-detail span {
  font-size: 16px;
  font-weight: bold;
}

.payment-detail .list-payment-content {
  padding-left: 20px;
  line-height: 22px;
  font-size: 14px;
  color: #5e6d77;
}

.payment-detail .item-payment-content {
  margin-bottom: 10px;
}

.branch-travel-money {
  padding: 20px 30px;
}

.branch-travel-money select {
  border: 0;
  height: 56px;
  padding: 15px;
}

.branch-travel-money select::-ms-expand {
  padding-right: 20px;
}

.h-56 {
  height: 56px;
}

.custom-file-label {
  line-height: 40px;
}

.custom-file-label::after {
  height: 56px;
  line-height: 40px;
  background-color: #7FB41C;
  color: #fff;
}

.btn-add-currency {
  background-color: #7FB41C;
  color: #fff;
  border-radius: 0;
}

.btn-add-currency:hover {
  color: #fff;
}

.confirm-travel-money img {
  width: 50px;
}

.confirm-travel-money h4 {
  font-weight: bold;
  font-size: 30px;
  margin: 20px 0;
}

.confirm-travel-money h5 {
  font-size: 20px;
  font-weight: bold;
}

.confirm-travel-money .text-email {
  color: #0069e4;
}

.translate-number p {
  color: #246046;
  font-size: 20px;
  font-weight: 500;
}

.translate-number span {
  margin-left: 30px;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  top: 2px;
}

.info-confirm {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 0 50px;
}

.info-confirm .info-lable {
  color: #5e6d77;
  font-weight: 500;
}

.info-confirm .info-user {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.border-b {
  border-bottom: 1px solid #f0f0f0;
}

.line-your-order {
  border: 1px solid #c4c4c4;
}

#personal-data-tab .nav-item a {
  text-transform: none;
}

#personal-data-tab .nav-link {
  height: 44px;
  line-height: 30px !important;
  border-radius: 0 !important;
  text-align: center;
  background-color: #c4c4c4;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

#personal-data-tab .nav-link.active,
#personal-data-tab .show > .nav-link {
  background-color: #7FB41C !important;
}

#delivery-method-tab .nav-item a {
  text-transform: none;
}

#delivery-method-tab .nav-link {
  height: 44px;
  line-height: 30px !important;
  border-radius: 0 !important;
  text-align: center;
  background-color: #c4c4c4;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

#delivery-method-tab .nav-link.active,
#delivery-method-tab .show > .nav-link {
  background-color: #7FB41C !important;
}

.c-checkbox {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}

@media (max-width: 769px) {
  .travel-money .nav-travel-money {
    font-size: 16px;
  }
}

@media screen and (max-width: 769px) {
  .travel-money-input {
    height: 40px;
    line-height: 24px;
    font-size: 16px;
  }
}

@media screen and (max-width: 769px) {
  .travel-money-input p {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .travel-money-input .nav-item {
    margin-left: 7px;
  }
}

@media screen and (max-width: 769px) {
  .travel-money-input .cus-row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media screen and (max-width: 769px) {
  .banner_container .travel-money-input img {
    width: 18px !important;
  }
}

@media screen and (max-width: 769px) {
  .menu-travel {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .travel-delivery .content-travel-delivery > .row {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 769px) {
  .footer-area-top {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .content-personal-data {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 769px) {
  .content-confirm {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 769px) {
  .content-add_currency {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .payment-detail .img-credit-card {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #personal-data-tab .nav-link,
  #delivery-method-tab .nav-link {
    font-size: 14px;
    height: 70px;
    line-height: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .add_currency h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .info-confirm {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 15px;
  }
}

.lable-currency {
  text-align: center;
  padding-left: 0 !important;
}

.price-currency {
  text-align: center;
}

.travel-money select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 15px;
}

.travel-money select::-ms-expand {
  display: none;
}

.travel-money input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.travel-money input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.add_currency input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.add_currency input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.c-pagination {
  display: block;
}

.chose-seat {
  font-size: 16px;
  position: absolute;
  width: 230px;
  z-index: 3;
  background: white;
  top: 25px;
  right: -4%;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
}

.chose-seat ul {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.chose-seat .item-class {
  padding: 10px 10px 8px 14px;
  list-style: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: left;
}

.chose-seat .item-class:hover {
  background-color: #7FB41C;
  color: #fff;
}

.chose-seat .item-class.active {
  background-color: #7FB41C;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .type-seat {
    text-align: left !important;
  }
}

.feature-acticle .blog-card > p > img,
.blog-content > p > img {
  max-width: 100%;
  max-height: 467px;
}

@media screen and (max-width: 769px) {
  .row.row-hotel-booking {
    display: flex;
    flex-wrap: wrap-reverse;
  }
}

.limit-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.type_of_tour .icon-control {
  cursor: pointer;
}

.type_of_tour .icon-hide-tour {
  display: none;
}

.img_banner {
  min-height: 600px;
  overflow: hidden;
}

.banner {
  margin-top: 78px;
}

.title_all_ticket {
  color: #000000;
  font-weight: 300;
}

.lounge-header .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #000;
}

.lounge-header .description {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #7FB41C;
}

.lounge-header .address {
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}

.enquiry-form .one-line {
  margin-bottom: 15px;
}

.enquiry-form .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #1E1E1E;
}

.enquiry-form ul {
  margin-bottom: 0 !important;
}

.enquiry-form ul li {
  font-size: 16px;
  line-height: 40px;
  color: #4B4B4B;
}

.group-form {
  padding-bottom: 80px;
}

.group-form .group-form-box {
  padding: 20px;
  background: rgba(18, 132, 84, 0.05);
}

.group-form .group-form-box h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #1E1E1E;
}

.group-form .group-form-box h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 40px;
  color: #1E1E1E;
}

.group-form .group-form-box p {
  font-size: 16px;
  line-height: 28px;
  color: #4B4B4B;
}

.group-form .group-form-box .form-group label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}

.group-form .group-form-box .form-group input,
.group-form .group-form-box .form-group select {
  height: 54px;
  border-radius: 0;
}

.group-form .group-form-box .form-group textarea {
  border-radius: 0;
}

.group-form .group-form-box .btn-group-form {
  width: 219px;
  height: 56px;
  background: #FFB612;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin: 20px 0;
}

.esim-type {
  background: #7FB41C;
  padding: 50px;
  margin-top: 40px;
}

@media screen and (max-width: 450px) {
  .esim-type {
    padding: 30px;
  }
}

.esim-type_left {
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .esim-type_left {
    padding: 0 !important;
  }
}

.esim-type_left .type-item {
  display: flex;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
}

.esim-type_left .type-item:last-child {
  border-bottom: none;
  padding: 15px;
  font-size: 16px;
}

.esim-type_left .type-item:last-child p {
  margin-bottom: 0;
}

.esim-type_left .type-item .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #FFFFFF;
}

.esim-type_left .type-item .detail {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  text-align: right;
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .esim-type_right {
    padding: 20px;
    margin: auto;
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  .esim-type_right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.type-available {
  padding: 30px 0;
}

.type-available h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #000000;
  padding: 20px 0;
}

@media screen and (max-width: 450px) {
  .type-available h2 {
    font-size: 22px;
  }
}

.type-available_item {
  background: linear-gradient(90deg, #DD2803 0%, #FF6646 100%);
  padding: 30px;
}

.type-available_item .available-item {
  display: flex;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #FFFFFF;
}

.type-available_item .available-item h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.type-available_item .available-item:last-child {
  border-bottom: none;
  padding: 15px;
  font-size: 16px;
}

.type-available_item .available-item:last-child p {
  margin-bottom: 0;
}

.type-available_item .available-item .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #FFFFFF;
}

.type-available_item .available-item .detail {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  text-align: right;
  color: #FFFFFF;
}

.esim-support h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #000000;
}

@media screen and (max-width: 450px) {
  .esim-support h2 {
    font-size: 22px;
  }
}

.esim-support .support-country {
  background: rgba(0, 122, 77, 0.08);
}

@media screen and (min-width: 769px) {
  .esim-support .support-country {
    height: 350px;
  }
}

.esim-support .support-country .support-list {
  padding: 20px;
  height: 350px;
  overflow-y: auto;
}

.esim-support .support-country .support-list .support-item {
  display: flex;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #1E1E1E;
}

.esim-support .additional-information {
  background: rgba(0, 122, 77, 0.08);
  height: 350px;
  overflow-y: auto;
}

@media screen and (min-width: 769px) {
  .esim-support .additional-information {
    height: 350px;
  }
}

.esim-support .additional-information ul {
  padding: 40px;
  margin: 0;
}

.esim-support .additional-information ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #1E1E1E;
}

.payment-summary {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .payment-summary {
    padding: 40px 0;
  }
}

.payment-summary h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 0;
}

@media screen and (max-width: 450px) {
  .payment-summary h2 {
    font-size: 22px;
  }
}

.payment-summary p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(30, 30, 30, 0.8);
}

.payment-summary_left {
  background: linear-gradient(90deg, #DD2803 0%, #FF6646 100%);
  padding: 30px;
}

.payment-summary_left .available-item {
  display: flex;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #FFFFFF;
}

.payment-summary_left .available-item:last-child {
  border-bottom: none;
  padding: 15px;
  font-size: 16px;
}

.payment-summary_left .available-item:last-child p {
  margin-bottom: 0;
}

.payment-summary_left .available-item .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #FFFFFF;
}

.payment-summary_left .available-item .detail {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  text-align: right;
  color: #FFFFFF;
}

.payment-summary_left .available-top {
  border-bottom: 1px solid #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.payment-summary_left .available-top h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #FFFFFF;
}

.payment-summary_left .available-top p {
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.payment-summary_right {
  background: rgba(18, 132, 84, 0.1);
  height: 100%;
  padding: 30px;
}

.payment-summary_right .summary-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
}

.payment-summary_right .summary-price .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
}

.payment-summary_right .summary-price .price {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #7FB41C;
}

.payment-summary_right .summary-form {
  display: flex;
  justify-content: space-between;
}

.payment-summary_right .summary-form .form-group {
  width: 75%;
}

.payment-summary_right .summary-form .form-group .form-control {
  height: 56px;
}

.payment-summary_right .summary-form .btn-summary {
  width: 124px;
  height: 56px;
  background: #7FB41C;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}

.payment-detail h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #1E1E1E;
  margin-bottom: 0;
}

@media screen and (max-width: 450px) {
  .payment-detail h2 {
    font-size: 22px;
  }
}

.payment-detail p {
  font-size: 16px;
  line-height: 40px;
  color: #5E6D77;
}

.payment-detail .payment-method .method-item {
  display: flex;
  align-items: center;
}

.payment-detail .payment-method .method-item .checkbox-payment {
  width: 15%;
  display: flex;
}

@media screen and (max-width: 768px) {
  .payment-detail .payment-method .method-item .checkbox-payment {
    width: 30%;
  }
}

@media screen and (max-width: 540px) {
  .payment-detail .payment-method .method-item .checkbox-payment {
    width: 40%;
  }
}

.payment-detail .payment-method .method-item .checkbox-payment input {
  display: none;
}

.payment-detail .payment-method .method-item .checkbox-payment input:checked + label span {
  background: #7FB41C;
}

.payment-detail .payment-method .method-item .checkbox-payment input:checked + label span i {
  opacity: 1;
}

.payment-detail .payment-method .method-item .checkbox-payment label {
  font-weight: 600;
  font-size: 16px;
  line-height: 42px;
  color: #000000;
}

@media screen and (max-width: 450px) {
  .payment-detail .payment-method .method-item .checkbox-payment label {
    font-size: 12px;
    line-height: 36px;
  }
}

.payment-detail .payment-method .method-item .checkbox-payment label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #C4C4C4;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
  position: relative;
  border-radius: 2px;
}

.payment-detail .payment-method .method-item .checkbox-payment label span i {
  position: absolute;
  color: #fff;
  left: 2px;
  bottom: 2px;
  font-size: 10px;
  opacity: 0;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .payment-detail .payment-method .method-item .checkbox-payment label span i {
    left: 2px;
  }
}

.payment-detail .payment-method .method-item .payment-image {
  width: 60%;
}

.payment-detail .payment-method .method-item .payment-image .img-payment {
  width: 15%;
}

.payment-detail .payment-method .method-item .payment-image .img-payment_item {
  width: 50%;
}

@media screen and (min-width: 1200px) {
  .payment-detail .payment-method .method-item .payment-image .img-payment {
    width: 10%;
  }

  .payment-detail .payment-method .method-item .payment-image .img-payment_item {
    width: 45%;
  }
}

@media screen and (max-width: 1024px) {
  .payment-detail .payment-method .method-item .payment-image .img-payment {
    width: 12%;
  }

  .payment-detail .payment-method .method-item .payment-image .img-payment_item {
    width: 50%;
  }
}

@media screen and (max-width: 540px) {
  .payment-detail .payment-method .method-item .payment-image .img-payment {
    width: 23%;
  }

  .payment-detail .payment-method .method-item .payment-image .img-payment_item {
    width: 100%;
  }
}

.payment-privacy {
  padding-left: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #5E6D77;
}

.payment-confirm {
  margin: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .payment-confirm {
    margin: 20px;
  }
}

.payment-confirm .btn-confirm {
  width: 570px;
  height: 56px;
  border-radius: 0;
  background: #FFB612;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.payment-confirm .btn-confirm:hover {
  background: #7FB41C;
  color: #fff;
}

.navbar .logo-gif {
  width: 224px;
  margin-left: -16px;
  margin-top: -8px;
}

.ojimah-app img {
  opacity: 0.6;
}

.ojimah-app img:hover {
  opacity: 1;
}

.btn-close-modal {
  font-size: 40px;
  line-height: 40px;
  border: 0;
  position: absolute;
  right: 2px;
  top: 2px;
  background: white;
  width: 54px;
  height: 54px;
  color: #3e3f41;
}

@media only screen and (min-width: 984px) {
  .btn-close-modal {
    top: 45px;
  }
}

