/* calendar */
.calendar-box {
    width: 375px;
    border: 1px solid #004963;
    border-radius: 7px;
    overflow: hidden;
}

.buttons-container {
    cursor: pointer;
}

.week {
    overflow: hidden;
}

.week.highlight {
    background: transparent;
}

.day {
    display: inline-block;
    width: 14.28%;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.day.disabled span {
    color: #AAA;
}

.day.today span {
    font-weight: bold;
}

.months-container.hidden,
.weeks-container.hidden {
    display: none;
}

.months-wrapper {
    overflow: hidden;
}

.months-wrapper .month {
    display: inline-block;
    width: 25%;
    text-align: center;
    cursor: pointer;
}

.months-wrapper .month.one-third {
    width: 33.33%;
}

.buttons-container {
    display: -webkit-box;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    border-bottom: 1px solid #004963;
    background: #bfffd0;
    border-radius: 8px 8px 0px 0px;
    padding: 0px;
}

.buttons-container .label-container {
    display: inline-block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.year-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    padding: 5px 20px;
}

.prev-button,
.next-button {
    background: transparent;
    color: #004963;
    border: none;
    font-weight: 500;
    padding: 10px;
}

.dateflexibleDIv {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    grid-gap: 5px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
}

.week {
    margin: 8px 0;
}

.week.highlight {
    border-radius: 5px;
}

.weeks-wrapper {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.weeks-wrapper.header {
    border-bottom: 1px solid #004963;
}

.week .day.header {
    color: #004963;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 120%;
}

.day span {
    color: #004963;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    font-weight: 700;
}

.day.today span {
    position: relative;
    display: inline-block;
    font-size: 110%;
}

.week:not(.start-on-monday) .day:first-child,
.week:not(.start-on-monday) .day:last-child,
.week:not(.start-on-monday) .day:first-child,
.week.start-on-monday .day:nth-child(6),
.week.start-on-monday .day:last-child,
.week.start-on-monday .day:last-child {
    color: #004963;
}

.day.today span::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #004963;
    width: 10px;
    height: 1px;
}

.day.sunday span {
    color: #ff8a80;
}

.week .day.highlight span {
    color: #212529;
}

.week .day.selected span,
.week .day.multi_highlight span {
    background: #004963;
    color: white;
}

.week .day[disabled="disabled"] span {
    color: #aaa;
    cursor: not-allowed;
}

.months-wrapper .month span {
    display: inline-block;
    padding: 10px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.special-buttons {
    text-align: center;
    border-top: 1px solid #004963;
    padding-top: 0px;
    margin-top: 10px;
    background: #c9ecd2;
}

.today-button {
    margin: 0 auto;
    background: transparent;
    border: none;
    padding: 5px;
}

.home_search_banner_box .left_section {
    padding: 30px 0;
    padding-right: 40px;
}

.home_search_banner_box .right_section {
    padding: 60px 0;
}

.main_banner_search_result_box,
.admin_city_hotel_result_box,
.pyt_attraction_search_result_box {
    display: flex !important;
}

.home_search_banner_box .left_section .titleSec {
    font-size: 45px;
    line-height: 70px;
}

.home_search_banner_box .right_section .titleSec {
    font-size: 80px;
    line-height: 100px;
    font-weight: 500 !important;
    font-family: "Plus Jakarta Sans", serif !important;
    text-transform: none;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

.font_grifter {
    font-family: "Plus Jakarta Sans", serif !important;
}

.font_size_50 {
    font-size: 50px;
    line-height: 50px;
}

.seperate_green_box {
    background: #dfffde;
    padding: 50px 0;
}

.home-page .WeareDifferentSec {
    margin-top: 0px;
    padding: 90px 0px;
}

.title_heading_mid {
    color: #004963;
    font-family: "Plus Jakarta Sans", serif !important;
    font-size: 60px;
    line-height: 70px;
}

.plan_trip_home_btn {
    cursor: pointer;
    margin-bottom: 20px;
    padding: 15px 40px;
}

.home_search_banner_box .right_section .subTitleSec {
    font-size: 20px;
    line-height: 30px;
    color: #004963;
    font-family: Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
    margin: 20px 0 35px;
    letter-spacing: normal;
/*    width: 68%;*/
}

.home_search_banner_box .right_section .subTitleSec li {
    line-height: 40px;
    display: flex;
}

.home_sub_title_sec {
    text-align: center;
    font-size: 24px;
    line-height: 0;
    color: #004963;
    font-family: Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
    margin: 40px 0 35px;
    letter-spacing: normal;
}

.counter_font {
    font-family: Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600;
}

#ui-datepicker-div .ui-icon {
    display: none !important;
}

@media screen and (max-width:767px) {
    .sectionBgcolor {
        padding: 40px 0;
    }

    .main_banner_search_result_box {
        display: flex !important;
    }

    .home_search_banner_box .left_section {
        padding: 10px;
        padding-right: 10px;
        display: none;
    }

    .home_search_banner_box .left_section .titleSec {
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .home_search_banner_box .right_section {
        text-align: center;
        border-left: 0px;
        padding: 0 10px;
    }

    .home_search_banner_box .right_section .titleSec {
        font-size: 34px;
        line-height: unset;
        margin-bottom: 20px;
        text-align: center;
    }

    .home_search_banner_box .right_section .subTitleSec {
        font-size: 16px;
        margin: 30px 0;
    }

    .title_heading_mid {
        font-size: 25px;
    }

    .smartravel_NewUI.WeareDifferentSec {
        margin-bottom: 10px;
    }

    .home-page .PlanTripSec .center-content-block .anchorSec .btn-custom {
        background: #000;
    }

    .home_search_banner_box .right_section .anchorSec {
        text-align: center !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home_search_banner_box .left_section {
        display: none;
    }

    .home_search_banner_box .right_section {
        border-left: 0px;
        padding: 0px;
    }

    .home_search_banner_box .right_section .titleSec {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .home-page .PlanTripSec .anchorSec {
        text-align: center;
    }
}

.personalize_destination_dwn {
    padding: 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--text-color);
    border-radius: 4px !important;
    border: 1px solid rgb(0 73 99 / 64%) !important;
}

.itinerary_pass_by {
    margin-top: 25px;
    padding-left: 10px;
}

/* CancellationModal */
#CancellationModal .N_modal .modal-dialog {
    width: 100%;
    max-width: 800px;
}

#CancellationModal .N_modal .modal-body {
    padding: 24px 32px;
}

#CancellationModal .N_modal .modal-header {
    border: none;
    padding: 24px 32px;
    padding-bottom: 0px;
}

#CancellationModal .N_modal h3 {
    font-size: 32px;
    color: #000;
    font-weight: 900;
    padding-top: 30px;
}

