@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

@font-face {
  font-family: myFirstFont;
  src: local("F:\Ravish\Ancillary-web\.h6atic\fonts\Gotham Book Regular.otf");
}

/* Common CSS for body starts here */
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: Gotham-Book, Arial;
  font-size: 16px;
}
a,
button {
  text-decoration: none !important;
  color: #fff;
}
a:hover {
  color: #fff;
}
li {
  list-style-type: none;
  color: #fff;
}
dl,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}
/* ul{
    display: flex;
    align-items: center;
} */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

/* Common CSS for body ends here */

/* ----------------------------------------------------------------------------------------------------------- */
.container {
  max-width: 1464px;
}

/* Header CSS starts here */
.navbar {
  padding: 0.5rem 2rem;
}
.navbar ul {
  display: flex;
  justify-content: end;
}
.navbar ul li {
  font-size: 12px;
  font-weight: 600;
  margin: 0 1rem;
}

#enrich::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  background-color: #14467b;
  margin-top: 0.2rem;
  margin-left: 1rem;
}
.en {
  margin: 0 0.4rem 0 0;
}
#searchIcon {
  font-size: 17px;
  margin-left: 1rem;
  font-weight: 800;
}
.menuContainer ul {
  display: flex;
  justify-content: flex-start;
}
.menuList {
  color: #fff;
  margin-right: 2rem;
  font-size: 13px;
  font-weight: 500;
}
/* Header CSS ends here */
.alertContainer {
  background-color: #14467b;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0.8rem;
}
.alertContainer p {
  font-size: 11px;
  color: #e3e8ef;
  /* letter-spacing: 1px; */
}
.alertContainer p > span {
  color: #bbc8d8;
  text-decoration: underline;
  cursor: pointer;
}
.alertContainer button {
  background-color: #016dbb;
  border-radius: 15px;
  padding: 0.3rem 2rem;
  outline: none;
  border: none;
  color: #e3e8ef;
  font-size: 11px;
}

.menuContainer {
  display: flex;
  justify-content: right;
  background-color: #002b5d;
  align-items: center;
  border-radius: 20px 0 0 0;
}

.menuList {
  color: #fff;
  padding: 0.8rem 2rem;
  font-size: 12px;
  margin-right: 2rem;
  font-size: 13px;
  font-weight: 500;
}

.screenshot {
  padding: 0;
}
.loginSignUpBtn {
  font-size: 12px;
  border: none;
  background-color: transparent;
}
#hotelUpgradeOption {
  transition: 0.3s;
  position: relative;
}
#hotelUpgradeOption:hover {
  background-color: #fff;
  cursor: pointer;
  color: #015aaa;
}

#hotelUpgradeOption:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f10014;
  height: 4px;
  animation: border 0.3s ease;
}
@keyframes border {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#flightImageContainer {
  position: relative;
}
.upgradeDropdownContainer {
  width: 100%;
  position: relative;
}
.upgradeDropdown {
  position: absolute;
  width: 90%;
  height: 250px;
  background-color: #fff;
  z-index: 10;
  /* display: none; */
  padding: 1rem;
}
.upgradeDropdown p {
  font-size: 14px;
  margin: 1rem 0;
  font-weight: 600;
  color: #494949;
}
.referenceContainer {
  margin: 2rem 0;
  display: flex;
  align-items: center;
}
.referenceContainer input {
  width: 250px;
  padding: 0.6rem 2rem;
  border-radius: 20px;
  border: none;
  border: 1px solid gray;
  font-size: 14px;
  margin-right: 1rem;
}
.referenceSubmit {
  padding: 0.6rem 3rem;
  border-radius: 20px;
  background-color: #015aaa;
  color: #fff;
  font-size: 14px;
  border: none;
}
.UpgradeCloseBtn {
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: lightgray;
  color: gray;
  padding: 0.5rem;
  font-size: 14px;
  border-radius: 50%;
  cursor: pointer;
}

