.ip-banner {
    display: none;
}

/* #IDX-main{
    display: none !important;
} */
/* #IDX-main{
    opacity: 0 !important;
} */
.pd-map div#IDX-detailsMap {
    position: relative;
    overflow: hidden;
}

.pd-map div#IDX-map {
    width: 616px !important;
    height: 507px !important;
}

div#IDX-similar-listings-data, h2#IDX-similar-listings-title, div#IDX-similar-listings-result, div#IDX-detailsContactForm, div#IDX-main > div:nth-of-type(2), div#IDX-main > div:nth-of-type(6), div#IDX-main hr, div#IDX-detailsTopNav, div#IDX-details-row-content, div#IDX-fieldsWrapper {
    display: none !important;
}

#content-full {
    margin-top: 0 !important;
}

#content .entry-title {
    display: none !important
}

#inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

.ftr-contact {
    margin-top: 0;
}

.pd-banner {
    position: relative;
}

.pd-photo {
    position: relative;
}

.pd-photo canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.pd-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pd-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 270px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.pd-btn-holder {
    position: absolute;
    bottom: 100px;
    right: 60px;
    z-index: 5;
}

.pd-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 275px;
    height: 60px;
    margin: auto;
    color: white;
    text-shadow: 0px 2px 1.96px rgba(0, 0, 0, 0.45);
    border: 2px solid white;
    font-family: var(--poppins);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    background: rgba(0,0,0,0.15);
    transition: all ease-in-out 0.35s;
}

.pd-btn a:hover {
    background: #a33038;
    border: 2px solid #a33038;
}

.pd-breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgb(0 0 0 / 90%);
    z-index: 4;
    /*padding: 10px 0;*/
    padding: 10px 24px;
    opacity: 0;
}

.pd-breadcrumbs p#breadcrumbs {
    /*max-width: 1170px;*/
    max-width: 100%;
    margin: 0 auto;
    /*padding: 0 15px;*/
    padding: 0 75px;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--poppins);
    letter-spacing: .3px;
    text-transform: uppercase;
    display: block !important;
}

.pd-breadcrumbs p#breadcrumbs a {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pd-breadcrumbs p#breadcrumbs a:hover {
    opacity: .7;
}

.pd-content-holder {
    padding: 24px;
    position: relative;
}

.pd-content-inner {
    padding: 15px 75px;
    position: relative;
    color: #fff;
}

.pd-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #000;
}

.pd-bg canvas {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .13;
    filter: grayscale(1);
}

.pd-details {
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.pd-col1 {
    margin-top: 110px;
    width: 55.523%;
}

.pd-col2 {
    margin-top: 110px;
    width: 44.477%;
}

.pd-head {
    margin: 0 0 70px;
}

.pd-title {
    /*font-size: 90px;*/
    font-size: 60px;
    font-weight: 500;
    font-family: var(--poppins);
    text-transform: uppercase;
    max-width: 500px;
    line-height: .88;
}

.pd-title span {
    font-size: 35px;
    font-weight: 400;
    display: block;
    letter-spacing: .6px;
    margin-top: 12px;
    margin-left: 4px;
    position: relative;
}

.pd-title span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 22px;
    width: 168px;
    height: 2px;
    background: #a33038;
    display: none;
}

.pd-price {
    font-size: 54px;
    font-weight: 500;
    font-family: var(--poppins);
    letter-spacing: -1.5px;
    margin: 0 0 47px;
}

.pd-text p {
    display: block;
    max-width: 665px;
    font-size: 15px;
    font-weight: 300;
    font-family: var(--poppins);
    letter-spacing: .35px;
    line-height: 1.8;
    margin: 0 0 25px;
}

.pd-text.hidden-xs.hidden-sm {
    width: 100%;
    max-width: 100%;
}

.pd-text.hidden-xs.hidden-sm p {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.pd-action-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.pd-action-btn a img {
    margin: 0 auto 29px;
}

.pd-action-btn a {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--poppins);
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.7px;
    line-height: 1.3;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pd-action-btn a:hover {
    opacity: .7;
}

.pd-action-btn a span {
    display: block;
    max-width: 120px;
}

.pd-action-btn a:nth-child(2) img {
    margin-bottom: 38px;
}

.pd-action-btn a:nth-child(3) img {
    margin-bottom: 40px;
}

.pd-map {
    position: relative;
}

.pd-map canvas {
    display: block;
    width: 100%;
}

.pd-map img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pd-map-holder {
    margin-top: 35px;
}

.pd-map #IDX-main #IDX-map[data-propcat="active"] .leaflet-marker-pane img.leaflet-marker-icon {
    -webkit-filter: hue-rotate(265deg) saturate(450%);
    filter: hue-rotate(265deg) saturate(450%);
}

