 .register{
    max-width: 1500px;
    margin: 150px auto;
}
.register .custReg{
    margin-bottom: 30px;
}
.register .custReg > div{
    margin-bottom: 15px;
}
.register .pageInfo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.register .regForm .gicons{
    font-size: 20px;
    padding: 0;
    min-width: 10px;
    line-height: 32px;
}
.registerInfo{
    display: flex;
    border-radius: 10px;
}
.registerInfo > div{
    float: left;
}
.registerInfo .illustrationSection{
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 0.7em;
    border-top-left-radius: 0.7em;
}
.registerInfo .illustrationSection{
    width: 40%;
}
.registerInfo .personalInfo{
    width: 70%;
    padding: 25px 40px;
}
.registerInfo .illustrationSection span{
    font-size: 0.9em;
    font-weight: 500;
}
.registerInfo .stepImg{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex; 
    flex-direction: column; 
    align-items: center;
}
.registerInfo .stepImg .tickImg{
    width: 105px;
    padding-left: 185px;
}
.registerInfo .stepImg .carImg{
    width: 335px;
}
.personalInfo .stepInfo{
    border-bottom: 1px solid #0000001A;
    margin-right: 40px;
}
.personalInfo .stepInfo > h2{
    margin-bottom: 5px;
}
.personalInfo .regForm ul li > div{
    position: relative;
}

.regForm .BLK_PIN li:first-child{
    border-bottom: 1px solid #0000001A;
    width: 100% !important;
    border-bottom: unset;
}
.regForm ul li {
    float: left;
    margin-right: 30px;
    margin-top: 24px;
    width: calc(51.6% - 30px) !important;
}
.regForm ul li.ST, .regForm ul li.CC, .regForm ul li.CD {
      height: 55px;
}
.regForm ul li.CNF{
    width: 25px !important;
    margin-right: 10px;
}
.regForm ul li.CNT{
    display: inline-block;
    width: 90% !important;
}
.regForm input[name=submit]{
    height: 45px;
    border-radius: 5px;
    background: #00B4F1;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none !important;
    width: 100%;
    text-indent: 0; 
}
.regForm ul li input,select {
    border: none;
    padding: 0;
    border-bottom: 1px solid #212529;
    width: 100%;
    height: 35px;
    text-indent: 25px;
    outline:none;
    box-shadow: unset;
    border-radius: unset;
}
.regForm ul li .nice-select{
    font-size: 14px;
    border: none;
    padding: 0;
    border-bottom: 1px solid rgb(33, 37, 41);
    /* width: 100%; */
    height: 35px;
    text-indent: 30px;
    position: unset;
    line-height: 32px;
    float: none;
}
.regForm li > div > div {
    position: absolute;
}
.regForm li .fa-solid{
    padding: 0;
    min-width: 10px;
    line-height: 32px;
}
section.BLK_PIN li.LN, section.BLK_PIN li.ST , section.BLK_PIN li.ZP, section.BLK_PIN li.DB, section.BLK_PIN li.RE{
    margin-right: 0;
}
section.BLK_PIN li.AD, section.BLK_PIN li.PR, section.BLK_PIN li.EX, section.BLK_PIN li.ZP{
    width: 100% !important;
}
section.BLK_PIN li.CD{
    width: calc(36% - 30px);
} 
section.BLK_PIN li.PH {
    width: calc(44% - 30px);
} 
section.BLK_PIN li.DB{
    width: calc(23% - 30px);
}

/*
section li.UA, section li.EM, section li.SA {
    width: 100%; 
    float: inline-start;
}*/
section li.DA, section li.NM, section li.DB, section li.LN, section li.LE{
    width: calc(33.5% - 15px);
}


