﻿


#pwd_strength_wrap {
    border: 1px solid #D5CEC8;
    display: none;
    /*   float: left;*/
    padding: 10px;
    position: relative;
    width: 100%;
    font-size: 14px;
}

.eyehide {
    display: none
}

#btnAjax_reg:disabled {
    opacity: 0.4;
}

.showHidePass {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 22px;
    z-index: 10
}

#pswd_info ul {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
}

    #pswd_info ul li {
        color: red;
    }

        #pswd_info ul li.valid {
            background-position: left -42px;
            color: green;
        }



/*====== corporate sign up starts======*/
a:hover {
    text-decoration: none !important;
}

.row {
    margin: 0 -15px;
}

.corporate-timeline .left-panel {
    display: block;
    width: 100%;
}

.corporate-timeline .filter {
    margin-top: 30px;
}
/*.corporate-timeline .left-panel ul.filter-content > li{
    border-bottom: 1px solid #ededed;
}*/

.left-panel ul.filter-content > li {
    padding: 10px 12px 10px 15px !important;
}

.corp-sign-up * {
    box-sizing: border-box !important;
}

.section-title {
    margin: 0;
    padding: 25px 0 20px 0;
    font-size: 24px;
    font-weight: 500;
    color: #242c42;
}

.divider-line {
    width: 100px;
    border-bottom: solid 2px #44a512;
    margin-bottom: 20px;
    display: inline-block;
}

.ms-pulse-text {
    padding-bottom: 20px;
    font-size: 15px;
    /*line-height: 2.13;*/
    color: #242c42;
}

.corp-sign-input-type {
    margin-bottom: 20px;
}

    .corp-sign-input-type input {
        width: 100%;
        min-width: initial;
        height: 46px;
        border-radius: 4px;
        font-size: 16px;
        background-color: #ffffff;
        border: solid 1px #cacaca;
        padding-right: 50px;
    }

    .corp-sign-input-type select {
        width: 100%;
        min-width: initial;
        height: 60px;
        border-radius: 0px;
        background-color: #ffffff;
        border: solid 1px #cacaca;
        color: #000;
        font-size: 16px;
    }

/*.corp-sign-input-type.arrowSelect::after { 
    content: "";
    background-image: url(../../images/down-chevron.png);
    width: 22px;
    height: 22px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 35px;
    top: 18px;
    z-index: 10;
    opacity: 0.5
}
*/
.selectGender select {
    border: 0;
    width: 80px;
}

.corp-sign-input-type.selectGender.arrowSelect::after {
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: auto;
    top: 24px;
    z-index: 10;
    opacity: 0.5;
    left: 50px;
}

.corp-sign-input-type.success::after {
    content: "";
    background-image: url(../../images/Tick.svg);
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 35px;
    top: 18px;
}

.corp-sign-input-type.successMsg::before {
    content: "";
    background-image: url(../../images/Tick.svg);
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 35px;
    top: 18px;
}

.corp-sign-input-text a {
    font-size: 15px;
    font-weight: 500;
}

.corp-sign-input-text span:last-child {
    font-size: 15px;
    color: #242c42;
}

.corp-sign-input-text {
    padding-top: 11px;
    margin-bottom: 20px;
    height: 46px;
}

.verify-text input {
    width: calc(100% - 150px);
    display: inline-block;
}

.verify-text .verify-img-holder {
    width: 140px;
    height: 46px;
    display: inline-block;
}

.verify-img-holder img {
    height: 46px;
}

.reading-condition {
    padding-bottom: 20px;
    font-size: 15px;
    color: #242c42;
}

    .reading-condition input {
        width: 18px;
        height: 18px;
        border-radius: 4px;
        background-color: #ffffff;
        border: solid 1px #979797;
    }

        .reading-condition input[type="checkbox"] {
            margin-left: 0;
        }
/*====== corporate sign up ends======*/

