
.customers,
.intro {
    text-align: center;
}

.features > h2,
.watch > h2,
.customers > h2,
.intro > h2 {
    font-size: 36px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 50px;
    text-align: center;
}

.watch > h2,
.features > h2 {
    color: white;
}

.intro > p {
    margin: 0.5em 0em;
}

.intro > h3 {
    margin-top: 80px;
    font-size: 30px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 50px;
}

.intro .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 50px;
}

.intro .wrap .image {
    width: 20%;
}

.intro .wrap .image h3 {
    margin-top: 0.3em;
    font-weight: 600;
    color: #292929;
    font-size: 20px;
}

.customers {
    background-color: #e6e6e6;
    padding: 100px calc((100% - 1100px)/ 2);
}

.customers ul.slick-dots {
    bottom: 0px !important;
}

.customers .slick-prev, .customers .slick-next {
    top: 40%;
}

.customers .slick-dots li {
    background-color: #c8c4c4;
}

.customers .slick-dots li.slick-active {
    background-color: #32b4a6;
}

.customer {
    text-align: center;
    margin-top: 80px;
}

.customer .description {
    margin: 0 auto;
    margin-bottom: 35px;
    width: 625px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    transform: translate(-130px, 0px);
}

.slick-current .customer .description {
    opacity: 1;
    visibility: visible;
}

.customer .description h3 {
    display: block;
    margin-top: 1.5em;
    font-size: 20px;
    line-height: 26px;
    color: #32b4a6;
    font-weight: 700;
}

.customer .description p {
    color: #292929;
    font-size: 20px;
    line-height: 26px;
    margin: 0.5em 0em;
    font-weight: 300;
}

.customer .description .name {
    display: block;
    margin-top: 0.2em;
    font-size: 18px;
    line-height: 26px;
    color: #292929;
}

.customer .image {
    text-align: center;
}

.customer .image img {
    display: block;
    height: auto;
    margin: 0 auto;
    filter: grayscale(1);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transition: all 0.5s;
}

.slick-current .customer .image img {
    filter: grayscale(0);
    -webkit-transform: scale(1);
    transform: scale(1);
}

section.features {
    padding: 100px calc((100% - 1200px)/ 2);
    padding-bottom: 0px;
    background-color: #32B4A6;
}

section.features div.action {
    display: block;
    position: relative;
    top: 27px;
}

section.features ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4em;
    margin-bottom: 8em;
    position: relative;
}

section.features ul:after {
    content: '';
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/themes/angelsense/images/watch/App-and-Watch_05.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 380px;
    height: 486px;
}

section.features ul li {
    padding: 1em;
    margin-top: 1em;
    position: relative;
    width: 35%;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
}

section.features ul li.Monitoring {
    order: 1;
}

section.features ul li.Speakerphone {
    order: 3;
}

section.features ul li.Alarm {
    order: 5;
}

section.features ul li.SOS {
    order: 7;
}

section.features ul li.Saferide {
    order: 2;
}

section.features ul li.Playback {
    order: 4;
}

section.features ul li.Alerts {
    order: 6;
}

section.features ul li.Support {
    order: 8;
}

section.features ul li span.image {
    position: relative;
    top: 0;
    left: 0;
    width: 65px;
    display: inline-block;
    vertical-align: middle;
}

section.features ul li span.image img {
    display: block;
    width: 100%;
    height: auto;
}

section.features ul li h3 {
    font-size: 20px;
    color: #292929;
    font-weight: 700;
}

section.features ul li p {
    margin-top: 0.3em;
    font-size: 16px;
    color: #292929;
    line-height: 23px;
}

section.watch {
    padding: 100px calc((100% - 1200px)/ 2);
    background-color: #32B4A6;
}

section.watch > h2 br {
    display: none;
}

section.watch ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 2em;
}

section.watch ul li {
    position: relative;
    text-align: center;
}

section.watch ul li span.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    width: 110px;
    height: 110px;
    background-color: white;
    border-radius: 50%;
}

section.watch ul li span.image img {
    display: block;
    width: 100%;
    height: auto;
}

section.watch ul li p {
    color: white;
    font-size: 16px;
    position: relative;
    line-height: 18px;
}

section#video {
    padding: 100px calc((100% - 950px)/ 2);
    text-align: center;
    overflow: hidden;
}

section#video div.video_wrap h3 {
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: rgb(50, 180, 166);
    line-height: 1.2;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1em;
}

section#video div.video_wrap p {
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: rgb(50, 180, 166);
    line-height: 1.2;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

section#video div.video_wrap a {
    display: inline-block;
    margin-top: 3em;
    position: relative;
}

section#video div.video_wrap a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

section#video div.action {
    top: 60px;
}

section#video .slick-next,
section#video .slick-prev {
    top: 400px !important;
    right: -55px !important
}

section#video .slick-prev {
    left: -55px !important;
}

#device_selection {
    display: none;
}