 @font-face {
  font-family: "Bahij_TheSansArabic-Bold";
  font-style: normal;
  font-weight: normal;
  src:url("../fonts/Bahij_TheSansArabic-Bold.eot?") format("eot");
  src:url("../fonts/Bahij_TheSansArabic-Bold.eot?#iefix") format("embedded-opentype"),
    /*  url("../fonts/Bahij_TheSansArabic-Bold.woff") format("woff"),*/
      url("../fonts/Bahij_TheSansArabic-Bold.ttf") format("truetype"),
      url("../fonts/Bahij_TheSansArabic-Bold.svg#jannalt") format("svg"); }

@font-face {
  font-family: "Bahij_TheSansArabic-Light";
  font-style: normal;
  font-weight: normal;
  src:url("../fonts/Bahij_TheSansArabic-Light.eot?") format("eot");
  src:url("../fonts/Bahij_TheSansArabic-Light.eot?#iefix") format("embedded-opentype"),
     /* url("../fonts/Bahij_TheSansArabic-Light.woff") format("woff"),*/
      url("../fonts/Bahij_TheSansArabic-Light.ttf") format("truetype"),
      url("../fonts/Bahij_TheSansArabic-Light.svg#jannaltbold") format("svg"); }

body{
    font-family: "Bahij_TheSansArabic-Light", Arial, sans-serif;
    background: #fff;
    font-size: 14px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
}
section{ position: relative;}
h1, h2 ,h3 ,h4 ,h5 ,h6,  b{
    font-family: Bahij_TheSansArabic-Bold;
    font-weight: bold;
    line-height: 1.8;
}
.line-height-2{ line-height:2}
.mb-30{ margin-bottom: 30px;}
a {color: #31aec0}
a:hover{
	text-decoration: none;
	color: #363636
}
.btn-primary {
	background: #ff9c00;
	border-color: #ff9c00;
}

.btn-primary:hover {
    background: #fdc66f;
    border-color: #fdc66f;
}

.btn-inverse {
	background: #2e3136;
	border-color: #2e3136;
	color: #fff;
}

.btn-inverse:hover {
	background: #31aec0;
	border-color: #31aec0;
	color: #fff;
}

.text-primary {
	color: #31aec0 !important;
}
.text-success {
    color: #3c763d !important;
}
.text-info{
	color:#2ab0c3 !important;
}
.text-danger {
	color: #ed1c24 !important;
}
.owl-dots{ display: none;}

.no-margin{
	margin:0;
}
.no-padding{
	padding:0;
}
.navbar-right {
    margin-left: 0;
}
.btn {
	border-radius: 0px;
	height: 40px;
	padding: 10px 15px;
}
.form-control{
    width: 100% !important;
	height: 40px;
	border-radius: 0px;
	box-shadow: none;
	border-color :#aaa;
}
.ads-vector {
	border: 4px solid red;
}
.select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #bbb;
    border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.navbar-toggle {
    padding: 0;
	margin-left: 0;
    float: right;
}
.navbar-toggle .icon-bar {
    background: #2e3136;
}
.navbar-fixed-top{
	background: #fff;
    box-shadow: 0 0 50px 5px rgba(0,0,0,.15);
    transition: all 0.5s ease;
}

.fixed{
	position: fixed;
	z-index: 9;
	top: 40%;
}
.fixed-left{
	left: 0;
}
.fixed-right{
	right: 0;
}

.fixed-social{
	padding: 5px;
}
.fixed-social li a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	display: block;
	border-radius: 4px;
	text-align: center;
	background: #b7b7b7;
	color: #fff;
}
.fixed-social li:hover a{
	background: #2ab0c3;
}

.fixed-btn{
    transform: translate(-42%,50%) rotate(-90deg);
}

.fixed-btn a {
	border-radius: 4px;
}
/*

	top header

*/


.top-nav{
	background: #f4f4f4;
}

.top-nav p, .top-nav ul{
	margin-bottom: 0;
}
.top-nav ul li{
	padding: 0px 20px;
	border-left: 1px solid #666;
}
.top-nav ul li:last-child{
	border-left: none;
}

.top-nav ul li a{
	color: #666;
}
.top-nav ul li a:hover{
	color: #31aec0;
}
.top-nav ul li a i{
	color: #31aec0;
}
.top-nav p{
	font-weight: 700;
}
.top-nav p a{
	margin-right: 15px;
}
.top-nav ul{
	padding: 10px 15px;
}
.top-nav .problem-contact{
	background: #ddd;
	padding: 10px 15px;
}

