@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #286276;
    --secondary: #F13C5B;
    --white: #FFFFFF;
    --black: #000000;
    --text: #606B68;
    --font: 'Roboto', sans-serif;
    --shadow: rgba(0, 0, 0, 0.15);
    --card-transparent: rgba(255, 255, 255, 0.35);
    --card-bg: rgba(252, 252, 252, 1);
    --modal-bg: rgba(0, 0, 0, 0.60);
    --tab-shadow: rgba(0, 0, 0, 0.12);
}
html{
    scroll-behavior: smooth;
     scroll-padding-top: 9.5rem;
}

body {
    /*font-family: "Roboto", sans-serif !important;*/
    font-family: "Poppins", sans-serif !important;
}

b {
    color: var(--black);
}

p {
    color: var(--black);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: var(--black);
}
label {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

label a {
    color: var(--black);
}

label a:hover {
    color: var(--primary);
}

.at-checkbox input[type=checkbox]+label:before,
.at-radio input[type=radio]+label:before {
    border-radius: 4px;
}

.at-radio input[type=radio]+label:after,
.at-checkbox input[type=checkbox]+label:after {
    border-radius: 4px;
}




.slider_container {
  position: relative;
  width: 100%;
  height: 60vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.slider {
  position: relative;
  width: 400%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  animation: 30s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
}

.slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}

.slide .caption {
  position: absolute;
  left: 0;
  bottom: 5%;
  font-size: 5rem;
  font-weight: 600;
  color: white;
  text-transform: capitalize;
  background: rgba(0, 0, 0, 0.348);
  backdrop-filter: blur(10px);
  padding: 1rem 5rem;
  border-radius: 0 2rem 2rem 0;
  
}

.slide .baner-caption{
      position: absolute;
  left: 0;
  bottom: 0;
  right:0;
  top:0;
  font-size: 5rem;
  font-weight: 400;
  color: white;
  text-transform: capitalize;
background: rgb(34,34,34);
background: linear-gradient(0deg, rgba(34,34,34,0.768032212885154) 0%, rgba(34,34,34,0.756827731092437) 100%);
 
  display:flex;
  justify-content:center;
  flex-direction:column;
  align-items:flex-start;
  padding:100px 400px 100px 120px;
}
.slide .baner-caption  h1{
    font-size:5.5rem;
    color:#fff;
    line-height:70px;
    font-weight:400;
}
.slide .baner-caption  h5{
    font-size:2rem;
    color:#fff;
    line-height:30px;
    font-weight:400;
}


@keyframes sliding {
  0% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(-100%);
  }
  45% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-200%);
  }
  70% {
    transform: translateX(-200%);
  }
  75% {
    transform: translateX(-300%);
  }
  95% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-400%);
  }

}

.home-form-container{
    width:100%;
    height:150px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}
.home-position-box{
    position:absolute;
    top:-60%;
    width:100%;
}

.home-form-card{
    border:1px solid #286276;
    background:#fff;
    border-radius:10px;
    padding:15px 0;
    
}
.home-search-btn{
    border:none;
    outline:none;
    background:#286276;
    color:#fff;
    width:200px;
    border-radius:7px;
    font-weight:500;
    border:1px solid #286276;
    transition:0.5s;
    
}
.home-search-btn:hover{
    background:#fff;
    color:#286276;
    
    border-radius:40px;
}
.home-form-field {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:10px;
}
.home-form-field i{
    font-size:18px;
    color:#2f2f2f;
    
}
.home-form-field input::placeholder , .home-form-field span{
    font-size:16px !important;
    font-weight:500 !important;
    color:#000 !important;
}
.section-title{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:100%;
}
.home-check{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    width:100%;
}
.home-checkin-box{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    width:50%;
    background:#f2f2f2;
    padding:7px;
    border-radius: 5px;
    
    
    
    
}
.home-checkin-box h6{
   font-size: 14px;
    margin: 0;
    font-weight:600;
}
.home-checkin-box input{
    height:35px;
    border:none;
    outline:none;
    padding-left:0;
    margin-top:10px;
    width:100%;
    padding:3px 7px;
    
}
.home-checkin-box2{
    width:50%;
}
.home-checkin-box2 input{
     height:35px;
    padding:3px 7px;
    width:100%;
    margin-top:0;
    
}
.home-checkin-box2 input::placeholder{
    font-size:12px !important;
    font-weight:400 !important;
}
.section-title h3{
    font-size:32px;
      color:#000;
      font-weight:600;
}
.section-title p{
    text-align:center;
    font-size:15px;
     color:#000;
     font-weight:400;
     margin-top:10px;
}

.activity-container a:hover .acttivity_type span{
    color:#286276 !important;
}

.farm-title{
    font-size:24px;
}

.property-details-container .property-name{
    font-size:15px;
    font-weight:500;
    color:#000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin:0;
    
}

.property-details-container .propert-review{
    font-size: 14px;
}
.property-details-container .property-rate{
    font-size: 14px;
    font-weight:600;
    color:#000;
}

.featured-back p{
    margin:0;
}


.wiper-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 1.5rem;
  margin: 0 auto;
  transition: transform 0.4s ease-in;
  padding: 0 1rem;
}
.wiper-item {
  width: 300px;
  /*height: 300px;*/
  position: relative;
  transition: scale 0.2s linear;
  list-style:none;

}
.wiper-button img {
  height: 100%;
  width: 100%;
  object-fit:cover;
}
.wiper {
  /*max-width: 960px;*/
  position: relative;
  margin: 0 auto;
}
.active-swipe {
  transform: scale(1.1);
}
.wiper-button {
  margin: 0 1rem;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 50%;
  background: transparent;
  border: none;
  transform: translateY(-50%);
  z-index: 1;
  background:#fff;
  padding:7px;
  border-radius:50%;
  color:#286276;
  display:flex;
  justify-content:center;
  align-items:center;
}
.wiper-button__left {
  right: 0;
  /*transform: translateY(-50%) rotate(180deg);*/
}
.wiper__image-button {
  right: 50%;
  top: 50%;
  position: absolute;
  padding: 0.8rem 1rem;
  border-radius: 3px;
  background-color: white;
  border: none;
  font-size: 1.4rem;
  transform: translateY(-50%) translateX(50%);
  cursor: pointer;
}
.wiper-wrapper {
  max-width: 1400px;
  overflow: hidden;
  padding: 2rem 0.5rem;
  margin: 0 auto;
}
.swiper__image-button {
  right: 50%;
  top: 50%;
  position: absolute;
  padding: 0.8rem 1rem;
  border-radius: 3px;
  background-color: white;
  border: none;
  font-size: 1rem;
  transform: translateY(-50%) translateX(50%);
  cursor: pointer;
}
.swiper__image-button:hover {
  color: red;
}
.wiper__image{
  height:100%;
  width:100%;
  object-fit: cover;
  border-radius:30px;
}
.is-hidden{
  display:none;
}
.cat-arow{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff;
    color:#286276;
     display:flex;
  justify-content:center;
  align-items:center;
}



.over-scrol{
    height:400px;
    width:100%;
    overflow-y:auto;
}

.over-scrol::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.over-scrol::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}
 
/* Handle */
.over-scrol::-webkit-scrollbar-thumb {
  background: #286276; 
  border-radius: 10px;
}

.bottom-slider{
    height:250px;
    border-radius:10px;
}

.property-details-container {
    height: 85px;
    overflow:hidden;
}






input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.hidden {
    display: none !important;
}

textarea,
select,
.at-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: 4px;
    border-color: var(--shadow);
}

.btn:focus {
    box-shadow: none !important;
}

input:focus,
.select select:focus,
.form-control:focus {
    border-color: var(--primary);
}







.owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 40%;
}

.owl-nav .owl-prev {
    margin-left: 15px;
}

.owl-nav .owl-next {
    margin-right: 15px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--shadow);
    background: var(--white);
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    border: 1px solid var(--black);
}

.owl-nav .owl-prev svg,
.owl-nav .owl-next svg {
    width: 14px;
    height: 14px;
}

.owl-dot {
    z-index: 9;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    background: var(--shadow);
}

.owl-dot.active {
    background: var(--black);
}

.at-sectiontitle {
    padding-bottom: 0px;
}

.at-sectiontitle::after {
    display: none;
}
.custom-p p{
    font-size:15 !important;
}
.at-sectionhead .at-description p {
    margin: 0px 0px;
    margin-bottom: 15px;
    max-width: 600px;
    font-size:15px;
    
    font-weight:400;
}
.at-sectionhead .at-description b{
    font-weight:700;
}

.btn-main {
    background: var(--primary);
    color: var(--white);
    padding: 15px 32px;
    border-radius: 50px;
    border: 0px;
    font-weight: 500;
}

.btn-main:hover {
    /* background: var(--black); */
    color: var(--white);
}

.btn-main:focus {
    box-shadow: none;
}

.btn-main-2 {
    background: #286276;
    color: #fff;
    padding: 12px 28px;
    border-radius: 15px;
    border: 0px;
    font-weight: 500;
}

.btn-main-2:hover {
    /* background: var(--primary); */
    color: var(--white);
}

.btn-main-3 {
    background: var(--secondary);
    color: var(--white);
    padding: 12px 28px;
    border-radius: 15px;
    border: 0px;
    font-weight: 500;
}

.btn-main-3:hover {
    /* background: var(--primary); */
    color: var(--white);
}

.tn-main-2:focus {
    box-shadow: none;
}

.fixed-top {
    position: fixed !important;
}

.dropdown_filter {
    display: none;
}

.dropdown_filter {
    padding: 15px;
    border-radius: 15px;
    background: var(--white);
    top: 86px;
    left: 0;
    z-index: 2;
    width: 100%;
    box-shadow: 0px 8px 40px 0px var(--shadow);
}

.btn-icon-xl {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border-radius: 8px;
    color: var(--white);
}

.at-pagination ul li a {
    color: var(--black);
    width: 40px;
    height: 40px;
    background: var(--white);
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid var(--shadow);
}

.at-pagination ul li.at-active a,
.at-pagination ul li.at-active span {
    color: var(--white);
    border-color: var(--primary);
    background: var(--primary);
}

.at-pagination ul li a:hover {
    color: var(--white);
    border-color: var(--primary);
    background: var(--primary);
}

header#at-header {
    background: var(--primary);
}

.at-footerbottom {
    background: var(--primary);
}

.at-copyrights {
    color: var(--white);
    font-family: var(--font);
}

.at-header .at-logo {
    padding: 15px 0;
}

/*.at-navigation>ul>li {*/
/*    margin-right: 18px;*/
/*}*/

/*.at-navigation>ul>li:last-child {*/
/*    margin-right: 0px;*/
/*}*/

/*.at-navigation ul li a {*/
/*    color: var(--white);*/
/*}*/

/*#registr-login{*/
/*    text-decoration: none;*/
    
/*}*/
/*.at-navigation>ul>li>a:hover {*/
/*    background: var(--white);*/
/*    color: var(--black);*/
/*}*/

/*.at-navigation ul li.nav-item.login a {*/
/*    background: var(--white);*/
/*    color: var(--black);*/
/*}*/

/*.at-navigation ul li.nav-item.login a:hover {*/
/*    background: var(--black);*/
/*    color: var(--white);*/
/*}*/

/*.at-navigation>ul>li>a:after {*/
/*    display: none;*/
/*}*/

/*.at-navigation>ul>li>a,*/
/*.at-navigation>ul>li:last-child>a {*/
/*    background: transparent;*/
/*    color: var(--white);*/
/*    padding: 15px 18px;*/
/*    border-radius: 50px;*/
/*}*/

/*.at-leftarea .search {*/
/*    position: relative;*/
/*}*/

/*.at-leftarea .search .icon {*/
/*    position: absolute;*/
/*    left: 12px;*/
/*    top: 0px !important;*/
/*}*/

/*.at-leftarea .search .icon i {*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*}*/

/*.at-leftarea .at-logo {*/
/*    margin-right: 30px;*/
/*}*/

/*.at-leftarea .locat {*/
/*    margin-right: 45px;*/
/*}*/

/*.at-leftarea .locat .icon i {*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    margin-right: 10px;*/
/*}*/

/*.at-leftarea .locat span {*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*}*/

/*.at-leftarea .search input {*/
/*    background: transparent;*/
/*    color: #fff;*/
/*    border: none;*/
/*    border-bottom: 1px solid #fff;*/
/*    border-radius: 0px;*/
/*    padding-left: 45px;*/
/*    font-size: 16px;*/
/*}*/

