/*!
Theme Name: ease child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alpha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


body {
    overflow-x: hidden;
    line-height: 1.5;
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
}

.section {
    padding: 50px 0;
}

a {
    text-decoration: none !important;
    transition: 0.5s ease !important;
}

a,
input,
button {
    outline: 0 !important;
}

.post,
.page {
    margin: 0;
}

body,
p {
    font-weight: 500;
    color: #000;
    font-family: 'Mona Sans' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Mona Sans' !important;
}

.home .entry-title {
    display: none;
}

ul li,
li {
    list-style: none;
}

.skip-link.screen-reader-text {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    opacity: 1;
}

#sidebar {
    display: none;
}

.entry-footer {
    clear: both;
}

#colophon {
    clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
    text-align: center;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    left: auto;
    margin-left: auto;
    position: relative;
    /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
    background-size: cover;
    padding: 50px 0;
}

.not_found_inner {
    max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
    display: none;
}

.logo a {
    outline: 0 !important;
}

.error-404.not-found .logo {
    padding: 0;
    background-color: transparent;
}

.error-404.not-found h1 {
    font-size: 200px;
    line-height: 1;
    color: #404040;
    margin: 30px 0;
    ;
    font-weight: 800;

}

.error-404.not-found h1 span {
    color: #e01e26;
}

.page-header h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}

.page-header p {
    font-size: 22px !important;
    color: #000;
    margin-bottom: 20px;
}

.page-content .return_home {
    background-color: #e01e26;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #e01e26;
}

.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #000;
    transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product,
.search-results article.page {
    display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
    content: '"';
}

.search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.search-results .page-header {
    width: 100%;
}

.search-results #primary {
    display: flex;
    flex-wrap: wrap;
}

.search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
}

.no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
}

.no-results.not-found .search-form label span {
    display: none;
    width: 0;
}

.search-results .nav-links {
    display: none;
}



/*SEARCH RESULTS - NO RESULTS CSS ENDS*/


/* Modal box CSS*/

.modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: transparent !important;
    border: 0px solid rgba(0, 0, 0, .2) !important;
}

.modal-footer {
    display: none !important;
}

.modal-header {
    border-bottom: 0px !important;
}

.close {
    color: #000 !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-dialog {
    max-width: 650px !important;
    margin: 50px auto !important;
}

.close span {
    display: block;
    color: #fff;
    position: absolute;
    left: 120%;
    top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
    max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
    background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
    color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
    color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
    margin-left: 20px;
}

.asl_nores {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.results .asl_nores .asl_keyword {
    padding: 5px 0px !important;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
    border-top: 1px solid #eee;
}

.asl_nores_header {
    margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */


/*  Drop down menu CSS*/
#primary-menu {
    text-align: end;
}

#primary-menu li {
    display: inline-block;
    padding: 0 10px;
}

#primary-menu li a {
    padding: 10px 0;
    color: #000;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: -5px;
    top: 2px;
    display: block;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
    top: calc(100% + 10px);
    left: 10px;
    width: 220px;
    border-radius: 5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#primary-menu .sub-menu li {
    display: block;
    padding: 0;
}

#primary-menu .sub-menu li a:hover {
    color: #fff;
    border-color: transparent;
}

#primary-menu .sub-menu li a {
    display: block;
    text-align: left;
    padding: 17px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
    border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
    width: 100%;
    background-color: #0b204d;
    border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
    content: '';
    background-color: transparent;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    border-bottom: 1px solid transparent;
}

.menu-toggle {
    display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
    padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
    content: unset;
}

#mm ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    display: none !important;
    height: auto !important;
}

#mm ul.sub-menu.active-sub-menu {
    display: block !important;
}

#mml {
    padding: 0 15px;
    color: #ffffff;
}

#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}

.mm {
    position: relative;
    background-color: #000;
    min-height: 49px;
}

#mmb {
    position: absolute;
    width: 40px;
    height: 50px;
    margin-right: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#mmb span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(2) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb.on span {
    height: 2px;
}

#mmb.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
}

#mmb.on span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#mmb.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

#mm ul {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}

#mm li {
    display: block;
    position: relative;
    padding: 0;
}

#mm #primary-menu a {
    display: block;
    padding: 16px 26px 15px 17px;
    border-bottom: #dedede 1px solid;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    background-color: #000;
    word-wrap: break-word;
    text-align: left;
}

#mm #primary-menu a:hover {
    background-color: #0b204d;
}

.mm,
#mm {
    display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
    color: #000;
    font-weight: 600;
}

.woocommerce td.product-name a:hover {
    color: #0b204d;
}

input#coupon_code {
    width: 200px !important;
    padding-left: 10px;
    margin-right: 10px;
    height: 45px;
    background-color: #eee;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}

.coupon .button {
    height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    color: #fff;
    height: 45px;
}

.actions button {
    height: 45px;
}

.woocommerce a.added_to_cart {
    padding: 10px 20px;
    border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #fff;
    background-color: #0b204d;
    padding: 10px 20px;
    line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: #fff;
    background-color: #333;
}

.post-type-archive li .added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: unset;
    display: block;
    width: 100%;
    height: 45px;
}

a.shipping-calculator-button {
    color: #0b204d;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
    background: #0b204d !important;
    color: #fff !important;
    line-height: 22px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce-cart-form {
    width: 62%;
    float: left;
}

.woocommerce .cart-collaterals {
    width: 35%;
    float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
    background: rgba(84, 84, 84, 0.05);
    padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
    border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}

.woocommerce table.shop_table th {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
    padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebe9eb;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
    padding-left: 0;
    padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
    padding-bottom: 30px !important;
}

.qib-container button {
    cursor: pointer;
}

.woocommerce-shipping-destination {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
    width: 17px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    outline-width: medium;
    position: relative;
    border: none;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    top: 3px;
}

input[type="radio"]::before {
    background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
    border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
    content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default .select2-selection--multiple .select2-selection__choice {

    border-color: rgba(84, 84, 84, 0.8);

}

.input-radio::after,
input[type="radio"]::after {

    border-radius: 50%;

}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #a5a5a5;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
    border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    height: 45px;
}

.woocommerce form .form-row {
    padding: 3px 0;
    margin: 0 0 06px;
    display: block;
}

#calc_shipping_city_field {
    margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
    font-weight: 600 !important;
    font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
    width: 100% !important;
    padding-left: 15px !important;
    display: inline-block;
    padding: 6px 10px;
}

