body{
	padding-bottom: 80px;
    background-color: #FAFAFA;
}
.row{
	padding: 0;
	margin: 0;
}

a:hover{
    text-decoration: none;
}

.text-success{
    color: green !important;
}

.text-success2{
    color: #009688;
}

.text-danger{
    color: red !important;
}

.text-warning{
    color: #F5B041 !important;
}

.header{
	    background: #ececec;
    margin: 0;
    padding: 10px 0;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;

}

.header h3{
	margin: 0;
	padding: 5px 0;
    color: #616161;
    font-size: 20px;
}

.welcome{
	text-align: center;
}
.welcome h2{
	color:#009688;
}

.welcome h6{
	font-size: 15px;
    font-weight: 600;
    color: #bebebe;
}

 .slider-respon{
 	display: none !important;
 }

 .navbar-default{
 	border: none;
 	margin:0;
 }
 .navbar-nav{
 	margin: 10px;
 }
.navbar-default .navbar-nav>.active>a{
 	background: #189986;
    color: #fff;
    border-bottom: 1px solid #128977;
    width: 440px;
 }
 .navbar-default .navbar-collapse{

 	margin: auto;
 }

.footer-inner{
	text-align: center;
	padding: 5px 0;
	background: #fff;
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    height: 50px;
        box-shadow: 0 3px 14px 2px rgb(0 0 0 / 12%);

 }
 .footer-inner a {
 	color: #757575;
 }
  .footer-inner a p{
 	margin: 0;
    font-size: 12px;
 }
  .footer-inner a i{
 	font-size: 20px;
 }

 @media only screen and (max-width: 991px){
 .navbar-toggle{
 	/*position: relative;
    top: -143px;*/
        position: fixed;
    top: 0;
    z-index: 9;
        /*margin-left: 57vh;*/
 }
  .navbar-default .navbar-collapse{
 	width: 100%;
 	background: #fff;
 }
 .navbar-collapse{
 	    overflow-y: auto;
    position: fixed;
    top: 48px;
    z-index: 99999;
    width: 100%;
 }
 /*.slider{*/
 /*	position: relative;*/
 /*   top: -46px*/
 /*}*/


}
.product{
	padding: 10px;
        background-color: #fff;
    box-shadow: 0px 0px 4px #c7c7c7;
}
.product-inner{
	margin: 5px 0;
    padding: 0 4px;
}
.product-pic{
	border: 0;
    padding: 20px 20px 85px 20px;
    text-align: center;
    height: 290px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 1px 3px #0000007a;
}
.product-pic p{
position: absolute;
    bottom: 0;
    color: #ff9016;
  }
.product h2{
	font-weight: 600;
}
.navbar-toggle {
    position: fixed;
    top: 0;
    z-index: 9;
   /* margin-left: 57vh;*/
}
.navbar-default .navbar-collapse {
    position: fixed;
    max-width: 460px;
    width: 100%;
    top: 56px;
    background: #189986;
    padding: 0;
    z-index: 99;
}
.navbar-nav>li{
display: contents;
    float: unset;
    position: inherit;
}

@media (min-width: 768px){
.navbar-toggle {
    display: block;
}
}
 @media only screen and (max-width: 991px){
 
.navbar-default .navbar-nav>.active>a{
	    background: #189986;
    color: #fff;
}
.navbar-default .navbar-collapse{
	    position: fixed;
    max-width: 460px;
    width: 100%;
    top: 56px;
    background: #189986;
    padding: 0;
}

}
 @media only screen and (max-width: 425px){
 
	.slider-web{
		display: none !important;
	}
	.slider-respon{
		display:block !important;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
		    top: 40%;
	}
	.navbar-nav{
		    position: inherit;
    left: 0;
    width: 100%;
    border: none;
    margin: 0;
	}
	.navbar-default .navbar-nav>.active>a{
		background: #039688;
    color: #fff;
	}
	.navbar-default .navbar-collapse{
		position: fixed;
	}
}
/*--------------------search---------------------*/

.search-form{
	padding: 15px;
}
.search-form input{
	width: 100%;
	padding: 10px;
	border: 1px solid #c6c6c6;
	box-shadow: 0px 3px 4px #dedede;
	border-radius: 5px;
}

