/*******************20/01/2022 anagha****************/

/* @font-face {
    font-family: "proxima Nova";
    src: url(../fonts/proxima_ssv/Proxima-Nova-Font.otf);
}

@font-face {
    font-family: "proxima Nova Bold";
    src: url(../fonts/proxima_ssv/proxima-nova-bold-alt.otf);
} */
@font-face {
    font-family: "ProximaNova-Regular";
    src: url(../fonts/proxima_ssv/ProximaNova-Regular.otf);
}
@font-face {
    font-family: "Helvetica";
    src: url(../fonts/Helvetica.ttf);
}

/* @font-face {
    font-family: "proxima Nova Thin";
    src: url(../fonts/proxima_ssv/Proxima-Nova-Alt-Thin.otf);
} */

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../../assets-home/font/roboto/Roboto-Regular.woff");
}

@font-face {
    font-family: ProximaNova-Light;
    src: url(https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
}

@font-face {
    font-family: ProximaNova-Regular;
    src: url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
}

@font-face {
    font-family: ProximaNova-Medium;
    src: url(https://use.typekit.net/af/23e139/00000000000000007735e605/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3)
}

@font-face {
    font-family: ProximaNova-Semibold;
    src: url(https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3)
}

@font-face {
    font-family: ProximaNova-Bold;
    src: url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
}

@font-face {
    font-family: ProximaNova-Regular;
    font-weight: 300;
    src: url(https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
}

@font-face {
    font-family: ProximaNova-Regular;
    font-weight: 400;
    src: url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
}

@font-face {
    font-family: ProximaNova-Regular;
    font-weight: 500;
    src: url(https://use.typekit.net/af/23e139/00000000000000007735e605/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3)
}

@font-face {
    font-family: ProximaNova-Regular;
    font-weight: 600;
    src: url(https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3)
}

@font-face {
    font-family: ProximaNova-Regular;
    font-weight: 700;
    src: url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
}

* {
    box-sizing: border-box;
    font-family: ProximaNova-Regular, sans-serif;
    padding: 0;
}

#planForm {
    padding-bottom: 100px;
}
.experiment-uppercase {
    font-family: "ProximaNova-Regular";
    margin-bottom: 30px;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 500;
    font-family: ProximaNova-Regular, Helvetica, sans-serif;
}
.plan-container {
    max-width: 1274px !important;
}

#user_type {
    float: inline-end;
    border: 0px solid #c2c2c2;
    border-radius: 1.1rem;
    padding: 11px;
    text-align: justify;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-style: normal;
    font-family: ProximaNova-Regular, Helvetica, sans-serif;
    width: 100%;
    height: 53px;
    font-weight: 700;
    cursor: pointer;
    line-height: 2rem;
    font-size: 1.3rem;
    position: relative;
    /* transition: border 0.4s ease; */
    transition: border 0.4s ease, transform 0.4s ease;
    z-index: 2;
    background-clip: padding-box;
    outline: none;
    cursor: pointer;
    background: #fff;
    -moz-text-align-last: center; /* Firefox specific center alignment */
    text-align-last: center; /* Center selected text for Chrome, Edge, and others */
}
#user_type option {
    text-align: justify;
}
.custom-select-wrapper_1 {
    position: relative;
}
.custom-select-wrapper_1::after {
    content: '\25BC'; 
    font-size: 1.1rem;
    color: #333;
    position: absolute;
    right: 31px;
    top: 26px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
    transition: opacity 0.3s ease;
}
.custom-select-wrapper_1.hide-arrow::after {
    opacity: 0;
}
#user_type-wrapper {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    outline: none;
    /* padding: 0 1.25rem; */
    width: 65%;
    height: 48px;
    background-color: white;
    border: 2px solid #c2c2c2;
    border-radius: 1.1rem;
    /* border-radius: 15px; */
    position: relative;
    transition: border 0.4s ease;
    float: inline-end;
}
#new-user-btn {
    float: right;
    position: relative;
    transition: border 0.4s ease;
}
#new-user-btn::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(90deg, #00008B, #0FF);
    z-index: -1;
    border-radius: 15px;
    transition: opacity 0.4s ease;
    opacity: 0; /* Initially hidden */
}
#new-user-btn:hover {
    border-color: transparent;
    background-clip: padding-box;
}
#new-user-btn:hover::before {
    z-index: -1;
    opacity: 1;
}


