
:root {
    --main-bg-color: transparent;
}
.card .button-container button:before, .container.active .card.alt .toggle:before {
    content: ''
}

body {
    background: #e9e9e9;
    color: #333;
    font-family: Muli,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.vrsnwrap.leftfull {
    color: #aaa
}

.satLogin .vrsnwrap.leftfull {
    padding: 20px !important
}

.vrsnwrap.leftfull > * {
    text-align: left !important;
    display: inline-block;
    vertical-align: middle;
    width: auto !important
}

.tuislider {
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    max-width: 500px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    overflow: hidden
}

    .tuislider .owl-carousel .item img {
        border-radius: 5px
    }

    .tuislider.noSlider .owl-carousel .item img {
        max-height: 200px
    }

    .tuislider.noSlider .owl-carousel {
        display: flex;
        justify-content: center
    }

        .tuislider.noSlider .owl-carousel .item {
            margin-right: 10px
        }

            .tuislider.noSlider .owl-carousel .item:last-child {
                margin-right: 0
            }

    .tuislider .owl-carousel .owl-nav .owl-next:before, .tuislider .owl-carousel .owl-nav .owl-prev:before {
        font-size: 20px;
        padding: 3px 8px
    }

    .tuislider .owl-carousel:hover .owl-nav .owl-next::before, .tuislider .owl-carousel:hover .owl-nav .owl-prev::before {
        opacity: .8
    }

.dropdown-menu, body {
    font-size: 14px !important
}

input:-moz-autofill, input:-ms-autofill, input:-o-autofill, input:-webkit-autofill, input:autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    box-shadow: 0 0 0 30px #fff inset;
    border-bottom: 1px solid #212121
}

.login-wrap {
    height: inherit;
    position: relative
}

.pen-title {
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 4px solid #3582ff;
    width: 100%;
    height: 80px;
    position: relative;
    background: #fff
}

    .pen-title h1 {
        margin: 0 0 20px;
        font-size: 48px;
        font-weight: 300
    }

    .pen-title span {
        font-size: 12px
    }

        .pen-title span .fa {
            color: #ed2553
        }

        .pen-title span a {
            color: #ed2553;
            font-weight: 600;
            text-decoration: none
        }

    .pen-title img {
        max-height: 80%;
        width: auto;
        background: #fff;
        max-width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.hideShowPassword-wrapper {
    width: 100% !important
}

.mandatory {
    border-right: 3px solid red !important
}

.error {
    border-color: red !important
}

#codepen, #portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #363636;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #fff;
    text-align: center
}

.card, .container.active .card.alt {
    border-radius: 5px;
    padding: 0 0 20px
}

#codepen i, #portfolio i {
    line-height: 56px
}

#codepen:hover, #portfolio:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
}

#portfolio {
    bottom: 96px;
    right: 36px;
    background: #ed2553;
    width: 44px;
    height: 44px;
    -webkit-animation: buttonFadeInUp 1s ease;
    animation: buttonFadeInUp 1s ease
}

    #portfolio i {
        line-height: 44px
    }

.login-container {
    position: relative;
    max-width: 460px;
    width: 100%;
    margin: 0 auto 100px;
    padding-top: 50px
}

.toggle-off.btn-sm, .toggle-on.btn-sm {
    line-height: 24px !important
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px;
    text-align: center
}

.btn-group-sm > .btn {
    line-height: 26px !important
}

.btn-group-sm > .btn {
    padding: 0 !important
}

.BoxDiv label {
    padding: 3px 0 !important
}

.BoxDivTitleToggle {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 16px
}

