@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.modal-header {
    background: black;
    color: white;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: white;
    font-size: 30px;
}

.modal-body {
    text-align: center;
    padding-top: 33px;
    font-size: 26px;
}

.emailbox .emailtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: white;
    margin-bottom: 20px;
}

.emailbox input {
    height: 50px;
    border-radius: 0px;
    border: 0px;
    width: 280px;
    padding: 3px 20px;
    margin-right: 5px;
}

.emailbox .btn-wrap {
    display: inline-block;
    position: relative;
}

.emailbox .btn {
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 30px 11px 30px;
    position: relative;
    background: transparent;
    border: 6px solid white;
}

.emailbox .btn-wrap:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 24px;
    height: 25px;
    background: url(https://hub71impact.com/wp-content/uploads/2022/02/button-corner.jpg) no-repeat right top;
    background-size: 100% 100%;
    -webkit-transform: scaleX(-1);
    transform: scale(-1);
    -webkit-transform: scaleX(-1);
    transform: scale(-1);
}

.checkBoxContainer {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 35px !important;
    margin-left: 15px !important;
    margin-top: 7.5px !important;
}

.checkBoxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0 !important;
}

.checkBoxContainer .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #bbb;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0/0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgb(0 0 0/0.1);
    -webkit-transition: 0.05s border-color ease-in-out;
    -moz-transition: 0.05s border-color ease-in-out;
    -ms-transition: 0.05s border-color ease-in-out;
    -o-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
}

.checkBoxContainer:hover input~.checkmark {
    background-color: #bbbbbb17;
}

.checkBoxContainer input:checked~.checkmark {
    background-color: transparent;
}

.checkBoxContainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkBoxContainer input:checked~.checkmark:after {
    display: block;
}

.checkBoxContainer .checkmark:after {
    left: 6px;
    top: -7px;
    width: 8px;
    height: 16px;
    border: solid #1fdab7;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#register {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0px;
}

#register h1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}

.formWrap .register_form .form-group {
    margin-top: 30px;
    margin-bottom: 0;
}

.formWrap .register_form label,
.loginform label,
label {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}

.formWrap .register_form input,
.formWrap .register_form select,
.formWrap .register_form textarea,
.loginform .form-control,
.form-control,
.respondingThank .form-control {
    display: block;
    width: 100%;
    font-weight: 700;
    line-height: 1.5;
    color: #162945;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #fff;
    padding: 0px 10px;
    border-radius: 0;
    height: 50px;
    border: 1px solid #000000;
}



.formWrap .register_form button.btn {
    isplay: inline-block;
    color: #0026ab;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 15px 35px;
    cursor: pointer;
    text-align: center;
    border-radius: 0px;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #1fdab7;
    margin-top: 30px;
    background: #fff;
    border: 2px solid #2154ed;
}

.formWrap .register_form button.btn:hover {
    background: #2154ed;
    color: #ffffff;
}

.formWrap .register_form input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    appearance: auto !important;
    height: 20px;
    width: 20px;
}


.formWrap .register_form .form-control input[type=date] {
    color: #8863AA;
}

.formWrap .register_form .form-control {
    font-size: 18px;
}

.formWrap .register_form .form-control input[type=date]:focus {
    color: #8863AA;
}



input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('../images/icons/icons-calendar.png');
    /* Invert the color of the arrow */
    /* Set the background color */
    mask: url('../images/icons/icons-calendar.png') center/contain no-repeat;
    /* Set the SVG mask for the arrow */
}

input[type=date]:invalid::-webkit-datetime-edit {
    color: #8863AA;
}




.GreenBody input[type=date]:invalid::-webkit-datetime-edit {
    color: #79CD7C;
}


.form-control.input-validation-error,
.form-group:has(.form-control.select2-hidden-accessible.input-validation-error) .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #dc3545 !important;
}

.loginform .form-control.input-validation-error {
    border-bottom: 1px solid #dc3545 !important;
}

.speakerloginBody .form-control.input-validation-error {
    border-bottom: 1px solid #dc3545 !important;
}

.loginform .text-danger {
    color: #dc3545 !important;
    font-size: 12px;
}

.speakerloginBody .text-danger {
    color: #e1eb13 !important;
    font-size: 12px;
}

.form-control.input-validation-error:focus {
    box-shadow: none !important;
}

.text-danger,
.error {
    color: #dc3545 !important;
}

.GreenBody .text-danger {
    color: #FCFF00 !important;
}

.GreenBody .form-control.input-validation-error,
.GreenBody .form-group:has(.form-control.select2-hidden-accessible.input-validation-error) .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #FCFF00 !important;
}

.GreenBody .loginform .form-control.input-validation-error {
    border-bottom: 1px solid #FCFF00 !important;
}

.GreenBody .speakerloginBody .form-control.input-validation-error {
    border-bottom: 1px solid #FCFF00 !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.form-control::placeholder,
.formWrap .register_form select::placeholder {
    color: #9692a0;
}


.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9692a0;
}

.GreenBody .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9692a0;
}


.formWrap .register_form select {
    color: #8863AA;
}

.select2-container--default .select2-results>.select2-results__options {
    background: white;
    color: #9692a0;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(../images/downArrow1.png) no-repeat center;
    width: 12px;
    height: 8px;
    margin-top: 7px;
    transform: translateX(-8px);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(../images/downArrow12x8.png) no-repeat center;
    transform: rotate(-180deg);
    width: 12px;
    height: 8px;
}

.formWrap .register_form select {
    -webkit-appearance: listbox;
    height: 24.8px;
    color: #fff;
}

.select2-results__option:hover {
    background: #000 !important;
    color: #fff;
}

