/* basic section css */

.streetwise-gallery-slider-container {
    position: relative;
}

.content-section h2 {
    font-size: 27px;
    font-weight: 700;
    margin: 9px 0;
    margin-bottom: 11px;
    font-family: "Source Sans 3", sans-serif;
}

.content-section h2 span {
    color: #62646a;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Source Sans 3", sans-serif;
}

table.five-column-table th {
    padding: 6px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    font-weight: 400;
    color: #1a1f2c;
}

.content-para p {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "Source Sans 3", sans-serif;
}

.content-para span {
    color: #1a1f2c;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
}

.streetwise-gallery-slider-nav-container .streetwise-gallery-slider-nav {
    display: flex;
    justify-content: space-between;
}

.streetwise-gallery-nav-slide {
    width: 95px;
    height: 55px;
    margin: 0 0 20px 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.streetwise-gallery-slider {
    max-width: 100%;
    overflow: hidden;
    height: 480px;
}

.streetwise-gallery-slider .streetwise-gallery-slider-slide img {
    height: 480px;
    object-fit: cover;
}

.cwp-saved-post i::before {
    font-weight: 800 !important;
}

.request-section-forms {
    border: none;
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
    padding: 16px;
    width: auto;
    background: rgb(245, 245, 245);
}

.request-section-forms button {
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(24, 118, 219);
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-flex;
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    background-color: var(--primary-color);
    color: rgb(255, 255, 255);
    height: 40px;
    min-width: 160px;
    opacity: 0.9;
    transition: var(--transition);
}

.request-section-forms button.ask-question {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.request-section-forms button:hover {
    opacity: 1;
    transform: scale(1.015);
}

#right-contact,
#right-request {
    z-index: 9999999999;
}

.offcanvas .offcanvas-header {
    background: #dddddd36;
}

.streetwise-sidebar .button-style .cwp-single-share-btn .cwp-main,
.streetwise-sidebar .button-style .streetwise-post-save {
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(148, 148, 148);
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-flex;
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    background-color: rgb(255, 255, 255);
    color: rgb(24, 118, 219);
    height: 40px;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
}

.cwp-share-modal ul.cwp-share-options li {
    padding: 0 !important;
    margin: 0 5px;
    line-height: 0 !important;
}

.cwp-share-modal {
    position: absolute;
    bottom: -90px;
}

.cwp-share-modal ul.cwp-share-options li a {
    width: 32px;
    height: 32px;
    display: flex;
    transition: 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
}

.cwp-share-modal ul.cwp-share-options li a:hover {
    transform: scale(1.15);
}

.cwp-share-modal ul.cwp-share-options {
    background: rgb(255 255 255);
    box-shadow: unset;
    border-radius: unset;
    border: 1px solid #00000033;
}

.streetwise-sidebar .button-style .cwp-single-share-btn {
    width: calc(100% / 2 - 10px);
}

.streetwise-sidebar .button-style .cwp-single-share-btn .cwp-main {
    width: 100%;
}

.streetwise-sidebar .button-style {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.streetwise-sidebar .button-style .streetwise-post-save i {
    margin-right: 7px;
}

.streetwise-gallery-actions.streetwise-quick {
    position: absolute;
    top: calc(50% - 70px);
    padding: 0 20px;
    justify-content: space-between;
    width: 100%;
}

.streetwise-gallery-actions.streetwise-quick button {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b3b1b1;
    transition: 0.3s;
}

.streetwise-gallery-actions.streetwise-quick button {
    opacity: 1;
}

.streetwise-gallery-actions.streetwise-quick button.slick-disabled {
    opacity: 0.5 !important;
}

.streetwise-gallery-slider-nav-container {
    margin-top: 10px;
}

.streetwise-gallery-slider-nav-container img {
    height: 56px;
    object-fit: cover;
}

.streetwise-gallery-slider-nav-container img {
    height: 56px;
    object-fit: cover;
}

.streetwise-gallery-nav-slide {
    padding-right: 9px;
}

.streetwise-gallery-slider-nav-container .slick-active.slick-current img {
    border: 2px solid #000;
}

.streetwise-section-fields {
    position: relative;
}

.streetwise-gallery-slider-nav-container .streetwise-gallery-slider-nav {
    max-width: 100%;
    overflow: hidden;
}

.streetwise-gallery-slider-nav-container .streetwise-map {
    height: 58px;
    overflow: hidden;
}

.streetwise-gallery-slider-nav-container .streetwise-map .leaflet-control-zoom.leaflet-bar.leaflet-control {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: unset !important;
    box-shadow: unset;
}

.streetwise-gallery-slider-nav-container .streetwise-map .leaflet-control-zoom.leaflet-bar.leaflet-control a {
    width: 15px;
    height: 16px;
    line-height: 17px;
    font-size: 13px;
    border: unset !important;
    border-radius: unset !IMPORTANT;
}

.streetwise-gallery-slider .cpt-single-map {
    height: 480px !important;
}

.streetwise-gallery-slider-nav-container .slick-active.slick-current .cpt-single-map img {
    border: unset !important;
}

.cwp-cpt-single-oembed-container {
    margin-bottom: 30px;
}

.cwp-cpt-single-oembed-container .cwp-cpt-single-oembed iframe {
    width: 100%;
    min-height: 450px;
}

.streetwiser-video-tour {
    background: #E6F8FE;
    text-align: center;
    padding: 30px;
}

.streetwiser-video-tour h4 {
    color: #1A1F2C;
    font-weight: 700;
}

.streetwiser-video-tour .video-tour-button {
    background-color: white !important;
    border-color: #CDCDCD;
    color: var(--primary-color);
    background: none;
    border-radius: 0;
    text-decoration: none !important;
    -webkit-appearance: none;
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
    font: bold 12px/38px "Source Sans Pro", Helvetica, Arial, sans-serif;
    height: 40px;
    outline: none;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background 200ms, border 200ms, color 200ms;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
}

.streetwiser-video-tour .video-tour-button i {
    margin: 0 6px 0 0;
}

.streetwise-unit-single-page .streetwise-breadcrumbs {
    margin-bottom: 15px;
}

.streetwise-hide {
    display: none;
}


/* start about-building */

.about-list p a {
    list-style: none;
    text-decoration: none;
    color: var(--primary-color);
    font: 16px/30px "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.about-list p span {
    list-style: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #1a1f2c;
    margin-left: 2px;
    font-family: "Source Sans 3", sans-serif;
}

.content-pare>p span,
.estate-list-icons ul li {
    text-transform: capitalize;
    list-style: none;
    margin-right: 25px;
    font: 16px/30px "Source Sans Pro", Helvetica, Arial, sans-serif;
    color: #1A1F2C;
}

.estate-list-icons ul {
    display: flex;
    padding: 0;
    margin: 0;
}

span.icon img {
    /* width: 26%; */
    margin-top: -4px;
    margin-right: 7px;
}

section.about-building {
    margin-top: -40px;
    padding-bottom: 25px;
}

.content-pare>p,
.estate-list-icons {
    padding: 8px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.estate-list-icons {
    padding: 12px 0;
    border-top: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.sales-list {
    padding: 10px 0;
}

.sales-list ul {
    padding: 0;
    margin: 0;
}

.sales-list ul li {
    list-style: none;
    color: #1a1f2c;
    margin-bottom: 8px;
    font: 16px/30px "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.sales-list ul li a {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: none;
    margin-left: 3px;
    font-family: "Source Sans 3", sans-serif;
}

.streetwise-section-fields .content-pare .about-button a {
    background: none;
    border-radius: 0;
    color: #FFF;
    text-decoration: none !important;
    -webkit-appearance: none;
    background-color: #135EAF;
    border: 1px solid;
    border-color: #135EAF;
    cursor: pointer;
    display: inline-block;
    font: bold 12px/38px "Source Sans Pro", Helvetica, Arial, sans-serif;
    height: 40px;
    outline: none;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background 200ms, border 200ms, color 200ms;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.streetwise-section-fields .content-pare .about-button a:hover {
    border: 1px solid var(--primary-color);
    color: #fff;
    background-color: var(--primary-color);
}

.about-border-bottom {
    border-bottom: 2px solid #e6e6e6;
}


/* stats section */

.table-content-list {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.one-list h4 {
    font-size: 12px;
    font-weight: 700;
    color: #62646a;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 20px;
}

.one-list p {
    font-size: 14px;
    font-weight: 400;
    color: #1a1f2c;
    margin-bottom: 0;
    font-family: "Source Sans 3", sans-serif;
}

.one-list {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33%;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.one-list:nth-child(3n) {
    border-right: none;
}

.one-list:first-child {
    border-left: none;
    padding-left: 0;
}

.one-list:nth-child(-n+3) {
    border-top: 1px solid #E6E6E6;
}

.streetwise-single-widget .streetwise-item-details-short .streetwise-single-widget .streetwise-item-details-short p,
.streetwise-single-widget .streetwise-item-details-short span {
    -webkit-font-smoothing: antialiased;
    color: rgb(26, 31, 44);
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    margin: 0px;
    text-transform: none;
    font-size: 14px;
    line-height: 22px;
}

.streetwise-section-fields .content-pare {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.estate-list-icons ul li .icon {
    color: #858585;
    font-size: 11px;
    margin-right: 2px;
}

.streetwise-section-fields .about-list {
    padding: 6px 0;
}

.content-section h1,
.streetwise-single-widget h4,
.streetwise-section-title,
.about-heading h2 {
    font-size: 32px;
    line-height: 40px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: none;
    color: #000;
    margin-bottom: 20px;
}

.content-section h1 {
    margin-bottom: 0;
}

.streetwise-single-widget-sidebar {
    margin: 15px 0px;
}

.streetwise-item-details p,
.streetwise-item-details span,
.streetwise-item-details p,
.streetwise-item-details {
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #1A1F2C;
}

#show-full-description {
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(148, 148, 148);
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-flex;
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    background-color: rgb(255, 255, 255);
    color: rgb(24, 118, 219);
    height: 32px;
    margin: 20px 0 0 0;
    min-width: 120px;
}

#show-full-description:hover {
    color: #fff;
    background: var(--primary-color);
}

.streetwise-item-details-full.active {
    max-height: initial !important;
}

.streetwise-section-fields .streetwiser-video-tour,
.streetwise-section-fields .streetwise-single-widget {
    margin-bottom: 30px;
}

.streetwise-section-fields .cwp-cpt-single-switch-checkbox>h4,
li.streetwise-section-field .streetwise-section-field-content h6 {
    color: #62646A;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.streetwise-section-fields .cwp-cpt-single-switch-checkbox ul {
    display: flex;
    flex-wrap: wrap;
}

.streetwise-section-fields .cwp-cpt-single-switch-checkbox ul li {
    width: calc(100% / 3);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.streetwise-section-fields .cwp-cpt-single-switch-checkbox ul li span.streetwise-checkbox-label {
    color: #1A1F2C;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.streetwise-section-fields .cwp-cpt-single-switch-checkbox {
    margin-bottom: 20px;
}

.streetwise-single-widget.streetwise-section-details {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 40px;
}

li.streetwise-section-field .streetwise-section-field-content p {
    width: calc(100% / 3);
    margin-bottom: 8px;
    display: inline-block;
}

.streetwise-section-field .streetwise-section-field-content {
    margin-bottom: 20px;
}

.streetwise-items-slider-slide .slick-track {
    margin: initial;
}


/* property-history-sec-start */

.property-history-sec .main-heading h2 {
    font-size: 32px;
    line-height: 40px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: none;
    color: #000;
    margin-bottom: 20px;
}

.property-history-sec {
    border-top: 1px solid #E6E6E6;
    padding: 45px 0px;
}


/* property-nav-content-start */

.property-history-navs-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #1A1F2C !important;
    font-family: 'sourcesanspro-bold';
    font-size: 16px;
    border: none;
    padding-left: 0px;
    position: relative;
    width: fit-content;
}

.property-history-navs-tabs .nav-tabs .nav-link {
    margin-bottom: 0px !important;
    border: none !important;
    padding-bottom: 0;
}

.property-history-navs-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:after {
    position: absolute;
    content: '';
    width: 0%;
    transition: 0.5s ease-in-out;
    background-color: var(--primary-color);
    bottom: -8px;
    right: 0;
    opacity: 0;
    left: 0px;
    height: 4px;
}

.property-history-navs-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:hover::after {
    width: 80%;
    opacity: 1;
}

.property-history-navs-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #1A1F2C !important;
    font-family: 'sourcesanspro-bold';
    font-size: 16px;
    border: none;
    padding-left: 0px;
}

.property-history-navs-tabs .nav-item .nav-link:after {
    position: absolute;
    content: '';
    width: 0%;
    transition: 0.5s ease-in-out;
    background-color: var(--primary-color);
    bottom: -8px;
    right: 0;
    opacity: 0;
    left: 0px;
    height: 4px;
}

.property-history-navs-tabs .nav-item .nav-link:hover::after {
    width: 80%;
    opacity: 1;
}

.property-history-navs-tabs button#profile-tab {
    margin-left: 40px;
}

.property-history-navs-tabs .nav-tabs {
    margin-top: 0;
    padding-bottom: 8px;
}


/* property-nav-table-start */

.property-nav-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 24px auto;
    border: 2px solid #E6E6E6;
    border-left: 2px solid #E6E6E6;
    border-top: 2px solid #E6E6E6;
}

.property-nav-content .th,
td {
    border: 1px solid #ccc;
    padding: 10px;
    padding-left: 0px;
    padding: 16px 24px;
    font-size: 14px;
    color: #1A1F2C !important;
    font-family: 'sourcesanspro-regular';
}

.property-nav-content .th,
td span {
    font-size: 14px;
    color: #1A1F2C !important;
    font-family: 'sourcesanspro-bold';
}

.property-nav-content .th,
td a {
    text-decoration: none;
    color: #164DB4;
}

.property-nav-content .th,
td a:hover {
    color: #0a58ca !important;
}

.property-nav-content th {
    border: 1px solid #E6E6E6;
    background: #E6E6E6;
    padding-left: 24px !important;
    padding: 20px 0px;
    color: #62646A;
    font-size: 14px;
    font-family: 'sourcesanspro-bold';
}

.property-nav-content tr:nth-child(3) {
    background-color: #f5f5f5;
    border-top: 2px solid #E6E6E6;
    border-bottom: 2px solid #E6E6E6;
}

.property-nav-content tr:nth-child(5) {
    background-color: #f5f5f5;
    border-top: 2px solid #E6E6E6;
    border-bottom: 2px solid #E6E6E6;
}

.streetwise-sidebar .button-style .cwp-single-share-btn .cwp-main i {
    margin-right: 6px;
}


/* property-nav-table-end */


/* property-nav-content-end */


/* property-history-sec-end */

.streetwise-single-page.streetwise-unit-single-page {
    margin-top: 15px;
    margin-bottom: 80px;
}

.property-slider-content-arrows .property-slider img {
    height: 265px;
    object-fit: cover;
    margin-bottom: 8px;
}

.streetwise-items-slider-slide .streetwise-item {
    margin: 0 15px;
}

.property-slider-content-arrows .property-slider img {
    height: 284px;
    object-fit: contain;
    margin-bottom: 8px;
    background: #e6e6e6;
    border: 1px solid #949494;
}

.property-slider-content-arrows .property-slider p {
    -webkit-font-smoothing: antialiased;
    color: rgb(26, 31, 44);
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    margin: 0px;
    text-transform: none;
    font-size: 12px;
    line-height: 16px;
}

.property-slider-content-arrows .property-slider-nav {
    margin-top: 20px !important;
}

.property-slider-content-arrows .property-slider-nav img {
    height: 60px;
    margin-right: 6px;
    object-fit: cover;
    border: 1px solid #949494;
}

.property-slider-content-arrows .property-slider-nav .slick-list {
    padding: 0 !important;
}

.property-slider-content-arrows .property-slider-nav img {
    height: 60px;
    margin-right: 6px;
    border: 1px solid #949494;
}

.property-slider-content-arrows .property-slider .property-slider-nav-heading-published {
    background: rgb(220, 246, 255);
    border-radius: 15px;
    left: 12px;
    padding: 3px 12px;
    position: absolute;
    top: 12px;
}

.property-slider-content-arrows button {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b3b1b1;
    transition: 0.3s;
    top: 38%;
    position: absolute;
}

.property-slider-content-arrows button {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b3b1b1;
    transition: 0.3s;
    top: 38%;
    position: absolute;
}

.property-slider-content-arrows .streetwise-left-angles {
    left: 20px !IMPORTANT;
    z-index: 999999;
}

.property-slider-content-arrows .streetwise-right-angles {
    right: 20px;
    z-index: 99999;
}

.property-slider-content-arrows .streetwise-right-angles:hover {
    opacity: 1;
}

.property-history-navs-tabs .nav-item .nav-link.active:after {
    width: calc(100% - 10px);
    opacity: 1;
}

.property-history-sec-slider {
    padding-top: 20px;
}

.property-history-sec-slider .slider-main-heading h4 {
    -webkit-font-smoothing: antialiased;
    color: rgb(26, 31, 44);
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    margin: 0px;
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 18px;
}

.streetwise-left-angle-similar,
.streetwise-right-angle-similar {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 53%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    cursor: pointer;
    display: block;
    height: 52px;
    overflow: hidden;
    top: 38%;
    transition: all 300ms;
    width: 52px;
    position: absolute;
    z-index: 99;
}

.streetwise-right-angle-similar {
    right: -50px;
}

.streetwise-left-angle-similar {
    left: -50px;
}

.streetwise-left-angle-similar i,
.streetwise-right-angle-similar i {
    color: #8b8686;
}

.streetwise-right-angle-similar.slick-disabled,
.streetwise-left-angle-similar.slick-disabled {
    opacity: 0.5;
}

.streetwise-left-angle-similar:hover,
.streetwise-right-angle-similar:hover {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 37%);
}


/* streetwise-payment-model-css-code */

.streetwise-payment-mortgage {
    display: flex;
    justify-content: center;
    position: fixed;
    background: #ffffff96;
    align-items: center;
    z-index: 9;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#streetwise-payment-mortgage-model-open {
    cursor: pointer;
    color: var( --primary-color);
}

.streetwise-payment-model {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    width: 498px;
}

.streetwise-payment-model-header {
    background-color: #032765;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.streetwise-payment-model-header .model-title h2 {
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
}

.streetwise-payment-model-header span {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.streetwise-payment-model-header .model-popover-btn {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.streetwise-payment-model-header .model-hide-btn {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.streetwise-payment-model-body {
    padding: 15px;
}

.streetwise-payment-model-field-section form {
    margin: 0;
}

.streetwise-payment-model-field-section form .form-row {
    display: flex;
    gap: 0 14px;
    margin-bottom: 14px;
    align-items: center;
    padding-left: 14px;
}

.streetwise-payment-model-field-section form .form-row label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 5px;
    width: 147px;
    text-align: end;
}

.streetwise-payment-model-field-section form .form-row input {
    width: 34%;
    border-radius: 0 0 0 0;
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    color: #1A1F2C;
    font-size: 12px;
    height: 40px;
    outline: 0;
    padding: 7px 15px;
}

.streetwise-payment-model-field-section form .form-row input.down-payment {
    width: 100px;
}

.streetwise-payment-model-field-section form .form-row select.term-select {
    width: 34%;
    border-radius: 0 0 0 0;
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    color: #1A1F2C;
    font-size: 12px;
    height: 40px;
    outline: 0;
    padding: 7px 15px;
}

.streetwise-payment-model-field-section form .form-row h3 {
    color: #1A1F2C;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.streetwise-payment-model-field-section form .form-row p.price {
    color: #1a1f2cd1;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
}

.streetwise-payment-model-field-section form .monthly-payment {
    border-top: 1px solid #DDD;
    padding-top: 12px;
    padding-bottom: 8px;
}

.streetwise-payment-model-field-section form .monthly-payment h3.price {
    font-weight: bold;
    font-size: 21px;
}

.streetwise-payment-model-field-section form .monthly-payment p.description {
    color: #9A9A9A;
    font-size: 13px;
    text-align: left;
    padding-left: 14px;
}

.streetwise-minimum-downpayment.redish {
    color: red !important;
}

.cwp-ui-datepicker .ui-datepicker tbody tr td {
    padding: 10px;
}

.data-unit-single-form {
    width: 480px;
}

.data-unit-single-form .cwp-frontend-form-container {
    padding: 60px;
}

.data-unit-single-form .cwp-frontend-form-container .cwp-frontend-section-heading-container {
    padding: 0;
    margin-bottom: 0;
    border: unset;
}

.data-unit-single-form .cwp-frontend-form-container .cwp-frontend-section-heading-container p {
    margin: 1px 0px 10px;
    color: rgb(98, 100, 106);
    -webkit-font-smoothing: antialiased;
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    text-transform: none;
    font-size: 12px;
    line-height: 16px;
}

.cwp-frontend-section-container .cwp-frontend-section-content-container {
    border: unset !IMPORTANT;
    padding: 0 !important;
    border-top: unset !important;
    position: relative;
}

.cwp-frontend-section-container .cwp-frontend-section-content-container .cwp-field-container {
    padding: 0;
    margin-bottom: 14px;
}

.data-unit-single-form .offcanvas-body {
    padding: 0;
    position: relative;
}

.cwp-frontend-section-container .cwp-frontend-section-content-container .cwp-field-container label {
    display: inline !important;
    -webkit-font-smoothing: antialiased;
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 15px;
    text-transform: uppercase;
    color: rgb(98, 100, 106);
    margin: 0px;
}

.cwp-frontend-section-container .cwp-frontend-section-content-container .cwp-field-container .description {
    color: rgb(98, 100, 106);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    margin: 0px;
    text-transform: none;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    background: transparent !important;
}

.data-unit-single-form input[type="text"],
.data-unit-single-form input[type="email"],
.data-unit-single-form input[type="url"],
.data-unit-single-form input[type="password"],
.data-unit-single-form input[type="search"],
.data-unit-single-form input[type="number"],
input[type="tel"],
input[type="range"],
.data-unit-single-form input[type="date"],
input[type="month"],
.data-unit-single-form input[type="week"],
.data-unit-single-form input[type="time"],
input[type="datetime"],
.data-unit-single-form input[type="datetime-local"],
.data-unit-single-form input[type="color"],
.data-unit-single-form textarea {
    margin-top: 6px;
}

.data-unit-single-form .close-tour-button {
    align-items: center;
    border: 1px solid rgb(148, 148, 148);
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-flex;
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    background-color: rgb(255, 255, 255);
    color: rgb(24, 118, 219);
    height: 46px;
    min-width: 82px;
    margin-left: 60px;
    position: absolute;
    left: 0;
    margin-top: -59px;
}

.report-listing.data-unit-single-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
}

.data-unit-single-form .cwp-frontend-section-container {
    margin-bottom: 20px !important;
    min-height: calc(100vh - 150px);
}

.data-unit-single-form textarea {
    border: 1px solid #949494;
    border-radius: 0;
    outline: none;
    min-height: 150px;
}

.data-unit-single-form .cwp-radio-container .cwp-field-radio-container {
    justify-content: space-between;
}

.data-unit-single-form .cwp-radio-container .cwp-field-radio-container .cwp-field-radio {
    width: 50%;
    margin: 0;
}

.data-unit-single-form .cwp-radio-container .cwp-field-radio-container .cwp-field-radio input {
    display: none;
}

.data-unit-single-form .cwp-frontend-form-container .cwp-from-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(24, 118, 219);
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-flex;
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    background-color: rgb(24, 118, 219);
    color: rgb(255, 255, 255);
    float: right;
    margin: 0 !important;
    height: 46px;
    max-width: calc(100% - 106px);
}

.data-unit-single-form .cwp-radio-container .cwp-field-radio-container .cwp-field-radio label {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(148, 148, 148);
    border-radius: 0px;
    box-sizing: border-box;
    color: rgb(24, 118, 219);
    cursor: pointer;
    display: inline-flex !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700 !important;
    margin-top: 10px !important;
    height: 40px;
    -webkit-box-pack: center;
    width: 100%;
    justify-content: center;
    margin: 0px;
    min-width: 148px;
    padding: 0px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.data-unit-single-form .cwp-radio-container .cwp-field-radio-container .cwp-field-radio input:checked+label {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    text-decoration: underline;
}


/* building */

.cwp-cpt-single-google_address.cwp-cpt-single-field-container .cwp-map-address {
    display: none;
}

.cwp-cpt-single-google_address.cwp-cpt-single-field-container .cpt-single-map {
    height: 480px !important;
}

.streetwise-single-page.streetwise-building-single-page {
    margin-top: 15px;
    margin-bottom: 80px;
}

.streetwise-building-single-page .streetwise-breadcrumbs {
    margin-bottom: 15px;
}


/* building  */

#streetwise-item-section-related-items.building-units {
    background: #F5F5F5;
    content: "";
    min-height: 278px;
    padding: 40px 0;
}

#streetwise-item-section-related-items.building-units .streetwise-item {
    display: flex;
    flex-direction: row;
}

#streetwise-item-section-related-items.building-units .streetwise-item .streetwise-item-media-and-tags {
    width: 166px;
}

