* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

html,
body {
    height: 100%;
    min-height: 100%;
    font-family: 'Noto Sans Display', sans-serif;
    text-wrap: balance;
}

/* button outline removal when clicked */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus,
.btn:active,
.btn:hover {
    box-shadow: none !important;
    outline: 0;
}

/*********** TEXT COLORS ***********/

.secondaryColor {
    color: #0D9276;
}

.sectionHeadingColor {
    color: #3c3c3c;
    font-weight: 600;
}

.loginButtonColor {
    color: #0D9276 !important;
}

.galleryButtonColor {
    color: black;
}

.carouselTextColor {
    color: white;
    text-shadow: 1px 1px 2px #0000006b;
}


/*********** TEXT COLORS end***********/

/******** Background colors ********/
.navBGColor {
    background-color: #fefefe;
}

.footerBgColor {
    background-color: white;
}

.headerBGColor {
    background-color: #0D9276;
}

.mainBGColor {
    background-color: white;
}


.buttonColor {
    background-color: #0D9276 !important;
}

.testimonialBG {
    background-color: #0D9276;
}

/**************** Header *******************/
header {
    position: relative;
    overflow: hidden;
    height: calc(100svh - 64px);
    min-height: 515px;
    margin: 0;
    padding: 0;
}

header:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    background-color: rgb(13, 146, 118);
    background: url("/datepiloten/bg.jpg") no-repeat;
    background-size: cover;
    background-position: 91% 0%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index:-2;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

header .container {
    z-index: 2;
}

section{
    background-color: white;
}

@media (max-height: 550px) {
    header {
        height: calc(100svh - 64px);
    }
}

@media (min-width: 576px) {
    header {
        height: calc(100svh - 64px);
        min-height: 600px;
    }
}

@media (min-width: 768px) {
    header:before {
        background-position: 75% 0%;
        min-height: 650px;
    }
}

@media (min-width: 992px) {
    header {
        height: calc(100svh - 77px);
    }

    header:before {
        background-position: 75% 0%;
    }
}

@media (min-width: 1200px) {
    header {
        height: calc(80svh - 77px);
    }

    header:before {
        background-position: 60% 35%;
    }
}

.headerText {
    font: Bold 24px/29px 'Noto Sans Display';
    text-shadow: 0px 1px 2px #00000029;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .headerText {
        font: Bold 40px/40px 'Noto Sans Display';
    }
}

@media (min-width: 1200px) {
    .headerText {
        font: Bold 55px/55px 'Noto Sans Display';
    }
}


.registerContainer {
    /* position: absolute;
    bottom: 40px; */
    margin-top: 15%;
}

@media (min-width: 1200px) {
    .registerContainer {
        /* position: absolute;
        bottom: 40px; */
        margin-top: 3%;
    }
}

.overlayHeader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    /* opacity: 0.45; */
    z-index: -1;
}

.overlayHeader::after {
    content: "";
    display: block;
    /* height: 100%; */
    position: absolute;
    bottom: 0;
    height: 70%;
    width: 100%;
    z-index: 1;
}

.overlayHeader::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 6%, rgba(0, 0, 0, 0.77) 17%);
    bottom: 0;
}

/* a agb color */
.agbColor {
    color: white !important;
    font-size: 15px;
    text-decoration: underline;
    padding: 0px;
}

.agbColorRegisterLG {
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: underline;
    padding: 0px;
}

.containerRegisterAGBColor {
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: underline;
    padding: 0px;
}
.containerRegisterAGBColorClassic {
    color: white !important;
    font-size: 15px;
    text-decoration: underline;
    padding: 0px;
}

/* a pwReset color */
.pwResetColor {
    color: rgb(11, 0, 1) !important;
    font-size: 13px;
    text-decoration: underline;
    padding: 0px;
}

.btnConfirmRegister {
    /* border: 1px solid white; */
    background-color: rgba(98, 26, 23, 0.9);
    border: none;
    border-radius: 8px;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    /* font-size: 14px; */
    padding: 16px 0px;
    
    /* letter-spacing: 1px; */
    /* box-shadow: 0 4px 5px -6px black; */
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    /* font-weight: 500; */
    font: 18px 'Noto Sans Display', sans-serif;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 18px;
    width: 100%;
    height: 50px;
    box-shadow: 1px 3px 6px #0000002b;
}

/* Main buttons */
.btnConfirm,
.btnConfirm:hover {
    /* border: 1px solid white; */
    background-color: rgba(98, 26, 23, 0.9);
    border: none;
    border-radius: 8px;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    /* font-size: 14px; */
    padding: 16px 0px;
    
    /* letter-spacing: 1px; */
    /* box-shadow: 0 4px 5px -6px black; */
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    /* font-weight: 500; */
    font: 18px 'Noto Sans Display', sans-serif;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 18px;
    width: 100%;
    height: 50px;
    box-shadow: 1px 3px 6px #0000002b;
    max-width: 300px;
    text-decoration: none;
}

.btnConfirm:hover {
    color: white;
}

@media (max-width: 349.98px) {
    .btnConfirmRegister {
        height: 40px;
        font-size: 13px;
        padding: 7px;
    }

    .btnConfirm {
        height: 40px;
        font-size: 13px;
        padding: 10px;
    }
}

@media (min-width: 576px) {
    .btnConfirmRegister {
        height: 50px;
        font-size: 17px;
        padding: 17px;
    }

    .btnConfirm {
        /* height: 50px;
        font-size: 17px;
        padding: 17px; */
    }
}

@media (min-width: 992px) {
    .btnConfirm {
        /* height: 50px;
        font-size: 17px;
        padding: 17px; */
    }
}

@media (min-width: 1200px) {
    .btnConfirm {
        /* height: auto;
        font-size: 75%;
        padding: 12px; */
    }
}