.select2-results__option.select2-results__option--highlighted {
    background: #000;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: dimgray;
    border-radius: 10px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 10px;
    background-color: dimgray;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border: 1px solid #000000;
    border-radius: 2px;
    height: 50px;
    padding: 11px 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #162945;
    line-height: 28px;
    background: transparent;
    border: none;
    font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus-visible {
    color: #fff;
    line-height: 28px;
    background: transparent;
    border: none;
    outline: none;
}



.select2-container--default .select2-selection--single .select2-selection__rendered[title="Choose country of residence here"] {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered[title="Choose nationality here"] {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered[title="Choose title here"] {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered[title="Choose gender here"] {
    color: #000;
}

.select2-search--dropdown {
    display: block;
    padding: 0;
    background: #7121cc;
}

/*

.loaderBox {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: white;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.loader {
    border: 16px solid #000;
    border-radius: 50%;
    border-top: 16px solid #2c886c;
    width: 100%;
    height: 100%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaderText {
    width: calc(100% - 32px);
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    overflow: hidden;
    height: 66px;
    margin-right: auto;
    top: 50%;
    left: 50%;
    margin-left: calc(-50% - -16px);
    margin-top: -31px;
    color: black;
}

.loaderWrap {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -75px;
}

#loader {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    display: none;
}

.loaderImg {
    width: 100%;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}*/


.loaderWrap {
    position: fixed;
    inset: 0;
    background: #ffffff;
    /*backdrop-filter: blur(5px);*/
    /*-webkit-backdrop-filter: blur(5px);*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    z-index: 999999;
}

/* spinner */
.loaderLogo img.img_1 {
    transform: rotate(0deg);
    animation: spin_1 1s linear;
    margin-right: -7px;
}

.loaderLogo img.img_2 {
    transform: rotate(180deg);
    animation: spin_2 1s linear;
    margin-left: -7px;
}

@keyframes spin_1 {
    from {
        transform: rotate(0deg);
        margin-right: -100px;
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes spin_2 {
    from {
        transform: rotate(0deg);
        margin-left: -100px;
    }

    to {
        transform: rotate(-180deg);
    }
}

.loaderBar {
    height: 4px;
    width: 130px;
    --c: no-repeat linear-gradient(#00b699 0 0);
    background: var(--c), var(--c), #00b69942;
    background-size: 60% 100%;
    animation: l16 3s infinite;
}

@keyframes l16 {
    0% {
        background-position: -150% 0, -150% 0
    }

    66% {
        background-position: 250% 0, -150% 0
    }

    100% {
        background-position: 250% 0, 250% 0
    }
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Gothic A1", sans-serif;
}

html,
body {
    height: fit-content;
    min-height: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    background: url(https://image.evsreg.com/wuae_bg-min.png) no-repeat;
    background-size: cover;
    border-top: 10px solid #2c886c;
    border-bottom: 10px solid #2c886c;
    min-height: 100vh;
}

.container {
    max-width: 1170px;
    padding: 0;
}

.Content-Wraper {
    width: 100%;
    height: 100%;
    background: transparent;
    background-size: cover;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.contentWrap {
    color: #232953;
}

.contentWrap p {
    font-size: 20px;
    line-height: 30px;
}

.contentWrap h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.contentWrap p b {}

.contentWrap h5 {
    font-size: 22px;
    line-height: 1.75;
}



.siteBanner {
    /* max-width: 486px; */
    margin: 30px auto 0;
}


.authincation-content {
    background-size: cover;
    border-radius: 15px;
}

.main-Content {
    /* width: 90%; */
    /* max-width: 1175px; */
    margin: 0 auto;
    padding: 30px 0;
}

.whiteBg {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    margin-bottom: 100px;
}


.sycnLogoWraper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-Logo {
    width: 100%;
    max-width: 402px;
}



.Content_left_Box h1 {
    color: #2c886c;
    font-size: 26px;
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-word;
}

.Content_left_Box h1 span {}

/*  .Content_right_Box p:nth-child(2) {
        font-size: 15px;
       
    }*/

.Content_left_Box p span,
.Content_right_Box p span {
    color: #2c886c;
}

.Content_left_Box p span {}

.Content_left_Box p span span {}

.Content_right_Box p b {
    color: #2c886c;
}

.Content_right_Box p:nth-child(3) {
    margin-bottom: 60px;
}


.Reg-btn {
    text-decoration: none;
    display: inline-block;
    padding: 3px 5px;
    background: transparent;
    outline: none;
    border: 0;
    color: #000000;
    letter-spacing: 0.1em;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    margin-left: 20px;
    margin-bottom: 15px;
}

.formheading {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: white;
    width: 100%;
    max-width: 416px;
    text-align: justify;
}

.formheading h2 {
    color: #2c886c;
    font-size: 28px;
    margin-bottom: 0px;
}

.formheading p {
    font-size: 12px;
    margin-bottom: 0px;
    color: #ffffff;
    margin-top: 10px;
}




.Reg-btn:hover {
    animation: none;
    text-decoration: none;
}

.cube {
    position: relative;
    transition: all 0.5s;
}

.cube .bg-top {
    position: absolute;
    height: 15px;
    top: -14.5px;
    bottom: 100%;
    right: 9px;
    left: -10px;
    transform: skew(45deg, 0);
    margin: 0;
    transition: all 0.4s;
}

.cube .bg-bottom {
    position: absolute;
    height: 15px;
    top: 70%;
    bottom: 0;
    right: 9px;
    left: -10px;
    transform: skew(45deg, 0);
    margin: 0;
    transition: all 0.4s;
}

.cube .bg-top .bg-inner {
    bottom: 0;
}

.cube .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    transition: all 0.4s;
}

.cube .bg-left {
    position: absolute;
    top: -7px;
    z-index: 0;
    bottom: 7.5px;
    width: 16px;
    right: 100%;
    transform: skew(0, 45deg);
    transition: all 0.4s;
}

.cube .bg-right {
    position: absolute;
    top: -7px;
    z-index: 0;
    bottom: 7.5px;
    width: 16px;
    left: 89%;
    right: 10px;
    transform: skew(0, 45deg);
    transition: all 0.4s;
}



.Reg-btn1.cube .bg-right {
    position: absolute;
    top: -7px;
    z-index: 0;
    bottom: 7.5px;
    width: 16px;
    left: 89%;
    right: 10px;
    transform: skew(0, 45deg);
    transition: all 0.4s;
}

.Reg-btn2.cube .bg-right {
    position: absolute;
    top: -7px;
    z-index: 0;
    bottom: 7.5px;
    width: 16px;
    left: 94%;
    right: 10px;
    transform: skew(0, 45deg);
    transition: all 0.4s;
}

.cube .bg-left .bg-inner {
    left: 0;
}

.cube .bg-inner {
    border: 1px solid #2c886c;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.cube .bg .bg-inner {
    background: #2c886c;
}

.cube .text {
    position: relative;
    transition: all 0.4s;
    font-size: 26px;
}

.cube .text a {
    color: black;
    text-decoration: none;
}

.cube:hover .bg .bg-inner {
    background: #ffffff;
    transition: all 0.4s;
}

.cube:hover .bg-inner {
    border: 1px solid #ffffff;
}

.cube:hover .bg-left,
.cube:hover .bg,
.cube:hover .bg-top {
    background: none;
}

.cube:active {
    z-index: 9999;
    animation: bounce 0.1s linear;
}

@keyframes bounce {
    50% {
        transform: scale(0.9);
    }
}


.regLinkedin {
    margin-block: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 160px;
    height: 53px;
    background: #0070b1;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding-inline: 10px;
}

.regLinkedin span {
    height: 34px;
    width: 34px;
    background: white;
    color: #0070b1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 5px;
    transition: .5s;
}

.regLinkedin:hover {
    text-decoration: none;
    color: white;
    border-bottom: 1px solid white;
}

.checkbox-wrapper-30 .checkbox {
    --bg: #fff;
    --brdr: #d1d6ee;
    --brdr-actv: #15B798;
    --brdr-hovr: #bbc1e1;
    --dur: calc((var(--size, 2)/2) * 0.6s);
    display: inline-block;
    width: calc(var(--size, 1) * 21px);
    position: relative;
}

.form-check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
}

.form-check.custom-checkbox {
    padding-left: 35px;
}

.form-check-input:focus {
    box-shadow: none;
}


.checkbox-wrapper-30 {
    height: 22px;
}

.checkbox-wrapper-30 .checkbox:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}

.checkbox-wrapper-30 .checkbox>* {
    position: absolute;
}

.checkbox-wrapper-30 .checkbox input[type=radio] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
}


/*.checkbox-wrapper-30 .checkbox input {
        background: none !important;
    }*/

.checkbox-wrapper-30 .checkbox input[type=checkbox] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: white !important;
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
    border: 3px solid #000 !important;
    border-radius: 10px !important;
}

.checkbox-wrapper-30 .checkbox input[type=checkbox]:checked {
    background-color: #4d00ac !important;
}

.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdr: calc(var(--size, 1) * 2);
}

.checkbox-wrapper-30 .checkbox input:hover {
    --newBrdrClr: var(--brdr-hovr);
}

.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3);
}



.GreenBody .checkbox-wrapper-30 .checkbox input[type=checkbox] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: white !important;
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
    border: 2px solid white !important;
    border-radius: 50% !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    display: none;
}

.GreenBody .checkbox-wrapper-30.thank-you-checkBox .checkbox input[type=checkbox] {
    border-radius: 0 !important;
    background-color: #7121cc !important;
}

.GreenBody #passportinformationfield.col-md-12 {
    padding: 0;
}

