:root {
    --gt_blue--bg: #093C6B;
    --gt_blue--tx: #405F9E;
    --gt_grey--bg: #F6F7FB;
    --gt_grey--brd: #E7E7E7;
    --gt_grey--tx: #5A5A5A;
    --gt_darkgrey--tx: #111;
    --gt_warn: #FF9933;
}

body {
    font: unset;
    font-family: Inter, sans-serif;
}

.gt_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 0 0;
    min-height: calc(100vh - 200px);
    position: relative;
    color: var(--gt_grey--tx);
    background-color: white;
    /* overflow: hidden; */
}

.gt_container p, 
.gt_container a, 
.gt_container li {
    color: var(--gt_grey--tx);
    font-size: 16px;
}

a.noline {
    text-decoration: none;
}

.gt_container a {
    text-decoration: none;
    color: var(--gt_rey--tx)
}

main {
    scroll-behavior: smooth;
}
.gt_container li {
    margin-bottom: 10px;
}

.gt_container h1,
.gt_container h2,
.gt_heading h2,
.gt_heading h2 a
{
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Inter, sans-serif !important;
    letter-spacing: 0 !important;
    color: var(--gt_darkgrey--tx);
}

.gt_container h3 {
    font-size: 20;
    font-weight: 600;
    padding-top: 10px;
}

.gt_container h3,
.gt_container h4,
.gt_container h6 
.gt_container h5,
.gt_container p {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Inter, sans-serif !important;
    letter-spacing: 0 !important;
    color: var(--gt_darkgrey--tx);
}

.gt_container h1,
.gt_heading h2,
.gt_container h2,
.gt_container h3,
.gt_container h4,
.gt_container h6 
.gt_container h5 {
    font-weight: 600;
}

.gt_heading h2,
.gt_heading p {
    font-weight: 300;
}

.gt_heading a,
.gt_container a {
    cursor: pointer;
    color: var(--gt_darkgrey--tx) !important;
}

.gt_heading p a,
.gt_container p a {
    text-decoration: underline;
    color: var(--gt_warn) !important;
}

.gt_container .gt_content {
    max-width: 60%;
    padding: 40px 40px 40px 120px;
    width: 100%;
    position: relative;
    min-height: 110vh;
}

.gt_container .gt_content::after {
    content: '';
    width: calc(50vw - 620px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 940px;
    background-color: white;
}

.gt_container .gt_content h1 {
    font-size: 24px;
}

.gt_container .gt_content h3 {
    font-size: 20px;
}

.gt_container .gt_content img {
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.gt_heading {
    width: 100%;
    padding: 50px 0;
}
.gt_heading > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    color: var(--gt_blue--tx);
}

.gt_heading h2 {
    font-size: 52px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.1;
}

.gt_heading p {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 30px;
    max-width: 700px;
    color: #A4A4A4;
    font-size: 16.75px;
}

.gt_subheading {
    width: 100%;
    height: 64px;
}

.gt_homelink {
    border-right: 1px solid white;
    display: flex;
    justify-content: center;
    width: 60px;
}

.gt_menu-heading a img {
    transition: transform .3s ease-out;
}

.gt_menu-heading a:hover img {
    transform: scale(1.09);
}

.gt_menu-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 10px;
    height: 80px;
    background-color: var(--gt_blue--bg);
    position: absolute;
    top: 0;
    left: 0;
}

.gt_menu-heading::after {
    content: '';
    width: 100vw;
    height: 100%;
    background-color: var(--gt_blue--bg);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.gt_menu-heading img {
    display: block;
    max-height: 41px;
    margin-right: 16px;
}

.gt_menu-heading .gt_homelink img {
    max-height: 21px;
    margin-right: 0;
}

.gt_menu-heading h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: white !important;
}

@media (max-width: 665px) {
    .gt_homelink {
        display: none;
    }
    .gt_menu-heading {
        justify-content: space-between;
    }
    .gt_menu-heading img {
        margin-right: 4px;
    }
}
.gt_2-col {
    display: flex;
}

.gt_2-col > div {
    width: 50%;
}

.gt_heading select {
    font-size: 16px;
    border: 1px solid var(--gt_grey--brd);
    border-radius: 0;
    padding: 4px;
    width: 176px;
    height: 38px;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: 95%;
    padding: 4px 12px;
    cursor: pointer;
    color: var(--gt_darkgrey--tx) !important;
}

/* .gt_heading select::after {
    content: ""; 
    font-size: 14px;
    color: #555;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; 
} */

.gt_container .gt_front-menu {
    padding-top: 30px;
    margin-bottom: 110px;
    width: 100%;
}

.gt_container .gt_front-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.gt_container .gt_front-menu ul li {
    width: 31.94%;
}

.gt_container .gt_front-menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    padding: 20px;
    color: white;
    background-image: linear-gradient(28deg, rgba(0,0,0,0.38699229691876746) 0%, rgba(120,120,120,0) 50%, rgba(255,214,0,0.23012955182072825) 100%);
    transition: .3s ease-out;
    opacity: .8;
    /* box-shadow: 10px 10px 0 rgb(46, 46, 46); */
}

.gt_container .gt_front-menu ul li a:hover {
    opacity: 1;
}

.gt_container .gt_front-menu h4 {
    color: white !important
}

.gt_container .gt_front-menu ul li a div {
    text-align: center;
}

.gt_container .gt_front-menu ul li a img {
    display: block;
    margin: 20px auto 0;
    max-width: 110px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}

