.custom-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}

.prop-label {
    position: absolute;
    min-width: 100px;
    bottom: 20px;
    left: 0px;
    font-family: "Libre Caslon Text", serif;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: solid 2px #fff;
    padding: 10px 15px;
    z-index: 9;
}

.sold.prop-label::after,
.prop-label::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: -1;
}

.prop-label::after {
    background: #0f0f0f;
}

.sold.prop-label::after {
    background: #ee0000;
}

.open-house {
    border: solid 1px #000;
    border-radius: 5px;
}

.mix-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/* START OF SINGLE PROPERTY */
#slider {
    margin-bottom: 30px;
}

#slider .property-swiper {
    margin-bottom: 20px;
}

#slider .swiper-slide {
    background: #000;
}

#slider img {
    height: 65vh;
    width: 100%;
    object-fit: cover;
    opacity: 0.6;
}

#slider .caption {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    background: #fff;
    padding: 10px 15px;
    z-index: 2;
}

#slider .thumbs .swiper-slide {
    background: #000;
}

#slider .thumbs img {
    height: 200px;
    opacity: 0.6;
    cursor: pointer;
}

#slider .thumbs .swiper-slide-thumb-active.swiper-slide img {
    opacity: 1;
}

#slider .swiper-button-next,
#slider .swiper-button-prev {
    outline: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    display: block;
    z-index: 1000;
    overflow: hidden;
    min-width: 50px;
    min-height: 50px;
    background: transparent;
    transition: 0.4s all ease;
}

#slider .swiper-button-prev:after,
#slider .swiper-button-next:after {
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#slider .slider-address-ctn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    z-index: 2;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    #slider .slider-address-ctn {
        padding-bottom: 30px;
    }
}

#slider .slider-address-ctn h2 {
    font-family: "Libre Caslon Text", serif;
    font-size: 30px;
    color: #fff;
}

#slider .slider-address-ctn p {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}

.description-section {
    padding: 25px 0 60px 0;
}

@media (max-width: 767px) {
    .description-section {
        padding: 25px 0;
    }
}

.description-section .address-ctn {
    text-align: center;
    margin-bottom: 30px;
}

.description-section .address-ctn hr {
    display: inline-block;
    width: 80%;
    border-top: 1px solid #000;
    margin-bottom: 20px;
}

.description-section .address-ctn h2 {
    font-size: 37px;
    color: #333;
    margin: 0;
}

@media (max-width: 991px) {
    .description-section .address-ctn h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .description-section .address-ctn h2 {
        font-size: 26px;
    }
}

.description-section .address-ctn p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .description-section .address-ctn p {
        font-size: 14px;
    }
}

.description-section .price-ctn {
    margin-bottom: 40px;
}

.description-section .price-ctn ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.description-section .price-ctn ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    padding: 0 10px;
    border-right: solid 2px #000;
}

.description-section .price-ctn ul li:last-of-type {
    border-right: none;
}

.description-section .description-ctn p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

@media (max-width: 767px) {
    .description-section .description-ctn p {
        font-size: 14px;
    }
}

.summary-section {
    padding: 60px 0;
}

.summary-section .gray-bg {
    background: #dddada;
    padding: 40px 15px;
}

@media (max-width: 767px) {
    .summary-section .gray-bg {
        padding: 40px 0;
    }
}

.summary-section .nav-tabs li .nav-link {
    width: 100%;
    font-family: "Libre Caslon Text", serif;
    font-size: 15px;
    font-weight: 500;
    color: #7c7c7c !important;
    border: none;
    background: none;
    padding: 20px 20px !important;
    margin: 0;
    text-transform: none;
}

.summary-section .nav-tabs li .nav-link.active {
    background: #dddada;
}

.summary-section .tab-pane p,
.summary-section .table tr td {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
    border: none;
    padding: 8px;
}

@media (max-width: 767px) {
    .summary-section .tab-pane p,
    .summary-section .table tr td {
        font-size: 14px;
    }
}

.other-properties-section h2 {
    font-size: 37px;
    margin-bottom: 24px;
    padding-bottom: 16px;
}

@media (max-width: 991px) {
    .other-properties-section h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .other-properties-section h2 {
        font-size: 26px;
    }
}

#contact-modal .modal-body {
    padding: 30px;
}

#contact-modal input:not([type="checkbox"]),
#contact-modal textarea {
    height: 60px;
    font-size: 14px;
    color: #000;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding-left: 0;
    margin-bottom: 25px;
}

#contact-modal input:focus:not([type="checkbox"]),
#contact-modal textarea:focus {
    box-shadow: none;
    border-width: 2px;
}

#contact-modal textarea {
    height: 120px;
}

#contact-modal textarea::-webkit-input-placeholder,
#contact-modal input::-webkit-input-placeholder {
    color: #000;
}

#contact-modal textarea::-moz-placeholder,
#contact-modal input::-moz-placeholder {
    color: #000;
}

#contact-modal textarea:-ms-input-placeholder,
#contact-modal input:-ms-input-placeholder {
    color: #000;
}

#contact-modal textarea::-ms-input-placeholder,
#contact-modal input::-ms-input-placeholder {
    color: #000;
}

#contact-modal textarea::placeholder,
#contact-modal input::placeholder {
    color: #000;
}

#map,
#streetMap {
    width: 100%;
    height: 380px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #map,
    #streetMap {
        height: 400px;
    }
}
/* END OF SINGLE PROPERTY */

/* START OF HOME EVALUATION */
.homeEvalutation {
    padding: 0 50px 50px 50px;
}

@media (max-width: 768px) {
    .homeEvalutation {
        padding: 0 0 25px 0;
    }
}

.homeEvalutation #first {
    display: block;
}

.homeEvalutation fieldset {
    display: none;
    margin-top: 30px;
}

.homeEvalutation .title-wrapper {
    margin-bottom: 40px;
}

.homeEvalutation .single-s {
    height: 100%;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    border: solid 1px #dedad9;
    padding: 25px 15px;
}

.homeEvalutation .single-s.active {
    background: #dedad9;
    border-color: #dedad9;
}

/* home evaluation form and map */
#homeEval p {
    font-size: 20px;
    margin: 0;
}

.homeEvalutation input[type="text"],
.homeEvalutation select {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    outline: none;
    padding: 0 10px;
    margin-bottom: 15px;
    -webkit-appearance: none;
    border-radius: 0;
}

.homeEvalutation #map {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
}

.homeEvalutation #second input[type="button"] {
    width: 175px;
}

.homeEvalutation input[type="submit"]:hover,
.homeEvalutation input[type="button"]:hover,
.homeEvalutation #second input[type="button"]:hover {
    color: #fff;
    background: #000;
}

/* END OF HOME EVALUATION */

.sp-address {
    color: #000;
}