/* ------------------------------------Upgrade Page CSS starts here----------------------------------------------*/
#upgradeTravelContainer {
  display: none;
}
.heading {
  padding: 0.8rem 4rem;
}
.logo {
  width: 180px;
  height: auto;
}
.bookingReference a {
  font-size: 12px;
  color: #616163;
}
.bookingReference a:hover {
  text-decoration: underline;
}
.userDetails {
  display: flex;
  align-items: center;
}
.userDetails .userName {
  margin: 0 1rem;
  font-size: 13px;
  font-weight: 600;
}
.userIcon {
  padding: 0.5rem 0.7rem;
  border: 1px solid #bbdfff;
  border-radius: 50%;
  background-color: #f0f7fd;
  font-weight: 700;
}
.stepsHeader {
  padding: 0rem 4rem;
  align-items: center;
}
.stepsHeader ul {
  display: flex;
  align-items: center;
}
#stepHeaderCheckIcon {
  font-size: 14px;
  margin: 0.1rem;
}
.stepsHeader ul li:first-child {
  font-weight: 500;
  font-size: 16px;
}
.stepsHeader ul li {
  position: relative;
  font-size: 13px;
  margin-right: 3rem;
}
.stepsHeader ul li span {
  color: #002b5d;
  background-color: #fff;
  border-radius: 100%;
  padding: 0.1rem 0.4rem;
  font-size: 12px;
  font-weight: 800;
  margin-right: 1rem;
}
#checkedSpan {
  padding: 0.1rem;
}
.stepsHeaderActive {
  position: relative;
  background: #f10014;
  padding: 0.5rem 2rem;
}
.stepsHeaderActive::before {
  content: "";
  position: absolute;
  top: 0;
  right: -36px;
  border-left: 18px solid #f10014;
  border-right: 18px solid transparent;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.stepsHeaderActive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  border-left: 18px solid #002b5d;
  border-right: 18px solid transparent;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

/* Upgrade tickets Section starts here */

.travelMenu {
  background-color: #f6f9fc;
  padding: 2rem 4rem 0 4rem;
  position: sticky;
}
.travelMenu ul {
  display: flex;
  align-items: center;
}
.travelMenu ul li {
  color: #61666f;
  font-size: 13px;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  transition: 0.3s ease;
  position: relative;
}
.travelMenu ul li:hover {
  background-color: #fff;
  cursor: pointer;
  color: #015aaa;
}
.travelDetails {
  position: sticky;
}
.linkActive {
  background-color: #fff;
  cursor: pointer;
  color: #015aaa !important;
}
.linkActive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f10014;
  height: 4px;
  animation: border 0.3s ease;
}
.travelMenu ul li:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f10014;
  height: 4px;
  animation: border 0.3s ease;
}
@keyframes border {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.sectionContainer {
  padding: 0rem 4rem;
}
#upgradeTravelContainer {
  display: none;
  /* width: 100%; */
  height: 78vh;
  overflow-y: scroll;
}
.passenger::-webkit-scrollbar {
  display: none;
}
.passengerContainer {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgb(218, 216, 216);
  display: flex;
  justify-content: space-between;
}

.passengerName {
  line-height: normal;
  padding: 0.2rem;
}
.subNames {
  font-size: 11.5px;
  font-weight: 600;
  margin: 0.5rem;
}
.subNames1 {
  font-size: 11.5px;
  font-weight: 600;
  margin: 0.5rem;
}
.passengerName h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0.5rem;
}
.travelOption {
  margin-right: 3rem;
}
#radioName {
  font-size: 13px;
  font-weight: 500;
  color: #757981;
}
input[type="radio"] {
  appearance: none;
  background-color: transparent;
  font: inherit;
  position: relative;
  top: 0.25rem;
  color: rgb(99, 96, 96);
  width: 1.1rem;
  height: 1.1rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  transition: 0.4s ease;
  cursor: pointer;
  /* transform: translateY(-0.075em); */
}
input[type="radio"]:checked {
  border: 4.5px solid #015aaa;
}
.planeIcon {
  font-size: 9px;
  color: #757981;
  margin-right: 0.5rem;
}
.cityNames {
  margin-left: 5rem;
}
.cityName {
  font-size: 13px;
  margin-right: 0.5rem;
}

/* Sidebar Section Starts here */
.fa-briefcase {
  margin-right: 1rem;
}
.sideItems p {
  font-size: 13px;
  font-weight: 600;
  margin: 1.3rem 0 0.5rem 0;
}
.cartItems {
  background-color: #fff;
  padding: 1rem;
  text-align: center;
  font-size: 13px;
  height: auto;
}
.advertiseContainer img {
  width: 100%;
  height: auto;
  margin: 0.5rem 0;
}
.itemsList > p {
  font-size: 13px;
  font-weight: 600;
}
.itemsContainer {
  padding: 10px 0;
  /* border-bottom: 1px dotted gray; */
}
.firstItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.firstItem > p {
  font-size: 12px;
  align-self: baseline;
}
#cartItemHead,
#cartItemHead1,
#cartHotel1,
#cartHotel2,
#cartPassenger1,
#cartPassenger2,
#cartPassenger3,
#cartPassenger4,
#addCartBtn,
#addRoomBtn,
#tourSelected,
#cartvoucher1,
#cartvoucher2,
#cartvoucher3,
#cartvoucher4,
#cartvoucher5,
#cartvoucher6,
#cartvoucher7 {
  display: none;
}
/* .card4
{
    position: relative;
    left: 225px;
} */

.addToCartBtn {
  transition: 0.5s ease;
}
.addToCartBtn:hover {
  background-color: #002b5d;
}

.addRoomBtn {
  transition: 0.5s ease;
}
.addRoomBtn:hover {
  background-color: #002b5d;
}