ul.gt_breadcrumb {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

ul.gt_breadcrumb span,
ul.gt_breadcrumb li {
    padding: 4px;
    white-space: nowrap;
}

ul.gt_breadcrumb li a {
    text-decoration: none;
    white-space: nowrap;
}

ul.gt_breadcrumb li:last-of-type {
    color: var(--gt_warn);
}

.gt_chevron {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
    transform: rotate(-90deg);
    pointer-events: none;
}

.active .active,
.gt_container .active>a {
    color: var(--gt_blue--tx)
}

.active>a>.gt_chevron,
.active .active>.gt_chevron {
    transform: rotate(0);
    fill: var(--gt_blue--bg)
}

.gt_test-menu .gt_chevron {
    position: relative;
    top: 3px;
    right: -24px;
}

.gt_container .gt_main-menu {
    position: relative;
    padding: 10px 0 50px;
    width: 300px;
    background-color: var(--gt_grey--bg);
}

.gt_container .gt_main-menu::after {
    content: '';
    width: calc(50vw - 620px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: var(--gt_grey--bg);
}

.gt_container .gt_main-menu a {
    display: inline-block;
    text-decoration: none;
    padding: 0 24px;
    position: relative;
}

.gt_container .gt_main-menu .gt_chevron {
    position: absolute;
    top: 5px;
    left: 0;
}

.gt_container .gt_main-menu .gt_test-menu .gt_chevron {
    left: unset;
    right: -30px;
}

.gt_container .gt_main-menu ul {
    position: sticky;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 100vh;
}

.gt_container .gt_main-menu>ul {
    overflow-y: auto;
    padding-right: 10px;
}

.gt_container .gt_main-menu ul li {
    /* font-weight: 600; */
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 16px 0;
    margin: 0;
}
.gt_container .gt_main-menu > ul > li > ul > li {
    /* width: 230px; */
    font-weight: normal;
    border-bottom: none;
    font-size: smaller;
    /* padding-left: 15px; */
    padding: 6px 0 6px 10px;
}

.gt_container .gt_main-menu > ul > li > ul {
    display: none;
    padding-top: 10px;
}

.gt_container .gt_main-menu > ul > li.active > ul {
    display: block;
}

.gt_container ul.gt_test-menu {
    padding: 5px;
}

.gt_container ul.gt_test-menu li {
    padding: 5px 15px 5px 15px;
    font-weight: normal;
    border: none;
    position: relative;
}
.gt_container ul.gt_test-menu li a {
    display: flex;
    justify-content: space-between;
}
/* .gt_container ul.gt_test-menu li::after {
    content: '›';
    position: absolute;
    right: 15px;
} */

.gt_test-details,
.gt_content article {
    margin-bottom: 60px;
    width: 100%;
}

.not-found {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

a.active {
    font-weight: 600;
}

a.back {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
} 

.gt_container .gt_warn {
    padding: 30px;
    border: 2px solid rgb(255, 119, 0);
    /* background-color: rgba(255, 119, 0, .1); */
    border-radius: 10px;
    margin-bottom: 40px;
}

.gt_container .gt_warn .img-wrp {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255, 119, 0);
}

.gt_container .gt_warn .img-wrp img {
    display: inline-block;
    max-width: 40px;
}

.gt_container .gt_warn ul {
    margin-bottom: 0;
}

.gt_no-test-selected {
    padding: 60px;
    background: var(--gt_grey--bg);
    border-radius: 22px;
    margin-bottom: 40px;
}

@media (max-width: 1166px) {

    .gt_container .gt_content {
        max-width: calc(100vw - 410px);
        padding: 40px;
    }

    .gt_container .gt_main-menu {
        padding: 10px 0 30px 10px;
    }

    .gt_heading > div {
        padding: 0 14px;
        width: calc(100% - 28px);
    }
}

@media (max-width: 991px) {

    .gt_subheading {
        height: 50px;
    }
   
    .gt_container .gt_front-menu ul li {
        width: calc(50% - 20px);
    }
}

.gt_close {
    display: none;
}

@media (max-width: 665px) {

    .gt_heading h2{
        font-size: 40px;
        text-align: center;
    }

    .gt_heading > div {
        flex-direction: column;
    }

    .gt_heading p {
        font-size: 14px;
        text-align: center;
    }

    .gt_select-lang {
        margin-top: 20px;
    }

    .gt_menu-heading h2 {
        font-size: 18px;
    }

    .gt_menu-heading>a {
        padding-left: 20px;
    }
    @media (max-width: 665px) {
        .gt_menu-heading>a {
            padding-left: 0;
        }
    }
    .gt_close {
        display: inline-block;
        background: none;
        border: none;
        width: 20px;
        height: 20px;
        margin-right: 20px;
        padding: 0;
        outline: none !important;
    }

    .gt_close.active {
        transform: rotate(45deg);
    }
   
    .gt_container .gt_front-menu ul li {
        width: 100%;
    }

    .gt_container .gt_content {
        max-width: unset;
    }

    .gt_container .gt_main-menu {
        width: 100vw;
        position: absolute;
        z-index: 1;
        padding: 10px 0 0;
        padding: 0;
        overflow: hidden;
        max-height: 0;
    }

    .gt_container .gt_main-menu.active {
        max-height: unset;
    }

    .gt_container .gt_main-menu>ul {
        padding-right: 0;
    }

    .gt_container .gt_main-menu>ul>li {

        padding: 16px 10px;
    }
}

/* Utils */
.tx-center {
    text-align: center;
    width: 100%;
}

.tx-right {
    text-align: right;
    width: 100%;
}

.tx-cap {
    text-transform: capitalize;
}

.flx {
    display: flex;
}

.verticalCenter {
    align-items: center;
}