* {
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    font-family: 'Circular Std Medium';
}

a,
span,
i {
    display: inline-block;
}

img {
    max-width: 100%;
    height: auto;
}

html {
    scroll-behavior: smooth;
}

p {
    margin: 0;
}

h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #1C1C1C;
    margin: 0;
}


@font-face {
    font-family: 'Circular Std Medium';
    src: url('../fonts/CircularStd-Medium.woff2') format('woff2'),
        url('../fonts/CircularStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std Bold';
    src: url('../fonts/CircularStd-Bold.woff2') format('woff2'),
        url('../fonts//CircularStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.container {
    max-width: 1310px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.m-0 {
    margin: 0 !important;
}

.lgnnewv3header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.lgnnewv3headerwrap {
    padding: 30px 0;
}

.lgnnewv3headerwrap {
    padding: 30px 0;
}

.lgnnewv3body {
    background: #F3F3F3E5;
    border-radius: 20px;
    padding: 146px 108px 146px 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 96px;
    justify-content: center;
}

.lgnnewv3right {
    max-width: 522px;
    width: 100%;
    text-align: left;
}

.lgnnewv3right h1 {
    text-align: left;

}

.lgnnewv3right .lgnnewv3rightabout,
.form-label.compnametxt,
.termsndcondition .languagetitle,
.selectlanguagecol>label,
.sucessleftcolrighttxt p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.2;
    color: #1C1C1C;
    margin: 0;
    padding: 14px 0 36px 0;
    opacity: 0.7;
    letter-spacing: -0.1px;
}

.termsndcondition .termsconditiontxt {
    color: #1A73E8;
    font-family: 'Circular Std Bold';

}

.termsndcondition {
    padding: 24px 0 12px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.formrow .form-control,
.formrow .companytextplace,
.selectlanguage .selectdeliday {
    width: 100%;
    height: 54px;
    border: 2px solid #EAEAEA;
    border-radius: 10px;
    padding: 0px 8px 0 45px;
    font-size: 16px;
    color: #000000;
    line-height: 1.25;
}

.termsndcondition>label,
.termsndcondition>p {
    color: #8C8C8C;
}


.btn-primary {
    width: 100%;
    background: #1A73E8;
    padding: 16px 10px;
    border: none;
    border-radius: 10px;
    border: 1px solid #1A73E8;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.12;
    transition: 0.5s;
    margin: 24px 0;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #ffffff;
    color: #1A73E8;
    border: 1px solid #1A73E8;
}

.formrow img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 18px;
    top: 65%;
    transform: translateY(-50%);
    opacity: 0.3;
}

.formwrap .formrow {
    position: relative;
}

.lgnnewv3header > select,
.selectlanguage select {
    padding: 8px 12px 8px 10px;
    font-size: 14px;
    line-height: 1.1;
    border: 1px solid #1C1C1C1A;
    border-radius: 6px;
    width: 120px;
    appearance: none;
    cursor: pointer;
    background-image: url('/images/get_start/bottomarrowicon.svg');
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 15px;
    opacity: 0.7;
}

/* optwrapper page */
.optwraprow>input {
    width: 80px;
    height: 54px;
    border: 2px solid #EAEAEA;
    border-radius: 10px;
    text-align: center;
}

.optwraprow {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* .lgnnewv3right .lgnnewv3rightabout {
    opacity: 1;
} */

.buttonbelowtxt>p {
    padding: 0;
    color: #8C8C8C;
}

.buttonbelowtxt>span {
    color: #1A73E8;
}

.btn-color {
    color: #1A73E8;
}



/* welcome */
.lgnnewv3body.companytextplace {
    padding: 60px 108px 60px 130px;
}

.formrow .companytextplace {
    padding: 0px 10px 0px 24px;
    margin-top: 4px;
}

.lgnnewv3rightabout.welabouttxt {
    padding: 4px 0 24px 0;
}

.termsndcondition .languagetitle {
    padding: 0;
    max-width: 522px;
    width: 100%;
    text-align: left;
}

.termsndcondition.welcomselclaguage {
    flex-direction: column;
    align-items: self-start;
    gap: 0;
    padding-bottom: 0;
}

.selectlanguagerow .radiocircle {
    width: 20px;
    height: 20px;
    margin: 0;
}

.welcomselclaguage .selectlanguagerow {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 16px 0 24px 0;
}

.selectlanguagerow .selectlanguagecol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.selectlanguagecol>label {
    padding: 0;
    opacity: 1;
}

.languagetitle.d-block {
    display: block;
}

.selectlanguage {
    width: 100%;
}

.selectlanguage .selectdeliday {
    padding: 0px 10px 0px 24px;
    margin: 4px 0 34px 0px;
}

.lgnnewv3right a {
    text-decoration: none;
}

/* sucess */
.lgnnewv3body.lgnnewv3bodysucess {
    padding: 65px 106px 60px 60px;
    gap: 94px;
    align-items: center;
}

.lgnnewv3bodysucess .lgnnewv3left {
    max-width: 610px;
    width: 100%;
}

.sucessleftcolrighttxt p:nth-of-type(1) {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.3px;
    font-family: 'Circular Std Bold';
    color: #1C1C1C;
}

.sucessleftcolrighttxt p:nth-of-type(2) {
    padding: 16px 0 20px 0;
}

.sucessleftrow .sucessleftcol:first-child {
    margin-bottom: 30px;
}

.sucessleftcol > img {
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    max-width: 260px;
    object-fit: cover;
    object-position: center;
}

.sucessleftcolrighttxt .iconwatchbtn {
    padding: 15px 30px;
    border: none;
    background: white;
    border: 2px solid #1A73E81A;
    background: rgba(26, 115, 232, 0.1);
    color: rgba(26, 115, 232, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.12;
    cursor: pointer;
}

.sucessleftrow .sucessleftcol {
    background: #ffffff;
    display: flex;
    gap: 30px;
    border-radius: 20px;
}

.sucessleftcol .sucessleftcolrighttxt {
    padding: 20px 30px 20px 0;
}

.lgnnewv3rightsucess a {
    font-family: 'Circular Std Bold';
    color: #1C1C1C;
}

.lgnnewv3rightsucess p {
    opacity: 0.7;
    padding: 12px 0 20px 0;
    font-size: 16px;
    line-height: 1.2;
}

.lgnnewv3rightsucess .btn-primary {
    width: 174px;
    margin: 0;
}

.lgnnewv3bodysucess .lgnnewv3rightsucess {
    text-align: center;
}

.lgnnewv3rightsucess>h1 {
    padding-top: 30px;
}

/* error Register */

.lgnnewv3bodyerror .lgnnewv3body {
    padding: 95px 108px 146px 45px;
}

.lgnnewv3bodyerror {
    background-color: #F3F3F3E5;
    border-radius: 20px;
    position: relative;
}

.lgnnewv3bodyerror .errorshowtxt {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
    max-width: 620px;
}

.errorshowtxtrow {
    border: 1px solid #DF1D5A;
    border-radius: 10px;
    padding: 10px 14px;
    color: #DF1D5A;
    background: rgba(223, 29, 90, 0.05);
    max-width: 620px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.errorshowtxtrow .errorshowtxtcol {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    align-items: center;
}

/* verificationerror */

.errorshowtxtrow.errorveriftxt {
    border: 1px solid rgba(45, 182, 126, 1);
    border-radius: 10px;
    padding: 10px 14px;
    color: #2DB67E;
    background: rgba(223, 29, 90, 0.05);
    max-width: 620px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.formrow input::placeholder {
    color: rgba(153, 153, 153, 1);
    font-family: 'Circular Std Medium';
}

.termsndcondition input[type="checkbox"] {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 1px solid #1C1C1C40;
    border-radius: 6px;
    background-color: white;
    cursor: pointer;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.termsndcondition input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #000000;
    transition: 0.4s ease-in;
}

.termsndcondition input[type="checkbox"]::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('/images/get_start/check-mark-svgrepo-com.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

.termsndcondition input[type="checkbox"]:checked::before {
    opacity: 1;
}
.lgnnewv3right .formwrap button.btn {
    margin-bottom: 0;
}

    .lgnnewv3right .formwrap button.btn + .buttonbelowtxt {
        margin-top: 10px;
    }
.lgnnewv3body.companytextplace .logo {
    width: 100%;
}


@media only screen and (max-width: 1400px) {
    .container {
        max-width: 1200px;
    }

    .lgnnewv3body {
        padding: 146px 66px 146px 45px;
        gap: 70px;
    }

    .lgnnewv3right {
        max-width: 480px;
    }

    .optwraprow>input {
        width: 73px;
    }

    .lgnnewv3body.companytextplace {
        padding: 60px 105px 60px 130px;
    }

    .lgnnewv3body.lgnnewv3bodysucess {
        padding: 65px 60px 60px 40px;
        gap: 50px;
    }

    .lgnnewv3bodyerror .lgnnewv3body {
        padding: 95px 66px 146px 45px;
    }
}

@media only screen and (max-width: 1300px) {
    .container {
        max-width: 1000px;
    }
    .lgnnewv3left {
        max-width: 400px;
        width: 100%;
    }

    .lgnnewv3right {
        max-width: calc(100% - 500px);
        width: 100%;
    }

    .lgnnewv3body, .lgnnewv3body.companytextplace {
        align-items: center;
        padding: 50px 40px;
    }
    .lgnnewv3right .lgnnewv3rightabout {
        padding-bottom: 0;
    }
    .lgnnewv3headerwrap {
        padding: 20px 0;
    }
    .errorshowtxtrow, .errorshowtxtrow.errorveriftxt {
        max-width: 540px;
        padding: 4px 10px;
        border-radius: 6px;
    }

    .errorshowtxtcol p {
        font-size: 14px;
    }
    
    .optwraprow > input {
        width: 58px;
    }

    .optwraprow {
        margin-top: 20px;
    }
    .lgnnewv3right .formwrap button.btn + .buttonbelowtxt {
        margin-top: 10px;
    }
    .lgnnewv3right #productDetailForm .compnametxt {
        padding: 0;
    }

    .lgnnewv3right h1 {
        font-size: 38px;
    }

    .lgnnewv3right #productDetailForm .termsndcondition .languagetitle {
        text-align: left;
    }

    .lgnnewv3right .lgnnewv3rightabout, .form-label.compnametxt, .termsndcondition .languagetitle, .selectlanguagecol > label, .sucessleftcolrighttxt p:nth-of-type(2) {
        font-size: 14px;
    }

    .welcomselclaguage .selectlanguagerow {
        gap: 20px;
    }

    .lgnnewv3right #productDetailForm
    input#MobileNo {
        margin-top: 4px;
    }

    .lgnnewv3right #productDetailForm .form-check {
        padding: 10px 0px;
    }

        .lgnnewv3right #productDetailForm .form-check label.form-check-label {
            padding-left: 8px;
        }




    .lgnnewv3body.lgnnewv3bodysucess {
        padding: 50px 40px;
    }

    .lgnnewv3bodysucess .lgnnewv3left {
        max-width: 540px;
    }

    .lgnnewv3bodysucess .lgnnewv3rightsucess {
        max-width: 300px;
    }

    .sucessleftcolrighttxt .iconwatchbtn {
        padding: 12px 13px;
        font-size: 14px;
    }

        .sucessleftcolrighttxt .iconwatchbtn img {
            width: 20px;
        }


    .lgnnewv3bodysucess .sucessleftcol > img {
        width: 220px;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .lgnnewv3right {
        max-width: 400px;
    }

    .lgnnewv3body {
        gap: 30px;
    }

    .lgnnewv3body {
        padding: 146px 53px 146px 30px;
    }

    .lgnnewv3left > img {
        width: 450px;
    }

    .lgnnewv3right .lgnnewv3rightabout {
        padding: 14px 0 20px 0;
    }

    .lgnnewv3right h1 {
        font-size: 37px;
    }

    .termsndcondition {
        padding: 18px 0 25px 0;
    }

    .optwraprow > input {
        width: 62px;
        height: 45px;
    }

    .optwraprow {
        gap: 5px;
    }

    .lgnnewv3body.companytextplace {
        padding: 60px 35px 60px 48px;
    }

    .lgnnewv3bodysucess .lgnnewv3left {
        max-width: 523px;
    }

    .sucessleftrow .sucessleftcol {
        gap: 13px;
    }

    .sucessleftcol .sucessleftcolrighttxt {
        padding-right: 5px;
    }

    .lgnnewv3body.lgnnewv3bodysucess {
        padding: 65px 20px 60px 20px;
        gap: 20px;
    }

    .sucessleftcolrighttxt p:nth-of-type(2) {
        padding: 7px 0 10px 0;
    }

    .sucessleftcolrighttxt p:nth-of-type(1) {
        font-size: 17px;
    }

    .sucessleftcolrighttxt p:nth-of-type(2) {
        font-size: 15px;
    }

    .sucessleftcolrighttxt .iconwatchbtn {
        gap: 7px;
        padding: 10px 8px;
    }

    .sucessleftcolrighttxt .iconwatchbtn {
        font-size: 17px;
        border-radius: 6px;
    }

    .lgnnewv3bodyerror .lgnnewv3body {
        padding: 70px 53px 80px 30px;
    }
}

    @media only screen and (max-width: 992px) {
        .container {
            max-width: 960px;
        }

        .lgnnewv3left > img {
            width: 330px;
        }

        .lgnnewv3body {
            padding: 90px 30px 90px 30px;
        }

        .lgnnewv3right h1 {
            font-size: 28px;
        }

        .lgnnewv3right {
            max-width: 304px;
        }

        .lgnnewv3body {
            gap: 45px;
        }

        .formrow .form-control,
        .formrow .companytextplace,
        .selectlanguage .selectdeliday {
            height: 45px;
        }

        .btn-primary {
            padding: 12px 0;
            margin: 17px 0;
        }

        .termsndcondition {
            padding: 15px 0 10px 0;
        }

        .optwraprow > input {
            width: 73px;
            height: 45px;
        }

        .lgnnewv3bodyotp {
            flex-direction: column;
            align-items: center;
        }

        .lgnnewv3right {
            max-width: 470px;
        }

        .lgnnewv3bodysucess .lgnnewv3left {
            max-width: 580px;
            width: 100%;
        }

        .sucessleftcol .sucessleftcolrighttxt {
            padding-right: 20px;
        }

        .sucessleftrow .sucessleftcol,
        .lgnnewv3body.lgnnewv3bodysucess {
            gap: 30px;
        }

        .sucessleftrow .sucessleftcol {
            border-radius: 10px;
        }

        .lgnnewv3bodyerror .lgnnewv3body {
            padding: 45px 30px 50px 30px;
        }

        .errorshowtxtrow,
        .errorshowtxtrow.errorveriftxt {
            max-width: 560px;
        }
    }

    @media only screen and (max-width: 768px) {
        .container {
            max-width: 720px;
        }

        .lgnnewv3right {
            max-width: 400px;
        }

        .lgnnewv3left > img {
            width: 400px;
        }

        .lgnnewv3body {
            gap: 30px;
        }

        .lgnnewv3body {
            border-radius: 10px;
        }

        .formrow .form-control,
        .btn-primary,
        .lgnnewv3header > select {
            border-radius: 6px;
        }

        .optwraprow > input {
            width: 62px;
            height: 45px;
        }

        .selectlanguage .selectdeliday {
            margin: 4px 0 20px 0px;
        }

        .lgnnewv3body.companytextplace {
            padding: 40px 25px 40px 30px;
        }

        .sucessleftcol > img {
            width: 230px;
        }

        .sucessleftrow .sucessleftcol {
            gap: 20px;
        }

            .sucessleftrow .sucessleftcol:first-child {
                margin-bottom: 20px;
            }

        .errorshowtxtcol > P {
            font-size: 13px;
        }


        .errorshowtxtrow.errorveriftxt {
            max-width: 450px;
            width: 100%;
            border-radius: 6px;
            padding: 8px 12px;
        }

        .errorshowtxtrow .errorshowtxtcol {
            gap: 5px;
        }

        .lgnnewv3bodyerror {
            border-radius: 10px;
        }

        .errorshowtxtrow.errorveriftxt {
            max-width: 380px;
        }
    }

    @media only screen and (max-width: 576px) {
        .container {
            max-width: 540px;
        }

        .lgnnewv3body {
            padding: 50px 20px 50px 20px;
        }

        .optwraprow > input {
            width: 54px;
        }

        .btn-primary {
            margin: 10px 0;
        }

        .welcomselclaguage .selectlanguagerow {
            gap: 19px;
        }

        .selectlanguagerow .radiocircle {
            width: 18px;
            height: 18px;
        }

        .sucessleftrow .sucessleftcol {
            flex-direction: column;
            align-items: flex-start;
        }

        .sucessleftcol .sucessleftcolrighttxt {
            padding:20px;
        }

        h1 {
            font-size: 35px;
        }

        .lgnnewv3rightsucess p {
            font-size: 14px;
            padding: 12px 0;
        }

        .lgnnewv3body.lgnnewv3bodysucess {
            padding: 50px 20px;
        }

        .errorshowtxtrow {
        }

            .errorshowtxtrow .errorshowtxtcol {
                gap: 5px;
            }

        .errorshowtxtcol > P {
            font-size: 11px;
        }




        .errorshowtxtrow.errorveriftxt {
            padding: 8px 6px;
        }

        .errorshowtxtrow {
            max-width: 360px;
            border-radius: 6px;
            padding: 5px;
        }

        .lgnnewv3bodyerror .errorshowtxt {
            right: 5px;
            top: 10px;
        }
        .lgnnewv3left {
            order: 1;
        }
        .lgnnewv3bodysucess .lgnnewv3rightsucess {
            max-width: 100%;
        }

        .lgnnewv3bodysucess .sucessleftcol > img {
            width: 100%;
            max-width: 100%;
        }

        .sucessleftrow .sucessleftcol:first-child, .sucessleftrow .sucessleftcol {
            gap: 0;
        }

    }

    @media only screen and (max-width: 420px) {
        .logowrap > img {
            width: 125px;
        }

        .lgnnewv3right h1 {
            font-size: 19px;
        }

        .termsndcondition > label {
            font-size: 13px;
        }

        .lgnnewv3right .lgnnewv3rightabout {
            font-size: 15px;
        }

        .formrow .form-control,
        .formrow .companytextplace,
        .selectlanguage .selectdeliday {
            height: 40px;
        }

        .btn-primary {
            padding: 9px 0;
        }

        .termsndcondition > input {
            width: 15px;
            height: 15px;
        }

        .optwraprow > input {
            width: 59px;
        }

        .welcomselclaguage .selectlanguagerow {
            flex-direction: column;
            align-items: self-start;
        }

        .lgnnewv3body.companytextplace {
            padding: 30px 15px 30px 15px;
        }

        .sucessleftcol > img {
            width: 100%;
            border-radius: 10px;
        }

        .lgnnewv3body.lgnnewv3bodysucess {
            padding: 30px 15px;
        }

        .sucessleftrow .sucessleftcol {
            gap: 10px;
        }

        .btn-primary {
            font-size: 15px;
        }

        .errorshowtxtrow img {
            width: 12px;
        }

        .errorshowtxtcol > P {
            font-size: 8px;
        }

        .lgnnewv3bodyerror .lgnnewv3body {
            padding: 30px 20px;
        }

        .errorshowtxtrow.errorveriftxt {
            padding: 3px;
        }

        .errorshowtxtrow img {
            width: 10px;
        }


        .errorshowtxtrow {
            max-width: 270px;
        }

        .lgnnewv3bodyerror .errorshowtxt {
            right: 5px;
            top: 5px;
        }
    }