body {
    font-family: 'Segoe UI', 'Open Sans', 'Kulim Park', 'Noto Sans', sans-serif;
    background: rgba(5, 120, 242, .02);
}

header {
    background-color: #F5F8FA;
    height: 54px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}

h2.siteName {
    color: #2D2D32;
    display: inline;
}

h2.siteName em {
    font-size: 14px;
    font-weight: normal;
}

img.logo_img {
    height: 30px;
    width: 30px;
}

div#header {
    position: sticky;
    top: 0px;
    z-index: 1;
}

div.headerCont {
    padding: 0px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

div.headerCont>div {
    height: 100%;
}

div.logo {
    display: flex;
    align-items: center;
}

div.logo h2 {
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
}

div.logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

div.rightLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: Tahoma; */
    /* font-weight: normal; */
}

div.rightLinks a {
    margin: 0px 7px;
}

.icon_link {
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_link:hover {
    background: rgba(3, 27, 137, 0.14);
    text-decoration: none;
    color: #0578F2;
}

.icon_link_clicked {
    background: #0578F2;
    color: whtie;
}

.icon_link_unclicked {
    background-color: rgba(1, 1, 1, 0);
    color: #0578F2;
}

.ask_link {
    margin: 0px 9px;
}

div#searchCont {
    background-color: #0578F2;
    padding: 10px 0;
}

div.searchParent {
    background: white;
    width: calc(100% - 20px);
    margin: auto;
    max-width: 540px;
    position: relative;
    border-radius: 3px;
    /* overflow: hidden ; */
    height: 35px;
}

div.searchParent input {
    border: 0px;
    padding: 2px 2px 2px 8px;
    position: absolute;
    width: calc(100% - 60px);
    height: 100%;
    background-color: #F5F8FA;
}

div.searchParent input:focus {
    outline-color: #bbb;
    outline-width: 0px;
}

div.searchParent button {
    background: rgba(3, 27, 137, 0.14);
    border: 0px;
    padding: 3px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#navCont {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    z-index: 2;
    display: none;
}

div#nav {
    position: absolute;
    width: 100%;
    max-width: 310px;
    right: 0px;
    height: 100%;
    background-color: #F5F8FA;
    background-color: white;
    border-right: 1px solid #CFCFCF;
    overflow-y: scroll;
    box-sizing: border-box;
}

div#hideSearch {
    position: absolute;
    top: 70px;
    right: 10px;
    /* background-color: #bbb ; */
    color: black;
    cursor: pointer;
}

div#hideSearch span {
    padding: 5px 10px;
}

footer.footer {
    background: rgb(0, 40, 82);
    box-sizing: border-box;
    color: #ccc;
    margin: auto;
    padding: 20px;
}

.nav_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: sticky;
    top: 0px;
    z-index: 2;
    background-color: #F5F8FA;
    background-color: rgba(3, 27, 137, 0.14);
    background-color: #D2D9EA;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.4);
}

.nav_title span {
    font-size: 110%;
}

.nav_title svg * {
    stroke: rgb(97, 97, 97);
}

.nav_title svg {
    height: 16px;
    cursor: pointer;
}

ul.navLinks {
    margin: 0px;
    padding: 0px;
}

ul.navLinks li {
    list-style: none;
    /* color:  */
}


/* ul.navLinks li:nth-child(1) a { */


/* border-top: 1px solid rgba(179, 179, 179, 0.27);  */


/* } */

ul.navLinks li a {
    text-transform: capitalize;
    color: #545454;
    font-size: 17px;
    display: block;
    padding: 10px 15px;
    /* border-bottom: 1px solid rgba(179, 179, 179, 0.27); */
    /*naya*/
    margin: 10px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    /* border-radius: 10px; */
    color: #545454;
    color: #313131;
    font-size: 16px;
    display: block;
    /* text-align: center; */
    padding: 6px 15px;
    border: 1px solid rgba(0, 0, 0, 0);
    /* box-shadow: inset 0px 0px 2px 0px #bbb;  */
}

ul.navLinks li a:hover {
    text-decoration: none;
    background-color: #F5F8FA;
    background-color: #e6e6e6;
    border: 1px solid rgba(179, 179, 179, 0.1);
}