body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #ffffff !important;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
a,
button {
  transition-duration: 0.4s;
}
.form-control::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif !important;
  color: #999999 !important;
  font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif !important;
  color: #999999 !important;
  font-size: 14px !important;
}
.form-control::placeholder {
  font-family: "Montserrat", sans-serif !important;
  color: #999999 !important;
  font-size: 14px !important;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
}
.row.row-clr {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
a,
a:hover {
  text-decoration: none !important;
}
.p-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.p-100.slide-with-dots {
  padding-bottom: 140px !important;
}
.title {
  font-size: 48px;
  font-weight: 700;
  color: #003f3e;
  margin-bottom: 40px;
}
.title.white,
.tag-text.white {
  color: #ffffff;
}
.body-text.white {
  color: #dddddd;
}
.title-with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tag-text {
  font-size: 24px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 10px;
}
.title-with-btn .custom-btn {
  /* position: relative;
  left: 100px; */
  padding: 15px 12px;
  font-weight: 400;
}
.body-text {
  color: #333333;
  font-size: 18px;
  line-height: 32px;
}
.custom-btn {
  font-size: 17px;
  color: #ffffff;
  background-color: #003f3e;
  padding: 12px 12px;
  min-width: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #003f3e;
}
.custom-btn:hover {
  color: #003f3e;
  background-color: transparent;
}
.custom-btn.light-btn {
  color: #003f3e;
  background-color: transparent;
}
.custom-btn.light-btn:hover {
  color: #ffffff;
  background-color: #003f3e;
}
.custom-btn.light-btn-white {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.custom-btn.light-btn-white:hover {
  color: #003f3e;
  background-color: #ffffff;
}
.custom-btn.white {
  color: #003f3e;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.custom-btn.white:hover {
  color: #ffffff;
  background-color: transparent;
}
.custom-link1 {
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline !important;
}
.custom-link2 {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
}
.custom-link2 span {
  border: 2px solid #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-left: 12px;
  top: 8px;
  position: relative;
  transition-duration: 0.4s;
}
.custom-link2 span svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
}
.custom-link2:hover span {
  transform: translate3d(6px, 0, 0);
  transition-duration: 0.4s;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-gray {
  background-color: #f6f6f6 !important;
}
.bg-green {
  background-color: #003f3e !important;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background-color: #003f3e !important;
  color: #ffffff !important;
}
.p-relative {
  position: relative;
}
.price-item {
  display: none !important;
}
.dropdown-menu.scrollcontent {
  height: 350px;
  overflow: hidden;
}
/*
.mCSB_dragger_bar {
    display: none !important;
}
*/

/* ---- Contact form validation states ---- */
.custom-form .invalid-feedback {
  display: none;
  width: 100%;
  font-size: 12px;
  color: #dc3545;
  margin-top: 4px;
}
.custom-form .is-invalid ~ .invalid-feedback,
.custom-form .invalid-feedback.d-block {
  display: block;
}
.custom-form .form-control.is-invalid {
  border-color: #dc3545;
}
/* Red border on an errored select2 multiselect */
.custom-form .is-invalid + .select2 .select2-selection {
  border-color: #dc3545;
}
.custom-form .form-status {
  font-size: 13px;
  margin-bottom: 12px;
}
.custom-form .form-status.alert-danger {
  color: #dc3545;
}
.custom-form .form-status.alert-success {
  color: #198754;
}
.form-thankyou {
  padding: 16px 18px;
  border: 1px solid #198754;
  border-radius: 6px;
  color: #198754;
  background: #eafaf1;
  font-size: 15px;
}

/*Header style*/
#main-nav {
  background-color: rgb(0 0 0 / 45%) !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  transition-duration: 0.4s;
  padding: 20px 0;
}
#main-nav.scrolled {
  background-color: rgb(0 0 0 / 65%) !important;
  padding: 8px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition-duration: 0.4s;
}
#main-nav .container-fluid {
  padding: 0 210px;
}
#main-nav .navbar-brand img {
  width: 72px;
  height: auto;
}
#main-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0px 8px 40px;
}
#main-nav .nav-item.dropdown .dropdown-item {
  font-size: 16px;
}
#main-nav .nav-item.dropdown li.active .dropdown-item {
  background-color: #003f3e !important;
  color: #ffffff !important;
}
#main-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}
#main-nav .nav-item.active .nav-link {
  font-weight: 700;
}
#main-nav .nav-item.booknow-btn {
  margin-left: 80px;
}
#main-nav .nav-item.booknow-btn .nav-link {
  border: 2px solid;
  border-radius: 6px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-nav .nav-item.booknow-btn .nav-link span {
  border: 1px solid #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  transition-duration: 0.4s;
}
#main-nav .nav-item.booknow-btn .nav-link span svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}
#main-nav .nav-item.booknow-btn .nav-link:hover span {
  transform: translate3d(5px, 0, 0);
  transition-duration: 0.4s;
}
/*End Header style*/