.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 60%;
}

#order_review {
    width: 38%;
    background: rgba(84, 84, 84, 0.05);
    padding: 20px 40px 40px;
    position: relative;
}

#order_review_heading {
    display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
    height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 50%;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
    border: none;
    vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 20px;
    margin-left: 10px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
    text-transform: uppercase;
    color: #252525;
    font-size: 24px !important;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
}

span.select2-selection.select2-selection--single {
    height: 45px !important;
    padding: 9px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 10px;
}

form.checkout.woocommerce-checkout label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

#order_comments {
    height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
    border-bottom: 1px solid rgba(84, 84, 84, 0.15);
    line-height: 16px;
    padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
    background-color: transparent;
    line-height: 1.538em;
    padding: 0 35px;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    margin-top: 20px !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce #payment div.payment_box p {
    font-size: 13px;
    line-height: 1.4285em;
    margin: -2px 0 0;
    margin-bottom: 0px;
    text-shadow: none;
    font-weight: 400;
    color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: unset;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: capitalize;
    line-height: 1.3em;
    font-weight: 700;
    color: #000;
    margin-top: 12px;
}

.woocommerce-error {
    border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
    color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    padding: 10px 22px !important;
    font-size: 16px !important;
    margin-top: 8px !important;
    font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce-message a {
    margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
    border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
    border: 0;
    padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
    border-bottom: 3px solid rgba(0, 0, 0, .9);
    margin-bottom: 40px;
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
    color: #0b204d;
    font-weight: 600;
    font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
    color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
    display: inline-block;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: unset;
}

#ship-to-different-address label span {
    margin-left: 8px;
    font-weight: bold;
    color: #000;
}

.tinv-wishlist .product-action {
    width: 165px;
}

#tinvwl_product_actions {
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
    border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
    display: flex;
    flex-wrap: wrap;
}

.select-wrapper {
    flex: 1;
    margin-right: 5px;
    position: relative;
}

.select-wrapper::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
    line-height: 0;
    color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
    width: 100%;
    border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
    width: 100px;
    height: auto;
    max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
    margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
    content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0 0 10px;
    line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
    text-align: right;
    border-top: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
    padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
    text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
    flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    height: 550px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    padding: 9px 10px;
    display: block;
    border: 1px solid #0b204d;
    margin-bottom: 9px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in;
    background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #252525;
    color: white;
    border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: white !important;
    border: 1px solid #252525;
    background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
    padding-left: 0;
    padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
    background-color: #0b204d;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
    background-color: #252525;
    color: #fff;
}

.woocommerce-account .addresses .title h3 {
    position: relative;
}








.woocommerce-privacy-policy-text a {
    color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
    color: #0b204d;
}

.woocommerce-info {
    border-top-color: #0b204d;
    margin-bottom: 10px !important;
}

.lost_password a {
    color: #252525 !important;
}

.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-info::before {
    color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
    color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
    padding-bottom: 20px;
}

.woocommerce form .form-row .required {
    color: #0b204d;
}

a.showcoupon {
    font-size: 16px;
    font-weight: 500;
}







h3#order_review_heading {
    margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
    height: auto;
    border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
    font-size: 16px;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 40px;
}


ul.woocommerce-error {
    margin-bottom: 50px !important;
}

.tinv-header {
    display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
    margin-top: 30px;
}





.post-type-archive .products li {
    text-align: center;
}

.tax-product_cat .products li {
    text-align: center;
}

.tax-product_cat li .added_to_cart {
    background-color: #c12a30 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    /*    display: inline-block !important; */
    font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.quantity {
    position: relative;
    width: fit-content;
}

.woocommerce-cart .quantity .minus {
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 5px 14px 7px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}

.woocommerce-cart .quantity .plus {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 12px 4px 11px 4px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}


a.restore-item {
    margin-left: 10px;
    margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
    height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
    position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
    position: relative;
}


.page-id-316 .wc-backward {
    margin-left: 20px !important;
    color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
    color: #c12a30 !important;
}


.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
    position: relative;
    top: 10px !important;
    text-align: center;
}

.page-id-317 .woocommerce-MyAccount-content a.woocommerce-Button {
    position: relative;
    top: -10px !important;
    text-align: center;
}

/* Woo Commerce End Here */





/* Header CSS Stated  */


header#masthead {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

#masthead ul#primary-menu {
    margin: 0;
}

#masthead .header_row {
    align-items: center !important;
}

#primary-menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #0F2B22;
    text-shadow: 0px 0.844563px 1.68913px rgba(0, 0, 0, 0.07);
    transition: all ease 0.5s;
}

#primary-menu li a:hover {
    color: #00A896;
}



#primary-menu li:last-child a {
    background: #00A896;
    border: 1px solid #00A896;
    border-radius: 100px;
    padding: 14px 26px;
    color: #fff;
    font-weight: 700;
}

#primary-menu li:last-child a:hover {
    background: transparent;
    color: #00A896;

}






@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}


@media (min-width: 1250px) {
    .container {
        max-width: 1240px !important;
    }
}



@media (max-width: 991px) {

    .mm,
    #mm {
        display: block;
    }

    #primary-menu {
        display: none;
    }


    header#masthead {
        display: none;
    }


}

/* ============================================
   BANNER SECTION
   ============================================ */

.banner-section {
    background-color: #daf5f2;
    padding: 50px 0 0;
    overflow: hidden;
    position: relative;

}


.banner-section::before {
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    background-image: url(/wp-content/uploads/2026/03/banner-cover-1.png);
    width: 124px;
    height: 400px;
    z-index: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2026/03/banner-cover-2.png);
    width: 130px;
    height: 400px;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.birds_img_1 {
    position: absolute;
    left: -105px;
    top: 65px;
    width: 117px;
    height: 89.11px;

}



.birds_img_2 {
    position: absolute;
    right: -110px;
    bottom: 360px;
    width: 66px;
    height: 55px;
    transform: rotate(62deg);
}


