@font-face {
    font-family: 'Roboto-Regular';
    src: url("../woff/roboto-regular.woff");
}

.checkoutcontainer {
    padding-top: 112px;
}

.hide-section {
    display: none;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.page-head {
    font-family: 'Roboto-Regular';
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    padding: 0 0;
    margin: 0 0;
}

.holiApllied {
    text-decoration: line-through;
}

.holiSpcl {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: rgb(216, 35, 35);
    line-height: 0.7;
    text-align: left;
    text-decoration: none!important;
    padding: 0 0;
    margin: 0 0;
}

.page-desc {
    font-family: 'Roboto-Regular';
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    padding: 0 0;
    margin: 0 0;
}

.head-name,
.plan-name {
    padding: 20px 5px;
    background: white;
    border: none;
    border-radius: 7px 7px 0 0;
    font-family: 'Roboto-Regular';
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    color: white;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.head-name {
    background: white;
}

.price-val {
    padding: 0 0;
    margin: 0 0;
}

.plan-name {
    background: #28A9E2;
}

.plan-price {
    padding: 20px 5px;
    font-family: 'Roboto-Regular';
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: black;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.price-details {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
}

#month-price-val,
#plus-price-val,
#biannual-price-val,
#annual-price-val {
    border: none;
    font-family: 'Roboto-Regular';
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    color: black;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}


/* ******************************************* BILLING CYCLE BUTTON month PLUS biannual annual *************************************************** */

.button-cover,
.monthly-btn,
.annual-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.billing-btn {
    position: relative;
    top: 50%;
    width: 90%;
    height: 50px;
    margin: -20px auto 20px auto;
    overflow: hidden;
    border-radius: 2px;
}

.billing {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.monthly-btn {
    z-index: 2;
}

.annual-btn {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
    border-radius: 7px;
}


/* billing-btn 10 */

#month-cycle-btn .monthly-btn:before,
#month-cycle-btn .monthly-btn:after,
#month-cycle-btn .monthly-btn span,
#plus-cycle-btn .monthly-btn:before,
#plus-cycle-btn .monthly-btn:after,
#plus-cycle-btn .monthly-btn span,
#biannual-cycle-btn .monthly-btn:before,
#biannual-cycle-btn .monthly-btn:after,
#biannual-cycle-btn .monthly-btn span,
#annual-cycle-btn .monthly-btn:before,
#annual-cycle-btn .monthly-btn:after,
#annual-cycle-btn .monthly-btn span {
    position: absolute;
    top: 0;
    width: 50%;
    height: 50px;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 2px;
    transition: 0.3s ease all;
}

#month-cycle-btn .monthly-btn:before,
#plus-cycle-btn .monthly-btn:before,
#biannual-cycle-btn .monthly-btn:before,
#annual-cycle-btn .monthly-btn:before {
    content: '';
    left: 0;
    background-color: #28A9E2;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 900;
}

#month-cycle-btn .monthly-btn:after,
#plus-cycle-btn .monthly-btn:after,
#biannual-cycle-btn .monthly-btn:after,
#annual-cycle-btn .monthly-btn:after {
    content: 'Annual Plan';
    right: 0;
    color: #4e4e4e;
    font-family: 'Roboto-Regular';
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-decoration: none;
}

#month-cycle-btn .monthly-btn span,
#plus-cycle-btn .monthly-btn span,
#biannual-cycle-btn .monthly-btn span,
#annual-cycle-btn .monthly-btn span {
    display: inline-block;
    left: 0;
    color: #fff;
    z-index: 1;
}

#month-cycle-btn .billing:checked+.monthly-btn span,
#plus-cycle-btn .billing:checked+.monthly-btn span,
#biannual-cycle-btn .billing:checked+.monthly-btn span,
#annual-cycle-btn .billing:checked+.monthly-btn span {
    color: #4e4e4e;
}

#month-cycle-btn .billing:checked+.monthly-btn:before,
#plus-cycle-btn .billing:checked+.monthly-btn:before,
#biannual-cycle-btn .billing:checked+.monthly-btn:before,
#annual-cycle-btn .billing:checked+.monthly-btn:before {
    left: 50%;
    background-color: #28A9E2;
}

#month-cycle-btn .billing:checked+.monthly-btn:after,
#plus-cycle-btn .billing:checked+.monthly-btn:after,
#biannual-cycle-btn .billing:checked+.monthly-btn:after,
#annual-cycle-btn .billing:checked+.monthly-btn:after {
    color: #fff;
}

#month-cycle-btn .billing:checked~.annual-btn,
#plus-cycle-btn .billing:checked~.annual-btn,
#biannual-cycle-btn .billing:checked~.annual-btn,
#annual-cycle-btn .billing:checked~.annual-btn {
    background-color: #ebf7fc;
}


