@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');


#menu-fixed {
    box-shadow: none !important;
}

nav {
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    height: 71px;
    background: white;
    box-shadow: 0 5px 10px #a7a7a7;
    z-index: 99;
    position: relative;
}

nav .navbar {
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: auto;
    padding: 0 50px;
    font-family: "Roboto", sans-serif;
}

.navbar .logo a {
    font-size: 30px;
    color: black;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .links {
    display: flex;
    align-items: center;
}

nav .navbar .links li {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: black;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins';
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: black;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 72px;
    left: auto;
    line-height: 40px;
    background: white;
    box-shadow: 0px 115px 62px 50px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
    
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 30px;
}

.navbar .links li .sub-menu li span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .links li .htmlCss-sub-menu li:hover {
    background-color: #8080800a;
}

.navbar .links li .htmlCss-sub-menu .more .more-sub-menu a:hover {
    color: #8b8be8 !important;
}

.navbar .links li .htmlCss-sub-menu li:hover .second-menu,
.navbar .links li .htmlCss-sub-menu li:hover i {
    color: #8b8be8 !important;
}

.navbar .links li .sub-menu a {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0px;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: black;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3E8DA8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3E8DA8;
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3E8DA8;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

@media (max-width:920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 15px;
    }
}

#menu-fixed {
    height: 70px !important;
}

body {
    min-height: 100vh;
}

header {
    display: flex;
    align-items: center;
    justify-content: left;
}

.logo img {
    height: 60px;
    width: auto;
}

.search-bar {
    flex-grow: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    cursor: auto;
    position: relative;
    top: 9px;
    width: 100%;
    max-width: 600px;
}

.search-bar input[type="text"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    outline: none;
    /* Remove input focus border */
    border-right: none;
    /* Remove right border to align with button */
}

.search-bar button {
    background-color: black;
    color: white;
    border: none;
    padding: 11px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.search-bar input[type="text"]::placeholder {
    color: #747474e0;
}

.query-div p span a {
    color: #0091AE;
}

.searchResult {
    display: none;
    position: absolute;
    top: 100%;
    left: 16px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    max-width: 568px;
    border-radius: 0 0 5px 5px;
    /* Rounded bottom corners */
}

.searchResult ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    height: 250px;
    overflow: hidden;
    /* overflow-y: auto; */

}

.searchResult li {
    padding: 10px;
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
    font-size: 18px;
    padding: 7px;
}

.searchResult li:last-child {
    border-bottom: none;
}

.searchResult a {
    text-decoration: none;
    color: #333333ba;
    display: block;
    width: 100%;
    font-size: 17px;
    font-family: 'Poppins';
}

.searchResult li:hover a {
    color: #8b8be8 !important;
}

.searchResult li:hover {
    background-color: #8080800a;
    color: #8b8be8 !important;
}

.search-bar:hover .searchResult {
    display: block;
}

.query-div {
    display: flex;
    justify-content: end;
    /* width: 100%; */
    /* max-width: 250px; */
    position: absolute;
    right: -3%;
    gap: 14px;
    top: 21px;
}

.query-div p {
    margin: 0;
    display: flex;
    gap: 5px;
    color: black;
}

.login-box-icon p {
    font-size: 14px !important;
}

.new-inner-p-menu {
    width: 100%;
    padding: 0;
    float: left
}

.new-login-div p {
    text-transform: capitalize !important;
    color: #fff !important
}

i {
    text-rendering: optimizeLegibility !important
}

@media (max-width:768px) {
    #menu-fixed {
        height: 55px
    }

    .new-top-menu-container {
        padding: 0 0px
    }
}

.fa {
    display: inline-block
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.left-logo-div {
    background: 0 0 !important
}

.new-inner-page-logo {
    width: 100%;
    height: 60px;
    float: left;
    padding: 10px
}

li,
ul {
    font-size: 14px;
    font-family: arial;
    line-height: 1.6 !important
}

@media (max-width:1232px) {
    .right-menu-div {
        width: 80%
    }

    .new-login-div p {
        float: right;
        padding: 15px 10px;
        font-size: 12px
    }
}

@media (max-width:1035px) {
    .new-login-div p {
        display: block
    }

    #menu-fixed {
        padding: 0 5px
    }
}

