*,
 :before,
 :after {
    box-sizing: border-box;
}

.eabs_main-block {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.eabs_activities-main table td.eabs_empty-td {
    background-color: #fff;
}

.eabs_activities-main table td,
.eabs_activities-main table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    background-color: #d6d8db;
    text-align: center;
}

.eabs_activities-main table a {
    text-decoration: none;
}

.eabs_activities-main .eabs-success,
.eabs_activities-main td.eabs-success {
    background-color: #c3e6cb;
}

.eabs_activities-main td.eabs-danger {
    background-color: #f5c6cb !important;
}

.eabs_main-block hr {
    border-bottom: 1px solid #dee2e6;
    margin: 30px 0px;
}

.eabs_main-block p {
    font-size: 20px;
}

.eabs_activities-main {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start!important;
}

.eabs_activities-main .eabs_inner-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.eabs_activities-main h1 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.eabs_inner-tbl {
    display: flex;
    margin: 4px 0px;
    align-items: baseline;
}

.eabs_inner-tbl div:first-child {
    margin-right: 20px;
}

img.eabs_payment-method {
    height: 25px;
}

.eabs_payment-method .eabs_inner-methods {
    display: flex;
}

.eabs_payment-method .eabs_inner-methods div:first-child {
    margin-right: 30px;
    margin-bottom: 2px;
    width: 45px !important;
}


/*-------- popup css -----------------*/

.eabs_modal {
    display: none;
    top: 0;
    min-width: 300px;
    width: 80%;
    height: 400px;
    margin: 0 auto;
    position: fixed;
    z-index: 40001;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
    margin-top: 30px;
    margin-left: 10%;
    animation-name: fadeIn_Modal;
    animation-duration: 0.8s;
    left: 0px;
}

.eabs_modal .header {
    width: 100%;
    height: 70px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 2px solid #ccc;
}

.eabs_modal .header a {
    text-decoration: none;
    float: right;
    line-height: 70px;
    margin-right: 20px;
    color: #aaa;
}

.activity_book-type {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.activity_book-type.dark {
    color: #fff;
    background-color: #343a40;
}

.activity_book-type.success {
    color: #fff;
    background-color: #28a745;
}

.eabs_modal .content {
    padding: 0px 0px 20px 0px;
    /* width: 100%;
    height: 250px; */
}

.eabs_modal .header {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.eabs_modal form {
    margin-top: 20px;
}

.eabs_modal form label {
    display: block;
    margin-left: 12%;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 1rem;
}

.eabs_modal form input {
    display: block;
    width: 75%;
    margin-left: 12%;
    margin-top: 10px;
    border-radius: 3px;
    font-family: sans-serif;
}

.eabs_modal #first_label {
    padding-top: 30px;
}

.eabs_modal #second_label {
    padding-top: 25px;
}

.eabs_modal .footer {
    width: 100%;
    height: 80px;
    border-radius: 0px 0px 10px 10px;
    /* border-top: 2px solid #ccc; */
}

.eabs_modal .fotter button {
    float: right;
    margin-right: 10px;
    margin-top: 18px;
    text-decoration: none;
}

.eabs_error-add {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 10px;
}


/* ----------- Cart Page ------------- */

.eabs_cart-items {
    display: block;
}

.eabs_cart-items .eabs-items {
    border: 1px solid black;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between!important;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
}

