/*******************20/01/2022 anagha****************/

@font-face {
    font-family: "proxima Nova";
    src: url(../otf/proxima-nova-font.otf);
}

@font-face {
    font-family: "proxima Nova Bold";
    src: url(../otf/proxima-nova-bold-alt.otf);
}

@font-face {
    font-family: "proxima Nova Thin";
    src: url(../otf/proxima-nova-alt-thin.otf);
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../woff/roboto-regular.woff");
}



.plan-box-act {
    position: relative;
    cursor: pointer;
    height: 100%;
    padding-bottom: 30px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    outline: none;
    box-shadow: 0 0 0 3px hsl(0deg 0% 100% / 0%), 0 -2px 13px -2px #d9d9d9;
    border-radius: 12px;
    width: 100%;
    max-width: 350px;
    min-height: 310px;
}

.plan-box-act:hover {
    box-shadow: 0 0 0 3px hsl(0deg 0% 100% / 0%), 0 0 13px -2px #d9d9d9;
    /* Adjusted box shadow on hover */
}

/* Optional: If you want to highlight the box when active */
.plan-box-act.active-plan {
    box-shadow: 0 0 0 3px hsl(0deg 0% 100% / 0%), 0 0 13px -2px #4CAF50;
    /* Adjusted box shadow for active state */
}

.most-popular {
    background: #B38F66;
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-size: 17px;
    border-radius: 20px;
    font-family: "Roboto-Regular";
    font-weight: 500 !important;
}

/*******tejsas styles*****/
.page-heading {
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    border-radius: 11px;
    font-family: "Roboto-Regular";
    margin-top: 50px;
    /*on 15/01/24*/
}

.page-head {
    font-weight: 700;
    text-align: center;
    font-size: 56px;
    font-family: "Roboto-Regular";
    text-shadow: 0 0 black;
}
#planForm {
    margin-top: 30px;
}
p.page-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #666666;
    margin-top: 13px;
    margin-bottom: 66px;
    font-family: "Roboto-Regular";
    font-weight: 400;
    font-size: 18px;
    /* color: rgb(36, 36, 36); */
}

.page-desc-01 {
    font-size: 15px;
    text-align: center;
    margin-top: -49px;
    margin-bottom: 31px;
    font-family: "Roboto-Regular";
}

.basic-content {
    font-size: 15px;
    text-align: center;
    margin-top: 11px;
    font-family: "Roboto-Regular";
    font-weight: 400;
    color: #fff;
}

.plus-content {
    font-size: 15px;
    text-align: center;
    margin-top: 11px;
    /* line-height: 13px; */
    font-weight: 400;
}

.elite-content {
    font-size: 15px;
    text-align: center;
    margin-top: 11px;
    /* line-height: 13px; */
    font-family: "Roboto-Regular";
    font-weight: 400;
}

.button-main {
    padding: 0px 13px;
    border-radius: 24px;
    /* background-color: white; */
    border: 1px solid #179E88c1;
    padding-top: 7px;
}

.annual-btn {
    padding: 5px 15px;
    border-radius: 24px;
    background-color: orangered;
    color: white;
}

.annual-btn:hover {
    background-color: orangered;
    color: white;
}

#annual-basic-value:active {
    background-color: orangered;
    color: white;
}

.btn-light {
    padding: 5px 15px;
    border-radius: 24px;
    background-color: gainsboro;
    color: #666666;
}

.btn-light:hover {
    background-color: orangered;
    color: white;
}

.page-txt {
    text-align: center;
    color: #666666;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 31px;
    font-family: "Roboto-Regular";
}

.page-hd {
    margin-top: 20px;
    margin-bottom: 12px;
    color: #666;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-family: "Roboto-Regular";
}

/* .plan-name {
    color: #179e88;
    line-height: 25px;
    font-weight: 700;
    font-size: 24px;
    font-family: Roboto-Regular Bold;
    text-transform: uppercase;
} */

.price-val {
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto-Regular;
    letter-spacing: -.03em;
    line-height: 52px;
    font-size: 43px;
    display: block;
}

.basic-price-val {
    font-weight: bold;
    text-align: center;
}

.per-device {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: -23px;
    margin-bottom: 1px;
    font-family: "Roboto-Regular";
}

.actvie-btn {
    padding: 5px 74px;
    background: #fff;
    box-shadow: none;
    color: #5856d0;
    font-size: 19px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    padding: 9px 44px;
    font-size: 17px;
    font-family: "Roboto-Regular";
    outline: none;
    border: 1px solid #fff;
    /* border-radius: 15px; */
}

.actvie-btn:focus:active {
    outline: none;
    border: 1px solid #fff;
}

.actvie-btn:hover {
    background-color: #fff !important;
    color: #03A9F4;
    outline: none;
    border: none;
}

