@charset "UTF-8";
/* font-family: "Oswald", sans-serif; */
/* font-family: "Lato", sans-serif; */
/* font-family: "Poppins", sans-serif; */
/* font-family: "Playwrite TZ", cursive;*/
html {
  scroll-behavior: smooth;
}

h1, h2, h3 {
  font-family: "Oswald", sans-serif;
  color: #002248;
}

h4, h5, h6, p, body {
  font-family: "Poppins", sans-serif;
  color: #002248;
}

img {
  max-width: 100%;
}

.btn {
  font: 500 1rem/1.6 "Poppins", sans-serif;
  padding: 8px 15px;
  border-radius: 4px;
  min-width: 150px;
  max-width: 100%;
  text-transform: uppercase;
  border: 1px solid;
}

.btn:hover, .btn:focus {
  border: 1px solid;
}

.btn-primary {
  background-color: #A2248E;
  border-color: #A2248E;
  color: #fff;
}

.btn-primary:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #fff;
  border-color: #A2248E;
  color: #A2248E;
  text-decoration: none;
}

.btn-secondary {
  background-color: #c6f058;
  color: #fff;
  border-color: #c6f058;
}

.btn-secondary:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  background-color: #fff;
  border-color: #c6f058;
  color: #c6f058;
  text-decoration: none;
}

select.form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.select2-container .select2-selection--single {
  height: 38px;
  border-color: var(--bs-border-color);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-container .select2-selection--single .select2-selection__rendered {
  color: #2a2e32;
  line-height: 36px;
}

.select2-selection__arrow {
  height: 100% !important;
  background: url(../images/down-arrow.png) center center no-repeat;
  background-size: auto;
}

.select2-selection__arrow b {
  display: none;
}

/* Owl Carousel */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  outline: none !important;
  margin: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0%;
  background: url(../images/next.png) center center no-repeat rgba(0, 0, 0, 0.5) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0%;
  background: url(../images/prev.png) center center no-repeat rgba(0, 0, 0, 0.5) !important;
}

.wrapper {
  overflow: hidden;
}

.fullwidth {
  position: relative;
  margin-left: 50%;
  width: 100vw;
  max-width: 100vw;
  clear: both;
}

/* ======================== HEADER + MENU ========================= */
header {
  position: relative;
  z-index: 99;
}
header .navbar .dropdown-menu.dropdown-menu-end {
  right: 0;
}

.top-header {
  background: url(../images/top-nav-bg.jpg) center center repeat-y;
  background-size: contain;
  text-align: center;
  padding: 10px 0;
}
.top-header p {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.navbar .navbar-nav .dropdown ul li a {
  font-size: 12px !important;
  color: #242424;
  font-weight: 400;
}

.side-bar-area {
  margin-left: 30px;
}
.side-bar-area h4 {
  display: none;
}
.side-bar-area button {
  background: transparent !important;
  border: 0 !important;
}
.side-bar-area .dropdown-toggle::after {
  display: none;
}
.side-bar-area ul.dropdown-menu {
  width: 220px;
  background: #f3f2ee;
  padding: 10px 0;
}
.side-bar-area ul.dropdown-menu li a {
  color: #111a21;
  font-size: 14px;
}
.side-bar-area ul.dropdown-menu li:hover a {
  color: #A2248E;
}

.month-area {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.month-area h4 {
  position: absolute;
  top: 30px;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.month-area input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 0;
  border-radius: 0 !important;
  cursor: pointer;
}
.month-area input[type=radio]:checked + label {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 149;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1882352941);
  border-radius: 10px;
}
.month-area .image-area {
  position: relative;
  z-index: 1;
}

.main__header__content .navbar-nav {
  margin-right: 0;
}

.navbar.shrink .header__logo {
  max-width: 100px;
}
.navbar.shrink .navbar-nav li a {
  color: #000;
}
.navbar.shrink .side-bar-area button img {
  filter: brightness(0) saturate(100%);
}

.top-menu ul li .dropdown-item {
  white-space: wrap;
  background: none;
}

/* ====== Menu 2nd Part ====== */
.header-area {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 2;
  padding-top: 10px;
}

@media screen and (min-width: 992px) {
  /*	Sticky Header  */
  .header-area.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 4px 0;
    z-index: 999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.97);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
  }
  .header-area.fix .logo img {
    max-height: 36px;
  }
  .header-area.fix .top-menu ul li a {
    color: #353535;
    font-size: 15px;
  }
  .header-area.fix .side-bar-area button img {
    filter: brightness(0) saturate(100%);
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .top-menu {
    justify-content: end;
    display: flex;
  }
  .top-menu #NavMenu {
    display: flex;
  }
  .top-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .top-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 991;
    margin: 0 5px;
  }
  .top-menu ul li a {
    padding: 4px 7px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    display: block;
  }
  /* .top-menu ul li.dropdown > a:after{content:''; width:12px; height:10px; display:inline-block; margin-left:4px; background:url(../img/dropdown.png) center center no-repeat;} */
  .top-menu ul li a:hover,
  .top-menu ul li:hover > a,
  .top-menu ul li.current-menu-item > a {
    color: #c6f058;
  }
  .top-menu ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    width: 220px;
    background: #f3f2ee;
    padding: 10px 0;
    text-align: left;
  }
  .top-menu ul ul li {
    float: none;
    padding: 0 15px;
    margin: 0;
    display: block;
  }
  .top-menu ul ul li a {
    color: #111a21;
    display: block;
    padding: 5px;
    border: none;
    font-size: 14px;
  }
  .top-menu ul ul li.dropdown > a:after {
    display: none;
  }
  .top-menu ul ul li a:hover,
  .top-menu ul ul li:hover > a,
  .top-menu ul ul li.current-menu-item > a {
    color: #A2248E;
  }
  .top-menu ul ul ul {
    left: 100%;
    top: 0;
  }
  .top-menu ul li:hover > ul {
    display: block;
  }
  .top-menu ul li ul {
    opacity: 0;
    z-index: 10;
    top: -9999em;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    transform: scale(0.9);
    transform-origin: center top;
    transition-property: transform, opacity, top;
    transition-duration: 0.3s, 0.3s, 0s;
    transition-delay: 0s, 0s, 0.3s;
  }
  .top-menu ul li:hover > ul {
    top: 100%;
    opacity: 1;
    transform: scale(1);
    transition-delay: 0s;
  }
  .top-menu ul ul li:hover > ul {
    top: -10px;
    left: 100%;
  }
}
.side-bar-area ul {
  padding: 10px;
}
.side-bar-area ul li {
  display: block;
  text-align: left;
}
.side-bar-area ul li a {
  color: #313131;
}

.nav-link:focus {
  color: #c6f058;
}

/* =========================== BANNER SECTION ================================= */
.banner-content-wrapper {
  text-align: center;
  margin-top: 4.5rem;
}
.banner-content-wrapper h3 {
  color: #C6F058;
  font-size: 2rem;
  text-transform: uppercase;
}
.banner-content-wrapper h1 {
  font-size: 4rem;
}
.banner-content-wrapper .search__holder {
  margin: auto;
  margin-top: 50px;
  max-width: 610px;
}
.banner-content-wrapper .search__holder .search__inner {
  border-radius: 10px;
}
.banner-content-wrapper .search__holder .search__inner a {
  padding: 5px 7px;
  position: relative;
  border: 2px solid #a4ce3a;
  border-radius: 10px;
}
.banner-content-wrapper .search__holder .search__inner a input {
  border-radius: 10px;
  padding: 0;
  height: calc(100% - 11px);
  position: absolute;
  right: 5px;
  width: 150px;
}
.banner-content-wrapper .search__holder .search__inner a::after {
  content: "Search countries, cities";
  position: absolute;
  left: 20px;
  top: 15px;
  color: #000;
}

.main__banner {
  max-height: none;
}
.main__banner .slide-item {
  height: 650px;
}
.main__banner .slide-item .image__box {
  height: 100%;
}
.main__banner .slide-item .image__box img {
  max-height: none;
  height: 650px;
  -o-object-position: center;
     object-position: center;
}

