.pl-60 {
    padding-left: 60px;
}

#home.masthead img.mobile-banner {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: 30% top;
}

#nosrecents .pagination {
    display: block;
    padding-right: 0;
}

#nosrecents .pagination a {
    display: inline-block;
}

.breadcrumbs {
    padding-top: 30px;
}

.breadcrumbs a {
    color: var(--accent-color);
}

.breadcrumbs a, .breadcrumbs span {
    font-weight: 500 !important;
}

.properties-search {
    padding-top: 0;
}

.single-post #media ul {
    padding-left: 40px;
    list-style: disc;
}

.single-post #media ul li {
    margin-bottom: 10px;
}

/* tools page area section */
.area-content-ctn {
    position: relative;
    height: 270px;
    transition: all 350ms ease-in-out;
}

.area-content-ctn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.area-name-container {
    display: flex;
    align-items: end;
    position: absolute;
    bottom: 0;
    padding: 0 10px 10px 10px;
    width: 100%;
    min-height: 65px;
}

.area-name-container p {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 600!important;
    line-height: 1.2;
    color: #fff;
    margin: 0;
}

.area-name-container:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d2657;
    opacity: 0.6;
    transition: all 300ms ease-in-out;
}

.area-content-ctn:hover .area-name-container:after {
    opacity: 1;
}

#royalSlider .rsContainer .rsSlide img {
    max-width: unset!important;
}

.prop-slider img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.prop-slider .swiper-thumbs img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}

.prop-slider .caption {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #1d2657;
    color: #fff;
    padding: 5px 10px;
    line-height: 1.2;
    font-size: 14px;
    z-index: 2;
}

.custom-arrows .swiper-button-next, .custom-arrows .swiper-button-prev {
    outline: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    display: block;
    z-index: 1000;
    overflow: hidden;
    min-width: 100px;
    min-height: 50px;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.4s all ease;
}

.custom-arrows .swiper-button-prev:after, .custom-arrows .swiper-button-next:after {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom-arrows .swiper-button-next:hover, .custom-arrows .swiper-button-prev:hover {
    background: #1d2657;
}