

#new-features,
#main-features {
    background-color: #32b4a6;
    padding: 50px calc((100% - 1200px)/ 2);
    padding-bottom: 0em;
    text-align: center;
    position: relative;
}

#new-features {
    padding-top: 0;
}


section#main_video h2,
section#timeline h2,
section#agegroup h2,
section.wearing h2,
#new-features h2,
#main-features h2 {
    font-size: 36px;
    font-weight: 500;
    color: white;
    line-height: 43px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}


section#main_video h2,
section#timeline h2,
section#agegroup h2,
section.wearing h2 {
    width: 100%;
    color: #32b4a6;
    text-align: center;
}

#new-features ul,
#main-features ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3em;
}

#new-features ul li,
#main-features ul li {
    width: 370px;
    height: 365px;
    margin-bottom: 2.5em;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}

#new-features ul li,
body.holiday-gift-offer #main-features ul li {
    cursor: none;
}

#new-features ul li:hover a,
#main-features ul li:hover a {
    transform: translateY(-5px);
}

#new-features ul li:hover a,
body.holiday-gift-offer #main-features ul li:hover a {
    transform: translateY(0px);
}

#new-features ul li a,
#main-features ul li a {
    display: block;
    width: 370px;
    height: 365px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    transition: all 0.3s;
}

#new-features ul li a,
body.holiday-gift-offer #main-features ul li a{
    cursor: default;
}

#main-features ul li div.description {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #32b4a6;
    color: white;
    z-index: 2;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
    padding: 1em;
}

#main-features ul li div.description h3 {
    font-weight: 500;
    font-size: 17px;
}

#main-features ul li div.description span.image {
    position: absolute;
    left: 0px;
    top: -34px;
    width: 80px;
    height: 80px;
    background-color: #45b4a5;
    border-radius: 50%;
}

#main-features ul li div.description span.image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

#main-features p.note {
    display: inline-block;
    color: white;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

#main-features p.note:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(/wp-content/themes/angelsense/images/promotions/eview/School_icon.svg);
    background-repeat: no-repeat;
    background-size: 71% auto;
    background-position: center center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    margin: 0em 0.5em;
}

section.wearing {
    background-color: #f7f7f9;
    padding: 50px calc((100% - 1100px)/ 2);
    text-align: center;
    padding-bottom: 300px;
}

section.wearing ul.wearing_gallery {
    position: relative;
    margin-top: 2em;
}

section.wearing ul.wearing_gallery .slick-prev {
    left: -30px !important;
}

section.wearing .video_wrap {
    display: block;
    margin-top: 2em;
}

section.testimonials {
    padding: 100px calc((100% - 1100px)/ 2);
    margin-top: -330px;
}

section.testimonials .wistia_responsive_padding {
    position: absolute !important;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section.testimonials ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    margin-bottom: 50px;
}

section.testimonials ul li {
    width: 30%;
    background-color: white;
    padding: 1em;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 35%);
}

section.testimonials ul li div.image {
    position: relative;
    margin-bottom: 0.5em;
}

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

section.testimonials ul li h3 {
    font-size: 18px;
    line-height: 22px;
    color: #32b4a6;
    font-weight: 500;
}

section.testimonials ul li > p {
    font-size: 16px;
    line-height: 22px;
    color: #292929;
    font-weight: 400;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    min-height: 200px;
}

section.testimonials ul li span.name {
    display: block;
    color: #292929;
    font-weight: 500;
}

section.testimonials div.action {
    display: block;
}

section#agegroup {
    padding: 50px calc((100% - 1300px)/ 2);
    padding-top: 0em;
    padding-bottom: 80px;
}

section#agegroup ul.group {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

section#agegroup ul.group li {
    width: 25%;
    padding: 0em 1em;
}

section#agegroup ul.group li span.image {
    display: block;
    width: 100%;
    height: 237px;
    position: relative;
}

section#agegroup ul.group li span.image img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0%;
}

section#agegroup ul.group li h3 {
    font-size: 20px;
    font-weight: 600;
    color: #32b4a6;
    margin-bottom: 0.5em;
}

section#agegroup ul.group li p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #292929;
}

section#agegroup ul.group li p strong {
    font-weight: 700;
}

