.emailError {
    color: red;
    display: none;
}

.emailError.active {
    display: block !important;
}

.agreeError {
    color: red;
    display: none;
}

.agreeError.active {
    display: block !important;
}

.idError {
    color: red;
    display: none;
}

.idError.active {
    display: block !important;
}


/* .customerNameError {
    color: red;
    display: none;
}

.customerNameError.active {
    display: block !important;
} */

.mobileError {
    color: red;
    display: none;
}

.mobileError.active {
    display: block !important;
}

.mobileError2 {
    color: red;
    display: none;
}

.mobileError2.active {
    display: block !important;
}

.mobileErrorBoth {
    color: red;
    display: none;
}

.mobileErrorBoth.active {
    display: block !important;
    text-align: center;
}

.versionCheckboxError {
    color: red;
    display: none;
}

.versionCheckboxError.active {
    display: block !important;
    text-align: center;
}

.checkboxError {
    color: red;
    display: none;
}

.mob1 {
    width: 100%;
    margin-right: 5px;
}

.mob2 {
    width: 100%;
    margin-left: 5px;
}

.total {
    display: flex;
    padding: 5px 0;
    /* border-bottom: 1px solid transparent; */
    justify-content: flex-end;
}

.finalPriceDiv {
    align-items: center;
    display: flex;
}

.agreeCnt {
    display: flex;
    user-select: none;
    margin-top: 10px;
}

#privateDetail {
    margin-top: 5[x];
    display: none;
}


/* .finalPriceDiv span {
    display: flex;
} */

.finalPriceDiv div:nth-child(1) {
    margin-right: 8px;
    display: flex;
    flex-direction: column;
}

.finalPriceDiv div:nth-child(2) {
    display: flex;
    height: 100%;
    flex-direction: column;
    font-weight: bold;
}


/* .total span:nth-child(2) {
    font-weight: bold;
}

.total span:nth-child(3) {
    display: block;
    font-weight: bold;
} */

.checkboxError.active {
    display: block !important;
    text-align: center;
}

.selectBoxError {
    color: red;
    display: none;
}

.selectBoxError.active {
    margin-top: 4px;
    display: block !important;
}


/* 
.addressError {
    color: red;
    display: none;
}

.addressError.active {
    display: block !important;
} */

.codeError {
    color: red;
    display: none;
}

.codeError.active {
    display: block !important;
}

.noteCode {
    font-size: 15px;
    display: block;
    margin-top: 5px;
    color: var(--blue);
    font-weight: bold;
}

.displayTypedEmail {
    font-size: 15px;
    display: block;
    margin-top: 5px;
    color: var(--blue);
    font-weight: bold;
}
.additionalLicence{
    max-width: max-content;
    margin-top: -7px;
    display: block;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
    color: #0963c8;
}

.addLicenceWrap{
    height: 40px;
    position: relative;
    align-items: center;
    margin: 9px 8px;
    margin-bottom: 10px;
    display: none;
    cursor: pointer;
    width: 100%;
}
.addPseudo{
    font-size: 17px;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px 0 0 5px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    padding-top: 4px;
    height: 100%;
    cursor: pointer;
    background: #1f5988e0;
    color: #fff;
    user-select: none;
}
.addLicenceText{
    border-radius: 0 5px 5px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    display: inline-block;
    padding: 4px 5px;
    color: #000;
    background: #fff;
    height: 100%;
}
.chosenLicence {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: inline-block;
    padding: 3px 5px;
    color: #000;
    background: #fff;
}

.cartHeader {
    border-top: 1px solid rgb(221, 221, 221);
    margin-top: 15px;
    display: none;
    font-size: 18px;
    font-weight: bold;
    color: var(--blue);
    text-align: center;
    padding-top: 8px;
}

.chosenLicenceWrap {
    position: relative;
    display: flex;
    align-items: center;
    margin: 15px 8px;
    margin-bottom: 10px;
}

.checkbox1,
.checkbox2 {
    cursor: pointer;
}


/* custom dropDown City start */

.dropDown2 {
    width: 100%;
    position: relative;
}

.citySearch {
    padding: 0 5px;
    width: 100%;
    height: 35px;
    font-size: 16px;
}

.dropDownLi {
    cursor: pointer;
    list-style: none;
    padding: 12px 15px;
    transition: .3s;
    background-color: #f6f6f6;
    display: none;
}

.dropDownLi:hover {
    background-color: grey;
    color: #fff;
}

.dropDownUl {
    max-height: 300px;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
}


/* custom dropDown City start End */


/* countdown */

.countdownFlex {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.countdownCnt {
    margin-left: 10px;
    position: relative;
    display: block;
    background-color: #1f5988;
    border: 2px solid #1f5988;
    border-radius: 17px;
    width: 90px;
    height: 40px;
}

#countdown {
    color: #1f5988;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.countdownBtn {
    line-height: 38px;
    text-align: center;
    color: #fff;
    transition: 0.5s;
    position: relative;
    z-index: 3;
    cursor: pointer;
}


