body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #07253f;
}
h1 {
  font-size: 50px;
}
.topnav {
  overflow: hidden;
  background-color: #7b241c;
  height: 50px;
  padding-bottom: 0px;
}
.topnav a {
  float: left;
  display: block;
  padding: 14px 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none !important;
}
.topnav a:hover {
  color: #d5d8dc;
}
.topsocial {
  display: inline;
}
.topsocial li {
  display: inline;
}
html {
}
.primary-navbar {
  overflow: hidden;
  background-color: #fff;
}
.primary-navbar a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.primary-navbar a:hover {
  background-color: #ddd;
  color: black;
}
.primary-navbar a.active {
  background-color: #04aa6d;
  color: white;
}

.primary-navbar .icon {
  display: none;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .primary-navbar a:not(:first-child) {
    display: none;
  }
  .primary-navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .primary-navbar.responsive {
    position: relative;
  }
  .primary-navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .primary-navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.nav-item {
  color: #07253f;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0px;
  padding-right: 10px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link {
  color: #07253f;
}
.btn-warning {
  font-weight: bold;
}
.carousel.img-slider .carousel-item {
  height: calc(100vh - 200px);
}
.carousel-item img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-height: 100%;
}
.carousel-caption {
  color: white;
  xright: 58%;
  text-align: center;
  max-width: 300px;
  left: 80%;
  right: 0;
  top: 50%;
  /*top: 50%; */
  xtransform: translateY(50%);
  xbottom: initial;
  /*background: rgba(0,0,0,0.5);*/
  padding: 10px;
  height: 100%;
}
.sticky-top {
  background-color: #fff;
}

.vertical-center {
  min-height: calc(100vh - 300px);
  display: block;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 200px;
  /*display: flex;*/
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: #07253f;
}
.form-heading {
  font-size: 18px;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  color: #f9676b;
}
.form-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.form-inline label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
.btn-flight {
  background-color: #f9676b;
}
.btn-flight:hover {
  background-color: #2c3e50;
}
.offer {
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
  padding: 25px;
  color: #fff;
  border-radius: 25px;
}
.offer-content {
  background: -webkit-linear-gradient(#667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
}
.text-bold {
  font-weight: 800;
}
.autocomplete-wrapper {
  position: relative;
  width: 100% !important;
}
.autocomplete-wrapper input {
  width: 100% !important;
}

.autocomplete-results {
  position: absolute;
  background: white;
  z-index: 998;
  top: 100%;
  left: 0;
  font-size: 13px;
  border: solid 1px #ddd;
  border-top-width: 0;
  border-bottom-color: #ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.autocomplete-result {
  padding: 12px 15px;
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

.autocomplete-result:last-child {
  border-bottom-width: 0;
}

.autocomplete-location {
  opacity: 0.8;
  font-size: smaller;
}

.autocomplete-results[data-highlight="0"] > :nth-child(1) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="1"] > :nth-child(2) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="2"] > :nth-child(3) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="3"] > :nth-child(4) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="4"] > :nth-child(5) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="5"] > :nth-child(6) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="6"] > :nth-child(7) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="7"] > :nth-child(8) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}
.input-group-custom {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .card-space {
    top: 100px;
  }
  .about-text-center {
    text-align: center;
  }
}
.section-title h2 {
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 30px;
  color: #07253f;
}
.w-150px {
  width: 150px !important;
}
.px-4 h5 {
  font-weight: 800;
  margin: 30px 0px 10px;
  letter-spacing: 1px;
}
.about-section {
  border-bottom: 3px solid #f9676b;
  font-weight: 800;
  font-size: 28px;
}
.works {
  background-color: #eaecee;
}
.round-btn {
  display: inline;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  float: left;
  margin: 15px 8px;
  box-shadow: 2px 2px 5px 0px rgb(82, 0, 67);
  border: 1px solid; /*border: 1px solid #622657;*/
}
.round-btn a {
  display: block !important;
  padding: 7px 12px;
  font-size: 18px;
  border-radius: 50%;
}
.round-btn .icon {
  padding: 3px;
}
.round-btn .icon img {
  height: 24px;
  width: 32px;
  margin-top: 6px;
}
.btn-facebook a {
  color: #3b5998;
  padding: 8px 13px;
}
.btn-linkedin a {
  color: #007bb6;
}
.btn-twitter a {
  color: #1c9deb;
}
.btn-instagram a {
  color: #dd3f5c;
}
.btn-whatsapp a {
  color: #155e54;
}
.btn-envelop a {
  color: #d6403a;
  font-size: 15px;
  padding: 9px 12px;
}
.standard_header .standard_social_links {
  margin-left: 1rem;
}

/*
  =========================================================================================
                                    footer
  =========================================================================================
  */

.footer-wrap {
  padding-top: 43px;
  background-size: cover;
}

.footer-wrap h3 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer-wrap p {
  font-size: 15px;
  line-height: 24px;
  color: #b3b3b3;
  margin-top: 15px;
}

.footer-wrap p a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}

.footer-wrap p a:hover {
  text-decoration: none;
  color: #ff7800;
}

