@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:wght@100;300;400;500;700;900&family=Rochester&display=swap");

/* font-family: "Roboto", sans-serif; 
 font-family: "Roboto Flex", sans-serif;
  font-family: "Rochester", cursive;

  */
*,
::after,
::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:root {
  --headingFont: ;
  --bodyFont: "Roboto", sans-serif;
  --robotoflex: "Roboto Flex", sans-serif;
  --primaryColor: ;
  --secondaryColor: ;
}

/* ===================== common css start ====================== */

*,
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  clear: both;
  position: relative;
  width: 100%;
  display: table;
}

body {
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--bodyFont);
}

section {
  padding: 60px 0;
}

.container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  font-style: normal;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

p {
  margin: 0;
}
/* ===================== common css start ====================== */

/*========================== header start ==========================*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 12px 0;
  transition: 0.4s all ease-in-out;
}
header.site-header.sticky {
  background: #fff;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
  padding: 15px 0;
}
.sticky .sp_tp li span h6 {
  color: #eb9022;
}
.sticky .sp_tp li span p {
  color: #eb9022;
}
.logo {
  width: 120px;
}
.logo img {
  width: 100%;
}
.header_hldr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dtl_hldr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 45px;
  flex-wrap: wrap;
}
.sp_tp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.sp_tp li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sp_tp li a img {
  transition: all 0.5s ease-in-out;
  filter: brightness(0) saturate(100%) invert(68%) sepia(58%) saturate(2237%)
    hue-rotate(345deg) brightness(96%) contrast(92%);
}
.sp_tp li span h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
  text-align: left;
  color: #fff;
  /* margin-bottom: 8px; */
  transition: all 0.5s ease-in-out;
}
.sp_tp li span p {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.06px;
  text-align: left;
  margin: 0;
  font-family: var(--robotoflex);
  letter-spacing: 1px;
}
.sp_tp li a:hover h6 {
  color: #eb9022;
}
.sp_tp li a:hover img {
  transform: rotateY(180deg);
}
.acc_hldr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  max-width: 104px;
}
.acc_hldr li {
  position: relative;
}
.acc_hldr li a {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  text-align: left;
  color: #ffffff;
  position: relative;
}
.acc_hldr li a img {
  margin-right: 7px;
  transition: all 0.3s ease-in-out;
}
.acc_hldr li:last-child a {
  background: #009ad9;
  padding: 10px 15px;
}
.acc_hldr li:last-child a:hover {
  background: #fa9e1d;
}
.acc_hldr li:first-child a {
  padding: 8px 15px;
  z-index: 2;
  background: #fff;
  color: #009ad9;
  border: 2px solid #009ad9;
}
.acc_hldr li:first-child a:hover {
  background: #eb9022;
  border-color: #eb9022;
}
.acc_hldr li a {
  padding: 8px 15px;
}
.acc_hldr li:first-child a img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(58%) saturate(2237%)
    hue-rotate(169deg) brightness(96%) contrast(92%);
  transition: 0.4s all ease-in-out;
}

.acc_hldr li:first-child:hover::before {
  width: 0;
}
.acc_hldr li:first-child:hover a {
  color: #fff;
}
.acc_hldr li:first-child:hover a img {
  filter: inherit;
}
.search_bar {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.search_bar i {
  font-size: 15px;
  width: 10%;
}
.search_bar input {
  width: 90%;
  border: none;
}

/*=========================== header end ===========================*/

/*========================== banner start ==========================*/
.banner {
  position: relative;
  background: #350a4e;
  padding: 150px 0 140px;
  transition: 0.4s all ease-in-out;
}
.banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.45); */
  top: 0;
  left: 0;
}
.banner figure {
  margin: 0;
  opacity: 0.5;
  height: 680px;
}
.banner > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center -44px;
}
.flight_form_hldr {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 100%;
}
.booking_list li a figure {
  height: 26px;
  text-align: center;
  margin-bottom: 6px;
  opacity: 1;
}
.booking_list li a figure img {
  width: 30px;
  transition: all 0.5s ease-in-out;
}
.booking_list {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px #001c2733;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* gap: 50px; */
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 600px;
}
.booking_list li a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: center;
  color: #001c27;
  transition: all 0.3s ease-in-out;
}
.booking_list li.active a span {
  font-weight: 600;
}
.booking_list li a:hover figure img,
.booking_list li.active a figure img {
  filter: grayscale(0) invert(19) brightness(150) hue-rotate(141deg)
    saturate(1.5);
  /* filter: grayscale(1) invert(0) brightness(0%) hue-rotate(224deg) saturate(1); */
}
.booking_list li {
  position: relative;
  border-radius: 5px;
}
.booking_list li a {
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
}
.booking_list li a:hover,
.booking_list li.active a {
  background: #fa9e1d;
}
.booking_list li a:hover span,
.booking_list li.active a span {
  color: #fff;
}
.form_tab_hldr .nav-tabs {
  gap: 23px;
  border: none;
}
.form_tab_hldr .nav-tabs button {
  padding: 4px;
  background: transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.form_tab_hldr .nav-tabs button span {
  font-size: 14px;
  font-weight: 400;
  line-height: 0;
  text-align: left;
  color: #757778;
}
.form_tab_hldr .nav-tabs button span.blank {
  height: 14px;
  width: 14px;
  border: 1px solid #757778;
  border-radius: 50%;
  display: inline-block;
}
.form_tab_hldr .nav-tabs button.active span.blank {
  border: 1px solid #fff;
  background: url(../images/white_tick.svg) #32c5ff no-repeat center center /
    10px;
}
.form_tab_hldr .nav-tabs button.active span {
  font-weight: 600;
  color: #fff;
}
.form_tab_hldr .nav-tabs button.active {
  background: #009ad9;
  border-color: #009ad9;
}
.flight_form {
  padding: 60px 20px 40px 20px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 5;
}
.way_form {
  display: flex;
  align-items: flex-start;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  margin-top: 12px;
}
.from_hldr {
  padding: 8px 15px;
  width: 100%;
}
.from_hldr p {
  color: #757778;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  display: flex;
  align-items: center;
}
.from_hldr p i {
  font-size: 20px;
  line-height: 0.5;
  margin-left: 8px;
  color: #ea8f23;
}
.from_hldr h3 {
  color: #001c27;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}
.from_hldr h6 {
  color: #757778;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}

.from_hldr h3 span {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
.from {
  width: 293px;
  border-right: 1px solid #d3d3d3;
  position: relative;
}
.location_dd {
  position: absolute;
  background: #fff;
  border-radius: 4px;
  left: 0;
  width: 100%;
  top: 29px;
  display: none;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
  z-index: 11;
}
.location_dd h4 {
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  color: #8b8b8b;
  font-weight: 700;
  text-transform: uppercase;
}
.location_dd ul {
  padding: 10px;
  max-height: 265px;
  overflow: auto;
}
.location_dd ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.location_dd ul li a i {
  font-size: 15px;
  color: #484d50;
}
.location_dd ul li a h6 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
  color: #001c27;
}
.location_dd ul li a p {
  font-size: 12px;
  color: #484d50;
}
.location_dd ul li a h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #001c27;
  font-weight: 600;
}
.location_dd ul li:not(:last-child) {
  margin-bottom: 10px;
}
.location_dd ul li {
  transition: all 0.3s ease-in-out;
}
.to {
  position: relative;
  width: 292px;
  padding-left: 15px;
  border-right: 1px solid #d3d3d3;
}
.dept {
  width: 154px;
  border-right: 1px solid #d3d3d3;
}
.return {
  width: 154px;
  border-right: 1px solid #d3d3d3;
}
.way_form > div {
  height: 135px;
}
.person {
  position: relative;
}
.person .location_dd {
  width: 700px;
  right: 0;
  left: auto;
}
.person_hldr {
  padding: 10px 15px;
}
.person_hldr h6 {
  color: #001c27;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  margin-bottom: 7px;
}
.person_hldr p {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.23px;
  text-align: left;
  color: #757778;
}
.person_hldr ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  margin-top: 5px;
}
.person_hldr ul li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 5px;
}
.person_hldr ul li a {
  font-size: 13px;
  color: #585858;
  min-height: 32px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 5px;
}
.person_hldr ul li.active a {
  background: #350a4e;
  border-radius: 3px;
  color: #fff;
}
.person_hldr ul li:hover a {
  background: #f1d8ff;
}
.apply_btn {
  background: #f3f3f3;
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid #b797f1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #001c27;
  transition: all 0.3s ease-in-out;
  margin: 12px 20px;
}
.form_offer_txt h6 {
  color: #001c27;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  text-align: left;
  margin-bottom: 6px;
}
.form_offer_txt span {
  background: linear-gradient(90deg, #43e1a8 0%, #219493 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
  text-align: left;
  padding: 3px 5px;
  border-radius: 5px;
}
.special_fare {
  margin-top: 20px;
}
.form_offer_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.form_offer_list li label span {
  padding: 10px 12px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-direction: column;
}
.form_offer_list li label:checked {
  background: #eaf5ff;
  border: 1px solid #009ada;
}
.form_offer_list li label {
  position: relative;
  cursor: pointer;
}
.form_offer_list li label h6 {
  color: #001c27;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  text-align: left;
}
.form_offer_list li label input:checked + span h6,
.form_offer_list li label input:checked + span p {
  color: #fff;
}
.form_offer_list li label p {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.23px;
  text-align: left;
  color: #757778;
}
.form_offer_list li label input {
  accent-color: #009ada;
  transform: scale(1.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form_offer_list li label input:checked + span {
  border-color: #009ada;
  background: #009ada;
}
.reverse {
  position: absolute;
  background: #fff;
  top: 50%;
  left: 24.4%;
  height: 38px !important;
  width: 38px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 0px #0000001a;
  z-index: 5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%) !important;
}
.reverse img {
  width: 20px;
}
.add_more {
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: 1px solid #008cff;
  font-size: 15px;
  color: #008cff;
}
.add_more:hover {
  background: #350a4e;
  color: #fff;
  border: 1px solid #350a4e;
}
/*=========================== banner end ===========================*/
.main_hd {
  margin-bottom: 30px;
}
.main_hd h2 {
  color: #001c27;
  font-size: 30px;
  font-weight: 600;
  line-height: 35.16px;
  text-align: left;
}
.main_hd p {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: center;
  color: #757778;
  margin-top: 15px;
}
.recent_cont {
  background: #f3f3f3;
  padding: 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.recent_cont h6 {
  color: #001c27;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  text-align: left;
  margin-bottom: 7px;
}
.recent_cont p {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.23px;
  text-align: left;
  color: #757778;
}
.recent_cont a {
  display: inline-block;
}
.recent_cont:hover a {
  transform: translate(10px, 0);
}
.recent_cont a img {
  height: 30px;
  width: 30px;
}
.recent_cont:hover {
  background: #e0e0e0;
}
.trending_hldr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.trending_hldr .big_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.trending_hldr a {
  margin: 0;

  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  display: block;
  z-index: 1;
}
.trending_hldr .big_box a {
  height: 220px;
}
.trending_hldr .small_box a {
  height: 450px;
}
.trending_hldr .small_box a img {
  filter: grayscale(1);
}
.trending_hldr .small_box a:hover img {
  filter: grayscale(0);
}
.trending_hldr a:after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    #00000098 0%,
    rgba(100, 100, 100, 0) 70%
  );
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.trending_hldr a:before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000000ab 0%, rgba(100, 100, 100, 0) 40%);
  opacity: 1;
  transition: all 0.7s ease-in-out;
  z-index: 2;
}
.trending_hldr a:hover:after {
  opacity: 1;
}
.trending_hldr a:hover:before {
  opacity: 0;
}
.trending_hldr a figcaption {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 25.78px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
  z-index: 2;
  transition: all 0.7s ease-in-out;
}
.trending_hldr a:hover figcaption {
  bottom: 150px;
  font-size: 30px;
  font-weight: 600;
  line-height: 41.02px;
  text-align: center;
}
.trending_hldr a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.7s ease-in-out;
}
.trending_hldr a:hover img {
  transform: scale(1.1) rotate(5deg);
}
.trending_hldr .small_box a figcaption,
.trending_hldr .small_box a:hover figcaption {
  top: 50px;
  bottom: auto;
  font-size: 35px;
  font-weight: 600;
  line-height: 41.02px;
  text-align: center;
}
.trending_hldr .small_box a:after {
  opacity: 1;
}
.trending_hldr .small_box a:before {
  opacity: 0;
}
.offer_hldr .nav.nav-tabs {
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  margin-bottom: 30px;
}
.offer_hldr .nav.nav-tabs li button {
  background: #f3f3f3;
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid #d3d3d3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #001c27;
  transition: all 0.3s ease-in-out;
}
.offer_hldr .nav.nav-tabs li button.active {
  background: #e8f8ff;
  border: 1px solid #009ada;
  color: #009ada;
}
.offer_cont {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.offer_cont:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 150px;
  border-radius: 96.5px 20px 20px 96.5px;
  background: #ffffff33;
  right: 0;
  top: 0;
  transition: all 1s ease-in-out;
  z-index: -1;
}
.offer_cont:hover:after {
  width: 170px;
  border-radius: 100.5px 20px 20px 400.5px;
}
.offer_cont figure {
  width: 100%;
  height: 165px;
  margin-top: 30px;
  margin-bottom: 0;
  border-radius: 70px 70px 0 17px;
  overflow: hidden;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}
