@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap');
body{
	font-family: 'Poppins', sans-serif;
}
a{
	text-decoration: none !important;
}
p{
	margin:0px;
	margin-bottom:1.5rem;
}
ul{
	list-style-type: none;
	padding: 0;
}
.form-control{
	border-radius: 0px;
}
.form-control:focus{
	box-shadow: none !important;
	border-color: #000f4d !important;
}
.font-size-15{
	font-size: 15px !important;
}
.font-size-14{
	font-size: 14px !important;
}
.font-size-13{
	font-size: 13px !important;
}
.font-weight-900{
	font-weight: 900;
}
.font-weight-600{
	font-weight: 600;
}
.line-height-25{
	line-height: 25px;
}
.text-grey{
	color: #8c8c8c !important;
}
.text-light-grey{
	color: #ddd;
}
.text-blue{
	color: #000f4d !important;
}
.background-blue{
	background-color: #000f4d !important;
}
.text-red{
	color: #c71e25 !important;
}
.background-red{
	background-color: #c71e25 !important;
}
.border-right{
	border-right: 1px solid #dedede;
}
.topbar{
	padding: 5px 0;
	background-color: #000f4d;
}
.form-control::placeholder{
	color: #555;
}
.topbar ul{
	list-style: none;
	padding: 5px 0;
	align-items: baseline;
}
.topbar ul li a{
	color: #fff;
	padding: 0 10px;
}
.topbar ul li i{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #fff;
	color: #000f4d;
	border-radius: 50%;
	font-size: 15px;
}
.navbar .navbar-nav .nav-item .nav-link{
	color: #333333;
	font-size: 15px;
	padding: 15px 10px;
}
.navbar{
	background-color: #fff;
	border: 1px solid #eee;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
	color: #000f4d;
}
.navbar .navbar-nav .nav-item.active .nav-link{
	color: #000f4d;
}
.navbar .navbar-collapse{
	padding: 10px 0;
}
.search-bar{
	padding: 0 70px 50px 70px;
	background-color: #fff;
}
.search-bar{
	display: none;
	position: relative;
	z-index: 100000;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}
