.advance--filter {
	display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 101px;
    background: #FFF;
    padding: 11px 17px 11px 17px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.advance--filter form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    min-width: 260px;
}

.advance--filter form .select2 {
    max-width: 50%;
    width: 100% !important;
    border-right: 1px solid #CBCBCB;
}

.advance--filter form .select2 span {
    border-bottom: 0;
}

.advance--filter form .select2 .select2-selection__arrow {
	margin-right: 13px;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.advance--filter form  .form--button {
	border-radius: 50px;
	background: #9AC56B;
	border: 0;
	padding: 11px 36px 11px 36px;
	color: #1E1E1E;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.advance--filter form  .form--button:disabled {
    opacity: .8;
    cursor: no-drop;
}

.ap-slideshow-main .mySwiper2 {
	margin-bottom: 25px;
}

.ap-slideshow-main .mySwiper2 .swiper-slide img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.ap-slideshow-main .mySwiper .swiper-slide {
	opacity: 0.4;
}

.ap-slideshow-main .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.ap-slideshow-main .swiper-button-prev {
	width: 56px;
	height: 56px;
	background: white;
	border-radius: 100%;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
	left: 22px;
}

.ap-slideshow-main .swiper-button-prev::after {
	font-size: 24px;
	line-height: 24px;
}

.ap-slideshow-main .swiper-button-next {
	width: 56px;
	height: 56px;
	background: white;
	border-radius: 100%;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
	right: 22px;
}

.ap-slideshow-main .swiper-button-next::after {
	font-size: 24px;
	line-height: 24px;
}