.custom-breadcrumbs {

    background: none;

}



.ip-custom-template-wrapper {



}



.ip-heading {

    position: relative;

    padding: 5px 0 0;

    margin-bottom: 50px;

}



.ip-heading::before {

    content: '';

    display: block;

    position: absolute;

    top: -62px;

    right: calc((100vw - 1320px) / 2);

    width: calc((100vw - 1320px) / 2 + 1320px);

    height: calc(100% + 62px);

    background: #f8f8f8;

    border-top-right-radius: 15px;

    pointer-events: none;

    z-index: -1;

}



.ip-heading-inner {

    display: flex;

    justify-content: space-between;

}



.ip-heading-left {

    width: 380px;

    padding-top: 50px;

}



.ip-heading-left h1 {

    font-size: 65px;

    line-height: 0.9;

}



.ip-heading-right {

    width: calc(100% - 380px);

    background: #ffffff;

    font-size: 18px;

    color: #616161;

    line-height: 1.8;

    padding: 44px 44px 40px;

}



.ip-hss-stats {

    position: relative;

    padding: 68px 0 70px;

}



.ip-hss-stats-bg {

    background: url(../../images/home-sale-stats/home-sale-stats-bg.jpg) no-repeat center center / cover;

    position: absolute;

    width: 100%;

    height: 460px;

    top: 0;

}



.ip-hss-stats-bg::before {

    content: '';

    display: block;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: #08638e;

    opacity: 0.95;

}



.ip-hss-stats .custom-container {

    position: relative;

}



.ip-hss-stats .section-title {



}



.ip-hss-stats .section-title h2 {

    font-size: 36px;

    font-weight: 600;

    color: #ffffff;

   /*  color: #949494; */

    line-height: 1;

    text-align: center;

    text-transform: lowercase;

}



.ip-hss-stats .section-title span {

    /*color: #abd26a;*/

    color: #7aa139;

}



.ip-hss-stats .section-title + p {

    font-size: 15px;

    font-weight: 300;

    color: #ffffff;

    line-height: 1.2;

    text-align: center;

    margin: 12px 0 46px;

}



.ip-hss-stats-tab {

    display: flex;

    justify-content: space-between;

    padding: 0 40px;

    margin-bottom: 40px;

}



.ip-hss-stats-tab li {

    padding-right: 10px;

}



.ip-hss-stats-tab li span {

    font-size: 16px;

    font-weight: 600;

    color: #abd26a;

    line-height: 1;

    margin-right: 15px;

    text-transform: uppercase;

}



.ip-hss-stats-tab li a {

    font-size: 16px;

    color: #ffffff;

    line-height: 1;

    -webkit-transition: all 0.35s ease-in-out;

    -moz-transition: all 0.35s ease-in-out;

    -o-transition: all 0.35s ease-in-out;

    transition: all 0.35s ease-in-out;

}



.ip-hss-stats-tab li a:hover,

.ip-hss-stats-tab li a.is-active {

    color: #abd26a;

}



.ip-hss-stats-box {

    background: #ffffff;

    border-radius: 10px;

    padding: 50px 0 75px;

    position: relative;

}



.ip-hss-stats-box::after {

    content: '';

    display: block;

    position: absolute;

    width: 100%;

    height: 4px;

    bottom: 0;

    left: 0;

    background: url(../../images/line-accent-fl.png) no-repeat center center / 100% 100%;

}



.ip-hss-stats-box p {

    font-size: 16px;

    color: #616161;

    line-height: 1;

    text-align: center;

    margin-bottom: 48px;

}



.ip-hss-stats-box p strong {

    font-size: 18px;

    color: #abd26a;

}



.ip-hss-stats-tab-content {



}



.ip-hss-stats-tab-content > div {

    display: none;

    padding: 0 50px;

}



.ip-hss-stats-tab-content > div.is-active {

    display: block;

}



.ip-hss-stats-tab-content ul {

    column-count: 4;

    column-gap: 15px;

}



.ip-hss-stats-tab-content li {

    margin-bottom: 3px;

    -webkit-column-break-inside: avoid;

}



