.properties .des
{
    height: 55px;
    overflow: hidden;
}

.property-details .slick-slider img
{
    height: 110px !important;
}

.property-details .map , .property-details .video
{
    margin-top: 50px;
}

.mt-8p
{
    margin-top: 8px;
}

.news .des
{
    height: 77px;
    overflow: hidden;
}

.mxw-470
{
    max-width: 800px;
}

.inc-about .des
{
    padding: 10px 20px 20px;
}

.div-logo
{
    width: 130px
}

.footer .des
{
    height: 150px;
    overflow: hidden;
}

.inc-properties .large-image img
{
    height: 210px;
    width: 100%;
}

.inc-properties3 .large-image img
{
    height: 360px;
}

.inc-newest-properties .large-image img
{
    height: 320px;
    width: 100%;
}


.badge-indigo {
    background-color: #0ec6d5;
}

.property-details .description p
{
    margin-bottom: 0;
}

@media (max-width: 991.98px)
{
    .main-header.header-mobile-lg .sticky-area {
        background-color: #fff!important;
    }

    .main-header.header-mobile-lg .navbar-nav>.nav-item>.nav-link {
        color: #000;
    }
    .main-header.header-mobile-lg .main-menu .dropdown-menu .dropdown-link
    {
            color: #000!important;
    }
}

@media (min-width: 992px)
{
    .pb-lg-11, .py-lg-11 {
        padding-bottom: 1rem!important;
    }
}

/**whatsapp*/

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	left: 20px;
	animation-play-state: paused;
    z-index: 9999;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

a.btn-whatsapp-pulse:focus, a.btn-whatsapp-pulse:hover
{
    color: #fff;
}

/***/

#toast-container > div {
    opacity: 1 !important;
}

.more-options-row
{
    display: none;
}

.form-row
{
    display: flex !important;
}

.div-logo img
{
    height: 83px;
}

.main-header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.logo-footer-div img
{
    height: 110px;
}
