*{
	text-decoration: none;
}

body{
	position: relative;
}

.post_ad_btn button{
	background: #ed2f59;
	padding: 5px 15px;
	border-radius: 10px;
	border: none;
	color: #fff;
}

.bread_crumbs{
	padding-top: 40px;
}

.bread_crumbs a{
	background: #C6C6C6;
	padding: 5px 15px;
	text-decoration: none;
	color: #000;
	border-radius: 10px;
}

.search{
	background: #ed2f59;
	padding: 6px 20px;
	border-radius: 10px;
	border: none;
	color: #fff;
	width: 100%;
	height: 45px;
}

.search_bar{
	display: none;
}


/*.banner_form{
	position: relative;
	top: 150px;
}*/

.banner_form input, .banner_form select{
/*	height: 40px;*/
}

.loc_btn{
	background: linear-gradient(black, #26434f);
	padding: 5px 15px;
	color: #fff;
	transition: .5s;
	cursor: pointer;
	border-radius: 10px;
}

.loc_btn:hover{
	background: linear-gradient(#ed2f59, #FF0353);
	transition: .5s;
}

.category_box{
	width: 70%;
	margin: auto;
	border-radius: 10px;
	background: #f9e6e9;
	overflow: hidden;
}

.category_cont{
	border-bottom: 1px solid #949494;
}

.category_box button{
	width: 60%;
	padding: 5px 10px;
	border: none;
	border-radius: 5px;
	background: #ed2f59;
	color: white;
	font-size: 20px;
	margin-bottom: 20px;
}

.category_img{
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
}

.category_img img{
	width: 100%;
}

.call_now, .whatsapp_now{
	padding: 5px 10px;
	border: none;
	border-radius: 50%;
}

.call_now{
	background: #325DFF;
}

.whatsapp_now{
	background: #4fcc5d;
}

.paragraph{
	line-height: 35px;
}

.why_choose{
	width: 50%;
}


#list a, #list2 a{
	text-decoration: none;
/*	background: #ed2f59;*/
color: #000;
font-weight: bold;
/*	margin: 10px;*/
padding: 5px 15px;
border-radius: 6px;
transition: .5s;
}

#list a:hover, #list2 a:hover{
	background: #f9e6e9;
	color: #000;
	transition: .5s;
}

.form_input{
	width: 60%;
}

.search_form h3{
	background: #e1e1e1;
}

.logo a{
	text-decoration: none;
	color: #000;
}

.ad_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ad_img img{
	width: 100%;
}

.ad_box{
	border: 1px solid #ed2f59;
}

.ad_content{
	width: 100%;
}

.ad_content h4 a{
	color: #000;
	text-decoration: none;
}

.ad_content h4 a:hover{
	color: #ed2f59;
	text-decoration: underline;
}

.ad_content_a{
	text-decoration: none;
	color: #000;
	padding: 5px 15px;
	border-radius: 15px;
	border: 1px solid #ed2f59;
}

.ad_content_a:hover{
	background: #ed2f59;
	color: #fff;
}

.side_img{
	width: 70%;
	height: 600px;
	overflow: hidden;
	margin: auto;
	border-radius: 10px;
}

.side_img img{
	width: 100%;
	border-radius: 10px;
}

.profile table tr th{
	padding: 10px 0px;
	border-bottom: 1px solid #000;
}

.profile table tr td{
	padding: 10px 0px;
	border-bottom: 1px solid #e1e1e1;
}

.card_img{
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.card_img img{
	width: 100%;
}

.card_box{
	border-radius: 10px;
	overflow: hidden;
	background: #f4f4f4;
}

.card_box a{
	text-decoration: none;
	color: #000;
}

.ad-box{
	border: 1px solid #ed2f59;
}

.ad-img{
	width: 15%;
}

.ad-img img{
	width: 100%;
}

.ad_content{
	width: 80%;
}

.contact_btn{
	position: fixed;
	z-index: 11111;
	right: 10px;
	top: 92%;
	display: none;
}

.contact_btn a{
	padding: 15px;
	background: blue;
	margin: 5px;
	border-radius: 5px;
}

.contact_btn a:nth-child(1){
	background: green;
}

.ad_content p{
	font-size: 16px;
	text-overflow: ellipsis;
	line-height: 1.5em;
	height: 3em;       
	overflow: hidden;  
}

.ad_content h4{
	font-size: 16px;
	text-overflow: ellipsis;
	line-height: 1.5em;
	height: 3em;       
	overflow: hidden;  
}

.ad_content_w, .ad_content_p{
	color: #fff !important;
	border: none !important;
	padding: 10px 12px !important;
	border-radius: 50% !important;
	text-align: center;
}

.ad_content_w{
	background: #159c00 !important;
}
.ad_content_p{
	background: #004488 !important;
}