/*******************************************************
 *
 * Find A Home
 *
 *******************************************************/

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner, .header, .fixed-header {
    display: none;
}

.hp-accent-line {
    top: 0;
    height: calc(100% + 120px);
}

.blp-container {
    padding: 0 3.25%;
}

.aiosp-container.aiosp-ref-\#blp-interested {}

.aiosp-container.aiosp-ref-\#blp-interested .aios-popup-body {
    padding: 0;
    min-height: auto;
    width: 873px;
    max-width: 90%;
}

.bpl-popup {
    display: flex;
    flex-flow: row wrap;
}

.bpl-popup-img {
    width: 47%;
}

.bpl-popup-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}

.bpl-popup-form {
    width: 53%;
    padding: 36px 48px;
}

.bpl-popup-form img.bpl-popup-logo {
    display: block;
    margin: 0 auto;
    filter: invert(1);
}

.bpl-popup-form .blp-title {
    margin: 7px 0 0;
}

.bpl-popup-form .blp-title strong {
    font-size: 28px;
}

.bpl-popup-form p {
    text-align: center;
    font-size: 14px;
    color: #444444;
    line-height: 1.6;
    margin-bottom: 10px;
}

.bpl-popup-form form {
    position: relative;
}

.bpl-popup-form form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 4px;
}

.bpl-popup-form form .wpcf7-form-control-wrap input {
    width: 100%;
    height: 48px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: #878787;
}

.bpl-popup-form form .blp-btn-a {
    margin: 36px auto 0;
}

.bpl-popup-form form .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.bpl-popup-form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    top: 100%;
    margin: 10px 0 0;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 12px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    top: 40%;
}

.bpl-popup .aiosp-close {
    font-size: 0!important;
    opacity: 0.3!important;
    width: auto;
    height: auto;
    top: 30px;
    right: 30px;
}

.bpl-popup .aiosp-close:before {
    position: relative;
    font-family: agentimage!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\b0241";
    font-size: 20px;
    font-weight: 700;
}

#ip-buyers-landing-page {
    position: relative;
}
    .blp-slideshow {
        position: relative;
    }
        .blp-slideshow .aios-slider:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            background: rgba(0,0,0,0.1);
        }

    .blp-slideshow-inner {
        position: relative;
    }
        .blp-slideshow-content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
        }
            .blp-slideshow-content-inner {
                max-width: 1020px;
                margin: 0 auto;
                width: 100%;
            }
                .blp-slideshow-content h2 {
                    font-size: 60px;
                    text-transform: uppercase;
                    letter-spacing: -0.01em;
                    color: #fff;
                    line-height: 1.2;
                    text-align: center;
                    margin-bottom: 66px;
                }
                    .blp-slideshow-content h2 span {
                        display: block;
                        font-weight: 700;
                        text-shadow: 0px 7px 6px rgba(0, 0, 0, 0.35);
                    }

                .blp-qs {
                    font-size: 0;
                    background: #fff;
                    padding: 18px 0 15px;
                }
                    .blp-qs-field {
                        display: inline-block;
                        vertical-align: middle;
                        border-left: 1px solid #d6d6d6;
                        padding: 0 20px;
                    }
                    .blp-qs-field.field-lg {
                        width: 263px;
                        width: 25.785%;
                    }
                    .blp-qs-field.field-md {
                        width: 138px;
                        width: 13.53%;
                    }
                    .blp-qs-field.field-sm {
                        width: 133px;
                        width: 13.0395%;
                    }
                    .blp-qs-field:first-child {
                        border-left: 0;
                    }
                        .blp-qs-field label {
                            font-size: 12px;
                            font-weight: 700;
                            letter-spacing: 0.05em;
                            color: #000;
                            line-height: 1.75;
                        }
                        .blp-qs-field select,
                        .blp-qs-field input {
                            background: transparent;
                            border: none;
                            width: 100%;
                            padding: 0;
                            font-size: 13px;
                            line-height: 1.615;
                            appearance: none;
                            color: #989898;
                        }
                        .blp-qs-field select::-ms-expand {
                            display: none;
                        }

                    .blp-qs-btn-submit {
                        width: 52px;
                        margin-left: 12px;
                        display: inline-block;
                        vertical-align: middle;
                    }
                        .blp-qs-btn-submit button {
                            width: 100%;
                            height: 50px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            font-size: 17px;
                            background: transparent;
                            border: none;
                            color: #fff;
                            border: 1px solid #6b9abd;
                            color: #488691;
                            transition: all var(--default-transition);
                            transition-property: color, background, border;
                        }
                        .blp-qs-btn-submit button:hover {
                            background: var(--secondary);
                            color: #fff;
                            border-color: var(--secondary);
                        }

                    .blp-qs-btn-advanced {
                        width: 140px;
                        padding-left: 5px;
                        padding-right: 11px;
                        width: calc(21.076% - 64px);
                        display: inline-block;
                        vertical-align: middle;
                    }
                        .blp-qs-btn-advanced a {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            text-align: center;
                            height: 50px;
                            background: #323232;
                            color: #fff;
                            font-size: 16px;
                            letter-spacing: 0.05em;
                            color: #fff;
                            font-weight: 600;
                            transition: all var(--default-transition);
                            transition-property: color, background, border;
                        }
                             .blp-qs-btn-advanced a:hover {
                                background: var(--secondary);
                             }


    a.blp-slideshow-scroll {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        background: #fff;
        bottom: -45px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: var(--secondary);
        z-index: 2;
        transition: all var(--default-transition);
        transition-property: color, background;
    }
        a.blp-slideshow-scroll:before {
            content: '';
            position: absolute;
            top: -14px;
            left: -14px;
            right: -14px;
            bottom: -14px;
            border-radius: 50%;
            border: 2px solid #fff;
        }
        a.blp-slideshow-scroll:hover {
            background: var(--secondary);
            color: #ffff;
        }

