html {
    scroll-behavior: smooth;
}

.package-landing .btn-primary {
    background: #f3923d;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 20px;
    height: 40px;
    display: inline-block;
    transition: .3s all ease;
}

.package-landing {
    padding: 30px 0;
}

.breadcrumbs ul li a {
    color: #212221 !important
}

.breadcrumbs ul li {
    margin-bottom: .5rem;
    font-size: 12px !important;
    color: #212221;
    font-weight: 400;
    cursor: pointer
}

.breadcrumbs ul li:not(:last-child):after {
    content: ">"
}

.breadcrumbs ul li:after {
    margin-left: 5px !important
}

.breadcrumbs ul li:last-of-type {
    color: #212221;
    font-weight: 700
}

.breadcrumbs ul li a:hover {
    text-decoration: underline
}

.breadcrumbs .pointernone {
    cursor: text !important
}

.breadcrumbs .list-inline-item:not(:last-child) {
    margin-right: 5px !important
}

.tourName,
.tourNameWrapper {
    width: 100%;
}

.tourName h1 {
    align-items: center;
    font-size: 22px;
    font-weight: 800;
}

.tourName h1 span:first-child {
    margin-right: 10px;
}

.tourName .package-info {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    width: 100%;
}

.tourName .package-info .get-full-width {
    width: 100%;
}

.tourDays {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-right: 12px !important;
}

.tourName .package-info div {
    margin-right: 0;
}

.tourName .package-info svg {
    position: relative;
    top: -2px;
    height: 12px;
}

.tourDays span {
    font-weight: 400;
}

.tourName .package-info div.countryCount {
    margin-right: 12px !important;
}

.semibold-font {
    font-weight: 600;
}

.tourName .package-info div.cityCount {
    margin-right: 20px !important;
}

.itineraryTour {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.viewItinerarySectionTop .destinationCol {
    font-size: 12px;
    font-weight: 600;
    margin-right: 24px !important;
    position: relative;
    height: 17px;
    color: #595959;
    white-space: nowrap;
}

.itineraryTour span {
    font-size: 12px;
}

.viewItinerarySectionTop .destinationCol:after {
    position: absolute;
    width: 16px;
    height: 1px;
    content: "";
    right: -19px;
    bottom: 5px;
    border: 1px dashed #ccc;
}

.viewItinerarySectionTop .destinationCol:last-child:after {
    content: none;
}

.btn-tertiary {
    background: #DFE4F0;
    color: #29499a;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    height: 40px;
    display: inline-block;
    transition: .3s all ease;
}

.viewItinerary {
    width: 116px;
    height: 35px !important;
    font-weight: 600;
    line-height: 14px !important;
    color: #29499a;
    margin-top: auto;
}

.priceNDates .priceDateConteiner {
    width: 100%;
}

.priceNDates .priceDateConteiner .price-box {
    text-align: right;
    padding-right: 20px;
    min-width: 130px;
    width: calc(100% - 10px);
}

.deals-box {
    min-height: 22px;
    margin-top: -6px;
}

.package-landing .deals-box .deal {
    display: inline-block;
    font-size: 12px;
    line-height: 10px;
    font-weight: 700;
    color: #5CAC33;
    vertical-align: middle;
    text-transform: uppercase;
}

.package-landing .price-box p {
    font-size: 10px;
    line-height: 15px;
    color: #5f5f5f;
    margin-top: 3px;
}

.package-landing .priceStart {
    font-size: 12px;
    font-weight: 500 !important;
    color: #595959 !important;
    margin-top: 0 !important;
    margin-bottom: 0;
}

.package-landing .price-box span.price-discounted {
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    color: #000;
    margin-top: 5px;
}

.selectDate .btn-primary {
    height: 45px;
    width: 100%;
}

.package-photos #carouselExampleIndicators img {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    border-radius: 10px;
    object-fit: cover;
}

.packageIncludeNActions .packageInclude h2 {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0;
}

.packageIncludeNActions .includeList {
    text-align: center;
    margin-top: 10px;
    overflow: auto;
}

.packageIncludeNActions .includeList>div {
    margin-right: 20px;
}

.packageIncludeNActions .includeList .iconsHolder {
    width: 40px;
    height: 40px;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
}

.packageIncludeNActions .includeList .iconsHolder i {
    height: 22px;
    position: relative;
    z-index: 2;
}

