@charset "utf-8";
/**=========================================================
 * Theme Name   :  Zenith Yacht Charters
 * Author       :  Amit Suthar, Ryan Aung
 * Description  :  May 2023, August 2025
 * File Name	:  style.css
=========================================================**/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Acumin';
    src: url("fonts/Acumin.woff2") format('woff2'),
        url("fonts/Acumin.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Mongolian Baiti';
    src: url("fonts/MongolianBaiti.woff2") format('woff2'),
        url("fonts/MongolianBaiti.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Designer';
    src: url("fonts/DesignerRegular.woff2") format('woff2'),
        url("fonts/DesignerRegular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }


@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-Light.woff2") format("woff2"),
         url("fonts/Inter-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-Regular.woff2") format("woff2"),
         url("fonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }

@font-face {
	font-family: 'Inter';
	src: url("fonts/Inter-Medium.woff2") format("woff2"),
			url("fonts/Inter-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}	
	
@font-face {
	font-family: 'Inter';
	src: url("fonts/Inter-SemiBold.woff2") format("woff2"),
			url("fonts/Inter-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Inter';
	src: url("fonts/Inter-Bold.woff2") format("woff2"),
			url("fonts/Inter-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
		
@font-face {
    font-family: 'PlayfairDisplay';
    src: url("fonts/PlayfairDisplay-Regular.woff2") format("woff2"),
         url("fonts/PlayfairDisplay-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }

/* Global Styles */

*, *:after, *:before {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}

body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #8D8D8D;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	/*background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;*/
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: #666666; /* Firefox */
	color: #ffffff;
	}
		
img {
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
	img {
	image-rendering: -webkit-optimize-contrast !important;
	}
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm) 
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
	img {
	image-rendering: unset !important;
	}
}}
	
a, a:focus, a:hover {
	color: #D2AC67;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
a:hover {
	color: #4EC5A6;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
	list-style-position: outside;
	/*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

b, strong {
	font-weight: 800;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
	display: block;
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
	position: relative;
	height: auto !important;
	min-height: 100%;
	/*height: 100%;*/
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	background: #ffffff;
	}
	
/*body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}*/
	
.container,
.header-container,
.wide-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 25px;
	}

.header-container {
	max-width: 100%;
	padding: 0px 60px;
	}

.wide-container {
	max-width: 1450px;
	}

.top-notificationBaar {
	position: relative;
	display: block;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 60px;
	text-align: center;
	text-transform: uppercase;
	background: #090908;
	}

.top-notificationBaar.hideBox {
		display: none;
	}

.top-notificationBaar p {
	line-height: 1.4;
	margin: 0px 0px;
	}

.top-notificationBaar p img {
	margin-right: 15px;
	}

.noti_close {
	position: absolute;
	top: 10px;
	right: 60px;
	z-index: 1;
	border: none;
	font-size: 18px;
	color: #0d3c44;
	background: transparent;
	}

.noti_close:hover {
	color: #EBB553;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 1000;
	display: block;
	margin: 0px auto;
	}

.nobanner #pageHeaderWrapper {
	position: relative;
	left: auto;
	background-image: url(../images/headerBG.jpg);
	background-size: cover;
	}







/* Hide the mobile banner by default for desktop views */
.banner-slide .mobile-banner {
    display: none;
}

/* Media query for screen sizes below 768px (common mobile breakpoint) */
@media screen and (max-width: 768px) {
    /* Hide the desktop banner */
    .banner-slide .desktop-banner {
        display: none;
    }
    
    /* Show the mobile banner and make it responsive */
    .banner-slide .mobile-banner {
        display: block;
    }

    /* Ensure the image inside the mobile banner is responsive */
    .banner-slide .mobile-banner img {
        width: 100%;
        height: auto;
    }
}












#pageHeader {
	position: relative;
	width: 100%;
	z-index: 1001;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	background: transparent;
	}

.headerTop {
	position: relative;
	width: 100%;
	z-index: 1002;
	display: flex;
	margin: 0px 0px;
	padding: 0px 0px;
	align-items: center;
    background: rgba(0, 0, 0, 0.6);
	/*background: linear-gradient(to bottom, rgba(39, 128, 144, 0.8), rgba(37, 89, 98, 0.8));*/ /* Ryan Edit */
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	}

.is-sticky .headerTop {
	/*left: 0px;*/
	left: auto;
	max-width: 100%;
    background: rgba(0, 0, 0, 1);
	/*background: linear-gradient(to bottom, rgba(39, 128, 144, 0.8), rgba(37, 89, 98, 0.8));*/ /* Ryan Edit */
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: flex;
	margin: 0px auto;
    align-items: center;
    justify-content: space-between;
    }

/* Logo */
	
.logo {
	position: relative;
	display: block;
    float: left;
	width: 140px;
	height: 163px;
	z-index: 1001;
	overflow: hidden;
	padding: 0px 0px 0px;
	margin: 0px 0px -42px;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}
	
/* Header Top Right */
	
.headerTopRight {   
    position: relative;
    display: flex;
    padding: 0px;
	align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    justify-content: space-between;
	}
	
/* Header Top Links */
	
.headerTopLinks {
	position: relative;
	float: right;
	padding: 0;
    font-size: 0px;
	display: block;
	list-style: none;
	margin: 0px -18px;
	}
	
.headerTopLinks li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
	margin: 0px 18px 0px;
	display: inline-block;
	vertical-align: middle;
	}
	
.headerTopLinks li a {
	position: relative;
    display: block;
	color: #ffffff;
	line-height: 26px;
    border-radius: 100%;
	}

.headerTopLinks li img {
	z-index: 1;
	max-width: 100%;
	max-height: 18px;
	margin: 0px auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.headerTopLinks>li img.showicon {
	display: block;
	}

.headerTopLinks>li img.hiddenicon {
	display: none;
	}

.headerTopLinks>li:hover>a img.showicon,
.headerTopLinks>li.selected>a img.showicon {
	display: none;
	}

.headerTopLinks>li:hover>a img.hiddenicon,
.headerTopLinks>li.selected>a img.hiddenicon {
	display: block;
	}

ul.headerMemberBtn {
	position: relative;
	float: right;
	font-size: 0px;
	display: block;
	margin: 0px 0px;
	list-style: none;
	padding: 0px 20px;
	}

ul.headerMemberBtn>li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 30px;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #767676;
	}

ul.headerMemberBtn>li:last-child {
	border: none;
	}

.member-link {
	position: relative;
	display: block;
	}

.member-link a {
	color: #EBB553;
	font-weight: 700;
	text-transform: uppercase;
	}

.member-link a:hover {
	color: #4EC5A6;
	}

.lang-btn {
	position: relative;
	display: block;
	}

.lang-btn .nice-select {
	border: none;
	height: auto;
	color: #EBB553;
	font-weight: 700;
	border-radius: 0px;
	padding: 0px 20px 0px 0px;
	background: transparent !important;
	}

.lang-btn .nice-select .current, .lang-btn .nice-selected .nice-select .current  {
	color: #EBB553;
	}

.lang-btn .nice-select::after {
	right: 0px;
	font-size: 12px;
	color: #EBB553;
	}

.lang-btn .nice-select.open::after, .lang-btn .nice-select:hover::after, .lang-btn .nice-select .current:hover {
	color: #4EC5A6 !important;
	}

.lang-btn .nice-select .option {
	padding: 10px 25px;
	text-align: center;
	}

.lang-btn .nice-select .list {
	border-top: 5px solid #4EC5A6;
	}

.headerEnqueryBtn {
	position: relative;
	display: block;
	}

.headerEnqueryBtn a {
	position: relative;
	display: block;
	font-weight: 700;
	color: #ffffff;
	min-width: 162px;
	line-height: 23px;
	padding: 15px 15px;
	border-radius: 5px;
	text-align: center;
	background: #4EC5A6;
	text-transform: uppercase;
	border: 1px solid #4EC5A6;
	}

.headerEnqueryBtn a:hover {
	background: #EBB553;
	border-color: #EBB553;
	}

/* Header Quick Search */

.header-quick-search .form-control {
	height: 50px;
	padding: 14px 15px;
	border-radius: 0px;
	border: 1px solid #ffffff;
	}
	
.header-quick-search .form-control:focus,
.header-quick-search .form-control:hover {
    outline: none !important;
	border: 1px solid #E59649;
	}

.header-quick-search .btn-1 {
	position: relative;
	border: none;
	height: 50px;
	color: #ffffff;
	line-height: 1;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	text-align: center;
	background: #E59649;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.header-quick-search .btn-1:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
	}

.header-quick-search .btn-close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
	}

.header-quick-search .btn-close:hover {
	color: #ff0000;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.8;
	}

/* Header Group Container */
	
.headerGroupContainer {
	position: relative;
	display: flex;
	float: right;
	padding: 0px;
	margin: 0px 0px;
	align-items: center;
	}

/* Nav */
	
.nav-wrapper {
    font-family: "Inter", sans-serif;
	position: relative;
	display: block;
	float: none;
	margin: 0px auto 0px 25px;
	}
	
.nav-container,
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	position: relative;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
	list-style-type: none;
	}
	
.nav>ul>li {
	position: relative;
	display: block;
	float: left;
	margin: 0px 25px;
	font-weight: 700;
	text-transform: uppercase;
	}

.nav>ul>li:last-child {
	}
	
.nav>ul>li>a {
	position: relative;
	display: block;
	font-size: 16px;
	overflow: hidden;
	color: #EBB553;
	line-height: 24px;
	padding: 48px 0px;
	text-align: center;
    text-decoration: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav>ul>li>a:before {
	position: absolute;
	display: block;
	bottom: 0px;
	z-index: 1;
	left: 50%;
	right: 50%;
	width: 0px;
	content: '';
	height: 5px;
	overflow: hidden;
	background: #4EC5A6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav>ul>li:hover>a:before,
.nav>ul>li.selected>a:before {
	left: 0px;
	right: 0px;
	width: 100%;
	}

/*.nav>ul>li.menu-item-has-children>a {
	padding-right: 18px;
	}

.nav li.menu-item-has-children>a:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f078";
	font-size: 10px;
	right: 1px;
	top: 50%;
	z-index: 2;
	height: 30px;
	font-weight: 900;
	margin-top: -15px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}*/

.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #4EC5A6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	left: 50%;
	top: 100%;
	opacity: 0;
	width: 100%;
	padding: 0px;
	font-weight: 700;
	min-width: 200px;
	text-align: left;
	visibility: hidden;
	background: #ffffff;
	text-transform: none;
	margin: 30px 0px 0px 0px;
    transform: translateX(-50%);
    box-shadow: 0px 12px 16px #0000001F;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}

.nav>ul ul ul {
	top: auto;
	left: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	}

.nav>ul ul {
	padding: 20px 0px !important;
	}
	
.nav>ul>li:hover>ul,
.nav>ul ul>li:hover>ul {
	top: auto;
	opacity: 1;
	padding: 0px;
	margin-top: 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	padding: 0px;
	margin-top: -50px;
	}

.nav>ul ul>li,
.nav>ul ul ul>li,
.nav>ul ul a,
.nav>ul ul ul a {
	position: relative;
	display: block;
	color: #333333;
	padding: 0px 0px;
	line-height: 24px;
    text-align: center;
	background: transparent;
	text-transform: uppercase;
	}

.nav>ul ul a,
.nav>ul ul ul a {
	padding: 13px 25px;
	background: #ffffff;
    text-decoration: none !important;
	}
	
/*.nav>ul>li li.menu-item-has-children>a {
	padding-right: 45px;
	}

.nav>ul>li li.menu-item-has-children>a:after {
	content: "\f0da";
	right: 20px;
	}*/
	
/*.nav>ul ul li:last-child>a:before {
	display: none;
	}*/
	
.nav>ul ul li:hover>a,
.nav>ul ul li.selected>a,
.nav>ul ul ul li:hover>a,
.nav>ul ul ul li.selected>a {
	color: #4EC5A6;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}


/*Ryan edit - new header style*/







.header__nav {
    position: absolute;
    background: var(--color-white);
    left: calc(-1*var(--grid-col-gutter));
    width: 100vw;
    height: calc(90vh - var(--header-height) - var(--geolocation-switcher-height));
    top: 100%;
    z-index: 2;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity;
    transition-duration: var(--transition-time);
    transition-timing-function: var(--transition-easing)
}

.header__nav[active] {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width: 1024px) {
    .header__nav {
        background:rgba(0,0,0,0);
        display: block;
        position: initial;
        left: initial;
        height: initial;
        top: initial;
        overflow: initial;
        width: auto;
        opacity: 1;
        visibility: visible
    }
}

.header__nav-menu>ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0
}

@media screen and (min-width: 1024px) {
    .header__nav-menu>ul {
        flex-direction:row
    }
}

.header__nav-menu>ul>li {
    border-bottom: 1px solid var(--color-gray-200);
    position: relative
}

@media screen and (min-width: 1024px) {
    .header__nav-menu>ul>li {
        border-bottom:0;
        position: initial
    }
}

.header__nav-menu>ul>li>a {
    display: block;
    font-family: 'Inter';
    font-size: 26px;
    font-weight: var(--font-weight-display);
    font-family: var(--font-family-display);
    letter-spacing: var(--heading-letter-spacing);
    line-height: var(--heading-line-height);
    padding: 21px 20px;
    min-height: 70px
}

@media screen and (min-width: 1024px) {
    .header__nav-menu>ul>li>a {
        font-weight:initial;
        font-family: inherit;
        line-height: 1.576;
        padding: 30px 12px;
        font-size: 15px
    }
}

@media screen and (min-width: 1024px)and (min-width: 400px) {
    .header__nav-menu>ul>li>a {
        font-size:calc(0.0833333333vw + 14.6666666667px)
    }
}

@media screen and (min-width: 1024px)and (min-width: 1600px) {
    .header__nav-menu>ul>li>a {
        font-size:16px
    }
}

@media screen and (min-width: 1280px) {
    .header__nav-menu>ul>li>a {
        padding:30px 20px
    }
}

.header__nav-menu>ul>li.menu-item-has-children>a {
    padding-right: 70px
}

@media screen and (min-width: 1024px) {
    .header__nav-menu>ul>li.menu-item-has-children>a {
        padding-right:27px
    }
}

@media screen and (min-width: 1280px) {
    .header__nav-menu>ul>li.menu-item-has-children>a {
        padding-right:38px
    }
}

.header__nav-menu>ul>li.menu-item-has-children>a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9'%3E%3Cpath fill='%23142346' fill-rule='evenodd' d='M13.62 0 15 1.385 7.631 9 6.252 7.615l.012-.012L0 1.493 1.38.11l6.243 6.089L13.621 0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 9px;
    margin-top: 10px;
    margin-left: 6px;
    right: 28px;
    transition-property: all;
    transition-duration: var(--transition-time);
    transition-timing-function: var(--transition-easing)
}

@media screen and (min-width: 1024px) {
    .header__nav-menu>ul>li.menu-item-has-children>a::after {
        background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath fill='%23142346' fill-rule='evenodd' d='m9.748.947.919.923-4.913 5.077-.919-.923.008-.009L.667 1.943l.92-.924 4.162 4.06L9.748.947Z' opacity='.301'/%3E%3C/svg%3E");
        right: auto
    }
}

.header__nav-menu>ul>li.menu-item-has-children>a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9'%3E%3Cpath fill='%2338A6D7' fill-rule='evenodd' d='M13.62 0 15 1.385 7.631 9 6.252 7.615l.012-.012L0 1.493 1.38.11l6.243 6.089L13.621 0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat
}

@media screen and (min-width: 1024px) {
    .header__nav-menu>ul>li.menu-item-has-children>a:hover::after {
        background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath fill='%2338A6D7' fill-rule='evenodd' d='m9.748.947.919.923-4.913 5.077-.919-.923.008-.009L.667 1.943l.92-.924 4.162 4.06L9.748.947Z' opacity='1'/%3E%3C/svg%3E")
    }
}

@media screen and (min-width: 1024px) {
    .header__nav-menu>ul>li.menu-item-has-children:hover>a {
        color:var(--color-blue)
    }

    .header__nav-menu>ul>li.menu-item-has-children:hover>a::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9'%3E%3Cpath fill='%2338A6D7' fill-rule='evenodd' d='M13.62 0 15 1.385 7.631 9 6.252 7.615l.012-.012L0 1.493 1.38.11l6.243 6.089L13.621 0Z'/%3E%3C/svg%3E")
    }
}

@media screen and (min-width: 1024px)and (min-width: 1024px) {
    .header__nav-menu>ul>li.menu-item-has-children:hover>a::after {
        background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath fill='%2338A6D7' fill-rule='evenodd' d='m9.748.947.919.923-4.913 5.077-.919-.923.008-.009L.667 1.943l.92-.924 4.162 4.06L9.748.947Z' opacity='1'/%3E%3C/svg%3E")
    }
}

.header__nav-menu>ul>li>ul {
    display: block;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background: var(--color-white);
    width: 100%;
    left: 0;
    list-style: none;
    z-index: 99;
    height: 0;
    overflow: hidden;
    transition-property: all;
    transition-duration: var(--transition-time);
    transition-timing-function: var(--transition-easing)
}

@media screen and (min-width: 1024px) {
    .header__nav-menu>ul>li>ul {
        display:flex;
        flex-direction: row;
        padding: 40px 45px;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        overflow: initial;
        transition: none
    }
}

.header__nav-menu>ul>li>ul::before {
    content: "";
    border-bottom: 1px solid var(--color-gray-200);
    position: absolute;
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: var(--color-white);
    left: 0;
    top: 0;
    z-index: -1;
    display: none
}

@media screen and (min-width: 1024px) {
    .header__nav-menu>ul>li>ul::before {
        display:block
    }
}

.header__nav-menu>ul>li>ul>li {
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width: 1024px) {
    .header__nav-menu>ul>li>ul>li {
        flex:1;
        min-width: 0;
        border-left: 1px solid var(--color-gray-200);
        max-width: 250px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.header__nav-menu>ul>li>ul>li+li {
    margin-top: 20px
}

@media screen and (min-width: 1024px) {
    .header__nav-menu>ul>li>ul>li+li {
        margin-left:10px;
        margin-top: 0
    }
}

.header__nav-menu>ul>li>ul>li>a {
    font-size: 26px;
    font-weight: var(--font-weight-display);
    font-family: var(--font-family-display);
    display: inline-block;
    letter-spacing: var(--heading-letter-spacing);
    line-height: var(--heading-line-height);
    margin-bottom: var(--h4-spacing)
}

.header__nav-menu>ul>li>ul>li>ul {
    list-style: none;
    padding-left: 0
}

.header__nav-menu>ul>li>ul>li>ul li+li {
    margin-top: 9px
}























































































/*Ryan edit - new header style*/










/* Mobile Menu Icon */
	
.menubar-icon {
	position: absolute;
	cursor: pointer;
    display: none;
	right: 0px;
	top: 50%;
	width: 25px;
	height: 30px;
	z-index: 9999;
	text-align: left;
	margin: -15px auto 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	}

.menubar-icon span {
	position: absolute;
	display: block;
	left: 0;
	opacity: 1;
	height: 3px;
	width: 25px;
	margin: 0 auto;
	border-radius: 3px;
	background: #EBB553;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 375ms;
	-moz-transition: 375ms;
	-ms-transition: 375ms;
	-o-transition: 375ms;
	transition: 375ms;
	-webkit-transition-property: top, opacity;
	-moz-transition-property: top, opacity;
    -ms-transition-property: top, opacity;
	-o-transition-property: top, opacity;
	transition-property: top, opacity;
	}

.menubar-icon span:nth-child(1) {
	top: 4px;
	opacity: 1;
	-webkit-transition-delay: 125ms;
	-moz-transition-delay: 125ms;
    -ms-transition-delay: 125ms;
	-o-transition-delay: 125ms;
	transition-delay: 125ms;
	}

.menubar-icon span:nth-child(2) {
	top: 12px;
	-webkit-transition-delay: 80ms;
	-moz-transition-delay: 80ms;
    -ms-transition-delay: 80ms;
	-o-transition-delay: 80ms;
	transition-delay: 80ms;
	}

.menubar-icon span:nth-child(3) {
	top: 21px;
	-webkit-transition-delay: 40ms;
	-moz-transition-delay: 40ms;
    -ms-transition-delay: 40ms;
	-o-transition-delay: 40ms;
	transition-delay: 40ms;
	}
	
.menubar-icon span:nth-child(4) {
	top: 31px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}
	
.menubar-icon:hover span:nth-child(1) {
	top: 0px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}

.menubar-icon:hover span:nth-child(2) {
	top: 4px;
	-webkit-transition-delay: 40ms;
	-moz-transition-delay: 40ms;
    -ms-transition-delay: 40ms;
	-o-transition-delay: 40ms;
	transition-delay: 40ms;
	}

.menubar-icon:hover span:nth-child(3) {
	top: 12px;
	-webkit-transition-delay: 80ms;
	-moz-transition-delay: 80ms;
    -ms-transition-delay: 80ms;
	-o-transition-delay: 80ms;
	transition-delay: 80ms;
	}
	
.menubar-icon:hover span:nth-child(4) {
	top: 21px;
	opacity: 1;
	-webkit-transition-delay: 125ms;
	-moz-transition-delay: 125ms;
    -ms-transition-delay: 125ms;
	-o-transition-delay: 125ms;
	transition-delay: 125ms;
	}

.menubar-icon.open span:nth-child(1),
.menubar-icon.close span:nth-child(1) {
	top: 12px;
	opacity: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg) scaleX(1.1);
	-moz-transform: rotate(45deg) scaleX(1.1);
    -ms-transform: rotate(45deg) scaleX(1.1);
	-o-transform: rotate(45deg) scaleX(1.1);
	transform: rotate(45deg) scaleX(1.1);
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
    -ms-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	transition-property: top, transform;
	}
	
.menubar-icon.open span:nth-child(2),
.menubar-icon.close span:nth-child(2) {
	top: 12px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}

.menubar-icon.open span:nth-child(3),
.menubar-icon.close span:nth-child(3) {
	top: 12px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg) scaleX(1.1);
	-moz-transform: rotate(-45deg) scaleX(1.1);
    -ms-transform: rotate(-45deg) scaleX(1.1);
	-o-transform: rotate(-45deg) scaleX(1.1);
	transform: rotate(-45deg) scaleX(1.1);
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
    -ms-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	transition-property: top, transform;
	}

.menubar-icon.open span:nth-child(4),
.menubar-icon.close span:nth-child(4) {
	top: 31px;
	opacity: 0;
	-webkit-transition: 0ms;
	-moz-transition: 0ms;
    -ms-transition: 0ms;
	-o-transition: 0ms;
	transition: 0ms;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}

body.scrollLock { overflow:  hidden !important; }
	
/* Header Mobile Menu */

.mobileMenu {
	position: fixed;
	top: -110%;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	padding: 0px;
	overflow-x: hidden;
	background-color: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.mobileMenu.show {
	top: 0px;
	opacity: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
	
.mobile-menu-wrapper {
	position: relative;
	/*display: block;*/
    display: none;
	width: 100%;
	padding: 120px 15px 30px;
	}
	
.mobile-menu-container {
	position: relative;
	overflow: hidden;
	display: block;
    padding: 0px;
    margin: 0px auto;
    border-top: 1px solid #e1e1e1;
	}
	
.mobileMainMenu ul.main-menu {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	font-family: 'Inter';
	font-size: 14px;
    font-weight: 700;
	list-style-type: none;
    text-transform: uppercase;
	}
	
.mobileMainMenu ul.main-menu>li {
	position: relative;
	margin: 5px auto;
	display: block;
    padding: 0px;
    border-bottom: 1px solid #e1e1e1;
	}

.mobileMainMenu ul.main-menu>li a {
	position: relative;
	display: block;
	color: #000000;
	overflow: hidden;
	line-height: 24px;
	padding: 10px 0px 10px;
    text-decoration: none !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

.mobileMainMenu ul.main-menu>li a span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.mobileMainMenu ul.main-menu>li:hover>a,
.mobileMainMenu ul.main-menu>li.selected>a {
	color: #E59649;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

.mobileMainMenu ul.main-menu>li.selected>a {
    font-weight: 700;
	}

.mobileMainMenu ul.main-menu ul,
.mobileMainMenu ul.main-menu ul ul {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	text-align: left;
	margin: 0px auto;
    font-weight: 500;
	text-transform: none;
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	}
	
.mobileMainMenu ul ul ul {
    padding-left: 40px;
	}

.mobileMainMenu ul.main-menu ul a,
.mobileMainMenu ul.main-menu ul ul a {
	position: relative;
	display: block;
	color: #000000;
	line-height: 24px;
	padding: 5px 0px 5px;
    text-decoration: none !important;
	}

.mobileMainMenu ul.main-menu ul li:last-child>a:before {
	display: none;
	}

.mobileMainMenu ul.main-menu ul li:hover>a,
.mobileMainMenu ul.main-menu ul li.selected>a,
.mobileMainMenu ul.main-menu ul ul li:hover>a,
.mobileMainMenu ul.main-menu ul ul li.selected>a {
	color: #E59649;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}
	
/* Banner Styles */	

.banner-main-section {
	position: relative;
	display: block;
	}

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
    padding: 0px;
	margin: 0px auto 0px;
	}
	
.banner {
	position: relative;
	display: block;
    width: 100%;
	z-index: 0;
	margin: 0px auto;
	}
	
.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block !important;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.fullHeightContainer,
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
    overflow: hidden;
	margin: 0px auto;
	}

.fullHeightContainer {
    height: 100vh;
    }
	
.fullHeightContainer img,
.banner-slide figure img {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.bg-img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	background-size: cover;
	background-position: center center;
	}

.bg-img img {
	display: none !important;
	}

.banner_caption {
    position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	
.banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	}
	
.banner_caption .captionContainer {
	position: relative;
	color: #003c46;
	padding: 0px;
    font-weight: 300;
	padding-top: 90px;
	display: table-cell;
	vertical-align: middle;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	margin: 0px auto;
	max-width: 820px;
	text-align: center;
	}

.banner_caption .captionContainer .bannerHeading1 {
	font-size: 80px;
	color: #ffffff;
	line-height: 1.1;
	padding-bottom: 30px;
	text-transform: none;
	letter-spacing: -1.6px;
	}

.banner-filter-box {
	position: relative;
	display: block;
	}

.banner-filter-box .row {
	margin: 0px -10px;
	}

.banner-filter-box .row  .col-md-8 {
	width: 72%;
	padding: 0px 10px;
	}

.banner-filter-box .row  .col-md-4 {
	width: 28%;
	padding: 0px 10px;
	}

.banner-filter-select {
	position: relative;
	display: block;
	}

.banner-filter-select .nice-select {
	height: 55px;
	font-weight: 300;
	padding: 13px 35px;
	border-radius: 5px;
	border: 1px solid #FFFFFF4D !important;
	background: rgba(256, 256, 256, 0.15) !important;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	}

.banner-filter-select .nice-select .current,
.banner-filter-select .nice-selected .nice-select .current {
	color: #FFFFFF;
	}

.banner-filter-select .nice-select .option {
	font-size: 14px;
	font-weight: 400;
	padding: 12px 35px;
	}

.banner-filter-select .nice-select .option:hover, .banner-filter-select .nice-select .option.focus, .banner-filter-select .nice-select .option.selected.focus {
	color: #ffffff;
	background: #EBB553;
	}

.banner-filter-select .nice-select::after,
.banner-filter-select .nice-select.open::after, .banner-filter-select .nice-select:hover::after {
	color: #ffffff !important;
	}

.banner-filter-btn {
	position: relative;
	display: block;
	outline: none;
	width: 100%;
	font-size: 14px;
	box-shadow: none;
	color: #FFFFFF;
	line-height: 23px;
	text-align: center;
	border-radius: 5px;
	padding: 15px 15px;
	background: transparent;
	border: 1px solid #FFFFFF;
	}

.banner-filter-btn img {
	margin-left: 20px;
	}

.banner-filter-btn .hiddenicon,
.banner-filter-btn:hover .showicon {
	display: none;
	}

.banner-filter-btn:hover .hiddenicon {
	display: inline-block;
	}

.banner-filter-btn:hover {
	color: #000000;
	background: #ffffff;
	}	
/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg5 { margin: 5px !important; }
.p15 { padding: 15px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	position: relative;
	display: block;
	width: 100%;
    z-index: 1;
	margin: 0px auto;
	padding: 100px 0px 70px;
	}

.main-container .container,
.main-container .fluid-container {
	position: relative;
    z-index: 2;
	}

.main-container.last {
	padding-bottom: 290px !important;
	}

.bg-left-bottom {
	background-repeat: no-repeat;
	background-position: left bottom !important;
	}

.bg-center-top {
	background-position: center top !important;
	}

.bg-center-bottom {
	background-position: center bottom !important;
	}

.bg-cover {
	background-size: cover !important;
	}

.bg-norepeat {
    background-repeat: no-repeat !important;
    }

hr {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	margin: 30px auto;
	background-color: #e1e1e1;
	}

.homeTop-section {
	position: relative;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	}

.homeClient-section {
	position: relative;
	display: block;
	padding: 50px 0px;
	}
	
.homeClient-heading {
        font-family: 'Designer', sans-serif;
        text-align: center;
        font-size: 3.5rem; /* UPDATED: Larger title font */
        font-weight: 700;
        font-style: italic;
        color: #004D4C;
        margin: 0 0 10px 0;
    }
    
.homeClient-subtitle {
    font-family: 'Acumin', sans-serif;
    font-size: 0.9rem;
    color: #b9995a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.client-banner-section {
	position: relative;
	display: block;
	text-align: center;
	}

.client-banner-section img {
    max-height: 250px;
	}

.client-slider .slick-prev {
	left: -100px;
	}
	
.client-slider .slick-next {
	right: -100px;
	}

.find-escape-section {
	position: relative;
	display: block;
	z-index: 3;
	padding: 80px 0px 30px;
	}

.find-escape-section::before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	height: 100%;
	width: 44.53%;
	background: #EBB553;
	}

.find-escape-section .wide-container {
	max-width: 100%;
	z-index: 1;
	padding: 0px 60px;
	}

.find-escape-section .row .col-lg-4 {
	width: 28%;
	}

.find-escape-section .row .col-lg-8 {
	width: 72%;
	}	

.escape-content-box {
	position: relative;
	display: block;
	color: #FBFBFB;
	text-align: center;
	}

.escape-content-box .pageTitle h5,
.escape-content-box .pageTitle h2,
.escape-content-box .tagTitle1 {
	color: #FBFBFB;
	}

.escape-content-box .pageTitle h2 span {
	color: #090908;
	}

.escape-content-box p {
	padding: 0px 25px;
	margin-bottom: 40px;
	}

.escape-slider {
	margin: 0px -8px;
	}

.escape-slide {
	padding: 0px 8px;
	}

.escape-item-box,
.escape-item-box a {
	position: relative;
	display: block;
	}

.escape-item-box a {
	color: #FFFFFF;
	overflow: hidden;
	}

.escape-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 149.04%;
	}
	
.escape-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.escape-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.escape-mask-container {
	position: absolute;
	display: flex;
	bottom: 0px;
	left: 0px;
	z-index: 5;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.7623249983587185) 1%, rgba(0,0,0,0.10686281348476889) 95%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.escape-item-box a:hover .escape-mask-container {
	margin: 0px auto ;
	background: rgb(78,197,166);
	background: linear-gradient(0deg, rgba(78,197,166,0.9528011888349089) 1%, rgba(78,197,166,0.8995799003195029) 95%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.escape-mask-content {
	position: relative;
	width: 100%;
	display: block;
	padding: 70px 40px;
	margin: 0px auto -58%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.escape-item-box a:hover .escape-mask-content {
	margin: 0px auto ;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.escape-title {
	position: relative;
	display: block;
	font-size: 28px;
	font-weight: 300;
	color: #FFFFFF;
	padding-bottom: 30px;
	letter-spacing: -1.12px;
	}

.readMoreBtn {
	position: relative;
	display: block;
	padding-top: 10px;
	}

.readMoreBtn img {
	margin-right: 20px;
	}

.escape-slide-button {
	position: relative;
	display: block;
	padding: 20px 60px 0px 290px;
	}

.escape-slide-button .slick-arrow {
	width: 59px;
	height: 25px;
	border: none;
	outline: none;
	font-size: 0px;
	margin: 0px 30px;
	background: transparent;
	background-image: url(../images/left-arrow.png);
	background-size: cover;
	}

.escape-slide-button .snext.slick-arrow {
	background-image: url(../images/right-arrow.png);
	}

.escape-slide-button .sprev:hover {
	background-image: url(../images/left-arrow-hover.png);
	}

.escape-slide-button .snext:hover {
	background-image: url(../images/right-arrow-hover.png);
	}

.home-testimonial-section {
	position: relative;
	display: block;
	padding: 100px 0px 0px;
	}

.welcome-charters-bg {
	position: absolute;
	top: -100px;
	left: 0px;
	width: 100%;
	}

.welcome-charters-bg img {
	width: 100%;
	}

.home-testimonial-section .container {
	z-index: 1;
	}

.homeVideo-section,
.homeVideo-section a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	}

.homeVideo-section .video-banner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	}

.video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 90px;
	height: 90px;
	font-size: 35px;
	color: #FFFFFF;
	line-height: 90px;
	text-align: center;
	border-radius: 90px;
	border: 1px solid #FFFFFF;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.homeVideo-section .video-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}

.home-testimonial-grid .row .col-lg-8 {
	width: 62%;
	}

.home-testimonial-grid .row .col-lg-4 {
	width: 38%;
	}

.home-testimonial-groupBox {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	}

.home-testimonial-groupInfo {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 100px 80px;
	background: rgba(235, 181, 83, 0.95);
	}

.home-heading {
    font-size: 40px !important;
    }
    
.home-testimonial-groupInfo .pageTitle h1,
.home-testimonial-groupInfo .pageTitle h2,
.home-testimonial-groupInfo .pageTitle h3 {
	color: #ffffff;
	}

.home-testimonial-groupInfo .pageTitle h1 span,
.home-testimonial-groupInfo .pageTitle h2 span,
.home-testimonial-groupInfo .pageTitle h3 span {
	color: #090908;
	}

.testimonial-slideBox {
	position: relative;
	display: block;
	color: #ffffff;
	}

.testimonial-star {
	position: relative;
	display: block;
	font-size: 17px;
	color: #ffffff;
	margin-bottom: 25px;
	}

.testimonial-star i {
	margin: 0px 5px;
	}

.testimonial-slideBox p {
	line-height: 2;
	}

.testimonial-user-box {
	position: relative;
	display: block;
	padding: 10px 0px 0px;
	}

.userName-box {
	position: relative;
	display: block;
	width: 55px;
	height: 55px;
	font-size: 30px;
	color: #ffffff;
	line-height: 55px;
	text-align: center;
	border-radius: 55px;
	margin: 0px auto 30px;
	background: #554019;
	}

.testimonial-user-box h6 {
	font-family: 'Inter';
	padding: 0px 0px;
	color: #ffffff;
	}

.testimonial-slide-button {
	position: absolute;
	bottom: 65px;
	left: 0px;
	width: 100%;
	text-align: center;
	}

.testimonial-slide-button .slick-arrow {
	border: none;
	outline: none;
	width: 36px;
	height: 15px;
	font-size: 0px;
	margin: 0px 15px;
	background: transparent;
	background-size: cover;
	background-image: url(../images/left-arrow1.png);
	}

.testimonial-slide-button .snext1 {
	background-image: url(../images/right-arrow1.png);
	}

.testimonial-slide-button .sprev1:hover {
	background-image: url(../images/left-arrow-hover1.png);
	}
	
.testimonial-slide-button .snext1:hover {
	background-image: url(../images/right-arrow-hover1.png);
	}

.featured-yachts-section {
	position: relative;
	display: block;
	padding: 100px 0px 0px;
	}

.featured-yacht-listing {
	position: relative;
	display: block;
	}

.featured-yacht-item {
	position: relative;
	display: block;
	padding: 80px 0px;
	}

.featured-yacht-listing .featured-yacht-item:first-child {
	padding-top: 50px;
	}

.featured-yacht-listing .featured-yacht-item:nth-child(even) .featured-order-1 {
	order: 2;
	}

.featured-yacht-listing .featured-yacht-item:nth-child(even) .featured-order-2 {
	order: 1;
	}

.featured-yacht-listing .featured-yacht-item:nth-child(even) {
	background: #F5F5F5;
	}

.hfy-pic-container {	
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 66.96%;
	}
	
.hfy-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.hfy-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.hfy-content-box {
	position: relative;
	display: block;
	padding-left: 20px;
	}

.featured-yacht-listing .featured-yacht-item:nth-child(2n) .hfy-content-box {
	padding-left: 0px;
	}

.hfy-info-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
	}

.hfy-featInfo-box {
	position: relative;
	display: block;
	font-size: 14px;
	color: #A2A2A2;
	font-weight: 600;
	margin-bottom: 20px;
	}

.hfy-info-box .row {
	margin: 0px -10px;
	}

.hfy-info-box .row .col {
	padding: 0px 10px;
	}

.hfy-featInfo-box h4 {
	font-family: 'Inter';
	font-size: 28px;
	color: #EBB553;
	font-weight: 700;
	padding-bottom: 15px;
	}

.hfy-featInfo-box h4 span {
	font-size: 14px;
	vertical-align: top;
	}

.hfy-featInfo-box h4.discount-price {
	font-size: 25px;
	color: #FF0000;
	}

.hfy-featInfo-box h4.discount-price del {
	font-family: 'Inter';
	font-size: 13px;
	color: #C2C2C2;
	font-weight: 400;
	text-decoration: line-through;
	}

/*Our Fleet*/

.fleet-filter-box {
	position: relative;
	display: block;
	padding: 30px 0px 40px;
	}

.fleet-filter-box>ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -15px;
	list-style-type: none;
	}

.fleet-filter-box>ul>li {
	position: relative;
	display: block;
	width: 20%;
	padding: 0px 15px 30px;
	}

.fleet-filter-form {
	position: relative;
	display: block;
	}

.fleet-filter-form .form-control {
	height: 55px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	padding: 14px 50px 14px 30px;
	}
	
.fleet-filter-form .form-control:focus,
.fleet-filter-form .form-control:hover {
	border: 1px solid #EBB553;
	}

.fleet-filter-form .form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	color: #8D8D8D;
	font-weight: 300;
	}

.fleet-filter-form .form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #8D8D8D;
	font-weight: 300;
	}

.fleet-filter-form .form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #8D8D8D;
	font-weight: 300;
	}

