.feefo-badge {
    width: 220px;
    height: 45px;
    font-family: arial, trebuchet, sans-serif;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    float: right;
}

.badge-score,
.badge-stars,
.review-count,
img.service-logo {
    display: block;
    margin-left: 0;
}

/* #block-feefo-reviews-feefo-badge {
    display: inline-block;
    position: absolute
} */

img.service-logo {
    position: absolute;
    top: 5px;
    left: 5px;
}

.badge-stars,
.review-count {
    left: 85px;
    position: absolute;
}

.badge-stars {
    top: 3px;
}

.review-count {
    font-size: 12px;
    top: 21px;
    color: #000;
}

.badge-score {
    position: absolute;
    top: 9px;
    left: 165px;
    color: #111;
}

.ratingValue {
    font-weight: 700;
    height: 35px;
    font-size: 26px;
}

/* .block-feefo-reviews {
    margin: 10px 0 0
} */

.feefo-reviews-logo,
.rating {
    margin-right: 30px;
    float: left;
}

.feefowidget-carousel-single-review-body {
    border: none !important;
}

.badge-stars .feefowidget-star {
    font-size: 14px;
}

@media (min-width: 768px) {

    /* #block-feefo-reviews-feefo-badge {
        left: 20%;
        top: 20%
    } */
    .swiper-container.feefo-reviews-block {
        height: 500px;
    }
}

/* @media (min-width:1024px) {
    #block-feefo-reviews-feefo-badge {
        left: 33%;
        top: 25%
    }
} */

.feefo-rating {
    font-weight: 600;
}

.rating {
    font-size: 32px;
    letter-spacing: -1px;
}

.stars {
    float: left;
    padding-top: 20px;
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .stars {
        padding-top: 0;
    }
}

.reviews-number {
    padding-top: 14px;
}

.aggregateRating {
    margin-bottom: 30px;
}

.swiper-container.feefo-reviews-block {
    color: #505050;
    text-align: left;
}

.review-customer time {
    color: #bbb;
}

@media (max-width: 768px) {
    .rating {
        width: 100%;
    }
}

.review-customer,
.review-title {
    margin-bottom: 15px;
}

.feefowidget-star {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    font-size: 19px;
    line-height: 1em;
    letter-spacing: 0.5px;
    color: #ffd000;
}

@media (max-width: 767px) {
    .swiper-container.feefo-reviews-block {
        height: 225px;
        overflow-y: auto;
    }

    .reviews-number {
        white-space: nowrap;
    }

    #availability .datepick-month {
        width: 49%;
    }
}

@media (min-width: 768px) {
    .swiper-container.feefo-reviews-block {
        height: 180px !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

.destination_home_page {
    height: 400px;
    overflow: hidden;
}

.search_box {
    height: 45px !important;
}

#mainContent {
    padding: 0 !important;
}

input#date_range_from_human,
input#date_range_to_human {
    font-size: 12px !important;
}

.included-standard ul {
    -moz-column-count: 2;
    -moz-column-gap: 10%;
    -webkit-column-count: 2;
    -webkit-column-gap: 10%;
    column-count: 2;
    column-gap: 10%;
    list-style: none;
    padding: 1em;
}

.included ul>li:before {
    content: "–";
    /* en dash */
    position: absolute;
    margin-left: -1.1em;
}

.why_charter_with_us ul {
    list-style: none;
    padding: 0 1em;
}

.why_charter_with_us ul li:before {
    content: "\f0a9";
    position: absolute;
    margin-left: -1.1em;
    font-family: FontAwesome;
}

/* Destination View Page */

.sliver {
    margin-top: 5px;
}

.town-image {
    padding-bottom: unset;
}

.desti-content {
    margin: 0 0 15px 0;
    text-align: justify;
}

.cnt-white {
    color: #fff;
}

.cnt-black {
    color: #000;
}

.cnt-vertical {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Home  Page */

.search-heading {
    margin: 0;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
}

.flex-center-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#startpointsMap {
    width: 100%;
    height: 400px;
}

/* .yacht-right h2 {
    color: #000 !important;
} */

/* .yacht-info h3 {
    color: #000 !important;
} */

/* Home banner title */

.media-sec {
    position: relative;
    text-align: center;
    color: white;
}

.ImageTitle {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
}

.ImageTitle h2 {
    font-size: 60px;
    font-weight: bolder;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: inline;
}

