body { 
	background: #e7e7e7;
}
ul{list-style-type:none;}

a {    
	color: #1eb6ff;
    text-decoration: none;	
}

a:hover {
    color: #000;
    text-decoration: none;
}


h1 { 
	font-size:30px;
	color:#1eb6ff;
	text-align:center;
	margin-bottom:20px;
}
h2{font-size:20px;margin-bottom:12px;}
h3{font-size:20px;margin-bottom:12px;color:#1eb6ff;}
h6{font-size:16px;}

.btn2 {
    background: #fff;
    padding: 18px 20px;
    text-transform: uppercase;
    color: #000!important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    -moz-user-select: none;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border: 1px solid #c9a101;
    overflow: hidden;
    margin: 0;
	border-radius:8px;
}

.btn2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c9a101;
    color: #fff!important;
    z-index: 1;
    transition: transform .5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(.5,1.6,.4,.7);
    transform: scaleX(0);
   
}

.btn2:hover::before {
    transform: scaleX(1);
    color: #fff!important;
    z-index: -1;
}
.btn2:hover{
    color: #fff!important;
}
.loginbox{background:#fff; box-shadow:10px 15px 10px -15px #222;}

.topbar{background:#fff;}

#loginbg .tab-content{margin:10px 0;}
.nav-tabs .nav-link {background: #f3d566;border:0;color:#000;font-weight:600;padding:10px 20px; width:100%;border-radius:0;}
.nav-tabs .nav-link.active {background: #1eb6ff;border:0;color:#fff;}
.nav-tabs li {width:50%;text-align:center;}
#loginbg .tab-pane { padding:10px 20px;}
#loginbg .loginbox{position:relative;}
#loginbg h1{
	position:absolute;
	bottom:45px;
	font-size:25px;
	line-height:28px;
	color:#fff;
	padding:0 25px;
}
#loginbg h1 span{color:#1eb6ff;}
.txt_sm{font-size:15px;}
#loginbg h4 { 
	font-size:30px;
	color:#1eb6ff;
	text-align:center;
	margin-bottom:20px;
}
#loginbg h6 { 
	font-size:15px;
	color:#1eb6ff;
	text-align:center;
	margin-bottom:20px;
}
#loginbg h6 span{color:#000;}

#loginbg, #martop{margin-top:5%;}
#sidebar-nav {width: 250px;background: #1eb6ff;}
.shadow {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
footer {
	background:#0948a7;
    position: fixed;
    right: auto;
    bottom: 0;
    left: auto;
    z-index: 1030;
    width: 100%;
    padding: 12px;
	color:#8cd7f3;
	font-size:14px;
	text-align:left;
}
.min-vh-100 {
    min-height: 100vh!important;
}


/*** Layout ***/
.sidebar {
	background:#fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
	min-height: 100vh!important;
    transition: 0.5s;
    z-index: 999;
	
}

.content {
    margin-left: 250px;
    min-height: 100vh;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -250px;
    }

    .content {
        width: calc(100% - 250px);
    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -250px;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}


/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
    padding: 14px 20px;
    color: #111;
    font-weight: 500;
    border-left: 3px solid var(--light);
    border-radius: 30px 0 0 30px;
    outline: none;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c9a101;
}
.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: #fff;
    background: #c9a101;
    border-color: var(--primary);
	
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #a8d1fb;
}
.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i{
   color:#fff;
	
}

.sidebar .navbar .navbar-nav .nav-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	color:#1eb6ff;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
    background: var(--light);
}

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding:10px 0 10px 25px;
    border-radius: 20px 0 0 20px;
}

.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: var(--dark);
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-left: 10px;
    font-size:20px;
    color:#1eb6ff;
}
.navbar-nav .dropdown-menu {
    position: static;
    margin-left: 25px;
}
.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}


.username{
	font-size:15px;color:#fff;
}
.container_mid{	margin-bottom:50px;}
.whitebox{background:#fff; box-shadow:0 0 8px #ccc;padding:10px;border-radius:10px;margin:0 0 10px 0;    
float: left; width: 100%;}