.offer_cont figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.offer_cont.blue {
  background: #02afd6;
}
.offer_cont.brown {
  background: #cd5136;
}
.offer_cont.green {
  background: #1daf69;
}
.offer_slider .slick-slide {
  padding: 0 10px;
}
.offer_txt {
  padding: 20px 20px 20px 0;
  position: relative;
}
.offer_txt h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.44px;
  text-align: left;
  margin-bottom: 15px;
}
.offer_txt a {
  padding: 8px 13px !important;
  background: #fff !important;
  border-radius: 3px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 17.58px !important;
  text-align: left !important;
  color: #001c27 !important;
  width: auto !important;
  margin-top: 0 !important;
}
.offer_txt p {
  position: absolute;
  right: 20px;
  bottom: -10px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.23px;
  text-align: left;
}
.offer_slider .slick-prev {
  font-size: 0;
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px #001c2726;
  background: url(/assets/images/left-arrow.svg) #fff no-repeat center center /
    20px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translate(0, -50%);
  z-index: 1;
}
.offer_slider .slick-prev:hover {
  box-shadow: 0px 0px 10px 0px #001c2759;
}
.offer_slider .slick-next {
  font-size: 0;
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px #001c2726;
  background: url(/assets/images/right-arrow.svg) #fff no-repeat center center /
    20px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translate(0, -50%);
}
.offer_slider .slick-next:hover {
  box-shadow: 0px 0px 10px 0px #001c2759;
}

.logo_clr span:nth-child(1) {
  color: #009ada;
}
.logo_clr span:nth-child(2) {
  color: #ffa902;
}
.why_hldr {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px #001c2726;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.why_hldr .main_hd {
  position: relative;
}
section.why_book {
  padding-top: 30px;
  margin-top: -75px;
}
.why_hldr .main_hd::before {
  /* content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 237px;
  height: 217px;
  background: url(../images/trip_bg.png) center center / cover; */
}
.trip_cont figure {
  margin-bottom: 0;
  margin-right: 12px;
}
.trip_cont {
  padding: 10px 5px;
  text-align: center;
  height: 100%;
  /* position: relative; */
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-right: 1px solid #d3d3d3; */
}
.why_title,
.trip_col {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 20%;
  border-right: 1px solid #d3d3d3;
}
.trip_col::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 100%);
  transition: 0.4s all ease-in-out;
  background: rgb(129 218 255 / 25%);
  z-index: 1;
}
.trip_col:hover::before {
  clip-path: circle(80% at 50% 50%);
}