.search-form button{
	background: #009688;
	border: none;padding: 11px 20px;
	color: #fff;
	position: absolute;
	right: 16px;
}


/*------------------contact-----------------*/
.contact{
	padding: 15px;
	    text-align: center;
	    padding-bottom: 80px;
}
.input100{
	width: 100%;
	padding: 10px 10px 10px 50px;
	border: 1px solid #c6c6c6;
	box-shadow: 0px 3px 4px #dedede;
	border-radius: 5px;
	margin-bottom: 10px;
}
.user-icon{
	font-size: 25px;
	color: #009688;
	position: absolute;
	top: 92px;
    left: 30px;
}
.email-icon{
	font-size: 25px;
	color: #009688;
	position: absolute;
	top: 144px;
    left: 30px;
}
.phone-icon{
font-size: 25px;
	color: #009688;
	position: absolute;
	top: 198px;
    left: 30px;
}
.contact .l-btn{
	    background: #009688;
    border: none;
    padding: 10px 60px;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
}
.contact .l-btn:hover{
	background: #164c9c;
}
/*------------------product inner---------------------*/
.pro-sp{
	width: 50%;
}

.pro-sp td{
	    padding: 10px 0;
}

 @media only screen and (max-width: 425px){
 	.pro-sp{
 		width: 100%;
 	}
 }


 /*--------------------win-----------------------*/

.avl-bl{
	background: #009688;
	    padding: 10px;
}
.avl-bl h3{
	color: #fff;
	padding: 0;
    margin: 0;
    font-size: 15px;
}
.avl-bl span{
	font-size: 18px;
/*	position: absolute;
    margin-top: -10px;
    padding-left: 10px;*/
}
 .avl-bl .l-btn{
	    background:#368FF2;
    border: none;
    padding: 10px 15px;
    color: #fff;
    margin-top: 15px;
}
.avl-bl .l-btn:hover{
	background: #164c9c;
}
 .avl-bl .r-btn{
	    background: #f2f2f2;
    border: 0;
    padding: 10px 15px;
    color: #000;
    margin-top: 15px;
}
.avl-bl .r-btn:hover{
	background: #164c9c;
}

 @media only screen and (max-width: 425px){
 	/*.avl-bl{
	    margin: 10px;
    border-radius: 10px;
	}*/
	/*.avl-bl h3{
		font-size: 20px;
	}*/
 }
  @media only screen and (max-width: 375px){
  	/*.btn-num button{*/
  	/*	    padding: 8px 28px !important;*/
  	/*}*/
  	.footer-inner a p{
  		    font-size: 12px;
  	}
  }
  @media only screen and (max-width: 320px){
  	.btn-num button{
  		    padding: 8px 21px !important;
  	}
  	.footer-inner a p{
  		    font-size: 9px;
  	}
  }
/* .period-Parity{
 	text-align: center;
 }*/

.period-Parity i{
 	font-size: 15px;
 	color: #a2a2a2;
    padding: 8px;
 }
  .period-Parity h4{
  	color: #a2a2a2;
  	font-size: 14px;
  	padding: 10px 0;
  }
 .period-Parity h6{
 	font-size: 22px !important;
 	padding-bottom: 10px;
 }

 .period-Sapre i{
 	font-size: 15px;
 	color: #a2a2a2;
    padding: 8px;
 }
  .period-Sapre h4{
  	color: #a2a2a2;
  	font-size: 14px;
    padding: 10px 0;
  }
 .period-Sapre h6{
 	font-size: 22px !important;
 	/*text-align: left !important;*/
 }
 .period-Sapre{
 	text-align: center;
 }

  .period-Bcone i{
 	font-size: 15px;
 	color: #a2a2a2;
    padding: 8px;
 }
  .period-Bcone h4{
  	color: #a2a2a2;
    font-size: 14px;
    padding: 10px 0;
        text-align: center;
  }
 .period-Bcone h6{
 	font-size: 22px !important;
 	/*text-align: left !important;*/
 }

  .period-Emerd i{
 	font-size: 15px;
 	color: #a2a2a2;
    padding: 8px;
 }
  .period-Emerd h4{
  	color: #a2a2a2;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
  }
 .period-Emerd h6{
 	font-size: 22px !important;
 	/*text-align: left !important;*/
 }

