/*
    School Desktop style
*/


section div:nth-of-type(even) div.feature {
    display: block;
    width: 50%;
    position: relative;
    margin-right: auto;
}

section div:nth-of-type(odd) div.feature {
    display: block;
    width: 50%;
    position: relative;
    margin-left: auto;
}

section#about.young_adults div:nth-of-type(odd) div.feature {
    width: 55%;
}

section div.feature {
    display: block;
    width: 45%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}

section#about div.difference div.feature:after {
    content: '';
    position: absolute;
    top: 60%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("/wp-content/themes/angelsense/images/promotions/2021/device.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 319px;
    height: 460px;
}

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

section div.feature h3 {
    color: #292929;
    font-weight: 600;
    font-size: 20px;
    margin-top: 2em;
    margin-bottom: 0.2em;
    line-height: 1.1;
}

section div.feature > p {
    font-size: 18px;
    color: #292929;
    line-height: 28px;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 1em;
}

section div.feature div.download {
    display: inline-block;
    background-color: #fff;
    padding: 0em 1em;
    color: #292929;
    border-radius: 8px;
}

section div.feature div.download div {
    display: inline-block;
    vertical-align: middle;
}

section div.feature div.download div {
    color: #292929;
    font-size: 20px;
    font-weight: 600;
}

section div.feature div.download div a {
    color: #32b4a6;
    text-decoration: underline;
    position: relative;
}

section div.feature div.download div a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("/wp-content/themes/angelsense/images/download1.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
    width: 18px;
    height: 18px;
    background-color: #32b4a6;
    border-radius: 50%;
    padding: 0.8em;
    margin-left: 0.3em;
}

section div.feature div.download div.image {
    width: 100px;
}

section div.feature div.download div.image img {
    display: block;
    width: 100%;
    height: auto;
}

section#about div.maintenence div.feature > p,
section#about div.oppertunity div.feature > p,
section#about div.employment  div.feature > p,
section div.liasons div.feature > p,
section div.difference div.feature > p,
section div.wandering div.feature > p,
section div.notice div.feature > p {
    color: #292929;
}

section#about div.feature a.action {
    font-size: 1em;
}

section.additional_features h2,
section#features h2 {
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: rgb(50, 180, 166);
    line-height: 1.2;
    text-align: center;
}

section#features {
    display: block;
    margin-top: 0em;
    padding-bottom: 0em;
    text-align: center;
    background-color: #fafafa;
}

section#features ul {
    margin-top: 150px;
}

section#features ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0.5em;
    background-color: white;
    border: 2px solid rgba(203, 207, 206, 0.45);
    border-radius: 8px;
    min-height: 290px;
    width: 280px;
    margin: 0.4em;
    margin-bottom: 100px;
}

section#features ul li div.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: rgb(50, 180, 166);
    width: 110px;
    height: 110px;
    position: relative;
    margin-top: -75px;
    margin-bottom: 1em;
    transition: all 0.3s;
}

section#features ul li div.image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45%;
}

section#features ul li h3 {
    line-height: 1;
    font-size: 1.1rem;
    font-weight: 600;
    color: rgb(50, 180, 166);
}

section#features ul li p {
    margin-top: 1em;
    font-size: 1.1rem;
}

section#features ul li a {
    text-decoration: underline;
    color: rgb(50, 180, 166);
}

section#features ul li a.action {
    font-size: 1em;
}

section.additional_features {
    padding-top: 50px;
    padding-bottom: 0;
}

section.additional_features div.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-image: url("/wp-content/themes/angelsense/images/young-adults/YA-BG_Img-5-eview_desktop.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1920px 720px;
    padding: 4em 0em;
}

section.additional_features div.content ul {
    width: 30%;
    display: flex;
    flex-direction: column;
}

section.additional_features div.content ul span.image {
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3abeb0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% auto;
}

section.additional_features div.content ul span.image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
}

section.additional_features div.content ul.left li:nth-of-type(2) span.image img {
    width: 45%;
}

section.additional_features div.content ul li {
    margin-bottom: 2em;
    padding-left: 55px;
    position: relative;
}

section.additional_features div.content ul li h3 {
    color: #3abeb0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.3em;
    white-space: nowrap;
}

section.additional_features div.content ul li p {
    color: #292929;
}

section#video {
    padding: 50px calc((100% - 950px)/ 2);
    background-color: #fbfbfb;
    text-align: center;
    padding-bottom: 70px;
    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;
}