/*====== corporate edit-profile starts======*/


#custom-checkbox [type="checkbox"]:not(:checked),
#custom-checkbox [type="checkbox"]:checked,
#custom-checkbox [type="radio"]:not(:checked),
#custom-checkbox [type="radio"]:checked {
    display: none;
}

    #custom-checkbox [type="checkbox"]:not(:checked) + label,
    #custom-checkbox [type="checkbox"]:checked + label {
        width: auto;
        padding-left: 18px;
        margin-right: 12px;
        position: relative;
        cursor: pointer;
        font-weight: 400;
    }

        /* checkbox aspect */
        #custom-checkbox [type="checkbox"]:not(:checked) + label:before,
        #custom-checkbox [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border-radius: 4px;
            background-color: #ffffff;
            border: solid 1px #979797;
        }

        /* checked mark aspect */
        #custom-checkbox [type="checkbox"]:not(:checked) + label:after {
        }

        #custom-checkbox [type="checkbox"]:checked + label:after {
            font-family: 'ms-icons' !important;
            content: "\e9d3";
            position: absolute;
            top: 5px;
            left: 2px;
            font-size: 13px;
            line-height: 0.8;
            color: #333;
            transition: all .2s;
        }

.corp-profile-edit {
    padding-bottom: 50px;
}

    .corp-profile-edit * {
        box-sizing: border-box !important;
    }

    .corp-profile-edit input::-moz-placeholder {
        color: rgba(36, 44, 66, 0.3);
    }

    .corp-profile-edit input:-ms-input-placeholder {
        color: rgba(36, 44, 66, 0.3);
    }

    .corp-profile-edit input::-webkit-input-placeholder {
        color: rgba(36, 44, 66, 0.3);
    }

.edit-profile-input {
    margin-bottom: 20px;
    height: 46px;
}

    .edit-profile-input input {
        width: 100%;
        min-width: initial;
        padding: 12px 15px;
        height: 46px;
        border-radius: 4px;
        background-color: #ffffff;
        border: solid 1px #cacaca;
    }

.corp-name-text {
    height: 46px;
    padding: 12px 15px;
    font-size: 15px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #cacaca;
    color: #242c42;
}