#streetwise-item-section-related-items.building-units .streetwise-item .streetwise-item-media-and-tags img {
    height: 175px !important;
}

#streetwise-item-section-related-items.building-units .streetwise-item .streetwise-item-media {
    height: 175px !important;
    min-width: 100%;
}

#streetwise-item-section-related-items.building-units .streetwise-item-price {
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    margin-top: 4px;
}

#streetwise-item-section-related-items.building-units .streetwise-item-content {
    width: calc(100% - 166px);
    border-radius: 0;
}

#streetwise-item-section-related-items.building-units button.slick-disabled {
    display: none !important;
}

.slick-slider {
    display: none;
}

.slick-initialized.slick-slider {
    display: block;
}

.streetwise-section-title-active {
    margin-bottom: 18px;
    color: #62646A;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    position: relative;
    text-transform: uppercase;
}

.streetwise-building-single-page .content-section h2 {
    font-size: 18px;
    font-weight: 200;
    line-height: 18px;
    color: #000;
    margin-top: -4px;
    text-transform: none;
    margin-bottom: 15px;
}

.streetwise-building-single-page .streetwise-cubewp-building-units button.nav-link {
    display: inline-block;
    color: #1A1F2C;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    margin-left: -1px;
    background: #fff;
    border: 1px solid #ddd !important;
    border-radius: 0;
    padding: 0px 18px;
}

