.investment-login-modal-container {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
}
.underline {
    text-decoration: underline;
}

.small-text {
    font-size: 14px;
}

.bold-text {
    font-weight: bold;
}

.orange-text {
    color: #EE8F4B;
}

.center-text {
    text-align: center;
}

.investment-view-button {
    background-color: #5CB53A;
    border: none;
    color: white;
    width: 100%;
    max-width: 350px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

#investment-view .label {
    color: #000000;
    font-size: 12px;
    font-weight:500;
}
#investment-view .error {
    padding: 0;
}

#pplInvestmentLoginModal .error {
    padding: 0;
}

#pplInvestmentLoginModal .modal-dialog {
    /* height: 100%; */
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: initial;
}

#pplInvestmentLoginModal .modal-content {
    margin-top:5%;
    display: flex;
    direction: rtl;
    border-radius: 0;
    width: 100%;
    max-width: 1000px;
}

#pplInvestmentLoginModal.modal .modal-header {
    top: -40px;
    /* right: -60px; */
    position: absolute;
}

#investment-login-modal-campaign-details-logo {
    width: 100%;
    background-color: white;
    margin-bottom: 23px;
    border-radius: 5px;
    box-shadow: 0px 9px 8px -6px rgba(107, 107, 107, 0.37);
}

img#investment-login-modal-campaign-details-logo {}

#pplInvestmentLoginModal #login-or-register {
    cursor: pointer;
}

#investment-login-modal-campaing-details {
    background-color: #f69052;
    flex: 0 0 400px;
    padding: 30px;
    color: white;
    font-size: 18px;
    display: flex;
    flex-direction: column;
}

#investment-process-title {
    margin-top: 3em;
}

#investment-login-modal-campaign-process {
    
}

#investment-login-modal-campaign-process ul {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}


#investment-login-modal-campaign-process li {
    display: flex;
    align-items: center;
    line-height: 2em;
    position: relative;
    font-size: 15px;
    font-weight: 100;
}

#investment-login-modal-campaign-process li .list-circle {
    content: '';
    border: 1px solid white;
    width: 14px;
    height: 14px;
    position: relative;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #EE8F4B;
    z-index: 1;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#investment-login-modal-campaign-process li:after {
    content: '';
    width: 1px;
    height: 35px;
    position: absolute;
    right: 6px;
    top: 18px;
    border: 1px solid white;
}

#investment-login-modal-campaign-process li.dashed:after {
    border-style: dashed;
}

#investment-login-modal-campaign-process li:last-child:after {
    display: none;
}

#investment-login-modal-campaign-process .list-circle.successful-campaign {
    background-color: white;
    content: "\f00c";
    color: #5CB53A;
    font-family: FontAwesome;
    font-weight: 900;
}
#investment-login-modal-campaign-process .list-circle.unsuccessful-campaign {
    background-color: white;
    content: "\f00d";
    color: #E14D37;
    font-family: FontAwesome;
    font-weight: 900;
}

#back-to-prev-step {
    cursor: pointer;
    text-decoration: underline;
    margin-top: 40px;
    display: inline-block;
}

#investment-login-modal-login-container-heading {
    display: flex;
    align-self: stretch;
    justify-content: space-between;
}

#investment-login-modal-login-container {
    background-color: white;
    width: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
    padding: 30px 20px;
}

#investment-login-modal-login-container-heading {
    margin-bottom: 50px;
}

#investment-login-modal-login-container .login-button {
    display: flex;
    align-items: stretch;
    border: 1px solid;
    justify-content: space-between;
    margin: 10px 0;
    cursor: pointer;
}

#investment-login-modal-login-container .login-button span {
    flex-grow: 1;
    align-self: center;
    text-align: center;
    padding: 10px;
}

#investment-login-modal-login-container .login-button-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

#investment-login-modal-login-container .login-button-logo img {
    height: 25px;
}

#investment-login-modal-login-container #facebook-login-button {
    border-color: #405A9A;
}

#investment-login-modal-login-container #google-login-button {
    border-color: #E14D37;
}

#investment-login-modal-login-container #facebook-login-logo {
    background-color: #405A9A;
    color: white;
    min-width: 30px;
}

#investment-login-modal-login-container #google-login-logo {
    background-color: #E14D37;
    color: white;
    min-width: 30px;
}

#investment-login-modal-login-container .horizontal-or-separator {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    align-items: center;
    margin: 20px 0;
}

#investment-login-modal-login-container .horizontal-or-separator div {
    padding: 0 20px;
    background: white;
    position: relative;
    font-weight: bold;
}

#investment-login-modal-login-container .horizontal-or-separator:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
}