/*.at-leftarea .search input::placeholder {*/
/*    color: #fff;*/
/*}*/

/*.at-leftarea .search input:focus {*/
/*    box-shadow: none;*/
/*}*/

/*.at-navigation>ul>.active a {*/
/*    background: var(--white);*/
/*    color: var(--black);*/
/*}*/

/*.header-cover {*/
/*    width: 100%;*/
/*    height: 90px;*/
/*}*/

/*.at-header {*/
/*    z-index: 99;*/
/*}*/

/*.at-header .user-drop {*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    background: var(--white);*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*}*/

/*.at-header ul .nav-item {*/
/*    position: relative;*/
/*}*/

/*.at-header .user-dropdown {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 56px;*/
/*    padding: 15px;*/
/*    border-radius: 15px;*/
/*    background: var(--white);*/
/*    width: 166px;*/
/*    box-shadow: 0px 8px 40px 0px var(--shadow);*/
/*}*/

/*.at-header .user-dropdown ul {*/
/*    margin: 0px;*/
/*}*/

/*.at-header .user-dropdown ul li {*/
/*    list-style: none;*/
/*    padding: 10px 15px;*/
/*    border-radius: 8px;*/
/*    cursor: pointer;*/
/*}*/

/*.at-header .user-dropdown ul li:hover {*/
/*    background: var(--shadow);*/
/*}*/

/*.at-header .user-dropdown ul li a {*/
/*    font-weight: 500;*/
/*    color: var(--black);*/
/*}*/

/*.at-header .user-drop span {*/
/*    font-size: 18px;*/
/*    color: var(--black);*/
/*}*/

.at-homefilter {
    padding: 80px 0px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.card-transparent {
    padding: 20px;
    border-radius: 15px;
    background: var(--card-transparent);
    box-shadow: 0px 8px 40px 0px var(--shadow);
}

.inner-card {
    padding: 20px;
    border-radius: 15px;
    background: var(--white);
}

.at-homefilter .inner-card label {
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#dropdownLocation .nav .nav-item {
    list-style: none;
    padding: 5px 15px;
    border-radius: 8px;
    cursor: pointer;
}

#dropdownLocation .nav .nav-item:hover {
    background: var(--shadow);
}

#dropdownLocation .nav .nav-item span {
    font-weight: 500;
    color: var(--black);
}

#dropdownCheckIn {
    width: 830px;
    left: -267px;
}

#dropdownCheckIn .lightpick {
    position: unset;
}

.lightpick__day.is-in-range,
.lightpick__day:not(.is-disabled):hover,
.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
    background: var(--primary);
    border-color: var(--primary);
}

#dropdownGuests {
    width: 410px;
}

#dropdownGuests .select_guest {
    padding: 10px 10px;
    border-bottom: 1px solid var(--shadow);
}

#dropdownGuests .col-12:last-child .select_guest {
    border: unset;
}

#dropdownGuests .select_guest .count_box {
    display: flex;
    align-items: center;
    justify-content: end;
}

#dropdownGuests .select_guest .count_box .box_value {
    margin: 0px 10px;
    width: 24px;
    text-align: center;
}

#dropdownGuests .select_guest .count_box .btn-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--black);
    color: var(--black);
    background: var(--white);
    border-radius: 50%;
    opacity: 0.4;
    cursor: pointer;
}

#dropdownGuests .select_guest .count_box .btn-box:hover {
    opacity: 1;
}

.at-activity,
.at-latest-offer,
.at-categories,
.at-welcome,
.at-road,
.at-footer,
.at-vendor,
.at-term,
.at-contact,
.at-address,
.at-section {
    padding: 50px 0 30px 0px;
}

.at-tittel_banner {
    padding: 150px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.at-tittel_banner h2 {
    color: var(--white);
}

.activity_slide .item {
    padding: 0px 10px;
}

.activity_slide .item a .activity_li {
    opacity: 0.6;
}

.activity_slide .item a:hover .activity_li {
    opacity: 1;
}

.activity_slide .item .activity_li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity_slide .item .activity_li .icon img {
    width: 52px;
    height: 52px;
}

.activity_slide .item .activity_li .acttivity_type {
    text-align: center;
    margin-top: 5px;
}

.activity_slide .item .activity_li .acttivity_type span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.at-latest-offer .offers_slider .offer-item {
    padding: 7.5px;
}

.at-latest-offer .offers_slider .offer-item a {
    margin: 10px;
}

.at-latest-offer .offers_slider .offer-item .offer_box img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
}

.at-latest-offer .offers_slider .offer-item a:hover {
    box-shadow: 0px 8px 40px 0px var(--shadow);
}

.at-latest-offer .offers_slider .owl-dots,
.categories-item .owl-dots {
    margin-top: 0px;
}

.at-categories .categories-item {
    padding: 7.5px;
}

.at-categories .categories-item a {
    color: var(--black);
}

.card {
    border-radius: 10px;
    border: none !important;
}

.card .thumbnail img {
    width: 100%;
    /*height: 145px;*/
    object-fit: cover;
    /*border-radius: 10px 10px 0px 0px;*/
}

.card .card-body {
    padding: 20px;
}

.at-categories .categories-item .card .card-body p {
    margin-bottom: 15px;
    font-weight:500;
    color:#868484;
}
.at-categories .categories-item .card .card-body h5{
    font-size:1.7rem;
}
.at-categories .categories-item a:hover h5 {
    color: var(--primary);
}

.btn-arrow {
    padding: 0px;
    font-size: 18px;
}

.btn-arrow:hover span {
    color: var(--primary);
}

.at-categories {
    position: relative;
}