@media (min-width: 1600px) {
    .btnConfirm {
        /* height: auto;
        font-size: 95%;
        padding: 12px; */
    }
}

.btnConfirmFBRegister {
    /* border: 1px solid white; */
    border: none;
    border-radius: 8px;
    display: block;
    background-color: rgba(62, 88, 161, 0.9);
    color: rgba(255, 255, 255, 0.9);
    /* font-size: 14px; */
    padding: 9px;
    letter-spacing: 1px;
    /* box-shadow: 0 4px 5px -6px black; */
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    /* font-weight: 500; */
    font: Bold 13px/16px Noto Sans Display;
    width: 100%;
    height: 35px;
    box-shadow: 1px 3px 6px #0000002b;
}

.btnConfirmFB {
    /* border: 1px solid white; */
    border: none;
    border-radius: 8px;
    display: block;
    background-color: rgba(62, 88, 161, 0.9);
    color: rgba(255, 255, 255, 0.9);
    /* font-size: 14px; */
    padding: 17px;
    letter-spacing: 1px;
    /* box-shadow: 0 4px 5px -6px black; */
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    /* font-weight: 500; */
    font: Bold 13px/16px Noto Sans Display;
    width: 100%;
    height: 50px;
    box-shadow: 1px 3px 6px #0000002b;
}

.btnConfirmFB:hover {
    color: white;
}

@media (max-width: 349.98px) {
    .btnConfirmFBRegister {
        height: 30px;
        font-size: 13px;
        padding: 7px;
    }

    .btnConfirmFB {
        height: 40px;
        font-size: 13px;
        padding: 12px;
    }
}

@media (min-width: 576px) {
    .btnConfirmFBRegister {
        height: 50px;
        font-size: 17px;
        padding: 18px;
    }

    .btnConfirmFB {
        height: 50px;
        font-size: 17px;
        padding: 18px;
    }
}

@media (min-width: 992px) {
    .btnConfirmFB {
        height: auto;
        font-size: .775rem;
        padding: 12px;
    }
}

@media (min-width: 1200px) {
    .btnConfirmFBRegister {
        height: auto;
        font-size: 75%;
        padding: 12px;
    }

    .btnConfirmFB {
        height: auto;
        font-size: 75%;
        padding: auto;
    }
}

@media (min-width: 1600px) {
    .btnConfirmFBRegister {
        height: auto;
        font-size: 95%;
        padding: 12px;
    }

    .btnConfirmFB {
        height: auto;
        font-size: 95%;
        padding: auto;
    }
}

/* Shine effect on Button */
/* .shineEffect {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
} */
/* 
.shineEffect:after {
    animation: shine 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -200%;
    left: -150%;
    width: 60%;
    height: 60%;
    opacity: 0;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.shineEffect:active:after {
    opacity: 0;
}

@-webkit-keyframes shine {
    0% {
        opacity: 0.8;
        top: -50%;
        left: -50%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

@-moz-keyframes shine {
    0% {
        opacity: 0.8;
        top: -50%;
        left: -50%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

@-ms-keyframes shine {
    0% {
        opacity: 0.8;
        top: -50%;
        left: -50%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

@-o-keyframes shine {
    0% {
        opacity: 0.8;
        top: -50%;
        left: -50%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
}

@keyframes shine {
    0% {
        opacity: 0.8;
        top: -50%;
        left: -50%;
        transition-property: left, top, opacity;
        transition-duration: 0.5s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0.0;
        top: 80%;
        left: 80%;
        transition-property: left, top, opacity;
    }
} */

/* main buttons end */

.seal {
    position: absolute;
    width: auto;
    height: 115px;
    top: 10px;
    left: 10px;
}

.seal2 {
    /* position: absolute; */
    width: auto;
    height: 150px;
    /* bottom: 20px;
    left: 20px; */
}

@media (min-width: 600px) {
    .seal {
        height: 140px;
        top: 10px;
        left: 10px;
    }
}

@media (min-width: 768px) {
    .seal {
        height: 140px;
        top: 10px;
        left: 10px;
    }
}

@media (min-width: 1200px) {
    .seal {
        top: unset;
        height: 150px;
        bottom: 60px;
        left: 60px;
    }
}

/* CAROUSEL HEADER END */

/* Login Form */
.LoginFormDesktop,
.LoginFormDesktop:hover,
.LoginFormDesktop:focus,
.LoginFormDesktop:active,
.LoginFormDesktop:visited {
    font: 1rem 'Noto Sans Display', sans-serif;
    font-weight: 400;
    color: #07090f;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #0d101a;
    /* width: 180px !important;
    height: 37px; */
    box-shadow: none;
    border-radius: 0;
    padding: 0px;
    border-radius: 0px;
}
/* 
@media(min-width:576px) {
    .LoginFormDesktop {
        width: 150px;
    }
}

@media(min-width:992px) {
    .LoginFormDesktop {
        width: 180px;
    }
}

@media(min-width:1200px) {
    .LoginFormDesktop {
        width: 180px;

    }
} */

/* Color for placeholder in input - login*/
.LoginFormDesktop::-webkit-input-placeholder {
    color: #0d101a;
}

/* Mozilla Firefox 4 to 18 */
.LoginFormDesktop::-moz-placeholder {
    color: #0d101a;
}

/* Mozilla Firefox 19+ */
.LoginFormDesktop:-ms-input-placeholder {
    color: #0d101a;
}

/* Internet Explorer 10-11 */
.LoginFormDesktop::-ms-input-placeholder {
    color: #0d101a;
}

/* Autocomplete styles */
.LoginFormDesktop:-webkit-autofill,
.LoginFormDesktop:-webkit-autofill:hover,
.LoginFormDesktop:-webkit-autofill:focus,
.LoginFormDesktop:-webkit-autofill:focus-within,
.LoginFormDesktop:-webkit-autofill:visited,
.LoginFormDesktop:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    font: normal 1rem 'Noto Sans Display', sans-serif;
    font-weight: 100;
    color: #0d101a;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #0d101a;
    width: 180px !important;
    height: 37px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-text-fill-color: #0d101a;
    border-radius: 0;
    padding: 0px;
    transition: background-color 5000s ease-in-out 0s;
}