.trip_cont h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  text-align: center;
  color: #001c27;
  /* margin-bottom: 10px; */
}
.trip_cont p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #757778;
}
.popular {
  overflow: hidden;
}
.popular_cont {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.popular_cont:after {
  height: 50%;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.popular_cont figure {
  width: 100%;
  height: 320px;
}
.popular_cont figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popular_slider .slick-slide {
  padding: 0 7.5px;
  opacity: 0.3;
}
.popular_slider .slick-slider {
  margin: 0 -7.5px;
}
.why_hldr .row > .col {
  border-right: 1px solid #d3d3d3;
}
.why_hldr .row > .col:last-child {
  border: 0;
}
.popular_slider .slick-list {
  overflow: visible;
}
.popular_slider .slick-slide.slick-active {
  opacity: 1;
}
.day {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #fff;
  padding: 3px 10px;
  background: #000000cc;
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  top: 23px;
}
.popular_desc {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}
.popular_desc a {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  text-align: left;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 7px;
}
.popular_desc a span {
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.popular_desc a:hover span {
  transform: translate(5px, 0);
}
.popular_desc a:hover {
  color: #ffa902;
}
.popular_desc p {
  color: #d3d3d3;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
}
.popular_slider .slick-dots {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.popular_slider .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #001c27;
  font-size: 0;
  border: none;
  transition: all 0.5s ease-in-out;
}
.popular_slider .slick-dots li button:hover {
  background: #009ada;
}
.popular_slider .slick-dots li.slick-active button {
  width: 30px;
  background: #009ada;
  border-radius: 10px;
}
.dd_app_hldr {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #001c2733;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: url(../images/dd_bg.png) no-repeat left bottom / contain;
}
.dd_app_hldr .main_hd p {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.09px;
  text-align: left;
  color: #001c27;
}
.rating_bx {
  padding: 7px 10px;
  border-radius: 5px;
  background: #028a10;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
}
.rating_bx span {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 22.27px;
  text-align: left;
  padding-right: 6px;
  border-right: 1px solid #fff;
}
.rating_bx i {
  font-size: 15px;
  color: #fff;
  padding-left: 6px;
}
.dd_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.dd_box img {
  height: 158px;
  width: 158px;
}
.dd_box figure {
  display: flex;
  flex-wrap: wrap;
  width: 158px;
}
.dd_box figure a {
  width: 158px;
}
.dd_box figure a img {
  width: 235.2px;
  height: 68.65px;
  border-radius: 8.71px 0px 0px 0px;
  object-fit: contain;
}
.dd_box figure a:not(:last-child) {
  margin-bottom: 12px;
}
.fav_slider .slick-slide {
  padding: 0 9px;
}
.fav_slider .slick-slider {
  margin: 0 -9px;
}
.fav_cont {
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  padding: 10px;
  transition: all 0.5s ease-in-out;
}
.fav_cont:hover {
  background: rgba(0, 153, 218, 0.205);
}
.fav_cont:hover figure img {
  transform: scale(1.1) rotate(2deg);
}
.fav_cont figure {
  width: 100%;
  border-radius: 10px;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.fav_cont figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.fav_cont figure figcaption {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 9px;
  background: #00000099;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #fff;
}
.fav_cont figure figcaption span:first-of-type {
  border-right: 1px solid #fff;
  padding-right: 8px;
}
.fav_txt {
  padding: 10px;
  padding-bottom: 0;
}
.fav_txt h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #001c27;
  margin-bottom: 7px;
}
.fav_txt p {
  font-size: 15px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #757778;
  margin-bottom: 25px;
}
.fav_txt h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #001c27;
  margin-bottom: 10px;
}
.fav_txt h3 del {
  font-size: 15px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #263238;
  margin-left: 15px;
}
.fav_txt span {
  font-size: 13px;
  font-weight: 500;
  line-height: 9px;
  text-align: left;
  color: #263238;
}
.fav_slider .slick-dots {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.fav_slider .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #001c27;
  font-size: 0;
  border: none;
  transition: all 0.5s ease-in-out;
}
.fav_slider .slick-dots li button:hover {
  background: #009ada;
}
.fav_slider .slick-dots li.slick-active button {
  width: 30px;
  background: #009ada;
  border-radius: 10px;
}
.flight_route_hldr {
  border-radius: 20px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px #001c2733;
  position: relative;
  z-index: 1;
}
.flight_cont {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
  background: #ecfdff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.flight_cont:hover {
  background: #c2f9ff;
}
.flight_cont img {
  height: auto;
  width: 78px;
  object-fit: cover;
  border-radius: 10px;
}
.route {
  color: #001c27;

  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: left;
}
.route img {
  width: 15px;
}
.flight_route_hldr .row > div a:not(:last-child) {
  margin-bottom: 12px;
}
.flight_route_hldr .row > div {
  position: relative;
}
.flight_route_hldr .row > div::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #f3f3f3;
  top: 0;
  right: 0;
}
.flight_route_hldr .row > div:last-child:after {
  display: none;
}
.flight_route {
  position: relative;
  z-index: 1;
}
.flight_route::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background: #f3f3f3;
}
/* footer style start */
.footer_top {
  padding: 60px 0;
  background: #f3f3f3;
}
.footer_cont h6 {
  color: #001c27;
  font-size: 15px;
  font-weight: 700;
  line-height: 17.58px;
  text-align: left;
  margin-bottom: 20px;
}
.footer_cont ul li:not(:last-child) {
  margin-bottom: 5px;
}
.footer_cont ul li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.23px;
  text-align: left;
  color: #001c27;
  display: inline-block;
}
.footer_cont ul li a:hover {
  color: #009ada;
}
.social_media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;
}
.social_media li a {
  border-radius: 5px;
  overflow: hidden;
  height: 30px;
  width: 30px;
}
.social_media li a img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.social_media li:not(:last-child) {
  margin-bottom: 0 !important;
}
.footer_bottom_hldr p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: center;
  color: #001c27;
}
.footer_bottom {
  padding: 18px 0;
  background: #e4e4e4;
}
.search_submit {
  background: #009ad9;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 40px;
  border: 0;
  border-radius: 30px;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.4s all ease-in-out;
}
.search_submit img {
  margin-right: 5px;
}
.search_submit:hover {
  background: #fa9e1d;
}
.flight_form .search_submit {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
}
.booking_list li a figure img.hover_img {
  width: 40px !important;
  height: auto !important;
}
.booking_list li a:hover .hover_img {
  display: block;
  width: 30px;
  height: 30px;
}

.mobileMenuButton {
  display: none;
}
.booking_list li a .hover_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.booking_list figure {
  position: relative;
}
/* scrolll indicatoir  */

#scroll-down-animation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
}

#scroll-down-animation h4 {
  color: #fff;
  font-weight: 200;
  margin-top: 5px;
  font-size: 14px;
}

.mouse {
  margin: 0 auto;
  display: block;
  position: relative;
  top: -70px;
}
.mouse i {
  color: #fff;
  font-size: 25px;
  animation: move linear 1.5s infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 30px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 40px);
    opacity: 0;
  }
}

/* scrolll indicatoir  end*/
.why_hldr .main_hd h2 {
  font-size: 25px;
}

.mobileMenuButton {
  display: none;
}
button.mobile_menu img {
  width: 20px;
}
button.mobile_menu {
  border: 0;
  line-height: 1;
  padding: 6px;
  background: #009ad9;
  display: none;
}
.offcanvas-body .sp_tp li span p {
  color: #000000;
}
.offcanvas-body .sp_tp li span h6 {
  color: #000000;
}
.offcanvas-header {
  background: #009ad9;
}
.offcanvas-title {
  color: #fff;
}
/* footer style end */
.booking_list_mobile {
  display: none;
}
/* ========================== responsive ========================== */