.search-bar .form-control{
	border: none;
	border-bottom: 2px solid #000f4d;
	width:100%;
	font-size: 60px;
	color: #000;
}
.search-bar .form-control::placeholder{
	color: #000;
	font-weight: 500;
}
.search-bar i{
	position: absolute;
	top: 30px;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	color: #000;
	background-color: #f1f1f1;
	border-radius: 50%;
}
.homepage_banner{
	background-position: center center;
	background-repeat: no-repeat !important;
	position: relative;
	padding: 145px 0;
	background-size: cover !important;
}
.banner-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.banner-content a{
	padding: 10px 30px;
	font-size: 20px;
	background-color: #fff;
	color: #000f4d;
	font-weight: bold;
	margin-right: 60px;
}
.search-real-estate{
	padding: 30px 25px;
	background-color: #fff;
}
.search-real-estate .form-control{
	height: 35px;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	border-radius: 0px; 
	font-size: 15px;
}
.about-jordan{
	padding: 70px 0;
}
.about-jordan a{
	padding: 10px 20px;
	background-color: #000f4d;
	color: #fff;
	border-radius: 5px;
}
.news, .looking-for, .testimonials, .feedbacks-carousel, .news-detail, .all-news{
	padding: 70px 0;
}
.all-news .news-wrap{
	margin-bottom: 50px !important;
}
.news-wrap{
    height: 250px;
    width: 100%;
}
.news-wrap a img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.listing-image-wrap{
    height: 188px;
    width: 100%;
}
.listing-image-wrap img{
    height: 188px;
    width: 100%;
    object-fit: cover;
}
.house-with-overlay{
    height: 233px;
    width: 100%;
}
.house-with-overlay a img{
    height: 233px;
    width: 100%;
    object-fit: cover;
}
.remax-homes{
	padding: 15px 0;
}
.looking-wrap .looking-image{
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #000f4d;
	border-radius: 50%;
}
.looking-wrap p{
	color: #888888;
}
.looking-wrap h3{
	font-size: 22px;
}
.feedback-wrap{
	padding: 20px;
	min-height: 308px;
	margin-bottom: 20px;
	overflow: hidden;
}
.feedback-wrap img{
	width: 80px !important;
	margin-right: 20px;
	border-radius: 50%;
}
.feedback-wrap-light{
	background-color: #f5fbff !important;
}
.feedback-wrap-medium{
	background-color: #f0f8fe !important;
}
.feedback-wrap-dark{
	background-color: #ebf7ff !important;
}
.featured-homes{
	background: url(/images/featured-homes.jpg);
	padding: 65px 0;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-attachment: fixed;
}
.featured-block{
	padding: 60px 30px;
	background-color: rgb(255, 255, 255, 0.8);
}
.featured-block a{
	padding: 8px 30px;
	background-color: #000f4d;
	color: #fff;
	border-radius: 5px;
}
.gallary img{
	margin-bottom: 20px;
}
footer{
	background-color: #2c2c2c;
	padding: 50px 0;
}
footer p{
	line-height: 22px;
}
footer .social-icons, .overlay .social-icons{
	list-style-type: none;
}
footer .social-icons li a i, .overlay .social-icons li a i, .news-details-left .social-icons li a i{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #fff;
	color: #111;
	border-radius: 50%;
	font-size: 15px;
}.news-details-left .social-icons li a i{
	background-color: #000f4d !important;
	color: #fff !important;
}
.additional-details p{
	margin: 0;
	padding: 10px;
}
.additional-details p:nth-child(even){
	background-color: #f3f3f3;
}
#advanced-search-fields{
	display: none;
}
.footer-link-items{
	display: inline-flex;
}
.footer-link-items li a{
	color: #fff;
}
.small_banner{
	background-position: center center;
	background-repeat: no-repeat !important;
	padding: 180px 0;
	background-size: cover !important;
}
.banner-absolute-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.banner-absolute-content .page-info{
	margin-top: 20px;
	color:#fff;
}
.banner-absolute-content .page-info a{
	color: #fff;
}
.overlay{
	position: absolute;
	top: 0;
	display: none;
	bottom: 0;
	width: 100%;
	background-color: rgba(199, 30, 37, 0.6);
}
.overlay .social-icons{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.overlay .social-icons li a {
	background-color: transparent;
}
.jordan-social-icons:hover .overlay{
	display: block;
}
.three-buttons{
	padding-bottom: 70px;
}
.three-buttons a{
	font-size: 20px;
	font-weight: 600;
}
.stats{
	background-color: #fff2f3;
	padding: 60px 0;
}
.stats p{
	font-size: 18px;
	color: #999999;
}
.accolades{
	padding: 70px 0;
}
.accolades ul li{
	line-height: 38px;
	display: flex;
	align-items: center;
}
.accolades ul li h2{font-size:26px;}

.owl-carousel  .owl-carousel .owl-nav.disabled{
	display: none !important;
}
.owl-carousel .owl-dots.disabled{
	display: block;
}
.feedbacks-carousel .owl-dots, .search-results-carousel .owl-dots, .gallary .owl-dots{
	text-align: center;
	margin-top: 30px;
}
.feedbacks-carousel .owl-dots .owl-dot span, .search-results-carousel .owl-dots .owl-dot span, .gallary .owl-dots .owl-dot span{
	background-color: #e1e1e1;
	height: 15px;
	width: 15px;
	margin-right: 10px;
	border-radius: 50%;
	display: block;
}
.feedbacks-carousel .owl-dots .owl-dot.active span, .search-results-carousel .owl-dots .owl-dot.active span, .gallary .owl-dots .owl-dot.active span{
	background-color: #c71e25;
}
.search-results-carousel{
	padding: 70px 0;
}
.house-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}
.house-card{
	margin-bottom: 20px;
}
.rt-small-logo{
	position: absolute;
	bottom: 0px;
	top: 15px;
	right: 15px;
	font-size: 25px;
	width: 40px;
}
.house-overlay h2{
	position: absolute;
	bottom: 0px;
	font-size: 25px;
}
.house-description{
	background-color: #fff;
	padding: 20px;
	border: 1px solid #eee;
}
.house-description a{
	padding: 8px 30px !important;
	font-size: 16px !important;
}
.gallary .owl-carousel img{
		display: block;
		width: 100%;
		height: auto;
}
.house-features li{
	line-height: 28px;
}
.modal-header .close{
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #c71e25;
	border-radius: 50%;
	margin: -5px;
	padding: 0px;
	opacity: 1;
	color: #fff;
}
.agent-image{
	padding: 25px 15px;
	background-color: #fff;
	border: 1px solid #eee;
}
.sellers-buyers{
	padding: 70px 0;
}
.privacy-points{
	list-style-type: square;
}
.privacy-points li{
	line-height: 30px;
}
.pagination {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 50px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.pagination{
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}
.pagination ul{
	margin: 0px !important;
}
.pagination ul li{
	margin: 0 10px;
}
.pagination ul li a{
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #eee;
	font-size: 15px;
	margin: 0px !important;
	text-align: center;
	color: #333;
}
.pagination ul li a.active{
	background-color: #000f4d;
	color: #fff;
}
/* Eric Css starts here */
.accolades ul li p{
    margin:0px;
}