body{
	background: #fff9c2;
	font-family: sans-serif;
}

h2, h3{
	font-weight: bold;
}

.nav-items a{
	color: #000;
}

.navbar-toggler:focus{
	box-shadow: none;
}

.img-box{
	border: 1px solid #000;
	border-radius: 10px;
	overflow: hidden;
}

.image{
	
	height: 440px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #000;
}

.image img{
	width: 100%;
}

.images{
	height: 340px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #000;
}

.images img{
	width: 100%;
}

.phone a{
	text-decoration: none;
	color: #fff;
	background: #34419b;
	padding: 10px 15px;
	border-radius: 10px;
	transition: .5s;
}

.phone a:hover{
	background: #fff;
	color: #34419b;
	border: 1px solid #34419b;
	transition: .5s;
}

.whatsapp a{
	text-decoration: none;
	color: #fff;
	background: #036810;
	padding: 10px 15px;
	border-radius: 10px;
	transition: .5s;
}

.whatsapp a:hover{
	background: #fff;
	color: #036810;
	border: 1px solid #036810;
	transition: .5s;
}

.wp-border1{
	border: none;
	border-radius: none;
	background: none;
}

.wp-border2{
	border: 1px solid #000;
	border-radius: 10px;
	background: #fff9c2;
}

.social-links a{
	text-decoration: none;
}

.locations{
	text-align: center;
}

.locations a{
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	color: #000;
	border-bottom: 2px solid #fff9c2;
	margin-bottom: 10px;
	transition: .5s;
	margin-right: 20px;
}

.locations a:hover{
	border-bottom: 2px solid #923221;
	color: #923221;
	transition: .5s;
}

.other-link a{
	text-decoration: none;
	color: #cc3c72;
	line-height: 30px;
}

.side-cont{
	translate: 0% 30%;
}

.side-img{
	width: 70%;
	height: 450px;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #000;
}

.side-img img{
	width: 100%;
}

.local-area a{
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 6px;
	color: #000;
	border: 1px solid #000;
	margin-bottom: 10px;
	transition: .5s;
	margin-right: 20px;
}

.local-area a:hover{
	color: #fff9c2;
	background: #000;
	transition: .5s;
}

.price-head h4{
	padding-top: 8px;
}

.price-head{
	color: #fff;
	padding: 5px 0px;
	position: relative;
}

.price-head img{
	position: absolute;
	top: 5px;
	right: 5px;
}

.price-body{
	color: #555555;
	background: #fff;
	padding-top: 40px;
}

.price-body p{
	line-height: 14px;
}

.price-body button{
	background: #036810;
	font-weight: bold;
	padding: 5px 10px;
	border: none;
	color: #fff;
	border-radius: 5px;
	transition: .4s;
}

.price-body button:hover{
	color: #EAFF50;
	transition: .4s;
}

.price-body p:nth-child(4){
	border-bottom: 1px solid grey;
	line-height: 20px;
	padding-bottom: 10px;
	width: 60%;
	margin: auto;
	margin-bottom: 10px;
}

.ad-box a{
	text-decoration: none;
}

.ad-box{
	background: #fff;
	border: 1px solid #ed3237;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.vip{
	position: absolute;
	top: 0%;
	right: 0%;
}

.side-content h3{
	color: #ed3237;
	font-size: 22px;
}

.side-content h3:hover{
	color: #000;
}

.side-content p{
	color: #000;
}

.side-image img{
	width: 100%;
}

.side-content span{
	font-size: 14px;
	color: #000;
}

.ad_content_a{
		text-decoration: none;
		background: #036810;
		font-size: 20px;
		margin-right: 10px;
		padding: 7px 12px;
		border-radius: 5px;
		color: #fff;
		position: absolute;
		right: 10%;
		bottom: 5%;
	}
	.ad_content_a:nth-last-child(1){
		background: #34419b;
		right: 5%;
	}
	
	.profile table tr th{
	padding: 10px 0px;
	border-bottom: 1px solid #000;
}

.profile table tr td{
	padding: 10px 0px;
	border-bottom: 1px solid #e1e1e1;
}