@media (max-width:991px) {
    .new-inner-page-logo {
        width: 57%;
        padding: 7px 0 0
    }

    .right-menu-div {
        display: none
    }

    ul {
        padding: 0 5px !important
    }

    li,
    ul {
        color: #343131;
        font-family: arial !important;
        font-size: 17px !important;
        line-height: 1.6 !important;
        padding: 0
    }
}

@media only screen and (max-width:480px) {
    .right-menu-div {
        display: none
    }
}

@media only screen and (max-width:320px) {
    .new-inner-page-logo {
        width: 57%;
        padding: 7px 0 0
    }

    #menu-fixed {
        padding: 0
    }

    .right-menu-div {
        display: none
    }
}

.menu-overlay {
    top: 60px
}

.right-menu-div {
    width: 80%;
    float: right;
    display: block;
    position: relative
}

.structure-login-bar {
    list-style: none;
    float: left
}

.structure-search {
    float: left;
    padding: 0px
}

.structural-top-menu-ul {
    width: auto;
    float: right;
    position: relative
}

.structural-top-menu-ul li {
    list-style: none;
    float: left
}

.structural-top-menu-ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-family: arial;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    line-height: 60px;
    position: relative;
    text-align: center
}

.outline {
    box-shadow: inset 0 -4px 0 red
}

.structural-top-menu-ul>li:nth-child(1):hover .structural-dropdowns {
    display: block;
    z-index: 201
}

.structural-top-menu-ul>li:nth-child(2):hover .structural-dropdowns1 {
    display: block;
    z-index: 201
}

.structural-top-menu-ul>li:nth-child(3):hover .structural-dropdowns2 {
    display: block;
    z-index: 201
}

.structural-top-menu-ul>li:nth-child(4):hover .structural-dropdowns3 {
    display: block;
    z-index: 201
}

.structural-top-menu-ul>li:nth-child(5):hover .structural-dropdowns4 {
    display: block;
    z-index: 201
}

.structural-top-menu-ul>li:nth-child(6):hover .structural-dropdowns5 {
    display: block;
    z-index: 201
}

.structural-top-menu-ul>li:nth-child(7):hover .structural-dropdowns6 {
    display: block;
    z-index: 201
}

.structural-top-menu-ul>li>.login-search-div>a {
    float: left;
    padding: 0px
}

.structural-dropdowns {
    width: 960px;
    height: 330px;
    background-color: white;
    position: absolute;
    top: 59px;
    left: -80px !important;
    display: none
}

.structural-dropdowns1 {
    width: 960px;
    height: 504px !important;
    overflow-y: auto;
    position: absolute;
    top: 59px;
    left: -80px;
    display: none
}

.structural-dropdowns2 {
    width: 960px;
    height: 330px;
    overflow-y: auto;
    position: absolute;
    top: 59px;
    display: none
}

.structural-dropdowns3 {
    width: 960px;
    height: 330px;
    overflow-y: auto;
    position: absolute;
    top: 59px;
    left: 80px;
    display: none
}

.structural-dropdowns4 {
    width: 960px;
    height: 330px;
    overflow-y: auto;
    position: absolute;
    top: 59px;
    left: 100px;
    display: none
}

.structural-dropdowns5 {
    width: 960px;
    height: 330px;
    overflow-y: auto;
    position: absolute;
    top: 60px;
    left: 120px;
    display: none
}

.structural-top-submenu1 {
    background-color: #f0f4f7;
    padding: 0px;
    height: 100%
}

.structural-subheadings {
    width: 240px;
    position: static;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    font-family: arial;
    font-size: 16px;
    box-shadow: 0px 1px #e6eaec
}

.structural-subheadings a {
    text-align: left !important
}

.structural-subheadings:active {
    background-color: white;
    box-shadow: 6px 6px 15px -15px rgba(1, 0, 0, 1);
    border-left: 6px solid #003ba9
}

.structural-tab {
    background-color: #f0f4f7;
    text-align: center
}

.structural-menu-data {
    margin-top: 50px;
    font-weight: 300;
    font-family: arial;
    float: none !important
}

.structural-menu-data ul li {
    font-size: 15px
}

