@import url(/Content/css/variable.css);

/*/Weather start/*/

.weatherforecart-div .timeline-content:before {
    content: "";
    position: absolute;
    right: 101%;
    top: 15px;
    width: 20px;
    height: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #05a0e2;
}
.weatherapp-divex .city p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.weatherapp-divex .city span {
    font-size: 11px;
    margin: 0;
    font-weight: 400;
}

.packagedetailitnrmain {
    height: 177px !important;
    object-fit: cover;
    border-radius: 10px;
    width: auto;
}
.wathercity-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}
    .wathercity-flex p{margin:0px;}
    .wathercity-flex img {
        height: 45px
    }
    .iconsweather .clound-icons {
        font-size: 45px;
    }
.weatherforecart-div .timeline {
    position: relative;
    margin-top: 30px;
    padding-left:30px;
}
.wathercity-flex .degree span {
    font-size: 18px;
}
.wathercity-flex .degree .cloudy p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.weatherforecart-div .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: var(--secondary-color);
    top: 26px;
    bottom: 0;
    left: 3%;
    margin-left: -3px;
}

.weatherforecart-div .timeline-container {
    box-sizing: border-box;
 
    position: relative;
    background-color: inherit;
    width: 100%;
}

    .weatherforecart-div .timeline-container::after {
        content: attr(data-label);
        position: absolute;
     
        right: -17px;
        width: 20px;
        line-height : 20px;
        height: 20px;
        text-align: center;
        line-height: 60px;
        background-color: var(--primary-color);
        top: 15px;
        border-radius: 50%;
        z-index: 1;
        color: #fff;
        font-weight: 400;
    }


.weatherforecart-div .timeline-right {
    left: 0px;
}
    .weatherforecart-div .timeline-right::after {
        left: -34px;
    }

.weatherforecart-div .timeline-content {
    background-color: var(--secondary-color);
    position: relative;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 19px;
    color: #fff;
    padding: 10px 28px;

}

@media screen and (max-width: 600px) {

    .weatherforecart-div .timeline::after {
        left: 31px;
    }

    .weatherforecart-div .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        .weatherforecart-div .timeline-container::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

  

    .weatherforecart-div .timeline-right::after {
        left: -20px;
    }

    .weatherforecart-div .timeline-right {
        left: 0px;
    }
}

.weatherforecart-div .timeline-date {
    color: #009fa1;
    font-weight: 700;
}

.weatherforecart-div .timeline-copy {
    color: black !important;
}
/*/Weather end/*/

/* //package  detail section start// */
.galleryGrid {
  display: grid;
  grid-template-columns: 0.52fr 0.24fr 0.24fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.card-activity .list-activity li:nth-child(1):after {
    display: none !important;
    padding: 0 !important;
}

.card-activity .list-activity li:nth-child(1) {
    padding-right: 12px !important;
    margin-right: 4px !important;
    padding-left: 0 !important;
}
.galleryGrid.typeGrid_1>*:nth-child(1) {
  grid-row: 2 span;
}

.galleryGrid.typeGrid_2>*:nth-child(1) {
  grid-row: 2 span;
}

.galleryGrid.typeGrid_2>*:nth-child(2) {
  grid-column: 2 span;
}
.floating-socialdiv .quickcontact {
    position: fixed;
    z-index: 12;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    right: 0;
}

.floating-socialdiv .quickcontact {
    display: flex;
}

    .floating-socialdiv .quickcontact a:hover {
        transition: .35s;
        transform: translateX(0);
    }

    .floating-socialdiv .quickcontact a {
        /*background: var(--secondary-color);*/
        padding: 8px 15px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin-bottom: 3px;
        background : #fff;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        text-decoration: none;
        color: #000 !important;
        border: 2px solid #fff !important;
        border-right: none;
        transition: .3s;
        transform: translateX(160px);
    }
.imageiclusion-iconsdiv {
    height: 24px !important;
    border-radius: 0 !important;
}

.floating-socialdiv .quickcontact img {
    width: 36px;
    margin-right: 15px;
  
}

.galleryGrid.typeGrid_3 {
  grid-template-columns: 0.52fr 0.24fr 0.24fr 0.24fr 0.24fr;
}

.galleryGrid.typeGrid_3>*:nth-child(1) {
  grid-row: 2 span;
}

.galleryGrid.typeGrid_3>*:nth-child(6),
.galleryGrid.typeGrid_3>*:nth-child(7) {
  grid-column: 2 span;
}

.galleryGrid.typeGrid_1 img {
  height: auto !important;
}

.galleryGrid.typeGrid_1 img,
.galleryGrid.typeGrid_2 img,
.galleryGrid.typeGrid_3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aminities-list {
    display: flex;
    /*margin-left: -28px;*/
   gap: 20px;
   border-bottom : 1px dashed #ddd;
   padding-bottom : 15px;
}
.tour-iclusion-sec .aminities .aminities-list li {
    text-align: center;
    display : block;

}
    .tour-iclusion-sec .aminities .aminities-list li span {
        font-weight: 600;
        font-size: 12px;
    }
.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: 400;
    color: #000;
    font-size: 24px;
    margin-top : -6px;
}