.fleet-filter-form .form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: #8D8D8D;
	font-weight: 300;
	}

.fleet-filter-form .filterModal-btn {
	position: absolute;
	top: 15px;
	z-index: 1;
	right: 30px;
	border: none;
	outline: none;
	color: #515151;
	padding: 0px 0px;
	background: transparent;
	}

.fleet-filter-btn {
	position: relative;
	display: block;
	width: 100%;
	color: #ffffff;
	line-height: 23px;
	padding: 15px 15px;
	text-align: center;
	border-radius: 5px;
	background: #EBB553;
	border: 1px solid #EBB553;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.fleet-filter-btn img {
	margin-left: 20px;
	}

.fleet-filter-btn:hover {
	background: #4EC5A6;
	border-color: #4EC5A6;
	box-shadow: 0px 30px 20px #3624031C;
	}

.fleet-listing {
	position: relative;
	display: flex;
	padding: 0px;
	flex-wrap: wrap;
	margin: 0px -15px 50px;
	list-style-type: none;
	}
	
.fleet-listing>.fleet-item {
	position: relative;
	display: block;
	width: 33.3333%;
	padding: 0px 15px 30px;
	}

.fleet-item-box,
.fleet-item-box a {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.fleet-item-box:hover {
	box-shadow: 0px 30px 20px #3624031C;
	}

.fleet-item-box a {
	font-size: 14px;
	color: #A2A2A2;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #C2C2C280;	
	}

.fleet-item-box:hover a {
	border-color: #3624031C;
	}

.fleet-item-box .alike-button {
	position: relative;
	display: block;
	font-weight: 700;
	color: #ffffff;
	line-height: 23px;
	padding: 10px 10px;
	text-align: center;
	background: #4EC5A6;
	text-transform: uppercase;
	border: 1px solid #4EC5A6;
	border-radius: 0px 0px 5px 5px;
	}

.fleet-item-box .alike-button:hover {
	background: #EBB553 !important;
	border-color: #EBB553 !important;
	}

.fleet-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 53.37%;
	}
	
.fleet-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.fleet-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.fleet-content-box {
	position: relative;
	display: block;
	padding: 20px 35px 35px;
	}

.fleet-title {
	font-family: 'Designer';
	position: relative;
	display: block;
	font-size: 26px;
	color: #090908;
	margin-bottom: 30px;
	letter-spacing: -1.04px;	
	}

.fleet-title span {
	color: #EBB553;
	}

.fleet-inner-info {
	position: relative;
	display: block;
	}

.fleet-sub-info {
	position: relative;
	display: block;
	color: #A2A2A2;
	}

.fleet-sub-info h6,
.fleet-sub-info h3,
.fleetMej-heading {
	font-family: 'Inter';
	line-height: 1;
	font-size: 27px;
	font-weight: 700;
	color: #EBB553;
	padding-bottom: 8px;
	}

.fleet-sub-info h6 span,
.fleet-sub-info h3 span,
.fleetMej-heading span {
	font-size: 14px;
	vertical-align: top;
	}

.fleet-foot-contentBox {
	position: relative;
	display: block;
	padding: 15px 35px;
	border-top: 1px solid #3624031C;
	}

.fleet-foot-contentBox .row {
	margin: 0px -10px;
	}

.fleet-foot-contentBox .row .col-sm-7,
.fleet-foot-contentBox .row .col-sm-5 {
	padding: 0px 10px;
	}

.fleet-foot-contentBox .row .col-sm-7 {
	width: 55%;
	}

.fleet-foot-contentBox .row .col-sm-5 {
	width: 45%;
	}

.fleet-price {
	position: relative;
	display: flex;
	font-size: 13px;
	color: #A2A2A2;
	font-weight: 600;
	align-items: end;
	}

.fleet-price-from {
	position: relative;
	margin-right: 10px;
	}

.fleet-price .fleet-price-num {
    display: flex;
    flex-wrap: wrap;
	font-size: 24px;
	font-weight: 700;
	color: #090908;
	line-height: 1;
	}

.fleet-price.discount .fleet-price-num {
	color: #FF0000;
	}

.fleet-price.discount .discount-price {
	position: relative; 
	display: block;
	font-size: 14px;
	color: #C2C2C2;
	font-weight: 400;
	padding: 5px 0px 0px 5px;
	text-decoration: line-through;
	}

.fleet-readMore {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	color: #4EC5A6;
	border-radius: 5px;
	padding: 10px 28px;
	border: 1px solid #4EC5A6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.fleet-item-box:hover .fleet-readMore {
	color: #ffffff;
	background: #4EC5A6;
	box-shadow: 0px 30px 20px #3624031C;
	}

.fleet-lanch-tag {
	position: relative;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 15px;
	line-height: normal;
	vertical-align: top;
	border-radius: 5px;
	display: inline-block;
	background: #4EC5A6;
	margin: -20px 0px 15px;
	}

.fleetModal .modal-dialog {
	max-width: 640px;
	}

.fleet-modal-content {
	position: relative;
	display: block;
	color: #515151;
	padding: 30px 50px;
	}

.modaltext {
	position: relative;
	display: block;
	padding: 0px 15px;
	text-align: center;
	margin: 0px 0px 40px;
	}

.fleet-modal-content .modalTitle {
	position: relative;
	display: block;
	font-size: 28px;
	color: #090908;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cfcfcf;
	}

.fleet-modal-content .btn-close  {
	position: absolute;
	top: -50px;
	right: 0px;
	z-index: 1;
	opacity: 1;
	width: 30px;
	height: 30px;
	color: #fff;
	padding: 0px 0px;
	text-align: center;
	border-radius: 50px;
	background: transparent;
	border: 2px solid #FFFFFF;
	}

.fleet-modal-content .link-btn3 {
	text-align: center;
	}

.fleet-modal-content .link-btn3 a {
	height: auto;
	min-width: 130px;
	text-align: center;
	margin: 0px auto;
	line-height: normal;
	padding: 18px 15px;
	}

.nopax-range {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 40px;
	}

.fleet-checkBox {
	position: relative;
	display: block;
	margin-bottom: 20px;
	}

ul.fleet-checkBox-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -15px;
	list-style-type: none;
	}

ul.fleet-checkBox-list li {
	position: relative;
	width: 33.3333%;
	padding: 0px 15px;
	margin-bottom: 15px;
	}

ul.fleet-checkBox-list li .checkcontainer {
	font-size: 16px;
	color: #515151;
	}

.paxmodal-infoBox-group {
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 25px;
	}

.paxmodal-infoBox-group .row .col {
	align-self: center;
	}

.paxmodal-infoBox-group label {
	font-size: 14px;
	color: #02232A;
	font-weight: 400;
	margin-bottom: 10px;
	}

.ui-widget.ui-widget-content {
	border: 1px solid #E6E6E6 !important;
	background: #E6E6E6 !important;
	height: 4px !important;
	z-index: 999;
	border-radius: 0 !important;
	}	

.ui-slider-horizontal .ui-slider-range-min,
.ui-slider-horizontal .ui-slider-range {
	background: #4EC5A6 !important;
	height: 4px !important;
	border-radius: 0 !important;
	margin: -1px 0px 0px 0px !important;
	}	

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #4EC5A6 !important;
	background: #4EC5A6 !important;
	font-weight: normal !important;
	color: #454545 !important;
	border-radius: 24px !important;
	width: 14px !important;
	height: 14px !important;
	top: -6px !important;
	}

.paxmodal-value-input {
	position: relative;
	display: block;
	width: 70px;
	}

.paxmodal-value-input input {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #515151;
	padding: 8px 10px;
	text-align: center;
	border-radius: 5px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	}

.range-viewText {
	position: relative;
	display: block;
	color: #02232A;
	font-size: 14px;
	text-align: left;
	padding: 12px 0px;
	}

.range-viewText input {
	border: none;
	color: #02232A;
	font-size: 14px;
	margin-left: 2px;
	box-shadow: none;
	width: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	}

.right-priceBox-text input {
	text-align: right;
	}

.price-range-viewText h6 {
	font-family: 'Inter';
	font-size: 14px;
	color: #02232A;
	font-weight: 400;
	}

/*Fleet Details*/

.fleet-details-top-section {
	position: relative;
	display: block;
	padding: 100px 0px 60px;
	}

.fleet-details-top-section .pageTitle {
	padding: 0px 0px 10px;
	}

.fleet-details-rating {
	position: relative;
	display: block;
	}

.fleet-details-rating i {
	font-size: 16px;
	color: #D2AC67;
	margin-right: 10px;
	}

.fleet-details-rating span {
	color: #515151;
	padding-left: 10px;
	}
	
.fleet-details-top-section .fleet-inner-info {
	min-width: 260px;
	font-size: 14px;
	}

.fleet-details-banner {
	position: relative;
	display: block;
	}

.fleet-details-banner img {
	width: 100%;
	}

.fleet-main-infoBox {
	position: relative;
	display: block;
	padding: 70px 0px 60px;
	}

.fleet-main-left-info {
	position: relative;
	display: block;
	padding-right: 40px;
	}

.fleetSub-infoBox {
	position: relative;
	display: block;
	margin-bottom: 40px;
	}

.fleetSub-infoBox h4,
.fleetSub-infoBox h3 {
	font-family: 'Inter';
	color: #515151;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
	padding-bottom: 20px;
	text-transform: uppercase;
	}

.fleet-priceBox {
	position: relative;
	display: block;
	margin-top: -165px;
	padding: 50px 50px;
	border-radius: 10px;
	background: #F7F7F7;
	}

ul.fleetInfo-ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	margin: 0px -15px 0px 0px;
	}

.fleetInfo-ul>li {
	position: relative;
	display: block;
	width: 50%;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 0px 15px 0px 30px;
	}

.fleetInfo-ul>li:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f058";
	font-size: 14px;
	left: 0px;
	top: 5px;
	z-index: 2;
	height: 20px;
	color: #4EC5A6;
	font-weight: 900;
	line-height: 20px;
	display: inline-block;
	}

.fleetInfo-ul>li p {
	line-height: 1.8;
	}

.fleetSub-button {
	position: relative;
	display: block;
	padding: 10px 0px 0px;
	}

.fleet-priceTag {
	position: relative;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #C2C2C2;
	}

.fleet-priceTag h4,
.fleet-priceTag h3 {
	font-family: 'Inter';
	font-size: 14px;
	color: #A2A2A2;
	font-weight: 600;
	padding-bottom: 8px;
	}

.fleet-priceTag h2 {
	font-family: 'Inter';
	font-size: 40px;
	color: #090908;
	font-weight: 700;
	padding: 0px 0px;
	}

.fleet-priceTag.priceTag-discount h2 {
	color: #FF0000;
	}

.fleet-priceTag h2 del,
.fleet-priceTag h2 .discount-price {
	font-family: 'Inter';
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #C2C2C2;
	text-decoration: line-through;
	}

.fleetForm {
	position: relative;
	display: block;
	}

.fleetForm .pageTitle {
	padding-bottom: 30px;
	}

.fleetForm .pageTitle h2 {
	font-size: 30px;
	}

.fleetForm {
	position: relative;
	display: block;
	}

.fleetForm .form-group span {
	margin-left:0px;
	}

.fleetForm .form-group .control-label {
	position: relative;
	display: block;
	font-size: 14px;
	color: #02232A;
	margin-bottom: 10px;
	}

.min-slote-time {
	font-size: 12px;
	font-weight: 300;
	color: #8D8D8D;
	}

.min-slote-time i {
	color: #4EC5A6;
	margin-right: 5px;
	}

.form-subGroup {
	position: relative;
	display: block;
	border-radius: 5px;
	background: #ffffff;
	}

.fleet-formControl {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 55px;	
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	background: transparent;
	border: 1px solid #D5D5D5;
	padding: 14px 50px 14px 30px;
	}
	
.fleet-formControl:focus,
.fleet-formControl:hover {
	border: 1px solid #EBB553;
	}

.fleet-formControl::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	color: #8D8D8D;
	font-weight: 300;
	}

.fleet-formControl:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #8D8D8D;
	font-weight: 300;
	}

.fleet-formControl::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #8D8D8D;
	font-weight: 300;
	}

.fleet-formControl:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: #8D8D8D;
	font-weight: 300;
	}

.datepicker-days tr td,
.datepicker-days tr th {
	font-size: 12px;
	padding: 4px 5px;
	text-align: center;
	}

.datepicker-days tr td {
	cursor: pointer;
	}

.form-group-icon {
	position: absolute;
	top: 17px;
	right: 25px;
	z-index: 1;
	font-size: 12px;
	color: #515151;
	}

/* Custom labels: the container */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 14px;
	color: #02232A;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

/* Hide the browser's default checkbox */
.checkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 12px;
    height: 12px;
	border-radius: 3px;
    background-color: #ffffff;
	border: 1px solid #D5D5D5;
	}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
	border-color: #4EC5A6;
    background-color: #4EC5A6;
	}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
	border-color: #4EC5A6;
    background-color: #4EC5A6;
	}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
	}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
	}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
	left: 3px;
	top: 1px;
	width: 5px;
	height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	}

.bootstrap-timepicker-widget table td input {
	margin: 0;
	width: 40px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #333;
	}