#exist-user-btn {
    float: left;
    position: relative;
    transition: border 0.4s ease;
}
#exist-user-btn::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(90deg, #00008B, #0FF);
    z-index: -1;
    border-radius: 15px;
    transition: opacity 0.4s ease;
    opacity: 0; /* Initially hidden */
}
#exist-user-btn:hover {
    border-color: transparent;
    background-clip: padding-box;
}
#exist-user-btn:hover::before {
    z-index: -1;
    opacity: 1;
}
/* #user_type:hover, #user_type-wrapper:hover, #user_type-wrapper:focus-within {
    border-color: transparent; 
}
#user_type-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
#user_type-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1.1rem;
    padding: 2px; 
    background: linear-gradient(90deg, #00008B, #0FF); 
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    z-index: 1;
    transition: opacity 0.4s ease;
    opacity: 0;
    width: 100%;
}
#user_type-wrapper:hover::before , #user_type-wrapper:focus-within::before {
    opacity: 1; 
}
#user_type-wrapper.no-focus::before {
    background: transparent; 
    opacity: 1;  
}
#user_type-wrapper:hover::before, 
#user_type-wrapper:focus-within::before {
    opacity: 1;
    background: linear-gradient(90deg, #00008B, #0FF); 
} */


/* #select_plan {
    border: 2px solid #c2c2c2;
    border-radius: 1.1rem;
    padding: 11px;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: ProximaNova-Regular, Helvetica, sans-serif;
    color: #537dc8;
    width: 100%;
    font-weight: 700;
    cursor: pointer;
    line-height: 2rem;
    font-size: 1.3rem;
    position: relative;
    transition: border 0.4s ease;
    z-index: 2;
    background-clip: padding-box;
} */
#select_plan {
    border: 0px solid #c2c2c2;
    border-radius: 1.1rem;
    /* padding: 11px; */
    text-align: center;
    appearance: none; 
    width: 100%;
    height: 53px;
    font-weight: 500;
    cursor: pointer;
    line-height: 2rem;
    font-size: 1.3rem;
    font-size: 17px;
    color: #0140b2;
    position: relative;
    /* background: #fff; */
    transition: border 0.4s ease, transform 0.4s ease;
    z-index: 2;
    background-clip: padding-box;
    outline: none;
    cursor: pointer;
    -moz-text-align-last: center; /* Firefox specific center alignment */
    text-align-last: center; /* Center selected text for Chrome, Edge, and others */
}
select option {
    text-align: justify; /* Ensure options in dropdown are left-aligned */
}
/* #select_plan option {
    text-align: justify; 
    padding: 10px;
} */
.custom-select-wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
}
.custom-select-wrapper::after {
    content: '\25BC'; 
    font-size: 1.1rem;
    color: #333;
    position: absolute;
    left: 81%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: opacity 0.3s ease; 
    z-index: 3;
}
#select_plan:checked + .custom-select-wrapper::after {
    opacity: 0;
}
.custom-select-wrapper.hide-arrow::after {
    opacity: 0;
}
#select_plan:hover {
    border-color: transparent; 
}
#select_plan-wrapper {
    cursor: pointer;
    /* margin: 0 auto; */
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    outline: none;
    /* padding: 0 1.25rem; */
    width: 65%;
    height: 48px;
    background-color: white;
    border: 2px solid #c2c2c2;
    border-radius: 1.1rem;
    position: relative;
    transition: border 0.4s ease;
}
#select_plan-wrapper::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #00008B, #0FF);
    z-index: -1;
    border-radius: 1.1rem;
    transition: opacity 0.4s ease;
    opacity: 0; /* Initially hidden */
}
#select_plan-wrapper:hover {
    border-color: transparent;
    background-clip: padding-box;
}
#select_plan-wrapper:hover::before {
    z-index: -1;
    opacity: 1;
}
/* #select_plan-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
#select_plan-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1.1rem;
    padding: 2px; 
    background: linear-gradient(90deg, #00008B, #0FF); 
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    z-index: 1;
    transition: opacity 0.4s ease, background-color 0.4s ease;
    opacity: 0;
    width: 100%;
}
#select_plan-wrapper:hover::before {
    opacity: 1; 
}
#select_plan-wrapper.no-focus::before {
    background: transparent; 
    opacity: 1;
}
#select_plan-wrapper:hover::before, 
#select_plan-wrapper:focus-within::before {
    opacity: 1; 
    background: linear-gradient(90deg, #00008B, #0FF); 
} */

