/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 8 jul. 2022, 10:14:06
    Author     : Cristian Rodriguez
*/

.tour-top-bar i {
	font-size: xx-large;
	display: block;
	margin-bottom: 17px;
}

.tour-top-bar * {
	text-align: center;
}

.tour-top-bar {
	padding: 30px 0;
}

.card-form-tour {
	background: #2a3061;
	color: #FFF;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
}
.card-rate {
	margin-top: -119px;
	border-radius: 0;
	font-size: 22px;
	font-weight: 800;
}

.card-rate span {
	font-size: 34px;
}

.card-rate {
	background: rgb(166 137 97);
	color: #FFF;
	/* text-align: center; */
}
.tour-description {
	border-top: 1px solid #a68961;
	border-bottom: 1px solid #a68961;
	padding: 25px 0;
	margin-bottom: 30px;
}
.tour-includes ul {
	padding: 0;
	list-style: none;
}
.tour-includes .fa-check {
	color: #6dc36d !important;
}
.tour-includes .fa-xmark {
	color: red !important;
}