.eabs_cart-items .eabs-items .col-sm-auto.py-3 {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.eabs_cart-items .eabs-items .row.justify-content-between {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.eabs_cart-items .eabs-items .justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.eabs_cart-items .eabs-items .col {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


/****MEDIA QUERIES****/

@media screen and (min-width: 600px) {
    .eabs_modal {
        width: 560px;
        height: auto;
        margin-left: calc(50vw - 250px);
        margin-top: calc(50vh - 150px);
        padding: 10px 30px;
    }
    .eabs_modal .header {
        width: 100%;
        height: 40px;
    }
    .eabs_modal .header a {
        line-height: 40px;
        margin-right: 10px;
    }
    /* .eabs_modal .content {
        width: 100%;
        height: 190px;
    } */
    .eabs_modal form label {
        margin-left: 10%;
        margin-top: 10px;
    }
    .eabs_modal form input {
        width: 75%;
        margin-left: 10%;
        margin-top: 10px;
    }
    .eabs_modal #first_label {
        padding-top: 0px;
    }
    .eabs_modal #second_label {
        padding-top: 0px;
    }
    .eabs_modal .footer {
        width: 100%;
        height: 70px;
    }
    .eabs_modal .footer button {
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }
}

.eabs_cart-items strong,
.eabs_cart-items p,
.eabs_cart-items h1,
.eabs_cart-items h2,
.eabs_cart-items h3,
.eabs_cart-items h4,

/* .eabs_cart-items h5,  */

.eabs_cart-items h6,
.eabs_cart-items span {
    font-size: 1rem;
    line-height: 1.6;
}


/****ANIMATIONS****/

@keyframes fadeIn_Modal {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn_Container {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}


/*---------- end popup ------------*/


/* --------------- Checkout Page --------------- */

.eabs_checkout-qrcode div.eabs_checkout-right {
    width: 30%;
}

.eabs_checkout-qrcode div.eabs_checkout-left {
    width: 70%;
}

.eabs_checkout-qrcode div.eabs_checkout-right img.img-fluid {
    width: 80%;
}


/* --------- Next Prev btn ------------- */

.eabs_table-next a {
    background: #d6d8db;
    padding: 5px 20px;
    border: 1px solid #000;
    text-decoration: none;
}

.eabs_table-next {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.eabs_table-next a:hover {
    background: #c3e6cb;
}

.eabs_activities-main.eabs_multi-items {
    display: block;
}

.eabs_activities-main.eabs_multi-items .eabs_inner-col {
    display: none;
}

.eabs_activities-main.eabs_multi-items .eabs_inner-col:first-child {
    display: block;
}


/* 13-01-2022 start css*/

.eabs_main-block .eabs_activities-main {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start!important;
}

.eabs_main-block .eabs_activities-main.eabs_more-activity .eabs_inner-col {
    flex: 0 0 50% !important;
    max-width: 50%;
}

.eabs_inner-col.eabs_inner-img {
    padding-right: 0 !important;
}

.col-sm-auto.eabs_add_text div:nth-child(2) {
    font-weight: 400;
}

.col-sm-auto.eabs_add_text div:nth-child(3) {
    font-weight: 400;
}

h4.mb-2.eabs_price-txt {
    padding-bottom: 20px !important;
}

.eabs_inner-tbl.eabs_inner-tbl-data div:nth-child(1) h5 {
    font-weight: bold;
}

.eabs_inner-tbl.eabs_inner-tbl-data div:nth-child(2) p {
    font-weight: 400;
}

.eabs_inner-methods.eabs_inner-methods-data div p {
    font-weight: 400;
}

.eabs_table thead tr th {
    font-weight: 700;
    border: none;
    /*border-bottom: 1px solid #e9e9e9;*/
}

.eabs_table tbody tr td {
    border: none;
    /*border-bottom: 1px solid #e9e9e9;*/
}

.eabs_table tbody tr {
    height: 150px;
}

.eabs_input-type {
    width: 100%;
    border: 1px solid gray;
    margin: 12px 0;
    padding: 5px 15px;
}

.eabs_modal {
    width: 560px;
    height: auto;
    top: 50%;
    margin: 0;
    padding: 10px 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.eabs_footer-btn {
    width: 100%;
    max-width: 270px;
    font-size: 16px;
    padding: 10px;
    margin: 0 auto;
    float: inherit !important;
}

.eabs_modal form input {
    margin: 0;
    width: 100%;
    border: 1px solid gray;
}

.eabs_cart-heading h3 {
    margin-left: 15px;
}

.eabs_cart-footer {
    margin-left: 15px;
}

.container.mt-2.eabs_booking-form {
    margin: 0 15px;
}

.eabs_booking-form .needs-validation .form-group {
    display: flex;
    flex-wrap: wrap;
}

.eabs_booking-form .needs-validation .form-group label {
    flex: 0 0 100%;
    max-width: 100%;
}

.eabs_booking-form .needs-validation .form-group input {
    flex: 60%;
    max-width: 60%;
    border: 1px solid gray;
    padding: 5px 10px;
    font-size: 16px;
}

.eabs_booking-form .needs-validation .form-group div {
    width: 100%;
    font-size: 18px;
}

.eabs_booking-form .needs-validation .form-check {
    padding-top: 20px;
}

.eabs_booking-form .needs-validation .form-check input {
    width: 25px;
    height: 25px;
    border: 2px solid black;
    border-radius: 5px;
}

.eabs_booking-form .needs-validation button {
    padding: 5px 30px;
    font-size: 16px;
    margin-top: 15px;
}

select.eabs_cart-qty-change {
    width: 60px;
    height: 50px;
    /* vertical-align: middle; */
    /* display: flex; */
    border: 2px solid black;
}

.eabs_checkout-title h3 {
    margin-left: 15px;
}

.checkout-booking.title h4 {
    margin-left: 15px;
}

.eabs_cart-items p {
    margin-left: 15px;
}

.eabs_inner-methods.eabs_inner-methods-data div:first-child {
    width: 37px;
}

.container-fluid h4 {
    background: #e5e5e5;
}

.eabs_more-activity .card.bg-dark.text-white.border-0.rounded-0 {
    position: relative;
    /* z-index: -1; */
}

.eabs_more-activity .card-img-overlay {
    position: absolute;
    content: "";
    top: 0px;
    left: 5px;
    z-index: 1;
    color: #ffffff;
}

.eabs_more-activity .card.bg-dark.text-white.border-0.rounded-0 img {
    opacity: 0.9;
}

@media(max-width:768px) {
    .eabs_activities-main .eabs_inner-col:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
        /*padding:15px 0;*/
        order: 1;
    }
    .eabs_main-block .eabs_inner-col img.img-fluid {
        padding-bottom: 20px;
    }
    .eabs_activities-main .eabs_inner-col:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .eabs_main-block .eabs_activities-main .eabs_inner-col .container-fluid {
        padding-top: 20px;
    }
    .eabs_cart-items .eabs-items {
        flex-wrap: wrap;
    }
    .eabs_cart-items .eabs-items .col-sm-auto.py-3 {
        flex: 0 0 100%;
        width: auto;
        max-width: 100%;
    }
    .eabs_cart-items .col-sm-auto.py-3 img {
        width: 100%;
        padding-bottom: 20px;
    }
}

@media(max-width:600px) {
    header.entry-header.alignwide h1 {
        font-size: 55px;
    }
    header.entry-header.alignwide {
        margin-bottom: 15px;
    }
    header#masthead {
        padding-bottom: 0;
    }
    .eabs_main-block .eabs_activities-calendor .eabs_slide-1 {
        overflow: scroll;
        padding: 0;
    }
    .eabs_main-block .eabs_activities-calendor .eabs_slide-2 {
        overflow: scroll;
        padding: 0;
    }
    .eabs_main-block .eabs_activities-calendor .eabs_slide-3 {
        overflow: scroll;
        padding: 0;
    }
    .eabs_main-block .eabs_activities-calendor .eabs_slide-4 {
        overflow: scroll;
        padding: 0;
    }
    .eabs_main-block .eabs_activities-calendor .eabs_slide-5 {
        overflow: scroll;
        padding: 0;
    }
    .eabs_modal {
        width: 100%;
        max-width: 90%;
        height: auto;
        top: 50%;
        margin: 0;
        padding: 10px 30px;
        left: 50%;
        transform: translate(-50%, -50%);
        /* margin: 0 10px; */
    }
    .eabs_activities-main.eabs_multi-items div:first-child {
        margin-right: 0px;
    }
    .eabs_main-block {
        width: 100%;
        min-width: 100%;
        padding: 0 15px;
    }
    .eabs_activities-main .eabs_inner-col:nth-child(1) {
        padding-right: 0px;
    }
    .eabs_booking-form .needs-validation .form-check {
        display: flex;
        flex-wrap: wrap;
    }
    .eabs_booking-form .needs-validation .form-check input {
        flex: 0 0 5%;
        max-width: 5%;
    }
    .eabs_booking-form .needs-validation .form-check label {
        flex: 90%;
        max-width: 90%;
    }
}

@media(max-width:500px) {
    header.entry-header.alignwide h1 {
        font-size: 45px;
    }
    header.entry-header.alignwide {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:400px) {
    .eabs_booking-form .needs-validation .form-check input {
        width: 25px;
        height: 17px;
        border: 2px solid black;
        border-radius: 5px;
    }
}


/*13-01-2022 end css*/


/*17-01-2022 start css*/

a.eabs_cart-menu {
    position: relative;
}

a.eabs_cart-menu span {
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #f036a4;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    position: relative;
    top: -8px;
    right: 5px;
}

.eabs_cart-li {
    line-height: 100% !important;
    padding-top: 2px;
}

.eabs_cart-menu {
    display: flex !important;
    align-items: center;
    height: 100%;
}

.eabs_more-activity .card.bg-dark.text-white.border-0.rounded-0:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000002e;
    z-index: 1;
}

footer.entry-footer.default-max-width {
    width: 100%;
    max-width: 90%;
    padding: 0;
    margin-top: 0;
}

div.eabs_modal {
    height: 52%;
    width: 700px;
    overflow-x: scroll;
}

.eabs_modal .header {
    position: sticky;
    top: 0;
    background: #ffffff;
    width: 100%;
    border-radius: 0;
}

div.eabs_modal {
    padding-top: 0;
}

@media(max-width:768px) {
    div.eabs_modal {
        height: 52%;
        width: 90%;
        overflow-x: scroll;
    }
}


/*17-01-2022 end css*/


/*18-01-2022 start css*/


/* li.menu-item-6.eabs_cart-li {
    margin-top: 8px;
} */

a.eabs_cart-menu {
    position: relative;
    font-size: 20px !important;
}

#top a.eabs_cart-menu {
    font-size: 20px !important;
}

i.fa.fa-shopping-cart {
    vertical-align: middle;
}

#slide-out #mobile-menu a {
    font-size: 20px;
}