/* ***************************************************** plan-details ****************************************************************** */

.plan-details {
    MARGIN: 0;
    background-color: white;
    /* box-shadow: -2px 6px 5px 1px rgba(0, 0, 0, 0.5); */
    /* -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px; */
    /* -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25); */
    border: 1px solid #cccccc;
    border-radius: 8px;
    text-align: center;
}


/* ***************************************************** plan-details ****************************************************************** */

.tracking-det {
    background-color: #eeeeee;
    padding: 20px;
}

.tracking-head {
    font-family: 'Roboto-Regular';
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    color: #333333;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    padding: 0 0;
    margin: 0 0;
}

.tracking-desc {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: black;
    line-height: 1.8;
    text-align: center;
    text-decoration: none;
    padding: 0 0;
    margin: 0 0;
}

.select-plan-btn {
    margin: 30px 0 0 0;
    padding: 7px 25px;
    background: #ccc;
    border: none !important;
    border-radius: 7px;
    font-family: 'Roboto-Regular';
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: black;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    outline: none !important;
}

.head-features {
    list-style: none;
    background-color: #f1f1f1;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    /* -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25); */
}

.plan-features {
    list-style: none;
    /* list-style-image: url("../../assets-v4/images/yellow-correct.png");
    padding: 20px 30px;
    margin: 0; */
}

.head-features li,
.plan-features li {
    padding: 5px 0;
    font-family: 'Roboto-Regular';
    font-size: 27px;
    font-weight: 700;
    font-style: normal;
    color: black;
    line-height: 1.4;
    text-decoration: none;
}

.head-features li {
    text-align: left;
}

.plan-features li {
    text-align: center;
}

.head-features li span,
.plan-features li span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.active-btn {
    background-color: #28A9E2;
    color: white;
    border: none;
}

.most-popular {
    position: absolute;
    top: -28px;
    left: -8px;
    width: 80px;
}

.most-popular-img {
    width: 80px;
    height: auto;
    opacity: 1;
}

.fa-check-square-o {
    color: #28A9E2;
}

.fa-times-circle {
    color: #777;
}

