* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
@import url("font-awesome/css/fontawesome-all.min.css");
/* ================= header-main ================= */
.header-main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.hdr_tp {
  background: #f06a22;
  border-bottom: 1px solid #ffffff87;
}
.header_inner_top {
  display: flex;
  justify-content: space-between;
}
.header_inner_top .top-left a {
  color: white;
  padding: 8px 13px;
  border-right: 1px solid #ffffff87;
  display: inline-block;
}
.header_inner_top .top-left a i {
  font-size: 14px;
}

.header_inner_top .top-right a {
  color: white;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-right: 1px solid #ffffff87;
  text-decoration: none;
}
.fixai {
  position: fixed;
  right: 19px;
  bottom: 19px;
  z-index: 9;
}
.fixai img {
  width: 103px;
}
.header_inner_top .top-right a i {
  margin-right: 5px;
}
.header_inner_top .top-right span {
  padding: 3px 0px 3px 40px;
  font-weight: 600;
  color: white;
  display: inline-block;
  font-size: 14px;
}
.hdr_btm {
  background: white;
  padding: 5px 0px;
}
.header_inner_bottom {
  display: flex;
  align-items: center;
}
.bottom-info-bar-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-info-bar-l .nav_logo {
  display: flex;
  align-items: center;
}
.bottom-info-bar-l .nav_logo img {
  width: 108px;
}
.bottom-info-bar-l .bar {
  display: none;
  font-size: 20px;
  color: #244d85;
}
.header_inner_bottom .nab-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto 0px 30px !important;
}
.header_inner_bottom .nab-menu li a {
  display: flex;
  text-decoration: none;
  color: black;
  padding: 18px 10px;
  font-size: 14px;
  align-items: center;
}
.header_inner_bottom .nab-menu li a i {
  margin-right: 7px;
}

.header_inner_bottom .header_loginbg .btn {
  text-decoration: none;
  color: black;
  font-size: 14px;
  padding: 10px 0px 10px 14px;
  background: transparent;
}

.hdr_phonebg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.hdr_phone_main {
  width: 50%;
  background: white;
  height: 100%;
  position: relative;
  z-index: 99;
  transform: translatex(-100%);
  transition: 0.6s;
}
.hdr_phone_main .phne-nab-menu {
  list-style: none;
}
.hdr_phone_main .phne-nab-menu li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  color: black;
  text-decoration: none;
}
.hdr_phone_main .phne-nab-menu li a i {
  margin-right: 10px;
}
.hdr_phn_cross {
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  z-index: 10;
}

.phnmnu_social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
}
.phnmnu_social a {
  padding: 0px 7px 0px 0px;
  color: black;
}
.phnmnu_social a i {
  font-size: 16px;
}
.homepage_header .hdr_tp,
.homepage_header .hdr_btm {
  background: transparent;
}
.homepage_header .header-main {
  box-shadow: none;
  position: absolute;
}
.homepage_header .bottom-info-bar-l .nav_logo img {
  filter: brightness(0) invert(1);
}
.homepage_header .header_inner_bottom .nab-menu li a,
.homepage_header .header_inner_bottom .header_loginbg .btn {
  color: white;
}
.homepage_header .bottom-info-bar-l .bar {
  color: white;
}

/* ================= HERO ================= */
.hero {
  height: 700px;
  background: url(/images/hero.jpg) top / cover no-repeat;
}
.heros {
  height: 600px;
  background-position: 89% center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 0px 15px;
}
.hero-overlays {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: baseline;
  height: 100%;
}
.hero-overlays .search {
  width: 100%;
}

.hero-overlay .search {
  margin-top: 35px;
  width: 1200px;
}

@media (max-width: 1200px) {
  .hero-overlay .search {
    width: 100%;
  }
}

.hero h1 {
  font-size: 73px;
  letter-spacing: 3px;
  font-family: "Dancing Script", cursive !important;
}