/* #monthlybasic, #annualbasic {
    width: 65%;
    margin-top: -13px;
    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: 1.3rem;
    outline: none;
    line-height: 2rem;
    border: 1px solid #fff;
    border-radius: 15px;
    font-family: ProximaNova-Regular, Helvetica, sans-serif;
} */
.tracking-widest {
    background-color: #0140b2;
    /* padding: 5px 9px; */
    padding: .25rem .5rem;
    color: #fff;
    /* border-radius: 4px; */
    border-radius: .25rem;
    /* font-size: 11px; */
    position: absolute;
    top: -13px;
    /* letter-spacing: 1.1px; */
    letter-spacing: .12em;
    line-height: 1.25rem;
    font-weight: 500;
    font-size: .75rem;
    font-family: 'ProximaNova-Regular';
    font-family: ProximaNova-Regular, Helvetica, sans-serif;
}
.tracking-widest p {
    margin-bottom: 0;
}


.plan_card {
    display: flex;
    gap: 8.25em;
}
.plan_card_1 {
    display: flex;
    gap: 8em;
}
.plan_card_2 {
    display: flex;
    gap: 7.5em;
}
.save_text {
    letter-spacing: .088em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    padding-bottom: .25rem;
    height: 1rem;
    color: #0140b2;
    float: inline-start;
    position: relative;
    top: 13px;
    font-family: ProximaNova-Regular, Helvetica, sans-serif;
}
.bottom_text {
    margin-top: 13px;
    font-size: .75rem;
    line-height: 1rem;
    text-align: left;
    color: rgba(0, 0, 0, .5);
    font-family: ProximaNova-Regular, Helvetica, sans-serif;
}

.plan-box-act-plus {
    background: none;
    display: block;
    background: #fff;
    border: 2px solid #c2c2c2;
    border-radius: 1.5rem;
}

.plan-box-act-elite {
    background: none;
    display: block;
    background: #fff;
    border: 2px solid #c2c2c2;
    border-radius: 1.5rem;
}

.plan-box-act-basic {
    background: none;
    display: block;
    background: #fff;
    border: 2px solid #c2c2c2;
    border-radius: 1.5rem;
}

/* .plan-box-act:hover {
    border: 4px solid #1B03A3 ;
    border: 4px solid #00008B ;
} */

.plan-box-act {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    outline: none;
    padding: 0 1.25rem;                           
    width: 402px;
    height: 185px;
    background-color: white;
    border: 2px solid #c2c2c2;
    border-radius: 1.5rem;
    position: relative;
    transition: border 0.4s ease;
}
  
.plan-box-act::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #00008B, #0FF);
    z-index: -1;
    border-radius: 1.5rem;
    transition: opacity 0.4s ease;
    opacity: 0; /* Initially hidden */
}
  
.plan-box-act:hover {
    border-color: transparent;
    background-clip: padding-box;
}
  
.plan-box-act:hover::before {
    z-index: -1;
    opacity: 1;
}


/* 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: "ProximaNova-Regular";
    font-weight: 500 !important;
}

/*******tejsas styles*****/
.page-heading {
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    border-radius: 11px;
    font-family: "ProximaNova-Regular";
    margin-top: 50px;
    /*on 15/01/24*/
}

.page-head {
    font-weight: 700;
    text-align: center;
    font-size: 56px;
    font-family: "ProximaNova-Regular";
    text-shadow: 0 0 black;
}

p.page-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #666666;
    margin-top: 13px;
    margin-bottom: 66px;
    font-family: "ProximaNova-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: "ProximaNova-Regular";
}