section#video div.video_wrap p {
    font-size: 26px;
    color: rgb(41, 41, 41);
    line-height: 1.3;
    font-weight: 600;
    margin: 0 auto;
    width: 90%;
}

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 .slick-next,
section#video .slick-prev {
    top: 400px !important;
}

section.testimonials {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px calc((100% - 1090px)/ 2);
}

section.testimonials div.action {
    top: 0px;
}

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

section.testimonials div.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2em;
    margin-bottom: 4em;
    position: relative;
}

section.testimonials div.wrapper div.testimonial {
    width: 50%;
    border: 2px solid rgb(236, 236, 236);
    border-radius: 8px;
    margin: 0em;
    padding: 1em 0.5em;
    min-height: 290px;
}

section.testimonials div.wrapper div.testimonial > h3 {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: rgb(50, 180, 166);
    line-height: 1.2;
    width: 92%;
    margin: 0 auto;
    min-height: 85px;
}

section.testimonials div.wrapper div.testimonial div.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0em 2em;
}

section.testimonials div.wrapper div.testimonial div.content div.image {
    ackground-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 175px;
    height: 150px;
    border-radius: 8px;
}

section.testimonials div.wrapper div.testimonial div.content div.text {
    width: 100%;
    padding: 0em 1em;
}

section.testimonials div.wrapper div.testimonial div.content div.text p {
    font-size: 18px;
    color: #0f0f0f;
    line-height: 1.3;
    font-weight: 300;
    display: inline;
}

section.testimonials div.wrapper div.testimonial div.content div.text p:first-of-type:after {
    content: '"...';
    display: inline-block;
    vertical-align: bottom;
}

section.testimonials div.wrapper div.testimonial div.content div.text p.show:first-of-type:after,
section.testimonials div.wrapper div.testimonial div.content div.text p:nth-of-type(2) {
    display: none;
}

section.testimonials div.wrapper div.testimonial div.content div.text p.show {
    display: inline;
}

section.testimonials div.wrapper div.testimonial div.content div.text p a {
    color: #848484;
    text-decoration: underline;
    display: inline-block;
    outline: 0;
}

section.testimonials div.wrapper div.testimonial div.content div.text span.name {
    ont-style: italic;
    font-size: 16px;
    color: rgb(15, 15, 15);
    line-height: 1.3;
    font-weight: 700;
    margin-top: 1em;
    display: block;
}

.slick-initialized .slick-slide {
    margin: 0em 0.5em !important;
}

section.testimonials .slick-next,
section.testimonials .slick-prev {
    top: 150px !important;
}

ul.slick-dots {
    margin: 0;
    padding: 10px 0;
    bottom: -50px !important;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.slick-dots li button:before {
    font-size: 30px !important;
    display: none;
}

.slick-dots li {
    background-color: rgb(191, 191, 191);
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
}

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

.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: -45px !important;
}

.slick-next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/angelsense/images/home-page/next-hover.png");
    width: 100%;
    height: 100%;
    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: -45px !important;
}

.slick-prev:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/angelsense/images/home-page/prev-hover.png");
    width: 100%;
    height: 100%;
    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;
}

#pricing {
    padding: 50px calc((100% - 980px)/ 2);
    position: relative;
}

#pricing h2 {
    font-size: 40px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    text-align: center;
}

#pricing ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0em 1em;
    margin: 2em 0em;
}

#pricing ul li {
    display: block;
    position: relative;
    color: rgb(18, 45, 56);
    margin: 0.4em 0em;
    font-size: 1.1rem;
    padding-left: 15px;
}

#pricing ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: rgb(240, 66, 32);
    border-radius: 50%;
}

/*Contact form*/

body.remove div.overlay,
div.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

div.overlay.show {
    visibility: visible;
    opacity: 1;
}

#contact.show {
    top: 100px;
}

#contact a.remove {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 1.5em;
    height: 1.5em;
    background-image: url(/wp-content/themes/angelsense/images/b2b-HP/close2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 0.5em;
    z-index: 0;
}

#contact div.form_title {
    display: block;
    margin-bottom: 0.5em;
}

#contact div.form_title h2 {
    text-align: center;
    color: rgb(18, 45, 56);
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
}

#case-signup {
    position: relative;
}

#case-signup .success {
    display: block;
    padding: 1em;
    background-color: white;
    color: rgb(240, 66, 32);
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
}