.packageIncludeNActions .includeList .iconsHolder:after {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, #A6A6A6 0%, rgba(166, 166, 166, 0) 100%);
    border-radius: 100%;
    content: "";
    opacity: .15;
}

.packageIncludeNActions .includeList span {
    font-size: 10px;
    color: #212121;
    display: block;
    margin-top: 5px;
    white-space: nowrap;
}

.userInfoWrapper {
    width: 100%;
    position: absolute;
    padding: 17px 17px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
}

.reviewInfo {
    padding-bottom: 15px;
}

.box-header {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 7px;
}

.reviewInfo .roomsBox,
.reviewInfo .departureBox {
    margin-top: 15px;
}

.reviewInfo .label {
    font-size: 14px;
    color: #595959;
    min-width: 70px;
    font-weight: 700;
    line-height: 18px;
}

.reviewInfo .value {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    color: #2122214d;
}

.reviewBody .departureBox {
    margin-top: 15px !important;
    width: 100%;
    position: relative;
}

.reviewInfo .value.submittedValue {
    color: #212221;
    margin-top: 5px;
    font-weight: 400;
}

.reviewInfo .travellerBox {
    margin-top: 15px;
}

.package-landing .price {
    padding: 12px 0 0px;
    border-top: 1px dashed #9D9D9D;
    margin-top: 14px;
}

.package-landing .priceBox .label {
    font-size: 14px;
    font-weight: 600;
    color: #212221;
    line-height: 13px;
}

.package-landing .userInfoWrapper .priceBreak {
    display: block !important;
    width: 100% !important;
}

.package-landing .price a {
    text-decoration: underline;
    font-weight: 600;
    line-height: 13px;
}

.package-landing .link-button {
    color: #0a66c2;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 12px;
}

.proceedingPatch {
    margin: 17px -17px -32px -17px;
    background: #29499A;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    color: #fff;
}

.priceValueBox .actualPrice {
    font-size: 18px;
    font-weight: 700;
    color: #5cac33;
}

.priceValueBox .note {
    font-size: 10px;
    color: #595959;
    font-weight: 600;
    line-height: 10px;
}

.freecallus {
    margin: 15px 0px 15px 0px;
}

.numbertoll {
    margin-left: 10px;
}

.Similar-packages h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.Similar-packages h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.package-details-section {
    background: #fff;
    padding-bottom: 10px;
    position: relative;
}

.package-details-section .stickey {
    position: sticky;
    top: 0;
    z-index: 8;
    background: #fff;
    box-shadow: 0 2px 8px #0000001a;
}

.package-details .stickey {
    position: sticky;
    top: 0;
    z-index: 8;
    background: #fff;
    box-shadow: 0 2px 8px #0000001a;
}

.package-details-links {
    height: 45px;
    position: sticky;
    top: 0;
    z-index: 1020;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.package-details-links ul {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    list-style-type: none;
    padding: 0;
    overflow: auto;
    margin: 0;
    white-space: nowrap;
}

.package-details-links ul h2 {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    list-style-type: none;
    padding: 0;
    overflow: auto;
    margin: 0;
    white-space: nowrap;
}

.package-details-links .package-detail-link {
    display: inline-block;
    height: 100%;
}

.package-details-links .package-detail-link.active {
    position: relative;
}

.package-details-links .package-detail-link a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #595959;
    padding: 0 10px;
    font-weight: 400;
    text-decoration: none;
}

.package-details-links .package-detail-link.active a {
    color: #29499A;
    font-weight: 600;
}

.package-details-links .package-detail-link.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #29499A;
}

/* Timeline vertical line */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

ul.timeline:before {
    content: ' ';
    background: #29499a;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
}

li.timeline-item.active .timelinedate,
li.timeline-item.active .timelinetitle {
    color: #29499A;
}

.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #c7c7c7;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* Timeline item circle marker */
li.timeline-item::before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #29499A;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.i-inclusions ul {
    padding: 0;
}

.i-inclusions ul li {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #212220;
    padding: 10px;
    background: #F5F5F5;
    border-radius: 3px;
    margin-bottom: 10px;
    list-style: none;
}

.i-inclusions ul li h5 {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #212220;

    background: #F5F5F5;
    border-radius: 3px;

    list-style: none;
    width: calc(100% - 100px);
}

.i-inclusions ul li i {
    margin-right: 10px;
}

.itineraryitem #accordion .card .card-header {
    border: 0;
    padding: 0;
    background: transparent;
}