.banner__left .inner {

    padding-right: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner__heading {
    font-size: 80px;
    line-height: 76px;
    color: #006A5F;
    font-weight: 400;
    margin-bottom: 24px;
}



.banner__heading-italic {
    font-style: italic;
    font-weight: 700;
    font-family: 'Playfair 144pt' !important;
}



.banner__desc p {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
    color: #62748E;
    margin-bottom: 35px;
    font-weight: 500;
}

.banner__store-btns {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
    position: absolute;
    top: 45%;
    right: 40px;
    z-index: 1;
    background: #fff;
    padding: 15px 10px;
    border-radius: 50px;
}



.banner__store-btn {
    display: inline-block;
    transition: transform 0.5s ease !important;
}

.banner__store-btn:nth-child(1) {
    position: relative;
}


.banner__store-btn:nth-child(1)::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.8px;
    background-color: #006A5F;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
}

/* .banner__store-btn:hover {
    transform: scale(0.9) !important;
} */

.banner__store-btn img {
    height: 32px;
    width: auto;
    display: block;
}

/* Right column — phones */
.banner__right {
    position: relative !important;
}

.banner__phones-wrap {
    position: relative;
    width: 100%;
    margin-bottom: -10px;
    min-height: 580px;
}




/* .banner__floating-badge {
    position: absolute;
    left: -50px;
    top: 100px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    z-index: 2;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background: #F0FCFC;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.157143px;
    color: #62748E;

} */

.banner__phone {
    position: relative;
    right: 100px;
}



/* .banner__phone--front {
    left: 0;
    bottom: -130px;
    width: 54%;
    z-index: 1;
} */

/* .banner__phone img {
    width: 100%;
    height: auto;
    display: block;
} */

/* Responsive */



/* ============================================
   END BANNER SECTION
   ============================================ */

/* ============================================
   WHEN TO USE EASE SECTION
   ============================================ */

.wtu-section {
    padding: 100px 0 0;
    overflow: hidden;
}

.wtu-section__heading {
    font-size: 45px;
    font-weight: 500;
    color: #006A5F;
    font-family: 'Mona Sans' !important;
    text-align: center;
    margin-bottom: 50px;
    font-style: normal;
    line-height: 63px;
    letter-spacing: -2px;
}

.wtu-section__heading-pre {
    font-style: normal;
}

.wtu-section__heading-italic {
    font-family: 'Playfair 144pt' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -3px;
    color: #006A5F;
}

/* Slider wrapper — full bleed */
.wtu-slider-wrap {
    width: 100%;
    overflow: hidden;
}

/* Slick overrides for this slider */
.wtu-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.wtu-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

/* Card base */
.wtu-card {
    border-radius: 30px;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin: 0 15px;
    padding: 0 !important;
}

.wtu-card__content {
    padding: 80px 52px 0px;
    /* flex-shrink: 0; */
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
}


.wtu-card__face_image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.wtu-card__face_image img {
    width: 90%;
}



.wtu-card-lottie {
    margin-bottom: -10px;
}


.wtu-card__title {
    font-size: 60px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Playfair 144pt' !important;
    line-height: 61px;
    margin-bottom: 16px;
}

.wtu-card__desc {
    font-size: 24px;
    line-height: 35px;
    color: #0F2B22;
    margin-bottom: 0;
    font-weight: 400;
}

.wtu-card__illustration {
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

/* .wtu-card__illustration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
} */

/* Card color variants */
.wtu-card--mint {
    background-color: #daf5f2;
}

.wtu-card--mint .wtu-card__title {
    color: #08BAA4;
}

.wtu-card--sky {
    background-color: #ebf8ff;
}

.wtu-card--sky .wtu-card__title {
    color: #4C8197;
}

.wtu-card--purple {
    background-color: #f5f0ff;
}

.wtu-card--purple .wtu-card__title {
    color: #B689F7;
}

.wtu-card--peach {
    background-color: #fff6f0;
}

.wtu-card--peach .wtu-card__title {
    color: #FF7C24;
}

.wtu-card--yellow {
    background-color: #fff5e2;
}

.wtu-card--yellow .wtu-card__title {
    color: #E79D00;
}

/* Responsive */

/* ============================================
   END WHEN TO USE EASE SECTION
   ============================================ */

/* ============================================
   HOW EASE HELPS SECTION
   ============================================ */

.how-section {
    padding: 100px 0 0;
    overflow: hidden;
    text-align: center;
}

.how-section__heading {
    font-size: 45px;
    font-weight: 500;
    color: #006A5F;
    font-family: 'Mona Sans' !important;
    text-align: center;
    margin-bottom: 22px;
    font-style: normal;
    line-height: 63px;
    letter-spacing: -2px;
}

.how-section__heading-pre,
.how-section__heading-post {
    font-family: 'Mona Sans' !important;
    font-style: normal;
    font-weight: 500;
}

.how-section__heading-italic {
    font-family: 'Playfair 144pt' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -3px;
    color: #006A5F;
}

.how-section__desc {
    max-width: 60%;
    margin: 0 auto 0px;
}

.how-section__desc p {
    font-size: 20px;
    line-height: 28px;
    color: #0F2B22;
    font-weight: 600;
    font-family: 'Mona Sans' !important;
    margin-bottom: 0;
    text-align: center;
}

.how-section__illustration {
    width: 100%;
}

.how-section__illustration img {
    width: 100%;
    height: auto;
}


.how-section__illustration img.mobile {
    display: none;
}

/* Responsive */


/* ============================================
   END HOW EASE HELPS SECTION
   ============================================ */

/* ============================================
   TOOLKIT SECTION
   ============================================ */

.toolkit-section {
    padding: 100px 0 0;
    text-align: center;
    overflow: hidden;
}

/* --- Heading --- */
.toolkit-section__heading {
    font-size: 45px;
    font-weight: 500;
    color: #006A5F;
    font-family: 'Mona Sans' !important;
    text-align: center;
    margin-bottom: 22px;
    line-height: 63px;
    letter-spacing: -2px;
}

.toolkit-section__heading-italic {
    font-family: 'Playfair 144pt' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -3px;
    color: #006A5F;
}

/* --- Description --- */
.toolkit-section__desc p {
    font-size: 20px;
    line-height: 28px;
    color: #0F2B22;
    font-weight: 600;
    font-family: 'Mona Sans' !important;
    margin-bottom: 0;
    text-align: center;
}

/* --- Tabs --- */
.toolkit-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 48px;
    margin-bottom: 52px;
}

.toolkit-tab-btn {
    height: 45px;
    border-radius: 100px;
    padding: 0 26px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Mona Sans' !important;
    color: #0F2B22;
    background: #daf5f2;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    line-height: 1;
}

.toolkit-tab-btn.active {
    background: linear-gradient(155.985deg, #02c39a 0%, #008b7c 100%);
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 139, 124, 0.35);
}

