.ctp_container {
    margin-top: 20px;
}

section .customized-tour-heading {
    border-bottom: 1px solid #c2c2c2;
}

.ct-instructions-headings {
    margin-top: 15px;
}

.ct-instructions-headings:nth-child(1) {
    margin-top: 9px;
}

.customized-tour-heading h1 {
    color: #298ea5;
    font-size: 27px !important;
    font-weight: 700;
    line-height: 35px;
    font-family: 'Poppins';
    margin-bottom: 13px;
}

#content .customized-tour-page .customized-sub-heading {
    margin-top: 36px;
    margin-bottom: 10px;
}

.customized-tour-package .tp_subheading {
    color: #262626;
    font-size: 16px;
    line-height: 21px;
}

.customized-tour-page .customized-sub-heading {
    color: #298ea5;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.ct-instructions-headings {
    border: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    /* height: 49px; */
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    padding: 17px 23px;
}

.ct-instructions-expands {
    border: none;
    background-color: #f8f8f8;
    padding: 20px 33px;
    padding-bottom: 10px;
    border-radius: 0 0 8px 8px;
}

.customized-tour-page .ct-instructions-expands ul li {
    color: #262626;
    font-size: 14px;
}

.customized-tour-page .ct-instructions-expands ul {
    list-style-image: url("/images/new/Tourplanner/ctp-radio-img.png");
    padding: 0px 8px 0px;
}

/* .ct-instructions-headings-arrows .fa-angle-down:before {
    content: "";
    display: inline-block;
    width: 20px; 
    height: 20px;
    background: url('/images/new/Tourplanner/ct_expand_more.png') no-repeat center center;
    background-size: contain;
} */
.customized-tour-page .ct-instructions-expands p {
    margin-bottom: 5px;
}

#customized-sub-heading-tour-specs {
    margin-top: 48px !important;
    margin-bottom: 23px !important;
}

.customized-tour-page .customized-spec-input-panel {
    border-radius: 8px;
    background-color: #f2f2f2;
    padding: 26px 37px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 14px;
}

.customized-tour-page .customized-spec-input {
    min-width: 250px;
    max-width: 250px;
    width: 100%;
}

.customized-tour-page .customized-spec-input-label {
    color: #000000;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 18px;
    display: flex;
    text-wrap-mode: nowrap;
    gap: 10px;
    margin-bottom: 11px;
}

#content .customized-tour-page .customized-spec-input-panel .input-group input {
    max-height: 39px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    padding: 9px 16px;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    background-color: #ffffff;
    color: #858585;
    font-size: 14px;
    font-family: "Poppins";
    line-height: 18px;
    outline: none;
}

.customized-tour-page .customized-spec-input-span select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px !important;
    padding: 9px 10px;
    border: 1px solid #c1c1c1;
    border-radius: 8px !important;
    background-color: #ffffff;
    color: #858585;
    font-size: 14px;
    font-family: "Poppins";
    line-height: 18px;
    outline: none;
    padding-left: 35px;
    padding-right: 35px;
    cursor: pointer;
}

.customized-tour-page .customized-spec-input-span select::before {
    content: '';
    display: inline-block;
    /* position: absolute;
    top: 50%;
    right: 12px; */
    /* transform: translateY(-50%); */
    width: 16px;
    height: 16px;
    background: url('/images/new/Tourplanner/ct_chevron_down.png') no-repeat center center;
    background-size: contain;
    pointer-events: none;
}

.customized-tour-page .ct-product-box .ct-activity-duration-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.customized-tour-page .ct-product-box .ct-activity-duration-select::before {
    content: '';
    display: inline-block;
    /* position: absolute;
    top: 50%;
    right: 12px; */
    /* transform: translateY(-50%); */
    width: 16px;
    height: 16px;
    background: url('/images/new/Tourplanner/ct_chevron_down.png') no-repeat center center;
    background-size: contain;
    pointer-events: none;
}