.pd-specs-holder {
    position: relative;
    margin: 55px 0 0;
}

.pd-sub-title {
    font-size: 37px;
    font-weight: 500;
    font-family: var(--poppins);
    text-transform: uppercase;
    letter-spacing: -.4px;
    position: relative;
    padding: 0 0 16px;
    margin: 0 0 38px;
}

.pd-sub-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 69px;
    height: 3px;
    background: #a33038;
    display: none;
}

.pd-lists {
    display: flex;
    flex-wrap: wrap;
}

ul.pd-list-col1 {
    /*width: 24%;*/
    max-width: 332px;
    width: 100%;
}

#content ul.pd-list-col1 {
    max-width: 100%;
    column-count: 2;
    margin: 0;
}

#content ul.pd-list-col2 {
    max-width: 100%;
    margin: 0;
}

#content .pd-extra ul.pd-list-col1::before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: -11px;
    left: 35%;
    background: #a33038;
}

ul.pd-list-col2 {
    /*width: 30%;*/
    max-width: 420px;
    width: 100%;
}

.pd-lists ul > li {
    display: block;
    margin: 0 0 23px;
}

.pd-lists ul > li > span {
    font-size: 14px;
    font-weight: 300;
    font-family: var(--poppins);
    color: #a9a9a9;
    letter-spacing: .6px;
    display: inline-block;
}

.pd-lists ul > li > span:not(:first-child) {
    color: #fff;
}

.pd-lists ul.pd-list-col1 > li > span:first-child {
    min-width: 155px;
    padding-right: 20px;
}

.pd-lists ul.pd-list-col2 > li > span:first-child {
    min-width: 275px;
    min-width: 155px;
}

.pd-property-details, .pd-interior-features, .pd-exterior-features, .pd-other-property-details {
    padding-bottom: 47px;
}

.pd-site-img {
    display: block;
    position: relative;
}

.pd-site-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.pd-site-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

/*Popup Gallery*/
.ip-popup-gallery {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
    font-size: 0;
}

.ip-popup-gallery.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.ip-popup-gallery-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: block;
    padding: 25px;
}

.ip-popup-gallery-main {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 80px auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
}

.ip-popup-gallery.active .ip-popup-gallery-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#inner-page-wrapper {
    z-index: auto;
}

body.gallery-active {
    overflow: hidden;
}

.ip-popup-gallery-slide-holder {
    display: block;
    position: relative;
}

.ip-popup-gallery-slide {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.ip-popup-gallery-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.ip-popup-gallery-slide:not(.slick-initialized) .ip-popup-gallery-item:nth-child(n+2) {
    display: none;
}

.ip-popup-gallery-thumb-slide {
    display: block;
    position: relative;
    margin: 0 -5px;
}

.ip-popup-gallery-thumb-item {
    display: inline-block;
    position: relative;
    padding: 0 5px;
    cursor: pointer;
}

.ip-popup-gallery-thumb-slide:not(.slick-initialized) .ip-popup-gallery-thumb-item:nth-child(n+4) ~ div {
    display: none;
}

.ip-popup-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: calc(100% + 170px);
    left: 50%;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    pointer-events: none;
}

.ip-popup-gallery-control button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 61px;
    height: 61px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    pointer-events: auto;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-popup-gallery-control button:hover {
    background: #a33038;
    border: 2px solid #a33038;
}

section.ftr-contact {
    display: none !important
}

.ip-ftr-contact {
    position: relative;
    background: black;
    padding: 182px 15px 157px;
}

.ip-ftr-contact-container {
    position: relative;
    z-index: 5;
    max-width: 1140px;
    margin: 0 auto;
}

.ip-ftr-contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.ip-ftr-contact-bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .8;
    background-attachment: fixed;
}

.ip-form-title {
    font-size: 37px;
    font-weight: 500;
    font-family: var(--poppins);
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 34px;
    line-height: 1.2;
}

.ip-form-wrap form {
    font-size: 0;
    margin: 0 -11px;
}