.container.active .card.alt .button-container, .container.active .card.alt .input-container, .container.active .card.alt .title {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.container.active .card.alt .title {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.container.active .card.alt .input-container {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

    .container.active .card.alt .input-container:nth-child(2) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .container.active .card.alt .input-container:nth-child(3) {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }

.tblCurrtbody td .toggle.btn.btn-default.off.btn-xs, .tblCurrtbody td .toggle.btn.btn-xs.btn-primary {
    width: 40px !important;
    height: 25px !important
}

.tblCurrtbody td .toggle.btn label {
    line-height: 19px !important
}

.tblCurrtbody td {
    padding: 0 !important
}

    .tblCurrtbody td input.form-control {
        padding: 3px 8px;
        height: 25px;
        border: none;
        border-radius: 0
    }

        .tblCurrtbody td input.form-control.mandatory {
            padding: 3px 5px 3px 8px
        }

.form-control {
    padding: 3px 8px;
    height: 34px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #ddd
}

.container.active .card.alt .button-container {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

.form-control::-moz-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

.form-control:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

.form-control:-moz-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px
}

.DisBlock {
    display: block
}

.mar_tp20 {
    margin-top: 20px
}

.mar_bt20 {
    margin-bottom: 20px
}

.mar_bt10 {
    margin-bottom: 10px !important
}

.mar_bt0 {
    margin-bottom: 0 !important
}

.pad_tp20 {
    padding-top: 20px
}

.pad_bt20 {
    padding-bottom: 20px
}

.fa-16 {
    font-size: 16px
}

.fa-18 {
    font-size: 18px
}

.fa-20 {
    font-size: 20px
}

.fa-22 {
    font-size: 22px
}

.fa-red {
    color: red
}

.fa-green {
    color: green
}

td.AddDelTd > span {
    margin: 0 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    padding: 0 1px !important
}

td.AddDelTd i {
    line-height: 26px;
    cursor: pointer
}

td.AddDelTd {
    text-align: center;
    white-space: nowrap !important
}

.card {
    position: relative;
    background: rgba(255,255,255,.2);
    box-sizing: border-box;
    -webkit-transition: .3s ease;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    transition: .3s ease;
    border-bottom: 4px solid #3582ff;
    padding-top: 25px
}

    .card > div {
        padding-bottom: 15px
    }

    .card .title {
        position: relative;
        z-index: 1;
        border-left: 5px solid #0089d0;
        margin: 0 0 35px;
        padding: 15px;
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        background: #0089d0;
        text-align: center
    }

    .card .input-container {
        position: relative;
        margin: 0 60px 40px 60px
    }

.captcha_login {
    text-align: center;
    margin: 0 60px 22px 60px
}

.card .input-container input {
    outline: 0;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 60px;
    border: 0;
    color: #212121;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #bdb9b9;
    background: rgba(255,255,255,.8);
    padding-left: 20px
}

    .card .input-container input:focus ~ label, .card .input-container input:valid ~ label {
        color: #9d9d9d;
        -webkit-transform: translate(-12%,-50%) scale(.75);
        line-height: 20px;
        height: 20px;
        transform: translate(-12%,-50%) scale(.75);
        top: 9px
    }

    .card .input-container input:focus ~ .bar:after, .card .input-container input:focus ~ .bar:before {
        width: 50%
    }

.card .input-container label {
    position: absolute;
    top: 0;
    left: 20px;
    color: #757575;
    font-size: 19px;
    font-weight: 300;
    line-height: 60px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    z-index: 9999;
    background-color: transparent;
    height: 44px
}

.card .input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #757575;
    width: 100%;
    height: 1px
}

    .card .input-container .bar:after, .card .input-container .bar:before {
        content: '';
        position: absolute;
        background: #0089d0;
        width: 0;
        height: 2px;
        -webkit-transition: .2s ease;
        transition: .2s ease
    }

    .card .input-container .bar:before {
        left: 50%
    }

    .card .input-container .bar:after {
        right: 50%
    }

.card .button-container {
    margin: 0 60px;
    text-align: center
}

    .card .button-container button {
        outline: 0;
        cursor: pointer;
        position: relative;
        display: inline-block;
        background: 0;
        width: 184px;
        border: 2px solid #3582ff;
        padding: 10px 0;
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        overflow: hidden;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

.modal-dialog {
    z-index: 99
}

.card .button-container button span {
    position: relative;
    z-index: 1;
    color: #ddd;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.card .button-container button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: var(--main-bg-color);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.footer a:hover {
    color: #bababa;
    text-decoration: none;
    opacity: .7
}

.modal-body {
    padding: 0
}

a, a:focus, a:hover {
    text-decoration: none !important;
    outline: 0 !important
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

.hideShowPassword-toggle {
    background-color: transparent;
    background-image: url(../images/wink.png);
    background-image: url(../images/wink.svg),none;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 200%;
    border: 2px solid transparent;
    border-radius: .25em;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none
}

.hideShowPassword-toggle-hide {
    background-position: -44px center
}

.hideShowPassword-toggle:focus, .hideShowPassword-toggle:hover {
    outline: transparent
}

button.hideShowPassword-toggle.hideShowPassword-toggle-hide, button.hideShowPassword-toggle.hideShowPassword-toggle-show {
    Z-INDEX: 99
}

.mic-btn {
    position: relative;
    width: 50px;
    height: 50px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 10px auto 0 auto;
    cursor: pointer
}

    .mic-btn:after {
        content: "\f130";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .mic-btn.mic-animate:after {
        content: "\f130";
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .mic-btn.mic-slash:after {
        content: "\f131"
    }

    .mic-btn img {
        width: 100%;
        height: 100%
    }

.mic-show .mic-float {
    z-index: 1100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ddd;
    padding: 2rem
}

.mic-result {
    position: fixed;
    top: -100%;
    left: 60px;
    right: 15px;
    padding: 15px;
    background: #fff;
    z-index: 1500;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    line-height: 20px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.18),0 0 0 1px rgba(0,0,0,.09);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.18),0 0 0 1px rgba(0,0,0,.09);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.18),0 0 0 1px rgba(0,0,0,.09);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.mic-btn img {
    z-index: 1;
    position: relative
}

.mic-animate:before {
    z-index: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.mic-text-wrap {
    display: block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    line-height: 50px;
    margin: 25px 0 10px 0;
    background: #fff;
    height: 50px;
    padding: 0 25px;
    -webkit-box-shadow: rgba(0,0,0,.18) 0 2px 2px 0,rgba(0,0,0,.09) 0 0 0 1px;
    -moz-box-shadow: rgba(0,0,0,.18) 0 2px 2px 0,rgba(0,0,0,.09) 0 0 0 1px;
    -ms-box-shadow: rgba(0,0,0,.18) 0 2px 2px 0,rgba(0,0,0,.09) 0 0 0 1px;
    -o-box-shadow: rgba(0,0,0,.18) 0 2px 2px 0,rgba(0,0,0,.09) 0 0 0 1px;
    box-shadow: rgba(0,0,0,.18) 0 2px 2px 0,rgba(0,0,0,.09) 0 0 0 1px
}

.mic-btn.mic-animate:before {
    box-shadow: 0 0 0 0 rgba(232,76,61,.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transform-origin: 50px 5px !important;
    transition: transform 1s ease-in 0s !important;
    animation-duration: 1s !important;
    animation-name: paragato;
    animation-iteration-count: infinite !important;
    animation-direction: alternate !important;
    -webkit-animation-duration: 1s !important;
    -webkit-animation-name: smoothanim !important;
    -webkit-animation-iteration-count: infinite !important;
    -webkit-animation-direction: alternate !important;
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

@-webkit-keyframes smoothanim {
    from {
        width: 30px;
        height: 30px
    }

    to {
        width: 50px;
        height: 50px
    }
}

@-moz-keyframes smoothanim {
    from {
        width: 30px;
        height: 30px
    }

    to {
        width: 50px;
        height: 50px
    }
}

@-ms-keyframes smoothanim {
    from {
        width: 30px;
        height: 30px
    }

    to {
        width: 50px;
        height: 50px
    }
}

@keyframes smoothanim {
    from {
        width: 30px;
        height: 30px
    }

    to {
        width: 50px;
        height: 50px
    }
}

.reqAcc .igacountryWrap {
    padding-left: 12px;
    position: relative
}

    .reqAcc .igacountryWrap input {
        position: absolute;
        left: 0;
        top: 4px
    }

.login-right .rqanew {
    display: none
}

.table {
    min-width: 900px
}

.mob_tablescroll {
    overflow: auto
}

.login-fluid {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%
}

.satLogin.login-fluid {
    background-image: url(../images/loginSatBg.jpg) !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover !important;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%
}

.satLogin .Lbackground, .satLogin .ReqAcc.MobVer, .satLogin .login-left .ReqAcc, .satLogin .tuislider {
    display: none !important
}

.satLogin .login-right .rqanew {
    display: block !important
}

.BoxDiv-title:before, .login-fluid:before {
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(3,3,3,0) 1%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(3,3,3,0) 1%,rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg,rgba(0,0,0,0) 0,rgba(3,3,3,0) 1%,rgba(255,255,255,1) 100%)
}

.login-wrapper {
    max-height: 700px;
    z-index: 1;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 75%;
    height: 80%;
    margin: 0 auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.login-row {
    height: 100%;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 100px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 100px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 100px rgba(0,0,0,.1);
    box-shadow: 0 0 100px rgba(0,0,0,.1);
    -obox-shadow: 0 0 100px rgba(0,0,0,.1)
}

.satLogin .login-row {
    height: 100%;
    position: relative;
    background: rgba(255,255,255,.85);
    -webkit-box-shadow: 0 0 100px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 100px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 100px rgba(0,0,0,.1);
    box-shadow: 0 0 100px rgba(0,0,0,.1);
    -obox-shadow: 0 0 100px rgba(0,0,0,.1)
}

    .satLogin .login-row:before {
        content: "";
        position: absolute;
        top: 12px;
        left: 12px;
        bottom: 12px;
        right: 12px;
        border: 1px solid #000
    }

.login-left {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 2
}

.Lbackground {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

    .Lbackground img {
        position: absolute;
        left: 50%;
        top: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.login-right {
    width: 100%;
    padding-left: 50%;
    position: relative;
    height: 100%;
    z-index: 1;
}

.satLogin .login-right {
    width: 100%;
    padding-left: 50%;
    padding-bottom: 14px;
    padding-top: 55px;
    position: relative;
    height: 100%;
    z-index: 1
}

.login-right-inner {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto
}

.form-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-height: 100%;
    padding: 20px
}

    .form-wrap label {
        margin-bottom: 4px
    }

.input-wrap {
    margin-bottom: 10px
}

.input-group-addon.igaBefore {
    border-radius: 4px 0 0 4px !important
}

    .input-group-addon.igaBefore + input {
        border-radius: 0 4px 4px 0 !important
    }

.Mainlogo {
    width: 250px;
    height: 100px;
    position: absolute;
    top: 20px;
    left: 0;
    max-width: 100%
}

    .Mainlogo img {
        max-width: 100%;
        max-height: 100%;
        padding: 10px 0 10px 20px
    }

.satLogin .Mainlogo img {
    max-width: 100%;
    max-height: 100%;
    padding: 10px 0 10px 30px
}

.ReqAcc {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 16%
}

.satLogin .btn-wrap .rqanew .themeBtn {
    width: auto;
    display: inline-block;
    font-size: 14px
}

.ReqAcc label {
    display: block;
    margin-bottom: 10px
}

.company-tag {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    font-weight: 700;
    font-size: 75%
}

.ReqAcc1 {
    position: absolute;
    top: 150px;
    text-align: left;
    padding: 0 50px;
    left: 20px;
    right: 20px
}

    .ReqAcc1 p {
        margin-bottom: 10px;
        line-height: 1.4;
        text-align: justify;
        opacity: .7
    }

    .ReqAcc1 h4 {
        font-weight: 700;
        font-size: 130%;
        margin-bottom: 10px
    }

    .ReqAcc1 p:last-child {
        margin-bottom: 0
    }

.powered {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0
}

.Mainlogo.MobVer .powered {
    position: absolute;
    bottom: -4px;
    right: 0
}

.themeBtn {
    min-width: 140px;
    line-height: 34px;
    height: 45px!important;
    white-space: nowrap;
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
    cursor: pointer
}
    .themeBtn.greybtn {
        background: #afafaf !important;
       
    }
 

    .themeBtn.inverseBtn {
        background: #fff !important;
        border: 1px solid #ddd !important
    }

    .themeBtn i {
        padding-left: 7px
    }

.btn-wrap {
    text-align: center;
    padding-top: 5px
}

    .btn-wrap .themeBtn {
        width: 100%
    }

    .btn-wrap a {
        display: block;
        color: #aaa;
        font-size: 11px;
        font-weight: 400;
  /*      padding-top: 15px*/
    }

.satLogin .btn-wrap a {
    display: block;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    padding-top: 15px
}

.lrreqHeader {
    padding: 15px 40px 15px 15px;
    position: relative
}

    .lrreqHeader h1 {
        font-size: 20px
    }

.lrreqClose {
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 20px;
    margin-top: -20px;
    padding: 10px;
    cursor: pointer
}

.BoxDiv-body {
    padding: 15px
}

.clear {
    clear: both;
    min-height: 1px;
    width: 100%
}

.BoxDiv-body .form-control, .login-right .form-control {
    box-shadow: none !important;
    border: 1px solid #ddd;
    border-radius: 5px !important
}

.BoxDiv-body .tblCurrtbody td input.form-control {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    white-space: nowrap;
    text-overflow: ellipsis
}

.lrreqBody {
    height: 100%
}

    .lrreqBody .mCS_no_scrollbar_y .contentdata {
        padding-right: 20px
    }

.lrreqBody {
    padding: 20px 0 20px 20px;
    overflow-x: hidden;
    overflow-y: auto
}

.lrreqHeader {
    border-bottom: 1px solid #ddd;
    margin-top: -51px
}

.lrreqFooter {
    border-top: 1px solid #ddd;
    text-align: right;
    padding: 8px 15px
}

.lrreq {
    padding-top: 51px;
    padding-bottom: 51px
}

.BoxDiv-title {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    font-size: 14px;
    padding: 6px 40px 6px 15px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #333;
    color: #fff
}

.mCSB_inside > .mCSB_container {
    margin-right: 20px
}

.mCSB_scrollTools {
    width: 20px
}

legend {
    border-radius: 5px 5px 0 0;
    padding: 5px 10px !important;
    background: #f2f2f2 !important;
    border: 1px solid #ddd
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #aaa !important
}

.BoxDiv-body .AddressInputs input {
    border-radius: 0 !important;
    border-bottom: none !important
}

    .BoxDiv-body .AddressInputs input:first-of-type {
        border-radius: 5px 5px 0 0 !important
    }

    .BoxDiv-body .AddressInputs input:last-of-type {
        border-radius: 0 0 5px 5px !important;
        border-bottom: 1px solid #ddd !important
    }

.fieldsetInner {
    padding: 7px 0 10px 0;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #f2f2f2 !important
}

.BoxDiv-body [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 32px;
    overflow: hidden
}

    .lds-ellipsis div {
        position: absolute;
        top: 10px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0,1,1,0)
    }

.igaflagWrap .input-group .input-group-prepend:first-of-type .input-group-text {
    padding-right: 0 !important;
    padding-left: 8px !important;
    min-width: 24px
}

.igaflagWrap .input-group .input-group-prepend:nth-of-type(2) .input-group-text {
    padding-left: 5px !important;
    padding-right: 8px !important;
    min-width: 42px
}

.igaflagWrap .input-group .input-group-text {
    border: none !important
}

.igaflagWrap .input-group .form-control {
    border-radius: 0 5px 5px 0 !important
}

.input-group-text {
    height: 34px
}

.igaflag {
    margin-right: 0
}

.Desk481 {
    display: none
}

.languageWrap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.satLogin .languageWrap {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 2
}

.tt-dropdown-menu {
    max-height: 150px;
    overflow: auto;
    width: 100%
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 32px;
    overflow: hidden
}

    .lds-ellipsis div {
        position: absolute;
        top: 10px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0,1,1,0)
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 .6s infinite
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 .6s infinite
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 .6s infinite
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 .6s infinite
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(19px,0)
    }
}

.pantanmain .pantanlabel {
    display: none
}

#reqAcc.login-right-inner.reqAcc .pantanmain .pantanlabel {
    display: block;
}
#reqAcc.login-right-inner.reqAcc .input-wrap.igacountryWrap {
    padding-bottom: 7px;
}

.pantanmain .input-wrap {
    margin-bottom: 0px;
    display: table;
    width: 100%
}
.input-field-line label.uploadbtn {
    pointer-events: auto;
}

.pantanmain .pantanwrap .input-wrap {
    position: relative
}
.form-control#txtPan:focus, .form-control#txtTan:focus, .form-control#txtGst:focus, .form-control#txtIata:focus {
    border-color: #ffffff !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 255 255 / 60%) !important;
    box-shadow: inset 0 1px 1px rgb(255 255 255 / 8%), 0 0 8px rgb(255 255 255 / 60%) !important;
}
.pantanwrap .input-wrap .uploadbtn {
    width: 34px;
    line-height: 32px;
    height: 100%;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    right: 0px;
    top: 8px;
    bottom: 1px;
    cursor: pointer;
    margin: 0;
    font-size:15px;
}

.pantanwrap .uploadbtn .fa-check {
    color: #379d37
}

.pantanwrap .uploadbtn input[type=file] {
    display: none
}

.pantanwrap .floatinfo {
    position: absolute;
    display: none;
    margin-top: 5px;
    z-index: 2;
    font-size: 10px;
    line-height: 1.5;
    top: 100%;
    right: 0;
    width: 100%;
    background: rgba(0,0,0,.95);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px
}

    .pantanwrap .floatinfo:before {
        position: absolute;
        content: "";
        bottom: 14px;
        right: 13px;
        z-index: 2;
        top: -8px;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-bottom-color: rgba(0,0,0,.95)
    }

    .pantanwrap .floatinfo.showinfo {
        display: block
    }

.pantanwrap .row {
    margin-left: -2.5px;
    margin-right: -2.5px
}

.pantanwrap [class*=col-] {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.login-right-inner .igacountryWrap {
    padding-top: 5px;
    font-size: 80%
}

    .login-right-inner .igacountryWrap > * {
        display: table-cell;
        vertical-align: middle
    }

    .login-right-inner .igacountryWrap > span {
        padding-left: 12px
    }

.input-group-addon {
    border-color: #ddd !important
}

.satLogin .rqanew {
    position: relative;
    margin-top: 30px;
    text-align: center;
    width: 100%
}

    .satLogin .rqanew a {
        padding-top: 0 !important
    }

    .satLogin .rqanew label {
        display: block;
        margin-bottom: 10px
    }

.satLogin .herotxt {
    position: absolute;
    bottom: 15%;
    font-size: 40px;
    font-family: Raleway;
    font-weight: 300;
    color: #000;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1.1
}

    .satLogin .herotxt b {
        color: #0f75bc;
        font-size: 100px;
        display: block
    }

@media(min-width:1600px) {
    .login-wrapper {
        width: 66%
    }

    .Desk481 {
        display: block
    }

    .MobVer {
        display: none
    }

    .satLogin .herotxt {
        font-size: 50px
    }

        .satLogin .herotxt b {
            font-size: 120px
        }
}

@media(max-width:1280px) {
    .satLogin .kstm1280 {
        display: none
    }

    .login-wrapper {
        width: 80%
    }

    .form-wrap {
        width: 70%
    }

    .Desk481 {
        display: block
    }

    .MobVer {
        display: none
    }

    .satLogin .herotxt {
        font-size: 30px
    }

        .satLogin .herotxt b {
            font-size: 80px
        }

    .satLogin .login-wrapper {
        max-height: none;
        width: auto !important;
        height: auto !important;
        top: 15px !important;
        left: 15px !important;
        bottom: 15px !important;
        right: 15px !important;
        transform: translate(0) !important;
        overflow: auto
    }

    .satLogin .herotxt {
        bottom: 25%
    }

    .vrsnwrap.leftfull {
        text-align: center !important
    }
}

@media(max-width:1023px) {
    .vrsnwrap.leftfull > span {
        display: block !important;
        width: 100% !important
    }

    .vrsnwrap.leftfull .hidekstm {
        display: none
    }
}

@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .Desk481 {
        display: block
    }

    .MobVer {
        display: none
    }
}

@media(max-width:767px) {
    .satLogin .herotxt {
        font-size: 22px
    }
    .login-wrapper {
        max-height: 600px;
    }
        .satLogin .herotxt b {
            font-size: 50px
        }

    .tuislider {
        display: none
    }

    .Mainlogo {
        overflow: visible !important
    }

        .Mainlogo.Desk481 .powered {
            position: absolute;
            bottom: -20px;
            right: 0;
            padding-right: 0
        }

        .Mainlogo.MobVer .powered {
            position: absolute;
            bottom: -4px;
            right: 0
        }

    .lrreqBody {
        padding: 10px 0 10px 10px
    }

        .lrreqBody .mCS_no_scrollbar_y .contentdata {
            padding-right: 10px
        }

    .BoxDiv-body {
        padding: 10px
    }
    #QrCodeModel {
        padding: 30px 15px !important;
    }
    .login-wrapper {
        width: 90%;
        overflow: hidden
    }

    .satLogin .login-wrapper {
        width: 90%;
        overflow: auto
    }

    .lrreqHeader h1 {
        font-size: 16px !important
    }

    .BoxDiv-title, body {
        font-size: 12px !important
    }

    .input-wrap {
        margin-bottom: 8px
    }

    .Desk481 {
        display: block
    }

    .MobVer {
        display: none
    }

    .satLogin .Mainlogo {
        width: 70%;
        left: 20px;
        height: 18%;
        text-align: center;
        padding: 10px;
        overflow: hidden;
        top: 20px
    }

    .Mainlogo {
        width: 80%;
        left: 10%;
        height: 18%;
        text-align: center;
        padding: 10px;
        overflow: hidden;
        top: 10px
    }

        .Mainlogo img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            max-height: 100%;
            padding: 0
        }

    .form-wrap {
        transform: translate(0,0);
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        padding: 30px;
        overflow: auto;
        margin: 0 auto;
        height: auto
    }

    .login-right-inner {
        overflow: auto
    }

    .flag_bdr_wrap .dropdown-menu.show {
        display: block;
        transform: none !important;
        left: auto !important;
        right: 0 !important;
        top: 34px !important;
        max-height: 250px;
        overflow-y: auto
    }
}

