body {
	background-color: #ffb739;
}

.cs_container {
	background-color: #fff;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.li {
	list-style: none;
}

.cs_header_row {
	color: #FF7B00;
	font-size: 14px;
	padding: 10px 0px;
	/* border-bottom: 1px solid #eee; */
}

.cs_header_row a {
	color: #000;
}

.cs_header_menu li {
	float: left;
	padding-right: 10px;
	
}

.cs_header_login {
	text-align: right;
}

.cs_header_login ul {
    float: right;
}

.cs_header_login li {
	float: left;
	padding-right: 10px;
}

.cs_header_lang li {
	float: left;
	padding-right: 10px;
}

.nav-link {
    font-size: 15px;
    color: #0c71c0 !important;
    font-weight: 700;
}

.nav-link:hover {
    color: #FF7B00 !important;
}

.cs_navbar {
	padding: 10px 0px;
	margin: 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.cs_new_add_btn {
	background-color: #FF7B00 !important;
	color: #fff !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-left: 20px !important;
}

.cs_new_add_btn:hover {
	text-decoration: none !important;
	cursor: pointer !important;
	color: #fff !important;
	background-color: #0086D7 !important;
}

.cs_add_col {
	margin-bottom: 30px;
}

.cs_add_info {
	
}

.cs_add_info h4 {
	font-size: 18px !important;
	width: 100% !important;
}

.cs_add_info h4 span {
	width: 100% !important;
	float: left;
	font-size: 14px !important;
}

.cs_add_info p {
	padding-top: 20px;
	line-height: 18px;
	font-size: 13px;
}

.cs_add_location {
	font-size: 13px;
	padding-bottom: 15px;
}

.cs_add_date {
	font-size: 13px;
	padding-bottom: 15px;
}

.cs_footer_inf {
	padding: 10px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.cs_footer_soc  {
	padding-top: 7px;
}

.cs_footer_copyright {
	margin-top: 10px;
	padding: 0px;
	font-size: 12px;
	padding-bottom: 20px;
	color: #5C5C5C;
}

.cs_content h1 {
    font-size: 24px;
    font-weight: 500;
}

.cs_button {
    background-color: #FF7B00;
    color: #fff;
}

.cs_button:hover {
    color: #fff;
    background-color: #0086D7;
}

.cs_header_login a {
    color: #000;
}

.cs_search_col {
    padding: 0px 30px 20px 30px;
}

.cs_search_pan {
    border: 4px solid #D3EFFC;
    background-color: #00AAFF;
    padding: 20px 20px 10px 20px;
}

.cs_search_button {
    color: #fff;
    background-color: #1F65BA;
}

.cs_ads_small_image {
	
}

.cs_ads_large_image {
	margin-bottom: 20px;
}

.cs_ads_large_image img {
	max-width: 100%;
}

.cs_ads_small_image ul {
	padding: 0px;
	margin: 0px;
}

.cs_ads_small_image li {
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.cs_ads_small_image img {
	max-width: 100%;
}

.card {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.cs_card_img {
    height: 150px;
    overflow: hidden;
    background-color: #b8bfb8;
}

.cs_cat_tag span {
    background: #00AAFF;
    padding: 2px 7px 4px;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
}

.cs_card_title {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cs_card_title a {
    color: #332e2f;
}

.cs_card_price {
    font-size: 15px;
    color: #FF7B00;
    font-weight: 700;
}

.cs_card_date {
    padding-top: 4px;
    font-size: 12px;
    color: #898989;
    font-style: italic;
}

.cs_card_col {
	margin-bottom: 20px;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination li {
    float: left;
}

.cs_active_pagination {
	background-color: #00AAFF;
	padding: 2px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cs_active_pagination a {
	color: #fff;
}

.cs_file_upload {
    position: relative;
    border: 1px dashed #a1a1a1;
    border-radius: 16px;
    background: url(../img/icon-file.png) 70px 35px no-repeat #f0e9de;
    padding: 40px 0 40px 200px;
    cursor: pointer;
}

.cs_premium_pan {
	background: #FF7B00;
    border-radius: 3px;
	float: left;
	width: 40px;
	height: 40px;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.navbar-toggler {
	background-color: #00AAFF;
	color: #fff;
}

.cs_category_pan {
	background: #00AAFF;
    padding: 2px 7px 4px;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
	position: absolute;
	margin-left: 10px;
	margin-top: 114px;
}

.cs_search_button_col {
	
}

.cs_footer_logo {
	
}

.cs_footer {
	margin-top: 20px;
}

.cs_title_h1 {
	
}

.cs_title_h2 {
	
}

.cs_title_h3 {
	
}

.card-body {
	padding: 6px 10px;
}

.cs_fb_login {

}

.cs_fb_login p {
	font-size: 16px;
	padding-top: 70px;
	font-weight: 600;
}

@media screen and (max-width: 600px) {
	
	.cs_header_lang {
		text-align: right !important;
	}
	
	.cs_header_lang ul {
		float: right !important;
	}
	
	.cs_header_login {
		text-align: left !important;
	}
	
	.cs_header_login ul {
		float: left !important;
	}
	
	.cs_card_title {
		font-size: 12px;
		/* padding-top: 8px; */
		padding: 2px;
		margin: 0px;
		line-height: 14px;
	}
	
	.cs_card_price {
		font-size: 12px;
		padding: 2px;
		margin: 0px;
	}
	
	.cs_add_date {
		font-size: 11px;
		padding-bottom: 0px;
		padding: 2px;
	}
	
	.cs_add_location {
		font-size: 11px;
		padding-bottom: 0px;
		padding: 2px;
	}
	
	.cs_card_img {
		height: 110px;
	}
	
	.cs_card_col {
		margin-bottom: 0px;
		padding: 6px;
	}
	
	.cs_category_pan {
		font-size: 11px;
		margin-top: 80px;
	}
	
	.card-body {
		padding: 8px 1.25rem;
	}
	
	.cs_logo {
		float: left;
	}
	
	.cs_logo img {
		max-width: 80%;
	}
	
	.cs_search_pan {
		border: none;
		background-color: #00AAFF;
		padding: 18px 0px 0px 0px;
	}
	
	.cs_search_button_col {
		padding:0px;
	}
	
	.cs_search_col {
		padding: 0px 20px 10px 20px;
	}
	
	.cs_footer_logo img {
		max-width: 100%;
	}

	.cs_footer_copyright {
		font-size: 9px;
		line-height: 13px;
	}
	
	.cs_title_h1 {
		font-size: 16px;
	}

	.cs_title_h2 {
		font-size: 16px;
	}

	.cs_title_h3 {
		font-size: 16px;
	}
	
	.cs_premium_pan {
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
	
	.cs_new_add_btn {
		background-color: #FF7B00 !important;
		color: #fff !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: 0px !important;
		font-size: 18px;
		text-align: center;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.cs_fb_login p {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	.cs_fb_login {
		padding-bottom: 40px;
	}
	
}


.cs_ads_morw_info {
	font-size: 12px;
	color: #B3B3B3;
}

.cs_ads_morw_info a {
	color: #B3B3B3;
}

.cs_file_upload .head {
    font-size: 20px;
    font-weight: 700;
}

.cs_file_upload p {
    color: #5d595a;
	font-size: 14px;
}

.cs_file_upload_p {
    padding-top: 4px;
    font-size: 12px;
    line-height: 14px;
    color: #5d595a;
	margin-bottom: 40px;
}

.cs_category_sublist {
	margin-bottom: 20px;
}

.cs_category_sublist ul {
	padding: 0px;
	margin: 0px;
}

.cs_category_sublist li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	margin-right: 20px;
}


.cs_whatsapp_icon {
	float: left;
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    background-color: #0DC143;
    color: #fff !important;
    font-size: 42px;
    text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}