.streetwise-building-single-page .streetwise-cubewp-building-units button.nav-link.active {
    background: #F5F5F5;
    font-weight: 700;
}

.streetwise-cubewp-building-units button.nav-link::after {
    display: none;
}

.streetwise-building-single-page .streetwise-cubewp-building-units ul#myTab {
    border: unset;
    padding-bottom: 0 !important;
}

.streetwise-building-single-page .streetwise-cubewp-building-units .property-nav-content table th {
    background: #fff;
    border: unset;
    border-top: 2px solid #000;
    padding: 10px 0px !important;
    border-bottom: 1px solid #000;
    color: var(--primary-color);
}

.streetwise-building-single-page .streetwise-cubewp-building-units .property-nav-content table.nav-table {
    border: unset !important;
    padding: unset !important;
    margin: unset !important;
}

.streetwise-building-single-page .streetwise-cubewp-building-units .property-nav-content table tr td {
    border: unset;
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
}

.streetwise-building-single-page .streetwise-cubewp-building-units .property-nav-content table tr:last-child td {
    border: unset !IMPORTANT;
    border-bottom: 1px solid #fff0;
}

.streetwise-building-single-page .streetwise-cubewp-building-units .tab-content-tables {
    padding: 25px 0;
}

.streetwise-building-single-page .streetwise-cubewp-building-units .property-nav-content tr:nth-child(3) {
    background-color: #f5f5f500;
    border-top: initial;
    border-bottom: initial;
}