.itineraryitem #accordion .card .card-header .card-link {
    display: block;
    text-align: left;
    color: #222;
    padding: 1.25rem;
}

.itineraryitem #accordion .card .card-header .card-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    top: 18px;
    right: 27px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #ebebeb;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.itineraryitem #accordion .card .card-header .card-link.collapsed:after {
    content: "\f106";
}

.tourdetails {
    margin-top: 50px;
}

.tourdetails h2 {
    font-size: 18px;
    font-weight: 600;
}

.tourdetails h2+p {
    font-size: 14px;
    font-style: italic;
    color: #7a7a7a;
    margin-bottom: 15px;
}

.tourdetails .nav {
    display: flex;
    flex-wrap :nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: none;
    white-space: nowrap;
        overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tourdetails .nav-item {
    margin-right: 8px; /* Move spacing here for modularity */
}

.tourdetails .nav-link {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    color: #29499A;
    background-color: rgba(207, 221, 255, 0.5);
    border-radius: 10px 10px 0 0;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    width: 100%;
    transition: background-color 0.3s, color 0.3s; /* Smooth interaction */
}

.tourdetails .nav-link.active {
    background-color: #29499A;
    color: #fff;
    font-weight: 700;
}


.tourdetails .tab-content {
    border: 1px solid #C4C4C4;
    border-top: 2px solid #29499A;
    border-radius: 0 0 10px 10px;
    background: #fff;
    overflow: hidden;
    padding: 15px;
}

.tourdetails .tab-pane h6 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.tourdetails .table-row {
    background: #F8F8F8;
    display: flex;
    flex-wrap: wrap;
}

.tourdetails .table-row:nth-child(odd) {
    background: #fff;
}

.tourdetails .table-row .b-txt {
    font-size: 13px;
    font-weight: 600;
    line-height: 16.32px;
    color: #29499A;
}

.tourdetails .table-row .dep small span,
.tourdetails .table-row .arrival small span {
    color: #595959;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 80%;
    font-weight: 400;
}

.tourdetails .table-row .a-icon {
    width: 70px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto 8px;
    display: block;
}

.tourdetails .table-row .flight {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
}

.tourdetails .table-row .flight:before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    top: calc(50% - -2px);
    border-top: 1px solid #D8D8D8;
    z-index: 1;
}

