strong {
    font-weight: 600;
}
ul.listing-features {
    columns: 2;
}

    ul.listing-features span {
        display: block;
        font-size: small;
        line-height: 13px;
        color: #ccc;
    }

listing-features li {
    color: #502c05;
    font-weight: 500;
}

@media (max-width: 575px) {
    ul.listing-features {
        columns: 1;
    }
}

@media (min-width: 576px) {
    .exprience {
        display: flex;
        background: var(--white);
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 20px;
        padding-bottom: 10px;
        padding-top: 0;
    }

        .exprience .item-header {
            flex-basis: 22%;
            max-width: 22%;
            width: auto;
            display: block;
            padding-bottom: 8px;
            padding-right: 8px;
            padding-top: 0;
        }

        .exprience .item_content {
            flex-basis: 78%;
            max-width: 78%;
            width: auto;
            text-align: left;
        }
}

.item-title {
    font-weight: 500;
    font-size: 14px;
}

.price-block-discount {
    background-color: #777473;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #ffdc00;
    font-size: .975rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 8px 16px;
    text-align: right;
    display: block;
}

.price-block {
    padding: 5px;
}

.price-actual {
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
    color: #53a203;
}

.price-base {
    text-decoration: line-through;
}

.price-actual span {
}

.price-actual .bookbtn {
    order: 2;
    float: right
}

.itemproperty {
    columns: 2;
    position: relative;
    display: inline-block;
}

    .itemproperty li {
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        position: relative;
        padding-bottom: 10px;
    }
        .itemproperty li i {
            left: 0;
            top: 7px;
            font-size: 18px;
            color: #0094ff;
        }

.review p i {
    margin-right: 5px;
    color: #ff0000;
    font-size: 22px;
}
.review .saveon {
    color: #ff0000;
    font-size: 16px;
    font-weight:500;
}
.review .price-base {
    color: #958181;
}

.trending-address li {
    padding-left: 30px;
}
    .trending-address li i {
        left: 0px;
    }
.trending-title-box p span {
    color: #ffb006;
    float: none;
    display: contents;
}
.trending-place-item span {
 font-size: 13px; 

}
span.trending-rating-green {
    font-size: 17px;
}
.trending-title-box  span.price-amt {
    color: #0cbcb7;
    font-size: 18px;
}


/*div.listing-item:nth-child(2):before {
    content: " ";
    display: table;
}
div.listing-item:nth-child(2):after {
    clear: both;
}*/
.logo-holder {
    float: left;
    position: relative;
    top: 25px;
    height: 50px;
}

.box-widget-item-header {
    margin-bottom: 6px;padding-left:10px;padding-top:15px;
}
.box-widget-content {

    padding: 15px 20px 20px;
    text-align: left;
}
ul.arrow  {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
    ul.arrow li {
        margin: 10px 0;
        font-weight: 500;
    }

.listing-item .pitems {
    float: left;
    list-style: none;
    padding-left: 0;
    font-size: 0.823rem;
    width: -webkit-fill-available;
}
    .listing-item .pitems li {
        text-align: initial;
        margin-bottom: 9px;
        line-height: 1.2em;
        font-weight: 500;
    }

    .listing-item .pitems i {
        font-size: 1.4em;
        color: #4DB7FE;
        width: 20px;
        height: 20px;
    }
    .listing-item .pitems .freecanceltext i {
       color:#06c416;
    }

.price-amt {
    color: #32bb0d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 16px;
}
.price-base {
    color: #ff0000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    text-decoration: line-through;
    padding-right: 5px;
}
ul.listingfeatures {
    columns: 2;
}
.listingfeatures li {
    text-align: left;
    margin-bottom: 10px;
    color: #1a2240;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
}
ul.listingfeatures span {
    display: block;
    font-size: 12px;
    line-height: 13px;
    color: #515151;
}
.listingfeatures li i {
    padding-right: 10px;
    color: #4DB7FE;
    width: 20px;
}

.boxed-widget {
    border-radius: 3px;
    transform: translate3d(0, 0, 0);
    z-index: 90;
    position: relative;
    border: 1px solid #6d6365;
    padding: 0px;
}
.box-widget-content ul.arrow {
    margin-left: 10px;
    list-style: disc;
}
.arrow ul.dropdown {
    margin-left: 20px;
    font-size: 0.80rem;
    list-style: circle;
}

.turdetay .list-single-main-item div{
    text-align:initial;

}
.whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

    .whatsapp i {
        display: block;
        background: #00cc00 url(/whatsapp.png) center no-repeat;
        background-size: 18px;
        width: 30px;
        height: 30px;
        border-radius: 52%;
        border: 5px solid #00cc00;
        box-shadow: 0px 5px 10px #5d5d5d;
        margin: auto;
    }

    .whatsapp span {
        padding: 10px 5px;
        display: block;
        font-size: 12px;
        color: #0C0;
        font-weight: bold;
        display: none;
    }
#mbook {

    display: none;
}
.pagedetail div {
    text-align: initial;
}
.colorinfo {
    color: #fff;
}
@media (min-width: 576px) {
    .whatsapp i {
        width: 50px;
        height: 50px;
        background-size: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .logo-holder {
        height: 30px;
        top: 32px;
    }

    ul.listingfeatures {
        columns: 1;
    }
    #mbook {
        position: fixed;
        top: 25px;
        right: 120px;
        z-index: 9999;
        display: block;
        padding: 8px 15px;
    }
}
.error {
    display: block;
    font-size: 1.2rem;
    color: #ff0000;
    margin-bottom: 25px;
    padding-bottom: 5px;
    font-weight:bold;
}