
.owl-stage{
  padding:20px 0px;
}
.header_slider .owl-stage{
  padding:0px 0px;
}

.owl-carousel .owl-dots{
  display: flex !important;
  justify-content: center !important;
}
.owl-carousel button.owl-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  color: transparent;
  background-color: transparent;
  border: 2px solid #000 !important;
  outline: none;
  border-radius: 35px;
  margin: 0px 2px;
  opacity: .5;
  -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}
.owl-carousel button.owl-dot:hover{
  transform: scale(1.2) !important;
  -webkit-transition: transform 300ms ease all;
  -moz-transition: transform 300ms ease all;
  transition: transform 300ms ease all;
}
.owl-carousel button.owl-dot:hover,
.owl-carousel button.owl-dot:active,
.owl-carousel button.owl-dot.active{
  border: 1px solid #1976bc !important;
  background: #1976bc !important;
  transition: background-color 300ms ease all;
  opacity: 1;
}

.owl-nav button{
  position: absolute;
  bottom: 0%;
  font-weight: 800 !important;
  /* transform: translateY(-50%); */
}
.owl-nav button.owl-prev{
  left:0px;
}
.owl-nav button.owl-next{
  right:0px;
}
button.owl-prev:before,
button.owl-next:before {
  content: "";  
  display: block;
  width:60px;
  height: 1px;
  background: #0b0b0b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
button.owl-prev:before{
  left: -100% !important;
}
button.owl-next:before{
  right: -188% !important;
}
button.owl-prev:hover:before {
  transform: translateX(-25px);
  transition: transform 0.3s ease-in-out;
}
button.owl-next:hover:before {
  transform: translateX(25px);
  transition: transform 0.3s ease-in-out;
}
button.owl-prev:hover:after {
  transform: translateX(-20px);
  transition: transform 0.3s ease-in-out;
  position: relative;
}
button.owl-next:hover:after {
  transform: translateX(20px);
  transition: transform 0.3s ease-in-out;
  position: relative;
}
button.owl-prev:after {
  content: "PREVIOUS";
  font-size: 15px;
  display: block;
}
button.owl-next:after {
  content: "NEXT";
  font-size: 15px;
  display: block;
}

button.owl-next.disabled,
button.owl-prev.disabled,
button.owl-next.disabled:before,
button.owl-prev.disabled:before{
  opacity:0.5;
}
.header_slider button.owl-next,
.header_slider button.owl-prev{
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #ffffff !important;
}
.header_slider button.owl-prev:before,
.header_slider button.owl-next:before{
  background:#ffffff !important;
}
.header_slider button.owl-next{
  right:60px !important;
}
.header_slider button.owl-prev{
  left:60px !important;
}



.header_slider button.owl-next:after,
.header_slider button.owl-prev:after{
  font-size: 12px;
}
.header_slider button.owl-prev:before {
  left: -127% !important;
}
.header_slider button.owl-next:before {
  right: -233% !important;
}

.btSingleTourBlock.cols_4 {
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 1;
  position:relative;
}
.btSingleTourBlock .btSingleTourBlockInner {
  position: relative;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15);
  box-shadow: 0 0 15px rgba(24,24,24,.15);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
}
.btSingleTourBlock .btSingleTourImage {
  min-height: 1px;
}
.btSingleTourBlock .btSingleTourImage .btImageWrapper {
  position: relative;
}
.btSingleTourBlock .btSingleTourImage .btImageWrapper:before {
  top: 0;
  background: #181818;
  opacity: 0;
  z-index: 1;
}
.btSingleTourBlock .btSingleTourImage .btImageWrapper:before,
.btSingleTourBlock .btSingleTourImage .btImageWrapper:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  pointer-events: none;
}
.btSingleTourBlock .btSingleTourImage .btImageWrapper a {
  display: block;
}
.btSingleTourBlock .btSingleTourImage .btImageWrapper a{
background: rgba(253 248 248 / 50%);
}

.brand-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
}
.btSingleTourBlock .btSingleTourImage .btImageWrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
}
.btSingleTourBlock .btSingleTourImage .btImageWrapper .brand-heading2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.btSingleTourBlock .btSingleTourPrice {
  pointer-events: none;
}
.btSingleTourBlock .btSingleTourImage .btImageWrapper .brand-heading2 .btSingleTourPrice .btTourOffer {
  position: inherit;
}
.btSingleTourBlock .btSingleTourPrice .btTourOffer {
  position: absolute;
  left: -0.4166666em;
  top: -0.4166666em;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-weight: 800;
  padding: 0;
  z-index: 1;
  background: #26a198;
  color: #fff;
  text-shadow: 0 1px 3px rgba(24,24,24,.2);
  font-size: .75em;
  text-transform: uppercase;
  padding: 0.1666666em 1.666666em;
  line-height: 2;
}
.btSingleTourBlock .btSingleTourPrice .btTourPrice {
  z-index: 2;
  position: absolute;
  left: -0.3125em;
  top: 1.4375em;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-weight: 800;
  padding: 0;
  line-height: 2;
  background: #1976bc;
  color: #fff;
  text-shadow: 0 1px 3px rgba(24,24,24,.2);
  font-size: 1em;
  padding: 0.1666666em 1.25em;
}