.customized-tour-page .customized-spec-input-span i {
    font-size: 16px;
    color: #858585;
}

.customized-tour-page .customized-spec-input-span .fa-calendar:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/images/new/Tourplanner/ct_calender.png') no-repeat center center;
    background-size: contain;
}

.customized-tour-page .customized-spec-input-span .fa-clock-o:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/images/new/Tourplanner/ct_clock.png') no-repeat center center;
    background-size: contain;
}

#content .customized-tour-page .customized-spec-input-panel .input-group-addon:has(.fa-car) {
    right: 225px;
    padding-left: 35px;
}

.customized-tour-page .customized-spec-input-span .fa-car:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url('/images/new/Tourplanner/ct_car.png') no-repeat center center;
    background-size: contain;
}

.customized-tour-page .customized-spec-input-span .fa-map-marker:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/images/new/Tourplanner/ct_location.png') no-repeat center center;
    background-size: contain;
}

#content .customized-tour-page .customized-spec-input-panel .input-group-addon {
    width: 10px !important;
    background: transparent;
    border: none;
    position: absolute;
    right: 19px;
    pointer-events: none;
}

#content .customized-tour-page .customized-spec-input-panel .input-group-addon {}

#content .customized-tour-page .ct-instructions-expands ul li {
    padding-left: 5px !important;
    padding-bottom: 8px;
}

.ct-instructions-headings-arrows i {
    font-size: 24px;
}

#content .customized-tour-page .ct-instructions-headings {
    color: #000000;
}

#spec-button-done {
    margin-top: 33px !important;
    margin-bottom: 23px !important;
}

.map-index-wraper {
    border-radius: 8px;
}

.ct-map-wrapper {
    border-radius: 8px;
    padding: 11px;
}

#ct_toursummary_heading {
    margin-top: 45px !important;
    margin-bottom: 25px !important;
}

.ct_summary_heading {
    height: 58px;
    background-color: #298ea5;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 21px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 17px;
}

.ct_summary_heading.site_txt {
    margin-top: 20px;
}

.customized-summary-table-wrapper {
    background-color: #fafafa;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    /* padding: 16px 13px; */
    padding-bottom: 22px;
}

.customized-summary-sites-table-wrapper {
    background-color: #fafafa;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}

.customized-tour-page .customized-summary-table {
    margin-top: 0;
    margin-bottom: 0 !important;
    background-color: #fafafa;
    border: 0px solid transparent;
    width: 100%;
}

#content .customized-tour-page .customized-summary-table .table-title {
    color: #21828e;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 18px;
    width: 26%;
    border: 0px;
    background-color: transparent;
    padding-left: 28px !important;
}

#content .customized-tour-page .customized-summary-table .table-desc {
    color: #030303;
    font-size: 14px;
    font-family: "Poppins";
    line-height: 18px;
    border: 0px;
    background-color: transparent;
}

.customized-tour-page #customized-map {
    border-radius: 8px;
}

.ct_site_duration {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid #c2c2c2; */
    /* padding-top: 15px; */
}

#content .ct_site_duration .total {
    color: #000000 !important;
    font-size: 14px !important;
    font-family: "Poppins";
    font-weight: 600 !important;
    line-height: 18px !important;
}

.selected-site-number {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 100%;
    background-color: #298ea5;
    color: #ffffff;
    font-size: 10px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.summary-site-activity {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #c2c2c2; */
}

#summary-sites {
    padding-left: 32px !important
}

#summary-sites-activities .summary-site-activity:last-child {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 15px;
}

.summary-site-activity .ct-location {
    display: none;
}

.summary-site-activity img {
    margin-left: 15px;
    margin-right: 6px;
}

.customized-tour-page #summary-sites p strong {
    color: #000000;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500 !important;
    line-height: 18px;
}

#content .customized-tour-page #summary-sites p img {
    margin-left: 10px;
}

.customized-tour-page #summary-sites p {
    color: #262626;
    font-size: 14px !important;
    font-family: "Poppins";
    line-height: 18px;
}