/*Page Styles*/
.inner {
  padding: 0 210px;
}
#main-banner .carousel-indicators {
  align-items: center;
  bottom: 2%;
}
#main-banner .carousel-indicators button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 4px;
  margin-left: 4px;
  transition-duration: 0.4s;
}
#main-banner .carousel-indicators button.active {
  transform: scale(1.25);
  transition-duration: 0.4s;
}
#main-banner .carousel-caption {
  left: 210px;
  right: 210px;
  bottom: 2%;
  margin: auto;
  text-align: left;
  padding: 0;
}
#main-banner .carousel-caption h2 {
  font-size: 160px;
  margin-bottom: 0px;
  font-weight: 700;
  line-height: normal;
  text-shadow:
    0 0 15px rgb(0 0 0 / 25%),
    0 0 5px rgb(0 0 0 / 25%);
}
#main-banner .carousel-caption .banner-grid {
  margin-top: 10px;
}
#main-banner .carousel-item {
  height: calc(100vh - 89px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-grid .left h3 {
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: 700;
  text-shadow:
    0 0 15px rgb(0 0 0 / 25%),
    0 0 5px rgb(0 0 0 / 25%);
}
.banner-grid .custom-link2 {
  margin-top: 30px;
  text-shadow:
    0 0 15px rgb(0 0 0 / 25%),
    0 0 5px rgb(0 0 0 / 25%);
}
.banner-grid .right {
  padding-left: 120px;
}
.banner-grid .right .item .box {
  overflow: hidden;
  border-radius: 12px;
}
.banner-grid .right .item .box .text-box {
  padding: 15px;
  background-color: rgb(0 0 0 / 60%);
}
.banner-grid .right .item .box .text-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.useful-info-sec {
  background-color: #003f3e;
}
.useful-info-sec .left {
  text-align: left;
  padding-left: 210px;
}
.useful-info-sec .right {
  /*    background-color: #ffffff;*/
  background-color: #f6f6f6;
  padding: 0;
}
.useful-info-sec .left .custom-link2 {
  font-size: 26px;
  font-weight: 700;
}
.useful-info-sec .left .custom-link2 span {
  top: 5px;
}
.useful-info-sec .right .weather-main {
  display: flex;
  padding: 15px 20px 15px;
}
.useful-info-sec .right .info-btn-main {
  display: flex;
  background-color: #f6f6f6;
}
.useful-info-sec .right .weather-main .item {
  width: 100%;
  padding: 0 10px;
}
.useful-info-sec .right .weather-main .item .box {
  display: flex;
  align-items: flex-start;
}
.useful-info-sec .right .weather-main .item .box .icon-box {
  margin-right: 10px;
  position: relative;
  /*    top: 4px;*/
}
.useful-info-sec .right .weather-main .item .box .icon-box img {
  width: 30px;
  height: auto;
}
.useful-info-sec .right .weather-main .item .box .text-box {
  position: relative;
  /*    top: 10px;*/
}
.useful-info-sec .right .weather-main .item .box .text-box .dropdown {
  position: relative;
  top: -5px;
}
.useful-info-sec
  .right
  .weather-main
  .item
  .box
  .text-box
  .dropdown-toggle::after {
  display: none;
}
.useful-info-sec .right .weather-main .item .box .text-box .dropdown-toggle {
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  position: relative;
}
.useful-info-sec
  .right
  .weather-main
  .item
  .box
  .text-box
  .dropdown-toggle
  svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.useful-info-sec .right .weather-main .item .box .text-box .dropdown-toggle,
.useful-info-sec .right .weather-main .item .box .text-box h3 {
  font-size: 16px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 0;
  min-height: 35px;
  padding-left: 0;
}
.useful-info-sec .right .weather-main .item .box .text-box .info-value {
  margin-bottom: 0;
  font-size: 20px;
  color: #545454;
  margin-top: 0px;
}
.useful-info-sec .right .info-btn-main .item {
  width: 100%;
  padding: 0 10px;
}
.useful-info-sec .right .info-btn-main .item .custom-link2 {
  color: #101828;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 10px 15px 30px;
  width: 100%;
}
.useful-info-sec .right .info-btn-main .item .custom-link2 span {
  border: none;
}
.useful-info-sec .right .info-btn-main .item:nth-child(1) {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.useful-info-sec .right .info-btn-main .item:nth-child(2) {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.custom-slider {
  margin: 0 -10px;
}
.custom-slider .slick-slider {
  margin: 0 -12px;
}
.custom-slider .slick-slide {
  margin-right: 12px;
  margin-left: 12px;
}
.custom-slider .slick-dots {
  bottom: -60px;
}
.custom-slider .slick-dots li,
.mobile-only-slider .slick-dots li {
  margin: 0 4px;
}
.custom-slider .slick-dots li button,
.mobile-only-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #d9d9d980;
  transition-duration: 0.4s;
}
.custom-slider .slick-dots li.slick-active button,
.mobile-only-slider .slick-dots li.slick-active button {
  transform: scale(1.25);
  background-color: #c6cfcf;
  transition-duration: 0.4s;
}
.bg-parallax-image .custom-slider .slick-dots li button {
  background-color: rgb(0 63 62 / 60%);
}
.bg-parallax-image .custom-slider .slick-dots li.slick-active button {
  background-color: rgb(0 63 62 / 80%);
}
.custom-slider .slick-dots li button:before,
.mobile-only-slider .slick-dots li button:before {
  display: none;
}
.custom-card-grid .box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.custom-card-grid.border-radius-0 .box {
  border-radius: 0px !important;
}
.custom-card-grid .box .tags {
  background-color: #ffffff;
  padding: 11px 20px;
  line-height: normal;
  color: #003f3e;
  position: absolute;
  top: 25px;
  right: 25px;
  border-radius: 10px;
  font-size: 22px;
}
.custom-card-grid .box .text-box {
  padding: 30px;
  background-color: #f5fbff;
}
.custom-card-grid .box .text-box .card-title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.custom-card-grid .box .text-box .card-title-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #003f3e;
  width: 80%;
}
.custom-card-grid .box .text-box .card-title-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #003f3e;
}
.custom-card-grid .box .text-box .card-title-box .rates {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
}
.custom-card-grid .box .text-box .card-title-box .rates svg {
  position: relative;
  color: #ffc107;
  width: 18px;
  height: 18px;
  top: -2px;
}
.custom-card-grid .box .text-box p {
  color: #4d4d4d;
  font-size: 18px;
  margin-top: 10px;
  min-height: 60px;
}
.custom-card-grid .box .text-box .card-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.custom-card-grid .box .text-box .card-btn-box h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #003f3e;
}
.custom-card-grid.grid-only .box {
  margin-bottom: 25px;
}
.custom-card-grid.grid-only .col-12:last-child .box {
  margin-bottom: 0px;
}
.custom-card-grid2 .box {
  margin-bottom: 80px;
  text-align: center;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.custom-card-grid2 .col-12:last-child .box {
  margin-bottom: 0px;
}
.custom-card-grid2 .box img {
  width: 100px;
  height: auto;
  opacity: 0.55;
  margin: 20px 0;
}
.custom-card-grid2 .box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
.custom-card-grid2 .box p {
  margin: 10px 0 0;
  /*    text-align: left;*/
  font-size: 18px;
}
.travelers-slider {
  margin: auto;
  width: 90%;
}
.travelers-slider .item .box {
  position: relative;
  background-color: #f5fbff;
  border-radius: 12px;
  padding: 76px 40px 40px;
  margin-top: 70px;
}
.travelers-slider .item .box .avatar {
  width: 140px;
  height: auto;
  position: absolute;
  top: -70px;
  left: 40px;
}
.travelers-slider .item .box p {
  min-height: 220px;
  font-size: 18px;
  margin: 10px 0 10px;
  text-align: justify;
}
.travelers-slider .item .box h4 {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 24px;
  margin: 15px 0 0;
}
.travelers-slider .item .box h4 span {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}
#inner-banner .carousel-caption {
  bottom: 8%;
}
#inner-banner .carousel-caption h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0;
}
.bc-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bc-main ol {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}
.bc-main ol li {
  list-style: none;
  color: #101828;
  position: relative;
  padding-right: 40px;
}
.bc-main ol li:after {
  content: "";
  position: absolute;
  background: url(../img/chevron-right.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 5px;
  margin-left: 10px;
}
.bc-main ol li:last-child:after {
  display: none;
}
.bc-main ol li:last-child {
  padding-right: 0px;
}
.bc-main ol li a {
  color: #101828;
}
.bc-main ol li a:hover {
  color: #003f3e;
}
.bc-main ol li.active {
  font-weight: 600;
}
.info-with-img .text .custom-btn {
  margin-top: 20px;
}
.info-with-img .img {
  padding-left: 15%;
  position: relative;
}
.info-with-img .img-box {
  position: relative;
}
.info-with-img .img-box .img-box-text {
  background-color: #003f3e;
  text-align: center;
  color: #ffffff;
  padding: 20px;
}
.info-with-img .img-box .img-box-text2 {
  background-color: #101828;
  text-align: center;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  bottom: 0;
  left: -100px;
}
.info-with-img .img-box .img-box-text2 .inside-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
.info-with-img .img-box .img-box-text h3,
.info-with-img .img-box .img-box-text2 h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}
.info-with-img .img-box .img-box-text h4,
.info-with-img .img-box .img-box-text2 h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.info-with-img .img-box .img-box-text2.top-right {
  bottom: initial;
  left: initial;
  top: 120px;
  right: -100px;
}
.info-with-img .img-box .img-box-text2.top-left {
  bottom: initial;
  top: 50px;
}
.info-card-main .box-bg-green {
  background-color: #003f3e;
  color: #ffffff;
}
.info-card-main .box-bg-white {
  background-color: #ffffff;
}
.info-card-main .img {
  padding: 0;
}
.info-card-main .img.imgbg {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.info-card-main .text {
  padding: 0 6%;
}
.info-card-main .text .custom-btn {
  margin-top: 20px;
}
.info-card-main.with-img-bg .text {
  padding: 60px 6%;
}
img.bg-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.hero-content {
  position: relative;
  z-index: 1;
}
.icon-boxes {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 40px;
}
.icon-boxes .item img {
  max-width: 60px;
  height: auto;
  margin-bottom: 10px;
}
.icon-boxes .item p {
  margin-bottom: 0;
}
.custom-form .form-control:focus,
.custom-form .form-select:focus {
  background-color: transparent !important;
  border-color: #003f3e !important;
  box-shadow: none !important;
}
.custom-form .form-label,
.custom-form .form-control,
.custom-form .form-label {
  font-size: 14px;
  color: #333333 !important;
}
.custom-form .form-select {
  font-size: 14px;
  color: #999999 !important;
}
.custom-form .form-control,
.custom-form .form-select {
  padding: 0.5rem 0.75rem;
}
.blueimp-gallery > .play-pause {
  background-size: cover !important;
}
.gallery-sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.gallery-sec .box {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.gallery-sec .box a.img-box,
.gallery-sec .box .gallery-view-more {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.gallery-sec .box a.img-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 55%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition-duration: 0.4s;
}
.gallery-sec .box a.img-box svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 25px;
  height: 25px;
  color: #ffffff;
  opacity: 0;
  z-index: 2;
  transition-duration: 0.4s;
}
.gallery-sec .box a.img-box:hover:after,
.gallery-sec .box a.img-box:hover svg {
  opacity: 1;
  transition-duration: 0.4s;
}
.gallery-sec .box img {
  width: 100%;
  height: auto;
}
.gallery-sec .box:last-child {
  margin-bottom: 0px;
}
.gallery-sec .box .gallery-view-more {
  position: relative;
}
.gallery-sec .box .gallery-view-more .view-more-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgb(0 63 62 / 95%);
  text-align: left;
}
.gallery-sec .box .gallery-view-more .view-more-box .view-more-inbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
}
.view-more-box .view-more-inbox h3 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}
.review-grid .row {
  margin-left: -20px;
  margin-right: -20px;
}
.review-grid .col-12 {
  margin-bottom: 40px;
  padding: 0 20px;
}
.review-grid .col-12:last-child {
  margin-bottom: 0;
}
.review-grid .col-12 .box {
  padding: 30px;
  text-align: center;
  background-color: #f5fbff;
  border-bottom: 4px solid #003f3e;
  border-radius: 12px 12px 0 0;
}
.review-grid .col-12 .box .avatar {
  width: 180px;
  height: auto;
  border: 4px solid #003f3e;
  border-radius: 50%;
}
.review-grid .col-12 .box .txt-box {
  text-align: left;
  margin-top: 30px;
}
.review-grid .col-12 .box .txt-box i {
  margin-bottom: 10px;
}
.review-grid .col-12 .box .txt-box p {
  margin-bottom: 20px;
}
.review-grid .col-12 .box .txt-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #4d4d4d;
}
.review-grid .col-12 .box .txt-box h4 {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 0px;
}
.review-grid .col-12 .box .txt-box .custom-btn {
  margin-top: 30px;
}
.tour-grid .text-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #003f3e;
}
.tour-grid .text-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #003f3e;
  min-height: 50px;
}
.tour-grid .text-box p {
  min-height: 95px;
}
.custom-carousel .carousel-control-next,
.custom-carousel .carousel-control-prev {
  width: 5%;
}
.review-grid .scroller-content {
  height: 220px;
  margin-bottom: 20px;
  overflow: hidden;
}
.custom-accordion .accordion-button {
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}
.custom-accordion .accordion-button span {
  margin-right: 10px;
  font-weight: 600;
}
.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
.custom-accordion .accordion-item {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  border-radius: 0 !important;
}
.custom-accordion .accordion-button::after {
  color: #ffffff !important;
}
.custom-accordion .accordion-button::after {
  background-image: url("../img/chevron-down-white.svg") !important;
}
.custom-accordion .accordion-body p {
  color: #ffffff;
  font-size: 14px;
}
.packages-highlights-sec {
  background-image: url(../img/packages/highlightst-bg.png) !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.packages-highlights-sec .packages-highlights-box {
  background-color: #ffffff;
  padding: 40px;
}
.packages-highlights-ul {
  margin-bottom: 0px;
  list-style: none;
  margin-top: 25px;
}
.packages-highlights-ul li {
  position: relative;
}
.packages-highlights-ul li:after {
  content: "";
  display: inline-block;
  background: url("../img/packages/tick.svg") no-repeat;
  background-size: contain !important;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -35px;
  top: 5px;
}
.packages-highlights-ul li.uncheck-ul:after {
  background: url("../img/packages/times.svg") no-repeat;
}
.packages-highlights-ul.by-2 {
  display: flex;
  flex-wrap: wrap;
}
.packages-highlights-ul.by-2 li {
  flex: 0 0 auto;
  width: 50%;
  padding-right: 45px;
}
.packages-info-min-height {
  min-height: 110px !important;
}
.experiences-bg-image {
  background: url("../img/home/travelers-experiences-bg.jpg");
}
.bg-parallax-image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-star] {
  text-align: left;
  font-style: normal;
  display: inline-block;
  position: relative;
  unicode-bidi: bidi-override;
  font-size: 24px;
  letter-spacing: 3px;
}
[data-star]::before {
  display: block;
  content: "★★★★★";
  color: #909090;
}
[data-star]::after {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  width: 0;
  color: #ffc107;
  overflow: hidden;
  height: 100%;
}
[data-star^="0.1"]::after,
[data-star^=".1"]::after {
  width: 2%;
}
[data-star^="0.2"]::after,
[data-star^=".2"]::after {
  width: 4%;
}
[data-star^="0.3"]::after,
[data-star^=".3"]::after {
  width: 6%;
}
[data-star^="0.4"]::after,
[data-star^=".4"]::after {
  width: 8%;
}
[data-star^="0.5"]::after,
[data-star^=".5"]::after {
  width: 10%;
}
[data-star^="0.6"]::after,
[data-star^=".6"]::after {
  width: 12%;
}
[data-star^="0.7"]::after,
[data-star^=".7"]::after {
  width: 14%;
}
[data-star^="0.8"]::after,
[data-star^=".8"]::after {
  width: 16%;
}
[data-star^="0.9"]::after,
[data-star^=".9"]::after {
  width: 18%;
}
[data-star^="1"]::after {
  width: 20%;
}
[data-star^="1.1"]::after {
  width: 22%;
}
[data-star^="1.2"]::after {
  width: 24%;
}
[data-star^="1.3"]::after {
  width: 26%;
}
[data-star^="1.4"]::after {
  width: 28%;
}
[data-star^="1.5"]::after {
  width: 30%;
}
[data-star^="1.6"]::after {
  width: 32%;
}
[data-star^="1.7"]::after {
  width: 34%;
}
[data-star^="1.8"]::after {
  width: 36%;
}
[data-star^="1.9"]::after {
  width: 38%;
}
[data-star^="2"]::after {
  width: 40%;
}
[data-star^="2.1"]::after {
  width: 42%;
}
[data-star^="2.2"]::after {
  width: 44%;
}
[data-star^="2.3"]::after {
  width: 46%;
}
[data-star^="2.4"]::after {
  width: 48%;
}
[data-star^="2.5"]::after {
  width: 50%;
}
[data-star^="2.6"]::after {
  width: 52%;
}
[data-star^="2.7"]::after {
  width: 54%;
}
[data-star^="2.8"]::after {
  width: 56%;
}
[data-star^="2.9"]::after {
  width: 58%;
}
[data-star^="3"]::after {
  width: 60%;
}
[data-star^="3.1"]::after {
  width: 62%;
}
[data-star^="3.2"]::after {
  width: 64%;
}
[data-star^="3.3"]::after {
  width: 66%;
}
[data-star^="3.4"]::after {
  width: 68%;
}
[data-star^="3.5"]::after {
  width: 70%;
}
[data-star^="3.6"]::after {
  width: 72%;
}
[data-star^="3.7"]::after {
  width: 74%;
}
[data-star^="3.8"]::after {
  width: 76%;
}
[data-star^="3.9"]::after {
  width: 78%;
}
[data-star^="4"]::after {
  width: 80%;
}
[data-star^="4.1"]::after {
  width: 82%;
}
[data-star^="4.2"]::after {
  width: 84%;
}
[data-star^="4.3"]::after {
  width: 86%;
}
[data-star^="4.4"]::after {
  width: 88%;
}
[data-star^="4.5"]::after {
  width: 90%;
}
[data-star^="4.6"]::after {
  width: 92%;
}
[data-star^="4.7"]::after {
  width: 94%;
}
[data-star^="4.8"]::after {
  width: 96%;
}
[data-star^="4.9"]::after {
  width: 98%;
}
[data-star^="5"]::after {
  width: 100%;
}

