﻿@import url(/Content/css/variable.css);

/* //search engine// */
.homebanner {
    /* background-image: linear-gradient(15deg, black, transparent), url('/Content/images/pacakge/bgtravel.jpg'); */
    background-image: linear-gradient(45deg, #5f5b5b, transparent), url('/Content/images/otherimages/staypatternback.jpg');
    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; */
    height: 100vh;
}


.guest-reviews-section .progress-bar {
    background-color: #cd2c22 !important;
}

.banner-caption h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 1000;
}

.offer-sec-heading h3 {
    font-weight: 500;
    color: #3e3e3e;
    font-size: 21px;
}

.rounded-section {
    background-color: #cd2c22 !important;
}

.banner-caption p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.banner-caption {
    padding-top: 30px;
}

/* //search panel start// */
.csideform .search-panel {
    max-width: 1100px;
    margin: auto;
    cursor: pointer;
}

    .csideform .search-panel .sch-panel-div {
        display: flex;
        justify-content: space-between;
    }

.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: 550;
    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: 24%;
    margin: 0 2px;
    position: relative;
}

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        border: none;
        background-color: #fff;
        outline: none;
        height: 62px;
        line-height: 62px;
        padding: 0 10px;
        width: 100%;
        cursor: pointer;
        border: solid #dadfe6 1px;
        border-radius: 7px;
        color: #3e3e3e;
        font-weight: 500;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
        width: 100%;
        height: 62px;
        background-color: var(--primary-color);
        outline: none;
        text-align: center;
        padding: 0 10px;
        color: #fff;
        font-size: 19px;
        cursor: pointer;
        border: solid #dadfe6 1px;
        border-radius: 7px;
        margin-top: 24px;
    }

.local-scroll {
    bottom: 135px;
    position: absolute;
    left: 50%;
    z-index: 3;
    cursor: pointer;
}

    .local-scroll i {
        color: #fff;
        font-size: 50px;
        font-style: normal;
    }

.localscrollpattern:after {
    content: '';
    display: inline-block;
    width: 138px;
    height: 35px;
    transform: translateX(-50%);
    text-align: center;
    background-image: url('/Content/images/otherimages/downpartimage.png');
    background-repeat: no-repeat;
    background-size: 100%;
    left: 50%;
    position: absolute;
    bottom: 0%;
}

.local-scrollup {
    bottom: -8px;
    position: absolute;
    left: 49%;
    z-index: 3;
    cursor: pointer;
}



    .local-scrollup i {
        color: var(--primary-color);
        font-size: 40px;
        font-style: normal;
    }

.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: 14px;
    color: #697488;
    font-weight: 400;
}

/* //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// */
/* //packacge service start// */
.service-section .header h2 {
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 14px;
    text-transform: capitalize;
}

.header h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 7px;
}

.card-spcl-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.card-special-about {
    background: #fff;
    padding: 20px 10px;
}

.crd-header h5 {
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 500;
    line-height: 28px;
}


.card-address strong {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
}

.desti-crd h4 {
    color: #000;
    font-size: 13px;
}

.crd-btn a {
    padding: 5px 16px;
    background: var(--primary-color);
    font-size: 11px;
    color: #fff;
}

.card-special-image {
    overflow: hidden;
}

.card-spcl-img {
    transition: 0.1s;
}

    .card-spcl-img:hover {
        transform: scale(1.1);
    }

.card-special-about .price {
    font-weight: 600;
}

.card-address .rt-stars {
    position: relative;
    vertical-align: top;
    color: #fbc40f;
    display: inline-block;
    margin-right: 5px;
}

/* //packacge service end// */

/* //holiday service start// */
.tp-dest {
    padding: 50px 0px;
    background: #f2f2f2;
    margin: 30px 0px;
}

.dest-strt {
    position: relative;
}

.dest-con {
    position: absolute;
    bottom: 10px;
    left: 12px;
}

    .dest-con h4 {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        font-family: cursive;
    }

    .dest-con span {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
    }

.dest-img img {
    border-radius: 15px;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.des-imgtwo {
    margin-top: 12px;
}

.dest-img-cen img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 15px;
}

/* //holiday service end// */

/* //hotel start.. */
.card-image-wrap {
    position: relative;
}

.time-card {
    position: absolute;
    background-color: #ffffff;
    top: 15px;
    padding: 6px;
    border-radius: 18px;
    left: 15px;
    color: #000000;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
}

    .time-card img {
        height: 20px;
        width: 20px !important;
        min-height: inherit;
        -o-object-fit: inherit;
        object-fit: inherit;
    }