.banner-strip-section {
  margin-top: -20px;
  position: relative;
  z-index: 9;
}
.banner-strip-section .banner-strip-area {
  background: #000;
  max-width: 860px;
  padding: 10px 0;
  margin: auto;
  border-radius: 30px;
}
.banner-strip-section .banner-strip-area ul {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 55px;
       column-gap: 55px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  row-gap: 15px;
}
.banner-strip-section .banner-strip-area ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.heading {
  margin-bottom: 30px;
}
.heading h2 {
  font-size: 1.85rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.heading a {
  font-size: 18px;
  font-weight: 600;
  color: #002248;
}
.heading a i {
  margin-left: 7px;
}

.section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-padding-top {
  padding-top: 4rem;
}

.section-padding-bottom {
  padding-bottom: 4rem;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #002248;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-theme .owl-dots .active.owl-dot span {
  background: #002248;
}

.t-batch {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 15px;
}

.service__items .slide-item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service__items .slide-item a .cate__box {
  margin: 0 0 0px;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.service__items .slide-item a .cate__box::after {
  content: "";
  width: 100%;
  height: 35%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service__items .slide-item a h5 {
  position: absolute;
  bottom: 5px;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.summer-gateway-area {
  margin-top: 5rem;
}

.offer-section .main-img-area {
  width: 100%;
  height: 450px;
}
.offer-section .main-img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-section .content-area-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  background: url(../images/offer-bg1.png) center center #E9FFEF;
  background-size: cover;
  position: relative;
}
.offer-section .content-area {
  text-align: center;
  max-width: 360px;
}
.offer-section .content-area h6 {
  font-size: 1.2rem;
  color: #28B14E;
  font-weight: 600;
}
.offer-section .content-area h3 {
  font-size: 4.5rem;
  color: #A2248E;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.offer-section .content-area h4 {
  font-size: 1.125rem;
  color: #444444;
  font-weight: 600;
  margin: 10px 0 15px;
}
.offer-section .offer-item {
  position: absolute;
  left: -135px;
  width: 270px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.offer-section .offer-item .image-area {
  width: 100%;
  height: 190px;
  position: relative;
}
.offer-section .offer-item .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-section .offer-item .image-area::after {
  content: "";
  width: 100%;
  height: 30px;
  background: url(../images/offer-sep.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}
.offer-section .offer-item .cont-area {
  padding: 10px 10px 20px;
  text-align: center;
}
.offer-section .offer-item .cont-area h4 {
  font-size: 16px;
  color: #000;
}
.offer-section .offer-item .cont-area #countdown ul {
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.offer-section .offer-item .cont-area #countdown ul li {
  display: inline-block;
}
.offer-section .offer-item .cont-area #countdown ul li span {
  display: block;
  color: #087DC2;
  font-weight: 600;
}

.package-item .image-area {
  width: 100%;
  height: 350px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.package-item .image-area > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-item .content-area {
  margin: 15px 0 0;
}
.package-item .content-area h4 {
  font-size: 17px;
  color: #333;
  margin: 12px 0 12px;
}
.package-item .content-area h4 a {
  color: #333;
}
.package-item .content-area h4 a:hover {
  color: #A2248E;
}
.package-item .content-area h5.price-part {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}
.package-item .content-area h5.price-part span {
  font-size: 15px;
  color: #BDBDBD;
  text-decoration: line-through;
  font-weight: 400;
}
.package-item .content-area .top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.package-item .content-area .top-part h5 {
  display: inline-block;
  font-size: 15px;
  color: #757575;
  font-weight: 400;
  margin: 0;
}
.package-item .content-area .top-part h6 {
  display: inline-block;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin: 0;
}
.package-item .content-area .top-part h6 i {
  color: #28B14E;
  margin-right: 3px;
}
.package-item .button-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.package-item .button-area .icon {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A2248E;
  border-radius: 4px;
  color: #A2248E;
}
.package-item .button-area .icon:hover {
  background-color: #A2248E;
}
.package-item .button-area .icon:hover i {
  color: #fff;
}
.package-item .button-area .btn {
  height: 40px;
  font-weight: 500;
  width: auto;
  flex: 1 0 0;
}
.package-item .owl-theme .owl-nav.disabled + .owl-dots {
  bottom: 10px;
}
.package-item .owl-theme .owl-dots .owl-dot span {
  border-color: #fff;
}
.package-item .owl-theme .owl-dots .active.owl-dot span {
  background-color: #fff;
}

.custom-t-batch {
  background: #FFCC08;
  color: #000;
  font-weight: 500;
  padding: 2px 15px 2px 15px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 30px;
}
.custom-t-batch::after {
  content: "";
  position: absolute;
  right: -15px;
  width: 30px;
  height: 30px;
  border-right: solid 15px transparent;
  border-bottom: solid 15px #FFCC08;
  border-top: solid 15px #FFCC08;
}

.gatway-section {
  background: url(../images/gatway-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 3.5rem 0;
}
.gatway-section .content-area h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.gatway-section .content-area p {
  color: #333;
}

.rating {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 2px;
}
.rating li {
  display: inline-block;
  color: #f3d019;
}

.testimonial-section .title-content h3 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #002248;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.testimonial-section .title-content p {
  color: #333;
}
.testimonial-section .testimonial-item {
  padding: 30px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}
.testimonial-section .testimonial-item p {
  font-size: 16px;
  color: #333;
  margin: 15px 0;
}
.testimonial-section .testimonial-item h4 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 15px 0 0;
}
.testimonial-section .testimonial-item .image-area {
  width: 60px;
  height: 60px;
}
.testimonial-section .testimonial-item .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .item {
  padding: 20px 15px;
}
.testimonial-section .video-testi-area {
  background: #c4c4c4;
  padding: 6px;
}
.testimonial-section .testi-nav {
  justify-content: center;
}
.testimonial-section .testi-nav .nav-link {
  background: #f4f4f4;
  color: #000;
}
.testimonial-section .testi-nav .nav-link.active {
  background-color: #a5cf39;
}

.testimonial-section.type2 {
  margin-bottom: 60px;
}

.inspire-section {
  background-color: #EEFFFB;
}
.inspire-section h2 {
  text-transform: uppercase;
}
.inspire-section a img {
  border-radius: 20px;
}

.partners-section {
  background-color: #EEFFFB;
  padding: 50px 0;
}

.expertise-section {
  padding: 3rem 0;
}
.expertise-section h2 {
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.expertise-section .flag-item {
  text-align: center;
  padding: 20px 10px 20px;
  background-color: #e9f7ef;
  border-radius: 12px;
  max-width: 200px;
  margin: auto;
  max-width: 100%;
}
.expertise-section .flag-item img {
  height: 50px;
  width: auto;
  margin: 0 auto 15px;
}
.expertise-section .flag-item h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.deal-section {
  background: url(../images/bg2.jpg) center center no-repeat;
  background-size: cover;
}
.deal-section h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.deal-section h2 + p {
  margin-bottom: 3rem;
  color: #000;
}
.deal-section .deal-row .deal-item {
  text-align: center;
  padding: 22px 10px 20px;
  background-color: #e9f7ef;
  border-radius: 15px;
}
.deal-section .deal-row .deal-item img {
  height: 50px;
  margin-bottom: 15px;
}
.deal-section .deal-row .deal-item h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.deal-section .deal-row > div:nth-child(6n+1) .deal-item {
  background-color: #f9f3ff;
}
.deal-section .deal-row > div:nth-child(6n+2) .deal-item {
  background-color: #ffeef7;
}
.deal-section .deal-row > div:nth-child(6n+3) .deal-item {
  background-color: #f0f7ff;
}
.deal-section .deal-row > div:nth-child(6n+4) .deal-item {
  background-color: #ffe3e1;
}
.deal-section .deal-row > div:nth-child(6n+5) .deal-item {
  background-color: #fff5c5;
}
.deal-section .deal-row > div:nth-child(6n+6) .deal-item {
  background-color: #e5f7fc;
}

.blog-section h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.blog-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.blog-item > a {
  position: relative;
}
.blog-item .image-area {
  width: 100%;
  height: 300px;
  position: relative;
}
.blog-item .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item .image-area::after {
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 15%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
}
.blog-item .content-area {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.blog-item .content-area h4 {
  flex: 0 0 100%;
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.blog-item .content-area .date {
  flex: 0 0 auto;
  width: auto;
  font-size: 14px;
  background-color: #A2248E;
  padding: 3px 8px;
  border-radius: 10px;
  color: #fff;
  margin: 0;
}
.blog-item .content-area .author {
  flex: 0 0 auto;
  width: auto;
  margin-left: 10px;
  color: #fff;
}

.holiday-section {
  margin-top: 4rem;
}
.holiday-section .container {
  background-color: #FBE9F8;
  border-radius: 30px;
  padding: 3.5rem 0;
}
.holiday-section h2 {
  margin-bottom: 40px;
}
.holiday-section .holiday-row .holiday-item {
  width: 230px;
  height: 230px;
  margin: auto;
  background: url(../images/h1.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.holiday-section .holiday-row .holiday-item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.holiday-section .holiday-row .holiday-item .item-wrapper {
  text-align: center;
}
.holiday-section .holiday-row .holiday-item .item-wrapper > * {
  flex: 0 0 100%;
  width: 100%;
  display: block;
}
.holiday-section .holiday-row .holiday-item .item-wrapper h5 {
  font-size: 15px;
}
.holiday-section .holiday-row .holiday-item .item-wrapper h4 {
  font-size: 2rem;
}
.holiday-section .holiday-row > div:nth-child(4n+1) .holiday-item {
  background-image: url(../images/h1.png);
}
.holiday-section .holiday-row > div:nth-child(4n+2) .holiday-item {
  background-image: url(../images/h2.png);
}
.holiday-section .holiday-row > div:nth-child(4n+3) .holiday-item {
  background-image: url(../images/h3.png);
}
.holiday-section .holiday-row > div:nth-child(4n+4) .holiday-item {
  background-image: url(../images/h4.png);
}

.newsletter-section .newsletter-area {
  text-align: center;
}
.newsletter-section .newsletter-area h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.newsletter-section .newsletter-area .form-control input {
  width: 100% !important;
  height: 48px !important;
  background-color: #EDEDED !important;
  border: 0 !important;
}
.newsletter-section .newsletter-area .btn {
  width: 180px;
  flex: 0 0 auto;
  height: 48px;
  background-color: #A2248E !important;
  border-color: #A2248E !important;
  color: #fff !important;
  padding: 8px 15px !important;
  border-radius: 4px !important;
}
.newsletter-section .newsletter-form-area {
  max-width: 600px;
  margin-bottom: 0 !important;
}
.newsletter-section .newsletter-form-area > form {
  display: flex;
  gap: 10px;
}
.newsletter-section .newsletter-form-area > form .wpforms-field-container {
  flex: 1 0 0;
}
.newsletter-section .newsletter-form-area > form .wpforms-field-container .wpforms-field {
  padding: 0px 0 !important;
}
.newsletter-section .newsletter-form-area > form .wpforms-submit-container {
  flex: 0 0 auto;
  padding: 0px 0 !important;
}

.main-footer {
  background-color: #f0f0f0;
  padding: 3rem 0;
}
.main-footer p {
  margin: 20px 0 0;
  color: #333;
  font-size: 14px;
}
.main-footer .footer__box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.main-footer .footer__box ul li a {
  color: #575757;
  font-size: 14px;
}
.main-footer .footer__box ul li a:hover {
  color: #A2248E;
}
.main-footer .footer-widget-one img {
  max-width: 200px;
}

.copyright-section {
  background-color: #e2e2e2;
  padding: 15px 0;
}
.copyright-section p {
  margin: 0;
  color: #333;
  font-size: 14px;
}
.copyright-section .social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 15px;
}
.copyright-section .social li {
  display: inline-block;
}
.copyright-section .social li a {
  color: #333;
}

.blog-details-section h2 {
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.blog-details-section .image-area img {
  width: 100%;
}
.blog-details-section .blog-title {
  font-size: 28px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: start;
  font-family: "Poppins", sans-serif;
}
.blog-details-section .autor-area {
  margin: 10px 0 0;
}
.blog-details-section .autor-area h4 {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
}
.blog-details-section .autor-area h4 span {
  margin: 0;
  margin-left: 10px;
}
.blog-details-section .autor-area h6 {
  margin: 0;
}
.blog-details-section .content {
  margin: 40px 0 0;
}
.blog-details-section .content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: start;
}
.blog-details-section .content p {
  font-size: 16px;
  color: #000;
  margin-bottom: 35px;
}
.blog-details-section .content p:not(:last-child) {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
}
.blog-details-section .details__box {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
}

.list-filter .item {
  display: flex;
  align-content: center;
  justify-content: end;
  margin: 0 0 20px;
}
.list-filter .item h4 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding-right: 10px;
  display: inline-flex;
  align-items: center;
}

#callbackModal .modal-body, #offerModal .modal-body {
  padding: 0;
}
#callbackModal .modal-body > .btn-close, #offerModal .modal-body > .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  opacity: 1;
  padding: 5px;
}
#callbackModal .modal-body .left-area, #offerModal .modal-body .left-area {
  background-color: #03314B;
  padding: 50px 15px;
}
#callbackModal .modal-body .left-area ul, #offerModal .modal-body .left-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
#callbackModal .modal-body .left-area ul li, #offerModal .modal-body .left-area ul li {
  text-align: center;
  flex: 0 0 100%;
}
#callbackModal .modal-body .left-area ul li h5, #offerModal .modal-body .left-area ul li h5 {
  font-size: 16px;
  margin: 10px 0 0;
  color: #fff;
}
#callbackModal .modal-body .form-area-main, #offerModal .modal-body .form-area-main {
  padding: 20px 30px;
}
#callbackModal .modal-body .form-area-main h3, #offerModal .modal-body .form-area-main h3 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #333;
  margin-bottom: 20px;
}
#callbackModal .modal-body .form-area-main .form-area > .wpforms-container, #offerModal .modal-body .form-area-main .form-area > .wpforms-container {
  margin-bottom: 0 !important;
}
#callbackModal .modal-body .form-area-main .form-area .form-control, #offerModal .modal-body .form-area-main .form-area .form-control {
  padding: 0px 0;
  margin-bottom: 12px;
}
#callbackModal .modal-body .form-area-main .form-area .form-control input, #offerModal .modal-body .form-area-main .form-area .form-control input {
  height: 50px;
  background: #F7F8FB;
  border-color: #EDEDED;
  border-radius: 10px;
  margin-bottom: 0px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 15px;
}
#callbackModal .modal-body .form-area-main .form-area .form-control.form-phone, #offerModal .modal-body .form-area-main .form-area .form-control.form-phone {
  margin-bottom: 12px;
}
#callbackModal .modal-body .form-area-main .form-area input::-moz-placeholder, #offerModal .modal-body .form-area-main .form-area input::-moz-placeholder {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
#callbackModal .modal-body .form-area-main .form-area input::placeholder, #offerModal .modal-body .form-area-main .form-area input::placeholder {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
#callbackModal .modal-body .form-area-main .form-area .btn, #offerModal .modal-body .form-area-main .form-area .btn {
  width: 100%;
  max-width: 100%;
  height: 50px;
  background-color: #A2248E !important;
  border-color: #A2248E !important;
  color: #fff !important;
  padding: 8px 15px;
  border-radius: 4px;
  min-width: 150px;
  max-width: 100%;
  text-transform: uppercase;
}