/* countdown  end*/


/* terms & conditions Paper */

.bodyFadeIn {
    overflow-y: hidden;
    /* padding-right: 17px; */
}

.bodyFadeIn.PC {
    padding-right: 17px;
}

.termsCnt {
    z-index: 6;
    display: block;
    max-height: 100%;
    text-align: center;
    position: fixed;
    right: 0;
    display: none;
    top: 0;
    width: 100%;
    padding: 100px 20px;
}

.termsCnt.active {
    display: block;
}

.termsCnt.over {
    background: #00000026;
    overflow-x: hidden;
    overflow-y: scroll;
}

.termsPaper {
    box-shadow: rgb(46 46 46) 0px 0px 15px;
    max-width: 1238px;
    width: 100%;
    margin: auto;
    background: #fff;
    opacity: 0;
    transition: 1s;
    transform: translateY(-100%);
}

.termsPaper.active {
    opacity: 1;
    transform: translateY(0);
}

.closePaper {
    cursor: pointer;
    height: 35px;
    top: 10px;
    position: absolute;
    right: 30px;
    width: 30px;
}

.closePaper:after {
    left: 0;
    width: 100%;
    display: inline-block;
    font-size: 28px;
    font-family: "FontAwesome";
    content: "\f00d";
    position: absolute;
    top: 0;
    color: silver;
    height: 100%;
}

.termsPaper .LicenseHeaderHead {
    font-size: 25px;
    font-weight: bold;
    margin: 0 25px;
    padding: 37px 0px 15px 0px;
    color: #585858;
}

.termsPaper .LicenseHeaderHead2 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 25px;
    border-top: 1px solid #cccccc;
    padding: 10px 0px 10px 0px;
    color: #585858;
}

.termsPaper .LicenseHeader {
    font-size: 20px;
    text-align: left;
    color: #585868;;
    margin-left: 25px;
    margin-bottom: 5px;
}

.termsPaper .LicenseHeader:nth-child(1) {
    padding-top: 65px;
}

.termsPaper p {
    text-align: left;
    padding: 0px 25px;
    padding-bottom: 15px;
}

.termsCloseBtnCnt {
    text-align: right;
    padding: 15px 0;
}

.termsCloseBtn {
    border-radius: 5px;
    background: #1f5988;
    margin-right: 15px;
    padding: 10px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}


/* terms & conditions Paper End*/

.raodenoba {
    text-align: center;
    border: 1px solid #000;
    padding: 0px 6px;
    background: var(--blue);
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: -13px;
    left: 62px;
    color: #fff;
    font-weight: bold;
}

.phoneCntFlex {
    display: flex;
}

.licenceCnt {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid transparent;
}

.pseudoBefore {
    font-size: 13px;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px 0 0 5px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    padding-top: 4px;
    height: 100%;
    cursor: pointer;
    background: #1f5988e0;
    color: #fff;
    user-select: none;
}

.pseudoAfter {
    color: #fff;
    height: 100%;
    border: 1px solid #000;
    cursor: pointer;
    font-weight: bold;
    padding: 0 4px;
    padding-top: 1px;
    background: #3a6d96;
    border-radius: 0 5px 5px 0;
    user-select: none;
}

.deliveryNote {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    color: var(--blue);
    font-weight: bold;
}

.takeawayNote {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    color: var(--blue);
    font-weight: bold;
}

.comment {
    font-style: italic;
    margin-top: 20px;
    color: #6a6a6a;
    text-align: left;
}

.allGenerateBtnsCnt {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.generate:hover{
    background:#00335d;
}

.generate {
    width: 165px;
    display: block;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
    background: var(--blue);
    color: #fff;
    transition: .5s;
    border-radius: 20px;
    padding: 8px 0;
}

.finalImg {
    background-size: cover;
    background-image: url(tick.png);
    width: 90px;
    height: 90px;
    background-position: center;
    margin: 15px auto;
    display: block;
}

.finalBtn {
    color: #3bca41;
    font-weight: bold;
}

.finalCntA {
    margin-top: 15px;
    text-align: center;
}
.generateRemove:hover {
    background:#5d5d5d;
}

.generateRemove {
    margin-right: 10px;
    width: 120px;
    display: block;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
    background: #7d7d7d;
    transition: .5s;
    color: #fff;
    border-radius: 20px;
    padding: 7px 0;
}

.selectLabelFlex1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formWrap {
    margin: 15px auto;
    padding: 35px 40px;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0 0 15px #ababab;
    border-radius: 10px;
}

.finalWrap {
    border-radius: 10px;
    margin: 60px auto;
    padding: 20px 20px 50px 20px;
    max-width: 500px;
    background-color: #fff;
    box-shadow: 0 0 15px #ababab;
    text-align: center;
    font-size: 17px;
}

.finalWrapCnt {
    position: fixed;
    width: 100%;
    height: 100%;
}

.confLabel {
    display: block;
    padding: 10px 0;
    color: #002f55;
    font-weight: bold;
    font-size: 17px;
    width: 100%;
}

.confInput {
    width: 100%;
    height: 35px;
    margin-right: 10px;
    padding: 0 5px;
    font-size: 16px;
}

.confInput:focus {
    outline: none;
    border: 1px solid #0098dc;
}

.flexCheckbox {
    display: flex;
    align-items: center;
}

.flexCheckbox label {
    margin-left: 8px;
    cursor: pointer;
    user-select: none;
}

#oris5Label {
    margin-right: 15px;
}