.form-login{
	width: 220px;
	padding: 15px 30px;
	margin: 10px;
	border:none;
	border-radius:0;
}
.form-login .btn-primary{
	background: #2ab0c3;
	border-color: #2ab0c3;
}

.account {
    width: 220px;
    padding: 0;
    margin: 10px;
    border: none;
    border-radius: 0;
}
.account-box {
    width: 100%;
	height: 100%;
	padding: 30px 0 15px;
	position: relative;
}

.account-box:before {
    width: 100%;
	height: 80px;
    position: absolute;
	content: '';
	top:0;
	left:0;
	background: #31aec0;
	z-index: 0;
}

.account .account-img {
    width: 100px;
    height: 100px;
	overflow: hidden;
    border-radius: 50%;
    margin: auto;
	position: relative;
	border: 5px solid #fff;
	z-index:2;
}

.account .account-content ul {
    padding: 0;
}

.account .account-content ul li {
    padding: 0px;
    border-left: none;
}

.account .account-content ul li a {
	padding: 10px 15px;
    border-right: 3px solid transparent;
    display: block;
	font-weight: 600;
	transition: all 0.5s ease;
}

.account .account-content ul li:hover a {
    border-right-color: #31aec0;
	padding-right: 20px;
}



/*

	header

*/


.header {
	padding: 10px 0;
    transition: all 0.5s ease;
}
.header-form-search{
    overflow: hidden;
    padding: 15px 0;
}

.logo{
	width: 65%;
	display: block;
	overflow: hidden;
}

/*

	navbar

*/


.navbar {
    background-color: #31aec0;
    border-color: #31aec0;
    border-radius: 0;
	margin:0;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu>li>a {
    padding: 10px 20px;
}

@media (min-width: 768px){
	.navbar-nav {
		float: none;
		margin: auto;
		width: 700px;
	}
	.navbar-nav > li {
	font-size: 16px;
	font-weight: bold;
}
}

/*

	Special

*/

#special-ads {
	padding: 20px 0;
}

.special-box {
	display: block;
	overflow: hidden;
    background: #fdf6eb;
	padding:0 15px;
	margin: 0;
}

.special-box-title {
	/*padding: 10px 0;*/
	border-bottom: 1px solid #f7e6a9;
}
.special-box-title h4{
	color: #d48201;
}
.special-box-content{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

.special-box-content .ads{
	padding: 5px;
}
.special-box-content .ads-box{
	position: relative;
	background: #fff;
	padding: 5px;
	border: 2px solid #fdc66f;
}
.special-box-content .ads-box .ads-box-label{
	position: absolute;
	z-index:1;
	top:0;
	right: 0;
	background: #ff9c00;
	color: #fff;
	padding: 5px 10px;
	font-size: 10px;
}

.special-box-content .ads-box .ads-box-img{
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin-bottom:15px;
	 /*background:#31aec0;
 /*Added By Developer */
	text-align: center;
	/*vertical-align: middle;
display: table-cell;*/
}
.ads-box .ads-box-img{
text-align: center;
}

.special-box-content .ads-box .ads-box-img img{
	transition: all 0.3s ease;
	/*max-height: 100%;*/
}
.special-box-content .ads-box:hover .ads-box-img img{
	transform: rotate(3deg) scale(1.1);
	opacity: 0.5;
}

.special-box-content .ads-box .ads-box-content{
	padding: 0 5px;

}
.ads-box-content h5 {
	white-space: nowrap;
	text-overflow: clip;
	overflow: hidden;
}
.special-box-content .ads-box .ads-box-content a{
	color: #2e3136;
}
.special-box-content .ads-box .ads-box-content a:hover{
	color: #31aec0;
}
.special-box-content .ads-box .ads-box-content .price{
	color: #ef3940;
}

.phone-no-box{
	background: #fff;
	padding: 5px 15px;
    margin-top: 77px;
}

.phone-no-box .phone-no-box-title{
	padding-bottom: 10px;
	color: #d48201;
}

.phone-no-box .phone-no-box-content li{
	margin-bottom: 10px;
	background : #ebebeb;
	text-align: center;
}
.phone-no-box .phone-no-box-content li.has-border{
	border: none
}
.phone-no-box .phone-no-box-content li a{
    font-size: 20px;
    font-weight: bold;
    width: 100%;
	display : block;
    text-align: center;
	color: #6c6c6c;
}

.owl-carousel .owl-item img {
    display: inline;
    width: auto;
}
.image-fix-ma7room img {
	display: inline !important;
	width: 100% !important;
	object-fit: cover;
	height: 100% !important;
}
/*

	new

*/

#new-ads {
	padding: 20px 0;
}

