.btn_1 {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: all 0.4s ease-in-out;
  padding: 10px 40px;
  border: 3px solid #fff !important;
  font-size: 1rem;
  font-weight: 400;
  color: #fff !important;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  background: none;
}
@media (width <= 768px) {
  .btn_1 {
    padding: 10px 30px;
    font-size: 0.875rem;
  }
}
.btn_1:hover {
  background: #fff;
  color: #328F89 !important;
}

.btn_2 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  font-size: 0.875rem;
  border: none;
  color: #328F89;
  font-weight: 600;
}
@media (width <= 768px) {
  .btn_2 {
    font-size: 0.875rem;
  }
}
.btn_2:hover {
  color: #000 !important;
}

.btn_3 {
  transition: all 0.4s ease-in-out;
  font-size: 1rem;
  border: none;
  color: #328f89;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
}
@media (width <= 768px) {
  .btn_3 {
    font-size: 0.875rem;
  }
}
.btn_3:hover {
  color: #000 !important;
  letter-spacing: 1px;
}

.btn_4 {
  border: none;
  color: #80c342;
  font-size: 1rem;
  display: flex;
  font-weight: 500;
  align-items: center;
}
@media (max-width: 767px) {
  .btn_4 {
    font-size: 0.875rem;
  }
}
.btn_4 a {
  color: #80c342 !important;
}
.btn_4 a:hover {
  color: #fff !important;
}
.btn_4 .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #78a55a;
  width: 20px;
  height: 20px;
  font-size: 0.813rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4rem;
}
.btn_4 .icon i {
  color: #fff;
  list-style: 0;
}
.btn_4:hover {
  color: #80c342 !important;
  letter-spacing: 0.5px;
}

.btn_5 {
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 0.5rem 3.5rem;
  border: 1px solid #328f89 !important;
  color: #328f89 !important;
  background: #fff !important;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .btn_5 {
    padding: 0.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .btn_5 {
    font-size: 0.875rem;
  }
}
.btn_5:hover {
  background: #328f89 !important;
  color: #fff !important;
}

.btn_6 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  background: #80c342;
  width: 40px;
  height: 40px;
  border: none;
}
.btn_6:hover {
  background: #328f89;
}

.call {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: rgb(215, 36, 45);
  background: linear-gradient(90deg, rgb(215, 36, 45) 0%, rgb(237, 122, 123) 100%);
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border: 1px solid #bc171b;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .call {
    font-size: 0.839rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call {
    font-size: 0.813rem;
    padding: 0.3rem;
  }
}
.call .icons {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
  background: #bc171b;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
@media (992px <= width <= 1200px) {
  .call .icons {
    width: 20px;
    height: 20px;
    margin-right: 0.3rem;
  }
}

body,
html {
  overflow-x: hidden;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #f0f0f0;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html::-webkit-scrollbar-thumb {
  background-color: #328F89;
  border-radius: 10px;
}

html::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

html {
  -ms-overflow-style: none;
}

body {
  font-family: "Rubik", serif;
  background: #fff;
  font-size: 1rem;
  line-height: 24px;
  overflow-x: hidden;
}

a,
button,
input,
select,
textarea {
  outline: 0 !important;
  box-shadow: none;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.pagination .page-link:focus {
  box-shadow: none;
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

a:focus,
a:hover,
button.focus,
button:focus,
select:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 600;
  margin-bottom: 10px;
}

p {
  color: #535252;
  font-weight: 400;
  font-size: 0.938rem;
}
@media (max-width: 767px) {
  p {
    line-height: 24px;
    font-size: 0.875rem;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
  color: #328F89;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
  width: 100%;
}
@media (max-width: 991px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

h3 {
  font-size: 2.5rem;
  color: #328F89;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  h3 {
    padding: 0;
    font-size: 1.8rem;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}
.scrollup img {
  width: 50px;
  height: 50px;
}

.form-group,
.form-floating {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-floating input,
.form-floating .form-select {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #92999B;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus,
.form-floating input:focus,
.form-floating textarea:focus,
.form-floating .form-select:focus,
.form-floating select:focus {
  outline: none;
  border: 1px solid #328F89;
}
.form-group .form-control::file-selector-button,
.form-floating .form-control::file-selector-button {
  height: 45px;
}
.form-group textarea,
.form-floating textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  color: #5a5a59;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #92999B;
  transition: all 0.4s ease;
}
.form-group ::-moz-placeholder, .form-floating ::-moz-placeholder {
  color: #4f4f4e;
  font-weight: 400;
  font-size: 0.875rem;
}
.form-group ::placeholder,
.form-floating ::placeholder {
  color: #4f4f4e;
  font-weight: 400;
  font-size: 0.875rem;
}
.form-group :-ms-input-placeholder,
.form-floating :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1ae;
  font-weight: 400;
}
.form-group ::-ms-input-placeholder,
.form-floating ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1b1ae;
  font-weight: 400;
}

.form-label {
  margin-bottom: 0.2rem;
  color: #727272;
}

.header {
  transition: all 0.4s ease-in-out;
  background: none;
  padding: 10px 0;
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
}
@media (width <= 768px) {
  .header {
    padding: 8px 0;
  }
}
.header .nav-brand {
  padding: 0;
}
@media (max-width: 992px) {
  .header .container {
    max-width: 100%;
  }
}
.header .call__icon {
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #328F89;
  width: 40px;
  height: 40px;
  display: none;
  top: 20px;
  align-items: center;
  justify-content: center;
  z-index: 999;
  border: 4px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
@media (max-width: 480px) {
  .header .call__icon {
    top: 13px;
    right: 50px;
  }
}
.header .call__icon i {
  color: #fff;
}
@media (max-width: 992px) {
  .header .call__icon {
    display: flex;
  }
}
.header .call__icon:hover {
  background: #80C342;
}
.header .search__icon {
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #92999B;
  width: 40px;
  height: 40px;
  display: none;
  top: 20px;
  align-items: center;
  justify-content: center;
  z-index: 999;
  border: 4px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  font-size: 0.875rem;
  cursor: pointer;
}
@media (max-width: 480px) {
  .header .search__icon {
    top: 13px;
    right: 100px;
  }
}
.header .search__icon i {
  color: #fff;
}
@media (max-width: 768px) {
  .header .search__icon {
    display: flex;
  }
}
.header .search__icon:hover {
  background: #80C342;
}
@media (992px <= width <= 1200px) {
  .header .container {
    max-width: 100%;
  }
}
.header .logo {
  transition: all 0.4s ease-in-out;
  background: url(../images/logo_white.svg);
  display: inline-block;
  width: 180px;
  height: 60px;
  position: relative;
  margin: 10px 0 0 px;
  background-repeat: no-repeat;
}
@media (1200px <= width <= 1400px) {
  .header .logo {
    width: 160px;
    height: 53px;
  }
}
@media (992px <= width <= 1200px) {
  .header .logo {
    width: 140px;
    height: 45px;
  }
}
@media (max-width: 992px) {
  .header .logo {
    width: 175px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .header .logo {
    width: 175px;
    height: 52px;
  }
}
@media (max-width: 480px) {
  .header .logo {
    width: 150px;
    height: 45px;
  }
}
.header .tabs_desktop {
  width: 100%;
}
.header .tabs_desktop .nav-tabs {
  gap: 10px;
  --bs-nav-tabs-border-color: $white-color;
}
.header .tabs_desktop .nav-tabs .nav-link {
  border-radius: 5px;
  margin-bottom: 1rem;
  color: #535252;
  font-size: 0.938rem;
  padding: 0.3rem 0.8rem;
  background-color: #fff;
  border-color: #C3C3C3;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header .tabs_desktop .nav-tabs .nav-link {
    padding: 0.5rem;
  }
}
.header .tabs_desktop .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #328F89;
  border-color: #328F89;
}
.header .nav-menu .desk-none {
  display: none;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}
.header.fixed .nav-menu > li > a {
  color: #000;
}
.header.fixed .nav-menu > li.active > a {
  color: #328F89;
}
.header.fixed .logo {
  transition: all 0.4s ease-in-out;
  background: url(../images/logo_red.svg) no-repeat;
  display: inline-block;
  width: 180px;
  height: 60px;
}
@media (1200px <= width <= 1400px) {
  .header.fixed .logo {
    width: 175px;
    height: 53px;
  }
}
@media (992px <= width <= 1200px) {
  .header.fixed .logo {
    width: 160px;
    height: 45px;
  }
}
@media (max-width: 992px) {
  .header.fixed .logo {
    width: 175px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .header.fixed .logo {
    width: 175px;
    height: 52px;
  }
}
@media (max-width: 480px) {
  .header.fixed .logo {
    width: 150px;
    height: 45px;
  }
}
.header.fixed .nav-toggle:before {
  background-color: #333;
  box-shadow: 0 0.5em 0 0 #333, 0 1em 0 0 #333;
}
.header.fixed .nav-menu > li:hover > a .submenu-indicator-chevron,
.header.fixed .submenu-indicator-chevron {
  border-color: transparent #000 #000 transparent;
}

.mob_view {
  display: none;
}
@media (max-width: 992px) {
  .mob_view {
    display: block;
  }
}

.desk_view {
  display: flex;
}
@media (max-width: 992px) {
  .desk_view {
    display: none;
  }
}

.navigation-portrait .btn_bg {
  width: auto !important;
  padding: 10px 20px !important;
  margin: 12px 15px 12px 26px !important;
}
.navigation-portrait .nav-dropdown > li > a {
  background: #328F89;
}
.navigation-portrait .nav-dropdown > li > a {
  width: 100%;
  padding: 10px 25px;
  font-size: 0.938rem;
  border-bottom: 1px solid #1b635e;
}
.navigation-portrait .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #000 #000 transparent;
}
.navigation-portrait .nav-dropdown > li:hover > a {
  background: #535252;
  color: #fff;
}
.navigation-portrait .nav-menu > li.active > a::before {
  left: 26px;
  background: antiquewhite;
  width: 10%;
  margin: 0;
}
.navigation-portrait .call {
  margin-left: 15px;
}

.hamburger {
  font-size: 30px;
  cursor: pointer;
  padding: 15px;
  color: #328F89;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 3;
  /* Positioned above the overlay */
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hamburger {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger div {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  height: 3px;
  background-color: #328F89;
  margin: 3px 0;
  transition: 0.4s;
  cursor: pointer;
}

.bar1 {
  width: 30px;
  /* Full width */
}

.bar2 {
  width: 25px;
  /* Slightly shorter */
}

.bar3 {
  width: 20px;
  /* Even shorter */
}

.hamburger.change div {
  background-color: white;
  right: 0 !important;
  /* New color when menu is open */
}

/* Rotate bars into X when menu is open */
.hamburger.change .bar1 {
  transform: rotate(-45deg) translate(-7px, 6px);
}

.hamburger.change .bar2 {
  opacity: 0;
}

.hamburger.change .bar3 {
  transform: rotate(45deg) translate(-6px, -6px);
  width: 30px;
}

/* Menu with slide-in animation */
#menu {
  position: fixed;
  top: 0;
  right: -350px;
  /* Hidden offscreen initially */
  width: 350px;
  height: 100%;
  background-color: #176f78;
  z-index: 2;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#menu .menu {
  padding: 2rem 2.5rem;
  margin-top: 3rem;
}
#menu .menu ul li {
  padding: 0.4rem 0;
  list-style: none;
  color: #fff;
}
#menu .menu ul li a {
  color: #fff;
}
#menu .list {
  width: 100%;
  padding: 2rem 2.5rem;
  color: #fff;
  font-size: 0.938rem;
  /* Sliding animation */
}
#menu .list p {
  color: #fff;
  font-size: 0.938rem;
}
#menu .list .email-phone {
  border-top: 1px solid #4b8b91;
  border-bottom: 1px solid #4b8b91;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
#menu .list .email-phone ul li {
  list-style: none;
  padding: 0.3rem 0;
  font-size: 0.938rem;
  padding: 1rem 0 1rem 2.5rem;
  position: relative;
}
#menu .list .email-phone ul li .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
  width: 30px;
  height: 30px;
  background: #258d98;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu .list .email-phone ul li a {
  color: #fff;
}

#menu.open {
  right: 0;
  /* Menu slides in from the right */
}

/* Close button inside the menu */
.close-btn {
  font-size: 30px;
  color: white;
  padding: 10px;
  cursor: pointer;
  text-align: right;
  display: block;
}

/* Overlay (will be dynamically added by JS) */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Fade-in animation */
}

#overlay.visible {
  opacity: 1;
  /* Fade in */
}