input:-internal-autofill-selected {
    color: #0d101a;
}

/* Login form end */

/**Navbar **/
.navbox {
    height: 72px;
    color: white;
    min-height: 40px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.1)!important;
}

.nav-container {
    width: 100%;
    height: 100%;
}

@media(max-width:992px) {
    .nav-container {
        min-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .navbox {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 320px) {
    .navbox {
        height: 8vh;
        min-height: 60px;
    }

}

@media (min-width: 576px) {
    .navbox {
        height: 5vh;
    }

}

@media (min-width: 768px) {
    .navbox {
        height: 6vh;
    }

}

@media (min-width: 992px) {
    .navbox {
        height: 77px;
    }

}

_:-ms-lang(x),
.form-inline {
    width: 35%;
}

/** Navbar end **/


/* "Login" Button open Modal */
.btn-login {
    /* color: #808080; */
    border: none;
    font-size: 20px;
    height: 100%;
    line-height: 2;
    font-weight: 500;
    background-color: #0D9276;
    color: white;
    border-radius: 8px;
}

.btn-login:hover {
    color: white;
    border: none;
    border-radius: 0;
}

@media (min-width: 600px) {
    .btn-login {
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .btn-login {
        font-size: 21px;
    }
}

/* "Login" Button open Modal end */

/* Login icons desktop */
.icons {
    max-width: 60%;
    height: auto;
    background-color: #0D9276;
}

@media (min-width: 600px) {
    .icons {
        max-width: 48%;
    }
}

@media (min-width: 768px) {
    .icons {
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .icons {
        max-width: 40%;
    }
}

.icons2 {
    max-width: 100%;
    height: auto;
    background-color: #621A17;
}

@media (min-width: 600px) {
    .icons2 {
        max-width: 48%;
    }
}

@media (min-width: 768px) {
    .icons2 {
        max-width: 60%;
    }
}

@media (min-width: 1200px) {
    .icons2 {
        max-width: 80%;
    }
}

.icons3 {
    max-width: 40%;
    height: auto;
    /* border: 2px solid #0D9276; */
    background-color: #0D9276;
    border-radius: 8px;
}

@media (min-width: 600px) {
    .icons3 {
        max-width: 48%;
    }
}

@media (min-width: 768px) {
    .icons3 {
        max-width: 45%;
        border: 3px solid #0D9276;
    }
}

@media (min-width: 1200px) {
    .icons3 {
        max-width: 40%;
    }
}


.fa-angle-right {
    color: #0D9276;
    font-size: 18px;
    margin-left: 1px;
}

.fa-facebook-f {
    color: white;
}

/* Facebook Icon */
.fa-facebook-official {
    font-size: 20px !important;
    width: 1px;
    text-align: center;
    text-decoration: none;
    margin: 0;
    border-radius: 50%;
    color: white;
}

.fa-customColor {
    color: white;
}

/* Login icons desktop end*/

/* nav logo */
.logo {
    height:auto;
    width: auto;
    max-height: 50px;
}

.modalLogo {
    max-width: 15vh;
}

@media (min-width:768px) {
    .logo {
        margin-left: auto;
        max-width: 14%;
        /*margin-right: auto;*/
    }
}

@media (min-width:992px) {
    .logo {
        max-height: 77px;
    }

    .headerLogo {
        margin-left: -18%;
    }
}

@media (min-width:1200px) {
    .logo {
        max-height: 77px;
        width: auto;
        /* opacity: 0; */
    }

    .headerLogo {
        margin-left: -18%;
    }
}


/* /* nav logo end */

/** Header Slogans **/
.sloganRow1 {
    font: 37px 'Noto Sans Display', sans-serif;
    background-color: rgba(255, 255, 255, 0.88);
    margin-bottom: 1px;
    width: 270px;
    padding-left: 5px;
    font-weight: 800;
}

.sloganRow2 {
    font: 37px 'Noto Sans Display', sans-serif;
    background-color: rgba(255, 255, 255, 0.88);
    width: 230px;
    padding-left: 5px;
    font-weight: 800;
}

@media(min-width:320px) {
    .sloganRow1 {
        font-size: 9vw;
        width: 67vw;
        margin-left: 1.5rem !important;
    }

    .sloganRow2 {
        font-size: 9vw;
        width: 57vw;
        margin-left: 1.5rem !important;
    }
}

@media(min-width:375px) {
    .sloganRow1 {
        font-size: 9vw;
        width: 70vw;
    }

    .sloganRow2 {
        font-size: 9vw;
        width: 59vw;
    }
}

@media (min-width: 576px) {
    .sloganRow1 {
        font-size: 37px;
        width: 270px;
        margin-left: 0px !important;
    }

    .sloganRow2 {
        font-size: 37px;
        width: 230px;
        margin-left: 0px !important;
    }
}

/* Header Slogans end*/


/******** WIZARD  ********/
/*** REGISTER FORM ***/

/* registerForm DESKTOP */
.registerFormLG {
    background-color: transparent;
    /* top: 20%;
    left: 50px; */
    border-radius: 8px;
    height: 460px;
    padding: 20px;
    /* max-width: 500px; */
    z-index: 5;
    /* box-shadow: 0px 1px 10px #353535e1; */
}

.registerFormHeadingLG {
    /* position: absolute;
    top:2%;
    left:10%;
    right:10%; */
    font-size: 45px;
    font-weight: 500;
    color: white;
    letter-spacing:2px;
    /* text-shadow: 0px 1px 2px #00000029; */
}

.registerFormHeadingLGRegister {
    font-size: 31px;
    font-weight: bold;
    /* color: #4D0C1E; */
    text-shadow: 1px 1px 2px #00000029;
}

.registerFormHeaderLG {
    font-size: 24px;
    font-weight: 600;
}

.radioContainerLG {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */
.radioContainerLG input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* registerForm DESKTOP END */

/* registerForm (choose gender/lookingfor)*/

#genderLG{
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}
#lookingForLG{
    display: flex!important;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-end;
}
.lookingForMobile{
    display: flex!important;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-end;
}
.registerForm {
    background-color: transparent;
    /* top: -20px; */
    border-radius: 8px;
    height: auto;
    min-height: 350px;

}

@media (max-width: 359.98px) {
    /* .registerForm {
        height: 275px;
    } */

    .selectionLeft {
        padding-left: 0;
    }
}

@media (min-height: 700px) {
    /* .registerForm {
        height: 360px;
    } */
}

@media (min-height: 740px) {
    /* .registerForm {
        height: 370px;
    } */
}

@media (min-height: 750px) {
    /* .registerForm {
        height: 395px;
    } */
}

@media (min-height: 800px) {
    /* .registerForm {
        height: 425px;
    } */
}

@media (min-width: 576px) {
    .registerForm {
        height: auto;
    }
}

/* Plain */

.registerContainerPlain {
    background-color: white;
    top: -25px;
    border-radius: 8px;
    height: 350px;
}

@media (max-width: 359.98px) {
    .registerContainerPlain {
        height: 275px;
    }
}

@media (min-height: 700px) {
    .registerContainerPlain {
        height: 360px;
    }
}

@media (min-height: 740px) {
    .registerContainerPlain {
        height: 370px;
    }
}

@media (min-height: 750px) {
    .registerContainerPlain {
        height: 395px;
    }
}

@media (min-height: 800px) {
    .registerContainerPlain {
        height: 425px;
    }
}

@media (min-width: 576px) {
    .registerContainerPlain {
        height: auto;
    }
}

.registerFormHeading {
    margin-top: 20px;
    font: Bold 34px/40px 'Noto Sans Display';
    font-weight: bold;
    /* color: #4D0C1E; */
    text-shadow: 0px 1px 2px #00000029;
    letter-spacing: 1.8px;
}

.containerRegisterHeading {
    font-size: 22px;
    font-weight: bold;
    /* color: #4D0C1E; */
    text-shadow: 0px 1px 2px #00000029;
}

.registerFormHeader {
    font-weight: 500;
}

@media (max-width: 359.98px) {
    .registerFormHeading {
        margin-top: 10px;
        font: Bold 23px/28px 'Noto Sans Display';
    }

    .selectionLeft {
        padding-left: 0;
    }

    .containerRegisterHeading {
        font-size: 16px;
        margin-top: 2px;
        margin-bottom: 0px;
    }
}

@media (min-width: 374px) {
    .registerFormHeading {
        font: Bold 29px/34px 'Noto Sans Display';
    }
}

@media (min-width: 567px) {
    .registerFormHeading {
        font: Bold 30px/35px 'Noto Sans Display';
        /* margin-bottom: 10%; */
    }

    .registerFormHeader {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .registerFormHeading {
        font: Bold 40px/45px 'Noto Sans Display';
        /* margin-bottom: 10%; */
    }

    .registerFormHeader {
        font-size: 30px;
    }

    .containerRegisterHeading {
        font-size: 38px;
    }
}

@media (min-width: 1200px) {
    .registerFormHeading {
        font-size: 50px;
        /* margin-bottom: 10%; */
    }

    .registerFormHeader {
        font-size: 30px;
    }
}


/* Button (Man/Woman)*/
.btn-registerForm {
    border: none;
    border-radius: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.88);
    font-size: 90%;
    /* box-shadow: 0 4px 5px -6px black; */
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-weight: 600;
}

.btn-registerForm:hover {
    color: white;
    background-color: #4D0C1E;
    border: none;
    text-decoration: none;
}

.btn-registerForm-clicked {
    color: white;
    background-color: #4D0C1E;
    border: none;
    text-decoration: none;
}

@media(max-width:374px) {
    .btn-registerForm {
        font-size: 75%;
    }
}


/* Create a custom radio button */

/* The container */
.radioContainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 20px;
    width: 20px;
    border: 1px solid white;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .checkmark {
        top: -1px;
    }
}

@media (max-width: 359.98px) {
    .radioContainer {
        font-size: 13px;
        padding-left: 25px;
    }

    .checkmark {
        top: 0px;
    }
}

@media (min-width: 768px) {
    .radioContainer {
        font-size: 19px;
        padding-left: 25px;
    }
}

/* On mouse-over, add a grey background color */
/* .radioContainer:hover input ~ .checkmark {
    background-color: white;
  }
   */
/* When the radio button is checked, add a blue background */
/* .radioContainer input:checked ~ .checkmark {
    background-color: #2196F3;
  }
   */
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radioContainer .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Show the indicator (dot/circle) when checked */
.radioContainerLG input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radioContainerLG .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.RegisterForm {
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
    color: #000000;
    border: none;
    border-radius: 6px;
    box-shadow: none;
}

/* Input focus shadow */
.RegisterForm:focus {
    border-color: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.050), 0 0 3px #000000;
    color: #000000;

}
.RegisterForm:-webkit-autofill,
.RegisterForm:-webkit-autofill:hover,
.RegisterForm:-webkit-autofill:focus,
.RegisterForm:-webkit-autofill:focus-within,
.RegisterForm:-webkit-autofill:visited,
.RegisterForm:-webkit-autofill:active {
    font: normal 1rem 'Noto Sans Display', sans-serif !important;
    color: #000000 !important;
    background-color: rgba(255, 255, 255, 0.88) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-text-fill-color: #000000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 349.98px) {
    .RegisterForm {
        height: 25px;
        font-size: 15px;
    }
}

.RegisterForm2 {
    background-color: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 0;
    box-shadow: 0px 3px 5px #00000017;
    height: 30px;
    font: normal 16px/19px Noto Sans Display;
}

/* Input focus shadow */
.RegisterForm2:focus {
    border-color: white;
    box-shadow: 0px 0px 3px #4D0C1E;
    color: white;
    background-color: transparent;

}


/* Color for placeholder in input - login*/
.RegisterForm2::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.85);
    font: normal 16px/19px Noto Sans Display;
    letter-spacing: 0;
}

