.heading_title {
	position: relative;
	margin: 0px auto;
	    max-width: 850px;
}

.heading_title h1{
	position: relative;
	color: #444;
	padding:0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 30px 0;
    font-family: 'Roboto', sans-serif;
}

.heading_title p{
	position: relative;
    color: #000;
    padding: 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.4;
    margin: 20px 0 0px 0;
    font-family: 'Open Sans', sans-serif;
}

.detail_property{
	position: relative;
}

.detail_property h3{
	position: relative;
    color: #000;
    padding: 15px 0 15px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    font-family: 'Open Sans', sans-serif;

}
.detail_property p{
	position: relative;
    color: #000;
    padding: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    margin:  0;
    font-family: 'Open Sans', sans-serif;

}

.detail_property ul{
	margin: 0;
    padding: 20px 0 20px 30px;
}

.detail_property ul li{
	position: relative;
    color: #000;
    padding: 0 0 5px 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    margin:  0;
    font-family: 'Open Sans', sans-serif;
}

.bg_eee{
	background-color: #eee;
}

.table th, .table td{
	    font-family: 'Open Sans', sans-serif;

    font-size: 17px;
}

.bg_heading {
	background-color: #2980b9;
	color:#fff;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
    margin-top: -17px;
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-next {
        left: auto;
    right: 10px; 
}



.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 10px;
}

.owl-carousel .owl-nav [class*=owl-] {
    border: 1px solid #2980B9;
    color: #fff;
    background-color: #2980B9;
    font-size: 18px;}

    .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #2980B9 !important;
	color: #FFF !important;
	text-decoration: none;
}

.owl-carousel .owl-dots{
	display: none;
}



.si-amazon:hover, .si-colored.si-amazon {
    background-color: #2980B9 !important;
}

.icon_sosmed_l9 {
    font-size: 25px;
    line-height: unset;
}

.bottom_cta {
background-color: rgba(253, 253, 253, 0.72);
    width: 100%;
    z-index: 6;
    bottom: 0;
    left: 0;
    position: fixed;
    padding: 20px;
}
.btn_cta_call {
	position: relative;
	width: 25%;
	display: block;
	color:#fff;
	cursor: pointer;
	margin: 0px auto;
	background-color: #2980B9;
	text-align: center;
	padding:10px;
	font-size: 18px;
	border-radius: 25px;
	    font-family: 'Open Sans', sans-serif;
}

.btn_cta_call:hover {
	color:#fff;
	background-color: #3498db;
}

.pad_lr_0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.si-sticky {top: 80%;}

  .owl-carousel:hover .owl-nav .owl-prev [class*=owl-] {
    opacity: 1;
    left: 10px;
}