.intro {
  width: 100%;
  position: relative;
}
.intro::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  height: 200px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.intro .banner {
  z-index: 0;
  height: 100vh;
  position: relative;
}
@media (max-width: 1200px) {
  .intro .banner {
    height: auto;
  }
}
.intro .banner .item {
  display: flex;
  height: 100vh;
  height: auto;
  overflow: hidden;
  align-items: baseline;
  padding: 0;
}
@media (max-width: 1200px) {
  .intro .banner .item {
    height: auto;
  }
}
.intro .banner .item img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .intro .banner .item img {
    height: auto;
  }
}
.intro .banner .item .slider-caption {
  position: absolute;
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro .banner .item .slider-caption {
    left: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro .banner .item .slider-caption {
    padding: 0px 15px;
    left: 2%;
  }
}
@media (max-width: 767px) {
  .intro .banner .item .slider-caption {
    height: auto;
    top: auto;
    bottom: 40px;
  }
}
.intro .banner .item .slider-caption h2 {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro .banner .item .slider-caption h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro .banner .item .slider-caption h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro .banner .item .slider-caption h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .intro .banner .item .slider-caption h2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .intro .banner .item .slider-caption h2 {
    font-size: 1.4rem;
  }
}
.intro .banner .item .slider-caption h6 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
  font-family: "Caveat", serif;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro .banner .item .slider-caption h6 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .intro .banner .item .slider-caption h6 {
    margin-bottom: 1.2rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .intro .banner .item .slider-caption h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.intro .banner .item .slider-caption .btn_1 {
  background: #328F89;
  color: #fff !important;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro .banner .item .slider-caption .btn_1 {
    padding: 10px 25px;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .intro .banner .item .slider-caption .btn_1 {
    padding: 10px 25px;
    font-size: 0.875rem;
  }
}
.intro .banner .item .slider-caption .btn_1:hover {
  background: #fff;
  color: #328F89 !important;
}
.intro .banner .item .slider-caption .btn_boxes {
  display: flex;
}
@media (max-width: 767px) {
  .intro .banner .item .slider-caption .btn_boxes {
    justify-content: center;
  }
}
.intro .banner .item .slider-caption .btn_boxes .btn_2 {
  margin-left: 1rem;
}
.intro .search_form form {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  position: absolute;
  bottom: -35px;
  background: #fff;
  width: 55%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9;
  gap: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro .search_form form {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro .search_form form {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .intro .search_form form {
    display: none;
  }
}
.intro .search_form form .destination {
  width: 55%;
  padding-right: 2%;
  border-right: 1px solid #e1e1e1;
  padding: 0.8rem;
  /* Dropdown height and scroll */
  /* Scrollbar for WebKit-based browsers */
  /* Scrollbar for Firefox */
}
@media (max-width: 767px) {
  .intro .search_form form .destination {
    width: 90%;
    border-right: none;
    display: none;
  }
}
@media (max-width: 480px) {
  .intro .search_form form .destination {
    width: 100%;
    display: none;
  }
}
.intro .search_form form .destination .form-control {
  border: none;
}
.intro .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 16px !important;
  right: 1px;
  width: 20px;
}
.intro .search_form form .destination .search_form .destination .select2-container--default .select2-selection--single {
  width: 100%;
  border: none;
  /* Removes the border */
  box-shadow: none;
  /* Removes any shadow */
  border-radius: 4px;
  padding: 5px;
  line-height: 38px;
}
.intro .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .intro .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
  }
}
.intro .search_form form .destination .select2-container--default .select2-selection--single {
  height: 35px;
  border: none;
  border-radius: 4px;
  align-items: center;
  display: flex;
}
.intro .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: scroll;
}
.intro .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 8px;
}
.intro .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.intro .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.intro .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.intro .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options {
  scrollbar-color: #888 #f0f0f0;
  scrollbar-width: thin;
}
.intro .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 1px;
  width: 20px;
}
@media (max-width: 767px) {
  .intro .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .intro .search_form form .destination .select2-container--default .select2-selection--single {
    background: transparent;
  }
}
.intro .search_form form .type {
  width: 35%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .intro .search_form form .type {
    width: 40%;
    padding: 0.8rem;
    display: none;
  }
}
@media (max-width: 480px) {
  .intro .search_form form .type {
    width: 100%;
    padding: 0.8rem;
  }
}
.intro .search_form form .type .icon {
  width: 20px;
}
.intro .search_form form .type select {
  font-size: 1rem;
  color: #474747;
  font-weight: 400;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro .search_form form .type select {
    padding: 0 0.2rem 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .intro .search_form form .type select {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .intro .search_form form .type select option {
    background-color: #fff;
    color: #000;
  }
}
@media (max-width: 767px) {
  .intro .search_form form .type select option:checked {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .intro .search_form form .type select option:hover {
    color: #fff;
  }
}
.intro .search_form form .search_btn {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro .search_form form .search_btn .searchbtn {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #80c342;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .search_form form .search_btn .searchbtn i {
  color: #fff;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro .search_form form .search_btn .searchbtn i {
    font-size: 0.875rem;
  }
}
.intro .search_form form .search_btn .searchbtn:hover {
  background: #328F89;
}
@media (max-width: 767px) {
  .intro .search_form form .form-select {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
  }
}
.intro .search_form form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/caret-down-black24x.svg) center center/100% no-repeat;
  transition: 0.3s ease-in-out;
  display: block;
}
.intro .search_form form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.intro .search_form_mobile {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  position: absolute;
  bottom: -35px;
  background: #fff;
  width: 55%;
  cursor: pointer;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9;
  gap: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: none;
}
@media (max-width: 767px) {
  .intro .search_form_mobile {
    display: flex;
    width: 60%;
    bottom: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
  }
}
@media (max-width: 480px) {
  .intro .search_form_mobile {
    width: 70%;
  }
}
.intro .search_form_mobile .text-here {
  display: none;
}
@media (max-width: 767px) {
  .intro .search_form_mobile .text-here {
    display: flex;
    padding: 0.8rem;
    animation: blink 1s infinite;
    width: 87%;
    animation: blink 1s infinite;
  }
}
@media (max-width: 480px) {
  .intro .search_form_mobile .text-here {
    width: 85%;
    font-size: 0.875rem;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.intro .search_form_mobile .search_btn {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .intro .search_form_mobile .search_btn {
    justify-content: flex-end;
    align-items: center;
    width: 13%;
  }
}
@media (max-width: 480px) {
  .intro .search_form_mobile .search_btn {
    width: 15%;
  }
}
.intro .search_form_mobile .search_btn .searchbtn {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #80c342;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .search_form_mobile .search_btn .searchbtn i {
  color: #fff;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro .search_form_mobile .search_btn .searchbtn i {
    font-size: 0.875rem;
  }
}
.intro .search_form_mobile .search_btn .searchbtn:hover {
  background: #328F89;
}
.intro .form-select {
  outline: 0 !important;
  box-shadow: none;
}
.intro .slider-counter {
  position: absolute;
  left: 5%;
  bottom: 35%;
  color: #fff;
  display: flex;
  gap: 20px;
  transform: rotate(-90deg);
  /* Rotates the div 90 degrees counter-clockwise */
  transform-origin: left bottom;
  /* Adjusts the pivot point for rotation */
}
@media (max-width: 767px) {
  .intro .slider-counter {
    display: none;
  }
}
.intro .slider-counter .counter-box {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  font-size: 0.813rem;
  color: #ccc;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.intro .slider-counter .counter-box.active {
  border-color: #fff;
  font-weight: bold;
  color: #fff;
}
.intro .arrow {
  position: absolute;
  left: 50px;
  bottom: 6%;
  width: 23px;
}
@media (max-width: 992px) {
  .intro .arrow {
    width: 18px;
    bottom: 12%;
    left: 3.2%;
  }
}
@media (max-width: 767px) {
  .intro .arrow {
    display: none;
  }
}

.intro__landing {
  width: 100%;
  position: relative;
  top: 0;
}
.intro__landing .booking_form {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #fff;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  width: 25%;
  z-index: 99;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.3215686275);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(3px);
}
@media (992px <= width <= 1200px) {
  .intro__landing .booking_form {
    width: 30%;
    padding: 1.5rem;
  }
}
@media (width <= 992px) {
  .intro__landing .booking_form {
    display: none;
  }
}
.intro__landing .booking_form h4 {
  color: #fff;
  font-size: 1.438rem;
  font-weight: 500;
  font-family: "Poppins", serif;
}
.intro__landing .booking_form .input-group input,
.intro__landing .booking_form .input-group textarea {
  border-radius: 0;
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.intro__landing .booking_form .input-group .form-control {
  padding: 0.8rem 0.75rem;
}
.intro__landing .booking_form .input-group input::-moz-placeholder, .intro__landing .booking_form .input-group textarea::-moz-placeholder {
  color: #fff;
}
.intro__landing .booking_form .input-group input::placeholder,
.intro__landing .booking_form .input-group textarea::placeholder {
  color: #fff;
}
.intro__landing .booking_form .input-group .input-group-text {
  border: none;
  padding: 0;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
.intro__landing .booking_form input:focus,
.intro__landing .booking_form textarea:focus,
.intro__landing .booking_form select:focus {
  outline: none !important;
  /* Removes the default focus outline */
  box-shadow: none !important;
  /* Removes the Bootstrap focus shadow */
}
.intro__landing .booking_form .btn_1 {
  width: 100%;
  background: #1F5955;
  color: #fff !important;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 1px solid #0a5853;
}
@media (768px <= width <= 1200px) {
  .intro__landing .booking_form .btn_1 {
    font-size: 0.875rem;
  }
}
.intro__landing .landing__banner {
  z-index: 0;
  height: 100vh;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .intro__landing .landing__banner {
    height: auto;
  }
}
.intro__landing .landing__banner .item {
  display: flex;
  height: 100vh;
  height: auto;
  overflow: hidden;
  align-items: baseline;
  padding: 0;
}
@media (max-width: 1200px) {
  .intro__landing .landing__banner .item {
    height: auto;
  }
}
.intro__landing .landing__banner .item img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .intro__landing .landing__banner .item img {
    height: auto;
  }
}
.intro__landing .landing__banner .item .slider-caption {
  position: absolute;
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro__landing .landing__banner .item .slider-caption {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro__landing .landing__banner .item .slider-caption {
    padding: 0px 15px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .intro__landing .landing__banner .item .slider-caption {
    height: auto;
    top: auto;
    bottom: 40px;
  }
}
@media (768px <= width <= 992px) {
  .intro__landing .landing__banner .item .slider-caption .container {
    max-width: 100%;
  }
}
.intro__landing .landing__banner .item .slider-caption h2 {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro__landing .landing__banner .item .slider-caption h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro__landing .landing__banner .item .slider-caption h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro__landing .landing__banner .item .slider-caption h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .intro__landing .landing__banner .item .slider-caption h2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .intro__landing .landing__banner .item .slider-caption h2 {
    font-size: 1.8rem;
  }
}
.intro__landing .landing__banner .item .slider-caption h6 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1.3rem;
  font-family: "Poppins", serif;
}
@media (992px <= width <= 1200px) {
  .intro__landing .landing__banner .item .slider-caption h6 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro__landing .landing__banner .item .slider-caption h6 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .intro__landing .landing__banner .item .slider-caption h6 {
    margin-bottom: 1.2rem;
    text-align: center;
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .intro__landing .landing__banner .item .slider-caption h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.intro__landing .landing__banner .item .slider-caption h5 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media (992px <= width <= 1200px) {
  .intro__landing .landing__banner .item .slider-caption h5 {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro__landing .landing__banner .item .slider-caption h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .intro__landing .landing__banner .item .slider-caption h5 {
    margin-bottom: 1.2rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .intro__landing .landing__banner .item .slider-caption h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.intro__landing .landing__banner .item .slider-caption .rate {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro__landing .landing__banner .item .slider-caption .rate {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro__landing .landing__banner .item .slider-caption .rate {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro__landing .landing__banner .item .slider-caption .rate {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .intro__landing .landing__banner .item .slider-caption .rate {
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .intro__landing .landing__banner .item .slider-caption .rate {
    font-size: 1.4rem;
  }
}
.intro__landing .landing__banner .item .slider-caption .btn_1 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: rgb(114, 21, 25);
  background: linear-gradient(280deg, rgb(114, 21, 25) 0%, rgb(216, 39, 47) 100%);
  color: #fff !important;
  border: none;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 20px 25px;
}
@media (992px <= width <= 1200px) {
  .intro__landing .landing__banner .item .slider-caption .btn_1 {
    padding: 15px 20px;
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro__landing .landing__banner .item .slider-caption .btn_1 {
    padding: 10px 25px;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .intro__landing .landing__banner .item .slider-caption .btn_1 {
    padding: 10px 25px;
    font-size: 0.875rem;
  }
}
.intro__landing .landing__banner .item .slider-caption .btn_1:hover {
  background: #fff;
  color: #328F89 !important;
}
.intro__landing .landing__banner .item .slider-caption .btn_boxes {
  display: flex;
}
@media (max-width: 767px) {
  .intro__landing .landing__banner .item .slider-caption .btn_boxes {
    justify-content: center;
  }
}
.intro__landing .landing__banner .item .slider-caption .btn_boxes .btn_2 {
  margin-left: 1rem;
}
.intro__landing .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -40px;
  z-index: 999;
  position: relative;
}
.intro__landing .owl-theme .owl-dots .owl-dot.active span,
.intro__landing .owl-theme .owl-dots .owl-dot:hover span {
  background: #328F89;
}

.booking_forms__mob {
  display: none;
  background: #328F89;
}
@media (width <= 992px) {
  .booking_forms__mob {
    display: block;
  }
}
.booking_forms__mob .booking_form_mob_tab {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #fff;
  position: relative;
  width: 100%;
  z-index: 99;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.3215686275);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(3px);
}
@media (width <= 768px) {
  .booking_forms__mob .booking_form_mob_tab {
    padding: 1.5rem;
  }
}
.booking_forms__mob .booking_form_mob_tab h4 {
  color: #fff;
  font-size: 1.438rem;
  font-weight: 500;
  font-family: "Poppins", serif;
}
@media (width <= 768px) {
  .booking_forms__mob .booking_form_mob_tab h4 {
    font-size: 1.25rem;
    font-weight: 600;
  }
}
.booking_forms__mob .booking_form_mob_tab .input-group input,
.booking_forms__mob .booking_form_mob_tab .input-group textarea {
  border-radius: 0;
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.booking_forms__mob .booking_form_mob_tab .input-group .form-control {
  padding: 0.8rem 0.75rem;
}
.booking_forms__mob .booking_form_mob_tab .input-group input::-moz-placeholder, .booking_forms__mob .booking_form_mob_tab .input-group textarea::-moz-placeholder {
  color: #fff;
}
.booking_forms__mob .booking_form_mob_tab .input-group input::placeholder,
.booking_forms__mob .booking_form_mob_tab .input-group textarea::placeholder {
  color: #fff;
}
.booking_forms__mob .booking_form_mob_tab .input-group .input-group-text {
  border: none;
  padding: 0;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
.booking_forms__mob .booking_form_mob_tab input:focus,
.booking_forms__mob .booking_form_mob_tab textarea:focus,
.booking_forms__mob .booking_form_mob_tab select:focus {
  outline: none !important;
  /* Removes the default focus outline */
  box-shadow: none !important;
  /* Removes the Bootstrap focus shadow */
}
.booking_forms__mob .booking_form_mob_tab .btn_1 {
  width: 100%;
  background: #1F5955;
  color: #fff !important;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 1px solid #0a5853;
}
@media (768px <= width <= 1200px) {
  .booking_forms__mob .booking_form_mob_tab .btn_1 {
    font-size: 0.875rem;
  }
}

.desktop_view {
  display: block !important;
}
@media (max-width: 650px) {
  .desktop_view {
    display: none !important;
  }
}

.mobile_view {
  display: none !important;
}
@media (max-width: 650px) {
  .mobile_view {
    display: block !important;
  }
}

.trending-holidays {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 80px;
  position: relative;
}
@media (992px <= width <= 1200px) {
  .trending-holidays {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .trending-holidays {
    padding-top: 40px;
    padding-bottom: 0;
    margin-top: 40px;
  }
}
.trending-holidays .shape1 {
  position: absolute;
  right: 60px;
  top: 60px;
}
@media (max-width: 767px) {
  .trending-holidays .shape1 {
    display: none;
  }
}
.trending-holidays .rectangle {
  position: absolute;
  top: 40%;
  right: -30px;
  z-index: -1;
  border-radius: 447px;
  opacity: 0.2;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .trending-holidays .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .trending-holidays .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .trending-holidays .rectangle {
    display: none;
  }
}
.trending-holidays .shape_one {
  position: absolute;
  right: 5%;
  top: 240px;
  z-index: -1;
}
@media (width <= 768px) {
  .trending-holidays .shape_one {
    display: none;
  }
}
.trending-holidays .shape_one img {
  width: 200px;
}
.trending-holidays .trending-holiday {
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
}
.trending-holidays .trending-holiday .trending_box {
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  width: 100%;
  position: relative;
}
.trending-holidays .trending-holiday .trending_box .place_img {
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 309px;
  aspect-ratio: 309/384;
}
.trending-holidays .trending-holiday .trending_box .place_img .btn_arrow {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 5%;
  z-index: 99;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media (max-width: 767px) {
  .trending-holidays .trending-holiday .trending_box .place_img .btn_arrow {
    width: 20px;
    height: 20px;
  }
}
.trending-holidays .trending-holiday .trending_box .place_img .btn_arrow i {
  color: #328f89;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .trending-holidays .trending-holiday .trending_box .place_img .btn_arrow i {
    font-size: 0.813rem;
  }
}
.trending-holidays .trending-holiday .trending_box .place_img img {
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  transition: all 0.4s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trending-holidays .trending-holiday .trending_box .content {
  padding: 1rem 0 0 0;
}
.trending-holidays .trending-holiday .trending_box .content h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  height: 22px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .trending-holidays .trending-holiday .trending_box .content h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .trending-holidays .trending-holiday .trending_box .content h4 {
    font-size: 0.938rem;
    display: block; /* reset display */
    height: auto; /* remove fixed height */
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }
}
.trending-holidays .trending-holiday .trending_box .content h6 {
  color: #328f89;
  font-size: 0.813rem;
  font-weight: 400;
  margin-bottom: 0;
}
.trending-holidays .trending-holiday .trending_box:hover img {
  transform: scale(1.2);
}
.trending-holidays .trending-holiday .trending_box:hover .btn_arrow {
  right: 5%;
  opacity: 1;
}
.trending-holidays .trending-holiday .trending_box:hover .btn_arrow:hover {
  background: #328f89;
}
.trending-holidays .trending-holiday .trending_box:hover .btn_arrow:hover i {
  color: #fff;
}
.trending-holidays .owl-carousel .owl-nav button.owl-prev,
.trending-holidays .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
  margin: 0;
}
.trending-holidays .owl-carousel .owl-nav button.owl-prev:hover,
.trending-holidays .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.trending-holidays .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .trending-holidays .owl-prev {
    left: 20px;
  }
}
.trending-holidays .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .trending-holidays .owl-next {
    right: -10px;
  }
}

.international_holiday {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .international_holiday {
    padding-bottom: 0;
    padding-top: 50px;
  }
}
.international_holiday .shape2 {
  position: absolute;
  left: 60px;
  top: 60px;
}
@media (max-width: 767px) {
  .international_holiday .shape2 {
    display: none;
  }
}
.international_holiday .rectangle {
  position: absolute;
  top: 25%;
  left: 15%;
  border-radius: 447px;
  opacity: 0.25;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .international_holiday .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .international_holiday .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .international_holiday .rectangle {
    display: none;
  }
}
.international_holiday .rectangle_3 {
  position: absolute;
  top: 5%;
  right: -5%;
  border-radius: 447px;
  opacity: 0.15;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .international_holiday .rectangle_3 {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .international_holiday .rectangle_3 {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .international_holiday .rectangle_3 {
    display: none;
  }
}
.international_holiday .shape_one {
  position: absolute;
  left: 5%;
  top: 35%;
}
@media (max-width: 767px) {
  .international_holiday .shape_one {
    display: none;
  }
}
.international_holiday .shape_one img {
  width: 200px;
}
.international_holiday .shape_two {
  position: absolute;
  left: 5%;
  top: 30%;
}
@media (max-width: 767px) {
  .international_holiday .shape_two {
    display: none;
  }
}
.international_holiday .shape_two img {
  width: 200px;
}
.international_holiday .shape_three {
  position: absolute;
  right: 10%;
  top: 23%;
}
@media (max-width: 767px) {
  .international_holiday .shape_three {
    display: none;
  }
}
.international_holiday .shape_three img {
  width: 200px;
}
.international_holiday .rectangle_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 447px;
  opacity: 0.4;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .international_holiday .rectangle_2 {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .international_holiday .rectangle_2 {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .international_holiday .rectangle_2 {
    display: none;
  }
}
.international_holiday .img_boxes {
  width: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: relative;
}
.international_holiday .img_boxes::before {
  transition: all 0.4s ease-in-out;
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
  bottom: 0;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 71%, rgba(255, 255, 255, 0) 100%);
  height: 90px;
  z-index: 9;
}
@media (max-width: 1200px) {
  .international_holiday .img_boxes::before {
    height: 80px;
  }
}
.international_holiday .img_boxes figure {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
.international_holiday .img_boxes figure .btn_arrow {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 15px;
  opacity: 0;
  top: 15px;
  z-index: 99;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media (max-width: 767px) {
  .international_holiday .img_boxes figure .btn_arrow {
    width: 20px;
    height: 20px;
  }
}
.international_holiday .img_boxes figure .btn_arrow i {
  color: #328f89;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .international_holiday .img_boxes figure .btn_arrow i {
    font-size: 0.813rem;
  }
}
.international_holiday .img_boxes figure .location {
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 18px;
  z-index: 99;
}
@media (max-width: 1200px) {
  .international_holiday .img_boxes figure .location {
    bottom: 10px;
    left: 10px;
  }
}
@media (width <= 767px) {
  .international_holiday .img_boxes figure .location {
    bottom: 15px;
    left: 15px;
  }
}
.international_holiday .img_boxes figure .location h4 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", serif;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .international_holiday .img_boxes figure .location h4 {
    font-size: 1rem;
  }
}
.international_holiday .img_boxes figure .location .days {
  font-size: 0.813rem;
  font-weight: 300;
  color: #fff;
}
.international_holiday .img_boxes figure .packages {
  position: absolute;
  left: 0;
  bottom: 15px;
  line-height: 18px;
  z-index: 99;
  width: 100%;
}
.international_holiday .img_boxes figure .packages h4 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  font-family: "Poppins", serif;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .international_holiday .img_boxes figure .packages h4 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .international_holiday .img_boxes figure .packages h4 {
    font-size: 0.813rem;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .international_holiday .img_boxes figure .packages h4 {
    line-height: 18px;
  }
}
.international_holiday .img_boxes figure .packages .days {
  font-size: 0.813rem;
  font-weight: 300;
  color: #fff;
}
.international_holiday .img_boxes figure img {
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.international_holiday .img_boxes .img_one {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 800/280;
}
.international_holiday .img_boxes .img_two {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 500/440;
}
.international_holiday .img_boxes .img_two {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 500/440;
}
.international_holiday .img_boxes .img_three {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 600/700;
}
.international_holiday .img_boxes .img_four {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 800/300;
}
.international_holiday .img_boxes .img_five {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 500/400;
}
.international_holiday .img_boxes .img_six {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 500/450;
}
.international_holiday .img_boxes .img_seven {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 500/200;
}
.international_holiday .img_boxes:hover figure .btn_arrow {
  opacity: 1;
}
.international_holiday .img_boxes:hover figure img {
  transform: scale(1.2);
}

.domestic {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  padding-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .domestic {
    padding-bottom: 0;
  }
}
.domestic .shape2 {
  position: absolute;
  left: 20px;
  bottom: 60px;
}
.domestic .shape2 img {
  width: 120px;
}
@media (max-width: 767px) {
  .domestic .shape2 img {
    display: none;
  }
}
.domestic .rectangle {
  position: absolute;
  top: 2%;
  right: 0;
  border-radius: 447px;
  opacity: 0.35;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .domestic .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .domestic .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .domestic .rectangle {
    display: none;
  }
}
.domestic .shape_two {
  position: absolute;
  left: 4%;
  top: 35%;
  z-index: -1;
}
@media (width <= 768px) {
  .domestic .shape_two {
    display: none;
  }
}
.domestic .shape_two img {
  width: 100px;
}
.domestic .domestic_bg {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-size: cover;
  padding: 4rem 2.5rem;
}
@media (max-width: 767px) {
  .domestic .domestic_bg {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 4rem 1.5rem;
  }
}
.domestic .domestic_bg .left_box {
  padding: 0 3rem;
}
@media (max-width: 1200px) {
  .domestic .domestic_bg .left_box {
    padding: 0;
  }
}
.domestic .domestic_bg .left_box h5 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 400;
  font-family: "Caveat", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .domestic .domestic_bg .left_box h5 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .domestic .domestic_bg .left_box h5 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .domestic .domestic_bg .left_box h5 {
    font-size: 1.2rem;
  }
  .domestic .domestic_bg .left_box h5 br {
    display: none;
  }
}
.domestic .domestic_bg .left_box h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .domestic .domestic_bg .left_box h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .domestic .domestic_bg .left_box h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .domestic .domestic_bg .left_box h3 {
    font-size: 1.5rem;
  }
  .domestic .domestic_bg .left_box h3 br {
    display: none;
  }
}
.domestic .domestic_bg .left_box p {
  color: #fff;
}
.domestic .domestic_bg .left_box .btn_3 {
  color: #fff;
}
.domestic .domestic_bg .domestic_package {
  position: relative;
}
.domestic .domestic_bg .domestic_package .domestic_box {
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.domestic .domestic_bg .domestic_package .domestic_box::before {
  transition: all 0.4s ease-in-out;
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
  bottom: 0;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 71%, rgba(255, 255, 255, 0) 100%);
  height: 90px;
  z-index: 9;
}
.domestic .domestic_bg .domestic_package .domestic_box .place_img {
  max-width: 300px;
  aspect-ratio: 300/415;
}
.domestic .domestic_bg .domestic_package .domestic_box img {
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.domestic .domestic_bg .domestic_package .domestic_box .btn_arrow {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 10%;
  opacity: 0;
  top: 5%;
  z-index: 99;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media (max-width: 767px) {
  .domestic .domestic_bg .domestic_package .domestic_box .btn_arrow {
    width: 20px;
    height: 20px;
  }
}
.domestic .domestic_bg .domestic_package .domestic_box .btn_arrow i {
  color: #328f89;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .domestic .domestic_bg .domestic_package .domestic_box .btn_arrow i {
    font-size: 0.813rem;
  }
}
.domestic .domestic_bg .domestic_package .domestic_box .location {
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 18px;
  z-index: 99;
}
.domestic .domestic_bg .domestic_package .domestic_box .location h4 {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", serif;
  margin-bottom: 0;
}
.domestic .domestic_bg .domestic_package .domestic_box .location .days {
  font-size: 0.813rem;
  font-weight: 300;
  color: #fff;
}
.domestic .domestic_bg .domestic_package .domestic_box:hover .btn_arrow {
  opacity: 1;
}
.domestic .domestic_bg .domestic_package .domestic_box:hover img {
  transform: scale(1.2);
}
.domestic .domestic_bg .owl-carousel .owl-nav button.owl-prev,
.domestic .domestic_bg .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
}
.domestic .domestic_bg .owl-carousel .owl-nav button.owl-prev:hover,
.domestic .domestic_bg .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.domestic .domestic_bg .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .domestic .domestic_bg .owl-prev {
    left: -10px;
  }
}
.domestic .domestic_bg .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .domestic .domestic_bg .owl-next {
    right: -30px;
  }
}

.group-departure {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .group-departure {
    padding-bottom: 0;
  }
}
.group-departure .rectangle {
  position: absolute;
  top: 10%;
  left: 5%;
  border-radius: 447px;
  opacity: 0.22;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .group-departure .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .group-departure .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .group-departure .rectangle {
    display: none;
  }
}
.group-departure .shape_one {
  position: absolute;
  right: 5%;
  top: 25%;
}
@media (max-width: 767px) {
  .group-departure .shape_one {
    display: none;
  }
}
.group-departure .shape_one img {
  width: 200px;
}
.group-departure .group-holiday {
  width: 100%;
}
.group-departure .group-holiday .trending_box {
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
}
.group-departure .group-holiday .trending_box .place_img {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  transition: all 0.4s ease-in-out;
  background: #000;
  width: 100%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 8/9;
}
@media (480px <= width <= 575px) {
  .group-departure .group-holiday .trending_box .place_img {
    max-height: 320px;
    aspect-ratio: 13/9;
  }
}
@media (max-width: 480px) {
  .group-departure .group-holiday .trending_box .place_img {
    max-height: 280px;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
  }
}
.group-departure .group-holiday .trending_box .place_img img {
  transition: all 0.4s ease-in-out;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (450px <= width <= 576px) {
  .group-departure .group-holiday .trending_box .place_img img {
    max-height: 350px;
  }
}
@media (max-width: 480px) {
  .group-departure .group-holiday .trending_box .place_img img {
    max-height: 280px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
  }
}
.group-departure .group-holiday .trending_box .place_img .get_details {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  padding: 0.5rem 1.5rem;
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
}
@media (max-width: 1400px) {
  .group-departure .group-holiday .trending_box .place_img .get_details {
    padding: 0.5rem 0.8rem;
    font-size: 0.813rem;
  }
}
@media (max-width: 767px) {
  .group-departure .group-holiday .trending_box .place_img .get_details {
    padding: 0.35rem 0.8rem;
    font-size: 0.75rem;
  }
}
.group-departure .group-holiday .trending_box .content {
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  padding: 1.5rem;
  width: 100%;
  position: relative;
  transform: translateY(-30px);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (max-width: 767px) {
  .group-departure .group-holiday .trending_box .content {
    transform: translateY(-10px);
    box-shadow: none;
    border: 1px solid #efefef;
  }
}
@media (max-width: 480px) {
  .group-departure .group-holiday .trending_box .content {
    padding: 1rem;
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
    transform: translateY(0px);
  }
}
.group-departure .group-holiday .trending_box .content h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #535252;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  height: 22px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
@media (max-width: 480px) {
  .group-departure .group-holiday .trending_box .content h4 {
    height: 48px;
    min-height: 40px;
  }
}
@media (width <= 767px) {
  .group-departure .group-holiday .trending_box .content h4 {
    display: block; /* reset display */
    height: auto; /* remove fixed height */
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .group-departure .group-holiday .trending_box .content h4 {
    font-size: 0.875rem;
  }
}
.group-departure .group-holiday .trending_box .content h6 {
  color: #328f89;
  font-size: 0.813rem;
  font-weight: 400;
}
@media (max-width: 480px) {
  .group-departure .group-holiday .trending_box .content h6 {
    line-height: 12px;
  }
}
.group-departure .group-holiday .trending_box .content h6 span {
  margin-top: 1rem;
  color: #292b2b;
  font-size: 0.813rem;
  font-weight: 400;
  padding-left: 0.5rem;
}
@media (max-width: 480px) {
  .group-departure .group-holiday .trending_box .content h6 span {
    display: block;
    padding-left: 0;
  }
}
.group-departure .group-holiday .trending_box .content h5 {
  margin-top: 1rem;
  color: #292b2b;
  font-size: 0.813rem;
  font-weight: 400;
}
.group-departure .group-holiday .trending_box .content .rates {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .group-departure .group-holiday .trending_box .content .rates {
    flex-wrap: wrap;
  }
}
.group-departure .group-holiday .trending_box .content .rates .current_rate {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}
.group-departure .group-holiday .trending_box .content .rates .cutrate {
  font-weight: 500;
  color: #535252;
  font-size: 0.938rem;
  text-decoration: line-through;
}
.group-departure .group-holiday .trending_box .content .rates .save {
  font-size: 0.813rem;
  font-weight: 400;
  color: #25d366;
}
.group-departure .group-holiday .trending_box .content .btn_box {
  margin-top: 1.5rem;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .group-departure .group-holiday .trending_box .content .btn_box {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .group-departure .group-holiday .trending_box .content .btn_box .btn_5 {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.4rem 0.8rem !important;
    font-size: 0.813rem;
  }
}
.group-departure .group-holiday .trending_box:hover .place_img {
  position: relative;
}
.group-departure .group-holiday .trending_box:hover .place_img img {
  opacity: 0.2;
  transform: scale(1.2);
}
.group-departure .group-holiday .trending_box:hover .get_details {
  margin-top: 0;
  opacity: 1;
}
.group-departure .group-holiday .trending_box:hover .get_details:hover {
  background: #328f89;
}
.group-departure .owl-carousel .owl-nav button.owl-prev,
.group-departure .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
}
.group-departure .owl-carousel .owl-nav button.owl-prev:hover,
.group-departure .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.group-departure .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .group-departure .owl-prev {
    left: 20px;
  }
}
@media (max-width: 480px) {
  .group-departure .owl-prev {
    left: 2px;
    top: 40%;
  }
}
.group-departure .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .group-departure .owl-next {
    right: -10px;
  }
}
@media (max-width: 480px) {
  .group-departure .owl-next {
    right: -26px;
    top: 40%;
  }
}

.theme-package {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
.theme-package .shape2 {
  position: absolute;
  left: 20px;
  top: 20px;
}
.theme-package .shape2 img {
  width: 80px;
}
@media (max-width: 767px) {
  .theme-package .shape2 img {
    display: none;
  }
}
@media (max-width: 767px) {
  .theme-package {
    padding-bottom: 0;
  }
}
.theme-package .nav-tabs {
  gap: 10px;
  --bs-nav-tabs-border-color: $white-color;
}
.theme-package .nav-tabs .nav-link.active {
  color: #328F89;
  background-color: rgba(15, 102, 96, 0.09);
  border-color: #328F89;
}
.theme-package .nav-tabs .nav-link {
  border-radius: 5px;
  color: #535252;
  background-color: #fff;
  border-color: #C3C3C3;
}
@media (max-width: 480px) {
  .theme-package .nav-tabs .nav-link {
    font-size: 0.813rem;
    padding: 0.5rem;
  }
}
.theme-package .rectangle {
  position: absolute;
  top: 10%;
  right: -25px;
  border-radius: 447px;
  opacity: 0.18;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .theme-package .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .theme-package .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .theme-package .rectangle {
    display: none;
    max-height: 200px;
  }
}
.theme-package .shape_one {
  position: absolute;
  right: 5%;
  top: 55%;
}
@media (width <= 768px) {
  .theme-package .shape_one {
    display: none;
  }
}
.theme-package .shape_one img {
  width: 200px;
}
.theme-package .theme-holiday {
  width: 100%;
  margin-top: 1.5rem;
}
.theme-package .theme-holiday .holiday_box {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
}
.theme-package .theme-holiday .holiday_box .place_img {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  overflow: hidden;
  max-width: 250px;
  aspect-ratio: 250/320;
  position: relative;
}
.theme-package .theme-holiday .holiday_box .place_img img {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  transition: all 0.4s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-package .theme-holiday .holiday_box .content {
  padding: 1rem 0.5rem 0 0.5rem;
  width: 100%;
  position: relative;
}
.theme-package .theme-holiday .holiday_box .content .get_details {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translate(-50%, 0);
  z-index: 999;
  margin-top: -20px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #328F89;
  border: 1px solid #96ADBE;
}
.theme-package .theme-holiday .holiday_box .content .get_details i {
  font-size: 1rem;
}
.theme-package .theme-holiday .holiday_box .content h4 {
  margin-top: 0.3rem;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.theme-package .theme-holiday .holiday_box:hover img {
  transform: scale(1.2);
}
.theme-package .theme-holiday .holiday_box:hover .get_details {
  opacity: 1;
  margin-top: 0;
  background: #fff;
  color: #328F89;
}
.theme-package .theme-holiday .holiday_box:hover .get_details:hover {
  background: #328F89;
  color: #fff;
}
.theme-package .owl-carousel .owl-nav button.owl-prev,
.theme-package .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
}
.theme-package .owl-carousel .owl-nav button.owl-prev:hover,
.theme-package .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.theme-package .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .theme-package .owl-prev {
    left: 20px;
  }
}
.theme-package .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .theme-package .owl-next {
    right: -10px;
  }
}

.domestic-package {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .domestic-package {
    padding-bottom: 0;
  }
}
.domestic-package .shape2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.domestic-package .shape2 img {
  width: 80px;
}
@media (max-width: 767px) {
  .domestic-package .shape2 img {
    display: none;
  }
}
.domestic-package .shape_one {
  position: absolute;
  right: 5%;
  top: 35%;
}
@media (width <= 768px) {
  .domestic-package .shape_one {
    display: none;
  }
}
.domestic-package .shape_one img {
  width: 200px;
}
.domestic-package .domestic-holiday {
  width: 100%;
  margin-top: 1.5rem;
}
.domestic-package .domestic-holiday .domestic_box {
  border-radius: 15%;
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  -ms-border-radius: 15%;
  -o-border-radius: 15%;
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
}
.domestic-package .domestic-holiday .domestic_box .place_img {
  border-radius: 15%;
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  -ms-border-radius: 15%;
  -o-border-radius: 15%;
  transition: all 0.4s ease-in-out;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.domestic-package .domestic-holiday .domestic_box .place_img img {
  transition: all 0.4s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.domestic-package .domestic-holiday .domestic_box .place_img .get_details {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  background: #fff;
  font-size: 1.5rem;
  padding: 0.5rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #328f89;
  position: absolute;
}
@media (max-width: 767px) {
  .domestic-package .domestic-holiday .domestic_box .place_img .get_details {
    width: 20px;
    height: 20px;
  }
}
.domestic-package .domestic-holiday .domestic_box .place_img .get_details i {
  color: #328f89;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .domestic-package .domestic-holiday .domestic_box .place_img .get_details i {
    font-size: 0.813rem;
  }
}
.domestic-package .domestic-holiday .domestic_box .content {
  padding: 1rem 0.5rem 0 0.5rem;
  width: 100%;
  position: relative;
  background: #fff;
}
.domestic-package .domestic-holiday .domestic_box .content h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.domestic-package .domestic-holiday .domestic_box:hover img {
  transform: scale(1.2);
}
.domestic-package .domestic-holiday .domestic_box:hover .get_details {
  opacity: 1;
}
.domestic-package .owl-carousel .owl-nav button.owl-prev,
.domestic-package .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
}
.domestic-package .owl-carousel .owl-nav button.owl-prev:hover,
.domestic-package .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.domestic-package .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .domestic-package .owl-prev {
    left: 20px;
  }
}
.domestic-package .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .domestic-package .owl-next {
    right: -10px;
  }
}

.heading h5 {
  color: #328f89;
  font-size: 1.875rem;
  font-weight: 400;
  font-family: "Caveat", serif;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .heading h5 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .heading h5 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .heading h5 {
    font-size: 1.2rem;
  }
}
.heading h1,
.heading h3 {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .heading h1,
  .heading h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .heading h1,
  .heading h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .heading h1,
  .heading h3 {
    font-size: 1.5rem;
  }
}
.heading h1 span,
.heading h3 span {
  color: #ec0a15;
}
.heading h1::before,
.heading h3::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 85px;
  height: 3px;
  background: #ec0a15;
  margin-left: -95px;
}
@media (992px <= width <= 1400px) {
  .heading h1::before,
  .heading h3::before {
    width: 60px;
    margin-left: -70px;
  }
}
@media (768px <= width <= 992px) {
  .heading h1::before,
  .heading h3::before {
    width: 50px;
    margin-left: -60px;
  }
}
@media (max-width: 768px) {
  .heading h1::before,
  .heading h3::before {
    display: none;
  }
}
.heading p {
  text-align: center;
}

.about_container {
  width: 100%;
  background: url(../images/about_bg_image.jpg) no-repeat center center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .about_container {
    padding-bottom: 0;
  }
}
.about_container .rectangle {
  position: absolute;
  bottom: -10%;
  right: 5%;
  border-radius: 447px;
  opacity: 0.18;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .about_container .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .about_container .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .about_container .rectangle {
    display: none;
  }
}
.about_container .about_image {
  padding: 0;
  position: relative;
}
.about_container .about_image::before {
  background: url(../images/rotation_animation-01.svg) no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  animation: rotateBackground 25s linear infinite;
}
@media (1200px <= width <= 1400px) {
  .about_container .about_image::before {
    width: 540px;
    height: 540px;
  }
}
@media (992px <= width <= 1200px) {
  .about_container .about_image::before {
    width: 440px;
    height: 440px;
  }
}
@media (768px <= width <= 992px) {
  .about_container .about_image::before {
    width: 320px;
    height: 320px;
  }
}
@media (550px <= width <= 768px) {
  .about_container .about_image::before {
    width: 440px;
    height: 440px;
  }
}
@media (480px <= width <= 550px) {
  .about_container .about_image::before {
    width: 400px;
    height: 400px;
  }
}
@media (width <= 480px) {
  .about_container .about_image::before {
    width: 320px;
    height: 320px;
  }
}
@keyframes rotateBackground {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.about_container .about_image .img_box {
  z-index: 999;
  position: relative;
}
.about_container .about_image .round_circles {
  width: 700px;
  height: 700px;
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (1200px <= width <= 1400px) {
  .about_container .about_image .round_circles {
    width: 530px;
    height: 530px;
  }
}
@media (992px <= width <= 1200px) {
  .about_container .about_image .round_circles {
    width: 480px;
    height: 480px;
  }
}
@media (768px <= width <= 992px) {
  .about_container .about_image .round_circles {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .about_container .about_image .round_circles {
    display: none;
  }
}
.about_container .about_image .round_circles .circle {
  width: 100%;
  height: 100%;
}
.about_container .about_image .round_circles .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_container .about_image .round_circles .dot1 {
  background-color: #07AD8F;
  animation: moveAlongCircle1 15s linear infinite;
}
.about_container .about_image .round_circles .dot2 {
  background-color: #FB5D1F;
  animation: moveAlongCircle2 15s linear infinite;
}
@keyframes moveAlongCircle1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translate(290px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translate(290px) rotate(-260deg);
  }
}
@keyframes moveAlongCircle2 {
  0% {
    transform: translate(-50%, -50%) rotate(180deg) translate(290px) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(540deg) translate(290px) rotate(-540deg);
  }
}
.about_container .about_image .round_circles_2 {
  width: 600px;
  height: 600px;
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (1200px <= width <= 1400px) {
  .about_container .about_image .round_circles_2 {
    width: 600px;
    height: 600px;
  }
}
@media (992px <= width <= 1200px) {
  .about_container .about_image .round_circles_2 {
    width: 550px;
    height: 550px;
  }
}
@media (768px <= width <= 992px) {
  .about_container .about_image .round_circles_2 {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .about_container .about_image .round_circles_2 {
    display: none;
  }
}
.about_container .about_image .round_circles_2 .circle {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.about_container .about_image .round_circles_2 .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_container .about_image .round_circles_2 .dot3 {
  background-color: #FB5D1F;
  animation: moveAlongCircle3 15s linear infinite;
  animation-duration: 30s;
}
.about_container .about_image .round_circles_2 .dot4 {
  background-color: #07AD8F;
  animation: moveAlongCircle4 15s linear infinite;
  animation-duration: 30s;
}
@keyframes moveAlongCircle3 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translate(250px) rotate(0deg);
    @media (768px <= width <= 992px) {
      .about_container .about_image .round_circles_2 {
        transform: translate(-50%, -50%) rotate(0deg) translate(50px) rotate(0deg);
      }
    }
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translate(250px) rotate(-360deg);
    @media (768px <= width <= 992px) {
      .about_container .about_image .round_circles_2 {
        transform: translate(-50%, -50%) rotate(360deg) translate(250px) rotate(-360deg);
      }
    }
  }
}
@keyframes moveAlongCircle4 {
  0% {
    transform: translate(-50%, -50%) rotate(180deg) translate(250px) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(540deg) translate(250px) rotate(-540deg);
  }
}
.about_container .about_image .video {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 45%;
  width: 65px;
  height: 65px;
  background: #ec711f;
  border: 3px solid #eba97d;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  transform: translate(-50%, -50%);
  animation: zoomInOut 2s ease-in-out infinite;
  z-index: 999;
}
.about_container .about_image .video i {
  color: #fff;
  font-size: 2rem;
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.about_container .about_content {
  padding-left: 1rem;
  position: relative;
}
@media (max-width: 992px) {
  .about_container .about_content {
    padding-right: 0;
  }
}
.about_container .about_content h2 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_container .about_content h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about_container .about_content h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .about_container .about_content h2 {
    font-size: 1.5rem;
  }
}
.about_container .about_content h2::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #ec0a15;
}
@media (max-width: 767px) {
  .about_container .about_content h2::before {
    display: none;
  }
}
.about_container .about_content h2 span {
  color: #ec0a15;
}
.about_container .about_content h5 {
  color: #328F89;
  font-family: "Poppins", serif;
  font-weight: 400;
  margin-bottom: 1rem;
}
.about_container .about_content .count {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.about_container .about_content .count ul {
  display: flex;
}
.about_container .about_content .count ul li {
  list-style: none;
  padding-right: 1.8rem;
}
@media (max-width: 992px) {
  .about_container .about_content .count ul li {
    padding-right: 1rem;
  }
}
.about_container .about_content .count ul li .boxes {
  color: #ff5c15;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .about_container .about_content .count ul li .boxes {
    font-size: 1.5rem;
  }
}
.about_container .about_content .count ul li .boxes span {
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .about_container .about_content .count ul li .boxes span {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}
.about_container .about_content .btn_1 {
  border: 2px solid #328F89 !important;
  color: #328F89 !important;
  padding: 10px 50px;
}
@media (767px <= width <= 1200px) {
  .about_container .about_content .btn_1 {
    padding: 5px 25px;
    font-size: 0.938rem;
  }
}
@media (max-width: 767px) {
  .about_container .about_content .btn_1 {
    padding: 5px 25px;
    font-size: 0.938rem;
  }
}
@media (max-width: 480px) {
  .about_container .about_content .btn_1 {
    padding: 4px 20px;
    font-size: 0.875rem;
  }
}
.about_container .about_content .btn_1:hover {
  background: #328F89;
  color: #fff !important;
}

.our_blogs {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .our_blogs {
    padding-bottom: 0;
  }
}
.our_blogs .heading_box {
  margin-bottom: 2rem;
}
.our_blogs .heading_box h5 {
  color: #328f89;
  font-size: 1.875rem;
  font-weight: 400;
  font-family: "Caveat", serif;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our_blogs .heading_box h5 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .our_blogs .heading_box h5 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .our_blogs .heading_box h5 {
    font-size: 1.2rem;
  }
}
.our_blogs .heading_box h3 {
  color: #000;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 600;
  padding-left: 75px;
  position: relative;
  font-family: "Poppins", serif;
}
@media (max-width: 767px) {
  .our_blogs .heading_box h3 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our_blogs .heading_box h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .our_blogs .heading_box h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .our_blogs .heading_box h3 {
    font-size: 1.5rem;
  }
}
.our_blogs .heading_box h3 span {
  color: #ec0a15;
}
.our_blogs .heading_box h3::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 70px;
  left: 0;
  height: 3px;
  background: #ec0a15;
}
@media (max-width: 767px) {
  .our_blogs .heading_box h3::before {
    display: none;
  }
}
.our_blogs .full_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 2rem;
}
@media (max-width: 1200px) {
  .our_blogs .full_container {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .our_blogs .full_container {
    flex-direction: column;
  }
}
.our_blogs .full_container .img_box {
  width: 70%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  max-width: 650px;
  aspect-ratio: 13/9;
}
@media (max-width: 768px) {
  .our_blogs .full_container .img_box {
    width: 100%;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
  }
}
.our_blogs .full_container .img_box img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .our_blogs .full_container .img_box img {
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
  }
}
.our_blogs .full_container .content_box {
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  background: #258d98;
  position: absolute;
  padding: 3rem 2rem;
  width: 60%;
  right: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .our_blogs .full_container .content_box {
    right: 0;
    width: 50%;
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .our_blogs .full_container .content_box {
    width: 100%;
    right: 0;
    padding: 1.5rem;
    border-radius: 0 0 1rem 1rem;
    -webkit-border-radius: 0 0 1rem 1rem;
    -moz-border-radius: 0 0 1rem 1rem;
    -ms-border-radius: 0 0 1rem 1rem;
    -o-border-radius: 0 0 1rem 1rem;
    position: relative;
  }
}
.our_blogs .full_container .content_box .calendar {
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
  font-size: 0.813rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}
.our_blogs .full_container .content_box h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #535252;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #fff;
  line-height: 23px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .our_blogs .full_container .content_box h4 {
    height: 48px;
    min-height: 40px;
  }
}
@media (max-width: 1200px) {
  .our_blogs .full_container .content_box h4 {
    height: 48px;
    -webkit-line-clamp: 24;
    line-clamp: 2;
  }
}
.our_blogs .full_container .content_box p {
  color: #fff;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  height: 100px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .our_blogs .full_container .content_box p {
    height: 50px;
    -webkit-line-clamp: 24;
    line-clamp: 2;
  }
}
.our_blogs .full_container .content_box .btn-box {
  display: flex;
  justify-content: flex-end;
}
.our_blogs .full_container .content_box .btn-box .btn_link {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_blogs .full_container .content_box .btn-box .btn_link .icon path {
  stroke: #fff;
  /* Change stroke color */
}
.our_blogs .full_container .content_box .btn-box .btn_link:hover {
  background: #fff;
}
.our_blogs .full_container .content_box .btn-box .btn_link:hover .icon path {
  stroke: #258d98;
  /* Change stroke color */
}
.our_blogs .blogs_list {
  width: 100%;
}
@media (max-width: 1200px) {
  .our_blogs .blogs_list {
    margin-top: 2rem;
  }
}
.our_blogs .blogs_list ul {
  width: 100%;
  gap: 14px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .our_blogs .blogs_list ul {
    flex-direction: row;
  }
}
.our_blogs .blogs_list ul li {
  display: flex;
}
@media (max-width: 1200px) {
  .our_blogs .blogs_list ul li {
    width: 33.3333333333%;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .our_blogs .blogs_list ul li {
    width: 50%;
  }
}
.our_blogs .blogs_list ul li .left {
  position: relative;
  width: 35%;
  aspect-ratio: 13/9;
}
@media (width <= 1200px) {
  .our_blogs .blogs_list ul li .left {
    width: 100%;
  }
}
.our_blogs .blogs_list ul li .left img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our_blogs .blogs_list ul li .left .calendar {
  background: #80c342;
  padding: 0.1rem 0.3rem;
  color: #fff;
  font-size: 0.75rem;
  position: absolute;
  left: -10px;
  top: 10px;
  line-height: 18px;
}
@media (max-width: 1200px) {
  .our_blogs .blogs_list ul li .left .calendar {
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .our_blogs .blogs_list ul li .left .calendar {
    left: 0;
  }
}
.our_blogs .blogs_list ul li .right {
  padding-left: 1.5rem;
  width: 65%;
}
@media (max-width: 1200px) {
  .our_blogs .blogs_list ul li .right {
    padding-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
}
.our_blogs .blogs_list ul li .right h4 {
  color: #000;
  font-size: 1rem;
  color: #535252;
  display: -webkit-box;
  height: 22px;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (width <= 767px) {
  .our_blogs .blogs_list ul li .right h4 {
    font-size: 0.938rem;
  }
}
.our_blogs .blogs_list ul li .right p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #535252;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #767878;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .our_blogs .blogs_list ul li .right p {
    height: 48px;
    min-height: 40px;
  }
}
@media (max-width: 1200px) {
  .our_blogs .blogs_list ul li .right p {
    font-size: 0.938rem;
  }
}
.our_blogs .blogs_list ul li .right .btn_3 {
  font-size: 0.938rem;
}
@media (max-width: 767px) {
  .our_blogs .blogs_list ul .mob-d-none {
    display: none;
  }
}

.get_in_touch {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .get_in_touch {
    padding-bottom: 0;
  }
}
.get_in_touch .shape_one {
  position: absolute;
  left: 5%;
  bottom: 15%;
  z-index: -1;
}
@media (width <= 768px) {
  .get_in_touch .shape_one {
    display: none;
  }
}
.get_in_touch .shape_one img {
  width: 100px;
}
.get_in_touch .shape_two {
  position: absolute;
  left: 5%;
  top: 35%;
}
@media (width <= 768px) {
  .get_in_touch .shape_two {
    display: none;
  }
}
.get_in_touch .shape_three {
  position: absolute;
  right: 4%;
  top: 10%;
  z-index: -1;
}
@media (width <= 768px) {
  .get_in_touch .shape_three {
    display: none;
  }
}
.get_in_touch .shape_three img {
  width: 100px;
}
.get_in_touch .gettouch_bg {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 3rem;
}
@media (max-width: 767px) {
  .get_in_touch .gettouch_bg {
    padding: 3rem 1.5rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
.get_in_touch .gettouch_bg .content {
  width: 100%;
  padding-right: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .get_in_touch .gettouch_bg .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .get_in_touch .gettouch_bg .content {
    padding-right: 0;
  }
}
.get_in_touch .gettouch_bg .content h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .get_in_touch .gettouch_bg .content h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .get_in_touch .gettouch_bg .content h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .get_in_touch .gettouch_bg .content h3 {
    font-size: 1.5rem;
  }
}
.get_in_touch .gettouch_bg .content p {
  color: #fff;
}
.get_in_touch .gettouch_bg .content ul {
  display: flex;
  flex-wrap: wrap;
}
.get_in_touch .gettouch_bg .content ul li {
  list-style: none;
  width: 50%;
  color: #fff;
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
}
@media (992px <= width <= 1200px) {
  .get_in_touch .gettouch_bg .content ul li {
    font-size: 0.938rem;
  }
}
@media (max-width: 992px) {
  .get_in_touch .gettouch_bg .content ul li {
    width: 100%;
    font-size: 0.938rem;
  }
}
@media (max-width: 767px) {
  .get_in_touch .gettouch_bg .content ul li {
    font-size: 0.938rem;
  }
}
.get_in_touch .gettouch_bg .content ul li::before {
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.get_in_touch .gettouch_bg .forms {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: linear-gradient(180deg, rgba(5, 197, 179, 0.67) 0%, rgba(4, 144, 130, 0.73) 59.9%, rgba(2, 95, 86, 0.8) 100%);
  padding: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .get_in_touch .gettouch_bg .forms {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .get_in_touch .gettouch_bg .forms {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    padding: 1.5rem;
  }
}
.get_in_touch .gettouch_bg .forms h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .get_in_touch .gettouch_bg .forms h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .get_in_touch .gettouch_bg .forms h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .get_in_touch .gettouch_bg .forms h3 {
    font-size: 1.4rem;
  }
}
.get_in_touch .gettouch_bg .forms .input-group input,
.get_in_touch .gettouch_bg .forms .input-group textarea {
  border-radius: 0;
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.get_in_touch .gettouch_bg .forms .input-group input::-moz-placeholder, .get_in_touch .gettouch_bg .forms .input-group textarea::-moz-placeholder {
  color: #fff;
}
.get_in_touch .gettouch_bg .forms .input-group input::placeholder,
.get_in_touch .gettouch_bg .forms .input-group textarea::placeholder {
  color: #fff;
}
.get_in_touch .gettouch_bg .forms .input-group .input-group-text {
  border: none;
  padding: 0;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
.get_in_touch .gettouch_bg input:focus,
.get_in_touch .gettouch_bg textarea:focus,
.get_in_touch .gettouch_bg select:focus {
  outline: none !important;
  /* Removes the default focus outline */
  box-shadow: none !important;
  /* Removes the Bootstrap focus shadow */
}

.testimonials {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  width: 100%;
  padding-top: 40px;
  background: url(../images/testimonials__bg.jpg) no-repeat;
  background-size: cover;
  /* Container for the dots */
  /* Individual dot list item */
  /* Dot button styling */
  /* Active dot styling */
  /* Hover effect for dots */
  /* Focus state for accessibility */
}
.testimonials .wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 992px) {
  .testimonials .wrap {
    padding: 0;
  }
}
.testimonials .shape_three {
  position: absolute;
  left: 30%;
  top: 0;
}
@media (max-width: 992px) {
  .testimonials .shape_three {
    display: none;
  }
}
.testimonials .shape_four {
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media (max-width: 992px) {
  .testimonials .shape_four {
    display: none;
  }
}
.testimonials .slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin-top: 2rem;
  width: 100%;
}
.testimonials .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: monospace;
  font-size: 5rem;
  z-index: 300;
  outline: none;
}
.testimonials .item.slick-slide {
  width: 580px;
  opacity: 0.5;
  transition: transform 0.4s;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonials .item.slick-slide {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .testimonials .item.slick-slide {
    opacity: 1;
  }
}
.testimonials .item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-500px);
  z-index: 10;
}
@media (max-width: 992px) {
  .testimonials .item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(0);
  }
}
.testimonials .item.slick-slide.slick-active {
  transform: scale(0.8) translate(500px);
}
@media (max-width: 992px) {
  .testimonials .item.slick-slide.slick-active {
    transform: scale(1) translate(0);
  }
}
.testimonials .item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
  opacity: 1;
}
.testimonials .slick-dots {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin-top: 40px;
  padding-left: 30%;
  width: 50%;
}
@media (max-width: 992px) {
  .testimonials .slick-dots {
    padding-left: 0;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .testimonials .position-relative {
    position: relative !important;
    justify-content: center;
  }
}
.testimonials .slick-dots li {
  margin: 0 5px;
  /* Spacing between dots */
}
.testimonials .slick-dots li button {
  width: 12px;
  /* Dot size */
  height: 12px;
  /* Dot size */
  padding: 0;
  border: none;
  border-radius: 50%;
  /* Make it round */
  background-color: #d2cfcf;
  /* Default dot color */
  text-indent: -9999px;
  /* Hide the text (e.g., "1 of 2") */
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  /* Smooth transitions */
}
.testimonials .slick-dots li.slick-active button {
  background-color: #258D98;
  /* Active dot color */
  transform: scale(1.2);
  /* Slightly enlarge the active dot */
}
.testimonials .slick-dots li button:hover {
  background-color: #258D98;
  /* Hover color */
}
.testimonials .slick-dots li button:focus {
  outline: none;
  /* Remove default outline */
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
  /* Add a custom focus ring */
}
.testimonials .slick-center:after {
  opacity: 0;
}
.testimonials .shadow-effect {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #258D98;
  padding: 4.5rem 3rem 4.5rem 7rem;
  text-align: center;
}
.testimonials .shadow-effect .quote {
  position: absolute;
  right: 25px;
  bottom: 15px;
}
@media (max-width: 992px) {
  .testimonials .shadow-effect {
    padding: 2rem;
  }
}
.testimonials .shadow-effect p {
  color: #fff;
  text-align: left;
}
.testimonials .shadow-effect h6 {
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.testimonials .shadow-effect .testimonial-name {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.testimonials .shadow-effect .testimonial-name .icon {
  padding-right: 0.5rem;
}
.testimonials .shadow-effect .testimonial-name .icon img {
  width: 45px;
  margin-bottom: 0;
}
.testimonials .shadow-effect .testimonial-name .name h6 {
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonials .shadow-effect .testimonial-name .name h6 span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
.testimonials .shadow-effect .testimonial-image {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 130px;
  height: 130px;
  border: 8px solid #fff;
  background: #fff;
  text-align: center;
  aspect-ratio: 1/1;
}
.testimonials .shadow-effect .testimonial-image .video {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
}
@media (width <= 480px) {
  .testimonials .shadow-effect .testimonial-image .video {
    right: 2%;
    bottom: 2%;
  }
}
.testimonials .shadow-effect .testimonial-image .video .videobox {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #80C342;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 480px) {
  .testimonials .shadow-effect .testimonial-image .video .videobox {
    width: 45px;
    height: 45px;
  }
}
.testimonials .shadow-effect .testimonial-image .video .videobox i {
  color: #fff;
  font-size: 2.8rem;
}
@media (width <= 480px) {
  .testimonials .shadow-effect .testimonial-image .video .videobox i {
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  .testimonials .shadow-effect .testimonial-image {
    position: relative;
    width: 100px;
    height: 100px;
    transform: translate(0);
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .testimonials .shadow-effect .testimonial-image {
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.testimonials .shadow-effect .testimonial-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .testimonials .shadow-effect .testimonial-image img {
    width: 100px;
    height: 100px;
  }
}
.testimonials .btn_4 {
  position: absolute;
  top: -30px;
  z-index: 999;
}
@media (max-width: 992px) {
  .testimonials .btn_4 {
    top: 0px;
    position: relative;
  }
}

.journey {
  padding-top: 0;
  width: 100%;
  padding-bottom: 40px;
}
.journey .journey_withus {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: rgba(255, 229, 171, 0.231372549);
  padding: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .journey .journey_withus {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 1rem;
  }
}
.journey .journey_withus .content {
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .journey .journey_withus .content {
    padding-left: 0;
  }
}
.journey .journey_withus .content h4 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .journey .journey_withus .content h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .journey .journey_withus .content h4 {
    font-size: 1.2rem;
  }
}

.footer {
  width: 100%;
  background: url(../images/footer_bg.jpg) no-repeat center center #3f3c35;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .footer {
    background: url(../images/footer_bg.jpg) no-repeat bottom center #3f3c35;
    padding-bottom: 70px;
  }
}
.footer p {
  font-size: 0.875rem;
}
.footer .logo {
  width: 230px;
  margin-bottom: 1rem;
}
@media (992px <= width <= 1200px) {
  .footer .logo {
    width: 200px;
  }
}
@media (768px <= width <= 992px) {
  .footer .logo {
    width: 180px;
  }
}
@media (width <= 480px) {
  .footer .logo {
    width: 200px;
  }
}
.footer .logo_landing {
  margin: 0 auto;
  width: 100px;
  margin-bottom: 1rem;
}
.footer .address p {
  color: #a1a3a4;
  margin-bottom: 0;
}
.footer .email-phone {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.footer .email-phone ul li {
  list-style: none;
  font-size: 0.938rem;
  padding: 1rem 0 0.5rem 2.5rem;
  position: relative;
}
.footer .email-phone ul li .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #a1a3a4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .email-phone ul li a {
  color: #a1a3a4;
}
.footer .email-phone-landing {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}
.footer .email-phone-landing ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .email-phone-landing ul li {
  list-style: none;
  font-size: 0.938rem;
  padding: 1rem 2rem 0.5rem 2.5rem;
  position: relative;
}
.footer .email-phone-landing ul li .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .email-phone-landing ul li a {
  color: #fff;
}
.footer .social-icons {
  width: 100%;
}
.footer .social-icons ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .social-icons ul li {
  padding: 0 10px;
  list-style: none;
  font-size: 0.875rem;
  color: #a1a3a4;
}
@media (max-width: 1200px) {
  .footer .social-icons ul li {
    padding: 10px 5px;
  }
}
@media (width <= 768px) {
  .footer .social-icons ul li {
    padding: 5px 10px;
  }
}
.footer .social-icons ul li a {
  color: #a1a3a4 !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.footer .social-icons ul li a:hover {
  color: #a1a3a4 !important;
}
.footer .social-icons ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .footer .social-icons {
    margin-bottom: 1rem;
  }
}
.footer .social-icons_landing {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.footer .social-icons_landing ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .social-icons_landing ul li {
  padding: 0 10px;
  list-style: none;
  font-size: 0.875rem;
  color: #a1a3a4;
}
@media (max-width: 1200px) {
  .footer .social-icons_landing ul li {
    padding: 10px 5px;
  }
}
@media (width <= 768px) {
  .footer .social-icons_landing ul li {
    padding: 5px 10px;
  }
}
.footer .social-icons_landing ul li a {
  color: #a1a3a4 !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.footer .social-icons_landing ul li a:hover {
  color: #a1a3a4 !important;
}
.footer .social-icons_landing ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .footer .social-icons_landing {
    margin-top: 1rem;
  }
}
.footer .address_landing p {
  text-align: center;
  color: #fff;
}
.footer .lists {
  width: 100%;
  padding-right: 20%;
  /* Desktop: Always show */
  /* Mobile: Accordion style */
}
@media (width <= 768px) {
  .footer .lists {
    padding-right: 0;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 768px) {
  .footer .lists .accordion-content {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .footer .lists .accordion-toggle {
    cursor: pointer;
  }
  .footer .lists .accordion-content {
    display: none;
    transition: max-height 0.3s ease;
  }
  .footer .lists .accordion-content.active {
    display: block;
  }
}
.footer .lists h4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
}
@media (width <= 480px) {
  .footer .lists h4 {
    font-size: 1.2rem;
  }
}
.footer .lists h4 i {
  display: none;
}
@media (width <= 768px) {
  .footer .lists h4 i {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .lists h4 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer .lists h4 {
    font-size: 1rem;
  }
}
@media (width <= 768px) {
  .footer .lists h4 {
    font-size: 1.2rem;
  }
}
.footer .lists h4::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4509803922);
}
@media (max-width: 767px) {
  .footer .lists h4::before {
    bottom: -3px;
  }
}
.footer .lists .footer_list {
  margin-top: 1.5rem;
}
.footer .lists .footer_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.footer .lists .footer_list ul li {
  transition: all 0.4s ease-in-out;
  padding: 4px 0px;
  list-style: none;
  color: #fff;
  font-size: 0.875rem;
  width: 100%;
  font-weight: 400;
  position: relative;
}
.footer .lists .footer_list ul li a {
  color: #a1a3a4 !important;
  position: relative;
}
.footer .lists .footer_list ul li a:hover {
  color: #a1a3a4 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .lists .footer_list {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .footer .lists .footer_list {
    margin-top: 1rem;
  }
}
.footer .lists .footer_list .line {
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4509803922);
}
@media (max-width: 767px) {
  .footer .lists .footer_list .line {
    padding: 0;
  }
}
@media (width <= 768px) {
  .footer .paymentmethod {
    margin-bottom: 1rem;
  }
}
.footer .paymentmethod h5 {
  color: #a1a3a4;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (width <= 768px) {
  .footer .paymentmethod h5 {
    text-align: center;
  }
}
.footer .paymentmethod ul {
  display: flex;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .footer .paymentmethod ul {
    justify-content: center;
  }
}
.footer .paymentmethod ul li {
  list-style: none;
  padding: 5px;
  color: #a1a3a4;
}
.footer .paymentmethod ul li img {
  width: 60px;
}
.footer .subscribe_form {
  width: 300px;
  margin-right: 1.5rem;
}
@media (width <= 480px) {
  .footer .subscribe_form {
    margin-right: 0.5rem;
  }
}
.footer .subscribe_form input {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 0.875rem;
  background: #d9d9d9;
}
@media (width <= 768px) {
  .footer .subscribe_box {
    justify-content: flex-start !important;
  }
}
.footer .btn_5 {
  background: #328F89 !important;
  color: #fff !important;
  font-weight: 400;
  padding: 5px 25px;
  border: none;
}
.footer .btn_5:hover {
  background: #0a5853;
}
.footer .powered {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1607843137);
  padding-top: 1.5rem;
}
@media (width <= 768px) {
  .footer .powered {
    margin-top: 0;
  }
}
.footer .powered p {
  text-align: center;
  margin-bottom: 0;
  color: #707070;
}
.footer .powered p a {
  color: #707070 !important;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 85px;
  z-index: 99999;
  width: 50px;
  height: 50px;
  padding: 5px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@media (width <= 768px) {
  .btn-whatsapp-pulse {
    width: 40px;
    height: 40px;
    bottom: 45px;
  }
}
.btn-whatsapp-pulse i {
  font-size: 1.8rem;
}
@media (width <= 768px) {
  .btn-whatsapp-pulse i {
    font-size: 1.4rem;
  }
}

.btn-whatsapp-pulse:hover {
  color: white;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.full_width_sticky {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  z-index: 999;
  background: #009951;
}
@media (width <= 992px) {
  .full_width_sticky .quick_contact {
    width: 50%;
    position: relative;
  }
  .full_width_sticky .quick_contact::before {
    position: absolute;
    content: "";
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(207, 210, 205, 0.2509803922);
  }
  .full_width_sticky .quick_contact:last-child::before {
    display: none;
  }
}

.quick_contact {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  transition: all 0.4s ease-in-out;
  position: fixed;
  right: 10px;
  cursor: pointer;
  bottom: 15px;
  padding: 0.5rem;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #5F8144;
  background: #fff;
  font-family: "Poppins", serif;
}
@media (width <= 992px) {
  .quick_contact {
    bottom: 0;
    padding: 0;
    width: 100%;
    border: none;
    background: #328F89;
    right: 0;
    left: 0;
    padding: 0.2rem 0.5rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    justify-content: center;
  }
}
.quick_contact a {
  border: 2px solid #5F8144;
}
.quick_contact .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #5F8144;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick_contact .icon i {
  color: #fff;
}
@media (width <= 992px) {
  .quick_contact .icon {
    background: none;
  }
}
.quick_contact .contact {
  font-size: 0.875rem;
  color: #5F8144;
  font-weight: 600;
  padding-left: 0.2rem;
  z-index: 9999;
}
@media (max-width: 992px) {
  .quick_contact .contact {
    font-size: 0.813rem;
    color: #fff;
  }
}
.quick_contact:hover {
  background: #5F8144;
}
.quick_contact:hover .contact {
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.quick_contact:hover .icon {
  background: #328F89;
}
@media (width <= 992px) {
  .quick_contact:hover .icon {
    background: none;
  }
}

.inner_banner {
  position: relative;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-content: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .inner_banner {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_banner {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_banner {
    height: 450px;
  }
}
.inner_banner::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.inner_banner .breadcrums {
  padding: 10px 0 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .inner_banner .breadcrums {
    padding: 15px 0;
  }
}
.inner_banner .breadcrums ul {
  margin-left: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .inner_banner .breadcrums ul {
    flex-wrap: wrap;
  }
}
.inner_banner .breadcrums ul li {
  display: inline-flex;
  align-items: flex-end;
  color: #fff;
  position: relative;
  padding: 0px 10px 0 20px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .inner_banner .breadcrums ul li {
    font-size: 0.813rem;
  }
}
.inner_banner .breadcrums ul li:last-child {
  padding-right: 0;
}
.inner_banner .breadcrums ul li:first-child {
  padding: 0px 20px 0px 0px;
}
@media (max-width: 767px) {
  .inner_banner .breadcrums ul li:first-child {
    padding: 0px 5px 0px 0px;
  }
}
.inner_banner .breadcrums ul li:first-child::before {
  display: none;
}
.inner_banner .breadcrums ul li::before {
  position: absolute;
  content: "\f285" !important;
  font-family: bootstrap-icons !important;
  color: #fff;
  left: -10px;
}
@media (max-width: 767px) {
  .inner_banner .breadcrums ul li::before {
    left: 0px;
  }
}
.inner_banner .breadcrums ul li a {
  display: flex;
  align-items: flex-end;
  color: #fff !important;
}
@media (max-width: 767px) {
  .inner_banner .breadcrums ul li a {
    font-size: 0.813rem;
  }
}
.inner_banner .content_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80%;
}
.inner_banner .content_box h5 {
  text-align: center;
  color: #fff;
  font-family: "Caveat", serif;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_banner .content_box h5 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .inner_banner .content_box h5 {
    font-size: 1.2rem;
  }
}
.inner_banner .content_box h1, .inner_banner .content_box h2 {
  font-size: 3rem;
  color: #fff;
  font-family: "Poppins", serif;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .inner_banner .content_box h1, .inner_banner .content_box h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_banner .content_box h1, .inner_banner .content_box h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_banner .content_box h1, .inner_banner .content_box h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .inner_banner .content_box h1, .inner_banner .content_box h2 {
    font-size: 2.2rem;
  }
}
@media (width <= 480px) {
  .inner_banner .content_box h1, .inner_banner .content_box h2 {
    font-size: 1.8rem;
  }
}
.inner_banner .search_form form {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  position: absolute;
  bottom: -35px;
  background: #fff;
  width: 55%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9;
  gap: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_banner .search_form form {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_banner .search_form form {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .inner_banner .search_form form {
    display: none;
  }
}
.inner_banner .search_form form .destination {
  width: 55%;
  padding-right: 2%;
  border-right: 1px solid #e1e1e1;
  padding: 0.8rem;
  /* Dropdown height and scroll */
  /* Scrollbar for WebKit-based browsers */
  /* Scrollbar for Firefox */
}
@media (max-width: 767px) {
  .inner_banner .search_form form .destination {
    width: 90%;
    border-right: none;
    display: none;
  }
}
@media (max-width: 480px) {
  .inner_banner .search_form form .destination {
    width: 100%;
    display: none;
  }
}
.inner_banner .search_form form .destination .form-control {
  border: none;
}
.inner_banner .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 16px !important;
  right: 1px;
  width: 20px;
}
.inner_banner .search_form form .destination .search_form .destination .select2-container--default .select2-selection--single {
  width: 100%;
  border: none;
  /* Removes the border */
  box-shadow: none;
  /* Removes any shadow */
  border-radius: 4px;
  padding: 5px;
  line-height: 38px;
}
.inner_banner .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .inner_banner .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
  }
}
.inner_banner .search_form form .destination .select2-container--default .select2-selection--single {
  height: 35px;
  border: none;
  border-radius: 4px;
  align-items: center;
  display: flex;
}
.inner_banner .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: scroll;
}
.inner_banner .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 8px;
}
.inner_banner .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.inner_banner .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.inner_banner .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.inner_banner .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options {
  scrollbar-color: #888 #f0f0f0;
  scrollbar-width: thin;
}
.inner_banner .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 1px;
  width: 20px;
}
@media (max-width: 767px) {
  .inner_banner .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .inner_banner .search_form form .destination .select2-container--default .select2-selection--single {
    background: transparent;
  }
}
.inner_banner .search_form form .type {
  width: 35%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .inner_banner .search_form form .type {
    width: 40%;
    padding: 0.8rem;
    display: none;
  }
}
@media (max-width: 480px) {
  .inner_banner .search_form form .type {
    width: 100%;
    padding: 0.8rem;
  }
}
.inner_banner .search_form form .type .icon {
  width: 20px;
}
.inner_banner .search_form form .type select {
  font-size: 1rem;
  color: #474747;
  font-weight: 400;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_banner .search_form form .type select {
    padding: 0 0.2rem 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .inner_banner .search_form form .type select {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .inner_banner .search_form form .type select option {
    background-color: #fff;
    color: #000;
  }
}
@media (max-width: 767px) {
  .inner_banner .search_form form .type select option:checked {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .inner_banner .search_form form .type select option:hover {
    color: #fff;
  }
}
.inner_banner .search_form form .search_btn {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner_banner .search_form form .search_btn .searchbtn {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #80c342;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_banner .search_form form .search_btn .searchbtn i {
  color: #fff;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_banner .search_form form .search_btn .searchbtn i {
    font-size: 0.875rem;
  }
}
.inner_banner .search_form form .search_btn .searchbtn:hover {
  background: #328F89;
}
@media (max-width: 767px) {
  .inner_banner .search_form form .form-select {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
  }
}
.inner_banner .search_form form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/caret-down-black24x.svg) center center/100% no-repeat;
  transition: 0.3s ease-in-out;
  display: block;
}
.inner_banner .search_form form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.inner_banner .search_form_mobile {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  position: absolute;
  bottom: -35px;
  background: #fff;
  width: 55%;
  cursor: pointer;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9;
  gap: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: none;
}
@media (max-width: 767px) {
  .inner_banner .search_form_mobile {
    display: flex;
    width: 60%;
    bottom: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
  }
}
@media (max-width: 480px) {
  .inner_banner .search_form_mobile {
    width: 70%;
  }
}
.inner_banner .search_form_mobile .text-here {
  display: none;
}
@media (max-width: 767px) {
  .inner_banner .search_form_mobile .text-here {
    display: flex;
    padding: 0.8rem;
    animation: blink 1s infinite;
    width: 87%;
    animation: blink 1s infinite;
  }
}
@media (max-width: 480px) {
  .inner_banner .search_form_mobile .text-here {
    width: 85%;
    font-size: 0.875rem;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inner_banner .search_form_mobile .search_btn {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .inner_banner .search_form_mobile .search_btn {
    justify-content: flex-end;
    align-items: center;
    width: 13%;
  }
}
@media (max-width: 480px) {
  .inner_banner .search_form_mobile .search_btn {
    width: 15%;
  }
}
.inner_banner .search_form_mobile .search_btn .searchbtn {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #80c342;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_banner .search_form_mobile .search_btn .searchbtn i {
  color: #fff;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_banner .search_form_mobile .search_btn .searchbtn i {
    font-size: 0.875rem;
  }
}
.inner_banner .search_form_mobile .search_btn .searchbtn:hover {
  background: #328F89;
}
.inner_banner .form-select {
  outline: 0 !important;
  box-shadow: none;
}

.inner_banner_blank {
  padding-bottom: 40px;
  height: auto;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.26) 0%, rgb(150, 173, 190) 83%), url(../images/map_world.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
  padding: 60px 0 80px 0;
}
.inner_banner_blank::before {
  display: none !important;
}
.inner_banner_blank h1 {
  font-size: 4.5rem !important;
  font-weight: 600;
  margin-top: 3.5rem;
  position: relative;
  color: #000;
  text-align: center;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_banner_blank h1 {
    font-size: 3rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_banner_blank h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  .inner_banner_blank h1 {
    font-size: 2rem !important;
  }
}
@media (max-width: 480px) {
  .inner_banner_blank h1 {
    font-size: 2rem !important;
  }
}
.inner_banner_blank h4 {
  text-align: center;
  font-size: 1.15rem;
  color: #000;
  font-weight: 400;
  font-family: "Poppins", serif;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .inner_banner_blank h4 {
    font-size: 1rem;
  }
}
.inner_banner_blank h5 {
  text-align: center;
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: "Poppins", serif;
}
@media (max-width: 767px) {
  .inner_banner_blank h5 {
    font-size: 0.875rem;
  }
}
.inner_banner_blank .links {
  width: 100%;
}
.inner_banner_blank .links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.inner_banner_blank .links ul li {
  list-style: none;
}
.inner_banner_blank .links ul li a {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #328F89 !important;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #328F89;
  font-size: 0.938rem;
}
@media (max-width: 767px) {
  .inner_banner_blank .links ul li a {
    font-size: 0.875rem;
  }
}
.inner_banner_blank .links ul li a:hover {
  color: #fff !important;
  background: #328F89;
}
.inner_banner_blank .immidiate {
  color: #000;
  text-align: center;
  margin: 1.5rem 0;
}
.inner_banner_blank .immidiate a {
  color: #328F89;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .inner_banner_blank .immidiate a {
    font-size: 0.875rem !important;
  }
}

.bestselling_indianpakge {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
@media (768px <= width <= 1200px) {
  .bestselling_indianpakge {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .bestselling_indianpakge {
    margin-top: 35px;
    padding-bottom: 0;
  }
}
.bestselling_indianpakge .rectangle {
  position: absolute;
  top: 40%;
  right: -30px;
  z-index: -1;
  border-radius: 447px;
  opacity: 0.2;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .bestselling_indianpakge .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .bestselling_indianpakge .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .bestselling_indianpakge .rectangle {
    display: none;
  }
}
.bestselling_indianpakge .shape_one {
  position: absolute;
  right: 5%;
  top: 240px;
  z-index: -1;
}
@media (width <= 768px) {
  .bestselling_indianpakge .shape_one {
    display: none;
  }
}
.bestselling_indianpakge .shape_one img {
  width: 200px;
}
@media (1200px <= width <= 1400px) {
  .bestselling_indianpakge .heading h1 {
    font-size: 2rem;
  }
}
.bestselling_indianpakge .indian-holiday,
.bestselling_indianpakge .features-holiday {
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
}
.bestselling_indianpakge .indian-holiday .trending_box,
.bestselling_indianpakge .features-holiday .trending_box {
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  width: 100%;
  position: relative;
}
.bestselling_indianpakge .indian-holiday .trending_box .place_img,
.bestselling_indianpakge .features-holiday .trending_box .place_img {
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 309px;
  aspect-ratio: 309/384;
}
.bestselling_indianpakge .indian-holiday .trending_box .place_img .btn_arrow,
.bestselling_indianpakge .features-holiday .trending_box .place_img .btn_arrow {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 5%;
  z-index: 99;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media (max-width: 767px) {
  .bestselling_indianpakge .indian-holiday .trending_box .place_img .btn_arrow,
  .bestselling_indianpakge .features-holiday .trending_box .place_img .btn_arrow {
    width: 20px;
    height: 20px;
  }
}
.bestselling_indianpakge .indian-holiday .trending_box .place_img .btn_arrow i,
.bestselling_indianpakge .features-holiday .trending_box .place_img .btn_arrow i {
  color: #328f89;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .bestselling_indianpakge .indian-holiday .trending_box .place_img .btn_arrow i,
  .bestselling_indianpakge .features-holiday .trending_box .place_img .btn_arrow i {
    font-size: 0.813rem;
  }
}
.bestselling_indianpakge .indian-holiday .trending_box .place_img .daynights,
.bestselling_indianpakge .features-holiday .trending_box .place_img .daynights {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.5rem;
  z-index: 99;
  background: #328F89;
}
.bestselling_indianpakge .indian-holiday .trending_box .place_img .daynights h6,
.bestselling_indianpakge .features-holiday .trending_box .place_img .daynights h6 {
  color: #fff;
  font-size: 0.813rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bestselling_indianpakge .indian-holiday .trending_box .place_img .daynights h6,
  .bestselling_indianpakge .features-holiday .trending_box .place_img .daynights h6 {
    font-size: 0.75rem;
  }
}
.bestselling_indianpakge .indian-holiday .trending_box .place_img .places,
.bestselling_indianpakge .features-holiday .trending_box .place_img .places {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  z-index: 99;
}
.bestselling_indianpakge .indian-holiday .trending_box .place_img .places h6,
.bestselling_indianpakge .features-holiday .trending_box .place_img .places h6 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .bestselling_indianpakge .indian-holiday .trending_box .place_img .places h6,
  .bestselling_indianpakge .features-holiday .trending_box .place_img .places h6 {
    font-size: 0.75rem;
  }
}
.bestselling_indianpakge .indian-holiday .trending_box .place_img img,
.bestselling_indianpakge .features-holiday .trending_box .place_img img {
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  transition: all 0.4s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bestselling_indianpakge .indian-holiday .trending_box .content,
.bestselling_indianpakge .features-holiday .trending_box .content {
  padding: 1rem 0 0 0;
}
.bestselling_indianpakge .indian-holiday .trending_box .content h4,
.bestselling_indianpakge .features-holiday .trending_box .content h4 {
  color: #1E1B1B;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  height: 22px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .bestselling_indianpakge .indian-holiday .trending_box .content h4,
  .bestselling_indianpakge .features-holiday .trending_box .content h4 {
    font-size: 1.125;
  }
}
@media (max-width: 768px) {
  .bestselling_indianpakge .indian-holiday .trending_box .content h4,
  .bestselling_indianpakge .features-holiday .trending_box .content h4 {
    font-size: 0.938rem;
    height: 38px;
  }
}
.bestselling_indianpakge .indian-holiday .trending_box .content h6,
.bestselling_indianpakge .features-holiday .trending_box .content h6 {
  color: #328f89;
  font-size: 0.813rem;
  font-weight: 400;
  margin-bottom: 0;
}
.bestselling_indianpakge .indian-holiday .trending_box:hover img,
.bestselling_indianpakge .features-holiday .trending_box:hover img {
  transform: scale(1.2);
}
.bestselling_indianpakge .indian-holiday .trending_box:hover .btn_arrow,
.bestselling_indianpakge .features-holiday .trending_box:hover .btn_arrow {
  right: 5%;
  opacity: 1;
}
.bestselling_indianpakge .indian-holiday .trending_box:hover .btn_arrow:hover,
.bestselling_indianpakge .features-holiday .trending_box:hover .btn_arrow:hover {
  background: #328f89;
}
.bestselling_indianpakge .indian-holiday .trending_box:hover .btn_arrow:hover i,
.bestselling_indianpakge .features-holiday .trending_box:hover .btn_arrow:hover i {
  color: #fff;
}
.bestselling_indianpakge .owl-carousel .owl-nav button.owl-prev,
.bestselling_indianpakge .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
  margin: 0;
}
.bestselling_indianpakge .owl-carousel .owl-nav button.owl-prev:hover,
.bestselling_indianpakge .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.bestselling_indianpakge .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .bestselling_indianpakge .owl-prev {
    left: 20px;
  }
}
.bestselling_indianpakge .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .bestselling_indianpakge .owl-next {
    right: -10px;
  }
}

.tour_packages {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .tour_packages {
    padding-bottom: 0;
  }
}
.tour_packages .shape_one {
  position: absolute;
  right: 5%;
  top: 30%;
}
@media (width <= 768px) {
  .tour_packages .shape_one {
    display: none;
  }
}
.tour_packages .sticky {
  position: sticky;
  top: 100px;
}
.tour_packages .heading_section h3 {
  text-align: center;
  font-family: "Poppins", serif;
  color: #000;
  font-size: 2.5rem;
}
@media (1200px <= width <= 1400px) {
  .tour_packages .heading_section h3 {
    font-size: 2rem;
  }
}
@media (992px <= width <= 1200px) {
  .tour_packages .heading_section h3 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 992px) {
  .tour_packages .heading_section h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .tour_packages .heading_section h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 480px) {
  .tour_packages .heading_section h3 {
    font-size: 1.6rem;
  }
}
.tour_packages .heading_section p {
  text-align: center;
}
.tour_packages .list_box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.4s ease-in-out;
  padding: 1rem 0;
  background: #E3E3E3;
  font-family: "Poppins", serif;
}
.tour_packages .list_box .choose_sort {
  padding: 1.5rem;
  border-bottom: 1px solid #C3C3C3;
}
.tour_packages .list_box .choose_sort .full__box {
  width: 100%;
}
.tour_packages .list_box .choose_sort .full__box label {
  margin-bottom: 0.3rem;
  font-weight: 500;
}
.tour_packages .list_box .choose_sort .full__box .form-select option {
  background-color: #328F89 !important;
  color: #fff !important;
}
.tour_packages .list_box .choose_sort .full__box .form-select option:checked {
  background-color: #328F89 !important;
  color: #fff !important;
}
.tour_packages .list_box .choose_sort .full__box .form-select:focus > option:checked {
  background: #80C342 !important;
}
.tour_packages .list_box .accordion {
  --bs-accordion-bg: none;
  --bs-accordion-active-bg: none ;
}
.tour_packages .list_box .accordion-button {
  color: #000;
  font-weight: 500;
}
.tour_packages .list_box .accordion-button:not(.collapsed) {
  color: #000;
  font-weight: 500;
}
.tour_packages .list_box .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A29F9F' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.tour_packages .list_box .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A29F9F' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: var(--bs-accordion-btn-icon-transform);
}
.tour_packages .list_box .accordion-button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.tour_packages .list_box .accordion-item {
  border-bottom: 1px solid #C3C3C3;
}
.tour_packages .list_box .accordion-item:last-child {
  border-bottom: none;
}
.tour_packages .list_box .accordion-item .price-input {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}
.tour_packages .list_box .accordion-item .price-input .field {
  width: 100%;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.tour_packages .list_box .accordion-item .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.tour_packages .list_box .accordion-item .field {
  position: relative;
}
.tour_packages .list_box .accordion-item .field::before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 99;
}
.tour_packages .list_box .accordion-item .field input {
  width: 80px;
  height: 100%;
  outline: none;
  font-size: 0.875rem;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.tour_packages .list_box .accordion-item input[type=number]::-webkit-outer-spin-button,
.tour_packages .list_box .accordion-item input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.tour_packages .list_box .accordion-item .slider {
  height: 5px;
  position: relative;
  background: #D3D3D3;
  border-radius: 5px;
}
.tour_packages .list_box .accordion-item .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #328F89;
}
.tour_packages .list_box .accordion-item .range-input {
  position: relative;
  padding-bottom: 1rem;
}
.tour_packages .list_box .accordion-item .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.tour_packages .list_box .accordion-item .two_range {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tour_packages .list_box .accordion-item .two_range .small {
  font-size: 0.875rem;
  color: #323635;
}
.tour_packages .list_box .accordion-item .two_range .high {
  font-size: 0.875rem;
  color: #323635;
}
.tour_packages .list_box .accordion-item input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #328F89;
  pointer-events: auto;
  -webkit-appearance: none;
}
.tour_packages .list_box .accordion-item input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #328F89;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.tour_packages .list_box .accordion-item .checkboxes {
  width: 100%;
  /* Hidden by default */
  /* Make visible when toggled */
}
.tour_packages .list_box .accordion-item .checkboxes input[type=checkbox] {
  display: none;
}
.tour_packages .list_box .accordion-item .checkboxes input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #323635;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tour_packages .list_box .accordion-item .checkboxes input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
.tour_packages .list_box .accordion-item .checkboxes input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #328F89;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0.6;
  transition: 0.12s, border-color 0.08s;
}
.tour_packages .list_box .accordion-item .checkboxes input[type=checkbox]:checked + label:before {
  width: 10px;
  top: 2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top: transparent;
  border-left: transparent;
  transform: rotate(45deg);
  background: none;
  border-color: #328F89;
  border-width: 2px;
}
.tour_packages .list_box .accordion-item .checkboxes .additional-checkbox {
  transition: max-height 0.3s ease-out;
  /* Smooth transition */
  display: none;
}
.tour_packages .list_box .accordion-item .checkboxes .visible {
  transition: all 0.4s ease-in-out;
  display: block;
}
.tour_packages .list_box .accordion-item .checkboxes .view-more-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}
.tour_packages .list_box .accordion-item .checkboxes .view-more {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  color: #5F8144;
}
.tour_packages .list_box .accordion-item .checkboxes .view-more-container i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813rem;
  color: #fff;
  background: #5F8144;
}
.tour_packages .trending_box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .tour_packages .trending_box {
    margin-bottom: 0;
  }
}
.tour_packages .trending_box .badge {
  position: absolute;
  right: 10px;
  top: -10px;
  background: url(../images/badge.svg) no-repeat;
  color: #FADA08;
  font-size: 0.938rem;
  font-weight: 600;
  z-index: 99;
  width: 54px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour_packages .trending_box .place_img {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  transition: all 0.4s ease-in-out;
  background: #000;
  width: 100%;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400/450;
}
@media (480px <= width <= 576px) {
  .tour_packages .trending_box .place_img {
    max-height: 350px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .tour_packages .trending_box .place_img {
    max-height: 280px;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
  }
}
.tour_packages .trending_box .place_img img {
  transition: all 0.4s ease-in-out;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (480px <= width <= 576px) {
  .tour_packages .trending_box .place_img img {
    max-height: 350px;
  }
}
@media (max-width: 480px) {
  .tour_packages .trending_box .place_img img {
    max-height: 280px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
  }
}
.tour_packages .trending_box .place_img .popup_box {
  transition: transform 0.5s ease, top 0.5s ease;
  position: absolute;
  height: 100%;
  padding: 0 2.5rem;
  z-index: 999;
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tour_packages .trending_box .place_img .popup_box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.tour_packages .trending_box .place_img .popup_box .icon i {
  color: #fff;
  font-size: 1.5rem;
}
.tour_packages .trending_box .place_img .popup_box p {
  text-align: center;
  color: #fff;
  font-size: 0.813rem;
  display: -webkit-box;
  height: 78px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tour_packages .trending_box .place_img .popup_box .get_details {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  border: 2px solid #fff;
}
@media (max-width: 1400px) {
  .tour_packages .trending_box .place_img .popup_box .get_details {
    padding: 0.5rem 0.8rem;
    font-size: 0.813rem;
  }
}
.tour_packages .trending_box .content {
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 1.5rem;
  width: 100%;
  position: relative;
  transform: translateY(-30px);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (max-width: 480px) {
  .tour_packages .trending_box .content {
    padding: 1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
.tour_packages .trending_box .content h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  height: 22px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .tour_packages .trending_box .content h4 {
    font-size: 0.938rem;
    display: block; /* reset display */
    height: auto; /* remove fixed height */
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }
}
.tour_packages .trending_box .content h6 {
  color: #328f89;
  font-size: 0.813rem;
  font-weight: 400;
}
.tour_packages .trending_box .content h5 {
  margin-top: 1rem;
  color: #292b2b;
  font-size: 0.813rem;
  font-weight: 400;
}
.tour_packages .trending_box .content .rates {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .tour_packages .trending_box .content .rates {
    flex-wrap: wrap;
  }
}
.tour_packages .trending_box .content .rates .current_rate {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}
.tour_packages .trending_box .content .rates .cutrate {
  font-weight: 500;
  color: #535252;
  font-size: 0.938rem;
  text-decoration: line-through;
}
.tour_packages .trending_box .content .rates .save {
  font-size: 0.813rem;
  font-weight: 400;
  color: #25d366;
}
.tour_packages .trending_box .content .inclusion {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tour_packages .trending_box .content .inclusion ul {
  display: flex;
  flex-wrap: wrap;
}
.tour_packages .trending_box .content .inclusion ul li {
  list-style: none;
  font-size: 0.875rem;
  color: #000;
  padding: 0.2rem;
  display: flex;
  align-items: center;
}
.tour_packages .trending_box .content .inclusion ul li img {
  width: 20px;
}
.tour_packages .trending_box .content .btn_box {
  margin-top: 1rem;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: space-between;
}
.tour_packages .trending_box:hover .content {
  background: #f1fffe;
}
.tour_packages .trending_box:hover .place_img {
  position: relative;
}
.tour_packages .trending_box:hover .place_img img {
  opacity: 0.5;
  transform: scale(1.2);
}
.tour_packages .trending_box:hover .popup_box {
  transform: translateY(-20px);
  /* Move to the center */
  align-items: center;
  opacity: 1;
}
.tour_packages .no_result {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (992px <= width <= 1200px) {
  .tour_packages .no_result h3 {
    font-size: 2rem;
  }
}
@media (768px <= width <= 992px) {
  .tour_packages .no_result h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .tour_packages .no_result h3 {
    font-size: 1.5rem;
  }
}
.tour_packages .no_result p {
  text-align: center;
}
.tour_packages .no_result img {
  width: 300px;
}
@media (width <= 480px) {
  .tour_packages .no_result img {
    width: 250px;
  }
}

.package_top {
  padding-top: 60px;
}

.tour-package {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .tour-package {
    padding-bottom: 0;
  }
}
.tour-package .shape_one {
  position: absolute;
  right: 5%;
  top: 35%;
}
@media (width <= 768px) {
  .tour-package .shape_one {
    display: none;
  }
}
.tour-package .shape_one img {
  width: 200px;
}
.tour-package .domestic-holiday {
  width: 100%;
  margin-top: 1.5rem;
}
.tour-package .domestic-holiday .domestic_box {
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .tour-package .domestic-holiday .domestic_box {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .tour-package .domestic-holiday .domestic_box {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }
}
.tour-package .domestic-holiday .domestic_box .place_img {
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .tour-package .domestic-holiday .domestic_box .place_img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .tour-package .domestic-holiday .domestic_box .place_img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }
}
.tour-package .domestic-holiday .domestic_box .place_img img {
  transition: all 0.4s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-package .domestic-holiday .domestic_box .place_img .get_details {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  background: #fff;
  font-size: 1.5rem;
  padding: 0.5rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #328f89;
  position: absolute;
}
@media (max-width: 767px) {
  .tour-package .domestic-holiday .domestic_box .place_img .get_details {
    width: 20px;
    height: 20px;
  }
}
.tour-package .domestic-holiday .domestic_box .place_img .get_details i {
  color: #328f89;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .tour-package .domestic-holiday .domestic_box .place_img .get_details i {
    font-size: 0.813rem;
  }
}
.tour-package .domestic-holiday .domestic_box .content {
  padding: 1rem 0.5rem 0 0.5rem;
  width: 100%;
  position: relative;
  background: #fff;
}
.tour-package .domestic-holiday .domestic_box .content h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.tour-package .domestic-holiday .domestic_box:hover img {
  transform: scale(1.2);
}
.tour-package .domestic-holiday .domestic_box:hover .get_details {
  opacity: 1;
}
.tour-package .owl-carousel .owl-nav button.owl-prev,
.tour-package .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
}
.tour-package .owl-carousel .owl-nav button.owl-prev:hover,
.tour-package .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.tour-package .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .tour-package .owl-prev {
    left: 20px;
  }
}
.tour-package .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .tour-package .owl-next {
    right: -10px;
  }
}

.single_package {
  background: rgba(236, 228, 228, 0.168627451);
  padding-bottom: 0;
  /* Hidden by default */
  /* Make visible when toggled */
}
@media (width <= 768px) {
  .single_package {
    margin-top: 30px;
  }
}
.single_package .content {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .single_package .content {
    padding-right: 0;
  }
}
.single_package .content h3, .single_package .content h1 {
  color: #000;
  font-weight: 600;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .single_package .content h3, .single_package .content h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .single_package .content h3, .single_package .content h1 {
    font-size: 1.4rem;
  }
}
@media (width <= 480px) {
  .single_package .content h3, .single_package .content h1 {
    font-size: 1.4rem;
  }
}
.single_package .book__now {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 2rem;
  background: #B6DBE2;
  z-index: 9;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: sticky;
  z-index: 9;
  top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .single_package .book__now {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .single_package .book__now {
    padding: 1.4rem;
  }
}
.single_package .book__now h4 {
  color: #000;
  margin-bottom: 1.5rem;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .single_package .book__now h4 {
    font-size: 1.4rem;
  }
}
.single_package .book__now .input-group {
  border: 1px solid #fff;
  border-radius: 30px;
}
.single_package .book__now .input-group input {
  border-radius: 30px;
  height: 50px;
  background: #fff;
  border: none;
  color: #000;
  border: none;
}
.single_package .book__now .input-group textarea {
  border-radius: 30px;
  background: #fff;
  border: none;
  color: #000;
  border: none;
}
.single_package .book__now .input-group input::-moz-placeholder, .single_package .book__now .input-group textarea::-moz-placeholder {
  color: #A29393;
}
.single_package .book__now .input-group input::placeholder,
.single_package .book__now .input-group textarea::placeholder {
  color: #A29393;
}
.single_package .book__now .input-group .input-group-text {
  border-radius: 30px;
  background: #fff;
  border: none;
}
.single_package .book__now input:focus,
.single_package .book__now textarea:focus,
.single_package .book__now select:focus {
  outline: none !important;
  /* Removes the default focus outline */
  box-shadow: none !important;
  /* Removes the Bootstrap focus shadow */
}
.single_package .book__now .btn_1 {
  width: 100%;
  justify-content: center;
  background: #328F89;
  font-weight: 600;
  border: 2px solid #20A49C;
}
.single_package .book__now .btn_1:hover {
  background: #328F89;
  color: #fff !important;
}
.single_package .book__now::before {
  content: "";
  background: url(../images/shape-3.png);
  width: 160px;
  height: 160px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.single_package .additional-checkbox {
  transition: max-height 0.3s ease-out;
  /* Smooth transition */
  display: none;
}
.single_package .visible {
  transition: all 0.4s ease-in-out;
  display: block;
}
.single_package .view-more-container_2 {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.single_package .view-more-container_2 i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813rem;
  background: none;
  color: #328F89;
}
.single_package .view-more_2 {
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  color: #328F89;
}

.inner-slider {
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .inner-slider {
    display: none;
  }
}
.inner-slider .inner_carousel {
  width: 100%;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.inner-slider .inner_carousel .item {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  height: auto;
  overflow: hidden;
  align-items: baseline;
  padding: 0;
  aspect-ratio: 3.84/1;
  width: 100%;
}
.inner-slider .inner_carousel .item img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-slider .owl-carousel .owl-nav button.owl-prev,
.inner-slider .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
}
.inner-slider .owl-carousel .owl-nav button.owl-prev:hover,
.inner-slider .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.inner-slider .owl-prev {
  position: absolute;
  right: auto;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inner-slider .owl-next {
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tour-duration {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .tour-duration {
    padding-bottom: 0;
    padding-top: 60px;
  }
}
.tour-duration .rectangle {
  position: absolute;
  top: 5%;
  right: -10%;
  z-index: -1;
  border-radius: 447px;
  opacity: 0.2;
  background: #329b47;
  filter: blur(75px);
  width: 600px;
  height: 600px;
}
@media (max-width: 1199px) {
  .tour-duration .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .tour-duration .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .tour-duration .rectangle {
    display: none;
  }
}
.tour-duration .shape_one {
  position: absolute;
  right: 5%;
  top: 30%;
}
@media (max-width: 992px) {
  .tour-duration .shape_one {
    display: none;
  }
}
.tour-duration .nav-tabs {
  gap: 10px;
  --bs-nav-tabs-border-color: $white-color;
}
.tour-duration .nav-tabs .nav-link.active {
  color: #328F89;
  background-color: rgba(15, 102, 96, 0.09);
  border-color: #328F89;
}
.tour-duration .nav-tabs .nav-link {
  border-radius: 5px;
  color: #535252;
  background-color: #fff;
  border-color: #C3C3C3;
}
@media (max-width: 480px) {
  .tour-duration .nav-tabs .nav-link {
    font-size: 0.813rem;
    padding: 0.5rem;
  }
}
.tour-duration .tab-pane .trending_box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .tour-duration .tab-pane .trending_box {
    margin-bottom: 0;
  }
}
.tour-duration .tab-pane .trending_box .place_img {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  transition: all 0.4s ease-in-out;
  background: #000;
  width: 100%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 8/9;
}
@media (480px <= width <= 575px) {
  .tour-duration .tab-pane .trending_box .place_img {
    max-height: 320px;
    aspect-ratio: 13/9;
  }
}
@media (max-width: 480px) {
  .tour-duration .tab-pane .trending_box .place_img {
    max-height: 280px;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
  }
}
.tour-duration .tab-pane .trending_box .place_img img {
  transition: all 0.4s ease-in-out;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (450px <= width <= 576px) {
  .tour-duration .tab-pane .trending_box .place_img img {
    max-height: 350px;
  }
}
@media (max-width: 480px) {
  .tour-duration .tab-pane .trending_box .place_img img {
    max-height: 280px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
  }
}
.tour-duration .tab-pane .trending_box .place_img .popup_box {
  transition: transform 0.5s ease, top 0.5s ease;
  position: absolute;
  height: 100%;
  padding: 0 2.5rem;
  z-index: 999;
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tour-duration .tab-pane .trending_box .place_img .popup_box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.tour-duration .tab-pane .trending_box .place_img .popup_box .icon i {
  color: #fff;
  font-size: 1.5rem;
}
.tour-duration .tab-pane .trending_box .place_img .popup_box p {
  text-align: center;
  color: #fff;
  font-size: 0.813rem;
  display: -webkit-box;
  height: 78px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tour-duration .tab-pane .trending_box .place_img .popup_box .get_details {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  border: 2px solid #fff;
}
@media (max-width: 1400px) {
  .tour-duration .tab-pane .trending_box .place_img .popup_box .get_details {
    padding: 0.5rem 0.8rem;
    font-size: 0.813rem;
  }
}
.tour-duration .tab-pane .trending_box .content {
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 1.5rem;
  width: 100%;
  position: relative;
  transform: translateY(-30px);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (max-width: 480px) {
  .tour-duration .tab-pane .trending_box .content {
    padding: 1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
.tour-duration .tab-pane .trending_box .content h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  height: 22px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .tour-duration .tab-pane .trending_box .content h4 {
    font-size: 0.938rem;
    display: block; /* reset display */
    height: auto; /* remove fixed height */
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }
}
.tour-duration .tab-pane .trending_box .content h6 {
  color: #328f89;
  font-size: 0.813rem;
  font-weight: 400;
}
.tour-duration .tab-pane .trending_box .content h5 {
  margin-top: 1rem;
  color: #292b2b;
  font-size: 0.813rem;
  font-weight: 400;
}
.tour-duration .tab-pane .trending_box .content .rates {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .tour-duration .tab-pane .trending_box .content .rates {
    flex-wrap: wrap;
  }
}
.tour-duration .tab-pane .trending_box .content .rates .current_rate {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}
.tour-duration .tab-pane .trending_box .content .rates .cutrate {
  font-weight: 500;
  color: #535252;
  font-size: 0.938rem;
  text-decoration: line-through;
}
.tour-duration .tab-pane .trending_box .content .rates .save {
  font-size: 0.813rem;
  font-weight: 400;
  color: #25d366;
}
.tour-duration .tab-pane .trending_box .content .inclusion {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tour-duration .tab-pane .trending_box .content .inclusion ul {
  display: flex;
  flex-wrap: wrap;
}
.tour-duration .tab-pane .trending_box .content .inclusion ul li {
  list-style: none;
  font-size: 0.875rem;
  color: #000;
  padding: 0.2rem;
  display: flex;
  align-items: center;
}
.tour-duration .tab-pane .trending_box .content .inclusion ul li img {
  width: 20px;
}
.tour-duration .tab-pane .trending_box .content .btn_box {
  margin-top: 1rem;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: space-between;
}
.tour-duration .tab-pane .trending_box:hover .content {
  background: #f1fffe;
}
.tour-duration .tab-pane .trending_box:hover .place_img {
  position: relative;
}
.tour-duration .tab-pane .trending_box:hover .place_img img {
  opacity: 0.5;
  transform: scale(1.2);
}
.tour-duration .tab-pane .trending_box:hover .popup_box {
  transform: translateY(-20px);
  /* Move to the center */
  align-items: center;
  opacity: 1;
}
.tour-duration .bsb-pagination-1.pagination {
  --bs-pagination-color: #686868;
  --bs-pagination-hover-color: #6c757d;
  --bs-pagination-active-bg: #821c1c;
  --bs-pagination-active-color: var(--bs-link-color) ;
}
.tour-duration .bsb-pagination-1.pagination .page-item .page-link {
  background-color: transparent;
  border: none;
}
.tour-duration .bsb-pagination-1.pagination .page-item .page-link.active,
.tour-duration .bsb-pagination-1.pagination .page-item.active .page-link {
  border-bottom: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  background: #328F89;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .tour-duration .bsb-pagination-1.pagination.pagination-lg {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-border-radius: var(--bs-border-radius) ;
  }
}

.inner-container {
  width: 100%;
  position: relative;
}
.inner-container h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner-container h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .inner-container h2 {
    font-size: 1.5rem;
  }
}
.inner-container h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner-container h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .inner-container h3 {
    font-size: 1.4rem;
  }
}
.inner-container h4 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner-container h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .inner-container h4 {
    font-size: 1rem;
  }
}
.inner-container ul {
  margin-bottom: 1rem;
}
.inner-container ul li {
  list-style: none;
  padding: 0.2rem 0 0.2rem 1.5rem;
  color: #535252;
  position: relative;
}
.inner-container ul li::before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.875rem;
  color: #328F89;
  content: "\f134";
  font-family: bootstrap-icons !important;
}

.contact_modal .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  filter: brightness(0) invert(1);
  z-index: 9;
}
.contact_modal .modal-body {
  padding: 0;
}
.contact_modal .modal-body .contact_info {
  margin: 0;
  padding: 2rem;
  background: #80C342;
  background: linear-gradient(90deg, rgb(128, 195, 66) 0%, rgb(50, 143, 137) 56%, rgb(34, 112, 107) 100%);
  border-radius: 7px;
}
@media (768px <= width <= 992px) {
  .contact_modal .modal-body .contact_info {
    padding: 1.5rem;
  }
}
@media (width <= 768px) {
  .contact_modal .modal-body .contact_info {
    padding: 25px;
  }
}
.contact_modal .modal-body .contact_info .img_boxes {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  aspect-ratio: 1/1;
  width: 100%;
  padding-right: 1rem;
}
@media (width <= 1200px) {
  .contact_modal .modal-body .contact_info .img_boxes {
    padding-right: 0;
  }
}
.contact_modal .modal-body .contact_info .img_boxes img {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (768px <= width <= 992px) {
  .contact_modal .modal-body .contact_info .btn_1 {
    padding: 5px 20px;
    font-size: 0.875rem;
  }
}
.contact_modal .modal-body .contact_info h3 {
  text-align: left;
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
}
@media (768px <= width <= 992px) {
  .contact_modal .modal-body .contact_info h3 {
    font-size: 1.5rem;
  }
}
.contact_modal .modal-body .contact_info h3::before {
  position: absolute;
  content: "";
  background: #80C342;
  width: 60px;
  height: 2px;
  bottom: -4px;
  left: 0;
}

.get_in_touch_bg {
  width: 100%;
  position: relative;
}
.get_in_touch_bg .rectangle {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
  border-radius: 447px;
  opacity: 0.2;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .get_in_touch_bg .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .get_in_touch_bg .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .get_in_touch_bg .rectangle {
    display: none;
  }
}
.get_in_touch_bg .shape_one {
  position: absolute;
  right: 8%;
  bottom: 24%;
  z-index: -1;
}
@media (width <= 768px) {
  .get_in_touch_bg .shape_one {
    display: none;
  }
}
.get_in_touch_bg .shape_one img {
  width: 100px;
}
.get_in_touch_bg .shape_two {
  position: absolute;
  left: 4%;
  top: 22%;
  z-index: -1;
}
@media (width <= 768px) {
  .get_in_touch_bg .shape_two {
    display: none;
  }
}
.get_in_touch_bg .shape_two img {
  width: 100px;
}
.get_in_touch_bg .full_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 2rem;
}
@media (max-width: 1200px) {
  .get_in_touch_bg .full_container {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .get_in_touch_bg .full_container {
    flex-direction: column;
  }
}
.get_in_touch_bg .full_container .img_box {
  width: 70%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 768px) {
  .get_in_touch_bg .full_container .img_box {
    width: 100%;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
  }
}
.get_in_touch_bg .full_container .img_box .heading {
  position: absolute;
  left: 5%;
  top: 10%;
}
.get_in_touch_bg .full_container .img_box .heading h5 {
  color: #000;
}
@media (max-width: 767px) {
  .get_in_touch_bg .full_container .img_box .heading h5 {
    font-size: 1.5rem;
  }
}
.get_in_touch_bg .full_container .img_box .heading h3 {
  text-align: left;
  font-size: 2.5rem;
}
@media (1200px <= width <= 1400px) {
  .get_in_touch_bg .full_container .img_box .heading h3 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 1200px) {
  .get_in_touch_bg .full_container .img_box .heading h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .get_in_touch_bg .full_container .img_box .heading h3 {
    font-size: 1.6rem;
  }
}
.get_in_touch_bg .full_container .img_box .heading h3 span {
  display: block;
  margin-top: 1rem;
  color: #000;
  position: relative;
  line-height: 18px;
}
.get_in_touch_bg .full_container .img_box .heading h3 span::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100px;
  height: 4px;
  background: #000;
  margin-right: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .get_in_touch_bg .full_container .img_box .heading h3 span::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .get_in_touch_bg .full_container .img_box .heading h3 span::before {
    display: none;
  }
}
.get_in_touch_bg .full_container .img_box .heading h3::before {
  display: none;
}
@media (max-width: 480px) {
  .get_in_touch_bg .full_container .img_box .heading .btn_1 {
    padding: 10px 30px;
  }
}
.get_in_touch_bg .full_container .img_box .heading_2 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 1.8rem;
  position: absolute;
  left: -30px;
  width: 30%;
  bottom: 5%;
  background: rgba(5, 140, 158, 0.9137254902);
}
@media (width <= 1200px) {
  .get_in_touch_bg .full_container .img_box .heading_2 {
    width: 45%;
    padding: 1.2rem;
  }
}
@media (768px <= width <= 1400px) {
  .get_in_touch_bg .full_container .img_box .heading_2 {
    left: -20px;
  }
}
@media (width <= 768px) {
  .get_in_touch_bg .full_container .img_box .heading_2 {
    border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
    top: 30px;
    width: 80%;
    bottom: auto;
    left: 0;
  }
}
@media (width <= 480px) {
  .get_in_touch_bg .full_container .img_box .heading_2 {
    top: 10%;
  }
}
.get_in_touch_bg .full_container .img_box .heading_2 .full_box {
  position: relative;
  padding-left: 1.2rem;
}
.get_in_touch_bg .full_container .img_box .heading_2 .full_box h5 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .get_in_touch_bg .full_container .img_box .heading_2 .full_box h5 {
    font-size: 1.5rem;
  }
}
@media (width <= 480px) {
  .get_in_touch_bg .full_container .img_box .heading_2 .full_box h5 {
    font-size: 0.875rem;
  }
}
.get_in_touch_bg .full_container .img_box .heading_2 .full_box h3 {
  text-align: left;
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media (768px <= width <= 992px) {
  .get_in_touch_bg .full_container .img_box .heading_2 .full_box h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .get_in_touch_bg .full_container .img_box .heading_2 .full_box h3 {
    font-size: 2rem;
  }
}
@media (width <= 480px) {
  .get_in_touch_bg .full_container .img_box .heading_2 .full_box h3 {
    font-size: 1.3rem;
  }
}
.get_in_touch_bg .full_container .img_box .heading_2 .full_box h3 span {
  display: block;
  margin-top: 1rem;
  color: #fff;
  position: relative;
  line-height: 18px;
}
@media (768px <= width <= 1400px) {
  .get_in_touch_bg .full_container .img_box .heading_2 .full_box h3 span {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .get_in_touch_bg .full_container .img_box .heading_2 .full_box h3 span {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }
}
.get_in_touch_bg .full_container .img_box .heading_2 .full_box::before {
  position: absolute;
  content: "";
  left: 0;
  width: 3px;
  height: 100%;
  background: #fff;
}
@media (max-width: 480px) {
  .get_in_touch_bg .full_container .img_box .heading_2 .btn_1 {
    padding: 10px 30px;
  }
}
.get_in_touch_bg .full_container .img_box img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .get_in_touch_bg .full_container .img_box img {
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
  }
}
.get_in_touch_bg .full_container .content_box {
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  background: #252B3F;
  position: absolute;
  padding: 3rem 2rem;
  width: 40%;
  right: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .get_in_touch_bg .full_container .content_box {
    right: 0;
    width: 50%;
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .get_in_touch_bg .full_container .content_box {
    width: 100%;
    right: 0;
    padding: 1.5rem;
    border-radius: 0 0 1rem 1rem;
    -webkit-border-radius: 0 0 1rem 1rem;
    -moz-border-radius: 0 0 1rem 1rem;
    -ms-border-radius: 0 0 1rem 1rem;
    -o-border-radius: 0 0 1rem 1rem;
    position: relative;
  }
}
.get_in_touch_bg .full_container .content_box .input-group .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: transparent;
  padding: 1rem 0;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (width <= 1200px) {
  .get_in_touch_bg .full_container .content_box .input-group .form-control {
    padding: 0.5rem 0;
  }
}
@media (max-width: 480px) {
  .get_in_touch_bg .full_container .content_box .input-group .form-control {
    padding: 0.2rem 0;
    font-size: 0.813rem;
  }
}
.get_in_touch_bg .full_container .content_box .btn_1 {
  background: #fff;
  color: #328F89 !important;
  padding: 10px 50px;
  font-weight: 500;
}
@media (width <= 1200px) {
  .get_in_touch_bg .full_container .content_box .btn_1 {
    padding: 5px 30px;
  }
}
@media (width <= 768px) {
  .get_in_touch_bg .full_container .content_box .btn_1 {
    padding: 10px 30px;
    font-size: 0.875rem;
  }
}
.get_in_touch_bg .full_container .content_box .btn_1:hover {
  background: #328F89;
  color: #fff !important;
}
.get_in_touch_bg .full_container .content_box input::-webkit-input-placeholder {
  color: #fff;
  /* For Chrome, Safari, and Edge */
}
.get_in_touch_bg .full_container .content_box input::-moz-placeholder {
  color: #fff;
  /* For Firefox 19+ */
}
.get_in_touch_bg .full_container .content_box input:-ms-input-placeholder {
  color: #fff;
  /* For Internet Explorer 10-11 */
}
.get_in_touch_bg .full_container .content_box input::-ms-input-placeholder {
  color: #fff;
  /* For Edge */
}

.questions {
  width: 100%;
  padding-top: 0;
  position: relative;
}
.questions .rectangle {
  position: absolute;
  bottom: -40%;
  left: 10%;
  z-index: -1;
  border-radius: 447px;
  opacity: 0.2;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .questions .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .questions .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .questions .rectangle {
    display: none;
  }
}
.questions .question_heading {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.questions .question_heading h3 {
  color: #328F89;
  font-family: "Poppins", serif;
  text-align: center;
}
.questions .question_heading h3 span {
  color: #474747;
  font-weight: 500;
  font-size: 1.5rem;
}
.questions .question_heading p {
  text-align: center;
}
.questions .question_heading p a {
  color: #383737;
}
.questions .faq_container {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .questions .faq_container {
    flex-direction: column;
  }
}
.questions .faq_container .left-side {
  width: 25%;
  padding: 10px;
}
@media (max-width: 767px) {
  .questions .faq_container .left-side {
    width: 100%;
  }
}
.questions .faq_container .left-side h5 {
  font-family: "Poppins", serif;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .questions .faq_container .left-side h5 {
    text-align: center;
  }
}
.questions .faq_container .left-side ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .questions .faq_container .left-side ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
.questions .faq_container .left-side li {
  transition: all 0.4s ease-in-out;
  padding: 0.3rem 0;
  cursor: pointer;
  list-style: none;
  margin-bottom: 5px;
  font-family: "Poppins", serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .questions .faq_container .left-side li {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0.2rem;
    padding: 0.3rem 0.5rem;
    border: 1px solid #96ADBE;
    font-size: 0.875rem;
  }
}
.questions .faq_container .left-side li:hover {
  color: #328F89;
}
.questions .faq_container .left-side .active {
  color: #328F89;
}
.questions .faq_container .right-side {
  width: 75%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .questions .faq_container .right-side {
    width: 100%;
    padding-right: 0;
  }
}
.questions .faq_container .accordion {
  --bs-accordion-bg: none;
}
.questions .faq_container .accordion-body {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  margin: 1rem;
}
.questions .faq_container .accordion-body::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  width: 2px;
  height: 100%;
  background: #328F89;
}
.questions .faq_container .accordion-button .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #328F89;
  color: #328F89;
  text-align: center;
  margin-right: 10px;
  min-width: 30px;
  min-inline-size: 30px;
}
.questions .faq_container .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.questions .faq_container .accordion-button {
  font-size: 1rem;
  padding: 1rem 0;
  color: #3c3c3c;
  font-weight: 500 !important;
  font-family: "Poppins", serif;
}
@media (width <= 768px) {
  .questions .faq_container .accordion-button {
    font-size: 0.875rem;
  }
}
.questions .faq_container .accordion-button::after {
  display: none;
}
.questions .faq_container .accordion-button:not(.collapsed) {
  box-shadow: transparent;
}
.questions .faq_container .content {
  display: none;
}
.questions .faq_container .content.active {
  display: block;
}

.question_top {
  padding-top: 60px;
}

.offcanvas_btn {
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  padding: 10px 15px;
  text-align: center;
  left: 0;
  background: #328F89;
  color: #fff !important;
  z-index: 9999;
}
.offcanvas_btn a {
  color: #fff !important;
}
@media (max-width: 992px) {
  .offcanvas_btn {
    display: block;
  }
}
.offcanvas_btn:hover {
  background: #535252;
}

.offcanvas_category {
  background: #E3E3E3;
}
.offcanvas_category .offcanvas-header {
  padding-bottom: 0;
}
.offcanvas_category .offcanvas-header h5 {
  color: #328F89;
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 1.5rem;
}
.offcanvas_category .offcanvas-body {
  padding: 0.5rem 0;
}
.offcanvas_category .offcanvas-body .list_box {
  transition: all 0.4s ease-in-out;
  background: #E3E3E3;
  font-family: "Poppins", serif;
  padding-bottom: 4rem;
}
.offcanvas_category .offcanvas-body .list_box .choose_sort {
  padding: 1rem;
  border-bottom: 1px solid #C3C3C3;
}
.offcanvas_category .offcanvas-body .list_box .choose_sort .full__box {
  width: 100%;
}
.offcanvas_category .offcanvas-body .list_box .choose_sort .full__box label {
  margin-bottom: 0.3rem;
  font-weight: 500;
}
.offcanvas_category .offcanvas-body .list_box .choose_sort .full__box .form-select option {
  background-color: #328F89 !important;
  color: #fff !important;
}
.offcanvas_category .offcanvas-body .list_box .choose_sort .full__box .form-select option:checked {
  background-color: #328F89 !important;
  color: #fff !important;
}
.offcanvas_category .offcanvas-body .list_box .choose_sort .full__box .form-select:focus > option:checked {
  background: #80C342 !important;
}
.offcanvas_category .offcanvas-body .list_box .button_box {
  padding: 1rem;
}
.offcanvas_category .offcanvas-body .list_box .accordion {
  --bs-accordion-bg: none;
  --bs-accordion-active-bg: none ;
}
.offcanvas_category .offcanvas-body .list_box .accordion-button {
  color: #000;
  font-weight: 500;
}
.offcanvas_category .offcanvas-body .list_box .accordion-button:not(.collapsed) {
  color: #000;
  font-weight: 500;
}
.offcanvas_category .offcanvas-body .list_box .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A29F9F' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.offcanvas_category .offcanvas-body .list_box .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A29F9F' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: var(--bs-accordion-btn-icon-transform);
}
.offcanvas_category .offcanvas-body .list_box .accordion-button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item {
  border-bottom: 1px solid #C3C3C3;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item:last-child {
  border-bottom: none;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .price-input {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .price-input .field {
  width: 100%;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .field {
  position: relative;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .field::before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 99;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .field input {
  width: 80px;
  height: 100%;
  outline: none;
  font-size: 0.875rem;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
  position: relative;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item input[type=number]::-webkit-outer-spin-button,
.offcanvas_category .offcanvas-body .list_box .accordion-item input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .slider {
  height: 5px;
  position: relative;
  background: #D3D3D3;
  border-radius: 5px;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #328F89;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .range-input {
  position: relative;
  padding-bottom: 1rem;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .two_range {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .two_range .small {
  font-size: 0.875rem;
  color: #323635;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .two_range .high {
  font-size: 0.875rem;
  color: #323635;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #328F89;
  pointer-events: auto;
  -webkit-appearance: none;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #328F89;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .checkboxes {
  width: 100%;
  /* Hidden by default */
  /* Make visible when toggled */
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .checkboxes input[type=checkbox] {
  display: none;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .checkboxes input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #323635;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .checkboxes input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .checkboxes input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #328F89;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0.6;
  transition: 0.12s, border-color 0.08s;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .checkboxes input[type=checkbox]:checked + label:before {
  width: 10px;
  top: 2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top: transparent;
  border-left: transparent;
  transform: rotate(45deg);
  background: none;
  border-color: #328F89;
  border-width: 2px;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .checkboxes .additional-checkbox {
  transition: max-height 0.3s ease-out;
  /* Smooth transition */
  display: none;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .checkboxes .visible {
  transition: all 0.4s ease-in-out;
  display: block;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .checkboxes .view-more-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .checkboxes .view-more {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  color: #5F8144;
}
.offcanvas_category .offcanvas-body .list_box .accordion-item .checkboxes .view-more-container i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813rem;
  color: #fff;
  background: #5F8144;
}

.details_container {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 0;
  position: relative;
}
.details_container .breadcrums {
  padding: 5px 0;
}
.details_container .breadcrums ul {
  margin-left: 0;
  display: flex;
}
@media (max-width: 767px) {
  .details_container .breadcrums ul {
    flex-wrap: wrap;
  }
}
.details_container .breadcrums ul li {
  display: inline-flex;
  align-items: flex-end;
  color: #80C342;
  position: relative;
  padding: 0px 20px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .details_container .breadcrums ul li {
    font-size: 0.813rem;
  }
}
.details_container .breadcrums ul li a {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .details_container .breadcrums ul li a {
    font-size: 0.813rem;
  }
}
.details_container .breadcrums ul li:first-child {
  padding: 0px 20px 0px 0px;
}
@media (max-width: 767px) {
  .details_container .breadcrums ul li:first-child {
    padding: 0px 5px 0px 0px;
  }
}
.details_container .breadcrums ul li:first-child::before {
  display: none;
}
.details_container .breadcrums ul li::before {
  position: absolute;
  content: "\f285" !important;
  font-family: bootstrap-icons !important;
  color: #328F89;
  left: -10px;
}
@media (max-width: 767px) {
  .details_container .breadcrums ul li::before {
    left: 0px;
  }
}
.details_container .breadcrums ul li a {
  display: flex;
  align-items: flex-end;
  color: #747474;
}
@media (max-width: 767px) {
  .details_container .breadcrums ul li a {
    font-size: 0.813rem;
  }
}
.details_container .breadcrums ul i {
  font-size: 20px;
  color: #328F89;
  padding-right: 10px;
}
.details_container h2, .details_container h1 {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .details_container h2, .details_container h1 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details_container h2, .details_container h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .details_container h2, .details_container h1 {
    font-size: 1.4rem;
  }
}
.details_container h5 {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #328F89;
  font-weight: 500;
}
.details_container h5 span {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #ec0a15;
  padding: 0.4rem 1rem;
  color: #fff;
  margin-left: 0.5rem;
  font-size: 0.875rem;
}
@media (width <= 480px) {
  .details_container h5 span {
    font-size: 0.813rem;
  }
}
.details_container h5 img {
  margin-right: 0.5rem;
}
.details_container .inner_carousel {
  width: 100%;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.details_container .inner_carousel .item {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  height: 100vh;
  height: auto;
  overflow: hidden;
  align-items: baseline;
  padding: 0;
  aspect-ratio: 4/2;
}
.details_container .inner_carousel .item img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.details_container .owl-carousel .owl-nav button.owl-prev,
.details_container .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
}
.details_container .owl-carousel .owl-nav button.owl-prev:hover,
.details_container .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.details_container .owl-prev {
  position: absolute;
  right: auto;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.details_container .owl-next {
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
.details_container .detail_content {
  margin: 1.5rem 0;
}
.details_container .amenities {
  width: 100%;
  margin: 2rem 0;
}
@media (width <= 768px) {
  .details_container .amenities {
    margin: 1rem 0;
  }
}
.details_container .amenities ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .details_container .amenities ul {
    gap: 10px;
  }
}
.details_container .amenities ul li {
  display: flex;
  align-items: center;
  color: #000;
}
.details_container .amenities ul li .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #ec0a15;
  display: flex;
  margin-right: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 4px solid #fff;
  position: relative;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(236, 10, 21, 0.3333333333) 0px 0px 0px 1px;
}
.details_container .amenities ul li .icon i {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details_container .amenities ul li .icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .details_container .amenities ul li .icon {
    width: 30px;
    height: 30px;
  }
}
.details_container .amenities ul li .icon img {
  width: 20px;
  height: 20px;
}
.details_container .highlights_points {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 2.5rem;
  background: rgba(217, 217, 217, 0.2392156863);
  margin: 1.5rem 0;
}
@media (max-width: 767px) {
  .details_container .highlights_points {
    padding: 1.5rem;
  }
}
.details_container .highlights_points h4 {
  font-size: 1.125rem;
  color: #328F89;
  font-family: "Poppins", serif;
  font-weight: 500;
}
.details_container .highlights_points .full_boxes ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 8rem; /* Show ~5 lines */
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.details_container .highlights_points .full_boxes.expanded ul {
  max-height: 1000px; /* Expand height on toggle */
}
.details_container .highlights_points .full_boxes ul li {
  padding: 0.5rem 1rem;
  color: #747474;
  font-size: 0.938rem;
  position: relative;
  list-style: none;
}
.details_container .highlights_points .full_boxes ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: green; /* Replace with your desired color */
  left: 0;
  top: 18px;
  border-radius: 50%;
}
.details_container .highlights_points .readmoreless {
  background: none;
  font-weight: 500;
  color: #328F89;
  padding: 0.5rem 0;
  border: none;
}
.details_container .book__now {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 1.5rem;
  background: rgb(50, 143, 137);
  background: linear-gradient(180deg, rgb(50, 143, 137) 0%, rgb(13, 90, 85) 100%);
  position: sticky;
  z-index: 9;
  top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details_container .book__now {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .details_container .book__now {
    padding: 1.2rem;
  }
}
.details_container .book__now h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details_container .book__now h4 {
    font-size: 1rem;
  }
}
.details_container .book__now .input-group {
  border: 1px solid #fff;
  border-radius: 30px;
}
.details_container .book__now .input-group input {
  border-radius: 30px;
  height: 50px;
  background: #fff;
  border: none;
  color: #000;
  border: none;
}
.details_container .book__now .input-group textarea {
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  background: #fff;
  border: none;
  color: #000;
  border: none;
}
.details_container .book__now .input-group input::-moz-placeholder, .details_container .book__now .input-group textarea::-moz-placeholder {
  color: #A29393;
}
.details_container .book__now .input-group input::placeholder,
.details_container .book__now .input-group textarea::placeholder {
  color: #A29393;
}
.details_container .book__now .input-group .input-group-text {
  border-radius: 30px;
  background: #fff;
  border: none;
}
.details_container .book__now input:focus,
.details_container .book__now textarea:focus,
.details_container .book__now select:focus {
  outline: none !important;
  /* Removes the default focus outline */
  box-shadow: none !important;
  /* Removes the Bootstrap focus shadow */
}
.details_container .book__now .assistance h5 {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.details_container .book__now .assistance p {
  color: #fff;
  padding-left: 50px;
  position: relative;
  display: flex;
  margin-bottom: 1.8rem;
  font-weight: 500;
  align-items: center;
}
.details_container .book__now .assistance p a {
  color: #fff !important;
}
.details_container .book__now .assistance p span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
}
.details_container .book__now .btn_1 {
  width: 100%;
  justify-content: center;
  background: rgba(50, 143, 137, 0.7137254902);
  font-weight: 600;
  border: 2px solid #20A49C;
}
.details_container .book__now .btn_1:hover {
  background: #fff;
  color: #328F89 !important;
}
.details_container .book__now::before {
  content: "";
  background: url(../images/shape-3.png);
  width: 160px;
  height: 160px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.details_container .groupbook__now {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 1.5rem;
  background: rgb(50, 143, 137);
  background: linear-gradient(0deg, rgb(50, 143, 137) 0%, rgb(97, 151, 46) 100%);
  position: sticky;
  z-index: 9;
  top: 135px;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details_container .groupbook__now {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .details_container .groupbook__now {
    padding: 1.5rem 1.2rem;
  }
}
.details_container .groupbook__now h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details_container .groupbook__now h4 {
    font-size: 1rem;
  }
}
.details_container .groupbook__now .input-group {
  border: 1px solid #fff;
  border-radius: 30px;
}
.details_container .groupbook__now .input-group input {
  border-radius: 30px;
  height: 50px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  border: none;
}
.details_container .groupbook__now .input-group textarea {
  border-radius: 30px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  border: none;
  padding: 0.5rem 1.5rem;
}
.details_container .groupbook__now .input-group input::-moz-placeholder, .details_container .groupbook__now .input-group textarea::-moz-placeholder {
  color: #fff;
}
.details_container .groupbook__now .input-group input::placeholder,
.details_container .groupbook__now .input-group textarea::placeholder {
  color: #fff;
}
.details_container .groupbook__now .input-group .input-group-text {
  border-radius: 30px;
  background: none;
  border: none;
}
.details_container .groupbook__now input:focus,
.details_container .groupbook__now textarea:focus,
.details_container .groupbook__now select:focus {
  outline: none !important;
  /* Removes the default focus outline */
  box-shadow: none !important;
  /* Removes the Bootstrap focus shadow */
}
.details_container .groupbook__now .assistance h5 {
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.details_container .groupbook__now .assistance p {
  color: #fff;
  padding-left: 50px;
  position: relative;
  display: flex;
  margin-bottom: 1.8rem;
  font-weight: 500;
  align-items: center;
}
.details_container .groupbook__now .assistance p a {
  color: #fff !important;
}
.details_container .groupbook__now .assistance p span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
}
.details_container .groupbook__now .btn_1 {
  width: 100%;
  justify-content: center;
  background: #fff;
  font-weight: 500;
  border: 2px solid #fff;
  color: #80C342 !important;
}
.details_container .groupbook__now .btn_1:hover {
  background: #328F89;
  color: #fff !important;
}
.details_container .departure__date {
  width: 100%;
  margin: 1.5rem 0;
  aspect-ratio: 4/1;
  display: flex;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: rgb(50, 143, 137);
  background: linear-gradient(90deg, rgb(50, 143, 137) 0%, rgb(97, 151, 46) 100%);
}
.details_container .departure__date img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.details_container .departure__date .left__boxes {
  display: flex;
  align-items: center;
  width: 65%;
  padding: 2rem;
}
@media (768px <= width <= 992px) {
  .details_container .departure__date .left__boxes {
    width: 60%;
  }
}
@media (width <= 768px) {
  .details_container .departure__date .left__boxes {
    flex-direction: column;
    padding: 1rem 1.5rem;
  }
}
@media (width <= 768px) {
  .details_container .departure__date .left__boxes {
    width: 50%;
    align-items: flex-start;
  }
}
.details_container .departure__date .left__boxes .calander__icon {
  margin-bottom: 0.5rem;
}
.details_container .departure__date .left__boxes .calander__icon img {
  width: 60px;
}
@media (width <= 768px) {
  .details_container .departure__date .left__boxes .calander__icon img {
    width: 30px;
  }
}
.details_container .departure__date .left__boxes .date {
  padding-left: 1rem;
}
@media (width <= 768px) {
  .details_container .departure__date .left__boxes .date {
    padding-left: 0;
  }
}
.details_container .departure__date .left__boxes .date h6 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
@media (width <= 480px) {
  .details_container .departure__date .left__boxes .date h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.details_container .departure__date .left__boxes .date p {
  color: #fff;
  margin-bottom: 0;
}
.details_container .departure__date .right__box {
  border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  width: 35%;
  padding: 2rem;
  -webkit-clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
  background: #328F89;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (768px <= width <= 992px) {
  .details_container .departure__date .right__box {
    width: 40%;
  }
}
@media (width <= 768px) {
  .details_container .departure__date .right__box {
    width: 50%;
    padding: 1rem 1.5rem;
  }
}
.details_container .departure__date .right__box .group__date {
  align-items: center;
  display: flex;
}
.details_container .departure__date .right__box .group__date .date {
  color: #FFF200;
  font-size: 3.5rem;
  font-weight: 700;
}
@media (768px <= width <= 992px) {
  .details_container .departure__date .right__box .group__date .date {
    font-size: 3rem;
  }
}
@media (width <= 768px) {
  .details_container .departure__date .right__box .group__date .date {
    font-size: 2.5rem;
  }
}
.details_container .departure__date .right__box .group__date .month__date {
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", serif;
}
.details_container .departure__date .right__box .group__date .month__date .month {
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "Poppins", serif;
  color: #FFF200;
}
@media (768px <= width <= 992px) {
  .details_container .departure__date .right__box .group__date .month__date .month {
    font-size: 1.05rem;
  }
}
@media (width <= 768px) {
  .details_container .departure__date .right__box .group__date .month__date .month {
    font-size: 0.875rem;
  }
}
.details_container .departure__date .right__box .group__date .month__date .date {
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  font-family: "Poppins", serif;
}
.details_container .departure__date .right__box .rate {
  margin-top: 0.5rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 2px solid rgba(128, 195, 66, 0.5411764706);
  padding: 0.4rem 1.5rem;
  color: #fff;
  font-size: 0.875rem;
}
.details_container .tour__details {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: rgba(34, 161, 150, 0.3098039216) 1px solid;
  padding: 1.5rem;
}
@media (width <= 480px) {
  .details_container .tour__details {
    padding: 1rem;
  }
}
.details_container .tour__details ul {
  display: flex;
  flex-wrap: wrap;
}
.details_container .tour__details ul li {
  width: 33.3%;
  list-style: none;
  border-bottom: 2px solid rgba(50, 143, 137, 0.1019607843);
  border-right: 2px solid rgba(50, 143, 137, 0.1019607843);
}
@media (width <= 480px) {
  .details_container .tour__details ul li {
    width: 50%;
  }
}
@media (width <= 480px) {
  .details_container .tour__details ul li:nth-child(2) {
    border-right: none;
  }
}
.details_container .tour__details ul li:nth-child(3) {
  border-right: none;
}
@media (width <= 480px) {
  .details_container .tour__details ul li:nth-child(3) {
    border-right: 2px solid rgba(50, 143, 137, 0.1019607843);
  }
}
.details_container .tour__details ul li:nth-child(4) {
  border-bottom: none;
}
@media (width <= 480px) {
  .details_container .tour__details ul li:nth-child(4) {
    border-right: none;
    border-bottom: 2px solid rgba(50, 143, 137, 0.1019607843);
  }
}
.details_container .tour__details ul li:nth-child(5) {
  border-bottom: none;
}
.details_container .tour__details ul li:nth-child(6) {
  border-bottom: none;
  border-right: none;
}
.details_container .tour__details ul li .details__box {
  padding: 1.5rem;
  display: block;
  display: flex;
  align-items: center;
}
@media (768px <= width <= 992px) {
  .details_container .tour__details ul li .details__box {
    padding: 0.5rem;
  }
}
@media (width <= 768px) {
  .details_container .tour__details ul li .details__box {
    flex-direction: column;
    padding: 1rem;
    align-items: flex-start;
  }
}
.details_container .tour__details ul li .details__box .icon {
  width: 35%;
}
@media (width <= 768px) {
  .details_container .tour__details ul li .details__box .icon {
    margin-bottom: 1rem;
  }
}
.details_container .tour__details ul li .details__box .icon img {
  width: 50px;
}
@media (768px <= width <= 992px) {
  .details_container .tour__details ul li .details__box .icon img {
    width: 40px;
    height: 40px;
  }
}
.details_container .tour__details ul li .details__box .trip_details {
  width: 65%;
  font-weight: 400;
  color: #363636;
  font-size: 1rem;
}
.details_container .tour__details ul li .details__box .trip_details span {
  display: block;
  font-size: 0.875rem;
  color: #8D9797;
}
.details_container .flight__accomodation {
  width: 100%;
  margin: 1.5rem 0 2rem 0;
}
.details_container .flight__accomodation .nav-tabs {
  gap: 2px;
  --bs-nav-tabs-border-color: $white-color;
}
.details_container .flight__accomodation .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #80C342;
}
.details_container .flight__accomodation .nav-tabs .nav-item {
  padding-right: 0.1rem;
}
.details_container .flight__accomodation .nav-tabs .nav-link {
  border-radius: 1rem 1rem 0 0;
  -webkit-border-radius: 1rem 1rem 0 0;
  -moz-border-radius: 1rem 1rem 0 0;
  -ms-border-radius: 1rem 1rem 0 0;
  -o-border-radius: 1rem 1rem 0 0;
  padding: 0.8rem 2rem;
  font-size: 1.25rem;
  color: #545151;
  background-color: rgba(129, 164, 97, 0.3019607843);
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .details_container .flight__accomodation .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details_container .flight__accomodation .nav-tabs .nav-link {
    padding: 0.4rem 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .details_container .flight__accomodation .nav-tabs .nav-link {
    font-size: 0.938rem;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 480px) {
  .details_container .flight__accomodation .nav-tabs .nav-link {
    padding: 0.5rem;
  }
}
.details_container .flight__accomodation .tab-content {
  border-radius: 0 15px 15px 15px;
  -webkit-border-radius: 0 15px 15px 15px;
  -moz-border-radius: 0 15px 15px 15px;
  -ms-border-radius: 0 15px 15px 15px;
  -o-border-radius: 0 15px 15px 15px;
  border: 1px solid #80C342;
  padding: 2rem;
}
@media (width <= 768px) {
  .details_container .flight__accomodation .tab-content {
    padding: 1rem;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane {
  width: 100%;
}
.details_container .flight__accomodation .tab-content .tab-pane h5 {
  color: #000;
  font-size: 1.15rem;
  font-family: "Poppins", serif;
  font-weight: 500;
}
.details_container .flight__accomodation .tab-content .tab-pane ul {
  width: 100%;
}
.details_container .flight__accomodation .tab-content .tab-pane ul li {
  padding: 0.5rem 1rem;
  color: #747474;
  font-size: 0.938rem;
  position: relative;
  list-style: none;
}
.details_container .flight__accomodation .tab-content .tab-pane ul li span {
  font-weight: 500;
  color: #413f3f;
}
.details_container .flight__accomodation .tab-content .tab-pane ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: green; /* Replace with your desired color */
  left: 0;
  top: 18px;
  border-radius: 50%;
}
.details_container .flight__accomodation .tab-content .tab-pane ul li ul li::before {
  background: #328F89;
}
.details_container .flight__accomodation .tab-content .tab-pane .departure__arrival {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 2rem;
  margin-top: 1rem;
  background: rgba(217, 217, 217, 0.2117647059);
  width: 100%;
}
@media (width <= 768px) {
  .details_container .flight__accomodation .tab-content .tab-pane .departure__arrival {
    padding: 1rem;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .departure__arrival .from__to {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details_container .flight__accomodation .tab-content .tab-pane .departure__arrival .from__to .from,
.details_container .flight__accomodation .tab-content .tab-pane .departure__arrival .from__to .to {
  color: #000;
  font-size: 1.05rem;
  font-family: "Poppins", serif;
  font-weight: 600;
}
@media (width <= 480px) {
  .details_container .flight__accomodation .tab-content .tab-pane .departure__arrival .from__to .from,
  .details_container .flight__accomodation .tab-content .tab-pane .departure__arrival .from__to .to {
    font-size: 0.938rem;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .full__details {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.details_container .flight__accomodation .tab-content .tab-pane .full__details::before {
  position: absolute;
  content: "";
  border: 1px solid #D5D5D5;
  width: 65%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (width <= 768px) {
  .details_container .flight__accomodation .tab-content .tab-pane .full__details::before {
    z-index: -1;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .full__details .arrival_details,
.details_container .flight__accomodation .tab-content .tab-pane .full__details .departure_details {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  padding: 0.5rem 1.5rem;
  border: 1px solid #EBEBEB;
  font-size: 1.05rem;
  color: #656565;
  font-family: "Poppins", serif;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (width <= 768px) {
  .details_container .flight__accomodation .tab-content .tab-pane .full__details .arrival_details,
  .details_container .flight__accomodation .tab-content .tab-pane .full__details .departure_details {
    padding: 1rem;
  }
}
@media (width <= 480px) {
  .details_container .flight__accomodation .tab-content .tab-pane .full__details .arrival_details,
  .details_container .flight__accomodation .tab-content .tab-pane .full__details .departure_details {
    font-size: 0.938rem;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .full__details .arrival_details span,
.details_container .flight__accomodation .tab-content .tab-pane .full__details .departure_details span {
  display: block;
  font-weight: 400;
  font-size: 0.938rem;
}
.details_container .flight__accomodation .tab-content .tab-pane .full__details .flight_details {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #fff;
  padding: 1rem 1.5rem;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: #656565;
  font-family: "Poppins", serif;
  font-weight: 600;
  position: relative;
}
@media (width <= 768px) {
  .details_container .flight__accomodation .tab-content .tab-pane .full__details .flight_details {
    padding: 1rem;
    font-size: 0.938rem;
    flex-direction: column;
    align-items: center;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .full__details .flight_details img {
  width: 30px;
  margin-right: 1rem;
}
@media (width <= 768px) {
  .details_container .flight__accomodation .tab-content .tab-pane .full__details .flight_details img {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
@media (width <= 768px) {
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin {
    display: none;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .city,
.details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .checkIn__checkout,
.details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .hotel {
  width: 25%;
  font-family: "Poppins", serif;
  max-width: 25% !important;
  color: #656565;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.5rem 0;
}
@media (width <= 768px) {
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .city .city,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .city .checkIn__checkout,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .checkIn__checkout .city,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .checkIn__checkout .checkIn__checkout,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .hotel .city,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .hotel .checkIn__checkout {
    width: 50%;
  }
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .city .hotel,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .checkIn__checkout .hotel,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .hotel .hotel {
    display: none;
  }
}
@media (width <= 480px) {
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .city,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .checkIn__checkout,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .hotel {
    font-size: 0.875rem;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin .hotel {
  width: 50%;
  max-width: 50% !important;
}
.details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
@media (width <= 768px) {
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile {
    display: flex;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .city,
.details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .checkIn__checkout,
.details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .hotel {
  font-family: "Poppins", serif;
  width: 50%;
  max-width: 50% !important;
  color: #656565;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.5rem 0;
}
@media (width <= 768px) {
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .city .city,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .city .checkIn__checkout,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .checkIn__checkout .city,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .checkIn__checkout .checkIn__checkout,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .hotel .city,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .hotel .checkIn__checkout {
    width: 50%;
    max-width: 50% !important;
  }
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .city .hotel,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .checkIn__checkout .hotel,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .hotel .hotel {
    display: none;
  }
}
@media (width <= 480px) {
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .city,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .checkIn__checkout,
  .details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .hotel {
    font-size: 0.875rem;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .city__hotel__checkin__mobile .hotel {
  width: 50%;
  max-width: 50% !important;
}
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  background: #fff;
}
@media (width <= 768px) {
  .details_container .flight__accomodation .tab-content .tab-pane .hotel__list {
    display: none;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list .city,
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list .checkIn__checkout,
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list .hotel {
  width: 25%;
  font-family: "Poppins", serif;
  max-width: 25% !important;
  color: #656565;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.5rem;
}
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list .city span,
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list .checkIn__checkout span,
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list .hotel span {
  display: block;
}
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list .hotel {
  width: 50%;
  max-width: 50% !important;
}
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list:nth-child(even) {
  background: rgba(217, 217, 217, 0.2117647059);
}
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list__mobile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  display: none;
  background: #fff;
}
@media (width <= 768px) {
  .details_container .flight__accomodation .tab-content .tab-pane .hotel__list__mobile {
    display: flex;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list__mobile .city,
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list__mobile .hotel {
  width: 50%;
  font-family: "Poppins", serif;
  max-width: 50% !important;
  color: #656565;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.5rem;
}
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list__mobile .city span,
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list__mobile .hotel span {
  display: block;
}
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list__mobile .hotel span {
  color: #333333;
}
.details_container .flight__accomodation .tab-content .tab-pane .hotel__list__mobile:nth-child(even) {
  background: rgba(217, 217, 217, 0.2117647059);
}
.details_container .flight__accomodation .tab-content .tab-pane .boxes {
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .details_container .flight__accomodation .tab-content .tab-pane .boxes {
    padding: 0;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .boxes ul li {
  list-style: none;
  color: #656565;
  padding: 0.4rem 0;
  padding-left: 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .details_container .flight__accomodation .tab-content .tab-pane .boxes ul li {
    padding-left: 1.8rem;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .boxes ul li .check,
.details_container .flight__accomodation .tab-content .tab-pane .boxes ul li .close,
.details_container .flight__accomodation .tab-content .tab-pane .boxes ul li .know {
  position: absolute;
  left: 0;
  top: 7px;
}
.details_container .flight__accomodation .tab-content .tab-pane .boxes ul li .check i,
.details_container .flight__accomodation .tab-content .tab-pane .boxes ul li .close i,
.details_container .flight__accomodation .tab-content .tab-pane .boxes ul li .know i {
  color: #009951;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .details_container .flight__accomodation .tab-content .tab-pane .boxes ul li .check i,
  .details_container .flight__accomodation .tab-content .tab-pane .boxes ul li .close i,
  .details_container .flight__accomodation .tab-content .tab-pane .boxes ul li .know i {
    font-size: 1rem;
  }
}
.details_container .flight__accomodation .tab-content .tab-pane .boxes ul li .close i {
  color: #ec0a15;
}
.details_container .flight__accomodation .tab-content .tab-pane .boxes ul li .know i {
  color: #212221;
}
.details_container .map {
  width: 100%;
  margin: 1.5rem 0 2rem 0;
}
.details_container .cancellation_policy {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: rgba(186, 186, 186, 0.0705882353);
  padding: 2rem;
  width: 100%;
  margin: 1.5rem 0 2rem 0;
}
@media (768px <= width <= 992px) {
  .details_container .cancellation_policy {
    padding: 1.5rem;
  }
}
@media (width <= 768px) {
  .details_container .cancellation_policy {
    padding: 1.5rem;
  }
}
@media (width <= 480px) {
  .details_container .cancellation_policy {
    padding: 1.5rem 1rem;
  }
}
.details_container .cancellation_policy ul {
  margin-bottom: 1rem;
}
.details_container .cancellation_policy ul li {
  list-style: none;
  padding: 0.2rem 0 0.2rem 1.8rem;
  color: #535252;
  position: relative;
}
.details_container .cancellation_policy ul li::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #328F89;
}
.details_container .cancellation_policy h5 {
  color: #000;
  font-size: 1.15rem;
  font-family: "Poppins", serif;
  font-weight: 500;
}
.details_container .itenery_box {
  width: 100%;
  padding: 0;
}
.details_container .itenery_box .nav-tabs {
  gap: 10px;
  --bs-nav-tabs-border-color: $white-color;
}
.details_container .itenery_box .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #80C342;
}
.details_container .itenery_box .nav-tabs .nav-item {
  padding-right: 0.5rem;
}
@media (width <= 480px) {
  .details_container .itenery_box .nav-tabs .nav-item {
    padding-right: 0.5rem;
  }
}
.details_container .itenery_box .nav-tabs .nav-link {
  padding: 0.5rem 1.5rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: #328F89;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .details_container .itenery_box .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .details_container .itenery_box .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details_container .itenery_box .nav-tabs .nav-link {
    padding: 0.4rem 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .details_container .itenery_box .nav-tabs .nav-link {
    font-size: 0.938rem;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 480px) {
  .details_container .itenery_box .nav-tabs .nav-link {
    padding: 0.5rem;
  }
}
.details_container .itenery_box .tab-pane {
  width: 100%;
}
.details_container .itenery_box .tab-pane .breadcrums {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 1.5rem;
  background: rgba(253, 193, 35, 0.168627451);
}
.details_container .itenery_box .tab-pane .breadcrums ul {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .details_container .itenery_box .tab-pane .breadcrums ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    /* Makes scrollbar thin */
    scrollbar-color: gray transparent;
    /* Sets scrollbar color */
  }
  .details_container .itenery_box .tab-pane .breadcrums ul ::-webkit-scrollbar {
    height: 8px;
    /* Adjust scrollbar thickness */
    margin-top: 10px;
    /* Add margin on top */
  }
  .details_container .itenery_box .tab-pane .breadcrums ul ::-webkit-scrollbar-track {
    background: transparent;
    /* Scrollbar track background */
    margin-top: 10px;
    /* Add margin */
  }
  .details_container .itenery_box .tab-pane .breadcrums ul ::-webkit-scrollbar-thumb {
    background-color: gray;
    /* Scrollbar color */
    border-radius: 10px;
  }
}
.details_container .itenery_box .tab-pane .breadcrums ul li {
  display: inline-flex;
  align-items: center;
  color: #1E1B1B;
  font-size: 0.938rem;
  margin-left: 1rem;
  position: relative;
  font-weight: 500;
  padding: 0px 20px;
  margin-bottom: 1rem;
}
@media (width <= 768px) {
  .details_container .itenery_box .tab-pane .breadcrums ul li {
    margin-bottom: 0;
  }
}
.details_container .itenery_box .tab-pane .breadcrums ul li:last-child {
  padding-right: 0;
}
.details_container .itenery_box .tab-pane .breadcrums ul li .day {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  border: 1px solid #BE9B40;
  width: 30px;
  margin-left: 0.5rem;
  height: 30px;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .breadcrums ul li .day {
    margin-right: 0.5rem;
  }
}
.details_container .itenery_box .tab-pane .breadcrums ul li i {
  color: #000;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .breadcrums ul li {
    font-size: 0.813rem;
  }
}
.details_container .itenery_box .tab-pane .breadcrums ul li:first-child {
  padding: 0px 20px 0px 0px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .breadcrums ul li:first-child {
    padding: 0px 5px 0px 0px;
  }
}
.details_container .itenery_box .tab-pane .breadcrums ul li:first-child::before {
  display: none;
}
.details_container .itenery_box .tab-pane .breadcrums ul li::before {
  position: absolute;
  content: "\f138" !important;
  font-family: bootstrap-icons !important;
  font-size: 1.5rem;
  left: -20px !important;
  color: #000;
  top: 4px;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .breadcrums ul li::before {
    left: 0px;
    font-size: 1rem;
  }
}
.details_container .itenery_box .tab-pane .breadcrums ul i {
  font-size: 20px;
  color: #328F89;
  padding-right: 10px;
}
.details_container .itenery_box .tab-pane .accordion {
  --bs-accordion-bg: none;
}
.details_container .itenery_box .tab-pane .accordion-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #eef1f4;
  padding: 0;
  margin-bottom: 1rem;
  position: relative;
  margin-left: 50px;
}
.details_container .itenery_box .tab-pane .accordion-item:last-child {
  margin-bottom: 0;
}
.details_container .itenery_box .tab-pane .accordion-item::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "\f3e8";
  font-family: bootstrap-icons !important;
  position: absolute;
  font-size: 1.5rem;
  left: -50px;
  background: #fff;
  border: 1px solid rgba(50, 143, 137, 0.231372549);
  color: #328F89;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
}
.details_container .itenery_box .tab-pane .accordion-item::after {
  content: "";
  position: absolute;
  font-size: 1.5rem;
  left: -32px;
  width: 1px;
  height: 100%;
  background: #328F89;
  top: 12px;
  z-index: -1;
}
.details_container .itenery_box .tab-pane .accordion-body {
  position: relative;
  padding: 3rem;
  background: rgba(50, 143, 137, 0.0705882353);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details_container .itenery_box .tab-pane .accordion-body {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .accordion-body {
    padding: 1.5rem;
  }
}
.details_container .itenery_box .tab-pane .accordion-body p {
  color: #656565;
}
.details_container .itenery_box .tab-pane .accordion-body .facilities {
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding-top: 1.5rem;
}
.details_container .itenery_box .tab-pane .accordion-body .facilities ul {
  display: flex;
  flex-direction: column;
}
.details_container .itenery_box .tab-pane .accordion-body .facilities ul li {
  padding: 0.2rem 0;
  list-style: none;
  color: #656565;
}
.details_container .itenery_box .tab-pane .accordion-body .facilities ul li i {
  color: #328F89;
  margin-right: 0.5rem;
}
.details_container .itenery_box .tab-pane .accordion-body .facilities ul li img {
  margin-right: 0.5rem;
  width: 20x;
  height: 20px;
}
.details_container .itenery_box .tab-pane .include_exclude {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(186, 186, 186, 0.0705882353);
  padding: 2rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .include_exclude {
    padding: 1.5rem;
  }
}
@media (width <= 480px) {
  .details_container .itenery_box .tab-pane .include_exclude {
    padding: 1rem;
  }
}
.details_container .itenery_box .tab-pane .include_exclude .boxes {
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .include_exclude .boxes {
    padding: 0;
  }
}
.details_container .itenery_box .tab-pane .include_exclude .boxes h3 {
  font-size: 1.5rem;
  color: #000;
  font-family: "Poppins", serif;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .include_exclude .boxes h3 {
    font-size: 1.3rem;
  }
}
.details_container .itenery_box .tab-pane .include_exclude .boxes ul li {
  list-style: none;
  color: #656565;
  padding: 0.4rem 0;
  padding-left: 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .include_exclude .boxes ul li {
    padding-left: 1.8rem;
  }
}
.details_container .itenery_box .tab-pane .include_exclude .boxes ul li .check {
  position: absolute;
  left: 0;
  top: 9px;
}
.details_container .itenery_box .tab-pane .include_exclude .boxes ul li .check i {
  color: #009951;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .include_exclude .boxes ul li .check i {
    font-size: 1rem;
  }
}
.details_container .itenery_box .tab-pane .include_exclude .boxes ul li .close {
  position: absolute;
  left: 0;
  top: 9px;
}
.details_container .itenery_box .tab-pane .include_exclude .boxes ul li .close i {
  color: #ec0a15;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .include_exclude .boxes ul li .close i {
    font-size: 1rem;
  }
}
.details_container .itenery_box .tab-pane .map {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 768px) {
  .details_container .itenery_box .tab-pane .map iframe {
    height: 250px;
    /* Reduced height for mobile screens */
  }
}
.details_container .itenery_box .tab-pane .terms_condition {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(186, 186, 186, 0.0705882353);
  padding: 3rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .terms_condition {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.details_container .itenery_box .tab-pane .terms_condition h3 {
  font-size: 1.5rem;
  color: #000;
  font-family: "Poppins", serif;
  margin-bottom: 1.5rem;
}
.details_container .itenery_box .tab-pane .terms_condition ul li {
  position: relative;
  list-style: none;
  padding: 0 0 1.5rem 2rem;
  color: #747474;
}
.details_container .itenery_box .tab-pane .terms_condition ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f519";
  font-family: bootstrap-icons !important;
  color: #328F89;
}
.details_container .itenery_box .tab-pane .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.details_container .itenery_box .tab-pane .accordion-button {
  font-size: 1rem;
  padding: 1rem 2.5rem 1rem 1rem;
  color: #3c3c3c;
  font-weight: 500 !important;
  font-family: "Poppins", serif;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.details_container .itenery_box .tab-pane .accordion-button h5 {
  color: #767676;
  font-size: 0.875rem;
}
.details_container .itenery_box .tab-pane .accordion-button h4 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details_container .itenery_box .tab-pane .accordion-button h4 {
    font-size: 0.938rem;
  }
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-pane .accordion-button h4 {
    font-size: 0.938rem;
  }
}
.details_container .itenery_box .tab-pane .accordion-button h4 span {
  padding-right: 1rem;
  color: #009951;
}
.details_container .itenery_box .tab-pane .accordion-button .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #328F89;
  color: #328F89;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  right: 0;
}
.details_container .itenery_box .tab-pane .accordion-button::after {
  display: none;
}
.details_container .itenery_box .tab-pane .accordion-button:not(.collapsed) {
  box-shadow: transparent;
}
.details_container .itenery_box .tab-pane .content {
  display: none;
}
.details_container .itenery_box .tab-pane .content.active {
  display: block;
}
.details_container .itenery_box ul.package-nav {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  flex-wrap: wrap;
  margin: 2rem 0;
}
@media (width <= 768px) {
  .details_container .itenery_box ul.package-nav {
    margin: 1rem 0;
    gap: 5px;
  }
}
.details_container .itenery_box ul.package-nav a {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #328F89;
  padding: 12px 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
@media (1200px <= width <= 1400px) {
  .details_container .itenery_box ul.package-nav a {
    padding: 10px 15px;
  }
}
@media (768px <= width <= 992px) {
  .details_container .itenery_box ul.package-nav a {
    padding: 10px 15px;
  }
}
@media (width <= 768px) {
  .details_container .itenery_box ul.package-nav a {
    padding: 10px 15px;
  }
}
@media (width <= 480px) {
  .details_container .itenery_box ul.package-nav a {
    font-size: 0.813rem;
    padding: 8px 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
.details_container .itenery_box ul.package-nav .active {
  color: #fff !important;
  background-color: #80C342 !important;
}
.details_container .itenery_box .tab-content {
  width: 100%;
}
.details_container .itenery_box .tab-content h3 {
  font-size: 1.5rem;
  color: #000;
  font-family: "Poppins", serif;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content h3 {
    font-size: 1.3rem;
  }
}
.details_container .itenery_box .tab-content .breadcrums {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 1.5rem;
  background: rgba(253, 193, 35, 0.168627451);
}
.details_container .itenery_box .tab-content .breadcrums ul {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .details_container .itenery_box .tab-content .breadcrums ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    /* Makes scrollbar thin */
    scrollbar-color: gray transparent;
    /* Sets scrollbar color */
  }
  .details_container .itenery_box .tab-content .breadcrums ul ::-webkit-scrollbar {
    height: 8px;
    /* Adjust scrollbar thickness */
    margin-top: 10px;
    /* Add margin on top */
  }
  .details_container .itenery_box .tab-content .breadcrums ul ::-webkit-scrollbar-track {
    background: transparent;
    /* Scrollbar track background */
    margin-top: 10px;
    /* Add margin */
  }
  .details_container .itenery_box .tab-content .breadcrums ul ::-webkit-scrollbar-thumb {
    background-color: gray;
    /* Scrollbar color */
    border-radius: 10px;
  }
}
.details_container .itenery_box .tab-content .breadcrums ul li {
  display: inline-flex;
  align-items: center;
  color: #1E1B1B;
  font-size: 0.938rem;
  margin-left: 1rem;
  position: relative;
  font-weight: 500;
  padding: 0px 20px;
  margin-bottom: 1rem;
}
@media (width <= 768px) {
  .details_container .itenery_box .tab-content .breadcrums ul li {
    margin-bottom: 0;
  }
}
.details_container .itenery_box .tab-content .breadcrums ul li:last-child {
  padding-right: 0;
}
.details_container .itenery_box .tab-content .breadcrums ul li .day {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  border: 1px solid #BE9B40;
  width: 30px;
  margin-left: 0.5rem;
  height: 30px;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .breadcrums ul li .day {
    margin-right: 0.5rem;
  }
}
.details_container .itenery_box .tab-content .breadcrums ul li i {
  color: #000;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .breadcrums ul li {
    font-size: 0.813rem;
  }
}
.details_container .itenery_box .tab-content .breadcrums ul li:first-child {
  padding: 0px 20px 0px 0px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .breadcrums ul li:first-child {
    padding: 0px 5px 0px 0px;
  }
}
.details_container .itenery_box .tab-content .breadcrums ul li:first-child::before {
  display: none;
}
.details_container .itenery_box .tab-content .breadcrums ul li::before {
  position: absolute;
  content: "\f138" !important;
  font-family: bootstrap-icons !important;
  font-size: 1.5rem;
  left: -20px !important;
  color: #000;
  top: 4px;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .breadcrums ul li::before {
    left: 0px;
    font-size: 1rem;
  }
}
.details_container .itenery_box .tab-content .breadcrums ul i {
  font-size: 20px;
  color: #328F89;
  padding-right: 10px;
}
.details_container .itenery_box .tab-content .accordion {
  --bs-accordion-bg: none;
}
.details_container .itenery_box .tab-content .accordion-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #eef1f4;
  padding: 0;
  margin-bottom: 1rem;
  position: relative;
  margin-left: 50px;
}
.details_container .itenery_box .tab-content .accordion-item:last-child {
  margin-bottom: 0;
}
.details_container .itenery_box .tab-content .accordion-item::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "\f3e8";
  font-family: bootstrap-icons !important;
  position: absolute;
  font-size: 1.5rem;
  left: -50px;
  background: #fff;
  border: 1px solid rgba(50, 143, 137, 0.231372549);
  color: #328F89;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
}
.details_container .itenery_box .tab-content .accordion-item::after {
  content: "";
  position: absolute;
  font-size: 1.5rem;
  left: -32px;
  width: 1px;
  height: 100%;
  background: #328F89;
  top: 12px;
  z-index: -1;
}
.details_container .itenery_box .tab-content .accordion-body {
  position: relative;
  padding: 3rem;
  background: rgba(50, 143, 137, 0.0705882353);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details_container .itenery_box .tab-content .accordion-body {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .accordion-body {
    padding: 1.5rem;
  }
}
.details_container .itenery_box .tab-content .accordion-body p {
  color: #656565;
}
.details_container .itenery_box .tab-content .accordion-body .facilities {
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding-top: 1.5rem;
}
.details_container .itenery_box .tab-content .accordion-body .facilities ul {
  display: flex;
  flex-direction: column;
}
.details_container .itenery_box .tab-content .accordion-body .facilities ul li {
  padding: 0.2rem 0;
  list-style: none;
  color: #656565;
}
.details_container .itenery_box .tab-content .accordion-body .facilities ul li i {
  color: #328F89;
  margin-right: 0.5rem;
}
.details_container .itenery_box .tab-content .accordion-body .facilities ul li img {
  margin-right: 0.5rem;
  width: 20x;
  height: 20px;
}
.details_container .itenery_box .tab-content .include_exclude {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(186, 186, 186, 0.0705882353);
  padding: 2rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .include_exclude {
    padding: 1.5rem;
  }
}
@media (width <= 480px) {
  .details_container .itenery_box .tab-content .include_exclude {
    padding: 1rem;
  }
}
.details_container .itenery_box .tab-content .include_exclude .boxes {
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .include_exclude .boxes {
    padding: 0;
  }
}
.details_container .itenery_box .tab-content .include_exclude .boxes h3 {
  font-size: 1.5rem;
  color: #000;
  font-family: "Poppins", serif;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .include_exclude .boxes h3 {
    font-size: 1.3rem;
  }
}
.details_container .itenery_box .tab-content .include_exclude .boxes ul li {
  list-style: none;
  color: #656565;
  padding: 0.4rem 0;
  padding-left: 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .include_exclude .boxes ul li {
    padding-left: 1.8rem;
  }
}
.details_container .itenery_box .tab-content .include_exclude .boxes ul li .check {
  position: absolute;
  left: 0;
  top: 9px;
}
.details_container .itenery_box .tab-content .include_exclude .boxes ul li .check i {
  color: #009951;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .include_exclude .boxes ul li .check i {
    font-size: 1rem;
  }
}
.details_container .itenery_box .tab-content .include_exclude .boxes ul li .close {
  position: absolute;
  left: 0;
  top: 9px;
}
.details_container .itenery_box .tab-content .include_exclude .boxes ul li .close i {
  color: #ec0a15;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .include_exclude .boxes ul li .close i {
    font-size: 1rem;
  }
}
.details_container .itenery_box .tab-content .map {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.details_container .itenery_box .tab-content .map h3 {
  font-size: 1.5rem;
  color: #000;
  font-family: "Poppins", serif;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .map h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .details_container .itenery_box .tab-content .map iframe {
    height: 250px;
    /* Reduced height for mobile screens */
  }
}
.details_container .itenery_box .tab-content .terms_condition {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(186, 186, 186, 0.0705882353);
  padding: 2rem;
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .terms_condition {
    padding: 1.5rem;
  }
}
.details_container .itenery_box .tab-content .terms_condition h3 {
  font-size: 1.5rem;
  color: #000;
  font-family: "Poppins", serif;
  margin-bottom: 1.5rem;
}
@media (width <= 767px) {
  .details_container .itenery_box .tab-content .terms_condition h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.details_container .itenery_box .tab-content .terms_condition ol {
  padding-left: 1rem;
}
.details_container .itenery_box .tab-content .terms_condition ul {
  padding-left: 0rem;
}
.details_container .itenery_box .tab-content .terms_condition ul {
  width: 100%;
}
.details_container .itenery_box .tab-content .terms_condition ul li {
  position: relative;
  list-style: none;
  padding: 0 0 1.5rem 2rem;
  color: #747474;
}
.details_container .itenery_box .tab-content .terms_condition ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f519";
  font-family: bootstrap-icons !important;
  color: #328F89;
}
.details_container .itenery_box .tab-content .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.details_container .itenery_box .tab-content .accordion-button {
  font-size: 1rem;
  padding: 1rem 2.5rem 1rem 1rem;
  color: #3c3c3c;
  font-weight: 500 !important;
  font-family: "Poppins", serif;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.details_container .itenery_box .tab-content .accordion-button h5 {
  color: #767676;
  font-size: 0.875rem;
}
.details_container .itenery_box .tab-content .accordion-button h4 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .details_container .itenery_box .tab-content .accordion-button h4 {
    font-size: 0.938rem;
  }
}
@media (max-width: 767px) {
  .details_container .itenery_box .tab-content .accordion-button h4 {
    font-size: 0.938rem;
  }
}
.details_container .itenery_box .tab-content .accordion-button h4 span {
  padding-right: 1rem;
  color: #009951;
}
.details_container .itenery_box .tab-content .accordion-button .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #328F89;
  color: #328F89;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  right: 0;
}
.details_container .itenery_box .tab-content .accordion-button::after {
  display: none;
}
.details_container .itenery_box .tab-content .accordion-button:not(.collapsed) {
  box-shadow: transparent;
}
.details_container .itenery_box .tab-content .content {
  display: none;
}
.details_container .itenery_box .tab-content .content.active {
  display: block;
}

.aboutinner_container {
  width: 100%;
  background: url(../images/aboutinner-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
}
.aboutinner_container .blog_boxes_full {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
  display: flex;
  border: 1px solid #DDDBDB;
  background: rgb(163, 228, 224);
  background: linear-gradient(133deg, rgb(163, 228, 224) 0%, rgb(255, 255, 255) 41%, rgb(255, 255, 255) 100%);
  padding: 1.5rem;
  align-items: center;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .blog_boxes_full {
    padding: 1rem;
  }
}
@media (width <= 768px) {
  .aboutinner_container .blog_boxes_full {
    padding: 1rem;
  }
}
.aboutinner_container .blog_boxes_full .left {
  width: 50%;
  height: 100%;
}
.aboutinner_container .blog_boxes_full .left .blog_img {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  aspect-ratio: 4/3;
}
.aboutinner_container .blog_boxes_full .left .blog_img .date {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgb(50, 143, 137);
  background: linear-gradient(214deg, rgb(50, 143, 137) 0%, rgb(99, 210, 203) 100%);
  color: #fff;
  font-size: 0.938rem;
  padding: 0.2rem 0.5rem;
  z-index: 9;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .blog_boxes_full .left .blog_img .date {
    font-size: 0.813rem;
  }
}
@media (width <= 480px) {
  .aboutinner_container .blog_boxes_full .left .blog_img .date {
    font-size: 0.813rem;
  }
}
.aboutinner_container .blog_boxes_full .left .blog_img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutinner_container .blog_boxes_full .right {
  width: 50%;
  padding-left: 1.5rem;
}
.aboutinner_container .blog_boxes_full .right .blog_content {
  padding: 1.5rem 0 0 0;
}
.aboutinner_container .blog_boxes_full .right .blog_content .ago {
  color: #328F89;
  font-size: 0.875rem;
  margin-bottom: 0.4rem;
}
.aboutinner_container .blog_boxes_full .right .blog_content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #535252;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .aboutinner_container .blog_boxes_full .right .blog_content p {
    height: 48px;
    min-height: 40px;
  }
}
.aboutinner_container .blog_boxes_full .right .blog_content h2 {
  font-size: 1rem;
  font-family: "Poppins", serif;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (width <= 480px) {
  .aboutinner_container .blog_boxes_full .right .blog_content h2 {
    font-size: 1rem;
    height: 40px;
  }
}
.aboutinner_container .blog_boxes_full .right .blog_content .btn_4 {
  color: #000 !important;
  font-weight: 400;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.aboutinner_container .blog_boxes_full .right .blog_content .btn_4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #b8b8b8;
}
.aboutinner_container .blog_boxes_full .right .blog_content .btn_4:hover {
  color: #328F89 !important;
}
.aboutinner_container .blog_boxes_full:hover {
  background: rgb(109, 194, 188);
  background: linear-gradient(133deg, rgb(109, 194, 188) 0%, rgb(255, 255, 255) 41%, rgb(255, 255, 255) 100%);
}
.aboutinner_container .blog_boxes_full:hover .left .blog_img .date {
  bottom: 20px;
}
.aboutinner_container .blog_boxes_full:hover img {
  transform: scale(1.2);
  filter: grayscale(100%);
}
.aboutinner_container .blog_boxes {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #DDDBDB;
  background: rgb(163, 228, 224);
  background: linear-gradient(133deg, rgb(163, 228, 224) 0%, rgb(255, 255, 255) 41%, rgb(255, 255, 255) 100%);
  padding: 1.5rem;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .blog_boxes {
    padding: 1rem;
  }
}
@media (width <= 768px) {
  .aboutinner_container .blog_boxes {
    padding: 1rem;
  }
}
.aboutinner_container .blog_boxes .blog_img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  aspect-ratio: 4/3;
}
.aboutinner_container .blog_boxes .blog_img .date {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgb(50, 143, 137);
  background: linear-gradient(214deg, rgb(50, 143, 137) 0%, rgb(99, 210, 203) 100%);
  color: #fff;
  font-size: 0.938rem;
  padding: 0.2rem 0.5rem;
  z-index: 9;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .blog_boxes .blog_img .date {
    font-size: 0.813rem;
  }
}
@media (width <= 480px) {
  .aboutinner_container .blog_boxes .blog_img .date {
    font-size: 0.813rem;
  }
}
.aboutinner_container .blog_boxes .blog_img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.aboutinner_container .blog_boxes .blog_content {
  padding: 1.5rem 0 0 0;
}
.aboutinner_container .blog_boxes .blog_content .ago {
  color: #328F89;
  font-size: 0.875rem;
  margin-bottom: 0.4rem;
}
.aboutinner_container .blog_boxes .blog_content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #535252;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .aboutinner_container .blog_boxes .blog_content p {
    height: 48px;
    min-height: 40px;
  }
}
.aboutinner_container .blog_boxes .blog_content h2 {
  font-size: 1.25rem;
  font-family: "Poppins", serif;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (width <= 480px) {
  .aboutinner_container .blog_boxes .blog_content h2 {
    font-size: 1rem;
    height: 40px;
  }
}
.aboutinner_container .blog_boxes .blog_content .btn_4 {
  color: #000 !important;
  font-weight: 400;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.aboutinner_container .blog_boxes .blog_content .btn_4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #b8b8b8;
}
.aboutinner_container .blog_boxes .blog_content .btn_4:hover {
  color: #328F89 !important;
}
.aboutinner_container .blog_boxes:hover {
  background: rgb(109, 194, 188);
  background: linear-gradient(133deg, rgb(109, 194, 188) 0%, rgb(255, 255, 255) 41%, rgb(255, 255, 255) 100%);
}
.aboutinner_container .blog_boxes:hover .blog_img .date {
  bottom: 20px;
}
.aboutinner_container .blog_boxes:hover img {
  transform: scale(1.2);
  filter: grayscale(100%);
}
.aboutinner_container .contact_img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  margin-top: 1.5rem;
}
@media (width <= 768px) {
  .aboutinner_container .contact_img {
    display: none;
  }
}
.aboutinner_container .contact_img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.aboutinner_container .detail__blog {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  padding: 1.5rem;
  border: 1px solid #DDDBDB;
  background: rgb(163, 228, 224);
  background: linear-gradient(133deg, rgb(163, 228, 224) 0%, rgb(255, 255, 255) 41%, rgb(255, 255, 255) 100%);
}
@media (768px <= width <= 992px) {
  .aboutinner_container .detail__blog {
    padding: 1rem;
  }
}
@media (width <= 768px) {
  .aboutinner_container .detail__blog {
    padding: 1rem;
  }
}
.aboutinner_container .detail__blog .blog_img {
  width: 100%;
  aspect-ratio: 4/3;
}
.aboutinner_container .detail__blog .blog_img img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.aboutinner_container .detail__blog .blog_content {
  padding: 0;
}
.aboutinner_container .detail__blog .blog_content .date_ago {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #328F89;
  font-size: 1rem;
  padding: 1rem 0;
  display: flex;
  border-bottom: 1px solid #DDDBDB;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}
@media (width <= 480px) {
  .aboutinner_container .detail__blog .blog_content .date_ago {
    font-size: 0.938rem;
  }
}
.aboutinner_container .detail__blog .blog_content h2 {
  font-size: 1.5rem;
  font-family: "Poppins", serif;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .detail__blog .blog_content h2 {
    font-size: 1.2rem;
  }
}
@media (width <= 480px) {
  .aboutinner_container .detail__blog .blog_content h2 {
    font-size: 1.2rem;
  }
}
.aboutinner_container .detail__blog .blog_content h3 {
  font-size: 1.25rem;
  font-family: "Poppins", serif;
  color: #000;
}
.aboutinner_container .pagination_info {
  width: 100%;
  display: flex;
  margin-top: 3rem;
  justify-content: space-between;
  align-items: center;
}
.aboutinner_container .pagination_info .next,
.aboutinner_container .pagination_info .previous {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  border: 1px solid #92999B;
  padding: 4rem 1rem 0.5rem 1rem;
  font-size: 1rem;
  display: flex;
  font-weight: 600;
  min-width: 150px;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .pagination_info .next,
  .aboutinner_container .pagination_info .previous {
    padding: 3rem 1rem 0.5rem 1rem;
    font-size: 0.875rem;
    min-width: 135px;
  }
}
@media (width <= 768px) {
  .aboutinner_container .pagination_info .next,
  .aboutinner_container .pagination_info .previous {
    padding: 3rem 1rem 0.5rem 1rem;
    font-size: 0.875rem;
    min-width: 130px;
  }
}
.aboutinner_container .pagination_info .next a,
.aboutinner_container .pagination_info .previous a {
  color: #000;
}
.aboutinner_container .pagination_info .next span,
.aboutinner_container .pagination_info .previous span {
  color: #328F89;
  padding-left: 0.5rem;
}
.aboutinner_container .pagination_info .next span a,
.aboutinner_container .pagination_info .previous span a {
  color: #328F89;
}
.aboutinner_container .pagination_info .next .top__img,
.aboutinner_container .pagination_info .previous .top__img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100px;
  min-height: 65px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  left: 50%;
  top: 20px;
  transform: translate(-50%, -50%);
  aspect-ratio: 4/3;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .pagination_info .next .top__img,
  .aboutinner_container .pagination_info .previous .top__img {
    width: 70px;
    min-height: 35px;
    top: 10px;
  }
}
@media (width <= 768px) {
  .aboutinner_container .pagination_info .next .top__img,
  .aboutinner_container .pagination_info .previous .top__img {
    width: 70px;
    min-height: 35px;
    top: 10px;
  }
}
.aboutinner_container .pagination_info .next .top__img i,
.aboutinner_container .pagination_info .previous .top__img i {
  font-size: 3rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.aboutinner_container .pagination_info .next .top__img img,
.aboutinner_container .pagination_info .previous .top__img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  height: 100%;
  width: 100%;
}
.aboutinner_container .testimonial__boxes {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  margin-bottom: 1.5rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(204deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 76%, rgb(163, 228, 224) 100%);
  border: 1px solid #DDDBDB;
  padding: 1.5rem;
  display: flex;
  align-items: center;
}
@media (width <= 768px) {
  .aboutinner_container .testimonial__boxes {
    flex-direction: column;
  }
}
@media (width <= 480px) {
  .aboutinner_container .testimonial__boxes {
    padding: 1.2rem;
  }
}
.aboutinner_container .testimonial__boxes .left {
  width: auto;
  position: relative;
  aspect-ratio: 1/1;
}
.aboutinner_container .testimonial__boxes .left .video {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
}
.aboutinner_container .testimonial__boxes .left .video .videobox {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #80C342;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutinner_container .testimonial__boxes .left .video .videobox i {
  color: #fff;
  font-size: 2.8rem;
}
@media (width <= 480px) {
  .aboutinner_container .testimonial__boxes .left .video .videobox i {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .aboutinner_container .testimonial__boxes .left {
    margin-bottom: 1.5rem;
  }
}
.aboutinner_container .testimonial__boxes .left img {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 4px solid #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .testimonial__boxes .left img {
    width: 120px;
    height: 120px;
  }
}
@media (width <= 480px) {
  .aboutinner_container .testimonial__boxes .left img {
    width: 120px;
    height: 120px;
  }
}
.aboutinner_container .testimonial__boxes .right {
  padding-left: 2rem;
  position: relative;
}
@media (width <= 768px) {
  .aboutinner_container .testimonial__boxes .right {
    padding-left: 0;
  }
}
.aboutinner_container .testimonial__boxes .right .quote {
  transition: all 0.4s ease-in-out;
  width: auto;
  margin-bottom: 1rem;
}
.aboutinner_container .testimonial__boxes .right h6 {
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media (width <= 480px) {
  .aboutinner_container .testimonial__boxes .right h6 {
    font-size: 1rem;
  }
}
.aboutinner_container .testimonial__boxes .right h5 {
  color: #328F89 !important;
  font-size: 1rem;
}
.aboutinner_container .testimonial__boxes .right h5 span {
  font-weight: 400;
}
.aboutinner_container .testimonial__boxes:hover .quote {
  padding-left: 1rem;
}
.aboutinner_container .accordion {
  width: 100%;
}
.aboutinner_container .accordion .accordion-item {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: rgb(163, 228, 224);
  background: linear-gradient(133deg, rgb(163, 228, 224) 0%, rgb(255, 255, 255) 41%, rgb(255, 255, 255) 100%);
}
.aboutinner_container .accordion .accordion-item .accordion-button {
  font-weight: 600 !important;
  color: #000;
  font-size: 1.25rem;
}
@media (width <= 768px) {
  .aboutinner_container .accordion .accordion-item .accordion-button {
    font-size: 1rem;
  }
}
.aboutinner_container .accordion .accordion-item .accordion-button:focus {
  z-index: 3;
  border-color: 0 !important;
}
.aboutinner_container .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  color: #328F89 !important;
  /* Change the color to your preferred color */
  background-image: none;
  content: "\f2ea";
  font-size: 2rem;
  font-family: bootstrap-icons !important;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutinner_container .accordion .accordion-item h6 {
  margin-bottom: 0.3rem;
  font-weight: 500;
}
.aboutinner_container .accordion .accordion-item .accordion-button.collapsed::after {
  color: #328F89 !important;
  /* Example: Replace with your $paragraph color */
  background-image: none;
  content: "\f4fe";
  /* Unicode for 'minus' icon from Bootstrap Icons */
  font-size: 2rem;
  font-family: "bootstrap-icons" !important;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutinner_container .accordion .accordion-item .accordion-body ul {
  padding-left: 15px;
  margin-bottom: 1rem;
}
.aboutinner_container .registered {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background: #328F89;
  padding: 2rem;
  position: relative;
  margin-bottom: 1rem;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .registered {
    padding: 1.5rem;
  }
}
@media (width <= 480px) {
  .aboutinner_container .registered {
    padding: 1.5rem;
  }
}
.aboutinner_container .registered .boxes {
  position: relative;
}
.aboutinner_container .registered .boxes h5 {
  font-weight: 300;
  font-family: "Poppins", serif;
  color: #fff;
  font-size: 1rem;
}
.aboutinner_container .registered .boxes h4 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .registered .boxes h4 {
    font-size: 1.25rem;
  }
}
@media (width <= 480px) {
  .aboutinner_container .registered .boxes h4 {
    font-size: 1.25rem;
  }
}
.aboutinner_container .registered .boxes .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a5853;
  margin-bottom: 1rem;
  position: absolute;
  right: 1rem;
  top: 0;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .registered .boxes .icon {
    width: 50px;
    height: 50px;
  }
}
@media (width <= 480px) {
  .aboutinner_container .registered .boxes .icon {
    width: 50px;
    height: 50px;
  }
}
.aboutinner_container .registered .boxes .icon img {
  width: 40px;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .registered .boxes .icon img {
    width: 30px;
  }
}
@media (width <= 480px) {
  .aboutinner_container .registered .boxes .icon img {
    width: 30px;
  }
}
.aboutinner_container .registered .boxes .lists {
  margin-top: 1rem;
}
.aboutinner_container .registered .boxes .lists ul li {
  list-style: none;
  padding: 0 0 1rem 2rem;
  position: relative;
  color: #fff;
  font-size: 1rem;
}
@media (width <= 768px) {
  .aboutinner_container .registered .boxes .lists ul li {
    font-size: 0.938rem;
  }
}
.aboutinner_container .registered .boxes .lists ul li a {
  color: #fff;
}
.aboutinner_container .registered .boxes .lists ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  color: #fff;
  content: "";
}
@media (width <= 768px) {
  .aboutinner_container .registered .boxes .lists ul li i {
    font-size: 1.2rem;
  }
}
.aboutinner_container .registered hr {
  padding: 1rem 0;
  margin: 0;
}
.aboutinner_container .operations {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background: #fff;
  padding: 2rem;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(214deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 3%, rgb(255, 255, 255) 71%, rgba(220, 252, 184, 0.3332982851) 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  position: relative;
}
.aboutinner_container .operations h5 {
  font-weight: 600;
  font-family: "Poppins", serif;
}
.aboutinner_container .operations .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  align-items: center;
  justify-content: center;
  background: rgb(50, 143, 137);
  background: linear-gradient(115deg, rgb(50, 143, 137) 0%, rgb(72, 235, 224) 100%);
  margin-bottom: 1rem;
  position: absolute;
  right: 20px;
  top: -20px;
}
.aboutinner_container .operations .icon img {
  width: 40px;
}
.aboutinner_container .operations .lists ul li {
  list-style: none;
  padding: 0 0 1rem 2rem;
  position: relative;
  color: #535252;
  font-size: 1rem;
}
.aboutinner_container .operations .lists ul li a {
  color: #535252;
}
.aboutinner_container .operations .lists ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  color: #328F89;
  content: "";
}
.aboutinner_container .contact__form {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 2rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(204deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 76%, rgb(163, 228, 224) 100%);
}
@media (768px <= width <= 992px) {
  .aboutinner_container .contact__form {
    padding: 1.5rem;
  }
}
@media (width <= 480px) {
  .aboutinner_container .contact__form {
    padding: 1.5rem;
  }
}
.aboutinner_container .contact__form .btn_1 {
  background: #328F89;
  color: #fff !important;
}
.aboutinner_container .contact__form .iti {
  width: 100%;
}
.aboutinner_container .contact__form .form-group {
  position: relative;
}
.aboutinner_container .contact__form .form-group .icon {
  position: absolute;
  right: 10px;
  top: 8px;
}
.aboutinner_container .contact__form .form-group .icon i {
  color: #328F89;
}
.aboutinner_container .contact__form .form-group #datetimepicker::-moz-placeholder {
  color: #4f4f4e !important;
  /* Adjust color to be visible */
  opacity: 1;
  /* Ensure it is fully visible */
}
.aboutinner_container .contact__form .form-group #datetimepicker::placeholder {
  color: #4f4f4e !important;
  /* Adjust color to be visible */
  opacity: 1;
  /* Ensure it is fully visible */
}
.aboutinner_container .contact__form .form-group input::-moz-placeholder {
  color: #4f4f4e !important;
  /* Adjust color to be visible */
  opacity: 1;
  /* Ensure full visibility */
}
.aboutinner_container .contact__form .form-group input::placeholder {
  color: #4f4f4e !important;
  /* Adjust color to be visible */
  opacity: 1;
  /* Ensure full visibility */
}
.aboutinner_container .contact__form .form-group #datetimepicker {
  height: 45px;
  /* Adjust as needed */
  padding-left: 10px;
  /* Ensure text is visible */
  font-size: 16px;
  /* Adjust for readability */
}
@media (max-width: 767px) {
  .aboutinner_container .contact__form .form-group .form-group {
    overflow: visible;
    position: relative;
  }
  .aboutinner_container .contact__form .form-group #datetimepicker::-moz-placeholder {
    opacity: 1 !important;
    color: #6c757d !important;
  }
  .aboutinner_container .contact__form .form-group #datetimepicker::placeholder {
    opacity: 1 !important;
    color: #6c757d !important;
  }
  .aboutinner_container .contact__form .form-group #datetimepicker::-webkit-input-placeholder {
    color: #6c757d !important;
  }
  .aboutinner_container .contact__form .form-group #datetimepicker:-moz-placeholder {
    color: #6c757d !important;
  }
  .aboutinner_container .contact__form .form-group #datetimepicker::-moz-placeholder {
    color: #6c757d !important;
  }
  .aboutinner_container .contact__form .form-group #datetimepicker:-ms-input-placeholder {
    color: #6c757d !important;
  }
}
.aboutinner_container .operations_box {
  margin-bottom: 2.5rem;
}
.aboutinner_container .operations_box h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboutinner_container .operations {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background: #fff;
  padding: 2rem;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(214deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 3%, rgb(255, 255, 255) 71%, rgba(220, 252, 184, 0.3332982851) 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  position: relative;
}
.aboutinner_container .operations h5 {
  font-weight: 600;
  font-family: "Poppins", serif;
}
.aboutinner_container .operations .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  align-items: center;
  justify-content: center;
  background: rgb(50, 143, 137);
  background: linear-gradient(115deg, rgb(50, 143, 137) 0%, rgb(72, 235, 224) 100%);
  margin-bottom: 1rem;
  position: absolute;
  right: 20px;
  top: -20px;
}
.aboutinner_container .operations .icon img {
  width: 40px;
}
.aboutinner_container .operations .lists ul li {
  list-style: none;
  padding: 0 0 1rem 2rem;
  position: relative;
  color: #535252;
  font-size: 1rem;
}
.aboutinner_container .operations .lists ul li a {
  color: #535252;
}
.aboutinner_container .operations .lists ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  color: #328F89;
  content: "";
}
.aboutinner_container .rectangle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 447px;
  opacity: 0.2;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .aboutinner_container .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .aboutinner_container .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .aboutinner_container .rectangle {
    display: none;
  }
}
.aboutinner_container .about__content {
  background: none;
}
.aboutinner_container .about__content h5 {
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 45px;
  position: relative;
  color: #328F89;
}
.aboutinner_container .about__content h5::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 38px;
  left: 0;
  height: 3px;
  background: #328F89;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .aboutinner_container .about__content h5 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .aboutinner_container .about__content h5 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .aboutinner_container .about__content h5 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .aboutinner_container .about__content h5 {
    font-size: 1.2rem;
  }
}
.aboutinner_container .about__content h1 {
  color: #EC0A15;
  font-size: 3rem;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .aboutinner_container .about__content h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .aboutinner_container .about__content h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .aboutinner_container .about__content h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .aboutinner_container .about__content h1 {
    font-size: 2rem;
  }
}
.aboutinner_container .about__content h3 {
  font-size: 2rem;
  color: #000;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .aboutinner_container .about__content h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .aboutinner_container .about__content h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .aboutinner_container .about__content h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .aboutinner_container .about__content h3 {
    font-size: 1.3rem;
  }
}
.aboutinner_container .about__img {
  position: relative;
}
.aboutinner_container .about__img::before {
  background: url(../images/rotation_animation-02.svg) no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  animation: rotateBackground 25s linear infinite;
}
@media (1200px <= width <= 1400px) {
  .aboutinner_container .about__img::before {
    width: 500px;
    height: 500px;
  }
}
@media (992px <= width <= 1200px) {
  .aboutinner_container .about__img::before {
    width: 480px;
    height: 480px;
  }
}
@media (768px <= width <= 992px) {
  .aboutinner_container .about__img::before {
    width: 380px;
    height: 380px;
  }
}
@media (550px <= width <= 768px) {
  .aboutinner_container .about__img::before {
    width: 560px;
    height: 560px;
  }
}
@media (480px <= width <= 550px) {
  .aboutinner_container .about__img::before {
    width: 480px;
    height: 480px;
  }
}
@media (width <= 480px) {
  .aboutinner_container .about__img::before {
    width: 380px;
    height: 380px;
  }
}
@keyframes rotateBackground {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.aboutinner_container .about__img img {
  z-index: 9;
  position: relative;
}
@media (width <= 480px) {
  .aboutinner_container .about__img img {
    padding: 1rem;
  }
}
.aboutinner_container .recent {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #DDDBDB;
  padding: 30px;
  position: relative;
  background: #fff;
  margin-bottom: 1.5rem;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .recent {
    padding: 1rem;
  }
}
@media (width <= 480px) {
  .aboutinner_container .recent {
    padding: 1rem;
  }
}
.aboutinner_container .recent h3 {
  font-size: 2rem;
}
@media (768px <= width <= 992px) {
  .aboutinner_container .recent h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 480px) {
  .aboutinner_container .recent h3 {
    font-size: 1.5rem;
  }
}
.aboutinner_container .recent .line {
  border-bottom: 1px solid #dad7d7;
  margin: 20px 0px;
}
.aboutinner_container .recent h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aboutinner_container .recent .calendar_ago {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0.5rem 0;
  justify-content: space-between;
}
.aboutinner_container .recent .calendar_ago span {
  font-size: 14px;
  color: #328F89;
}
.aboutinner_container .recent .calendar_ago span i {
  color: #92999B;
  font-size: 14px;
  margin-right: 0.5rem;
}
.aboutinner_container .recent .btn_4 {
  transition: all 0.4s ease-in-out;
  color: #000 !important;
  font-weight: 400;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background: none !important;
}
.aboutinner_container .recent .btn_4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #b8b8b8;
}
.aboutinner_container .recent .btn_4:hover {
  color: #328F89 !important;
}
.aboutinner_container .recent p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #535252;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .aboutinner_container .recent p {
    height: 48px;
    min-height: 40px;
  }
}
.aboutinner_container .callback {
  background: rgb(50, 143, 137);
  background: linear-gradient(90deg, rgb(50, 143, 137) 0%, rgb(97, 151, 46) 100%);
}
.aboutinner_container .callback h3 {
  color: #fff;
}
.aboutinner_container .callback h6 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 1rem;
}

.bgnone {
  background-image: none;
}

.divisions {
  background: linear-gradient(270deg, rgb(16, 85, 81) 0%, rgb(95, 148, 46) 91.9%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
.divisions::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: url(/images/map__icon.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.divisions h2 {
  font-weight: 500;
  font-size: 2rem;
  color: #D2EEB9;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .divisions h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .divisions h2 {
    font-size: 1.8rem;
  }
}
.divisions h5 {
  font-weight: 300;
  font-size: 1.5rem;
  color: #D2EEB9;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .divisions h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .divisions h5 {
    font-size: 1.2rem;
  }
}
.divisions .division__box {
  width: 100%;
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .divisions .division__box {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .divisions .division__box {
    padding: 0;
  }
}
.divisions .division__box .icon__box {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 4px solid #fff;
  background: #4C8536;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .divisions .division__box .icon__box {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .divisions .division__box .icon__box {
    width: 55px;
    height: 55px;
  }
}
.divisions .division__box .icon__box img {
  transition: all 0.4s ease-in-out;
}
.divisions .division__box h6 {
  color: #8FD251;
  font-size: 1.2rem;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .divisions .division__box h6 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .divisions .division__box h6 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .divisions .division__box h6 {
    font-size: 1rem;
  }
}
.divisions .division__box p {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .divisions .division__box p {
    margin-bottom: 0;
  }
}
.divisions .division__box:hover .icon__box {
  background: #328F89;
}
.divisions .division__box:hover .icon__box img {
  transform: scale(1.1);
}

.about__package {
  width: 100%;
  position: relative;
}
.about__package .shape3 {
  position: absolute;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (width <= 768px) {
  .about__package .shape3 {
    display: none;
  }
}
.about__package .shape3 img {
  width: 300px;
}
.about__package .shape4 {
  position: absolute;
  position: absolute;
  left: 0;
  top: 40%;
  z-index: -1;
}
@media (width <= 768px) {
  .about__package .shape4 {
    display: none;
  }
}
.about__package .shape4 img {
  width: 300px;
}
.about__package .rectangle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 447px;
  opacity: 0.2;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .about__package .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .about__package .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (width <= 768px) {
  .about__package .rectangle {
    display: none;
  }
}
.about__package .about_img {
  overflow: visible !important;
}
.about__package .about_img .imgs {
  position: sticky;
  top: 100px;
}
.about__package .about__content {
  padding-left: 1.5rem;
  background: none;
}
@media (max-width: 1200px) {
  .about__package .about__content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about__package .about__content {
    padding: 0;
  }
}
.about__package .about__content h3 {
  font-size: 2rem;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .about__content h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .about__package .about__content h3 {
    font-size: 1.5rem;
  }
}
.about__package .about__content .coverage {
  margin-bottom: 1.5rem;
}
.about__package .about__content .coverage ul {
  display: flex;
  flex-wrap: wrap;
}
.about__package .about__content .coverage ul li {
  list-style: none;
  width: 47%;
  margin-right: 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.16);
}
@media (max-width: 1200px) {
  .about__package .about__content .coverage ul li {
    width: 94%;
  }
}
.about__package .about__content .coverage ul li:nth-child(even) {
  border-right: none;
}
@media (max-width: 1200px) {
  .about__package .about__content .coverage ul li {
    border-right: none;
  }
}
.about__package .about__content .coverage ul li .full {
  width: 95%;
  position: relative;
  color: rgb(16, 85, 81);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  font-size: 1.15rem;
  font-weight: 500;
  min-height: 80px;
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .about__package .about__content .coverage ul li .full {
    width: 95%;
    font-size: 1rem;
    padding: 0.8rem 0.5rem 0.8rem 2rem;
    min-height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .about__package .about__content .coverage ul li .full {
    font-size: 1.05rem;
  }
}
.about__package .about__content .coverage ul li .full::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 8px solid rgb(236, 10, 21);
  background: #fff;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1200px) {
  .about__package .about__content .coverage ul li .full::before {
    width: 15px;
    height: 15px;
    border: 4px solid rgb(236, 10, 21);
  }
}
.about__package .img__box {
  position: relative;
}
.about__package .img__box .shape5 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -50px;
  z-index: 1;
  width: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .img__box .shape5 {
    width: 80px;
    left: -18px;
  }
}
@media (max-width: 767px) {
  .about__package .img__box .shape5 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .img__box .shape5 img {
    width: 80px;
  }
}
.about__package .img__box .shape6 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -80px;
  z-index: 1;
  width: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .img__box .shape6 {
    width: 80px;
    right: -95px;
  }
}
@media (max-width: 767px) {
  .about__package .img__box .shape6 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .img__box .shape6 img {
    width: 80px;
  }
}
.about__package .pr-30 {
  padding-right: 6rem;
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .pr-30 {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .about__package .pr-30 {
    padding-right: 0;
  }
}
.about__package .pl-30 {
  padding-left: 6rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .pl-30 {
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .about__package .pl-30 {
    padding-left: 0;
  }
}
.about__package .leadership__box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 4rem 3rem;
  background: linear-gradient(270deg, rgba(50, 143, 137, 0.6117647059) 0%, rgba(128, 195, 66, 0.6117647059) 100%);
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .about__package .leadership__box {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .leadership__box {
    padding: 2rem;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .about__package .leadership__box {
    padding: 2rem;
    margin-top: 3.5rem;
  }
}
@media (max-width: 480px) {
  .about__package .leadership__box {
    padding: 2rem 1.5rem;
  }
}
.about__package .leadership__box .icons {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: -50px;
  right: 50px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #258D98;
  border: 4px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .about__package .leadership__box .icons {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .leadership__box .icons {
    width: 70px;
    height: 70px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .about__package .leadership__box .icons {
    width: 70px;
    height: 70px;
  }
}
.about__package .leadership__box .icons img {
  width: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .leadership__box .icons img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .about__package .leadership__box .icons img {
    width: 50px;
  }
}
.about__package .leadership__box h5 {
  color: #5C5C5C;
  font-size: 1.85rem;
  font-weight: 500;
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .about__package .leadership__box h5 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .leadership__box h5 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .about__package .leadership__box h5 {
    font-size: 1.4rem;
  }
}
.about__package .leadership__box ul li {
  list-style: none;
  text-align: right;
  color: #5C5C5C;
  padding: 0.5rem 2rem 0.5rem 0;
  position: relative;
}
.about__package .leadership__box ul li::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: 0;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  background: #80C342;
  top: 50%;
  transform: translate(0, -50%);
}
.about__package .leadership__box__second {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 4rem 3rem;
  background: linear-gradient(270deg, rgba(128, 195, 66, 0.6117647059) 0%, rgba(50, 143, 137, 0.6117647059) 100%);
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .about__package .leadership__box__second {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .leadership__box__second {
    padding: 2rem;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .about__package .leadership__box__second {
    padding: 2rem;
    margin-top: 4.5rem;
  }
}
@media (max-width: 480px) {
  .about__package .leadership__box__second {
    padding: 2rem 1.5rem;
  }
}
.about__package .leadership__box__second .icons {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #258D98;
  border: 4px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .about__package .leadership__box__second .icons {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .leadership__box__second .icons {
    width: 70px;
    height: 70px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .about__package .leadership__box__second .icons {
    width: 70px;
    height: 70px;
  }
}
.about__package .leadership__box__second .icons img {
  width: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .leadership__box__second .icons img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .about__package .leadership__box__second .icons img {
    width: 70px;
    width: 50px;
  }
}
.about__package .leadership__box__second h5 {
  color: #5C5C5C;
  font-size: 1.85rem;
  font-weight: 500;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .about__package .leadership__box__second h5 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about__package .leadership__box__second h5 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .about__package .leadership__box__second h5 {
    font-size: 1.4rem;
  }
}
.about__package .leadership__box__second ul li {
  list-style: none;
  text-align: left;
  color: #5C5C5C;
  padding: 0.5rem 0 0.5rem 2rem;
  position: relative;
}
.about__package .leadership__box__second ul li::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  background: #80C342;
  top: 50%;
  transform: translate(0, -50%);
}

.award {
  background: url(../images/award/award_bg.png) repeat;
  position: relative;
}
.award::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(227, 240, 239, 0.831372549);
  /* Black overlay with 50% opacity */
  pointer-events: none;
  /* Allows clicks to pass through */
}
.award h3 {
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .award h3 {
    font-size: 1.5rem;
  }
}
.award .award__boxes {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 1rem;
  justify-content: center;
  margin: 5px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  aspect-ratio: 1/1;
  width: 100%;
}
.award .award__boxes img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.award .owl-carousel .owl-nav button.owl-prev,
.award .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
}
.award .owl-carousel .owl-nav button.owl-prev:hover,
.award .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.award .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .award .owl-prev {
    left: 20px;
  }
}
.award .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .award .owl-next {
    right: -10px;
  }
}

.counts {
  background: linear-gradient(270deg, #105551 0%, #17676F 91.9%);
  width: 100%;
  position: relative;
}
.counts::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/images/map__icon.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.counts .statics {
  width: 100%;
}
.counts .statics ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .counts .statics ul {
    justify-content: center;
  }
}
.counts .statics ul li {
  width: 20%;
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .counts .statics ul li {
    width: 33.3%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .counts .statics ul li {
    width: 50%;
  }
}
.counts .statics ul li::before {
  content: "";
  right: 0;
  top: 50%;
  height: 50px;
  width: 1px;
  background: rgba(255, 255, 255, 0.41);
  position: absolute;
  transform: translate(-50%, 0);
}
@media (max-width: 480px) {
  .counts .statics ul li::before {
    display: none;
  }
}
.counts .statics ul li:last-child::before {
  display: none;
}
.counts .statics ul li .boxes .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.counts .statics ul li .boxes .icon img {
  height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .counts .statics ul li .boxes .icon img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .counts .statics ul li .boxes .icon img {
    height: 30px;
  }
}
.counts .statics ul li .boxes .digits {
  width: 100%;
}
.counts .statics ul li .boxes .digits h4 {
  font-size: 3.5rem;
  color: rgb(250, 216, 26);
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .counts .statics ul li .boxes .digits h4 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counts .statics ul li .boxes .digits h4 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .counts .statics ul li .boxes .digits h4 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .counts .statics ul li .boxes .digits h4 {
    font-size: 2rem;
  }
}
.counts .statics ul li .boxes .digits h4 span {
  display: block;
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
  font-weight: 300;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .counts .statics ul li .boxes .digits h4 span {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counts .statics ul li .boxes .digits h4 span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .counts .statics ul li .boxes .digits h4 span {
    font-size: 0.813rem;
  }
}
@media (max-width: 767px) {
  .counts .statics ul li .boxes .digits h4 span {
    font-size: 0.813rem;
  }
}

.global__achivement {
  background: rgba(37, 141, 152, 0.1098039216);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.global__achivement::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: url(/images/map__icon.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.global__achivement .img_box {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.global__achivement .img_box img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
@media (max-width: 767px) {
  .global__achivement .img_box img {
    width: 250px;
  }
}
.global__achivement .about__content {
  padding: 2rem;
}
.global__achivement .about__content h4 {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .global__achivement .about__content h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .global__achivement .about__content h4 {
    font-size: 1.5rem;
  }
}
.global__achivement .about__content .listing ul li {
  list-style: none;
  padding: 0.8rem 0 0.8rem 2.5rem;
  position: relative;
}
.global__achivement .about__content .listing ul li::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  background: #20807C;
  top: 50%;
  transform: translate(0, -50%);
}
.global__achivement .about__content .listing ul li::after {
  content: "";
  left: 10px;
  width: 1px;
  height: 100%;
  background: #20807C;
  position: absolute;
  top: 0;
}
.global__achivement .intersight__container {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #daebee;
  border: 1px solid #8fbbc3;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .global__achivement .intersight__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.global__achivement .intersight__container .content {
  width: 85%;
}
@media (max-width: 767px) {
  .global__achivement .intersight__container .content {
    width: 75%;
    padding-right: 2rem;
  }
}
@media (max-width: 480px) {
  .global__achivement .intersight__container .content {
    width: 100%;
    padding-right: 0;
  }
}
.global__achivement .intersight__container .content p {
  margin-bottom: 0;
}
.global__achivement .intersight__container .logos {
  width: 15%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .global__achivement .intersight__container .logos {
    width: 25%;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .global__achivement .intersight__container .logos {
    width: 100%;
    width: 100px;
    height: 100px;
    margin-top: 1rem;
  }
}
.global__achivement .intersight__container .logos img {
  width: 55px;
}
@media (max-width: 767px) {
  .global__achivement .intersight__container .logos img {
    width: 45px;
  }
}

.nxt__adventure {
  background: url(../images/nxt__adventure.webp) no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.nxt__adventure h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #328F89;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nxt__adventure h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .nxt__adventure h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .nxt__adventure h4 {
    font-size: 1.6rem;
  }
}
.nxt__adventure h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #EC0A15;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nxt__adventure h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .nxt__adventure h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .nxt__adventure h3 {
    font-size: 2rem;
  }
}
.nxt__adventure .btn_5 {
  margin-top: 1rem;
  padding: 0.8rem 2rem;
  display: inline-block;
}

.related_package {
  width: 100%;
}
@media (width <= 768px) {
  .related_package {
    margin-top: 30px;
  }
}
.related_package h4 {
  margin-bottom: 1.5rem;
}
.related_package .related_packages .trending_box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
}
.related_package .related_packages .trending_box .place_img {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  transition: all 0.4s ease-in-out;
  background: #000;
  width: 100%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 8/9;
}
@media (480px <= width <= 575px) {
  .related_package .related_packages .trending_box .place_img {
    max-height: 320px;
    aspect-ratio: 13/9;
  }
}
@media (max-width: 480px) {
  .related_package .related_packages .trending_box .place_img {
    max-height: 280px;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
  }
}
.related_package .related_packages .trending_box .place_img img {
  transition: all 0.4s ease-in-out;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (450px <= width <= 576px) {
  .related_package .related_packages .trending_box .place_img img {
    max-height: 350px;
  }
}
@media (max-width: 480px) {
  .related_package .related_packages .trending_box .place_img img {
    max-height: 280px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
  }
}
.related_package .related_packages .trending_box .place_img .popup_box {
  transition: transform 0.5s ease, top 0.5s ease;
  position: absolute;
  height: 100%;
  padding: 0 2.5rem;
  z-index: 999;
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.related_package .related_packages .trending_box .place_img .popup_box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.related_package .related_packages .trending_box .place_img .popup_box .icon i {
  color: #fff;
  font-size: 1.5rem;
}
.related_package .related_packages .trending_box .place_img .popup_box p {
  text-align: center;
  color: #fff;
  font-size: 0.813rem;
  display: -webkit-box;
  height: 78px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related_package .related_packages .trending_box .place_img .popup_box .get_details {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  border: 2px solid #fff;
}
@media (max-width: 1400px) {
  .related_package .related_packages .trending_box .place_img .popup_box .get_details {
    padding: 0.5rem 0.8rem;
    font-size: 0.813rem;
  }
}
.related_package .related_packages .trending_box .content {
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 1.5rem;
  width: 100%;
  position: relative;
  transform: translateY(-30px);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (max-width: 480px) {
  .related_package .related_packages .trending_box .content {
    padding: 1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
.related_package .related_packages .trending_box .content h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  height: 22px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .related_package .related_packages .trending_box .content h4 {
    font-size: 0.938rem;
    display: block; /* reset display */
    height: auto; /* remove fixed height */
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }
}
.related_package .related_packages .trending_box .content h6 {
  color: #328f89;
  font-size: 0.813rem;
  font-weight: 400;
}
.related_package .related_packages .trending_box .content h5 {
  margin-top: 1rem;
  color: #292b2b;
  font-size: 0.813rem;
  font-weight: 400;
}
.related_package .related_packages .trending_box .content .rates {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .related_package .related_packages .trending_box .content .rates {
    flex-wrap: wrap;
  }
}
.related_package .related_packages .trending_box .content .rates .current_rate {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}
.related_package .related_packages .trending_box .content .rates .cutrate {
  font-weight: 500;
  color: #535252;
  font-size: 0.938rem;
  text-decoration: line-through;
}
.related_package .related_packages .trending_box .content .rates .save {
  font-size: 0.813rem;
  font-weight: 400;
  color: #25d366;
}
.related_package .related_packages .trending_box .content .inclusion {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.related_package .related_packages .trending_box .content .inclusion ul {
  display: flex;
  flex-wrap: wrap;
}
.related_package .related_packages .trending_box .content .inclusion ul li {
  list-style: none;
  font-size: 0.875rem;
  color: #000;
  padding: 0.2rem;
  display: flex;
  align-items: center;
}
.related_package .related_packages .trending_box .content .inclusion ul li img {
  width: 20px;
}
.related_package .related_packages .trending_box .content .btn_box {
  margin-top: 1rem;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: space-between;
}
.related_package .related_packages .trending_box:hover .content {
  background: #f1fffe;
}
.related_package .related_packages .trending_box:hover .place_img {
  position: relative;
}
.related_package .related_packages .trending_box:hover .place_img img {
  opacity: 0.5;
  transform: scale(1.2);
}
.related_package .related_packages .trending_box:hover .popup_box {
  transform: translateY(-20px);
  /* Move to the center */
  align-items: center;
  opacity: 1;
}
.related_package .owl-carousel .owl-nav button.owl-prev,
.related_package .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
}
.related_package .owl-carousel .owl-nav button.owl-prev:hover,
.related_package .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.related_package .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .related_package .owl-prev {
    left: 20px;
    top: 45%;
  }
}
.related_package .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .related_package .owl-next {
    right: -10px;
    top: 45%;
  }
}

.group_inner {
  background: url(../images/overview_bg.jpg) no-repeat left;
  width: 100%;
  position: relative;
  width: 100%;
}
@media (width <= 768px) {
  .group_inner {
    padding-top: 60px;
    background-image: none;
    background: #d9e9e8;
  }
}
.group_inner .img_boxes {
  position: sticky;
  top: 70px;
}
.group_inner .img_boxes_2 {
  border-radius: 40% 40% 0 40%;
  -webkit-border-radius: 40% 40% 0 40%;
  -moz-border-radius: 40% 40% 0 40%;
  -ms-border-radius: 40% 40% 0 40%;
  -o-border-radius: 40% 40% 0 40%;
  aspect-ratio: 1/1;
  width: 100%;
}
@media (width <= 768px) {
  .group_inner .img_boxes_2 {
    padding: 0;
  }
}
.group_inner .img_boxes_2 img {
  border-radius: 40% 40% 0 40%;
  -webkit-border-radius: 40% 40% 0 40%;
  -moz-border-radius: 40% 40% 0 40%;
  -ms-border-radius: 40% 40% 0 40%;
  -o-border-radius: 40% 40% 0 40%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.group_inner .content__left {
  padding-left: 2.5rem;
}
@media (992px <= width <= 1200px) {
  .group_inner .content__left {
    padding-left: 2rem;
  }
}
@media (768px <= width <= 992px) {
  .group_inner .content__left {
    padding-left: 1.5rem;
  }
}
@media (width <= 768px) {
  .group_inner .content__left {
    padding-left: 0;
  }
}
.group_inner .content__left h3 {
  position: relative;
  font-size: 2rem;
  color: #000;
  padding-left: 50px;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media (max-width: 1200px) {
  .group_inner .content__left h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .group_inner .content__left h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .group_inner .content__left h3 {
    padding-left: 0px;
  }
}
.group_inner .content__left h3 span {
  color: #ec0a15;
}
.group_inner .content__left h3::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 40px;
  left: 0;
  height: 3px;
  background: #ec0a15;
}
@media (max-width: 480px) {
  .group_inner .content__left h3::before {
    display: none;
  }
}
.group_inner .content__left h4 {
  position: relative;
  font-size: 1.5rem;
  color: #000;
  padding-left: 50px;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media (max-width: 1200px) {
  .group_inner .content__left h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .group_inner .content__left h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .group_inner .content__left h4 {
    padding-left: 0px;
  }
}
.group_inner .content__left h4 span {
  color: #ec0a15;
}
.group_inner .content__left h4::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 40px;
  left: 0;
  height: 3px;
  background: #ec0a15;
}
@media (max-width: 480px) {
  .group_inner .content__left h4::before {
    display: none;
  }
}
.group_inner .additional-checkbox {
  transition: max-height 0.3s ease-out;
  /* Smooth transition */
  display: none;
}
.group_inner .view-more-container i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813rem;
  color: #fff;
  background: #5F8144;
}
.group_inner .viewmore_container_3 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.group_inner .viewmore_container_3 i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813rem;
  background: none;
  color: #328F89;
}
.group_inner .view_more_3 {
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  color: #328F89;
}

.shape_bubble {
  background: #fff;
  position: relative;
  z-index: 0;
  padding-bottom: 0;
}
.shape_bubble .shape4 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.shape_bubble .shape4 img {
  width: 300px;
}
@media (width <= 768px) {
  .shape_bubble .shape4 {
    display: none;
  }
}

.top__attractions {
  background: rgb(18, 112, 122);
  background: linear-gradient(319deg, rgb(18, 112, 122) 0%, rgb(37, 141, 152) 100%);
  z-index: 0;
  position: relative;
}
.top__attractions .shape_one {
  position: absolute;
  right: 0;
  top: 20%;
  z-index: -1;
}
@media (width <= 768px) {
  .top__attractions .shape_one {
    display: none;
  }
}
.top__attractions .shape_one img {
  width: 300px;
}
.top__attractions .shape_two {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: -1;
}
@media (width <= 768px) {
  .top__attractions .shape_two {
    display: none;
  }
}
.top__attractions .shape_two img {
  width: 300px;
}
.top__attractions h2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .top__attractions h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top__attractions h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .top__attractions h2 {
    font-size: 1.5rem;
  }
}
.top__attractions h2::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 55px;
  height: 3px;
  background: #fff;
  margin-left: -65px;
}
@media (max-width: 767px) {
  .top__attractions h2::before {
    width: 60px;
    margin-left: -70px;
  }
}
@media (max-width: 480px) {
  .top__attractions h2::before {
    display: none;
  }
}
.top__attractions .rectangle {
  position: absolute;
  top: 40%;
  right: -30px;
  z-index: -1;
  border-radius: 447px;
  opacity: 0.2;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .top__attractions .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .top__attractions .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .top__attractions .rectangle {
    display: none;
  }
}
.top__attractions .trending-attractions {
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
}
@media (width <= 768px) {
  .top__attractions .trending-attractions {
    margin-top: 0.5rem;
  }
}
.top__attractions .trending-attractions .trending_box {
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  width: 100%;
  position: relative;
}
.top__attractions .trending-attractions .trending_box .place_img {
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/2;
}
.top__attractions .trending-attractions .trending_box .place_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__attractions .trending-attractions .trending_box .place_img .btn_arrow {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 5%;
  z-index: 99;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media (max-width: 767px) {
  .top__attractions .trending-attractions .trending_box .place_img .btn_arrow {
    width: 20px;
    height: 20px;
  }
}
.top__attractions .trending-attractions .trending_box .place_img .btn_arrow i {
  color: #328f89;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .top__attractions .trending-attractions .trending_box .place_img .btn_arrow i {
    font-size: 0.813rem;
  }
}
.top__attractions .trending-attractions .trending_box .place_img img {
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  transition: all 0.4s ease-in-out;
}
.top__attractions .trending-attractions .trending_box .content {
  padding: 1rem 0 0 0;
}
.top__attractions .trending-attractions .trending_box .content h4 {
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  height: 22px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (992px <= width <= 1200px) {
  .top__attractions .trending-attractions .trending_box .content h4 {
    height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top__attractions .trending-attractions .trending_box .content h4 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .top__attractions .trending-attractions .trending_box .content h4 {
    font-size: 0.938rem;
    display: block; /* reset display */
    height: auto; /* remove fixed height */
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }
}
.top__attractions .trending-attractions .trending_box .content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #535252;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #8BDAE2;
}
@media (max-width: 480px) {
  .top__attractions .trending-attractions .trending_box .content p {
    height: 48px;
    min-height: 40px;
  }
}
.top__attractions .trending-attractions .trending_box .content .btn_2 {
  color: #B2FFFA;
  cursor: pointer;
  font-size: 0.938rem;
}
.top__attractions .trending-attractions .trending_box .content .btn_2:hover {
  color: #93f5ee !important;
}
.top__attractions .trending-attractions .trending_box:hover img {
  transform: scale(1.2);
}
.top__attractions .trending-attractions .trending_box:hover .btn_arrow {
  right: 5%;
  opacity: 1;
}
.top__attractions .trending-attractions .trending_box:hover .btn_arrow:hover {
  background: #328f89;
}
.top__attractions .trending-attractions .trending_box:hover .btn_arrow:hover i {
  color: #fff;
}
.top__attractions .owl-carousel .owl-nav button.owl-prev,
.top__attractions .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
  margin: 0;
}
.top__attractions .owl-carousel .owl-nav button.owl-prev:hover,
.top__attractions .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.top__attractions .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .top__attractions .owl-prev {
    left: 20px;
    top: 38%;
  }
}
.top__attractions .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .top__attractions .owl-next {
    right: -10px;
    top: 38%;
  }
}

.things_to_do {
  background: rgba(217, 217, 217, 0.2117647059);
  width: 100%;
  position: relative;
  width: 100%;
}
.things_to_do .img_boxes_3 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  aspect-ratio: 4/2;
}
.things_to_do .img_boxes_3 img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.things_to_do .content__right {
  padding-right: 2.5rem;
  /* Hidden by default */
  /* Make visible when toggled */
}
@media (992px <= width <= 1200px) {
  .things_to_do .content__right {
    padding-right: 2rem;
  }
}
@media (768px <= width <= 992px) {
  .things_to_do .content__right {
    padding-right: 1.5rem;
  }
}
@media (width <= 768px) {
  .things_to_do .content__right {
    padding-right: 0;
  }
}
.things_to_do .content__right h3 {
  position: relative;
  font-size: 2rem;
  color: #000;
  padding-left: 50px;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media (max-width: 1200px) {
  .things_to_do .content__right h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .things_to_do .content__right h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .things_to_do .content__right h3 {
    padding-left: 0px;
  }
}
.things_to_do .content__right h3 span {
  color: #ec0a15;
}
.things_to_do .content__right h3::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 40px;
  left: 0;
  height: 3px;
  background: #ec0a15;
}
@media (max-width: 480px) {
  .things_to_do .content__right h3::before {
    display: none;
  }
}
.things_to_do .content__right .additional-checkbox {
  transition: max-height 0.3s ease-out;
  /* Smooth transition */
  display: none;
}
.things_to_do .content__right .visible {
  transition: all 0.4s ease-in-out;
  display: block;
}
.things_to_do .content__right .view-more-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.things_to_do .content__right .view-more {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  color: #5F8144;
}
.things_to_do .content__right .view-more-container i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813rem;
  color: #fff;
  background: #5F8144;
}
.things_to_do .content__right .viewmore_container_3 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.things_to_do .content__right .viewmore_container_3 i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813rem;
  background: none;
  color: #328F89;
}
.things_to_do .content__right .view_more_3 {
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  color: #328F89;
}

.accomodation__option {
  background-color: #fff;
  position: relative;
}
.accomodation__option h2 {
  color: #000;
}
.accomodation__option h3 {
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .accomodation__option h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .accomodation__option h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .accomodation__option h3 {
    font-size: 1.5rem;
  }
}
.accomodation__option h3::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 55px;
  height: 3px;
  background: #ec0a15;
  margin-left: -65px;
}
@media (max-width: 767px) {
  .accomodation__option h3::before {
    width: 60px;
    margin-left: -70px;
  }
}
@media (max-width: 480px) {
  .accomodation__option h3::before {
    display: none;
  }
}
.accomodation__option .accomodation__box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 2.5rem;
  position: relative;
  background: rgb(250, 137, 143);
  background: linear-gradient(185deg, rgba(250, 137, 143, 0.4481442235) 0%, rgba(250, 137, 143, 0.0671918426) 100%);
  /* Hidden by default */
  /* Make visible when toggled */
}
@media (width <= 768px) {
  .accomodation__option .accomodation__box {
    padding: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.accomodation__option .accomodation__box h4 {
  color: #000;
  font-size: 1.35rem;
  font-weight: 600;
}
.accomodation__option .accomodation__box .range__box {
  margin-top: 1.5rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: rgba(255, 255, 255, 0.4352941176);
  padding: 1rem;
  font-weight: 400;
}
.accomodation__option .accomodation__box ul {
  margin-top: 2rem;
}
.accomodation__option .accomodation__box ul li {
  position: relative;
  list-style: none;
  padding: 0 0 0.7em 1.5rem;
  color: #747474;
  color: #535252;
  font-size: 0.938rem;
}
.accomodation__option .accomodation__box ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f519";
  font-family: bootstrap-icons !important;
  color: #328F89;
}
.accomodation__option .accomodation__box .top__icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50px;
  right: 40px;
  width: 85px;
  height: 85px;
  top: -40px;
  background: #FA898F;
  border: 8px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accomodation__option .accomodation__box .midrange__icon {
  background: #38B7AF;
}
.accomodation__option .accomodation__box .budject__icon {
  background: #629E29;
}
.accomodation__option .accomodation__box .additional-checkbox {
  transition: max-height 0.3s ease-out;
  /* Smooth transition */
  display: none;
}
.accomodation__option .accomodation__box .view-more-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.accomodation__option .accomodation__box .view-more {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  color: #5F8144;
}
.accomodation__option .accomodation__box .viewmore_container_3 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.accomodation__option .accomodation__box .viewmore_container_3 i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813rem;
  background: none;
  color: #328F89;
}
.accomodation__option .accomodation__box .view_more_3 {
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  color: #328F89;
}
.accomodation__option .mid_range {
  background: rgb(28, 220, 208);
  background: linear-gradient(185deg, rgba(28, 220, 208, 0.1736344196) 0%, rgba(28, 220, 208, 0.1988445036) 100%);
}
.accomodation__option .budject_friently {
  background: rgb(128, 195, 66);
  background: linear-gradient(185deg, rgba(128, 195, 66, 0.2520657921) 0%, rgba(128, 195, 66, 0.1176120106) 100%);
}
.accomodation__option .mt8 {
  margin-top: 8rem;
}
@media (width <= 768px) {
  .accomodation__option .mt8 {
    margin-top: 3rem;
  }
}
.accomodation__option .options {
  background: rgba(217, 217, 217, 0.2117647059);
  padding: 2rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  /* Hidden by default */
  /* Make visible when toggled */
}
@media (width <= 768px) {
  .accomodation__option .options {
    padding: 1.5rem;
  }
}
.accomodation__option .options h4 {
  color: #000;
  text-align: left;
  font-size: 1.35rem;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1rem;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .accomodation__option .options h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .accomodation__option .options h4 {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .accomodation__option .options h4 {
    font-size: 1.25rem;
  }
}
.accomodation__option .options h4::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 20px;
  height: 3px;
  background: #ec0a15;
  margin-left: -30px;
}
.accomodation__option .options h5 {
  color: #000;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .accomodation__option .options h5 {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .accomodation__option .options h5 {
    font-size: 1.05rem;
  }
}
@media (max-width: 767px) {
  .accomodation__option .options h5 {
    font-size: 1.15rem;
  }
}
.accomodation__option .options P {
  line-height: 30px;
}
.accomodation__option .options .additional-checkbox {
  transition: max-height 0.3s ease-out;
  /* Smooth transition */
  display: none;
}
.accomodation__option .options .visible {
  transition: all 0.4s ease-in-out;
  display: block;
}
.accomodation__option .options .view-more-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.accomodation__option .options .view-more {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  color: #5F8144;
}
.accomodation__option .options .viewmore_container_3 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.accomodation__option .options .viewmore_container_3 i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813rem;
  background: none;
  color: #328F89;
}
.accomodation__option .options .view_more_3 {
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  color: #328F89;
}

.light__blue {
  background: #DDEDEB;
}

.international__packages {
  width: 100%;
  position: relative;
}
@media (width <= 480px) {
  .international__packages {
    margin-top: 40px;
  }
}
.international__packages .rectangle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 447px;
  opacity: 0.2;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .international__packages .rectangle {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .international__packages .rectangle {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .international__packages .rectangle {
    display: none;
  }
}
.international__packages .rectangle_2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 447px;
  opacity: 0.2;
  background: #329b47;
  filter: blur(75px);
  width: 400px;
  height: 400px;
}
@media (max-width: 1199px) {
  .international__packages .rectangle_2 {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .international__packages .rectangle_2 {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .international__packages .rectangle_2 {
    display: none;
  }
}
.international__packages .rectangle_3 {
  bottom: 40% !important;
}
.international__packages .sticky_position {
  position: sticky;
  top: 96px;
  z-index: 1;
  background: white;
}
@media (992px <= width <= 1200px) {
  .international__packages .sticky_position {
    top: 86px;
  }
}
@media (768px <= width <= 992px) {
  .international__packages .sticky_position {
    top: 86px;
  }
}
@media (width <= 768px) {
  .international__packages .sticky_position {
    top: 68px;
  }
}
@media (width <= 480px) {
  .international__packages .sticky_position {
    top: 60px;
  }
}
.international__packages .nav-tabs {
  --bs-nav-tabs-border-color: $white-color;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .international__packages .nav-tabs {
    font-size: 0.875rem;
  }
}
.international__packages .nav-item {
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .international__packages .nav-item {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.international__packages .nav-item img {
  filter: brightness(0);
  width: 30px;
  height: 30px;
}
@media (max-width: 1200px) {
  .international__packages .nav-item img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .international__packages .nav-item img {
    width: 15px;
    height: 15px;
  }
}
.international__packages .nav-tabs .nav-link.active {
  color: #328F89;
  background-color: none;
  border: none;
  border-bottom: 2px solid #328F89;
}
@media (width <= 768px) {
  .international__packages .nav-tabs .nav-link.active {
    background: #328F89;
    color: #fff;
  }
}
.international__packages .nav-tabs .nav-link.active img {
  filter: brightness(10);
}
.international__packages .nav-tabs .nav-link {
  border-radius: 0;
  color: #000;
  background-color: #fff;
  border: none;
  height: 100%;
}
@media (max-width: 767px) {
  .international__packages .nav-tabs .nav-link {
    width: 100%;
    padding: 0.5rem 0;
    background: #eef1f4;
  }
}
@media (max-width: 480px) {
  .international__packages .nav-tabs .nav-link {
    font-size: 0.813rem;
    padding: 0.2rem 0;
  }
}
.international__packages .tab-pane {
  width: 100%;
  /* Hidden by default */
  /* Make visible when toggled */
}
.international__packages .tab-pane .img_boxes {
  width: 100%;
  padding-right: 3rem;
  aspect-ratio: 1/1;
  position: sticky;
  top: 70px;
}
@media (768px <= width <= 992px) {
  .international__packages .tab-pane .img_boxes {
    padding-right: 1.5rem;
  }
}
@media (width <= 768px) {
  .international__packages .tab-pane .img_boxes {
    padding-right: 0;
  }
}
.international__packages .tab-pane .img_boxes img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.international__packages .tab-pane .img_boxes_2 {
  border-radius: 40% 40% 0 40%;
  -webkit-border-radius: 40% 40% 0 40%;
  -moz-border-radius: 40% 40% 0 40%;
  -ms-border-radius: 40% 40% 0 40%;
  -o-border-radius: 40% 40% 0 40%;
  aspect-ratio: 1/1;
}
.international__packages .tab-pane .img_boxes_2 img {
  border-radius: 40% 40% 0 40%;
  -webkit-border-radius: 40% 40% 0 40%;
  -moz-border-radius: 40% 40% 0 40%;
  -ms-border-radius: 40% 40% 0 40%;
  -o-border-radius: 40% 40% 0 40%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.international__packages .tab-pane .img_boxes_3 {
  width: 100%;
  padding-left: 3rem;
}
@media (width <= 992px) {
  .international__packages .tab-pane .img_boxes_3 {
    padding-left: 1.5rem;
  }
}
@media (width <= 768px) {
  .international__packages .tab-pane .img_boxes_3 {
    adding-left: 0;
  }
}
.international__packages .tab-pane .content__left {
  padding-left: 2.5rem;
}
@media (992px <= width <= 1200px) {
  .international__packages .tab-pane .content__left {
    padding-left: 2rem;
  }
}
@media (768px <= width <= 992px) {
  .international__packages .tab-pane .content__left {
    padding-left: 1.5rem;
  }
}
@media (width <= 768px) {
  .international__packages .tab-pane .content__left {
    padding-left: 0;
  }
}
.international__packages .tab-pane ul {
  margin-bottom: 1.5rem;
}
.international__packages .tab-pane ul li {
  position: relative;
  list-style: none;
  padding: 0 0 0.5em 1.5rem;
  color: #747474;
  color: #535252;
  font-size: 0.938rem;
}
.international__packages .tab-pane ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f519";
  font-family: bootstrap-icons !important;
  color: #328F89;
}
.international__packages .tab-pane h3 {
  position: relative;
  font-size: 2rem;
  color: #000;
  padding-left: 50px;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media (max-width: 1200px) {
  .international__packages .tab-pane h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .international__packages .tab-pane h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .international__packages .tab-pane h3 {
    padding-left: 0px;
    font-size: 1.3rem;
  }
}
.international__packages .tab-pane h3 span {
  color: #ec0a15;
}
.international__packages .tab-pane h3::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 40px;
  left: 0;
  height: 3px;
  background: #ec0a15;
}
@media (max-width: 480px) {
  .international__packages .tab-pane h3::before {
    display: none;
  }
}
.international__packages .tab-pane h4 {
  position: relative;
  font-size: 1.5rem;
  color: #000;
  padding-left: 50px;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media (max-width: 1200px) {
  .international__packages .tab-pane h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .international__packages .tab-pane h4 {
    font-size: 1.1rem;
  }
}
.international__packages .tab-pane h4::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 40px;
  left: 0;
  height: 3px;
  background: #ec0a15;
}
.international__packages .tab-pane .iconic__pakage {
  width: 100%;
}
.international__packages .tab-pane .iconic__pakage .img_box {
  border-radius: 30%;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  -ms-border-radius: 30%;
  -o-border-radius: 30%;
  padding: 0 2.5rem 0 2.5rem;
  width: 100%;
  aspect-ratio: 4/3;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .international__packages .tab-pane .iconic__pakage .img_box {
    padding: 0 1.3rem;
  }
}
@media (width <= 768px) {
  .international__packages .tab-pane .iconic__pakage .img_box {
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
    padding: 1.5rem;
    aspect-ratio: 1/1;
  }
}
.international__packages .tab-pane .iconic__pakage .img_box img {
  border-radius: 30%;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  -ms-border-radius: 30%;
  -o-border-radius: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.international__packages .tab-pane .iconic__pakage .content {
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0 0 30px 30px;
  -o-border-radius: 0 0 30px 30px;
  background: rgba(246, 246, 246, 0.6392156863);
  position: relative;
  padding: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .international__packages .tab-pane .iconic__pakage .content {
    padding: 1.3rem;
  }
}
@media (max-width: 767px) {
  .international__packages .tab-pane .iconic__pakage .content {
    padding: 1.2rem;
  }
}
.international__packages .tab-pane .iconic__pakage .content h5 {
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
}
@media (768px <= width <= 1200px) {
  .international__packages .tab-pane .iconic__pakage .content h5 {
    font-size: 1.25rem;
  }
}
.international__packages .tab-pane .iconic__pakage .content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #535252;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .international__packages .tab-pane .iconic__pakage .content p {
    height: 48px;
    min-height: 40px;
  }
}
.international__packages .tab-pane .iconic__pakage .content::before {
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
  position: absolute;
  content: "";
  background: rgba(246, 246, 246, 0.6392156863);
  left: 0;
  top: -50%;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.international__packages .tab-pane .iconic__pakage .content .btn_3 {
  background: none;
  font-weight: 500;
}
.international__packages .tab-pane .iconic__pakage .content .btn_3 i {
  margin-left: 0.3rem;
}
.international__packages .tab-pane .reach_box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: rgba(241, 241, 241, 0.92);
  display: flex;
  align-items: center;
  padding: 1.2rem 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .international__packages .tab-pane .reach_box {
    flex-direction: column;
    padding: 1.4rem;
    align-items: flex-start;
  }
}
.international__packages .tab-pane .reach_box .icon_box {
  border-radius: 25px 25px 0 25px;
  -webkit-border-radius: 25px 25px 0 25px;
  -moz-border-radius: 25px 25px 0 25px;
  -ms-border-radius: 25px 25px 0 25px;
  -o-border-radius: 25px 25px 0 25px;
  background: #328F89;
  padding: 1rem;
}
@media (max-width: 767px) {
  .international__packages .tab-pane .reach_box .icon_box {
    margin-bottom: 1rem;
  }
}
.international__packages .tab-pane .reach_box .icon_box img {
  width: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .international__packages .tab-pane .reach_box .icon_box img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .international__packages .tab-pane .reach_box .icon_box img {
    width: 40px;
  }
}
.international__packages .tab-pane .reach_box .content {
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .international__packages .tab-pane .reach_box .content {
    flex-direction: column;
    padding: 0;
  }
}
.international__packages .tab-pane .reach_box .content h5 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}
.international__packages .tab-pane .reach_box .viewmore_container_3 i {
  color: #80C342;
}
.international__packages .tab-pane .reach_box .view_more_3 {
  color: #80C342;
}
.international__packages .tab-pane .additional-checkbox {
  transition: max-height 0.3s ease-out;
  /* Smooth transition */
  display: none;
}
.international__packages .tab-pane .visible {
  transition: all 0.4s ease-in-out;
  display: block;
}
.international__packages .tab-pane .view-more-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.international__packages .tab-pane .view-more {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  color: #5F8144;
}
.international__packages .tab-pane .view-more-container i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813rem;
  color: #fff;
  background: #5F8144;
}
.international__packages .tab-pane .view-more-container_2 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #328F89;
  padding: 0.5rem 2rem;
}
.international__packages .tab-pane .view-more-container_2 i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813rem;
  background: none;
  color: #328F89;
}
.international__packages .tab-pane .view-more_2 {
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  color: #328F89;
}
.international__packages .tab-pane .viewmore_container_3 {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.international__packages .tab-pane .viewmore_container_3 i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.813rem;
  background: none;
  color: #328F89;
}
.international__packages .tab-pane .view_more_3 {
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  color: #328F89;
}
.international__packages .place_tourism {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #F8F8F8;
  padding: 2.5rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.international__packages .place_tourism .img_boxes {
  width: 100%;
  aspect-ratio: 1/1;
}
.international__packages .place_tourism .img_boxes img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .international__packages .place_tourism {
    padding: 1.5rem;
  }
}
.international__packages .place_tourism h4 {
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .international__packages .place_tourism h4 {
    font-size: 1.25rem;
  }
}
.international__packages .place_tourism h4 span {
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: -moz-fit-content;
  width: fit-content;
  top: -10px;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 2.5em;
  margin: 0;
  -webkit-text-stroke: 1px rgb(220, 214, 214);
  padding: 5px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
@media (max-width: 480px) {
  .international__packages .place_tourism h4 span {
    font-size: 3rem;
  }
}

.popular_destination {
  width: 100%;
  position: relative;
  background: rgb(50, 143, 137);
  background: linear-gradient(277deg, rgb(50, 143, 137) 0%, rgb(6, 70, 66) 100%);
}
.popular_destination .shape_two {
  position: absolute;
  left: -20px;
  bottom: 2%;
}
@media (width <= 768px) {
  .popular_destination .shape_two {
    display: block;
  }
}
.popular_destination .shape_two img {
  width: 85px;
}
.popular_destination .destinations_box {
  padding-left: 3rem;
  padding-right: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .popular_destination .destinations_box {
    padding: 0;
  }
}
.popular_destination .destinations_box .shape_four {
  position: absolute;
  right: 0;
  top: 2%;
}
@media (width <= 768px) {
  .popular_destination .destinations_box .shape_four {
    display: block;
  }
}
.popular_destination .destinations_box .shape_four img {
  width: 60px;
}
.popular_destination .destinations_box h5 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Caveat", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .popular_destination .destinations_box h5 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .popular_destination .destinations_box h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .popular_destination .destinations_box h5 {
    font-size: 1.2rem;
  }
}
.popular_destination .destinations_box h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  position: relative;
  font-family: "Poppins", serif;
  border-top: 1px solid rgba(255, 255, 255, 0.5411764706);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5411764706);
}
.popular_destination .destinations_box h3 span {
  color: #ec0a15;
}
.popular_destination .destinations_box h3::before {
  display: none;
}
.popular_destination .destinations_box h3 span {
  color: #80C342;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .popular_destination .destinations_box h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .popular_destination .destinations_box h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .popular_destination .destinations_box h3 {
    font-size: 1.8rem;
  }
}
.popular_destination .destinations_box p {
  color: #fff;
}
.popular_destination .destinations_box .btn_3 {
  color: #80C342;
}
@media (max-width: 480px) {
  .popular_destination .destinations_box .btn_3 {
    font-size: 1rem;
  }
}
.popular_destination .destinations_box .btn_3:hover {
  color: #fff !important;
}
.popular_destination .swiper_slider {
  position: relative;
}
@media (max-width: 767px) {
  .popular_destination .swiper_slider {
    padding-left: 1rem;
  }
}
.popular_destination .swiper_slider .btn_3 {
  color: #80C342;
}
@media (max-width: 480px) {
  .popular_destination .swiper_slider .btn_3 {
    font-size: 1rem;
  }
}
.popular_destination .swiper_slider .btn_3:hover {
  color: #fff !important;
}
.popular_destination .swiper_slider .shape_four {
  position: absolute;
  left: -30px;
  top: -30px;
}
@media (width <= 768px) {
  .popular_destination .swiper_slider .shape_four {
    display: block;
  }
}
.popular_destination .swiper_slider .shape_four img {
  width: 100px;
}
.popular_destination .swiper_slider .swiper {
  width: 100%;
  position: relative;
}
.popular_destination .swiper_slider .swiper-slide {
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.popular_destination .swiper_slider .swiper-slide .place_img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 300px;
  aspect-ratio: 300/415;
}
.popular_destination .swiper_slider .swiper-slide .place_img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular_destination .swiper_slider .swiper-slide .place_img .btn_arrow {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0;
  z-index: 99;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media (max-width: 767px) {
  .popular_destination .swiper_slider .swiper-slide .place_img .btn_arrow {
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
  }
}
.popular_destination .swiper_slider .swiper-slide .content {
  padding: 1rem 0;
  width: 100%;
  position: relative;
}
.popular_destination .swiper_slider .swiper-slide .content h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  height: 22px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .popular_destination .swiper_slider .swiper-slide .content h4 {
    font-size: 0.938rem;
    display: block; /* reset display */
    height: auto; /* remove fixed height */
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }
}
.popular_destination .swiper_slider .swiper-slide .content .days {
  font-size: 0.813rem;
  font-weight: 300;
  color: #71DCD5;
}
.popular_destination .swiper_slider .swiper-slide:hover img {
  transform: scale(1.2);
}
.popular_destination .swiper_slider .swiper-slide:hover .btn_arrow {
  opacity: 1;
}
.popular_destination .swiper_slider .swiper-button-prev,
.popular_destination .swiper_slider .swiper-button-next {
  color: #328F89;
  /* Change arrow color */
  font-size: 1.3rem;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .popular_destination .swiper_slider .swiper-button-prev,
  .popular_destination .swiper_slider .swiper-button-next {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .popular_destination .swiper_slider .swiper-button-prev,
  .popular_destination .swiper_slider .swiper-button-next {
    width: 30px;
    height: 30px;
    font-size: 0.938rem;
  }
}
.popular_destination .swiper_slider .swiper-button-prev::after,
.popular_destination .swiper_slider .swiper-button-next::after {
  display: none;
}
.popular_destination .swiper_slider .swiper-button-prev:hover::after,
.popular_destination .swiper_slider .swiper-button-next:hover::after {
  display: none;
}

.place_to_visit {
  width: 100%;
  background: #F7F7F7;
}
.place_to_visit h3 {
  position: relative;
  font-size: 2rem;
  color: #000;
  padding-left: 50px;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media (max-width: 1200px) {
  .place_to_visit h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .place_to_visit h3 {
    font-size: 1.5rem;
  }
}
.place_to_visit h3 span {
  color: #ec0a15;
}
.place_to_visit h3::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 40px;
  left: 0;
  height: 3px;
  background: #ec0a15;
}
.place_to_visit .domestic-holiday {
  width: 100%;
  margin-top: 1.5rem;
}
.place_to_visit .domestic-holiday .domestic_box {
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .place_to_visit .domestic-holiday .domestic_box {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .place_to_visit .domestic-holiday .domestic_box {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }
}
.place_to_visit .domestic-holiday .domestic_box .place_img {
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .place_to_visit .domestic-holiday .domestic_box .place_img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .place_to_visit .domestic-holiday .domestic_box .place_img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }
}
.place_to_visit .domestic-holiday .domestic_box .place_img img {
  transition: all 0.4s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.place_to_visit .domestic-holiday .domestic_box .place_img .get_details {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  background: #fff;
  font-size: 1.5rem;
  padding: 0.5rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #328f89;
  position: absolute;
}
@media (max-width: 767px) {
  .place_to_visit .domestic-holiday .domestic_box .place_img .get_details {
    width: 20px;
    height: 20px;
  }
}
.place_to_visit .domestic-holiday .domestic_box .place_img .get_details i {
  color: #328f89;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .place_to_visit .domestic-holiday .domestic_box .place_img .get_details i {
    font-size: 0.813rem;
  }
}
.place_to_visit .domestic-holiday .domestic_box .content {
  padding: 1rem 0.5rem 0 0.5rem;
  width: 100%;
  position: relative;
}
.place_to_visit .domestic-holiday .domestic_box .content h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.place_to_visit .domestic-holiday .domestic_box:hover img {
  transform: scale(1.2);
}
.place_to_visit .domestic-holiday .domestic_box:hover .get_details {
  opacity: 1;
}
.place_to_visit .owl-carousel .owl-nav button.owl-prev,
.place_to_visit .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
}
.place_to_visit .owl-carousel .owl-nav button.owl-prev:hover,
.place_to_visit .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.place_to_visit .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .place_to_visit .owl-prev {
    left: 20px;
  }
}
.place_to_visit .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .place_to_visit .owl-next {
    right: -10px;
  }
}
.place_to_visit .btn_1 {
  border: 1px solid #328F89 !important;
  color: #328F89 !important;
  font-weight: 600;
}

.search__popup {
  width: 100%;
  background: none;
  padding: 2rem 0.938rem;
  background: rgba(255, 255, 255, 0.2784313725);
  height: 55vh !important;
  -webkit-backdrop-filter: blur(25.5px);
          backdrop-filter: blur(25.5px);
}
.search__popup .btn-close {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background-image: none;
  opacity: 1;
}
.search__popup .btn-close i {
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .search__popup {
    padding: 2rem 5rem;
  }
}
@media (max-width: 480px) {
  .search__popup {
    padding: 2rem 1rem;
  }
}
.search__popup .offcanvas-body {
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  position: relative;
}
.search__popup .offcanvas-body h4 {
  text-align: center;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 480px) {
  .search__popup .offcanvas-body h4 {
    font-size: 1.2rem;
  }
}
.search__popup .offcanvas-body .search_form form {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 0;
  position: relative;
}
.search__popup .offcanvas-body .search_form form .destination {
  width: 55%;
  padding-right: 2%;
  border: 1px solid #e1e1e1;
  padding: 0.2rem;
  /* Dropdown height and scroll */
  /* Scrollbar for WebKit-based browsers */
  /* Scrollbar for Firefox */
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .destination {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .search__popup .offcanvas-body .search_form form .destination {
    width: 100%;
  }
}
.search__popup .offcanvas-body .search_form form .destination .form-control {
  border: none;
  background: none;
  color: #fff;
}
.search__popup .offcanvas-body .search_form form .destination .form-control::-moz-placeholder {
  color: #fff;
}
.search__popup .offcanvas-body .search_form form .destination .form-control::placeholder {
  color: #fff;
}
.search__popup .offcanvas-body .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 16px !important;
  right: 1px;
  width: 20px;
}
.search__popup .offcanvas-body .search_form form .destination .search_form .destination .select2-container--default .select2-selection--single {
  width: 100%;
  border: none;
  /* Removes the border */
  box-shadow: none;
  /* Removes any shadow */
  border-radius: 4px;
  padding: 5px;
  line-height: 38px;
}
.search__popup .offcanvas-body .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
  }
}
.search__popup .offcanvas-body .search_form form .destination .select2-container--default .select2-selection--single {
  height: 35px;
  border: none;
  border-radius: 4px;
  align-items: center;
  display: flex;
}
.search__popup .offcanvas-body .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: scroll;
}
.search__popup .offcanvas-body .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 8px;
}
.search__popup .offcanvas-body .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.search__popup .offcanvas-body .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.search__popup .offcanvas-body .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.search__popup .offcanvas-body .search_form form .destination .search_form .destination .select2-container--default .select2-results > .select2-results__options {
  scrollbar-color: #888 #f0f0f0;
  scrollbar-width: thin;
}
.search__popup .offcanvas-body .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 1px;
  width: 20px;
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .destination .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .destination .select2-container--default .select2-selection--single {
    background: transparent;
  }
}
.search__popup .offcanvas-body .search_form form .type {
  width: 35%;
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  padding: 0.2rem;
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .type {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .search__popup .offcanvas-body .search_form form .type {
    width: 100%;
  }
}
.search__popup .offcanvas-body .search_form form .type .icon {
  width: 20px;
}
.search__popup .offcanvas-body .search_form form .type select {
  font-size: 1rem;
  color: #474747;
  font-weight: 400;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .search__popup .offcanvas-body .search_form form .type select {
    padding: 0 0.2rem 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .type select {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .type select option {
    background-color: #fff;
    color: #000;
  }
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .type select option:checked {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .type select option:hover {
    color: #fff;
  }
}
.search__popup .offcanvas-body .search_form form .search_btn {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .search_btn {
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
  }
}
.search__popup .offcanvas-body .search_form form .search_btn .searchbtn {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #80c342;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .search_btn .searchbtn {
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
    display: flex;
    width: 150px;
    padding: 0.5rem 1rem;
    color: #fff;
    height: auto;
  }
}
.search__popup .offcanvas-body .search_form form .search_btn .searchbtn i {
  color: #fff;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search__popup .offcanvas-body .search_form form .search_btn .searchbtn i {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .search_btn .searchbtn i {
    margin-right: 0.5rem;
  }
}
.search__popup .offcanvas-body .search_form form .search_btn .searchbtn span {
  display: none;
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .search_btn .searchbtn span {
    display: flex;
  }
}
@media (max-width: 480px) {
  .search__popup .offcanvas-body .search_form form .search_btn .searchbtn span {
    font-size: 0.813rem;
  }
}
.search__popup .offcanvas-body .search_form form .search_btn .searchbtn:hover {
  background: #328F89;
}
@media (max-width: 767px) {
  .search__popup .offcanvas-body .search_form form .form-select {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
  }
}
.search__popup .offcanvas-body .search_form form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/caret-down-white24x.svg) center center/100% no-repeat;
  transition: 0.3s ease-in-out;
  display: block;
}
.search__popup .offcanvas-body .search_form form .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.search__popup .offcanvas-body .search_form form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.search__popup .offcanvas-body .form-select {
  outline: 0 !important;
  box-shadow: none;
}

.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.journey__bg {
  width: 100%;
  background: url(../images/journey__bg.webp);
  background-size: cover;
  padding-bottom: 40px;
}
@media (width <= 768px) {
  .journey__bg {
    padding-bottom: 0;
    background-image: none;
  }
}
.journey__bg .journey_content {
  padding: 2rem 2rem 2rem 4rem;
}
@media (992px <= width <= 1400px) {
  .journey__bg .journey_content {
    padding: 0rem 0rem 0rem 2rem;
  }
}
@media (768px <= width <= 992px) {
  .journey__bg .journey_content {
    padding: 0rem 0rem 0rem 1rem;
  }
}
@media (width <= 768px) {
  .journey__bg .journey_content {
    padding: 0;
  }
}
.journey__bg .journey_content h3 {
  font-size: 2.8rem;
  font-family: "Poppins", serif;
  color: #000;
}
@media (1200px <= width <= 1400px) {
  .journey__bg .journey_content h3 {
    font-size: 2.6rem;
  }
}
@media (992px <= width <= 1200px) {
  .journey__bg .journey_content h3 {
    font-size: 2.2rem;
  }
}
@media (768px <= width <= 992px) {
  .journey__bg .journey_content h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .journey__bg .journey_content h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 480px) {
  .journey__bg .journey_content h3 {
    font-size: 1.4rem;
  }
}

.keyhighlights {
  width: 100%;
  padding-bottom: 20px;
}
@media (width <= 768px) {
  .keyhighlights {
    padding-bottom: 0;
  }
}
.keyhighlights h3 {
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #000;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (width <= 480px) {
  .keyhighlights h3 {
    font-size: 1.5rem;
  }
}
.keyhighlights h3::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 40px;
  height: 3px;
  background: #ec0a15;
  margin-left: -50px;
}
.keyhighlights .overview__items {
  width: 100%;
}
.keyhighlights .overview__items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.keyhighlights .overview__items ul li {
  list-style: none;
  width: 15%;
  margin: 5px;
}
@media (768px <= width <= 992px) {
  .keyhighlights .overview__items ul li {
    width: 25%;
    margin: 5px;
  }
}
@media (width <= 768px) {
  .keyhighlights .overview__items ul li {
    margin: 5px;
  }
}
@media (width <= 768px) {
  .keyhighlights .overview__items ul li {
    width: 33.3%;
  }
}
@media (width <= 480px) {
  .keyhighlights .overview__items ul li {
    width: 45%;
  }
}
.keyhighlights .overview__items ul li .overview__box {
  transition: all 0.4s ease-in-out;
  padding: 1rem;
}
@media (992px <= width <= 1200px) {
  .keyhighlights .overview__items ul li .overview__box {
    padding: 0.5rem;
  }
}
@media (768px <= width <= 992px) {
  .keyhighlights .overview__items ul li .overview__box {
    padding: 0.4rem;
  }
}
@media (width <= 768px) {
  .keyhighlights .overview__items ul li .overview__box {
    padding: 0.2rem;
  }
}
.keyhighlights .overview__items ul li:hover .overview__box {
  background: #eef1f4;
  color: #328F89;
}
.keyhighlights .keys {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: url(../images/keyhighlight__bg.webp);
  background-size: cover;
  padding: 2.5rem;
}
@media (768px <= width <= 992px) {
  .keyhighlights .keys {
    padding: 2rem;
  }
}
@media (width <= 768px) {
  .keyhighlights .keys {
    padding: 1.5rem;
  }
}
.keyhighlights .keys h4 {
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media (768px <= width <= 992px) {
  .keyhighlights .keys h4 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .keyhighlights .keys h4 {
    font-size: 1.35rem;
  }
}
.keyhighlights .keys .listing p {
  color: #fff;
}
.keyhighlights .keys .listing ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.keyhighlights .keys .listing ul li {
  list-style: none;
  padding: 0.8rem 0 0.8rem 2.5rem;
  position: relative;
  color: #fff;
  width: 50%;
}
@media (width <= 768px) {
  .keyhighlights .keys .listing ul li {
    padding: 0.4rem 0 0.4rem 1.5rem;
    width: 100%;
  }
}
.keyhighlights .keys .listing ul li::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 4px solid #fff;
  background: #fff;
  top: 50%;
  transform: translate(0, -50%);
}
.keyhighlights .keys .listing ul li::after {
  content: "";
  left: 5px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3019607843);
  position: absolute;
  top: 0;
}

.itinerary__item {
  background: #E7F2F1;
  z-index: 1;
  position: relative;
  padding-top: 40px;
}
.itinerary__item .breadcrums {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .itinerary__item .breadcrums {
    padding: 0rem;
  }
}
.itinerary__item .breadcrums ul {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .itinerary__item .breadcrums ul {
    margin-bottom: 1rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    /* Makes scrollbar thin */
    scrollbar-color: gray transparent;
    /* Sets scrollbar color */
  }
  .itinerary__item .breadcrums ul ::-webkit-scrollbar {
    height: 8px;
    /* Adjust scrollbar thickness */
    margin-top: 10px;
    /* Add margin on top */
  }
  .itinerary__item .breadcrums ul ::-webkit-scrollbar-track {
    background: transparent;
    /* Scrollbar track background */
    margin-top: 10px;
    /* Add margin */
  }
  .itinerary__item .breadcrums ul ::-webkit-scrollbar-thumb {
    background-color: gray;
    /* Scrollbar color */
    border-radius: 10px;
  }
}
.itinerary__item .breadcrums ul li {
  display: inline-flex;
  align-items: center;
  color: #1E1B1B;
  font-size: 1rem;
  margin-left: 1rem;
  position: relative;
  font-weight: 500;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .itinerary__item .breadcrums ul li {
    margin-bottom: 1rem;
  }
}
.itinerary__item .breadcrums ul li .day {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  border: 1px solid #328F89;
  width: 40px;
  margin-left: 0.5rem;
  height: 40px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .itinerary__item .breadcrums ul li .day {
    margin-right: 0.5rem;
  }
}
.itinerary__item .breadcrums ul li i {
  color: #328F89;
}
@media (max-width: 767px) {
  .itinerary__item .breadcrums ul li {
    font-size: 0.813rem;
  }
}
.itinerary__item .breadcrums ul li:first-child {
  padding: 0px 20px 0px 0px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .itinerary__item .breadcrums ul li:first-child {
    padding: 0px 5px 0px 0px;
  }
}
.itinerary__item .breadcrums ul li:first-child::before {
  display: none;
}
.itinerary__item .breadcrums ul li::before {
  position: absolute;
  content: "\f138" !important;
  font-family: bootstrap-icons !important;
  font-size: 2rem;
  left: -20px !important;
  color: #000;
  top: 8px;
}
@media (max-width: 767px) {
  .itinerary__item .breadcrums ul li::before {
    left: 0px;
    font-size: 1rem;
  }
}
.itinerary__item .breadcrums ul i {
  font-size: 20px;
  color: #328F89;
  padding-right: 10px;
}
.itinerary__item .accordion {
  --bs-accordion-bg: none;
}
.itinerary__item .accordion-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #eef1f4;
  padding: 0;
  margin-bottom: 1rem;
  position: relative;
  margin-left: 50px;
  background: #fff;
}
.itinerary__item .accordion-item:last-child {
  margin-bottom: 0;
}
.itinerary__item .accordion-item::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "\f3e8";
  font-family: bootstrap-icons !important;
  position: absolute;
  font-size: 1rem;
  left: -50px;
  background: #328F89;
  border: 1px solid rgba(50, 143, 137, 0.231372549);
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
}
.itinerary__item .accordion-item::after {
  content: "";
  position: absolute;
  font-size: 1.5rem;
  left: -32px;
  width: 1px;
  height: 100%;
  background: #328F89;
  top: 25px;
  z-index: -1;
}
.itinerary__item .accordion-item:last-child::after {
  display: none;
}
.itinerary__item .accordion-body {
  position: relative;
  padding: 3rem;
  background: rgba(50, 143, 137, 0.0705882353);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .itinerary__item .accordion-body {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .itinerary__item .accordion-body {
    padding: 1.5rem;
  }
}
.itinerary__item .accordion-body p {
  color: #656565;
}
.itinerary__item .accordion-body .facilities {
  padding-top: 1.5rem;
}
.itinerary__item .accordion-body .facilities ul {
  display: flex;
  flex-direction: column;
}
.itinerary__item .accordion-body .facilities ul li {
  padding: 0.2rem 0;
  list-style: none;
  color: #656565;
}
.itinerary__item .accordion-body .facilities ul li img {
  margin-right: 0.5rem;
  width: 20x;
  height: 20px;
}
.itinerary__item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.itinerary__item .accordion-button {
  font-size: 1rem;
  padding: 1rem 2.5rem 1rem 1rem;
  color: #3c3c3c;
  font-weight: 500 !important;
  font-family: "Poppins", serif;
  display: flex;
  align-items: flex-start;
}
@media (width <= 768px) {
  .itinerary__item .accordion-button {
    flex-direction: column;
  }
}
.itinerary__item .accordion-button h5 {
  color: #328F89;
  font-size: 1rem;
  font-weight: 600;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .itinerary__item .accordion-button h5 {
    font-weight: 500;
    font-size: 0.813rem;
    margin-bottom: 0.2rem;
  }
}
.itinerary__item .accordion-button h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .itinerary__item .accordion-button h4 {
    font-size: 0.938rem;
  }
}
@media (max-width: 767px) {
  .itinerary__item .accordion-button h4 {
    font-size: 0.938rem;
  }
}
.itinerary__item .accordion-button h4 span {
  padding-right: 1rem;
  color: #009951;
  margin-bottom: 0.2rem;
}
@media (width <= 768px) {
  .itinerary__item .accordion-button h4 span {
    display: block;
  }
}
.itinerary__item .accordion-button .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #328F89;
  color: #328F89;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  right: 0;
}
.itinerary__item .accordion-button::after {
  display: none;
}
.itinerary__item .accordion-button:not(.collapsed) {
  box-shadow: transparent;
}
.itinerary__item .content {
  display: none;
}
.itinerary__item .content.active {
  display: block;
}

.landing__contact {
  width: 100%;
}
.landing__contact .contact__bg {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: url(../images/landing_contact_bg.webp) no-repeat right;
  background-size: cover;
  padding: 4rem 2rem;
}
@media (992px <= width <= 1200px) {
  .landing__contact .contact__bg {
    padding: 3rem 1.5rem;
    background-position: left;
  }
}
@media (768px <= width <= 992px) {
  .landing__contact .contact__bg {
    padding: 2.5rem 1.5rem;
    background-position: left;
  }
}
@media (width <= 768px) {
  .landing__contact .contact__bg {
    padding: 2.5rem 1.5rem;
    background-position: left;
  }
}
.landing__contact .contact__bg h3 {
  font-size: 2rem;
  font-family: "Poppins", serif;
  color: #fff;
  font-weight: 600;
}
@media (992px <= width <= 1200px) {
  .landing__contact .contact__bg h3 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 992px) {
  .landing__contact .contact__bg h3 {
    font-size: 1.4rem;
  }
}
@media (width <= 768px) {
  .landing__contact .contact__bg h3 {
    font-size: 1.5rem;
  }
}
.landing__contact .contact__bg h4 {
  font-size: 1.4rem;
  font-family: "Poppins", serif;
  color: #fff;
  font-weight: 300;
}
@media (992px <= width <= 1200px) {
  .landing__contact .contact__bg h4 {
    font-size: 1.2rem;
  }
}
@media (768px <= width <= 992px) {
  .landing__contact .contact__bg h4 {
    font-size: 1rem;
  }
}
@media (width <= 768px) {
  .landing__contact .contact__bg h4 {
    font-size: 0.875rem;
  }
}
.landing__contact .contact__bg .btn_1 {
  background: #fff;
  border: none;
  color: #328F89 !important;
  font-weight: 500;
}
@media (992px <= width <= 1200px) {
  .landing__contact .contact__bg .btn_1 {
    padding: 10px 20px;
    font-size: 0.875rem;
  }
}
@media (768px <= width <= 992px) {
  .landing__contact .contact__bg .btn_1 {
    padding: 10px 20px;
    font-size: 0.875rem;
  }
}
.landing__contact .contact__bg .btn_1:hover {
  background: #80C342;
  color: #fff !important;
}
@media (width <= 768px) {
  .landing__contact .contact__bg .btn_1:hover {
    background: #328F89;
  }
}

.why__choose {
  background-color: #328F89;
}
.why__choose h4 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", serif;
}
.why__choose h3 {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media (768px <= width <= 992px) {
  .why__choose h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .why__choose h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 480px) {
  .why__choose h3 {
    font-size: 1.5rem;
  }
}
.why__choose p {
  color: #fff;
}
.why__choose .statics {
  width: 100%;
  padding-left: 2rem;
}
@media (width <= 992px) {
  .why__choose .statics {
    padding-left: 0;
  }
}
.why__choose .statics ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.why__choose .statics ul li {
  width: 50%;
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .why__choose .statics ul li {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .why__choose .statics ul li {
    width: 50%;
  }
}
.why__choose .statics ul li:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
}
.why__choose .statics ul li:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2588235294);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
}
.why__choose .statics ul li:nth-child(4) {
  border-left: 1px solid rgba(255, 255, 255, 0.2588235294);
}
.why__choose .statics ul li .boxes {
  padding: 1rem;
}
.why__choose .statics ul li .boxes .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.why__choose .statics ul li .boxes .icon img {
  height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .why__choose .statics ul li .boxes .icon img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .why__choose .statics ul li .boxes .icon img {
    height: 30px;
  }
}
.why__choose .statics ul li .boxes .digits {
  width: 100%;
}
.why__choose .statics ul li .boxes .digits h4 {
  font-size: 2.5rem;
  color: rgb(250, 216, 26);
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .why__choose .statics ul li .boxes .digits h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .why__choose .statics ul li .boxes .digits h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .why__choose .statics ul li .boxes .digits h4 {
    font-size: 2rem;
  }
}
.why__choose .statics ul li .boxes .digits h4 span {
  display: block;
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
  font-weight: 300;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .why__choose .statics ul li .boxes .digits h4 span {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .why__choose .statics ul li .boxes .digits h4 span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .why__choose .statics ul li .boxes .digits h4 span {
    font-size: 0.813rem;
  }
}
@media (max-width: 767px) {
  .why__choose .statics ul li .boxes .digits h4 span {
    font-size: 0.813rem;
  }
}

.bsb-pagination-1.pagination {
  --bs-pagination-color: #686868;
  --bs-pagination-hover-color: #6c757d;
  --bs-pagination-active-bg: #821c1c;
  --bs-pagination-active-color: var(--bs-link-color) ;
}

.bsb-pagination-1.pagination .page-item .page-link {
  background-color: transparent;
  border: none;
}

.bsb-pagination-1.pagination .page-item .page-link.active,
.bsb-pagination-1.pagination .page-item.active .page-link {
  border-bottom: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  background: #328F89;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .bsb-pagination-1.pagination.pagination-lg {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-border-radius: var(--bs-border-radius) ;
  }
}
.attractions .modal-content {
  background: #328F89;
}
@media (width <= 768px) {
  .attractions .modal-content {
    padding: 0.2rem 0.5rem;
  }
}
.attractions .modal-content .modal-header {
  border-bottom: none;
}
.attractions .modal-content .modal-header .btn-close {
  position: relative;
  box-sizing: content-box;
  width: 0.5em;
  height: 0.5em;
  top: 10px;
  right: 10px;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/contain no-repeat;
}
@media (width <= 768px) {
  .attractions .modal-content .modal-header .btn-close {
    width: 0.2em;
    height: 0.2em;
  }
}
.attractions .modal-content .modal-body {
  overflow: hidden;
}
.attractions .modal-content .modal-body .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.attractions .modal-content .modal-body .swiper-slide {
  overflow: hidden;
}
.attractions .modal-content .modal-body .swiper-slide .attraction__content {
  padding-right: 1.5rem;
}
@media (width <= 768px) {
  .attractions .modal-content .modal-body .swiper-slide .attraction__content {
    padding-right: 0;
  }
}
.attractions .modal-content .modal-body .swiper-slide .attraction__content h4 {
  font-size: 1.35rem;
  color: #fff;
  font-weight: 600;
}
.attractions .modal-content .modal-body .swiper-slide .attraction__content p {
  color: #8CD4DB;
}
.attractions .modal-content .modal-body .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.attractions .swiper-button-next,
.attractions .swiper-button-prev {
  color: white;
  font-size: 1rem;
  background: #fff;
  width: 30px;
  height: 30px;
  color: #328F89;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (width <= 768px) {
  .attractions .swiper-button-next,
  .attractions .swiper-button-prev {
    font-size: 0.875rem;
    top: 30%;
  }
}
.attractions .swiper-button-next:after,
.attractions .swiper-button-prev:after {
  display: none;
}

