/*
Template: Eldero – Elderly Care & Senior Living WordPress Theme
Author: peacefulqode.co.in
Version: 1.3
Design and Developed by: Peacefulqode

*/

/*================================================
[  Table of contents  ]
================================================

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Dummy data
==> OWL Carousel
==> Pagination
==> Error
==> Breadcrumb
==> Service Single
==> Header
==> Section Title
==> Isotope Portfolio
==> Portfolio
==> Service Box
==> Video Popup
==> Testimonial  
==> Progress Bar
==> Recent Post
==> Team
==> Accordion
==> Price Plan
==> Cards
==> Custom Cursor Container
==> Blog
==> Glass Effect
==> Woocommerce Button
==> faq tab
==> Appoiment Booking 
==> Work Process
==> Animation 
==> Image Gallary
==> Custom CSS 

======================================
[ End table content ]
======================================*/

/*================================================
Moz Selection
================================================*/
::-moz-selection {
    text-shadow: none;
    background: var(--e-global-color-primary);
    color: #fff;
}

/*================================================
General
================================================*/
body {
    background: var(--e-global-color-white);
    font-family: var(--e-global-typography-text-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    color: var(--e-global-color-text);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-secondary);
    font-style: normal;
    font-weight: 500;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: clamp(2.25rem, 1.5rem + 2vw, 3.5rem);
    /* 36px → 56px */
    line-height: 1.25;
    /* ~72px (multiple of 8) */
    ;
}

h2 {
    font-size: clamp(2rem, 1.3rem + 1.8vw, 3rem);
    /* 32px → 48px */
    line-height: 1.25;
    /* ~56px (multiple of 8) */
    ;
}

h3 {
    font-size: clamp(1.75rem, 1.2rem + 1.6vw, 2.5rem);
    /* 28px → 40px */
    line-height: 1.3;
    /* ~48px (multiple of 8) */
    ;
}

h4 {
    font-size: clamp(1.5rem, 1rem + 1.4vw, 2rem);
    /* 24px → 32px */
    line-height: 1.35;
    /* ~40px (multiple of 8) */
    ;
}

h5 {
    font-size: clamp(1.25rem, 0.9rem + 1.2vw, 1.75rem);
    /* 20px → 28px */
    line-height: 1.4;
    /* ~32px (multiple of 8) */
    ;
}

h6 {
    font-size: clamp(1.25rem, 0.8rem + 1vw, 1.5rem);
    /* 16px → 24px */
    line-height: 1.5;
    /* ~24px/32px (fits grid) */
    ;
}

/*===== Container =====*/
.container,
.elementor-section.elementor-section-boxed>.elementor-container,
.e-con-inner {
    max-width: 1400px !important;
}

.content-area .site-main {
    padding: 110px 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    float: left;
}

/*===== Navigation Shop =====*/
.pt-shop-btn .dropdown-toggle::after {
    display: none;
}

.pt-cart-button {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.pt-shop-btn .pt-cart>a {
    color: var(--e-global-color-secondary);
    position: relative;
    line-height: 90px;
    padding: 0 0 0;
    font-size: 22px;
    transform: rotateY(180deg);
}

.pt-shop-btn .pt-cart .basket-item-count .woocommerce-Price-amount {
    display: none;
}

.pt-shop-btn .pt-cart:hover .dropdown-menu-mini-cart {
    display: block;
}

.pt-shop-btn ul.product_list_widget {
    margin: 0;
    padding: 0;
}

.pt-shop-btn ul.product_list_widget li {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
}

.pt-shop-btn ul.product_list_widget a.remove {
    float: right;
    right: 0;
    top: 0;
    left: inherit;
    bottom: 0;
    margin: auto 0;
    font-size: 30px;
    text-align: center;
    position: absolute;
}

.dropdown-menu-mini-cart,
.dropdown-menu[data-bs-popper] {
    right: -3%;
    width: 330px;
    left: inherit;
    border: none;
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    padding: 20px;
    top: 90px;
    border-radius: 0;
    margin: 0;
}

.pt-shop-btn .woocommerce-mini-cart__total.total {
    margin-bottom: 5px;
}

.pt-shop-btn .woocommerce-mini-cart__total.total strong {
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--e-global-typography-primary-font-family);
}

.pt-shop-btn .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
    float: right;
}

.pt-shop-btn p {
    margin-bottom: 0;
}

.pt-shop-btn .pt-cart a.remove {
    line-height: 0.8;
    color: var(--e-global-color-secondary) !important;
    height: 1em;
    width: 1em;
}

.pt-shop-btn .pt-cart a.remove:hover {
    color: var(--e-global-color-primary) !important;
    background: transparent;
}

.pt-shop-btn .pt-cart ul.cart_list li a,
.pt-shop-btn .pt-cart ul.product_list_widget li a {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-secondary);
    padding-right: 30px;
    line-height: normal;
}

.pt-shop-btn .pt-cart ul.product_list_widget li a:hover {
    color: var(--e-global-color-primary);
}

.pt-shop-btn .pt-cart ul.product_list_widget li a.remove {
    padding: 0;
}

/*================================================
Loading
================================================*/
/* Fullscreen overlay */
#pt-loading {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Hide state */
#pt-loading.hide {
    opacity: 0;
    visibility: hidden;
}

/* Loader wrapper */
.pt-loader {
    position: relative;
    width: 160px;
    height: 160px;
    line-height: 160px;
}

/* Rotating half-half border */
.pt-loader-circle {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--e-global-color-primary);
    border-right-color: var(--e-global-color-accent);
    border-bottom-color: var(--e-global-color-primary);
    border-left-color: var(--e-global-color-accent);
    animation: spin 1.5s linear infinite;
}

/* Center logo */
.pt-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60px;
}

/* Spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

    ;
}

/*================================================
Back to Top
================================================*/
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: var(--e-global-big-border-radius);
    box-shadow: inset 0 0 0 2px rgba(var(--e-global-color-secondary-rgb), 0.2);
    background: var(--e-global-color-primary-alt);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
       font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f004";
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    color: var(--e-global-color-primary);
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

/* .progress-wrap:hover::after {
    color: var(--e-global-color-primary);
} */

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--e-global-color-primary);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

/*================================================
WordPress Core
================================================*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid var(--e-global-color-accent);
    max-width: 96%;
    padding: 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
}

.wp-block-gallery figcaption.blocks-gallery-caption {
    margin-bottom: 10px;
}

.bypostauthor {
    display: block;
}

.wp-caption-text {
    font-size: 14px;
    margin: 4px 0 0;
    line-height: normal;
}

/*===== Text meant only for screen readers =====*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 0px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: var(--e-global-color-accent);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*================================================
Button Core
================================================*/
[type="button"],
[type="reset"],
[type="submit"],
.woocommerce a.button {
    padding: 12px 30px;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 18px;
    letter-spacing: 0.04em;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    text-transform: capitalize;
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    line-height: 1.6;
    border-radius: 900px;
    transition: all 0.5s ease-in-out;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce a.button:focus {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
}

/*===== Button Flat =====*/

.pt-btn-container {
    display: inline-block;
}

.pt-button.pt-button-flat {
    overflow: hidden;
    isolation: isolate;
    font-family: var(--e-global-typography-primary-font-family);
    line-height: 1em;
    font-size: 16px;
    padding: 8px 8px 8px 30px;
    position: relative;
    width: auto;
    height: auto;
    color: var(--e-global-color-white);
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    background: var(--e-global-color-primary);
    gap: 10px;
    text-decoration: none;
    border-radius: var(--e-global-big-border-radius);
    transition: var(--transition);
    z-index: 1;
}

/* Hover background animation */
.pt-button.pt-button-flat::before {
    position: absolute;
    content: "";
    background-color: var(--e-global-color-secondary);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    border-radius: inherit;
}

/* Main hover */
.pt-button.pt-button-flat:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.pt-button.pt-button-flat:hover {
    color: var(--e-global-color-white);
}

/* Text */
.pt-button.pt-button-flat .pt-button-text {
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-transform: uppercase;
    transition: var(--transition);
}

.pt-button-text span {
    display: inline-block;
    opacity: 1;
    transition: var(--transition);
}

.pt-button.pt-button-flat:hover .pt-button-text span {
    animation: pt-text-animate 0.4s forwards;
}

/* Icon */
.pt-button.pt-button-flat i {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    background-color: var(--e-global-color-primary-alt);
    color: var(--e-global-color-white);
    border-radius: var(--e-global-big-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: rotate(-40deg);
    transition: var(--transition);
    position: relative;
    z-index: 2;
}

.pt-button.pt-button-flat:hover i {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transform: rotate(0deg);
}


.pt-white-btn .pt-button.pt-button-flat {
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-secondary);
}

.pt-white-btn .pt-button.pt-button-flat::before {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
}

.pt-white-btn .pt-button.pt-button-flat:hover .pt-button-text {
    color: var(--e-global-color-white);
}

/* Text up animation */
@keyframes pt-text-animate {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*===== Button link =====*/

.pt-button.pt-button-link {
    display: flex;
    font-family: var(--e-global-typography-primary-font-family);
    text-transform: capitalize;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 18px;
    align-items: center;
    position: relative;
    gap: 10px;
}

.pt-button.pt-button-link .pt-button-text {
    position: relative;
    color: var(--e-global-color-primary);
}

.pt-button.pt-button-link .pt-button-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--e-global-color-primary);
    transition: all 0.7s ease-in-out;
}

.pt-button.pt-button-link:hover .pt-button-text::before {
    width: 100%;
}

.pt-button.pt-button-link .pt-button-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--e-global-color-primary);
    transition: all 0.4s ease-in-out;
}

.pt-button.pt-button-link:hover .pt-button-text::after {
    width: 0;
}

.pt-button.pt-button-link i {
    display: none;
}

/*===== Button outline =====*/

.pt-button.pt-button-outline {
    overflow: hidden;
    font-family: var(--e-global-typography-primary-font-family);
    line-height: 1.6;
    font-size: 18px;
    padding: 8px 8px 8px 30px;
    position: relative;
    width: auto;
    height: auto;
    color: var(--e-global-color-secondary);
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    background: var(--e-global-color-white);
    gap: 10px;
    text-decoration: none;
    border-radius: var(--e-global-big-border-radius);
    transition: var(--transition);
    border: 1px solid rgba(var(--e-global-color-secondary-rgb), 1);
}

.pt-button.pt-button-outline:hover {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
}

.pt-button.pt-button-outline i {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    border-radius: var(--e-global-big-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: rotate(-40deg);
    transition: var(--transition);
}

.pt-button.pt-button-outline:hover i {
    transform: rotate(0deg);
}


.pt-button.pt-button-outline .pt-button-text {
    transition: var(--transition);
}

.pt-button.pt-button-outline .pt-button-text span {
    opacity: 1;
}

.pt-button.pt-button-outline:hover .pt-button-text span {
    animation: pt-text-animate 0.4s forwards;
}

@keyframes pt-text-animate {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

    ;
}

/*===== Button Rounded =====*/

.pt-button.pt-button-rounded {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    border-radius: var(--e-global-big-border-radius);
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    text-align: center;
    transition: var(--transition);
}

.pt-button.pt-button-rounded:hover {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
}

/*================================================
Dummy data
================================================*/
/*=====  Tags =====*/
.wp-block-tag-cloud .tag-cloud-link {
    font-size: 14px !important;
    background: var(--e-global-color-primary);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    color: var(--e-global-color-white);
    padding: 4px 8px;
    border: 1px solid var(--e-global-color-primary);
    transition: all 0.5s ease-in-out;
    border-radius: 900px;
}

.wp-block-tag-cloud .tag-cloud-link:hover {
    border-color: var(--e-global-color-secondary);
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
}

/*================================================
OWL Carousel
================================================*/
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-nav {
    position: relative;
    top: 0%;
    transform: translateY(0);
    margin: 0;
    width: 100%;
    display: flex;
    cursor: inherit;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    padding: 0 !important;
    margin: 0 5px;
    border: none;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    transition: var(--transition);
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-primary-alt);
}

.pt-dark-bg .owl-carousel .owl-nav button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-primary-alt);
}

.owl-carousel .owl-nav button i::before {
    line-height: inherit;
}

/*++++++++++++++++ Dots +++++++++++*/
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
    line-height: normal;
    position: relative;
    width: 100%;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
    background: rgba(var(--e-global-color-secondary-rgb), .08);
    border: 0 solid rgba(var(--e-global-color-secondary-rgb), .08);
    display: inline-block;
    padding: 0;
    margin: 0px 5px;
    height: 12px;
    width: 12px;
    transition: var(--transition-duration);
    cursor: pointer;
    border-radius: var(--e-global-border-radius);
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    opacity: 1;
}

/*================================================
Pagination
================================================*/
.pt-pagination {
    margin-top: 60px;
}

.pt-pagination .page-numbers {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-pagination .page-numbers li:first-child .page-numbers {
    margin-left: 0;
}

.pt-pagination .page-numbers li .page-numbers {
    position: relative;
    display: block;
    padding: 0px 20px;
    text-transform: uppercase;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    margin: 0 5px;
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-accent);
    letter-spacing: 0.04em;
    border: 0 solid var(--e-global-color-accent);
    border-radius: var(--e-global-big-border-radius);
    font-family: var(--e-global-typography-primary-font-family);
}

