@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
    font-family: "Open Sans";
}

html, body {
    overflow-x: hidden; 
}
/* overflow-x: applied as a quick fix  */
.container {
    max-width: 2560px;
    width: 80%;
    padding-left:130px;
    padding-right:130px;
}

.arrow {
    position: relative;
    top: 110px;
    left: 10px;
}

.arrow-parent {
    position: relative;
    top: -10px;
    left: 50px;
}

.first-dot,
.second-dot {
    background: rgb(217, 217, 217) !important;
}

.active {
    background: rgb(247, 179, 43) !important;
}

nav {
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav-bar-logo {
    height: 55px !important;
    width: auto !important;
}

.nav-bar-button {
    padding: 19.5px 69px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    background: #f7b32b !important;
    line-height: 1;
}

/* NAV END */

header {
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

    header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient( 90deg, #0f4c44 24.74%, rgba(15, 76, 68, 0.83) 43.99%, rgba(15, 76, 68, 0) 78.91% ), url("../images/header-image.png") no-repeat;
        background-position: right center;
        background-size: cover;
        transform: scaleX(-1);
        z-index: -1;
    }

.header-txt {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 135%;
    margin-bottom: 50px;
}

#mainForm {
    background: #fff;
    padding: 35px 2rem 50px;
    border-radius: 5px;
    box-shadow: 0px 4px 25px 0px rgba(15, 76, 68, 0.09);
}

.form-txt-1 {
    color: #212427;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 18px;
}

.form-txt-2 {
    color: #212427;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}

.form-txt-2 span {
    font-weight: 600;
}

.form-steps {
    margin-left: calc(40%/2);
    margin-bottom: 25px;
    width: 60%;
}

.form-steps .rect {
    height: 4px;
    position: relative;
    background: #D9D9D9;
    margin: 20px 0px;
}

.form-steps .first-dot {
    width:  20px;
    height: 20px;
    border-radius: 50px;
    background: #000;
    position: absolute;
    top: 2px;
    left: 0px;
    transform: translate(-50%, -50%);
}

.form-steps .second-dot {
    width:  20px;
    height: 20px;
    border-radius: 50px;
    background: #000;
    position: absolute;
    top: 2px;
    right: 0px;
    transform: translate(50%, -50%);
}

header .text-1 {
    transform: translateX(-50%);
}

header .text-2 {
    transform: translateX(50%);
}

.hr {
    width: calc(100% + 2rem);
    height: 2px;
    transform: translateX(-1rem);
    background: #0e6c5e;
    border-radius: 10px;
    margin-bottom: 25px;
}

.inputs {
    display: grid;
    grid-template-areas:
        "first second"
        "third forth";
    gap: 15px;
    margin-bottom: 15px;
}

.inputs-three-fields {
    display: grid;
    grid-template-areas:
        "first second"
        "third third";
    gap: 15px;
    margin-bottom: 15px;
}

.inputs-long-form-second-step {
    display: grid;
    grid-template-areas:
        "first"
        "second";
    gap: 15px;
    margin-bottom: 15px;
}
#hnpForm .invalid {
    position: relative !important;
}
.text-justify{
    text-align: justify;
}

.inputs-short-form {
    display: grid;
    grid-template-areas: "first";
    gap: 15px;
    margin-bottom: 15px;
}

.inputs-short-form-2 {
    display: grid;
    grid-template-areas: "first second";
    gap: 15px;
    margin-bottom: 15px;
}

.inputs div:nth-of-type(1) {
    grid-area: first;
}

.inputs div:nth-of-type(2) {
    grid-area: second;
}

.inputs div:nth-of-type(3) {
    grid-area: third;
}

.inputs div:nth-of-type(4) {
    grid-area: forth;
}

::placeholder {
    color: rgba(0, 0, 0, 0.55);
}

select {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding: 20px 16px !important;
}

input:not([type="checkbox"]):not([type="button"]):not([type="submit"]) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 16px;
}

