/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/


.st-list-destination.st-sliders .swiper-wrapper .swiper-slide .thumbnail {
  border-radius: 0 !important;
}
.st-banner-search-form.style_2 .st-search-form-el {
  border-radius: 0 !important;
}
.stt-mailchimp-form input[type="email"] {
  border-radius: 0 !important;
}
.header {
  background: #fff !important;
  z-index: 1 !important;
}
.h-b-img img{
  box-shadow: 0px 0px 15px #3333335c !important;
}
.h-b-img img:hover {
  transform: scale(1.04) !important;
}
.api-trip-img {
  height: 130px !important;
}

.at-copy-trip[_ngcontent-xht-c14] .price-box-sticky[_ngcontent-xht-c14] {
  max-width: 40% !important;
}
.st-pagination{
  text-align: center;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
.st-pagination .page-numbers{
  list-style: none;
  font-size: 26px;
  color: #768090;
  margin-right: 10px;
  font-weight: 400;
  margin-left: 10px;
}
.st-pagination .current{
  color: #fff !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
  background: var(--main-color, #3B71FE) !important;
  font-weight: 500;
  border-radius: 10px;
  padding: 8px 15px 8px 15px;
}
.trip-filters{
  display: flex;
  margin-bottom: 20px;
}
.trip-filter-form{
  margin-left: 10px;
}
.dropdown11{
padding: 12px 20px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--heading-color);
  display: flex;
  align-items: center;
}
.dropdown22{
padding: 12px 20px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--heading-color);
  display: flex;
  align-items: center;
}
.st-border-radius {
  border-radius: 8px;
  box-shadow: 0px 0px 18px #9b9b9beb !important;
  background: #ffffffd6 !important;
}
.sbi_feedtheme_header_text{
  color: #ccc !important;
}
.sbi_feedtheme_header_text h3{
  color: #ccc !important;
}
.service-border {
	border: 8px solid #fff !important;
}
@media (min-width: 20px) and (max-width: 991px) {
.api-trip-img {
  height: 100% !important;
}
}