.btn-green{
	padding: 0;
}
.btn-red{
	padding: 0;
}
.btn-green button{
	background: #4CB251;
    color: #fff;
    border: none;
    padding: 10px 0;
    width: fit-content;
    border-radius:0;
    width: 93px;
    box-shadow: 0px 0px 3px #0000008c;
}
.btn-violet{
	text-align: center;
	padding: 0;
}
.btn-violet button{
	background: #6A29B7;
    color: #fff;
    border: none;
    padding: 10px 0;
    width: fit-content;
    border-radius:0;
    width: 93px;
    box-shadow: 0px 0px 3px #0000008c;
}
.btn-red{
	text-align: right;
}
.btn-red button{
	background: #F1463A;
    color: #fff;
    border: none;
   padding: 10px 0;
    width: fit-content;
    border-radius: 30;
    width: 93px;
    box-shadow: 0px 0px 3px #0000008c;
}
.btn-num{
	padding-top: 10px;
	text-align: center;
	width: 20%;
	float: left;
}

.btn-num button{
    padding: 12px 0px;
    background: #378FEE;
    border: none;
    color: #fff;
    margin-top: 5px;
    border-radius: 2px;
    box-shadow: 0px 0px 3px #0000008c;
    width: 80%;

}
/*--------------------------parity---------------------------*/
#Parity{
	padding:0;
}
.cunt-head{
  text-align: right;
}
#Parity h6{
/*    text-align: center;*/
    font-size: 15px;
}
#countdown{
  text-align: right;
}
#Parity h6 i{
	font-size: 20px;
    color: #a2a2a2;
    padding: 8px;

}
#Parity table{
	width: 100%;
	text-align: center;
}
#Parity tr td{
	width: 25%;
	padding: 10px;

}
#Parity table .parity-heading{
	   background: #fff;
    color: #bbb;
}
.record-table-head{
	 background: #fff;
    color: #bbb;
}
#Parity tr{
border-bottom: 1px solid #d8d8d8;
}

#Parity tr td{
	width:15px;
	height: 15px;

}
#Parity .green img{
	    width: 15px;
    border-radius: 15px;
}
#Parity .red img{
	    width: 15px;
    border-radius: 15px;
}
#Parity .voilet img{
	    width: 15px;
    border-radius: 15px;
}

/*-------------Sapre----------------*/
#Sapre{
	padding:0;
}
#Sapre h6{
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
}
#Sapre h6 i{
	font-size: 20px;
    color: #a2a2a2;
    padding: 8px;
}
#Sapre table{
	width: 100%;
	text-align: center;
}
#Sapre tr td{
	width: 25%;
	padding: 10px;

}
#Sapre table .sapre-heading{
	    background: #dfdfdf;
}
#Sapre tr{
border-bottom: 1px solid #d8d8d8;
}

#Sapre tr td{
	width:15px;
	height: 15px;

}
#Sapre .green img{
	    width: 15px;
    border-radius: 15px;
}
#Sapre .red img{
	    width: 15px;
    border-radius: 15px;
}
#Sapre .voilet img{
	    width: 15px;
    border-radius: 15px;
}
/*-------------Bcone----------------*/
#Bcone{
	padding:0;
}
#Bcone h6{
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
}
#Bcone h6 i{
	font-size: 20px;
    color: #a2a2a2;
    padding: 8px;
}
#Bcone table{
	width: 100%;
	text-align: center;
}
#Bcone tr td{
	width: 25%;
	padding: 10px;

}
#Bcone table .bcone-heading{
	    background: #fff;
}
#Bcone tr{
border-bottom: 1px solid #d8d8d8;
}

#Bcone tr td{
	width:15px;
	height: 15px;

}
#Bcone .green img{
	    width: 15px;
    border-radius: 15px;
}
#Bcone .red img{
	    width: 15px;
    border-radius: 15px;
}
#Bcone .voilet img{
	    width: 15px;
    border-radius: 15px;
}
/*-------------Emerd----------------*/
#Emerd{
	padding:0;
}
#Emerd h6{
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
}
#Emerd h6 i{
	font-size: 20px;
    color: #a2a2a2;
    padding: 8px;
}
#Emerd table{
	width: 100%;
	text-align: center;
}
#Emerd tr td{
	width: 25%;
	padding: 10px;

}
#Emerd table .emerd-heading{
	    background: #dfdfdf;
}
#Emerd tr{
border-bottom: 1px solid #d8d8d8;
}

