@media (max-width: 1340px){
	.slick-arrow.slick-prev {
	    left: 5px;
	}
	.slick-arrow.slick-next {
	    right: 5px;
	}
	.home-page .types .container {
		max-width: 100%;
	}
	.container {
	    padding: 0 30px;
	    max-width: 100%;
	}

	.feature-yachts-slider .slick-arrow.slick-prev {
	    left: -45px;
	}

	.feature-yachts-slider .slick-arrow.slick-next {
	    right: -45px;
	}

	.sailing-areas ,
	.feature-yachts .container {
		padding: 0 50px;
	}
	
	.header_pc {
			display: none;
	}
	.header_mb {
			display: flex;
		width: 100%;
		justify-content: space-between;
	 align-items: center;
	}
	.hleft, .hright {
		display: flex;
		  align-items: center;
		  height: 105px;
		position: relative;
	}
	.hleft a, .hright a{
		display: inline-block;
	}
	.hright {
		justify-content: right;
	}
	.hmiddle {
			width:60%;
		float: left;
		text-align: center;
	}
	.alogo{
		margin: 0 auto;
	}
	.hmiddle img,
	.alogo img{
		max-height: 155px;
	    max-width: 300px;
	}
	.hright a svg {
		width: 25px;
		height: 25px;
			display: block;
	  }
	.hright a.avatar svg {
		width: 22px;
		height: 25px;
		top: 0.5px;
			position: relative;
			margin-right: 8px;
	  }
	.hmiddle a {
		margin: 0 auto;
	  }
	.hmiddle a h1{
		text-align: center;
	}
	.menu_option {
		max-height: 14px;
	}
	.hleft a.drawer-toggle {
		padding-left: 0;
		display: table;
	}
	.search.sanpop-link svg{
		display: block;
		margin-left: 13px;
	}
	
	.hleft a.drawer-toggle.close {
		display: block;
		height: 40px;
		width: 40px;
		padding: 0;
		margin: 0;
		position: absolute;
		right: 25px;
		top: 25px;
			color: white;
		z-index: 9;
	}
	.hright span {
		position: absolute;
		z-index: 9;
		text-align: center;
		background: white;
		line-height: 11px;
		border-radius: 50%;
		padding: 1px 4px 1px;
		top: 6.5px;
		right: -4px;
		font-size: 11px;
	}
	.widget_footer .col-md-3{
		margin-top: 40px;
	}
	.home_post{
		margin-bottom: 60px;
	}
	
	.custom-navigation .flex-next{
			right: 0px;
	}
	.custom-navigation .flex-prev{
			left: 0;
	}
	.footer .col5{
		margin-bottom: 40px;
	}
	.before_footer p{
		float: left;
		text-align: left;
	}
	
	#slider_home .item{
		height: 280px;
	}
	.header_mb .sub-menu li {
			border-left: 2px solid #0c757f;
	}
	
	.page_title{
		margin: 30px 0 10px;
		font-size: 30px;
	}
	
	
	.hmiddle svg{
		max-width: 120px;
	}
	.drawer-nav  .logo_menu{
		padding: 0;
	}
	
	
	.hleft a.drawer-toggle.close{
		display: block;
		height: 40px;
		width: 40px;
		padding: 0;
		margin: 0;
		position: absolute;
		right: 20px;
		top: 10px;
	}
	.hleft a.drawer-toggle.close svg{
		fill: currentColor;
		width: 40px;
		height: 40px;
		float: right;
	}
	.hright a.avatar img{
		max-height: 27px;
	}
	
	.page-title{
	    display: block;
	    line-height: 30px;
	    width: 95%;
	    margin: 0;
	    padding: 70px 0 0px;
		font-size: 35px;
	}
	.button-filter{
		display: block;
	}
	.button-filter a{
		border: none;
	    border-radius: 0;
	    padding-left: 10px;
	    height: 45px;
		line-height: 45px;
	    background-color: #eddea4;
	    color: #0e75bb;
	    transition: all 0.3s ease-in-out 0s;
	    font-weight: 600;
	    letter-spacing: 1.5px;
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	.button-filter a:hover {
	    background: #0e75bb;
	    color: #fff;
	}
	.fb-close {
		background: #0e75bb !important;
	}

	
	.search-filters-box.active{
		width: 100%;
		left: 0;
		contain: content;
		padding-top: 70px;
		height: 82.5vh;
	}
	.filter-backdrop.active{
	    height: 100%;
	    width: 100%;
	    position: fixed;
	    left: 0;
	    top: 0;
	    z-index: 0;
	    overflow: hidden;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.close-popup{
		display: inline-flex;
		background: #0e75bb;
		display: inline-flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    position: fixed;
	    right: 20px;
	    top: 20px;
	    z-index: 9;
	    color: #fff;
	    -webkit-font-smoothing: antialiased;
	    text-rendering: optimizeLegibility;
	    -webkit-transition: all 200ms ease-in-out;
	    transition: all 200ms ease-in-out;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    border: none;
	    margin: 0;
	    padding: 0;
	    line-height: 1;
	    cursor: pointer;
	}
	
	.wrap-fitler.showblock{
		display: block ;
	}
	.wrap-fitler.hideblock{
		display: none;
	}
	.enquiry-button {
		margin-left: 0px;
	}
}

@media (max-width: 1199px){
	.listing {
		flex: 0 0 49%;
	}
}

@media (max-width: 950px){
	.content-specifications {
		flex-direction: column;
	}
	.content-specifications .item-left {
		width: 100%;
	}
	.content-specifications .item-right {
		width: 100%;
		padding: 30px 0 0;
		border-bottom: 2px solid #009cff;
		margin: 0 0 50px;
		border-top: 2px solid #009cff;
	}
    .filter {
        flex: 0 0 100%;
        padding-right: 0px;
        margin-bottom: 50px;
    }

	.home-page .introducing h2 {
	    padding: 40px 0 20px;
	}

	.container.filter-page {
        display: block;
    }

    .listings {
        gap: 4%;
    }

    .listing {
        flex: 0 0 48%; 
    }

    .filter .title h3 {
        font-size: 16px;
    }

	#gallery a {
		flex: 0 0 48%;
	}

	#gallery {
		gap: 4%;
	}

	.quote-section {
		flex: 0 0 40%;
		padding: 50px 0 0 50px;
	}
}