section#timeline {
    display: block;
    padding: 50px 0px 0px 0px;
    background-image: url(/wp-content/themes/angelsense/images/wearing/timelinbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

section#main_video > p,
section#timeline > h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    margin: 0.2em 0em 0em 0em;
    color: #0f0f0f;
    text-align: center;
}

section#timeline div.timeline {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 50px calc((100% - 800px)/ 2);
    position: relative;
}

section#timeline div.timeline.home {
    height: calc(100vw * (569/1920));
    min-height: 569px;
}

section#timeline div.timeline.bus {
    height: calc(100vw * (496/1920));
    min-height: 496px;
}

section#timeline div.timeline.arrival {
    height: calc(100vw * (465/1920));
    min-height: 465px;
}

section#timeline div.timeline.school {
    height: calc(100vw * (483/1920));
    min-height: 483px;
}

section#timeline div.timeline.leave {
    height: calc(100vw * (554/1920));
    min-height: 554px;
}

section#timeline div.timeline.bus2 {
    height: calc(100vw * (532/1920));
    min-height: 532px;
}

section#timeline div.timeline.home2 {
    height: calc(100vw * (611/1920));
    min-height: 611px;
}

section#timeline div.timeline.park {
    height: calc(100vw * (431/1920));
    min-height: 431px;
}


section#timeline div.timeline div.content {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    margin-left: auto;
}

section#timeline div.timeline:nth-of-type(odd) div.content {
    margin-right: auto;
    margin-left: 0;
}

section#timeline div.timeline:nth-of-type(even):before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

section#timeline div.timeline.bus2:before,
section#timeline div.timeline.bus:before {
    background-image: url("/wp-content/themes/angelsense/images/wearing/2-bus.gif");
    width: 550px;
    height: 676px;
}

section#timeline div.timeline.bus2:before {
    background-image: url("/wp-content/themes/angelsense/images/wearing/back-home.gif");
    top: 53%;
}

section#timeline div.timeline.school:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/school2.gif);
    width: 450px;
    height: 450px;
    top: 57%;
    right: 55%;
}

section#timeline div.timeline.park:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/park2.gif);
    width: 703px;
    height: 493px;
    top: 45%;
    right: 55%;
}

section#timeline div.content img {
    display: block;
    width: 60px;
}

section#timeline div.content h4 {
    font-size: 28px;
    font-weight: 900;
    color: #32b4a6;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}

section#timeline div.content p,
section#timeline div.content span {
    font-size: 28px;
    color: #292929;
    font-weight: 300 !important;
}

section#timeline div.action {
    display: block;
    padding: 2em;
}

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

section#main_video div.wrap {
    margin-top: 2em;
}

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

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 h2 {
    color: white;
    font-size: 26px;
    font-weight: 600;
    margin: 0.5em 0em;
}

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: white;
    padding: 0em 0.5em;
    font-size: 16px;
    line-height: 24px;
    min-height: 140px;
    margin-top: 0.5em;
}

body.holiday-gift-offer-senior section.risk div.wrap div.feature p,
body.holiday-gift-offer section.risk div.wrap div.feature p {
    min-height: auto;
    margin-bottom: 1em;
}

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

body.holiday-gift-offer section.risk div.wrap div.feature.order a.action,
body.holiday-gift-offer section.risk div.wrap div.feature.pricing a.action,
body.holiday-gift-offer-senior section.risk div.wrap div.feature.order a.action,
body.holiday-gift-offer-senior section.risk div.wrap div.feature.pricing a.action {
    display: none;
}

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;
}