.GreenBody #passportinformationfield .form-group,
.GreenBody #Internationflightfield .form-group {
    margin-top: 5px;
}

.GreenBody #passportinformationfield .form-control,
.GreenBody #Internationflightfield .form-control {
    font-size: 16px;
}



.GreenBody #Internationflightfield .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.GreenBody #Domesticflightfield .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}



.GreenBody #Domesticflightfield .form-group {
    margin-top: 5px;
}

.GreenBody #passportinformationfield .form-group.form-check {
    gap: 15px;
    align-items: flex-end;
}

.GreenBody #passportinformationfield.col-md-12:has(.form-control.input-validation-error) .form-group.form-check {
    align-items: center;
}

.GreenBody #passportinformationfield .form-group.form-check div {
    width: 100%;
}

.GreenBody #passportinformationfield label {
    white-space: nowrap;
    padding-bottom: 0;
    color: #ffffff !important;
}

.GreenBody #passportinformationfield .form-control {
    flex-grow: 1;
    width: 100%;
    max-width: 350px;
}

.GreenBody .checkbox-wrapper-30 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3);
    background-color: #2c886c;
}

.GreenBody .checkbox-wrapper-30 .checkbox.radioBox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3);
    background-color: #054B30 !important;
}

.GreenBody .checkbox-wrapper-30 .checkbox.radioBox svg {
    display: none;
}

.checkbox-wrapper-30 .checkbox input:checked+svg {
    --dashArray: 16 93;
    --dashOffset: 109;
}

.checkbox-wrapper-30 .checkbox svg {
    fill: none;
    left: 0;
    pointer-events: none;
    stroke: var(--stroke, var(--border-active));
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}

.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
    display: block !important;
    height: 100%;
    width: 100%;
}


.form-check-label,
.form-check-label-heading {
    margin-left: 10px !important;
    padding-bottom: 0 !important;
    float: left;
    display: inline !important;
    width: fit-content !important;
    vertical-align: middle;
    padding-top: 7px;
    color: white;
    font-weight: 400;
}

.form-check.align-items-start.mt-2 .form-check-label {
    font-size: 12px !important;
    line-height: 1;
}

.form-check.align-items-start.mt-5 .form-check-label {
    font-size: 12px !important;
    line-height: 20px;
    margin-top: -6px;
}

.form-check.align-items-start.mt-2 .form-check-label span {}

.form-check.align-items-start.mt-5 .form-check-label span {}

#flighttypefield .form-check-label {
    color: #ffffff !important;
}


.form-check-label-heading.LargeLable small {
    color: #ffffff;
}

.form-check-label-heading small a {
    color: #ffffff !important;
}

.form-check-label-heading small {
    color: #ffffff;
}

.form-check-label-heading {
    margin-left: 0px !important;
    margin-top: 30px !important;
    display: inline-block;
}

.form-check-label-heading.mt-1 {
    margin-top: 10px !important;
}



form .form-check input {
    float: left !important;
    display: inline !important;
}

.first-span {
    display: flex;
    width: 100%;
    max-width: 290px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 50px;
}

.footerInner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerInner ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    gap: 10px;
    padding-left: 0;
}


.footerInner ul li {
    height: 26px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2c886c;
    border-radius: 5px;
    transition: all .5s;
    padding-top: 1px;
}


.footerInner ul li:hover {
    background: #ffffff;
}

.footerInner ul li a {
    color: #69489D;
    font-size: 20px;
    line-height: 1;
}