.upload-corp-logo {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.corp-profile-edit .about-us-input {
    height: 280px;
}

    .corp-profile-edit .about-us-input textarea {
        height: 100%;
        padding: 12px 15px;
        border-radius: 4px;
        background-color: #ffffff;
        border: solid 1px #cacaca;
    }

.corp-profile-edit textarea::-moz-placeholder {
    color: rgba(36, 44, 66, 0.3);
}

.corp-profile-edit textarea:-ms-input-placeholder {
    color: rgba(36, 44, 66, 0.3);
}

.corp-profile-edit textarea::-webkit-input-placeholder {
    color: rgba(36, 44, 66, 0.3);
}

.cust-switch-holder {
    width: 57px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px
}

.cust-switch-content input {
    display: inline-block;
    width: calc(100% - 62px);
    vertical-align: middle;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

    .switch input[type="radio"], .switch input[type="checkbox"] {
        display: none;
    }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            left: 2px;
            bottom: 1px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            box-shadow: 0 0 1px 0 rgba(36, 44, 66, 0.36), 0 1px 2px 0 rgba(36, 44, 66, 0.16);
        }

    .switch input:checked + .slider {
        background-color: #44a512;
    }

        .switch input:checked + .slider:before {
            -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
            transform: translateX(20px);
        }

    /* Rounded sliders */
    .switch .slider.round {
        border-radius: 34px;
    }

        .switch .slider.round:before {
            border-radius: 50%;
        }
/*====== corporate edit-profile ends======*/

/*====== sub user profile starts======*/
.sub-user-content * {
    box-sizing: border-box !important;
}

.sub-user-content {
    padding-bottom: 50px;
}

.confirm-password-text {
    height: 46px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 3;
    color: rgba(36, 44, 66, 0.5);
}

.user-access-control {
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #242c42;
}

    .user-access-control label {
        margin-right: 0 !important;
    }

.create-user-btn {
    display: block;
}
/*==create a new subuser ==*/
.create-subusr-btn {
    margin-bottom: 20px;
}

.sub-user-details {
    width: 100%;
    table-layout: fixed;
}

    .sub-user-details thead {
        background-color: rgba(36, 44, 66, 0.05);
    }

        .sub-user-details thead td {
            padding: 13px 16px;
            font-size: 15px;
            font-weight: 500;
            color: #242c42;
        }

            .sub-user-details thead td:first-child {
                width: 45%;
            }

    .sub-user-details tbody tr:nth-child(even) {
        background-color: rgba(36, 44, 66, 0.02);
    }

    .sub-user-details tbody td {
        padding: 10px 5px;
        font-size: 13px;
    }

    .sub-user-details tbody .corp-email-id {
        padding-left: 16px;
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #242c42;
    }

    .sub-user-details tbody .edit-text a {
        color: #bf3730;
    }

    .sub-user-details tbody .delete-text a {
        color: #44a512;
    }

    .sub-user-details tbody .date-text {
        color: rgba(36, 44, 66, 0.5);
    }
/*==create a new subuser ends ==*/

/*====== sub user profile ends======*/

/*====== forgot password starts======*/
.forgot-passsword-holder * {
    box-sizing: border-box !important;
}

.forgot-passsword-holder {
    padding: 50px 20%;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #f4f4f4;
    border: solid 1px rgba(36, 44, 66, 0.1);
}

    .forgot-passsword-holder .section-title {
        padding-top: 0;
    }

    .forgot-passsword-holder .forgot-password-text {
        padding-bottom: 40px;
        font-size: 15px;
        line-height: 1.6;
        text-align: center;
        color: rgba(36, 44, 66, 0.8);
    }

    .forgot-passsword-holder .btn {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        background: #27572e;
    }

    .forgot-passsword-holder input {
        height: 40px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

.or-seperator-text {
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #242c42;
}

.forgot-passsword-holder .corp-sign-input-type:last-child {
    margin-bottom: 0;
}
/*====== forgot password ends======*/


/*====== My photo ends======*/
.corp-photo-holder * {
    box-sizing: border-box !important;
}

.corp-photo-text {
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(36, 44, 66, 0.5);
    ;
}

.add-album-holder {
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.add-album-text {
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
}

.upload-tip-title {
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #242c42;
}

.upload-tips li {
    padding-bottom: 8px;
    font-size: 13px;
    list-style: inside;
    color: rgba(36, 44, 66, 0.5);
}
/*====== My photo ends======*/

/*====== corp logo upload starts ======*/
.upload-corp-img input {
    border: 0;
    padding: 0;
}

.upload-logo-text {
    padding: 12px 0;
    font-size: 13px;
    color: rgba(36, 44, 66, 0.5);
}

.corp-logo-img {
    max-width: 200px;
}
/*====== corp logo upload ends ======*/

/*====== corp create account ======*/

.corp-create-account * {
    box-sizing: border-box !important;
}

.corp-create-account {
    padding: 0 30px 30px 30px;
    max-width: 820px !important;
    background: #fff;
}

.full-divider-line {
    border-bottom: 1px solid rgba(36, 44, 66, 0.2);
}

.sign-up-agreement {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    color: #242c42;
}

.other-sign-in-opt {
    margin-bottom: 20px;
}

    .other-sign-in-opt img {
        width: 18px;
        height: 18px;
        margin-right: 13px;
        vertical-align: middle;
    }

    .other-sign-in-opt a {
        padding: 9px 14px;
        display: block;
        text-align: center;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
    }

    .other-sign-in-opt .sign-with-fb {
        margin-bottom: 14px;
        background-color: #3b5998;
        border: 1px solid #3b5998;
        color: #fff !important;
    }

    .other-sign-in-opt .sign-with-google {
        border: solid 1px rgba(36, 44, 66, 0.6);
        color: #242c42 !important;
    }

.already-have-account, .sign-up-corp-sect {
    padding: 16px;
    border-radius: 5px;
    border: solid 1px rgba(36, 44, 66, 0.3);
}

.already-have-account {
    margin-bottom: 20px;
}

.already-account-text, .sign-up-corp-title {
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #242c42;
}

.already-have-account .full-divider-line, .sign-up-corp-sect .full-divider-line {
    margin-bottom: 10px;
}

.already-have-account .corp-sign-input-type {
    margin-bottom: 15px;
}

.fg-password-text {
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    color: #242c42;
}

.sign-up-corp-text {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.9;
    color: #242c42;
}
/*====== corp create account ends======*/

/*====== corporate thankyou ======*/
.corp-thankyou-holder {
    max-width: 470px;
    padding: 5px 30px 30px 30px;
    margin: 50px auto;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border: solid 1px rgba(36, 44, 66, 0.1);
}

.corp-thanku-text {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.67;
    color: #242c42;
}

.corp-thankyou-holder .corp-image-holder img {
    width: 140px;
    height: 140px;
}
/*====== corporate thankyou ends======*/

/*====== forgot passward has been mailed ======*/
.corp-mailed-password {
    max-width: 470px;
    padding: 5px 30px 30px 30px;
    margin: 50px auto;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border: solid 1px rgba(36, 44, 66, 0.1);
}

.corp-mailed-text {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.67;
    color: #242c42;
}

.corp-mailed-password .corp-image-holder img {
    width: 140px;
    height: 140px;
}
/*====== forgot passward has been end ======*/


/*new billing css*/
.corp-sign-up h1 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}

.ms-pulse-text {
    font-size: 20px;
    font-weight: 500;
    color: #999;
    line-height: 28px;
    width: 600px;
    margin: auto;
}

.corp-sign-up .divider-line {
    border-bottom: solid 6px #999;
    border-radius: 10px;
    width: 120px;
}

.corp-input-holder {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 150px;
}

.leftTab {
    border-radius: 7px;
    border: solid 0.5px #eeeded;
    background-color: #fafafa;
    padding: 30px 20px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
}

.tab {
    display: flex;
    gap: 25px;
}

    .tab .leftCircle div {
        color: #999;
        font-weight: 500;
        border: 1px solid #999;
        border-radius: 50%;
        background: #fff;
        padding: 12px 18px;
        font-size: 22px;
    }

.verticalLine {
    width: 1px;
    background: #999;
    height: 120px;
    margin-left: 25px;
}

.tab.active .leftCircle div {
    color: #44a512;
    font-weight: 600;
    padding: 10px 18px;
    border: 3px solid #44a512;
}

.tab .txtGreen {
    font-size: 20px;
    font-weight: 600;
    color: #999;
}

.tab.active .txtGreen {
    color: #44a512;
    white-space: nowrap;
}

.tab .txtLight {
    font-size: 15px;
    font-weight: normal;
    color: #999;
    margin-top: 8px;
    line-height: 20px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.container.corp-sign-up {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1350px;
}

.inputForm h2 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

.corp-sign-input-type input {
    border: solid 1px #cacaca;
    background-color: #fff;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 300;
    outline: none;
    font-size: 16px;
    height: 60px;
    padding-right: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}



    .corp-sign-input-type input::placeholder {
        font-weight: 300;
        color: #999;
    }

.corp-sign-input-type.success input, .corp-sign-input-type .success input {
    border: solid 0.5px #60ab81;
}

.corp-sign-input-type.successMsg {
    border: solid 0.5px #60ab81;
}

.successGreen {
    color: #44a512;
}

.corp-sign-input-type.success input::placeholder {
    font-weight: 300;
    color: #60ab81;
}

.corp-sign-input.row {
    margin: 0;
}

.corp-sign-input .col-md-6, .corp-sign-input .col-12 {
    padding-left: 0px;
    padding-right: 20px;
}

.corp-sign-input-type.success::after {
    content: "";
    background-image: url(../../images/Tick.svg);
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 35px;
    top: 18px;
}

#divpan label::before {
    content: "";
    background-image: url(../../images/upload1.png);
    width: 12px;
    height: 12px;
    background-size: 100%;
    display: block;
    position: absolute;
    margin-top: 2px;
}


#divgst label::before {
    content: "";
    background-image: url(../../images/upload1.png);
    width: 12px;
    height: 12px;
    background-size: 100%;
    display: block;
    position: absolute;
    margin-top: 2px;
}


.corp-sign-input-type.corpExist::after {
    content: "";
    background-image: url(../../images/Tick.svg);
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 35px;
    top: 18px;
}

.nextbtn {
    border-radius: 5px;
    background-color: #44a512;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 0.5;
    letter-spacing: 1.2px;
    text-align: left;
    color: #fff;
    padding: 20px 20px;
    padding-right: 65px;
    float: right;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.removeGStPdf, .removePanPdf {
    font-size: 14px;
    color: #000;
    border: 1px solid #cacaca;
    padding: 1px 6px;
    margin-left: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.nextbtn::after {
    content: "";
    background-image: url('../../../APP_THEMES/images/right-arrow.png');
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 35px;
    top: 30px;
}

.nextbtn:hover {
    transform: scale(1.05);
    color: #fff;
    transition: 0.3s;
}

.trial {
    margin-top: 200px;
    margin-bottom: 100px;
}

    .trial h3 {
        font-size: 30px;
        font-weight: 600;
        color: #000;
    }

.purpleLine {
    border-bottom: solid 4px #772c97;
    border-radius: 10px;
    width: 120px;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 30px;
}

.requestBtn {
    border-radius: 5px;
    border: solid 1px #707070;
    background-color: #772c97;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.uploadSection {
    display: flex;
    justify-content: space-between;
}

    .uploadSection img {
        width: 92px;
        height: 56px;
    }

.uploadtxt {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
}

.uploadImg {
    text-align: right;
}

#gstpdflink, #panpdflink {
    margin-top: 8px;
}

.uploadImg label {
    padding: 10px;
    width: 122px;
    border: 1px solid #7777;
}

.closeImg {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    padding: 0 5px;
    background: #c6c1c1;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.selecttxt {
    border: solid 1px #cacaca;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    padding: 5px 10px
}

.supportedtxt {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}


/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: block;
    user-select: none;
}

    .custom-select-wrapper select {
        display: none;
    }

.custom-select {
    position: relative;
    display: block;
    padding: 0;
    height: auto;
    border: 0;
}

.custom-select-trigger {
    position: relative;
    display: block;
    border: solid 1px #cacaca;
    background-color: #fff;
    border-radius: 0;
    padding: 15px;
    color: #cacaca;
    font-weight: 300;
    outline: none;
    font-size: 20px;
    height: 60px;
}

    .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        top: 50%;
        right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
    }

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 18px;
    font-weight: 600;
    color: #b5b5b5;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

    .custom-option:first-of-type {
        border-radius: 4px 4px 0 0;
    }

    .custom-option:last-of-type {
        border-bottom: 0;
        border-radius: 0 0 4px 4px;
    }

    .custom-option:hover,
    .custom-option.selection {
        background: #f9f9f9;
    }

