body{
	font-family:Roboto,Arial,Helvetica,sans-serif;
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.headertop{
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    margin: 0 0 4px;
    z-index: 9;
	padding-top:1%;
	background:rgba(0,47,52,.03);
}

h2.logo{
	font-size:25px;
	color:#002f34;
	font-weight:bold;
	line-height:45px;
}

header .form-control{
	border:2px solid #000;
	height:48px !important;
	line-height:48px;
	border-radius:0px;
	font-size:16px;
}

header i.fa-search{
	background:rgb(42, 101, 234);
	color:#fff;
	width: 48px;
    height: 48px;
    cursor: pointer;
	position: absolute;
    top: 0;
    line-height: 48px;
    right:-6%;
	font-size:22px;
}

.headerright{
	float:right;
}

.login{
	color:rgb(42, 101, 234);
	height:48px;
	line-height:48px;
	float:right;
	margin-right:5%;
	font-weight:bold;
	font-size:16px;
}

.lefticon{
	color:#fff;
	float:left;
}

.iconsell{
	fill:#fff;
}

.loginsocial{
	width:90%;
    margin: 0px auto;
    display: flex;
    box-shadow: inset 0 0 0 2px #2a65ea;
    background: none;
    border: none;
    height: 48px;
    font-size: 16px;
    color: #2a65ea;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom:2%;
}

.loginsocial:hover{
	background:rgba(42,101,234,.36);
}

.loginsocial span{
	width: 25px;
    height: 25px;
    line-height: 25px;
    border: 2px solid #2a65ea;
    border-radius: 100%;
    float: left;
    margin: 0 5%;
}

.gmailicon{
	line-height: 22px !important;
}

.securelogin{
	text-align: center;
    font-size: 12px;
	z-index: 1;
    position: relative;
    margin: 20px 0 16px;
}

.logincondition{
	color:rgba(0,47,52,.64);
	margin: 20px 0 0;
    padding: 0 20px;
	text-align: center;
    font-size: 12px;
}

.logincondition a{
	color:#2a65ea;
	font-size: 12px;
}

#loginpopup .carousel-item img{
	margin:0px auto;
	display:block;
	width:auto;
}

#loginpopup .modal-content .close>span{
	float: right;
    margin-right: 2%;
    margin-top: 2%;
    font-size: 25px;
}

.sell{
color: rgb(255, 255, 255);
background-color: rgb(42, 101, 234);
font-size: 16px;
height: 48px;
border:none;
width:25%;
margin-right:2%;
float:right;
text-transform:uppercase;
font-weight:bold;
}

.headermenu{
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
    margin: 0 0 4px;
    z-index: 9;
    padding-top: 1%;
}

.allcat{
	text-align:center;
	text-transform:uppercase;
	color:rgb(0, 47, 52);
	font-weight:700;
	font-size:14px;
	width:160px;
}

.allcat i{
	font-size: 19px;
    float: right;
    font-weight: bold;
}

.categories{
	position: absolute;
    background: #fff;
    width: 94%;
    margin: 0px 2%;
	height: 800px;
    z-index: 9999;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
	padding:10px 20px;
}

