
    /* Added on 30/06/2022 for sidebar start */
.nav-profile_head{
                    
    display:flex;
    justify-content:center;
}

.nav_profile{
    /* border:1px solid red; */
    margin:36px 24px;
    width:100%;
    background: #0066B3;
    border-radius: 12px;
}
.nav_profile_items{
    padding:16px 28px;
    display:flex;
    align-items:center;
    vertical-align: center;
}
.nav_profile_items h3{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;

    /* identical to box height, or 22px */
    display: flex;
    align-items: center;

    /* Utility/White */
    color: #FFFFFF;
    margin-left:16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav_profile_items img{
    height: 36px;
    display: flex;
    align-items: center;
}

.nav-item1{
    margin:0px 24px 5px 30px;
}

.nav-item1 a{
    text-decoration:none;
    align-items:center;
}

.nav-item1 h6{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 135%;
    background: #DDF2F3;
    border-radius: 4px;
    padding:2px 4px;
    /* identical to box height, or 14px */
    display: flex;
    align-items: center;

    /* Light Green */
    color: #57C796;
}

.nav1-block{
    /* border:1px solid red; */
    width:100%;
    display:flex;
    align-items:center;
    padding:0px;
}


.nav1-block h4{
    width:100%;
    margin-left:18px;
}
.nav1-block img{
    height: 18px;
    width:24px;

}

.nav1_button{
    margin-left:24px;
    margin-top:250px;
    /* border:1px solid red; */
    display:flex;
    justify-content:center;
    width:80%;
    gap:8px;
    border:none;
    background: #F2F2F2;
    border-radius: 12px;
    padding:8px 12px;
}

.sidenav {
    height: 100vh;
    /* border:1px solid red; */
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 35px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    /* display: block; */
    transition: 0.01s;
}

.sidenav a:hover {
    color: black;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.logIn_profile{
    border-bottom:1px solid #DDDDDD;
    padding:21px 0px;
    margin:36px 24px;
    width:100%;
    display:flex;
    justify-content:center; 
}

.nav1_login_btn{
    margin-left:24px;
    margin-top:250px;
    /* border:1px solid red; */
    display:flex;
    justify-content:center;
    width:80%;
    gap:8px;
    border:none;
    background: #FDB813;
    border-radius: 12px;
    padding:8px 12px;
}
/* 
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} */

@media screen and (min-width:601px){
    .ham_menu{
        display:none;
    }
}
/* Added on 30/06/2022 for  sidebar END*/