.selectGender {
    border: solid 1px #cacaca;
    display: flex
}

    .selectGender input {
        border: 0;
        padding: 0;
        height: 22px;
        margin-top: 18px;
        border-left: solid 1px #cacaca;
        padding: 0 10px;
    }

    .selectGender .custom-select-trigger {
        border: 0;
        padding-right: 30px;
    }

        .selectGender .custom-select-trigger:after {
            width: 8px;
            height: 8px;
            right: 10px;
            border-bottom: 2px solid #999;
            border-right: 2px solid #999;
        }

    .selectGender .custom-options {
        right: auto;
    }

.corp-sign-input-type .errorDanger {
    border: 1px solid #ff1f1f;
    padding-right: 50px;
}


.errorDanger input {
    border: 1px solid #ff1f1f;
}

.errortxt {
    border: 1px solid #ff1f1f;
}

#errfname, #errText1, #errText5 {
    margin-top: -15px;
    margin-bottom: 15px;
    color: #ff1f1f;
}
/*.corp-sign-input-type.errorDanger::after {
    content: "";
    background-image: url(../../images/Cross.svg);
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 35px;
    top: 18px;
}
*/
.corp-sign-input-type .iti {
    width: 100%;
}

.corp-sign-input-type .iti__selected-flag {
    padding: 0 10px;
}