.footerLInk {
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    color: #2c886c;
    text-decoration: none;
    line-height: 1;
}

.footerLInk:hover {
    color: #ffffff;
}

.subMitBtn {
    width: auto;
    height: auto;
    font-size: 20px;
    background: #2c886c;
    position: relative;
    z-index: 1;
    border-radius: 8px !important;
    float: right;
    color: #fff;
    transition: .5s;
    border: 0px solid #000;
    flex-basis: auto;
    white-space: nowrap;
    font-weight: bold;
    padding: 12.5px 30px;
}

.subMitBtn.modal-btn {
    width: 200px;
    display: inline-block;
    background: #2e2e2e;
}

.Find-out-more-btn {
    width: auto;
    display: block;
    flex: 0 !important;
}

.btn-group {
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.select2-container {
    width: 100% !important;
}

.subMitBtn:hover {
    background: #517675;
    color: #fff;
}

.subMitBtn a {
    font-size: 24px;
    text-decoration: none;
    color: black;
}

.subMitBtn a:hover {
    font-size: 24px;
    text-decoration: none;
    color: black;
}

.tabSubmite {
    font-size: 24px;
    text-decoration: none;
    color: black;
}

.tabSubmite:hover {
    font-size: 24px;
    text-decoration: none;
    color: black;
}





.subMitBtn:hover:after,
:before {
    background: white;
}

.subMitBtn:hover:before {
    background: white;
}

.subMitBtn.tabSubmite:hover:after,
:before {
    background: white;
}

.subMitBtn.tabSubmite:hover:before {
    background: white;
}


.subMitBtn.speakerRegSubmitBtn {
    width: 170px;
}

.speakerRegSubmitBtn.subMitBtn::after,
.speakerRegSubmitBtn.subMitBtn::before {
    position: absolute;
    content: "";
    height: 63px;
    width: 85px;
    background: #2c886c;
    z-index: -1;
}

.subMitBtn.tabSubmite {
    width: 180px;
    font-size: 22px;
}

.tabSubmite.subMitBtn::after,
.tabSubmite.subMitBtn::before {
    position: absolute;
    content: "";
    height: 63px;
    width: 90px;
    background: #2c886c;
    z-index: -1;
}

/* thank you page */


.ThankBody .Content-Wraper {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: white;
    backdrop-filter: blur(24px);
    border: 1px solid #fff;
    background-size: cover;
    position: relative;
    padding-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.ThankMediaIcons ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    gap: 10px;
    padding-left: 0;
    justify-content: center;
    margin-bottom: 15px;
}

.ThankMediaIcons ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2c886c;
    transition: all .5s;
    padding-top: 1px;
    height: 42px;
    width: 42px;
    border-radius: 8px;
}

.ThankMediaIcons ul li:hover {
    background: #ffffff;
}

.ThankMediaIcons ul li a {
    color: #69489D;
    line-height: 1;
    font-size: 30px;
}

.Thank_Headings h2 {
    color: #fff;
    font-size: 30px;
}

.Thank_Headings h2:nth-child(1) {
    color: purple;
}

.Thank_Headings {
    margin-bottom: 55px;
}



.Thank-You-main-Content p {
    color: gray;
    font-size: 16px;
    text-wrap: balance;
}

.Thank-You-main-Content .Content_Logo p:nth-child(3) {
    margin-top: 30px;
    margin-bottom: 0px;
}

.Thank-You-main-Content .Content_Logo p:nth-child(4) {
    margin-block: 10px 30px;
}

.Thank_Contact p:first-child {
    margin-bottom: 5px;
}

.Thank_Contact p a {
    color: #2c886c;
    font-weight: 300;
    text-decoration: underline;
}

.Thank_Contact p a:hover {
    color: #2c886c;
}

.Content_Logo {
    width: 100%;
    max-width: 558px;
    text-align: center;
}

.Thank-You-main-Content .Content_Logo {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thankLogoWraper {
    width: 100%;
    max-width: 600px;
}

.thankLogoWraperAr {
    max-width: 270px;
}

.langBtn {
    background: white;
    border-radius: 25px;
    color: black;
    width: 150px;
}

.langBtn.dropdown-toggle::after {
    display: none;
}

.langDropDown {
    z-index: 1;
}

.langBtn.dropdown-toggle {
    z-index: 999;
    position: relative;
    text-align: left;
    border: none;
    font-size: 22px;
}

.langBtn.dropdown-toggle:hover {}

.langBtn.dropdown-toggle:focus {
    box-shadow: none;
    background: #2c886c;
    color: black;
}

.langBtn.dropdown-toggle:hover {
    color: black;
    background: #2c886c;
}

.langDropDown .dropdown-menu {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(0px, 20.5px, 0px) !important;
    padding: 20px 0 0 0;
    border-radius: 0 0 25px 25px;
    z-index: 2;
    min-width: 150px !important;
    border: none;
    overflow: hidden;
}

.dropdown-item {
    font-family: ithra-medium !important;
    font-size: 22px;
}

.nav-tabs {
    margin-top: 20px;
    border-bottom: 1px solid #cebbf5;
    gap: 5px;
}

.nav-tabs .nav-link {
    background: #2c886ca3;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000000;
    background-color: #0f0;
    border-color: #0f0;
}

.radio_div-col {
    padding-right: 5px;
}

.policyLink {
    color: gray;
    text-decoration: underline;
    white-space: nowrap;
}

.policyLink:hover {
    color: #705628;
}

.subMitBtnWithLable {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: end;
    margin-top: 58px !important;
}

.subMitBtnWithLable .form-check-label {
    backdrop-filter: blur(4px);
    max-width: 304px;
}

.AR-body * {
    direction: rtl;
    /* text-align: right; */
}

.AR-body .header-Nav {
    direction: ltr;
}

.AR-body .langBtn.dropdown-toggle {
    text-align: right;
}

.AR-body .form-check-label-heading {
    text-align: right;
    display: block !important;
    width: 100% !important;
}

.AR-body .form-check-label {
    margin-left: 0px !important;
    margin-right: 15px !important;
}

.AR-body .subMitBtn {
    text-align: center;
}

.AR-body .subMitBtn::before {
    top: 0;
    left: 0;
}

.AR-body .subMitBtn::after {
    bottom: 0;
    top: auto;
    left: 0;
}

.AR-body .footer * {
    direction: ltr;
}

.AR-body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    left: 1px;
    right: auto;
    width: 12px;
}

