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: #e6e6e6;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !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/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;
}


sub {
    position: absolute;
    top: 33px;
    font-weight: 300;
    font-size: 1.1em;
}

div.gallery .slick-prev,
div.gallery .slick-next {
    background-image: url(/wp-content/themes/angelsense/images/pricing/arrow-new.svg) !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    width: 20px !important;
    transform: translateY(-30px);
}

div.gallery .slick-next {
    right: 0px !important;
}

div.gallery .slick-prev {
    left: 0px !important;
    z-index: 1000 !important;
}

div.gallery .slick-next {
    transform: translateY(-30px) rotate(-180deg);
}

div.gallery .slick-prev:hover:after,
div.gallery .slick-next:hover:after {
    opacity: 0;
}

div.gallery .slick-dots li.slick-active {
    background-color: #292929;
}

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

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

#pricing-popup {
    position: fixed;
    padding: 2em;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100000000;
    background-color: white;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

#pricing-popup.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

#pricing-popup a.remove {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 39px;
    height: 39px;
    background-image: url("/wp-content/themes/angelsense/images/promotions/january/x.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    z-index: 100000;
    padding: 1.2em;
    outline: 0;
}

#pricing-popup h3 {
    color: #292929;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    position: relative;
}

#pricing-popup h3:before {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    background-image: url("/wp-content/themes/angelsense/images/pricing/pricing-popup-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 64px;
    height: 86px;
}

#pricing-popup ul {
    margin-top: 1.5em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#pricing-popup ul li {
    display: block;
    position: relative;
    margin-bottom: 0.3em;
    padding-left: 15px;
    color: #292929;
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap;
}

#pricing-popup ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #32b4a6;
    border-radius: 50%;
    margin-right: 0.4em;
}

#pricing-popup #scroll-plans {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    width: 80%;
    padding: 0.5em;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #32b4a6;
    text-align: center;
    white-space: nowrap;
    border-radius: 8px;
}

div#strip.sale {
    display: none;
}