#new-ads .row {
	margin-bottom: 20px;
}

#new-ads .row:last-child {
	margin-bottom: 0px;
}
@media screen and (max-width:767px){
	.logo{
	width: 50%;
	}
	.navbar-toggle {
	margin-top: 6px;
}
	.margin-30{
		margin-top: -28px;
	}
}
.new-box {
	display: block;
	overflow: hidden;
	background: #ebebeb;
	padding:0 15px;
	margin: 0;
}

.new-box-title {
	/*padding: 10px 0;*/
	border-bottom: 1px solid #dbdbdb;
}
.new-box-title h4{
	color: #646464;
}
.new-box-content{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

.new-box .ads-box{
	width: 100%;
	background: #fff;
	padding: 5px;
	border-radius: 4px;
	overflow: hidden;
	height: 130px;
	margin-bottom: 30px;
}

.new-box .ads-box .ads-box-img{
	width: 120px;
	height: 90px;
	overflow: hidden;
	display: inline-block;
	float: right;
	margin-left: 10px;
}

.new-box .ads-box .ads-box-img img{
	transition: all 0.3s ease;
	min-height :90px;
}
.new-box .ads-box:hover .ads-box-img img{
	transform: rotate(3deg) scale(1.1);
	opacity: 0.5;
}
.new-box .ads-box .ads-content{
	overflow: hidden;
}
.new-box .ads-box .ads-content a{
	color: #2e3136;
}
.new-box .ads-box .ads-content a:hover{
	color: #31aec0;
}

.new-box .ads-box .ads-content .price{
	color: #ef3940;
	margin-bottom: 5px
}

.new-box .ads-box.number .ads-box-img{
	width: 100%;
	height: auto;
	display: block;
	float: none;
	margin-left: 0;
	margin-bottom: 10px;
}

.new-box .ads-box.number .ads-box-img img{
	min-height :1px;
    margin: auto;
}
.new-box .ads-box.number .ads-box-img a{
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
	background : #f1f1f1;
    color: #6c6c6c;
}
.new-box .ads-box.number .ads-content .price,
.new-box .ads-box.number .ads-content a{
	width: 50%;
	float: right;
}

.new-box .ads-box.number{
	padding: 15px;
}
.new-box .ads-box.number .ads-content a{
	text-align: left;
	padding: 10px 5px;
	margin:0;
}



/*

	FOOTER

*/

#footer {
	padding: 20px 0;
}

.footer-box .footer-box-title{
	padding: 5px 10px;
	background: #f6f6f6;
}

.footer-box .footer-box-content{
	padding: 10px 0;
}

.footer-box .footer-box-content li{
	 padding: 5px;
}

.footer-box .footer-box-content li a{
	 color : #7f8188;
	 transition: all 0.3s ease;
}

.footer-box .footer-box-content li:hover a{
	 padding-right: 15px;
	 color: #31aec0;
}


.footer-warning{

}

.footer-link{
	text-align: left;
}

.footer-link li{
	border-left: 1px solid #bebfc2;
}
.footer-link li:last-child{
	border-left: none;
}

.footer-link li a{
	color: #6c6c6c
}

.footer-link li:hover a{
	color: #31aec0
}

#warning {
	padding: 10px 0 20px;
}

footer {
	border-top : 1px solid #f8f8f8;
	padding: 20px 0;
}

footer .footer-pay a img{
	width: 50px;
}

footer .footer-social-link{
	text-align: center;
}

footer .footer-social-link a{
	color: #6c6c6c;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
    text-align: center;
    font-size: 24px;
}

footer .footer-social-link a:hover{
	color: #31aec0;
}

footer .footer-copyright{
	text-align: left;
}


/****************************

	pagination

****************************/

.pagination>li>a,
.pagination>li>span {
    margin-right: 0px;
    color: #333;
	padding: 0;
	width:30px;
	height: 30px;
	line-height: 30px;
    border-radius: 50%;
	display: block;
	text-align: center;
    margin-left: 10px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #2ab0c3;
    border-color: #2ab0c3;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-right: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #ffffff;
    background-color: #2bb0c3;
    border-color: #2ab0c3;
}


/****************************

	back-link

****************************/