.basic-content {
    font-size: 15px;
    text-align: center;
    margin-top: 11px;
    font-family: "ProximaNova-Regular";
    font-weight: 400;
}

.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: "ProximaNova-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: "ProximaNova-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: "ProximaNova-Regular";
}

/* .plan-name {
    color: #179e88;
    line-height: 25px;
    font-weight: 700;
    font-size: 24px;
    font-family: ProximaNova-Regular Bold;
    text-transform: uppercase;
} */

.price-val {
    margin-left: auto;
    margin-right: auto;
    font-family: "ProximaNova-Regular";
    font-family: ProximaNova-Regular, Helvetica, sans-serif;
    letter-spacing: -.03em;
    /* line-height: 52px; */
    /* font-size: 30px; */
    display: block;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.basic-price-val {
    font-weight: bold;
    text-align: center;
}

.per-device {
    color: #666666;
    text-align: center;
    font-size: 14px;
    margin-top: -23px;
    margin-bottom: 1px;
    font-family: "ProximaNova-Regular";
}

.actvie-btn {
    /* padding: 5px 74px; */
    background: #fe9900;
    box-shadow: none;
    color: #fff;
    font-size: 19px;
    margin-left: auto;
    /* margin-right: auto; */
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
    padding: 7px 5px;
    font-size: 17px;
    font-family: "ProximaNova-Regular";
    outline: none;
    border: 1px solid #fe9900;
    border-radius: 25px;

    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="16" height="16"%3E%3Cpath d="M29.5678 14.9223C30.1441 15.5175 30.1441 16.4824 29.5678 17.0775L18.3116 28.7022C17.9274 29.099 17.3045 29.099 16.9203 28.7022L16.1457 27.9022C15.7615 27.5055 15.7615 26.8622 16.1457 26.4654L24.7792 17.5493L3.00002 17.5493C2.44774 17.5493 2.00002 17.1016 2.00002 16.5493V15.4514C2.00002 14.8991 2.44774 14.4514 3.00002 14.4514L24.7798 14.4514L16.1457 5.53459C15.7615 5.13783 15.7615 4.49456 16.1457 4.09779L16.9203 3.29782C17.3045 2.90105 17.9274 2.90105 18.3116 3.29782L29.5678 14.9223Z" fill="white"%3E%3C/path%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 19px;
    padding-right: 34px; 
}

.actvie-btn:focus:active {
    outline: none;
    border: 1px solid #fe9900;
    color: #fff !important;
}

.actvie-btn:hover {
    background-color: #fe9900 !important;
    color: #fff !important;
    /* color: #03A9F4;
    outline: none;
    border: none; */
}

/* .actvie-btn:active,
.actvie-btn:active::after {
    background-color: #fe9900;
    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: 0px;
    margin-bottom: -7px;
}

.elite-price span.price-val {
    margin-top: 0px;
    margin-bottom: -7px;
}
.plus-price,  .elite-price {
    margin-bottom: 0;
}

.plan-details ul li {
    list-style: none;
    font-size: 15px;
    padding: 2px;
    text-align: center;
    list-style-position: inside;
    font-family: "ProximaNova-Regular";
    margin-left: -25px;
    color: #fff;
    font-weight: 400;
}

.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: "ProximaNova-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: 31px;
    }

    .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: "ProximaNova-Regular";
}

.basic-plan {
    /* margin-top: 42px; */
    padding-top: 1.25rem;
    margin-top: .75rem;
}

.elite-plan {
    /* margin-top: 42px; */
    padding-top: 1.25rem;
    margin-top: .75rem;
}

.compare-plan {
    font-size: 47px;
    text-align: center;
    margin-top: 121px;
    margin-bottom: 80px;
    font-family: "ProximaNova-Regular";
}




/******************* style on 15/01/2024 *******************/
.active-user-btn {
    background: #0140b2 !important;
    color: #fff !important;
    cursor: pointer;
}

.user-select-btn {
    width: 65%;/*69*/
    /* height: 45px; */
    margin-top: -13px;
    /* margin: 0 0 0 0; */
    background: #fff;
    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: 1.3rem; */
    font-size: 17px;
    outline: none;
    border: 1px solid #c2c2c2;
    border-radius: 15px;
    font-family: ProximaNova-Regular, Helvetica, sans-serif;
}

