@import url(/Content/css/variable.css);


/*//read more overview//*/

.overviewSclips {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-bottom: 4px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.overviewSclips.readmore {
    overflow: hidden;
    text-overflow: initial;
    display: initial;
    -webkit-line-clamp: initial;
    / number of lines to show / line-clamp:none;
    -webkit-box-orient: initial;
}

.osreadmore {
    color: var(--brand-color);
    text-decoration: none;
    font-weight: 400;
}

/* //activity home page css start// */
/* //search engine// */
.homebanner {
    /* background-image: linear-gradient(15deg, black, transparent), url('/Content/images/pacakge/bgtravel.jpg'); */
    background-image: url('/Content/images/Activity/banner.png');
    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;
}
/*.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: 15px;
    margin-bottom: 0;
}
    .travel-selection-box .incrbtnBox {
        display: flex;
        align-items: center;
        gap: 10px;
    }
.travel-selection-box .incrbtn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    font-size: 10px;
}
        .travel-selection-box .incrbtn i {
            color: #fff;
        }
    .travel-selection-box .incrbtnBox input {
        width: 50px;
        height: 37px;
        border: none;
        outline: none;
        font-size: 16px;
        display: inline;
        text-align: center;
        border-radius: 10px;
    }
.banner-caption h1 {
  color: #fff;
  font-weight: 800;
  font-size: 45px;
  font-family: cursive;
}

.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;
}

.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: 25%;
  margin: 0 2px;
}

.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 {
  width: 100%;
  height: 60px;
  background-color: var(--primary-color);
  outline: none;
  border: none;
  text-align: left;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.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;
}

/* //searchh panel end// */

/* //offer section css start// */
.offer-div-panel .offers-pic img {
  width: 83px;
  height: 83px;
  object-fit: cover;
}

.offer-div-panel .offer-panel-card {
  text-decoration: none;
}

.offer-div-panel .offer-panel-card .offers-captions h4 {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  font-family: cursive;
}

.offer-div-panel .offer-panel-card .booking-wrapes .low-price {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  font-family: cursive;
  margin-top: 7px;
}

/* //oofer section csss end// */

/* //popular activity css start// */

.popular-destional-cards .cardCities {
  position: relative;
  z-index: 0;
}

.popular-destional-cards .cardCities.cursor:hover {
  cursor: pointer;
}

.popular-destional-cards .cardCities .cardCities-image {
  border-radius: inherit;
}

.popular-destional-cards .ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.popular-destional-cards .ratio-4::before {
  padding-bottom: 125%;
}

.popular-destional-cards .ratio::before {
  display: block;
  width: 100%;
  content: "";
}

.popular-destional-cards .ratio-full::before {
  padding-bottom: 100%;
}

.popular-destional-cards .cardCities .cardCities-image {
  border-radius: inherit;
}

.popular-destional-cards .cardCities .cardCities-image img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.popular-destional-cards .citiesCard-content {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.popular-destional-cards .citiesCard-content .cardCities-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 7, 45, 0.44);
  border-radius: inherit;
  transition: all ease 0.5s;
  opacity: 0.9;
}

.popular-destional-cards .citiesCard-topcaps {
  transition: all ease 0.5s;
  opacity: 0;
}

.popular-destional-cards .citiesCard-bottomcaps {
  transition: all ease 0.5s;
  transform: translateY(80px);
}

.popular-destional-cards .cardCities:hover .citiesCard-bottomcaps,
.cardCities:focus .citiesCard-bottomcaps {
  transform: translateY(0);
}

.popular-destional-cards .cardCities:hover .cardCities-bg,
.cardCities:focus .cardCities-bg {
  opacity: 1;
}

.popular-destional-cards .cardCities:hover .citiesCard-topcaps,
.cardCities:focus .citiesCard-topcaps {
  opacity: 1;
}

.popular-destional-cards .citiesCard-bottomcaps .btn-whitener {
  background: #fff;
  padding: 10px 36px;
  color: #000;
  font-weight: 500;
  font-family: cursive;
  font-size: 17px;
  width: 100%;
}

