@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
body, html{
    font-family: "Figtree", sans-serif;
}
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #29d;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}
.rowPagras div{
}
.header.detailsps .logo{
    max-width: 85px;
}
.header .logo{
    max-width: 195px;
    width: 100%;
    padding: 17px 0px;
    border-radius: 5px;
}
.header-normal .logo {
    max-width: 120px;
    width: 100%;
    border-radius: 5px;
}
.header-normal .pull-menu a,
.header .pull-menu a{
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
    text-transform: capitalize;
    font-size: 15px;
    color: #222;
    font-weight: normal;
}
.header-normal .pull-menu a:hover{
    transition-duration: .2s;
    color: #761965;
}
.header-normal .pull-menu a:hover:before {
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition-timing-function: ease;
}
.header-normal .pull-menu a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 11px;
    left: 14px;
    right: 14px;
    height: 2px;
    background-color: #761965;
    z-index: 2;
    will-change: transform, color;
    transform: scaleX(0);
    transition: transform .35s;
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transform-origin: 100% 50%;
}
.header{
    padding: 20px 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}
.header-normal{
    padding: 11px 30px;
    background: #f5f1e9;
}
.homepage{
    background: url('../images/home/hero.jpg') center bottom no-repeat;
    background-size: cover;
    min-height: 800px;
    padding-top: 150px;
    padding-bottom: 100px;
}
.homepage .h2{
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
.homepage {
    text-align: center;
}
.homepage h1{
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    color: #fff;
    text-shadow: 1px 2px 4px #333;
    margin: 0 auto 10px auto;
    text-align: center;
    padding: 0px 15px;
    font-size: 48px;
    font-weight: 650;
}
.homepage .search-homepage .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.homepage .search-homepage .select2-container .select2-selection--single .select2-selection__rendered:before{
    content: "";
    position: absolute;
    top: 18px;
    opacity: .3;
    left: 12px;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcwIDcwIiBoZWlnaHQ9IjcwcHgiIGlkPSJJY29ucyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNzAgNzAiIHdpZHRoPSI3MHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNTEuOTU3LDQ5LjEyOWwtOC43MTMtOC43MTNjMS43NS0yLjMzNywyLjc5OS01LjIyOSwyLjc5OS04LjM3M2MwLTcuNzMyLTYuMjY4LTE0LTE0LTE0cy0xNCw2LjI2OC0xNCwxNHM2LjI2OCwxNCwxNCwxNCAgYzMuMTQ0LDAsNi4wMzYtMS4wNDksOC4zNzMtMi43OTlsOC43MTMsOC43MTNMNTEuOTU3LDQ5LjEyOXogTTIyLjA0MywzMi4wNDNjMC01LjUxNCw0LjQ4Ni0xMCwxMC0xMGM1LjUxNCwwLDEwLDQuNDg2LDEwLDEwICBjMCw1LjUxNC00LjQ4NiwxMC0xMCwxMEMyNi41MjksNDIuMDQzLDIyLjA0MywzNy41NTcsMjIuMDQzLDMyLjA0M3oiLz48L3N2Zz4=')center center no-repeat;
    background-size: 100% auto;
}
.homepage .search-homepage .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 50px;
}
.homepage .search-homepage .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 65px;
}
.homepage .search-homepage .select2-container .select2-selection--single{
    height: 64px;
    border: 1px solid #e6e6e6;
}
.homepage .search-homepage{
    background: #F9F9F6;
    position: relative;
    box-shadow: 0px 16px 64px rgb(0 0 0 / 8%);
    padding: 3px;
    border-radius: 12px;
    max-width: 550px;
    width: 90%;
    margin: 32px auto 100px auto;
}
.homepage img{
    width: 100%;
}
.titleTop {
    padding-top: 100px;
    background: linear-gradient(to bottom,  rgba(230,224,226,1) 0%,rgba(255,255,255,1) 100%);
}
.titleTop h1{
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    padding: 30px 0 10px 0;
    text-align: center;
}
.titleTop span{
    text-align: center;
    display: block;
    font-size: 16px;
}
.cont--topc{
    padding: 50px 0;
}
.text-center{
    text-align: center;
}
.cont--oder p,
.cont--oder h1{
    padding: 0;
    margin: 0;
    text-align: left;
}
.cont--oder p {
    padding-top: 10px;
    font-size: 16px;
    padding-bottom: 30px;
}
.cont--oder{
    text-align: center;
}
.cont--oder img{
    width: 100%;
}
.img-100p{
    width: 100%;
}
.cols-d-see ul li i{
    padding-right: 5px;
    float: left;
    font-size: 24px;
    margin-top: -2px;
    margin-right: 2px;
    color: #8d1f76;
}
.cols-d-see ul li{
    padding: 7px 0;
    list-style: none;
    font-size: 15px;
    font-weight: 700;
}
.cols-d-see .pl102 img{
    margin-right: 20px;
}
.cols-d-see .pl102{
    padding-left: 40px;
}
.cols-d-see h1{
    padding-top: 40px;
}
.cols-d-see{
    padding-top: 67px;
}
.cols-d-see ul {
    padding: 0;
    margin: 10px 0 40px 5px;
}
.css-1v3e8gc a:hover{
    background: #333;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}
.css-1v3e8gc a{
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 32px;
    border: 1px solid #222;
}
.css-49034ds p{
    padding: 5px 0 30px 0;
    margin: 0;
}
.css-49034ds h2{
    margin: 0;
    padding: 0px 0 5px 0;
    font-size: 23px;
}
.css-1v3e8gc p{
    font-size: 15px;
    line-height: 25px;
}
.css-1v3e8gc h1{
    padding-top: 40px;
}
.css-1v3e8gc{
    border: 1px solid #ececec;
    background: #F9F9F6 url('../images/20240925/atlasgo-partner.png') bottom right no-repeat;
    border-radius: 20px;
    min-height: 400px;
    padding: 40px 70px;
    margin-top: 120px;
    margin-bottom: 50px;
}
.clear{
    clear: both;
}
.css-230kj32 {
    padding: 50px 0;
}
.css-230kj32 .rowFindPage{
    margin-bottom: 40px;
}
.css-4982sjk{
    margin-top: 100px;
}
.css-4982sjk .css-23ttokd .sdesctoogle.active:before{
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLXVwIiBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwb2x5bGluZSBwb2ludHM9IjE4IDE1IDEyIDkgNiAxNSIvPjwvc3ZnPg==')center center no-repeat;
    background-size: 100%;
    transition: all 0.5s ease;
}
.css-4982sjk .css-23ttokd .sdesctoogle:before{
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLWRvd24iIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiLz48L3N2Zz4=')center center no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    right: 15px;
    top: 25px;
    width: 25px;
    height: 25px;
    transition: all 0.5s ease;
}
.css-4982sjk .css-23ttokd .desctoogle.active{
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    display: block;
}
.css-4982sjk .css-23ttokd .desctoogle ul li:hover{
    text-decoration: underline;
}
.css-4982sjk .css-23ttokd .desctoogle ul li{
    list-style: none;
    padding: 6px 0;
    cursor: pointer;
    width: 50%;
    float: left;
}
.css-4982sjk .css-23ttokd .desctoogle ul{
    padding: 0;
    margin: 0;
}
.css-4982sjk .css-23ttokd .desctoogle{
    display: none;
    padding: 20px;
}
.css-4982sjk .css-23ttokd .sdesctoogle.active{
    border-bottom: 1px solid #fff;
}
.css-4982sjk .css-23ttokd .sdesctoogle{
    font-size: 25px;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    padding: 20px 15px;
    display: block;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.Footer_header__1DmIP {
    font-weight: normal;
    text-transform: uppercase;
    color: #dfe2e4;
}
.footer .Footer_right__3VjP5 h4,
.footer .Footer_privacy__UZXXy h4,
.footer .Footer_noWrap__1gkev h4{
    color: #dfe2e4;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
}
.footer .Footer_right__3VjP5 a,
.footer .Footer_privacy__UZXXy a,
.footer .Footer_noWrap__1gkev a{
    display: block;
    padding: 4px 0;
    font-size: 14px;
    color: #fff;
}
.footer{
    font-family: "Figtree", sans-serif;
    padding: 40px 0;
    background: #25323e;
    color:#dfe2e4
}
.pdfsk4-1{
    padding: 5px 0;
    display: block;
}
.Footer_followUs__1WEx4{
    padding-top: 10px;
}
.Footer_followUs__1WEx4 a{
    margin: 0 5px;
}
.copasas{
    margin-top: 40px;
    padding: 40px 0 10px 0;
    color: #9e9e9e;
    text-align: center;
    border-top: 1px solid #414a52;
}
.rowSlider3 div img{
    margin: 0 auto;
}
.rowSlider3 div{
    text-align: center;
}
.p-5{
    padding: 5px;
}
.rowFindPage img{
    width: 100%;
}
.pull-rights{
    float: right;
}
.pull-lefts{
    float: left;
}
.rowRentingmadeeasy img{
    height: 230px;
    width: auto !important;
    margin: 0 auto;
}
.rowRentingmadeeasy h2 {
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 7px;
    font-weight: 600;
}
.rowRentingmadeeasy p{
    max-width: 240px;
    width: 90%;
    margin: 0 auto;
}
.rowRentingmadeeasy{
    padding-bottom: 150px;
}
.rowPopularcitie .p-5 div{
    height: 200px;
    border-radius: 10px;
}
.rowPopularcitie h2{
    padding-bottom: 18px;
    padding-top: 9px;
    margin-top: 0px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
}
.rowPagras .fnsd span{
    font-size: 18px;
}
.rowPagras .fnsd h1{
    
    font-size: 30px;
    width: 71%;
}
.mt2{
    max-width: 180px;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 20px;
}
.css-230kj32 .pull-rights a{
    display: block;
    margin-top: 30px;
    margin-right: 7px;
    text-decoration: underline;
    font-size: 14px;
    color: #333;
}
.finds-pages .rowFindImgs .p-5s {
    position: relative;
}
.finds-pages .topleft div.hijau{
    background: #04a680;
}
.finds-pages .topleft div.ungu{
    background: #105e8c;
}
.finds-pages .topleft div.merah{
    background: #d20505;
}
.finds-pages .topleft div i{
    display: inline-block;
    margin-right: 3px;
}
.finds-pages .topleft div.merah,
.finds-pages .topleft div.hijau,
.finds-pages .topleft div.ungu{
    padding: 4px 10px 4px 7px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}
.finds-pages .bottomright{
    z-index: 8;
    background: #fff url('../images/9026779_map_pin_thin_icon.svg')center center no-repeat;
    background-size: 25px auto;
    border-radius: 5px;
    position: absolute;
    color: #333;
    width: 35px;
    height: 35px;
    cursor: pointer;
    bottom: 20px;
    right: 25px;
}
.finds-pages .topleft{
    z-index: 1;
    position: absolute;
    top: 7px;
    left: 7px;
}
.finds-pages .rowFindImgs.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.finds-pages .titles{
    padding-bottom: 20px;
    color: #999;
}
.finds-pages .titles h2{
    padding: 0;
    margin: 0;
    color: #222;
}
.finds-pages .rowFindImgs img{
    max-width: 450px;
    width: 100%;
}
.relative .bottomleft{
    position: absolute;
    bottom: 0;
    left: 15px;
    border-radius: 5px 5px 0px 0 ;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    z-index: 3;
}
.relative{
    position: relative;
}
.finds-pages .beadtrum i{
    padding-right: 15px;
}
.finds-pages .beadtrum{
    color: #aaa;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 10px 0;
}
.finds-pages .rowFindImgs .slick-dots li.slick-active button:before {
    font-size: 34px;
    opacity: 1;
    color: #fff;
}
.finds-pages .rowFindImgs .slick-dots li button:before {
    font-size: 15px;
    opacity: 1;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.finds-pages .rowFindImgs .slick-dots li {
    margin: 0;
    width: 10px;
}
.finds-pages .rowFindImgs .slick-dots {
    padding: 5px;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    bottom: 0px;
}
.box-list .col-footer{
    background: #f7f7f7;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}
.box-list {
    border: 1px solid #ededed;
    border-radius: 10px;
    margin: 0 0 30px 0;
    max-height: 280px;
}
.listresidential .box-list .p-10 .col-p30{
    padding: 20px;
}
.listresidential .box-list .p-10{
    margin: 10px;
    border: 1px solid #ccc;
}
.listresidential .box-list:hover .p-10 a{
    text-decoration: none;
}
.listresidential .box-list:hover .p-10{
    border: 1px solid #8d1f76;
}
.listresidential .box-list{
    float: left;
    border: 0px;
    width: 33.33333%;
    max-width: 450px;
    max-height: 100%;
}
.fullImgs{
    visibility: hidden;
    display: none;
    transition: all 0.5s ease;
}
.fullImgs.active{
    display: block;
    visibility: visible;
    transition: all 0.5s ease;
}
.rowFindMaps.active{
    transition: all 0.5s ease;
    display: block;
    visibility: visible;
    z-index: 9;
}
.rowFindMaps .zooms{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    border-radius: 5px;
    bottom: 20px;
    right: 25px;
    background: #fff url('../images/apwods.png')center center no-repeat;
    background-size: 83% auto;
    color: #222;
    cursor: pointer;
}
.rowFindMaps .closes{
    border-radius: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 25px;
    background: #333;
    color: #fff;
    cursor: pointer;
}
.rowFindMaps img{
    width: 100%;
    height: 219px;
}
.rowFindMaps{
    transition: all 0.5s ease;
    height: 220px;
    display: none;
}
.finds-pages .col-p30 p{
    font-size: 16px;
    font-weight: 400;
}
.finds-pages .col-p30 h1{
    font-size: 19px;
    font-weight: 600;
    
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
}
.finds-pages .col-p30 .righttop .gold{
    color: rgb(163, 141, 15);
    font-size: 11px;
    font-weight: bold;
    float: right;
    text-transform: uppercase;
}
.finds-pages .col-p30 .righttop .styles_empty__Qq2XI img{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin-top: 10px;
}
.finds-pages .col-p30 .righttop .styles_empty__Qq2XI{
    border-radius: 5px;
}
.finds-pages .col-p30 .righttop{
    position: absolute;
    top: 15px;
    right: 20px;
}
.scroll{
    background:#fff url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMjU2QzggMTE5IDExOSA4IDI1NiA4czI0OCAxMTEgMjQ4IDI0OC0xMTEgMjQ4LTI0OCAyNDhTOCAzOTMgOCAyNTZ6bTE0My42IDI4LjlsNzIuNC03NS41VjM5MmMwIDEzLjMgMTAuNyAyNCAyNCAyNGgxNmMxMy4zIDAgMjQtMTAuNyAyNC0yNFYyMDkuNGw3Mi40IDc1LjVjOS4zIDkuNyAyNC44IDkuOSAzNC4zLjRsMTAuOS0xMWM5LjQtOS40IDkuNC0yNC42IDAtMzMuOUwyNzMgMTA3LjdjLTkuNC05LjQtMjQuNi05LjQtMzMuOSAwTDEwNi4zIDI0MC40Yy05LjQgOS40LTkuNCAyNC42IDAgMzMuOWwxMC45IDExYzkuNiA5LjUgMjUuMSA5LjMgMzQuNC0uNHoiLz48L3N2Zz4=') center center no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
    border: 2px solid #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 9;
}
.finds-pages .col-p30 .maps span{
    margin-top: 2px;
    margin-bottom: 10px;
    position: relative;
    min-height: 41px;
    padding-left: 3px;
    display: -webkit-box;
    max-height: 90px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.finds-pages .divpagination {
    padding: 20px 0;
    margin: 40px 0;
}
.finds-pages .divpagination .pleft{
    float: left;
    width: 10%;
}
.finds-pages .divpagination .pcenter .pagination{
    margin: 0;
    padding: 0;
    text-align: center;
}
.finds-pages .divpagination .nonactive{
    opacity: .3;
}
.finds-pages .divpagination .page-numbers:hover{
    background: #cbe2f1;
}
.finds-pages .divpagination strong,
.finds-pages .divpagination .page-numbers{
    opacity: .9;
    border-radius: 10px;
    padding: 11px 18px;
    color: #105e8c;
    border: 1px solid #105e8c;
    background: #fff;
    margin: 0 10px 0 0px;
    list-style: none;
    display: inline-block;
}
.finds-pages .divpagination strong{
    background: #105e8c;
    color: #fff;
    cursor: default;
}
.finds-pages .divpagination .pright a.nonactive,
.finds-pages .divpagination .pleft a.nonactive{
    background: #ccc;
    color: #777;
    border: 1px solid #777;
}
.finds-pages .divpagination .pright a,
.finds-pages .divpagination .pleft a{
    font-size: 25px;
    padding: 7px 8px 0px 8px;
}
.finds-pages .divpagination .pcenter{
    float: left;
    width: 80%;
}
.finds-pages .divpagination .pright{
    width: 10%;
    float: left;
    text-align: right;
}
.finds-pages .col-p30 .maps span:before{
    background: url('../images/maps.svg')center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top:0;
    left: 0;
    opacity: .7;
    fill: green;
    width: 25px;
    height: 25px;
    z-index: 2;
}
.finds-pages .col-p30 .maps svg{
    float: left;
}
.finds-pages .col-p30 .styles-module_content__details__5sHyT p svg{
    float: left;
    margin-top: -4px;
    margin-right: 3px;
}
.finds-pages .col-p30 .clearborder{
    border-left: 1px solid #cfcfcf;
    position: absolute;
    top: 13px;
    bottom: 13px;
    left: 46px;
    width: 1px;
}
.finds-pages .col-p30 .styles-module_content__details__5sHyT{
    position: relative;
}
.finds-pages .col-p30 .styles-module_content__details__5sHyT p{
    float: left;
    margin: 10px 20px 0 0;
    color: #555;
}
.finds-pages .col-p30 .maps{
    margin-top: 25px;
    color: #888;
}
.finds-pages .col-md-7 a{
    text-decoration: none;
}
.finds-pages .col-p30{
    color: #333;
    position: relative;
    padding: 10px 10px 10px 0px ;
}
.finds-pages .col-footer div.dropdown {
    color: #555;
    margin: 0px;
    width: 35px;
    height: 40px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #105e8c;
    position: relative;
    text-align:left;
    border-radius: 50x;
}
.finds-pages .col-footer div.submenu {
    background: #fff;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 100;
    width: 160px;
    display: none;
    margin-left: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.15);
}
.finds-pages .col-footer-left .left-dks{
    float: left;
    margin-top: 10px;
    color: #666;
    margin-left: 10px;
}
.finds-pages .col-footer-left .left-img img{
    width: 100%;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}
.finds-pages .col-footer-left .left-img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left;
    border: 1px solid #105e8c;
}
.finds-pages .col-footer-left {
    float: left;
    padding-left: 15px;
}
.finds-pages .col-footer-right .mmesn svg{
    float: left;
    margin-right: 6px;
    margin-top: -1px;
}
.finds-pages .col-footer-right .mmesn.call:before{
    background: url('../images/call.svg')center center no-repeat;
    background-size: 100% auto;
    content: "";
    position: absolute;
    top:0;
    left: 0;
    fill: green;
    width: 25px;
    height: 25px;
    z-index: 2;
}
.finds-pages .col-footer-right .mmesn{
    background: #8d1f76;
    position: relative;
}
.finds-pages .col-footer-right .mmesn{
    padding: 8px 20px;
    font-weight: bold;
    color: #105e8c;
    background: #fff;
    border-radius: 7px;
    margin-right: 5px;
    border: 1px solid #105e8c;
    float: left;
}
.absolsluimg{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.finds-pages .col-footer-left a.viewProject:hover{
    color: #177470;
}
.finds-pages .col-footer-left a.viewProject:hover{
    background: #177470;
    color: #fff;
}
.finds-pages .col-footer-left a.viewProject{
    background: #8d1f76;
    color: #fff;
}
.finds-pages .col-footer-left a {
    background: #fff;
    margin-right: 4px;
    color: #8d1f76;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 13px;
    display: inline-block;
}
.finds-pages .col-footer-right {
    float: right;
}
.finds-pages .col-footer .dropdown{
    float: left;
}
.finds-pages .col-footer .dropdown  li a {
    color: #555555;
    display: block;
    font-weight: normal;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration:none;
}
.finds-pages .col-footer .dropdown li a:hover{
    background:#f6f6f6;
    border-radius: 5px;
    text-decoration: none;
}
.finds-pages .col-footer a.account {
    font-size: 11px;
    line-height: 16px;
    color: #555;
    left: 5px;
    top: 7px;
    position: absolute;
    z-index: 110;
    display: block;
    text-decoration: none;
    cursor:pointer;
}
.finds-pages .col-footer .root svg{
    margin-top: -0px;
    margin-right: 10px;
    float: left;
}
.finds-pages .col-footer .root li a{
    display: block;
    font-size: 15px;
    padding: 15px;
}
.finds-pages .col-footer .root {
    list-style:none;
    margin:0px;
    padding:0px;
    font-size: 11px;
    padding:0;
}
.finds-pages .col-md-3s h2{
    font-size: 23px;
    padding: 0;
    margin: 0 0 10px 0;
}
.finds-pages .col-md-3s ul li a{
    color: #333;
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
}
.finds-pages .col-md-3s ul li{
    padding: 0 0 0 1px;
    margin: 0;
    list-style: none;
}
.finds-pages .col-md-3s img{
    width: 100%;
}
.finds-pages .col-md-3s{
    float: left;
    height: 6500px;
    width: 28%;
    padding: 0px 10px 30px 40px;
    top: 0;
    background: #fff;
}
.finds-pages .col-md-3s .sticky{
    position: sticky;
    position:-webkit-sticky;
    top: 20px;
    margin-bottom: 30px;
}
.finds-pages .col-md-9s{
    float: left;
    width: 72%;
}
.finds-pages .col-md-3s ul{
    margin: 0;
    padding: 0;
}
#modalFine .modal-header a{
    font-size: 30px;
    color: #333;
    cursor: pointer;
}
#modalFine .modal-header{
    float: right;
}
#modalFine .modal-content{
    width: 100%;
    position: fixed;
    bottom: 0;
    top: 0;
    border-radius: 0;
}
#modalFine .modal-dialog.modal-fullscreen{
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    height: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
}
.error{
    outline: none;
    animation: shake 300ms;
}
.skjskEmg svg,
.kjdskWA svg{
    float: left;
}
.skjskEmg span,
.kjdskWA span{
    float: left;
    padding-top: 2px;
    padding-left: 5px;
}
.kjdskWA:hover{
    color: #fff;
}
.kjdskWA{
    cursor: pointer;
    max-width: 150px;
    width: 100%;
    padding: 8px 20px;
    font-weight: bold;
    color: #105e8c;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #105e8c;
    float: left;
}
.skjskEmg:hover{
    color: #fff;
}
.skjskEmg{
    max-width: 110px;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px;
    font-weight: bold;
    color: #105e8c;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #105e8c;
    float: right;
}
@keyframes shake {
    25% {
        border: 1px solid #8d1f76;
        transform: translateX(4px);
    }
    50% {
        border: 1px solid #8d1f76;
        transform: translateX(-4px);
    }
    75% {
        border: 1px solid #8d1f76;
        transform: translateX(4px);
    }
}
.plm-0{
    padding-left: 0;
}
.pull-rights{
    float: right;
}
.header-normal .btnMobile{
    display: none;
}