#Emerd tr td{
	width:15px;
	height: 15px;

}
#Emerd .green img{
	    width: 15px;
    border-radius: 15px;
}
#Emerd .red img{
	    width: 15px;
    border-radius: 15px;
}
#Emerd .voilet img{
	    width: 15px;
    border-radius: 15px;
}
/*-------------------my-parity--------------------*/
.my-parity{
	padding:0;
}
.my-parity h6{
    text-align: center;
    font-size: 15px;
        border-bottom: 2px solid #00b90a;
    padding-bottom: 10px;
}
.my-parity h6 i{
	font-size: 20px;
    color: #a2a2a2;
    padding: 8px;
}
.my-parity-list button{
	    background: #009688;
    border: none;
    padding: 5px 20px;
    color: #fff;
    position: sticky;
    margin: 10px 0;
    float: right;
}

/*Gourav*/
.my-parity-list-inner td{
    padding: 5px 0;
}
.my-parity-list .title table{
    position: relative;
    top: -14px;
}
.my-parity-list .title tr{
    border-bottom: none !important;
}
.my-parity-list td{
    text-align: left;
    width: 80px !important;
}

@media (max-width: 767px){
	.my-parity-list table{
		width: 85% !important;
	}
	.my-parity-list td{
		width: 80px  !important;
	}

}
/*@media (max-width: 400px){
#Parity tr td{
		padding: 10px 0 10px 10px !important;
	}
}*/
/*gourav*/

.my-parity-list-inner td{
	padding: 5px 0;
}

.next-page a {
  text-decoration: none;
  display: inline-block;
      padding: 0px 8px;
    margin-top: 10px;

}
.next-page{
	    text-align: right;
	        padding-right: 10px;
}
.next-page .next {
  background-color: #009688;
  color: white;
}

.next-page .round {
  border-radius: 50%;
      background-color: #009688;
    color: white;
}

/*--------------------side-menu-----------------------*/
#mp-list{
	    padding-bottom: 10px;
}
#mp-list a{
	color:#000;
	font-size: 14px;

}
.my-parity-list .title img{
  width: 25px;
    height: 25px;
    margin-right: 10px;
}


.menu-header{
	background: #009688;;
 /*   height: 150px;*/

}
.menu-header p{
	   /* position: relative;
    top: 73px;*/
    font-weight: 600;
    color: #fff;
/*    text-shadow: 1px 2px 8px #3f3f3f;*/
line-height: 1.8;
    font-weight: 500;
}
.my-parity-list a{
	text-decoration: none;
	color: #000;
}

/*-------------------recharge------------------*/

#pay h3{
	font-size: 15px;
}
.pay{
	    padding: 10px 5px;
    background: #eaeaea;
    margin: 10px 0;
}
.pay:hover{
	background: #009688;
	color: #fff;
}
.recharge{
	text-align: center;
}
.recharge button{
	background: #009688;
    border: none;
    padding: 10px 60px;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
}
/*---------------payout----------------*/
.payout h3{
	font-size: 15px;
}
.payout select{
	width: 100%;
	padding: 10px 35px;
}
.payout select:active{
	outline: none;
}

.payout input{
	width: 100%;
	padding: 10px 35px;
	margin: 10px 0;
}
.payout input:active{
	outline: none;
}
.payout i{
	    position: absolute;
    padding: 10px;
    color: #9b9b9b;
    font-size: 19px;
}
.payout .i2{
	    position: absolute;
    padding: 20px 10px;
    color: #9b9b9b;
    font-size: 19px;
}

.payout .b-card{
background: #009688;
    border: none;
    padding: 2px 7px;
    color: #fff;
    border-radius: 5px;
    margin-top: 3px;
    position: absolute;
    right: 17px;
    top: -4px;
}