.video_testimonial_modal .modal-content {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
.video_testimonial_modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  background-color: #fff;
  padding: 5px;
}

/* ======================================== */
/*                  INNER PAGES             */
/* ======================================== */
.breadcrumb-section {
  position: relative;
}
.breadcrumb-section .image-area {
  height: 185px;
  width: 100%;
  position: relative;
}
.breadcrumb-section .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.breadcrumb-section .image-area:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.breadcrumb-section .content-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 2;
  padding: 0 10px;
}
.breadcrumb-section .content-area h1 {
  color: #fff;
  font-size: 2.1rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.breadcrumb-section .content-area .breadcrumb {
  justify-content: center;
  align-items: center;
}
.breadcrumb-section .content-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  position: relative;
  top: 1px;
}
.breadcrumb-section .content-area .breadcrumb li {
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}
.breadcrumb-section .content-area .breadcrumb li a {
  color: #fff;
}

.package-hotel-sec {
  margin: 40px 0 0;
}
.package-hotel-sec > h4 {
  color: #A2248E !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
.package-hotel-sec .hotel-area .hotel-carousel .image-area {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.package-hotel-sec .hotel-area .hotel-carousel .image-area > a:not(:first-child) {
  display: none;
}
.package-hotel-sec .hotel-area .hotel-carousel .image-area h5 {
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 7px 10px 5px 15px;
  font-size: 12px;
  display: flex;
}
.package-hotel-sec .hotel-area .hotel-carousel .image-area h5 i {
  font-size: 18px;
}
.package-hotel-sec .hotel-area .owl-theme .owl-nav.disabled + .owl-dots {
  bottom: 0px;
}
.package-hotel-sec .hotel-area .owl-theme .owl-dots .active.owl-dot span {
  background: #fff;
}
.package-hotel-sec .hotel-area h6 {
  font-size: 14px;
  color: #202020;
  font-weight: 500;
  margin-top: 10px;
}

.sightseeing-sec {
  margin: 40px 0 20px;
}
.sightseeing-sec > h4 {
  color: #A2248E !important;
}
.sightseeing-sec .sightseeing-carousel {
  border-radius: 15px;
  overflow: hidden;
}
.sightseeing-sec .sightseeing-carousel img {
  border-radius: 15px;
  overflow: hidden;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 15px 0 5px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 15px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 0%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}

.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.b-btn.paypal i {
  color: blue;
}

.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}

.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

.product-list-section {
  padding-top: 3rem;
}
.product-list-section .sidebar-area {
  padding: 30px 20px;
  background-color: #f1f1f1;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.product-list-section .sidebar-area h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-decoration: underline;
}
.product-list-section .sidebar-area .item h4 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
}
.product-list-section .sidebar-area .item .item-inner > *:not(:last-child) {
  margin-bottom: 10px;
}
.product-list-section .sidebar-area .item .form-group label {
  margin-left: 5px;
}
.product-list-section .sidebar-area .item .form-group .rating {
  display: inline-flex;
  margin-left: 5px;
}
.product-list-section .sidebar-area .item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.product-list-section .search-result p {
  color: #333;
}
.product-list-section .search-result a {
  color: #A2248E;
  margin-left: 10px;
}
.product-list-section .search-btn {
  width: 100%;
}