.detail.ellipsis-container {
  color: #455873;
  font-size: 15px;
  padding-top: 3px;
}

.ellipsis-item__normal.separate {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 5px;
  background-color: #ced2d9;
}
.breadcrums-section-panel li.breadcrumb-item {
    margin-right: 14px;
    font-size:15px !important;
}

    .breadcrums-section-panel li.breadcrumb-item a {
        text-decoration: none;
        font-size: 15px;
        font-weight: 400;
        color: #000;
    }

.breadcrums-section-panel .breadcrumb-item.active {
    color: var(--primary-color);
}

.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: 400;
  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: 400;
}

.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: var(--primary-color);
  /*border-radius :10px;*/
}

.package-tabs-body .package-tab-start .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #fff !important;
    color: #000 !important;
}

.package-tabs-body .package-tab-start .nav-pills.primary .nav-link {
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor : pointer;

}
.pacakge-card-view .package-card-img img {
    height: 232px;
    width: 100%;
    object-fit: cover;
  
}
.videossec-start video.videsec-div {
    margin-bottom: 10px;
    border-radius: 12px;
    width: 100%;
}
.pacakge-card-view .cross-shadow-ribbon {
    position: absolute;
    background: var(--brand-color);
    top: 53px;
    padding: 10px;
    margin-left: 15px;
    color: #FFF;
    border-radius: 0 0 2px 2px;
}
    .pacakge-card-view .cross-shadow-ribbon:before {
        content: "";
        position: absolute;
        left: -15px;
        right: 0;
        top: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 15px solid var(--brand-color);
        
        border-left: 15px solid transparent;
    }
.pacakge-card-view .pacakge-datils-entry .crd-header h5 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}
.descriptopn-package-div p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 7px;
}
.card-address strong {
    color: #0d6efd;
    font-size: 15px;
}
.card-activity .list-activity li {
    float: left;
    list-style: none;
    line-height: 1;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 0 16px;
    margin: 1.5px 0;
    margin-bottom : 10px;
}
.pacakge-datils-entry .aminities-list {
    display: flex;
    padding-left : 0px;
    /*margin-left: -28px;*/
    gap : 20px;
}
    .pacakge-datils-entry .aminities-list li {
        list-style: none;
    }
        .pacakge-datils-entry .aminities-list li span .active {
            color: grey;
        }
        .pacakge-datils-entry .aminities-list li span .icon {
            padding-right: 19px;
            font-size: 21px;
            color: var(--primary-color);
        }
.pacakge-datils-entry .crd-btn {
    width: 50%;
    margin: 0 2px;
}
    .pacakge-datils-entry .crd-btn a {
        width: 100%;
        border-radius: 6px;
    }
.pacakge-card-view {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 24px;
}

