.lwrap {
    width: 100%;
}
.lwrap .sistxt {
    font-size: 20px;
}
.lwrap .titletxt {
    text-align: center;
    color: var(--bs-light-text-emphasis);
    font-size: 18px;
    position: relative;
}
.lwrap .titletxt:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--bs-light-text-emphasis);
}
.lwrap .titletxt:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 2px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--bs-light-text-emphasis);
}
.lwrap .sitwrap {
    text-align: center;
    color: var(--bs-light-text-emphasis);
    background-color: var(--bs-secondary-bg-subtle);
}
.lwrap .shl {
    background-color: var(--shlclr);
    padding: 10px;
}
.lwrap .porl {
    background-color: var(--porlclr);
}
.lwrap .alogin {
    background-color: var(--aloginclr);
}
.lwrap .form-label {
    margin-bottom: 5px;
    color: var(--bs-light-text-emphasis);
}
.lwrap .form-label.required:after {
    content: "*";
    font-size: 16px;
    color: var(--bs-red);
    margin-left: 2px;
}
.lwrap .form-control {
    font-size: 14px;
}
.lwrap .btn-sign-in,
.lwrap .btn-sign-in:focus,
.lwrap .btn-sign-in:active {
    background-color: var(--brandcolor);
    color: var(--bs-white);
    border: none;
}
.lwrap .btn-sign-in:hover {
    filter: saturate(200%);
    -webkit-filter: saturate(200%);
    -moz-filter: saturate(200%);
    -ms-filter: saturate(200%);
    -o-filter: saturate(200%);
}
ol.login-wrap,
ol.login-wrap ol,
ol.login-wrap li,
ol.login-wrap li > div {
    position: relative;
}
ol.login-wrap,
ol.login-wrap ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.login-wrap ol {
    padding-top: 16px;
}
ol.login-wrap ol:before,
ol.login-wrap ol:after,
ol.login-wrap li:before,
ol.login-wrap li:after,
ol.login-wrap > li > div:before,
ol.login-wrap > li > div:after {
    background-color: var(--bs-border-color);
    content: '';
    position: absolute;
}
ol.login-wrap ol > li {
    padding: 16px 0 0 16px;
}
ol.login-wrap > li ol:before {
    height: 16px;
    left: 50%;
    top: 0;
    width: 2px;
}
ol.login-wrap > li ol:after {
    height: 2px;
    left: 2px;
    top: 16px;
    width: 50%;
}
ol.login-wrap > li ol > li:not(:last-of-type):before {
    height: 2px;
    left: 0;
    top: 32px;
    width: 16px;
}
ol.login-wrap > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 2px;
}
ol.login-wrap > li ol > li:last-of-type:before {
    height: 2px;
    left: 0;
    top: 32px;
    width: 16px;
}
ol.login-wrap > li ol > li:last-of-type:after {
    height: 32px;
    left: 0;
    top: 0;
    width: 2px;
}
ol.login-wrap li > div {
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
}
ol.login-wrap > li > div {
    margin-right: 16px;
}
ol.login-wrap > li > div:before {
    bottom: 22px;
    height: 2px;
    right: -16px;
    width: 16px;
}
ol.login-wrap > li > div:first-of-type:after {
    bottom: -1px;
    height: 24px;
    right: -16px;
    width: 2px;
}
ol.login-wrap > li > ol:before {
    left: inherit;
    right: 0;
}
ol.login-wrap > li > ol:after {
    left: 0;
    width: 100%;
}
ol.login-wrap > li > ol > li > div {
    border: 1px solid var(--bs-border-color);
    text-align: left;
}
@media (min-width: 992px) {
    ol.login-wrap > li {
        text-align: center;
    }
    ol.login-wrap > li > div {
        display: inline-block;
        float: none;
        margin: 0 16px 16px 16px;
        vertical-align: bottom;
    }
    ol.login-wrap > li > div:only-of-type {
        margin-bottom: 0;
    }
    ol.login-wrap > li > div:before,
    ol.login-wrap > li > div:after {
        bottom: -16px !important;
        top: inherit !important;
    }
    ol.login-wrap > li > div:before {
        height: 16px !important;
        left: 50% !important;
        width: 2px !important;
        display: none;
    }
    ol.login-wrap > li > div:only-of-type:after {
        display: none;
    }
    ol.login-wrap > li > ol {
        display: flex;
    }
    ol.login-wrap > li > ol:before {
        height: 16px !important;
        left: 49.5% !important;
        top: 0 !important;
        width: 2px !important;
    }
    ol.login-wrap > li > ol > li:before {
        height: 16px !important;
        left: 50% !important;
        top: 0 !important;
        width: 2px !important;
    }
    ol.login-wrap > li > ol:after {
        display: none;
    }
    ol.login-wrap > li > ol > li {
        flex-grow: 1;
        max-width: 33%;
    }
    ol.login-wrap > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.login-wrap > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 2px;
        top: 0;
        width: 50%;
    }
    ol.login-wrap > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }
    ol.login-wrap > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }
    ol.login-wrap > li > ol > li + li:not(:last-of-type):after {
        height: 2px;
        left: 0;
        top: 0;
        width: 100%;
    }
}
.offlwrap {
    width: 100%;
    display: flex;
}
.offlwrap .contwrap{
    width: 100%;
    position: relative;
    max-height: calc(100vh - 165px);
    display: flex;
    flex-direction: column;
}
.offlwrap .contwrap .cpendtxt {
    margin: 10px 10px 0px 10px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    font-size: 20px;
    background-color: var(--brandcolor);
    color: var(--bs-white);
}
.arwrap {
    margin: 0px 10px 0px 10px;
    display: flex;
    justify-content: center;
}
.offlwrap .contwrap .arwrap {
    margin: 0px 10px 10px 10px;
    display: flex;
    justify-content: center;
}
.offlwrap .contwrap .arwrap .anulnk, .arwrap .anulnk {
    text-decoration: none;
    color: var(--brandcolor);
    text-decoration: none;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.offlwrap .contwrap .arwrap .anulnk:before, .arwrap .anulnk:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--brandcolor);
    transform-origin: left;
    transform: scaleX(0);
    will-change: auto;
    transition: transform 480ms ease;
}
.offlwrap .contwrap .arwrap .anulnk:hover,
.offlwrap .contwrap .arwrap .anulnk:focus,
.offlwrap .contwrap .arwrap .anulnk:active,
.arwrap .anulnk:hover,
.arwrap .anulnk:focus,
.arwrap .anulnk:active {
    color: var(--brandcolor);
}
.offlwrap .contwrap .arwrap .anulnk:hover:before,
.offlwrap .contwrap .arwrap .anulnk:focus:before,
.offlwrap .contwrap .arwrap .anulnk:active:before,
.arwrap .anulnk:hover:before,
.arwrap .anulnk:focus:before,
.arwrap .anulnk:active:before {
        transform-origin: right;
        transform: scaleX(1);
    }