.bootstrap-timepicker-widget table td span.glyphicon-chevron-up::before,
.bootstrap-timepicker-widget table td span.glyphicon-chevron-down::before {
	font-family: 'Font Awesome 6 Free';
	position: relative;
	content: '\f106';
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	overflow: hidden;
	}

.bootstrap-timepicker-widget table td span.glyphicon-chevron-down::before {
	content: '\f107';
	}

.fleetForm .btn-primary {
	width: 100%;
	}

.fleet-priceing-section {
	position: relative;
	display: block;
	padding: 0px 0px 60px;
	}

.fleet-priceing-table {
	border-spacing: 30px;
	}

.fleet-priceing-table tr td,
.fleet-priceing-table tr th {
	border: none;
	}

.fleet-priceing-table tbody tr td {
	font-size: 14px;
	color: #515151;
	padding: 0px 20px;
	text-align: center;
	vertical-align: middle;
	}
	
.fleet-priceing-table tbody tr td:first-child {
	text-align: left;
	padding-left: 50px;
	}

.fleet-priceing-table tbody tr:nth-child(odd) {
	background-color: #FFF9EF;
	}

.fleet-priceing-table tr th {
	padding: 0px 20px;
	}

.fleet-priceing-table tr th:last-child {
	padding-right: 0px;
	}

.fleet-table-heading {
	position: relative;
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	min-width: 300px;
	font-weight: 600;
	text-align: center;
	padding: 10px 10px;
	background: #4EC5A6;
	border-radius: 5px 5px 0px 0px;
	}

.fleet-priceing-section tbody {
	border: none !important;
	}

.fpbr-title {
	font-family: 'Inter';
	font-size: 24px;
	color: #EBB553;
	padding: 0px 0px;
	font-weight: 700;
	}

.fpbr-sub-price {
	color: #515151;
	font-size: 20px;
	font-weight: 700;
	}

.fpbr-subTitle {
	font-family: 'Inter';
	font-size: 16px;
	color: #515151;
	font-weight: 600;
	padding: 5px 0px;
	}

.fpbr-price-item {
	position: relative;
	display: block;
	}

.fpbr-price-item h4 {
	font-family: 'Inter';
	font-size: 24px;
	color: #FF0000;
	padding: 0px 0px;
	font-weight: 700;
	}

.fpbr-price-item h4 del {
	display: block;
	font-size: 14px;
	color: #C2C2C2;
	font-weight: 500;
	}

.fpbr-border-table {
	padding: 30px 15px;
	border: 1px solid #4EC5A6;
	border-width: 0px 1px 0px 1px;
	}
	
.fleet-priceing-table tbody tr:last-child .fpbr-border-table {
	border-width: 0px 1px 1px 1px;
	}
	
.fleet-priceing-table tbody tr td:last-child {
	padding-right: 0px;
	}

.fpg-info-section {
	position: relative;
	display: block;
	border-radius: 10px;
	background: #F5F5F5;
	padding: 50px 50px 40px;
	}

.fpg-subInner-group .row .col-md-4 {
	width: 29%;
	}

.fpg-subInner-group .row .col-md-8 {
	width: 71%;
	}

.fpg-inner-group {
	position: relative;
	display: block;
	}

.fpg-subInner-group {
	position: relative;
	display: block;
	padding-right: 30px;
	margin-bottom: 20px;
	}

.fpg-subInner-group::after {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	height: 80px;
	content: '';
	background: #cfcfcf;
	}

.fpg-inner-group .row .col-md-4:last-child .fpg-subInner-group:after {
	display: none;
	}

.fpg-inner-group .row .col-md-4:last-child .fpg-subInner-group {
	padding-right: 0px;
	}
	
.fpg-subInner-group h3 {
	font-size: 16px;
	}

.fpg-subInner-group h4 {
	font-family: 'Inter';
	font-size: 18px;
	color: #515151;
	font-weight: 600;
	padding: 0px 0px 8px;
	}

.fpg-info-section .fleetInfo-ul {
	margin: 0px 0px;
	padding: 0px 0px;
	}

.fpg-info-section .fleetInfo-ul li {
	color: #515151;
	padding: 0px 30px;
	}

.fpg-info-section .fleetInfo-ul li:after {
	color: #EBB553;
	}

.fpg-subInner-text {
	position: relative;
	display: block;
	font-size: 14px;
	text-align: center;
	}

.fpg-inner-group .fpg-subInner-text {
	margin-bottom: 30px;
	}

.fleet-gallery-section {
	position: relative;
	display: block;
	padding: 60px 0px 0px;
	}

.fleet-gallery-inner-section {
	position: relative;
	display: block;
	}

.fleet-gallery-box,
.fleet-gallery-box a {
	position: relative;
	display: block;
	margin-bottom: 23px;
	}

.fleet-gallery-box a {
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 0px;
	}

.fleet-galleryPic-container {	
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 79.24%;
	}

.smGallery-box .fleet-galleryPic-container {
	padding-bottom: 37.56%;
	}

.mdGallery-box .fleet-galleryPic-container {
	padding-bottom: 79.28%;
	}

.fleet-galleryPic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.fleet-galleryPic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.gallery-mask-container {
	position: absolute;
	width: 100%;
	height: 0px;
	bottom: -100%;
	display: flex;
	font-size: 26px;
	color: #ffffff;
	align-items: center;
	justify-content: center;
	background: rgba(78, 197, 166, 0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.fleet-gallery-box a:hover .gallery-mask-container {	
	height: 100%;
	bottom: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.fleet-gallery-slider {
	padding: 0px 0px;
	}

.pagingInfo {
	font-size: 16px;
	color: #090908;
	}

/*--Custom Dots--*/
.custom-dots .slick-dots { width: 100%; position: static; display: flex; align-items: center; justify-content: left; padding: 0px 0px; } 
.custom-dots.responsive .slick-dots { width: 100%; } 
.custom-dots .slick-dots li { margin: 0px 0px; flex-grow: 1; flex-basis: 0; } 
.custom-dots .slick-dots li button { position: relative; display: block; height: 12px; width: 100% !important; z-index: 0; } 
.custom-dots .slick-dots li button::before { position: absolute; content: ""; background: #F2F2F2; width: 100%; height: 7px; left: 0; top: 50%; border-radius: 0; transform: translateY(-50%); transition: all 0.2s linear; border-radius: 5px; z-index: 1; } 
.custom-dots .slick-dots li.slick-active button::before, .custom-dots .slick-dots li:hover button::before { background: #4EC5A6; border-radius: 3px; } 

.fleet-gallery-button,
.ymal-slide-button {
	position: relative;
	display: block;
	margin: 0px -15px;
	}

.fleet-gallery-button .slick-arrow,
.ymal-slide-button .slick-arrow {
	border: none;
	outline: none;
	width: 56px;
	height: 24px;
	font-size: 0px;
	margin: 0px 15px;
	background: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/left-arrow.png);
	}

.fleet-gallery-button .snext1,
.fleet-gallery-button .snext2,
.fleet-gallery-button .snext3,
.ymal-slide-button .snext3 {
	background-image: url(../images/right-arrow.png);
	}

.fleet-gallery-button .sprev1:hover,
.fleet-gallery-button .sprev2:hover,	
.fleet-gallery-button .sprev3:hover,
.ymal-slide-button .sprev3:hover {
	background-image: url(../images/left-arrow-hover.png);
	}
	
.fleet-gallery-button .snext1:hover,	
.fleet-gallery-button .snext2:hover,
.fleet-gallery-button .snext3:hover,
.ymal-slide-button .snext3:hover {
	background-image: url(../images/right-arrow-hover.png);
	}

.fancybox__content > .carousel__button.is-close {
	border: 2px solid #fff;
	font-size: 18px;
	top: -60px;
	}

.fancybox__content > .carousel__button.is-close svg {
	font-size: 18px;
	}

.fancybox__slide {
	--carousel-button-svg-width: 16px;
	--carousel-button-svg-height: 20px;
	}

.fancybox__nav .carousel__button.is-prev,
.fancybox__nav .carousel__button.is-next {
	border: none;
	outline: none;
	width: 56px;
	height: 24px;
	font-size: 0px;
	margin: 0px 15px;
	background: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/left-arrow.png);
	}

.fancybox__nav .carousel__button.is-next {
	background-image: url(../images/right-arrow.png);
	}

.fancybox__nav .carousel__button.is-prev:hover {
	background-image: url(../images/left-arrow-hover.png);
	}

.fancybox__nav .carousel__button.is-next:hover {
	background-image: url(../images/right-arrow-hover.png);
	}

.fancybox__image {
	border-radius: 7px;
	}
	
.fancybox__nav .carousel__button.is-prev svg,
.fancybox__nav .carousel__button.is-next svg {
	display: none;
	}

.ymal-section {
	position: relative;
	display: block;
	padding: 100px 0px 90px;
	}

.ymal-heading {
	position: relative;
	display: block;
	margin-bottom: 50px;
	}

.ymal-heading .pageTitle {
	padding-bottom: 0px;
	}

.ymal-slider {
	margin: 0px -15px;
	}

.ymal-slide {
	padding: 0px 15px;
	}

.ymal-slide .fleet-item-box:hover {
	box-shadow: none;
	}

.dine-video-content {
	color: #ffffff;
	padding: 80px 70px 40px;
	}

.dine-video-content .pageTitle h5 {
	color: #ffffff;
	}

/*Team Building*/

.team-building-top-section {
	position: relative;
	display: block;
	padding: 100px 0px 50px;
	}

.experiences-tabs-section {
	position: relative;
	display: block;
	padding: 10px 0px 0px;
	}

ul.experiences-tab-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -15px;
	list-style-type: none;
	}

ul.experiences-tab-grid li {
	width: 25%;
	padding: 0px 15px 30px;
	}

.experiences-tabBox,
.experiences-tabBox a {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	}

.experiences-tab-icon {
	position: relative;
	display: flex;
	width: 100%;
	height: 170px;
	align-items: center;
	border-radius: 5px;
	margin-bottom: 35px;
	background: #F5F5F5;
	justify-content: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	}

.experiences-tab-icon .hiddenicon,
.experiences-tabBox a:hover .showicon,
.selected .experiences-tabBox a .showicon {
	display: none;
	}

.experiences-tabBox a:hover .hiddenicon,
.selected .experiences-tabBox a .hiddenicon {
	display: block;
	}

.experiences-tabBox a:hover .experiences-tab-icon,
li.selected .experiences-tabBox a .experiences-tab-icon {
	background: #4EC5A6;
	}
	
.experiences-tabBox a h4 {
	font-family: 'Inter';
	font-size: 20px;
	color: #8D8D8D;
	font-weight: 700;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	}

.experiences-tabBox a:hover h4,
li.selected .experiences-tabBox a h4 {
	color: #090908;
	}

.experiences-about-section {
	position: relative;
	display: block;
	padding: 100px 0px;
	background-size: cover;
	background-position: left center;
	}

.experiences-about-section::before {
	position: absolute;
	top: 130px;
	right: 0px;
	bottom: 70px;
	width: 41.82%;
	content: '';
	background: #F5F5F5;
	}

.experiences-about-section .wide-container {
	z-index: 2;
	}

.experiences-about-content {
	position: relative;
	display: block;
	text-align: center;
	padding-right: 70px;
	}

.experiences-about-content .pageTitle {
	padding-bottom: 30px;
	}

.experiences-about-pic {
	position: relative;
	display: block;
	padding-left: 30px;
	}

.experiences-about-pic>ul{
	display: flex;
	padding: 0px 0px;
	margin: 0px -15px;
	list-style-type: none;
	}

.experiences-about-pic>ul>li {
	width: 50%;
	padding: 0px 15px;
	}

.experiences-about-pic>ul>li:last-child {
	padding-top: 30px;
	}

.team-building-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 30px;
	padding-bottom: 164.26%;
	}
	
.team-building-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.team-building-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.tbtg-section,
.tbg-top-section {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	}

.tbg-top-section .tbg-productImgSlider,
.tbg-top-section .slick-list,
.tbg-top-section .slick-track,
.tbg-top-section .slick-slide,
.tbg-top-section  .tbg-productImgSlide {
	height: 100%;
	width: 100%;
	}

.tbg-bottom-section {
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 1;
	bottom: 70px;
	max-width: 850px;
	margin: 0px auto;
	}

.tbg-productThumbSlider {
	margin: 0px -10px;
	}

.tbg-productThumbSlide {
	padding: 2px 10px;
	}

.tbg-productThumbItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 12px;
	padding-bottom: 79.08%;
	}

.slick-current .tbg-productThumbItem {
	opacity: 1;
	outline: 2px solid #4EC5A6 !important;
	}
	
.tbg-productThumbItem figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.tbg-productThumbItem figure img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto ;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.tbg-productThumbSlider .slick-prev,
.tbg-productThumbSlider .slick-prev:hover {
	left: -60px;
	opacity: 0.5;
	background-image: url(../images/left-arrow1.png) !important;
	}

.tbg-productThumbSlider .slick-next,
.tbg-productThumbSlider .slick-next:hover {
	right: -60px;
	opacity: 0.5;
	background-image: url(../images/right-arrow1.png) !important;
	}

.tbg-productThumbSlider .slick-prev:hover,
.tbg-productThumbSlider .slick-next:hover {
	opacity: 1;
	}

/*Adventure*/

.adventure-item-listing {
	position: relative;
	display: block;
	}

.adventure-item-box {
	position: relative;
	display: block;
	}

.adventure-group-section {
	position: relative;
	display: block;
	z-index: 3;
	padding: 80px 0px;
	}

.adventure-group-section::before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	height: 100%;
	width: 41.82%;
	background: #EBB553;
	}

.adventure-group-section .wide-container {
	max-width: 1850px;
	z-index: 1;
	}

.adventure-group-section .row .col-md-4 {
	width: 35%;
	align-self: center;
	}

.adventure-group-section .row .col-md-8 {
	width: 65%;
	}

.adventure-item-listing .adventure-item-box:nth-child(odd) .adventure-group-section .row .col-md-4 {
	order: 2;
	}

.adventure-item-listing .adventure-item-box:nth-child(odd) .adventure-group-section .row .col-md-8 {
	order: 1;
	}

.adventure-item-listing .adventure-item-box:nth-child(odd) .adventure-group-section::before {
	left: auto;
	right: 0px;
	}

/*Dine Play*/

.dine-heading-section {
	position: relative;
	display: block;
	padding: 100px 0px 0px;
	}

.dine-heading-section .container {
	max-width: 1050px;
	}

.dine-listing-row {
	position: relative;
	display: block;
	}

.dine-listing-item {
	position: relative;
	display: block;
	padding: 100px 0px;
	background-size: cover;
	background-position: left center;
	}

.dpt-top-section {
	position: relative;
	display: block;
	margin-bottom: 50px;
	}

.dpt-top-section .row .col-lg-5 {
	width: 48%;
	}

.dpt-top-section .row .col-lg-7 {
	width: 52%;
	align-self: center;
	}

.dpt-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 63.77%;
	}
	
.dpt-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.dpt-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.dpt-right-info {
	position: relative;
	display: block;
	color: #5A5A5A;
	padding-left: 60px;
	}

.dpt-right-info h4 {
	font-size: 22px;
	padding-bottom: 15px;
	}

.dpt-right-info p strong {
	color: #090908;
	font-weight: 400;
	}

ul.dpt-buttonGroup {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -10px;
	list-style-type: none;
	justify-content: center;
	}

ul.dpt-buttonGroup.dpt-buttonGroup-row {
	flex-direction: column;
	}

ul.dpt-buttonGroup li {
	width: 50%;
	padding: 0px 10px 20px;
	}

.dpt-button {
	position: relative;
	display: block;
	}

.dpt-button a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #4EC5A6;
	line-height: 24px;
	padding: 10px 15px;
	border-radius: 5px;
	text-align: center;
	background: transparent;
	border: 1px solid #4EC5A6;
	}

.dpt-button a:hover {
	color: #ffffff;
	background: #4EC5A6;
	border-color: #4EC5A6;
	box-shadow: 0px 30px 20px #3624031C;
	}

.dpt-bottom-section {
	position: relative;
	display: block;
	}

.dine-gallery-slider,
.dine-gallery-slider1,
.dine-gallery-slider2 {
	margin: 0px -15px 30px;
	}

.dine-gallery-slide {
	padding: 0px 15px;
	}

.dine-gallery-pic .fleet-galleryPic-container {
	padding-bottom: 79.33%;
	}

.dine-listing-row .dine-listing-item:first-child { 
	padding-top: 50px;
	}

/*News*/

.news-container {
	position: relative;
	display: block;
	padding: 100px 0px;
	background-repeat: no-repeat;
	background-position: bottom center;
	}

.news-listing {
	position: relative;
	display: block;
	}

.news-listing-item {
	position: relative;
	display: block;
	margin-bottom: 60px;
	}

.news-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 67.01%;
	}
	
.news-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.news-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.news-date {
	position: absolute;
	top: -80px;
	right: 30px;
	z-index: 1;
	width: 76px;
	height: 90px;
	font-size: 14px;
	padding: 7px 0px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/date-bg.png);
	background-size: cover;
	background-position: bottom center;
	}

.news-date h4 {
	font-family: 'Inter';
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 0px 0px 5px;
	display: inline-block;
	border-bottom: 1px solid #e0e0e0;	
	}

.news-date h4 span {
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: top;
	}
		
.news-content-box {
	position: relative;
	display: block;
	color: #8D8D8D;
	}

.news-content-box p {
	margin-bottom: 40px;
	}

.news-right-box {
	position: relative;
	display: block;
	padding-left: 20px;
	}

.news-searchBox {
	position: relative;
	display: block;
	padding: 20px 20px;
	border-radius: 5px;
	margin-bottom: 40px;
	background: #F7F7F7;
	}

.news-searchBox .newsInput {
	width: 100%;
	height: 55px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 14px 50px 14px 20px;
	}
	
.news-searchBox .form-control:focus,
.news-searchBox .form-control:hover {
	border: 1px solid #EBB553;
	}

.news-searchBox .form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	color: #8D8D8D;
	font-weight: 400;
	}

.news-searchBox .form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #8D8D8D;
	font-weight: 400;
	}

.news-searchBox .form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #8D8D8D;
	font-weight: 400;
	}

.news-searchBox .form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: #8D8D8D;
	font-weight: 400;
	}

.news-btn {
	position: absolute;
	top: 34px;
	z-index: 7;
	right: 40px;
	border: none;
	outline: none;
	font-size: 20px;
	color: #515151;
	line-height: normal;
	background: transparent;
	}

.news-btn .hiddenicon,
.news-btn:hover .showicon {
	display: none;
	}

.news-btn:hover .hiddenicon {
	display: inline-block;
	vertical-align: middle;
	}

.news-category-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 40px;
	border: 1px solid #C2C2C2;
	}

.news-category-heading {
	position: relative;
	display: block;
	font-size: 24px;
	color: #090908;
	padding: 24px 35px 28px;
	letter-spacing: -0.48px;
	border-bottom: 1px solid #C2C2C2;
	}

.news-category-heading h4 {
	line-height: 1;
	font-size: 24px;
	padding: 0px 0px;
	display: inline-block;
	vertical-align: middle;
	}

.news-category-heading h4 img {
	margin-right: 15px;
	vertical-align: top;
	display: inline-block;
	}

.news-category-body {
	position: relative;
	display: block;
	padding: 18px 35px;
	}

ul.newsCategory {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
	}

ul.newsCategory li {
	position: relative;
	display: block;
	padding: 12px 0px;
	}

ul.newsCategory li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #515151;
	font-weight: 300;
	}

ul.newsCategory li a:hover,
ul.newsCategory li.selected a {
	font-weight: 600;
	}

.news-category-body.latest-news-body {
	padding: 10px 20px;
	}

ul.latest-newsCategory {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
	}

ul.latest-newsCategory li {
	position: relative;
	display: block;
	padding: 10px 0px;
	}

.latest-newsBox,
.latest-newsBox a {
	position: relative;
	display: block;
	}

.latest-newsBox a .row {
	margin: 0px -10px
	}

.latest-newsBox a .row .col {
	padding: 0px 10px;
	}

.latest-newsPic {
	position: relative;
	display: block;
	}

.latest-newsPic img {
	width: 100%;
	}

.latest-newsBox a h6 {
	font-size: 16px;
	color: #090908;
	padding: 0px 0px;
	line-height: 1.4;
	letter-spacing: -0.64px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.latest-newsBox a:hover h6 {
	color: #4EC5A6;
	}

/*News Details*/

.newsBanner-section {
	position: relative;
	display: block;
	}

.newsBanner-pic,
.newsBanner-pic figure {
	position: relative;
	display: block;
	margin: 0px 0px;
	}

.newsBanner-pic img {
	width: 100%;
	}

.newsBanner-pic figure::before {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	content: '';
	height: 100%;
	background-image: url(../images/inner-banner-shape.png);
	background-size: cover;
	background-position: center center;
	}

.news_banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.news_banner_caption .news-date {
	top: auto;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 97px;
	height: 114px;
	font-size: 18px;
	padding: 12px 0px;
	text-align: center;
	margin: 0px auto -60px;
	background: url(../images/date-bg1.png);
	background-size: 100%;
	}

.news_banner_caption .news-date h4 {
	font-size: 35px;
	}

.news_banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 15px 0px;
	}
	
.news_banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px 0px;
	display: table-cell;
	vertical-align: middle;
	}
	
.news_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px auto 0px;
	padding: 0px 0px;
	}

.news_banner_caption .captionContainerInner .pageTitle {
	padding: 0px 0px;
	}

.news_banner_caption .captionContainerInner .pageTitle h5 {
	color: #ffffff;
	font-size: 14px;
	}

.news_banner_caption .captionContainerInner .pageTitle h1 {
	color: #ffffff;
	font-size: 58px;
	}

.news-content-section {
	position: relative;
	display: block;
	padding: 150px 0px 70px;
	}

.sub-news-content {
	position: relative;
	display: block;
	max-width: 756px;
	margin: 0px auto;
	}

.inner-subNews-content {
	position: relative;
	display: block;
	margin-bottom: 60px;
	}

.inner-subNews-content .pageTitle {
	padding-bottom: 30px;
	}

.inner-subNews-content .pageTitle h2 {
	font-size: 28px;
	}

.news-blogPic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 81.22%;
	}
	
.news-blogPic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.news-blogPic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.news-details-photo-box {
	position: relative;
	display: block;
	margin-bottom: 40px;
	}

.news-detailsfull-banner {
	position: relative;
	display: block;
	}

.news-detailsfull-banner img {
	width: 100%;
	}

.news-socialMedia {
	position: relative;
	display: block;
	text-align: center;
	padding: 40px 0px;
	margin-bottom: 80px;
	border: 1px solid #cfcfcf;
	border-width: 1px 0px 1px 0px;
	}

.news-socialMedia .csm-product-share {
	justify-content: center;
	}

.news-button-group {
	position: relative;
	display: block;
	}

.newsButton-link {
	position: relative;
	display: block;
	}

.newsButton-link a {
	position: relative;
	color: #A2A2A2;
	text-transform: uppercase;
	}

.newsButton-link a:hover {
	color: #4EC5A6;
	}

.newsButton-link a span {
	margin-right: 20px;
	}

.newsButton-link a .hiddenicon,
.newsButton-link a:hover .showicon {
	display: none;
	}

.newsButton-link a:hover .hiddenicon {
	display: inline-block;
	}

.newsButton-link.next-news span {
	margin: 0px 0px 0px 20px;
	}

.newsButton-link.next-news a {
	text-align: right;
	}

.newsButton-grid {
	position: relative;
	display: block;
	}	

.newsButton-link a h4 {
	position: relative;
	display: block;
	font-size: 24px;
	color: #090908;
	padding-top: 15px;
	letter-spacing: -0.48px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.newsButton-link a:hover h4 {
	color: #4EC5A6;
	text-decoration: underline;
	}

.news-ymal-section {
	background: #F5F5F5;
	}

.news-item-box,
.news-item-box a {
	position: relative;
	display: block;
	}

.news-item-box a {
	color: #515151;
	overflow: hidden;
	}

.news-item-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	margin-bottom: 35px;
	padding-bottom: 67.21%;
	}
	
.news-item-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.news-item-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}	
	
.news-bottomGroup-content {
	position: relative;
	display: block;
	margin-bottom: 25px;
	}

.news-bottomGroup-content .pageTitle {
	padding-bottom: 25px;
	}

.news-bottomGroup-content .pageTitle h3 {
	font-size: 24px;
	color: #090908;
	padding: 0px 0px;
	letter-spacing: -0.96px;
	}

.news-bottomButton {
	position: relative;
	display: block;
	font-size: 14px;
	}

.news-bottomButton img {
	margin-left: 15px;
	}

.news-bottomButton .hiddenicon,
.news-item-box a:hover .news-bottomButton .showicon {
	display: none;
	}

.news-item-box a:hover .news-bottomButton .hiddenicon {
	display: inline-block;
	}

.news-item-box a:hover .news-bottomButton {
	color: #4EC5A6;
	}


.news-item-box a:hover .pageTitle h3 {
	color: #4EC5A6;
	text-decoration: underline;
	}

/*Faq*/

.faq-container .pageTitle {
	padding: 0px 0px 60px;
	}

/* Pop Up Container */

.fancybox__backdrop {
    background: rgba(0,0,0,0.9);
    }

.fancybox-inner {
    overflow: hidden !important;
    }

/* Tabs Container */

.tabs-container {
	position: relative;
	padding: 0px;
	display: block;
	margin: 0px auto;
	}

/* Tabs Tabstyle 1 */

ul.nav-tabs.tabstyle1 {
	position: relative;
	border: none;
	width: auto;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	overflow: hidden;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	margin: 0px -1px -1px;
	list-style-type: none;
	justify-content: flex-start;
	}

