.banner-part {
	background: url(../../images/bg/01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 95px 0px 178px;
	position: relative;
	z-index: 1
}

.banner-part::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65));
	z-index: -1
}

.banner-content {
	text-align: center
}

.banner-content h1 {
	color: var(--white);
	margin-bottom: 20px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3)
}

.banner-content p {
	width: 600px;
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto 45px;
	color: var(--white);
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3)
}

/* section niche-part */
/*.section .niche-part > div.container {*/
/*	max-width: 1520px !important;*/
/*}*/
.carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.product-content {
    padding: 0px 1px;
}
.product-card {
    background: none;
    border: none;
	font-size: 12px;
	width: auto!important;
}
.product-card:hover {
    background: var(--white);
    box-shadow: none;
}
.product-title {
    margin: 5px 0 0 0;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
.product-img img {
    border-radius: 5px !important;
    height:290px;
    object-fit: cover;
}

.heart_destinations { 
    right: 17px; 
    position: absolute; 
    top: 12px;
    cursor: pointer;
    z-index: 1;
}
.heart_destinations i {
    color: #fff;
    font-size: 24px;
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1650px;
}
}

@media all and (max-width: 550px) {
    .item123 {
        width: 200px!important;
    }
}
@media all and (max-width: 11515px) {
.item123 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
}
@media all and (max-width: 1400px) {
.item123 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
    max-width: 20%;
}
}
@media all and (max-width: 1300px) {
.item123 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
    max-width: 25%;
}
}
@media all and (max-width: 1150px) {
.item123 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}
@media all and (max-width: 992px) {
.item123 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
    max-width: 50%;
}
}
@media all and (max-width: 576px) {
.item123 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
    max-width: 100%;
}
}
/* section niche-part */

