.yacht-details .content-column .inner {
    border: none;
}

.about-section-two .image-box-left .image-layer {
    right: 85px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
}

.slide-item .auto-container {
    padding: 0px 50px !important;
}
.rental-block .title-box .info {
    text-transform: none !important;
}

.rental-block .title-box {
    text-align: unset !important;
}

.service-block-two .inner-box {
    text-align: unset !important;
}

.gallery-block-four .zoom-btn {
    right: 0;
}

.header-top-one .top-right .info {
    float: right;
    padding: 10px 0px;
    padding-left: 32px;
    padding-right: 0;
    border-left: 1px solid rgba(255,255,255,0.20);
    border-right: none;
}

.header-top-one .my-account {
    width: 60px !important;
}

.service-block-two .lower-box {
    padding: 20px 20px 30px !important;
}

.header-style-one .logo-desktop .logo img {
    height: 120px !important;
}

.page-banner h1 {
    padding-top: 80px;
}



/* List */
.text-block ul{
	margin: 0 0 0 20px;
	padding: 0;
}

.text-block ul li{
	position: relative;
	line-height: 1.6em;
	margin-bottom: 18px;
}

.text-block ul li:before{
	content: '';
	position: absolute;
	left: -20px;
	top: 9px;
	width: 6px;
	height: 6px;
	display: block;
	background: #d5ae82;
}

.text-block ul li:last-child{
	margin-bottom: 0;
}

.text-block ul li strong{
	font-size: 18px;
	color: #061138;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}