nav ul li .fa-shopping-cart {
    font-size: 20px;
    margin-right: 0 !important;
}

.eabs_inner-tbl.eabs_inner-tbl-data div:nth-child(1) h5 {
    font-weight: bold;
    margin-top: 0px;
}


/*18-01-2022 end css*/


/*19-01-2022 start css*/

.widget_search input[type=search] {
    min-width: 60%;
    height: 31px;
    border-radius: 5px;
}

.wp-block-search .wp-block-search__button {
    padding: 0 12px;
    height: 31px;
    padding: 0 15px !important;
}

#main-nav ul li.current-menu-item,
#main-nav ul li.current_page_parent,
#main-nav ul li.current-menu-parent,
#main-nav ul li.current-page-ancestor {
    margin-top: 0px;
    height: 50px;
    border-width: 0;
}

.eabs_alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin: 10px 0px;
    width: 100%;
}

.eabs_alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 100%;
}

div#eabs_cart-page .eabs_invalid-feedback {
    display: none;
}

div#eabs_cart-page .eabs_input-error-red {
    border: 1px solid red !important;
}

div#eabs_cart-page .eabs_label-error-red,
div#eabs_cart-page .eabs_invalid-feedback {
    color: red;
}

.eabs_inner-tbl.eabs_inner-tbl-data div:nth-child(2) p {
    font-weight: 400;
    margin-top: 0;
}

