.wrapper {
    width: 100%;
	max-width: 1500px;
    margin: 0 auto;
    padding: 120px 0 0;
    position: relative;
}



/* Header */
.ag__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	height: 50px;
	padding: 35px 0;
    z-index: 100;
	transition: all .3s ease;
}
.noscroll .ag__header {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.pro__logo {
	float: left;
	padding: 0 100px 0 0;
	height: 50px;
}
.pro__logo a,
.pro__logo img {
	display: block;
	height: 50px;
	width: auto;
}

.pro__menu {
	float: right;
	height: 50px;
	margin: 0 80px 0 0;
}

/* Main Menu */

.newnav.nav-desktop .accordion {
    height: 50px;
    display: block;
	transition: all .3s ease;
}

.newnav.nav-desktop .accordion,
.newnav.nav-desktop .accordion ul,
.newnav.nav-desktop .accordion li,
.newnav.nav-desktop .accordion a,
.newnav.nav-desktop .accordion span {
    border: none;
    outline: none;
}

.newnav.nav-desktop .accordion li {
    list-style: none;
}

.newnav.nav-desktop .accordion li {
    float: left;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 50px;
    position: relative;
	transition: all .3s ease;
}

.newnav.nav-desktop .accordion li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 4px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	border-radius: 14px;
	transition: all .3s ease;
}



.newnav.nav-desktop .accordion li a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 20px;
	font-size: 16px;
    line-height: 50px;
	transition: all .3s ease;
    position: relative;
}

.newnav.nav-desktop .accordion li > .sub-menu {
	top: 50px;
    padding: 15px 0;
    position: absolute;
    width: 180px;
    display: none;
	border-radius: 8px;  
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.newnav.nav-desktop .accordion li > a > span {
  position: absolute;
  top: calc(50% - 26px);
  right: -10px;
  height: 16px;
  line-height: 16px;
  padding: 0 6px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  font-size: 10px;
}
.newnav.nav-desktop .accordion li > ul > li > a {
	display: block;
	word-wrap: break-word;
	line-height: 1.4 !important;
	padding: 15px 25px;
}

.newnav.nav-desktop .accordion li:hover > .sub-menu {
    display: block;
	padding: 15px 0;
}

.newnav.nav-desktop .accordion li > .sub-menu > li {
	position: relative;
    display: block;
    float: none;
    text-align: left;
}
.newnav.nav-desktop .accordion li > .sub-menu > li.menu-item-has-children:after {
    top: 22px;
	right: 15px;
}
.newnav.nav-desktop .accordion li > .sub-menu > li > .sub-menu {
top: 0;
right: 100%;
}

.newnav.nav-desktop .accordion li > .sub-menu > li.menu-item-has-children:before {
    display: none;
}


/* SEARCH */
#open__form {
	position: absolute;
	right: 15px;
	top: 7px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 36px;
	transition: all .3s ease;
	z-index: 20;
}
.ocari #open__form {
	transform: rotate(135deg);
}
.open__menu {
	display: none;
	position: absolute;
	top: 7px;
	right: 15px;
	width: 30px;
	height: 36px;
	z-index: 20;
}
.open__menu:before {
	content: '';
	position: absolute;
	top: 3px;
	right: 5px;
	width: 20px;
	height: 4px;
	border-radius: 6px;
	transition: all .3s ease;
}
.omenu .open__menu:before {
	right: 0px;
	width: 30px;
	height: 4px;
}
.open__menu:after {
	content: '';
	position: absolute;
	bottom: 3px;
	right: 5px;
	width: 20px;
	height: 4px;
	border-radius: 6px;
	transition: all .3s ease;
}
.omenu .open__menu:after {
	right: 0px;
	width: 30px;
	height: 4px;
}
.open__menu span {
	position: absolute;
	width: 30px;
	height: 4px;
	border-radius: 6px;
	right: 0;
	top: calc( 50% - 2px );
	transition: all .3s ease;
}
.omenu .open__menu span {
	right: 5px;
	width: 20px;
	height: 4px;
	top: calc( 50% - 2px );
}


/* Slideshow */
#slideshow {
	margin: -120px 0 0;
}
.slide__image {
	position: relative;
}
.slide__image img {
	width: 100%;
}
.slide__image:after {
	content: '';
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    z-index: 1;
}
.slide__box {
	position: absolute;
	bottom: 150px;
	left: 0;
	right: 0;
	z-index: 2;
}
.slide__title {
	max-width: 700px;
	margin: 0 auto;
	font-size: 50px;
	line-height: 1.1;
	text-align: center;
}


/* Slide Loc */

#slideloc {
	margin: -80px 0 80px;
}
.loc__image {
	position: relative;
}
.loc__image span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 1.2;
	padding: 60px 20px 20px;
	text-align: center;
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.8) );
	color: #fff;
}

/* Fade Featured Slide */

.featured__head {
	margin: 0 auto 80px;
}
.featured__title {
	float: left; width: 40%; font-size: 50px; line-height: 1.1;
}
.featured__text {
	float: right; width: 50%; font-size: 20px;
}

.the__slide {
	position: relative;
}
.featured__image {
	float: left; width: 50%; position: relative;
}
.featured__image img {
	width: 100%;
}
.featured__call {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	z-index: 2;
	padding: 0;
	border-radius: 6px;
	text-align: center;
}
.featured__call i {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 8px;
	border-radius: 50px;
	font-style: normal;
}
.featured__call i {
	font-size: 18px;
}
.featured__call a i {
	font-size: 22px;
}
.featured__call .chat__slide i {
	opacity: 0.8;
}
.featured__call .call__slide i {
	opacity: 0.8;
}

.featured__meta {
	float: right; width: 50%;
}
.featured__data {
	padding: 60px;
}
.data__title {
	font-size: 50px;
	line-height: 1.1; 
	font-weight: bold;
	margin: 0 0 50px;
}
.data__loc {
	font-size: 22px;
	margin: 0 0 8px;
}
.data__price {
	font-size: 40px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 10px;
	position: relative;
}
.real__discount {
	float: left;
	text-align: center;
	display: inline-block;
	padding: 0 5px;
	margin: 0 10px 0 0;
	width: 50px;
	height: 42px;
	line-height: 42px;
	font-size: 50%;
	border-radius: 42px;
}
.data__price del,
.data__price i {
	font-style: italic;
	display: inline-block;
	font-size: 85%;
}
.featured__percent {
	position: absolute;
	top: 70px;
	left: -135px;
	width: 150px;
	height: 150px;
	border-radius: 200px;
	text-align: center;
	font-size: 14px;
	line-height: 1.0;
}
.featured__percent span {
	display: block;
	font-size: 55px;
	font-weight: bold;
	line-height: 150px;
	font-family: 'Red Hat Display';
}
.featured__percent small {
	font-size: 80%;
}
.featured__percent svg {
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: 1.5px;
	transform: rotate(180deg);
	transition: all .3s ease;
}
.the__slide:hover .featured__percent svg {
	transform: rotate(0deg);
}



.featured__percent svg {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Animasi rotasi 360 derajat dalam 5 detik */
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}


.nego__slide,
.fix__slide {
	position: absolute;
	left: 30px;
	bottom: 130px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	overflow: hidden;
	border-radius: 70px;
	font-size: 20px;
	transition: all .5s ease .2s;
	opacity: 0;
	z-index: 2;
}
.is-visible .nego__slide,
.is-visible .fix__slide {
	bottom: 30px;
	opacity: 1;
}
.is-visible.is-next .nego__slide,
.is-visible.is-next .fix__slide {
	bottom: 90px;
}

#pro__featured .splide__pagination {
	left: calc( 50% + 60px );
	right: auto;
	bottom: 20px;
	padding: 0;
	text-align: left;
}
#pro__featured .splide__pagination__page {
	height: 16px;
	width: 16px;
	border-radius: 16px;
	margin: 0 5px 0 0;
	opacity: 1;
}
#pro__featured .splide__pagination__page.is-active {
	transform: scale(1);
}