/* Sidebar Section Starts here */

/* Gauge meter and Slider Section starts here */
.sliderContainer {
  position: relative;
  border-right: 1px solid #e5e5e5;
}
.meterContainer {
  position: relative;
  display: flex;
  justify-content: center;
}
.sliderPrice h6 {
  color: red;
  font-weight: 600;
  font-size: 15px;
  margin-top: 1rem;
}
.rangeSlider1,
.rangeSlider2,
.rangeSlider3,
.rangeSlider4,
.rangeSlider5,
.rangeSlider6,
.rangeSlider7,
.rangeSlider8,
.rangeSlider11,
.rangeSlider12 {
  width: 100%;
  -webkit-appearance: none;
  background: #ddd;
  width: 100%;
  height: 8px;
  border-radius: 10px;
  /* color: #14467b; */
}
/* input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: #ddd;
    border: none;
    border-radius: 5px;
} */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #015aaa;
  /* margin-top: -3px; */
  border: 2px solid #6cb5f5;
  /* box-shadow: -407px 0 0 400px #015aaa; */
  cursor: pointer;
}
.sliderTooltip1,
.sliderTooltip2,
.sliderTooltip3,
.sliderTooltip4,
.sliderTooltip11,
.sliderTooltip12 {
  position: absolute;
  top: 70%;
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 18px;
  border-radius: 10px;
  background-color: black;
  color: #fff;
  font-size: 10px;
  margin-left: 2.2rem;
}
.sliderTooltip1::after,
.sliderTooltip2::after,
.sliderTooltip3::after,
.sliderTooltip4::after {
  content: "";
  position: absolute;
  top: -50%;
  left: 40%;
  border-left: 5px solid black;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(275deg);
}
.sliderRangeContainer > p {
  font-size: 11px;
  margin: 0 0.2rem;
  color: #757981;
  width: 45px;
}
.toolTipContainer {
  color: #757981;
  font-size: 13px;
}
.slideText p {
  font-size: 11px;
}
.slideText i {
  margin: 0 -2px;
}

.toolTipContainer {
  position: relative;
  text-align: center;
  width: 20px;
}
.tooltipText {
  background-color: black;
  font-size: 10px;
  color: #fff;
  border-radius: 5px;
  padding: 0.2rem;
  position: absolute;
  top: -40px;
  left: -140px;
  width: 150px;
  display: none;
}
.toolTipContainer i:hover + .tooltipText {
  display: block;
}

.meterContainer p {
  font-size: 11px;
}
#biddingText1,
#biddingText2,
#biddingText3,
#biddingText4,
#biddingText5,
#biddingText6,
#biddingText7,
#biddingText8 {
  position: relative;
  top: 0%;
}
.offeredContainer {
  position: absolute;
  top: 4rem;
}
.offeredContainer p {
  font-size: 11px;
}
.offeredContainer h5 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.2rem;
}
.meterTooltip {
  position: absolute;
  left: 12.5rem;
  top: 5rem;
}
#biddingText,
#confirmText {
  font-size: 0.71rem;
  font-weight: 700;
}

/* Gauge meter and Slider Section Ends here */

/* Flight Section starts here */
.flightDetailsContainer {
  border-top: 1px solid #e3e3e4;
  border-bottom: 1px solid #e3e3e4;
  background-color: #fff;
  display: flex;
  padding: 0rem 0.8rem;
}
.flightOD {
  display: flex;
  border-right: 1px solid #e3e3e4;
}
input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  font: inherit;
  position: relative;
  top: 0.25rem;
  color: rgb(99, 96, 96);
  border-radius: 3px;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  transition: 0.4s ease;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: #015aaa;
  border-color: #015aaa;
}
input[type="checkbox"]:checked::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left: 1px;
  top: -1px;
  font-size: 11px;
  position: absolute;
  font-weight: 600;
  color: #fff;
}
.checkIcon {
  position: relative;
  top: -50%;
  margin: 0.2rem;
  font-size: 10px;
  color: #fff;
  display: none;
}
.citiesContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.timeDate {
  display: flex;
  flex-direction: column;
}
.city p {
  font-size: 12px;
}
.timeDate label {
  font-size: 10px;
  line-height: 12px;
}
.toCity {
  text-align: right;
}
.checkBoxContainer {
  padding: 1rem 1.2rem;
  margin: 0.5rem 0;
  background-color: #f8f8f8;
}
.airways,
.flightName,
.flightClass {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0rem 1rem;
  border-right: 1px solid #e3e3e4;
}
.airways p,
.flightName p,
.flightClass p {
  margin: 0.3rem 0;
}
.flightClass {
  border: none;
}
.flightHeading {
  font-size: 12px;
}
.flightValue {
  font-size: 13px;
  font-weight: 600;
}
/* Flight Section ends here */