.blp-fl {
    position: relative;
    padding: 80px 0 0;
}
    .blp-title-wrap {
        max-width: 1260px;
        margin: 0 auto;
    }
        .blp-title {
            font-size: 30px;
            letter-spacing: 0.05em;
            line-height: 1.2;
            color: #000;
            font-weight: 400;
            position: relative;
            z-index: 1;
        }
            .blp-title span {
                display: block;
            }
            .blp-title strong {
                display: inline-block;
                position: relative;
                font-size: 75px;
                line-height: 1;
                font-weight: 600;
                letter-spacing: 0;
            }
                .blp-title strong:before {
                    content: '';
                    position: absolute;
                    bottom: 0;
/*                    left: 0;*/
                    right: -28px;
                    height: 26px;
                    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(58,178,195,1) 77%, rgba(70,127,170,1) 100%);
                    z-index: -1;
                    opacity: 0.8;
                    min-width: 215px;
                    max-width: 300px;
                }

            .blp-title strong.no-gradient {
                font-weight: 400;
            }
                .blp-title strong.no-gradient:before {
                    display: none;
                }
            .blp-title p {
                font-size: 18px;
                letter-spacing: 0.05em;
                color: #444444;
                font-weight: 600;
                line-height: 1.167;
                margin-top: 24px;
            }

        a.blp-btn-a,
        .blp-btn-a {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            width: 160px;
            height: 50px;
            border: 1px solid #6b9abd;
            color: #488691;
            background: transparent;
            transition: all var(--default-transition);
            transition-property: color, background, border;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            text-decoration: none;
        }
            a.blp-btn-a:hover,
            .blp-btn-a:hover {
                background: var(--secondary);
                border-color: var(--secondary);
                color: #fff;
            }

        .blp-title-wrap a.blp-btn-a {
            align-self: center;
        }

    .blp-fl .blp-title-wrap {
        margin-bottom: 56px;
    }

    .blp-fl-list {
        font-size: 0;
        margin: 0 -12px;
    }

        .blp-fl-item {
            display: inline-block;
            padding: 0 12px;
            width: 33.33%;
        }
            .blp-fl-item:nth-child(3) ~ .blp-fl-item {
                display: none;
            }
            .blp-fl-item a {
                display: block;
            }
                .blp-fl-img {
                    position: relative;
                }
                    .blp-fl-img canvas {
                        display: block;
                        width: 100%;
                        background-position: center;
                        background-size: cover;
                    }

                    .blp-fl-hover {
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        text-align: center;
                        opacity: 0;
                        transition: opacity var(--default-transition);
                    }
                        .blp-fl-hover > div {
                            width: 100%;
                        }
                        .blp-fl-hover img {
                            display: block;
                            filter: brightness(0) invert(1);
                            width: 194px;
                            height: auto;
                            width: 40.2%;
                            margin: 0 auto;
                        }

                        .blp-fl-hover span {
                            display: inline-block;
                            position: relative;
                            font-size: 16px;
                            font-weight: 500;
                            color: #fff;
                            letter-spacing: 0.05em;
                            border-bottom: 2px solid #Fff;
                            padding: 9px 14px;
                            bottom: -32px;
                        }

                        .blp-fl-hover:before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            background: linear-gradient(90deg, rgba(58,178,195,1) 0%, rgba(70,127,170,1) 100%);
                            opacity: 0.8;
                        }

                    .blp-fl-item a:hover .blp-fl-hover {
                        opacity: 1;
                    }

            .blp-fl-details {
                padding: 25px 30px 47px;
                box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
                margin-bottom: 30px;
                background: #fff;
            }

            .blp-fl-address {
                font-weight: 600;
                font-size: 18px;
                line-height: 30px;
                color: #7b7b7b;
            }
                .blp-fl-address span {
                    display: block;
                    font-size: 24px;
                    color: #000;
                    margin-bottom: 2px;
                }

            .blp-fl-price-amenities {
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
                margin: 17px 0 0;
            }
                .blp-fl-price-amenities strong {
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 1;
                    color: #000;
                }
                .blp-fl-price-amenities span {
                    font-weight: 300;
                    font-size: 14px;
                    letter-spacing: 0.075em;
                    color: #000;
                }

    .blp-slick-arrow {
        position: absolute;
        top: 0;
        bottom: 175px;
        z-index: 2;
        width: 72px;
        height: 72px;
        border-radius: 50%;
        background: #fff;
        border: none;
        margin: auto;
        font-size: 14px;
        color: #878787;
        transition: all var(--default-transition);
        transition-property: color, background;
    }

        .blp-slick-arrow.slick-prev {
            left: -20px;
        }

        .blp-slick-arrow.slick-next {
            right: -20px;
        }

        .blp-slick-arrow:hover {
            background: var(--secondary);
            border-color: var(--secondary);
            color: #fff;
        }