/* Agen */
#pro__agent {
	padding: 80px 0;
}
.agent__pic {
	position: relative;
	float: right;
	width: 40%;
	min-height: 100px;
}
.agent__pic img {
	width: 100%;
	border-radius: 15px;
}
.agent__say {
	float: left;
	width: 40%;
}

.agent__prefix {
	font-size: 20px;
	margin: 0 0 20px;
}
.agent__name {
	font-size: 50px;
  line-height: 1.1;
  margin: 0 0 20px;
}
.agent__text {
	font-size: 20px;
	margin: 0 0 40px;
}


.agent__contact {
	position: absolute;
	bottom: 50px;
	left: 0;
	height: 60px;
	line-height: 60px;
	padding: 0 8px 0 0;
	border-radius: 0 50px 50px 0;
	font-size: 20px;
}
.agent__contact span {
	margin: 0 15px 0 0;
}
.agent__contact a {
	display: inline-block;
	text-align: center;
	height: 46px;
	line-height: 46px;
	width: 46px;
	border-radius: 46px;
}
.agent__social i {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
	margin: 0 8px 8px 0;
	border-radius: 60px;
}










#listing {
	padding: 80px 0 30px;
}

.listing__title {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px;
}
.listing__out {
	margin: 0 -10px;
}
.list__block {
	float: left; width: 25%;
}
.listing__out .just__clear {
	display: none;
}
.listing__out .just__clear:nth-child(8n) {
	display: block;
}
.list__in {
	margin: 0 10px 50px;
}
.list__sold {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.list__sold:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.8;
}
.list__sold span {
	position: absolute;
	height: 30px;
	line-height: 30px;
	text-align: center;
	left: 0;
	right: 0;
	top: calc( 50% - 15px );
	font-size: 20px;
	font-weight: bold;
	z-index: 2;
}
.list__image {
	position: relative;
	display: block;
	overflow: hidden;
}
.list__image:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
	height: 160px;
	z-index: 1;
}
.list__image.image__post:after {
	display: none;
}
.list__image img {
	display: block;
	width: 100%;
}
.list__image .list__label {
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	z-index: 3;
}
.list__image .label__nego {
	position: absolute;
	top: -30px;
	left: -40px;
	padding: 40px 0 0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	transform: rotate(-35deg);
	text-align: center;
	letter-spacing: 1.5px;
	z-index: 1;
}

.list__price {
	position: absolute;
	left: 20px;
	right: 70px;
	bottom: 17px;
	font-size: 30px;
	line-height: 30px;
	z-index: 2;
	color: #fff;
}
.list__price span {
    font-size: 18px;
	color: #fff;
}
.list__price span del {
    color: #fc3;
font-style: italic;	
}



.list__taxonomy {
	padding: 15px 0 8px;
	font-size: 16px;
}
.list__title {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}
.list__title a {
	color: #222;
}

.esfeat_justcall a {
	display: inline-block;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	margin: 0 20px 0 0;
}
.esfeat_price {
	display: none;
}
.esfeat_justcall {
	display: none;
}

/* Testimonial */
#pro__testimonial {
	position: relative;
	padding: 80px 0;  
	background-size: 100%;
	background-attachment: fixed;
	font-size: 18px;
}
#pro__testimonial:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.85;
	z-index: 1;
}
.tes__top {
	position: sticky;
	top: 210px;
	float: left;
	width: 400px;
	z-index: 2;
}
.tes__heading {
  font-size: 50px;
  line-height: 1.1;
  margin: 0 0 20px;
}
.tes__text {
  font-size: 20px;
  margin: 0 0 40px;
}
.tes__more {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 35px;
	border-radius: 46px;
}

.tes__bottom {
	float: right;
	width: calc( 100% - 480px );
	position: relative;
	z-index: 2;
}
.tes__box {
	margin: 0 80px 40px 0;
	padding: 40px;
	border: 1px solid rgba(125,125,125,0.2);
	border-radius: 20px;
	backdrop-filter: blur(10px);
}
.tes__box:nth-child(2n) {
	margin: 0 0 40px 80px;
}
.single .tes__box {
	margin: 0 0 40px 0;
}
.tes__profile {
	position: sticky;
	top: 180px;
	float: left;
	width: 120px;
}
.tes__photo {
	float: left;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	overflow: hidden;
}
.tes__con {
	float: right; 
	width: calc( 100% - 170px );
	font-size: 20px;
}
.tes__profesi {
	margin: 0 0 15px; font-size: 18px;
}
.tes__rate {
margin: 0 0 15px; font-size: 18px;
}


/* Arsip */

.pro___heading {
	background: rgba(0,0,0,0.05);
	padding: 30px 0;
}
.arc__title {
	padding: 0 0 5px;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2;
}


.pro___content {
	position: relative;
  background-size: 100%;
  background-attachment: fixed;
	padding: 50px 0 0;
}
.pro___content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(255,255,255,0.9);
}
.pro___content .pro__container {
	z-index: 2;
}
.just__text {
	padding: 0 0 40px;
	font-size: 20px;
}


.pro__single {
	margin: 0 -15px;
}
.pro__left {
	float: left; 
	width: calc( 100% - 300px );
}



.pro__right {
	float: right; 
	width: 260px;
	position: sticky; 
	top: 150px;
	margin: 0 0 20px;
}
.ag__image {
	margin: 0 0 20px;
	position: relative;
}
.ag__image img {
	display: block;
	width: 100%;
}
.ag__chat {
	position: absolute;
	bottom: 65px;
	right: 15px;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 40px;
	background: #f63;
	color: #fff;
	z-index: 2;
}
.ag__call {
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 40px;
	background: #fc3;
	color: #222;
	z-index: 2;
}
.ag__image:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
    height: 120px;
	z-index: 1;
}


.ag__data {
	position: absolute;
  left: 20px;
  right: 70px;
  bottom: 17px;
  font-size: 30px;
  line-height: 30px;
  z-index: 2;
  color: #fff;
}
.ag__name {
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
}
.ag__mail {
	font-size: 15px;
	line-height: 1.2;
	color: #fc3;
}

.ag__desc {
	font-size: 15px;
	color: #555;
	padding: 25px;
	border: 1px solid #eee;
}

.ag__social {
	padding: 20px 0 0;
}
.ag__social a {
    display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 18px;
margin: 0 4px 0 0;
border-radius: 46px;
	color: #222;
	background: #fc3;
}







/* Article */

.left__side {
	margin: 0 -20px;
}
.side__main {
	float: right; 
	width: calc( 100% - 340px );
}
.main__inner {
	margin: 0 20px 50px;
}
.main__image {
	position: relative;
}
.main__noimage {
	margin: 0 0 30px;
}
.main__image img {
	display: block;
	width: 100%;
	margin: 0 0 30px;
}
.main__meta {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 60px 150px 25px 25px;
	color: #fff;
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
	z-index: 1;
}
.main__title {
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 15px;
	font-weight: normal;
}
.main__meta span {
	margin: 0 15px 0 0;
}
.meta__cat a {
	color: #fc3;
}
.pro__tag {
	padding: 20px 0 40px;
}
.pro__tag a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin: 0 4px 4px 0;
	background: #e7e7e7;
	color: #222;
	border-radius: 30px;
	font-size: 14px;
}


/* Single */
.pro__article {
    font-size: 16px;
    line-height: 1.4;
}

.pro__article p {
    margin: 0 0 15px;
}

.pro__article img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.pro__article img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

.pro__article img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}
.pro__article .wp-caption {
    max-width: 100%;
}
.pro__article iframe {
    max-width: 100%;
}
.pro__article blockquote {
    margin: 0 0 20px;
    padding: 20px 20px 10px 50px;
    background: rgb(0, 0, 0, 0.05);
}
.pro__article table td {
    vertical-align: top;
    border: 1px solid #ddd;
}
.pro__article ul {
    margin: 0 0 20px;
    list-style: disc !important;
}

.pro__article ol {
    margin: 0 0 20px;
    list-style: decimal !important;
}

.pro__article li {
    margin: 0 0 0 15px;
}

.pro__article li ol,
.pro__article li ul {
    margin: 0;
}

