.navbar {
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  padding: 23px 0px 21px 0px;
}
.navbar a.logo img {
  max-width: 150px;
}

.navbar-nav {
  gap: 26px;
  margin-left: 84px;
  align-items: center;
}
@media (max-width: 1304px) {
  .navbar-nav {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .navbar-nav {
    margin-left: 0px;
  }
}
.navbar-nav .nav-item {
  cursor: pointer;
}
.navbar-nav .nav-item .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  line-height: 26px;
  color: #192024;
  transition: all 0.4s ease-in-out 0s;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #ff6612 !important;
}
@media (max-width: 1200px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .navbar-nav .nav-item .nav-link {
    padding: 10px 3px;
  }
}
.navbar-nav .nav-item .nav-link .dropdown-menu {
  cursor: pointer;
}
.navbar-nav .nav-item .nav-link .dropdown-menu .dropdown-item {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #192024;
  transition: all 0.4s ease-in-out 0s;
}
.navbar-nav .nav-item .nav-link .dropdown-menu .dropdown-item:hover {
  color: #ff6612 !important;
  background: none;
}
@media (max-width: 1200px) {
  .navbar-nav .nav-item .nav-link .dropdown-menu .dropdown-item {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .navbar-nav .nav-item .nav-link .dropdown-menu .dropdown-item {
    padding: 10px 3px;
  }
}
.navbar-nav .number {
  display: flex;
  gap: 4px;
}
.navbar-nav .number a {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  .navbar-nav .number a {
    font-size: 13px;
  }
}
.navbar-nav .nav-btn a {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.navbar-nav .nav-btn a:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .navbar-nav .nav-btn a {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .navbar-nav .nav-btn a {
    border-radius: 5px;
  }
}
@media (max-width: 1200px) {
  .navbar-nav .nav-btn a {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .navbar-nav .nav-btn a {
    padding: 11px 14px;
    border-radius: 5px;
  }
}

.trip-plan {
  border-bottom: 1px solid #e6e6e6;
}
.trip-plan ul {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .trip-plan ul {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}
.trip-plan ul li {
  width: 25%;
  border-right: 1px solid #e6e6e6;
  list-style: none;
  display: flex;
  gap: 21px;
  padding: 22px 85px 12px 68px;
  align-items: center;
}
@media (max-width: 1304px) {
  .trip-plan ul li {
    padding: 22px 70px 12px 68px;
  }
}
@media (max-width: 1200px) {
  .trip-plan ul li {
    padding: 22px 53px 12px 49px;
  }
}
@media (max-width: 992px) {
  .trip-plan ul li {
    padding: 12px 31px 12px 41px;
    gap: 9px;
  }
}
@media (max-width: 767px) {
  .trip-plan ul li {
    padding: 12px 31px 12px 31px;
    gap: 9px;
    width: 100%;
  }
}
.trip-plan ul li span {
  color: #4f5b70;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 1158px) {
  .trip-plan ul li span {
    font-size: 11px;
  }
}
.trip-plan ul li:last-child {
  border-right: none;
}

@media (max-width: 1023px) {
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .humburger-ico {
    display: flex;
    width: 40px;
    flex-wrap: wrap;
    position: absolute;
    top: 30px;
    right: 40px;
    border: none;
  }
  .humburger-ico .hum-ico {
    display: block;
    width: 35px;
    background: #283a2c;
    position: absolute;
    height: 4px;
    width: 85%;
    border-radius: 9px;
    transition: all 0.3s ease;
  }
  .humburger-ico .hum-ico:nth-child(2) {
    top: 13px;
  }
  .humburger-ico .hum-ico:nth-child(3) {
    top: 22px;
  }
  .humburger-ico.humburger-open span:nth-child(1) {
    top: 11px;
    transform: rotate(135deg);
  }
  .humburger-ico.humburger-open span:nth-child(2) {
    opacity: 0;
    left: -30px;
    display: none;
  }
  .humburger-ico.humburger-open span:nth-child(3) {
    top: 11px;
    transform: rotate(-135deg);
  }
}
.d-sm-inline-block .fa-pencil-square-o {
  font-size: 30px;
  color: #fff;
}

.about-place .about-place-main .about-right .images .max-width-1 img {
  border-radius: 100px;
  height: 425px;
  width: 100%;
}
.about-place .about-place-main .about-right .images .max-width-2 img {
  border-radius: 100px;
  height: 425px;
  width: 100%;
}

@media screen and (min-width: 200px) and (max-width: 500px) {
  .about-place .about-place-main .about-right .images .max-width-1 img {
    height: 310px;
  }
  .about-place .about-place-main .about-right .images .max-width-2 img {
    height: 200px;
  }
}
.breadcrumb-main {
  padding: 20px 0px;
}
@media (max-width: 576px) {
  .breadcrumb-main {
    padding: 10px 0px;
  }
}
.breadcrumb-main nav {
  display: flex;
}
.breadcrumb-main nav ol {
  display: flex;
  list-style: none;
  margin: 0;
}
.breadcrumb-main nav ol li span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 767px) {
  .breadcrumb-main nav ol li span {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .breadcrumb-main nav ol li span {
    font-size: 13px;
    line-height: 17px;
  }
}
.breadcrumb-main nav ol li span:hover {
  color: #354839;
}
.breadcrumb-main nav ol .breadcrumb-item.active span {
  color: #354839;
  font-weight: 600;
}
.breadcrumb-main nav .breadcrumb-item + .breadcrumb-item::before {
  font-size: 16px;
  color: #283a2c;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .breadcrumb-main nav .breadcrumb-item + .breadcrumb-item::before {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .breadcrumb-main nav .breadcrumb-item + .breadcrumb-item::before {
    font-size: 12px;
    padding-top: 4px;
  }
}

.breadcrumb-main-2 {
  background: #283a2c;
  padding: 20px 0px;
}
@media (max-width: 576px) {
  .breadcrumb-main-2 {
    padding: 10px 0px;
  }
}
.breadcrumb-main-2 nav {
  display: flex;
}
.breadcrumb-main-2 nav ol {
  display: flex;
  list-style: none;
  margin: 0;
}
.breadcrumb-main-2 nav ol li span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 767px) {
  .breadcrumb-main-2 nav ol li span {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .breadcrumb-main-2 nav ol li span {
    font-size: 13px;
    line-height: 17px;
  }
}
.breadcrumb-main-2 nav ol li span:hover {
  color: #354839;
}
.breadcrumb-main-2 nav ol .breadcrumb-item.active span {
  color: #354839;
  font-weight: 600;
}
.breadcrumb-main-2 nav .breadcrumb-item + .breadcrumb-item::before {
  font-size: 16px;
  color: #fff;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .breadcrumb-main-2 nav .breadcrumb-item + .breadcrumb-item::before {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .breadcrumb-main-2 nav .breadcrumb-item + .breadcrumb-item::before {
    font-size: 12px;
    padding-top: 4px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
b,
h5,
h6,
span,
figure {
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1285px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .container {
    width: 96%;
  }
}

#style-1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

#style-1::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  background-color: transparent;
  border-radius: 10px;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.banner-section {
  background: url(../images/banner.webp);
  width: auto;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
@media (max-width: 767px) {
  .banner-section {
    height: 500px;
  }
}
.banner-section .banner-haeding {
  position: absolute;
  left: 5%;
  right: 0;
  bottom: 28%;
  width: 95%;
}
.banner-section .banner-haeding span {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 84px;
  width: 55%;
  display: block;
}
@media (max-width: 1192px) {
  .banner-section .banner-haeding span {
    font-size: 64px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-haeding span {
    font-size: 48px;
    line-height: 42px;
    display: none;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-haeding span {
    font-size: 30px;
    line-height: 35px;
    display: none;
  }
}
@media (max-width: 400px) {
  .banner-section .banner-haeding span {
    font-size: 30px;
    line-height: 37px;
    display: none;
  }
}

.second-sec {
  background: url(../images/background.webp);
  background-size: cover;
  height: auto;
  background-repeat: no-repeat;
  margin-top: -504px;
  max-width: 100%;
  z-index: 999;
  position: sticky;
  padding: 336px 0px 126px 162px;
}
@media (max-width: 1366px) {
  .second-sec {
    padding: 336px 0px 126px 52px;
  }
}
@media (max-width: 992px) {
  .second-sec {
    padding: 269px 0px 126px 52px;
  }
}
@media (max-width: 767px) {
  .second-sec {
    padding: 269px 0px 126px 32px;
  }
}
@media (max-width: 576px) {
  .second-sec {
    padding: 41px 0px 90px 27px;
    margin-top: 1rem;
  }
}
.second-sec .set-width {
  max-width: 1583px;
  margin: auto;
}
.second-sec .set-width .about-kanha-park {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .second-sec .set-width .about-kanha-park {
    margin-bottom: 27px;
  }
}
.second-sec .set-width .about-kanha-park span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 1192px) {
  .second-sec .set-width .about-kanha-park span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .second-sec .set-width .about-kanha-park span {
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .second-sec .set-width .about-kanha-park span {
    font-size: 13px;
    line-height: 14px;
  }
}
.second-sec .set-width .about-kanha-park h1 {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .second-sec .set-width .about-kanha-park h1 {
    font-size: 52px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) {
  .second-sec .set-width .about-kanha-park h1 {
    font-size: 49px;
  }
}
@media (max-width: 767px) {
  .second-sec .set-width .about-kanha-park h1 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .second-sec .set-width .about-kanha-park h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .second-sec .set-width .about-kanha-park h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
.second-sec .set-width .about-kanha-park h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .second-sec .set-width .about-kanha-park h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .second-sec .set-width .about-kanha-park h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .second-sec .set-width .about-kanha-park h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .second-sec .set-width .about-kanha-park h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .second-sec .set-width .about-kanha-park h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.second-sec .set-width .top-slider-section {
  position: relative;
}
.second-sec .set-width .top-slider-section .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.second-sec .set-width .top-slider-section .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .second-sec .set-width .top-slider-section .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .second-sec .set-width .top-slider-section .view-btn {
    border-radius: 5px;
  }
}
.second-sec .set-width .top-slider-section .view-btn {
  position: absolute;
  right: 0px;
  top: -110px;
}
@media (max-width: 1024px) {
  .second-sec .set-width .top-slider-section .view-btn {
    right: 77px;
  }
}
@media (max-width: 1192px) {
  .second-sec .set-width .top-slider-section .view-btn {
    right: 138px;
    top: -103px;
  }
}
@media (max-width: 1023px) {
  .second-sec .set-width .top-slider-section .view-btn {
    right: 13%;
    bottom: 42px;
    z-index: 99;
    top: unset;
  }
}
@media (max-width: 767px) {
  .second-sec .set-width .top-slider-section .view-btn {
    right: 5.5%;
    bottom: 0px;
    display: none;
  }
}
.second-sec .set-width .top-slider-section .top-slider {
  padding: 0px 0px 53px 0px;
}
.second-sec .set-width .top-slider-section .top-slider .package-content .package-area {
  position: relative;
  max-width: 944px;
}
@media (max-width: 1024px) {
  .second-sec .set-width .top-slider-section .top-slider .package-content .package-area {
    margin-right: 31px;
  }
}
@media (max-width: 767px) {
  .second-sec .set-width .top-slider-section .top-slider .package-content .package-area {
    margin-right: 0px;
  }
}
.second-sec .set-width .top-slider-section .top-slider figure {
  margin: 0 auto;
  max-height: 589px;
  position: relative;
  display: flex;
  overflow: hidden;
}
.second-sec .set-width .top-slider-section .top-slider figure img {
  border-radius: 80px;
  max-width: 100%;
  filter: brightness(1);
}
@media (max-width: 576px) {
  .second-sec .set-width .top-slider-section .top-slider figure img {
    border-radius: 30px;
    height: 272px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 400px) {
  .second-sec .set-width .top-slider-section .top-slider figure img {
    border-radius: 30px;
    height: 240px;
  }
}
.second-sec .set-width .top-slider-section .top-slider figcaption {
  padding: 0px 25px 47px 25px;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
@media (max-width: 767px) {
  .second-sec .set-width .top-slider-section .top-slider figcaption {
    padding: 0px 45px 27px 44px;
  }
}
@media (max-width: 400px) {
  .second-sec .set-width .top-slider-section .top-slider figcaption {
    padding: 0px 14px 13px 16px;
  }
}
.second-sec .set-width .top-slider-section .top-slider figcaption a b {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  display: block;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out 0s;
  text-shadow: 1px 0px 5px black;
}
@media (max-width: 767px) {
  .second-sec .set-width .top-slider-section .top-slider figcaption a b {
    font-size: 34px;
    line-height: 37px;
  }
}
@media (max-width: 450px) {
  .second-sec .set-width .top-slider-section .top-slider figcaption a b {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 2px;
  }
}
.second-sec .set-width .top-slider-section .top-slider figcaption a b:hover {
  color: #ff6612;
}
.second-sec .set-width .top-slider-section .top-slider figcaption .visit-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.second-sec .set-width .top-slider-section .top-slider figcaption .visit-sec p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-shadow: 1px 0px 5px black;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .second-sec .set-width .top-slider-section .top-slider figcaption .visit-sec p {
    font-size: 18px;
    line-height: 26px;
    display: none;
  }
}
@media (max-width: 576px) {
  .second-sec .set-width .top-slider-section .top-slider figcaption .visit-sec p {
    font-size: 16px;
    line-height: 19px;
    display: none;
  }
}
@media (max-width: 400px) {
  .second-sec .set-width .top-slider-section .top-slider figcaption .visit-sec p {
    font-size: 9px;
    line-height: 13px;
    display: none;
  }
}
@media (max-width: 400px) {
  .second-sec .set-width .top-slider-section .top-slider figcaption .visit-sec a img {
    width: 65%;
    display: none;
  }
}
.second-sec .set-width .top-slider-section .top-slider .slick-list.draggable {
  padding-right: 450px;
}
@media (max-width: 1366px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-list.draggable {
    padding-right: 332px;
  }
}
@media (max-width: 1304px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-list.draggable {
    padding-right: 250px;
  }
}
@media (max-width: 1200px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-list.draggable {
    padding-right: 100px;
  }
}
@media (max-width: 1024px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-list.draggable {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-list.draggable {
    padding-right: 0px;
  }
}
.second-sec .set-width .top-slider-section .top-slider .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: 1px dotted #c4c4c4;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  transform: translate(-300%, -220%);
}
.second-sec .set-width .top-slider-section .top-slider .slick-arrow:hover {
  background: #ff6612;
}
@media (max-width: 1192px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-arrow {
    width: 40px;
    height: 40px;
    transform: translate(-425%, -258%);
  }
}
@media (max-width: 1024px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-arrow {
    transform: translate(-434%, -110%);
  }
}
@media (max-width: 992px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-arrow {
    transform: translate(-364%, -107%);
  }
}
@media (max-width: 992px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-arrow {
    transform: translate(-369%, -107%);
  }
}
@media (max-width: 767px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-arrow {
    transform: translate(-352%, 0%);
  }
}
.second-sec .set-width .top-slider-section .top-slider .slick-prev {
  right: 60px;
  left: unset;
}
@media (max-width: 1023px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-prev {
    top: unset;
    bottom: 0px;
  }
}
.second-sec .set-width .top-slider-section .top-slider .slick-prev::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/left.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-prev::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-prev::before {
    background: url(../images/left-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.second-sec .set-width .top-slider-section .top-slider .slick-prev:hover {
  background: #ff6612;
}
.second-sec .set-width .top-slider-section .top-slider .slick-prev:hover::before {
  background: url(../images/white-left.webp) no-repeat center;
}
@media (max-width: 576px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-prev:hover::before {
    background: url(../images/white-left-mob.webp) no-repeat center;
  }
}
.second-sec .set-width .top-slider-section .top-slider .slick-next {
  right: 0;
  top: 0px;
}
@media (max-width: 1023px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-next {
    top: unset;
    bottom: 0px;
  }
}
.second-sec .set-width .top-slider-section .top-slider .slick-next::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/right.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-next::before {
    background: url(../images/right-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.second-sec .set-width .top-slider-section .top-slider .slick-next:hover {
  background: #ff6612;
}
.second-sec .set-width .top-slider-section .top-slider .slick-next:hover::before {
  background: url(../images/white-right.webp) no-repeat center;
}
@media (max-width: 576px) {
  .second-sec .set-width .top-slider-section .top-slider .slick-next:hover::before {
    background: url(../images/white-right-mob.webp) no-repeat center;
  }
}
.second-sec .set-width .best-time-visit {
  max-width: 1293px;
  margin-right: 52px;
}
@media (max-width: 416px) {
  .second-sec .set-width .best-time-visit {
    margin-right: 33px;
  }
}
.second-sec .set-width .best-time-visit .best-time-heading span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 1192px) {
  .second-sec .set-width .best-time-visit .best-time-heading span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .second-sec .set-width .best-time-visit .best-time-heading span {
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .second-sec .set-width .best-time-visit .best-time-heading span {
    font-size: 13px;
    line-height: 14px;
  }
}
.second-sec .set-width .best-time-visit .best-time-heading span {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 992px) {
  .second-sec .set-width .best-time-visit .best-time-heading span {
    margin-bottom: 10px;
  }
}
.second-sec .set-width .best-time-visit .best-time-heading h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .second-sec .set-width .best-time-visit .best-time-heading h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .second-sec .set-width .best-time-visit .best-time-heading h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .second-sec .set-width .best-time-visit .best-time-heading h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .second-sec .set-width .best-time-visit .best-time-heading h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .second-sec .set-width .best-time-visit .best-time-heading h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 1192px) {
  .second-sec .set-width .best-time-visit .best-time-heading h2 br {
    display: none;
  }
}
.second-sec .set-width .best-time-visit .package-tab {
  display: flex;
  padding: 0px 10px 0px 10px;
  margin: auto;
  margin-top: 37px !important;
  width: 100%;
  gap: 60px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
@media (max-width: 1283px) {
  .second-sec .set-width .best-time-visit .package-tab {
    margin-bottom: 22px;
  }
}
@media (max-width: 1200px) {
  .second-sec .set-width .best-time-visit .package-tab {
    gap: 35px;
  }
}
.second-sec .set-width .best-time-visit .package-tab li {
  list-style: none;
  border-right: 1px solid rgba(217, 217, 217, 0.22);
  padding-right: 57px;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 1200px) {
  .second-sec .set-width .best-time-visit .package-tab li {
    padding-right: 35px;
  }
}
.second-sec .set-width .best-time-visit .package-tab li button {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
}
.second-sec .set-width .best-time-visit .package-tab li button span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 12px 0px 0px 0px;
}
@media (max-width: 1366px) {
  .second-sec .set-width .best-time-visit .package-tab li button span {
    line-height: 27px;
    margin: 14px 0px 10px 0px;
  }
}
@media (max-width: 1158px) {
  .second-sec .set-width .best-time-visit .package-tab li button span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .second-sec .set-width .best-time-visit .package-tab li button span {
    font-size: 16px;
    line-height: 23px;
  }
}
.second-sec .set-width .best-time-visit .package-tab li button:active {
  border-color: transparent;
  transition: 3s;
}
.second-sec .set-width .best-time-visit .package-tab li:last-child {
  border-right: none !important;
}
.second-sec .set-width .best-time-visit .active button span {
  font-weight: 700 !important;
}
.second-sec .set-width .jeep-safari {
  max-width: 1293px;
  background: #f1eee9;
  display: flex;
  border-radius: 100px;
  padding: 0px 67px 0px 67px;
  margin: auto;
  height: auto;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .second-sec .set-width .jeep-safari {
    border-radius: 39px;
    padding: 0px 37px 0px 37px;
  }
}
@media (max-width: 400px) {
  .second-sec .set-width .jeep-safari {
    padding: 0px 28px 0px 28px;
  }
}
.second-sec .set-width .jeep-safari .safari-left {
  padding: 65px 0px 65px 0px;
}
@media (max-width: 992px) {
  .second-sec .set-width .jeep-safari .safari-left {
    padding: 54px 0px 54px 0px;
  }
}
@media (max-width: 991px) {
  .second-sec .set-width .jeep-safari .safari-left {
    padding: 54px 0px 28px 0px;
  }
}
@media (max-width: 576px) {
  .second-sec .set-width .jeep-safari .safari-left {
    padding: 28px 0px 30px 0px;
  }
}
.second-sec .set-width .jeep-safari .safari-left b {
  color: #303437;
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  display: block;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  .second-sec .set-width .jeep-safari .safari-left b {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .second-sec .set-width .jeep-safari .safari-left b {
    font-size: 37px;
    line-height: 35px;
  }
}
.second-sec .set-width .jeep-safari .safari-left p {
  color: #4f4f4f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  .second-sec .set-width .jeep-safari .safari-left p {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .second-sec .set-width .jeep-safari .safari-left p {
    padding-right: 0px;
    font-size: 15px;
  }
}
.second-sec .set-width .jeep-safari .safari-left .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.second-sec .set-width .jeep-safari .safari-left .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .second-sec .set-width .jeep-safari .safari-left .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .second-sec .set-width .jeep-safari .safari-left .view-btn {
    border-radius: 5px;
  }
}
.second-sec .set-width .jeep-safari .safari-right {
  position: relative;
}
@media (max-width: 991px) {
  .second-sec .set-width .jeep-safari .safari-right {
    padding-bottom: 24px;
  }
}
@media (max-width: 400px) {
  .second-sec .set-width .jeep-safari .safari-right {
    padding: 0px 0px 24px 0px;
  }
}
.second-sec .set-width .jeep-safari .safari-right .images {
  position: absolute;
  right: 0px;
  display: flex;
  gap: 23px;
}
@media (max-width: 992px) {
  .second-sec .set-width .jeep-safari .safari-right .images {
    position: unset;
    justify-content: center;
  }
}
.second-sec .set-width .jeep-safari .safari-right .images .max-width-1 {
  max-width: 129px;
}
.second-sec .set-width .jeep-safari .safari-right .images .max-width-2 {
  max-width: 250px;
}
.second-sec .set-width .jeep-safari .safari-right .images img {
  border-radius: 100px;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
@media (max-width: 991px) {
  .second-sec .set-width .jeep-safari .safari-right .images img {
    padding: 0px;
  }
}
@media (max-width: 576px) {
  .second-sec .set-width .jeep-safari .safari-right .images img {
    border-radius: 70px;
  }
}
@media (max-width: 400px) {
  .second-sec .set-width .jeep-safari .safari-right .images img {
    border-radius: 40px;
  }
}
@media (max-width: 1366px) {
  .second-sec .set-width .jeep-safari {
    max-width: 1232px;
  }
}

.welcome-section {
  padding: 102px 0px 100px 0px;
}
@media (max-width: 576px) {
  .welcome-section {
    padding: 76px 0px 90px 0px;
  }
}
@media (max-width: 400px) {
  .welcome-section {
    padding: 45px 0px 69px 0px;
  }
}
.welcome-section .welcome-main {
  justify-content: space-between;
  height: 680px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .welcome-section .welcome-main {
    height: auto;
  }
}
@media (max-width: 400px) {
  .welcome-section .welcome-main {
    margin-bottom: 36px;
  }
}
@media (max-width: 1366px) {
  .welcome-section .welcome-main {
    gap: 70px;
  }
}
@media (max-width: 1024px) {
  .welcome-section .welcome-main {
    gap: 20px;
  }
}
.welcome-section .welcome-main .wel-sec-left {
  width: 37%;
}
@media (max-width: 1024px) {
  .welcome-section .welcome-main .wel-sec-left {
    width: 47%;
  }
}
@media (max-width: 625px) {
  .welcome-section .welcome-main .wel-sec-left {
    width: 100%;
  }
}
.welcome-section .welcome-main .wel-sec-left span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .welcome-section .welcome-main .wel-sec-left span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .welcome-section .welcome-main .wel-sec-left span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .welcome-section .welcome-main .wel-sec-left span {
    font-size: 13px;
    line-height: 14px;
  }
}
.welcome-section .welcome-main .wel-sec-left h1 {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .welcome-section .welcome-main .wel-sec-left h1 {
    font-size: 52px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) {
  .welcome-section .welcome-main .wel-sec-left h1 {
    font-size: 49px;
  }
}
@media (max-width: 767px) {
  .welcome-section .welcome-main .wel-sec-left h1 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .welcome-section .welcome-main .wel-sec-left h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .welcome-section .welcome-main .wel-sec-left h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
.welcome-section .welcome-main .wel-sec-left h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .welcome-section .welcome-main .wel-sec-left h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .welcome-section .welcome-main .wel-sec-left h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .welcome-section .welcome-main .wel-sec-left h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .welcome-section .welcome-main .wel-sec-left h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .welcome-section .welcome-main .wel-sec-left h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.welcome-section .welcome-main .wel-sec-left p {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .welcome-section .welcome-main .wel-sec-left p {
    font-size: 15px;
  }
}
.welcome-section .welcome-main .wel-sec-left .view-btn a {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.welcome-section .welcome-main .wel-sec-left .view-btn a:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .welcome-section .welcome-main .wel-sec-left .view-btn a {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .welcome-section .welcome-main .wel-sec-left .view-btn a {
    border-radius: 5px;
  }
}
.welcome-section .welcome-main .wel-sec-right {
  width: 57%;
  padding-right: 0px;
  position: relative;
}
@media (max-width: 1366px) {
  .welcome-section .welcome-main .wel-sec-right {
    width: 54%;
  }
}
@media (max-width: 1024px) {
  .welcome-section .welcome-main .wel-sec-right {
    width: 47%;
  }
}
@media (max-width: 625px) {
  .welcome-section .welcome-main .wel-sec-right {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    padding-right: 15px;
  }
}
.welcome-section .welcome-main .wel-sec-right .image-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 625px) {
  .welcome-section .welcome-main .wel-sec-right .image-1 {
    position: unset;
    max-width: 407px;
  }
}
.welcome-section .welcome-main .wel-sec-right .image-1 figure img {
  max-width: 407px;
}
@media (max-width: 1024px) {
  .welcome-section .welcome-main .wel-sec-right .image-1 figure img {
    max-width: 295px;
  }
}
@media (max-width: 625px) {
  .welcome-section .welcome-main .wel-sec-right .image-1 figure img {
    width: 100%;
    border-radius: 62px;
  }
}
@media (max-width: 416px) {
  .welcome-section .welcome-main .wel-sec-right .image-1 figure img {
    border-radius: 34px;
  }
}
.welcome-section .welcome-main .wel-sec-right .image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 625px) {
  .welcome-section .welcome-main .wel-sec-right .image-2 {
    bottom: -90px;
    max-width: 407px;
    position: unset;
    margin-top: 81px;
  }
}
.welcome-section .welcome-main .wel-sec-right .image-2 figure {
  margin: 0px;
}
.welcome-section .welcome-main .wel-sec-right .image-2 figure img {
  max-width: 407px;
  border-radius: 100px;
  box-shadow: -16px -11px 0px 0px rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  .welcome-section .welcome-main .wel-sec-right .image-2 figure img {
    max-width: 295px;
    border-radius: 62px;
  }
}
@media (max-width: 625px) {
  .welcome-section .welcome-main .wel-sec-right .image-2 figure img {
    width: 100%;
  }
}
@media (max-width: 416px) {
  .welcome-section .welcome-main .wel-sec-right .image-2 figure img {
    border-radius: 34px;
  }
}
@media (max-width: 400px) {
  .welcome-section .welcome-main .wel-sec-right .image-2 figure img {
    box-shadow: -12px -7px 0px 0px rgb(255, 255, 255);
  }
}
@media (max-width: 767px) {
  .welcome-section .cards {
    gap: 17px;
  }
}
.welcome-section .cards .col-12 b {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: block;
  line-height: 50px;
}
@media (max-width: 992px) {
  .welcome-section .cards .col-12 b {
    font-size: 26px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .welcome-section .cards .col-12 b {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 576px) {
  .welcome-section .cards .col-12 b {
    font-size: 22px;
    line-height: 28px;
  }
}
.welcome-section .cards .col-12 p {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
@media (max-width: 992px) {
  .welcome-section .cards .col-12 p {
    font-size: 15px;
  }
}

.interest-section {
  padding: 0px 0px 93px 0px;
}
@media (max-width: 576px) {
  .interest-section {
    padding: 0px 0px 63px 0px;
  }
}
.interest-section .image-part-2 .image-part {
  width: 317px;
}
@media (max-width: 1200px) {
  .interest-section .image-part-2 .image-part {
    width: auto;
  }
}
@media (max-width: 450px) {
  .interest-section .image-part-2 .image-part {
    max-width: 390px;
  }
}
.interest-section .image-part-2 .image-part figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.interest-section .haeding span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .interest-section .haeding span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .interest-section .haeding span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .interest-section .haeding span {
    font-size: 13px;
    line-height: 14px;
  }
}
.interest-section .haeding h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .interest-section .haeding h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .interest-section .haeding h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .interest-section .haeding h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .interest-section .haeding h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .interest-section .haeding h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.interest-section .haeding h2 {
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .interest-section .haeding h2 {
    margin-bottom: 34px;
  }
}
@media (max-width: 400px) {
  .interest-section .haeding h2 {
    margin-bottom: 20px;
  }
}
.interest-section .row {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .interest-section .row {
    gap: 13px;
  }
}
.interest-section .row .left {
  width: 47%;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 581px;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .interest-section .row .left {
    padding-left: 0.8rem;
  }
}
@media (max-width: 1304px) {
  .interest-section .row .left {
    width: 44.3%;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 1192px) {
  .interest-section .row .left {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .interest-section .row .left {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .interest-section .row .left {
    padding-left: 0px;
    width: 96%;
  }
}
.interest-section .row .left .image-part {
  position: relative;
}
.interest-section .row .left .image-part figure {
  max-width: 581px;
  position: relative;
}
.interest-section .row .left .image-part figure img {
  width: 100%;
  filter: contrast(1.2);
  height: 680px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .interest-section .row .left .image-part figure img {
    width: 100%;
    height: 220px !important;
  }
}
@media (max-width: 1366px) {
  .interest-section .row .left .image-part figure img {
    border-radius: 50px;
  }
}
.interest-section .row .left .image-part figure::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  border-radius: 50px;
}
.interest-section .row .right {
  width: 53%;
  padding-right: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1px;
}
@media (max-width: 1192px) {
  .interest-section .row .right {
    width: 50%;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .interest-section .row .right {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .interest-section .row .right {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .interest-section .row .right .image-part-2 {
    gap: 0px;
  }
}
@media (max-width: 576px) {
  .interest-section .row .right .image-part-2 {
    margin: auto;
  }
}
@media (max-width: 473px) {
  .interest-section .row .right .image-part-2 {
    flex-direction: column;
    gap: 22px;
  }
}
@media (max-width: 473px) {
  .interest-section .row .right .image-part-2 .col-6 {
    width: 100%;
  }
}
.interest-section .row .right .image-part-2 .image-part figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px !important;
}
.interest-section .row .right .image-part {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .interest-section .row .right .image-part {
    margin: auto;
    max-width: 316px;
  }
}
@media (max-width: 473px) {
  .interest-section .row .right .image-part {
    max-width: 360px;
  }
}
.interest-section .row .right .image-part figure {
  max-width: 316px;
}
@media (max-width: 473px) {
  .interest-section .row .right .image-part figure {
    max-width: 360px;
  }
}
.interest-section .row .right .image-part figure img {
  filter: contrast(1.2);
}
@media (max-width: 1366px) {
  .interest-section .row .right .image-part figure img {
    width: 100%;
  }
}
.interest-section .row .right .shadow1 {
  padding: 0px 23px 23px 34px;
  border-radius: 50px;
  position: absolute;
  max-width: 316px;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 1192px) {
  .interest-section .row .right .shadow1 {
    padding: 0px 17px 23px 18px;
  }
}
@media (max-width: 992px) {
  .interest-section .row .right .shadow1 {
    padding: 0px 14px 12px 14px;
  }
}
@media (max-width: 767px) {
  .interest-section .row .right .shadow1 {
    padding: 0px 25px 27px 23px;
  }
}
@media (max-width: 473px) {
  .interest-section .row .right .shadow1 {
    max-width: 371px;
  }
}
.interest-section .row .right .shadow1 h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
  transition: all 0.4s ease-in-out 0s;
}
.interest-section .row .right .shadow1 h3:hover {
  color: #ff6612;
}
@media (max-width: 1192px) {
  .interest-section .row .right .shadow1 h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .interest-section .row .right .shadow1 h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.interest-section .row .right .shadow2 {
  padding: 0px 31px 23px 34px;
  border-radius: 50px;
  position: absolute;
  max-width: 316px;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 1192px) {
  .interest-section .row .right .shadow2 {
    padding: 0px 17px 23px 18px;
  }
}
@media (max-width: 992px) {
  .interest-section .row .right .shadow2 {
    padding: 0px 14px 12px 14px;
  }
}
@media (max-width: 767px) {
  .interest-section .row .right .shadow2 {
    padding: 0px 25px 27px 23px;
  }
}
.interest-section .row .right .shadow2 h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
  transition: all 0.4s ease-in-out 0s;
}
.interest-section .row .right .shadow2 h3:hover {
  color: #ff6612;
}
@media (max-width: 1192px) {
  .interest-section .row .right .shadow2 h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .interest-section .row .right .shadow2 h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .interest-section .row .right .last-image-section {
    margin: 0px 11px;
  }
}
.interest-section .row .right .last-image-section .image-part {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .interest-section .row .right .last-image-section .image-part {
    max-width: 663px;
    margin-top: 23px;
  }
}
@media (max-width: 400px) {
  .interest-section .row .right .last-image-section .image-part {
    border-radius: 50px;
  }
}
.interest-section .row .right .last-image-section .image-part figure {
  max-width: 663px;
}
.interest-section .row .right .last-image-section .image-part figure img {
  filter: contrast(1.2);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px !important;
}
@media (max-width: 1304px) {
  .interest-section .row .right .last-image-section .image-part figure img {
    height: 320px !important;
  }
}
@media (max-width: 767px) {
  .interest-section .row .right .last-image-section .image-part figure img {
    height: 220px !important;
  }
}
.interest-section .row .right .last-image-section .shadow3 {
  padding: 53px 31px 27px 34px;
  border-radius: 50px;
  position: absolute;
  max-width: 663px;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 1192px) {
  .interest-section .row .right .last-image-section .shadow3 {
    padding: 0px 17px 23px 18px;
  }
}
@media (max-width: 767px) {
  .interest-section .row .right .last-image-section .shadow3 {
    width: 100%;
    max-width: unset;
    padding: 0px 25px 27px 23px;
  }
}
.interest-section .row .right .last-image-section .shadow3 h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
  transition: all 0.4s ease-in-out 0s;
}
.interest-section .row .right .last-image-section .shadow3 h3:hover {
  color: #ff6612;
}
@media (max-width: 1192px) {
  .interest-section .row .right .last-image-section .shadow3 h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .interest-section .row .right .last-image-section .shadow3 h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.interest-section .shadow {
  border-radius: 0px 0px 50px 50px;
  padding: 156px 34px 28px 33px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 1200px) {
  .interest-section .shadow {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .interest-section .shadow {
    border-radius: 0px 0px 45px 45px;
  }
}
@media (max-width: 767px) {
  .interest-section .shadow {
    border-radius: 0px 0px 45px 45px;
  }
}
@media (max-width: 400px) {
  .interest-section .shadow {
    border-radius: 50px;
  }
}
.interest-section a.link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.interest-section a.link b {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
  margin: 0px;
  display: block;
  padding: 0;
  transition: all 0.4s ease-in-out 0s;
  text-shadow: 1px 0 5px #000;
}
.interest-section a.link b:hover {
  color: #ff6612;
}
@media (max-width: 1192px) {
  .interest-section a.link b {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .interest-section a.link b {
    font-size: 16px;
    line-height: 22px;
  }
}
.interest-section a.link img {
  width: 23px;
  height: 23px;
}

.nearby-attractions-section {
  padding: 0px 0px 60px 0px;
}
@media (max-width: 576px) {
  .nearby-attractions-section {
    padding: 0px 0px 40px 0px;
  }
}
.nearby-attractions-section .haeding span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .nearby-attractions-section .haeding span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .nearby-attractions-section .haeding span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .nearby-attractions-section .haeding span {
    font-size: 13px;
    line-height: 14px;
  }
}
.nearby-attractions-section .haeding h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .nearby-attractions-section .haeding h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .nearby-attractions-section .haeding h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .nearby-attractions-section .haeding h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .nearby-attractions-section .haeding h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .nearby-attractions-section .haeding h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.nearby-attractions-section .haeding h2 {
  margin-bottom: 47px;
}
@media (max-width: 992px) {
  .nearby-attractions-section .haeding h2 {
    margin-bottom: 34px;
  }
}
.nearby-attractions-section .haeding h3 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .nearby-attractions-section .haeding h3 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .nearby-attractions-section .haeding h3 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .nearby-attractions-section .haeding h3 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .nearby-attractions-section .haeding h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .nearby-attractions-section .haeding h3 {
    font-size: 26px;
    line-height: 28px;
  }
}
.nearby-attractions-section .haeding h3 {
  margin-bottom: 47px;
}
@media (max-width: 992px) {
  .nearby-attractions-section .haeding h3 {
    margin-bottom: 34px;
  }
}
.nearby-attractions-section .slider-main {
  background: url(../images/nerby-background.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 575px;
  border-radius: 100px;
  z-index: 9;
  background-position: center;
}
@media (max-width: 1304px) {
  .nearby-attractions-section .slider-main {
    height: 557px;
  }
}
@media (max-width: 1200px) {
  .nearby-attractions-section .slider-main {
    height: 510px;
  }
}
@media (max-width: 1192px) {
  .nearby-attractions-section .slider-main {
    height: 507px;
  }
}
@media (max-width: 1158px) {
  .nearby-attractions-section .slider-main {
    height: 495px;
  }
}
@media (max-width: 1024px) {
  .nearby-attractions-section .slider-main {
    height: 434px;
  }
}
@media (max-width: 992px) {
  .nearby-attractions-section .slider-main {
    height: 421px;
    height: auto;
    border-radius: 50px;
    background-position: center;
    background-size: cover;
    padding-bottom: 41px;
  }
}
.nearby-attractions-section .slider-main .for-left-slider {
  width: 24.11%;
  position: absolute;
  bottom: 0;
  right: unset;
  left: 0%;
  margin-left: 108px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .nearby-attractions-section .slider-main .for-left-slider {
    margin-left: 47px;
    margin-left: 28px;
    position: unset;
    width: 75%;
    margin: auto;
    padding-top: 41px;
    margin-bottom: 0px;
  }
}
.nearby-attractions-section .slider-main .for-left-slider .left-slider .location-slider .loaction-detail b {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 992px) {
  .nearby-attractions-section .slider-main .for-left-slider .left-slider .location-slider .loaction-detail b {
    font-size: 29px;
    line-height: 29px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .nearby-attractions-section .slider-main .for-left-slider .left-slider .location-slider .loaction-detail b {
    text-shadow: 1px 0px 5px #646464;
  }
}
.nearby-attractions-section .slider-main .for-left-slider .left-slider .location-slider .loaction-detail b:hover {
  color: #ff6612;
}
.nearby-attractions-section .slider-main .for-left-slider .left-slider .location-slider .loaction-detail p {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin-bottom: 32px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 992px) {
  .nearby-attractions-section .slider-main .for-left-slider .left-slider .location-slider .loaction-detail p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .nearby-attractions-section .slider-main .for-left-slider .left-slider .location-slider .loaction-detail p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
  }
}
.nearby-attractions-section .slider-main .for-left-slider .left-slider .location-slider .loaction-detail .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.nearby-attractions-section .slider-main .for-left-slider .left-slider .location-slider .loaction-detail .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .nearby-attractions-section .slider-main .for-left-slider .left-slider .location-slider .loaction-detail .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .nearby-attractions-section .slider-main .for-left-slider .left-slider .location-slider .loaction-detail .view-btn {
    border-radius: 5px;
  }
}
.nearby-attractions-section .slider-main .for-right-slider {
  width: 613px;
  position: absolute;
  bottom: 0;
  right: 0%;
  left: unset;
  margin-right: 51px;
  margin-bottom: 71px;
}
@media (max-width: 1023px) {
  .nearby-attractions-section .slider-main .for-right-slider {
    width: 460px;
  }
}
@media (max-width: 1023px) {
  .nearby-attractions-section .slider-main .for-right-slider {
    width: 413px;
    margin-right: 21px;
    margin-bottom: 61px;
    width: 100%;
    margin-right: 21px;
    margin-bottom: 0px;
    position: unset;
    padding: 46px 60px 42px;
  }
}
@media (max-width: 400px) {
  .nearby-attractions-section .slider-main .for-right-slider {
    padding: 46px 40px 42px;
  }
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-prev {
  display: none !important;
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .next-arrow {
  right: 0;
  position: absolute;
  bottom: -51px;
  color: #fff;
  background: #ff6612;
  padding: 7px 11px 5px 13px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out 0s;
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .next-arrow:hover {
  background: #fff;
  color: #ff6612;
  cursor: pointer;
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list {
  padding-right: 40px;
}
@media (max-width: 565px) {
  .nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list {
    padding-right: 175px;
  }
}
@media (max-width: 533px) {
  .nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list {
    padding-right: 145px;
  }
}
@media (max-width: 491px) {
  .nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list {
    padding-right: 115px;
  }
}
@media (max-width: 457px) {
  .nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list {
    padding-right: 85px;
  }
}
@media (max-width: 425px) {
  .nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list {
    padding-right: 71px;
  }
}
@media (max-width: 400px) {
  .nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list {
    padding-right: 10px;
  }
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list .attraction {
  border-radius: 50px;
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list .attraction .for-radius {
  position: absolute;
  bottom: 0;
  padding: 0px 26px 25px 25px;
  max-width: 175px;
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list .attraction b {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: 21px;
  transition: all 0.4s ease-in-out 0s;
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list .attraction b:hover {
  color: #ff6612;
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list .attraction-1 {
  width: 175px;
  height: 152px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .location-slider-2 .slick-list .slick-slide.slick-current .attraction {
  height: 212px;
  transition: height 1s ease-in-out 0s;
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .slick-slide.slick-current.slick-active {
  margin-top: 0px;
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .slick-slide.slick-active {
  margin-top: 60px;
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .slick-slide.slick-cloned {
  margin-top: 60px;
}
.nearby-attractions-section .slider-main .for-right-slider .right-slider .slick-slide {
  margin-top: 60px;
}
.nearby-attractions-section .slider-main .progress1 {
  display: block;
  width: calc(100% - 698px);
  height: 4px;
  border-radius: 0px;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to right, #ff6612, #ff6612);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  position: absolute;
  bottom: 49px;
  right: unset;
  left: 47.6%;
}
@media (max-width: 992px) {
  .nearby-attractions-section .slider-main .progress1 {
    width: 79%;
    left: 7.6%;
  }
}
@media (max-width: 767px) {
  .nearby-attractions-section .slider-main .progress1 {
    width: 76%;
    left: 9.6%;
  }
}
@media (max-width: 689px) {
  .nearby-attractions-section .slider-main .progress1 {
    width: 73%;
    left: 9.6%;
  }
}
@media (max-width: 677px) {
  .nearby-attractions-section .slider-main .progress1 {
    width: 65%;
    left: 12.6%;
  }
}
@media (max-width: 485px) {
  .nearby-attractions-section .slider-main .progress1 {
    width: 56%;
    left: 14.6%;
  }
}
.nearby-attractions-section .slider-main .progress1::before {
  height: 4px;
  width: 10%;
  top: 0px;
  left: 0px;
  background: #ff6612;
  position: absolute;
  content: "";
  z-index: 1;
}
.nearby-attractions-section .slider-main .progress1::after {
  position: absolute;
  top: 1px;
  left: 0;
  height: 2px;
  background: #fff;
  content: "";
  width: 100%;
  z-index: -1;
}
@media (max-width: 576px) {
  .nearby-attractions-section .slider-main .progress1::after {
    height: 4px;
    width: 10%;
    left: 0px;
    top: unset;
    margin-left: 65px;
  }
}
.nearby-attractions-section .slider-main::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  border-radius: 100px;
  z-index: -1;
}

.why-choose-section {
  background: #f9f9f7;
  padding: 60px 0px 60px 0px;
}
@media (max-width: 767px) {
  .why-choose-section {
    padding: 30px 0px 30px 0px;
  }
}
@media (max-width: 576px) {
  .why-choose-section {
    padding: 30px 0px 80px 0px;
  }
}
.why-choose-section .main {
  display: flex;
}
.why-choose-section .main .choose-left span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.why-choose-section .main .choose-left h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .why-choose-section .main .choose-left h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .why-choose-section .main .choose-left h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .why-choose-section .main .choose-left h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .why-choose-section .main .choose-left h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .why-choose-section .main .choose-left h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .why-choose-section .main .choose-left h2 br {
    display: none;
  }
}
.why-choose-section .main .choose-left h3 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .why-choose-section .main .choose-left h3 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .why-choose-section .main .choose-left h3 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .why-choose-section .main .choose-left h3 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .why-choose-section .main .choose-left h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .why-choose-section .main .choose-left h3 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .why-choose-section .main .choose-left h3 br {
    display: none;
  }
}
.why-choose-section .main .choose-right .choose-slider .slick-prev {
  position: absolute;
  bottom: -18px;
  left: -51%;
  right: unset;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: 1px dotted #c4c4c4;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 1192px) {
  .why-choose-section .main .choose-right .choose-slider .slick-prev {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .why-choose-section .main .choose-right .choose-slider .slick-prev {
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .why-choose-section .main .choose-right .choose-slider .slick-prev {
    left: unset;
  }
}
.why-choose-section .main .choose-right .choose-slider .slick-prev::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/left.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .why-choose-section .main .choose-right .choose-slider .slick-prev::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .why-choose-section .main .choose-right .choose-slider .slick-prev::before {
    background: url(../images/left-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.why-choose-section .main .choose-right .choose-slider .slick-prev:hover {
  background: #ff6612;
}
.why-choose-section .main .choose-right .choose-slider .slick-prev:hover::before {
  background: url(../images/white-left.webp) no-repeat center;
}
@media (max-width: 576px) {
  .why-choose-section .main .choose-right .choose-slider .slick-prev:hover::before {
    background: url(../images/white-left-mob.webp) no-repeat center;
  }
}
.why-choose-section .main .choose-right .choose-slider .slick-next {
  position: absolute;
  bottom: -18px;
  left: -44%;
  right: unset;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: 1px dotted #c4c4c4;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 1192px) {
  .why-choose-section .main .choose-right .choose-slider .slick-next {
    width: 40px;
    height: 40px;
    left: -45%;
  }
}
@media (max-width: 1024px) {
  .why-choose-section .main .choose-right .choose-slider .slick-next {
    left: -43%;
  }
}
@media (max-width: 991px) {
  .why-choose-section .main .choose-right .choose-slider .slick-next {
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .why-choose-section .main .choose-right .choose-slider .slick-next {
    left: 50px;
  }
}
.why-choose-section .main .choose-right .choose-slider .slick-next::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/right.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .why-choose-section .main .choose-right .choose-slider .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .why-choose-section .main .choose-right .choose-slider .slick-next::before {
    background: url(../images/right-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.why-choose-section .main .choose-right .choose-slider .slick-next:hover {
  background: #ff6612;
}
.why-choose-section .main .choose-right .choose-slider .slick-next:hover::before {
  background: url(../images/white-right.webp) no-repeat center;
}
@media (max-width: 576px) {
  .why-choose-section .main .choose-right .choose-slider .slick-next:hover::before {
    background: url(../images/white-right-mob.webp) no-repeat center;
  }
}
.why-choose-section .main .choose-right .choose-slider .main-package {
  display: flex;
  gap: 15px;
  padding: 19px 0px 0px 0px;
}
@media (max-width: 767px) {
  .why-choose-section .main .choose-right .choose-slider .main-package {
    flex-direction: column;
  }
}
.why-choose-section .main .choose-right .choose-slider .main-package b {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 55px;
}
@media (max-width: 1192px) {
  .why-choose-section .main .choose-right .choose-slider .main-package b {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .why-choose-section .main .choose-right .choose-slider .main-package b {
    font-size: 48px;
    line-height: 23px;
  }
}
.why-choose-section .main .choose-right .choose-slider .pera-haeding {
  padding-right: 35px;
}
.why-choose-section .main .choose-right .choose-slider .pera-haeding span {
  color: #38404f;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  padding-bottom: 4px;
}
@media (max-width: 1192px) {
  .why-choose-section .main .choose-right .choose-slider .pera-haeding span {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 576px) {
  .why-choose-section .main .choose-right .choose-slider .pera-haeding span {
    font-size: 19px;
    line-height: 26px;
  }
}
.why-choose-section .main .choose-right .choose-slider .pera-haeding p {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1192px) {
  .why-choose-section .main .choose-right .choose-slider .pera-haeding p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .why-choose-section .main .choose-right .choose-slider .pera-haeding p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .why-choose-section .main .choose-right .choose-slider .pera-haeding {
    padding-right: unset;
  }
}

@media (max-width: 767px) {
  .alert-dismissible {
    padding-right: 0rem !important;
  }
  .alert-dismissible span {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .alert-dismissible {
    padding-right: 0rem !important;
  }
  .alert-dismissible span {
    font-size: 14px;
  }
}

.d-sm-inline-block .fa-pencil-square-o {
  font-size: 30px;
  color: #fff;
}

.about-place .about-place-main .about-right .images .max-width-1 img {
  border-radius: 100px;
  height: 425px;
  width: 100%;
}
.about-place .about-place-main .about-right .images .max-width-2 img {
  border-radius: 100px;
  height: 425px;
  width: 100%;
}

@media screen and (min-width: 200px) and (max-width: 500px) {
  .about-place .about-place-main .about-right .images .max-width-1 img {
    height: 310px;
  }
  .about-place .about-place-main .about-right .images .max-width-2 img {
    height: 200px;
  }
}
.nearby-main-section {
  padding: 40px 0px 40px 0px;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .nearby-main-section {
    padding: 30px 0px 50px 0px;
  }
}
@media (max-width: 450px) {
  .nearby-main-section {
    padding: 30px 0px 50px 0px;
  }
}
.nearby-main-section .package-haedings {
  position: relative;
}
.nearby-main-section .package-haedings span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .nearby-main-section .package-haedings span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .nearby-main-section .package-haedings span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .nearby-main-section .package-haedings span {
    font-size: 13px;
    line-height: 14px;
  }
}
.nearby-main-section .package-haedings h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 16px;
  margin-bottom: 41px;
  width: 68%;
}
@media (max-width: 992px) {
  .nearby-main-section .package-haedings h2 br {
    display: none;
  }
  .nearby-main-section .package-haedings h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .nearby-main-section .package-haedings h2 {
    width: 100%;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
  }
}
@media (max-width: 576px) {
  .nearby-main-section .package-haedings h2 {
    width: 100%;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
  }
}
@media (max-width: 450px) {
  .nearby-main-section .package-haedings h2 {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: normal;
  }
}
.nearby-main-section .package-haedings .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.nearby-main-section .package-haedings .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .nearby-main-section .package-haedings .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .nearby-main-section .package-haedings .view-btn {
    border-radius: 5px;
  }
}
.nearby-main-section .package-haedings .view-btn {
  position: absolute;
  right: 12px;
  left: unset;
  bottom: 0px;
}
@media (max-width: 652px) {
  .nearby-main-section .package-haedings .view-btn {
    transform: translate(-14%, 440px);
    display: none;
  }
}
@media (max-width: 576px) {
  .nearby-main-section .package-haedings .view-btn {
    transform: translate(0%, 340px);
  }
}
@media (max-width: 400px) {
  .nearby-main-section .package-haedings .view-btn {
    transform: translate(0%, 400px);
  }
}
.nearby-main-section .nearby-slider .slick-slide {
  margin: 0 10px;
}
.nearby-main-section .nearby-slider .slick-slide .package {
  position: relative;
  border-radius: 80px;
  max-width: 290px;
  margin: auto;
}
@media (max-width: 1300px) {
  .nearby-main-section .nearby-slider .slick-slide .package {
    max-width: 273px;
  }
}
@media (max-width: 1228px) {
  .nearby-main-section .nearby-slider .slick-slide .package {
    max-width: 259px;
  }
}
@media (max-width: 1148px) {
  .nearby-main-section .nearby-slider .slick-slide .package {
    max-width: 243px;
  }
}
@media (max-width: 1064px) {
  .nearby-main-section .nearby-slider .slick-slide .package {
    max-width: 233px;
  }
}
@media (max-width: 1023px) {
  .nearby-main-section .nearby-slider .slick-slide .package {
    max-width: 292px;
  }
}
@media (max-width: 992px) {
  .nearby-main-section .nearby-slider .slick-slide .package {
    max-width: 292px;
  }
}
@media (max-width: 970px) {
  .nearby-main-section .nearby-slider .slick-slide .package {
    max-width: 273px;
  }
}
@media (max-width: 400px) {
  .nearby-main-section .nearby-slider .slick-slide .package {
    max-width: 100%;
  }
}
.nearby-main-section .nearby-slider .slick-slide .package figure {
  margin: 0 auto;
  position: relative;
  display: flex;
  overflow: hidden;
}
.nearby-main-section .nearby-slider .slick-slide .package figure img {
  border-radius: 20px;
  height: 271px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 576px) {
  .nearby-main-section .nearby-slider .slick-slide .package figure img {
    height: 247px;
  }
}
@media (max-width: 450px) {
  .nearby-main-section .nearby-slider .slick-slide .package figure img {
    height: 187px;
  }
}
@media (max-width: 400px) {
  .nearby-main-section .nearby-slider .slick-slide .package figure img {
    height: 267px;
  }
}
.nearby-main-section .nearby-slider .slick-slide .package figcaption {
  padding: 20px 0 0;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 992px) {
  .nearby-main-section .nearby-slider .slick-slide .package figcaption {
    padding: 20px 0 0;
  }
}
.nearby-main-section .nearby-slider .slick-slide .package figcaption b {
  color: #38404f;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}
.nearby-main-section .nearby-slider .slick-slide .package figcaption a b {
  color: #38404f;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  display: block;
  line-height: 28px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0s;
}
.nearby-main-section .nearby-slider .slick-slide .package figcaption a b:hover {
  color: #ff6612;
}
@media (max-width: 992px) {
  .nearby-main-section .nearby-slider .slick-slide .package figcaption a b {
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .nearby-main-section .nearby-slider .slick-slide .package figcaption a b {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .nearby-main-section .nearby-slider .slick-slide .package figcaption a b {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 13px;
  }
}
.nearby-main-section .nearby-slider .slick-slide .package figcaption a:hover .visit-sec:hover p {
  color: #ff6612;
}
.nearby-main-section .nearby-slider .slick-slide .package figcaption a .visit-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eaeaf3;
  padding-top: 12px;
}
.nearby-main-section .nearby-slider .slick-slide .package figcaption a .visit-sec p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 576px) {
  .nearby-main-section .nearby-slider .slick-slide .package figcaption a .visit-sec p {
    font-size: 15px;
  }
}
.nearby-main-section .nearby-slider .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: 1px dotted #c4c4c4;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  transform: translate(-280%, -178%);
}
@media (max-width: 1192px) {
  .nearby-main-section .nearby-slider .slick-arrow {
    width: 40px;
    height: 40px;
    transform: translate(-280%, -178%);
  }
}
@media (max-width: 1023px) {
  .nearby-main-section .nearby-slider .slick-arrow {
    transform: translate(-95%, -194%);
  }
}
@media (max-width: 767px) {
  .nearby-main-section .nearby-slider .slick-arrow {
    transform: translate(-154%, -240%);
  }
}
@media (max-width: 450px) {
  .nearby-main-section .nearby-slider .slick-arrow {
    transform: translate(-114%, -240%);
  }
}
.nearby-main-section .nearby-slider .slick-prev {
  right: 50px;
  left: unset;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .nearby-main-section .nearby-slider .slick-prev {
    top: unset;
    bottom: -130px;
  }
}
@media (max-width: 767px) {
  .nearby-main-section .nearby-slider .slick-prev {
    right: 109px;
  }
}
.nearby-main-section .nearby-slider .slick-prev::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/left.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .nearby-main-section .nearby-slider .slick-prev::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .nearby-main-section .nearby-slider .slick-prev::before {
    background: url(../images/left-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.nearby-main-section .nearby-slider .slick-prev:hover {
  background: #ff6612;
}
.nearby-main-section .nearby-slider .slick-prev:hover::before {
  background: url(../images/white-left.webp) no-repeat center;
}
@media (max-width: 576px) {
  .nearby-main-section .nearby-slider .slick-prev:hover::before {
    background: url(../images/white-left-mob.webp) no-repeat center;
  }
}
.nearby-main-section .nearby-slider .slick-next {
  right: 0px;
  top: 0px;
}
@media (max-width: 1192px) {
  .nearby-main-section .nearby-slider .slick-next {
    right: 83px;
  }
}
@media (max-width: 1023px) {
  .nearby-main-section .nearby-slider .slick-next {
    top: unset;
    bottom: -130px;
  }
}
.nearby-main-section .nearby-slider .slick-next::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/right.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .nearby-main-section .nearby-slider .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .nearby-main-section .nearby-slider .slick-next::before {
    background: url(../images/right-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.nearby-main-section .nearby-slider .slick-next:hover {
  background: #ff6612;
}
.nearby-main-section .nearby-slider .slick-next:hover::before {
  background: url(../images/white-right.webp) no-repeat center;
}
@media (max-width: 576px) {
  .nearby-main-section .nearby-slider .slick-next:hover::before {
    background: url(../images/white-right-mob.webp) no-repeat center;
  }
}

.common-page {
  background-image: url(../images/package-page-banner.webp);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.common-page #package-banner {
  padding: 257px 0px 137px 0px !important;
}
@media (max-width: 992px) {
  .common-page #package-banner {
    padding: 159px 0px 117px 0px !important;
  }
}
@media (max-width: 767px) {
  .common-page #package-banner {
    padding: 127px 0px 100px 0px !important;
  }
}
@media (max-width: 450px) {
  .common-page #package-banner {
    padding: 56px 0px 56px 0px !important;
  }
}
.common-page .main-heading {
  text-align: center;
  padding: 257px 0px 137px 0px;
}
@media (max-width: 992px) {
  .common-page .main-heading {
    padding: 159px 0px 117px 0px;
  }
}
@media (max-width: 767px) {
  .common-page .main-heading {
    padding: 127px 0px 100px 0px;
  }
}
@media (max-width: 450px) {
  .common-page .main-heading {
    padding: 56px 0px 56px 0px;
  }
}
.common-page .main-heading b {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  text-shadow: 2px 5px 7px black;
}
@media (max-width: 767px) {
  .common-page .main-heading b {
    font-size: 42px;
    line-height: 55px;
  }
}
@media (max-width: 450px) {
  .common-page .main-heading b {
    font-size: 27px;
    line-height: 40px;
  }
}
.common-page .main-heading nav {
  display: flex;
  justify-content: space-around;
}
.common-page .main-heading nav ol {
  display: flex;
  list-style: none;
}
.common-page .main-heading nav ol li span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 767px) {
  .common-page .main-heading nav ol li span {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .common-page .main-heading nav ol li span {
    font-size: 13px;
    line-height: 17px;
  }
}
.common-page .main-heading nav ol .breadcrumb-item.active span {
  color: #ff6612;
}
.common-page .main-heading nav .breadcrumb-item + .breadcrumb-item::before {
  font-size: 16px;
  color: #fff;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .common-page .main-heading nav .breadcrumb-item + .breadcrumb-item::before {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .common-page .main-heading nav .breadcrumb-item + .breadcrumb-item::before {
    font-size: 12px;
    padding-top: 4px;
  }
}
.common-page .main-heading p {
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 767px) {
  .common-page .main-heading p {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 450px) {
  .common-page .main-heading p {
    font-size: 12px;
    line-height: 11px;
  }
}
.common-page .inner-section {
  display: flex;
  justify-content: space-between;
  padding: 33px 0px 27px 0px;
  border-top: 1px solid #4f5b70;
}
@media (max-width: 991px) {
  .common-page .inner-section {
    flex-direction: column;
    gap: 22px;
  }
}
@media (max-width: 450px) {
  .common-page .inner-section {
    padding: 20px 0px 20px 0px;
    gap: 8px;
  }
}
.common-page .inner-section .inner-left span {
  color: #e9ebff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.common-page .inner-section .inner-left ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 90px;
}
@media (max-width: 991px) {
  .common-page .inner-section .inner-left ul {
    gap: 8px;
    justify-content: space-between;
  }
}
@media (max-width: 450px) {
  .common-page .inner-section .inner-left ul {
    flex-wrap: wrap;
  }
}
.common-page .inner-section .inner-left ul li {
  list-style: none;
}
.common-page .inner-section .inner-left ul li p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (max-width: 767px) {
  .common-page .inner-section .inner-left ul li p {
    font-size: 15px;
    line-height: 17px;
  }
}
.common-page .inner-section .inner-right ul {
  padding: 0;
  margin: 0;
  text-align: end;
}
@media (max-width: 991px) {
  .common-page .inner-section .inner-right ul {
    text-align: left;
  }
}
.common-page .inner-section .inner-right ul li p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.common-page .inner-section .inner-right ul li:last-child {
  display: flex;
  align-items: center;
  text-align: end;
  gap: 9px;
}
.common-page .inner-section .inner-right ul li span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 767px) {
  .common-page .inner-section .inner-right ul li span {
    font-size: 13px;
    line-height: 17px;
  }
}

.common-second {
  background: #283a2c;
  padding: 40px 0px 0 0px;
}
@media (max-width: 992px) {
  .common-second {
    padding: 33px 0px 60px 0px;
  }
}
@media (max-width: 767px) {
  .common-second {
    padding: 20px 0px 64px 0px;
  }
}
.common-second .about-left span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .common-second .about-left span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .common-second .about-left span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .common-second .about-left span {
    font-size: 13px;
    line-height: 14px;
  }
}
.common-second .about-left span {
  color: #fff;
}
.common-second .about-left h1 {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .common-second .about-left h1 {
    font-size: 52px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) {
  .common-second .about-left h1 {
    font-size: 49px;
  }
}
@media (max-width: 767px) {
  .common-second .about-left h1 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .common-second .about-left h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .common-second .about-left h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
.common-second .about-left h1 {
  color: #fff;
}
.common-second .about-left p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-right: 0;
}
@media (max-width: 992px) {
  .common-second .about-left p {
    font-size: 15px;
  }
}
.common-second .about-right p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-right: 0;
}
@media (max-width: 992px) {
  .common-second .about-right p {
    font-size: 15px;
  }
}
.common-second .about-right p a {
  color: #354839;
}
.common-second .about-right .more-btn .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.common-second .about-right .more-btn .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .common-second .about-right .more-btn .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .common-second .about-right .more-btn .view-btn {
    border-radius: 5px;
  }
}
.common-second .highlights span {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  display: block;
  padding-bottom: 20px;
}
@media (max-width: 1192px) {
  .common-second .highlights span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .common-second .highlights span {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .common-second .highlights span {
    font-size: 13px;
    line-height: 14px;
  }
}
.common-second .highlights b {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 57px;
}
@media (max-width: 992px) {
  .common-second .highlights b {
    font-size: 35px;
    padding-bottom: 15px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .common-second .highlights b {
    font-size: 25px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .common-second .highlights b {
    font-size: 18px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .common-second .highlights b {
    font-size: 18px;
    line-height: 28px;
  }
}
.common-second .highlights ul {
  margin: 0;
  padding: 0;
}
.common-second .highlights ul li {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .common-second .highlights ul li {
    font-size: 17px;
    line-height: 36px;
  }
}
@media (max-width: 450px) {
  .common-second .highlights ul li {
    padding-top: 22px;
    display: flex;
    list-style: none;
    align-items: flex-start;
  }
}
@media (max-width: 400px) {
  .common-second .highlights ul li {
    line-height: 26px;
    padding-top: 8px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .common-second .highlights ul li {
    line-height: 26px;
    padding-top: 5px;
    font-size: 15px;
  }
}
.common-second .highlights ul img {
  padding-right: 26px;
}
@media (max-width: 450px) {
  .common-second .highlights ul img {
    padding-right: 20px;
    padding-top: 13px;
  }
}
@media (max-width: 400px) {
  .common-second .highlights ul img {
    padding-top: 8px;
  }
}
.common-second .highlights .highlight-left {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .common-second .highlights .highlight-left {
    margin-top: 8px;
  }
}
@media (max-width: 576px) {
  .common-second .highlights .highlight-left {
    margin-top: 8px;
  }
}
.common-second .highlights .highlight-right {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .common-second .highlights .highlight-right {
    margin-top: 8px;
  }
}
@media (max-width: 576px) {
  .common-second .highlights .highlight-right {
    margin-top: 8px;
  }
}
.common-second .commom-slider-width {
  padding: 80px 0 40px 62px;
  max-width: 1583px;
  margin: auto auto 20px auto;
}
@media (max-width: 1400px) {
  .common-second .commom-slider-width {
    padding: 80px 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .common-second .commom-slider-width {
    padding: 79px 0 30px 40px;
  }
}
@media (max-width: 767px) {
  .common-second .commom-slider-width {
    margin: auto auto 5px auto;
  }
}
@media (max-width: 576px) {
  .common-second .commom-slider-width {
    padding: 44px 0 30px 23px;
  }
}
@media (max-width: 450px) {
  .common-second .commom-slider-width {
    margin: auto auto -30px auto;
  }
}
.common-second .commom-slider-width .slick-arrow {
  display: none !important;
}
.common-second .commom-slider-width .slick-list.draggable {
  padding-right: 440px;
}
@media (max-width: 1023px) {
  .common-second .commom-slider-width .slick-list.draggable {
    padding-right: 222px !important;
  }
}
@media (max-width: 992px) {
  .common-second .commom-slider-width .slick-list.draggable {
    padding-right: 162px !important;
  }
}
@media (max-width: 450px) {
  .common-second .commom-slider-width .slick-list.draggable {
    padding-right: 89px !important;
  }
}
.common-second .commom-slider-width .package-area {
  max-width: 946px;
  margin-right: 43px;
}
@media (max-width: 450px) {
  .common-second .commom-slider-width .package-area {
    margin-right: 23px;
  }
}
.common-second .commom-slider-width .package-area img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .common-second .commom-slider-width .package-area img {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .common-second .commom-slider-width .package-area img {
    height: 300px;
  }
}

.form-section {
  background: #fff;
  padding: 50px 0 26px 0;
}
@media (max-width: 1192px) {
  .form-section {
    padding: 50px 0 46px 0;
  }
}
@media (max-width: 767px) {
  .form-section {
    display: none;
  }
}
@media (max-width: 576px) {
  .form-section {
    display: none;
  }
}
@media (max-width: 450px) {
  .form-section {
    display: none;
  }
}
.form-section .form-bg {
  background: #283a2c;
  border-radius: 50px;
  padding: 0 0 0 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1192px) {
  .form-section .form-bg {
    justify-content: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .form-section .form-bg {
    padding: 0 15px;
    border-radius: 50px;
  }
}
.form-section .form-bg .form-options .near {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .form-section .form-bg .form-options .near {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .form-section .form-bg .form-options .near {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form-section .form-bg .form-options .near {
    font-size: 13px;
    line-height: 14px;
  }
}
.form-section .form-bg .form-options .near {
  color: #fff;
  display: block;
  padding: 33px 0 20px 0;
}
@media (max-width: 450px) {
  .form-section .form-bg .form-options .near {
    padding: 25px 0 20px 0;
  }
}
.form-section .form-bg .form-options h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .form-section .form-bg .form-options h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .form-section .form-bg .form-options h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .form-section .form-bg .form-options h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .form-section .form-bg .form-options h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .form-section .form-bg .form-options h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.form-section .form-bg .form-options h2 {
  color: #fff;
  padding-bottom: 50px;
  margin: 0px;
}
@media (max-width: 1158px) {
  .form-section .form-bg .form-options h2 {
    padding-bottom: 34px;
  }
}
@media (max-width: 1158px) {
  .form-section .form-bg .form-options h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .form-section .form-bg .form-options h2 br {
    display: none;
  }
  .form-section .form-bg .form-options h2 {
    font-size: 26px;
    padding-bottom: 14px;
  }
}
@media (max-width: 576px) {
  .form-section .form-bg .form-options h2 br {
    display: none;
  }
  .form-section .form-bg .form-options h2 {
    font-size: 26px;
    padding-bottom: 14px;
  }
}
.form-section .form-bg .form-options .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.form-section .form-bg .form-options .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .form-section .form-bg .form-options .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .form-section .form-bg .form-options .view-btn {
    border-radius: 5px;
  }
}
.form-section .form-bg .form-options .view-btn {
  margin: 19px 0 31px 0;
}
.form-section .form-bg .form-options .form-parts {
  display: flex;
  gap: 30px;
}
@media (max-width: 1158px) {
  .form-section .form-bg .form-options .form-parts {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .form-section .form-bg .form-options .form-parts {
    gap: 10px;
  }
}
.form-section .form-bg .form-options .form-parts ul {
  margin: 0;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 576px) {
  .form-section .form-bg .form-options .form-parts ul {
    gap: 10px;
  }
}
.form-section .form-bg .form-options .form-parts ul li {
  list-style: none;
}
.form-section .form-bg .form-options .form-parts ul li input::-webkit-outer-spin-button,
.form-section .form-bg .form-options .form-parts ul li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-section .form-bg .form-options .form-parts ul li input {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 16px 22px 16px 16px;
  width: 407px;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #4b4b4b;
}
@media (max-width: 1158px) {
  .form-section .form-bg .form-options .form-parts ul li input {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .form-section .form-bg .form-options .form-parts ul li input {
    padding: 6px 12px 6px 14px;
  }
}
@media (max-width: 576px) {
  .form-section .form-bg .form-options .form-parts ul li input {
    font-size: 11px;
  }
}
.form-section .form-bg .form-options .form-parts ul li input:focus-visible {
  outline: none;
}
.form-section .form-bg .form-options .form-parts ul li textarea {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 16px 22px 16px 16px;
  width: 407px;
  font-family: "Nunito", sans-serif;
  color: #4b4b4b;
  height: 128px;
  font-size: 15px;
}
@media (max-width: 1158px) {
  .form-section .form-bg .form-options .form-parts ul li textarea {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .form-section .form-bg .form-options .form-parts ul li textarea {
    padding: 6px 12px 6px 14px;
  }
}
@media (max-width: 576px) {
  .form-section .form-bg .form-options .form-parts ul li textarea {
    font-size: 11px;
    height: 75px;
  }
}
.form-section .form-bg .form-options .form-parts ul li textarea:focus-visible {
  outline: none;
}
.form-section .form-bg .form-options .form-parts ul li .loacation {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  padding: 16px 22px 16px 16px;
  font-family: "Nunito", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../images/svg/down.svg) no-repeat 96% center;
  width: 100%;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: rgba(75, 75, 75, 0.8509803922);
  line-height: 19px;
}
@media (max-width: 1158px) {
  .form-section .form-bg .form-options .form-parts ul li .loacation {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .form-section .form-bg .form-options .form-parts ul li .loacation {
    padding: 6px 12px 6px 14px;
  }
}
@media (max-width: 576px) {
  .form-section .form-bg .form-options .form-parts ul li .loacation {
    font-size: 11px;
    background: #fff url(../images/svg/down-2.svg) no-repeat 96% center;
  }
}
.form-section .form-bg .form-options .form-parts ul li .loacation:focus-visible {
  outline: none;
}
.form-section .form-bg .form-options .form-parts ul li .loacation option {
  color: #fff;
  background: #283a2c;
}
.form-section .form-bg .form-options .form-parts ul li .loacation option:hover {
  background: #354839;
}
.form-section .form-bg .form-options .form-parts ul li #date {
  display: block;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 16px 22px 16px 16px;
  width: 407px;
  font-family: "Nunito", sans-serif;
  color: #4b4b4b;
  transition: 250ms width ease, 250ms border-color ease;
}
@media (max-width: 1158px) {
  .form-section .form-bg .form-options .form-parts ul li #date {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .form-section .form-bg .form-options .form-parts ul li #date {
    padding: 6px 12px 6px 14px;
  }
}
@media (max-width: 576px) {
  .form-section .form-bg .form-options .form-parts ul li #date {
    font-size: 11px;
  }
}
.form-section .form-bg .form-options .form-parts ul li #date:focus-visible {
  outline: none;
}
.form-section .form-bg .form-options .form-parts ul li #date:hover {
  width: 100%;
}
.form-section .form-bg .form-options form {
  padding-bottom: 30px;
}
.form-section .form-bg .form-image {
  max-width: 298px;
  border-radius: 100px;
  display: none;
}
@media (max-width: 1192px) {
  .form-section .form-bg .form-image {
    display: none;
  }
}

.itinerary-btn {
  padding: 12px 12px 13px 12px;
  background: #f9f9f7;
  width: 150px;
  height: 150px;
  margin: auto auto -77px auto;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .itinerary-btn {
    width: 138px;
    margin: 30px auto -77px auto;
  }
}
@media (max-width: 576px) {
  .itinerary-btn {
    width: 138px;
    margin: 30px auto -77px auto;
  }
}
.itinerary-btn span {
  padding: 32px 22px 32px 22px;
  margin: 6px 0px 0px 4px;
  text-align: center;
  width: 116px;
  display: block;
  border-radius: 100px;
  border: 1px dotted #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  z-index: 999;
  position: sticky;
}
@media (max-width: 576px) {
  .itinerary-btn span {
    padding: 37px 22px 36px 22px;
    width: 106px;
    font-size: 13px;
    line-height: 16px;
  }
}

.explore-btn {
  padding: 12px 12px 13px 12px;
  background: #f9f9f7;
  width: 150px;
  height: 150px;
  margin: auto auto -77px auto;
  border-radius: 100px;
}
@media (max-width: 576px) {
  .explore-btn {
    width: 138px;
  }
}
.explore-btn span {
  padding: 37px 22px 39px 22px;
  margin: 6px 0px 0px 1px;
  text-align: center;
  width: 125px;
  display: block;
  border-radius: 100px;
  border: 1px dotted #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  z-index: 999;
  position: sticky;
}
@media (max-width: 576px) {
  .explore-btn span {
    padding: 37px 23px 38px 22px;
    width: 111px;
    font-size: 13px;
    line-height: 16px;
  }
}

.itinerary-section {
  padding: 70px 0 17px 0;
  background: #f9f9f7;
}
@media (max-width: 1304px) {
  .itinerary-section {
    padding: 65px 0 60px 0;
  }
}
@media (max-width: 992px) {
  .itinerary-section {
    padding: 60px 0 12px 0;
  }
}

.days-deatails {
  padding: 0 0 50px 0;
}
@media (max-width: 992px) {
  .days-deatails {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 576px) {
  .days-deatails {
    padding: 30px 0 12px 0;
  }
}
@media (max-width: 450px) {
  .days-deatails {
    padding: 20px 0 12px 0;
  }
}
.days-deatails .days {
  padding: 0 0 0 0px;
}
@media (max-width: 1304px) {
  .days-deatails .days {
    padding-left: 0;
  }
}
.days-deatails .days .day-left span {
  color: #677591;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding-bottom: 20px;
}
@media (max-width: 1192px) {
  .days-deatails .days .day-left span {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 7px;
  }
}
@media (max-width: 850px) {
  .days-deatails .days .day-left span {
    font-size: 15px;
    line-height: 17px;
  }
}
.days-deatails .days .day-left h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  display: block;
  line-height: 50px;
  margin: 0;
  width: 85%;
}
@media (max-width: 1192px) {
  .days-deatails .days .day-left h2 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .days-deatails .days .day-left h2 {
    font-size: 40px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .days-deatails .days .day-left h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .days-deatails .days .day-left h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .days-deatails .days .day-left h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.days-deatails .days .day-left b {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  display: block;
  line-height: 50px;
  margin: 0;
  width: 85%;
}
@media (max-width: 1192px) {
  .days-deatails .days .day-left b {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .days-deatails .days .day-left b {
    font-size: 40px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .days-deatails .days .day-left b {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .days-deatails .days .day-left b {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .days-deatails .days .day-left b {
    font-size: 26px;
    line-height: 28px;
  }
}
.days-deatails .days .day-left .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.days-deatails .days .day-left .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .days-deatails .days .day-left .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .days-deatails .days .day-left .view-btn {
    border-radius: 5px;
  }
}
.days-deatails .days .day-left .view-btn {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .days-deatails .days .day-left .view-btn {
    margin-top: 13px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .days-deatails .days .day-left .view-btn {
    margin-top: 13px;
  }
}
.days-deatails .days .day-left .common-buttons {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 450px) {
  .days-deatails .days .day-left .common-buttons {
    padding-top: 14px;
    gap: 10px;
  }
}
.days-deatails .days .day-left .common-buttons a {
  border-radius: 60px;
  background: #283a2c;
  border: 1px solid #283a2c;
  padding: 10px 21px 10px 21px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 450px) {
  .days-deatails .days .day-left .common-buttons a {
    font-size: 10px;
    padding: 10px 16px 10px 16px;
  }
}
.days-deatails .days .day-left .common-buttons a:hover {
  color: #283a2c;
  background: #fff;
}
.days-deatails .days .day-right {
  padding-top: 44px;
}
@media (max-width: 992px) {
  .days-deatails .days .day-right {
    padding-top: 26px;
  }
}
@media (max-width: 767px) {
  .days-deatails .days .day-right {
    padding-top: 0px;
  }
}
.days-deatails .days .day-right p {
  color: #4b4b4b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 10px;
  margin: 0;
}
@media (max-width: 576px) {
  .days-deatails .days .day-right p {
    font-size: 15px;
  }
}
.days-deatails .days .day-right .list ul {
  padding: 0;
  margin: 0;
  display: unset;
  margin-top: 40px;
}
.days-deatails .days .day-right .list ul li {
  display: inline-table;
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  height: 70px;
  line-height: 25px;
  text-align: unset;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .days-deatails .days .day-right .list ul li {
    font-size: 15px;
  }
}
.days-deatails .days .day-right .list ul li img {
  display: block;
  margin: 0 auto 0 auto;
  height: 35px;
  width: 48.467px;
}
.days-deatails .days .day-right ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .days-deatails .days .day-right ul {
    margin-top: 14px;
  }
}
@media (max-width: 576px) {
  .days-deatails .days .day-right ul {
    margin-top: 14px;
  }
}
.days-deatails .days .day-right ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 70px;
  line-height: 25px;
  text-align: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .days-deatails .days .day-right ul li {
    font-size: 15px;
  }
}
.days-deatails .days .day-right ul li img {
  display: block;
  margin: 0 auto 0 auto;
  height: 35px;
  width: 48.467px;
}

.days-section {
  max-width: 1583px;
  margin: auto;
  padding-left: 59px;
  padding-bottom: 40px;
}
@media (max-width: 1366px) {
  .days-section {
    padding-left: 40px;
  }
}
@media (max-width: 1157px) {
  .days-section {
    padding-left: 23px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .days-section {
    padding-left: 20px;
    padding-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .days-section {
    padding-left: 20px;
    padding-bottom: 0px;
  }
}
.days-section .days-slider {
  overflow: hidden;
  padding-top: 96px;
}
@media (max-width: 1157px) {
  .days-section .days-slider {
    padding-top: 82px;
  }
}
@media (max-width: 767px) {
  .days-section .days-slider {
    padding-top: 105px;
  }
}
@media (max-width: 576px) {
  .days-section .days-slider {
    padding-top: 70px;
  }
}
.days-section .days-slider .slick-list.draggable {
  padding-right: 350px !important;
  margin-left: -342px;
}
@media (max-width: 1353px) {
  .days-section .days-slider .slick-list.draggable {
    margin-left: -302px;
  }
}
@media (max-width: 1241px) {
  .days-section .days-slider .slick-list.draggable {
    margin-left: -173px;
  }
}
@media (max-width: 1233px) {
  .days-section .days-slider .slick-list.draggable {
    margin-left: -115px;
  }
}
@media (max-width: 1157px) {
  .days-section .days-slider .slick-list.draggable {
    margin-left: -186px;
  }
}
@media (max-width: 992px) {
  .days-section .days-slider .slick-list.draggable {
    margin-left: -88px;
  }
}
@media (max-width: 874px) {
  .days-section .days-slider .slick-list.draggable {
    margin-left: -43px;
  }
}
@media (max-width: 790px) {
  .days-section .days-slider .slick-list.draggable {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .days-section .days-slider .slick-list.draggable {
    margin-left: -48px;
  }
}
@media (max-width: 576px) {
  .days-section .days-slider .slick-list.draggable {
    padding-right: 280px !important;
    margin-left: 3px;
  }
}
@media (max-width: 450px) {
  .days-section .days-slider .slick-list.draggable {
    margin-left: 1px;
    padding-left: 78px !important;
    padding-right: 200px !important;
  }
}
.days-section .days-slider .first-img {
  max-width: 735px;
  margin-right: 30px;
}
@media (max-width: 1233px) {
  .days-section .days-slider .first-img {
    max-width: 675px;
  }
}
@media (max-width: 1157px) {
  .days-section .days-slider .first-img {
    max-width: 595px;
  }
}
@media (max-width: 992px) {
  .days-section .days-slider .first-img {
    max-width: 505px;
  }
}
@media (max-width: 874px) {
  .days-section .days-slider .first-img {
    max-width: 435px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .days-section .days-slider .first-img {
    height: 181px;
  }
}
@media (max-width: 576px) {
  .days-section .days-slider .first-img {
    height: 181px;
  }
}
@media (max-width: 450px) {
  .days-section .days-slider .first-img {
    height: 181px;
  }
}
.days-section .days-slider .first-img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .days-section .days-slider .first-img img {
    max-width: 355px;
  }
}
@media (max-width: 576px) {
  .days-section .days-slider .first-img img {
    max-width: 295px;
  }
}
@media (max-width: 450px) {
  .days-section .days-slider .first-img img {
    max-width: 285px;
  }
}
.days-section .days-slider .second-img {
  max-width: 407px;
  margin-right: 30px;
}
@media (max-width: 874px) {
  .days-section .days-slider .second-img {
    margin-right: 20px;
  }
}
.days-section .days-slider .second-img .place-image {
  width: 407px;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
}
@media (max-width: 1233px) {
  .days-section .days-slider .second-img .place-image {
    width: 367px;
    height: 400px;
  }
}
@media (max-width: 1157px) {
  .days-section .days-slider .second-img .place-image {
    width: 327px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .days-section .days-slider .second-img .place-image {
    width: 307px;
    height: 319px;
  }
}
@media (max-width: 874px) {
  .days-section .days-slider .second-img .place-image {
    width: 268px;
    height: 276px;
  }
}
@media (max-width: 767px) {
  .days-section .days-slider .second-img .place-image {
    width: 249px;
    height: 225px;
  }
}
@media (max-width: 576px) {
  .days-section .days-slider .second-img .place-image {
    width: 179px;
    height: 186.5px;
  }
}
@media (max-width: 450px) {
  .days-section .days-slider .second-img .place-image {
    width: 196px;
    height: 181px;
  }
}
.days-section .days-slider .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: 1px dotted #c4c4c4;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  transform: translate(-116%, -220%);
}
@media (max-width: 1192px) {
  .days-section .days-slider .slick-arrow {
    width: 40px;
    height: 40px;
    transform: translate(-425%, -278%);
  }
}
@media (max-width: 1024px) {
  .days-section .days-slider .slick-arrow {
    transform: translate(-144%, -1219%);
  }
}
@media (max-width: 767px) {
  .days-section .days-slider .slick-arrow {
    transform: translate(75%, -979%);
  }
}
@media (max-width: 992px) {
  .days-section .days-slider .slick-arrow {
    transform: translate(-114%, -851%);
  }
}
@media (max-width: 874px) {
  .days-section .days-slider .slick-arrow {
    transform: translate(-114%, -751%);
  }
}
@media (max-width: 767px) {
  .days-section .days-slider .slick-arrow {
    transform: translate(-114%, -611%);
  }
}
@media (max-width: 576px) {
  .days-section .days-slider .slick-arrow {
    transform: translate(107%, -501%);
  }
}
@media (max-width: 450px) {
  .days-section .days-slider .slick-arrow {
    transform: translate(106%, -483%);
  }
}
.days-section .days-slider .slick-prev {
  right: 0;
  left: unset;
  top: 113px;
  margin-right: 60px;
}
@media (max-width: 1192px) {
  .days-section .days-slider .slick-prev {
    width: 40px;
    height: 40px;
    right: 105px;
  }
}
@media (max-width: 1023px) {
  .days-section .days-slider .slick-prev {
    top: unset;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .days-section .days-slider .slick-prev {
    top: unset;
    bottom: 5px;
    right: 17%;
  }
}
@media (max-width: 576px) {
  .days-section .days-slider .slick-prev {
    top: unset;
    bottom: 5px;
  }
}
.days-section .days-slider .slick-prev::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/left.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .days-section .days-slider .slick-prev::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .days-section .days-slider .slick-prev::before {
    background: url(../images/left-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.days-section .days-slider .slick-prev:hover {
  background: #354839;
}
.days-section .days-slider .slick-prev:hover::before {
  background: url(../images/white-left.webp) no-repeat center;
}
@media (max-width: 576px) {
  .days-section .days-slider .slick-prev:hover::before {
    background: url(../images/white-left-mob.webp) no-repeat center;
  }
}
.days-section .days-slider .slick-next {
  right: 0;
  top: 113px;
}
@media (max-width: 1023px) {
  .days-section .days-slider .slick-next {
    top: unset;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .days-section .days-slider .slick-next {
    top: unset;
    bottom: 5px;
    right: 20%;
  }
}
@media (max-width: 576px) {
  .days-section .days-slider .slick-next {
    top: unset;
    bottom: 5px;
  }
}
.days-section .days-slider .slick-next::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/right.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .days-section .days-slider .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .days-section .days-slider .slick-next::before {
    background: url(../images/right-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.days-section .days-slider .slick-next:hover {
  background: #354839;
}
.days-section .days-slider .slick-next:hover::before {
  background: url(../images/white-right.webp) no-repeat center;
}
@media (max-width: 576px) {
  .days-section .days-slider .slick-next:hover::before {
    background: url(../images/white-right-mob.webp) no-repeat center;
  }
}
.days-section .days-slider ul {
  display: none !important;
}

.contect-section {
  background: #283a2c;
  padding: 83px 0 49px 0;
}
@media (max-width: 1158px) {
  .contect-section {
    padding: 83px 0 98px 0;
  }
}
.contect-section .contect-heading {
  text-align: center;
  padding-bottom: 112px;
}
@media (max-width: 767px) {
  .contect-section .contect-heading {
    padding-bottom: 42px;
  }
}
.contect-section .contect-heading span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  display: block;
  padding-bottom: 20px;
}
@media (max-width: 1192px) {
  .contect-section .contect-heading span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .contect-section .contect-heading span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contect-section .contect-heading span {
    font-size: 13px;
    line-height: 14px;
  }
}
.contect-section .contect-heading h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 74px;
}
@media (max-width: 1200px) {
  .contect-section .contect-heading h2 {
    font-size: 58px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .contect-section .contect-heading h2 {
    font-size: 49px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .contect-section .contect-heading h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .contect-section .contect-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .contect-section .contect-heading h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.contect-section .contect-methods {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1158px) {
  .contect-section .contect-methods {
    flex-direction: column;
  }
}
.contect-section .contect-methods figure {
  max-width: 38%;
  margin: auto;
}
.contect-section .contect-methods figure img {
  margin-top: -70px;
  padding-bottom: 43px;
}
@media (max-width: 1158px) {
  .contect-section .contect-methods figure img {
    padding: 0;
    margin-top: 0px;
  }
}
.contect-section .contect-methods div {
  text-align: center;
}
.contect-section .contect-methods .contect-left {
  border-right: 1px solid rgba(255, 255, 255, 0.33);
  padding: 0 135px 147px 0px;
  margin-left: 82px;
}
@media (max-width: 1158px) {
  .contect-section .contect-methods .contect-left {
    border: none;
    margin: 0;
    padding: 0 0 72px 0;
  }
}
@media (max-width: 450px) {
  .contect-section .contect-methods .contect-left {
    padding: 0 0 42px 0;
  }
}
.contect-section .contect-methods .contect-right {
  padding: 0 0 147px 59px;
}
@media (max-width: 1158px) {
  .contect-section .contect-methods .contect-right {
    padding: 0;
  }
}
.contect-section .contect-methods p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 22px;
}
.contect-section .contect-methods .contact-phone {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 57px;
}
@media (max-width: 767px) {
  .contect-section .contect-methods .contact-phone {
    font-size: 38px;
    line-height: 47px;
  }
}
@media (max-width: 450px) {
  .contect-section .contect-methods .contact-phone {
    font-size: 22px;
    line-height: 12px;
  }
}
.contect-section .contect-methods .contact-mail {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
}
@media (max-width: 767px) {
  .contect-section .contect-methods .contact-mail {
    font-size: 38px;
    line-height: 47px;
  }
}
@media (max-width: 767px) {
  .contect-section .contect-methods .contact-mail {
    font-size: 22px;
    line-height: 12px;
  }
}

.bg-r {
  background: #fff !important;
}
.bg-r .package-haedings span {
  color: #4f5b70 !important;
  display: block;
}
.bg-r .package-haedings h2 {
  color: #283a2c !important;
}

.page-404-design {
  margin: 20px 0 50px;
}
.page-404-design .inner-text-404 {
  text-align: center;
  display: block;
  margin: auto;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .page-404-design .inner-text-404 {
    margin: 10px 0 0px;
    padding: 0px 0;
  }
}
.page-404-design .inner-text-404 span {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 60px;
  display: block;
  margin-bottom: 1rem;
  color: #354839;
}
@media (max-width: 767px) {
  .page-404-design .inner-text-404 span {
    font-size: 60px;
    line-height: 60px;
  }
}
.page-404-design .inner-text-404 h1 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
@media (max-width: 767px) {
  .page-404-design .inner-text-404 h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-404-design .inner-text-404 p {
  color: #4b4b4b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 767px) {
  .page-404-design .inner-text-404 p {
    font-size: 15px;
  }
}
.page-404-design .inner-text-404 a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 20px;
  border: 1px solid #354839;
  border-radius: 10px;
  background: #fff;
  color: #354839;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
.page-404-design .inner-text-404 a:hover {
  background-color: #354839;
  color: #fff;
}

.gallery_sec img {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
}
.gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
}
.gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery_sec a:hover img {
  position: relative;
  width: 100%;
  opacity: 0.2;
}
.gallery_sec a:hover::before {
  background: url("https://i.ibb.co/3fMkjjF/Resize.png");
  z-index: 99;
}

.overview iframe {
  border: none;
  width: 100%;
  height: 450px;
  border-radius: 15px;
}
.overview .contact-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 0 20px;
  border-radius: 15px;
}
.overview .contact-card h1,
.overview .contact-card h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 74px;
  margin-bottom: 16px;
}
.overview .contact-card .contact-list {
  list-style: none;
  padding-left: 0;
}
.overview .contact-card .contact-list li {
  display: flex;
  gap: 20px;
}
.overview .contact-card .contact-list li span {
  width: 30px;
  text-align: center;
}
.overview .contact-card .contact-list li span i {
  font-size: 26px;
  color: #354839;
  font-weight: 600;
}
.overview .contact-card .contact-list li a {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out 0s;
}
.overview .contact-card .contact-list li a:hover {
  color: #354839;
}
.overview .contact-card .contact-list li p {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 767px) {
  .overview .contact-card .contact-list li {
    flex-wrap: nowrap;
    gap: 15px;
  }
  .overview .contact-card .contact-list li span i {
    font-size: 20px;
  }
  .overview .contact-card .contact-list li a {
    font-size: 15px;
    line-height: 22px;
  }
  .overview .contact-card h1 {
    font-size: 22px;
    line-height: 54px;
    margin-bottom: 0;
  }
  .overview .contact-card h2 {
    font-size: 20px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .overview .me-5 {
    margin-left: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 990px) {
  .overview iframe {
    height: 300px;
  }
}

.siteMapKanha {
  padding-bottom: 50px;
}
.siteMapKanha .borderBottom {
  margin: 20px 0px 20px;
  border-right: 1px solid #dee2e6;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .siteMapKanha .borderBottom {
    padding-left: 10px !important;
    margin: 10px 0 10px;
    border-right: none;
  }
}
.siteMapKanha .borderBottom .important-links b {
  font-weight: 600;
  font-size: 18px;
  display: block;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .siteMapKanha .borderBottom .important-links b {
    font-size: 17px;
  }
}
.siteMapKanha .borderBottom .important-links ul {
  padding-left: 1rem;
}
.siteMapKanha .borderBottom .important-links ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
  color: #354839;
}
.siteMapKanha .borderBottom .important-links ul li a {
  color: #283a2c;
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 767px) {
  .siteMapKanha .borderBottom .important-links ul li a {
    font-size: 15px;
  }
}
.siteMapKanha .borderBottom .important-links ul li a:hover {
  color: #354839;
  transition: all 0.5s ease-out;
}

#hotels-banner {
  padding: 257px 0px 245px 0px;
}
@media (max-width: 992px) {
  #hotels-banner {
    padding: 159px 0px 117px 0px;
  }
}
@media (max-width: 767px) {
  #hotels-banner {
    padding: 127px 0px 100px 0px;
  }
}
@media (max-width: 450px) {
  #hotels-banner {
    padding: 56px 0px 56px 0px;
  }
}
#hotels-banner .main-heading {
  text-align: center;
}
#hotels-banner .main-heading h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}
@media (max-width: 767px) {
  #hotels-banner .main-heading h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 450px) {
  #hotels-banner .main-heading h2 {
    font-size: 27px;
    line-height: 32px;
  }
}
#hotels-banner .main-heading nav {
  display: flex;
  justify-content: space-around;
}
#hotels-banner .main-heading nav ol {
  display: flex;
  list-style: none;
}
#hotels-banner .main-heading nav ol li span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 767px) {
  #hotels-banner .main-heading nav ol li span {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  #hotels-banner .main-heading nav ol li span {
    font-size: 13px;
    line-height: 17px;
  }
}
#hotels-banner .main-heading nav ol .breadcrumb-item.active span {
  color: #ff6612;
}
#hotels-banner .main-heading nav .breadcrumb-item + .breadcrumb-item::before {
  font-size: 16px;
  color: #fff;
  padding-top: 2px;
}
@media (max-width: 767px) {
  #hotels-banner .main-heading nav .breadcrumb-item + .breadcrumb-item::before {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  #hotels-banner .main-heading nav .breadcrumb-item + .breadcrumb-item::before {
    font-size: 12px;
    padding-top: 4px;
  }
}

#high-end-resorts {
  background: #fff !important;
  padding: 10px 0px 50px 0px;
}
@media (max-width: 767px) {
  #high-end-resorts {
    padding: 10px 0px 20px 0px;
  }
}
@media (max-width: 576px) {
  #high-end-resorts {
    padding: 10px 0px 20px 0px;
  }
}
#high-end-resorts .about-left span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  #high-end-resorts .about-left span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  #high-end-resorts .about-left span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #high-end-resorts .about-left span {
    font-size: 13px;
    line-height: 14px;
  }
}
#high-end-resorts .about-left h1 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  #high-end-resorts .about-left h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  #high-end-resorts .about-left h1 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  #high-end-resorts .about-left h1 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  #high-end-resorts .about-left h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  #high-end-resorts .about-left h1 {
    font-size: 26px;
    line-height: 28px;
  }
}
#high-end-resorts p {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 992px) {
  #high-end-resorts p {
    font-size: 15px;
  }
}

.about-hotels {
  padding: 60px 0 60px 0;
}
@media (max-width: 808px) {
  .about-hotels {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .about-hotels {
    padding: 30px 0 30px 0;
  }
}
.about-hotels .hotels-parts {
  display: flex;
  gap: 76px;
}
@media (max-width: 956px) {
  .about-hotels .hotels-parts {
    gap: 44px;
  }
}
@media (max-width: 820px) {
  .about-hotels .hotels-parts {
    flex-direction: column;
  }
}
.about-hotels .hotels-parts .about-hotels-left {
  padding-right: 0px;
  position: relative;
}
@media (max-width: 688px) {
  .about-hotels .hotels-parts .about-hotels-left {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
  }
}
.about-hotels .hotels-parts .about-hotels-left .image-1 {
  padding-left: 112px;
}
@media (max-width: 820px) {
  .about-hotels .hotels-parts .about-hotels-left .image-1 {
    text-align: center;
    padding: 0;
  }
}
.about-hotels .hotels-parts .about-hotels-left .image-1 figure img {
  max-width: 300px;
  border-radius: 100px;
}
@media (max-width: 1215px) {
  .about-hotels .hotels-parts .about-hotels-left .image-1 figure img {
    max-width: 319px;
    border-radius: 50px;
  }
}
@media (max-width: 820px) {
  .about-hotels .hotels-parts .about-hotels-left .image-1 figure img {
    max-width: 572px;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .about-hotels .hotels-parts .about-hotels-left .image-1 figure img {
    max-width: 200px;
    width: 100%;
  }
}
.about-hotels .hotels-parts .about-hotels-left .image-2 {
  width: 295px;
  position: absolute;
  top: 6%;
}
@media (max-width: 1215px) {
  .about-hotels .hotels-parts .about-hotels-left .image-2 {
    width: 292px;
    position: absolute;
    top: 6%;
  }
}
@media (max-width: 956px) {
  .about-hotels .hotels-parts .about-hotels-left .image-2 {
    top: 7%;
  }
}
@media (max-width: 820px) {
  .about-hotels .hotels-parts .about-hotels-left .image-2 {
    top: 18%;
    width: 342px;
  }
}
@media (max-width: 688px) {
  .about-hotels .hotels-parts .about-hotels-left .image-2 {
    position: unset;
    padding-top: 52px;
  }
}
@media (max-width: 450px) {
  .about-hotels .hotels-parts .about-hotels-left .image-2 {
    top: -47px;
    left: 0;
    width: 217px;
    position: absolute;
  }
}
.about-hotels .hotels-parts .about-hotels-left .image-2 figure img {
  border-radius: 100px;
}
@media (max-width: 1215px) {
  .about-hotels .hotels-parts .about-hotels-left .image-2 figure img {
    width: 230px;
    border-radius: 50px;
  }
}
@media (max-width: 820px) {
  .about-hotels .hotels-parts .about-hotels-left .image-2 figure img {
    width: 100%;
  }
}
.about-hotels .hotels-parts .about-hotels-right span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .about-hotels .hotels-parts .about-hotels-right span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .about-hotels .hotels-parts .about-hotels-right span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-hotels .hotels-parts .about-hotels-right span {
    font-size: 13px;
    line-height: 14px;
  }
}
.about-hotels .hotels-parts .about-hotels-right h1 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .about-hotels .hotels-parts .about-hotels-right h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .about-hotels .hotels-parts .about-hotels-right h1 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .about-hotels .hotels-parts .about-hotels-right h1 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .about-hotels .hotels-parts .about-hotels-right h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .about-hotels .hotels-parts .about-hotels-right h1 {
    font-size: 26px;
    line-height: 28px;
  }
}
.about-hotels .hotels-parts .about-hotels-right h1 {
  margin-bottom: 1rem;
}
.about-hotels .hotels-parts .about-hotels-right p {
  color: #4f5b70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .about-hotels .hotels-parts .about-hotels-right p {
    font-size: 15px;
  }
}

.hotles-tb {
  background: #f9f9f7;
  padding: 60px 0 61px 0;
}
@media (max-width: 767px) {
  .hotles-tb {
    padding: 30px 0 31px 0;
  }
}
.hotles-tb .nav {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
}
@media (max-width: 1032px) {
  .hotles-tb .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
    margin-bottom: 40px;
  }
}
.hotles-tb .nav .nav-item {
  margin-right: 80px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .hotles-tb .nav .nav-item {
    margin-right: 56px;
  }
}
.hotles-tb .nav .nav-item button {
  color: #4f5b70;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  background: 0 0;
  border: 0;
  padding: 0 0.5rem 0.5rem 0.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hotles-tb .nav .nav-item button {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 200px;
  }
}
@media (max-width: 450px) {
  .hotles-tb .nav .nav-item button {
    width: 146px;
  }
}
.hotles-tb .nav .nav-item .active {
  background-color: transparent;
  color: #192024;
  margin: 0px 0px 17px 0px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 767px) {
  .hotles-tb .nav .nav-item .active {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin: 0px 0px 20px 0px;
  }
}
.hotles-tb .nav .nav-item .active::after {
  content: "";
  border-bottom: 4px solid #ff6612;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -19px;
}
@media (max-width: 767px) {
  .hotles-tb .nav .nav-item .active::after {
    bottom: -19px;
  }
}
.hotles-tb .tab-content .hotel-detail {
  padding-bottom: 68px;
}
@media (max-width: 767px) {
  .hotles-tb .tab-content .hotel-detail {
    padding-bottom: 39px;
  }
}
.hotles-tb .tab-content .hotel-detail .hotel-left span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .hotles-tb .tab-content .hotel-detail .hotel-left span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .hotles-tb .tab-content .hotel-detail .hotel-left span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hotles-tb .tab-content .hotel-detail .hotel-left span {
    font-size: 13px;
    line-height: 14px;
  }
}
.hotles-tb .tab-content .hotel-detail .hotel-left span {
  margin-bottom: 12px;
  display: block;
}
.hotles-tb .tab-content .hotel-detail .hotel-left h3 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .hotles-tb .tab-content .hotel-detail .hotel-left h3 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .hotles-tb .tab-content .hotel-detail .hotel-left h3 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .hotles-tb .tab-content .hotel-detail .hotel-left h3 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .hotles-tb .tab-content .hotel-detail .hotel-left h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .hotles-tb .tab-content .hotel-detail .hotel-left h3 {
    font-size: 26px;
    line-height: 28px;
  }
}
.hotles-tb .tab-content .hotel-detail .hotel-right {
  padding-top: 57px;
}
@media (max-width: 767px) {
  .hotles-tb .tab-content .hotel-detail .hotel-right {
    padding-top: 0px;
  }
}
.hotles-tb .tab-content .hotel-detail .hotel-right p {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 12px 0;
}
@media (max-width: 576px) {
  .hotles-tb .tab-content .hotel-detail .hotel-right p {
    font-size: 15px;
  }
}
.hotles-tb .tab-content .hotel-detail .hotel-right .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.hotles-tb .tab-content .hotel-detail .hotel-right .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .hotles-tb .tab-content .hotel-detail .hotel-right .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .hotles-tb .tab-content .hotel-detail .hotel-right .view-btn {
    border-radius: 5px;
  }
}
.hotles-tb .tab-content .hotel-list {
  margin-bottom: 30px;
  display: flex;
  gap: 53px 27px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .hotles-tb .tab-content .hotel-list {
    margin-bottom: 27px;
  }
}
@media (max-width: 1017px) {
  .hotles-tb .tab-content .hotel-list {
    gap: 27px 27px;
  }
}
@media (max-width: 728px) {
  .hotles-tb .tab-content .hotel-list {
    justify-content: space-between;
    gap: 27px 0px;
  }
}
.hotles-tb .tab-content .hotel-list .hotel {
  width: 400px;
}
@media (max-width: 1331px) {
  .hotles-tb .tab-content .hotel-list .hotel {
    width: 378px;
  }
}
@media (max-width: 1269px) {
  .hotles-tb .tab-content .hotel-list .hotel {
    width: 359px;
  }
}
@media (max-width: 1204px) {
  .hotles-tb .tab-content .hotel-list .hotel {
    width: 319px;
  }
}
@media (max-width: 1079px) {
  .hotles-tb .tab-content .hotel-list .hotel {
    width: 48%;
  }
}
@media (max-width: 493px) {
  .hotles-tb .tab-content .hotel-list .hotel {
    width: 100%;
  }
}
.hotles-tb .tab-content .hotel-list .hotel .package-content {
  position: relative;
}
.hotles-tb .tab-content .hotel-list .hotel .package-content a figure {
  margin: 0 auto;
  position: relative;
  display: flex;
}
.hotles-tb .tab-content .hotel-list .hotel .package-content a figure img {
  width: 100%;
  border-radius: 80px;
  height: 409px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1017px) {
  .hotles-tb .tab-content .hotel-list .hotel .package-content a figure img {
    border-radius: 50px;
    height: auto;
  }
}
.hotles-tb .tab-content .hotel-list .hotel .package-content figcaption {
  padding: 0px 26px 40px 28px;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
@media (max-width: 400px) {
  .hotles-tb .tab-content .hotel-list .hotel .package-content figcaption {
    padding: 0px 30px 35px 30px;
  }
}
.hotles-tb .tab-content .hotel-list .hotel .package-content figcaption h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  transition: all 0.4s ease-in-out 0s;
  text-shadow: 0 0 10px black;
}
.hotles-tb .tab-content .hotel-list .hotel .package-content figcaption h3:hover {
  color: #ff6612;
}
@media (max-width: 576px) {
  .hotles-tb .tab-content .hotel-list .hotel .package-content figcaption h3 {
    text-shadow: 1px 0px 5px black;
    font-size: 22px;
    line-height: 32px;
  }
}
.hotles-tb .tab-content .hotel-list .hotel .package-content figcaption P {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 576px) {
  .hotles-tb .tab-content .hotel-list .hotel .package-content figcaption P {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.hotles-tb .tab-content .hotel-list .hotel .package-content figcaption .visit-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px 0px 0px;
  border-top: 1px solid #eaeaf3;
}
@media (max-width: 576px) {
  .hotles-tb .tab-content .hotel-list .hotel .package-content figcaption .visit-sec {
    padding: 10px 0px 0px 0px;
  }
}
.hotles-tb .tab-content .hotel-list .hotel .package-content figcaption .visit-sec P {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .hotles-tb .tab-content .hotel-list .hotel .package-content figcaption .visit-sec P {
    font-size: 15px;
  }
}
.hotles-tb .tab-content .hotel-list .hotel .package-content figcaption .visit-sec img {
  width: 7%;
}
.hotles-tb .tab-content .hotel-list .hotel .package-content figcaption a:hover p {
  color: #ff6612;
}

#hotels-bn {
  padding: 50px 40px 50px 40px;
}
@media (max-width: 992px) {
  #hotels-bn {
    padding: 50px 40px 50px 40px;
  }
}
@media (max-width: 767px) {
  #hotels-bn {
    padding: 50px 20px 50px 20px;
  }
}

.half-hotels {
  padding: 50px 40px 50px 40px;
}
@media (max-width: 1400px) {
  .half-hotels {
    padding: 50px 40px 50px 40px;
  }
}
@media (max-width: 1366px) {
  .half-hotels {
    padding: 50px 40px 50px 40px;
  }
}
@media (max-width: 992px) {
  .half-hotels {
    padding: 50px 40px 50px 40px;
  }
}
@media (max-width: 767px) {
  .half-hotels {
    padding: 50px 20px 50px 20px;
  }
}
.half-hotels .set-width {
  max-width: 1583px;
  margin: auto;
}
.half-hotels .set-width .about-kanha-park {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .half-hotels .set-width .about-kanha-park {
    margin-bottom: 27px;
  }
}
.half-hotels .set-width .about-kanha-park span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .half-hotels .set-width .about-kanha-park span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .half-hotels .set-width .about-kanha-park span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .half-hotels .set-width .about-kanha-park span {
    font-size: 13px;
    line-height: 14px;
  }
}
.half-hotels .set-width .about-kanha-park h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .half-hotels .set-width .about-kanha-park h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .half-hotels .set-width .about-kanha-park h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .half-hotels .set-width .about-kanha-park h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .half-hotels .set-width .about-kanha-park h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .half-hotels .set-width .about-kanha-park h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.half-hotels .set-width .about-kanha-park h2 {
  width: 68%;
}
@media (max-width: 576px) {
  .half-hotels .set-width .about-kanha-park h2 {
    width: 100%;
  }
}
.half-hotels .set-width .about-kanha-park .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.half-hotels .set-width .about-kanha-park .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .half-hotels .set-width .about-kanha-park .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .half-hotels .set-width .about-kanha-park .view-btn {
    border-radius: 5px;
  }
}
.half-hotels .set-width .about-kanha-park .view-btn {
  position: absolute;
  right: 30px;
  bottom: 0px;
}
@media (max-width: 1024px) {
  .half-hotels .set-width .about-kanha-park .view-btn {
    right: 77px;
    bottom: 9px;
  }
}
@media (max-width: 1192px) {
  .half-hotels .set-width .about-kanha-park .view-btn {
    right: 138px;
    bottom: 3px;
  }
}
@media (max-width: 1023px) {
  .half-hotels .set-width .about-kanha-park .view-btn {
    bottom: 10px;
    right: 8%;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .half-hotels .set-width .about-kanha-park .view-btn {
    display: none;
  }
}
.half-hotels .set-width .hight-end-resorts .package-content {
  margin: 0 12px;
}
@media (max-width: 767px) {
  .half-hotels .set-width .hight-end-resorts .package-content {
    margin: 0 0 10px;
  }
}
.half-hotels .set-width .hight-end-resorts .package-content .package-area {
  position: relative;
}
.half-hotels .set-width .hight-end-resorts figure {
  margin: 0 auto;
  max-height: 465px;
  position: relative;
  display: flex;
  overflow: hidden;
}
.half-hotels .set-width .hight-end-resorts figure img {
  border-radius: 80px;
  width: 100%;
  height: 350px;
}
@media (max-width: 1024px) {
  .half-hotels .set-width .hight-end-resorts figure img {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .half-hotels .set-width .hight-end-resorts figure img {
    height: 300px;
  }
}
.half-hotels .set-width .hight-end-resorts figcaption a {
  text-decoration: none;
  color: #000;
}
.half-hotels .set-width .hight-end-resorts figcaption a strong {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  display: block;
  line-height: 30px;
  margin-top: 10px;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .half-hotels .set-width .hight-end-resorts figcaption a strong {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .half-hotels .set-width .hight-end-resorts figcaption a strong {
    font-size: 18px;
    line-height: 27px;
  }
}
.half-hotels .set-width .hight-end-resorts figcaption a strong:hover {
  cursor: pointer;
  color: #ff6612;
}
.half-hotels .set-width .hight-end-resorts figcaption p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1024px) {
  .half-hotels .set-width .hight-end-resorts figcaption p {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .half-hotels .set-width .hight-end-resorts figcaption p {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 400px) {
  .half-hotels .set-width .hight-end-resorts figcaption p {
    font-size: 10px;
    line-height: 12px;
  }
}
.half-hotels .set-width .hight-end-resorts .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: 1px dotted #c4c4c4;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  transform: translate(-350%, -220%);
}
@media (max-width: 1192px) {
  .half-hotels .set-width .hight-end-resorts .slick-arrow {
    width: 40px;
    height: 40px;
    transform: translate(-425%, -258%);
  }
}
@media (max-width: 1024px) {
  .half-hotels .set-width .hight-end-resorts .slick-arrow {
    transform: translate(-22%, 193%);
  }
}
@media (max-width: 767px) {
  .half-hotels .set-width .hight-end-resorts .slick-arrow {
    transform: translate(-270%, 123%);
  }
}
.half-hotels .set-width .hight-end-resorts .slick-prev {
  right: 60px;
  left: unset;
  z-index: 9;
}
@media (max-width: 1192px) {
  .half-hotels .set-width .hight-end-resorts .slick-prev {
    width: 40px;
    height: 40px;
    right: 105px;
  }
}
@media (max-width: 1023px) {
  .half-hotels .set-width .hight-end-resorts .slick-prev {
    top: unset;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .half-hotels .set-width .hight-end-resorts .slick-prev {
    right: 80px;
  }
}
.half-hotels .set-width .hight-end-resorts .slick-prev::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/left.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .half-hotels .set-width .hight-end-resorts .slick-prev::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .half-hotels .set-width .hight-end-resorts .slick-prev::before {
    background: url(../images/left-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.half-hotels .set-width .hight-end-resorts .slick-prev:hover {
  background: #ff6612;
}
.half-hotels .set-width .hight-end-resorts .slick-prev:hover::before {
  background: url(../images/white-left.webp) no-repeat center;
}
@media (max-width: 576px) {
  .half-hotels .set-width .hight-end-resorts .slick-prev:hover::before {
    background: url(../images/white-left-mob.webp) no-repeat center;
  }
}
.half-hotels .set-width .hight-end-resorts .slick-next {
  right: 0;
  top: 0px;
}
@media (max-width: 1023px) {
  .half-hotels .set-width .hight-end-resorts .slick-next {
    top: unset;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .half-hotels .set-width .hight-end-resorts .slick-next {
    right: 34px;
  }
}
.half-hotels .set-width .hight-end-resorts .slick-next::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/right.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .half-hotels .set-width .hight-end-resorts .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .half-hotels .set-width .hight-end-resorts .slick-next::before {
    background: url(../images/right-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.half-hotels .set-width .hight-end-resorts .slick-next:hover {
  background: #ff6612;
}
.half-hotels .set-width .hight-end-resorts .slick-next:hover::before {
  background: url(../images/white-right.webp) no-repeat center;
}
@media (max-width: 576px) {
  .half-hotels .set-width .hight-end-resorts .slick-next:hover::before {
    background: url(../images/white-right-mob.webp) no-repeat center;
  }
}
.half-hotels .set-width .best-time-visit {
  max-width: 1293px;
  margin-right: 52px;
}
@media (max-width: 416px) {
  .half-hotels .set-width .best-time-visit {
    margin-right: 33px;
  }
}
.half-hotels .set-width .best-time-visit .best-time-heading span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 1192px) {
  .half-hotels .set-width .best-time-visit .best-time-heading span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .half-hotels .set-width .best-time-visit .best-time-heading span {
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .half-hotels .set-width .best-time-visit .best-time-heading span {
    font-size: 13px;
    line-height: 14px;
  }
}
.half-hotels .set-width .best-time-visit .best-time-heading span {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 992px) {
  .half-hotels .set-width .best-time-visit .best-time-heading span {
    margin-bottom: 10px;
  }
}
.half-hotels .set-width .best-time-visit .best-time-heading h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .half-hotels .set-width .best-time-visit .best-time-heading h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .half-hotels .set-width .best-time-visit .best-time-heading h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .half-hotels .set-width .best-time-visit .best-time-heading h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .half-hotels .set-width .best-time-visit .best-time-heading h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .half-hotels .set-width .best-time-visit .best-time-heading h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.half-hotels .set-width .best-time-visit .package-tab {
  display: flex;
  padding: 60px 10px 40px 10px;
  margin: 0px;
  width: 100%;
  gap: 60px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
@media (max-width: 1200px) {
  .half-hotels .set-width .best-time-visit .package-tab {
    gap: 35px;
  }
}
@media (max-width: 1024px) {
  .half-hotels .set-width .best-time-visit .package-tab {
    padding: 30px 10px 9px 10px;
    margin-bottom: 22px;
  }
}
.half-hotels .set-width .best-time-visit .package-tab li {
  list-style: none;
  border-right: 1px solid rgba(217, 217, 217, 0.22);
  padding-right: 57px;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 1200px) {
  .half-hotels .set-width .best-time-visit .package-tab li {
    padding-right: 35px;
  }
}
.half-hotels .set-width .best-time-visit .package-tab li button {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
}
.half-hotels .set-width .best-time-visit .package-tab li button span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 12px 0px 0px 0px;
}
@media (max-width: 1366px) {
  .half-hotels .set-width .best-time-visit .package-tab li button span {
    line-height: 27px;
    margin: 14px 0px 10px 0px;
  }
}
@media (max-width: 1158px) {
  .half-hotels .set-width .best-time-visit .package-tab li button span {
    font-size: 17px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .half-hotels .set-width .best-time-visit .package-tab li button span {
    font-size: 16px;
    line-height: 39px;
  }
}
.half-hotels .set-width .best-time-visit .package-tab li button:active {
  border-color: transparent;
  transition: 3s;
}
.half-hotels .set-width .best-time-visit .package-tab li:last-child {
  border-right: none !important;
}
.half-hotels .set-width .best-time-visit .active button span {
  font-weight: 700 !important;
}
.half-hotels .set-width .jeep-safari {
  max-width: 1293px;
  background: #f1eee9;
  display: flex;
  border-radius: 100px;
  padding: 0px 67px 0px 72px;
  margin: auto;
}
@media (max-width: 576px) {
  .half-hotels .set-width .jeep-safari {
    border-radius: 39px;
    padding: 0px 37px 0px 37px;
  }
}
@media (max-width: 400px) {
  .half-hotels .set-width .jeep-safari {
    padding: 0px 28px 0px 28px;
  }
}
.half-hotels .set-width .jeep-safari .safari-left {
  padding: 90px 0px 65px 0px;
}
@media (max-width: 992px) {
  .half-hotels .set-width .jeep-safari .safari-left {
    padding: 54px 0px 54px 0px;
  }
}
@media (max-width: 991px) {
  .half-hotels .set-width .jeep-safari .safari-left {
    padding: 54px 0px 28px 0px;
  }
}
@media (max-width: 576px) {
  .half-hotels .set-width .jeep-safari .safari-left {
    padding: 28px 0px 30px 0px;
  }
}
.half-hotels .set-width .jeep-safari .safari-left b {
  color: #303437;
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  .half-hotels .set-width .jeep-safari .safari-left b {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .half-hotels .set-width .jeep-safari .safari-left b {
    font-size: 37px;
  }
}
.half-hotels .set-width .jeep-safari .safari-left p {
  color: #4f4f4f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  .half-hotels .set-width .jeep-safari .safari-left p {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .half-hotels .set-width .jeep-safari .safari-left p {
    padding-right: 0px;
    font-size: 15px;
  }
}
.half-hotels .set-width .jeep-safari .safari-left .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.half-hotels .set-width .jeep-safari .safari-left .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .half-hotels .set-width .jeep-safari .safari-left .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .half-hotels .set-width .jeep-safari .safari-left .view-btn {
    border-radius: 5px;
  }
}
.half-hotels .set-width .jeep-safari .safari-right {
  position: relative;
}
@media (max-width: 991px) {
  .half-hotels .set-width .jeep-safari .safari-right {
    padding-bottom: 24px;
  }
}
@media (max-width: 400px) {
  .half-hotels .set-width .jeep-safari .safari-right {
    padding: 0px 0px 24px 0px;
  }
}
.half-hotels .set-width .jeep-safari .safari-right .images {
  position: absolute;
  right: 0px;
  display: flex;
  gap: 23px;
}
@media (max-width: 992px) {
  .half-hotels .set-width .jeep-safari .safari-right .images {
    position: unset;
    justify-content: center;
  }
}
.half-hotels .set-width .jeep-safari .safari-right .images .max-width-1 {
  max-width: 147px;
}
.half-hotels .set-width .jeep-safari .safari-right .images .max-width-2 {
  max-width: 283px;
}
.half-hotels .set-width .jeep-safari .safari-right .images img {
  border-radius: 100px;
  padding: 17px 0px 0px 0px;
  width: 100%;
}
@media (max-width: 991px) {
  .half-hotels .set-width .jeep-safari .safari-right .images img {
    padding: 0px;
  }
}
@media (max-width: 576px) {
  .half-hotels .set-width .jeep-safari .safari-right .images img {
    border-radius: 70px;
  }
}
@media (max-width: 400px) {
  .half-hotels .set-width .jeep-safari .safari-right .images img {
    border-radius: 40px;
  }
}
@media (max-width: 1366px) {
  .half-hotels .set-width .jeep-safari {
    max-width: 1232px;
  }
}

.about-place {
  padding: 12px 0 10px 0;
}
@media (max-width: 992px) {
  .about-place {
    padding: 12px 0px 20px 0px;
  }
}
@media (max-width: 576px) {
  .about-place {
    padding: 12px 0px 20px 0px;
  }
}
.about-place .about-place-main {
  display: flex;
}
.about-place .about-place-main .about-left span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .about-place .about-place-main .about-left span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .about-place .about-place-main .about-left span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-place .about-place-main .about-left span {
    font-size: 13px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .about-place .about-place-main .about-left span {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about-place .about-place-main .about-left span {
    display: block;
    margin-bottom: 10px;
  }
}
.about-place .about-place-main .about-left h1 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .about-place .about-place-main .about-left h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .about-place .about-place-main .about-left h1 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .about-place .about-place-main .about-left h1 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .about-place .about-place-main .about-left h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .about-place .about-place-main .about-left h1 {
    font-size: 26px;
    line-height: 28px;
  }
}
.about-place .about-place-main .about-left .about-content .important-line {
  font-family: "Poppins", sans-serif;
  color: #4F5B70;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .about-place .about-place-main .about-left .about-content .important-line {
    font-size: 15.5px;
    line-height: 23px;
  }
}
.about-place .about-place-main .about-left .about-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #4F5B70;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 11px;
}
@media (max-width: 576px) {
  .about-place .about-place-main .about-left .about-content p {
    font-size: 15px;
  }
}
.about-place .about-place-main .about-left .about-content p .head21 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .about-place .about-place-main .about-left .about-content p .head21 {
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .about-place .about-place-main .about-left .about-content p .head21 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.about-place .about-place-main .about-left .about-content strong {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .about-place .about-place-main .about-left .about-content strong {
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .about-place .about-place-main .about-left .about-content strong {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.about-place .about-place-main .about-left .about-content h3 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .about-place .about-place-main .about-left .about-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .about-place .about-place-main .about-left .about-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .about-place .about-place-main .about-left .about-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .about-place .about-place-main .about-left .about-content h3 {
    font-size: 26px;
    line-height: 28px;
  }
}
.about-place .about-place-main .about-left .about-content b {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .about-place .about-place-main .about-left .about-content b {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
  }
}
.about-place .about-place-main .about-left .about-content .bold21 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .about-place .about-place-main .about-left .about-content .bold21 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
  }
}
.about-place .about-place-main .about-left .about-content h5 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .about-place .about-place-main .about-left .about-content h5 {
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 8px;
  }
}
.about-place .about-place-main .about-left .about-content .timing-line {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .about-place .about-place-main .about-left .about-content .timing-line {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 9px;
  }
}
.about-place .about-place-main .about-left .about-content table {
  background: transparent;
  border: 1px solid #e6e6e6;
  width: 100%;
  margin-bottom: 23px;
  border-left: 1px solid #e6e6e6;
}
.about-place .about-place-main .about-left .about-content table th {
  background: #ddd;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #151515;
  padding: 13px 17px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 450px) {
  .about-place .about-place-main .about-left .about-content table th {
    font-size: 15px;
    padding: 10px 14px;
    width: 100%;
    white-space: nowrap;
  }
}
.about-place .about-place-main .about-left .about-content table tbody td {
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4F5B70;
  padding: 9px 20px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 450px) {
  .about-place .about-place-main .about-left .about-content table tbody td {
    font-size: 13px;
    padding: 10px 13px;
    white-space: nowrap;
  }
}
.about-place .about-place-main .about-left .about-content table tbody td b {
  font-size: 15px;
  font-weight: 600;
  color: #151515;
}
@media (max-width: 450px) {
  .about-place .about-place-main .about-left .about-content table tbody td b {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .about-place .about-place-main .about-left .about-content table {
    width: -moz-max-content;
    width: max-content;
  }
}
.about-place .about-place-main .about-left .about-content ul {
  padding-left: 1rem;
}
.about-place .about-place-main .about-left .about-content ul li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #4F5B70;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 4px;
}
.about-place .about-place-main .about-left .about-content ul li b {
  font-size: 16px !important;
  color: #22492c;
}
@media (max-width: 576px) {
  .about-place .about-place-main .about-left .about-content ul li {
    font-size: 15px;
  }
}
.about-place .about-place-main .about-left .about-content ul li::marker {
  color: #ff6612;
}
.about-place .about-place-main .about-right {
  margin-top: 40px;
  padding-left: 39px;
}
@media (max-width: 1366px) {
  .about-place .about-place-main .about-right {
    padding: 0;
    width: 38%;
  }
}
@media (max-width: 992px) {
  .about-place .about-place-main .about-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-place .about-place-main .about-right {
    margin-top: 20px;
    padding: 0 10px;
  }
}
.about-place .about-place-main .about-right .images {
  position: absolute;
  display: flex;
  gap: 23px;
}
@media (max-width: 992px) {
  .about-place .about-place-main .about-right .images {
    position: unset;
    justify-content: center;
  }
}
.about-place .about-place-main .about-right .images .max-width-1 {
  max-width: 298px;
}
.about-place .about-place-main .about-right .images .max-width-2 {
  max-width: 192px;
}
.about-place .about-place-main .about-right .images img {
  border-radius: 50px;
  padding: 17px 0px 0px 0px;
  width: 100%;
}
@media (max-width: 991px) {
  .about-place .about-place-main .about-right .images img {
    padding: 0px;
  }
}
@media (max-width: 576px) {
  .about-place .about-place-main .about-right .images img {
    border-radius: 20px;
  }
}

.itinerary-heading span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .itinerary-heading span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .itinerary-heading span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .itinerary-heading span {
    font-size: 13px;
    line-height: 14px;
  }
}
.itinerary-heading h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .itinerary-heading h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .itinerary-heading h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .itinerary-heading h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .itinerary-heading h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .itinerary-heading h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.itinerary-heading h2 {
  margin-bottom: 50px;
}
@media (max-width: 450px) {
  .itinerary-heading h2 {
    margin-bottom: 25px;
  }
}

.safari-timing {
  background: #283a2c;
  padding: 77px 49px 85px 160px;
}
@media (max-width: 1400px) {
  .safari-timing {
    padding: 77px 49px 85px 75px;
  }
}
@media (max-width: 1366px) {
  .safari-timing {
    padding: 77px 49px 85px 52px;
  }
}
@media (max-width: 992px) {
  .safari-timing {
    padding: 77px 49px 85px 52px;
  }
}
@media (max-width: 767px) {
  .safari-timing {
    padding: 77px 32px 85px 32px;
  }
}
@media (max-width: 576px) {
  .safari-timing {
    padding: 47px 32px 54px 32px;
  }
}
@media (max-width: 450px) {
  .safari-timing {
    padding: 37px 17px 54px 17px;
  }
}
.safari-timing .set-width {
  display: flex;
  max-width: 1583px;
  margin: auto;
  justify-content: space-between;
}
@media (max-width: 1158px) {
  .safari-timing .set-width {
    gap: 52px;
  }
}
@media (max-width: 1023px) {
  .safari-timing .set-width {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .safari-timing .set-width {
    gap: 35px;
  }
}
.safari-timing .set-width .safari-timing-left {
  width: 40%;
}
@media (max-width: 1158px) {
  .safari-timing .set-width .safari-timing-left {
    width: 59%;
  }
}
@media (max-width: 1023px) {
  .safari-timing .set-width .safari-timing-left {
    width: 100%;
  }
}
.safari-timing .set-width .safari-timing-left span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .safari-timing .set-width .safari-timing-left span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .safari-timing .set-width .safari-timing-left span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .safari-timing .set-width .safari-timing-left span {
    font-size: 13px;
    line-height: 14px;
  }
}
.safari-timing .set-width .safari-timing-left h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .safari-timing .set-width .safari-timing-left h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .safari-timing .set-width .safari-timing-left h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .safari-timing .set-width .safari-timing-left h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .safari-timing .set-width .safari-timing-left h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .safari-timing .set-width .safari-timing-left h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.safari-timing .set-width .safari-timing-left p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .safari-timing .set-width .safari-timing-left p {
    font-size: 15px;
    line-height: 21px;
  }
}
.safari-timing .set-width .safari-timing-left .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.safari-timing .set-width .safari-timing-left .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .safari-timing .set-width .safari-timing-left .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .safari-timing .set-width .safari-timing-left .view-btn {
    border-radius: 5px;
  }
}
.safari-timing .set-width .safari-timing-right {
  width: 100%;
  max-width: 735px;
}
.safari-timing .set-width .safari-timing-right figure img {
  width: 100%;
}

.blog-front {
  padding: 69px 0 75px 0;
}
.blog-front .first-blog {
  max-width: 843px;
}
.blog-front .first-blog figure {
  width: 843px;
}
.blog-front .first-blog figure img {
  width: 100%;
  border-radius: 50px;
}
.blog-front .first-blog ul {
  padding: 24px 0px 14px 21px;
  margin: 0;
  display: flex;
  position: relative;
  gap: 40px;
}
.blog-front .first-blog ul .admin {
  list-style: none;
  padding: 0 0 0 17px;
}
.blog-front .first-blog ul .admin::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fe5246;
  position: absolute;
  border-radius: 22px;
  top: 32%;
  left: 0;
}
.blog-front .first-blog ul li {
  color: #677591;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-front .first-blog h2 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
}
.blog-front .first-blog p {
  color: #4F4F4F;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.second-sec-2 {
  max-width: 100%;
  z-index: 999;
  position: sticky;
  padding: 106px 0px 117px 162px;
}
@media (max-width: 1366px) {
  .second-sec-2 {
    padding: 126px 0px 126px 52px;
  }
}
@media (max-width: 576px) {
  .second-sec-2 {
    padding: 36px 0px 76px 26px;
  }
}
.second-sec-2 .set-width {
  max-width: 1583px;
  margin: auto;
}
.second-sec-2 .set-width .about-kanha-park {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .second-sec-2 .set-width .about-kanha-park {
    margin-bottom: 27px;
  }
}
.second-sec-2 .set-width .about-kanha-park span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 1192px) {
  .second-sec-2 .set-width .about-kanha-park span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .second-sec-2 .set-width .about-kanha-park span {
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .second-sec-2 .set-width .about-kanha-park span {
    font-size: 13px;
    line-height: 14px;
  }
}
.second-sec-2 .set-width .about-kanha-park h1 {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .second-sec-2 .set-width .about-kanha-park h1 {
    font-size: 52px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) {
  .second-sec-2 .set-width .about-kanha-park h1 {
    font-size: 49px;
  }
}
@media (max-width: 767px) {
  .second-sec-2 .set-width .about-kanha-park h1 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .second-sec-2 .set-width .about-kanha-park h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .second-sec-2 .set-width .about-kanha-park h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
.second-sec-2 .set-width .about-kanha-park h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .second-sec-2 .set-width .about-kanha-park h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .second-sec-2 .set-width .about-kanha-park h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .second-sec-2 .set-width .about-kanha-park h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .second-sec-2 .set-width .about-kanha-park h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .second-sec-2 .set-width .about-kanha-park h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.second-sec-2 .set-width .about-kanha-park .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.second-sec-2 .set-width .about-kanha-park .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .second-sec-2 .set-width .about-kanha-park .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .second-sec-2 .set-width .about-kanha-park .view-btn {
    border-radius: 5px;
  }
}
.second-sec-2 .set-width .about-kanha-park .view-btn {
  position: absolute;
  right: 151px;
  bottom: 0px;
}
@media (max-width: 1024px) {
  .second-sec-2 .set-width .about-kanha-park .view-btn {
    right: 77px;
    bottom: 9px;
  }
}
@media (max-width: 1192px) {
  .second-sec-2 .set-width .about-kanha-park .view-btn {
    right: 138px;
    bottom: 3px;
  }
}
@media (max-width: 1023px) {
  .second-sec-2 .set-width .about-kanha-park .view-btn {
    bottom: 10px;
    right: 8%;
    z-index: 99;
  }
}
@media (max-width: 576px) {
  .second-sec-2 .set-width .about-kanha-park .view-btn {
    display: none;
  }
}
.second-sec-2 .set-width .top-slider .package-content .package-area {
  position: relative;
  max-width: 944px;
  margin-right: 31px;
}
.second-sec-2 .set-width .top-slider figure {
  margin: 0 auto;
  max-height: 589px;
  position: relative;
  display: flex;
  overflow: hidden;
}
.second-sec-2 .set-width .top-slider figure img {
  border-radius: 80px;
  max-width: 100%;
  filter: brightness(1.1);
}
@media (max-width: 576px) {
  .second-sec-2 .set-width .top-slider figure img {
    border-radius: 50px;
  }
}
@media (max-width: 400px) {
  .second-sec-2 .set-width .top-slider figure img {
    border-radius: 30px;
  }
}
.second-sec-2 .set-width .top-slider figcaption {
  padding: 0px 65px 47px 84px;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
@media (max-width: 767px) {
  .second-sec-2 .set-width .top-slider figcaption {
    padding: 0px 45px 27px 44px;
  }
}
@media (max-width: 450px) {
  .second-sec-2 .set-width .top-slider figcaption {
    padding: 0px 20px 5px 24px;
  }
}
.second-sec-2 .set-width .top-slider figcaption a h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 70px;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 767px) {
  .second-sec-2 .set-width .top-slider figcaption a h3 {
    font-size: 38px;
    text-shadow: 1px 0px 5px black;
    line-height: 68px;
  }
}
@media (max-width: 576px) {
  .second-sec-2 .set-width .top-slider figcaption a h3 {
    font-size: 34px;
    line-height: 57px;
  }
}
@media (max-width: 450px) {
  .second-sec-2 .set-width .top-slider figcaption a h3 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 2px;
  }
}
.second-sec-2 .set-width .top-slider figcaption a h3:hover {
  color: #ff6612;
}
.second-sec-2 .set-width .top-slider figcaption .visit-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.second-sec-2 .set-width .top-slider figcaption .visit-sec p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .second-sec-2 .set-width .top-slider figcaption .visit-sec p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 576px) {
  .second-sec-2 .set-width .top-slider figcaption .visit-sec p {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 450px) {
  .second-sec-2 .set-width .top-slider figcaption .visit-sec p {
    font-size: 9px;
    line-height: 13px;
  }
}
@media (max-width: 400px) {
  .second-sec-2 .set-width .top-slider figcaption .visit-sec a img {
    width: 65%;
  }
}
.second-sec-2 .set-width .top-slider .slick-list.draggable {
  padding-right: 450px;
}
@media (max-width: 1366px) {
  .second-sec-2 .set-width .top-slider .slick-list.draggable {
    padding-right: 332px;
  }
}
@media (max-width: 1304px) {
  .second-sec-2 .set-width .top-slider .slick-list.draggable {
    padding-right: 250px;
  }
}
@media (max-width: 1200px) {
  .second-sec-2 .set-width .top-slider .slick-list.draggable {
    padding-right: 100px;
  }
}
@media (max-width: 1024px) {
  .second-sec-2 .set-width .top-slider .slick-list.draggable {
    padding-right: 40px;
  }
}
.second-sec-2 .set-width .top-slider .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: 1px dotted #c4c4c4;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  transform: translate(-401%, -220%);
}
@media (max-width: 1192px) {
  .second-sec-2 .set-width .top-slider .slick-arrow {
    width: 40px;
    height: 40px;
    transform: translate(-425%, -258%);
  }
}
@media (max-width: 1024px) {
  .second-sec-2 .set-width .top-slider .slick-arrow {
    transform: translate(-146%, 174%);
  }
}
@media (max-width: 450px) {
  .second-sec-2 .set-width .top-slider .slick-arrow {
    transform: translate(34%, 174%);
  }
}
.second-sec-2 .set-width .top-slider .slick-prev {
  right: 119px;
  left: unset;
  margin-right: 11px;
}
@media (max-width: 1192px) {
  .second-sec-2 .set-width .top-slider .slick-prev {
    width: 40px;
    height: 40px;
    right: 105px;
  }
}
@media (max-width: 1023px) {
  .second-sec-2 .set-width .top-slider .slick-prev {
    top: unset;
    bottom: 0px;
  }
}
.second-sec-2 .set-width .top-slider .slick-prev::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/left.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .second-sec-2 .set-width .top-slider .slick-prev::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .second-sec-2 .set-width .top-slider .slick-prev::before {
    background: url(../images/left-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.second-sec-2 .set-width .top-slider .slick-prev:hover {
  background: #ff6612;
}
.second-sec-2 .set-width .top-slider .slick-prev:hover::before {
  background: url(../images/white-left.webp) no-repeat center;
}
@media (max-width: 576px) {
  .second-sec-2 .set-width .top-slider .slick-prev:hover::before {
    background: url(../images/white-left-mob.webp) no-repeat center;
  }
}
.second-sec-2 .set-width .top-slider .slick-next {
  right: 69px;
  top: 0px;
}
@media (max-width: 1023px) {
  .second-sec-2 .set-width .top-slider .slick-next {
    top: unset;
    bottom: 0px;
  }
}
.second-sec-2 .set-width .top-slider .slick-next::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/right.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .second-sec-2 .set-width .top-slider .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .second-sec-2 .set-width .top-slider .slick-next::before {
    background: url(../images/right-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.second-sec-2 .set-width .top-slider .slick-next:hover {
  background: #ff6612;
}
.second-sec-2 .set-width .top-slider .slick-next:hover::before {
  background: url(../images/white-right.webp) no-repeat center;
}
@media (max-width: 576px) {
  .second-sec-2 .set-width .top-slider .slick-next:hover::before {
    background: url(../images/white-right-mob.webp) no-repeat center;
  }
}

.common-tab {
  background: #f9f9f7;
  padding: 90px 0 90px 0;
}
@media (max-width: 767px) {
  .common-tab {
    padding: 90px 0 81px 0;
  }
}
@media (max-width: 450px) {
  .common-tab {
    padding: 50px 0 101px 0;
  }
}
.common-tab .common-tab-heading span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .common-tab .common-tab-heading span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .common-tab .common-tab-heading span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .common-tab .common-tab-heading span {
    font-size: 13px;
    line-height: 14px;
  }
}
.common-tab .common-tab-heading h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .common-tab .common-tab-heading h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .common-tab .common-tab-heading h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .common-tab .common-tab-heading h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .common-tab .common-tab-heading h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .common-tab .common-tab-heading h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.common-tab .common-tab-heading h2 {
  margin-bottom: 30px;
}
.common-tab .nav {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 69px;
}
@media (max-width: 1023px) {
  .common-tab .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
    margin-bottom: 44px;
  }
}
.common-tab .nav .nav-item {
  margin-right: 80px;
}
@media (max-width: 767px) {
  .common-tab .nav .nav-item {
    margin-right: 56px;
  }
}
.common-tab .nav .nav-item button {
  color: #4f5b70;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  background: 0 0;
  border: 0;
  padding: 0 0.5rem 0.5rem 0.5rem;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .common-tab .nav .nav-item button {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 200px;
  }
}
@media (max-width: 450px) {
  .common-tab .nav .nav-item button {
    width: 146px;
  }
}
.common-tab .nav .nav-item .active {
  background-color: transparent;
  color: #192024;
  padding: 0px 0px 36px 0px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 767px) {
  .common-tab .nav .nav-item .active {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }
}
.common-tab .nav .nav-item .active::after {
  content: "";
  border-bottom: 4px solid #ff6612;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.common-tab .tab-content {
  text-align: center;
}
.common-tab .tab-content .place-info {
  padding-bottom: 78px;
}
@media (max-width: 1192px) {
  .common-tab .tab-content .place-info {
    padding-bottom: 43px;
  }
}
.common-tab .tab-content .place-info p {
  color: #4b4b4b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 12px;
}
@media (max-width: 1192px) {
  .common-tab .tab-content .place-info p {
    width: 100%;
  }
}
.common-tab .tab-content .place-image {
  max-width: 1200px;
  margin: 0 auto;
}
.common-tab .tab-content .place-image figure img {
  max-width: 1200px;
  width: 100%;
}

.place-of-intrest {
  padding: 292px 0px 90px 0px;
}
@media (max-width: 1023px) {
  .place-of-intrest {
    padding: 292px 0px 84px 0px;
  }
}
@media (max-width: 1192px) {
  .place-of-intrest {
    padding: 259px 0px 84px 0px;
  }
}
@media (max-width: 767px) {
  .place-of-intrest {
    padding: 179px 0px 84px 0px;
  }
}
@media (max-width: 576px) {
  .place-of-intrest {
    padding: 154px 0px 84px 0px;
  }
}
.place-of-intrest .place-haeding {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 52px;
}
@media (max-width: 576px) {
  .place-of-intrest .place-haeding {
    width: 100%;
    margin-bottom: 33px;
  }
}
.place-of-intrest .place-haeding h2 {
  color: #22492c;
  font-family: "Nunito", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 576px) {
  .place-of-intrest .place-haeding h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.place-of-intrest .place-haeding p {
  color: #4b4b4b;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (max-width: 576px) {
  .place-of-intrest .place-haeding p {
    font-size: 15px;
  }
}
.place-of-intrest .tabs-common {
  display: flex;
}
@media (max-width: 1023px) {
  .place-of-intrest .tabs-common {
    flex-direction: column;
  }
}
.place-of-intrest .tabs-common .nav {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1023px) {
  .place-of-intrest .tabs-common .nav {
    border-left: 0px solid #e0e0e0;
    flex-direction: row;
    justify-content: space-around;
  }
}
@media (max-width: 992px) {
  .place-of-intrest .tabs-common .nav {
    margin-bottom: 18px;
  }
}
.place-of-intrest .tabs-common .nav .nav-item {
  margin-right: 18px;
}
.place-of-intrest .tabs-common .nav .nav-item button {
  color: #4b4b4b;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 26px;
  background: 0 0;
  width: 270px;
  border: 0;
  padding: 15px 0.5rem 15px 33px;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .place-of-intrest .tabs-common .nav .nav-item button {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 200px;
  }
}
@media (max-width: 450px) {
  .place-of-intrest .tabs-common .nav .nav-item button {
    width: 146px;
  }
}
@media (max-width: 450px) {
  .place-of-intrest .tabs-common .nav .nav-item button {
    font-size: 15px;
    line-height: 19px;
    width: 120px;
    padding: 17px 0.5rem 15px 17px;
  }
}
.place-of-intrest .tabs-common .nav .nav-item .active {
  background-color: transparent;
  color: #22492c;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .place-of-intrest .tabs-common .nav .nav-item .active {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }
}
@media (max-width: 450px) {
  .place-of-intrest .tabs-common .nav .nav-item .active {
    font-size: 16px;
    line-height: 17px;
  }
}
.place-of-intrest .tabs-common .nav .nav-item .active::before {
  content: "";
  width: 2%;
  position: absolute;
  left: -3px;
  margin: auto;
  background: #22492c;
  height: 65%;
}
.place-of-intrest .tabs-common .tab-content .place-info {
  display: flex;
  gap: 26px;
}
@media (max-width: 767px) {
  .place-of-intrest .tabs-common .tab-content .place-info {
    flex-direction: column;
  }
}
.place-of-intrest .tabs-common .tab-content .place-info .image-section {
  max-width: 279px;
}
.place-of-intrest .tabs-common .tab-content .place-info .image-section figure img {
  max-width: 279px;
  border-radius: 50px;
}
.place-of-intrest .tabs-common .tab-content .place-info .info-right b {
  color: #121212;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.place-of-intrest .tabs-common .tab-content .place-info .info-right p {
  color: #4b4b4b;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#best-time-padding {
  padding: 92px 0px 42px 0px;
}
@media (max-width: 1023px) {
  #best-time-padding {
    padding: 86px 0 85px 0;
  }
}
@media (max-width: 767px) {
  #best-time-padding {
    padding: 46px 0 45px 0;
  }
}
@media (max-width: 576px) {
  #best-time-padding {
    padding: 46px 0 45px 0;
  }
}

.best-time-to-visit-months {
  padding: 15px 0 59px 0;
}
@media (max-width: 1023px) {
  .best-time-to-visit-months {
    padding: 15px 0 35px 0;
  }
}
@media (max-width: 1023px) {
  .best-time-to-visit-months {
    padding: 15px 0 20px 0;
  }
}
.best-time-to-visit-months .months-heading span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .best-time-to-visit-months .months-heading span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .best-time-to-visit-months .months-heading span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .best-time-to-visit-months .months-heading span {
    font-size: 13px;
    line-height: 14px;
  }
}
.best-time-to-visit-months .months-heading h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .best-time-to-visit-months .months-heading h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .best-time-to-visit-months .months-heading h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .best-time-to-visit-months .months-heading h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .best-time-to-visit-months .months-heading h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .best-time-to-visit-months .months-heading h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.best-time-to-visit-months .months-heading h2 {
  margin-bottom: 50px;
}
@media (max-width: 1304px) {
  .best-time-to-visit-months .months-heading h2 br {
    display: none;
  }
}
@media (max-width: 450px) {
  .best-time-to-visit-months .months-heading h2 {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 23px;
  }
}
.best-time-to-visit-months .months {
  background: #eaf0f0;
  padding: 40px 40px 40px 40px;
}
@media (max-width: 767px) {
  .best-time-to-visit-months .months {
    padding: 19px 12px 0px 12px;
  }
}
@media (max-width: 576px) {
  .best-time-to-visit-months .months {
    padding: 19px 12px 0px 12px;
  }
}
.best-time-to-visit-months .months .months-tabs {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  padding: 0;
}
@media (max-width: 1023px) {
  .best-time-to-visit-months .months .months-tabs {
    flex-wrap: wrap;
    margin-bottom: 28px;
  }
}
@media (max-width: 450px) {
  .best-time-to-visit-months .months .months-tabs {
    margin-bottom: 30px;
  }
}
.best-time-to-visit-months .months .months-tabs li {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff !important;
  color: #2e2e2e;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  justify-content: space-evenly;
  font-weight: 500;
  line-height: 30px;
  background: 0 0;
  border: 0;
  padding: 8px 18px;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .best-time-to-visit-months .months .months-tabs li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 200px;
  }
}
@media (max-width: 500px) {
  .best-time-to-visit-months .months .months-tabs li {
    width: 143px;
  }
}
@media (max-width: 400px) {
  .best-time-to-visit-months .months .months-tabs li {
    width: 105px;
  }
}
.best-time-to-visit-months .months .months-tabs li .fa-check {
  color: #22492c;
}
.best-time-to-visit-months .months .months-tabs li .fa-times {
  color: red;
}
.best-time-to-visit-months .months .tab-content .month-detail {
  display: flex;
  gap: 28px;
  background: #fff;
  padding: 25px 15px;
}
@media (max-width: 992px) {
  .best-time-to-visit-months .months .tab-content .month-detail {
    flex-direction: column;
    padding: 15px 0px;
  }
}
.best-time-to-visit-months .months .tab-content .month-detail .place-info b {
  font-size: 20px;
  padding-bottom: 6px;
  font-family: "Poppins", sans-serif;
  color: #4a4a4a;
  display: block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .best-time-to-visit-months .months .tab-content .month-detail .place-info b {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .best-time-to-visit-months .months .tab-content .month-detail .place-info b {
    font-size: 18px;
  }
}
.best-time-to-visit-months .months .tab-content .month-detail .place-info p {
  color: #4b4b4b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 12px;
  margin: 0;
}
@media (max-width: 576px) {
  .best-time-to-visit-months .months .tab-content .month-detail .place-info p {
    font-size: 15px;
  }
}
.best-time-to-visit-months .months .tab-content .month-detail .place-image {
  max-width: 416px;
  margin: 0 auto;
}
.best-time-to-visit-months .months .tab-content .month-detail .place-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

.how-to-reach {
  padding: 76px 0 56px 70px;
}
@media (max-width: 1400px) {
  .how-to-reach {
    padding: 83px 0px 101px 66px;
  }
}
@media (max-width: 767px) {
  .how-to-reach {
    padding: 25px 0px 31px 30px;
  }
}
@media (max-width: 576px) {
  .how-to-reach {
    padding: 25px 0px 31px 30px;
  }
}
.how-to-reach {
  background: #f1eee9;
}
.how-to-reach .set-width {
  max-width: 1583px;
  margin: auto;
}
@media (max-width: 992px) {
  .how-to-reach .set-width {
    padding-right: 34px;
  }
}
.how-to-reach .set-width .how-sec {
  display: flex;
}
@media (max-width: 992px) {
  .how-to-reach .set-width .how-sec {
    flex-direction: column;
    gap: 40px;
  }
}
.how-to-reach .set-width .how-sec .reach-left {
  max-width: 485px;
  margin-right: 74px;
}
@media (max-width: 1192px) {
  .how-to-reach .set-width .how-sec .reach-left {
    max-width: 737px;
  }
}
@media (max-width: 991px) {
  .how-to-reach .set-width .how-sec .reach-left {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .how-to-reach .set-width .how-sec .reach-left {
    max-width: 810px;
  }
}
.how-to-reach .set-width .how-sec .reach-left h2 {
  color: #22492C;
  font-size: 50px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .how-to-reach .set-width .how-sec .reach-left h2 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .how-to-reach .set-width .how-sec .reach-left h2 {
    font-size: 30px;
    line-height: 37px;
  }
}
.how-to-reach .set-width .how-sec .reach-left h3 {
  color: #22492C;
  font-size: 46px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .how-to-reach .set-width .how-sec .reach-left h3 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .how-to-reach .set-width .how-sec .reach-left h3 {
    font-size: 30px;
    margin-bottom: 7px;
  }
}
.how-to-reach .set-width .how-sec .reach-left p {
  color: #4B4B4B;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .how-to-reach .set-width .how-sec .reach-left p {
    font-size: 15px;
  }
}
.how-to-reach .set-width .how-sec .reach-left .at-item {
  padding: 13px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  max-width: 485px;
}
@media (max-width: 992px) {
  .how-to-reach .set-width .how-sec .reach-left .at-item {
    max-width: 808px;
  }
}
.how-to-reach .set-width .how-sec .reach-left .at-item .at-tab {
  display: none;
  padding: 15px 0px;
}
.how-to-reach .set-width .how-sec .reach-left .at-item .at-tab p {
  color: #4B4B4B;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .how-to-reach .set-width .how-sec .reach-left .at-item .at-tab p {
    font-size: 15px;
  }
}
.how-to-reach .set-width .how-sec .reach-left .at-item .at-title {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}
.how-to-reach .set-width .how-sec .reach-left .at-item .at-title h3 {
  color: #121212;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.how-to-reach .set-width .how-sec .reach-left .at-item .at-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  width: 22px;
  background: url(../images/plus.webp);
  height: 22px;
}
.how-to-reach .set-width .how-sec .reach-left .at-item .at-title.active:after {
  background: url(../images/minus.webp);
}
.how-to-reach .set-width .how-sec .reach-left .at-item .at-title .accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}
.how-to-reach .set-width .how-sec .reach-right {
  max-width: 811px;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .how-to-reach .set-width .how-sec .reach-right {
    display: unset;
  }
}
.how-to-reach .set-width .how-sec .reach-right figure img {
  max-width: 811px;
  width: 100%;
  border-radius: 100px 0 0 100px;
}
@media (max-width: 992px) {
  .how-to-reach .set-width .how-sec .reach-right figure img {
    border-radius: 100px;
  }
}
@media (max-width: 576px) {
  .how-to-reach .set-width .how-sec .reach-right figure img {
    border-radius: 50px;
  }
}

.airport-in-india {
  background: #f1eee9;
  padding: 60px 0;
}
@media (max-width: 1400px) {
  .airport-in-india {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .airport-in-india {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .airport-in-india {
    padding: 20px 0;
  }
}
.airport-in-india .top-content h2 {
  color: #22492C;
  font-size: 50px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .airport-in-india .top-content {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .airport-in-india .top-content {
    font-size: 30px;
    line-height: 37px;
  }
}
.airport-in-india .top-content b {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6901960784);
}
.airport-in-india .top-content p {
  color: #4B4B4B;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .airport-in-india .top-content p {
    font-size: 15px;
  }
}
.airport-in-india .airport .airport-left ul {
  padding-left: 0rem;
}
.airport-in-india .airport .airport-left ul li {
  color: #4B4B4B;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 6px;
}
@media (max-width: 576px) {
  .airport-in-india .airport .airport-left ul li {
    font-size: 15px;
  }
}
.airport-in-india .airport .airport-right ul {
  padding-left: 0rem;
}
.airport-in-india .airport .airport-right ul li {
  color: #4B4B4B;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 6px;
}
@media (max-width: 576px) {
  .airport-in-india .airport .airport-right ul li {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .itinerary-2 {
    padding: 25px 0 42px 0;
  }
}

.main-section {
  padding: 47px 0px 0px 0px;
}
@media (max-width: 767px) {
  .main-section {
    padding: 17px 0px 0px 0px;
  }
}
@media (max-width: 576px) {
  .main-section {
    padding: 17px 0px 0px 0px;
  }
}
.main-section nav {
  display: flex;
}
.main-section nav ol {
  display: flex;
  list-style: none;
}
.main-section nav ol li span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 767px) {
  .main-section nav ol li span {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .main-section nav ol li span {
    font-size: 13px;
    line-height: 17px;
  }
}
.main-section nav ol li span:hover {
  color: #ff6612;
}
.main-section nav ol .breadcrumb-item.active span {
  color: #ff6612;
  font-weight: 600;
}
.main-section nav .breadcrumb-item + .breadcrumb-item::before {
  font-size: 16px;
  color: #283a2c;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .main-section nav .breadcrumb-item + .breadcrumb-item::before {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .main-section nav .breadcrumb-item + .breadcrumb-item::before {
    font-size: 12px;
    padding-top: 4px;
  }
}
.main-section h1 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 57px;
}
@media (max-width: 767px) {
  .main-section h1 {
    font-size: 26px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .main-section h1 {
    font-size: 26px;
    line-height: normal;
  }
}
.main-section p {
  color: #4b4b4b;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
  margin-top: 8px;
}
.main-section .sliders .slider-3 .prev-arrow {
  width: 58px;
  height: 58px;
  background: #283a2c;
  z-index: 9;
  left: 29px;
  top: 40%;
  border-radius: 15px;
  padding: 18px 19px 19px 22px;
}
@media (max-width: 450px) {
  .main-section .sliders .slider-3 .prev-arrow {
    width: 46px;
    height: 46px;
    top: 36%;
    padding: 11px 19px 16px 16px;
  }
}
.main-section .sliders .slider-3 .prev-arrow:hover {
  background: #fff;
  cursor: pointer;
}
.main-section .sliders .slider-3 .prev-arrow:hover i {
  color: #000;
}
.main-section .sliders .slider-3 .prev-arrow i {
  color: #fff;
  font-size: 15px;
}
.main-section .sliders .slider-3 .next-arrow {
  width: 58px;
  height: 58px;
  background: #283a2c;
  right: 29px;
  top: 40%;
  border-radius: 15px;
  padding: 18px 19px 19px 25px;
}
@media (max-width: 450px) {
  .main-section .sliders .slider-3 .next-arrow {
    width: 46px;
    height: 46px;
    top: 36%;
    padding: 12px 19px 14px 19px;
  }
}
.main-section .sliders .slider-3 .next-arrow:hover {
  background: #fff;
  cursor: pointer;
}
.main-section .sliders .slider-3 .next-arrow:hover i {
  color: #000;
}
.main-section .sliders .slider-3 .next-arrow i {
  color: #fff;
  font-size: 15px;
}
.main-section .sliders .slick-arrow {
  position: absolute;
}
.main-section .sliders figure {
  max-width: 845px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main-section .sliders figure {
    max-width: 926px;
  }
}
@media (max-width: 767px) {
  .main-section .sliders figure {
    margin-bottom: 0;
  }
}
.main-section .sliders figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 465px;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .main-section .sliders figure img {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .main-section .slider-3-side_img {
    display: none;
  }
}
.main-section .slider-3-side_img img {
  width: 100%;
  height: 225px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .main-section .slider-3-side_img img {
    height: auto;
  }
}
@media (max-width: 991px) {
  .main-section .slider-3-side_img img {
    border-radius: 15px;
  }
}

.tree-house-gallery .slider-3-pics .slick-arrow {
  display: none !important;
}
.tree-house-gallery .slider-3-pics figure img {
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .tree-house-gallery .slider-3-pics figure img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 576px) {
  .tree-house-gallery .slider-3-pics figure img {
    width: 100px;
    height: 100px;
  }
}

.overview {
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .overview {
    padding-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .overview {
    padding-bottom: 0px;
  }
}
.overview .overview-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  position: relative;
  margin-bottom: 44px;
}
@media (max-width: 576px) {
  .overview .overview-list {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .overview .overview-list {
    margin-bottom: 24px;
  }
}
@media (max-width: 450px) {
  .overview .overview-list {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .overview .overview-list {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    border-bottom: 3px solid #e6e6e6;
  }
}
.overview .overview-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #e6e6e6;
  bottom: 0px;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .overview .overview-list::before {
    width: 0%;
  }
}
.overview .overview-list li {
  list-style: none;
  position: relative;
}
.overview .overview-list li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #61c27c;
  bottom: 0px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s;
}
.overview .overview-list li:hover::before {
  transform: scaleX(1);
}
.overview .overview-list li a {
  color: #38404f;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 30px 30px 25px 30px;
  display: block;
}
@media (max-width: 767px) {
  .overview .overview-list li a {
    padding: 5px 12px 15px 10px;
  }
}
@media (max-width: 576px) {
  .overview .overview-list li a {
    padding: 5px 12px 15px 10px;
  }
}
.overview .overview-heading {
  border: 1px solid #e6e6e6;
  border-radius: 15px 15px 0px 0px;
  border-bottom: 0px;
  padding: 20px 26px 19px 30px;
}
@media (max-width: 767px) {
  .overview .overview-heading {
    padding: 15px 8px 10px 10px;
  }
}
@media (max-width: 576px) {
  .overview .overview-heading {
    padding: 15px 8px 10px 10px;
  }
}
.overview .overview-heading h2 {
  color: #22492c;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media (max-width: 767px) {
  .overview .overview-heading h2 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .overview .overview-heading h2 {
    font-size: 20px;
  }
}
.overview .overview-heading b {
  color: #22492c;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media (max-width: 767px) {
  .overview .overview-heading b {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .overview .overview-heading b {
    font-size: 20px;
  }
}
.overview .overview-content {
  border: 1px solid #e6e6e6;
  border-radius: 0px 0px 15px 15px;
  padding: 20px 65px 30px 30px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .overview .overview-content {
    padding: 20px 10px 20px 10px;
  }
}
@media (max-width: 576px) {
  .overview .overview-content {
    padding: 20px 10px 20px 10px;
  }
}
.overview .overview-content p {
  color: #4b4b4b;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 11px;
}
.overview .overview-content h3 {
  color: #22492c;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}
.overview .overview-content .amenities-list-1 {
  list-style: none;
  padding: 0;
  text-align: center;
}
.overview .overview-content .amenities-list-1 li {
  padding-bottom: 12px;
}
.overview .overview-content .amenities-list {
  list-style: none;
  padding: 0;
}
.overview .overview-content .amenities-list .amenities-list-item {
  list-style: none;
  margin-bottom: 16px;
  list-style: none;
  display: flex;
  gap: 18px;
  padding-bottom: 15px;
  color: #38404f;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.overview .overview-content table {
  background: transparent;
  border: 1px solid #e6e6e6;
  width: 100%;
  margin-bottom: 23px;
  border-left: 1px solid #e6e6e6;
}
.overview .overview-content table th {
  background: #ddd;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #151515;
  padding: 13px 17px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 450px) {
  .overview .overview-content table th {
    font-size: 15px;
    padding: 10px 14px;
    width: 100%;
    white-space: nowrap;
  }
}
.overview .overview-content table tbody td {
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4F5B70;
  padding: 9px 20px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 450px) {
  .overview .overview-content table tbody td {
    font-size: 13px;
    padding: 10px 13px;
    white-space: nowrap;
  }
}
.overview .overview-content table tbody td b {
  font-size: 15px;
  font-weight: 600;
  color: #151515;
}
@media (max-width: 450px) {
  .overview .overview-content table tbody td b {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .overview .overview-content table {
    width: -moz-max-content;
    width: max-content;
  }
}
.overview .overview-content b {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .overview .overview-content b {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .overview .overview-content b {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 8px;
  }
}
.overview .overview-content ul li {
  font-family: "Nunito", sans-serif !important;
  line-height: 21px !important;
  margin-bottom: 3px;
}
.overview .overview-content ul {
  padding-left: 1rem;
}
.overview .overview-content ul li {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 576px) {
  .overview .overview-content ul li {
    font-size: 15px;
    line-height: 27px;
  }
}
.overview .overview-content ul li b {
  color: #22492c;
  font-size: 16px !important;
}
.overview .right-form {
  padding: 15px 22px 2px 22px;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .overview .right-form {
    padding: 15px 12px 2px 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .overview .right-form {
    padding: 15px 12px 2px 12px;
    margin-bottom: 20px;
  }
}
.overview .right-form .form-parts {
  display: flex;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1158px) {
  .overview .right-form .form-parts {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .overview .right-form .form-parts {
    gap: 10px;
  }
}
.overview .right-form .form-parts ul {
  margin: 0;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media (max-width: 576px) {
  .overview .right-form .form-parts ul {
    gap: 6px;
  }
}
.overview .right-form .form-parts ul li {
  list-style: none;
}
.overview .right-form .form-parts ul li input::-webkit-outer-spin-button,
.overview .right-form .form-parts ul li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.overview .right-form .form-parts ul li input {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 7px 22px 7px 11px;
  width: 100%;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #4b4b4b;
}
@media (max-width: 1158px) {
  .overview .right-form .form-parts ul li input {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .overview .right-form .form-parts ul li input {
    padding: 6px 12px 6px 14px;
  }
}
@media (max-width: 576px) {
  .overview .right-form .form-parts ul li input {
    font-size: 11px;
  }
}
.overview .right-form .form-parts ul li input:focus-visible {
  outline: none;
}
.overview .right-form .form-parts ul li textarea {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 7px 22px 7px 11px;
  width: 100%;
  font-family: "Nunito", sans-serif;
  color: #4b4b4b;
  height: 128px;
  font-size: 15px;
}
@media (max-width: 1158px) {
  .overview .right-form .form-parts ul li textarea {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .overview .right-form .form-parts ul li textarea {
    padding: 6px 12px 6px 14px;
  }
}
@media (max-width: 576px) {
  .overview .right-form .form-parts ul li textarea {
    font-size: 11px;
    height: 75px;
  }
}
.overview .right-form .form-parts ul li textarea:focus-visible {
  outline: none;
}
.overview .right-form .form-parts ul li .loacation {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  padding: 7px 22px 7px 11px;
  font-family: "Nunito", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../images/svg/down.svg) no-repeat 96% center;
  width: 100%;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: rgba(75, 75, 75, 0.8509803922);
  line-height: 19px;
}
@media (max-width: 1158px) {
  .overview .right-form .form-parts ul li .loacation {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .overview .right-form .form-parts ul li .loacation {
    padding: 6px 12px 6px 14px;
  }
}
@media (max-width: 576px) {
  .overview .right-form .form-parts ul li .loacation {
    font-size: 11px;
    background: #fff url(../images/svg/down-2.svg) no-repeat 96% center;
  }
}
.overview .right-form .form-parts ul li .loacation:focus-visible {
  outline: none;
}
.overview .right-form .form-parts ul li .loacation option {
  color: #fff;
  background: #283a2c;
}
.overview .right-form .form-parts ul li .loacation option:hover {
  background: #ff6612;
}
.overview .right-form .form-parts ul li #date {
  display: block;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 7px 22px 7px 11px;
  width: 100%;
  font-family: "Nunito", sans-serif;
  color: #4b4b4b;
  transition: 250ms width ease, 250ms border-color ease;
}
@media (max-width: 1158px) {
  .overview .right-form .form-parts ul li #date {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .overview .right-form .form-parts ul li #date {
    padding: 6px 12px 6px 14px;
  }
}
@media (max-width: 576px) {
  .overview .right-form .form-parts ul li #date {
    font-size: 11px;
  }
}
.overview .right-form .form-parts ul li #date:focus-visible {
  outline: none;
}
.overview .right-form .form-parts ul li #date:hover {
  width: 100%;
}
.overview .right-form .form-parts .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.overview .right-form .form-parts .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .overview .right-form .form-parts .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .overview .right-form .form-parts .view-btn {
    border-radius: 5px;
  }
}
.overview .right-form .form-parts .view-btn {
  margin: 0px 0 31px 0;
  padding: 8px 20px;
}
.overview .right-form b {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  color: #22492c;
  font-family: "Nunito", sans-serif;
  margin: 0px 0px 13px 0px;
}

@media (max-width: 767px) {
  .main-section .col-lg-12.sliders .col-lg-8.slider-3 .mb-3.slick-slide {
    margin-bottom: 0 !important;
  }
}
.park-banner {
  height: 500px;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 1023px) {
  .park-banner {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .park-banner {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .park-banner {
    height: 250px;
  }
}
.park-banner #park-banner-heading {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0;
  width: 90%;
}

#for {
  background: #f9f9f7;
}

.about-park {
  background: #f9f9f7;
  padding: 10px 0 60px 0;
}
@media (max-width: 1158px) {
  .about-park {
    padding: 10px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .about-park {
    padding: 10px 0 20px 0;
  }
}
@media (max-width: 576px) {
  .about-park {
    padding: 10px 0 20px 0;
  }
}
.about-park h1 {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .about-park h1 {
    font-size: 52px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) {
  .about-park h1 {
    font-size: 49px;
  }
}
@media (max-width: 767px) {
  .about-park h1 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .about-park h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .about-park h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
.about-park h1 {
  color: #283a2c;
  margin-bottom: 12px;
}
.about-park .special {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .about-park .special {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .about-park .special {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
.about-park p {
  color: #192024;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .about-park p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}
.about-park .park-details {
  display: flex;
  gap: 32px;
}
@media (max-width: 1024px) {
  .about-park .park-details {
    flex-direction: column;
    gap: 10px;
  }
}
.about-park .park-details h3 {
  color: #283a2c;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  margin-bottom: 11px;
}
@media (max-width: 450px) {
  .about-park .park-details h3 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 3px;
  }
}
.about-park .park-details b {
  color: #283a2c;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  margin-bottom: 11px;
}
@media (max-width: 450px) {
  .about-park .park-details b {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 3px;
  }
}
.about-park .park-details p {
  color: #192024;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
.about-park .park-details p strong {
  font-weight: 600;
}
@media (max-width: 450px) {
  .about-park .park-details p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}
.about-park .park-details .park-left,
.about-park .park-details .park-right {
  width: 100%;
}

.wildlife-in-panna {
  padding: 60px 0 62px 0;
}
@media (max-width: 1158px) {
  .wildlife-in-panna {
    padding: 56px 0 60px 0;
  }
}
@media (max-width: 450px) {
  .wildlife-in-panna {
    padding: 36px 0 30px 0;
  }
}
.wildlife-in-panna h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .wildlife-in-panna h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .wildlife-in-panna h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .wildlife-in-panna h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .wildlife-in-panna h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .wildlife-in-panna h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.wildlife-in-panna .nav {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 68px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  width: 100%;
  height: auto;
}
@media (max-width: 1060px) {
  .wildlife-in-panna .nav {
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .wildlife-in-panna .nav {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .wildlife-in-panna .nav {
    margin-bottom: 24px;
  }
}
@media (max-width: 1158px) {
  .wildlife-in-panna .nav .nav-item {
    white-space: nowrap;
    margin-right: 10px;
  }
}
.wildlife-in-panna .nav .nav-item button {
  color: #5b6983;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  background: 0 0;
  text-align: left;
  border: 0;
  padding: 0px 15px 1px 0px;
  cursor: pointer;
  overflow-y: hidden;
  margin-right: 30px;
}
@media (max-width: 1158px) {
  .wildlife-in-panna .nav .nav-item button {
    margin: 0px 15px 1px 0px;
  }
}
@media (max-width: 767px) {
  .wildlife-in-panna .nav .nav-item button {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 100%;
  }
}
.wildlife-in-panna .nav .nav-item button::after {
  content: "";
  width: 0%;
  height: 4px;
  background: #ff6612;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.wildlife-in-panna .nav .nav-item .active {
  background-color: transparent;
  color: #192024;
  margin: 0px 15px 16px 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-right: 30px;
}
@media (max-width: 1158px) {
  .wildlife-in-panna .nav .nav-item .active {
    margin: 0px 15px 24px 0px;
  }
}
@media (max-width: 767px) {
  .wildlife-in-panna .nav .nav-item .active {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }
}
.wildlife-in-panna .nav .nav-item .active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #ff6612;
  position: absolute;
  left: 0;
  bottom: -36px;
}
@media (max-width: 1158px) {
  .wildlife-in-panna .nav .nav-item .active::after {
    bottom: -24px;
  }
}
.wildlife-in-panna .tab-content .jungle-detail {
  display: flex;
}
@media (max-width: 1158px) {
  .wildlife-in-panna .tab-content .jungle-detail {
    gap: 27px;
  }
}
@media (max-width: 767px) {
  .wildlife-in-panna .tab-content .jungle-detail {
    flex-direction: column;
  }
}
.wildlife-in-panna .tab-content .jungle-detail .place-info {
  padding-bottom: 30px;
}
@media (max-width: 1192px) {
  .wildlife-in-panna .tab-content .jungle-detail .place-info {
    padding-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .wildlife-in-panna .tab-content .jungle-detail .place-info {
    padding-bottom: 0px;
  }
}
.wildlife-in-panna .tab-content .jungle-detail .place-info b {
  color: #22492c;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 17px;
  display: block;
}
@media (max-width: 1158px) {
  .wildlife-in-panna .tab-content .jungle-detail .place-info b {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 11px;
  }
}
@media (max-width: 450px) {
  .wildlife-in-panna .tab-content .jungle-detail .place-info b {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 9px;
  }
}
.wildlife-in-panna .tab-content .jungle-detail .place-info p {
  color: #4b4b4b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding-bottom: 12px;
}
@media (max-width: 1192px) {
  .wildlife-in-panna .tab-content .jungle-detail .place-info p {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .wildlife-in-panna .tab-content .jungle-detail .place-info p {
    font-size: 15px;
  }
}
.wildlife-in-panna .tab-content .jungle-detail .place-info table {
  background: transparent;
  border: 1px solid #e6e6e6;
  width: 100%;
  margin-bottom: 23px;
  border-left: 1px solid #e6e6e6;
}
.wildlife-in-panna .tab-content .jungle-detail .place-info table th {
  background: #ddd;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #151515;
  padding: 13px 17px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 450px) {
  .wildlife-in-panna .tab-content .jungle-detail .place-info table th {
    font-size: 15px;
    padding: 10px 14px;
    width: 100%;
    white-space: nowrap;
  }
}
.wildlife-in-panna .tab-content .jungle-detail .place-info table tbody td {
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4F5B70;
  padding: 9px 20px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 450px) {
  .wildlife-in-panna .tab-content .jungle-detail .place-info table tbody td {
    font-size: 13px;
    padding: 10px 13px;
    white-space: nowrap;
  }
}
.wildlife-in-panna .tab-content .jungle-detail .place-info table tbody td b {
  font-size: 15px;
  font-weight: 600;
  color: #151515;
}
@media (max-width: 450px) {
  .wildlife-in-panna .tab-content .jungle-detail .place-info table tbody td b {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .wildlife-in-panna .tab-content .jungle-detail .place-info table {
    width: -moz-max-content;
    width: max-content;
  }
}
.wildlife-in-panna .tab-content .jungle-detail .place-image {
  max-width: 517px;
  margin-left: auto;
}
.wildlife-in-panna .tab-content .jungle-detail .place-image figure img {
  max-width: 517px;
  width: 100%;
  margin: auto;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 440px;
}
@media (max-width: 767px) {
  .wildlife-in-panna .tab-content .jungle-detail .place-image figure img {
    height: auto;
  }
}

.nearby-places {
  background: #283a2c;
  padding: 60px 0 60px 0;
}
@media (max-width: 767px) {
  .nearby-places {
    padding: 34px 0 45px 0;
  }
}
@media (max-width: 576px) {
  .nearby-places {
    padding: 34px 0 45px 0;
  }
}
.nearby-places h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .nearby-places h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .nearby-places h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.nearby-places p {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin: 0;
  padding-bottom: 18px;
}
@media (max-width: 450px) {
  .nearby-places p {
    font-size: 14px;
  }
}
.nearby-places .content-section {
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding-top: 27px;
}
.nearby-places .content-section .nearby-content {
  display: flex;
  border-radius: 100px;
}
@media (max-width: 992px) {
  .nearby-places .content-section .nearby-content {
    flex-direction: column;
  }
}
.nearby-places .content-section .nearby-content .nearby-left {
  padding: 28px 23px 13px 45px;
  width: 50%;
  background: #fff;
  border-radius: 100px 0 0 100px;
}
@media (max-width: 992px) {
  .nearby-places .content-section .nearby-content .nearby-left {
    padding: 28px 23px 13px 45px;
    width: 100%;
    border-radius: 100px 100px 0 0;
  }
}
@media (max-width: 767px) {
  .nearby-places .content-section .nearby-content .nearby-left {
    padding: 28px 23px 13px 45px;
  }
}
@media (max-width: 450px) {
  .nearby-places .content-section .nearby-content .nearby-left {
    border-radius: 50px 50px 0 0;
    padding: 27px 25px 2px 25px;
  }
}
.nearby-places .content-section .nearby-content .nearby-left b {
  color: #4b4b4b;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 9px;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 450px) {
  .nearby-places .content-section .nearby-content .nearby-left b {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 8px;
  }
}
.nearby-places .content-section .nearby-content .nearby-left b:hover {
  cursor: pointer;
  color: #ff6612;
}
.nearby-places .content-section .nearby-content .nearby-left p {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 450px) {
  .nearby-places .content-section .nearby-content .nearby-left p {
    font-size: 15px;
  }
}
.nearby-places .content-section .nearby-content .nearby-right {
  width: 50%;
  border-radius: 0 100px 100px 0;
  background: #fff;
}
@media (max-width: 992px) {
  .nearby-places .content-section .nearby-content .nearby-right {
    width: 100%;
    border-radius: 0px 0px 100px 100px;
  }
}
.nearby-places .content-section .nearby-content .nearby-right figure {
  max-width: 688px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nearby-places .content-section .nearby-content .nearby-right figure {
    margin: auto;
  }
}
.nearby-places .content-section .nearby-content .nearby-right figure img {
  width: 100%;
  border-radius: 0 100px 100px 0;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .nearby-places .content-section .nearby-content .nearby-right figure img {
    border-radius: 100px;
    height: auto;
  }
}
@media (max-width: 450px) {
  .nearby-places .content-section .nearby-content .nearby-right figure img {
    border-radius: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 250px;
  }
}

.safari-park {
  padding: 40px 0;
}
.safari-park h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .safari-park h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .safari-park h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .safari-park h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .safari-park h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .safari-park h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.safari-park h2 {
  margin-bottom: 22px;
  color: #22492c;
}
@media (max-width: 992px) {
  .safari-park h2 {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .safari-park h2 {
    font-size: 28px;
  }
}
.safari-park .nav {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 68px;
  overflow-y: hidden;
}
@media (max-width: 1213px) {
  .safari-park .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .safari-park .nav {
    height: 48px;
  }
}
.safari-park .nav .nav-item {
  margin-right: 78px;
}
@media (max-width: 767px) {
  .safari-park .nav .nav-item {
    margin-right: 56px;
  }
}
.safari-park .nav .nav-item button {
  color: #4f5b70;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  background: 0 0;
  border: 0;
  margin: 0px 15px 1px 0px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1158px) {
  .safari-park .nav .nav-item button {
    margin: 0px 17px 1px 0px;
  }
}
@media (max-width: 767px) {
  .safari-park .nav .nav-item button {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
}
.safari-park .nav .nav-item button::after {
  content: "";
  width: 0%;
  height: 4px;
  background: #ff6612;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.safari-park .nav .nav-item .active {
  background-color: transparent;
  color: #192024;
  margin: 0px 15px 16px 0px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 1158px) {
  .safari-park .nav .nav-item .active {
    margin: 0px 17px 14px 0px;
  }
}
@media (max-width: 767px) {
  .safari-park .nav .nav-item .active {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }
}
.safari-park .nav .nav-item .active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #ff6612;
  position: absolute;
  left: 0;
  bottom: -36px;
}
.safari-park .tab-content .jungle-detail {
  display: flex;
}
@media (max-width: 767px) {
  .safari-park .tab-content .jungle-detail {
    flex-direction: column;
  }
}
.safari-park .tab-content .jungle-detail .place-info {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .safari-park .tab-content .jungle-detail .place-info {
    padding: 0px;
  }
}
.safari-park .tab-content .jungle-detail .place-info p {
  color: #4b4b4b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding-bottom: 12px;
}
@media (max-width: 1192px) {
  .safari-park .tab-content .jungle-detail .place-info p {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .safari-park .tab-content .jungle-detail .place-info p {
    font-size: 15px;
  }
}
.safari-park .tab-content .jungle-detail .place-info b {
  color: #4b4b4b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 9px;
}
@media (max-width: 450px) {
  .safari-park .tab-content .jungle-detail .place-info b {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.safari-park .tab-content .jungle-detail .place-info ul {
  padding-left: 1rem;
  margin-bottom: 19px;
}
@media (max-width: 576px) {
  .safari-park .tab-content .jungle-detail .place-info ul {
    padding-left: 27px;
  }
}
.safari-park .tab-content .jungle-detail .place-info ul li {
  color: #4b4b4b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 576px) {
  .safari-park .tab-content .jungle-detail .place-info ul li {
    font-size: 15px;
  }
}
.safari-park .tab-content .jungle-detail .place-info table {
  background: transparent;
  border: 1px solid #e6e6e6;
  width: 100%;
  margin-bottom: 23px;
  border-left: 1px solid #e6e6e6;
}
.safari-park .tab-content .jungle-detail .place-info table th {
  background: #ddd;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #151515;
  padding: 13px 17px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 450px) {
  .safari-park .tab-content .jungle-detail .place-info table th {
    font-size: 15px;
    padding: 10px 14px;
    width: 100%;
    white-space: nowrap;
  }
}
.safari-park .tab-content .jungle-detail .place-info table tbody td {
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4F5B70;
  padding: 9px 20px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 450px) {
  .safari-park .tab-content .jungle-detail .place-info table tbody td {
    font-size: 13px;
    padding: 10px 13px;
    white-space: nowrap;
  }
}
.safari-park .tab-content .jungle-detail .place-info table tbody td b {
  font-size: 15px;
  font-weight: 600;
  color: #151515;
}
@media (max-width: 450px) {
  .safari-park .tab-content .jungle-detail .place-info table tbody td b {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .safari-park .tab-content .jungle-detail .place-info table {
    width: -moz-max-content;
    width: max-content;
  }
}
.safari-park .tab-content .jungle-detail .place-image {
  max-width: 626px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .safari-park .tab-content .jungle-detail .place-image {
    margin: auto;
    margin-bottom: 18px;
  }
}
.safari-park .tab-content .jungle-detail .place-image figure img {
  max-width: 626px;
  width: 100%;
  border-radius: 80px;
  height: 400px;
}
@media (max-width: 767px) {
  .safari-park .tab-content .jungle-detail .place-image figure img {
    height: 250px;
  }
}

.table-resposnive {
  overflow-x: auto;
  margin: 15px 0;
}

.collapse-btn {
  color: rgb(255, 102, 18);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 102, 18);
  -o-border-image: initial;
     border-image: initial;
  background: rgb(255, 255, 255);
  text-decoration: none;
  padding: 12px 18px;
  transition: 0.4s ease-in-out;
}
.collapse-btn:hover {
  background-color: rgb(255, 102, 18);
  color: #FFFFFF;
}

.packages-section {
  padding: 63px 0px 61px 40px;
  background: #283a2c;
}
@media (max-width: 1366px) {
  .packages-section {
    padding: 63px 0px 61px 40px;
  }
}
@media (max-width: 767px) {
  .packages-section {
    padding: 35px 20px 100px 20px;
  }
}
.packages-section .set-width {
  max-width: 1583px;
  margin: auto;
  position: relative;
}
.packages-section .set-width .package-haedings {
  position: relative;
}
.packages-section .set-width .package-haedings span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .packages-section .set-width .package-haedings span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .packages-section .set-width .package-haedings span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .packages-section .set-width .package-haedings span {
    font-size: 13px;
    line-height: 14px;
  }
}
.packages-section .set-width .package-haedings span {
  color: #fff;
}
@media (max-width: 767px) {
  .packages-section .set-width .package-haedings span {
    padding: 5px 0px 10px 0px;
  }
}
@media (max-width: 576px) {
  .packages-section .set-width .package-haedings span {
    padding: 5px 0px 10px 0px;
  }
}
.packages-section .set-width .package-haedings h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .packages-section .set-width .package-haedings h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .packages-section .set-width .package-haedings h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .packages-section .set-width .package-haedings h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .packages-section .set-width .package-haedings h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .packages-section .set-width .package-haedings h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.packages-section .set-width .package-haedings h2 {
  color: #fff;
  margin-bottom: 41px;
  width: 68%;
  display: block;
}
@media (max-width: 992px) {
  .packages-section .set-width .package-haedings h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .packages-section .set-width .package-haedings h2 {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .packages-section .set-width .package-haedings h2 {
    margin-bottom: 30px;
    width: 100%;
  }
}
.packages-section .set-width .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.packages-section .set-width .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .packages-section .set-width .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .packages-section .set-width .view-btn {
    border-radius: 5px;
  }
}
.packages-section .set-width .view-btn {
  position: absolute;
  right: 50px;
  top: 100px;
}
@media (max-width: 1192px) {
  .packages-section .set-width .view-btn {
    top: unset;
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .packages-section .set-width .view-btn {
    right: 9.5%;
    display: none;
  }
}
.packages-section .set-width .packages-slider .slick-slide {
  margin: 0 12px;
}
@media (max-width: 767px) {
  .packages-section .set-width .packages-slider .slick-slide {
    margin: 0 0px;
  }
}
.packages-section .set-width .packages-slider .slick-slide .package {
  position: relative;
  border-radius: 80px;
}
@media (max-width: 576px) {
  .packages-section .set-width .packages-slider .slick-slide .package {
    border-radius: 74px;
  }
}
.packages-section .set-width .packages-slider .slick-slide .package figure {
  margin: 0 auto;
  position: relative;
  display: flex;
  overflow: hidden;
}
.packages-section .set-width .packages-slider .slick-slide .package figure img {
  border-radius: 80px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 80px;
}
@media (max-width: 547px) {
  .packages-section .set-width .packages-slider .slick-slide .package figure img {
    border-radius: 58px;
    height: 326px;
  }
}
@media (max-width: 400px) {
  .packages-section .set-width .packages-slider .slick-slide .package figure img {
    border-radius: 50px;
  }
}
@media (max-width: 525px) {
  .packages-section .set-width .packages-slider .slick-slide .package figure img {
    height: 320px;
  }
}
.packages-section .set-width .packages-slider .slick-slide .package figure::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  border-radius: 80px;
}
.packages-section .set-width .packages-slider .slick-slide .package figcaption {
  padding: 0px 28px 51px 28px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 992px) {
  .packages-section .set-width .packages-slider .slick-slide .package figcaption {
    padding: 0px 28px 40px 28px;
  }
}
.packages-section .set-width .packages-slider .slick-slide .package figcaption b {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 1px 1px 8px black;
}
.packages-section .set-width .packages-slider .slick-slide .package figcaption a b {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  display: block;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out 0s;
  text-shadow: 1px 1px 8px black;
}
.packages-section .set-width .packages-slider .slick-slide .package figcaption a b:hover {
  color: #ff6612;
}
@media (max-width: 992px) {
  .packages-section .set-width .packages-slider .slick-slide .package figcaption a b {
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 19px;
  }
}
@media (max-width: 576px) {
  .packages-section .set-width .packages-slider .slick-slide .package figcaption a b {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 13px;
  }
}
.packages-section .set-width .packages-slider .slick-slide .package figcaption a:hover .visit-sec:hover p {
  color: #ff6612;
}
.packages-section .set-width .packages-slider .slick-slide .package figcaption a .visit-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eaeaf3;
  padding-top: 12px;
}
.packages-section .set-width .packages-slider .slick-slide .package figcaption a .visit-sec p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 576px) {
  .packages-section .set-width .packages-slider .slick-slide .package figcaption a .visit-sec p {
    font-size: 15px;
  }
}
.packages-section .set-width .packages-slider .slick-list.draggable {
  padding-right: 100px;
}
@media (max-width: 1366px) {
  .packages-section .set-width .packages-slider .slick-list.draggable {
    padding-right: 35px;
  }
}
@media (max-width: 1283px) {
  .packages-section .set-width .packages-slider .slick-list.draggable {
    padding-right: 215px;
  }
}
@media (max-width: 992px) {
  .packages-section .set-width .packages-slider .slick-list.draggable {
    padding-right: 123px;
  }
}
@media (max-width: 767px) {
  .packages-section .set-width .packages-slider .slick-list.draggable {
    padding-right: unset;
  }
}
.packages-section .set-width .packages-slider .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: 1px dotted #c4c4c4;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  transform: translate(-401%, -174%);
}
@media (max-width: 1192px) {
  .packages-section .set-width .packages-slider .slick-arrow {
    width: 40px;
    height: 40px;
    transform: translate(-439%, -194%);
  }
}
@media (max-width: 1023px) {
  .packages-section .set-width .packages-slider .slick-arrow {
    transform: translate(-415%, -174%);
  }
}
@media (max-width: 767px) {
  .packages-section .set-width .packages-slider .slick-arrow {
    transform: translate(-175%, -174%);
  }
}
@media (max-width: 450px) {
  .packages-section .set-width .packages-slider .slick-arrow {
    transform: translate(-111%, -174%);
  }
}
.packages-section .set-width .packages-slider .slick-prev {
  right: 60px;
  left: unset;
}
@media (max-width: 1023px) {
  .packages-section .set-width .packages-slider .slick-prev {
    top: unset;
    bottom: -130px;
  }
}
@media (max-width: 767px) {
  .packages-section .set-width .packages-slider .slick-prev {
    right: 130px;
  }
}
.packages-section .set-width .packages-slider .slick-prev::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/left.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .packages-section .set-width .packages-slider .slick-prev::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .packages-section .set-width .packages-slider .slick-prev::before {
    background: url(../images/left-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.packages-section .set-width .packages-slider .slick-prev:hover {
  background: #ff6612;
}
.packages-section .set-width .packages-slider .slick-prev:hover::before {
  background: url(../images/white-left.webp) no-repeat center;
}
@media (max-width: 576px) {
  .packages-section .set-width .packages-slider .slick-prev:hover::before {
    background: url(../images/white-left-mob.webp) no-repeat center;
  }
}
.packages-section .set-width .packages-slider .slick-next {
  right: 0;
  top: 0px;
}
@media (max-width: 1192px) {
  .packages-section .set-width .packages-slider .slick-next {
    right: 83px;
  }
}
@media (max-width: 1023px) {
  .packages-section .set-width .packages-slider .slick-next {
    top: unset;
    bottom: -130px;
  }
}
.packages-section .set-width .packages-slider .slick-next::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/right.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .packages-section .set-width .packages-slider .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .packages-section .set-width .packages-slider .slick-next::before {
    background: url(../images/right-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.packages-section .set-width .packages-slider .slick-next:hover {
  background: #ff6612;
}
.packages-section .set-width .packages-slider .slick-next:hover::before {
  background: url(../images/white-right.webp) no-repeat center;
}
@media (max-width: 576px) {
  .packages-section .set-width .packages-slider .slick-next:hover::before {
    background: url(../images/white-right-mob.webp) no-repeat center;
  }
}

.package-main {
  background-image: url(../images/package-page-banner.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 400px;
  position: relative;
}
@media (max-width: 767px) {
  .package-main {
    height: 300px;
  }
}
@media (max-width: 450px) {
  .package-main {
    height: 232px;
  }
}
.package-main .main-heading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .package-main .main-heading {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .package-main .main-heading {
    width: 95%;
  }
}
.package-main .main-heading b {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  text-shadow: 0px 0px 7px black;
}
@media (max-width: 767px) {
  .package-main .main-heading b {
    font-size: 40px;
    line-height: 55px;
    display: none;
  }
}
@media (max-width: 450px) {
  .package-main .main-heading b {
    font-size: 23px;
    line-height: 30px;
  }
}
.package-main .main-heading nav {
  display: flex;
  justify-content: space-around;
}
.package-main .main-heading nav ol {
  display: flex;
  list-style: none;
}
.package-main .main-heading nav ol li span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 767px) {
  .package-main .main-heading nav ol li span {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .package-main .main-heading nav ol li span {
    font-size: 13px;
    line-height: 17px;
  }
}
.package-main .main-heading nav ol .breadcrumb-item.active span {
  color: #ff6612;
}
.package-main .main-heading nav .breadcrumb-item + .breadcrumb-item::before {
  font-size: 16px;
  color: #fff;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .package-main .main-heading nav .breadcrumb-item + .breadcrumb-item::before {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .package-main .main-heading nav .breadcrumb-item + .breadcrumb-item::before {
    font-size: 12px;
    padding-top: 4px;
  }
}
.package-main .inner-section {
  display: flex;
  justify-content: space-between;
  padding: 18px 0 9px 0;
  position: absolute;
  top: 76%;
  width: 93%;
  border-top: 1px solid #FFF;
}
@media (max-width: 991px) {
  .package-main .inner-section {
    flex-direction: column;
    gap: 22px;
  }
}
@media (max-width: 450px) {
  .package-main .inner-section {
    padding: 5px 0px 20px 0px;
    gap: 4px;
  }
}
.package-main .inner-section .inner-left span {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-shadow: 0px 0px 7px black;
}
.package-main .inner-section .inner-left ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 90px;
}
@media (max-width: 991px) {
  .package-main .inner-section .inner-left ul {
    gap: 8px;
    justify-content: space-between;
  }
}
@media (max-width: 450px) {
  .package-main .inner-section .inner-left ul {
    flex-wrap: nowrap;
  }
}
.package-main .inner-section .inner-left ul li {
  list-style: none;
}
.package-main .inner-section .inner-left ul li p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  text-shadow: 0px 0px 7px black;
}
@media (max-width: 767px) {
  .package-main .inner-section .inner-left ul li p {
    font-size: 13px;
    line-height: 17px;
  }
}
.package-main .inner-section .inner-right ul {
  padding: 0;
  margin: 0;
  text-align: end;
}
@media (max-width: 991px) {
  .package-main .inner-section .inner-right ul {
    text-align: left;
  }
}
.package-main .inner-section .inner-right ul li p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.package-main .inner-section .inner-right ul li:last-child {
  display: flex;
  align-items: center;
  text-align: end;
  gap: 9px;
}
.package-main .inner-section .inner-right ul li span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 767px) {
  .package-main .inner-section .inner-right ul li span {
    font-size: 13px;
    line-height: 17px;
  }
}

.about-packages {
  padding: 30px 0px 30px 0px;
}
@media (max-width: 1024px) {
  .about-packages {
    padding: 30px 0px 30px 0px;
  }
}
@media (max-width: 767px) {
  .about-packages {
    padding: 13px 0px 20px 0px;
  }
}
@media (max-width: 576px) {
  .about-packages {
    padding: 13px 0px 20px 0px;
  }
}
.about-packages .about-left span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .about-packages .about-left span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .about-packages .about-left span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-packages .about-left span {
    font-size: 13px;
    line-height: 14px;
  }
}
.about-packages .about-left h1 {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .about-packages .about-left h1 {
    font-size: 52px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) {
  .about-packages .about-left h1 {
    font-size: 49px;
  }
}
@media (max-width: 767px) {
  .about-packages .about-left h1 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .about-packages .about-left h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .about-packages .about-left h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
.about-packages .about-left p {
  color: #4f5b70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .about-packages .about-left p {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .about-packages .about-left p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.about-packages .about-right {
  padding-top: 72px;
}
@media (max-width: 1200px) {
  .about-packages .about-right {
    padding-top: 12px;
  }
}
.about-packages .about-right p {
  color: #4f5b70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-right: 100px;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .about-packages .about-right p {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .about-packages .about-right p {
    font-size: 15px;
  }
}
.about-packages .about-right .more-btn .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.about-packages .about-right .more-btn .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .about-packages .about-right .more-btn .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .about-packages .about-right .more-btn .view-btn {
    border-radius: 5px;
  }
}

.packages-list {
  padding: 40px 0px 50px 0px;
  background: #f9f9f7;
}
@media (max-width: 1024px) {
  .packages-list {
    padding: 40px 0px 40px 0px;
  }
}
@media (max-width: 992px) {
  .packages-list {
    padding: 30px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  .packages-list {
    padding: 30px 0px 40px 0px;
  }
}
@media (max-width: 576px) {
  .packages-list {
    padding: 30px 0px 40px 0px;
  }
}
.packages-list .package-heading span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .packages-list .package-heading span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .packages-list .package-heading span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .packages-list .package-heading span {
    font-size: 13px;
    line-height: 14px;
  }
}
.packages-list .package-heading h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .packages-list .package-heading h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .packages-list .package-heading h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .packages-list .package-heading h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .packages-list .package-heading h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .packages-list .package-heading h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.packages-list .package-heading h2 {
  margin-bottom: 50px;
}
@media (max-width: 450px) {
  .packages-list .package-heading h2 {
    margin-bottom: 25px;
  }
}
.packages-list .all-packages {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.packages-list .all-packages .package-main-2 {
  display: flex;
}
@media (max-width: 767px) {
  .packages-list .all-packages .package-main-2 {
    flex-direction: column;
    align-items: center;
  }
}
.packages-list .all-packages .package-main-2 .packahe-img {
  max-width: 328px;
}
@media (max-width: 1024px) {
  .packages-list .all-packages .package-main-2 .packahe-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .packages-list .all-packages .package-main-2 .packahe-img {
    display: block;
    max-width: 706px;
    width: 100%;
  }
}
.packages-list .all-packages .package-main-2 .packahe-img figure {
  height: 100%;
  margin-bottom: 0;
}
.packages-list .all-packages .package-main-2 .packahe-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px 0px 0px 50px;
}
@media (max-width: 767px) {
  .packages-list .all-packages .package-main-2 .packahe-img figure img {
    width: 100%;
    border-radius: 50px 50px 0px 0px;
  }
}
.packages-list .all-packages .package-main-2 .package-info {
  display: flex;
}
@media (max-width: 767px) {
  .packages-list .all-packages .package-main-2 .package-info {
    display: block;
  }
}
.packages-list .all-packages .package-main-2 .package-info .package-info-left {
  padding: 54px 80px 0px 34px;
  border-top: 1px solid #e9ebef;
  border-bottom: 1px solid #e9ebef;
  background: #fff;
}
@media (max-width: 1024px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-left {
    padding: 20px 80px 0px 34px;
    border-radius: 34px 0px 0px 34px;
  }
}
@media (max-width: 767px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-left {
    padding: 20px 25px 20px 20px;
    border-radius: 0px 0px 0px 0px;
    margin: auto;
  }
}
.packages-list .all-packages .package-main-2 .package-info .package-info-left b {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 1366px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-left b {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-left b {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-left b {
    font-size: 20px;
    line-height: 23px;
  }
}
.packages-list .all-packages .package-main-2 .package-info .package-info-left b:hover {
  color: #ff6612;
}
.packages-list .all-packages .package-main-2 .package-info .package-info-left span {
  color: #4f5b70;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
@media (max-width: 1366px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-left span {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-left span {
    font-size: 14px;
  }
}
.packages-list .all-packages .package-main-2 .package-info .package-info-left .location {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
  font-style: italic;
}
@media (max-width: 1366px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-left .location {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-left .location {
    font-size: 15px;
  }
}
.packages-list .all-packages .package-main-2 .package-info .package-info-left p {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 6px;
}
@media (max-width: 1366px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-left p {
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-left p {
    margin-bottom: 0;
    font-size: 15px;
  }
}
.packages-list .all-packages .package-main-2 .package-info .package-info-right {
  padding: 40px 46px 25px 30px;
  border: 1px solid #E9EBEF;
  background: transparent;
  border-radius: 0px 54px 54px 0px;
}
@media (max-width: 1304px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-right {
    padding: 20px 46px 25px 30px;
  }
}
@media (max-width: 1024px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-right {
    border-radius: 0px 34px 34px 0px;
    padding: 20px 46px 35px 30px;
  }
}
@media (max-width: 767px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-right {
    border-radius: 0px 0px 20px 20px;
    padding: 20px 20px 20px 20px;
    border-top: 0px solid #fff;
    margin: auto;
  }
}
@media (max-width: 450px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-right {
    width: 100%;
  }
}
.packages-list .all-packages .package-main-2 .package-info .package-info-right strong {
  color: #192024;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: normal;
  margin-bottom: 13px;
}
@media (max-width: 450px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-right strong {
    margin-bottom: 4px;
  }
}
.packages-list .all-packages .package-main-2 .package-info .package-info-right ul {
  padding: 0;
  margin: 0 0 27px 0;
}
@media (max-width: 450px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-right ul {
    margin-bottom: 10px;
  }
}
.packages-list .all-packages .package-main-2 .package-info .package-info-right ul li {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  list-style: none;
}
@media (max-width: 450px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-right ul li {
    font-size: 15px;
  }
}
.packages-list .all-packages .package-main-2 .package-info .package-info-right ul li img {
  padding-right: 11px;
}
.packages-list .all-packages .package-main-2 .package-info .package-info-right .more-btn .view-btn {
  color: #ff6612;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  padding: 13px 40px;
  display: inline-block;
  transition: all 0.4s ease-in-out 0s;
}
.packages-list .all-packages .package-main-2 .package-info .package-info-right .more-btn .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-right .more-btn .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .packages-list .all-packages .package-main-2 .package-info .package-info-right .more-btn .view-btn {
    border-radius: 5px;
  }
}

.for-m {
  margin: 50px 0 0 0;
}

.travellers-reviews {
  background: #f9f9f7;
  padding: 64px 0 60px 0;
}
@media (max-width: 450px) {
  .travellers-reviews {
    padding: 42px 0 50px 0;
  }
}
.travellers-reviews .main-review {
  display: flex;
  gap: 116px;
}
@media (max-width: 1304px) {
  .travellers-reviews .main-review {
    flex-direction: column;
    gap: 46px;
  }
}
.travellers-reviews .main-review .travel-headings span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .travellers-reviews .main-review .travel-headings span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .travellers-reviews .main-review .travel-headings span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .travellers-reviews .main-review .travel-headings span {
    font-size: 13px;
    line-height: 14px;
  }
}
.travellers-reviews .main-review .travel-headings h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .travellers-reviews .main-review .travel-headings h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .travellers-reviews .main-review .travel-headings h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .travellers-reviews .main-review .travel-headings h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .travellers-reviews .main-review .travel-headings h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .travellers-reviews .main-review .travel-headings h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 1304px) {
  .travellers-reviews .main-review .travel-headings h2 br {
    display: none;
  }
}
.travellers-reviews .main-review .travel-headings .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.travellers-reviews .main-review .travel-headings .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .travellers-reviews .main-review .travel-headings .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .travellers-reviews .main-review .travel-headings .view-btn {
    border-radius: 5px;
  }
}
.travellers-reviews .main-review .travel-review-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.travellers-reviews .main-review .travel-review-list .review-part {
  border-bottom: 1px solid #f1efec;
}
.travellers-reviews .main-review .travel-review-list .review-part b {
  color: #192024;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .travellers-reviews .main-review .travel-review-list .review-part b {
    font-size: 20px;
    line-height: 28px;
  }
}
.travellers-reviews .main-review .travel-review-list .review-part p {
  color: #4f5b70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .travellers-reviews .main-review .travel-review-list .review-part p {
    font-size: 15px;
  }
}
.travellers-reviews .main-review .travel-review-list .review-part .customer-detail {
  display: flex;
  gap: 19px;
}
.travellers-reviews .main-review .travel-review-list .review-part .customer-detail .custmer-id span {
  color: #fff;
  background: #089c82;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  padding: 21px;
  font-weight: 600;
  line-height: 76px;
  border-radius: 100%;
}
.travellers-reviews .main-review .travel-review-list .review-part .customer-detail .rating h5 {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 450px) {
  .travellers-reviews .main-review .travel-review-list .review-part .customer-detail .rating h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.travellers-reviews .main-review .travel-review-list .review-part .customer-detail .rating p {
  color: #555;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (max-width: 450px) {
  .travel {
    padding: 20px 0px 22px 0px;
  }
}
.packages-list .package-heading h1 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .packages-list .package-heading h1 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .packages-list .package-heading h1 {
    font-size: 26px;
  }
}
.hotel-section {
  padding: 48px 0px 50px 0px;
}
@media (max-width: 767px) {
  .hotel-section {
    padding: 18px 0px 38px 0px;
  }
}
@media (max-width: 576px) {
  .hotel-section {
    padding: 18px 0px 38px 0px;
  }
}
.hotel-section {
  position: relative;
}
.hotel-section .view-btn {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.hotel-section .view-btn:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .hotel-section .view-btn {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .hotel-section .view-btn {
    border-radius: 5px;
  }
}
.hotel-section .view-btn {
  position: absolute;
  right: 50px;
  top: 93px;
}
@media (max-width: 1192px) {
  .hotel-section .view-btn {
    top: 107px;
    right: 3.5%;
  }
}
@media (max-width: 992px) {
  .hotel-section .view-btn {
    top: 93px;
    right: 3.5%;
  }
}
@media (max-width: 767px) {
  .hotel-section .view-btn {
    bottom: 15px;
    top: unset;
    right: 9.5%;
    display: none;
  }
}
@media (max-width: 576px) {
  .hotel-section .view-btn {
    right: 9.5%;
  }
}
.hotel-section .for-2-line {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.hotel-section .for-2-line:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .hotel-section .for-2-line {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .hotel-section .for-2-line {
    border-radius: 5px;
  }
}
.hotel-section .for-2-line {
  position: absolute;
  right: 7%;
  top: 147px;
}
@media (max-width: 1410px) {
  .hotel-section .for-2-line {
    right: 5.5%;
    top: 148px;
  }
}
@media (max-width: 1200px) {
  .hotel-section .for-2-line {
    top: 167px;
    right: 4.5%;
  }
}
@media (max-width: 1192px) {
  .hotel-section .for-2-line {
    top: 171px;
    right: 3.5%;
  }
}
@media (max-width: 992px) {
  .hotel-section .for-2-line {
    top: 144px;
    right: 3.5%;
  }
}
@media (max-width: 767px) {
  .hotel-section .for-2-line {
    display: none;
  }
}
@media (max-width: 450px) {
  .hotel-section .for-2-line {
    right: 5.5%;
  }
}
.hotel-section .package-haedings {
  position: relative;
}
.hotel-section .package-haedings span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .hotel-section .package-haedings span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .hotel-section .package-haedings span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hotel-section .package-haedings span {
    font-size: 13px;
    line-height: 14px;
  }
}
.hotel-section .package-haedings h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .hotel-section .package-haedings h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .hotel-section .package-haedings h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .hotel-section .package-haedings h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .hotel-section .package-haedings h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .hotel-section .package-haedings h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.hotel-section .package-haedings h2 {
  margin-bottom: 34px;
}
@media (max-width: 576px) {
  .hotel-section .package-haedings h2 {
    margin-bottom: 24px;
  }
}
.hotel-section .package-haedings h3 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .hotel-section .package-haedings h3 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .hotel-section .package-haedings h3 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .hotel-section .package-haedings h3 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .hotel-section .package-haedings h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .hotel-section .package-haedings h3 {
    font-size: 26px;
    line-height: 28px;
  }
}
.hotel-section .package-haedings h3 {
  margin-bottom: 34px;
}
@media (max-width: 576px) {
  .hotel-section .package-haedings h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .hotel-section .hotel-slider {
    margin-bottom: 41px;
  }
}
.hotel-section .hotel-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.hotel-section .hotel-slider .package-content {
  margin: 0px 15px;
  position: relative;
}
.hotel-section .hotel-slider .package-content a figure {
  margin: 0 auto;
  position: relative;
  display: flex;
  max-width: 409px;
}
.hotel-section .hotel-slider .package-content a figure img {
  width: 100%;
  border-radius: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 399px;
}
@media (max-width: 1024px) {
  .hotel-section .hotel-slider .package-content a figure img {
    height: 315px;
  }
}
@media (max-width: 992px) {
  .hotel-section .hotel-slider .package-content a figure img {
    border-radius: 58px;
  }
}
.hotel-section .hotel-slider .package-content a figure::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  border-radius: 80px;
}
.hotel-section .hotel-slider .package-content a:hover .visit-sec:hover p {
  color: #ff6612;
}
.hotel-section .hotel-slider .package-content figcaption {
  padding: 0px 26px 40px 28px;
  position: absolute;
  max-width: 409px;
  width: 100%;
  bottom: 0px;
}
@media (max-width: 576px) {
  .hotel-section .hotel-slider .package-content figcaption {
    padding: 0px 30px 35px 30px;
    max-width: 100%;
  }
}
.hotel-section .hotel-slider .package-content figcaption b {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: block;
  line-height: 33px;
  transition: all 0.4s ease-in-out 0s;
  text-shadow: 1px 0px 5px black;
}
.hotel-section .hotel-slider .package-content figcaption b:hover {
  color: #ff6612;
}
@media (max-width: 576px) {
  .hotel-section .hotel-slider .package-content figcaption b {
    text-shadow: 1px 0px 5px black;
    font-size: 22px;
    line-height: 32px;
  }
}
.hotel-section .hotel-slider .package-content figcaption P {
  color: #4F5B70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 25px;
  color: #fff;
  text-shadow: 1px 0px 5px black;
}
@media (max-width: 576px) {
  .hotel-section .hotel-slider .package-content figcaption P {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.hotel-section .hotel-slider .package-content figcaption .visit-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px 0px 0px;
  border-top: 1px solid #eaeaf3;
}
@media (max-width: 576px) {
  .hotel-section .hotel-slider .package-content figcaption .visit-sec {
    padding: 10px 0px 0px 0px;
  }
}
.hotel-section .hotel-slider .package-content figcaption .visit-sec P {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  text-shadow: 1px 0px 5px black;
}
@media (max-width: 576px) {
  .hotel-section .hotel-slider .package-content figcaption .visit-sec P {
    font-size: 15px;
  }
}
.hotel-section .hotel-slider .package-content figcaption .visit-sec img {
  width: 7%;
  text-shadow: 1px 0px 5px black;
}
.hotel-section .hotel-slider .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: 1px dotted #c4c4c4;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  transform: translate(-95%, -154%);
}
@media (max-width: 1388px) {
  .hotel-section .hotel-slider .slick-arrow {
    transform: translate(-181%, -154%);
  }
}
@media (max-width: 1192px) {
  .hotel-section .hotel-slider .slick-arrow {
    width: 40px;
    height: 40px;
    transform: translate(-95%, -171%);
  }
}
@media (max-width: 767px) {
  .hotel-section .hotel-slider .slick-arrow {
    transform: translate(-72%, -167%);
  }
}
@media (max-width: 450px) {
  .hotel-section .hotel-slider .slick-arrow {
    transform: translate(-24%, -167%);
  }
}
.hotel-section .hotel-slider .slick-prev {
  right: 119px;
  left: unset;
  margin-right: 11px;
}
@media (max-width: 1192px) {
  .hotel-section .hotel-slider .slick-prev {
    width: 40px;
    height: 40px;
    right: 106px;
  }
}
@media (max-width: 767px) {
  .hotel-section .hotel-slider .slick-prev {
    bottom: -130px;
    right: 148px;
  }
}
@media (max-width: 576px) {
  .hotel-section .hotel-slider .slick-prev {
    bottom: -130px;
    right: 148px;
  }
}
.hotel-section .hotel-slider .slick-prev::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/left.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .hotel-section .hotel-slider .slick-prev::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .hotel-section .hotel-slider .slick-prev::before {
    background: url(../images/left-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.hotel-section .hotel-slider .slick-prev:hover {
  background: #ff6612;
}
.hotel-section .hotel-slider .slick-prev:hover::before {
  background: url(../images/white-left.webp) no-repeat center;
}
@media (max-width: 576px) {
  .hotel-section .hotel-slider .slick-prev:hover::before {
    background: url(../images/white-left-mob.webp) no-repeat center;
  }
}
.hotel-section .hotel-slider .slick-next {
  right: 69px;
  top: 0px;
}
@media (max-width: 767px) {
  .hotel-section .hotel-slider .slick-next {
    bottom: -130px;
    top: unset;
    right: 106px;
  }
}
@media (max-width: 576px) {
  .hotel-section .hotel-slider .slick-next {
    bottom: -130px;
    top: unset;
    right: 106px;
  }
}
.hotel-section .hotel-slider .slick-next::before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/right.webp) no-repeat center;
}
@media (max-width: 1192px) {
  .hotel-section .hotel-slider .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .hotel-section .hotel-slider .slick-next::before {
    background: url(../images/right-mob.webp) no-repeat center;
    width: 38px;
    height: 39px;
  }
}
.hotel-section .hotel-slider .slick-next:hover {
  background: #ff6612;
}
.hotel-section .hotel-slider .slick-next:hover::before {
  background: url(../images/white-right.webp) no-repeat center;
}
@media (max-width: 576px) {
  .hotel-section .hotel-slider .slick-next:hover::before {
    background: url(../images/white-right-mob.webp) no-repeat center;
  }
}

.travel-trends {
  padding: 60px 0px 60px 0px;
}
@media (max-width: 767px) {
  .travel-trends {
    padding: 30px 0px 20px 0px;
  }
}
@media (max-width: 576px) {
  .travel-trends {
    padding: 30px 0px 20px 0px;
  }
}
.travel-trends .package-haedings span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .travel-trends .package-haedings span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .travel-trends .package-haedings span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .travel-trends .package-haedings span {
    font-size: 13px;
    line-height: 14px;
  }
}
.travel-trends .package-haedings h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .travel-trends .package-haedings h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .travel-trends .package-haedings h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .travel-trends .package-haedings h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .travel-trends .package-haedings h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .travel-trends .package-haedings h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.travel-trends .package-haedings h2 {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .travel-trends .package-haedings h2 {
    margin-bottom: 28px;
  }
}
.travel-trends .package-haedings h5 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .travel-trends .package-haedings h5 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .travel-trends .package-haedings h5 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .travel-trends .package-haedings h5 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .travel-trends .package-haedings h5 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .travel-trends .package-haedings h5 {
    font-size: 26px;
    line-height: 28px;
  }
}
.travel-trends .package-haedings h5 {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .travel-trends .package-haedings h5 {
    margin-bottom: 28px;
  }
}
.travel-trends .normal-blogs .content .blog {
  position: relative;
}
.travel-trends .normal-blogs .content .blog figure {
  margin-bottom: 27px !important;
}
@media (max-width: 992px) {
  .travel-trends .normal-blogs .content .blog figure {
    margin-bottom: 18px;
  }
}
.travel-trends .normal-blogs .content .blog figure img {
  width: 100% !important;
  height: 220px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .travel-trends .normal-blogs .content .blog figure img {
    border-radius: 15px;
  }
}
.travel-trends .normal-blogs .content .blog figcaption {
  position: absolute;
  right: 31px;
  bottom: 24px;
}
.travel-trends .normal-blogs .content span {
  display: block;
  color: #677591;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 9px;
}
@media (max-width: 576px) {
  .travel-trends .normal-blogs .content span {
    padding-bottom: 0px;
  }
}
.travel-trends .normal-blogs .content a {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
}
.travel-trends .normal-blogs .content a:hover {
  color: #ff6612;
}
.travel-trends .normal-blogs .content b {
  color: #283a2c;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  padding-bottom: 38px;
  line-height: 33px;
  margin: 0px;
  transition: all 0.4s ease-in-out 0s;
}
.travel-trends .normal-blogs .content b:hover {
  color: #ff6612;
}
@media (max-width: 1158px) {
  .travel-trends .normal-blogs .content b {
    font-size: 20px;
    line-height: 26px;
  }
}
.travel-trends .normal-blogs .content-2 {
  display: flex;
}
@media (max-width: 491px) {
  .travel-trends .normal-blogs .content-2 {
    flex-direction: column;
  }
}
@media (max-width: 437px) {
  .travel-trends .normal-blogs .content-2 .blog-second {
    padding-right: 0px !important;
    width: 100%;
    max-width: 360px;
    margin: auto;
  }
}
.travel-trends .normal-blogs .content-2 .blog-second .icon {
  position: relative;
}
.travel-trends .normal-blogs .content-2 .blog-second .icon figure {
  margin-bottom: 28px;
}
@media (max-width: 576px) {
  .travel-trends .normal-blogs .content-2 .blog-second .icon figure {
    margin-bottom: 18px;
  }
}
.travel-trends .normal-blogs .content-2 .blog-second .icon figure img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .travel-trends .normal-blogs .content-2 .blog-second .icon figure img {
    border-radius: 15px;
  }
}
.travel-trends .normal-blogs .content-2 .blog-second .icon figcaption {
  position: absolute;
  right: 31px;
  bottom: 24px;
}
.travel-trends .normal-blogs .content-2 span {
  display: block;
  color: #677591;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 9px;
  margin-top: 12px;
}
@media (max-width: 576px) {
  .travel-trends .normal-blogs .content-2 span {
    padding-bottom: 0px;
  }
}
.travel-trends .normal-blogs .content-2 a {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
}
.travel-trends .normal-blogs .content-2 a:hover {
  color: #ff6612;
}
.travel-trends .normal-blogs .content-2 b {
  color: #283a2c;
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  padding-bottom: 38px;
  line-height: 28px;
  margin: 0px;
}
@media (max-width: 1158px) {
  .travel-trends .normal-blogs .content-2 b {
    font-size: 18px;
    line-height: 26px;
  }
}
.travel-trends .normal-blogs .blog-side {
  margin: 0px 15px;
}
.travel-trends .normal-blogs .blog-side span {
  display: block;
  color: #677591;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 9px;
  margin-top: 12px;
}
@media (max-width: 576px) {
  .travel-trends .normal-blogs .blog-side span {
    padding-bottom: 0px;
  }
}
.travel-trends .normal-blogs .blog-side b {
  color: #283a2c;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  padding-bottom: 38px;
  line-height: 33px;
  margin: 0px;
}
@media (max-width: 576px) {
  .travel-trends .normal-blogs .blog-side b {
    font-size: 20px;
    line-height: 26px;
  }
}
.travel-trends .normal-blogs .last-blog-image img {
  height: 191px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq .faq-headings span {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 1192px) {
  .faq .faq-headings span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .faq .faq-headings span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq .faq-headings span {
    font-size: 13px;
    line-height: 14px;
  }
}
.faq .faq-headings span {
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .faq .faq-headings span {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq .faq-headings span {
    display: none;
  }
}
.faq .faq-headings h2 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .faq .faq-headings h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .faq .faq-headings h2 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .faq .faq-headings h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .faq .faq-headings h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .faq .faq-headings h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.faq .faq-headings h2 {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .faq .faq-headings h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.faq .faq-headings h3 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .faq .faq-headings h3 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .faq .faq-headings h3 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .faq .faq-headings h3 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .faq .faq-headings h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .faq .faq-headings h3 {
    font-size: 26px;
    line-height: 28px;
  }
}
.faq .faq-headings h3 {
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .faq .faq-headings h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.faq .faq-headings h6 {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .faq .faq-headings h6 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .faq .faq-headings h6 {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .faq .faq-headings h6 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .faq .faq-headings h6 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .faq .faq-headings h6 {
    font-size: 26px;
    line-height: 28px;
  }
}
.faq .faq-headings h6 {
  margin-bottom: 40px;
  font-size: 40px;
}
@media (max-width: 576px) {
  .faq .faq-headings h6 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.faq .faq-main .faq-left {
  padding-right: 76px;
}
@media (max-width: 767px) {
  .faq .faq-main .faq-left {
    padding-right: 0px;
  }
}
@media (max-width: 576px) {
  .faq .faq-main .faq-left {
    padding-right: 0px;
  }
}
.faq .faq-main .faq-left b {
  color: #283a2c;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  padding-bottom: 20px;
  display: block;
}
@media (max-width: 576px) {
  .faq .faq-main .faq-left b {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: none;
  }
}
.faq .faq-main .faq-left b span {
  color: #ff6612;
}
.faq .faq-main .faq-left a {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.faq .faq-main .faq-left a:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .faq .faq-main .faq-left a {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .faq .faq-main .faq-left a {
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .faq .faq-main .faq-left a {
    margin-bottom: 18px;
    display: none;
  }
}
.faq .faq-main .faq-right .accordion {
  border-top: 1px solid #d9e5e8;
  padding-left: 0px;
  margin: 0px;
}
.faq .faq-main .faq-right .accordion li {
  border-bottom: 1px solid #d9d9e8;
  position: relative;
  list-style: none;
}
.faq .faq-main .faq-right .accordion li .div {
  display: none;
  padding: 0px 0px 40px 0px;
}
.faq .faq-main .faq-right .accordion li .div p {
  color: #4f5b70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  line-height: normal;
  padding: 0 0 5px 0;
}
@media (max-width: 576px) {
  .faq .faq-main .faq-right .accordion li .div p {
    font-size: 15px;
  }
}
.faq .faq-main .faq-right .accordion li .div li {
  color: #4f5b70;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  line-height: normal;
  padding: 0px 0px 10px 0px;
  list-style: disc;
  border-bottom: 0px solid #d9d9e8;
}
@media (max-width: 576px) {
  .faq .faq-main .faq-right .accordion li .div li {
    font-size: 15px;
    padding: 0px 0px 10px 0px;
  }
}
.faq .faq-main .faq-right .accordion b.active:after {
  transform: rotate(224deg);
  transition: all 0.2s ease-in-out;
}
.faq .faq-main .faq-right .accordion b {
  width: 100%;
  display: block;
  color: #38404f;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 27px 31px 21px 0px;
}
@media (max-width: 767px) {
  .faq .faq-main .faq-right .accordion b {
    font-size: 14px;
    padding: 18px 30px 13px 0px;
  }
}
@media (max-width: 576px) {
  .faq .faq-main .faq-right .accordion b {
    font-size: 14px;
    padding: 18px 30px 13px 0px;
  }
}
.faq .faq-main .faq-right .accordion b:after {
  width: 14px;
  height: 14px;
  border-right: 3px solid #ff6612;
  border-bottom: 3px solid #ff6612;
  position: absolute;
  right: 10px;
  content: " ";
  top: 28px;
  transform: rotate(47deg);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 411px) {
  .faq .faq-main .faq-right .accordion b:after {
    width: 11px;
    height: 11px;
  }
}

.ribbon {
  background: #354839;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 767px) {
  .ribbon {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .ribbon {
    margin-top: 30px;
  }
}
.ribbon .contect-links {
  display: flex;
}
.ribbon .contect-links ul {
  display: flex;
  align-items: center;
  margin: 0px;
  width: 100%;
  padding-left: 0;
  justify-content: space-around;
}
@media (max-width: 1304px) {
  .ribbon .contect-links ul {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .ribbon .contect-links ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 10px;
  }
}
.ribbon .contect-links ul li {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  list-style: none;
  display: flex;
  font-weight: 700;
  line-height: normal;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 1023px) {
  .ribbon .contect-links ul li {
    font-size: 13px;
  }
}
.ribbon .contect-links ul li a {
  color: #fff;
}
.ribbon .contect-links ul li a img {
  margin-right: 11px;
}
.ribbon .contect-links ul li a i {
  font-size: 24px;
  margin-right: 8px;
}
.ribbon .contect-links ul .btn {
  padding: 0px;
}
.ribbon .contect-links ul .btn a {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.ribbon .contect-links ul .btn a:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .ribbon .contect-links ul .btn a {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .ribbon .contect-links ul .btn a {
    border-radius: 5px;
  }
}
.ribbon .contect-links ul .phone:hover, .ribbon .contect-links ul .mail:hover, .ribbon .contect-links ul .whatsapp:hover {
  transform: translate(0, -15%);
  color: #ff6612;
}

.more-section {
  background: #283a2c;
  padding-top: 60px;
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .more-section {
    padding-top: 30px;
    padding-bottom: 26px;
  }
}
@media (max-width: 576px) {
  .more-section {
    padding-top: 30px;
    padding-bottom: 26px;
  }
}
.more-section .section-content {
  margin: 0px 0;
}
@media (max-width: 576px) {
  .more-section .section-content {
    margin: 0px 0px;
  }
}
.more-section .section-content h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  display: block;
  text-transform: capitalize;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .more-section .section-content h4 br {
    display: none;
  }
  .more-section .section-content h4 {
    font-size: 22px;
    line-height: normal;
    padding-bottom: 20px;
  }
}
.more-section .section-content strong {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  display: block;
  text-transform: capitalize;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .more-section .section-content strong br {
    display: none;
  }
  .more-section .section-content strong {
    font-size: 22px;
    line-height: normal;
    padding-bottom: 20px;
  }
}
.more-section .section-content b {
  color: #e6e6e6;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: 30px;
  text-transform: capitalize;
}
@media (max-width: 400px) {
  .more-section .section-content b {
    line-height: 22px;
    padding-bottom: 6px;
    line-height: normal;
    font-size: 13px;
  }
}
.more-section .section-content p {
  color: #e6e6e6;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .more-section .section-content p {
    font-size: 13px;
  }
}
.more-section .section-content ul {
  padding-left: 1rem;
  margin-bottom: 19px;
}
.more-section .section-content ul li {
  color: #e6e6e6;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 576px) {
  .more-section .section-content ul li {
    font-size: 13px;
  }
}
.more-section .section-content ul li b {
  color: #e6e6e6;
}
.more-section .section-content table {
  background: transparent;
  border: 1px solid #e6e6e6;
  width: 100%;
  margin-bottom: 23px;
  border-left: 1px solid #e6e6e6;
}
.more-section .section-content table tr th {
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #e6e6e6;
  padding: 13px 17px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 450px) {
  .more-section .section-content table tr th {
    font-size: 15px;
    white-space: nowrap;
    padding: 10px 14px;
  }
}
.more-section .section-content table tr td {
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #e6e6e6;
  padding: 13px 17px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 450px) {
  .more-section .section-content table tr td {
    font-size: 13px;
    padding: 10px 14px;
    white-space: nowrap;
  }
}
.more-section .section-content table tr td strong {
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #e6e6e6;
  line-height: normal;
  padding: 0px 0px;
}
@media (max-width: 450px) {
  .more-section .section-content table tr td strong {
    font-size: 13px;
    white-space: nowrap;
  }
}
@media (max-width: 450px) {
  .more-section .section-content table {
    width: -moz-max-content;
    width: max-content;
  }
}
.more-section .section-content .read-more {
  border-radius: 10px;
  border: 1px solid #ff6612;
  background: #fff;
  color: #ff6612;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.4s ease-in-out 0s;
}
.more-section .section-content .read-more:hover {
  background: #ff6612;
  color: #fff;
}
@media (max-width: 1192px) {
  .more-section .section-content .read-more {
    font-size: 11px;
    padding: 11px 18px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .more-section .section-content .read-more {
    border-radius: 5px;
  }
}

footer {
  background: #283a2c;
}
footer .important-links {
  padding: 30px 12px 30px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  footer .important-links {
    padding: 20px 10px 20px 10px;
  }
}
footer .important-links b {
  color: #e6e6e6;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
}
footer .important-links .links {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding-left: 1rem;
}
footer .important-links .links li {
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: normal;
  padding-right: 11px;
  color: #FFFFFF;
  margin-right: 31px;
  list-style: disc;
}
@media (max-width: 400px) {
  footer .important-links .links li {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 576px) {
  footer .important-links .links li {
    width: 100%;
    margin-right: 0px;
  }
}
footer .important-links .links li a {
  color: #e6e6e6;
  font-size: 15px;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 576px) {
  footer .important-links .links li a {
    font-size: 14px;
  }
}
footer .important-links .links li a:hover {
  color: #ff6612;
}
footer .important-links-2 {
  padding-bottom: 43px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  footer .important-links-2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  footer .important-links-2 {
    padding-bottom: 20px;
  }
}
footer .important-links-3 {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  footer .important-links-3 {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  footer .important-links-3 {
    padding-bottom: 20px;
  }
}
footer .companies {
  text-align: center;
  padding: 48px 0px 42px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 992px) {
  footer .companies {
    padding: 25px 0px 22px 0px;
  }
}
@media (max-width: 576px) {
  footer .companies {
    padding: 25px 0px 22px 0px;
  }
}
footer .companies ul {
  display: flex;
  text-align: center;
  width: 100%;
  padding: 0;
  justify-content: space-evenly;
  margin: 0px;
  align-items: center;
}
@media (max-width: 992px) {
  footer .companies ul {
    gap: 31px;
  }
}
@media (max-width: 767px) {
  footer .companies ul {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (max-width: 576px) {
  footer .companies ul {
    gap: 8px;
  }
}
footer .companies ul li {
  list-style: none;
}
footer .companies ul li img {
  width: 100%;
}
footer .main-footer {
  padding: 73px 0px 69px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  footer .main-footer {
    padding: 30px 0px 20px 0px;
  }
}
@media (max-width: 576px) {
  footer .main-footer {
    padding: 30px 0px 20px 0px;
  }
}
footer .main-footer .footer-logo {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 992px) {
  footer .main-footer .footer-logo {
    margin: 0px 0px 39px 0px;
  }
}
@media (max-width: 767px) {
  footer .main-footer .footer-logo {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  footer .main-footer .footer-logo {
    gap: 10px;
  }
}
footer .main-footer .footer-logo a img {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  footer .main-footer .footer-logo a img {
    width: 175px;
  }
}
@media (max-width: 767px) {
  footer .main-footer .footer-logo a img {
    width: 130px;
  }
}
@media (max-width: 576px) {
  footer .main-footer .footer-logo a img {
    width: 130px;
  }
}
footer .main-footer .footer-logo p {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 80%;
  transition: ease-in-out 0.5s;
  position: relative;
}
@media (max-width: 767px) {
  footer .main-footer .footer-logo p {
    width: 100%;
  }
}
@media (max-width: 576px) {
  footer .main-footer .footer-logo p {
    width: 100%;
  }
}
footer .main-footer .footer-logo .social-contect {
  display: flex;
  gap: 15px;
}
footer .main-footer .footer-logo .social-contect a i {
  color: #22492c;
  background: #faf4ed;
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  border-radius: 21px;
  justify-content: center;
}
footer .main-footer .footer-logo .social-contect a i:hover {
  color: #faf4ed;
  background: #22492c;
  cursor: pointer;
  transition: ease-in-out 0.5s;
}
@media (max-width: 992px) {
  footer .main-footer .footer-h {
    margin: 0px 0px 22px 0px;
  }
}
footer .main-footer .footer-h b {
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 16px;
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
}
footer .main-footer .footer-h .footer-links {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer .main-footer .footer-h .footer-links li {
  margin-bottom: 2px;
}
footer .main-footer .footer-h .footer-links li a {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: ease-in-out 0.5s;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
footer .main-footer .footer-h .footer-links li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -4px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s;
}
footer .main-footer .footer-h .footer-links li a:hover::before {
  transform: scaleX(1);
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px 94px 0px;
}
footer .footer-bottom .copyright p {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 400px) {
  footer .footer-bottom .copyright p {
    margin-right: 14px;
  }
}
footer .footer-bottom .up-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  background: #fff;
  padding: 6px 11.4px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out 0s;
  box-shadow: 1px 1px 4px 0px #000;
}
footer .footer-bottom .up-btn:hover {
  transform: translate(0, -15%);
  background: #ff6612;
}
footer .footer-bottom .up-btn:hover a i {
  color: #fff;
}
footer .footer-bottom .up-btn a i {
  font-size: 27px;
  color: #22492C;
  transition: all 0.4s ease-in-out 0s;
}

.sticky-box {
  font-family: "Outfit", sans-serif;
  width: 100%;
  background: #253027;
  box-shadow: rgba(105, 105, 105, 0.1) 1px 1px 5px 5px;
  position: fixed;
  bottom: 0px;
  z-index: 999;
}
@media (max-width: 576px) {
  .sticky-box {
    padding: 0px;
  }
}
.sticky-box ul {
  box-sizing: border-box;
  transition: all 0.5s ease 0s;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
@media (max-width: 576px) {
  .sticky-box ul {
    justify-content: space-evenly;
  }
}
.sticky-box ul li {
  list-style: none;
  padding: 2px 50px;
  transition: all 0.4s ease-in-out 0s;
}
.sticky-box ul li:hover {
  transform: scale(1.1);
}
@media (max-width: 576px) {
  .sticky-box ul li {
    list-style: none;
    padding: 5px 5px;
  }
}
.sticky-box ul li button {
  border: none;
  color: #fff;
  font-size: 11px;
  background: none;
  text-align: center;
}
.sticky-box ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.sticky-box ul li a img {
  margin-bottom: 0;
  transition: all 0.5s;
  opacity: 1;
  height: 24px;
  position: relative;
  top: 0;
}
@media (max-width: 576px) {
  .sticky-box ul li a img {
    height: 24px;
  }
}
.sticky-box ul .enquire a span {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  background: none;
  border: 1px solid #fff;
  width: auto;
  padding: 7px 12px;
  border-radius: 50px;
  color: #fff;
}
@media (max-width: 576px) {
  .sticky-box ul .enquire a span {
    font-size: 12px;
    line-height: 10px;
    padding: 7px 12px;
    border: 3px solid #fff;
  }
}
.sticky-box ul .enquire a span:hover {
  background: #fff;
  color: #22492C;
}
.sticky-box ul .enquire a span img {
  margin-right: 8px;
  height: auto;
}
@media (max-width: 576px) {
  .sticky-box ul .enquire a span img {
    margin-right: 0px;
    height: auto;
  }
}

.sticky-box ul li b, .sticky-box ul li span {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.5s;
  letter-spacing: 0.2px;
  padding-top: 4px;
  display: block;
}

@media (max-width: 576px) {
  .sticky-box ul li b,
  .sticky-box ul li span {
    font-size: 12px;
    font-weight: 400;
  }
}
@media (min-width: 575px) and (max-width: 768px) {
  .sticky-box ul li {
    list-style: none;
    padding: 10px 15px;
  }
}/*# sourceMappingURL=main.css.map */