.tourdetails .table-row .flight span {
    font-size: 10px !important;
    line-height: 10px;
    padding: 2px 15px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 100px;
    width: 80px;
    height: 16px;
    margin: auto;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.tourdetails .table-row span {
    font-size: 14px;
}

.tourdetails .reporting-dropping .table-row .c-c:first-child {
    border-bottom: 1px solid #BEBEBE;
}

.tourdetails .reporting-dropping .table-row .col-12 .d-flex div:first-child {
    background: #f8f8f8;
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
}

.tourdetails .reporting-dropping .table-row .col-12 .d-flex div {
    padding: 15px 15px 0;
}

.tourdetails .reporting-dropping .table-row .col-12 .d-flex:first-child div:last-child {
    padding: 15px 15px 0;
}

.tourdetails .reporting-dropping .table-row .col-12 .d-flex div:last-child {
    width: 80%;
    max-width: 80%;
    flex: 0 0 80%;
}

.package-section-list.bullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.package-section-list .list-item {
    color: #000;
    font-weight: 400;
    margin-top: 12px;
    padding-left: 15px;
    position: relative;
}

.package-section-list.bullet li:before {
    width: 6px;
    height: 6px;
    position: absolute;
    background: #1BB55C;
    left: 0;
    top: 8px;
    content: "";
    border-radius: 100%;
}

.package-section-list.exclusion-table li:before {
    background: #E82F2F;
}

.package-section-list.bullet.preparation-list li:before {
    background: #595959;
}

.Similar-packages .Similar-box {
    padding: 15px;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin: 15px 0px 20px 0px;
    overflow: hidden;
    border-radius: 10px;
}

.Similar-box .Similar-img {
    position: relative;
    margin: -15px -15px 15px -15px;
    overflow: hidden;
}

.Similar-box .Similar-img img {
    height: 200px;
    width: 100%;
    transition: all 0.5s
}

.Similar-box .Similar-img:hover img {
    transform: scale(1.1)
}

.Similar-box .Similar-rating {
    font-size: 13px;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.Similar-box .title {
    font-size: 17px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.Similar-box .title a {
    color: #3f434e;
    transition: 0.3s;
}

.Similar-box .title a:hover {
    color: #29499A;
}

.Similar-packages .Similar-box article ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.Similar-packages .Similar-box article ul li {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: linear-gradient(180deg, #ddd8d8 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 50%;
    font-size: 12px;
}

.package-price {
    margin-top: 15px;
}

.package-price h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}

.Similar-packages a .datetime {
    position: absolute;
    top: 0;
    left: 0;
    background: #29499a;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.Similarpack-section {
    padding: 30px 0;
}


.nh_color {
    color: #3f434e;
    line-height: 19px;
}

body {
    color: #3f434e;
}

.at_package_tags h5 {
    font-size: 13px;
}

.at_package_tags i.fa {
    font-size: 15px;
}

.iternnary_border.parentclass p {
    font-size: 13px;
}

.incexcp p {
    padding-top: 0px;
}

.mobile_block {
    display: none !important;
    display: block;
}

@media screen and (max-width: 768px) {
    .mobile_block {
        display: block !important;
        display: none;
    }

    .mobile_none {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .priceNDates .priceDateConteiner .price-box {
        text-align: left;
    }
    .priceNDates .priceDateConteiner{
        margin-top: 20px;
    }
}

.package_title_part h1 {
    font-size: 22px;
    text-transform: capitalize;
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 0px;
    right: 0px;
    padding: 15px 10px;
    line-height: 18px;
    font-weight: 300;
}

.package_title_part h1,
.package_title_part p {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.selectDate {
    width: 200px;
    text-align: right;
}

.pricing-table-btn {
    height: 25px;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    margin-top: 5px;
    padding: 0 20px !important;
    width: 100%;
}


.fc-view,
.fc-view>table {
    z-index: 0;
}

.fc-day-grid-container {
    height: auto !important;
    overflow: visible !important;
}

.fc-center h2 {
    color: #777;
    font-weight: 100;
    font-size: 22px;
}

.fc-day-header span {
    font-weight: 400;
    font-size: 12px;
}

.fc-event {
    background-color: white;
    border-color: white;
    padding: 4px 6px;
}

th.fc-day-header {
    background: #f9f9f9;
    border: 1px solid #dbd6d6;
    padding: 10px 0px;
    text-transform: uppercase;
}

button.ble_close.close:focus,
button.ble_close.close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    color: #443c3c;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.fc-unthemed td.fc-today {
    background: #034203b0 !important;
    color: #fff;
    position: relative;
}

button.ble_close {
    position: absolute;
    right: -19px !important;
    background: #213f98;
    color: #fff;
    font-size: 26px;
    padding: 2px 9px 8px 10px;
    opacity: 1;
    top: -15px;
    border-radius: 20px;
}

button.fc-month-button {
    background: #213f98;
    border: #213f98;
    color: #fff;
}

.fc-unthemed td.fc-today span {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #c1bfbd;
    left: 0px;
    right: 0px;
    height: 73px;
    text-align: center;
}

.fc .fc-row .fc-content-skeleton td {
    text-align: center;
}

#calendar1 .fc-row .fc-bg .fc-content-skeleton table {
    border: 2px 2px black !important;
}

.popover:after {
    background: none repeat scroll 0 0 #0000FF;
    font-size: 12px;
    border-left: 1px solid #0000FF;
    border-top: 1px solid #0000FF;
    content: "";
    right: 50%;
    position: absolute;
    top: 39px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
}

.popover {
    font-size: 12px;
    background-color: #0000FF;
    border-right: 1px solid #ccc;
    padding: 15px 10px;
    display: block;
    border-radius: 0px 0px -2px 5px;
    color: #fff;
    width: 100%;
    max-width: 170px;
    text-align: center;
    position: relative;
    border-top: none;
    top: -10px !important;
}

.popover .popover-header {
    font-size: 14px;
    margin-bottom: 0px;
}

fc-day-grid .fc-row {
    height: 157px !important;
}

#calendar1 .fc-event-container .fc-content {
    text-align: center;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    border-bottom-color: #fff;
}

.fc tbody .fc-row .fc-content-skeleton table {
    min-height: 120px;
}

.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

tr td:empty {
    visibility: unset;
}

.fc-day-grid-event .fc-content {
    white-space: pre-line;
}

#farebookmodal .homepopup_form .form-control {
    border-radius: 0px;
    height: 32px;
}

.fc-basic-view .fc-body .fc-row {
    height: 77px !important;
}