.hero p {
  font-size: 26px;
  margin-top: 0;
}
.heros h1 {
  font-size: 65px;
  letter-spacing: 3px;
  width: 58%;
  line-height: 68px;
  margin-bottom: 28px;
  text-transform: uppercase;
  font-weight: 700;
}
.heros h1 span {
  color: #ff9800;
  font-weight: 800;
}
.heros p {
  font-size: 19px;
  width: 53%;
  margin-top: 0;
  color: #777;
  line-height: 30px;
}
.section {
  padding: 50px 0;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.section.light {
  background: #f5f7fa;
}

.section h2 {
  margin-bottom: 20px;
  font-size: 34px;
  color: #000;
  position: relative;
}

.section h2:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 5px;
  background-color: #ff8e43;
}

.section h2:after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 80px;
  border-bottom: solid 2px #ff8e43;
}

.subtitle {
  max-width: 765px;
  margin: 0 auto;
  line-height: 24px;
  color: #000;
}

.flight-row {
  display: flex;
  gap: 15px 0px;
  flex-wrap: wrap;
}
.ftrd {
  overflow: hidden;
}
.flight-row2 {
  margin-left: -10px;
  margin-right: -10px;
}
.flight-row2 > a {
  width: 20%;
  padding: 0px 10px;
}