.highlights_section {
  background: #fff;
  position: relative;
  padding-top: 0;
  z-index: 1;
}
.highlights_section h3 {
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #000;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (width <= 480px) {
  .highlights_section h3 {
    font-size: 1.5rem;
  }
}
.highlights_section h3::before {
  position: absolute;
  content: "";
  top: 45%;
  width: 40px;
  height: 3px;
  background: #ec0a15;
  margin-left: -50px;
}
.highlights_section .highlights__boxes {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0 0.5rem;
  width: 100%;
  position: relative;
}
.highlights_section .highlights__boxes .img_box {
  width: 100%;
  aspect-ratio: 4/3;
}
.highlights_section .highlights__boxes .img_box img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.highlights_section .highlights__boxes .places {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 1rem 3rem;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  left: 50%;
  transform: translate(-50%, 25%);
}
.highlights_section .owl-carousel .owl-nav button.owl-prev,
.highlights_section .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
  margin: 0;
}
.highlights_section .owl-carousel .owl-nav button.owl-prev:hover,
.highlights_section .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.highlights_section .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .highlights_section .owl-prev {
    left: 20px;
  }
}
.highlights_section .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .highlights_section .owl-next {
    right: -10px;
  }
}

.group__review {
  background: #D7F5F3;
  position: relative;
  z-index: 1;
}
.group__review .shape4 {
  position: absolute;
  left: 0;
  top: 5%;
  z-index: -1;
}
@media (width <= 768px) {
  .group__review .shape4 {
    display: block;
  }
}
.group__review .shape5 {
  position: absolute;
  right: 0;
  bottom: 1%;
  z-index: -1;
}
@media (width <= 768px) {
  .group__review .shape5 {
    display: block;
  }
}
.group__review .review__boxes {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: rgb(50, 143, 137);
  padding: 2rem;
  margin-top: 3rem;
  background: linear-gradient(180deg, rgb(50, 143, 137) 0%, rgb(97, 151, 46) 100%);
  display: flex;
}
.group__review .review__boxes .full_coloum {
  position: relative;
  display: flex;
}
@media (width <= 768px) {
  .group__review .review__boxes .full_coloum {
    align-items: center;
  }
}
.group__review .review__boxes .full_coloum .reviwer_img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 40%;
  transform: translateY(-50px);
  position: relative;
  max-width: 450px;
  aspect-ratio: 450/574;
}
@media (768px <= width <= 992px) {
  .group__review .review__boxes .full_coloum .reviwer_img {
    width: 30%;
  }
}
@media (width <= 768px) {
  .group__review .review__boxes .full_coloum .reviwer_img {
    transform: translateY(0);
  }
}
.group__review .review__boxes .full_coloum .reviwer_img .video__icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  background: #328F89;
  border: 3px solid #fff;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
}
@media (width <= 768px) {
  .group__review .review__boxes .full_coloum .reviwer_img .video__icon {
    width: 50px;
    height: 50px;
  }
}
.group__review .review__boxes .full_coloum .reviwer_img .video__icon i {
  font-size: 2rem;
  color: #fff;
}
@media (width <= 768px) {
  .group__review .review__boxes .full_coloum .reviwer_img .video__icon i {
    font-size: 1.5rem;
  }
}
.group__review .review__boxes .full_coloum .reviwer_img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.group__review .review__boxes .full_coloum .content {
  width: 60%;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (768px <= width <= 992px) {
  .group__review .review__boxes .full_coloum .content {
    width: 70%;
  }
}
.group__review .review__boxes .full_coloum .content .top .rating {
  margin-bottom: 1rem;
}
.group__review .review__boxes .full_coloum .content .top .rating i {
  color: #fff;
  font-size: 1rem;
}
.group__review .review__boxes .full_coloum .content .top .rating span i {
  color: rgba(255, 255, 255, 0.3215686275) !important;
}
.group__review .review__boxes .full_coloum .content .top p {
  color: #fff;
}
.group__review .review__boxes .full_coloum .content .top .readmore {
  color: #CCFBA1;
}
.group__review .review__boxes .full_coloum .content .name__designation {
  text-align: right;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", serif;
}
@media (width <= 1200px) {
  .group__review .review__boxes .full_coloum .content .name__designation {
    margin-top: 2rem;
  }
}
.group__review .review__boxes .full_coloum .content .name__designation span {
  color: #CCFBA1;
}
.group__review .owl-carousel .owl-nav button.owl-prev,
.group__review .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #328f89;
  width: 30px;
  height: 30px;
  border: 1px solid #96ADBE;
  margin: 0;
}
.group__review .owl-carousel .owl-nav button.owl-prev:hover,
.group__review .owl-nav button.owl-next:hover {
  background: #328f89;
  color: #fff;
}
.group__review .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .group__review .owl-prev {
    left: 20px;
  }
}
.group__review .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .group__review .owl-next {
    right: -10px;
  }
}