#confirmation-statement {
    margin-top: 20px;
}

#investment-login-modal-login-button {
    background-color: #5CB53A;
    color: white;
    font-size: 16px;
    padding: 10px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#investment-login-modal-login-button .icon {
    margin-right: auto;
}

/* progress bar */

#investment-view .workflow {
    /* counter-reset: step; */
    display: flex;
    padding: 0;
    margin: 0 auto 36px auto;
    width: 80%;
}

#investment-view .workflow li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #707070;
}
#back-to-campaign {
    font-size:14px;
}

#investment-view .workflow li:before {
    display: block;
    z-index: 5;
    width: 40px;
    height: 40px;
    content: "\e008";
    counter-increment: step;
    line-height: 27px;
    border: 2px solid #F3F3F3;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    background-color: #F3F3F3;
    font-family: "Glyphicons Halflings";
    position: relative;
    font-size: 20px;
    padding: 5px 5px 5px 5px;
}

#investment-view .workflow li.profile-node:before {
    content: "\e008";
}

#investment-view .workflow li.agreement-node:before {
    content: "\e043";
    padding: 5px 5px 5px 2px;
}

#investment-view .workflow li.payment-node:before {
    content: "\e177";
}

#investment-view .workflow li.final-node:before {
    content: "\e034";
    padding: 5px 3px 5px 5px;
}

#investment-view .workflow li .profile-bar-component {
    width: 120%;
    height: 8px;
    content: "";
    position: absolute;
    background-color: #F3F3F3;
    top: 15px;
    left: 0;
}

#investment-view .workflow li:first-child .profile-bar-component {
    width: 60%;
}
#investment-view .workflow li:first-child .profile-bar-component:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: #F3F3F3;
    position: relative;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    right: -8px;
}
#investment-view .workflow li:last-child .profile-bar-component {
    width: 70%;
    left: 30%;
}
#investment-view .workflow li:last-child .profile-bar-component:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: #F3F3F3;
    position: relative;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    left: -100%;
}

#investment-view .workflow li.active {
    color: #EE8F4B;
    font-weight: 500;
}

#investment-view .workflow li.active:before {
    background-color: #EE8F4B;
    color: white;
    border-color: #EE8F4B;
}

#investment-view .workflow li.active+li:after {
    z-index: 0;
}

#investment-view .workflow li.active .profile-bar-component {
    background-color: #EE8F4B;
}
#investment-view .workflow li.active .profile-bar-component:after {
    background-color: #EE8F4B;
}

/* end progress bar */

#investment-view .form.row {
    display: flex;
}

#investment-view .input-group {
    width: 100%;
    max-width: 350px;
    justify-content: space-between;
    border-color: #e8e8e8;
    border-radius:3px;
    border:0;
}
.input-group input {
   border-color:#e8e8e8;
   border-radius:3px;
}
#investment-view .input-group.full-width {
    width: 100%;
    max-width: 100%;
}

#investment-view .input-group select {
    width: calc(100% / 3 - 20px);
}

#investment-view .header .logo {
    width: 5%;
    margin: 0 5px 0 0;
}

#investment-view .header .text {
    display: flex;
    align-items: baseline;
}

#investment-view .header .text .company-name {
    font-weight: bold;
}

#investment-view .header .text .invest-price {
    font-weight: bold;
    color: #f99050;
}

#investment-view .body {
    max-width: 1600px;
    margin: 0 auto;
}

#investment-view .yazam-or-mashkia {
    justify-content: space-around;
    display: flex;
    padding: 50px 5%;
}

#investment-view .yazam-or-mashkia .mashkia-btn {
    background-color: #22b573;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #22b573;
    display: inline-block;
    padding: 9px 50px;
    font-size: 40px;
}

#investment-view .yazam-or-mashkia .yazam-btn {
    background-color: #22b573;
    padding: 9px 50px;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    background-color: #22b573;
    display: inline-block;
    padding: 9px 50px;
    font-size: 40px;
}

#investment-view #back-to-campaign {
    display: inline-block;
    padding: 2em 0;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

#investment-view #back-to-campaign a {
    color: black;
}

#investment-view .workflow-container {
    /* width: 100%; */
    /* width: 115%; */
    /* position: relative; */
    /* left: 0; */
    margin-right: -21%;
}

#investment-view .pb-step-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#investment-view .pb-step-sub-title {
    font-size: 18px;
    margin-bottom: 10px;
    word-spacing:2px;
}

#investment-view .form {
    position: relative;
    /* padding: 0 5%; */
    display: flex;
}

#investment-view .form-no-padd {
    padding: 0 !important;
}

#investment-view .form .part1 {
    /* display: flex; */
}

