.ContactForm-Container{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.85;
    z-index: 10002;
    position: fixed;
}

.form-container-Inn form, .form-container-Inn2 form {
    display: contents;
}

.form-container-Inn, .form-container-Inn2 {
    width: 800px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    filter: drop-shadow(0px 10px 10px rgb(0, 0, 0, 0.2));
    position: fixed;
    z-index: 10002;
    translate: -50% -50%;
    left: 50%;
    top: 50%;
}

.form-container-Inn{
    height: 580px
}

.form-container-Inn2 {
    height: 665px;
}

.Form-LeftSection, .Form-LeftSection2{
    width: 40%;
    background-color: #12a5c0;
    background-image: url("Circlefx.png");
    padding: 140px 0px 0px 60px;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.Form-LeftSection2 ul {
    font-size: 13px;
}

.Form-LeftSection2 span {
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.Form-LeftSection2 {
    padding: 100px 20px 0px 40px
}

.Form-LeftSection{
    border-radius: 10px;
}

.Form-LeftSection2{
    border-radius: 10px 0 0 10px; 
}

.New-here-text li{
    font-size: 10px !important;
}

.Form-LeftSection p, .Form-LeftSection2 p{
    font-size: 15px;
}

.Wtext {
    font-family: 'inter', sans-serif;
    font-size: 40px;
}

.Form-RightSection {
    width: 60%;
    padding: 0 60px 0px 60px;
    display: flex;
    align-items: center;
}

.Form-RightSection .Wtext{
    font-size: 25px;
    margin: 6px 0 7px;
}

.Form-RightSection ul:not(.country-list) {
    display: inline-flex;
    list-style: none;
    gap: 5px;
}

.New-here-text{
    width: 100%;
    justify-content: center;
    margin-bottom: 18px;
}

.Form-RightSection ul li{
    font-size: 14px;
    margin: 0px;
}

.Form-RightSection ul li a{
    color: #12a5c0;
    text-decoration: underline;
}

.Form-RightSection input {
    width: 100%;
    background-color: #fafafa;
    border: 0px;
    outline: none;
    position: relative;
    border-bottom: 1px solid #cecece;
    color: #7d7d7d;
}

.Rinput1,.Rinput2 {
    width: 100%;
    position: relative;
}

.Rinput1{
    margin: 34px 0 17px;
}

.Rinput2{
    margin: 0 0 17px;
}

.Rinput1::before, .Rinput2::before{
    position: absolute;
    width:17px;
    transform: translateY(-50%);
    z-index: 1;
    right: 3%;
    top: 55%;
    filter: opacity(0.2);
}

.Rinput1::before{
    content: url("emailIcon.svg"); 
}

.Rinput2::before{
    content: url("eyeIcon.svg"); 
}

.Rinput1 input, .Rinput2 input{
    width: 352px;
    padding: 10px 10px 10px 10px
}

.Form-RightSection .RSub {
    padding: 10px 10px 10px 10px;
    width: 100%;
    font-size: 16px;
    color: white;
    border-radius: 6px;
    background-color: #12a5c0;
    border: 0px;
    cursor: pointer;
    margin-bottom: 25px;
}

.rem-forgotpass-text {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: #d0d0d0;
    padding: 10px 0 0;
}

.rem-forgotpass-text li{
    font-size: 13px !important;
}

.check-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.Form-RightSection .RSub:hover{
    background-color: #066b7e;
}

.Form-RightSection-Inn p{
    font-size: 17px;
    position: relative;
    text-align: center;
}

.Form-RightSection-Inn p::before,  .Form-RightSection-Inn p::after{
    content: '';
    background: #ececec;
    display: block;
    position: absolute;
    width: 30%;
    height: 2px;
    bottom: 10px;
}

.Form-RightSection-Inn p::before {
    z-index: -2;
    left: 20px;
}

.Form-RightSection-Inn p::after {
    z-index:-1;
    right: 20px;
}

#google-btn{
    width: 100%;
    height: 39px;
    border: 1px solid #12a5c0;
    border-radius: 10px;
    background-image: url("");
    background-position: center;
    background-repeat: no-repeat;
}

#google-btn:hover{
    transform: scale(0.98);
    transition: all 0.2ms ease-out;
}

.Regform-field-section, .Regform-field-section2 {
    display: flex;
    gap: 10px;
}

.Regform-field-section2{
    margin-bottom: 35px;
}

.reg-form-name {
    padding: 10px 2px;
    margin: 5px 0px;
}

.Reg-Input li{
    font-size: 13px;
    list-style: none;
    margin: 6px 0;
    color: #aeaeae;
}

.select-box, #reg-form-date {
    width: 173px;
    color: #7d7d7d;
    border: none;
    border-bottom: solid 1px #aeaeae;
    padding: 10px 5px;
    background-color: #fafafa;
    margin-top: 5px;
}

.select-box {
    width: 183px;
}