/* Mozilla Firefox 4 to 18 */
.RegisterForm2::-moz-placeholder {
    color: rgba(0, 0, 0, 0.85);
    font: normal 16px/19px Noto Sans Display;
    letter-spacing: 0;
}

/* Mozilla Firefox 19+ */
.RegisterForm2:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.85);
    font: normal 16px/19px Noto Sans Display;
    letter-spacing: 0;
}

/* Internet Explorer 10-11 */
.RegisterForm2::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.85);
    font: normal 16px/19px Noto Sans Display;
    letter-spacing: 0;
}

/* Container - registerForm*/
#containerSelection {
    transition: all 500ms linear;
    display: block;
    color: white;

}

#containerRegister {
    transition: all 500ms linear;
}

#containerSelectionLG {
    transition: all 500ms linear;
    display: block;
    color: white;
    max-width: 450px;
}


#containerRegisterLG {
    transition: all 500ms linear;
    max-width: 450px;
}

/*** registerForm "hide-aimation" ***/
/* first step - opacity */
.hiddenVisibility {
    opacity: 0 !important;
}

/* second step -display */
.hidden {
    display: none !important;
    visibility: hidden !important;
}

/*** registerForm "show-animation"  ***/
/* display with 0 opacity*/
#userAll,
#userWomen,
#userMen {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.form-show {
    display: block !important;
    visibility: visible !important;
    opacity: 0;
}

