
section.feature {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 0;
    position: relative;
}

section.gray {
    background-color: #EFEFF4;
}

section > div.wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

section > div.wrap .feature,
section > div.wrap .image {
    width: 50%;
}

section > div.wrap .feature {
    padding: 0em 7%;
    order: 1;
}

section > div.wrap .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 600px;
    order: 2
}

section.support > div.wrap .image {
    background-size: 100% auto;
}

section.feature:nth-of-type(odd) > div.wrap .image {
    order: 1;
}

section.feature:nth-of-type(odd) > div.wrap .feature {
    order: 2;
}

div.feature span.image {
    display: inline-block;
    vertical-align: bottom;
    width: 45px;
    margin-right: 0.5em;
}

section.Customer div.feature span.image {
    vertical-align: top;
}

div.feature > h2 {
    display: inline-block;
    vertical-align: middle;
    color: #32b4a6;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}

div.feature > h3 {
    font-weight: 400 !important;
    font-size: 22px;
    line-height: 34px;
    margin: 0.5em 0em 1em 0em;
    color: #292929;
    font-family: "Open Sans", sans-serif;
}

div.feature strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 1em 0em 0em 0em;
    color: #292929;
}

div.feature p,
div.feature ul li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #292929;
    margin: 0.5em 0em;
}

div.feature p {
    padding-left: 0;
    line-height: 26px;
}

div.feature ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #32b4a6;
    border-radius: 50%;
}

section.feature.skills div.call {
    margin-top: 2em;
    border-top: 1px solid #d6d4d4;
    padding: 1em 0em;
}

section.feature.skills div.call h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin: 0.3em 0em 1em 0em;
    color: #32b4a6;
}

section.feature.skills div.call a.tel {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 600;
    color: white;
    position: relative;
    margin-bottom: 0.5em;
    background-color: #F34023;
    padding: 0.2em 1em;
    border-radius: 8px;
}

section.feature.skills div.call a.tel:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(/wp-content/themes/angelsense/images/chat-widget/phone-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    position: relative;
    top: -3px;
    margin-right: 0.5em;
}

div.testimonial {
    margin-top: 0px;
    text-align: center;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 3em calc((100% - 800px) / 2);
    background-color: #32b4a6;
}

div.testimonial div.quote {
    font-size: 22px;
    font-style: italic;
    position: relative;
}

div.testimonial div.quote:before {
    content: '';
    background-image: url(/wp-content/themes/angelsense/images/saving-features/testimonial-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 50px;
    height: 55px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.4;
}

div.testimonial div.quote {
    display: block;
}

div.testimonial div.quote br {
    display: none;
}

div.testimonial div.quote p {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: white;
    font-style: italic;
    font-weight: 300;
    padding: 0em 1em;
}

div.testimonial div.quote strong {
    display: block;
    margin-top: 1.5em;
}

section.feature div.wrap > strong {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin: 1em 0em 1em 0em;
    color: #292929;
}

section#product {
    padding: 50px calc((100% - 950px)/ 2);
    background-color: #EFEFF4;
}

section#product div.activate {
    margin-top: 70px;
}

section#product div.slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#product div.slider div.container {
    position: relative;
    text-align: center;
}

section#product div.slider div.container:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/themes/angelsense/images/product-tour/play.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 120px;
    height: 120px;
}

section#product .wistia_responsive_padding {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}

.slick-slide img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    /*padding: 1em 7em;*/
}

.slick-dots li {
    background-color: #bfbfbf;
    border-radius: 50%;
    width: 14px !important;
    height: 14px !important;
}

.slick-dots li.slick-active {
    background-color: rgb(50, 180, 166);
}

.slick-dots li button:before {
    display: none;
}
.slick-next,
.slick-prev {
    width: 30px !important;
    height: 30px !important;
    background-color: transparent !important;
    z-index: 100000 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% auto !important;
    outline: 0 !important;
    z-index: 0 !important;
}

.slick-next {
    background-image: url(/wp-content/themes/angelsense/images/home-page/arrow2-right.svg) !important;
    width: 25px !important;
    height: 50px !important;
    z-index: 1000 !important;
}