.actvie-btn:active,
.actvie-btn:active::after {
    background-color: #03A9F4;
    outline: none;
    border: none;
}

.elite-plan .actvie-btn {
    margin-top: 14px;
    /* margin-left: 34px; */
}

.basic-plan .actvie-btn {
    margin-top: 13px;
    /* margin-left: 16px; */
}

.plus-plan .actvie-btn {
    margin-top: 13px;
}

.basic-price span.price-val {
    margin-top: 13px;
}

.plus-price span.price-val {
    margin-top: 22px;
}

.elite-price span.price-val {
    margin-top: 13px;
    /*22*/
}

.plan-details ul li {
    color: #fff;
    list-style: none;
    /* font-weight: 500; */
    font-size: 15px;
    /* line-height: 26px; */
    padding: 7px;
    text-align: left;
    list-style-position: inside;
    font-family: 'Roboto-Regular';
    margin-left: -42px;
}

.plan-box-act-elite ul {
    padding-top: 12px;
}

.plan-box-act-plus ul {
    padding-top: 31px;
}

.plan-box-act-basic ul {
    padding-top: 31px;
}

.plan-container .card .active-plan {
    background-color: #e6e6e6;
}

.feature-hd {
    font-size: 20px;
}

.basic-hd {
    font-size: 20px;
}

.plus-hd {
    font-size: 20px;
}

.elite-hd {
    font-size: 20px;
}

.plan-compare {
    padding-bottom: 25px;
}

.container-fluid.plan-compare p {
    margin-bottom: 2px;
    margin-top: 2px;
}

.plan-compare i {
    margin-bottom: 2px;
    margin-top: 9px;
}

.hideondesktop {
    display: none !important;
}

/*******modal Popup********/
.text-head {
    color: #000;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: -3px;
    margin-bottom: -45px;
}

.text-black {
    color: #000;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: -3px;
    word-spacing: -3px;
}

.text-red {
    color: #B90204;
    font-weight: 600;
    font-size: 54px;
    letter-spacing: -3px;
    word-spacing: 5px;
}

.text-para {
    color: #0777F9;
    font-weight: 800;
    font-size: 23px;
}

.modal-body img {
    margin-bottom: 6px;
    margin-top: 46px;
    width: 44%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.modal-body {
    border-radius: 41px;
    box-shadow: 0 0 7px 5px grey;
    z-index: 1;
}

.arrow1 {
    animation: slide1 1s ease-in-out infinite;
    margin-left: 0px;
}

@keyframes slide1 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}

@media (min-width: 320px) and (max-width: 760px) {
    .showonmobile {
        display: block;
    }

    .text-head {
        color: #000;
        font-weight: 600;
        font-size: 30px;
        letter-spacing: -1px;
        word-spacing: 1px;
        margin-bottom: -45px;
    }

    .text-black {
        color: #000;
        font-weight: 600;
        font-size: 40px;
        letter-spacing: -2px;
        word-spacing: -3px;
    }

    .text-red {
        color: #B90204;
        font-weight: 600;
        font-size: 39px;
        letter-spacing: -2px;
        word-spacing: 5px;
    }

    .text-para {
        color: #0777F9;
        font-weight: 800;
        font-size: 16px;
        margin-bottom: 7px;
    }

    .modal-body img {
        margin-bottom: 10px;
        margin-top: 48px;
        width: 40%;
    }

    .modal-content {
        width: 358px;
    }
}

@media(max-width:320px) {
    .text-head {
        color: #000;
        font-weight: 600;
        font-size: 26px;
        letter-spacing: -3px;
        margin-bottom: -45px;
    }

    .text-black {
        color: #000;
        font-weight: 600;
        font-size: 37px;
        letter-spacing: -3px;
        word-spacing: -3px;
    }

    .text-red {
        color: #B90204;
        font-weight: 600;
        font-size: 36px;
        letter-spacing: -3px;
        word-spacing: 5px;
    }

    .text-para {
        color: #0777F9;
        font-weight: 800;
        font-size: 13px;
        margin-bottom: 9px;
    }

    .modal-body img {
        margin-bottom: 4px;
        margin-top: 45px;
        width: 42%;
    }
}

/*********modal popup End***********/





