 .loadings{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #96a4ac3d;
    z-index: 99999;
	display:none;
}
.loading-spinner {
    position: fixed;
    left: 50%;
    transform: translate(-50%,-50%) translateZ(0);
    top: 50%;
    width: 90px;
    height: 90px;
    z-index: 1;   
}

.loading-spinner:after {
	content:"";
	position:absolute;
	width:120px;
	height:120px;
	background-color:rgba(0,0,0,0);
	border-radius:100%;
	margin:-15px;
	box-shadow:0 4px 0 0 #1571b9;
	transition: all 1s linear;
	animation: lds-eclipse 1s linear infinite;
}
@keyframes spinning {
	0% { transform: translate(-50%,-50%) scale(1) translateZ(0);}
	50% { transform: translate(-50%,-50%) scale(1.1) translateZ(0);}
	100% { transform: translate(-50%,-50%) scale(1) translateZ(0);}
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
i.fa.fa-star {
    color: #ffd800;
}
.star-holder i{
 font-size:20px	
 color: #9495a6;
}
.btn-add-to-wishlist.active:before {
    color: #301781;
}
.service-single-item.box-gradient {
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 .service-single-item {
    padding: .75rem;
    border-radius: 25px;
}
.box-gradient {
    position: relative;
    border: 1px solid transparent;
    border-radius: 10px;
    /* background: linear-gradient(90deg, rgba(183, 160, 224, 0.25) 100%, #64577A 0%); */
    /* background: linear-gradient(180deg, var(--dvsc-purple-800) 10%, var(--dvsc-purple-900) 100%); */
    background: linear-gradient(45deg, #131222 60%, #322c3f 100%);
    background-clip: padding-box;
    padding: 10px;
    /* backdrop-filter: blur(2px); */
}
.h-100 {
    height: 100% !important;
}
 .service-single-item .service-icon img {
    width: 100%;
    margin-bottom: .5rem;
}
.service-single-item.box-gradient::after {
    border-radius: 25px;
}
.box-gradient::after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(200deg, rgba(183, 160, 224, 0.25) 100%, #64577A 0%);
    content: '';
    z-index: -1;
    border-radius: 10px;
    /* background: linear-gradient(to right, rgba(183, 160, 224, 0.125) 100%, #64577A 0%); */
}
  .service-single-item h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: .5rem;
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem;
    }
}
.gap-1 {
    gap: .25rem !important;
}
.btn-order-now {
    color: var(--dvsc-purple-300);
    background: linear-gradient(#131222, #131222) padding-box, linear-gradient(60deg, rgba(183, 160, 224, 0.25) 100%, #64577A 0%) border-box;
    /* padding: 20px 70px; */
    border: 1px solid transparent;
    border-radius: 15px;
    display: inline-block;
    font-size: 20px;
    transition: var(--transition);
}
.single-item h3{
	color:#fff;
}
.single-item .price h2{
	font-size:24px;
	color:#0FB46F
}
.price {
	margin-bottom:20px
}
.price p {
    padding-top: 10px;
    padding-left: 10px;
}
.single-item .des{
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
}
.single-item .des p{
	padding:20px 0
}
.single-item p{
	font-size:11px;
}
.single-item img{
	border-radius:10px;
	width:100%
}
.rating .bi-star-fill{
	color:#372160
}
.rating .bi-star-fill.checked{
	color:#0FB46F
}
.rating p{
	padding-left:10px
}
.grp-btn{
 margin-top:20px;
 text-align:center;
 
}
.grp-btn p{
 margin-top:20px;
 
}
.grp-btn p span{
color:#14F195;	
}
.addTocartBtn{
	background: radial-gradient(120.23% 451.45% at -20.23% 50.98%, #7144C6 0%, #372160 62.78%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	display:inline-block;
	padding:10px 30px;
	border:1px solid #6F42C1;
	border-radius:56px;
	font-size:24px;
	color:#FFFFFF;
	margin:2px 10px;
}

.buyNowBtn{
	background-color: #14F195;
	display:inline-block;
	padding:10px 30px;
	border:1px solid #14F195;
	border-radius:56px;
	font-size:24px;
	color:#000;
	margin:2px 10px;
}
.nav-tabs p{
margin-bottom:10px	
}
.tab .tab-content>.tab-pane {
    
    background: #372160;
    padding: 20px;
    border-radius: 0px 5px 5px 5px;
}
.nav-tabs{
  border:none;	
}
.nav-tabs .nav-link {
    border:none;
    background: #261742;
    border-radius: 20px 20px 0px 0px;
    color: #BFBFBF !important;
    font-size: 12px;
    padding: 10px 30px;
    margin: 0px 1px;
}
.nav-tabs .nav-link.active { 
  background:#372160;
   border:none;
  
}
.img{
	position:relative;
}
.img_demo {
       position: absolute;
    text-align: center;
    width: 100%;
    background: #1B10308F;
    bottom: 0px;
    border-radius: 0 0 10px 10px;
}
.btn_demo{
	text-align: center;
    color: #fff;
    background: #6F42C1;
    border: 1px solid #6F42C1;
    margin: 10px 0px;
    padding: 7px 30px;
}
.btn_demo:hover{
	background: #6F42C1;
    border: 1px solid #6F42C1;
}
.offer_title{
	background: #FF5700;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 5px 5px 2px;
    border-radius: 5px;
}
.btn-con {
    border: 1px solid #F1F1F1;
    color: #ffffff;
}
.btn-con:hover {
    border: 1px solid #ffffff;
    color: #F1F1F1;
}
.checkOut{
	width:100%
}
.service-cart {
    margin-bottom: 20px;
}
.service-cart img{
	width:150px;
}

.cart_details{
	background:#372160;
	padding:20px;
	border-radius:10px;
	
}
.price{
	color: #0FB46F;
}
.text-right{
	text-align:right;
}
.coupon .form-control{
  background:#9371D0;
 }
.coupon .btn{
  background:#6F42C1;
 }
.coupon .btn {
    background: #6F42C1;
    border-color: #6F42C1;
    border-radius: 0 7px 7px 0;
}
.payBtn{
background-color: #14F195;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #14F195;
    border-radius: 56px;
    font-size: 24px;
    color: #000;
	width:100%;
	text-align:center	
}
p.notes{
 text-align:center;
 font-size:16px;
 color:#FFF;	
}
.notes span {
    color: #14F195;
}
.pTitle{
	text-align:left;
}
.trackTable{
	width:100%;
	text-align:center;
}
.tblBdr{
	border:1px solid #BFBFBF;
	padding:20px;	
	border-radius:7px;
}
.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 #14F195;
      display: inline-block;
      position: absolute;
      top: 50%;
      z-index: -1;
}
.base-timeline__item {
      position: relative;
      display: inline-block;
      width: calc(100% / 4 - 10px); /* change width */
}

.base-timeline__item::before {
        display: flex;
        justify-content: center;
        align-items: center;
        counter-increment: number; /* number -1*/
        content:'';
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: #D9D9D9;
        color: white;
        font-weight: bold;
        transition: all 0.6s ease-in-out;
        box-sizing: border-box;
}

.base-timeline__item--data::before {
  content: attr(data-year);
  width: 60px;
  height: 60px;
}
.base-timeline__item--active::before {
      background-color: #14F195;
      border: 2px solid;
      border-color: rgba( 0, 0, 0, .3);
}
.base-timeline__item:last-child {
      width: 0;
}
.base-timeline__summary-text {
      position: absolute;
      bottom: -2em; 
      left:-14px;
    }
.trackIcon{
	 position: absolute;
	 top: 8px;
    left: 8px;
	 
}
 .tbl{
	width:100%; 
 }
  
 .tbl th {
    background: #533190;
    padding: 20px 13px;
   
}
.tbl th:first-child {
	border-radius: 10px 0px 0px 0px;
}
.tbl th:last-child {
	border-radius: 0px 10px 0px 0px;
}
.tbl tbody{
	border:1px solid #533190;
}
 .tbl tbody td {
   border-bottom: 1px solid #533190;
    padding: 20px 13px;
}
.paginations{
    text-align: center;
    color: #9371D0;
    border: 1px solid #9371D0;
	width: 100%;
}
.paginations.pre{
	    margin: 12px 10px;
}
.paginations.next {
    margin: 0 0 0 -10px;
}
.tbl tfoot{
	border:1px solid #533190;
}
.tbl tfoot   {
	border-radius: 10px 0px 0px 0px;
}
span.count {
    background: #f70000;
    position: absolute;
    font-size: 12px;
    padding: 4px 5px;
    line-height: 10px;
    border-radius: 2px;
}