.blog-body {
    padding: 0px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0px;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    box-shadow: none;
    position: relative;
}

    .blog-body a {
        margin-top: 10px;
        font-weight: 600;
        line-height: 19px;
        font-size: 15px;
        color: #000000;
        text-decoration: none;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        /* -webkit-line-clamp: 2; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.card-popular-hotels {
    position: relative;
    margin-bottom: 30px;
}

.hotel-img {
    object-fit: cover;
    height: 200px;
}

.card-hotel-box {
    display: flex;
    justify-content: center;
    /* position: absolute;
  bottom: -34%; */
    width: 100%;
}

.aminities-list {
    display: flex;
    margin-left: -28px;
}

    .aminities-list li {
        list-style: none;
    }

        .aminities-list li span .icon {
            padding-right: 19px;
            font-size: 19px;
            color: var(--primary-color);
        }


.card-hoteldata {
    background: #fff;
    padding: 18px 12px 12px 12px;
    box-shadow: 0 -2px 19px 0 rgba(0, 0, 0, .16);
    width: 100%;
    /* margin: auto; */
    border-radius: 5px;
}

.card-hotel-box .card-hoteldata .card-details-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-details-wrap .card-about .crd-header h5 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.card-details-wrap .card-about .card-address strong {
    color: var(--primary-color);
    font-size: 12px;
}

.card-details-wrap .card-about .price-contant p {
    font-size: 14px;
    color: #4caf50;
    font-weight: 600;
}

    .card-details-wrap .card-about .price-contant p span {
        color: var(--secondary-color);
        margin-left: 4px;
    }

.card-details-wrap .crd-btn a {
    padding: 5px 16px;
    background: var(--primary-color);
    font-size: 11px;
    color: #fff;
}

/* //hote; end// */

/* //flights service start// */
/* //flights service// */
.card-flight-about {
    padding: 8px 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.flight-segment .card-flight-about > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .flight-segment .card-flight-about > div h4 {
        font-weight: 600;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.flight-segment .card-flight-about .flcard-flight h4 {
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 14px;
}

    .flight-segment .card-flight-about .flcard-flight h4 small {
        font-weight: 400;
        line-height: 1;
        font-size: 12x;
        color: #999;
    }

/* //flight servie end// */

/* /themes service start// */
.pack-section .pack-sec-start {
    position: relative;
}

.holidayslider .owl-nav {
    display: none;
}

.pack-section .pack-sec-start .pack-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: 0.1s;
    opacity: 0.5;
    border-radius: 7px;
}

    .pack-section .pack-sec-start .pack-img img:hover {
        transform: scale(1.1);
    }

.pack-section .pack-sec-start .pack-img {
    overflow: hidden;
    background-color: #000;
    border-radius: 7px;
}

.pack-section .pack-sec-start .pack-contant {
    position: absolute;
    bottom: 29px;
    left: 10px;
}

    .pack-section .pack-sec-start .pack-contant h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        margin-bottom: 21px;
    }

    .pack-section .pack-sec-start .pack-contant span {
        color: #fff;
        font-size: 16px;
        font-family: cursive;
    }


/* /themes service end// */

@media (max-width: 769px) {
    .srch-panel {
        padding: 10px;
    }

    .expert-sec .exper-sec-description {
        margin-top: 0;
    }

    .offer-list-box .offer-content {
        margin-left: 0 !important;
    }

        .offer-list-box .offer-content h3 {
            font-size: 14px !important;
        }

        .offer-list-box .offer-content p {
            font-size: 12px !important;
        }

    .srch-panel .srch-btn {
        margin-top: 10px;
    }

    .start-img-dest .dest-img {
        margin-top: 10px;
    }

    .htlpackage .owl-theme .owl-nav {
        display: none !important;
    }

    .csideform .search-panel .sch-panel-div {
        flex-wrap: wrap;
        padding: 20px 0;
    }

        .csideform .search-panel .sch-panel-div .srch-panel-col {
            width: 100%;
        }

            .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
                background-color: rgb(255, 255, 255);
                outline: none;
                height: 62px;
                padding: 0px 10px;
                width: 100%;
                cursor: pointer;
                border: 1px solid rgb(218, 223, 230);
                border-radius: 7px;
            }

            .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
                margin-top: 5px;
            }

    .homebanner {
        padding-top: 68px;
        padding-bottom: 30px;
        height: 100%;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
        text-align: center;
    }

    .offer-list-box {
        flex-wrap: wrap;
    }

    .offer-list-div {
        height: 100% !important;
    }

    .offer-list-box .offer-content {
        margin-left: 0px;
        margin-top: 15px;
    }

    .offer-list-box .offer-content {
        width: 100%;
        height: 100%;
    }

    .best-offers-sec .offer-landingcard {
        padding: 11px !important;
    }

    .best-offers-sec .offer-section-tabs .nav-link {
        font-size: 10px !important;
    }
}