ul.nav-tabs.tabstyle1 li.nav-item {
	position: relative;
	border: none;
	float: left;
	z-index: 1;
	/*flex: 1;*/
	color: #171717;
	font-size: 18px;
	line-height: 36px;
	align-self: stretch;
	margin: 0px 1px 1px;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

ul.nav-tabs.tabstyle1 li.nav-item a {
	position: relative;
	display: flex;
	border: none;
	width: 100%;
	height: 100%;
	color: #1A1A1A;
	margin: 0px auto;
	overflow: hidden;
	line-height: 34px;
	padding: 10px 45px;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	background: #ffffff;
	justify-content: center;
	border-bottom: 1px solid #ffffff;
	text-decoration: none !important;
	border-radius: 0px 0px 0px 0px !important;
	}

ul.nav-tabs.tabstyle1 li.nav-item:first-child a {
	}

ul.nav-tabs.tabstyle1 li.nav-item:last-child a {
	}
	
ul.nav-tabs.tabstyle1 li.nav-item a:hover,
ul.nav-tabs.tabstyle1 li.nav-item a.active {
    opacity: 1;
	color: #E59649;
	background: #F8F8F8;
	border-color: #E59649;
	}

ul.nav-tabs.tabstyle1 li.nav-item a.active {
	font-weight: 800;
	}

.tab-content {
	position: relative;
	display: block;
	padding: 60px;
    z-index: 1;
	margin: 0px auto;
	background: transparent;
	}

.tab-content h5 {
	padding-bottom: 10px;
	}

.tab-content-bg-container,
.tab-content-bg-container figure {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    overflow: hidden;
    margin: 0px auto 0px;
    }

.tab-content-bg-container {
    z-index: -1;
    opacity: 0.03;
    }

.tab-content-bg-container figure img {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    }

/* Accordion */

.accordion-container {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto;
	}

.accordion-item {
	padding: 0px;
    border: none;
	margin: 0px auto;
	background: #ffffff;
	border-radius: 5px !important;
	}

.accordion-container .accordion-item {
	margin-bottom: 30px;
	}

.accordion-header {
	font-family: 'Designer';
	position: relative;
	z-index: 2;
	padding: 0px;
	border-bottom: none;
    text-transform: none;
	margin-bottom: 0px !important;
	background-color: transparent;
	}

.accordion-header a {
	position: relative;
	display: block;
	color: #090908;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	border-width: 1px 1px 0px 1px;
	padding: 26px 60px 26px 70px;
	border-radius: 5px !important;
    text-decoration: none !important;
	}
	
.accordion-header a::before {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: '\3f';
	left: 20px;
	top: 50%;
	width: 20px;
	height: 21px;
	font-size: 16px;
	color: #ffffff;
	overflow: hidden;
	line-height: 21px;
	margin-top: -9px;
	text-align: center;
	border-radius: 20px;
	background: #4EC5A6;
	}

.accordion-header a:after {
	position: absolute;
	content: '';
	right: 20px;
	top: 50%;
	width: 24px;
	height: 19px;
	display: block;
	overflow: hidden;
	margin-top: -15px;
	background-image: url(../images/accordion-icon.png);
	background-size: 100%;
	}

.accordion-header a:hover,
.accordion-header a[aria-expanded="true"] {
	}
	
.accordion-header a[aria-expanded="true"] {
	background: #ffffff;
	border-color: #515151;
	border-width: 1px 1px 0px 1px;
	border-radius: 5px 5px 0px 0px !important;
	}
	
.accordion-header a:hover:after,
.accordion-header a[aria-expanded="true"]:after {
	width: 19px;
	height: 24px;
	background-image: url(../images/accordion-icon1.png);
	}

.accordion .accordion-body {
	position: relative;
	display: block;
	padding: 10px 30px 30px 70px;
	color: #1A1A1A;
	border: 1px solid #515151;
	border-width: 0px 1px 1px 1px;
	border-radius: 0px 0px 5px 5px !important;
	}

.accordion .accordion-body *:last-child {
    margin-bottom: 0px;
	}

.shop-section {
	position: relative;
	display: block;
	}

/* Filter Box */

.filter-box,
.filter-box-bottom {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto 40px;
	padding: 0px 0px 15px;
	border-bottom: 1px solid #C2C2C2;
	}

.filter-box-bottom {
	margin: 0px auto 20px;
	padding: 40px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-top: 1px solid #C2C2C2;
	}

/* Filter Select */

.filter-select-box {
	position: relative;
	color: #171717;
	padding: 0px;
    font-size: 16px;
	vertical-align: top;
    letter-spacing: 0.8px;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	}

.filter-select-box strong,
.filter-select-box b,
.filter-select-text strong,
.filter-select-text b {
	font-weight: 600;
	color: #090908;
	}
	
.filter-box-bottom .filter-select-text {
	color: #656565;
	}

.filter-box-bottom .filter-select-text strong {
	color: #0D0D0D;
	}

.filter-select-text,
.filter-separator {
	position: relative;
	color: #8D8D8D;
    font-size: 16px;
	font-weight: 400;
	line-height: normal;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px;
	}

.filter-select-text span {
	position: relative;
	}

.filter-separator {
	margin: 0px;
	line-height: 40px;
	color: rgba(0,0,0,0.1);
	}

.text-dark {
	color: #000000 !important;
	}

.filter-select-box .NiceSelect {
	display: inline-block;
	vertical-align: top;
	}

.filter-select-box .nice-select {
    height: auto;
    line-height: normal;
    background: transparent;
    padding: 0px 25px 0px 10px;
    border-color: transparent !important;
	}

.filter-select-box .nice-select,
.filter-select-box .nice-select .list,
.filter-select-box .nice-select .current {
	color: #515151;
	font-weight: 600;
	font-size: 16px;
	}

.filter-select-box .nice-select:after {
	right: 0px;
	top: 0px;
	font-size: 16px;
	content: "\f0dd";
	margin-top: 0px !important;
	transform: translateY(0) !important;
	}

.filter-select-box .nice-select.open::after, .filter-select-box .nice-select:hover::after {
	color: #515151;
	content: "\f0dd";
	}

/* Products Container */

.products-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 100px 0px 100px;
	}

/* Products Listing */
	
.csm-products-listing,
.woocommerce .products ul,
.woocommerce ul.products {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -15px;
	list-style-type: none;
	}
	
.csm-product-item,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
	font-size: 16px;
	line-height: 1.6;
	align-self: stretch;
	margin: 0px 0px 40px;
	padding: 0px 15px 0px;
	}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding: 8px !important;
    width: 33.3333% !important;
    }

.csm-product-item-inner {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
    overflow: hidden;
    border-radius: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.gift-voucher-container {
	position: relative;
	display: block;
	height: 370px;
	overflow: hidden;
	border-radius: 5px;
	padding: 25px 25px;
	margin-bottom: 30px;
	background: #F2F2F2;
	}

.gift-voucher-container > a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	}

.gift-voucher-container::after {
	position: absolute;
	display: block;
	content: '';
	opacity: 0;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px auto;
	background: rgba(78, 197, 166, 0.95);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.csm-product-item-inner:hover .gift-voucher-container::after {
	opacity: 1;
	}

.csm-product-mask-container {
	position: absolute;
	display: block;
    top: 250%;
	left: 50%;
	z-index: 3;
	overflow: hidden;
	margin: 0px auto;
	min-width: 250px;
	text-align: center;
    transform: translate(-50%,-50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.csm-product-item-inner:hover .csm-product-mask-container {
    top: 50%;
	}

.gift-voucher-box {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	flex-flow: column;
	text-align: center;
	justify-content: center;
	}

.voucher-gift-icon {
	position: relative;
	display: block;
	font-size: 40px;
	color: #D64A4A;
	margin-bottom: 20px;
	}

.gift-voucher-box h6 {
	font-family: 'Inter';
	font-size: 18px;
	color: #090908;
	font-weight: 400;
	padding-bottom: 7px;
	text-transform: uppercase;
	}

.gift-voucher-box h2 {
	font-family: 'Inter';
	font-size: 24px;
	color: #090908;
	font-weight: 700;
	text-transform: uppercase;
	}

.shop-btn {
	position: relative;
	display: block;
	}

.shop-btn a {
	position: relative;
	font-size: 14px;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	}

.shop-btn a img {	width: auto !important;
	margin: 0px 0px 0px 10px !important;	display: inline-block !important;
	}

.product-btns-group,
.outOfStock {
	position: relative;
	display: block;
	padding: 0px;
	color: #ffffff;
    min-width: 180px;
    margin: 0px auto;
	text-align: center;
	}

.outOfStock {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    }
	
.product-btns-group .yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    }

.product-btns-group .feedback,
.product-btns-group .add-to-cart-btn > a.added {
    display: none !important;
    }

.product-btns-group .view-product-btn > a {
    color: #ffad0b !important;
    margin-top: 15px !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
	}

.product-btns-group .view-product-btn > a:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: transparent !important;
	}

.product-btns-group .row {
	margin: 0px -5px;
	}

.product-btns-group .row .col-auto {
	padding: 0px 5px;
	}

.add-to-cart-btn {
    position: relative;
    display: block;
    z-index: 7;
    margin: 0px auto;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }

.add-to-cart-btn a,.add-to-cart-btn a.button {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;    min-width: auto !important;
    padding: 13px !important;
    color: #ffffff;
    margin: 0px auto !important;
    line-height: 20px;
    text-align: center;
    background: #ffffff !important;
    border-radius: 100% !important;
    border: 1px solid #4EC5A6 !important;
    }

.add-to-cart-btn a img,
.add-to-cart-btn a:hover .hiddenicon {	width: auto !important;
	display: block !important;
	margin: 0px auto !important;
	}

.add-to-cart-btn a .hiddenicon,
.add-to-cart-btn a:hover .showicon {
	display: none !important;
	}

.add-to-cart-btn a:hover {
    background: #4EC5A6 !important;
	}

.csm-product-description-box,
.csm-product-description-box > a,
.csm-product-short-description {
    position: relative;
    display: block;
    width: 100%;
	padding: 0px;
	overflow: hidden;
    margin: 0px auto;
	}

.csm-product-description-box > a {
    height: 100%;
	padding: 0px 20px 25px;
	text-align: center;
	}

.csm-product-short-description {
	padding: 0px 0px 10px;
	}

.csm-product-short-description p {
    margin: 0px auto 5px !important;
	}

.csm-product-name,
.csm-product-price-box,
.csm-product-star-rattings {
	font-family: 'Designer';
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    color: #090908;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 0px;
	}

.csm-product-name span {
    color: #EBB553;
	}

.csm-product-star-rattings,
.woocommerce ul.products li.product .star-rating {
    color: #ebd400;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
	}

.woocommerce .products .star-rating {
    margin: 0px auto !important;
    display: inline-block !important;
    }

.csm-product-star-rattings .fa,
.csm-product-star-rattings .fas,
.csm-product-star-rattings .far,
.reviewRatings .fa,
.reviewRatings .fas,
.reviewRatings .far,
.star-ratings .fa,
.star-ratings .fas,
.star-ratings .far {
    margin-right: 2px;
	}

.reviewRatings span.totalReviews {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    color: #E59649 !important;
    }

.woocommerce .star-rating span {
	color: #E59649;
	}

.reviewRatings .fa,
.reviewRatings .fas,
.reviewRatings .far {
    color: #E59649 !important;
    }

.csm-product-star-rattings,
.woocommerce .star-rating:before,
.wc-layered-nav-rating a,
.comment-form-rating .stars a {
    color: #E59649 !important;
    }

.wc-layered-nav-rating a:hover,
.comment-form-rating .stars a:hover {
    color: #E59649 !important;
    }

.csm-product-details-box .star-rating,
.reviewRatings .star-rating {
    float: none !important;
    }

.csm-product-price-box {
	font-family: 'Inter';
    display: flex;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    flex-flow: row wrap;
    align-items: flex-end;
	justify-content: center;
	}
 
.csm-product-price-box,
.csm-product-price-box bdi,
.csm-product-price-box ins bdi {
    position: relative;
    color: #EA4425;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    }

.csm-product-price-box ins bdi {
    color: #EA4425 !important;
    }

.price>del, .csm-product-price-box del bdi {
    color: #D9D9D9 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    }

.csm-product-price-box .price {
    display: flex !important;
    line-height: 1;
    flex-flow: row;
    align-items: center;
    align-items: flex-start;
    justify-content: flex-start;
    }

.csm-product-price-box del {
    opacity: 1 !important;
    }

.price>ins {
    order: 1;
    margin-right: 10px;
    text-decoration: none;
    }

.price>del {
    order: 2;
    }

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: inherit !important;
    font-size: inherit !important;
    margin-bottom: 0px !important;
    font-weight: inherit !important;
    }
	
.csm-product-item .csm-product-price-box, .csm-product-item .csm-product-price-box bdi, .csm-product-item .csm-product-price-box ins bdi {
	color: #090908;
	font-size: 18px;
	font-weight: 700;
	}

.csm-product-item p {
	margin: 15px auto 0px;
	}

.csm-product-stock-wrapper {
	position: absolute;
    display: flex;
    z-index: 11;
	top: 0px;
    left: 0px;
	}

.csm-product-stock {
	position: relative;
    display: flex;
	min-width: 56px;
	font-size: 13px;
    font-weight: 700;
	overflow: hidden;
    padding: 4px 10px;
    line-height: 17px;
	text-align: center;
    flex-flow: column;
    background: #0DAC00;
    align-items: center;
    letter-spacing: 1.30px;
    margin: 0px 5px 5px 0px;
	color: #ffffff !important;
	text-transform: uppercase;
    border-radius: 0px 0px 5px 0px;
	}

.csm-product-stock span {
	position: relative;
    display: block;
	}

.csm-product-stock.sale {
    background: #EA4425;
	}

.csm-product-stock.out-of-stock {
    background: #808080;
	}

.csm-product-stock.best-seller {
	}

.addToWishlist-icon {
    position: relative;
    display: block;
    z-index: 7;
    font-size: 18px;
    text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }

.addToWishlist-icon a {
    position: relative;
    display: block;
	width: 50px;
	height: 50px;
    color: #8D8D8D;
	line-height: 50px;
    text-align: center;
	border-radius: 50px;
	background: #CCCCCC;
    }

.addToWishlist-icon a i {
	margin: 0px auto !important;
    }

.addToWishlist-icon a:hover .fa,
.addToWishlist-icon a:hover .far,
.addToWishlist-icon a:hover .fas {
    color: #FFFFFF;
    font-weight: 700;
    }

.addToWishlist-icon a:hover {
	background: #FF7474;
	}

.csm-products-slider .addToWishlist-icon a span,
.csm-product-item .addToWishlist-icon a span {
    display: none !important;
    }

/* Product Btns Group */

.csm-product-btns-group {
	position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
	display: block;
    font-size: 16px;
    margin: 0px auto;
    font-weight: 400;
    max-width: 160px;
    text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.csm-product-btns-group a {
	position: relative;
	color: #ffffff;
    min-width: 100%;
    font-weight: 400;
	overflow: hidden;
	margin: 0px auto;
	line-height: 20px;
	border-radius: 5px;
	padding: 14px 32px;
	white-space: nowrap;
	background: #ffad0b;
	vertical-align: top;
	display: inline-block;
    text-transform: none;
    border: 1px solid #ffad0b;
	text-decoration: none !important;
	}

.csm-product-item-inner:hover .csm-product-btns-group a,
.csm-product-item-inner:focus .csm-product-btns-group a,
.csm-product-btns-group a:hover,
.csm-product-btns-group a:focus {
	color: #ffffff;
	background: #000000;
    border-color: #000000;
	}

/*.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
    display: block !important;
    }*/

.csm-product-item-inner.OOS .csm-product-btns-group a {
    color: #ffffff;
    background: #9a9a9a;
    border-color: #9a9a9a;
    }

.csm-product-item-inner.OOS:hover .csm-product-btns-group a,
.csm-product-item-inner.OOS:focus .csm-product-btns-group a {
    opacity: 0.5;
	color: #ffffff;
    background: #000000;
    }

/*.added_to_cart.wc-forward {
    display: none !important;
    }*/

.added.add_to_cart_button {
    display: none !important;
    }

.csm-product-item-inner.OOS .csm-product-price-box,
.csm-product-item-inner.OOS .csm-product-price-box bdi,
.csm-product-item-inner.OOS .csm-product-price-box ins bdi {
	color: #adadad;
	}
	
/* Product Slider Box */

.csm-products-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px -15px 0px;
	}
	
/* CSM Products Slider */
	
.csm-products-slider .csm-product-item,
.csm-products-slider .csm-product-item-inner {
    display: block;
	}

.csm-products-slider .csm-product-item {
    padding: 0px 15px;
    margin: 0px auto;
    }

.product-container {
	position: relative;
	display: block;
	padding: 100px 0px;
	}

.link-url {
	position: relative;
	display: block;
	text-align: center;
	}

.link-url a {
	color: #1A1A1A;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: underline;
	}

.link-url a:hover {
	color: #E59649;
	}

/* Product Gallery Container */
	
.csm-productGalleryContainer {
	position: relative;
	display: block;
    width: 100%;
	height: 100%;
	padding-right: 40px;
	}

.shop-details-gift-voucher {
	position: relative;
	display: block;
    width: 100%;
    z-index: 1;
	height: 750px;
	margin: 0px auto;
    overflow: hidden;
	border-radius: 5px;
	background: #F2F2F2;
	}

.shop-details-gift-voucher .voucher-gift-icon {
	font-size: 75px;
	}

.shop-details-gift-voucher .gift-voucher-box h6 {
	font-size: 32px;
	}

.shop-details-gift-voucher .gift-voucher-box h2 {
	font-size: 44px;
	}

.csm-product-details-box,
.csm-product-details-box-inner {
    position: relative;
    display: block;
    width: 100%;
    color: #8D8D8D;
    margin: 0px auto;
    padding: 0px 0px 0px;
	}

.csm-product-quantity-container {
	position: relative;
	display: block;
	margin-bottom: 40px;
	}

.csm-product-quantity-container .row {
    margin-left: -6px;
    margin-right: -6px;
    }

.csm-product-quantity-container .row > * {
    padding-left: 6px;
    padding-right: 6px;
    }

.csm-product-details-box .csm-product-stock-wrapper {
    position: relative;
    top: auto;
    left: auto;
    }

.csm-product-details-box .csm-product-price-box,
.csm-product-details-box .csm-product-price-box bdi,
.csm-product-details-box .csm-product-price-box ins bdi {
    text-align: left;
    line-height: 1.2;
    color: #D2AC67;
    font-weight: 700;
	font-size: 20px !important;
	}

.csm-product-details-box .price > del {
    order: 2;
    margin-right: 0px;
    }

.csm-product-details-box .price > ins {
    order: 1;
    margin-right: 20px;
    }

.csm-product-details-box .csm-product-price-box del bdi {
    color: #E59649;
	}

.csm-product-details-box .csm-product-price-box ins bdi {
    color: #ab0000;
	}

.csm-product-details-box .csm-product-star-rattings {
    margin-bottom: 20px;
    }

.csm-product-details-box .pageTitle {
	padding-bottom: 10px;
	}

.csm-product-details-box .pageTitle h1 {
	font-size: 40px;
	}

.csm-product-details-box .pageTitle h5 {
	color: #8D8D8D;
	padding-bottom: 10px;
	}

.product-star {
	position: relative;
	display: block;
	color: #D2AC67;
	text-align: right;
	}

.product-star i {
	margin-right: 10px;
	}

.csm-product-details-box hr {
	margin: 40px 0px;
	}

.block-title,
.csm-product-availability,
.csm-product-instock,
.quantity-title {
	position: relative;
	display: block;
    padding: 0px;
	color: #515151;
	font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.8px;
	}

.block-title {
	margin-bottom: 20px;
	}

.csm-product-quantity-container .block-title {
	margin-bottom: 12px;
	}

.csm-product-availability {
    font-weight: 400;
	}

.csm-product-availability span,
.csm-product-instock {
	color: #0DAC00;
    font-weight: 700;
    margin-left: 10px;
	}

.csm-product-quantity {
	position: relative;
	font-size: 0px;
	display: flex;
	color: #171717;
    max-width: 100px;
    border-radius: 0px;
	white-space: nowrap;
    align-items: center;
    padding: 0px 0px 0px;
    margin: 0px !important;
    background: transparent;
    border: 0px solid #e1e1e1;
    justify-content: space-between;
	}

.csm-product-quantity input[type=number]::-webkit-inner-spin-button,
.csm-product-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	}

.csm-product-quantity input[type=number] {
	-moz-appearance: textfield;
	}

.csm-product-quantity input {
	position: relative !important;
	min-width: 40px !important;
	height: 25px !important;
	padding: 5px !important;
    border: none !important;
	color: #171717 !important;
	margin: 0px 0px !important;
	font-size: 16px !important;
	max-width: 100% !important;
    font-weight: 700 !important;
	overflow: hidden !important;
	box-shadow: none !important;
	line-height: 26px !important;
	text-align: center !important;
    border-radius: 0px !important;
	display: inline-block !important;
	vertical-align: middle !important;
    background: transparent !important;
    /*border: 1px solid #ebebeb !important;*/
	}

.csm-product-quantity input:focus {
	outline: 0;
	}

.quantity-button {
	position: relative;
	cursor: pointer;
    z-index: 2;
    width: 25px;
	height: 25px;
	padding: 0px;
	color: #000000;
	min-width: 25px;
	font-size: 12px;
    font-weight: 700;
	overflow: hidden;
	line-height: 25px;
    border-radius: 5px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
    background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
    background-repeat: no-repeat !important;
    background-position: center center !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	
.quantity-button:hover,
.quantity-button:focus {
    color: #ffffff;
    box-shadow: none;
    border-color: #E59649;
    background-color: #E59649;
	}

.csm-product-btns-container .addToCartBtn a,
.csm-product-btns-container .addToWishlistBtn a,
.csm-product-btns-container .viewProductBtn a,
.csm-product-btns-container .addToCartBtn button,
.csm-product-btns-container .addToWishlistBtn button {
    }

.details-product-qty {
	position: relative;
	font-size: 0px;
	display: flex;
    width: 110px;
	color: #ffffff;
    border-radius: 0px;
	white-space: nowrap;
    align-items: center;
    border-radius: 5px;
    background: transparent;
    padding: 0px 40px 0px 0px;
    border: 1px solid #D5D5D5;
    justify-content: space-between;
    margin: 0px 0px 20px !important;
	}

.details-product-qty input {
	position: relative !important;
	min-width: 60px !important;
	height: 53px !important;
	padding: 0px !important;
	margin: 0 0px !important;
    /*border: none !important;*/
	color: #0D0D0D !important;
	font-size: 16px !important;
	max-width: 100% !important;
	overflow: hidden !important;
	box-shadow: none !important;
	line-height: 55px !important;
	text-align: center !important;
    border-radius: 0px !important;
	display: inline-block !important;
	vertical-align: middle !important;
    background: transparent !important;
    border: 0px solid transparent !important;
	}

.details-product-qty .quantity-button {
	position: absolute;
	top: 8px;
	right: 0px;
	cursor: pointer;
    z-index: 2;
    width: 45px;
	height: 20px;
	padding: 0px;
	border: none;
	box-shadow: none;
	color: #0D0D0D;
	min-width: 45px;
	font-size: 14px;
	overflow: hidden;
	line-height: 20px;
    border-radius: 0px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat !important;
    background-position: center center !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.details-product-qty .quantity-button.quantity-down {
	top: auto;
	bottom: 8px;
	}

.details-product-qty .quantity-button:hover,
.details-product-qty .quantity-button:focus {
    color: #D2AC67;
    box-shadow: none;
    border-color: transparent;
    background-color: transparent;
	}

/* Add To Cart Button */

.addToCartBtn {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0px auto 0px;
	}

.addToCartBtn a,.addToCartBtn button,.woocommerce button.button.alt {
	position: relative;
	display: block;
	width: 100%;
	color: #ffffff;
    overflow: hidden;
	margin: 0px auto;
	line-height: 25px;
	text-align: center;
	border-radius: 5px;
	padding: 14px 25px;
	background: #EBB553;
    border: 1px solid #E59649;
	text-decoration: none !important;
	}

.addToCartBtn a img,.addToCartBtn button img {
	margin: -4px 0px 0px 15px;
	}

.addToCartBtn a:hover,
.addToCartBtn a:focus,.addToCartBtn button:hover,.addToCartBtn button:focus,.woocommerce button.button.alt:hover,.woocommerce button.button.alt:focus {
    color: #ffffff;
	background: #4EC5A6;
    border-color: #4EC5A6;
	box-shadow: 0px 20px 30px #3624031C;
	}

.addToCartBtn button .far,
.addToCartBtn button .fas,
.addToCartBtn button .fa {
    font-size: 16px !important;
    margin-right: 5px;
	}
.woocommerce div.product form.cart .reset_variations,
.screen-reader-text {
    display: none !important;
    }

/* Add To Wishlist And View Product Button */

.csm-product-details-box .yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    }

.addToWishlistBtn,
.viewProductBtn {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0px auto 0px;
	}

.addToWishlistBtn a,
.viewProductBtn a {	
	position: relative;
	display: block;
	color: #090908;
	margin: 0px auto;
	line-height: 25px;
	text-align: center;
	border-radius: 5px;
	white-space: nowrap;
	background: #CCCCCC;
	padding: 14px 25px 14px;
    border: 1px solid #CCCCCC;
	text-decoration: none !important;
	}

.addToWishlistBtn i {
    font-size: 18px;
	margin-top: -2px;
	margin-left: 15px;
    vertical-align: middle;
	}

.addToWishlistBtn a:hover,
.addToWishlistBtn a:focus,
.viewProductBtn a:hover,
.viewProductBtn a:focus {
	color: #ffffff;
	background: #4EC5A6;
    border-color: #4EC5A6;
	box-shadow: 0px 20px 30px #3624031C;
	}

.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist, 
.woocommerce .addToWishlistBtn a.delete_item.button.alt {
    position: relative !important;
    white-space: nowrap;
    width: 100%;
    margin: 0px auto 0px;
    z-index: 1 !important;
    letter-spacing: 0.8px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    border-radius: 0px !important;
    text-align: center !important;
    vertical-align: top !important;
    background: #568cd7 !important;
    display: inline-block !important;
	padding: 14px 25px 14px !important;
    border: 1px solid #568cd7 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a {
    min-width: inherit;
    /*width: 54px;
    height: 54px;
    padding: 14px 10px !important;
    border-radius: 100% !important;*/
	}

.addToWishlistBtn button .fa,
.addToWishlistBtn button .far,
.addToWishlistBtn button .fas,
.woocommerce .addToWishlistBtn a .fa,
.woocommerce .addToWishlistBtn a .far,
.woocommerce .addToWishlistBtn a .fas {
    margin: 0px 0px 0px 15px !important;
	}

.addToWishlistBtn button:hover,
.addToWishlistBtn button:focus, 
.woocommerce .addToWishlistBtn a:hover,
.woocommerce .addToWishlistBtn a:focus,
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:hover, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:focus,
.woocommerce .addToWishlistBtn a.button.delete_item:hover, 
.woocommerce .addToWishlistBtn a.button.delete_item:focus {
    color: #ffffff !important;
	background: #E59649 !important;
    border-color: #E59649 !important;
	}

.csm-product-quantity-container .addToCartBtn a,
.csm-product-quantity-container .addToWishlistBtn a,
.csm-product-quantity-container .viewProductBtn a,
.csm-product-quantity-container .addToCartBtn button,
.csm-product-quantity-container .addToWishlistBtn button {
    display: block;
    }

/* Product Sharing */
	
ul.csm-product-share {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
    align-items: center;
	margin: 0px -7px 0px;
	list-style-type: none;
	}
	
ul.csm-product-share li {
	position: relative;
	font-size: 16px;
	padding: 0px;
	margin: 7px;
	color: #656565;;
    font-weight: 400;
	line-height: 24px;
	vertical-align: top;
	display: inline-block;
    letter-spacing: 0.8px;
	}

ul.csm-product-share li:first-child {
	}

ul.csm-product-share li a {
	position: relative;
	display: block;
    padding: 1px;
	width: 50px;
	height: 50px;
	color: #ffffff;
    overflow: hidden;
	line-height: 50px;
    text-align: center;
	border-radius: 50px;
	background: #090908B3;
    text-decoration: none !important;
	}
	
ul.csm-product-share li a:hover {
    opacity: 1;
    color: #ffffff;
	background: #4EC5A6;
	}

/* Product Info Container */

.product-info-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
    background: #f5f5f5;
	padding: 100px 0px 170px;
	}

/* Relative Products Container */

.related-product-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 100px 0px;
	background-size: cover;
	background-position: bottom center;
	}