section.device {
    padding: 4em calc((100% - 950px)/ 2);
    padding-bottom: 4em;
    background-image: url("/wp-content/themes/angelsense/images/pricing/PP_Desktop_BG.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: relative;
}

body.CA section.device {
    padding: 2em calc((100% - 950px)/ 2);
}

body.sale section.device {
    margin-top: 20px;
}

section.device a.scroll {
    content: "";
    position: absolute;
    top: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: #32b4a6;
    background-image: url(/wp-content/themes/angelsense/images/pricing/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% auto;
    outline: 0;
    display: none;
}

section.device div.promotion {
    display: block;
    margin-bottom: 5em;
    text-align: center;
}

body.GB section.device div.promotion {
    margin-bottom: 2em;
}

body.sale section.device div.promotion {
    margin-top: 0em;
    margin-bottom: 2em;
}

body.sale section.device div.promotion img {
    margin: 0 auto;
    width: 45%;
}

body.sale.GPS section.device div.promotion img.watch {
    display: none;
}

body.sale.GPS section.device div.promotion img.gps {
    display: block;
}

body.sale.watch section.device div.promotion img.watch {
    display: block;
}

body.sale section.device div.promotion img.elderly {
    margin: 1em 0em 3em 0em;
}

body.sale.watch section.device div.promotion {
    margin-bottom: 2em;
}

body.sale section.device div.promotion div.image-promo {
    position: relative;
}

body.sale section.device div.promotion div.image-promo:before {
    content: '';
    background-image: url(/wp-content/themes/angelsense/images/promotions/corona/Hourglass-5s-250px-transp-slow.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -11px;
}

body.sale section.device div.promotion > h2 {
    display: block;
    margin-top: 0em;
    margin-bottom: 0.5em;
    text-align: center;
    color: #32b4a6;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

body.sale section.device div.promotion > p {
    color: rgb(255, 74, 35);
    margin-left: 230px;
    margin-top: -10px;
}

section.device div.promotion > h1 {
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    color: #32b4a6;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
}

section.device div.promotion > img {
    display: block;
    margin: 0 auto;
    margin-top: 1em;
    width: 45%;
}

section.device div.promotion > h2 {
    text-align: center;
    color: #32b4a6;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
}

section.device div.promotion > h1 strong {
    font-weight: 600;
    font-size: 40px;
}

section.device div.promotion div.sale {
    position: relative;
    padding: 0em 3em;
}

section.device div.promotion div.sale h1 {
    font-size: 40px;
    color: #d02d13;
    font-weight: 600;
    text-transform: uppercase;
}

section.device div.promotion div.sale h2 {
    font-size: 24px;
    color: #292929;
    font-weight: 700;
    background-image: url(/wp-content/themes/angelsense/images/promotions/valentine/Pricing_Title-Desktop_BG.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

section.device div.promotion div.sale h2 span {
    font-weight: 400;
    margin-left: 0em;
    position: relative;
    color: white;
    font-size: 22px;
    margin-right: 0.5em;
    top: -1px;
}

section.device div.image {
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    width: 470px;
    min-height: 360px;
    position: relative;
    top: -20px;
}

html[lang="es"] body.sale section.header div.image:before,
body.sale section.device.espanol div.image:before {
    background-image: url(/wp-content/themes/angelsense/images/pricing/Free_Desk_ES.png);
}

div.gallery {
    display: none;
}

div.gallery h3 {
    text-align: center;
    color: #292929;
    font-weight: 400;
}

div.gallery h3 em {
    font-style: normal;
    color: #32b4a6;
    font-weight: 600;
}

div.gallery h3 strong {
    font-weight: 600;
}

body.GPS div.gallery.gps4 {
    display: block;
}

body.watch div.gallery.watch {
    display: block;
}

section.device div.image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

section.device div.content {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0em 3em;
    width: -webkit-calc(100% - 475px);
    width: calc(100% - 475px);
    white-space: nowrap;
}

section.device div.content h3 {
    display: block;
    margin: 0em 0em .2em 0em;
    color: rgb(214, 2, 43);
    white-space: nowrap;
    font-size: 2em;
    position: relative;
}

body.sale section.device div.content h3 {
    color: #f34023;
}

section.device div.content div.price {
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    color: #1b3d4f;
    padding: 0em 0.2em 0em 0em;
    line-height: 2.5em;
    position: relative;
}

section.device div.content div.price.highlight:before {
    display: none;
}

section.device div.content div.price span.currency {
    display: inline-block;
    margin-right: -0.2em;
    font-size: 1em;
    color: #848484;
}

section.device div.content div.price span.currency em {
    font-style: normal;
    font-size: 16px;
    margin-right: 0.2em;
}

section.device div.content div.price.highlight span.currency {
    color: rgb(243, 64, 35);
    font-size: 1.5em;
}

section.device div.content div.price.highlight span.currency em {
    font-style: normal;
    font-size: 16px;
    margin-right: 0em;
}

body.sale section.device div.content div.price.highlight span.currency {
    color: rgb(243, 64, 35);
    font-size: 3em;
}
section.device div.content div.price.highlight span.currency em {
    font-style: normal;
    font-size: 26px;
}

section.device div.content div.price span.price {
    font-size: 1.7rem;
    font-weight: 300;
    color: #848484;
    position: relative;
}

section.device div.content div.price span.price.original:before {
    content: "";
    position: absolute;
    top: 49%;
    left: -5px;
    width: 121%;
    height: 1px;
    background-color: #848484;
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
}

section.device div.content div.price a {
    text-decoration: none;
    font-style: normal;
    color: #32b4a5;
    font-size: 1.1rem;
    font-weight: 600;
    outline: 0;
    position: relative;
    z-index: 100;
}

section.device div.content div.price a span.info {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/wp-content/themes/angelsense/images/info.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    position: relative;
    outline: 0;
    margin-top: -0.2em;
    padding: 0.3em;
    z-index: 100;
    top: 0px;
}

section.device div.content div.price.highlight span.price {
    font-size: 3rem;
    color: rgb(243, 64, 35);
    font-weight: 400;
}

body.sale section.device div.content div.price.highlight span.price {
    color: rgb(243, 64, 35);
    letter-spacing: -3px;
}

section.device div.content div.price.highlight span.price em {
    font-style: normal;
    font-size: 26px;
}

section.device div.content h4 {
    display: block;
    margin-bottom: 0.5em;
    color: #32b4a6;
    font-weight: 600;
    font-size: 1.3rem;
    white-space: nowrap;
}

section.device div.content ul {
    margin-top: 0.4em;
    display: none;
}

body.GPS section.device div.content ul.extra.gps {
    display: block;
}

body.watch section.device div.content ul.extra.watch {
    display: block;
}

section.device div.content ul li {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.5em;
}

section.device div.content ul li p {
    display: block;
    vertical-align: middle;
    font-weight: 400;
    color: #292929;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
}

body.watch section.device div.content ul li p br {
    display: none;
}

section.device div.content ul li p:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("/wp-content/themes/angelsense/images/pricing/V_icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 15px;
    height: 17px;
    margin-right: 0.8em;
    position: absolute;
    top: 6px;
    left: 0;
}

section.device div.content ul li p:before {
    content: '';
    background-image: none;
    background-color: #32b4a5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 7px;
    font-size: 0;
}

section.device div.content h5 {
    display: block;
    margin-top: 3em;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    color: #32b4a5;
    font-weight: 600;
    /* text-shadow: 1px -1px 0px rgba(255, 255, 255, 0.5); */
    line-height: 1.5;
    padding: 0em;
    padding: 0.1em 0em;
}

#device_selection  h5 {
    margin-top: 1em;
    font-size: 16px;
    font-weight: 400;
}

section.device div.content h5:after {
    margin: 0 0em 0em 0.3em;
}

section.device div.content div.note {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: -8px;
}

section.device div.content div.note p {
    color: #32b4a6;
    font-weight: 600;
}

#device_selection {
    display: block;
}

#device_selection .wrap {
    border: 1px solid #32b4a6;
    border-radius: 50px;
    display: inline-block;
    padding: 0.2em;
    line-height: 1;
}

#device_selection .wrap button {
    border: none;
    background-color: transparent;
    color: #32b4a5;
    width: 130px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
    border-radius: 50px;
    padding: 0.2em 0.5em;
    font-size: 15px;
    line-height: 21px;
    transition: all 0.3s;
}

body.GPS #button-gps {
    background-color: #32b4a5;
    color: white;
}

body.watch #button-watch {
    background-color: #32b4a5;
    color: white;
}

