@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"),o
        url(../fonts/MaterialIcons-Regular.woff2) format("woff2"),
        url(../fonts/MaterialIcons-Regular.woff) format("woff"),
        url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
    }
    *,
    ::after,
    ::before {
    box-sizing: border-box;
    }
    html {
        font-family: "Trebuchet MS", sans-serif;
        line-height: 1.15;
        font-size: 15px;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -ms-overflow-style: scrollbar;
        -webkit-tap-highlight-color: transparent;
    }
    .material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    }
    * {
    margin: 0;
    padding: 0;
    }
    body {
        font-size: 15px;
        margin: 0;
        padding: 0;
    }
    p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #01132d;
    line-height: 26px;
    }

    h5 {
    margin-top: 0;
    font-weight: bold;
    }
    h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    }
    a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #ef4a23;
    }
    a:hover {
    text-decoration: underline;
    }
    .material-icons {
    height: 24px;
    width: 24px;
    }
    img {
        vertical-align: middle;
        border-style: none;
        max-width: 100%;
        height: auto;
    }
    a:hover {
        color: #ef4a23;
    }
    button {
        cursor: pointer;
    }
    /* .btn:hover {
        box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset;
        color: #fff;
        text-decoration: none;
    } */
    input {
        font-size: 15px;
        height: 42px;
        padding: 5px 15px;
        background: #fff;
        outline: none;
        width: 100%;
        font-family: "Trebuchet MS", sans-serif;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    input:focus {
        border: 1px solid #aaa;
    }
    .overlay {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 90;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        display: none;
    }
    .overlay.open {
        display: block;
    }
    .nav-tabs {
        background: rgba(55, 73, 187, 0.05);
        padding: 0 20px 10px;
    }
    .nav {
        display: flex;
        flex: 0 0 50px;
        align-content: center;
    }
    .nav li {
        flex: 0 0 auto;
        line-height: 40px;
        padding: 0 15px;
        margin: 10px 5px 0 0;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        list-style: none;
        border-radius: 5px;
        cursor: pointer;
        background: #fff;
        color: #000;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    .nav li.active {
        background: #e5330b;
        color: #fff;
        box-shadow: none;
    }
    .dropdown-menu {
        position: absolute;
        display: none;
        background: #fff;
        padding: 0;
        margin-top: 0;
        z-index: 99;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.05) inset,
            0 -5px 0 0 #fff;
        width: 100%;
    }
    ul.dropdown-menu {
    padding: 5px 0;
    }
    ul.dropdown-menu > li {
    display: block;
    padding-bottom: 0;
    }
    ul.dropdown-menu > li a {
    display: block;
    text-align: left;
    padding: 8px 15px;
    font-size: 14px;
    color: #111;
    border-top: 1px solid #f6f6f6;
    }
    ul.dropdown-menu > li:first-child a {
    border-top: none;
    }
    ul.dropdown-menu > li a:hover {
    background: #ef4a23;
    color: #fff;
    }
    .dropdown-menu .search-details {
    display: flex;
    flex-direction: column;
    }
    .dropdown-menu .search-results {
    padding: 10px;
    height: 450px;
    overflow: auto;
    }
    .blink {
    animation: blinker 2s linear infinite;
    }
    @keyframes bounce {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(0, -20px);
    }
    40% {
        transform: translate(0, 5px);
    }
    65% {
        transform: translate(0, -10px);
    }
    80% {
        transform: translate(0, 2px);
    }
    90% {
        transform: translate(0, -5px);
    }
    100% {
        transform: translate(0, 0);
    }
    }
    @keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }
    @keyframes fade {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
    }
    @keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        color: white;
    }
    }
    header {
        background: #FAF9F6;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        position: relative;
        z-index: 100;
    }
    header .top {
    padding: 15px 0;
    }
    header .top .container {
    display: flex;
    }
    .header-items {
    flex: 1 1 auto;
    }
    .header-items.logo {
    flex: 0 0 260px;
    }
    .header-items.logo img {
    height: 52px;
    width: auto;
    display: inline-block;
    }
    .header-items.search {
    padding: 5px 0;
    position: relative;
    }
    .header-items.search button {
        position: absolute;
        right: 7px;
        top: 14px;
        border: none;
        background: none;
    }
    .header-items.quick-actions {
        flex: 0 0 279px;
        padding: 9px 0 0 10px;
    }
    .quick-actions .ac {
    float: left;
    display: flex;
    padding-left: 18px;
    }
    .quick-actions .ac:hover {
    text-decoration: none;
    }
    .quick-actions .ac * {
    color: #000;
    }
    .quick-actions .ac.build-pc {
    float: right;
    position: relative;
    top: -4px;
    padding-left: 0;
    }
    .quick-actions .ac.build-pc .btn {
    background: linear-gradient(
        45deg,
        #00237e,
        #3749bb,
        #0bc1e9,
        #3749bb,
        #00237e
    );
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border: none;
    line-height: 42px;
    }
    @keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
    }
    .quick-actions .ac h5 {
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    }
    .quick-actions .ac p {
        font-size: 11px;
        line-height: 16px;
        margin: 0;
        white-space: nowrap;
        color: rgb(3 3 3);
    }
    .quick-actions .ac p a {
    color: rgb(3 3 3);
    }
    .quick-actions .ac p a:hover {
    color: #ef4a23;
    }
    .quick-actions .ac .ic {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    text-align: center;
    line-height: 32px;
    font-size: 32px;
    position: relative;
    top: 1px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    }
    .quick-actions .ac a {
    text-decoration: none;
    }
    .quick-actions .ac .ic i {
    color: #ef4a23;
    font-size: 24px;
    width: 30px;
    height: 36px;
    line-height: 36px;
    }
    header .search input {
    border: none;
    padding: 0 40px 0 20px;
    font-weight: normal;
    border-radius: 4px;
    margin-bottom: 0;
    }
    header .search .ic {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 21px;
    }
    .navbar {
    position: relative;
    background: #fff;
    }
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: 100%;
        position: relative;
        left: -10px;
        flex-wrap: wrap;
    }
    .navbar-nav .nav-item {
    position: relative;
    }
    .navbar-nav > .nav-item {
    margin-left: 0;
    }
    .navbar-nav .nav-item:last-child {
    margin: 0;
    }
    .navbar-nav .nav-link {
    padding: 0 7px 0 8px;
    line-height: 50px;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    position: relative;
    }
    .navbar-nav .nav-link:hover {
    color: #ef4a23;
    text-decoration: none;
    }
    .navbar-nav > .nav-item:hover > .nav-link {
    color: #ef4a23;
    }
    .navbar-nav .nav-item .drop-down {
    display: none;
    position: absolute;
    left: 10px;
    background: #fff;
    z-index: 99;
    padding: 5px 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.1),
        0 -3px 0 0 #ef4a23;
    }
    .navbar-nav .nav-item:hover > .drop-down {
    display: block;
    }
    .navbar-nav .drop-down li {
    display: block;
    position: relative;
    }
    .navbar-nav .multi-col .drop-down {
    width: 400px;
    }
    .navbar-nav .multi-col .drop-down ul {
    display: inline-block;
    position: relative;
    float: left;
    }
    .navbar-nav .drop-down li.has-child:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #ef4a23;
    position: absolute;
    right: 10px;
    top: 12px;
    opacity: 0.4;
    }
    .navbar-nav .drop-down li .nav-link,
    .navbar-nav .drop-down li a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    white-space: normal;
    line-height: 19px;
    padding: 4px 15px;
    width: 200px!important;
    color: #222;
    }
    .navbar-nav .drop-down li:hover > a {
    background: #ef4a23;
    color: #fff;
    }
    .drop-down li .nav-link ul {
    display: none;
    }
    .navbar-nav .nav-item:hover > .drop-menu-2 {
    left: 100%;
    top: -5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2);
    }
    .navbar-nav > .nav-item:nth-child(10):hover .drop-menu-1,
    .navbar-nav > .nav-item:nth-child(11):hover .drop-menu-1,
    .navbar-nav > .nav-item:nth-child(12):hover .drop-menu-1,
    .navbar-nav > .nav-item:nth-child(13):hover .drop-menu-1,
    .navbar-nav > .nav-item:nth-child(14):hover .drop-menu-1,
    .navbar-nav > .nav-item:nth-child(15):hover .drop-menu-1,
    .navbar-nav > .nav-item:nth-child(16):hover .drop-menu-1,
    .navbar-nav > .nav-item:nth-child(17):hover .drop-menu-1,
    .navbar-nav > .nav-item:nth-child(18):hover .drop-menu-1 {
    right: 10px;
    left: auto;
    }
    .navbar-nav > .nav-item:nth-child(10):hover .drop-menu-2,
    .navbar-nav > .nav-item:nth-child(11):hover .drop-menu-2,
    .navbar-nav > .nav-item:nth-child(12):hover .drop-menu-2,
    .navbar-nav > .nav-item:nth-child(13):hover .drop-menu-2,
    .navbar-nav > .nav-item:nth-child(14):hover .drop-menu-2,
    .navbar-nav > .nav-item:nth-child(15):hover .drop-menu-2,
    .navbar-nav > .nav-item:nth-child(16):hover .drop-menu-2,
    .navbar-nav > .nav-item:nth-child(17):hover .drop-menu-2,
    .navbar-nav > .nav-item:nth-child(18):hover .drop-menu-2 {
    left: inherit;
    right: 100%;
    }
    @media (min-width: 1280px) {
    
    .h-desk {
        display: none !important;
    }
    }
    @media (min-width: 1280px) and (max-width: 1365px) {
    .navbar-nav > .nav-item {
        margin-right: -3px;
    }
    .navbar-nav .nav-link {
        padding-right: 10px;
    }
    }
    @media (max-width: 1279px) {
    .container {
        max-width: 100%;
    }
    body {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
    .h-desk {
        display: block;
    }
    .m-hide {
        display: none !important;
    }
    .overlay {
        top: 50px;
    }
    header {
        margin-bottom: 15px;
    }
    header .top {
        padding: 0;
    }
    header .top .container {
        display: block;
    }
    .header-items.logo {
        display: flex;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 99;
        background: #FAF9F6;
        padding: 0 15px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        width: 100%;
        align-items: center;
    }
    .header-items.logo img {
        height: auto;
    }
    .mobile-nav-top {
        width: calc(50% - 45px);
        height: 50px;
        left: 0;
        top: 0;
    }
    .header-items.logo .brand {
        width: 90px;
        display: block;
    }
    .mobile-right {
        width: calc(50% - 45px);
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 2px;
    }
    .mobile-right .ac {
        margin-left: 15px;
        position: relative;
    }
    .mobile-right .ac .counter {
        position: absolute;
        right: -10px;
        top: -6px;
        background: #ef4a23;
        color: #fff;
        border-radius: 20px;
        font-size: 11px;
        line-height: 13px;
        width: 16px;
        text-align: center;
    }
    .mobile-right .material-icons {
        color: #000;
    }
    .header-items.search {
        margin: 0 -15px 0;
        padding: 0;
        background: #ccc;
        z-index: 100;
        display: none;
        top:54px
    }
    .header-items.search.open {
        display: block;
        position: fixed;
        width: 100%;
        top: 50px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .dropdown-menu ul {
        padding: 0 10px 10px;
    }
    .dropdown-menu .search-results {
        padding: 0;
        height: calc(100vh - 207px);
    }
    .nav-tabs li {
        line-height: 30px;
    }
    header .search .ic {
        right: 15px;
    }
    header .search input {
        padding-left: 15px;
        height: 46px;
        background: none;
    }
    .header-items.search button {
        top: 12px;
        opacity: 0.5;
    }
    #nav-toggler {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        margin: 4px 0 0 0;
        padding: 4px 0px;
        cursor: pointer;
        font-size: 25px;
    }
    #nav-toggler span {
        display: block;
        position: relative;
        height: 4px;
        background: #000;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    #nav-toggler span:nth-child(2) {
        margin: 4px 0;
    }
    .header-items.quick-actions {
        position: fixed;
        display: flex;
        left: 0;
        bottom: 0;
        right: 0;
        height: 61px;
        background: #081621;
        z-index: 999;
        box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.2);
        flex: 1 1 auto;
        width: 100%;
        padding: 0;
    }
    .quick-actions .ac {
        float: none;
        display: flex;
        padding-left: 0;
        flex-direction: column;
        flex: 0 0 20%;
        text-align: center;
        align-items: center;
    }
    .quick-actions .ac .ic {
        float: none;
        margin: 0 0 7px;
        font-size: 24px;
        line-height: 24px;
        height: 24px;
        border: none;
    }
    .quick-actions .ac .ic i {
        color: #fff;
        font-size: 20px;
    }
    .quick-actions .ac h5 {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 16px;
    }
    .quick-actions .ac p {
        display: none;
    }
    .quick-actions .ac.build-pc {
        display: none;
    }
    .quick-actions .ac.build-pc.h-desk {
        display: flex;
        top: 0;
    }
    .navbar .navbar-nav {
        width: 290px;
        display: block;
        position: fixed;
        left: -400px;
        top: 50px;
        height: calc(100vh - 50px);
        overflow: auto;
        background: #fff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 99999;
        border-top: 1px solid #eee;
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.3);
    }
    .navbar.open .navbar-nav {
        left: 0;
    }
    .navbar-nav > .nav-item {
        margin-right: 0;
    }
    .navbar-nav .nav-link {
        line-height: 44px;
        font-size: 16px;
        font-weight: 400;
        padding: 0 20px;
        border-bottom: 1px solid #eee;
        width: 100%;
        color: #000;
    }
    .navbar-nav .nav-item.has-child:after,
    .navbar-nav .drop-down li.has-child:after,
    .navbar-nav .nav-item.has-child:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 1px;
        background: #999;
        position: absolute;
        right: 20px;
        top: 20px;
        border: none;
    }
    .navbar-nav .nav-item.has-child:before {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .navbar-nav li.has-child.open:before {
        opacity: 0;
    }
    .navbar-nav > .nav-item:last-child {
        margin-bottom: 100px;
    }
    .navbar-nav .drop-down li.has-child:before,
    .navbar-nav .drop-down li.has-child:after {
        opacity: 0.7;
        top: 18px;
    }
    .navbar-nav .drop-down li.has-child.open:before {
        opacity: 0;
    }
    .navbar-nav .nav-item .drop-down {
        display: none !important;
        position: static;
        box-shadow: none !important;
        padding: 0;
        background: #fafafa;
    }
    .navbar-nav .nav-item.open > .drop-down {
        display: block !important;
    }
    .navbar-nav .nav-item .drop-menu-1 {
        border-bottom: 1px solid #eee;
    }
    .navbar-nav .nav-item.has-child.open > a {
        color: #ef4a23;
    }
    .navbar-nav .nav-item .drop-menu-1 .nav-link,
    .navbar-nav .nav-item .drop-menu-1 .see-all {
        padding-left: 40px;
        color: #666;
    }
    .navbar-nav .nav-item .drop-menu-2 {
        border-bottom: 1px solid #eee;
        padding: 5px 0;
    }
    .navbar-nav .nav-item .drop-menu-2 .nav-link,
    .navbar-nav .nav-item .drop-menu-2 a {
        padding-left: 60px;
        border-bottom: none;
    }
    .navbar-nav .drop-down li .nav-link,
    .navbar-nav .drop-down li a {
        padding: 10px 15px;
        width: 100%;
        font-size: 15px;
    }
    .navbar-nav > .nav-item:hover > .nav-link {
        box-shadow: none;
    }
    .navbar-nav .drop-down li:hover > a {
        background: none;
        color: #ef4a23;
    }
    .navbar-nav .multi-col .drop-down {
        width: 100%;
    }
    .navbar-nav .multi-col .drop-down ul {
        float: none;
        width: 100%;
    }
    }
        @media (max-width: 767px) {
        .navbar-nav .nav-link {
            font-size: 14px;
        }
    }

    @media (min-width: 1280px) {
        .on-scroll #header .navbar {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            z-index: 99;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        }
    }

    .nav-link{
        width:fit-content !important;
    }