.btSingleTourBlock .btSingleTourPrice .from {
  display: inline-block;
  font-weight: 500;
  margin: 0 5px 0 0;
}
.btSingleTourBlock .btSingleTourPrice .btTourPrice del {
  font-weight: 300;
  opacity: .5;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0 5px;
  margin: 0 0 0 -5px;
}
.btSingleTourBlock .btSingleTourPrice .btTourPrice ins {
  text-decoration: none;
}
.btSingleTourBlock .btSingleTourImage .btImageWrapper:after {
  height: 4px;
  z-index: 2;
  background: -webkit-linear-gradient(left, #1976bc 0%, #8dc645 100%);
  background: -moz-linear-gradient(left, #1976bc 0%, #8dc645 100%);
  background: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.btSingleTourBlock .btSingleTourContent {
  padding: 1em 1.25em;
  width: 100%;
  overflow:hidden;
}
.btSingleTourBlock .btSingleTourContent .btSingleTourHeadline {
  font-size: 1.25em;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -.05em;
  margin-bottom: 0.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.25em;
  max-height: 2.5em;
}

.btSingleTourBlock .btSingleTourPrice {
  pointer-events: none;
}
.brand-pricing .btSingleTourPrice .btTourPrice {
  position: inherit !important;
  padding: 0px !important;
  width: 100%;
}
.brand-destination {
  margin-bottom: 10px;
}
.option-term {
  background: #26a198;
  padding: 5px;
  display: inline-block;
  margin-right: 2px;
  font-size: 13px;
  color: #fff;
  margin-bottom: 2px;
}

.btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourDuration {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.btSingleTourBlock .btSingleTourPrice .btTourPrice del:after {
  content: '';
  border-bottom: 1px solid currentColor;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
.promotion-term {
  background: #e46298;
  padding: 5px;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  color: #fff;
}
.btSingleTourBlock:hover .btSingleTourImage .btImageWrapper:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.btSingleTourBlock:hover .btSingleTourBlockInner {
  -webkit-box-shadow: 0 10px 30px rgba(24,24,24,.3);
  box-shadow: 0 10px 30px rgba(24,24,24,.3);
}
.btSingleTourBlock:hover {
  -webkit-transform: translateY(-0.625em);
  -moz-transform: translateY(-.625em);
  -ms-transform: translateY(-.625em);
  transform: translateY(-0.625em);
}
.btSingleTourBlock:hover {
  z-index: 10;
}
.btSingleTourBlock:hover .btSingleTourImage .btImageWrapper:before {
  opacity: .55;
}

.btSingleTourBlock.gallery .btSingleTourContent .btSingleTourMeta {
  display: none;
}
.btSingleTourBlock.gallery .btSingleTourContent .btSingleTourHeadline a {
  color: #000;
  -webkit-transition: 300ms ease color;
  -moz-transition: 300ms ease color;
  transition: 300ms ease color;
font-weight: 700 !important;
  font-size: 20px;
}
.btSingleTourBlock.gallery .btSingleTourPrice .btTourPrice:after{
  content:unset;
}
.btSingleTourBlock.gallery .btSingleTourPrice .btTourPrice {
  background: transparent;
  position: absolute;
  top: auto;
  color: #1976bc;
  text-shadow: none;
  left: auto;
  bottom: 0.5em;
}

.btSingleTourBlock.list .btSingleTourPrice .from {
  display: none;
}
.btSingleTourBlock.list .btSingleTourContent .btSingleTourMeta > div:after {
  content: "";
  display: block;
  width: 1em;
}
.btSingleTourBlock.list .btSingleTourContent .btSingleTourHeadline a {
  color: #000;
  -webkit-transition: 300ms ease color;
  -moz-transition: 300ms ease color;
  transition: 300ms ease color;
  font-weight: 700;
  font-size: 20px;
}
.btSingleTourBlock.list .btSingleTourContent .btSingleTourHeadline {
  font-size: 1.5625em;
}
.btSingleTourBlock.list .btSingleTourContent{
 background: #fff;
}
.btSingleTourBlock.list .btSingleTourContent {
  padding: 1.875em 1.25em 1.875em 2.5em;
}
.btSingleTourBlock.list .btSingleTourBlockInner {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow:hidden;
  flex-wrap: wrap;
}
.btSingleTourBlock.list .btSingleTourImage {
  -webkit-flex: 0 0 280px;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
}

.btSingleTourBlock.list .btSingleTourPrice .btTourPrice:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.3125em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.3125em 0.3125em 0;
  border-color: transparent #104c78 transparent transparent;
}
/* additional html and css */
.btSingleTourBlock .btSingleTourContent .btListWrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.btSingleTourBlock .btSingleTourContent .btListWrapper .btListDetails {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  padding-right: 1.25em;
}


.btSingleTourBlock .btSingleTourContent .btSingleTourExcerpt {
  margin-bottom: 1em;
  font-size: .875em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.5em;
  max-height: 6em;
}
.btSingleTourBlock .btSingleTourContent .btListWrapper .btViewDetails {
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.btSingleTourBlock .btSingleTourContent .btListWrapper .btViewDetails a {
  font-size: .75em;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 1.333333em 1.666666em;
  white-space: nowrap;
  color: #1976bc;
  -webkit-box-shadow: 0 0 0 2px #1976bc inset, 0 0 0 rgba(24,24,24,.15);
  box-shadow: 0 0 0 2px #1976bc inset, 0 0 0 rgba(24,24,24,.15);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  line-height: 1;
}
.btSingleTourBlock .btSingleTourContent .btListWrapper .btViewDetails a:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2em #1976bc inset, 0 3px 10px rgba(24,24,24,.15);
  box-shadow: 0 0 0 2em #1976bc inset, 0 3px 10px rgba(24,24,24,.15);
  text-shadow: 0 1px 3px rgba(24,24,24,.15);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.btSingleTourBlock .btSingleTourContent .btSingleTourMeta {
  font-size: .875em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(24,24,24,.1);
  padding-top: 1em;
}
.btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourDuration,
.btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourLocation,
body#new-design  .btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btHolidayTypes,
.btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourTravellers{
 display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourDuration:before {
  content: "\f017";
}
.btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourLocation:before{
  content: "\f041";
}
.btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btHolidayTypes:before{
  content: "\f439";
}

.btSingleTourMeta .btTourLocation:first-child:before {
    display: inline-block; /* Ensure the icon only shows for the first term */
}
.btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourTravellers:before {
  content: "\f007";
}
.btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourDuration:before,
.btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourLocation:before,
body#new-design  .btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btHolidayTypes:before,
.btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourTravellers:before {
  font-family: FontAwesome;
  display: block;
  width: 1em;
  color: #1976bc;
  margin-right: 0.5em;
  width: auto;
}
.btSingleTourBlock.list .btSingleTourContent{
 overflow: unset;
 width: calc(100% -);
}

 #responsive_cross_btn{
    display: none;
    cursor: pointer; /* Makes the cross button clickable */
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #146f42;
    margin: 0px 14px;
    }
     #responsive_cross_btn1{
    display: none;
    cursor: pointer; /* Makes the cross button clickable */
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #146f42;
    margin: 0px 14px;
    }
     #ppfilter_icon{
    display: none;
    cursor: pointer; /* Makes the cross button clickable */
    font-size: 16px;
    font-weight: 500;
    color: #146f42;
    margin: 0px 14px;
    }
#ppfilter_icon1{
    display: none;
    cursor: pointer; /* Makes the cross button clickable */
    font-size: 16px;
    font-weight: 500;
    color: #146f42;
    margin: 0px 14px;
    float: left;
    }
    #sort_by_price{
        color: #146f42 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        padding-right: 15px;
    }

@media (max-width: 768px){
    /*#find-tour-button{*/
    /*    display: none;*/
    /*}*/
    #sort_by_price {
    display: block !important;
}
body#new-design .btSingleTourBlock.gallery .btSingleTourImage .btImageWrapper > a > img {
    min-height: 200px;
    height: 200px;
}
#main_responsive {
    display: none; /* Hidden by default on small screens */
  }
  #ppfilter_icon{
      display: block;
  }
    #ppfilter_icon1{
      display: block;
  }
  .filter_apply_main{
    box-shadow: 0 16px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

 .btSingleTourBlock.list {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 48%;
    margin: 5px;
 }
 .btSingleTourBlock.list .btSingleTourBlockInner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
 }
 .btSingleTourBlock.list .btSingleTourBlockInner .btSingleTourImage {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
 }
 .btSingleTourBlock.list .btSingleTourBlockInner .btSingleTourContent {
    padding: 1em 1.25em;
 }
 .btSingleTourBlock.list .btSingleTourBlockInner .btSingleTourContent .btListDetails {
    padding: 0;
 }
 .btSingleTourBlock.list .btSingleTourBlockInner .btSingleTourContent .btSingleTourHeadline {
    font-size: 1.25em;
 }
 /*.btSingleTourBlock.list .btSingleTourBlockInner .btSingleTourContent .btViewDetails {*/
 /*   display: none;*/
 /*}*/
 .btSingleTourBlock.list .btSingleTourPrice .btTourPrice{
    font-size:14px;
 }
 
}
@media (max-width:600px){
 .btSingleTourBlock.list {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 97%;
 }
}

