@import url(/Content/css/variable.css);

/* //search engine// */
.homebanner {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
    object-fit: cover;
    padding-top: 110px;
    padding-bottom: 180px;
    margin-top: 30px;
}

.guest-reviews-section .progress-bar {
    background-color: #cd2c22 !important;
}

.banner-caption h1 {
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    
}
.cityvise-details {
    display: flex;
   gap : 20px;
    color: #000;
    font-weight: 400;
}

.rounded-section {
    background-color: #cd2c22 !important;
}

.banner-caption p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.banner-caption {
    padding-top: 30px;
}

/* //search panel start// */
.csideform .search-panel {
    max-width: 1100px;
    margin: auto;
    cursor: pointer;
    background: #fff;
    border-radius: 40px;
}

    .csideform .search-panel .sch-panel-div {
        display: flex;
        justify-content: space-between;
        padding: 0 0 0px 8px;
    }

.sch-panel-div .srch-panel-col ul.searchlist-category {
    width: 100%;
    height: 200px;
    overflow-y: scroll;

}

.sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar {
    width: 5px;
}

.sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar-thumb {
    background: #888;
}

.search-box .searchlist-category .drop-list {
    border-bottom: 1px solid rgba(204, 204, 204);
    color: #3e3e3e;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px
}

.search-box .searchlist-category .drop-list:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.csideform .search-panel .sch-panel-div .srch-panel-col {
    width: 20%;
    margin: 0 2px;
    position: relative;
}

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        border: none;
        background-color: transparent;
        outline: none;
        height: 62px;
        line-height: 62px;
        padding: 0 10px;
        width: 100%;
        cursor: pointer;
        color: #3e3e3e;
        font-weight: 500;
        border-right: 1px solid #ddd;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
        width: 100%;
        height: 62px;
        background-color: var(--primary-color);
        outline: none;
        border: none;
        margin-left: 10px;
        text-align: center !important;
        text-align: left;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        padding: 0 10px;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        border :  1px solid  #fff;
    }

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn:hover {
    background-color: var(--secondary-color);
}

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput::placeholder {
    font-size: 16px;
    color: #000;
}

/* //media query start// */
@media(max-width: 769px) {
    .csideform .search-panel .sch-panel-div {
        flex-wrap: wrap;
    }

    .travel-count-hotel {
        top: 93px;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col {
        width: 100%;
        margin-bottom: 8px;
    }

    .homebanner {
        padding-bottom: 20px;
        margin-top: 30px;
    }
}

/* //media query end// */
/* //searchh panel end// */

/* //tranfer listing css end  css start// */

.packg-wrapper {
    width: 100%;
    background-color: var(--primary-color);
    padding: 130px 0px 60px;

}

.packg-wrapper .page-header-detail h1 {
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    
}

/* //best seeling pacakages start// */
.pacakges-description .table td,
.pacakges-description .table th {
    font-size: 14px
}

.pacakges-description .table .tb-btn {
    color: var(--primary-color);
    text-decoration: none
}

/* //best seeling pacakages end// */

.packg-wrapper {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px 60px;
    background-position: center;
}

.packg-wrapper .page-header-detail h1 {
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    
}

/* //best seeling pacakages start// */
.pacakges-description .table td,
.pacakges-description .table th {
    font-size: 14px
}

.pacakges-description .table .tb-btn {
    color: var(--primary-color);
    text-decoration: none
}

.pacakge-card-view {
    padding: 17px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 14px;
    position: relative;
}

.pacakge-card-view .package-card-img img {
    height: 262px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.offer-list-box .offer-img img {
    object-fit: cover;
    width: 130px !important;
    height: 105px !important
}

.pacakge-card-view .pacakge-datils-entry .crd-header h5 {
    font-size: 23px;
    color: #000;
    font-weight: 500;
    line-height: 28px;
}

.pacakge-card-view .pacakge-datils-entry .card-address span {
    font-size: 14px;
    color: #b2b2b2;
    font-weight: 500
}

.pacakge-datils-entry .crd-btn {
    width: 50%;
    margin: 0 2px;
}

    .pacakge-datils-entry .crd-btn a {
        width: 100%;
        border-radius: 10px;
    }

.pacakge-card-view .pacakge-datils-entry .card-address {
    line-height: 30px
}

.pacakge-card-view .pacakge-datils-entry .price-contant p {
    color: var(--brand-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 9px;
}

.card-address strong {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
}
.pacakge-card-view .pacakge-datils-entry .price-contant span {
    color: #3e3e3e;
    font-size: 14px;
    margin: 7px 12px;
    font-weight: 400;
    font-size: 20px;
    font-weight: bolder;
}

.pacakge-card-view .pacakge-datils-entry .ratings-star p {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.pacakge-card-view .pacakge-datils-entry .ratings-star .rating-box .frmlabel {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin: -1px
}

.card-activity .list-activity {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 0;
    font-size: 80%;
    margin-bottom: 6px;
}

.card-activity .list-activity li {
    float: left;
    list-style: none;
    line-height: 1;
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 0 16px;
    margin: 1.5px 0;
}

    .card-activity .list-activity li::after {
        content: "";
        position: absolute;
        background-color: var(--secondary-color);
        width: 2px;
        height: 17px;
        left: 0;
        top: 50%;
        margin-top: -8px;
    }


.detail.ellipsis-container .ellipsis {
    margin: 0px 5px 5px 0px;
    font-size: 13px;
    border-radius: 4px;
    display: inline-block;
    color: #000;
    border: 1px dashed #ccd5de;
           width: 100% !important;
    height: 33px;
    font-weight: 400;
    line-height: 28px;
}
    .detail.ellipsis-container .ellipsis  p{
        width:100% !important;
    }

    @media(max-width : 768px) {
        .csideform .search-panel{
        border-radius : 10px;
    }
        .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn{
            margin-left : 0px;
            border-radius : 10px;
        }
        .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput{
            border-bottom : 1px solid #ddd;
        }
    .packg-wrapper {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 94px 0px 33px;
        background-position: center;
    }
    .pacakge-card-view .pacakge-datils-entry .crd-header h5 {
        font-size: 23px;
        color: #000;
        font-weight: 500;
        line-height: 28px;
        margin-top: 18px;
    }
}

@media (max-width : 768px){
    .mobilefilterbar {
        padding-top: 85px;
        padding-bottom: 10px;
        background: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
        cursor : pointer;
        align-items: center;
    }
    .modifydetail-engine {
        display: none;
    }
        .mobilefilterbar .modifydetail {
            flex: auto;
            background: #efeff0;
            padding: 13px 10px;
            border-radius: 36px;
        }
    .packg-wrapper {
        width: 100%;
        background-color: #fff !important;
        padding: 20px 0px 20px;
    }
        .mobilefilterbar .body-sm.truncate {
            text-align: center;
            font-weight: 600;
            margin-bottom: 0px;
            line-height: 1;
        }

        .mobilefilterbar .modifydetail-list {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    .inconscontact-settleone {
        position: absolute;
        top: 14px;
        left: 10px;
    }
    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        border: 1px solid #efeff0;
        background-color: #efeff0 !important;
        outline: none;
        height: 62px;
        line-height: 62px;
        padding: 0 10px;
        width: 100%;
        cursor: pointer;
        color: #3e3e3e;
        font-weight: 500;
        border-radius: 6px;
        padding-left: 52px;
    }

}

/* //tranfer listing css end// */