.bg-patten {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.bg-patten .top-left,
.bg-patten .bottom-right {
    position: absolute;
}

.bg-patten .top-left {
    top: 0;
    left: 0;
}

.bg-patten .bottom-right {
    bottom: 0;
    right: 0;
}

.welcome_list {
    display: flex;
    align-items: center;
}

.welcome_list .icon {
    margin-right: 10px;
}

.welcome_list .icon span {
    color:#286276;
}

.welcome_list .list_text p {
    margin-bottom: 0px;
}

.at-content ul li {
    list-style: none;
    margin-bottom: 5px;
}

.at-content b {
    display: block;
    font-size: 16px;
}

.at-welcome .welcome_box {
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.at-Listing {*/
/*    padding: 50px 0px;*/
/*}*/

.Listings_card .thumbnail {
    position: relative;
}

.Listings_card .thumbnail,
.Listings_card .thumbnail .thumbnail_slider,
.Listings_card .thumbnail .thumbnail_slider .item,
.Listings_card .thumbnail .thumbnail_slider .item .list_img {
    width: 100%;
    height: 225px;
}

.Listings_card .thumbnail .thumbnail_slider .item {
    border-radius: 10px;
}

.Listings_card .thumbnail .thumbnail_slider .item .list_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.Listings_card .thumbnail .thumbnail_slider .owl-stage {
    display: flex;
    flex-direction: row;
    /* Set flex-direction to column */
}

.Listings_card .thumbnail .thumbnail_slider .owl-item {
    opacity: 0;
}

.Listings_card .thumbnail .thumbnail_slider .owl-item.active {
    opacity: 1;
    transition: all 2s;
}

.Listings_card .thumbnail .thumbnail_slider .owl-nav {
    display: none;
}

.Listings_card .thumbnail .thumbnail_slider .owl-dots {
    position: absolute;
    bottom: 15px;
}

.Listings_card .thumbnail .thumbnail_slider .owl-dot {
    background: var(--white);
    opacity: 0.6;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.Listings_card .thumbnail .thumbnail_slider .owl-dot.active {
    opacity: 1;
}

.Listings_card .thumbnail .prime_icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.Listings_card .thumbnail .prime_icon img {
    width: 40px;
    height: 40px;
    border-radius: 10px 0 0 0;
}

.Listings_card .thumbnail .top_control {
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.Listings_card .thumbnail .top_control .badge-listing {
    padding: 6px 12px;
    font-size: 12px;
    color: var(--black);
    font-weight: 500;
    background: var(--white);
    border-radius: 30px;
}

.Listings_card .thumbnail .top_control .like_icon span {
    -webkit-text-stroke: 0.5px var(--white);
    text-stroke: 0.5px var(--white);
    color: var(--black);
    font-size: 16px;
    cursor: pointer;
}

.Listings_card .list-info {
    display: flex;
    align-items: start;
    justify-content: space-between;
    /*margin-bottom: 5px;*/
}

.Listings_card .list-info .info a h5 {
    margin-bottom: 0px;
    font-size: 15px !important;
}

.Listings_card .list-info .info a:hover h5 {
    color: var(--primary);
}

.Listings_card .list-info .info p {
    margin-bottom: 0px;
    font-size:13px;
    color:#222;
    /*margin-top:5px;*/
    
}
.Listings_card .list-info .info p span{
    margin-right:10px;
    color:#ccc;
}

.Listings_card .list-info .review {
    display: flex;
    align-items: center;
    justify-content: end;
}

.Listings_card .list-info .review span {
    color: var(--black);
}

.Listings_card .list-info .review .icon {
    margin-right: 5px;
}

.Listings_card {
    margin-bottom: 25px;
}

.Listings_card .card {
    border: none;
}

.Listings_card .card .card-body {
    padding-left: 0px;
    padding-right: 0px;
}

.col-md-4:last-child .Listings_card,
.col-md-3:last-child .Listings_card {
    margin-bottom: 0px;
}

.deals-container{
    width:100%;
    /*height:100%;*/
    background:#f2f2f2;
    padding:7px;
    border-radius:7px ;
}

.deals-img{
    width:100%;
    height:250px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.deals-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:7px ;
    
}
.deals-details{
    padding:0 10px;
}

.deals-details h5{
    font-size:16px;
    /*margin:0;*/
    
}
.deals-details-price p{
    margin:0;
    font-size:14px;
    font-weight:500;
}






/* .at-Listing .row{
    margin-left: -7.5px;
    margin-right: -7.5px ;
}

.at-Listing .row .col-md-4,
.at-Listing .row .col-md-3{
    padding: 7.5px;
    padding: 7.5px ;
} */

.at-model-section .welcome_list {
    align-items: start;
}

.at-registration {
    padding: 50px 0px;
}

.at-registration .at-sectiontitle h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--black);
    width: auto;
}

.at-registration .at-sectiontitle {
    float: left;
    width: auto;
    position: relative;
    margin-bottom: 23px;
    padding-bottom: 17px;
    margin: 0px 24.5%;
    margin-bottom: 30px;
    text-align: center;
}

.at-model-section {
    position: relative;
}

.bg_2_with_patten {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    z-index: -1;
}

.bg_2_with_patten .patten_01,
.bg_2_with_patten .patten_02 {
    position: absolute;
    right: -132px;
    z-index: 0;
}

.bg_2_with_patten .patten_01 {
    top: -26px;
}

.bg_2_with_patten .patten_02 {
    bottom: -37px;
}

.at-model-section .bg_2_with_patten .bg_75 {
    background: #E2EED5;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.at-road .Listings_card .thumbnail,
.at-road .Listings_card .thumbnail .thumbnail_slider,
.at-road .Listings_card .thumbnail .thumbnail_slider .item,
.at-road .Listings_card .thumbnail .thumbnail_slider .item .list_img {
    height: 250px;
}

.at-road .Listings_card {
    margin-bottom: 0px;
}

.at-footer {
    background: var(--white);
    border-top: 1px solid var(--shadow);
}

.at-fthreecolumn {
    padding: 0px 0;
}

.top_copyright {
    display: flex;
    align-items: center;
    /*margin-top: 30px;*/
    justify-content: center;
}

.top_copyright .copy_right {
    margin-right: 20px;
}

.top_copyright .copy_right p {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
    letter-spacing: 0.1px;
}

.top_copyright .copy_right p a {
    text-decoration: none;
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
    letter-spacing: 0.1px;
}

.top_copyright .copy_right p a:hover {
    color: var(--primary);
}

.top_copyright .copy_right_nav ul li {
    list-style-type: none;
}

.top_copyright .copy_right_nav ul li a {
    color: var(--black);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 157%;
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
}

.top_copyright .copy_right_nav ul li a:hover {
    color: var(--primary);
}

.top_copyright .copy_right_nav ul li a .icon {
    margin-right: 6px;
    margin-top: -7px;
}

.top_copyright .copy_right_nav ul li a .icon span {
    font-size: 5px;
    color: var(--black);
}

.top_copyright .copy_right_nav ul li a:hover .icon span {
    color: var(--black);
}

.footer_main_nav h5 {
    color: #578327;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
    letter-spacing: 0.1px;
}

.footer_main_nav ul li {
    list-style: none;
}

.footer_main_nav ul li a {
    padding-left: 0px;
    color: #f2f2f2;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 157%;
    letter-spacing: 0.1px;
}

.footer_main_nav ul li a:hover {
    color: var(--primary);
}

.modal {
    padding-top: 91px;
    background: var(--modal-bg);
}

.modal-content {
    background: transparent;
    border: none;
}

.modal-content .card {
    border-radius: 15px;
}

.modal-content .card .modal_tab {
    background: var(--white);
    box-shadow: 0px 8px 15px 0px var(--tab-shadow);
    border-radius: 15px 15px 0px 0px;
}

.modal-content .card .modal_tab ul {
    display: flex;
    align-items: center;
}

.modal-content .card .modal_tab ul li {
    list-style: none;
    width: 100%;
}

.modal-content .card .modal_tab ul li button {
    text-align: center;
    padding: 12px 25px;
    width: 100%;
    background: transparent;
    color: var(--black);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.46px;
    text-transform: capitalize;
    border: none;
    outline: none;
}

.modal-content .card .modal_tab ul .active button,
.modal-content .card .modal_tab ul li button:hover {
    background: var(--primary);
    color: var(--white);
}

.modal-content .card .modal_tab ul li:first-child button {
    border-radius: 14px 0px 0px 0px;
}

.modal-content .card .modal_tab ul li:last-child button {
    border-radius: 0px 14px 0px 0px;
}

.modal-content .card .card-body {
    padding: 25px;
}

.otp_form-group {
    display: flex;
    align-items: center;
    width: 343px;
    margin: 0px 12%;
    justify-content: center;
}

.vendor_divider {
    height: 100%;
}

.vendor_divider .divider {
    height: 100%;
    position: relative;
}

.vendor_divider .divider .hr_y {
    width: 1px;
    height: 85vh;
    background: var(--shadow);
    margin: 0px auto;
}

.vendor_divider .divider .or {
    position: absolute;
    top: 172px;
    left: 7px;
    width: 50px;
    height: 50px;
    background: var(--white);
    border-radius: 50%;
    border: 1px solid var(--shadow);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor_divider .divider .or span {
    font-size: 14px;
    color: var(--shadow);

}

.at-term ul li {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 29px;
    text-align: left;
}

.at-term ul li .icon {
    margin-right: 10px;
}

.at-term ul li .icon span {
    font-size: 6px;
    line-height: 6;
}

#main #faq .card {
    margin-bottom: 0px;
    border: 0;
    border-bottom: 1px solid var(--shadow) !important;
    border-radius: 0px;
}

#main #faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #222;
    padding: 15px 20px;
    background:#fff;
    font-weight: 600;
    font-size:15px !important;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    line-height: 30px;
    color: var(--black);
}

#main #faq .card-body {
    padding: 15px 20px;
    font-size:13px;
}



.accordion_tab {
    background: var(--white);
    box-shadow: 0px 2px 11px 0px var(--tab-shadow);
    border-radius: 15px;
    margin: 10px;
    margin-top: 0px;
}

.accordion_tab ul {
    display: flex;
    align-items: center;
}

.accordion_tab ul li {
    list-style: none;
    width: 100%;
}

.accordion_tab ul li button {
    text-align: center;
    padding: 12px 25px;
    width: 100%;
    background: transparent;
    color: var(--black);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.46px;
    text-transform: capitalize;
    border: none;
    outline: none;
}

.accordion_tab ul .active button,
.accordion_tab ul li button:hover {
    background: #286276;
    color: #fff;
}

.accordion_tab ul li button,
.accordion_tab ul li button:hover {
    border-radius: 14px 0px 0px 14px !important;
}

.accordion_tab ul li:first-child button,
.accordion_tab ul li:first-child button:hover {
    border-radius: 14px 0px 0px 14px !important;
}

.accordion_tab ul li:last-child button,
.accordion_tab ul li:last-child button:hover {
    border-radius: 0px 14px 14px 0px !important;
}

.at-contact .card {
    border: 1px solid var(--shadow);
    box-shadow: 0px 4px 20px 0px var(--shadow);
    border-radius: 15px;
}

/*.at-contact .card .card-body {*/
/*    padding: 30px;*/
/*}*/

.contact_tittel h1 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    line-height: 1em;
}

.contact_tittel .tittel-hr {
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background: var(--primary);
    margin: 0px auto;
    margin: 15px auto;
}

.at-address {
    position: relative;
}

/*.at-address .address-inner {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*}*/

.at-address .address-inner .card {
    border: 1px solid var(--shadow);
    box-shadow: 0px 4px 20px 0px var(--shadow);
    border-radius: 15px;
}

.at-address .address-inner .card .card-body {
    padding: 30px;
}

.at-address .address-inner .card .card-body .icon img {
    height: 45px;
    width: auto;
    margin-bottom: 5px;
}

.at-address {
    padding-bottom: 27px;
}

.at-section .card {
    /*border: 1px solid var(--shadow);*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 7px;
    border:2px solid #286276 !important;
}

.at-section .card .card-body {
    padding: 0px;
}

.at-section .user-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid var(--shadow);
    background:#286276;
}

.at-section .user-detail .user-left {
    display: flex;
    align-items: center;
    width:100%;
    background: rgba(255, 255, 255, 0.31);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.1px);
-webkit-backdrop-filter: blur(7.1px);
border: 1px solid rgba(255, 255, 255, 0.3);
padding:10px;
}

.at-section .user-detail .user-img {
    width: 70px;
    height: 70px;
    border: 1px solid var(--shadow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 15px;
    background:#fff;
}

.at-section .user-detail .user-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.at-section .user-detail .user-img .user-status {
    width: 20px;
    height: 20px;
    background:#286276;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 5px;
    border: 1px solid #fff;
}
.btn-main-2 {
   
}

.btn-main-2:hover {
    /* background: var(--primary); */
    color: var(--white);
}
.profile-btn{
     background: #286276;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px !important;
    border: 0px;
    font-weight: 500;
}.profile-btn:hover {
    /* background: var(--primary); */
    color: #fff;
}
.at-section .user-detail .user-img .user-status span {
    color: var(--white);
    font-size: 10px;
    margin-top: 2px;
}

.at-section .user-detail .user-info .full-review {
    display: flex;
    align-items: center;
}


.at-section .user-detail .user-info .full-review .review {
    margin-right: 5px;
}

.at-section .user-detail .user-info .full-review .review ul {
    display: flex;
    align-items: center;
}

.at-section .user-detail .user-info .full-review .review ul li {
    list-style-type: none;
    margin-right: 3px;
}

.at-section .user-detail .user-info .full-review .review ul li span {
    font-size: 12px !important;
    color:#222 !important;
}
.at-section .user-detail .user-info .full-review  b {
    font-size: 14px !important;
    font-weight:500;
}

.at-section .user-detail .user-info h5 {
    font-size: 18px;
    margin-bottom: 0px;
    color:#fff;
}

.at-section .user-detail .user-info b {
    margin-top: 5px;
}

.at-section .x-nav {
    padding: 20px;
}

.at-section .x-nav ul li {
    list-style-type: none;
    margin-top:5px;
}

.at-section .x-nav ul li a {
    display: flex;
    align-items: center;
    border-radius: 8px;
    position: relative;
    color: var(--text);
    height:45px;
}

.at-section .x-nav ul li a .link-text {
    font-weight: 500;
}

.at-section .x-nav ul li a:hover,
.at-section .x-nav ul li a.active {
    background: #286276;
    color: #fff !important;
}


.at-section .x-nav ul li a .icon {
    margin-right: 10px;
    color: #000;
}

.at-section .x-nav ul li a .icon span {
    font-size: 16px;
    font-weight: none;
}

.at-section .x-nav ul li a:hover .icon,
.at-section .x-nav ul li a.active .icon {
    color: #fff;
}

.at-section .x-nav ul li a .active-hr {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 5px;
    height: 20px;
    border-radius: 3px;
    background: var(--black);
    margin: 11px 0px;
    opacity: 0;
}

.at-section .x-nav ul li a:hover .active-hr,
.at-section .x-nav ul li a.active .active-hr {
    opacity: 1;
    transform: all 3s;
}

.at-section-content .card .card-body {
    padding: 20px;
}

.at-section-content .upload-card {
    box-shadow: none;
    /*border: 1px solid var(--shadow) !important;*/
    /*background: var(--card-bg);*/
}

.at-section-content .upload-card .upload-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    border: 2px dashed var(--shadow);
/*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/

}

.at-section-content .upload-card .upload-wrap .file-wrap {
    display: flex;
    align-items: center;
}

.at-section-content .upload-card .upload-wrap .file-wrap button {
    margin-right: 30px;
}

.at-section-content .upload-card .upload-wrap .status span {
    color: var(--text);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
}
.at-section-content .upload-card .Upload-perview{
    width:150px;
    height:150px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:5px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.at-section-content .upload-card .Upload-perview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.at-section-content .notification-card{
    padding: 15px;
    border-radius: 10px;
    box-shadow: unset;
    border: 2px solid var(--shadow) !important;
    cursor: pointer;
}

.at-section-content .notification-card.active,
.at-section-content .notification-card:hover{
    border: 2px solid var(--shadow) !important;
    background: var(--card-bg);
}

.at-section-content .booking-card .booking-info,
.at-section-content .booking-card .family-info,
.at-section-content .booking-card .price-info{
    border-right: 1px solid var(--shadow);
}

.at-section-content .booking-card .booking-info{
    display: flex;
    align-items: center;
}
.at-section-content .booking-card .booking-info b,
.at-section-content .booking-card .booking-info span{
    display: block;
    width: 100%;
}

.at-section-content .booking-card .booking-info .place-img{
    width: 70px;
    height: 70px;
    border: 1px solid var(--shadow);
    border-radius: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.at-section-content .booking-card .booking-info .place-img img{
    width: 60px;
    height: 60px;
    border-radius: 0;
    object-fit: cover;
}

.at-section-content .booking_ditails .table_cols{
    border-bottom: 1px solid var(--shadow) !important;
}

.at-section-content .booking_ditails .table_cols .link-text{
    color: var(--primary);
}

.at-section-content .btn-icon-xl{
    width: 47px;
    height: 47px;
    font-size: 18px;
    border-radius: 15px;
}

.at-section-content .notification-card .place-img{
    position: relative;
}
.at-section-content .notification-card .place-img,
.at-section-content .notification-card .place-img img{
    border-radius: 50% !important;
}

.at-section-content .notification-card a .place-info span{
    color: var(--text);
}

.at-section-content .notification-card .link-text{
    color: var(--primary);
}






#button-77 {
  
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  border-radius: 80px;
  color: #286276;
  transition: all 0.5s;
  border: 3px solid #fff;
}
#button-77:hover{
    background-color: #286276;
    color: #fff;
}


/* Hot Deals */

.deals-breadcrump{
    background: transparent;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
}
.deals-breadcrump li{
    list-style: none;
    width: unset;
}
.btn-groups{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.btn-groups ul{
    display: flex;
    list-style: none;

}
.btn-groups ul li{
    list-style: none;

}
.grp-btn{
    background-color: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 25px;
  background: #286276;
  border-radius: 80px;
  transition: all 0.5s;
  border: 3px solid #fff;
  text-decoration: none;
  
  border: 1px solid #286276;
}
.grp-btn-1{
  font-size: 13px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 22px;
  background: #fff;
  border-radius: 80px;
  transition: all 0.5s;
  text-decoration: none;
  border: 1px solid #286276;
  margin-left: 5px;
  color: #286276;
  transition: all .5s;
}
.grp-btn-1:hover,.deals-inp:hover{
background: #286276;
color: #fff;
}
.deals-inp{
    border: 1px solid #286276;
    background: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    margin-left: 5px;
    transition: all .5s;
}
.card-1{
    padding: 10px;
   border-radius: 10px;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
   height: 100%;
}
.cbd-img{
    border-radius: 10px;
    height: 220px;
}
.cbd-2{
    padding: 5px;
}
.card-title-deals{
    font-size: 15px;
    color: #286276;
    margin: 5px 0;
}
.spn-1{
    color: orange;
    font-size: 20px;
     margin: 5px;
}
.spn-2{
    color: #222;
    font-size: 20px;
    font-weight: 200;
}

.cbd-2{
    width: 100%;
    height: 280px;
}
.deals-location{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

}
.deals-location p{
    margin: 0;
}
.deals-location p i{
    font-size: 20px;
    color: #c0bdbd;
}
.deals-location span{
    font-size: 13px ;
    color: #989696;
}
.deals-price{
    height: 30%;
}
.deals-price-btn{
    
    border-top: 1px solid #22222230;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
.delas-price-bx p{
font-size: 20px ;
font-weight: 300;
color: #222;
margin: 0;
}
.delas-price-bx p span{
font-size: 18px ;
font-weight: 500;
}
.delas-price-bx-btn button{
   padding: 10px 20px;
   border: none;
   outline: none;
   background: rgb(124,179,66);
background: linear-gradient(90deg, rgba(124,179,66,1) 0%, rgba(124,179,66,1) 35%, rgba(81,119,42,1) 100%);
   border-radius: 20px;
   color: #fff;
}
.badge {
    width: 100px;
    /* padding: 0.75rem 1rem 0 1.25rem; */
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
  }
  
  .badge .name {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
  }


  
.pagination-bx{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .page-item{
    list-style: none;
 }





 /* Details Section */
 .main-name,.share-icnz {
   display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 85%;
 }
 .main-name h2{
    font-size: 30px;
 }
 .main-name span{
    width: 90px;
    height: 25px;
    padding: 5px;
    background-color: #286276;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
 }
 .share-icnz span{
    margin-right: 5px;
 }

 
 img {
    max-width: 100%;
    vertical-align: top;
}
.botom-img{
    width: 160px;
    height: 100px;
    border-radius: 10px;
    max-width: 100%;
    vertical-align: top;
}
.gallery {
    display: flex;
    width: 100%;
    margin: 10px auto;
    position: relative;
    padding-top:0;
}

    .gallery {
        padding-top: 370px;
   }

.gallery__img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 15px;
    height: 75%;
    width: 100%;
}
.gallery__thumb {
    padding-top: 6px;
    margin: 6px;
    display: block;
}
.gallery__selector {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
    opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb > img {
    box-shadow: 0 0 0 3px #4a5455;
}

@media screen and (max-width:575px){
     .gallery {
        padding-top: 250px;
   }
   .botom-img{
        width: 100px;
    height: 60px;
   }
}
.main-details{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}
.main-details h3{
    margin: 0;
    font-size: 27px;
}
.main-details p{
    margin: 0;
    font-size: 12px;
}

.details-tabs {
    position: relative;
    margin: 3rem 0;
    height: 14.75rem;
  }
  .details-tabs::before,
  .details-tabs::after {
    content: "";
    display: table;
  }
  .details-tabs::after {
    clear: both;
  }
  .details-tab {
    float: left;
  }
  .details-tab-switch{
    display: none;
  }
  .details-tab-label {
    position: relative;
    display: block;
    line-height: 2.75em;
    height: 3em;
    padding: 0 20px 0 0;
    color: #222;
    cursor: pointer;
    top: 0;
    transition: all 0.25s;
    font-weight: 500;
    
    border-bottom: 1px solid #222;
  }
  
  .details-tab-content{
    height: 12rem;
    position: absolute;
    z-index: 1;
    top: 2.75em;
    left: 0;
    padding: 20px 60px 10px 0 ;
    color: #2c3e50;
    opacity: 0;
    transition: all 0.35s;
    margin-top: 20px;
  }
  .details-tab-switch:checked + .details-tab-label {
    background: #fff;
    color: #286276;
    transition: all 0.35s;
    z-index: 1;
  }
  .details-tab-switch:checked + label + .details-tab-content {
    z-index: 2;
    opacity: 1;
    
    transition: all 0.35s;
  }
  .details-table th,.details-table td{
    text-align: left;
    
  }
  .details-table-2 th,.details-table-2 td{
    text-align: left;
    border: 0;
    padding: 0;
    height: 2px;
    border-top: none;
  }
  .details-table-2 td i{
    font-size: 15px;
    margin-right: 10px;
  }
  .details-activities ul li{
    list-style: none;
  }
  .details-activities-img-bx{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .details-activities-img-bx img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    
    border-radius:10px;
  }
  .details-activities-desc{
      width:100%;
       min-height: 50px;
    max-height: 180px;
    overflow-y:auto;
  }
  .details-activities-desc::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.details-activities-desc::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}
 
/* Handle */
.details-activities-desc::-webkit-scrollbar-thumb {
  background: #286276; 
  border-radius: 10px;
}

  .details-activities p span{
    font-size: 18px ;
    font-weight: 500;
    color: #222;
    margin-right: 10px;
  }
  .details-activities p{
    font-weight: 500;
    color: #222;
  }
  .details-terms-condition{
background: #fff;
/*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
border:1px solid #286276;
border-radius: 7px;
width:100%;
  }
  .details-terms-condition ul li{
    list-style: none;
  }

.terms-btn{
    padding: 7px 20px ;
    border: none;
    outline: none;
    background-color: #222;
    color: #fff;
    border-radius: 40px;
    font-size:13px;
    /*width: 200px;*/
}
.details-terms-img-bx{
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
}
.details-terms-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    border-radius:5px;
}

.review-img-box{
    width: 70px;
    height: 70px;
    background: #286276;
   border-radius: 50%;
   padding: 2px;
   display: flex;
   justify-content: center;
   align-items: center;

}
.review-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.main-review{
    width: 100%;
}
.main-review p{
    margin: 0;
    font-size: 12px;
}
.spn-star-review{
    color: orange;
}
.review-btn{
       padding: 3px 23px;
    border: none;
    outline: none;
    background-color: #fff;
    border: 2px solid #222;
    color: #222;
    border-radius: 8px;
    transition:0.5s;
}
.review-btn:hover{
    background:#286276;
    color:#fff;
    border-color:#286276;
}
.near-location ul li{
    font-size: 13px;
    color: #000;
}
.near-location-2 ul li{
    list-style: none;
    font-size: 12px;
    color: #000;
}
.near-location-p{
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
.reserv-bx{
    width: 100%;
    height: 100%;
        border-radius: 5px;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    padding: 10px;
    border: 1px solid #286276;
    padding-bottom:7px;


}

.warn-ul li{
        width: 100%;
   
    margin: 0;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    color:#e72f2f;
}
.reserv-bx-1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 10px 15px;
    height: 50px;
    width: 100%;
}
.reserv-bx-1 strike{
font-size: 27px;
}
.reserv-bx-1 p{
    margin: 0;
    font-size: 20px;
    color: #000;
}
.reserv-bx-1 p span{
    font-size: 13px;
    color: #b3afaf;
    margin-left: 8px;
}
.reserv-bx-2{
    border: 1px solid #aeaeae8b;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}
.reserv-check{
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #aeaeae8b;
}
.value_box-2{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reserv-btn{
    width: 100%;
    border-radius: 8px;
    background-color: #286276;
    color: #fff;
    border: 0;
    height: 40px;
    outline: 0;
}
.res-inp input, .res-inp select{
    height:38px !important;
    border-radius:7px !important;
    border-color:#286276;
}
.res-inp input:focus, .res-inp select:focus{
   outline:none !important;
   box-shadow:none !important;
   border:1px solid #286276;
}

.rupees{
    width: 100%;
    padding: 0 10px;
    margin-top: 30px;
}
.rupees p{
    text-decoration: underline;
    margin: 0;
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tax{
    margin-top: 10px;
border-top: 1px solid #aeaeae8b;
    /*height: 40px;*/
    width: 100%;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    padding: 0 10px;
}
.tax p{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-weight: 600;
    color: #000;
    margin-top:7px;
    font-size:13px;
}
.reserv-rate{
    font-size:20px !important;
    font-weight:500;
    color:#3c3c3c !important;
}
.reservation-check{
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #286276;
    padding:3px 7px;
    border-radius:7px;
}
.chk-lbl,.chk-lbl-icn{
    font-size:11px;
    font-weight:600;
    text-align:center;
    margin-left:5px;
}
.reservation-check input{
    height:25px !important;
    font-size:13px !important;
    border:none !important;
    width:90%;
}
.reservation-check input:focus{
    outline:none !important;
    box-shadow:none !important;
}
.room-selection-box{
     display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-direction:column;
}
.room-selection-box select{
    width:100%;
    height:45px;
}


.reserv-bx-relate
.related-bx{
    width: 100%;
}
.relate-img-bx{
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.relate-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

}
.listing-right-side-video{
    width:100%;
    min-height:10px;
    max-height:250px;
    margin:10px 0;
    border-radius:15px;
    overflow:hidden;
}
.listing-right-side-video video{
    min-height:10px;
    max-height:250px;
}






/* Activity */
.pd{
    padding:30px;
}
.active-cbd-img{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.active-cbd-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.active-card-text{
    margin: 0;
    font-size:12px;
}
.activity-img-bx-2{
    width: 455px;
    height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}
.activity-img-bx-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
     border-radius: 10px;
     color: #286276;
}

.activity-rules{
    font-size:14px;
    line-height:30px;
    letter-spacing:0.5px;
    word-spacing:1px;
}
.main-activty-tle h5{
    font-size:23px;
    color:#000;
    text-align:left;
    margin:0;
    font-weight:500;
}
.activity-rules ul li{
    font-size: 15px;
    margin-top: 10px;
  text-align: left;
}
.ar-hde::-webkit-outer-spin-button,
.ar-hde::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
  
#outer {
    /*margin-top: 100px;*/
    width: 100%;
    height: 270px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f6f6;
}
#outer iframe{
    width:100%;
    height:100%;
}
.video {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activites-details-desc{
   width: 100%;
    height: 100%;
    /*padding-left: 30px;*/
   
}
.activites-details-desc h5{
    font-size: 40px;
    color: #286276;
}
.act-desc{
   font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
    letter-spacing: 0px;
    word-spacing: 1px;
}

.activity-btn{
    padding: 7px 20px ;
    border: none;
    outline: none;
    background-color: #286276;
    color: #fff;
    border-radius: 5px;
    width: 180px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.activity-bg{
    padding:10px;
    border-radius:10px;
    border:1px solid #286276;
}
.activity-bg .owl-dots{
    margin-top:30px;
    
}
.activity-bg .owl-nav{
    height:1px;
}
.activity-bg .owl-dot{
    width:20px;
    height:5px;
    border-radius:7px !important;
}
.activity-bg .owl-dot.active{
    background:#286276;
}



.sec-3-img {
    width: 100%;
    height: 30rem;
    border-radius: 7px;
    overflow: hidden;
    transition:0.5s;
    position: relative;
     background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    padding:10px;
  }
  .activity-title{
      color:#fff;
      font-size:18px;
      opacity:1;
  }
  .sec-3-img:hover .activity-title{
      opacity:0;
  }
  .sec-3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .overlay {
       width:100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(34,34,34);
    background: linear-gradient(0deg, rgba(34,34,34,0.6195728291316527) 0%, rgba(34,34,34,0.6111694677871149) 100%);
    padding:20px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    opacity:0;
    transition:0.5s;
  }
  .sec-3-img:hover .overlay{
      opacity:1;
       height: 100%;
       transition:0.5s;
  }
  
  .overlay h5 {
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    margin: 0;
  }
  
  .trek{
    width: 100%;
    display: flex;
    flex-direction: column;

  }
  .trek p{
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height:27px;
    /*letter-spacing:0.5px;*/
    word-spacing:1px;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
  }
  .sec-3-btn {
    padding: 5px 25px;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s;
    font-size: 12px;
    font-weight: 500;
  }
  .sec-3-btn:hover {
    background-color: #286276;
    color: #fff;
  }
  


  .Activity-details-form-section{
    /*height: 100%;*/
    width: 100%;
  }
  .packagebx{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .packagebx h3{
   font-size:14px;
   font-weight: 400;
   color: #7b7979;
  }
  .pkg-bx{
    width: 125px;
    height: 250px;
    /* margin-top: 10px; */
    /* margin-bottom: 50px; */
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* background-color: #93c069; */
  }
  .pkg-bx ul{
    list-style: none;
  }
  .pkg-bx ul li{
    list-style: none;
    color: #6e6c6c;
    font-size: 24px;
    font-weight: 400;
    margin: 40px 0;
    /* color: #fff; */
  }
  .pkg-bx ul li:first-child{
    margin-top: 20px;
  }
  .pkg-bx ul li span{
    font-size: 15px;
    margin-left: 5px;
  }
  .other-facilities{
    width: 100%;
    margin: 10px;
    height: 50px;
    
    display: flex;
    flex-direction: row;
    border-radius: 5px;
  }
  .other-facilities form{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;

  }
  .other-facilities p{
    color: #807b7b;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
  }
  .book-tkt{
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #286276;
    border-radius: 5px;
    font-size: 13px;

  }


.Package-bx-btn {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: #286276;
  color: #fff;
  border-radius: 0.5rem;
  font-weight: 600;
  padding: 1.2rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  width: 100%;
  border: 2px solid #286276;
  margin-top: 20px;
}
.Package-bx-btn:hover {
  color: #286276;
  background-color: transparent;
}


.active-details-bbok-tickets{
    width:100%;
    background:#f2f2f2;
    padding:10px 5px  20px 5px;
    border-radius:7px;
    border:1px dashed #286276;
}
.active-details-bbok-tickets h3{
    font-weight:500;
}




.Package-bx{
    width: 100%;
    height: 100%;
    background: #E9F2E0;
border-radius: 8px;
/*box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);*/
backdrop-filter: blur(7.8px);
-webkit-backdrop-filter: blur(7.8px);
border: 1px solid #286276;
padding:10px;

    
}
.package-table{
    
    overflow:hidden;
    border: none;
    background: rgba(255, 255, 255, 0.837);
border-radius: 5px;
/*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
/*padding:10px;*/
}
.bk-desc{
     width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.837);
border-radius: 5px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
padding:17px;
}
.Package-bx h5{
    font-size:20px;
    letter-spacing:0.7px;
}
.package-table tr th{
    color:#fff !important;
    font-size:14px !important;
    background:#286276;
        font-weight: 500;
    /*border:1px solid #fff;*/
}
.package-table tr td{
    font-size:14px;
    border:1px solid #ccc;
    line-height:27px;
    padding:7px !important;
    
    
}
.package-table tr td span{
    font-size:17px ;
    font-weight:600;
    margin-right:3px;
}
  .tb-pkg tr th,.tb-pkg td{
border: 0;
border-top: 0;
text-align: left;
font-size: 20px;
font-weight: 500;
  }
  .tb-pkg-tb tr th,.tb-pkg-tb td{
    border: 0;
    border-top: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
  }
.trip-price{
    padding:2px 21px;
    background:#286276;
    color:#fff;
    font-weight:400;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:40px;
    margin:0;
}


.ac-details-loc{
    width:100%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.ac-details-loc ul{
    width:100%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.ac-details-loc ul li{
    padding:10px 4px;
    list-style:none;
    font-size:15px;
    font-weight:400;
    color:#000;
}
.ac-details-loc ul li:first-child{
    padding-left:0;
}
.v-bx-inp{
        background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #286276 !important;
    border-radius: 0 !important;
    height:35px !important;
    font-size:14px;
    font-weight:600;
    padding:5px !important;
}
.v-bx-inp:focus{
        background: transparent !important;
    outline: none !important;
    box-shadow:none;
}

 /* Message */
        .details-scroll ul {
           list-style: none;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
        }

        .details-scroll ul li {
            list-style: none !important;
            /*margin:0px 13px;*/
            border-right:2px solid #286276;
            margin-right:3px;
        }

        /*.details-scroll ul li:first-child {*/
        /*    margin: 0;*/
        /*}*/
        .details-scroll ul li:last-child {
           border-right:0;
        }

        .details-scroll ul li a {
            color: #222;
            font-size: 16px;
            font-weight: 500;
            transition: 0.5s;
            margin-right:10px;

        }

        .details-scroll ul li a:hover {
            color: #286276;
        }

        .lc-near-table tr td {
            border: unset !important;
            text-align: right !important;
            padding:0;

        }

        .lc-near-table tr th {
            border: unset !important;
            text-align: left !important;
            padding:0;

        }

        .accordion-button {
            width: 100%;
            border: none;
            background: transparent;
            outline: none !important;
            font-size: 16px;
            text-align: left;
            font-weight: 500;
            color: #3e3d3d;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 60px;
        }

        .ac-after:after {
            content: "\002B";
            color: #777;
            font-weight: 700;
            float: right;
            margin-left: 5px;
        }

        /*.active {*/
        /*    color: #7cb342;*/
        /*    font-weight: 600;*/
        /*}*/

        /*.active:after {*/
        /*    content: "\2212";*/
        /*}*/

        .accordion-item {
            border-bottom: 1px solid #286276;
            /*padding: 0 10px;*/

        }
        .acd-table-container{
            width:100%;
            overflow-x:auto;
        }
       .min-max{
    
    min-width:unset;
    max-width:200px;
}

.acd-table-container::-webkit-scrollbar {
  width: 3px;
  height:3px;
  
}

/* Track */
.acd-table-container::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}
 
/* Handle */
.acd-table-container::-webkit-scrollbar-thumb {
  background: #286276; 
  border-radius: 10px;
}
.acd-table tr td{
        font-size: 13px;
    line-height: 22px;
}
        .acd-table tr th {
            font-size: 12px;
            font-weight:500;
            color: #fff;
            border: none;
            background: #286276;
            border-right:1px solid #ccc;

        }
        .acd-table-2 tr th {
            font-size: 14px;
            font-weight:500;
            color: #fff;
            border: none;
            background: #286276;
            border-right:1px solid #ccc;

        }
        .acd-table-2 tr td{
             font-size: 14px;
             line-height:25px
        }

        .dt-s-bx {
            width: 200px;
            text-align: left;
        }

        .acd-table p {
            text-align: left;
            line-height:22px;
            font-size:13px;
            color:#000;
            
        }

.d-tle{
    font-size:22px;
    margin-bottom:20px;
    margin-top:20px;
    background:#286276;
    color:#fff;
    padding:10px;
    letter-spacing:0.5px;
}
.dt-act-tle{
    font-size:20px;
    margin:10px 0 !important;
    color:#286276;
}
.sumry-bx p{
    font-size:13px;
    line-height:30px;
    color:#000 !important;
}
.details-table tr th{
    border:1px solid #286276;
    color:#767676;
    font-size:14px;
    font-weight:500;
} 
    
.details-table tr td{
    border:1px solid #286276;
    font-size:13px;
} 
.shdw{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding:5px;
    border-radius:6px;
    margin-top:10px;
}
    /*map*/
    
    

.scrl{
    overflow-y: auto;
    height: 550px;
    background:#fff;
}
.scrl::-webkit-scrollbar {
    width: 2px;               /* width of the entire scrollbar */
  }
  
  .scrl::-webkit-scrollbar-track {
    background: fff;        /* color of the tracking area */
  }
  
  .scrl::-webkit-scrollbar-thumb {
    background-color: #f2f2f2;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #f2f2f2;  /* creates padding around scroll thumb */
  }
  .map-bx{
    width: 100%;
    height: 550px;
    padding: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 10px;
    background:#fff;
  }
  .map-bx i frame{
    width: 100%;
    border-radius: 10px;
  }
  
  
  
  .farmstay-rt-slider{
      width:100%;
      height:100%;
      display:flex;
      justify-content:center;
      align-items:center;
      
  }
  .farmstay-rt-slider img{
      width:100%;
      height:180px;
      object-fit:cover;
      border-radius:5px;

  }
  .farmstay-room-details{
        display: flex;
    justify-content: space-between;
    align-items: self-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 7px;
    margin-top: 7px;
      
  }
  .farmstay-room-details h3{
      font-size:17px;
  }
  .farmstay-room-details h5{
      font-size:15px;
  }
  .farmstay-room-details-chk{
      display:flex;
      align-items:center;
      justify-content:flex-start;
      gap:5px;
      width:50%;
  }
    .farmstay-room-details-chk label{
        margin:0;
    }
    .farmstay-room-details-chk input{
       height: 19px !important; 
       width: 19px !important;
    }
  
  .farmsaty-rt-view{
    border-radius: 4px;
    background-color: #286276;
    color: #fff;
    border: 0;
    height: 27px;
    outline: 0;
     padding:3px 15px;
     font-size:13px; 
    
  }
   .farmsaty-rt-view:hover{
        color:#fff !Important;
   }
   /*.farmstay-roomtype-container{*/
   /*    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
   /*    padding:7px;*/
   /*    border-radius:5px;*/
   /*}*/
   .modal-room-type{
       width:100%;
       min-height:100px;
       /*background:#f2f2f2;*/
       border-radius:4px;
       /*padding:10px;*/
       
   }
   
   .modal-room-details{
       width:100%;
       height:100%;
       background:#f2f2f2;
       padding:10px;
       border-radius:4px;
       
   }
      .modal-room-details ul{
          list-style:none;
          padding:0;
          gap:unset !important;
      }
      .modal-room-details ul li{
          margin-top:10px;
          font-weight:500;
          font-size:15px;
          display:flex;
          justify-content:flex-start;
          align-items:center;
          gap:7px;
          width:100%;
          margin-top:13px;
          
      }
            /*.modal-room-details ul li:first-child{*/
            /*    margin-top:0;*/
            /*}*/
            .modal-room-details h3{
                font-size:15px;
                font-weight:600;
                
            }
   .modal-room-type-price{
   padding: 7px 15px;
    background: #286276;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border-radius: 50px;
    font-size: 14px;
    margin-top:20px;
    width:fit-content;
    
    
       
   }
   .modal-room-amenities{
           display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 0;
   }
      .modal-room-type-price p{
          margin:0;
          font-weight:500;
          color:#fff !important;
      }
   .modal-rm-t li{
      background: #286276;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
   }
   .room-popup-img{
       width:100%;
       height:400px;
        display:flex;
      align-items:center;
      justify-content:center;
   }
   .room-popup-img img{
       width:100%;
       height:100%;
       object-fit:cover;
     
   }
.modal-close-btn button{
    width:30px;
    height:30px;
    background:#286276;
    color:#fff;
    border:none;
    outline:none;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
}

.cr-btn{
    width:50px;
    height:50px;
    background:#fff;
    color:#286276;
    border-radius:50%;
    top:50%;
    opacity:1;
    border:none;
    outline:none;
}
.cr-btn:hover, .cr-btn:focus{
     background:#fff !important;
    color:#286276 !important;
}

.fs-cr-item{
    height:350px;
}
.fs-cr-item img{
     width:100%;
       height:100%;
       object-fit:cover;
       border-radius:4px;
}

.right-side-activities-container{
    width:100%;
    /*height:110px;*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius:5px;
    padding:7px;
    margin-top:15px;
}
.right-side-activities-desc h3{
    font-size:15px;
    line-height:20px;
}
.right-side-activities-desc p{
    margin: 0;
    color: #000;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
    /* letter-spacing: 0.5px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 13px;

}
.right-side-activities-img{
    width:100%;
    /*height:100%;*/
    display:flex;
    justify-content:center;
    align-items:center;
    height:100px;

    
}
.right-side-activities-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:4px;
}
.suggested-farmstay{
    width:100%;
}
.suggested-farmstay .main-details-2 .date{
    font-size:13px;
    margin:0;
}
.suggested-farmstay .main-details-2 a h5{
    font-size:16px;
}
/* Reviews */





  #testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    width:100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #ffffff;
    padding: 10px;
    margin: 15px;
    cursor: pointer;
    border-radius: 20px;
    display: flex;
}
.review-property-img{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.review-property-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.review-user-name{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px ;
}
.review-profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.review-profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.main-reviews-icon{
    color: #f9d71c;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment{
    
    padding:10px ;
    text-align: left;
}
.client-comment p{
    font-size: 0.8rem;
    color: #939090;
    margin: 0;
}
/* .testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
} */



/* Site map */



.tree{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tree ul{
padding-top: 20px;
position: relative;
transition: .5s;

}

.tree li{
    display: inline-table;
    text-align: center;
    list-style: none;
    position: relative;
    padding: 10px;
    transition: .5s;
   
}
.tree li::before, .tree li::after{
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 51%;
    height: 10px;
}
.tree li::after{
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}
.tree li:only-child::after, .tree li:only-child::before{
    display: none;
}
.tree li:only-child{
padding-top: 0;
}
.tree li:first-child::before, .tree li:last-child::after{
    border:0 none;
}
.tree li:last-child::before{
    border-right: 1px solid #ccc;
    border-radius: 0px 5px 0px 0px;
}
.tree li:first-child::after{
    border-radius: 5px 0px 0px 0px;
}
.tree ul ul::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
    
}
.tree a{
    padding: 10px;
    display: inline-grid;
    border-radius: 5px;
    text-decoration-line: none;
    transition: .5s;
}
.tree a span{
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #286276;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding:5px 10px;
}





/* .tree li a:hover, .tree li a:hover span,.tree li a:hover+ul li a{
    background-color: #7CB342;
    color: #fff;
} */



/*Search*/

.farm-search-btn{
    width:100%;
    height:45px; 
    border-radius:5px;
    font-size:15px;
    padding:0;
    display:flex; 
    justify-content:center;
    align-items:center;
    border-radius:40px;
}






/* LOG IN  SECTION */



.w2v-login-bx {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .w2v-login-bx h2 {
    font-size: 30px;
    text-transform: unset;
    letter-spacing: 1px;
    position: relative;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:500;
    margin-bottom:20px;
  }
  /*.w2v-login-bx h2::before {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  bottom: -6px;*/
  /*  background-color: #7cb342;*/
  /*  height: 4px;*/
  /*  width: 40px;*/
  /*  border-radius: 3px;*/
  }
  .mn-lgn-tle {
    font-size:30px;
    letter-spacing: 1px;
    position: relative;
    text-align:center;
    padding:30px 0 10px 0;
  }
  .bdr-right{
      border-right:1px solid #999999;
  }
  /*.mn-lgn-tle::before {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  bottom: -5px;*/
  /*  left: 40%;*/
  /*  background-color: #7cb342;*/
  /*  height: 4px;*/
  /*  width: 70px;*/
  /*  border-radius: 3px;*/
  /*}*/
  .w2v-login-bx h2 span {
    color: #286276;
  }
  .w2v-lgn-btn-dsc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
    height: 230px;
    padding: 5px 25px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14.8px);
    -webkit-backdrop-filter: blur(14.8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .w2v-lgn-btn-dsc p {
    margin: 0;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #222;
    margin: 20px 0;
    text-transform: capitalize;
  }
  
  .w2v-lgn-btn {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background-color: #286276;
    color: #fff;
    font-weight: 500;
    padding: 1.2rem 1.5rem;
    /*padding-left: 20px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    width: 200px !important;
    height:37px !important;
    border: 1px solid #286276;
    margin-top: 20px;
    font-size:15px;
    
  }
  .w2v-lgn-btn:hover {
    color: #286276;
    background-color: transparent;
  }
  .w2v-lgn-btn:focus{
      outline-color:#286276;
  }
  .
  .register-form-bx{
      width: 100%;
      height: 100%;
      background: #fff;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  backdrop-filter: blur(7.8px);
  -webkit-backdrop-filter: blur(7.8px);
  border: 2px solid #286276;
  padding:25px 5px;
  
      
  }
  .social-btn{
      width: 93%;
      height: 50px;
      border-radius: 10px;
      background-color: #286276;
      border: 2px solid #286276;
      color: #fff;
      letter-spacing: 1px;
      font-size: 16px;
      font-weight: 500;
      text-transform: capitalize;
      transition: 0.5s;
  }
  .social-btn:hover{
      background-color: #fff;
      color: #286276;
  }
  .register-input-bx{
      padding: 0 15px;
  }
  .register-input-bx label{
      font-size: 13px;
      font-weight: 600;
      color: #286276;
  
  }
  .register-form-bx input, .register-form-bx select{
      background-color:transparent;
      border: 1px solid #286276;
      border-radius: 10px;
      font-size: 13px;
      border-radius: 5px !important;
  }
  .register-form-bx select{
      width: 81%;
  }
  .register-form-bx input::placeholder{
  font-size: 13px;
  }
  .register-form-bx input:focus{
      background-color: transparent;
      outline:2px solid ;
  }
  .forgot-tag{
      text-decoration: none;
      font-size: 14px;
      color: #222;
  
  }
  .register-form-btn{
      width: 80%;
      height: 50px;
      border: none;
      outline: none;
      padding: 5px;
      background-color: #286276;
      color: #fff;
      border-radius: 10px;
      transition: 0.5s;
      border: 2px solid #286276;
  }
  .register-form-btn:hover{
      background-color: #fff;
      color: #286276;
      border-radius: 30px;
  }
  .register-form-btn:focus{
      outline: none;
  }
  
  
  
  
  
  
  /*Main-login */

  
  .terms-modal-content .modal-body{
    /*height:350px;*/
    width:100%;
    overflow-y:auto;
}

 .terms-modal-content .modal-body::-webkit-scrollbar {
  width: 3px;
}

/* Track */
 .terms-modal-content .modal-body::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}
 
/* Handle */
 .terms-modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #286276; 
  border-radius: 10px;
}
  .terms-modal-content .modal-header h4{
      font-weight:500;
      font-size:18px
  }
    .terms-modal-content .modal-body p ,.terms-details-2 p,.terms-modal-content .modal-body ul li,.terms-modal-content .modal-body ol li{
        font-size:13px;
        line-height:25px;
        font-weight:300;
         margin:0;
        
    }
    .terms-modal-content .modal-body ul,  .terms-modal-content .modal-body ol{
        padding-left:25px;
        list-style:none;
    }
    .terms-modal-content .modal-body ol{
         padding-left:65px;
    }
    .terms-modal-content .modal-body ul li{
          list-style:none;
          margin-top:10px;
    }
     .terms-modal-content .modal-body ol li{
    
          margin-top:7px;
     }
    .terms-modal-content .modal-body ul li strong{
        font-weight:700 !important;
    }
    .terms-modal-content .modal-body h3,.terms-details-2 h4{
           margin: 15px 0;
    font-size: 15px;
    margin-bottom: 3px;
    }
    .terms-modal-content .modal-body h3 strong,.terms-details-2 h4 strong{
        margin:10px 0;
        font-weight:500;
    }
    .terms-modal-content .modal-body p strong{
        font-size:15px;
        line-height:25px;
        font-weight:bold;
       
        
    }
      .terms-modal-content .modal-body h2{
              font-size: 25px;
    margin: 0;
    margin-top: 15px;
      }
      .terms-modal-content .modal-body h1{
              font-size: 17px;
    margin: 0;
    margin-top: 15px;
       letter-spacing:0.5px;
    font-weight:500;
    background:#286276;
     color:#fff;
     padding:5px 7px;
      }
    .terms-list h4{
           margin: 15px 0 !important;
    font-size: 15px !important;
    margin-bottom: 3px !important;
    }
    .terms-list{
        margin-top:25px;
    }
    .terms-list ul{
        padding-left:20px;
        margin-top:10px !important;
    }
        .terms-list ul li{
            font-size:14px;
            line-height:23px;
        }
    .terms-list ul li strong{
        font-weight:500;
        color:#000;
    }
    pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    margin: 0;
    height: 9px;
    visibility: hidden;
}
.pop-btn-fm-owner{
    font-size:15px;
    font-weight:400;
    padding:6px 15px;
    background:#286276;
    color:#fff !important;
    cursor:pointer;
    border-radius:4px;
    
}
.pop-btn-fm-owner:hover{
    color:#fff !important;
}
    .terms-modal-close-btn{
        width:37px;
        height:37px;
        background:#286276;
        color:#fff;
        border:none;
        outline:none;
        border-radius:50%;
        display:flex;
        justify-content:center;
        align-items:center;
        
        
    }
  .terms-head-title{
      margin-top:20px;
      display:flex;
      justify-content:center;
      align-items:center;
  }
  .terms-head-title h4{
      font-size:17px;
      font-weight:400;
  }
  
  
  .login-form--fields input, .login-form-fields select{
      border-color:#6db61f8f !important;
  }
  
  
  
  
  .terms-modal{
      width:100%;
      height:100%;
      background:#fff;
      padding:20px;
      border-radius:5px;
      
  }
  .terms-modal p{
      font-size:13px;
      line-height:30px;
      color:#222;
      
  }
  .terms-modal-btn{
      border:none;
      outline:none;
      border-radius:5px;
      background:#286276;
       color:#fff;
       padding:7px 20px;
       font-size:12px;
       cursor: pointer;
  }
  .sc-modal{
       width:100%;
      height:100%;
      background:#286276;
      padding:30px;
      border-radius:5px;
  }
.sc-modal h5{
    font-size:30px;
    color:#fff;
    font-weight:500;
    letter-spacing:0.5px;
    
}
.sc-modal i{
    margin-top:10px;
     font-size:30px;
    color:#fff;
}

.sgnup-bx{
    width:60%;
}

/*farmhouse*/


.df-bx h2 {
    font-size:17px !important;
    padding:8px 13px;
    border-radius:3px;
    
}

.df-bx {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    height:100%;
    gap:12px;
}
.df-bx-h20active{
    background:#286276;
    color:#fff;
}
.df-bx-h20active a{
    color:#fff !important;
}


/*profile custom css*/

.reset-password label{
    color:#222;
    font-weight:600;
    font-size:13px;
    
}
.reset-password:placeholder{
    font-size:14px;
}
.reset-password input,.reset-password select{
    border:1pxz solid #286276;
    border-radius:2px !important;
    
}

.prfle-inp label{
    color:#222 !important;
    font-size:14px !important;
    font-weight:400 !important;
    margin:0;
    
}
.prfle-inp input , .prfle-inp select{
    height: 45px !important;
    border-radius: 4px;
    font-size: 14px !important
    
}
.lne{
    position:relative;
}
.lne::before{
    content:'';
    width:40px;
    height:3px;
    background:#286276;
    border-radius:30px;
    position:absolute;
    bottom:-7px;
    left:48%;
    
}
.prf-pd{
    padding:3rem 5rem !important;
}
.booking-search-btn{
    padding:3px 25px;
    border:none;
    outline:none;
    background:#286276;
    color:#fff;
    border-radius:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:0.5s;
    border:1px solid #286276;
    letter-spacing:0.5px;
    font-weight:400;
    
}
.booking-search-btn:hover{
    background:transparent;
    color:#286276;
}
.wrn{
    
    border:1px solid #d51010;
    border-radius:4px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    
    
    
}
.wrn h5{
    text-align:center;
    font-size:14px;
    color:#d51010;
    text-transform:unset;
    margin:0;
    letter-spacing:0.5px;
}





/* header custom style*/


.user-profile-img{
    width:43px;
    height:43px;
    background:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:2.5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition:0.5s;
   cursor:pointer;
}
.user-profile-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
}
.user-profile-img:hover{
    transform:scale(1.1);
}

.popup-img{
    width:100%;
    margin-bottom:20px;
    display:flex;
    justify-content:center;
}
.popup-img img{
    width:210px;
    object-fit:cover;
}
    .logout-modal-btn{
    width:100px;
    height:40px;
    border:none;
    outline:none;
    border-radius:5px;
    cursor:pointer !important;
    background:#fff;
    color:#286276;
    border:2px solid #fff;
    transition:0.5s;
    font-size:14px;
    font-weight:600;
}
.logout-modal-btn:hover{
    background:transparent;
    border-radius:20px;
    color:#fff;
    
}





.pdng-20{
    padding:0;
}


/*Responsive*/
.booking-sec-for-mobile{
    display:none;
}
@media screen and (max-width:992px){
        .sgnup-bx{
    width:100%;
}
.prfle-inp{
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
}
.prfle-inp label{
    width:unset;
}
.bdr-right{
    border:none;
}
.main-name, .share-icnz {
  
    width: 100%;
}
.share-icnz{
    margin-top:5px;
}
.m-top{
    margin-top:40px;
}

.package-table tr th{
    font-size:14px !important;
}
.package-table tr td{
    font-size:14px;
    
}
.package-table tr td span{
    font-size:12px ;
    
    margin-right:0px;
}
.at-term{
    padding:20px 10px !important;
}
 .contact_tittel h1{
        font-size:2.5rem;
    }

.ft-shrt-title{
    text-align:center !important;
}
.column-reverse{
    flex-direction:column-reverse;
}
.center{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    flex-direction:column;
    padding:10px;
}
.footer-logo-bx p{
    text-align:center;
}
/*.footer_main_nav ul li a{*/
/*    text-align:center;*/
/*}*/
.pdng-20{
    padding:20px !important;
}
.footer-icon{
    display:flex;
    justify-content:flex-start;
    padding:10px;
    flex-direction: column;
        align-items: flex-start;
}
.footer-icon ul{
    justify-content:flex-start !important;
}
.footer-logo{
    justify-content:center;
}
.header-top-btns{
    justify-content:center;
}
.header_area .navbar .nav .nav-item{
    width:100%;
    justify-content:flex-start;
}
.header-top-btns .nav-item{
    width:unset !important;
}
.booking-sec-for-mobile{
    display:block;
}
.booking-sec-for-desktop{
    display:none !important;
}
.lg-pd-15{
    padding:0 15px;
}
}





@media screen and (max-width:765px){
    .pkg-table-pd{
        padding:0 !important;
    }
    .at-term h1{
        line-height:40px;
        font-size:2rem;
    }
    .at-term h2{
        line-height:40px !important;
        font-size:2rem;
    }
   
.act-tpe{
    height:120px;
}
/*.owl-nav {*/
    
/*    top: 10%;*/
/*}*/
.m-top-2{
    margin-top:10px;
}

/*.owl-item{*/
/*    width:120px !important;*/
    
/*}*/
.details-scroll ul li{
    width:49%;
    margin-top:20px;
}
}
@media screen and (max-width:605px){
.act-tpe{
    height:120px;
}
.pkg-table-min-width{
    min-width:150px;
}


/*.owl-nav {*/
    
/*    top: 10%;*/
/*}*/
.pd{
    padding:0 !important;
}
.pdng{
    padding:0 !important;
}
.m-md-30{
    margin-top: 30px !important;
}
.tble-wd{
    width:150px;
}
.tble-wd-2{
    width:300px;
}
.main-activty-tle{
    justify-content:center;
    align-items:center
    
}


.w2v-lgn-btn{
    width:100%;
}
.pd-2{
    padding:15px !important;
}

.mn-lgn-tle {
    font-size:25px;
}
.wrn h5{
    font-size:11px;
}
.at-tittel_banner h2 {
    font-size:30px;
}
.farmstay-room-details-chk {
    width:100%;
}
}
@media screen and (max-width:405px){
    .main-name h2 {
    font-size: 20px;
}
.farm-house h2{
    font-size:25px;
}
.package-table tr th{
    font-size:12px !important;
}
.package-table tr td{
    font-size:12px;
    
}

.package-table tr td span{
    font-size:11px ;
    
    margin-right:0px;
}
.main-activty-tle h5{
    font-size:16px;
}
.w2v-login-bx h2{
    font-size:25px;
}
.wdth{
    width:100%;
}
.jc-center{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
}
.top_copyright .copy_right_nav ul li a{
    font-size:13px;
}
.details-scroll ul li{
    width:100%;
}
}






.custom-desc .at-content p{
    margin:0 !important;
}

.custom-desc h3{
    margin:10px 0 !important;
    font-size:18px;
    font-weight:600;
     margin-left:20px !important;
}

.custom-desc ul li {
    margin-top:10px;
}
.custom-desc ul li p {
     margin-left:0px !important;
}

.custom-desc_top_title p{
    margin-bottom:0 !important;
}
.help-center-box{
    background-color:transparent;
    /*padding:15px 5px;*/
    border-bottom:0px !important;
   
    
}
.at-term{
    padding:30px 0;
}
	.at-term h6{
	    font-size:20px !important;
	    font-weight:600 !important;
	    margin:30px 0px;
	    color:#8c8c8c;
	}
	.at-term h5{}
	.at-term h2{
	    color:#000 !important;
	    margin-bottom:20px !important;
	    margin:0 0 30px 0;
	    font-weight:600 !important;
	      text-align:left;
	    font-size:30px;
	    text-transform:capitalize;
	    position:relative;
	    
	    
	}
	.at-term h2::before{
	    content:'';
	    width:40px;
	    height:3px;
	    border-radius:40px;
	    background:#286276;
	    position:absolute;
	    bottom:-10px;
	    left:0;
	}
	    .at-term strong{
    font-size:20px !important;
    font-weight:600 !important;
    color:#000;
}
	    .at-term strong span{
    font-size:20px !important;
    font-weight:600 !important;
    color:#222 !important;
}
.at-term p{
    font-size:14px;
    font-weight:400;
    color:#000;
    margin-top:14px;
    line-height:25px;
    text-align:left;
}
.at-term p:first-child{
    margin-top:40px !important;
}
.at-term ol li{
    margin-top:15px;
    color:#000;
    font-weight:400;
        font-size:14px;
}


.help-center-box a{
    text-align:left;
    width:100%;
    font-size:18px;
    font-weight:500;
    /*padding:10px 5px;*/
     border-bottom:1px solid #22222247;
     white-space: unset;
    
}
/*.help-center-box a:active,.help-center-box a:focus{*/
/*    color:#000 !important;*/
/*}*/
.help-center-box-body {
    font-size:15px;
    color:#000;
    line-height:27px;
    font-weight:400;
    
}
.road-map ul{
    padding-left:25px;
}
.road-map ul li{
    font-size:15px;
    font-weight:400;
    position:relative;
}
.road-map ul li::before{
    content:'';
    width:10px;
    height:10px;
    background:#286276;
    transform:rotate(50deg);
    color:#286276;
    position:absolute;
    left:-20px;
    top:10px;
}


/*User Dashboard*/

.dashboard-card{
    box-shadow: none !important; 
    border-color: #286276;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}


.dashboard-card .card-body{
    border:1px solid #fff;
    border-radius:10px;
    display:flex; 
    justify-content:space-between;
    align-items:center;
}

.dashboard-card .card-body p , .dashboard-card .card-body a{
    color:#fff;
}
.dashboard-form label{
        text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.dashboard-form input,.dashboard-form select, .dashboard-form textarea{
    height:45px;
    border-radius:4px;
    font-size:14px;
    
    
}
.dashboard-form input:focus,.dashboard-form select:focus, .dashboard-form textarea:focus{
    outline:none !important;
    box-shadow:none;
    border:none;
    border:1px solid #286276;
    
    
}
.dashboard-table-preview{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
}

.dashboard-table-preview a{
    padding:5px 8px;
    background:#286276;
    color:#fff !important;
    border-radius:4px;
    font-size:12px;
    
    
}

.dashboard-form input::file-selector-button {
  font-weight: bold;
  color: #fff;
  background:#286276;
  border-radius: 4px 0 0 4px;
}


.dashboard-ad-btn{
      border:none;
        outline:none;
        height:37px;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:5px 20px;
        background:#286276;
        color:#fff;
        border-radius:2px;
       font-size:14px;
       font-weight:500;
       border:1px solid #286276;
       transition:0.5s;
       border-radius:2px;
}

.dashboard-ad-btn:hover{
        background:transparent;
        color:#286276 !important;

    }
.dashboard-back-btn{
      border:none;
        outline:none;
        height:37px;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:5px 20px;
        background:#19a593c2;
        color:#fff;
        border-radius:2px;
       font-size:14px;
       font-weight:500;
       border:1px solid #19a593c2;
       transition:0.5s;
       border-radius:2px;
}

.dashboard-back-btn:hover{
        background:transparent;
        color:#19a593c2 !important;

    }

.dashboard-head{
    font-size:24px;
    font-weight:500;
    color:#222;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.dashboard-head:before{
    content:'';
    width:40px;
    height:5px;
    border-radius:3px;
    position:absolute;
    bottom:-8px;
    background:#286276;
}

           .adm-table tr th{
    font-size:15px !important;
    padding:10px !important;
    font-weight:500;
    background-color:#286276;
    color:#fff;
    border:1px solid #ccc;
}
    .adm-table tr td{
    padding:5px !important;
     border:1px solid #286276;
     text-align:center;
}
.adm-table tr td select,.adm-table tr td input{
    padding:5px !important;
    height:40px !important;
     border-radius: 0px !important;
     width:100px;
     font-size:14px;
     
    
}
.adm-table tr td input::placeholder{
    font-size:12px;
}
.default-btn{
    width:100%;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#b23939;
    color:#fff ;
    font-size:11px;
    font-weight:500;
    padding:4px;
    border-radius:2px;
    margin-top:5px;
    transition:0.5s;
    
}
.default-btn:hover{
     background:#d85252;
    color:#fff !important;
}
.adm-table tr td select:focus,.adm-table tr td input:focus{
     outline:none !important;
    box-shadow:none;
    border:none;
    border:1px solid #286276;
}
 .nxt-btn {
            border: none;
            outline: none;
            background: #286276;
            color: #fff;
            border: 1px solid #286276;
            transition: 0.5s;
            padding: 3px 15px;
            border-radius: 2px;
            width: 120px;
            font-weight: 500;
            height:37px;
            border-radius:2px;
            display: flex;
    justify-content: center;
    align-items: center;
        }

        .nxt-btn:hover {
            background: transparent;
            color: #286276;
        }
 .back-btn{
           border: none;
    outline: none;
    background: #ffffff;
    color: #286276;
    border: 1px solid #ffffff;
    transition: 0.5s;
    border-radius: 3px;
    width: 82px;
    font-weight: 500;
    height: 32px !important;
    padding: 7px 7px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .back-btn:hover{
        background:transparent;
        color:#fff !important;
    }

.bg-b23939{
    background:#b23939 !important;
    color:#fff !important;
}
.bg-b23939:hover{
     color:#fff !important;
}
.listing-top-label{
    font-weight:400;
    margin-right:10px;
    color:#000;
}

    .main-panelbg {
            background: #286276;
        }

        .main-panelbg h4 {
            color: #fff;
        }

        .prop-label label {
            color: #222;
            font-size: 14px;
            font-weight: 400;
            display: flex;
    justify-content: flex-start;
    align-items: center;
        }

        .prop-label select:focus {
            /*outline:none;*/
            box-shadow: none;
        }

.prop-label input,.prop-label select{
    height:45px !important;
    border-radius:4px;
    font-size:14px !important;
}
.prop-label input::placeholder{
    font-size:13px !important;
}
.prop-label input:focus,.prop-label select:focus,.prop-label textarea:focus{
    outline:none !important;
    box-shadow:none;
    border:none;
    border:1px solid #286276;
}
.prop-label textarea{
    font-size:14px !important;
    line-height:25px;
}
.prop-label input::file-selector-button {
  font-weight: bold;
  color: #fff;
  background:#286276;
  border-radius: 4px 0 0 4px;
  height:45px;
  border:none;
}
.price-tag div{
    width:5%;
}
.price-tag div span{
    width:100%;
}
.price-tag{
    
}
.price-tag input{
    width:95%;
}

.custom-form2 textarea{
    height:100px !important;
}
.form-mg-top{
    margin-top:15px;
}
.plus-btn{
    width:35px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:#286276;
    color:#fff;
    border:none;
    font-size:20px;
}
.minus-btn,.products-Offered-remove-btn,.sustainable-remove-btn,.irrigation-remove-btn,.soil-remove-btn,.pest-remove-btn,.locations-remove-btn,.facilities-remove-btn,.activities-remove-btn{
    width:35px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:#b23939;
    color:#fff;
    border:none;
    font-size:20px;
}
.payouts-custom{
    padding:15px;
    background:#286276;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border:1px solid #286276;
    border-radius:5px;
}
.payouts-list{
    color:#fff;
    font-size:15px;
    font-weight:500;
    text-decoration:none;
    padding:7px 15px;
    border-radius:4px;
    transition:0.5s;
}
.payouts-list-active,.payouts-list:hover{
    background:#fff;
    color:#286276;
}
.w_200{
    width:200px !important;
}

/*for farm booking*/

.farm-book-height{
    height:57rem;
}
.my-lg{
    margin:20px 0;
}
.mtop-{
    margin-top:-40px;
}
.farm-book-m-lg{
    margin-top:70px;
}
.order-col-2{
    order:2;
}
.mg-top-bottom{
    margin:3rem 0;
}
.flex-column-lg{
    display:flex;
    justify-content:space-between;
    align-items:center;
    
}


/*for activities details*/

.activity-booking-height{
    height:75px;
}
.activity-vide-m-lg{
    margin-top:18rem !important;
}
.field-trips-vide-m-lg{
    margin-top:15rem !important;
}
.p_5rem{
    padding:2rem;
}
.home-field-border{
    border-right:1px solid #286276;
}
.home-v-farm-pad{
    padding:0.5rem;
}
.lg-height-welcome-box{
    height:400px;
}

.col-h-1rem{
    height:1rem;
}

@media screen and (max-width:1386px){
    .nav-menu{
        padding:0 5px;
    }
        .header_area .navbar .nav .nav-item {
        margin-right: 0.8rem;
    }
    .nav-cont{
        margin:0;
        width:100% !important;
    }
    .nav-menu a {
    font-weight: 500;
    font-size: 13px;
}
}




@media screen and (max-width:998px){
    
    
    /*navbar*/
    
    .at-leftarea{
        justify-content:center;
    }
    .at-leftarea .nav-search{
        width:100%;
    }
    .nav-menu{
       padding: 5px 21px !important;
    }
       .nav-menu a {
    font-weight: 500;
    font-size: 15px;
}
    
    /*home*/
    
    .slide .baner-caption{
        padding:15px;
    }
    .home-form-container {
        height:230px;
    }
    .home-form-card{
        padding:15px;
    }
    .home-field-border{
    border-right:0px solid #286276;
    border-bottom:1px solid #286276;
}


.home-activity .activity_slide .owl-stage-outer .owl-stage .owl-item .item{
    width:130px;
}
.home-activity .activity_slide .owl-stage-outer .owl-stage .owl-item{
    width:200px !important;
}
.home-activity .activity_slide .owl-stage-outer .owl-stage{
    display:flex;
    align-items:center;
    overflow-x:auto;
    padding-bottom:10px;
    
}
.home-activity .activity_slide .item .activity_li .acttivity_type span {
    font-size:12px;
    font-weight:400;
}
.home-activity .activity_slide .owl-stage-outer .owl-stage::-webkit-scrollbar {
  width: 1px;
  height:3px;
}
/*.home-activity .owl-nav {*/
/*  display:none;*/
/*}*/


.home-activity .activity_slide .owl-stage-outer .owl-stage::-webkit-scrollbar-track {
  border-radius: 10px;
}
 

.home-activity .activity_slide .owl-stage-outer .owl-stage::-webkit-scrollbar-thumb {
  background: #286276; 
  border-radius: 10px;
}
.home-offer .owl-stage-outer .owl-stage .owl-item .offer-item{
    width:300px ;
}
    
.home-offer .owl-stage-outer .owl-stage .owl-item {
    width:300px !important;
}
.home-offer .owl-stage-outer .owl-stage  {
     display:flex;
    align-items:center;
    /*overflow-x:auto;*/
    padding-bottom:10px;
}

   .lg-height-welcome-box{
       height:350px;
   } 
    
    .over-scrol{
        height:unset;
    }
    
    
    
    
    .farm-book-height,.activity-booking-height {
    height:unset;
    
}
.mg-top-bottom,.farm-book-m-lg{
    margin: 0;
}

.m-top20{
    margin-top:20px;
}
.m-top15{
    margin-top:15px;
}
.mtop-{
    margin-top:unset;
}
.w_100_lg{
    width:100%;
}
.flex-column-lg{
    flex-direction:column;
}
.details-scroll ul li{
    border-right:0;
}

.activity-vide-m-lg ,.field-trips-vide-m-lg{
    margin-top:0 !important;
}
.p_5rem{
    padding:3rem 1rem;
}
.col-h-pad{
    padding:0px !important;
}
.col-h-1rem {
     height: unset; 
    margin-top: 20px;
}
.active-details-bbok-tickets{
    padding:20px 15px;
}


.activity-bg .owl-stage{
    display:flex;
    align-items:center;
} 



}
@media screen and (max-width:768px){
      .slide .baner-caption h1{
        font-size:3.5rem;
       line-height:40px;
    }
    .login-card-body{
        padding:0 !important ;
    }
    .df{
        flex-direction:column-reverse;
        align-items: flex-start !important;
        gap:7px;
    }
    .main-activty-tle h5{
    font-size:19px;
    line-height:28px;
    margin:5px 0;
}
.ac-details-loc ul li{
    font-size:13px;
}
.p_5rem{
    padding: 0;
}
.home-v-farm-pad{
    padding:2.5rem;
}
.cat-m-top{
    margin-top:15px;
}
    .section-title h3{
    text-align:center;
}
.section-title p{
    text-align:center;
}

}
@media screen and (max-width:567px){
  
    
    
    
    .main-details h3 {
        font-size:20px;
        line-height:40px;
    }
    .df-bx h2 {
    font-size:13px !important;}
    .details-table tr th{
        font-size:12px;
        line-height:25px;
    }
    .reserv-bx {
        box-shadow:none;
    }
    .trip-price{
        text-align:left;
        border-radius:10px;
    }
    .prf-pd{
        padding:15px !important;
    }
    .at-term h2{
        font-size:25px;
        line-height:25px;
    }
    .at-term p{
        line-height:27px;
        font-size:14px;
    }
    .help-center-box a{
        font-size:14px;
        line-height:27px;
    }
    .section-title h3{
    font-size:30px;
    text-align:center;
}
.section-title p{
    text-align:center;
    font-size:13px;
}
.check-in-section label ,.check-out-section label{
    width:100%;
}

}






/* User Dashboard Custom*/
.profile-nav-width{
    width:50%;
}
.profile-media-box{
    width:80%;
}
.profile-media-btn{
    width:100%;
}
.farm--top-mg{
    margin-top:2rem;
}
.farm-lisiting-m-0{
       margin-top:1.5rem;
}
.property-create-min-height{
    min-height:85vh;
}
.user-dashboard-file-input::file-selector-button {
  background:#286276;
  color: #fff;
  padding: 0.5em;
  height:45px;
  border:none;
  border-radius: 3px;
  font-weight:400;
}
.user-dashboard-file-input{
    height:45px;
}
.farm-vw-img-dlt{
    font-size:20px;
    background:red;
    align-items:center;
    justify-content:center;
    display:flex;
    width:100%;
    font-size:15px;
    color:#fff;
    border:none;
    outline:none;
    margin-top:5px;
    
}
/*.photo-input-box{*/
/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*    flex-wrap:wrap;*/
/*}*/
.photo-input-box .photo-input-wrapper{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  
}
.photo-input-box .photo-input-wrapper img{
    width:100%;
    height:120px;
    object-fit:cover;

    border-radius:5px;
}
@media screen and (max-width:992px){
    .farm-vw-m-top-30{
        margin-top:30px;
    }
    .user-d-pad{
        padding:0 !important;
    }
    .profile-nav-width,.profile-media-box{
        width:100%;
    }
    .profile-nav-ul{
            flex-direction: column;
    align-items: flex-start !important;
    }
    .profile-media-btn{
    width:200px;
}
.profile-doc-media-table tr td, .profile-doc-media-table tr td select{
    min-width:100%;
}

.farm-vw-order{
    order:-1;
}
.farm--top-mg{
    margin-top:0;
    padding-bottom:0 !important;
}
.farm-vw-max-width{
    margin:0;
    max-width:100%;
}
.farm-listing-img a img{
    width:100%;
    height:350px;
}
   .farm-list-btn{
        margin-right:0 !important;
    }
/*       .property-create-min-height{*/
/*    min-height:50vh;*/
/*}*/

.adm-table tr th{
    min-width:110px;
}
.dashboard-ad-btn-lg{
    width:120px !important; 
}
.adm-table-custom-pd{
    padding:10px !important;
}
.farm-lisiting-m-0{
   margin: 0 !important;
}
.farm-vw-form-pad{
    padding:0 12px !important;
}
.price-tag input {
    width: 90%;
}
.price-tag div {
    width: 10%;
}
.payouts-custom{
    width:100%;
    display:flex;
    flex-wrap:wrap;
            flex-direction: row;
}
.pd-x0{
    padding-right:0 !important;
    padding-left:0 !important;
}
.tabs{
       
    flex-direction: column;
    gap: 18px;
    display:unset;
}
.al-center{
    align-items:center !important;
}
.mtop-md{
    margin-top:25px;
}
.tab{
    float:left;
    margin-top:25px;
    margin-left:6px;
}
.modal-room-type-price {
 
    margin-top: 20px;
    width: fit-content;
    padding: 7px 15px;
}
.modal-mtop-md{
    margin-top:10px;
}
.modal-lft-pd{
    padding-left:0 !important;
}
}
.w_85{
    width:85%;
}
@media screen and (max-width:768px){
    .lg-font{
        font-size:13px !important;
    }
    .main-panel-width{
        width:100% !important;
    }
    .listing-pd{
        padding:10px !important;
    }
    .payout-pd{
        padding:0 15px;
    }
    .modal-room-details ul li{
        width:100%;
    }
    .w_85{
    width:100%;
}
.package-table{
    overflow:scroll;
}
 .df-bx{
     flex-direction:column;
         flex-direction: column;
    align-items: flex-start;
 }
}
@media screen and (max-width:567px){
    .lg-font{
        font-size:13px !important;
    }
    .farm-list-btn{
        width:100% !important;
        margin-right:0 !important;
    }
    .payouts-custom li{
        margin-top:10px;
        width:100%;
        
    }
    .payouts-custom li:first-child{
        margin-top:0;
    }
    .payouts-custom li a {
        width:100%;
        display:flex;
    }
    .payouts-custom{
            padding:8px;
}
.waviy {
    font-size:25px !important;
}
.package-table{
    border-radius:5px;
    padding:0;
}
.acd-table-2 tr th{
    min-width:125px ;
}
.min-max{
    
    min-width:400px;
    max-width:400px;
}
.slide .baner-caption h5{
    font-size:15px;
    line-height:24px;
}
.pkg-activities-slider .owl-nav .owl-prev{
    margin-left:unset;
}
.pkg-activities-slider .owl-nav .owl-next{
    margin-right:unset;
}
.pkg-activities-slider .owl-nav{
    top:45%;
}
.activity_li-pkg{
    min-height:130px;
}
.activity_li-pkg .acttivity_type span{
    text-align: center;
        width: 100%;
        display: flex;
}
 .panels{
        padding:5px 7px;
    }
    .align_items_md_center{
        align-items:center !important;
        
    }
    .section-mad-top{
        margin-top:35px !important;
    }
}












.reservation-btn{
    width:100%;
    height:45px;
    background:#286276;
    color:#fff;
    border:none;
    outline:none;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    font-weight:500;
    margin-top:20px;
    border-radius:5px;
}

.icon-color i,.icon-color span{
    color:#ffb321 !important;
}

    .customer-sidebarlist-submenu{
             list-style: none;
    margin-top: 10px;
    padding: 10px;
    padding-left: 20px;
    background: #f7f7f7;
    border-radius: 7px;
    }
    .customer-sidebarlist-submenu li{
   
        color:#222 ;
        font-weight:500;
        border-radius:7px;
        
    }

    .customer-sidebarlist-submenu li a{
        height:unset !important;
             padding:10px 10px;
    }

.activityType:hover a{
    color:#286276;
}
.dashboard--card {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px 20px;
    position: relative;
    border: 1px solid rgba(180, 208, 224, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    display: block;
}

.dashboard--card__subtitle {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.dashboard--card__title {
    font-weight: 700;
    font-size: 24px;
}

.dashboard-card-custom{
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    position:relative;
}
.dashboard-card-custom h2{
    font-size:35px;
    color:#fff;
}
.dashboard-card-custom h5{
 
    color:#fff;
}

.dashcard-icon{
    position:absolute;
    top:0;
    right:0;
    margin:10px;
    padding:5px 10px;
    border-radius:10px;
    font-size:20px;
    
}


.dash-card-bg-1{
    background:#286276a6   !important;
}
.dash-card-bg-1 .dashcard-icon {
    background: #286276;
    color: #fff ;
}
.dash-card-bg-2{
    background:#b2393970   !important;
}
.dash-card-bg-2 .dashcard-icon {
    background: #b23939a6;
    color: #fff  ;
}
.listing-table tr th,.bk-tble-cstm tr th{
     background:#286276  !important;
}
.border-blue{
    border:1px solid #286276 !important;
}
.top-search{
     border:1px solid #286276 !important;
     box-shadow:none !important;
}

.table-flow {
                width: 100%;
                overflow: auto;
                /*padding-right: 7px;*/
                margin-bottom:0px !important;
            }

            .table-flow::-webkit-scrollbar {
                width: 5px;
                height: 5px;
            }

            /* Track */
            .table-flow::-webkit-scrollbar-track {
                background: #f2f2f2;
                border-radius: 10px;
            }

            /* Handle */
            .table-flow::-webkit-scrollbar-thumb {
                background: #286276;
                border-radius: 10px;
            }

.table-min-width_150 {
    min-width: 150px;
}
.table-min-width_80 {
    min-width: 80px;
}
.web-visitit-btn{
        color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 2px 15px !important;
    /* width: 110px; */
    background: #fff;
    border-radius: 4px;
    color: #286276;
    transition: all 0.5s;
    border: 2px solid #fff;
}
.web-visitit-btn:hover{
    border-radius:40px
}
.mx__web{
    margin-left:-12px;
    margin-right:-12px;
}
.retreat-header-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

@media screen and (max-width:991px){
    .mx__web{
    margin-left:0px;
    margin-right:0px;
}
}