.btSingleTourBlock.regular .btSingleTourPrice .from {
  display: none;
}

.btSingleTourBlock.regular .btSingleTourContent .btSingleTourMeta {
  font-size: .875em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(24,24,24,.1);
  padding-top: 1em;
}
.btSingleTourBlock.regular .btSingleTourContent .btSingleTourHeadline a {
  color: #000;
  -webkit-transition: 300ms ease color;
  -moz-transition: 300ms ease color;
  transition: 300ms ease color;
font-weight: 800;
  font-size: 20px;
}
.btSingleTourBlock.regular .btSingleTourPrice .btTourPrice:after{
  content:unset;
}
.btSingleTourBlock.regular .btSingleTourPrice .btTourPrice {
  z-index: 2;
  position: absolute;
  left: -0.3125em;
  top: 1.4375em;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-weight: 800;
  padding: 0;
  line-height: 2;
  background: #1976bc;
  color: #fff;
  text-shadow: 0 1px 3px rgba(24,24,24,.2);
  font-size: 1em;
  padding: 0.1666666em 1.25em;
}




/* tiles design */
.btSingleTourBlock.tiles .brand-pricing .btSingleTourPrice .btTourOffer{
  display:none;
}
.btSingleTourBlock.tiles .brand-heading2 .btSingleTourPrice .btTourPrice{
  display:none;
}
.btSingleTourBlock.tiles .btSingleTourBlockInner {
  position: relative;
}
.btSingleTourBlock.tiles .btSingleTourContent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
  z-index: 1;
}
.btSingleTourBlock.tiles .btSingleTourContent .btSingleTourHeadline {
  font-size: 1.5625em;
  text-shadow: 0 2px 5px rgba(24,24,24,.75);
}
.btSingleTourBlock.tiles .btSingleTourContent .btSingleTourMeta {
  display: none;
}
.btSingleTourBlock.tiles .btSingleTourContent .btSingleTourHeadline a {
  color: #fff;
  -webkit-transition: 300ms ease color;
  -moz-transition: 300ms ease color;
  transition: 300ms ease color;
font-weight: 800;
  font-size: 20px;
}
.btSingleTourBlock.tiles .btSingleTourContent .brand-buttons a{
  pointer-events: auto !important;
}
.btSingleTourBlock.tiles .btSingleTourPrice .from {
  display: none;
}
.btSingleTourBlock.tiles .btSingleTourPrice .btTourPrice {
  z-index: 2;
  position: absolute;
  left: -.3125em;
  top: 1.4375em;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-weight: 800;
  padding: 0;
  line-height: 2;
  background: #1976bc;
  color: #fff;
  text-shadow: 0 1px 3px rgba(24,24,24,.2);
  font-size: 1em;
  padding: .1666666em 1.25em;
}

