Files
freeu-project/public/assets/css/FrontendCss/rohit.css
Ritikesh yadav c661166e1d first commit
2024-03-28 14:52:40 +05:30

2104 lines
33 KiB
CSS

.portfolio{
background-image: url("../image/portfolio_bg.png");
background-size: cover;
background-repeat: no-repeat;
}
.pr-image {
width: 65%;
margin: 0 auto;
}
.performance{
background: #F9FBFF;
padding: 50px 0;
}
.perform-header{
padding-bottom: 25px;
text-align: center;
font-size: 35px;
font-weight: bold;
font-family: system-ui , 'Open sans';
}
.perform-text{
text-align: center;
color: #737373
}
.chart-text{
text-align: center;
padding: 30px 0;
color: #143C6D;
font-weight: bold;
}
.chart-text h3{
font-weight: bold;
}
.chart-img{
background-image: url("../image/new-path.png");
background-repeat: no-repeat;
min-height: 400px;
position: relative;
background-size: 871px 240px;
background-position-x: center;
}
.circle{
background-color: #143C6D;
border-radius: 50%;
text-align: center;
color: #fff;
min-height: 145px;
max-width: 145px;
display: grid;
place-content: center;
margin: 0 auto;
font-size: 25px;
}
.circle p{
margin-bottom: 0px;
}
.chart p {
text-align: center;
font-weight: bold
}
p.circle-text {
margin-top: 20px;
}
.chart.chart-1 {
left: -12px;
}
.chart.chart-2 {
top: 150px;
}
.chart.chart-3 {
bottom: 50px;
left: 2px;
}
.chart.chart-4 {
top: 150px;
left: 30px;
}
.historic-performance{
background-color: #F3F3F3;
padding: 60px;
}
.row.card-block1 {
text-align: center;
column-gap: 60px;
margin-bottom: 60px;
row-gap: 35px;
justify-content: center;
}
.row.card-block2 {
text-align: center;
column-gap: 60px;
row-gap: 35px;
justify-content: center;
}
.history-card{
background-color: #143C6D;
padding: 20px;
border-radius: 6px;
color: #fff;
max-width: 230px;
}
.card-block1 {
column-gap: 60px;
}
.history-card h2 {
font-weight: bold;
}
.history-card p {
font-weight: 100;
font-size: 14px;
}
/*Why_FreeU*/
.why_freeU{
background-image: url("../image/portfolio_bg.png");
background-size: cover;
background-repeat: no-repeat;
}
.about-content{
padding: 50px 0;
}
.about-left{
text-align: center;
}
.about-left img {
width: 80%;
}
.about-right h2 {
font-weight: bold;
}
.why_about{
margin-top: 4rem;
}
.about-right p{
color: #6A6A6A;
}
.ex, .qs{
font-weight: bold;
color: #000 !important;
}
.ex-text, .qs-text{
font-size: 11px;
}
.ex-content, .qs-content{
display: flex;
}
.about-circle {
min-width: 80px;
max-height: 80px;
border-radius: 50%;
border: 2px solid #143C6D;
margin-right: 10px;
}
.about-circle img {
object-fit: scale-down;
}
.team h2 {
margin-bottom: 20px;
}
.team p{
text-align: center;
}
.team-content {
display: grid;
grid-template-columns: repeat(12, 1fr);
position: relative;
margin-top: 55px;
margin-bottom: 55px;
}
.team-img {
grid-column: 3 / span 8;
grid-row: 1;
}
.team-img img{
width: 54%;
}
.team-text p {
text-align: left;
color: #fff;
}
.team-text {
grid-column: 6 / 12;
grid-row: 1;
margin-top: 10%;
margin-bottom: 5%;
background-color: #143C6D;
padding: 40px 65px;
border-radius: 15px;
display: grid;
place-content: center;
}
.team-quote h5 {
color: #fff;
}
.team-content [data-aos^=fade][data-aos^=fade].aos-animate {
opacity: 0.9;
transform: translateZ(0);
}
.team-quote h5:before {
background-color: #FFF;
content: "";
display: inline-block;
height: 2px;
position: relative;
vertical-align: middle;
width: 4%;
margin-right: 10px;
border-radius: 10px;
}
.team-quote p {
margin-left: 35px;
}
.teams {
border: 1px solid lightsteelblue;
border-radius: 10px;
padding: 15px;
box-shadow: 0 8px 6px -6px grey;
}
.teams img {
height: auto;
}
.team-detail {
margin-top: 20px;
text-align: center;
}
.team-detail p {
font-weight: bold;
}
.team-detail span {
font-size: 14px;
}
.meet-team {
margin-top: 100px;
}
.team-content:after {
background-color: lightsteelblue;
content: "";
display: inline-block;
height: 2px;
position: absolute;
vertical-align: middle;
width: 80%;
border-radius: 10px;
bottom: -55px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.team-member {
gap: 1.5rem;
}
/*Business Partners*/
.partners{
padding: 50px 0px;
background-color: #F3F3F3;
}
.partners h2 {
text-align: center;
font-weight: bold;
margin-bottom: 35px;
}
.partner-logo{
justify-content: center;
align-items: center;
}
.b-logo img {
width: 80%;
}
.b-logo {
text-align: center;
}
/*How to Invest*/
.howto-image img{
width: 35%;
}
.howto-image {
text-align: center;
}
.how_to-invest h2 {
text-align: center;
font-weight: bold;
margin-bottom: 35px;
}
.how_to-invest p {
text-align: center;
}
.how_to-invest{
padding: 55px 0px;
}
.account {
display: flex;
}
.how_to-icon {
max-width: 80px;
background-color: blue;
padding: 20px;
border-radius: 50%;
max-height: 80px;
display: grid;
place-content: center;
margin-right: 32px;
}
.how_to-icon img {
height: auto;
}
.account-text {
max-width: 600px;
}
.account, .asset, .invest, .return {
display: flex;
position: relative;
}
.how_to-iconleft, .how_to-iconright {
max-width: 80px;
background-color: #143C6D;
padding: 25px;
border-radius: 50%;
max-height: 80px;
display: grid;
place-content: center;
margin-right: 32px;
margin-left: 32px;
}
.how_to-icon img {
height: auto;
}
.how_to-content {
margin-top: 60px;
}
.account-text, .asset-text, .invest-text, .return-text {
max-width: 550px;
position: relative;
}
.asset-text h5, .return-text h5{
text-align: right;
}
.account-text p {
text-align: left;
padding-top: 20px;
position: relative;
height:160px;
}
.asset-text p{
text-align: right;
padding-top: 20px;
position: relative;
height:160px;
}
.invest-text p{
text-align: left;
padding-top: 20px;
position: relative;
height:160px;
}
.return-text p{
text-align: right;
padding-top: 20px;
height:160px;
position: relative;
}
.account:after, .invest:after {
content: "";
position: absolute;
border-bottom: 2px dashed;
left: 74px;
top: 244px;
width: 20%;
}
.account:before, .invest:before {
content: "";
position: absolute;
border-left: 2px dashed;
left: 70px;
top: 84px;
height: 162px;
}
.asset:after {
content: "";
position: absolute;
border-bottom: 2px dashed;
left: 73.5%;
top: 244px;
width: 20%;
}
.asset:before {
content: "";
position: absolute;
border-left: 2px dashed;
left: 93.5%;
top: 84px;
height: 162px;
}
.asset-text:after{
content: "";
position: absolute;
background: black;
clip-path: polygon(0% 50%, 100% 0%,100% 100%);
width: 20px;
height: 22px;
right: 26%;
bottom: -47px;
}
.account-text:after, .invest-text:after {
content: "";
position: absolute;
background: black;
clip-path: polygon(0 0, 100% 50%,0 100%);
width: 20px;
height: 22px;
right: 70%;
bottom: -47px;
}
.how_to-iconleft img, .how_to-iconright img {
width: 29px;
}
.how_to-content h5 {
font-weight: bold;
}
/*//////////Chat-box/////////////*/
.chat-sec{
background-color: #F6F8FA;
}
.chat-box{
padding: 55px;
}
.chat-box h2 {
font-weight: bold;
}
#freeusearch {
background: url(../image/search.png) no-repeat scroll 22px 10px;
background-size: 22px;
position: relative;
padding: 10px 55px;
border-radius: 30px;
border: 1px solid #D5D5D5;
margin-top: 25px;
background-color: #fff;
}
input::-webkit-input-placeholder {
padding-left: 30px;
color: #000;
}
.user-box {
display: flex;
justify-content: space-between;
background-color: #fff;
padding: 30px 15px;
position: relative;
}
.contact-details img {
max-width: 40px;
height: auto;
}
.contact-content h6 {
font-weight: bold;
font-size: 14px;
}
.contact-content span {
font-size: 12px;
}
.contact-time span {
font-weight: bold;
font-size: 10px;
vertical-align: top;
color: grey;
}
.user-box:after {
content: "";
position: absolute;
border-bottom: 1px solid #D5D5D5;
left: 32%;
top: 100px;
width: 175px;
}
.user-contact {
border: 1px solid #D5D5D5;
border-radius: 5px;
background-color: #fff;
padding-left: 0px;
padding-right: 0px;
}
.user-chat {
background-color: #fff;
border: 1px solid #D5D5D5;
border-radius: 5px;
}
.chat-content {
gap: 2em;
justify-content: center;
margin-top: 45px;
}
.user-box:last-child:after {
content: " ";
display: none;
}
.sent {
display: flex;
justify-content: left;
align-items: center;
margin-top: 40px;
}
.sent-chat {
margin-left: 30px;
background-color: #F5F7FB;
padding: 25px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.sent-time{
font-weight: bold;
font-size: 10px;
text-align: center;
margin-top: 20px;
}
.sent-chat p {
margin-bottom: 0px;
}
.today{
text-align: center;
margin-top: 20px;
font-size: 12px;
}
.receive {
margin-top: 30px;
max-width: 427px;
background-color: #143C6D;
color: #fff;
padding: 20px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.receive p {
margin-bottom: 0px;
font-size: 14px;
}
.sent p{
font-size: 14px;
}
form#form1 {
text-align: center;
margin-top: 25px;
}
input#chat-box {
position: relative;
padding: 15px 55px;
border-radius: 30px;
border: 1px solid #D5D5D5;
margin-top: 25px;
background-color: #F6F8FA;
width: 60%;
}
#chat-send{
border: none;
background-color: #FFB600;
padding: 15px 30px;
border-radius: 6px;
font-size: 15px;
margin-left: 10px;
margin-right: 10px;
cursor: pointer;
}
.send-msg {
margin-bottom: 20px;
}
.today{
position: relative;
color: #143C6D;
}
.today:before {
background-color: #D5D5D5;
content: "";
display: inline-block;
height: 2px;
position: absolute;
vertical-align: middle;
width: 40%;
margin-right: 15px;
border-radius: 10px;
top: 8px;
left: 25px;
}
.today:after {
background-color: #D5D5D5;
content: "";
display: inline-block;
height: 2px;
position: absolute;
vertical-align: middle;
width: 40%;
margin-right: 15px;
border-radius: 10px;
top: 8px;
right: 10px;
}
/*Investor profile*/
.investor-image{
width: 46%;
margin: 0 auto;
}
.ip-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 35px 45px;
border-bottom: 1px solid #D5D5D5;
}
button.ed-profile {
border: none;
padding: 10px 28px;
border-radius: 15px;
background-color: #FFB600;
position: relative;
cursor: pointer;
}
.ip-header h2 {
font-weight: bolder;
}
.ed-profile:before {
content: "✏";
position: absolute;
left: 10px;
transform: rotate(138deg);
}
.iv-form {
display: flex;
flex-direction: column;
/*justify-content: center;*/
}
.iv-form label{
margin-bottom: 10px;
font-size: 18px;
}
input.iv-input {
padding: 14px;
max-width: 100%;
border-radius: 5px;
border: 1px solid #D5D5D5;
background-color: #F5F6F9;
margin-bottom: 0px;
}
.err_msg_show {
margin-bottom: 40px;
}
.err_msg_show input.iv-input{
margin-bottom: 0;
width: 100%;
}
.form-sec {
margin-top: 35px;
}
/*Toggle button*/
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
margin-left: 15px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: -6px;
background-color: #143C6D;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(45px);
-ms-transform: translateX(45px);
transform: translateX(45px);
}
/* Rounded sliders toggle btn*/
.slider.round {
border-radius: 34px;
min-width: 80px;
max-height: 12px;
}
.slider.round:before {
border-radius: 50%;
}
.textarea{
margin-left: 15px;
margin-top: 35px;
}
.textarea textarea{
width: 100%;
height: 150px;
padding: 12px 20px;
box-sizing: border-box;
border: 1px solid #D2D2D2;
border-radius: 4px;
background-color: #F5F6F9;
font-size: 16px;
resize: none;
/*margin-bottom: 60px;*/
}
.textarea label {
font-size: 18px;
}
/*Investor profile edit*/
.save{
background: #FFB600;
color: #000;
font-weight: bold;
font-size: 18px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
min-width: 335px;
padding: 10px 30px;
border: none;
margin-left: 30px;
cursor: pointer;
}
.textarea-one textarea{
width: 100%;
height: 150px;
padding: 12px 20px;
box-sizing: border-box;
border: 1px solid #D2D2D2;
border-radius: 4px;
background-color: #F5F6F9;
font-size: 16px;
resize: none;
margin-bottom: 25px;
}
.invest-form {
margin-bottom: 60px;
}
.textarea-one {
margin-left: 15px;
}
/*Security Page*/
.security-form {
padding: 50px 0;
display: grid;
place-content: center;
}
.security-form h2 {
text-align: center;
font-weight: bolder;
margin-bottom: 40px;
}
.security-text p {
color: #6A6A6A;
}
.security-text {
margin-bottom: 30px;
}
.pwd-input{
padding: 10px;
width: 98%;
border: 1px solid #D5D5D5;
background-color: #fff;
margin-bottom: 35px;
}
input::-webkit-input-placeholder {
padding-left: 30px;
}
.security-form input::-webkit-input-placeholder {
color: #737373;
text-align: left;
}
.authenticate {
margin-bottom: 35px;
}
#auth-q {
padding: 25px;
width: 98%;
border: 1px solid #D5D5D5;
background-color: #fff;
margin-bottom: 35px;
}
.u-pwd{
background: #FFB600;
color: #000;
font-weight: bold;
font-size: 18px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
padding: 10px 30px;
border: none;
cursor: pointer;
width: 100%;
}
input#auth-q::-webkit-input-placeholder {
position: relative;
left: -13px;
}
/*Notification shade*/
.notification {
position: absolute;
top: 100%;
right: -130px;
left: auto;
z-index: 1000;
display: none;
float: left;
min-width: 600px;
padding: 0.5rem 0;
margin: 30px 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #F8F8F8;
background-clip: padding-box;
border: 1px solid #D5D5D5;
border-radius: 0.25rem;
box-shadow: 1px 1px 6px 0px #9f9696;
}
/*.social_icon .dropdown-menu.notification.show {*/
/* transform: translate3d(-1077px, 34px, 0px) !important;*/
/*}*/
.notify-header h5{
text-align: center;
color: #143C6D;
border-bottom: 2px solid #143C6D;
padding: 20px 0px;
}
.notify-filter {
display: flex;
justify-content: space-between;
padding: 25px;
}
.notify-filter button {
border: none;
background-color: transparent;
}
button.btn-one {
font-weight: bolder;
text-decoration: underline;
cursor: pointer;
}
button.btn-two {
color: grey;
text-decoration: underline;
cursor: pointer;
}
.notify-content ul {
padding-left: 0px;
margin-bottom: 20px;
overflow-y: auto;
height: 250px;
display: contents;
}
.notify-content {
overflow-y: auto;
height: 250px;
}
.list-item{
white-space: normal;
padding: 20px 20px;
}
.list-item span {
font-weight: bolder;
font-size: 12px;
display: block;
margin-top: 10px;
}
li.dropdown-item.list-item:nth-child(odd) {
background-color: #fff;
/*border-top: 1px solid #DEDEDE;*/
border-bottom: 1px solid #DEDEDE;
}
li.dropdown-item.list-item:nth-child(even) {
background-color: #F8F8F8;
/*border-top: 1px solid #DEDEDE;*/
border-bottom: 1px solid #DEDEDE;
}
/*Accounts*/
.accounts-image{
width: 55%;
margin: 0 auto;
}
.acc-header h2 {
font-weight: bold;
}
.acc-header{
display: flex;
align-items: center;
justify-content: space-between;
padding: 35px 45px;
border-bottom: 1px solid #D5D5D5;
}
.acc-header p{
color: #737373;
}
.add-acc{
border: none;
padding: 10px 28px;
border-radius: 4px;
background-color: #FFB600;
position: relative;
cursor: pointer;
}
/*
.acc-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
}*/
.acc-card {
border: 1px solid #143C6D;
border-radius: 10px;
padding: 20px;
position: relative;
max-width: 31%;
margin: 0 15px;
}
.acc-card a.yellow-btn {
width: 100%;
}
/*.acc-card {
border: 1px solid #143C6D;
border-radius: 10px;
padding: 15px 20px;
position: relative;
}*/
.card-item p {
margin-bottom: 0px;
}
.up-kyc{
background: #FFB600;
color: #000;
font-weight: bold;
font-size: 18px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
align-items: center;
border-radius: 10px;
min-width: 260px;
padding: 10px 30px;
border: none;
cursor: pointer;
margin: auto;
}
.card-item{
display: flex;
justify-content: space-between;
width: 100%;
padding: 10px 0px;
border-top: 1px solid lightgrey;
}
.acc-list {
margin-bottom: 35px;
}
.acc-content {
padding: 60px 0px;
}
.card-img{
text-align: center;
margin-bottom: 35px;
}
.card-img img{
max-width: 60px;
height: auto;
}
.acc-cardone:before {
content: "KYC pending";
position: absolute;
top: 0;
left: 0;
padding: 10px;
font-size: 12px;
background-color: #143C6D;
color: #fff;
border-top-left-radius: 8px;
}
.acc-cardtwo:before {
content: "KYC pending";
position: absolute;
top: 0;
left: 0;
padding: 10px;
font-size: 12px;
background-color: #143C6D;
color: #fff;
border-top-left-radius: 8px;
}
.card-item p:first-child{
color: #737373;
}
/*Right Investment*/
#r-search{
background: url(../image/search.png) no-repeat scroll 22px 10px;
background-size: 22px;
position: relative;
padding: 10px 55px;
border-radius: 8px;
border: 1px solid #143C6D;
margin-top: 25px;
background-color: #fff;
font-family: 'Poppins';
width: 90%;
}
input#r-search::-webkit-input-placeholder {
font-weight: bold;
font-family: 'Poppins';
}
.offer {
position: relative;
}
.offer-content {
box-shadow: 0px 8px 14px lightgrey;
padding: 10px;
position: relative;
bottom: 50px;
background-color: #fff;
border-radius: 15px;
}
.offer-left {
border-right: 1px solid #143C6D;
}
.offer-left h4 {
margin-bottom: 2rem;
color: #143C6D;
}
.offer-text p, .offer-right p {
color: #143C6D;
}
.offer-right p{
font-size: 18px;
}
.offer-right h3 {
color: #143C6D;
font-weight: bold;
}
.offer-right {
padding-left: 30px;
}
.m-offer{
background: #FFB600;
color: #000;
font-weight: bold;
font-size: 18px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
max-width: 325px;
padding: 10px 30px;
text-decoration: none;
position: relative;
margin-top: 2rem;
}
a#recommended, #verified, #recent, #view {
background-color: #fff !important;
color: #000 !important;
border: none !important;
}
.feature-content {
display: flex;
justify-content: space-between;
align-items: center;
margin: 35px 0px;
border-bottom: 1px solid lightgrey;
}
.feature-link {
width: 60%;
}
.feature-link ul {
display: flex;
list-style-type: none;
justify-content: space-between;
padding-left: 0;
}
.view-all ul {
list-style-type: none;
}
.feature-link li, .view-all li {
font-weight: bold;
}
.perfect h3 {
font-weight: bold;
}
.benefits .perfect {
min-height: 145px;
margin-bottom: 65px;
}
.tags {
text-align: center;
}
.choice {
padding: 50px;
}
.choice h2{
text-align: center;
font-weight: bold;
margin-bottom: 4rem;
}
.offer-sec{
background-image: url("../image/hit-bg.png");
padding-bottom: 70px;
}
.offer-sec h2, .offer-sec h3 {
color: #fff;
}
.sell{
background-image: url("../image/abstract.png");
background-size: cover;
background-repeat: no-repeat;
background-color: #fff;
}
.future-invest .nav-pills .nav-link {
background: transparent;
color: #000;
margin-bottom: 20px;
max-width: 160px;
text-align: center;
margin-right: 20px;
font-weight: bold;
}
.future-invest .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #000;
}
.future-invest .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
border-bottom: 2px solid #143C6D;
background: transparent;
border-radius: 0;
max-width: 160px;
font-weight: bold;
}
.future-invest{
padding: 30px 0px;
}
.future-invest h2{
font-weight: bold;
margin-bottom: 50px;
}
.fi .card {
padding: 30px 20px;
border: 1px solid #aaaaaa;
max-width: 30%;
border-radius: 15px;
box-shadow: 0 3px 7px 2px #cdc9c9;
margin: 0 auto;
}
.fi .card img{
object-fit: unset;
margin-bottom: 20px;
height: 160px;
border-radius: 10px;
object-position: center;
}
.fi .card h3 {
font-size: 16px;
font-weight: bold;
min-height: 40px;
}
.fi .card p {
text-align: left;
font-size: 15px;
margin: 0 0 10px;
height: auto;
}
.fi .card .table td {
font-size: 14px;
border-top: 0;
padding: 5px;
font-weight: normal;
line-height: 30px;
}
.fi td.fi-r{
color: #113268;
text-align: right;
}
.fi {
padding-bottom: 50px;
}
.offer-content img {
width: 10%;
margin-bottom: 20px;
margin-left: 32px;
}
.future-invest ul#pills-tab:after {
background-color: lightgrey;
content: "";
display: inline-block;
height: 1px;
position: absolute;
vertical-align: middle;
width: 95%;
margin-left: 10px;
border-radius: 10px;
top: 40px;
right: auto;
z-index: -1;
}
.future-invest ul#pills-tab {
position: relative;
}
/*Acc-update*/
.save-exit{
align-items: center;
}
.save-exit button{
background: #143C6D;
padding: 14px 30px;
border-radius: 5px;
text-align: center;
color: #fff;
text-decoration: none;
border: none;
margin-bottom: 40px;
cursor: pointer;
}
.tab-form {
padding: 55px 30px;
}
.acc-dropdown{
padding: 14px;
max-width: 100%;
border-radius: 5px;
border: 1px solid #D5D5D5;
background-color: #F5F6F9;
margin-bottom: 0px;
}
.tab-form .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
border-bottom: 2px solid #143C6D;
background: transparent;
border-radius: 0;
max-width: 250px;
font-weight: bold;
font-size: 15px;
color: #143C6D;
}
.tab-form .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
text-align: left;
position: relative;
}
.tab-form .nav-pills .nav-link{
background: transparent;
border-radius: 0;
max-width: 250px;
font-weight: bold;
font-size: 15px;
text-align: left;
color: #000;
}
.pi-details h2 {
color: #143C6D;
}
.acc-tab {
position: relative;
margin-top: 20px;
}
.update{
background: #FFB600;
color: #000;
font-weight: bold;
font-size: 18px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
min-width: 335px;
padding: 10px 30px;
border: none;
margin: 0px auto;
cursor: pointer;
}
.acc-tab span {
background-color: grey;
padding: 3px 11px;
border-radius: 50%;
margin-right: 15px;
color: #fff;
}
/*.nav-link.active:after {
background-color: #143C6D;
content: "";
display: inline-block;
height: 2px;
position: absolute;
vertical-align: middle;
width: 63%;
margin-left: 10px;
border-radius: 10px;
top: 35px;
z-index: 1;
left: 47px;
}*/
/*Index1*/
.new-bluebr{
height: 95px;
}
/*Responsive*/
@media only screen and (max-width: 1080px){
.account-text:after{
right: 77%;
}
}
@media only screen and (max-width: 990px){
.chart.chart-1 {
left: 0px;
}
.chart.chart-2 {
top: 0px;
}
.chart.chart-3 {
bottom: 0px;
left: 0px;
}
.chart.chart-4 {
top: 0px;
left: 0px;
}
.team-img img {
width: 100%;
}
.team-content {
display: grid;
grid-template-columns: 1fr;
position: relative;
}
.team-img {
grid-column: 1/2;
grid-row: 1;
}
.team-text {
grid-column: 1/2;
grid-row: 2;
}
.account-text:after{
right: 80%;
}
.how_to-iconleft, .how_to-iconright {
max-width: 65px;
background-color: #143C6D;
padding: 20px;
border-radius: 50%;
height: 55px;
display: grid;
place-content: center;
margin-right: 32px;
margin-left: 32px;
}
.account:before {
content: "";
position: absolute;
border-left: 2px dashed;
left: 55px;
top: 76px;
height: 170px;
}
.account:after {
content: "";
position: absolute;
border-bottom: 2px dashed;
left: 63px;
top: 244px;
width: 20%;
}
input#chat-box{
width:100%;
}
.notification{
max-width: 600px;
min-width: auto;
}
.acc-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1em
}
.acc-cardone{
grid-column: 1/2;
grid-row: 1;
}
.acc-cardtwo{
grid-column: 1/2;
grid-row: 2;
}
}
@media only screen and (max-width: 768px){
.how_to-iconleft img, .how_to-iconright img {
width: 16px;
}
}
/*Acc-update custom tab*/
/*Outter Card*/
.card0 {
background-color: #f5f5f5;
border-radius: 8px;
z-index: 0;
}
/*Inner Card*/
.card00 {
z-index: 0;
}
/*Left side card with progressbar*/
.card1 {
margin-left: 90px;
z-index: 0;
border-right: 1px solid #f5f5f5;
}
/*right side cards*/
.card2 {
display: none;
}
.card2.show {
display: block;
}
.social {
border-radius: 50%;
background-color: #ffcdd2;
color: #e53935;
height: 47px;
width: 47px;
padding-top: 16px;
cursor: pointer;
}
.form-sec input,
.form-sec select {
padding: 2px;
border-radius: 0px;
box-sizing: border-box;
color: #9e9e9e;
border: 1px solid #bdbdbd;
font-size: 16px;
letter-spacing: 1px;
height: 50px !important;
}
/*.form-sec select {
width: 100%;
margin-bottom: 85px;
}*/
.form-sec input:focus,
select:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
/* box-shadow: none !important;
border: 1px solid #e53935 !important;
outline-width: 0 !important;*/
}
/*Red colored checkbox*/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: #e53935;
}
/*.form-group {
margin-bottom: 1.5rem;
width: 77%;
}*/
.form-control-placeholder {
position: absolute;
top: 0px;
padding: 12px 2px 0 2px;
transition: all 300ms;
opacity: 0.5;
}
.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
font-size: 95%;
top: 10px;
transform: translate3d(0, -100%, 0);
opacity: 1;
background-color: #fff;
}
.next-button {
/* width: 18%;
height: 50px;
background-color: #bdbdbd;
color: #fff;
border-radius: 6px;
padding: 10px;
cursor: pointer; */
background: #ffb600;
color: #000;
font-weight: bold;
font-size: 18px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
min-width: 335px;
padding: 10px 30px;
border: none;
cursor: pointer;
width:fit-content;
margin-left: auto !important;
margin-right: auto;
}
.next-button:hover {
/* background-color: #e53935; */
background-color: #ffb600;
color: #fff;
}
.get-bonus {
margin-left: 154px;
}
/*Cookie pic*/
.pic {
width: 230px;
height: 110px;
}
/*Icon progressbar*/
#progressbar {
position: absolute;
left: 0px;
overflow: hidden;
color: #e53935;
}
#progressbar li {
list-style-type: none;
font-size: 8px;
font-weight: 400;
margin-bottom: 36px;
}
/* #progressbar li:nth-child(3) {
margin-bottom: 88px;
} */
#progressbar .step0:before {
content: "";
color: #fff;
}
#progressbar li:before {
width: 30px;
height: 30px;
line-height: 30px;
display: block;
font-size: 20px;
background: #fff;
border: 2px solid #143c6d;
border-radius: 50%;
margin: auto;
}
#progressbar li:last-child:before {
width: 40px;
height: 40px;
}
/*ProgressBar connectors*/
#progressbar li:after {
content: "";
width: 3px;
height: 66px;
background: #bdbdbd;
position: absolute;
left: 58px;
top: 15px;
z-index: -1;
}
#progressbar li:last-child:after {
top: 147px;
height: 132px;
}
#progressbar li:nth-child(3):after {
top: 81px;
}
#progressbar li:nth-child(2):after {
top: 0px;
}
#progressbar li:first-child:after {
position: absolute;
top: -81px;
}
/*Color of the connector before*/
#progressbar li.active:after {
/* background: #e53935; */
background: #143c6d;
}
/*Color of the step before*/
#progressbar li.active:before {
/* background: #e53935; */
background: #143c6d;
font-family: FontAwesome;
content: "\f00c";
}
.tick {
width: 100px;
height: 100px;
}
.prev {
display: block;
position: relative;
left: 0px;
top: 75%;
cursor: pointer;
}
.prev:hover {
color: #d50000 !important;
}
.prev span.fa.fa-long-arrow-left {
background-color: #143C6D;
padding: 10px 11px;
border-radius: 0px;
}
/*.back{
position: relative;
top: 135px;
}*/
/*Sell Investment*/
.si-hd{
line-height: 1.5;
}
ul.si-hd_p {
padding-left: 34px;
}
.si-hd_p li{
position: relative;
list-style-type: none;
margin-bottom: 30px;
}
.si-hd_p li:before {
content: url("../image/badge-check.png");
position: absolute;
left: -34px;
}
.sell-form-sec form {
display: flex;
justify-content: space-between;
align-items: center;
}
.sell-form-sec select {
width: 100%;
border: none;
}
#s-d {
border: none;
}
.sell-form label {
font-weight: bold;
font-size: 14px;
}
.sell-btn button {
border: none;
border-radius: 10px;
background-color: #143C6D;
color: #fff;
padding: 10px 30px;
cursor: pointer;
min-width: 180px;
}
.sell-form {
/*border-right: 1px solid lightgrey;*/
padding: 15px;
}
.sell-form span {
border-right: 2px solid lightgrey;
padding-right: 15px;
}
.sell-form:hover {
box-shadow: 0px 4px 7px 0px lightgrey;
}
.sell-btn {
margin-left: 25px;
}
.hwitworks .hwitworks-header{
font-weight: 600;
}
.hwitworks-p{
color: #7E7979;
margin-bottom: 5rem;
}
.hwitworks-card h5 {
color: #143C6D;
text-align: center;
font-size: 18px;
margin-bottom: 25px;
}
.hwitworks .hwitworks-card p {
font-size: 14px;
color: #6A6A6A;
}
.hwitworks .hwitworks-card {
border: none;
}
h4.whysell-header {
font-size: 30px;
margin-bottom: 3rem;
}
.whysellhere {
background-color: #F6F9FC;
}
.whysell-content p {
font-size: 20px;
color: #000;
margin-bottom: 3rem;
}
.whysell-btn{
background: #FFB600;
color: #000;
font-weight: bold;
font-size: 16px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
max-width: 395px;
padding: 10px 30px;
text-decoration: none;
position: relative;
margin-top: 4rem;
}
.sellmyinvest-news .Latest_news {
background-color: #fff;
}
.whysell-img img {
width: 50%;
}
.founder{
display: flex;
}
@media screen and (max-width: 912px) {
.card00 {
padding-top: 30px;
}
.card1 {
border: none;
margin-left: 50px;
}
.card2 {
border-bottom: 1px solid #f5f5f5;
margin-bottom: 25px;
}
.social {
height: 30px;
width: 30px;
font-size: 15px;
padding-top: 8px;
margin-top: 7px;
}
.get-bonus {
margin-top: 40px !important;
margin-left: 75px;
}
#progressbar {
left: -25px;
}
}