.AR-body .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: left;
    margin-left: 12px;
    font-weight: bold;
}

.AR-body .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0px;
}

.AR-body .Content-Wraper {
    position: relative;
    overflow: hidden;
}

.AR-Btn-Wraper {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}

.AR-body .formheading {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: white;
    width: 100%;
    max-width: 363px;
    text-align: right;
}

.AR-body .formheading p {
    text-align: justify;
}

.form-group.text-left.AR-Btn-Wraper .form-check-label {
    font-size: 12px;
    max-width: 218px;
}

.AR-body .Content-Wraper {
    background: url(../images/contentBg-Ar-2.0.png) no-repeat bottom;
    background-size: cover;
}

.AR-body label,
.AR-body label span {}

.AR-body .formWrap .radio_div label span {
    font-weight: 300;
    line-height: 20px;
    padding-right: 0px;
}

.AR-body .loaderText {
    text-align: center;
}

.AR-body .Thank_Headings h2,
.Thank-You-main-Content p {
    text-align: center;
    margin-bottom: 0px;
}

.AR-body .regLinkedin {
    font-size: 16px;
    direction: ltr;
    font-family: Arial;
    padding-inline: 10px;
}

.AR-body .ThankMediaIcons {
    text-align: center;
}

.AR-body .Content_right_Box {
    width: 100%;
    max-width: 573px;
}

.AR-body .Content_right_Box p {
    font-size: 18px;
    color: #2c886c;
    text-wrap: balance;
    text-align: justify;
}

.AR-body .Content_right_Box p b {}

.AR-body .formheading h2 {}

.asteric {
    display: inline-block;
    width: 5px;
    font-family: ithra-medium !important;
}

.AR-body .Thank_Headings h2 {}

/*#FirstName,
#LastName,
#Designation,
#FirstName:-webkit-autofill,
#LastName:-webkit-autofill,
#Designation:-webkit-autofill {
    color: white !important;*/
/* Set your desired text color */
/*}*/
.Section2 * {
    text-align: left;
}

.Section2 .Thank_Headings {
    margin-bottom: 0;
}

.Section2 .Thank_Headings h2 {
    font-size: 26px;
    color: white;
    margin-bottom: 20px;
}

.Section2 .Thank_Headings h2 a {
    font-size: 26px;
    color: #2c886c;
}

.Section2 .Thank_Headings ul li {
    color: #2c886c;
    font-size: 18px;
    text-align: left;
}

.Section2 .Thank_Headings ul.SecondUL {
    list-style: none;
}

.Section2 .Thank_Headings ul {
    margin-bottom: 50px;
}

.Section2 .Thank_Headings p {
    text-align: left;
}

.Section2 .Thank_Headings p a {
    color: #2c886c;
    font-size: 18px;
    text-align: left;
}

.Section2 .subMitBtn {
    text-align: center;
    float: none;
    display: inline-block;
    margin-top: 20px;
}

.Section2 .subMitBtn a {
    color: #000;
    text-decoration: none;
}

.GreenBody {
    background: url(../images/green-Main-BG.png) no-repeat center;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
}

.GreenBody .Content-Wraper {
    background: url(../images/Green-Tab-Bg-2.0.png) no-repeat bottom;
    background-size: cover;
}

.GreenBody .thankLogoWraper {
    margin-bottom: 50px;
    display: inline-block;
}

.GreenBody .Thank_Headings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.GreenBody .Thank_Headings h2:nth-child(2) {
    color: white;
}

.GreenBody .Thank_Headings h2:nth-child(4) {
    color: white;
}

.GreenBody .Thank_Headings h2:nth-child(5) {
    color: #2c886c;
    font-size: 32px;
}

.GreenBody .Thank_Headings h2:nth-child(6) {
    color: white;
    margin-bottom: 30px;
    line-height: 42px;
}

.GreenBody .Thank_Headings p:nth-child(7) {
    color: white;
    font-size: 16px;
    margin-bottom: 0;
}

.GreenBody .Thank-You-main-Content p {
    color: #ffffff;
    font-size: 16px;
}

.GreenBody .Thank-You-main-Content p:first-child {
    margin-bottom: 5px;
}

.GreenBody .Thank-You-main-Content p span {
    color: #2c886c;
    font-size: 16px;
}

.GreenBody .Thank-You-main-Content p u {
    color: #2c886c;
}

.GreenBody .Thank-You-main-Content p u a {
    color: #2c886c;
    white-space: nowrap;
}

.GreenBody.respondingThank .Thank_Headings h2 {
    color: white;
    font-size: 22px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 700px;
}

.GreenBody.respondingThank .form-check-label {
    font-size: 20px !important;
    padding-top: 0px;
    margin-left: 10px !important;
    color: #2c886c;
    text-align: left;
    text-wrap: balance;
}

.GreenBody.respondingThank .form-check {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
}

.CheckBoxRow {
    margin-bottom: 40px;
}

.CheckBoxOutterWrapper {
    width: 100%;
    max-width: 432px;
}