#investment-view .form .part2 {}

#investment-view .form .part3 {
    /* padding: 2% 3%; */
}

#investment-view .form .optional {
    color: #22b573;
    font-size: 16px;
}

#investment-view .form .title2 {
    color: black;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}

#investment-view .income-option {
    color: black;
    margin: 0px 0;
    display: flex;
    cursor: pointer;
    margin-bottom: 4px;
    align-items: center;
}

#investment-view .income-option .icon {
    font-size: 45px;
    padding: 0;
    color: #dadada;
}

#investment-view .income-option .icon.active {
    color: #22b573;
}

#investment-view .income-option .icon i {
    color: #bfbfbf;
    border: 1px solid;
    border-radius: 22px;
    padding: 5px;
}

#investment-view .income-option .info {
    margin: 0;
    text-align: right;
    padding-right: 15px;
    border: none;
}

#investment-view .income-option .info .title {
    border: none;
    font-size: 19px !important;
    margin: 0;
    color: #f99050;
}

#investment-view .income-option .info .title.active {
    color: #22b573;
}

#investment-view .income-option .info .desc {
    border: none;
}

#investment-view .income-option .info .read-more {
    color: #bfbfbf;
    font-size: 12px;
    text-decoration: underline;
}

#investment-view .form .make-sure {
    font-weight: bold;
    /* margin: 19px 0; */
    font-size: 10px;
    /* text-align:  center; */
    margin-top: 0;
    /* margin-bottom: 19px; */
}

#investment-view .continue {
    background-color: #22b573;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 1em;
    /* position: fixed; */
    bottom: 0;
   
    /* width: 49%; */
}

#investment-view .continue.empty-button {
    border: 1px solid #22b573;
    color: #22b573;
    background-color: white;
}

#investment-view .explain-text .text {}

#investment-view .flow-dialog {
    border-radius: 10px;
    text-align: center;
}

#investment-view .flow-dialog .step1 .income-option .desc {}

#investment-view .continue {
    /* background-color: #22b573; */
    /* display: inline-block; */
    /* padding: 9px 50px; */
    font-size: 16px;
    /* border: none; */
    /* width: calc(100% - 30px); */
    /* margin: 0 15px; */
    /* margin-bottom: 20px; */
    box-shadow: none;
    border: none;
}

button[disabled] {
    cursor: default !important;
    background-color: #f0f0f0 !important;
    color: #c5c5c5 !important;
}

#investment-view .continue.disable {
    background-color: #f0f0f0;
    color: #c5c5c5;
    pointer-events: none;
}

#investment-view .flow-dialog .step1 .seperator {
    border-color: #e0e0e0;
    margin: 19px 0 19px 0;
}

#investment-view .flow-dialog .step1 .notes {
    text-align: right;
    font-size: 11px;
    margin-top: 16px;
}

#investment-view .flow-dialog .step2 .title {
    color: black;
    font-size: 15px !important;
    font-weight: bold;
    text-align: right;
    margin-bottom: 35px;
}

#investment-view .flow-dialog .step2 .info {
    background-color: #f0f0f0;
    text-align: right;
    padding: 15px;
}

#investment-view .flow-dialog .step2 .content2 {
    /* padding: 0 16%; */
}

#investment-view .flow-dialog .step2 .content2 .allow-amount {
    margin: 17px 0 1px 0;
    font-weight: bold;
}

#investment-view .flow-dialog .step2 .content2 .amount {
    color: #f99050;
    font-size: 32px;
}

#investment-view .continue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    position: fixed;
    margin-top: 15px!important;
    width: 59%!important;
    margin-bottom: 1%!important;
}
.firstPageInvestmentViewButton {
    justify-content: space-between!important;
    position: relative!important;
}

#investment-view .continue.active {}

#investment-view .flow-dialog .input-group, #investment-view .insert-amount .input-group {
    direction: ltr;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 6px 2px;
    box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
    background-color: white;
}

#investment-view .flow-dialog .input-group-addon, #investment-view .insert-amount .input-group-addon {
    background-color: white;
    border: none;
    border-radius: 5px 0 0 5px;
    padding: 0 18px;
    border-right: 1px solid #eaeaea;
}

#investment-view .flow-dialog .form-control, #investment-view .insert-amount .form-control {
    border: none;
    border-radius: 5px;
    text-align: center;
    color: #f99050;
    font-size: 18px;
    box-shadow: none;
}

#investment-view .warning-dialog {
    /* height: 1283px;
    overflow: auto; */
    margin: 15px 0;
}

#investment-view .warning-dialog .title {
    font-size: 21px !important;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 11px;
}

