﻿:root {
    --main-color: #008eb0;
}

html {
    scroll-behavior: smooth;
}
.select2-results__options {
    display: flex;
    flex-direction: column;
}

.hotel-result {
    margin-top: 0;
}
    .hotel-result .list-img .slide-1.slick-slider * {
        height: 100%;
    }
    .hotel-result .list-img .slide-1.slick-slider .slick-prev,
    .hotel-result .list-img .slide-1.slick-slider .slick-next {
        height: 36px;
    }
        .hotel-result .list-img img {
            object-fit: cover;
        }
    .hotel-result .list-box {
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 30px;
        box-shadow: 0 8px 12px rgba(51,65,80,.06), 0 0 12px rgba(51,65,80,.06);
    }

    .hotel-result .list-box {
        margin-top: 30px;
        margin-bottom: 0px;
        border: 1px solid rgb(221, 221, 221);
    }

    .hotel-result .list-box + .separator {
        border-top: 1px solid rgb(221, 221, 221);
    }
.hotels-filter .left-sidebar {
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: 0 8px 12px rgba(51,65,80,.06), 0 14px 44px rgba(51,65,80,.11);
}
.hotel-details .image_section .zoom-gallery a {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px, rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
}
.guest-detail,
.summery-box {
    border-radius: 8px;
}
.hotel-traveller input[type=text],
.hotel-traveller input[type=email],
.hotel-traveller input[type=tel] {
    border-radius: 8px;
}
.hotel-traveller input[type=text]:hover,
.hotel-traveller input[type=email]:hover,
.hotel-traveller input[type=tel]:hover {
    border: 1px solid #959595;
}
    .hotel-traveller input[type=text]:focus,
    .hotel-traveller input[type=email]:focus,
    .hotel-traveller input[type=tel]:focus {
        border: 1px solid var(--bs-primary);
    }
/*tour*/
.tour-search .filter-panel, .tour-search .book-table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 20%) 0px 6px 6px -3px, rgb(0 0 0 / 14%) 0px 10px 14px 1px, rgb(0 0 0 / 12%) 0px 4px 18px 3px;
}

.xs-section.bg-inner.hotels-filter.tour-search {
    background: #EBF0F4;
}


.list-view .list-box .list-img {
    width: 35%;
    padding: 10px !important;
}

.list-view .list-box .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
}

.list-view .list-box .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
}

.list-view .list-box .list-content {
    margin-left: 25px;
    display: flex;
    align-items: stretch;
    width: 60%;
}

.list-view .list-box .list-content {
    margin-left: 25px;
    display: flex;
    align-items: stretch;
    width: 60%;
    padding: 0;
    flex-direction: column;
    justify-content: center;
}

.list-view .list-box .list-content h5 {
    margin-bottom: 0px;
}

.hotal-location p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 25ch;
}

.hotal-location p i{
    color: var(--main-color);
}

.list-view .list-box .list-content {
    margin-left: 0 !important;
    width: 65% !important;
}

.tour-specification {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.tour-specification li{
    white-space: nowrap;
}

    .tour-specification li {
        white-space: nowrap;
        font-size: 12px;
        margin-right: 10px;
        color: #5f5f5f;
        margin-bottom: 5px;
    }

    .tour-specification li i{
        color: var(--main-color);
    }


.tour-facilities {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

    .tour-facilities .facilities-single {
        background-color: #F8D5E4;
        color: var(--main-color);
        padding: 5px 10px;
        border-radius: 10px;
        font-size: .8571428571rem;
        line-height: 18px;
        font-weight: 400;
        display: inline-block;
        margin-top: 5px;
        margin: 0 5px 5px 0;
    }

.main-price p {
    color: #F8D5E4;
}

.tour-price .h4 {
    font-size: 22px;
}

.tour-price .h4 small{
    font-size: 15px;
}

.list-view .list-box .list-content h5 {
    color: var(--main-color);
}

.list-view .list-box:hover .slick-next, .list-view .list-box:hover .slick-prev {
     background-color: transparent; 
    transition: all .5s ease;
}

.list-view .list-box .list-img img{
    width: 100%;
}

@media (max-width: 768px) {
    .list-view .list-box .list-img{
        width: 100%;
    }

    .list-view .list-box .list-content {
        margin-left: 0 !important;
        width: 100%!important;
    }

    .tour-facilities{
        margin-bottom: 15px;
    }
}

.arrow-dark .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
}

.arrow-dark .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
}