.flight-card {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.flight-card-three span {
  color: #ff7a18;
  font-weight: bold;
  border: 1px solid;
  padding: 10px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flight-row a {
  text-decoration: none;
}

.dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.dest-card {
  position: relative;
  border-radius: 6px;
}

.dest-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.dest-card span {
  position: absolute;
  bottom: 4px;
  background: rgb(0 0 0 / 33%);
  color: #fff;
  width: 100%;
  padding: 8px;
  left: 0;
  right: 0;
}

.flight-card-one {
  background: #ff8e43;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
}

.flight-card-two {
  text-align: left;
  padding: 15px 15px 5px;
  color: #777;
  font-size: 13px;
  margin: 0 !important;
}

.flight-card-three {
  display: flex;
  align-items: center;
  padding: 0px 15px 15px;
  font-weight: 700;
  justify-content: space-between;
  color: #ff7a18;
  margin: 0 !important;
}

.show-more {
  margin-top: 25px;
  padding: 10px 25px;
  background: #ff7a18;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

img {
  max-width: 100%;
}

footer {
  background: #f06a22;
  color: #fff;
  clear: both;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 45px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 0;
}

footer h4 {
  margin-bottom: 10px;
}

footer p a {
  font-size: 14px;
  margin: 4px 0;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
}

.helplink {
  text-align: center;
  padding: 20px;
  background: #f06a22;
  border-bottom: 1px solid #ffffff40;
}

.helplink a {
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #ffffff63;
  padding-right: 10px;
  margin-right: 10px;
}

.copyright {
  text-align: center;
  padding: 20px;
  background: #f06a22;
}

.pages-banner-img {
  padding: 100px 15px;
  background-color: rgb(0, 0, 0, 0.3);
  background-blend-mode: multiply;
}

.pages-banner-main {
  text-align: center;
}

.pages-banner-main .pages-banner-h1 {
  color: white;
  font-size: 60px;
  font-weight: 600;
}

.pages-banner-main .pages-banner-h2 {
  color: white;
  font-size: 16px;
  max-width: 910px;
  margin: 20px auto 0px;
  line-height: 23px;
}

.about-content {
  padding: 50px 15px;
}
.about-content .container {
  max-width: 700px;
}

.about-content-inner p {
  font-size: 15px;
  color: black;
  margin: 20px 0;
  font-weight: 500;
  line-height: 25px;
}

.about-content-inner .pages-content-p1 {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.about-content-inner .pp-content-p6 {
  margin: 20px 0px;
  font-size: 18px;
  font-weight: 600;
}

.container {
  max-width: 100%;
  margin: auto;
}

.footer-grid img {
  filter: brightness(0) invert(1);
  width: 190px;
  display: block;
  margin: 20px 0 0 0;
}

.sctn-pdng {
  padding-left: 12px;
  padding-right: 12px;
}

.adhCustomerLoginBox .name_div_dropdown {
  right: -51px;
  top: 30px;
  padding-top: 24px;
  background: transparent;
  width: 140px;
}
.adhCustomerLoginBox > a {
  color: black;
  font-size: 14px;
  text-decoration: none;
}
.adhCustomerLoginBox .name_div_dropdown a {
  background: white;
  padding: 12px 12px 12px 39px;
  text-decoration: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.adhCustomerLoginBox .name_div_dropdown a:first-child {
  border-radius: 6px 6px 0 0;
}

.adhCustomerLoginBox .name_div_dropdown a i {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translatey(-50%);
  font-size: 15px;
}

@media (max-width: 1200px) {
  .header_inner_bottom .nab-menu li a {
    padding: 18px 9px;
  }

  /*  */
  .heros {
    height: 500px;
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hero-overlays {
    margin-top: 25px !important;
    padding: 0 30px;
  }

  .heros h1 {
    font-size: 55px;
  }

  .heros p {
    width: 55%;
  }

  .sctn-pdng {
    margin-top: 50px;
  }
}
@media (max-width: 1001px) {
  .hero-overlay {
    padding: 120px 15px 15px;
  }
  .hero {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .bottom-info-bar-l {
    width: 100%;
    padding: 10px 15px;
  }
  .bottom-info-bar-l .bar {
    display: block;
  }
  .header_inner_bottom .nab-menu {
    display: none;
  }
  .header_inner_bottom .header_loginbg {
    display: none;
  }
  .hdr_tp {
    display: none;
  }

  .flight-row2 > a {
    width: 25%;
  }

  .adhCustomerLoginBox .name_div_dropdown {
    right: initial;
    left: 10px;
    top: 33px;
    padding-top: 2px;
  }

  .adhCustomerLoginBox .name_div_dropdown a {
    padding: 12px 12px 12px 39px !important;
  }
  .adhCustomerLoginBox > a {
    padding: 0 0 0 31px !important;
    border: none !important;
    position: relative;
  }
  .adhCustomerLoginBox > a::before {
    content: "\f256";
    font-family: "fontawesome";
    position: absolute;
    left: 3px;
  }

  /*  */
  .heros {
    height: 350px;
  }
  .bottom-info-bar-l .nav_logo img {
    width: 100px !important;
  }
  .hero-overlays {
    margin-top: 75px !important;
  }
  .sctn-pdng {
    margin-top: 100px;
  }

  .heros h1 {
    width: 75%;
  }
  .heros p {
    font-size: 18px;
  }
  .heros p {
    width: 65%;
  }
  .ai-inline-row {
    padding: 10px;
  }
  .ai-inline-input {
    padding: 20px 20px;
  }
  .ai-inline-btn {
    min-height: 63px;
  }
  .ai-inline-input {
    white-space: nowrap;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
  .flight-row2 > a {
    width: 33%;
  }
  .heros {
    background-image: none !important;
    padding: 20px;
  }
  .heros h1 {
    width: 100%;
    line-height: 32px;
  }
  .heros p {
    width: 100%;
    font-size: 15px;
    line-height: 27px;
  }
  .heros h1 span {
    width: 100%;
    float: left;
  }
  /*  */
  .heros h1 {
    width: 100%;
    line-height: 68px;
    margin-bottom: 20px;
  }

  .hero-overlays {
    margin-top: 25px !important;
    padding: 0;
  }
  .heros p {
    width: 100%;
  }

  .hero-overlays {
    margin-top: 60px !important;
  }

  .ai-inline-row {
    max-width: 100%;
  }

  .sctn-pdng {
    margin-top: 130px;
  }
}
@media (max-width: 567px) {
  .hdr_phone_main {
    width: 70%;
  }
  .flight-row2 > a {
    width: 50%;
  }
  .hero-overlays {
    justify-content: flex-start;
  }
  /*  */

  .hero-overlays {
    margin-top: 0px !important;
  }
  .heros h1 {
    font-size: 45px;
    line-height: 62px;
  }
  .sctn-pdng {
    margin-top: 320px;
  }

  .ai-inline-btn {
    padding: 0 16px;
    min-height: 62px;
  }
}
@media (min-width: 991.98px) {
  .container {
    padding: 0px 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 768px) {

  /* FIX HERO GAP */
  .hero {
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 20px;
  }

  /* FIX EXTRA SPACE INSIDE HERO */
  .hero-overlay {
    padding: 50px 15px 20px !important;
  }

  .hero-overlays {
    margin-top: 0 !important;
  }

  /* REMOVE BIG PUSH DOWN */
  .sctn-pdng {
    margin-top: 0 !important;
    padding-top: 30px;
  }

  /* SAFETY FIX */
  body {
    overflow-x: hidden;
  }
}