.popular-destional-cards .citiesCard-bottomcaps .text {
  font-family: cursive;
  font-weight: 700;
}

.popular-destional-cards .citiesCard-topcaps .tabs {
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 10px;
  font-family: cursive;
  font-weight: 600;
}

/* //popular Activity css end// */

/* //popular destination css start// */
.popular-destination-cards .image img {
  height: 350px;
  opacity: 0.5;
  object-fit: cover;
}

.popular-destination-cards .image {
  background-color: #000;
}

.popular-destination-cards {
  position: relative;
}

.popular-destination-cards .content {
  position: absolute;
  bottom: 3px;
  left: 10px;
  text-align: center;
}

.popular-destination-cards .content h4 {
  font-family: cursive;
  font-weight: 700;
  font-size: 1.5rem;
}

/* //popular destination css end// */



/* //media query start// */
@media(max-width: 992px) {
  .csideform .search-panel .sch-panel-div {
    flex-wrap: wrap;
  }
  
  .csideform .search-panel .sch-panel-div .srch-panel-col {
    width: 100%;
    margin-bottom: 8px;
  }

  .homebanner {
    padding-bottom: 20px;
    margin-top: 30px;
  }
}

/* //media query end// */

/* //activity home page css end// */


/* //activity listing css start// */

.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;
  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(--secondary-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// */

.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;
  justify-content : space-between;
}

.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-hoteldata .crd-header h4 {
  font-size: 13px;
  font-weight: 500;
}

.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;
}

/* //activity listing css end// */

/* 
* //Activity  detail section start// */
.figure-image-div img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius : 12px;
}
/*//image gallery start//*/
.image-card-wrapper img {
    width: 82px;
    display: block;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
}


/*Customer review start*/
.customer-reviews-sec .cus-review-start {
    background: #F5F5F5;
    padding: 10px 15px;
    border-radius: 8px;
    position: relative;
}

    .customer-reviews-sec .cus-review-start .header h4 {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .customer-reviews-sec .cus-review-start .description p {
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 6px 0 7px;
        line-height: 1.6;
        text-align: justify;
        color: #000;
    }

    .customer-reviews-sec .cus-review-start .autohor-descropt .name {
        margin-bottom: 0;
        font-size: 15px;
        color: #000;
        font-weight: 500;
    }

    .customer-reviews-sec .cus-review-start .autohor-descropt .date {
        color: #3e3e3e;
        font-size: 13px;
        font-weight: 500;
    }

.cus-review-start #tour-review-sec .owl-nav {
    display: block !important;
    display: block !important;
    position: absolute;
    top: -54px;
    right: 0;
}

    .cus-review-start #tour-review-sec .owl-nav button.owl-prev {
        background: var(--primary-color) !important;
        width: 25px;
        height: 25px;
        border-radius: 100% !important;
        font-size: 12px !important;
        color: #fff !important;
    }

.viewmap-extenddiv {
    font-size: 17px;
    margin-bottom: 0;
    cursor: pointer;
    text-decoration: underline;
    color: var(--primary-color);
    margin-bottom: -6px;
    font-weight: 400;
    margin-left: 17px;
}

.cus-review-start #tour-review-sec button.owl-next {
    background: var(--primary-color) !important;
    width: 25px;
    height: 25px;
    border-radius: 100% !important;
    font-size: 12px !important;
    color: #fff !important;
}
.autohor-descropt{
    margin-left : 12px;
}
/*Customer review end*/
/*Tour includes start*/
.tour-iclusion-sec .header h4 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.tour-iclusion-sec .aminities .aminities-list li {
    text-align: center;
display : block;
}
.discountedbageact{
    background : var(--brand-color) !important;
}


.tour-iclusion-sec .aminities .aminities-list li span {
    font-weight: 600;
    font-size: 12px;
    display: block;
}
/*Tour includes end*/
.keyhights-sec-start .header h4 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.tourkey-lights-sec {
    height: 69px;
    overflow-y: scroll;
}

    .tourkey-lights-sec li {
        font-size: 14px;
        color: #000 !important;
        font-weight: 500;
        text-align: justify;
        list-style: none;
    }

    .tourkey-lights-sec::-webkit-scrollbar {
        width: 20px;
    }

    .tourkey-lights-sec::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    .tourkey-lights-sec::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 10px;
    }
