body{
	 font-family: "Poppins", sans-serif;
	font-weight: 400;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
}

a, a:hover{
	text-decoration: none;
}

a,button{
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
p{
	font-size: 16px;    
    line-height: 28px;
    font-weight: 300;
    color: #cecece;
    
}

span, p{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
	opacity: 1
}

button, button:focus{
	border: 0;
	outline: 0;
	box-shadow: unset;
}

.img-Hcenter{
	display: block;
	margin:0 auto;
	max-width: 100%;
}

.btn-comm{
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 8px 30px;
	border-radius:30px;
	text-align: center;
	border:1px solid transparent	;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	z-index: 0
}

.btn-comm:hover{	
	color: #fff;
	background: #019961;	
	
}
.btn-add{
	background: green;
}
.btn-add:hover{
	background: #fff;
	color: #000;
	transform: translateY(0);
	border: 1px solid #000;
}
.btn-blue{
	background: #0bc3c0;
	color: #fff;
}
.btn-blue:hover{
	background: #fff;
	color: #000;
	transform: translateY(0);
	border: 1px solid #000;
}
.btn-green{
	background: green;
}
.btn-green:hover{
	background: #fff;
	color: #000;
	transform: translateY(0);
	border: 1px solid #000;
}

.btn-yellow{
	    background: #ffc107;
    color: #000;
}
.btn-yellow:hover{
	    background: #fff;
    color: #000;
}
.btn-sm{
	font-weight: 500;
    font-size: 14px;   
    padding: 5px 12px;
    border-radius: 15px;
}    

.btn-sm2{
	padding: 3px 8px;
    font-size: 12px;
    border-radius: 15px;
}     
.btn-sm2 i{
	font-size: 10px;
}                    

.btn-block{
	display: block;
}

.row-Vcenter{
	align-items: center;
}
.section-heading{
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	position: relative;	   
    margin-bottom: 40px;
}
.section-heading:before{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0%;
	width: 100px;
	border-radius: 5px;
	height: 4px;
	background: #019961;	
}
.section-heading span{
	display: block;
	font-size: 14px;
	font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
}
.section-heading-center{
	text-align: center;
}
.section-heading-b{
	color: #000
}
.section-heading-center:before{
	left: 50%;
	transform: translateX(-50%);
}
.section-heading-lft{
	font-size: 30px;
	font-weight: 500;
	color: #fff;	
	position: relative;
	width: 60%;  
    
    margin-bottom: 40px;
}
.section-heading-lft:before{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0%;
	width: 100px;
	height: 1px;
	background: #53d995;	
}
.section-heading-lft:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0%;
	width: 60px;
	height: 1px;
	background: #53d995;	
}

.section-subheading{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 24px;
}

.positionRel{
	position: relative;
}