.regForm ul li.PR, .regForm ul li.EX {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: left;
    gap: 10px;
    margin-right: 0;
}
.regForm ul li.PR > label, .regForm ul li.EX > label{
    display: inline-block;
    float: right;
    width: calc(100% - 35px);
}
.regForm ul li.PR input, .regForm ul li.EX input{
    width: 25px;
    margin: 0;
}
input[name="submit"]{
    float: right;
    height: 50px;
    padding: 0px 30px;
    margin-top: 24px;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .register {
        max-width: 94%;
        margin: 100px auto;
    }
    .custReg div div{
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .registerInfo .illustrationSection{
        display: none;
    }
    .personalInfo .stepInfo{
        margin-right: 0;
    }
    .registerInfo .illustrationSection, .registerInfo .personalInfo{
        width: 100%;
        border: 1px solid #0000001A;
        border-radius: 0.7em;
        padding: 25px 40px;
    }
    .personalInfo .regForm ul li{
        width: 100% !important;
        margin-right: 0;
    }
    .regForm ul li.CNF{
        width: 25px !important;
        margin-right: 10px;
    }
    .regForm ul li.CNT{
        width: 85% !important;
    }
   /*  .regForm ul li.PR, .regForm ul li.EX{
        display: block;
    }
    .regForm ul li.PR > label, .regForm ul li.EX > label{
        float: right;
        width: calc(93% - 10px);
    }
    .regForm ul li.PR > input, .regForm ul li.EX > input{
        float: left;
        margin-right: 5px;
    }*/
    input[name="submit"]{
        margin-right: 0;
    }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
    .register .pageInfo{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px
    }
    .registerInfo .illustrationSection, .registerInfo .personalInfo{
         padding: 25px;
    }
  /*  .regForm ul li.PR, .regForm ul li.EX{
        display: block;
    }
    .regForm ul li.PR > label, .regForm ul li.EX > label{
        float: right;
        width: calc(90% - 10px);
    }
    .regForm ul li.PR > input, .regForm ul li.EX > input{
        float: left;
        margin-right: 5px;
    }*/
    input[name="submit"] {
        width: 100%;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1280px) {
    .register {
        max-width: 90%;
    }
     .registerInfo .personalInfo{
        padding: 25px 30px;
    }
    .personalInfo .regForm ul{
        display: flex;
        flex-wrap: wrap;
    }
    .personalInfo .regForm ul li{
        width: calc(51.6% - 30px) !important;
    }
    .personalInfo .regForm ul li.PR, .personalInfo .regForm ul li.EX{
        width: 100% !important;
    }
    section.BLK_PIN li.CT, section.BLK_PIN li.PH, section.BLK_PIN li.CC{
        margin-right: 0;
    }
    section.BLK_PIN li.ST,  section.BLK_PIN li.ZP{
        margin-right: 15px;
    }
    .personalInfo .regForm ul li:nth-child(2) { order: 1; }
    .personalInfo .regForm ul li:nth-child(3) { order: 1; }
    .personalInfo .regForm ul li:nth-child(4) { order: 1; }
    .personalInfo .regForm ul li:nth-child(5) { order: 1; }
    .personalInfo .regForm ul li:nth-child(6) { order: 1; }
    .personalInfo .regForm ul li:nth-child(7){  order: 1; }
    .personalInfo .regForm ul li:nth-child(8){  order: 1; }

    .personalInfo .regForm ul li:nth-child(11){  order: 2; }

    .personalInfo .regForm ul li:nth-child(9){  order: 3; }
    .personalInfo .regForm ul li:nth-child(10){  order: 3; }   
    .personalInfo .regForm ul li:nth-child(12){  order: 3; }
    .personalInfo .regForm ul li:nth-child(13){  order: 3; }
    .personalInfo .regForm ul li:nth-child(14){  order: 3; }
    .personalInfo .regForm ul li:nth-child(15){  order: 3; }
    .personalInfo .regForm ul li:nth-child(16){  order: 4; }
    .personalInfo .regForm ul li:nth-child(17){  order: 4; }
    
    .regForm ul li.CNF{
        width: 25px !important;
    }
    .regForm ul li.CNT{
        width: 85% !important;
    }
     section.BLK_PIN li.ZP{
        width: 48% !important;
    }
    section.BLK_PIN li.CC{
        width: 48% !important;
        margin-right: 0;
        margin-left: 0;
    }
    section.BLK_PIN li.CD{
        width: 48% !important;
        margin-right: 0;
    }
    section.BLK_PIN li.PH{
        width: 45% !important;
        margin-right: 0;
        margin-left: 17px;
    }
    section.BLK_PIN li.DB{
        width: 43% !important;
        margin-left: 25px;
    }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .register {
        max-width: 95%;
        margin: 100px auto;
    }
}
@media only screen and (min-width: 801px){
    .registerInfo .stepImg .carImg{
        width: 100%;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px){
    .registerInfo .personalInfo{
        padding: 25px 30px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1419px){
    .register {
        max-width: 1220px;
    }
     section.BLK_PIN li.ZP{
        width: 48% !important;
    }
    section.BLK_PIN li.CC{
        width: 48% !important;
        margin-right: 0;
        margin-left: 27px;
    }
    section.BLK_PIN li.CD{
        width: 35% !important;
        margin-right: 0;
    }
    section.BLK_PIN li.PH{
        width: 35% !important;
        margin-right: 0;
        margin-left: 17px;
    }
    section.BLK_PIN li.DB{
        width: 24% !important;
        margin-left: 25px;
    }
}
@media only screen and (min-width: 1420px) and (max-width: 1579px){
    .register {
        max-width: 1370px;
    }
    section.BLK_PIN li.ZP{
        width: 48% !important;
    }
    section.BLK_PIN li.CC{
        width: 48% !important;
        margin-right: 0;
        margin-left: 27px;
    }
    section.BLK_PIN li.CD{
        width: 32% !important;
        margin-right: 0;
    }
    section.BLK_PIN li.PH{
        width: 32% !important;
        margin-right: 0;
        margin-left: 17px;
    }
    section.BLK_PIN li.DB{
        width: 30% !important;
        margin-left: 25px;
    }
}
.regForm .BLK_MISC > ul{
    display: block;
}
.regForm .BLK_MISC > ul li{
    width: 100% !important;
}

@media only screen and (min-width: 1580px){
    section.BLK_PIN li.ZP{
        width: 48% !important;
    }
    section.BLK_PIN li.CC{
        width: 48% !important;
        margin-right: 0;
        margin-left: 27px;
    }
    section.BLK_PIN li.CD{
        width: 32% !important;
        margin-right: 0;
    }
    section.BLK_PIN li.PH{
        width: 32% !important;
        margin-right: 0;
        margin-left: 17px;
    }
    section.BLK_PIN li.DB{
        width: 30% !important;
        margin-left: 25px;
    }
}
.nice-select .list li{
    padding: 0;
    width: 100% !important;
    margin: 0;
}