.ImageTitle h2 span {
    background: #003466;
    padding: 0 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

#viewdivfinalimg {
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

#viewdivfinalimg img {
    opacity: 0.6;
}

#viewimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.dest_section .destImage {
    padding: 0 0 10px 0;
}

#availability .datepick-month.first {
    padding-right: 15px;
}

#availability .datepick-month.last {
    padding-left: 15px;
}

.dest_section {
    padding: 10px 0px;
}

.galleryImage.floor_image {
    height: auto;
}

.book-now-section {
    height: 100%;
}

.yacht_details_section {
    padding: 30px 0px;
    display: flex;
}

.yacht_feature_detail {
    font-weight: 600;
}

.yacht_details_section .book-now-section {
    background-color: #fff;
    padding: 0;
}

.included_standards {
    padding: 30px 0px;
}

.copyright-section {
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0.75;
}

.footer {
    background-color: #003466;
    opacity: 0.9;
}

.faq_title {
    color: #003466;
}

.faq_details_sec {
    padding: 15px;
}

#faqordion,
.dest-description {
    margin-bottom: 30px;
}

.faq_category {
    padding: 10px 15px;
    background-color: #003466;
}

/* begin ds/acs 13-02-2019 */
button[disabled]#holdyacht {
    background-color: #d9544f7d;
    color: white;
    border: #d9544f7d;
}

div#bookingPrice {
    font-weight: bold;
}

button#makeBooking {
    border-radius: 0px;
}

.book-now-section {
    min-height: 270px;
}

span.error {
    color: red;
}

select.error,
textarea.error,
input.error,
input.error:focus {
    border-color: red;
}

/* end ds/acs 13-02-2019 */

.destination_home_page img,
.destination-section img {
    height: 100%;
}

.destination-section img {
    margin: 0 auto 30px;
    object-fit: cover;
    width: 100%;
    min-height: 400px;
}

.topImg img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}

section.destination-section .row:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

section.destination-section .row:nth-child(odd) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.yachtfeaturelist li {
    list-style-type: disc;
    padding: 0px;
    flex-basis: 33.33%;
}

.yachtfeaturelist {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
    padding-left: 30px;
}

.feature_category_title strong {
    color: #000;
}

/* DS/ACS 15-02-2019 - ui slider */

.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-radius: 50%;
}

.ui-slider-horizontal {
    height: 0.35em;
}

.ui-slider .ui-slider-handle {
    width: 0.9em;
    height: 0.9em;
}

.filter-title {
    font-size: 12px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.ui-slider {
    width: 95px;
    position: relative;
    right: 0;
}

.filter-block {
    display: inline-block;
    margin: 0 1.5em;
    color: #3686dd;
    margin-bottom: 2em;
}

.search-results hr {
    margin: 18px 0;
}

.no-padding-right {
    padding-right: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

/*label.filter-label {
    padding-right: 28px;
}*/

.ui-widget-header {
    background: #3686dd;
}

.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 #dc0909;
    background: #dc0909;
}

.min-max-amount span {
    font-size: 11px;
    padding: 10px 0 0;
    color: #3686dd;
}

.filter-container {
    position: absolute;
}

.filter-container span {
    font-size: 11px;
}

.listingEntry {
    left: 0px !important;
    top: 0px !important;
}

#options {
    /*  width: 174px; */
    position: absolute;
    /* right: 61px;*/
    z-index: 1;
    background: #ffffff;
}

/*#options {
    margin-top: 3em;
}*/

.facility-option {
    /*    height: 80px;
    overflow-y: scroll; */
    border: 1px solid #eee;
    padding: 10px;
}

.filter-block .filter-title {
    cursor: pointer;
}

select.searchResultsFilter_priceOrder {
    font-size: 12px;
}

option.optionGroup {
    font-weight: bold;
    color: #000;
}

/*DS/ACS 15-02-2019 features style*/

.real-time .filter-title {
    color: #3686dd;
}

input#real_time_only {
    cursor: pointer;
}

div#options.highlight {
    display: block !important;
}

div#options {
    display: none !important;
}

.option-set label {
    font-weight: normal !important;
    margin-bottom: 0px;
}

.option-set input {
    cursor: pointer;
}

/* DS/ACS - change pips line color */

.filter-block .ui-slider-line,
.filter-block .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
    background: #999 !important;
}