.attendingList p {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

.attendingList ul {
    padding: 10px 0 10px 20px;
}

.attendingList ul li {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.attendingList ul li::marker {
    color: #2c886c;
    font-size: 12px;
}

.SetAttendingDateBtn {
    min-height: 56px;
    width: 100%;
    padding: 0;
    border: 2px solid white;
    background: none;
    color: white;
    margin-bottom: 30px;
    padding: 5px;
}

.form-check-input.active[input=radio] {
    background-color: #2c886c;
    color: Black;
}

.SetAttendingDateBtn:hover {
    border: 2px solid #2c886c;
    background: #2c886c;
    color: Black;
}

.SetAttendingDateBtn.active span {
    color: black !important;
}

.SetAttendingDateBtn:hover span {
    color: Black !important;
}

.swal2-popup {
    /*background: linear-gradient(45deg, #584596, #765397);*/
    background: #7021cb;
}

.swal2-success-circular-line-left,
.swal2-success-circular-line-right,
.swal2-success-fix {
    background-color: transparent !important;
}

.swal2-title,
.swal2-html-container {
    color: white !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #2c886c !important;
    color: #000000 !important;
    font-size: 1.0625em;
}

.swal2-styled.swal2-confirm:hover {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #fff !important;
    color: #000000 !important;
    font-size: 1.0625em;
}

.LargeLable {
    min-height: 95px;
}

.GreenText {
    color: #2c886c;
}

/*Speaker css start here*/
.speakerloginBody {
    background: url(../images/LoginSignupBG.png) no-repeat center fixed;
    background-size: cover;
}

.speakerloginBody .Content-Wraper {
    background: url(../images/SpeakerMainContentBG.png?v=1933) no-repeat bottom;
    background-size: cover;
}

.speakerloginBody .Thank_Headings h2 {
    font-size: 26px;
    color: #2c886c;
}



.speakerloginBody .Thank_Headings {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 754px;
}

.speakerloginBody .header-Nav.footer {
    top: auto;
    bottom: 0;
    z-index: -2;
}

.loginSignUp .form-control {
    display: block;
    width: 100%;
    max-width: 398px;
    height: 60px;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: transparent;
    color: #fff;
    padding: 15px;
    border-radius: 0;
}

.loginSignUp .form-control::placeholder {
    color: #B3B3B3;
}

.speakerloginBody .loaderBox {
    background: linear-gradient(to right, #1d2fa2, #3e6ebd, #4378c2);
}

.speakerloginBody .loaderText {
    color: #fff;
}

.loginSignUp .subMitBtn {
    width: 101px;
    height: 56px;
    font-size: 1rem;
    background: none;
    border: none;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    float: right;
}

.loginSignUp .subMitBtn::after,
.loginSignUp .subMitBtn::before {
    position: absolute;
    content: "";
    height: 45px;
    width: 50.5px;
    background: #2c886c;
    z-index: -1;
}

.loginSignUp form {
    width: 100%;
    max-width: 398px;
}

.loginSignUp .auth-form h2 {
    color: #2c886c;
    font-size: 2rem;
    margin-bottom: 0;
}

.loginSignUp .auth-form p {
    color: #2c886c;
    font-size: .8rem;
}

.speakerloginBody.loginSignUp .form-control.input-validation-error {
    border-bottom: 1px solid #e1eb13 !important;
}

.WelcomeSPtext {
    width: 100%;
    max-width: 582px;
    margin-top: 50px;
}

.WelcomeSPtext h1 {
    font-size: 2.1rem;
    color: #2c886c;
}

.WelcomeSPtext h1 span {}

.WelcomeSPtext p {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: left;
    line-height: 24px;
}

.WelcomeSPtext p span {
    color: #2c886c;
}

.speakerloginBody .footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-P-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 1080px;
    flex-wrap: wrap;
}

.footer-P-1 p {
    font-size: 16px;
    color: #2c886c;
    margin-bottom: 0;
}

.footer-P-1 p a {
    color: #2c886c;
    white-space: nowrap;
    text-decoration: underline;
}

.footer-P-1 p a:hover {
    color: #fff;
}

.speakerloginBody .subMitBtn:hover:after,
:before {
    background: white;
}

.speakerloginBody .subMitBtn:hover:before {
    background: white;
}

.WelcomeSPtext h2 {
    font-size: 1.6rem;
    color: #2c886c;
    margin-bottom: 30px;
}

.WelcomeSPtext ul {
    padding: 10px 0 10px 20px;
}

.WelcomeSPtext ul li {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.WelcomeSPtext ul li::marker {
    color: #2c886c;
    font-size: 12px;
}

.WelcomeSPtext h2 span {}

.WelcomeSPtext p a {
    color: #2c886c;
    text-decoration: underline;
}

.WelcomeSPtext p a.YellowText {
    color: #FFFF00;
}

.loginSignUp .cube .text {
    position: relative;
    transition: all 0.4s;
    font-size: 14px;
    color: black;
    text-decoration: none;
    letter-spacing: 0px;
}

.loginSignUp .cube .bg-bottom {
    position: absolute;
    height: 15px;
    top: 55%;
    bottom: 12px;
    right: 9px;
    left: -10px;
    transform: skew(45deg, 0);
    margin: 0;
    transition: all 0.4s;
}

.loginSignUp .cube .bg-right {
    position: absolute;
    top: -7px;
    z-index: 0;
    bottom: 7.5px;
    width: 16px;
    left: 90%;
    right: 0px;
    transform: skew(0, 45deg);
    transition: all 0.4s;
}

.loginSignUp .sec-2.cube .bg-right {
    position: absolute;
    top: -7px;
    z-index: 0;
    bottom: 7.5px;
    width: 16px;
    left: 94%;
    right: 0px;
    transform: skew(0, 45deg);
    transition: all 0.4s;
}

.loginSignUp .sec-3.cube .bg-right {
    position: absolute;
    top: -7px;
    z-index: 0;
    bottom: 7.5px;
    width: 16px;
    left: 88.5%;
    right: 0px;
    transform: skew(0, 45deg);
    transition: all 0.4s;
}

.loginSignUp .cube {
    display: block;
}

.f-lOGOUT-BTN {
    width: 114px;
    height: 45px;
    font-size: 1.2rem;
    background: #2c886c;
    color: #000000;
    border: none;
    outline: none;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.f-lOGOUT-BTN:hover {
    background: white;
    text-decoration: none;
    color: black;
}

.SP-Sec-Body .index-Logo {
    max-width: 373px;
}

.SP-Sec-Body .Content_right_Box {
    width: 100%;
    max-width: 379px;
}

.SP-Sec-Body .Content_right_Box h2 {
    color: #2c886c;
    font-size: 2rem;
    margin-bottom: 0;
}

.SP-Sec-Body .Content_right_Box p {
    color: #2c886c;
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 15px;
}

.SP-Sec-Body .Content_right_Box p:nth-child(2) {
    color: #fff;
    margin-block: 5px 25px;
    font-size: .8rem;
}




.SP-Sec-Body .Content_right_Box.w-100 {
    max-width: 100%;
}

.SP-Sec-Body .form-control.input-validation-error,
.SP-Sec-Body .form-group:has(.form-control.select2-hidden-accessible.input-validation-error) .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #FCFF00 !important;
}

.SP-Sec-Body .form-control::placeholder,
.SP-Sec-Body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #79CD7C;
    font-size: .8rem;
}

.SP-Sec-Body .select2-container--default .select2-results>.select2-results__options {
    background: #16237A;
    color: #fff;
    border: none;
}

.SP-Sec-Body .select2-results__option {}

.SP-Sec-Body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #16237A;
    border-radius: 10px;
}

.SP-Sec-Body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 10px;
    background-color: #16237A;
}

