@media only screen and (max-width: 768px) {
  .mobile-show {
    display: block !important;
  }
  .mobile-hide {
    display: none !important;
  }
	.home-section .book-section {
		margin-left: 1px !important;
	}
	.hero-banner .banner-btns a.btn{
		min-width: 150px;
	}
  header .navbar .nav-item a.active::after,
  header .navbar .nav-item a.active::before,
	header .navbar .nav-item a.home.active::before{
    content: "";
    background-color: transparent;
  }
  .get-in-touch .container {
    padding: 0 !important;
  }
  .get-in-touch .contact-form {
    margin-top: 20px;
  }
  .home-section .book-section {
    display: block !important;
  }
  .home-section .book-section .book-section-list {
    margin-bottom: 20px;
  }
  .general-info-section .general-info-wrap {
    display: block !important;
    margin: 15px;
  }
  .general-info-section .our-team-box {
    margin-top: 20px;
  }
  .testimonial-list {
    margin-left: 0;
  }
  .testimonial-item-wrap.active .testimonial-item {
    margin-left: 0;
  }
  .accordion-item.active {
    margin-left: 0;
  }
  .questions-section {
    margin: 15px;
  }
  .explore-section .row {
    height: 100% !important;
  }
  .info-section .info-content-wrap {
    width: 100%;
  }
  .info-section {
    height: fit-content !important;
  }
  .info-section .info-mobile-wrap {
    position: relative;
  }
  .info-section .process-list {
    margin-left: 0;
  }
  .info-section .process-list:first-child {
    margin-top: 25px;
  }
  .info-section .info-content {
    margin: 5rem 1rem;
  }
  .accommodation-section .accommodation-details {
    margin-top: 20px;
	padding: 10px;  
	background-size: cover;
  }
  .accommodation-section .accommodation-types-wrap {
    display: block !important;
    height: auto !important;
  }
  .accommodation-section .accommodation-types-wrap .accommodation-type {
    margin-top: 20px;
  }
	.accom-100{
		width: 100%;
	}
  .care-services-types-wrap {
    display: block !important;
    margin: 20px 0;
  }
  .hero-banner .banner-wrap {
    height: 450px;
  }
  .about-us {
    margin-top: 3rem;
  }
  .about-us .about-image {
    position: relative;
    top: 0;
  }
  .about-us::before,
  .about-us::after {
    display: none;
  }
  .about-us .about-us-content .text-subtitle1 {
    margin: 10px 0 !important;
  }
  footer h6 {
    margin-top: 15px;
  }
	.accommodation-section .accommodation-card{
		padding: 0;
	}
	.info-section .process-list{
		gap: 20px;
	}
	.explore-section img {
		max-height: 250px;
	}
	.get-in-touch .row.p-5{
		padding: 3rem 1rem !important;
	}
	.about-us .about-us-content{
		padding-left: 0px;
	}
}
.sub-banner-section .sub-banner {
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/inner-banner.png);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sub-banner-section .sub-banner .banner-contents {
  max-width: 500px;
}
.sub-banner .banner-contents h3::before {
  content: url(../images/arrow-rotate.png);
  position: absolute;
  top: -35px;
}
.sub-banner .banner-contents h3 {
  position: relative;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 20px;
}
.post-banner-section .post-banner {
  position: relative;
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.post-banner-section .post-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 123, 0, 0.45);
  z-index: 1;
  background-blend-mode: multiply;
}
.post-banner h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.post-banner-section .post-contents h3 {
  font-weight: 600;
  color: #495057;
  margin-bottom: 20px;
}
.post-banner-section .post-contents h2 {
  font-weight: 600;
  color: #495057;
	font-size: 20px;
  margin-bottom: 20px;
	line-height: 20px
}
.post-banner-section .post-contents p {
  color: #6c757d;
}