.remove-filter {
    text-align: center;
}

.filter-title {
    font-size: 14px;
}

.current-block {
    font-weight: 700;
}

.guest-details {
    color: #000000 !important;
    font-style: italic;
    /* font-weight: bold; */
}

.more_less {
    margin-bottom: 20px;
    font-size: 14px;
}

.datepick-popup {
    border: 1px solid #fff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

.datepick-popup .datepick {
    width: 300px;
    font-size: 85%;
}

.datepick-popup .datepick-month {
    width: 100%;
}

.new_filter_by {
    text-align: center;
}

.filter-block span {
    color: #3686dd;
}

.filter_by_feature.feature-drop {
    text-align: left;
}

#award_winning_section:before {
    background: rgba(0, 0, 0, 0);
}

.dest_town_image {
    height: 300px;
}

.destination-sec-content {
    margin-bottom: 10px;
}

/* Contact Page */

.contact-message {
    font-size: 30px;
    text-align: left;
    line-height: 60px;
    color: #003466;
    margin: 10px 0;
    font-family: "Montserrat", sans-serif !important;
    text-align: center;
}

.contact-section {
    padding: 30px;
}

section.contact-section .error {
    color: red;
}

.contact-button {
    background: #003466;
    color: #fff;
}

.contact-button:hover {
    background: #fff;
    color: #003466;
}

.contact-submit {
    text-align: center;
}

.contact-captcha-error {
    color: red;
    font-weight: bold;
}

.yacht_detail {
    text-transform: uppercase;
    font-size: 18px;
}

.featureList {
    display: flex;
    flex-wrap: wrap;
}

.destDescription,
.yacht_desc {
    padding-top: 20px;
}

/* Home and destination Image style*/

.home-desti-sec-info {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #003466;
    padding: 10px 10px;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.desti-sec-img {
    position: relative;
    text-align: center;
    color: white;
}

.desti-sec-info {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #003466;
    padding: 10px 10px;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}

#award_winning_section:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.about_us_content {
    position: absolute;
    top: 0;
    padding: 5px 30px;
}

.feature ul>li {
    list-style-type: disc;
}

.feature ul {
    padding-inline-start: 20px;
}

.title_feature {
    display: inline;
}

@media screen and (min-width: 768px) {
    #yachtfeatures .modal-dialog {
        width: 60%;
    }
}

label.error.valid {
    display: none !important;
}

label.error.valid {
    display: none !important;
}

.route-map-whitespace {
    margin-bottom: 10px;
}

.not-included-standard ul {
    padding: 1em;
}

.no-padding-top {
    padding-top: 0;
}

.yacht-search:nth-child(even) {
    background-color: #fafafa;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

#view-itinerary {
    padding-top: 15px;
}

.feature-drop #options {
    width: 210px;
}

.yacht-info .yacht-make-model {
    margin-top: 0;
}

.search-whatsincluded {
    margin-top: 20px;
}

.town-image-section {
    padding: 20px 0 0 0;
}

.yacht-search {
    border: 0;
}

.yacht-search .yacht-right {
    margin-top: 0;
}

.date-field {
    width: 20%;
}

.yacht-blurb {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    color: #fff;
    padding: 15px 0;
}

.yacht-blurb-parent {
    position: relative;
}

/* ACS -01-05-2019 */
.yacht-details .heading-h2 {
    font-size: 30px;
}

.yacht-details .heading-h3 {
    font-size: 25px;
}

.yacht-search .yacht-right .heading-h2 {
    font-size: 30px;
}

/*Yacht feature modal popup*/

.features-body {
    padding-top: 0;
}

.features-content {
    padding: 20px 0px;
}

.features-header {
    padding-left: 32px;
}

.no-margin {
    margin: 0;
}

.feature ul {
    padding-bottom: 15px;
}

.yacht-details .para {
    margin-top: 0;
}

.yacht-details-search {
    display: flex;
    align-items: center;
}

/* div#options.highlight{
    width: auto;
    right: 0;
    position: absolute;
    display: flex!important;
    justify-content: center;
} */
.features_more,
.features_less {
    cursor: pointer;
}

.new-search {
    padding: 15px;
    background-color: #e7e1e1;
}

#search-section.new-search-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.new-search-heading {
    color: #003466;
    padding-bottom: 0;
}