#eabs_cart-page .container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.eabs_cart-footer .col-sm-auto {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    margin-right: 20px;
}

.eabs_cart-items .eabs-items h5 {
    margin: 0;
}

.eabs_cart-items strong,
.eabs_cart-items p,
.eabs_cart-items h1,
.eabs_cart-items h2,
.eabs_cart-items h3,
.eabs_cart-items h4,
.eabs_cart-items h6,
.eabs_cart-items span {
    font-size: 2rem;
    line-height: 1.6;
}

.eabs_cart-footer div h5 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.eabs_cart-footer div h6 {
    font-size: 15px;
    margin-top: 0;
}

.col-sm-auto.eabs__payment-img img {
    display: inline-block;
}

.entry-content {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.eabs_popup-body {
    overflow: hidden;
}

td.eabs_empty-td {
    background: transparent !important;
}

.entry table {
    border: none;
}

input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 6px;
    top: 2px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid var(--form--color-text);
    border-top: 0;
    border-left: 0;
    transform: rotate(60deg);
}

table.eabs_table {
    width: 100%;
    max-width: 100%;
    /* overflow: scroll; */
    border: none !important;
}

table.eabs_table tbody tr td h5 {
    margin-bottom: 8px !important;
}

.eabs_modal .header h5 {
    margin: 25px !important;
}

