/*----------- comment box -----------*/
.rating_list{padding-top: 60px;}
.rating_list  .rating_box_review{display: flex;margin-bottom: 16px;height: 100px;background-color: #fff;padding: 8px 16px;align-items: center;justify-content: space-between;gap: 15px;}
.rating_list  .rating_box_review a{display: flex; align-items: center;  gap: 15px;}    
    .rating_list  .rating_box_review  .rating{display: flex;align-items: center;background: #26c9ff;padding: 4px 10px;border-radius: 0;color: #fff;}
    .rating_list  .rating_box_review  .rating p{margin: 0;color: #fff;font-size: 18px;font-weight: 600;margin-left: 7px;font-family: 'Jost';}
    .socail_rating_img{width:190px;}

.fwidth, .reply-tobxm {
    width: 100%;
    float: left;
}

.leavereply-form .row .col-6 {
    width: 50%;
    float: left;
}

.mb-3 {
    width: 100%;
    float: left;
    margin-bottom: 1rem;
}

.comment-listarea {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.leavereply-form .form-control {
    background-color: #f7f7f8;
    box-shadow: none;
    border-color: #f7f7f8;
    height: 52px;
    font-size: 16px;
    font-style: normal;
    border-radius: 10px;
    color: #000000;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 18px;
    padding-right: 18px;
}

.leavereply-form .form-control:focus {
    border-color: #d4d4d4;
}

.leavereply-form .form-control.error:focus, .leavereply-form .form-control.error {
    border-color: #dc3545;
    background-color: #fff7f8;
}

.leavereply-form textarea.form-control {
    height: 160px;
    resize: none;
    padding-top: 9px;
    padding-bottom: 9px;
}
.leavereply-form .search-place{float: left; width: 100%;}


.leavereply-form .search-place .btn-site {
    width: auto;
    margin-top: 17px;
    font-weight: 600;
    height: 52px;
    border-radius: 10px;
    font-size: 17px;
    min-width: 190px;
    padding-left: 24px;
    padding-right: 24px;
}

.comment-reply-title {
    white-space: nowrap;
    margin-bottom: 30px;
    font-size: 22px;
    color: #000;
    position: relative;
}

.comment-reply-title::after {
    content: "";
    display: block;
    border-top: 2px solid #f0f0f0;
    width: 100%;
    margin-left: 15px;
    position: relative;
    top: 4px;
    border-radius: 10px;
}

.d-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pl-3, .px-3 {
    padding-left: 1rem;
}

.pt-2, .py-2 {
    padding-top: 0.5rem;
}

.flex-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.startotal.badge {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    height: auto;
    background: #5fa735;
    padding: 4px 7px;
    line-height: normal;
    vertical-align: middle;
    position: relative;
    top: 3px;
}

.startotal.badge:before {
    display: flex;
    content: "";
    border-left: 0.8rem solid transparent;
    position: absolute;
    border-bottom-left-radius: 0.3rem;
    transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    border-bottom: 0.8rem solid #5fa735;
    left: -0.4rem;
    top: -0.4rem;
}

.comments-list {
    border: solid 1px #f0f0f0;
    padding: 40px 30px;
    margin-bottom: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0 22px 27px -20px rgb(7 10 25 / 3%);
    box-shadow: 0 22px 27px -20px rgb(7 10 25 / 3%);
    margin-top: 10px;
    position: relative;
}

img.avatar-img {
    max-width: none;
    border-radius: 50%;
    width: 50px;
}

.comment-byuser {
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 36px;
    margin-bottom: 36px;
    font-size: 15px;
}

.comment-byuser:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.chat.icon {
    position: relative;
    margin-right: 5px;
    margin-top: 4px;
    width: 15px;
    height: 10px;
    border: solid 1px currentColor;
    border-radius: 2px;
    display: inline-block;
}

.reply-button:hover {
    background: #2d3b7a;
    border-color: #2d3b7a;
    color: #fff;
}

.reply-button:hover .chat.icon:before {
    background-color: #2d3b7a;
}

.chat.icon:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 7px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: white;
    border-bottom: solid 1px;
    border-right: solid 1px;
}

.reply-button {
    cursor: pointer;
    margin-top: 12px;
    display: inline-block;
    border: solid 1px #2d3b7a;
    padding: 3px 11px;
    color: #2d3b7a;
    font-weight: 600;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.author-text {
    margin-top: 8px;
    letter-spacing: 0.4px;
    color: #515050;
}

.author-text::first-letter {
    text-transform: uppercase;
}

.authordate {
    color: #83898d;
    margin-left: 4px;
}

.font-14 {
    font-size: 14px;
}

.author-name {
    font-weight: bold;
    margin-right: 4px;
    color: #2e375f;
    text-transform: capitalize;
}

.author-name, .authordate {
    font-size: 16px;
}

#leavecomment {
    scroll-margin-top: 85px;
}

.reply_area_pd {
    margin-left: 60px;
}

.align-items-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.authordate time {
    font-weight: inherit;
}

.leavereply-form .row {
    margin: 0 -8px;
}

.leavereply-form .row .col-6, .leavereply-form .row .col-12 {
    padding: 0 8px;
}

p.willbe-pub {
    margin-bottom: 0px;
    margin-top: -19px;
    letter-spacing: 0.4px;
}

.comment-reply-title.ttlcomment {
    position: absolute;
    top: -10px;
    font-weight: 700;
    background: #fff;
    padding: 0 11px;
    left: 30px;
    border-radius: 40px;
}

.comment-reply-title.ttlcomment::after {
    display: none;
}

.bs-tooltip-top .tooltip-arrow {
    width: 0;
    height: 0;
    border-width: 9px 10px 0 10px;
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    top: 100%;
    margin-top: -9px;
}

.alertsw .alert-success {
    padding: 15px 1.25rem;
    color: #ffffff;
    background-color: #17be35;
    border: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.6px;
    border-radius: 0.25rem;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 15%);
}

.alert.alert-success i.bi.bi-check2-circle.mr-2 {
    margin-right: 9px;
    width: 19px;
    height: 8px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -3px;
}

.alertsw {
    margin-top: 39px;
    -webkit-animation-name: fadeInalertsw;
    animation-name: fadeInalertsw;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInalertsw {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0) scaleY(0);
        transform: translate3d(0, 100%, 0) scaleY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInalertsw {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0) scaleY(0);
        transform: translate3d(0, 100%, 0) scaleY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.reply-tobxm.innerrply {
    margin-top: 26px;
    display: none;
}

.reply-tobxm.innerrply .comment-reply-title {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0.4px;
}


ul.customer_reviews > li.leave_comment {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}

ul.customer_reviews > li.sub_heading {
    width: 100%;
    font-size: 12px;
}

ul.customer_reviews .rating {
    border: none;
    width: auto;
    float: left;
    margin: 15px 0px;
}

ul.customer_reviews .rating > label:before {
    margin: 5px;
    font-size: 30px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

form.form_review > ul.review_form > li .rating > .half:before, ul.customer_reviews .rating > .half:before {
    content: "\f089";
    position: absolute;
}

ul.customer_reviews .rating > label {
    color: #ddd;
    float: right;
}

ul.customer_reviews .rating:not(:checked) > label:hover, ul.customer_reviews .rating:not(:checked) > label:hover ~ label, ul.customer_reviews .rating > input:checked ~ label {
    color: #26c9ff;
    cursor: pointer;
}

ul.customer_reviews .rating > input:checked + label:hover, ul.customer_reviews .rating > input:checked ~ label:hover, ul.customer_reviews .rating > input:checked ~ label:hover ~ label, ul.customer_reviews .rating > label:hover ~ input:checked ~ label {
    color: #ccc;
}

ul.customer_reviews > li.name {
    width: 50%;
    padding-right: 15px;
    margin-bottom: 15px;
}

ul.customer_reviews > li.email {
    width: 50%;
    padding-left: 15px !important;
    margin-bottom: 15px;
}

ul.customer_reviews > li .input_area {
    width: 100%;
    float: left;
    height: 37px;
    padding: 0 10px;
    border: 1px solid #ccc;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}

ul.customer_reviews > li.textarea {
    width: 100%;
    margin-bottom: 15px;
}

ul.customer_reviews > li.textarea .textarea_area {
    width: 100%;
    float: left;
    height: 100px;
    resize: none;
    padding: 0 10px;
    border: 1px solid #ccc;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}

ul.customer_reviews > li .input_area:focus, ul.customer_reviews > li .textarea_area:focus {
    border: 1px solid #333;
    outline: 0;
}

ul.customer_reviews > li .input_area::-webkit-input-placeholder, ul.customer_reviews > li.textarea .textarea_area::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

ul.customer_reviews > li .input_area:-moz-placeholder, ul.customer_reviews > li.textarea .textarea_area:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

ul.customer_reviews > li .input_area::-moz-placeholder, ul.customer_reviews > li.textarea .textarea_area::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

ul.customer_reviews > li .input_area:-ms-input-placeholder, ul.customer_reviews > li.textarea .textarea_area:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

ul.customer_reviews > li .input_area::-ms-input-placeholder, ul.customer_reviews > li.textarea .textarea_area::-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

ul.customer_reviews > li .input_area::placeholder, ul.customer_reviews > li.textarea .textarea_area::placeholder {
    color: #ccc;
    opacity: 1;
}

ul.customer_reviews > li .input_area:-ms-input-placeholder, ul.customer_reviews > li.textarea .textarea_area:-ms-input-placeholder {
    color: #ccc;
}

ul.customer_reviews > li .input_area::-ms-input-placeholder, ul.customer_reviews > li.textarea .textarea_area::-ms-input-placeholder {
    color: #ccc;
}

ul.customer_reviews > li.submit_button button {
    width: auto;
    float: right;
    padding: 10px 25px;
    border: none;
    background: #f15b2f;
    color: #fff;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}
#modifyS_rooms, #trpC_alltrvl_popup .children > li:first-child:before, #ui-datepicker-div > .ui-datepicker-row-break, #ui-datepicker-div > .ui-widget-content, .ads-slide, .banner .search-engine .heading, .banner::before, .call-us-mob, .direct-flight, .display-none, .flex-control-nav, .international-deals, .is__price__totel, .modified-search .travelerOpen .search-icon, .open-menu, .row-airline, .tg, .trvD_hotel_searchI .fa-times, .ui-datepicker-multi .ui-datepicker-buttonpane, .ui-datepicker-row-break, .why-us, div.new_header_area ul.new_header_area_partition > li.first.display_none, form.form_review > ul.review_form > li .rating > input, ul.customer_reviews .rating > input {
    display: none;
}

/*--------- end comment box ---------*/
@media(max-width:767px)
{
    .innerrply .leavereply-form .row .col-6 {width: 100%;}
    .author-name, .authordate {font-size: 15px;}


}

@media (max-width: 575px) {
    .comments-list {
        padding: 30px 15px;
    }

    .leavereply-form .search-place .btn-site {
        width: 100%;
    }

    .author-name {
        display: block;
        border: none;
        padding: 0;
        margin: 0;
    }

    .commentlist-ol .right.pl-3.pt-2 {
        padding-top: 3px!important;
        padding-left: 0.8rem;
    }

    img.avatar-img {
        width: 42px;
    }

    .author-text {
        font-size: 14px;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .comment-byuser.d-flex {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .commentlist-ol .right.pl-3.pt-2 {
        padding-top: 7px!important;
        padding-left: 0;
    }

    img.avatar-img {
        width: 50px;
    }

    .alert.alert-success i.bi.bi-check2-circle.mr-2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 13px;
        margin-top: 8px;
    }
}