.toolkit-tab-btn:not(.active):hover {
    background: #b8ece8;
}


.toolkit-slider-wrap {
    width: 80%;
    margin: auto;

}


.toolkit-slider-wrap .slick-list {
    overflow: visible;
}

.toolkit-slide {
    margin: 0 15px;
}


.toolkit-slide .inner {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}


.toolkit-slide .inner .row {
    height: 500px;
    /* align-items: center; */
}


.toolkit-slide__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}




.toolkit-section-lottie.lottie_reset {
    width: 85%;
    margin-top: 0px;
}


.toolkit-section-lottie {
    width: 80%;
    margin-top: 30px;
}




.toolkit-slide__content {
    text-align: left;
    padding-top: 100px;
}


.toolkit-slide__badge {
    display: inline-flex;
    align-items: center;
    height: 45px;
    padding: 0 22px;
    border-radius: 100px;
    background: #ffffff;
    color: #0f2b22;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Mona Sans' !important;
    margin-bottom: 22px;
    white-space: nowrap;
}

.toolkit-slide__title {
    font-size: 40px;
    font-weight: 600;
    color: #f0fcfc;
    line-height: 44px;
    font-family: 'Mona Sans' !important;
    margin-bottom: 16px;
    max-width: 80%;
}


.toolkit-slide__desc {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
    font-family: 'Mona Sans' !important;
    margin: 0;
    max-width: 334px;
}


/* 





.toolkit-slider .slick-slide {
    outline: none;
} */

/* ── Responsive ──

@media (max-width: 1199px) {
    .toolkit-section__heading {
        font-size: 36px;
        line-height: 50px;
    }

    .toolkit-section__heading-italic {
        font-size: 48px;
        line-height: 58px;
    }

    .toolkit-slide__content {
        left: 46%;
        top: 18%;
        right: 3%;
    }

    .toolkit-slide__title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (max-width: 991px) {
    .toolkit-section {
        padding: 70px 0 60px;
    }

    .toolkit-slide {
        height: 420px;
    }

    .toolkit-slide__content {
        top: 15%;
    }

    .toolkit-slide__title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .toolkit-slide__badge {
        height: 38px;
        font-size: 15px;
        margin-bottom: 14px;
    }

    .toolkit-slide__desc {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .toolkit-section {
        padding: 50px 0 40px;
    }

    .toolkit-section__heading {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .toolkit-section__heading-italic {
        font-size: 36px;
        line-height: 46px;
    }

    .toolkit-section__desc p {
        font-size: 16px;
        line-height: 24px;
    }

    .toolkit-tabs {
        gap: 8px;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .toolkit-tab-btn {
        font-size: 14px;
        height: 38px;
        padding: 0 16px;
    }

    .toolkit-slide {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 8px;
        border-radius: 16px;
    }

    .toolkit-slide__image {
        position: relative;
        width: 100%;
        height: 220px;
        align-items: center;
        bottom: auto;
    }

    .toolkit-slide__content {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        padding: 24px 24px 32px;
        width: 100%;
    }

    .toolkit-slide__desc {
        max-width: 100%;
    }
} */

/* ============================================
   END TOOLKIT SECTION
   ============================================ */


/* ============================================
   TESTIMONIALS SECTION
   ============================================ */

.testi-section {
    padding: 100px 0 100px;
    overflow: hidden;
}

.testi-section__heading {
    font-size: 45px;
    font-weight: 500;
    color: #006A5F;
    font-family: 'Mona Sans' !important;
    text-align: center;
    margin-bottom: 50px;
    font-style: normal;
    line-height: 63px;
    letter-spacing: -2px;
}

.testi-section__heading-pre {
    font-style: normal;
}

.testi-section__heading-italic {
    font-family: 'Playfair 144pt' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -3px;
    color: #006A5F;
}

.testi-section__heading-post {
    font-style: normal;
}

/* Slider wrapper — full bleed */
.testi-slider-wrap {
    width: 93%;
}


.testi-slider-wrap .slick-list {
    overflow: visible;
}

/* Slick slide spacing */
.testi-slider .slick-slide {
    padding: 0;
    margin: 0 15px;
}

/* .testi-slider .slick-list {
    margin: 0 -10px;
} */

.testi-card {
    border-radius: 21px;
    height: 349px;
    position: relative;
}

.testi-card__inner {
    padding: 44px 22px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.testi-card__avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 22px;
}

.testi-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testi-card__review p {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.44;
    color: #62748e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.testi-card__review p {
    margin: 0;
}

.testi-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.testi-card__name {
    font-family: 'Playfair 144pt' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.43;
    color: #006a5f;
    letter-spacing: -1px;
    margin: 0;
}

.testi-card__stars {
    display: flex;
    gap: 3px;
    align-items: center;
    flex-shrink: 0;
}

.testi-star svg {
    display: block;
    fill: #DDD9AF;
}

.testi-star--filled svg path {
    fill: #006A5F;
}



/* ============================================
   END TESTIMONIALS SECTION
   ============================================ */


/* ============================================
   FAQ SECTION
   ============================================ */

.faq-section {
    padding: 100px 0;
    background: linear-gradient(175.97deg, #CBEEEA 3.29%, #FFFFFF 178.29%);
    opacity: 0.8;

}

.faq-section__heading {
    font-size: 45px;
    font-weight: 500;
    color: #006A5F;
    font-family: 'Mona Sans' !important;
    text-align: center;
    margin-bottom: 56px;
    font-style: normal;
    line-height: 63px;
    letter-spacing: -2px;
}

.faq-section__heading-pre {
    font-style: normal;
}

.faq-section__heading-italic {
    font-family: 'Playfair 144pt' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -3px;
    color: #006A5F;
}

.faq-section__heading-post {
    font-style: normal;
}

.faq-list {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-item {
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    transition: background-color 0.3s ease;
}

/* .faq-item.is-open {
    background-color: #006A5F;
} */

.faq-item__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
}

.faq-item__trigger:focus-visible {
    outline: 2px solid #006A5F;
    outline-offset: 2px;
}

.faq-item__question {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(37, 37, 37, 0.88);
    flex: 1;
    transition: color 0.3s ease;
}

/* .faq-item.is-open .faq-item__question {
    color: rgba(255, 255, 255, 0.88);
} */

.faq-item.is-open .faq-item__trigger:focus-visible {
    outline-color: white;
}

.faq-item__icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    position: relative;
}