/* //searchlist// */
.searchlist .search-dropdown {
    padding: 0;
}

    .searchlist .search-dropdown li {
        padding: 12px 16px;
        list-style: none;
    }

        .searchlist .search-dropdown li a {
            text-decoration: none;
            color: #000;
            font-size: 12px;
            font-weight: 500;
        }

        .searchlist .search-dropdown li:hover {
            background-color: var(--secondary-color);
            color: #fff;
        }

.search-inptbox {
    position: relative;
}

    .search-inptbox .searchlist {
        position: absolute;
        background: #fff;
        box-shadow: 0px 0px 10px -4px;
        z-index: 99;
        width: 100%;
    }

/* //best offer section start// */
.best-offers-sec .offer-section-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: none;
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
    border-radius: 0;
}

.best-offers-sec .offer-section-tabs .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.best-offers-sec .offer-landingcard .offer-section-tabs .nav-link img {
    width: 30px;
}

.best-offers-sec .offer-landingcard {
    border-radius: 10px;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 25px 40px 40px;
}

.offer-list-div {
    border-radius: 6px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 14px;
    cursor: pointer;
    margin: 4px;
    height: 195px;
}



.offer-list-box {
    display: flex;
}

    .offer-list-box .offer-content {
        margin-left: 20px;
    }

        .offer-list-box .offer-content h4 {
            color: #4a4a4a;
            font-size: 11px;
            text-transform: uppercase;
            font-weight: 600;
        }

        .offer-list-box .offer-content h3 {
            font-size: 17px;
            color: #000;
            font-weight: 800;
        }

        .offer-list-box .offer-content p {
            color: #5d6f7d;
            font-size: 13px;
            text-align: justify;
            font-weight: 500;
        }

.slider-foot .slider-foot-left span {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 600;
}

.slider-foot .slider-foot-right .btn {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

    .slider-foot .slider-foot-right .btn:hover {
        color: var(--secondary-color);
    }

/* //best offer section end// */

/* //guide banner start// */
.guide-banner-sec {
    /* background: #f2f2f2; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 50px;
    margin-top: 26px;
}

.guide-banner-box {
    max-width: 1000px;
    margin: auto;
}

.guide-pack-content .main-head h4 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    /* color: #3e3e3e; */
    color: #fff;
    font-family: cursive;
    font-weight: bold;
}

.guide-pack-content .contant h5 {
    font-size: 14px;
    color: var(--primary-color);
    font-family: cursive;
    font-weight: 600;
}

.guide-pack-content .contant h1 {
    font-size: 40px;
    /* color: #3e3e3e; */
    font-family: cursive;
    color: #fff;
    font-weight: 900;
}

.guide-pack-content .contant p {
    font-size: 13px;
    color: var(--primary-color);
    font-family: cursive;
    /* color: #000; */
    font-weight: 500;
}

.guide-pack-content .contant span {
    color: var(--primary-color);
    font-family: cursive;
}

.guide-banner-box .guide-data .guideimg img {
    width: 60px;
    border-radius: 100%;
}

.guide-banner-box .guide-data .main-head h3 {
    font-size: 18px;
    /* color: #3e3e3e; */
    color: #fff;
    font-family: cursive;
    font-weight: 700;
}

.guide-banner-box .guide-data .main-head p {
    font-size: 15px;
    /* color: #3e3e3e; */
    color: #fff;
    font-family: cursive;
}

.guide-icon span i {
    font-size: 50px;
    /* color: var(--primary-color); */
    color: #fff;
}

/* //guide banner end// */

/* //expert section start// */
.expert-sec .exper-sec-description {
    padding: 48px;
    border: 1px solid #f2f2f2;
    max-width: 1150px;
    margin: auto;
    background-image: url(/Content//images//themes/themebanner.png);
    margin-top: 40px;
}

    .expert-sec .exper-sec-description .expert-con h2 {
        font-size: 34px;
        color: #fff;
        font-weight: 500
    }

    .expert-sec .exper-sec-description .expert-con p {
        font-size: 14px;
        color: #b2b2b2
    }

    .expert-sec .exper-sec-description .expert-btn button {
        padding: 11px 24px;
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff;
        width: 100%;
        margin-top: 40px
    }

/* //expert section end// */

/* //carausel css start// */
.offerslider .owl-nav {
    display: none;
}

.themeslider .owl-nav {
    position: absolute;
    top: -75px;
    right: -3px;
    display: block !important;
}

    .themeslider .owl-nav button.owl-next {
        display: block !important;
        background: var(--primary-color) !important;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        color: #fff !important;
        margin-left: 55px;
    }

    .themeslider .owl-nav button.owl-prev {
        display: block !important;
        background: var(--primary-color) !important;
        color: #fff !important;
        width: 40px;
        height: 40px;
        border-radius: 100%;
    }

.homepackageSlider .owl-prev {
    position: absolute;
    top: 39%;
    left: 0;
}

.homepackageSlider .owl-next {
    position: absolute;
    top: 39%;
    right: 0;
}

.homepackageSlider .owl-next,
.owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
}

/* //carausel css end// */

/* //listing page css start//*/
.leftsectiondefine-divv {
    position: relative;
}

.viewallgalleryimages .imagesitmes img {
    width: 57px;
    height: 55px;
    border-radius: 7px;
    object-fit: cover;
}

.viewalltext-image span {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}

.viewalltext-image {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    top: 31%;
    position: absolute;
    left: -3%;
}

.viewallgalleryimages {
    margin-left: 13px;
}

.viewalltextsection {
    position: relative;
    filter: blur(1px);
    background: #000;
    border-radius: 10px;
}

.viewallgalleryimages {
    position: relative;
}

.viewalltextsection img {
    opacity: 0.7;
}

.viewallgalleryimages {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 0px;
    cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #455873 !important;
    background-color: #fff !important;
    border-bottom: 1px solid #0d1536;
}

.nav-pills .nav-link {
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 10px;
    color: #000 !important;
}

span.nightsdays-sec {
    font-size: 12px;
    color: #5d6f7d;
    font-weight: 400;
    margin-right: 10px;
}

.priceslideramount {
    margin-top: 10px;
    display: inline-block;
}

.modifysearchpanel-section .csideform {
    position: initial !important;
    background-color: #fff !important;
    border-radius: 7px;
    padding: 3px;
    /* max-width: 800px !important; */
    margin-top: 19px;
}

.modifysearchpanel-section .travellers-serch-wrapper .bs-caret {
    margin-top: 1px !important;
}

.modifysearchpanel-section .frmselect {
    height: 46px;
    border: none !important;
    border-right: 1px solid #ddd !important;
    border-radius: 0 !important;
}

.modifysearchpanel-section .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
    width: 100%;
    height: 62px;
    background-color: #fff !important;
    outline: none;
    text-align: center;
    padding: 0 10px;
    color: #000 !important;
    font-size: 15px;
    cursor: pointer;
    border: solid #0d1536 1px !important;
    border-radius: 7px;
    margin-top: 24px;
    font-weight: 400;
}