.pagination {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin: 30px 0 0;
}
.pagination li a {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A2248E;
  border-color: #E198D6;
  transition: 0.3s;
}
.pagination li a:hover {
  background-color: #A2248E;
  color: #fff;
  transition: 0.3s;
}
.pagination li a:focus {
  background-color: #A2248E;
  color: #fff;
  box-shadow: none;
}

.search-product-list {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 30px;
  background-color: #c6f058;
  border-radius: 20px;
  align-items: center;
  border: 6px solid #f4f4f4;
  box-shadow: 6px 0 26px rgba(0, 0, 0, 0.2);
}
.search-product-list .form-control {
  height: 48px;
  font-size: 14px;
  color: #666;
}
.search-product-list .form-control::-moz-placeholder {
  font-size: 14px;
  color: #666;
}
.search-product-list .form-control::placeholder {
  font-size: 14px;
  color: #666;
}

/* ========== Search ========== */
.travel-months-row > div, .day-row > div, .travwith-row > div {
  margin-bottom: 15px;
}
.travel-months-row .form-check, .day-row .form-check, .travwith-row .form-check {
  margin: 0;
  padding: 0;
  position: relative;
  width: 200px;
  height: 130px;
  max-width: 100%;
}
.travel-months-row .form-check input, .day-row .form-check input, .travwith-row .form-check input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.travel-months-row .form-check label, .day-row .form-check label, .travwith-row .form-check label {
  width: 100%;
  height: 100%;
  background: #fff6fe;
  border: solid 2px #c0c0c0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
}
.travel-months-row .form-check h6, .day-row .form-check h6, .travwith-row .form-check h6 {
  margin: 0 !important;
}
.travel-months-row .form-check input[type=radio]:checked + label, .day-row .form-check input[type=radio]:checked + label, .travwith-row .form-check input[type=radio]:checked + label {
  background: #a2248e;
}
.travel-months-row .form-check input[type=radio]:checked + label h6, .day-row .form-check input[type=radio]:checked + label h6, .travwith-row .form-check input[type=radio]:checked + label h6 {
  color: #fff !important;
}

.last-form-area {
  padding: 30px;
  background: rgba(162, 36, 142, 0.0392156863);
  border-radius: 20px;
  box-shadow: 0 9px 7px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8e8e8;
}
.last-form-area form {
  margin: 0;
}
.last-form-area .form-control {
  border-color: #cecece;
}

.airpo__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 10px;
}
.airpo__holder .form-check {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.airpo__holder .form-check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.airpo__holder .form-check label {
  padding: 6px 17px;
  border: 1px solid #a2248e;
  border-radius: 20px;
}
.airpo__holder .form-check label h6 {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.airpo__holder .form-check input[type=radio]:checked + label {
  background: #a2248e;
}
.airpo__holder .form-check input[type=radio]:checked + label h6 {
  color: #fff !important;
}

.faqpage-section .accordion {
  margin: 4rem 0;
}
.faqpage-section .accordion h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.general-page h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.general-page p {
  color: #333;
  font-size: 15px;
}
.general-page p:not(:last-child) {
  margin-bottom: 25px;
}

/* ========== PACKAGE DETAILS ========== */
.package-details-page > .wrapper {
  overflow: unset;
}

.package-details-wrapper > section > .container {
  max-width: 1200px;
}

.package-details-section {
  padding: 3rem 0;
}
.package-details-section .image-area {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}
.package-details-section .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-details-section .image-area.left-img {
  height: 450px;
}
.package-details-section .image-area.right-img {
  height: 217px;
}

.package-gallery-row > div {
  display: none;
}
.package-gallery-row > div:nth-child(-n+4) {
  display: block;
}
.package-gallery-row > div:nth-child(4) .image-area a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.package-gallery-row > div:nth-child(4) .image-area a:after {
  content: "View All";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-includes-sec {
  margin-bottom: 10px;
}
.package-includes-sec h4 {
  margin-bottom: 8px !important;
}
.package-includes-sec .includes-wrapper {
  padding: 15px;
  border-radius: 5px;
}
.package-includes-sec .includes-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.package-includes-sec .includes-wrapper ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 5px 10px;
  border-right: 1px solid #393038;
}
.package-includes-sec .includes-wrapper ul li span {
  display: flex;
  flex: 0 0 100%;
  gap: 5px 15px;
  align-items: center;
  line-height: 1;
  justify-content: center;
  color: #393038;
}
.package-includes-sec .includes-wrapper ul li h5 {
  display: flex;
  flex: 0 0 100%;
  gap: 5px 10px;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  color: #444344;
  font-weight: 400;
  margin: 8px 0 0;
  justify-content: center;
}
.package-includes-sec .includes-wrapper ul li h5 img {
  width: 15px;
}
.package-includes-sec .includes-wrapper ul li:nth-last-child(1) {
  border-right: 0;
}

.fancybox-infobar {
  font-size: 16px;
}

.package-content-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.package-content-section ul li {
  display: inline-block;
}
.package-content-section h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.package-content-section .p-cat {
  position: relative;
  padding: 30px 0;
}
.package-content-section .p-cat h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}
.package-content-section .stay-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.package-content-section .stay-in h5 {
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  width: auto;
  border-radius: 20px;
  background: #A2248E;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.package-content-section .stay-in ul {
  display: flex;
  gap: 15px;
}
.package-content-section .stay-in ul li {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  position: relative;
  padding-left: 40px;
}
.package-content-section .stay-in ul li span {
  font-weight: 600;
}
.package-content-section .stay-in ul li span.day {
  font-size: 40px;
  font-weight: 700;
  color: #cbcbcb;
  line-height: 1;
  position: absolute;
  left: 0;
  width: 36px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.package-content-section .package-includes {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.package-content-section .package-includes ul {
  display: flex;
  gap: 10px 40px;
  flex-wrap: wrap;
}
.package-content-section .package-includes ul li {
  font-size: 15px;
  color: #333;
}
.package-content-section .package-includes ul li img {
  margin-right: 10px;
}
.package-content-section .stay-cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.package-content-section .stay-cat ul li input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.package-content-section .stay-cat ul li label {
  border: 1px solid #b0b0b0;
  background: #fff;
  box-shadow: 0;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
  color: #6c6c6c;
}
.package-content-section .stay-cat ul li input[type=radio]:checked + label {
  border: 1px solid #A2248E;
  background: hsla(23, 91%, 95%, 0.6);
  color: #A2248E;
}
.package-content-section .trip-highlight ul {
  list-style: circle;
}
.package-content-section .trip-highlight ul li {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  padding-left: 12px;
}
.package-content-section .trip-highlight ul li:not(:last-child) {
  margin-bottom: 10px;
}
.package-content-section .trip-highlight ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  color: #000;
}
.package-content-section .itinerary .accordion {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.package-content-section .itinerary .accordion .accordion-button {
  display: flex;
}
.package-content-section .itinerary .accordion .accordion-button span {
  padding: 3px 12px;
  border-radius: 20px;
  background: #A2248E;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  margin-right: 10px;
  min-width: 60px;
}
.package-content-section .itinerary .accordion .accordion-button:focus {
  box-shadow: none;
}
.package-content-section .itinerary .accordion .accordion-button:not(.collapsed) {
  background: rgba(162, 36, 142, 0.0588235294);
  color: #000;
}
.package-content-section .itinerary .accordion p {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.package-content-section .itinerary .accordion .accordion-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.package-content-section .itinerary .transfer-details-area {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin: 30px 0 0;
}
.package-content-section .itinerary .transfer-details-area > p {
  color: #222;
}
.package-content-section .itinerary .transfer-details-area h4 {
  font-size: 14px;
  margin: 10px 0 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.package-content-section .itinerary .transfer-details-area .transfer-item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.package-content-section .itinerary .transfer-details-area .transfer-item > p {
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(162, 37, 142, 0.2), hsla(0, 0%, 87.8%, 0));
  width: 76px;
  bottom: -4px;
  padding-left: 5px;
  padding-bottom: 4px;
  padding-top: 2px;
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}
.package-content-section .itinerary .transfer-details-area .transfer-item h6 {
  padding: 12px;
  border-radius: 7px;
  border: 0.5px solid #e0e0e0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  color: #595959;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
}
.package-content-section .itinerary .transfer-details-area .transfer-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icons/location.png) no-repeat center center #fff;
  background-size: cover;
  z-index: 2;
}
.package-content-section .itinerary .transfer-details-area .transfer-item:not(:last-child)::before {
  background: url(../images/icons/dot-circle.png) no-repeat center center #fff;
}
.package-content-section .itinerary .transfer-details-area .transfer-item.from::before {
  background: url(../images/icons/location.png) no-repeat center center #fff !important;
}
.package-content-section .itinerary .transfer-details-area .transfer-item.from::after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: -24px;
  width: 1px;
  height: 100%;
  border-left: 2px dotted #747474;
  z-index: 1;
}
.package-content-section .itinerary .transfer-details-area > .transfer-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: -24px;
  width: 1px;
  height: 100%;
  border-left: 2px dotted #747474;
  z-index: 1;
}