.faq-icon-plus,
.faq-icon-minus {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    transition: opacity 0.3s ease;
}

.faq-icon-minus {
    opacity: 0;
}

.faq-item.is-open .faq-icon-plus {
    opacity: 0;
}

.faq-item.is-open .faq-icon-minus {
    opacity: 1;
}

.faq-item__body {
    display: none;
    overflow: hidden;
}

.faq-item__answer {
    padding: 27px 24px 27px;
    transition: color 0.3s ease;
    background-color: #006A5F;
}

.faq-item__answer p {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;

}



.faq-item__answer p {
    margin: 0;
}




/* ============================================
   END FAQ SECTION
   ============================================ */

/* ============================================
   BUILT WITH CARE SECTION
   ============================================ */

.care-section {
    background: #ffffff;
    padding: 150px 0 100px 0;
}

.care-section__heading-wrap {
    position: relative;
    margin: auto;
    width: fit-content;
}

/* .care-section__deco {
    flex-shrink: 0;
} */

.care-section__deco img {
    position: absolute;
    width: 80px;
    height: auto;
    top: -80px;
}

.care-section__deco--left img {
    left: -40px;
}

.care-section__deco--right img {
    right: -40px;
}


.care-section__heading {
    font-size: 45px;
    font-weight: 500;
    color: #006A5F;
    font-family: 'Mona Sans' !important;
    text-align: center;
    margin-bottom: 0;
    font-style: normal;
    line-height: 63px;
    letter-spacing: -2px;
}

.care-section__heading-pre {
    font-style: normal;
}

.care-section__heading-italic {
    font-family: 'Playfair 144pt' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -3px;
    color: #006A5F;
}

.care-section__heading-post {
    font-style: normal;
}

.care-section__cards {
    padding-top: 55px;
    margin-top: 25px;
}

.care-section__card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 65px 35px 45px;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.care-section__card-icon {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: #00A896;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.care-section__card-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.care-section__card-text {
    font-size: 18px;
    font-weight: 500;
    color: #0F2B22;
    line-height: 28px;
    letter-spacing: -0.3px;
    margin: 0;
}




/* ============================================
   END BUILT WITH CARE SECTION
   ============================================ */

/* ============================================
   CTA SECTION
   ============================================ */

.cta-section {
    background: #daf5f2;
}

.cta-section__inner .row {
    align-items: center;
}

.cta-section__left {
    /* flex: 1; */
}

.cta-section__heading {
    font-size: 45px;
    font-weight: 500;
    color: #222222;
    font-family: 'Mona Sans' !important;
    font-style: normal;
    line-height: 63px;
    letter-spacing: -2px;
    margin-bottom: 12px;
}

.cta-section__heading-pre {
    font-style: normal;
    font-weight: 500;
}

.cta-section__heading-italic {
    font-family: 'Playfair 144pt' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 55px;
    line-height: 63px;
    letter-spacing: -2.7px;
    color: #222222;
}

.cta-section__heading-dot {
    font-family: 'Playfair 144pt' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 55px;
    line-height: 63px;
    color: #222222;
}

.cta-section__subtext {
    font-size: 20px;
    font-weight: 600;
    color: #0F2B22;
    line-height: 28px;
    margin: 0;
}

.cta-section__right {
    text-align: right;
}

.cta-section__btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #00A896;
    border-radius: 100px;
    height: 65px;
    padding: 0 35px;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Mona Sans' !important;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.cta-section__btn:hover {
    background: #00937f;
    color: #ffffff;
    transform: translateY(-2px);
}

.cta-section__btn-pre,
.cta-section__btn-post {
    font-style: normal;
}

.cta-section__btn-italic {
    font-family: 'Playfair 144pt' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -2px;
    color: #ffffff;
}


/* ============================================
   END CTA SECTION
   ============================================ */



/* footer style start  */


.site-footer {
    background: linear-gradient(135deg, #00A896 0%, #006A5F 100%);
    mix-blend-mode: normal;
}




.footer {
    padding: 100px 0 100px;
}

.footer1 img {
    margin-bottom: 50px;
}

.footer1 h3.footer_txt {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.footer1 h3.footer_txt .foot_italic {
    font-family: 'Playfair 144pt' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.04em;
    color: #CCEEEA;
}

.footer2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 50px;
}

.footer2 .app_btn_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
}

.footer2 .app_btn_wrapper a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 8.89px;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 3.55745px 22.234px rgba(0, 0, 0, 0.1));
    border-radius: 8.89362px;
    width: 195.66px;
    height: 64.03px;
    transition: all ease 0.3s;
    overflow: hidden;
}

.footer2 .app_btn_wrapper a img {
    transition: all 0.3s ease;
}

.footer2 .app_btn_wrapper a:hover img {
    transform: scale(0.9);
}

.footer2 .contact_info_wrapper {}

.footer2 .contact_info_wrapper h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer2 .contact_info_wrapper .info_box {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer2 .contact_info_wrapper .info_box p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer2 .contact_info_wrapper .info_box h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #CCEEEA;
}

.footer2 .contact_info_wrapper .info_box p a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer2 .contact_info_wrapper .info_box p a:hover {
    color: #000;
}

.footer2 .contact_info_wrapper .info_box.location_box {
    margin-bottom: 20px;
}


.site-footer {
    position: relative;
}

.site-footer::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 50%;
    bottom: 0;
    background-image: url(/wp-content/uploads/2026/03/footer_cover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
}


.copyrights .row {
    border-top: 0.5px solid #ffffff52;
    align-items: center;
    padding: 10px 0;
}

p.copyright {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 36px;
    color: #FFFFFF;
}

p.copyright a {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 36px;
    color: #FFFFFF;
    text-transform: lowercase;
}

.copyrights ul {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
}


.copyrights .row .right-col {
    padding: 0;
}

.copyrights ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 36px;
    font-family: 'Mona Sans';
    color: #FFFFFF;
    letter-spacing: 1px;
}


.copyrights ul li:first-child {
    position: relative;
}


.copyrights ul li:first-child::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 18px;
    right: -25px;
    top: 8px;
    background-color: #fff;
}

.copyrights ul li a:hover {
    color: #000;
}


/* ========================
   HOW TO USE EASE SECTION
   ======================== */

.htu-section {
    padding: 100px 0;
}

