/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body ul li {
    list-style: none;
}

body a {
    text-decoration: none !important;
}

body {
    overflow-x: hidden;
}

.elementskit-navbar-nav li:last-child {
    margin-right: 8px !important;
}

.elementskit-navbar-nav li a {
    font-weight: 500 !important;
}

.gallery-sec .gallery-columns-3 figure.gallery-item:nth-child(3n) {
    padding-right: 0 !important;
}

.gallery-sec .gallery-columns-3 figure.gallery-item .gallery-icon a {
    display: block;
    height: 192px;
    box-shadow: 0px 0 14px 5px rgba(0, 0, 0, 0.11);
    overflow: hidden;
}

.gallery-sec .gallery-columns-3 figure.gallery-item .gallery-icon a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.38s cubic-bezier(0.05, 0.2, 0.1, 1) 0s !important;
}

.gallery-sec .gallery-columns-3 figure.gallery-item .gallery-icon a:hover img {
    transform: scale(1.12) !important;
}

.products-carousel .elementor-image-carousel .swiper-slide-image {
    width: 80% !important;
    margin: 0 auto;
    height: 310px;
    object-fit: cover;
}


.custom-icon .elementor-widget-container {
    height: 125px !important;
    width: 130px !important;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-icon .elementor-widget-container img {
    width: 60px;
}

.travelersExperiences .elementor-swiper {
    overflow-x: hidden;
    padding-top: 34px;
}

.travelersExperiences .elementor-swiper .elementor-swiper-button-prev {
    position: absolute !important;
    top: -6px;
    left: 94% !important;
}

.travelersExperiences .elementor-swiper .elementor-swiper-button-next {
    position: absolute !important;
    top: -6px;
    right: 0 !important;
}

.travelersExperiences .elementor-swiper .elementor-testimonial {
    padding: 10px 20px;
}

.line-btn a.elementor-button {
    position: relative;
}

.line-btn a.elementor-button::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background: #ffffff;
    right: 23px;
    top: 22px;
}

.products-carousel .elementor-swiper-button {
    border: 1px solid #002349;
    line-height: 0;
    border-radius: 50%;
    transition: 0.5s;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-carousel .elementor-swiper-button i {
    font-size: 15px !important;
    color: #002349;
}

.products-carousel .elementor-swiper-button-prev {
    left: -22px !important;
}

.products-carousel .elementor-swiper-button-next {
    right: -22px !important;
}

section#gallery-page-img .gallery-columns-3 figure.gallery-item .gallery-icon a {
    height: 263px !important;
    box-shadow: unset !important;
}


.form-link li.elementor-icon-list-item span.elementor-icon-list-text span {
    display: block;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.form-link span.elementor-icon-list-icon {
    margin-top: 25px;
}

.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #e83338 !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

body .innr-pg input.wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
    text-transform: uppercase;
    padding: 8.5px 68px !important;
    border-radius: 30px !important;
    box-shadow: none !important;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #002349 !important;
    color: #fff !important;
    margin-top: 25px !important;
}

.innr-pg {}

.innr-pg textarea {
    height: 120px;
    resize: none;
}

.innr-pg form.wpcf7-form p {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px !important;
}

.innr-pg form.wpcf7-form p:nth-child(10) {
    display: block;
}

.innr-pg form.wpcf7-form p:nth-child(6) {
    width: 97% !important;
}

.wpcf7-form input {
    background: rgba(0, 0, 0, 0.04) !important;
    border-radius: 4px !important;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    font-size: 14px;
    padding: 10px;
    transition: all 0.2s ease;
    color: #555 !important;
    line-height: 24px !important;
    font-family: 'Montserrat';
}

.wpcf7-form input:focus {
    border-color: #ffcb08 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11) !important;
}


.wpcf7-form textarea {
    background: rgba(0, 0, 0, 0.04) !important;
    border-radius: 4px !important;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    font-size: 14px;
    padding: 10px;
    height: 120px !important;
    transition: all 0.2s ease;
    color: #555 !important;
    line-height: 24px !important;
    font-family: 'Montserrat';
    margin-bottom: 12px;
}

.wpcf7-form textarea:focus {
    border-color: #ffcb08 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11) !important;
}

.innr-pg form.wpcf7-form p:nth-child(6) textarea textarea.wpcf7-form-control {
    width: 100% !important;
}

.innr-pg form.wpcf7-form p:nth-child(6) label {
    display: block;
    max-width: 100% !important;
    margin-bottom: 14px;
}

.innr-pg form br {
    display: none !important;
}