/* display with 100 opacity */
.showVisibility {
    opacity: 1 !important;
}

.showUser {
    display: flex !important;
    visibility: visible !important;
}

.hideUser {
    display: none !important;
    visibility: hidden !important;
}

.userClicked {
    /* border: 1px solid #4D0C1E;
    background-color: #4D0C1E93; */
    color: #0D9276 !important;
    font-weight: 700 !important;
    font: normal 17px/17px Noto Sans Display !important;
    /* height: 30px; */
}

@media (min-width: 567px) {
    .RegisterForm2 {
        height: 38px;
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .RegisterForm2 {
        height: 45px;
        font-size: 18px;
    }

    .userClicked {
        font: normal 26px/20px Noto Sans Display !important;
    }

    .RegisterForm2::-webkit-input-placeholder {
        font: normal 18px/19px Noto Sans Display;
    }

    .RegisterForm2::-moz-placeholder {
        font: normal 18px/19px Noto Sans Display;
    }

    .RegisterForm2:-ms-input-placeholder {
        font: normal 18px/19px Noto Sans Display;
    }

    .RegisterForm2::-ms-input-placeholder {
        font: normal 18px/19px Noto Sans Display;
    }
}

/* Strike/Divider - Form Register */
.containerRegisterStrike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
}

.containerRegisterStrike>span {
    position: relative;
    display: inline-block;
}

.containerRegisterStrike>span:before,
.containerRegisterStrike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
}

.containerRegisterStrike>span:before {
    right: 100%;
    margin-right: 15px;
}

.containerRegisterStrike>span:after {
    left: 100%;
    margin-left: 15px;
}

/* Strike/Divider - Form Register */
.registerStrike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.registerStrike>span {
    position: relative;
    display: inline-block;
}

.registerStrike>span:before,
.registerStrike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.registerStrike>span:before {
    right: 100%;
    margin-right: 15px;
}

.registerStrike>span:after {
    left: 100%;
    margin-left: 15px;
}

/* Register Checkbox */
#box-1LG {
    position: absolute;
    left: 18px;
    opacity: 0;
}

#box-1LG+label {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    /* margin-bottom: 10px; */
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#box-1LG+label:last-child {
    margin-bottom: 0;
}

#box-1LG+label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    position: absolute;
    left: 2px;
    top: 5px;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

#box-1LG:checked+label:before {
    width: 8px;
    top: 2px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Register Checkbox */
#box-1 {
    position: absolute;
    left: 18px;
    opacity: 0;
}

#box-1+label {
    display: block;
    position: relative;
    padding-left: 25px;
    /* margin-bottom: 10px; */
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#box-1+label:last-child {
    margin-bottom: 0;
}

#box-1+label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    position: absolute;
    left: 2px;
    top: 5px;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

#box-1:checked+label:before {
    width: 8px;
    top: 2px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#box-1Classic {
    position: absolute;
    left: 18px;
    opacity: 0;
}

#box-1Classic+label {
    display: block;
    position: relative;
    padding-left: 25px;
    /* margin-bottom: 10px; */
    color: white;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#box-1Classic+label:last-child {
    margin-bottom: 0;
}

#box-1Classic+label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid white;
    position: absolute;
    left: 2px;
    top: 5px;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

#box-1Classic:checked+label:before {
    width: 8px;
    top: 2px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 359.98px) {
    .containerRegisterStrike {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #box-1+label {
        font-size: 14px;
        padding-left: 20px;
    }
    #box-1Classic+label {
        font-size: 14px;
        padding-left: 20px;
    }
}