.pro__meta {
    font-size: 14px;
    margin: 0 0 10px;
}
.pro__meta span {
    float: right;
}
.pro__tags {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin: 0;
}
.pro__tags a {
    margin: 0 0 4px 0;
    padding: 0;
    line-height: 26px;
    line-height: 26px;
    font-family: Montserrat;
    font-size: 15px;
    display: inline-block;
}

/* Comments */
.just__box {
    position: relative;
    margin: 0;
    padding: 20px 0 0;
}
.have_comment {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
}
.comment__listing {
    padding: 0;
}
#comments {
    font-size: 16px;
}
.comment__listing .navigation {
    padding: 15px 0;
}
.commentlist li {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.4;
}
.commentlist .children {
    padding-left: 30px;
}
.comment-meta {
    margin: 0 0 8px;
}
.comment-author {
    margin: 0 0 5px;
}
.comment-meta .avatar {
    float: left;
    margin: 0 30px 0 0;
    width: 60px;
    height: 60px;
    border-radius: 40px;
}
.comment-metadata {
    font-size: 14px;
    margin: 0 0 10px;
}
.comment-body {
    margin: 0 0 25px;
}
.comment-content,
.reply {
    margin: 0 0 8px 90px;
}
.reply a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 10px !important;
    padding: 0 15px;
    margin: 0 2px 6px;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.comment-reply-title {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 0 10px;
}
.comment-reply-title small {
    font-size: 13px !important;
    font-weight: 400;
    margin-left: 10px;
}
#commentform {
    margin: 0;
}
.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent,
.form-submit {
    margin: 0 10px 10px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: calc(33.33% - 20px);
    float: left;
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}
.comment-notes {
    font-size: 14px;
}
textarea#comment {
    border: 1px solid rgba(125, 125, 125, 0.3);
    padding: 10px;
    width: calc(100% - 22px);
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.05);
    font-size: 13px;
	margin: 0 0 15px;
}
input#author,
input#email,
input#url {
    border: 1px solid rgba(125, 125, 125, 0.3);
    padding: 5px 10px;
    width: calc(100% - 22px);
    height: 30px;
    line-height: 30px;
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.05);
    font-size: 14px;
	margin: 0 0 15px;
}
.comment-form-cookies-consent label {
    font-size: 14px;
}
#wp-comment-cookies-consent {
    margin: 4px 8px 4px 0;
}
.form-submit {
	padding: 20px 0;
}
input#submit {
    height: 36px;
    display: inline-block;
    line-height: 36px;
    padding: 0 15px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
}














.side__sub {
	float: left; 
	width: 340px;
	position: sticky;
	top: 150px;
}
.sub__inner {
	margin: 0 20px 50px;
	padding: 0 30px 0 0;
	border-right: 1px solid #ddd;
}

.rel__head {
	position: relative;
	margin: 0 0 20px;
}
.rel__head h3 {
	font-size: 25px;
	line-height: 1.0;
	font-weight: normal;
}
.rel__head a {
	position: absolute;
	right: 0;
	top: calc( 50% - 15px );
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 30px;
	font-size: 14px;
	background: #fc3;
	color: #222;
}
.rel__loop {
	margin: 0 0 25px;
	display: block;
}
.rel__loop img {
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
}

.rel__loop span {
	display: block;
	font-size: 13px;
	margin: 0 0 2px;
	color: #f63;
}
.rel__loop h3 {
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
	color: #333;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}











#comment {
	width: 100%;
	padding: 0;
	border: 0;
}








/* Search */
#pro___search {
	position: fixed;
	top: -40px;
	bottom: -40px;
	left: 0;
	right: 0;
	z-index: 99;
	display: none;
}
#pro___search:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.95;
	z-index: 1;
}
.ocari #pro___search {
	display: block;
}
.searching {
	max-width: 600px;
	margin: 260px auto 0;
	padding: 30px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
}
.cari__select {
	margin: 0 0 15px;
}
.cari__select span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 0 5px;
}
.cari_jual,
.cari_jual.cari_single,
.cari_sewa.cari_single {
	float: left;
}
.cari_sewa {
	float: right;
}

.outer__search {
	margin: 0 -10px;
}
.search__column {
	float: left;
	width: 50%;
}
.inner__column {
	margin: 0 10px 15px;
		height: 45px;
	line-height: 45px;
	position: relative;
}
.inner__check {
	margin: 0 10px 15px;
}
.inner__column i {
	position: absolute;
	right: 1px;
	top: 2px;
	height: 42px;
	line-height: 42px;
	width: 43px;
	text-align: center;
	background: #fff;
}
#rent_form {
	display: none;
}
#pro___search .select2-container {
	width: 100% !important;
}
#pro___search .select2-container--default .select2-selection--single {
 padding: 0 0 0 20px !important;
 border: 1px solid #ccc;
}
#pro___search .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 43px;
} 
#pro___search .select2-container--open .select2-dropdown--below {
	box-shadow: 0 0 20px rgba(0,0,0,0.1) !important;
}              
#pro___search .select2-search--dropdown .select2-search__field {
	background: #ddd !important;
}
#pro___search .results__option {
	padding: 10px 20px;
	width:  calc( 100% - 40px );
}
.inner__column input[type=text]{
	width: calc( 100% - 42px );
	height: 43px;
	line-height: 43px;
	border: 1px solid #ccc;
	padding: 0 20px;
}


.property__button button {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	border: 0;
	padding: 0 15px;
}




































































































































/* Pro Widget */
#pro__widget {
	padding: 80px 0;
}

.widget_block {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.4;
}

.widget_block h1 {
    font-size: 27px;
    margin: 0 0 15px;
}

.widget_block h2 {
    font-size: 25px;
    margin: 0 0 15px;
}

.widget_block h3 {
    font-size: 22px;
    margin: 0 0 15px;
}

.widget_block h4 {
    font-size: 18px;
    margin: 0 0 15px;
}

.widget_block h5 {
    font-size: 17px;
    margin: 0 0 15px;
}

.widget_block h6 {
    font-size: 16px;
    margin: 0 0 15px;
}

.widget_block p {
    margin: 0 0 15px;
}

.widget_block ul,
.widget_block ol {
    margin: 0 0 10px;
}

.widget_block ul li,
.widget_block ol li {
    margin: 0 0 15px;
}

.widget_block blockquote {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
    font-size: 16px;
}

.widget_block blockquote cite {
    font-size: 13px;
}

.widget_block .wp-block-code code {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
}

.widget_block .wp-block-table {
    width: 100%;
}

.widget_block .wp-block-table td {
    padding: 10px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    margin: 0 0 -1px -1px;
}

.widget_block .wp-block-pullquote blockquote {
    background: none;
}

.widget_block figcaption {
    font-size: 12px;
    padding: 5px 0;
}

.widget_block .wp-block-archives,
.widget_block .wp-block-categories {
    margin: 0;
    list-style: none;
}

.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
    padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-calendar table th {
    background: rgba(0, 0, 0, 0.05);
}

.widget_block .wp-block-calendar table caption {
    font-size: 16px;
    padding: 0 0 10px;
}

.widget_block .wp-calendar-nav {
    padding: 10px 0;
}

.widget_block .wp-block-latest-comments__comment {
    padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-latest-comments__comment-excerpt p {
    line-height: 1.4;
}

.widget_block .wp-block-latest-comments__comment-date {
    font-style: italic;
}

.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li,
.widget_block .wp-block-pages-list__item {
    margin: 0;
    padding: 0 0 10px;
}

.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li time {
    font-size: 12px;
    line-height: 1.3;
}

.widget_block .wp-block-page-list {
    list-style: none;
}

.widget_block .wp-block-pages-list__item.has-child {
    padding: 0;
}

.widget_block .wp-block-pages-list__item.has-child .submenu-container {
    margin: 10px 0 0 15px;
}

.widget_block .wp-block-rss {
    list-style: none;
}

.widget_block .wp-block-rss__item {
    padding: 0 0 10px;
    margin: 0;
}

.widget_block .wp-block-tag-cloud a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 14px !important;
    padding: 0 15px;
    margin: 0 2px 6px;
}