/* Bidding Section Starts here */
.biddingSection {
  background-color: #fff;
  padding: 0.5rem 2rem;
}
.upgradeType {
  border-right: 1px solid #e5e5e5;
  cursor: pointer;
  position: relative;
}
.upgradeType p {
  font-size: 13px;
  margin: 0.5rem 0;
}
#list1 {
  display: none;
}

#list11 {
  display: none;
}

#list12 {
  display: none;
}

#list2 {
  display: none;
}
.upgradeTypeList {
  position: absolute;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgb(218, 216, 216);
  z-index: 2;
  margin-top: 0.3rem;
  /* padding: 0.2rem 1.5rem; */
  width: 88%;
}
.upgradeTypeList p {
  font-weight: 600;
  padding: 0.6rem;
  margin: 0;
}
.upgradeTypeList p:hover {
  background-color: #ebf2fc;
  color: #015aaa;
}
.upgradeTypeList i {
  margin: 0 0.5rem;
}
.viewCabin {
  text-align: right;
}

.viewCabin label {
  font-size: 12px;
  cursor: pointer;
  color: #015aaa;
}
.viewCabin label:hover {
  text-decoration: underline;
}
.selectContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #015aaa;
  padding: 0rem 1rem;
  border-radius: 4px;
}
.selectContainer p {
  font-size: 14px;
  color: #015aaa;
}
.selectContainer i {
  font-size: 20px;
  color: #015aaa;
}
.downArrow {
  padding: 0.25rem 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: 0.2s ease;
}
.downArrow:hover {
  background-color: #eaf6ff;
}

/* Bidding Section Ends here */

.firstCity {
  box-shadow: 1px 1px 5px rgb(219, 218, 218);
}
.secondCity {
  margin-top: 0.7rem;
  box-shadow: 1px 1px 5px rgb(219, 218, 218);
}
.secondPassenger {
  margin: 1.5rem 0;
}

.cabinImageContainer {
  position: absolute;
  width: 320px;
  top: -100px;
  left: 220px;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  color: rgb(143, 176, 197);
  display: none;
  z-index: 1;
}
.seatCabinImageContainer {
  position: absolute;
  width: 320px;
  top: -100px;
  left: 220px;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  color: rgb(143, 176, 197);
  display: none;
  z-index: 1;
}
.seatCabinImageContainer img {
  border-radius: 3px;
}
.cabinHeading {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem;
}
.cabinHeading h3 {
  font-size: 13px;
  padding-bottom: 0.5rem;
}
.largeImage {
  width: 100%;
  height: 200px;
}
.cabinHeadingActive {
  color: #fff;
  border-bottom: 2px solid red;
}
.cabinImageList {
  margin: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
.smallImage {
  width: 60px;
  height: 40px;
  margin: 0 0.2rem;
}

.smallImage1 {
  width: 60px;
  height: 40px;
  margin: 0 0.2rem;
}

.smallImage2 {
  width: 60px;
  height: 40px;
  margin: 0 0.2rem;
}

.smallImageActive {
  border: 1px solid #fff;
}
.firstClassImages {
  display: none;
}
#cityKulData {
  display: none;
}
#cityBom,
#cityKul {
  cursor: pointer;
}
/* Upgrade tickets Section ends here */

/* ------------------------------------------------    Upgrade Page CSS ends here---------------------------------------------------------- */

