



.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;
}

.card-body .form-group label {
  cursor: pointer;
  font-family: "Nunito Sans";
}
/*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 */
}




.content-left {
  width: 100%;
  display: flex;
  align-items: center;
}
.content-right {
  width: 100%;
}
.main-title{
  width: 30%;

}
div#fieldsAccordion {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
}
.card-body {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  width: 78%;
}
.card-body .form-group {
  margin-right: 3px;
  min-width: 77px;
  margin-top: 5px;
  margin-bottom: 5px;
}
span.main-title {
  width: 215px;
  background: #93b786;
  max-width: 100%;
  text-align: center;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-family: "Quattrocento";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.content-wrapper {
  flex-direction: column;
}
.custom-control.custom-checkbox {
  display: flex;
  align-items: center;
}
.custom-control.custom-checkbox input {
  margin-left: 0;
}
.page-id-1651 .et_pb_section.et_pb_section_1.et_section_regular .et_clickable {
  display: none;
}
.page-id-1651 .et_pb_section.et_pb_section_1.et_section_regular .et_pb_row.et_pb_row_1 + .et_pb_row.et_pb_row_2 {
  display: none;
}

/*Latest changes*/
div#fieldsAccordion {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
}
div#fieldsAccordion .card{
  width: 100%;
}
.custom-control.custom-checkbox input {
  display: none;
}
.custom-control.custom-checkbox label {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #d8d6d0;
}
.custom-control.custom-checkbox.active label {
  border: 1px solid #d8d6d0;
  background-color: #93b786;
  color: #fff;
}
.card .card-header button.btn {
  background-color: #f6f6f6;
  border-top: 2px solid #93b786 !important;
  border-bottom: 2px solid #93b786;
  color: #333 !important;
  letter-spacing: 0 !important;
}
.card .card-header button.btn .fa{
  color: #93b786 !important;
}
div#fieldsAccordion .card-body {
  width: 100% !important;
}
div#fieldsAccordion .card-body .form-group {
  margin-right: 8px;
  min-width: unset;
}
.card-header button.btn.btn-link.collapsed .fa {
  transform: rotate(0deg) !important;
}
.card-header button.btn.btn-link .fa {
  transform: rotate(180deg) !important;
}

.custom-control.custom-checkbox label span {
  padding-left: 5px;
  font-size: 12px;
  font-weight: 100;
  display: none;
}

.custom-control.custom-checkbox.active label span {
  display: inline-block;
}

.content-right .et_pb_column_3 .et_pb_text_inner h1 {
  font-size: 32px;
  line-height: 1.3em;
  color: #333;
  font-family: 'Quattrocento',Georgia,"Times New Roman",serif;
}
.content-right .et_pb_column_3 .et_pb_text_inner h3 {
  font-family: 'Quattrocento', Georgia, "Times New Roman", serif;
}
.content-right p {
  font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 16px;
  line-height: 1.8em;
}
.content-right .et_pb_text_3 .et_pb_text_inner p {
  color: #666;
  font-family: 'Nunito Sans', Helvetica, Arial, Lucida, sans-serif;
}
.content-right .heading .et_pb_text_inner h1 {
  font-family: 'Quattrocento', Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 6px;
  line-height: 1.4em;
}
@media (max-width: 767px) and (min-width: 320px){
  .content-wrapper {
    flex-direction: column;
  }
  .content-wrapper .content-right,
  .content-wrapper .content-left{
    width: 100%;
    padding: 0;
  }
  .content-wrapper .content-right .et_pb_row {
    flex-direction: column;
  }
  div#itlItemFilter {
    margin: 0 -16px;
    position: relative;
  }
  div#fieldsAccordion {
    flex-direction: column;
    padding: 0;
  }
  span.main-title {
    width: 100%;
  }
  .card-body {
    /*padding: 20px 0 0;*/
    width: 100%;
  }
  .card-body{
    padding: 0 20px;
  }
}