.ii-fields input[type=text], .ii-fields input[type=email], .ii-fields input[type=tel], .ii-fields textarea {
    font-size: 15px;
    font-weight: 300;
    font-family: var(--poppins);
    background: transparent;
    width: 100%;
    height: 50px;
    color: #fff;
    padding: 0 5px;
    border-radius: 0;
    resize: none;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ii-fields.ii-textarea {
    /*width: 66.6%;*/
    width: 100%;
}

.ii-fields {
    position: relative;
    /*width: 33.3%;*/
    /*width: 32.9%;*/
    width: 49.35%;
    padding: 0 11px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 26px;
}

.ip-form-wrap div.wpcf7 .ajax-loader {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -18px;
}

.ip-form-wrap span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.ip-form-wrap span.wpcf7-form-control-wrap {
    display: block;
}

.ip-form-wrap div.wpcf7-response-output {
    margin: auto !important;
    position: absolute;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    line-height: 1.2;
    margin-top: 5px !important;
}

.ip-form-wrap .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ip-form-wrap .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 0;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
    width: auto;
}

.ii-fields.ii-btn {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 239px;
    display: block;
    position: relative;
}

.ii-fields.ii-btn::after {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background: #a33038;
}

.ii-btn-holder {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 11px;
    margin: 45px 0 0;
}

.ii-btn-inner {
    display: inline-flex;
    margin-right: -5px;
}

.ii-btn-inner a {
    min-width: 298px;
    margin: 0 5px;
}

.ii-fields.ii-textarea textarea {
    padding-top: 17px;
}

.ii-btn-inner a:nth-child(2) {
    display: none;
}

.post-page-aios-custom-idx-broker-details-page[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 0s !important;
}