section.plans {
    display: block;
    text-align: center;
    padding: 4em calc((100% - 900px)/ 2);
}

body.amazon-checkout section.plans {
    padding: 6em calc((100% - 900px)/ 2);
    padding-bottom: 4em;
}

section.testimonials h2,
section.includes h2,
section.plans h2 {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: rgb(50, 180, 166);
    line-height: 1.2;
}

section.plans h2 {
    margin-bottom: 1em;
}

section.plans h2 span {
    color: #292929;
    font-size: 26px;
}

section.plans > a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #97a0a7;
    position: relative;
    outline: 0;
    white-space: nowrap;
    background-color: white;
    width: 30%;
    transition: all 0.5s;
}

body.sale section.plans > a:before {
    content: "";
    position: absolute;
    top: -13px;
    right: -6px;
    background-image: url("/wp-content/themes/angelsense/images/holiday/sale_orange.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 73px;
    height: 89px;
}

body.sale section.plans a:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url("/wp-content/themes/angelsense/images/pricing/new-sale.png");
    right: -4px;
    display: none;
}

body.amazon-checkout section.plans > a:before {
    display: none;
}

section.plans a.month:before {
    display: none;
}

section.plans > a:first-of-type {
    left: 5px;
    z-index: 0;
}

body.amazon-checkout section.plans > a:first-of-type {
    display: none;
}

