/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
}
body {
  color: #545051;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;background: #f5f5f5;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
a:hover { text-decoration: none }



/* Side bar css start */



.site-left-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 350px;
  height: 100%;
  background: #aa00b2;z-index: 999999 !important;
}
.site-main-content-wrp {
  margin-left: 350px;
}

.site-logo a h1 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}
.site-logo {
	background: #97009f;
	padding: 32px 0;
}
.site-logo a {
  margin: 0;
}
.user-info {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 45px;
}
.user-img {
  width: 139px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.user-img span {
  position: absolute;
  right: -43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFEE00;
  fontw: ;
  font-weight: 600;
  line-height: 19px;
}
.user-name h3 {
  color: #fff;
  font-size: 25px;
}
.user-name h3 span {
  display: block;
  font-size: 16px;
  color: #FFE600;
}
.user-name {
  margin-top: 12px;
}

.site-menu-inner ul li[data-original-title] {
	position: absolute;right: 0;
}
.site-menu-inner ul li a span.hv-alt {
	position: absolute;
	right: -92px;
	background: #b400a0;
	padding: 4px 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 0px;
	opacity: 0;
	width: 83px;
	font-size: 13px;
    display: none;text-align: center;
}
.site-menu-inner ul li a span.hv-alt::after {
	position: absolute;
	left: -9px;
	top: 50%;
	width: 0;
	height: 0;
	content: "";
	border-right: 12px solid #b400a0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.site-menu-inner ul li:hover a span.hv-alt{
    opacity: 1;
    
}

.site-menu-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-menu-inner ul li {
  display: block;
}
.site-menu-inner ul li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	padding-left: 63px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: .3s;
	transition: .3s;
	border-left: 6px solid transparent;
}
.site-menu-inner ul li a:hover {
	border-left-color: #fff;
}
.site-menu-inner ul li.active a {
  border-left-color:#fff;
  background: #b400a0;
}
.site-menu-inner ul li a img {
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: ;
  width: 20px;
}
.site-menu-inner ul li a:hover {
  background: #b400a0;
  
}



/* Side bar css end */



/* Header css start */


.header-bar-aera {
	background: #fff;
	padding: 21px 0;
	-webkit-box-shadow: 0 0 20px #eeeeee;
	box-shadow: 0 0 20px #eeeeee;
	position: relative;
}
.header-top-search-bar input {
  border: none;
  padding-left: 10px;
}

.site-main-info-wrp ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.site-main-info-wrp ul li {
  display: inline-block;
}
.site-main-info-wrp ul li a {
  display: block;
  padding: ;
  padding: 3px 19px;
  position: relative;
}
.site-main-info-wrp ul li:last-child a {
  border-left: 1px solid #cecece;
  color: #43425D;
  padding-right: 27px;
  padding-left: 20px;
}
.site-main-info-wrp ul li:last-child a i {
  font-size: 21px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a1afb8;
  font-weight: 400;
}
.mobile-view-input {
	background: #A3A1FB;
	height: 50px;
	display: none;
	width: 100%;
	position: absolute;
	top: 72px;
	padding: 0 15px;
  z-index: 5;
  padding-top: 10px;
}
.mobile-view-input input {
  width: 100%;
  border: 0;
  height: 30px;
  color: #43425D;
  font-size: 14px;
  padding: 3px;
  padding-left: 15px;
}
/* Header css end */


/* main area css start */