#investment-view .warning-dialog .text {
    font-size: 14px;
    padding: 7px 0;
}

#investment-view .warning-dialog .btns-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e8e8e8;
}

#investment-view .warning-dialog .btns-container .cancel-btn {
    font-size: 18px;
    padding: 0;
    margin: 15px 15px 15px 30px;
    border-bottom: 1px solid;
    cursor: pointer;
}

.left-btn-icon {
    font-size: 12px;
}

.blur-layer {
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

#investment-view .step2 {}

#investment-view .step2 .warning-box,#investment-view .step3 .warning-box {
    background-color: #f8f8f8;
    text-align: center;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
    /* border: 1px solid #c5c5c5; */
    margin-bottom: 15px;
}

#investment-view .step2 .warning-box .title,#investment-view .step3 .warning-box .title {
    color: #d12626;
}

#investment-view .step2 .warning-box .insert-amount , #investment-view .step3 .warning-box .insert-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 5%; */
    /* margin-top: 22px; */
}

#investment-view .step2 .warning-box .insert-amount .text,#investment-view .step3 .warning-box .insert-amount .text {
    display: inline-block;
    font-size: 17px;
}

#investment-view .step2 .content .change-btn,#investment-view .step3  .change-btn {
    text-decoration: underline;
    text-align: center;
    color: #23b573;
    font-size: 12px;
    /* margin-bottom: 15px; */
    /* padding: 29px 0 0px 0; */
}

#investment-view .step2 .content .deal-details {
    text-align: center;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
    border: 1px solid #f0f0f0;
    margin-top: 54px;
}

#investment-view .step2 .content .deal-details .company-name {
    font-size: 19px;
    letter-spacing: 1.3px;
    /* margin-bottom: 15px; */
}

#investment-view .step2 .content .deal-details .first-name {
    color: #f99050;
    font-size: 29px;
    font-weight: bold;
    /* margin-bottom: 15px; */
}

#investment-view .step2 .content .deal-details .info {
    font-size: 15px;
    /* line-height: 22px; */
    /* border: 1px solid #f0f0f0; */
    /* border-radius: 7px; */
    padding: 5px;
    margin: 0;
}

#investment-view .step2 .content .deal-details .deal-stock {
    color: #f99050;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    /* border: 1px solid #f0f0f0; */
    border-radius: 7px;
    padding: 5px 16px;
}

#investment-view .step2 .content .deal-details .stock-money {
    color: #727272;
}

#investment-view .step2 .content .deal-details .stock-money span {
    font-weight: bold;
}

#investment-view .step2 .content .tabs-ocntainer {
    display: flex;
    /* border-bottom: 1px solid #dadada; */
}

#investment-view .step2 .content .tab {
    font-size: 18px;
    padding: 15px;
    cursor: pointer;
}

#investment-view .step2 .content .tab.active {
    border-bottom: 3px solid #f99050;
    font-weight: bold;
}

#investment-view .step2 .content .pdf-container {
    height: 500px;
    width: 100%;
    direction: ltr;
    text-align: center;
}

#investment-view .step2 .i-double-agree {
    color: #22b573;
    display: flex;
    align-items: center;
}

#investment-view .step2 .i-double-agree.disable {
    color: #6b6b6b;
}

#investment-view .step2 .i-double-agree .icon {
    font-size: 90px;
    margin-left: 21px;
    cursor: pointer;
}

#investment-view .step2 .i-double-agree .text {
    font-weight: bold;
    font-size: 18px;
}

#investment-view .step2 {}

#investment-view .step2 .content {
    /* padding: 0 4%; */
}

#investment-view .step3 {
    max-width: 1000px;
    /* margin: 0 auto; */
}

#investment-view .step3 .summary {
    background-color: #f0f0f0;
    padding: 15px;
    margin-bottom: 23px;
    border-radius: 5px;
    line-height: 22px;
}

#investment-view .step3 .summary.summary2 {
    background-color: white;
    padding: 15px;
    margin-bottom: 23px;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    line-height: 22px;
    box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0, 0, 0, 0.2);
    direction: rtl;
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

#investment-view .step3 .summary .bold {
    margin-top: 15px;
    font-size: 16px;
}

#investment-view .step3 .cc-iframe {
    /* height: 500px; */
    /* font-size: 70px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #eadbdb; */
}

#investment-view .step3 .transfer-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

#investment-view .step3 .to-transfer-btn {
    font-size: 14px;
    padding-right: 2%;
    width: 30%;
}

#investment-view .step3 .content .choose-bank {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 2px;
}

#investment-view .step3 .content .pay-attention {
    color: #4a85de;
    margin-bottom: 20px;
}

