@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Regular.ttf) format("ttf");
  font-weight: 500;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Medium.ttf) format("ttf");
  font-weight: 600;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Bold.ttf) format("ttf");
  font-weight: 700;
}
@font-face {
  font-family: Playfair Display;
  src: url(../fonts/PlayfairDisplay-Bold.ttf) format("ttf");
  font-weight: 700;
}
::placeholder {
  color: #a3a3a3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #0f294d;
}
body {
  font-family: Inter, sans-serif;
  background: #fff;
  font-size: 15px;
  color: #5e697c;
  font-weight: 500;
  -webkit-user-select: none;
  -html-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container {
  max-width: 1120px !important;
}
.bg-light-bl {
  background: #f4f8ff;
}
h1 {
  font-size: 24px;
  color: #0f294d;
}
h2 {
  font-size: 22px;
  color: #0f294d;
}
h3 {
  font-size: 20px;
  color: #0f294d;
}
h4 {
  font-size: 18px;
  color: #0f294d;
}
h5 {
  font-size: 17px;
  color: #0f294d;
}
h6 {
  font-size: 16px;
  color: #0f294d;
}
p {
  color: #5e697c;
}
a {
  text-decoration: none !important;
}
header {
  background: #0f294d;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
}
.top-box {
  display: none;
}
.navbar-nav {
  margin-left: 5%;
}
nav ul li a {
  color: #fff !important;
  font-size: 15px;
  transition: all ease-out 0.2s;
  border-bottom: 2px solid #0f294d;
  padding: 20px 10px !important;
  display: block;
  margin-right: 20px;
}
nav ul li a:hover {
  background: 0 0;
  transition: all ease-in 0.2s;
  color: #3264ff !important;
  border-bottom: 2px solid #3264ff;
}
header li {
  list-style-type: none;
}
.top-mail {
  margin-left: 20px;
}
.top-mail a {
  border-width: 1px;
  border-color: #98b1ff;
  border-style: solid;
  border-radius: 3px;
  background-color: #fff;
  color: #3264ff !important;
  display: block;
  padding: 10px 20px !important;
  height: 46px;
}
.top-mail a:hover {
  text-decoration: none;
  background: #d8e1fd;
  border-bottom: 1px solid #98b1ff;
}
.top-call {
  margin-left: 0;
}
.top-call a {
  border-width: 1px;
  border-color: #3264ff;
  border-style: solid;
  border-radius: 3px;
  background-color: #3264ff;
  color: #fff !important;
  display: block;
  padding: 8px 30px !important;
  font-size: 18px;
  height: 46px;
}
.top-call a:hover {
  text-decoration: none;
  color: #fff !important;
  background: #3264ff;
  border-bottom: 1px solid #98b1ff;
}
.right-box {
  padding-top: 0;
}
.right-box ul {
  padding-left: 0;
  margin-bottom: 0;
}
.right-box ul li {
  display: inline-block;
  padding-top: 0;
}
.banner {
  background: url(../newimages/home-banner.webp) no-repeat center bottom;
  background-size: cover;
}
.form-box {
  margin-top: 15%;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.14);
  padding: 15px;
}
.bg-lgt-orage {
  background: #ffffff;
  margin-top: 20px;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0px 0px 10px #00000026;
}
.bg-lgt-orage p {
  margin-bottom: 0;
}
.bg-lgt-orage p a {
  color: #3264ff;
}
.benefits-box {
  padding: 15px 0 15px 65px;
}
.adviser {
  background: url(../webicons/best-travel-adviser.webp) no-repeat left center;
}
.easy {
  background: url(../webicons/easy-booking.webp) no-repeat left center;
}
.deals {
  background: url(../webicons/best-deals.webp) no-repeat left center;
}
.support {
  background: url(../webicons/support.webp) no-repeat left center;
}
.benefits-box small {
  font-size: 12px;
}
.popular-dest-box {
  position: relative;
}
.popular-dest-box img {
  border-radius: 5px;
}
.popular-dest-box span {
  position: absolute;
  display: block;
  z-index: 1;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-weight: 600;
}
.top-routes {
  margin-top: 25px;
  max-height: 475px;
  overflow-x: hidden;
}
.top-routes ul {
  padding-left: 0;
  max-width: 95%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top-routes ul li {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-routes ul li a {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: block;
  padding: 25px 15px;
  font-size: 15px;
  color: #0f294d;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  transition: all ease-out 0.2s;
}
.top-routes ul li a:hover {
  background: #d7e2ff;
  color: #3264ff;
  transition: all ease-in 0.2s;
}
.top-routes ul li a span {
  position: absolute;
  display: block;
  padding: 25px;
  top: 0;
  right: 0;
  border-radius: 3px;
}
.top-routes::-webkit-scrollbar {
  width: 5px;
}
.top-routes::-webkit-scrollbar-track {
  background: #e0e9ff;
  border-radius: 10px;
}
.top-routes::-webkit-scrollbar-thumb {
  background: #3264ff;
  border-radius: 10px;
}
.top-routes::-webkit-scrollbar-thumb:hover {
  background: #3264ff;
}
.nav-pills {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.nav-pills .nav-link {
  background: #fff;
  margin-right: 10px;
  border: 1px solid #dadfe6;
  color: #242424;
  border-radius: 3px;
}
.nav-pills .nav-link:hover {
  background: #d6e6ff;
  border: 1px solid #67a4ff;
  color: #0d6efd;
}
.ft-box {
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
}
.pl-name {
  font-size: 16px;
  color: #0f294d;
  line-height: 1.2;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.date-sm {
  font-size: 12px;
  color: #69727e;
  line-height: 1.2;
  margin-top: 5px;
  font-weight: 600;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.round-icon {
  margin-top: 8px;
  display: block;
}
.price-rate {
  font-size: 18px;
  color: #3264ff;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
  display: block;
  font-weight: 700;
}
ul {
  padding-left: 0 !important;
}
ul li {
  list-style: none;
  padding-top: 5px;
}
footer {
  background: #0f294d;
}
.foot-call {
  display: block;
  background: #3264ff;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
}

.foot-call i,
.foot-mail i {
  vertical-align: text-top;
}
.foot-call:hover {
  color: #fff;
}
.foot-mail {
  background: #273f5f;
  color: #fff;
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  transition: all ease-out 0.2s;
}
.foot-mail:hover {
  color: #0f294d;
  background: #fff;
  transition: all ease-in 0.2s;
}
footer h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.333;
  text-align: left;
  border-bottom: 1px solid #ffffff7d;
  padding-bottom: 5px;
}
footer ul {
  margin-top: 20px;
}
footer ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
footer ul li a {
  color: #a1b2cb;
  padding: 5px 0;
  display: block;
  transition: all ease-out 0.2s;
}
footer ul li a:hover {
  color: #fff;
  transition: all ease-in 0.2s;
}
.br-top {
  border-top: 1px solid #ffffff26;
}
footer h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
footer p {
  color: #ffffff9e;
}
.social li {
  display: inline-block;
  padding-right: 10px;
}
.inner-banner {
  background: url(../newimages/inner-banner.webp) no-repeat center bottom;
  background-size: cover;
}
.inner-page-banner {
  background: url(../newimages/inner-page-banner.webp) no-repeat center bottom;
}
.banner-heading-inner {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
.contact-ul li {
  display: inline-block;
}
.location {
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
.contact-call {
  display: block;
  padding: 10px 20px;
  background: #3264ff;
  border-radius: 3px;
  color: #fff;
  border: 1px solid #3264ff;
}
.contact-call:hover {
  color: #fff;
}
.contact-mail {
  background: #3264ff1a;
  padding: 10px 20px;
  display: block;
  border: 1px solid #3264ff;
  border-radius: 3px;
}
.contact-ul li i {
  vertical-align: text-top;
}
i {
  vertical-align: text-top;
}
.accordion-item {
  margin-top: 10px;
  border: 1px solid #3264ff3b;
}
.accordion-header {
  background-color: #3264ff0d;
  border-bottom: 1px solid #3264ff3b;
  padding: 0;
  border-top: 1px solid #3264ff3b;
}
.accordion-header h6 {
  text-decoration: none;
  margin-bottom: 0;
  display: block;
}
.mob-offer {
  display: none;
}
.faqs-box {
  padding: 15px;
  border: 1px solid #3264ff2b;
  border-radius: 10px;
  margin-top: 20px;
}
.air-links li {
  padding-top: 7px;
  margin-bottom: 7px;
}
.air-links li a {
  position: relative;
  height: 64px;
  padding: 0 24px 0 18px;
  overflow: hidden;
  color: #fff;
  transition: 0.2s;
  text-decoration: none;
  background: #1cc123;
  border-radius: 5px;
  border: 1px solid #f0f2f5;
  box-shadow: 0 4px 8px 0 rgb(69 88 115 / 12%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.air-links li a:hover {
  background: #f3fcf3;
  color: #1cc123;
}
.air-links li a i {
  margin-right: 10px;
}
.right-arrow {
  position: absolute;
  right: 0;
  font-size: 20px;
}
.service-box {
  background: #f3f6ff;
  text-align: center;
  padding: 40px 20px;
  border-radius: 3px;
  transition: all ease-in 0.2s;
  border: 1px solid #3264ff2b;
}
.info-box table td,
.info-box table th {
  padding: 15px !important;
}
.banner-txt {
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 86px;
  font-size: 35px;
  font-weight: 700;
  left: 0;
  right: 0;
  text-shadow: 0 0 20px #000;
}
.bot-heading {
  display: inline-block;
  background: #3264ff1a;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: left;
  color: #3264ff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid #3264ff3b;
  margin-bottom: 20px;
}
.text-center a img {
  border-radius: 5px;
}
.inner-list {
  list-style: none;
  border: 1px solid #0f294d24;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
}
.list-names li {
  margin-top: 5px;
}
.list-names li a {
  background: #fff;
  margin-right: 10px;
  border: 1px solid #dadfe6;
  color: #788090;
  border-radius: 3px;
  display: block;
  padding: 10px;
}
.list-names li a:hover {
  background: #d6e6ff;
  border: 1px solid #67a4ff;
  color: #0d6efd;
}
.alt-box {
  padding: 15px;
  border: 1px solid #0f294d1f;
  border-radius: 5px;
}
.alt-box h5 {
  background: #0f294d;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
}
.alt-box ul li {
  padding-bottom: 5px;
  border-bottom: 1px solid #0f294d1f;
}
.alt-box ul li a {
  display: block;
  color: #3264ff;
}
.weather-tabs li {
  list-style: none;
  display: inline-block;
}
.weather-tabs li a {
  background: #fff;
  margin-right: 10px;
  border: 1px solid #dadfe6;
  color: #788090;
  border-radius: 3px;
  display: block;
  padding: 10px;
}
.weather-tabs li a:hover {
  background: #d6e6ff;
  border: 1px solid #67a4ff;
  color: #0d6efd;
}
.mob-call {
  display: none;
}
.page_404 {
  padding: 40px 0;
  background: #fff;
}
.page_404 img {
  width: 100%;
}
.four_zero_four_bg {
  background: url(../newimages/404.gif) no-repeat center;
  height: 400px;
}
.four_zero_four_bg h1 {
  font-size: 80px;
}
.four_zero_four_bg h3 {
  font-size: 80px;
}
.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 0;
  display: inline-block;
}
.contant_box_404 {
  margin-top: -50px;
}
.active-tab {
  background: #3264ff !important;
  color: #fff !important;
}
.side-box {
  position: relative;
  transition: all ease-in 0.2s;
}
.side-box a {
  bottom: -10px;
  right: 0;
  left: 0;
  width: 90%;
  color: #404040;
}
.side-box a span {
  position: absolute;
  right: 10px;
  color: #3264ff;
}
.side-box:hover a {
  background: #00000069 !important;
  color: #fff;
  transition: all ease-in 0.2s;
  bottom: 0;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  padding-top: 70px !important;
}
.h930 {
  max-height: 930px;
}
.winter-offer-box {
  position: relative;
}
.winter-top {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  color: #000;
}
.winter-dest-name {
  position: absolute;
  bottom: 65px;
  left: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}
.winter-tagline {
  position: absolute;
  left: 20px;
  bottom: 45px;
  color: #fff;
}
.winter-country {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ffc4c9;
  padding: 2px 10px;
  border-radius: 10px;
  color: #000;
  font-weight: bold;
}
.winter-off {
  font-family: Playfair Display;
  position: absolute;
  top: 30px;
  left: 20px;
  color: #000;
  font-size: 30px;
  font-weight: 900;
}
.hiw {
  border: 0px;
  position: absolute;
  left: 20px;
  bottom: 30px;
  background: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .navbar-nav {
    margin-left: 0px;
  }
  .top-box {
    display: block;
    background: #3264ff;
    padding: 15px;
  }
  .top-box a {
    margin-bottom: 0;
    color: #fff;
  }
  header {
    padding: 15px 0px;
    position: relative;
  }
  .navbar-light .navbar-toggler {
    border: 0 !important;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .position-none {
    position: unset !important;
  }
  .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    background: #0f294d;
    z-index: 999999999999999999999999;
  }
  .ml-0 {
    margin-left: 0 !important;
  }
  nav ul li a {
    margin-right: 0;
    padding: 10px 20px !important;
    margin-bottom: 5px;
    background: #ffffff17;
    border-radius: 3px;
  }
  .top-mail {
    margin-left: 0;
    padding: 0 16px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .top-call {
    width: 100%;
    padding: 5px 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  .bg-lgt-orage p a {
    display: block;
  }
  .bg-lgt-orage p span {
    display: none;
  }
  .top-marg-rout {
    margin-top: 30px;
  }
  .mob-offer {
    position: fixed;
    bottom: 0;
    background: #132250;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 99;
    display: block;
  }
  .mob-offer small {
    color: #fff;
    display: block;
  }
  .mob-offer p {
    color: #ffc902;
    font-size: 20px;
    margin-bottom: 0;
  }
  .mob-offer p svg {
    vertical-align: text-top;
  }
  .mob-call-btn {
    background: #b32900;
    border: 0;
    padding: 10px 15px;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
  }
  .mob-call {
    display: block;
  }
  .banner-txt {
    position: inherit;
  }
  .call-a {
    color: #2f2f2f;
  }
  .call-btn {
    background: #3264ff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 0px;
  }
  .call-btn img {
    width: 22px;
  }
  .booksp {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
  }
  .call-re {
    font-size: 25px;
    font-weight: 700;
  }
  .call-a p {
    color: #2f2f2f;
  }
  .sep {
    opacity: 0.4;
  }
  .g-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
  }
  .cst-body {
    background: #fff;
    border-radius: 20px;
    border: 5px solid #3264ff;
    overflow: hidden;
  }
  .top-setion {
    background: #01579b;
    padding: 15px;
  }
  .mid-section {
    padding: 15px;
  }
  .res {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 1.5vh;
  }
  .sup {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1.5vh;
  }
  .box {
    background: #01579b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    border-radius: 20px;
  }
  .unp {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 1.5vh;
  }
  .btn-call {
    background: #ff9800;
    border: 0px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
  }
  .noh {
    color: #0073e6;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 1.5vh;
  }
  .close-1 {
    position: absolute;
    right: 13px;
    top: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    border: 0px;
    background: transparent;
  }
}
.ui-autocomplete {
  z-index: 999;
  position: absolute;
  cursor: default;
  background: #fff;
  color: #333;
  padding: 0;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: 0 0 5px #00000038;
  border-radius: 3px;
}
.ui-autocomplete li {
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 600;
}
.ui-autocomplete li:hover {
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
  background: #e1e9ff;
  color: #3264ff;
  cursor: pointer;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cst-tab {
  border: 1px solid #e7e7e7;
  padding: 15px;
  border-radius: 5px;
}
.foot-mail:hover svg {
  fill: #333;
  transition: all ease-in 0.2s;
}
