

/* * {
    margin: 0;
    padding: 0;
} */
.header {
    padding: 0 px;
    /* background-color: greenyellow; */
    display: flex;
    justify-content: space-between;
    position: sticky;
    flex-wrap: wrap;
}

.head__nav ul {
    display: flex;
    list-style: none;
    align-items: center;
}

.head__nav ul li a {
    list-style: none;
    text-decoration: none;
    padding: 10px;
    font-size: small;
    color: black;
}

.head__nav1 ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin-right: 50px;
}

.head__nav1 ul li a {
    list-style: none;
    text-decoration: none;
    padding: 10px;
    font-size: small;
    color: black;
}

li:hover a {
    color: orangered;
}

.header_banner {
    display: flex;
    justify-content: space-between;
    background-color: #9fd356;
    position: relative;
    align-items: center;
    height: 100px;
    flex-wrap: wrap;
}

.box {
    display: flex;
    background-color: rgb(243, 243, 243);
    width: 600px;
    height: 40px;
    margin-top: 9px;
    border-radius: 10px;
    padding: 5px 8px;
}

.box1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.box1 ul {
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    list-style: none;
    align-items: center;
    width: 150px;
    font-size: small;
}

.box1 ul a {
    text-decoration: none;
    color: white;
}

.row__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    flex-direction: row;
    list-style: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-top: 0.2px black solid;
}

.row__nav li {
    /* border: 1px solid black; */
    padding: 10px;
    padding-left: 50px;
    background-color: rgb(252, 251, 251);
}

.row__nav a {
    text-decoration: none;
    color: rgb(52, 45, 45);
}

/* .dropdown {
    position: absolute;
    list-style: none;
    width: 250px;
    margin-top: 10px;
    margin-left: -35px;
    display: none;
}

.dropdown li {
    align-items: start;
}

li:hover .dropdown {
    display: block;
    z-index: 2;
} */

.sidenav {
    width: 235px;
    background-color: rgb(249, 242, 242);
    /* box-sizing: border-box; */

}

.sidenav ul {
    list-style: none;
}

.sidenav ul li a {
    z-index: 3;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: rgb(87, 87, 87);
    padding: 10px 10px;
    border-bottom: 0.1px solid black;
    margin-left: -30px;
    transition: 0.5s ease;
}

.sidenav ul li a:hover {
    background-color: rgb(192, 192, 192);
    color: white;
}

.sidenav ul span {
    z-index: 3;
    right: 20px;
    font-size: 1.5em;
}

/* For inside Business Fundamental */
.side-dropdown {
    z-index: 3;
    position: absolute;
    left: 202px;
    top: 0;
    width: 100%;
    background-color: rgb(249, 242, 242);
    display: none;
}

.sdropdown {
    position: relative;
}

.sdropdown:hover>ul {
    display: initial;
}

/* Inside Logo*/
.side-dropdown1 {
    z-index: 3;
    position: absolute;
    left: 240px;
    top: 0;
    width: 270px;
    background-color: rgb(249, 242, 242);
    display: none;
}

.sdropdown1 {
    position: relative;
}

.sdropdown1:hover>ul {
    display: initial;
}

/* Inside Stamp */
.side-dropdown11 {
    z-index: 3;
    position: absolute;
    left: 170px;
    top: 0px;
    width: 270px;
    background-color: rgb(249, 242, 242);
    display: none;
}

.top-dropdown {
    position: absolute;
    left: 218px;
    top: 0px;
    width: 270px;
    background-color: rgb(249, 242, 242);
    display: none;
}



/* side banner */
/* .banner{
    width: 100%;
    height: 500px;
    background-color: rgb(198, 187, 187);
} */

/* top header nav 
.header__nav ul{
    display: flex;
    flex-direction: row;
    position: relative;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
    justify-content: space-between;

} */