.form-container-Inn .close, .form-container-Inn2 .close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 20px;
    border: 2px solid;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 9px 4px;
    color: #066b7e;
    cursor: pointer;
}

.Reg-Input {
    width: 179px;
}

.Reg-Input2 {
    width: 100%;
}

.Reg-Input2 .select-box {
    width: 372px;
}

.alert-area {
    color: #c00;
    font-size: 14px;
    background: #ffd3d3;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.auth-alert {
    width: calc(100% - 40px);
    text-align: center;
    padding: 10px 30px 10px 10px;
    font-size: 16px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: 999999999;
    box-shadow: 0 -10px 20px #444;
}

.login-info {
    display: block;
    float: left;
    margin: 14px 10px 14px 0;
    font-size: 13px;
    font-weight: normal;
}

.login-mob-info {
    margin: 15px 10px 15px;
    text-align: center;
    font-weight: bold;
}

.tvpage .login-mob-info {
    color: #FFF;
}

.g-recaptcha {
    margin: 12px 0;
    display: flex;
    justify-content: center;
}

.intl-tel-input {
    width: 183px;
}

.auth-alert span.close {
    position: absolute;
    right: 6px;
    border: 2px solid;
    line-height: 0.5;
    padding: 3px 4px 5px;
    border-radius: 20px;
    top: 50%;
    translate: 0 -50%;
    cursor: pointer;
}

.intl-tel-input {
    display: block;
    padding: 5px 0;
}
input#phoneLib {
    width: 100%;
    padding: 10px 6px 10px 52px !important;
}
.login_formWrap label input, .login_formWrap label select {
    padding: 10px 5px;
}

#navLinks.open {
    display: flex;
    align-items: center;
    margin-top: -8px;
}

.top-bar .Img-ConL{
    width: 30px;
    height: 30px;
    margin: 0;
    border: 3px solid #FFF;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    text-align: center;
    display: table;
    position: absolute;
    right: 15px;
    top: -5px;
}

.top-bar .Img-ConL.mob {
    width: 45px;
    height: 45px;
    display: flex;
    position: fixed;
    top: 5px;
    right: 50px;
    align-items: center;
    justify-content: center;
}

.top-bar .Img-ConL img{
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.top-bar .Img-ConL .name {
    font-family: "Inter", sans-serif;
    display: flex;
    vertical-align: middle;
    font-size: 14px;
    color: #696f75;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.top-bar .account-link{
    margin-left: 10px;
    text-decoration: none;
}

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

    .form-container-Inn input::-webkit-input-placeholder, .form-container-Inn2 input::-webkit-input-placeholder { /* Edge */
      color: #444;
    }

    .form-container-Inn input:-ms-input-placeholder, .form-container-Inn2 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #444;
    }

    .form-container-Inn input::placeholder, .form-container-Inn2 input::placeholder {
      color: #444;
    }

    .ContactForm-Container {
        width: 100%;
        margin: auto;
        padding: 20px;
    }

    .form-container-Inn, .form-container-Inn2 {
        width: 90%;
        height: auto;
        background-color: white;
        border-radius: 10px;
        display: block;
        filter: drop-shadow(0px 10px 10px rgb(0, 0, 0, 0.2));
    }

    .Form-LeftSection, .Form-LeftSection2 {
        text-align: center;
        width: 100%;
        background-color: #12a5c0;
        border-radius: 10px 10px 0px 0px;
        background-position: 15% 11%;
        height: 150px;
        padding: 23px 0px 0px 0px;
    }

    .Form-LeftSection2 {
        height: auto;
        min-height: 180px;
    }

    .toc_block {
        display: none;
        padding: 0 30px;
        text-align: left;
        line-height: 1.5;
        padding-bottom: 20px;
    }

    .Form-RightSection-Inn {
        width: 100%;
    }

    .Wtext{
        font-size:40px;
        margin: 10px 0 0px;
    }

    .Form-RightSection {
        width: 100%;
        padding: 20px 20px 30px 20px;
    }

    .Regform-field-section, .Regform-field-section2 {
        display: block;
        gap: 10px;
    }

    .Reg-Input, .intl-tel-input {
        width: 100%;
    }

    .Rinput1 {
        margin: 17px 0 17px;
    }

    .Rinput2 {
        margin: 0;
    }

    .Rinput1 input, .Rinput2 input {
        width: 100%;
    }

    #reg-form-date{
        margin-bottom: 15px;
    }

    .select-box{
        width: 100%;
    }

    #reg-form-date {
        width: 100%;
    }

    .form-container-Inn2 {
        position: absolute;
        translate: -50% 0;
        top: 100px;
    }
    .auth-alert {
        top: 55px;
        width: 100%;
    }

    .top-bar .Img-ConL.mob {
        position: absolute;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }
    .login.login-modal-btn {
        position: absolute;
        right: 15px;
    }
}