.login_logo
{
	width: 250px;
	height: 80px;
}
.is-invalid
{
	border-color: red;
}
.field_error
{
	color: red;
}
.login_first
{
	color: green;
}

.login_first1
{
	color: blue;
}

.login_errors
{
	color: red; display: none;
}

.login_success
{
	text-align: center;
	display: none;
}

.white_anchor
{
	color: white;
}

.account_inactive
{
	text-align: center;
	display: none;
}
.fg_alerts
{
	width: 96%; margin: auto;
}

.selected_li
{
	border-bottom: 2px solid red;
	font-weight: bold;
}

/*While POsting ad*/
.file-preview-frame
 {
    height: 60px !important;
 }
 .file-preview-image
 {
    height: 60px !important;
 }
 .white_logo
 {
 	display: none;
 }

 /*My Slider*/
 .MultiCarousel { float: left; overflow: hidden; padding: 15px; padding-left: 40px; padding-right: 40px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

.item-price
{
	color: red;
}

.msg_users_menu
{
	width: 200px;
}

.msg-user-img
{
	width: 30px;
}
#chat-overlay
{
	z-index: 99999999;
}
.user_image
{
	width: 30px;
	border-radius: 50%;
}
.user_name_image
{
	margin-top: -5px;
}
.popular_brands
{
	background-color: white; border-radius: 10px; padding: 20px;
}
.show_all,.show_less
{
	display: none;
	text-align: center;
}
.show_all button
{
	border-radius: 5px;
	background: #16A085;
	color: white;
}
.show_less button
{
	border-radius: 5px;
	background: #16A085;
	color: white;
}
.show_less
{
	display: none;
}
.show_overall
{
	display: none;
}
.show_overall, .hide_overall
{
	float: right;
}

.bkg_image
{
   background-image: url('../images/khocar-bg.png');
   background-size: 100%;
    background-position: 100% 40%;
   /*background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: center top;
    background-attachment: fixed;*/
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .bkg_image {
    background-image: url('../images/khocar-bg.png');
    background-size: 100%;
    /*background-position: 50% 100%;*/
  }

  .mobile_home_text
  {
  	display: none;
  }
  .mobile_home_div
  {
  	display: none;
  }
}

.ads_aside_field
{
	width: 100%;
}