header{
	background:#070707;	
	width: 100%;
	display: flex;  
    align-items: center;
    position: relative;
}
.banner-sec{
	width: 100%;
	min-height: 500px;
	background: url('../images/banner-img.jpg') no-repeat center center;
	background-size: cover;
	display: flex;
    align-items: center;
}
.banner-sec .btn-comm{
	background:#019961;
	padding: 10px 30px;
    font-size: 20px;
}
.banner-sec .btn-comm:hover{
	background: #000;
	color: #019961;
	border:1px solid #019961;
}
.banner-caption{
	color: #fff;	
	z-index: 2
}
.main-heading{
	font-size: 35px;
	color: #fff;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
}
.main-heading:before{

}
.main-heading span{
	display: inline-block;
	color:#019961;
	font-weight: 600 
}
.banner-caption p{
	font-size: 18px;
	font-weight: 400;
	margin: 20px 0;
    width: 80%;
}
.banner-img{
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    display: flex;
    justify-content: end;
}
.banner-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 23%;
}
.banner-inn{
	background: linear-gradient(353deg, rgba(254,170,8,.5) 0%, #000 30%);
	min-height: unset;
	padding: 100px 0 60px
}
.topbar-sec{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
	padding: 10px 0;
	z-index: 2;
	
	
}
.topbar-sec .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topbar-sec .btn-comm i{
	margin-right: 5px
}
.logo{
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
}
.logo img{
	height: 45px;
}
.menu-icon{
	display: none;
}
.navbar-cus{	
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar-link-sec{
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}
.navbar-link-sec li{
	display: inline-block;
}
.navbar-link-sec li a{
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 15px;
	text-align: center;
	position: relative;
}
.navbar-link-sec li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #019961;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.navbar-link-sec li a:hover:before{
	width: 100%;
}
.navbar-link-sec li a:hover{
	color: #019961;	
}
.navbar-cus .btn-comm:hover{
	box-shadow: unset;
	background: #fff;
	color: #000;
}
.navbar-cus .btn-comm:hover i{
	color: #000;
}
.menu-icon {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 0px 15px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}

.menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


.menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.menu-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

.menu-icon span:nth-child(1), .menu-icon span:nth-child(2) {
  top: 0px;
}

.menu-icon span:nth-child(3), .menu-icon span:nth-child(4) {
  top: 8px;
}

.menu-icon span:nth-child(5), .menu-icon span:nth-child(6) {
  top: 16px;
}

.menu-icon.open span:nth-child(1),.menu-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-icon.open span:nth-child(2),.menu-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.menu-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.menu-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.menu-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.menu-icon.open span:nth-child(5) {
  left: 5px;
  top: 18px;
}

.menu-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 18px;
}
.main-container .menu-icon{
	color: #000
}
.close-sidebar{
	display: none;
}
.points-sec{
	padding:50px 0;
	background: url('../images/points-bg.jpg') no-repeat center;
	background-size: cover;
	background-color:#f2f3f7;
	min-height: 500px;
	text-align: center;
}
.points-row{
	margin-top: 80px
}
.box-heading{
	font-size: 18px;
	font-weight: 500;
}
.box-pointsInn{
	border: 1px solid transparent;
	padding: 10px 20px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.points-img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding:20px;
	position: relative;
	z-index: 0;
	background: #019961;
	margin:0 auto;
	text-align: center;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.points-img:before{
	content: '';
	width: 100px;
	height: 100px;
	position: absolute;
	top: -5px;
	left: -0px;
	border-radius: 50%;
	z-index: -1;
	background: #000;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.points-img img{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.box-pointsInn:hover .points-img:before{
	top: 10px;
}
.box-pointsInn:hover .points-img img{
	transform: translateY(12px);
}
.box-pointsInn:hover{
	border:1px solid #019961;
}
.claim-btns{
	background:#019961; 
	background: url('../images/claim-img.jpg') no-repeat 0 22%;
	background-size: cover;
	padding: 80px 0;

}
.claim-btns .container-fluid{
	display: flex;
	align-items: center;
	justify-content: center;
}
.claim-img-sec img{
	object-position: bottom;
}
.claim-btn-grp{
	width: 100%;
	max-width: 600px;
	display: flex;
}
.claim-btn-grp .btn-comm{
	flex:1;
	background: #000;
	border-color: #000;
	margin:0 10px;
	padding: 15px 40px;
    font-size: 20px;
    font-weight: 600;
}
footer{
	background: #070707;
	padding: 50px 0
}
.footer-links{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo-footer{
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.logo-footer img{
	height: 35px;
}
.social-links-footer{
	display: flex;	
}
.social-links-footer li{
	display: inline-block;
	margin:0 5px;
}
.social-links-footer li a{
	display: inline-block;
	color: #fff;
}
.copyrights-footer{
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.5);
	padding:10px 0 0px;
	margin-top: 10px;
	font-size: 12px;
}
.reg-sec{
	width: 100%;
	min-height: calc(100vh - 210px);
	margin-top: 65px
}
.reg-img{
	min-height: calc(100vh - 210px);
}
.reg-img .login-info{	
	width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;   
}
.reg-img .section-heading{
	font-size: 28px;
	text-shadow: 0 0 8px rgba(0 ,0 ,0, .8);
	margin-bottom: 22px;
}
.reg-img .login-info .btn-comm{
	padding: 10px 50px;
    font-size: 18px;
    text-transform: uppercase;
}
.reg-img .login-info .btn-comm:hover{
	background:#000;	
}
.reg-img .section-heading:before{
	display: none;
}
.reg-bg{
	height: 100%;
	object-fit: cover;
}
.reg-form{
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	display: flex;	
	justify-content: center;
	padding: 50px 40px;
}
.reg-form form{
	margin-top: 60px;
}
label{
	font-size: 14px;
	font-weight: 600;
}
.logo-reg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 160px;	
}
.reg-formInn{
	width: 90%;
	margin:0 auto;
}
.reg-formInn .form-group{
	margin-bottom: 20px;
}
.form-control{
	border-radius: 0;
	height: auto;
	padding: 8px 12px;
	color: #333;
	font-size: 14px;	
	font-weight: 500;

}
.form-control:focus{
	border-color: #019961;
	outline: 0;
	box-shadow: unset;
}
.reg-form .btn-comm{
	font-size: 18px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #019961;
    background-color: #019961;
}
.reg-form a{
	color:#019961 
}
.login-sec{
	min-height: calc(100vh - 210px);	
	padding: 80px 0 0;	
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-box{
 	width: 50%;
	text-align: center;
	border-radius: 10px;	
	background: #fff;
	overflow: hidden;
	float:right;
	background: #ffffff82; /* semi-transparent white */
  backdrop-filter: blur(10px);           /* blur effect */
  -webkit-backdrop-filter: blur(10px);   /* for Safari */
  border-radius: 10px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  text-align:center;
}
.register-box{
 	width: 100%;
	text-align: center;
	border-radius: 10px;	
	background: #fff;
	overflow: hidden;
	float:right;
	background: #ffffff82; /* semi-transparent white */
  backdrop-filter: blur(10px);           /* blur effect */
  -webkit-backdrop-filter: blur(10px);   /* for Safari */
  border-radius: 10px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.logo-login{
	height: 50px;
	margin-bottom: 20px;
}
.logo-login img{
	
}
.login-box{
	text-align: center;
}
.forgot-pass{
	font-size: 14px;
    text-align: right;
    display: block;
    font-weight: 600;
    color: #000;
}
.forgot-pass:hover{
	color: #019961;
}
.login-box .btn-comm{
	text-transform: uppercase;
	
}
.login-box form{
	text-align: left;
}
.login-img{
	text-align: center;
}
.login-img img{
	display: block;
	margin: 0 0 0 auto;
	height: 500px;
	max-width: 100%;
	object-fit: contain;
}
.login-img h2{
    text-align: left;
    font-weight: 700;
    font-size: 3.5em;
    letter-spacing: 1px;
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
    border-left: solid 2px #0f9a61;
    padding: 0 0 0 25px;
  
}
.login-formInn{
	text-align: center;
}
.login-sec .container-fluid{
	height: 100%
}
.login-row{
	align-items: center;
}
.login-drp{
	margin-left: 5px;
}
.login-drp li{
   font-size: 15px;
}
.login-drp a{
	color: #fff;
	display: inline-block;
	font-weight: 500
}
.login-drp .user-icon{
	color: #fff;
	margin-right: 5px;
}
.down-icon{
	font-size: 12px;
}
.login-drp>li{
	position: relative;
}
.login-drp-menu{
	position: absolute;
	top: 200%;
	right: 0;
	width: 160px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	visibility: hidden;
    opacity: 0;
    z-index: 0
}
.login-drp-menu li{
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
.login-drp-menu li a{
	color: #000;
	padding: 10px;
	font-weight: normal;	
	display: block;
}
.login-drp-menu li a:hover{
	background: #019961;
	color: #fff
}
.login-drp-menu li:last-child{
	border-bottom: 0
}

.login-drp>li:hover .login-drp-menu{
	animation: slideUp .35s ease-in-out forwards;	
}

@keyframes slideUp{
	0%{
		top: 200%;
		visibility: hidden;
		opacity: 0;
		 z-index: 0
	}
	60%{
		top: 80%;
		visibility: hidden;
		opacity: 0;
		 z-index: 0
	}
	100%{
		top: 100%;
		visibility: visible;
		opacity: 1;
		 z-index: 999
	}
}

.main-container{		
	padding-top:75px;
/*	background: url(../images/bg-comm.jpg) no-repeat center;
    background-size: cover;*/
        min-height: calc(100vh - 210px);
}

.container-inn{
	display: flex;
	margin-bottom: 50px;
	flex-direction: column;
	align-items: center;
}
.siderbar{
	margin-bottom:20px;
	/*box-shadow: 0 0 10px rgba(0,0,0,.6);	
	background: #1f1f1f;*/
}
.content-container{
	width:100%;	
}
.content-container .topbar-secInn{
	position: relative;	
	background: transparent;
	border-bottom: 1px solid #019961;
	padding: 15px 0
}
.logo-sidebar{
	display: block;
    text-align: center;
    padding: 30px 10px;
}
.siderbar ul{
	
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.siderbar ul li{
	display: block;		
	margin: 0 5px;
}
.siderbar ul li a{
	display: block;
    padding: 20px 15px;
    margin: 15px 0;
    color: #1a1a1a;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: capitalize;
    background: #ffffff5e;
    border-radius: 3px;
    border-bottom: 0px solid #fbfbfb;
}

.siderbar ul li a i{
	font-size: 14px;
	margin-right: 5px;
	color: #000
}
.siderbar ul li.active a{
	background: #000;
	color: #fff;
}
.siderbar ul li.active a i{
	color: #fff;
}
.siderbar ul li.active a:hover{
	background: #f8f8f8;
	color: #000;
}
.siderbar ul li.active a:hover i{
	color: #000;
}

.siderbar ul li a:hover {
	background: #000;
	color: #fff
}

.siderbar ul li a:hover i{
	color: #fff
}



.heading-topbar{
	font-size: 20px;    
    margin-bottom: 0;
    font-weight: 600;
}
.container-box{
	width: 100%;
	margin: 0px auto 0;
	border-radius: 3px;
	padding: 30px 30px 70px;
	background: #fff;
	border: 1px solid #f1f1f1;
	position: relative;
	
	background: rgb(255 255 255 / 34%); /* transparent white */
      border-radius: 3px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px); /* For Safari */
      border: 1px solid rgba(255, 255, 255, 0.2);
}
.heading-box{
	font-size:22px;
	font-weight: 600;	
	margin-bottom: 15px;
}
.form-sub-heading{
	margin-bottom: 10px;
	color: #222
}
.form-sub-heading label{
	position: relative;
	font-size:16px;
}
.form-sub-heading label:before{
	content: '';
	position: absolute;
	left: 0px;
	bottom: -5px;
	width: 50px;
	height: 2px;
	background: #019961
}

.cus-file-input .custom-file-label::after{
	height: 100%;
}
.faqs-sec{
	padding: 40px 0;
	min-height: calc(100vh - 420px)
}
.faqs-sec p{
	color: #181616;
	font-weight: 400;
}
.faqs-row{
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.6)
}
.faqs-ques{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	cursor: pointer;
}
.faqs-ques i{
	-webkit-transition: all .80s ease-in-out;
	-moz-transition: all .80s ease-in-out;
	-o-transition: all .80s ease-in-out;
	transition: all .80s ease-in-out;
	color: rgba(254,170,8,1)
}
.plusRotate{
	transform: rotate(45deg);
}
.faqs-heading{
	font-size: 20px;
	font-weight: 500;
	color: #000;
}
.faqs-heading span{
	margin-right: 15px;
}
.faqs-ans{
	padding: 0 40px;
	display: none;
}
.terms-condition{
	padding: 40px 0;	
}
.terms-condition{

}
.terms-condition p{
	color: #181616;
	font-weight: 400;	
}
.terms-condition ul{
	margin: 0 0 15px 15px;
}
.terms-condition ul li{
	list-style-type: disc;
	font-weight: 400
}
p.dark{
	color: #181616;
	font-weight: 400;	
}
.signup-info{
	color: #181616;
	font-weight: 400;	
	font-size: 15px;
}
.signup-info a{
	color: #019961;
	font-weight: 600;
	display: inline-block;
}
.menu-icon-2{
	text-align: right;
	margin-bottom: 25px;
	 display: none;
}
.menu-icon-2 i{
	font-size: 20px;
    color: #fff;
    background: #019961;
    display: inline-block;
    text-align: center;
    padding: 6px 15px;
   
}
.drk-theading {
	background:#1f1f1f;
	color: #fff
}

.status-received{
	color:#019961;
	font-size: 14px;
	font-weight: 600

}
.status-complete{
	color:green;
	font-size: 14px;
	font-weight: 600

}
.status-expired{
	color:red;
	font-size: 14px;
	font-weight: 600;
	
}

.info-i{
      
}
.date-picker{
	position: relative;
}
.date-picker i{
	position: absolute;
	top: 10px;
	right: 10px;
	color:#019961 
}
.user-details-boxInn{
	background: #1f1f1f;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	padding: 20px;
	border-radius: 5px;
}
.user-details-boxInn .form-sub-heading{
	color: #fff
}
.user-details-boxInn a{
	color: #019961	
}
.cus-table{
	width: 100%;
	border: 0;
}
.cus-table th, .cus-table td{
	/*border-bottom: 1px solid rgba(255,255,255,.2);*/
	padding: 6px 15px;
	font-size: 15px;
}
.td-equal td, .td-equal th{
	width: 50%;
}
.table-border{
	padding: 10px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 5px;
}
.table-text-w th, .table-text-w td{
	color: #fff
}
.product-info-boxInn{	
	border:1px solid #ddd;	
	padding: 20px;
	border-radius: 5px;
}
.product-img-boxInn{
	border:1px solid #ddd;	
	padding: 20px;
	border-radius: 5px;
}
.form-sub-heading-b{
	color: #000
}
.product-img-boxInn img{
	height: 250px;
	margin: 0 auto;
	display: block;
	object-fit: contain;
}
.defect-info-box{
	padding: 10px 30px 30px;
	background: #f7f6f4;
	border-radius: 5px;
}
.defect-info{
	display: flex;
	align-items: center;
	justify-content: space-between;	
	border-bottom:1px solid rgba(0,0,0,.1);
	padding: 10px 0
}
.defect-info p{
	margin-bottom: 0
}
.btn-accept{
	background: green;
	color: #fff
}
.btn-reject{
	background: red;
	color: #fff
}
#image_preview, #featured_image_preview {
  margin-bottom: 0;
    text-align: center;
    color: #b9b9b9;
    font-size: 10px;
    flex: 0 0 60px;
    margin-right: 15px;
    border: 1px dotted #b5b4b4;
    padding: 2px;
}
#image_preview img {
    width: 45px;
    height:30px;
   	object-fit: contain;
  
    margin: 5px;
}
.custom-table th{
	border-top: 0;
	background: rgb(220 225 225);
	font-size: 13px;
}
.custom-table{
	border: 1px solid rgb(237 241 241);
}
.custom-table td{
	border-top: 0;	
	font-size: 13px;
	vertical-align: middle;
	 white-space: nowrap;
}
.custom-table tr:nth-child(odd){
	background: rgb(237 241 241);
}
 .custom-table.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(230 235 235);
}
.custom-table td h4{
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 15px;
	font-weight: 600;
}
.custom-table td p{
	font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}
