/* header start */



#site-header.hide {
    top: -150px;
    transition: top 0.4s ease;
}

.default-header {
    display: block;
    width: 100%;
    position: sticky;
    top: 0;
    min-height: clamp(4.375rem, -5.0795rem + 19.697vw, 6rem);
    background-color: #FFFFFF;
    transition: background-color 0.3s ease, top 0.4s ease;
    z-index: 100;
    padding: clamp(0.8125rem, -0.642rem + 3.0303vw, 1.0625rem) 0;
    box-shadow: 0px 5px 6px 0px #0000000D;
    border-bottom: 1px solid #EEEEEE;
}

.default-header .logo {
    width:  clamp(3.125rem, 0.2159rem + 6.0606vw, 3.625rem);
    height: clamp(3.1875rem, -0.4489rem + 7.5758vw, 3.8125rem);
}

.default-header .logo .logo-img {
    width:  clamp(3.125rem, 0.2159rem + 6.0606vw, 3.625rem);
}

.default-header .nav-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.default-header .menu-main {
    margin: 0;
    padding-left: 1.6875rem;
}

.default-header .header-item {
    display: flex;
    align-items: center;
}

.default-header .menu>ul>.nav_item {
    display: inline-block;
    padding-inline: 13px;
}

.default-header .menu>ul>.nav_item>.nav_link {
    font-size: 1rem;
    font-weight: normal;
    color: #1A1A1A;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}
.default-header .menu>ul>.nav_item>.nav_link:hover {
    color: #22CCB2!important;
    transition: color 0.3s ease;
}
.default-header .menu>ul>.nav_item>.nav_link.active{
     color: #22CCB2!important;
    font-weight: bold;
}

.default-header .menu>ul>.nav_item .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    border-radius: 12px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) and (max-width: 1199.98px) {
   .default-header .menu>ul>.nav_item>.nav_link {
    font-size: .9375rem;
}
.default-header .menu>ul>.nav_item{
    padding-inline:9px;
}
.default-header .menu-main{
    padding-left: 1.375rem;
}

}
@media(min-width: 992px) {
    .default-header .menu>ul>.nav_item.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }

}

.default-header .menu>ul>.nav_item .sub-menu>ul>.nav_item>.nav_link {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.default-header .menu>ul>.nav_item .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.default-header .menu>ul>.nav_item .sub-menu.mega-menu>.list-item>ul>.nav_item {
    line-height: 1;
    display: block;
}

.default-header .menu>ul>.nav_item .sub-menu.mega-menu>.list-item>ul>.nav_item>.nav_link {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
}

.default-header .menu>ul>.nav_item .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.default-header .menu>ul>.nav_item .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    /* display: flex;
    flex-wrap: wrap; */
    padding: 20px 15px;
}

.default-header .menu>ul>.nav_item .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0 15px;
}

.default-header .menu>ul>.nav_item .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: initial;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.default-header .menu>ul>.nav_item .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.default-header .menu>ul>.nav_item .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.default-header .menu>ul>.nav_item .sub-menu.mega-menu>.list-item>ul>.nav_item>.nav_link:hover,
.default-header .menu>ul>.nav_item .sub-menu>ul>.nav_item>.nav_link:hover,
.default-header .menu>ul>.nav_item:hover>a {
    color: #22CCB2;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

.default-header .menu>ul>.nav_item>.nav_link i {
    display: none;
}

/*responsive*/
@media(max-width: 991px) {


    .default-header .menu>ul>.nav_item .sub-menu.mega-menu>.list-item>ul>.nav_item>.nav_link:hover,
    .default-header .menu>ul>.nav_item .sub-menu>ul>.nav_item>.nav_link:hover .default-header .menu>ul>.nav_item:hover>a {
        color: #000000;
    }

    .default-header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        /* margin-left: 15px; */
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .default-header .mobile-menu-trigger span {
        position: relative;
        display: block;
        height: 2px;
        width: 24px;
        border-radius: 2rem;
        background-color: #000000;
    }

    .default-header .mobile-menu-trigger span:before,
    .default-header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 2rem;
        background-color: #000000;
    }

    .default-header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .default-header .mobile-menu-trigger span:after {
        top: 6px;
    }


    .default-header .menu {
        position: fixed;
        width: 280px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .default-header .menu.active {
        transform: translate(0%);
    }

    .default-header .menu>ul>.nav_item {
        line-height: 1;
        margin: 0;
        display: block;
        padding-inline: .9375rem;
    }

    .default-header .menu>ul>.nav_item>.nav_link {
        line-height: 50px;
        height: 50px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        color: #1A1A1A;
    }

    .default-header .menu>ul>.nav_item>.nav_link i {
        display: block;
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .default-header .menu .mobile-menu-head {
        display: flex;
        height: 4.0625rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }


    

    
    .default-header .menu .mobile-menu-head .mobile-menu-close {
    background: #000000;
    color: #fff;
    font-family: Unicons;
    font-size: 1.25rem;
    font-weight: bold;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .mobile-menu-head{
        padding: 0 1rem;
    }

    .default-header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: unset;
        padding-left: 0px !important;
    }

    .default-header .menu>ul>.nav_item .sub-menu.mega-menu,
    .default-header .menu>ul>.nav_item .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .default-header .menu>ul>.nav_item .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .default-header .menu>ul>.nav_item .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .default-header .menu>ul>.nav_item .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .default-header .menu>ul>.nav_item .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .default-header .menu>ul>.nav_item .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .default-header .menu>ul>.nav_item .sub-menu>ul>.nav_item>.nav_link,
    .default-header .menu>ul>.nav_item .sub-menu.mega-menu>.list-item>ul>.nav_item>.nav_link {
        display: block;
    }

    .default-header .menu>ul>.nav_item .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .default-header .menu>ul>.nav_item>.nav_link img {
        position: absolute !important;
        height: 50px;
        width: 50px;
        top: 50%;
        right: 2%;
        transform: translate(-50%, 0);
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }
}

.default-header .menu>ul>.nav_item>.nav_link img {
    display: none;
}

.default-header .header .nav-section .menu-main .sub-menu .nav-link {
    padding: 1rem 1rem;
    /* width: 100%; */
}

.default-header .header .nav-section .menu-main .sub-menu .nav-link .main-text {
    font-size: clamp(0.875rem, 0.8028rem + 0.3082vw, 1rem);
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: .3125rem;
    position: relative;
    margin: 0;
}

.default-header .header .nav-section .menu-main .sub-menu .nav-link.active .main-text,
.default-header .header .nav-section .menu-main .sub-menu .nav-link:hover .main-text {
    color: #22CCB2;
}

.default-header .header .nav-section .menu-main .sub-menu .nav-link.active .main-text::after,
.default-header .header .nav-section .menu-main .sub-menu .nav-link:hover .main-text::after {
    content: '';
    position: absolute;
    background-image: url(../img/svg/menu-arrow.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-custom .nav-link {
    font-size: 1.125rem;
    font-weight: 500;
    color: #1A1A1A;
    padding: 0 !important;
    margin-bottom: 1.125rem;
}

.nav-custom .nav-link:hover {
    color: #22CCB2;
}

/* @media (min-width:992px) {
    .mytabs {
        height: 380px;
        overflow-y: auto;
    }

    .mytabs::-webkit-scrollbar {
        width: 1px;
    }

    .mytabs::-webkit-scrollbar-track {
        background: #efefef;
    }

    .mytabs:hover::-webkit-scrollbar-thumb {
        background-color: #22CCB2;
        border-radius: 1px;
    }
} */