
/* body {
    overflow-x: hidden;
} */

.toast-message .ul{
    margin-left: 20px;
}
.toast-message .li{
    color: #ffffff;
}
.client-reviews-wrap .container {
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
}
button{
    background: transparent;
    border: none;
}
button:focus {
    box-shadow: none !important;
}
input:focus {
    box-shadow: none !important;
}
select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
textarea:focus {
    box-shadow: none !important;
}
textarea:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}


/* Client form styles */
.client-reviews-wrap{
    background: #f9f9f9;
    padding: 60px 0 50px;
    font-family: "Open Sans", sans-serif;
}
.client-reviews-wrap h2 {
    font-size: 40px;
    color: #435c7e;
    text-align: center;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 22px;
}
.client-reviews-wrap p {
    font-size: 16px;
    line-height: 26px;
    color: #332f2f;
    text-align: center;
    max-width: 824px;
    margin: auto;
}
.review-form-block{
    background: #fff;
    padding: 42px 50px 50px;
    max-width: 816px;
    margin: auto;
    margin-top: 70px;
}
.review-form-block h3{
    font-size: 26px;
    color: #276660;
    text-align: center;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 35px;
}
.activity-block{
    display: flex;
    align-items: center;
}
.activity-pic img{
    height: 280px;
    width: 280px;
}
.activity-content{
    padding-left: 31px;
}
.activity-content h5 {
    font-size: 1px;
    color: #332f2f;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 12px;
}
.activity-content h4{
    font-size: 21px;
    line-height: 30px;
    color: #276660;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 35px;
}
.activity-dates{
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.single-date{
    flex-basis: 50%;
    display: block;
}
.activity-content h6{
    font-size: 14px;
    color: #332f2f;
    /* text-align: center; */
    /* font-weight: bold; */
    font-family: "Open Sans", sans-serif;
    /* margin-bottom: 10px; */
}
.activity-content span{
    display: block;
    font-size: 18px;
    color: #332f2f;
    /* text-align: center; */
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}
.activity-poeple-counts{
    display: flex;
}
.poeple-single-counts{
    flex-basis: 33.33%;
    display: block;
}
.activity-experience-block{
    padding-top: 60px;
}
.activity-experience-block h3{
    font-size: 26px;
    color: #276660;
    text-align: center;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 22px;
}
.star-rates{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 45px;
}
.star-rates i{
    font-size: 38px;
    color: #398882;
}
.star-rates i.fa-regular {
    color: #989898;
}
.comment-box{

}
.comment-field{
    width: 100%;
    position: relative;
}
.comment-field textarea {
    width: 100%;
    max-width: 715px;
    min-height: 150px;
    height: 100%;
    border: 2px solid #9a9a9a;
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 5px 10px;
}
.comment-field label {
    font-size: 17px;
    color: #616161;
    text-align: left;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 1;
    transition: .5s;
}
.comment-field.active label {
    font-size: 12px;
    top: 8px;
}
.comment-box h6{
    font-size: 13px;
    color: #878080;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.add-image-box{
    display: block;
    margin-top: 30px;
}
.success-note h5{
    color: #435c7e;
    margin: 100px auto;
    width: 100%;
    text-align: center;
    font-size: 40px;
    background: #f9f9f9;
}
#add-button-review {
    display: inline-flex;
    margin-top:15px;
}
#add-button-review button{
    height: 40px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a5593;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    transition: .5s;
    padding: 0 18px;
}
.added-images {
    display: flex;
    gap: 15px;
}
.added-images img{

}
.add-images {
    /*width: 255px;*/
    width: 300px;
    height: 40px;
    background: #ebeded;
    position: relative;
}
.add-images::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 19px;
    background: url('../img/add-image-icon.png');
    background-repeat: no-repeat;
    top: 8px;
    left: 10px;
    z-index: 9;
}
.add-images input{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #3f4c54;
    font-weight: 600;
    padding-left: 35px;
    position: relative;
    border: none;
    padding-top: 8px;
    margin-left: 5px;
}

.add-image-box h6{
    font-size: 14px;
    color: #4a4747;
    line-height: 24px;
    /* text-align: center; */
    /* font-weight: 600; */
    font-family: "Open Sans", sans-serif;
    margin-top: 18px;
}
.submit-review-btn{
    margin-top: 30px;
}
.submit-review-btn button{
    width: 100%;
    height: 63px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a5593;
    font-size: 23px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    transition: .5s;
}
.submit-review-btn button:hover{
    background: #398882;
}