/*Tablet Version Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1367px) and (orientation: landscape){
    div#strip,
    body.sale #header-sticky {
        display: none !important;
    }

    section.header {
        margin-top: 55px;
        padding: 100px calc((100% - 950px)/ 2);
        min-height: 420px;
    }

    section.header div.title h1 {
        font-size: 30px;
    }

    section#main_video,
    section.wearing,
    #main-features,
    section#agegroup,
    section#wearing,
    section#video,
    section#features {
        padding: 50px calc((100% - 950px)/ 2);
    }

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

    #main-features ul {
        justify-content: space-around;
    }

    section.testimonials {
        padding: 50px calc((100% - 950px)/ 2);
        margin-top: 0;
    }

    section#video article {
        background-color: #32b4a6;
        margin-top: 2em;
        padding: 0em 30px 0em 80px;
    }

    section#about div.quote p {
        font-size: 18px;
    }

    section#timeline {
        padding: 15px 0px 0px 0px;
    }

    section#timeline > h3 {
        font-size: 20px;
    }

    section#timeline div.timeline.home {
        min-height: 465px;
    }

    section#timeline div.timeline.bus {
        min-height: 400px;
    }

    section#timeline div.timeline.bus2:before,
    section#timeline div.timeline.bus:before {
        width: 457px;
    }

    section#timeline div.timeline.school:before {
        width: 360px;
    }

    section#timeline div.timeline.park:before {
        width: 480px;
    }

    section#timeline div.timeline.arrival {
        min-height: 375px;
    }

    section#timeline div.timeline.school {
        min-height: 400px;
    }

    section#timeline div.timeline.leave {
        min-height: 450px;
    }

    section#timeline div.timeline.bus2 {
        min-height: 437px;
    }

    section#timeline div.timeline.home2 {
        min-height: 495px;
    }

    section#timeline div.timeline.park {
        min-height: 360px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    div#strip,
    body.sale #header-sticky {
        display: none !important;
    }

    section.header {
        margin-top: 55px;
        min-height: 325px;
        padding: 100px calc((100% - 700px)/ 2);
    }

    section.header div.title h1 {
        font-size: 25px;
    }

    section#main_video,
    section.wearing {
        padding: 50px calc((100% - 700px)/ 2);
    }

    section.testimonials {
        padding: 50px calc((100% - 700px)/ 2);
        margin-top: 0;
    }

    section.testimonials ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        margin-bottom: 50px;
    }

    section.testimonials ul li {
        width: 70%;
        background-color: white;
        padding: 1em;
        box-shadow: 0px 0px 8px rgb(0 0 0 / 35%);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4em;
    }

    section.testimonials ul li > p {
        min-height: auto;
    }

    section#timeline > h3,
    section#features > h3,
    section#wearing > h3,
    section.header div.title > h2,
    section.header div.title > p {
        font-size: 18px;
    }

    section#timeline h2,
    section#agegroup h2,
    section#wearing > h2,
    section#video > h2,
    section#features > h2 {
        font-size: 26px;
    }

    section#features .gallery_slider div.wrap span.image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        width: 400px;
        height: 376px;
    }

    section#features .gallery_slider div.wrap article {
        width: calc(100% - 410px);
    }

    section#features .gallery_slider div.wrap article h3 span,
    section#features .gallery_slider div.wrap article h3 {
        font-size: 22px !important;
    }

    section#video article {
        padding: 0em 48px 0em 95px;
    }

    section#video ul.material {
        padding: 0em 10px;
    }

    section#agegroup ul.group {
        flex-wrap: wrap;
    }

    section#agegroup ul.group li {
        width: 50%;
    }

    section#timeline div.timeline.home {
        height: calc(100vw * (569/1920));
        min-height: 265px;
    }

    section#timeline div.timeline.bus {
        height: calc(100vw * (496/1920));
        min-height: 310px;
    }

    section#timeline div.timeline.bus2:before, section#timeline div.timeline.bus:before {
        width: 338px;
    }

    section#timeline div.timeline.arrival {
        height: calc(100vw * (465/1920));
        min-height: 291px;
    }

    section#timeline div.timeline.school {
        height: calc(100vw * (483/1920));
        min-height: 310px;
    }

    section#timeline div.timeline.school:before {
        width: 274px;
    }

    section#timeline div.timeline.leave {
        height: calc(100vw * (554/1920));
        min-height: 284px;
    }

    section#timeline div.timeline.bus2 {
        height: calc(100vw * (532/1920));
        min-height: 315px;
    }

    section#timeline div.timeline.home2 {
        height: calc(100vw * (611/1920));
        min-height: 325px;
    }

    section#timeline div.timeline.park {
        height: calc(100vw * (431/1920));
        min-height: 280px;
    }

    section#timeline div.timeline.park:before {
        width: 447px;
    }

    section#timeline div.timeline:nth-of-type(odd) div.content {
        margin-left: 150px;
    }

    section#timeline div.content p, section#timeline div.content span {
        font-size: 22px;
    }

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

    section.risk div.wrap div.feature {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4em;
    }

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