
:root{
    --ff-pops: 'Poppins', sans-serif;
    --primary-color: #051441;
    --bg-color: #ebecf7;
    --green-color: #01c46b;
    --para-color: #40475b;
    --blue-color: #2d5be7;
    --dark-b-color: #1119a7;
    --txt-color: #333c60;
    --light-color: #f3f4f8;
    --step-color: #3f6efd;
    --grey-color: #b5b5b5;
}


.name_error_stepOne{ display: none; bottom: -20px; }
.phone_error_stepOne{ display: none; bottom: -20px; }
.email_error_stepOne{ display: none; bottom: -20px; }



.allFields_error_stepOne{ display: none; bottom: 50px;  }

.errorMessage{ display: none; font-size: 12px; color: #FF0000; margin-top: 5px; position: absolute;   }

.ace-input-valid + .errorMessage{
    right: 0;
}


.stepOneMain{ position: relative; }

/* .form-control{ font-size: 18px; padding: 25px 10px; } */

.selectNumberUser{ margin-bottom: 20px; }

/* .yourPlanDetails{ font-size: 24px;  } */

.dropdownArrow{ background-image: url('../img/drop-down-arrow.jpg'); background-repeat: no-repeat; background-position: right 1rem center;  appearance: none; -webkit-appearance: none; }

/* .amountPlanDetailTwo{ transition: all 0.25s;  animation: animateAmount 0.25s ; position: relative; }     */
        
@keyframes animateAmount{
    from { top: 20px;  }
    to{ top: 0px; }
}

.ace-diy-plan-new{
    margin-top: 2.5rem;
}

.monthAnnualPlan{
    display: flex; font-family: 'Poppins'; font-size: 18px; justify-content: flex-end; margin-right: 30px;
}

.monthAnnualPlan span.switcher {
    position: relative;
    width: 200px;
    border-radius: 25px;
    margin: 5px 0 20px;
}

.monthAnnualPlan span.switcher input {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 250px;
    height: 55px;
    border-radius: 25px;
    background-color: #1E1E1E;
    outline: none;
    font-size: 16px;
}

.monthAnnualPlan span.switcher input:before, .monthAnnualPlan span.switcher input:after {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
}

.monthAnnualPlan span.switcher input:before {
    content: 'Monthly';
    left: 12%;
    top: 50%; 
}

.monthAnnualPlan span.switcher input:after {
    content: 'Annually';
    right: 12%;
    top: 50%; 
    
}

.monthAnnualPlan span.switcher label {
    z-index: 1;
    position: absolute;
    top: 5px;
    bottom: 5px;
    border-radius: 20px;
}

.monthAnnualPlan span.switcher.switcher-1 input {
    transition: .25s -.1s;
}

.monthAnnualPlan span.switcher.switcher-1 input:checked {
    background-color: var(--bg-color);
    /* border: 1px solid #efefef; */
    border-radius: 30px; 
}
.monthAnnualPlan span.switcher.switcher-1 input:checked:before {
    color: #FFFFFF;
    transition: color .25s .05s;
}

.monthAnnualPlan span.switcher.switcher-1 input:checked:after {
    color: var(--primary-color);
    transition: color .5s;
}

.monthAnnualPlan span.switcher.switcher-1 input:checked + label {
    left: 7px;
    right: 80px;
    background: var(--green-color);
    color: #FFF !important; 
    transition: left .25s, right .25s .05s;
    border-radius: 30px; 
}

.monthAnnualPlan span.switcher.switcher-1 input:not(:checked) {
    background: var(--bg-color);
    transition: background .5s -.1s;
    /* border: 1px solid #efefef; */
    border-radius: 35px; 
}

body span.switcher.switcher-1 input:not(:checked):before {
    color: var(--primary-color);
    transition: color .5s;
}

.monthAnnualPlan span.switcher.switcher-1 input:not(:checked):after {
    color: #FFF;
    transition: color .25s .05s;
}

.monthAnnualPlan span.switcher.switcher-1 input:not(:checked) + label {
    left: 125px;
    right: -44px;
    background: #01C46B;
    transition: left .25s .05s, right .25s, background .25s -.1s;
    color: #FFF;
    border-radius: 30px;
}

        


.editModalButton{display: flex; justify-content: center; align-items: center;
} 

.update-numberEditPhone{ margin-right: 5px !important; border-radius: 3px;  }

.cannel-numberEditPhone{ margin-left: 5px !important; border-radius: 3px;  }

.buttonEditPlan{ display: block; width: 100%; margin: 0px 0px;   }

.editNumberModalHeading{ font-size: 28px; font-weight: bold; margin-bottom: 25px; margin-bottom: 20px; text-align: left; }
.editNumberNumberType{ font-size: 14px; font-weight: 500; color: #686868; text-align: left; margin-bottom: 10px;    }
.localNumberEditNumber{ color: #0C0C0C; font-size: 16px; font-weight: bold; text-align: left; margin-bottom: 15px;  }
.stateEditNumberLabel{ color: #686868; font-size: 14px; font-weight: bold; text-align: left; margin-bottom: 10px; margin-top: 10px;    }
.update-numberEditPhone{ padding: 0.7rem 2rem; background-color: #02C46B; border: 2px solid #02C46B; color: #FFF;   }
.cannel-numberEditPhone{ padding: 0.7rem 2rem; background-color: #FFF; border: 2px solid #707070  }


.selectStNumDropDown select{ padding: 15px; border: 1px solid #A2A2A2; border-radius: 5px; text-align: left; width: 100%;   }

/* .selectPlanLink a{ width: 90%; margin: auto; } */

.planDiv-main{
    /* padding: 1.5rem 0; */
    position: relative;
    height: 100%;
    background-color: #F7F8FE;
    border: 2px solid #CED0E2;
    border-radius: 3px;
    transition: all 0.3s;
    cursor: pointer;
}
.planDiv-main:before,
.planDiv-main:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    /*transition: all 0.3s;*/
}
.premiumPlanSelected{
    box-shadow: 35px 25px 77px #00361D1F;
    border-color: var(--green-color);
    background-color: #fff;
}
.premiumPlanSelected:before{
    background-image: url('../img/tick.svg');
    width: 3rem;
    height: 3rem;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.75rem auto;
}
.premiumPlanSelected:after {
    border-top: 5rem solid var(--green-color);
    border-left: 5rem solid transparent;
}

.most-pupolar-tg{
    /* text-align: center; */
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 8rem;
}

.popular-plan-tag {
    background-color: var(--green-color);
    color: #fff;
    font-weight: 400;
    font-size: 0.85rem;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
}


.selectedPlanGreen a{ background-color: #01C46B; color: #FFF !important; }

/*.closeEditPlan img{ cursor: pointer; }*/

/*#editPlanSection{ display: none; }*/
/*.blackOverlay{ display: none; }*/

/*edit plan popup */

/*.blackOverlay{ background-color: rgba(13,20,45,0.7); position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 999;   }*/

/*#editPlanSection{ position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999; background-color: #FFF; padding: 20px 50px 20px 50px; border-radius: 10px;    }*/

/*.closeEditPlan{ text-align: right; margin-bottom: 10px; position: relative; right: -50px; }*/

/* .selectPlanLink{ border-bottom: 2px solid rgba(0,0,0,0.15); padding-bottom: 15px; margin-bottom: 15px;  } */

/* .rowEditPlan .col-md-4{ padding: 0px 0px; } */

.rowEditPlan{ /* border: 2px solid #aaa; border-radius: 10px; padding: 40px 15px 40px 15px; */ }
.planDiv{
    padding: 1.5rem 2rem 0;
    border-bottom: 1px solid var(--grey-color);
}
.planDivDetails{
    text-align: left;
    padding: 2rem 2rem;
}
.planDivDetails ul{
    list-style: none;
    padding: 0;
}
.planDivDetails ul li{
    margin-bottom: 0.75rem;
}
.planDivDetails ul li:not(.plan-detail-head):not(.ace-edit-plan-read-more){
    position: relative;
    font-size: 13px;
    position: relative;
    padding-left: 1.25rem;
    margin-left: 0;
    line-height: 1.25;
    background-image: url('../img/tick.png');
    background-repeat: no-repeat;
    background-position: left top 0.1rem;
    color: var(--para-color);
}
.planDivDetails ul li:not(.plan-detail-head){}
.planDivDetails ul li.plan-detail-head h5{
    font-size: 15px;
    font-weight: 600;
}
.ace-edit-plan-read-more{
    font-size: 15px;
    font-weight: 600;
    color: var(--blue-color);
    cursor: pointer;
}
.view-more-plan-features span{
    color: var(--blue-color);
    cursor: pointer;
}

.headingSaveUpto{ text-align: right; text-transform: uppercase; font-weight: 500; font-size: 15px; color: #051441; position: relative; }

.blankSpace{ margin-top: 20px; }

.planDetailLinkText{ color: var(--primary-color); font-size: 13px; font-weight: bold; margin: 10px 0px; }

.headingEditPlan{ font-size: 34px; font-weight: bold; color: var(--primary-color); /* margin-bottom: 30px; */ text-align: left;  }
.headingBlueText{ text-transform: uppercase; color: var(--blue-color); font-weight: 600; font-size: 22px; /*text-align: center;*/ /*margin-top: 1rem;*/ }
.planAmountPeriod{
    border-bottom: none;
    margin-top: 1rem;
    min-height: 7rem;
}
.amountPlanMonthly{
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 500;
    display: block;
    text-decoration: line-through;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    line-height: 44px;
}

.amountPlanDetail{
    color: var(--primary-color);
    font-size: 44px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.2;
    /*min-width: 9.5rem;*/
}

.planDiv-main.ace-plan-mon .amountPlanMonthly{
    font-size: 44px;
    font-weight: bold;
    opacity: 1;
    text-decoration: none;
    transform: translateY(3.1rem);
}
.planDiv-main.ace-plan-mon .amountPlanDetail{
    opacity: 0;
    /*font-size: 0;*/
}
.planDiv-main.ace-plan-mon .planDiv{
    /*padding-bottom: 1rem;*/
}
.planPeriod{
    color: var(--para-color);
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    margin-left: 0.5rem;
}
/* .selectPlanLink{ margin-top: 1.5rem;} */
/* .selectPlanLink a{ font-size: 18px; font-weight: 600; color: var(--primary-color); border: 2px solid #01C46B; border-radius: 4px; display: block; padding: 12px; text-align: center; } */
.selectPlanLink button{
    width: 80%;
}
.planDetailLink{ font-size: 13px; font-size: 500; margin-bottom: 7px;   }

.planDetailLink{ background-image: url('../img/tick.png'); background-repeat: no-repeat; background-position: left top 5px; padding-left: 20px;   }

/* edit plan popup */

/* .selectUserHeading{ font-size: 25px !important; text-align: left !important; } */

/* .welcomeStepTwo{ width: 65%; margin: auto; max-width: 100%; } */

/* .acefone-selectStateNumber label{ display: block; width: 100%; margin-top: 15px;  } */
/* .acefone-selectStateNumber select{ display: block; width: 100%; padding: 10px; height: 60px; border: 1px solid #A2A2A2; border-radius: 5px;  } */

/* .selectNumberTextBelow{ color: #686868 !important; width: 50%; margin: auto; } */

/* .secondStepSelectNumber{ text-align: center; } */

/* .requireFieldMark{ color: var(--blue-color); position: relative; top: 7px; right: -3px; font-size: 20px; } */
/* .headingBasicInfo{ margin: 20px auto 10px auto; width: 80%; } */

body{
    color: var(--primary-color);
    font-family: var(--ff-pops);
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden; 
}
html,
body,
.wrapper{
    min-height: 100vh;
}
p{
    /*font-family: var(--ff-pops);*/
}
a:focus{
    outline: none;
}
.ff-pops{
    font-family: var(--ff-pops);
}
.fs-italic{
    font-style: italic;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600,
.fw-semi-bold{
    font-weight: 600;
}
.fw-700,
.fw-bold{
    font-weight: 700;
}


.ace-head-minor{
    font-size: 1.25rem;
}
.ace-head-sm{
    font-size: 1.5rem;
}
.ace-head{
    font-size: 1.8rem;
}
.ace-head-lg{
    font-size: 2rem;
}
.ace-head-xl{
    font-size: 2.5rem;
}
.ace-summ{
    font-size: 1rem;
}

.txt-prim{
    color: var(--primary-color);
}
.txt-para{
    color: var(--para-color);
}
.txt-txt{
    color: var(--txt-color);
}
.txt-blue{
    color: var(--blue-color);
}
.txt-green{
    color: var(--green-color);
}
.txt-grey{
    color: var(--grey-color);
}
.wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
}
.ace-top-menu{
    /*position: relative;*/
    position: -webkit-sticky;
    position: sticky;
    z-index: 201;
    top: 0;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}
.ace-content{
    /*background: linear-gradient(to bottom, var(--light-color) 0%, #fff 5%);*/
    position: relative;
    z-index: 199;
    transition: all 0.5s;
    /*padding-top: 4.5rem;*/
}
.ace-footer{
    padding: 1rem 0;
    background-color: var(--bg-color);
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    margin-top: auto;
    z-index: 201;
}
.ace-wrap{
    padding-left: 4vw;
    padding-right: 4vw;
}
.ace-sec-sm{
    padding: 1rem 0;
}
.ace-sec{
    padding: 2rem 0;
}
.ace-sec-lg{
    padding: 3rem 0;
}

.ace-sec-xl{
    padding: 6rem 0;
}

.grecaptcha-badge{
    opacity: 0;
}

.col-lg-65{
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.col-lg-55{
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.ace-btn-outline,
.ace-btn-outline-alt,
.ace-btn-white-outline,
.ace-btn-second,
.ace-btn-second-outline,
.ace-btn-second-outline-alt,
.ace-btn-blue-outline-alt{
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: var(--ff-pops);
    font-weight: 500;
    transition: all 0.3s;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
/*.ace-btn-outline:before,
.ace-btn-outline-alt:before,
.ace-btn-white-outline:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 0.5s;
    z-index: -1;
}*/

/*.ace-btn-outline-lg{
    padding: 7px 30px;
    font-size: 16px;
}

.ace-btn-sm{
    padding: 0.5rem 1rem;
    font-size: 13px;
}*/

.ace-btn-outline:hover,
.ace-btn-outline:focus,
.ace-btn-outline-alt:hover,
.ace-btn-outline-alt:focus,
.ace-btn-second:hover,
.ace-btn-second:focus,
.ace-btn-second-outline:hover,
.ace-btn-second-outline:focus,
.ace-btn-second-outline-alt:hover,
.ace-btn-second-outline-alt:focus,
.ace-btn-blue-outline-alt:hover,
.ace-btn-blue-outline-alt:focus{
    text-decoration: none;
    outline: none;
}

.ace-btn-outline{
    background-color: transparent;
    color: var(--txt-color);
    border: 1px solid var(--txt-color);
    
}
/*.ace-btn-outline:before{
    background-color: #1b3ef0;
    width: 0%;
}*/
.ace-btn-outline:not(.disabled):hover{
    background-color: var(--txt-color);
    color: #f2f2f2;
}
/*.ace-btn-outline:hover:before{
    width: 100%;
}*/

.ace-btn-outline-alt{
    background-color: var(--txt-color);
    /*background-color: transparent;*/
    color: #fff;
    border: 1px solid var(--txt-color);
}
/*.ace-btn-outline-alt:before{
    background-color: #1b3ef0;
    width: 100%;
}*/
.ace-btn-outline-alt:not(.disabled):hover{
    background-color: transparent;
    color: var(--txt-color);
}
/*.ace-btn-outline-alt:hover:before{
    width: 0%;
}*/

.ace-btn-second-outline{
    /*background-color: transparent;*/
    background-color: transparent;
    color: var(--green-color);
    border: 1px solid var(--green-color);
}
.ace-btn-second-outline:not(.disabled):hover{
    background-color: var(--green-color);
    color: #fff;
}

.ace-btn-second-outline-alt{
    background-color: var(--green-color);
    /*background-color: transparent;*/
    color: #fff;
    border: 1px solid var(--green-color);
}
.ace-btn-second-outline-alt:not(.disabled):hover{
    background-color: transparent;
    color: var(--green-color);
}

.ace-btn-second,
.ace-btn-second:hover{
    /*background-color: transparent;*/
    background-color: var(--green-color);
    color: #fff;
    border: 1px solid var(--green-color);
}

.ace-btn-blue-outline-alt{
    background-color: var(--blue-color);
    /*background-color: transparent;*/
    color: #fff;
    border: 1px solid var(--blue-color);
}
.ace-btn-blue-outline-alt:not(.disabled):hover{
    background-color: transparent;
    color: var(--blue-color);
}

.ace-btn-white-outline{
    background-color: transparent;
    color: #f2f2f2;
    border: 2px solid #f2f2f2;
    
}
/*.ace-btn-white-outline:before{
    background-color: #f2f2f2;
    width: 0%;
}*/
.ace-btn-white-outline:not(.disabled):hover{
    background-color: #f2f2f2;
    color: #434343;
}
/*
.ace-btn-white-outline:hover:before{
    width: 100%;
}*/


.comeAboard{
    position: relative;
}
.comeAboard:before,
.comeAboard:after{
    content: '';
    
    left: 0;
    /*top: 0;*/
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}
.comeAboard:before{
    background-color: #1b3ef0;
    z-index: -1;
}

.comeAboard:after{
    background-color: #f2f2f2;
    z-index: 1;
}

.comeAboard.moveOn:after{
    height: 0;
    /*-webkit-animation: animate_show 0.8s;
    animation: animate_show 0.8s;*/
}

@-webkit-keyframes animate_show{
    0%{
        height: 100%;
    }
    100%{
        height: 0%;
    }
}

@keyframes animate_show{
    0%{
        height: 100%;
    }
    100%{
        height: 0%;
    }
}

.visi-md,
.visi-lmd,
.visi-xxs,
.visi-xs{
    display: none;
}

.radius-0{
    border-radius: 0;
}

.ace-diy-green-tick{
    width: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    position: relative;
    border-radius: 50%;
    background-color: var(--green-color);
    overflow: hidden;
}
.ace-diy-green-tick:before{
    content: '';
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.ace-diy-green-tick:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}

.ace-diy-pointer{
    padding-left: 2rem;
    margin-left: 0;
    background-image: url(../img/list-icon.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: left top 0.25rem;
}

.ace-top-menu-elem{
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-right-menu{}
.top-right-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-right-menu ul li{
    display: inline-block;
    padding: 0.5rem 1rem;
}
.top-right-menu ul li a:not(.ace-btn-nav){
    color: var(--primary-color);
    font-family: var(--ff-pops);
    transition: all 0.3s;
    font-weight: 500;
}
/*.top-right-menu ul li a:not(.ace-btn-nav) span{
    font-weight: 700;
}*/
.top-right-menu ul li:hover a:not(.ace-btn-nav){
    /*color: var(--blue-color);*/
}

/*Footer btn css starts*/
.ace-diy-btn-actions{
    text-align: center;
}
.ace-diy-btn-actions .ace-diy-btn{
    min-width: 12vw;
    margin-top: 0;
}
.ace-diy-btn-actions .ace-diy-btn + .ace-diy-btn {
    /*margin-left: 2rem;*/
}

 .ace-diy-btn-actions .ace-diy-btn-back{
    margin-right: 2rem;
} 
.ace-diy-btn-actions .ace-diy-btn-next{}
/*Footer btn css ends*/

/*step counter css starts*/
.ace-diy-step-count-elem{
    background-color: #fff;
    top: 94px;
    position: sticky;
    z-index: 200;
}
.ace-diy-steps{
    padding: 1rem 0 0.15rem;
    margin-bottom: 1rem;
    list-style: none;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    cursor: default;
}
.ace-diy-steps:before,
.ace-diy-steps:after{
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    left: 0;
    top: 0;
    transition: all 0.3s;
}
.ace-diy-steps:before{
    width: 100%;
    background-color: #ececec;
    z-index: -1;
}
.ace-diy-steps:after{
    z-index: 0;
    background-color: var(--blue-color);
}

.ace-diy-steps.stp-bsc:after{
    width: 20%;
}
.ace-diy-steps.stp-wlm:after{
    width: 40%;
}
.ace-diy-steps.stp-usr:after{
    width: 60%;
}
.ace-diy-steps.stp-inf:after{
    width: 80%;
}
.ace-diy-steps.stp-fnl:after{
    width: 100%;
}
.ace-diy-step{
    /*display: inline-block;*/
    position: relative;
    width: 100%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;

}
.ace-diy-step .ace-diy-step-elem,
.ace-diy-step.curr-step .ace-diy-step-elem{
    /*opacity: 1;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.ace-diy-step .ace-diy-step-num-elem{
    position: relative;
    width: 1.75rem;
    margin: 0 0.25rem;
}
.ace-diy-step .ace-diy-step-num-elem:before,
.ace-diy-step .ace-diy-step-num-elem:after{
    content: '';
    position: absolute;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    display: none;
}

.ace-diy-step .ace-diy-step-num-elem:before{
    width: 100%;
    /*opacity: 0.7;*/
    background-color: #8d8d8d;
    z-index: -2;
}
.ace-diy-step .ace-diy-step-num-elem:after{
    width: 100%;
    background-color: var(--blue-color);
    z-index: -1;
}
.ace-diy-step:last-child .ace-diy-step-num-elem:before,
.ace-diy-step:last-child .ace-diy-step-num-elem:after{
    display: none;
}
.ace-diy-step .ace-diy-step-num,
.ace-diy-step.curr-step .ace-diy-step-num{
    position: relative;
    max-width: 1.5rem;
    border-radius: 50%;
    background-color: var(--blue-color);
    border: 2px solid var(--blue-color);
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 0.25rem; */
    overflow: hidden;
}

.ace-diy-step .ace-diy-step-num:before{
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transition: all 0.3s;
    width: 7px;
    height: 11px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.ace-diy-step .ace-diy-step-num:after{
    content: '';
    padding-bottom: 100%;
    display: block;
}
.ace-diy-step .ace-diy-step-num span{
    opacity: 0;
}
.ace-diy-step .ace-diy-step-num span,
.ace-diy-step.curr-step .ace-diy-step-num span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}
.ace-diy-step .ace-diy-step-text,
.ace-diy-step.curr-step .ace-diy-step-text{
    color: var(--blue-color);
    font-family: var(--ff-pops);
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0.25rem;
}

.ace-diy-step.curr-step{}
.ace-diy-step.curr-step ~ .ace-diy-step .ace-diy-step-elem{
    /*opacity: 0.7;*/
}
.ace-diy-step.curr-step .ace-diy-step-num-elem:after,
.ace-diy-step.curr-step ~ .ace-diy-step .ace-diy-step-num-elem:after{
    width: 0;
}

.ace-diy-step.curr-step .ace-diy-step-num:before,
.ace-diy-step.curr-step ~ .ace-diy-step .ace-diy-step-num:before{
    transform: scale(0);
}

.ace-diy-step.curr-step ~ .ace-diy-step .ace-diy-step-num{
   background-color: #8d8d8d; 
    border-color: #8d8d8d;
    color: #8d8d8d;
}

.ace-diy-step.curr-step .ace-diy-step-num span,
.ace-diy-step.curr-step ~ .ace-diy-step .ace-diy-step-num span{
    opacity: 1;
}
.ace-diy-step.curr-step ~ .ace-diy-step .ace-diy-step-num span{
   color: #fff;
}
.ace-diy-step.curr-step ~ .ace-diy-step .ace-diy-step-text{
    color: #8d8d8d;
    /* font-weight: 400; */
}

/*step counter css ends*/

/*form css starts*/

.stepOneNamePhone{ display: flex; justify-content: center; align-items: center; margin-bottom: 20px;  }
.stepOneNamePhone .ace-diy-form-field-elem{ display: block; width: 100%; }
.stepOneNamePhone .ace-diy-form-field-elem:first-child{ margin-right: 15px; }

.ace-diy-form-field-elem{ margin-top: 15px; position: relative; }

.ace-diy-form-field-elem label {
    font-size: 16px;
    color: #8d8d8d;
    /* color: var(--para-color); */
    font-weight: 500;
    display: block;
    margin-bottom: 0.5rem;
}
.ace-diy-form-field-elem label span{
    color: var(--blue-color);
}
.ace-diy-form-field-elem .ace-diy-form-field{
    background-color: transparent;
    padding: 0.75rem 0.7rem;
    font-size: 16px;
    border-radius: 3px;
    color: #6c757d;
    border: 1px solid var(--grey-color);
    width: 100%;
    height: auto;
}
.ace-diy-form-field-elem .ace-diy-form-field::placeholder{
    color: var(--grey-color);
}

.ace-diy-form-field-elem .ace-diy-form-field:focus,
.ace-diy-form-field-elem .ace-diy-form-field:active{
    border-color: var(--blue-color);
    outline: none;
    box-shadow: none;
}

.ace-diy-form-field-elem .ace-diy-form-text{
    font-weight: 600;
    color: var(--primary-color);
}

/*form css ends*/

/*OTP css starts*/
.user-otp-num-x{
    font-style: italic;
    font-weight: 600;
}
.user-otp-form-field{
    text-align: left;
    padding-top: 1rem;
    position: relative;
}
.user-otp-form-field .ace-diy-form-field{
    color: var(--primary-color);
}
.user-otp-form-field-cont{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
}
.user-otp-form-field-cont .ace-diy-form-field{
    max-width: 15%;
    font-size: 1.5rem;
    text-align: center;
}
.user-otp-error{
    font-size: 12px;
    color: #FF0000;
    margin-bottom: 0.5rem;
    display: none;
    position: absolute;
    top: 0;
}
.user-otp-resend{
    color: var(--blue-color);
    font-size: 14px;
    margin-top: 0.5rem;
}
/*OTP css ends*/

/*Step1 css starts*/

.ace-diy-basic-form-head{
    margin-bottom: 1rem;
}

.ace-diy-step1-cont-elem .ace-diy-step1-head/*,
.ace-diy-step2-cont-elem .ace-diy-step2-head*/{
    margin-bottom: 1.5rem; /* text-align: center; */ 
}
.ace-diy-step1-cont-elem .ace-diy-step1-num{
    margin-bottom: 1rem; text-align: center; 
}
.ace-diy-step1-cont-elem .ace-diy-step1-num-selector{
    font-size: 16px; text-align: center; 
}
.ace-diy-step1-cont-elem hr{
    border-top-width: 2px;
    margin: 2.5rem 0 2rem 0;
}
.ace-diy-step1-cont-pointer, .ace-diy-step3-cont-pointer{
    margin-top: 2rem;
}
.ace-diy-step1-cont-pointer p, .ace-diy-step3-cont-pointer p{
    font-size: 16px;
}
.ace-diy-step1-num-change-cont-elem .ace-diy-step1-num-change-head{
    margin-bottom: 1.5rem;
}
.ace-diy-step1-num-change-actions{
    margin-top: 1.5rem;
}

.ace-diy-basic-user-form-part{
    border-radius: 0.5rem;
    padding: 2.5rem 4rem;
    border: 1px solid var(--grey-color);
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%);
}

.ace-diy-basic-user-form-part p{
    font-size: 16px;
}

.iti{
    width: 100%;
}

.ace-diy-basic-user-form-part.ace-diy-basic-blue{
   /* background-color: var(--blue-color); */
    background-color: #FFF;
}

/* .ace-diy-basic-user-form-part.ace-diy-basic-blue .ace-diy-basic-form-head,
.ace-diy-basic-user-form-part.ace-diy-basic-blue p,
.ace-diy-basic-user-form-part.ace-diy-basic-blue .ace-diy-form-field-elem label,
.ace-diy-basic-user-form-part.ace-diy-basic-blue .ace-diy-form-field,
.ace-diy-basic-user-form-part.ace-diy-basic-blue .ace-diy-form-field::placeholder{
    color: var(--primary-color);
} */
/* .ace-diy-basic-user-form-part.ace-diy-basic-blue .ace-diy-form-field{
    border-color: #8D8D8D;
} */

/*Step1 css ends*/

/*Step 2 css starts*/
#ace-diy-step2 .ace-diy-step1-num-change-cont-elem {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.ace-select-num-msg{
    font-size: 12px;
    color: #FF0000;
}
/*Step 2 css ends*/

/*Step 3 css starts*/
.ace-diy-user-count-part{
    /*margin-top: 1.5rem;*/
    /*padding: 1.5rem 1.5rem;*/
    /* padding-right: 2.5rem; */
    /*background-color: var(--light-color);*/
    /*border-radius: 0.5rem;*/
    /*border: 1px solid var(--grey-color);*/
}
.ace-diy-user-count-range-part{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: row;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    /* -ms-flex-align: center; */
    /* align-items: center; */
    margin-top: 2rem;
}
.ace-diy-user-count-range-first,
.ace-diy-user-count-range-last{
    /*flex-basis: 10%;*/
    font-size: 1.25rem;
}
.ace-diy-user-count-range-elem{
    /*flex-basis: 80%;*/
    width: 100%;
    /*padding: 0 1rem;*/
}
.ace-diy-user-count-range-elem .range-wrap{
    width: 100%;
    /* margin-bottom: 1.5rem; */
    position: relative;
}
.ace-diy-user-count-range-elem .range-wrap .ace-user-range{
    width: 100%;
    vertical-align: middle;
    -webkit-appearance: none;
    height: 1.25rem;
    background-color: transparent;
}
.ace-diy-user-count-range-elem .range-wrap .ace-user-range {
  --range: calc(var(--usrMax) - var(--usrMin));
  --ratio: calc((var(--usrVal) - var(--usrMin)) / var(--range));
  --sx: calc(0.5 * 2rem + var(--ratio) * (100% - 2rem));
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:focus {
  outline: none;
}

/*webkit*/
.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--dark-b-color);
  /*background-image: url('../img/ranger.svg');*/
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
  margin-top: calc(max((0.75rem - 1px - 1px) * 0.5,0px) - 2rem * 0.5);
  cursor: pointer;
  transition: all 0.3s;
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-webkit-slider-runnable-track {
  height: 0.75em;
  /* border: 1px solid #b2b2b2; */
  border: none;
  border-radius: 0.5rem;
  background: #d0d2e2;
  box-shadow: none;
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-webkit-slider-thumb:hover {
  /* background: var(--green-color); */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:hover::-webkit-slider-runnable-track {
  background: #d0d2e2;
  /* border-color: #9a9a9a; */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-webkit-slider-thumb:active {
  /* background: var(--green-color); */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:active::-webkit-slider-runnable-track {
  background: #d0d2e2;
  /* border-color: #c1c1c1; */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-webkit-slider-runnable-track {
  background: linear-gradient(var(--dark-b-color),var(--dark-b-color)) 0/var(--sx) 100% no-repeat, #d0d2e2;
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:hover::-webkit-slider-runnable-track {
  background: linear-gradient(var(--dark-b-color),var(--dark-b-color)) 0/var(--sx) 100% no-repeat, #d0d2e2;
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:active::-webkit-slider-runnable-track {
  background: linear-gradient(var(--dark-b-color),var(--dark-b-color)) 0/var(--sx) 100% no-repeat, #d0d2e2;
}

/*mozilla*/
.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-moz-range-thumb {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--dark-b-color);
    /*background-image: url('../img/ranger.svg');*/
    background-size: 60% auto;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: all 0.3s;
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-moz-range-track {
  height: max(calc(0.75rem - 1px - 1px),0px);
  /* border: 1px solid #b2b2b2; */
  border: none;
  border-radius: 0.5rem;
  background: #efefef;
  box-shadow: none;
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-moz-range-thumb:hover {
  /* background: var(--green-color); */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:hover::-moz-range-track {
  background: #d0d2e2;
  /* border-color: #9a9a9a; */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-moz-range-thumb:active {
  /* background: var(--green-color); */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:active::-moz-range-track {
  background: #d0d2e2;
  /* border-color: #c1c1c1; */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-moz-range-track {
  background: linear-gradient(var(--dark-b-color),var(--dark-b-color)) 0/var(--sx) 100% no-repeat, #d0d2e2;
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:hover::-moz-range-track {
  background: linear-gradient(var(--dark-b-color),var(--dark-b-color)) 0/var(--sx) 100% no-repeat, #d0d2e2;
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:active::-moz-range-track {
  background: linear-gradient(var(--dark-b-color),var(--dark-b-color)) 0/var(--sx) 100% no-repeat, #d0d2e2;
}

/*ms*/
.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-ms-fill-upper {
  background: transparent;
  /* border-color: transparent; */
  /* border: none; */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-ms-fill-lower {
  background: transparent;
  /* border-color: transparent; */
  /* border: none; */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-ms-thumb {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--dark-b-color);
    /*background-image: url('../img/ranger.svg');*/
    background-size: 60% auto;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    margin-top: 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-ms-track {
  height: 0.75rem;
  border-radius: 0.5rem;
  background: #d0d2e2;
  /* border: 1px solid #b2b2b2; */
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-ms-thumb:hover {
  /* background: var(--green-color); */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:hover::-ms-track {
  background: #d0d2e2;
  /* border-color: #9a9a9a; */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-ms-thumb:active {
  /* background: var(--green-color); */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:active::-ms-track {
  background: #d0d2e2;
  /* border-color: #c1c1c1; */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-ms-fill-lower {
  height: max(calc(1rem - 1px - 1px),0px);
  border-radius: 0.5rem 0 0 0.5rem;
  margin: -1px 0 -1px -1px;
  background: var(--dark-b-color);
  /* border: 1px solid #b2b2b2; */
  border: none;
  border-right-width: 0;
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:hover::-ms-fill-lower {
  background: var(--dark-b-color);
  /* border-color: #9a9a9a; */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range:active::-ms-fill-lower {
  background: var(--dark-b-color);
  /* border-color: #c1c1c1; */
}

.ace-diy-user-count-range-elem .range-wrap .ace-user-range::-webkit-slider-runnable-track{
    /* background-color: var(--green-color); */
}
.ace-diy-user-count-range-elem .range-wrap .ace-range-bubble-wrap{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.ace-diy-user-count-range-elem .range-wrap .ace-user-range-bubble{
    position: relative;
    /*color: var(--blue-color);*/
    /*left: 20%;*/
    /*transform: translateX(-50%);*/
    font-weight: 600;
    font-size: 1.25rem;
    width: 2rem;
    text-align: center;
    /* top: 125%; */
    margin-top: 0.75rem;
    transition: all 0.3s; 
}
.ace-diy-user-count-range-elem .range-wrap .ace-user-range-bubble.currBubble{
    color: var(--green-color);
}

.ace-diy-curr-plan-part{
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--grey-color);
}
.ace-diy-curr-plan-part-head{}
.ace-diy-curr-plan-part-selection{
    position: relative;
}
.ace-diy-curr-plan-part-select-elem{
    /* background-color: var(--bg-color); */
    /* overflow: hidden; */
    /* border-radius: 0.5rem; */
}
.ace-diy-curr-plan-part-select-cont{
    /* padding: 1rem 1rem 0; */
}
.ace-diy-curr-plan-part-select-cont p{}
.ace-diy-curr-plan-part-select-cont ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.ace-diy-curr-plan-part-select-cont ul li{
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 15px;
    padding-left: 1.75rem;
    margin-left: 0;
    background-image: url(../img/list-icon.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: left top 0.15rem;
    color: var(--para-color);
}
.ace-diy-curr-plan-part-select-cont ul li:last-child{
    margin-bottom: 0;
}

.ace-diy-curr-plan-part-select-action{
    position: absolute;
    right: 0;
    top: 0;
}
.ace-diy-curr-plan-part-select-action .ace-edit-plan-icon{
    position: relative;
    /*width: 28px;*/
    display: block;
    /*border-radius: 50%;*/
    overflow: hidden;
}
/*.ace-diy-curr-plan-part-select-action .ace-edit-plan-icon:after{
    content: '';
    display: block;
    padding-bottom: 100%;
    border-radius: 50%;
    background-color: var(--green-color);
}*/
.ace-diy-curr-plan-part-select-action .ace-edit-plan-icon .edit-icon{
    /*width: 13px;
    margin-right: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
}

/*Step 3 css ends*/



/* Step 5 css starts */
.otp-num-stat-lbl{
    font-size: 85%;
    color: var(--blue-color);
}
.otp-num-stat-lbl.veri{
    color: var(--green-color);
}

.ace-diy-otp-num-field-elem{
    position: relative;
}

.ace-diy-otp-num-edit-part{
    /*position: absolute;*/
    /*height: 100%;*/
    /*left: 27%;*/
    /*width: 73%;*/
}
.ace-diy-otp-num-edit-part span{
    position: absolute;
    z-index: 1;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 2rem;
    background-size: auto 1rem;
    cursor: pointer;
}
.ace-diy-otp-num-edit-elem{
    background-image: url('../img/edit-num.svg');
    left: 27%;
}
.ace-diy-otp-num-edit-confirm-elem{
    background-image: url('../img/confirm-num.svg');
    right: 2.5rem;
}
.ace-diy-otp-num-edit-cancel-elem{
    background-image: url('../img/cancel-num.svg');
    right: 0.5rem;
}

.ace-diy-otp-verify-link{
    font-weight: 500;
    font-size: 85%;
    cursor: pointer;
    background-color: var(--green-color);
    color: #fff;
    border: 1px solid var(--green-color);
    padding: 0.5rem 1.5rem;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: var(--ff-pops);
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.otp-verified-done {
    position: absolute;
    right: 1rem;
    margin-right: 0;
    bottom: 1rem;
}
.ace-diy-otp-verify-part{
    background-color: var(--light-color);
    padding: 1rem;
    transition: all 0.3s;
    /* opacity: 0;
    visibility: hidden; */
}

/* .ace-diy-otp-verify-part.otp-verify{
    opacity: 1;
    visibility: visible;
} */

.ace-diy-otp-verify-part .user-otp-form-field{
    padding-top: 0;
}

.ace-diy-otp-verify-fields-elem{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
}

.ace-diy-otp-verify-fields-elem .user-otp-form-field-cont{
    flex-basis: 60%;
    max-width: 60%;
}
.ace-diy-otp-verify-fields-elem .user-otp-form-field-cont .ace-diy-form-field{
    padding: 0.5rem 0.5rem;
    font-size: 1.25rem;
    background-color: #fff;
    color: var(--green-color);
}
.ace-diy-otp-verify-fields-elem .user-otp-form-field-cont .ace-diy-form-field:focus,
.ace-diy-otp-verify-fields-elem .user-otp-form-field-cont .ace-diy-form-field:active{
    border-color: var(--green-color);
}

.ace-diy-otp-verify-fields-elem .ace-diy-otp-verify-field-action{
    /* flex-basis: 40%; */
    /* max-width: 40%; */
    align-self: center;
}

.ace-diy-otp-verify-fields-elem .ace-diy-otp-verify-field-action button{
    margin-top: 0;
    font-size: 85%;
    padding: 0.5rem 2rem;
}

.ace-diy-checkout-plan-togg-part{
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid var(--blue-color);
}
.ace-diy-checkout-plan-togg-elem{}
.ace-diy-checkout-plan-togg{}
.ace-diy-checkout-plan-togg{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ace-diy-checkout-plan-togg p{
    text-align: center;
    padding-left: 50%;
}

.ace-diy-checkout-plan-togg span.switcher {
    position: relative;
    width: 100%;
    border-radius: 25px;
    margin: 5px 0;
}

.ace-diy-checkout-plan-togg span.switcher input {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 100%;
    padding: 1.75rem 0;
    height: auto;
    /*border-radius: 25px;*/
    /*background-color: #1E1E1E;*/
    outline: none;
}

.ace-diy-checkout-plan-togg span.switcher input:before,
.ace-diy-checkout-plan-togg span.switcher input:after {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*color: #FFFFFF;*/
    font-weight: 600;
}

.ace-diy-checkout-plan-togg span.switcher input:before {
    content: 'Monthly';
    left: 18%;
    /*top: 50%; */
}

.ace-diy-checkout-plan-togg span.switcher input:after {
    content: 'Annual';
    right: 18%;
    /*top: 50%; */
    
}

.ace-diy-checkout-plan-togg span.switcher label {
    z-index: 1;
    position: absolute;
    top: 5px;
    bottom: 5px;
    border-radius: 20px;
}

.ace-diy-checkout-plan-togg span.switcher.switcher-1 input {
    transition: .25s -.1s;
}

.ace-diy-checkout-plan-togg span.switcher.switcher-1 input:checked {
    background-color: #fff;
    border: 1px solid var(--blue-color);
    border-radius: 30px; 
}
.ace-diy-checkout-plan-togg span.switcher.switcher-1 input:checked:before {
    color: var(--blue-color);
    transition: color .25s .05s;
}

.ace-diy-checkout-plan-togg span.switcher.switcher-1 input:checked:after {
    color: #9097b1;
    transition: color .5s;
}

.ace-diy-checkout-plan-togg span.switcher.switcher-1 input:checked + label {
    left: 5px;
    right: 50%;
    background: #dce3ff;
    color: #FFF !important; 
    transition: left .25s, right .25s .05s;
    border-radius: 30px; 
}

.ace-diy-checkout-plan-togg span.switcher.switcher-1 input:not(:checked) {
    background: #fff;
    transition: background .5s -.1s;
    border: 1px solid var(--blue-color);
    border-radius: 35px; 
}

.ace-diy-checkout-plan-togg span.switcher.switcher-1 input:not(:checked):before {
    color: #9097b1;
    transition: color .5s;
}

.ace-diy-checkout-plan-togg span.switcher.switcher-1 input:not(:checked):after {
    color: var(--blue-color);
    transition: color .25s .05s;
}

.ace-diy-checkout-plan-togg span.switcher.switcher-1 input:not(:checked) + label {
    left: 50%;
    right: 5px;
    background: #dce3ff;
    transition: left .25s .05s, right .25s, background .25s -.1s;
    color: #FFF;
    border-radius: 30px;
}
/* Step 5 css ends */

/* Thank you page css starts */
.ace-diy-get-in-touch-cont-sec{}

.ace-diy-get-in-touch-cont-sec .ace-diy-git-box {
    text-align: center;
    margin: auto;
    /*background-color: #f6f9ff;*/
    /*border: 1px solid #9e9e9e;*/
    padding: 2.5rem 2rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.ace-diy-get-in-touch-cont-sec .ace-diy-git-img{
    position: relative;
    max-width: 9rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    border-radius: 50%;
    overflow: hidden;
    /*border: 2px solid var(--blue-color);*/
    box-shadow: 0 15px 30px rgb(45 91 231 / 10%);
}
.ace-diy-get-in-touch-cont-sec .ace-diy-git-img:after{
    content: '';
    display: block;
    padding-bottom: 100%;
    border-radius: 50%;
}
.ace-diy-get-in-touch-cont-sec .ace-diy-git-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    max-width: 5rem;
}
/* Thank you page css ends */

/* Ashish CSS */
/* .ace-content, .ace-diy-step-count-elem {
    zoom: 0.75;
} */
.ace-diy-cont-left {
    
    height: 100%;
}


.form-control:disabled, .form-control[readonly] {
    background-color: var(--light-color);
    cursor: default;
}
.ace-tooltip {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}
.ace-tooltip:hover:after{
    content: attr(title);
    background: #cbd8ff;
    color: var(--primary-color);
    padding: 10px;
    width: 13.5rem;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    z-index: 10;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}
.ace-tooltip:hover:before{
    border: solid;
    z-index: 10;
    border-color: #cbd8ff transparent;
    border-width: 0 10px 10px 10px;
    content: "";
    left: 0;
    bottom: -12px;
    position: absolute;
}
.row > .ace-diy-form-field-elem, .row + .ace-diy-form-field-elem {
    margin-top: 1rem;
}
.ace-diy-step3-head {
    margin-bottom: 2rem;
}
.ace-diy-right-include {
    margin-top: 2rem;
}
.edit-icon {width: 20px; margin-right: 10px;}
.edit-icon + span{
    vertical-align: middle;
}
.ace-diy-right-include-list > li {
    margin-top: 10px;
}
.ace-diy-plan-type {
    display: flex;
    justify-content: space-between;
    padding: 2.5rem 0 2rem;
    border-top: 2px solid #b6b6b6;
}
.ace-diy-plan-type > div {
    width: calc(50% - 1rem);
    text-align: left;
    padding-left: 0;
}
.ace-diy-plan-type .custom-control-label {
    width: 100%;
    font-size: 1rem;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #9e9e9e;
    padding: 1rem 0.75rem;
    line-height: 0;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}
.ace-diy-plan-type .custom-control-label::before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.ace-diy-plan-type .custom-control-label::after {
    left: 0.75rem;
    top: 1rem;
}
.ace-diy-plan-type .custom-radio .custom-control-input:checked~.custom-control-label {
    background-color: var(--dark-b-color);
    color: #fff;
    border-color: var(--blue-color);
}
.ace-diy-plan-type .custom-control-input:checked~.custom-control-label::before {
    border-color: #fff;
    background-color: var(--dark-b-color);
}
.ace-diy-annual-save {
    font-size: 1rem;
    width: 100%;
    padding: 0.75rem 1rem;
    color: var(--blue-color);
    background-color: #d9e3ff;
    border-color: #d9e3ff;
    margin: 1rem 0;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.ace-diy-plan-info ul > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
.edit-icon2 {
    width: 20px;
    margin-left: 10px;
}
.ace-diy-plan-info ul > li:first-child {
    padding: 0;
}
.ace-diy-plan-info ul > li:nth-child(3) {
    border-top: 2px solid #b6b6b6;
    border-bottom: 2px solid #b6b6b6;
}
.ace-diy-plan-info ul > li:last-child {
    border-bottom: 2px solid #b6b6b6;
    padding-bottom: 0;
}
.ace-diy-secure-elem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.secure-icon {
    height: 35px;
    margin-right: 0.5rem;
    vertical-align: middle;
}
.pay-cards {
    height: 25px;
}
.ace-diy-modal .modal-content {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.ace-diy-modal .modal-body {
    padding: 0.5rem 1rem;
}
.ace-diy-modal .close {
    font-size: 1.75rem;
    font-weight: 300;
    outline: none;
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: -1rem;
    top: -1rem;
    background: var(--blue-color);
    border-radius: 50%;
    color: #fff;
    opacity: 1!important;
}
.ace-card-detail-elem {
    text-align: center;
    padding: 2rem 1.5rem 1.5rem;
}
.ace-card-img {
    margin-bottom: 1.5rem;
}
.ace-card-img > img {
    height: 80px;
}

.ace-card-detail-elem p{
    margin-top: 15px; 
}

.ace-card-detail-elem p {
    font-size: 14px;
    line-height: 20px;
}
.ace-card-detail-elem .col-form-label {
    text-align: left;
    display: block;
}

.ace-diy-email-box {
    text-align: center;
    max-width: 600px;
    margin: auto;
    background-color: #f6f9ff;
    border: 1px solid #9e9e9e;
    padding: 2.5rem 2rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.email-img {
    margin-bottom: 1.5rem;
}
.email-img > img {
    height: 100px;
}
.ace-diy-email-voucher {
    background-color: #D9E3FF;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%239E9E9EFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    margin-bottom: 1rem;
    text-align: left;
    /* border: 2px dashed #9e9e9e; */
    padding: 1.5rem;
    /* background-color: #d9e3ff; */
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.ace-diy-email-voucher p {
    font-size: 13px;
}
.ace-diy-email-voucher ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.ace-diy-email-voucher ul > li {
    flex: 1;
    text-transform: uppercase;
}
.ace-diy-email-voucher ul > li span {
    font-size: 13px;
}
.ace-diy-email-box .ace-btn-second-outline-alt {
    min-width: 180px;
}
.m-call, .m-chat, .ace-diy-m-progress {
    display: none;
}

.ace-diy-btn-actions .ace-diy-btn-next.disabled,
.ace-diy-btn-actions .ace-diy-btn-back.disabled,
.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Circle Progress */
.progress {
    width: 60px;
    height: 60px;
    line-height: 1;
    background: none;
    margin-right: 1rem;
    box-shadow: none;
    position: relative;
  }
  .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #cdd3e1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .progress .progress-left {
    left: 0;
  }
  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: var(--blue-color);
  }
  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  .progress .progress-right {
    right: 0;
  }
  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  .progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 700;
  }

  .progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-20 0.5s linear forwards;
  }
  .progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
  }

  .progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-40 0.5s linear forwards;
  }
  .progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
  }
  
  .progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
  }
  .progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-60 0.5s linear forwards 0.5s;
  }

  .progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
  }
  .progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-80 0.5s linear forwards 0.5s;
  }

  .progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
  }
  .progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-50 0.5s linear forwards 0.5s;
  }

  @keyframes loading-20 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(72deg);
      transform: rotate(72deg);
    }
  }
  @keyframes loading-40 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(144deg);
      transform: rotate(144deg);
    }
  }
  @keyframes loading-50 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }
  @keyframes loading-60 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(36deg);
      transform: rotate(36deg);
    }
  }
  @keyframes loading-80 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(108deg);
      transform: rotate(108deg);
    }
  }
  
/* Custom Scrollbar */
::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}

::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: var(--blue-color);
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}


/* .firstStepBasic{ padding: 60px 90px 80px 90px; width: 75%; margin: auto; max-width: 100%;  } */

/* Custom Input Range CSS */
  

.showMobileFeatures{ display: none; }

.rowEditPlan{ height: auto; }

@media screen and (max-width: 768px){
    
     .stepOneNamePhone .ace-diy-form-field-elem:first-child{ margin-right: 0px; }
    
    .stepOneNamePhone{ flex-direction: column; margin-bottom: 0; }
   .showMobileFeatures{ display: block; color: #01C46B; font-weight: bold; text-decoration: underline; }
    
    .monthAnnualPlan span.switcher input{ height: 60px; }
    
    .planAmountPeriod{
        border-bottom: 2px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 25px;
        
    }
    .monthAnnualPlan span.switcher input:before{ top: 28px; }
    .monthAnnualPlan span.switcher input:after{ top: 28px; }
    
    .planDiv-main{ padding: 5px 15px 20px 15px; background-color: #FFF; margin: 20px 10px;  border-radius: 10px;     }
    .headingSaveUpto { font-size: 15px; }
    .monthAnnualPlan span.switcher{ margin: 5px 0px; }
    /* .firstStepBasic{ width: 100%; } */
    /* .ace-diy-basic-user-form-part{ border: none; } */
    /* .selectNumberTextBelow{ width: 100%; } */
    /* .welcomeStepTwo{ width: 100%; } */
    
    /*#editPlanSection{ padding: 0px 10px 40px 10px; width: 95%;  }*/
    
    /* .rowEditPlan{ padding: 20px 0px 10px 0px; border: none;  } */
    /* .premiumPlanSelected{ border:none; margin-top: 30px;  } */
    
    /* .premiumPlanSelected{ box-shadow: none; } */
    /* .selectPlanLink{ border-bottom: none; } */
    .monthAnnualPlan{ justify-content: center; }
    .headingSaveUpto{ text-align: center; }
    /* .yourPlanDetails{ font-size: 20px; } */
    .headingBlueText{ text-align: left; }
    .planAmountPeriod{ display: flex; align-items: baseline; }
    .amountPlanDetail{ margin-right: 10px; }
    
    .rowEditPlan{ height: 60vh; overflow-y: scroll; background-color: #f3f6fe; border-radius: 0px;   }
    /*.closeEditPlan{ right: 0px; margin-bottom: 0px; top: 20px; z-index: 9;   }*/
    .headingEditPlan{ margin-bottom: 10px; }
    .most-pupolar-tg{ text-align: right; }
    .headingSaveUpto{ bottom: 0px; }
}

@media screen and (min-width: 1200px) and (max-width: 1600px){
   
    /*#editPlanSection{ width: 75vw; padding: 10px;  }*/
    /* .planDivDetails{ height: 150px; overflow-y: scroll; } */
    /* .planPeriod{ margin-top: 0px; } */
    /*.closeEditPlan{ right: 0px; }*/
    /* .selectPlanLink{ margin-top: 2px; } */
    /* .rowEditPlan{ padding:  25px 10px 10px 10px; border: none;} */
    /* .selectPlanLink a{ padding: 10px; } */
    /* .selectPlanLink{ padding-top: 10px; padding-bottom: 10px; } */
    .blankSpace{ margin-top: 0px; }
    .headingBlueText{ margin-top: 10px; }
    .amountPlanDetail{ margin-bottom: -5px; }
    /* .firstStepBasic{ padding: 30px 80px 40px 80px; } */
 
    .ace-btn-second-outline-alt, .ace-btn-outline{ margin-top: 0.5rem; }
    .ace-diy-curr-plan-part-select-action{ margin-top: 15px; }
    /* .tabSavePlans{    display: flex; justify-content: center; align-items: center;} */
    /* .headingSaveUpto{ bottom: 2px; margin-right: 20px; } */
}