.widget_block .wp-block-search .wp-block-search__button {
    border: 0;
    height: 30px;
    line-height: 30px;
    width: 70px;
    padding: 0;
    margin-left: 10px;
    text-align: center;
    overflow: hidden;
}

.widget_block .wp-block-search .wp-block-search__input {
    border: 1px dashed rgba(125, 125, 125, 0.3);
    height: 30px;
    line-height: 30px;
    width: calc(100% - 90px);
    padding: 0 9px;
    background: #fff;
    color: #222;
    float: left;
}

.widget_block .wp-block-search .wp-block-search__label {
    margin: 0 0 6px;
    font-style: italic;
    display: block;
}

.widget_block.widget_meta li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li.menu-item-has-children {
    padding: 0;
}

.widget_block.widget_nav_menu li.menu-item-has-children ul.sub-menu {
    margin: 10px 0 0;
}

.widget_block .wp-block-video iframe {
    width: 100%;
    padding: 0 0 10px;
    height: 200px;
}

.bread__crumb {
	position: relative;
}
.bread__in {
	padding: 0 0 0 30px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.bread__in:before {
content: "";
position: absolute;
left: 0;
top: calc( 50% - 4px );
display: inline-block;
height: 8px;
width: 8px;
border-radius: 50%;
}



.pro__pagination {
	margin: 0 0 30px;
}
.pro__pagination span,
.pro__pagination a {
	display: inline-block;
	width: 36px;
	line-height: 36px;
	line-height: 36px;
	border-radius: 36px;
	text-align: center;
	margin: 0 2px 2px 0;
	color: #222;
}
.pro__pagination a.active,
.pro__pagination a:hover {
	background: #fc3;
	color: #222;
}



.pro__tess {
  column-count: 2;
  column-gap: 30px;
}
.pro__tess .tes__box {
	margin: 0 0 30px;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
}


/* Single Property */

.single__image {
	float: right;
  width: 52%;
  position: relative;
}
.single__image img {
	width: 100%;
	display: block;
}
.single__percent {
  position: absolute;
  bottom: 70px;
  right: 40px;
  width: 150px;
  height: 150px;
  border-radius: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 1.0;
}
.single__percent span {
	display: block;
	font-size: 55px;
	font-weight: bold;
	line-height: 150px;
	font-family: 'Red Hat Display';
}
.single__percent small {
	font-size: 80%;
}
.single__percent svg {
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: 1.5px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Animasi rotasi 360 derajat dalam 5 detik */
    animation: rotates 5s linear infinite;
}

@keyframes rotates {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}



.single__meta {
	float: left;
  width: 48%;
  position: relative;
}
.single__data {
  padding: 90px 0 0 150px;
}
.single__title {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 30px 30px 0;
}
.single__add {
	position: relative;
	font-size: 20px;
  line-height: 1.3;
  margin: 0 90px 30px 0;
  padding: 0 0 0 55px;
}
.single__add:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
.single__box {
  position: relative;
  border-radius: 8px;
  padding: 40px;
  margin: 0 -50px 30px 0;
  box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.single__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,0.3);
  z-index: 1;
}
.single__loc {
	position: relative;
	z-index: 2;
  font-size: 22px;
  margin: 0 0 8px;
}
.single__price {
	position: relative;
	z-index: 2;
	font-size: 32px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.single__price del, .single__price i {
  font-style: italic;
  display: inline-block;
  font-size: 85%;
}

	
.galleria {
	padding: 80px 15px;
}
.galleria h3 {
	margin: 0 0 30px;
	font-size: 30px;
	text-align: center;
}
.galleria img {
  height: 300px;
  width: auto;
}

.single__bottom {
	padding: 0 0 80px;
}
	.outer__single {
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
	}
	.single__left {
		float: left;
		width: 48%;
		margin: 0 2% 0 0;
		padding: 0;
	}
	.left__inner h4 {
  font-size: 48px;
  line-height: 1.1;
  margin: 30px 30px 30px 0;
}
.primer__data{
	font-size: 20px;
	margin: 0 80px 50px 0;
}
.single__pjp {
	padding: 40px 0;
	display: flex;
}
.legal {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding: 0 7px 0 25px;
	margin: 0 20px 0 0;
	border-radius: 46px;
	font-size: 14px;
}
.legal span {
	margin: 0 25px 0 0;
	display: inline-block;
}
.legal i {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	width: 32px;
	text-align: center;
	background: #222;
	color: #fff;
	border-radius: 40px;
}
.downdata {
	display: inline-block;
	height: 36px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 16px;
	margin: 0 20px 0 0;
	border-radius: 46px;
	color: #222;
}
.downdata div:first-child {
	line-height: 24px;
	font-size: 22px;
	font-weight: bold;
}
.downdata div:nth-child(2) {
	opacity: 0.5;
}





.single__right {
		position: sticky;
		width: 45%;
		float: right;
		top: 180px;
		margin: 0;
	}
	.inner__right {
		margin: 0 -10px;
	}
.right__section {
	position: absolute;
	left: 0;
	right: calc( 50% + 15px );
	top: 0;
	bottom: 30%;
	background: rgba(0,0,0,0.05);
	border-radius: 10px;
}
.right__fixed {
	float: right;
	width: calc( 50% - 15px );
	margin: 0 10px 0 0;
	height: 400px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	box-shadow: 2px 20px 20px rgba(0,0,0,0.1);
}
.right__in {
	
}
.right__icon {
	position: absolute;
	display: block;
	right: 25px;
	top: -30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	border-radius: 40px;
	overflow: hidden;
}
.right__icon i {
	display: block;
}
.right__icon .icon-rumah:before {
	margin: 0;
	width: auto;
}

.right__text {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	font-size: 25px;
	padding: 0 0 40px;
	margin: 0 0 10px;
	line-height: 1.2;
}
.right__text:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 76px;
	height: 1px;
}
.right__status {
	margin: 0 0 20px;
	padding: 0 0 0 24px;
	font-size: 16px;
	position: relative;
}
.right__status:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	top: calc( 50% - 7px );
	left: 0;
	background: #098;
	border-radius: 16px;
}
#hours {
	padding: 20px;
	font-size: 16px;
}
.right__contact {
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 2;
}
.right__contact a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
}

.right__share {
	position: absolute;
	bottom: -90px;
	left: 0;
	white-space: nowrap;
}
.right__share a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0;
	border-radius: 30px;
	background: rgba(0,0,0,0.05);
}
.share__text {
	margin: 0 0 10px;
	font-size: 18px;
}





/* Property data */
.property__data {
	padding: 30px;
	margin: 0 -40px 30px 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0,0,0,.1);
}
.property__data h3 {
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 20px;
}
.outer__detail {
	margin: 0 -15px;
}
.detail__data {
	float: left;
	width: calc( 50% - 30px );
	margin: 0 15px;
	padding: 12px 0;
	font-size: 18px;
	border-bottom: 1px dashed #aaa;
}
.detail__data span {
	float: right;
	font-weight: bold;
}

.detail__maps {
    padding: 10px;
	margin: 0 -40px 30px 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0,0,0,.1);
	overflow: hidden;
}
.detail__maps iframe {
	display: block;
	width: 100%;
	height: 280px;
	border-radius: 4px;
	overflow: hidden;
}

.detail__video {
    padding: 10px;
	margin: 0 -40px 30px 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0,0,0,.1);
	overflow: hidden;
}
.detail__video iframe {
	display: block;
	width: 100%;
	height: 280px;
	border-radius: 4px;
	overflow: hidden;
}












