﻿
/*Global Settings Start*/


@font-face {
    font-family: 'aeonik-bold';
    src: url('../fonts/aeonik-bold.woff2') format('woff2'), url('../fonts/aeonik-bold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'aeonik-regular';
    src: url('../fonts/aeonik-regular.woff2') format('woff2'), url('../fonts/aeonik-regular.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik Mono';
    src: url('../fonts/aeonikmono-regular.woff2') format('woff2'), url('../fonts/aeonikmono-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FK Display';
    src: url('../fonts/fkdisplay-regularalt.woff2') format('woff2'), url('../fonts/fkdisplay-regularalt.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'aeonik-regular';
}

:root {
    --main-blue-color: #0E61FE;
    --secondary-black-color: #000;
    --third-gray-color: #676C6F;
    --fourth-light-gray-color: #E9EBEF; 
    --fifth-charcoal-color: #4A4A4A;
    --color-brand-neutral: #9B9B9B;
    --white-color: white;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'aeonik-regular';
}

button {
    cursor: pointer;
}

input, select {
    border: none;
    border-bottom: 1px solid #979797;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 24px
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    border-radius: unset;
}

select::-ms-expand {
    display: none;
}

a {
    text-decoration: none
}

p, h1{
    cursor:default;
}
/*Global Settings End*/

#head-top {
    width: 1230px;
    margin: auto;
    height: 50px;
    padding: 13px 0 0 0;
    text-align: center;
    align-content: center;
}

#head_left{
    height: 41.4px;
    margin: 0 0 41.4px 118px;
}

#head_left a {
    display: inline-block;
    position: relative;
    width: 180px;
    height: 10px;
}

#head_left img{
    width: 180px;
    height: 78.19px;
    position: absolute;
    top: -43px;
}

#head_left p {
    position: relative;
    top: 13px;
    display: inline-block;
    font-size: 26px;
}

nav {
    width: 1100px;
    margin: 0 0 48.9px 140px;
    height: 40px;
    text-align:left;
}

nav div {
    display: inline-block;
    height: 35px;
}

nav div a {
    display: inline-block;
    text-decoration: none;
    color: black;
    margin-right: 40px;
    font-size: 20px;
    border-top-left-radius: 10px;
    background: none;
    padding: 5px 0;
}

.nav_link:after {
    content: " ";
    display: block;
    border-bottom: 5px solid var(--main-blue-color);
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px
}

#cta_Feedback_tab {
    margin-right: unset;
}

#head-bottom {
    width: 1440px;
    margin: 0 auto;
}

main {
    width: 1440px;
    margin: 0 auto;
}

@media only screen and (max-width: 400px) {
    main {
        width: 375px;
        margin: 0 auto;
    }
}

#additional_service_btn {
    display: block;
    margin: 1.5px 20px 0 0;
    width: 185px;
    height: 24px;
    float: right;
    background: var(--secondary-black-color);
    border: none;
    color: white;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.13px;
}

#additional_service_btn i {
    padding-right: 5px;
}

#additional_service_btn:hover {
    background: var(--main-blue-color);
}

#additional_service_btn:active {
    background: var(--main-blue-color);
}

#Order_new_company_btn {
    display: block;
    margin: 1.5px 0 0 0;
    width: 165px;
    height: 24px;
    float: right;
    background: var(--main-blue-color);
    border: none;
    color: white;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.13px;
}

#Order_new_company_btn i {
    padding-right: 5px;
}

#Order_new_company_btn:hover {
    background: var(--secondary-black-color);
}

#Order_new_company_btn:active {
    background: var(--secondary-black-color);
}

.vertical_line {
    float: right;
    padding: 0 20px 0 20px;
    font-size: 20px;
    font-weight: 100;
}

#email_place_holder {
    float: right;
    color: black;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 5px 0 5px 0;
}

#logout_btn {
    float: right;
    background: white;
    border: none;
    padding: 5.5px 0 0 0;
    border-radius: 5px;
    color: var(--secondary-black-color);
    font-family: 'aeonik-bold';
    font-weight: 900;
    font-size: 15px
}

#logout_btn:hover {
    color: var(--main-blue-color);
}

#logout_btn:active {
    color: var(--main-blue-color);
}

nav button {
    display: none;
}


@media only screen and (max-width: 400px) {
    main {
        width: 332px;
        margin: 0 auto;
    }

    #head-top {
        width: 300px;
        height: 20px;
    }

    #head-bottom {
        width: 325px;
        margin-top: 40px;
    }

    #email_place_holder {
        position: relative;
        max-width: 195px;
        word-break: break-all;
        z-index: 1;
    }

    #Order_new_company_btn, #additional_service_btn, #secondV {
        display: none;
    }

    #head_left {
        height: 41.4px;
        margin: 0 0 20px 0;
    }

    #head_left a {
        width: 150px;
        height: 0;
    }

    #head_left img {
        width: 150px;
        height: unset;
    }

    #head_left p {
        top: 11px;
        font-size: 20px;
    }

    nav {
        width: 300px;
        margin: 0 0 20px 0;
    }

    nav i {
        padding-left: 10px;
    }

        nav button {
            margin: 0 auto;
            width: 290px;
            font-size: 20px;
            display: block;
            color: white;
            background: var(--main-blue-color);
            padding: 10px 20px;
            border: none;
            border-radius: 4px
        }

    nav i {
        padding-left: 10px;
    }

    nav div{
        display: none;
    }

    .nav_link:after {
         width: 100%; 
    }

    .showMobileMenu {
        display: block;
        float: left;
        width: 290px;
        height: 40px;
        margin: 0 auto 5px 10px;
    }

}