.back-link{
	margin: 0;
}

.back-link li{
	position: relative;
	padding: 10px;
}
.back-link li:after{
	position: absolute;
	content: "/";
	left: -5px;
	top: 10px;
}
.back-link li:last-child:after{
	content: "";
}
.back-link li a{
	color: #333;
}
.back-link li a.active{
	color: #2ab0c3;
}
.back-link li:hover a{
	color: #2ab0c3;
}



/****************************

	car-cartegory

****************************/

.car-cartegory{
	margin: 15px 0;
	overflow: hidden;
}
.car-cartegory li{
	width: 20%;
	margin:0;
    float: right;
	padding: 5px;
}
.car-cat-box{
	padding: 5px;
	background-color:#fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
}

.car-cat-box-img{
	padding: 15px;
}

.car-cat-box-img img{
	height:40px;
	margin: auto;
}
.car-cat-box-content .title{
	color : #333;
	font-size: 14px;
}
.car-cat-box-content .count{
    font-size: 11px;
    vertical-align: text-top;
	color :#31aec0;
}

.car-cat-box-img .white{
	display: none;
}

.car-cat-box:hover{
	color: #fff;
	background : #2ab0c3;
}
.car-cat-box:hover .car-cat-box-img .black{
	display: none;
}
.car-cat-box:hover .car-cat-box-img .white{
	display: block;
}
.car-cat-box:hover .car-cat-box-content .title,
.car-cat-box:hover .car-cat-box-content .count{
	color : #fff;
}


/****************************

	page

****************************/



#page,
#setting-section{
	padding: 30px 0;
	background: #f8f8f8;
}

#page .ads-box{
	position: relative;
	background: #fff;
	padding: 5px;
	border: 2px solid transparent;
	border-bottom-color: #2ab0c3;
	margin-bottom: 30px;
}
#page .ads-box .ads-box-label{
	position: absolute;
	z-index:1;
	top:0;
	right:35%;
	background: #ff9c00;
	color: #fff;
	padding: 5px 10px;
	font-size: 10px;
}

#page .ads-box .ads-box-img{
	width: 100%;
	height: 160px;
	overflow: hidden;
	margin-bottom:15px;
	/*background:#31aec0;*/
}

#page .ads-box .ads-box-img img{
	transition: all 0.3s ease;
	min-height: 160px;
}
#page .ads-box:hover .ads-box-img img{
	transform: rotate(3deg) scale(1.1);
	opacity: 0.5;
}
#page .ads-box .ads-box-content{
	padding: 0 5px;
}
#page .ads-box .ads-box-content a{
	color: #2e3136;
}
#page .ads-box .ads-box-content a:hover{
	color: #31aec0;
}
#page .ads-box .ads-box-content .price{
	color: #ef3940;
	font-weight: 700;
}

.ads-special{
	background: #fdf6eb !important;
	border: 2px solid #fdc66f !important;
}

.ads-details-box div{
	padding: 15px 0;
}
.ads-details-box .ads-details-box-title {
    padding-top:0;
}

.ads-details-box .ads-details-box-title ul{
    overflow: hidden;
}
.ads-details-box .ads-details-box-title h3{
    margin-top:0;
}
.ads-details-box-title{
	border-bottom: 1px solid #eee;
}
.ads-details-box-title ul li a{
	color : #333;
}

.ads-details-box-description .description-list{
	overflow: hidden;
	margin:0;
}
.ads-details-box-description .description-list li{
	width: 33.3337%;
	float: right;
	background: #fff;
    border: 1px solid #f8f8f8;
}

.ads-details-box-description .description-list li a h5{
	color: #333;
	font-size: 14px;
}
.ads-details-box-description .description-list li a h4{
	color: #333;
	font-size: 16px;
}
.ads-details-box-contact,
.ads-details-box-share{
	background: #fff;
    margin-bottom: 15px;
	padding: 30px 15px !important;
}
.ads-details-box-contact p,
.ads-details-box-share p{
	margin: 0;
}
.ads-details-box-contact a{
	border: 1px solid #f7f7f7;
	padding: 5px 20px;
	font-size: 18px;
}

.ads-details-box-warning {
	padding: 15px 0;
}
.ads-details-box-warning h4{
	font-size: 16px;
	line-height: 2;
}

.ads-details-box div .jssocials,
.ads-details-box div .jssocials-shares,
.ads-details-box div .jssocials-share{
	padding: 0;
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width:20%;
	padding: 5px;
	cursor: pointer;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.preview-pic.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}