/* Custom select2 styles */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #dee2e6 !important;
  padding: 0 0.75rem !important;
  min-height: 39px !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 8px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0 !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  background-color: #003f3e !important;
  border: 1px solid #003f3e !important;
  color: #ffffff !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #ffffff !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #003f3e !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  font-size: 12px;
}
.select2-results__option--selectable {
  font-size: 14px;
}
/* Custom select2 styles */

/* rg table */
.custom-table {
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
table.rg-table {
  width: 100%;
  margin-bottom: 0;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #333;
}
table.rg-table thead {
  border-bottom: 1px solid #ddd;
}
table.rg-table tr {
  border-bottom: 0px solid #ddd;
  color: #222;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: 600;
  padding: 10px;
  font-size: 0.9em;
}
table.rg-table td {
  padding: 10px;
  font-size: 0.9em;
  border: none;
  font-size: 14px;
  color: #333333;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}

/* media queries */
@media screen and (max-width: 600px) {
  .rg-container {
    max-width: 600px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    padding-right: 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
  table.rg-table tr:last-child td:last-child {
    border-bottom: none;
  }
}
/* End rg table */
/*End Page Styles*/

/*Footer style*/
.main-footer {
  background-color: #004d4c;
  padding: 100px 0;
}
.main-footer .item .footer-logo {
  width: 150px;
  height: auto;
}
.main-footer .item h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}
.main-footer .item ul {
  padding: 0;
  margin: 0;
}
.main-footer .item ul li {
  list-style: none;
  display: inline-block;
  width: 45%;
  margin-bottom: 4px;
}
.main-footer .item ul li a,
.main-footer .item p,
.main-footer .item p a {
  font-size: 16px;
  color: rgb(255 255 255 / 75%);
}
.main-footer .item ul li a,
.main-footer .item p a {
  display: inline-block;
  position: relative;
}
.main-footer .item ul li a:after,
.main-footer .item p a:after {
  content: "";
  position: absolute;
  background-color: rgb(255 255 255 / 75%);
  width: 0%;
  height: 1px;
  left: initial;
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}
.main-footer .item ul li a:hover,
.main-footer .item p a:hover {
  color: rgb(255 255 255 / 100%);
}
.main-footer .item ul li a:hover:after,
.main-footer .item p a:hover:after {
  width: 100%;
  left: 0;
  right: initial;
  transition-duration: 0.4s;
}
.main-footer .item p {
  margin-bottom: 6px;
}
.main-footer .item form {
  margin-top: 15px;
  position: relative;
}
.main-footer .item form .form-control {
  background-color: rgb(255 255 255 / 30%);
  border: none;
  color: #ffffff;
  padding: 12px 25% 12px 12px;
  border-radius: 12px;
  width: 100%;
}
.main-footer .item form .form-control::-webkit-input-placeholder {
  color: #ffffff !important;
}
.main-footer .item form .form-control:-ms-input-placeholder {
  color: #ffffff !important;
}
.main-footer .item form .form-control::placeholder {
  color: #ffffff !important;
}
.main-footer .item form .submit-btn {
  color: #006462;
  font-weight: 600;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  border: none;
  padding: 12px 5px;
  min-width: 25%;
  border-radius: 0 12px 12px 0;
}

#back-to-top {
  position: fixed;
  width: auto;
  height: auto;
  bottom: 100px;
  right: 30px;
  z-index: 9999;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  color: #b5b5b5 !important;
  cursor: pointer;
  border-radius: 0px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  border-radius: 0;
  opacity: 0;
  border-radius: 50%;
}
#back-to-top:after {
  display: none;
}
#back-to-top svg {
  width: 25px;
  height: auto;
  margin: auto;
  top: 5px;
  position: relative;
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top {
  animate-duration: 3s;
}
/*End Footer style*/