.modifysearchpanel-section .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
    height: 46px !important;
    line-height: 45px;
    border: none;
    border-right: 1px solid #ddd;
    border-radius: 0;
}

.modifysearchpanel-section .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
    height: 45px !important;
    line-height: 45px;
    border: none;
    border-right: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    color: #455873;
    font-weight: 400;
}

.modifysearchpanel-section .frmselect {
    font-size: 14px !important;
    color: #455873;
    font-weight: 400;
}


.modifysearchpanel-section .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
    margin-top: 0 !important;
    height: 46px !important;
}

.searchbydestination .inutbix {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
}

section.package-search-section {
    margin-top: 35px;
}

.packg-wrapper {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff !important;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 45px;
    padding: 71px 0px 60px !important;
    height: 175px !important;
    background-position: center;
}

.awardsmedlasectionstart p {
    margin-top: 6px !important;
}

.packg-wrapper .page-header-detail h1 {
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    font-family: cursive;
}

/* //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// */

/* //sticky sidebar start// */
.search-sticky-sidebar .sticky-element {
    border: 1px solid #ddd;
    padding: 10px;
    background: none;
    border-radius: 0;
}

    .search-sticky-sidebar .sticky-element .accordion-button:not(.collapsed) {
        background: none;
        box-shadow: none;
    }

    .search-sticky-sidebar .sticky-element .accordion-button:focus {
        background: none;
        box-shadow: none;
    }

    .search-sticky-sidebar .sticky-element .element-text {
        color: #3e3e3e;
        font-size: 14px;
        font-weight: 550;
        padding: 0;
        margin-bottom: 8px;
    }

    .search-sticky-sidebar .sticky-element .element-conntent-body {
        padding: 0;
    }

.element-conntent-body .element-content .frmlabel {
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 400;
}

.element-conntent-body .element-content .frm-box {
    margin-bottom: 17px;
}

    .element-conntent-body .element-content .frm-box .frmlabel .icons {
        color: var(--primary-color);
        margin-right: 7px;
    }

.element-conntent-body .element-content .frminput:checked {
    background-color: var(--primary-color);
    border: none
}

.element-conntent-body .element-content .frminput {
    width: 16px;
    height: 16px;
    border: 1px solid #3e3e3e;
}

    .element-conntent-body .element-content .frminput[type=checkbox] {
        border-radius: 0;
    }