.package-navbar {
  height: 50px;
  background-color: #328F89;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 24;
  position: fixed;
  display: none;
  align-items: center;
}
@media (width <= 768px) {
  .package-navbar {
    height: 40px;
  }
}
.package-navbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (width <= 768px) {
  .package-navbar ul {
    gap: 4px;
  }
}
.package-navbar .active {
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  background: #80C342;
  border-radius: 50px;
}
@media (width <= 768px) {
  .package-navbar .active {
    line-height: 20px;
  }
}
.package-navbar a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  padding: 10px 15px;
}
@media (width <= 768px) {
  .package-navbar a {
    font-size: 0.875rem;
    padding: 5px 10px;
    line-height: 20px;
  }
}
@media (width <= 480px) {
  .package-navbar a {
    font-size: 0.813rem;
  }
}

#itinerary,
#inclusions,
#location,
#termscondition {
  width: 100%;
  padding: 1rem 0;
}

@media (max-width: 767px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.short-text {
  display: none;
}

@media (max-width: 768px) {
  .full-text {
    display: none;
  }
  .short-text {
    display: inline;
  }
}
.intro_slide {
  width: 100%;
  position: relative;
}
.intro_slide .video_img_slider {
  position: relative;
  width: 100vw;
  height: 90vh;
  overflow: hidden;
}
@media (992px <= width <= 1200px) {
  .intro_slide .video_img_slider {
    height: 90vh;
  }
}
@media (768px <= width <= 992px) {
  .intro_slide .video_img_slider {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .intro_slide .video_img_slider {
    height: 65vh;
  }
}
.intro_slide .video_img_slider::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  height: 200px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.intro_slide .video_img_slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.intro_slide .video_img_slider .slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.intro_slide .video_img_slider .slide .slider-caption {
  position: absolute;
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro_slide .video_img_slider .slide .slider-caption {
    left: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro_slide .video_img_slider .slide .slider-caption {
    padding: 0px 15px;
    left: 2%;
  }
}
@media (max-width: 767px) {
  .intro_slide .video_img_slider .slide .slider-caption {
    height: auto;
    top: auto;
    bottom: 40px;
  }
}
.intro_slide .video_img_slider .slide .slider-caption h2 {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-family: "Poppins", serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro_slide .video_img_slider .slide .slider-caption h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro_slide .video_img_slider .slide .slider-caption h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro_slide .video_img_slider .slide .slider-caption h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .intro_slide .video_img_slider .slide .slider-caption h2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .intro_slide .video_img_slider .slide .slider-caption h2 {
    font-size: 1.4rem;
  }
}
.intro_slide .video_img_slider .slide .slider-caption h6 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
  font-family: "Caveat", serif;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro_slide .video_img_slider .slide .slider-caption h6 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .intro_slide .video_img_slider .slide .slider-caption h6 {
    margin-bottom: 1.2rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .intro_slide .video_img_slider .slide .slider-caption h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.intro_slide .video_img_slider .slide .slider-caption .btn_1 {
  background: #328F89;
  color: #fff !important;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro_slide .video_img_slider .slide .slider-caption .btn_1 {
    padding: 10px 25px;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .intro_slide .video_img_slider .slide .slider-caption .btn_1 {
    padding: 10px 25px;
    font-size: 0.875rem;
  }
}
.intro_slide .video_img_slider .slide .slider-caption .btn_1:hover {
  background: #fff;
  color: #328F89 !important;
}
.intro_slide .video_img_slider .slide .slider-caption .btn_boxes {
  display: flex;
}
@media (max-width: 767px) {
  .intro_slide .video_img_slider .slide .slider-caption .btn_boxes {
    justify-content: center;
  }
}
.intro_slide .video_img_slider .slide .slider-caption .btn_boxes .btn_2 {
  margin-left: 1rem;
}
.intro_slide .video_img_slider .slide.active {
  opacity: 1;
  z-index: 1;
}
.intro_slide .video_img_slider .youtube-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  overflow: hidden;
}
@media (width <= 768px) {
  .intro_slide .video_img_slider .youtube-video {
    padding-top: 56.25%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.77vh;
    height: 100vh;
    transform: translate(-50%, -50%);
  }
}
.intro_slide .video_img_slider .youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  /* Optional, for visual fill */
  pointer-events: none;
  /* Optional: disable interaction */
}
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.intro_slide .video_img_slider .nav-buttons {
  position: absolute;
  bottom: 10%;
  left: 2%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (768px <= width <= 992px) {
  .intro_slide .video_img_slider .nav-buttons {
    left: 3%;
    gap: 5px;
  }
}
@media (width <= 768px) {
  .intro_slide .video_img_slider .nav-buttons {
    left: 5%;
    gap: 5px;
  }
}
.intro_slide .video_img_slider .nav-btn {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid white;
  padding: 10px 10px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
@media (768px <= width <= 992px) {
  .intro_slide .video_img_slider .nav-btn {
    font-size: 0.813rem;
    padding: 5px 5px;
    width: 20px;
    height: 20px;
  }
}
@media (width <= 768px) {
  .intro_slide .video_img_slider .nav-btn {
    font-size: 0.813rem;
    padding: 5px 5px;
    width: 20px;
    height: 20px;
  }
}
.intro_slide .video_img_slider .nav-btn:hover,
.intro_slide .video_img_slider .nav-btn.active {
  background: white;
  color: black;
}
.intro_slide .search_form form {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  position: absolute;
  bottom: -35px;
  background: #fff;
  width: 55%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9;
  gap: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro_slide .search_form form {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro_slide .search_form form {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .intro_slide .search_form form {
    display: none;
  }
}
.intro_slide .search_form form .destination {
  width: 55%;
  padding-right: 2%;
  border-right: 1px solid #e1e1e1;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .intro_slide .search_form form .destination {
    width: 90%;
    border-right: none;
    display: none;
  }
}
@media (max-width: 480px) {
  .intro_slide .search_form form .destination {
    width: 100%;
    display: none;
  }
}
.intro_slide .search_form form .destination .form-control {
  border: none;
}
.intro_slide .type {
  width: 35%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .intro_slide .type {
    width: 40%;
    padding: 0.8rem;
    display: none;
  }
}
@media (max-width: 480px) {
  .intro_slide .type {
    width: 100%;
    padding: 0.8rem;
  }
}
.intro_slide .type .icon {
  width: 20px;
}
.intro_slide .type select {
  font-size: 1rem;
  color: #474747;
  font-weight: 400;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro_slide .type select {
    padding: 0 0.2rem 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .intro_slide .type select {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .intro_slide .type select option {
    background-color: #fff;
    color: #000;
  }
}
@media (max-width: 767px) {
  .intro_slide .type select option:checked {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .intro_slide .type select option:hover {
    color: #fff;
  }
}
.intro_slide .search_btn {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_slide .search_btn .searchbtn {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #80c342;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.intro_slide .search_btn .searchbtn i {
  color: #fff;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro_slide .search_btn .searchbtn i {
    font-size: 0.875rem;
  }
}
.intro_slide .search_btn .searchbtn:hover {
  background: #328F89;
}
@media (max-width: 767px) {
  .intro_slide .form-select {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
  }
}
.intro_slide .search_form_mobile {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  position: absolute;
  bottom: -35px;
  background: #fff;
  width: 55%;
  cursor: pointer;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9;
  gap: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: none;
}
@media (max-width: 767px) {
  .intro_slide .search_form_mobile {
    display: flex;
    width: 60%;
    bottom: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
  }
}
@media (max-width: 480px) {
  .intro_slide .search_form_mobile {
    width: 70%;
  }
}
.intro_slide .search_form_mobile .text-here {
  display: none;
}
@media (max-width: 767px) {
  .intro_slide .search_form_mobile .text-here {
    display: flex;
    padding: 0.8rem;
    animation: blink 1s infinite;
    width: 87%;
    animation: blink 1s infinite;
  }
}
@media (max-width: 480px) {
  .intro_slide .search_form_mobile .text-here {
    width: 85%;
    font-size: 0.875rem;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.intro_slide .search_form_mobile .search_btn {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .intro_slide .search_form_mobile .search_btn {
    justify-content: flex-end;
    align-items: center;
    width: 13%;
  }
}
@media (max-width: 480px) {
  .intro_slide .search_form_mobile .search_btn {
    width: 15%;
  }
}
.intro_slide .search_form_mobile .search_btn .searchbtn {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #80c342;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro_slide .search_form_mobile .search_btn .searchbtn i {
  color: #fff;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro_slide .search_form_mobile .search_btn .searchbtn i {
    font-size: 0.875rem;
  }
}
.intro_slide .search_form_mobile .search_btn .searchbtn:hover {
  background: #328F89;
}
.intro_slide .form-select {
  outline: 0 !important;
  box-shadow: none;
}
.intro_slide .arrow {
  position: absolute;
  left: 50px;
  bottom: 6%;
  width: 23px;
}
@media (max-width: 992px) {
  .intro_slide .arrow {
    width: 18px;
    bottom: 12%;
    left: 3.2%;
  }
}
@media (max-width: 767px) {
  .intro_slide .arrow {
    display: none;
  }
}

.more-text-full {
  display: none;
}

.moreless-button {
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  color: #328F89 !important;
}
.moreless-button a {
  color: #328F89 !important;
}

.selecttype .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  z-index: 9;
}
.selecttype .modal-body {
  padding: 2rem;
}
.selecttype .modal-body h3 {
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 1.5rem;
  color: #535252;
  margin-bottom: 1rem;
}
.selecttype .modal-body .btn_box {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.selecttype .modal-body .btn_box .btn_5 {
  padding: 0.5rem 1rem;
  font-family: "Poppins", serif;
}

@media (max-width: 992px) {
  .navigation .nav-menu {
    display: none;
  }
  .navigation.navigation-portrait .nav-menu {
    display: block;
  }
}
.details_container #termscondition .full_boxes.expanded ul {
  width: 100% !important;
}/*# sourceMappingURL=main.css.map */