.section-title h1 {
  color: #43425D;
  font-size: 28px;
}
.over-view-area {
  padding-top: 30px;
}
.single-over-blk {
  background: #fff;
  padding: 34px 25px;
  position: relative;
  -webkit-box-shadow: 0 0 20px #eeeeee;
  box-shadow: 0 0 20px #eeeeee;
}
.ov-blk-texts h4 {
  color: #56D9FE;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.ov-blk-texts h4 span {
  display: block;
  font-size: 11px;
  color: #4D4F5C;
  margin-top: 7px;
}
.ov-blk-icon {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ov-blk-texts {
  padding-left: 56px;
}
.ov-blk-icon span {
  width: 40px;
  height: 41px;
  display: block;
  border: 1px solid #56D9FE;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
}



.item-sec .ov-blk-icon span {
  border-color: #A3A0FB;
}
.item-sec .ov-blk-texts h4 {
  color: #A3A0FB;
}



.item-trd .ov-blk-icon span {
  border-color: #4ad991;
}
.item-trd .ov-blk-texts h4 {
  color: #4ad991;
}


.item-frth .ov-blk-icon span {
  border-color: #d4d44b;
}
.item-frth .ov-blk-texts h4 {
  color: #d4d44b;
}


.stats-bar {
  background: #fff;
  -webkit-box-shadow: 0 0 20px #eee;
  box-shadow: 0 0 20px #eee;
  padding: 34px 25px;
}
.stats-bar h4 {
  font-size: 16px;
  color: #4D4F5C;
}
.stats-bar p {
  font-size: 13px;
  color: #43425D;
}
.stats-bar p span {
  float: right;
  font-weight: 600;
  color: #4AD991;
}
.pd-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e9ec;
  padding-bottom: 36px;
}
.single-pd-st h4 {
  margin: 0;
  font-size: 13px;
  color: #43425D;
  position: relative;
}
.single-pd-st h4 span {
  display: block;
  font-size: ;
  color: #4D4F5C;
  font-weight: ;
  opacity: .5;
  margin-top: 18px;
  font-size: 11px;
}
.single-pd-st {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 22px;
}
.single-pd-st.paid-amnt {
}
.single-pd-st h4:after {
  position: absolute;
  left: -22px;
  top: 3px;
  width: 10px;
  height: 10px;
  background: #edecff;
  content: "";
  border-radius: 50%;
}
.single-pd-st.paid-amnt {
  width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-left: auto;
}
.stats-crcl {
  border-top: 1px solid #e8e9ec;
  padding: 35px 0;
  margin-top: 25px;
}
.single-pd-st.paid-amnt h4::after {
	background: #a4a1ff;
}

.v-full-rep a {
  font-size: 11px;
  color: #3B86FF;
}
.v-full-rep {
  padding-top: 21px;
}
.amnt {
	position: absolute;
	width: 12px;
	height: 12px;
	background: #ffbd58;
	border-radius: 50%;
	right: 15px;
	border: 2px solid #fff;
}


