html{
    scroll-behavior: smooth;
}
.pop-content {
  /* margin-top: calc(100% - (95%)) !important; */
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  padding: 0 8px !important;
  box-sizing: border-box;
  margin: 0 !important;
}
.pop-container {
  max-width: 550px !important;
}
.section7 {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff;
    position:relative;
}
.s7_star_text {
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.star2 {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0 0;
    width: 100px;
}
.common__heading {
    float: left;
    width: 100%;
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
}
.showTab, .showMob {
    display: none;
}
.s7_package_text {
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 34px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}
.package_box {
    float: left;
    width: 100%;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.package__card_row {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.package__card_head {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.package__card_head:before, .package__card_head:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 100px;
    height: 1px;
    background: #bdbdbd;
    margin: -2px 15px 0 0;
}
.package__card_head:after {
    margin: -2px 0 0 15px;
}
.cards_list {
    float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
}
.cards_list li {
    width: auto;
}
.cards_list li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.package {
    float: left;
    width: 32%;
    position: relative;
}
.package.left {
    order: 1;
}
.package.mid {
    order: 2;
    position: relative;
}
.package.right {
    order: 3;
}
.package_item {
    width: 100%;
    float: left;
    border: 4px solid #e7e7e7;
    border-radius: 15px;
    padding: 35px 10px 25px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.pakge_heading {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}
.pakge_prod_box {
    float: left;
    width: 100%;
    margin: 45px 0;
    position: relative;
}
.pakge_prod {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.pakge_seal {
    position: absolute;
    right: 0;
    top: -15%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f6ff00;
    box-shadow: 5px 3px 5px 1px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    padding: 17px 10px;
}
.package.left .pakge_seal {
    right: 15%;
    top: -15%;
}
.pakge_price {
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    color: #644fb8;
    font-weight: bold;
}
.pakge_price span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
    position: relative;
    color: #8c8c8c;
    font-size: 23px;
    font-weight: normal;
}
.pakge_price span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    content: "";
    border-top: 2px solid #ff0000;
    transform: rotate(-12deg);
}
.cta-btn {
    display: none;
    padding: 0;
    background: #04bf7a;
    margin: 5px auto 0;
    position: relative;
    border: none;
    box-shadow: none;
    top: 5px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
}
.cta-btn img {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 2px 0 0;
    width: 12px;
}
.checkoutBtn {
    float: left;
    width: 100%;
    background: #04bf7a;
    color: #FFF;
    display: block;
    padding: 16px 0;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    margin: 15px 0 0 0;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.popupBtn {
    float: left;
    width: 100%;
    margin-top: 12px;
}
a.pakge_btn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    background: #ffc439;
    text-align: center;
    margin-top: 5px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 17px 5px;
}
a.pakge_btn img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 100px;
    max-width: 100%;
    margin-left: 10px;
}
.pakge_seal_free {
    position: absolute;
    right: 0;
    top: -15%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f6ff00;
    box-shadow: 5px 3px 5px 1px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    line-height: 37px;
    color: #000;
    font-weight: bold;
    padding: 17px 10px;
}
.pakge_popular {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 200px;
    padding: 10px 25px 7px;
    background: #ff0000;
    border-radius: 50px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* .package_item.active {
  border: 4px solid #04bf7a;
  transition: all ease 0.3s;
}
.package_item:hover {
  border: 4px solid #04bf7a;
  transition: all ease 0.3s;
} */
.package.active, .package_item.active, .package_item:hover {
  border: 4px solid #04bf7a;
  transition: .3s;
  background: #fdffc7;
}
.stripe_logo {
  width: 100px;
}
h3.nw-txt {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  /* color: #079f38; */
  color: #003085;
  text-align: left;
  margin-bottom: 0;
}
.lftarw {
  display: none;
}
.rgtofferbx-hd {
  background: #e2e2e2;
  padding: 5px 10px 5px 5px;
  position: relative;
}
.offbxtxt-box {
  font-size: 15px;
  line-height: 24px;
  color: #2f2f2f;
  text-align: left;
  /* padding: 10px 2px; */
  padding: 10px 2px 0;
}
.slt-box {
  font-size: 18px;
  border: 1px solid #d6d5cc;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  width: 100%;
}
.panel-img {
  display: block;
  background-color: transparent;
  overflow: hidden;
}
.sdcard-icon {
  width: 27%;
  margin-right: 8px;
  float: left;
}
p.np-txt-nw {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #5e5e5e;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.4;
  width: 70%;
  float: left;
}
.pbtn_img {
  width: 70%;
  margin: 10px 0 0 0;
}
a.pop-edit {
  margin-top: 0;
}
.pop-content {
  padding: 0 0;
  margin-top: 0;
}






@media only screen and (max-width: 1200px) {
  .pakge_heading {
    font-size: 26px;
    line-height: 32px;
  }
  .common__heading {
    font-size: 44px;
    line-height: 52px;
  }
  .package_box {
    padding: 0 0px;
  }
}

@media only screen and (max-width: 1023px) {
  .s7_star_text {
    font-size: 20px;
  }
  .common__heading {
    font-size: 34px;
    line-height: 42px;
  }
  .s7_package_text {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
  }
  .package_box {
    margin-top: 45px;
  }
  .package_item.active {
    border-width: 3px;
  }
  .pakge_popular {
    top: -16px;
    max-width: 160px;
    padding: 10px 15px 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .pakge_heading {
    font-size: 20px;
    line-height: 24px;
  }
  .pakge_prod_box {
    margin: 35px 0 25px;
  }
   .pakge_price {
    font-size: 26px;
    line-height: 30px;
  }
   .pakge_price span {
    margin: -6px 4px 0 0;
    font-size: 20px;
  }
   .checkoutBtn {
    padding: 14px 0;
    font-size: 16px;
  }
  .package_box a.pakge_btn {
    font-size: 14px;
    line-height: 15px;
    padding: 22px 5px;
  }
   .package_box a.pakge_btn img {
    width: 70px;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .s7_star_text {
    font-size: 16px;
    line-height: 24px;
  }
  .common__heading {
    font-size: 26px;
    line-height: 34px;
  }
   .s7_package_text {
    font-size: 20px;
    line-height: 26px;
  }
   .package_box {
    margin-top: 35px;
    row-gap: 20px;
  }
  .package.left {
    order: 2;
  }
  .package.mid {
    order: 1;
  }
  .package.right {
    order: 3;
  }
   .package {
    width: 100%;
  }
   .package.mid .package_item {
    padding: 30px 10px 15px;
  }
  .pakge_heading {
    font-size: 24px;
    line-height: 28px;
    display: flex;
    text-align: center;
    justify-content: center;
  }
   .pakge_prod_box {
    width: 40%;
    margin: 20px 0 10px;
  }
  .pakge_seal_free {
    right: auto;
    left: -5px;
    top: -15px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 42px;
    padding: 0;
  }
   .pakge_price {
    font-size: 24px;
    line-height: 26px;
    width: 60%;
    margin-top: 20px;
  }
   .pakge_price span {
    margin: -4px 4px 0 0;
    font-size: 16px;
  }
  .cta-btn {
    display: block;
  }
  .hideMob {
    display: none;
  }
   .showMob {
    display: block;
  }
  .cards_list {
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
   .cards_list li {
    width: 16%;
  }
  .pay_other {
    float: left;
    width: 100%;
    margin: 15px 0 0px;
    font-size: 16px;
    line-height: 16px;
  }
   .package__card_head {
    font-size: 18px;
  }
  .pakge_seal, .package.left .pakge_seal {
    right: auto;
    left: 0;
    font-size: 12px;
    width: 40px;
    height: 40px;
    top: 0;
    line-height: 1;
    padding: 10px;
  }
}
@media only screen and (max-width:576px) {
  .pakge_heading {
    font-size: 20px;
    line-height: 22px;
  }
  .package.mid .package_item {
    padding: 10px 5px 10px;
  }
  .package_item {
    padding: 10px 10px 10px;
  }
  .pay_other {
    margin: 5px 0 0px 0;
  }
  .popupBtn {
    margin-top: 0;
  }
  .package__card_head:before, .package__card_head:after {
    display:none;
  }
  .pakge_popular {
    top: -26px;
  }
  .pakge_price {
    margin-top: 5px;
  }
  .pakge_prod_box {
    margin:5px 0 10px;
  }
  .package_box {
    row-gap: 5px;
  }
  .checkoutBtn {
    margin: 10px 0 0 0;
  }
}