@media (max-width: 767px) {
    .plan-container {
        padding: 30px 15px;
    }
    .page-head,
    .page-desc {
        text-align: center;
        padding: 0 15px;
    }
    .select-plan-btn {
        margin: 20px 0 35px 0;
    }
    #planForm {
        width: 100%;
        margin: auto;
    }
    .plan-features li {
        text-align: left;
    }
    .plan-features li p,
    .feature-1:after,
    .feature-2:after,
    .feature-3:after,
    .feature-4:after,
    .feature-5:after {
        /* margin: 0px 0px 0px 10px;  */
        padding: 5px;
        font-family: 'Roboto-Regular';
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        color: black;
        line-height: 1.2;
        text-decoration: none;
        display: inline;
    }
    .feature-1:after {
        content: 'CHARGING BASE';
    }
    /* .feature-2:after {
        content: 'ACTIVATION FEE';
    } */
    .feature-3:after {
        content: '24/7 SUPPORT';
    }
    .feature-4:after {
        content: 'DEVICE PROTECTION';
    }
    .feature-5:after {
        content: 'FALL DETECTION INCLUDED';
    }
    .plan-details {
        margin: 0 15px;
    }
    .products-btn:hover,
    .products-btn:active,
    .products-btn-selected,
    .products-btn.selected {
        border-radius: 7px 7px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .plan-container {
        padding: 40px 0;
        max-width: 100%;
    }
    .head-features,
    .plan-features {
        padding: 0 10px 0 20px;
    }
    .select-plan-btn {
        margin: 30px 0 50px 0;
    }
    #planForm {
        width: 100%;
        margin: auto;
    }
    .plan-container .row {
        margin-left: 5px;
        margin-right: 5px;
    }
    .plan-details {
        MARGIN: 0 10px;
    }
    .user-select-btn {
        padding: 10px 3px 7px 3px;
        font-size: 17px;
    }
    .head-features li span,
    .plan-features li span {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
    }
    .plan-features li {
        text-align: left;
    }
    .plan-features li p,
    .feature-1:after,
    .feature-2:after,
    .feature-3:after,
    .feature-4:after,
    .feature-5:after {
        /* margin: 0px 0px 0px 10px;  */
        padding: 5px;
        font-family: 'Roboto-Regular';
        font-size: 15px;
        font-weight: 500;
        font-style: normal;
        color: black;
        line-height: 1.6;
        text-decoration: none;
        display: inline;
    }
    .feature-1:after {
        content: 'CHARGING BASE';
    }
    .feature-3:after {
        content: '24/7 SUPPORT';
    }
    .feature-4:after {
        content: 'DEVICE PROTECTION';
    }
    .feature-5:after {
        content: 'FALL DETECTION INCLUDED';
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .plan-container {
        padding: 50px 0;
    }
    .head-features,
    .plan-features {
        padding: 0 10px 0 20px;
    }
    .select-plan-btn {
        margin: 30px 0 50px 0;
    }
    .plan-details {
        MARGIN: 0;
    }
    .plan-features li p {
        display: none;
    }
    .head-features li span,
    .plan-features li span {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .plan-container {
        padding: 50px 0;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
    .head-features,
    .plan-features {
        padding: 0 30px 0 40px;
    }
    .plan-details {
        MARGIN: 0 15px 0 0;
    }
    .plan-features li p {
        display: none;
    }
}

@media (min-width: 1301px) {
    .container.plan-container {
        /* max-width: 1300px; */
        padding: 50px 15px;
    }
    .head-features,
    .plan-features {
        padding: 0 20px 10px 30px;
    }
    .plan-details {
        MARGIN: 0 15px 0 0;
    }
    .plan-features li p {
        display: none;
    }
}

* {
    scrollbar-width: thin;
    scrollbar-color: #28A9E2 #ebf7fc;
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #ebf7fc;
}

*::-webkit-scrollbar-thumb {
    background-color: #28A9E2;
    border-radius: 5px;
    border: 2px solid #ebf7fc;
}


/* *************************************************** PRODUCTS ************************************************************ */

.products-btn {
    font-family: 'Roboto-Regular';
    font-size: 20px;
    color: #eff3f5;
    font-weight: 600;
    background: #28A9E2;
    text-decoration: none;
    padding: 13px 0 !important;
    border: none;
    text-transform: capitalize !important;
    /* transition: all 0.4s ease 0s; */
}

.products-btn:hover,
.products-btn:active,
.products-btn-selected,
.products-btn.selected {
    background: white !important;
    color: #28A9E2 !important;
    letter-spacing: 1px;
    margin: 0 -1.5px -1.5px -1.5px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    clip-path: inset(-8px -8px 0px -8px);
    /* transition: all 0.4s ease 0.2s; */
    /* transition: 0.3s; */
    outline: none;
    border: none;
    z-index: 100;
    border-radius: 7px 7px 0 0 !important;
}

#monthly-plan-det,
#six-monthly-plan-det,
#annual-plan-det,
#product-amex-det {
    width: 100%;
    min-height: 100px;
    background: white;
    display: none;
    visibility: hidden;
    outline: none;
}


/* #monthly-plan:hover~#monthly-plan.selected, */

#monthly-plan:hover~#monthly-plan-det,
#six-monthly-plan:hover~#six-monthly-plan-det,
#annual-plan:hover~#annual-plan-det,
#product-amex:hover~#product-amex-det,
#monthly-plan.selected~#monthly-plan-det,
#six-monthly-plan.selected~#six-monthly-plan-det,
#annual-plan.selected~#annual-plan-det,
#product-amex.selected~#product-amex-det {
    display: block;
    visibility: visible;
}

.product-sub-sec {
    padding: 30px 25px;
}

.product-sub-sec-inside {
    padding: 20px 0 0 0;
    border: 1.4px solid #28A9E2;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.35);
}

.product-img {
    width: 100%;
    padding: 15px 0;
}

.product-subhead {
    font-family: 'Roboto-Regular';
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: black;
}

.product-desc {
    font-family: 'Roboto-Regular';
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #4e4e4e;
    margin: auto;
    width: fit-content;
}

.product-desc li {
    font-family: 'Roboto-Regular';
    /* font-size: 40px; */
    font-weight: 700;
    text-align: left;
    /* text-decoration: none; */
    color: #28A9E2;
    /* line-height: 0.8; */
}

.product-desc li span {
    font-family: 'Roboto-Regular';
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    color: #4e4e4e;
    vertical-align: middle;
    margin: auto;
}

.product-know-more-blk {
    margin: 0 -1px -4.6px -1px;
}

.product-know-more {
    font-family: 'Roboto-Regular';
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #28A9E2;
    outline: none;
    border: none;
    border-radius: 0 0 7px 7px !important;
    padding: 5px 10px !important;
    width: 100%;
}

.text-section {
    vertical-align: middle;
    margin: auto;
    text-align: left;
}

button:focus {
    outline: none;
}

@media only screen and (max-width: 767px) {
    .products-det {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .products-det {
        padding: 10px 10px;
    }
}

@media only screen and (min-width: 1025px) {
    .products-det {
        padding: 10px 150px;
    }
}