body .innr-pg input.wpcf7-form-control.wpcf7-submit:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-3px) !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
    color: red !important;
    border-color: red !important;
}

.text-sec .elementor-widget-text-editor strong {
    font-weight: 600 !important;
    font-family: 'Open Sans' !important;
    color: rgb(103, 103, 103);
    font-size: 14px;
}

.banner-btn {
    position: relative;
}

.banner-btn::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background: #ffffff;
    right: 23px;
    top: 22px;
}

.tparrows {
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 100px !important;
    height: 45px !important;
    width: 45px !important;
}

.tparrows:hover {
    background: #002349 !important;
    border: 1px solid #002349 !important;
    border-radius: 100px !important;
    height: 45px !important;
    width: 45px !important;
}

.deposits-input-wrapper .state {
    background: transparent !important;
    border: unset !important;
    padding: 10px 20px !important;
    font-size: 14px;
    line-height: 14px;
    color: rgb(103, 103, 103);
    font-family: 'Montserrat';
}

.products-text ul li {
    list-style: disc !important;
}

.products-text ul {
    padding-left: 18px;
}

.scroll-back-to-top-wrapper span.scroll-back-to-top-inner i {
    font-size: 0;
}

.scroll-back-to-top-wrapper {
    right: 125px !important;
    bottom: 40px !important;
    background-color: transparent !important;
    background-image: url(/wp-content/uploads/2025/03/up-img.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 64px !important;
    height: 64px !important;
    line-height: 0;
    background-size: contain;
}

a.products-pdf {
    background-color: #002349;
    color: #ffffff;
    padding: 10px 80px 10px 30px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    position: relative;
    transition: all 0.2s linear;
}

a.products-pdf:hover {
    color: #ffe568;
}

a.products-pdf::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background: #ffffff;
    right: 23px;
    top: 22px;
}

.pretty {
    margin: 0 !important;
}

li#menu-item-1036 {
    display: none;
}

p.deposit-notice {
    display: none;
}

.deposits-frontend-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.single .quantity {
    display: flex;
    width: 100%;
    float: unset !important;
    align-items: center;
    justify-content: center;
    margin: 27px 0 15px !important;
}

form.cart {
    flex-direction: column;
}

.single button.single_add_to_cart_button {
    background: #ffcb08 !important;
    padding: 16px 24px;
    border-radius: 4px;
    font-size: 16px !important;
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    display: inline-block;
    width: 15%;
    margin: 25px auto 0 !important;
}

.single .quantity input {
    border: 1px solid #111;
    border-radius: 100px !important;
    font-size: 18px !important;
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
    width: 90px !important;
    height: 48px !important;
}

.upcoming-tours-class .elementor-widget-container a {
    width: 100%;
}

.upcoming-tours-class {
    position: relative;
}

.upcoming-tours-class::before {
    content: '';
    background: url(/wp-content/uploads/2025/03/upcoming-before.png);
    width: 17.4%;
    height: 24%;
    position: absolute;
    top: 0;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.single button.single_add_to_cart_button:hover {
    background: #333 !important;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-3px);
}

.woocommerce-error {
    background: #002349 !important;
    color: #fff !important;
    border-top: 0 !important;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 26px;
    font-weight: 400;
    padding-left: 15px !important;
}

.woocommerce-error::before {
    display: none;
}

.woocommerce-page .page-header h1.entry-title {
    display: none;
}

.woocommerce-page .page-content {
    padding: 50px 0px 100px;
}

.wc-block-cart__submit-container a.wc-block-components-button {
    background: #ffcb08 !important;
    border: 1px solid #ffcb08 !important;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: capitalize;
    padding: 14px 20px;
    font-weight: 500;
    margin-top: 20px;
    transition: all 0.3s linear;
}

.wc-block-cart__submit-container a.wc-block-components-button:hover {
    color: #fff !important;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-3px);
}

.wc-block-components-totals-coupon__content button {
    background: #ffcb08 !important;
    border: 1px solid #ffcb08 !important;
    font-size: 16px;
    color: #fff !important;
    font-family: 'Montserrat';
    text-transform: capitalize;
    padding: 12px 20px;
    font-weight: 500;
}

.wc-block-components-totals-coupon__content button:hover {
    color: #fff !important;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-3px);
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    background: rgba(0, 0, 0, 0.01);
    padding: 30px 25px;
    font-family: 'Montserrat' !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main a {
    color: #ffcb08 !important;
}

.woocommerce-checkout main#content {
    max-width: 1230px !important;
}

body.woocommerce-page {
    font-family: 'Montserrat' !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    background-color: rgba(0, 0, 0, 0.04) !important;
    border-radius: 4px !important;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    height: 48px !important;
    font-size: 14px !important;
}

.wc-block-components-form select {
    background-color: rgba(0, 0, 0, 0.04) !important;
    border-radius: 4px !important;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    height: 48px !important;
    font-size: 14px !important;
}


.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    background: #fff !important;
    padding: -0 !important;
}