.pt-pagination .page-numbers li .page-numbers:hover {
    color: var(--e-global-color-white);
    text-decoration: none;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:focus {
    box-shadow: none;
    outline: 0;
    z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.pt-pagination .page-numbers li .page-numbers.current {
    color: var(--e-global-color-white);
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    z-index: 1;
    transition: all 0.5s ease-out 0s;
}

.pt-pagination .page-numbers li .next.page-numbers,
.pt-pagination .page-numbers li .prev.page-numbers {
    width: auto;
}

@media(max-width:767px) {
    .pt-pagination {
        margin-top: 0;
    }

    .pt-pagination .page-numbers li .next.page-numbers,
    .pt-pagination .page-numbers li .prev.page-numbers {
        width: auto;
        display: none;
    }

    ;
}

/*================================================
Error
================================================*/
.pt-error-block {
    text-align: center;
}

.pt-error-block .pt-errot-text {
    font-size: 420px;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-secondary);
    line-height: 0.8;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
}

@media(max-width:1023px) {
    .pt-error-block .pt-errot-text {
        font-size: 320px;
    }

    ;
}

@media(max-width:767px) {
    .pt-error-block .pt-errot-text {
        font-size: 200px;
    }

    .pt-error-block h2 {
        font-size: 26px;
        line-height: 34px;
    }

    ;
}

@media(max-width:479px) {
    .pt-error-block .pt-errot-text {
        font-size: 130px;
    }

    ;
}

/*================================================
Breadcrumb
================================================*/
.pt-breadcrumb-style-1 {
    padding: 210px 0;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: start;
    z-index: 1;
    overflow: hidden;
}

.pt-breadcrumb-style-1::before {
    content: "";
    opacity: 0;
    position: absolute;
    background-color: var(--e-global-color-secondary);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
    font-size: clamp(2.25rem, 1.5rem + 3vw, 4.5rem);
    line-height: 1.2;
    color: var(--e-global-color-white);
    margin-bottom: 10px;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb {
    display: inline-block;
    margin: 0;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.25;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li.active {
    color: var(--e-global-color-white);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a {
    color: var(--e-global-color-white);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a i {
    margin-right: 5px;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a:hover {
    color: var(--e-global-color-white);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\e649";
    font-size: 12px;
    font-family: "themify";
    padding-right: 15px;
    color: var(--e-global-color-white);
    float: none;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-title,
.pt-breadcrumb-style-1 .pt-breadcrumb-container {
    width: 80%;
}

@media(max-width:1366px) {
    .pt-breadcrumb-style-1 {
        margin: 0;
        border-radius: 0;
    }

    ;
}

@media(max-width:1499px) {
    .pt-breadcrumb-style-1 {
        margin: 0;
        border-radius: 0;
    }

    .pt-breadcrumb-wrapper {
        padding: 0;
    }

    ;
}

@media(max-width:1023px) {
    .pt-breadcrumb-style-1 {
        padding: 90px 0 90px;
    }

    ;
}

@media(max-width:767px) {
    .pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 10px;
        font-size: 12px;
    }

    .pt-breadcrumb-style-1 .pt-breadcrumb-title,
    .pt-breadcrumb-style-1 .pt-breadcrumb-container {
        width: 100%;
    }

    ;
}

/*================================================
Service Single
================================================*/
[data-widget_type="sidebar.default"] .widget .menu-service_menu-container {
    border: none;
    box-shadow: none;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu {
    margin: 0;
    padding: 0;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li {
    margin: 0 0 20px;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li:last-child {
    margin: 0;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li a {
    padding: 17px 20px;
    background: var(--e-global-color-white);
    display: inline-block;
    width: 100%;
    position: relative;
    font-family: var(--e-global-typography-text-font-family);
    /* font-size: 16px;
    line-height: 24px; */
    text-transform: capitalize;
    color: var(--e-global-color-secondary);
    border-radius: 20px;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li a:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    right: 20px;
    left: auto;
    top: 24px;
    position: absolute;
    color: inherit;
    line-height: normal;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li a:hover,
[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li.current_page_item a {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
}

/*================================================
Header
================================================*/
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    color: var(--e-global-color-secondary);
}

/* #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: none;
} */

/* Animated Border */
/* #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 35px;
    width: 0%;
    height: 2px;
    background: var(--e-global-color-primary);
    transform: translateX(-50%);
    transition: width 0.35s ease;
} */

/* Hover + Active States */
/* #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link::before,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link::before,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::before {
    width: 100%;
} */

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 5px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 5px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 34px;
    height: 3px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 3px;
    left: 3px;
}

@media(max-width:1200px) {

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before {
        display: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: var(--e-global-color-secondary);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        color: var(--e-global-color-white);
    }

    ;
}

/*++++++ Search ++++++*/
.pt-search-button {
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 58px;
    text-align: center;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
    border-radius: var(--e-global-big-border-radius);
    display: inline-block;
}

.pt-search-button svg {
    fill: var(--e-global-color-primary);
    width: 20px;
}

.pt-search-button svg path {
    fill: var(--e-global-color-primary);
}

/*+++++ Offcanvas search +++++*/
.admin-bar .pt-search-button .offcanvas {
    top: 32px;
}

.pt-search-button .offcanvas {
    padding: 45px;
    height: auto;
    bottom: inherit;
    transition: all 0.5s ease;
}

.pt-search-button .offcanvas .btn-close {
    opacity: 1;
    background: none;
    color: var(--e-global-color-white);
    font-size: 0;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    line-height: normal;
    padding: 0;
    box-shadow: none;
    width: 54px;
    height: 54px;
    line-height: 54px;
    outline: none;
}

.pt-search-button .offcanvas .btn-close:before {
    content: "\e646";
    font-family: "themify";
    font-size: 18px;
}

.pt-search-button .offcanvas .btn-close:after {
    content: "";
    background: var(--e-global-color-primary);
    width: 54px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    z-index: -1;
    border-radius: var(--e-global-big-border-radius);
}

.pt-search-button .offcanvas .btn-close:hover:after {
    background: var(--e-global-color-secondary);
}

.pt-search-button .offcanvas .btn-close:hover {
    color: var(--e-global-color-white);
}

.pt-search-button .offcanvas .search-form {
    margin: 0 auto;
    width: 60%;
}

.pt-search-button .offcanvas .search-form .search-field {
    color: var(--e-global-color-text);
    background: var(--e-global-color-accent);
    padding-left: 30px;
}

.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-decoration,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-cancel-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.pt-search-button .offcanvas .search-form .search-field:focus {
    color: var(--e-global-color-secondary);
}

.pt-search-button .offcanvas .search-form .search-submit {
    background: transparent;
    color: var(--e-global-color-text) !important;
}

.offcanvas.offcanvas-top .search-form .search-submit {
    display: none;
}

.pt-search-button .offcanvas .search-form .search-submit:hover {
    color: var(--e-global-color-secondary) !important;
}

/*===== Transparent  Header =====*/
.admin-bar .transparent-header {
    top: 32px !important;
}

.transparent-header {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-family: var(--e-global-typography-primary-font-family);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    font-family: var(--e-global-typography-primary-font-family);
}

.transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: var(--e-global-color-secondary);
}

.transparent-header.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: var(--e-global-color-white);
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: var(--e-global-color-primary);
}

.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: var(--e-global-color-white);
}

.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before {
    background: var(--e-global-color-white);
}

@media (max-width: 1200px) {

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: var(--e-global-color-secondary);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: var(--e-global-color-secondary);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
        color: var(--e-global-color-white);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
        color: var(--e-global-color-white);
        background: var(--e-global-color-primary);
    }

    .transparent-header.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: var(--e-global-color-secondary);
    }

    .transparent-header.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
    .transparent-header.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
    .transparent-header.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    .transparent-header.pt-white #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
        color: var(--e-global-color-white);
        background: var(--e-global-color-primary);
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        background: var(--e-global-color-primary);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
        background: var(--e-global-color-primary);
    }

}

/*===== Sticky  Header =====*/
.admin-bar .pt-header-sticky {
    top: 32px;
}

header.pt-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    background: var(--e-global-color-secondary);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
    border-bottom: none;
    z-index: 9999;
}

@media (max-width: 767px) {
    .admin-bar .transparent-header.pt-header-sticky {
        top: 0 !important;
    }

    ;
}

/*===== Dark Header =====*/
.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: var(--e-global-color-white);
}

.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: var(--e-global-color-primary);
}

@media (max-width: 1200px) {
    .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: var(--e-global-color-secondary);
    }

    .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
    .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
    .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
        color: var(--e-global-color-white);
    }

    ;
}

/*++++++ Cart ++++++*/
.pt-header-info .pt-shop-btn .pt-cart-button .pt-icon {
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
    border-radius: var(--e-global-big-border-radius);
    display: inline-block;
}

.header-style-2 .pt-header-info {
    display: flex;
    gap: 15px;
}

.header-style-2 .pt-header-info .pt-shop-btn .pt-cart-button .pt-icon {
    background: rgba(var(--e-global-color-primary-rgb), 0.1);
    color: var(--e-global-color-primary);
}

.header-3 .pt-header-info {
    display: flex;
    gap: 15px;
}

.header-3 .pt-header-info .pt-shop-btn .pt-cart-button .pt-icon {
    background: var(--e-global-color-white);
    color: var(--e-global-color-primary);
}

.pt-header-info .pt-shop-btn .pt-cart-button .pt-icon {
    background: var(--e-global-color-accent);
}

.pt-shop-btn .dropdown-toggle::after {
    display: none;
}

.pt-cart-button {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.pt-shop-btn .pt-cart>a {
    color: var(--e-global-color-secondary);
    position: relative;
    line-height: 90px;
    padding: 0 0 0;
    font-size: 22px;
    transform: rotateY(180deg);
}

.pt-cart-button .basket-item-count {
    font-size: 12px;
    font-weight: 400;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    position: absolute;
    bottom: 8px;
    right: 8px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: var(--e-global-big-border-radius);
}

.pt-shop-btn .pt-cart .basket-item-count .woocommerce-Price-amount {
    display: none;
}

.pt-shop-btn .pt-cart:hover .dropdown-menu-mini-cart {
    display: block;
}

.pt-shop-btn ul.product_list_widget {
    margin: 0;
    padding: 0;
}

.pt-shop-btn ul.product_list_widget li {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
}

.pt-shop-btn ul.product_list_widget a.remove {
    float: right;
    right: 0;
    top: 0;
    left: inherit;
    bottom: 0;
    margin: auto 0;
    font-size: 30px;
    text-align: center;
    position: absolute;
}

.dropdown-menu-mini-cart,
.dropdown-menu[data-bs-popper] {
    right: -3%;
    width: 330px;
    left: inherit;
    border: none;
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    padding: 20px;
    top: 90px;
    border-radius: 0;
    margin: 0;
}

.pt-shop-btn .woocommerce-mini-cart__total.total {
    margin-bottom: 5px;
}

.pt-shop-btn .woocommerce-mini-cart__total.total strong {
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--e-global-typography-primary-font-family);
}

.pt-shop-btn .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
    float: right;
}

.pt-shop-btn p {
    margin-bottom: 0;
}

.pt-shop-btn .pt-cart a.remove {
    line-height: 0.8;
    color: var(--e-global-color-secondary) !important;
    font-weight: 400;
    height: 1em;
    width: 1em;
}

.pt-shop-btn .pt-cart a.remove:hover {
    color: var(--e-global-color-primary) !important;
    background: transparent;
}

.pt-shop-btn .pt-cart ul.cart_list li a,
.pt-shop-btn .pt-cart ul.product_list_widget li a {
    display: block;
    text-transform: capitalize;
    font-weight: 700;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-secondary);
    padding-right: 30px;
    line-height: normal;
}

.pt-shop-btn .pt-cart ul.product_list_widget li a:hover {
    color: var(--e-global-color-primary);
}

.pt-shop-btn .pt-cart ul.product_list_widget li a.remove {
    font-weight: 400;
    padding: 0;
}

/*===== Header SideBar =====*/
.pt-background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--e-global-color-secondary);
    z-index: 100;
    opacity: 0.8;
    display: none;
    transition: var(--transition);
}

.pt-siderbar-open .pt-background-overlay {
    display: block;
    transition: var(--transition);
}

.pt-siderbar-open .pt-sidebar {
    right: 30px;
    opacity: 1;
}

.pt-sidebar {
    width: 410px;
    background: var(--e-global-color-white);
    opacity: 0;
    display: block;
    position: fixed;
    top: 50%;
    right: -100%;
    height: auto;
    z-index: 101;
    transform: translateY(-50%);
    border-radius: var(--pq--border-radius);
    transition: var(--transition);
}

.pt-sidebar .pt-close-btn .pt-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: var(--e-global-color-primary);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--e-global-color-white);
    font-size: 20px;
    border-radius: 900px;
}

.pt-sidebar .pt-close-btn .pt-close:hover {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
}