/*--------------------------------------------------- Preffered Page CSS Starts here----------------------------------------------------- */
.passengerData1 {
  box-shadow: 1px 1px 5px rgb(219, 218, 218);
}
.preferredSeatContainer {
  display: none;
}
#prefferedCityNames {
  margin-left: 1rem;
}
#prefferedTravelOption {
  margin-left: 0.5rem;
}
#prefferedCitiesContainer {
  padding: 1rems;
}
.preferredPassengerDetails {
  background-color: #fff;
  padding: 0.5rem 1rem;
  margin-top: 0.1rem;
  position: relative;
}
#prefferedCitiesContainer,
#arrow {
  box-shadow: none;
}
#arrow::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: -130%;
  left: 100%;
  background-color: #fff;
  /* box-shadow: 1px 1px 5px rgb(219, 218, 218); */
  margin-left: -25px;
  transform: rotate(45deg);
}
.preferredPassengerHead,
.preferredPassengerName {
  display: flex;
  justify-content: space-between;
}
.preferredPassengerHead {
  background-color: #f7f7f7;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}
.preferredPassengerHead p {
  font-size: 12px;
  font-weight: 600;
  color: rgb(71, 63, 63);
}
.preferredPassengerName {
  margin: 0.7rem 0;
  justify-content: space-between;
  padding: 0 1rem;
}
.preferredPassengerName p {
  font-size: 12px;
}
.passengerData2 {
  margin: 0.5rem 0;
}
.planeContainer {
  height: 78vh;
  display: flex;
  justify-content: space-around;
  padding-left: 2rem;
}
.planeImageContainer {
  position: relative;
  overflow: scroll;
}
.planeImageContainer::-webkit-scrollbar {
  display: none;
}
.planeImage {
  width: 100%;
  height: 1500px;
  /* margin-top: -.8rem; */
  filter: drop-shadow(1px 1px 5px rgb(201, 200, 200));
}
.seatTypeImageContainer {
  width: 25%;
  margin-top: 3rem;
}
.seatTypeImageContainer > p {
  font-size: 12px;
  font-weight: 600;
  margin: 0.5rem 0;
}
.seatTypeImage {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0;
}
.seatTypeImage > p {
  font-size: 12px;
  margin-left: 1rem;
}
.seatImage {
  width: 25px;
  height: auto;
}
#freeSeat,
#blockedSeat,
#availableSeat,
#bookedSeat,
#assignedSeat,
#selectedSeat {
  width: 25px;
}
.planeSeatContainer {
  position: absolute;
  z-index: 1000;
  top: 40px;
  left: 20%;
  text-align: center;
}
.planeSeatContainer p {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.7;
}
.abcRow,
.row1Left {
  margin-right: 1.8rem;
}
.defRow,
.row1Right {
  margin-left: 1.8rem;
}
.abcRow p,
.defRow p {
  margin: 0 0.7rem;
  font-size: 11px;
}
.row1Left > svg,
.row1Right > svg {
  margin: 0 0.35rem;
  width: 20px;
  cursor: pointer;
}
.rowNumber {
  font-size: 11px;
}
.rowContainer {
  display: flex;
}
.seatRowContainer > :first-child {
  display: none;
}
.freeSeat1 {
  fill: #61666f;
}
.freeSeat2 {
  fill: #61666f;
}
.path {
  fill: #fff;
}
.seatSelected {
  fill: #219f0b;
}
.seatAssigned {
  fill: #e5e5e5;
}
.seatOccupied {
  fill: #726cff;
}
.seseatOccupied2 {
  fill: #61b2fc;
}
.seatOccupied3 {
  fill: #b4dcff;
}

/*--------------------------------------------------- Preffered Page CSS Ends here----------------------------------------------------- */

/*--------------------------------------------------- Empty Seat Page CSS Starts here----------------------------------------------------- */

#emptySeatContainer {
  display: none;
}
#seatBidding {
  padding: 0.5rem 1rem;
}
.seatCount label {
  font-size: 13px;
}
.selectSeat,
.viewSeat {
  display: flex;
  justify-content: space-between;
  margin: 0.8rem 0;
}
.viewSeat label:hover {
  text-decoration: underline;
  cursor: pointer;
}
.closeBtnContainer {
  display: flex;
  justify-content: flex-end;
}
.vouch-section {
  display: block;
  width: 100%;
  height: 78vh;
  overflow-y: scroll;
}
.vouch-section::-webkit-scrollbar {
  display: none;
}
.cardvocher {
  display: flex;
  justify-content: space-between;
  /* text-align: center; */
}
.hotelName {
  font-size: 12px;
}
/*--------------------------------------------------- Empty Seat Page CSS Starts here----------------------------------------------------- */

/*--------------------------------------------------- Add Luggage Page CSS Starts here----------------------------------------------------- */

#addLuggageContainer {
  /* display: none; */
}
.preferredPassengerName {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selectBaggage {
  width: 60%;
  position: relative;
  /* display: flex;
    justify-content:space-between;
    align-items: center;
    border: 1px solid #c0c2c5;
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
    color: #757981;
    cursor: pointer; */
}
.selectBaggage:hover {
  background-color: #ebf2fc;
}
#arrowIcon3,
#arrowIcon4,
#arrowIcon5,
#arrowIcon6 {
  color: #015aaa;
}
.kgListContainer {
  position: absolute;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgb(218 216 216);
  z-index: 1000;
  margin-top: 0.3rem;
  width: 19%;
  height: 250px;
  overflow: scroll;
  right: 17px;
}
.kgListContainer::-webkit-scrollbar {
  display: none;
}
.kgList {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.5rem;
}
.kgList > p {
  font-size: 13px;
}
.kgList:hover {
  background-color: #ebf2fc;
  color: #447aa8;
}
#list3,
#list4,
#list5,
#list6 {
  display: none;
}
/*--------------------------------------------------- Add Luggage Page CSS Ends here------------------------------------------------------ */

/*--------------------------------------------------- Add Lounge Page CSS Starts here----------------------------------------------------- */

