.landing-page-sec {
    position: relative;
    /* background-image: url(../images/landing-page-banner.jpg);
    background-size: cover;
    background-position: center;
    height: calc(100vh - 100px); */
}

.landing-header {
    padding: 10px 0px;
}

.lh-logo {}

.lh-logo img {
    width: 150px;
}

.lg-right {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.lg-right h6 {
    display: block;
    font-weight: 600;
    color: #009cbb;
    font-size: 18px;
    width: 522px;
    text-align: center;
}

.lg-right ul {
    display: flex;
    column-gap: 12px;
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
    position: relative;
}

/* .lg-right ul:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f00;
} */

.lg-right ul li {
    margin-bottom: 0px;
    position: relative;
}


.lg-right ul li+li:before {
    position: absolute;
    content: "/";
    left: -8px;
    top: 0;
    color: #009cbb;
    font-weight: 600;
}

.lg-right ul li a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.lg-right ul li a:hover {
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

.landing-page-sec .container-fluid {
    position: absolute;
    top: 22.5%;
    left: 0;
    right: 0;
    margin: auto;
}

#ee-form-1 {}

.ee-form-widget#ee-form-1 {
    display: flex;
    justify-content: end;
}

.ee-form-widget.ee-container {
    width: 400px;
    padding: 15px 15px 15px !important;
    box-shadow: 2px 2px 10px 0px #0f23342b !important;
}

.ee-form-widget input:not([type=checkbox]):not([type=tel]):not([type=radio]):not([type=search]),
.ee-form-widget select,
.ee-form-widget textarea {
    height: 32px;
    line-height: 30px;
    margin-bottom: 0px;
}

input,
input[type=text],
input[type=email],
input[type=number],
textarea,
select {
    height: 32px;
    line-height: 26px;
}

.select2-container--default .select2-selection--single {
    height: 32px !important;
    border-radius: 4px !important;
    border: 1px solid #cccccc !important;
}

.ee-form-widget .captchaContainer {
    display: flex;
    margin-bottom: 8px !important;
}

.ee-form-widget .captchaContainer .refreshButtonContainer {
    width: 32px !important;
    height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 30px !important;
    line-height: 30px !important;
}

.ee-form-widget #ee-send-otp-button-wrapper {
    margin-left: 5px !important;
}

.ee-form-footer {
    margin-top: 0px !important;
}

.ee-form-widget .captchaContainer .cpatcha {
    margin-right: 10px !important;
    border-radius: 4px !important;
    height: 32px !important;
}

.ee-form-widget .controls {
    justify-content: space-between !important;
}

.ee-form-widget .btn.btn-submit {
    background: var(--primary-color-one);
    color: #fff;
    border: 1px solid var(--primary-color-one);
    line-height: 32px;
    min-height: 32px;
    height: 32px;
    line-height: 16px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    border-radius: 4px !important;
    padding: 0px 15px;
}

.ee-form-footer .btn-login {
    padding: 0px 10px !important;
    line-height: 30px !important;
    border-radius: 4px !important;
}

.ee-form-widget .btn.btn-submit:hover {
    background: #fff;
    color: var(--primary-color-one);
}

.select2-container--default .select2-selection--single {
    font-size: 14px !important;
    border-radius: 4px !important;
}

@media only screen and (min-width:1800px) {
    .landing-page-sec img {
        height: calc(100vh - 73px);
    }
}

