body {
    font-family: "SourceSansPro", sans-serif;
    font-weight: 400;
    font-size: 15px;
}
a {
    color: #214252;
    text-decoration: none;
}
.iconWidth {
    width: 24px;
}

.sociWidth {
    width: 42px;
}

.footer-bg {
    background-color: #005555;
    padding: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.image-personal {
    height: 14rem;
    width: 14rem;
    margin: auto;
}
.logoWidth {
    width: 86px;
}

.property-slider-wrap .tns-outer .tns-inner {
    padding-bottom: 33px !important;
}

.setHeight {
    min-height: 66px;
}
.img-about {
    overflow: hidden;
}

.img-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-personal {
    overflow: hidden;
}

.search.page-inner,
.search.page-inner > .container > .row {
    height: 70vh !important;
    min-height: 300px;
}

.service-image-cover {
    height: 288px;
    background-color: white;
}

.service-image-cover img {
    width: 100%;
    height: 181px;
    object-fit: contain;
    padding-top: 34px;
}

.feature-font {
    font-size: 1.5rem;
    font-family: inherit;
}

.site-footer .social li a {
    background-color: transparent !important;
    border-radius: 0;
    border-color: transparent !important;
}

.site-footer .social li a:hover {
    background-color: transparent !important;
    border-radius: 0;
    border-color: transparent !important;
}

.has-children .dropdown a {
    width: max-content;
}

.contact a {
    text-decoration: none;
}

img {
    width: 100%;
}

#feature-nav {
    position: absolute;
    width: 100%;
    bottom: 64px;
}
#feature-nav span {
    display: inline-block;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 30px;
    background: rgba(0, 32, 74, 0.1);
    color: #00204a;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
#feature-nav span:hover,
#feature-nav span.active {
    background: #00204a;
    color: #fff !important;
}
#feature-nav .prev,
#feature-nav .next {
    position: absolute;
    cursor: pointer;
}
#feature-nav .prev:hover,
#feature-nav .next:hover {
    color: #00204a;
}
#feature-nav .prev {
    left: 0;
    top: 39px;
}
#feature-nav .next {
    right: 0;
    top: 39px;
}
.text-height {
    min-height: 100px;
}

@media (max-width: 991px) {
    .burger:before {
        height: 3px;
    }

    .burger {
        width: 37px;
        height: 42px;
    }
}
.property-item .imgProperty img {
    height: 23rem;
    object-fit: fill;
}
.property-banner-image {
    height: 280px;
    /* object-fit: cover !important; */
}
.bg-cover {
    background-size: cover !important;
}

.property-item .property-content {
    margin-top: unset !important;
}

.contact-info img {
    width: 42px !important;
}
.property-status {
    position: absolute;
    bottom: -110px;
    right: 10px;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 3px;
}

.property-additional-details-list {
    font-size: 13px;
}

.property-additional-details-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid;
}

.property-additional-details-list > li {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.property-additional-details-list dl {
    display: table-row;
    margin: 0;
}

.property-additional-details-list dt,
.property-additional-details-list dd {
    display: table-cell;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid;
    border-top: none;
    word-break: break-all;
}

.property-additional-details-list dt {
    width: 30%;
}

.property-additional-details-list dd {
    width: 70%;
}
@media (max-width: 767px) {
    .container-property-single .meta-item {
        width: 50%;
    }

    .property-additional-details-list dt,
    .property-additional-details-list dd {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 480px) {
    .property-single-content .favorite-and-print {
        text-align: center;
        width: 100%;
        margin: 0 0 15px;
    }

    .property-single-content .favorite-and-print .add-to-fav {
        margin-bottom: 1px;
    }

    .property-single-content .favorite-and-print a {
        width: 100%;
    }

    .property-additional-details-list dt,
    .property-additional-details-list dd {
        display: block;
        width: 100%;
    }

    .property-additional-details-list dt:empty,
    .property-additional-details-list dd:empty {
        display: none;
    }
}
@media (min-width: 768px) {
    .property-additional-details-list dt,
    .property-additional-details-list dd {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.property-additional-details-list {
    border-top-color: #e7ebee;
}
.property-additional-details-list dt,
.property-additional-details-list dd {
    border-color: #e7ebee;
}
.property-additional-details-list dt {
    background-color: #efefef;
}
.property-additional-details-list dt:hover {
    background-color: #fcfdfd;
}
.agent-box .img img {
    width: 140px !important;
}
.propert-detail-socials .sociWidth {
    width: 32px !important;
}

.img-property-slide .tns-item {
    height: 350px !important;
    object-fit: cover !important;
}
@media all and (min-width: 540px) {
    .img-property-slide > .tns-item {
        height: 500px !important;
        object-fit: cover !important;
    }
}

.search-properties .tns-nav {
    display: none;
}

.search-properties #property-nav {
    bottom: 13px !important;
}
.property-item .property-content .specs .caption {
    white-space: nowrap;
}
.img-property-slide-wrap .tns-controls {
    margin-bottom: 0.5rem;
}
.img-property-slide-wrap .tns-controls button {
    display: inline-block;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 30px;
    background: rgba(0, 32, 74, 0.1);
    color: #00204a;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    outline: 0 !important;
    border: 0 !important;
}
.img-property-slide-wrap .tns-controls button[data-controls="next"] {
    margin-left: 0.5rem;
}

p img {
    width: 100% !important;
}