#cf_f_form_ajax {
  display: flex;
  flex-wrap:wrap;
  column-gap: 9px;
  row-gap: 10px;
}
.ajax_sortby{
  display:flex;
  justify-content:end;
  margin-top:10px;
  margin-bottom: 20px;  
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(24, 24, 24, .1);
}
#cf_f_form_ajax input,
#cf_f_form_ajax select,
#cf_f_form_ajax button,
.ajax_sortby select,
.cf_f_field_ajax .load_more,
.custom_cf_f_field_ajax_tax .custom_load_more_tax{
  max-width: 100%;
  width: 100%;
  display: block;
  padding: 0.8em;
  border-radius: 0;
  line-height: 1;
  height: 3.5rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  color:#181818;
  border: 1px solid rgba(24, 24, 24, .2);
  -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15);
  box-shadow: 0 0 15px rgba(24,24,24,.15);
  background: #fff;
  outline:none;
}
.ajax_sortby select{
  width:16%;
}
#cf_f_form_ajax input:focus,
#cf_f_form_ajax select:focus,
.ajax_sortby select:focus {
    border: 1.5px solid #d2c7c7 !important;
}
#cf_f_form_ajax button,
.cf_f_field_ajax .load_more,
.custom_cf_f_field_ajax_tax .custom_load_more_tax,
.btn-style{
  color: #fff;
  background-color: #1976bc;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  padding: 1.166667em 2.833em;
  font-size: .875em;
  line-height: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 0 rgba(24,24,24,.15);
  box-shadow: 0 0 0 rgba(24,24,24,.15);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  text-shadow: 0 1px 3px rgba(24,24,24,.15);
  background-image: -webkit-linear-gradient(top, #1976bc 50%, #8dc645 100%);
  background-image: -moz-linear-gradient(top, #1976bc 50%, #8dc645 100%);
  background-image: linear-gradient(to bottom, #1976bc 50%, #8dc645 100%);
  background-size: 1px 200%;
  white-space: normal;
  border-radius: 0;
}
#cf_f_form_ajax button:hover,
.cf_f_field_ajax .load_more:hover,
.custom_cf_f_field_ajax_tax .custom_load_more_tax:hover,
.btn-style:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 10px rgba(24,24,24,.15);
  box-shadow: 0 3px 10px rgba(24,24,24,.15);
  background-position: 1px 100%;
}
#cf_f_form_ajax .cf_f_field_ajax{
  flex:1 ;
	
}
.custom_cf_f_field_ajax_tax_more{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:25px 0px;
}
.custom_cf_f_field_ajax_tax .custom_load_more_tax{
  width: fit-content;
}
#cf_f_form_ajax .cf_f_field_ajax .cf_f_field_ajax_inner{
  display:flex;
  /* justify-content:space-between; */
  column-gap:9px;
}
#cf_f_form_ajax .cf_f_field_ajax .cf_f_field_ajax_inner .price_from_ajax,
#cf_f_form_ajax .cf_f_field_ajax .cf_f_field_ajax_inner .price_to_ajax{
    max-width: 48%;
    flex: 1 0 48%;
}
.cf_f_field_ajax_more{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:25px 0px;
}
.cf_f_field_ajax .load_more{
  width: fit-content;
}

/*  */
.fancy-select {
  position: relative;
  width: 18%;
}
.fancy-select select,
.fancy-select ul.options {
  padding: 0;
  border: 0;
}
.fancy-select select {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15);
    box-shadow: 0 0 15px rgba(24,24,24,.15);
}
.fancy-select .trigger{
  font-size: .875em;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 0.8em;
  height: 3.5rem;
    line-height: 3.5rem;
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15);
    box-shadow: 0 0 15px rgba(24,24,24,.15);
}
.fancy-select .trigger:before {
  content: '\f107';
  font-size: 17px;
  font-family: 'fontawesome';
  display: block;
  float: right;
  padding-right: 0.5em;
  padding-left: 0.5em;
  -webkit-transition: 150ms ease transform, 150ms ease color;
  -moz-transition: 150ms ease transform, 150ms ease color;
  transition: 150ms ease transform, 150ms ease color;
}
.fancy-select .options {
  display: none;
  position: absolute;
  left: 0;  
  width: 100%;
  list-style: none;
  max-height: 320px;
  overflow: auto;
  border: 1px solid rgba(24, 24, 24, .2);
  background-color: #fff;
  color: #181818;
  font-size: .875rem;
}
.fancy-select ul.options li, .fancy-select ul.options li:first-child,
 .fancy-select ul.options li:last-child {
  cursor: pointer;
  padding: 0.8em 0.9142857em;
  line-height: 1.5em;
  margin: 0;
  -webkit-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  transition: 200ms ease all;
  position: relative;
  border-bottom: 1px solid rgba(24, 24, 24, .2) !important;
}
.fancy-select ul.options li:first-child,
.fancy-select ul.options li:first-child:first-child,
.fancy-select ul.options li:last-child:first-child {
  padding-top: 0.8em !important;
}
.fancy-select .trigger.open:before {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fancy-select .options.open {
  z-index: 20;
  display: block;
}

.ajax_loader,
.ajax_more_loader,
.custom_ajax_loader,
.custom_ajax_more_loader{
  margin: 30px auto 30px auto;
  font-size: 6px;
  position: relative;
  border: 2px solid transparent;
  border-top: 2px solid #1976bc !important;
  border-bottom: 2px solid #1976bc !important;
  border-radius: 50%;
  -webkit-animation: btLoader 2s infinite linear;
  -moz-animation: btLoader 2s infinite linear;
  animation: btLoader 2s infinite linear;
  width: 64px;
  height: 64px;
  display: none;
}
.ajax_loader:before,
.ajax_more_loader:before,
.custom_ajax_loader:before,
.custom_ajax_more_loader:before {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  left: 2px;
  top: 2px;
  -webkit-animation: btLoader 5s infinite linear;
  -moz-animation: btLoader 5s infinite linear;
  animation: btLoader 5s infinite linear;
  border-radius: 50%;
  border: 2px solid transparent;
  border-left: 2px solid #8dc645 !important;
  border-right: 2px solid #8dc645 !important;
}
.load_filter_tours .no_result_found{
  max-width: 659px;
  margin: auto;
  padding:30px;
}
.load_filter_tours .no_result_found p{
  font-size: 25.1px;
  letter-spacing: 1px;
  line-height: 35px;
  justify-content: center;
  text-align: center;

}
@media (max-width:992px){
  #cf_f_form_ajax .cf_f_field_ajax{
    flex:1 0 32.33%;
    max-width:32.33%;	
  }
  .fancy-select {
    width:32%;
  }
}
@media (max-width:786px){
    body#new-design .btSingleTourBlock.list  .brand-pricing{
    width: 100%;
    background: #f3f9f700 !important;

}
body#new-design .btSingleTourBlock.list .btListDetails{
    width: 100%;
}
  #cf_f_form_ajax .cf_f_field_ajax{
    flex:1 0 49%;
    max-width:49%;	
  }
  .fancy-select {
    width:100%;
  }
}
@media (max-width:540px){
  #cf_f_form_ajax .cf_f_field_ajax{
    flex:1 0 100%;
    max-width:100%;	
  }
}

