/*
 * Title:   Custom Style File
 */
.chaser .logo {
	width: 13%;
}

section#content {
    background: #dfdfdf;
}

.more-popular-destinations ul {
    border-right: 1px solid #fff;
}

.tour-packages-listing .description{
	margin-top: 10px;
	display: none;
}

.tour-packages-listing .action{
	margin-top: 10px;
}

.ezeeholiday-form{
	background-color: #fff;
	margin-bottom: 20px;
}

.ezeeholiday-form h2{
	background: #0a3151;
	padding: 10px 20px;
	margin: 0;
	color: #fff;
}

.capitalize{
	text-transform: capitalize;
}

.booking-form {
    padding: 20px 20px 0 20px;
}

.dark-blue1{
	background: #0a3151;	
}

button.dark-blue1, input[type="button"].button.dark-blue1, a.button.dark-blue1 {
    background: #0a3151;
}

.datepicker-wrap.dark-blue:after {
    background-color: #0a3151;
}

.selector span.custom-select:before {
    background: #0a3151;
}

.contact-details .contact-phone {
  font-size: 1.60em;
}

.white-table-cell{
	padding: 15px;
}

.destination-covered{
	/*margin-top: 15px;*/
	font-size: 1.2em;
}

.tab-container.full-width-style ul.tabs li a{
	height: auto;
}

.white-bg-padding{
	padding-top: 10px;
	padding-bottom: 30px;
}

.top-text-wrapper p{
	font-size: 1.3em;
	text-align: justify;
}

.text-red-note{
	color: #b9230a;
	font-weight: 600;
}

.fa-round{
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
}

.fa-round-red{
	background-color: #b9230a;
	color: #fff;
	height: 18px;
	width: 18px;
	line-height: 18px;
}

.text-red-note-list{
	margin-bottom: 15px;
	font-size: 1.3em;
}

.text-red-note-list li{
	margin-bottom: 5px;
}

.feature-title{
	margin-bottom: 10px !important;
}

.feature-box ul{
	display: block;
	overflow: hidden;
}

.tab-wrapper {
    background: #f5f5f5;
}

.tab-container .tab-content {
    background: #f5f5f5;
}

/*.box-title small {
    font-size: 14px;
    display: inline-block;
    margin-top: 4px;
    margin-left: 10px;
}*/

section#content {
	padding-bottom: 40px;
}

#tour-details .book-section .details{
	float: left;
    margin-bottom: 10px;
}

#tour-details .book-section .details:last-child {
    float: right;
}

#tour-details.detailed-features .book-section{
	padding: 0;
}

.book-section .details small{
	font-size: 12px;
}

.book-section .box-title {
    font-weight: bold;
	font-size: 1.4em;
}

.book-section .box-title small{
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
}

.tour-itinerary-detail .box-title {
    margin-bottom: 15px !important;
}

.tour-itinerary-detail hr {
    border-width: 5px;
}

.tour-itinerary-detail .page-header {
    padding-bottom: 5px;
    margin: 40px 0 20px;
    border-bottom: 2px solid #eee;
}

.tour-itinerary-detail p {
    font-size: 1.3em;
}

.tour-itinerary-detail ul{
	font-size: 1.2em;
}

.tour-itinerary-detail small{
	font-size: 90%;
}


.tour-itinerary-detail h1, 
.tour-itinerary-detail h2, 
.tour-itinerary-detail h3, 
.tour-itinerary-detail h4, 
.tour-itinerary-detail h5, 
.tour-itinerary-detail h6 {
    margin: 0 0 10px;
	font-weight: bold;
}

@media (min-width: 992px) {
.box .middle-item{
	max-height: 215px;
}

}

.tour-packages .box figcaption{
	padding: 8px 15px;
}

/*a#back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
}*/

.more-popular-destinations ul.triangle li:before{
	line-height: 2em;
	font-size: 8px;
}

.tour-detail-page .featured-image img{
	width: 100%;
	height: auto;
	border: 5px solid #fff;
}


















