.right__fixed img {
	height: 400px;
	width: auto;
	max-width: 200%;
	position: absolute; /* Memungkinkan gambar diposisikan bebas */
    left: 50%; /* Menggeser gambar 50% ke kiri */
    transform: translateX(-50%);
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* Footer */
.footer__col {
	margin: 0 -20px;
}
.footer__w {
	float: left;
	width: 25%;
}
.footer__i {
	margin: 0 20px;
}

.footer {
	padding: 50px 0;
}



@media screen and (max-width: 982px) {
	.wrapper {
		overflow: hidden;
	}
	.ag__header {
	}
	#open__form {
		right: 70px;
	}
	.open__menu {
		display: block;
		right: 30px;
	}
	.pro__menu {
		position: fixed;
		top: -40px;
		bottom: -40px;
		right: 100%;
		width: 100%;
		height: auto;
		float: none;
		margin: 0;
		transition: all .15s ease;
		z-index: 10;
	}
	.pro__menu:after {
		content: '';
		position: absolute;
		top: -40px;
		bottom: -40px;
		right: 100%;
		width: 100%;
		height: auto;
		float: none;
		margin: 0;
		background: #fff;
		opacity: 0.85;
		z-index: 1;
	}
	.omenu .pro__menu,
	.omenu .pro__menu:after {
		right: 0;
	}
	.newnav.nav-mobile {
		position: relative;
		padding: 60px 30px;
		width: 200px;
		background: #fff;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		height: calc( 100% - 120px );
		z-index: 2;
	}
	.newnav.nav-mobile .accordion {
	  height: auto;
  }
.newnav.nav-mobile .accordion li {
        display: block;
		position: relative;
        float: none;
        text-align: left;
		line-height: 1.3;
		padding: 0;
    }
	.newnav.nav-mobile .accordion li a {
		position: relative;
        display: inline-block;
        float: none;
		text-transform: uppercase;
		line-height: 1.3;
		padding: 10px 0;
    }
	.newnav.nav-mobile .accordion li.menu-item-has-children:after {
        content: "";
    position: absolute;
    top: 8px;
    right: 4px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	border-radius: 14px;
	transition: all .3s ease;
}
	.newnav.nav-mobile .accordion li > a > span {
  position: absolute;
  top: calc(50% - 26px);
  left: calc( 100% - 10px );
  height: 16px;
  line-height: 16px;
  padding: 0 6px;
  font-size: 10px;
}
    .newnav.nav-mobile .accordion li > .sub-menu {
        padding: 0;
        position: relative;
        width: 100% !important;
		max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
	.newnav.nav-mobile .accordion li.active > .sub-menu {
		max-height: 500px; 
  height: auto;
	}
	
    .newnav.nav-mobile .accordion li > .sub-menu > li {
        width: 100%;
    }
	.newnav.nav-mobile .accordion li > .sub-menu > li > a {
		padding: 14px 20px 14px 15px;
	}
	.newnav.nav-mobile .accordion li > .sub-menu > li > ul > li > a {
		padding: 14px 20px 14px 30px;
	}
	
	#slideshow {
  margin: -120px -15% 0;
}
.pro__container {
	padding: 0 30px;
}
#slideloc {
		
		margin: -80px auto 80px;
	}
	.inner__id {
		max-width: 800px;
		margin: 0 auto;
	}
#pro__featured {
	margin: 0 auto;
}
.featured__title {
    float: none;
    width: 80%;
    margin: 0 0 30px;
  }
    .featured__text {
    float: none;
    width: 100%;
  }
  .featured__image {
	    float: none;
  width: auto;
  margin: 0 30px;
  }
  
  
.featured__meta {
  float: none;
  width: auto;
  margin: 0 30px;
  position: relative;
}
.featured__data {
  padding: 30px 0;
}
.data__price {
  position: static;
}
.featured__percent {
  top: -130px;
  left: calc( 100% - 180px );
}
#pro__featured .splide__pagination {
	bottom: 15px;
}
.is-visible .nego__slide, .is-visible .fix__slide {
	bottom: 20px;
}
  
  #pro__agent {
  padding: 60px 0;
}
.agent__pic {
  float: none;
  width: 60%;
  margin: 0 auto 45px;
}
.agent__contact {
  bottom: 30px;
  left: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 5px 0 0;
  font-size: 25px;
}
.agent__contact a {
	display: inline-block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 50px;
	border-radius: 50px;
	background: #ddd;
}
.agent__say {
  float: none;
  width: 100%;
}
.agent__prefix {
  font-size: 25px;
  margin: 0 0 25px;
}
.agent__name {
  font-size: 42px;
  margin: 0 0 22px;
}
.agent__text {
  font-size: 25px;
  margin: 0 0 30px;
}
.agent__social i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  margin: 0 8px 8px 0;
}



#pro__testimonial {
  padding: 55px 0;
}
.tes__top {
  position: relative;
  top: auto;
  float: none;
  width: auto;
}
.tes__heading {
  font-size: 42px;
  margin: 0 0 20px;
}
.tes__bottom {
  float: none;
  width: 100%;
}
.tes__text {
	font-size: 20px;
	margin: 0 0 40px;
}
.tes__box {
  margin: 0 0 24px 0;
  padding: 24px;
  border-radius: 10px;
}
.tes__box:nth-child(2n) {
  margin: 0 0 24px 0;
}
.single .tes__box {
	margin: 0 0 24px 0;
}
.tes__profile {
  width: 90px;
}
.tes__photo {
  width: 70px;
  height: 70px;
}
.tes__con {
  width: calc( 100% - 90px );
  font-size: 20px;
}
.tes__profesi {
	margin: 0 0 14px;
	font-size: 18px;
}
.tes__rate {
font-size: 18px;
margin: 0 0 14px;
}

#listing {
  padding: 55px 0 5px;
}
.listing__out .just__clear:nth-child(4n) {
	display: block;
}
  .list__block {
  width: 50%;
}

.footer__w {
  float: none;
  width: 100%;
}
#pro__widget {
  padding: 55px 0;
}
.side__main {
  float: none;
  width: 100%;
}
.side__sub {
	width: 100%;
	float: none;
	position: static;
}
.pro__tess {
  column-count: 1;
}


.single__image {
  float: none;
  width: 100%;
}
.single__meta {
	float: none;
	width: auto;
    max-width: 800px;
    margin: 0 auto;
  }
  .single__data {
  padding: 80px 0;
}
.single__box {
margin: 0;
}
.single__left {
  float: none;
  width: 100%;
  margin: 0 0 50px;
}
.left__inner h4 {
  margin: 30px 0;
}
.primer__data {
  margin: 0 0 50px;
}
.property__data,
.detail__video,
.detail__maps {
  margin: 0 0 30px;
}
.single__right {
  position: relative;
  width: auto;
  max-width: 600px;
  float: none;
  top: auto;
  margin: 0 auto;
}
}
@media screen and (max-width: 720px) {
	 #slideshow {
    margin: -120px -50% 0;
    width: 200%;
  }
.slide__box {
	bottom: 130px;
}
.slide__title {
	max-width: 100%;
	margin: 0 calc( 25% + 30px );
	font-size: 45px;
}
  .single__data {
    padding: 80px 30px;
  }

}
@media screen and (max-width: 640px) {
	
.wrapper {
		padding: 110px 0 0;
	}
	.pro__container {
    padding: 0 28px;
  }
	.ag__header {
		height: 50px;
		padding: 30px 0;
	}
	.pro__logo {
		height: 50px;
		padding: 0;
	}
	.pro__logo a,
	.pro__logo img {
		height: 50px;
	}
	
	#open__form {
		top: 7px;
		right: 60px;
	}
	.open__menu {
		top: 7px;
		right: 28px;
	}
	 #slideshow {
    margin: -110px -50% 0;
  }
.slide__box {
	bottom: 116px;
}
.slide__title {
	margin: 0 calc( 25% + 28px );
	font-size: 40px;
}
  #slideloc {
    margin: -70px auto 70px;
  }
  
.featured__title {
  font-size: 45px;
  margin: 0 0 16px;
}
.featured__head {
  margin: 0 auto 70px;
}


.data__title {
  font-size: 40px;
  margin: 0 0 28px;
}
.data__loc {
  font-size: 22px;
}
.data__price {
  font-size: 30px;
  height: 34px;
  line-height: 34px;
  position: static;
}
.real__discount {
  width: 42px;
  height: 34px;
  line-height: 34px;
  font-size: 60%;
}
.featured__percent {
  top: -115px;
  left: calc( 100% - 170px );
  transform: scale(0.9);
}
#pro__featured .splide__pagination {
  left: auto;
  right: 10px;
}




