

.navbar-brand-img{
	width: 230px;
}

.navbar-vertical a.nav-link{
	padding: 12px 25px;
}

.navbar-light .navbar-nav .nav-link {
    color: #77838f;
    font-size: 17px;
}

.view_detail{
	margin-top: 16px;
    display: block;
    text-decoration: underline;
}

.view_detail:hover{
	color: #f00;
}

.bg-primary, .btn-primary{
	background-color: #14ad74 !important;
}

.btn.slide-primary:not([class*=btn-outline]), .cart-collaterals .slide-primary.checkout-button:not([class*=btn-outline]), .shop_table.cart input.slide-primary.button:not([class*=btn-outline]), form.woocommerce-checkout .place-order .slide-primary.button:not([class*=btn-outline]){
	border-color: #14ad74 !important;
}

.pricing-table {
    background: #fff;
    box-shadow: 0px 1px 10px -6px rgb(0 0 0 / 58%);
    padding: 2rem;
    border-radius: 4px;
    transition: .3s;
}

.pricing-table:hover {
	box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
}

.pricing-table .pricing-label {
	border-radius: 2px;
	padding: .25rem .5rem;
	margin-bottom: 1rem;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.pricing-table h2 {
	color: #3b3b3b;
	font-size: 24px;
	font-weight: 500;
}

.pricing-table h5 {
	color: #B3B3B3;
	font-size: 14px;
	font-weight: 400;
}

.pricing-table .pricing-features {
	margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
	font-size: 14px;
	margin: .5rem 0;
	color: #B3B3B3;
}

.pricing-table .pricing-features .feature span {
	display: inline-block;
	float: right;
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table 	.price-tag {
	margin-top: 2rem;
	text-align: center;
	font-weight: 500;
}

.pricing-table .price-tag .symbol {
	font-size: 24px;
}

.pricing-table .price-tag .amount {
	letter-spacing: -2px;
	font-size: 64px;
}

.pricing-table .price-tag .after {
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table .price-button {
	display: block;
	color: #fff;
	margin-top: 2rem;
	padding: .75rem;
	border-radius: 2px;
	text-align: center;
	font-weight: 500;
	transition: .3s;
}

.pricing-table .price-button:hover {
	text-decoration: none;
}

.purple .pricing-label {
	background: #cad2ff;
	color: #627afe;
}

.purple .price-tag {
	color: #627afe;
}

.purple .price-button {
	background: #627afe;
}

.purple .price-button:hover {
	background: #546dfe;
}

.turquoise .pricing-label {
	background: #b9edee;
	color: #44cdd2;
}

.turquoise .price-tag {
	color: #44cdd2;
}

.turquoise .price-button {
	background: #44cdd2;
}

.turquoise .price-button:hover {
	background: #2dbcc4;
}

.red .pricing-label {
	background: #ffc4c4;
	color: #ff5e5e;
}

.red .price-tag {
	color: #ff5e5e;
}

.red .price-button {
	background: #ff5e5e;
}

.red .price-button:hover {
	background: #f23c3c;
}

footer.bg-white{
    background-color: #212126 !important;
}

.footer-accordion-toggle{
	color: #fff !important;
}

.list-social-item a {
    border: 1px solid #fff !important;
    color: #fff !important;
}

footer ul li a.text-reset{
	color: #fff !important;
}

footer .text-gray-800 {
    color: #ffffff!important;
}

.border-top {
    border-top: 1px solid #2e2e2e!important;
    justify-content: center;
}

.pricing-table{
	border: 1px solid #dddddd21;
}

.card-footer a.viewBtns{
	text-decoration: underline;
}

a.viewBtns{
	text-decoration: underline;
}

main{
	width: 100%;
    min-height: calc(100vh - 510px);
}

#accordionCurriculum .border-top{
	border-top: 1px solid #dfdfdf!important;
}

.list-group-flush{
	margin-top: 35px;
}

label {
    color: #2f2d51;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 17px;
}

.forgot_pass{
	font-size: 17px;
    text-decoration: underline;
}


.otp-input-fields {
	margin: auto;
	background-color: white;
	width: auto;
	display: flex;
	justify-content: center;
	gap: 20px;	
	padding: 35px 0px;
}
.otp-input-fields input {
	height: 40px;
	width: 40px;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #2f8f1f;
	text-align: center;
	outline: none;
	font-size: 16px;
	/* Firefox */
}
.otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.otp-input-fields input[type=number] {
  	-moz-appearance: textfield;
}
.otp-input-fields input:focus {
	border-width: 2px;
	border-color: #287a1a;
	font-size: 20px;
}

.nav-tabs a.nav-link{
	padding: 15px 35px;
	min-width: 250px;
	text-align: center;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    color: #fff;
    background: #484646;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #14ad74;
    border-color: #ffffff #ffffff #ffffff;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs a img{
	width: 60px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.tab-content{
	width: 100%;
	background: none;
	padding: 80px 0px;
}

.tab-pane{
	padding: 0px;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 60px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-sizing: border-box;
    width: 100%;
    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

.question_card span.btn-teal {
    background: #1c1515;
    color: #ffffff !important;
    border: 1px solid #686565 !important;
    width: 58%;
    display: block !important;
    margin: 13px 0px !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
}

#msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 0;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    /* letter-spacing: 1px; */
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    width: 100% !important;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

#progressbar {
    margin-bottom: 50px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    justify-content: space-around;
    padding: 0px;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 17px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar li:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar li:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar li:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar li:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: lightgray;
    /*position: absolute;*/
    left: 0;
    top: 25px;
    z-index: -1;
    display: block;
    margin-top: 15px;
    border-radius: 2px;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #14ad74;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display:inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px; 
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}

#progressbar li:before{
	display: none;
}

.question_card{
	width: 100%;
	background: none;
	padding: 45px 0px;
}

.question_card a.btn-teal {
    background: #1c1515;
    color: #ffffff !important;
    border: 1px solid #686565 !important;
    width: 58%;
    display: block !important;
    margin: 13px 0px !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
}

.quizRadio {
    width: 100% !important;
    top: 1px;
    left: 0px !important;
    height: 55px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    max-width: 675px;
    opacity: 0;
}

.maxwidth{
	max-width: 250px;
	margin: 0px 15px;
}

.step_down {
    width: 100%;
    background: none;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.step_down button{
	min-width: 200px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.step_down button i{
	margin-left: 5px;
}

.active_question{
	background: #14ad74 !important;
    color: #fff !important;
    border: none !important;
}

.active_question span{
    color: #fff !important;
}

.modal-body button.close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    line-height: 7px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #000;
    font-size: 25px;
}

.maxwidth100{
	max-width: 230px;
    display: block;
    margin: auto;
}

.previous {
	background: #000 !important;
}

.text-white-all{
	margin: 10px 10px;
}


.mycheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mycheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.mycheckbox:hover input ~ .checkmark {
  	background-color: #ccc;
}

.mycheckbox input:checked ~ .checkmark {
    background-color: #14ad74;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.mycheckbox input:checked ~ .checkmark:after {
	display: block;
}

.mycheckbox .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-card ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    max-width: 670px;
    margin: auto;
    align-items: center;
}

.form-card li {
    float: none;
    display: block;
    font-size: 18px;
}

.form-card li img {
    width: 22px;
    margin-right: 10px;
}

.tab-content{
	padding: 0px;
}

.nav-vertical .nav-link {
    padding: 14px 16px !important;
    background: #ffffff;
    margin: 1px 0px;
    color: #000 !important;
    border-radius: 5px !important;
    font-size: 17px;
}

.nav-vertical .active {
    background: #14ad74 !important;
    text-decoration: none !important;
    color: #fff !important;
}

#v-pills-tabContent .tab-pane{
	padding-left: 30px;
}

.nav-vertical .nav-link img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    object-fit: contain;
}