.custom-table .btn-gradient{
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
}
.custom-table .btn-gradient:hover{
	color: #000;
}
.custom-table .btn-pending{
	background: #ffc107;
	color: #000;
}
.custom-table .btn-pending:hover{
	background: #fff;
	color: #000;
}
.btn-rejected{
	background: red;
	color: #fff;
}
.custom-table .btn-rejected:hover{
	
	color: #fff;
}
.custom-table td a{
	color: #000;
	font-weight: 500;
}
.custom-table .custom-badge{
	display: inline-block;
	transform: translateY(-5px);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: orange;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
}	
.toggle-form{
	display: none;
}
.cursor-pointer{
	cursor: pointer;
}
.detailP-box .custom-table td{
	    white-space: unset;
}
.detailP-box .custom-table td:nth-child(1){
	   min-width: 180px;
}
.lightgallery-boxInn{
	text-align: center;
	height: 100%;
}
.lightgallery-boxInn h4{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.lightgallery-boxInn p{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.lightgallery-boxInn{
	border-radius: 5px;
	padding: 10px 5px;
	border: 1px dotted #ddd;
}
.lightgallery-boxInn i{
	font-size: 60px;
    color: #888e8e;
}
.lightgallery-boxInn img{
	max-height: 70px;
	display: block;
	margin:0 auto;
	object-fit: contain;
	width: auto !important;
}
/*.detailP-content .col-lg-6{
	padding: 0 5px;
}
.accordian-custom-sec{
	padding: 0 5px;
}*/
.toggle-btn-acc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    border-bottom: 1px solid #c9d0d0;
    padding-bottom: 10px;
    cursor: pointer;
}
.toggle-btn-acc  .form-heading{
	margin-bottom: 0;
}
.form-heading {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0px;
}
.accordian-custom p {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    margin-bottom: 5px;
}
.btn-yellow{

}
.list-table-style{
	display: flex;
	flex-wrap: wrap;
}
.list-table-style li{
	flex: 0 0 50%;
	max-width: 50%;
	border: 1px solid rgb(237 241 241);
	 padding: .75rem;
	 border-bottom: 0;
	     font-size: 13px;
	     display: flex;
	     align-items: center;
}
.list-table-style li:hover{
	background: rgb(230 235 235);
}
.list-table-style li:nth-last-child(2), .list-table-style li:last-child{
	border-bottom: 1px solid rgb(237 241 241);
}
.list-table-style li:nth-child(odd){
	font-weight: 600;
	border-right: 0;
}
.list-table-withForm-style li .form-control{
	padding: 5px 15px;
}

.accordian-custom{
	background: #fafafa;
    padding: 0 20px;
    border-radius: 15px;
    border: 1px solid #ececec;
}
.accordian-custom p{
	font-size: 14px;
}
.lightgallery-box{
	padding: 0 5px;
	margin-bottom: 15px;
}
.btn-blue {
    background: #0bc3c0;
    color: #fff;
}
.custom-table .btn-blue{
	color: #fff;
}

.custom-table .btn-blue:hover{
	color: #000;
}

.pagination{
	text-align: center;
	justify-content: center;
}
.pagination li{
	padding: 5px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #222;
	font-weight: 500;
	font-size: 14px;
}

.pagination li a{
	color: #222;
}
.pagination li.active a{
	color: #0bc3c0;
	font-weight: 600;
}
.page-info{
	text-align: center;
	font-size: 13px;
}
.detailP-box .table-responsive h4 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0px;
}
.btn-heading-grp{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}
.btn-right-cnr{
	text-align: right;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #edf1f1
}
.register-sec{
	padding: 100px 0 40px;
}
.captchaWrap {
	text-align: center;
    border: 0 !IMPORTANT;
    background: #f9f9f961;
    padding: 15px !important;
    border-radius: 5px;
}
.captchaWrap button{
	/*background: #0bc3c0;
	color: #fff;*/
	background: transparent;
	position: relative;
	padding: 5px;
    margin: 0px 5px;
}
.captchaWrap button i{
	display: block;
}
.captchaWrap div:first-child{
	    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
.captchaWrap img{
	margin: 0 !important;
}
.captchaWrap div:nth-child(2){
	    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.captchaWrap div{
max-width: 240px;
	margin:0 auto;
}
.captchaWrap input{
	width: 100%;
}




/* OTP  */



.mobileOTP-sec{

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  display: none;

}

.mobileOTP-sec h3{

  font-size: 14px;

  margin-bottom: 20px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0 15px

}

.otp-sec .login-box{
	max-width: 340px;
}
.otp-sec .login-box .section-heading{
	margin-bottom: 65px;
}

.otpBack-btn{

  display: flex;

  align-items: center;

    font-size: 14px;

    color: #019961;

    line-height: 0;

    cursor: pointer;

}



.otpBack-btn i{

    font-size: 20px;

    margin-right: 5px

}



.mobileOTP-input{

  display: flex;

  align-items: center;

  justify-content: flex-start;

}

.mobileOTP-input input.form-control{

  flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);

  margin: 0 5px;

  text-align: center;

  font-size: 16px;

  font-weight: 700

}

.mobileOTP-sec .btn-comm{

  display: block;

  margin: 30px auto 0; 

}
.otp-heading{
	font-size: 16px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media(max-width: 1400px){
	.reg-formInn{
		width: 98%;
	}
	.login-box{
		width: 60%
	}
	.register-box{
		width: 100%
	}
}
@media(max-width: 1280px){
	.slider-container {
		margin-left: 5%;
		max-width: 95%;
		flex: 0 0 95%;
	}
	.artist-content{
		height: auto
	}
	.login-box{
		width: 70%
	}
	.register-box{
		width: 100%
	}
}
@media(max-width: 1100px){

}
@media(max-width: 992px){	
	.section-subheading{
		width: 90%;
	}
	.menu-icon{
		display: block;
	}	
	.navbar-cus{
		
	}
	.navbar-link-sec{
		flex-direction: column;
		position: fixed;
		left: -350px;
		top: 0;
		z-index: 5;
		width: 250px;
		height: 100vh;
		background: #232323;	
		justify-content: unset;
		align-items: flex-start;
		text-align: left;
		box-shadow: 0 0 15px rgb(0,0,0,.6);
		-webkit-transition: all .35s ease-out;
		-moz-transition: all .35s ease-out;
		-o-transition: all .35s ease-out;
		transition: all .35s ease-out;
	}
	.navbar-link-sec.in{
		left: 0;
	}
	.navbar-link-sec li {
		display: block;
		width: 100%;
	}
	.navbar-link-sec li a{
		text-align: left;
		color: #fff;
		padding: 20px 15px;
		border-bottom: 1px solid rgba(255,255,255,.5);
	}
	.navbar-link-sec li:last-child a{
		border-bottom: 0;
	}
	.siderbar{
		position: fixed;
		top: 0;
		left: -300px;
		width: 240px;
		z-index: 999;
		height: 100vh;
		background: #1f1f1f;
		box-shadow: 0 0 15px rgba(0,0,0,.5);
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.siderbar.siderbarInn{
		left: 0
	}
	.siderbar ul{
		align-items: flex-start;
		justify-content: flex-start;
	}
	.siderbar ul li a{
		color: #fff;
		background: transparent;
		border:0;
	}
	.siderbar ul li a i{
		color: #fff;
	}
	.siderbar ul li.active a{
	background: transparent;
	color: #fff;
}
.siderbar ul li a:hover{
	background: transparent;
	color: #fff;
}
	.siderbar ul li.active a:hover{
	background: transparent;
	color: #fff;
}
	.siderbar ul li.active a:hover i{

	color: #fff;
}
	.close-sidebar{
		display: block;
		color: #019961;
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 20px;
		z-index: 9
	}
	.menu-icon-2{
		display: block;
	}
	.content-container{
		width: 100%;
		margin-left: 0;
	}
	.sec-threeImg-back {
		left: 35%;		
		width: 70%;
	}
	.sec-threeImg-front {		
		top: 35%;
		width: 70%;	
	}

	.main-heading{
		font-size: 35px;
	}
	.reg-img {
		flex: 0 0 100%;
		max-width: unset;
		min-height: unset;
		max-height: 50vh;
		overflow: hidden;
	}
	.reg-bg{
		width: 100%
	}
	.reg-form{
		flex: 0 0 100%;
		max-width: unset;
	}
	.login-box{
		width: 90%
	}
	.register-box{
		width: 100%
	}
	.main-container{
		padding-top: 80px;
	}
	.container-box{
		width: 100%;
	}
	
	.box-points{
		flex:0 0 100%;
		max-width: unset;
	}
}

@media(max-width: 768px){	
	.section-heading{
		font-size: 22px;
		width: 98%
	}
	.section-subheading{
		width: 98%;
	}
	.banner-sec{
		padding: 100px 0 30px;
		max-height: 700px;
		overflow: hidden;
	}
	.banner-img{
		position: static;
		margin: 0 auto;
		width: 98%
	}
	.banner-sec{
		background-position: 60% 0;
	}
	.caption-banner{
		width: 75%;
		margin: 0 auto;
	}
	.claim-btn-grp{
		display: flex;
		flex-direction: column;
	}
	.claim-btn-grp .btn-comm{
		margin-bottom: 15px;
	}
	.claim-btns{
		padding: 20px 0 10px
	}
	.reg-form{
		padding: 20px
	}
	.reg-form form {
		margin-top: 30px;
	}
	.reg-formInn .form-group {
		margin-bottom: 10px;
	}
	.login-box {
		width: 70%;
		padding: 30px;
	}
	.login-img img {
		margin: 0 auto;
		height: 350px;		
	}
	.login-box{
		margin: 0 auto
	}
	.register-box{
		margin: 0 auto
	}
	.reg-img .login-info{
		width: 100%;
	}
	.reg-img{
		order: 2
	}
	.product-img-boxInn{
		margin-bottom: 15px;
	}
}

@media(max-width: 480px){	
	.main-heading{
		font-size: 25px;
	}	
	.logo-reg{
		height: 90px;
	}
	.login-box {
		width: 90%;
		padding: 20px;
	}
	
}

@media(max-width: 380px){
	.navbar-link-sec{
	   width: 200px;
	}
	.login-box {
		width: 98%;
		padding: 15px;
	}
}

@media(max-width: 360px){
	.navbar-link-sec{
	   width: 180px;
	}

}


/* Select 2 custom css  */
.select2-container{
	max-width: 100%;
	/*min-width: 100%;*/
}
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    color: #000;
    font-size: 13px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {  
    padding-left: 0;
    padding-right: 0;   
    line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {  
    margin-left: -10px;
    margin-top: 0px; 
}
#image_preview, #featured_image_preview {
  margin-bottom: 0;
    text-align: center;
    color: #b9b9b9;
    font-size: 10px;
    flex: 0 0 60px;
    margin-right: 15px;
    border: 1px dotted #b5b4b4;
    padding: 2px;
}
#image_preview img {
    width: 45px;
    height:30px;
   	object-fit: contain;
  
    margin: 5px;
}



/* New css  */

.topbar-sec{
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 40%);
	height: 60px;
	padding: 0;
	
	background: rgb(255 255 255 / 58%); /* transparent white */
      border-radius: 0px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px); /* For Safari */
      border: 1px solid rgba(255, 255, 255, 0.2);
}