ul.categoriesmenu{
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.categoriesmenu .menutitle{
	color: #002f34;
    font-size: 14px;
	font-weight: 700;
}

ul.categoriesmenu>li{
	text-decoration: none;    
    font-size: 14px;
	margin: 8px 0;
}

ul.categoriesmenu>li>a{
	color: #002f34;
}


.main_menu{
	padding:0px;
	margin:0px;
	list-style:none;
}

.main_menu>li{
	display:inline-block;
	padding-right:1%;
}

.main_menu>li>a{
	text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    color: rgb(0, 47, 52);
}

.bannerbg{
	background:url(../images/banner.jpg);
	background-position:cover;
	display: flex;
    align-items: center;
    margin: 0px 0px 40px;	  
    height: 252px;
    background-position: top;
    background-position: center;
}

.freshproduct{
	width:100%;
	float:left;
}

.productsgrid{	
	height:270px;
	border:1px solid rgba(0,47,52,.2);
	padding:0px;
	margin:8px;
	width:23%;
}

.productsgridtop {
	padding:8px;
	height:162px;
	position:relative;
}

.freshproduct .title{
	font-size:24px;
	color:#002f34;
	margin-bottom:2%;
}

.productsgrid img{
	max-width: 68%;
    margin: 0px auto;
    display:block;
	max-height:150px;
}

.productsgrid label{
	position: absolute;
    top: 12px;
    left: 8px;
    text-transform: uppercase;
    padding: 0;
}

.productyellow{
	background-color: #f8dd3c;
    color: #002f34;
	font-size: 10px;
    padding: 4px 8px;
    font-weight: 700;
    display: block;
}

.wishlist{
	float:right;
	font-size:22px;
}

.gridyellow{
	border-left:5px solid #f8dd3c;
	height:106px;
	padding:8px 16px;
}

.gridyellowhide{
	border-left:5px solid transparent;
	height:106px;
	padding:8px 16px;
}

.price{
	font-weight:700;
	color:#002f34;
	font-size:20px;
	margin-bottom:0;
}

.productdetails{
	color: #002f34;
    font-size: 14px;
    margin: 2px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.productname{
	font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom:0;
	color:rgba(0,47,52,.64);
	font-size:14px;
}

.postdate{
	color: rgba(0,47,52,.64);
    display: inline-block;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:0px;
}

.postedon{
	color: rgba(0,47,52,.64);
    display: inline-block;
    max-width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:0px;
}

.productdesc{
	height:48px;
	width:100%;
	float:left;
}

.productsgrid.seller{
	background:#2a65ea;
	text-align:center;
	color:#fff;
	padding:20px;
}

.productsgrid.seller h3{
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}

.startselling{
	width:100%;
	font-size: 14px;
    height: 36px;
	border:2px solid #fff;
	background:none;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:30%;
}

.loadmore{
	color: #2a65ea;
    border:2px solid #2a65ea;
	text-transform:uppercase;
	background:#fff;
	font-size:16px;
	height:48px;
	font-weight:bold;
	padding:0px 12px;
	display:flex;
	margin:2% auto;
}

.footerapp{
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    background:#f7f8f8;
	height:200px;
	float:left;
}

.olxappmiddle{
	width:400px;
	height:100%;
	float:left;
}

.olxappmiddle h3{
	font-size: 34px;
    line-height: 40px;
	text-transform:uppercase;
	color: #2a65ea;
	font-weight:bold;
	margin:28px 0 16px;
}

.olxappmiddle p{
	font-size: 20px;
    line-height: 24px;
	font-weight: 400;
	color: #002f34;
}

.olxappright{
	margin:60px 0 12px;
	float:left;
	height:auto;
	width:450px;
}

.olaappborder{
	width: 2px;
    margin: 0 auto;
    background-color: rgba(0,47,52,.2);
    border: 0px solid rgba(0,47,52,.2);
    height: 136px;
	float:left;
	margin-right: 2%;
    margin-top: 3%;
}

.olxappright p{
	font-size: 14px;
    line-height: 20px;
	text-transform:uppercase;
	font-weight: 700;
	color: #002f34;
}

.olxappright img{
	width:130px;
	height:40px;
}

.footermenu{
    background: #ebeeef;
    padding: 16px 0 16px;
    border-top:1px solid rgba(0,47,52,.2);
    font-size: 14px;
    line-height: 20px;
	color:#002f34;
	width: 100%;
    float: left;
}

.footermenu ul.footermenulist{
	margin:0px;
	padding:0px;
	list-style:none;
	width:272px;
	display:table-cell;
	float:left;
	margin-top:1%;
}

.footermenu ul.footermenulist>li{
	width: 100%;
    display: flex;
}

.footermenu ul.footermenulist>li>a{
	font-weight: 400;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    color: rgba(0,47,52,.64);
	line-height:20px;
	letter-spacing:.2px;
}

.footermenu .menutitle{
	font-weight: 700;
    text-transform: uppercase;
    flex-basis: 20%;
	font-size: 14px;
    line-height: 20px;
	padding:16px 0 16px;	
}

.followus{
	width:240px;
	display:table-cell;
	list-style:none;
}

.followus .menutitle{
	float:left;
	width:100%;
}

.followus>li{
	width: 30px;
    float: left;
    display: inline-block;
    height: 30px;
    border: 2px solid rgba(0,47,52,.64);
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    margin-right: 5%;
    margin-bottom: 8%;
}

.followus a{
	display:contents;
	width:20%;
	color:rgba(0,47,52,.64);
}

.footerbottom,.footerbottom a{
	color: #fff;
    font-size: 12px;
    line-height: 18px;
    background: #002f34;
    padding: 16px 0;
	font-weight:bold;
	height:auto;
	overflow:hidden;
	width:100%;
	float:left;
}

.footerbottom .left{
	float:left;
	width:40%;
}
.footerbottom .right{
	float:right;
	width:auto;
}

.left span{
	float:left;
}

.footerbottom .left a{
	font-weight:normal;
	float:left;
	width:auto;
	padding: 0 2%;
}

.footerbottom .left .middle{
	float:left;
}

.followusimg{
	width:100%;
	float:left;
}

.categoriestopsect{
	padding:0 30px;
}

.breadcrumbs{
	padding: 1% 0;
    height: auto;
    width: 100%;
    float: left;
}

.breadcrumbs ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.breadcrumbs ul>li{
	float:left;
	width:auto;
	padding:0 .2%;
}

.breadcrumbs ul>li>a{
	text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    color: #002f34;
    color: rgba(0,47,52,.64);
}

.breadcrumbs ul>li.title a{
	color: #002f34;
    font-weight: 700;
}

.categorybg img{
	margin:0px auto;
	display:flex;
}

.categoriesbreadcrumbs>ul>li{
	float:left;
	padding-right:1%;
}

.categoriesbreadcrumbs>ul>li>a{
	color:rgba(0,47,52,.64);
	font-size:12px;
}

.categoriesbreadcrumbs h1{
	float: left;
    width: 100%;
    font-size: 24px;
    margin: 0 0 8px;
    color: #002f34;
    font-weight: bold;
    padding: .5% 0;
}

.categoriesfilters>span{
	padding: 16px 0 16px 0px;
    font-size: 16px;
    font-weight: 700;
	color:#002f34;
	float:left;
}

.categoriesfiltersmenu,
.categoriesfiltersmenu>li{
	width:100%;
	float:left;
	color: #002f34;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;	
}

.categoriesfiltersmenu>li{
	border-top: 1px solid rgba(0,47,52,.2);
    padding: 16px;
	text-transform:uppercase;
}

.categoriesfiltersmenu>li p{
	font-size: 12px;
    color: rgba(0,47,52,.64);
    padding: 8px 0 0;
	text-transform:capitalize;
	font-weight: normal;
    padding: 0;
    margin: 0;
}

.categoriesfiltersmenu>li i{
	float: right;
    font-weight: bold;
    font-size: 20px;
    margin-right: 5%;
}

.categoriessubmenu{
	padding-top:16px;
}

.categoriessubmenu>li{
	float:left;
	width:100%;
	padding-left:5%;
	line-height:25px;
}

.categoriessubmenu>li.active a{
	font-weight:bold;
	color:#000;
}

.categoriessubmenu>li>a{
	float:left;
	color:rgba(0,47,52,.64);
	font-size: 14px;
	text-transform: capitalize;
    font-weight: normal;
}

.addtotal{
	display: inline-block;
    margin: 0;
    color: #002f34;
    font-size: 14px;
    line-height: 47px;
	width:54%;
}

.addtotal span{
	font-weight:bold;
}


.sortby{
	float:right;
	cursor: pointer;
    display: flex;
    align-items: center;
	font-size: 14px;
    text-align: right;
    color: #002f34;
    border-left: 1px solid rgba(0,47,52,.2);
}

.sortby p{
	width: 300px;
	float:right;
	padding-top:2%;
}

.sortby b{
	width:25%;
    float: left;
    height: 33px;
    line-height: 33px;
    padding-right: 2%;
}

.sortby select{
	width:75%;
	float:left;
}

.nav-tabs .nav-link i{
	font-size: 25px;
    text-align: center;
    line-height: 31px;
    color: #002f34;
}

.nav-tabs .nav-link.active i{
	color:#00777f;
}

.tab-pane{
	padding:0px !important;
} 

.minmaxvalue{
	border: none;
    background: #ebeeef;
    outline: none;
    height: 40px;
    width: 39%;
    border-bottom: 1px solid rgba(0,47,52,.64);
    box-sizing: border-box;
    padding: 0 16px;
    margin: 0 8px 0 0;
    font-size: 14px;
	float:left;
}

.minmaxvalue:focus{
	border-bottom: 2px solid #00777f;
}

a.valuesubmit{
	background-color: rgba(0,47,52,.36);
    position: relative;
    color: rgba(0,47,52,.64);
    cursor: pointer;
    height: 40px;
    flex: 0 0 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
    border: 1px solid rgba(0,47,52,.36);
    box-sizing: border-box;
    background-clip: content-box;
	width:15%;
	float:left;
}

.categoriessubmenu label.form-check-label{
	cursor: pointer;
    padding-left:12%;
    font-size: 14px;
    color: #002f34;
	color: rgba(0,47,52,.64);
	font-weight:normal;
	text-transform:capitalize;
}

.categoriessubmenu label.form-check-label span{
	color:rgba(0,47,52,.36);
}

.categoriessubmenu .form-check{
	padding-left:0px;
}

.fueltype {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.fueltype input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border:2px solid rgba(0,47,52,.36);
  
}

/* On mouse-over, add a grey background color */
.fueltype:hover input ~ .checkmark {
    background: #fff;
    border-color: #000;
}

/* When the checkbox is checked, add a blue background */
.fueltype input:checked ~ .checkmark {
  background-color: #2a65ea;
  border:2px solid #2a65ea;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.fueltype input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.fueltype .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.categoryname{
	font-size: 14px;
	color: rgba(0,47,52,.64);
	text-transform:capitalize;
	font-weight:normal;
}

.viewmore li,.brandall li{
	float: left;
    width: 100%;
    padding-left: 5%;
    line-height: 25px;
}

.viewmore li>a,.brandall li>a{
	float: left;
    color: rgba(0,47,52,.64);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
}

.viewmorelink,.viewlesslink,.viewalllink,
.brandmorelink,.brandlesslink{
	text-transform:capitalize;
	color: #2a65ea;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
	font-weight:normal;
}

.statedialog{
	max-width:780px;
	margin:1rem auto;
}

.modal-dialog.statedialog .close span{
	float: right;
    margin-right: 1%;
    font-size: 30px;
}

.statesearch .form-control{
	height:56px;
	line-height:56px;
	padding-left:8%;
	font-size: 20px;
    color: #000;
}

.modal-body.statesearch i{
	position: absolute;
    top: 0;
    line-height: 55px;
    color: #23e5d8;
    font-size: 24px;
    width: 8%;
    text-align: center;
    float: left;
}

.statearea{
	margin-top:2%;
}

.statearea .col-lg-4{
	margin:0px;
}
.statearea ul>li>a{
	color: #002f34;
    font-size: 17px;
    padding: 2% 0;
    float: left;
    width: 100%;
}

.productsect{
	padding: 16px;
    border: 1px solid rgba(0,47,52,.2);
	
}

.productsect .title{
	margin: 0;
    font-weight: 700;
    font-size: 20px;
    color: #002f34;
	padding-bottom:1%;
}

ul.productdetails li{
	font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 20px;
	color: rgba(0,47,52);
	padding-bottom:1%;
}

ul.productdetails li span{
    color: rgb(0, 47, 52,.64);
	width:50%;
	float:left;
}

.productsect .price{
	font-size: 34px;
}
 
.productsect .productdetails{
	font-size:16px;
}

.productsect .productname{
	font-size: 16px;
}

.productsect .postdate,.productsect .postedon{
	font-size: 12px;
	text-transform:capitalize;
	margin-top: 24px;
}

.productsect .gridyellow{
	height:auto;
	padding:0px;
}

.productsect .wishlist{
	width:24%;
}

.productsect .wishlist i{
	font-size: 30px;
    margin-right: 14%;
}

.productdetailright .productsect{
	margin-bottom:2%;
	height: auto;
    float: left;
    width: 100%;
}

.membericon{
	width: 68px;
    height: 68px;
	border-radius:100%;
	background:#346820;
	float:left;	
}

.membericon p{
	line-height: 68px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.memberdesc{
	width:272px;
	float:left;
}

.memberdesc a{
	font-size: 16px;
    color: #002f34;
    display: block;
    padding-left: 16px;
    text-transform: capitalize;
    font-weight: 700;
}

.memberdesc span{
	font-size: 12px;
    line-height: 18px;
	font-weight: 400;
	color: rgba(0,47,52,.64);
	padding-left: 16px;
}

.memberfaicon i{
	font-size: 20px;
    font-weight: bold;
    padding-top: 3%;
}

.chatseller{
	color: #fff;
    background-color: #2a65ea;
	font-size: 14px;
    height: 36px;
	width: 100%;
    border: none;
    margin-top: 5%;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    padding: 0 12px;
}

.sellernumber{
	padding-top:16px;
	width: auto;
    margin: 0 22%;
}

.sellernumber i,.sellernumberno i{
	margin: 0 8px;
	color: #002f34;
    font-size: 20px;
	font-weight: 400;
    line-height: 20px;
	float:left;
}

.sellernumber span{
	color: #002f34;
    font-size: 14px;
}

.sellernumber a{
	text-decoration:underline;
	margin: 0 8px;
}

.sellernumberno{
	cursor: pointer;
    color: #2a65ea;
	width: 150px;
    float: left;
    margin: 0px 30%;
	font-weight:700;
	font-size: 14px;
	padding-top:16px;
}

.sellernumberno i{
	color: #2a65ea;
}

#carousel img {display: block; opacity: .5; cursor: pointer;max-height:100%;max-width:100%;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide{width:60px !important;height:57px;}
#carousel.flexslider ul.slides>li{width:60px !important;height:57px;margin-right:20px !important;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}

.selleractivity{
	margin:24px 16px 16px;
}

.seller_profile img{
	display:flex;
	margin:0px auto;
	width: 184px;
    height: 184px;
}

.follow_unfollow{
	color: #fff;
    background-color: #2a65ea;
	border:none;	
    height: 48px;
	margin: 12px 20%;
    width: 184px;
}

.follow_unfollow span{
	font-size: 16px;
	text-transform: uppercase;
    font-weight: 700;
}

.sellersocialactive{
	margin: 12px 0;
    border: 1px solid rgba(0,47,52,.2);
	height: auto;
    float: left;
    width: 100%;
}

.sellersocialactive .title{
	background: #ebeeef;
    padding: 4px 8px;
	text-transform: uppercase;
	font-size: 14px;
    line-height: 20px;
	font-weight: 700;
	height: 30px;
    float: left;
    width: 100%;
}

.sellersocialactive ul{
	padding:8px;
	float: left;
    width: 100%;
}

.sellersocialactive ul>li{
	height: 30px;
    color: rgba(0,47,52,.64);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 0;
}

.sellersocialactive ul>li i{
	font-size:20px;
}

.sellersocialactive ul>li span{
	font-size: 14px;
    width: 32px;
    text-align: right;
	font-weight: 700;
	color: #002f34;
}

.memberdate{
	text-align:center;
	font-size: 12px;
    line-height: 18px;
	font-weight:400;
	color: rgba(0,47,52,.64);
}

.membershareprofile button{
	width: 100%;
    float: left;
    border: none;
    background: none;
	color: #2a65ea;
	font-size: 14px;
    height: 36px;
	text-transform: uppercase;
    font-weight: 700;
}

.membername{
	font-size: 45px;
    line-height: 48px;
	font-weight: 400;
	color: #002f34;
	width:100%;
}

hr{
	width:100%;
}

.publishedads{
	font-size: 16px;
    line-height: 24px;
	font-weight: 700;
	color: #002f34;
}

.selleractivity .productsgrid{
	width:31%;
} 

.container-fluid.selleractivity{
	width:98%;
}

.followerslist{
	cursor:pointer;
}

#followerslist .modal-dialog{
	max-width:620px;
	height: 440px;
    overflow-y: scroll;
}

#followerslist .close span,
#reportuser .close span{
	float: right;
    margin-right: 2%;
    font-size: 30px;
	margin-top:1%;
}

#followerslist h3{
	padding-right: 32px;
    border-bottom: 1px solid rgba(0,47,52,.2);
    padding: 0 0 8px;
    font-size: 20px;
	color: #002f34;
	font-weight:bold;
	margin-bottom:0px;
	width:98%;
}