.SP-Sec-Body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #52fa36;
}

.SP-Sec-Body .select2-search--dropdown {
    display: block;
    padding: 0;
    background: #16237A;
}

.SP-Sec-Body .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #2E51B0;
}

.SP-Sec-Body .select2-results__option:hover {
    background: #2E51B0 !important;
    color: #fff;
}

.SP-Sec-Body .checkbox-wrapper-30 .checkbox input[type=checkbox]:checked {
    background-color: #203aa8 !important;
}

.SP-Sec-Body .checkbox-wrapper-30 .checkbox input[type=checkbox] {
    border-color: white;
}

.SP-Sec-Body .subMitBtn.tabSubmite {
    width: 130px;
    font-size: 1.5rem;
    line-height: 20px;
}

.SP-Sec-Body .tabSubmite.subMitBtn::after,
.tabSubmite.subMitBtn::before {
    position: absolute;
    content: "";
    height: 63px;
    width: 65px;
    background: #2c886c;
    z-index: -1;
}

.SP-Sec-Body .subMitBtn.tabSubmite:hover:after,
:before {
    background: white;
}

.subMitBtn.tabSubmite:hover:before {
    background: white;
}

.SP-Sec-Body .cube .bg-right {
    left: 87%;
}

.SP-Sec-Body .cube .bg-bottom {
    top: 55%;
}

.SP-Sec-Body .cube .text {
    text-decoration: none;
    color: black;
    font-size: 1.5rem;
    letter-spacing: 0;
}

.SP-Sec-Body .Reg-btn {
    padding: 1px 11px;
    margin-left: 11px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.SP-Sec-Body .cube.home-icon-btn .bg-right {
    left: 70%;
}

.SP-Sec-Body .cube.home-icon-btn .bg-bottom {
    top: 60%;
}



.SectionsBtns {
    text-align: right;
}

.cube.cube-active .bg .bg-inner {
    background: #ffffff;
    transition: all 0.4s;
}

.cube.cube-active .bg-inner {
    border: 1px solid #ffffff;
}

.SubMitsBtnsWrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}


.greenFormHeading h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2c886c;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.greenFormHeading h3 span:nth-child(1) {
    white-space: nowrap;
}

.greenFormHeading h3 span:nth-child(2) {
    width: 100%;
    height: 1px;
    background: #2c886c;
    display: inline-block;
}

.greenFormHeading p {
    color: #2c886c;
    font-size: 1rem;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 15px;
    margin-bottom: 0;
}

.greenFormHeading p a {
    color: #2c886c;
    text-decoration: underline;
}

.SP-Sec-Body .form-group label small,
.SP-Sec-Body label small {}

.forGotPas {
    color: #fff;
    text-decoration: underline;
}

.forGotPas:hover {
    color: #2c886c;
}

.filepond--drop-label lable {
    font-size: 16px;
}

.filepond--credits {
    display: none;
}

.filepond--root {
    width: 85px !important;
    margin-bottom: 0px;
    z-index: 1;
}

.filepond--panel-root {
    background-color: transparent;
    width: 85px;
}

.filepond--drop-label label,
.filepond--label-action {
    color: #2c886c !important;
    text-decoration: none;
    padding: 0px !important;
}

.filepond--drop-label {
    border-radius: 25px !important;
    border: 1px solid #2c886c;
}

.filepond--drop-label:hover {
    background: #2c886c;
}

.filepond--root:hover .filepond--label-action {
    color: #1D2FA2 !important;
}

.filepond--root .filepond--drop-label {
    min-height: 33px;
    width: 85px;
}

.filepond--browser.filepond--browser {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: calc(100% - 2em);
    opacity: 0;
    font-size: 0;
}

.filepond--list-scroller {
    height: 50px !important;
    width: 400% !important;
    max-width: 270px !important;
}

.filepond--file [data-align*=left] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filepond--list-scroller[data-state=overflow] {
    mask: none !important;
    overflow-y: visible !important;
    overflow-x: visible !important;
}

.filepond--file [data-align*=right] {
    right: 0.5625em;
    display: flex;
    align-content: center;
    justify-content: center;
}

.filepond--list.filepond--list {
    position: absolute;
    top: -24px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    will-change: transform;
}

.SP-Sec-Body .form-group textarea {
    display: block;
    width: 100%;
    height: 204px;
    padding: 0;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    padding: 15px;
    border-radius: 0;
}

.SP-Sec-Body .form-group textarea::placeholder {
    color: #79CD7C;
    font-size: .8rem;
}

.SP-Sec-Body .mediaLinkRow .form-group {
    display: flex;
    align-items: end;
    gap: 10px;
    margin-top: 10px;
}

.SP-Sec-Body .mediaLinkRow .form-group:has(.form-control.input-validation-error) {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.SP-Sec-Body .mediaLinkRow .form-group label {
    padding: 0;
    font-size: 11.4px;
}

.SP-LargeLabel {
    min-height: 48px;
}

.Sec-3-SubMiteBtn {
    font-size: 2.5rem;
    border: 3px solid #2c886c;
    border-radius: 50px;
    padding: 11px 42px;
    color: #2c886c;
    background: transparent;
    transition: .5s;
}

.Sec-3-SubMiteBtn:hover {
    color: #16237A;
    background: #2c886c;
}

.form-check-label-heading.xl-label {
    margin-top: 0px !important;
    font-size: 1.4rem !important;
}

.form-check-label-heading.xl-label small {
    font-size: 15px;
}

.SP-Sec-Body .Thank_Contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 754px;
}

.SP-Sec-Body .Thank_Contact p {
    font-size: 18px;
}

.SP-Sec-Body .Thank_Contact p a {
    white-space: nowrap;
}

.f-lOGOUT-BTN.ViewFileBtn {
    width: auto;
    padding: 0px 10px
}

.UpLoadBtnAndViewBtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}