.py-md-12 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}

.profile_sec{
	width: 100%;
    background: none;
    padding: 0px 15px;
}

.profile_sec h2 {
/*    margin-bottom: 50px;*/
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.profile_sec label {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
    opacity: 0.7;
}

.profile_sec h6{
	text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.footer-accordion-toggle{
	font-size: 20px;
	text-decoration: underline;
}

footer ul li a.text-reset{
	font-size: 16px;
}

footer p.font-size-sm-alone{
	font-size: 16px !important;
}

footer a.font-size-sm-alone{
	font-size: 16px !important;
}

.profile_sec .form-control{
	text-align: left;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.profile_sec .form-control::-webkit-input-placeholder {
    font-size: 17px;
}

.profile_sec .btn-turbo img{
	width: 22px;
    height: 22px;
    max-height: initial;
    margin-right: 10px;
}

.lavels_row{
	width: 100%;
	background: none;
	padding: 0px;
	margin-bottom: 30px;
}

.lavels_row h4{
	text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.lavels_row .icon-h-p h1{
	font-size: 60px;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 40px;
    color: #000;
}

.lavels_row .icon-h-p h1 img{
	width: 65px;
}

.lavels_row:last-child{
	margin-bottom: 0px;
}

img.lock_lavel {
    position: absolute;
    top: -39px;
    left: 28px;
    width: 30px;
    opacity: 0.5;
}

.badges_row a.icon-category input[type="checkbox"] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    opacity: 0;
    background: #000;
    z-index: 99999;
}

.achivements_row{
	width: 100%;
    background: none;
    padding: 0px;
    margin-bottom: 30px;
}

.achivements_row:last-child {
    margin-bottom: 0px;
}

.achivements_row a.rounded-lg img {
    width: 60px;
    display: block;
    height: 60px;
    object-fit: contain;
    margin: auto;
}

.achivements_row a h5{
	text-align: left;
    font-size: 19px;
    font-weight: 700;
}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before, 
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 35px;
    top: 38%;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after, 
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 17px;
    height: 17px;
    background: #14ad74;
    position: absolute;
    top: 42%;
    right: 39px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.achivements_row label {
    text-transform: capitalize;
    color: #000 !important;
    opacity: 1;
    margin-bottom: 0;
}

.achivements_row label a{
	position: relative;
    z-index: -999;
}

.refer_earn_sec{
	width: 100%;
	background: none;
/*	padding: 20px 0px;*/
}

.refer_earn_sec img.main {
    max-width: 250px;
    display: block;
    margin: auto;
    /* margin-bottom: 10px; */
}

.refer_earn_sec p{
	margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.h-120p {
    height: 100px!important;
}

.w-120p {
    width: 100px!important;
}

.h5{
	display: block;
}

.credit_master{
	margin-bottom: 50px;
    width: 485px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid #dfdfdf;
    padding: 2px;
    border-radius: 15px;
}

.custom-control-label{
	text-transform: capitalize !important;
	cursor: pointer;
}

.custom-switch .custom-control-input:checked~.custom-control-label::before{
	background-color: #14ad74;
}

.transaction_sec{
	width: 100%;
	background: none;
	padding: 10px 0px;
}

.transaction_sec h3{
	text-align: left;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
}

.transaction_sec p{
	font-size: 19px;
    text-align: left;
}

.invoice_sec{
	width: 100%;
	background: none;
	padding-top: 40px;
	margin-bottom: 35px;
}

.invoice_sec h3{
	text-transform: uppercase;
}

.invoice_sec ul.upper_list{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: left;
	margin-top: 25px;
}

.invoice_sec .upper_list li{
	float: none;
	display: block;
	text-align: left;
	font-size: 19px;
	margin-top: 15px;
}

.invoice_sec .upper_list li span{
	float: right;
	font-weight: 500;
	color: #111;
}

.invoice_sec table.table{
	margin-top: 25px;
    margin-bottom: 0;
    width: 100%;
}

.table>:not(:first-child) {
    border-top: 0px solid currentColor;
}

.table>:not(caption)>*>* {
    padding: 15px 20px;
    box-shadow: none;
}

.table thead>tr>th {
    background: #14ad74;
    color: #fff;
    font-weight: 500;
}

.subtotal{
	width: 100%;
	background: none;
	padding: 15px 0px;
}

.subtotal ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: right;
}

.subtotal li{
	float: none;
	display: block;
	text-align: right;
	font-size: 18px;
	margin-top: 10px;
}

.subtotal li span {
    margin-left: 15px;
    display: inline-block;
    min-width: 130px;
    color: #000;
    font-weight: 500;
}

.crypto-icon {
    height: 1em;
    vertical-align: baseline;
    margin-bottom: -0.1em;
}

.sik-dropdown > button.dropdown-toggle {
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 2ch;
    text-align: left;
    background: transparent;
    border: 1px solid #e5e5e5 !important;
    outline: none !important;
}
.sik-dropdown > button.dropdown-toggle::after {
    position: absolute;
    right: 1ch;
    top: calc(50% - 0.2ch);
}
.sik-dropdown .dropdown-item {
    cursor: pointer;
}

.dropdown-menu{
	padding: 10px 20px;
}
.sik-dropdown .dropdown-item {
    cursor: pointer;
    font-size: 17px;
    padding: 5px 0px;
    margin: 0;
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover{
	background: transparent !important;
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: #ffffff;
}

.sik-dropdown > button.dropdown-toggle{
	display: flex;
	    align-items: center;
}

/*.sik-dropdown > button.dropdown-toggle{
	height: 2em;
	max-height: 4em;
}*/

.dropdown-menu{
	width: 100%;
}

.dropdown-toggle::after{
	margin-top: -3px;
}

.transaction_sec .achivements_row a h5{
	font-size: 22px;
}

.achivements_row h4{
	margin-bottom: 0;
    font-size: 25px;
    font-weight: 900;
    color: #000;
}

button.statuschange{
	display: block;
    margin-top: 50px;
    background: #14ad74;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 6px;
    width: 100%;
}

.achivements_row .card{
	padding-right: 25px !important;
}

.card-footer ul.nav{
	margin-top: 15px;
	justify-content: center;
}

.tab-content{
	margin-top: 40px;
}

h1{
	font-size: 30px;
}

.box {
    width: 100%;
}

.box h2 {
    display: block;
    text-align: center;
    color: #fff;
}

.box .chart {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 160px;
    height: 160px;
    color: #fff;
}

.box canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
}

.transaction_sec ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    margin-top: 35px;
}

.transaction_sec li{
    float: none;
    display: block;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.account_btn{
    background: #CF3F2D;
    min-width: 250px;
    color: #fff;
    padding: 15px 20px;
    font-size: 17px;
    border-radius: 10px;
    border: none;
    position: relative;
    text-align: left;
}

.account_btn img {
    width: 27px;
    margin-right: 25px;
    height: 20px;
    object-fit: contain;
    margin-left: 10px;
}

.transaction_sec li:last-child{
    margin-bottom: 0px;
}

.transaction_sec li label{
    display: flex;
    align-items: center;
}

.transaction_sec li label img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    object-fit: contain;
}

.aboutus_sec{
    width: 100%;
    background: none;
    padding: 10px 20px;

}

.aboutus_sec ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    margin-top: 35px;
}

.aboutus_sec li {
    float: none;
    display: block;
    margin-bottom: 35px;
}

.aboutus_sec li label {
    display: flex;
    align-items: center;
}

.aboutus_sec li label img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    object-fit: contain;
}

