/* e-Book CSS */

.header {

    position: relative;

    background: #000;

}

.ip-banner, ul#headernav, ul#fixedheadernav {

    display: none;

}

#inner-page-wrapper {

    margin-bottom: 0;

}

div#inner-page-wrapper > .container {

    width: 100%;

    padding: 0;

}

#bs-wrapper {

    position: relative;

    overflow: hidden;

    z-index: 1;

}

.eb-dtls-wrap {
    position: relative;
    z-index: 1;
}
.eb-dtls-inner {
    position: relative;
    padding: 34px 0 0;
}
.eb-dtls-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 154px;
    height: 100%;
    background-image: url('../../images/sell-a-home/bs-banner-pattern-big-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.eb-dtls-col {
    display: inline-block;
    vertical-align: middle;
}
.eb-dtls-col.col-left {
    width: 33.12%;
}
.eb-dtls-img {
    position: relative;
    padding: 0 12px;
}
.eb-dtls-col.col-center {
    width: 38.68%;
}
.eb-dtls-txt {
    position: relative;
    padding-right: 15px;
}
.eb-dtls-txt h2 {
    font-family: "ivarfine";
    font-size: 74px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.eb-dtls-txt p {
    font-family: 'proxima_novabold';
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1.7;
}
.eb-dtls-col.col-right {
    position: relative;
    width: 28.06%;
    padding-right: 15px;
}
.eb-dtls-col.col-right::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 438px;
    background: url('../../images/sell-a-home/bs-banner-pattern-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.eb-dtls-cf {
    position: relative;
    max-width: 390px;
    padding: 55px 15px 41px;
    background-color: #000;
}
.eb-dtls-cf h2 {
    font-family: 'tradegothic';
    font-size: 29px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 33px;
}
.eb-dtls-cf h2 strong {
    display: block;
}
.eb-dtls-cf-form {
    position: relative;
    max-width: 295px;
    margin: 0 auto;
}
.eb-dtls-cf-form .wpcf7-response-output {
    font-size: 12px;
    background: #fff;
    position: absolute;
    width: 100%;
    margin: 0 !important;
}
.eb-dtls-cf-form span.wpcf7-not-valid-tip {
    font-size: 12px;
}
.eb-dtls-cf-form-field {
    margin-bottom: 31px;
}
.eb-dtls-cf-form-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-family: "tradegothic";
    font-size: 13px;
    font-weight: 400;
    color: #cccccc;
    letter-spacing: 0.1em;
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #999999;
    background-color: transparent;
}
.eb-dtls-cf-form-field input::placeholder {
    text-transform: uppercase;
}
.eb-dtls-cf-form-submit {
    margin-top: 39px;
}
.eb-dtls-cf-form-submit button {
    width: 100%;
    background: #f1d442;
    font-size: 14px;
}
.eb-learn-inner {
    position: relative;
}
.eb-learn-top {
    position: relative;
    padding: 118px 0;
    background-image: url('../../images/sell-a-home/bs-bottom-content-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.eb-learn-top h2 {
    font-family: "ivarfine";
    font-size: 100px;
    font-weight: 400;
    color: #000;
    text-align: center;
}
.eb-learn-content {
    position: relative;
    padding: 82px 0;
    background-image: url('../../images/global/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.eb-learn-col {
    display: inline-block;
    vertical-align: middle;
}
.eb-learn-col.col-left {
    width: 29.37%;
}
.eb-learn-img img {
    margin: 0 auto;
}
.eb-learn-col.col-right {
    width: 70.62%;
}
.eb-learn-list {
    position: relative;
}
.eb-learn-list ul {
    margin-bottom: 70px;
}
.eb-learn-list ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
}
.eb-learn-list ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 226px;
    background-color: #fff;
    opacity: .2;
    pointer-events: none;
}
.eb-learn-list ul li:last-child:after {
    opacity: 0;
}
.eb-learn-list ul li img {
    margin: 0 auto 28px;
}
.eb-learn-list ul li p {
    font-family: "ivarfine";
    font-size: 44px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.1;
}
.eb-learn-link {
    max-width: 335px;
    margin: 0 auto;
}
.eb-learn-link a {
    display: block;
    font-family: "tradegothicbold";
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 26px 0;
    background-color: #f3d424;
}
.eb-learn-link a:hover {
    opacity: .7;
}