#CancellationModal .N_modal h5 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

#CancellationModal .N_modal .btn-close {
    top: -30px;
    position: relative;
    background-color: #F5F5F5;
    border-radius: 50%;
    opacity: 1;
    background-size: 10px;
}

#CancellationModal .cancellationPolicyTimeline {
    padding-top: 50px;
}

#CancellationModal .fundDiv {
    width: 50%;
    height: 38px;
    position: relative;
    font-size: 16px;
    color: #000;
    font-weight: 900;
    text-align: center;
    line-height: 38px;
}

#CancellationModal .refund_txt {
    background-color: rgb(0 194 149 / 64%);
    border-radius: 10px 0px 0px 10px;
}

#CancellationModal .NoRefund_txt {
    background-color: rgb(200 28 58 / 70%);
    border-radius: 0px 10px 10px 0px;
}

#CancellationModal .refund_txt:before {
    content: "";
    background-color: rgb(0 194 149 / 64%);
    opacity: .65;
    height: 3.375rem;
    position: absolute;
    right: 0;
    top: -8px;
    width: .1875rem;
}

#CancellationModal .fundTime {
    display: block;
    position: absolute;
    top: -25px;
    right: 10px;
    font-size: 15px;
    color: #004963;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
}

#CancellationModal .N_modal_content {
    padding-top: 10px;
}

#CancellationModal .N_modal_content p {
    font-size: 15px;
    color: #004963;
    margin: 0;
    padding: 20px 0px 10px;
}

#CancellationModal .N_modal_content p a {
    text-decoration: underline;
}

#CancellationModal .N_modal_content ul {
    margin: 0;
    padding: 0;
    padding-left: 18px;
}

#CancellationModal .N_modal_content ul li {
    list-style: disc !important;
    display: revert !important;
    font-size: 15px;
    color: #004963;
    line-height: 26px;
    padding-top: 10px;
}