#pro__agent {
  padding: 60px 0;
}
.agent__pic {
  float: none;
  width: 60%;
  margin: 0 auto 45px;
}
.agent__contact {
  bottom: 30px;
  left: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 5px 0 0;
  font-size: 25px;
}
.agent__contact a {
	display: inline-block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 50px;
	border-radius: 50px;
	background: #ddd;
}
.agent__say {
  float: none;
  width: 100%;
}
.agent__prefix {
  font-size: 25px;
  margin: 0 0 25px;
}
.agent__name {
  font-size: 42px;
  margin: 0 0 22px;
}
.agent__text {
  font-size: 25px;
  margin: 0 0 30px;
}
.agent__social i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  margin: 0 8px 8px 0;
}
#pro__testimonial {
  padding: 55px 0;
}
.tes__top {
  position: relative;
  top: auto;
  float: none;
  width: auto;
}
.tes__heading {
  font-size: 42px;
  margin: 0 0 20px;
}
.tes__bottom {
  float: none;
  width: 100%;
}
.tes__text {
	font-size: 20px;
	margin: 0 0 40px;
}
.tes__box {
  margin: 0 0 24px 0;
  padding: 24px;
}
.tes__box:nth-child(2n) {
  margin: 0 0 24px 0;
}
.tes__profile {
  width: 90px;
}
.tes__photo {
  width: 70px;
  height: 70px;
}
.tes__con {
  width: calc( 100% - 90px );
  font-size: 20px;
}
.tes__profesi {
	margin: 0 0 14px;
	font-size: 18px;
}
.tes__rate {
font-size: 18px;
margin: 0 0 14px;
}
.searching {
	margin: 260px 30px 0;
} 

}
@media screen and (max-width: 600px) {
	.wrapper {
		padding: 106px 0 0;
	}
	.pro__container {
    padding: 0 22px;
  }
	.ag__header {
		height: 50px;
		padding: 28px 0;
	}
	.pro__logo {
		height: 50px;
		padding: 0;
	}
	.pro__logo a,
	.pro__logo img {
		height: 50px;
	}
	
	#open__form {
		top: 7px;
		right: 60px;
	}
	.open__menu {
		top: 7px;
		right: 22px;
	}
	
	 #slideshow {
    margin: -106px -50% 0;
  }
.slide__box {
	bottom: 110px;
}
.slide__title {
	margin: 0 calc( 25% + 22px );
	font-size: 36px;
}
#slideloc {
    margin: -68px auto 68px;
  }
  
.featured__title {
  font-size: 42px;
  margin: 0 0 15px;
}
.featured__head {
  margin: 0 auto 68px;
}



.data__title {
  font-size: 34px;
  margin: 0 0 24px;
}
.data__loc {
  font-size: 20px;
}
.data__price {
  font-size: 26px;
  height: 30px;
  line-height: 30px;
  position: static;
}
.real__discount {
  width: 36px;
  height: 30px;
  line-height: 30px;
  font-size: 60%;
}
.featured__percent {
  top: -105px;
  left: calc( 100% - 160px );
  transform: scale(0.8);
}





#pro__agent {
  padding: 55px 0;
}
.agent__pic {
  float: none;
  width: 60%;
  margin: 0 auto 42px;
}
.agent__contact {
  bottom: 30px;
  left: 0;
  height: 55px;
  line-height: 55px;
  padding: 0 5px 0 0;
  font-size: 22px;
}
.agent__contact a {
	display: inline-block;
	text-align: center;
	height: 45px;
	line-height: 45px;
	width: 45px;
	border-radius: 45px;
	background: #ddd;
}
.agent__say {
  float: none;
  width: 100%;
}
.agent__prefix {
  font-size: 22px;
  margin: 0 0 22px;
}
.agent__name {
  font-size: 38px;
  margin: 0 0 20px;
}
.agent__text {
  font-size: 22px;
  margin: 0 0 28px;
}
.agent__social i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 25px;
  margin: 0 8px 8px 0;
}

#pro__testimonial {
  padding: 55px 0 35px;
}
.tes__top {
  position: relative;
  top: auto;
  float: none;
  width: auto;
}
.tes__heading {
  font-size: 38px;
  margin: 0 0 20px;
}
.tes__bottom {
  float: none;
  width: 100%;
}
.tes__text {
	font-size: 20px;
	margin: 0 0 40px;
}
.tes__box {
  margin: 0 0 24px 0;
  padding: 24px;
}
.tes__box:nth-child(2n) {
  margin: 0 0 24px 0;
}
.tes__profile {
  width: 90px;
}
.tes__photo {
  width: 70px;
  height: 70px;
}
.tes__con {
  width: calc( 100% - 90px );
  font-size: 20px;
}
.tes__profesi {
	margin: 0 0 14px;
	font-size: 18px;
}
.tes__rate {
font-size: 18px;
margin: 0 0 14px;
}


.list__price {
  left: 10px;
  right: 30px;
  bottom: 15px;
  font-size: 20px;
  line-height: 22px;
}
.list__image .list__label {
  bottom: 15px;
  right: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  font-size: 12px;
}
.list__price span {
  font-size: 14px;
}
.list__taxonomy {
  padding: 10px 0 5px;
  font-size: 14px;
}
.list__title {
  font-size: 16px;
}

.just__text {
  font-size: 18px;
}
.pro__left {
  float: none;
  width: 100%;
}
.pro__right {
	width: 100%;
	float: none;
	position: static;
}

.single__data {
    padding: 55px 22px;
  }
  .single__title {
  font-size: 38px;
  margin: 0 0 20px;
}
.single__box {
  padding: 25px;
  border-radius: 6px;
}
.single__loc {
  font-size: 20px;
}
.single__price {
  font-size: 32px;
  height: 40px;
 line-height: 40px;
}
}
@media screen and (max-width: 533px) {
	.wrapper {
		padding: 95px 0 0;
	}
	.pro__container {
    padding: 0 20px;
  }
	.ag__header {
		height: 45px;
		padding: 25px 0;
	}
	.pro__logo {
		height: 45px;
		padding: 0;
	}
	.pro__logo a,
	.pro__logo img {
		height: 45px;
	}
	
	#open__form {
		top: 4px;
		right: 58px;
	}
	.open__menu {
		top: 4px;
		right: 20px;
	}
	#slideshow {
    margin: -95px -50% 0;
  }
.slide__box {
	bottom: 96px;
}
.slide__title {
	margin: 0 calc( 25% + 20px );
	font-size: 32px;
}
#slideloc {
    margin: -60px auto 60px;
  }
  
.featured__title {
  font-size: 38px;
  margin: 0 0 14px;
}
.featured__head {
  margin: 0 auto 60px;
}


.data__title {
  font-size: 32px;
  margin: 0 0 22px;
}
.data__loc {
  font-size: 18px;
}
.data__price {
  font-size: 25px;
  height: 28px;
  line-height: 28px;
  position: static;
}
.real__discount {
  width: 34px;
  height: 28px;
  line-height: 28px;
  font-size: 60%;
}
.featured__percent {
  top: -100px;
  left: calc( 100% - 130px );
  transform: scale(0.6);
}





#pro__agent {
  padding: 48px 0;
}
.agent__pic {
  float: none;
  width: 60%;
  margin: 0 auto 36px;
}
.agent__contact {
  bottom: 24px;
  left: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 5px 0 0;
  font-size: 18px;
}
.agent__contact a {
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 40px;
	border-radius: 40px;
	background: #ddd;
}
.agent__say {
  float: none;
  width: 100%;
}
.agent__prefix {
  font-size: 18px;
  margin: 0 0 18px;
}
.agent__name {
  font-size: 34px;
  margin: 0 0 18px;
}
.agent__text {
  font-size: 18px;
  margin: 0 0 36px;
}
.agent__social i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  margin: 0 5px 5px 0;
}


