*{
	text-decoration: none;
}

a{
	text-decoration: none;
}

body{
	position: relative;
	font-family: sans-serif;
}

strong{
	color:#CCFF33;
}
.whatsapp,
.call{
	text-decoration: none;
	color: #fff;
	padding: 15px 15px;
	border-radius: 5px;
}

.whatsapp{
	background: #157b00;
}

.call{
	background: #8f5508;
}

.menu-btn:focus{
	box-shadow: none;
}

.menu-link li a{
	color: #fff;
}

.post_ad_btn button{
	background: #ed2f59;
	padding: 5px 15px;
	border-radius: 10px;
	border: none;
	color: #fff;
}

.bread_crumbs{
	padding-top: 40px;
	color:#FFFFFF;
}

.bread_crumbs a{
	padding: 5px 15px;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	transition: .4s;
	font-size: 18px;
}

.bread_crumbs a:hover{
	color: #000;
	transition: .4s;
}

.search{
	background: #b30000;
	padding: 6px 20px;
	border-radius: 5px;
	border: none;
	color: #fff;
	height: 45px;
}

.search:hover{
	background: #b30000;
	color: #fff;
}

.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: #fff;
}

.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: #fff;
}

.ad_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ad_img img{
	width: 100%;
}

.ad_box{
	border: 2px solid #fff;
	height: 220px;
	overflow: hidden;
	background: #000;
}

.ad_content{
	width: 100%;
	padding-left: 20px;
}

.ad_content h4 a{
	color: #0000ee;
	text-decoration: none;
}

.ad_content h4 a:hover{
	color: #ed2f59;
}

.ad_content p{
	font-size: 18px;
	text-overflow: ellipsis;
	line-height: 1.8em;
	height: 6em;      
	overflow: hidden; 
}


.ad_content span{
	font-size: 18px;
	text-overflow: ellipsis;
	line-height: 1.2em;
	height: 4em;      
	overflow: hidden;
	color:#FAD386;
	font-weight:bold;
}


.ad_content_a{
	text-align: right;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	padding: 8px 15px;
	border-radius: 5px;
}

.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 #fff;
}

.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%;
}

.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;
}

.locations a{
	text-decoration: none;
	margin-left: 20px;
	background:#344083;
	color: #fff;
	padding: 10px 15px;
	border-radius: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	transition: .4s;
}

.locations a:hover{
	color: #c10046;
	transition: .4s;
}