.termssection-tabsvise .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: var(--secondary-color);
    width: 100%;

    font-size: 15px;
    font-weight: 400;
}
.termssection-tabsvise li.nav-item {
    margin-right: 22px;
}
.termssection-tabsvise ul#pills-tab {
    display: flex;

}
.termssection-tabsvise .nav-link{
    color : #000;
    font-weight : 400;
    cursor : pointer;
}
.pacakge-card-view .pacakge-datils-entry .price-contant p {
    color: var(--brand-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

.pacakge-card-view .pacakge-datils-entry .price-contant span {
    color: var(--brand-color) !important;
    font-size: 18px;
    margin: 3px 0px;
    font-weight: 400;
}
    .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;
    }

.card-activity .list-activity {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 0;
    font-size: 80%;
    margin-bottom: 6px;
}
.tab-list-info .card-header {
    background: none !important;
    padding: 13px 17px;
}
.tab-list-info .content-panel {
    padding: 0 20px;
}
.autohor-descropt{
    margin-left : 10px;
}
.user-profilediv-img{
    margin-top : 6px;
}
.tab-list-info .content-panel p {
    font-size: 15px !important;
    color: #000 !important;
    line-height: 1.8;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 0;
    padding: 5px 0;
}
        .tab-list-info .card-header h4 {
    color: #3e3e3e;
    margin-bottom: 0;
    font-weight: 600;
}
.expott-info .terms-condition-data {
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    font-weight: 400;
    text-align: justify;
}


.tab-list-info .card-body p span {
    font-size: 15px !important;
    color: #000 !important ;
    line-height: 1.8;
    font-weight: 400;
    text-align: justify;
}

.discrout-price-label {
    font-size: 13px;
    color: #5d6f7d;
    font-weight: 400;
}
.tab-list-info .card-body .tab-list-details li {
    font-size: 15px;
    color: #000 !important;
    line-height: 1.8;
    font-weight: 400;
    text-align: justify;
    list-style :  none;
}

.tab-list-info .card-body .expott-info h5 {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 500 !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.tab-list-info .card-body .expott-info .image {
  width: 30px;
}
.mainnimageitnr {
    height: 177px;
    object-fit: cover;
    border-radius: 10px;
}
.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: 400;
  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: #000;
  background-color: #fff;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500 !important;
  border-radius : 0px;
  border : 1px solid #ddd;
}


.itineary-section-tabs .accordion-button:focus {
    color: #000;
    background-color: #fff;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #ddd;
    border-radius: 0;
}

.itineary-section-tabs .accordion-item {
  margin-bottom: 20px;
  border-radius : 10px;
}

.itineary-section-tabs .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  border-radius : 10px;
}

.itineary-section-tabs .itinery-tabs-list li {
  list-style: none;
  font-size: 13px;
  color: #3e3e3e;
  font-weight: 400;
}

.itineary-section-tabs .itinery-tabs-list li .icons {
  color: #adb5bd;
}

.itineary-section-tabs .exportial p {
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    font-weight: 400;
    text-align: justify;
}

.check-hotel-list .single-iffcort h6 {
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 400;
}

.check-hotel-list .hotel-tab-data li {
  list-style: none;
}

    .check-hotel-list .hotel-tab-data li p {
        font-size: 15px;
        color: #000;
        line-height: 1.8;
        font-weight: 400;
        text-align: justify;
    }

.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: #000;
  font-weight: 400  !important;
  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: 400;
  margin-top: 4px;
}

.check-hotel-list .cancellation-btn label {
  padding: 4px 15px;
  font-weight: 400;
  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: 400;
}

.check-hotel-list .room-type-div a {
  font-size: 13px;
  color: #cd2c22 !important;
  font-weight: 400;
  text-decoration: none;
}

.sidebar-div .single-card .label-text {
  font-size: 13px;
  color: #5d6f7d;
  font-weight: 400;
}

.sidebar-div .single-card .price-text span {
    color: #161616;
    font-weight: 400;
    font-size: 24px;
}

.sidebar-div .single-card .price-text {
  color: #5d6f7d;
  font-size: 13px;

}

.sidebar-div .single-card .offer-section {
  font-size: 12px;
  padding: 6px;
}
.formiconsinclu{
    position : relative;
}

.sidebar-div .single-card .frminput::placeholder {
    color: #000;
    font-size: 14px;
}
.inconscontact-settleone-from {

    top: 26px !important;
    
}
.sidebar-div .single-card .frminput {
    width: 100%;
    border: 1px solid #ddd;
    padding: 4px 10px;
    height: 50px;
    border-radius: 9px;
    padding-left :   40px;
}
    .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: 15px;
    border-radius: 10px;
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    padding: 14px;
}

.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: 400;
}