@media (max-width: 768px){
	.small-search {
		position: relative;
	}

	.home-page .introducing h2 {
	    padding: 0px 0 20px;
	}
	
	.slick-arrow {
		width: 30px;
		height: 30px;
		z-index: 3;
	}

	.sailing-areas, .feature-yachts .container {
        padding: 0 20px;
    }

	.feature-yachts-slider .slick-arrow.slick-prev {
	    left: -15px;
	}

	.feature-yachts-slider .slick-arrow.slick-next {
	    right: -15px;
	}

	.home-page .type {
	    flex: 0 0 48.5%;
	}

	.col-md-4c {
		flex: 0 0 48.5%;
	}

	.col-md-4c:first-child {
		flex: 0 0 100%;
		margin-bottom: 80px;
	}

	.col-md-4c:nth-child(2) .widget_nav_menu {
	    padding-left: 0;
	}

	.single-section .container {
		display: block;
	}

	.quote-section {
        padding: 0;
        margin: 50px 0 0;
    }

	.banner_head .social {
        justify-content: center;
        margin: 0 0 10px;
    }
}

@media (max-width: 640px){
	#topButton {
		width: 25px;
	}

	.page-title {
	    width: 100%;
	    font-size: 30px;
	}

	.site-header .container {
		padding: 0px 20px;
	}

	.sliders .details a {
		padding: 15px 30px;
		font-size: 15px;
	}

	.sliders .details p {
		font-size: 20px;
	}

	.sliders .details h3 {
		font-size: 35px;
	}

	.col-md-4c {
		flex: 0 0 100%;
	}
}

@media (max-width: 580px){
	.single-section .image-bg, .yacht-page .image-bg {
		height: 400px;
	}
	.sliders .details {
		width: 80%;
	}
	
	.hmiddle img, .alogo img {
        max-width: 200px;
    }

	.enquiry-button {
		padding: 12px 12px;
		border-radius: 5px;
		font-size: 11px;
	}

	.hleft, .hright {
        height: 90px;
    }

	.home-page .type {
        flex: 0 0 100%;
    }
}

@media (max-width: 500px){
	.listings {
        display: block;
    }

	.banner_head .social {
        flex-direction: column;
    }

    .social-left,
    .social-right {
        justify-content: center;
    }

	.enquiry-button {
        padding: 0px 6px;
        font-size: 10px;
        text-align: center;
    }
}

@media (max-width: 400px){
	#gallery a {
		height: 150px;
	}

	.hmiddle img, .alogo img {
        max-width: 185px;
    }

	.enquiry-button {
        padding: 8px 10px;
        border-radius: 5px;
        font-size: 10px;
    }
}

@media (max-width: 374px){
	.social-left {
		flex-direction: column;
		gap: 10px;
		margin: 0 0 5px;
	}
}

@media (max-width: 350px){
	.hmiddle img, .alogo img {
        max-width: 185px;
    }

	.enquiry-button {
		display: none !important;
    }
}