@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: #000;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
input {
  cursor: pointer;
}
.d_none {
  display: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* header start */
.headerBg {
  background-image: linear-gradient(to right, #2f80ed, #56ccf2);
}
.navbar-brand img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1) !important;
}
.Login_btn {
  border-radius: 4px;
  font-size: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  background-image: linear-gradient(93deg, #3889c9, #0e6eb4);
  height: 42px;
  width: 200px;
}
.currency_btn {
  background-image: linear-gradient(93deg, #eb32384a, #eb3238c7);
  border: 0;
  border-radius: 4px;
  height: 42px;
  padding: 8px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
/* header end */
/* search form start */
.searchform_bg {
  background-image: linear-gradient(to right, #2f80ed, #56ccf2);
  object-fit: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.container.searchform_width {
  max-width: 85%;
}
.tablisy_main {
  gap: 28px;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: 88%;
  left: 25%;
  background-color: #fff;
  width: 46%;
  height: 77px;
  border-radius: 8px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
}
.relative {
  position: relative;
}
.tab_fx.active {
  color: #008cff;
  border: none;
  border-bottom: 3px solid;
}
.tab_fx.active .main_nav_ic {
  color: #008cff;
}
.tab_fx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background-color: #fff;
  color: #282828;
  height: 60px;
  width: 65px;
  margin-top: 5px;
  border: none;
  font-size: 14px;
}
.tab_wdth {
  width: 140px;
}
.nav_rt {
  transform: rotate(327deg);
}

.main_nav_ic {
  font-size: 22px !important;
  color: #696969c2;
}
.ft_tab.nav-link.active {
  border-bottom: 2px solid #000 !important;
  color: #000;
  padding: 3px 16px;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
  border: 0;
}

.ft_tab.nav-link {
  color: #777;
  padding: 3px 16px;
  font-size: 14px;
  font-weight: 900;
}

/*  */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}

.Mainincrement {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  /* width: 100px; */
}
.Mainincrement input {
  border: none;
  text-align: center;
  font-size: 16px;
}
.increment,
.decrement {
  font-size: 20px;
  border: 1px solid;
  padding: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
  border-radius: 4px;
  cursor: pointer;
}
.incLabel_fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.incLabel {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
}
.search_input_fx {
  display: flex;
  flex-direction: column;
}
.search_input_fx label {
  font-weight: 700;
  color: #4a4a4a;
  margin-top: 8px;
  font-size: 14px;
}
.search_input {
  border: none;
  outline: none;
  font-size: 28px;
  font-weight: 900;
}
.search_input::placeholder {
  color: #000;
}
.sub_input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 13px;
}
.form_rtn_ic {
  position: absolute;
  left: 46.1%;
  top: 50%;
  color: #50c1f2;
  background-color: #fff;
  width: 3%;
  font-size: 14px;
}
.traveller {
  font-size: 18px;
  /* margin: 10; */
}
.traveller span {
  font-size: 28px;
  font-weight: 700;
}
.bookround_txt {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
  cursor: pointer;
}
.serch_field_input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 28px;
  font-weight: 900;
}
button.btn.btn-default.number-spinner-flight {
  border: 1px solid lightgray;
  padding: 3px 7px;
}

.roomcnt_input {
  width: 50px;
  border: none;
  text-align: center;
}
.top {
  top: 170%;
}
.top2 {
  top: 133%;
}
.htop {
  top: 130%;
}
.Search_btn {
  border-radius: 50px;
  border: none;
  background: linear-gradient(93deg, #53b2fe, #3286ed);
  color: #fff;
  width: 20%;
  padding: 4px;
  position: absolute;
  left: 38%;
  z-index: 1;
  padding: 3px;
  opacity: 1;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.add_btn,
.add_btn:hover {
  border: 1px solid #f19001;
  border-radius: 5px;
  color: #f19001;
  margin: 25%;
}

.selectFareText {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px !important;
}
.fare_radio_label {
  font-size: 12px;
  display: flex;
  gap: 10px;
}
.farecheckradio.form-check-input:checked[type="radio"] + .farecheckradio_txt {
  font-size: 12px;
  font-weight: 900;
  color: #4a4a4a;
}
.selectfare_radio {
  display: flex;
  gap: 10px;
}
.select_fare {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0px 10px;
}
.farepopover-bottom {
  display: none;
  top: 160% !important;
  width: 241px;
  padding: 10px;
  text-transform: none;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  background-color: #249995;
  color: #fff;
  border-radius: 4px;
  font-weight: normal;
}
.farepopover-arrow {
  position: absolute;
  left: 0px;
  transform: translate(59px, 0px);
}
.farepopover-arrow.popover-arrow::after {
  border-bottom-color: #249995 !important;
}
.hoverOne:hover > .farepopover-bottom,
.hoverTwo:hover > .farepopover-bottom,
.hoverThree:hover > .farepopover-bottom,
.hoverFour:hover > .farepopover-bottom {
  display: block;
}
.fsz_12 {
  font-size: 12px;
}
/* search form end */
/* wheretogo css start*/
.wheretogo_div {
  width: 35%;
  display: block;
  margin: -1.2% auto;
}
.wheretogo_div ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 15px;
}
.wheretogo_div ul li {
  width: 100%;
}
.wheretogo_div ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #4a4a4a;
}
.wheretogo_div ul li i {
  color: #008cff;
  font-size: 22px;
}
.border_end {
  border-right: 2px solid lightgrey;
}
/* wheretogo css  end*/
/* offers css start */
.super_offer_tab .nav-link.active {
  color: #2196f3;
  border-bottom: 2px solid;
}

.super_offer_tab .nav-link {
  color: #888;
  font-weight: 600;
  border: 0;
}
.w_95 {
  width: 95%;
}
.offerCard_img {
  width: 100%;
  border-radius: 5px;
}
.badge_text {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.h_5 {
  font-size: 18px;
  font-weight: 700;
}
.redBdr {
  width: 33px;
  height: 1px;
  background: #eb2026;
  display: flex;
}
.offer_txt {
  font-size: 14px;
  width: 90%;
}
.accommodation_txt {
  font-size: 12px;
  color: #888;
}
.couponcode {
  font-size: 13px;
  font-weight: 400;
}
.offer_bookbtn {
  border: none;
  background-color: #fff;
  color: #2196f3;
  font-weight: 600;
  font-size: 16px;
}
.slider_arrow {
  position: absolute;
  z-index: 10;
  right: 6%;
  bottom: 83%;
  display: flex;
}

.offer_arrow {
  border: 1px solid;
  color: #2196f3;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
  margin-left: 5px;
}
.offer_arrow:hover {
  background-color: #2196f3;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.offerslide.carousel-control-prev {
  left: 83% !important;
}
.offerslide.carousel-control-next,
.offerslide.carousel-control-prev {
  top: -10% !important;
  bottom: unset !important;
}
/* offers css end */
/* travel guide css start */
.travelguide_ht {
  height: 115px;
}
.hometravel_guidefx img {
  width: 100px;
  height: 63px;
  object-fit: contain;
  border-radius: 5px;
}
.hometravel_guidefx {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 15px;
  padding: 10px;
  color: #4a4a4a;
  font-weight: 500;
}
.txt_clr {
  color: #008cff;
}
.hometravel_guideImg {
  width: unset !important;
  border-radius: 50% !important;
}
/* travel guide css end */
/* banner img css start */
.banner_img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
/* banner img css end */
/* Handpicked slide css start */
.topunset {
  top: unset !important;
}
.Handpickedcard_img {
  height: 230px;
  width: 200px;
  border-radius: 8px;
  margin: 0 auto;
}
.badge_fsz {
  font-size: 18px;
  background-color: #fff;
  color: #000;
  margin: 0;
}
/* Handpicked slide css end */
/* footer css start */
.ftr_hd {
  font-size: 12px;
  font-weight: 900;
  color: #4a4a4a;
}
.ftr_nav {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
ul.ftr_nav a {
  font-size: 11px;
  color: #4a4a4a;
  font-weight: 500;
  margin: 0 2px;
}

.ftbg_clr {
  background-color: #e7e7e7;
}
.abt_hd {
  letter-spacing: 0.31px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}
.para {
  font-size: 12px;
  line-height: 16px;
}
.fa-brands {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}
/* footer css end */

/* search result css start */

/* search result header css start */
.internalmain_tabfx {
  display: flex;
  align-items: center;
  margin-left: 10%;
  gap: 40px;
}
.internaltab_fx {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #008cff;
  gap: 8px;
}
.internaltab_fx.active span {
  border: 1px solid;
  border-radius: 20px;
  font-size: 12px;
  padding: 0px 12px;
  background-color: aliceblue;
}
.internaltab_fx.active .main_nav_ic {
  color: #008cff;
}

/* search result header css end */
/* modify search result css start */
.mdsearchform_bg {
  background-image: linear-gradient(to right, #2f80ed, #56ccf2);
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.mdft_tab.nav-link.active {
  border: 1px solid;
  color: #2196f3;
  padding: 3px 16px;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
}

.mdft_tab.nav-link {
  color: #fff;
  padding: 3px 16px;
  font-size: 12px;
  font-weight: 900;
}
.card_ht {
  height: 50px;
}
.card_srch_ht {
  height: 50px;
}
.modify_input_fx {
  display: flex;
  flex-direction: column;
}
.modify_input_fx label {
  font-size: 12px;
}
.modify_input {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
}
.modify_btn {
  border-radius: 50px;
  border: none;
  background: linear-gradient(93deg, #53b2fe, #3286ed);
  color: #fff;
  padding: 4px;
  margin: 0px;
  font-weight: 900;
  font-size: 14px;
  width: 100%;
  height: 40px;
  border-left: 1px solid lightgrey;
}
.mdSearch_btnmulti {
  border-radius: 50px;
  border: none;
  background: linear-gradient(93deg, #53b2fe, #3286ed);
  color: #fff;
  width: 20%;
  padding: 4px;
  font-weight: 900;
  font-size: 14px;
  height: 40px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}
.mdbookround_txt {
  font-size: 14px;
  font-weight: 600;
  margin: 4px 0;
  cursor: pointer;
}
.mdtravel_fx {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.mdfsz12 {
  font-size: 12px !important;
}
.mdfsz16 {
  font-size: 16px !important;
}
/* modify search result css end */
/* filter css start */
div#fdBTN {
  border: 1px solid lightgrey;
  padding: 4px;
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}
#fdBTN span {
  color: #555;
}
.filtercheckbox.form-check {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filtercheckbox_text {
  font-size: 14px;
}
.icon_flt_label {
  width: 55px;
  border: 1px solid lightgray;
  border-radius: 4px;
  padding: 4px 2px;
  height: 55px;
}
.flter_iconfx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flter_iconfx img {
  width: 21px;
  object-fit: cover;
}
.time_text {
  color: #000;
  font-size: 8px;
}
.iconInr {
  font-size: 10px;
}
.pricerange_fx {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
/* filter css end */
/* result section css start */
.res_destination_fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.shield_icon {
  display: flex;
  gap: 10px;
  align-items: center;
}
.shield_icon i {
  background-color: #2196f3;
  color: #fff;
  padding: 6px 3px;
  border-radius: 3px;
}
.guideline {
  display: flex;
  flex-direction: column;
}
.airline img {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  object-fit: cover;
}
.airline {
  display: flex;
  gap: 10px;
}
.fs_6 {
  font-size: 13px;
  font-weight: 400;
}
.stop_border {
  width: 70%;
  height: 2.5px;
  background-color: #53e6c6;
  margin: 4px auto;
}
.ticket_price {
  display: flex;
  align-items: baseline;
  gap: 40px;
  justify-content: flex-end;
}
.viewPrice_btn {
  border: 1px solid #2196f3;
  background-color: #2196f314;
  border-radius: 20px;
  font-size: 14px;
  padding: 4px 16px;
  font-weight: 500;
  color: #555;
}
th.accommodation_txt {
  width: 105px;
}
.ViewDetailsbtn {
  font-size: 12px;
  color: #2196f3;
  cursor: pointer;
}
.flight_detais_tab .nav-link.active {
  border: 1px solid;
  background-color: #2196f3;
  color: #fff;
  font-size: 14px;
}
.flight_detais_tab .nav-link {
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
.td_btn_w {
  width: 100%;
  height: 30px;
}
.flt_td_txt {
  font-size: 12px;
  color: #888;
}

.fliStopsDisc {
  width: 8px;
  height: 8px;
  border: 2px solid #e7e7e7;
  display: inline-block;
  background-color: #959595;
  margin: 0 2px;
  border-radius: 20px;
}
.Onestop_border_fx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.onestop_divbr {
  width: 30px;
  height: 3px;
  background-color: rgb(246 167 35);
  border-radius: 10px;
}
.tooltip_fsz {
  font-size: 12px;
  padding: 0.5rem;
}
.layoverdetails {
  background-color: aliceblue;
  text-align: center;
  width: 60%;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.popover.fade.show.bs-popover-top.onestop_popover {
  left: unset;
  top: -30%;
  background-color: #000;
  color: #fff;
  display: none;
}
.popover-arrow.onestop_popoverArrow:after {
  border-top-color: #000 !important;
}
.hvShow:hover > .onestop_popover {
  display: block !important;
}
tr.res_bag_fsz th {
  font-size: 13px;
}
.warning_user {
  background-color: rgb(255, 237, 209);
  padding: 5px;
  font-size: 12px;
}
.warning_user::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #f46c77;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #f46c77;
  margin-right: 5px;
}
/* result section css end */

/* roundtrip page css start */
.tooltip_Stop {
  position: absolute;
  z-index: 100;
  background-color: black;
  color: #fff;
  font-size: 12px;
  width: 180px;
  bottom: 26px;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
  display: none;
}
.tooltip_faredetails {
  position: absolute;
  z-index: 100;
  background-color: black;
  color: #fff;
  font-size: 12px;
  width: 180px;
  padding: 5px;
  bottom: 26px;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
  display: none;
}
.Onestop_border_fx:hover + .tooltip_Stop,
.rd_fltdetails:hover + .tooltip_faredetails {
  display: block;
}
.fixed_Payment {
  background-image: linear-gradient(to right, #2f80ed, #56ccf2);
  position: fixed;
  bottom: 10px;
  width: 63%;
  z-index: 12;
}
.fxd_destination_P {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0.5rem;
}
.fxd_dest_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fxd_dest_details img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.fxd_dest_details p {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}
.rd_fltdetails {
  font-size: 12px;
  cursor: pointer;
  color: #fff;
}
.fdborder {
  border-right: 1px solid #fff;
}
.fd_pricedateails {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  margin: 16px auto;
}
.rd_book_btn {
  border-radius: 50px;
  border: none;
  background-color: #2196f3;
  color: #fff;
  padding: 6px 16px;
  font-weight: 900;
  font-size: 14px;
  height: 35px;
}
.fd_pricedateails p {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}
i.fa-solid.fa-chevron-down {
  font-size: 20px;
}
.fare_fx {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.fd_overflow {
  height: 45vh;
  overflow-y: scroll;
}
.fd_overflow::-webkit-scrollbar {
  width: 10px;
  background-color: #008cfe;
  border-radius: 5px;
}
.fd_overflow::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #444;
  border-radius: 5px;
}
.fare_summary_tooltip {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fare_summary_tooltip p {
  font-size: 12px;
}
#editBTN {
  border: 1px solid lightblue;
  padding: 3px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 900;
  color: #444;
}
.destination_fx {
  font-weight: 900;
  color: #555;
}
.Multfxd_dest_details img {
  width: 40px;
  height: 35px;
  object-fit: cover;
  border-radius: 50%;
}
/* roundtrip page css end */

/* search result css end */
/* hotle module start */
/* hotel search result css start */
.ht_searchcard_img_lg {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.ht_searchcard_img_sm {
  width: 100%;
  height: 50px;
  object-fit: cover;
}
.blur {
  filter: blur(1.5px);
}
.ht_searchcard_img_sm_position {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  left: 0;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.hotel_rate i {
  font-size: 13px;
}
.clr_grey {
  color: #bbb8b8;
}
.search_hotel_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ht_book_btncard {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-color: aliceblue;
  border-left: 1px solid lightblue;
}
.searchby_input_fx {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid lightgray;
  padding: 5px;
  border-radius: 4px;
}
.searchby_input_fx input {
  border: none;
  outline: none;
}
.sortby_ul_fx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bg_alice {
  background-color: aliceblue;
  padding: 0.5rem;
}
.sortby_active {
  border-bottom: 2px solid;
  color: #008cfe;
}
.sorby_li {
  cursor: pointer;
}
/* hotel gallery css start */

.ht_gallerylt {
  width: 100%;
  object-fit: cover;
  height: 60vh;
}
.ht_galleryrt {
  width: 100%;
  object-fit: cover;
  height: 29vh;
  margin-bottom: 1rem;
}
.bg_transparent {
  background-color: transparent !important;
  border: 0;
}
.gallery_modal_img {
  width: 100%;
  object-fit: cover;
  height: 85vh;
}
.ht_address {
  color: #999;
  font-weight: 600;
  font-size: 14px;
}
.sidebarstar .fa-star {
  color: #ff7c3b;
  font-size: 14px;
  margin-right: 2px;
}
.ht_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
}
.chc_input,
.travellerdetail {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 4px;
}
.hotel_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ht_gallery_bookhd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.price_book_fx span,
.price_book_fx button {
  width: 180px;
}
.price_book_fx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w_33 {
  width: 33%;
}
.aminities li i {
  color: #edc99c;
}
.aminities {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
.food_include_filter {
  display: flex;
  gap: 10px;
  margin: 1rem 0;
}
/* hotel gallery css end */

/* hotel search result css start */

/* hotle module end */