.eot-section {
  padding: 5rem 0;
}
.eot-section .eot-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.eot-section .eot-text h2 {
  font-size: 50px;
  color: rgba(162, 36, 142, 0.4784313725);
  display: inline-block;
  background-color: #fff;
  font-family: "Playwrite TZ", cursive;
  font-weight: 100;
  position: relative;
  z-index: 2;
}
.eot-section .eot-text::before, .eot-section .eot-text::after {
  content: "";
  width: 30%;
  height: 2px;
  background: radial-gradient(circle, #A2248E 50%, rgba(255, 255, 255, 0.1) 100%);
  position: absolute;
  left: 8%;
  z-index: 1;
}
.eot-section .eot-text::after {
  left: inherit;
  right: 8%;
}

.package-price-area-wrapper {
  position: sticky;
  top: 60px;
}

.package-price-area {
  padding: 25px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 18px;
  box-shadow: 0px 4px 12px rgba(162, 36, 142, 0.2);
}
.package-price-area h3 {
  color: #202020;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.package-price-area h4 {
  color: #202020;
  font-size: 17px;
  font-weight: 600;
  color: #A2248E;
}
.package-price-area h4 span {
  color: #515151;
  font-size: 12px;
  font-weight: 300;
  margin: 0 10px 0 6px;
  text-decoration: line-through;
}
.package-price-area h4 u {
  padding: 5px 12px;
  color: #0b822a;
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
  background: linear-gradient(90deg, rgba(11, 130, 42, 0.11) 3.64%, rgba(11, 130, 42, 0.1));
  text-decoration: none;
}
.package-price-area .form-area {
  margin: 20px 0 0;
}
.package-price-area .form-area > .wpforms-container {
  margin-bottom: 0 !important;
}
.package-price-area .form-area .form-control {
  padding: 0px 0 !important;
  margin-bottom: 12px;
}
.package-price-area .form-area .form-control input, .package-price-area .form-area .form-control .textarea-form textarea {
  height: 45px;
  padding: 5px 15px;
  color: #666;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  margin-bottom: 0px;
  font-size: 14px;
}
.package-price-area .form-area .form-control.form-phone {
  margin-bottom: 12px;
}
.package-price-area .form-area ::-moz-placeholder, .package-price-area .form-area textarea::-moz-placeholder {
  font-size: 14px !important;
  color: #535353 !important;
}
.package-price-area .form-area ::placeholder, .package-price-area .form-area textarea::placeholder {
  font-size: 14px !important;
  color: #535353 !important;
}
.package-price-area .form-area input[type=date] {
  color: #535353;
}
.package-price-area .form-area .textarea-form, .package-price-area .form-area .textarea-form textarea {
  height: 80px !important;
}
.package-price-area .form-area input:focus {
  box-shadow: 0 0 0 3px rgba(162, 36, 142, 0.5);
}
.package-price-area .form-area .btn {
  width: 100%;
  max-width: 100%;
  height: 50px;
  background-color: #A2248E !important;
  border-color: #A2248E !important;
  color: #fff !important;
  padding: 8px 15px;
  border-radius: 4px;
  min-width: 150px;
  max-width: 100%;
  text-transform: uppercase;
}

.whatsapp-pick-area {
  background-color: #e5f9f3;
  border: 1px solid #b2eeda;
  border-radius: 16px;
  padding: 15px 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
.whatsapp-pick-area .icon {
  flex: 0 0 auto;
  width: auto;
  margin-right: 15px;
}
.whatsapp-pick-area .text {
  flex: 1 0 0;
}
.whatsapp-pick-area .text h5 {
  font-size: 14px;
  color: #585d5b;
  margin-bottom: 2px;
  font-weight: 400;
}
.whatsapp-pick-area .text p {
  font-size: 13px;
  color: #7c7f7e;
  margin-bottom: 0;
}
.whatsapp-pick-area a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.inside-package-section .inside-package-area {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}
.inside-package-section .inside-package-area > .row > div:nth-child(1) {
  border-right: 1px solid #ccc;
}
.inside-package-section .inside-package-area > .row > div:nth-child(2) {
  padding-left: 30px;
}
.inside-package-section h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  color: #202020;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.inside-package-section .content h4 {
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.inside-package-section .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inside-package-section .content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #1b1b1b;
  font-size: 15px;
}
.inside-package-section .content ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url() no-repeat center center;
  background-size: cover;
}
.inside-package-section .content.includes ul li::before {
  background-image: url(../images/icons/tick.png);
}
.inside-package-section .content.excludes ul li::before {
  background-image: url(../images/icons/cross-icon.png);
}

.review-section {
  margin: 50px 0;
}
.review-section .container {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 50px;
}
.review-section h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.review-section .rate-area {
  text-align: center;
}
.review-section .rate-area h5 {
  font-size: 50px;
  color: #19ad6f;
  line-height: 1;
  font-weight: 600;
}
.review-section .rate-area .rating {
  justify-content: center;
  margin: 15px 0 2px;
}
.review-section .rate-area .rating li {
  color: #19ad6f;
}
.review-section .rate-area p {
  font-size: 14px;
  color: #444;
}
.review-section .rate-progress {
  max-width: 500px;
}
.review-section .rate-progress ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.review-section .rate-progress ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #7e7e7e;
}
.review-section .rate-progress ul li u {
  text-decoration: none;
  min-width: 22px;
  text-align: center;
  color: #333;
}
.review-section .rate-progress ul li i {
  color: #19ad6f;
  margin-left: 3px;
}
.review-section .rate-progress ul li .progress {
  height: 8px;
  flex: 1 0 0;
  margin: 0 12px;
}
.review-section .rate-progress ul li .progress .progress-bar {
  background-color: #19ad6f;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.45) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0.45) 75%, transparent 75%, transparent);
}