.package-code .text {
  color: #3e3e3e;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;

}

.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: 400;
  text-align: justify;
}

.package-code .cnct-details .call {
  color: #3e3e3e;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
}

.package-code .cnct-details .call .icons {
  color: var(--secondary-color);
  margin-right: 10px;
}

/*//image gallery start//*/
.image-card-wrapper img {
    width: 82px;
    display: block;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
}

.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-slect-palenldiv {
    
    display: flex;
}

@media(min-width :  768px){
    .image-slect-palenldiv{
       
        flex-wrap: wrap;
    }

}
.image-card-wrapper .img-item {
    margin: 0.3rem;
}
/*//image gallery end//*/

/*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: 400;
        color: #000;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    .customer-reviews-sec .cus-review-start .description p {
        font-size: 14px;
        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: #333;
    }
    .customer-reviews-sec .cus-review-start .autohor-descropt .name {
        margin-bottom: 0;
        font-size: 15px;
        color: #000;
        font-weight: 400;
    }
    .customer-reviews-sec .cus-review-start .autohor-descropt .date {
        color: #3e3e3e;
        font-size: 13px;
        font-weight: 400;
    }
.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;
}
    /*Customer review end*/

    /*Tour includes start*/
.tour-iclusion-sec .header h4 {
    font-size: 15px;
    color: #000;
    font-weight: 400;

}
.tour-iclusion-sec .aminities .aminities-list li{
    text-align : center;
}
.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: 400;
}
.tourkey-lights-sec{
    height : 69px;
    /*overflow-y : scroll;*/
}
.tourkey-lights-sec li {
    font-size: 14px;
    color: #000 !important;
    font-weight: 400;
    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(--secondary-color);
    font-size: 15px;
    margin-bottom: 0px !important;
    padding: 44px 2px !important;
}
.pricingsummary-section .nav-link {
    border-radius: 4px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    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*/
        .package-code .cnct-details .email {
            color: #3e3e3e;
            font-weight: 400;
            text-decoration: none;
            font-size: 14px;
        }

        @media(max-width :  769px){
            .emebeded-itni-map {
                max-width: 100%;
            }
        }
.emebeded-itni-map {
    max-width: 800px;
}
    .emebeded-itni-map button.btn-close {
        position: absolute;
        right: -36px;
        top: -25px;
        z-index: 999;
        color: #fff;
        opacity: 1;
        filter: invert(1);
        font-size: 30px;
    }
    .embeded-location-itinearary .map-itnir-div {
        width: 100%;
        height: 400px;
    }
.itin-print-data{
    position: fixed;
    top : 50%;
    right: 0;
    z-index : 999;
}
.panel-stickt-print .details-itin img {
    width: 30px;
    transition :0.3s;
    margin-bottom: 11px;
    cursor: pointer;
}
.panel-stickt-print .details-itin  {
    transition: 0.3s;
   
}
    .panel-stickt-print .details-itin:hover .itin-hover {
        display: block;
    }
.floatingsocial-itineary #fixed-social {
    position: fixed;
    top: 39%;
    z-index: 1024;
    right: 13px;
}

    .floatingsocial-itineary #fixed-social a {
        border-radius: 50%;
        color: #fff;
        display: block;
        height: 50px;
        position: relative;
        text-align: center;
        line-height: 50px;
        width: 50px;
        margin-bottom: 11px;
        z-index: 2;
        font-size: 22px;
        font-weight: 400;
    }

        .floatingsocial-itineary #fixed-social a:hover > span {
            visibility: visible;
            right: 51px;
            opacity: 1;
        }

        .floatingsocial-itineary #fixed-social a span {
            line-height: 40px;
            right: 60px;
            position: absolute;
            text-align: center;
            width: 160px;
            font-size: 15px;
            visibility: hidden;
            transition-duration: 0.5s;
            z-index: 1;
            opacity: 0;
            border-radius: 20px;
        }


.floatingsocial-itineary .fixed-facebook span {
    background-color: var(--primary-color);
}


.floatingsocial-itineary .fixed-linkedin span {
    background-color: var(--primary-color);
}


.floatingsocial-itineary .fixed-twitter span {
    background-color: var(--primary-color);
}