#investment-view .step3 .content .banks-container {
    display: flex;
    width: 101%;
    flex-wrap: wrap;
}

#investment-view .step3 .content .banks-container .bank-img {
    padding: 3%;
    cursor: pointer;
}

#investment-view .step3 .content .bank-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#investment-view .step3 .content .bank-header .bank-logo {
    margin-left: 2%;
}

#investment-view .step3 .content .bank-header .other-bank {
    font-size: 12px;
    text-decoration: underline;
    color: #909090;
}

#investment-view .step3 .content .bank-fast {}

#investment-view .step3 .content .bank-movie {
    font-size: 10px;
    font-weight: bold;
    margin-top: 22px;
}

#investment-view .step3 .content .bank-login {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 21px;
    margin-bottom: 20px;
}

#investment-view .step3 .content .bank-or {
    text-align: center;
    margin: -30px 0 0 0;
    color: #f0f0f0;
}

#investment-view .step3 .content .bank-or .bank-or-text {
    background-color: white;
    padding: 2px 15px;
}

#investment-view .step3 .content .bank-contact {
    line-height: 23px;
}

#investment-view .step3 .content .transfer-title {}

#investment-view .content .print {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}

#investment-view .print .icon {
    display: inline-block;
    width: 33px;
    height: 34px;
    margin-left: 20px;
}

#investment-view .content .print .text {}

#investment-view .step3 .content .did-transfer {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

#investment-view .back-btn {}

#investment-view .step2 .warning-box .insert-amount div , #investment-view .step3 .warning-box .insert-amount div {
    margin: 0 2%;
}

#bank-transfer-action-button-container {
}

#bank-transfer-action-button-container .continue {
    /* max-width: 350px; */
    /* margin-left: 20px; */
    margin-bottom: 17px;
}

#mobile-description {
    display: none;
}

@media only screen and (max-width: 768px) {
    #investment-view .continue {
        width: 100%!important;
        right: 0;
        position: fixed;
    }
    #back-to-prev-step {
       padding-bottom:52px;
    }

    #pplInvestmentLoginModal.modal .modal-header {
        top: 0;
        right: 0;
        color: black;
        display: flex;
        font-weight:100;
        font-size:16px;
        background: #f69052;
        /* justify-content: center; */
    }

    #pplInvestmentLoginModal {
        /* top: 43px; */
        /* z-index: 999999; */
    }
    #investment-view .body {
        top: 50px;
    }
    
    #pplInvestmentLoginModal .modal-backdrop {
        opacity: 0;
    }
    
    #pplInvestmentLoginModal .modal-dialog {
        height: initial;
    }
    
    #investment-login-modal-campaing-details {
        display: none;
    }
    
    #pplInvestmentLoginModal .modal-content {
        max-width: 100%;
    }

    #investment-login-modal-login-container {
        padding: 50px 8px 13px 8px;
    }
    
    #investment-login-modal-login-container-heading {
        padding: 1em;
        justify-content: center;
    }

    #mobile-description {
        display: block;
        text-align: center;
        margin: 1em;
    }
    
    #investment-view-header {
        z-index: 10;
        position: fixed;
    }
    
    #investment-view-header-logo {
        display: none;    
    }
    
    #investment-view .form.row {
        flex-direction: column;
    }
    
    #bank-transfer-action-button-container {
        flex-direction: column;
    }
    
    #bank-transfer-action-button-container .continue {
        margin: 20px 0;
    }
    
    #investment-view .cc-tokef-container {
        max-width: initial;
        margin-left: 0;
        margin-right: 0;
    }
    #investment-view .cc-cvv-container {
        max-width: initial;
        margin-left: 0;
        margin-right: 0;
    }
}
.payButton {
    margin-top: 5px!important;
    height: 50px;
}
.closeBtnLoginModal {
    text-shadow:none!important;
    color:black!important;
    margin-top: -30px!important;
}
.closeXBtn {
    position: relative!important;
    margin-right:11%;
   
}
.investmentXBtn {
    left:0;
    top:0;
    color:black!important;
}

@media only screen and (max-width: 768px) {
    .closeBtnLoginModal {
        margin-top: -12px!important;
    }
 
    #investment-view .workflow {
        margin-right: 14%;
        width: 86%;
        font-weight: 500;
    }
    .investPageLogo {
        display: none;
    }
    #investment-view .workflow li:first-child .profile-bar-component {
        width: 70%;
    }
    #investment-view .workflow li .profile-bar-component {
        width: 100%;
       
    }
 .explain-text {
     margin-bottom: 10%;
 }   
}
.relativeBtn {
    position: relative!important;
}