.checkbox-input {
    display: grid;
    grid-template-columns: 15px 5px auto;
    margin-bottom: 10px;
    color: #544f4f;
    font-size: 14px;
    border: 1px solid #544f4f33;
    padding: 10px;
    border-radius: 12px;
}

.checkbox-input-second {
    margin-bottom: 0px;
    color: #544f4f;
    font-size: 14px;
    text-align: center;
}

.checkbox-input label {
    grid-column: 3/4;
}

.form-disclaimer {
    margin-bottom: 15px;
}

.form-disclaimer-v2 {
    margin-bottom: 0px;
    font-size: 10px;
}

.form-btn {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 154.545% */
    padding-top: 24px;
    padding-bottom: 24px;
    background: #F7B32B !important;
}
.btn-red {
    background-color: #FF0000 !important;
    color: #fff !important;
}
/* HEADER END */

.business-partners {
    margin: 100px 0px;
}

.business-partners .heading-text {
    color: #212427;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 40.5px */
    margin-bottom: 40px;
}

/* PARTNERS END */

.card-1 {
    margin: 100px 0px;
}

.card-1 .desk-heading {
    color: #212427;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 62.1px */
    margin-bottom: 35px;
}

.card-1 .mob-heading {
    color: #212427;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 35.1px */
}

.card-1 .text-1,
.card-1 .text-2 {
    color: #565656;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-bottom: 30px;
}

.card-1 .text-2 {
    margin-bottom: 40px;
}

.card-1 button.btn,
.card-1 a,
.card-1 a:hover,
.card-2 button.btn,
.card-2 a,
.card-2 a:hover {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 154.545% */
    padding: 19.5px 69px;
    border-radius: 5px;
    background: #F7B32B;
}

.card-1 img {
    object-fit: cover;
    border-radius: 5px;
}

/* CARD 1 END */

.bg-dark-green {
    background: #0E6C5E;
}

.card-2 img {
    object-fit: cover;
}

.card-2 .main-heading {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 62.1px */
}

.card-2 .text-1 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.card-2 .content-row {
    display: flex;
    flex-direction: column;
    gap: 35px;
}


.card-2 button.btn {
    flex-grow: 0;
}


/* CARD 2 END */

.carousel {
    padding: 100px 200px;
}

.carousel .main-heading {
    color: #FFF;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 59.8px */
    margin-bottom: 48px;
}

.carousel .card-body {
    padding: 25px 40px 35px;
}

.carousel .card-content > img:nth-child(1) {
    margin-bottom: 22px;
}

.carousel .card-text {
    color: #565656;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-bottom: 35px;
}

.carousel .client-name {
    color: #565656;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-left: 15px;
}

.carousel .navigation-buttons {
    margin-top: 35px;
}

/* CAROUSEL END */

.collapsibles {
    margin: 100px auto;
}

.collapsibles .main-heading {
    color: #212427;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%; /* 34.8px */
}

.collapsibles .collapsible-content {
    color: #565656;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.collapsibles .collapsible-item hr {
    margin-top: 35px;
    margin-bottom: 35px;
}

/* COLLAPSIBLE END */

footer {
    margin-top: 50px;
    margin-bottom: 50px;
}

footer a {
    cursor: pointer !important;
}

footer p {
    color: #838383;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

footer .super-footer p {
    font-size: 18px;
}

/* END */

.pointer {
    cursor: pointer;
}

/*Some custom styling*/
#promenade {
    min-height: 500px;
}

#skipSecondForm {
    color: #544F4F;
    background: transparent !important;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: -0.4px;
    border: none !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}