.related-product-container .container,
.related-product-container .fluid-container {
	position: relative;
    z-index: 2;
	}

/* Review Reviews And Form Container */

.product-review-form-container,
.product-inquire-form-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

.product-reviews .container,
.product-reviews .fluid-container {
	position: relative;
    z-index: 2;
	}

.product-review-form-container {
    padding-right: 70px;
    }

.product-reviews-container {
	position: relative;
	display: block;
	color: #515151;
	padding: 100px 0px;
	background: #F5F5F5;
	}

.product-reviews-container p {
	line-height: 1.7;
	}

/* Reviews Listing Container */

.reviews-listing-container {
	position: relative;
	display: block;
    padding: 0px;
    width: 100%;
	margin: 0px auto 0px;
	}

/* Reviews Listing */

.reviews-listing {    
    position: relative;
    display: flex;
	padding: 0px;
	flex-wrap: wrap;
    margin: 0px auto 40px;
	list-style-type: none;
	}
	
.reviews-listing > li {
    position: relative;
    display: block;
	width: 100%;
	padding: 0px;
	line-height: 1.4;
    margin: 30px 0px 0px;
    letter-spacing: 0.8px;
	}

.reviews-listing > li .user-thumb-img {
	position: relative;
	display: block;
	height: 65px;
	width: 65px;
    overflow: hidden;
	margin: 0px auto;
    border-radius: 100%;
	}
	
.reviews-listing > li .user-thumb-img figure {
	position: absolute;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    overflow: hidden;
    text-align: center;
	margin: 0px auto !important;
	}
	
.reviews-listing > li .user-thumb-img figure img {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0px auto !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	-o-object-position: center !important;
	object-position: center !important;
	}

.reviews-listing > li .reviewRatings {
    color: #568cd7;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    }

.reviews-listing > li h6 {
    color: #171717;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px;
	}

.reviews-listing > li p {
    margin: 0px auto 20px;
	}

.reviews-listing > li p:last-child {
    margin-bottom: 0px;
	}

.product-review-form-container .reviewRatings {
    color: #568cd7;
    margin-bottom: 0px;
    white-space: nowrap;
    }

.user-name {
    color: #000000;
	}

.review-post-date {
    color: #9a9a9a;
	}

.product-review-form-container .form-control:focus,
.product-review-form-container .form-control:hover {
	}

.product-review-form-container textarea.form-control {
	}

/* Pagination */

.pagination-row {
	justify-content: center;
	}
	
/* Pagination */

.pagination,
.page-item a,
.page-item .page-link {
	border-radius: 5px !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
	flex-wrap: wrap;
	margin: 0px 0px;
	align-items: center;
	}
	
.page-item {
	position: relative;
	font-weight: 400;
	margin: 5px 8px;
	}

.page-item.page-prev {
	margin-right: 45px;
	}

.page-item.page-next {
	margin-left: 45px;
	}

.page-link,
.page-item a,
.page-item span.active {
	position: relative;
	display: block;
	color: #8D8D8D;
	height: 38px;
	padding: 0px;
	width: 28px;
	font-size: 16px;
	font-weight: 300;
	margin: 0px auto;
	line-height: 38px;
	text-align: center;
	background: transparent;
    border: 1px solid transparent;
    text-decoration: none !important;
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link,
.page-item.page-prev a,
.page-item.page-next a {
	box-shadow: none;
	font-size: 0px;
	width: 59px;
	height: 25px;
	border: none;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/left-arrow.png);
	background-position: top left;
	}

.page-item.page-next .page-link,
.page-item.page-next a {
	background-repeat: no-repeat;
	background-image: url(../images/right-arrow.png);
	}

.page-item.disabled {
	opacity: 0;
	display: none;
	}
	
.page-link:hover,
.page-link:focus,
.page-item.active .page-link,
.page-item span.active {
	color: #ffffff;
	background: #090908;
	border-color: #090908;
	text-decoration: none !important;
	}

.page-item span.active {
	font-weight: 700;
	}
	
.page-item.page-prev .page-link:hover,
.page-item.page-prev .page-link:focus,
.page-item.page-prev.active .page-link,
.page-item.page-prev a:hover,
.page-item.page-prev a:focus,
.page-item.page-prev.active a {
	background: transparent;
	border-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/left-arrow-hover.png);
	}

.page-item.page-next a:hover,
.page-item.page-next a:focus,
.page-item.page-next.active a,
.page-item.page-next .page-link:hover,
.page-item.page-next .page-link:focus,
.page-item.page-next.active .page-link {
	background: transparent;
	border-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/right-arrow-hover.png);
	}

/* Sidebar */

.sidebar-container {
    position: relative;
    display: block;
	}

.sidebar-container .sidebar-title {
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding: 14px 15px;
	letter-spacing: 1px;
	background: #1A1A1A;
	border-radius: 13px 13px 0px 0px;
	}

.sidebar,
.sidebar-inner,
.rightbar,
.rightbar-inner {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

.sidebar {
    padding: 0px 0px;
	}

.sidebar-inner {
    padding: 0px;
    margin: 0px auto 50px;
    background: transparent;
	}

.sidebar-inner.price-filter {
	margin: 0px 0px;
	}

/* Sidebar Nav */

.sideNav,
.awf-filter-wrapper {
	position: relative;
	display: block;
    width: 100%;
	padding: 0px;
    /*overflow: hidden;*/
	margin: 0px auto ;
	}

.awf-filter-wrapper.awf-range {
	margin: 0px 0px;
	}

.sidebarHeading,
.awf-filter-title-container {
	position: relative;
	display: block;
	color: #1A1A1A;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
	padding-bottom: 13px;
	background: transparent;
	border-bottom: 1px solid #ccc;
	}

.sideNav ul {
	position: relative;
	padding: 0px;
    font-size: 16px;
	text-align: left;
	margin: 0px auto;
	font-weight: 300;
	list-style-type: none;
    letter-spacing: 0.48px;
	}

.rightbar .sideNav ul {
    font-size: 16px;
	}
	
.sideNav ul ul {
    font-size: 16px;
    margin-top: 20px;
	}

.rightbar .sideNav ul ul {
	}
	
.sideNav ul>li,
.sideNav ul>li>a,
.sideNav ul>li li,
.sideNav ul li li>a,
.sideNav ul>li li li,
.sideNav ul li li li>a {
	position: relative;
	display: block;
	color: #515151;
	font-weight: 300;
	}

.rightbar .sideNav ul>li,
.rightbar .sideNav ul>li>a {
	}

.rightbar .sideNav ul>li li,
.rightbar .sideNav ul li li>a,
.rightbar .sideNav ul>li li li,
.rightbar .sideNav ul li li li>a {
	}
	
.sideNav ul>li,
.sideNav ul>li li,
.sideNav ul li li li {
    border: none;
	line-height: 1.2;
	background: none !important;
	margin: 14px 0px !important;
	padding: 0px 0px 0px !important;
	}

.rightbar .sideNav>ul>li {
    margin: 0px -30px !important;
	}

.sideNav ul>li>a,
.sideNav ul li li>a,
.sideNav ul li li li>a {
	padding: 5px 0px;
	}

.rightbar .sideNav>ul>li>a {
	padding: 15px 30px;
	}

.sideNav ul li li>a,
.sideNav ul li li li>a {
	padding-left: 0px;
	}

.sideNav ul li li li>a {
	padding-left: 40px;
	}
	
.sideNav>ul>li:first-child {
	}
	
.sideNav ul li.has-subnav a:after {
	display: none !important;
	}
	
.sideNav>ul>li:last-child {
	}
	
.sideNav ul>li:hover>a,
.sideNav ul>li.active>a,
.sideNav ul>li.selected>a,
.sideNav ul>li li:hover>a,
.sideNav ul>li li.active>a,
.sideNav ul>li li.selected>a,
.sideNav ul>li li li:hover>a,
.sideNav ul>li li li.active>a,
.sideNav ul>li li li.selected>a {
	color: #090908;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.sideNav ul>li.active>a,
.sideNav ul>li.selected>a {
    font-weight: 600;
	}

.rightbar .sideNav ul>li:hover>a,
.rightbar .sideNav ul>li.active>a,
.rightbar .sideNav ul>li.selected>a {
	color: #ffffff;
	background: #d9017e;
	}
	
.sideNav ul li.has-subnav>a {
    color: #171717;
	}

.sideNav ul li.has-subnav:hover>a {
    color: #E59649;
	}
	
.sideNav ul li.has-subnav.active>a {
	color: #E59649;
	background: transparent;
	}
	
.sideNav ul li.has-subnav.selected>a {
    color: #1A1A1A;
    font-weight: 800;
    padding-bottom: 15px;
	background: transparent;
	border-bottom: 1px solid #ccc;
	}
	
.sideNav ul li.has-subnav:hover > .accordion-btn-wrap .accordion-btn {
	color: #E59649;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.sideNav ul li.has-subnav.selected.active>a .accordion-btn {
    background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* Accordion Button */
.sideNav ul li.has-subnav .accordion-btn {
    font-size: 12px;
	color: #1A1A1A;
	}

/* Accordion Button */
.sideNav ul li.has-subnav.selected .accordion-btn {
    color: #1A1A1A;
	}
	
.sideNav .accordion-btn-wrap.accordion-active .accordion-btn {
	color: #1A1A1A;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.btn-control {
	position: relative;
	display: none;
	font-size: 16px;
	text-align: left;
    font-weight: 600;
	line-height: 1.2;
    border-radius: 0px;
	margin: 0px auto 20px;
    background: transparent;
    text-transform: uppercase;
	color: #171717 !important;
	padding: 0px 30px 10px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.16);
	}

.btn-control:before {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	content: "\f107";
	top: 50%;
	right: 10px;
	font-size: 16px;
    margin-top: -5px;
    font-weight: 900;
    line-height: 30px;
    transform: translateY(-50%);
	}

.btn-control.open:before {
	content: "\f105";
	}
.single-post .news-content-section h2, .single-post .news-content-section h3, .single-post .news-content-section h4{
	color: #ebb553;
}
.single-post .news-content-section p:has(img){
    text-align: center;
}
@media (min-width: 992px) {
	.hide-sm-screen { display: block !important; }
    }

@media (max-width: 991.98px) {
	.hide-sm-screen { display: none; }
	.btn-control { display: block; }
    .accordion-btn-wrap + .accordion-btn-wrap { display: none !important; }
    }

.treeview,
.treeview ul,
.awf-filters-container,
.awf-filters-container ul {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: block;
	margin: 0;
	color: #171717;
	font-size: 16px;
	list-style: none;
    line-height: 24px;
	}

.treeview,
.awf-filters-container ul {
	padding: 0px 0px 10px !important;
	}
	
.treeview.innertreeview {
	}

.treeview ul,
.awf-filters-container ul ul {
	display: none;
    padding-left: 28px;
	text-transform: capitalize;
	}

.treeview ul>li:last-child,
.awf-filters-container ul ul>li:last-child {
    border: none !important;
    margin-bottom: 0px !important;
	}

.treeview li.open > ul,
.awf-filters-container li.open > ul {
	display: block;
	}

.treeview li,
.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li,
.yith-woocommerce-ajax-product-filter ul li,
.awf-filters-container li,
.awf-filters-container.awf-style-tags li.awf-filter-container {
	position: relative;
	display: block;
	padding: 10px 0px;
    border: none !important;
	line-height: 24px !important;
	margin: 0px auto 0px !important;
	}

.awf-filters-container.awf-style-tags li.awf-filter-container {
	padding: 0px;
    border-radius: 0px;
	margin: 0px auto 15px !important;
	}

.treeview li:last-child,
.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li:last-child,
.yith-woocommerce-ajax-product-filter ul li:last-child,
.awf-filters-container li:last-child {
    border-bottom: none !important;
	}

.collapseContainer .treeview li {
    padding-left: 15px !important;
	}

.treeview li label,
.awf-filters-container li label,
.awf-style-tags .awf-filter-container label {
	position: relative;
	margin-bottom: 0;
	display: block;
	font-weight: normal;
	text-transform: capitalize;
	padding-left: 28px !important;
	}

.awf-style-tags .awf-filter-container a,
.awf-style-tags .awf-filter-container label {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: block;
	color: #171717;
	font-size: 16px;
	padding: 5px 0px;
    border: none !important;
	line-height: 24px !important;
	margin: 0px auto 0px !important;
	}

.awf-filter-container > *, .awf-filter-container > a > * {
	font-size: 18px;
	color: #171717;
    }

.awf-filters-container.awf-style-tags li.awf-filter-container:hover,
.awf-filters-container.awf-style-tags li.awf-filter-container.awf-active,
.awf-filters-container.awf-style-tags li.awf-filter-container:hover a,
.awf-filters-container.awf-style-tags li.awf-filter-container.awf-active a,
.awf-filters-container.awf-style-tags li.awf-filter-container:hover lavel,
.awf-filters-container.awf-style-tags li.awf-filter-container.awf-active label {
    color: #E59649;
    background: transparent;
    }

.awf-style-tags .awf-filter-container label {
	padding: 0px !important;
    color: inherit !important;
    justify-content: flex-start !important;
	}
	
.treeview li>label.custom-checked,
.awf-filter-container input[type="checkbox"] + label,
.awf-filter-container input[type="radio"] + label {
	color: #171717;
	}

.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li a,
.yith-woocommerce-ajax-product-filter ul li a {
    position: relative;
    color: #171717;
    display: block;
    padding: 0px 0px 0px 30px !important;
	}

.treeview li>label:before,
.treeview li>label:after,
.awf-filters-container li>label:before,
.awf-filters-container li>label:after,
.awf-filters-1-1-container.awf-style-icons label:before,
.awf-filters-1-2-container.awf-style-icons label:before,
.awf-filters-1-3-container.awf-style-icons label:before,
.awf-filters-1-1-container.awf-style-icons label:after,
.awf-filters-1-2-container.awf-style-icons label:after,
.awf-filters-1-3-container.awf-style-icons label:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	font-size: 12px;
	display: none;
	content: "";
	top: 4px;
	left: 0px;
	width: 16px;
	height: 16px;
	color: #171717;
    margin: 0px auto;
	overflow: hidden;
	font-weight: 900;
	line-height: 14px;
	border-radius: 3px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	}

.treeview li>label:after,
.awf-filters-container li>label:after,
.awf-filters-1-1-container.awf-style-icons label:after,
.awf-filters-1-2-container.awf-style-icons label:after,
.awf-filters-1-3-container.awf-style-icons label:after {
	position: absolute;
	font-size: 10px;
	top: 7px;
	left: 3px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 3px;
	color: transparent;
	background: transparent;
	border-color: transparent;
	}

.treeview li>label.custom-checked:before,
.awf-filters-container li>label.custom-checked:before,
.awf-filters-1-1-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:before,
.awf-filters-1-2-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:before,
.awf-filters-1-3-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:before,
.awf-filter-container.awf-active>label:before,
.awf-filters-1-1-container.awf-style-icons .awf-active label:before,
.awf-filters-1-2-container.awf-style-icons .awf-active label:before,
.awf-filters-1-3-container.awf-style-icons .awf-active label:before {
	color: #d9017e;
    background: #d9017e;
    border-color: #d9017e;
	content: "" !important;
	}

.treeview li>label.custom-checked:after,
.awf-filters-container li>label.custom-checked:after,
.awf-filters-1-1-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:after,
.awf-filters-1-2-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:after,
.awf-filters-1-3-container.awf-style-icons .awf-filter-container:not(.awf-hover-off) label:hover:after,
.awf-filter-container.awf-active>label:after,
.awf-filters-1-1-container.awf-style-icons .awf-active label:after,
.awf-filters-1-2-container.awf-style-icons .awf-active label:after,
.awf-filters-1-3-container.awf-style-icons .awf-active label:after {
	color: #d9017e;
    background: #d9017e;
    border-color: #d9017e;
	content: "" !important;
	}

.treeview li > label.custom-checked,
.awf-filters-container li>label.custom-checked,
.awf-filter-container.awf-active>label,
.awf-filters-1-1-container.awf-style-icons .awf-active label,
.awf-filters-1-2-container.awf-style-icons .awf-active label,
.awf-filters-1-3-container.awf-style-icons .awf-active label {
	color: #E59649;
	}

.treeview li input,
.awf-filters-container li input {
	position: absolute;
	left: 15px;
	top: 5px;
	margin: 0px auto;
	}

.treeview li>input,
.awf-filters-container li input {
	display: none;
	}

.treeview li li label,
.awf-filters-container li li label {
	font-weight: normal;
	text-transform: capitalize;
	}

.treeview li .sh-sub,
.awf-filters-container li .sh-sub {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	cursor: pointer;
	padding: 5px;
	top: 0px;
	right: -5px;
	color: #d9017e;
	font-size: 16px;
	font-weight: 900;
	}

.treeview li .sh-sub:hover,
.awf-filters-container li .sh-sub:hover {
	color: #d9017e;
	}

.treeview li li .sh-sub,
.awf-filters-container li li .sh-sub {
	right: -2px;
	}

.sidebar .btn,
.rightbar .btn {
    width: auto;
    margin: 0px auto;
	}

.reset-btn {
    margin: 0px !important;
    }

.reset-btn img {
    position: relative;
    max-width: 18px;
    max-height: 18px;
    }

.awf-filters-container .awf-filter-container.awf-range-slider-container,
.awf-filters-container .awf-taxonomy-range-slider-container {
    margin: 15px 10px 30px 6px;
    }

.noUi-target {
    border: none;
    color: #ffffff;
    box-shadow: none;
    border-radius: 0px;
    background: #cccccc;
    }

.awf-range-slider-container .noUi-value,
.awf-taxonomy-range-slider-container .noUi-value {
    font-family: 'Manrope';
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    top: -50px;
    }

.awf-range-slider-container .noUi-value {
	padding: 0px 12px;
	}

.bapf_slidr_main.ui-widget-content,
.berocket_filter_price_slider.ui-widget-content,
.noUi-connect {
    background: #CACACA;
    }

.noUi-horizontal {
    height: 7px;
    }

.noUi-pips-horizontal {
	padding: 10px 0;
	height: auto;
	top: 100%;
	left: 10px;
	width: 88%;
	}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: 0;
	}

.bapf_slidr_jqrui .bapf_from {
	margin-right: 15px;
	}

.bapf_slidr_jqrui .bapf_from, .bapf_slidr_jqrui .bapf_to {
	width: auto;
	color: #515151;
	}

.bapf_slidr_jqrui .bapf_slidr_main {
	margin-bottom: 20px;
	}

.bapf_slidr_main.ui-widget-content .ui-slider-handle,
.berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
.slide.default .bapf_slidr_main .ui-state-default,
.slide.default .bapf_slidr_main .ui-widget-header .ui-state-default,
.slide.default .bapf_slidr_main.ui-widget-content .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
.slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default,
.noUi-horizontal .noUi-handle {
    top: -4px;
    right: -8px;
    width: 12px;
    height: 12px;
    box-shadow: none;
    border-radius: 20px;
    background: #4EC5A6;
    border: 1px solid #4EC5A6;
    }

.bapf_sfilter.bapf_button_berocket .bapf_button {
	font-size: 14px;
	padding: 14px 30px;
	border: 0;
	line-height: 27px;
	font-weight: 400;
	display: block !important;
	color: #fff;
	width: 150px;
	margin: 0px auto;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #090908;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
	background: #4EC5A6;
	}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    }

.noUi-marker-horizontal.noUi-marker-large {
    display: none;
    }

.price-range-block .accordion-header-only {
    padding-bottom: 10px !important;
    }

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background: #4EC5A6;
    }

.noUi-tooltip {
    padding: 16px;
    color: #333333;
    line-height: 24px;
    border-radius: 0px;
    background: transparent;
    border: 0px solid transparent;
    }

.noUi-horizontal .noUi-tooltip {
    bottom: -70px !important;
    font-weight: 600;
    font-size: 16px;
    }

.awf-preset-title {
	margin: 0px 0px;
	}

.filter-box form {
	margin: 0px 0px !important;
	}

.awf-filters-container ul.treeview a label {
	padding-left: 0px !important;
	}

.awf-collapse-btn::before {
	top: -25px;
	}

.treeview li a:hover label,
.treeview li.awf-active a label {
	color: #E59649;
	}

.awf-filter-wrapper.awf-range .awf-filter-title-container {
	margin-bottom: 50px;
	}

.price-range {
    font-family: 'Manrope';
	position: relative;
	display: flex;
	color: #1A1A1A;
	font-size: 16px;
	font-weight: 500;
	}

.woocommerce-Reviews-title {
	font-size: 40px;
	}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	background: #ffffff;
	}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0px 0px;
	}

.woocommerce .description {
	color: #000000;
	}

.gift-cards_form > h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	}

.gift-cards-list button {
	padding: 2px 10px;
	}

.ywgc-single-recipient .yith_wc_gift_card_input_recipient_details,
.gift-card-content-editor input,
.gift-card-content-editor textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	padding: 14px 20px;
	border-radius: 15px;
	background-image: none;
	border: 1px solid #707070;
	background-color: #ffffff;
	}

.gift-card-content-editor textarea {
	height: 160px;
	}

.awf-collapsed .awf-collapse-btn::before {
	top: -25px;
	}

.need-fbRadio .wpcf7-list-item {
    margin-right: 15px;
    }
    
/* Content Area */

.contentArea {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
	padding: 0px;
	display: block;
	margin: 0px auto 0px;
	}

.inner-banner figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.inner-banner figure::before {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	content: '';
	height: 100%;
	background-image: url(../images/inner-banner-shape.png);
	background-size: cover;
	background-position: center center;	
	}

.inner-banner figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	}

.inner_banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.inner_banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 15px 0px;
	}
	
.inner_banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px 0px;
	display: table-cell;
	vertical-align: middle;
	}
	
.inner_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px auto 0px;
    padding: 120px 0px 0px;
	}

.inner_banner_archer {
	position: relative;
	display: block;
	margin-bottom: 8px;
	}

.inner_banner_archer img {
	max-height: 40px;
	}

.inner_banner_caption .captionContainer .innerBannerHeading1 {
	font-size: 80px;
	color: #ffffff;
	line-height: 1.3;
	padding-bottom: 35px;
	letter-spacing: -1.6px;
	}

.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
    z-index: 3;
	padding: 0px 0px;
	background: transparent;
	}

.nobanner .breadcrumb-container {
	background: #F5F5F5;
	padding: 13px 0px;
	}
	
.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 0px;
	font-weight: 400;
	margin: 0px auto;
	padding: 0px 0px;
	text-transform: none;
    letter-spacing: 0.8px;
	list-style-type: none;
	}

.nobanner .breadcrumb-container ul {
	color: #515151;
	}
	