.about_inside {
    width: 100%;
    padding-left: 45px;
    padding-top: 15px;
    margin-bottom: 25px;
}

.text-danger {
    color: #ff0000cc !important;
}

.reg_profile {
    max-width: 100%;
    background: none;
    padding: 0;
    width: 180px;
    height: 180px;
    display: block;
    margin: auto;
    border: 4px solid #00ae78;
    border-radius: 50%;
    padding: 4px;
    position: relative;
}

.reg_profile img{
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    border-radius: 50%;
}

.uploadImg {
    background: #00ae78;
    display: block;
    width: 35px;
    height: 35px;
    padding: 3px;
    position: absolute;
    right: 5px;
    bottom: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.uploadImg img {
    border-radius: 0px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.uploadImg input{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    opacity: 0;
}

.loginwithFB{
    width: 100%;
    background: none;
    padding: 20px 0px 0px;
}

.loginwithFB h5 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    position: relative;
}

.loginwithFB h5:before {
    content: '';
    border-bottom: 1px solid #c9c8c8;
    display: block;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}

.loginwithFB h5 span {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.loginwithFB ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.loginwithFB li {
    float: none;
    display: flex;
    border: 1px solid #00000021;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
    box-shadow: 0px 2px 2px #958f8f;
}

.loginwithFB li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.myaccount_sec{
    width: 100%;
    padding: 30px 0px;
    background: #fbfbfb;
    border-top: 1px solid #efefef;
}

.myaccount_sec .nav{
    padding: 30px 30px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px !important;
}

.nav-vertical .nav-link img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.nav-vertical .nav-link{
    display: flex;
    align-items: center;
}

.btn-turbo {
    color: #fff  !important;
    background-color: #00ae78 !important;
    border-color: #00ae78 !important;
    padding: 11px 0px;
    max-width: 200px !important;
}

.border-dashed-2 {
    border: 2px dashed #977979;
}

.about_inside{
    padding-top: 40px;
}





























