



.drop-down-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drop-down-header + .sub-category{
  display: none;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  background-color: #e4d8c663;
}
.drop-down-header + .sub-category.show{
  display: block;
}

.drop-down-header > span {
  padding-right: 20px;
  padding-bottom: 2px;
  cursor: pointer;
}

#itlItemFilter .custom-filter-type-checkboxes .custom-filter-checkbox>span {
  vertical-align: text-bottom;
}
#itlItemFilter .custom-filter-checkbox.checked:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  width: 10px;
  height: 18px;
  border-right: 4px solid rgb(255, 190, 61);
  border-bottom: 4px solid rgb(255, 190, 61);
  z-index: 999;
  transform: rotate(45deg);
}

#itlItemFilter .custom-filter-checkbox.checked:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 24px;
  width: 24px;
  background-color: #395846;
}




/*All Tours Page Styling*/

.grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.grid-wrapper .tour-item {
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 30px;
}

.grid-wrapper .tour-item .inner-wrapper{
  background-color: #e4d8c6;
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.3);
}
.grid-wrapper .tour-item .inner-wrapper .img img {
  position: relative !important;
  min-height: 225px;
  max-height: 225px;
  object-fit: cover;
}
.grid-wrapper .tour-item .item-body{
  padding: 10px;
}
.grid-wrapper .tour-item .title a {
  font-size: 18px;
  text-align: center;
  display: block;
  color: #000 !important;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
  min-height: 60px;
}
/*All Tours Page Styling End*/

.content-wrapper{
  display: flex;
}
.content-wrapper > div{
  padding: 0px 15px;
}
.content-left {
  width: 30%;
}
.content-right {
  width: 70%;
}

.card-header h2 {
  /*padding: 0;*/
}
.card .card-header button.btn {
  padding: 10px 20px;
  width: 100%;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff !important;
  border-width: 2px !important;
  border-color: #93b786;
  border-radius: 0;
  letter-spacing: 4px;
  font-size: 16px;
  font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #93b786;
  cursor: pointer;
}

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

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}


/*Pagination Start*/
#itlItemFilter .vue-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
  width: 100%;
}

#itlItemFilter .vue-pagination span {
  background: transparent;
  padding: 6px 20px;
  margin: 1px;
  cursor: pointer;
  font-weight: 600;
}
#itlItemFilter .vue-pagination span:first-child,
#itlItemFilter .vue-pagination span:last-child{
  color: #93b786;
}
#itlItemFilter .vue-pagination span.active {
  background: #93b786;
  color: #fff;
  border-radius: 0 0 20px 0;
}
.content-right .et_pb_module.et_pb_image.et_pb_image_0.et-animated.et_had_animation {
  width: 100% !important;
  max-width: 100% !important;
}

.content-right a.et_pb_button.et_pb_button_0.et_pb_bg_layout_dark {
  line-height: 1.7em !important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition-property: all !important;
  color: #ffffff !important;
  border-width: 12px !important;
  border-color: #93b786;
  border-radius: 0px;
  letter-spacing: 4px;
  font-size: 14px;
  font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #93b786;
  transition: all 300ms
  ease 0ms;
}
.content-right .et_pb_button_0:after {
  line-height: inherit;
  font-size: inherit !important;
  margin-left: -1em;
  left: auto;
  font-family: ETmodules !important;
  font-weight: 400 !important;
}
.content-right .et_pb_button_0:hover:after {
  margin-left: .3em !important;
  left: auto !important;
  margin-left: .3em !important;
  opacity: 1;
}

.search-input-field .search-input {
  max-height: 50px;
  margin-bottom: 10px;
  border-radius: 0 !important;
  border: 2px solid #93b786 !important;
  width: 100%;
  padding: 10px 20px;
  color: #000 !important;
  font-weight: 600;
}
.search-input::placeholder {
  color: #888 !important;
  opacity: 1 !important;
}

ul.remove-filter {
  display: inline-block;
  border: medium none;
  list-style: none;
  padding-left: 0;
  padding: 10px 20px !important;
  box-shadow: 0 0 4px 1px #93b786;
  margin-bottom: 15px;
  width: 100%;
}

ul.remove-filter li {
  float: left;
  margin-right: 10px;
  padding: 2px 16px;
  background-color: #93b786;
  border-radius: 20px;
}
a.remove-filter-element {
  position: relative;
  padding-left: 15px;
  color: #fff !important;
  letter-spacing: 0.2px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

a.remove-filter-element:before, a.remove-filter-element:after {
  content: " ";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 9px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
a.remove-filter-element:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.remove-filter-element:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
a.remove-filter-element:hover:before, a.remove-filter-element:hover:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}


.accordion-wrapper .form-group label, .accordion-wrapper .form-group input {
  cursor: pointer;
}


.accordion-wrapper > .collapse:not(#collapse-functionality) .card-body {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* Define scrollbar styles */
.accordion-wrapper > .collapse:not(#collapse-functionality) .card-body::-webkit-scrollbar {
  width: 8px; /* Set the width of the scrollbar */
}

/* Define scrollbar track */
.accordion-wrapper > .collapse:not(#collapse-functionality) .card-body::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Set the background color of the track */
}

/* Define scrollbar thumb */
.accordion-wrapper > .collapse:not(#collapse-functionality) .card-body::-webkit-scrollbar-thumb {
  background-color: #93b786; /* Set the color of the scrollbar thumb */
  border-radius: 4px; /* Round the corners of the thumb */
}

/* Define scrollbar thumb on hover */
.accordion-wrapper > .collapse:not(#collapse-functionality) .card-body::-webkit-scrollbar-thumb:hover {
  background-color: #93b786; /* Set the color of the thumb on hover */
}




@media (max-width: 767px) and (min-width: 320px){
  .content-wrapper {
    flex-direction: column;
  }
  .content-wrapper .content-right,
  .content-wrapper .content-left{
    width: 100%;
  }
  .content-wrapper .content-right .et_pb_row {
    flex-direction: column;
  }
  div#itlItemFilter {
    margin: 0 -16px;
  }
}