.breadcrumb-container ul li {
	position: relative;
	line-height: 24px;
	font-size: 16px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.breadcrumb-container ul li:last-child {
	}

.breadcrumb-container ul li a {
	position: relative;
	color: rgba(256, 256, 256, 0.5);
	display: block;
	font-weight: 400;
	overflow: hidden;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.nobanner .breadcrumb-container ul li a {
	color: rgba(81, 81, 81, 0.5);
	}

.breadcrumb-container ul li a:after {
	width: 12px;
	height: 12px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 20px;
	background-image: url(../images/chevron-right.png);
	background-size: cover;
	background-repeat: no-repeat;
	}

.nobanner .breadcrumb-container ul li a:after {
	background-image: url(../images/chevron-right1.png);
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a {
	opacity: 1;
	color: #ffffff;
	}

.nobanner .breadcrumb-container ul li a:hover,
.nobanner .breadcrumb-container ul li.selected a {
	color: rgba(81, 81, 81, 1);
	}

.title-archer {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

.title-archer img {
	max-height: 38px;
	}

.pageTitle,
.pageTitle2,
.pageTitle3 {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 40px;
	}

.pageTitle h1,
.pageTitle h2 {
	padding-bottom: 0px;
	}

.pageTitle h5 {
    font-family: 'Inter';
	color: #02232A;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 15px;
	letter-spacing: 11.49px;
	}

.pageTitle h1,
.pageTitle h2,
.tagTitle1,
.tagTitle3 {
	font-size: 60px;
	line-height: 1.4;
    letter-spacing: -1px;
	}

.tagTitle1 span {
    color: #090908;
    }
    
.heading-50 h2,
.heading-50 h3,
.tagTitle3 {
	font-size: 50px;
	}

.heading-40 h2,
.heading-40 h3 {
	font-size: 40px;
	}

.subTitle {
	padding: 0px;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
	text-transform: uppercase;
	}
	
.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Designer', sans-serif;
	position: relative;
	font-size: 50px;
    color: #090908;
	line-height: 1.3;
	font-weight: 400;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 20px;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
    color: #EBB553;
	}
	
h2, .h2 {
	font-size: 50px;
	}
	
h3, .h3 {
	font-size: 40px;
	}
	
h4, .h4 {
	font-size: 26px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 16px;
	}

p {
	margin: 0 0 30px;
	line-height: 1.6;
	}

p:last-child {
	margin: 0px 0px;
	}

p b, p strong {
    font-weight: 500;
	}

p[align=center] {
	text-align: center !important;
	}

p[align=left] {
	text-align: left !important;
	}

p[align=right] {
	text-align: right !important;
	}

ul.ul-listing,
ul.ul-listing2,
ol.ol-listing {
	margin: 0px 0px 25px;
	display: block;
	padding: 0px;
	width: 100%;
	text-align: left;
	list-style-position: inside;
	}

ol.ol-listing ul.ul-listing2 {
    padding-left: 30px;
    margin: 15px auto 15px;
	}
	
ul.ul-listing.text-center,
ol.ol-listing.text-center,
ul.ul-listing2.text-center,
ol.ol-listing2.text-center {
	text-align: center;
	}

ul.ul-listing li,
ul.ul-listing2 li {
	position: relative;
	line-height: 26px;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 2px 0px 2px 25px;
	}

ul.ul-listing li p {
	margin: 0px 0px;
	}

ul.ul-listing2 li {
	padding: 2px 0px 2px 20px;
	}
	
ul.ul-listing li:before,
ul.ul-listing2 li:before {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: '\f00c';
	left: auto;
	border: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	color: #171717;
	font-size: 16px;
	font-weight: 900;
	margin-left: -30px;
	}

ul.ul-listing li:before {
	content: '';
	top: 12px;
	width: 5px;
	height: 5px;
	color: #171717;
	margin-left: -25px;
    border-radius: 100%;
    background: #171717;
	}

ul.ul-listing.dark li:before {
	color: #171717;
    background: #171717;
	}

ul.ul-listing ul {
	margin: 15px 0px 0px;
	}
	
ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	}
	
ol.ol-listing li {
	line-height: 26px;
	margin-bottom: 5px;
	list-style-type: decimal;
	padding: 2px 0px 2px 10px;
	}

ol.ol-listing.lower-alpha li {
	list-style-type: lower-alpha;
	}

ol.ol-listing li ul.ul-listing,
ol.ol-listing li ul.ul-listing2 {
    padding-left: 40px;
	}
	
ol.ol-listing li ul.ul-listing li,
ol.ol-listing li ul.ul-listing2 li {
    padding-left: 0px;
	list-style-type: none;
	}

ol.ol-listing li ul.ul-listing2 li:before {
    margin-left: -30px;
	}

.textBold {
	font-weight: 700;
	}

.details-container {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto;
	}

.details-container ul {
	}

.details-container ul li {
	padding-left: 10px;
	margin: 0px auto 10px;
	}
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
	height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}

.slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
    width: 100%;
    height: 100%;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	z-index: 5;
	width: 35px;
	height: 15px;
	font-size: 0px;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}
	
.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}
	
.slick-prev {
	left: 0px;
	background: url(../images/left-arrow-hover.png) left top;
	background-size: cover;
	}
	
.slick-next {
	right: 0px;
	background: url(../images/right-arrow-hover.png) right top;
	background-size: cover;
	}
	
.slick-prev:hover,
.slick-prev:focus {
	background: url(../images/left-arrow-hover1.png) left top;
	background-size: cover;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}

.slick-next:hover,
.slick-next:focus {
	background: url(../images/right-arrow-hover1.png) right top;
	background-size: cover;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}

.slick-dots {
	width: 100%;
	z-index: 5;
	left: 0%;
	bottom: 0px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
	position: relative;
	border: none;
	margin: 0px 5px;
	width: 0.625rem;
	height: 0.625rem;
	/*overflow: hidden;*/
	border-radius: 100%;
    vertical-align: middle;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background: transparent;
	border-color: transparent;
	}
	
.slick-dots li button {
    position: absolute;
	padding: 0px;
	width: 100%;
	height: 100%;
	}

.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

.slick-dots li button:before {
	line-height: 0.625rem;
	font-size: 0px;
	opacity: 0.35;
	content: '';
	top: 50%;
	left: 50%;
	width: 0.625rem;
	height: 0.625rem;
	overflow: hidden;
	border-radius: 100%;
	background: #000000;
    border: 0px solid #000000;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}
	
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	opacity: 1;
    width: 100%;
    border-radius: 100%;
	background: #000000;
    border-color: #000000;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

/* Slick Slider Custom Nav */

.customPrevBtn,
.customNextBtn {
	position: relative;
	cursor: pointer;
	display: block;
	z-index: 5;
	width: 36px;
	height: 36px;
	border: none;
	font-size: 0px;
	background: none;
	/*box-shadow: 0px 3px 6px rgba(0,0,0,0.16);*/
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}
	
.customPrevBtn {
	padding: 0px 0px 0px 36px;
	background: url(../images/slick-nav.png) left top no-repeat;
	}
	
.customNextBtn {
	padding: 0px 36px 0px 0px;
	background: url(../images/slick-nav.png) right top no-repeat;
	}
	
.customPrevBtn:hover,
.customPrevBtn:focus {
	background: url(../images/slick-nav.png) left bottom no-repeat;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}

.customNextBtn:hover,
.customNextBtn:focus {
	background: url(../images/slick-nav.png) right bottom no-repeat;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}
	
/* Link Button */

.link-btn,
.link-btn1,
.link-btn2,
.link-btn3,
.link-btn4 {
	position: relative;
	display: block;
	z-index: 1;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	margin: 0px auto 0px;
	}

.link-btn a,
.link-btn1 a,
.link-btn2 a,
.link-btn3 a,
.link-btn4 a {
	position: relative;
    min-width: 220px;
	line-height: 23px;
	padding: 15px 15px;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	display: inline-block;
	background: transparent;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	text-decoration: none !important;
	}
	
.link-btn a:hover {
    background: #ffffff;
    border-color: #ffffff;
	color: #000000 !important;
	}

.link-btn a img,
.link-btn1 a img,
.link-btn2 a img,
.link-btn3 a img {
	margin-left: 15px;
	}

.link-btn a .hiddenicon,
.link-btn a:hover .showicon,
.link-btn1 a .hiddenicon,
.link-btn1 a:hover .showicon,
.link-btn2 a .hiddenicon,
.link-btn2 a:hover .showicon,
.link-btn3 a .hiddenicon,
.link-btn3 a:hover .showicon {
	display: none;
	}

.link-btn a:hover .hiddenicon,
.link-btn1 a:hover .hiddenicon,
.link-btn2 a:hover .hiddenicon,
.link-btn3 a:hover .hiddenicon {
	display: inline-block;
	}

.link-btn1 a {
    background: #ffffff;
    border-color: #ffffff;
	color: #090908 !important;
	}

.link-btn1 a:hover {
    background: #EBB553;
    border-color: #EBB553;
	color: #ffffff !important;
	}

.link-btn2 a {
	height: 55px;
	min-width: 240px;
	text-align: left;
	color: #ffffff;
	line-height: 55px;
	background: transparent;
	border-color: #ffffff;
	padding: 0px 50px 0px 25px;
	}

.link-btn2 a img {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) !important;
	}

.link-btn2 a:hover,
.link-btn4 a:hover {
	background: #4EC5A6;
	border-color: #4EC5A6;
	color: #ffffff !important;
	box-shadow: 0px 20px 30px #3624031C !important;
	}

.link-btn3 a {
	height: 55px;
	min-width: 178px;
	text-align: left;
	color: #4EC5A6;
	line-height: 55px;
	background: transparent;
	border-color: #4EC5A6;
	padding: 0px 50px 0px 25px;
	}

.link-btn3 a img {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) !important;
	}

.link-btn3 a:hover {
	background: #4EC5A6;
	border-color: #4EC5A6;
	color: #ffffff !important;
	box-shadow: 0px 20px 30px #3624031C !important;
	}

.link-btn4 a {
	color: #4EC5A6;
	line-height: 24px;
	padding: 10px 15px;
	background: #ffffff;
	border-color: #4EC5A6;
	}

.photoContainer {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 30px;
	}

.photoContainer img {
	position: relative;
	display: block;
	width: 100%;
	}
	
/* Footer Styles */

.footer-wrapper {
	position: relative;
	display: block;
	width: 100%;
    z-index: 5;
	margin: 0px auto;
	max-width: 100%;
    padding: 60px 60px 40px;
    background: linear-gradient(to bottom, #338795, #33646b); 
    
	}

.footer-wrapper>.row {
	margin: 0px -40px;
	}

.footer-wrapper>.row>.col-lg-3,
.footer-wrapper>.row>.col-lg-9 {
	width: 36.5%;
	padding: 0px 40px;
	}

.footer-wrapper>.row>.col-lg-9 {
	width: 63.5%;
	}

.footer-newsletter {
	position: relative;
	display: block;
	color: #FFFFFF;
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(256, 256, 256, 0.2);
	}

.footer-newsletter h2 {
	color: #FFFFFF;
	font-size: 50px;
	padding-bottom: 30px;
	}

.footer-newsletter h2 span {
	color: #EBB553;
	}
	
.footer-cotactForm .form-group.floating-label label {
	text-transform: capitalize !important;
	}
/* OOM 16 July, 2024 */
.footer-wrapper>.row>.col-lg-9 {
	margin: 0 auto;
}
.cform, .newsform{
    background: #338694;
	position:relative;
}
.newsform > .container{
	padding: 40px 10px;
	border-bottom: 1px solid rgba(256, 256, 256, 0.2);
	}
.cform .container > .row{
	border-bottom: 1px solid rgba(256, 256, 256, 0.2);
	padding: 40px 10px;
}
.newsform .row, .cform .row{
	margin: 0;
}
.footer-newsletter{
	margin-bottom:0;
}
.cform .form-group.mt10{
	margin-bottom:0;
}
p.anchor, h2.fishing{
	    font-family: 'Inter';
    font-size: 14px;
    letter-spacing: 11.49px!important;
    margin: 0px 0px 0px;
    line-height: 1.3;
    padding: 0px 0px 20px;
}
.newsform .col-md-4{
	align-content: center;
}
.fyacht, p.fleet{
	font-family: 'Inter';
    font-size: 28px;
    color: #EBB553;
    font-weight: 700;
    margin: 0px 0px 0px;
    line-height: 1.3;
    padding: 0px 0px 20px;
}
.fyacht span, p.fleet span{
	font-size: 14px;
    vertical-align: top;
}
h3.rush{
	font-family: 'Inter';
    font-size: 20px;
    color: #8D8D8D;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
h2.adventure{
	font-family: 'Inter';
    color: #02232A;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
    letter-spacing: 11.49px!important;
}
.newsp {
	 color: #FFFFFF;
    font-size: 50px;
    font-family: 'Designer', sans-serif;
    position: relative;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0px 0px 0px;
    text-transform: none;
    padding: 0px 0px 20px;
}
.newsp span{
	color: #EBB553;
}
.cformp {
	color: #FFFFFF;
    font-size: 60px!important;
    font-family: 'Designer', sans-serif;
    position: relative;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0px 0px 0px;
    text-transform: none;
    padding: 0px 0px 20px;
}
.cformp span{
	color: #EBB553;
}
.slick-prev, .slick-next{
    padding: 5px 20px;
    opacity: 1!important;
}
.tbg-productThumbSlider .slick-next{
    filter: drop-shadow(1px 2px 1px #000);
    padding: 10px 25px;
	right:-60px!important;
}
.tbg-productThumbSlider .slick-prev{
	filter: drop-shadow(-1px 2px 1px #000);
    padding: 10px 25px;
    left: -60px !important;
}
.welcome-charters-bg {
    top: 0px;
}
.home-testimonial-section {
    padding: 30px 0px 0px!important;
}
h3.menu-list{
	font-size: 22px;
    padding-bottom: 15px;
}
@media(max-width:1299px){
	p.newsp{
		text-align: center;
	}
}
/* END OOM 16 July, 2024 */
/* Footer Top */

.footer-top {
	position: relative;
	display: block;
	color: #FFFFFF;
    font-size: 14px;
	font-weight: 400;
	}

.footer {
	position: relative;
    z-index: 2;
    max-width: 100%;
    padding: 0px 0px;
	}
	
.footer .row {
	position: relative;
	margin: 0px -15px;
	justify-content: space-between;
	}

.footer p {
	line-height: 1.9;
	}

.footer a {
	color: #FFFFFF;
	}

.footer a:hover {
	color: #EBB553;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 15px;
	}

.ftcol.ftcol2 {
	width: 295px;
	}

.footer-container .container,
.footer-container .fluid-container {
	position: relative;
    z-index: 2;
	}

/* Newsletter Box */

.newsletter-box {
	position: relative;
	display: block;
    z-index: 2;
	width: 100%;
	margin: 0px auto;
	}

.newsletter-box p {
	}

.newsletter-box form {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px 0px;
	}

.newsletter-box .form-group {
	margin: 0px 0px;
	}

.newsletter-box .form-group.floating-label label {
	font-size: 14px;
	color: #ffffff;
	text-transform: capitalize !important;
	}

.newsletter-box .form-group.floating-label .form-control {
	color: #ffffff;
	}

.newsletter-box .send-btn,
.newsletter-box .btn-primary,
.newsletter-box .sib-default-btn {
	position: absolute;
	right: 0px;
	top: 15px;
	border: none;
	outline: none;
	font-size: 14px;
	color: #4EC5A6;
	font-weight: 700;
	box-shadow: none;
	background: transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.newsletter-box .send-btn:hover,
.newsletter-box .btn-primary:hover,
.newsletter-box .sib-default-btn:hover {
	color: #ffffff;
	}

/* Footer Head */

.footer-head {
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0px 25px;
	padding: 0px 0px 0px;
	}

/* Footer Social Nav */

ul.footer-social-nav {
	position: relative;
	display: block;
	padding: 0px;
	font-size: 0px;
	margin: 0px -12px 10px;
	list-style-type: none;
	}
	
ul.footer-social-nav li {
	position: relative;
	font-size: 20px;
	padding: 0px 12px;
	line-height: 30px;
	margin: 0px auto 20px;
    display: inline-block;
    vertical-align: middle;
	}

ul.footer-social-nav li a {
	position: relative;
	display: flex;
	padding: 5px;
    width: 50px;
    height: 50px;
	color: #ffffff;
	align-items: center;
    background: #EBB553;
    border-radius: 100%;
    justify-content: center;
    text-decoration: none !important;
	}

ul.footer-social-nav li a .hiddenicon,
ul.footer-social-nav li a:hover .showicon {
	display: none;
	}

ul.footer-social-nav li a:hover .hiddenicon {
	display: block;
	}

ul.footer-social-nav li a:hover,
ul.footer-social-nav li.selected a {
	color: #EBB553;
    background: #FFFFFF;
	}

/* Footer Contact Info Box */

.footer-contact-info-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.footer-location,
.footer-email-address,
.footer-phone-number {
	position: relative;
	display: flex;
    min-height: 26px;
	max-width: 330px;
	text-align: left;
	line-height: 24px;
    flex-flow: column;
	margin: 0px 0px 20px;
    justify-content: center;
	padding: 0px 0px 0px 30px;
	background: url("../images/location-icon.png") 0px 5px no-repeat;
	}

.footer-email-address {
	background-image: url("../images/email-icon.png");
    background-position: 0px center;
	}

.footer-phone-number {
	background-image: url("../images/tel-icon.png");
    background-position: 0px center;
	}

.footer-contact-info-box p:last-child {
	margin-bottom: 0px;
	}

/* Footer Nav */

ul.footer-nav {
	position: relative;
	display: block;
	padding: 0px;
	font-size: 0px;
	margin: 0px -20px;
	list-style-type: none;
	}

ul.footer-nav.col2 {
    column-count: 2;
	}
	
ul.footer-nav li {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 20px;
	margin: 0px auto 25px;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
	color: #FFFFFF;
    text-decoration: none !important;
	}
	
ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
	color: #EBB553;
	}

/* Footer Payment Options */

ul.footer-tream-links {
	position: relative;
	display: block;
	padding: 0px;
    font-size: 0px;
	margin: 0px -4px;
	list-style-type: none;
	}
	
ul.footer-tream-links li {
    position: relative;
	padding: 0px 4px;
    font-size: 15px;
	line-height: 30px;
	margin: 5px auto 5px;
    display: inline-block;
    vertical-align: middle;
	}

ul.footer-tream-links li a {
	position: relative;
	display: block;
	}

ul.footer-tream-links li a img {
	border-radius: 6px;
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
    line-height: 24px;
	margin: 0px auto 20px;
	}

/* Floating Whatsapp */

.floating-whatsapp {
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 170px;
    font-size: 40px;
    font-weight: 700;
    }

.floating-whatsapp a {
    position: relative;
    display: block;
    color: #ffffff;
    width: 70px;
    height: 70px;
    padding: 8px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    background: #25D366;
    border-radius: 100%;
    }

.floating-whatsapp .fab {
    position: relative;
    line-height: 40px;
    display: block;
    }

.floating-whatsapp a:hover {
    color: #ffffff;
    background: #01843b;
    }

.footer-cotactForm {
	position: relative;
	display: block;
	}

.footer-cotactForm .pageTitle h2 {
	color: #ffffff;
	}

.footer-cotactForm .form-group.floating-label .form-control {
	color: #ffffff;
	}

.footer-cotactForm .btn-primary {
	min-width: 160px;
	}

/* Nice Select */

.NiceSelect {
	position: relative;
	display: block;
	}

.NiceSelect select {
	display: none;
	}

.nice-select {
	width: 100%;
	float: none;
	height: 55px;
	line-height: 25px;
	border-radius: 5px;
	border: 1px solid #D5D5D5;
	padding: 16px 45px 15px 20px;
	}

.nice-select,
.nice-select .list {
	color: #8D8D8D;
	font-size: 14px;
	font-weight: 300;
	background: #ffffff;
	}

.nice-select .current {
	opacity: 1;
	color: #A4A4A4;
	}

.nice-selected .nice-select .current {
	opacity: 1;
	color: #222222;
	}

.nice-select:hover,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    background: #ffffff;
	border-color: #EBB553;
    outline: none !important;
	}

.nice-select:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	border: none;
	top: 50%;
	right: 20px;
	width: auto;
	height: auto;
	color: #171717;
	display: block;
	line-height: 1;
	font-size: 14px;
	content: "\f107";
	font-weight: 900;
	pointer-events: none;
	margin: 0px !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translateY(-50%) !important;
	}

.nice-select.open:after,
.nice-select:hover:after {
	color: #EBB553 !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}

.nice-select.open:after {
	content: "\f106";
	}

.nice-select.open .list {
	opacity: 1;
	pointer-events: initial;
	transform: scale(1) translateY(0);
	}

.nice-select.disabled {
	opacity: 0.5;
	color: #171717;
	pointer-events: none;
	border-color: #bcbcbc;
	}

.nice-select.disabled:after {
	border-color: #ececec;
	}

.nice-select .list {
	position: absolute;
	margin-top: 1px;
	opacity: 0;
	top: 100%;
	left: 0;
	z-index: 999;
	min-width: 100%;
	overflow: hidden;
	padding: 0px 0px;
	overflow-y: auto;
	max-height: 300px;
	pointer-events: none;
	box-sizing: border-box;
	transform-origin: 50% 0;
	background-color: #ffffff;
	border-radius: 0px 0px 0px 0px;
	transform: scale(0.75) translateY(-25px);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.09);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	}

.nice-select .list:hover .option:not(:hover) {
	color: #171717 !important;
	background-color: transparent !important;
	}

.nice-select .option {
	font-weight: 400;
	cursor: pointer;
	outline: none;
	color: #171717;
	font-size: 14px;
	min-height: 40px;
	background: none;
	line-height: 26px;
	padding: 12px 25px;
	}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #171717;
	background: #f5f5f5;
	}

.nice-select .option.selected {
	font-weight: 400;
	}

.nice-select .option.disabled {
	opacity: 0.5;
	color: #171717;
	cursor: default;
	background-color: transparent;
	}

/* Contact Form Container */
	
.contact-form-container {
	position: relative;
	display: block;
	width: 100%;
    z-index: 1;
	margin: 0px auto;
	padding: 140px 0px 85px;
	background-size: cover;
	background-position: bottom center;
	}

.contact-left-section {
	position: relative;
	display: block;
	padding: 120px 70px 0px 60px;
	}

.contact-left-section::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80%;
	z-index: 0;
	content: '';
	height: 230px;
	background: #F5F5F5;
	}

.contact-pic-container {
	position: relative;
	display: block;
	height: 0px;
	z-index: 2;
	overflow: hidden;
    background: #171717;
	padding-bottom: 112.94%;
	}
	
.contact-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.contact-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	}

/* Contact Info Box */

.contact-info-box {
	position: relative;
	display: flex;
    width: 100%;
	z-index: 2;
	height: 100%;
	flex-direction: column;
	padding: 40px 45px;
	justify-content: center;
	}

.contact-info-box h3 {
	width: 100%;
	color: #FFFFFF;
	font-size: 28px;
	padding-bottom: 25px;
	letter-spacing: -0.56px;
	}

.contact-info-box h3 span {
	color: #090908;
	}

.company-info-box {
	position: relative;
	display: block;
	width: 100%;
    font-size: 14px;
	font-weight: 400;
	color:  #FFFFFF;
	margin: 0px 0px 30px;
	}

.company-info-box .row .col-auto {
	padding-right: 0px;
	}