.new-search-label {
    color: #003466;
    font-size: 12px;
}

@media (max-width: 767px) {

    .ImageTitle h2,
    .two-sec .heading-h2,
    .two-sec .heading-h3,
    .new-search-heading {
        font-size: 28px;
        line-height: 1.2;
    }

    /* //since client has added inline style in ckeditor content */
    .mobile-font-14 span,
    .mobile-font-14 p,
    .mobile-font-14 p span {
        font-size: 14px !important;
    }

    .topImg img {
        height: 150px;
    }

    .gallery-detail,
    .yacht_details_section,
    .yachtfeaturelist,
    .yacht-details-search {
        display: block;
    }

    #award_winning_section {
        height: 350px;
    }

    .back-to {
        display: none;
    }

    .mobile-padding-bottom-15 {
        padding-bottom: 15px;
    }

    .mobile-no-padding {
        padding: 0;
    }

    .section-calendar,
    .booking-detail {
        padding: 30px 0px;
    }

    /* .dest_section .destImage{
        padding: 0px 15px;
    } */
    .destImage.dest-desc {
        padding: 0px 15px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .destinations .details .heading-h3 {
        font-size: 17px;
    }

    .header .logo-mobile {
        width: 60%;
    }

    .navbar-btn {
        margin-top: 5px;
    }

    .banner-title {
        font-size: 32px;
    }

    .banner-title-sec {
        top: 50%;
    }

    .filter-block {
        margin: 0 6px;
    }

    #options {
        right: 0;
    }

    .yacht-search .yacht-name {
        margin: 0;
    }
}

@media (min-width: 1025px) {
    .pc-width-20 {
        width: 20%;
    }
    .pc-width-19 {
        width: 19%;
    }
    .pc-width-18 {
        width: 18%;
    }

    .header {
        padding-top: 0;
    }

    .pc-flex-center {
        display: flex;
        align-items: center;
    }
}

.feefo-badge .service-logo {
    width: auto;
}

#ps-logo {
    float: right;
    display: block;
    width: 65%;
    /* margin-right: 15px; */
    background: url(https://plainsailing.com/assets/img/logoformobile.png) right center no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

#navigationContact a {
    color: #fff;
}

#navigationContact {
    text-align: right;
}

.back-to {
    color: #fff;
    text-align: right;
    font-size: 11px;
    padding-right: 8px;
}

.padding-top-0 {
    padding-top: 0;
}

.backto-ps-section {
    background-color: #468ddb;
    width: 38%;
    padding-left: 0px;
    padding-right: 8px;
    margin-bottom: 5px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.z-index-9999 {
    z-index: 9999;
}

/* begin search mobile */
.margin-0 {
    margin: 0;
}

.icon-section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
}

.technical_icon {
    /* width: 25px;
    display: inline-block; */
    margin: 6px 6px 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.technical_icon img.technical-icon-img {
    width: 25px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .live-text {
        color: #d9544f;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .yacht-year {
        font-size: 24px;
        padding-left: 10px;
    }

    #search-m-img {
        width: 100%;
    }

    .search-price-m {
        font-size: 28px;
        font-weight: 700;
    }

    .more-btn {
        margin: 0;
        padding: 6px 15px;
    }

    .yacht-rooms {
        margin: 10px 0px;
    }
    .font-weight-700
    {
        font-weight: 650;
    }
    #yacht-base{
        color: #000;
    }
    .search-detail-right{
        position: absolute;
        bottom: 50px;
        right: 15px;
    }
    .technical_icon img.technical-icon-img {
        width: 30px;
    }
    .mobile-pad-btm-15{
        padding-bottom: 15px;
    }
}
@media (max-width: 370px) {
    .search-detail-left{
        width: 78%;
    }
    .search-detail-right{
        width: 22%;
        bottom: 47px;
    }
    .search-price-m {
        font-size: 24px;
        font-weight: 700;
    }
}
@media (max-width: 380px) {
    #filter-search-cabin{
        display: none;
    }
}
/* end search mobile */
.padding-bottom-0{
    padding-bottom: 0;
}
@media all and (min-width: 992px) and (max-width: 1999px) {
    .search-boxes{
        padding-left: 10px;
        padding-right: 10px;
    }
    .pc-width-18 {
        width: 17%;
    }
    .pc-width-19 {
        width: 20.5%;
    }
}