/* lisited by  */

.Qna-sec-buttons .listed-by-peoples .heading h5 {
    color: #62646A;
    font-family: 'sourcesanspro-bold';
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
    padding: 10px 0px;
}

.Qna-sec-buttons .person-img-details .person-name {
    color: #164DB4;
    font-family: 'sourcesanspro-bold';
    font-size: 16px;
    margin-left: 20px;
}

.Qna-sec-buttons .person-img-details .person-name a {
    background: none;
    border: none;
    color: rgb(22, 77, 180);
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: bold;
    line-height: 24px;
    width: 100%;
}

.Qna-sec-buttons .person-img-details img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.Qna-sec-buttons .person-img-details .skills-detail {
    color: #1A1F2C;
    font-family: 'sourcesanspro-regular';
    font-size: 14px;
    line-height: 30px;
}

.Qna-sec-buttons {
    background: #F5F5F5;
    padding: 16px 16px;
}


/* Qna-sec-buttons-logos-sec-end */


/* hide-report-listing-sec-start */

.hide-report-listing .hide-listing p {
    color: var(--primary-color);
    font-family: 'sourcesanspro-regular';
    font-size: 14px;
    border-right: 1px #949494 solid;
    padding: 0px 20px;
    padding-left: 0px;
}

.hide-report-listing a:hover {
    color: #0a58ca !important;
}