.withdrawal{
	text-align: center;
}
.withdrawal button{
	background: #009688;
    border: none;
    padding: 10px 60px;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
}
/*---------------bank details-------------------*/
.bank-list h2{
	font-size: 15px;
	margin:0;
	    padding: 5px 0;
}
.bank-list h3{
	font-size: 12px;
	margin:0;
	    padding: 5px 0;
}
.bank-list i{
font-size: 22px;
        padding: 13px 0;
}
/*-------------------popup--------------------*/
.edit-op{
	margin: 0;
}
.edit-op span{
	font-size: 15px;
	margin:0;
	    padding: 0 10px;
}

.edit-op i{
font-size: 22px;
}
.edit-ma{
	padding: 10px;
}
.edit-ma a{
	color: #000;
	text-decoration: none;
}

/*---------------------recharge history----------------*/
.rech-history h2{
	font-size: 15px;
	margin:0;
	    padding: 5px 0;
}
.rech-history h3{
	font-size: 12px;
	margin:0;
	padding: 0;
}
.rech-history h4{
	font-size: 12px;
	margin:0;
	padding: 18px 0;
}
.rech-history i{
font-size: 22px;
        padding: 13px 0;
}

/*-----------------transactions-------------------*/
.transactions h2{
	font-size: 15px;
	margin:0;
	    padding: 5px 0;
}
.transactions h3{
	font-size: 12px;
	margin:0;
	padding: 0;
}
.transactions h4{
	font-size: 16px;
	margin:0;
	padding: 18px 0;
	color: #d20000;
}
.transactions i{
font-size: 22px;
        padding: 13px 0;
        color: #d20000;
}
/*------------------btn-pop-----------------*/
.btn-pop h4{
	font-size:15px;
}

/*.btn-pop span{
	padding: 10px;
	    border-radius: 5px;
}*/
.btn-pop span:hover{
	background: unset;
}


.btn-pop form {
  margin: 0 auto;
    text-align: left;
}

.btn-pop .value-button {
  display: inline-block;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  text-align: center;
/*  vertical-align: middle;*/
  padding: 0 0;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 25px;
  box-shadow: 0px 2px 2px #0000005e;
}

.btn-pop .value-button:hover {
  cursor: pointer;
}

.btn-pop form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.btn-pop form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

/* form #input-wrap {
  margin: 0px;
  padding: 0px;
} */

.btn-pop input#number {
  text-align: center;
    border: none;
    margin: 0px;
    width: 65%;
    font-size: 25px;
}
.btn-pop-inner{
	padding: 10px 0;
}

