@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;
  margin-bottom: 30px;
}




.department-section {
	background: url("https://evagrow.bizzdigital.in/uploads/0000/1/2023/10/23/new-bac.jpg");
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.department-section h2 {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.department-section h5 {
	display: block;
	width: 100%;
	color: #042779;
}

.main-outer .new-shape a {
	display: inline-block;
border: 3px solid #53b81e;
color:#fff;
	background:#53b81e;
	padding: 24px 49px;
	border-radius: 3px;
	font-size: 19px;
	margin-top: 31px;
	margin-bottom: 30px;
}



.new-product-offring h2 {
	display: block;
	width: 100%;
	text-align: center;
}


/*.department-section img {
	margin-top: 34px;
	border: 2px dashed #53b81e;
	padding: 30px;
} */

.new-product-offring {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #e0ffcf;
}

.new-product-offring h3 {
	font-size: 20px;
	line-height: normal;
	margin-top: 20px;
	color: #042779;
}
.new-product-offring p {
	color: #000;
	font-size: 17px;
}
.new-product-offring h2 {
	margin-bottom: 46px;
	text-transform: uppercase;
}
.text-img-text h2 {
	width: 100%;
	margin-bottom: 11px;
}

.text-img-text ul li {
	font-size: 17px;
	list-style: disclosure-closed;
	list-style-position: inside;
	color: #000;
	margin-bottom: 5px;
}


.text-img-text:nth-child(2n) {
	background: #d5ffbf;
}
.text-img-text {
	padding: 80px 0; 
}

.text-img-text p {
	font-size: 17px;
	color: #000;
}

.about-new-sec h5 {
	font-size: 15px;
	line-height: normal;
	margin: 10px 0 0 0;
	color: #556080;
	text-align: center;
	letter-spacing: 0px !important;
}


.about-new-sec .col-md-3 img {
	width: 100%;
}
.about-new-sec h5 {
	font-size: 15px;
	line-height: normal;
	margin: 10px 0 0 0;
	color: #556080;
	text-align: center;
}

.design-ds {
	padding: 30px 20px;
}



.best-section {
	padding: 50px 0px;
}



  .nd-th .col-md-3:nth-of-type(11n+1) .product-new{border:2px solid #ff5f5f; background-color: #ff5f5f; }

  .nd-th .col-md-3:nth-of-type(11n+2) .product-new{border:2px solid #005c64; background-color: #005c64;}

  .nd-th .col-md-3:nth-of-type(11n+3) .product-new{border:2px solid #e8af22;  background-color:#e8af22;}

  .nd-th .col-md-3:nth-of-type(11n+4) .product-new{border:2px solid #0070c5; background-color: #0070c5;}

  .nd-th .col-md-3:nth-of-type(11n+5) .product-new{border:2px solid #5eca26; background-color: #5eca26;}

  .nd-th .col-md-3:nth-of-type(11n+6) .product-new{border:2px solid #14579d; background-color:#14579d; }

  .nd-th .col-md-3:nth-of-type(11n+7) .product-new{border:2px solid #ff671b; background-color:#ff671b; }

  .nd-th .col-md-3:nth-of-type(11n+8) .product-new{border:2px solid #55399f; background-color:#55399f; }

  .nd-th .col-md-3:nth-of-type(11n+9) .product-new{border:2px solid #cc0002; background-color:#cc0002; }

  .nd-th .col-md-3:nth-of-type(11n+10) .product-new{border:2px solid #bc7211; background-color:#bc7211; }

  .nd-th .col-md-3:nth-of-type(11n+11) .product-new{border:2px solid #279661; background-color:#279661; }

   .nd-th .col-md-3:nth-of-type(11n+1) .product-new{border:2px solid #25b3cd; background-color:#25b3cd; }









  .nd-th .col-md-3:nth-of-type(11n+1) .product-new:hover

  {border:2px solid #ff5f5f; background-color: #ff5f5f; color: #fff;}

  .nd-th .col-md-3:nth-of-type(11n+2) .product-new:hover

  {border:2px solid #005c64; background-color: #005c64; color: #fff;}



  .nd-th .col-md-3:nth-of-type(11n+3) .product-new:hover

  {border:2px solid #e8af22; background-color: #e8af22; color: #fff; }



  .nd-th .col-md-3:nth-of-type(11n+4) .product-new:hover

  {border:2px solid #0070c5; background-color: #0070c5; color: #fff;  }



  .nd-th .col-md-3:nth-of-type(11n+5) .product-new:hover

  {border:2px solid #5eca26; background-color: #5eca26; color: #fff; }



   .nd-th .col-md-3:nth-of-type(11n+6) .product-new:hover

   {border:2px solid #14579d; background-color: #14579d; color: #fff;  }



   .nd-th .col-md-3:nth-of-type(11n+7) .product-new:hover

   {border:2px solid #ff671b; background-color: #ff671b; color: #fff;  }



   .nd-th .col-md-3:nth-of-type(11n+8) .product-new:hover

   {border:2px solid #55399f; background-color: #55399f; color: #fff;  }





   .nd-th .col-md-3:nth-of-type(11n+9) .product-new:hover

   {border:2px solid #cc0002; background-color: #cc0002; color: #fff;  }



   .nd-th .col-md-3:nth-of-type(11n+10) .product-new:hover

   {border:2px solid #bc7211; background-color: #bc7211; color: #fff; }



   .nd-th .col-md-3:nth-of-type(11n+11) .product-new:hover

   {border:2px solid #279661; background-color: #279661; color: #fff; }



   .nd-th .col-md-3:nth-of-type(11n+1) .product-new:hover

   {border:2px solid #25b3cd;  background-color: #25b3cd; color: #fff; }

.product-new {
	border: 2px solid #ff5f5f;
	padding: 26px 0px;
	text-align: center;
	border-radius: 4px;
	color: #000000;
}
.s-font-sd {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.product-new.s-font-sd a {
	color: #fff !important;
}
.product-new.s-font-sd:hover a {
	color: #fff !important;
	text-decoration: none;
}

.product-new.s-font-sd{
	transform: scale(1);
	transition:all 0.4s ease-in-out 0s;
}
.product-new.s-font-sd:hover{
	transform: scale(1.1);
	transition:all 0.4s ease-in-out 0s;
}






.size-img img {
	max-width: 160px;
}
.size-img {
	padding: 3rem;
	text-align: center;
}
.desc-text h3 {
	font-size: 18px;
	line-height: normal;
}

.desc-text h3 {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 8px;
	color: #012b7d;
}
.cap-desc .row {
	align-items: center;
	margin-top: 28px;
	margin-left: 0;
	margin-right: 0;
}
.desc-head h2 {
	color: #012b7d;
	line-height: normal;
	font-size: 28px;
}

.desc-head span.subheading {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #53b81e;
	margin-bottom: 4px;
	display: block;
}
.desc-text {
	padding-left: 15px;
}

.sec-cap-detail {
	padding: 20px 0;

}

.cap-desc {
	padding-top: 3rem;
	padding-bottom: 3rem;
}


.desc-icon img {
	height: 70px;
	width: 70px;
	border: 3px solid #53b81e;
	border-radius: 50%;
}
.cap-desc {
	height: 100%;
}


.sec-cap-detail .row {
	align-items: center;
}


.sec-cap-detail:nth-child(2n) {
	background: #e4edff;
}



.sec-text-home p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: var(--e-global-color-text);
	margin-bottom: 0;
}
.sec-text-home {
	padding: 40px 0;
	width: 100%;
	display: inline-block;
}
.breadcrumbs-sec {
	display: none;
}

.sunlocleftright ul li a span i {
	color: #99ff64;
	font-size: 37px;
}


.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li a {
	font-weight: 500;
	text-transform: uppercase !important;
	color: #222;
}

.long-desc-bottom {
	border: 1px solid #c6c6c6;
	padding: 15px;
}
.bravo_detail_product .flexslider {
	border: 0px solid #fff;
}

.imp-links a {
	display: block;
	width: 100%;
	border-radius: .9375rem;
	font-size: .9375rem;
	letter-spacing: .0625rem;
	padding: .625rem .9375rem;
	padding-right: 0.9375rem;
	position: relative;
	margin-top: 9px;
	border: none;
	transition: background .25s;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
}

.quantity-req .btn.btn-danger {
	display: block;
	width: 100%;
	border-radius: .9375rem;
	font-size: .9375rem;
	letter-spacing: .0625rem;
	padding: .625rem .9375rem;
	padding-right: 0.9375rem;
	position: relative;
	margin-top: 9px;
	border: none;
	transition: background .25s;
	background: #ebebeb !important;
	color: #000;
	font-weight: 700;
	letter-spacing: 0;
	text-align: left;
}


.imp-links .btn.btn-danger {
	background: #cc0048!important;
	color: #fff;
}
.imp-links .btn.btn-primary {
	background: #13649f!important;
	color: #fff;
}

/*
.imp-links .btn.btn-danger:hover{
	background: #012b7d;
	border: 2px solid #012b7d;
	color: #fff;
}
.imp-links .btn.btn-primary:hover{
	background: #53b81e!important;
	border: 2px solid #53b81e;
	color: #fff;
} */

.long-desc-bottom h5 {
	background: #54b81d;
	display:block;
	color: #fff !important;
	margin-top: -15px;
	margin-left: -15px;
	float: left;
	padding: 6px 30px;
	margin-bottom: 20px;
}

.long-desc-bottom .description {
	width: 100%;
	clear: left;
}
.quantity-req span {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	margin-top: 16px;
	text-transform: uppercase;
	font-weight: 400;
}
.quantity-req span big {
	color: #43a80b;
	font-weight: 700;
	font-size: 25px;
}
.bravo_detail_product #carousel {
	display: none;
}
.quantity-req .btn.btn-danger i {
	font-size: 21px;
	color: red;
}

.description p {
	color: #222;
}

.row.product-quick-links {
	display: none;
}
.bravo_detail_product .description ul li {
	list-style: none;
	position: relative;
	margin: 4px 0 0 0;
}

.bravo_detail_product .description ul {
	margin: 14px 0 11px 0;
}


.bravo_detail_product .description ul li::before {
  content: "✓";
  left: 0;
  top: -.125rem;
  margin-right: 5px;
  color: #54b81d;
}
.bravo_detail_product .description {
	font-size: .875rem;
}
.bravo_detail_product .description p {
	font-size: .875rem;
}

.indr {
	background: #fff;
	height: 100%;
	padding: 15px;
	border-radius: 15px;
}
.indr-2 {
	background: #fff;
	height: 100%;
	padding: 15px;
	border-radius: 15px;
}

.detail-banner {
	margin-top: 35px;
}
/*
.header_transparent .bravo_wrap{
    display:none;
} */

/*
.header_transparent::after {
	content: "Website Under Construction";
	font-size: 101px;
	text-align: center;
	display: block;
	font-weight: 700;
	color: #3000d9;
} */


















