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

.prop-label {
    min-width: 100px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: #bfa260;
    padding: 5px 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    z-index: 9;
}

.sold .prop-label,
.sold.prop-label {
    color: #fff;
    background: #EE0000;
}

.open-house {
    border: solid 1px #000;
    padding: 25px;
    margin-bottom: 25px;
}

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

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

@media (max-width: 767px) {
    #slider {
        margin-top: 175px;
    }
}

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

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

@media (max-width: 768px) {
    #slider img {
        height: 55vh;
    }
}

#slider .swiper-button-prev {
    top: unset;
    left: 45px;
    bottom: 20px;
}

#slider .swiper-button-next {
    top: unset;
    left: 100px;
    right: unset;
    bottom: 20px;
}

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

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

#slider .swiper-button-next:hover, 
#slider .swiper-button-prev:hover {
    color: #000;
    background: #fff;
}

#property {
    padding-bottom: 50px;
}

#property .property-sold-ctn {
    padding: 25px;
    background-color: #EE0000;
    margin-bottom: 25px;
}

#property .property-sold-ctn h3 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin: 0;
}

#property ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#property .address-price-ctn h3,
#property .address-price-ctn h4 {
    font-family: "Quicksand", sans-serif;
}

#property .address-price-ctn small {
    display: inline-block;
    font-size: 22px;
}

#property .block {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.08);
    margin-bottom: 40px;
}

#property .block h4,
.form h4 {
    font-size: 28px;
    font-weight: normal;
    text-transform: none;
    color: #000;
    margin: 0;
}

#property .block h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

#property .block button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: #000;
    border: none;
    background: none;
    padding: 32px 20px;
    outline: none;
}

#property .block.padd {
    padding: 32px 20px;
}

.prop-table.prop-table-header {
    color: #000;
    background-color: #fff;
}

#property .collapseElement {
    padding: 0 35px;
}

@media (max-width: 768px) {
    #property .collapseElement {
        padding: 0 20px;
    }
}

#property ul.social-network {
    display: inline;
}

#property ul.social-network li {
    display: inline-block;
    margin: 0 5px;
}

#property ul.social-network li a {
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 auto;
    transition: all .3s ease;
}

#property ul.social-network li a:hover {
    opacity: 0.7;
}

.resp-table {
    overflow-x: auto;
}

.resp-table .table {
    width: 100%;
    margin-bottom: 32px;
}

.resp-table .table tr {
    border-bottom: solid 1px #000;
}

.resp-table .table tr:last-of-type {
    border-bottom: none;
}

.table thead.prop-table th {
    color: #000;
    background-color: #fff;
}

#property .table td, 
#property .table th {
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 10px;
}

#property .table td:last-of-type {
    border-bottom: none;
}

.cta_sidebar a, 
.property-virtual-tour-wrap a {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 50px;
    margin-bottom: 10px;
    transition: all .3s ease;
}

.cta_sidebar a.full, 
.property-virtual-tour-wrap a.full {
    color: #fff;
    border: solid 2px #fff;
    background: #101d2d;
}

.cta_sidebar a.full:hover, 
.property-virtual-tour-wrap a.full:hover {
    color: #fff;
    border-color: #bfa260;
    background: #bfa260;
}

.cta_sidebar a.empty:hover, 
.property-virtual-tour-wrap a.empty:hover {
    color: #000;
}

.cta_sidebar a.empty img, 
.property-virtual-tour-wrap a.empty img {
    width: 25px;
    transition: transform 150ms;
}

.cta_sidebar a.empty:hover img,
.property-virtual-tour-wrap a.empty:hover img {
    transform: translateX(15px);
}

#form-tab .nav-link {
    padding: 40px 15px;
    font-size: 24px;
    letter-spacing: .5px;
    font-weight: 300;
    color: #101d2d;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

#form-tab .nav-link.active {
    background: #101d2d;
    color: #fff;
}

.visit_info .forms .form {
    padding: 15px 50px 36px 50px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

@media (max-width: 768px) {
    .visit_info .forms .form {
        padding: 15px 20px 36px 20px;
    }
}

.visit_info .forms .form input,
.visit_info .forms .form textarea {
    border: solid 1px #cecece;
}

#map, 
#streetMap {
    width: 100%;
    height: 500px;
}

@media (max-width: 768px) {
    #map, 
    #streetMap {
        height: 400px;
    }
}

.agents {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.08);
    margin-bottom: 25px;
}

@media (max-width: 576px) {
    .agents {
        flex-direction: column;
    }
}

.agents .img img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.agents .inner {
    padding: 20px;
}

.agents .inner h3 {
    font-size: 25px;
    color: #000;
}

.agent-info {
    margin: 0;
    padding: 0;
}

.agent ul.agent-info li {
    display: block;
    text-align: center;
    border-right: none;
    padding: 0;
}

.agent-info li a {
    font-weight: 500;
    text-transform: none;
    color: #000;
}

.agent ul.agent-info li a > i {
    padding-right: 10px;
}
/* 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: #fff;
    text-transform: uppercase;
    border: solid 1px #fff;
    padding: 25px 15px;
}

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

/* home evaluation form and map */
#homeEval p {
    font-size: 20px;
    color: #fff;
    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 input[type=submit], 
.homeEvalutation input[type=button] {
    display: inline-block;
    width: 250px;
    font-size: 16px;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 1.61px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: solid 1px #fff;
    padding: 0px 15px;
    transition: all ease 0.5s;
}

.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: #bea670;
    border-color: #bea670;
}

/* END OF HOME EVALUATION */