.slick-next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/angelsense/images/home-page/arrow2-right.svg");
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
}

.slick-prev {
    background-image: url(/wp-content/themes/angelsense/images/home-page/arrow2-left.svg) !important;
    width: 25px !important;
    height: 50px !important;
    z-index: 1000 !important;
}

.slick-prev:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/angelsense/images/home-page/arrow2-left.svg");
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
}

.slick-next:before,
.slick-prev:before {
    display: none !important;
}

.slick-dots li.slick-active button:before {
    color: rgb(50, 180, 166) !important;
}

section.support {
    padding: 0px;
    background-color: white;
}

section.support form.request_call {
    text-align: center;
}

section.support div.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    color: #32b4a6;
    font-weight: 600;
    position: relative;
}

section.support h2 {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
}

section.support > h3 {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    margin: 0.3em 0em 1em 0em;
    color: #292929;
}

section.support > p {
    display: block;
    text-align: center;
    margin: 1em auto;
    font-size: 20px;
    color: #292929;
    line-height: 1.3;
    font-weight: 300;
    width: 90%;
}

section.risk {
    padding: 50px calc((100% - 800px)/ 2);
    text-align: center;
    background-image: url("/wp-content/themes/angelsense/images/saving-features/guarantee.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: calc(100vw * (513/1920));
    min-height: 513px;
}

section.risk h2 {
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

section.risk h2:after {
    content: '';
    display: block;
    margin: 0.5em auto auto;
    width: 134px;
    height: 134px;
    background-image: url("/wp-content/themes/angelsense/images/home-page/stamp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

section.risk p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    color: #292929;
    line-height: 1.3;
    font-weight: 300;
    width: 450px;
}

section.risk div.action {
    top: 0;
}

/*Tablet Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1367px) and (orientation: landscape){
    section.header {
        padding: 50px calc((100% - 950px)/ 2);
        min-height: 475px;
    }

    section.feature.skills {
        min-height: 765px;
    }

    section.feature.Independence,
    section.feature.opportunity,
    section.feature.independence {
        min-height: 330px;
    }

    div.feature > h2,
    section.header div.title h1 {
        font-size: 32px;
        line-height: 40px;
    }

    div.feature > h3 {
        font-size: 20px;
        line-height: 24px;
    }

    section.header div.title h2 {
        font-size: 20px;
        line-height: 28px;
    }

    section.feature,
    div#video {
        padding: 50px calc((100% - 950px)/ 2);
    }

    div.feature p {
        padding-left: 0;
        line-height: 23px;
        font-size: 18px;
    }

    div.feature ul li {
        line-height: 23px;
        font-size: 18px;
    }

    section.support ul li img {
        padding: 0;
        border: none;
    }
}

/* Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    section.header {
        padding: 50px calc((100% - 750px)/ 2);
        min-height: 330px;
    }

    section.header > div.title > div.testimonial {
        display: none;
    }

    section.feature.skills {
        min-height: 765px;
    }

    section.feature.Independence,
    section.feature.opportunity,
    section.feature.independence {
        min-height: 330px;
    }

    div.feature > h2,
    section.header div.title h1 {
        font-size: 28px;
        line-height: 36px;
    }

    div.feature > h3 {
        font-size: 16px;
        line-height: 20px;
    }

    section.header div.title h2 {
        font-size: 16px;
        line-height: 24px;
    }

    section.feature,
    div#video {
        padding: 50px calc((100% - 750px)/ 2);
    }

    div.feature p {
        padding-left: 0;
        line-height: 20px;
        font-size: 16px;
    }

    div.feature ul li {
        line-height: 20px;
        font-size: 16px;
    }

    section.feature.skills div.call h4 {
        font-size: 20px;
        line-height: 26px;
    }

    section.feature.skills div.call a.tel {
        font-size: 26px;
    }

    div.testimonial {
        padding: 2em calc((100% - 600px)/ 2);
    }

    div.testimonial div.quote:before {
        width: 50px;
        height: 55px;
    }

    div.testimonial div.quote p {
        font-size: 16px;
        line-height: 22px;
    }

    section.support ul li img {
        padding: 0;
        border: none;
    }
}