@media only screen and (max-width:480px) {
    .login-right {
        height: 100%;
        padding: 15px 15px 60px;
        z-index: 2;
        position: relative;
        top: 0;
        bottom: 0;
        height: auto
    }

    .satLogin .herotxt {
        display: none
    }

    .satLogin .login-right {
        height: 100%;
        padding: 40px 15px 80px;
        z-index: 2;
        position: relative;
        top: 0;
        bottom: 0;
        height: auto
    }

    .login-left {
        width: 100%;
        z-index: 1
    }

    .ReqAcc {
        height: auto;
        bottom: 8%;
        padding-bottom: 0
    }

    .login-row {
        min-height: 0;
        height: auto
    }

    .Mainlogo {
        height: 80px
    }

        .Mainlogo.MobVer img {
            max-width: 70%;
            max-height: 70%
        }

    .form-wrap {
        position: relative
    }

    .MobVer {
        display: block;
        position: relative;
        left: auto;
        right: auto;
        width: 100%
    }

    .Desk481 {
        display: none
    }

    .login-right-inner {
        height: auto
    }

    .ReqAcc {
        bottom: auto
    }

    .login-wrapper {
        max-height: none;
        height: 90%
    }

    .login-right {
        height: 100%;
        overflow: auto
    }

    .login-wrapper {
        max-height: none;
        height: 90%;
        overflow: auto
    }

    .form-wrap {
        padding: 20px
    }

    .flag_bdr_wrap .dropdown-menu.show {
        max-height: none
    }

    .vrsnwrap.leftfull > * {
        display: block;
        width: 100% !important;
        text-align: center !important
    }

    .vrsnwrap {
        color: #fff
    }
}

