.centered-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-section1 {
    background-color: #f6f5f5;
    border-radius: 8px;
    border: 1px solid #edeceb;
}

.outlined-btn {
    border: 2px solid #fd5332;
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
}

.explore-text {
    position: absolute;
    bottom: 0px;
    background-color: #ffffffb5;
    margin: 5%;
    width: 90%;
    border-radius: 8px;
}

.explore-text:hover {
    background-color: #bf130496;
color: white;
}


.height-350 {
    height: 350px;
}

.height-250 {
    height: 250px;
}

.pad-0 {
    padding: 0!important;
}

.pad-80 {
    padding: 80px 0px!important;
}

.pad-top-80 {
    padding: 80px 0px 0px 0px!important;
}

.bg-grad {
    background-image: linear-gradient(180deg, #fff 0%, #f6f5f5 100%);
}

.bg-grad-v2 {
        background-image: linear-gradient(180deg, #f6f5f5 0%, #fff 100%);
}

.m-b-0 {
    margin-bottom: 0px!important;
}

.nav-dropdown>div>div>li>a {
    width: 100%;
    padding: 0 20px 0 10px;
    display: inline-block;
    float: left;
    color: #5b6d90;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Jost', sans-serif;
}

.menu-div li {
    display: flex;
    padding: 10px;
}

.menu-div img {
    max-width: 50px;
    max-height: 50px;
}

  .slick-slider {
    height: auto; // ← that must not be ignored
  }
  .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }

.save-property a {
    color: #2a3c77!important;
    width: 100%;
    border-radius: 0.4rem;
    font-weight: 600;
    font-size: 16px;
}


.offer {
border-radius: 0 0 8px 8px!important;
    background: #d3dce7;
border: 1px solid #263547!important;
color: #263547!important;
}

.offer:first-child {
    font-weight: bold;
}

.offer:hover, .offer:focus {
    color: #ffffff!important;
    background: #263547!important;
    
}

.spd-wrap {
    padding: 1em 0;
    border-bottom: 1px solid #e9ecf3;
}

.slide-property-detail {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.slide-property-first {
    flex: 1;
}


@media (min-width: 576px) {
	.contact-background {
		background-image: url(/front/assets/images/navills-contact.png);
    		background-position: bottom;    
		background-size: cover;
	}
}
.blog-ellipsis {
overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3;
   -webkit-box-orient: vertical;
}