table.eabs_table td {
    width: 120px;
}

.eabs_cart-footer .col-sm-auto h5 {
    font-size: 20px;
}

.card-img-overlay h5,
p {
    margin: 0;
}

.eabs_inner-col .container-fluid h4 {
    margin-bottom: 0;
}

.eabs_inner-tbl-data div h5 {
    margin-bottom: 5px;
}

.eabs_bus-hours .eabs_bus-heading h5 {
    margin-top: 10px;
}

.eabs_heading-nospace {
    margin-top: 0px !important;
}

@media(max-width:920px) {
    .entry-content {
        max-width: 100%;
    }
    .entry-content {
        width: 90%;
    }
    .entry-content {
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    table.eabs_table {
        width: 100%;
        max-width: 100%;
        /*overflow: scroll;*/
    }
    .eabs_inner-col.\31 .eabs_slide-1 {
        /*overflow: auto;*/
    }
}

@media(max-width:600px) {
    .widget_search input[type=search] {
        min-width: inherit;
        width: 100%;
        max-width: 320px;
    }
    .eabs_cart-items .eabs-items .col {
        padding: 0;
    }
    .entry-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .eabs_main-block .eabs_activities-calendor .eabs_slide-2 {
        overflow: inherit;
        padding: 0;
    }
    .eabs_table tbody tr {
        height: fit-content;
    }
    .eabs_table thead tr th {
        font-weight: 700;
        border: none;
        /* border-bottom: 1px solid #e9e9e9; */
        font-size: 10px;
        padding: 8px 0;
    }
    .eabs_table tbody tr td h5 {
        font-size: 10px;
        margin: 0 auto;
        margin-top: 15px;
    }
    .eabs_table tbody tr td {
        border: none;
        /* border-bottom: 1px solid #e9e9e9; */
        font-size: 10px;
        padding: 10px 0;
    }
    .eabs_modal .header h5 {
        margin-bottom: 0px !important;
    }
    #eabs_checkout-page .col-sm-auto {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width:500px) {
    .eabs_cart-items strong,
    .eabs_cart-items p,
    .eabs_cart-items h1,
    .eabs_cart-items h2,
    .eabs_cart-items h3,
    .eabs_cart-items h4,
    .eabs_cart-items h6,
    .eabs_cart-items span {
        font-size: 1rem;
    }
}


/*19-01-2022 end css*/


/* 25-01-2022 start css */

nav#site-navigation {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
}

#masthead .container {
    width: 100%;
    max-width: 100%;
}

ul#menu-main-menu {
    display: flex;
}

h5.eabs_heading-nospace.eabs_heading-h5 {
    font-size: 30px;
    font-weight: 600;
}

.col-sm-auto.eabs_txt-str {
    font-size: 16px;
}

.col-sm-auto.eabs_txt-str strong {
    font-size: 19px;
}

.post-details .post-content table,
tr,
th,
td {
    border: none !important;
}

p.eabs_txt-p {
    padding-right: 30px;
    text-align: justify;
}

.eabs_table thead tr th {
    width: 14.28%;
}