.btn-popinput[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.btn-pop p{
	font-weight: 100;
}
.btn-pop p a{
	    text-decoration: none;
    color: #009688;
    font-weight: 600;
}
.btn-pop-fo a{
	color:#000;
	text-decoration: none;
	padding: 0 10px;
}
.btn-pop-fo a:hover{
	color: #009688;
	    font-weight: 600;
}
.btn-pop-head{
	background: #4CB251;
    color: #fff;
    font-size: 25px;
}

/*----------------bank card----------------*/

.bank-card{
	padding: 15px;
	    text-align: center;
}


.bank-card input{
	    width: 100%;
    padding: 10px 10px 10px 40px;
    box-shadow: 0px 1px 1px #dedede;
    margin-bottom: 10px;
    border: 0;
        background-color: unset;
}
.bank-card label{
position: absolute;
    margin-top: 14px;
    left: 14px;
    color: #b3b3b3;
}

.bank-card .l-btn{
	    background: #009688;
    border: none;
    padding: 10px 60px;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
}
.bank-card .l-btn:hover{
	background: #009688;
}


/**/


@media(max-width: 1366px){
    /*.product-pic img{
        width: 100%;
    }*/
    /*.product-pic{
        padding: 20px 150px;
    }*/
    /*.product-inner h3{
        font-size: 20px;
    }
*/
}
@media(max-width: 1199px){
   /* .product-pic{
        padding: 20px 80px;
    }*/
    /*.product-inner h3{
        font-size: 20px;
    }*/
}
@media(max-width: 991px){
    /*.product-pic{
        padding: 20px 150px;
    }*/
}


/*@media(max-width: 767px){
.product-pic img{
    width: 100%;
    height: auto;
    max-width: 300px;
}
}
@media(max-width: 550px){
   .product-pic img{
    height: 250px;
   }
   .product-pic{
        padding: unset;
    }
}*/

/**/

.wrapper{
	overflow: auto;
    background-color: #fff!important;
    height: 100vh;
    padding: 50px 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.footer-inner img{
	max-width: 25px;
	/*position: relative;
    top: 9px;*/
}

.footer-inner .active1{
	background-image: url(../img/nav/home.png);
	background-size: 25px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    display: block;
}
.footer-inner .active1 img{
	opacity: 0;
}
.footer-inner .active1 p{
    color:#009688 ;
}
.footer-inner .active-text{
	display: block;
}
/*.footer-inner p{
	display: none;
}*/

.footer-inner .active2{
	background-image: url(../img/nav/search.png);
	background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    display: block;
}
.footer-inner .active2 img{
	opacity: 0;
}
.footer-inner .active2 p{
    color:#009688 ;
}
.footer-inner .active-text{
	display: block;
}
.footer-inner .active3{
	background-image: url(../img/nav/win.png);
	background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50% 15%;
    display: block;
}
.footer-inner .active3 img{
	opacity: 0;
}
.footer-inner .active3 p{
    color:#009688 ;
}
.footer-inner .active-text{
	display: block;
}
.footer-inner .active4{
	background-image: url(../img/nav/me.png);
	background-size: 25px;
    background-repeat: no-repeat;
    background-position: 50% 5%;
    display: block;
}
.footer-inner .active4 img{
	opacity: 0;
}
.footer-inner .active-text{
	display: block;
}
.footer-inner .active4 p{
    color:#009688 ;
}
.register i {
    width: 20px;
    text-align: center;
}
.page-inner{
	background-color:#fff;
    box-shadow: 0px 0px 3px #3e3e3e;
    padding-top: 40px;

}
section{
	padding-bottom:15px;
}
.card{
	background: #fff;
    /*box-shadow: 0px 2px 3px #00000024;*/
    margin-bottom: 20px;
}

.main-btn{
	background: #4CB251;
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 0;
    padding: 10px 0;
}
.mt-3{
	margin-top: 15px;
}
.win-card{
	background-color: #6A29B7;
}
.white-btn{
	background-color:#fff !important;
	color:#6A29B7;
	border-radius: 50px;
    padding: 5px 20px;
}
.win-card{
	color: #fff !important;
}
.win-card img{
	max-width: 20px;
}
.bg-red{
	background-color: #f1463a !important;
}
.win-card p{
	margin: 0;
}
.win-card span{
	padding:0 5px;
}
.box-size{
	padding: 0px 8px !important;
	border-radius: 20px;
	    margin-right: 10px;
}
.record-box{
	background-color: #fff;
	color: #000;
	padding: 5px 0;
	border-radius: 0px;
	margin-bottom: 0;
  text-align: center;
  border-bottom: 2px solid #009688;
}
.record-box i{
	color: #808080 !important;
}
.btn-pop-head-green{
	background-color: #4CB251;
}
.btn-pop-inner button{
	background-color: #fff;
    border: 0;
    color: #000;
    border-bottom: 2px solid #d3d3d3;
    border-radius: 0;
    margin-left: -5px;
}
.btn-pop-inner button:focus{
	background-color: #c9c9c9;
    color: #000;
    outline: 0;
    border-color: #c5c5c5;
}
.btn-pop-inner button:hover{
	background-color: #c9c9c9;
    color: #000;
    outline: 0;
    border-color: #c5c5c5;
}
.cencel-btn{
	border: 0;
    background: #fff;
    color: #606060;
    text-transform: uppercase;
}
.confirm-btn{
	border: 0;
    background: #fff;
    color: #1168c1;
    text-transform: uppercase;
}
.cencel-btn:hover{
	border: 0;
    background: #fff;
    color: #606060;
}
.confirm-btn:hover{
	border: 0;
    background: #fff;
    color: #1168c1;
}

/*----loader---*/

.dot-windmill {
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #EFBB40;
  color: #9880ff;
  transform-origin: 5px 15px;
  animation: dotWindmill 2s infinite linear;
}

.dot-windmill::before, .dot-windmill::after {
  content: '';
  display: inline-block;
  position: absolute;
}

.dot-windmill::before {
  left: -8.66px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #518E55;
  color: #9880ff;
}

.dot-windmill::after {
  left: 8.66px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #C5533F;
  color: #9880ff;
}

@keyframes dotWindmill {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(720deg) translate3d(0, 0, 0);
  }
}


.snippet {
    position: relative;
    background: #00000080;
    padding: 2rem 5%;
    margin: 1.5rem 0;
    box-shadow: 0 .4rem .8rem -.1rem rgba(0, 32, 128, .1), 0 0 0 1px #f0f2f7;
    border-radius: .25rem;
    height: 100vh;
  }

  .examples .snippet:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 5px;
    content: attr(data-title);
    font-size: .75rem;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: white;
    background-color: rgb(255, 25, 100);
    border-radius: .25rem 0 .25rem 0;
  }

  .stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    margin: 0 -5%;
    overflow: hidden;
        height: 100vh;
  }
  .loader{
	width: 100%;
    max-width: 500px;
    position: fixed;
    z-index: 9999999;
}
/*--------loader--------*/
.edit-details{
	padding: 10px 0;
}
.edit-details i{
    color: #757575;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 20px;
}
.bg-gray{
    background-color: #f5f5f5 !important;
}
.right-icon{
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #757575;
    transform: rotate(90deg);
}
.topbar a{
	font-size: 25px;
}
.topbar span{
	color: #fff; padding-left:10px;font-size: 20px; padding-left: 30px;
}
.p-0{
	padding: 0 !important;
}
.record-tb ul{
    background-color: #189986;
}
.record-tb li a{
	color: #fff !important;
	margin-right: 0;
	border: 1px solid #189986;
    border-radius: 0;
    box-shadow: 0px 1px 0px #189986;
}
.record-tb li a:hover{
	background-color: #189986;
    border: 1px solid #189986;
    border-radius: 0;

    margin-right: 0;

}
.record-tb li.active>a{
	background-color: #169380;
    border: 1px solid #189986;
    border-radius: 0;
    box-shadow: 0px 1px 0px #3690f0;
}
.record-tb li.active>a:hover{
	background-color: #189986;
    border: 1px solid #189986;
    border-radius: 0;

}
.record-tb li.active>a:focus{
	background-color: #169380;
   border: 1px solid #189986;
    border-radius: 0;
    box-shadow: 0px 1px 0px #3690f0;
}