ul.popupfollowerslist{
	padding-right: 10px;	
}

ul.popupfollowerslist li{
	display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,47,52,.2);
    padding: 0 16px;
	height:73px;
}

ul.popupfollowerslist li img{
	max-width:40px;
	max-height:40px;
	margin-right: 16px;
}

ul.popupfollowerslist li span{
    color: #002f34;
    font-size: 16px;
    line-height: 24px;
	flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

#reportuser .modal-dialog{
	max-width:500px;
}

.userreport {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left:5%;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #002f34;
  opacity:.9;
  margin-bottom:2%;
}

/* Hide the browser's default radio button */
.userreport input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.userreportcustom {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.userreport:hover input ~ .userreportcustom {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.userreport input:checked ~ .userreportcustom {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.userreportcustom:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.userreport input:checked ~ .userreportcustom:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.userreport .userreportcustom:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

#reportuser h2{
	font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    margin-top: 8px;
    margin-bottom: 20px;
    color: #002f34;
}

#reportuser textarea{
	height: 78px;
	color: #002f34;
    display: block;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
	border:solid 1px rgba(0,47,52,.64);
	border-radius:0px;
	margin-top:7%;
}

#reportuser span{
	color: rgba(0,47,52,.64);
    font-size: 12px;
    justify-content: flex-end;
    padding-left: 16px;
    white-space: nowrap;
	float:right;
}