.htu-section__heading {
    font-size: 45px;
    font-weight: 500;
    color: #006A5F;
    font-family: 'Mona Sans' !important;
    text-align: center;
    margin-bottom: 100px;
    font-style: normal;
    line-height: 63px;
    letter-spacing: -2px;
}

.htu-section__heading-pre,
.htu-section__heading-post {
    font-family: 'Mona Sans' !important;
    font-style: normal;
    font-weight: 500;
}

.htu-section__heading-italic {
    font-family: 'Playfair 144pt' !important;
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -3px;
    color: #006A5F;
}

/* Body: content + large image */
.htu-section__body {
    /* display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px; */

}


.htu-section .row {
    background-color: #006A5F;
    border-radius: 30px;
    padding-right: 50px;
    position: relative;
}


.htu-section .row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2026/04/htu-section-cover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 180px;
    z-index: 0;
}


.htu-section__content {
    padding-left: 20px;
    padding-top: 100px;
    /* padding-right: 50px; */
}




.htu-custom-dots ul {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    left: 30px;
    bottom: 70px;
}

.htu-custom-dots li {
    transition: ease 0.3s all;
    width: 53px !important;
    height: 14px !important;
    background: #034E46;
    border-radius: 40px;
    margin: 0 15px;
    transition: all ease 0.3s;
}

.htu-custom-dots .slick-dots li.slick-active {
    background: #01A896;
}

.htu-custom-dots .slick-dots li button:before {
    display: none !important;
}


.htu-slide-content {
    display: none;
}

.htu-slide-content.is-active {
    display: block;
}

.htu-slide__step {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-family: 'Mona Sans' !important;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    width: fit-content;
    padding: 10px 30px;
}

.htu-slide__heading {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 44px;
    font-family: 'Mona Sans' !important;
    margin: 0;
}

/* Center large image / GIF */
.htu-section__large-image {
    display: flex;
    justify-content: center;
    align-items: center;
}



.htu-large-lottie.is-active {
    margin-top: -80px;
    margin-bottom: -80px;
    width: 80%;
}


.htu-slider-wrap {
    width: 90%;

}


.htu-slider-wrap .slick-list {
    overflow: visible;
}