.record-tb p{
	color: #a2a2a2;
    font-size: 14px;
    padding-top: 10px;
}
.pt-3{
	padding-top: 20px !important;
}
.pb-3{
	padding-bottom: 20px !important;
}
.card-promo{
	padding: 15px 10px;
    border-bottom: 1px solid #cdcdcd;
}

.card-promo i{
	position: absolute;
	right:15px;
}
.card-promo p{
	margin: 0;
	    color: #a2a2a2;
    font-size: 14px;
}

.copy-btn{
	background-color: #fff;
	border: 0;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    border-radius: 0;
    box-shadow: 0px 2px 3px #bbbbbb82;
    color: #db3131;
}
.apply-btn{
	background-color: #3690F0;
	border: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    padding: 10px 0;
    border-radius: 0;
    box-shadow: 0px 2px 3px #bbbbbb82;
}

.w-100{
	width: 100%;
}
.rounded-0{
	border-radius: 0 !important;
}

.record-sucess h3{
	margin:0 0 5px 0;
}
.record-sucess p{
	margin: 0;
	color: #979797;
	font-size: 13px;
}
.record-sucess-tb h5{
	background: #09b23d;
    width: fit-content;
    padding: 5px 14px;
    color: #fff;
    border-radius: 5px;
}
.record-sucess-tb{
	border-bottom: 1px solid #dddddd;
	padding: 10px 0 !important;
}
.bg-gray2{
	background-color: #c1c1c1!important;
}
.tele-btn{
	padding: 6px 0;
	background-color: #189986;
    border-color: #189986;
}


/*---------------------------*/