@media only screen and (max-width:1499px) {
    .ee-row.custom-class.text-capitalize {
        width: 49% !important;
        margin-right: 2%;
    }

    .ee-row.text-capitalize {
        width: 49% !important;
    }

    .landing-page-sec .container-fluid {
        position: absolute;
        /* top: 22%; */
        top: 19.5%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .ee-form-widget.ee-container {
        width: 380px;
        padding: 10px 10px 10px !important;
        box-shadow: 2px 2px 10px 0px #0f23342b !important;
    }

    .ee-row.custom-class.text-lowercase {
        width: 49% !important;
    }

    .ee-form-widget .ee-form-body .ee-row.half-width:not(.second-col-field) {
        margin-right: 0% !important;
        margin-left: 2%;
    }

    .ee-form-widget .ee-form-body .ee-row:nth-child(8) {
        width: 49% !important;
        margin-left: 2%;
    }

    /* .landing-page-sec .container-fluid {
        top: 21%;
    } */

    .landing-page-sec img {
        transform: scaleY(1.075);
    }

    .landing-page-sec {
        margin-top: 19px;
        margin-bottom: 19px;
    }

}

@media only screen and (max-width:1349px) {

    .landing-page-sec .container-fluid {
        top: 20%;
    }

    .form-row-new {
        display: flex;
        column-gap: 10px;
    }

    .form-container .consent-text {
        margin-top: -10px !important;
    }

    .form-row-new input {}

    .form-row-new select {}

    .form-container input,
    .form-container select,
    .form-container textarea {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width:1099px) and (min-width:992px) {
    .landing-page-sec img {
        transform: scaleY(1.095);
    }

    #ee-form-1 .ee-form-instruction {
        margin: 4px 0;
    }

    .ee-form-widget.ee-container {
        width: 360px !important;
        padding: 10px 10px;
    }

    .form-container {
        padding: 10px 10px !important;
        width: 360px !important;
    }

    .ee-form-widget .ee-form-body>.ee-row>.captchaContainer,
    .ee-form-widget .ee-form-body>.ee-row>.col-75:not(:first-child) {
        padding: 4px 0px 2px 0 !important;
    }

    .landing-page-sec .container-fluid {
        top: 19%;
    }

    .form-container input,
    .form-container select,
    .form-container textarea {
        margin-bottom: 8px !important;
    }

    .form-container h2 {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-bottom: 6px !important;
    }

    .form-container #statusMsg {
        margin-top: 6px !important;
    }
}

@media only screen and (max-width:991px) {
    .landing-header {
        padding: 15px 0px;
    }

    .lh-logo img {
        width: 200px;
    }

    .lg-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }

    .landing-page-sec img {
        transform: scaleY(1);
    }

    .landing-page-sec {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .landing-page-sec .container-fluid {
        top: 0px;
        position: relative;
        padding: 40px 0;
    }

    .ee-form-widget#ee-form-1 {
        justify-content: center !important;
    }

    .landing-page-sec .container-fluid:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: url(../assets/images/accredition-bg.jpg);
        background-color: #009cbb;
        background-blend-mode: hard-light;
        background-size: cover;
        background-position: center;
    }

    .ee-form-widget.ee-container {
        width: 650px;
        padding: 10px 10px 10px !important;
        box-shadow: 2px 2px 10px 0px #0f23342b !important;
    }

    .landing-page-sec .col-lg-6.pe-lg-5 {
        justify-content: center !important;
    }

    .form-container {
        padding: 15px 15px !important;
        width: 650px !important;
    }
}

@media only screen and (min-width: 768px) {
    .ee-form-widget#ee-form-1 {
        margin: 0px auto !important;
    }
}

@media only screen and (min-width: 600px) {
    .ee-form-widget#ee-form-1 {
        margin: 0px auto !important;
    }
}

@media only screen and (max-width:767px) {
    .ee-form-widget.ee-container {
        width: 515px;
    }

    .form-container {
        width: 515px !important;
    }
}