.ip-hss-stats-tab-content li a {

    display: flex;

    align-items: center;

    font-size: 18px;

    font-weight: 500;

    color: #07628e;

    line-height: 1;

    height: 44px;

    background: #f7f7f7;

    padding: 0 16px;

    -webkit-transition: all 0.35s ease-in-out;

    -moz-transition: all 0.35s ease-in-out;

    -o-transition: all 0.35s ease-in-out;

    transition: all 0.35s ease-in-out;

}



.ip-hss-stats-tab-content li:nth-child(even) a {

    color: #616161;

    background: none;

}



.ip-hss-stats-tab-content li a:hover,

.ip-hss-stats-tab-content li:nth-child(even) a:hover {

    color: #ffffff;

    background: #616161;

}



.ip-hss-stats-tab-content li i {

    display: block;

    width: 13px;

    height: 20px;

    background: url(../../images/home-sale-stats/icon-hss-bullets.png) no-repeat center center;

    margin-right: 15px;

}



.ip-hss-reviews {



}



.ip-hss-reviews .section-title {

    margin-bottom: 52px;

}



.ip-hss-reviews .section-title h2 {

    font-size: 36px;

    font-weight: 600;

    color: #616161;

    line-height: 1;

    text-align: center;

    text-transform: lowercase;

}



.ip-hss-reviews .section-title h2 span {

    color: #abd26a;

}



.ip-hss-reviews-tab {

    display: flex;

    justify-content: space-between;

    padding: 0 40px;

    margin-bottom: 85px;

}



.ip-hss-reviews-tab li {



}



.ip-hss-reviews-tab li span {

    font-size: 16px;

    font-weight: 600;

    color: #abd26a;

    line-height: 1;

    text-transform: uppercase;

}



.ip-hss-reviews-tab li a {

    font-size: 16px;

    color: #616161;

    line-height: 1;

    -webkit-transition: all 0.35s ease-in-out;

    -moz-transition: all 0.35s ease-in-out;

    -o-transition: all 0.35s ease-in-out;

    transition: all 0.35s ease-in-out;

}



.ip-hss-reviews-tab li a:hover,

.ip-hss-reviews-tab li a.is-active {

    color: #abd26a;

}



.ip-hss-reviews-tab-content {



}



.ip-hss-reviews-tab-content > div {

    display: none;

    position: relative;

}



.ip-hss-reviews-tab-content > div.is-active {

    display: block;

}



.ip-hss-reviews-slick {

    margin: 0 -8px;

}



.ip-hss-reviews-slick:not(.slick-initialized) {

    display: flex;

}



.ip-hss-reviews-slide {

    padding: 0 8px;

}



.ip-hss-reviews-slick:not(.slick-initialized) .ip-hss-reviews-slide {

    display: none;

}



.ip-hss-reviews-slick:not(.slick-initialized) .ip-hss-reviews-slide:nth-child(1),

.ip-hss-reviews-slick:not(.slick-initialized) .ip-hss-reviews-slide:nth-child(2),

.ip-hss-reviews-slick:not(.slick-initialized) .ip-hss-reviews-slide:nth-child(3) {

    display: block;

}



.ip-hss-reviews-slide a {

    display: block;

    position: relative;

}



.ip-hss-reviews-image {

    position: relative;

}



.ip-hss-reviews-image::after {

    content: '';

    display: block;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: #07628e;

    opacity: 0;

    -webkit-transition: all 0.35s ease-in-out;

    -moz-transition: all 0.35s ease-in-out;

    -o-transition: all 0.35s ease-in-out;

    transition: all 0.35s ease-in-out;

}



.ip-hss-reviews-slide a:hover .ip-hss-reviews-image::after {

    opacity: 0.63;

}



.ip-hss-reviews-image canvas {

    display: block;

    width: 100%;

    background-color: #cccccc;

    background-position: center bottom;

    background-size: cover;

}



.ip-hss-reviews-text {

    position: absolute;

    background: #ffffff;

    bottom: 0;

    right: 0;

    padding: 62px 20px 20px;

    width: 310px;

}