/* log in style start */
.login_modal .modal-dialog {
  max-width: 830px;
}
.sky_log_in,
.sky_otp_hldr {
  text-align: center;
}
.sky_log_in .logo,
.sky_otp_hldr .logo {
  width: 194px;
  margin-bottom: 30px;
}
.sky_log_in .logo img,
.sky_otp_hldr .logo img {
  width: 100%;
}
.sky_log_in label {
  color: #001c27;
  margin-bottom: 8px;

  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  width: 100%;
}
.sky_log_in .mb_no_hldr {
  position: relative;
}
.sky_log_in .mb_no_hldr input {
  border: 1px solid #d3d3d3;
  padding: 20px 20px 20px 70px;
  width: 100%;
  border-radius: 8px;
}
.sky_log_in .mb_no_hldr span {
  height: 48px;
  width: 48px;
  background: #f3f3f3;
  border-radius: 5px;
  color: #001c27;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translate(0, -50%);
}
.sky_log_in input[type="submit"] {
  background: linear-gradient(84.06deg, #f03a00 0%, #ffa902 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: center;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: none;
}
.sky_log_in p {
  margin: 12px 0;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  text-align: center;
}
.special_log_in {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 45px;
}
.special_log_in li img {
  width: 20px;
}
.special_log_in li {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
}
.sky_log_in .tc_txt {
  color: #001c27;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.tc_txt a {
  color: #009ada;
}
/* .log_in_image {
  margin: 0;
  padding-right: 30px;
  height: 470px;
  border-radius: 10px;
  margin-top: -40px;
} */
.log_in_image {
  margin: 0;
  padding-right: 30px;
  height: calc(100% + 30px);
  border-radius: 10px;
  margin-top: -30px;
}
.log_in_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.login_modal .btnclose {
  position: absolute;
  right: -40px;
  top: 0;
  width: 67px;
  height: 34px;
  border-radius: 0px 40px 40px 0;
  text-align: right;
  background: #fff !important;
  border: 0;
  padding-right: 20px;
}
.login_modal .modal-content {
  position: relative;
}
.sky_otp_hldr h6 {
  color: #001c27;
  font-size: 23px;
  font-weight: 700;
  line-height: 26.95px;
  text-align: center;
  margin-bottom: 8px;
}
.sky_otp_hldr p {
  color: #757778;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: center;
}
.sky_otp_hldr .mb_no_hldr {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
}
.sky_otp_hldr .mb_no_hldr input {
  width: 60px;
  padding: 15px;
  height: 60px;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
}
.sky_otp_hldr label {
  color: #001c27;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  width: 100%;
}
.sky_otp_hldr form {
  margin-top: 30px;
}
.resend_otp {
  margin-top: 15px;
  color: #757778;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
}
.otp_back {
  width: 100%;
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 6px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: left;
  color: #001c27;
  text-align: center;
}
.sky_otp_hldr input[type="submit"] {
  width: 100%;
  background: linear-gradient(84.06deg, #f03a00 0%, #ffa902 100%);
  padding: 10px;
  border-radius: 6px;
  color: #ffffff;

  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: center;
  border: none;
}
.sky_otp_hldr {
  display: none;
}
.login_modal .modal-dialog.success_msg_hldr {
  max-width: 430px;
}
.congo_hldr {
  text-align: center;
}
.green_like {
  width: 65px;
}
.congo_hldr h6 {
  color: #001c27;
  font-size: 23px;
  font-weight: 700;
  line-height: 26.95px;
  text-align: center;
  margin-bottom: 8px;
}
.congo_hldr p {
  color: #757778;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
}
.congo_hldr .mb_no_hldr {
  position: relative;
}
.congo_hldr .mb_no_hldr input {
  border: 1px solid #d3d3d3;
  padding: 20px 20px 20px 70px;
  width: 100%;
  border-radius: 8px;
}
.congo_hldr label {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #001c27;
  margin-bottom: 8px;
}
.congo_hldr .mb_no_hldr span {
  height: 48px;
  width: 48px;
  background: #f3f3f3;
  border-radius: 5px;
  color: #001c27;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translate(0, -50%);
}
.congo_hldr form {
  margin-top: 20px;
}
.congo_hldr form p {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #001c27;
}
.congo_hldr input[type="submit"] {
  background: linear-gradient(84.06deg, #f03a00 0%, #ffa902 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: center;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: none;
}
.congo_hldr form a {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: left;
  color: #757778;
}
.success_msg_hldr {
  display: none;
}
/* log in style end */
/* inner page style start */
.banner.inner_banner {
  height: 250px;
  width: 100%;
  background: #001f2c;
  padding: 0;
  position: relative;
}
.banner.inner_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.banner.inner_banner::before {
  display: none;
}
.inner_banner_cont {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.inner_banner_cont h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 41.02px;
  text-align: left;
  color: #ffffff;
}
.inner_banner_cont .breadcrumb li {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #ea8f23;
}
.inner_banner_cont .breadcrumb li a {
  color: #ffffff;
}
.inner_banner_cont .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #fff;
}
.list_pill_cont {
  display: flex;
  padding: 10px 13px;
  border: 1px solid #009ada;
  border-radius: 30px;
  gap: 10px;
  align-items: center;
}
.list_pill_hldr {
  display: flex;
  align-items: center;
  gap: 5px;
}
.list_pill_cont span {
  color: #001c27;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.list_pill_cont button {
  border: 0;
  background: transparent;
}
.clear_all {
  color: #009ada;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
  text-align: center;
  margin-left: 10px;
}
.sort_select {
  padding: 15px 20px;
  color: #757778;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: left;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  width: 200px;
}
.lisging_dtl .fav_txt p {
  line-height: 1.5;
}
.lisging_dtl .row {
  margin-top: 20px;
}
.fav_txt ul {
  padding-left: 15px;
}
.fav_txt ul li {
  position: relative;
  color: #001c27;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.fav_txt ul li:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 3px;
  background: #000;
  border-radius: 50%;
  left: -14px;
  top: 8px;
}
.fav_txt h6 span {
  color: #ea8f23;
}
.lisging_dtl .fav_cont figure .day {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #fff;
  padding: 3px 10px;
  background: #000000cc;
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  top: 23px;
  left: 0;
}
.lisging_dtl .fav_cont figure {
  height: 150px;
}
.search_box {
  position: relative;
}
.search_box input {
  padding: 20px 30px 20px 20px;
  border: 1px solid #d3d3d3;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: left;
  color: #757778;
  border-radius: 8px;
  width: 100%;
}
.search_box i {
  font-size: 20px;
  color: #878b8d;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.filter_cont {
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 15px;
}
.filter_cont h4 {
  color: #001c27;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  text-align: left;
  padding: 15px 20px;
  background: #f8f8f8;
}
.filter_cont img {
  margin-right: 10px;
}
.filter_wrap {
  padding: 20px;
  background: #fff;
}
.filter_wrap h6 {
  color: #001c27;
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  text-align: left;
  margin-bottom: 15px;
}
.type_hldr li label input {
  scale: 1.2;
  accent-color: #009ada;
  margin-right: 10px;
}
.type_hldr li label span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #001c27;
}
.type_hldr li:not(:last-child) {
  margin-bottom: 5px;
}
.type_hldr {
  margin-bottom: 30px;
}
.rating_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.rating_list li label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.rating_list li label span {
  color: #001c27;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.09px;
  text-align: left;
  padding: 10px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.rating_list li label input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.rating_list li label input[type="radio"]:checked + span {
  color: #009ada;
  border: 1px solid #009ada;
}
.filter_box {
  position: sticky;
  top: 90px;
}
.desc_ovrvw_hldr {
  padding: 25px 30px;
  background: #f3f3f3;
  border-radius: 20px;
  position: relative;
  margin-top: -75px;
}
.ite_hldr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.ite_hldr ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ite_hldr ul li {
  color: #001c27;

  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  position: relative;
}
.ite_hldr ul li:not(:last-child) {
  margin-right: 15px;
}
.ite_hldr ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #001c27;
  right: -7.5px;
  top: 0;
}
.ite_hldr ul li:last-child:after {
  display: none;
}
.ite_hldr span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  padding: 10px 15px;
  border-radius: 70px;
  background: #001c27;
}
.overvw_hldr h6 {
  color: #001c27;
  font-size: 25px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  margin-bottom: 15px;
}
.overvw_hldr p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #001c27;
}
.desc_ovrvw_hldr .row > div {
  position: relative;
}
.desc_ovrvw_hldr .row > div:first-child::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  border-right: 1px dotted #878b8d;
}
.vid_box {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.vid_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vid_box .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.gal_box {
  width: 100%;
  /* height: 180px; */
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.gal_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.gal_box:hover img {
  transform: scale(1.1) rotate(5deg);
}
.trip_detail .nav.nav-tabs {
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border: none;
  margin: 20px 0;
}
.trip_detail .nav.nav-tabs li button {
  background: #f3f3f3;
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid #d3d3d3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #001c27;
  transition: all 0.3s ease-in-out;
}
.trip_detail .nav.nav-tabs li button.active {
  background: #e8f8ff;
  border: 1px solid #009ada;
  color: #009ada;
}
.itenary_hldr {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #001c2733;
  overflow: hidden;
}
.itenary_hldr .sm_hd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fbe9d3;
}
.itenary_hldr .sm_hd h6 {
  padding: 20px;
  color: #ffffff;
  background: #ea8f23;
}
.itenary_hldr .sm_hd ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-left: 20px;
}
.itenary_hldr .sm_hd ul li a {
  color: #001c27;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
}
.itenary_hldr .sm_hd ul li.active a {
  font-weight: 600;
}
.itenary_hldr .sm_hd ul li {
  position: relative;
}
.itenary_hldr .sm_hd ul li:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -10px;
  transform: translate(0, -50%);
  height: 2px;
  width: 2px;
  border-radius: 50%;
  background: #001c27;
}
.itenary_hldr .sm_hd ul li:last-child::after {
  display: none;
}
.itenary_hldr .sm_hd ul li.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #ea8f23;
  bottom: -18px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.day_hd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.day_hd ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-left: 20px;
}
.day_hd ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 11px;
  text-align: left;
  color: #757778;
}
.day_hd h6 {
  padding: 10px;
  width: 122px;
  text-align: center;
}
.day_hd h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 13px;
  text-align: left;
  color: #001c27;
  display: inline-block;
  padding: 20px 22px;
  width: 160px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.day_hd h6 span {
  font-size: 18px;
  font-weight: 500;
  line-height: 9px;
  text-align: left;
  color: #ffffff;
  padding: 10px 15px;
  background: #001c27;
  border-radius: 70px;
  display: inline-block;
}
.day_cont_hldr {
  padding: 20px;
}
.day_cont {
  padding: 20px;
  background: #f3f3f3;
  border-radius: 20px;
}
.day_hd {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.day_cont_inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.day_cont_inner img {
  width: 133px;
  border-radius: 10px;
  overflow: hidden;
  height: 144px;
  object-fit: cover;
}
.day_cont_txt h4 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #001c27;
  margin-bottom: 15px;
}
.day_cont_txt ul li {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: #757778;
}
.day_cont_txt ul li:not(:last-child) {
  margin-bottom: 10px;
}
.day_cont_txt ul {
  padding-left: 15px;
}
.day_cont_txt ul li::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #757778;
  border-radius: 50%;
  left: -15px;
  top: 3px;
}
.btn_hldr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 15px;
}
.btn_hldr a {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  padding: 7px 9px;
  border: 1px solid #009ada;
  border-radius: 7px;
}
.btn_hldr a:first-child,
.btn_hldr a:last-child:hover {
  color: #001c27;
  background: #fff;
}
.btn_hldr a:last-child,
.btn_hldr a:first-child:hover {
  color: #fff;
  background: #009ada;
}
.day_cont_txt {
  width: calc(100% - 153px);
}
.itenary_hldr.policy_hldr {
  padding: 20px;
}
.itenary_hldr.policy_hldr h3 {
  color: #001c27;
  font-size: 18px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  margin-bottom: 15px;
}
.itenary_hldr.policy_hldr h4 {
  color: #589231;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.itenary_hldr.policy_hldr p {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #757778;
}
.policy_list {
  padding: 30px 20px;
  background: rgba(190, 202, 206, 0.15);
  position: relative;
  padding-left: 30px;
  margin: 15px 0;
}
.policy_list li {
  font-size: 12px;
  line-height: 14px;
  color: #4a4a4a;
  position: relative;
}
.policy_list li:not(:last-child) {
  margin-bottom: 15px;
}
.policy_list li::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background: #589231;
  border-radius: 50%;
  left: -15px;
  top: 3px;
}
.itenary_hldr.summery_hldr {
  padding: 20px;
}
.summery_list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
  position: relative;
}
.summery_list li i {
  font-size: 18px;
  color: #589231;
  margin-top: 3px;
}
.summery_list li:not(:last-child) {
  margin-bottom: 10px;
}
.summery_dtl {
  border-radius: 5px;
  overflow: hidden;
  /* border: 1px solid #ccc; */
  margin-top: 15px;
}
.summery_dtl h6 {
  padding: 11px;
  background-image: linear-gradient(93deg, #f3d1c9, #e6d7b7 100%);
  font-size: 18px;
  font-weight: 600;
}
.summery_dtl table {
  border-collapse: collapse;
}
.summery_dtl table tr td {
  min-width: 150px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.3;
  color: #001c27;
  border: 1px solid #ccc;
}
.summery_dtl table tr td div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.summery_dtl table tr td:first-child {
  background: #ddd;
}
.map_hldr {
  margin: 60px 0;
  border-radius: 20px;
  height: 350px;
  width: 100%;
  overflow: hidden;
}
.map_hldr iframe {
  width: 100%;
  height: 100%;
}
.inc_exe h6 {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 500;
  line-height: 29.3px;
  text-align: left;
  color: #001c27;
  margin-bottom: 30px;
}
.inc_exe h5 {
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  line-height: 35.16px;
  text-align: left;
  color: #001c27;
  margin-bottom: 15px;
}
.inc_exe ul {
  padding-left: 10px;
}
.inc_exe ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #757778;
  position: relative;
}
.inc_exe ul li:not(:last-child) {
  margin-bottom: 15px;
}
.inc_exe ul li::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 3px;
  background: #757778;
  border-radius: 50%;
  top: 10px;
  left: -15px;
}
.guide {
  padding: 30px;
  border-radius: 20px;
  background: #fbe9d3;
  margin-top: 40px;
}
.guide h6 {
  font-size: 25px;
  font-weight: 600;
  line-height: 29.3px;
  text-align: left;
  color: #001c27;
  margin-bottom: 20px;
}
.guide p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #001c27;
  margin-bottom: 20px;
}
.guide a {
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  color: #ea8f23;
}
.guide a:hover {
  color: #eb3c07;
}
.offer_hldr {
  padding: 18px 20px;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
}
.offer_hldr a {
  background: #009ada;
  padding: 12px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  color: #ffffff;
  margin-top: 25px;
}
.offer_hldr a:hover {
  background: #ea8f23;
}
.offer_hldr h3 {
  color: #001c27;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  margin-bottom: 8px;
}
.offer_hldr h3 span {
  color: #001c27;
  font-size: 25px;
  font-weight: 500;
  line-height: 29.3px;
  text-align: left;
}
.offer_hldr del {
  color: #757778;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  display: block;
  margin-bottom: 13px;
}
.offer_hldr h6 {
  color: #001c27;
  font-size: 13px;
  font-weight: 400;
  line-height: 9px;
  text-align: left;
}
.offer_hldr.coupon_hldr h5 {
  color: #001c27;
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  text-align: left;
  margin-bottom: 13px;
}
.offer_hldr.coupon_hldr .d-flex {
  margin-bottom: 15px;
}
.offer_hldr.coupon_hldr .d-flex a {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  color: #009ada;
  padding: 0;
  background: transparent;
  width: 100px;
  margin: 0;
}
.offer_hldr.coupon_hldr .d-flex p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: #878b8d;
  width: calc(100% - 32px);
}
.offer_coupon_list li a h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  color: #000000;
  margin-bottom: 8px;
}
.offer_coupon_list li a h6 img {
  width: 20px;
  margin-right: 10px;
}
.offer_coupon_list li a p {
  color: #001c27;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
}
.offer_coupon_list li a {
  padding: 15px;
  border-radius: 10px;
  background: #f3f3f3;
  margin-top: 0;
}
.offer_coupon_list li a:hover {
  background: #d6d6d6;
}
.offer_coupon_list li:not(:last-child) {
  margin-bottom: 10px;
}
.vaccation_offer {
  position: sticky;
  top: 85px;
}
.trip_detail {
  position: relative;
}
.share_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #878b8d;
}
.share_btn img {
  width: 23px;
}
.return.room_count {
  position: relative;
}
.return.room_count .location_dd {
  width: 400px;
  right: 0;
  left: auto;
  padding: 15px;
}
.return.room_count .location_dd h5 {
  padding: 10px;
  background: #fceed9;
  color: #cf8100;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 5px;
  margin-bottom: 15px;
}
.return.room_count .location_dd h6 {
  font-size: 13px;
  line-height: 1.3;
  color: #b3b2b2;
  margin-bottom: 10px;
}
.room_cnt_bx {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  border-radius: 3px;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
}
.selected_room_no {
  font-size: 18px !important;
}
.way_form.holiday_form > div {
  height: 110px;
}
.person_hldr input[type="range"] {
  width: 100%;
}
.person_hldr input[type="range"]::-webkit-slider-runnable-track {
  background: #cb95eb;
  height: 5px;
}
.person_hldr input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -5px; /* Centers thumb on the track */
  background-color: #4d0775;
  height: 2rem;
  width: 1rem;
}
.person.filter .location_dd {
  width: 400px;
}
.best_selling_cont {
  height: 240px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.best_selling_cont:after {
  height: 60%;
  width: 100%;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  transition: all 0.5s ease-in-out;
}
.best_selling_cont img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.bs_txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 2;
}
.bs_txt h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  text-align: left;
  color: #fff;
  margin-bottom: 8px;
  transition: all 0.5s ease-in-out;
}
.bs_txt p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #d3d3d3;
}
.best_selling_cont:hover img {
  scale: 1.1;
}
.best_selling_cont:hover::after {
  height: 80%;
}
.best_selling_hldr {
  padding: 30px;
  box-shadow: 0px 0px 20px 0px #001c2733;
  border-radius: 20px;
}
.route h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: left;
  color: #001c27;
  margin-bottom: 8px;
}
.route p {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.23px;
  text-align: left;
  color: #001c27;
}
.holiday_theme_hldr {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background: #fbe9d3;
  z-index: 2;
}
.holiday_theme_hldr::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../images/holiday_theme_bg.jpg) no-repeat center center /
    cover;
  mix-blend-mode: multiply;
  z-index: -1;
}
.holiday_theme_text h3 {
  font-family: "Rochester", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 51.5px;
  text-align: left;
  color: #000000;
}
.holiday_theme_text h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 46.88px;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
}
.holiday_theme_text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #001c27;
}
.holiday_theme_text {
  margin-left: 170px;
}
.holiday_theme_text .cmn_btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: left;
  color: #ffffff;
  padding: 11px 30px;
  border-radius: 6px;
  background: linear-gradient(84.06deg, #f03a00 0%, #ffa902 100%);
  margin-top: 20px;
}
.holiday_theme_text .cmn_btn:hover {
  background: linear-gradient(84.06deg, #ffa902 0%, #f03a00 100%);
}
.holiday_person {
  position: absolute;
  width: 185px;
  left: 20px;
  bottom: 0;
}
.theme_holiday_slider .fav_cont {
  background: #fff;
  width: 100%;
}
.theme_holiday_slider .slick-slide {
  padding: 0 7.5px;
}
.theme_holiday_slider .slick-slider {
  margin: 0 -7.5px;
}
.theme_holiday_slider .slick-prev {
  font-size: 0;
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px #001c2726;
  background: url(../images/left_arrow.svg) #fff no-repeat center center / 20px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translate(0, -50%);
  z-index: 1;
}
.theme_holiday_slider .slick-next {
  font-size: 0;
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px #001c2726;
  background: url(../images/right_arrow.svg) #fff no-repeat center center / 20px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translate(0, -50%);
}
.theme_holiday_slider .fav_cont figure {
  height: 223px;
}
/* 21-08-2024 */
.search_result_form.way_form .from,
.search_result_form.way_form .to,
.search_result_form.way_form .dept,
.search_result_form.way_form .return,
.search_result_form.way_form .person {
  width: 100%;
  border: 1px solid #4c7282;
  border-radius: 10px;
  padding: 0;
  height: 75px;
}
.search_result_form.way_form {
  border: none;
  gap: 10px;
  align-items: center;
}
.inputs input[type="submit"] {
  font-size: 14px;
  line-height: 20px;
  padding: 7px 14px;
  display: inline-block;
  border-radius: 3px;
  background: #482063;
  border: 1px solid #482063;
  color: #fff;
}
.rating_list.time_list li {
  width: 47%;
}
.rating_list.time_list li label {
  width: 100%;
}
.rating_list.time_list li label span {
  font-size: 12px;
  padding: 5px;
}
.rating_list.time_list img {
  margin-right: 3px;
  width: 18px;
}
.rating_list.time_list li label span {
  width: 100%;
}
.search_result_hldr h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 29.3px;
  text-align: left;
  color: #001c27;
  margin-bottom: 20px;
}
.res_box {
  padding: 18px 23px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px #001c271a;
}
.res_hldr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.res_hldr img {
  width: 80px;
}
.res_hldr div h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #001c27;
  margin-bottom: 5px;
}
.res_hldr div p {
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #001c27;
}
.res_hldr .time {
  background: #f3f3f3;
  padding: 6px 10px;
  border-radius: 10px;
}
.res_hldr .time h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: #001c27;
}
.res_hldr .time p {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: #001c27;
}
.view {
  padding: 8.5px 13.5px;
  background: #009ada;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 17.58px;
  text-align: center;
  color: #ffffff;
}
.view:hover {
  background: #ea8f23;
}
.search_result_hldr .res_box:not(:last-of-type) {
  margin-bottom: 15px;
}
.way_form.search_result_form .from_hldr h3 {
  color: #fff;
}
.way_form.search_result_form .from_hldr h6 {
  color: #fff;
  font-size: 13px;
}
.modify {
  padding: 25px;
  height: 75px;
  background: #009ad9;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 17.58px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modify:hover {
  background: #eb9022;
}
.search_rev {
  display: inline-block;
  width: 20px;
  padding: 20px;
  position: relative;
}
.search_rev img {
  width: 20px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1 !important;
  height: auto !important;
}
.seat_dtl span {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.23px;
  text-align: left;
  color: #001c27;
}
.seat_dtl img {
  width: 20px;
  margin-right: 5px;
}
.seat_dtl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 10px;
  border-top: 1px dotted #878b8d;
}
.seat_dtl_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.seat_dtl a {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  color: #001c27;
}
.seat_dtl a:hover {
  color: #ea8f23;
}
.way_list li label input {
  color: #001c27;
}
.way_list li label {
  position: relative;
}
.way_list li label input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.way_list li label .blank {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
}
.way_list li label span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #ffffff;
}
.way_list li label div {
  padding: 4px 6px;
  border-radius: 13px;
}
.way_list li label input:checked + div {
  background: #00000080;
}
.way_list li label input:checked + div .blank {
  background: url(../images/white_tick.svg) #009ada no-repeat center center /
    10px;
  border-color: #009ada;
}
.way_list {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
}
.cat_hldr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}
.cat_hldr .way_list:first-child:after {
  position: absolute;
  content: "";
  right: -30px;
  height: 100%;
  width: 1px;
  background: #009ada;
}
.banner.inner_banner.search_result {
  height: 320px;
}
.way_form.search_result_form .from_hldr {
  padding: 8px;
}
.booking_process_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
}
.booking_process_list li a {
  padding: 7px 15px;
  border: 1px solid #4c7282;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  background: #00364d;
  color: #4c7282;
  border-radius: 30px;
}
.booking_process_list li.active a {
  color: #fff;
  background: #009ada;
  border-color: #009ada;
}
.banner.inner_banner.booking .inner_banner_cont {
  top: 56%;
}
.booking_box {
  padding: 20px;
  box-shadow: 0px 0px 20px 0px #001c2733;
  background: #ffffff;
  border-radius: 20px;
}
.hd_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hd_2 h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 16.14px;
  text-align: left;
  color: #001c27;
  display: flex;
  align-items: center;
  gap: 15px;
}
.hd_2 h4 span {
  font-size: 13px;
  font-weight: 500;
  line-height: 16.14px;
  text-align: left;
  padding: 3px 10px;
  border-radius: 5px;
  background: #03ad00;
  color: #fff;
}
.cnt {
  font-size: 15px;
  font-weight: 400;
  line-height: 16.14px;
  text-align: left;
  color: #001c27;
}
.cnt span {
  font-weight: 600;
}
.booking_sec {
  position: relative;
  margin-top: -20px;
}
.flight_no {
  padding: 6px 10px;
  background: #f3f3f3;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #001c27;
  margin-top: 20px;
}
.flight_no span {
  font-weight: 500;
}
.booking_box hr {
  border-color: #d3d3d3;
  margin: 30px 0;
}
.booking_box .res_hldr p {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #757778;
}
.booking_box .res_hldr p span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.booking_box .res_hldr div h6 {
  margin-bottom: 15px;
}
.dwnld_btn_hldr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.dwnld_btn_hldr li a,
.dwnld_btn_hldr li:first-child a:hover {
  font-size: 15px;
  font-weight: 600;
  line-height: 17.58px;
  text-align: center;
  color: #001c27;
  padding: 8.5px 37.5px;
  border-radius: 30px;
  border: 1px solid #009ada;
  background: #fff;
}
.dwnld_btn_hldr li a:hover,
.dwnld_btn_hldr li:first-child a {
  color: #fff;
  background: #009ada;
}
.booking_secc_hldr .booking_box:not(:last-child) {
  margin-bottom: 15px;
}
.booking_box .res_hldr {
  gap: 15px;
  padding: 0;
}
.flight_dtl,
.traveller_dtl {
  padding: 20px;
  box-shadow: 0px 0px 20px 0px #001c2733;
  background: #ffffff;
  border-radius: 20px;
}
.traveller_dtl {
  margin-top: 15px;
}
.flight_dtl h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 16.14px;
  text-align: left;
  color: #001c27;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.flight_dtl h4 span img {
  width: 20px;
}
.fl_dtl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.fl_dt {
  padding: 4px 10px;
  background: #ea8f23;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.14px;
  text-align: left;
}
.journey_dtl {
  border: 1px dotted #757778;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}
.journey_dtl ul li h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #001c27;
}
.journey_dtl ul li h5 span {
  font-size: 18px;
  font-weight: 500;
}
.journey_dtl ul li p {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}
.tm {
  padding: 6px 10px;
  background: #e0e0e0;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: #001c27;
  margin-top: 10px;
  display: inline-block;
}
.journey_dtl ul li:not(:last-child) {
  margin-bottom: 20px;
}
.journey_dtl ul li {
  position: relative;
}
.journey_dtl ul li:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #009ada;
  left: -20px;
  top: 4px;
}
.journey_dtl ul {
  padding-left: 15px;
}
.journey_dtl ul li:not(:last-child):before {
  position: absolute;
  content: "";
  height: 125%;
  width: 1.5px;
  left: -16px;
  top: 5px;
  background: #009ada;
}
.luggage_hldr {
  padding: 11px 22px;
  background: #fbe9d3;
  border-radius: 5px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.luggage {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 27px;
}
.luggage div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.luggage div h6 {
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #001c27;
}
.luggage_hldr a {
  padding: 5px 13px;
  background: #a78b68;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 30px;
}
.luggage_hldr a:hover {
  background: #5c4325;
}
.booking_sec .vaccation_offer {
  margin-top: 45px;
}
.traveller_dtl h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 16.14px;
  text-align: left;
  color: #001c27;
  margin-bottom: 20px;
}
.lg_in {
  padding: 12px 20px;
  background: #f3f3f3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lg_in h4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 16.14px;
  text-align: left;
}
.lg_in h4 span {
  color: #ea8f23;
}
.lg_in a {
  padding: 4px 20px;
  border-radius: 30px;
  background: #009ada;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.lg_in a:hover {
  background: #005072;
}
.offer_hldr.coupon_hldr h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #001c27;
  margin-bottom: 10px;
}
.offer_hldr.coupon_hldr.notice_hldr p {
  width: 100%;
}
.offer_hldr.coupon_hldr.notice_hldr a {
  color: #ea8f23;
  padding: 0;
  background: transparent;
  margin: 0;
}
.offer_hldr.coupon_hldr.notice_hldr a:hover {
  color: #005072;
}
/* inner page style end */
/* new css 24-09-2024 start */
.regi_frm h6 {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: var(--primaryColor);
}
.regi_frm label {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #747474;
  display: block;
  margin-bottom: 8px;
}
.regi_frm input,
.regi_frm select,
.regi_frm textarea {
  padding: 10px 15px !important;
  background: #f7f7f7 !important;
  border: none !important;
  width: 100%;
  border-bottom: 2px solid #ddd !important;
  border-radius: 5px 5px 0 0 !important;
  transition: all 0.5s ease !important;
}
.regi_frm input[type="checkbox"],
.regi_frm input[type="radio"] {
  width: auto;
}
.regi_frm input::placeholder {
  font-size: 14px !important;
  color: #afafaf !important;
}
.regi_frm input:is(:hover, :focus) {
  border-color: #084697 !important;
}
.regi_frm button[type="submit"] {
  border: none !important;
  padding: 10px 20px !important;
  background: #009ad9 !important;
  border-radius: 5px !important;
  color: #fff !important;
  transition: all 0.5s ease !important;
}
.regi_frm button.btn-secondary[type="submit"] {
  background: #b9b9b9 !important;
}
.regi_frm button[type="submit"]:hover {
  background: #eb9022 !important;
}
.kyc_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.kyc_list li {
  text-align: center;
  position: relative;
  width: 120px;
  z-index: 2;
}
.kyc_list li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  background: #e2e2e2;
  color: #fff;
  margin-bottom: 10px;
  border: 2px solid #e2e2e2;
  border-radius: 50%;
}
.kyc_list li p {
  color: #e2e2e2;
}
.kyc_list li.active span {
  background: green;
  border: green;
  transform: scale(1.5);
}
.kyc_list li.active p {
  color: green;
}
.kyc_list li.done span {
  background: #009ad9;
  border: 2px solid #009ad9;
}
.kyc_list li.done p {
  color: #009ad9;
}
.kyc_list li::after {
  content: "";
  position: absolute;
  width: 127%;
  height: 2px;
  border-top: 2px dashed #e2e2e2;
  left: 50%;
  top: 15px;
  z-index: -1;
}
.kyc_list li:last-child:after {
  display: none;
}
.kyc_list li.done::after {
  border-color: #009ad9;
}
.kyc_list li.active::after {
  border-color: green;
}
#bo_frm {
  display: none;
}
.regi_frm span label {
  display: inline-block;
}
#bd_frm {
  display: none;
}
#bank_frm {
  display: none;
}
input[type="file"]::file-selector-button {
  padding: 2px;
  border: none;
  margin: 0;
  font-size: 10px;
  margin-right: 15px;
  color: #fff;
  background: #009ad9;
  border-radius: 2px;
}
#doc_up_frm {
  display: none;
}
.regi_frm .row {
  width: 70%;
  margin: 0 auto;
}
/* new css 24-09-2024 end */
/* loader css start */
/* loader css end */
.text_loader {
  height: 7px;
  border-radius: 20px;
  background: linear-gradient(-45deg, #d8e1eb, #ebf0f5, #becad6, #e2e8f0);
  background-size: 400% 400%;
  animation: text_load 10s ease infinite;
}
.circle_loader {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #a5acb4, #c7c7c7, #dbe1e7, #e6f0fc);
  background-size: 400% 400%;
  animation: text_load 10s ease infinite;
}
.large {
  width: 100%;
}
.small {
  width: 60%;
}
.mid {
  width: 85%;
}
@keyframes text_load {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.loader_box {
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
}
.thick {
  height: 10px;
}
.traveller_dtl label,
.traveller_dtl a {
  font-size: 14px;
  line-height: 1.3;
  color: #001c27;
  margin-bottom: 10px;
}
.traveller_dtl a {
  color: rgb(46, 46, 231);
  font-weight: 600;
}
.traveller_dtl select,
.traveller_dtl input {
  width: 100%;
  padding: 10px 15px;
  border: 0;
  border-radius: 4px;
  background: #fff5e9;
}
.traveller_dtl h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 16.14px;
  text-align: left;
  color: #001c27;
  margin-bottom: 10px;
}
.traveller_dtl p {
  font-size: 12px;
}
.devider {
  position: relative;
  z-index: 1;
}
.devider span {
  padding: 0 15px;
  background: #fff;
}
.devider:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.traveller_dtl input[type="submit"] {
  width: 150px;
  background: #009ada;
  padding: 12px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: center;
  border-radius: 6px;
  color: #ffffff;
  transition: all 0.5s ease;
}
.traveller_dtl input[type="submit"]:hover {
  background: #ea8f23;
}
.price_breakup li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price_breakup li h5 {
  font-size: 15px !important;
  margin: 0 !important;
}
.price_breakup li h6 {
  font-size: 12px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.offer_hldr.coupon_hldr.notice_hldr hr {
  margin: 0.5rem 0;
}
.price_check {
  margin-top: 15px;
}
.price_check span {
  font-size: 12px;
}
.price_check input[type="checkbox"] {
  margin-right: 5px;
}
/* responsive */
@media (min-width: 1440px) {
}
@media (max-width: 1366px) {
  .from_hldr h3 {
    font-size: 18px;
  }
  .from_hldr h6 {
    font-size: 13px;
  }
  .way_form > div {
    height: 85px;
  }
  .banner figure {
    height: 540px;
  }
  .person_hldr {
    padding: 10px 15px 0;
  }
  .person_hldr ul li a {
    min-height: 26px;
    min-width: 33px;
  }
  .booking_list {
    padding: 14px;
  }
  .booking_list li a figure img {
    width: 26px;
  }
  .flight_form {
    padding-top: 65px;
  }
  .reverse {
    left: 24.6%;
  }
}

@media (max-width: 1199px) {
  .banner > figure img {
    object-position: center 0;
  }
  /* inner page start */
  .desc_ovrvw_hldr .main_hd h2 {
    font-size: 25px;
    line-height: 28.16px;
  }
  .ite_hldr {
    flex-wrap: wrap;
  }
  .overvw_hldr h6 {
    font-size: 20px;
  }
  .offer_txt h5 {
    font-size: 16px;
  }
  .offer_slider .slick-next {
    right: -15px;
  }
  .offer_slider .slick-prev {
    left: -15px;
  }
  /* .way_form,
  .way_form > div {
    height: 107px;
  } */
  /* inner page end */
}
@media (max-width: 1023px) {
  /* mmenu start */
  .mobileMenuButton {
    display: none;
  }
  .why_hldr .main_hd h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .trip_cont h5 {
    font-size: 16px;
  }
  .trip_cont figure img {
    width: 67%;
  }
  /* mmenu end */
  .banner.inner_banner.search_result .inner_banner_cont {
    position: relative;
    transform: none;
  }
  .banner.inner_banner.search_result {
    height: auto;
    padding: 100px 0 40px 0;
  }
  .cat_hldr {
    flex-wrap: wrap;
    gap: 0;
  }
  .kyc_list_hldr {
    overflow: auto;
  }
  .kyc_list {
    width: max-content;
    height: 78px;
  }
}
@media (max-width: 991px) {
  .way_form {
    flex-wrap: wrap;
  }

  .way_form .to,
  .way_form > .from {
    width: 50%;
    border-bottom: 1px solid #d3d3d3;
  }
  .reverse {
    left: 46.9%;
    top: 54px;
  }
  .person,
  .return,
  .dept {
    width: 33.33%;
  }
  .from_hldr h3 {
    font-size: 20px;
    line-height: 1;
  }
  .way_form > div {
    height: 109px;
  }
  .from_hldr {
    padding: 10px 15px;
  }
  .from_hldr p {
    margin-bottom: 10px;
  }
  .booking_list {
    padding: 15px 20px;
  }
  .special_main {
    flex-wrap: wrap;
  }
  .form_offer_txt.me-3 {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 11px;
  }
  .form_offer_list li label {
  }
  .form_offer_txt span {
    font-size: 11px;
  }
  .form_offer_list li label h6 {
    font-size: 12px;
  }
  .main_hd h2 {
    font-size: 28px;
  }
  .main_hd {
    margin-bottom: 20px;
  }
  .trending_hldr .small_box a figcaption,
  .trending_hldr .small_box a:hover figcaption {
    font-size: 21px;
    line-height: 1;
  }
  .trending_hldr a:hover figcaption {
    font-size: 22px;
  }
  .offer_txt h5 {
    font-size: 16px;
    line-height: 1.3;
  }
  .offer_slider .slick-next {
    right: -5px;
  }
  .offer_slider .slick-prev {
    left: -5px;
  }

  .footer_cont h6 {
    margin-bottom: 10px;
  }
  .footer_top {
    padding-bottom: 20px;
  }
  .banner figure {
    height: auto;
  }
  .banner > figure img {
    object-position: center center;
  }
  .banner {
    padding: 150px 0 140px;
  }
  .multi_tab .return,
  .multi_tab .person,
  .multi_tab .dept {
    width: 50%;
  }
  #scroll-down-animation {
    bottom: 2%;
  }
  section {
    padding: 50px 0;
  }
  .dd_app_hldr {
    background-size: 50%;
  }
  .dd_box img {
    height: auto;
    width: 141px;
  }
  .why_title {
    width: 100%;
  }
  .trip_col {
    width: 25%;
  }
  .search_submit {
    font-size: 17px;
  }
  button.mobile_menu {
    display: block;
  }
  .site-header .sp_tp {
    display: none;
  }
  /* inner pgae style */
  .lisging_dtl {
    margin-top: 25px;
  }
  .lisging_dtl .fav_cont {
    width: 100%;
  }
  .desc_ovrvw_hldr .row > div:first-child::after {
    width: 100%;
    height: 1px;
    top: auto;
    right: 0;
    bottom: -20px;
    border-bottom: 1px dotted #878b8d;
  }
  .overvw_hldr {
    margin-top: 25px;
  }
  .guide {
    margin-bottom: 25px;
  }
  /* inner page style */
}
@media (max-width: 767px) {
  .rs-checkbox-control {
    display: inline-block;
    height: 16px;
    left: 10px;
    position: absolute;
    top: -15px !important;
    width: 16px;
  }
  .rs-checkbox-checker {
    line-height: 1;
    min-height: 36px;
    padding-bottom: 10px;
    padding-left: 36px;
    padding-top: 0px !important;
    position: relative;
  }
  .trip_col {
    width: 50%;
  }
  .trending_hldr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
  .trending_hldr .big_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    display: grid;
    width: 100%;
  }
  .offer_txt p {
    bottom: 24px;
  }
  .dd_box img {
    height: auto;
    width: 110px;
  }
  .dd_box figure a img {
    width: 110.2px;
    height: 38.65px;
  }

  .fav_cont {
    width: 100%;
  }
  .flight_cont {
    /* flex-wrap: wrap; */
  }
  .form_offer_list {
    justify-content: center;
    flex-wrap: wrap;
    gap: inherit;
    margin: -5px;
  }
  ul.form_offer_list li {
    width: 50%;
    padding: 5px;
  }
  .reverse {
    left: 45.4%;
  }
  .flight_form {
    padding-top: 50px;
  }

  .trip_col {
    border-top: 1px solid #d3d3d3;
  }
  .small_box {
    width: 100%;
  }
  .trending_hldr .big_box a {
    height: auto;
  }
  .offer_txt {
    padding: 13px;
  }
  .person .location_dd {
    width: 420px;
  }

  .return,
  .dept {
    width: 50%;
  }
  .person {
    width: 100%;
    border-top: 1px solid #d3d3d3;
  }
  .multi_tab .person {
    border-top: 0;
  }
  .booking_list {
    width: 100%;
    gap: 10px;
  }
  .dd_app_hldr {
    flex-wrap: wrap;
    background: none;
  }
  .rating_bx {
    margin-top: 9px;
    padding: 4px 10px;
  }
  .rating_bx span {
    font-size: 13px;
  }
  .rating_bx i {
    font-size: 11px;
  }
  .dd_app_hldr .main_hd p {
    margin-top: 6px;
    font-size: 15px;
  }
  .dd_app_hldr .main_hd {
    width: 100%;
  }
  .dd_box {
    width: 100%;
    justify-content: inherit;
  }
  .dd_box figure {
    width: auto;
    margin-bottom: 0;
  }
  .offer_cont figure {
    height: 315px;
  }
  .flight_cont > img {
    width: 53px;
  }
  .route {
    font-size: 15px;
  }
  .fav_cont figure {
    height: 270px;
  }
  .person_hldr ul li a {
    padding: 3px 6px;
    text-align: center;
  }

  .logo {
    width: 145px;
  }
  .acc_hldr li a {
    font-size: 11px;
  }
  /* inner page style */
  .list_pill_hldr {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  .lisging_dtl .d-flex {
    flex-wrap: wrap;
  }
  .sort_select {
    width: 100%;
    margin-top: 15px;
  }
  .lisging_dtl .row {
    margin-top: 0;
  }
  .lisging_dtl {
    margin-top: 15px;
  }
  .inner_banner_cont h2 {
    font-size: 26px;
  }
  .banner.inner_banner {
    height: 190px;
    margin-top: 54px;
  }
  .inner_banner_cont {
    top: 61%;
  }
  .inner_banner_cont .breadcrumb {
    margin-bottom: 5px;
  }
  section {
    padding: 35px 0;
  }
  .site-header.sticky .acc_hldr li a img {
    filter: invert(1) hue-rotate(50deg);
  }
  .desc_ovrvw_hldr {
    margin-top: -35px;
    padding: 20px 25px;
  }
  .itenary_hldr .sm_hd {
    flex-wrap: wrap;
  }
  .itenary_hldr .sm_hd h6 {
    width: 100%;
    text-align: center;
    padding: 14px;
  }
  .itenary_hldr .sm_hd ul {
    padding: 15px 0;
  }
  .day_hd {
    flex-wrap: wrap;
  }
  .day_hd h6,
  .day_hd h5 {
    width: 50%;
    border-bottom: 1px solid #d3d3d3;
  }
  .day_hd h5 {
    border-right: 0;
    padding: 18px;
  }
  .day_hd ul {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .day_cont_txt h4 {
    font-size: 16px;
    line-height: 19px;
  }
  .day_cont_txt ul li {
    line-height: 1.3;
  }
  .btn_hldr {
    flex-wrap: wrap;
  }
  .day_cont_inner {
    flex-wrap: wrap;
  }
  .day_cont_txt,
  .day_cont_inner img {
    width: 100%;
  }
  .ite_hldr ul {
    flex-wrap: wrap;
    gap: 15px;
  }
  .map_hldr {
    margin: 20px 0;
  }
  .inc_exe h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .inc_exe h5 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .inc_exe ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .inc_exe .row > div:first-child {
    margin-bottom: 15px;
  }
  .guide {
    margin: 20px 0;
    padding: 18px;
  }
  .guide h6 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .guide p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .summery_dtl table {
    width: max-content;
  }
  .share_btn {
    font-size: 12px;
    top: 8px;
  }
  .share_btn img {
    width: 12px;
  }
  .return.room_count .location_dd,
  .person.filter .location_dd {
    width: 100%;
  }
  .holiday_theme_text {
    margin: 0;
    margin-bottom: 20px;
  }
  .holiday_person {
    left: auto;
    right: 0;
    opacity: 0.5;
  }
  .holiday_theme_hldr {
    padding: 20px;
  }
  .holiday_theme_text h3,
  .holiday_theme_text h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  /* inner page style */
}
@media (max-width: 575px) {
  .header_hldr {
    /* flex-wrap: wrap; */
    justify-content: center;
  }
  .dtl_hldr {
    width: 90%;
  }
  .logo {
    margin-left: 40px;
  }
  .banner {
    padding-top: 65px;
  }
  .acc_hldr {
    gap: 10px;
  }
}
@media (max-width: 479px) {
  .person .location_dd {
    width: 309px;
  }
  .form_offer_list li label {
    width: 100%;
  }
  .form_offer_list li label p {
    font-size: 10px;
  }
  .trip_cont h5 {
    font-size: 14px;
  }
  .trip_cont figure img {
    width: 54%;
  }
  .trip_cont figure {
    width: 43px;
    margin-right: 0;
  }
  .trip_cont {
    justify-content: flex-start;
    padding: 10px 10px;
  }
  .why_hldr .main_hd {
    padding: 0 15px;
  }
  .trending_hldr a:hover figcaption {
    bottom: 90px;
  }
  .trending_hldr a figcaption {
    font-size: 18px;
  }
  .way_form .to,
  .way_form > .from {
    width: 100%;
  }
  .reverse {
    left: auto;
    top: 78px;
    rotate: 90deg;
    height: 30px !important;
    width: 30px !important;
    right: 30px;
  }
  .return,
  .dept {
    width: 100%;
  }
  .multi_tab .dept,
  .return {
    border-top: 1px solid #d3d3d3;
  }
  .form_tab_hldr .nav-tabs {
    gap: 10px;

    margin-bottom: 20px;
  }
  .flight_form {
    padding-top: 25px;
  }
  .to {
    padding-left: 0;
  }
  .way_form > div {
    height: auto;
    border-right: 0;
  }
  .reverse img {
    width: 17px;
  }
  .multi_tab .return,
  .multi_tab .person,
  .multi_tab .dept {
    width: 100%;
  }
  .add_btns {
    margin: 0 0 10px 10px !important;
  }
  .booking_list li {
    text-align: center;
  }
  .booking_list {
    display: none;
  }
  button.mobile_menu {
    background: #009ad9;
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .acc_hldr li:first-child a {
    padding: 0;
    color: #fff;
    border: none;
    display: none;
  }
  .dtl_hldr {
    justify-content: flex-end;
  }
  .site-header {
    padding: 12px 0;
  }
  .acc_hldr li a {
    padding: 0;
    font-size: 14px;
  }
  .acc_hldr li:last-child a {
    background: transparent;
  }
  .site-header.sticky .acc_hldr li:last-child a {
    color: #009ad9;
  }
  /* new css */
  .common_serach li figure {
    text-align: center;
    margin-bottom: 15px;
  }
  .common_serach li figure img {
    width: 42px;
  }
  .common_serach li figure .hover_img {
    display: none;
  }
  .common_serach li:hover figure .hover_img {
    display: block;
  }
  .common_serach li:hover figure .normal_img {
    display: none;
  }
  .common_serach {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
  }
  .common_serach li {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
    width: 24%;
    text-align: center;
    overflow: hidden;
  }
  .common_serach li span {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
  }
  .all_search {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 20px 0;
    gap: 15px;
  }
  .all_search li {
    width: 20%;
  }
  .all_search li a figure {
    margin-bottom: 10px;
  }
  .all_search li a figure img {
    width: 40px;
  }
  .all_search li a figure .hover_img {
    display: none;
  }
  .all_search li:hover a figure .hover_img {
    display: block;
  }
  .all_search li:hover a figure .normal_img {
    display: none;
  }
  .all_search li a span {
    font-size: 14px;
    color: #000;
    font-weight: 400;
  }
  .booking_list_mobile {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 0 0 20px 0;
    background: #fff;
  }
  .booking_list_mobile {
    display: block;
  }
  .banner::before {
    z-index: -1;
  }
  .modify {
    width: 100%;
    padding: 20px;
    height: auto;
  }
  .way_list {
    flex-wrap: wrap;
    gap: 15px;
  }
  .res_hldr {
    flex-wrap: wrap;
    gap: 15px;
  }
  .seat_dtl {
    flex-wrap: wrap;
    gap: 15px;
  }
  .hd_2 {
    gap: 15px;
  }
  .hd_2 h4 {
    font-size: 20px;
  }
  .booking_box hr {
    margin: 15px 0;
  }
  .booking_box .res_hldr div h6 {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .res_hldr p {
    line-height: 16px;
  }
  .booking_box .res_hldr p span {
    font-size: 14px;

    margin-bottom: 5px;
  }
  .booking_process_list {
    margin-bottom: 5px;
  }
  .banner.inner_banner.booking .inner_banner_cont {
    top: 60%;
  }
  .dwnld_btn_hldr {
    flex-wrap: wrap;
  }
  .dwnld_btn_hldr li {
    width: 100%;
  }
  .dwnld_btn_hldr li a {
    width: 100%;
  }
  .regi_frm .row {
    width: 100%;
    margin: 0 auto;
  }
  .luggage_hldr {
    flex-wrap: wrap;
    gap: 20px;
  }
  .luggage {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .acc_hldr {
    max-width: 116px;
  }
}
