.activity-details-wrapper-mobile {
    display:none;
}
.mobile-hr-sep {
    display: none;
}

.new_ma_design .nav_bar_container .nav_bar {
    display: flex;
    justify-content: space-between;
}

.nav_bar_container .nav_bar .nav_bar_item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs-4-mobile {
    display: none;
}


/* activities product pages chnages 13 march 2024  */


/* book now btn */

section.product .product-pricing .booking-button .btn-booking  {
    color: #fff;

}

section.product .product-pricing .booking-button .btn-booking &:active {
    color: #fff;
  }

  /* category header */


#menu-left .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
background-color: #090909;
color: #fff;
border-color: #090909;
}

/* live chat btn */

#customer-service-message .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #02657c;
border-color: #025d72;
}

/* recalculate btn */

#recalculate_transport_total .btn:hover, .btn:focus, .btn.focus {
    color: #ffffff !important;

}

/* clear btn */

#clear-transport .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #02657c;
    border-color: #025d72;
}

.show-more-reviews .btn-show-more-reviews {
    color: #ffffff;
    cursor: pointer;
}

/* booking form calendar */

 input {
    width: 100%;
    border: none;
    background-color: #ebebeb;
    padding: 0px 12px;
    cursor: pointer;

    
}

 input[type="date"] {
    position: relative;
    cursor: pointer;
}

 input[type="date"]:after {

    color: #555;
    padding: 0 5px;
    cursor: pointer;
}

 input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
    cursor: pointer;
}
 input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}
 input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

 input[type="radio"] {
    margin: 0px;
}

/* activities product pages chnages 13 march 2024  */

/* .activity-carousel-wrapper .formobile {
    margin-bottom: 15px;
} */