.grx-title{
    font-size:30px;
    font-weight:bold;
}


    @media (max-width: 767px) {
       
        .nobtn-homepage {
            width: 90%;
        }

        .yesbtn-homepage {
            width: 90%;
        }

        .coregtitle {
            font-size: 12px !important;
        }

        .coreg-lower-title {
            font-size: 10.10px !important;
            margin-top: 5px;
        }

        .coreg-description {
            font-size: 10.10px !important;
        }

        .subscript {
            font-size: 10.10px !important;
        }
    }

    @keyframes blinker {
        0%, 49% {
            opacity: 1;
        }

        50%, 100% {
            opacity: 0;
        }
    }

    .homepage-offer-wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
        font-family: Kanit;
        padding: 10px;
        border: 1px solid;
        border-radius: 10px;
        border-color: #008000 !important;
        margin-bottom: 10px;
    }

        .homepage-offer-wrapper img {
            width: 300px;
            height: 250px;
            align-self: center;
            margin-bottom: 10px;
        }

        .homepage-offer-wrapper p {
            font-family: 'Kanit';
            font-size: 13px;
        }

        .homepage-offer-wrapper h5 {
            font-family: 'Kanit';
            color: black;
        }

    .nobtn-homepage {
        background-color: grey;
        color: #fff !important;
        border-radius: 20px;
        width: 70%;
        padding: 10px;
        border-color: grey !important;
        margin: 10px;
        float: left;
        border-style: none;
    }

    .yesbtn-homepage {
        background-color: #008000 !important;
        color: white !important;
        border-radius: 20px;
        width: 70%;
        padding: 10px;
        border-color: #008000 !important;
        margin: 10px;
        float: right;
        border-style: none;
    }

    .blink-hard {
        animation: blinker 1s linear infinite;
    }

    #loading {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.5;
        background-color: #00000045;
        z-index: 99;
    }

    .offer-page-header {
        background: #fff;
        margin-top: -20px;
        padding: 30px;
        border: 0px solid #0f4c44;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        width: 80%;
        transition: font-size 0.3s ease;
    }

    .step-wizard {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .step-wizard li {
            flex: 1;
            text-align: center;
            position: relative;
            color: #000;
            font-weight: 400;
        }

            .step-wizard li::before {
                content: "";
                width: 30px;
                height: 30px;
                background-color: #e3e3e3;
                border-radius: 50%;
                display: block;
                margin: 0 auto 10px;
                line-height: 30px;
                color: white;
                font-weight: bold;
            }

            .step-wizard li.active-step::before {
                background-color: #198754;
            }

            .step-wizard li:not(:last-child)::after {
                content: "";
                width: calc(100% - 30px);
                height: 2px;
                background-color: #f7b32b;
                position: absolute;
                top: 15px;
                left: calc(50% + 15px);
            }

    #btnContinue, #btnSelectAll {
        color: #FFF;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
        padding-top: 13px;
        padding-bottom: 13px;
        background: #F7B32B !important;
        width: 95%;
    }

    @media (max-width: 767px) {
        #btnInterests {
            width: 100%;
        }

        #interestSection h2 {
            margin-top: 20px !important;
            margin-bottom: 5px !important;
            font-size: 14px !important;
        }

        #interestSection p {
            margin-bottom: 20px !important;
            font-size: 10px !important;
        }

        .user-interests {
            padding: 0px !important;
        }

        .offer-page-header {
            padding: 10px;
            width: 100%;
        }

        #funnelProgress {
            margin-top: 20px !important;
        }

        .step-wizard li {
            font-size: 10px;
        }

            .step-wizard li:not(:last-child)::after {
                width: calc(100% - 20px);
                top: 8.5px;
                left: calc(50% + 10px);
            }

            .step-wizard li::before {
                width: 20px;
                height: 20px;
            }

        #funnelProgress .progress {
            width: 90% !important;
        }
    }

    input[type="checkbox"].interest {
        width: 20px; /* Increase the width of the checkbox */
        height: 24px; /* Increase the height of the checkbox */
        border-width: 2px; /* Increase the border width */
    }

    label.interest-name {
        cursor: pointer;
    }

    #interestSection h2 {
        margin-top: 50px;
        margin-bottom: 25px;
        transition: font-size 0.3s ease;
    }

    #interestSection p {
        font-size: 20px;
        color: #c1c1c1;
        margin-bottom: 25px;
        transition: font-size 0.3s ease;
    }

    .user-interests {
        max-width: 900px;
        padding: 50px;
        margin-right: auto;
        margin-left: auto;
    }

    #funnelProgress .progress {
        display: flex;
        height: 0.6rem;
        overflow: hidden;
        font-size: .75rem;
        background-color: #e9ecef;
        border-radius: 0.25rem !important;
        position: relative;
        bottom: 0;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    #funnelProgress .progress-bar {
        background-color: #0f4c44 !important;
    }

    #funnelProgress {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    /*For Custom Modal Dialog*/
    .notification-badge {
        position: relative;
        display: inline-block;
        background: linear-gradient(94.77deg, #09816F 15.3%, #2A9D8F 113.45%);
        color: #fff;
        font-size: 9px;
        padding: 19%;
        border-radius: 11.5px;
        width: 66px;
        height: 65px;
        display: flex;
    }

        .notification-badge .badge {
            position: absolute;
            top: -5px;
            right: -5px;
            background-color: red;
            color: white;
            border-radius: 50%;
            padding: 5px 7px;
        }

    .notify-modal-title {
        color: #0E6C5E;
        font-size: 22px;
        font-weight: bold;
    }

    .confirm-btn {
        font-size: 18px;
        background: linear-gradient(94.77deg, #F7B32B 15.3%, #D08B00 113.45%);
        color: #fff;
        padding: 10px 44px 10px 44px;
        cursor: pointer !important;
        font-weight: 700;
    }

    .dialog-card {
        border-color: #F7B32B;
    }

    .close {
        color: #0E6C5E;
        border: 1px solid #0E6C5E !important;
        border-radius: 5px;
        cursor: pointer !important;
        background: transparent !important;
        opacity: .5 !important;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        cursor: pointer !important;
    }

    .notify-dialog {
        max-width: 700px;
        margin: 0.75rem auto;
    }

    .card-text {
        color: #717171;
        font-weight: 700;
    }

    .no-thanks {
        border: 1px solid #F7B32B;
        font-size: 18px;
        color: #F7B32B;
        padding: 10px 44px 10px 44px;
    }

    @media (max-width: 576px) {

        .no-thanks, .confirm-btn {
            width: 100%;
        }

        .notification-badge {
            width: 49px;
            height: 50px;
        }

        .notify-modal-title {
            color: #0E6C5E;
            font-size: 15px;
            font-weight: bold;
            margin-left: 15px;
            margin-top: 10px;
        }

        .card-text {
            margin-left: 15px;
            font-size: 10px;
        }
    }

    .top-disclaimer-2 a {
        cursor: pointer !important;
    }

    .hanging-label {
        position: absolute;
        font-size: small;
        color: #0f4c44;
        top: -20px;
    }

    .address-top input {
        margin-top: 20px;
    }

    .address-top .clear-button {
        margin-top: 10px;
    }

    #gender input {
        width: 30px;
        height: 20px;
    }

    #gender label {
        font-size: 25px;
    }

    #gender .genderTip {
        margin-top: 35px;
    }

    .dobDiv {
        display: flex;
        flex-direction: row;
        position: relative;
    }

    @media (max-width: 767px) {
        #gender input {
            width: 20px;
            height: 16px;
        }

        #gender label {
            font-size: 20px;
        }
        #gender .genderTip {
            margin-top: 26px;
            left: 20px;
            
        }
        .hanging-label {
            font-size: x-small;
        }
    }

    .valid {
        visibility: hidden;
        position: absolute;
    }

    .invalid {
        position: absolute;
        visibility: visible !important;
        font-size: 10px;
        color: red;
    }

    .congratulations-heading {
        text-align: center;
        padding: 20px;
        font-size: 15px;
        border: 1px solid #0f4c44;
        margin-bottom: 25px;
        font-weight: 800;
        border-radius: 10px;
    }

    .unlock-image {
        width: 60px;
    }

    .btn-red {
        background-color: #FF0000 !important;
        color: #fff !important;
    }

    .genderTip {
        margin-top: 18px;
        left: 30px;
    }