  .packages-list {
    display: flex !important;
    gap: 25px !important;
    flex-wrap: wrap;
    
  }
  
  .package-item {
    background-color: #fff !important;
    border-radius: 10px !important;
    padding: 20px !important;
    flex: 1 1 calc(25% - 25px);
     border:1px solid #EDEDED;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; */
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  
  .package-item:hover {
    background-color: #97f5bb !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
    transform: scale(1.05); /* Adjust the scale value as needed */
    transition: transform 0.3s ease; /* Adjust the transition duration as needed */
  }
  
  
  .package-title {
    font-size: 34px !important;
    margin-bottom: 30px !important;
    color: #333 !important;
    font-family: "Roboto", Sans-serif;
    font-weight: 900 !important;
    line-height: 36px !important;
    text-align:center;
  }
    
  
  
  .package-price {
    color: #000000 !important;
    text-decoration: line-through !important;
    background:#97f5bb;
    
    position:absolute;
    border-radius:4px;
    padding:2px 4px;
    border:1px solid #fff;
    right:0;
    top:0;
  
  }
  .package-price del{
    color: #000000 !important;
  }
  .package-content{
    position: relative !important;
  }
  
  .package-discounted-price {
    color: #000 !important;
    margin-bottom: 15px !important;
            font-family: "Roboto", Sans-serif !important;
    font-size: 34px !important;
    font-weight: 600 !important;
  }

  .package-discounted-price.badge {
    background-color: #000 !important;
    color: #fff !important;
    padding: 5px !important;
    border-radius: 10px !important;
    display: inline-block !important;
    width: 100% !important; /* Set width to full */
    text-align: center !important;
    box-sizing: border-box !important; /* Ensure padding is included in the width calculation */
  }
  .package-discounted-price  span{
  font-size:18px !important;
  }
  .package-data {
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
    text-align: left !important; /* Ensure text is left-aligned */
  
  }
  
  .package-data{
    margin:0 !important;
    padding:0 !important;
  }
  .package-data  li{
    margin:0 !important;
    padding:0 !important;
    font-size: 16px;
    font-weight:700;
    color:#000;
  }
  
  .package-data i {
    color: #000 !important;
        text-align: left !important; /* Ensure text is left-aligned */
            font-size: 16px !important;
                font-weight: 700 !important;
    margin-right:5px;
    
            
  }
  
  .package-tagline {
    
    margin-bottom: 20px !important;
    color: #777 !important;
        text-align: center !important; /* Ensure text is left-aligned */
  }
  
  .package-description{
    font-size: 16px !important;
    font-family: inherit;
    font-weight: bold !important;
    line-height: 42px !important;
    margin-bottom:20px;
  }
  
  .package-description .elementor-icon-list-item {
    position: relative;
    padding-left: 22px !important; /* Adjust padding to make space for the checkmark */
     color: #000000 !important; 
  }
  
  .package-description .elementor-icon-list-item::before {
    content: "\f00c"; /* Font Awesome checkmark icon */
    font-family: "Font Awesome 5 Free"; /* Font Awesome font family */
    font-weight: 900; /* Required for solid icons in Font Awesome 5 */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000; /* You can change the color of the checkmark */
    font-size: 16px; /* Adjust the size of the checkmark */
  }
  
  
  .package-link {
    display: inline-block !important;
    color: #000 !important;
    text-decoration: none !important;
    text-align: center !important;
    background-color: #97F5BB !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px !important;
    border-color: #FFFFFF !important;
    border-radius: 100px 100px 100px 100px !important;
    padding: 16px 20px 16px 20px !important;
    font-weight:700 !important;
    
  }
  
  .package-item:hover .package-link {
    background-color: #fff !important;
    color: #000 !important;
  }
  
  @media (max-width: 1200px) {
    .package-item {
        width: calc(33.33% - 20px) !important; /* Three items per row on medium screens */
    }
  }
  
  @media (max-width: 900px) {
    .package-item {
        flex: 1 1 calc(50% - 25px); /* Two columns on tablets */
    }
  }
  
  @media (max-width: 600px) {
     .package-item {
        flex: 1 1 calc(100% - 25px); /* One column on mobile */
    }
  }
  
/*single-package-template.php*/

/*single-package-template.php*/

.subscription-container .row {
    display: flex;
    align-items: center;
    justify-content: unset;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.subscription-container .col-md-10 {
    padding: 10px;
    flex: 0 0 74.333333%;
    max-width: 75% !important;
    margin-top: 80px;
}

.subscription-container .col-md-2 {
    padding: 0px 15px !important;
    flex: 0 0 22.333333%;
    max-width: 23% !important;
}

ul#progressbar li {
    list-style: none;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 13px;
    line-height: 1.23;
    font-weight: 300;
}

ul#progressbar li.active {
    color: #71E6AF;
}