.footer-links li a {
  font-size: 15px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

.footer-category li a {
  font-size: 15px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

.address {
  color: #b3b3b3;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  line-height: 30px;
}

.address:before {
  content: "\f277";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
}

.info a {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}

.fa-phone:before {
  content: "\f095";
}

.info a {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}

.fa-fax:before {
  content: "\f1ac";
}

.copyright {
  border-top: 1px solid #111;
  font-size: 14px;
  color: #ccc;
  padding-top: 15px;
  text-align: center;
  padding-bottom: 15px;
}
footer .second_class {
  border-bottom: 1px solid #444;
  padding-bottom: 25px;
}
footer .first_class {
  padding-bottom: 21px;
  border-bottom: 1px solid #444;
}
footer .first_class p,
footer .first_class h3 {
  margin: 0 0;
}
footer {
  background: #333;
}

footer .newsletter input[type="email"] {
  width: 100%;
  background: #fff;
  color: #333;
  border: 1px solid #222;
  padding: 14px 20px;
  border-radius: 50px;
  margin-top: 12px;
}

.newsletter .newsletter_submit_btn {
  background: #fff;
  position: absolute;
  right: 30px;
  border: 0;
  top: 26px;
  font-size: 20px;
  color: #333;
}

footer .second_class_bdr {
  padding-top: 25px;
  border-top: 1px solid #222;
}

footer .btn-facebook a {
  padding: 6px 14px !important;
}

footer .btn-envelop a {
  color: #d6403a;
  font-size: 15px;
  padding: 12px 12px;
}

footer .round-btn a {
  padding: 6px 12px;
}

footer .round-btn {
  box-shadow: 2px 2px 5px 0px #222 !important;
}

footer .round-btn {
  margin: 15px 4px;
}

footer dl,
ol,
ul {
  padding-left: 5px;
}
footer li {
  list-style: none;
}
.h-120px {
  height: 120px;
}
@media (max-width: 768px) {
  .footer-wrap h3 {
    margin-top: 27px;
  }

  footer .round-btn {
    margin: 15px 4px;
  }
}
@media (max-width: 320px) {
  .copyright {
    font-size: 13px;
  }
}
.zoomable-image-container {
  overflow: hidden;
  position: relative;
}

.zoomable-image-container img {
  transition: transform 0.5s ease;
}

.zoomable-image-container:hover img {
  transform: scale(1.2);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.zoomable-image-container:hover .image-overlay {
  opacity: 0.7;
  background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
}
.card-deck .card {
  padding: 10px;
  border-radius: 20px;
}
.card-img,
.card-img-top {
  border-radius: 20px;
  object-fit: cover;
}
.form-container {
  max-width: 700px; width:100%;
}
@media screen and (max-width: 987px) {
  .topnav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .carousel.img-slider .carousel-item {
    /*height: 100vh;*/
  }
  .vertical-center {
    top: 150px !important;
    width: 100%;
  }
  .form-container {
  max-width: 500px; width:100%;
}
}
.top-space{
  padding-top: 40px;
}

#slideshow {
  width: 100%;
  height: 80vh;
  background-image: url('../images/slide-1.jpg');
  background-size: cover;
  transition: 1s;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 576px) {
 .carousel.img-slider .carousel-item {
    height: 100vh;
  }
  .vertical-center {
    top: 20px !important;
    width: 100%;
  }
  .top-space{
  padding-top: 10px;
  padding-bottom: 10px;
}
#slideshow {
  height: auto;
  }
  .custom-drop-align{
  text-align: center;
}
.form-control{
  font-size: 0.75rem;
}
.input-group-text{
  font-size: 0.75rem;
}
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: #fff;
  border-color: #fff;
}
#dropdown-menu {
  display: none;
  position: absolute;
  z-index: 3;
  background-color: #E5E8E8;
  border-radius: 5px;
  color:#000 ;
  padding: 0px 10px;
}

#dropdown-menu.show {
  display: block;
}
#dropdown-menu ul{
  list-style-type: none;
}
.traveller-dropdown{
  background-color: #BDC3C7;
  border: 1px solid #BDC3C7;
  border-radius: 20px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.base {
      border-radius: 6px;
      position: relative;
      border: 1px solid #ddd;
      float: left;
      width: 100%;
      font-weight: 500;
      transition: 0.5s all ease-in-out;
      box-shadow: 0px 0px 15px -6px #888;
  }
  .base:hover{
    transform: scale(1.1);
  }
  .tag {
      background: #0e910026;
      color: #0b6201;
      padding: 5px 15px;
      font-size: 13px;
      border-radius: 13px 0 0 13px;
      box-shadow: -1px 0 3px #aaa;
  }
  .dRoute {
    border-left: 1px dotted #aaa;
    height: 20px;
    margin-left: 40%;
  }
@media screen and (max-width: 576px) {
  .dRoute {
    border-left: 1px dotted #aaa;
    height: 20px;
    margin-left: 45%;
  }
  }
  .justify-content-between small{
    font-size: 12px;
    font-weight: 600;
  }
  .call-to-action{
    font-size: calc(1.355rem + 1.26vw);    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.25;
  }
  .h-40px {
    height: 40px !important;
}

.ms-3 {
    margin-left: 1rem !important;
}
.cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.cookies-banner a{
  text-decoration: none !important;
  color: #EDBB99;
}
.modal-header-title{
  font-size: 28px;
  line-height: 1.1;
  margin-top: 0;
  font-family: 'Roboto',sans-serif !important;
  color: #f1551d;
  font-weight: 600;
}
.no-link{
  text-decoration: none !important;
  color: #273746;
  font-size: 18px;
  font-weight: 600;
}

.main-container  {
    background-image: url(../images/thank-you-bg.png);
    background-position: center;
    background-size: cover;
}

