.display-not {
  display: none;
}
.display {
  display: block;
}
.FormBanner {
  display: flex;
  width: 99%;
  max-width: 99%;
  margin: 0 auto;
  height: 475px;
  position: relative;
}
.topBtn {
  border: none;
  color: #fff;
  background: #117a8b;
  padding: 5px 10px;
  width: 48%;
  margin: 5px 5px 5px 0;
}
.second-choice {
  text-align: left;
}
.Activeness {
  background-color: #d8161d !important;
}
.banner-product-showcaser {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 150px;
  top: 20%;
  right: 10%;
  background-color: rgba(16, 24, 32, 1);
  color: #fee715;
  border-radius: 10%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  padding: 20px 15px;
  text-align: center;
}

.banner-product-showcaser::before {
    content: "";
    position: absolute;
    left: 48%;
    top: 5%;
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

@keyframes bottomToUp {
  0% {
    transform: translateX(-10px) rotate(0deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(-10deg);
  }
}

.animate-product-banner {
  animation: bottomToUp 1s ease-in-out forwards;
}

.banner-product-showcaser:hover {
  transform: scale(1.01);
}

.banner-product-showcaser p {
  text-align: center;
}
.FormBox {
  margin: 10px auto;
}
.form-divider1,
.form-divider2,
.form-divider3 {
  margin: 15px 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.input-box {
  border: 1px solid #000;
  background-color: #fff;
  width: 20%;
  height: 30px;
}
.Homecarousel,
.banner-image {
  width: 100%;
  height: 475px;
}
.internal-btn:focus {
  background: #d8161d;
  color: #fff;
}
.carousel {
  width: 100%;
}
.carousel-control-next,
.carousel-control-prev,
.w-100 {
  height: 475px;
}
.Form_Outer {
  padding: 10px;
  background-color: #f8f9fa;
  margin: 7% 0 0;
}
.internal-btn {
  background-color: #117a8b;
  border: none;
  padding: 4px;
  color: #fff;
  margin: 5px;
}
.btn-info,
.btn-info:hover {
  color: #fff;
  border: 1px solid #000;
}
.Homecarousel {
  max-width: 100%;
  flex: 0 0 100%;
}
.Main-choice {
  width: 40%;
  max-width: 40%;
  flex: 0 0 40%;
  text-align: center;
}
.label-forReact {
  text-align: left !important;
}
.Enquire_Now,
.NICR_Intro,
.OurHead,
.SecHead {
  text-align: center;
}
.input-group {
  flex-wrap: nowrap !important;
  flex-direction: column;
}
.input-group-btn {
  margin-top: 15px;
}
.btn-info {
  width: 100%;
  background-color: #006400;
}
.btn-info:hover {
  background-color: rgba(13, 173, 13, 0.836);
}
@media only screen and (min-width: 460px) and (max-width: 500px) {
  .FormBanner,
  .carousel-control-next,
  .carousel-control-prev,
  .w-100 {
    height: 275px;
  }
  .banner-product-showcaser {
    width: 220px;
    height: 100px;
    padding: 10px;
  }
  .banner-product-showcaser p,
  .banner-product-showcaser span {
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 350px) and (max-width: 460px) {
  .FormBanner,
  .carousel-control-next,
  .carousel-control-prev,
  .w-100 {
    height: 215px;
  }
  .banner-product-showcaser {
    width: 140px;
    height: 90px;
    padding: 5px;
  }
  .banner-product-showcaser p,
  .banner-product-showcaser span {
    margin-bottom: 0;
    font-size: 12px;
  }
  .banner-product-showcaser::before {
    display: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 350px) {
  .FormBanner,
  .carousel-control-next,
  .carousel-control-prev,
  .w-100 {
    height: 180px;
  }
  .banner-product-showcaser {
    width: 120px;
    height: 80px;
    padding: 5px;
  }
  .banner-product-showcaser p,
  .banner-product-showcaser span {
    margin-bottom: 0;
    font-size: 12px;
  }
  .banner-product-showcaser::before {
    display: none;
  }
}
.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.33);
}
.Clear_BTN,
.single_BTN {
  border-radius: 20px;
  color: #fff;
}
.Enquire_Now:hover {
  background-color: #bb181e;
  color: #fff;
}
.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;
}
.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;
  position: relative;
}
.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;
  }
}
@media only screen and (max-width: 768px) {
  .Pack_row {
    display: flex;
    flex-direction: column;
  }
  .City_Links {
    grid-template-columns: repeat(2, 1fr);
    height: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .City_Links {
    height: 88px;
  }
}