#reportuser button.send{
	margin-top: 10px;
    width: 100%;
	color: #fff;
    background-color: #2a65ea;
	font-size: 16px;
    height: 48px;
	border:none;
	text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    padding: 0 12px;
}

.noadssection{
	margin-top:5%;
	text-align:center;
}

.noadssection img{
	margin:0px auto;
	display:flex;
}

.adsnoimage{
	width:100%
}

.noadssection span{
	font-size: 16px;
    line-height: 24px;
    color: rgba(0,47,52,.64);
    font-weight: 700;
	width: 100%;
    padding: 1% 0;
}

.noadssection p{
	font-size: 14px;
    line-height: 20px;
    width:100%;
    color: rgba(0,47,52,.36);
	margin-bottom:16px;
}

.noadssection button{
	margin: 0 auto;
	margin-bottom:16px;
	color: #2a65ea;
    border: solid 2px #2a65ea;
	font-size: 16px;
    height: 48px;
	text-transform: uppercase;
    font-weight: 700;
	background:#fff;
}

.noadssection button:hover{
	background:rgba(42,101,234,.36);
}

.editprofile{
	font-weight: 700;
    color: #002f34;
	font-size: 16px;
    line-height: 24px;
	cursor:pointer;
}

.editprofilepicture{
	color: rgba(0,47,52,.64);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    padding: 8px 16px 0 0;
    width: 100%;
    cursor: pointer;
	float:left;
}