#content .customized-tour-page .customized-summary-table .table-desc .total {
    font-size: 14px !important;
}

.ct_site_duration .total #ct-total-traveling-duration {
    color: #298ea5;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500 !important;
    line-height: 18px;
    margin-left: 15px;
}

.ct_site_duration .total #ct-total-duration {
    margin-left: 15px;
    font-weight: 500 !important;
}

.price-breakdowns-wrapper {
    background-color: #fafafa;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}

.customized-tour-page .price-breakdowns {
    margin-top: 0;
    margin-bottom: 0 !important;
    background-color: #fafafa;
    border: 0px solid transparent;
    padding: 20px 16px;
    padding-top: 28px;
}

.customized-tour-page .price-breakdowns .ct-location {
    display: none;
}

.ct-priceactivity {
    margin-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 80px;
}

#content .customized-tour-page .price-breakdowns .price-summary-box {
    margin-top: 10px;
}

.price-breakdown-wrapper {
    height: 58px;
    background-color: #00beab;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px;
    margin-top: 20px;
}

#content .price-breakdown-wrapper h3 {
    color: #ffffff;
    font-size: 16px;
    margin-top: 15px !important;
    background-color: transparent;
    padding: 0;
}

#content .customized-tour-page .price-breakdowns .title {
    color: #21828e;
    font-size: 14px !important;
    font-family: "Poppins";
    font-weight: 500 !important;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}

#price-breakdowns-span span {
    color: #030303;
    font-size: 14px;
    font-family: "Poppins";
    line-height: 18px;
}

#content .customized-tour-page .price-breakdowns #price-breakdowns-span .breakdown-price {
    color: #030303;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 700 !important;
    line-height: 18px;
}

#content .customized-tour-page .price-breakdowns .transport-summary-box {
    color: #000000;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 18px;
}

#content .customized-tour-page .price-breakdowns .transport-title {
    color: #000000;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 18px;
}

#content .customized-tour-page .price-breakdowns .transport-summary-box .breakdown-price {
    color: #000000 !important;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 700 !important;
    line-height: 18px;
}

#content .customized-tour-page .price-breakdowns .price-summary-box .total-price-title-wrapper .total-price-title {
    color: #21828e;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 23px;
}

#content .customized-tour-page .price-breakdowns .breakdown-total-price {
    color: #21828e;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 23px;
}


.itenbuttons {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid #c2c2c2;
    padding-top: 10px;
    padding-bottom: 35px;
}

.itenbuttons+.row .customized-sub-heading {
    margin-top: 38px !important;
    margin-bottom: 22px !important;
}

.customized-tour-page .ct-btn-next-step {
    height: 37px;
    width: auto;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customized-tour-page .ct-product-box {
    background-color: #fafafa;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    padding: 24px 26px;
    padding-top: 31px;
    padding-bottom: 16px;
}

.customized-tour-page .ct-product-box .ct-activity-btn-expand i {
    font-size: 17px;
    font-weight: 700;
    margin-left: 9px;
    vertical-align: middle;
}

.customized-tour-page .ct-product-title {
    color: #030303;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 21px;
}

.customized-tour-page .ct-product-box .ct-activity-btn-expand {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 18px;
    border-radius: 8px;
    background-color: #262626;
    color: #ffffff;
}

.customized-tour-page .ct-product-box .ct-activity-recomended-stay span {}

.customized-tour-page .ct-product-box .ct-activity-btn-expand {
    padding: 10px 2%;
}

.customized-tour-page .ct-location {
    font-size: 12px;
    margin-left: 15px;
}

.customized-tour-page .ct-location i {
    font-size: 12px;
    margin-right: 0px;
}

#content .customized-tour-page .sortable .product-inner-wrapper-1 .media .media-left img {
    margin-top: 6px;
}

#content .customized-tour-page .sortable .product-inner-wrapper-1 .media .media-left {
    padding-right: 20px;
}

.customized-tour-page .ct-product-desc {
    padding-top: 5px;
}