#page .special-ads-box-title {
	color: rgb(212, 130, 1);
	background: rgb(243, 230, 211);
	padding: 15px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

#page .filter{
	padding: 30px 0;
}

#page .filter-box{
	background: #fff;
}
#page .filter-box .title{
	padding: 15px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2ab0c3;
    border-color:#ddd;
}

.list-group-item{
	border-radius: 0 !important;
}


/*

	tab wizard

*/

.wizard .form-horizontal .control-label {
	padding-bottom: 10px;
    text-align: right;
}

.wizard .select2-container {
    display: block;
    width: 100% !important;
}

.wizard .nav-tabs {
    position: relative;
	margin-bottom: 15px;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #ececec;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 35%;
    z-index: 0;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
.wizard .nav-tabs li a h4{
    font-size: 14px;
	text-align: center;
}

span.round-tab {
	position: relative;
	z-index:2;
	width: 75px;
    height: 75px;
	line-height: 57px;
    display:block;
	margin: auto;
    border-radius: 50%;
    background: #e4e4e4;
    text-align: center;
    font-size: 18px;
    border: 10px solid #f8f8f8;
}

span.round-tab:after {
	position: absolute;
    content: "";
    width: 65px;
    height: 65px;
    top: -5px;
    left: -5px;
    display: block;
    margin: auto;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    border: 1px solid #e4e4e4;
    z-index: 0;
}

span.round-tab i {
	visibility: hidden;
}

.wizard li.active span.round-tab {
    background: #2ab0c3;
}
.wizard li.active span.round-tab:after {
    border: 1px solid #2ab0c3;
}

.wizard li.active span.round-tab i {
    color: #fff;
	visibility: visible;
}


.wizard li.pay span.round-tab {
    background: #c82828;
}

.wizard li.pay span.round-tab:after {
    border: 1px solid #c82828;
}

.wizard li.pay span.round-tab i {
    color: #fff;
	visibility: visible;
}
.wizard .nav-tabs > li {
    width: 33.3333337%;
}

.wizard .nav-tabs > li a {
	display: block;
	overflow: hidden;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    background-color: transparent;
}

.wizard .nav-tabs > li a,
.wizard .nav-tabs > li a:hover {
    background: transparent;
	border: none;
}
.wizard .tab-pane {
	overflow: hidden;
    padding: 30px;
	background: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}


 .radio {
	display: block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 6px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:#2ab0c3;
    border-style:solid;
    border-width:2px;
	border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
	right: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#2ab0c3;
}

/* The check */

.check {
    display: block;
    position: relative;
    padding-right: 30px;
    padding-top: 2px;
	margin-bottom:10px;
    cursor: pointer;
    font-size: 14px;
	font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ch-25 .check{
    display: block;
	width: 25%;
	float:right;
    position: relative;
    padding-right: 30px;
    padding-top: 2px;
	margin-bottom:10px;
    cursor: pointer;
    font-size: 14px;
	font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:#f1f1f1;
    border-style:solid;
    border-width:2px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff  ;
    border-color: #2ab0c3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    right: 5px;
    top: 1px;
    width: 7px;
    height: 11px;
    border: solid ;
    border-color:#2ab0c3;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ads-vector {
	overflow: hidden;
	background: url("../images/ads-vector.png") no-repeat left bottom,
	url("../images/stars.png")no-repeat center bottom ;
	background-size: contain, 15%;
}
.ads-vector h4{
	padding: 15px 0;
}
.stars{
	padding: 30px;
}
.float-price{
    position: absolute;
    z-index: 1;
    top: 45%;
    right: 40%;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

form .box{
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

#pic{
	display: none;
}
.newbtn{
	cursor: pointer;
}
#blah{
  max-width:150px;
  height:150px;
  border-radius:50%;
  margin-top:20px;
}

.setting .nav-tabs {
	background: #fff;
	border-bottom: 2px solid #eee;
}
.setting .nav-tabs > li.active > a,
.setting .nav-tabs > li.active > a:focus,
.setting .nav-tabs > li.active > a:hover {
	border-width: 0;
}
.setting .nav-tabs > li > a {
	border: none;
	color: #666;
	padding: 15px;
}
.setting .nav-tabs > li.active > a,
.setting .nav-tabs > li > a:hover {
	border: none;
	color: #2ab0c3 !important;
	background: transparent;
}
.setting .nav-tabs > li > a:after
	{ content: "";
	background: #2ab0c3;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}
.setting .nav-tabs > li.active > a:after,
.setting .nav-tabs > li:hover > a:after {
	transform: scale(1);
}

.setting .tab-nav > li > a:after{
	background: #21527d;
	color: #fff;
}
.setting .tab-pane {
	padding: 15px 0;
}

.setting .btn-sm{
	padding:5px 10px;
	height: auto;
	border-radius: 4px;
}

.card {
	background: #FFF;
	margin-bottom: 30px;
	padding: 30px;
	overflow: hidden;
}
.card ul{
	margin-bottom: 0px;
}
.profile-img{
	width: 120px;
	height: 120px;
	margin: auto;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.profile-content{
	text-align: center;
	padding: 30px;
}

.setting .ads-box{
	height: auto;
}
.setting .new-box .ads-box.number .ads-content p {
    text-align: right;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
	padding:0;
}

.setting .new-box .ads-box .ads-content p {
	margin-bottom: 5px;
	font-weight: 600;
	padding:0;
}

.setting .new-box .ads-box.number .ads-content .w-50 {
	width: 50%;
}

.setting .new-box .ads-box.number .ads-content .text-left {
    text-align: left! important;
}

.setting .new-box {
    display: block;
    overflow: hidden;
    background: transparent;
    padding: 0;
}

.setting .new-box .ads-box .ads-content a.btn-danger {
    color: #fff;
}
.setting .new-box .ads-box .ads-box-img {
    height: 100%;
}

.setting .new-box .ads-box .ads-box-img .btn{
    margin-top: 40%;
}

.setting .setting-list li{
	float: none;
}
.setting .setting-list li a{
	display: block;
	background: transparent;
	border-color: transparent;
	border-radius: 0;
	color: #333;
	font-weight: 600;
}

.setting .setting-list li.active a,
.setting .setting-list li.active a:hover,
.setting .setting-list li.active a:focus{
    border-right: 2px solid #5dc2d0;
	color: #5dc2d0;
	background: transparent;
}

.pay-way {
	padding: 30px;
	background: #fff;
	border-radius: 4px;
}
.pay-way h2,
.pay-way h4
{
	line-height: 1.8;
	margin-bottom: 15px;
}

.pay-way h2{
	padding: 15px 0;
}



/*

	JOBS

*/
.job .ads-box .ads-box-label {
    right: 45% !important;
}
.job .ads-box {
	overflow: hidden;
	padding: 15px !important;
}
.job .ads-box .ads-box-img {
	border-radius: 4px;
    width: 25% !important;
	float: right;
}

.job .ads-box-content{
    width: 50% !important;
	float: right;
	overflow: hidden;
	padding: 15px !important;
}


.job .ads-box-price{
    width: 25% !important;
	float: right;
	overflow: hidden;
	padding: 15px !important;
}
.filter-box ul li,
.car-no .filter-box ul li,
.phone .filter-box ul li,
.job .filter-box ul li{
	padding: 5px 15px;
}

.filter-box ul {
	border-bottom: 1px solid #f1f1f1;
}

.car-no .filter-action,
.phone .filter-action,
.job .filter-action{
	padding: 15px ;
}

#page .ads-box.number{
	padding: 30px 15px 15px;
}
#page .ads-box.number .ads-box-img{
	height: auto;
	background: transparent;
}

#page .ads-box.number .ads-box-img a{
	font-size: 22px;
	font-weight: 600;
    color: #555;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    display: block;
	background: #fff;
}
#page .ads-box.number .ads-box-img img{
	min-height: auto;
}

