@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-family: "Poppins", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
a {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all ease-in;
  transition: all 300ms ease-in;
  text-decoration: none;
  outline: none !important;
}
.custom-slide {
  /*border-bottom: solid 15px #0162a6; */
  position: relative;
}
.custom-slide::before {
  content: "";
  position: absolute;
 /*  background: rgba(0, 0, 0, 0.4); */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.custom-slide .carousel-inner {
  height: 686px;
}
.privacy-slide .carousel-inner {
  height: auto;
}
.custom-slide .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
}
.carousel-indicators {
  z-index: 9999;
}
/* ====================================================
    Header & Hero banner style
======================================================*/
section.hero {
  position: absolute;
  top: 0;
  z-index: 999;
  max-width: 1170px;
  width: 100%;
  min-height: auto;
  left: 50%;
  transform: translateX(-50%);
}
.top-nav {
  border-bottom: 1px solid #859eb1;
  padding: 12px 0;
}
.top-nav .left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-nav .left ul li {
  display: inline-block;
  padding: 0 6px;
  color: #fff;
}
.top-nav .left ul li:last-child {
  border-left: 1px solid #6f91ab;
}
.top-nav .left ul li a {
  color: #fff;
  font-size: 13px;
}
.top-nav .right {
  text-align: right;
}
.top-nav .right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-nav .right ul li {
  display: inline-block;
  padding: 0 18px;
  border-right: 1px solid #6f91ab;
}
.top-nav .right ul li:last-child {
  border-right: none;
}
.top-nav .right ul li i {
  font-size: 19px;
  margin-right: 2px;
}
.top-nav .right ul li a {
  color: #fff;
  font-size: 13px;
  position: relative;
}
.top-nav .right ul li a span {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #e7071c;
  border-radius: 50%;
  top: -7px;
  right: 10px;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.top-nav .right ul li i.fa.fa-angle-down {
  position: relative;
  right: -10px;
  top: 3px;
}
/* Main navigation style start here */
.navigation {
  padding: 10px 0 0 0;
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.navigation ul li {
  display: inline-block;
  padding: 0 10px;
}
.navigation ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.navigation ul li a.active,
.navigation ul li a:hover {
  color: #ff6169;
  border-bottom: 1px solid #ff6169;
  font-weight: 600;
  font-size: 14px;
}
.navigation img.logo-top {
  width: 160px;
}

/* Hero form style */
.hero-form {
  margin-top: 35px;
}
.flight-hding {
  display: flex;
}
.flight-hding h4 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.flight-hding h4 img {
  margin-right: 6px;
}
.flight-box {
  max-width: 390px;
  width: 100%;
  background: #fff;
  padding: 10px;
}
.flight-box .voucher p {
  font-size: 9px;
  text-align: center;
  padding: 5px 0;
  color: #393939;
}
.flight-box .voucher .v-contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voucher .v-contain span a {
  color: #e44049;
  font-size: 13px;
  font-weight: 600;
}
.voucher .v-contain span {
  font-size: 12px;
  color: #171717;
  width: 100px;
}
.voucher .v-contain .rd-btn {
  background: #e44049;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
}
.voucher .v-contain .v-code {
  background: transparent;
  color: rgb(65, 65, 65);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px dotted #ccc;
  width: 105px;
}
.voucher .v-contain .v-code span {
  color: #e44049;
  font-weight: 600;
}

.flight-box .nav {
  border: 1px solid rgb(167, 167, 167);
  margin-top: 10px;
}
.flight-box .nav a {
  padding: 3px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-right: 1px solid rgb(167, 167, 167);
}
.flight-box .nav a.active {
  border: 2px solid #ff6169;
}
.flight-box .nav a:last-child {
  border-right: none;
}
.flight-box form {
  margin-top: 12px;
}
.flight-box form inpuit::placeholder {
  font-size: 13px;
}
.flight-box form .custom-input {
  margin: 4px 0;
  font-size: 14px;
}
.flight-box form label {
  font-size: 13px;
  font-weight: 600;
}
.flight-box button {
  border: none;
  background-color: #1f73b7;
  padding: 8px 35px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
}
.flight-box button:hover {
  background-color: #105b99;
}
.flight-box form .custom-input a {
  text-decoration: underline;
  color: #1f73b7;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  top: 8px;
}
.flight-box form .custom-input a:hover {
  color: #105b99;
}
.flight-box form .custom-input p {
  font-size: 10px;
  color: #464646;
  line-height: 15px;
  margin: 0;
}

.hero-form .banner-title {
  background: url(../images/header-title-bg.png) top left;
  padding: 12px;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.hero-form .banner-title h4 {
  font-size: 20px;
  color: #fff;
}
.hero-form .banner-title h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  text-shadow: 2px 2px #6c6c6c;
  margin: 0;
}
.hero-form .banner-title span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px #6e6e6e;
  padding: 10px 0;
  margin-top: 13px;
  display: block;
  position: relative;
}
.hero-form .banner-title span::after {
  content: "";
  position: absolute;
  background: url(../images/hding-banner-strip.png) top left;
  background-repeat: no-repeat;
  width: 578px;
  height: 1px;
  top: 0;
  left: 0;
}
/* ======================================
 Page Wrapper style start here
 ======================================= */
.page-wrapper {
  background: url(../images/map.png) top center;
  background-repeat: repeat;
  background-size: contain;
  background-position: initial;
}

/* section.lowest style */
section.lowest {
  padding: 40px 0;
}
section.lowest .box-content {
  display: flex;
  
  border-right: 2px dotted #8f8d8d;
  justify-content: space-evenly;
}
section.lowest .box-content-last {
  border-right: none;
}
section.lowest .box-content .icon {
  width: 15%;
}
section.lowest .box-content .content {
  width: 76%;
}
section.lowest .box-content .content span {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
section.lowest .box-content .content p {
  font-size: 13px;
}

/* flight-route section style */
section.flight-route {
  padding: 30px 0;
}
section.flight-route-v2{
  display: none;
}
section.flight-route h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}
section.flight-route h2 span {
  font-size: 36px;
  color: #0162a6;
}
section.flight-route h3 {
  font-size: 20px;
  color: #0162a6;
  border-bottom: 2px solid #0162a6;
  display: inline-block;
  font-weight: 800;
}
section.flight-route h3 span {
  color: #db7d03;
  font-weight: 500;
}
section.flight-route .box-flight {
  background: #fff;
  padding: 10px;
  margin: 7px 0 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: -2px 1px 10px 0px #c7c7c7;
}
section.flight-route .box-flight .inner-box {
  text-align: center;
}
section.flight-route .box-flight .inner-box i,section.flight-route .box-flight .inner-box span.fa{
  color: #db7d03;
}
section.flight-route .box-flight .inner-box p {
  color: #0163af;
  font-size: 10px;
  text-align: center;
  font-weight: 600;
  margin: 0;
  position: relative;
}
section.flight-route-v2 .box-flight .inner-box p{
  color: #8d8a8a;
}
section.flight-route .box-flight .inner-box p::after {
  content: "";
  position: absolute;
  background: url(../images/blue-flight.png) bottom center;
  background-repeat: no-repeat;
  width: 71px;
  height: 19px;
  left: 0;
  bottom: -13px;
}
section.flight-route-v2 .box-flight .inner-box p::after{
  display: none;
}
section.flight-route .box-flight .inner-box span {
  color: #0163af;
  font-size: 10px;
  text-align: center;
  font-weight: 600;
}
section.flight-route-v2 .box-flight .inner-box span{
  color: #8d8a8a;
}
section.flight-route .box-flight:hover {
  box-shadow: none;
  cursor: pointer;
}
section.flight-route .box-flight .inner-box h4 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
section.flight-route .box-flight .inner-box h5 {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin: 0;
}
section.flight-route-v2 .box-flight .inner-box h5{
  margin-bottom: 10px;
}
section.flight-route .box-flight .inner-box h5 sup {
  font-weight: 400;
}
section.flight-route .box-flight .inner-box a {
  font-size: 12px;
  background: #0162a6;
  padding: 5px 12px;
  border-radius: 4px;
  color: #fff;
}
section.flight-route .box-flight .inner-box a:hover {
  background: #db7d03;
}
/* Tabs main section style here */
section.tabs-main {
  padding: 70px 0 0;
}
section.tabs-main h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}
section.tabs-main h2 span {
  font-size: 36px;
  color: #0162a6;
}
section.tabs-main ul.tabs-contain {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #0162a6;
}
section.tabs-main ul.tabs-contain li {
  display: inline-block;
  padding: 12px 23px;
}
section.tabs-main ul.tabs-contain li a {
  color: #fff;
  font-size: 15px;
}
section.tabs-main ul.tabs-contain li.active {
  background: #fb9006;
  position: relative;
  box-shadow: 0px 2px 14px #080f72;
}
section.tabs-main ul.tabs-contain li.active::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fb9006;
}
section.tabs-main ul.tabs-contain li.active::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fb9006;
}
section.tabs-main .tabs-data .tab3 {
  margin-top: 40px;
}
section.tabs-main .tabs-data .tab3 .img-part {
  text-align: right;
}
section.tabs-main .tabs-data .tab3 h2 {
  font-size: 36px;
  color: #1f1f1f;
  margin: 0;
  text-align: left;
}
section.tabs-main .tabs-data .tab3 h2 span {
  color: #fb9006;
}
section.tabs-main .tabs-data .tab3 p {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

/* section trending-tour start */
section.trending-tour {
  background: url(../images/tranding-tour-banner.jpg) top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin: 50px 0;
}
section.trending-tour .txt-contain {
  padding: 30px 0;
}
section.trending-tour .txt-contain h4 {
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-shadow: 2px 2px black;
}
section.trending-tour .txt-contain h2 {
  font-size: 62px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-shadow: 2px 2px black;
}
section.trending-tour .txt-contain a {
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-table;
}
section.trending-tour .txt-contain a:hover {
  background: #fff;
  color: #000;
}
/* tour scroll */
section.trending-tour .tour-scroll {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
section.trending-tour .tour-scroll .button-control {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 50%;
}
.tour-scroll .button-control a.back {
  width: 45px;
  height: 45px;
  background: #dedede;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: -19px;
  top: -22px;
}
.tour-scroll .button-control a.back i {
  color: #000;
  font-size: 42px;
  left: -2px;
  position: relative;
}
.tour-scroll .button-control a.next {
  width: 45px;
  height: 45px;
  background: #dedede;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  right: -19px;
  top: -22px;
}
.tour-scroll .button-control a.next i {
  color: #000;
  font-size: 42px;
  right: -2px;
  position: relative;
}
section.trending-tour .tour-scroll ul.cards {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.trending-tour .tour-scroll ul.cards li {
  display: inline-block;
  padding: 0 2px;
}
section.trending-tour .tour-scroll ul.cards li .box {
  position: relative;
  height: 420px;
  background: rgba(23, 23, 23, 0.7);
  width: 315px;
}
section.trending-tour .tour-scroll ul.cards li .box img {
  width: 100%;
  height: 100%;
}
.tour-scroll ul.cards li .box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(23, 23, 23, 0.2);
  width: 100%;
  height: 100%;
}
.tour-scroll ul.cards li .box:hover .overlay {
  background: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all ease-in;
  transition: all 300ms ease-in;
}
section.trending-tour .tour-scroll ul.cards li .box .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 12px;
}
ul.cards li .box .txt span {
  font-size: 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 6px;
  display: block;
}
ul.cards li .box .txt .botm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
ul.cards li .box .txt .botm .data p {
  font-size: 9px;
  display: block;
  color: #fff;
  margin: 0;
}
ul.cards li .box .txt .botm .data p span {
  font-size: 14px;
  border-bottom: none;
}
ul.cards li .box .txt .botm .data a {
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  padding: 4px 18px;
  font-size: 14px;
}
ul.cards li .box .txt .botm .data a:hover {
  background: #fff;
  color: #000;
}

/* Download app section style start here */
section.download-app {
  padding: 30px 0;
}
section.download-app .contain-txt {
  max-width: 100%;
  margin: 60px auto;
}
section.download-app .contain-txt h2 {
  font-size: 66px;
  color: #000;
  font-weight: 700;
}
section.download-app .contain-txt p {
  font-size: 14px;
  color: #1e1e1e;
  margin-bottom: 40px;
}
section.download-app .apple-img {
  text-align: right;
}
/* Review section style start */
section.review {
  padding: 30px 0 40px 0;
}
section.review .title-contain {
  border-top: 1px solid #c1d7e4;
  padding: 40px 0 0;
}
section.review .title-contain h2 {
  font-size: 28px;
  text-align: center;
}
section.review .title-contain h2 span {
  font-size: 36px;
  color: #0162a6;
}
.subTitle {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
section.review .title-contain .subTitle h2 {
  padding: 0 8px;
  font-size: 22px;
}
.subTitle h5 {
  padding: 0 8px;
}
.subTitle span {
  font-size: 15px;
  padding: 0 8px;
}
ul.star {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.star li {
  display: inline-block;
  padding: 0 2px;
}
ul.star li i {
  color: #ffba00;
  font-size: 13px;
}
section.review .review-scroll {
  width: 100%;
  margin: 20px auto 0;
  max-width: 100%;
  position: relative;
}
section.review .review-scroll ul.card-review {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
section.review .review-scroll ul.card-review li {
  display: inline-block;
  padding: 0 4px;
}
section.review .review-scroll ul.card-review li .box {
  position: relative;
  max-width: 312px;
  width: 100%;
}
.review-scroll ul.card-review li .box .star-rate {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
.review-scroll ul.card-review li .box .star-rate .star {
  display: flex;
}
.review-scroll ul.card-review li .box .star-rate .star .box i {
  font-size: 12px;
  color: #fb9006;
}
ul.card-review li .box .star-rate h4 {
  font-size: 18px;
  color: #1c3f99;
  margin-right: 10px;
}
.review-scroll ul.card-review li .box p {
  font-size: 13px;
  margin: 0 0 5px;
}
.review-scroll ul.card-review li .box h5 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.review-scroll ul.card-review li .box span {
  font-size: 11px;
}

.review-scroll .button-control {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 50%;
}
.review-scroll .button-control a.back {
  width: 45px;
  height: 45px;
  background: #ffffff;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: -69px;
  top: -22px;
  border: 1px solid #ddd;
}
.review-scroll .button-control a.back i {
  color: #000;
  font-size: 42px;
  left: -2px;
  position: relative;
}
.review-scroll .button-control a.next {
  width: 45px;
  height: 45px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  right: -69px;
  top: -22px;
  border: 1px solid #ddd;
}
.review-scroll .button-control a.next i {
  color: #000;
  font-size: 42px;
  right: -2px;
  position: relative;
}
/* newsroom section style */
section.newsroom {
  padding: 40px 0;
}
section.newsroom .title-contain {
  text-align: center;
  margin-bottom: 40px;
}
section.newsroom .title-contain span {
  color: #e31627;
  font-size: 14px;
}
section.newsroom .title-contain h2 {
  font-size: 36px;
  color: #393939;
  font-weight: 600;
}
section.newsroom .box .img-part {
  position: relative;
}
section.newsroom .box .img-part img {
  border-radius: 5px;
  width: 100%;
}
section.newsroom .box .img-part .date-month {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 5px 0 5px 0;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px;
  text-align: center;
}
.box .img-part .date-month h4 {
  font-size: 20px;
  color: #e41e2f;
  margin: 0;
}
.box .img-part .date-month span {
  text-transform: uppercase;
  font-size: 15px;
  color: #e41e2f;
  font-weight: 700;
}
section.newsroom .box .img-part a.blog-btn {
  position: absolute;
  background: #e41e2f;
  padding: 4px 10px;
  color: #fff;
  bottom: -12px;
  left: 25px;
  border-radius: 4px;
  font-size: 14px;
}
section.newsroom .box .img-part a.blog-btn:hover {
  background: #000;
}
section.newsroom .box .content-part {
  padding: 28px 16px 0;
}
section.newsroom .box .content-part h3 {
  font-size: 18px;
  line-height: 26px;
}
section.newsroom .box .content-part p {
  font-size: 14px;
  line-height: 24px;
  color: #3c3c3c;
}
/* Email section style start here */
section.email {
  padding: 40px 0;
  background: #edf5fb;
}
section.email .email-content {
  max-width: 680px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
section.email .email-content h4 {
  font-size: 22px;
}
section.email .email-content p {
  font-size: 14px;
}
section.email .email-content .box {
  display: flex;
  background: #fff;
  padding: 10px;
}
section.email .email-content .box input {
  padding: 10px 8px;
  margin: 0 10px 0 0;
}
section.email .email-content .box button {
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background: #1c3f99;
  padding: 6px 26px;
}
section.email .email-content span {
  font-size: 11px;
}

/* ====================== 
    Footer style start here
=============================*/
.footer-wrapper {
  padding: 40px 0 0 0;
  background:url(footer-bg.webp) top center;
  background-repeat: repeat;
}
.footer-wrapper .footer-v1 {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding: 20px 0;
}
.footer-wrapper .footer-v1 h4 {
  color: #3fb0ff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
  display: inline-block;
  padding-bottom: 6px;
}
.footer-wrapper .footer-v1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-wrapper .footer-v1 ul li {
  display: block;
  padding: 6px 0;
}
.footer-wrapper .footer-v1 ul li a {
  font-size: 14px;
  color: #fff;
  border-bottom: 1px dotted rgb(110, 110, 110);
  padding-bottom: 3px;
  line-height: 28px;
}
.footer-wrapper .footer-v1 ul li a:hover {
  color: #3fb0ff;
}
.footer-wrapper .footer-v2 {
  padding: 10px 0 50px;
}
.footer-wrapper .footer-v2 h4 {
  color: #3fb0ff;
  font-size: 20px;
  margin-bottom: 12px;
  display: inline-block;
  padding-bottom: 6px;
}
.footer-wrapper .footer-v2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-wrapper .footer-v2 ul li {
  display: block;
  padding: 6px 0 0 20px;
  position: relative;
}
.footer-wrapper .footer-v2 ul li a {
  color: #fff;
  font-size: 14px;
}
.footer-wrapper .footer-v2 ul li a:hover {
  color: #3fb0ff;
}
.footer-wrapper .footer-v2 ul li::before {
  content: "\f0da";
  position: absolute;
  font-family: fontAwesome;
  font-size: 13px;
  color: #fff;
  left: -10px;
  top: 9px;
}
.footer-wrapper .footer-v2 p {
  font-size: 13px;
  color: #fff;
}
.footer-wrapper .footer-v2 ul.connect-f li {
  padding: 6px 0;
}
.footer-wrapper .footer-v2 ul.connect-f li a {
  font-size: 16px;
}
.footer-wrapper .footer-v2 ul.connect-f li i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}
.footer-wrapper .footer-v2 ul.connect-f li::before {
  display: none;
}
.footer-wrapper .footer-v2 .social-icon {
  display: flex;
  margin-top: 20px;
}
.footer-wrapper .footer-v2 .social-icon a {
  color: #fff;
  background: #14a0c3;
  width: 35px;
  height: 35px;
  margin: 0 3px;
  text-align: center;
  line-height: 35px;
}
.footer-wrapper .footer-v2 .social-icon a:hover {
  background: #fff;
  color: #000;
}
/* bottom footer strip */
.footer-wrapper .botm-footer {
  background: #db3236;
  padding: 4px 0;
}
.footer-wrapper .botm-footer a img {
  width: 120px;
}
.footer-wrapper .botm-footer .copyright {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 11px;
}
.footer-wrapper .botm-footer .copyright p {
  font-size: 13px;
  margin: 0;
  color: #fff;
}
.footer-wrapper .botm-footer .copyright a i {
  font-size: 15px;
  color: #fff;
  margin-left: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.footer-wrapper .botm-footer .copyright a i:hover {
  color: #14a0c3;
}
/* =============================================== 
    Inner pages style below 
=================================================  */
/* About us page style */
section.about-us {
  padding: 30px 0 0;
}
section.about-us h2 {
  color: #393939;
  font-size: 28px;
  font-weight: 600;
}
section.about-us h2 span {
  font-size: 36px;
  color: #0163af;
}
section.about-us p {
  font-size: 14px;
  color: #1f1f1f;
  width: 100%;
}
section.about-us a {
  background: #1c3f99;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-block;
}
/* Why choose section */
section.why_choose {
  padding: 40px 0 20px;
}
section.why_choose h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
section.why_choose h2 span {
  font-size: 36px;
  color: #fff;
}
/*section.why_choose .why_choose_contain {
  background: rgba(231, 247, 252, 0.4);
  min-height: auto;
  width: 100%;
  position: relative;
} */
section.why_choose .why_choose_contain .why_box {
  text-align: center;
  padding: 20px 15px;
  margin-top: 30px;
  min-height: auto;
  height: 100%;
  transition: all 0.6s;
  color:#fff;
}
.why_choose p {
	color: #fff;
}
section.why_choose .why_choose_contain .why_box img {
  width: 50px;
}
/*section.why_choose .why_choose_contain .why_box:hover {
  box-shadow: 0px 3px 20px 6px #ecebeb;
  cursor: pointer;
  background: #ffffff;
} */
section.why_choose .why_choose_contain .why_box h3 {
  color: #fff;
  margin: 12px 0;
  font-weight: 600;
  font-size: 17px;
}
section.why_choose .why_choose_contain .why_box p {
  font-size: 14px;
  line-height: 28px;
  color:#fff;
}
section.tabs-main .tabs-data .tab3 h5 {
  font-size: 18px;
  color: #1f1f1f;
}
/* faq-wrap section style */
section.faq-wrap {
  background: url(../images/faq-bg.png) top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 190px;
}
section.faq-wrap .accordion {
  position: relative;
  top: 140px;
}
section.faq-wrap h3 {
  text-align: center;
  font-size: 38px;
  position: relative;
  top: 90px;
  font-weight: 600;
}
section.faq-wrap .accordion-button:not(.collapsed) {
  color: #000;
  font-weight: 600;
}
section.faq-wrap .accordion-item {
  background: none;
  border: 1px solid #ccc;
}
/*=================================
 Festival page style start here 
 ===================================*/
section.festival-deal {
  text-align: center;
}
section.festival-deal h2 {
  color: #393939;
  font-size: 28px;
  font-weight: 600;
}
section.festival-deal h2 span {
  font-size: 36px;
  color: #0163af;
}
/* hot deal section */
section.hot-deal {
  padding: 50px 0;
  margin: 0px 0;
}
section.hot-deal h2 {
  color: #393939;
  font-size: 28px;
  font-weight: 600;
  max-width: 1114px;
}
section.hot-deal h2 span {
  color: #0163af;
}
section.hot-deal ul.cards li .box .txt span {
  border-bottom: none;
}
section.hot-deal ul.cards li .box .txt .botm {
  padding: 3px 0;
}
section.hot-deal .txt-contain {
  padding: 30px 0;
}
section.hot-deal .txt-contain h4 {
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-shadow: 2px 2px black;
}
section.hot-deal .txt-contain h2 {
  font-size: 62px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-shadow: 2px 2px black;
}
section.hot-deal .txt-contain a {
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-table;
}
section.hot-deal .txt-contain a:hover {
  background: #fff;
  color: #000;
}
/* tour scroll */
section.hot-deal .tour-scroll {
  position: relative;
  width: 100%;
  max-width: 1114px;
  margin: 0 auto;
}
section.hot-deal .tour-scroll .button-control {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 50%;
}
section.hot-deal .tour-scroll ul.cards {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.hot-deal .tour-scroll ul.cards li {
  display: inline-block;
  padding: 0 2px;
}
section.hot-deal .tour-scroll ul.cards li .box {
  position: relative;
  height: 310px;
}
section.hot-deal .tour-scroll ul.cards li .box .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 12px;
}
/* package popular section */
:root {
  --card_widht: 360px;
  --card_border_radius: 4px;
  --row_increment: 10px;
  --card_small: 26;
  --card_medium: 38;
  --card_large: 76;
}
section.package-popular {
  padding: 50px 0 30px;
}
.package-popular h2 {
  color: #393939;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 0 25px;
}
.package-popular h2 span {
  color: #0163af;
}
section.package-popular .pin_container {
  margin: 0;
  padding: 0;
  width: 82vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--card_widht));
  grid-auto-rows: var(--row_increment);
  justify-content: center;
}
section.package-popular .card {
  padding: 0px;
  margin: 15px 10px;
  border-radius: var(--card_border_radius);
  border: none;
  background: none;
}
section.package-popular .card img {
  border-radius: 4px;
}
.card_small {
  grid-row-end: span var(--card_small);
}
.card_medium {
  grid-row-end: span var(--card_medium);
}
.card_large {
  grid-row-end: span var(--card_large);
}
.package-popular .box {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.package-popular .box .inner-data h3 {
  font-size: 22px;
  color: #393939;
  margin: 0;
  font-weight: 600;
}
.package-popular .box .inner-data p {
  font-size: 13px;
  color: #6f6f6f;
}
.package-popular .box .inner-data span {
  font-size: 15px;
  color: #171717;
  font-weight: 600;
}
.package-popular .box .inner-data a {
  background: #0163af;
  border-radius: 4px;
  padding: 5px 7px;
  color: #fff;
  font-size: 12px;
}
.package-popular .box .inner-data a:hover {
  background: #000;
}
/* prefeered-route section */
section.prefeered-route {
  padding: 40px 0;
}
section.prefeered-route h2 {
  color: #393939;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 40px 0;
  text-align: center;
}
section.prefeered-route h2 span {
  color: #0163af;
}
section.prefeered-route ul.air-route {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.prefeered-route ul.air-route li {
  display: block;
  padding: 8px 0;
}
section.prefeered-route ul.air-route li a {
  font-size: 18px;
  color: #232323;
  font-weight: 600;
}
section.prefeered-route ul.air-route li a:hover {
  color: #0162a6;
}
section.prefeered-route ul.air-route li a img {
  margin-right: 6px;
}

/* Contact Us page style */
section.contact_us_content {
  padding: 30px 0;
}
section.contact_us_content h2 {
  color: #393939;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
section.contact_us_content h2 span {
  color: #0163af;
}
section.contact_us_content ul.footer-sub-links {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
section.contact_us_content ul.footer-sub-links li {
  display: block;
  padding: 7px 0;
}
section.contact_us_content ul.footer-sub-links li i {
  color: #0163af;
  font-size: 19px;
  margin-right: 10px;
  position: absolute;
  left: -29px;
}
section.contact_us_content ul.footer-sub-links li a {
  font-size: 15px;
  color: #565656;
  font-weight: 600;
}
section.contact_us_content ul.footer-sub-links li p {
  font-size: 15px;
  color: #565656;
  font-weight: 600;
}
section.contact_us_content form.contact_form .custom {
  width: 100%;
  padding: 10px;
  border: 1px solid #a5a5a5;
  background: #fdfdfd;
  margin: 13px 0;
  border-radius: 5px;
}
section.contact_us_content form.contact_form button {
  margin: 8px 14px;
  background: #0163af;
  color: #fff;
  border-radius: 5px;
  padding: 8px 12px;
  border: none;
  display: inline-block;
  width: 140px;
}
section.horizon_map {
  min-height: 300px;
}
section.horizon_map iframe {
  width: 100%;
}

/* ========================= 
Privacy Policy page style 
============================*/
.hding-privacy {
  background-color: rgba(79, 142, 189, 0.5);
  padding: 22px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.hding-privacy h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 2px #3a3a3a;
}
section.privacy-content {
  padding: 40px 0;
}
section.privacy-content h2 {
  color: #393939;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
section.privacy-content h2 span {
  color: #0162a6;
  font-size: 36px;
}
section.privacy-content p {
  font-size: 14px;
}
section.privacy-content h3 {
  color: #393939;
  font-size: 28px;
  font-weight: 600;
  margin: 15px 0;
}
section.privacy-content a {
  margin: 0;
  background: #0163af;
  color: #fff;
  border-radius: 5px;
  padding: 8px 12px;
  border: none;
  display: inline-block;
}
.form-inner {
	background-color: #007CFB;
	padding: 20px 15px 20px 15px;
	border-radius: 10px;
}
  .form-inner h3 {
	margin-bottom: 8px;
	color: #fff;
	font-size: 24px;
	line-height: normal;
}
.form-inner .from-control {
	width: 100%;
	padding: 0px 15px 0px 15px;
	color: #7A7A7A;
	border-style: solid;
	border-width: 1px 10px 1px 1px;
	border-color: #FFFFFF;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.022);
	background-color: #fff;
	max-width: 100%;
	border: 1px solid #f1f1f1;
	opacity: 1;
	margin-bottom: 10px;
	height: 42px;
	border-radius: 5px;
}
.form-inner textarea.from-control {
	height: 110px;
}
.form-inner button {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
	border-radius: 5px 5px 5px 5px;
	background: #007CFB;
	z-index: 1;
	border-radius: 3px;
	transition: all 0.4s ease-in-out 0s;
	overflow: hidden;
	margin: 0;
}
.form-inner button.form-btn {
	background: #ff3a3a !important;
	color: white;
	height: 42px;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
}
.home-header-section .bx-wrapper {
	border: 0px solid transparent;
}
.bravo_detail_product #slider .slides img {
	height: 575px;
	width: 100%;
	object-fit: contain;
}


.bravo_detail_product .bravo_content .container .row .col-md-6.col-lg-6.mb-5 .border-bottom.position-relative.mt-5 h5.font-size-18.font-weight-bold.text-dark {
	color: #007cfb !important;
	letter-spacing: 0;
	font-weight: 700 !important;
	margin-bottom: 5px;
}

.bravo_detail_product .bravo_content .container .row .col-md-6.col-lg-6.mb-5 .border-bottom.position-relative.mt-5 {
	padding-bottom: 6px;
	margin-top: 7px !important;
}

.table.table-bordered tr th {
	background: #eb2f2f;
	color: #fff;
}
.table.table-bordered h3 {
	margin: 0;
	color: #eb2f2f;
}


.contact-part .dropdown-menu.dropdown-menu-user {
	min-width: 200px !important;
}
.contact-part .dropdown-menu {
	right: 0;
	left: auto !important;
	top: 15px !important;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.contact-part .dropdown-menu li {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.contact-part .dropdown-menu li a {
	display: block;
	padding: 8px 15px;
	color: #1a2b47;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	font-weight: 400;
}

header .contact-part i {
	color: #007cfb;
	font-size: 20px;
	font-weight: bold;
}

header .contact-part span {
	color: #000 !important;
}


header .contact-part span:hover{
	color: #000 !important;
}
header .contact-part .dropdown-nav-link::after {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 80%;
	font-weight: 900;
	content: "";
	margin-left: .5rem;
}
 

.footer-1-social-icon li {
	margin: 0 17px 0 0;
}
.footer-section .footer-col a:hover {
	color: #fff!important;
}


.u-header__login-form li:nth-child(2) {
	display: none;
}

.about-area .about-content.title2 h2 {
	font-size: 31px;
	line-height: normal;
	padding-right: 0px !important;
}

.director-2 .about-bg {
	right: 0;
}
.about-area .about-img img {
	height: 270px;
	width: auto;
}

.director-1 .about-img img {
	margin-left: 87px;
}


















@media(min-width:320px) and (max-width:767px){
    .middle-header {
	display: none;
}
.rs-about .about-images {
	display: none;
}
.header-left {
	display: none !important;
}
.bravo_wrap .bravo_header .content .header-right {
	width: 100%!important;
}
  .mobile-header-logo {
	float: left;
}
.mobile-header-logo img {
	height: 62px !important;
}
.bravo_wrap .bravo_header .content .header-right .bravo-more-menu {
	margin-top: 15px;
}

body .bravo_wrap .bravo_header .content .header-right .bravo-more-menu {
	color: #eaeaea!important;
}
.full-width-header .rs-header .menu-area {
	background: #fff!important;
}
body .mobile-header-logo img {
	height: 62px !important;
}
#rs-about.rs-about {
	padding-top: 30px!important;
	padding-bottom: 20px;
}
.rs-contact.contact-style1 .widget-wrap .rs-requset {
	padding: 0px 10px 70px!important;
}
.bravo_detail_product #slider .slides img {
	height: auto !important;
}


.rs-contact.contact-style1 .shape-divider-bg::before {
	content: inherit!important;
	display: none!important;
}


.rs-contact h2 {
	font-size: 32px;
}


.rs-choose.choose-style1 {
	padding-top: 0;
}

.table.table-bordered h3 {
	font-size: 20px;
}
.rs-contact.contact-style3 iframe {
	margin-bottom: 40px;
}
.footer-section {
	background: #0179f3!important;
}
.botm-footer {
	padding-bottom: 60px!important;
}
footer .footer-v2 {
	padding-bottom: 0px;
}
.footer-section .footer-heading {
	margin-top: 34px!important;
}
body footer .footer-v2 {
	padding-top: 20px !important;
}
.rs-contact .address-icon {
	display: none;
}
.offer-section h2 {
	font-size: 33px;
}
.about-bg.position-absolute.h-100.bg-no-repeat {
  width: 100%;
  height: 29% !important;
}
.about-content.title2 h2 {
	padding-right: 0 !important;
	margin-top: 30px!important;
}




.director-1 .about-img img {
	margin-left: 0px!important;
}









}







@media screen and (min-width: 1200px) and (max-width: 1650px) {
  .about-bg {
    width: 34%;
  }
}
.about-bg {
  width: 39%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.about-content p {
	color: #454545;
}
.h-100 {
  height: 100% !important;
}
.position-absolute {
  position: absolute !important;
}
.about-img img {
	border: 12px solid #ffffff;
	box-shadow: 0px 0px 60px 0px rgba(71, 117, 192, 0.12);
}