.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: #ffcb08 !important;
    border: 1px solid #ffcb08 !important;
    font-size: 16px;
    color: #fff !important;
    font-family: 'Montserrat';
    text-transform: capitalize;
    padding: 12px 20px;
    font-weight: 500;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    color: #fff !important;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-3px);
}

table caption+thead tr:first-child th {
    border: none !important;
}

.wp-block-woocommerce-cart-totals-block {
    padding: 24px 0px 20px 30px;
}

body.woocommerce-page main#content {
    max-width: 1240px !important;
}

body.woocommerce-cart main#content {
    max-width: 1100px !important;
}

body.woocommerce-page main#content nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
}

body.woocommerce-page main#content nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
    position: relative;
    margin: 20px 0 !important;
}

body.woocommerce-page main#content nav.woocommerce-MyAccount-navigation ul li a {
    padding: .857em 0;
    display: block;
    color: inherit;
    opacity: .4;
    padding-left: 32px;
}

body.woocommerce-page main#content nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #000 !important;
    opacity: 1;
}

body.woocommerce-account .page-content a {
    color: #ffcb08;
}

.woocommerce-info {
    border: none !important;
    background: #002349 !important;
    color: #fff !important;
    padding: 13px 17px !important;
    line-height: 32px;
}

.woocommerce-info::before {
    display: none;
}

.woocommerce-info a.woocommerce-Button {
    background: transparent !important;
    color: #fff !important;
    font-weight: 400;
    padding: 10px 0 !important;
    font-size: 14px;
}

.woocommerce-info a.button {
    background: transparent !important;
    color: #fff !important;
    font-weight: 400;
    padding: 10px 0 !important;
    font-size: 14px;
}

.woocommerce-Address h2 {
    margin: 0 0 0;
    font-size: 22px;
    color: #444;
    line-height: 34px;
}

.woocommerce-account .addresses .title .edit {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
}

header.woocommerce-Address-title {
    position: relative;
}

.woocommerce-Address address {
    color: rgb(103, 103, 103);
    font-size: 14px !important;
    font-style: normal !important;
    margin: 8px 0 0;
}

form.woocommerce-EditAccountForm button.woocommerce-Button {
    background: #ffcb08 !important;
    border: 1px solid #ffcb08 !important;
    font-size: 16px;
    color: #fff !important;
    font-family: 'Montserrat';
    text-transform: capitalize;
    padding: 12px 20px;
    font-weight: 500;
    margin-top: 20px;
}

form.woocommerce-EditAccountForm button.woocommerce-Button:hover {
    color: #fff !important;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-3px);
}

form.woocommerce-EditAccountForm input {
    background-color: rgba(0, 0, 0, 0.04) !important;
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    height: 42px !important;
    font-size: 14px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=password]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
    border-color: #ffcb08 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}

.woocommerce-MyAccount-content p {
    font-size: 14px;
}

.woocommerce-MyAccount-navigation-link a::after {
    position: absolute;
    font-family: 'FontAwesome' !important;
    left: 5px;
    top: 13.5px;
    font-size: 14px;
    opacity: .4;
}

.woocommerce-MyAccount-navigation-link.is-active a::after {
    opacity: 1 !important;
    color: #ffcb08;
}

.woocommerce-MyAccount-navigation-link--dashboard a::after {
    content: "\f201";
}

.woocommerce-MyAccount-navigation-link--orders a::after {
    content: "\f291";
}

.woocommerce-MyAccount-navigation-link--downloads a::after {
    content: "\f1c6";
}

.woocommerce-MyAccount-navigation-link--edit-address a::after {
    content: "\f015";
}

.woocommerce-MyAccount-navigation-link--edit-account a::after {
    content: "\f007";
}

.woocommerce-MyAccount-navigation-link--customer-logout a::after {
    content: "\f2f5";
}

div#customer_login h2 {
    margin: 0 0 0;
    text-align: center;
    font-size: 22px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}

div#customer_login form.woocommerce-form {
    margin: 16px 0 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border: unset !important;
    min-height: 328px;
}

div#customer_login form.woocommerce-form input {
    background-color: rgba(0, 0, 0, 0.04) !important;
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    font-size: 14px;
    font-family: 'Montserrat';
}