/* Client listing section styles */
.client-listing-review-wrap{
    background: #f4f4f4;
    padding: 0 5px;
}
.client-listing-review-wrap h2{
    font-size: 19px;
    color: #4f5355;
    /* text-align: center; */
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
}
.client-ratings-and-stars{
    display: flex;
    padding-bottom: 10px; 
}
.ul.tabs li{
    padding: 5px 9px;
}
.client-star-rating-view h6{
    font-size: 63px;
    color: #398981;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}
.client-star-rating-view .star-rates{
    gap: 3px;
    margin-bottom: 8px;
}
.client-star-rating-view .star-rates span{
    padding-bottom: 5px;
}
.client-star-rating-view .star-rates i{
    font-size: 22px;
}
.client-star-rating-view span{
    display: block;
    font-size: 13px;
    color: #4f5355;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.client-rating-count-view {
    padding-left: 65px;
}
.client-rating-count-view h3{
    font-size: 13px;
    color: #4f5355;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin: 10px 0;
}
.all-stars{

}
.single-star{
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.single-star h5{
    padding-bottom: 2px;
    min-width: 40px;
    font-size: 12px;
    color: #4f5355;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.star-count-bar{
    width: 233px;
    height: 9px;
    background: #e5e5e5;
    border-radius: 3px;
    transition: .5s;
    position: relative;
    margin: 0 10px;
}
.star-count-bar span {
    background: #2a86ac;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 3px;
}
.single-star h6{
    padding-bottom: 2px;
    font-size: 12px;
    color: #398b83;
    /* font-weight: 600; */
    font-family: "Open Sans", sans-serif;
}

.all-client-reviews-listing{

}
.single-client-reviews-listing {
    border-top: 1px solid #c9c9c9;
}
.client-review-top-det {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.client-review-top-det h4{
    margin-top: 15px;
    font-size: 16px;
    line-height: 23px;
    color: #398b83;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}
.client-review-top-det h4 span{
    font-size: 16px;
    line-height: 23px;
    font-style: italic;
    color: #838383;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-left: 5px;
}
.client-review-top-det .star-rates{
    gap: 3px;
    margin-bottom: 0;
}
.client-review-top-det .star-rates i{
    font-size: 15px;
}
.single-client-reviews-listing p{
    font-size: 13px;
    line-height: 23px;
    color: #332f2f;
    /* font-weight: 600; */
    font-family: "Open Sans", sans-serif;
}
.added-client-images{
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.added-client-images img{
    height: 100px;
    width: 100px;
    position:static;
}
.single-client-reviews-listing h5 {
    font-size: 12px;
    line-height: 23px;
    color: #1c343a;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-top: 10px;
}
.client-listing-pagination nav {
    position: absolute;
    right: 40px;
}
.client-listing-pagination nav .justify-between {
    display: inline-flex;
    gap: 20px;
}
.client-listing-pagination span {
    font-size: 15px;
    line-height: 22px;
    color: #197a7163;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
}
.client-listing-pagination a{
    padding-top: 10px;
    color: #197a71;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
}
.client-listing-pagination span.active {
    color: #ffffff;
    background: #197a71;
}
.fa-star {
    cursor: pointer;
}
.review-tab {
    padding:6px 8px!important;
}

.vehicle-review {
    margin: 10px;
}
.vehicle-review .client-listing-review-wrap{
    padding: 15px 10px;
}
.select-drop-arrow {
    position: relative;
}
.select-drop-arrow::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 0.800000011920929px solid #999;
    border-bottom: 0.800000011920929px solid #999;
    right: 15px;
    top: 12px;
    transform: rotate(-45deg);
}
.travel-duration-wrap select {
    appearance: none;
    cursor: pointer;
}
.price-form-details select {
    appearance: none;
    padding-left: 12px !important;
    cursor: pointer;
}
.title-cont select {
    appearance: none;
}
/*.tour-info {*/
/*    background: rgb(0 0 0 / 88%);*/
/*}*/
.tour-info {
    background: rgb(0 0 0 / 88%);
    display: flex;
    justify-content: space-between;
}
.tours-wrap .tour-info .tour-info-wrap {
    text-align: left;
}
.tour-info-wrap.pull-left {
    text-align: left !important;
}
/*.tour-info .tour-info-wrap:nth-child(2) {*/
    /*margin-right: 25px;*/
/*    right: 25px;*/
/*}*/
.tour-info .tour-info-wrap:last-child {
     text-align: right;
     margin-right: 20px;
}
.tour-info-wrap .star-rating i {
    font-size: 15px;
}
.tour-info-wrap .star-rating {
    right: 0;
    bottom: -4px;
}
.star-align .rating {
    text-align: right;
}
/*.tour-info .tour-info-wrap:nth-child(3) {*/
/*    right: -8%;*/
/*}*/
.quote-buttons {
    padding-bottom: 18px;
}
.subfield-bottom p {
    font-size: 15px;
}
.tour-list-detail h4 {
    margin-top: 10px;
    float: unset;
}

.pax-boxes-tour label, .subfield label {
    line-height: 18px;
}
.pax-boxes-tour, .subfield {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.pax-boxes-tour .select-drop-arrow,
.subfield .select-drop-arrow {
    position: absolute;
    right: 0;
}
.pax-boxes-tour .select-drop-arrow::before,
.subfield .select-drop-arrow::before {
    width: 6px;
    height: 6px;
    right: 10px;
    top: -3px;
}
.pax-boxes-tour select.form-control,
.subfield select.form-control {
    width: 25%;
}
.des-subfield {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    position: relative;
}
.des-subfield .select-drop-arrow {
    position: absolute;
    right: 0;
}
.des-subfield .select-drop-arrow::before {
    width: 6px;
    height: 6px;
    right: 10px;
    top: -3px;
}
.help-block {
    display: none;
}




/* RWD */
@media only screen and (max-width: 992px){
    .client-reviews-wrap .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .review-form-block {
        padding: 42px 35px 45px;
        max-width: 100%;
        /*margin-top: 50px;*/
        margin-top: 40px;
    }
    .success-note h5 {
        margin: 55px auto;
        background: transparent;
    }
    .man-mnudiv {
        height: 65px;
    }
    .in-border .logo a {
        padding-top: 20px;
    }
    .in-border .log-tm {
        padding-bottom: 17px;
        padding-top: 17px;
    }
    .activity-experience-block {
        padding-top: 42px;
    }
    .title-cont .select-drop-arrow::before {
        top: 15px;
    }
    .tour-details-breadcrumb {
        padding-top: 20px;
    }
    .search-side.mobile {
        margin-top: 0;
    }
    .tour-contents-wrap {
        padding: 0 15px 0px 0;
    }
    .col-tour-details {
        width: 65%;
    }
    a.search-dropdown {
        border-right: none;
        border-left: none;
    }
    .price-form-details label {
        margin-bottom: 5px;
    }
    .tour-search-mobile-wrap {
        margin-bottom: 20px;
    }
    .tours-wrap .tour-info .tour-info-wrap:nth-child(1) {
        text-align: left !important;
        /*width: 22%;*/
    }
    .tour-info-wrap {
        width: 30%;
    }
    .tour-info.mobile {
        display: flex;
        justify-content: space-between;
    }
    .tour-info .tour-info-wrap:nth-child(3) {
        right: 25px;
    }
    .tour-info .tour-info-wrap:nth-child(2) {
        right: 0;
        text-align: center;
    }
    .tab_container {
        background: transparent;
    }
    .tab_drawer_heading {
        margin-bottom: -1px;
        padding: 16px 20px;
    }
    .tour-list {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #tab1 .tour-list {
        margin-top: 12px;
        margin-bottom: 5px;
    }
    .client-listing-review-wrap {
        background: transparent;
    }
    .client-ratings-and-stars {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 30px;
        margin-top: 20px;
    }
    .client-listing-review-wrap h2 {
        position: relative;
        top: 14px;
        text-align: center;
    }
    .client-star-rating-view h6 {
        text-align: center;
    }
    .client-star-rating-view {
        text-align: center;
    }
    .client-rating-count-view {
        padding-left: 0;
    }
    .hyperlink-tours h5 {
        margin-top: 28px;
    }
    .hyperlink-tours {
        padding: 25px 0 45px;
    }
    .tour-searchwrap {
        background: transparent;
    }
    

}

@media only screen and (max-width: 767px){
    .client-reviews-wrap .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .client-reviews-wrap h2 {
        font-size: 30px;
    }
    .client-reviews-wrap p {
        font-size: 14px;
        line-height: 24px;
    }
    .review-form-block {
        padding: 35px 25px 35px;
        margin-top: 42px;
    }
    .review-form-block h3 {
        font-size: 22px;
    }
    .activity-block {
        display: block;
    }
    .activity-content {
        padding-left: 0;
        padding-top: 20px;
    }
    .activity-content h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 28px;
    }
    .activity-content h6 {
        font-size: 12px;
    }
    .activity-content span {
        font-size: 15px;
    }
    .star-rates {
        gap: 12px;
    }
    .star-rates i {
        font-size: 28px;
    }
    .comment-field {
        height: 120px;
    }
    .comment-field label {
        font-size: 12px;
        top: 12px;
        left: 15px;
    }
    .comment-field.active label {
        font-size: 10px;
        top: 8px;
    }
    .comment-field textarea {
        padding: 22px 15px 10px;
        font-size: 13px;
    }
    .comment-box h6 {
        font-size: 10px;
    }
    .added-images {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .added-images img {
        flex: 0 0 auto;
    }
    .add-images input {
        font-size: 13px;
        padding-left: 24px;
    }
    .add-images {
        width: 135px;
        height: 40px;
    }
    .add-images::before {
        top: 9px;
        left: 13px;
        transform: scale(.7);
    }
    .add-image-box h6 {
        font-size: 12px;
        line-height: 20px;
    }
    .submit-review-btn button {
        height: 45px;
        font-size: 16px;
    }
    .client-listing-review-wrap {
        max-width: unset;
        padding: 30px 15px;
    }
    .client-listing-review-wrap h2 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 16px;
    }
    .client-ratings-and-stars {
        display: block;
        padding-bottom: 40px;
    }
    .client-star-rating-view h6 {
        font-size: 48px;
        text-align: center;
        margin-bottom: 8px;
    }
    .client-star-rating-view .star-rates i {
        font-size: 20px;
    }
    .client-star-rating-view span {
        font-size: 13px;
        text-align: center;
        margin-top: 12px;
    }
    .client-rating-count-view {
        padding-left: 0;
        padding-top: 28px;
    }
    .client-rating-count-view h3 {
        margin-bottom: 18px;
    }
    .star-count-bar {
        width: 250px;
    }
    .client-review-top-det h4 {
        font-size: 14px;
    }
    .client-review-top-det h4 span {
        font-size: 13px;
    }
    .single-client-reviews-listing p {
        font-size: 12px;
        line-height: 20px;
    }
    .added-client-images {
        gap: 8px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .activity-pic img {
        width: 100%;
    }
    .success-note h5 {
        padding: 0 20px;
        font-size: 30px;
    }
    .activity-content span {
        font-weight: 700;
    }
    .activity-experience-block {
        padding-top: 15px;
    }
    .star-rates {
        margin-bottom: 38px;
    }
    .comment-field textarea {
        padding: 10px 15px 10px;
        min-height: 120px;
    }
    .comment-box h6 {
        margin-top: 8px;
    }
    .add-images {
        width: 100%;
    }
    .add-images input {
        padding-left: 35px;
        padding-top: 10px;
    }
    .submit-review-btn {
        margin-top: 12px;
    }
    .fot-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-tour-details {
        width: 100%;
    }
    .breadcrumb-links {
        margin-top: 18px !important;
        margin-bottom: 18px;
    }
    .tour-contents-wrap {
    padding: 0 0 0px 0;
}
.tour-list-detail h4 {
    margin-top: 7px;
    padding-left: 0;
}
.pax-boxes-tour label, .subfield label {
    line-height: 30px;
}
.pax-boxes-tour, .subfield {
    margin-bottom: 0;
}
.client-listing-review-wrap {
    max-width: unset;
    padding: 10px 15px 15px;
}
.tour-info .tour-info-wrap:nth-child(3) {
    right: 0;
    margin-right: 0;
}
.tour-info-wrap {
    width: auto !important;
    display: flex;
}
.tour-info {
    gap: 15px;
    padding: 15px 18px;
    flex-direction: column;
}
.tour-info-title, .tour-info-value {
    text-align: left !important;
}
.tour-info-value {
    width: 62%;
}
.tour-info-title {
    width: 38%;
}
.star-rating {
    justify-content: start !important;
}
.tour-info-wrap .star-rating {
    bottom: 0;
}
.slider-section-detail-page .tour-rating-badge {
    top: 15px;
    right: 15px;
    padding: 12px 10px 8px;
    font-size: 15px;
    line-height: 26px;
}
.slider-section-detail-page .tour-rating-badge span {
    font-size: 32px;
}
    
}



.tour-rating-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #c39c05;
    color: #fff;
    padding: 10px 10px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    z-index: 1;
}
.tour-rating-badge span {
    font-size: 28px;
    font-weight: bold;
}
.front-stars, .back-stars, .star-rating {
    display: flex;
    gap: 4px;
}
.star-rating {
    align-items: center;
    justify-content: end;
    margin-top: 0;
    height: auto !important;
    width: auto !important;
    position: relative;
    right: 12px;
}
.star-rating::before{
    display: none;
}
.back-stars {
    color: #727272;
    position: relative;
}
.front-stars {
    color: #FFFFFF;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}
.star-rating i{
    font-size: 17px;
}
.slider-section-detail-page .tour-rating-badge {
    top: 25px;
    right: 38px;
    padding: 18px 16px 10px;
    font-size: 17px;
    line-height: 36px;
}
.slider-section-detail-page .tour-rating-badge span {
    font-size: 40px;
}
.tourbox-maldives {
    justify-content: end;
    bottom: 20px;
}