#pro__testimonial {
  padding: 48px 0 28px;
}
.tes__top {
  position: relative;
  top: auto;
  float: none;
  width: auto;
}
.tes__heading {
  font-size: 34px;
  margin: 0 0 18px;
}
.tes__bottom {
  float: none;
  width: 100%;
}
.tes__text {
	font-size: 20px;
	margin: 0 0 36px;
}
.tes__box {
  margin: 0 0 24px 0;
  padding: 24px;
}
.tes__box:nth-child(2n) {
  margin: 0 0 24px 0;
}
.tes__profile {
  width: 70px;
}
.tes__photo {
  width: 50px;
  height: 50px;
}
.tes__con {
  width: calc( 100% - 70px );
  font-size: 20px;
}
.tes__profesi {
	margin: 0 0 14px;
	font-size: 18px;
}
.tes__rate {
font-size: 18px;
margin: 0 0 14px;
}
#listing {
  padding: 48px 0 10px;
}



.list__price {
  left: 10px;
  right: 30px;
  bottom: 15px;
  font-size: 20px;
  line-height: 22px;
}
.list__image .list__label {
  bottom: 15px;
  right: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  font-size: 12px;
}
.list__price span {
  font-size: 14px;
}
.list__taxonomy {
  padding: 10px 0 5px;
  font-size: 14px;
}
.list__title {
  font-size: 16px;
}


#pro__widget {
  padding: 48px 0;
}

.single__data {
    padding: 48px 20px;
  }
.single__title {
  font-size: 36px;
  margin: 0 0 18px;
}
.single__box {
  padding: 25px;
  border-radius: 6px;
}
.single__loc {
  font-size: 20px;
}
.single__price {
  font-size: 30px;
  height: 35px;
 line-height: 35px;
}
}
@media screen and (max-width: 480px) {
	.wrapper {
		padding: 86px 0 0;
	}
	.pro__container {
    padding: 0 18px;
  }
	.ag__header {
		height: 42px;
		padding: 22px 0;
	}
	.pro__logo {
		height: 42px;
		padding: 0;
	}
	.pro__logo a,
	.pro__logo img {
		height: 42px;
	}
	#open__form {
		top: 3px;
		right: 56px;
	}
	.open__menu {
		top: 3px;
		right: 18px;
	}
	#slideshow {
    margin: -86px -50% 0;
  }
.slide__box {
	bottom: 86px;
}
.slide__title {
	margin: 0 calc( 25% + 18px );
	font-size: 30px;
}
#slideloc {
    margin: -52px auto 52px;
  }
  
.featured__title {
  font-size: 34px;
  margin: 0 0 12px;
}
.featured__text {
  font-size: 18px;
}
.featured__head {
  margin: 0 auto 52px;
}


 .featured__data {
    padding: 34px 0;
  }



.data__title {
  font-size: 28px;
  margin: 0 0 20px;
}
.data__loc {
  font-size: 16px;
}
.data__price {
  font-size: 22px;
  height: 24px;
  line-height: 24px;
  position: static;
}
.real__discount {
  width: 30px;
  height: 24px;
  line-height: 24px;
  font-size: 60%;
}
.featured__percent {
  top: -100px;
  left: calc( 100% - 130px );
  transform: scale(0.6);
}


#pro__agent {
  padding: 45px 0;
}
.agent__pic {
  float: none;
  width: 60%;
  margin: 0 auto 34px;
}
.agent__contact {
  bottom: 23px;
  left: 0;
  height: 52px;
  line-height: 52px;
  padding: 0 6px 0 0;
  font-size: 18px;
}
.agent__contact a {
	display: inline-block;
	text-align: center;
	height: 42px;
	line-height: 42px;
	width: 42px;
	border-radius: 42px;
	background: #ddd;
}
.agent__say {
  float: none;
  width: 100%;
}
.agent__prefix {
  font-size: 18px;
  margin: 0 0 18px;
}
.agent__name {
  font-size: 32px;
  margin: 0 0 17px;
}
.agent__text {
  font-size: 18px;
  margin: 0 0 34px;
}
.agent__social i {
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 25px;
  margin: 0 6px 6px 0;
}




#pro__testimonial {
  padding: 45px 0;
}
.tes__top {
  position: relative;
  top: auto;
  float: none;
  width: auto;
}
.tes__heading {
  font-size: 34px;
  margin: 0 0 17px;
}
.tes__bottom {
  float: none;
  width: 100%;
}
.tes__text {
	font-size: 18px;
	margin: 0 0 34px;
}
.tes__box {
  margin: 0 0 22px 0;
  padding: 22px;
}
.tes__box:nth-child(2n) {
  margin: 0 0 22px 0;
}
.tes__profile {
  width: 70px;
}
.tes__photo {
  width: 50px;
  height: 50px;
}
.tes__con {
  width: calc( 100% - 70px );
  font-size: 18px;
}
.tes__profesi {
	margin: 0 0 12px;
	font-size: 16px;
}
.tes__rate {
font-size: 16px;
margin: 0 0 12px;
}


#pro__widget {
  padding: 45px 0;
}
.pro___content {
padding: 45px 0 0;
}
.single__data {
    padding: 45px 18px;
  }
  .single__title {
  font-size: 34px;
  margin: 0 0 17px;
}
.single__box {
  padding: 22px;
  border-radius: 6px;
}
.single__loc {
  font-size: 18px;
}
.single__price {
  font-size: 27px;
  height: 32px;
  line-height: 32px;
}
.galleria {
  padding: 40px 15px;
}
.galleria h3 {
  margin: 0 0 20px;
  font-size: 22px;
}
.galleria img {
	height: 200px;
}
.left__inner h4 {
    margin: 20px 0;
	font-size: 28px;
  }
  .primer__data {
  font-size: 16px;
  margin: 0 0 30px 0;
}
.single__pjp {
  padding: 20px 0;
}
.property__data {
  padding: 20px;
}
.property__data h3 {
  font-size: 22px;
  margin: 0 0 15px;
}
.detail__data {
  float: none;
  width: calc( 100% - 30px );
  margin: 0 15px;
  padding: 8px 0;
  font-size: 16px;
}
.inner__right {
  margin: 0;
}
.right__section {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  height: 250px;
  margin: 0 0 20px;
}
.right__fixed {
  float: none;
  width: 250px;
  margin: 0 auto;
  height: 400px;
}
.single__bottom {
  padding: 0 0 30px;
}
}
@media screen and (max-width: 420px) {
	.wrapper {
		padding: 76px 0 0;
	}
	.pro__container {
    padding: 0 16px;
  }
	.ag__header {
		height: 36px;
		padding: 20px 0;
	}
	.pro__logo {
		height: 36px;
		padding: 0;
	}
	.pro__logo a,
	.pro__logo img {
		height: 36px;
	}
	#open__form {
		top: 0;
		right: 54px;
	}
	.open__menu {
		top: 0;
		right: 16px;
	}
	#slideshow {
    margin: -76px -50% 0;
  }
.slide__box {
	bottom: 76px;
}
.slide__title {
	margin: 0 calc( 25% + 16px );
	font-size: 26px;
}
#slideloc {
    margin: -46px auto 46px;
  }
	
	
	
	
.loc__image span {
	padding: 60px 20px 10px;
	font-size: 13px;
}

.featured__head {
  margin: 0 auto 50px;
}
.featured__title {
  font-size: 30px;
  margin: 0 0 10px;
}
.featured__text {
  font-size: 16px;
}
.featured__image {
  margin: 0 15px;
}
.featured__meta {
  margin: 0 15px;
}
.featured__data {
  padding: 30px 0;
}
.data__title {
  font-size: 28px;
  margin: 0 0 20px;
}
.data__loc {
  font-size: 16px;
}
.data__price {
  font-size: 22px;
  height: 24px;
  line-height: 24px;
  position: static;
}
.real__discount {
  width: 30px;
  height: 24px;
  line-height: 24px;
  font-size: 60%;
}
.featured__percent {
  top: -90px;
  left: calc( 100% - 130px );
  transform: scale(0.6);
}
#pro__featured .splide__pagination {
	bottom: 15px;
}
.nego__slide, .fix__slide {
  left: 15px;
  bottom: 130px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 14px;
}
.is-visible .nego__slide, .is-visible .fix__slide {
	bottom: 20px;
}
.featured__call {
  top: 20px;
  right: 15px;
  width: 40px;
  z-index: 2;
}
.featured__call i {
	font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
}