.viewprofile{
	margin: 0 auto;
	margin-bottom:16px;
	color: #2a65ea;
    border: solid 2px #2a65ea;
	font-size: 14px;
    height: 36px;
	text-transform: uppercase;
    font-weight: 700;
	background:#fff;
	width: 100%;
    margin: 24px 16px 0 0;
}

.viewprofile:hover{
	background:rgba(42,101,234,.36);
}

.editprofilerightsect{
	width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(0,47,52,.2);
	padding:0px;
}

.editprofiletitle{
	border-bottom: 1px solid rgba(0,47,52,.2);
	float: left;
    width: 100%;
}

.editprofilerightsect p{
	font-size: 20px;
    line-height: 24px;
	font-weight: 700;
	color: #002f34;
	padding: 16px 24px;	
	margin-bottom:0;
}

.editprofileform .basicinfo{
	font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #002f34;
    padding: 8px 0;
}

.editprofileform{
	width:100%;
	padding: 16px 24px 0;
	float:left;
    border-bottom: 1px solid rgba(0,47,52,.2);
}

.editprofileform input,
.editprofileform select,
.editprofileform textarea{
    border:solid 1px rgba(0,47,52,.64);
	margin-bottom:16px;
}

.editprofileform input:focus,
.editprofileform select:focus,
.editprofileform textarea:focus{
	border:solid 3px #00777f;
}