.ip-hss-reviews-neighborhood {

    font-size: 35px;

    font-weight: 600;

    line-height: 1;

    text-align: right;

    text-transform: uppercase;

    white-space: nowrap;

    position: absolute;

    bottom: 0;

    right: 0;

    width: 428px;

    padding-bottom: 132px;

    display: flex;

    align-items: flex-end;

    background-position: center bottom;

    background-repeat: no-repeat;

    background-size: cover;

    -webkit-text-fill-color: transparent;

    -webkit-background-clip: text;

}



.ip-hss-reviews-neighborhood strong {

    display: block;

    width: 300px;

    margin: 0 0 0 auto;

    text-align: center;

    font-size: 20px;

}



.ip-hss-reviews-text span {

    display: block;

    font-size: 14px;

    font-weight: 600;

    color: #616161;

    line-height: 1;

    text-align: center;

    text-transform: uppercase;

}



.ip-hss-reviews-text span + span {

    font-style: italic;

    text-transform: none;

    margin: 15px 0 5px;

}



.ip-hss-reviews-text canvas {

    display: block;

    width: 100%;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: contain;

}



.ip-hss-reviews-arrows {



}



.ip-hss-reviews-arrow {

    position: absolute;

    width: 54px;

    height: 54px;

    top: calc(50% - 27px);

    background: url(../../images/home-sale-stats/arrow-bg.jpg) #616161 no-repeat center center / cover;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    cursor: pointer;

}



.ip-hss-reviews-arrow::before {

    content: '';

    display: block;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: #616161;

}



.ip-hss-reviews-arrow i {

    font-size: 28px;

    position: relative;

}



.ip-hss-reviews-prev {

    left: -70px;

}



.ip-hss-reviews-prev::before {

    opacity: 0.82;

}



.ip-hss-reviews-next {

    right: -70px;

}



.ip-hss-reviews-next::before {

    opacity: 0.37;

}



.ip-hss-form {

    padding: 82px 0 68px;

}



.ip-hss-form-box {

    border-radius: 10px;

    background: #08638e;

    padding: 62px 10px;

}



.ip-hss-form-box .section-title {

    margin-bottom: 35px;

}



.ip-hss-form-box .section-title h2 {

    font-size: 30px;

    font-weight: 600;

    color: #ffffff;

    line-height: 1;

    text-align: center;

}



.ip-hss-form-box > form,

.ip-hss-form-box > .wpcf7 {

    max-width: 970px;

    margin: auto;

    position: relative;

}



.ip-hss-form-box .field-input {

    display: inline-block;

    vertical-align: middle;

    width: 32.47%;

    margin-right: 1.29%;

    margin-bottom: 0;

}



.ip-hss-form-box .field-input label {

    display: none;

}



.ip-hss-form-box .field-input input,

.ip-hss-form-box .field-input select,

.ip-hss-form-box .field-input textarea {

    text-align: center;

}



.ip-hss-form-box .form-btn {

    display: inline-block;

    vertical-align: middle;

    width: 32.47%;

    -webkit-transition: all 0.35s ease-in-out;

    -moz-transition: all 0.35s ease-in-out;

    -o-transition: all 0.35s ease-in-out;

    transition: all 0.35s ease-in-out;

}



.ip-hss-form-box .form-btn:hover {

    opacity: 0.7;

}



.ip-hss-form-box .form-btn:hover::before {

    opacity: 0;

}



.ip-hss-form-box .form-btn input {

    height: 42px;

}



.ip-hss-form-box .form-btn span {

    top: 12px;

    text-transform: lowercase;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 18px;

    font-weight: 600;

}



.ip-hss-form-box .form-btn:hover span {

    color: #07628e;

}



.ip-hss-form-box .form-btn i {

    width: 27px;

    height: 14px;

    background: url(../../images/icon-btn-arrow-02.png) no-repeat center center;

    margin-left: 14px;

}



