label.error {
    color: #FF0000 !important;
    display: block;
    width: 100%;
}

.owl-nav {
    display: none !important;
}

.sh-icon-btn img {
    padding: 4px;
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {}

.yacht-detail-page {
    margin: 10px 0 !important;
}

.yacht-detail-page button {
    color: #fff !important;
    padding: 20px;
    margin: 0 !important;
    margin-top: 10px;
}

.yacht-detail-page .accordion-body {
    padding: 10px 20px;
}

.news-detail-header .social-share {
    position: relative;
}

.home-t {
    line-height: 2rem;
}

.news-detail-header .social-share .share-box-social {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -30px;
    bottom: 100%;
    background: #fff;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 120px;
}

.news-detail-header .social-share .share-box-social::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #30c96a transparent transparent transparent;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    z-index: 99;
    margin-left: -3px;
}

.news-detail-header .social-share:hover .share-box-social {
    opacity: 1;
    visibility: visible;
    margin-bottom: 6px;
}

.qr-code-box{
    border: #DCD3C6 solid 1px;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    margin-top: 12px;
    position: relative;
}
.qr-code-box a{
    display: contents;
}
.qr-code-box h5{
    font-size: 16px;
}
.qr-code-box p {
    font-size: 14px;
}
.qr-code-box p:after {
    content: '\f56d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: #263a99;
}

@media (max-width: 768px) {
    .msold {
        display: none !important;
    }

    .dsold {
        display: block !important;
    }

    .mob-banner {
        display: block !important;
    }

    .desk-banner {
        display: none;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block !important;
    }
}

.dashboard-box .disabled,
.new-add .disabled {
    display: none;
}

.dashboard-box .active {
    color: #263A99;
    font-weight: 900;
}

.key-feature ul li label {
    background: #f8f8f8;
    color: #000;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 50px;
    border: #ffede8 solid 1px;
    font-family: "Lato", sans-serif;
    margin: 5px;
    font-size: 14px;
}

.key-feature ul li input:checked+label {
    background-color: #0f194d;
    color: white;
}



.select2-container {
    border-radius: 4px;
    border: 1px solid #ccc;
    border: none !important;
}


.select2-dropdown {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 10px;
}


.select2-selection {
    background-color: #f9f9f9;
    line-height: 100%;
    padding: 24px 16px;
    position: relative;
}

.select2-selection__rendered {
    color: #333;
    margin-top: -12px;
}

.select2-selection__placeholder {
    color: #999;
}

.select2-results__option {
    padding: 8px;
    color: #333;
}

.select2-results__option--highlighted {
    background-color: #007bff;
    color: white;
}





.dashboar-right .stats-icon {
    background: #263A99;
    padding: 15px;
    border-radius: 50%;
}

.listing-img {
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
}

.listing-img img {
    border-radius: 10px;
}

.dashboard-mobile {
    margin: 10px 0;
    border: none;
}

.dashboard-mobile .accordion-button {
    position: relative;
    padding: 12px 30px;
    background: #263A99;
    border-radius: 12px;
    font-family: "Lato", sans-serif;
    width: 100%;
    text-align: left;
    color: #fff !important;

}

.mean-container .mean-nav ul li a {
    color: #fff !important;
}

.accordion-button {
    position: relative;
    background: #263A99 !important;
    border-radius: 12px !important;
    color: #fff !important;

}


.dashboard-mobile button {
    margin-left: 0;
}

.dashboard-mobile .accordion-button.collapsed {
    border-radius: 10px !important;
}

.dashboard-mobile .accordion-button:focus {
    border-radius: 10px !important;
}


.dashboard-mobile .accordion-item {
    border: 0;
}


.dashboard-mobile .accordion-body {
    padding: 0;
}

.dashboard-mobile .accordion-button::after {

    background-image: url('../img/img-plus.png');
    margin-right: -15px;
}


.accordion-button:not(.collapsed)::after {
    background-image: url('../img/img-min.png');
}


