/*
    Style
*/

div#contact {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    width: 365px;
    padding: 1em;
    position: relative;
}

section.header div.wrap div#contact div.form_title {
    padding-bottom: 1em;
}

form#call-contact {
    position: relative;
}

form#call-contact label {
    display: block;
    margin-bottom: 0.5em;
}

form#call-contact label input,
form#call-contact label textarea {
    border: none;
    padding: 0.7em 0.5em;
    width: 100%;
    border-radius: 8px;
}

form#call-contact label.promo input {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    position: relative;
    left: 10px;
    top: 3px;
}

form#call-contact label.promo span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 25px);
}

form#call-contact label input[type="submit"] {
    background-color: #32b4a6;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.4rem;
    padding: 0.5em 1em;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-appearance: none;
    border: 1px solid white;
}

form#call-contact label textarea {
    height: 80px;
    resize: none;
}

section.header div.wrap div#contact h2 {
    display: block;
    color: #707070;
    text-align: center;
    font-size: 26px;
}

div#contact .response {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EDEEF2;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}

div#contact .response p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #707070;
    width: 95%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

#call-contact.show .response {
    visibility: visible;
    opacity: 1;
}

#call-contact label a.chat {
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #32b4a6;
    font-weight: 600;
    margin-top: 0.5em;
    border-top: 1px solid rgba(206, 200, 200, 0.58);
}

#call-contact a.chat span {
    position: relative;
}

#call-contact a.chat span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(/wp-content/themes/angelsense/images/chat-widget/Chat_Icon_Mob.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 24px;
    height: 26px;
    position: relative;
    top: -2px;
    margin: 0em 0.4em;
}

section.header div.wrap div.info div.action {
    margin: 1em 0em;
}

div.chat {
    text-align: center;
    background-color: #285083;
    color: white;
    padding: 0.5em 0em;
}

div.chat br {
    display: none;
}

div.chat.green {
    background-color: #32b4a6;
}

div.chat p {
    font-size: 28px;
    font-weight: 600;
}

div.chat p span {
    font-size: 32px;
    font-weight: 700;
}

div.chat p span a {
    color: white;
}

section#features {
    background-color: #f5f5f5;
    padding: 50px calc((100% - 1200px)/ 2);
    text-align: center;
    position: relative;
}

section#features:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background: linear-gradient(to bottom, #dfe1e2 0%,#f5f5f5 100%);
    z-index: 10;
}

section#features > h2 {
    font-size: 36px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
}

section#features div.wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    position: relative;
    z-index: 15;
}

section#features div.wrap div {
    width: 20%;
}

section#features div.wrap div h3 {
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    font-size: 18px;
}

section#features div.wrap div p {
    padding: 0em 0.5em;
    color: #292929;
    margin-top: 0.3em;
    min-height: 60px;
}

section#features div.wrap div img {
    display: block;
    width: 100%;
    height: auto;
}

section#logo {
    padding: 50px 0px;
    text-align: center;
}

section#logo > h2 {
    font-size: 36px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    margin-bottom: 50px;
}

section#testimonials {
    padding: 50px calc((100% - 1200px)/ 2);
    background-color: #eef7f6;
}

section#testimonials > h2 {
    font-size: 36px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
}

section#testimonials div.wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

section#testimonials div.wrap > div {
    width: 30%;
    border-top: 1px solid #45b5a6;
    padding: 1em 0em;
}

section#testimonials div.wrap div.title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

section#testimonials div.wrap div.title h3 {
    color: #32b4a6;
    font-weight: 400;
    font-size: 18px;
    width: calc(100% - 85px);
    line-height: 22px;
}

section#testimonials div.wrap div > p {
    color: #292929;
    margin-top: 1em;
    font-size: 16px;
    line-height: 24px;
    min-height: 230px;
}

section#testimonials div.wrap div span.name {
    font-style: italic;
    color: #32b4a6;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

section#testimonials div.wrap div span.name:after {
    content: '';
    display: block;
    background-image: url("/wp-content/themes/angelsense/images/chat-widget/5-Stars.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 160px;
    height: 50px;
}

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

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: 80px;
    height: 80px;
}

.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;
    border: 1px solid #e6e6e7;
    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/next-reg.png") !important;
    width: 45px !important;
    height: 45px !important;
    right: -30px !important;
}

.slick-next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/angelsense/images/home-page/next-hover.png");
    z-index: 0;
    opacity: 0;
}

.slick-prev {
    background-image: url("/wp-content/themes/angelsense/images/home-page/prev-reg.png") !important;
    width: 45px !important;
    height: 45px !important;
    left: -30px !important;
}

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

.slick-prev:hover:after,
.slick-next:hover:after {
    opacity: 1;
}

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

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

section.risk {
    padding: 50px calc((100% - 1200px)/ 2);
}

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

section.risk div.wrap div.feature {
    width: 30%;
}

section.risk div.wrap div.feature img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 182px;
    height: 182px;
}

section.risk div.wrap div.feature p {
    color: #292929;
    padding: 0em 0.5em;
    font-size: 16px;
    line-height: 24px;
    min-height: 140px;
    margin-top: 0.5em;
}

section.risk div.wrap div.feature a.action {
    padding: 0.5em 2em 0.5em 2em;
}

section.risk div.wrap div.feature a.chat,
section.risk div.wrap div.feature a.tel {
    display: block;
    font-weight: 600;
    position: relative;
    top: -18px
}

section.risk div.wrap div.feature a.chat {
    top: 5px;
}

section.risk div.wrap div.feature a.chat span,
section.risk div.wrap div.feature a.tel span {
    display: inline-block;
    padding: 0.2em 1em 0.2em 1em;
    border: 1px solid #32b4a6;
    background-color: white;
    margin-top: 0em;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    border-radius: 8px;
    color: #32b4a6;
    vertical-align: middle;
}

section.risk div.wrap div.feature a.chat span {
    background-color: #32b4a6;
    color: white;
}

section.risk div.wrap div.feature a.tel span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("/wp-content/themes/angelsense/images/chat-widget/Phone_Icon-desk.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    margin: 0em 0.3em;
    top: -2px;
    position: relative;
}

section.risk div.wrap div.feature a.chat span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(/wp-content/themes/angelsense/images/chat-widget/Chat_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 30px;
    height: 33px;
    margin: 0em 0.3em;
    top: -2px;
    position: relative;
}
section.risk div.wrap div.feature a.action:before {
    display: none;
}

section.contact {
    padding: 50px calc((100% - 1200px)/ 2);
    background-image: url("/wp-content/themes/angelsense/images/phone-lp/form.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: calc(100vw * (631/1920));
    min-height: 631px;
}

section.contact > h2 {
    font-size: 36px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    text-align: center;
}

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

    section.header div.wrap div#contact {
        left: 30px;
    }

    div.chat p {
        font-size: 24px;
    }

    div.chat p span {
        font-size: 26px;
    }

    section#testimonials div.wrap div.title h3 {
        font-size: 16px;
    }

    section#testimonials div.wrap div > p {
        color: #292929;
        margin-top: 1em;
        font-size: 14px;
        line-height: 20px;
        min-height: 200px;
    }

    section#features div.wrap div h3 {
        font-size: 16px;
    }

    section#features div.wrap div p {
        font-size: 14px;
    }
}