body{
	margin: 0;
	padding: 0;
}
.destination-details{
	width: 100%;
	height: auto;
	overflow: hidden;	
}

/*Title-section*/
.destination-details .details-title{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px;
}
.destination-details .details-title h2{
	font-size: 24px;
	color: #000;
	text-align: center;
	margin:0;
}
.destination-details .details-title ul{
	margin:0;
	padding: 0;
	text-align: center;
}
.destination-details .details-title li{
	font-size: 16px;
	color: #000;
	font-style: italic;
	text-align: center;
	display:inline-block;
	list-style: none;
	padding: 5px;
    margin-right: 10px;
    margin-top: 10px;
}
.destination-details .details-title li i{
	color: #1c7fe4;    
	margin-right: 2px;
}

/*Image-section*/
.destination-details .detail-img{
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.destination-details .detail-img img{
	width: 100%;
	height: 100%;
}

/*Tab-section*/
.destination-details .detail-tab{
	margin:30px auto;
}
.destination-details .detail-tab .tab-content .tab-pane{
    
	padding: 15px 0;
}
.destination-details .detail-tab .tab-content h3{
	font-size: 22px;
	color: #000;
	margin: 0 0 10px;
}
.destination-details .detail-tab .tab-content p{
	font-size: 14px;
	color: #414141;
	line-height: 22px;
	margin: 0;
}
/*Editor-content-Start*/
.destination-editor-text {
    font-size:inherit;
    border:none;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family:inherit;
    font-style: inherit;
    font-weight: inherit;
}
/*Editor-content--End*/