/* bar search */ 
.btn-search {
	display: flex;
	align-items: center;
	text-align: center;
}

.btn-search button{
	justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
	border-radius: 10px;
	background-color: #e07e38;
	border: 0px solid white;
	color: white;
	height: 46px;
	width: 100%;
}

.btn-search button i {
	font-size: 12px;
	position: relative;
	right: 20%;
	color: white;
}

@media screen and (max-width: 991px) {
	.btn-search button i {
		display: none;
	}
}

.select2-container--default .select2-selection--single .select2-selection__rendered  {
	color: #757575 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	color: #757575 !important;
}

.btn-text {
	border: 1px solid #ced4da;
	display: flex;
	align-items: center;
	text-align: center;
    border-radius: 10px;
}

.btn-text input{
	color:#6f7880;
	border-radius: 10px;
	border: 0px solid white;
	height: 40px;
	width: 100%;
}

.btn-text input:focus {
	outline: none !important;
}

.btn-text i {
	color:#6f7880;
}

/* trips listing */
.trips-main-img {
	border-radius: 10px;
	height: 200.25px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.inpt-selects-block {
		margin-bottom: 20px;
	}
	.btn-search {
		width: 100% !important;
	}
}