.arrow-dark:hover .slick-next, .arrow-dark:hover .slick-prev {
    background-color: transparent!important;
}

.rating i {
    font-size: 12px;
    margin: 0 2px;
    color: var(--main-color);
}

/**/
.tour-modify-search {
    background-color: var(--bg-color);
    box-shadow: 0 8px 12px rgba(51,65,80,.06), 0 0 12px rgba(51,65,80,.06);
    border-radius: 5px;
    padding: 30px;
    position: relative;
}

    .tour-modify-search .left-part .search-body {
        /*margin-bottom: 0px !important;*/
    }

    .tour-modify-search .btn {
        white-space: normal;
    }

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.45rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.225rem;
    opacity: 0;
}

.custom-control-label {
    width: auto;
    height: 70px;
}


.hotel_title_section .hotel-name {
    padding: 0 0 0px 0;
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}


.tour_title_name {
    color: #202020;
    font-weight: 600;
    font-size: 2rem !important;
}

.tour-location {
    color: #202020 !important;
    text-transform: capitalize;
    font-weight: 500 !important;
}

    .tour-location i {
        color: #fff!important;
    }

.facility-detail span {
    background-color: var(--main-color);
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: .8571428571rem;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    margin: 0 5px 5px 0;
    border: 2px solid var(--main-color) !important;
}

    .facility-detail span i{
        color: #fff;
    }

    .desc-box .content-title {
        color: var(--main-color);
        margin-bottom: 10px;
    }

.single-section .description-section .description-details .menu-part {
    box-shadow: none;
    border-radius: 0!important;
}

.room-type-title h5 a{
    color: #202020;
}
/*-----------------------------*/
.custom-sort {
    margin-top: 30px;
    flex-wrap: wrap;
}
.sortBtn {
    position: relative;
    margin-right: 15px;
    margin-bottom: 10px;
}

    .sortBtn .btn-check {
        position: absolute;
    }

.btn-check {
    opacity: 0;
}

    .btn-check + .btn-primary {
        color: var(--main-color)!important;
        background-color: #fff !important;
        border-color: transparent !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .btn-check:checked + .btn-primary {
        background-color: #F8D5E4 !important;
        color: var(--main-color)!important;
        border-color: transparent !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

.sortBtn .btn-primary {
    padding: 0px;
}
    .sortBtn .btn-primary .btn-content {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 15px 20px;
        text-align: start;
        font-size: 12px;
        font-weight: 500;
    }



        .sortBtn .btn-primary .btn-content img {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }


/*-----------------------------*/

.travellers-details.package-details p {
    font-size: 14px !important;
    margin-bottom: 20px;
}
.travellers-details.package-details .about-sec h4{
    color: var(--main-color);
}

.travellers-details.package-details .about-sec h4 {
    color: var(--main-color);
    font-size: 18px;
}

.travellers-details.package-details .about-sec .inclusion-header:before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
    margin-right: 10px;
}

.travellers-details.package-details .about-sec .exclusion-header:before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
    margin-right: 10px;
}

.travellers-details.package-details .about-sec ul li {
    font-size: 14px !important;
    list-style-type: none !important;
}

.travellers-details.package-details .about-sec.inclusion-body ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #29A992;
    margin-right: 10px;
}

.travellers-details.package-details .about-sec.exclusion-body ul li:before {
    content: '\f00d';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #F33A3A;
    margin-right: 10px;
}

.travellers-details.package-details h6{
    margin-bottom: 10px;
    color: var(--main-color)!important;
}

