.yacht {
    background: rgb(247, 247, 247) !important;
}
.yacht .yacht-menu {
    float: left;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    background-color: white;
    padding: 10px;
    -webkit-box-shadow: 0px 12px 22px 0px rgb(43 45 64 / 7%);
    -moz-box-shadow: 0px 12px 22px 0px rgba(43, 45, 64, 0.7);
    box-shadow: 0px 12px 22px 0px rgb(43 45 64 / 7%);
}
.yacht .yacht-menu h3 {
    display: flex;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #2c3e50;
    margin-bottom: 1rem;
}
.yacht .yacht-menu h3 i {
    margin-right:1rem;
}
.yacht .yacht-menu ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.yacht .yacht-menu ul li {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
.yacht .yacht-menu ul li.active,
.yacht .yacht-menu ul li:hover {
    background-color: #efefef;
}
.yacht .yacht-menu ul li a {
    float: left;
    width: 100%;
    color: #2c3e50;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.yacht .yacht-menu ul li.dropdown {
    display: flex;
    flex-direction: column;
}
.yacht .yacht-menu ul li.dropdown h3:after {
    content:'\f107';
    font-family: "Font Awesome 5 Pro";
    cursor: pointer;
}
.yacht .yacht-menu ul li.dropdown.active ul {
    display:block;
}
.yacht .yacht-menu ul li.dropdown ul {
    display:none;
}
.yacht .yacht-menu .cstmcb {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 30px;
    cursor: pointer;
}
.yacht .yacht-menu .cstmcb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.yacht .yacht-menu .cstmcb .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    border: 1px solid #2c3e50;
    text-align: center;
    line-height: 25px;
}
.yacht .yacht-menu .cstmcb .checkmark:after {
    content: "";
    display: none;
}
.yacht .yacht-menu .cstmcb input:checked ~ .checkmark:after {
    display: block;
}
.yacht .yacht-menu .cstmcb .checkmark:after {
    width: 16px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS44MjgiIGhlaWdodD0iMTEuNDE0IiB2aWV3Qm94PSIwIDAgMTUuODI4IDExLjQxNCI+DQogIDxwYXRoIGlkPSJJY29uX2ZlYXRoZXItY2hlY2siIGRhdGEtbmFtZT0iSWNvbiBmZWF0aGVyLWNoZWNrIiBkPSJNMTksOWwtMy4yNSwzLjI3M0wxMC4wNjMsMTgsNiwxMy45MDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjU4NiAtNy41ODYpIiBmaWxsPSJub25lIiBzdHJva2U9IiM4OGM0MjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQo8L3N2Zz4NCg==");
    margin: 4px auto;
}
.yacht .yacht-menu.fbutton {
    padding: 0;
}
.yacht .yacht-menu.fbutton button {
    outline: none;
    box-shadow: none;
    background-color: #2c3e50;
    padding: 10px 0;
    color: white;
}
.yacht .head,
.yacht .page-load {
    float: left;
    width: 100%;
    background-color: white;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 10px 20px;
    box-shadow: 0 10px 30px rgb(65 72 86 / 5%);
}
.yacht .page-load {
    color: #2c3e50;
    font-weight: 700;
    text-align:center;
    line-height: 40px;
    font-size: 20px;
}
.yacht .head p.count {
    float: left;
    width: auto;
    margin-bottom: 0 !important;
    line-height: 40px;
    padding: 0;
    font-weight: 700;
    color: #2c3e50;
    font-size: 20px;
    height: 40px;
}
.yacht .head .btn {
    float: right;
    height: 40px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
.yacht .head .btn:last-child {
    margin-right: 10px;
}
.yacht .head .btn:hover,
.yacht .head .btn.active {
    background: #88c426;
}
.yacht .head .btn:hover svg rect,
.yacht .head .btn.active svg rect {
    fill: white;
}
.yacht .head .btn svg rect {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
.yacht .yachtlist .grid {
}
.yacht .yachtlist .grid .yacht-detail {
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 12px 22px 0px rgb(43 45 64 / 7%);
    -moz-box-shadow: 0px 12px 22px 0px rgba(43, 45, 64, 0.7);
    box-shadow: 0px 12px 22px 0px rgb(43 45 64 / 7%);
    border-radius: 10px;
    margin-bottom: 20px;
    background: white;
}
.yacht .yachtlist .grid .yacht-detail .top {
    display: flex;
    flex-direction: column;
    position: relative;
}
.yacht .yachtlist .grid .yacht-detail .top .slide {
    height: 100%;
}
.yacht .yachtlist .grid .yacht-detail .top .slide .item {
    position: relative;
    float: left;
}
.yacht .yachtlist .grid .yacht-detail .top .slide .owl-dots {
    position: absolute;
    right: 54px;
    bottom: 10px;
    z-index: 3;
    height: 25px;
}
.yacht .yachtlist .grid .yacht-detail .top .slide .owl-dots button {
    margin-right: 5px;
    width: 10px;
    height: 10px;
    outline: none;
    box-shadow: none;
}
.yacht .yachtlist .grid .yacht-detail .top .slide .owl-dots button span {
    background: #ffffff;
    margin: 0;
    width: 8px;
    height: 8px;
    float: left;
    border-radius: 100%;
    opacity: 0.7;
}
.yacht .yachtlist .grid .yacht-detail .top .slide .owl-dots button.active span {
    background: #88c426;
}
.yacht .yachtlist .grid .yacht-detail .top .slide .owl-nav {
    margin: 0;
    position: absolute;
    right: 22px;
    bottom: 12px;
}
.yacht .yachtlist .grid .yacht-detail .top .slide .owl-nav .owl-prev {
    display: none;
}
.yacht .yachtlist .grid .yacht-detail .top .slide .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 100%;
    color: #88c426;
    outline: none;
    box-shadow: none;
}
.yacht .yachtlist .grid .yacht-detail .top img {
    float: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto;
}
.yacht .yachtlist .grid .yacht-detail .top span.yachtCode {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #88c426;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.yacht .yachtlist .grid .yacht-detail .top p {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 10px;
    width: 100%;
    font-weight: 700;
    color: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    font-size: 14px;
    z-index: 2;
}
.yacht .yachtlist .grid .yacht-detail .body {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.yacht .yachtlist .grid .yacht-detail a {
    color: #2c3e50;;
}
.yacht .yachtlist .grid .yacht-detail .body p.title {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #2c3e50;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(44, 62, 80, 0.1);
    padding: 0 0 5px 0;
}
.yacht .yachtlist .grid .yacht-detail .body .detail {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #2c3e50;
    border-bottom: 1px solid rgb(44, 62, 80, 0.1);
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}
.yacht .yachtlist .grid .yacht-detail .body .detail p {
    margin: 0;
}
.yacht .yachtlist .grid .yacht-detail .body ul {
    padding: 0;
    margin: 0;
    font-size: 15px;
}
.yacht .yachtlist .grid .yacht-detail .body ul li {
    margin-bottom: 5px;
    float: left;
    width: 50%;
}

.yacht .yachtlist .grid .yacht-detail .body ul li.price {
    width: 100%;
}
.yacht .yachtlist .grid .yacht-detail .body ul li span {
    color: #2c3e50;
    margin-left: 10px;
    font-weight: 500;
}
.yacht .yachtlist .list a {
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #2c3e50;
}
.yacht .yachtlist .list .yacht-detail {
    border-radius: 12px;
    margin-bottom: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 12px 22px 0px rgb(43 45 64 / 7%);
    -moz-box-shadow: 0px 12px 22px 0px rgba(43, 45, 64, 0.7);
    box-shadow: 0px 12px 22px 0px rgb(43 45 64 / 7%);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: row;
}
.yacht .yachtlist .list .yacht-detail .top {
    width: 33.33%;
    float: left;
    height: auto;
    margin-right: 10px;
}
.yacht .yachtlist .list .yacht-detail .top .slide {
    float: left;
    width: 100%;
}
.yacht .yachtlist .list .yacht-detail .top .slide .item {
    position: relative;
    float: left;
    border-radius: 12px;
}
.yacht .yachtlist .list .yacht-detail .top .slide .owl-stage-outer {
    border-radius:12px;
}
.yacht .yachtlist .list .yacht-detail .top .slide .owl-dots {
    position: absolute;
    right: 54px;
    bottom: 10px;
    z-index: 3;
    height: 25px;
}
.yacht .yachtlist .list .yacht-detail .top .slide .owl-dots button {
    margin-right: 5px;
    width: 10px;
    height: 10px;
    outline: none;
    box-shadow: none;
}
.yacht .yachtlist .list .yacht-detail .top .slide .owl-dots button span {
    background: #ffffff;
    margin: 0;
    width: 8px;
    height: 8px;
    float: left;
    border-radius: 100%;
    opacity: 0.7;
}
.yacht .yachtlist .list .yacht-detail .top .slide .owl-dots button.active span {
    background: #88c426;
}
.yacht .yachtlist .list .yacht-detail .top .slide .owl-nav {
    margin: 0;
    position: absolute;
    right: 22px;
    bottom: 12px;
}
.yacht .yachtlist .list .yacht-detail .top .slide .owl-nav .owl-prev {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 100%;
    color: #88c426;
    outline: none;
    box-shadow: none;
    display: none;
}
.yacht .yachtlist .list .yacht-detail .top .slide .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 100%;
    color: #88c426;
    outline: none;
    box-shadow: none;
}
.yacht .yachtlist .list .yacht-detail .top img {
    height: 167px;
    width: 283px;
    border-radius: 12px;
}
.yacht .yachtlist .list .yacht-detail .top span.yachtCode {
    position: absolute;
    right: 12px;
    top: 10px;
    background-color: #88c426;
    padding: 0 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.yacht .yachtlist .list .yacht-detail .top p {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 10px;
    width: 100%;
    font-weight: 700;
    color: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    font-size: 14px;
    z-index: 2;
}
.yacht .yachtlist .list .yacht-detail .body {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.yacht .yachtlist .list .yacht-detail .body a {
    width: 100%;
}
.yacht .yachtlist .list .yacht-detail .body p.title {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #2c3e50;
    border-bottom: 1px solid rgb(44, 62, 80, 0.1);
    padding: 0 0 5px 0;
    margin: 0 0 6px;
}
.yacht .yachtlist .list .yacht-detail .body .detail {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #2c3e50;
    border-bottom: 1px solid rgb(44, 62, 80, 0.1);
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}
.yacht .yachtlist .list .yacht-detail .body .detail p {
    margin: 0;
}
.yacht .yachtlist .list .yacht-detail .body ul {
    padding: 0;
    margin: 0;
    font-size: 15px;
}
.yacht .yachtlist .list .yacht-detail .body ul li {
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    border-right: 1px solid rgba(44,62,80,0.10);
    padding-right: 10px;
}
.yacht .yachtlist .list .yacht-detail .body ul li:last-child {
    border-right: 0;
}
.yacht .yachtlist .list .yacht-detail .body ul li span {
    color: #2c3e50;
    margin-left: 10px;
    font-weight: 500;
}
.yachtheader {
    float: left;
    width: 100%;
}
.yachtheader .menu {
    background-color: white !important;
    position: initial !important;
}
.yachtheader .menu .row {
    margin:0 15px;
}
.yachtdetail {
    padding:0;
    margin-bottom: 40px;
    padding-top: 40px;
}
.yacht-widget.tw-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 2;
}
.yacht-widget {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 12px 22px 0px rgb(43 45 64 / 7%);
    -moz-box-shadow: 0px 12px 22px 0px rgba(43, 45, 64, 0.7);
    box-shadow: 0px 12px 22px 0px rgb(43 45 64 / 7%);
    border-radius: 5px;
    background-color: white;
}
.yacht-widget h1.yacht-title {
    float: left;
    margin: 0;
    color: #2c3e50;
    text-transform: uppercase;
    background: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 10px;
    font-size: 25px;
}
.yacht-widget span.yacht-code {
    float: left;
    height: 100%;
    background-color: #f3cf3f;
    margin: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 13px;
    font-weight: 700;
    color: #2c3e50;
}
.yacht-widget .header {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #2c3e50;
    margin: 0;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: white;
}
.yacht-widget .header h3 {
    margin:0;
}
.yacht-widget .body {
    float:left;
    width:100%;
    border-top: 1px solid rgb(44, 62, 80, 0.1);
    padding: 20px;
    background-color: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.yacht-widget .body ul.special {
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
}
.yacht-widget .body ul.special li {
    float: left;
    width:50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    padding: 5px 20px;
    color: rgba(44,62,80,0.10);
}
.yacht-widget .body ul.special li:last-child,
.yacht-widget .body ul.special li:nth-child(2n) {
    /* border-right:0; */
}
.yacht-widget .body ul.special li .icon {
    float: left;
    margin-right: 10px;
    min-width: 30px;
}
.yacht-widget .body ul.special li .icon i {
    color: #2c3e50;
    font-size: 20px;
}
.yacht-widget .body ul.special li .detail {
    width: 100%;
    display: flex;align-items: center;}
.yacht-widget .body ul.special li .detail span {
    font-size: 14px;
    font-weight: bold;
    color: #2c3e50;
    margin-right: 10px;
    min-width: 150px;
    float: left;
}
.yacht-widget .body ul.special li .detail p {
    margin:0;
    color: #2c3e50;
}
.yacht-widget form button {
    background-color: #88c426;
    border-color: #88c426;
    box-shadow: none;
    color: #fff;
    outline: none;
}
.yachtdetail .mySwiper {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}
.yachtdetail .mySwiper a {
    float:left;
    cursor: pointer;
}
.yachtdetail .mySwiper .swiper-button-next {
    color: #fff;
}
.yachtdetail .mySwiper .swiper-button-prev {
    color: #fff;
}
.yachtdetail .mySwiper .swiper-pagination {
    background-color: white;
    padding: 10px 0;
    border-radius: 12px;
}
.yachtdetail .mySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #2c3e50;
}
.yachtdetail .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
    opacity: 0.5;
}
.yachtdetail .price {
    float: left;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    min-height: 150px;
}
.yachtdetail .yacht-price {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 12px 22px 0px rgb(43 45 64 / 7%);
    -moz-box-shadow: 0px 12px 22px 0px rgba(43, 45, 64, 0.7);
    box-shadow: 0px 12px 22px 0px rgb(43 45 64 / 7%);
    border-radius: 5px;
    background: white;
    padding: 10px;
}
.yachtdetail .yacht-price span {
    float: left;
    width: 100%;
    text-align: center;
}
.yachtdetail .yacht-price span.month {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid rgb(44, 62, 80, 0.1);
    margin-bottom: 10px;
    color: #2c3e50;
}
.yachtdetail .yacht-price span.date {
    font-size: 11px;
}
.yachtdetail .yacht-price span.free {}
.yachtdetail .price .swiper-button-next {
    color: #2c3e50;
}
.yachtdetail .price .swiper-button-prev {
    color: #2c3e50;
}
.yachtdetail .price .swiper-pagination {
    background-color: white;
    padding: 10px 0;
    border-radius: 12px;
}
.yachtdetail .price .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #2c3e50;
}
.yachtdetail ul.nav-tabs {
    border: 0;
}
.yachtdetail ul.nav-tabs li.nav-item {
    background-color: white;
    padding: 10px;
    -webkit-box-shadow: 0px 12px 22px 0px rgb(43 45 64 / 7%);
    -moz-box-shadow: 0px 12px 22px 0px rgba(43, 45, 64, 0.7);
    box-shadow: 0px 12px 22px 0px rgb(43 45 64 / 7%);
    border-radius: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.yachtdetail ul.nav-tabs li.nav-item a.nav-link {
    border: 0;
    border-radius: 0;
    color: #2c3e50;
    padding: 0 10px;
}
.yachtdetail ul.nav-tabs li.nav-item a.nav-link.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
    font-weight: 700;
}
.yachtdetail .tab-content {
    padding: 20px;
    color: #2c3e50;
    background-color: white;
    border-radius: 12px;
}
.yachtdetail .tab-content #map {
    display: flex;
    height: 400px;
    margin: -20px;
    border-radius: 5px;
}