.deliveryLabel {
    margin-right: 15px;
}
.sendBtn:hover{
    background:#00335d;
}
.sendBtn {
    font-size: 16px;
    border: none;
    color: #fff;
    width: 146px;
    background: var(--blue);
    height: 35px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
    margin-top: 15px;
}

.sendConfirmCodeBtn:hover{
    background:#00335d;
}
.sendConfirmCodeBtn {
    font-size: 16px;
    border: none;
    color: #fff;
    width: 115px;
    background: var(--blue);
    height: 35px;
    transition:.5s;
    border-radius: 6px;
    cursor: pointer;
}

.tryAgainCodeText {
    display: inline-block;
    color: #e90000;
    font-size: 15px;
    margin-top: 3px;
}

.sendEmail.active:hover {
    background:#00335d;
}

.sendEmail {
    font-size: 16px;
    border: none;
    color: #fff;
    width: 102px;
    background: var(--blue);
    height: 35px;
    border-radius: 5px;
    cursor: auto;
    transition: .5s;
    opacity: 0.7;
}

.sendCnt {
    text-align: right;
    margin-top: 15px;
}

.sendCntEmail {
    text-align: right;
    margin-top: 20px;
}

.confirmCodeCnt {
    text-align: right;
    margin-top: 25px;
}

.purchaseHeaderCnt {
    max-width: 600px;
    margin: auto;
}

.purchaseHeader {
    text-align: center;
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: var(--blue);
    font-weight: bold;
}

.checkboxes {
    cursor: pointer;
}

.stepsCnt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.stepSquareOne.active {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--blue);
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 5px 1px var(--blue);
}

.stepSquareTwo.active {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--blue);
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 5px 1px var(--blue);
}

.stepSquareThree.active {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--blue);
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 5px 1px var(--blue);
}

.stepSquare {
    user-select: none;
    transition: 1s;
    border: 1px solid var(--blue);
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff;
    font-weight: bold;
    color: var(--blue);
    box-shadow: 0 0 5px 1px var(--blue);
}