.corp-sign-input-type .iti__selected-dial-code {
    color: #999;
}

.corp-sign-input-type .iti__country-list {
    left: 0;
    right: -370px;
    z-index: 10
}

/*.corp-sign-input-type .iti__arrow {
    border-top: 4px solid #999;
}

.corp-sign-input-type .iti__arrow.iti__arrow--up {
    border-bottom: 4px solid #999;
}*/

.corp-sign-input .col-12 h2 {
    margin-top: 30px;
}

#custom-checkbox [type="checkbox"]:not(:checked) + label:before, #custom-checkbox [type="checkbox"]:checked + label:before {
    box-shadow: inset 0 3px 6px 0 rgb(0 0 0 / 16%);
    border: solid 0.5px #c6c6c6;
    top: -9px;
}

#custom-checkbox [type="checkbox"]:checked + label:after {
    top: -5px;
}

.reading-condition {
    color: #999;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.col-12 .reading-condition a {
    color: #44a512;
    cursor: pointer
}

    .col-12 .reading-condition a:hover {
        color: #44a512;
    }

.verify-img-holder img {
    height: 60px;
    width: 100%;
}

.verify-img-holder {
    padding-left: 5px;
}

.captcha {
    margin-top: 25px;
}

.submitBtn {
    display: flex;
    justify-content: space-between;
}

    .submitBtn a {
        border-radius: 5px;
        background-color: #44a512;
        display: block;
        font-size: 20px;
        font-weight: 600;
        line-height: 0.5;
        letter-spacing: 1.2px;
        text-align: left;
        color: #fff;
        padding: 20px 15px;
        padding-left: 65px;
        margin-top: 20px;
    }

        .submitBtn a::before {
            content: "";
            background-image: url(../../images/Arrow.svg);
            width: 25px;
            height: 25px;
            background-size: 100%;
            display: block;
            position: absolute;
            left: 18px;
            transform: rotate(-180deg);
            top: 32px;
        }

    .submitBtn input {
        border-radius: 5px;
        background-color: #44a512;
        display: block;
        font-size: 20px;
        font-weight: 600;
        line-height: 0.5;
        letter-spacing: 1.2px;
        text-align: left;
        color: #fff;
        padding: 20px 30px;
        margin-top: 20px;
        cursor: pointer;
        border: 0;
        outline: none;
    }