.blp-fc {
    position: relative;
    padding: 110px 0 117px;
}
    .blp-fc .blp-title-wrap {
        margin-bottom: 68px;
    }

    .blp-fc-list {
        font-size: 0;
        margin: 0 -10px;
    }

        .blp-fc-item {
            display: inline-block;
            padding: 0 10px;
            width: 25%;
        }
            .blp-fc-item:nth-child(4) ~ .blp-fc-item {
                display: none;
            }
            .blp-fc-item a {
                display: block;
            }
                .blp-fc-img {
                    position: relative;
                }
                    .blp-fc-img canvas {
                        display: block;
                        width: 100%;
                        background-position: center;
                        background-size: cover;
                    }

                    .blp-fc-hover {
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        text-align: center;
                        opacity: 0;
                        transition: opacity var(--default-transition);
                    }
                        .blp-fc-hover > div {
                            width: 100%;
                        }
                        .blp-fc-hover img {
                            display: block;
                            filter: brightness(0) invert(1);
                            width: 194px;
                            height: auto;
                            margin: 0 auto;
                            width: 54.05%;
                        }

                        .blp-fc-hover span {
                            display: inline-block;
                            position: relative;
                            font-size: 16px;
                            font-weight: 500;
                            color: #fff;
                            letter-spacing: 0.05em;
                            border-bottom: 2px solid #Fff;
                            padding: 9px 14px;
                            bottom: -32px;
                        }

                        .blp-fc-hover:before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            background: linear-gradient(90deg, rgba(58,178,195,1) 0%, rgba(70,127,170,1) 100%);
                            opacity: 0.8;
                        }

                    .blp-fc-item a:hover .blp-fc-hover {
                        opacity: 1;
                    }

            .blp-fc-details {
                padding: 25px 15px 24px;
                box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
                margin-bottom: 30px;
                background: #fff;
                text-align: center;
            }

            .blp-fc-address {
                font-weight: 600;
                font-size: 18px;
                line-height: 30px;
                color: #7b7b7b;
            }
                .blp-fc-address span {
                    display: block;
                    font-size: 24px;
                    color: #000;
                    margin-bottom: 2px;
                }

    .blp-fc-list .blp-slick-arrow {
        bottom: 81px;
    }