div#customer_login form.woocommerce-form input:focus {
    border-color: #ffcb08 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11) !important;
}

div#customer_login form.woocommerce-form label {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}

div#customer_login form.woocommerce-form label span.required {
    color: #ffcb3e !important;
}

div#customer_login form.woocommerce-form button.woocommerce-button {
    display: block;
    width: 100% !important;
    margin: 15px 0 0;
    background: #ffcb08 !important;
    padding: 14px 22px;
    color: #fff;
    font-weight: 500;
}

div#customer_login form.woocommerce-form button.woocommerce-button:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-3px);
}



div#customer_login form.woocommerce-form .lost_password {
    text-align: center;
    margin: 12px 0 0;
    font-size: 14px;
}

div#customer_login form.woocommerce-form label.woocommerce-form-login__rememberme {
    margin: 0 0 10px;
}

div#customer_login form.woocommerce-form .woocommerce-privacy-policy-text p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 1px;
}
.woocommerce-message {
    background: #002349 !important;
    border: none !important;
    padding: 18px 18px !important;
    color: #fff;
    font-size: 14px;
}

.woocommerce-message::before {
    display: none;
}

.woocommerce-message a.button.wc-forward {
    padding: 4px 8px !important;
    background: transparent;
    color: #fff;
    font-weight: 600;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #ffcb08;
    color: #fff;
    padding: 17px 20px;
    font-weight: 500 !important;
    transition: all 0.2s linear;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #ffcb08 !important;
    transform: translate(0px, -4px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.woocommerce .cart .button {
     background: #ffcb08;
    color: #fff;
    padding: 14px 15px !important;
    font-weight: 500 !important;
    transition: all 0.2s linear;
}

.woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 60% !important;
    height: 44px !important;
}

.woocommerce form.woocommerce-cart-form table.shop_table {
    border: unset !important;
}

.woocommerce form.woocommerce-cart-form table.shop_table td {
    border: unset !important;
}

.woocommerce table.shop_table td a {color: #ffcb08;font-weight: 500;}

table tbody tr:hover>td, table tbody tr:hover>th {
    background: #fff !important;
}

.woocommerce-info a.showcoupon {color: #fff;float: right;}

.checkout_coupon .form-row-last {
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #ffcb08;
    color: #fff;
    padding: 17px 20px;
    font-weight: 500 !important;
}


.checkout_coupon .form-row-last {
    width: 52% !important;
}

.checkout_coupon .form-row-last button.button {
    background: #ffcb08;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500 !important;
}

.page-header {
    display: none !important;
}



/* ============== Table */

.pricing-table-class table {
  border-collapse: collapse;
  font-size: 14px;
  font-family: 'Montserrat';
}

.pricing-table-class table thead tr {
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.pricing-table-class table td {
  padding: 14px 14px;
  border: 1px solid #111;
  background: #fff !important;
}

.pricing-table-class table tbody tr {
}

.pricing-table-class h4 {
    font-size: 25px;
    color: #111;
    font-family: 'Montserrat';
    margin: 25px 0 10px;
    line-height: 32px;
    padding-bottom: 2px;
}

.pricing-table-class .bottom-heading h4 {
    border-bottom: 1px solid #80808052;
    padding-bottom: 16px;
    margin-bottom: 25px;
    position: relative;
}

.pricing-table-class .bottom-heading h4::after {
    content: '';
    background: #002349;
    position: absolute;
    width: 70px;
    height: 3px;
    left: 0;
    bottom: -2px;
    border-radius: 100px;
}

.pricing-table-class .bottom-heading ul li {
    font-family: 'Montserrat';
    font-size: 15px;
    color: rgb(6, 6, 6);
    line-height: 25px;
    margin-bottom: 6px;
    list-style: disc;
}

.pricing-table-class .bottom-heading p {
    font-family: 'Montserrat';
    font-size: 15px;
    color: rgb(6, 6, 6);
    line-height: 25px;
}


.pricing-table-class table td strong {
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: 'Montserrat';
}

.pricing-table-class table th {
    background: #fff !important;
    border: 1px solid #111 !important;
}
@media (max-width: 1000px) {
    .form-link li.elementor-icon-list-item span.elementor-icon-list-text span {
        font-size: 14px !important;
    }

    .form-link span.elementor-icon-list-icon {
        margin-top: 2px !important;
    }

    .innr-pg form.wpcf7-form p:nth-child(6) label {
        margin-bottom: 0 !important;
    }

    body .innr-pg input.wpcf7-form-control.wpcf7-submit {
        margin-top: 18px !important;
        width: unset !important;
    }

    .innr-pg form.wpcf7-form p {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .wpcf7-form input {
        width: -webkit-fill-available;
    }

    .innr-pg form.wpcf7-form p:nth-child(6) {
        width: 100% !important;
    }

    .gallery-sec .gallery-columns-3 figure.gallery-item:nth-child(3n) {
        padding-right: 28px !important;
    }

    .gallery-sec .gallery-columns-3 figure.gallery-item {
        padding-bottom: 14px !important;
    }

    .products-carousel .elementor-swiper-button-next {
        right: 0px !important;
        width: 32px !important;
        height: 32px !important;
    }

    .products-carousel .elementor-swiper-button-prev {
        left: 0px !important;
        width: 32px !important;
        height: 32px !important;
    }

    .custom-icon .elementor-widget-container {
        height: 100px !important;
        width: 100px !important;
    }

    .custom-icon .elementor-widget-container img {
        width: 45px !important;
    }

    .travelersExperiences .elementor-swiper {
        padding-top: 20px !important;
    }


    .travelersExperiences .elementor-swiper .elementor-swiper-button-prev {
        left: 86% !important;
    }

    .elementskit-menu-close {
        padding: 4px 4px !important;
        width: 34px !important;
        background: transparent;
        border-radius: 100px !important;
        margin: 32px 15px 0px !important;
    }

    li#menu-item-1036 a {
        padding: 12px 26px !important;
        display: inline-block;
        margin: 20px 0px 0px;
        border-radius: 100px !important;
        background: #06284d;
        color: #fff;
    }

    li#menu-item-1036 a:hover {
        color: #ffcb08 !important;
    }

    li#menu-item-1036 {
        border-top: 1px solid #dedede;
        display: block !important;
        margin: 8px 15px 0px;
    }

    .ekit_menu_responsive_tablet>.elementskit-navbar-nav-default {
        background: #fff !important;
        padding-left: 10px !important;
    }

    .banner-heading br {
        display: none !important;
    }


    .banner-btn::after {
        top: 18px;
        right: 16px !important;
    }

    .tparrows {
        width: 32px !important;
        top: 114% !important;
        height: 32px !important;
    }

    .tparrows:hover {
        width: 32px !important;
        top: 114% !important;
        height: 32px !important;
    }

    .tp-rightarrow:before {
        line-height: 28px !important;
        font-size: 12px !important;
    }

    .tp-leftarrow:before {
        line-height: 28px !important;
        font-size: 12px !important;
    }


    .tp-leftarrow {
        left: -16px !important;
    }

    .tp-rightarrow {
        left: -55px !important;
    }

    html {
        overflow-x: hidden !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .swiper-backface-hidden .swiper-slide {
        margin-right: 20px !important;
    }

    .travelersExperiences .elementor-swiper .elementor-testimonial {
        padding: 15px 0px 0 14px !important;
    }

    .travelersExperiences .elementor-testimonial__text {
        font-size: 13px !important;
        line-height: 25px !important;
        width: 98% !important;
        margin-bottom: 8px;
    }

    .products-text h4 {
        margin: 7px 0 -4px;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Montserrat';
        line-height: 25px;
    }


    a.products-pdf {
        font-size: 13px !important;
        padding: 10px 66px 10px 20px !important;
    }

    a.products-pdf::after {
        top: 18px !important;
    }

    .scroll-back-to-top-wrapper {
        width: 40px !important;
        height: 40px !important;
        right: 12px !important;
    }

    .wc-block-components-sidebar-layout.wc-block-cart {
        width: 65% !important;
    }

    section#gallery-page-img .gallery-columns-3 figure.gallery-item:nth-child(3n) {
        padding-right: 20.5px !important;
    }

    div#customer_login .u-column2 {
        margin-top: 32px;
    }

    .single button.single_add_to_cart_button {
        width: 60% !important;
    }

    .products-carousel .swiper-backface-hidden .swiper-slide {
        margin: 0 auto !important;
    }

    .travelersExperiences .elementor-swiper .elementor-main-swiper {
        width: 100% !important;
        margin-bottom: 35px;
    }

    .travelersExperiences .elementor-swiper .elementor-main-swiper .swiper-slide {
        opacity: 0 !important;
        margin: 0 5px 0 5px !important;
    }

    .travelersExperiences .elementor-swiper .elementor-main-swiper .swiper-slide-active {
        opacity: 1 !important;
        margin: 0 5px 0 5px !important;
    }
	.pricing-table-class h4 {font-size: 18px;line-height: 26px;margin: 12px 0 8px;}
	.table-class {
    overflow-x: scroll !important;
}
}