.structural-menu-data ul li:hover {
    border-bottom: none
}

.qa1 {
    border-right: 1px solid #f5eeee
}

.data-1 {
    padding: 5px 0px
}

.structural-accordion1 {
    float: left;
    width: 25%;
    font-size: 15px;
    font-weight: 600;
    font-family: arial
}

.structural-accordion {
    float: left;
    width: 25%;
    border-left: 1px solid #e6e1e185;
    font-size: 15px;
    font-weight: 600;
    font-family: arial
}

.structural-accordion:hover {
    background-color: #ffab0a;
    color: white
}

.structural-accordion1:hover {
    background-color: #ffab0a;
    color: white
}

.activetab {
    background-color: #ffab0a;
    color: white
}

.structural-accordion:active {
    background-color: #ffab0a;
    color: white
}

.structural-accordion1:active {
    background-color: #ffab0a;
    color: white
}

.nav-tabs .structural-tab a {
    padding: 7px 13px;
    line-height: normal
}

.structural-top-submenu2 {
    padding: 10px 30px;
    padding-bottom: 0px
}

.structural-top-submenu3 {
    padding: 10px;
    padding-bottom: 0px
}

.structural-top-submenu3 {
    text-align: center
}

.data-1 a {
    font-weight: 200 !important;
    text-transform: Capitalize !important;
    font-size: 14px;
    padding: 0px !important
}

.cat-addm {
    width: 100%;
    height: auto;
    display: block
}

.cat-prep {
    width: 100%;
    height: auto;
    display: none
}

.submenu-data-1 {
    text-align: left
}

.submenu-data-1 li {
    font-size: 7px !important;
    float: none;
    display: block;
    color: #399eb0
}

.submenu-data-1 li a {
    line-height: 18px;
    padding-left: 20px !important
}

.submenu-data-1 li:before {
    content: '\f111';
    font-family: FontAwesome;
    position: absolute
}

.submenu-data-1 li a:hover {
    box-shadow: none !important
}

.submenu-data-1 li:hover {
    border-bottom: none
}

.submenu-data-1 li a:hover {
    color: red
}

.structural-dropdowns .data-1 a {
    text-align: left;
    line-height: normal
}

.active-submenu {
    background-color: white;
    box-shadow: 6px 6px 15px -15px rgba(1, 0, 0, 1);
    border-left: 6px solid #003ba9
}

.structural-subheadings a {
    line-height: normal !important
}

.structural-subheadings a:hover {
    box-shadow: none !important
}

.submenu {
    background: #fff;
    position: absolute;
    width: 75%;
    top: -2px;
    left: 227px;
    display: block;
    padding: 30px;
    height: 100%;
    border-radius: 0px;
    border: none;
    box-shadow: none
}

.menunthide:before {
    content: "";
    display: block;
    position: absolute;
    width: 700px;
    height: 30px;
    background: 0 0;
    bottom: -10px;
    transform: translateX(-35%);
    z-index: 11
}

.submenu-data-1 .read-more-link {
    color: #399eb0;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px
}

.submenu-data-1 .read-more-link:before {
    content: '\00BB';
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    margin-top: -4px
}

.structural-top-menu-ul li .structural-dropdowns .structural-subheadings .submenu .nav-tabs {
    border-bottom: 0px !important
}

.structural-top-menu-ul .structural-subheadings a {
    color: #000
}

@media only screen and (max-width: 1500px) {
    .left-logo-div {
        width: 20%;
        margin-right: 70px;
    }

    .right-menu-div {
        width: 80% !important;
    }
}

@media (max-width: 1199px) {
    .left-logo-div {
        width: 16%
    }

    .right-menu-div {
        width: 84% !important;
    }

    .login-box-icon p {
        font-size: 13px !important
    }

    .structural-top-menu-ul li a {
        padding-left: 8px;
        padding-right: 7px;
        font-size: 12px !important
    }

    .new-inner-page-logo {
        padding-left: 0px;
        padding-right: 0px
    }
}

.structural-dropdowns {
    background-color: #f0f4f7
}

@media (max-width: 1270px) {
    .structural-top-menu-ul li a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px;
    }
}


/* footer css starts here */