.profilename,
.editprofileform input,
.editprofileform select,
.editprofileform textarea{
	background: none;
    color: #002f34;
    display: block;
    font-size: 16px;
    height: 48px;
    box-sizing: border-box;
    outline: none;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
	border-radius:0;
}

.editprofileform .limit{
	color: rgba(0,47,52,.64);
    font-size: 12px;
    justify-content: flex-end;
    padding-left: 16px;
    white-space: nowrap;
    float: right;
}

.editprofileform textarea{
	height:78px;
}

.editprofileform .tips{
	margin: 4px 0 0 15px;
	border: 1px solid rgba(0,47,52,.2);
    padding: 12px;
	float: left;
    width: 300px;
	margin-top:9%;
}

.editprofileformleft{
	width:50%;
	float:left;
}

.tips h4{
	font-size: 14px;
    line-height: 30px;	
	font-weight:700;
	color: #002f34;
	padding-left:2%;
	float:left;
	
}

.tips .tippara{
	font-size: 12px;
    line-height: 18px;
    color: rgba(0,47,52,.64);
    margin: 0;
	float: left;
    font-weight: normal;
    padding: 0;
}

.contactinfo{
	position:relative;
}

.contactinfo span{
	border-right: 1px solid rgba(0,47,52,.36);
    color: rgba(0,47,52,.36);
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
	position: absolute;
    margin: 6px 0;
	font-size:16px;
}

.contactinfo i{
	color:#00777f;
	position: absolute;
    top: 30%;
    right: 3%;
    font-size: 20px;
}

.contactinfo .editphoneno{
	padding-left:13%;
}

.contactinforight{
	margin-top: 8%;
    margin-left: 2%;
}

.contactinforight p{
	font-size: 12px;
    line-height: 18px;
	font-weight: 400;
	color: rgba(0,47,52,.64);
	padding: 0;
    height: 65px;
}

.editprofileformleft button{
	width:300px;
}

.optionalinfotitle{
	font-size: 14px;
	color: #002f34;
}

.editprofileformleft .optionalinfopara{
	font-size: 12px;
    line-height: 18px;
    margin: 4px 0 0;
    color: rgba(0,47,52,.64);
	font-weight:normal;
	padding:0px;
	margin-bottom:16px;
}

.editprofilesave{
	padding:16px 24px;
	float: left;
    width: 100%;
}

.editprofilediscard{
	color: #2a65ea;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.editprofilediscard:hover{
	color:#3b5998;
}

.editprofilesave button{
	color: #fff;
    background-color: #2a65ea;
	font-size: 16px;
    height: 48px;
	border:none;
	text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
	padding:0 12px;
	float:right;
}

.editprofilesave button:hover{
	background:#3b5998;
}

.modal-content .close>span{
	float: right;
    margin-right: 2%;
    margin-top: 2%;
    font-size: 25px;
}

.editemailhead{
	width: auto;
    float: left;
    margin: 0px 30%;
    display: flex;
}

.editemailhead img{
	width:60px;
	height:60px;
}

.editemailhead i{
	font-size: 46px;
    color: #a3b4b5;
	line-height: 61px;
    margin: 0 5%;
}

.phoneverify{
	float:left;
}

.phoneverify h4{
	color: rgb(0, 47, 52);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0px;
    padding: 24px 0px 0px;
}