@media (max-width: 1919px) and (min-width: 1680px) {
  #main-nav .container-fluid {
    padding: 0 140px;
  }
  #main-nav .nav-item .nav-link,
  #main-nav .nav-item.dropdown .dropdown-item {
    font-size: 15px;
  }
  #main-banner .carousel-caption {
    left: 140px;
    right: 140px;
  }
  .inner {
    padding: 0 140px;
  }
  .useful-info-sec .left {
    padding-left: 140px;
  }
}

@media (max-width: 1679px) and (min-width: 1451px) {
  #main-nav .container-fluid {
    padding: 0 120px;
  }
  #main-nav .nav-item .nav-link,
  #main-nav .nav-item.dropdown .dropdown-item {
    font-size: 14px !important;
    padding: 8px 0px 8px 30px;
  }
  #main-nav .nav-item.booknow-btn {
    margin-left: 65px;
  }
  #main-banner .carousel-caption h2 {
    font-size: 140px;
  }
  #main-banner .carousel-caption {
    left: 120px;
    right: 120px;
  }
  #main-banner .carousel-indicators button,
  .custom-slider .slick-dots li button {
    width: 13px;
    height: 13px;
  }
  .banner-grid .left h3 {
    font-size: 34px;
  }
  .banner-grid .right .item .box .text-box h3 {
    font-size: 20px;
  }
  .banner-grid .custom-link2 {
    margin-top: 20px;
  }
  .tag-text {
    font-size: 22px;
  }
  .useful-info-sec .right .weather-main .item .box .icon-box img {
    width: 25px;
  }
  .useful-info-sec .right .weather-main .item .box .text-box {
    top: 5px;
  }
  .useful-info-sec .right .info-btn-main .item .custom-link2 {
    padding: 10px 10px 15px 30px;
  }
  .useful-info-sec .left {
    padding-left: 117px;
  }
  .inner {
    padding: 0 120px;
  }
  .body-text {
    font-size: 16px;
    line-height: 28px;
  }
  .custom-card-grid .box .tags {
    padding: 9px 16px;
    font-size: 18px;
  }
  .custom-card-grid .box .text-box .card-title-box h3,
  .custom-card-grid2 .box h3 {
    font-size: 24px;
  }
  .custom-card-grid .box .text-box p,
  .custom-card-grid2 .box p,
  .travelers-slider .item .box p,
  .custom-card-grid .box .text-box .card-title-box .rates {
    font-size: 16px;
  }
  .custom-card-grid .box .text-box .card-btn-box h4 {
    font-size: 26px;
  }
  .custom-card-grid2 .box img {
    width: 85px;
  }
  .custom-card-grid2 .box {
    margin-bottom: 65px;
  }
  .travelers-slider .item .box p {
    min-height: 200px;
  }
  .travelers-slider .item .box .avatar {
    width: 120px;
    top: -60px;
  }
  .travelers-slider .item .box h4 {
    font-size: 20px;
  }
  .travelers-slider .item .box h4 span {
    font-size: 16px;
  }
  .custom-card-grid .box .text-box .card-title-box h4 {
    font-size: 18px;
  }
  .view-more-box .view-more-inbox h3 {
    font-size: 36px;
  }
  .review-grid .col-12 .box .avatar {
    width: 160px;
  }
  .review-grid .col-12 .box .txt-box h3 {
    font-size: 20px;
  }
  .review-grid .scroller-content {
    height: 190px;
  }

  .main-footer .item .footer-logo {
    width: 120px;
  }
  .main-footer .item h3 {
    font-size: 16px;
  }
  .main-footer .item ul li a,
  .main-footer .item p,
  .main-footer .item p a {
    font-size: 14px;
  }
  .main-footer .item form .form-control,
  .main-footer .item form .submit-btn {
    font-size: 14px;
  }
  .main-footer .item form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .main-footer .item form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .main-footer .item form .form-control::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1450px) and (min-width: 1401px) {
  #main-nav .container-fluid {
    padding: 0 100px;
  }
  #main-nav .nav-item .nav-link,
  #main-nav .nav-item.dropdown .dropdown-item {
    font-size: 14px !important;
    padding: 8px 0px 8px 25px;
  }
  #main-nav .nav-item.booknow-btn {
    margin-left: 65px;
  }
  #main-banner .carousel-caption h2 {
    font-size: 140px;
  }
  #main-banner .carousel-caption {
    left: 100px;
    right: 100px;
  }
  #main-banner .carousel-indicators button,
  .custom-slider .slick-dots li button {
    width: 13px;
    height: 13px;
  }
  #main-banner .carousel-item {
    height: calc(100vh - 90px);
  }
  .banner-grid .left h3 {
    font-size: 34px;
  }
  .banner-grid .right .item .box .text-box h3 {
    font-size: 20px;
  }
  .banner-grid .custom-link2 {
    margin-top: 20px;
  }
  .tag-text {
    font-size: 22px;
  }
  /*
.useful-info-sec .right .weather-main .item .box .text-box {
    top: 5px;
}
*/
  .useful-info-sec .left {
    padding-left: 100px;
  }
  .useful-info-sec .right .info-btn-main .item .custom-link2 {
    padding: 10px 10px 15px 30px;
  }
  .inner {
    padding: 0 100px;
  }
  .body-text {
    font-size: 15px;
    line-height: 26px;
  }
  .custom-card-grid .box .tags {
    padding: 9px 16px;
    font-size: 18px;
  }
  .custom-card-grid .box .text-box .card-title-box h3,
  .custom-card-grid2 .box h3 {
    font-size: 24px;
  }
  .custom-card-grid .box .text-box p,
  .custom-card-grid2 .box p,
  .travelers-slider .item .box p,
  .custom-card-grid .box .text-box .card-title-box .rates {
    font-size: 16px;
  }
  .custom-card-grid .box .text-box .card-btn-box h4 {
    font-size: 26px;
  }
  .custom-card-grid2 .box img {
    width: 85px;
  }
  .custom-card-grid2 .box {
    margin-bottom: 65px;
  }
  .travelers-slider .item .box .avatar {
    width: 120px;
    top: -60px;
  }
  .travelers-slider .item .box h4 {
    font-size: 20px;
  }
  .travelers-slider .item .box h4 span {
    font-size: 16px;
  }
  .custom-card-grid .box .text-box .card-title-box h4 {
    font-size: 18px;
  }
  .view-more-box .view-more-inbox h3 {
    font-size: 36px;
  }
  .review-grid .col-12 .box .avatar {
    width: 160px;
  }
  .review-grid .col-12 .box .txt-box h3 {
    font-size: 20px;
  }
  .review-grid .scroller-content {
    height: 190px;
  }

  .main-footer .item .footer-logo {
    width: 120px;
  }
  .main-footer .item h3 {
    font-size: 16px;
  }
  .main-footer .item ul li a,
  .main-footer .item p,
  .main-footer .item p a {
    font-size: 14px;
  }
  .main-footer .item form .form-control,
  .main-footer .item form .submit-btn {
    font-size: 14px;
  }
  .main-footer .item form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .main-footer .item form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .main-footer .item form .form-control::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1400px) and (min-width: 1300px) {
  #main-nav .container-fluid {
    padding: 0 80px;
  }
  #main-nav .nav-item .nav-link,
  #main-nav .nav-item.dropdown .dropdown-item {
    font-size: 14px !important;
    padding: 8px 0px 8px 22px;
  }
  #main-nav .nav-item.booknow-btn {
    margin-left: 60px;
  }
  #main-banner .carousel-caption h2 {
    font-size: 120px;
  }
  #main-banner .carousel-caption {
    left: 80px;
    right: 80px;
  }
  #main-banner .carousel-indicators button,
  .custom-slider .slick-dots li button {
    width: 13px;
    height: 13px;
  }
  #main-banner .carousel-indicators button.active {
    transform: scale(1.2);
    transition-duration: 0.4s;
  }
  #main-banner .carousel-item {
    height: calc(100vh - 75px);
  }
  .custom-link2 span {
    width: 25px;
    height: 25px;
  }
  .custom-link2 span svg {
    width: 16px;
    height: 16px;
  }
  .banner-grid .left h3 {
    font-size: 30px;
  }
  .banner-grid .right .item .box .text-box h3 {
    font-size: 18px;
  }
  .banner-grid .custom-link2 {
    margin-top: 20px;
  }
  .body-text {
    font-size: 14px;
    line-height: 26px;
  }
  .useful-info-sec .left .custom-link2 {
    font-size: 22px;
  }
  .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .info-with-img .img-box .img-box-text h3,
  .info-with-img .img-box .img-box-text2 h3 {
    font-size: 32px;
    margin-bottom: 6px;
  }
  .tag-text {
    font-size: 18px;
  }
  /*
.useful-info-sec .right .weather-main .item .box .text-box .dropdown-toggle,
.useful-info-sec .right .weather-main .item .box .text-box h3,
.useful-info-sec .right .info-btn-main .item .custom-link2 {
    font-size: 16px;
}	
*/
  .useful-info-sec .left {
    padding-left: 80px;
  }
  .useful-info-sec .right .weather-main .item .box .icon-box img {
    width: 25px;
  }
  /*
.useful-info-sec .right .weather-main .item .box .text-box {
    top: 5px;
}
*/
  .useful-info-sec .right .weather-main .item .box .text-box .dropdown {
    top: -7px;
  }
  .useful-info-sec .right .weather-main .item .box .text-box .info-value {
    font-size: 18px;
  }
  .useful-info-sec .right .weather-main {
    padding: 10px 20px 10px;
  }
  .useful-info-sec .right .info-btn-main .item .custom-link2 {
    padding: 10px 10px 15px 30px;
  }
  .inner {
    padding: 0 80px;
  }
  .custom-card-grid .box .tags {
    padding: 9px 16px;
    font-size: 18px;
  }
  .custom-card-grid .box .text-box .card-title-box h3,
  .custom-card-grid2 .box h3 {
    font-size: 18px;
  }
  .custom-card-grid .box .text-box p,
  .custom-card-grid2 .box p,
  .travelers-slider .item .box p,
  .custom-card-grid .box .text-box .card-title-box .rates,
  .custom-btn {
    font-size: 14px;
  }
  .custom-card-grid .box .text-box p {
    min-height: 50px;
  }
  .travelers-slider .item .box p {
    min-height: 175px;
  }
  .custom-card-grid .box .text-box .card-btn-box h4 {
    font-size: 24px;
  }
  .custom-card-grid2 .box img {
    width: 80px;
  }
  .custom-card-grid2 .box {
    margin-bottom: 65px;
  }
  .travelers-slider .item .box .avatar {
    width: 120px;
    top: -60px;
  }
  .travelers-slider .item .box h4 {
    font-size: 18px;
  }
  .travelers-slider .item .box h4 span {
    font-size: 14px;
  }
  .dropdown-item {
    font-size: 14px !important;
  }
  [data-star] {
    font-size: 22px;
  }
  .custom-card-grid .box .text-box .card-title-box h4 {
    font-size: 16px;
  }
  .view-more-box .view-more-inbox h3 {
    font-size: 34px;
  }
  .icon-boxes .item p {
    font-size: 14px;
  }
  .icon-boxes .item img {
    max-width: 40px;
  }
  .info-with-img .img-box .img-box-text2.top-right {
    top: 50px;
    right: -50px;
  }
  .bc-main ol li {
    font-size: 14px;
  }
  .bc-main ol li:after {
    top: 4px;
  }
  .review-grid .col-12 .box .avatar {
    width: 100px;
  }
  .review-grid .col-12 .box .txt-box h3 {
    font-size: 18px;
  }
  .review-grid .scroller-content {
    height: 180px;
  }
  .tour-grid .text-box h3 {
    font-size: 22px;
  }
  .tour-grid .text-box h4 {
    font-size: 18px;
    min-height: 45px;
  }
  .packages-info-min-height {
    min-height: 90px !important;
  }

  .main-footer .item .footer-logo {
    width: 100px;
  }
  .main-footer .item h3 {
    font-size: 16px;
  }
  .main-footer .item ul li a,
  .main-footer .item p,
  .main-footer .item p a {
    font-size: 14px;
  }
  .main-footer .item form .form-control,
  .main-footer .item form .submit-btn {
    font-size: 14px;
  }
  .main-footer .item form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .main-footer .item form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .main-footer .item form .form-control::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1299px) and (min-width: 1200px) {
  #main-nav .container-fluid {
    padding: 0 80px;
  }
  #main-nav .nav-item .nav-link,
  #main-nav .nav-item.dropdown .dropdown-item {
    font-size: 14px !important;
    padding: 8px 0px 8px 22px;
  }
  #main-nav .nav-item.booknow-btn {
    margin-left: 60px;
  }
  #main-banner .carousel-caption h2 {
    font-size: 100px;
  }
  #main-banner .carousel-caption {
    left: 80px;
    right: 80px;
  }
  #main-banner .carousel-indicators button,
  .custom-slider .slick-dots li button {
    width: 13px;
    height: 13px;
  }
  #main-banner .carousel-indicators button.active {
    transform: scale(1.2);
    transition-duration: 0.4s;
  }
  #main-banner .carousel-item {
    height: calc(100vh - 75px);
  }
  .custom-link2 span {
    width: 25px;
    height: 25px;
  }
  .custom-link2 span svg {
    width: 16px;
    height: 16px;
  }
  .banner-grid .left h3 {
    font-size: 26px;
  }
  .banner-grid .right .item .box .text-box h3 {
    font-size: 18px;
  }
  .banner-grid .custom-link2 {
    margin-top: 20px;
  }
  .body-text {
    font-size: 14px;
    line-height: 26px;
  }
  .useful-info-sec .left .custom-link2 {
    font-size: 22px;
  }
  .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .info-with-img .img-box .img-box-text h3,
  .info-with-img .img-box .img-box-text2 h3 {
    font-size: 32px;
    margin-bottom: 6px;
  }
  .tag-text {
    font-size: 18px;
  }
  .useful-info-sec .left {
    padding-left: 80px;
  }
  .useful-info-sec .right .weather-main .item .box .icon-box img {
    width: 25px;
  }
  .useful-info-sec .right .weather-main .item .box .text-box .dropdown {
    top: -7px;
  }
  .useful-info-sec .right .weather-main .item .box .text-box .info-value {
    font-size: 16px;
  }
  .useful-info-sec .right .weather-main {
    padding: 10px 20px 10px;
  }
  .useful-info-sec .right .info-btn-main .item .custom-link2 {
    padding: 10px 10px 15px 30px;
  }
  .inner {
    padding: 0 80px;
  }
  .custom-card-grid .box .tags {
    padding: 9px 16px;
    font-size: 18px;
  }
  .custom-card-grid .box .text-box .card-title-box h3,
  .custom-card-grid2 .box h3 {
    font-size: 18px;
  }
  .custom-card-grid .box .text-box p,
  .custom-card-grid2 .box p,
  .travelers-slider .item .box p,
  .custom-card-grid .box .text-box .card-title-box .rates,
  .custom-btn {
    font-size: 14px;
  }
  .custom-card-grid .box .text-box p {
    min-height: 50px;
  }
  .travelers-slider .item .box p {
    min-height: 190px;
  }
  .custom-card-grid .box .text-box .card-btn-box h4 {
    font-size: 24px;
  }
  .custom-card-grid2 .box img {
    width: 60px;
  }
  .custom-card-grid2 .box {
    margin-bottom: 65px;
  }
  .travelers-slider .item .box .avatar {
    width: 120px;
    top: -60px;
  }
  .travelers-slider .item .box h4 {
    font-size: 18px;
  }
  .travelers-slider .item .box h4 span {
    font-size: 14px;
  }
  .dropdown-item {
    font-size: 14px !important;
  }
  [data-star] {
    font-size: 22px;
  }
  .custom-card-grid .box .text-box .card-title-box h4 {
    font-size: 16px;
  }
  .view-more-box .view-more-inbox h3 {
    font-size: 34px;
  }
  .icon-boxes .item p {
    font-size: 14px;
  }
  .icon-boxes .item img {
    max-width: 40px;
  }
  .info-with-img .img-box .img-box-text2.top-right {
    top: 50px;
    right: -50px;
  }
  .bc-main ol li {
    font-size: 14px;
  }
  .bc-main ol li:after {
    top: 4px;
  }
  .review-grid .col-12 .box .avatar {
    width: 80px;
  }
  .review-grid .col-12 .box .txt-box h3 {
    font-size: 18px;
  }
  .review-grid .scroller-content {
    height: 180px;
  }
  .tour-grid .text-box h3 {
    font-size: 22px;
  }
  .tour-grid .text-box h4 {
    font-size: 18px;
    min-height: 45px;
  }
  .packages-info-min-height {
    min-height: 90px !important;
  }
  .custom-card-grid .box .text-box {
    padding: 30px 15px;
  }
  .p-100 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pt-100 {
    padding-top: 60px !important;
  }
  .pb-100 {
    padding-bottom: 60px !important;
  }
  .mb-100 {
    margin-bottom: 60px !important;
  }
  .p-100.slide-with-dots {
    padding-bottom: 100px !important;
  }
  .info-card-main.with-img-bg .text {
    padding: 40px;
  }

  .main-footer {
    padding: 60px 0;
  }
  .main-footer .item .footer-logo {
    width: 100px;
  }
  .main-footer .item h3 {
    font-size: 16px;
  }
  .main-footer .item ul li a,
  .main-footer .item p,
  .main-footer .item p a {
    font-size: 14px;
  }
  .main-footer .item form .form-control,
  .main-footer .item form .submit-btn {
    font-size: 14px;
  }
  .main-footer .item form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .main-footer .item form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .main-footer .item form .form-control::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #main-nav .container-fluid {
    padding: 0 40px;
  }
  #main-nav .nav-item .nav-link,
  #main-nav .nav-item.dropdown .dropdown-item {
    font-size: 14px !important;
    padding: 8px 0px 8px 22px;
  }
  #main-nav .nav-item.booknow-btn {
    margin-left: 60px;
  }
  #main-banner .carousel-caption h2 {
    font-size: 100px;
  }
  #main-banner .carousel-caption {
    left: 40px;
    right: 40px;
  }
  #main-banner .carousel-indicators button,
  .custom-slider .slick-dots li button {
    width: 13px;
    height: 13px;
  }
  #main-banner .carousel-indicators button.active {
    transform: scale(1.2);
    transition-duration: 0.4s;
  }
  #main-banner .carousel-item {
    height: calc(100vh - 75px);
  }
  .custom-link2 span {
    width: 25px;
    height: 25px;
  }
  .custom-link2 span svg {
    width: 16px;
    height: 16px;
  }
  .banner-grid .left h3 {
    font-size: 26px;
  }
  .banner-grid .right .item .box .text-box h3 {
    font-size: 18px;
  }
  .banner-grid .custom-link2 {
    margin-top: 20px;
  }
  .body-text {
    font-size: 14px;
    line-height: 22px;
  }
  .useful-info-sec .left .custom-link2 {
    font-size: 22px;
  }
  .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .info-with-img .img-box .img-box-text h3,
  .info-with-img .img-box .img-box-text2 h3 {
    font-size: 32px;
    margin-bottom: 6px;
  }
  .tag-text {
    font-size: 18px;
  }
  .useful-info-sec .left {
    padding-left: 40px;
  }
  .useful-info-sec .right .weather-main .item .box .icon-box img {
    width: 25px;
  }
  .useful-info-sec .right .weather-main .item .box .text-box .dropdown {
    top: -7px;
  }
  .useful-info-sec .right .weather-main .item .box .text-box .info-value {
    font-size: 13px;
  }
  .useful-info-sec .right .weather-main .item .box .text-box .dropdown-toggle,
  .useful-info-sec .right .weather-main .item .box .text-box h3 {
    font-size: 14px;
  }
  .useful-info-sec .right .weather-main {
    padding: 10px 20px 10px;
  }
  .useful-info-sec .right .info-btn-main .item .custom-link2 {
    padding: 10px 10px 15px 30px;
  }
  .inner {
    padding: 0 40px;
  }
  .custom-card-grid .box .tags {
    padding: 9px 16px;
    font-size: 18px;
  }
  .custom-card-grid .box .text-box .card-title-box h3,
  .custom-card-grid2 .box h3 {
    font-size: 18px;
  }
  .custom-card-grid .box .text-box p,
  .custom-card-grid2 .box p,
  .travelers-slider .item .box p,
  .custom-card-grid .box .text-box .card-title-box .rates,
  .custom-btn {
    font-size: 14px;
  }
  .custom-card-grid .box .text-box p {
    min-height: 50px;
  }
  .travelers-slider .item .box p {
    min-height: 232px;
  }
  .custom-card-grid .box .text-box .card-btn-box h4 {
    font-size: 24px;
  }
  .custom-card-grid2 .box img {
    width: 60px;
  }
  .custom-card-grid2 .box {
    margin-bottom: 65px;
  }
  .travelers-slider .item .box .avatar {
    width: 120px;
    top: -60px;
  }
  .travelers-slider .item .box h4 {
    font-size: 18px;
  }
  .travelers-slider .item .box h4 span {
    font-size: 14px;
  }
  .dropdown-item {
    font-size: 14px !important;
  }
  [data-star] {
    font-size: 22px;
  }
  .custom-card-grid .box .text-box .card-title-box h4 {
    font-size: 16px;
  }
  .view-more-box .view-more-inbox h3 {
    font-size: 34px;
  }
  .icon-boxes .item p {
    font-size: 14px;
  }
  .icon-boxes .item img {
    max-width: 40px;
  }
  .info-with-img .img-box .img-box-text2.top-right {
    top: initial;
    right: initial;
    bottom: 0;
    left: -100px;
  }
  .bc-main ol li {
    font-size: 14px;
  }
  .bc-main ol li:after {
    top: 4px;
  }
  .review-grid .col-12 .box .avatar {
    width: 80px;
  }
  .review-grid .col-12 .box .txt-box h3 {
    font-size: 18px;
  }
  .review-grid .scroller-content {
    height: 180px;
  }
  .tour-grid .text-box h3 {
    font-size: 22px;
  }
  .tour-grid .text-box h4 {
    font-size: 18px;
    min-height: 45px;
  }
  .packages-info-min-height {
    min-height: 90px !important;
  }
  .custom-card-grid .box .text-box {
    padding: 30px 15px;
  }
  .p-100 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pt-100 {
    padding-top: 60px !important;
  }
  .pb-100 {
    padding-bottom: 60px !important;
  }
  .mb-100 {
    margin-bottom: 60px !important;
  }
  .p-100.slide-with-dots {
    padding-bottom: 100px !important;
  }
  .info-card-main.with-img-bg .text {
    padding: 40px;
  }
  .info-with-img .img-box .img-box-text2 {
    width: 180px;
    height: 180px;
  }
  .info-card-main .text {
    padding: 0 40px;
  }

  .main-footer {
    padding: 60px 0;
  }
  .main-footer .item .footer-logo {
    width: 100px;
  }
  .main-footer .item h3 {
    font-size: 16px;
  }
  .main-footer .item ul li a,
  .main-footer .item p,
  .main-footer .item p a {
    font-size: 14px;
  }
  .main-footer .item form .form-control,
  .main-footer .item form .submit-btn {
    font-size: 14px;
  }
  .main-footer .item form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .main-footer .item form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .main-footer .item form .form-control::placeholder {
    font-size: 14px;
  }
}