.load_filter_tours{
  display: flex;
  flex-wrap: wrap;
}

.sliders .btSingleTourBlock.cols_4{
  width:100% !important;
}
.btSingleTourBlock.cols_4 {
  width: 100%; /* Default width */
  box-sizing: border-box;
  padding: 10px;
}

@media (min-width: 768px) {
  .btSingleTourBlock.cols_4 {
    width: 50%; /* 2 columns on tablets */
  }
  .btSingleTourBlock.list.cols_4{
    width:100%;
  }
}

@media (min-width: 992px) {
  .btSingleTourBlock.cols_4 {
    width: 25%; 
  }
  .btSingleTourBlock.list.cols_4{
    width:50%;
  }
}


#cf_f_form_ajax {
  display: flex;
  flex-wrap:wrap;
  column-gap: 9px;
  row-gap: 10px;
}
.ajax_sortby{
  display:flex;
  justify-content:end;
  margin-top:10px;
  margin-bottom: 20px;  
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(24, 24, 24, .1);
}
#cf_f_form_ajax input,
#cf_f_form_ajax select,
#cf_f_form_ajax button,
.ajax_sortby select,
.cf_f_field_ajax .load_more{
  max-width: 100%;
  width: 100%;
  display: block;
  padding: 0.8em;
  border-radius: 0;
  line-height: 1;
  height: 3.5rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  color:#181818;
  border: 1px solid rgba(24, 24, 24, .2);
  -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15);
  box-shadow: 0 0 15px rgba(24,24,24,.15);
  background: #fff;
  outline:none;
}
.ajax_sortby select{
  width:16%;
}
#cf_f_form_ajax input:focus,
#cf_f_form_ajax select:focus,
.ajax_sortby select:focus {
    border: 1.5px solid #d2c7c7 !important;
}
#new-design button.tour-search-top-btn::before{
  font-size: 40px !important; 
  font-weight: 300 !important; 
}
#new-design button.tour-search-top-btn::before {
    font-size: 4em;
    font-family: 'fontawesome';
    display: block;
    content: "\f002";
    color: #dadada;
    font-weight: 400;
    text-align: center;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    transition: color 300ms ease;
}
#tour__search_formmain{
    position: relative;
    top: -40px;
    width: 100%;
    max-width:85%;
    margin: auto;
    
}

#tour__search_formmain .form_keywords {
    border-radius: 50px;
    padding: 37px;
    padding-right: 37px;
    padding-right: 90px;
    font-size: 24px;
    border: 0px;
    outline: none;
}
#new-design button.tour-search-top-btn {
    border: 0 !important;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    width: 6.75em;
    /*height: 100%;*/
    background: transparent !important;
    border: 0;
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
        position: absolute;
    right: 5px;
    top: 8px;
}

/*#cf_f_form_ajax button,*/
/*.cf_f_field_ajax .load_more{*/
/*  color: #fff;*/
/*  background-color: #1976bc;*/
/*  border: 0;*/
/*  cursor: pointer;*/
/*  font-weight: 700;*/
/*  padding: 1.166667em 2.833em;*/
/*  font-size: .875em;*/
/*  line-height: 1;*/
/*  -webkit-transform: translateY(0);*/
/*  -moz-transform: translateY(0);*/
/*  -ms-transform: translateY(0);*/
/*  transform: translateY(0);*/
/*  -webkit-box-shadow: 0 0 0 rgba(24,24,24,.15);*/
/*  box-shadow: 0 0 0 rgba(24,24,24,.15);*/
/*  -webkit-transition: 300ms ease all;*/
/*  -moz-transition: 300ms ease all;*/
/*  transition: 300ms ease all;*/
/*  text-shadow: 0 1px 3px rgba(24,24,24,.15);*/
/*  background-image: -webkit-linear-gradient(top, #1976bc 50%, #8dc645 100%);*/
/*  background-image: -moz-linear-gradient(top, #1976bc 50%, #8dc645 100%);*/
/*  background-image: linear-gradient(to bottom, #1976bc 50%, #8dc645 100%);*/
/*  background-size: 1px 200%;*/
/*  white-space: normal;*/
/*  border-radius: 0;*/
/*}*/
#cf_f_form_ajax button:hover,
.cf_f_field_ajax .load_more:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 10px rgba(24,24,24,.15);
  box-shadow: 0 3px 10px rgba(24,24,24,.15);
  background-position: 1px 100%;
}
#cf_f_form_ajax .cf_f_field_ajax{
  flex:1 ;
	
}
#cf_f_form_ajax .cf_f_field_ajax .cf_f_field_ajax_inner{
  display:flex;
  column-gap:9px;
}
#cf_f_form_ajax .cf_f_field_ajax .cf_f_field_ajax_inner .price_from_ajax,
#cf_f_form_ajax .cf_f_field_ajax .cf_f_field_ajax_inner .price_to_ajax{
    max-width: 48%;
    flex: 1 0 48%;
}
.cf_f_field_ajax_more{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:25px 0px;
}
.cf_f_field_ajax .load_more{
  width: fit-content;
}