@media only screen and (max-width:600px) {
    #ee-form-1-modal-swapper.ee-form-widget .inline-inputs {
        display: flex !important;
        flex-direction: row;
    }

    .ee-form-widget #ee-send-otp-button-wrapper {
        margin-top: 0px;
    }

    .ee-row.custom-class.text-lowercase {
        width: 100% !important;
    }

    .ee-form-widget .ee-form-body .ee-row.half-width:not(.second-col-field) {
        margin-right: 0% !important;
        margin-left: 0%;
    }

    .ee-form-widget .ee-form-body .ee-row:nth-child(8) {
        width: 100% !important;
        margin-left: 0%;
    }

    .ee-form-widget #ee-send-otp-button-wrapper {
        width: auto !important;
        text-align: right;
        margin: 0;
        margin-top: 0px !important;
        display: block !important;
    }

    .captchaContainer>.ee-row>.col-75 {
        padding: 0px !important;
    }

    .captchaContainer {
        flex-flow: nowrap !important;
    }

    .ee-form-widget#ee-form-1 {
        justify-content: center !important;
        margin-bottom: 0px !important;
    }

    .lh-logo img {
        width: 150px;
    }

    .ee-form-widget .controls .btn:not(:last-child) {
        margin-right: 0;
        margin-top: 0px;
    }
}

@media only screen and (max-width:575px) {
    .lg-right {
        padding: 20px 0;
    }

    .lg-right ul {
        display: flex;
        column-gap: 12px;
        margin-bottom: 0px;
        list-style: none;
        padding-left: 0px;
        position: relative;
        flex-direction: column;
        row-gap: 4px;
    }

    .lg-right ul li {
        margin-bottom: 0px;
        position: relative;
    }


    .lg-right ul li+li:before {
        position: absolute;
        content: "/";
        left: -8px;
        top: 0;
        color: #ffffff;
        font-weight: 600;
    }

    .lg-right ul li a {
        color: #000;
        font-weight: 500;
        font-size: 16px;
    }

    .form-row-new {
        display: block;
    }

    .form-container input,
    .form-container select,
    .form-container textarea {
        margin-bottom: 16px !important;
    }

    .form-container .consent-text {
        margin-top: 10px !important;
    }

    .landing-page-sec input[type=checkbox] {
        margin-bottom: 3px !important;
    }

    .form-container label {
        font-size: 14px !important;
    }
}

#ee-form-1 .ee-row.check-box-field label {
    padding-right: 0px !important;
}


.form-container {
    position: relative;
    background: white;
    padding: 15px 15px;
    border-radius: 12px;
    width: 400px;
    box-shadow: 2px 2px 10px 0px #0f23342b !important;
}

.form-container h2 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
}

.form-container label {
    margin-top: 10px;
    display: block;
    font-size: 12px;
}

.form-container input,
.form-container select,
.form-container textarea {
    width: 100%;
    padding: 0px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 14px !important;
}

.form-container .otp-section {
    display: flex;
    gap: 10px;
}

.form-container .otp-section input {
    width: calc(100% - 94px);
}

.form-container button {
    background: #009cbb;
    color: white;
    padding: 0px 10px;
    height: 32px;
    line-height: 36px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-family: var(--creote-family-one);
    font-size: 12px;
    text-transform: capitalize;
}

.form-container button:disabled {
    background: #009cbb;
    opacity: 0.6;
    cursor: not-allowed;
}

.form-container .hidden {
    display: none;
}

.form-container #statusMsg {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
}

.form-container .success {
    color: green;
}

.form-container .error {
    color: red;
}

.form-container .consent-text {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.4;
}

.landing-page-sec .col-lg-6.pe-lg-5 {
    display: flex;
    justify-content: end;
}

.landing-page-sec input[type=checkbox] {
    width: 16px !important;
    height: 16px;
    margin-right: 5px;
    margin-top: 0px !important;
    margin-bottom: 0px;
    vertical-align: middle;
}

.landing-page-sec #submitBtn {
    background: #009cbb;
    color: white;
    padding: 0px 10px;
    line-height: 44px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-family: var(--creote-family-one);
    font-size: 14px;
    text-transform: capitalize;
    min-width: 130px;
    min-height: 42px;
}

.form-container input::placeholder,
.form-container select::placeholder,
.form-container textarea::placeholder {
    font-family: var(--creote-family-two);
    color: var(--text-color-dark) !important;
    font-size: 14px;
}

.form-container select {
    font-family: var(--creote-family-two);
    color: var(--text-color-dark) !important;
    font-size: 14px !important;
}