ul#progressbar li .pdot {
    background-color: rgb(248, 248, 248);
    border: 2px solid #71E6AF;
    border-radius: 100%;
    /* display: none; */
    height: 15px;
    transition: background-color 200ms ease-in-out 0s, border-color 200ms ease-in-out 0s;
    width: 15px;
    margin: auto;
    margin-bottom: 5px;
}

ul#progressbar li.active .pdot {
    background-color: #71E6AF;
    border: 2px solid #71E6AF;
    border-radius: 100%;
    height: 15px;
    transition: background-color 200ms ease-in-out 0s, border-color 200ms ease-in-out 0s;
    width: 15px;
    margin: auto;
    margin-bottom: 5px;
}

ul#progressbar li span {
    display: block;
    font-weight: 600;
}

ul#progressbar li:not(:last-child):before {
    content: "";
    position: absolute;
    left: 0px;
    left: 54%;
    width: 100%;
    background: #E6E6E8;
    height: 3px;
    top: 6px;
    z-index: 0;
}

ul#progressbar li.active:not(:last-child):before {
    content: "";
    position: absolute;
    left: 50%;
    width: 100%;
    background: #71E6AF;
    height: 3px;
    top: 6px;
    z-index: 0;
}

ul#progressbar {
    display: flex;
    -webkit-box-pack: justify;
    margin: 50px auto;
    width: 100%;
    justify-content: center;
    position: relative;
}

h2{
    color: #000;
    font-weight: 700;
}

.porting_num_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#porting_number, #porting_date {
    height: 50px;
}

.porting_num_container label {
    display: inline-block;
    width: 49%;
    margin: 20px 0px;
}

.porting_num_container label input {
    width: 100%;
    display: block;
}

.form_data_inc h2 {
    font-size: 40px;
    margin-bottom: 8px !important;
}

.package-cards>div:first-child h2, .number-list h2, .personal-data-form h2, .payment-wrapper h2 {
    /* margin: 15px 0; */
    text-align: center;
    font-family: var(--font-name);
}

.form_data_inc p {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 22px;
    margin: 0px;
    text-align: center;
}

.number_container_box {
    padding-top: 48px;
    width: 70%;
    margin: auto;
}

.number-list .number_container_padding {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
}

.number-list .number_container_padding>div {
    display: flex;
    justify-content: space-around;
    padding: 40px;
    border: 2px solid rgb(230, 230, 232);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 20px;
}

.number-list .number_container_padding>div label {
    margin-top: 17px;
}