.whitebox1{
	background:#fff; 
	box-shadow:0 0 8px #ccc;
	padding:10px;
	border-radius:10px;
	border-left:12px solid #1ba0dc;
}
.whitebox2{
	background:#fff; 
	box-shadow:0 0 8px #ccc;
	padding:10px;
	border-radius:10px;
	border-left:12px solid #fa9532;
}
.whitebox3{
	background:#fff; 
	box-shadow:0 0 8px #ccc;
	padding:10px;
	border-radius:10px;
	border-left:12px solid #f35fa2;
}
.whitebox4{
	background:#fff; 
	box-shadow:0 0 8px #ccc;
	padding:10px;
	border-radius:10px;
	border-left:12px solid #31c357;
}
.mid_title{	
	background:#fff; 
	box-shadow:0 0 8px #ccc;
font-size:15px;color:#111;border-bottom:1px solid #666;padding:6px;margin-bottom:20px;}

.form-control {width: auto;width:100%!important;}
thead tr td{font-weight:600;font-size:15px;color:#111;}
.orders .table tr td:nth-child(3){text-align:right;}
.table tr td{vertical-align:top;font-size:13px;font-weight:600;padding:15px;vertical-align: middle;}
.table-striped>tbody>tr:nth-of-type(odd) {background:#fff; }
.table-striped>tbody>tr:nth-of-type(even) {background:#c3e9f1; }
.btn_box{
	background: #f0d259;
    padding: 6px 10px;
	font-size: 13px;
    font-weight: 600;
	color: #000;
    text-transform: uppercase;
	border: 1px solid #1eb6ff;
	border-radius:5px;
}
.tbl_td{font-size: 14px;color: #666;margin-bottom:8px;font-weight:400;}
.mem_card_front123{
	background:url(../img/membership_card.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:300px;
	border-radius:12px;
	position:relative;
}
.card_logo{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
}
.card_logo img{
	width:200px;
}

.mem_card_front.flex, .mem_card_back.flex {
  display: inline-flex;
  align-items: center;
}


.card_social{
	position:absolute;
	bottom:16px;
	left:20px;
}

.card_social h3{font-size: 14px;color:#fff;}
.mem_card_front ul{padding-left:0;}

.mem_card_front ul li i{
	background:#fff;
	width:28px;
	height:28px;
	line-height:28px;
	border-radius:50%;
	color:#000;
	font-size:14px;
	text-align:center;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
.mem_card_front ul li i:hover{
	background:#0176ee;
	color:#fff;
}


.mem_card_back123{
	background:url(../img/membership_card_back.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:300px;
	border-radius:12px;
	position:relative;
}
.back_left{
	height:100%;
	width:50%;
	left:0;
	right:0;
	margin:0 auto;
}
.back_left img{
	
}
.mem_card_back.flex .row{width:100%;}
.mem_card_back h4{	color:#fff;font-size:16px;}
.mem_card_back h5{	color:#fff;font-size:14px;}
.mem_card_back p{	color:#fff;font-size:12px;}
.back_right{margin:25px 0 0 10px;}
.list .table{
	border-collapse:separate; 
    border-spacing: 0 .5em;
}

tr:first-child td:first-child { border-top-left-radius: 10px; }
tr:first-child td:last-child { border-top-right-radius: 10px; }

tr:last-child td:first-child { border-bottom-left-radius: 10px; }
tr:last-child td:last-child { border-bottom-right-radius: 10px; }

.badge { padding: 0.8em 1em;}
.pagination{font-size:13px;margin:0;}  
.pagination .text-end{float:right;}
.account_details{line-height:16px;}
.green_btn{
	background:#34b77c;
	width:80px;
	height:80px;
	line-height:80px;
	border-radius:50%;
	color:#fff;
	font-size:12px;
	text-align:center;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
.green_btn:hover{
	background:#1eb6ff;
}


.btn_white {
    background: #fff;
    padding: 12px 5px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
	text-align:center;
	border-radius:25px;
	box-shadow:0 0 10px #999;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}

.btn_white:hover{
	background: #1eb6ff;
    color: #fff;
}
.boxpadd{padding:30px;}
.editpic{position:relative;}

.edit {
	position: absolute;
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 28px;
    font-size: 15px;
    color: #1eb6ff;
    bottom: 10px;
    margin: 0 auto;
    text-align: center;
    left: 60px;
    right: 0;
	box-shadow:0 0 10px #999;
}


.datepicker.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 5px!important;
    margin: 0;
    font-size: 14px!important;
    color: #757575;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 5px;
}
.input-group-addon i{color:#1eb6ff;margin-top:7px;}
.datepicker-days table tbody td{border:1px solid #ddd;padding:2px 5px;text-align:center;}
.datepicker-days table thead{background: #1eb6ff;color:#fff;padding:5px;text-align:center;}


.btn_green{
	background:#34b77c;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	padding:7px 20px;
	text-align:center;
	border:1px solid #34b77c;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
.btn_green:hover{
	background:#fff;color:#000;
}

.scrol_div{text-align:left;height:250px;overflow:auto;margin-bottom:20px;}
.uploaded_pic{
	background:#fff;
	border:1px dashed #ccc;
	border-radius:10px;
	margin-bottom:15px;
	text-align:center;
	box-shadow:0 0 15px #ccc;
}

.box_inner1{display:table;width:100%;}
.box_inner1 ul{padding-left:0;}
.box_inner1 ul li{float:left;margin:6px 0;width:49%;font-size:13px;}
.box_inner1 ul li span{font-size: 20px;color: #444;font-weight:600;display: block;}

.wht_btn {
    background: #fff;
    padding: 5px 10px;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #888;
	border-radius:25px;
}

.wht_btn:hover {
    background: #888;
    color: #fff;
}
.yellow_btn {
    background: #c9a101;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #fff;
	border-radius:25px;
	box-shadow:0 0 10px #979797;
}

.yellow_btn:hover {
    background: #fff;
	border: 1px solid #c9a101;
    color: #000;
}

.same_height {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.equal_height {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; /* Means flex: 1 1 0 */
}
.box_inner1 ul li img{opacity: 0.2;}


ul.ranks_stair li{width:100%;margin:0;padding:0;}
ul.ranks_stair li:nth-child(1) p{
	width:120px;
	background:#FFF;
	padding:10px 0;
	display:inline-block;
	margin-left:60%;
	border-top:1px solid #aaa;
	border-right:6px solid #ff6600;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	font-weight:700;
	font-size:14px;
	color:#000;
	text-align:center;
}

ul.ranks_stair li:nth-child(2) p{
	width:120px;
	background:#FFF;
	padding:10px 0;
	display:inline-block;
	margin-left:50%;
	border-top:1px solid #aaa;
	border-right:6px solid #00b8ff;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	font-weight:700;
	font-size:14px;
	color:#000;
	text-align:center;
}
ul.ranks_stair li:nth-child(3) p{
	width:120px;
	background:#FFF;
	padding:10px 0;
	display:inline-block;
	margin-left:40%;
	border-top:1px solid #aaa;
	border-right:6px solid #0000ff;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	font-weight:700;
	font-size:14px;
	color:#000;
	text-align:center;
}

ul.ranks_stair li:nth-child(4) p{
	width:120px;
	background:#FFF;
	padding:10px 0;
	display:inline-block;
	margin-left:30%;
	border-top:1px solid #aaa;
	border-right:6px solid #ffc800;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	font-weight:700;
	font-size:14px;
	color:#000;
	text-align:center;
}

ul.ranks_stair li:nth-child(5) p{
	width:120px;
	background:#FFF;
	padding:10px 0;
	display:inline-block;
	margin-left:20%;
	border-top:1px solid #aaa;
	border-right:6px solid #70d165;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	font-weight:700;
	font-size:14px;
	color:#000;
	text-align:center;
}


ul.ranks_stair li:nth-child(6) p{
	width:120px;
	background:#FFF;
	padding:10px 0;
	display:inline-block;
	margin-left:10%;
	border-top:1px solid #aaa;
	border-right:6px solid #d57ceb;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	font-weight:700;
	font-size:14px;
	color:#000;
	text-align:center;
}

.topSellerImg {
    width: 125px;
    height: 125px;
    border-radius: 50%;
	background:url(../img/rank_profilebg.png);
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	margin:20px auto 0 auto;
	position:relative;
	 
}
.ranking{
	background-image: linear-gradient(#fbb61f, #562e0f);
	width:40px;
	height:40px;
	line-height:36px;
	border-radius:50%;
	font-size:20px;
	color:#fff;
	font-weight:600;
	text-align:center;
	position:absolute;
	bottom:0;
	border:2px solid #fff;
}


.emperor_icon{
    background:url(../img/emperor_icon.png);
	width:70px;
	height:40px;
	position:absolute;
	top:-20px;
}

.influencericon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0px 4px 23px rgb(251 148 35 / 30%);
    border: 3px solid #fff;
}

.ant-avatar>img {
    width: 100%;
    height: 100%;
    display: block; 
	border-radius: 50%;
}
.rank_name{
	border:1px dashed #f49207;
	padding:6px;
	border-radius:6px;
	font-size:13px;
	color:#000;
	text-align:center;
}

.item{width:95%;margin:0 auto;}

/*dots*/

 .owl-dots,  .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
	margin-top:5px;
}
 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

 .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #c9a101;
}

 .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #bbb;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
/*dots end

/*ranks*/

.base-timeline {
    list-style-type: none;
    counter-reset: number; /* number 2021*/
    position: relative;
    display: block;
    z-index: 2;
    width: 75%; /* change or remove*/
  
}

.base-timeline::before {
      content: '';
      width: 100%;
      border-top: 2px solid steelblue;
      display: inline-block;
      position: absolute;
      top: 50%;
      z-index: -1;

}

/* set width of time-line this can be px, percentage or other unit
3 is the number of list items minus 1 when using percentage
*/
.base-timeline__item {
      position: relative;
      display: inline-block;
      width: calc(100% / 3 - 15px); /* change width */
}

.base-timeline__item::before {
        display: flex;
        justify-content: center;
        align-items: center;
        counter-increment: number; /* number -1*/
        content: counter(number) ''; 
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: steelblue;
        color: white;
        font-weight: bold;
        transition: all 0.6s ease-in-out;
        box-sizing: border-box;
        
}

/* modifier with use of the data-year attribute */
.base-timeline__item--data::before {
  content: attr(data-year);
  width: 60px;
  height: 60px;
}

/* hover element */
.base-timeline__item:hover::before {
     background-color: rgba( 225, 114, 114, .9);
     transform: scale(2);
      
}

.base-timeline__item--active::before {
      background-color: rgba( 225, 114, 114, .9);
      border: 2px solid;
      border-color: rgba( 0, 0, 0, .3);
      
      
}

.base-timeline__item:last-child {
      width: 0;
}

/* summary text is optional and can be anything */

.base-timeline__summary-text {
      position: absolute;
      bottom: -2em; 
      left:5px;
    }

/*ranks*/



/********************************************************
10.index Process Start
*******************************************************/
}
.int_blog_wrapper {
    padding:30px 0 0 0;
}
.int_heading {
    margin-bottom: 40px;
}
 .process_box_wrapper {
    margin-top: 33px;
    position: relative;
}
.process_box h1 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 26px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 18px;
}
.process_box h1 a {
    color: #000;
}
.process_box p {
    margin: 0;font-size: 12px;color:#000;
}
.process_circle h2 {
    position: relative;
    color: #000;
    font-size: 32px;
    font-weight: 500;
    z-index: 2;
}
.process_circle {
    margin-bottom: 30px;
    position: relative;
}
.process_circle:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 110px;
    margin: auto;
    background: #33393f;
    width: 100%;
    height: 2px;
    z-index: 1;
}


.process_box_wrapper .col:last-child .process_circle:after,
.process_box_wrapper .col:last-child .process_box:after {
    display: none;
}
.active .process_circle h2:after {border: 3px solid #1eb6ff;}
.active.process_box h1{font-weight:700;}
.process_circle h2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 3px solid #c9a101;
    z-index: -1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.process_box:hover h2:after {
    border: 6px solid #1eb6ff;
}
.process_box_wrapper .process_box {
    position: relative;
    margin-bottom: 21px;
    text-align: center;
}
.process_box_wrapper .process_box:after {
    position: absolute;
    right: 0;
    top: 11px;
    margin: auto;
    color: #33393f;
    z-index: 2;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 600;
    height: 16px;
    line-height: 16px;
    text-rendering: auto;
    width: 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;

}
.int_process_wrapper .process_circle h2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* background: #21262B; */
    width: 60px;
    height: 60px;
	background:#ff0000;
    border-radius: 100%;
    border: 6px solid rgb(57, 63, 69);
    z-index: -1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.process_box_wrapper .col-md-3:last-child .process_box:after {
    display: none;
}
.process_box h1{font-size:15px; color:#000;padding:0;margin:0;}
.process_circle img{width:40px;}
.cong_box{
	width:95%;
	margin:0 auto;
	border:1px solid #aaa;
	border-radius:4px;
	padding:12px;
	font-size:13px;
	color:#000;
}
/********************************************************
10.index Process End
*******************************************************/
.business_records{margin-top:15px;}
.busi_date{font-size:12px;
	color:#000; margin:0 0 20px 0;}
.busi_Price{font-size:12px;}
.border_right{border-right:1px dashed #000;text-align:center;}
.border_right:last-child{border-right:none;}
.border_right p{padding:0;margin:0;}

#errorMessages{font-size:13px;color:#ff0000;}
.login_leftbg{
	background:#2224b5;
}


.tree ul {
	padding-top: 20px; position: relative;margin:0 0 50px 0;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	font-size:13px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 2px solid #c9a101;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 2px solid #c9a101;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 2px solid #c9a101;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 2px solid #c9a101;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #c9a101;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-size: 13px;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #c9a101; color: #fff; border: 1px solid #c9a101;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #c9a101;
}

.nav-pills .nav-link {color: #000;font-weight:600;font-size:15px;}
.kyc .tab-content{background:#fff; box-shadow:0 0 8px #ccc;padding:20px;border-radius:10px;margin:0 auto; width:96%;}
.kyc .tab-content label{font-weight:500;font-size:15px;margin-bottom:5px;}
.kyc .tab-content .edit_area input {border: 1px solid #ddd; border-radius: 5px;outline:0;padding: 7px 10px;width: 80%;}
.kyc .tab-content input:focus {box-shadow:none;}
button.btn-secondary{background:#c9a101;color:#fff;border:0;}
.kyc .tab-content .upload_area {width: 50%; margin: 0 auto;}
label.form-check-label{font-weight:400!important;}
.form-text{font-size:12px;}
::placeholder{font-size:13px;}

.yellow_btn2 {
    background: #c9a101;
    padding:12px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #fff;
	border-radius:5px;
	box-shadow:0 0 10px #979797;
	margin:0 2px;
	display:inline-block;
}
.yellow_btn2 i{ font-size: 13px;}
.yellow_btn2:hover i{color:#c9a101;}
.yellow_btn2:hover {
    background: #fff;
	border: 1px solid #c9a101;
    color: #000;
}
.print i{font-size:35px;}
.edit_btn i{color:#c9a101;margin-left:5px;}
a.edit_btn2{font-size:15px;font-weight:600;color:#000;}
a.edit_btn2 i{color:#c9a101;margin:5px;}
.contact_frm span{padding-top:7px;display:table-cell;}
.edit_btn{display:table-cell;}

.kyc .tab-content .upload_90 .upload_area {
    width: 90%;
    margin: 0 auto;
}

.profile_section{
	width: 96%;
    margin: 0 auto 20px auto;
	background:#fff;
	box-shadow:0 0 12px #ccc;
	border-radius:6px;
	padding:20px;
	border-top:3px solid #c9a101;
}

.user_name{font-size:16px;font-weight:600;color:#000;margin-bottom:6px;}



