.flex {
    display: flex;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.fixed {
    position: fixed;
}

.left-0 {
    left: 0;
}

.items-center {
    align-items: center;
}

.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

#chatway-theme-header .chatway-nav-ul .dropdown-toggle, #chatway-theme-header .chatway-nav-ul .mega-menu > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

#chatway-theme-header .chatway-nav-ul a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: linear;
}

.relative {
    position: relative;
}

@media (min-width: 1280px) {
    .xl\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
}

@media (min-width: 1024px) {
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg\:min-w-\[230px\] {
        min-width: 230px;
    }

    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #chatway-theme-header .chatway-nav-ul .dropdown-toggle, #chatway-theme-header .chatway-nav-ul .mega-menu > a {
        width: auto;
        justify-content: flex-start;
    }

    #chatway-theme-header .chatway-nav-ul li {
        position: relative;
        padding: 20px 0;
    }

    .lg\:min-w-\[180px\] {
        min-width: 180px;
    }

    #chatway-theme-header .chatway-nav-ul > li > a:after {
        background-color: var(--white-color);
        bottom: -10px;
        content: "";
        height: 2px;
        position: absolute;
        right: -10px;
        transform: scaleX(0);
        transform-origin: right center;
        transition: transform 0.3s, bottom 0.3s;
        width: calc(100% + 20px);
        pointer-events: none;
        border-radius: 3px;
    }
}

@media (min-width: 640px) {
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}