/*team*/
#hp-team {
    position: relative;
    padding: 107px 0 114px;
    background: #f1f1f1;
}
    .team-inner {
        padding: 0 7.5%;
    }
        .team-video {
            width: 665px;
            width: 48.8975%;
            position: relative;
        }
            .team-video a {
                display: block;
                position: relative;
            }
                .team-video-img {
                    position: relative;
                }
                    .team-video-img canvas {
                        display: block;
                        width: 100%;
                        background-position: center;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-color: #999;
                    }

                .team-video-btn {
                    position: absolute;
                    bottom: -27px;
                    right: -24px;
                    box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.2);
                    padding: 0 35px 1px 28px;
                    z-index: 1;
                }
                    .team-video-btn:before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        z-index: -1;
                        background: var(--gradient);
                        opacity: 0.88;
                        display: block;
                    }
                    .team-video-btn i {
                        width: 56px;
                        height: 56px;
                        border-radius: 50%;
                        border: 2px solid #fff;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 15px;
                        color: #fff;
                        top: -17px;
                        margin-right: 19px;
                        background: rgba(0,0,0,0.15);
                    }
                    .team-video-btn span {
                        font-size: 18px;
                        font-weight: 500;
                        letter-spacing: 0.05em;
                        color: #fff;
                    }

            .team-video-logo {
                position: absolute;
                left: 46px;
                bottom: -73px;
                width: 180px;
                height: 180px;
                padding: 30px;
                background: #fff;
                box-shadow: 7px 28px 30px 0px rgba(0, 0, 0, 0.2);
                border-radius: 50%;
            }
                .team-video-logo img {
                    display: block;
                    margin: 0 auto;
                    max-width: 100%;
                    height: auto;
                }

        .team-text {
            width: 51.1025%;
            padding-right: 0;
            padding-left: 6%;
        }
            .team-text-inner {
                margin: 0 auto;
            }
                .team-text .blp-title {
                    margin-bottom: 40px;
                }
                    .team-text .blp-title span {
                        margin-bottom: 18px;
                    }
                    .team-text .blp-title strong {
                        font-size: 54px;
                    }
                .team-text h3,
                .team-text h2 {
                    font-size: 48px;
                    font-weight: 600;
                    line-height: 1.25;
                    margin-bottom: 36px;
                }
                .team-text p {
                    font-size: 15px;
                    letter-spacing: 0.02em;
                    line-height: 1.6;
                    color: #3b3b3b;
                    margin-bottom: 24px;
                    max-width: 540px;
                }
                .team-text p:last-of-type {
                    margin-bottom: 0;
                }
                .team-text-btn {
                    margin-bottom: 15px;
                }
                    .team-text-btn a.btn-a {
                        margin-right: 70px;
                    }
                    .team-text-btn a.btn-a:last-child {
                        margin-right: 0;
                    }