.cnt {
  display: block;
  font-style: normal;
}
#circle {
  display: inline-block;
  position: relative;
}
.progress-bar-circle-percentes {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.st-circle-blk {
	text-align: center;
}


.inner-main-table h4 {
  color: #4D4F5C;
  font-size: 16px;
}
.inner-main-table {
  background: #fff;
  -webkit-box-shadow: 0 0 20px #eee;
  box-shadow: 0 0 20px #eee;
  padding: 34px 25px;
}
.main-table-wrp table thead th {
  background: #f5f6fa;
  font-size: 12px;
  font-weight: 600;
  color: #A3A6B4;
  border: none;
  padding: 17px 16px;
}
.main-table-wrp table tbody tr td {
  color: #4D4F5C;
  font-size: 13px;
  -webkit-box-align: ;
  -ms-flex-align: ;
  align-items: ;
  vertical-align: middle;
  padding: 19px 16px;
}

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

.main-table-wrp table tbody tr:first-child td {
  border-top: none;
}
.main-table-wrp table tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
.inner-main-table .v-full-rep {
	empty-cells: ;
	text-align: center;
}

.center-text a {
  background: #ffeed6;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 23px;
  color: #81776b;
  font-weight: 600;
}
.center-text a.off-wht {
  background: #fff5e4;
  color: #807a72;
 
}

.center-text a.pink-btn {
  background: #ffe2e7;
  color: #827073;
 
}
.center-text a.gree-btn {
  background: #dbfbec;
  color: #6d7e76;
 
}
.main-table-wrp table tbody tr td img {
	padding-right: 9px;
}

.general-stats table tbody tr td span {
  width: 35px;
  height: 35px;
  background: #E8E7FF;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 32px;
  margin-right: 8px;
}
.general-stats table tbody tr td span img {
  padding: 0;
}
.general-stats table tbody tr td:first-child {
  color: #A6A7AD;
}
.c-2 {
  background: #DAF7E8 !important;
}
.c-3 {
  background: #F0F0F7 !important;
}
.c-4 {
  background: #FFF4E5 !important;
}
.c-5 {
  background: #FFE2E6 !important;
}
.inner-main-table.general-stats h4 {
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 0;
	padding-bottom: 18px;
}
.general-stats table tbody tr td {
	padding: 22px 16px;
}
.cart-bar-wrap img {
	max-width: 100%;
	width: 100%;
}
.mobile-bar {
	display: none;
}
/* main area css end */

/* slider page css start */
.main-content-wrap {
	background: #fff;
	padding: 35px 20px;
}
.s-item {
  position: relative;
}
.s-item p {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #8A0099;
	font-size: 28px;
	margin: 0;
	width: 100%;
	left: auto;
	right: auto;
	text-align: center;
}
.s-item img {
  max-width: 100%;
  width: 100%;
}
.slider-outer-wrap {
	padding: 100px 200px;
}
.slider-btn-design .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: -35px;
  z-index: 55;
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-btn-design .slick-dots li button {
  text-indent: -50000px;
  border: 0;
  padding: 0;
  width: 40px;
  height: 5px;
  border-radius: 5px;
  outline: 0px;
  cursor:pointer;
}
.slider-btn-design .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.slider-btn-design .slick-dots li.slick-active button {
  background: #9B00AC;
}
.box-btn {
	background: #8A0099;
	color: #fff;
	font-size: 26px;
	border-radius: 5px;
	display: inline-block;
	width: 180px;
	height: 45px;
	padding: 0;
	text-align: center;
	line-height: 41px;
	-webkit-transition: .3s;
	transition: .3s;
}
.box-btn:hover {
  background:#B400A0;
  color:#fff;
}
/* slider page css End */

/* step-1 page css start */
.progressbar-wrapper {
	min-height: 70px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}
.progressbar {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
  position: relative;
  z-index:5;
}
.progressbar li {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 15px;
  color: #4D4F5C;
  position: relative;
}
.progressbar li::before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  border: 2px solid #9B00AC;
  display: block;
  text-align: center;
  margin: auto auto 5px auto;
  border-radius: 50%;
  line-height: 36px;
  color: #9B00AC;
  font-size: 15px;
  background:#fff;
}
.progressbar li::after {
	width: 100%;
	height: 2px;
	background: #9B00AC;
	content: "";
	position: absolute;
	top: 20px;
	left: -50%;
	z-index: -1;
}
.progressbar li:first-child:after {
  content:none;
}


.card-status {
  position: absolute;
  top: 10px;
  right: 10px;
}
.card-status img {
  width: 25px;
}


.join-card-wrap {
  border: 1px solid #E9E9F0;
  text-align: center;
  position: relative;
}
.card-up-wrap p {
	color: #4D4F5C;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 20px;
}
.card-up-wrap h4 {
  font-size: 70px;
  color: #43425D;
  font-weight: 400;
  line-height: 1;
}
.card-up-wrap span {
  font-size: 15px;
  color: #4D4F5C;
  display: inline-block;
}
.year-counter {
  display: inline-block;
}
.year-counter {
	background: #43425D;
	padding: 2px 10px;
	color: #807F91;
	font-size: 14px;
	padding-right: 23px;
	border-radius: 4px;
	position: relative;
}
.year-counter span {
  color: #807F91;
  font-size: 14px;
}
.card-down-wrap h5 {
  font-size: 18px;
  color: #43425D;
  font-weight: 700;
  margin-bottom: 10px;
}
.card-down-wrap {
	position: relative;
	height: 240px;
	padding-bottom: 75px;
	border-top: 1px solid #E9E9F0;
	padding-top: 28px;
}

