.share_this {
    cursor: pointer;
}

.car-select-row {
    border: none;
}

.car-col {
    width: 16.25%;
}

.fl-result-item:hover {
    border: 2px solid rgb(18 73 134);
    cursor: pointer;
}

#subscribe_newsletter {
    position: relative;
}

#subscribe_newsletter label.error {
    color: red;
    position: absolute;
    top: 55px;
    left: 0px;
}

.sh-mk-powered-by img {
    max-width: 70px;
}

.sh-mk-powered-by p {
    font-size: 14px;
}

.sh-mk-powered-by.text-center {
    text-align: right !important;
}

.contact-form input, .contact-form input[type="submit"] {
    margin: 0;
}

.contact-form div.form-group {
    margin-bottom: 15px;
}

#contact_form label.error {
    color: red;
}

.filter-tag {
    cursor: pointer;
}

ul.list li {
    letter-spacing: 0.8px;
    font-size: 14px;
}

a.term_condition {
    color: #4eb577;
}

a.term_condition:hover {
    color: #222222;
}

.login_modal_text {
    display: block;
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: bold;
}

.cursor_context_menu,
.cursor_context_menu * {

    cursor: context-menu !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.user-info {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 9;
    right: 0 !important;
    top: 40px !important;
    width: 600px;
    transform: none !important;
    left: auto !important;
}

.user-info a {
    display: inline-block;
    color: #4eb577;
    font-size: 16px;
    text-align: left;
    min-width: 190px;
}

.user-info:after {
    content: "";
    position: absolute;
    border-width: 15px;
    border-style: solid;
    /* left: 20px; */
    border-color: transparent transparent #fff transparent;
    top: -30px;
    right: 46px;
}

.hotel-address > h4 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 8px !important;
}

.hotel-address > h5 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.56px;
    line-height: 18px;
    color: #000;
    opacity: .5;
    padding-bottom: 0px;
    display: inline-block;
}

.hotel-address h6 {
    cursor: pointer;
    display: inline-block;
}

.fancybox-slide .room-popup-data {
    height: auto !important;
}

.detail-page-tab li a {
    color: gray;
}

.slider-item img {
    border-radius: 15px;
}

.hotel-result-form .datepicker input {
    opacity: 1;
}

.submit-btn button {
    font-family: 'Sofia regular';
}

.banner-service {
    border-radius: 25px;
}

.hotel-thumb .gallery .owl-nav button i {
    background: rgba(0, 0, 0, 1);
    border-color: #ffffff;
}

.newsletter-section form {
    border: 1px solid #dddddd;
}

.continue-btn button:disabled {
    background: rgba(78, 181, 112, 0.5);
}

.swal2-styled.swal2-confirm {

    background-color: #4FB878 !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(79 184 120 / 50%) !important;
}

.home .nav_area ul.menu > li > a:link,
.home .nav_area ul.menu > li > a:visited,
.home .nav_area ul.menu > li > a:hover,
.home .nav_area ul.menu > li > a:active {

    color: #ffffff;
    text-decoration: none;
}

.newsletter-section input[type="email"] {
    text-transform: unset !important;
}

.newsform div input {
    font-size: 17px;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
}

.agaInsuranceOptions label {
    display: block !important;
}

.title-icon {
    width: 50px;
}

.modal_height {
    height: 60vh !important;
    overflow-y: scroll;
}

.rating-widget span {
    z-index: 9;
}

/**************************************************************************************************************************************/