section.plans > a.annual {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    z-index: 100;
}

body.amazon-checkout section.plans > a.annual {
    box-shadow: none;
}

section.plans > a:last-of-type {
    right: 5px;
    z-index: 0;
}

body.amazon-checkout section.plans > a:last-of-type {
    right: 0;
    margin: 0em 1em;
}

section.plans > a div.name {
    display: block;
    padding: 2em 0em 1em 0em;
    position: relative;
    z-index: 1;
}

section.plans > a div.name:after {
    content: '';
    position: absolute;
    top: 87%;
    left: 50%;
    width: 100%;
    background-color: #ecf4f9;
    background-image: url(/wp-content/themes/angelsense/images/pricing/element.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: 52px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

body.amazon-checkout section.plans > a.annual div.name:after {
    top: 100%;
}

section.plans > a.yearly div.name:after {
    top: 78%;
}

section.plans > a div.name h3 {
    margin: 0;
    font-weight: 400;
    font-size: 1.5rem;
    color: #292929;
}

section.plans > a div.name p.desc {
    position: absolute;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2px;
    font-weight: 300;
    font-size: 14px;
}

section.plans > a div.name h3 span {
    font-size: 0.5em;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.5em;
}

section.plans > a div.name span.popular {
    font-weight: 600;
    color: #f04023;
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

section.plans > a div.name span.popular:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 0.2em;
    background-image: url(/wp-content/themes/angelsense/images/pricing/popular1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
}

section.plans > a div.container {
    padding: 3em 0em 5em 0em;
    background-color: rgba(217,234,244,0.5);
}

body.amazon-checkout section.plans > a.yearly div.container {
    padding: 1.5em 0em 5em 0em;
}

section.plans > a div.container div.select {
    position: absolute;
    bottom: 0.6em;
    left: 50%;
    right: 0;
    padding: 0.5em;
    font-weight: 600;
    color: white;
    font-size: 1.3rem;
    background-color: #32b4a6;
    z-index: 0;
    width: 85%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50px;
    text-transform: uppercase;
    border: 1px solid white;
}

section.plans a.annual div.container div.select:before {
    background: rgb(243, 64, 35);
    border-radius: 50px;
}

section.plans a.annual div.container div.select {
    background: rgb(243, 64, 35);
    border-radius: 50px;
}

section.plans a div.container div.select:before {
    background-color: #32b4a6;
    border-radius: 50px;
}

section.plans a.yearly:hover div.container div.select:before,
section.plans a:hover div.container div.select:before {
    opacity: 1;
}

section.plans a div.price {
    display: block;
    text-align: center;
    position: relative;
}

section.plans a div.price span.currency {
    display: inline-block;
    margin-right: -0.1em;
    font-size: 1.5em;
    font-weight: 300;
    position: relative;
}

section.plans a div.price span.currency em {
    font-style: normal;
    font-size: 16px;
    margin-right: 0.1em;
    font-weight: 300;
    position: absolute;
    bottom: 2px;
    right: 100%;
}

section.plans a div.price span.price {
    font-size: 4.5rem;
    font-weight: 300;
    color: #292929;
}

section.plans a div.price span.symbol {
    font-weight: 300;
    margin-left: 0.3em;
    color: #292929;
}

div#most-popular {
    display: none;
}

div.guarantee {
    padding: 0em calc((100% - 900px)/ 2);
    padding-bottom: 4em;
    text-align: center;
    color: #1b3d4f;
    white-space: nowrap;
}

body.amazon-checkout div.guarantee {
    padding-top: 0em;
    padding-bottom: 2em;
}

div.guarantee p {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 1.2rem;
}

div.guarantee.espanol p {
    font-size: 1.1rem;
}

div.guarantee img {
    display: inline-block;
    vertical-align: middle;
    width: 79px;
    margin: 0em 0.2em;
}