.disbaled {
    opacity: 0.5;
    pointer-events: none;
}

.sameCheck [type="checkbox"]:not(:checked) + label, .sameCheck [type="checkbox"]:checked + label {
    width: auto;
    padding-left: 18px;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

.sameCheck [type="checkbox"]:not(:checked) + label, .sameCheck [type="checkbox"]:checked + label {
    top: -9px;
}

    .sameCheck [type="checkbox"]:not(:checked) + label:before, .sameCheck [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        box-shadow: inset 0 3px 6px 0 rgb(0 0 0 / 16%);
        height: 18px;
        border-radius: 4px;
        background-color: #ffffff;
        border: solid 0.5px #c6c6c6;
        left: 8px;
    }

    .sameCheck [type="checkbox"]:checked + label:after {
        top: -5px;
    }

    .sameCheck [type="checkbox"]:checked + label:after {
        font-family: 'ms-icons' !important;
        content: "\e9d3";
        position: absolute;
        top: 5px;
        left: 10px;
        font-size: 13px;
        line-height: 0.8;
        color: #333;
        transition: all .2s;
    }

.sameCheck span {
    font-size: 18px;
    color: #999;
    position: relative;
    top: 5px;
}

.flexItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leftCircle.circle2 div {
    padding: 10px 16px !important;
}

#agreePop .modal-content {
    border-radius: 20px;
}