.mobile-menu {
    display: none;
}



.main-navbar {
    padding: 40px 0;
    position: relative;
}

.navbar-area.is-sticky {
    top: 0;
}

#footer_area {
    padding: 40px 0px;
}


input {
    direction: ltr;
}

textarea {
    direction: ltr;
}

.ar-lng {

    direction: rtl;
}

.dial {
    max-width: 120px;
    width: 120px;
    background-color: gainsboro;
}

.custom-message {
    font-size: 14px;
    line-height: normal;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.logo-company {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.logo-company img {
    width: 100%;
    height: auto;
    max-width: 200px;
    padding: 30px;
}

.filter-form input[type="number"] {
    width: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 5px;
}

.currency-select {
    background-image: none !important;
    background-color: #eee !important;
    width: 30px !important;
    font-size: 12px;
    text-align: center;
    border: none !important;

}

.currency-select:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

@media screen and (max-width: 1424px) {
    .filter-form input[type="number"] {
        width: 80px;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 5px;
    }

    .currency-select {
        width: 30px !important;
        font-size: 10px;
        background: no-repeat;
    }

}

.title-bigger {
    font-size: 22px;
}

.listing-sub-det {}

.listing-sub-det span {
    padding: 0;
    display: inline-block;
}

.listing-sub-det span:first-child {
    padding-right: 10px;
    border-right: 1px solid #999;
    margin-right: 10px;
}

.listing-sub-det span em {
    display: block;
    font-size: 14px;
    font-style: normal;
}

.inno {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    text-transform: uppercase;
}

.inno a {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    padding-left: 5px;
}

.inno a:hover {
    color: rgba(255, 255, 255, 1);
}

.sold {
    padding: 8px 20px;
    background: rgba(204, 0, 0, 0.77);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
}

.dsold {
    padding: 8px 20px;
    background: rgb(204, 0, 0);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    position: absolute;
    text-align: center;
    bottom: 30%;
    border-radius: 0 20px 20px 0;
    display: none;
}

.msold {
    padding: 8px 20px;
    background: rgb(204, 0, 0);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    float: right;
    margin-right: -32px;
}

a.popup-link {
    font-weight: 600;
}

.form-restricted {
    position: relative;
}

.form-restricted::after {
    content: '\1F512';
    font-size: 48px;
    color: rgba(0, 0, 0, 0.7);
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
    pointer-events: none;
    width: 100%;
    text-align: center;
    vertical-align: baseline;
    height: 88%;
    z-index: 1;
    padding-top: 30%;
    bottom: 16%;
}

.yacht-rental-home .featured {
    top: 10%;
}

span.result-text.hide-dextop {
    visibility: hidden;
}

span.result-text {
    visibility: hidden;
}

.spinner {
    display: inline-block;
    width: 10px;
    height: 24px;
    border: 2px solid #fff;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loading-btn {
    pointer-events: none;
    opacity: 0.7;
}

.news_left ul {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 10px;
}

.news_left ul li {
    margin-bottom: 10px;
    list-style-type: unset;
}

.about_us_left ul {
    padding-right: 20px;
    margin-top: 10px;
}

.about_us_left ul li {
    margin-bottom: 10px;
    list-style-type: unset;
}



.toggle-group {
    display: inline-flex;
    background: #f3ece7;
    font-size: 14px;
    padding: 5px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.toggle-option-1 {
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    color: #5a4a3c;
    transition: background-color 0.3s, color 0.3s;
    user-select: none;
    font-weight: bold;
}

.toggle-option-1.active {
    background-color: white;
    font-weight: bold;
}

.btn-filter,
.btn-filter-m {
    background: #f3ece7;
}

@media (max-width: 768px) {
    .filter-form input[type="number"] {
        width: 100% !important;
    }

    .btn-filter,
    .btn-filter-m {
        background: #f3ece7;
        width: 100px
    }
}