.policy-accordion-section {
  margin: 4rem 0;
}
.policy-accordion-section .policy-accordion-area .accordion-header .accordion-button {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #333;
}
.policy-accordion-section .policy-accordion-area .accordion-header .accordion-button span {
  padding: 3px 12px;
  border-radius: 20px;
  background: #A2248E;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  margin-right: 10px;
}
.policy-accordion-section .policy-accordion-area .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.policy-accordion-section .policy-accordion-area .accordion-header .accordion-button:not(.collapsed) {
  background: rgba(162, 36, 142, 0.0588235294);
  color: #000;
}
.policy-accordion-section .policy-accordion-area .accordion-header p {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.policy-accordion-section .policy-accordion-area .accordion-body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.7em;
}
.policy-accordion-section .policy-accordion-area .accordion-body p {
  font-size: 14px;
  line-height: 1.4em;
  color: #333;
  margin: 0;
}
.policy-accordion-section .policy-accordion-area .accordion-body ul {
  list-style: none;
  margin: 0;
}
.policy-accordion-section .policy-accordion-area .accordion-body ul li {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  padding-left: 12px;
  color: #333;
}
.policy-accordion-section .policy-accordion-area .accordion-body ul li:not(:last-child) {
  margin-bottom: 5px;
}
.policy-accordion-section .policy-accordion-area .accordion-body ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  color: #000;
}
.policy-accordion-section .policy-accordion-area .accordion-body p + * {
  margin-top: 15px;
}
.policy-accordion-section .policy-accordion-area .accordion-body p.text-end {
  margin-top: 10px;
  text-align: start !important;
}
.policy-accordion-section .policy-accordion-area .accordion-body p.text-end a {
  color: #A2248E;
  text-decoration: underline;
}

.form__wrapp .contactpage-form-area .form-control {
  padding: 0px 0 !important;
}
.form__wrapp .contactpage-form-area .form-control input, .form__wrapp .contactpage-form-area .form-control .textarea-form textarea {
  height: 50px;
  background: #F7F8FB;
  border-color: #EDEDED;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 15px;
}
.form__wrapp .contactpage-form-area .form-control.form-phone {
  margin-bottom: 12px;
}
.form__wrapp .contactpage-form-area ::-moz-placeholder, .form__wrapp .contactpage-form-area textarea::-moz-placeholder {
  font-size: 14px !important;
  color: #535353 !important;
}
.form__wrapp .contactpage-form-area ::placeholder, .form__wrapp .contactpage-form-area textarea::placeholder {
  font-size: 14px !important;
  color: #535353 !important;
}
.form__wrapp .contactpage-form-area .btn {
  width: 100%;
  max-width: 100%;
  height: 50px;
  background-color: #A2248E !important;
  border-color: #A2248E !important;
  color: #fff !important;
  padding: 8px 15px;
  border-radius: 4px;
  min-width: 150px;
  max-width: 100%;
  text-transform: uppercase;
}

.close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
}
.close-btn button {
  border: 0;
  background: transparent;
}
.close-btn button img {
  max-width: 40px;
}

.search__holder {
  margin-top: 22%;
}

.search-form {
  margin-bottom: 0 !important;
}
.search-form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-form .wpforms-field-container .ff1, .search-form .wpforms-field-container .ff2, .search-form .wpforms-field-container .ff3 {
  width: 31%;
}
.search-form .wpforms-field-container .ff4 {
  width: 100%;
}
.search-form .wpforms-field-container .ff4 input {
  height: 100px !important;
}
.search-form .wpforms-submit-container {
  text-align: center;
}
.search-form .wpforms-submit-container .btn-submit {
  background: #a2248e !important;
  border: 1px solid #a2248e !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 13px 30px !important;
}
.search-form .wpforms-submit-container .btn-submit:hover {
  background: #fff !important;
  color: #a2248e !important;
}

/* ---------------------  PACKAGE SEARCH PAGE NEW  ------------------------*/
.package-search-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/search-bg2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.package-search-section::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}
.package-search-section > * {
  position: relative;
  z-index: 2;
}
.package-search-section .main-close-btn {
  position: absolute;
  top: 15px;
  right: 12px;
  background: none;
  border-radius: 50%;
  z-index: 9999;
  border: 0;
}
.package-search-section #section2 {
  margin-top: 30px;
}
.package-search-section #section2 h3 {
  margin-bottom: 40px;
}
.package-search-section #section1 {
  padding-top: 50px;
}
.package-search-section #section1 h3 {
  margin-bottom: 50px;
}
.package-search-section #section1 .day-list li {
  position: relative;
  top: 0;
  transition: 0.5s;
}
.package-search-section #section1 .day-list li:hover {
  top: -10px;
  transition: 0.5s;
}
.package-search-section #section5 {
  display: block;
  padding: 40px;
  background: rgba(255, 255, 255, 0.6901960784);
  border-radius: 20px;
  margin-top: 45px;
  border: 1px solid #e4e4e4;
}
.package-search-section .package-search-wrapper {
  padding: 0 50px 100px;
  max-width: 100%;
  width: 1100px;
}
.package-search-section .main-title-area {
  text-align: center;
  margin: 0 0 40px;
}
.package-search-section .main-title-area h5 {
  color: #414141;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
.package-search-section .main-title-area h2 {
  color: #141414;
}
.package-search-section .search-pick-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 5px 10px;
}
.package-search-section .search-pick-area ul li {
  padding: 8px 18px;
  width: auto;
  border: 1px solid #A2248E;
  color: #A2248E;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  background: #fff;
  cursor: pointer;
}
.package-search-section .search-pick-area ul li button {
  position: relative;
  margin-left: 15px;
  border: 0;
  background: none;
  padding: 0;
}
.package-search-section .search-steps {
  margin: 25px 0 0;
}
.package-search-section .search-steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  gap: 8px;
}
.package-search-section .search-steps ul li {
  flex: 1 0 0;
}
.package-search-section .search-steps ul li .step {
  height: 10px;
  width: 100%;
  background-color: #D4D4D4;
  position: relative;
}
.package-search-section .search-steps ul li .step::after {
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #A2248E;
  transition: 1s;
}
.package-search-section .search-steps ul li.active .step::after {
  width: 100%;
  transition: 1s;
  background: #A2248E;
}
.package-search-section .search-result {
  padding: 35px 0 0;
}
.package-search-section .search-result h3 {
  text-align: center;
  margin: 0 0 25px;
  font-size: 26px;
}
.package-search-section .search-result ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.package-search-section .search-result ul li {
  flex: 1 0 0;
  position: relative;
}
.package-search-section .search-result ul li label {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.package-search-section .search-result ul li input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background: none;
  opacity: 0;
  cursor: pointer;
}
.package-search-section .search-result .travel-type ul li input[type=radio] {
  z-index: 3;
}
.package-search-section .search-result .travel-type ul li label {
  width: 100%;
  height: 220px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6784313725);
  transition: 0.5s;
}
.package-search-section .search-result .travel-type ul li label img {
  margin-bottom: 20px;
}
.package-search-section .search-result .travel-type ul li label h5 {
  margin: 0;
}
.package-search-section .search-result .travel-type ul li label::before, .package-search-section .search-result .travel-type ul li label::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #FFCC08;
  margin: auto;
  border-radius: 50%;
}
.package-search-section .search-result .travel-type ul li label::before {
  top: -110px;
  transition: 1s;
}
.package-search-section .search-result .travel-type ul li label::after {
  bottom: -110px;
  transition: 1s;
}
.package-search-section .search-result .travel-type ul li input[type=radio]:checked + label {
  border: 1px solid rgba(162, 36, 142, 0.4705882353);
  background-color: rgba(162, 36, 142, 0.03);
}
.package-search-section .search-result .travel-type ul li input[type=radio]:checked + label::before {
  top: -70px;
  transition: 1s;
}
.package-search-section .search-result .travel-type ul li input[type=radio]:checked + label::after {
  bottom: -70px;
  transition: 1s;
}
.package-search-section .search-result .travel-type ul li:hover label {
  border: 1px solid rgba(162, 36, 142, 0.4705882353);
  background: rgba(255, 255, 255, 0.8784313725) !important;
  transition: 0.5s;
  background-color: rgba(162, 36, 142, 0.03);
}
.package-search-section .search-result .travel-type ul li:hover label::before {
  top: -70px;
  transition: 1s;
}
.package-search-section .search-result .travel-type ul li:hover label::after {
  bottom: -70px;
  transition: 1s;
}
.package-search-section .search-result .travelling-from {
  margin-top: 30px;
  position: relative;
}
.package-search-section .search-result .travelling-from .form-control {
  border-color: #919191;
  background: rgba(255, 255, 255, 0.631372549);
  font-size: 18px;
  padding: 5px 30px;
  height: 65px;
}
.package-search-section .search-result .travelling-from .form-control:focus {
  box-shadow: none;
}
.package-search-section .search-result .months-list ul {
  justify-content: center;
  gap: 30px 20px;
}
.package-search-section .search-result .months-list ul li {
  flex: 0 0 22%;
  text-align: center;
  position: relative;
  top: 0;
  transition: 0.4s;
}
.package-search-section .search-result .months-list ul li label {
  position: relative;
}
.package-search-section .search-result .months-list ul li label h5 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #6e6e6e;
  font-size: 13px;
  margin: auto;
}
.package-search-section .search-result .months-list ul li:hover {
  top: -10px;
  transition: 0.4s;
}