.number-list .number_container_padding .new-number-list {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.number_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.number_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.number_container input:checked~.number_checkmark {
    background-color: #1ed891;
}

.number_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.number_container .number_checkmark:after {
    left: 9px;
    top: 3px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.number_container input:checked~.number_checkmark:after {
    display: block;
}

.number_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #0000002e;
    border-radius: 20px;
}

.right_side_box {
    text-align: right;
}

.right_side_box a {
    font-size: 14px;
    color: #000 !important;
    transition: all 250ms ease 0s;
}

.right_side_box a:hover {
    padding-right: 4px;
}

.right_side_box .boxes {
    border: 4px solid #71E6AF;
    border-radius: 15px !important;
    padding: 15px;
    transition: background-color 0.1s ease-in 0s, transform 0.1s ease-in-out 0s;
    display: block;
    text-align: center;
}

.right_side_box .boxes h3 {
    font-size: 2.5em;
    line-height: 64px;
    color: #71E6AF;
}

.right_side_box .boxes p {
    margin: 0px;
    font-size: 24px;
    letter-spacing: -0.4px;
    font-weight: 700;
}

.right_side_box .boxes span {
    font-size: 13px;
    display: block;
    line-height: normal;
    margin-top: 10px;
}

form#msform .step {
    display: none;
}

form#msform .step_active {
    display: block;
}

a.refresh_numbers {
    cursor: pointer;
}

.new-number-list a {
    color: #212121;
    text-align: center;
    display: inline-block;
    width: 30%;
    border: 2px solid rgb(61, 54, 73);
    border-radius: 100px;
    margin: 5px;
    padding: 8px 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.personal-data-form>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: auto;
    margin-top: 30px;
    padding: 40px;
    border: 2px solid rgb(230, 230, 232);
    border-radius: 20px;
    margin-bottom: 50px;
}

.personal-data-form label {
    margin: 20px 0px;
    display: block;
    width: 98%;
}

.personal-data-form>div>label input {
    width: 100%;
}

.loading_main {
    justify-content: center !important;
    align-items: center !important;
}

.bank_loading {
    text-align: center;
}

.ccTnQh {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 100px;
}

.bank_loading button.pd-btn {
    margin: 30px 0px;
}

.back_link a {
    color: #000 !important;
    font-size: 14px;
    text-decoration: underline;
}

.personal-data-form .border_green {
    border: 4px solid #71e6af !important;
    justify-content: center;
}

.verified_sec {
    text-align: center;
}

.verified_sec .text {
    margin-bottom: 50px;
}

.verified_sec span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.verified_sec .text h4 {
    font-weight: 600;
    color: #50dc82;
}

.form_data_inc button, .btn_rj {
    all: unset;
    display: inline-block;
    margin-bottom: 10px;
    max-width: 275px !important;
    min-width: 166px !important;
    padding: 19px 20px !important;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: capitalize;
    line-height: 16px;
    border-radius: 30px 30px 30px 30px;
    background: #71e6af;
    cursor: pointer;
    transition: all .3s;
}

.personal-data-form .half {
    width: 100%;
}

.personal-data-form .half label {
    display: inline-block;
    width: 49%;
}

.personal-data-form .half label span {
    width: 100%;
    display: block;
}

.personal-data-form .half label input {
    width: 100%;
    display: block;
}

form#msform input[type="button"] {
    all: unset;
    max-width: 275px !important;
    min-width: 166px !important;
    padding: 19px 20px !important;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: capitalize;
    line-height: 16px;
    border-radius: 30px 30px 30px 30px;
    background: #71e6af;
    cursor: pointer;
    transition: all 0.3s;
}

.text-center {
    text-align: center !important;
}

.payment-wrapper>div {
    width: 50%;
    margin: 50px auto;
    padding: 40px;
    border: 2px solid rgb(230, 230, 232);
    border-radius: 20px;
}

.payment-wrapper>div>div {
    margin-top: 20px;
    text-align: end;
}

form#msform .hide {
    display: none !important;
}

.swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-center {
    align-items: center;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, .4);
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}

.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

/*single-package-template.php*/




#ecotel_login_i + div {
    color: #333;
    padding-top: 5px;
    text-align: center;
}



/*Flatpickr date-picker*/
.flatpickr-day.selected {
    background: #71e6af;
}

.form_data_inc .btn_rj {
    background: #8de4b5;
    border-radius: 35px;
}