.Meeting_area {
    max-width: 905px;
    margin: 0 auto;
    overflow: hidden;
}

.Meeting_title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.Meeting_box {
    padding: 0px 24px 24px;
}

.tab_heading {
    font-size: 20px;
    line-height: 120%;
    color: #004963;
    font-weight: 700;
    margin-bottom: 25px;
}

.Meeting_content h4 {
    font-size: 20px;
    line-height: 120%;
    color: #000;
    font-weight: 700;
}

.Meeting_content h4 i {
    color: #008768;
    margin-right: 5px;
}

.Meeting_content p {
    font-size: 15px;
    color: #004963;
    padding-top: 15px;
    line-height: 25px;
}

.Meeting_content h5 {
    font-size: 16px;
    color: #000;
    line-height: 120%;
    padding-top: 20px;
}

.Meeting_content h5 a {
    font-size: 16px;
    color: #004963;
    line-height: 120%;
    font-weight: 700;
    text-decoration: underline;
}

.Meeting_content h5 i {
    font-size: 14px;
    margin-left: 10px;
}

.new_inputs {
    padding-top: 10px;
    position: relative;
}

.N_input {
    width: 100%;
    border-radius: 4px;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 1rem;
    color: #004963;
    border: 1px solid #004963;
}

.Meeting_box .row {
    margin: 0px -32px;
}

.Meeting_box .col-md-12,
.Meeting_box .col-md-6 {
    position: relative;
    padding: 0px 32px;
    margin-top: 24px;
}

.Meeting_box .col-md-6:first-child:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 100%;
    background: #6fd2a1;
}

.Meeting_box p.sm_txt {
    font-size: 14px;
}

.attractions_list .destination_search_input li,
.attractions_list .attractions_search_input li,
.checkout_location_search_input li {
    display: block;
    padding: 5px 10px;
    position: relative;
    color: #064d66;
}

.attractions_list .destination_search_input,
.attractions_list .attractions_search_input,
.checkout_location_search_input,
.pickup_search_input {
    overflow-y: scroll;
    border: 1px solid #B3B3B3;
    height: 200px;
}

.attractions_list .destination_search_input li,
.attractions_list .attractions_search_input li,
.checkout_location_search_input li,
.pickup_search_input li {
    list-style-type: none;
    cursor: pointer;
}

.attractions_list .destination_search_input li.hidden,
.attractions_list .attractions_search_input li.hidden,
.checkout_location_search_input li.hidden,
.pickup_search_input li.hidden {
    display: none;
}

.pickup_search_input li {
    display: block;
    padding: 10px 25px;
    position: relative;
    color: #064d66;
    padding-left: 45px;
}

.attractions_list .destination_search_input li:hover,
.attractions_list .attractions_search_input li:hover,
.checkout_location_search_input li:hover,
.pickup_search_input li:hover {
    background-color: #e9ecef;
}

.Search_UlTitle {
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.choose_pickup_point_box .Search_UlTitle {
    font-size: 13px !important;
}

.attractions_list li .Search_UlTitle {
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.Search_UlTxt {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.pickup_search_input li .fas {
    color: #6fd2a1;
    position: absolute;
    top: 15px;
    left: 20px;
}

.search_svg {
    position: absolute;
    top: 21px;
    right: 15px;
}

.or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0 10px;
}

.or-divider::before,
.or-divider::after {
    content: '';
    flex: 1;
    border-top: 1px solid #ccc;
    margin: 0 10px;
}

.or-divider span {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.options-accordion-header.active .fa-plus:before {
    content: "\f068";
}

.bannerSecUl .share_li {
    float: right;
}

#shaire_btn {
    margin: 0;
    padding: 0;
}

#shaire_btn:focus {
    outline: 0;
    box-shadow: 0 0 0 transparent;
}

#shaire_btn span {
    font-size: 14px;
    font-weight: 600;
}

.shaire_DropBtn .dropdown-item:hover {
    background-color: transparent !important;
}

.shaire_DropBtn .dropdown-menu {
    list-style: none !important;
    margin-left: -70px !important;
    transform: translate(0px, 30px) !important;
    inset: 0px auto auto 0px !important;
    margin-top: 10px !important;
    background-color: #fff;
    border: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    padding: 15px;
    border-radius: 10px;
}

.shaire_DropBtn .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background-color: #fff;
    margin-left: -8px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .2);
}

