img {
	object-fit: cover;
}


.custom-logo{
	width: auto !important;
}
main {
	margin-top: 20px;
}

.main-section {
	margin-bottom: 30px;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.searchBg{
	width: 100%;
	height: auto;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: visible;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
	overflow-x: clip;
}

.ellipsisBanner {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}


.swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, -50px);
}

.swiper-button-next {
	right: var(--swiper-navigation-sides-offset, -50px);
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	font-size: 16px;
	font-weight: 600;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	font-size: 16px;
	font-weight: 600;
}


.footer_142699 .inner{
	min-height: 200px;
}


.closeSearch{
	display: none;
}


.app-billet.card33 .img-container {
    width: 75px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-container{
	display: flex;
	align-items: center;
	justify-content: center;
}

.left-part-Three .img-container{
	min-height: 550px;
}

.left-part-Two .img-container{
	min-height: 550px;
}

img.lazy {
	width: auto !important;
	height: auto !important;
  }

img.lazy{
	opacity: 1;
  }


  .latest-reviews_section {
    margin: 20px 0;
}

.title-container:hover .title-section-popular{
	color: #fff !important;
}

@media screen and (max-width:768px) {
	.popular-reviewed_section {
        padding: 10px 0 0px;
    }

	.swiper-button-prev{
		left: var(--swiper-navigation-sides-offset, -10px);
	}

	.swiper-button-next {
		right: var(--swiper-navigation-sides-offset, -10px);
	}

	.blog-billet.card33.vertical .img-container{
		height: auto !important;
	}

	.latest-posts_section {
        padding-top: 0px;
    }

	.header_142699 .nav-menu{
		width: 100%;
	}

	.header_142699 .form-container{
		width: 100%;
		width: 100%;
        display: none;
        height: 100vh;
        top: 0;
        background: #fff;
		transform: translateY(0%);
		padding-top: 100px;
	}

	.closeSearch{
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.left-part-Three .img-container{
		min-height: 300px;
	}
	
	.left-part-Two .img-container{
		min-height: 300px;
	}
}