.floatingsocial-itineary .fixed-linkedin span {
    background-color: var(--primary-color);
}
/*.panel-stickt-print .details-itin .itin-hover{
    display:none;
}*/
.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: 412px;
    width: 100%;
    object-fit: cover;
}

.galleryGrid .galleryGrid__item:nth-child(2) a img {
    height: 200px;
    object-fit: cover;
}

.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: 400;
  font-size: 14px;
}

.fixedtop_package {
    position: fixed;
    width: 100%;
    margin: auto;
    z-index: 9 !important;
    right: 0;
    left: 0;
    top: 65px;
    transition: .5s;
}
@media(max-width:768px){
    .fixedtop_package {
        position: fixed;
        width: 100%;
        margin: auto;
        z-index: 9 !important;
        right: 0;
        left: 0;
        top: 24px;
        transition: .5s;
    }
}
.sort_title .icons {
  margin-right: 10px;
}

@media(max-width:768px) {
  .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;
  }
}

/* //package detail section end// */


/* //booking preview page css start// */
.booking-preview-page {
  background-color: #f1f5f8;
}

.booking-page-card {
  border: none !important;
  padding: 20px 10px;
}

.booking-page-card .card-header {
  background-color: #fff;
}

.booking-page-card .card-header .text {
  font-size: 19px;
  font-weight: 400;
  color: #000;
  font-family: cursive;
}

.booking-page-card .card-header .tittle {
  font-size: 15px;
  font-weight: 400;
  color: #3e3e3e;
}

.booking-page-card .card-header .card-activity .list-activity li {
  font-size: 12px !important;
  font-weight: 400;
}

.booking-page-card .card-header .card-activity .list-activity {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 0;
  font-size: 80%;
  margin-bottom: 0 !important;
}

.booking-form .frmlabel {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.booking-form .frminput {
  height: 56px;
  font-size: 14px;
  box-shadow: none;
  border: 1px solid #dadfe6;
  background-clip: initial;
  margin-bottom: 25px;
}

.booking-form .frmselect {
  height: 56px;
  font-size: 12px;
  box-shadow: none;
  border: 1px solid #dadfe6;
  background-clip: initial;
  margin-bottom: 25px;
}

.booking-form .frminput::placeholder {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.booking-form .frmselect::placeholder {
  color: #000;
}

.booking-form .frminput:focus {
  box-shadow: none;
  border: 2px solid var(--primary-color);
}

.booking-form .frmselect:focus {
  box-shadow: none;
  border: 2px solid var(--primary-color);
}

.booking-form .frmbtn {
  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;
}

.booking-form .frmbtn:hover {
  background-color: var(--secondary-color);
  color: #ffff;

}

.imp-box-known {
  border: 1px solid #ddd;
  padding: 20px;
}

.imp-box-known .text {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  font-family: cursive;
}

.imp-box-known .content {
  font-size: 14px;
  color: #5d6f7d;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
}

.imp-box-known .policy-note ul li {
  list-style: none;
}

.imp-box-known .policy-note ul li .text-span {
  font-size: 13px;
}

.reservation-card-details {
  border: none !important;
  padding: 20px 10px;
}

.reservation-card-details .text {
  color: #000;
  font-weight: 400;
  font-size: 17px;
  font-family: cursive;
}
.reservation-card-details .total-price-list ul li .text {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: cursive;
}

.reservation-card-details .dates-block {
  border: 1px dashed #dee2e6;
}

.reservation-card-details .dates-card {
  background-color: #f7f9fc;
}

.reservation-card-details .dates-card .check {
  font-size: 10px;
  font-weight: 400;
  color: #000;
}

.reservation-card-details .dates-card .date {
  font-size: 12px;
  color: #000;
}

.reservation-card-details .dates-card .time {
  font-size: 11px;
  font-weight: 400;
  color: #000;
}

.reservation-card-details .days-text {
  color: #455873;
  font-size: 11px;
  font-weight: 600;
}

.reservation-card-details .room-detail {
  font-size: 13px;
  color: #5d6f7d;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
}

.reservation-card-details .room-detail a {
  text-decoration: none;
}

.reservation-card-details .nights-card .icons {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #04765f;
  background-color: #b2e7dc;
  font-size: 12px;
}

.reservation-card-details .nights-card .night {
  font-size: 12px;
  font-weight: 400;
  font-family: cursive;
}

.reservation-card-details .total-price-list ul li .text {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: cursive;
}

.reservation-card-details .request-btn {
  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;
}

.reservation-card-details .request-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.inclusionimgpanel{
    width : 30px;
}
/* //booking preview page css end// */
@media(max-width:992px) {
    .package-highlights-panel {
        overflow-x: scroll;
    }
    .image-card-wrapper img {
        width: 60px;
        display: block;
        height: 60px;
        border-radius: 5px;
        object-fit: cover;
    }
    .inclusionimgpanel{
        width : 25px;
    }
    .image-card-wrapper .img-select-wrapper {
        overflow-x: scroll;
    }
    .image-card-wrapper {
        margin-bottom: 25px;
    }

    .image-slect-palenldiv {
        width: 345px;
        display: flex;
    }
    .floating-socialdiv .quickcontact img{
        width : 25px;
    }

    .tablist-menu-style {
        width: 1000px;
    }
    .weatherforecart-div .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: var(--secondary-color);
        top: 26px;
        bottom: 0;
        left: 4px;
        margin-left: 0px;
        z-index: -1;
    }
}
/*/Tab media quiery start/*/
@media only screen and (max-width: 600px) {
    .pricingsummary-section {
        flex-wrap: wrap;
    }
    .floating-socialdiv .quickcontact img {
        width: 26px;
    }
    .inclusionimgpanel {
        width: 25px;
    }
    .itineary-section-tabs .accordion-button:not(.collapsed) {
        font-size: 11px;
        line-height: 1.7;
    }
    .termssection-tabsvise ul#pills-tab {
        width: 746px;
    }
    .tabviselistpanel{
        overflow-x : scroll;
    }
}
/*/Tab media quiery end/*/