@media (max-width: 767px) {
	.banner-part {
		padding: 60px 0px 145px
	}

	.banner-content h1 {
		font-size: 30px;
		line-height: 40px
	}

	.banner-content p {
		width: 100%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-part {
		padding: 80px 0px 175px
	}
}

.suggest-part {
	position: relative;
	margin-top: 10px;
	z-index: 2
}

.suggest-slider .slick-slide img {
	display: inline-block
}

.feature-card-slider {
	margin-left: 50px;
	margin-bottom: 18px
}

.feature-thumb-slider {
	margin-left: 50px
}

@media (max-width: 991px) {

	.feature-card-slider,
	.feature-thumb-slider {
		margin-left: 0px
	}
}

@media (min-width: 400px) and (max-width: 575px) {
	.feature-card-slider {
		width: 370px;
		margin: 0px auto 30px
	}

	.feature-thumb-slider {
		width: 370px;
		margin: 0px auto
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.feature-content {
		position: inherit;
		padding: 20px 20px 15px;
		background: var(--heading);
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px
	}

	.feature-img img {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px
	}

	.feature-wish {
		top: 15px;
		right: 15px
	}

	.feature-meta {
		display: flex;
		flex-direction: column
	}

	.feature-price {
		margin: 0px 0px 5px
	}
}

.recomend-slider .product-card {
	margin: 0px 10px
}

.product-content .product-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 600;
    color: blue;
}


@media (max-width: 768px) {
    .product-img img {
        height: 180px;
        object-fit: cover;
    }
    .product-content .product-title a {
        font-size: 16px;
    }
    h3.product__price {
    font-size: 18px!important;
}
}

@media (max-width: 575px) {
	.recomend-slider .product-card {
		width: 255px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.recomend-slider .product-card {
		width: 300px
	}
}

.niche-part .niche-nav {
	margin-bottom: 30px
}

.niche-part .tab-pane {
	padding: 0px
}

.niche-part .tab-pane .row {
	justify-content: center
}

/* .niche-part .product-card {
	margin-bottom: 30px
} */

@media (max-width: 575px) {
	.niche-nav .nav-tabs li .nav-link {
		font-size: 12px;
		line-height: 18px;
		padding: 10px 10px
	}
}

@media (min-width: 380px) and (max-width: 575px) {
	.niche-part .product-card {
		margin: -28px auto 30px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.niche-part .container {
		max-width: 990px
	}

	.niche-part .container .col-lg-3 {
		padding: 0px 10px
	}
}

.category-part .row:nth-child(2) {
	justify-content: center
}

.intro-part {
	padding: 112px 0px 415px;
	margin-top: 120px;
	position: relative;
	background: linear-gradient(rgb(11 0 0 / 84%), #000000)
}

.intro-part::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../../images/bg/02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.intro-part .section-center-heading {
	margin-bottom: 0px
}

.intro-part .section-center-heading h2 {
	font-size: 45px;
	line-height: 55px;
	color: var(--white);
	margin-bottom: 22px
}

.intro-part .section-center-heading p {
	color: var(--white);
	margin-bottom: 45px
}

@media (max-width: 575px) {
	.intro-part .section-center-heading h2 {
		font-size: 28px;
		line-height: 36px
	}
}

@media (max-width: 767px) {
	.intro-part {
		margin-top: 60px;
		padding: 50px 0px 365px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.intro-part {
		margin-top: 80px;
		padding: 70px 0px 385px
	}
}

.price-part {
	margin-top: -300px
}

.price-part .row:nth-child(2) {
	justify-content: center
}

.price-part .section-center-heading h2,
.price-part .section-center-heading p {
	color: var(--white)
}

.blog-part {
	padding: 120px 0px
}

.blog-card {
	margin: 0px 15px
}

.blog-btn {
	text-align: center;
	margin-top: 50px
}

@media (max-width: 575px) {
	.blog-card {
		width: 450px
	}
}

@media (max-width: 767px) {
	.blog-part {
		padding: 30px 0px 60px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.blog-card {
		width: 335px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.blog-part {
		padding: 50px 0px 80px
	}
}
@media (min-width: 400px) and (max-width: 575px) {
	.city-card {
		width: 95%;
		margin-right: 10px;
		margin-left: 10px;
	}
  }
  
  .lasted__post .product-img img {
    height: 400px!important;
    width: 450px!important;
    object-fit: cover;
  }
  
 .product-card {
     height: 459px;
 }
 .tab-pane  .product-card {
	height: 100%;
 }




 .test__list {
	position: relative;
}

.test__list .testimonial-heading {
	position: absolute;
	right: 0;
	top: 60px;
}

.test__list .testimonial-heading h4 {
	font-weight: 700;
    font-size: 36px;
    margin-bottom: 0;
    position: relative;
    z-index: 9999;
}

.test__list .rightimg {
	background-image: url(https://listee.dreamstechnologies.com/html/assets/img/testi-bg.png);
	min-height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
}

.test__list .multiple-items {
	margin-top: -460px;
	position: relative;
}

.test__list .testi-slider {
	margin: 0px 10px;
}

.test__list .slick-prev {
	position: absolute;
	right: 70px;
	font-size: 15px;
	z-index: 999;
	top: -70px;
	border: 0;
	background: #ffffff;
	border-radius: 5px;
}

.test__list .slick-next {
	position: absolute;
	right: 0;
	top: -70px;
	z-index: 999;
	font-size: 15px;
	border: 0;
	background: #ffffff;
	border-radius: 5px;
}

.test__list .testimonial-info {
	background: #ffffff;
	padding: 40px;
	margin: 30px 0px 30px 0;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.test__list .testi-img img {
	border-radius: 50px;
	width:  53px;
	height: 55px;
	border: 3px solid rgba(62, 102, 223, 0.3);
}

.test__list .testi-author {
	margin: 0 0 0 20px;
}

.test__list .testi-author h6 {
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 5px;
}

@media (max-width: 767.98px) {
	.testimonial-heading img {
		display: none;
	}

	.test__list .testimonial-heading {
		left: 35px !important;
	}

	.brand__list figure img {
		width: 120px;
	}

	.brand__list figure {
		margin: 0px 5px;
	}
}

.brand__list {
	margin-bottom: 100px;
}

.brand__list .slick-dots {
	display: none !important;
}

.brand__list figure {
	background: #f8f8f8;
	padding: 14px 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	margin: 0px 10px;
}