@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
body {
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
}
p {
  font-size: 14px;
  color: #717171;
}
span {
  color: #717171;
}
a {
  text-decoration: none;
  outline: none;
  color: #717171;
  transition: ease-in-out all 0.2s;
}
ul {
  display: block;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  font-size: 15px;
  color: #717171;
}
/*ul li:last-child { margin: 0;}*/
.color-green {
  color: #94c93d;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 27px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343434;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.btn.show:focus-visible,
.btn:first-child:active:focus-visible {
  box-shadow: none;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 27px;
  }
  h5 {
    font-size: 21px;
  }
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 20px 0;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}

.btn-custom {
  padding: 12px 30px;
  display: inline-block;
  font-size: 14px;
  background-color: #acd569;
  color: #000000;
  margin: 0 0 30px 0;
  border: none;
  border-radius: 30px;
  transition: ease-in-out all 0.2s;
  text-decoration: none !important;
}
.btn-custom:hover {
  background-color: #94c93d;
  color: #000000;
}
.btn-custom-outline {
  padding: 12px 30px;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #acd569;
  background-color: #ffffff;
  color: #acd569;
  margin: 0 0 30px 0;
  border-radius: 30px;
  transition: ease-in-out all 0.2s;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  ul li {
    list-style: none;
    font-size: 15px;
  }
  .btn-custom-a {
    margin: 0 0 15px 0;
    font-size: 13px;
  }
  .btn-custom {
    padding: 10px 25px;
    font-size: 14px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  ul li {
    list-style: none;
    font-size: 14px;
  }
  .horizontal-scroll {
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-align: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 auto;
  }
  .btn-custom-a {
    margin: 0 0 15px 0;
    font-size: 13px;
  }
  .btn-custom {
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 0 15px 0;
  }
}

header {
  padding: 10px 0;
}
header .btn-custom:hover {
  background-color: transparent;
}
header .head-logo {
  display: inline-block;
  width: 100%;
}
header .head-logo img {
  width: 110px;
  margin: 0 auto;
}
header .btn-custom {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #000000;
}
header .btn-custom i {
  font-size: 24px;
}

/****************************** Top Header Section css Start *********************************
.top-header { background-color: #1A2B48; padding: 10px 0; z-index: 9; width: 100%;}
.top-header p { margin: 0; color: #ffffff;}
.top-header p a { color: #ffffff; transition: ease-in-out all 0.2s;}
.top-header:hover p a { color: #94C83D;}
.top-header p span a { color: #ffffff; font-weight: 500; font-size: 14px; transition: ease-in-out all 0.2s;}
.top-header p span a:hover { color: #94C83D;}
.top-header .social-media { display: inline-block; margin: 0; padding: 0; width: 100%;}
.top-header .social-media li { list-style: none; display: inline; transition: ease-in-out all 0.2s;}
.top-header .social-media li a { color: #ffffff; margin-right: 20px; transition: ease-in-out all 0.2s; font-size: 14px;}
.top-header .social-media li a:hover { color: #94C83D;}

@media screen and (max-width: 767px) {
    .top-header { padding: 8px 0; }
    .top-header p a { font-size: 14px;}
    .top-header .social-media li a { margin-right: 15px; font-size: 18px;}
}
**********************************************************************************************/
nav .navbar-brand img {
  width: 140px;
}
nav .navbar-nav .nav-item .nav-link {
  padding: 0 20px;
  font-size: 15px;
  color: #000000;
}
.navbar .dropdown-menu {
  margin: 0;
  width: auto;
  top: auto;
  left: auto;
  top: 45px;
  background-color: #ffffff;
  border-top: none;
  padding: 5px 0;
  border-radius: 15px;
  transition: ease-out 0.3s;
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
}
.navbar .dropdown-menu::before {
  position: absolute;
  top: -8px;
  right: 15%;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #d5d5d5;
  border-left: 8px solid transparent;
  content: "";
}
.navbar .dropdown-menu[data-bs-popper] {
  left: auto;
  margin-top: 0;
  right: 0;
  width: auto;
  top: 120%;
  padding: 20px 0;
}
.navbar .dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}
.navbar .dropdown-item {
  padding: 5px 20px;
  color: #000000;
  font-size: 14px;
  transition: ease-in-out all 0.2s;
}
.navbar .dropdown-divider {
  border-color: #bbbbbb;
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #fec001;
  background-color: transparent;
}
.signup-wrap .dropdown-menu {
  margin: 0;
  width: auto;
  top: auto;
  left: auto;
  top: 45px;
  background-color: #ffffff;
  border-top: none;
  padding: 5px 0;
  border-radius: 15px;
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
}
.signup-wrap .dropdown-menu::after {
  position: absolute;
  top: -8px;
  right: 15%;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #d5d5d5;
  border-left: 8px solid transparent;
  content: "";
}
.signup-wrap .dropdown-menu[data-bs-popper] {
  left: auto;
  margin-top: 0;
  right: 0;
  width: 220px;
  top: 120%;
}
.signup-wrap .dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}
.signup-wrap .dropdown-item {
  padding: 5px 20px;
  color: #000000;
  font-size: 14px;
  transition: ease-in-out all 0.2s;
}
.signup-wrap .dropdown-divider {
  border-color: #bbbbbb;
}
.signup-wrap .dropdown-item:focus,
.signup-wrap .dropdown-item:hover {
  color: #fec001;
  background-color: transparent;
}
.signup-wrap .dropdown-toggle::after {
  display: none;
}
.signup-wrap .btn-success {
    border-radius: 100%;
    height: 40px;
    width: 40px;
    background-color: #93c94d;
    border-color: #93c94d;
    margin-top: 4px;
}
.btn-outline-secondary {
  border-radius: 30px;
  padding: 10px 20px;
  border-color: #bbbbbb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-secondary:hover {
  background-color: #ffffff;
  border-color: #bbbbbb;
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
}
.signup-wrap .btn.show {
  color: #717171;
  background-color: #ffffff;
  border-color: #bbbbbb;
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
}
.btn-outline-secondary i {
  font-size: 16px;
  color: #717171;
}
.btn-outline-secondary img {
  height: 25px;
  margin: 0 0 0 5px;
}
body.offcanvas-active {
  overflow: hidden;
}
.offcanvas-header {
  display: none;
}
.offcanvas-footer {
  display: none;
}
.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}
.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}
/* ============ mobile view ============ */
@media all and (max-width: 991px) {
  .navbar-nav {
    padding: 15px 0;
  }
  nav .navbar-nav .nav-item .nav-link {
    padding: 5px 0;
  }
  .navbar .dropdown-menu::before {
    display: none;
  }
  nav .navbar-brand img {
    width: 120px;
  }
  .navbar-brand {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
    padding: 10px 0;
  }
  .offcanvas-header .btn-close {
    background-color: transparent;
    opacity: 1;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    position: absolute;
    right: 15px;
    top: 25px;
  }
  .btn-outline-secondary img {
    height: 20px;
    margin: 0;
  }

  .btn-outline-secondary {
    padding: 0;
    display: inline-block;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-color: #717171;
    font-size: 14px;
  }
  .btn-outline-secondary:hover {
    background-color: #ffffff;
    border-color: #bbbbbb;
    box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
    color: #000000;
  }
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 85%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }
  .offcanvas-footer {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #bbbbbb;
    padding: 10px 15px;
    display: inline-block;
    right: 0;
    left: 0;
  }
  .offcanvas-footer .social-media-icon {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .offcanvas-footer .social-media-icon li {
    display: inline;
  }
  .offcanvas-footer .social-media-icon li a {
    font-size: 16px;
    height: 35px;
    width: 35px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 100%;
    margin: 0 10px 0 0;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    transition: ease-in-out all 0.2s;
  }
  .signup-wrap .dropdown-menu {
    top: 45px;
    padding: 5px 0;
    border-radius: 10px;
  }
  .signup-wrap .dropdown-menu::after {
    display: none;
  }
}
/* ============ mobile view .end// ============ */
/****************************** Carasoul Slider Section css Start **********************************/
.slider-section {
  padding: 50px 0 0 0;
  position: relative;
}
.slider-section::before {
  position: absolute;
  background-image: none;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  opacity: 0.15;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider-section .slider-image img {
  height: 540px;
  object-fit: cover;
  object-position: center;
  width: 480px;
  border-radius: 15px;
}
.slider-content {
  display: block;
}
.slider-content .book-with-us {
  padding: 10px 20px;
  background-color: #e2f0ca;
  border-radius: 30px;
  margin: 0 0 30px 0;
  display: inline-block;
}
.slider-content .book-with-us h6 {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  color: #000000;
}
.slider-content h1 {
  font-size: 42px;
  color: #000000;
  margin: 0 0 30px 0;
  line-height: 1.3;
}
.slider-content h1 span {
  color: #94c93d;
}
.slider-content p {
  color: #717171;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 60px 0;
}
.slider-section-form {
  background-color: #ffffff;
  padding: 0 0 0 20px;
  border-radius: 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 45px;
  width: 70%;
}
.slider-section-form .form-control {
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  border-right: 1px solid rgb(221, 221, 221);
}
.slider-section-form .form-control:focus,
.slider-section-form .form-control:focus-visible {
  outline: 0;
  box-shadow: none;
  /*border: 2px solid #acd56945;*/
  border: none;
  border-right: 1px solid rgb(221, 221, 221);
}
.slider-section-form .btn-primary {
  padding: 10px 15px;
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: start;
}

.slider-section-form .dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 20px;
}

.slider-section-form .checkIn.dropdown-menu {
  background-color: #ffffff;
  border-top: none;
  padding: 0 10px;
  border-radius: 15px;
  transition: ease-out 0.3s;
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
  z-index: 999999;
  width: 600px;
}

.slider-section-form .btn.show {
  box-shadow: none;
}

.slider-section-form .btn-custom {
  padding: 25px 20px;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 450;
  border-radius: 0 60px 60px 0px;
  font-size: 16px;
}

.slider-section-form .addGuest.dropdown-menu {
  background-color: #ffffff;
  border-top: none;
  padding: 15px;
  border-radius: 15px;
  transition: ease-out 0.3s;
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
  z-index: 999999;
  width: 300px;
}

.slider-section-form .addGuest.dropdown-menu select {
  border: none;
  margin: 15px 0;
  padding: 0;
  cursor: pointer;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
}

.form-select:focus-visible {
  color: #000000;
  text-shadow: none;
}

@media (max-width: 1199px) {
  .slider-section .slider-content .carousel-item img {
    height: 450px;
  }
  .slider-content {
    width: 100%;
  }
  slider-content .book-with-us {
    margin: 0 0 20px 0;
  }
  .slider-content h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .slider-content p {
    font-size: 15px;
    margin: 0 0 30px 0;
  }
  .slider-section-form {
    width: 75%;
  }
}