.m-view {
  display: none !important;
}
.m-hide {
  display: block !important;
}
@media (max-width: 991px) {
  .m-view {
    display: block !important;
  }
  .m-hide {
    display: none !important;
  }
  #main-nav {
    background-color: rgb(0 0 0 / 65%) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 8px 0;
  }
  #main-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 0px;
  }
  #main-nav .nav-item.dropdown .dropdown-item {
    font-size: 14px;
  }
  #main-nav .container-fluid,
  .inner {
    padding: 0 12px;
  }
  #main-banner .carousel-item {
    height: 80vh;
  }
  #main-banner .carousel-caption {
    left: 12px;
    right: 12px;
    bottom: 60px;
  }
  #main-nav .navbar-nav .dropdown-menu {
    background-color: transparent;
    background: transparent;
  }
  #main-banner .carousel-caption h2 {
    font-size: 60px;
  }
  .banner-grid .left h3 {
    font-size: 22px;
    font-weight: 600;
  }
  .useful-info-sec .left {
    padding: 12px;
  }
  .useful-info-sec .right .weather-main {
    display: flex;
    padding: 15px 12px;
    flex-direction: column;
    gap: 24px;
  }
  .useful-info-sec .right .weather-main .item .box .text-box .info-value {
    font-size: 16px;
  }
  .title-with-btn {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .tag-text {
    font-size: 20px;
  }
  .body-text {
    font-size: 14px;
    line-height: 24px;
  }
  .custom-card-grid .box .text-box {
    padding: 20px 12px;
  }
  .custom-card-grid .box .text-box .card-title-box h3 {
    font-size: 18px;
    width: 100%;
  }
  .custom-card-grid .box .text-box p {
    font-size: 14px;
    min-height: auto;
  }
  .custom-btn {
    font-size: 14px;
  }
  .p-100 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-100 {
    padding-top: 40px !important;
  }
  .pb-100 {
    padding-bottom: 40px !important;
  }
  .p-100.slide-with-dots {
    padding-bottom: 80px !important;
  }
  .mb-100 {
    margin-bottom: 40px !important;
  }
  .custom-card-grid2 .box img {
    width: 60px;
  }
  .custom-card-grid2 .box h3 {
    font-size: 18px;
  }
  .custom-card-grid2 .box p {
    font-size: 14px;
  }
  .custom-card-grid2 .box {
    margin-bottom: 30px;
    width: 90%;
  }
  .travelers-slider {
    width: 100%;
  }
  .travelers-slider .item .box {
    padding: 50px 20px 20px;
    margin-top: 20px;
  }
  .travelers-slider .item .box p {
    min-height: 240px;
    font-size: 14px;
    margin: 10px 0 10px;
    text-align: left;
  }
  .travelers-slider .item .box h4 {
    font-size: 18px;
  }
  .travelers-slider .item .box h4 span,
  .custom-card-grid .box .text-box .card-title-box h4 {
    font-size: 16px;
  }
  .travelers-slider .item .box .avatar {
    width: 120px;
    top: -50px;
    left: 0;
  }
  .info-card-main.with-img-bg .text {
    padding: 40px 15px;
  }
  .info-card-main .img.imgbg {
    min-height: 60vh;
  }
  .info-with-img .img {
    padding: 40px 12px 0;
  }
  .info-with-img .img-box .img-box-text2 {
    padding: 20px;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0;
    bottom: 0;
    left: initial;
  }
  .info-with-img .img-box .img-box-text2.top-left {
    top: initial;
  }
  .info-with-img .img-box .img-box-text2.top-right {
    bottom: initial;
    left: initial;
    top: initial;
    right: initial;
  }
  .info-with-img .img-box .img-box-text2 .inside-box {
    position: relative;
    top: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    width: 100%;
  }
  .info-card-main .text {
    padding: 40px 20px;
  }
  .icon-boxes .item img {
    max-width: 35px;
  }
  .icon-boxes .item p {
    font-size: 12px;
  }
  #carousel-s1 .carousel-control-next,
  #carousel-s1 .carousel-control-prev {
    align-items: flex-end;
    width: 8%;
    bottom: 8px;
  }
  .gallery-sec .box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
  }
  .tour-grid .text-box h3,
  .review-grid .col-12 .box .txt-box h3 {
    font-size: 18px;
  }
  .review-grid .col-12 .box .txt-box h3 {
    margin-bottom: 0;
  }
  .tour-grid .text-box h4 {
    font-size: 16px;
    min-height: auto;
  }
  .packages-info-min-height {
    min-height: auto !important;
  }
  .packages-highlights-sec .packages-highlights-box {
    padding: 40px 20px;
  }
  .custom-accordion .accordion-body {
    padding: 0px 0px 20px;
  }
  .review-grid .col-12 .box {
    padding: 30px 20px;
  }
  .review-grid .col-12 .box {
    text-align: left;
  }
  .review-grid .col-12 .box .avatar {
    width: 80px;
  }
  .review-grid .scroller-content {
    height: auto;
  }
  .bc-main ol li {
    font-size: 14px;
  }
  .bc-main ol li:after {
    top: 3px;
  }
  .mobile-only-slider {
    margin: 0 -10px;
  }
  .mobile-only-slider .slick-slider {
    margin: 0 -12px;
  }
  .mobile-only-slider .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
  }
  .bg-parallax-image,
  .packages-highlights-sec {
    background-attachment: scroll;
  }
  .packages-highlights-box .col-lg-6:first-child {
    margin-bottom: 30px;
  }
  .packages-highlights-ul.by-2 li {
    width: 100%;
    padding-right: 0;
  }
  .custom-accordion .accordion-button span {
    min-width: 55px;
  }
  .custom-accordion .accordion-button {
    font-size: 14px;
  }

  .main-footer {
    padding: 40px 0;
  }
  .main-footer .item {
    margin-bottom: 30px;
  }
  .main-footer .item:last-child {
    margin-bottom: 0px;
  }
  .main-footer .item ul li a,
  .main-footer .item p,
  .main-footer .item p a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
}