#overlay {
  background: url(../images/search-bg2.jpg) no-repeat center center #fff;
  background-size: cover;
  overflow: auto !important;
}
#overlay .search__inner input[type=text] {
  background: url(../images/icons/search-icon.png) no-repeat 25px center #fff;
  padding-left: 70px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #E0E0E0;
  color: #000;
  height: 70px;
  font-size: 20px;
}
#overlay .box-shadowone {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#overlay #search_result {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#overlay #search_result li a span.p {
  background: #518CFA;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 20px;
  border-radius: 12px;
}
#overlay #search_result li a span.t {
  background: #168300;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 20px;
  border-radius: 12px;
}
#overlay .tour__holder ul li a {
  display: flex;
  align-items: center;
}
#overlay .tour__holder ul li a span.p {
  background: #518CFA;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 20px;
  border-radius: 12px;
}
#overlay .tour__holder ul li a span.t {
  background: #168300;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 20px;
  border-radius: 12px;
}

.search-form .form-field {
  margin-bottom: 15px;
}
.search-form .form-field input {
  width: 100% !important;
  max-width: 100% !important;
  height: 55px !important;
  border-radius: 8px !important;
  color: #000 !important;
  padding: 10px 20px !important;
  font-size: 17px !important;
}

#bookingModal .modal-dialog {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
#bookingModal .modal-dialog .modal-content {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
#bookingModal .modal-dialog .modal-content .modal-title {
  font-size: 18px;
  font-weight: 500;
  color: #111;
}
#bookingModal .modal-dialog .modal-content #roomsAccordion .accordion-header {
  margin-bottom: 20px;
}
#bookingModal .modal-dialog .modal-content #roomsAccordion .accordion-header .accordion-button {
  background: no-repeat;
  border: 0;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