/*Listing Agents*/
.listd-agents {
    background: url(../../images/listing-details/listd-agents-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 115px 0 120px;
}

.agents-wrapper {
    color: #fff;
}

.agents-wrapper .agents-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.agents-wrapper .agents-title h2 {
    overflow: hidden;
    text-align: right;
    font-weight: 500 !important;
    font-family: var(--poppins);
}

.agents-wrapper .agents-title h2 strong {
    display: block;
    font-size: 55px;
    line-height: 1.1;
    /* font-weight: 400;*/
    font-weight: 500 !important;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 98px;
}

.agents-wrapper .agents-title h2 span {
    font-size: 28px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.150em;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0;
    position: relative;
}

.agents-wrapper .agents-title h2 span:after {
    content: '';
    display: block;
    height: 3px;
    width: 100vw;
    position: absolute;
    right: 105%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #a33038;
}

.agents-slide {
    overflow: hidden;
    margin: 60px 0 0;
}

.agents-slide ul:not(.slick-slider) {
    display: flex;
    justify-content: space-between;
}

.agents-slide ul:not(.slick-slider) li {
    width: 48%;
}

.agents-slide ul {
    margin: 0 -15px;
    font-size: 0;
}

.agents-slide .slick-slide {
    margin: 0 15px;
}

.agents-slide li {
}

.agents-slide .agents-single {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: center;
}

.agents-slide .agents-img {
    width: 42.703%;
    position: relative;
    z-index: 0;
}

.agents-slide .agents-img canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.agents-slide .agents-det {
    width: 57.297%;
    padding: 0 0 0 42px;
    font-size: 15px;
    line-height: 25px;
    position: relative;
    z-index: 1;
}

.agents-slide .agents-det h3 {
    font-size: 24px !important;
    margin: 0 0 20px !important;
}

.agents-slide .agents-line {
    background: #a33038;
    height: 2px;
    pointer-events: none;
    margin: 18px 0 35px -72px;
}

.agents-slide .agents-det a.agents-vp {
    display: inline-block;
    margin: 0 auto;
    max-width: 300px;
    border: 2px solid #ffffff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    padding: 7px 5px;
    text-align: center;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.agents-slide .agents-det a.agents-vp:hover {
    border: 2px solid #a33038;
}

.agents-slide .agents-det a:hover {
    color: #a33038;
}

.agents-slide .agents-det a.agents-vp span {
    display: inline-block;
    vertical-align: middle;
    background-size: 22px auto;
    padding: 6px 5px;
}

/*Listing Agents*/
span.IDX-detailsAgentInfoText {
    font-weight: bold;
}

.listingAgentInfo {
    display: none;
}

#content .agents-wrapper ul {
    list-style-type: none;
}


.custom-disclaimer {
    padding: 24px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {
    .pd-text p {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-popup-gallery-main {
        max-width: 1000px;
    }

    .pd-content-inner {
        padding: 15px 50px;
    }

    .pd-title {
        font-size: 80px;
    }

    .pd-title span {
        font-size: 30px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-popup-gallery-main {
        max-width: 800px;
    }

    .pd-details {
        margin-top: 0;
    }

    .pd-details .pd-col1, .pd-details .pd-col1 {
        margin-top: 50px;
    }

    .pd-content-inner {
        padding: 15px 30px;
    }

    .pd-title {
        font-size: 55px;
    }

    .pd-title span {
        font-size: 25px;
        max-width: 400px;
    }

    .pd-title span::after {
        right: 0;
    }

    .pd-lists ul > li {
        font-size: 13px;
    }
    
    .pd-sub-title {
        font-size: 30px;
        padding: 0 0 10px;
        margin: 0 0 20px;
    }
    
    .pd-head {
        margin: 0 0 50px;
    }
    
    #content .pd-extra ul.pd-list-col1::before {
        left: 42%;
    }
    
    .listd-agents {
        padding: 60px 0;
    }
    
    .agents-slide .agents-det {
        padding: 0 0 0 25px;
    }
    
    .agents-slide .agents-line {
        margin: 15px 0 25px -72px;
    }
    
    .pd-action-btn a {
        font-size: 15px;
    }
    
    .pd-price {
        font-size: 50px;
        line-height: 1;
    }
    
    .pd-specs-holder {
        margin: 30px 0 0;
    }
    
    .pd-property-details, .pd-interior-features, .pd-exterior-features, .pd-other-property-details {
        padding-bottom: 35px;
    }
    
    .agents-slide {
        margin: 40px 0 0;
    }

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .pd-btn-holder {
        bottom: 60px;
        right: 15px;
    }

    .pd-details > div {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    .pd-title {
        font-size: 45px;
        max-width: 100%;
        line-height: 1.1;
    }

    .pd-title span {
        margin-left: 0;
        max-width: 100%;
        font-size: 18px;
        line-height: 1;
    }

    .pd-title span::after {
        top: auto;
        bottom: -15px;
        right: 0;
        left: 0;
    }

    .pd-text p {
        padding-right: 0;
        max-width: 100%;
    }

    .pd-lists ul {
        max-width: 100% !important;
    }

    .pd-lists ul.pd-list-col1 > li > span:first-child {
        min-width: 275px;
        width: 100%;
        min-width: auto;
    }

    #content ul.pd-list-col1 {
        column-count: 1;
    }

    .pd-lists ul > li {
        line-height: 1;
        margin-bottom: 20px;
    }

    .ip-popup-gallery-wrapper {
        padding: 25px 60px;
    }

    .ip-popup-gallery-control {
        width: calc(100% + 100px);
    }

    .ip-popup-gallery-control button {
        width: 41px;
        height: 41px;
    }

    .pd-btn a {
        width: 150px;
        height: 50px;
        font-size: 13px;
        letter-spacing: 0.070em;
    }

    .pd-banner {
        margin-top: 53px;
    }

    .ip-ftr-contact-bg canvas {
        background-attachment: local;
    }

    .ip-ftr-contact {
        padding: 50px 15px;
    }

    .ip-form-title {
        text-align: center;
    }

    .ii-fields {
        width: 100% !important;
    }

    .ip-form-wrap {
        max-width: 500px;
        margin: 0 auto;
    }

    .ii-btn-holder {
        display: block;
        margin: 20px 0 0;
    }

    .ii-fields.ii-btn {
        max-width: 200px;
        margin: 0 auto 20px;
    }

    .ii-btn-inner {
        display: block;
        margin-right: 0;
    }

    .ii-btn-inner a {
        min-width: 298px;
        margin: 0 auto 10px;
    }

    #content .pd-extra ul.pd-list-col1::before {
        display: none;
    }

    .pd-head {
        margin: 0 0 50px;
    }

    .pd-sub-title {
        margin: 0 0 10px;
        padding: 0 0 10px;
        line-height: 1;
    }

    .pd-map-holder #IDX-main {
        padding: 0;
    }

    #content .agents-wrapper ul {
        list-style-type: none;
        margin: 0;
        display: block;
        width: 100%;
    }

    .agents-slide ul:not(.slick-slider) li, .agents-slide li {
        width: 100%;
    }

    .agents-slide .agents-det {
        padding: 0 0 0 30px;
        font-size: 14px;
    }

    .agents-slide .agents-line {
        margin: 12px 0 17px -40px;
    }

    .agents-slide .agents-det h3 {
        font-size: 20px !important;
        margin: 0 0 10px !important;
        line-height: 1;
    }

    .listd-agents {
        padding: 0 0 40px;
    }

    .agents-wrapper .agents-title h2 strong {
        padding: 0 20px 0 20px;
        font-size: 45px;
    }

    .agents-wrapper .agents-title h2 span {
        font-size: 25px;
    }

    .pd-breadcrumbs p#breadcrumbs {
        padding: 0;
        line-height: 1.2;
        letter-spacing: 0.020em;
    }

    .pd-breadcrumbs {
        padding: 10px 15px;
    }

    .pd-photo canvas {
        min-height: 300px;
    }

    .pd-map div#IDX-map {
        height: 350px !important;
        width: 100%!imortant;
    }

    .pd-specs-holder {
        margin: 35px 0 0;
    }

    .pd-lists ul.pd-list-col1 > li > span {
        padding: 0!important;
    }

    .pd-property-details, .pd-interior-features, .pd-exterior-features, .pd-other-property-details {
        padding-bottom: 30px;
    }

    .pd-price {
        font-size: 45px;
        line-height: 1;
    }

    .agents-slide {
        margin: 20px 0 0;
    }

    .agents-slide .agents-single {
        /* display: block; */
        /* width: 100%; */
        /* max-width: 300px; */
        /* margin: 0 auto; */
    }
    
    .agents-slide .agents-img {
        /* width: 100%; */
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .pd-title {
        font-size: 45px;
    }

    .pd-lists ul.pd-list-col2 > li > span:first-child, .pd-lists ul.pd-list-col1 > li > span:first-child {
        min-width: 200px;
        max-width: 200px;
    }

    .pd-sub-title {
        font-size: 32px;
    }

    .ip-form-title {
        font-size: 30px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .pd-btn a {
        width: 120px;
        height: 40px;
        font-size: 14px;
        letter-spacing: .7px;
    }

    .pd-content-inner {
        padding: 15px;
    }

    .pd-content-holder {
        padding: 10px;
    }

    .pd-title {
        font-size: 35px;
    }

    .pd-price {
        font-size: 40px;
        line-height: 1;
    }

    .pd-action-btn {
        display: block;
    }

    .pd-action-btn a span {
        max-width: 100%;
    }

    .pd-action-btn a {
        margin-bottom: 30px;
    }

    .pd-action-btn a:nth-child(2) img, .pd-action-btn a:nth-child(3) img {
        margin-bottom: 29px;
    }

    .pd-sub-title {
        font-size: 25px;
        text-align: center;
    }

    .pd-sub-title::after {
        right: 0;
        margin: auto;
    }

    .pd-lists ul > li > span {
        display: block;
    }

    .pd-lists ul > li > span:not(:first-child) {
        margin-top: 10px;
    }

    .pd-lists ul > li {
        text-align: center;
    }

    .pd-lists ul.pd-list-col2 > li > span:first-child, .pd-lists ul.pd-list-col1 > li > span:first-child {
        min-width: 100%;
        max-width: 100%;
    }

    .pd-property-details, .pd-interior-features, .pd-exterior-features, .pd-other-property-details {
        padding-bottom: 20px;
    }

    .ii-btn-inner a {
        min-width: 250px;
    }

    .agents-slide .agents-det {
        padding: 0 0 0 10px;
        width: 60%;
        font-size: 13px;
    }

    .agents-slide .agents-img {
        width: 40%;
    }

    .agents-slide .agents-det h3 {
        font-size: 18px!important;
    }
    
    .agents-slide .agents-single {
        align-items: normal;
    }
    
    .agents-slide .agents-img a {
        height: 100%;
    }

    .agents-slide .agents-img canvas {
        height: 100%;
    }

    .agents-slide .agents-det a.agents-vp {
        padding: 3px 5px;
    }

}

@media only screen and (max-width: 360px) {
    .agents-slide .agents-det {
        font-size: 12px;
    }
}