#addLoungeContainer {
  display: none;
  height: 78vh;
  overflow-y: scroll;
}
#addLoungeContainer::-webkit-scrollbar {
  display: none;
}
.loungeScrollContainer::-webkit-scrollbar {
  display: none;
}
.loungeScrollContainer {
  height: 78vh;
  overflow-y: scroll;
}
.hr1 {
  color: rgb(201, 190, 190);
  margin: 1rem 0;
}
.hr2 {
  color: rgb(201, 190, 190);
  margin: 0.4rem 0;
}

.loungeCities {
  position: sticky;
}
.loungeCities p {
  font-size: 14px;
  font-weight: 600;
  padding: 0.4rem 2.5rem;
}
.loungeHeading {
  margin: 0.8rem;
}
.loungeHeading span {
  color: black;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 2px solid red;
}
.loungeContainer {
  padding: 0.8rem 0.6rem;
  margin: 0.8rem 0;
}
.loungeImages {
  position: relative;
}
.mainLoungeImg {
  width: 100%;
  height: 200px;
  border-radius: 4px;
}
.viewImages {
  position: relative;
  top: -15%;
  left: 58%;
  background-color: #faf7e8;
  padding: 0.1rem 0.8rem;
  font-size: 11px;
  color: gray;
  opacity: 0.9;
  border-radius: 10px;
  cursor: pointer;
}
.loungeName p {
  font-size: 13px;
  font-weight: 600;
}
.rating > .fa,
.rating > .far {
  font-size: 11px;
  margin-right: 0.1rem;
}
.rating label {
  font-size: 12px;
}
.rating .fa {
  color: #fec21c;
}
.loungePrice {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.silverGold {
  color: #f10014;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.luggageServices {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.luggageServices > input {
  margin: 0 0.5rem;
}
.pricePerson {
  border: 2px solid #015aaa;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  text-align: center;
}
.pricePerson p {
  font-size: 12px;
}
.pricePerson span {
  font-size: 10px;
}
.pricePerson label {
  font-weight: 600;
  font-size: 14px;
}
.selectLounge {
  border: 1px solid #015aaa;
  border-radius: 20px;
  width: 130px;
  padding: 0.5rem;
  color: #015aaa;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
}
hr {
  margin: 0.3rem;
}
.benefits {
  font-size: 10px;
  font-weight: 600;
}
.list ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.list ul li {
  color: #757981;
  font-size: 11px;
  margin: 0.2rem 0;
}

.list i {
  color: #4cc04c;
}
.loungeImageContainer {
  position: absolute;
  width: 320px;
  top: -50px;
  left: 320px;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  color: rgb(143, 176, 197);
  display: none;
  z-index: 100;
}
.increaseItemContainer {
  display: flex;
  justify-content: space-between;
  display: none;
}
.increaseItemContainer p {
  font-size: 14px;
  font-weight: 600;
  /* margin: 0 0.5rem; */
}
#loungeCartItems {
  display: none;
}
#loungeCartItems h6 {
  font-weight: 600;
  font-size: 13px;
  margin: 1rem 0;
}
/*--------------------------------------------------- Add Lounge Page CSS Ends here------------------------------------------------------ */

/*--------------------------------------------------- Review and Submit Page CSS Ends here------------------------------------------------------ */
.reviewAncillaryItems {
  box-shadow: 1px 1px 3px rgb(219 218 218);
  height: 78vh;
  overflow-y: scroll;
}
.reviewAncillaryItems::-webkit-scrollbar {
  display: none;
}
.reviewHeadingContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 3rem;
}
.backToUpgrade {
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  transition: 0.5s ease;
  cursor: pointer;
}
.backToUpgrade:hover {
  background-color: #f6f8fa;
}
.backToUpgrade p {
  font-size: 12px;
  font-weight: 600;
}
.backToUpgrade i {
  font-weight: 600;
  margin-right: 0.6rem;
}
.planeIconContainer {
  padding: 0.6rem 1rem;
  border-radius: 5px;
  margin-right: 1rem;
}
.planeIconContainer i {
  font-size: 30px;
}
.travelOptionText h5 {
  font-size: 17px;
}
.travelOptionText p {
  font-size: 13px;
  font-weight: 600;
}
.reviewPassengerContainer {
  margin: 1rem;
}
.reviewPassengerName p {
  font-size: 13px;
  font-weight: 600;
}
.reviewPassengerName label {
  font-size: 11px;
}
.profileIcon {
  margin-right: 1rem;
}
.reviewPassengerNameContainer {
  border-right: 1px solid #c0c2c5;
}
.reviewClassPriceContainer {
  margin-left: 6rem;
  margin-right: 1rem;
  padding: 1rem 0.5rem;
  background-color: #f9fcfe;
  border: 1px solid #daedfa;
  border-radius: 4px;
}
.reviewClassPriceContainer p {
  font-size: 12px;
  color: #757981;
}
.reviewBusiness {
  font-weight: 700;
  margin: 0 0.4rem;
}
.editIcon {
  margin: 0 0.2rem;
  color: #1981db;
  padding: 0.2rem 0.4rem;
  background-color: #ecf4fc;
  border-radius: 3px;
}
.reviewPassengerDetails {
  border-bottom: 1px solid #e3e3e4;
  padding: 2rem 0;
}