#agreePop .modal-header {
    padding: 20px;
    border-bottom: 1px solid #bcbaba
}

#agreePop .modal-body {
    padding: 20px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
}

#agreePop .close {
    top: 30px;
    right: 30px;
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    border: 2px solid #333;
    border-radius: 50%;
    padding: 0px 8px;
    outline: none
}

.newSection {
    display: flex;
    column-gap: 10px;
    margin-top: 40px;
    font-size: 15px;
}

.scrollContent {
    overflow-y: scroll;
    height: 60vh;
    padding-right: 20px;
}

.newSection span {
    border: 1px solid #c2bcbc;
    height: fit-content;
    color: #44a512;
    border-radius: 50%;
    padding: 5px 12px;
    font-size: 16px;
}

.subSection {
    display: flex;
    gap: 5px;
    padding-left: 15px;
}

.newSection h4 {
    margin-bottom: 10px;
    color: #44a512;
}

/* width */
.scrollContent::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.scrollContent::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
.scrollContent::-webkit-scrollbar-thumb {
    background: #44a512;
    border-radius: 10px;
}

.countryCode::-webkit-outer-spin-button,
.countryCode::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.errorred {
    color: red;
    font-size: 14px;
    margin-top: 6px;
}

.corp-sign-input .borderRed {
    border: 1px solid red;
}

#corpiderrormsg {
    margin-top: 22px;
}

.successTxt {
    color: green;
}

.posrel {
    position: relative;
    top: 22px;
    left: -88px;
}


#divcorpmobile .iti__selected-flag {
    display: flex !important;
}



/*gallery css*/
.gallery {
    position: relative;
    z-index: 2;
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: end;
    transition: all 0.5s ease-in-out;
    transform: translateZ(0);
    ;
}

    .gallery.pop {
        filter: blur(10px);
    }

    .gallery figure {
        flex-basis: 33.333%;
        padding: 10px;
        overflow: hidden;
        cursor: pointer;
    }

        .gallery figure img {
            width: 100%;
            transition: all 0.3s ease-in-out;
        }

        .gallery figure figcaption {
            display: none;
        }