@media only screen and (min-width: 480px) and (max-width: 690px) {
    body .container,
    body .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 100%;
    }
    .eabs_main-block {
        padding: 0 15px;
    }
}

@media(max-width:480px) {
    body .container,
    body .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 100%;
    }
    .eabs_table td {
        padding: 0 !important;
    }
}


/* 25-01-2022 end css */


/*  27-01-2022 start css*/

.eabs_cart-items strong,
.eabs_cart-items p,
.eabs_cart-items h1,
.eabs_cart-items h2,
.eabs_cart-items h3,
.eabs_cart-items h4,
.eabs_cart-items h6,
.eabs_cart-items span {
    font-size: 1.30rem;
    line-height: 1.6;
}

.eabs_booking-form {
    padding: 0 25px;
}

select.eabs_cart-qty-change {
    width: 80px;
    height: 50px;
    /* vertical-align: middle; */
    /* display: flex; */
    border: 2px solid black;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
}

.form-group label strong {
    font-size: 19px;
}

.eabs_booking-form h3.eabs_heading-nospace {
    margin-bottom: 0;
}

.eabs-items .col-sm-auto {
    font-size: 20px;
}


/*  27-01-2022 end css*/


/*  28-01-2022 start css*/

.eabs_inner-tbl.eabs_inner-tbl-data div:nth-child(1) h5 {
    font-weight: bold;
    margin-top: 0px;
    width: 150px;
}

div.eabs_modal {
    padding-top: 10px;
}

.eabs_activities-main .eabs_inner-tbl.eabs_inner-tbl-data p,
.eabs_inner-methods p {
    margin-bottom: 0;
}

.eabs_modal .modal_header .eabs_heading-nospace {
    margin-bottom: 0;
}

.eabs_activity-title {
    padding-right: 10px;
}

@media(max-width:600px) {
    .header h5.eabs_heading-nospace {
        margin-top: 0 !important;
        font-size: 16px;
    }
}

@media(max-width:500px) {
    .eabs_inner-tbl.eabs_inner-methods-data {
        display: flex;
        flex-wrap: wrap;
    }
}


/*  28-01-2022 end css*/


/* 29-01-2022 start css */

.eabs_more-activity img.card-img {
    width: 100%;
}

.eabs_main-block img {
    width: 100% !important;
}

.eabs_main-block img {
    width: auto;
}

.eabs_inner-tbl.eabs_inner-methods-data img {
    width: auto !important;
}

@media(max-width:992px) {
    .section blog section-xx .srvc .gutter-vr-40px>li,
    .gutter-vr-40px>div {
        max-width: 100% !important;
        flex: none;
    }
}

@media(max-width:767px) {
    .eabs_cart-items .eabs-items {
        flex-wrap: wrap;
    }
    #eabs_cart-page .eabs-items div:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .eabs__cart-check-img img {
        width: 100%;
    }
}

@media(max-width:500px) {
    .eabs_main-block .eabs_activities-main.eabs_more-activity .eabs_inner-col {
        flex: 0 0 100% !important;
        max-width: 100%;
    }
}


/* 29-01-2022 end css */


/* 03-02-2022 */

.eabs_activities-main .eabs_inner-col.eabs_activity-title {
    flex: 0 0 100%;
    order: 2;
    padding-top: 20px;
}

.eabs_activities-main .eabs_inner-col.eabs__activity-img {
    flex: 0 0 100%;
    order: 1;
}


/* 03-02-2022 */


/* 26-05-2022 slider galerry */

.eabs_slider-img {
    display: none;
    height: 600px;
    position: relative;
}

.eabs_slider-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.eabs_slider-container .eabs_slider-img img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 0px !important;
}

.eabs_slide-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background: #d6d8db;
    text-decoration: none;
}

.eabs_next-slide {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.eabs_slider-desc {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: #0000006b;
}

.eabs_slide-btn:hover {
    background: #c3e6cb;
}

@media(max-width: 765px) {
    .eabs_slider-img {
        height: 350px;
    }
}

@media(max-width: 965px) and (min-width:766px) {
    .eabs_slider-img {
        height: 400px;
    }
}