.reviewPassengerDetails:last-child {
  border-bottom: none;
}

.cartHeadingContainer h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  opacity: 0.8;
}
.cartItemsHeadContainer {
  cursor: pointer;
  padding: 1rem;
}
.cartItemsHeadContainer h5 {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.8;
}
.cartItemsHeadContainer h5 i {
  margin-right: 0.5rem;
  font-size: 16px;
}
.cartItemsHeadContainer p {
  font-size: 13px;
}
.cartItemsDetailsContainer {
  padding: 0.5rem 1rem;
}
.cartItemsDetailsContainer p {
  font-size: 12px;
}
#itemTotal {
  border-top: 1px solid #f0f0f0;
}
#itemTotal p {
  font-size: 14px;
  font-weight: 600;
}
.proceedPaymentBtn {
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
}

/*--------------------------------------------------- Review and Submit Page CSS Ends here------------------------------------------------------ */

/*--------------------------------------------------- Payment Page CSS Starts here------------------------------------------------------ */

.paymentContainer h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0.5rem 0;
  opacity: 0.8;
}
.paymentMethodContainer {
  padding: 0rem 1rem 3rem 1rem;
}
.paypalContainer {
  border-bottom: 1px solid #f0f0f0;
}
.paypalLogo {
  width: 100px;
  height: auto;
  margin: 0 1rem;
}
.creditCardOption {
  padding: 1rem 0rem;
}
.creditCardOption p {
  margin-left: 1rem;
  font-weight: 600;
}
.cardNumberContainer p {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.9;
}
.cardLogo {
  width: 40px;
}
.cardNumber {
  border: 1px solid #d4d3d3;
  padding: 0.5rem;
  border-radius: 5px;
  font-size: 12px;
}
.cardNumberHide {
  font-size: 8px;
}
/*--------------------------------------------------- Payment Page CSS Ends here------------------------------------------------------ */

/* ----------------------------------------------------login page---------------------------------------------------------------------- */
.login_page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid black;
  padding: 30px 50px;
  border-radius: 20px;
}
.login_page h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
  padding: 13px 0;
}
.text_box {
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  padding: 8px 0;
  /* border-bottom:1px solid */
}
.text_box i {
  width: 26px;
  float: left;
  text-align: center;
}
.text_box input {
  /* border:none;
    outline:none; */
  border-radius: 5px;
  background: none;
  color: black;
  font-size: 18px;
  width: 90%;
  float: left;
  margin: 0 10px;
}
.btn {
  text-align: center;
  width: 20%;
  background: none;
  border: 2px solid;
  color: #fff;
  padding: 5px;
  font-size: 18px;
  cursor: pointer;
  margin: 12px 0;
  background-color: lightblue;
}
#loginBtn {
  border: none;
  background: transparent;
}
.loginMsg {
  color: red;
  text-transform: uppercase;
  font-weight: 600;
}

#desclist {
  list-style-type: none;
  color: #121111;
}
.radio img {
  width: 100%;
  height: auto;
}
/* ********************************************************************************************************************* */

/* Tour Sectiom started here */

.cardListContainer {
  width: 100%;
  height: 78vh;
  overflow-y: scroll;
}
.cardListContainer::-webkit-scrollbar {
  display: none;
}
#tourSection {
  margin-top: 1rem;
}
#tourHeading {
  font-weight: 600;
}
.tourCardSection {
  background-color: #eaf6ff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  padding: 2rem 1rem;
  margin: 0.5rem 0;
}
.tourCard {
  width: 18%;
  color: #000;
}
.tourCard:hover {
  color: #000;
}
.card {
  border-radius: 8px;
  transition: 0.3s;
  border: none;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 8%);
}
#bestSeller,
#bookToday,
#deals,
#dateIdeas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#sellerText {
  color: #ff9c00;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1.5rem;
}
#bookText {
  color: #4985e6;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1.5rem;
}
#dealsText {
  color: #ff5722;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1.5rem;
}
#dateText {
  color: #ff5722;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1.5rem;
}
#bestSellerIcon {
  background-color: #ff9c00;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bookTodayIcon {
  background-color: #4985e6;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dealsIcon {
  background-color: #ff5722;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dateIcon {
  background-color: #e64340;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-sidebar-icon > i {
  color: #fff;
  font-size: 20px;
}
.card-img-top {
  border-radius: 10px 10px 0 0;
}
.card-title {
  font-size: 12px;
  font-weight: 600;
}
.card-text {
  font-size: 12px;
  align-items: center;
}
.card-text span {
  margin-right: 8px;
}
.card-text i,
span {
  color: #f86769;
}
.card-price {
  margin-top: 1rem;
  font-size: 12px;
  font-weight: 600;
}
.card-desc {
  font-size: 12px;
  color: gray;
}