.pt-close-btn .pt-close i {
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.pt-close-btn .pt-close i::before {
    line-height: inherit;
}

.pt-sidebar .pt-close-btn .pt-close:hover i {
    transform: rotate(180deg) scale(1.1);
}

.pt-sidebar-block {
    padding: 30px;
}

.pt-sidebar-header .pt-sidebar-logo {
    height: 65px;
    width: auto;
    margin-bottom: 30px;
}

.pt-sidebar h2.wp-block-heading {
    margin-bottom: 0;
}

.pt-sidebar h4.pt-sidebar-heading {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
}

.pt-sidebar h4.pt-sidebar-title,
.pt-sidebar-social h4.pt-social-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.pt-sidebar .pt-sidebar-contact {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.pt-sidebar .pt-sidebar-contact .pt-contact-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.pt-sidebar ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pt-sidebar ul li {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 15px;
    align-items: center;
    line-height: 26px;
}

.pt-sidebar-contact li a {
    color: var(--e-global-color-secondary);
    display: flex;
    align-items: center;
    gap: 15px;
}

.pt-sidebar-contact li span {
    color: var(--e-global-color-secondary);
}

.pt-sidebar-contact li .pt-icon,
.pt-sidebar-contact li i {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    color: var(--e-global-color-primary);
}

.pt-sidebar-social ul {
    display: inline-block;
    width: 100%;
}

.pt-sidebar-social ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}

.pt-sidebar-social ul li:last-child {
    margin-right: 0;
}

.pt-sidebar-social ul li a {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.pt-sidebar-social ul li a:hover {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
}

.pt-sidebar .widget {
    background: transparent;
    padding: 0;
    border: none;
    margin-bottom: 45px;
}

.pt-sidebar .widget .wp-block-image {
    margin-bottom: 30px;
    border-radius: var(--border-radius);
}

.pt-sidebar .widget img {
    border-radius: var(--pq--border-radius);
    margin-bottom: 30px !important;
}

@media(max-width:1023px) {
    .pt-sidebar {
        display: none;
    }

    ;
}

@media(max-width:1365px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        margin: 0 20px 0 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child {
        margin: 0 0 0 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        display: none;
    }

    ;
}

@media(max-width:1200px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        margin: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        display: block;
    }

    ;
}

#mega-menu-wrap-landing_menu #mega-menu-landing_menu > li.mega-menu-item > a.mega-menu-link {
	    font-family: var(--e-global-typography-primary-font-family);
}

/*================================================
Section Title
================================================*/
.pt-section-title.text-center .pt-title .pt-title-subtitle {
    justify-content: center;
}

.pt-section-title.text-center .pt-title .pt-title-heading {
    margin-bottom: 0;
}

.pt-section-title .pt-title .pt-title-heading {
    margin-bottom: 10px;
    color: var(--e-global-color-secondary);
}

.pt-section-title .pt-title .pt-title-subtitle {    
    position: relative;
    color: var(--e-global-color-primary);
    display: inline-block;
    margin-bottom: 10px;
    align-items: center;
    font-size: 16px;
    line-height: 1em;
    border: 1px solid rgba(var(--e-global-color-secondary-rgb), 0.2);
    padding: 10px 14px 10px 32px;
    border-radius: var(--e-global-big-border-radius);
}

.pt-section-title .pt-title .pt-title-subtitle::before {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 8px;
    line-height: 1;
    font-weight: bold;
    color: var(--e-global-color-primary-alt);
}

.pt-title-white .pt-title .pt-title-subtitle {
    border-color: rgba(var(--e-global-color-white-rgb), 0.3);
    color: var(--e-global-color-white);
}

.pt-title-white .pt-title .pt-title-subtitle::before {
    color: var(--e-global-color-white);
}

.pt-section-title .pt-title .pt-title-description {
    font-size: 18px;
    line-height: 1.8;
    color: var(--e-global-color-text);
    margin: 0;
}

@media(max-width:767px) {
    .pt-section-title .pt-title .pt-title-subtitle img {
        display: none;
    }
}