@media (max-width: 1024px) {
  .slider-section .slider-content .carousel-item img {
    height: 450px;
  }
  .slider-content {
    width: 100%;
  }
  slider-content .book-with-us {
    margin: 0 0 20px 0;
  }
  .slider-content h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .slider-content p {
    font-size: 15px;
    margin: 0 0 30px 0;
  }
  .slider-section-form {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .slider-section {
    padding: 30px 0 0 0;
  }
  .slider-section .slider-image img {
    height: 350px;
    width: 100%;
  }
  .slider-content {
    width: 100%;
  }
  .slider-content h1 {
    font-size: 30px;
    font-weight: 550;
    margin: 30px 0 10px 0;
  }
  .slider-content p {
    font-size: 15px;
    margin: 0 0 30px 0;
  }
  .slider-section-form {
    border-radius: 60px;
    width: 90%;
  }
  .slider-section-form .btn-custom {
    padding: 20px 10px;
    font-size: 14px;
  }
  .slider-section-form .btn-primary {
    padding: 12px 25px;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #ced4da;
    color: #6c757d;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: start;
    border-radius: 30px;
    margin: 0 0 15px 0;
  }
  .mobile-booking-form .form-control {
    border-radius: 30px;
    padding: 12px 27px;
    border: 1px solid #ced4da;
    margin: 0 0 15px 0;
  }
  .mobile-booking-form .btn-outline-primary {
    width: 100%;
    border-radius: 30px;
    border-color: #ced4da;
    padding: 9px 30px;
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    text-align: start;
    position: relative;
  }
  .mobile-booking-form .btn-outline-primary:hover {
    background-color: transparent;
  }
  .mobile-booking-form .form-floating > label {
    padding: 17px 30px;
  }
  .mobile-booking-form .input-group > .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #ced4da;
  }
  .mobile-booking-form .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0 30px 30px 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 767px) {
  .slider-section {
    padding: 10px 0 0 0;
  }
  .slider-section .slider-image img {
    height: 450px;
    width: 100%;
  }
  .slider-content {
    margin: 30px 0 0 0;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .slider-content .book-with-us {
    margin: 0 0 10px 0;
    display: none;
  }
  .slider-content h1 {
    margin: 0 0 10px 0;
    text-shadow: none;
    color: #2d2d2d;
    line-height: 1.2;
    font-size: 27px;
  }
  .slider-content p {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .slider-content .btn-custom {
    padding: 10px 30px;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
  }
  .slider-section-form {
    background-color: #fff;
    position: static;
    width: 100%;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px 15px;
    margin: 10px 0 0 0;
  }
  .slider-section-form .form-control {
    padding: 12px 25px;
    border: 1px solid #ced4da;
    font-size: 14px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 0 20px 0;
  }
  .slider-section-form .form-control:focus,
  .slider-section-form .form-control:focus-visible {
    outline: 0;
    box-shadow: none;
    /*border: 2px solid #acd56945;*/
    border: none;
    border: 1px solid rgb(221, 221, 221);
  }
  
  .slider-section-form .addGuest.dropdown-menu {
  background-color: #ffffff;
  border-top: none;
  padding: 15px;
  border-radius: 10px;
  transition: ease-out 0.3s;
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
  z-index: 999999;
  width: 100%;
}

  .slider-section-form .btn-primary {
    border-left: none;
  }
  .slider-section-form .btn-custom {
    padding: 12px 20px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: 450;
    border-radius: 30px;
    font-size: 16px;
  }
  .slider-section-form .btn-primary {
    padding: 12px 25px;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #ced4da;
    color: #6c757d;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: start;
    border-radius: 30px;
    margin: 0 0 15px 0;
  }
  .mobile-booking-form .form-control {
    border-radius: 30px;
    padding: 12px 27px;
    border: 1px solid #ced4da;
    margin: 0 0 15px 0;
  }
  .mobile-booking-form .btn-outline-primary {
    width: 100%;
    border-radius: 30px;
    border-color: #ced4da;
    padding: 9px 30px;
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    text-align: start;
    position: relative;
  }
  .mobile-booking-form .btn-outline-primary:hover {
    background-color: transparent;
  }
}

/****************************** Explore New Destination Section css Start **********************************/
.explore-new-destination {
  background-color: #fff;
  margin: 6% 0 0 0;
}
.explore-new-destination h2 {
  margin: 0 0 30px 0;
}
.new-detination {
  overflow: hidden;
  border-radius: 20px;
}
.new-detination a {
  display: inline-block;
  width: 100%;
}
.new-detination a .new-destination-img {
  width: 100%;
  position: relative;
}
.new-detination a .new-destination-img img {
  transition: all 0.3s;
  height: 253px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 20px;
}
.new-detination:hover a .new-destination-img img {
  transform: scale(1.1);
}
.new-detination a .big-image img {
  height: 530px !important;
}
.new-detination a .new-destination-content {
  padding: 20px 30px;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8674063375350141) 88%);
  border-radius: 0 0 20px 20px;
}
.new-detination a .new-destination-content h5 {
  font-weight: 500;
  margin: 0;
  transition: ease-in-out all 0.2s;
  color: #ffffff;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
.new-detination a:hover .new-destination-content h5 {
  color: #94c83d;
}
.explore-new-destination .nav-pills {
  width: 33%;
  margin: 0 auto;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 60px;
  padding: 10px 15px;
}
.explore-new-destination .nav-pills .nav-link {
  font-size: 15px;
  color: #717171;
  border-radius: 30px;
  padding: 8px 25px;
  border: none;
}
.explore-new-destination .nav-pills .nav-link.active {
  background-color: #acd569;
  color: #000000;
}
@media (max-width: 1199px) {
  .explore-new-destination {
    margin: 6% 0 0 0;
  }
  .explore-new-destination h2 {
    margin: 0 0 20px 0;
  }
  .new-detination a .new-destination-img img {
    height: 207px;
    border-radius: 15px;
  }
  .new-detination a .new-destination-content {
    padding: 15px;
    border-radius: 0 0 15px 15px;
  }
  .new-detination a .new-destination-content h3 {
    font-size: 18px;
  }
  .new-detination a .big-image img {
    height: 430px !important;
  }
  .explore-new-destination .nav-pills {
    width: 70%;
    border-radius: 30px;
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .explore-new-destination {
    margin: 8% 0 0 0;
  }
  .explore-new-destination h2 {
    margin: 0 0 20px 0;
    font-weight: 500;
  }
  .new-detination a .new-destination-img img {
    height: 200px;
    border-radius: 10px;
  }
  .new-detination a .new-destination-content {
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
  .new-detination a .new-destination-content h3 {
    font-size: 18px;
  }
  .explore-new-destination .nav-pills {
    width: 100%;
    border-radius: 30px;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .explore-new-destination {
    margin: 10% 0 0 0;
  }
  .new-detination {
    border-radius: 10px;
  }
  .new-detination a .new-destination-img img {
    height: 160px;
    border-radius: 10px;
  }
  .new-detination a .new-destination-content {
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
  .new-detination a .new-destination-content h3 {
    font-size: 16px;
  }
  .explore-new-destination .nav-pills {
    width: 100%;
    border-radius: 30px;
    padding: 10px 0;
  }
  .explore-new-destination .nav-pills .nav-link {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/********************************* Popular Eco Stay Section css Start **********************************/
.popular-eco-stay-section {
  margin: 6% 0 0 0;
}
.popular-eco-stay-section h3 {
  margin: 0 0 15px 0;
}
.slick-list.draggable {
  padding: 0 30px 0 0 !important;
}
.slick-slide {
  margin: 10px;
}
.slick-slide img {
  width: 100%;
}
.slick-dots {
  display: none !important;
}
.slick-dotted.slick-slider {
  margin: 0 !important;
}
.card-item {
  display: inline-block;
  width: 100%;
}
.card-item .card {
  background-color: #fff;
  border-radius: 15px;
  border: none;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
} /* box-shadow: 0 10px 10px 0 rgba(0,0,0,.08);*/
.card-item .card .card-header {
  padding: 0;
  border: none;
  display: inherit;
  position: relative;
}
.card-item .card .card-header .carousel-inner .carousel-item {
  display: inline-block;
  width: 100%;
}
.card-item .card .card-header .carousel-inner .carousel-item img {
  height: 320px;
  width: 100%;
  border-radius: 14px;
  object-position: center;
  object-fit: cover;
  transition: all 0.3s;
}
.card-item .card .card-header .carousel-control-next,
.card-item .card .card-header .carousel-control-prev {
  opacity: 0;
  transition: ease-in-out all 0.2s;
}
.card-item .card .card-header:hover .carousel-control-next,
.card-item .card .card-header:hover .carousel-control-prev {
  opacity: 1;
  width: 14%;
}
.card-item .card .card-header .carousel-control-next-icon,
.card-item .card .card-header .carousel-control-prev-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-color: #acd569;
  border-radius: 100%;
  line-height: 30px;
}
.card-item .card .card-header .carousel-control-next-icon,
.card-item .card .card-header .carousel-control-prev-icon {
  background-image: none;
}
.card-item .card .card-header .carousel-control-prev-icon:before {
  font-family: "fontAwesome";
  font-size: 14px;
  content: "\f053";
  color: #000000;
}
.card-item .card .card-header .carousel-control-next-icon:before {
  font-family: "fontAwesome";
  font-size: 14px;
  content: "\f054";
  color: #000000;
}
.card-item .card .card-header .carousel-indicators {
  margin-bottom: 30px;
}
.card-item .card .card-header .carousel-indicators [data-bs-target] {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #ffffff;
}
.card-item .card .card-header .property-location {
  position: absolute;
  display: flex;
  align-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 10px 20px;
  bottom: -20px;
  left: 20px;
  right: 20px;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
}
.card-item .card .card-header .property-location .rating {
  float: left;
  width: 50%;
  text-align: right;
}
.card-item .card .card-header .property-location .rating img {
  width: 13px;
  display: inline;
}
.card-item .card .card-header .property-location .pet-friendly {
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 100%;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    padding: 4px;
    
}
.card-item .card .card-header .property-location .location-name {
  width: 50%;
  float: left;
}
.card-item .card .card-header .property-location .location-name h6 {
  font-size: 15px;
  font-weight: 450;
  margin: 0;
}
.card-item .card .card-header .property-location .location-name h6 small {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 14px;
}
.card-item .card .card-header .property-location .location-name h6 small a {
  color: #343434;
  font-weight: normal;
}
.card-item .card .card-header .property-location .location-name h6 small a i {
  color: #febe10;
  font-size: 12px;
}
.card-item .card .card-header .property-location .location-name h6 small::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  top: 7px;
  left: 6px;
  right: auto;
  bottom: 0;
  background-color: #000;
}
.card-item .card .card-header .property-host {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8477984943977591) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 15px 20px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  align-content: center;
}
.card-item .card .card-header .property-host .host-card {
  float: left;
  width: 50%;
  display: flex;
  align-content: center;
  align-items: center;
}
.card-item .card .card-header .property-host .host-card .host-card-icon {
  display: inline-block;
  width: 25%;
}
.card-item .card .card-header .property-host .host-card .host-card-icon img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.card-item .card .card-header .property-host .host-card .host-name {
  display: inline-block;
  width: 75%;
}
.card-item .card .card-header .property-host .host-card .host-name h6 {
  color: #ffffff;
  margin: 0;
  font-size: 15px;
  font-weight: 450;
}
.card-item .card .card-header .property-host .wishlist {
  width: 50%;
  float: right;
}
.card-item .card .card-header .property-host .wishlist a {
  font-size: 21px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: #94c83d;
}
.card-item .card-body {
  background: #fff;
  width: 100%;
  padding: 45px 20px 15px 20px;
}
.card-item .card-body h6 {
  margin: 0 0 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 450;
}
.card-item .card-body h6 a {
  color: #343434;
  transition: ease-in-out all 0.2s;
}
.card-item:hover .card-body h6 a {
  color: #94c93d;
}
.card-item .card-body .card-text ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.card-item .card-body .card-text ul li {
  float: left;
  width: 50%;
  color: #717171;
  margin: 10px 0 0 0;
}
.card-item .card-body .card-text ul li i {
  color: #000000;
  border: 1px solid #94c93d;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  font-size: 14px;
}
.card-item .card-footer {
  background-color: #ffffff;
  padding: 10px 20px;
  display: inherit;
  border-radius: 0 0 15px 15px;
  border-color: #e3e3e3;
}
.card-item .card-footer ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.card-item .card-footer ul li {
  float: left;
  width: 50%;
  font-size: 14px;
  color: #717171;
}
.card-item .card-footer ul li .price strong {
  font-weight: 450;
  color: #000000;
  margin-left: -1px;
}
.card-item .card-footer ul li .price i {
  color: #000000;
  font-size: 13px;
}
.card-item .card-footer ul li .card-btn {
  color: #000;
  font-weight: 400;
  transition: ease-in-out all 0.2s;
  font-size: 14px;
  background-color: #acd569;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  transition: ease-in-out all 0.2s;
}
.card-item:hover .card-footer ul li .card-btn {
  color: #000000;
  background-color: #94c93d;
}
@media (max-width: 991px) {
  .card-item .card .card-header .property-host {
    padding: 15px 10px 0 10px;
    border-radius: 10px 10px 0 0;
  }
  .card-item .card .card-header .property-host .host-card .host-card-icon {
    width: 30%;
  }
  .card-item .card .card-header .property-host .host-card .host-card-icon img {
    width: 35px;
    height: 35px;
  }
  .card-item .card .card-header .property-host .host-card .host-name {
    display: inline-block;
    width: 70%;
  }
  .card-item .card .card-header .property-host .host-card .host-name h6 {
    font-size: 14px;
  }
  .card-item .card .card-header .property-host .wishlist a {
    font-size: 18px;
  }
  .card-item .card .card-header .property-location {
    padding: 5px 10px;
    left: 10px;
    right: 10px;
  }
  .card-item .card .card-header .carousel-inner .carousel-item img {
    height: 250px;
  }
  .card-item .card .card-header .property-location .location-name {
    width: 60%;
  }
  .card-item .card .card-header .property-location .location-name h6 {
    font-size: 13px;
  }
  .card-item .card .card-header .property-location .location-name h6 small {
    padding: 0 0 0 20px;
    font-size: 11px;
  }
  .card-item .card .card-header .property-location .rating {
    width: 40%;
  }
  .card-item .card .card-header .property-location .rating img {
    width: 10px;
  }
  .card-item .card-body {
    padding: 35px 10px 15px 10px;
  }
  .card-item .card-body h6 {
    font-size: 15px;
  }
  .card-item .card-body .card-text ul li i {
    height: 30px;
    width: 30px;
    line-height: 28px;
    font-size: 12px;
  }
  .card-item .card-body .card-text ul li {
    font-size: 14px;
  }
  .card-item .card-footer ul li .card-btn {
    font-size: 13px;
    padding: 8px 15px;
  }
  .card-item .card-footer {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .slick-slide {
    margin: 0 5px 10px 5px;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .popular-eco-stay-section {
    margin: 10% 0 0 0;
  }
  .popular-eco-stay-section {
    font-weight: 500;
  }
  .slick-list.draggable {
    padding: 0 30px 0 0 !important;
  }
  .card-item .card {
    border-radius: 10px;
  }
  .card-item .card-body {
    padding: 35px 10px 15px 10px;
  }
  .card-item .card .card-header .carousel-inner .carousel-item img {
    height: 250px;
  }
  .card-item .card .card-header .property-host .host-card .host-card-icon img {
    width: 35px;
    height: 35px;
  }
  .card-item .card .card-header .property-host {
    padding: 10px 10px 0 10px;
    border-radius: 10px 10px 0 0;
  }
  .card-item .card .card-header .property-host .wishlist {
    width: 30%;
  }
  .card-item .card .card-header .property-host .host-card .host-card-icon {
    display: inline-block;
    width: 17%;
  }
  .card-item .card .card-header .property-host .wishlist a {
    font-size: 18px;
  }
  .card-item .card .card-header .property-host .host-card {
    float: left;
    width: 75%;
  }
  .card-item .card .card-header .property-host .host-card .host-name h6 {
    font-size: 14px;
  }
  .card-item .card .card-header .property-location {
    padding: 10px;
    bottom: -20px;
    left: 15px;
    right: 15px;
    border-radius: 10px;
  }
  .card-item .card-footer {
    padding: 15px 10px;
    border-radius: 0 0 10px 10px;
  }
  .card-item .card .card-header .property-location .rating {
    width: 35%;
  }
  .card-item .card .card-header .property-location .location-name {
    width: 65%;
  }
  .card-item .card .card-header .property-location .location-name h6 {
    font-size: 12px;
  }
  .card-item .card .card-header .property-location .location-name h6 small {
    padding: 0 0 0 10px;
    font-size: 12px;
  }
  .card-item .card .card-header .property-location .location-name h6 small::before {
    height: 3px;
    width: 3px;
    left: 2px;
    top: 8px;
  }
  .card-item .card .card-header .property-location .rating img {
    width: 10px;
  }
  .card-item .card .card-header .property-location .location-name h6 small a {
    font-size: 14px;
  }
  .card-item .card-body .card-text ul li {
    margin: 7px 0 0 0;
    font-size: 13px;
  }
  .card-item .card-body .card-text ul li i {
    height: 30px;
    width: 30px;
    line-height: 29px;
    font-size: 13px;
    margin-right: 5px;
  }
  .card-item .card-footer ul li .card-btn {
    font-size: 13px;
    padding: 6px 12px;
  }
  .card-item .card-footer ul li {
    font-size: 13px;
  }
}
/************************ What our Local Dost Says Section css Start *******************/
.testimonials {
  margin: 6% 0 0 0;
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
}
.testimonial-card {
  display: inline-block;
  width: 100%;
}
.testimonial-card .card {
  border-radius: 15px;
  border: 1px solid #e3e3e3;
  overflow: hidden;
}
.testimonial-card .card .card-header {
  background-color: #ffffff;
  padding: 20px 20px 0 20px;
  border: none;
  display: inherit;
  overflow: hidden;
}
.testimonial-card .card .card-header .testimonial-profile {
  float: left;
  width: 25%;
}
.testimonial-card .card .card-header .testimonial-profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
  border: 1px solid #e3e3e3;
}
.testimonial-card .card .card-header .testimonial-name {
  float: right;
  width: 75%;
  padding: 15px;
}
.testimonial-card .card .card-header .testimonial-name h6 {
  margin: 0;
}
.testimonial-card .card .card-body {
  background: #fff;
  width: 100%;
  padding: 20px;
}
.testimonial-card .card .card-body p {
  margin: 0;
}
@media (max-width: 991px) {
  .testimonials {
    margin: 10% 0 3% 0;
  }
  .testimonials h3 {
    margin: 0 0 15px 0;
  }
  .testimonial-card .card {
    border-radius: 10px;
  }
  .testimonial-card .card .card-header {
    background-color: #ffffff;
    padding: 20px 15px 0 15px;
  }
  .testimonial-card .card .card-header .testimonial-profile {
    width: 20%;
  }
  .testimonial-card .card .card-header .testimonial-profile img {
    width: 45px;
    height: 45px;
  }
  .testimonial-card .card .card-header .testimonial-name {
    padding: 10px;
  }
  .testimonial-card .card .card-header .testimonial-name h6 {
    font-size: 16px;
  }
  .testimonial-card .card .card-body {
    padding: 20px 15px;
  }
}
/************************ Home Page Blog Section css Start *******************/
.blog-section {
  margin: 40px 0 0 0;
}
.blog-detail {
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  padding: 10px;
}
.blog-detail .blog-img {
  position: relative;
}
.blog-detail .blog-img .blog-date {
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.blog-detail .blog-img .blog-date p {
  color: #ffffff;
  margin: 0;
  font-weight: 450;
  font-size: 14px;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
.blog-detail .blog-img .blog-author {
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.blog-detail .blog-img .blog-author p {
  color: #ffffff;
  margin: 0;
  font-weight: 450;
  font-size: 14px;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  text-align: end;
}
.blog-detail .blog-img img {
  height: 220px;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.blog-detail .blog-text {
  padding: 15px 15px 5px 15px;
}
.blog-detail .blog-text h6 {
  margin: 0 0 10px 0;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: ease-in-out all 0.2s;
  font-size: 16px;
}
.blog-detail:hover .blog-text h6 {
  color: #94c93d;
}
.blog-detail .blog-text p {
  margin: 0;
}
.blog-detail .blog-text p span {
  font-weight: 450;
  color: #000000;
  transition: ease-in-out all 0.2s;
  text-decoration: underline;
}
.blog-detail:hover .blog-text p span {
  color: #94c93d;
}
.page-item:first-child .page-link {
  border-radius: 100%;
  font-size: 14px;
}
.page-item:last-child .page-link {
  border-radius: 100%;
  font-size: 14px;
}
.page-link:focus {
  box-shadow: none;
  background-color: #93c94d;
  color: #000000;
}
.page-link:hover {
  background-color: #93c94d;
  color: #000000;
  border-color: #93c94d;
}
.page-link {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  border-radius: 100%;
  margin: 0 5px;
  color: #000;
  border: 1px solid #e3e3e3;
  font-size: 14px;
}
.active > .page-link,
.page-link.active {
  background-color: #93c94d;
  color: #000000;
  border-color: #93c94d;
}

/*------------------------- About Page css Start ---------------------------*/
.about-banner {
  height: 360px;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  background-image: url("../image/kanatal/kanatal-bg.jpg");
}
.about-banner::before {
  content: "";
  position: absolute;
  background-color: #00000082;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.about-banner h1 {
  color: #ffffff;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 42px;
  font-weight: 700;
}
.what-is-mylocaldost {
  padding: 6% 0 0 0;
}
.what-is-mylocaldost .what-is-mylocaldost-image img {
  height: 540px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.what-is-mylocaldost h2 {
  text-transform: uppercase;
}
.mylocaldost-detail {
  display: block;
  padding: 15px;
  margin: 0 auto;
  text-align: left;
  width: 55%;
  background-color: #fdbe0f;
  float: left;
  min-height: 253px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.mylocaldost-detail img {
  max-width: 100%;
  width: 55px;
  text-align: center;
}
.mylocaldost-image {
  width: 45%;
  float: left;
}
.mylocaldost-image img {
  width: 100%;
  height: 100%;
  min-height: 253px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.mylocaldost-icon {
  width: 100px;
}
.mylocaldost-detail h3 {
  margin: 15px 0 5px 0;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
}
.mylocaldost-detail p {
  margin: 0;
  color: #ffffff;
}
.localdost-counter {
  background-color: #ffffff;
  padding: 0;
}
.localdost-counter .heading h6 {
  font-size: 18px;
  font-weight: 450;
  margin: 30px 0 20px 0;
  line-height: 1.5;
}
.localdost-counter .localdost-counter-box {
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  padding: 30px;
}
.localdost-counter .icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin: 0 auto;
  background-color: #000000;
  border-radius: 50%;
}
.localdost-counter .icon i {
  font-size: 24px;
  color: #ffffff;
}
.localdost-counter p {
  margin: 15px 0 0 0;
  font-size: 13px;
}
.make-choice-section {
  margin: 6% 0;
}
.about-mld-card .card .card-body {
  padding: 0;
  border: none;
  position: relative;
}
.about-mld-card .card {
  border: none;
}
.about-mld-card .card .card-body img {
  border-radius: 15px;
  height: 500px;
  object-fit: cover;
  object-position: top center;
}

.about-mld-card .card .card-body .overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 15px;
  padding: 0 30px;
  cursor: all-scroll;
}

.about-mld-card .card .card-body h5 {
  display: inline-block;
  color: #ffffff;
  background-color: transparent;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  font-weight: 450;
}

.bg-blue {
  background-color: #00abe1 !important;
}
.bg-orange {
  background-color: #f26222 !important;
}
.bg-green {
  background-color: #94c83d !important;
}

@media (max-width: 1199px) {
  .what-is-mylocaldost {
    padding: 6% 0 0 0;
  }
  .what-is-mylocaldost .heading h2 {
    margin: 0 0 20px 0;
  }
  .localdost-counter .heading h6 {
    font-size: 16px;
    margin: 10px 0 20px 0;
  }
  .horizontal-scroll {
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-align: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 auto;
  }
  .localdost-counter .localdost-counter-box {
    padding: 25px 20px;
    border-radius: 15px;
  }
  .localdost-counter .icon {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
  .localdost-counter .icon i {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .what-is-mylocaldost {
    padding: 8% 0 0 0;
  }
  .localdost-counter .heading h6 {
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .horizontal-scroll {
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-align: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 auto;
  }
  .localdost-counter .localdost-counter-box {
    padding: 20px 15px;
    border-radius: 15px;
  }
  .localdost-counter .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .localdost-counter .icon i {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .about-banner {
    height: 200px;
  }
  .about-banner h1 {
    font-size: 36px;
  }
  .what-is-mylocaldost .what-is-mylocaldost-image img {
    height: 250px;
    border-radius: 10px;
  }
  .make-choice-section {
    margin: 10% 0;
  }
  .about-mld-card .card .card-body img {
    border-radius: 10px;
    height: 250px;
  }
  .about-mld-card .card .card-body .overlay {
    border-radius: 10px;
  }
  .localdost-counter .heading h6 {
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .horizontal-scroll {
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-align: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .localdost-counter .localdost-counter-box {
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .localdost-counter .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .localdost-counter .icon i {
    font-size: 21px;
  }
}

/*=============== Inner Page css Start ===================*/
.inner-page {
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0;
  margin: 30px 0 0 0;
}
.inner-page h3 {
  margin: 0;
  color: #000000;
}
.inner-page-form {
  background-color: #ffffff;
  padding: 0 0 0 20px;
  border-radius: 60px;
  box-shadow: none;
  width: 100%;
  margin: 0;
}
.inner-page-form .form-control {
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  font-size: 14px;
}
.inner-page-form .form-control:focus,
.inner-page-form .form-control:focus-visible {
  outline: 0;
  box-shadow: none;
  /*border: 2px solid #acd56945;*/
}
.inner-page-form .btn-primary {
  padding: 10px 15px;
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  color: #6c757d;
  font-size: 14px;
  border-left: 1px solid rgb(221, 221, 221);
  display: inline-block;
  width: 100%;
  text-align: start;
}
.inner-page-form .dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 20px;
}
.inner-page-form .checkIn.dropdown-menu {
  background-color: #ffffff;
  border-top: none;
  padding: 0 10px;
  border-radius: 15px;
  transition: ease-out 0.3s;
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
  z-index: 999999;
  width: 600px;
}
.inner-page-form .btn.show {
  box-shadow: none;
}
.inner-page-form .btn-custom {
  padding: 15px 20px;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 450;
  border-radius: 0 60px 60px 0px;
  font-size: 16px;
}
.inner-page-form .addGuest.dropdown-menu {
  background-color: #ffffff;
  border-top: none;
  padding: 15px;
  border-radius: 15px;
  transition: ease-out 0.3s;
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
  z-index: 999999;
  width: 300px;
}
.inner-page-form .addGuest.dropdown-menu select {
  border: none;
  margin: 15px 0;
  padding: 0;
  cursor: pointer;
}
.inner-page-form .form-select:focus {
  outline: 0;
  box-shadow: none;
}
.inner-page-form .form-select:focus-visible {
  color: #000000;
  text-shadow: none;
}

.inner-page .slider-section-form {
  position: static;
  width: 100%;
}



/*============ ContactPage css Start ==============*/
.contact_info {
  margin: 6% 0 0 0;
}
.contact_info ul {
  display: block;
  padding: 0;
  margin: 0;
}

.contact_info ul li {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.contact_info ul li:last-child {
  border-bottom: none;
}

.contact_info ul li h6 {
  margin: 0;
  font-size: 18px;
}
.contact_info ul li h6 a {
  color: #717171;
  transition: ease-in-out all 0.2s;
}
.contact_info ul li h6 a:hover {
  color: #000000;
}
.contact_info ul li h6 small {
  font-size: 14px;
  font-weight: normal;
  margin: 5px 0 0 0;
  display: inline-block;
  color: #717171;
}

.contact_info ul li i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid rgb(221, 221, 221);
  color: #717171;
  text-align: center;
  font-size: 14px;
  border-radius: 100%;
  margin-right: 15px;
  float: left;
}

.contact_info form {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid rgb(221, 221, 221);
  padding: 24px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.contact_info form h4 {
  margin: 0 0 15px 0;
}

.contact_info form p {
  margin: 0 0 30px 0;
}

.contact_info form .btn-custom {
  margin: 0;
}

@media (max-width: 1199px) {
  .contact_info ul li h6 {
    margin: 0;
    font-size: 16px;
  }
  .contact_info ul li {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 991px) {
  .contact_info ul li {
    width: 48%;
    padding: 0 0 20px 0;
    margin: 0 1% 20px 1%;
    float: left;
  }
  .contact_info ul li h6 {
    font-size: 15px;
  }
  .contact_info ul li:nth-child(3n) {
    border: none;
  }
}

@media (max-width: 767px) {
  .contact_info form {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .contact_info form p {
    margin: 0 0 15px 0;
  }
  .contact_info {
    margin: 10% 0 0 0;
  }
  .contact_info ul li h6 {
    font-size: 14px;
  }
  .contact_info ul li {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .contact_info ul li:nth-child(3n) {
    border-bottom: 1px solid rgb(221, 221, 221);
  }
  .contact_info form .btn-custom {
    margin: 0;
    width: 100%;
  }
}

/*-------------------------- Hotel Detail Page css Start -------------------*/
/***********Inner Banner css Start*******/
.inner-banner {
  height: 360px;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  background-image: url("../image/kanatal/kanatal-bg.jpg");
}
.inner-banner::before {
  content: "";
  position: absolute;
  background-color: #00000082;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.matholi {
  background-image: url("../image/matholi-homestay/g-1.jpg");
}
.vanantara-homestay {
  background-image: url("../image/vanantara-homestay/slider.jpg");
}
.GarhwaliHomestay {
  background-image: url("../image/garhwali-homestay/gallery/slider.jpeg");
}
.inner-banner h1 {
  color: #ffffff;
  margin: 0;
  position: relative;
  font-size: 42px;
  font-weight: 700;
}

/***********Inner Banner css Start*******/
.sustainable-banner {
  background-image: url("../image/sustainable-travel/sustainable-banner.jpeg");
}
.stay-bg {
  background-image: url("../image/stay-page/stay.jpg");
}
.fagu-bg {
  background-image: url("../image/fagu/fagu-bg.jpg");
}
.dayara-bugyal-bg {
  background-image: url("../image/dayara-bugyal/dayara-bugyal-slider.jpg");
}
.kyari-bg {
  background-image: url("../image/kyari/slider-bg.jpg");
}
.kanatal-bg {
  background-image: url("../image/kanatal/kanatal-bg.jpg");
}
@media (max-width: 1199px) {
  .inner-banner h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .inner-banner h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    height: 200px;
  }
  .inner-banner h1 {
    font-size: 36px;
  }
}

/*----------Sustainable Travel Page css Start-----------*/
.sustainable-page-card {
  margin: 15px 0 0 0;
}
.sustainable-page-card .card {
  border-radius: 15px;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  min-height: 330px;
}
.sustainable-page-card .card .card-header {
  background-color: #ffffff;
  padding: 15px 15px 0 15px;
  border: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sustainable-page-card .card .card-header .sustainable-page-card-icon {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #94c93d;
  text-align: center;
  padding: 15px;
}
.sustainable-page-card .card .card-header .sustainable-page-card-icon img {
  margin: 0 auto;
}
.sustainable-page-card .card .card-header .sustainable-page-card-heading {
  float: right;
  width: 75%;
  padding: 15px;
}
.sustainable-page-card .card .card-header .sustainable-page-card-heading h6 {
  margin: 0;
}
.sustainable-page-card .card .card-body {
  background: #fff;
  width: 100%;
  padding: 20px;
}
.sustainable-page-card .card .card-body p {
  margin: 0;
}
@media (max-width: 767px) {
  .sustainable-page-card .card {
    border-radius: 10px;
    min-height: 300px;
  }
}

/*=================== Property Description css Start ===================*/
.inner-space {
  margin: 80px 0 0 0;
}
.inner-space .bullet-style-1 {
  padding-left: 20px;
}
.inner-space .bullet-style-1 li {
  list-style: disc;
  font-size: 14px;
}

.inner-space .bullet-style-1 li b {
  font-weight: 600;
  color: #343434;
}
.inner-space .bullet-style-1 li span {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #94c93d;
  text-align: center;
  padding: 12px;
  display: inline-block;
}
.inner-space .inner-space-heading {
  float: left;
  margin: 0 15px 0 0;
}
.inner-space .inner-space-heading h6 {
  margin: 5px 0 20px 0;
}

.inner-space .inner-space-leaf img {
  height: 20px;
}
.inner-space h3 {
  margin: 0 0 10px 0;
}
.inner-space h4 {
  margin: 0 0 20px 0;
}
.inner-space h4 small {
  font-size: 18px;
}
.inner-space p {
  margin: 0;
}
.inner-space a {
  color: #000000;
  text-decoration: underline;
  font-weight: 450;
}
.inner-space .share-wrape .btn-custom-outline {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #acd569;
  background-color: #ffffff;
  transition: ease-in-out all 0.2s;
  text-align: center;
  color: #000;
  padding: 3px 15px;
  margin: 0 0 0 5px;
  font-weight: normal;
}
.inner-space .share-wrape .btn-custom-outline i {
  margin: 0 5px 0 0;
}
.inner-space .share-wrape .btn-custom-outline img {
  height: 14px;
  margin: 0 0 0 3px;
}
.inner-space .share-wrape .btn-custom-outline:hover {
  border-color: #94c93d;
  color: #94c93d;
}
.inner-space .share-wrape a {
  text-decoration: none;
}
.inner-space .property-wrape {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px 0;
}
.inner-space .property-wrape p {
  font-size: 16px;
  transition: ease-in-out all 0.2s;
}
.inner-space .property-wrape p small {
  position: relative;
}
.inner-space .property-wrape p small span {
  padding: 0 0 0 20px;
}
.inner-space .property-wrape p small span::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  top: 7px;
  left: 6px;
  right: auto;
  bottom: 0;
  background-color: #000;
}
.inner-space .property-wrape p .badge {
  padding: 5px;
  font-weight: normal;
  font-size: 12px;
}
.inner-space .property-wrape p .bg-success {
  background-color: #febe10 !important;
  color: #ffffff;
}
.inner-space .property-wrape p a {
  transition: ease-in-out all 0.2s;
}
.inner-space .property-wrape p:hover a {
  color: #94c93d;
}

.inner-space .choose-room {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.inner-space .choose-room li {
  float: left;
  width: 30%;
  margin-right: 3%;
}

.inner-space .choose-room li img {
  border-radius: 10px;
}

.inner-space .choose-room li a {
  text-decoration: none;
}

.inner-space .choose-room li a h6 {
  font-size: 16px;
  margin: 10px 0 0 15px;
}

@media (max-width: 1199px) {
  .property-description {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 991px) {
  .inner-space {
    margin: 10% 0 0 0;
  }
  .inner-space .inner-space-heading h6 {
    font-weight: 450;
  }
  .inner-space .inner-space-leaf img {
    height: 20px;
  }
  .inner-space .inner-space-heading {
    float: left;
    margin: 0 10px 0 0;
  }
  .inner-space .property-wrape p .badge {
    padding: 4px;
    font-size: 12px;
  }
  .inner-space .property-wrape p a {
    transition: ease-in-out all 0.2s;
    font-size: 12px;
  }
  .inner-space .property-wrape p small span::before {
    height: 4px;
    width: 4px;
    top: 9px;
    left: 9px;
  }
}

@media (max-width: 767px) {
  .inner-space {
    margin: 10% 0 0 0;
  }
  .inner-space .inner-space-heading h6 {
    font-weight: 450;
  }
  .inner-space .inner-space-leaf img {
    height: 18px;
  }
  .inner-space .inner-space-heading {
    float: left;
    margin: 0 10px 0 0;
  }
  .inner-space .share-wrape .btn-custom-outline {
    font-size: 14px;
    padding: 0;
    margin: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
  }
  .inner-space .share-wrape .btn-custom-outline i {
    margin: 0;
  }
  .inner-space .property-wrape p .badge {
    padding: 4px;
    font-size: 12px;
  }
  .inner-space .property-wrape p a {
    transition: ease-in-out all 0.2s;
    font-size: 12px;
  }
  .inner-space .property-wrape p small span::before {
    height: 4px;
    width: 4px;
    top: 9px;
    left: 9px;
  }

  .inner-space .choose-room li {
    float: left;
    width: 32%;
    margin: 0 1% 0 0;
  }
  .inner-space .choose-room li img {
    border-radius: 7px;
  }
  .inner-space .choose-room li a h6 {
    font-size: 15px;
    margin: 5px 0 0 7px;
  }
}

/*********** Mobile Navtab Scroll css Start *******/
.mobile-scroll-tab {
  padding: 0;
  position: relative;
}
.mobile-scroll-tab .scroll-tab {
  background-color: #ffffff;
  display: inline-flex;
  width: 100%;
  overflow-x: auto;
  border: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  border-bottom: 1px solid #c6c6c6;
}
.mobile-scroll-tab .scroll-tab li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 450;
  text-decoration: none;
  padding: 15px 20px;
  transition: ease-in-out all 0.2s;
  white-space: nowrap;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}
.scroll-tab > li.active > a,
.scroll-tab > li.active > a:focus,
.scroll-tab > li.active > a:hover {
  border-width: 0;
}
.scroll-tab > li > a {
  border: none;
  color: #666;
}
.scroll-tab > li.active > a,
.scroll-tab > li > a:hover {
  border: none;
  color: #94c93d !important;
  background: transparent;
}
.scroll-tab > li > a::after {
  content: "";
  background: transparent;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.scroll-tab > li.active > a::after,
.scroll-tab > li:hover > a::after {
  transform: scale(1);
}

/***********Amenities Section css Start*******/
.property-type {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.property-type li {
  display: inline-block;
  width: auto;
  margin: 5px 5px 5px 0;
  background-color: #ffffff;
  border: 1px solid #94c93d;
  border-radius: 30px;
  padding: 7.5px 20px;
  font-size: 14px;
}
.property-type li span {
  display: inline-block;
}
.property-type li span img {
  width: 22px;
  margin: 0 5px 0 0;
}
.property-type li.more-amenities-btn {
  padding: 0;
  border: 0;
}
.property-type li a {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  border: 1px solid #acd569;
  background-color: #acd569;
  padding: 7.5px 20px;
  border-radius: 30px;
  color: #000000;
  transition: ease-in-out all 0.2s;
  text-decoration: none;
  outline: none;
}
.property-type li a:hover {
  background-color: #94c93d;
  color: #ffffff;
  border-color: #94c93d;
}
@media (max-width: 1199px) {
  .property-type li {
    padding: 5px 12px;
    font-size: 13px;
  }
  .property-type li span img {
    width: 15px;
  }
}
@media (max-width: 991px) {
  .property-type li {
    padding: 5px 12px;
    font-size: 13px;
  }
  .property-type li span img {
    width: 15px;
  }
}
@media (max-width: 767px) {
  .property-type li {
    padding: 5px 10px;
    font-size: 13px;
  }
  .property-type li span img {
    width: 15px;
  }
}

/*----------Meet my Localdost Section css Start-----------*/
.localdost-card {
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid rgb(221, 221, 221);
  padding: 24px;
  /*box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;*/
}
.localdost-content {
  display: inline-block;
  width: 100%;
}
.localdost-content p {
  margin: 0;
}
.localdost-image {
  display: inline-block;
  width: 100%;
}
.localdost-image img {
  height: 200px;
  object-fit: cover;
  object-position: left;
  border-radius: 100%;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
@media (max-width: 1199px) {
  .localdost-card {
    border-radius: 10px;
  }
  .localdost-image img {
    height: 170px;
    width: 170px;
  }
}
@media (max-width: 767px) {
  .localdost-card {
    padding: 15px;
  }
  .localdost-card {
    border-radius: 10px;
  }
  .localdost-image {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .localdost-image img {
    margin: 0 0 20px 0;
    height: 250px;
    width: 100%;
    border-radius: 10px;
  }
}

/*----------Things to do at the Property Section css Start-----------*/
.authentic-experiance {
  display: inline-block;
  width: 100%;
}
.authentic-experiance-card .card {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 15px;
  /*box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 9px;*/
} /*box-shadow: 1px 1px 10px #f0f0f0; */
.authentic-experiance-card .card .card-header {
  background-color: #ffffff;
  padding: 0;
  border: none;
  display: inherit;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.authentic-experiance-card .card .card-header img {
  width: 100%;
  height: 180px;
  border-radius: 15px 15px 0 0;
  object-position: center;
  object-fit: cover;
}
.authentic-experiance-card .card .card-body {
  width: 100%;
  padding: 15px;
}
.authentic-experiance-card .card .card-body .card-text h6 {
  margin: 0 0 15px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.authentic-experiance-card .card .card-body .card-text h6 small {
  font-weight: normal;
  font-size: 13px;
  font-weight: 450;
  color: #717171;
}
.authentic-experiance-card .card .card-body .card-text p {
  margin: 0;
}
@media (max-width: 1199px) {
  .authentic-experiance-card .card {
    border-radius: 10px;
  }
  .authentic-experiance-card .card .card-header {
    border-radius: 10px 10px 0 0;
  }
  .authentic-experiance-card .card .card-header img {
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 767px) {
  .authentic-experiance-card .card .card-body {
    min-height: 210px;
  }
  .authentic-experiance-card .card .card-header img {
    height: 220px;
    border-radius: 15px 15px 0 0;
  }
}

/*----------Sustainable Travel Section css Start-----------*/
.responsible-trip {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0 !important;
}
.responsible-trip li {
  list-style: none;
  margin: 0 0 15px 0;
  display: inline-block;
}
.responsible-trip li p {
  padding-left: 60px;
  margin: 0 0 10px 0;
}
.responsible-trip li span {
  height: 45px;
  width: 45px;
  line-height: 40px;
  border-radius: 100%;
  margin-right: 0;
  text-align: center;
  border: 1px solid #94c93d;
  float: left;
}
.responsible-trip li span img {
  width: 25px;
}
.responsible-trip li b {
  font-weight: 450;
  font-size: 14px;
  color: #000000;
}
.responsible-trip li::marker {
  color: #00abe2;
}
.responsible-trip-leaf {
  margin: -5px 15px 0 0;
}
.responsible-trip-leaf img {
  height: 25px;
}
.responsible-trip-box {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 15px;
  padding: 30px 24px;
  text-align: center;
  margin: 20px 0;
}
.responsible-trip-box .responsible-trip-icon {
  background-color: #ffffff;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: inline-block;
  margin: 0 auto;
  line-height: 70px;
  text-align: center;
  border: 1px solid #acd569;
}
.responsible-trip-box .responsible-trip-icon img {
  width: 30px;
}
.responsible-trip-box h6 {
  margin: 20px 0 0 0;
  font-weight: 450;
  font-size: 18px;
}
.font_16px {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  margin: 0 0 10px 0 !important;
}
@media (max-width: 1199px) {
  .responsible-trip-leaf {
    margin: -7px 10px 0 0;
  }
  .responsible-trip-leaf img {
    height: 20px;
  }
  .responsible-trip {
    margin: 10px 0 0 0;
    padding: 0 0 0 15px;
  }
  .responsible-trip li {
    list-style: none;
    margin: 0 0 10px 0;
  }
  .responsible-trip li p {
    font-size: 13px;
    padding-left: 50px;
  }
  .responsible-trip li span {
    float: left;
    height: 40px;
    width: 40px;
    line-height: 36px;
  }
  .responsible-trip li span img {
    width: 20px;
  }
  .responsible-trip-box {
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
    min-height: 132px;
  }
  .responsible-trip-box .responsible-trip-icon {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border: 1px solid #acd569;
  }
  .responsible-trip-box .responsible-trip-icon img {
    width: 30px;
  }
  .font_16px {
    font-size: 14px;
    font-weight: 450;
    margin: 15px 0 10px 0 !important;
    line-height: 1.5;
  }
  .responsible-trip-box h6 {
    margin: 15px 0 0 0;
    font-weight: 450;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .responsible-trip-leaf {
    margin: -7px 10px 0 0;
  }
  .responsible-trip-leaf img {
    height: 20px;
  }
  .responsible-trip {
    margin: 10px 0 0 0;
    padding: 0 0 0 15px;
  }
  .responsible-trip li {
    list-style: none;
    margin: 0 0 10px 0;
  }
  .responsible-trip li p {
    font-size: 13px;
    padding-left: 50px;
  }
  .responsible-trip li span {
    float: left;
    height: 40px;
    width: 40px;
    line-height: 36px;
  }
  .responsible-trip li span img {
    width: 20px;
  }
  .responsible-trip-box {
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
    min-height: 132px;
  }
  .responsible-trip-box .responsible-trip-icon {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #acd569;
  }
  .responsible-trip-box .responsible-trip-icon img {
    width: 20px;
  }
  .font_16px {
    font-size: 14px;
    font-weight: 450;
    margin: 15px 0 10px 0 !important;
    line-height: 1.5;
  }
  .responsible-trip-box h6 {
    margin: 15px 0 0 0;
    font-weight: 450;
    font-size: 14px;
  }
}

.sustainable-card {
  margin: 15px 0 0 0;
}
.sustainable-card .card {
  border-radius: 15px;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  min-height: 300px;
}
.sustainable-card .card .card-header {
  background-color: #ffffff;
  padding: 15px 15px 0 15px;
  border: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sustainable-card .card .card-header .sustainable-card-icon {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #94c93d;
  text-align: center;
  padding: 12px;
}
.sustainable-card .card .card-header .sustainable-card-icon img {
  margin: 0 auto;
}
.sustainable-card .card .card-header .sustainable-card-heading {
  float: right;
  width: 85%;
  padding: 15px;
}
.sustainable-card .card .card-header .sustainable-card-heading h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.sustainable-card .card .card-body {
  background: #fff;
  width: 100%;
  padding: 20px;
}
.sustainable-card .card .card-body p {
  margin: 0;
}

@media (max-width: 767px) {
  .sustainable-card {
    margin: 15px 0 0 0;
  }
  .sustainable-card .card {
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    min-height: 300px;
  }
  .sustainable-card .card .card-header {
    background-color: #ffffff;
    padding: 15px 15px 0 15px;
    border: none;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .sustainable-card .card .card-header .sustainable-card-icon {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #94c93d;
    text-align: center;
    padding: 12px;
  }
  .sustainable-card .card .card-header .sustainable-card-icon img {
    margin: 0 auto;
  }
  .sustainable-card .card .card-header .sustainable-card-heading {
    float: right;
    width: 75%;
    padding: 15px;
  }
  .sustainable-card .card .card-header .sustainable-card-heading h6 {
    margin: 0;
  }
  .sustainable-card .card .card-body {
    background: #fff;
    width: 100%;
    padding: 20px;
  }
  .sustainable-card .card .card-body p {
    margin: 0;
  }
}

/*----------Location Section css Start-----------*/
.map iframe {
  border-radius: 15px;
}
@media (max-width: 767px) {
  .map iframe {
    border-radius: 10px;
  }
}

/*----------Select room Card css Start-----------*/
.room-card {
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid rgb(221, 221, 221);
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  position: relative;
}

.room-card .form-check-inline {
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    background-color: #94c93d;
    padding: 10px 30px 10px 45px;
    border-radius: 30px;
    line-height: 27px;
}

.room-card .form-check-inline .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    vertical-align: middle; 
    border-radius: 100% !important;
}
.room-card .form-check-inline .form-check-label { font-size: 14px;}

.room-card b {
  font-weight: 450;
  font-size: 15px;
  margin: 0 0 15px 0;
  display: block;
}

.room-card h5 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
}

.room-card p {
  margin: 0 0 5px 0;
  line-height: 1.4;
}

.room-card .room-card-detail .card {
  border: none;
  border-radius: 15px;
}

.room-card .room-card-detail .card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: top center;
  border-radius: 15px;
}

.room-card .carousel-inner .carousel-item img {
  border-radius: 15px;
  height: 180px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.v-counter {
  border-radius: 30px;
  width: 100%;
  overflow: auto;
  padding: 0px 15px;
  border: 1px solid rgb(221, 221, 221);
  margin: 0;
  height: 45px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v-counter input[type="button"]:hover {
  color: black;
  font-weight: bold;
  background-color: transparent;
}
.v-counter span {
  font-size: 14px;
  color: #717171;
  padding: 0 10px;
}
.v-counter input[type="button"],
.count {
  display: inline-block;
  width: 20px;
  background-color: transparent;
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  padding: 0px;
  color: #000000;
  font-size: 18px;
}

.room-card h6 {
  font-size: 16px;
  font-weight: 450;
  margin: 20px 0 10px 0;
}

.room-card .carousel-item {
  position: static;
}

.room-card h6 small {
  color: #717171;
  font-size: 14px;
  font-weight: normal;
}

.room-card label {
  margin-bottom: 5px;
}

.room-card hr {
  border-color: 1px solid rgb(221, 221, 221) !important;
}

.room-aminities {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.room-aminities li {
  display: inline-block;
  width: auto;
  margin: 0 10px 5px 0;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 12px;
}
.room-aminities li::before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #000000;
  top: 10px;
  left: 0;
  position: absolute;
  border-radius: 50%;
}

.booking-price {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
}
.booking-price h5 {
  margin: 0;
  color: #93c94d;
}
@media (max-width: 767px) {
  .room-card {
    border-radius: 10px;
    padding: 15px;
  }
  .room-card .carousel-inner .carousel-item img {
    border-radius: 10px;
    height: 220px;
    margin: 0 0 15px 0;
  }
  .room-card p {
    margin: 0;
  }
  .room-card b {
    margin: 0 0 15px 0;
    font-size: 14px;
  }
  .room-card h5 {
    font-size: 16px;
  }
}

/*----------2410ote Section css Start-----------*/
.inner-space .nav-pills .nav-link {
  margin: 0 15px 0 0;
  border-radius: 30px;
  border: 1px solid rgb(221, 221, 221);
  padding: 10px 20px;
  color: #000;
}
.inner-space .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #acd569;
  border: 1px solid #acd569;
  color: #000;
}
.inner-space .things-card {
  background-color: #ffffff;
  border: 1px solid rgb(221, 221, 221);
  padding: 24px;
  border-radius: 15px;
  /*box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;*/
}
.inner-space .tab-content > .tab-pane h6 {
  margin: 0 0 15px 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  .inner-space .things-card {
    background-color: #ffffff;
    border: 1px solid rgb(221, 221, 221);
    padding: 24px 15px;
  }
  .inner-space .things-card .scroll-tab {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-align: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 auto;
  }
  .inner-space .nav-pills .nav-link {
    margin: 0 10px 0 0;
    padding: 10px 20px;
    /* width: 180px; */
    box-shadow: none;
    font-size: 13px;
  }
}

/*================ Booking form css Start =============*/
aside {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.booking-form {
  background-color: #ffffff;
  border: 1px solid rgb(221, 221, 221);
  padding: 24px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.booking-form .price {
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgb(221, 221, 221);
  margin: 0 0 20px 0;
}
.booking-form .select-date {
  display: inline-block;
  width: 100%;
}
.select-date .select-date-btn {
  text-decoration: none;
  border: 1px solid rgb(221, 221, 221);
  color: #6e6e6e;
  width: 100%;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
}
.booking-form .select-date .dropdown .dropdown-menu {
  width: 100%;
  background-color: #ffffff;
  border-top: none;
  border-radius: 15px;
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
}
.select-date span {
  margin: 15px 0 0 0;
  display: block;
  text-align: center;
  font-size: 13px;
}
.booking-form .form-control {
  padding: 12px 20px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 30px;
  font-size: 14px;
}
.booking-form .form-select {
  padding: 10px 20px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 30px;
  font-size: 14px;
}
.booking-form .btn-success {
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  background-color: #acd569;
  color: #000000;
  margin: 0;
  border: none;
  border-radius: 30px;
  transition: ease-in-out all 0.2s;
  text-decoration: none;
  margin: 20px 0 0 0;
}
.booking-form .price span {
  font-weight: 600;
  color: #000000;
}
.daterangepicker {
  left: auto !important;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
  border: 1px solid rgb(221, 221, 221);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.daterangepicker.opensleft:before {
  right: 30px;
}
.daterangepicker.opensleft:after {
  right: 31px;
}
.daterangepicker td.active {
  background-color: #acd569;
  border-color: transparent;
  color: #fff;
}
.daterangepicker td.start-date.end-date {
  border-radius: 15px;
}
.daterangepicker td.start-date {
  border-radius: 15px 0 0 15px;
}
.daterangepicker td.end-date {
  border-radius: 0 15px 15px 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #acd569;
  border-color: transparent;
  color: #fff;
}
.daterangepicker .drp-buttons .applyBtn {
  background-color: #93c94d;
  border-color: #93c94d;
  border-radius: 30px;
  padding: 4px 15px;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  padding: 4px;
}
.daterangepicker th.month {
  width: auto;
  font-size: 16px;
  font-weight: 450;
}

@media (max-width: 1199px) {
  .booking-form {
    padding: 18px;
  }
  .booking-form .form-control {
    padding: 8px 20px;
  }
}
@media (max-width: 991px) {
  .booking-form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    border-radius: 0;
    padding: 10px 15px;
  }
  .booking-form .form-control {
    padding: 10px 20px;
    font-size: 13px;
  }
  .booking-form .btn-success {
    margin-top: 0;
    padding: 10px 15px;
    font-size: 13px;
  }
  .select-date span {
    margin: 0;
    display: block;
    text-align: start;
    font-size: 14px;
    color: #000;
  }
  .select-date a {
    border: 1px solid rgb(221, 221, 221);
    color: #6e6e6e;
    width: 100%;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
  }
}

/*=================== Blog Posts=====================*/
.post {
  margin-bottom: 30px;
  margin-right: 30px;
  border: 1px solid rgb(221, 221, 221);
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  border-radius: 15px;
}
.post .post-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.post .post-thumbnail a {
  display: block;
}
.post .post-thumbnail img {
  width: 100%;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1) translateX(0) rotate(0deg);
  -ms-transform: scale(1) translateX(0) rotate(0deg);
  transform: scale(1) translateX(0) rotate(0deg);
  height: 450px;
  object-fit: cover;
  object-position: center center;
}
.post .post-thumbnail:hover img {
  -webkit-transform: scale(1.1) translateX(0) rotate(2deg);
  -ms-transform: scale(1.1) translateX(0) rotate(2deg);
  transform: scale(1.1) translateX(0) rotate(2deg);
}
.post .post-thumbnail .post-meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  padding: 20px;
  border-bottom: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.post .post-thumbnail .post-meta span {
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
}
.post .post-thumbnail:hover .post-meta {
  opacity: 1;
  visibility: visible;
}
.post.post-no-thumbnail .post-meta {
  margin: 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post.post-no-thumbnail .post-meta span {
  font-size: 13px;
}
.post-categories {
  margin-top: 15px;
}
.post-categories span {
  display: inline-block;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #93c94d;
  border-radius: 30px;
  font-weight: 600;
  margin: 0 2px 5px 0;
  font-size: 13px;
}
.post-categories a:hover {
  background-color: #93c94d;
  color: #fff;
}
.post h5 {
  color: #343434;
  transition: ease-in-out all 0.2s;
}
.post:hover h5 {
  color: #93c94d;
}
.post .post-body {
  margin: 10px 0 0;
}
.post .post-body p {
  margin: 0;
}
.post .post-body h5 {
  font-size: 22px;
  margin-bottom: 10px;
}
.post .video-player-trigger,
.post-single .video-player-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.post .video-player-trigger a,
.post-single .video-player-trigger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* Featured */
.recipe.featured-recipe {
  position: relative;
  margin: 0 0 30px 0px;
}
.recipe .recipe-body {
  padding: 30px;
}
.recipe.featured-recipe .recipe-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.recipe.featured-recipe .recipe-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  z-index: -1;
}
.recipe.featured-recipe h6 {
  margin: 0;
}
.recipe.featured-recipe h6 a {
  line-height: 24px;
  color: #fff;
}
.recipe.featured-recipe h6 a:hover {
  color: #ff6767;
}
.recipe.featured-recipe .recipe-thumbnail,
.recipe.featured-recipe .recipe-thumbnail img {
  border-radius: 8px;
}
.blog-detail-section {
  margin: 40px 0 0 0;
}
.post-single {
  margin-bottom: 50px;
  padding-right: 30px;
}
.post-single blockquote {
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin: 20px 0;
  border-left: 3px solid #85b72c;
  font-size: 16px;
  font-style: italic;
}
.post-single .post-categories {
  margin-bottom: 15px;
}
.post-single .post-meta {
  margin-bottom: 20px;
}
.post-single .post-meta span,
.post-single .post-meta span i {
  margin-right: 10px;
  font-size: 13px;
  color: #848486;
}
.post-single .post-thumbnail {
  position: relative;
  margin-bottom: 10px;
}
.post-single .post-thumbnail img {
  border-radius: 15px;
}
.post-single .post-categories a {
  display: inline-block;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #93c94d;
  border-radius: 20px;
  font-weight: 450;
  margin: 0 2px 5px 0;
  font-size: 13px;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 15px;
}
.post-single .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.post-single .media img {
  width: 50px;
  border-radius: 50%;
}
.post-single .media p {
  margin-bottom: 0;
}
.post-content blockquote p {
  margin: 0;
}
.post-content img {
  border-radius: 8px;
}
.post-content p {
  text-align: justify;
  margin-bottom: 15px;
}
.post-content img {
  margin-bottom: 20px;
}
.post-meta {
  margin-bottom: 50px;
}
.about-author {
  margin: 0 30px 30px 0;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid rgb(221, 221, 221);
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.about-author h4 {
  margin-bottom: 30px;
}
.about-author-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-author-content {
  flex: 1;
}
.about-author-content p {
  text-align: justify;
}
.about-author-content h5 {
  margin-bottom: 15px;
}
.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.social-media li {
  margin: 0;
}
.about-author .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}
.about-author .social-media li a {
  background-color: #f3f3f3;
  border: 0;
  color: #515151;
  width: 40px;
  height: 40px;
  font-size: 14px;
  transition: ease-in-out all 0.2s;
}

.about-author .social-media li a:hover {
  background-color: #93c94d;
  color: #fff;
}

.social-media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #1d2228;
  color: #1d2228;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-media a:hover {
  background-color: #85b72c;
  border-color: #85b72c;
  color: #fff;
}
.social-media li a i {
  margin: 0;
}
.about-author img {
  width: 140px;
  border-radius: 15px;
  margin-right: 20px;
}

.comments-list {
  margin: 0 30px 30px 0;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid rgb(221, 221, 221);
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.comments-list ul {
  margin: 0;
}
.comments-list h5 {
  margin-bottom: 30px;
}
.comments-list .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.comments-list .comment-item .comment-body {
  position: relative;
  flex: 1;
}
.comments-list .comment-item img {
  width: 65px;
  margin-right: 20px;
  border-radius: 8px;
}
.comments-list .comment-item h6 {
  margin-bottom: 15px;
}
.comments-list .comment-item span {
  display: inline-block;
  margin-bottom: 15px;
  color: #848486;
  font-size: 13px;
  line-height: 21px;
  position: absolute;
  top: 4px;
  right: 0;
}
.comments-list .comment-item p {
  margin-bottom: 0;
  text-align: justify;
}
.comments-list li {
  margin-bottom: 0;
}
.comments-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.comment-form {
  margin: 0 30px 0 0;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid rgb(221, 221, 221);
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.comment-form .btn-custom {
  margin: 0;
}
.comment-form h4 {
  margin-bottom: 30px;
}
.reply-link {
  color: #1d2228;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.reply-link:hover {
  color: #729e25;
}

/* 6.4.1. Sidebar */
.sidebar-widget + .sidebar-widget {
  margin-top: 50px;
}

.sidebar-widget p {
  margin-bottom: 0;
  font-size: 13px;
}
.sidebar-widget h5 {
  font-size: 21px;
  margin-bottom: 30px;
}
.media {
  display: flex;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.blog-place-img img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.sidebar-widget .media {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}
.sidebar-widget .media:last-child {
  margin-bottom: 0;
}
.sidebar-widget .media > a {
  display: block;
  width: 130px;
  border-radius: 8px;
  margin-right: 15px;
  overflow: hidden;
}
.sidebar-widget .media img {
  width: 100%;
    border-radius: 8px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.sidebar-widget .media h6 {
  margin: 0 0 5px 0;
  font-size: 16px;
}
.sidebar-widget .media h6 a {
  color: #343434;
  transition: ease-in-out all 0.2s;
}
.sidebar-widget .media h6 a:hover {
  color: #93c94d;
}
.tags a {
  display: inline-block;
  font-size: 13px;
  padding: 3px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #848486;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  margin: 2px 2px 2px 0;
  border-radius: 30px;
  text-decoration: none;
}
.tags a:hover {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #848486;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .post {
    padding: 20px;
    border-radius: 15px;
    border-radius: 10px;
  }
  .post .post-thumbnail img {
    border-radius: 10px;
  }
  .post .post-thumbnail {
    border-radius: 10px;
  }
  .post .post-body h5 {
    font-size: 18px;
  }
  .sidebar-widget .media > a {
    width: 100px;
  }
  .sidebar-widget .media h6 {
    margin: 5px 0;
    font-size: 14px;
  }
  .post-single {
    margin-bottom: 40px;
    padding-right: 0;
  }
  .post-single blockquote {
    padding: 15px;
    margin: 15px 0;
    border-left: 3px solid #85b72c;
    font-size: 15px;
  }
  .about-author img {
    width: 100px;
    border-radius: 8px;
  }
}

@media (max-width: 991px) {
  .post {
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
  }
  .post .post-thumbnail {
    border-radius: 10px;
  }
  .post .post-thumbnail img {
    border-radius: 10px;
  }
  .sidebar-widget .media h6 {
    margin: 5px 0;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .post {
    margin-bottom: 30px;
    margin-right: 0;
    padding: 15px;
    border-radius: 10px;
  }

  .post .post-thumbnail img {
    border-radius: 10px;
    height: 220px;
  }
  .post .post-thumbnail {
    border-radius: 10px;
  }
  .post .post-body h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .post-single {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .sidebar-widget h5 {
    font-size: 18px;
    margin: 15px 0 20px 0;
  }
  .sidebar-widget .media > a {
    width: 100px;
    margin-right: 15px;
  }
  .sidebar-widget .media h6 {
    margin: 5px 0;
    font-size: 14px;
  }
  .sidebar-widget .media {
    margin-bottom: 20px;
  }
  .sidebar-widget p {
    font-size: 12px;
  }
  .about-author {
    margin: 0 0px 30px 0;
    border-radius: 10px;
    padding: 15px;
  }
  .about-author img {
    width: 120px;
    border-radius: 10px;
    margin-right: 15px;
  }
  .about-author-content p {
    font-size: 13px;
  }
  .comments-list .comment-item img {
    width: 50px;
    margin-right: 15px;
    border-radius: 5px;
  }
  .comments-list {
    margin: 0 0px 30px 0;
    border-radius: 10px;
    padding: 15px;
  }
  .comments-list .comment-item p {
    font-size: 13px;
  }
  .comments-list .comment-item span {
    margin-bottom: 10px;
    font-size: 12px;
    top: 0;
    right: 0;
  }
  .comment-form {
    margin: 0;
    border-radius: 10px;
    padding: 15px;
  }
  .about-author .social-media li a {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}

/*====================Booking Page css Start ==============*/
.booking-detail {
  background-color: #ffffff;
  border: 1px solid rgb(221, 221, 221);
  padding: 24px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.booking-detail h6 {
  margin: 20px 0 10px 0;
  font-weight: 500;
}
.booking-summry {
  background-color: #ffffff;
  border: 1px solid rgb(221, 221, 221);
  padding: 24px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.booking-summry .price {
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgb(221, 221, 221);
  margin: 0 0 20px 0;
}
.booking-summry .price h4 {
  margin: 0 0 10px 0;
}
.booking-summry .price h6 {
  font-size: 15px;
  margin: 0 0 10px 0;
}
.booking-summry h5 {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin: 0 0 20px 0;
  color: #717171;
  font-weight: 450;
}
.booking-summry h5 small {
  font-size: 15px;
  position: relative;
}
.booking-summry h5 small:before {
  content: "\f156";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.booking-summry .total-color {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
}
.booking-summry .total-color small {
  font-size: 17px;
}
.booking-summry p {
  margin: 0 0 15px 0;
}
.booking-summry p i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: none;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 10px;
  margin: 0 5px 0 0;
  background-color: #000000;
  color: #ffffff;
}
.booking-summry hr {
  border-top: 1px solid rgb(221, 221, 221);
  opacity: 1;
  margin: 10px 0 15px 0;
}
.booking-summry h6 {
  font-size: 16px;
  font-weight: 450;
  margin: 0 0 10px 0;
}
.booking-summry .btn-success {
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  background-color: #acd569;
  color: #000000;
  margin: 0;
  border: none;
  border-radius: 30px;
  transition: ease-in-out all 0.2s;
  text-decoration: none;
  margin: 20px 0 0 0;
}
.booking-detail .booking-detail-box {
  background: #f9fafb;
  border: 1px solid #dfe3eb;
  border-radius: 10px;
  padding: 25px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.booking-detail .booking-detail-box .villa-content h6 {
  margin: 0 0 10px 0;
  font-weight: 600;
}
.booking-detail .booking-detail-box .villa-img img {
  max-width: 160px;
  border-radius: 5px;
  width: 100%;
  min-width: 160px;
}
.guest-details-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid #d5dbe5;
  border-radius: 10px;
  margin: 30px 0;
}
.guest-details-wrapper .guest-details-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 15px;
  border-right: 1px solid #d5dbe5;
}
.guest-details-wrapper .guest-details-box:last-child {
  border-right: none;
}
.guest-details-wrapper .guest-details-box .calendar-icon i {
  display: flex;
  font-size: 24px;
  margin-left: auto;
  outline: none;
  text-decoration: none;
  text-align: right;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.guest-details-wrapper .guest-details-box h6 {
  margin: 0 0 5px 0;
  font-weight: 450;
  font-size: 14px;
}
.guest-details-wrapper .guest-details-box p {
  font-size: 13px;
}
.guest-details-wrapper .guest-details-box h6 i {
  margin: 0 5px;
  font-size: 15px;
}
.guest-details-wrapper .guest-details-box .btn-edit {
  display: flex;
  font-size: 14px;
  margin-left: auto;
  outline: none;
  text-decoration: none;
  text-align: right;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  background-color: #e9f4d6;
  border: 1px solid #acd569;
  border-radius: 5px;
  position: relative;
}

.guest-details-wrapper .guest-details-box .btn-edit:after {
  content: "\f304";
  font-family: "FontAwesome";
  font-size: 11px;
}

.addons-detail-box {
  background: #ffffff;
  border: 1px solid #dfe3eb;
  border-radius: 10px;
  padding: 25px 20px;
  width: 100%;
}

.addons-detail-box h6 {
  margin: 0 0 10px 0;
  font-weight: 600;
}

.cancellation-detail {
  background: #ffffff;
  border: 1px solid #dfe3eb;
  border-radius: 10px;
  padding: 25px 20px;
  width: 100%;
  margin: 30px 0 0 0;
}
.cancellation-detail .btn-policy {
  display: inline-block;
  font-size: 14px;
  outline: none;
  text-decoration: none;
  text-align: center;
  padding: 6px 20px;
  background-color: #e9f4d6;
  border: 1px solid #acd569;
  border-radius: 30px;
  position: relative;
}
.cancellation-detail h6 {
  margin: 0 0 25px 0;
  font-weight: 600;
}

#conference-timeline {
  position: relative;
  width: 100%;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 85%;
  top: 0;
  left: 27px;
  background: #acd569;
  z-index: 1;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: inline-block;
}

.timeline-article .content-right-container {
  max-width: 90%;
  width: 100%;
}

.timeline-article .content-right {
  position: relative;
  width: auto;
  background-color: #fff;
}
.timeline-article p {
  margin: 20px 0;
  position: relative;
}

.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #d7d7d7;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 50px;
  color: #000000;
  border-radius: 5px;
  background-color: #e9f4d6;
  border: 1px solid #acd569;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-article .meta-date .date {
  display: block;
  text-align: center;
  width: 100%;
}
.timeline-article .meta-date .date {
  font-size: 16px;
  line-height: 1.5;
}
.timeline-article .meta-date .date b {
  display: block;
  width: 100%;
  background-color: #acd569;
  margin-top: -2px;
  border-radius: 5px 5px 2px 2px;
  color: #ffffff;
  font-weight: 600;
}
.guest-detail {
  background: #ffffff;
  border: 1px solid #dfe3eb;
  border-radius: 10px;
  width: 100%;
  margin: 30px 0 0 0;
}
.guest-detail h6 {
  margin: 0 0 10px 0;
  font-weight: 600;
  padding: 25px 20px 0 20px;
}
.guest-detail .guest-detail-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #dfe3eb;
  padding: 0 20px 25px 20px;
}
.guest-detail .guest-detail-box .guest-personal-detail span {
  font-size: 13px;
}
.guest-detail .guest-detail-box .guest-personal-detail p {
  font-weight: 450;
  font-size: 14px;
}
.guest-detail .guest-detail-box .guest-personal-detail p small {
  color: #acd569;
  position: relative;
}
.guest-detail .guest-detail-box .guest-personal-detail p small::after {
  content: "\f058";
  font-family: "FontAwesome";
  font-size: 13px;
  margin-left: 5px;
}

.gst-detail {
  padding: 7px 20px 15px 20px;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.gst-detail p a {
  font-size: 16px;
  position: relative;
  color: #717171;
  padding: 0 0 0 40px;
  text-decoration: none;
}
.gst-detail p a:hover {
  color: #000000;
}
.gst-detail p a::before {
  display: flex;
  outline: none;
  text-decoration: none;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  background-color: #e9f4d6;
  border: 1px solid #acd569;
  border-radius: 5px;
  content: "\f065";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #000000;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -2px;
}
.accordion-button {
  display: inline-block;
  padding: 0;
  width: auto;
  font-size: 16px;
  border: none;
  overflow-anchor: none;
  font-weight: 450;
  color: #717171;
  background-color: #ffffff;
}
.accordion-button::after {
  content: "\f204";
  font-family: "FontAwesome";
  background-image: none;
  font-size: 27px;
  color: #acd569;
  margin: 0 0 0 10px;
  position: relative;
  top: 5px;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f205";
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  border-bottom: none;
  outline: none;
  box-shadow: none;
}
.accordion-body {
  padding: 20px 0 0 0;
}

.timeline-article .meta-date .month {
  font-size: 18px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }

  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }

  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
}

.apply-coupon {
  margin-top: 0;
  background-color: #ffffff;
  border: 1px solid rgb(221, 221, 221);
  padding: 24px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.apply-coupon h6 {
  padding: 0;
  font-weight: 450;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.apply-coupon .form-control {
  padding: 10px 30px;
  height: 45px;
}
.apply-coupon .btn-custom {
  margin: 0;
  padding: 10px 15px;
}
.apply-coupon .input-group .btn {
  z-index: auto;
}

@media (max-width: 767px) {
  .booking-detail {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .apply-coupon {
    margin-top: 30px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .apply-coupon .form-control {
    padding: 10px 30px;
    height: 41px;
  }
  .booking-summry .price h6 {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

/*====================Login/Signup Page css Start ==============*/
.login-signup-wrape {
  display: block;
  background-image: url("../image/login.jpg");
  background-size: cover;
  height: 100vh;
}
.login-signup-wrape .left-side-wrape img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.login-signup-wrape .right-side-wrape {
  padding: 50px 100px;
  position: relative;
  height: 100vh;
}
.login-signup-wrape .right-side-wrape a {
  display: inline-block;
  font-weight: 450;
  color: #000000;
  transition: ease-in-out all 0.2s;
}
.login-signup-wrape .right-side-wrape a:hover {
  color: #93c94d;
}
.login-signup-wrape .right-side-wrape a img {
  height: 45px;
  margin: 0 0 20px 0;
}
.login-signup-wrape .right-side-wrape .form-wrape {
  display: inline-block;
  width: 100%;
}
.login-signup-wrape .right-side-wrape .form-wrape h4 {
  margin: 30px 0 20px 0;
  font-weight: 450;
  font-size: 18px;
}
.login-signup-wrape .right-side-wrape .form-wrape a {
  color: #000000;
  font-size: 14px;
  font-weight: 450;
  transition: ease-in-out all 0.2s;
}
.login-signup-wrape .right-side-wrape .form-wrape a:hover {
  color: #93c94d;
}
.login-signup-wrape .right-side-wrape .form-wrape .form-control {
  padding: 12px 20px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 0;
  font-size: 14px;
  border-radius: 30px;
}
.login-signup-wrape .right-side-wrape .form-wrape .btn-custom {
  width: 100%;
  padding: 10px 30px;
}
.login-signup-wrape .right-side-wrape .other-device-wrape {
  display: inline-block;
  width: 100%;
  position: relative;
}
.login-signup-wrape .right-side-wrape .other-device-wrape p::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 80px;
  border-radius: 0;
  top: 13px;
  left: 30px;
  right: auto;
  bottom: auto;
  background-color: rgb(221, 221, 221);
}
.login-signup-wrape .right-side-wrape .other-device-wrape p::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 80px;
  border-radius: 0;
  top: 13px;
  right: 30px;
  left: auto;
  bottom: auto;
  background-color: rgb(221, 221, 221);
}
.login-signup-wrape .right-side-wrape .other-device-wrape ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.login-signup-wrape .right-side-wrape .other-device-wrape ul li {
  display: inline;
}
.login-signup-wrape .right-side-wrape .other-device-wrape ul li a {
  display: inline-block;
  font-size: 15px;
  border: 1px solid rgb(221, 221, 221);
  background-color: #ffffff;
  margin: 0;
  border-radius: 30px;
  padding: 5px 25px;
  transition: ease-in-out all 0.2s;
  color: #000000;
}
.login-signup-wrape .right-side-wrape .other-device-wrape ul li a:hover {
  background-color: #93c94d;
  color: #ffffff;
  border-color: #93c94d;
}
.login-signup-wrape .right-side-wrape .right-side-footer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 100px;
}
.login-signup-wrape .right-side-wrape .right-side-footer p a {
  font-weight: 450;
  color: #93c94d;
  transition: ease-in-out all 0.2s;
}
.login-signup-wrape .right-side-wrape .right-side-footer p a:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .login-signup-wrape .right-side-wrape {
    padding: 30px 15px;
    position: relative;
    height: auto;
  }
  .login-signup-wrape .right-side-wrape .right-side-footer {
    padding: 15px 0;
    text-align: center;
    position: static;
  }
  .login-signup-wrape .right-side-wrape .other-device-wrape p::before {
    width: 70px;
    left: 10px;
  }
  .login-signup-wrape .right-side-wrape .other-device-wrape p::after {
    width: 70px;
    right: 10px;
  }
  .login-signup-wrape .right-side-wrape a img {
    height: 45px;
    margin: 0 auto;
  }
  .login-signup-wrape .left-side-wrape img {
    height: 20vh;
  }
}

/*================== Forms ====================*/
textarea {
  resize: none;
}
.form-control::-webkit-input-placeholder {
  color: #a5a5a5;
}
.form-control::-moz-placeholder {
  color: #a5a5a5;
}
.form-control:-ms-input-placeholder {
  color: #a5a5a5;
}
.form-control::-ms-input-placeholder {
  color: #a5a5a5;
}
.form-control::placeholder {
  color: #a5a5a5;
}
.form-control {
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid rgb(221, 221, 221);
  width: 100%;
  color: #6e6e6e;
  background-color: #fff;
  font-size: 14px;
  height: 45px;
}
.form-control:focus {
  border: 1px solid rgb(221, 221, 221);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group {
  margin-bottom: 20px;
}
.input-with-icon {
  position: relative;
}
.input-with-icon input,
.input-with-icon select {
  padding-left: 40px;
}
.input-with-icon i {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a5a5a5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.input-with-icon input:focus + i,
.input-with-icon select:focus + i {
  color: #454545;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #85b72c;
}
.custom-control label {
  line-height: 23px;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.upload-btn-wrapper .btn {
  border: 1px solid rgb(221, 221, 221);
  background-color: white;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #6e6e6e;
  width: 100%;
  text-align: left;
}
.upload-btn-wrapper input[type="file"] {
  height: 25px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

@media (max-width: 767px) {
  .form-control {
    padding: 10px 20px;
  }
  .upload-btn-wrapper .btn {
    padding: 10px 20px;
  }
  .upload-btn-wrapper input[type="file"] {
    height: 20px;
  }
}

/*================= Filter Section css Start ==================*/
.inner-filter {
  border-bottom: none;
  margin: 0 0 30px 0;
}
.inner-filter h3 {
  margin: 0;
}
.inner-filter a {
  color: #343434;
  transition: ease-in-out all 0.2s;
  border-radius: 30px;
  padding: 10px 20px;
  border: #bbb 1px solid;
  margin: 0;
  font-size: 15px;
}
.inner-filter a:hover {
  background-color: #ffffff;
  border-color: #bbbbbb;
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
}
.inner-filter a img {
  width: 20px;
  margin: 0 5px 0 0;
}
.filter-rating {
  width: 100%;
  margin: 0;
  padding: 0;
}
.filter-rating li {
  display: inline;
}
.filter-rating li a {
  border: none;
  padding: 0;
  color: #febe10;
  font-size: 18px;
  margin: 0 3px 0 0;
}
.filter-rating li a img {
  height: 20px;
}

.slidecontainer {
  display: flex;
  align-content: center;
  align-items: center;
}
.slidecontainer p {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
}
.rangeslider {
  -webkit-appearance: none;
  width: 80%;
  height: 5px;
  border-radius: 5px;
  background: #000000;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  margin: 0 20px 0 0;
}
.rangeslider:hover {
  opacity: 1;
}
.rangeslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #93c94d;
  cursor: pointer;
  border-color: #93c94d;
}
.rangeslider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #93c94d;
  cursor: pointer;
  border-color: #93c94d;
}
.filter-aminities {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.filter-aminities li {
  display: inline-block;
  width: auto;
}
.filter-aminities li .form-check {
  padding: 0;
  margin: 5px 20px 5px 0;
  font-size: 14px;
}
.filter-aminities li .form-check-input {
  width: 20px;
  height: 20px;
  margin: 2px 5px 0 0;
  background-color: #fff;
  border: 1px solid #93c94d;
  border-radius: 2px !important;
  cursor: pointer;
}
.filter-aminities li .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.filter-aminities li .form-check-input:checked {
  background-color: #93c94d;
  border-color: #93c94d;
}
.filter-aminities li label {
  display: flex;
  margin: 0;
  justify-content: center;
}
.filter-aminities .btn-outline-success {
  border-radius: 10px;
  border-color: #000000;
  color: #000000;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 15px 0 0;
}
.filter-aminities .btn-outline-success:hover {
  border-color: #93c94d;
  color: #93c94d;
}
.filter-aminities .btn-check:checked + .btn {
  color: #ffffff;
  background-color: #93c94d;
  border-color: #93c94d;
  box-shadow: none;
}

@media (max-width: 767px) {
  .inner-filter a {
    border-radius: 30px;
    border: #bbb 1px solid;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0;
  }
   .inner-filter h3 {
  margin: 0 0 20px 0;
  text-align: center;
}
  .filter-aminities .btn-outline-success {
    border-radius: 5px;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0 5px 5px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .filter-aminities li label {
    font-size: 13px;
  }
}

/*================= Modal Popup css Start ==================*/
.modal-backdrop {
  background-color: #000000;
  opacity: 0.7 !important;
}
.modal-dialog-scrollable .modal-content {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px;
  border-radius: 15px;
  border: none !important;
}
.modal-dialog-scrollable .modal-header {
  padding: 30px 30px 0 30px;
}
.modal-dialog-scrollable .modal-body {
  margin-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding: 15px 30px 30px 30px;
}

.modal-dialog-scrollable .modal-body p {
  margin: 0;
}
.btn-close {
  background-color: #ffffff;
  opacity: 1;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
}
.btn-close:focus {
  border: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .modal-dialog-scrollable .modal-header {
    padding: 20px 20px 0 20px;
  }
  .modal-dialog-scrollable .modal-body {
    margin-bottom: 0 !important;
    padding: 20px;
  }
}

/*================= Footer css Start ==================*/
footer {
  background-color: #f5f5f5;
  padding: 5% 0 0 0;
  margin: 6% 0 0 0;
}
footer h5 {
  color: #2d2d2d;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
footer ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
footer ul li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #555555;
}
footer ul li a:hover {
  color: #94c93d;
  opacity: 1;
}
footer ul.links li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
footer ul.links li a:hover:after {
  opacity: 1;
  color: #94c93d;
}
footer ul.links li a:after {
  font-family: "FontAwesome";
  content: "\f30b";
  position: absolute;
  margin-left: 5px;
  top: 1px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer ul.contacts li a i {
  margin-right: 10px;
}
footer .copyright {
  border-top: 1px solid rgb(221, 221, 221);
  padding: 10px 0 10px 0;
  margin-top: 10px;
}

footer .copyright li {
  margin: 0;
}
footer #copy {
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: 0.7;
}
.social-media {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.social-media li {
  display: inline-block;
  width: auto;
  margin: 0;
}
.social-media li a {
  color: #2b2b2b;
  font-size: 16px;
  margin: 0 10px 0 0;
}
.contact-detail {
  border-left: 3px solid #94c93d;
  padding: 5px 0 5px 20px;
  margin: 0 0 20px 0;
}
.contact-detail .c_title {
  color: #5e6d77;
  margin-bottom: 5px;
  font-size: 14px;
}
.contact-detail .m_sub a {
  font-weight: 500;
  font-size: 18px;
  color: #2d2d2d;
  transition: ease-in-out all 0.2s;
}
.contact-detail .m_sub a:hover {
  color: #94c83d;
}
.additional_links {
  padding: 0 0 15px 0;
}
@media (max-width: 991px) {
  footer #copy {
    text-align: left;
    margin: 5px 0 20px;
  }
  footer h5 {
    margin: 10px 0 10px;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  .contact-detail {
    margin: 0 0 10px 0;
  }
  .contact-detail .m_sub a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  footer #copy {
    text-align: left;
    margin: 5px 0 20px;
  }
  footer h5 {
    margin: 10px 0 10px;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  .contact-detail {
    margin: 0 0 10px 0;
  }
  .contact-detail .m_sub a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  footer {
    margin: 10% 0 0 0;
    padding: 5% 0 0 0;
  }
  footer h5 {
    margin: 10px 0 10px;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  .contact-detail {
    margin: 0 0 10px 0;
  }
  .contact-detail .m_sub a {
    font-size: 16px;
  }
}

.things-card .nav {
  flex-wrap: unset;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
}

.things-card .nav.scroll-2 {
  background-color: #ffffff;
  display: inline-flex;
  width: 100%;
  overflow-x: auto;
  border: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.things-card .nav.scroll-2 li a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 20px;
  transition: ease-in-out all 0.2s;
  white-space: nowrap;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.things-card .nav.scroll-2 li a.active {
  background-color: #acd569;
  color: #000000;
  border-color: #acd569;
}

.mobileScrollHeader {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}

.inner-page-banner {
  overflow-x: hidden;
  padding: 50px 0 0 0;
}

.inner-page-banner h1 {
  margin: 5px 0 15px 0;
}
.inner-page-banner .bg-success {
  border-radius: 30px;
  padding: 5px 10px;
  font-weight: normal;
  background-color: #94c93d !important;
}

.inner-page-banner h6 {
  margin: 0 0 30px 0;
}

.inner-page-banner h6 .inner-space-leaf img {
  width: 75px;
  margin-top: -5px;
}

.inner-page-banner .detail-page-slider .detail-page-slider-item img {
  border-radius: 20px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.inner-page-banner .share-wrape .btn-custom-outline {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #acd569;
  background-color: #ffffff;
  transition: ease-in-out all 0.2s;
  text-align: center;
  color: #000;
  padding: 3px 15px;
  margin: 0 0 0 5px;
  font-weight: normal;
}

.inner-page-banner .share-wrape .btn-custom-outline i {
  margin: 0 5px 0 0;
}

.inner-page-banner .inner-space .property-wrape {
  display: inline-block;
  width: 50%;
  margin: 0 0 15px 0;
}

.inner-page-banner .share-wrape .btn-custom-outline:hover {
  border-color: #94c93d;
  color: #94c93d;
}
.inner-page-banner .share-wrape a {
  text-decoration: none;
}
.inner-page-banner .property-wrape {
  display: inline-block;
  margin: 0 0 15px 0;
}
.inner-page-banner .property-wrape p {
  font-size: 16px;
  transition: ease-in-out all 0.2s;
  margin: 0;
}
.inner-page-banner .property-wrape p small {
  position: relative;
}
.inner-page-banner .property-wrape p small span {
  padding: 0 0 0 20px;
}
.inner-page-banner .property-wrape p small span::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  top: 7px;
  left: 6px;
  right: auto;
  bottom: 0;
  background-color: #000;
}
.inner-page-banner .property-wrape p .badge {
  padding: 5px;
  font-weight: normal;
  font-size: 12px;
}
.inner-page-banner .property-wrape p .bg-success {
  background-color: #febe10 !important;
  color: #ffffff;
}
.inner-page-banner .property-wrape p a {
  transition: ease-in-out all 0.2s;
}
.inner-page-banner .property-wrape p:hover a {
  color: #94c93d;
}

.inner-page-banner .slick-prev,
.inner-page-banner .slick-next {
  height: 45px;
  width: 45px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.inner-page-banner .detail-page-slider .slick-next {
  right: 25px;
}

.inner-page-banner .detail-page-slider .slick-prev {
  left: 0px;
}

.fancybox-slide--image img {
  max-width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  width: 100%;
  height: 80vh; /* Adjust the height as needed */
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hide default video controls */
.video-container video::-webkit-media-controls {
  display: none;
}
.video-container video::-webkit-media-controls-enclosure {
  display: none !important;
}
.video-container video::-webkit-media-controls-panel {
  display: none !important;
}
.video-container video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}
.video-container video::-webkit-media-controls-play-button {
  display: none !important;
}
.video-container video::-webkit-media-controls-start-button {
  display: none !important;
}
.video-container video::-webkit-media-controls-timeline {
  display: none !important;
}

.video-content {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0.03405112044817926) 0%, rgba(0, 0, 0, 0.9640231092436975) 100%);
  position: relative;
  margin-top: -125px;
  padding: 15px 0;
}
.video-content h1 {
  color: #ffffff;
  margin: 0 0 10px 0;
}

.video-content h6 {
  color: #ffffff;
  margin: 0;
  font-weight: normal;
}

.video-content h6 .inner-space-leaf img {
  width: 60px;
  margin-top: -5px;
}
.video-content .bg-success {
  border-radius: 30px;
  padding: 5px 10px;
  font-weight: normal;
  background-color: #94c93d !important;
  margin: 0 0 5px 0;
}

.m-review {
  margin: 15px 0 0 0;
}

.m-review .share-wrape .btn-custom-outline {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #acd569;
  background-color: #ffffff;
  transition: ease-in-out all 0.2s;
  text-align: center;
  color: #000;
  padding: 3px 15px;
  margin: 0 0 0 5px;
  font-weight: normal;
}

.m-review .property-wrape p .bg-success {
  background-color: #febe10 !important;
  color: #ffffff;
}

.m-review .property-wrape p .badge {
  padding: 5px;
  font-weight: normal;
  font-size: 12px;
  border-radius: 30px;
}

.w-list {
    color: #ffffff;
    display: flex;
    align-items: self-start;
    justify-content: end;
    line-height: 1.3;
    cursor: pointer;
}

.heart-stroke {
  fill: none;
  stroke: #ddd;
  stroke-width: 2px;
  opacity: 1;
  transform-origin: center center;
}
.w-list.active .heart-stroke {
  opacity: 0;
}
.heart-full {
  opacity: 0;
  transform-origin: 50% 50%;
}
.w-list.active .heart-full {
  opacity: 1;
}
.heart-lines {
  stroke-width: 2px;
  display: none;
}

.w-list:not(.active):hover .heart-stroke {
  -webkit-animation: pulse 1s ease-out infinite;
          animation: pulse 1s ease-out infinite;
}

.w-list.animate .heart-full {
  -webkit-animation: heart 0.35s;
          animation: heart 0.35s;
}
.w-list.animate .heart-lines {
  -webkit-animation: lines 0.2s ease-out forwards;
          animation: lines 0.2s ease-out forwards;
  display: block;
}

@-webkit-keyframes lines {
  0% {
    stroke-dasharray: 6;
    stroke-dashoffset: 16;
  }
  100% {
    stroke-dasharray: 13;
    stroke-dashoffset: 18;
  }
}

@keyframes lines {
  0% {
    stroke-dasharray: 6;
    stroke-dashoffset: 16;
  }
  100% {
    stroke-dasharray: 13;
    stroke-dashoffset: 18;
  }
}
@-webkit-keyframes heart {
  0% {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  35% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  75% {
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heart {
  0% {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  35% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  75% {
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}