
body {
    --header-height-mobile: 189px;
    --header-height-desktop: 209px;

    --header-height-mobile: 0px;
    --header-height-desktop: 0px;
    margin-top: var(--header-height-mobile);
}

.header {
/*    height: var(--header-height-mobile);*/
    height: auto;
    pointer-events: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 13;
}

.header > div {
    pointer-events: all;
}

.stickyWrapper {
    z-index: 13;
    position: sticky;
    top: 0;
    padding: 0;
    margin: 0;
    font-size: 0px;
}

    .header.withPolicy {
        height: 366px;
    }

    .header .header_outer {
        background-color: #fff;
        display: block;
        float: none;
        padding-top: 13px;
    }

.header .top_link {
    background-color: #fff;
    max-height: 200px;
    margin: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.header.collapsed .top_link {
    border-width: 0;
    max-height: 0;
    padding: 0;
}

/*header css start here*/

#indication-tabs {
    display: flex;
    line-height: 26px;
}

    #indication-tabs a {
        display: block;
        position: relative;
        padding: 5px 20px;
        background: #f0f9f0;
        color: #66bf6b;
        font-weight: 700;
        text-align: center;
        font-size: 14px;
    }

        #indication-tabs a.active, #indication-tabs a.active:hover {
            background: #66bf6b;
            color: #FFFFFF;
        }

     

        #indication-tabs a:hover {
            background: #d8efd9;
        }


.top_link ul {
    width: 100%;
    max-width: 520px;
    float: right;
    text-align: right;
    padding-top: 10px;
    margin-left: 15px;
    display: flex;
    justify-content:space-between;
    gap:10px;
    align-items: center;
}

.top_sign_link a {
    font-size: 13px;
    width: 85px;
    text-align: center;
    padding: 7px 0;
    border-radius: 25px;
}


.top_link ul li {

}


    .top_link ul li a {
        color: #66bf6b;
        font-size: 13px;
        line-height: 15px;
        font-weight: 700;
        display: block;
    }

        .top_link ul li a:hover {
            color: #3F6941;
        }

    .top_link ul li.top_left_link a {
        font-weight: 500;
    }



.top_link {
    background-image: linear-gradient(90deg, #FFFFFF 50%, #def6df 100%);
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    border-top: 6px solid #66bf6b;
    display: block;
    opacity: 1;
    padding: 0px 0 10px;
    width: 100%;
}




.top_nav_links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
    padding-top: 10px
}

@media(max-width:991px) {
    .top_nav_links {
       margin:0;
    }
        .top_nav_links ul {
        margin: 0;
        padding: 0 5px;

        }

    .top_link ul {
        gap: 5px;
    }
}

    .top_nav_links br {
        display: none;
    }

    .top_nav_links p {

        padding-left: 0;
        float: left;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 15px;
        font-weight: 500;
    }


    .top_nav_links ul li {
        text-align: center;
        flex: 0 1 33.33%;
    }

        .top_nav_links ul li a br {
            display: block;
        }

    .top_nav_links .btn {
        display: block;
    }




header li.normal_to_link {
    margin-right: 0px;
}


    #indication-tabs {
        width: 100%;
    }

        #indication-tabs a {
            flex: 1;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

            #indication-tabs a.active {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }


    .top_link {
        margin-bottom: 0;
    }

        .top_link .container {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

.tabs_and_links {
    max-width: 1170px;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {

    .stickyWrapper {
        z-index: 11;
    }

    body {
        margin-top: var(--header-height-desktop);
    }

    .header {
        height: 205px;
    }

        .header.withPolicy {
            height: 293px;
        }

        .header .header_outer {
            padding-top: 70px;
            padding-bottom: 20px;
        }

    #indication-tabs {
        width: 35%;
        height: 35px;
    }

    .tabs_and_links {
        display: flex;
        justify-content: space-between;
    }

    .top_nav_links {
        flex-direction: row;
        justify-content: flex-end;
        margin: 0;
        align-items: center;
    }

    .top_link ul {
        width: auto;
    }
        .top_nav_links p {
            margin-right: 10px;
        }

        .top_nav_links br {
            display: block;
        }

    .top_link ul {
        padding-top: 0px;
    }

    #indication-tabs a:last-child {
        border-bottom-right-radius: 10px;
    }

    #indication-tabs a:first-child {
        border-bottom-left-radius: 10px;
    }

}
