﻿/*#menu-primary .sub-menu-container .sub-menu {
    text-decoration: none;
    list-style: none;
    display: flex;
    gap: 35px;
    padding: 0;
}*/
section.header a.home-link {
    float: left;
    width: 317px;
    height: 85px;
    font-size: 0;
    color: transparent;
    background-image: url('/Image/Jain Privy Client Logonew1.png');
    background-repeat: no-repeat;
}

/* ===== RESET ===== */
.menu,
.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .menu a {
        text-decoration: none;
        outline: none;
    }

/* ===== HEADER LAYOUT ===== */
.zeropadingheder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* Logo */
.home-link {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

/* Toggle (Mobile) */
.toggle-link {
    display: none;
    width: 30px;
    height: 22px;
    background: url('menu-icon.png') no-repeat center;
    cursor: pointer;
}

/* ===== MAIN MENU ===== */
.nav-wrapper {
    margin-left: auto;
}

.menu-primary-container {
    display: flex;
}

.menu {
    display: flex;
    align-items: center;
}

.main-menu {
    position: relative;
}

.primary-link {
    display: block;
    padding: 15px 18px;
    color: #000;
    font-weight: 600;
}

    /* Keyboard focus */
    .primary-link:focus {
        outline: 2px solid #005fcc;
        outline-offset: 2px;
    }

/* ===== SUB MENU ===== */
.sub-menu-container {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(45, 45, 46, 0.9);
    min-width: 220px;
    display: none;
    z-index: 999;
}

/* Show submenu on hover AND keyboard */
.main-menu:hover .sub-menu-container,
.main-menu:focus-within .sub-menu-container {
    display: block;
}

.sub-menu a {
    display: block;
    padding: 12px 15px;
    color: #fff;
}

    .sub-menu a:hover,
    .sub-menu a:focus {
        background: #484848;
        outline: none;
        color: #0ca9ae !important;
    }

/* ===== LOGIN BUTTON ===== */
.loginbtn {
    cursor: pointer;
    padding: 8px 14px;
}

/* ===== MOBILE VIEW ===== */
@media (min-width: 768px) {
    #menubarid {
        padding: 23px 0px;
    }
}

@media (max-width: 768px) {

    .toggle-link {
        display: block;
    }

    .nav-wrapper {
        width: 100%;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        border-top: 1px solid #ddd;
        z-index: 1;
    }

        .nav-wrapper.active {
            display: block;
        }

    .menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .main-menu {
        width: 100%;
    }

    .primary-link {
        width: 100%;
        padding: 14px 20px;
        border-bottom: 1px solid #eee;
    }

    .sub-menu-container {
        position: static;
        background: #000;
    }
}

section.header a.toggle-link {
    float: right;
    width: 65px;
    height: 65px;
    font-size: 0;
    color: transparent;
    background: url('/Image/toggle-nav.png') center no-repeat
}

@media (min-width: 1200px) {
    section.header a.toggle-link {
        display: none
    }
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.header a.toggle-link {
        background-image: url('/Image/toggle-nav.png');
        background-repeat: no-repeat;
        background-size: 23px 16px
    }
}

.nav-open section.header a.toggle-link {
    background-color: white;
    border-color: white;
    background-size: 26px 19px;
}
.topbarMain {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #ffff;
}
.ContentPlaceHolderMainDiv {
    margin-top: 166px;
}
@media (max-width: 991px) {
    .ContentPlaceHolderMainDiv {
        margin-top: 268px !important;
    }
}
@media (max-width: 767px) {
    .ContentPlaceHolderMainDiv {
        margin-top: 237px !important;
    }
}