.topbar-sec .container{
	height: 100%;
}
.navbar-cus{
	height: 100%;
}
.navbar-link-sec{
	height: 100%;
}
.login-drp{
	height: 100%;
	display: flex;
	align-items: center;
}
.login-drp>li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.login-drp-menu{
	border-radius: 0 0 5px 5px;
	box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
}

.main-container {  
    background: #fdfdfd;
    min-height: calc(100vh - 0px);
    /*background-image: url("../images/rma-bg.jpg");*/
}
.navbar-link-sec li a{
	color: #222;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .5px;
}
.login-drp a{
		color: #222;
	font-size: 14px;
	font-weight: 500;
}
.login-drp .user-icon{
	color: #019961;
}

p{
	color: #585858;
	font-weight: 400;
	font-size: 14px;
}

.btn-comm:hover {
    color: #fff;
    background: #000000;
    transform: translateY(-2px);
    box-shadow: unset
}


.container-custom {
	max-width: 1450px;
	width: 90%;
	padding: 0;
}

.time-frame{
	font-size: 25px;
	font-weight: 600;
	line-height: normal;
	margin-top: 30px;
	margin-bottom: 0px;
}
#date-part{
	font-size: 14px;
	color: #798e86;
}
#time-part{
	font-size: 30px;
	color: #019961
}
.time-frame span{
	display: block;
	text-align: center;
	color: #019961
}
.welcome-heading{
	position: relative;	
	color: #325347;
	font-size: 45px;
}