/*//latest media query start//*/
@media only screen and (max-width: 600px){
    .pricingsummary-section{
        flex-wrap : wrap;
    }
    .itineary-section-tabs .accordion-button:not(.collapsed) {
        font-size: 11px;
        line-height: 1.7;
    }
    .image-card-wrapper .img-select-wrapper {
        overflow-x: scroll;
    }

    .image-slect-palenldiv {
        width: 345px;
        display: flex;
    }
    .image-card-wrapper {
        margin-bottom: 25px;
    }
    .fixedtop_package{
        width : 96%;
    }
    .crd-heaader-first h4 {
        font-size: 19px;
    }
    .detail.ellipsis-container{
        font-size : 13px;
    }
    .image-card-wrapper .img-showcase-wrapperpan img {
        height: 160px;
    }
    .keyhights-sec-start .header h4{
        margin-bottom : 0;
    }
    .tab-list-info .content-panel p{
        font-size : 14px !important;
    }
    .image-card-wrapper img {
        width: 60px;
        display: block;
        height: 60px;
        border-radius: 5px;
        object-fit: cover;
    }
    .itineary-section-tabs .exportial p {
        font-size: 14px;
        margin-top: 11px;
    }
    .check-hotel-list .htl-text {
        font-size: 17px !important;
    }
    .card-activity .list-activity li{
        font-size : 13px;
    }
    .detail.ellipsis-container .ellipsis {
        margin: 0 5px 5px 0px;
        font-size: 11px;
        padding: 4px 4px;
        border-radius: 4px;
        display: inline-block;
        color: #45596c;
        border: 1px dashed #ccd5de;
    }
    .pricingsummary-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
        font-size : 12px;
    }
 
}

@media(max-width : 769px){
    .wathercity-flex {
        display: flex;
        justify-content: initial;
        margin-top: 0px;
        /*margin-left: -13px;*/
    }
    .weatherapp-divex {
        display: flex;
        align-items: center;
        margin-top: -24px;
        margin-left: -23px;
    }
    .imgweathermaindiv{
        width : 55px;
    }
    .timeline-container{
        margin-bottom : 13px;
    }
    .wathercity-flex .degree span {
        font-size: 14px;
    }
    .weatherapp-divex .city p {
        font-size: 20px;
        font-weight: 400;
        margin: 0;
    }
}

/*//latest media query end//*/