.hide-report-listing .report-listing a {
    color: var(--primary-color);
    font-family: 'sourcesanspro-regular';
    font-size: 14px;
    padding: 0px 20px;
}

.content .button.d-flex.justify-content-between {
    padding: 20px 0px;
}

.Qna-sec-buttons .office-logo {
    margin-top: 20px;
}

.hide-report-listing .hide-listing svg.svg-inline--fa.fa-eye-slash {
    margin-right: 8px;
    font-size: 12px;
}

.hide-report-listing .report-listing svg.svg-inline--fa.fa-circle-exclamation.report-icon {
    margin-right: 8px;
    font-size: 12px;
}

.Qna-sec-buttons .person-img-details .skills-detail p {
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    color: rgb(26, 31, 44);
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
}

.Qna-sec-buttons .person-img-details {
    align-items: center;
}

.streetwise-building-single-page .streetwise-cubewp-building-units .property-nav-content table tr th:first-child {
    width: 30%;
}


/* streerwise-building-facts */

.streerwise-building-facts h2.building-facts-title {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 12px;
    color: #000;
    text-align: left;
    margin-top: 12px;
}

.streerwise-building-facts .building-facts-table tbody tr td {
    font-size: 14px;
    border: unset;
    padding: 2px;
    padding-right: 6px;
}