.hoverrmenu .subdata{
    display: none;
    position: absolute;
    top: 50px;
    box-shadow: 1px 1px 10px #ccc;
    z-index: 99;
    left: 12px;
    background: #fff;
    width: 250px;
    border-radius: 10px;
}
.hoverrmenu .subdata:after, .hoverrmenu .subdata:before {
	bottom: 100%;
	left: 55px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.hoverrmenu .subdata:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.hoverrmenu .subdata:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.hoverrmenu .subdata a:before{
    display: none;
}
.hoverrmenu .subdata a:hover{
    color: #901b79;
}
.hoverrmenu .subdata a{
    display: block;
    font-size: 15px;
    padding: 10px;
}
.hoverrmenu:hover .subdata{
    display: block;
}
.hoverrmenu{
    position: relative;
}
@media (max-width: 650px) {
    .hoverrmenu .subdata {
        background: #ededed;
        width: auto;
        right: 12px;
    }
    .header-normal .pull-rights .pull-menu a{
        display: block;
    }
    .header-normal .btnMobile{
        display: block;
        position: absolute;
        top: 25px;
        right: 20px;
    }
    .header-normal .btnMobile.active:before{
        display: none;
    }
    .header-normal .btnMobile.active i:before {
        transform: rotate(45deg);
        top: 15px;
    }
    .header-normal .btnMobile.active i:after {
        bottom: 20px;
        transform: rotate(-45deg);
    }
    .header-normal .btnMobile:before{
        display: block;
        content: "";
        z-index: 3;
        height: 5px;
        border-radius: 5px;
        width: 40px;
        background: #333;
        position: absolute;
        bottom: 19px;
        left: 0;
        transition: all 0.1s ease-out;
    }
    .header-normal .btnMobile i {
        position: relative;
        transition: all 0.1s ease-out;
        width: 40px;
        display: block;
        height: 40px;
    }
    .header-normal .btnMobile i:before {
        content: "";
        height: 5px;
        border-radius: 5px;
        width: 40px;
        background: #333;
        position: absolute;
        top: 3px;
        left: 0;
        transition: all 0.1s ease-out;
    }
    .header-normal .btnMobile i:after {
        content: "";
        height: 5px;
        border-radius: 5px;
        width: 40px;
        background: #333;
        position: absolute;
        bottom: 6px;
        z-index: 9;
        transition: all 0.1s ease-out;
        left: 0;
    }
    .header-normal .pull-rights{
        float: none;
        display: none;
        position: absolute;
        bottom: 0;
        top: 86px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 99;
    }
    .header-normal {
        padding: 10px 0;
    }
    .header-normal .pull-lefts{
        text-align: left;
    }
    .plm-0{
        padding-left: 15px;
        padding-top: 10px;
    }
    .finds-pages .col-md-9s,
    .finds-pages .col-md-3s{
        float: none;
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
    .finds-pages .col-p30 {
        padding: 15px;
    }
    .finds-pages .rowFindImgs img{
        border-radius: 0;
    }
    .css-230kj32 .pull-rights a{
        margin-top: 10px;
        margin-bottom: 20px;
        margin-right: 7px;
    }
    .header .pull-lefts .logo{
        max-width: 150px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
    }
    .header .pull-lefts-find .logo{
        max-width: 150px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
    }
    .header{
        text-align: center;
        padding: 0;
        position: relative;
        background: #f5f1e9;
    }
    .homepagemobile .img{

        background: url('../images/home/hero.jpg') center bottom no-repeat;
        background-size: auto 100%;
        height: 50vh;
    }
    .homepagemobile {
        background: #f5f1ea;
    }
    .homepagemobile .h2{
        display: block;
        padding-top: 10px;
        padding-bottom: 50px;
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }
    .homepagemobile .pagras{
        position: relative;
    }
    .homepagemobile .search-homepage span {
        top: 10px;
        left: 5px;
    }
    .autocompleter, .autocompleter-hint {
        position: absolute;
        top: 60px;
    }
    .homepagemobile .search-homepage input {
        width: 100%;
        height: 50px;
        font-size: 15px;
        border-radius: 5px;
        padding: 0 12px 0 34px;
        position: relative;
        border: 0;
    }
    .homepagemobile .search-homepage{
        position: absolute;
        box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.2);
        top: 3px;
        left: 5%;
        right: 5%;
    }
    .box-list{
        max-height: none;
    }
    .finds-pages .col-footer-left {
        float: none;
        padding-bottom: 20px;
    }
    .finds-pages .col-footer-right {
        float: none;
        width: 100%;
    }
    .homepagemobile h1{
        padding-top: 70px;
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        width: 80%;
        margin: 0 auto;
    }
    .titleTop {
        padding: 30px 20px;
    }
    .rowRentingmadeeasy .slick-dots li button:before {
        font-size: 24px;
    }
    .rowRentingmadeeasy {
        padding-bottom: 30px;
    }
    .rowPopularcitie h2{
        padding-bottom: 0;
    }
    .rowRentingmadeeasy .slick-dots li {
        margin: 0;
        width: 18px;
    }
    .css-49034ds {
        padding: 5px;
    }
    .css-23ttokd {
        padding: 5px;
    }
    .css-1v3e8gc {
        border: 1px solid #ececec;
        background: #F9F9F6 url('../images/20240925/atlasgo-partner.png') bottom right no-repeat;
        background-size: 100% auto;
        border-radius: 10px;
        min-height: 400px;
        padding: 0px 15px 190px 15px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 120px;
        margin-bottom: 50px;
    }
    .cols-d-see .pl102{
        padding: 5px;
    }
    .css-1v3e8gc a {
        display: block;
        text-align: center;
    }
    .rowPopularcitie .p-5 div {
        height: 160px;
    }
    .css-1v3e8gc h1 {
        padding-top: 0px;
    }
    .rowPopularcitie h2 {
        font-size: 17px;
    }
    .rowRentingmadeeasy img {
        height: 300px;
    }
    .rowRentingmadeeasy .slick-dots li.slick-active button:before{
        color: crimson;
    }
    .homepage .search-homepage{
        padding: 0;
    }
    .search-homepage span {
        top: 15px;
        left: 13px;
    }
    .homepage .search-homepage {
        width: auto;
        position: absolute;
        bottom: -33px;
        left: 5%;
        right: 5%;
    }
    .homepage {
        background: url('../images/home/hero.jpg') center bottom no-repeat;
        background-size: cover;
        /* background: url('https://d214hhm15p4t1d.cloudfront.net/nzr/c5f7ffd2306e679a675e9e97ca28c80dbd8fa856/img/homepage-mobile.66a9790d.svg'); */
    }
    .pull-lefts{
        float: none;
        text-align: center;
    }
    .pull-rights{
        float: none;
    }
    .css-4982sjk .css-23ttokd .desctoogle ul li{
        float: none;
        width: 100%;
    }
    .homepage h1 {
        padding: 30px;
        font-size: 35px;
    }
    .css-4982sjk .css-23ttokd .desctoogle {
        padding: 0px;
    }
    .css-4982sjk .css-23ttokd .sdesctoogle {
        font-size: 20px;
        padding: 20px 30px 20px 0px;
    }
    .css-4982sjk .css-23ttokd .sdesctoogle:before {
        right: 5px;
    }
}