.welcome-sec{
	width: 100%;
	padding: 60px 50px;
	background-color: #f5f5f5;
	background-size: cover;
	border-radius: 15px;	
	position: relative;
	overflow: hidden;
}
.welcome-sec:before{
	content: '';
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/pattern-bg.png) no-repeat top left;
	background-size: contain;
}
.welcome-sec:after{
	content: '';
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/pattern-bgR.png) no-repeat bottom right;
	background-size:contain;
}
.welcome-sec h1{
	font-size: 30px;
	color: #325347;
	 font-family: "Roboto", sans-serif;
	 font-weight: 600;
	 position: relative;
	margin-bottom: 0;
	 border-radius: 15px;
	 text-align: center;
}

.welcome-sec h1:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 2px;
	background: #325347
}
.points-highlights-sec{
	width: 100%;
	margin-top: 30px;
}
.points-highlights{
	min-height: 150px;
	cursor: pointer;
}
.points-highlights-inn{
	height: 100%;
	background: #fff;
	/*box-shadow: 0 0 15px rgba(0,0,0,.5);*/
	padding: 70px 20px;
    border-radius: 15px;
	text-align: center;
	color: #fff;    
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.points-highlights:nth-child(1) .points-highlights-inn{
	background: #9a51d4;
}
.points-highlights:nth-child(2) .points-highlights-inn{
	background: #f43d53;
}
.points-highlights:nth-child(3) .points-highlights-inn{
	background: #059b9b;
}
.points-highlights:nth-child(4) .points-highlights-inn{
	background: #059b9b;
}
.points-highlights-inn:hover{
	transform: translateY(-5px);
	box-shadow: 0 10px 15px rgba(0,0,0,.2);
}
.bottom-right-icon{
	position: absolute;
    bottom: -22px;
    right: -36px;
    height: 150px;
    opacity: .2;
}
.highlights-heading-sm{
	font-size: 20px;
	font-weight: 300;
}
.highlights-heading-lg{
	font-size: 30px;
    font-weight: 700;
}
.highlights-heading-lg i{
	font-size: 35px;
}

.points-highlights-inn .btn-comm{
	background: #fff;
	color: #222;
	margin-top: 5px;
}

.points-highlights:nth-child(1) .points-highlights-inn .btn-comm{
	color: #9a51d4;
}
.points-highlights:nth-child(2) .points-highlights-inn .btn-comm{
	color: #f43d53;
}
.points-highlights:nth-child(3) .points-highlights-inn .btn-comm{
	color: #059b9b;
}

.points-highlights-inn:hover .btn-comm{
	background: #000 !important;
	color: #fff !important;
}
.copyrights-footer{
	border-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	padding: 0;
}
footer{
	background: #fff;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.login-sec{
	min-height: calc(100vh - 60px);
	
}

.login-img img{
	padding-right: 50px;
}


.reg-form{
	box-shadow: unset;
}
.menu-icon{
	/*background: #222;*/
	width: 30px;
}
.menu-icon span{
	background: #222;
}


@media(max-width:1080px){
	.highlights-heading-lg{
		font-size: 25px;
	}
	.container-custom{
		padding: 0;
	}
}

@media(max-width: 992px){
	.navbar-link-sec li a{
		color: #fff;
	}
	.navbar-link-sec{
		position: absolute;
		left: 0 ;
		top: 0%;
		z-index: 5;
		width: 100%;
		height: auto !important;
		box-shadow: 0 2px 7px rgb(0,0,0,.6);
		opacity: 0;
		pointer-events: none;
	}
	.navbar-link-sec.in {
		top: 100%;
		opacity: 1;
		pointer-events:unset;
    }
}

@media(max-width: 820px){
	.points-highlights {
		flex: 0 0 33%;
		max-width: 33%;
		padding: 5px;
	}
	.points-highlights-inn{
		height: 100%;
		padding: 40px 15px;
	}
	.bottom-right-icon{
		height: 70px;
		bottom: -10px;
		right: -22px;
	}
	.highlights-heading-lg {
		font-size: 22px;
	}
	.points-highlights-sec{
		margin-top: 15px;
	}
	.btn-comm { 
		padding: 6px 20px;
		border-radius: 20px;   
		font-size: 14px;   
	}
}

@media(max-width: 614px){
	.points-highlights {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 5px;
	}
	.welcome-sec{
		z-index: 0;
	}
	.welcome-sec:before {		
		width: 45%;
		height: 50%;			
		background-size: cover;
		z-index: -1;
	}
	.welcome-sec:after {
		width: 45%;
		height: 50%;
		bottom: 0;
		top: unset;	
		background: url(../images/pattern-bgR.png) no-repeat bottom right;
		background-size: cover;
		z-index: -1;
	}
}

/*=================VIPS====================*/
.profile-log-icon{
    background: #ffffffb8;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    padding: 12px;
    font-size: 2em;
    border: solid 2px #f7f7f7;
    text-align: center;
  }
  .glassBox{
    background: #ffffff7a;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #ffffffab;
    transition: all 0.7s ease-in-out;
    margin-bottom:30px;
  }
  .glassBox:hover{
      background: #a1bba545;
      border: solid 1px #ffffff8c;
  }
  .glassBox h2{
      font-size: 22px;
  }
  .glassBox p{
      
  }
  .glassBox a{
      
  }
  .glassBoxB{
      background: #ffffff7a;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #ffffffab;
    transition: all 0.7s ease-in-out;
    margin-bottom:30px;
  }
  .glassBoxB h2{
      font-size: 22px;
  }
.bg-opacity-white {
      background-color: rgb(255 255 255 / 91%) !important;
    border-radius: 3px;
}