.btn.f-lOGOUT-BTN.ViewFileBtn {
    width: auto !important;
    margin-top: 0px !important;
    padding: 0px 10px !important;
    height: 33px !important;
    font-size: 16px !important;
    background: #2c886c !important;
    color: #000000 !important;
    border: none !important;
    outline: none !important;
    border-radius: 25px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-decoration: none !important;
    letter-spacing: 0px !important;
    z-index: 9 !important;
}

.btn.f-lOGOUT-BTN.ViewFileBtn:hover {
    background: #fff !important;
}

.btn-close {
    background: #2c886c;
    color: black;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.survayBody .formWrap .radio_div label {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

.greenLabel {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 5px;
    margin-top: 40px;
}

.greenLabel * {
    color: #2c886c;
    margin-bottom: 0px;
}

.survayBody .form-check .checkbox-wrapper-30 .checkbox input[type=checkbox] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: transparent !important;
    border-radius: 0px !important;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
    border: 2.5px solid white !important;
}

.survayBody .checkbox-wrapper-30 .checkbox {
    --bg: #fff;
    --brdr: #d1d6ee;
    --brdr-actv: #15B798;
    --brdr-hovr: #bbc1e1;
    --dur: calc((var(--size, 2)/2) * 0.6s);
    display: inline-block;
    width: calc(var(--size, 1)* 25px);
    position: relative;
}

.checkbox-wrapper-30 .checkbox input[type=checkbox]:checked {
    background-color: #000 !important;
}

.survayBody.thankYOu {
    background-position: top;
}

.survayBody .header-Nav .NavLogo:nth-child(1) {
    width: 100%;
    max-width: 185px;
    rotate: 0deg;
    transform: translate(0px, 0px);
}

.survayBody .form-check {
    display: flex;
    align-items: center;
}

.survayBody .form-check .form-check-label {
    padding-top: 0px;
}



.survayBody .form-group.radio_div {
    margin-bottom: 0px;
}


.survayBody .checkbox-wrapper-30 .checkbox input[type=radio] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: transparent !important;
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
    border: 2.5px solid white !important;
    border-radius: 15px !important;
}

.survayBody .checkbox-wrapper-30 .checkbox input[type=radio]:checked {
    background-color: #2c886c !important;
}

.survayBody .checkbox-wrapper-30 {
    height: 25px;
}


.postEventHeading h4 {
    color: #2c886c;
    margin-bottom: 5px;
    font-size: 25px;
}

.postEventHeading p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 12px;
}

.yesNoDiv {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
}

.surveyBox2.form-control {
    border: 1.5px solid #2c886c;
    border-radius: 5px;
    height: 220px;
    padding: 10px;
}

.surPart8 {
    transform: translateY(-125px);
}

.surPart9 {
    transform: translateY(-416px);
}

.surPart10 {
    transform: translateY(-416px);
}

.surveyBox1.form-control {
    border: 1.5px solid #2c886c;
    border-radius: 5px;
    height: 100px;
    padding: 10px;
}

.surveyBox1.form-control[disabled] {
    border: 1.5px solid #2c886c;
    border-radius: 5px;
    height: 100px;
    background: transparent;
    padding: 10px;
}

.survayBody {
    background: url(../images/SurveyMainBg.png) no-repeat bottom;
    background-size: cover;
}

.survayBody .Content-Wraper {
    background: url(../images/surveyContentBg.png) no-repeat bottom;
    background-size: cover;
}

.survayBody .subMitBtn {
    width: 90px;
    height: 45px;
    font-size: 16px;
    background: none;
    border: none;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    float: right;
}

.survayBody .subMitBtn:hover:after,
:before {
    background: white;
}

.survayBody .subMitBtn:hover:before {
    background: white;
}

.survayBody .subMitBtn::after,
.survayBody .subMitBtn::before {
    position: absolute;
    content: "";
    height: 39px;
    width: 45px;
    background: #2c886c;
    z-index: -1;
}

.survayBody form {
    height: 100%;
    max-height: 1950px;
    overflow: hidden;
}

.survayBody .Content_Logo {
    width: 100%;
    max-width: 558px;
    text-align: center;
}

.survayBody .Content_Logo h2 {
    color: #2c886c;
}

.survayBody .Thank_Headings h2 {
    color: #fff;
    font-size: 20px;
}

.survayBody .Thank_Contact p {
    color: #fff;
    text-align: center;
}

.survayBody .Thank_Contact p a {
    color: #fff;
    text-align: center;
}

.survayBody.AR-body .main-Content * {
    text-align: right;
}

.survayBody.AR-body .subMitBtn {
    text-align: center;
}

.AR-ThankYou .header-Nav .NavLogo:nth-child(2) {
    width: 100%;
    max-width: 185px;
}

.AR-ThankYou .header-Nav .NavLogo:nth-child(1) {
    width: 100%;
    max-width: 87px;
}

.AR-ThankYou .Thank_Headings h2 {
    line-height: 37px;
}

.survayBody.AR-body textarea {
    padding: 10px;
}

.survayBody.AR-body .langDropDown button:before {
    left: 15px;
    right: auto;
}


.alert-danger {
    color: #fff;
    background-color: #78006e;
    border-color: red;
}

.alert-success {
    color: #fff;
    background-color: #78006e;
    border-color: #fd01bb;
}



.GreenBody .alert-success {
    color: black;
    background-color: #2c886c;
    border-color: black;
}

@media (max-width:1200px) {
    .container {
        width: 90%;
    }
}

@media (max-width:767px) {
    .whiteBg {
        padding: 30px;
    }

    .contentWrap p {
        font-size: 16px;
    }

    .contentWrap h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .contentWrap h5 {
        font-size: 20px;
    }
}

@media (max-width:512px) {
    .subMitBtn {
        flex: 1;
    }

    .Find-out-more-btn {
        flex: 1 !important;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/8;
    object-position: bottom;
}

.logo {
    position: absolute;
    z-index: 2;
    width: 40%;
    bottom: 0;
    right: 0;
}

.logo img {
    width: 100%;
}

.stripe {
    height: 31px;
    background-image: url('../images/pattern_strip.jpg');
    background-repeat: repeat;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #000;
    color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #000;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

a {
    color: #2c886c;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #f85c5a;
    text-decoration: underline;
}