@media screen and (max-width: 786px) {
    .hs-4-mobile {
        display: block;
    }   
    .mobile-hr-sep {
        display: block;
        /* padding:20px; */
        width:95%;
        border-bottom: 1px solid rgb(225 225 225 / 50%);
    }
    .activity-details-wrapper-desktop{
        display:none;
    }
    .activity-details-wrapper-mobile {
        display:flex;
        flex-direction: column;
        padding: 20px;
        background-color: white;
    }

    .activity-details-wrapper-mobile .activity-summary-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        font-size: 14px;
    }

    .activity-details-wrapper-mobile .activity-summary-item:first-child {
        border-radius: 10px 10px 0px 0px;
    }

    .activity-details-wrapper-mobile .activity-summary-item:last-child {
        border-radius: 0px 0px 10px 10px;
    }

    .activity-details-wrapper-mobile .activity-summary-item:nth-child(odd) {
        background-color: rgb(3 142 174 / 20%);
    }

    .activity-details-wrapper-mobile .activity-summary-item:nth-child(even) {
        background-color: rgb(235 235 235 / 50%);
    }

    .activity-details-wrapper-mobile .activity-summary-item .activity-summary-item-heading{
        font-weight: bold;
        padding: 10px;
        width: 32%;
        text-align: left;
        min-width: 32%;
    }

    .activity-details-wrapper-mobile .activity-summary-item .activity-summary-item-content{
        padding: 10px;
        text-align: center;
        border-left: 1px solid white;
        width: 100%;
    }

    section.product .page-header {
        border-bottom: none !important;
    }

    section.product .activity-details .activity-summary {
        padding: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    section.product .product-pricing .booking-button {
        padding: 0 0px;
    }

    .new_ma_design {
        padding-left: 0px;
        padding-right: 0px;
    }

    .activity-carousel-wrapper .formobile {
        margin-bottom: 0px !important;
    }

    section.product .activity-details {
        border: none;
    }

    section.product .product-pricing {
        background-color: white;
    }

    section.product .product-pricing .activity-booking .label {
        font-weight: bold;
    }

    section.product .activity-details .booking-contact {
        padding: 30px 54px 30px 54px !important;
        border: none;
        background-color: rgb(235 235 235 / 50%);
        margin-top: 30px;
        display: none;
    }

    section.product .activity-details .booking-contact .btn {
        background-color: #eaeaea!important;
    }

    section.product .activity-details .booking-contact p {
        font-weight: bold;
    }

    section.product .new_ma_design .nav_bar_container {
        display: none;
    }

    section.product .new_ma_design section {
        padding: 14px 0px 10px 0px;
    }

    .new_ma_design .section_heading .heading_container .left_bar {
        display: none;
    }

    .new_ma_design .section_heading .heading_container .heading {
        padding-left: 0px;
        color: #038eae;
        font-size: 22px;
        text-align: left;
    }

    .new_ma_design section .section_heading {
        border-bottom: 2px solid #ebebeb;
        padding-bottom: 10px;
    }

    .new_ma_design .section_content p {
        text-align: justify !important;
    }

    .new_ma_design .section_content h2 {
        font-size: 20px !important;
        color: #191919 !important;
    }

    .new_ma_design .single_tick {
        display: flex;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        width: 100%;
        margin-bottom: 0px !important;
        text-align: left !important;
    }

    .new_ma_design .single_tick p {
        margin-bottom: 0px !important;
        text-align: left !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    section#transportaion .section_content .content_split_2, section#meeting_point .mpt_content .meeting_content {
        grid-template-columns: 1fr !important;
    }

    section#prices_section .section_content .grid {
        width: 100% !important;
        margin: 0px 0 !important;
    }

    section#prices_section .section_content .grid .grid_row {
        grid-template-columns: auto !important;
    }

    section#transportaion .section_content .content_split_2 .split_2 {
        margin-top: 20px;
    }

    /* .owl-item {
        display: none;
    }

    .owl-item.active {
        display: block;
    } */

    

    #content .row p {
        text-align: justify !important;
        text-align-last: left !important;
         padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #content .row p.text-center {
        text-align: center !important;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    #content .contact-us-label {
        font-size: 20px;
    }

    #content .row .single_tick p {
        margin-bottom: 3px !important;
    }
    #content .row .single_tick img {
        margin-right: 15px !important;
    }

    .new_ma_design .section_separator {
        display: none;
    }

    .new_ma_design .section_content p {
        font-size: 16px;
    }

    section#transportaion .section_content .content_split_2 p, section#meeting_point .mpt_content .meeting_content .content_container p, section#meeting_point .mpt_content .meeting_content .title_container .title, section#meeting_point .mpt_content .meeting_content .title_container .title {
        font-size: 16px !important;
    }

    section#transportaion .section_content .content_split_2 .split_1 .transport_boxes .box_single .box_text, section#meeting_point .mpt_content .meeting_content .content_container .times_grid .times_row .heading, section#prices_section .section_content .grid .grid_row .col_heading, section#prices_section .section_content .grid .grid_row .heading, section#prices_section .section_content .grid .grid_row .data {
        font-size: 14px !important;
    }

    section#meeting_point .mpt_content .meeting_content .content_container .times_grid .times_row .data {
        font-size: 14px !important;
        font-weight: normal !important;
    }

    section#prices_section .section_content .grid .grid_row .col_heading {
        font-size: 15px !important;
    }

    .menu-left {
        margin-bottom: 0px;
    }

    .product .page-header {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0px;
        padding-bottom: 16px;
        text-align: center;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
        /* background-color: whitesmoke; */
    }

    section#overview .section_content .content_split_2 .split_2, .new_ma_design section#overview .section_content .content_split_2 .split_2 .owl-carousel .item img {
        width: 100% !important;
    }

    .activity-carousel-wrapper .formobile {
        padding: 0;
    }

    .reviews-row-container {
        margin-top: -10px;
        display: none;
    }

    section#prices_section .section_content .grid .grid_row .col_heading {
        font-weight: bold !important;
    }

    section#prices_section .section_content .grid .grid_row:has(.data):nth-child(odd), section#prices_section .section_content .grid .grid_row:has(.heading):nth-child(odd) {
        background: #f5f5f5;
    } 

    section#prices_section .section_content .grid .grid_row:has(.data):nth-child(even), section#prices_section .section_content .grid .grid_row:has(.heading):nth-child(even) {
        background: white;
    }

    section.product .product-pricing .booking-button {
        margin-bottom: 20px;
    }

    section.product h2, section.product h3 {
        text-align: left !important;
    }

    section#transportaion .section_content .content_split_2 .title, section#meeting_point .mpt_content .meeting_content .title_container {
        text-align: left !important;
    }

    section#meeting_point .mpt_content .meeting_content .content_container .times_grid {
        text-align: left !important;
    }

    #whats_included .section_content, #transportaion .section_content, #meeting_point .section_content, #day_itinerary .section_content, #full_description .section_content, #what_to_bring .section_content, #food_and_beverages .section_content, #faq .section_content, #comments_and_notes .section_content, #prices_section .section_content {
        display: none;
    }

    #menu-container {
        display: none !important;
        visibility: hidden !important;
    }

    #carousel-category {
        margin-left: -20px;
        margin-right: -20px;
    }

    section .section_content h2 + .content_split_2 {
        margin-top: 0px !important;
    }

    section .section_content .ticks_container, section .section_content .content_split_2 {
        margin-bottom: 0px !important;
    }

    .new_ma_design p:empty {
        display: none;
    }

    section#meeting_point .mpt_content .meeting_content .title_container .title, section#meeting_point .mpt_content .meeting_content .content_container .times_grid .times_row .heading, section#meeting_point .mpt_content .meeting_content .content_container .times_grid .times_row .data, section#transportaion .section_content .content_split_2 .title, section#transportaion .section_content .content_split_2 .split_1 .transport_boxes .box_single .box_text {
        font-weight: bold !important;
    }

    section#meeting_point .mpt_content .meeting_content .content_container .times_grid .times_row {
        background-color: rgb(235 235 235 / 50%) !important;
    }

    section#meeting_point .mpt_content .meeting_content .content_container .times_grid .times_row:nth-child(odd) {
        background-color: rgb(3 142 174 / 20%) !important;
    }

    section#prices_section .section_content .grid .grid_row:has(.col_heading) {
        background: rgb(3 142 174 / 20%) !important;
    }

    .transport_boxes .box_single {
        margin-bottom: 0px !important;
        text-align: center;
    }

    .transport_boxes .box_single .box_text {
        text-align: center;
        width: 100%;
    }

    .transport_boxes .box_single:nth-child(even) {
       background: rgb(3 142 174 / 20%) !important;
    }

    .transport_boxes .box_single:nth-child(odd) {
        background: rgb(235 235 235 / 50%) !important;
    }

    section#meeting_point .mpt_content .meeting_content .content_container .times_grid .times_row .data {
        text-align: center;
    }

    section.product .product-booking-wrapper {
        padding:10px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}