.contact-info-box .company-info-box:last-child {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.company-info-icon {
	position: relative;
	display: flex;
	width: 45px;
	height: 45px;
	margin: 0px auto;
	border-radius: 45px;
	align-items: center;
	background: #554019;
	justify-content: center;
	}

.company-info-box h6 {
	font-size: 16px;
	color: #FFFFFF;
    padding-bottom: 8px;
	letter-spacing: -0.32px;
	text-transform: capitalize;
	}

.company-info-box p:last-child {
	margin-bottom: 0px;
	}

.company-info-box a {
	color: #FFFFFF;
	}

.company-info-box a:hover {
	color: #000000;
	}

/* Contact Form */
	
.contactForm {
	position: relative;
	display: block;
	width: 100%;
	color: #515151;
	margin: 0px 0px;
	padding: 0px 190px 0px 20px;
	}
	
.contactForm .pageTitle h2 {
	font-size: 50px;
	}

.contactForm form {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto 0px;
	}

.contactForm .btn-primary,
.contactForm .btn-secondary {
	}

.contactForm p {
    margin: 0px auto 30px;
	}
	
.form-group.floating-label .form-control {
	padding-top: 20px;
	}






.form-group.floating-label label {
	position: absolute;
	pointer-events: none;
	left: 0px;
	top: 10px;
	width: auto;
	margin: 0px;
	z-index: 2;
	padding: 0px;
	line-height: 1;
	font-size: 16px;
	background: none;
	transition: 0.2s ease all;
	/*color: #6D888B !important;*/
	color: #ffffff /*Ryan edit footer and contact form color need to refresh*/
	}










.form-group.floating-label .focus label, 
.form-group.floating-label .not-empty label, 
.form-group.floating-label .focus + label, 
.form-group.floating-label .not-empty + label, 
.form-group.floating-label.focus label, 
.form-group.floating-label.not-empty label {
	top: 0px;
	font-size: 12px;
	opacity: 1 !important;
	padding: 0px 0px;
	text-transform: uppercase;
	}

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.google-recaptch {
	position: absolute;
	bottom: 120px;
	right: -10px;
	z-index: 1;
	}

.required-field {
	color: #d40000;
	}
	
.form-group,
.form-check {
	padding: 0px;
	position: relative;
	margin-bottom: 30px;
	}
	
.form-control,
.form-custom-select,
.form-select,
.comment-form-comment input,
.comment-form-comment textarea,
.comment-form p input {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	padding: 0px 0px;
	border-radius: 0px;
	background-image: none;
	border: 1px solid #8D8D8D;
	background-color: transparent;
	border-width: 0px 0px 1px 0px;
	}

.comment-form-cookies-consent input {
	display: inline-block !important;
	width: 15px !important;
	height: 15px !important;
	padding: 0px 0px !important;
	font-size: 16px !important;
	margin-right: 10px !important;
	}

.form-submit .submit {
	width: auto !important;
	}

textarea.form-control,
.comment-form-comment textarea {
	max-height: 50px;
	line-height: 24px;
	border-radius: 0px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover {
	color: #222222;
	background-color: transparent;
	border-color: #E59649;
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	color: #d1d1d1;
    font-weight: 500;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #d1d1d1;
    font-weight: 500;
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #d1d1d1;
    font-weight: 500;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: #d1d1d1;
    font-weight: 500;
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

.btn-primary,
.btn-secondary {
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px auto;
	font-weight: 400;
	text-align: left;
	line-height: 23px;
	padding: 15px 20px;
	text-align: center;
    border-radius: 5px;
	min-width: 190px;
	background: #4EC5A6;
	letter-spacing: 1.5px;
	border: 1px solid #4EC5A6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.btn-primary { }
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: #ffffff; background: #D2AC67; border-color: #D2AC67; box-shadow: none !important; }
.btn-primary.disabled, .btn-primary:disabled { color: #ffffff; background: #568cd7; border-color: #568cd7; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #ffffff; background: #568cd7; border-color: #568cd7; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

.btn-secondary, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary { color: #ffffff; background: #d9017e; border-color: #d9017e; }
.btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:hover, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:focus,
.yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary.focus { color: #ffffff; background: #568cd7; border-color: #568cd7; box-shadow: none !important; }
.btn-secondary.disabled, .btn-secondary:disabled { color: #ffffff; background: #d9017e; border-color: #d9017e; opacity: 0.4; }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { color: #ffffff; background: #d9017e; border-color: #d9017e; }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: none !important; }

/* Thank You Container */

.thank-you-container,
.thank-you-container figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.thank-you-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	}

.thank-you-container figure {
	z-index: 1;
	}
	
.thank-you-content-area {
	position: absolute;
	z-index: 5;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    }
	
.thank-you-content-area .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
    max-width: 1200px;
    padding: 0px 25px 0px;
	}
	
.thank-you-content-area .captionContainer {
	padding: 0px;
	position: relative;
	display: table-cell;
	padding: 90px 0px 0px;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px;
    color: #ffffff;
    max-width: 760px;
	margin: 0px auto;
	text-align: center;
	}

.thank-you-content .title-archer {
	margin-bottom: 20px;
	}

.thank-you-content h1 {
    color: #ffffff;
	font-size: 100px;
    line-height: 1.2;
    padding-bottom: 25px;
    letter-spacing: -2px;
	}

.thank-you-content p {
	line-height: 2;
	margin-bottom: 35px;
	}

.alike-compare-widget-button, .rq-alike-show-difference, .alike-compare-widget-button {
	background-color: #4EC5A6 !important;
	}

.alike-compare-widget-button {
	bottom: 200px !important;
	}

.alike-dispaly-table {
    width: 100%;
    max-width: 100%;
    }
    
.alike-dispaly-table td img {
	height: 220px;
	object-fit: cover;
	}

.alike-dispaly-table td span {
    padding: 0px 5px 10px;
    display: block;
    }
    
.wp-block-alike-block-compare-table {
    width: 100%;
    }
    
body .rq-alike-compare {
	max-width: 100% !important;
	}
	
/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 100px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}

.alike-dispaly-table td {
	padding : 5px 15px;
	}

/* Site map */

.site-map {
	position:relative;
	display:block;
	max-width:400px;
	margin:30px auto;
	padding:25px 55px;
	border-radius:5px;
	background: #1F1F1F;
	border:1px solid #000000;
	}

.site-map-logo {
	float: none;
	margin: 30px auto 0px;
	}

.site-map ol {
	padding: 0px 0px;
	margin: 0px 0px;
	font-weight: 400;
	}

.site-map ol li {
	padding: 6px 0px;
	}

.site-map ol li a {
	font-size: 13px;
	text-transform: uppercase;
	}/* Site map */

.site-map {
	position:relative;
	display:block;
	color: #000000;
	max-width:400px;
	margin:30px auto;
	padding:25px 55px;
	border-radius:5px;
	background: #efefef;
	border:1px solid #000000;
	}

.site-map-logo {
	float: none;
	margin: 30px auto 0px;
	}

.site-map ol {
	padding: 0px 0px;
	margin: 0px 0px;
	font-weight: 400;
	}

.site-map ol li {
	padding: 6px 0px;
	}

.site-map ol li a {
	font-size: 13px;
	color: #000000;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

.site-map ol li a:hover {
	color: #E59649;
	}

.grecaptcha-badge {
	z-index: 1003;
	}

.adventure-item-loop .adventure-item-box {
	margin-bottom: 60px;
	}

.adventure-item-loop .adventure-item-box:nth-child(odd) .adventure-group-section .row .col-md-4 {
	order: 2;
	}

.adventure-item-loop .adventure-item-box:nth-child(odd) .adventure-group-section .row .col-md-8 {
	order: 1;
	}

.adventure-item-loop .adventure-item-box:nth-child(odd) .adventure-group-section::before {
	left: auto;
	right: 0px;
	}

.customVideo-content .home-testimonial-groupInfo p {
	margin-bottom: 20px;
	}

.customVideo-content .home-testimonial-groupInfo {
	padding: 100px 50px 80px;
	}

/**/

.yachtListing-row {
	position: relative;
	display: block;
	}

.yachtListing-col {
	position: relative;
	display: block;
	padding: 80px 0px;
	}

.yachtListing-row .yachtListing-col:nth-child(even) {
	background: #F5F5F5;
	}

.yachtPic-wrapper {
	position: relative;
	display: block;
	}

.yachtPic-wrapper img {
	width: 100%;
	}

.yachtListing-row .yachtListing-col:nth-child(even) .yacht-order1 {
	order: 2;
	}

.yachtListing-row .yachtListing-col:nth-child(even) .yacht-order2 {
	order: 1;
	}

/* Tabs Tabstyle 2 */

ul.nav-tabs.tabstyle2 {
	position: relative;
	border: none;
	width: auto;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	margin: 0px -1px -1px;
	list-style-type: none;
	justify-content: flex-start;
	}

ul.nav-tabs.tabstyle2 li.nav-item {
	position: relative;
	border: none;
	float: left;
	z-index: 1;
	/*flex: 1;*/
	color: #171717;
	font-size: 16px;
	line-height: 36px;
	align-self: stretch;
	margin: 0px 5px 5px;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

ul.nav-tabs.tabstyle2 li.nav-item a {
	position: relative;
	display: flex;
	border: none;
	width: 100%;
	height: 100%;
	color: #ffffff;
	margin: 0px auto;
	overflow: hidden;
	line-height: 34px;
	padding: 10px 45px;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	background: #333333;
	justify-content: center;
	border: 1px solid #333333;
	text-decoration: none !important;
	border-radius: 5px !important;
	}
	
ul.nav-tabs.tabstyle2 li.nav-item a:hover,
ul.nav-tabs.tabstyle2 li.nav-item a.active {
    opacity: 1;
	color: #ffffff;
	background: #EBB553;
	border-color: #EBB553;
	}

.yachtTabs-section .tab-content {
	padding: 30px 0px;
	}
	
/* Media Queries */
@media (max-width: 1860.98px) {
	.ftcol.ftcol2 { width: 275px; }
	ul.footer-social-nav { margin: 0px -10px 25px; }
	ul.footer-social-nav li { font-size: 18px; padding: 0px 10px; }
	ul.footer-social-nav li a { width: 45px; height: 45px; }
	}

@media (max-width: 1750px) {
	.footer-wrapper>.row { margin: 0px -20px; }
	.footer-wrapper>.row>.col-lg-3, .footer-wrapper>.row>.col-lg-9 { width: 35%; padding: 0px 20px; }
	.footer-wrapper>.row>.col-lg-9 { width: 65%; }
    }

@media (max-width: 1699.98px) {
	.top-notificationBaar, .hfy-featInfo-box, .fleet-item-box a, .fleet-details-top-section .fleet-inner-info, .fleet-sub-info h6 span, .fleet-sub-info h3 span, .fleetMej-heading span, .fleetForm .form-group .control-label, 
	.checkcontainer, .fpg-subInner-text, .fleet-priceTag h4 { font-size: 12px; }
	.top-notificationBaar p img { max-height: 18px; }	
	.noti_close { top: 5px; }
	body, .nav>ul>li>a, ul.headerMemberBtn>li, .breadcrumb-container ul li, .page-link, .page-item a, .page-item span.active, .fleetInfo-ul>li, .fpbr-subTitle, .pagingInfo, 
	.fleet-priceTag h2 del, .filter-select-text, .filter-separator, .sideNav ul, .latest-newsBox a h6 { font-size: 14px; }
	.container, .wide-container, .header-container { max-width: 1200px; padding-left: 25px; padding-right: 25px; }
	.container { max-width: 1100px; }
	.header-container { max-width: 100%; }
    h1, .h1 { font-size: 35px; }
	h2, .h2 { font-size: 30px; }
	h3, .h3 { font-size: 26px; }
	h4, .h4, .fleet-sub-info h6, .fleet-sub-info h3, .fleetMej-heading, .fleetForm .pageTitle h2, .news-date h4, .inner-subNews-content .pageTitle h2 { font-size: 24px; }
	h5, .h5, .experiences-tabBox a h4 { font-size: 18px; }
	h6, .h6 { font-size: 14px; }
	.pageTitle h1, .pageTitle h2, .news_banner_caption .captionContainerInner .pageTitle h1, .tagTitle1 { font-size: 50px; }
	.heading-50 h2, .footer-newsletter h2, .footer-cotactForm .pageTitle h2, .contactForm .pageTitle h2, .heading-50 .tagTitle3 { font-size: 40px; }
	.heading-40 h2, .heading-40 h3 { font-size: 34px; }
    .home-heading { font-size: 34px !important; }
	.logo { width: 110px; height: 129px; margin: 0px 0px -35px; }
	.nav>ul>li>a { padding: 35px 0px; }
	.headerTopLinks li img { max-height: 16px; }
	.headerTopLinks { margin: 0px -14px; }
	.headerTopLinks li { margin: 0px 14px; }
	.headerEnqueryBtn a { min-width: 140px; padding: 10px 15px; }
	.banner_caption .captionContainer .bannerHeading1 { font-size: 65px; }
	.title-archer { margin-bottom: 20px; }
	.title-archer img { max-height: 30px; }
	.pageTitle, .pageTitle2, .pageTitle3 { padding: 0px 0px 30px; }
	.find-escape-section .wide-container { padding: 0px 25px; }
	.pageTitle h5 { font-size: 12px; }
	.escape-title { font-size: 24px;  padding-bottom: 22px; }
	.home-testimonial-groupInfo { padding: 50px 50px 100px; }
	.testimonial-star { font-size: 14px; margin-bottom: 15px; }
	.hfy-featInfo-box h4 { font-size: 24px; padding-bottom: 10px; }
	.breadcrumb-container ul li a:after { margin: 0px 15px 0px 15px; }
	.fleet-title { font-size: 22px; margin-bottom: 25px; }
	.fleet-content-box { padding: 15px 25px 25px; }
	.fleet-foot-contentBox { padding: 12px 25px; }
	.fleet-price { font-size: 11px; }
	.fleet-price .fleet-price-num { font-size: 22px; }
	.fleet-readMore { padding: 10px 20px; }
	.fleet-priceBox { padding: 40px 40px; }
	.fpbr-title, .fpbr-price-item h4 { font-size: 20px; }
	.fpbr-sub-price, .fpg-subInner-group h6 { font-size: 16px; }
	.fleet-priceing-table tbody tr td, .fpbr-price-item h4 del { font-size: 11px; }
	.fleet-priceTag h2 { font-size: 30px; }
	.tbg-bottom-section { bottom: 60px; max-width: 650px; }
	.dpt-right-info { padding-left: 30px; }
	.filter-select-box .nice-select, .filter-select-box .nice-select .list, .filter-select-box .nice-select .current { font-size: 14px; }
	.filter-select-box .nice-select:after { top: -2px; font-size: 14px; }
	.news-searchBox { padding: 15px 15px; margin-bottom: 30px; }
	.news-category-heading { font-size: 20px; padding: 20px 25px 25px; }
	.news-category-body { padding: 10px 25px; }
	.gift-voucher-box h6 { font-size: 16px; }
	.gift-voucher-box h2 { font-size: 20px; }
	.gift-voucher-container { height: 300px; margin-bottom: 20px; }
	.csm-product-name, .csm-product-price-box, .csm-product-star-rattings { font-size: 20px; }
	.csm-product-item .csm-product-price-box, .csm-product-item .csm-product-price-box bdi, .csm-product-item .csm-product-price-box ins bdi { font-size: 16px; }
	.shop-details-gift-voucher .gift-voucher-box h6 { font-size: 25px; }
	.shop-details-gift-voucher .gift-voucher-box h2 { font-size: 38px; }
	.news-date { padding: 10px 0px; font-size: 12px; }
	.contact-left-section { padding: 90px 0px 0px 25px; }
	.contactForm { padding: 0px 100px 0px 20px; }
	.contact-info-box { padding: 30px 30px; }
	.contact-info-box h3 { font-size: 22px; }
	.company-info-box { font-size: 12px; }
	.thank-you-content h1 { font-size: 80px; }
	.accordion-header a { font-size: 16px; padding: 20px 55px 20px 50px; }
	.accordion .accordion-body { padding: 10px 30px 20px 50px; }
	.footer-wrapper { padding: 50px 25px 40px; }
	.footer { padding: 0px 0px !important;}
	.footer-top, ul.footer-nav li, .newsletter-box .form-group.floating-label label { font-size: 13px; }
	.footer-head { font-size: 14px; margin: 0px 0px 20px; }
	.form-group.floating-label label { font-size: 14px; text-transform: capitalize !important; }
	.inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 65px; padding-bottom: 20px; }
	.news_banner_caption .news-date h4 { font-size: 30px; }
	.news_banner_caption .news-date { font-size: 16px; }
	.newsButton-link a h4 { font-size: 22px; }
	.news-bottomGroup-content .pageTitle h3 { font-size: 20px; }
	.customVideo-content .home-testimonial-groupInfo { padding: 50px 30px 80px; }
	
	ul.nav-tabs.tabstyle2 li.nav-item { font-size: 14px; }
	}

@media (max-width: 1599.98px) {
	ul.footer-social-nav { margin: 0px -5px 20px; }
	ul.footer-social-nav li { font-size: 14px; padding: 0px 5px; }
	ul.footer-social-nav li a { width: 40px; height: 40px; }
	}

@media (max-width: 1499.98px) {
	.nav>ul>li { margin: 0px 18px; }
	ul.headerMemberBtn>li { padding: 0px 0px; }
	.escape-slide-button { padding: 20px 60px 0px 235px; }
	.escape-mask-content { padding: 25px 20px; margin: 0px auto -50%; }
	.escape-slide-button .slick-arrow { width: 45px; height: 19px; margin: 0px 15px; }
	.ftcol.ftcol1 { width: 255px;}
	.ftcol.ftcol2 { width: 250px; }
	}

@media (max-width: 1399.98px) {
	.homeClient-section { padding: 60px 0px; }
	.client-slider .slick-prev { left: -50px; }
	.client-slider .slick-next { right: -50px; }
	.find-escape-section { padding: 50px 0px 30px; }
	.home-testimonial-groupInfo { padding: 50px 15px 100px; }
	.userName-box { width: 45px; height: 45px; font-size: 20px; line-height: 45px; margin: 0px auto 20px; }
	.video-play-btn { width: 70px; height: 70px; font-size: 22px; line-height: 70px; }
	.home-testimonial-section, .dine-heading-section, .featured-yachts-section { padding: 70px 0px 0px; }
	.featured-yacht-listing .featured-yacht-item:first-child { padding-top: 40px; }
	.featured-yacht-item { padding: 60px 0px; }
	.main-container { padding: 70px 0px 50px; }
	.fleet-filter-box { padding: 15px 0px 30px; }
	.fleet-details-top-section { padding: 60px 0px 50px; }
	.ymal-section { padding: 75px 0px 70px; }
	.team-building-top-section { padding: 70px 0px 30px; }
	.experiences-tab-icon { height: 150px; margin-bottom: 25px; }
	.experiences-about-section { padding: 80px 0px 70px; }
	.experiences-about-section:before { top: 40px; bottom: 50px; }
	.tbg-bottom-section { bottom: 40px; max-width: 500px; }
	.tbg-productThumbSlider { margin: 0px -5px; }
	.tbg-productThumbSlide { padding: 2px 5px; }
	.tbg-productThumbSlider .slick-prev, .tbg-productThumbSlider .slick-prev:hover { left: -45px; }
	.tbg-productThumbSlider .slick-next, .tbg-productThumbSlider .slick-next:hover { right: -45px; }
	.adventure-group-section { padding: 50px 0px; }
	.dine-listing-item, .product-reviews-container, .related-product-container, .product-container, .news-container { padding: 70px 0px; }
	.contact-form-container { padding: 60px 0px 40px; }
	.contact-left-section { padding: 50px 0px 0px 25px; }
	.contactForm { padding: 0px 25px; }
	.customVideo-content .home-testimonial-groupInfo { padding: 50px 15px 80px; }
	}

@media (max-width: 1299.98px) {
	.container, .wide-container, .header-container { padding-left: 15px; padding-right: 15px; }
	.nav-wrapper { margin: 0px auto 0px 10px; }
	.nav>ul>li>a, ul.headerMemberBtn>li { font-size: 13px; }
	.find-escape-section .wide-container { padding: 0px 15px; }
	.escape-mask-content { margin: 0px auto -30%; }
	.experiences-tabBox a h4 { font-size: 16px; }
	.experiences-tab-icon img { max-height: 70px;}
	.experiences-about-content { padding-right: 0px; }
	.contact-left-section { padding: 50px 0px 0px 15px; }
	.contactForm { padding: 0px 15px; }
	.contact-info-box { padding: 15px 15px; }
	.thank-you-content h1 { font-size: 60px; }
	.footer-wrapper { padding: 50px 15px 40px; }
	.footer-wrapper>.row { margin: 0px -15px; }
	.footer-wrapper>.row>.col-lg-3, .footer-wrapper>.row>.col-lg-9 { width: 100%; padding: 0px 15px; }
	.footer-wrapper>.row>.col-lg-3 { order: 1 !important; }
	.footer-wrapper>.row>.col-lg-9 { order: 2 !important; }
	.footer-newsletter .row .col-md-4, .footer-newsletter .row .col-md-8 { width: 100%; }
	.footer-newsletter { margin-bottom: 0px; border-bottom: none; }
	}

@media (max-width: 1199.98px) {
    * { letter-spacing: 0px !important; }
	#pageHeaderWrapper { position: relative; left: auto; }
	
	.headerTop { background: linear-gradient(to bottom, rgba(39, 128, 144, 0.8), rgba(37, 89, 98, 0.8)); } /* Ryan Edit */
    .headerTopRight { justify-content: end; }
    .headerMemberBtn, .headerEnqueryBtn, .nav-wrapper { display: none !important; }
    .menubar-icon, .mobile-menu-wrapper { display: block; }
    .mobileMenu.show { opacity: 1; }
    .headerTop .topHeaderContainer { justify-content: space-between; }
    .headerTopLinks { margin: 0px 40px 0px 0px; }
    .top-notificationBaar { display: none; }
	.headerTopLinks li { margin: 0px 8px; }
	.logo { width: 88px; height: 105px; margin: 0px 0px -25px; }
	.banner_caption .captionContainer { padding: 0px 0px; }
	.banner_caption .captionContainer .bannerHeading1 { font-size: 50px; }
	.inner_banner_archer img, .title-archer img { max-height: 25px; }
	.banner-filter-select .nice-select { height: 45px; padding: 9px 20px; }
	.banner-filter-btn { padding: 10px 15px; }
	.banner-filter-select .nice-select .option { font-size: 12px; padding: 8px 20px; }
	.floating-whatsapp { right: 10px; font-size: 25px; }
	.floating-whatsapp a { width: 50px; height: 50px; line-height: 34px; }
	.pageTitle h1, .pageTitle h2, .news_banner_caption .captionContainerInner .pageTitle h1, .tagTitle1 { font-size: 40px; }
	.heading-50 h2, .footer-cotactForm .pageTitle h2, .footer-newsletter h2, .heading-50 .tagTitle3 { font-size: 35px; }
	.heading-40 h2, .heading-40 h3 { font-size: 30px; }
    .home-heading { font-size: 30px !important; }
	.find-escape-section .row .col-lg-4, .find-escape-section .row .col-lg-8 { width: 100%; }
	.find-escape-section:before { width: 100%; }
	.escape-content-box { margin-bottom: 30px;}
	.escape-slide-button { padding: 20px 0px; text-align: center; }
	.escape-slide-button .slick-arrow { background-image: url(../images/left-arrow1.png) !important; }
	.escape-slide-button .snext.slick-arrow { background-image: url(../images/right-arrow1.png) !important; }
	.hfy-content-box { padding-left: 0px; }
	.inner_banner_caption .captionContainerInner { padding: 0px 0px; }
	.inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 40px; padding-bottom: 15px; }
	.fleet-filter-form .form-control { padding: 14px 50px 14px 20px; }
	.fleet-content-box { padding: 15px 15px 25px; }
	.fleet-foot-contentBox { padding: 10px 15px; }
	.page-item.page-prev .page-link, .page-item.page-next .page-link, .page-item.page-prev a, .page-item.page-next a { width: 35px; height: 15px; }
	.fleet-listing { margin: 0px -10px 30px; }
	.fleet-listing>.fleet-item { padding: 0px 10px 20px; }
	.fleet-main-left-info { padding-right: 0px; }
	.adventure-item-listing .adventure-item-box:nth-child(odd) .adventure-group-section .row .col-md-4, .adventure-item-loop .adventure-item-box:nth-child(odd) .adventure-group-section .row .col-md-4 { order: 1; }
	.adventure-item-listing .adventure-item-box:nth-child(odd) .adventure-group-section .row .col-md-8, .adventure-item-loop .adventure-item-box:nth-child(odd) .adventure-group-section .row .col-md-8 { order: 2; }
	.adventure-group-section .row .col-md-4, .adventure-group-section .row .col-md-8 { width: 100%; }
	.adventure-group-section::before { width: 100%; }
	.dpt-right-info { padding-left: 0px; }
	.contactForm { padding: 50px 15px 0px; }
	.contact-left-section { padding: 50px 15px 0px 15px; }
	.thank-you-content-area .captionContainer { padding: 0px 0px; }
	.accordion-header a { font-size: 14px; }
	.accordion-container .accordion-item { margin-bottom: 20px; }
	.newsButton-link a h4 { font-size: 18px; }
	}

@media (max-width: 1099.98px) {
	
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.top-notificationBaar { padding: 10px 15px; }
	.noti_close { right: 15px; }
	.title-archer { margin-bottom: 15px; }
	.homeClient-section { padding: 50px 0px 70px; }
	.client-slider .slick-dots { bottom: -30px; }
	.home-testimonial-grid .row .col-lg-8, .home-testimonial-grid .row .col-lg-4 { width: 100%; }
	.hfy-pic-container { margin-bottom: 30px; }
	.featured-yacht-listing .featured-yacht-item:nth-child(even) .featured-order-1 { order: 1; }
	.featured-yacht-listing .featured-yacht-item:nth-child(even) .featured-order-2 { order: 2; }
	.hfy-featInfo-box h4 span { font-size: 12px; }
	.fleet-filter-box>ul>li { width: 50%; }
	.fleet-filter-btn { width: auto; padding: 15px 25px; }
	.fleet-lanch-tag { font-size: 10px; }
	.fleet-listing>.fleet-item { width: 50%; }
	.fleet-price .fleet-price-num { font-size: 18px; }
	.fleet-title { font-size: 18px; }
	.fleet-priceBox { margin: -120px 0px 40px; padding: 25px 25px; }
	.fleet-table-heading { min-width: 180px; }
	.fpbr-sub-price, .fpg-subInner-group h6 { font-size: 14px; }
	.fpbr-subTitle { font-size: 12px !important; }
	.fpbr-title { font-size: 14px !important; }
	.fleet-priceing-table tbody tr td:first-child { padding-left: 20px; min-width: 200px; }
	.fpg-info-section { padding: 30px 25px 20px; }
	.fpg-subInner-group .row .col-md-4 { width: 18%; }
	.fpg-subInner-group .row .col-md-8 { width: 82%; }
	.fpg-subInner-text { margin-bottom: 25px;}
	.fpg-subInner-group { padding-right: 0px; }
	.fpg-subInner-group:after { display: none; }
	.pagingInfo, .custom-dots { margin-bottom: 15px;}
	.fleet-gallery-button .slick-arrow, .ymal-slide-button .slick-arrow { width: 35px; height: 15px; }
	.fancybox__nav .carousel__button.is-prev, .fancybox__nav .carousel__button.is-next { width: 36px; height: 17px; margin: 0px 0px; }
	ul.experiences-tab-grid { margin: 0px -10px; }
	.experiences-tabBox a h4, .fpg-subInner-group h3 { font-size: 14px; }
	ul.experiences-tab-grid li { padding: 0px 10px 15px; }
	.experiences-about-section:before { display: none; }
	.experiences-about-section { padding: 50px 0px; }
	.experiences-about-content { margin-bottom: 50px; }
	.experiences-about-pic { padding: 0px 0px; }
	.tbg-bottom-section { bottom: 20px; max-width: 400px; }
	.dpt-top-section .row .col-lg-5, .dpt-top-section .row .col-lg-7 { width: 100%; }
	.dpt-pic-container { margin-bottom: 25px; }
	.shop-details-gift-voucher { height: 350px; }
	.shop-details-gift-voucher .voucher-gift-icon { font-size: 40px; }
	.shop-details-gift-voucher .gift-voucher-box h6 { font-size: 18px; }
	.shop-details-gift-voucher .gift-voucher-box h2 { font-size: 30px; }
	.csm-productGalleryContainer { padding: 0px 0px; margin-bottom: 30px; }
	.csm-product-details-box hr { margin: 20px 0px; }
	.news-pic-container { margin-bottom: 25px; }
	.news-content-box p { margin-bottom: 30px; }
	.news-listing-item { margin-bottom: 50px; }
	.news-listing .news-listing-item:last-child { margin-bottom: 25px; }
	.news-right-box { padding: 40px 0px 0px; }
	.thank-you-content-area { position: relative; top: auto; left: auto; background: #000000; padding: 50px 0px; }
	.ftcol { padding: 0px 15px 15px; }
	.footer-wrapper { padding: 40px 15px 25px; }
	.news_banner_caption { position: relative; display: block; padding: 50px 0px 70px; background: #003c46; }
	.news_banner_caption .news-date { font-size: 14px; margin: 0px auto -85px; }
	.news-content-section { padding: 110px 0px 50px; }
	.news-details-photo-box { margin-bottom: 0px; }
	.inner-subNews-content, .news-detailsfull-banner { margin-bottom: 35px; }
	.inner-subNews-content .pageTitle { padding-bottom: 20px; }
	.newsButton-link a span img { max-height: 14px;	}
	.fleet-modal-content .btn-close { top: 3px; right: 3px; width: 25px; height: 25px; color: #000; border: 1px solid #000; }
	.customVideo-content .home-testimonial-groupInfo { padding: 50px 15px 40px; }
	.yachtPic-wrapper { margin-bottom: 25px;}
	.yachtListing-row .yachtListing-col:nth-child(even) .yacht-order1 { order: 1; }
	.yachtListing-row .yachtListing-col:nth-child(even) .yacht-order2 { order: 2; }
	ul.nav-tabs.tabstyle2 li.nav-item a { padding: 8px 30px; }
	}

@media (max-width: 800px) {
	
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
    h1, .h1, .pageTitle h1, .pageTitle h2, .pageTitle2 h1, .pageTitle2 h2, .tagTitle1, .heading-50 .tagTitle3  { font-size: 27px !important; letter-spacing: 0px !important; }
    h2, .h2, .heading-40 h3, .home-heading { font-size: 27px !important; letter-spacing: 0px !important; }
	h3, .h3, .fleet-modal-content .modalTitle { font-size: 24px !important; letter-spacing: 0px !important; }
	h4, .h4, .fleetForm .pageTitle h2, .gift-voucher-box h2, .inner-subNews-content .pageTitle h2 { font-size: 20px !important; letter-spacing: 0px !important; }
	h5, .h5, .news-bottomGroup-content .pageTitle h3 { font-size: 18px !important; letter-spacing: 0px !important; }
	h6, .h6, .fleet-priceTag h4, .fleetSub-infoBox h4, .fleetSub-infoBox h3, .experiences-tabBox a h4, .newsButton-link a h4, .fleetMej-heading { font-size: 14px !important; letter-spacing: 0px !important; }
	.pageTitle h5 { font-size: 12px !important; }
    .csm-product-item, .gallery-item { width: 50%; }
	.escape-content-box p { padding: 0px 0px; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 50% !important; }
    .banner_caption { position: relative; top: auto; left: auto; background: #003c46; padding: 50px 0px; }
	.banner-filter-box .row .col-md-8 { width: 100%; margin: 0px 0px 30px; z-index: 9; }
	.banner-filter-box .row .col-md-4 { width: 100%; margin: 0px auto; }
	.banner-filter-btn { width: auto; margin: 0px auto; padding: 10px 35px; }
	.fleet-listing>.fleet-item { width: 100%; }
	.page-item.page-prev { margin-right: 10px; }
	.page-item.page-next { margin-left: 10px; }
	.page-item { margin: 5px 2px; }
	.fleet-details-top-section .row .col, .fleet-details-top-section .row .col-auto { width: 100%; }
	.fleet-details-top-section .fleet-inner-info { padding-top: 25px; }
	.fleet-sub-info { padding: 10px 0px; }
	.fleet-details-rating i { font-size: 12px; margin-right: 5px; }
	.fleet-details-top-section { padding: 40px 0px; }
	.fleet-priceBox { margin: -100px 0px 40px; padding: 20px 15px; }
	.fleetInfo-ul>li { width: 100%; }
	ul.fleetInfo-ul { padding: 0px 0px; }
	.ymal-heading .row .col, .ymal-heading .row .col-auto { width: 100%; flex: 100%; }
	.ymal-slide-button { text-align: center; margin-top: 20px; }
	ul.experiences-tab-grid li { width: 50%; }
	.experiences-about-pic>ul { margin: 0px -7px; }
	.experiences-about-pic>ul>li { padding: 0px 7px; }
	.experiences-about-pic>ul>li:last-child { padding-top: 14px; }
	.tbg-bottom-section { position: relative; bottom: auto; left: auto; right: auto; }
	.tbtg-section, .tbg-top-section { height: auto; }
	.tbg-bottom-section { padding: 30px 15px; }
	.adventure-group-section { padding: 50px 0px 25px; }
	.video-play-btn { width: 50px; height: 50px; font-size: 16px; line-height: 50px; }
	ul.dpt-buttonGroup li { width: 100%; }
	.news-date h4 { font-size: 18px !important; }
	.news-date { font-size: 10px; width: 64px; height: 77px; }
	.contact-info-box { margin: 25px 0px 0px;}
	.accordion-header a::before { left: 10px; width: 16px; height: 16px; font-size: 12px; line-height: 17px; margin-top: -7px; }
	.accordion-header a { padding: 20px 45px 20px 40px; }
	.accordion .accordion-body { padding: 10px 20px 20px 40px; }
	.accordion-header a:hover::after, .accordion-header a[aria-expanded="true"]::after { width: 14px; height: 18px; }
	.accordion-header a::after { width: 14px; height: 11px; }
	.ftcol.ftcol1, .ftcol.ftcol2, .ftcol.ftcol3 { width: 100%; }
	.ftcol.ftcol2 { margin-bottom: 15px;}
	ul.footer-social-nav li a { width: 35px; height: 35px; }
	.news_banner_caption .news-date { width: 77px; height: 90px; padding: 12px 0px; font-size: 10px; margin: 0px auto -60px; }
	.news-content-section { padding: 90px 0px 50px; }
	.fleet-modal-content { padding: 20px 15px; }
	.fleet-modal-content .modalTitle { padding-bottom: 25px; }
	.fleet-modal-content .link-btn3 a { padding: 15px 15px; }
	ul.fleet-checkBox-list li .checkcontainer { font-size: 14px; }
	ul.csm-product-share li a { width: 40px; height: 40px; line-height: 38px; }
	.news-button-group .row .col { flex:100%; }
	.newsButton-link a, .newsButton-link.next-news a { text-align: center; }
	.news-socialMedia { padding: 25px 0px; margin-bottom: 50px; }
	#toTop { bottom: 80px; right: 5px; }
	.floating-whatsapp { right: 5px; bottom: 135px; }
	.mob-none { display: none; }
	.contact-info-col { padding: 0px 25px; }
	video { width: 100%; height: 400px; }
	.banner-slide figure img { /*height:350px;*/ object-position: center left;}
	.alike-compare-widget-button-text { padding-left: 17px !important; padding-top: 9px !important; }
	.alike-compare-widget-button { bottom: 0px !important; }
	.alike-compare-widget-wrapper { bottom: 25px !important; right: 0 !important; padding: 0px !important; }
	.alike-dispaly-table td { min-width: 80px !important;  }
    }

@media (min-width: 768px) {
	.web-none { display: none; }
	}
	
@media (max-width: 649.98px) {
	.inner_banner_caption { position: relative; top: auto; left: auto; background: #003c46; padding: 35px 0px;}
	
	
	}
	
@media (max-width: 575.98px) {
    .csm-product-item { width: 100%; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100% !important; }
	/*.escape-mask-container { position: relative; top: auto; left: auto; }*/
	.escape-mask-content { margin: 0px auto; }
	 .escape-item-box a .escape-mask-container { background: rgb(78,197,166); background: linear-gradient(0deg, rgba(78,197,166,0.9528011888349089) 1%, rgba(78,197,166,0.8995799003195029) 95%); } 
	.escape-title { font-size: 20px; padding-bottom: 16px; }
	.hfy-content-box .pageTitle.pb30 { padding-bottom: 20px !important;}
	ul.fleet-checkBox-list li { width: 50%; }
	.hfy-featInfo-box h4 { font-size: 18px !important; }
	.hfy-featInfo-box { font-size: 11px; }
	.escape-pic-container { padding-bottom: 100%; }
    }

@media (max-width: 479.98px) {
	.fleet-filter-box>ul>li { width: 100%; padding: 0px 15px 20px; }
	ul.fleet-checkBox-list li { width: 100%; }

   }
	
@media (max-width: 399.98px) {
	/* .hfy-info-box .row .col { flex: 100%; } */
	.fleet-foot-contentBox .row .col-sm-7, .fleet-foot-contentBox .row .col-sm-5 { width: 100%; }
	.fleet-price { margin-bottom: 15px; }
	.fleet-readMore { padding: 7px 30px; width: auto; display: inline-block; }
	ul.experiences-tab-grid li { width: 100%; }
	}

@-ms-viewport { width: auto !important; }








/* --- TOP DESTINATIONS SECTION --- */

/* NOTE: This CSS uses the font families 'Designer' and 'Acumin'.
   Please ensure these fonts are loaded on your website for the text to display correctly.
*/

/* Basic body reset (for demonstration) */
body {
    margin: 0;
    font-family: 'Acumin', sans-serif; /* Reverted to your original font */
    /* The dark background from your design is on the section itself */
}

/* --- Main Section Wrapper --- */
.top-destinations-section {
    padding: 60px 20px;
    /* background-color: #0c2a2d;  Dark teal background from the design */ 
    background: linear-gradient(to bottom, #003c46, #0f4954); 
    color: #ffffff;
}

.destinations-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* --- Section Header --- */
.destinations-main-title {
    font-family: 'Designer', sans-serif; /* Reverted to your original font */
    font-size: 3rem; 
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.destinations-subtitle {
    font-family: 'Acumin', sans-serif; /* Using your base font */
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e0e0e0;
    margin-bottom: 50px;
}

/* --- Slider Wrapper and Arrows --- */
.destinations-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-arrow {
    background-color: #d1b06b; /* Gold color for arrows */
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #0c2a2d; /* Dark text on gold button */
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background-color 0.3s ease;
}

.slider-arrow:hover {
    background-color: #e6c584; /* Lighter gold on hover */
}

.prev-arrow {
    left: -15px; /* Position arrows */
}

.next-arrow {
    right: -15px;
}

/* --- Destinations Grid --- */
.destinations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

/* --- Individual Card Styling --- */
.destination-card {
    text-align: center;
}

.destination-image-container {
    position: relative; /* This is crucial for the text overlay */
    overflow: hidden;
}

.destination-image-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
}

.destination-card img {
    width: 100%; /* Maintain responsiveness */
    height: 665px; /* Updated height */
    object-fit: cover; /* Prevents distortion, crops if needed */
    display: block;
    transition: transform 0.4s ease;
}

.destination-card:hover img {
    transform: scale(1.05);
}

/* The country name overlay */
.destination-country-overlay {
    font-family: 'Acumin', serif; /* Reverted to your original font */
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 2;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.destination-image-container a {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* --- Location Details Below Image --- */
.destination-details {
    padding-top: 25px;
}

.destination-locations {
    list-style: none;
    padding: 0;
    margin: 0;
}

.destination-locations li {
    font-family: 'Acumin', sans-serif; /* Reverted to your original font */
    font-size: 0.9rem;
    font-weight: 500;
    color: #d1b06b;
    line-height: 1.8;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* --- Responsive Design --- */
@media (max-width: 992px) {
    .destinations-grid {
        gap: 20px;
    }
    .destination-card img {
        height: 300px;
    }
    .destination-country-overlay {
        font-size: 2.2rem;
    }
    .slider-arrow {
         display: none;
    }
}

@media (max-width: 768px) {
    .destinations-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .destinations-main-title {
        font-size: 2.5rem;
    }
    .destination-card img {
        height: 350px;
    }
}






        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
/* --- FINAL FEATURED YACHTS CSS (WIDER LAYOUT) --- */

/* --- Main Section Wrapper --- */
.featured-yachts-section {
    padding: 80px 20px;
    background: linear-gradient(to bottom, #0f4954, #467b83); 
    color: #ffffff;
    box-sizing: border-box;
}
.featured-yachts-section *, .featured-yachts-section *::before, .featured-yachts-section *::after {
    box-sizing: border-box;
}
.yachts-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

/* --- Section Header --- */
.featured-yachts-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}
.featured-yachts-section .yachts-main-title {
    font-family: 'Designer', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    margin: 0 0 10px 0;
}
.featured-yachts-section .yachts-subtitle {
    font-family: 'Acumin', sans-serif;
    font-size: 0.9rem;
    color: #b9995a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* --- Slider Structure --- */
.featured-yachts-section .yacht-slider-wrapper {
    position: relative;
    padding: 0;
}
.featured-yachts-section .yacht-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: stretch; 
}

/* --- Individual Yacht Card --- */
.featured-yachts-section .yacht-card {
    display: none; 
    flex-direction: column;
    text-align: left;
    text-decoration: none;
    color: inherit;
}

/* --- Image Container --- */
.featured-yachts-section .yacht-image-container {
    overflow: hidden;
    width: 100%;
}
.featured-yachts-section .yacht-image-container img {
    width: 100% !important; 
    height: auto !important; 
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    max-width: none !important; 
}
.featured-yachts-section .yacht-card:hover .yacht-image-container img {
    transform: scale(1.05);
}

/* --- Card Body & Text --- */
.featured-yachts-section .yacht-card-body {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
}

/* UPDATED: Yacht title layout */
.featured-yachts-section .yacht-title-group {
    display: flex;
    justify-content: space-between; /* Pushes items to ends */
    align-items: baseline;
    gap: 15px;
}
.featured-yachts-section .yacht-name {
    font-family: 'Acumin', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #b9995a; /* Gold color */
    margin: 0;
}
.featured-yachts-section .yacht-type {
    font-size: 1rem; /* Increased size */
    color: #b9995a; /* Gold color */
    text-transform: uppercase;
    white-space: nowrap; /* Prevents wrapping */
    font-weight: bold;
}

/* NEW: Style for the separator line */
.featured-yachts-section .info-separator {
    border: none;
    height: 1px;
    background-color: rgba(185, 153, 90, 0.4); /* Muted gold color */
    margin: 15px 0;
    width: 100%;
}

/* UPDATED: Yacht details layout */
.featured-yachts-section .yacht-details {
    display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 20px;
    color: #b9995a; /* Gold color */
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 25px; /* More space before button */
}
.featured-yachts-section .yacht-details span {
    position: relative; /* Needed for the separator line */
    padding-right: 20px; /* Space for the separator */
}
.featured-yachts-section .yacht-details span:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background-color: rgba(185, 153, 90, 0.4); /* Muted gold color */
}


/* --- Inquire Button --- */
.featured-yachts-section .inquire-btn {
    display: inline-block;
    background-color: #d1b06b;
    color: #ffffff;
    padding: 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    text-align: center;
    margin-top: auto; 
}
.featured-yachts-section .yacht-card:hover .inquire-btn {
    background-color: #e6c584;
}

/* --- Slider Navigation & Pagination --- */
.featured-yachts-section .slider-arrow {
    position: absolute; 
    top: 40%;
    transform: translateY(-50%);
    background-color: rgba(209, 176, 107, 0.9);
    color: #0c2a2d; 
    border: none;
    border-radius: 50%; 
    width: 45px;
    height: 45px;
    font-size: 2rem;
    cursor: pointer; 
    z-index: 10; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}
.featured-yachts-section .slider-arrow:hover {
    background-color: rgba(230, 197, 132, 1);
}
.featured-yachts-section .prev-arrow { 
    left: 20px;
}
.featured-yachts-section .next-arrow { 
    right: 20px;
}

.featured-yachts-section .slider-pagination {
    text-align: center; 
    margin-top: 40px;
}
.featured-yachts-section .dot {
    display: inline-block; 
    width: 10px; 
    height: 10px; 
    background-color: #556b6e;
    border-radius: 50%; 
    margin: 0 5px; 
    cursor: pointer; 
    transition: all 0.3s ease;
}
.featured-yachts-section .dot.active {
    background-color: #d1b06b; 
    transform: scale(1.2);
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
    .featured-yachts-section .yacht-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .featured-yachts-section .yacht-grid {
        grid-template-columns: 1fr;
    }
    .featured-yachts-section .yacht-slider-wrapper { padding: 0; }
    .featured-yachts-section .slider-arrow { display: none; }
}
        
        
        
        
        
        
        
        
        
        
        
        
        /* -- WHY CHOOSE US SECTION START CSS STYLES START HERE -- */

        /* Import Google Fonts to match the design */
        @import url('https://fonts.googleapis.com/css2?family=Teko:wght@700&family=Roboto+Slab:wght@400&family=Roboto:wght@400&display=swap');

        /* A basic body reset for demonstration */
        body {
            margin: 0;
            font-family: 'Acumin', sans-serif;
            background-color: #f9f9f9;
        }
        
        /* --- Main Section Wrapper --- */
        .why-choose-us-section {
            padding: 80px 0;
            /* UPDATED: Changed solid color to a gradient */
            background: linear-gradient(to bottom, #467b83, #c2dadc); 
        }

        .wcu-container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* --- Two-Column Grid Layout --- */
        .wcu-grid {
            display: flex;
            align-items: center; /* Vertically aligns image and text */
            gap: 60px; /* Space between the image and text columns */
        }

        /* --- Left Column (Image) --- */
        .wcu-image-col {
            flex: 1 1 50%; /* Takes up half the space */
            min-width: 0; /* Prevents flexbox overflow issues */
        }

        .wcu-image-col img {
            width: 100%;
            height: auto;
            display: block; /* Removes any extra space below the image */
        }

        /* --- Right Column (Text) --- */
        .wcu-text-col {
            flex: 1 1 50%; /* Takes up the other half */
        }

        /* --- Text Element Styling --- */
        .wcu-subheading {
            font-family: 'Acumin', serif;
            color: #b18e5e; /* Gold/brown color */
            font-size: 1.1rem;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin: 0 0 10px 0;
        }

        .wcu-heading {
            font-family: 'Acumin', sans-serif;
            color: #0c6170; /* Teal color */
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.1;
            margin: 0;
            text-transform: uppercase;
        }

        /* The little decorator line */
        .wcu-decorator {
            width: 40px;
            height: 3px;
            background-color: #b18e5e; /* Gold/brown color */
            margin: 30px 0;
        }

        .wcu-paragraph {
            color: #555; /* A soft, dark grey for readability */
            font-size: 1rem;
            line-height: 1.7;
            margin: 0;
        }
        
        /* --- Responsive Design for Tablets and Mobiles --- */
        @media (max-width: 992px) {
            .wcu-grid {
                flex-direction: column; /* Stack the columns */
                gap: 40px;
            }
            
            .wcu-heading {
                font-size: 3rem; /* Slightly smaller font for tablets */
            }
        }
        
        @media (max-width: 768px) {
            .wcu-heading {
                font-size: 2.5rem; /* Even smaller for mobile */
            }
            .wcu-text-col {
                 /* You can center text on mobile if you prefer */
                 /* text-align: center; */
            }
            .wcu-decorator {
                /* If text is centered, center the decorator too */
                /* margin: 30px auto; */
            }
        }
        /* -- CSS STYLES END HERE -- */
        
        
        
        
        
        
        
        
        
        
        
        
        
        
         /*<!-- START: All-in-One Testimonial Slider Code (2 Cards Per Slide) CSS -->*/

/*<!-- 1. STYLES (CSS) -->*/

    /* Google Font Import */
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

    /* Main Section & Heading */
    .two-card-testimonial-section {
        padding: 60px 20px;
        /* UPDATED: Changed solid color to a gradient */
        background: linear-gradient(to bottom, #c2dadc, #ffffff ); 
        font-family: 'Montserrat', sans-serif;
        overflow: hidden;
    }

    .two-card-testimonial-heading {
        font-family: 'Designer', sans-serif;
        text-align: center;
        font-size: 3.5rem; /* UPDATED: Larger title font */
        font-weight: 700;
        font-style: italic;
        color: #004D4C;
        margin: 0 0 10px 0;
    }
    
    .two-card-testimonial-subtitle {
        font-family: 'Acumin', sans-serif;
        text-align: center;
        font-size: 0.9rem;
        color: #b9995a;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
    }

    /* Swiper Container */
    .two-card-testimonial-swiper {
        padding-bottom: 60px !important;
        max-width: 1100px;
        margin: 0 auto;
    }

    /* NEW: Card Group for holding two cards */
    .testimonial-card-group {
        display: flex;
        /* Mobile-first: stack cards vertically */
        flex-direction: column; 
        gap: 30px;
        align-items: center;
        width: 100%;
    }

    /* Testimonial Card (Slightly smaller max-width to fit two) */
    .testimonial-card {
        background-color: #004D4C;
        color: #fff;
        padding: 40px 35px;
        border: 3px solid #C6A969;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 320px;
        box-sizing: border-box;
        max-width: 500px; /* Max width for a single card */
        width: 100%;
    }

    /* NEW: On larger screens, make the card group horizontal */
    @media (min-width: 768px) {
        .testimonial-card-group {
            flex-direction: row; /* Place cards side-by-side */
            justify-content: center;
            align-items: stretch; /* Make cards equal height */
            gap: 40px;
        }
    }

    /* Card Content */
    .testimonial-quote {
        font-size: 5rem;
        line-height: 0.5;
        color: #C6A969;
        font-family: 'Times New Roman', Times, serif;
        display: block;
        margin-bottom: 15px;
    }

    .testimonial-text {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    /* Author Section */
    .testimonial-author {
        display: flex;
        align-items: center;
        margin-top: auto;
    }

    .testimonial-author img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 20px;
    }

    .author-details .author-name {
        color: #C6A969;
        font-weight: 700;
        font-size: 1.1rem;
        letter-spacing: 1px;
    }

    .author-details .author-title {
        font-size: 0.9rem;
        color: #fff;
        opacity: 0.9;
    }

    /* Swiper Pagination Dots Styling (No changes needed) */
    .swiper-pagination { bottom: 0 !important; }
    .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #004D4C; opacity: 0.7; margin: 0 5px !important; transition: all 0.3s ease; }
    .swiper-pagination-bullet-active { background-color: transparent; border: 3px solid #C6A969; width: 18px; height: 18px; position: relative; top: 3px; opacity: 1; }
    .swiper-pagination-bullet-active::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 6px; height: 6px; border-radius: 50%; background-color: #C6A969; }


/*-------------------------------------------*/
        
        
/* "Featured on" Section Styling */
.footer-media-section {
    text-align: left; /* CHANGED from center to left */
    padding: 40px 0;
}

/* Styling for the "AS FEATURED IN" title */
.footer-media-section .media-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 20px 0; /* Reduced bottom margin slightly */
}

/* Container for the logos */
.footer-media-section .media-links-list {
    display: flex;
    justify-content: flex-start; /* CHANGED from center to flex-start */
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px; /* Space between each logo */
}

/* Individual logo item */
.footer-media-section .media-item img {
    max-height: 35px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

/* Hover effect for the logos */
.footer-media-section .media-item:hover img {
    opacity: 1;
}
        
/* Column 3/12 */
.footer .ftcol{
	max-width:540px;
	
}       

.copyright .footer-media-section {
    padding: 0px 0;
    }
/*-------------------------------------------*/


/* Link */
.headerTopRight .headerEnqueryBtn a{
	display: none;
}

/* Cform */
#wrapper .cform{
	background-size:cover;
}

/* Paragraph */
.footer-newsletter .col-md-8 p{
	color:#ffffff;
}

/* Logo */
.headerTop .logo{
	top:21px;
	transform:scale(1.47);
	left:14px;
}

/* Nav wrapper */
.headerTop .headerTopRight .nav-wrapper{
	left:50px;
}

/* Link */
#top-menu .sub-menu a{
	text-align:left;
}

/* Sub Menu */
#top-menu .menu-item ul{
	left:85px;
	right:auto !important;
}

/* Link */
#top-menu > .menu-item > a{
	letter-spacing:1.5px;
	
}

/* Italic Tag */
.top-destinations-section .destinations-main-title i{
	font-style:normal;
}

/* Italic Tag */
#wrapper .yachts-main-title i{
	font-style:normal;
}

/* List Item */
.destinations-grid .destination-card li{
	font-size:20px;
}

/* Span Tag */
.yacht-slider-wrapper .active span{
	font-size:16px;
}

/* Wcu subheading */
.wcu-grid .wcu-text-col .wcu-subheading{
	font-size:30px;
}

/* Wcu paragraph */
.wcu-grid .wcu-text-col .wcu-paragraph{
	font-size:18px;
}

/* Paragraph */
.footer-newsletter .col-md-4 p{
	font-size:40px;
}

/* Paragraph */
.footer-cotactForm .pageTitle p{
	font-size:50px !important;
}

/* Paragraph */
.homeClient-section .pageTitle p{
	color:#b9995a;
	font-size:20px;
}

/* Paragraph */
#wrapper .\.two-card-testimonial-subtitle{
	font-size:20px;
}

/* Paragraph */
#wrapper .section-header p{
	font-size:20px;
}

/* Paragraph */
.top-destinations-section p{
	font-size:20px;
}

/* 1699px and smaller screen sizes */
@media (max-width:1699px){

	/* Link */
	/*#top-menu > .menu-item > a{*/
	/*	font-size:25px;*/
	/*}*/
	
}

/* 1200px and larger screen sizes */
@media (min-width:1200px){

	/* Heading */
	.destinations-grid .destination-card h3{
		font-size:32px;
	}
	
	/* Heading */
	.yacht-slider-wrapper .active h3{
		font-size:32px;
	}
	
	/* Heading */
	.homeClient-section .pageTitle h2{
		font-size:50px;
	}
	
}

/* 1700px and larger screen sizes */
@media (min-width:1700px){

	/* Link */
	/*#top-menu > .menu-item > a{*/
	/*	font-size:26px;*/
	/*}        */
        
}