.slider-col {
    overflow: hidden;
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.htu-slide {
    margin: 0 10px;
    cursor: pointer;

}

.htu-slider-wrap .htu-slider {
    margin-bottom: 0px !important;
}

.htu-slide img {
    width: 100%;
    border-radius: 14px;
    transition: border-color 0.3s ease, transform 0.3s ease;
    opacity: 0.5;
}

/* .slick-center .htu-slide img {
    border-color: #02c39a;
    transform: scale(1.1);
} */

/* Responsive */





/* responsive stared  */



@media (max-width: 1920px) {}


@media (max-width: 1850px) { 
    
        .wtu-card__content {
        padding: 80px 30px 0px;
    }

    .wtu-card__title {
        font-size: 50px;
        line-height: 50px;
    }

    .wtu-card__desc {
        font-size: 22px;
        line-height: 32px;
    }
}


@media (max-width: 1800px) {


}


@media (max-width: 1700px) {
    .birds_img_2 {
        right: -60px;
    }
}


@media (max-width: 1600px) {
    .birds_img_2 {
        right: -10px;
    }

    .htu-section .row::before {
        width: 340px;
        height: 160px;
    }


}


@media (max-width: 1500px) {

    .banner-section::after {
        width: 80px;
        height: 240px;
    }

    .banner-section::before {
        width: 95px;
        height: 310px;
    }


}



@media (max-width: 1440px) {

    .birds_img_2 {
        right: 30px;
    }


    .banner__heading {
        font-size: 70px;
        line-height: 66px;
    }






}


@media (max-width: 1366px) {

    .birds_img_2 {
        right: 50px;
    }

}




@media (max-width: 1280px) {

    .birds_img_2 {
        right: 80px;
    }

    .banner__phone {
        right: 120px;
    }


}

@media (max-width: 1199px) {

    .banner__heading {
        font-size: 60px;
        line-height: 66px;
        margin-bottom: 10px;
    }

    .banner-section {
        padding: 100px 0 0;
    }

    .banner__desc p {
        font-size: 22px;
        line-height: 32px;
    }

    .wtu-section {
        padding: 70px 0 0;
    }

    .how-section {
        padding: 70px 0 0;
    }

    .toolkit-section {
        padding: 70px 0 0;
    }

    .toolkit-slider-wrap {
        width: 100%;
    }

    .testi-section {
        padding: 70px 0 70px;
    }

    .testi-section__heading {
        margin-bottom: 30px;
    }

    .faq-section {
        padding: 70px 0;
    }

    .faq-section__heading {
        margin-bottom: 30px;
    }

    .faq-list {
        width: 100%;
    }

    section.htu-section.section {
        padding: 70px 0;
    }

    .htu-slide__step {
        font-size: 14px;
        padding: 6px 24px;
    }

    .htu-slide__heading {
        font-size: 24px;
        line-height: 32px;
    }

    .htu-section .row::before {
        width: 230px;
        height: 110px;
    }

    .htu-section__content {
        padding-left: 10px;
        padding-top: 70px;
    }

    .htu-custom-dots ul {
        left: 20px;
        bottom: 40px;
    }

    .htu-custom-dots li {
        width: 36px !important;
        height: 10px !important;
    }

    .htu-large-lottie.is-active {
        margin-top: -50px;
        margin-bottom: -50px;
    }

    .care-section {
        padding: 150px 0 70px 0;
    }


    #primary-menu li:last-child a {
        padding: 10px 20px;
    }

    .birds_img_1 {
        left: -130px;
        top: 15px;
    }


    .wtu-section__heading {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .how-section__heading {
        font-size: 38px;
    }

    .how-section__desc p {
        font-size: 18px;
    }


    .toolkit-section__heading {
        font-size: 38px;
    }

    .toolkit-section__desc p {
        font-size: 18px;
    }


    .testi-section__heading {
        font-size: 38px;
    }

    .testi-card__review p {
        font-size: 16px;
    }

    .faq-section__heading {
        font-size: 38px;
    }


    .htu-section__heading {
        font-size: 38px;
        margin-bottom: 90px;
    }



    .care-section__heading {
        font-size: 38px;
    }

    .care-section__card-text {
        font-size: 16px;
    }


    .cta-section__heading {
        font-size: 38px;
    }

    .cta-section__subtext {
        font-size: 18px;
    }

    .cta-section__btn {
        font-size: 16px;
        height: 60px;
    }



    .banner__left .inner {
        padding-right: 0;
        gap: 10px;
    }

    .banner__heading {
        font-size: 40px;
        line-height: 52px;
    }

    .banner__desc p {
        font-size: 18px;
        line-height: 28px;
    }

    .banner-section {
        padding: 50px 0 0;
    }

    .banner__phones-wrap {
        min-height: auto;
    }

    .banner__phone {
        right: 30px;
    }

    .banner-section::before {
        width: 55px;
        height: 180px;
    }

    .banner-section::after {
        width: 50px;
        height: 150px;
    }

    .birds_img_1 {
        left: -20px;
        top: 15px;
    }

    .birds_img_2 {
        bottom: unset;
        top: 100px;
        right: -10px;
    }

    .banner__store-btns {
        right: 10px;
    }

    .footer {
        padding: 70px 0 70px;
    }

    .footer1 h3.footer_txt {
        font-size: 30px;
        line-height: 40px;
    }

    .footer1 h3.footer_txt .foot_italic {
        font-size: 40px;
        line-height: 40px;
    }


    .footer1 img {
        width: 220px;
    }


    .wtu-card__title {
        font-size: 40px;
        line-height: 40px;
    }

    .wtu-card__content {
        padding: 40px 24px 0px;
    }

    .wtu-card__desc {
        font-size: 20px;
        line-height: 30px;
    }



}




@media (max-width: 991px) {
    .wtu-section__heading-italic {
        font-size: 52px;
        line-height: 62px;
    }

    .wtu-section__heading {
        font-size: 32px;
    }

    .how-section__heading {
        font-size: 32px;
    }

    .how-section__heading-italic {
        font-size: 52px;
        line-height: 62px;
    }

    .toolkit-section__heading {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 45px;
    }

    .toolkit-section__heading-italic {
        font-size: 52px;
        line-height: 62px;
    }

    .how-section__desc p {
        font-size: 16px;
    }



    .toolkit-section__desc p {
        font-size: 16px;
    }

    .toolkit-tab-btn {
        height: 42px;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 500;
    }

    .toolkit-slide__badge {
        height: 40px;
        padding: 0 18px;
        font-size: 14px;
        margin-bottom: 13px;
    }

    .toolkit-slide__title {
        max-width: 100%;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .toolkit-slide .inner .row {
        height: 370px;
    }

    .toolkit-slide__content {
        padding-top: 60px;
    }

    .toolkit-slide__desc {
        max-width: 80%;
    }


    .testi-section__heading {
        font-size: 32px;
    }

    .testi-section__heading-italic {
        font-size: 52px;
        line-height: 62px;
    }

    .faq-section__heading {
        font-size: 32px;
    }

    .faq-section__heading-italic {
        font-size: 52px;
        line-height: 62px;
    }

    .htu-section__heading {
        font-size: 32px;
    }

    .htu-section__heading-italic {
        font-size: 52px;
        line-height: 62px;
    }

    .htu-section .row::before {
        width: 150px;
        height: 80px;
    }

    .htu-section__content {
        padding-top: 30px;
    }

    .htu-section .row {
        padding-right: 20px;
    }

    .htu-slide__step {
        font-size: 12px;
        padding: 5px 20px;
        margin-bottom: 10px;
    }

    .htu-slide__heading {
        font-size: 18px;
        line-height: 24px;
    }

    .htu-custom-dots ul {
        bottom: 25px;
    }

    .htu-custom-dots li {
        width: 20px !important;
        height: 7px !important;
    }

    .care-section__heading {
        font-size: 32px;
    }

    .care-section__heading-italic {
        font-size: 52px;
        line-height: 62px;
    }


    .cta-section__heading {
        font-size: 32px;
    }

    .cta-section__heading-italic {
        font-size: 42px;
        line-height: 52px;
    }

    .cta-section__btn {
        height: 55px;
    }

    .cta-section__btn-italic {
        font-size: 24px;
        letter-spacing: 0px;
    }

    .care-section__cards {
        margin-top: 12px;
    }

    .care-section__cards .row {
        justify-content: center;
        row-gap: 65px;
    }


    .banner-section {
        padding: 10px 0 0;
    }

    .wtu-section {
        padding: 50px 0 0;
    }

    .how-section {
        padding: 50px 0 0;
    }

    .toolkit-section {
        padding: 50px 0 0;
    }

    .testi-section {
        padding: 50px 0 50px;
    }

    .faq-section {
        padding: 50px 0;
    }

    section.htu-section.section {
        padding: 50px 0;
    }

    .care-section {
        padding: 120px 0 50px 0;
    }


    .footer2 .app_btn_wrapper a {
        width: 140px;
        height: 45px;
    }

    .footer2 .app_btn_wrapper a img {
        width: 75%;
    }

    .footer2 .app_btn_wrapper {
        gap: 12px;
    }


    .footer1 h3.footer_txt {
        font-size: 20px;
        line-height: 30px;
    }

    .footer1 h3.footer_txt .foot_italic {
        font-size: 25px;
        line-height: 25px;
    }

    .footer1 img {
        width: 200px;
    }

    .footer {
        padding: 50px 0 50px;
    }




    #mmb {
        top: 5px;
    }

    .site-branding img.mobile-logo {
        width: 180px;
    }

    .mm {
        padding: 10px 5px;
        background: linear-gradient(135deg, #00A896 0%, #006A5F 100%);
        mix-blend-mode: normal;
    }

    #mm ul#primary-menu {
        padding: 10px 5px 0ox 5px;
        background: linear-gradient(135deg, #00A896 0%, #006A5F 100%);
        mix-blend-mode: normal;
    }

    #mm #primary-menu a {
        background: unset;
        border-radius: unset;
    }

    #mm #primary-menu li:last-child a {
        border: none;
        padding: 16px 26px 15px 17px;
        font-weight: 400;
    }

    #mm #primary-menu a:hover {
        background-color: #006A5F;
    }


    /* .wtu-card__illustration {
        gap: 30px;
    } */



}