.phoneverify p{
	text-align: center;
    font-size: 14px;
    color: rgb(0, 47, 52);
    padding: 16px 0px 0px;
	margin:5% 0;
}

.popupeditphone{
	display: block;
    width: 100%;
    margin: 16px 0px 0px;
	color: rgb(255, 255, 255);
    background-color: rgb(42, 101, 234);
	font-size: 16px;
    height: 48px;
	border:none;
	text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
	margin-top: 45%;
    float: left;
}

#editphoneno .editphoneno{
	padding-left:18%;
}

#editphoneno .editprofileform,
#editemail .editprofileform{
	border-bottom:none;
}

.verifyacc{
    padding: 0;
    margin: 0;
    text-align: center;
    color: rgba(0,47,52,.64);
    font-size: 12px;
	float:left;
	margin-top:8%;
}

.editprofileright h3{
	float:left;
	width:auto;
	padding-right:2%;
	max-width: 825px;
	min-width: 825px;
}

.editprofileright .viewprofile{
	float:left;
	width:111px;
	margin:1% 0;
}

.seller_profile input{
	position: absolute;
    width: 184px;
    margin: 0px 17%;
    display: flex;
    top: 0;
    height: 184px;
    border-radius: 100%;
    cursor: pointer;
	z-index: 1;
    opacity: 0;
}

.customupload{
	background:rgba(42,101,234,.75);
	position: absolute;
    width: 184px;
    margin: 0px 17%;
    display: flex;
    top: 0;
    height: 184px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 45px;
    color: #fff;
    padding: 0 20%;
}

.customupload i{
	top: 65%;
    position: absolute;
}

.uploadprofileimage{
	float: left;
    padding: 16px 24px;
    width: 36%;	
}

.uploadprofileimage img{
	width:300px;
	height:300px;
	float:left;
	position: absolute;
    float: left;
    left: 2.5%;
}

.uploadimagefadebg{
	position: relative;
    width: 300px;
    height: 300px;
    background: #000;
    float: left;
    opacity: .3;
}

.uploadprofileimage i{
    font-size: 24px;
}

.deleteprofileimg{
	height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 100%;	
	text-align: center;
    line-height: 46px;
}

.uploadprofileimage i:hover {
	background:#cbf7ee;
}

.uploadimageright{
	width:64%;
	float:left;
}

.uploadimageright p{
	font-size: 14px;
    line-height: 20px;
	font-weight: 400;
	color: #002f34;
	padding:0px;
}

.uploadimageright h4{
	font-size: 14px;
    line-height: 20px;
	font-weight: 700;
	color: #002f34;
	padding:16px 0;
}

.uploadimageright span{
	font-size: 14px;
    line-height: 20px;
	font-weight: 400;
	width: 100%;
    float: left;
}

.uploadimageright span p{
	text-align:center;
	color: rgba(0,47,52,.64);
	padding-top:2%;
}

.uploadimageright button{
	margin-top:15px;
}

.myads ul.nav.nav-tabs{
	width:100%;
	height: 48px;
    line-height: 48px;
}

.myads ul.nav.nav-tabs li{
	width:auto;
	padding:0 16px;	
}

.myads ul.nav.nav-tabs li a.active,
.myads ul.nav.nav-tabs li.active{
	color: #2a65ea;
    font-weight: 700;
    border-bottom: 2px solid #2a65ea;
	height: 48px;
    line-height: 48px;
	display:block;
}

.myads ul.nav.nav-tabs li a{
	color: rgba(0,47,52,.36);
	text-transform:uppercase;
}

.myads .tab-content{
	width:100%;
}

#favourites .productsgrid{
	float:left;
}

.boughtpackagesbilling{
	margin:5% 0;
}

.boughtpackagesbilling .nav-pills .nav-link{
	height:auto;
	border:none;
	background: none;
    padding-left: 0;
	margin-left:0;	
    color: #002f34;
	font-size: 16px;
    line-height: 24px;
}

.boughtpackagesbilling .nav-pills>li>a.active{
	font-weight: 700;
}

.boughtpackagesbilling .myads ul.nav.nav-tabs{
	border: 1px solid rgba(0,47,52,.2);
    height: 50px;
    line-height: 50px;
}

.invoice#contact{
	border: 1px solid rgba(0,47,52,.2);
}

.gstnumber{
	padding-bottom:1%;
	float:left;
}