.stepLineFirst {
    transition: 1s;
    background: linear-gradient(to right, var(--blue), #e8e8e8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.stepLineFirst.inactive {
    transform: translateX(100%);
}

.stepLineCnt {
    height: 2px;
    width: 75px;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}

.stepLineSecond {
    transition: 1s;
    background: linear-gradient(to right, var(--blue), var(--blue));
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
}

.stepLineSecond.active {
    transform: translateX(0);
}

.stepLineThird {
    transition: 1s;
    background: linear-gradient(to right, #e8e8e8, #e8e8e8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.stepSquareThree.active {
    background: var(--blue);
    color: #fff;
}

.stepLineThird.inactive {
    transform: translateX(100%);
}

.stepLineThird.active {
    background: linear-gradient(to right, var(--blue), #e8e8e8);
}

.stepLineForth {
    transition: 1s;
    background: linear-gradient(to right, #e8e8e8, var(--blue));
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
}

.stepLineForth.active {
    transform: translateX(0);
    background: linear-gradient(to right, var(--blue), var(--blue));
}


/* Custom Select Box Style */

.custom-select {
    position: relative;
    font-family: Arial;
    width: 100%;
    /* margin-top: 10px; */
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #FFF;
    border: 1px solid #575757;
}


/*style the arrow inside the select element:*/

.selectLabelFlex1 .select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #1f5988 transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.selectLabelFlex1 .select-selected.select-arrow-active:after {
    border-color: transparent transparent #1f5988 transparent;
    top: 10px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #000;
    padding: 5px 15px;
    cursor: pointer;
    user-select: none;
    min-height: 38px;
    -moz-box-shadow: inset 0 0 1.4px #000000;
    -webkit-box-shadow: inset 0 0 1.4px #000000;
    box-shadow: inset 0 0 1.4px #000000;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #f9f9f9;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-y: scroll;
    max-height: 404px;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: var(--blue);
    color: #fff;
}


/*custom style end*/

.confirmAlertCnt {
    text-align: center;
    box-shadow: 0 0 10px 5px #252525;
    width: 450px;
    position: fixed;
    top: 250px;
    background: #dadada;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    z-index: 11;
    color: #000;
    padding: 15px;
    border-radius: 5px;
    animation: notificationAnime 0.55s both ease-in-out;
}

.finalValue {
    margin-right: 5px;
}

.closeConfirmAlert {
    font-size: 14px;
    line-height: 24px;
    width: 25px;
    font-weight: bold;
    height: 25px;
    border-radius: 50%;
    background: rgb(0, 29, 42);
    color: #fff;
    right: -4px;
    position: absolute;
    text-align: center;
    top: -10px;
    cursor: pointer;
}

.wholeVersion5Div,
.wholeVersion7Div {
    display: none;
}


/* custume SelectBox START */

.checkBoxCnt {
    border: 1px solid #e1e1e1;
    user-select: none;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkBoxCnt2 {
    user-select: none;
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inputGroup {
    overflow: hidden;
    background-color: #fff;
    display: block;
    position: relative;
    width: 100%;
}

.inputGroup input {
    width: 25px;
    height: 25px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.inputGroup label {
    padding: 10px 40px;
    width: 100%;
    display: block;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}

.beforeInputGroup {
    opacity: 0;
    background-color: #1f5988;
    z-index: 2;
    transition: .5s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
}

.tickImg {
    transition: 0.7s;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.inputGroup input:checked~label {
    color: #fff;
}

.tickCnt {
    pointer-events: none;
    width: 25px;
    height: 25px;
    border: 2px solid #e3e3e3;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}


/* custume SelectBox END */

@media only screen and (max-width: 805px) {
    .confirmAlertCnt {
        width: 90%;
    }
}

@media only screen and (max-width: 640px) {
    .additionalLicence{
        margin-top: 2px;
    }
    .generate {
        font-size: 15px;
        padding: 6px 0;
        width: 150px;
    }
    .generateRemove {
        font-size: 15px;
        width: 110px;
        padding: 6px 0;
    }
    .confLabel {
        font-size: 16px;
    }
    .purchaseHeader {
        font-size: 26px;
    }
    .selectLabelFlex1 {
        flex-direction: column;
    }
    .pseudoBefore,
    .pseudoAfter {
        font-size: 12px;
    }
    .chosenLicence {
        padding: 3px 4px;
    }
    .formWrap {
        margin: 15px 10px;
    }
    .finalPriceDiv div:nth-child(2) {
        white-space: nowrap;
    }
    .pseudoBefore {
        padding-left: 3px;
        padding-right: 3px;
    }
    .pseudoAfter {
        padding-top: 4px;
    }
    .raodenoba {
        width: 19px;
        height: 19px;
        font-size: 11px;
        padding: 0px 0px;
    }
}

@media only screen and (max-width: 600px) {
    .deliveryNote {
        margin-top: 10px;
    }
    .mob1 {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .mob2 {
        margin-left: 0px;
    }
    .phoneCntFlex {
        flex-wrap: wrap;
    }
    .inputGroup label{
        font-size: 14px;
        padding: 10px;
    }
    .tickCnt{
        width: 22px;
        height: 22px;
    }
}

@media only screen and (max-width: 485px) {
    .checkBoxCnt{
        flex-direction: column;
    }
    .total {
        flex-direction: column;
    }
    .finalPriceDiv {
        justify-content: center;
    }
    .finalValue {
        text-align: center;
    }
    .formWrap {
        padding: 35px 15px;
    }
    .purchaseHeader {
        font-size: 22px;
    }
    .stepSquareThree.active {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-weight: bold;
    }
    .stepSquare {
        line-height: 35px;
        width: 35px;
        height: 35px;
    }
    .stepLineCnt {
        width: 60px;
    }
}
@media only screen and (max-width: 300px) {
    .stepLineCnt {
        width: 35px;
    }
    .stepSquare {
        font-size: 12px;
        line-height: 25px;
        width: 25px;
        height: 25px;
    }
    .stepSquareThree.active {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-weight: bold;
    }
    .purchaseHeader{
        font-size: 18px;
    }
    .confLabel {
        font-size: 14px;
    }
    .generate {
        font-size: 14px;
        padding: 6px 5px;
        width: 150px;
    }
    .generateRemove {
        font-size: 14px;
        width: 110px;
        padding: 6px 5px;
    }
    .flexCheckbox label {
        font-size: 14px;
    }
    .comment {
        font-size: 14px;
    }
    .select-items div, .select-selected {
        font-size: 14px;
        color: #000;
        padding: 10px 15px;
    }
    .sendBtn{
        font-size: 14px;
        width: 80px;
        height: 33px;
    }
}