:root {
    --loginColor: transparent;
}

.BoxDiv-title, .btn-primary, .login-fluid, .mic-animate:before, .themeBtn, span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion:focus, span.twitter-typeahead .tt-suggestion:hover {
    background: var(--loginColor) !important
}

.btn-primary {
    border-color: var(--loginColor) !important
}

.lrreqClose, .themeBtn.inverseBtn {
    color: var(--loginColor) !important
}
.dvloginskipbutton .btnskip,
#QrCodeModel .btnskip2 {
    padding-top: 0;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
    position: relative;
    color: var(--loginColor) !important;
    font-weight: 600;
}
.input-wrap.dvloginskipbutton{
    margin-bottom:0;
}
#btnlogin2 {
    width: 100%;
    outline: 0;
    height: 40px;
    margin-bottom: 20px;
}
#QrCodeModel .heading-content h3 span {
    font-size: 15px;
    font-weight: 500;
}

#QrCodeModel .qrbtn {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 30px;
}

#QrCodeModel .qrbtn a {
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    font-weight: 600;
    display: block;
    background: var(--loginColor) !important;
    min-width: 160px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
}

#QrCodeModel .app-download-sec {
    padding: 0 30px;
    clear: both;
    display: inline-block;
    width: 100%;
}
    .app-download-sec .orsec,
    #QrCodeModel .app-download-sec .orsec {
        display: block;
        margin-bottom: 30px;
        font-weight: 600;
        position: relative;
        clear: both;
    }
        .app-download-sec .orsec::before,
        #QrCodeModel .app-download-sec .orsec::before {
            content: '';
            left: 0;
            width: 100%;
            height: 1px;
            background: #aaa;
            z-index: 0;
            left: 0 !important;
            position: absolute;
            top: 7px;
        }
        .app-download-sec .orsec::after,
        #QrCodeModel .app-download-sec .orsec::after {
            width: 30px;
            height: 30px;
            background: rgb(255, 255, 255);
            position: absolute;
            top: -8px;
            transform: translateX(-50%);
            z-index: 1;
            content: "or";
            text-align: center;
            border-radius: 6px;
            line-height: 29px;
            left: 50% !important;
        }