.fancy-select {
  position: relative;
  width: 18%;
}
.fancy-select select,
.fancy-select ul.options {
  padding: 0;
  border: 0;
}
.fancy-select select {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15);
    box-shadow: 0 0 15px rgba(24,24,24,.15);
}
.fancy-select .trigger{
  font-size: .875em;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 0.8em;
  height: 3.5rem;
    line-height: 3.5rem;
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15);
    box-shadow: 0 0 15px rgba(24,24,24,.15);
}
.fancy-select .trigger:before {
  content: '\f107';
  font-size: 17px;
  font-family: 'fontawesome';
  display: block;
  float: right;
  padding-right: 0.5em;
  padding-left: 0.5em;
  -webkit-transition: 150ms ease transform, 150ms ease color;
  -moz-transition: 150ms ease transform, 150ms ease color;
  transition: 150ms ease transform, 150ms ease color;
}
.fancy-select .options {
  display: none;
  position: absolute;
  left: 0;  
  width: 100%;
  list-style: none;
  max-height: 320px;
  overflow: auto;
  border: 1px solid rgba(24, 24, 24, .2);
  background-color: #fff;
  color: #181818;
  font-size: .875rem;
}
.fancy-select ul.options li, .fancy-select ul.options li:first-child,
 .fancy-select ul.options li:last-child {
  cursor: pointer;
  padding: 0.8em 0.9142857em;
  line-height: 1.5em;
  margin: 0;
  -webkit-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  transition: 200ms ease all;
  position: relative;
  border-bottom: 1px solid rgba(24, 24, 24, .2) !important;
}
.fancy-select ul.options li:first-child,
.fancy-select ul.options li:first-child:first-child,
.fancy-select ul.options li:last-child:first-child {
  padding-top: 0.8em !important;
}
.fancy-select .trigger.open:before {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fancy-select .options.open {
  z-index: 20;
  display: block;
}

.ajax_loader,
.ajax_more_loader{
  margin: 30px auto 30px auto;
  font-size: 6px;
  position: relative;
  border: 2px solid transparent;
  border-top: 2px solid #1976bc !important;
  border-bottom: 2px solid #1976bc !important;
  border-radius: 50%;
  -webkit-animation: btLoader 2s infinite linear;
  -moz-animation: btLoader 2s infinite linear;
  animation: btLoader 2s infinite linear;
  width: 64px;
  height: 64px;
  display: none;
}
.ajax_loader:before,
.ajax_more_loader:before {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  left: 2px;
  top: 2px;
  -webkit-animation: btLoader 5s infinite linear;
  -moz-animation: btLoader 5s infinite linear;
  animation: btLoader 5s infinite linear;
  border-radius: 50%;
  border: 2px solid transparent;
  border-left: 2px solid #8dc645 !important;
  border-right: 2px solid #8dc645 !important;
}
.load_filter_tours .no_result_found{
  max-width: 659px;
  margin: auto;
  padding:30px;
}
.load_filter_tours .no_result_found p{
  font-size: 25.1px;
  letter-spacing: 1px;
  line-height: 35px;
  justify-content: center;
  text-align: center;

}
.responsive_main_cols{
  display: flex;
  flex-wrap: wrap;
  /* column-gap: 10px; */

}
@media (max-width:992px){
  #cf_f_form_ajax .cf_f_field_ajax{
    flex:1 0 32.33%;
    max-width:32.33%;	
  }
  .fancy-select {
    width:32%;
  }
}
@media (max-width:786px){
    #new-design .btSingleTourBlock.list .btSingleTourContent{
        padding: 15px;
    }
    #new-design .btSingleTourBlock .btSingleTourContent .brand-pricing{
    padding: 10px 15px;
    }
#new-design .btSingleTourBlock.list .btSingleTourContent{
    margin-top: 20px;
    }
#new-design .btSingleTourBlock .btSingleTourContent .brand-pricing{
    padding: 10px 15px 15px 15px !important;
    }
 body#new-design .btbooknow__search a {
    padding: 10px !important;
    font-size: 12px !important;
}
    body#new-design .btViewDetails a {
        font-size: 12px !important;
    }
  #cf_f_form_ajax .cf_f_field_ajax{
    flex:1 0 49%;
    max-width:100%;	
  }
  .fancy-select {
    width:100%;
  }
  #tour__search_formmain {
    position: relative;
    top: -40px;
    width: 100%;
    max-width: 90%;
    margin: auto;
}
.btSingleTourBlock .btSingleTourContent .btListWrapper {
  display: block;
}
body#new-design .btSingleTourBlock.list .btListDetails {
    width: 100% !important;
}
body#new-design .btSingleTourBlock.list .brand-pricing {
    width: 100% !important;
    /*margin-bottom: -62px !important;*/
}
}
@media (max-width:540px){
  #cf_f_form_ajax .cf_f_field_ajax{
    flex:1 0 100%;
    max-width:100%;	
  }
  .header_slider button.owl-next{
    right:20px !important;
  }
  .header_slider button.owl-prev{
    left:20px !important;
  }
}

.load_filter_tours{
  display: flex;
  flex-wrap: wrap;
}