/* Down Section  **************************/
#downSection {
  margin-top: 1rem;
  padding: 1rem 0;
}
#downHeading {
  font-size: 26px;
  font-weight: 600;
  margin: 0.5rem 0;
}
#downHeading2 {
  font-size: 26px;
  font-weight: 600;
  margin: 0.5rem 0;
  margin-top: 1rem;
}
/* #downHeading2::before{
        content: '';
        position: absolute;
        width: 4px;
        height: 5px;
        background-color: #E64340;
        margin-right: 1rem;
    } */
.notePara {
  background-color: #b9b5b5;
  padding: 0.7rem;
  border-radius: 15px;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  margin: 1rem 0;
}
.listItems {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
.listItems ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.listItems ul li {
  color: gray;
  margin: 0.5rem 0;
}
.listItems img {
  width: 20px;
  height: 20px;
  margin-right: 0.3rem;
}
.listPara {
  margin: 1rem 0;
}
.listPara ul {
  flex-direction: column;
  align-items: flex-start;
}
.listPara ul li {
  list-style-type: circle !important;
  color: black;
  margin: 0.5rem 0;
  font-size: 14px;
}
.listPara ul li i {
  font-size: 8px;
  color: gray;
  margin-right: 0.5rem;
}
.optionsContainer {
  background-color: #eaf6ff;
  border-radius: 15px;
  padding: 1.5rem 1rem;
  margin-top: 2rem;
}
.optionsHeading {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
.optionsHeading h5 {
  font-weight: 600;
}
.optionsHeading button {
  border: none;
  padding: 0.4rem 1rem;
  border-radius: 5px;
  background-color: #fff;
  color: #437dff;
  border: 1px solid #437dff;
  font-size: 12px;
}
.packageType {
  font-size: 14px;
  color: gray;
}
.optionsParaContainer {
  display: flex;
  margin: 1rem 0;
}
.optionsPara {
  background-color: #fff;
  padding: 0.4rem 1.2rem;
  border: 1px solid black;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  margin-right: 1rem;
  cursor: pointer;
}
.optionsPara:hover {
  background-color: #fff0e5;
}
#selectedOption {
  border: 1px solid #f0595b;
  background-color: #fff0e5;
  color: #f0595b;
}
.downOptionsContainer {
  display: flex;
  flex-direction: column;
}
.downOptionsContainer span {
  width: 50%;
  margin: 1rem 0;
}
.cartItemContainer {
  background-color: #fff;
  border-radius: 6px;
  padding: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}
.cartItemContainer > .adultContainer > h5 {
  font-size: 20px;
  font-weight: 600;
}
.cartPriceContainer > .oldPrice {
  font-size: 12px;
  text-decoration: line-through;
  color: gray;
}
.cartPriceContainer > .offerPrice {
  font-size: 16px;
  font-weight: 600;
  color: #f0595b;
}
.cartPriceContainer > .plusMinusBtn {
  padding: 0.2rem 0.7rem;
  border-radius: 3px;
  font-size: 24px;
  margin: 0 0.8rem;
  background-color: #eaf6ff;
  color: gray;
  cursor: pointer;
  outline: none;
}
.cartPriceContainer > .itemCount {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.totalPriceContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
}
.totalPriceContainer > .priceDetailsContainer > p {
  font-size: 14px;
}
.totalPriceContainer > .priceDetailsContainer > p > span {
  font-size: 24px;
  font-weight: 600;
  color: #f0595b;
  margin-right: 0.3rem;
}
.totalPriceBtnContainer > .totalPriceBtn {
  background-color: #f0595b;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  color: #fff;
  border: none;
  margin: 0 0.5rem;
  transition: 0.3s;
}
.totalPriceBtnContainer > .totalPriceBtn:hover {
  background-color: #f86769;
}

/* Down Section **************************/

/* Tour Sectiom Ends here *************************************************************/
@media only screen and (min-width: 280px) and (max-width: 900px) {
  .cabinImageContainer {
    position: relative;
    top: auto;
    left: auto;
    width: 320px;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    color: rgb(143, 176, 197);
    z-index: 1;
    margin: auto;
  }
  .sliderContainer {
    width: 100%;
  }
  .sliderPrice h6 {
    font-size: 16px;
  }
  .slideText p {
    font-size: 12px;
  }
  .sliderRangeContainer > p {
    font-size: 14px;
    width: auto;
  }
  .meterTooltip {
    left: 90%;
    top: 75%;
  }
  .toolTipContainer {
    width: auto;
  }
  .offeredContainer {
    top: 4.2rem;
  }
  .upgradeDropdown {
    height: auto;
    position: relative;
  }
}