@media (min-width: 320px) and (max-width: 760px) {
    .button-main {
        padding: 3px 13px;
        border-radius: 24px;
        /* background-color: white; */
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 8px;
        padding-bottom: 1px;
    }

    .plan-container .card {
        box-shadow: -2px 6px 5px 1px rgb(0 0 0 / 50%);
        margin-bottom: 13px;
    }

    .hide-on-mobile {
        display: none;
    }

    .hideondesktop {
        display: block !important;
    }

    .plan-title {
        text-align: center;
        font-size: 37px;
        margin-top: 39px;
        margin-bottom: 54px;
        font-family: "Roboto-Regular";
    }

    .feature-hd1 {
        font-size: 21px;
    }

    .basic-hd1 {
        font-size: 21px;
    }

    .plus-hd1 {
        font-size: 21px;
    }

    .elite-hd1 {
        font-size: 21px;
    }

    .plan-compare-01 i {
        margin-top: 7px;
    }

    .basic-content {
        font-size: 18px;
    }

    .price-val {
        font-size: 52px;
    }

    .plan-details ul li {
        font-size: 18px;
    }

    .plan-name {
        font-size: 26px;
    }

    .actvie-btn {
        font-size: 16px;
    }
}

input input[type=radio] {
    display: none !important;
}

.plan-cycle-btn input:checked+label {
    color: black;
    padding: 5px 15px;
    border-radius: 24px;
    background-color: #179E88;
    color: white;
    font-size: 16px;
}

.plan-cycle-btn label {
    font-family: 'Raleway', sans-serif;
    padding: 5px 15px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    margin-top: -7px;
    margin-bottom: 2px;
    color: #179E88;
    transition: 0.3s ease all;
    font-family: "Roboto-Regular";
}

.basic-plan {
    margin-top: 42px;
}

.elite-plan {
    margin-top: 42px;
}

.compare-plan {
    font-size: 47px;
    text-align: center;
    margin-top: 121px;
    margin-bottom: 80px;
    font-family: "Roboto-Regular";
}




/******************* style on 15/01/2024 *******************/
.active-user-btn {
    background: #03A9F4 !important;
    color: white !important;
    cursor: pointer;
}

.user-select-btn {
    width: 65%;
    margin-top: -13px;
    /* margin: 0 0 0 0; */
    background: #eee;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
    padding: 13px 44px;
    font-size: 17px;
    outline: none;
    border: 1px solid #fff;
    border-radius: 15px;
    font-family: Roboto-Regular;
}

body {
    background-color: #e8f6fa;
}

.plan-box-act-plus {
    position: absolute;
    background: none;
    border-radius: 14px;
    height: 475px;
    width: 268px;
    left: 620px;
    top: 200px;
    display: block;
    background: #7E99F3;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 15px;
    z-index: 79;
}

/* .plan-box-act-plus ul li {
    margin-left: 3px;
} */
/* .plan-box-act-plus ul, .plan-box-act-elite ul, .plan-box-act-basic ul {
    padding-left: 0;
} */

.plan-box-act-elite {
    position: absolute;
    background: none;
    border-radius: 14px;
    height: 448px;
    width: 268px;
    left: 873px;
    top: 178px;
    display: block;
    background: #547BF2;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 15px;
    z-index: 78;
}

/* .plan-box-act-elite ul li {
    margin-left: 0px;
} */

.plan-box-act-basic {
    position: absolute;
    background: none;
    border-radius: 14px;
    height: 448px;
    width: 268px;
    left: 375px;
    top: 178px;
    display: block;
    background: #ADBAF3;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 15px;
    z-index: 78;
}

/* .plan-box-act-basic ul li {
    margin-left: 0px;
} */

.plan-name {
    font-size: 20px;
    /* color: rgb(36, 36, 36); */
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-family: 'Roboto-Regular' ;
}

#plus-price-det,
#elite-price-det {
    font-family: 'Roboto-Regular';
    color: #fff;
}

.price-val {
    color: #fff;
}

.plus-plan {
    margin-top: 42px;
}

.logo-new {
    width: 18%;
    margin-bottom: 35px;
    margin-top: -39px;/*-25*/
}

#new-user-btn {
    float: right;
}

#exist-user-btn {
    float: left;
}

.head_txt {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Roboto-Regular';
}

.head_txt a {
    /* color: #000; */
    text-decoration: none;
}

.head_txt a:hover {
    /* color: rgb(10, 88, 202); */
    text-decoration: none;
}

@media (max-width: 767px) {
    #new-user-btn {
        float: none;
    }

    #exist-user-btn {
        float: none;
    }

    .plan-box-act-elite {
        position: relative;
        left: 0;
        top: -30px;
    }

    .plan-box-act-plus {
        position: relative;
        left: 0;
        top: -11px;
    }

    .plan-box-act-basic {
        position: relative;
        left: 0;
        top: -35px;
    }

    .user-select-btn {
        margin-bottom: 20px;/*16*/
        margin-top: -2px;
    }

    .logo-new {
        width: 37%;
    }

    .page-heading {
        margin-top: 30px;
        margin-bottom: -35px;
    }

    #planForm {
        margin-bottom: 7px;
    }
}