/*pricing summary start*/
.pricingsummary-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 15px;
    margin-bottom: 20px;
}

.pricingsummary-section .nav-link {
    border-radius: 4px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
/*pricing summary end*/
/*Key highlights end*/
/*Itinearary print sec start*/
.divider-two-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.itineary-print-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .itineary-print-div .details-itin {
        margin: 0 11px;
        margin-top: -22px;
    }

        .itineary-print-div .details-itin img {
            width: 20px;
        }

        .itineary-print-div .details-itin .itn-text {
            font-size: 17px;
            margin-bottom: 0;
            cursor: pointer;
            text-decoration: underline;
            color: var(--primary-color);
            font-weight: 400;
        }
/*Itinearary print sec end*/
.image-card-wrapper .img-display {
    overflow: hidden;
}

.image-card-wrapper .img-showcase-wrapperpan {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

    .image-card-wrapper .img-showcase-wrapperpan img {
        min-width: 100%;
        height: 380px;
        object-fit: cover;
        border-radius: 12px;
    }

.image-card-wrapper .img-select-wrapper {
    display: flex;
}

.image-card-wrapper .img-item {
    margin: 0.3rem;
}
/*//image gallery end//*/

.couponSep {
  border-bottom: 1px solid #e3e9ed;
  position: relative;
  margin: 30px 0;
}

.couponSepText {
  width: 28px;
  height: 28px;
  background: #f1f6f9;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid #f1f6f9;
  position: absolute;
  top: -13px;
  border-radius: 30px;
  left: 45%;
  padding: 4px 4px;
  color: #bcc9d1;
}

.crd-heaader-first h4 {
  font-weight: 500;
  color: #3e3e3e;
  font-size: 21px;

}

.detail.ellipsis-container {
  color: #455873;
  font-size: 14px;
  padding-top: 3px;
}

.ellipsis-item__normal.separate {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 5px;
  background-color: #ced2d9;
}

.touritem-middle {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flight-foots {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.low-price .tag-span {
  font-size: 13px;
  font-weight: 500;
  color: #5f7388;
}

.pop-touritem-bg {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.08);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.pop-touritem-bg .bg-cover {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.2s;
  background-position-y: -10px;
}

.pop-touritem-bg .touritem-cnt {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 0 24px 16px;
}

.detail.ellipsis-container .ellipsis {
  margin: 0 5px 5px 0px;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  color: #45596c;
  border: 1px dashed #ccd5de;
}

.flight-footer {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.star-rates {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 11px;
  letter-spacing: 3px;
}

.star-rates .fa-solid.active {
  color: #ffa31a;
}

.rat-reviews {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.rat-reviews span {
  margin-left: 3px;
  color: #455873;
  font-size: 12px;
  font-weight: 500;
}

.activities-flex {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #05264e;
}

.activities-flex li {
  list-style: none;
}

.activities-flex li .actv-wrap-caps {
  color: #808fa0;
  font-size: 13px;
}

.package-tab-start {
  background-color: #ffe6e5;
}

.package-tabs-body .package-tab-start .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #cd2c22 !important;
  color: #ffffff !important;
}

.package-tabs-body .package-tab-start .nav-pills.primary .nav-link {
  background: transparent;
  color: #cd2c22;
  font-size: 14px;
  font-weight: 500;
}

.tab-list-info .card-header {
  background: none !important;
  padding: 17px;
}

.tab-list-info .card-header h4 {
  color: #3e3e3e;
  margin-bottom: 0;
  font-weight: 500;
}

.tab-list-info .card-body p {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
}

.tab-list-info .card-body .tab-list-details li {
  list-style: none;
  color: #5d6f7d;
  font-size: 13px;
  font-weight: 500;
}

.tab-list-info .card-body .expott-info h5 {
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 500;
}

.tab-list-info .card-body .expott-info .image {
  width: 30px;
}

.guest-reviews .dfls-headers h5 {
  font-size: 14px;
  color: #3e3e3e;
}

.guest-reviews .dfls-secription p {
  font-size: 13px;
  color: #5d6f7d;
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
}

.guest-reviews .dfls-arrios span {
  font-size: 13px;
  color: #adb5bd !important;

}

.guest-reviews .sbms-rewsbox .alert-succes {
  color: #27a974;
  background-color: #d4eee3;
  border-color: #27a974;
}

.guest-reviews .sbms-rewsbox span {
  font-size: 1px;
}

.itineary-section-tabs .accordion-button:not(.collapsed) {
  color: #cd2c22;
  background-color: #cd2c221a;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;

}

.itineary-section-tabs .accordion-button:focus {
  color: #cd2c22;
  background-color: #cd2c221a;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 500;
}

.itineary-section-tabs .accordion-item {
  margin-bottom: 20px;
}

.itineary-section-tabs .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  color: #3e3e3e;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
}

.itineary-section-tabs .itinery-tabs-list li {
  list-style: none;
  font-size: 13px;
  color: #3e3e3e;
  font-weight: 500;
}

.itineary-section-tabs .itinery-tabs-list li .icons {
  color: #adb5bd;
}

.itineary-section-tabs .exportial p {
  font-size: 14px;
  color: #5d6f7d;
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
}

.check-hotel-list .single-iffcort h6 {
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 500;
}

.check-hotel-list .hotel-tab-data li {
  list-style: none;
}

.check-hotel-list .hotel-tab-data li p {
  font-size: 13px;
  color: #455873;
  font-weight: 500;
}

.check-hotel-list .hotel-tab-data li .map-text {
  color: #cd2c22;
  text-decoration: none;
}

.check-hotel-list .htlstar-list .icons {
  font-size: 10px;
  color: #f0b503;
}

.check-hotel-list .htl-text {
  font-size: 21px;
  color: #3e3e3e;
  font-weight: 500;
  line-height: 28px;
}

.check-hotel-list .room-category {
  font-size: 15px;
  color: #3e3e3e;
  font-weight: 600;
}

.check-hotel-list .room-chekout {
  color: #adb5bd;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}

.check-hotel-list .cancellation-btn label {
  padding: 4px 15px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 60%;
  background-color: #d4eee3;
  margin-bottom: 10px;
}

.check-hotel-list .room-type-div p {
  font-size: 13px;
  color: #455873;
  font-weight: 500;
}

.check-hotel-list .room-type-div a {
  font-size: 13px;
  color: #cd2c22 !important;
  font-weight: 500;
  text-decoration: none;
}

.sidebar-div .single-card .label-text {
  font-size: 12px;
  color: #5d6f7d;
  font-weight: 500;
}

.sidebar-div .single-card .price-text span {
  color: #000;
  font-weight: 700;
  font-size: 30px;
}

.sidebar-div .single-card .price-text {
  color: #5d6f7d;
  font-size: 12px;

}

.sidebar-div .single-card .offer-section {
  font-size: 12px;
  padding: 6px;
}

.sidebar-div .single-card .frminput::placeholder {
  color: #000;
  font-size: 14px;
}
.inconscontact-settleone-from {
   
    top: 22px !important;
   
}


.sidebar-div .single-card .frminput {
    width: 100%;
    border: 1px solid #ddd;
    padding: 4px 10px;
    padding-left: 38px;
    height: 41px;
    border-radius: 7px;
}

.sidebar-div .single-card .frminput:focus {
  outline: none;
  border: 1px solid var(--primary-color) !important;
}

.sidebar-div .single-card .frmselect {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #5d6f7d;
  font-size: 12px;
  padding: 4px 10px;
}

.sidebar-div .single-card .frmselect:focus {
  outline: none;
  border: 1px solid var(--primary-color) !important;
  box-shadow: none;
}

.sidebar-div .single-card .book-btn {
  font-size: 10px;
  border-radius: 0;
  width: 100%;
  background-color: var(--primary-color);
  color: #fff;
}

.sidebar-div .single-card .book-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}


.sidebar-div .single-card .download-btn {
  text-decoration: none;
  color: #cd2c22;
  font-size: 14px;
  font-weight: 500;
}

.package-code .text {
  color: #3e3e3e;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;

}

.package-code .code {
  color: #3e3e3e;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;

}

.package-code .queston {
  font-size: 17px;
  color: #3e3e3e;
  font-weight: 600;
  margin-top: 10px;
}

.package-code .help {
  font-size: 14px;
  color: #5d6f7d;
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
}

.package-code .cnct-details .call {
  color: #3e3e3e;
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
}

.package-code .cnct-details .call .icons {
  color: var(--secondary-color);
  margin-right: 10px;
}

.package-code .cnct-details .email {
  color: #3e3e3e;
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
}

.package-code .cnct-details .email .icons {
  color: var(--secondary-color);
  margin-top: 10px;
  margin-right: 10px;
}

.package-code .cnct-details .ask-btn button {
  margin-top: 15px;
  border: none;
  outline: none;
  background: var(--primary-color);
  color: #fff;
  width: 100%;
  padding: 6px;
  font-size: 13px;
}

.question-trigger-enquiry .qnuery-header {
  background-color: var(--primary-color);
  color: #fff;
}

.galleryGrid .galleryGrid__item:nth-child(1) a img {
  height: auto;
}

.galleryGrid .galleryGrid__item:nth-child(2) a img {
  height: 185px;
}

.sortby-filter_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0 !important;
  font-size: 17px;
  color: #fff !important;
  font-family: cursive;
  background-color: var(--primary-color) !important;
  z-index: 99;
}

.sort_title {
  color: #3e3e3e;
  font-weight: 500;
  font-size: 14px;
}

.fixedtop_package {
  position: fixed;
  width: 90%;
  margin: auto;
  z-index: 99;
  right: 0;
  left: 0;
  transition: .5s;
}

.sort_title .icons {
  margin-right: 10px;
}

/* //carasuel css start// */
.products-figure-slide-section .owl-nav .owl-prev {
    background: var(--primary-color) !important;
    padding: 1px 16px !important;
    border-radius: 100%;
    color: #fff !important;
    font-size: 29px !important;
    position: absolute;
    top: 43%;
    left: -24px;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
}

.products-figure-slide-section .activity_packages .owl-nav .owl-prev span {
  margin-top: -2px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-figure-slide-section .owl-nav .owl-next {
    background: var(--primary-color) !important;
    padding: 1px 16px !important;
    border-radius: 100%;
    color: #fff !important;
    font-size: 29px !important;
    position: absolute;
    top: 43%;
    right: -24px;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
}

.products-figure-slide-section .owl-nav .owl-next span {
  margin-top: -2px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.activity-price-details .text {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  font-family: cursive;
}

.activity-price-details .total-price-list ul li .text {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: cursive;
}
.enquirysubmit-btn button {
    color: #fff;
    padding: 13px;
    background : var(--primary-color);
}

.activity-detail-page {
    padding: 10px;
    background: #fff;
    border-radius: 9px;
    border: 1px solid #ddd;
}
    /* //carausel css end/ */
    @media(max-width:992px) {
        .galleryGrid .galleryGrid__item:nth-child(1) a img {
            height: 100%;
        }

        .offer-list-box .offer-img img {
            object-fit: cover;
            width: 100% !important;
            height: 100% !important;
        }

        .card-package-visit {
            margin-top: 10px;
        }
        .image-card-wrapper .img-showcase-wrapperpan img {
            min-width: 100%;
            height: 250px;
            object-fit: cover;
            border-radius: 12px;
        }
    

        @media(max-width : 768px){
            .image-card-wrapper .img-showcase-wrapperpan img {
                height: 160px;
            }
            .image-card-wrapper img {
                width: 60px;
                display: block;
                height: 60px;
                border-radius: 5px;
                object-fit: cover;
            }
            .image-card-wrapper .img-select-wrapper {
                overflow-x: scroll;
            }
            .image-slect-palenldiv {
                width: 345px;
                display: flex;
            }
            .image-card-wrapper {
                margin-bottom: 20px;
            }
        }
    /* //Activity detail section end// */