/* //sticky sidebar end// */
/* //packages sec start// */
.pacakge-card-view {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

    .pacakge-card-view .package-card-img img {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        height: 172px;
    }

.boxviewalltextsec .imagesitmes img {
    filter: blur(1.2px);
}

.viewalltexsec {
    position: absolute;
    top: 35%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    left: 5px;
}

.boxviewalltextsec {
    position: relative;
}

.package-card-img {
    /* height: 100%; */
    padding: 11px;
}

.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: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pacakge-card-view .pacakge-datils-entry .card-address span {
    line-height: 30px;
    font-size: 13px;
    color: var(--primary-color);
}

.nightsdays-sec svg {
    height: 23px;
}

.septrationbtn-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.descriptopn-package-div p {
    color: #5d6f7d;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 7px;
    margin-top: 10px;
    line-height: 1.8;
}

/* .pacakge-datils-entry .crd-btn {
  width: 50%;
  margin: 0 2px;
} */

.pacakge-datils-entry {
    padding: 10px 21px 13px 0px;
}

    .pacakge-datils-entry .crd-btn a {
        width: 100%;
        padding: 7px 5px;
        background: var(--primary-color);
        font-size: 14px;
        color: #fff;
        border-radius: 0;
        border-radius: 7px;
        font-weight: 300 !important;
    }

.pacakge-card-view .pacakge-datils-entry .card-address {
    line-height: 30px
}

.pacakge-card-view .pacakge-datils-entry .price-contant p {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0
}

/* .pacakge-card-view .pacakge-datils-entry .price-contant span {
  color: #3e3e3e;
  font-size: 14px;
  margin: 7px 12px;
  font-weight: 600;
} */

.pacakge-card-view .pacakge-datils-entry .ratings-star p {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 550;
    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(--primary-color);
            width: 6px;
            height: 6px;
            left: 0;
            top: 50%;
            margin-top: -3px;
        }

.pacakge-datils-entry .aminities-list {
    display: flex;
    margin-left: 0px;
    justify-content: start;
    padding-left: 0px;
    gap: 27px;
    margin-bottom: 11px;
}

    .pacakge-datils-entry .aminities-list li {
        list-style: none;
    }

        .pacakge-datils-entry .aminities-list li span .icon {
            padding-right: 19px;
            font-size: 21px;
            color: var(--primary-color);
        }

        .pacakge-datils-entry .aminities-list li span .active {
            color: grey;
        }

/* //pacakages sec end// */

/* //traveller counter start// */

/* //listing page css end// */




.sitenavbar .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
    color: red !important;
}

.form-control {
    height: 56px;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #dadfe6;
    background-clip: initial;
}

    .form-control .form-control-md {
        height: auto;
    }

    .form-control .light {
        background: rgba(255, 255, 255, 0.01);
        border-color: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.7);
    }

    .form-control .dark {
        background: rgba(0, 0, 0, 0.1);
        border-color: rgba(0, 0, 0, 0.1);
        color: rgba(255, 255, 255, 0.8);
    }

.form-group label {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 500;
}

textarea.form-control {
    height: 150px !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: red !important;
    color: red !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: red !important;
    color: red !important;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 12px;
    border: 1px solid #dadfe6;
}

.search-wrap .select2-container .select2-selection--multiple,
.search-wrap .select2-container .select2-selection--single {
    height: 62px;
    padding-left: 16px;
}

.search-wrap .form-control {
    height: 62px;
}

.search-wrap .btn {
    height: 62px;
}

.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--multiple,
    .select2-container .select2-selection--single {
        height: 56px;
        padding-left: 16px;
    }

.border .select2-container .select2-selection--multiple,
.border .select2-container .select2-selection--single {
    border: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
    margin: 3px 0px 3px 5px;
    font-size: 13px;
    font-weight: 500;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 0;
    font-weight: 500;
    font-family: inherit;
    margin: 0 !important;
    height: 22px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--bs-primary);
    height: 100%;
    border-right: 1px solid var(--bs-primary-bg-subtle);
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
        background-color: var(--bs-primary);
        color: #ffffff;
        outline: none;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dadfe6 1px;
    outline: 0;
}

.border .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #c0cad0;
    font-weight: 600;
}

.search-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--bs-body-color);
    font-weight: 700;
    line-height: 28px;
}

.btn-flip-icon {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e6eaee;
    z-index: 1;
    font-size: 15px;
}

    .btn-flip-icon .btn,
    .btn-flip-icon button {
        outline: none;
        border: none;
        background: transparent;
    }

.form-control:focus {
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #c0cad0;
    opacity: 1;
    /* Firefox */
}