.logindomainform .app-download-sec {
    padding-top:30px;
}
#QrCodeModel {
    position: absolute;
    top: 50%;
    background: rgba(0,0,0,.7);
    bottom: 0;
    height: 100%;
    width: 100%;
    left: auto;
    right: 0px;
    z-index: 2;
    transform: translateY(-50%);
    padding: 50px 40px;
    overflow:auto;
}
    .dvlogincodecheck .clearTxtWrap input.form-control,
    #QrCodeModel .clearTxtWrap input.form-control {
        display: inline-block;
        width: 40px !important;
        padding: 0 !important;
        margin-right: 2px;
        height: 40px !important;
        border-radius: 2px !important;
        border: 1px solid #ddd;
        text-align: center;
        outline: 0;
        background: #fff;
        margin-bottom: 30px;
    }
        .dvlogincodecheck{
            text-align:center;
        }
.dvlogincodecheck .app-download-sec {
    text-align: center;
    display: block;
    width: 100%;
}
    .dvlogincodecheck .app-download-sec .orsec {
        padding-bottom: 30px;
        margin-bottom: 0;
    }
        .dvlogincodecheck .clearTxtWrap input.form-control:focus,
        #QrCodeModel .clearTxtWrap input.form-control:focus {
            outline: 0 !important;
            box-shadow: none !important;
        }
            .dvlogincodecheck .clearTxtWrap input.form-control.mandatory,
            #QrCodeModel .clearTxtWrap input.form-control.mandatory {
                border-right: 0px solid #6c6c6c !important;
                border: 1px solid #6c6c6c !important;
            }