/*agents*/
.blp-agents {
    position: relative;
    padding: 140px 0 0;
}
    .blp-agents .blp-title-wrap {
        margin-bottom: 96px;
    }
        .blp-agents .blp-title strong.no-gradient {
            font-weight: 600;
        }
    .blp-agents .blp-title-right {
        width: 640px;
    }
        .blp-agents .blp-title-right p {
            font-size: 15px;
            letter-spacing: 0.02em;
            line-height: 1.6;
            color: #3b3b3b;
            margin-bottom: 24px;
        }

    .blp-agent-list {
        font-size: 0;
        margin: 0 -10px;
    }

        .blp-agent-item {
            display: inline-block;
            vertical-align: top;
            padding: 0 10px;
            width: 25%;
        }
            .blp-agent-item:nth-child(4) ~ .blp-agent-item {
                display: none;
            }
            .blp-agent-item-inner {
                display: block;
            }
                .blp-agent-img {
                    position: relative;
                }
                    .blp-agent-img canvas {
                        display: block;
                        width: 100%;
                        background-position: center;
                        background-size: cover;
                        background-color: #e1dfdf;
                    }

                    .blp-agent-hover {
                        position: absolute;
                        height: 88px;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        text-align: center;
                        opacity: 0;
                        transition: opacity var(--default-transition);
                    }

                        .blp-agent-hover img {
                            display: block;
                            filter: brightness(0) invert(1);
                            width: 194px;
                        }

                        .blp-agent-hover span {
                            display: inline-block;
                            position: relative;
                            font-size: 16px;
                            font-weight: 500;
                            color: #fff;
                            letter-spacing: 0.05em;
                            border-bottom: 2px solid #Fff;
                            padding: 9px 14px;
                            bottom: 0;
                        }

                        .blp-agent-hover:before {
                            content: '';
                            position: absolute;
                            height: 88px;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            background: linear-gradient(90deg, rgba(58,178,195,1) 0%, rgba(70,127,170,1) 100%);
                            opacity: 0.8;
                        }

                    .blp-agent-item-inner:hover .blp-agent-hover {
                        opacity: 1;
                    }

            .blp-agent-details {
                padding: 25px 15px 47px 28px;
                box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
                margin-bottom: 30px;
                background: #fff;
            }

            .blp-agent-name {
                font-weight: 600;
                font-size: 18px;
                line-height: 30px;
                color: #7b7b7b;
            }
                .blp-agent-name span {
                    display: block;
                    font-size: 24px;
                    color: #000;
                    margin-bottom: 2px;
                }

            .blp-agent-title {
                font-size: 14px;
                color: #7b7b7b;
                line-height: 1.25;
                margin-bottom: 20px;
            }
            .blp-agent-contact {

            }
                .blp-agent-contact li {
                    position: relative;
                    padding-left: 25px;
                    font-size: 15px;
                    color: #7b7b7b;
                    line-height: 1.666666666666667;
                }
                    .blp-agent-contact li i {
                        color: #66b4c7;
                        position: absolute;
                        left: 0;
                    }
                    .blp-agent-contact li i.ai-font-phone {
                        top: 7px;
                        font-size: 13px;
                        transform: rotateY(180deg);
                    }

                    .blp-agent-contact li i.ai-font-envelope-f {
                        font-size: 10px;
                        top: 8px;
                    }
                    .blp-agent-contact li a:hover {
                        color: var(--secondary);
                    }


        .blp-agent-list .blp-slick-arrow {
            bottom: 192px;
        }