.form-control::placeholder {
    color: #c0cad0;
    opacity: 1;
    /* Firefox */
}

.fw-bold ::-moz-placeholder,
.fw-bold::-moz-placeholder {
    font-weight: 600;
}

.fw-bold ::placeholder,
.fw-bold::placeholder {
    font-weight: 600;
}

::-moz-placeholder {
    color: #c0cad0;
}

::placeholder {
    color: #c0cad0;
}

.hdd-arrow span.select2-selection__arrow {
    display: none;
}

.clieintlogo-images img {
    width: auto !important;
    margin: auto;
    height: 60px !important;
}

.destination-section {
    position: relative;
}

    .destination-section .images img {
        width: 100% !important;
        height: 425px;
    }

    .destination-section .hotel-content {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40%;
        padding: 0 15px;
        background: #46464685;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .destination-section .hotel-content h2 {
            color: #fff;
            text-transform: uppercase;
            font-size: 20px;
            text-align: left;
            font-weight: 400;
        }

        .destination-section .hotel-content p {
            color: #fff;
            text-transform: capitalize;
            font-size: 16px;
            text-align: center;
            font-weight: 300;
        }

.hotelsection-content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.destination-section:hover .hotelsection-content {
    opacity: 1;
    visibility: visible;
}

.destionation-sliders .owl-prev {
    position: absolute;
    top: 39%;
    left: 0;
}

.destionation-sliders .owl-next {
    position: absolute;
    top: 39%;
    right: 0;
}

.destionation-sliders .owl-next,
.owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
}

.bestdeatl-sections .images {
    background: #000;
    border-radius: 7px;
    padding: 0;
    margin: 0;
}

    .bestdeatl-sections .images img {
        width: 100%;
        height: 471px;
        object-fit: cover;
        border-radius: 7px;
        opacity: 0.9;
    }

.bestdeatl-sections {
    position: relative;
}

.bestdeal-contents {
    position: absolute;
    top: 16%;
    left: 10%;
}

    .bestdeal-contents h3 {
        color: #fff;
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 30px;
        line-height: 1.3;
    }

.destination-box {
    cursor: pointer;
}

.popularthings-box {
    cursor: pointer;
}

.pack-sec-start {
    cursor: pointer;
}

.bestdeal-contents .learnmore-text {
    background: #fff;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    width: 60%;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 16px;
}

.destination-box .images img {
    width: 100%;
    height: 162px;
    object-fit: cover;
    border-radius: 7px;
}

.destination-box .destination-content h3 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 0;
}

.destination-box .destination-content p {
    font-size: 12px;
    color: #697488;
    font-weight: 400;
    margin-top: 5px;
}

.popularthings-box {
    position: relative;
}

.popular-content {
    position: absolute;
    bottom: 5px;
    text-align: center;
    left: 23%;
}

.popularthings-box .images {
    background: #000;
    border-radius: 7px;
}

    .popularthings-box .images img {
        width: 100%;
        height: 162px;
        object-fit: cover;
        border-radius: 7px;
        opacity: 0.8;
    }

.popularthings-box .popular-content h3 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

.popularthings-box .popular-content p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
    display: none;
}

.bestdeatl-sections {
    cursor: pointer;
}

.twosections-divider {
    background-repeat: no-repeat !important;
    background-size: cover;
    background-image: url('/Content/images/otherimages/dividersection.png');
    padding: 15px 0;
}

.popularhotelfeaturess {
    margin-top: 47px;
}

/* //traveller hotel start// */
.travel-count-hotel {
    background: #fff;
    padding: 12px;
    z-index: 999;
    border-radius: 10px;
    min-width: 20rem;
    position: absolute;
    box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    top: 74px;
}

    .travel-count-hotel .headline p {
        color: #757575;
        font-size: 11px;
        font-weight: 500;
    }

    .travel-count-hotel .apply-btn button {
        padding: 10px 20px;
        height: 56px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 0.375rem;
        background-color: var(--primary-color);
        color: #ffff;
        font-family: cursive;
        outline: none;
        border: none;
        float: right;
        width: 100%;
    }

    .travel-count-hotel .text {
        font-size: 14px;
        font-weight: 500;
    }

.travel-selection-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

    .travel-selection-box label {
        color: #000;
        font-weight: 500;
        font-size: 19px;
        margin-bottom: 0;
    }

.room-artical-list .frmselect {
    color: #000;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 13px;
}

    .room-artical-list .frmselect:focus {
        box-shadow: none;
        border: 1px solid var(--primary-color);
    }