@media (max-width: 767px) {

    #filtermodal .modal-content {
        height: 100vh;
    }

    .div_review_rating span.text-center, .div_review_rating span.secure {
        display: none !important;
    }

    .div_modal_scroll {
        position: relative;
        display: block;
        height: 70vh;
        overflow-y: scroll !important;
        padding: 0 10px;
    }

    .col_car_pick_up_text.mobile,
    .col_car_drop_text.mobile,
    .col_div_pick_up.mobile,
    .col_div_drop_off.mobile {
        width: 49%;
        margin-top: 0;
    }

    .col_div_pick_up.mobile,
    .col_div_drop_off.mobile {
        margin-top: 10px;
    }

    .filter-dropdown {
        width: auto !important;
    }

    .banner-form .search-field label {
        line-height: 15px;
        font-size: 11px;
    }
    .user-info {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .daterangepicker {
        z-index: 99999 !important;
    }

    .sh-mk-select .h6 {
        font-size: 15px;
    }
}


    /*----------------------------------------*\
                    USER-MESSAGE
    \*----------------------------------------*/

    .inbox-container{
        max-width: 1440px;

    }

    .message-search {
        border-radius: 30px;
        border: 1px solid #e0e5ed;
        background: #FFF;
        padding: 10px 15px;
    }


    .message-search input{
        color: #586487;

    font-family: Sofia Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    }



    .message-search input::placeholder{
        color: #586487;
    }

    .new-chat-btn{
        display: inline-block;
        border-radius: 30px;
        border: 1px solid #F4F8FF;
        background: #4EB779;
        width: 100%;
        text-align: center;
        padding: 10px;
        color: #ffff;
    }

    .inbox-hotel-item .book-btn{
        border-radius: 5px;
    }

    .inbox-hotel-item ul li{
        color: #586487;
        font-size: 18px;
        padding-bottom: 5px;
        line-height: 26px;
    }

    .inbox-hotel-item ul li  svg{
        margin-right: 4px;
    }


    .user-inbox-pic{
        min-width: 48px;
        text-align: center;
        min-height: 48px;
        padding: 14px;
        font-size: x-large;
        font-weight: 900;
        background-color: #4EB779;
        color:#EDF8F2
    }

    .inbox-msg-list  ul li h5{
        color: #141414;
        font-size: 16px;
        font-weight: 600;
    }

    .inbox-msg-list ul li h6{
        color: #586487;
        font-size: 12px;
        line-height: 16px;
    }

    .inbox-msg-time{
        color: #141414;
        font-size: 12px;
        line-height: 16px;
    }

    .inbox-chat-count{
        min-width: 18px;
        width: 18px;
        height: 18px;
        font-size: 12px;
        color: #fff;
        border-radius: 50%;
        line-height: 18px;
        text-align: center;
        background: #E50000;
    }



    .message-item{
        border-left: 4px solid transparent;
        transition: all .3s;
        position: relative;
    }

    .message-item:after{
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #F4F8FF;
        position: absolute;
        bottom: 0;
    }

    .message-item:hover{
        background: #EDF8F2;
        border-left:4px solid #4EB779;
    }

    .new-msg{
        /* background: #EDF8F2;
        border-left:4px solid #4EB779; */
    }

    .message-active{
        /* background: #f0f2f5;
        border-left: 4px solid #999f9b; */
        background: #EDF8F2;
        border-left:4px solid #4EB779;
    }

    .message-person h6{
        font-size: 16px;
        color: #141414;
    }

    .msg-listing {
        background: #EDF8F2;
    }

    .msg-item {
        border-radius: 0px 14px 14px 14px;
        border: 1px solid #F4F8FF;
        background: #FFF;
        padding: 10px 18px;
        max-width: 260px;

    }

    .msg-item p{
        font-size: 14px;
        color: #141414;
        line-height: 18px;

    }

    .reply-msg{
        border-radius: 0px 14px 14px 14px;
        border: 1px solid #F4F8FF;
        background: #4EB779;
        max-width: 320px;
    }

    .reply-msg p{
        color: #fff;
    }

    .msg-time{
        color: #586487;font-size: 10px;
        padding-top: 8px;
    }

    .reply-item > div{
        justify-content: end;
    }

    .reply-item  img{
        margin-bottom: 25px
    }

    .msg-form{
        border-radius: 8px;
        border: 1px solid #F4F8FF;
        background: #FFF;
        padding: 10px 15px;
    }

    .msg-form input{
        font-size: 16px;
        color: #586487;
    }

    .msg-form label{
        cursor: pointer;
    }

    .msg-form .send{
        width: 38px;
        height: 38px;
        background: #4EB779;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .msg-listing .messages{
        height: 420px;
        overflow: auto;
    }

    .msg-listing .messages::-webkit-scrollbar, .inbox-msg-list::-webkit-scrollbar{
        display: none;
    }

    .inbox-msg-list {
        height: 521px;
        overflow-y: auto;
    }


    .inbox-hotel-item .book-btn.cancel-btn {
        background-color: #000000;
        border-radius: 0;
    }

    .mw-48{
        min-width: 48px;
    }


    @media (min-width:768px){
        .inbox-sidebar{
            border-left: 1px solid #e0e5ed;
        }
    }