.customized-tour-page .ct-product-box .as-from {
    text-align: left;
    margin-top: 37px;
    color: #858585;
    font-size: 16px;
    font-family: "Poppins";
    line-height: 21px;
}

.customized-tour-page .ct-product-box .ct-location i {
    margin-right: 4px;
}

.customized-tour-page .ct-product-box .as-from span {
    font-size: 20px;
}

.product-inner-wrapper-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 208px;
}

.product-inner-wrapper-2 p {
    margin-bottom: 9px;
}

.customized-tour-page .ct-product-desc .readmore a {
    color: #00beab;
    font-size: 12px;
    margin-left: -8px;
}

.customized-tour-page .ct-product-box .ct-activity-duration-select {
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    background-color: #ffffff;
    color: #030303;
    font-size: 14px;
    font-family: "Poppins";
    line-height: 18px;
}

.customized-tour-page .ct-product-box .ct-activity-recomended-stay {
    color: #6b6b6b;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 17px;
}

.ctp_sb {
    position: relative;
}

.ctp_sb .ctp_sb_ma_logo {
    position: absolute;
    top: 40px;
    right: 23px;
    width: 219px;
    height: 47px;
}

.ctp_sb .ctp_sb_desc {
    position: absolute;
    top: 134px;
    left: 0;
    width: 100%;
    text-align: center;
}

.ctp_sb .ctp_sb_desc .ctp_sb_desc_heading {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 6px;
}

.ctp_sb .ctp_sb_desc .ctp_sb_desc_sub_heading {
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
}

.ctp_sb .ctp_sb_bottom {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    text-align: center;
}

.ctp_sb .ctp_sb_bottom .ctp_sb_bottom_tc {
    color: white;
    margin-bottom: 25px;
    color: white;
    margin-top: 50px;
}

.ctp_sb .ctp_sb_bottom .ctp_sb_bottom_heading {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 21px;
}

.ctp_sb .ctp_sb_bottom .ctp_sb_bottom_btn {
    width: 159px;
    height: 33px;
    padding: 4px 24px;
    border: 0;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
    background-color: #00beab;
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 20px;
    outline: none;
}

.ctp_sb .ctp_sb_bottom .ctp_sb_bottom_bc {
    color: #ffffff;
    font-size: 12px;
    font-family: "Poppins";
    line-height: 16px;
}

section.customized-tour-package .price-breakdown-wrapper h3 {
    box-shadow: none;
}

.ct-summary-site-activity-mb p:nth-last-child(1) {
    display: none;
}

.ct-activity-duration {
    position: relative;
}

.ct-activity-duration img {
    position: absolute;
    top: 15px;
    right: 10px;
}

.ct-product-name-mb {
    display: none;
}

.ct_spec-vehicle-type-select-img {
    position: absolute;
    top: 15px;
    right: 15px;
}

.bootstrap-datetimepicker-widget {
    z-index: 9999 !important;
    display: block !important;
}

.bootstrap-datetimepicker-widget{
    z-index: 9999 !important;
    display: block !important;
}

#ct-map-index .pickup-location {
    justify-content: start;
}

#ct-map-index .itinerary-location {
    justify-content: start;
}

#ct-map-index .dropoff-location {
    justify-content: start;
}

.customized-tour-page .ct-btn-next-step:disabled {
    opacity: 80%;
    cursor: not-allowed;
}

.customized-tour-page .customized-spec-input-span {
    position: relative;
}

.ct-error-message {
    position: absolute;
    top: 75px;
    background-color: #268fa5;
    color: white;
    padding: 10px 20px;
    left: 0px;
    border-radius: 4px;
    z-index: 10;
  }

  .ct-error-message::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 20px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #268fa5;
  }