.loginformsectionsig{
    min-width:320px;
}
.codecheckcontent h4{
    font-weight:600;
    font-size:17px;
    color:#232323;
    margin-bottom:15px;
}
.codecheckcontent p {
    font-weight: normal;
    font-size: 12px;
    color: #232323;
    margin-bottom: 30px;
    line-height: 21px;
    text-transform: capitalize;
}
#QrCodeModel .body-content {
    position: relative;
    width: 100%;
    padding: 40px 25px;
    border-radius: 15px;
    background: #fff;
    max-width: 700px;
    margin: 0 auto;
}
#QrCodeModel .body-content-wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
}
.qr-right-side-sec .heading-content{
    margin-bottom:30px;
}
.backtohome {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    color: var(--loginColor) !important;
}
#QrCodeModel .body-content button.close {
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    color: #000;
    display: none;
    opacity: 0.7;
}
        #QrCodeModel .body-content button.close svg{
            height:21px;
            width:21px;

        }
.googleplaystore img, .appstore img {
    max-height: 40px;
}
#QrCodeModel .clearTxtWrap input.form-control,
#QrCodeModel .btnskip2 {
    margin-bottom: 10px;
}
#QrCodeModel .heading-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.qr-right-side-sec {
    width: 50%;
    display: inline-block;
    padding-left: 15px;
}
.qr-codeimage {
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    display: inline-block;
    float: left;
}
.qr-codeimage img{
    height: 100%;
}
#QrCodeModel .loginloading {
    width: 100%;
    outline: 0;
}
#QrCodeModel .clearTxt{
    display:none;
}
@media(max-width:991px) {
    .login-right{
        z-index:1;
    }
    #QrCodeModel, .qr-right-side-sec {
        width: 100%;
    }
    .qr-codeimage{
        width:100%;
    }
    #QrCodeModel .body-content{
        max-width:400px;
    }

}
@media(max-width:799px) {
    .loginformsectionsig {
        min-width: inherit;
        width: 100%;
    }
}
@media(max-width:767px) {
    .dvlogincodecheck .clearTxtWrap input.form-control, #QrCodeModel .clearTxtWrap input.form-control{
        width:32px !important;
        height:32px !important;
    }
    .dvlogincodecheck .clearTxtWrap,
    #QrCodeModel .clearTxtWrap {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}