.custom_promo:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #65922d transparent transparent;
}

/* specific taxonomy */
.custom_load_filter_tours{
  display: flex;
  flex-wrap: wrap;
}
.custom_load_filter_tours .no_result_found{
  max-width: 659px;
  margin: auto;
  padding:30px;
}
.custom_load_filter_tours .no_result_found p{
  font-size: 25.1px;
  letter-spacing: 1px;
  line-height: 35px;
  justify-content: center;
  text-align: center;

}

.meta_description{
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.meta_description .meta_icon_wrapper{
  width: 20%;
}
.testimonial_slider_main .owl-nav{
  margin: 20px 0px;
}












/* new design css start here */

body#new-design #cf_f_form_ajax {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0px !important;
  row-gap: 10px;
  box-shadow: 0px 7px 10px rgb(0 0 0 / 7%); /* Adjust shadow size and color as needed */
}

body#new-design #cf_f_form_ajax input{
    box-shadow: none !important;
    border: 0px !important;
    border-right: 1px solid rgba(24, 24, 24, .2) !important;
    background: none !important;
}
body#new-design #cf_f_form_ajax {
    border: 1px solid rgba(24, 24, 24, .2) !important;
    border-radius: 50px !important;
}
body#new-design #cf_f_form_ajax .cf_f_field_ajax .form_submit{
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
body#new-design .fix__width_h{
    width: 100% !important;
    border: 1px solid rgba(24, 24, 24, .2) !important;
    /*padding: 10px;*/
    border-radius: 20px !important;
    margin-bottom: 30px;
}
body#new-design .btSingleTourBlock.list .btSingleTourBlockInner{
    box-shadow: none !important;
}

body#new-design .btSingleTourBlock.list  .brand-pricing{
    width: 35%;
    background: #f3f9f700 !important;
}
body#new-design .btSingleTourBlock.list .btListDetails{
    width: 65%;
}
body#new-design .btSingleTourBlock.list .btTourOffertitle{
    font-size: 12px;
    color: #112211;
    font-weight: 500;
    margin-bottom: 10px;
}
body#new-design .btSingleTourBlock.list .filterpricetitle{
    font-size: 38px;
    color: #157244;
    font-weight: 300;
}
@media only screen and (max-width:1024px) {
    body#new-design .btSingleTourBlock.list .filterpricetitle {
        font-size: 28px;
        color: #157244;
        font-weight: 300;
    }
}
body#new-design .btSingleTourBlock.list .btListDetails{
    display: flex;
    align-items: center;
    height: fit-content;
}
body#new-design .btSingleTourMeta{
   padding-bottom: 25px;
   border: 0px;
   border-bottom: 1px solid rgba(24, 24, 24, .2) !important;
   margin-bottom: 25px;
}
body#new-design .btSingleTourBlock.list .btSingleTourExcerpt{
    width: 100%;
    max-width: 400px;
}
body#new-design .btbooknow__search a{
    background: #157244;
    color: white;
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
}
body#new-design .btmeta_details{
    display: flex;
    justify-content: end;
    column-gap: 15px;
}
body#new-design .currency-label {
    font-size:18px;
}

body#new-design .btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourDuration::before, 
body#new-design .btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourLocation::before,
body#new-design  .btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btHolidayTypes:before,
body#new-design .btSingleTourBlock .btSingleTourContent .btSingleTourMeta .btTourTravellers::before {  
  color: #000; 
}
body#new-design .btSingleTourBlock.gallery .btSingleTourImage .btImageWrapper > a > img { 

} 
body#new-design .filterLeft h2 {
    font-size: 22px;
}
body#new-design .filterLeft h3 {
    font-size: 17px;
    margin: 20px 0px;
    line-height: 20px;
}
#priceRange {
    display: flex;
    margin-top:10px;
}
.priceRangeLeft {
    width:50%;
    text-align:left;
}
.priceRangeRight {
    width:50%;
    text-align:right;
}
.filterLabel {
    display: block;
    width: 100%;
}
.filterLabel a {
    display: inline-block;
    float: right;
    cursor: pointer;
}
@media only screen and (max-width:768px) {
        .btSingleTourExcerpt{
        display: none !important;
    }
}
@media only screen and (min-width:768px) {
    .filterWrapper {
        display:flex;
    }
    .filterLeft {
        width:25%;
        padding-right:3%;
        border-right:1px solid #ddd;
    }
    .filterRight {
        width: 75%;
        padding-left: 3%;
    }
}
@media only screen and (max-width:768) {
    #apply_main > a i{
        display: block;
    }
}

.hidden-term,
.hidden-br {
    display: none;
}

.toggle-checkbox {
    display: none; /* Hide the checkbox */
}

/* Show hidden terms and br tags when checkbox is checked */
.toggle-checkbox:checked ~ #destinationRange .hidden-term {
    display: block;
}

.toggle-checkbox:checked ~ #destinationRange .hidden-br {
    display: inline;
}

/* Change the "More" button label to "Less" when checkbox is checked */
#toggleTermsButton {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    color: #007bff; /* Change to your preferred color */
    text-decoration: underline;
}

/* Text change using ::after pseudo-element */
#toggleTermsButton::after {
    content: ' More';
}

.toggle-checkbox:checked + #toggleTermsButton::after {
    content: ' Less';
}
    
.hidden-term {
    display: none;
}

.hidden-br {
    display: none; /* Hide <br> tags for hidden terms */
}