@media screen and (max-width: 768px) {
    aside {
        display: none;
    }

    .customized-sub-heading:first-of-type {
        border-top: 1px solid #c2c2c2;
    }

    section.customized-tour-package .page-header {
        border-bottom: 0px solid #dddddd !important;
    }

    #content .customized-tour-page .customized-sub-heading {
        margin-top: 5px;
        margin-bottom: 13px !important;
        /* border-top: 1px solid #c2c2c2; */
        padding-top: 20px;
        color: #298ea5 !important;
        font-size: 16px !important;
        font-family: "Poppins" !important;
        font-weight: 700;
        line-height: 21px;
        text-align: center;
        /* color: #ffffff !important; */
    }

    .ct-instructions-headings {
        padding: 12px 20px;
        margin-top: 14px;
        padding-right: 35px;
    }

    #content .customized-tour-page .ct-instructions-headings .ct-instructions-headings-arrows i {
        font-size: 20px;
    }

    .customized-tour-heading h1 {
        padding: 0 35px;
        font-size: 24px !important;
        color: #298ea5 !important;
        font-family: "Poppins";
        font-weight: 700 !important;
        line-height: 31px !important;
        text-align: center;
        margin-bottom: -6px;
    }

    #content .tp_subheading {
        color: #262626;
        font-size: 14px;
        font-family: "Poppins";
        line-height: 18px;
        text-align: center;
    }

    #content .customized-tour-page .ct-instructions-expands ul {
        padding: 0px 16px 0px !important;
    }

    #content .customized-tour-page .ct-instructions-expands ul li {
        color: #262626;
        text-align: left !important;
        text-align-last: left;
    }

    .ct-instructions-expands {
        padding: 10px 0px;
    }

    #customized-sub-heading-tour-specs {
        margin-top: 26px !important;
        padding-top: 29px !important;
    }

    .customized-tour-page .customized-spec-input-panel {
        grid-template-columns: 1fr;
        padding: 5px 10px;
        row-gap: 4px;
    }

    .customized-tour-page .customized-spec-input-span .fa-calendar:before {
        margin-top: 7px;
        width: 24px;
        height: 24px;
    }

    .customized-tour-page .customized-spec-input-span .fa-clock-o:before {
        margin-top: 7px;
        width: 24px;
        height: 24px;
    }

    .customized-tour-page .customized-spec-input-span .fa-car:before {
        margin-top: 9px;
        width: 16px;
        height: 24px;
    }

    .customized-tour-page .customized-spec-input-span .fa-map-marker:before {
        margin-top: 7px;
        width: 24px;
        height: 24px;
    }

    .customized-tour-page .customized-spec-input {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .customized-tour-page .customized-spec-input-span select {
        padding-left: 16px;
        padding-right: 16px;
    }

    #content .customized-tour-page .customized-spec-input-panel .input-group-addon {
        right: 5px;
    }

    #content .customized-tour-page .customized-spec-input-panel .input-group-addon:has(.fa-car) {
        right: 5px;
    }

    .customized-tour-page .customized-spec-input-panel .input-group input {
        max-width: 100%;
    }

    #spec-button-done {
        margin-top: 15px !important;
        padding-top: 29px !important;
    }

    #ct_toursummary_heading {
        margin-top: 15px !important;
        padding-top: 29px !important;
    }

    .ct_summary_heading {
        height: 58px;
        padding: 0px 25px;
        margin-bottom: 0;
    }

    section.customized-tour-package .customized-summary-table tr:first-child {
        border-radius: 0px !important;
    }

    section.customized-tour-package .customized-summary-table tr:nth-of-type(odd) {
        background-color: unset !important;
    }

    #content .customized-tour-page .customized-summary-table .table-title {
        width: 50%;
        font-size: 13px;
    }

    #content .customized-tour-page .customized-summary-table .table-desc {
        font-size: 13px;
    }

    #content .customized-tour-page .customized-summary-table .table-desc .total {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        text-align: left !important;
    }

    .ct_site_duration .total #ct-total-traveling-duration {
        margin-top: 10px;
    }

    .ct_site_duration .total #ct-total-duration {
        margin-top: 10px;
    }

    section.customized-tour-package .customized-summary-table tr:nth-of-type(even) {
        background-color: unset !important;
    }

    .customized-summary-table-wrapper {
        padding-bottom: 0;
    }

    section.customized-tour-package .customized-summary-table tr:last-child td:nth-last-of-type(odd) {
        border-radius: 0px !important;
        padding-bottom: 28px !important;
    }

    section.customized-tour-package .customized-summary-table tr:first-child td:nth-last-of-type(even) {
        border-radius: 0px !important;
        padding-top: 28px !important;
    }

    section.customized-tour-package .customized-summary-table tr:first-child td:nth-last-of-type(odd) {
        border-radius: 0px !important;
        padding-top: 28px !important;
    }

    section.customized-tour-package .customized-summary-table tr:last-child td:nth-last-of-type(even) {
        border-radius: 0px !important;
        padding-bottom: 28px !important;

    }

    .ct_site_duration {
        flex-direction: column;
        padding-top: 4px;
        gap: 10px;
    }

    #content .price-breakdown-wrapper .customized-sub-heading {
        margin-top: -5px !important;
        box-shadow: none;
        border-top: 0px solid #c2c2c2;
        color: #ffffff !important;
    }

    #summary-sites {
        padding-right: 20px !important;
        padding-left: 28px !important;
    }

    section.customized-tour-package .price-breakdown-wrapper {
        border-top: 0px !important;
    }

    .price-breakdown-wrapper {
        height: 58px;
        padding: 0px 30px;
    }

    section.customized-tour-package .price-breakdowns #price-breakdowns-transport {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .selected-site-number {
        width: 22px;
    }

    .p_name {
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    #content .customized-tour-page .price-breakdowns .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .itenbuttons {
        border-bottom: 0px solid #c2c2c2;
    }

    .summary-site-activity {
        justify-content: space-between;
    }

    .summary-site-activity p:nth-child(1) {
        display: none;
    }

    .summary-site-activity p:nth-last-child(1) {
        display: none;
    }

    .summary-site-activity img {
        /* display: none; */
        object-fit: none;
        width: 12px;
        height: 12px;
        /* position: absolute;
        top: 25px;
        left: -15px; */
    }

    section.customized-tour-package .price-breakdowns #price-breakdowns-transport {
        margin: 0 !important;
    }

    .customized-tour-page #price-breakdowns-span div {
        margin-bottom: 0 !important;
    }

    #content .customized-tour-page .price-breakdowns .title {
        margin-top: 10px;
        max-height: 20px;
        margin-bottom: 15px;
    }

    .ct-priceactivity {
        padding: 10px;
        padding-bottom: 120px;
        /* border-bottom: 0px solid #c2c2c2; */
    }

    #content .customized-tour-page .price-breakdowns .price-summary-box .total-price-title-wrapper .total-price-title {
        font-size: 16px !important;
    }

    #content .customized-tour-page .price-breakdowns .breakdown-total-price {
        font-size: 16px !important;
        min-height: unset;
        /* padding: 0 20px; */
    }

    #content .customized-tour-page .price-breakdowns .transport-summary-box {
        margin-top: 20px;
        padding: 0 20px;
    }

    #content .customized-tour-page .price-breakdowns .price-summary-box {
        margin-top: 0px;
        padding: 0 20px;
    }

    .itenbuttons+.row .customized-sub-heading {
        margin-top: -5px !important;
        color: #038eae;
    }

    #content .customized-tour-page .sortable .product-inner-wrapper-1 .media .media-left img {
        margin-top: 0px;
    }

    #content .customized-tour-page .sortable .product-inner-wrapper-1 .media .media-left {
        padding-right: 0px;
    }

    #content .customized-tour-page .sortable .product-inner-wrapper-1 .media .media-left a {
        display: flex;
        justify-content: center;
    }

    .customized-tour-page .ct-product-box .as-from {
        text-align: right;
        margin-top: 0px;
    }

    section.customized-tour-package .ct-product-box .product-inner-wrapper-1 .media .ct-product-desc {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 5px !important;
    }

    .product-inner-wrapper-2 {
        max-width: unset;
    }

    .price-breakdowns-span {
        border-bottom: 1px solid #c2c2c2;
    }

    section.customized-tour-package .price-breakdown-wrapper h3 {
        color: #ffffff !important;
    }

    #content p.ct-activity-expanded-heading {
        margin-top: 15px !important;
        margin-bottom: 15px;
    }

    .ct-activity-expand-container .ct-product-title {
        margin-bottom: 5px;
    }

    .customized-tour-page .ct-product-box .ct-activity-expand-container label {
        text-align: center;
    }

    .ct-summary-site-activity-mb {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
        position: relative;
    }

    .ct-summary-site-duration-txt {
        margin-left: -15px;
        font-style: italic;
    }

    .ct-attribute-total-mb div {
        margin-top: 15px;
    }

    #content .customized-tour-page .price-breakdowns #price-breakdowns-span .ct-attribute-name-selected {
        width: 100%;
    }

    .ct-activity-duration img {
        right: 25px
    }

    #content .row .media .ct-product-title {
        display: none;
    }

    .ct-product-name-mb {
        display: block;
        color: #030303;
        font-size: 14px;
        font-family: "Poppins";
        font-weight: 600;
        line-height: 18px;
        margin-bottom: 19px;
    }

    #content .customized-tour-page .sortable .product-inner-wrapper-1 .media .media-left img {
        /* width: 282px!important; */
        height: 147px;
        margin-bottom: 14px;
    }

    #content .customized-tour-page .sortable .product-inner-wrapper-1 .media .ct-location {
        color: #7f7f7f;
        font-size: 14px;
        font-family: "Poppins";
        line-height: 18px;
        margin-top: 4px;
    }

    .customized-tour-page .ct-product-box .as-from span {
        color: #21828e;
        font-size: 20px !important;
        font-family: "Poppins";
        font-weight: 600;
        line-height: 26px;
        margin-left: 4px;
    }

    .customized-tour-page .ct-product-box .as-from {
        color: #858585 !important;
        font-size: 16px !important;
        font-family: "Poppins";
        line-height: 21px;
    }

    .ct-activity-recomended-stay br {
        display: none;
    }

    .customized-tour-page .ct-product-box p.ct-activity-recomended-stay {
        color: #858585 !important;
        font-size: 12px !important;
        font-family: "Poppins";
        font-weight: 500 !important;
        line-height: 16px !important;
        text-align: center;
    }

    /* .ct-activity-recomended-stay {
        color: #858585!important;
        font-size: 12px!important;
        font-family: "Poppins";
        font-weight: 500!important;
        line-height: 16px!important;
        text-align: center;
    } */

    .ct-activity-recomended-stay span {
        color: #030303;
    }

    section.customized-tour-package .ct-product-box {
        padding: 24px 19px !important;
    }

    section.customized-tour-package .ct-product-box .ct-activity-expand-container {
        padding: 0px 0px 15px !important;
    }

    .customized-tour-page .ct-product-box .ct-activity-expand-container .ct-total-price span {
        margin-left: 100px;
    }

    section.customized-tour-package .page-header {
        border-bottom: 0px solid #c2c2c2 !important;
    }

    section.customized-tour-package .ct-product-box .product-inner-wrapper-1 .media .prod-price-location {
        margin-top: 15px;
        margin-bottom: 6px;
    }

    .customized-tour-page .ct-product-box .ct-location i {
        margin-right: 2px;
    }

    #content .row .product-inner-wrapper-2 .ct-activity-recomended-stay {
        margin-top: 6px !important;
    }

    .ct_spec-vehicle-type-select-img {
        display: none;
    }

    .ct-error-message {
        top: 40px;
        background-color: #268fa5;
        color: white;
        padding: 5px 15px !important;
        left: 0px;
        border-radius: 4px;
        z-index: 10;
    }

}