.NICR_Intro,
.OurHead,
.SecHead,
.text-center {
  text-align: center;
}
.Clear_BTN,
.single_BTN {
  color: #fff;
  border-radius: 20px;
}
.OurHead {
  margin: 5px 0 25px;
  padding: 5px 0;
}
.SecHead {
  display: inline;
}
.City_Links,
.Pack_row {
  display: grid;
  gap: 10px;
}
.OuterwithFilteration {
  margin: 20px auto;
}
.Pack_row {
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  margin: 10px 0;
}
.homepagebtnclickedcss {
  background: #d8161d !important;
}
.AllPackCard_Img {
  width: 100%;
  height: 245px;
}
.City_Links {
  grid-template-columns: repeat(5, 1fr);
  margin: 5px 0;
  padding: 5px 0;
}
.Clear_BTN {
  margin-left: 10px;
  background: #d8161d;
  padding: 10px;
  float: right;
}
.DeletedPrice,
.savePrice {
  position: relative;
  margin-left: 2px;
}
.single_BTN {
  background: #002d62;
  padding: 5px 10px;
}
.PriceText {
  font-size: 22px;
  color: #db2c33;
}
.savePrice {
  font-size: 12px;
  top: -4px;
}
.savePriceinAllPack {
  margin-right: 2px;
}
.DeletedPrice {
  top: -2px;
}
.PriceOffOnPack {
  font-size: 15px;
  font-weight: 600;
  float: right;
  padding: 2px 12px 0;
  background-color: #ffe401;
  position: absolute;
  color: #000;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
}
.BillingHead,
.basicPText {
  font-size: 16px;
}
.ActiveDetailBtn,
.InputDateBox,
.card-body,
.right-div,
.single-Btn {
  position: relative;
}
.Packages_CARD {
  box-shadow: 2px 2px 6px #000;
  transition: 0.2s ease-in-out;
}
.Packages_CARD:hover {
  box-shadow: 4px 4px 12px #000;
}
.card-body {
  padding: 0.5rem;
}
.Intro_Para {
  text-align: justify;
}
.ByNameSearch {
  border: 2px solid #000;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .Pack_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.DetailMainDiv {
  display: flex;
  justify-content: space-between;
}
.OutestDiv {
  margin: 20px 5%;
}
.SuggestionSlider {
  margin: 10px 0 20px;
}
.react-multiple-carousel__arrow--left::before {
  content: "<" !important;
}
.react-multiple-carousel__arrow--right::before {
  content: ">" !important;
}
.alignCenter {
  margin: 20px 0 10px;
  text-align: center;
}
.Left-div {
  flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
  border: 10px solid #f8f9fa;
  background-color: #f8f9fa;
}
.right-div {
  flex: 0 0 60%;
  max-width: 60%;
  width: 60%;
}
@media only screen and (min-width: 565px) and (max-width: 768px) {
  .Left-div {
    width: auto;
    max-width: fit-content;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 890px) {
  .Left-div {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .right-div {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
.BillingHead {
  text-align: left;
  margin-bottom: 0.5rem;
}
.BillingHeadFinal {
  font-size: 18px;
}
.Buttons-Div {
  display: flex;
}
.single-Btn {
  color: #fff;
  background: #036;
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  font-weight: 600;
}
.ActiveDetailBtn {
  background-color: #bb181e;
}
.ActiveDetailBtn::before,
.single-Btn:hover::before {
  content: "♦";
  position: absolute;
  top: 21px;
  left: 44%;
  font-size: 30px;
  color: #bb181e;
}
.single-Btn:hover {
  background-color: #bb181e !important;
}
.detail-banner {
  width: 100%;
}
.DescriptionMainHead {
  margin: 10px 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}
.Enquire_Now,
.ItenDayMarker,
.PriceTable,
.SaleOffer {
  text-align: center;
}
.NightsMargin {
  margin-bottom: 2rem;
}
.DetailbannerImg {
  height: 100%;
}
.Detail-Shifter {
  margin: 20px 0;
  background-color: #fff;
  padding: 5px;
  overflow: auto;
}
.ItenDayMarker {
  background: #bb181e;
  color: #fff;
  width: auto;
  min-width: 70px;
  line-height: 2.2;
  height: 100%;
  font-size: 18px;
}
.ItenHeading {
  margin-left: 5px;
  line-height: 2.2;
}
.Calculation,
.ItenaryParaData {
  margin: 10px 0;
}
.itenary-dayhead {
  display: flex;
  height: 35px;
  background-color: #f8f9fa;
}
.OuterAbsoluteDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.NewEnquiryForPackageDesign {
  display: flex;
  flex-direction: row;
}
.fair-price {
  background-color: #f5f5f5;
  padding: 10px 0 20px;
  border: 2px solid #000;
  position: sticky;
  top: 20px;
  height: 300px;
}
.rightHead {
  width: 90%;
  margin: 0 auto;
  background: #036;
  color: #fff;
  font-size: 1.05rem;
}
.PriceTable {
  width: 100%;
}
.DateDiv,
.selectDIv {
  margin: 10px auto;
  justify-content: center;
  width: 90%;
}
.InputDateBox,
.selectBox {
  width: 100%;
  background: #fff;
}
.BasePrice,
.GstDiscount,
.discountedPrice {
  display: inline;
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.TotalPrice {
  display: inline-block;
  font-size: 18px;
}
.sameDiv {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 5px auto;
  border-bottom: 2px dashed #000;
}
.ButtonHolder,
.FinalPriceDiv {
  margin: 10px auto;
  width: 90%;
}
.minusColor {
  color: #bb181e;
}
.plusColor {
  color: green;
}
.Enquire_Now {
  width: 100%;
  padding: 4px 21px;
  border-radius: 8px;
  border: 1px solid #bb181e;
  display: inline-block;
  color: #bb181e;
  font-size: 14px;
  transition: 0.5s ease-in-out;
  font-weight: 700;
  cursor: pointer;
  background-color: rgba(188, 86, 86, 0.1);
}
.Enquire_Now:hover {
  background-color: #bb181e;
  color: #fff;
}
.leftRightPakcageDetailsPricing {
  width: 50%;
}
@media only screen and (min-width: 300px) and (max-width: 565px) {
  .NewEnquiryForPackageDesign {
    flex-direction: column;
  }
  .FlexOfDescriptionandAdvertisment,
  .leftRightPakcageDetailsPricing {
    width: 100%;
  }
  .Left-div {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .DescriptionMainHead {
    font-size: 18px;
  }
  .NightsMargin {
    font-size: 14px;
  }
  .Pack_row {
    display: flex;
    flex-direction: column;
  }
  .City_Links {
    grid-template-columns: repeat(2, 1fr);
  }
  .carousel {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .react-multi-carousel-list {
    padding-bottom: 30px;
  }
  .right-div {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .DetailMainDiv {
    flex-direction: column;
  }
  .OuterAbsoluteDiv {
    position: relative;
  }
  .fair-price {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .react-multi-carousel-list {
    padding: 30px;
  }
}
@media only screen and (max-width: 690px) {
  .ItenHeading {
    line-height: 1;
  }
}
@media only screen and (min-width: 980px) {
  .FlexOfDescriptionandAdvertisment {
    display: flex;
    flex-direction: row;
  }
  .LeftSideOFDescription {
    width: 70%;
  }
  .RightSideAdvertisment {
    width: 30%;
  }
}
@media only screen and (max-width: 980px) {
  .FlexOfDescriptionandAdvertisment {
    display: flex;
    flex-direction: column;
  }
  .DetailbannerImg {
    height: 275px;
  }
  .BasePrice,
  .BillingHead,
  .GstDiscount,
  .discountedPrice {
    font-size: 14px;
  }
  .BillingHeadFinal,
  .TotalPrice {
    font-size: 16px;
  }
}
@media only screen and (min-width: 620px) and (max-width: 890px) {
  .srv__pack_image_description,
  .booking__info--middle,
  .booking__info--middle {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .Booking__Responsive {
    flex-direction: column;
  }
}
@media only screen and (min-width: 890px) and (max-width: 980px) {
  .srv__pack_image_description {
    display: flex;
  }
  .booking__info--middle {
    flex: 0 0 33%;
    width: 33%;
    max-width: 33%;
    padding: 5px;
  }
}
@media only screen and (min-width: 620px) and (max-width: 980px) {
  .booking__card {
    margin: 10px 0 !important;
    max-width: 100% !important;
  }
  .Booking__Responsive {
    display: flex;
  }
  .booking__Image,
  .booking__info--top {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 5px;
  }
  .booking__info {
    display: none !important;
  }
  .SaleOffer {
    display: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 620px) {
  .booking__card {
    margin: 10px auto !important;
  }
}
.booking__card {
  position: relative;
  width: 95%;
  max-width: 95%;
  background-color: #f2f2f2;
  border-radius: 7px;
  box-shadow: 5px 5px 50px #ccc;
  transition: 0.2s;
  margin: 10px 0 0 auto;
  padding: 10px 5px 5px;
}
.booking__card:hover {
  transform: scale(1.015);
}
.Booking__Responsive {
  padding: 0px 10px;
}
.booking__Image {
  text-align: center;
}
.inclusions__div span {
  margin-left: 10px;
}

.booking__card--image {
  object-fit: contain;
  border-radius: 7px 7px 0 0;
  width: 100%;
}
.SaleOffer {
  position: absolute;
  top: 0;
  left: 0;
  color: #bb181e;
  background: #fff;
  font-size: 18px;
  padding: 5px;
  width: 100%;
  z-index: 99;
}
.booking__info {
  padding: 1.25em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.3em;
}
.booking__info--top {
  width: 100%;
}
.booking__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #3f3f3f;
  text-align: center;
}
.booking__info--middle {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.booking__card--divider {
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}
.booking__price {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 900;
  color: #3f3f3f;
}
.booking__description {
  font-size: 13px;
  color: #bb181e;
}
.booking__promotion {
  font-size: 0.8rem;
  color: #8c8c8c;
}
.booking__info--bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5em;
}
.btn {
  border: 0;
  padding: 0.5em 2em;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.2s;
}
.btn--primary {
  border: 1px solid #e5e5e5;
  background: 0 0;
  color: #727272;
}
.btn--primary:hover {
  background: #e5e5e5;
}
.btn--secondary {
  background: #5550a6;
  color: #f2f2f2 !important;
}
.btn--secondary:hover {
  background: rgba(85, 80, 166, 0.9);
}
.btn--alt {
  color: #727272;
}
.btn--alt:hover {
  color: #f2f2f2;
  background: #c55252;
}
/* suggestionslidercss.css */

.custom-left-arrow,
.custom-right-arrow {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: white;
  padding: 5px 12px;
  border-radius: 50%;
}

.custom-left-arrow {
  left: 10px;
}

.custom-right-arrow {
  right: 10px;
}