.streerwise-building-facts .building-facts-table tbody ul {
    padding: 0;
    margin: 0;
}

.streerwise-building-facts .building-facts-table tbody ul li.detail-cell {
    border-right: 1px solid #E6E6E6;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.streerwise-building-facts .building-facts-table tbody ul li.detail-cell:first-child {
    padding-left: 0;
}

.streerwise-building-facts .building-facts-table tbody ul li.detail-cell:last-child {
    border-right: 0;
}

.streerwise-building-facts .building-facts-table tbody tr td a {
    color: #1876DB;
    text-decoration: none;
}

.streerwise-building-facts .building-facts-table tbody tr td span.clickable {
    border-bottom-color: #1876DB;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    color: #1876DB;
    cursor: pointer;
    text-decoration: none;
}
.streetwise-section-fields .cwp-cpt-single-switch-checkbox ul li img {
    width: 30px;
    margin-right: 8px;
    height: 34px;
    object-fit: contain;
}
.streetwise-section-fields .cwp-cpt-single-switch-checkbox ul li i {
     color: var(--primary-color);
    font-size: 28px;
    width: 30px;
    margin-right: 8px;
    height: 34px;
    object-fit: contain;
    text-align: center;
}
.streetwise-section-fields .content-pare>p span {
    margin-right: 4px;
}