.ip-about-section-5 {
    position: relative;
    padding: 140px 0 160px;
}
    .ip-about-s5-text {
        text-align: center;
        margin: 0 auto;
    }
        .ip-about-s5-text .section-title {
            margin-bottom: 37px;
        }
        .ip-about-s5-text .blp-title-wrap {
            text-align: left;
            margin-bottom: 54px;
        }
        .ip-about-s5-text p {
            font-size: 15px;
            letter-spacing: 0.02em;
            line-height: 1.6;
            color: #3b3b3b;
            margin-bottom: 24px;
        }

    .ip-about-s5-testi-list {
        font-size: 0;
        margin: 76px -30px 0 0;
    }
        .ip-about-s5-testi {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            padding: 0 5.5% 0 9%;
            position: relative;
        }
            .ip-about-s5-testi img {
                display: block;
                max-width: 100%;
                height: auto;
                margin-bottom: 26px;
            }

            .ip-about-s5-testi p {
                font-weight: 600;
                font-size: 22px;
                line-height: 1.363636363636364;
                color: #000;
                position: relative;
            }
                .ip-about-s5-testi p:first-of-type:before {
                    content: '';
                    position: absolute;
                    width: 33px;
                    height: 27px;
                    background: url(../../images/homepage/icon-qoute.png) center/contain no-repeat;
                    top: 3px;
                    left: -50px;
                }

            .ip-about-s5-testi p:not(:first-of-type) {
                font-size: 16px;
                letter-spacing: 0.02em;
                line-height: 1.5625;
                color: #3b3b3b;
                margin-top: 14px;
                font-weight: 400;
            }

            .ip-about-s5-testi span {
                display: block;
                font-weight: 700;
                font-size: 16px;
                line-height: 1;
                color: #000;
                margin-top: 38px;
            }

    .ip-about-s5-btn {
        margin-top: 40px;
    }
        .ip-about-s5-btn a.blp-btn-a {
            width: 254px;
            max-width: 100%;
            margin: 0 auto;
        }
    .ip-about-s5-testi-list .blp-slick-arrow.slick-prev {
        left: -145px;
    }
    .ip-about-s5-testi-list .blp-slick-arrow {
        bottom: 0;
        box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
    }
    .ip-about-s5-testi-list .blp-slick-arrow.slick-next {
        right: -115px;
    }


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1281px) {    
    .ip-about-s6-form-wrap .section-title {
        font-size: 48px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 1560px) {

}

@media only screen and (max-width: 1440px) {
    .ip-about-s5-testi-list .blp-slick-arrow.slick-prev {
        left: -50px;
    }
    .ip-about-s5-testi-list .blp-slick-arrow.slick-next {
        right: -50px;
    }
}

@media only screen and (max-width: 1366px) {
    .blp-fl-price-amenities strong {
        font-size: 20px;
    }

    .blp-fl-price-amenities span {
        font-size: 12px;
        letter-spacing: 0.02em;
    }
    .blp-fc-address span {
        font-size: 20px;
    }
    .team-inner {
        padding: 0 5%;
    }
}

@media only screen and (max-width: 1280px) {
    .hp-accent-line.line-left {
        left: 6.8%;
    }

    .hp-accent-line.line-right {
        right: 6.8%;
    }
    .blp-title-wrap {
        width: 84%;
    }
    .blp-title {
        font-size: 25px;
    }
    .blp-title strong {
        font-size: 40px;
    }
    .team-text .blp-title strong {
        font-size: 40px;
    }

    .ip-about-s5-testi-list {
        margin-right: 0;
        padding: 0 6%;
    }

    .ip-about-s5-testi-list .blp-slick-arrow.slick-prev {
        left: 0;
    }

    .ip-about-s5-testi-list .blp-slick-arrow.slick-next {
        right: 0;
    }

    .ip-about-s5-testi {
        padding-left: 10%;
        padding-right: 10%;
    }

    .ip-about-s5-text {max-width: 970px;}

}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {

    .blp-slideshow-content h2 {
        font-size: 40px;
    }

    .blp-slideshow-content-inner {
        width: 90%;
    }

    .blp-fl-details {
        padding: 8%;
    }
        .blp-fl-address {
            font-size: 16px;
        }
            .blp-fl-address span {
                font-size: 20px;
            }

        .blp-fl-price-amenities {
            flex-flow: column;
            align-items: flex-start;
        }

            .blp-fl-price-amenities strong {
                margin-bottom: 10px;
            }

    .blp-agents .blp-title-right {
        width: 480px;
    }

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    header.header {
        display: block;
    }
    #ip-buyers-landing-page {
        padding-top: 110px;
    }
    .blp-slideshow-content {
        position: relative;
    }
        .blp-slideshow-inner-mobile {
            position: relative;
        }
        .blp-slideshow-content.is-mobile {
            position: absolute;
        }

    .blp-slideshow-content-inner {
        width: 100%;
    }

    .blp-qs {
        max-width: 340px;
        margin: 50px auto 0;
    }

    .blp-qs-field.field-lg {
        width: 100%;
    }

    .blp-qs-field.field-md {
        width: 100%;
    }

    .blp-qs-field.field-sm {
        width: 100%;
    }

    .blp-qs-field {
        border: 1px solid #d6d6d6!important;
        margin: 0 0 5px;
    }

    .blp-qs-btn-advanced {
        margin-left: 0;
    }

    .blp-qs-btn-submit {
        margin-left: 0;
        width: 50%;
        padding-right: 3px;
    }

    .blp-qs-btn-advanced {
        width: 50%;
        padding-right: 0;
        padding-left: 3px;
    }

    .blp-slideshow-content h2 {
        margin-bottom: 20px;
    }

    .blp-container {
        padding: 0 30px;
    }

    .blp-slick-arrow {
        width: 50px;
        height: 50px;
    }

    .blp-slick-arrow.slick-prev {
        left: -15px;
    }

    .blp-slick-arrow.slick-next {
        right: -15px;
    }

    .blp-agents .blp-title-right {
        width: 100%;
        margin: 30px auto 0;
    }

    .blp-title-wrap {
        flex-flow: column;
        align-items: center;
        width: 720px;
        max-width: 100%;
    }

    .blp-title-wrap a.blp-btn-a {
        margin-top: 30px;
    }

    .blp-title {
        text-align: center;
    }

    .blp-title strong:before {
        min-width: initial;
        width: 100%;
    }

    .blp-fl-hover span,
    .blp-fc-hover span {
        bottom: 0;
        margin-top: 10px;
    }

    #hp-team {
        padding: 50px 0 70px;
    }
        .team-inner {
            padding: 0 5.556%;
            flex-flow: column-reverse;
        }
            .team-video {
                width: 100%;
            }
                .team-video-logo {
                    width: 116px;
                    height: 116px;
                    padding: 20px;
                    left: 11px;
                    bottom: -88px;
                }
                .team-video-btn {
                    right: -14px;
                    bottom: -18px;
                    padding: 0 25px 0 20px;
                }

                    .team-video-btn i {
                        width: 39px;
                        height: 39px;
                        font-size: 10px;
                        top: -12px;
                    }
                    
                    .team-video-btn span {
                        font-size: 13px;
                    }
            .team-text {
                width: 100%;
                padding: 0 24px;
                margin-bottom: 40px;
            }
                .team-text-inner {
                    max-width: 720px;
                    margin: 0 auto;
                }
                .team-text h3,
                .team-text h2 {
                    font-size: 27px;
                    margin-bottom: 21px;
                }

                .team-text p {
                    margin-bottom: 23px;
                    max-width: 100%;
                    text-align: center;
                }

                .team-text-btn {
                    flex-flow: column;
                    align-items: flex-start;
                    margin-bottom: 56px;
                }

                    .team-text-btn a.btn-a {
                        margin-right: 0;
                        margin-bottom: 20px;
                    }

                    .team-text-btn a.btn-a:last-child {
                        margin-bottom: 0;
                    }

    .bg-section.bg-ip-about-s6 {
        background-position: 30% top;
    }
    .ip-about-s6-form-wrap {
            width: 500px;
            margin: 0 auto;
            padding: 0 5%;
        }
    .ip-about-s6-inner {
        padding: 60px 0 200px;
    }

    .ip-about-section-5 {
        padding: 60px 0;
    }
        .ip-about-s5-testi-list {
            margin-right: 0;
        }
        .ip-about-s5-testi {
            width: 100%;
            margin-bottom: 70px;
            padding-left: 50px;
        }   
            .ip-about-s5-testi p:before {
                left: -40px;
            }
        .ip-about-s5-testi:last-child {
            margin-bottom: 0;
        }

    .bpl-popup .aiosp-close {
        top: 10px;
        right: 10px;
    }
        .bpl-popup-img {
            width: 100%;
            display: none;
        }
        .bpl-popup-img canvas {
            max-height: 200px;
        }

    .aiosp-container.aiosp-ref-\#blp-interested .aios-popup-body {
        width: 400px;
    }
        .bpl-popup-form {
            width: 100%;
            padding: 30px 5% 40px;
        }
        .bpl-popup-form .blp-title strong:before {
            right: -10px;
        }
        .bpl-popup-form .wpcf7 form .wpcf7-response-output {
            margin-top: 4px;
        }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-about-s6-inner {
        padding: 60px 0 160px;
    }

    .ip-about-s5-testi p,
    .ip-about-s5-testi p:not(:last-of-type) {
        font-size: 20px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .blp-slideshow-content h2 {
        font-size: 25px;
    }
}