.welcome-inner h2{
  margin: 0;
}
.welcome-inner h6{
  margin: 0;
  font-size: 18px;
    font-weight: 500;
    color: #bebebe;
}
.p1 {
    background-image: url(../img3/1.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 340px;
    margin: auto;
}

.p2 {
    background-image: url(../img3/2.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 340px;
    margin: auto;
}

.p3 {
    background-image: url(../img3/3.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 340px;
    margin: auto;
}

.p4 {
    background-image: url(../img3/4.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 340px;
    margin: auto;
}

.p5 {
    background-image: url(../img3/5.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 340px;
    margin: auto;
}

.p6 {
    background-image: url(../img3/6.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 340px;
    margin: auto;
}

.p7 {
    background-image: url(../img3/7.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 340px;
    margin: auto;
}

.p8 {
    background-image: url(../img3/8.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 340px;
    margin: auto;
}

.p9 {
    background-image: url(../img3/9.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 340px;
    margin: auto;
}

.p10 {
    background-image: url(../img3/10.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 340px;
    margin: auto;
}

.p11 {
    background-image: url(../img3/11.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 340px;
    margin: auto;
}

.p12 {
    background-image: url(../img3/12.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 340px;
    margin: auto;
}

@media(max-width: 768px){
.p1{
  background-size:contain;
    background-position: center;
}
.p2{
  background-size:contain;
    background-position: center;
}
.p3{
  background-size:contain;
    background-position: center;
}
.p4{
    background-size:contain;
    background-position: center;
}

}


@media(max-width: 500px){
  .product-pic h5{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  height: 20px;
  }
}
.bal-record{
  text-align: center;
}
.bal-record p{
  margin: 0;
      line-height: 1.6;
}
.at-rec-btn{
    background-color: #368FF2;
    color: #fff;
    padding: 0 10px;
    box-shadow: 1px 1px 1px #000;
    border-radius: 0;
    width: 85px;

}

.btn-default{
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background: #f5f5f5;
    border-radius: 2px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: rgba(0,0,0,.87);
    border: 0;
    width: 50%;
}

.topbar {
    background: #009688;
    margin: 0;
    padding: 7px 0;
    box-shadow: 0px 4px 8px #bebebe;
    position: fixed;
    /* max-width: 500px; */
    width: 100%;
    top: 0;
    z-index: 1;
}
.topbar img {
    width: 20px;
    height: 20px;
}
.topbar h2 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em;
    padding:9px 0 9px 50px !important;
}
.top2 a{
  position: relative;
  top: 10px;
}
.mb-3{
  margin-bottom: 20px;
}


.user-profile img{
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)!important;
    border-radius: 50px;
}
.user-profile{
    position: absolute;
}
.user-profile-name{
    padding-left: 60px;
}

/*---------------*/
.new-shadow{
box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%) !important;
}
.record-rec i{
      position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    font-size: 18px;
}
.record-rec img{
      position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    font-size: 18px;
}


.rec-tabs a{
    display: inline-block;
    margin: 0;
    padding: 0.5rem 1.5rem;
    font-size: 1.5rem;
    opacity: 1;
    cursor: pointer;
    user-select: none;
    color: #555555;
}
.no-bg{
    background-color: unset !important;
}
.bg-white{
    background-color: #fff !important;
}
.p-2{
    padding: 15px !important;
}

.no-shadow{
    box-shadow: none !important;
}

/* Snackbar Style Here */
#snackbar {
    visibility: hidden;
    /* min-width: 250px; */
    /* margin-left: -125px; */
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 8px 40px;
    position: fixed;
    z-index: 1000000000;
    width: 200px;
    left: calc(50% - 100px);
    bottom: 50vh;
    font-size: 12px;
    opacity: 0.8;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }

  #loader-wrp{
      position: fixed;
      z-index: 10000;
      top: 40vh;
      left: calc(50% - 135px);
      width: 270px;
      height: 70px;
      background: #009688;
      color: #fff;
      padding: 15px;
      display: none;
  }

  #loader{
      
      
     
  }

  #loader-wrp .progress{
      height: 10px;
      border-radius: 0px;
      /* opacity: 0.7; */
      margin-top: 10px;
      /* margin-bottom: 10px; */
      background: #1f7970;
  }

  #loader-wrp .progress .progress-bar.bg-white{
    background: #fff;
    /* opacity: 1; */
  }

input:focus, input:active{
    outline: none;
}