#page .ads-box.number .ads-box-content p{
	font-weight: 600;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2ab0c3;
    color: white;
}

.fa-phone{     transform: rotateY(180deg); }
.wizard h3{
    font-size: 20px;

}


#page .special-box {
    padding: 15px 0  0;
    margin: 0 -15px;
}

.car-content li{
    border-bottom: 1px solid #f1f1f1;
}

.car-content li:last-child{
    border-bottom: none;
}

.car-content a{
    background: #fff;
    overflow: hidden;
    font-size: 16px !important;
    line-height: 1.8;
}

.car-content img{
    margin: auto;
}
.divider{ border-top: 1px solid #f1f1f1;}


/*

	PHONE

*/


@media screen and (min-width:990px){
	#page .collapse{
		display: block;
		visibility: visible;
	}
}

@media screen and (max-width: 786px){

	.phone-no-box{
		margin-top: 15px;
	}
	header {
		margin-bottom: 0px;
	}
	.header-form-search{
		padding: 0;
		padding-top: 10px;
	}

	.navbar-mobile{
        transition: all 0.3s ease;
	}
	.navbar-mobile:after{
	    position: fixed;
	    content: '';
        z-index: 1030;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #000;
        opacity:0;
        transition: all 0.3s ease;
	}

	.navbar-mobile.in:after{
        opacity:0.5;
	}
	.navbar-mobile .navbar-mobile-box {
	    position: fixed;
        z-index: 1031;
        width: 70%;
        height: 100%;
        top: 0;
        right: -70%;
        visibility: hidden;
        background-color: #ffffff;
        border-color: #ffffff;
        padding: 0 15px;
        transition: all 0.3s ease;
        overflow-x: scroll;
	}

	.navbar-nav>li>a {
	    color: #2e3136;
    }

	.navbar-nav li a i{
	    color: #31aec0;
	    width: 25px;
	    text-align: center;
    }
	.navbar-mobile.in .navbar-mobile-box{
        right: 0;
        visibility: visible;
	}

	.navbar-mobile .btns{
	    overflow: hidden;
	    margin-left: -15px;
	    margin-right: -15px;
	    border-bottom: 1px solid #eee;
	}

	.navbar-mobile .btns.border{
	    overflow: hidden;
	    margin-left: -15px;
	    margin-right: -15px;
	    border: 1px solid #eee;
	}

	.navbar-mobile .btns.border li{
	    margin: 0;
	    text-align: center;
	    width: 50%;
	    float: right;
	}

	.navbar-mobile .btns.border li a{
	    color: #444;
	}

	.navbar-mobile .btns.border li a i{
	    color: #31aec0;
	}

	.navbar-mobile .btns.border li:first-child{
	    border-left: 1px solid #eee;
	}

    .navbar-mobile .social-link{
        text-align: center;
    }
    .navbar-mobile .social-link a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: block;
        text-align: center;
        font-size: 22px;
    }
    .navbar-fixed-top .search{
        display: none;
    }
	.special-box {
		padding: 5px;
	}

	.footer-warning,
	.footer-link,
	.footer-pay,
	.footer-copyright{
		text-align: center;
		margin-bottom: 10px;
	}
	#warning, footer {
		padding: 10px 0;
	}

	.ads-details-box-title ul li{
		display: block;
		margin-bottom: 10px;
	}
	.ch-25 .check{
		width: 33.3%;
	}
	form .form-group{ margin-bottom:0;}
	form .form-control{ margin-bottom: 15px;}

	.setting .setting-list li{
		float: right;
	}
	.job .ads-box{
		padding:15px 5px !important;
	}
	.job .ads-box .ads-box-img {
		width: 35% !important;
		height: auto !important;
		margin-top: 10px !important;
	}
	.job .ads-box .ads-box-img img{
		min-height: auto !important;
	}
	.job .ads-box-content{
		width: 65% !important;
		padding: 5px !important;
	}

	.job .ads-box-price{
		width: 70% !important;
		float: right;
		padding: 5px !important;
	}
	/* #footer{ display: none;} */
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #ffffff;
	}
	.logo {
        width: 100px;
		float: left;
	}
	.navbar-toggle{
		margin-top: 20px;
	}
	footer .footer-social-link {
		font-size: 22px;
	}
	footer .footer-copyright {
		text-align: center;
	}

	.ads-vector{
	    position:relative ;
	    z-index:4 ;
	}
	.ads-vector:after{
	    position:absolute ;
	    content: "";
	    top:0;
	    left:0;
	    width: 100%;
	    height: 100%;
	    z-index: -1;
	    background: #fff;
	    opacity:0.9;
	}
	.car-cartegory li {
        width: 33.333333%;
        margin: 0;
        float: right;
        padding: 5px;
    }
    .footer-box-content{
        display: none;
    }

    .ads-details-box .ads-details-box-title {
        padding-top: 15px;
    }


    #page .special-box {
        padding: 0px;
    }

}