@media (min-width: 360px) {
    .containerRegisterStrike {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

}

@media (min-width: 768px) {
    .containerRegisterStrike {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

}

@media (min-width: 1200px) {
    .containerRegisterStrike {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

}

/* Register Checkbox */
input[type="checkbox"] {
    position: absolute;
    left: 18px;
    opacity: 0;
}

input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 20px;
    /* margin-bottom: 10px; */

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid white;
    position: absolute;
    left: 2px;
    top: 5px;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked+label:before {
    width: 8px;
    top: 2px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 359.98px) {
    input[type="checkbox"]+label {
        font-size: 14px;
        padding-left: 20px;
    }
}

/* @media (max-width:374.98px) {
    input[type="checkbox"]+label {
        font-size: 14px;
        padding-left: 0px;
    }
} */

.btnForm, .btnForm:hover {
    background-color: #0D9276  !important;
    border: none;
    color: white;
    border-radius: 8px;
    font: 16px 'Noto Sans Display', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.btnFormFB {
    background-color: rgba(70, 103, 173, 0.808) !important;
    border: none;
    color: #b1a4a4;
    border-radius: 0px;
    height: 38px;
    width: 38px;
}


.btnFormFB:hover {
    border: none;
}

.fb-text {
    font-size: 11px;
    color: #0D9276;
}

.fb-textRegister {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 768px) {
    .fb-text {
        font-size: 15px;
    }

    .fb-textRegister {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .fb-text {
        font-size: 12px;
    }

    .fb-textRegister {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .fb-text {
        font-size: 12px;
    }

    .fb-textRegister {
        font-size: 12px;
    }
}

@media (min-width: 1200px) and (max-height:800px) {
    .fb-text {
        font-size: 9px;
    }

    .fb-textRegister {
        font-size: 9px;
    }
}

/******** WIZARD end ********/


/********  MODAL ********/

.modal {
    /* margin-top: 8vh;
    height: 92vh; */
    width: 100%;
}

.modal-dialog {
    height: 100%;
    width: 100%;
    margin: 0px;
    border: none;
    max-width: 100%;
    min-height: 500px;
}

.modal-content {
    width: 100%;
    height: 100%;
    color: #0D9276;
    border-radius: 0;
    border: none;
    background-color: white;
}

/* @media(min-width:576px) {
    .modal {
        margin-top: 4vh;
        height: 96vh;
        width: 100%;
    }
    .modal-dialog {
        margin: 0px;
        max-width: 100%;
    }
} */

.modal-header {
    border: none !important;
    color:#212121;
    text-shadow: none;
}

.modal-body{
    color:#212121;
    font-weight: 500;
    text-shadow: none;

}

.modal-backdrop {
    background-color: white;
    opacity: 1;
    overflow: hidden;
    /* margin-top: 8vh; */
}

.modal-backdrop.show {
    opacity: 1;
}

.modalBG {
    content: "";
    display: block;
    background-color: white;
    /* background: url(../images/roberto-nickson-llkVQVjns80-unsplash@2x.png) no-repeat; */
    background-size: cover;
    background-position: 45% 3%;
    height: 100%;
    width: 100%;
    position: fixed;
    /* -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; */
    filter: blur(8px);
    -webkit-filter: blur(8px);

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .modalBG {
        background-position: 0% 44%;
    }
}

/* .modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #4D0C1E;
    opacity: 0.5;
    z-index: 0;
} */

.close {
    color: #0D9276;
    opacity: 1;
    font-size: 40px;
}

#loginForm {
    position: absolute;
    /* bottom: 0; */
    width: 100%;
    left: 0;
    font-size: 16px;
}

.LoginFormModal {
    width: 100%;
    color: #212121 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    border-radius: 0;
    font-weight: 500;
    padding: 0px !important;
    border-bottom: 1px solid #212121 !important;
}

#example {
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s;

}

@media(min-width:576px) {
    /* .LoginFormModal {
        width: 250px;
    } */

    #loginForm {
        font-size: 18px;
    }
}

@media(min-width:992px) {
    .LoginFormModal {
        width: 180px;
    }
}

@media(min-width:1200px) {
    .LoginFormModal {
        width: 180px;

    }
}

/* shadow effect for input focus - login */
.LoginFormModal:focus {
    border: none;
    box-shadow: none;
    background-color: #244B8B;
    color: #0D9276;
}

/* Color for placeholder in input - login*/
.LoginFormModal::-webkit-input-placeholder {
    color: #0D9276;
}

/* Mozilla Firefox 4 to 18 */
.LoginFormModal::-moz-placeholder {
    color: #0D9276;
}

/* Mozilla Firefox 19+ */
.LoginFormModal:-ms-input-placeholder {
    color: #0D9276;
}

/* Internet Explorer 10-11 */
.LoginFormModal::-ms-input-placeholder {
    color: #0D9276;
}

/* Autocomplete styles */
.LoginFormModal:-webkit-autofill,
.LoginFormModal:-webkit-autofill:hover,
.LoginFormModal:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #0D9276;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 576px) {
    .LoginFormHeading {
        font-size: 45px;
    }

    .LoginFormInputHeading {
        font-size: 20px;
    }

    .LoginFormModal {
        height: 50px;
        font-size: 22px;
        margin-bottom: 25px;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .LoginFormHeading {
        font-size: 30px;
    }

    .LoginFormInputHeading {
        font-size: 17px;
    }

    .LoginFormModal {
        height: 32px;
        font-size: 15px;
        margin-bottom: 12px;
        margin-top: 6px;
    }
}

@media (max-width: 359.98px) {
    .LoginFormHeading {
        font-size: 22px;
    }

    .LoginFormInputHeading {
        font-size: 13px;
    }

    .LoginFormModal {
        height: 20px;
        font-size: 13px;
        margin-bottom: 0px;
    }
}

/* @media (max-width: 379.98px) {
	.LoginFormHeading {
		font-size: 36px;
	}

	.LoginFormInputHeading {
		font-size: 18px;
	}

	.LoginFormModal {
		height: 40px;
		font-size: 18px;
		margin-bottom: 10px;
	}
} */

@media (max-width: 369.98px) {
    .LoginFormHeading {
        font-size: 28px;
    }

    .LoginFormInputHeading {
        font-size: 15px;
    }

    .LoginFormModal {
        height: 28px;
        font-size: 15px;
        margin-bottom: 0px;
        margin-top: 6px;
    }
}

@media (max-width: 359.98px) {
    .LoginFormHeading {
        font-size: 22px;
    }

    .LoginFormInputHeading {
        font-size: 13px;
    }

    .LoginFormModal {
        height: 20px;
        font-size: 13px;
        margin-bottom: 0px;
        margin-top: 4px;
    }
}


.RegisterFormModal {
    width: 100%;
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    border-radius: 0;
    font-weight: 100;
    padding: 0px !important;
    border-bottom: 1px solid rgba(224, 224, 224, 0.5) !important;
}


@media(min-width:576px) {
    /* .RegisterFormModal {
        width: 250px;
    } */
}

@media(min-width:992px) {
    .RegisterFormModal {
        width: 180px;
    }
}

@media(min-width:1200px) {
    .RegisterFormModal {
        width: 180px;

    }
}

/* shadow effect for input focus - login */
.RegisterFormModal:focus {
    border: none;
    box-shadow: none;
    background-color: #244B8B;
    color: rgb(0, 0, 0);
}

/* Color for placeholder in input - login*/
.RegisterFormModal::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

/* Mozilla Firefox 4 to 18 */
.RegisterFormModal::-moz-placeholder {
    color: rgb(0, 0, 0);
}

/* Mozilla Firefox 19+ */
.RegisterFormModal:-ms-input-placeholder {
    color: rgb(0, 0, 0);
}

/* Internet Explorer 10-11 */
.LoginFormModal::-ms-input-placeholder {
    color: rgb(0, 0, 0);
}

/* Autocomplete styles */
.RegisterFormModal:-webkit-autofill,
.RegisterFormModal:-webkit-autofill:hover,
.RegisterFormModal:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: rgb(0, 0, 0);
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 576px) {
    .RegisterFormHeading {
        font-size: 50px;
    }

    .RegisterFormInputHeading {
        font-size: 22px;
    }

    .RegisterFormModal {
        height: 40px;
        font-size: 22px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .RegisterFormHeading {
        font-size: 40px;
    }

    .RegisterFormInputHeading {
        font-size: 18px;
    }

    .RegisterFormModal {
        height: 32px;
        font-size: 18px;
        margin-bottom: 8px;
    }
}

@media (max-width: 359.98px) {
    .RegisterFormHeading {
        font-size: 20px;
    }

    .RegisterFormInputHeading {
        font-size: 13px;
    }

    .RegisterFormModal {
        height: 20px;
        font-size: 13px;
        margin-bottom: 0px;
    }
}

@media (max-width: 399.98px) {
    .RegisterFormHeading {
        font-size: 30px;
    }

    .RegisterFormInputHeading {
        font-size: 16px;
    }

    .RegisterFormModal {
        height: 28px;
        font-size: 16px;
        margin-bottom: 8px;
    }
}

@media (max-width: 369.98px) {
    .RegisterFormHeading {
        font-size: 25px;
    }

    .RegisterFormInputHeading {
        font-size: 15px;
    }

    .RegisterFormModal {
        height: 28px;
        font-size: 15px;
        margin-bottom: 0px;
    }
}

@media (max-width: 359.98px) {
    .RegisterFormHeading {
        font-size: 22px;
    }

    .RegisterFormInputHeading {
        font-size: 13px;
    }

    .RegisterFormModal {
        height: 20px;
        font-size: 13px;
        margin-bottom: 0px;
    }
}


.RegisterFormDesktop {
    font-size: 15px;
    width: 100%;
    height: 30px;
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    border-radius: 0;
    font-weight: 100;
    padding: 0px !important;
    border-bottom: 1px solid rgba(224, 224, 224, 0.5) !important;
}

.RegisterFormInputHeadingDesktop {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

/* shadow effect for input focus - login */
.RegisterFormDesktop:focus {
    border: none;
    box-shadow: none;
    background-color: #244B8B;
    color: rgb(0, 0, 0);
}

/* Color for placeholder in input - login*/
.RegisterFormDesktop::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

/* Mozilla Firefox 4 to 18 */
.RegisterFormDesktop::-moz-placeholder {
    color: rgb(0, 0, 0);
}

/* Mozilla Firefox 19+ */
.RegisterFormDesktop:-ms-input-placeholder {
    color: rgb(0, 0, 0);
}

/* Internet Explorer 10-11 */
.RegisterFormDesktop::-ms-input-placeholder {
    color: rgb(0, 0, 0);
}

/* Autocomplete styles */
.RegisterFormDesktop:-webkit-autofill,
.RegisterFormDesktop:-webkit-autofill:hover,
.RegisterFormDesktop:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: rgb(0, 0, 0);
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
}


.modal-text {
    font-size: 14px;
    color: #0D9276 !important;
}

@media(min-width:576px) {
    .modal-text {
        font-size: 20px;
    }
}

/* Strike/Divider - Form Login  */
.loginStrike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    color: #0D9276;
}

@media (min-width: 576px) {
    .loginStrike {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .loginStrike {
        font-size: 16px;
    }
}

.loginStrike>span {
    position: relative;
    display: inline-block;
}

.loginStrike>span:before,
.loginStrike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 250px;
    height: 1px;
    background: #0D9276;
}

.loginStrike>span:before {
    right: 100%;
    margin-right: 15px;
}

.loginStrike>span:after {
    left: 100%;
    margin-left: 15px;
}

/********  Modal end ********/

/* Scroll indicator*/
.fa-chevron-down {
    color: white;
    bottom: 0px;
}

.scroll-indicator {
    margin-top: 10%;
}

.scroll-indicator::before {
    content: '╲╱';
    /* color: #2A0109; */
    position: absolute;
    opacity: 1;
    /* text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); */
    font-size: 20px;
    width: 60px;
    height: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    bottom: -4%;
    left: 50%;
    margin-left: -30px;
    animation: bounce 1.7s ease infinite;
}

.scroll-indicator1 {
    margin-top: 25%;
}

.scroll-indicator1::before {
    content: '╲╱';
    color: #2A0109;
    position: absolute;
    opacity: 1;
    /* text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); */
    font-size: 20px;
    width: 60px;
    height: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    bottom: 7%;
    left: 50%;
    margin-left: -30px;
    animation: bounce 1.7s ease infinite;
}


@keyframes bounce {
    50% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 349.98px) {
    .scroll-indicator1 {
        margin-top: 25%;
    }
}

@media (min-width: 1200px) {
    .scroll-indicator::before {
        bottom: 35px;
    }
}

/* Scroll indicator end */

.divider {
    margin-top: 15px;
    position: absolute;
    width: 90%;
    left: 5%;
    height: 2px;
    background: #bdbdbd;
    opacity: 0.5;
}

@media (min-width: 992px) {
    .divider {
        width: 80%;
        left: 10%;
    }
}

/* .dividerSelector {
    border-right: 2px solid #bdbdbd81;
} */
.vl {
    border-left: 2px solid #bdbdbd81;
    /* height: 100%; */
}

/**************** Header end *******************/

/**************** Main *******************/
main {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

main:before {
    content: "";
    display: block;
    /* background-color: rgb(162, 151, 214); */
    /* background: url(../images/section2.jpg) repeat center; */
    background-position: 0% 0%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -4;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

main .container {
    z-index: 1;
}

.overlayMain {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: -1;
}

/**************** Main END *******************/


/* INFO section */
.headingInfo {
    font-size: 22px;
    font-weight: 600;
    color: #3c3c3c;
    /* text-shadow: 0px 1px 2px #00000030; */
}

.subInfo {
    font: normal 15px/23px Noto Sans Display;
    /* text-shadow: 0px 1px 2px #00000030; */
}

h2{
    font-size: 28px;
    word-break: break-word;
    word-break: auto-phrase;
}

.custom-break {
    word-break: break-word;
    word-break: auto-phrase;
}
@media (max-width: 359.98px) {
    .headingInfo {
        font-size: 16px;
    }

    .subInfo {
        font-size: 14px;
    }
}

@media (min-width: 600px) {
    .headingInfo {
        font-size: 22px;
    }

    .subInfo {
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .headingInfo {
        font-size: 22px;
    }

    .subInfo {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .headingInfo {
        font-size: 18px;
    }

    .subInfo {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    h2{
        font-size: 2.1rem;
    }
    .headingInfo {
        font-size: 20px;
    }

    .subInfo {
        font-size: 16px;
    }
}

/* INFO section end */

/******** Footer ********/
footer {
    background-color: #0D9276;
    font-size: 14px;

}

footer a{
    color: white !important;
}

.footerLogo {
    width: 35%;
    max-width: 100px;
    height: auto;
}

@media (min-width: 768px) {
    .footerLogo {
        max-width: 150px;
    }
}

/* @media (min-width: 992px) {
    .footerLogo {
        max-width: 20%;
    }
} */

/******** Footer end ********/

/* new */

.contentUser{
 background-color: #0D9276;
 color:white;
}

.imageUser{
    width: 100%;
    height: 270px;
    background-size: cover;
    object-fit: cover;
    /* -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; */
}

.cornerTop{
    border-radius: 8px 8px 0px 0px;
}
.cornerTop2{
    border-radius: 0px 0px 8px 8px;
}
.cornerBottom{
    border-radius: 8px 8px 0px 0px;
}
.cornerBottom2{
    border-radius: 0px 0px 8px 8px;
}

.textWrapper{
    font-size: 16px;
    height: 100%;
    width: 100%;
    max-height: 270px;
    min-height: 179px;
    color: white;
}

.contentUserName{
    font-size: 24px;
    font-weight: 600;
}

.arrow-left {
    position: absolute;
    z-index: 2;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #0D9276; 
    top: calc(50% - 10px);
    right: 0;
  }

  .arrow-right {
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0D9276;
    top: calc(50% - 10px);
    left: 0;
  }
  
  .arrow-up {
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0D9276;
    left: calc(50% - 10px);
    bottom: 0;
  }

  .bigDivider{
      border-top: 12px solid #0D9276;
  }

  .mobileRegister{
      bottom: 40px;
  }

  footer .footer-legal-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
}

@media (max-width: 359.98px) {

}

@media (min-width: 600px) {

}

@media (min-width: 768px) {
    .textWrapper{
        min-height: 200px;
    }
}

@media (min-width: 992px) {
    .imageUser{
        height: 330px;
    }
    /* .cornerTop{
        border-radius: 8px 0px 0px 0px;
    }
    .cornerTop2{
        border-radius: 0px 8px 0px 0px;
    }
    .cornerBottom{
        border-radius: 0px 0px 8px 0px;
    }
    .cornerBottom2{
        border-radius: 0px 0px 0px 8px;
    } */
    .cornerTop{
        border-radius: 8px 0px 0px 8px;
    }
    .cornerTop2{
        border-radius: 0px 8px 8px 0px;
    }
    .cornerBottom{
        border-radius: 0px 8px 8px 0px;
    }
    .cornerBottom2{
        border-radius: 8px 0px 0px 8px;
    }
    .textWrapper{
        min-height: 200px;
    }
}

@media (min-width: 1200px) {
    .overlayHeader {
        background-color: rgba(0, 0, 0, 0.2);
    }
    
    .overlayHeader::after {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        width: 50%;
        z-index: 1;
    }
    
    .overlayHeader::after {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.9) 40%);
        right: 0;
    }
}