.homeBanner{
	padding:0px;
	margin:0px;
	background-color:#f8f8f8;
	background-repeat:no-repeat;
	background-position:left center;
	min-height:400px;
	margin-top:70px;
}

.specials{
	padding:20px 0px;
	margin:0px;
	text-align:center;
}
.specials h2{
	text-align:center;
	font-size:25px;
}
.bnr-txt {
	background-color: rgba(248, 248, 248, 0.9);
	padding: 50px 30px 30px 30px;
}
.bnr-txt h1{
	font-size:30px;
	color:#0E6DDB;
}
.bnr-txt ul{
	padding:0px;
	margin:0px 0px 20px 0px;
	list-style:none;
}
.bnr-txt ul li{
	padding:5px 0px 5px 35px;
	margin:0px;
	list-style:none;
	font-weight:600;
}
.bnr-txt ul li.flight{
	background:url(../images/flight.svg) no-repeat left center;
	background-size:5%;
}
	.bnr-txt ul li.hotel {
		background: url(../images/hotel.svg) no-repeat left center;
		background-size: 5%;
	}
	.bnr-txt ul li.visa {
		background: url(../images/visa.svg) no-repeat left center;
		background-size: 5%;
	}
	.bnr-txt ul li.holiday {
		background: url(../images/holiday.svg) no-repeat left center;
		background-size: 5%;
	}
	.bnr-txt ul li.insurance {
		background: url(../images/insurance.svg) no-repeat left center;
		background-size: 5%;
	}
.bnr-txt ul li.offer{
	background:url(../images/inusrance.svg) no-repeat left center;
	background-size:5%;
}
.bnr-txt ul li.group{
	background:url(../images/group.svg) no-repeat left center;
	background-size:5%;
}
.segments{
	background-color:#57687b;
	color:#fff;
	text-align:left;
	padding:20px 0px;
}
.segments p{color:#c2cfdc;}
.segments h3{
	text-align:center;
	font-size:25px;
	margin-bottom:25px;
}
.segments h4{
	text-align:left;
	font-size:20px;
}

.features{
	background-color:#fff;
	text-align:left;
	padding:20px 0px;
}

.features h6{
	text-align:center;
	font-size:25px;
	margin-bottom:25px;
}

.features ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.features ul li{
	padding:0px 0px 15px 35px;
	margin:10px 0px;
	border-bottom:1px #E9E9E9 solid;
	background:url(../images/tick.svg) no-repeat left top 5px;
	background-size:4%;
}