body {
    /* background-color: #e8f6fa; */
    background-color: #f2f2f2;
}



/* .plan-box-act-basic ul li {
    margin-left: 0px;
} */

.plan-name {
    /* font-size: 20px; */
    color: #000;
    /* color: #fff; */
    font-weight: 700;
    font-style: normal;
    text-align: left;
    /* line-height: 27px; */
    line-height: 2rem;
    font-size: 1.5rem;
    font-family: 'ProximaNova-Regular' ;
    font-family: ProximaNova-Regular, Helvetica, sans-serif;
}

#plus-price-det,
#elite-price-det {
    font-family: 'ProximaNova-Regular';
    color: #000;
    font-size: 13px;
}

.price-val {
    color: #000;
}

.plus-plan {
    /* margin-top: 42px; */
    padding-top: 1.25rem;
    margin-top: .75rem;
}

.logo-new {
    width: 18%;
    margin-bottom: 35px;
    margin-top: -39px;/*-25*/
}

.head_txt {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    /* font-family: 'ProximaNova-Regular'; */
    font-family: ProximaNova-Regular, Helvetica, sans-serif;
}

.head_txt a {
    /* color: #000; */
    text-decoration: none;
    color: #0140b2;
}

.head_txt a:hover {
    /* color: rgb(10, 88, 202); */
    text-decoration: none;
}

@media (max-width: 767px) {
    #user_type, #select_plan {
        /* float: none; */
        margin-bottom: 21px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        /* width: 55%; */
        /* background: #fff; */
        color: #0140b2 ;
    }
    #user_type-wrapper {
        position: relative;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        width: 55%;
        height: 52px;
        float: none;
    }
    #select_plan-wrapper {
        position: relative;
        top: 11px;
        left: 83px;
        right: -2px;
        bottom: -2px;
        width: 55%;
        height: 52px;
        margin-bottom: 38px;
    }
    .custom-select-wrapper_1::after {
        left: 85%;
        top: 27px;
    }
    .custom-select-wrapper::after {
        left: 85%;
        top: 48%;
    }
   /* #user_type-wrapper::before, #select_plan-wrapper::before {
        width: 56.5%;
        height: 78.5%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: -2px;
        position: absolute;
        left: -0.3px;
        border: none;
    } */
    
    #new-user-btn {
        float: none;
        height: 49px;
    }

    #exist-user-btn {
        float: none;
        height: 49px;
    }

    .plan-box-act-elite {
        position: relative;
        left: 0;
        top: -54px;
        width: 360px;
    }

    .plan-box-act-plus {
        position: relative;
        left: 0;
        top: -24px;
        width: 360px;
    }

    .plan-box-act-basic {
        position: relative;
        left: 0;
        top: -0;
        width: 360px;
    }
    .plan_card {
        display: flex;
        gap: 5.8em;
    }
    .plan_card_1 {
        display: flex;
        gap: 5.5em;
    }
    .plan_card_2 {
        display: flex;
        gap: 5em;
    }

    .user-select-btn {
        margin-bottom: 20px;/*16*/
        margin-top: 0px;
    }

    .logo-new {
        width: 37%;
    }

    .page-heading {
        margin-top: 30px;
        margin-bottom: -35px;
    }

    #planForm {
        margin-bottom: 7px;
    }
}

.basic-back-btn {
    border: 2px solid #c2c2c2;
    width: 402px;
    height: 64px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    outline: none;
    padding: 19px 1.25rem;
    background-color: white;
    border-radius: 1.5rem;
    position: relative;
    text-align: center;
    transition: border 0.4s ease;
}
.basic-back-btn::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #00008B, #0FF);
    z-index: -1;
    border-radius: 1.5rem;
    transition: opacity 0.4s ease;
    opacity: 0; /* Initially hidden */
}
  
.basic-back-btn:hover {
    border-color: transparent;
    background-clip: padding-box;
}
  
.basic-back-btn:hover::before {
    z-index: -1;
    opacity: 1;
}