@font-face {
    font-family: 'maison-med';
    src: url(../fonts/MaisonNeue-Medium.otf);
}

@font-face {
    font-family: 'maison-book';
    src: url(../fonts/MaisonNeuBook.ttf);
}

@font-face {
    font-family: 'maison-bold';
    src: url(../fonts/MaisonNeueBold.ttf);
}

@font-face {
    font-family: 'maison-light';
    src: url(../fonts/MaisonNeueLight.ttf);
}

@font-face {
    font-family: 'tt-med';
    src: url(../fonts/FontsFree-Net-TTInterfaces-Medium.ttf);
}

@font-face {
    font-family: 'pop-reg';
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'maison-demi';
    src: url(../fonts/NeueMachina-Medium.ttf);
}


/*@font-face {
  font-family: 'tt-reg';
   src: url(../fonts/FontsFree-Net-TTInterfaces-Regularm.ttf);
}*/

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'maison-book';
    font-weight: 400;
    background: #FFFFFF;
    /*padding-bottom: 400px;*/
}

*,
div:before,
div:after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
figure,
form {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'maison-med';
    font-weight: 500;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

a,
img,
span,
label,
input,
button {
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

video {
    height: 100%;
    object-fit: cover;
}

.header {
    background: #00000020;
    padding: 13px 60px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all;
    z-index: 9;
}

.login .header {
    position: relative;
}

.header .navbar-brand img {
    height: 57px;
    object-fit: contain;
}

.header.sticky .navbar-brand {
    display: none;
}

.header .header-logo {
    display: none;
}

.header.sticky .header-logo {
    display: block;
}

.header.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    background: transparent linear-gradient(282deg, #eae3f1 0%, #dbf8ee45 100%) 0% 0% no-repeat padding-box;
}

.navbar-nav {
    margin-left: auto;
}

.header .navbar-nav a {
    font-size: 15px;
    color: #FAFAFA;
    font-family: 'maison-demi';
    position: relative;
    padding: 0 !important;
    transition: 0.5s all;
}

.header .navbar-nav a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
}

.header .navbar-nav li {
    margin-left: 40px;
}

.login-pad {
    padding-top: 50px;
}

.back-next {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back-next button {
    padding: 6px 24px;
    /* background: red; */
    color: #fff;
    font-size: 16px;
}

.login-btn {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #fff;
    font-family: 'maison-bold';
    font-size: 12px;
    padding: 9px 22px;
    border-radius: 4px;
}

.header .dropdown-toggle {
    background: transparent;
    padding: 0 10px;
    font-family: 'maison-demi';
    font-size: 15px;
    color: #FAFAFA;
    position: relative;
}

.header .navbar-nav a.dropdown-item {
    color: #000 !important;
    padding: 0 20px !important;
}

.header.sticky .dropdown-toggle {
    color: #000;
}

.header .dropdown-toggle:after {
    display: none;
}

.header .dropdown-toggle:before {
    content: "\f0d7";
    right: -10px;
    top: 46%;
    position: absolute;
    font: normal normal normal 23px / 1 FontAwesome;
    transform: translateY(-50%);
    color: #3c0d7c;
}

.header .dropdown-item:before {
    display: none;
}

.login-btn i {
    margin-right: 15px;
    font-size: 17px;
}

.header.sticky .navbar-nav a {
    color: #000;
}

.header.sticky .navbar-nav a:before {
    background: #000;
}

.header.sticky .login-btn {
    border: 1px solid #000;
    color: #000;
}
.header.sticky .BG {
    border: 1px solid #000;
    color: #000;
}
.navbar-nav a .hov-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #00C48A;
    transition: 0.4s;
}

.navbar-nav a:hover .hov-border {
    width: 100%;
    transition: 0.4s;
    left: 0;
}

.navbar-nav a:hover,
.header.sticky .navbar-nav a:hover {
    color: #00C48A;
}

.sec1 {
    padding: 0;
    height: 100vh;
}

.sec1 h2 {
    font-size: 58px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    letter-spacing: -2px;
}

.sec1 p {
    font-size: 16px;
    color: #fff;
    padding: 27px 0 20px;
}

.sec1-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #00000039;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}

.black {
    width: 67%;
    margin: auto;
    text-align: center;
}

.sec1-cont .login {
    font-size: 14px;
    color: #000000;
    padding: 16px 35px;
    background: #fff;
}

.comp {
    background: #000000;
    border-radius: 35px;
    text-align: center;
    padding: 53px 47px;
    height: 100%;
}

.comp h6 {
    font-size: 38px;
    color: #fff;
    padding: 37px 0 9px;
}

.comp img {
    width: 100px;
    height: 100px;
}

.comp p {
    font-size: 14px;
    color: #000000;
    line-height: 16px;
}

.sec2 {
    padding: 59px 15px 47px;
}

.sec3 {
    background: transparent linear-gradient(282deg, #DBF8EE 0%, #EAE3F1 100%) 0% 0% no-repeat padding-box;
    padding: 90px 15px 140px;
}

.product {
    letter-spacing: 1.82px;
    font-size: 14px;
    color: #160034;
    padding-bottom: 48px;
    background: transparent linear-gradient(282deg, #DBF8EE 0%, #EAE3F1 100%) 0% 0% no-repeat padding-box;
    max-width: 200px;
    width: 100%;
    padding: 10px 10px !important;
    text-align: center !important;
    border-radius: 50px;
}

.font-42 {
    font-size: 42px;
    color: #1E2342;
}

.sec3-left h5 {
    line-height: 46px;
    padding-bottom: 20px;
}

.sec3-left p {
    font-size: 16px;
    color: #160034;
    line-height: 20px;
    /*padding-right: 61px;*/
    /*font-family: 'tt-reg';*/
}

.icons h6 {
    position: relative;
    width: 237px;
    height: 140px;
    border-radius: 35px;
    background: #000; /* Fallback color or desired background color */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    padding: 18px;
    color: white !important;
    z-index: 1;
}
@media (max-width: 1024px) {
    .icons h6 {
        margin: 0 !important;
    }

}
.icons h6:before {
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    z-index: -2;
    border-radius: inherit;
    background: linear-gradient(206deg, #dbf8ee 7%, #5300a6 115%);
}

.icons h6:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    background: #00000069; /* Match this with the h6 background color */
    background-clip: padding-box;
}
.icons span img {
    width: 53px;
    height: 53px;
    object-fit: contain;
}

.icons h6 {
    color: #160034;
    font-size: 18px;
    text-align: center;
    font-family: 'tt-med';
    padding: 26px 20px 0;
}

.sec3-row {
    align-items: center;
    justify-content: space-between;
}

.sec4-row {
    padding: 0 40px 109px;
    border-bottom: 1px solid #D5D5D5;
}

.sec4 {
    padding-top: 77px;
}
.sec4-left{
    width: 49% !important;
}
.sec4-left h6 {
    font-size: 19px;
    color: #160034;
    /*font-family: 'tt-reg';*/
    padding-top: 25px;
}

.sec4 .product {
    padding-left: 40px;
}

.sec4 .font-42 {
    color: #160034;
    line-height: 42px;
    letter-spacing: 0px;
    padding-right: 34px;
}

.sec4-row p {
    font-size: 18px;
    padding-left: 20px;
    color: #525252;
}

.sec4-row p span {
    display: block;
    padding: 20px 0;
}

.sec5 {
    padding: 30px 15px 0px;
}

.sec5 .font-42 {
    color: #160034;
    text-align: center;
    padding-bottom: 70px;
}

.sec5-det {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 20px 0;
    overflow: hidden; /* Ensures the pseudo-elements do not overflow the container */
    color: #2e2e2e;
    width: 100%;
    margin: 20px 10px;
}

.sec5-det::before, .sec5-det::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px; /* Ensure the pseudo-elements match the border-radius of the parent */
    z-index: -1; /* Place the pseudo-elements behind the content */
    transition: opacity  0.5s;
}

.sec5-det::before {
    background: transparent linear-gradient(282deg, #DBF8EE 0%, #EAE3F1 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.sec5-det::after {
    background: transparent linear-gradient(246deg, #5300a6 7%, #b5f5df 114%) 85% 100% no-repeat padding-box;
    opacity: 0;
}

.sec5-det:hover::before {
    opacity: 0;
}

.sec5-det:hover::after {
    opacity: 1;
}

.sec5-det span {
    height: 103px;
    width: 1px;
    background: #A2B6D6;
    position: relative;
}

.sec5-det img {
    margin: 0 12px;
}

.details {
    font-size: 20px;
    transition:  0.5s all;
}
.details h5 {
    font-size: 20px;
    padding-bottom: 16px;
}
.details p {
    font-size: 16px;
    padding-right: 34px;
}


.sec5-det:hover {
    color: #ffffff !important;
}


.sec5-det.active span::before {
    content: '';
    width: 1px;
    background: #4149FF;
    height: 50%;
    position: absolute;
    top: 0;
    left: -0.5px;
}

.sec5-right img {
    border-radius: 40px;
    width: 83% !important;
    margin-top: 12px;
    margin-right: 8%;
}

.sec6 {
    background: transparent linear-gradient(246deg, #DBF8EE 0%, #EAE3F1 100%) 0% 0% no-repeat padding-box;

    padding: 55px 0;
}

.man-row {
    align-items: center;
    justify-content: center;
}

.sec6-center p {
    font-size: 22px;
    color: #574C67;
    font-family: 'maison-med';
    padding: 21px 0 46px;
}

.start {
    border: 1px solid #130132;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'maison-bold';
    color: #160034;
    padding: 13px 38px;
    background: transparent;
    position: relative;
}

.sec6-center .font-42 {
    letter-spacing: -1.68px;
    text-align: center;
}

.sec6-center {
   
}

.murabhak {
    background: #F2F2F2;
    padding: 54px 45px 48px;
    text-align: center;
    border-radius: 35px;
    height: 100%;
}

.available {
    background: transparent linear-gradient(282deg, #DBF8EE 0%, #EAE3F1 100%) 0% 0% no-repeat padding-box;
    transition: 0.3s all;
}


.available:hover {
    transform: scale(1.04);
    cursor: pointer;
    color: #000000;
    font-weight: 900;
}

.murabhak:hover img,
.murabhak:hover h6 {

    color: #000000;
    font-weight: 900;
}

.murabhak h6 {
    padding: 30px 0 21px;
    font-size: 24px;
    color: #0D0D0D;
    font-family: 'maison-med';
}

.retail {
    font-size: 14px;
    color: #676767;
    line-height: 1.1;
    padding-bottom: 39px;
}

.murabhak p {
    font-size: 14px;
    color: #676767;
    line-height: 2;
}

.sec7 {
    padding: 52px 14px 8px;    
    background: #ffffff;
    border-radius: 35px;
    box-shadow: #00000029 3px 8px 20px 0px;
    max-height: 1000px;
    max-width: 1320px;
}

.murabhak.active h6 {
    color: #FFFFFF;
}

.sec8 {
    background: transparent linear-gradient(246deg, #DBF8EE 0%, #EAE3F1 100%) 0% 0% no-repeat padding-box;
    padding: 60px 15px 60px;
    text-align: center;
}

.sec8 .fund {
    padding: 0;
    font-size: 55px;
    font-weight: 700;
}

.sec8-first p {
    font-size: 30px;
    padding: 16px 0 49px;
    color: #0D0D0D;
}

.count h4 {
    font-size: 36px;
    color: #FAFAFA;
    font-family: 'maison-med';
}

.count p {
    font-size: 20px;
    color: #FAFAFA;
}

.count {
    background: #3b0d7cbe;
    border-radius: 30px;
    padding: 62px 0;
    height: 100%;
    transition: all 0.5s;
}
.count:hover{
    transform: scale(1.1);
    
}
.sec9 {
    display: none;
    padding: 50px 15px;
}

.sec9 h3 {
    font-size: 44px;
    text-align: center;
    color: #0D0D0D;
}

.sec9-first p {
    padding: 31px 0px 70px;
    font-size: 18px;
    text-align: center;
    color: #0D0D0D;
    width: 60%;
    font-family: 'maison-light';
    margin: auto;
}

.sec9-dtl {
    display: flex;
    align-items: flex-start;
    align-items: center;
}

.sec9-1 {
    padding: 0 74px 0 59px;
}

.sec9-1 h6 {
    font-size: 16px;
    color: #0D0D0D;
    padding-bottom: 12px;
}

.sec9-1 p {
    font-size: 14px;
    color: #454545;
}

.sec9-row {
    grid-row-gap: 30px;
    margin-top: 25px;
    text-align: center;
    justify-content: center;
}

.sec10 {
    padding: 25px 15px;
}

.sec10 h3 {
    font-size: 44px;
    color: #0D0D0D;
    text-align: center;
    padding-bottom: 69px;
}

.sec10 .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.sec10 .accordion .card-header.collapsed:after {
    content: "\f067";
}

.sec10 .card-header {
    border: 0;
    cursor: pointer;
    background: transparent;
}

.sec10 .card-header.collapsed,
.sec7 .collapse.show {
    border-bottom: 1px solid #DDDDDD;
    background: transparent;
}

.collapse-four {
    border: 0 !important;
}

.sec10 .card-header a {
    font-size: 24px;
    color: #0D0D0D;
    font-family: 'tt-med';
    width: 88%;
    text-decoration: none;
}

.sec10 .collapse p {
    font-size: 18px;
    color: #525252;
    /*font-family: 'tt-reg';*/
    width: 656px;
}

.form-sec {
    background: #F7F7F7;
    border-radius: 35px;
    padding: 56px 0 44px;
    text-align: center;
}

.form-sec input {
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    color: #646464;
    padding: 13px 17px;
    font-family: 'maison-med';
}

.form-sec h2 {
    font-size: 44px;
    color: #0D0D0D;
    padding-bottom: 30px;
}

.form-sec textarea {
    height: 108px !important;
}

.form-sec .start {
    padding: 16px 76px;
    margin-top: 20px;
}

.sec11 {
    padding-bottom: 82px;
}

.footer {
    padding: 0px 15px 39px;
    background: transparent linear-gradient(246deg, #DBF8EE 0%, #EAE3F1 100%) 0% 0% no-repeat padding-box;
}

.footer h5 {
    color: #4B4061;
    font-size: 16px;
    padding-bottom: 20px;
    font-family: 'maison-demi';
}

.footer a {
    font-size: 13px;
    display: block;
    color: #4B4061;
    width: max-content;
    max-width: 100%;
    margin-bottom: 8px;
    margin-right: 68px;
    cursor: pointer;
}

.footer-row1 h6 {
    font-size: 14px;
    color: #5C5864;
    padding-bottom: 8px;
}

.footer-row1 p {
    font-size: 12px;
    color: #767A81;
    padding-bottom: 26px;
}

.footer-row1 {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8; 
    padding: 0px 0 66px;
    margin: 0px 0 26px;
}

.footer-logo {
    margin-top: 53px;
}

.footer-row2 {
    display: flex;
    justify-content: space-between;
}

.footer-row2 {
    font-size: 12px;
    font-family: 'maison-light';
}

.murabhak.active p,
.murabhak.active .retail {
    color: #fff;
}

.hov-btn {
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
}

.hov-btn:before {
    content: '';
    position: absolute;
    top: 0;
    width: 0%;
    background: #00C48A;
    height: 100%;
    right: 0;
    transition: 0.5s all;
}

.hov-btn span {
    position: relative;
    z-index: 99;
}

.hov-btn:hover::before {
    width: 100%;
    left: 0;
}

.hov-btn:hover {
    border-color: #00c48a !important;
    color: #fff !important;
}


/*.hov-btn:hover span{
 color:#fff;
}*/

.line {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.line img {
    margin-left: 20px;
}

.count img {
    position: absolute;
    top: 10px;
    left: 24px;
}

.foot-logo-img {
    display: flex;
}

.man-row-left h6 {
    position: absolute;
    top: 29px;
    width: 72px;
    font-size: 17px;
    color: #160034;
    left: 83px;
}

.man-row-left h6 span {
    font-family: 'maison-bold';
    color: #00C48A;
}

.footer-logo img {
    height: 40px;
    object-fit: contain;
}

.sec7 .font-42 {
    padding-bottom: 50px;
    text-align: center;
}

.close {
    display: none;
}

.footer a:hover {
    color: #00c48a;
}


/* Login Start */

.login {
    background: #310075;
}

.login .header a {
    color: #FFFFFF;
}

.login .head-button-wrap {
    border: 1px solid #ffffff;
    color: #FFFFFF;
}

.login .head-button button:last-child {
    background: #00C48A;
    border: 0;
}

.mobile-head-row {
    align-items: center;
}

.form-sec {
    margin: 63px auto 38px;
    background: #E9E4F0;
    padding: 96px 115px 80px;
}

.login .form-sec {
    width: 564px;
}

.form-sec h2 {
    color: #000000;
}

.form-sec p {
    text-align: center;
    font-size: 16px;
    color: #525252;
    font-family: 'maison-med';
    padding: 3px 0 28px;
}

.form-sec input,
.form-sec select {
    border: 1px solid #C0B7CC;
    border-radius: 4px;
    height: 48px !important;
    padding: 4px 27px 0;
    font-family: 'maison-med';
    font-size: 14px;
}

.form-group {
    position: relative;
    padding-bottom: 15px;
}

.form-sec .form-group a {
    position: absolute;
    right: 0;
}

.form-sec .form-group a {
    position: absolute;
    right: 21px;
    top: 15px;
    color: #160034;
    text-decoration: underline;
    font-size: 12px;
    font-family: 'pop-reg';
}

.submit-button button {
    background: #00C48A;
    font-size: 14px;
    color: #FFFFFF;
    width: 100%;
    height: 48px;
    font-family: 'maison-bold';
    border-radius: 4px;
}

.form-sec p:last-child {
    margin-top: 52px;
    padding: 0;
    text-align: center;
}

.form-sec p a {
    color: #310075;
}

.form-last {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-last img {
    margin-right: 20px;
}

.form-last p {
    font-family: 'maison-med';
    font-size: 14px;
    color: #fff;
}

.form-last p b {
    font-family: 'maison-bold';
    font-size: 18px;
    display: block;
}

.form-footer p {
    font-size: 12px;
    color: #BBA1E0;
    text-align: center;
    padding: 40px 0;
}


/* step-1 start */

.form-head {
    text-align: center;
    width: 564px;
    margin: auto;
}

.sub-head {
    font-family: 'maison-bold';
    color: #fff;
}

.form-head p {
    font-family: 'maison-med';
    padding-bottom: 26px;
    color: #fff;
}

.step span {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'neue-med';
    margin-right: 15px;
    /* border: 1px solid #A17CD3; */
    color: #0D0D0D;
    background: #fff;
    font-family: 'maison-med';
}

.step.verified span {
    color: #00C48A;
    font-family: 'maison-bold';
    background: #DBF8EE;
    border: 1px solid #00C48A;
}

.step.active span {
    background: #58C18E;
    color: #fff;
}

.step p {
    font-size: 14px;
    font-family: 'maison-med';
    padding: 0;
}

.step {
    display: flex;
    align-items: center;
}

.step-row {
    justify-content: space-around;
    margin-bottom: 30px;
}

.form-section1 {
    margin-top: 30px;
    padding: 40px 130px;
}

.tab-border {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #C0B7CC;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-tab .nav-link {
    padding: 13px 30px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #C0B7CC;
    background: #fff;
    display: flex;
    font-size: 14px;
    color: #525252 !important;
    font-family: 'maison-med';
    align-items: center;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #C0B7CC;
}

.form-tab .nav-item:last-child .nav-link {
    border-radius: 0 4px 4px 0;
}

.form-tab .nav-link.active {
    background-color: #E2FAF3 !important;
    border-color: #00C48A !important;
}

.form-tab .nav-link.active .tab-border {
    border-color: #00C48A;
}

.form-tab .nav-link.active .tab-border span {
    width: 8px;
    height: 8px;
    background: #00C48A;
    border-radius: 50%;
}

.form-tab ul {
    margin-bottom: 72px;
}

.form-sec .form-group a i {
    color: #cccc;
}

.form-section1 p {
    padding: 0;
    text-align: left;
    padding-bottom: 12px;
}

.password-detail p {
    font-size: 12px;
    color: #868686;
    font-family: 'maison-book';
    padding: 0 !important;
    margin: 0 !important;
}

.password-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.password-detail p:first-child {
    width: 51%;
}

.pass-weak {
    background: #D6D0DE;
    width: 10px;
    height: 3px;
}

.pass-weak.active {
    background: #EA3B2D;
}

.password-gap {
    padding: 11px 0 22px;
}

.form-tab .submit-button button,
.id-verify button {
    background: #160034;
    margin-top: 10px;
    font-size: 14px;
}

input[type="password"] {
    padding-right: 76px;
}

.id-verify-sec {
    display: flex;
    align-items: center;
}


/* Step 2-1 Start */

.step2-1 input {
    border: 0;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    margin: 24px 0 30px;
}

.checkbox-wrapper input {
    width: 24px;
    height: 24px !important;
    background: transparent !important;
    border: 1px solid #C7C7C7;
    border-radius: 7px;
    cursor: pointer;
}

.checkbox-wrapper label {
    font-size: 12px !important;
    color: #414141 !important;
    font-family: 'maison-book' !important;
    margin: 0;
    padding-left: 23px;
    cursor: pointer;
}

.checkbox-wrapper label b {
    color: #310075;
    font-weight: 400;
}


/* Step2 Start */

.id-verify {
    padding: 65px 130px 52px;
}

.id-verify-sec select {
    border-right: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    width: 90px;
}

.id-verify-sec input {
    border-left: 0;
    border-radius: 0 0.25rem 0.25rem 0;
    padding-left: 9px;
}

.id-verify-sec span {
    background: #fff;
    height: 48px;
    border-top: 1px solid #c0b7cc;
    border-bottom: 1px solid #c0b7cc;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 13px;
    font-size: 14px;
    padding-top: 4px;
    color: #2F2F2F;
    font-family: 'maison-med';
}

.mobile-cont {
    margin: 0 !important;
    font-size: 11px !important;
    color: #868686 !important;
    font-family: 'maison-book' !important;
    text-align: left !important;
    padding-bottom: 20px !important;
}

.id-verify-sec .form-group {
    margin-bottom: 8px;
}

.drag {
    background: #EEECF0;
    height: 109px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.drag p {
    margin-top: 0 !important;
    font-size: 14px;
    color: #B3A9BF;
    font-family: 'maison-med';
}

.drag p b {
    font-family: 'maison-book';
    color: #310075;
    text-decoration: underline;
}

.drag p span {
    display: block;
}

.form-group label {
    font-size: 14px;
    color: #646464;
    font-family: 'maison-med';
}


/*      */

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    transform: scale(0);
    transition: ease-out 0.3s;
    position: absolute;
    padding: 10px;
    top: 30px;
}

.head-button .dropdown a {
    font-size: 12px;
    font-family: 'maison-bold';
    color: #160034;
}

.head-button .dropdown {
    width: max-content;
    max-width: 100%;
    margin-left: auto;
}

.head-button .dropdown a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 11px;
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
}

.dropdown-menu1 {
    border: none;
    display: block;
    transform: scale(1)!important;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    top: 180px;
    transition: all .3s;
}

.dropdown:hover .dropdown-menu1 {
    display: block;
    top: 100%;
    height: inherit;
}

.head-button .dropdown-toggle::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 10px;
    vertical-align: unset;
    border: 0;
}

.upload-1 {
    margin-top: 26px;
}

.upload-sec {
    padding: 70px 174px;
    margin-bottom: 60px;
}

.upload-sec h2,
.investor h2 {
    font-size: 38px;
    color: #000;
}

.upload-sec h6 {
    font-size: 24px;
    color: #000000;
    font-family: 'maison-book';
    padding: 11px 0 40px;
}

.upload-logo button {
    height: 36px;
    padding: 0 36px;
}

.upload-logo small {
    display: block;
    padding-top: 12px;
    font-size: 16px;
    color: #4E4E4E;
    font-family: 'maison-book';
}

.upload-logo img {
    margin-right: 31px;
}

.upload-logo {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ACACAC;
    border-top: 1px dashed #ACACAC;
    padding: 24px 0 32px;
    margin-bottom: 34px;
}

.form-group textarea {
    height: 92px;
}

.upload-1 .submit-button {
    margin-top: 22px;
}

.border-sec {
    border-radius: 12px;
}


/* Thank u start */

.thank-u {
    padding: 69px 0 121px;
}

.thank-u h2 {
    font-size: 48px;
    padding: 37px 0 27px;
}

.thank-u p {
    font-size: 20px;
    padding-bottom: 69px;
}


/* Campaign start */

.campaign {
    padding: 15px 0 50px;
    background: #F5F7F8;
}

.campaign-blue {
    background: #DBF8EE;
    border-radius: 12px 12px 0 0;
    padding: 32px 174px;
    display: flex;
    align-items: center;
}

.black-img {
    width: 116px;
    height: 116px;
    background: #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 49px;
}

.campaign-blue h2 {
    font-size: 38px;
}

.globe-img {
    color: #160034;
    font-size: 18px;
    font-family: 'maison-med';
    padding-top: 17px;
    margin-right: 45px;
}

.globe-img img {
    margin-right: 10px;
}

.campaign .border-sec {
    border-radius: 0 0 12px 12px;
}

.campaign .upload-sec {
    padding-top: 50px;
    padding-bottom: 100px;
}

.upload-sec h5 {
    font-size: 18px;
    color: #160034;
    font-family: 'maison-med';
}

.campaign-row {
    margin-bottom: 33px;
    margin-top: 16px;
}

.campaign .upload-sec small {
    font-size: 14px;
    color: #4E4E4E;
    font-family: 'maison-book';
}

.add-image {
    margin: 20px 0 49px;
    display: flex;
    align-items: center;
}

.add-image span {
    width: 168px;
    height: 168px;
    margin-right: 30px;
    border-radius: 12px;
    background: #F5F7F8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'maison-med';
    flex-direction: column;
    font-size: 18px;
    color: #160034;
    cursor: pointer;
}

.add-image span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.add-image span i {
    padding-bottom: 10px;
}


/*.campaign-row .form-check-label{
      margin:0 50px 0 18px;
      font-size: 14px;
    color: #160034;
    font-family: 'maison-med';
}
.campaign-row .form-check-label input{
    margin-top: 3px;
    transform: scale(1.5);
}*/

.campaign .upload-logo {
    border: 0;
    padding: 0;
    margin-bottom: 16px;
}

.add-member {
    margin: 10px 0 50px 15px;
    font-size: 18px;
    color: #00C48A;
    font-family: 'maison-med';
}

.border-bot {
    border-bottom: 1px dashed #ACACAC;
    margin-bottom: 39px;
}

.campaign-row textarea {
    height: 98px;
}

.camp-text textarea {
    height: 148px;
}

.camp-button button {
    height: 56px;
}


/* */

.weather .campaign-blue {
    background: transparent;
    padding: 0;
}

.campaign-blue h6 {
    font-size: 18px;
    color: #160034;
    font-family: 'maison-med';
    padding-top: 5px;
}

.campaign-row-btn {
    padding: 45px 0 33px;
    justify-content: space-between;
}

.add-img-wrapper {
    border-radius: 12px;
    height: 356px;
    object-fit: cover;
}

.rate {
    display: flex;
    justify-content: space-between;
}

.rate h4 {
    font-size: 24px;
    color: #0D0D0D;
    padding-bottom: 9px;
}

.rate p {
    font-size: 12px;
    color: #525252;
    font-family: 'maison-book';
}

.rate i {
    font-size: 25px;
}

.progress {
    height: 4px;
}

.progress1 p,
.invest p {
    font-size: 12px;
    color: #525252;
    font-family: 'maison-book';
    padding-bottom: 10px;
}

.progress1 {
    padding: 20px 0 34px;
}

.progress-bar {
    background: #00CC88;
}

.invest p {
    padding-bottom: 0;
}

.invest h6 {
    font-size: 12px;
    color: #0D0D0D;
}

.invest-row {
    grid-row-gap: 18px;
}

.rate-right {
    padding: 0 50px;
}

.rate-left p {
    font-size: 18px;
    color: #525252;
    font-family: 'maison-book';
    padding: 33px 0;
}

.allocation .nav-tabs {
    border-bottom: 0;
}

.allocation .nav-link {
    border: 0;
    padding-bottom: 18px;
    margin-right: 50px;
    font-size: 18px;
    color: #606060;
    font-family: 'maison-med';
}

.allocation .nav-link.active {
    border-bottom: 2px solid #00cc88;
    color: #0D0D0D;
    font-family: 'maison-bold';
}

.invest-sec {
    padding: 46px 0 76px;
}

.fund-allocation {
    width: 713px;
}

.funds-all h2 {
    font-size: 34px;
    color: #0D0D0D;
}

.funds-all p {
    font-size: 16px;
    color: #0D0D0D;
    font-family: 'maison-book';
    padding: 29px 0 42px;
}

.funds-all p span {
    display: block;
    padding-top: 15px;
}

.funds-all {
    border-bottom: 2px solid #BEBEBE;
    margin-bottom: 50px;
}

.funds-all:nth-child(2) h2 {
    padding-bottom: 32px;
}

.funds-all:nth-child(2) h5,
.funds-all:nth-child(4) h5 {
    font-size: 24px;
    color: #0D0D0D;
    font-family: 'maison-med';
}

.funds-all:nth-child(2) p {
    padding-top: 16px;
}

.team-img img {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    margin: 50px auto 22px;
}

.team-img h4 {
    font-size: 24px;
    color: #0D0D0D;
    font-family: 'maison-med';
}

.team-img p {
    font-size: 16px;
    color: #0D0D0D;
    font-family: 'maison-med';
    width: 100%;
    padding-top: 7px;
}

.team-img {
    text-align: center;
}

.funds-all:nth-child(3) {
    padding-bottom: 80px;
}

.batch {
    display: flex;
    align-items: flex-start;
}

.funds-all:nth-child(4) p {
    padding: 7px 0 69px;
}

.funds-all:nth-child(4) img {
    margin-right: 33px;
}

.funds-all:last-child p span {
    display: block;
    padding-top: 63px;
}

.funds-all:last-child {
    border: 0;
    margin: 0;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="radio"]:checked+label,
input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 43px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #160034;
    font-size: 14px;
    font-family: 'maison-med';
    padding-top: 6px;
    margin-right: 50px;
    position: relative;
    padding-left: 43px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #160034;
    font-size: 14px;
    font-family: 'maison-med';
    padding-top: 6px;
    margin-right: 50px;
}

input[type="radio"]:checked+label:before,
input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #BABABA;
    border-radius: 100%;
    background: white;
}

input[type="radio"]:checked+label:after,
input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #00C48A;
    position: absolute;
    top: 9px;
    left: 9px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type="radio"]:checked+label:before {
    border-color: #00CC88;
}

.campaign-row .form-check {
    display: flex;
}


/*   */

.investor h2 {
    padding: 44px 0;
}

.investor-tab .nav-tabs {
    border-bottom: 0;
    grid-column-gap: 18px;
    padding-left: 15px;
}

.investor-tab .nav-tabs .nav-link {
    font-size: 16px;
    color: #696969 !important;
    font-family: 'maison-med';
    padding: 8px 38px;
    border-radius: 20px;
    border: 1px solid #BFBFBF;
}

.investor-tab .nav-tabs .nav-link.active {
    background: #00C48A;
    color: #fff !important;
    border: 0;
}

.investor .tab-content {
    padding-top: 59px;
    min-height: 30em;
}

.investor-cont {
    border-radius: 42px;
    background: #F5F7F8;
    height: 100%;
}

.investor-cont img {
    border-radius: 42px;
    height: 238px;
    object-fit: cover;
}

.investor-weather {
    padding: 22px 14px 37px 18px;
}

.investor-weather h3,
.invest-rate p span {
    font-size: 16px;
    font-family: 'neue-bold';
    color: #0D0D0D;
}

.investor-weather p {
    font-size: 12px;
    color: #525252;
    font-family: 'pop-reg';
}

.investor-weather .progress {
    margin: 28px 0;
    height: 4px;
    background: #BEBEBE;
}

.investor-weather .progress-bar {
    background: #000000;
}

.invest-rate p span {
    font-size: 14px;
    padding-right: 10px;
}

.pledged-rate {
    border-right: 1px solid #707070;
    padding-right: 33px;
}

.invest-rate {
    display: flex;
    justify-content: space-between;
}

.pledged-rate1 p span {
    font-size: 12px;
}

.investor-row {
    grid-row-gap: 60px;
}

.load-more {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-size: 14px;
    background: transparent;
    color: #00C48A;
    font-family: 'maison-bold';
    height: 56px;
    margin: 64px 0 112px;
}

.show-pwd {
    cursor: pointer;
}