.popup {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
}

    .popup.pop {
        opacity: 1;
    }

        .popup.pop figure {
            margin-top: 0;
            opacity: 1;
        }

    .popup figure {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transform-origin: 0 0;
        margin-top: 30px;
        opacity: 0;
    }

        .popup figure img {
            position: relative;
            z-index: 2;
        }

        .popup figure figcaption {
            position: absolute;
            bottom: 50px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78));
            z-index: 2;
            width: 100%;
            padding: 100px 20px 20px 20px;
            color: #fff;
            font-family: "Open Sans", sans-serif;
            font-size: 32px;
        }

            .popup figure figcaption small {
                font-size: 11px;
                display: block;
                text-transform: uppercase;
                margin-top: 12px;
                text-indent: 3px;
                opacity: 0.7;
                letter-spacing: 1px;
            }

    .popup .close {
        position: absolute;
        z-index: 3;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: url(#close);
        border-radius: 25px;
        background: rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        opacity: 1;
    }

        .popup .close svg {
            width: 100%;
            height: 100%;
        }

.openGallery img {
    cursor: pointer;
}

.popup.pop .openGallery {
    max-width: 80%;
    margin: auto;
    padding: 40px;
    text-align: center;
    height: 100%;
}

    .popup.pop .openGallery img {
        width: auto;
        height: 100%;
        object-fit: contain;
    }

.hidescroll {
    overflow: hidden;
}
/*gallery css*/

.navbar-nav .nav-item:nth-child(4) {
    display: none !important;
}

.submitBtn .backBTN {
    text-align: right;
    width: 160px;
}

.backBTN:hover {
    transform: scale(1.05);
    color: #fff;
    transition: 0.3s;
}

.sumbitForm:hover {
    transform: scale(1.05);
    color: #fff;
    transition: 0.3s;
}

.arrow {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 0;
    right: 34px;
    top: 31px;
}

.arrowback {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 0;
    left: 23px;
    top: 31px;
    transform: rotateY(180deg);
}

select {
    border: 1px solid #ccc;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='grey'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-color: #000;
    background-size: 16px;
    background-position: calc(100% - 15px) 25px;
    background-repeat: no-repeat;
}


@media (max-width: 900px) {
    .navbar-nav .nav-item:nth-child(4) a {
        color: #81209d;
    }

    .nextbtn::after {
        right: 25px;
        top: 25px;
    }

    .leftTab {
        padding-top: 30px;
    }

    .corp-sign-up h1 {
        font-size: 22px;
    }

    .corp-sign-up .section-title {
        padding-bottom: 10px;
    }

    .ms-pulse-text {
        font-size: 14px;
        padding-bottom: 10px;
        line-height: 22px;
        width: 100%;
    }

    .corp-sign-up .divider-line {
        border-bottom: solid 4px #999;
    }

    .corp-input-holder {
        margin-top: 30px;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .tab .leftCircle div {
        padding: 10px 16px;
    }

    .tab.active .leftCircle div {
        padding: 8px 16px;
    }

    .tab .txtGreen {
        font-size: 22px;
    }

    .tab .txtLight {
        font-size: 14px;
        margin-top: 3px;
    }

    .verticalLine {
        margin-left: 23px;
    }

    .corp-sign-input .col-md-6, .corp-sign-input .col-12 {
        padding: 0;
    }

    .trial {
        margin-top: 93px;
        margin-bottom: 65px;
    }

        .trial h3 {
            font-size: 22px;
        }

    .nextbtn {
        padding: 14px;
        padding-right: 78px;
        font-size: 18px;
    }

    .corp-sign-input-type.success::after {
        right: 15px;
    }

    .uploadtxt, .selecttxt {
        font-size: 14px;
    }

    .supportedtxt {
        font-size: 12px;
    }

    .uploadSection img {
        width: 63px;
        height: 38px;
    }

    .corp-sign-input-type .iti__country-list {
        width: auto;
    }

    .corp-sign-input-type.errorDanger::after {
        right: 15px;
    }

    .reading-condition {
        font-size: 16px;
        line-height: 22px;
    }

    .verify-img-holder {
        padding-left: 15px;
        margin-top: 10px;
    }

        .verify-img-holder img {
            width: 155px;
        }

    .inputForm h2 {
        font-size: 18px;
    }

    .sameCheck span {
        font-size: 16px;
    }

    .leftCircle.circle2 div {
        padding: 8px 14px !important;
    }

    .posrel {
        left: -82px
    }

    #corpidDiv {
        margin-bottom: 0;
    }

    .arrow {
        right: 18px;
        top: 24px;
    }

    .leftCircle .tick {
        padding: 7px 7px !important;
    }

    #corpiderrormsg {
        margin-top: 5px;
    }
}

/*new billing css*/