.card-down-wrap a.box-btn {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 135px;
  font-size: 13px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-weight: 600;
}
.card-down-wrap span {
  font-size: 18px;
  display: block;
  line-height: 26px;
  color: #43425D;
}
.progressbar-wrapper {
	min-height: 70px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}

.twice-btn {
  position: absolute;
  right: 6px;
  top: 31%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.twice-btn span {
  display: block;
  height: 12px;
  font-size: 16px;
  cursor: pointer;
}
.card-up-wrap {
	padding: 30px 10px;
	padding-top: 40px;
}
.progressbar li.active + ::before {
	background: #9B00AC;
	color: #fff;
}
.progressbar li.active::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	background: #9B00AC;
	color: #fff;
}
.progressbar li.vrt::before {
	background: #9B00AC;
	color: #fff;
}

/* step-1 page css end */

/* step-3 page css start */

.term-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: last baseline;
  -ms-flex-align: last baseline;
  align-items: last baseline;
  margin-bottom: 20px;
}
.term-heading h4 {
  color: #8A0099;
  font-size: 60px;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  letter-spacing: 15px;
}
.term-heading p {
  font-size: 45px;
  color: #7D7D7D;
  font-weight: 600;
  margin-left: 18px;
  letter-spacing: 7px;
  line-height: 1;
  margin-bottom: 0;
}
.term-content p {
  color: #4D4F5C;
  font-size: 14px;
}
.term-and-condition-wrapper {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.term-and-condition-wrapper .box-btn-wrap {
	margin-right: -115px;
}

.p-item img {
  border-radius: 8px;
}
.p-item {
  margin-bottom: 10px;
}
.back-btn {
	display: none;
}
/* step-3 page css end */

/* step-4 page css start */

.tanks-outer-wrap {
  display: grid;
  grid-template-columns: 330px auto;
  grid-column-gap: 40px;
}
.thanks-wrp {
  border: 1px solid #E9E9F0;
  border-radius: 90px;
  text-align: center;
  padding-bottom: 41px;
  padding-top: 5px;
}
.thanks-wrp h4 span:last-child {
  text-transform: uppercase;
  font-size: 20px;
  color: #8A0099;
  font-weight: 700;
  letter-spacing: 2px;
}
.thanks-wrp h4 span:first-child {
  font-size: 22px;
  font-weight: 700;
  color: #4D4F5C;
  display: inline-block;
  margin-right: 40px;
}
.thanks-wrp h4 {
  margin-top: 30px;
}
.thanks-wrp h3 {
  font-size: 40px;
  font-weight: 400;
  color: #43425D;
}
.tanks-outer-wrap h5 {
  font-size: 18px;
  color: #43425D;
  font-weight: 700;
  margin-bottom: 5px;
}
.thanks-wrp p {
  font-size: 18px;
  color: #43425D;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.thanks-wrp p.red-p {
  font-size: 15px;
  color: #FF0000;
  padding: 0 5px;
  border-top: 1px solid #E9E9F0;
  padding-top: 10px;
}
.joining-msg {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
.joining-msg h5 {
  color: #8A0099;
  font-size: 40px;
  letter-spacing: 4px;
}
.joining-msg p {
  font-size: 25px;
  color: ;
  color: #43425D;
  margin-top: 10px;
  margin-bottom: 0;
}
/* step-4 page css end */

/* step-2 css start */
.payment-card-wraper {
	max-width: 530px;
	margin-left: auto;
  margin-right: auto;
  position: relative;
}
.payment-card-wraper .slider-btn-design .slick-dots {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: -35px;
	z-index: 55;
	position: absolute;
	text-align: center;
	left: -110px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	top: 55%;
}
.add-card {
	color: #4C4949;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: -60px;
}
.payment-slider .slick-list {
	padding-bottom: 100px !important;
	padding-top: 0 !important;
}
/* step-2 css end */

/* invoice page css start */

.invoice-print-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #F1F1F3;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.lf-wrp h4 {
  font-size: 28px;
  color: #8A0099;
  margin-bottom: 8px;
  line-height: 1;
}
.lf-wrp {
}
.invoice-print-wrap p {
  color: #4D4F5C;
  font-size: 13px;
  margin: 0;
  line-height: 18px;
}
.invoice-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.invoice-details p {
	color: #515465;
	font-size: 13px;
	line-height: 22px;
	margin: 0;
}
.invoice-details p span {
  font-size: 15px;
  font-weight: 700;
  color: #4D4F5C;
  display: inline-block;
}
.invoice-details h5 {
	color: #515465;
	font-weight: 700;
	font-size: 13px;
	margin: 0;
	margin-bottom: 5px;
}
.box-btn.print-btn {
  background: #43425D;
  font-size: 15px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 150px;
}
.invoice-table th {
  font-size: 11px;
  color: #A3A6B4;
  font-weight: 700;
  background: #F5F6FA;
  padding: 10px 15px;
}
.invoice-table {
  width: 100%;
}
.invoice-table td {
  color: #4D4F5C;
  font-size: 13px;
  padding: 10px 15px;
}
.invoice-details[data-sub-total="total-price"] {
	display: block;
	text-align: right;
	margin-top: 105px;
}
.invoice-details[data-sub-total="total-price"] a {
  background:#8A0099;
}
.invoice-details[data-sub-total="total-price"] a:hover {
  background:#B400A0;
}
.total-price {
	margin-top: 30px;
	max-width: 150px;
	text-align: center;
	margin-left: auto;
}
.invoice-details a[data-pending-status="yes"] {
	background: #FFCA83;
	width: 65px;
	display: inline-block;
	border-radius: 30px;
	height: 20px;
	font-size: 11px;
	color: #000000;
	text-align: center;
	line-height: 20px;
}
.invoice-content-wrap {
	padding: 0 15px;
}
.invoice-table-wrp {
	margin-top: 15px;
}
.statistics-wrap .st-circle-blk {
	position: relative;
}
/* invoice page css end */

/* profile page css start */
.statistics-wrap {
	display: grid;
	grid-template-columns: auto auto auto auto;
  padding-top: 65px;
  position: relative;
}
.verify-status {
	position: absolute;
	right: 0;
	font-size: 28px;
	color: #72F276;
	font-weight: 500;
	letter-spacing: 2px;
}
.profile-content-wrap {
  background: #fff;
  padding: 20px;
}
.profile-info-wrap {
  display: grid;
  grid-template-columns: 230px auto;
  grid-column-gap: 30px;
}
.profile-name h4 {
	font-size: 30px;
	color: #8A0099;
	font-weight: 400;
	letter-spacing: 5px;
	margin-bottom: 2px;
	display: inline-block;
	position: relative;
}
.profile-name h4 span {
	position: absolute;
	right: -48px;
	top: 0px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}
.profile-name p {
  font-size: 18px;
  color: #43425D;
  margin: 0;
}
.profile-name span {
  font-size: 16px;
  color: #FFE600;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}

.profile-pic {
  position: relative;
}
.profile-pic::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#8F0C9E));
  background: linear-gradient(to bottom, #fff, #8F0C9E);
  content: "";
  position: absolute;
  z-index: 2;
  opacity: .3;
}

.input-wrap input {
  font-size: 15px;
  color: #43425D;
  font-weight: 400;
  border: 0;
  border-bottom: 2px solid #E9E9F0;
  width: 100%;
  height: 35px;
}
.personal-info-wrap h5 {
  font-size: 22px;
  color: #43425D;
  text-align: center;
  margin-bottom: 30px;
}
.profile-content-wrap.personal-information {
  padding: 35px 100px;
  position: relative;
}
.hamburger-icon {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.input-wrap {
  margin-bottom: 5px;
}
.personal-info-wrap.lf-w {
	padding-right: 80px;
	position: relative;
}
.personal-info-wrap.rg-w {
	padding-left: 80px;
}
.personal-info-wrap.lf-w::after {
	position: absolute;
	width: 1px;
	height: 88%;
	background: #707070;
	content: "";
	top: 45px;
	right: -19px;
}
.section-title[data-personal-title="yes"] {
	margin-top: 36px;
}
/* profile page css end */

/* tab page css start */
.verticle-nav .nav-link {
  padding: 14px 22px;
  border-bottom: 1px solid #F1F1F3;
  border-radius: 0;
  font-size: 20px;
  color: #4D4F5C !important;
  font-weight: 600;
  position: relative;
}
.tabs-main-wrap {
	display: grid;
	grid-template-columns: 250px auto;
	grid-column-gap: 30px;
}
.verticle-nav .nav-link::before {
  width: 7px;
  height: 100%;
  background: #8A0099;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
.verticle-nav .nav-link:hover:before, 
.verticle-nav .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}
.verticle-nav .nav-link.active {
  background:transparent;
}
.verticle-nav .nav {
	border: 1px solid #F1F1F3;
	height: 100%;
}
.main-content-wrap.tab-pge {
	padding: 0;
}
.tb-content-wrap {
	padding: 20px;
	padding-left: 0;
	min-height: 550px;
}
.tb-content-wrap p {
	text-align: justify;
}
.verticle-nav .nav a:last-child {
	color: #FF0000 !important;
}
/* tab page css end */

/* login page css start */

.login-main-wrap {
  position: relative;
  height: 100vh;
}
.login-bg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.login-wrap {
	height: 100vh;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 15px;
}
.login-wrap h4 {
  color: #8A0099;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 7px;
  margin-bottom: 3px;
}
.login-wrap p {
	color: #4D4F5C !important;
	font-size: 18px;
	color: #4D4F5C;
	opacity: .5;
	margin-bottom: 48px;
}
form[data-form="login-form"] .input-wrap input {
	border: 0;
	border-bottom: 2px solid #E9E9F0;
	color: #43425D;
  font-size: 15px;
  height: 40px;
}
form[data-form="login-form"] .input-wrap {
  margin-bottom: 30px;
}
.default-bg {
	background: #fff;
}

.input-wrap.captchWrap {
  position: relative;
}
.captha-show {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  letter-spacing: 3px;
  position: absolute;
  right: 0px;
  bottom: 4px;
}
.input-wrap.forgetWrap {
  text-align: right;
  margin: 70px 0;
  margin-bottom: 40px !important;
}
.input-wrap.forgetWrap a {
  font-size: 15px;
  color: #43425D;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}
.input-wrap.forgetWrap a:hover {
  color:#B400A0;
}
.fm-btn-wrap a {
  font-size: 18px;
  border: 1px solid #4D4F5C;
  -webkit-transition: .3s;
  transition: .3s;
}
.fm-btn-wrap a:first-child {
  border-color: transparent;
}
.fm-btn-wrap a:first-child:hover {
  background:transparent;
  border-color:#4D4F5C;
  color:#4D4F5C;
}
.fm-btn-wrap a:nth-child(2) {
  background: top;
  color: #4D4F5C;
  margin-left: 20px;
}
.fm-btn-wrap a:nth-child(2):hover {
  background:#8A0099;
  border-color:#8A0099;
  color:#fff;
}
.tems-and-condition a {
  color: #43425D;
  font-size: 14px;
  display: inline-block;
}
.tems-and-condition {
	margin-top: 100px;
	margin-bottom: 15px;
}
/* login page css end */













