.tours-item{
	position: relative;
	display: flex;
	margin-bottom: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	color: #333;
	overflow: hidden;
	transition: 0.2s all;
}

.tours-item:hover{
	border-color: #007610;
}

.tours-item .tours-image{
	flex-basis: 32%;
}

.tours-item .tours-image label{
	position: absolute;
    left: 30px;
    top: 20px;
    background-color: #e01600;
    color: #fff;
    padding: 5px 15px;
    border-radius: 8px;
}

.tours-item .tours-image img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.tours-item .tours-content{
	flex-basis: calc(100% - 32%);
	padding: 12px 20px;
}

.tours-item .tours-content h3{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.tours-info-row{
	display: flex;
	align-items: center;
}

.tours-info-row .tours-info-item{
	position: relative;
	flex-basis: 50%;
	padding-left: 15px;
	font-size: 16px
}

.tours-info-row .tours-info-item:before{
	position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #c8c8c8;
    border-radius: 50%
}

.tours-content-bottom{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.tours-content-bottom .price-title{
	display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.tours-content-bottom .money{
	color: #e01600;
    font-size: 24px;
    font-weight: 700;
}

.tours-content-bottom .discount{
	font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    text-decoration: line-through;
}

.tours-content-bottom .btn{
	background-color: #007610;
    border: 0;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
}

.tours-content-bottom .btn:hover{
    background-color: #a2c129;
}

.form-search h2{
	text-transform: uppercase;
}

.form-search label{
	font-weight: 600;
}

.input-loop{
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 4px;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.input-loop label{
	background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    border-radius: 6px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.input-loop label:hover{
	color: #007610;
    background-color: #e5fce8;
    border: 1px solid #007610;
}

.input-loop label.active{
	background-color: #007610;
	color: #fff;
}

.input-loop input{
	position: absolute;
	height: 0;
    width: 0;
    border: none;
}

.input-loop input[type='radio']:checked:before{
	font-size: 0;
	height: 0;
    width: 0;
}

.form-search .select2-container--bootstrap .select2-selection,
.form-search .form-control{
	border-color: #e5e5e5;
	border-radius: 6px;
	height: 42px !important;
    padding: 10px 24px 10px 12px;
	box-shadow: none;
}

.form-search .btn{
	width: 100%;
	background-color: #007610;
	color: #fff;
}

#sideBar,
.tours-detail > .row{
	display: flex;
}

.form-search,
.tours-detail-info{
	position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.tours-detail h1{
	font-size: 25px;
    font-weight: 600;
    color: #333;
    margin: 5px 0 20px;
}

.tours-detail img{
	max-width: 100%;
	height: auto;
}

.tours-detail-info{
	background-color: #f5f7f9;
	padding: 20px;
    border-radius: 6px;
    color: #333;
	overflow: hidden;
}

.detail-info-heading{
    text-transform: uppercase;
    background-color: #047413;
    font-weight: 600;
    font-size: 18px;
    margin: -20px -20px 15px;
    padding: 10px 20px;
    color: #fff;
}

.tours-detail-info ul{
	margin: 0;
	padding: 0;
}

.tours-detail-info ul span{
	position: relative;
	display: inline-block;
    width: 120px;
    margin-right: 20px;
    font-weight: 600;
}

.tours-detail-info ul span:after{
	position: absolute;
    content: ':';
    right: -8px;
    color: #535353;
}

.tours-detail-info .tour-price{
	position: relative;
	margin-top: 10px;
}

.tours-detail-info .tour-price .price-title{
	display: block;
    font-weight: 700;
    color: #333;
}

.tours-detail-info .tour-price .money{
	color: #e01600;
    font-size: 28px;
    font-weight: 700;
}

.tours-detail-info .tour-price .discounts_money{
	position: absolute;
    top: -3px;
    left: 65px;
    font-size: 20px;
    font-weight: 600;
    margin-left: 25px;
    text-decoration: line-through;
    color: #555;
}

.tours-detail-info .tour-price .booking{
	display: block;
    width: 100%;
    background-color: #047413;
    margin-top: 15px;
    padding: 12px;
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.2s all;
}

.tours-detail-info .tour-price .booking:hover{
	background-color: #9fbe24;
	color: #fff;
}

.tours-image-item{
	position: relative;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 10px;
	overflow: hidden;
}

.tours-image-item img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.gallery-nav-item {
    height: 100px;
    width: calc(100% / 4 - 12px);
    margin-right: 15px;
    border-radius: 6px;
    overflow: hidden;
}

.gallery-nav-item img{
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.keywords{
	font-size: 16px;
	margin-top: 10px
}

.tours-detail-content{
	position: relative;
	background-color: #f5f7f9;
	margin-top: 20px;
	border-radius: 6px;
	overflow: hidden;
}

.detail-content-heading{
	text-transform: uppercase;
    background-color: #047413;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 8px 20px;
}

.tours-detail-content .plan-text{
	padding: 20px;
}

.tours-detail-content .plan-text ul{
	list-style: disc;
	padding-left: 20px;
}

.booking-panel{
	background-color: #f8f9fa;
    border-top: 1px solid #07770c;
    border-radius: 6px;
    margin-bottom: 20px;
}

.booking-panel .box-heading{
	font-size: 20px;
	font-weight: 600;
}

.booking-panel .table-responsive thead,
.booking-panel .method-bottom{
	font-size: 15px;
}

.booking-panel .table-responsive .money{
	font-weight: 700;
	font-size: 18px;
}

.booking-panel .method-bottom .total{
	font-size: 18px;
}

.booking-panel .method-bottom .money{
	font-size: 20px;
    font-weight: 700;
    color: #d40000;
}

.booking-panel #coupons_action{
	height: 42px;
}

.booking-panel ul{
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.booking-panel img{
	height: 185px;
    border-radius: 6px;
    margin-right: 22px;
}

.tours-booking .row{
	display: flex;
}

.tours-booking-price-box{
	position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.tours-booking .btn-booking{
    width: 100%;
	text-transform: uppercase;
    font-size: 18px;
    background-color: #007610;
    padding: 10px;
    color: #fff;
	transition: 0.2s all;
}

.tours-booking .btn-booking:hover{
	background-color: #9fbf22;
}

.tours-booking .nav-pills>li.active>a{
	background-color: #a0bf24;
}

@media (max-width: 767.98px) {

	.tours-item,
	#sideBar,
	.tours-detail > .row,
	.tours-info-row,
	.tours-booking .row{
		-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
	}

	.tours-item .tours-image,
	.tours-item .tours-content,
	.tours-info-row .tours-info-item{
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    width: 100%;
	}

	.tours-content-bottom .discount{
		position: absolute;
	    top: -2px;
	    left: 62px;
	    font-size: 18px;
	}

	.tours-image-item img{
		height: 300px;
	}

	.booking-panel img{
		height: 185px;
		width: 100%;
		object-fit: cover;
		margin-right: 0;
		margin-bottom: 15px;
	}
}