#showMoreTerms {
    margin-top: 10px;
}
#showMoreTerms{
    margin-top: 10px;
    padding: 6px 10px;
    background: none;
    color: #ffffff;
    border: 1px solid;
    font-size: 10px;
    /* text-decoration: underline; */
    text-underline-offset: 4px;
    font-weight: 500;
    background: #157244;
    border-radius: 2px;
}
#LessMoreTerms {
    margin-top: 10px;
}
#LessMoreTerms{
    margin-top: 10px;
    padding: 6px 10px;
    background: none;
    color: #ffffff;
    border: 1px solid;
    font-size: 10px;
    /* text-decoration: underline; */
    text-underline-offset: 4px;
    font-weight: 500;
    background: #157244;
    border-radius: 2px;
    display: none;
}


/* Hide additional terms and their <br> tags by default */
.brand-hidden-term,
.brand-hidden-br {
    display: none; /* Initially hide these */
}

/* Hide the toggle checkbox */
.brand-toggle-checkbox {
    display: none; /* Hide the checkbox */
}

/* Show hidden terms and <br> tags when the checkbox is checked */
.brand-toggle-checkbox:checked ~ .brand-hidden-term {
    display: block; /* Show hidden terms */
}

.brand-toggle-checkbox:checked ~ .brand-hidden-br {
    display: inline; /* Show <br> tags for hidden terms */
}

.brand-hidden-br {
    display: none; /* Hide <br> tags for hidden terms */
}

/* Styling the "More" button specifically for Brands */
#showMoreBrands, #lessMoreBrands{
    display: inline-block;
    margin-top: 10px;
    padding: 6px 10px;
    color: #ffffff;
    background: #157244;
    border: 1px solid;
    font-size: 10px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
}
#lessMoreBrands{
    display: none;
}


/* Hide additional terms and their <br> tags by default */
.Experiences-hidden-term,
.Experiences-hidden-br {
    display: none; /* Initially hide these */
}

/* Hide the toggle checkbox */
.Experiences-toggle-checkbox {
    display: none; /* Hide the checkbox */
}

/* Show hidden terms and <br> tags when the checkbox is checked */
.Experiences-toggle-checkbox:checked ~ .Experiences-hidden-term {
    display: block; /* Show hidden terms */
}

.Experiences-toggle-checkbox:checked ~ .Experiences-hidden-br {
    display: inline; /* Show <br> tags for hidden terms */
}

.Experiences-hidden-br {
    display: none; /* Hide <br> tags for hidden terms */
}

/* Styling the "More" button specifically for Brands */
#lessMoreExperiences, #showMoreExperiences {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 10px;
    color: #ffffff;
    background: #157244;
    border: 1px solid;
    font-size: 10px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
}
#lessMoreExperiences{
    display: none;
}
.filter_apply_main{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.filter_apply_main > h2{
    float: left;
    font-size: 14px;
}
.filter_apply_main #find-tour-button{
    float: right;
    margin-bottom: 0px !important;
    background: none !important;
    border: 0px;
    
}
.filter_apply_main #find-tour-button a{
    color: #157244 !important;
}
.filter_apply_main #find-tour-button a i{
    margin-left: 5px;
    font-size: 12px;
}
#responsive_cross_btn{
    display: none;
}
#responsive_cross_btn1{
    display: none;
    float: left;
}

#sort_by_price{
    display: none;
}
body#new-design #responsive_apply {
   display: flex;
}
#apply_main{
    padding: 15px;
}

/* Default margin for owl items */
/*.sliders .owl-item {*/
/*    margin-right: 20px;*/
/*}*/

/* Last active item margin override - applied dynamically */
.sliders .owl-item.last-active {
    margin-right: 0px;
}

body#new-design .load_filter_tours .btSingleTourImage, body#new-design .load_filter_tours .btSingleTourImage .btImageWrapper, body#new-design .load_filter_tours .btSingleTourImage .btImageWrapper a, body#new-design .load_filter_tours .btSingleTourImage .btImageWrapper img{
    height: 100%;
}
body#new-design .btSingleTourBlock .btSingleTourContent .btListWrapper{
    align-items: center !important;
}
body#new-design .btSingleTourBlock .btSingleTourContent .btSingleTourMeta{
    padding: 0px !important;
    padding-bottom: 10px !important;
    
}
.filterLabel1{
    font-size: 12px !important;
}
.brand-hidden-term , .Experiences-hidden-term{
    display: inline-masonry;
}
body#new-design .mega-sub-menu{
    z-index: 5;
}
body#new-design .main_header .custom-logo-link img{
    z-index: 3;
}
#form_keywords{
    width: 100%;
}
/*#form_destination{*/
/*    visibility: hidden; */
/*    width: 0%;*/
/*     max-width: 0px;*/
/*}*/
/*#form_brand{*/
/*    visibility: hidden; */
/*    width: 0%;*/
/*    max-width: 0px;*/
/*}*/
/*#form_holidaytypes{*/
/*    visibility: hidden; */
/*    width: 0%;*/
/*    max-width: 0px;*/
/*}*/


body#new-design .mega-menu-link{
    border-color: #ff000000 !important;
}
body#new-design .page-numbers{
    display: none !important;
}
body#new-design .btSingleTourBlock.gallery .btSingleTourContent .btSingleTourHeadline a, body#new-design .btSingleTourBlock.gallery .btSingleTourContent .btSingleTourHeadline {
font-weight: 700 !important;
}
body#new-design .btSingleTourBlockInner{
    height: fit-content;
}
body#new-design .btSingleTourBlock.list .btSingleTourContent{
 width: calc(100% - 280px);
}
body#new-design .btSingleTourContent .btTourLocation{
    flex-wrap: wrap;
    margin: 10px 0px;
}
body#new-design  .main-title-price{
    display: flex;
    justify-content: space-between;
}
body#new-design .main-title-price > .title-price1{
    width: 100%;
    max-width: 53%;
}
body#new-design .main-title-price > .btmeta_details{
    width: 100%;
    max-width: 47%;
}
/*body#new-design .btSingleTourMeta .btHolidayTypes a{*/
/*    width: min-content;*/
/*}*/