.rating {
    width: 208px;
    height: 40px;
}

.rating label {
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.rating label:not(:first-of-type) {
    padding-right: 2px;
}

.rating label:before {
    content: "★";
    font-size: 42px;
    color: #cccccc;
    line-height: 1;
}

.rating input {
    display: none;
}

.rating input:checked~label:before,
.rating:not(:checked)>label:hover:before,
.rating:not(:checked)>label:hover~label:before {
    color: #f9df4a;
}

.mar-lf {
    margin-left: -100px
}

/**********************************************
This css is for tour all review page paginations
***********************************************/
.block-27 ul li a,
.block-27 ul li span {
    width: auto !important;
    border-radius: unset !important;
    padding: 0px 10px 0px 10px !important;
}


/****************************
    Order Success Message
 ****************************/

/* seuccess page part start */
.new-seuccess {
    padding-top: 33px;
    padding-bottom: 33px;
}

.new-seuccess .new-success-main {
    width: 100%;
    background-color: #fff;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .1));
    position: relative;
    padding-top: 85px;
    padding-bottom: 60px;
}

.new-seuccess .new-success-main .icon {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.new-seuccess .new-success-main i {
    width: 110px;
    height: 110px;
    color: #fff;
    font-size: 80px;
    display: inline-block;
    text-align: center;
    line-height: 110px;
    border-radius: 50%;
}

.new-seuccess .new-success-main .text h3 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 16px;
    letter-spacing: 1px;
}

.new-seuccess .new-success-main .text p {
    font-size: 18px;
    padding: 0 38px;
    line-height: 28px;
}

/* seuccess page part end */

/* FOR COOKIES CSS */

.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #ff5d2c;
    color: #fff;
    padding: 20px 32px 12px 10px;
    transition: 400ms;

}

.cookie-container.active {
    bottom: 0;
}

.privacyandpolice {
    color: #fff;
    padding: 12px;
}

.agree-button {
    background: white;
    color: #0d0000;
    border: none;
    padding: 7px 20px 7px 20px;
    box-shadow: 2px 6px 10px -2px;
}


/* for  Search Date modal */