#case-signup label,
#sign label {
    display: block;
    vertical-align: top;
    margin-bottom: 1em;
    width: 100%;
    position: relative;
}

#case-signup label input#promo {
    display: inline-block;
    width: auto;
    -webkit-appearance: checkbox;
    padding: 5px;
    vertical-align: middle;
}

#sign label:last-of-type {
    margin-bottom: 0em;
}

#case-signup textarea,
#case-signup select,
#case-signup input,
#sign textarea,
#sign label select,
#sign label input {
    background-color: white;
    border-radius: 4px;
    border: 1px solid rgb(222, 222, 222);
    padding: 13px 10px;
    font-size: 16px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#sign input#promo-signup {
    display: inline-block;
    width: 20px;
    -webkit-appearance: checkbox;
    position: relative;
    top: -1px;
}

#case-signup select,
#sign label select {
    color: #828282;
}

#sign textarea,
#sign label select,
#sign label input {
    padding: 10px;
}

select::-ms-expand {
    display: none;
}

#case-signup textarea {
    height: 112px;
    resize: none;
}

#case-signup label.custom:after,
#sign label.custom:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/angelsense/images/b2b/arrow.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 10px;
}

#case-signup label input[type="submit"],
#sign label input[type="submit"] {
    background-color: rgb(240, 66, 32);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.4rem;
    padding: 0.5em 1em;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-appearance: none;
}

#case-signup label input[type="submit"] {
    width: 30%;
    margin-left: auto;
    margin-right: 1.35em;
    display: block;
    font-size: 1.4rem;
}

.success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(18, 45, 56);
    visibility: hidden;
    opacity: 0;
    color: white;
    padding: 50% 1em 50% 1em;
    font-size: 1.2rem;
}

.success.show {
    visibility: visible;
    opacity: 1;
}

#case-signup {
    display: block;
    margin-top: 1em;
}

#case-signup div.section {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    box-sizing: border-box;
    padding: 0em 1em;
}

#case-signup div.section label {
    display: block;
    width: 100%;
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1367px) and (orientation: landscape){
    section.header {
        margin-top: 55px;
        padding: 100px calc((100% - 950px)/ 2)
    }

    section div.feature div.download div {
        font-size: 18px;
    }

    section div.feature > p {
        font-size: 18px;
    }

    section#video h2,
    section#features h2 {
        font-size: 30px;
    }

    section#features ul {
        margin-top: 130px;
    }

    section#video,
    section#about > div {
        padding: 20px calc((100% - 950px)/ 2);
    }

    section#video div.video_wrap h3 {
        font-size: 30px;
    }

    section#about > div h2 {
        font-size: 30px;
    }

    section div.feature {
        top: 40%;
    }

    section.testimonials {
        padding: 20px calc((100% - 750px)/ 2);
    }

    section div.feature div.download div.image {
        width: 65px;
    }

    section div.wandering {
        background-position: -245px 115px;
    }

    section div.oppertunity {
        background-position: -246px top;
    }

    section div.support {
        background-position: -260px top;
    }

    section div.maintenence {
        background-position: -660px top;
    }

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

}

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

    section.header div.title h2 {
        font-size: 36px;
    }

    section.header div.title > p {
        font-weight: 400;
        font-size: 24px;
        line-height: 1.3;
        margin: 0.3em 0em 1em 0em;
        color: rgb(15, 15, 15);
        width: 80%;
    }

    section#video h2,
    section#features h2 {
        font-size: 30px;
    }

    section#features ul {
        margin-top: 130px;
    }

    section#video,
    section#about > div {
        padding: 20px calc((100% - 750px)/ 2);
    }

    section#video div.video_wrap h3 {
        font-size: 30px;
    }

    section#about > div h2 {
        font-size: 30px;
    }

    section div.feature {
        top: 40%;
    }

    section.testimonials {
        padding: 20px calc((100% - 550px)/ 2);
    }

    section div.notice {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 1920px 660px;
        min-height: 660px;
    }

    section div.wandering {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 1920px 747px;
        min-height: 747px;
    }

    section div.tragedy {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 1920px 762px;
        min-height: 762px;
    }

    section div:nth-of-type(2n) div.feature {
        width: 60%;
    }

    section div.feature div.download div,
    section div.feature > p {
        font-size: 16px;
    }

    section div.feature div.download div.image {
        width: 40px;
    }
}

::placeholder {
    color: #828282;
}