.gsttitle{
	color: #002f34;
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.editprofileformright{
	width:48%;
	float:right;
}

.gstnumberinfo{
	width:100%;
	float:left;
	height:auto;
}

.gstnumberbilling .editprofileform input,
.gstnumberbilling .editprofileform select{
	margin-bottom:10%;
}

.editprofilerightsect .notifyheading{
	font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #002f34;
}

.notificationreceive{
	padding:0px;
	border:none;
}

.notificationoffer p,
.notificationreceive p{
	padding-bottom:0;	
}

.notificationoffer span,
.notificationreceive span{
	padding-left:24px;
	font-size: 14px;
    line-height: 20px;
    color: rgba(0,47,52,.64);
	padding-bottom:16px;
	float:left;
}

.notifyswitch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 16px;
  margin: 16px 24px;
}

.notifyswitch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.onoff {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.onoff:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0px;
  bottom:0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid #2196F3;
}

input:checked + .onoff {
  background-color: #2196F3;
}

input:focus + .onoff {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .onoff:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.onoff.onactive {
  border-radius: 34px;
}

.onoff.onactive:before {
  border-radius: 50%;
  border: 2px solid rgba(0,47,52,.36);
}

.shownumberads{
	width:100%;
}

.shownumberads p.notifyheading{
	width:90%;
	float:left;
}

.editprofileformleft.notificationoffer,
.editprofileform.notificationreceive{
	width:80%;
	float:left;
}

.notificationswitch{
	width: 12%;
    float: right;
    padding: 16px 16px;
}

.settingnotify{
	border-bottom: 1px solid rgba(0,47,52,.2);
	float: left;
    width: 100%;
}

.deactivateaction{
	float: left;
    width: 100%;
}

.deactivateaction .editprofilesave{
	padding:0;
    float: left;
	width: 48%;
}

.deactivateaction .editprofilesave button.saveeditprofile{
	float:left;
	width:100%;
}

.deactivateaction .viewprofile{
	float: right;
    width: 48%;
    margin: 0;
	height:48px;
}

#deactivate .modal-content{
	padding:16px;
}

#deactivate .modal-body{
	padding-left:0px;
}

#deactivate .deactivatetitle{
	font-size: 20px;
    line-height: 24px;
	font-weight: 700;
	color: #002f34;
}

#deactivate .deactivatepara{
	font-size: 14px;
    line-height: 20px;
	font-weight: 400;
	color: rgba(0,47,52,.64);
}

.afterlogin{
	width: 60%;
    float: right;
    height: 48px;
    margin-right: 7%;
}

.afterlogin a{
	float: left;
    font-size: 18px;
    color: #000;
    font-weight: bold;
	padding: 4% 8%;
}

.afterlogin img{
	width:40px;
	height:40px;
	border-radius:100%;	
}

.afterlogin .dropdown span i{
	float: right;
    line-height: 46px;
    font-weight: bold;
    font-size: 23px;
}

.afterlogin .dropdown-toggle::after{
	display:none;
}

.afterlogin .dropdown-toggle{
	width: 78px;
    float: left;
	cursor:pointer;
}

.profiledropdetails{
	width:100%;	
    float: left;
	padding:20px 16px 0;
}

.afterlogin .dropdown.show .dropdown-menu{
	width: 300px;
	float: left;
	padding:0px;
}

.profiledropleftdetails{
	width:20%;
	float:left;
}

.profiledroprightdetails{
	width:80%;
	float:left;
}

.profiledroprightdetails p{
	color: rgba(0,47,52,.64);
    font-size: 14px;
    font-weight: 400;
	margin-bottom:0px;
}

.profiledroprightdetails b{
	font-size: 20px;
    line-height: 24px;
    color: #002f34;
    font-weight: 700;
}

.profiledroprightdetails a{
	padding: 0;
    font-weight: normal;
    color: #2a65ea;
    font-size: 14px;
    text-decoration: underline;
}

.stepactive{
	height:7px;
	width:14.5%;
	float:left;
	margin-right:2%;
	background:#f8dd3c;
}

.stepinactive{
	height:7px;
	width:14.5%;
	float:left;
	margin-right:2%;
	background:rgba(0,47,52,.2);
}

.profiledropmenu{
	border-top: 1px solid rgba(0,47,52,.2);
	float:left;
	width:100%;
}

.profiledropmenu>li.divider{
	border-top: 1px solid rgba(0,47,52,.2);
	float:left;
	width:100%;
}

.profiledropmenu>li>a{
	width:100%;
	float:left;
	color:#002f34;
}

.profiledropmenu>li>a svg{
	float:left;	
}

.profiledropmenu>li>a span{
	float:left;
	font-size:16px;
	font-weight:normal;
	padding-left:5%;
}

.profiledropmenu>li>a:hover{
	background:#cbf7ee;
}

.stepscompleted{
	float: left;
    width: 100%;
    padding: 16px;
}

.stepscompleted p{
	font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #002f34;
    margin: 0;
}

.accountverifypercent{
	padding:8px 0;
	float: left;
    width: 100%;
}

p.stepscompletedmessage{
	font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: rgba(0,47,52,.64);
}