.travellers-details.package-details .tour-info li {
    margin-bottom: 8px;
    list-style-type: circle;
}

    .travellers-details.package-details .tour-info li:before {
        content: '\f00c';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #29A992;
        margin-right: 10px;
    }

.travellers-details.package-details .about-sec span{
    color: var(--main-color);
}

.single-section .description-section .description-details .menu-part {
     margin-top: 0px!important; 
    
}

    .single-section .description-section .description-details .menu-part .accordion-plan .card .card-header button:before {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        border-top: 0px solid #353535;
        right: 20px;
        top: 5px;
        transition: all .3s ease;
    }

    .single-section .description-section .description-details .menu-part .accordion-plan .card .card-header button[aria-expanded=true]:before {
        border-top: 0;
        border-bottom: 0px solid #353535;
        transition: all .3s ease;
        content: "\f077";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

    .single-section .description-section .description-details .menu-part .accordion-plan .card .card-body {
        background-color: #F8D5E4;
    }

    .single-section .description-section .description-details .menu-part .accordion-plan .card .card-header button {
        color: var(--main-color);
        font-weight: 600;
        letter-spacing: 1.3px;
    }

    .single-section .description-section .description-details .menu-part .accordion-plan .card .card-body .highlight li {
        display: block;
        text-transform: capitalize;
        font-size: 14px;
        margin-bottom: 10px;
    }


.guest-detail h4 {
    font-size: 14px !important;
    color: var(--main-color);
}

.guest-detail {
    background-color: #fff;
    padding: 20px;
    box-shadow: none;
    border-radius: 0 !important;
}



.summery-box .payment-details h5 {
    color: var(--main-color);
    margin-bottom: 15px;
}

.summery-box .payment-details table tr td {
    padding-bottom: 15px;
}

.summery-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: none !important;
    border-radius: 0!important;
}

    .summery-box .summery-section {
        display: flex;
        width: 100%;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 12px;
        padding-top: 15px;
        align-items: center;
        border-top: 1px solid #f9f9f9;
    }

        .summery-box .summery-section:first-child {
            margin-top: 0;
            padding-top: 0;
            border-top: 0;
        }

.success-detail .success-detail-text {
    color: var(--main-color);
}


.travel-area-info {
    background-color: #fff;
    box-shadow: 0 8px 12px rgba(51,65,80,.06), 0 0 12px rgba(51,65,80,.06);
    border-radius: 5px;
    padding: 15px;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

    .travel-area-info .view-map:hover{
        color: var(--bs-primary);
    }

    .modify-package-area {
        background: #EBF0F4;
    }

.travel-area-info p{
    margin-bottom: 5px;
}
.guest-detail .bootstrap-touchspin {
    margin-top: 1rem;
}
.guest-detail .bootstrap-touchspin .input-group-btn {
    border: 1px solid #ced4da;
}

.guest-detail .bootstrap-touchspin .form-control {
    text-align: center;
}


.tour-price .price h4 {
    font-size: 22px;
    color: var(--main-color);
    font-weight: 800;
    line-height: 1;
}
    .tour-price .price h4 small {
        font-size: 16px;
    }
    .tour-price .price h4 span {
        color: #6c757d !important;
        font-weight: 600;
    }

    .tour-price{
        color: var(--black-color)!important;
    }

.tour-name {
    color: var(--main-color);
    margin-bottom: 5px;
}

.tour-package-name {
    margin-bottom: 10px;
}

.hotal-location p{
    margin-bottom: 10px;
}

.tour-type span {
    color: #2B2540;
}

    .tour-type span:before {
        content: '\f00c';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        margin-right: 5px;
    }

.list-view .list-box .list-content .facility-icon {
    margin-top: 10px;
}



.list-view .list-box .list-content .price span {
    font-size: 14px;
    display: block;
    color: black;
    font-weight: 400;
}
.MuiSvgIcon-root {
    fill: currentColor;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.price-text {
    font-size: 16px;
}

.price-text small{
    font-size: 12px;
}