/*================================================
Isotope Portfolio
================================================*/
.pt-filters .pt-filter-button-group ul {
    margin: 0 0 45px;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pt-filters .pt-filter-button-group ul li {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    list-style: none;
    color: var(--e-global-color-secondary);
    display: inline-block;
    cursor: pointer;
    padding: 8px 24px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pt-filters .pt-filter-button-group ul li:last-child {
    margin-right: 0;
}

.pt-filters .pt-filter-button-group ul li.active,
.pt-filters .pt-filter-button-group ul li.active:hover {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    border-radius: var(--e-global-big-border-radius);
}

.pt-filters .pt-filter-button-group ul li:hover {
    color: var(--e-global-color-secondary);
}

/*===== Portfolio Grid =====*/
.pt-grid {
    display: inline-block;
    width: 100%;
    float: left;
}

.pt-grid:after {
    content: '';
    display: block;
    clear: both;
}

.pt-grid .pt-col-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pt-grid .pt-col-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pt-grid .pt-col-4 {
    width: 33.33%;
    padding: 0 15px 30px;
}

@media(max-width:1199px) {
    .pt-grid .pt-col-3 {
        width: 33.333%;
    }

    ;
}

@media(max-width:1023px) {

    .pt-grid .pt-col-4,
    .pt-grid .pt-col-3 {
        width: 50%;
    }

    ;
}

@media(max-width:767px) {

    .pt-grid .pt-col-6,
    .pt-grid .pt-col-4,
    .pt-grid .pt-col-3 {
        width: 100%;
        padding: 0 0 30px;
    }

    ;
}

/*===== Portfolio Masonry =====*/
.pt-masonry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pt-masonry .ipt-lg-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-4 {
    width: 33.333%;
    padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pt-masonry-item.visible_item {
    display: none !important;
}

.pt-grid-item.visible_item {
    display: none !important;
}

.pt-job-item.visible_item {
    display: none !important;
}

.pt-job-grid-item.visible_item {
    display: none !important;
}

@media(max-width:1199px) {
    .pt-masonry .ipt-lg-3 {
        width: 33.333%;
    }

    ;
}

@media(max-width:1023px) {

    .pt-masonry .ipt-lg-4,
    .pt-masonry .ipt-lg-3 {
        width: 50%;
    }

    ;
}

@media(max-width:767px) {

    .pt-masonry .ipt-lg-6,
    .pt-masonry .ipt-lg-4,
    .pt-masonry .ipt-lg-3 {
        width: 100%;
        padding: 0 0 30px;
    }

    ;
}

/*================================================
Portfolio
================================================*/
.pt-hover-bellow {
    position: relative;
}

.pt-hover-bellow .pt-portfolio-img {
    overflow: hidden;
    border-radius: var(--e-global-border-radius);
}

.pt-hover-bellow .pt-portfolio-img img {
    transition: var(--transition);
}

.pt-hover-bellow:hover .pt-portfolio-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pt-hover-bellow .pt-potfolio-content {
    margin-top: 30px;
}

.pt-hover-bellow .pt-potfolio-content .pt-portfolio-category {
    color: var(--e-global-color-text);
}

.pt-hover-bellow .pt-potfolio-content .pt-portfolio-category a {
    color: var(--e-global-color-text);
}

.pt-hover-bellow .pt-potfolio-content .pt-portfolio-title a:hover {
    color: var(--e-global-color-secondary);
}

.pt-hover-bellow .pt-potfolio-content .pt-button {
    margin-top: 15px;
}

/*===== Portfolio Fade =====*/
.pt-hover-fade {
    position: relative;
}

.pt-hover-fade .pt-portfolio-img {
    overflow: hidden;
    border-radius: var(--e-global-border-radius);
    margin-bottom: 0;
}

.pt-hover-fade .pt-portfolio-img img {
    transition: var(--transition);
}

.pt-hover-fade:hover .pt-portfolio-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pt-hover-fade .pt-potfolio-content {
    opacity: 0;
    max-width: unset;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px;
    background: #063036;
    background: linear-gradient(0deg, rgba(6, 48, 54, 1) 20%, rgba(6, 48, 54, 0) 100%);
    will-change: opacity;
    border-radius: var(--e-global-border-radius);
    transition: var(--transition);
}

.pt-hover-fade:hover .pt-potfolio-content {
    opacity: 1;
}

.pt-hover-fade .pt-potfolio-content .pt-portfolio-category {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-white);
    margin-bottom: 5px;
}

.pt-hover-fade .pt-potfolio-content .pt-portfolio-category a {
    color: var(--e-global-color-primary);
}

.pt-hover-fade .pt-potfolio-content .pt-portfolio-title a {
    color: var(--e-global-color-white);
}

.pt-hover-fade .pt-potfolio-content .pt-button-rounded {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    transition: var(--transition);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    background-color: var(--e-global-color-primary);
}

.pt-hover-fade:hover .pt-potfolio-content .pt-button-rounded {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.pt-hover-fade .pt-potfolio-content .pt-button-rounded i {
    color: var(--e-global-color-secondary);
}

.pt-hover-fade .pt-potfolio-content .pt-button-rounded i::before {
    line-height: inherit;
}

.pt-hover-fade:hover .pt-potfolio-content .pt-button-rounded i {
    color: var(--e-global-color-secondary);
}

.pt-hover-fade .pt-post-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/*===== Portfolio Slide =====*/
.pt-hover-slide {
    position: relative;
    border-radius: var(--e-global-border-radius);
    overflow: hidden;
}

.pt-hover-slide .pt-portfolio-img {
    overflow: hidden;
    position: relative;
    border-radius: var(--e-global-border-radius);
}

.pt-hover-slide .pt-portfolio-img img {
    transition: var(--transition);
}

.pt-hover-slide:hover .pt-portfolio-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pt-hover-slide .pt-potfolio-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: rgba(var(--e-global-color-primary-rgb), .7);
    backdrop-filter: blur(20px);
    padding: 30px;
    border-radius: var(--e-global-border-radius);
    transition: var(--transition);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    opacity: 0;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
}

.pt-hover-slide:hover .pt-potfolio-content {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.pt-hover-slide .pt-potfolio-content .pt-portfolio-category a {
    text-transform: capitalize;
    color: var(--e-global-color-white);
    font-family: var(--e-global-typography-primary-font-family);
    display: inline-block;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
    align-items: center;
    font-size: 16px;
    line-height: 1em;
}

.pt-potfolio-content .pt-portfolio-title {
    color: var(--e-global-color-white);
}

.pt-potfolio-content .pt-portfolio-title a:hover {
    color: var(--e-global-color-white);
}

.pt-potfolio-content .pt-button {
    margin-top: 15px;
}

@media(max-width:1199px) {
    .pt-hover-slide .pt-potfolio-content {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    ;
}

@media(max-width:767px) {
    .pt-hover-slide .pt-potfolio-content {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    .pt-hover-slide .pt-potfolio-content .pt-portfolio-title {
        font-size: 24px;
        line-height: 32px;
    }

    ;
}

/*===== Portfolio Load More Button =====*/
.pt-loadmore-button {
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}

.pt-loadmore-button .pt-button.pt-button-flat {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    transition: var(--transition);
}

.pt-loadmore-button .pt-button.pt-button-flat i {
    color: var(--e-global-color-white);
    transition: var(--transition);
    display: none;
}

.pt-loadmore-button .pt-button.pt-button-flat:hover {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-white);
}

/*===== Portfolio End Message =====*/
.pt-end-meassge {
    color: var(--e-global-color-secondary);
    text-align: center;
    background: var(--e-global-color-accent);
    padding: 10px;
    text-transform: uppercase;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    border-radius: var(--e-global-border-radius);
    display: none;
}

.visible {
    display: inline-block;
    width: 100%;
}

/*===== Portfolio Loader Icon =====*/
#pt-loaderIcon {
    display: none;
    text-align: center;
    margin: 20px auto;
}

.pt-dots {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.pt-dot {
    width: 12px;
    height: 12px;
    background-color: #333;
    border-radius: 50%;
    animation: bounce 1.4s infinite ease-in-out both;
}

.pt-dot:nth-child(1) {
    animation-delay: -0.32s;
}

.pt-dot:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes bounce {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }

    ;
}

/*================================================
Service Box
================================================*/
.pt-service-box.pt-style-1 {
    position: relative;
}

.pt-service-box.pt-style-1 .pt-service-media {
    position: relative;
    overflow: hidden;
    border-radius: 500px;
}

.pt-service-box.pt-style-1 .pt-service-media img {
    height: 560px;
    width: 100%;
    object-fit: cover;
    border-radius: 500px;
    transition: var(--transition);
}

.pt-service-box.pt-style-1 .pt-service-content {
    opacity: 0;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 30px;
    border-radius: 500px;
    background: linear-gradient(0deg, #573044 10%, rgba(87, 48, 68, 0) 75%);
    transition: var(--transition);
}

.pt-service-box.pt-style-1:hover .pt-service-content {
    opacity: 1;
}

.pt-service-box.pt-style-1 .pt-service-content .pt-service-title {
    color: var(--e-global-color-white);
    transform: translateY(40px);
    transition: var(--transition);
    margin-bottom: 15px;
}

.pt-service-box.pt-style-1:hover .pt-service-content .pt-service-title {
    transform: translateY(0);
}

.pt-service-box.pt-style-1 .pt-service-content .pt-button-rounded {
    background-color: var(--e-global-color-white);
    border-radius: 50%;
    padding: 12px 14px;
    transform: translateY(40px);
    transition: var(--transition);
    line-height: 35px;
}

.pt-service-box.pt-style-1:hover .pt-service-content .pt-button-rounded {
    transform: translateY(0);
}

.pt-service-box.pt-style-1 .pt-service-content .pt-button-rounded:hover {
    background-color: var(--e-global-color-primary-alt);
}

.pt-service-box.pt-style-1 .pt-service-content .pt-button-rounded i {
    color: var(--e-global-color-secondary);
    transition: var(--transition);
}

.pt-service-box.pt-style-1 .pt-service-content .pt-button-rounded:hover i {
    color: var(--e-global-color-white);
}

.pt-service-box.pt-style-1 .pt-post-link {
    position: absolute;
    inset: 0;
    z-index: 9;
}

.pt-service-box-slider.pt-style-1 {
    margin-right: -202px;
}

.pt-service-box-slider.pt-style-1 .owl-nav {
    position: absolute;
    top: -33%;
    right: 13%;
    display: block;
    width: auto;
}

@media(max-width:1099px) {

    .pt-service-box.pt-style-1 .pt-service-media img {
        height: 500px;
    }

    .pt-service-box-slider.pt-style-1 {
        margin-right: 0;
    }

    .pt-service-box-slider.pt-style-1 .owl-nav {
        display: none;
    }

    ;
}


/*===== service box slider =====*/

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2 {
    background-color: rgba(var(--e-global-color-primary-rgb), 0.9);
    border-radius: var(--e-global-border-radius);
    padding: 20px;
    position: relative;
    transition: var(--transition);
}

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2.pt-active {
    background-color: var(--e-global-color-primary-alt);
}

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2 .pt-service-details {
    height: 100%;
    width: 100%;
    display: inline-grid;
    align-content: space-between;
}

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2 .pt-service-details .pt-service-info .pt-service-icon {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 10px;
    display: inline-block;
    transition: var(--transition);
    color: var(--e-global-color-white);
}

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2.pt-active .pt-service-details .pt-service-info .pt-service-icon {
    color: var(--e-global-color-white);
    transform: rotateY(180deg);
}

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2 .pt-service-details .pt-service-info .pt-service-title {
    color: var(--e-global-color-white);
    margin-bottom: 20px;
    transition: var(--transition);
}

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2.pt-active .pt-service-details .pt-service-info .pt-service-title {
    color: var(--e-global-color-white);
}

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2 .pt-service-details .pt-service-img-wrapped {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-items: end;
    align-items: end;
}

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2 .pt-service-details .pt-service-img-wrapped .pt-button.pt-button-rounded {
    background: var(--e-global-color-white);
    color: var(--e-global-color-primary);
    transition: var(--transition);
    line-height: 60px;
}

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2.pt-active .pt-service-details .pt-service-img-wrapped .pt-button.pt-button-rounded {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    transition: var(--transition);
}

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2.pt-active .pt-service-details .pt-service-img-wrapped .pt-button.pt-button-rounded i {
    transform: rotate(0deg);
}

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2 .pt-service-media {
    opacity: 0;
    color: var(--e-global-color-white);
    transition: var(--transition);
}

.pt-service-box-slider-2 .pt-service-box-slider.pt-style-2.pt-active .pt-service-media {
    opacity: 0.3;
}

.pt-service-box-slider-2 .owl-nav {
    margin-top: 30px;
}

@media(max-width:479px) {

    .pt-service-box-slider-2 .pt-service-box-slider.pt-style-2 .pt-service-details .pt-service-info .pt-service-icon {
        font-size: 54px;
        line-height: 62px;
        margin-bottom: 5px;
    }

    .pt-service-box-slider-2 .pt-service-box-slider.pt-style-2.pt-active .pt-service-details .pt-service-info .pt-service-icon {
        transform: none;
    }

    .pt-service-box-slider-2 .pt-service-box-slider.pt-style-2 .pt-service-details .pt-service-info .pt-service-title {
        margin-bottom: 5px;
    }

    .pt-service-box-slider-2 .pt-service-box-slider.pt-style-2 .pt-service-media {
        width: 90px;
        height: auto;
    }
}


/*================================================
Video Popup 
================================================*/
.pt-video-popup {
    position: relative;
}

.pt-video-popup .pt-video-popup-img img {
    width: 100%;
    object-fit: cover;
}

.pt-video-popup .pt-popup-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-youtube {
    height: 90px;
    width: 90px;
    line-height: 95px;
    text-align: center;
    border-radius: var(--e-global-big-border-radius);
    backdrop-filter: blur(20px);
    display: inline-block;
    background: rgba(var(--e-global-color-primary-rgb), .6);
    color: var(--e-global-color-white);
    font-size: 28px;
}

.pt-styel-2 .popup-youtube {
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: var(--e-global-color-white);
    color: var(--e-global-color-primary);
}

.pt-styel-2 .popup-youtube i {
    color: var(--e-global-color-primary);
}

.pt-style-3 .pt-video-popup-img {
    text-align: center;
}

.pt-style-3 .popup-youtube {
    height: 96px;
    width: 96px;
    line-height: 96px;
    font-size: 28px;
    background: var(--e-global-color-white);
    color: var(--e-global-color-primary);
}

.pt-style-3 .popup-youtube:hover {
    color: var(--e-global-color-primary);
}

.mfp-wrap .mfp-close {
    padding: 0;
    top: -50px;
    right: 0;
    font-size: 32px;
    opacity: 1;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-family: var(--e-global-typography-text-font-family);
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-primary);
    position: absolute;
    letter-spacing: 0;
    font-weight: 400;
}

.popup-youtube,
.popup-youtube:hover {
    color: var(--e-global-color-white);
}

@media(max-width:1500px) {
    .pt-video-popup .pt-video-popup-img img {
        border-radius: 0;
    }

    ;
}

@media(max-width:767px) {
    .pt-video-popup .pt-video-popup-img img {
        height: 350px;
    }

    ;
}

.pt-style-2 .pt-video-popup .pt-video-popup-img img {
    border-radius: 20px !important;
}

/* .pt-video-2 .pt-video-popup .pt-video-popup-img img {
    border-radius: 500px;
} */

/*================================================
Testimonial
================================================*/

.pt-testimonial-box.pt-style-1 {
    background: var(--e-global-color-accent);
    padding: 30px;
    border-radius: var(--e-global-border-radius);
    position: relative;
    transition: var(--transition);
    border: 1px solid rgba(var(--e-global-color-secondary-rgb), .05);
}

.pt-white .pt-testimonial-box.pt-style-1 {
    background: var(--e-global-color-white);
}

.testimonial-grey .pt-testimonial-box.pt-style-1 {
    background: var(--e-global-color-accent);
}

.owl-item.center .pt-testimonial-box.pt-style-1 {
    background-color: var(--e-global-color-primary);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-img {
    position: absolute;
    top: 10px;
    right: 35px;
    width: 170px;
    height: 170px;
    opacity: 1;
    z-index: 1;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-img img {
    width: 82px;
    height: 82px;
    border-radius: var(--e-global-big-border-radius);
    object-fit: cover;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-name {
    transition: var(--transition);
}

.owl-item.center .pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-name {
    color: var(--e-global-color-white);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-designation {
    transition: var(--transition);
}

.owl-item.center .pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-designation {
    color: var(--e-global-color-white);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star {
    margin-bottom: 10px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star i {
    margin-right: 7px;
    font-size: 18px;
    color: var(--e-global-color-primary-alt);
    transition: var(--transition);
}

.owl-item.center .pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star i {
    color: var(--e-global-color-white);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star i:last-child {
    margin-right: 0;
}

.pt-testimonial-description {
    margin: 0;
    transition: var(--transition);
}

.owl-item.center .pt-testimonial-box.pt-style-1 .pt-testimonial-description {
    color: var(--e-global-color-white);
}

.pt-1-style .pt-testimonial-slider-1 .owl-nav {
    display: block !important;
    position: absolute;
    top: -40%;
    right: 17%;
    width: auto;
}

.pt-testimonial-slider-1 .owl-nav { 
    margin-top: 30px;
}

@media(max-width:1279px) {
    .pt-1-style .pt-testimonial-slider-1 .owl-nav {
        top: -25%;
        right: 0;
    }
}

@media(max-width:1099px) {
    .pt-1-style .pt-testimonial-slider-1 .owl-nav {
        display: none !important;
    }
}

@media(max-width:397px) {
    .pt-testimonial-box.pt-style-1 {
        padding: 30px 20px;
    }

    .pt-testimonial-box.pt-style-1 .pt-testimonial-media {
        margin-bottom: 40px;
    }
}

/*===== TESTIMONIAL GRID =====*/

.pt-testimonial-box.pt-style-2 {
    padding: 30px 45px 45px;
    background-color: var(--e-global-color-white);
    border-radius: var(--e-global-border-radius);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-description {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 40px;
    color: var(--e-global-color-text);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid rgba(var(--e-global-color-primary-rgb), .1);
    justify-content: space-between;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-media {
    display: grid;
    gap: 15px;
    grid-template-columns: 55px auto;
    border-radius: var(--e-global-border-radius);
    background-color: var(--e-global-color-white);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-media .pt-testimonial-author-img {
    width: 55px;
    height: 55px;
    border-radius: var(--e-global-border-radius);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-media .pt-testimonial-author-img img {
    width: 100%;
    height: 100%;
    border-radius: var(--e-global-border-radius);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-name {
    font-size: 20px;
    line-height: 28px;
    color: var(--e-global-color-secondary);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-media .pt-testimonial-author-details .pt-testimonial-author-designation {
    font-size: 18px;
    line-height: 24px;
    color: var(--e-global-color-text);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-quote {
    font-size: 54px;
    color: var(--e-global-color-primary-alt);
    line-height: 62px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-quote i {
    line-height: inherit;
}

@media(max-width:1024px) { 
    .pt-testimonial-box.pt-style-2 { 
        padding: 30px;
    } 
}

@media(max-width:767px) {
    .pt-testimonial-box.pt-style-2 {
        padding: 20px;
    }

    .pt-testimonial-box.pt-style-2 .pt-testimonial-description {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .pt-testimonial-box.pt-style-2 .pt-testimonial-content {
        padding-top: 20px;
        gap: 20px;
    }

    .pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-media {
        display: flex;
        flex-wrap: wrap;
    }

    .pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-quote {
        font-size: 45px;
        line-height: 53px;
    }
}

@media(max-width:397px) {
    .pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-quote {
        display: none;
    }
}

/*================================================
Progress Bar
================================================*/
/*===== ProgressBar-style-1 =====*/
.pt-progressbar-box.pt-style-1 {
    display: inline-block;
    width: 100%;
}

.pt-progressbar-box.pt-style-1 .pt-progressbar-content {
    margin-bottom: 30px;
    display: inline-block;
    float: left;
    width: 100%;
}

.pt-progressbar-box.pt-style-1 .pt-progressbar-content .sonny_progressbar {
    margin-bottom: 0;
    margin-top: 5px;
}

.pt-progressbar-box.pt-style-1 .pt-progressbar-content .bar-container {
    height: 8px;
}

.pt-progressbar-box.pt-style-1 .pt-progressbar-content:last-child {
    margin-bottom: 0;
}

.pt-progressbar-box.pt-style-1 .progress-title {
    margin: 0;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-secondary);
    font-size: 20px;
    line-height: 28px;
}

.pt-progressbar-box.pt-style-1 .progress-value {
    color: var(--e-global-color-primary);
    margin: 0;
    float: right;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--e-global-typography-primary-font-family);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 400;
}

.pt-progressbar-box.pt-style-1 .pt-progress-bar span {
    display: inline-block;
    background: var(--e-global-color-white);
    float: left;
    border-radius: var(--e-global-border-radius);
}

.pt-progressbar-box.pt-style-1 .pt-progress-bar span.bar {
    background: var(--e-global-color-primary) !important;
}

.pt-bg-gray .pt-progressbar-box.pt-style-1 .pt-progress-bar span {
    background: var(--e-global-color-white);
}

/*================================================
Recent Post
================================================*/
.pt-recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.pt-recent-post:last-child {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.pt-recent-post .pt-recent-post-media {
    margin-right: 15px;
}

.pt-recent-post .pt-recent-post-media img {
    width: 90px;
    height: 90px;
    border-radius: var(--e-global-border-radius);
}

.pt-recent-post .pt-recent-post-info {
    flex: 1;
    align-self: center;
}

.pt-recent-post .pt-recent-post-info .pt-post-date {
    font-family: var(--e-global-typography-text-font-family);
    color: var(--e-global-color-secondary);
    font-size: 16px;
}

.pt-recent-post .pt-recent-post-info .pt-post-date i {
    margin-right: 10px;
}

.pt-recent-post .pt-recent-post-info h6 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--e-global-color-secondary);
}

.pt-recent-post .pt-recent-post-info h6 a:hover {
    color: var(--e-global-color-primary);
}

@media(max-width:397px) {
    .pt-recent-post .pt-recent-post-info h6 {
        font-size: 18px;
        line-height: 26px;
    }

    ;
}

/*================================================
Team
================================================*/

/* <---- style-1 ----> */

.pt-team-box.pt-style-1 {
    text-align: center;
    transition: var(--transition);
    position: relative;
}

.pt-team-box.pt-style-1 .pt-team-box-media {
    background: var(--e-global-color-accent);
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 500px;
    padding: 40px 0 0 0;
    transition: background-color 1s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.pt-bg-grey .pt-team-box.pt-style-1 .pt-team-box-media {
    background: var(--e-global-color-white);
}

.pt-team-box.pt-style-1:hover .pt-team-box-media {
    background-color: var(--e-global-color-primary);
}

.pt-team-box.pt-style-1 .pt-team-box-media img {
    object-fit: cover;
    position: relative;
}

.pt-team-box.pt-style-1 .pt-team-box-media .pt-team-social {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 9;
    opacity: 0;
    transition: var(--transition);
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social {
    opacity: 1;
}

@keyframes ec-social-fade-in {
    0% {
        opacity: 0;
        transform: translateY(15px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    ;
}

.pt-team-box.pt-style-1 .pt-team-box-media .pt-team-social li {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li {
    animation: ec-social-fade-in 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li:nth-child(1) {
    animation-delay: 0.08s;
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li:nth-child(2) {
    animation-delay: 0.16s;
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li:nth-child(3) {
    animation-delay: 0.24s;
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li:nth-child(4) {
    animation-delay: 0.32s;
}

.pt-team-box.pt-style-1 .pt-team-box-media .pt-team-social li a {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    width: 38px;
    height: 38px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--e-global-big-border-radius);
    font-size: 18px;
    transition: var(--transition);
}

.pt-team-box.pt-style-1 .pt-team-box-media .pt-team-social li a:hover {
    background: var(--e-global-color-primary-alt);
    color: var(--e-global-color-white);
}

.pt-team-box.pt-style-1 .pt-team-info {
    margin-top: 30px;
}

.pt-team-box.pt-style-1 .pt-team-info .pt-team-name {
    margin-bottom: 5px;
}

@media(max-width:767px) {
    .pt-team-box.pt-style-1 .pt-team-info {
        margin-top: 20px;
    }

    ;
}

/*================================================
Accordion
================================================*/

.accordion-box.pt-style-1 {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    background: transparent;
}

.accordion-box.pt-style-1 .accordion-box-meta {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}

.accordion-box.pt-style-1 .accordion-box-meta:first-child {
    padding-top: 0;
}

.accordion-box.pt-style-1 .accordion-box-block {
    position: relative;
}

.accordion-box.pt-style-1 .accordion-box-title {
    color: var(--e-global-color-secondary);
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.accordion-box.pt-style-1 .accordion-box-meta.pt-active .accordion-box-title {
    color: var(--e-global-color-primary);
}

.accordion-box.pt-style-1 .accordion-box-title i {
    font-size: 18px;
    transition: var(--transition);
    color: var(--e-global-color-secondary);
}

.accordion-box.pt-style-1 .accordion-box-meta.pt-active .accordion-box-title i {
    color: var(--e-global-color-primary);
}

.accordion-box.pt-style-1 .accordion-box-title i.active {
    display: inline-block;
}

.accordion-box.pt-style-1 .accordion-box-title i.inactive {
    display: none;
}

.accordion-box.pt-style-1 .accordion-box-meta.pt-active .accordion-box-title i.active {
    display: none;
}

.accordion-box.pt-style-1 .accordion-box-meta.pt-active .accordion-box-title i.inactive {
    display: inline-block;
}

.accordion-box.pt-style-1 .accordion-box-info {
    display: none;
    padding-top: 10px;
    color: var(--e-global-color-text);
}

.accordion-box.pt-style-1 .accordion-box-meta.pt-active .accordion-box-info {
    display: block;
}

.accordion-box.pt-style-1 .accordion-box-description {
    margin: 0;
}

.pt-style-1 .accordion-box.pt-style-1 .accordion-box-title i {
    width: 46px;
    height: 46px;
    line-height: 52px;
    background: var(--e-global-color-secondary);
    border-radius: var(--e-global-big-border-radius);
    color: var(--e-global-color-white);
    text-align: center;
}

@media (max-width: 479px) {
    .pt-style-1 .accordion-box.pt-style-1 .accordion-box-title i {
        width: 36px;
        height: 36px;
        line-height: 42px;
    }

    .accordion-box.pt-style-1 .accordion-box-title i {
        font-size: 16px;
    }

    ;
}

/*================================================
Price Plan
================================================*/

.pt-pricing-list-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 90px;
}

.pt-price-plan.pt-style-1 {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
    padding-bottom: 40px;
}

.pt-price-plan.pt-style-1 .pt-price-icon {
    font-size: 58px;
    line-height: 1;
    color: var(--e-global-color-primary);
}

.pt-price-plan.pt-style-1 .pt-price-content {
    flex: 1;
    position: relative;
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-heading .pt-price-title {
    color: var(--e-global-color-secondary);
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-heading .pt-price-line {
    flex: 1;
    height: 1px;
    background: rgba(var(--e-global-color-secondary-rgb), .1);
}

.pt-bg-grey .pt-price-plan.pt-style-1 .pt-price-content .pt-price-heading .pt-price-line {
    background: rgba(var(--e-global-color-secondary-rgb), .2);
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-heading .pt-price-value {
    font-size: 28px;
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family);
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-description {
    margin: 0;
    max-width: 400px;
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-img {
    position: absolute;
    top: 0;
    right: 110px;
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-img img {
    border-radius: 100px;
    height: 140px;
    transform: rotate(20deg);
    scale: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pt-price-plan.pt-style-1.pt-active .pt-price-content .pt-price-img img {
    scale: 1;
}

@media(max-width:1024px) {
    .pt-pricing-list-1 {
        grid-template-columns: 1fr;
    }
}

@media(max-width:767px) {
    .pt-price-plan.pt-style-1 {
        flex-direction: column;
    }

    .pt-price-plan.pt-style-1:last-child {
        padding-bottom: 0;
    }

    .pt-price-plan.pt-style-1:last-child .pt-price-content .pt-price-img {
        top: -50px;
    }
}

@media(max-width:479px) {
    .pt-price-plan.pt-style-1 .pt-price-content .pt-price-img {
        right: 80px;
    }
}

/*===== Pricing box style 2 =====*/

.pt-price-plan.pt-style-2 {
    background-color: var(--e-global-color-white);
    border-radius: var(--e-global-border-radius);
    padding: 45px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.pt-price-plan.pt-style-2 .pt-price-card .pt-price-card-inner .pt-price-title {
    color: var(--e-global-color-secondary);
    margin-bottom: 20px;
}

.pt-price-plan.pt-style-2 .pt-price-card .pt-price-card-inner .pt-price-row {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(var(--e-global-color-secondary-rgb), .1);
}

.pt-price-plan.pt-style-2 .pt-price-card .pt-price-card-inner .pt-price-row .pt-price-amount {
    font-size: 72px;
    line-height: 80px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
}

.pt-price-plan.pt-style-2 .pt-price-card .pt-price-card-inner .pt-price-row .pt-price-period {
    font-size: 24px;
    line-height: 32px;
    color: var(--e-global-color-secondary);
}

.pt-price-plan.pt-style-2 .pt-price-card .pt-price-card-inner .pt-price-features {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.pt-price-plan.pt-style-2 .pt-price-card .pt-price-card-inner .pt-price-features li {
    list-style: none;
    margin-bottom: 15px;
    color: var(--e-global-color-secondary);
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pt-price-plan.pt-style-2 .pt-price-card .pt-price-card-inner .pt-price-features li:last-child {
    margin-bottom: 0;
}

.pt-price-plan.pt-style-2 .pt-price-card .pt-price-card-inner .pt-price-features li i {
    color: var(--e-global-color-primary-alt);
    line-height: 1;
}

.pt-pricing-slider-2 .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}

.pt-pricing-slider-2 .owl-carousel .owl-nav button.owl-prev {
    left: -56%;
    width: 62px;
    height: 62px;
    line-height: 62px;
}

.pt-pricing-slider-2 .owl-carousel .owl-nav button.owl-next {
    right: -56%;
    width: 62px;
    height: 62px;
    line-height: 62px;
}

.pt-pricing-slider-2 .owl-carousel .owl-nav button.owl-prev,
.pt-pricing-slider-2 .owl-carousel .owl-nav button.owl-next {
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-primary);
    border-radius: 900px;
}

.pt-pricing-slider-2 .owl-carousel .owl-nav button.owl-prev:hover,
.pt-pricing-slider-2 .owl-carousel .owl-nav button.owl-next:hover {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
}

@media(max-width:1679px) {
    .pt-pricing-slider-2 .owl-nav {
        display: none;
    }

    ;
}

@media(max-width:479px) {
    .pt-price-plan.pt-style-2 {
        padding: 45px 30px;
    }

    .pt-price-plan.pt-style-2 .pt-price-card .pt-price-card-inner .pt-price-title {
        font-size: 32px;
        line-height: 40px;
    }

    .pt-price-plan.pt-style-2 .pt-price-card .pt-price-card-inner .pt-price-row .pt-price-amount {
        font-size: 58px;
        line-height: 66px;
    }

    ;
}

@media(max-width:397px) {

    .pt-price-plan.pt-style-2 {
        padding: 20px;
    }

    .pt-price-plan.pt-style-2 .pt-price-card .pt-price-card-inner .pt-price-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .pt-price-plan.pt-style-2 .pt-price-card .pt-price-card-inner .pt-price-row .pt-price-amount {
        font-size: 48px;
        line-height: 56px;
    }

    ;
}

/*===== Pricing box style 3 =====*/

.pt-pricebox.pt-pricebox-style-3 {
    display: flex;
    justify-content: space-between;
    padding: 45px 45px 45px 45px;
    align-items: center;
    flex-wrap: wrap;
    border-radius: var(--e-global-border-radius);
    background-color: var(--e-global-color-white);
    transform: translate(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pt-pricebox.pt-pricebox-style-3:hover {
    transform: translateY(-10px);
}

.pt-pricebox.pt-pricebox-style-3.active {
    background-color: var(--e-global-color-primary);
}

.pt-pricebox.pt-pricebox-style-3 .pt-pricebox-left .pt-price-title {
    color: var(--e-global-color-primary);
    margin-bottom: 5px;
}

.pt-pricebox.pt-pricebox-style-3.active .pt-pricebox-left .pt-price-title {
    color: var(--e-global-color-white);
}

.pt-pricebox.pt-pricebox-style-3 .pt-pricebox-left .pt-price-sub-title {
    color: var(--e-global-color-text);
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.pt-pricebox.pt-pricebox-style-3.active .pt-pricebox-left .pt-price-sub-title {
    color: var(--e-global-color-white);
}

.pt-pricebox.pt-pricebox-style-3 .pt-pricebox-left .price {
    font-size: clamp(1.75rem, 1.2rem + 1.6vw, 2.5rem);
    color: var(--e-global-color-secondary);
}

.pt-pricebox.pt-pricebox-style-3.active .pt-pricebox-left .price {
    color: var(--e-global-color-white);
}

.pt-pricebox.pt-pricebox-style-3 .pt-pricebox-left .price span.pt-currency {
    font-size: 20px !important;
    line-height: 28px;
    vertical-align: super;
    color: var(--e-global-color-primary);
}

.pt-pricebox.pt-pricebox-style-3.active .pt-pricebox-left .price span.pt-currency {
    color: var(--e-global-color-white);
}

.pt-pricebox.pt-pricebox-style-3 .pt-pricebox-left .price .pt-price-duration {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-left: 5px;
    font-family: var(--e-global-typography-text-font-family);
    color: var(--e-global-color-text);
}

.pt-pricebox.pt-pricebox-style-3.active .pt-pricebox-left .price .pt-price-duration {
    color: var(--e-global-color-white);
}

.pt-pricebox.pt-pricebox-style-3 .pt-pricebox-center .pt-list-info {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.pt-pricebox.pt-pricebox-style-3 .pt-pricebox-center .pt-list-info li.pt-list-item {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.pt-pricebox.pt-pricebox-style-3 .pt-pricebox-center .pt-list-info li.pt-list-item span p {
    margin: 0;
}

.pt-pricebox.pt-pricebox-style-3 .pt-pricebox-center .pt-list-info li i {
    font-size: 16px;
    line-height: 1;
    color: var(--e-global-color-primary-alt);
}

.pt-pricebox.pt-pricebox-style-3.active .pt-pricebox-center .pt-list-info li i {
    color: var(--e-global-color-white);
}

.pt-pricebox.pt-pricebox-style-3 .pt-pricebox-center .pt-list-info li i::before {
    line-height: inherit;
}

.pt-pricebox.pt-pricebox-style-3 .pt-pricebox-center .pt-list-info li span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.pt-pricebox.pt-pricebox-style-3.active .pt-pricebox-center .pt-list-info li span {
    color: var(--e-global-color-white);
}

.pt-pricebox.pt-pricebox-style-3.active .pt-btn-container.pt-activate .pt-button.pt-button-flat:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-white);
}

.pt-pricebox.pt-pricebox-style-3.active .pt-btn-container.pt-activate .pt-button.pt-button-flat .pt-button-animation {
    background: var(--e-global-color-white);
}

.pt-price-offer-before::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 24px solid var(--e-global-color-primary);
    top: 83%;
    left: 3%;
    transform: rotate(-52deg);
    border-radius: 0;
}

.pt-pricebox.pt-pricebox-style-3.active .pt-button.pt-button-flat {
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
}

.pt-pricebox.pt-pricebox-style-3.active .pt-button.pt-button-flat:hover {
    color: var(--e-global-color-white);
}

.pt-price-offer-before {
    background-color: var(--e-global-color-white);
}

@media(max-width:1200px) {
    .pt-pricebox.pt-pricebox-style-3 {
        padding: 45px;
    }
}

@media(max-width:767px) {
    .pt-pricebox.pt-pricebox-style-3 {
        padding: 30px 20px;
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width:979px) {
    .pq-price-box.pq-style-3 {
        flex-direction: column;
    }
}

/*================================================
Cards
================================================*/
.pt-cards-body .content-area .site-main,
.pt-cards-body .content-area .site-main .elementor-section.elementor-top-section.pt-cards-section {
    overflow: visible;
}

.pt-cards {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(var(--cards-count), var(--card-height));
    gap: 30px 0;
}

.pt-cards .pt-card.pt-style-1 {
    position: sticky;
    top: 130px;
}

.pt-card.pt-style-1 .pt-card-inner {
    display: grid;
    gap: 60px;
    grid-template-columns: 1.9fr 1fr;
    overflow: hidden;
    align-items: center;
}

.pt-card.pt-style-1 .pt-card-inner .pt-card-image img {
    border-radius: var(--e-global-border-radius);
    width: 100%;
}

.pt-card.pt-style-1 .images-compare-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: var(--e-global-border-radius);
    width: 100%;
    max-width: 100% !important;
}

.pt-card.pt-style-1 .images-compare-before {
    will-change: clip;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    width: 100% !important;
}

.pt-card.pt-style-1 .images-compare-after {
    pointer-events: none;
    width: 100% !important;
}

.pt-card.pt-style-1 .images-compare-before img,
.pt-card.pt-style-1 .images-compare-after img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.pt-card.pt-style-1 .images-compare-separator {
    position: absolute;
    background: var(--e-global-color-text);
    height: 100%;
    width: 1px;
    z-index: 4;
    left: 0;
    top: 0;
}

.pt-card.pt-style-1 .images-compare-handle {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -22px;
    border-radius: 1000px;
    z-index: 9;
    background: var(--e-global-color-primary);
    cursor: pointer;
}

/* Drag handle arrows */
.pt-card.pt-style-1 .images-compare-left-arrow,
.pt-card.pt-style-1 .images-compare-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.pt-card.pt-style-1 .images-compare-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.pt-card.pt-style-1 .images-compare-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.pt-card.pt-style-1 .pt-images-label {
    text-transform: capitalize;
    font-family: var(--e-global-typography-primary-font-family);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    color: var(--e-global-color-white);
    pointer-events: none;
    display: none;
    font-size: 18px;
    line-height: 26px;
}

.pt-card.pt-style-1 .images-compare-container .pt-images-label {
    display: inherit;
}

.pt-card.pt-style-1 .images-compare-before .pt-images-label {
    left: 20px;
}

.pt-card.pt-style-1 .images-compare-after .pt-images-label {
    left: auto;
    right: 20px;
}

.pt-cards .pt-card.pt-style-1 .pt-card-content {
    height: 100%;
    padding: 90px 30px 30px 30px;
    border-radius: var(--e-global-border-radius);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.pt-cards .pt-card.pt-style-1:nth-child(1) .pt-card-content {
    background-color: var(--e-global-color-accent);
}

.pt-cards .pt-card.pt-style-1:nth-child(2) .pt-card-content {
    background-color: var(--e-global-color-primary-alt);
}

.pt-cards .pt-card.pt-style-1:nth-child(3) .pt-card-content {
    background-color: var(--e-global-color-primary);
}


.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon i {
    color: var(--e-global-color-white);
    font-size: 68px;
    line-height: 1;
}

.pt-cards .pt-card.pt-style-1:nth-child(1) .pt-card-content .pt-card-icon i {
    color: var(--e-global-color-secondary);
}

.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon span {
    color: var(--e-global-color-white);
    opacity: 0.1;
    position: absolute;
    top: 40px;
    right: 40px;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 92px;
    line-height: 1;
}

.pt-cards .pt-card.pt-style-1:nth-child(1) .pt-card-content .pt-card-icon span {
    color: var(--e-global-color-primary);
}

.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-card-title {
    color: var(--e-global-color-white);
    margin: 30px 0 10px;
}

.pt-cards .pt-card.pt-style-1:nth-child(1) .pt-card-content .pt-card-main .pt-card-title {
    color: var(--e-global-color-secondary);
}

.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-card-description {
    color: var(--e-global-color-white);
}

.pt-cards .pt-card.pt-style-1:nth-child(1) .pt-card-content .pt-card-main .pt-card-description {
    color: var(--e-global-color-secondary);
}

.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-button.pt-button-link .pt-button-text {
    color: var(--e-global-color-white);
}

.pt-cards .pt-card.pt-style-1:nth-child(1) .pt-card-content .pt-card-main .pt-button.pt-button-link .pt-button-text {
    color: var(--e-global-color-secondary);
}

.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-button.pt-button-link .pt-button-text::before {
    background: var(--e-global-color-white);
}

.pt-cards .pt-card.pt-style-1:nth-child(1) .pt-card-content .pt-card-main .pt-button.pt-button-link .pt-button-text::before {
    background: var(--e-global-color-secondary);
}

.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-button.pt-button-link .pt-button-text::after {
    background: var(--e-global-color-white);
}

.pt-cards .pt-card.pt-style-1:nth-child(1) .pt-card-content .pt-card-main .pt-button.pt-button-link .pt-button-text::after {
    background: var(--e-global-color-secondary);
}

@media(max-width:1099px) {
    .pt-card.pt-style-1 .pt-card-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pt-card.pt-style-1 {
        position: relative;
        top: 0;
    }

    ;
}

@media(max-width:799px) {
    .pt-cards .pt-card.pt-style-1 .pt-card-content {
        padding: 30px;
    }

    ;
}

@media(max-width:767px) {
    .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-card-title {
        margin: 20px 0 10px;
    }

    .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon span {
        top: 20px;
        right: 40px;
        font-size: 82px;
    }

    ;
}

@media(max-width:397px) {
    .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon span {
        font-size: 68px;
        right: 20px;
    }

    ;
}

/*================================================
Custom Cursor Container
================================================*/
.cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    transition: all .3s ease-in-out;
}

/* Dot */
.cursor .cursor-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Ring (scroll progress indicator) */
.cursor .cursor-ring {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
}

.cursor svg {
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
}

.cursor .ring-bg {
    stroke: var(--e-global-color-text);
    stroke-width: 2;
}

.cursor .ring-progress {
    stroke: var(--e-global-color-primary);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 113;
    stroke-dashoffset: 113;
    transition: stroke-dashoffset 0.2s linear;
    ;
}

/*================================================
Blog
================================================*/

.single-post .pt-blog-post,
.pt-blog .owl-carousel .pt-blog-post {
    margin-bottom: 0;
}

.pt-blog-post {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    float: left;
}

/*===== Blog Image =====*/
.pt-blog-post .pt-post-media {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: var(--e-global-border-radius);
}

.pt-blog-post .pt-post-media img {
    transition: var(--transition);
}

.pt-blog-post .pt-post-media .pt-blog-image {
    position: relative;
    overflow: hidden;
}

.pt-blog-post .pt-post-media .pt-blog-image::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.pt-blog-post:hover .pt-post-media .pt-blog-image::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

/*===== Blog contain =====*/

.pt-blog-post .pt-post-category {
    margin-bottom: 8px;
}

.pt-blog-post .pt-post-category a { 
    color: var(--e-global-color-primary-alt);
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pt-blog-post .pt-blog-contain .pt-btn-container {
    margin-top: 15px;
}

/*===== Blog Meta =====*/

.pt-blog-post .pt-post-meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.pt-blog-post .pt-post-meta ul li {
    display: inline-block;
    text-align: center;
}

.pt-blog-post .pt-post-meta ul li a {
    color: var(--e-global-color-primary);
}

/* .pt-blog-post .pt-post-meta ul li a:hover {
    text-decoration: underline !important;
} */

.pt-blog-post .pt-post-meta ul li:last-child {
    margin-right: 0;
}

.pt-blog-post .pt-post-meta ul .pt-post-date a {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.04em;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-text);
    transition: var(--transition);
}

/*===== Blog 1 Column =====*/
.pt-blog.pt-blog-col-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px 30px;
}

.pt-blog.pt-blog-col-1 .pt-blog-post {
    margin-bottom: 0;
}

/*===== Blog 2 Column =====*/
.pt-blog.pt-blog-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px 30px;
}

.pt-blog.pt-blog-col-2 .pt-blog-post {
    margin-bottom: 0;
}

@media(max-width:767px) {
    .pt-blog.pt-blog-col-2 {
        grid-template-columns: 1fr;
    }
}

/*===== Blog 3 Column =====*/
.pt-blog.pt-blog-col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px 30px;
    row-gap: 0;
}

.pt-blog.pt-blog-col-3 .pt-blog-post .pt-blog-contain {
    margin-bottom: 0;
}

@media(max-width:1023px) {
    .pt-blog.pt-blog-col-3 {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:767px) {
    .pt-blog.pt-blog-col-3 {
        grid-template-columns: 1fr;
    }
}

/*===== Blog-list =====*/
.pt-blog-post.pt-list {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding: 30px;
    border-radius: var(--e-global-border-radius);
    gap: 30px;
    background-color: var(--e-global-color-accent);
    border: 1px solid transparent;
    transition: var(--transition);
    margin-bottom: 30px;
}

.pt-blog-post.pt-list:last-child {
    margin-bottom: 0;
}

.pt-blog-post.pt-list .pt-post-media img {
    height: 150px;
    object-fit: cover;
}

.pt-blog-post.pt-list .pt-post-media {
    border-radius: var(--e-global-border-radius);
}

.pt-blog-post.pt-list .pt-blog-contain {
    padding: 0;
    background-color: none;
    margin-bottom: 0;
}

.pt-blog-post.pt-list .pt-blog-contain .pt-blog-title {
    font-size: 24px;
    line-height: 32px;
    transition: var(--transition);
}

.pt-blog-post.pt-list.pt-active .pt-blog-contain .pt-blog-title {
    color: var(--e-global-color-primary);
}

.pt-blog-post.pt-list .pt-btn-container {
    margin-top: 0;
}

.pt-blog-post.pt-list .pt-button {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: var(--transition);
}

.pt-blog-post.pt-list.pt-active .pt-button {
    transform: rotate(-32deg);
    background: var(--e-global-color-primary);
}

@media(max-width:1279px) {
    .pt-blog-post.pt-list .pt-button {
        position: relative;
        top: inherit;
        right: inherit;
    }
}

@media(max-width:1023px) {
    .pt-blog-post.pt-list .pt-button {
        position: absolute;
        top: 20px;
        right: 30px;
    }
}

@media(max-width:767px) {
    .pt-blog-post.pt-list .pt-button {
        position: relative;
        top: inherit;
        right: inherit;
        margin-top: 20px;
    }
}

@media(max-width:575px) {
    .pt-blog-post.pt-list {
        display: block;
        padding: 0;
    }

    .pt-blog-post.pt-list .pt-post-media img {
        height: 100%;
    }

    .pt-blog-post.pt-list .pt-blog-contain {
        padding: 15px;
    }
}

.pt-blog .owl-nav {
    display: none;
}

/*===== single project css =====*/
.single-post .pt-blog-post {
    margin-bottom: 0;
}

.pt-single-post-bottom-holder {
    margin: 45px 0;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid rgba(var(--e-global-color-secondary-rgb), .2);
    border-top: 1px solid rgba(var(--e-global-color-secondary-rgb), .2);
}

.pt-single-post-bottom-holder .pt-single-post-tags {
    display: flex;
    align-items: center;
}

.pt-single-post-bottom-holder .pt-single-post-tags-title {
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-secondary);
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li {
    margin: 0 0 0 8px;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--e-global-typography-primary-font-family);
    text-transform: uppercase;
    background: var(--e-global-color-accent);
    margin: 0;
    display: inline-block;
    float: left;
    color: var(--e-global-color-primary);
    padding: 4px 16px;
    letter-spacing: 0.04em;
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.5s ease-in-out;
    border-radius: var(--e-global-big-border-radius);
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a:hover {
    border-color: var(--e-global-color-primary);
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
}

/*===== Blog Single Post - Social Media =====*/

.pt-single-post-bottom-holder .pt-single-post-social-title {
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-secondary);
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li {
    margin: 0 0 0 8px;
    padding: 0;
    list-style: none;
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a {
    width: 50px;
    height: 50px;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: var(--e-global-big-border-radius);
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a:hover {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
}

.pt-single-post-usernav .pt-user {
    background: var(--e-global-color-accent);
    padding: 30px;
    display: flex;
    align-items: flex-start;

    border-radius: var(--e-global-border-radius);
}

.pt-single-post-usernav .pt-user .pt-user-media {
    margin-right: 30px;
}

.pt-single-post-usernav .pt-user .pt-user-media img {
    width: 180px;
    border-radius: var(--e-global-border-radius);
    border: 1px solid rgba(var(--e-global-color-secondary-rgb), .2);
}

.pt-single-post-usernav .pt-user-info .pt-user-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
    color: var(--e-global-color-primary);
}

.pt-single-post-usernav .pt-user-info .pt-user-sub-title {
    text-transform: capitalize;
    letter-spacing: 0.04em;
    color: var(--e-global-color-secondary);
}

.pt-single-post-usernav .pt-user-description {
    margin-bottom: 0;
    margin-top: 10px;
}

.pt-blog.pt-single-post {
    padding: 0 30px 45px;
}

.pt-blog.pt-single-post h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
}

@media(max-width:767px) {
    .pt-single-post-bottom-holder {
        display: block;
    }

    .pt-single-post-social-share {
        margin-bottom: 30px;
    }

    .pt-single-post-usernav .pt-user {
        align-items: flex-start;
        padding: 15px;
    }

    ;
}

@media(max-width:479px) {
    .pt-single-post-bottom-holder {
        padding-bottom: 20px;
    }

    .pt-single-post-usernav .pt-user {
        display: block;
    }

    .pt-single-post-usernav .pt-user .pt-user-media img {
        width: 80px;
    }

    .pt-single-post-usernav .pt-user .pt-user-media {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .pt-single-post-bottom-holder ul.pt-single-post-tags-list li {
        margin-bottom: 5px;
    }

    ;
}

/*===== Single Project =====*/
.pt-single-post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    padding: 45px 30px;
    margin-bottom: 0;
    background: var(--e-global-color-accent);
    /* border-top: 1px solid rgba(var(--e-global-color-secondary-rgb), .2); */
    border-radius: var(--e-global-border-radius);
}

.single-post .pt-single-post-navigation {
    margin-bottom: 40px;
    margin-top: 30px;
}

.pt-single-post-navigation .pt-single-post-nav {
    position: relative;
    padding-left: 75px;
    display: inline-block;
    cursor: pointer;
}

.pt-single-post-navigation a:hover {
    color: var(--e-global-color-secondary);
}

.pt-single-post-navigation .pt-single-post-nav:before {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f053";
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    font-size: 20px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-primary);
    text-align: center;
    transition: all 0.5s ease-in-out;
    border-radius: var(--e-global-big-border-radius);
}

.pt-single-post-navigation .pt-single-post-nav.pt--next {
    padding-left: 0;
    padding-right: 75px;
    text-align: right;
}

.pt-single-post-navigation .pt-single-post-nav.pt--next:before {
    content: "\f054";
    right: 0;
    left: inherit;
}

.pt-single-post-navigation .pt-single-post-nav-title h4 {
    font-size: 24px;
    line-height: 32px;
}

.pt-single-post-nav-label {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    transition: var(--transition);
}

.pt-single-post-navigation+h2+.pt-masonry {
    margin-left: -15px;
    margin-top: 30px;
}

.pt-single-post-navigation .pt-single-post-nav:hover .pt-single-post-nav-label {
    color: var(--e-global-color-primary);
}

.pt-single-post-navigation .pt-single-post-nav:hover:before {
    background: var(--e-global-color-primary);
}

@media(max-width:767px) {
    .pt-single-post-navigation {
        padding: 45px 15px;
    }

    .pt-single-post-navigation .pt-single-post-nav-title h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .pt-single-post-navigation+h2+.pt-masonry {
        margin-left: 0;
    }

    ;
}

@media(max-width:576px) {
    .pt-single-post-navigation {
        display: block;
    }

    .pt-single-post-navigation .pt-single-post-nav.pt--next {
        margin-top: 15px;
        display: block;
    }

    ;
}

/*================================================
Glass Effect
================================================*/
.pt-glass-effect {
    position: relative;
    overflow: hidden;
}

.pt-glass-effect::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.pt-glass-effect:hover::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

.pt-mask1-glass-effect {
    position: relative;
}

.pt-mask1-glass-effect::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.pt-mask1-glass-effect:hover::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

.pt-mask2-glass-effect {
    position: relative;
}

.pt-mask2-glass-effect::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.pt-mask2-glass-effect:hover::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

/*================================================
Woocommerce Button
================================================*/
/*+++++ Cart Block +++++*/
.admin-bar .offcanvas-end {
    top: 47px;
}

.pt-cart-button .offcanvas {
    padding: 75px 30px 45px;
    height: calc(100% - 0);
    top: 0;
    right: 0;
}

.admin-bar .pt-cart-button .offcanvas {
    height: calc(100% - 62px);
    top: 47px;
}

.pt-cart-button .widget_shopping_cart_content {
    height: calc(100vh - 360px);
}

.admin-bar .pt-cart-button .widget_shopping_cart_content {
    height: calc(100vh - 410px);
}

.pt-cart-button .widget_shopping_cart_content .product_list_widget {
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0 15px 0 0;
}

.pt-cart-button .widget_shopping_cart_content .product_list_widget::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
}

.pt-cart-button .widget_shopping_cart_content .product_list_widget::-webkit-scrollbar-track {
    background-color: var(--e-global-color-accent);
    border-radius: 8px;
}

.pt-cart-button .widget_shopping_cart_content .product_list_widget::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-primary);
    border-radius: 8px;
}

.pt-cart-button .offcanvas .pt-cart-header h3.modal-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    font-family: var(--e-global-typography-primary-font-family);
}

.pt-cart-button ul.product_list_widget li.mini_cart_item {
    font-size: 16px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
}

.pt-cart-button ul.cart_list li img,
ul.product_list_widget li img {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    border-radius: var(--border-radius);
}

.pt-cart-button ul.cart_list li a {
    display: block;
    color: var(--e-global-color-secondary);
    text-decoration: none;
    font-weight: 400;
    font-family: var(--e-global-typography-primary-font-family);
    padding-right: 30px;
    line-height: normal;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 26px;
}

.pt-cart-button ul.product_list_widget a.remove {
    float: right;
    right: 8px;
    top: 0;
    left: inherit;
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    padding: 0;
    line-height: 1;
    height: 1em;
    width: 1em;
    color: var(--e-global-color-secondary);
    text-align: center;
    background: transparent;
    font-family: var(--e-global-typography-text-font-family);
    margin: 0;
}

.pt-cart-button ul.product_list_widget a.remove:hover {
    color: var(--e-global-color-primary) !important;
}

.pt-cart-button .woocommerce-mini-cart__total.total {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}

.pt-cart-button .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
    float: right;
    color: var(--e-global-color-secondary);
    font-weight: 700;
    font-family: var(--e-global-typography-text-font-family);
}

.pt-cart-button .woocommerce-mini-cart__buttons .button {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    border-radius: 0;
    font-weight: 400;
    padding: 12px 30px;
    height: auto;
    font-size: 16px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 900px;
}

.pt-cart-button .woocommerce-mini-cart__buttons .button:hover {
    background: var(--e-global-color-secondary);
}

.pt-cart-button .woocommerce-mini-cart__buttons .button.checkout {
    margin-bottom: 0;
    background: none;
    border: 1px solid var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
}

.pt-cart-button .woocommerce-mini-cart__buttons .button.checkout:hover {
    background: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
}

.pt-cart-button p {
    margin-bottom: 0;
}

.pt-cart-button .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    background: var(--e-global-color-primary);
    width: 50px;
    height: 50px;
    line-height: 56px;
    text-align: center;
    color: var(--e-global-color-white);
    font-size: 20px;
    border-radius: 900px;
    padding: 0;
    opacity: 1;
}

.pt-cart-button .btn-close:hover {
    background: var(--e-global-color-secondary);
}

.pt-sidebar .pt-close-btn i {
    line-height: inherit;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item dl.variation {
    display: none;
}

.woocommerce-checkout td.product-name dl.variation {
    display: none;
}

/*================================================
faq tab
================================================*/

.pt-faq-wrapper {
    display: flex;
    gap: 60px;
    width: 100%;
    align-items: flex-start;
}

.pt-faq-wrapper .pt-faq-sidebar {
    background: var(--e-global-color-white);
    border-radius: var(--e-global-border-radius);
    padding: 30px;
    min-width: 350px;
}

.pt-faq-wrapper .pt-faq-sidebar .pt-faq-sidebar-title {
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 25px;
    border-bottom: 1px solid rgba(var(--e-global-color-secondary-rgb), .1);
}

.pt-faq-wrapper .pt-faq-sidebar .pt-faq-tab-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 30px;
    border-radius: var(--e-global-big-border-radius);
    border: none;
    background: none;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    transition: background 0.3s, color 0.3s;
    background-color: var(--e-global-color-accent);
    margin-bottom: 20px;
}

.pt-faq-wrapper .pt-faq-sidebar .pt-faq-tab-btn:last-child {
    margin-bottom: 0;
}

.pt-faq-wrapper .pt-faq-sidebar .pt-faq-tab-btn:hover {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
}

.pt-faq-wrapper .pt-faq-sidebar .pt-faq-tab-btn.pt-active {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
}

.pt-faq-wrapper .pt-faq-sidebar .pt-faq-tab-btn .pt-arrow {
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 24px;
    line-height: 1px;
}

.pt-faq-wrapper .pt-faq-sidebar .pt-faq-tab-btn.pt-active .pt-arrow {
    opacity: 1;
}

.pt-faq-wrapper .pt-faq-panel {
    flex: auto;
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content {
    display: none;
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content.pt-active {
    display: block;
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item {
    border-bottom: 1px solid rgba(var(--e-global-color-secondary-rgb), .1);
    padding: 30px 0;
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item:first-child {
    padding-top: 0;
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-question {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    border: none;
    background: none;
    font-size: 22px;
    line-height: 60px;
    font-weight: 600;
    padding: 0;
    font-family: var(--e-global-typography-primary-font-family);
    transition: all 0.2s ease-in-out;
    justify-items: start;
    text-align: start;
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-question:hover {
    color: var(--e-global-color-primary);
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-question .pt-faq-icon {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--e-global-big-border-radius);
    background: var(--e-global-color-white);
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-question .pt-faq-icon i {
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-size: 17px;
    line-height: 1;
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-question .pt-faq-icon .icon-plus {
    opacity: 1;
    transform: rotate(0deg);
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-question .pt-faq-icon .icon-minus {
    opacity: 0;
    transform: rotate(-90deg);
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item.pt-open .pt-faq-question .pt-faq-icon .icon-plus {
    opacity: 0;
    transform: rotate(90deg);
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item.pt-open .pt-faq-question .pt-faq-icon .icon-minus {
    opacity: 1;
    transform: rotate(0deg);
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item.pt-open .pt-faq-answer {
    max-height: 300px;
    opacity: 1;
}

.pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-answer p {
    margin-bottom: 0;
    max-width: 800px;
    font-size: 20px;
    line-height: 28px;
    transition: all 0.2s ease-in-out;
}

@media(max-width:1279px) {
    .pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-question {
            line-height: 30px;
    }

    .pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-answer p { 
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .pt-faq-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .pt-faq-wrapper .pt-faq-sidebar {
        width: 100%;
        min-width: auto;
    }

      .pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content {
        padding: 0 30px;
      }

    .pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-question {
        line-height: 30px;
    }

    .pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-answer p {
        padding-top: 10px;
    }

    .pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-question .pt-faq-icon {
        position: relative;
        width: 42px;
        height: 42px;
    }

    .pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-question .pt-faq-icon i {
        font-size: 14px;
    }

}

@media(max-width:397px) {

    .pt-faq-wrapper .pt-faq-sidebar {
        padding: 20px 15px;
    }

    .pt-faq-wrapper .pt-faq-sidebar .pt-faq-tab-btn {
        padding: 14px 20px;
        font-size: 20px;
        line-height: 28px;
    }

     .pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content { 
        padding: 0 ;
     }

    .pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-question {
        font-size: 18px;
        line-height: 26px;
        align-items: start;
    }

    .pt-faq-wrapper .pt-faq-panel .pt-faq-tab-content .pt-faq-item .pt-faq-question .pt-faq-icon {
        width: 32px;
        height: 32px;
    }

}

/*================================================
Appoiment Booking 
================================================*/

.pt-bkg-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 100px;
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-doctor-profile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-doctor-profile .pt-bkg-doctor-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-doctor-profile .pt-bkg-doctor-name-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-doctor-profile .pt-bkg-doctor-name-row .pt-bkg-doctor-name {
    font-size: 28px;
    line-height: 36px;
    color: var(--e-global-color-secondary);
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-doctor-profile .pt-bkg-doctor-name-row .pt-bkg-doctor-sep {
    color: var(--e-global-color-secondary);
    font-weight: 600;
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-doctor-profile .pt-bkg-doctor-name-row .pt-bkg-doctor-role {
    font-size: 18px;
    color: var(--e-global-color-text);
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-doctor-profile .pt-bkg-doctor-desc {
    font-size: 28px;
    line-height: 36px;
    color: var(--e-global-color-secondary);
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-slots-card {
    background: var(--e-global-color-accent);
    border-radius: var(--e-global-border-radius);
    padding: 30px;
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-slots-card .pt-bkg-slots-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-slots-card .pt-bkg-slots-grid .pt-bkg-slot-day-head {
    font-size: 20px;
    color: var(--e-global-color-secondary);
    text-align: center;
    padding-bottom: 15px;
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-slots-card .pt-bkg-slots-grid .pt-bkg-slot-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-slots-card .pt-bkg-slots-grid .pt-bkg-slot-col .pt-bkg-slot-time {
    background: var(--e-global-color-white);
    border-radius: 20px;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--e-global-color-text);
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    transition: background .2s, border-color .2s, color .2s;
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-slots-card .pt-bkg-slots-grid .pt-bkg-slot-col .pt-bkg-slot-time:hover,
.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-slots-card .pt-bkg-slots-grid .pt-bkg-slot-col .pt-bkg-slot-time.selected {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    font-weight: 600;
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-sunday-note {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-size: 20px;
    color: var(--e-global-color-secondary);
    font-weight: 600;
    margin-top: 20px;
}

.pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-sunday-note .pt-bkg-sunday-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f25c5c;
}

.pt-bkg-btn-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.pt-bkg-wrapper .pt-bkg-right-panel {
    flex: auto;
}

.pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 45px;
}

.pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-header .pt-bkg-cal-nav {
    background: none;
    border: none;
    font-size: 32px;
    color: var(--e-global-color-secondary);
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 8px;
    line-height: 12px;
}

.pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-header .pt-bkg-cal-month-year {
    font-size: 38px;
    line-height: 46px;
    color: var(--e-global-color-primary);
    min-width: 220px;
    text-align: center;
}

.pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-grid .pt-bkg-cal-day-head {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
    padding-bottom: 15px;
}

.pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-grid .pt-bkg-cal-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
    border-radius: 50%;
    cursor: pointer;
    transition: background .15s, color .15s;
}

.pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-grid .pt-bkg-cal-day:hover:not(.disabled):not(.other-month) {
    background: rgba(var(--e-global-color-primary-rgb), .2);
    color: var(--e-global-color-secondary);
}

.pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-grid .pt-bkg-cal-day.today,
.pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-grid .pt-bkg-cal-day.selected {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
}

.pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-grid .pt-bkg-cal-day.disabled,
.pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-grid .pt-bkg-cal-day.other-month {
    color: #9aaab8;
    cursor: default;
    font-weight: 400;
}

.pt-bkg-confirm-bar {
    margin-top: 30px;
    padding: 20px;
    border-radius: 16px;
    background-color: var(--e-global-color-primary);
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pt-bkg-confirm-bar.pt-show {
    display: flex;
    flex-wrap: wrap;
}

.pt-bkg-confirm-text {
    font-size: 18px;
    color: var(--e-global-color-white);
    font-weight: 600;
}

.pt-bkg-confirm-value {
    color: var(--e-global-color-white);
}

.pt-bkg-confirm-btn {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    border: none;
    border-radius: 30px;
    padding: 10px 22px;
    font-size: 18px;
    /* font-weight: 600; */
    cursor: pointer;
    transition: background .2s;
}

.pt-bkg-confirm-btn:hover {
    background: var(--e-global-color-white);
    color: var(--e-global-color-primary);
}

.pt-bkg-confirm-bar .confirm-message {
    display: none;
    color: var(--e-global-color-white);
    font-size: 22px;
    line-height: 30px;
    width: 600;
}

@media(max-width:1099px) {
    .pt-bkg-wrapper {
        grid-template-columns: 0.5fr 1fr;
        gap: 30px;
    }

    ;
}

@media(max-width:1023px) {
    .pt-bkg-wrapper {
        grid-template-columns: 1fr;
    }

    .pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-header .pt-bkg-cal-month-year {
        font-size: 34px;
        line-height: 42px;
    }

    ;
}

@media(max-width:767px) {

    .pt-bkg-wrapper {
        gap: 30px;
        gap: 45px;
    }

    .pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-grid .pt-bkg-cal-day-head {
        font-size: 16px;
        line-height: 24px;
    }

    .pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-slots-card .pt-bkg-slots-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:479px) {

    .pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-header {
        margin-bottom: 20px;
    }

    .pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-header .pt-bkg-cal-month-year {
        min-width: 0;
    }

    .pt-bkg-wrapper .pt-bkg-right-panel .pt-bkg-cal-grid .pt-bkg-cal-day-head {
        font-size: 14px;
        line-height: 22px;
    }

    .pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-doctor-profile .pt-bkg-doctor-name-row .pt-bkg-doctor-name {
        font-size: 24px;
        line-height: 32px;
    }

    .pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-doctor-profile .pt-bkg-doctor-desc {
        font-size: 24px;
        line-height: 32px;
    }

    .pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-doctor-profile .pt-bkg-doctor-avatar {
        margin-bottom: 10px;
    }

    .pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-slots-card {
        padding: 10px;
    }

    .pt-bkg-wrapper .pt-bkg-left-panel .pt-bkg-slots-card .pt-bkg-slots-grid .pt-bkg-slot-day-head {
        font-size: 18px;
        padding-bottom: 10px;
    }

    ;
}

/*================================================
  Work Process
================================================*/

/*===== work-process style 1 =====*/

.pt-work-process.pt-style-1 {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    z-index: 1;
}

/* ICON CIRCLE */
.pt-work-process.pt-style-1 .pt-work-process-icon {
    width: 200px;
    height: 200px;
    margin: 30px 0;
    border-radius: 50%;
    background: var(--e-global-color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 64px;
    line-height: 72px;
    color: var(--e-global-color-secondary);
    transition: var(--transition);
    border: 15px solid var(--e-global-color-primary);
}

.pt-work-process.pt-style-1 .pt-work-process-icon i {
    transition: var(--transition);
    color: var(--e-global-color-primary-alt);
}

/* ICON BEFORE */

.pt-work-process.pt-style-1 .pt-work-process-icon::before {
    content: "";
    width: 123px;
    height: 195px;
    background-color: var(--e-global-color-primary-alt);
    position: absolute;
    right: -22px;
    z-index: -1;
    top: -33px;
    transition: var(--transition);
    border-radius: 46px 244px 215px 0;
}

.pt-work-process.pt-style-1 .pt-work-process-icon i::before {
    line-height: inherit;
}

/* NUMBER */
.pt-work-process.pt-style-1 .pt-work-process-number {
    position: absolute;
    top: -32px;
    background: var(--e-global-color-primary-alt);
    color: var(--e-global-color-white);
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: var(--transition);
}

.pt-work-process.pt-style-1 .pt-work-process-info .pt-work-process-des {
    margin-bottom: 0;
}

/* ====== pt working direction custom ====== */

.pt-working-direction .pt-work-process.pt-style-1 {
    display: flex;
    flex-direction: column-reverse;
}

.pt-working-direction .pt-work-process.pt-style-1 .pt-work-process-icon {
    border-color: var(--e-global-color-primary-alt);
}

.pt-working-direction .pt-work-process.pt-style-1:hover .pt-work-process-icon {
    border-color: var(--e-global-color-primary);
}

/* ICON BEFORE */

.pt-working-direction .pt-work-process.pt-style-1 .pt-work-process-icon::before {
    background-color: var(--e-global-color-primary);
    transform: rotate(183deg);
    right: auto;
    bottom: -30px;
    left: -20px;
    top: auto;
    width: 124px;
    height: 195px;
}

.pt-working-direction .pt-work-process.pt-style-1:hover .pt-work-process-icon::before {
    background-color: var(--e-global-color-primary-alt);
}

.pt-working-direction .pt-work-process.pt-style-1 .pt-work-process-number {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    top: auto;
    bottom: -32px;
    transition: var(--transition);
}

.pt-working-direction .pt-work-process.pt-style-1:hover .pt-work-process-number {
    background-color: var(--e-global-color-primary-alt);
    color: var(--e-global-color-white);
}

/* ====== HOVER====== */

.pt-work-process.pt-style-1:hover .pt-work-process-icon {
    border-color: var(--e-global-color-primary-alt);
}

.pt-work-process.pt-style-1:hover .pt-work-process-icon::before {
    background-color: var(--e-global-color-primary);
}

.pt-work-process.pt-style-1:hover .pt-work-process-icon i {
    transform: rotateY(180deg);
}

.pt-work-process.pt-style-1:hover .pt-work-process-number {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-white);
}

/* ====== RESPONSIVE ====== */

@media(max-width:767px) {
    .pt-working-direction .pt-work-process.pt-style-1 {
        flex-direction: column;
    }

    .pt-working-direction .pt-work-process.pt-style-1 .pt-work-process-icon {
        margin-bottom: 45px;
        margin-top: 0;
    }
}

/*================================================
   Animation 
================================================*/

/*===== pt icon animate =====*/

.pt-icon-animate i {
    -webkit-animation: iconShake 3s infinite ease-in-out;
    animation: iconShake 3s infinite ease-in-out;
    display: inline-flex;
}

.pt-icon-animate svg {
    -webkit-animation: iconShake 3s infinite ease-in-out;
    animation: iconShake 3s infinite ease-in-out;
    display: inline-flex;
}

@keyframes iconShake {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}


/*===== pt box hover =====*/

.pq-top-hover {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}

.pq-top-hover:hover {
    transform: translateY(-10px);
}

/*================================================
Image Gallary
================================================*/

.pt-page-gallery-box .gallery-item img {
    aspect-ratio: 1 / 0.77;
    object-fit: cover;
}

.pt-page-gallery-box .gallery-icon {
    position: relative;
    overflow: hidden;
    border-radius: var(--pt-border-radius);
}

.pt-page-gallery-box .gallery-icon a:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.gallery.gallery-columns-2,
.gallery.gallery-columns-3,
.gallery.gallery-columns-4,
.gallery.gallery-columns-5,
.gallery.gallery-columns-6,
.gallery.gallery-columns-7,
.gallery.gallery-columns-8,
.gallery.gallery-columns-9 {
    display: flex;
    flex-wrap: wrap;
}

div:not(.elementor-image-gallery) .gallery .gallery-item {
    margin-right: 30px;
    margin-bottom: 30px;
}

div:not(.elementor-image-gallery) .gallery .gallery-item img {
    width: 100%;
    height: auto;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item {
    width: calc(50% - 15px);
}

.elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item {
    width: 50%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n + 2) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item {
    width: calc(33.33% - 20px);
}

.elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item {
    width: 33.33%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item {
    width: calc(25% - 22.5px);
}

.elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item {
    width: 25%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item {
    width: calc(20% - 24px);
}

.elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item {
    width: 20%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item {
    width: calc(16.66% - 25px);
}

.elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item {
    width: 16.66%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item {
    width: calc(14.28% - 25.7px);
}

.elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item {
    width: 14.28%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item {
    width: calc(12.5% - 26.25px);
}

.elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item {
    width: 12.5%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
    width: calc(11.11% - 26.66px);
}

.elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item {
    width: 11.11%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
    margin-right: 0;
}

.elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
    width: 10%;
}

@media only screen and (max-width: 991px) {

    div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
        width: calc(50% - 15px);
    }

    div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
        margin-right: 30px;
    }

    div.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n + 2),
    div.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
    div.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
    div.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
    div.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
    div.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
    div.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
    div.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9),
    div.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item:nth-of-type(10n + 10),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(2n + 2) {
        margin-right: 0;
    }

}

@media only screen and (max-width: 767px) {

    div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
        width: 100%;
    }

    div:not(.elementor-image-gallery) .gallery .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
        margin-right: 0;
    }

    .elementor-image-gallery .gallery.gallery-columns-1 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
        width: 100%;
    }
}

/*================================================
Custom Css
================================================*/
/* ======  Custom Faq ======= */
.pt-custom-faq .e-n-accordion>.e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-radius: 10px 10px 0 0 !important;
}

/* ======  Custom Icon box======= */
.pt-custom-icon-box .elementor-icon-box-icon {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(var(--e-global-color-secondary-rgb), .1);
}

@media(max-width:1023px) {
    .pt-custom-icon-box .elementor-icon-box-icon {
        margin-top: 20px;
        padding-top: 20px;
    }
}

.pt-image-animation.pt-top-left {
    animation: top-left 5s ease-in-out infinite;
}

@keyframes top-left {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-20px, -20px);
    }
}

.pt-image-animation.pt-top-right {
    animation: top-right 5s ease-in-out infinite;
}

@keyframes top-right {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, -20px);
    }
}

.pt-process-1-border {
    position: relative;
}

.pt-process-1-border::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(var(--e-global-color-secondary-rgb), .3);
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.pt-process-1-top-border {
    position: relative;
}

.pt-process-1-top-border::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: rgba(var(--e-global-color-secondary-rgb), .2);
    top: -56%;
    left: 50%;
}

.pt-process-1-bottom-border {
    position: relative;
}

.pt-process-1-bottom-border::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: rgba(var(--e-global-color-secondary-rgb), .2);
    top: 127%;
    left: 50%;
}

@media(max-width:1279px) {

    .pt-process-1-top-border::before {
        top: -45%;
    }

    .pt-process-1-bottom-border::before {
        top: 115%;
    }
}

@media(max-width:1099px) {
    .pt-process-1-border::before {
        display: none;
    }

    .pt-process-1-top-border::before {
        display: none;
    }

    .pt-process-1-bottom-border::before {
        display: none;
    }
}



/*================================================
landing
================================================*/

/* ===============================
   Process Slider (Style 1)
================================= */

.pt-process-slider.pt-style-1 .pt-content-column .slick-slide,
.pt-thumbs-column .slick-slide {
    margin: 0px;
}

.pt-process-slider.pt-style-1 .pt-content-column .pt-process-step {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
}

.pt-process-slider.pt-style-1 .pt-process-number {
    font-size: 130px;
    line-height: 138px;
    position: relative;
    -webkit-text-stroke: 1px rgba(var(--e-global-color-primary-rgb), 0.3);
    -webkit-text-stroke-width: 1px;
    color: transparent;
    transition: all 0.5s ease-in-out;
    font-family: var(--e-global-typography-primary-font-family);
    margin-bottom: 20px;
}

.pt-process-slider.pt-style-1 .pt-process-title {
    font-size: 42px;
    line-height: 50px;
    color: var(--e-global-color-primary);
    margin-bottom: 20px;
}

.pt-process-slider.pt-style-1 .pt-process-content p {
    color: var(--e-global-color-primary);
}

.pt-process-slider.pt-style-1 .pt-process-image img {
    border-radius: 15px;
}

.pt-process-slider.pt-style-1 .slick-arrow {
    display: none !important;
}

.pt-process-slider.pt-style-1 .pt-thumbs-column {
    margin-top: 60px;
    position: relative;
}

.pt-process-slider.pt-style-1 .pt-thumbs-column:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 1px;
 	background: rgba(var(--e-global-color-secondary-rgb), .1);
    left: 50%;
    top: 125px;
    transform: translateX(-50%);
}

.pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    padding-bottom: 30px;
}

.pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    left: 45px;
    top: 118px;
    z-index: 9;
    transition: all 0.3s ease;
}

.pt-process-slider.pt-style-1 .pt-thumbs-column .slick-current.slick-active .pt-process-nav-item::before {
    background: var(--e-global-color-white);
    /* make center white */
    border: 4px solid var(--e-global-color-primary);
    /* thick border ring */
    box-shadow: 0 0 0 4px rgba(var(--e-global-color-primary-rgb), 0.2);
    /* soft glow ring */
}


.pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item .pt-process-step {
    font-size: 42px;
    line-height: 50px;
    color: var(--e-global-color-secondary);
    FONT-WEIGHT: 600;
}

.pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item .pt-process-title {
    font-size: 26px;
    line-height: 34px;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family);
}

@media(max-width:1023px) {
    .pt-process-slider.pt-style-1 .pt-content-column .pt-process-step {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .pt-process-slider.pt-style-1 .pt-process-number {
        font-size: 112px;
        line-height: 120px;
    }

    .pt-process-slider.pt-style-1 .pt-process-title {
        font-size: 38px;
        line-height: 46px;
    }
}

@media(max-width:767px) {
    .pt-process-slider.pt-style-1 .pt-thumbs-column .pt-thumbs-column-inner .slick-track {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item {
        display: flex;
        flex-direction: row;
        gap: 15px;
        position: relative;
        padding-bottom: 30px;
        align-items: center;
    }

    .pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item .pt-process-title {
        margin: 0;
    }

    .pt-process-slider.pt-style-1 .pt-thumbs-column .slick-slide {
        width: 100% !important;
    }

    .pt-process-slider.pt-style-1 .pt-thumbs-column .slick-slide:last-child .pt-process-nav-item {
        padding-bottom: 0;
    }

    .pt-process-slider.pt-style-1 .pt-thumbs-column:before {
        content: none;
    }


    .pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item::before {
        content: none;
    }

    .pt-process-slider.pt-style-1 .pt-process-number {
        margin-bottom: 10px;
    }
}