#bookingModal .modal-dialog .modal-content #roomsAccordion .accordion-body {
  padding: 0;
  border: 0;
}
#bookingModal .modal-dialog .modal-content #roomsAccordion .accordion-body .form-label {
  font-weight: 400;
  margin-bottom: 10px;
}
#bookingModal .modal-dialog .modal-content #roomsAccordion .input-group .form-control {
  border: 0;
  text-align: center;
  box-shadow: none;
  max-width: 80px;
}
#bookingModal .modal-dialog .modal-content #roomsAccordion .input-group button {
  width: 35px;
  height: 35px;
  padding: 0;
  min-width: unset;
  border-radius: 50%;
  border: 2px solid #7e7e7e;
}
#bookingModal .btn-primary {
  background-color: #A2248E;
  border-color: #A2248E;
  color: #fff;
}
#bookingModal .btn-primary:hover {
  background-color: #fff;
  border-color: #A2248E;
  color: #A2248E;
  text-decoration: none;
}
#bookingModal .btn-primary-info {
  background-color: #fff;
  border-color: #A2248E;
  color: #A2248E;
}
#bookingModal .btn-primary-info:hover {
  background-color: #A2248E;
  border-color: #A2248E;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .top-menu .my-sub-menu > ul {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 600px;
    right: 0;
    left: inherit;
  }
  .top-menu .my-sub-menu > ul li {
    width: 25%;
    padding: 0 10px;
  }
}
.blog-box-area {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.blog-box-area .blog__box {
  height: auto;
  margin: 0;
  border-radius: 0;
}
.blog-box-area .blog__box img {
  height: 300px;
  border-radius: 0;
}
.blog-box-area .content-area {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 20px;
}
.blog-box-area .content-area span {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.blog-box-area .content-area a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  color: #a2248e;
}
.blog-box-area .content-area a.heading {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  display: block;
}

.blog-details-section .sidebar-rct-post {
  background: rgba(162, 36, 142, 0.0588235294);
}
.blog-details-section .sidebar-rct-post .details__box {
  padding: 15px;
  margin-bottom: 20px;
  margin: 16px;
  background: #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.08);
}
.blog-details-section .sidebar-rct-post .details__box .detail__text {
  padding: 15px;
}
.blog-details-section .sidebar-rct-post .details__box .detail__text > a {
  font-size: 16px;
  padding: 0;
  border: 0;
  margin: 0 0 8px;
}
.blog-details-section .sidebar-rct-post .details__box .detail__text > p {
  font-size: 14px;
  margin: 0;
}
.blog-details-section .sidebar-rct-post h3 {
  font-size: 22px;
  text-align: left;
  font-weight: 400;
  color: #fff;
  background: #a2248e;
  padding: 12px 10px;
  margin: 0;
  letter-spacing: 1px;
}

/*============================================================================================*/
/*======================================  RESPONSIVE CSS =====================================*/
/*============================================================================================*/
@media (max-width: 1300px) {
  .breadcrumb-section .content-area h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .top-menu ul li a {
    font-size: 13px;
  }
}
@media all and (max-width: 991px) {
  .wrapper {
    left: 0;
    position: relative;
  }
  .hidden-menu {
    overflow: hidden;
  }
  .hidden-menu .wrapper {
    left: 270px;
  }
  .btn-topmenu {
    color: #000 !important;
    font-size: 16px;
    float: right;
    padding: 0;
    width: 30px;
    height: 40px;
    position: relative;
    margin-left: 20px;
    top: 0px;
  }
  .btn-topmenu .menu-bar {
    height: 2px;
    width: 15px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .btn-topmenu .menu-bar::after {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #fff;
    bottom: 8px;
  }
  .btn-topmenu .menu-bar::before {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #fff;
    top: 8px;
  }
  .btn-topmenu .menu-bar::after, .btn-topmenu .menu-bar::before {
    position: absolute;
    transition: all 200ms linear;
  }
  .top-menu .my-sub-menu > ul {
    width: 100%;
    right: 0;
    left: inherit;
    padding: 10px 0;
  }
  .top-menu .my-sub-menu > ul li {
    width: 100%;
    padding: 0 0px;
  }
  .btn-topmenu:focus, .btn-topmenu.focus {
    outline: 0;
    box-shadow: none;
  }
  .btn-topmenu.on .menu-bar {
    background-color: transparent;
  }
  .btn-topmenu.on .menu-bar:after {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
  }
  .btn-topmenu.on .menu-bar:before {
    transform: rotate(-45deg) translate(6px, -6px);
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
  }
  .hidden-menu .btn-topmenu {
    position: absolute;
    background: #ff3a13;
    width: 40px;
    left: -18px;
  }
  .hidden-menu .btn-topmenu .menu-bar {
    left: 6px;
  }
  .hidden-menu .btn-topmenu .menu-bar::before, .hidden-menu .btn-topmenu .menu-bar::after {
    background: #fff;
  }
  .top-menu, .wrapper {
    transition: all 200ms linear;
  }
  .top-menu {
    position: fixed;
    top: 0;
    left: -270px;
    z-index: 9992;
    width: 270px;
    height: 100%;
    background: #1a1a1a;
    overflow-y: scroll;
  }
  .top-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .top-menu ul li {
    border-top: solid 1px #3c3c3c;
  }
  .top-menu ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    color: #a3a3a3;
  }
  .top-menu ul li.dropdown .arrow {
    position: absolute;
    z-index: 8;
    top: 0;
    right: 0;
    width: 40px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    color: #a3a3a3;
    font-size: 18px;
    cursor: pointer;
  }
  .top-menu ul li.dropdown .arrow::after {
    font-family: "FontAwesome";
    content: "\f107";
  }
  .top-menu ul li.dropdown > a {
    padding-right: 40px;
  }
  .top-menu ul ul {
    padding-bottom: 10px;
    display: none;
  }
  .top-menu ul ul li {
    border: none;
  }
  .top-menu ul ul li a {
    padding: 4px 20px 4px 30px;
  }
  .top-menu ul ul li.dropdown .arrow {
    height: 43px;
    line-height: 38px;
  }
  .top-menu ul ul li.dropdown .arrow::after {
    font-family: "FontAwesome";
    content: "\f107";
  }
  .top-menu.open {
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .top-menu ul li a:hover, .top-menu ul li.current-menu-item a {
    color: #fff;
  }
  .top-menu ul li.dropdown.open > .arrow:after {
    content: "\f106";
  }
  .top-menu ul li.dropdown.open > ul {
    display: block;
  }
  .top-menu.open .menu-logo {
    background: #fff;
    text-align: center;
    padding: 10px;
  }
  .top-menu.open .header__logo {
    max-height: 50px;
  }
  #NavMenu nav > ul > li > ul.dropdown-menu {
    position: relative;
    visibility: hidden;
    height: 0px;
    padding: 0;
  }
  #NavMenu nav > ul > li > ul.dropdown-menu li a {
    color: #fff;
    font-size: 15px;
  }
  #NavMenu nav > ul > li > ul.dropdown-menu li a:hover {
    color: #000 !important;
  }
  #NavMenu nav > ul > li a:after {
    display: none;
  }
  #NavMenu nav > ul > li.open > ul.dropdown-menu {
    position: relative;
    visibility: visible;
    padding: 10px 0;
    height: 100%;
    background-color: #8f8f8f;
  }
  .offer-section .content-area-wrapper {
    flex-wrap: wrap;
  }
  .offer-section .content-area-wrapper .offer-item {
    position: relative;
    left: inherit;
    margin-top: -230px;
    margin-bottom: 30px;
  }
  .offer-section .content-area-wrapper .content-area {
    max-width: 100%;
    width: 100%;
  }
  .gatway-section .content-area {
    text-align: center;
    margin-bottom: 20px;
  }
  .gatway-section .content-area h2 {
    font-size: 2rem;
  }
  .testimonial-section .title-content h3 {
    font-size: 1.5rem;
  }
  .inspire-section .col-12.mb-5 {
    margin-bottom: 1rem !important;
  }
  .inspire-section h2 {
    font-weight: 600;
    margin: 0;
  }
  .inspire-section .col-md-4 {
    margin-bottom: 20px;
  }
  .expertise-section .flag-item {
    margin-bottom: 20px;
  }
  .deal-section .deal-row .deal-item {
    margin-bottom: 10px;
  }
  .blog-section .col-12.mb-5 {
    margin-bottom: 1rem !important;
  }
  .blog-section h2 {
    font-weight: 600;
    margin: 0;
  }
  .blog-item .content-area > a:first-of-type {
    flex: 0 0 100%;
  }
  .holiday-section h2 {
    font-weight: 600;
  }
  .holiday-section .holiday-row .holiday-item {
    margin-bottom: 20px;
    max-width: 100%;
    background-size: contain;
  }
  .newsletter-section .newsletter-area h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .newsletter-section .newsletter-area .form-group {
    margin: 25px auto 0;
    gap: 0px;
  }
  .newsletter-section .newsletter-area .form-group .btn {
    min-width: 120px;
    width: 120px;
  }
  .footer-widget-one {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-widget-one img {
    max-width: 200px;
  }
  .footer__box {
    margin-bottom: 0;
  }
  .footer__box h4 {
    text-align: center;
    font-size: 16px;
  }
  .search-product-list .form-control {
    margin-bottom: 5px;
  }
  .breadcrumb-section .content-area h1 {
    font-size: 16px;
  }
  .side-bar-area {
    margin: 0;
  }
  .side-bar-area h4 {
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 30px 20px 10px;
    font-weight: 400;
  }
  .side-bar-area .dropdown .dropdown-toggle {
    display: none;
  }
  .side-bar-area .dropdown .dropdown-menu {
    display: block;
    width: 100%;
    background: none;
  }
  .side-bar-area .dropdown .dropdown-menu li a {
    background: none;
    font-size: 16px;
    color: #a3a3a3;
  }
  .side-bar-area .dropdown .dropdown-menu li a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .logo {
    position: relative;
  }
  .logo .header__logo {
    max-width: 150px;
  }
  .logo .custom-logo-link img {
    max-width: 150px;
  }
  .package-details-section {
    padding: 1rem 0;
  }
  .package-details-section .image-area.left-img {
    height: calc(100vw - 24px);
  }
  .package-content-section h2 {
    font-size: 24px;
  }
  .main__banner .slide-item {
    height: 500px;
  }
  .heading a {
    margin: 10px 0;
    display: block;
  }
  .footer__box {
    margin-bottom: 0;
  }
  .inside-package-section .inside-package-area > .row > div:nth-child(2) {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-top: 20px;
  }
  .package-includes-sec .includes-wrapper ul li {
    display: inline-block;
  }
  .package-search-section .package-search-wrapper {
    padding: 0 15px 100px;
  }
  .package-search-section .search-result h3 {
    font-size: 18px;
  }
  .package-search-section .search-result ul {
    justify-content: center;
  }
  .package-search-section .search-result ul li {
    flex: 0 0 28%;
  }
  .package-search-section .search-result .months-list ul li {
    flex: 0 0 28%;
  }
  .package-search-section .search-result .months-list ul li label h5 {
    bottom: 0px;
    font-size: 10px;
  }
  .package-search-section .search-pick-area ul {
    flex-wrap: wrap;
  }
  .package-search-section #section2 {
    margin-top: 0px;
  }
  .package-search-section #section2 h3 {
    margin-bottom: 30px;
  }
  .package-search-section .search-pick-area ul li {
    padding: 6px 12px;
    font-size: 12px;
  }
  .package-search-section .search-result .travel-type ul li {
    flex: 0 0 46%;
  }
  .search-form .wpforms-field-container .ff1, .search-form .wpforms-field-container .ff2, .search-form .wpforms-field-container .ff3 {
    width: 100%;
  }
  .package-search-section #section5 {
    padding: 30px 15px;
  }
  .search-form .form-field input {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
  .package-details-section .image-area.right-img {
    height: calc(50vw - 20px);
  }
  .package-content-section h2 {
    font-size: 21px;
  }
  .package-content-section .p-cat {
    padding: 20px 0;
  }
  .eot-section .eot-text h2 {
    font-size: 32px;
  }
  .heading h2 {
    font-size: 1.35rem;
  }
  .heading a {
    font-size: 14px;
  }
  .holiday-section .holiday-row .holiday-item {
    width: 185px;
    height: 185px;
    max-width: 100%;
    background-size: contain;
  }
  .holiday-section .container {
    padding: 3.5rem 15px;
  }
  .main-footer .footer__box h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .banner-strip-section {
    margin-top: -33px;
  }
  .banner-strip-section .banner-strip-area ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 8px;
  }
  .banner-strip-section .banner-strip-area ul li {
    font-size: 12px;
  }
  .inside-package-section h2 {
    font-size: 20px;
  }
  .inside-package-section .content h4 {
    font-size: 16px;
  }
  .copyright-section {
    text-align: center;
  }
  .copyright-section a {
    color: #A2248E;
  }
}
@media only screen and (max-width: 480px) {
  .main-footer {
    padding: 2rem 0;
  }
  .footer-widget-one img {
    max-width: 150px;
  }
  .copyright-section {
    padding: 10px 0;
  }
  .copyright-section .col-auto {
    flex: 0 0 100%;
    justify-content: center;
    display: flex;
  }
  .copyright-section .col-auto p {
    margin-bottom: 8px;
  }
  .package-includes-sec .includes-wrapper {
    padding: 15px 5px;
  }
  .package-includes-sec .includes-wrapper ul li {
    display: inline-block;
    padding: 5px 5px;
  }
  .package-includes-sec .includes-wrapper ul li span {
    gap: 5px 6px;
  }
  .package-includes-sec .includes-wrapper ul li h5 {
    gap: 5px 6px;
    margin: 12px 0 0;
  }
  .package-includes-sec .includes-wrapper ul li h5 img {
    width: 12px;
  }
}
@media only screen and (max-width: 420px) {
  .package-includes-sec .includes-wrapper ul li span img {
    width: 20px;
  }
}/*# sourceMappingURL=main.css.map */