.ip-hss-required {

    font-size: 13px;

    font-weight: 300;

    color: #ffffff;

    line-height: 1;

    text-align: right;

    margin-top: 15px;

}



.ip-hss-form-box .wpcf7-form-control-wrap {

    display: block;

}



.ip-hss-form-box .use-floating-validation-tip span.wpcf7-not-valid-tip {

    font-size: 12px;

}



.ip-hss-form-box div.wpcf7 .ajax-loader {

    position: absolute;

    margin: auto;

    right: 0;

    top: 0;

    bottom: 0;

}



.ip-hss-form-box div.wpcf7-response-output {

    position: absolute;

    width: 100%;

    font-size: 12px;

    line-height: 1;

    color: #ffffff;

    margin: 15px 0 0;

    text-align: center;

}



.ip-hss-blog {



}



.ip-hss-blog .container {

    position: relative;

}



.ip-hss-blog .section-title-02 {

    text-align: right;

    margin-bottom: 35px;

    position: relative;

}



.ip-hss-blog .section-title-02 em {

    display: block;

}



.ip-hss-blog .section-title-02::after {

    content: '';

    display: block;

    position: absolute;

    width: calc((100vw - 1140px) / 2 + 100% - 150px);

    height: 4px;

    top: 65px;

    right: 150px;

    background: url(../../images/line-accent-fl.png) no-repeat center center / 100% 100%;

}



a.blog-view-all-btn {

    width: 512px;

    max-width: 100%;

    padding: 0 10px;

    margin: 40px auto 0;

    display: block;

    clear: both;

}



.ip-hss-blog {

    display: none;

}



.hss-reviews-top {

    margin-bottom: 80px;    

    position: relative;

}



.cy-wrap {

    max-width: 290px;

    display: inline-block;

    vertical-align: top;

}



.hss-wrap {

    display: inline-block;

    max-width: calc(100% - 290px);

    vertical-align: top;

}



@media only screen and (max-width: 1440px) {

    .ip-hss-reviews-prev {

        left: -20px;

    }



    .ip-hss-reviews-next {

        right: -20px;

    }

}



@media only screen and (max-width: 1365px) {

    .ip-heading {



    }



    .ip-heading::before {

        right: calc((100vw - 1140px) / 2);

        width: calc((100vw - 1140px) / 2 + 1140px);

    }



    .ip-hss-stats-tab-content > div {

        padding: 0 15px;

    }



    .ip-hss-stats-tab-content ul {

        column-gap: 5px;

        list-style: inside none;

    }



    .ip-hss-stats-tab-content li a {

        font-size: 17px;

        padding: 0 12px;

    }



    .ip-hss-stats-tab-content li i {

        margin-right: 10px;

    }



    .ip-hss-reviews-neighborhood {

        width: 370px;

    }

}



@media only screen and (max-width: 1199px) {
    .ip-hss-stats-tab li a {
        font-size: 12px;
        display: block;
        width: 95%;
    }

    .ip-heading::before {

        right: calc((100vw - 940px) / 2);

        width: calc((100vw - 940px) / 2 + 940px);

    }



    .ip-hss-stats-tab {

        padding: 0;

    }



    .ip-hss-stats-tab-content li a {

        font-size: 13px;

    }



    .ip-hss-reviews-tab {

        padding: 0;

    }



    .ip-hss-reviews-neighborhood {

        width: 303px;

    }

}