.searching {
	margin: 150px 15px 0;
	padding: 20px;
}
.search__column {
	float: none;
	width: 100%;
	
}


#pro__agent {
  padding: 40px 0;
}
.agent__pic {
  float: none;
  width: 60%;
  margin: 0 auto 30px;
}
.agent__contact {
  bottom: 20px;
  left: 0;
  height: 46px;
  line-height: 46px;
  padding: 0 5px 0 0;
  font-size: 16px;
}
.agent__contact a {
	display: inline-block;
	text-align: center;
	height: 36px;
	line-height: 36px;
	width: 36px;
	border-radius: 36px;
	background: #ddd;
}
.agent__say {
  float: none;
  width: 100%;
}
.agent__prefix {
  font-size: 16px;
  margin: 0 0 16px;
}
.agent__name {
  font-size: 28px;
  margin: 0 0 15px;
}
.agent__text {
  font-size: 16px;
  margin: 0 0 30px;
}
.agent__social i {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 23px;
  margin: 0 5px 5px 0;
}



#pro__testimonial {
  padding: 40px 0 20px;
}
.tes__top {
  position: relative;
  top: auto;
  float: none;
  width: auto;
}
.tes__heading {
  font-size: 28px;
  margin: 0 0 15px;
}
.tes__bottom {
  float: none;
  width: 100%;
}
.tes__text {
	font-size: 16px;
	margin: 0 0 30px;
}
.tes__box {
  margin: 0 0 20px 0;
  padding: 20px;
}
.tes__box:nth-child(2n) {
  margin: 0 0 20px 0;
}
.tes__profile {
  width: 70px;
}
.tes__photo {
  width: 50px;
  height: 50px;
}
.tes__con {
  width: calc( 100% - 70px );
  font-size: 16px;
}
.tes__profesi {
	margin: 0 0 10px;
	font-size: 14px;
}
.tes__rate {
font-size: 14px;
margin: 0 0 10px;
}


#listing {
  padding: 40px 0 10px;
}

.listing__out {
  margin: 0 -5px;
}

.list__in {
  margin: 0 5px 25px;
  position: relative;
  z-index: 1;
}


.list__price {
  left: 10px;
  right: 30px;
  bottom: 15px;
  font-size: 20px;
  line-height: 22px;
}
.list__image .list__label {
  bottom: 15px;
  right: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  font-size: 12px;
}
.list__price span {
  font-size: 14px;
}
.list__taxonomy {
  padding: 10px 0 5px;
  font-size: 14px;
}
.list__title {
  font-size: 16px;
}

#pro__widget {
  padding: 40px 0;
}
.widget_block {
  font-size: 15px;
}
.footer {
	padding: 25px 0;
}
.just__text {
  font-size: 16px;
}

.pro__pagination span,
.pro__pagination a {
	width: 26px;
	line-height: 26px;
	line-height: 26px;
	font-size: 14px;
}
.pro___content {
padding: 40px 0 0;
}
.single__data {
    padding: 30px 16px;
  }
  .single__title {
  font-size: 28px;
  margin: 0 0 15px;
}
.single__box {
  padding: 20px;
  border-radius: 6px;
}
.single__loc {
  font-size: 16px;
}
.single__price {
  font-size: 24px;
  height: 28px;
  line-height: 28px;
}
.single__add {
  font-size: 18px;
  margin: 0 30px 30px 0;
  padding: 0 0 0 45px;
}
.single__add:before {
  top: 5px;
  height: 14px;
  width: 14px;
}
.single__percent {
  bottom: -50px;
  right: -10px;
  transform: scale(0.6);
}
.galleria {
  padding: 40px 15px;
}
.galleria h3 {
  margin: 0 0 20px;
  font-size: 22px;
}
.galleria img {
	height: 200px;
}
.left__inner h4 {
    margin: 20px 0;
	font-size: 28px;
  }
  .primer__data {
  font-size: 16px;
  margin: 0 0 30px 0;
}
.single__pjp {
  padding: 20px 0;
}
.property__data {
  padding: 20px;
}
.property__data h3 {
  font-size: 22px;
  margin: 0 0 15px;
}
.detail__data {
  float: none;
  width: calc( 100% - 30px );
  margin: 0 15px;
  padding: 8px 0;
  font-size: 16px;
}
.inner__right {
  margin: 0;
}
.right__section {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  height: 250px;
  margin: 0 0 20px;
}
.right__fixed {
  display: none;
}
.single__bottom {
  padding: 0 0 30px;
}
.single__right {
	margin: 0 auto 70px;
}
.tes__text {
  font-size: 16px;
  margin: 0 0 20px;
}
.tes__more {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 24px;
}
}

@media screen and (max-width: 380px) {
	.wrapper {
		padding: 68px 0 0;
	}
	.pro__container {
    padding: 0 14px;
  }
	.ag__header {
		height: 32px;
		padding: 18px 0;
	}
	.pro__logo {
		height: 32px;
		padding: 0;
	}
	.pro__logo a,
	.pro__logo img {
		height: 32px;
	}
	#open__form {
		top: -2px;
		right: 52px;
	} 
	.open__menu {
		top: -2px;
		right: 14px;
	}
	
	#slideshow {
    margin: -68px -50% 0;
  }
.slide__box {
	bottom: 68px;
}
.slide__title {
	margin: 0 calc( 25% + 14px );
	font-size: 24px;
}
#slideloc {
    margin: -42px auto 42px;
  }
  
.featured__title {
  font-size: 27px;
  margin: 0 0 9px;
}
.featured__text {
  font-size: 14px;
}

 .featured__data {
    padding: 26px 0;
  }
  .data__title {
  font-size: 24px;
  margin: 0 0 18px;
}
.data__loc {
  font-size: 14px;
}
.data__price {
  font-size: 20px;
  height: 22px;
  line-height: 22px;
}
.real__discount {
  width: 26px;
  height: 22px;
  line-height: 22px;
  font-size: 60%;
}
.featured__percent {
  top: -100px;
  left: calc( 100% - 130px );
  transform: scale(0.6);
}





#pro__agent {
  padding: 36px 0;
}
.agent__pic {
  margin: 0 auto 27px;
}
.agent__contact {
  bottom: 18px;
  left: 0;
  height: 42px;
  line-height: 42px;
  padding: 0 4px 0 0;
  font-size: 14px;
}
.agent__contact a {
	display: inline-block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	width: 32px;
	border-radius: 32px;
	background: #ddd;
}
.agent__say {
  float: none;
  width: 100%;
}
.agent__prefix {
  font-size: 14px;
  margin: 0 0 14px;
}
.agent__name {
  font-size: 25px;
  margin: 0 0 13px;
}
.agent__text {
  font-size: 14px;
  margin: 0 0 27px;
}
.agent__social i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 23px;
  margin: 0 4px 4px 0;
}



#pro__testimonial {
  padding: 36px 0;
}
.tes__heading {
  font-size: 25px;
  margin: 0 0 13px;
}
.tes__bottom {
  float: none;
  width: 100%;
}
.tes__text {
	font-size: 14px;
	margin: 0 0 26px;
}
.tes__box {
  margin: 0 0 18px 0;
  padding: 18px;
}
.tes__box:nth-child(2n) {
  margin: 0 0 18px 0;
}
.tes__profile {
  width: 60px;
}
.tes__photo {
  width: 45px;
  height: 45px;
}
.tes__con {
  width: calc( 100% - 60px );
  font-size: 14px;
}
.tes__profesi {
	margin: 0 0 8px;
	font-size: 12px;
}
.tes__rate {
font-size: 12px;
margin: 0 0 8px;
}


#listing {
  padding: 36px 0 10px;
}
#pro__widget {
  padding: 36px 0;
}
.just__text {
  padding: 0 0 30px;
  font-size: 14px;
}
.pro___content {
padding: 36px 0 0;
}
.single__data {
    padding: 36px 14px;
  }
  .single__title {
  font-size: 25px;
  margin: 0 0 13px;
}
.single__box {
  padding: 15px;
  border-radius: 6px;
}
.single__loc {
  font-size: 15px;
}
.single__price {
  font-size: 22px;
  height: 26px;
  line-height: 26px;
}
}