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

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

*:not(input) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.col-2-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
}

.other-info{
	padding: 10px 20px 30px 20px;
	border-radius: 10px;
	background: #f5f5f5;
}

@media (max-width: 300px) {
	.col-2-btn {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		column-gap: 10px;
	}
}

.gray-bg {
    background-color: #ccc;
    color: #000;
}

.hp-button-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
}

.form-area ul.hp-list{
   columns: 1;
}


input,
input:before,
input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

div#noticeq18 {
    color: #da2128;
    margin-left: 10px;
    margin-top: 08px;
}

html,
body {
    height: 0;
    min-height: 100%;
}

.code-input {
    font-size: 22pt;
    letter-spacing: 10px;
}

.errorMessage-hidden {
    opacity: 0;
    visibility: hidden;
}

.errorMessage-show {
    opacity: 1;
    visibility: visible;
}

#code-error {
    transition: all .5s ease;
    color: red;
    font-weight: 500;
}

.step-count-container {
    font-size: 16pt;
    background: #121FCF;
    background: linear-gradient(90deg, rgb(0 121 194) 0%, rgb(27 84 165) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dob-field {
    padding: 10px 30px;
    border: 0;
    background-color: #0172BB14;
}

.dob-error-message {
    display: none;
    color: red;
    font-size: 9pt;
}

.contact-container {
    width: max-content;
    background: #1b54a5;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 12px -4px #0000009e;
    grid-template-columns: 1fr;
    gap: 20px;
    z-index: 9997;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.contact-container-toggle {
    visibility: visible;
    opacity: 1;
}

.contact-container-close {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    font-size: 12pt;
    color: white;
}

body .contact-container .contact-email {
    background-color: #1b54a5;
    color: white;
    width: 100%;
    height: 50px;
    margin: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 12pt;
    grid-template-columns: min-content 1fr;
    gap: 5px;
    padding: 5px 10px;
    text-decoration: none;
}


body .contact-container .contact-tel {
    background-color: #1b54a5;
    color: white;
    width: 100%;
    height: 50px;
    margin: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 12pt;
    grid-template-columns: min-content 1fr;
    gap: 5px;
    padding: 5px 10px;
    text-decoration: none;
}

body .contact-container .contact-email:hover,
body .contact-container .contact-tel:hover {
    background-color: #66a1ff;
    cursor: pointer;
}

.contact-tel span,
.contact-email span {
    text-align: left;
}

#login-content p {
    margin: 15px 0px;
}

.container {
    width: 100%;
    height: 100%;

}

.overlay {
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.226);
    backdrop-filter: blur(5px);
    display: none;
}

.overlay-toggle {
    display: block;
}

.box-faq {
    padding: 0;
}

.menu-faq {
    z-index: 9999;
    top: 0;
    right: -200%;
    background-color: white;
    max-width: 500px;
    width: 100%;
    height: 100%;
    position: fixed;
    box-shadow: 7px 0px 20px 3px #000000b0;
    padding: 1%;
    overflow-y: scroll;
    transition: right .3s ease;
}

.faq-toggle {
    right: 0%;
}

.faq-button-small {
    font-size: 18pt;
    text-align: center;
    padding-top: 20px;
    color: #0172BB;
    /* display: none; */
}

.faq-back {
    font-size: 18pt;
    text-align: right;
    color: #0172BB;
    position: relative;
}

.faq-back i {
    position: relative;
    right: px;
    top: 20px;
    cursor: pointer;
}

.faq-button-small i {
    cursor: pointer;
}

.grid {
    display: grid;
}

.uneven-left-col-2 {
    grid-template-columns: 40% 1fr;
}

.image-right {
    width: 80%;
    transform: skewX(355deg);
    display: none;
}

.height-100 {
    height: 100%;
}

.align-grid-content-middle {
    align-content: center;
}

.m-y-30 {
    margin: 30px 0px;
}

.input-form-content-elegibility {
    width: 100%;
    padding: 10px 30px;
    border-radius: 100px;
    border: 0;
    background-color: #0172BB14;
}

.input-form-content-elegibility:focus-visible {
    outline: none;
}

button,
.form-area .faq-button {
    border-radius: 100px;
    padding: 10px 30px;
    width: 100%;
    border: 0;
    margin-top: 20px;
    background-color: #66a1ff;
    color: white;
    font-size: 12pt;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}

button:hover,
.form-area .faq-button:hover {
    background-color: #0172BB;
}

.splitter {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    height: 100%;
    width: 10px;
}

.logo {
    width: 65%;
    padding-bottom: 30px;
}

.splitter img {
    height: 100%;
    display: block;
}

#login-content {
    min-height: 100%;
    grid-template-columns: 50% 1fr;
}

.page-title {
    text-transform: uppercase;
    color: #151515;
    font-size: 28pt;
    line-height: 46pt;
    font-weight: 500;
    letter-spacing: -1px;
    background: #121FCF;
    background: linear-gradient(90deg, rgb(0 121 194) 0%, rgb(27 84 165) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-sub-title {
    letter-spacing: -1px;
    background: #121FCF;
    background: linear-gradient(90deg, rgb(0 121 194) 0%, rgb(27 84 165) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-area {
    align-content: center;
    padding: 5%;
    position: relative;
    grid-template-rows: minmax(0, 20%) max-content 1fr;
	gap: 40px;
}

.form-area h2 {
	margin: 15px 0px;
	color: #151515;
	background: #121FCF;
    background: linear-gradient(90deg, rgb(0 121 194) 0%, rgb(27 84 165) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image-logos {
    align-items: end;
    display: grid;
    justify-items: center;
    margin-top: 20px;
}

.form-area ul {
    padding-left: 30px;
    column-count: 2;
    margin: 10px 0px;
    text-align: left;
}

select label {
    font-weight: 600;
}

.form-area ul li {
    margin: 5px 0px;
}

.img-area {
    background: rgb(16, 93, 205);
    background-image: linear-gradient(135deg, rgba(16, 93, 205, 1) 0%, rgba(0, 212, 255, .5) 100%), url(https://nhshckent.randox.com/wp-content/themes/rdx-gp-theme/custom-front-page-assets/blood-pressure.jpg);
    align-items: center;
    justify-items: center;
    background-position: 0 center;
    background-size: cover;
}

.form-area a {
    color: #66a1ff;
    margin-top: 5px;
    display: inline-block;
}

.option-elegibility {
    display: none;
}

label {
    margin-bottom: 10px;
    display: inline-block;
}

#custom-gp-clinic {
    display: none;
    margin-top: 15px;
}

#not-elegible-container {
    display: none;
}

@media screen and (max-width: 1475px) {
    .page-title {
        font-size: 32pt;
        line-height: 42pt;
    }
}

@media screen and (max-width: 1075px) {
    .page-title {
        font-size: 28pt;
    }
}

@media screen and (max-width: 950px) {
    #login-content {
        grid-template-columns: 1fr;
        grid-template-rows: 100%;
        align-content: center;
    }

    .logo {
        width: 85%;
    }

    .img-area {
        /* order: 1;
        justify-items: center;
        background-color: #ffffff;
        background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); */
        display: none;
    }

    .form-area {
        order: 2;
        text-align: center;
    }

    .splitter {
        display: none;
    }

    .contact-tel,
    .contact-email {
        font-size: 7.5pt;
    }

    .hp-button-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px) {
    .page-title {
        font-size: 18pt;
        line-height: 28pt;
    }

    .form-area {
        padding: 3%;
    }

    p,
    ul,
    a {
        font-size: 10pt;
    }

    a {
        margin-top: 15px;
    }

    .code-input {
        text-align: center;
    }
}