@media only screen and (max-width: 991px) {

    .ip-heading-inner {

        flex-direction: column;

    }



    .ip-heading-left {

        width: 100%;

        text-align: center;

        margin-bottom: 50px;

    }



    .ip-heading-left h1 {

        font-size: 40px;

    }



    .ip-heading-right {

        width: 100%;

    }



    .ip-hss-stats-tab {

        flex-wrap: wrap;

        justify-content: flex-start;

    }



    .ip-hss-stats-tab li {

        min-width: 120px;

        margin: 0 10px 5px;

    }



    .ip-hss-stats-box p {

        max-width: 650px;

        margin: auto auto 48px;

    }



    .ip-hss-stats-tab-content ul {

        column-count: 2;

    }



    .ip-hss-reviews-tab {

        flex-wrap: wrap;

        justify-content: flex-start;

    }



    .ip-hss-reviews-tab li {

        margin: 0 10px 5px;

    }



    .ip-hss-reviews-slick {

        max-width: 500px;

        margin: auto;

    }



    .ip-hss-reviews-slick:not(.slick-initialized) .ip-hss-reviews-slide,

    .ip-hss-reviews-slick:not(.slick-initialized) .ip-hss-reviews-slide:nth-child(2),

    .ip-hss-reviews-slick:not(.slick-initialized) .ip-hss-reviews-slide:nth-child(3) {

        display: none;

    }



    .ip-hss-reviews-slide {

        padding: 0;

    }



    .ip-hss-reviews-neighborhood {

        /*width: 500px;*/

    }



    .ip-hss-reviews-arrows {

        display: flex;

        justify-content: center;

        margin-top: 20px;

    }



    .ip-hss-reviews-arrow {

        position: relative;

        top: inherit;

        left: inherit !important;

        right: inherit !important;

        margin: 0 5px;

    }



    .ip-hss-form-box > form,

    .ip-hss-form-box > .wpcf7 {

        max-width: 360px;

    }



    .ip-hss-form-box .field-input {

        width: 100%;

        margin-right: 0;

        margin-bottom: 10px;

    }



    .ip-hss-form-box .form-btn {

        width: 100%;

    }



    .ip-hss-blog .section-title-02 {

        text-align: center;

    }



    .ip-hss-blog .section-title-02::after {

        display: none;

    }

    .hss-wrap {
        display: block;
        max-width: 100%;
    }

}



@media only screen and (max-width: 767px) {

    .ip-heading-right {

        padding: 20px;

    }



    .ip-hss-stats-tab-content ul {

        column-count: 1

    }



    .ip-hss-stats-tab-content li a {

        font-size: 15px;

    }



    .ip-hss-reviews-slick {

        /*max-width: 420px;*/

    }



    .ip-hss-reviews-neighborhood {

        /*width: 420px; */

    }

}



@media only screen and (max-width: 480px) {

    .ip-hss-reviews-slick {

        /*max-width: 290px;*/

    }



    .ip-hss-reviews-neighborhood {

        /*width: 290px; */

    }



    .ip-hss-reviews-text {

        width: 220px;

        padding-left: 10px;

        padding-right: 10px;

    }



    .ip-hss-reviews-neighborhood {

        font-size: 28px;

        padding-bottom: 120px;

    }



    .ip-hss-reviews-neighborhood strong {

        width: 220px;

    }



    .ip-hss-reviews-text span {

        font-size: 12px;

    }

}



#date-2019,

#date-2018,

#date-2017 {

    display: none;

}



.select-year-option,

.select-year-option option{

    font-size: 16px;

    font-weight: 600;

    color: #abd26a !important;

    line-height: 1;

    margin-right: 15px;

    text-transform: uppercase;

    background: transparent;

    margin-bottom: 14px;

}

.label-year{

    font-size: 16px;

    font-weight: 600;

    color: #abd26a;

    line-height: 1;

    margin-right: 15px;

    text-transform: uppercase;

}

.label-archive{

    font-size: 16px;

    font-weight: 600;

    color: #abd26a;

    line-height: 1;

    margin-right: 15px;

    text-transform: uppercase;

    display: block;

    margin-bottom: 20px;

}

#date-2017 li{

    margin-right: 5px;

}



.hss-reviews-top .ip-hss-reviews-tab {

    display: none;

}



.ip-hss-reviews-neighborhood {

    border: 1px solid #616161;

}



.ip-hss-reviews.hss-reviews-top::after {

    content: '';

    display: block;

    position: absolute;

    width: 100%;

    height: 4px;

    bottom: -50px;

    left: 50%;

    background: url(../../images/line-accent-fl.png) no-repeat center center / 100% 100%;

    max-width: 1320px;

    transform: translate(-50%);

}



.ip-hss-reviews.hss-reviews-top {

    display: none;

}