.offlwrap .contwrap .arwrap .arrowAnim,
.arwrap .arrowAnim {
    margin-top: 8px;
}
.offlwrap .contwrap .arwrap .animarrow,
.arwrap .animarrow {
    width: 5px;
    height: 5px;
    border: 5px solid;
    border-color: var(--brandcolor) transparent transparent var(--brandcolor);
}
.offlwrap .contwrap .arwrap .leftanim, .arwrap .leftanim {
    transform: rotate(-45deg);
    margin-right: 20px;
}
.offlwrap .contwrap .arwrap .rightanim, .arwrap .rightanim {
    transform: rotate(135deg);
}
.offlwrap .contwrap .arwrap .arrowSlidingL, .arwrap .arrowSlidingL {
    position: absolute;
    -webkit-animation: slideL 0.7s linear infinite;
    animation: slideL 0.7s linear infinite;
}
.offlwrap .contwrap .arwrap .arrowSlidingR, .arwrap .arrowSlidingR {
    position: absolute;
    -webkit-animation: slideR 0.7s linear infinite;
    animation: slideR 0.7s linear infinite;
}
.offlwrap .contwrap .arwrap .delay1, .arwrap .delay1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.offlwrap .contwrap .arwrap .delay2, .arwrap .delay2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.offlwrap .contwrap .arwrap .delay3, .arwrap .delay3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
@-webkit-keyframes slideL {
    0% {
        opacity: 0;
        transform: translateX(15px);
    }
    20% {
        opacity: 1;
        transform: translateX(5px);
    }
    80% {
        opacity: 1;
        transform: translateX(-5px);
    }
    100% {
        opacity: 0;
        transform: translateX(-15px);
    }
}

@keyframes slideL {
    0% {
        opacity: 0;
        transform: translateX(15px);
    }
    20% {
        opacity: 1;
        transform: translateX(5px);
    }
    80% {
        opacity: 1;
        transform: translateX(-5px);
    }
    100% {
        opacity: 0;
        transform: translateX(-15px);
    }
}

@-webkit-keyframes slideR {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }
    20% {
        opacity: 1;
        transform: translateX(-5px);
    }
    80% {
        opacity: 1;
        transform: translateX(5px);
    }
    100% {
        opacity: 0;
        transform: translateX(15px);
    }
}

@keyframes slideR {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }
    20% {
        opacity: 1;
        transform: translateX(-5px);
    }
    80% {
        opacity: 1;
        transform: translateX(5px);
    }
    100% {
        opacity: 0;
        transform: translateX(15px);
    }
}
.offlwrap .contwrap .combimg {
    position: relative;
    flex: 1;
    margin: 0px 5px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    background: linear-gradient(150deg, #ecedee, transparent 30%), linear-gradient(330deg, rgb(210, 206, 242), transparent 30%), linear-gradient(225deg, #fff0be, #fbdce7, #e2fae1, powderblue);
}
.offlwrap .contwrap .combimg img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 
@media (max-width: 991px) {
    .offlwrap .contwrap {
        max-height: 100%;
    }
    .offlwrap .contwrap .combimg {
        flex: none;
    }
    .offlwrap .contwrap .combimg img {
        position: relative;
    }
}
@media (max-width: 767px) {
}
@media (max-width: 576px) {
}