.room-artical-list .incrbtn {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.travellers-serch-wrapper .bs-caret {
    float: right;
}

.room-artical-list .incrbtn i {
    color: #fff;
}

.room-artical-list .incrbtnBox {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .room-artical-list .incrbtnBox input {
        width: 50px;
        height: 37px;
        border: none;
        outline: none;
        font-size: 16px;
        display: inline;
        text-align: center;
        border-radius: 10px;
    }

.searchpanel-labelsection {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

.csideform {
    background: rgba(255, 255, 255, 0.5) !important;
    padding: 10px;
    /* position: absolute; */
    /* width: 100%; */
    /* left: 0; */
    position: absolute;
    bottom: 0;
    /* top: 0; */
    right: 0;
    left: 0;
    /* max-width: 1000px; */
    margin: auto;
}

.select-child-div .frmslct {
    height: 35px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    font-size: 12px;
    margin: 10px 0 20px 0;
    font-weight: 500;
}

    .select-child-div .frmslct:focus {
        box-shadow: none;
    }

/* //traveller hotel end// */
.things-img {
    position: relative;
    cursor: pointer;
    border-radius: 7px;
    width: 100%;
    margin-bottom: 10px;
}

.things-content a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.things-img img {
    height: 358px;
    border-radius: 7px;
    width: 100%;
}

.fiximagedesign {
    overflow: hidden;
}

.things-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

    .things-content h4 {
        color: #ffffff;
        font-size: 20px;
    }

    .things-content span {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
    }

.things-btn {
    position: absolute;
    top: 30px;
    right: -100px;
    visibility: hidden;
    opacity: 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-half-square {
    background: #fff;
    border-top-right-radius: 0;
    color: var(--primary-color);
    font-weight: 500;
    border-bottom-right-radius: 0;
}

.things-img::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.things-img:hover .things-btn {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.things-btn {
    transition: 0.3s;
}

.single-package {
    position: relative;
    width: 100%;
    border-radius: 7px;
    cursor: pointer;
}

    .single-package img {
        width: 100%;
        height: 320px;
        border-radius: 7px;
        cursor: pointer;
    }

    .single-package::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 7px;
    }

.package-content {
    position: absolute;
    left: 30px;
    bottom: 23px;
    right: 30px;
}

.package-info {
    border-bottom: 1px solid #a4abb1;
    margin-bottom: 13px;
}

    .package-info h3 {
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        font-size: 20px;
    }

        .package-info h3 a {
            text-decoration: none;
            color: #fff;
            font-weight: 400;
            font-size: 20px;
        }

    .package-info p {
        color: #ffffff;
    }

.package-bottom span {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.package-bottom .rating li {
    display: none;
    margin-left: 7px;
}

    .package-bottom .rating li span {
        font-size: 14px;
        color: #ffffff;
    }

.package-bottom span {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.modifysearchpanel-section .csideform {
    border: 1px solid #ddd !important;
}

.pdfbtntext-section {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0d1536;
    font-size: 15px;
    text-decoration: underline;
    margin-top: 10px;
}

@media(max-width: 768px) {
    .things-content {
        left: 10px;
    }

    .csideform {
        position: initial;
    }

    .local-scroll {
        display: none;
    }

    .bestdeatl-sections .images {
        margin-bottom: 10px;
    }

    .packg-wrapper {
        height: 50vh !important;
    }

    .modifysearchpanel-section .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .modifysearchpanel-section .frmselect {
        border-right: none !important;
        border-bottom: 1px solid #ddd !important;
    }

    .pacakge-datils-entry .aminities-list {
        gap: 0;
    }

    .pacakge-datils-entry {
        padding: 10px 21px 13px 10px;
    }

    .crd-heaader-first h4 {
        font-size: 16px;
    }

    section.package-detail-section {
        margin-top: 80px;
    }

    .pacakge-datils-entry .card.border-0.p-3.mb-4 {
        padding: 0 !important;
    }

    .imagesone-packagetwo {
        margin: 2px;
    }

    .imagesonecollll {
        padding: 0 !important;
    }

    .imagefourcolll {
        padding: 0 !important;
    }

    .imagesone-packagee img {
        height: 320px;
    }

    .imagesone-packagetwo img {
        width: 100%;
        height: 156px;
        border-radius: 7px;
        margin-bottom: 1px;
        object-fit: cover;
        cursor: pointer;
    }

    .mobviewscrollldata {
        overflow-x: scroll;
    }
/*
    .mobviewsliderrrr {
        width: 555px;
    }*/

    .itnirary-names {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 1.7;
    }

    .itinrarydays {
        display: none;
    }

    .bestdeal-contents h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 30px;
        line-height: 1.7;
    }

    .things-img img {
        height: 200px;
    }

    .bestdeal-contents .learnmore-text {
        width: 100%;
    }

    .bestdeatl-sections .images img {
        height: 200px;
    }

    .pack-section .pack-sec-start .pack-img img {
        height: 200px;
    }

    .themeslider .owl-nav button.owl-prev {
        display: none !important;
    }

    .themeslider .owl-nav button.owl-next {
        display: none !important;
    }

    .homepackageSlider .owl-nav button.owl-prev {
        display: none !important;
    }

    .homepackageSlider .owl-nav button.owl-next {
        display: none !important;
    }
}


/* //traveller counter css start// */
/* .searchformaddrom-section {
  margin-top: 24px;
} */

.multihotelselection-trav .search-group-wrapper {
    background: #fff;
    width: 339px;
    position: absolute;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 7px;
    top: 208px;
    z-index: 99;
    max-height: 313px;
    overflow-y: scroll;
    left: 12px;
}

    .multihotelselection-trav .search-group-wrapper::-webkit-scrollbar {
        width: 4px;
    }

.multihotelselection-trav .roomsheaderappend {
    font-weight: 600;
    font-size: 17px;
    color: var(--primary-color);
}

.multihotelselection-trav .travelcounter-minup {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.multihotelselection-trav .search-group-wrapper :-webkit-scrollbar-track {
    background: #f1f1f1;
}

.multihotelselection-trav .search-group-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

    .multihotelselection-trav .search-group-wrapper::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.multihotelselection-trav .addromhotelbutton {
    background: var(--primary-color);
    border: none;
    padding: 10px;
    width: 47%;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.multihotelselection-trav .search-group-wrapper .adultsectionperson-design {
    max-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.multihotelselection-trav .search-group-wrapper .form-control {
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    /* display: flex;
  justify-content: center;
  align-items: center; */
}

.multihotelselection-trav .crossroomsbuttonstylee {
    position: absolute;
    top: -5px;
    right: -6px;
    background: var(--primary-color);
    width: 30px;
    height: 30px;
    line-height: 23px;
    border-radius: 100%;
    border: none;
    color: #fff;
}

.multihotelselection-trav .booking-modal-room-artical {
    position: relative;
    margin-bottom: 17px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 21px;
}

.multihotelselection-trav .search-group-wrapper span.edit-qty.minus {
    background: #F4F5F5;
    width: 77px;
    height: 29px;
    font-size: 12px;
    border-radius: 100%;
    line-height: 28px;
}

.multihotelselection-trav .search-group-wrapper span.edit-qty.plus {
    background: #F4F5F5;
    width: 77px;
    height: 29px;
    font-size: 12px;
    border-radius: 100%;
    line-height: 28px;
}

.multihotelselection-trav .search-group-wrapper .add-child-counts {
    margin-top: 27px;
}

.multihotelselection-trav .search-group-wrapper .childcountselect {
    padding: 0;
    margin: 0;
    text-align: left;
    border: 1px solid #ddd;
    padding-left: 13px;
    height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 5px;
}



.multihotelselection-trav .serch-room-count.active {
    display: block;
}

/* //traveller counter css end// */

.sitenavbarstyle .navbar {
    background-color: var(--primary-color);
}
.imagesone-packagee img {
    width: 100%;
    height: 440px;
    border-radius: 7px;
    object-fit: cover;
    cursor: pointer;
}
.imagesone-packagetwo img {
    width: 100%;
    height: 215px;
    border-radius: 7px;
    margin-bottom: 10px;
    object-fit: cover;
    cursor: pointer;
}
.viewmorebutton-galler {
    right: -3px !important;
}
    .viewmorebutton-galler button {
        font-size: 13px;
        background: #fff;
        color: #000;
        border: none;
        padding: 10px 20px;
        border-radius: 6px;
        font-weight: 500;
        cursor: pointer;
    }
@media(min-width: 769px){
    section.package-detail-section {
        margin-top: 100px;
    }
}
@media(max-width: 769px) {
    .imagesone-packagetwo img {
        width: 100%;
        height: 215px;
        border-radius: 7px;
        margin-bottom: 4px;
        object-fit: cover;
        cursor: pointer;
    }
}

    @media(max-width: 769px) {
        section.package-detail-section {
            margin-bottom: 105px;
        }
    }

    .enquirynowpackage {
        text-align: center;
        padding: 10px;
    }

        .enquirynowpackage h2 {
            font-size: 18px;
            font-weight: 500;
        }

    .sidebar-div .single-card .frminput {
        width: 100%;
        border: 1px solid #ddd;
        padding: 10px 10px;
        border-radius: 7px;
        cursor: pointer;
    }

    .sidebar-div .single-card .book-btn {
        font-size: 13px;
        border-radius: 7px;
        width: 100%;
        background-color: var(--primary-color);
        color: #fff;
        height: 46px;
        font-weight: 300 !important;
    }