@media screen and (max-width: 479px){
	h1, h2, h3, h4, h5, h6, b {
        font-family: inherit;
        font-weight: 500;
    }
	.navbar-toggle{
		margin-top: 20px;
	}

	#footer .col-xs-6{
		padding: 5px;
		overflow: hidden;
	}

	.ch-25 .check{
		width: 50%;
	}

	.ads-details-box-description .description-list li {
		width: 50%;
	}

	.haeder{
		padding-bottom:0;
	}
	#setting-section, #special-ads{
		padding:10px 0;
	}
	#page .ads-box .ads-box-img {
		width: 100%;
		height: 120px;
	}
	#page .ads-box .ads-box-img img {
		transition: all 0.3s ease;
		min-height: 120px;
	}
	#page .col-md-12,
	#page .col-xs-6 {
		padding: 5px
	}
	.car .ads-box {
		margin-bottom: 0px !important;
	}

	.phone-no-box .phone-no-box-content li a {
		padding: 5px;
	}

	.special-box-content .ads-box .ads-box-img {
		/*height: auto;*/
	}
	.mahara{ text-align: center;}
	 .car-cartegory li {
        width: 50%;
        margin: 0;
        float: right;
        padding: 5px;
    }
}

/********ASAD***********/
@media(min-width:768px){
.carnumber-adapt{
width:auto !important;font-size: 32px !important; margin-bottom:-8px !important;
}
}
@media only screen and (max-width: 520px)
{
    .xs-320
    {
        display: block;
        float: none;
        width: 100%;
font-size:22px;
    }
.carnumber-adapt{
width:auto;font-size: 32px
}
}
/**************  Car Number Plates ***********/
/*.carnumber-plate-A{background-image:url(/images/carplate-A.gif);background-size: 100%;
background-repeat: no-repeat;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;max-width:300px; max-height:67px; padding:5px 5px 0 0; margin:0 auto 5px auto; font:bold 45px Arial, Helvetica, sans-serif; text-align:right; color:#000;position:relative;background-size: 100%;
background-repeat: no-repeat;vertical-align: middle;
background-position: center center; }*/
.carnumber-plate-A {
	background-image: url(/images/carplate-A.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: top center;
	width: 250px;
	height: 77px;
	margin: 0 auto 5px auto;
	font: bold 45px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #000;
	position: relative;
	vertical-align: middle;
padding-right: 8px;
}

/************** Phone Number Plates ***********/
.etisalat-plate{background-image:url(/images/etisalat-plate.gif) ; max-width:241px; max-height:38px; padding:10px 10px 0 0; margin:0 auto 5px auto; font:bold 23px Arial, Helvetica, sans-serif; text-align:right; color:#000;background-size: 100%;
background-repeat: no-repeat;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
.du-plate{background-image:url(/images/du-plate.gif); max-width:241px; max-height:38px; padding:10px 10px 0 0; margin:0 auto 5px auto; font:bold 23px Arial, Helvetica, sans-serif; text-align:right; color:#000;background-size: 100%;
background-repeat: no-repeat;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
.etisalat-du-plate{background-image:url(/images/du-etisala-plate.gif); max-width:241px; max-height:38px; padding:10px 10px 0 0; margin:0 auto 5px auto; font:bold 23px Arial, Helvetica, sans-serif; text-align:right; color:#000;
background-repeat: no-repeat;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
/********** Bike Numer Plate *************/
.dubai-bike-plate{background-image:url(/images/dubai-bike-plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;max-height:63px;max-width:123px;padding:8px 0 30px; margin:0px auto;

background-repeat: no-repeat;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
.sharjah-bike-plate{background-image:url(/images/shj_plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;max-height:63px;max-width:123px;padding:20px 0 3; margin:0px auto;

background-repeat: no-repeat;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;
}
.ajman-bike-plate{background-image:url(/images/ajman_plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;max-height:63px;max-width:123px;padding:8px 0 0; margin:0px auto;

background-repeat: no-repeat;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;
}
.ad-bike-plate{background-image:url(/images/abu-dhabi-plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;max-height:63px;max-width:123px;padding:32px 0 0; margin:0px auto;

background-repeat: no-repeat;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
.fujairah-bike-plate{background-image:url(/images/fujairah_plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;max-height:63px;max-width:123px;padding:5px 0 0; margin:0px auto;

background-repeat: no-repeat;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
.umalquwain-bike-plate{background-image:url(/images/umalquwain_plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;height:55px;width:123px;padding:8px 0 0; margin:0px auto;

background-repeat: no-repeat;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;
}
.rak-bike-plate{background-image:url(/images/rak_plate.png);font:bold 26px Arial, Helvetica, sans-serif;color:#000;text-align:center;max-height:63px;max-width:123px;padding:8px 0 30px; margin:0px auto;

background-repeat: no-repeat;vertical-align: middle;
background-position: center center; width: 100%;
height: 100%;}