.bs-cta-wrapper {

    position: relative;

    z-index: 1;

}

.bs-cta-wrapper::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: url('../../images/sell-a-home/bs-bottom-content-bg.jpg');

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    background-attachment: fixed;

    pointer-events: none;

    z-index: -1;

}

    .bs-cta-inner-wrapper {

        /*padding: 118px 0 140px;*/
        padding: 140px 0;

    }

        .bs-cta-text {

            font-family: "ivarfine";

            font-size: 79px;

            font-weight: 400;

            color: #000;

            text-align: center;

        }

        .bs-cta-link {

            max-width: 328px;

            margin: 29px auto 0;

        }

            .bs-cta-link a {

                display: block;

                font-family: "tradegothic";

                font-size: 16px;

                font-weight: 400;

                color: #000;

                text-align: center;

                text-transform: uppercase;

                padding: 26px 0;

                background-color: #f3d424;
                /*background-image: url('../../images/sell-a-home/bs-cta-bg.jpg');

                background-size: cover;

                background-position: center;

                background-repeat: no-repeat;*/

            }

            .bs-cta-link a:hover {

                opacity: .7;

            }

.ak-cwa-wrapper {

    display: none;

}

/*******************************************************

 *

 * Mobile styles and other media queries

 *

 *******************************************************/

@media only screen and (min-width: 1601px) {



} 

@media only screen and (max-width: 1440px) {
    .eb-dtls-txt h2 {
        font-size: 65px;
    }
}

@media only screen and (max-width: 1366px) {
    .eb-learn-top h2 {
        font-size: 86px;
    }
}



@media only screen and (max-width: 1299px) {
    .eb-dtls-txt h2 {
        font-weight: 400;
    }
    .eb-learn-list ul li p {
        font-size: 35px;
    }
} 



@media only screen and (max-width: 1199px) {
    .eb-dtls-cf-form-submit button {
        font-size: 11px;
    }
    .eb-dtls-txt h2 {
        font-size: 47px;
    }
    .eb-dtls-txt p {
        font-size: 14px;
    }
    .eb-learn-top h2 {
        font-size: 65px;
    }
    .eb-learn-list ul li p {
        font-size: 31px;
    }
}



@media only screen and (max-width: 991px) {

    .bs-cta-wrapper {

        margin-top: 30px;

    }

    .bs-cta-wrapper::before {

        top: 0;

    }

    .eb-dtls-inner::before, .eb-dtls-col.col-right::before, .eb-learn-list ul li::after {
        display: none;
    }
    .eb-dtls-col {
        display: block;
        width: 100% !important;
        padding: 0 !important;
    }
    .eb-dtls-img img {
        margin: 0 auto;
    }
    .eb-dtls-txt h2 {
        font-size: 30px;
        text-align: center;
        margin-top: 20px;
    }
    .eb-dtls-txt p {
        padding: 0 15px;
        text-align: center;
    }
    .eb-dtls-cf {
        max-width: 100%;
        margin: 30px 0;
    }
    .eb-dtls-cf-form {
        max-width: 480px;
    }
    .eb-learn-top {
        padding: 50px 0;
    }
    .eb-learn-top h2 {
        font-size: 45px;
    }
    .eb-learn-content {
        padding: 50px 0;
    }
    .eb-learn-col {
        display: block;
        width: 100% !important;
    }
    .eb-learn-list {
        margin-top: 50px;
    }
    .eb-learn-list ul {
        margin-bottom: 0;
    }
    .eb-learn-list ul li {
        display: block;
        width: 100% !important;
        margin-bottom: 30px;
    }
}



@media only screen and (max-width: 767px) {

    .bs-cta-text {

        font-size: 62px;

    }

}



@media only screen and (max-width: 480px) {

    .bs-cta-link {

        max-width: 290px;

    }

}

@media only screen and (max-width: 400px) {
    
}

@media only screen and (max-width: 360px) {
    
}