.shaire_DropBtn .dropdown-menu li {
    position: relative;
}

.shaire_DropBtn .dropdown-menu li a {
    font-size: 14px;
    color: #004963;
}

.shaire_DropBtn .dropdown-menu li a:hover {
    text-decoration: none;
}

.shaire_DropBtn li::after {
    display: none !important;
}

.ContactList {
    padding-bottom: 20px;
}

.ContactList ul {
    margin: 0;
    padding: 0;
}

.ContactList ul li {
    list-style-type: none;
    font-size: 13px;
    color: #4D4D4D;
    padding-top: 6px;
}

.ContactList ul li a {
    font-size: 13px;
    color: #004963;
    text-decoration: none;
}

.ContactList ul li i {
    font-size: 13px;
    color: #004963;
    margin-top: 3px;
    margin-right: 5px;
}

.ContactList span {
    color: #004963;
    margin-right: 5px;
    font-weight: 600;
}

.ContactList ul li a:hover {
    text-decoration: underline;
}

.chat_btn {
    border: none;
    background: none;
    font-size: 13px;
    color: #000;
    line-height: 120%;
}

.chat_btn:hover {
    text-decoration: underline;
}

/* photo gallery */
.gallery_area {
    width: 100%;
    max-height: 374px !important;
    margin: 0 auto;
}

.nak-gallery {
    position: relative;
}

.nak-gallery img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery_pic_1 {
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    width: 50%;
    height: 370px;
    padding-right: 6px !important;
}

.gallery_pic_2 {
    position: absolute;
    top: 0px !important;
    left: 50% !important;
    width: calc(25% - 6px);
    height: calc(50% - 6px);
}

.gallery_pic_3 {
    position: absolute;
    top: 0px !important;
    left: 75% !important;
    width: calc(25% - 6px);
    height: calc(50% - 6px);
}

.gallery_pic_4 {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: calc(25% - 6px);
    height: calc(50% - 6px);
}

.gallery_pic_5 {
    position: absolute;
    top: 50% !important;
    left: 75% !important;
    width: calc(25% - 6px);
    height: calc(50% - 6px);
}

.revGallery-anchor {
    padding: 3px;
    overflow: hidden;
}

.gallery_Hide {
    display: none !important;
    height: 0px !important;
    opacity: 0 !important;
}

.CTitle {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    list-style: 140%;
    padding: 24px 0px;
}

.Traveler_Photos_over {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 3px;
    top: 3px;
    background-color: rgb(0 0 0 / 70%);
    border-radius: 8px;
}

.Traveler_PO_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.Traveler_Photos_over i {
    color: #fff;
    font-size: 32px;
}

.Traveler_Photos_over span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 140%;
    margin-top: 5px;
}

/* Multi tabs */
.NTablist .tab-content ul {
    margin: 0;
    padding: 0;
}

.NTablist .tab-content ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 8px;
    line-height: 30px;
}

.NTablist .tab-content ul li:first-child {
    padding-left: 0px;
}

.NTablist .tab-content ul li:last-child {
    padding-right: 0px;
}

.NTablist .tab-content ul li a {
    font-size: 15px;
    color: #004963;
    line-height: 120%;
    text-decoration: none;
    position: relative;
}

.NTablist .tab-content ul li a:hover {
    text-decoration: underline;
}

.NTablist .tab-content ul li a:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -8px;
    height: 12px;
    border-right: 1px solid #B3B3B3;
}

.NTablist .tab-content ul li:last-child a:after {
    display: none;
}

.NTablist .nav-link {
    font-size: 16px;
    color: #004963 !important;
    font-weight: 700;
    border: none !important;
    background: none !important;
    position: relative;
    padding: 15px;
}

.NTablist .nav-link:hover {
    color: #004963 !important;
}

.NTablist .tab-content>.active {
    border: unset !important;
}

.NTablist .nav-link.active:after {
    border-bottom: 4px solid;
    border-color: inherit;
    content: "";
    color: #004963;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.NTablist .tab-content {
    padding-top: 20px;
}

.lg-icon {
    font-family: lg !important;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.contact_page .intl-tel-input,
#customizeTripModel .intl-tel-input {
    width: 100%;
}

#downloadItineraryPdf .btn-custom {
    font-size: 15px;
}

div#goog-gt-tt, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
}