@media(max-width:610px) {
    .loginformsectionsig{
        padding:30px 15px;
    }
}
    @media(max-width:480px) {
        #QrCodeModel .body-content {
            padding: 40px 15px;
            padding-top: 20px;
        }
        .dvlogincodecheck .clearTxtWrap input.form-control, #QrCodeModel .clearTxtWrap input.form-control {
            width: 40px !important;
            height: 40px !important;
        }
        #QrCodeModel .heading-content h3,
        #QrCodeModel .heading-content h3 span {
            font-size: 13px !important;
        }
    }
.input-wrap.igacountryWrap {
    padding-top: 15px;
}
.reqAcc .igacountryWrap input {
    top: 16px !important;
    width: 15px;
    height: 15px;
    border-bottom: 0;
    margin-top:0;
}
#reqAcc #Request {
    background: var(--main-bg-color) !important;
    font-weight:600;
    font-size:16px;
}



.login-right-inner.reqAcc#reqAcc {
   width: 450px;
}
.form-wrap.form-wrap1.pantanmain .input-wrap.igacountryWrap {
    text-align: left;
}

@media screen and (min-width:992px) and (max-width:1500px) {
    .login-right-inner.reqAcc#reqAcc {
        padding: 30px;
    }

        .login-right-inner.reqAcc#reqAcc .input-field-line.mb-5 {
            margin-bottom: 2.5rem !important;
        }
}