@media (max-width: 767px) {
    .banner__left .inner {
        text-align: center;
    }

    .banner__heading {
        font-size: 30px;
        line-height: 42px;
    }

    .banner__desc p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .banner-section {
        padding: 60px 0 0;
    }

    .banner__phone {
        margin-top: -30px;
    }

    .wtu-section__heading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .wtu-section__heading-italic {
        font-size: 42px;
        line-height: 52px;
    }

    .how-section__heading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .how-section__heading-italic {
        font-size: 42px;
        line-height: 52px;
    }

    .how-section__desc {
        max-width: 100%;
    }

    .wtu-section {
        padding: 30px 0 0;
    }

    .how-section {
        padding: 30px 0 0;
    }

    .toolkit-section__heading {
        font-size: 30px;
        line-height: 40px;
    }

    .toolkit-section__heading-italic {
        font-size: 42px;
        line-height: 52px;
    }

    .toolkit-section {
        padding: 10px 0 0;
    }

    .toolkit-tabs {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .toolkit-slide .inner .row {
        height: 600px;
        flex-direction: row-reverse;
    }

    .toolkit-slide__content {
        padding: 30px 30px;
        text-align: center;
    }

    .toolkit-slide__desc {
        max-width: 100%;
    }



    .toolkit-slide__image {
        width: 100%;
        height: 100%;
        align-items: flex-end;
    }

    .toolkit-section-lottie {
        width: 30%;
        margin-top: 0px;
    }

    .toolkit-section-lottie.lottie_reset {
        width: 60%;
        margin-top: 0px;
    }

    .testi-section__heading {
        font-size: 30px;
        line-height: 40px;
    }

    .testi-section__heading-italic {
        font-size: 42px;
        line-height: 52px;
    }

    .faq-section__heading {
        font-size: 30px;
        line-height: 40px;
    }

    .faq-section__heading-italic {
        font-size: 42px;
        line-height: 52px;
    }

    .faq-item__answer p {
        font-size: 14px;
    }

    .htu-section__heading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .htu-section__heading-italic {
        font-size: 42px;
        line-height: 52px;
    }

    .htu-section__content {
        padding-top: 60px;
        padding-left: 0;
        text-align: center;
        padding-bottom: 70px;
    }

    .htu-slide-content.is-active {
        text-align: center;
    }

    .htu-slide__step {
        margin: auto;
        margin-bottom: 20px;
    }

    .htu-slide__heading {
        font-size: 18px;
        line-height: 24px;
    }

    .htu-large-lottie.is-active {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 50%;
    }


    .htu-custom-dots ul {
        bottom: 25px;
        left: 0;
        right: 0;
        justify-content: center;
    }

    .htu-section .row {
        padding: 0px 20px 20px 20px;
    }

    .htu-section__large-image {
        margin-bottom: 30px;
    }


    .care-section__heading {
        font-size: 30px;
        line-height: 40px;
    }

    .care-section__heading-italic {
        font-size: 42px;
        line-height: 52px;
    }

    .care-section__card-icon {
        width: 60px;
        height: 60px;
        top: -30px;
    }

    .care-section__card-icon img {
        width: 30px;
        height: 30px;
    }

    .testi-section {
        padding: 30px 0 30px;
    }

    .faq-section {
        padding: 30px 0;
    }

    section.htu-section.section {
        padding: 30px 0;
    }

    .care-section {
        padding: 100px 0 30px 0;
    }


    .testi-card__inner {
        padding: 24px 20px;
    }

    .testi-card__review p {
        font-size: 14px;
    }


    .cta-section__heading {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .cta-section__left {
        text-align: center;
    }

    .cta-section__subtext {
        font-size: 16px;
    }

    .cta-section__right {
        text-align: center;
        margin-top: 30px;
    }

    section.cta-section {
        padding: 30px 0;
    }

    .footer {
        padding: 50px 0 40px;
    }

    .footer1 img {
        margin-bottom: 30px;
        width: 180px;
    }

    .footer1 {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer2 {
        text-align: center;
        align-items: center;
        gap: 30px;
    }

    .footer2 .app_btn_wrapper {
        justify-content: center;
    }

    .footer2 .app_btn_wrapper {
        gap: 20px;
    }

    .footer2 .contact_info_wrapper .info_box {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .footer2 .contact_info_wrapper .info_box .icon {
        margin: auto;
    }

    .footer2 .contact_info_wrapper h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .footer2 .contact_info_wrapper .info_box.location_box {
        margin-bottom: 30px;
    }

    .copyrights .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .copyrights ul {
        justify-content: center;
    }


    .wtu-card__title {
        font-size: 34px;
        line-height: 34px;
    }

    .wtu-card__desc {
        font-size: 16px;
        line-height: 26px;
    }


    .how-section__illustration img.mobile {
    display: block;
}


    .how-section__illustration img.desktop {
    display: none;
}



}


@media (max-width: 570px) {

    .banner__heading {
        width: 90%;
        margin: auto;
        line-height: 40px;
    }

    .banner__phone {
        width: 75%;
    }

    .banner__phones-wrap {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .birds_img_1 {
        left: 30px;
        top: 0;
    }

    .birds_img_2 {
        right: 70px;
    }


    section.htu-section.section {
        padding-left: 15px;
        padding-right: 15PX;
    }

    .toolkit-slide__title {
        font-size: 22px;
        line-height: 32px;
    }

    .toolkit-slide .inner .row {
        height: 560px;
    }

    #mm #primary-menu a {
        font-size: 14px;
        line-height: 22px;
    }


    .footer2 .contact_info_wrapper .info_box p a {
        font-size: 14px;
    }



}


@media (max-width: 490px) {

    .birds_img_1 {
        width: 80px;
        top: 10px;
    }

    .birds_img_2 {
        right: 36px;
        width: 30px;
        top: 8px;
    }

    .banner__store-btns {
        padding: 10px 6px;
    }

    .banner__store-btn img {
        height: auto;
        width: 20px;
    }

    .banner-section::after {
        width: 30px;
        height: 100px;
    }

    .banner-section::before {
        width: 30px;
        height: 100px;
    }


    .toolkit-slide__image {
        padding-top: 30px;
        align-items: flex-start;
    }

    .testi-slider-wrap {
        width: 100%;
    }

    .care-section__deco--left img {
        left: 0;
    }

    .care-section__deco--right img {
        right: 0;
    }

    .site-branding img.mobile-logo {
        width: 170px;
    }

    .footer1 h3.footer_txt {
        font-size: 18px;
        line-height: 30px;
    }

    .htu-section__content {
        padding-top: 30px;
    }

}


@media (max-width: 390px) {

    .banner__phone {
        right: 15px;
    }


    .banner__store-btns {
        top: 55%;
    }

}