@font-face {
  font-family: "Outfit";
  src: url("Outfit-SemiBold.woff2") format("woff2"),
    url("Outfit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("Outfit-Bold.woff2") format("woff2"),
    url("Outfit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("Outfit-ExtraBold.woff2") format("woff2"),
    url("Outfit-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("Outfit-Regular.woff2") format("woff2"),
    url("Outfit-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.white {
  color: #fff !important;
}
.section_new {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
}
.star--8 {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
  width: 100px;
}
.s8_star_text {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  /* font-family: "Outfit", sans-serif; */
}
.common_heading {
  font-size: 50px;
  line-height: 62px;
  color: #000;
  font-weight: 800;
  /* font-family: 'Outfit'; */
}
.s8_package_text {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 30px;
  /* font-family: "Outfit", sans-serif; */
}
.package_box {
  float: left;
  width: 100%;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.popupBtn_mob {
  display: none;
}
.package {
  float: left;
  width: 32%;
  position: relative;
  border: none;
  padding: 0;
}
.package.left {
  order: 1;
}
.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 {
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  /* font-family: "Outfit", sans-serif; */
}
.pakge_prod_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 20px 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: 23%;
  top: -5%;
}
.checkoutBtn {
  float: left;
  width: 100%;
  background: #04bf7a;
  color: #fff;
  display: block;
  padding: 16px 0;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 7px;
  margin: 15px 0 0 0;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-family: "Outfit";
  -webkit-box-shadow: 0 5px 2px 0 #b5b1ae;
  box-shadow: 0 5px 2px 0 #b5b1ae;
}
.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: 5px;
  cursor: pointer;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  padding: 18px 5px 17px;
}
a.pakge_btn img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 100px !important;
  max-width: 100%;
  margin-left: 10px;
  border-radius: 0 !important;
}
.package.mid {
  order: 2;
  position: relative;
}
.package_item.active {
  border-color: #04bf7a;
  transition: all ease 0.3s;
  background: #fdffc7;
}
.package:hover {
  border: none;
  transition: all ease 0.3s;
}
.pakge_popular {
  position: absolute;
  left: 50% !important;
  top: -20px !important;
  transform: translateX(-50%);
  width: 100% !important;
  max-width: 200px;
  padding: 8px 25px 9px !important;
  background: #ff0000;
  border-radius: 50px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.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;
  /* font-family: "Outfit", sans-serif; */
}
.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;
}
.pakge_price {
  float: left;
  width: 100%;
  font-size: 36px;
  line-height: 36px;
  color: #04bf7a;
  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);
}
.pakge_shipping {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  /* font-family: "Outfit", sans-serif; */
}
.cta-btn {
  display: none;
  padding: 0;
  background: #1ac585;
  margin: 5px auto 7px;
  position: relative;
  border: none;
  box-shadow: none;
  top: 5px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
}
.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;
}
.package.right {
  order: 3;
}
.package_item:hover {
  border: 4px solid #04bf7a;
  transition: all ease 0.3s;
}
.package_item.active {
  border: 4px solid #04bf7a;
  transition: all ease 0.3s;
  background: #fdffc7;
}
.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%;
}
.mincardTab {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .package_box {
    padding: 0 !important;
  }
  .common_heading {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1021px) {
  .common_heading {
    font-size: 32px;
    line-height: 42px;
  }
  .s8_star_text {
    font-size: 20px;
  }
  .s8_star_text {
    font-size: 20px;
  }
  .s8_package_text {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
  }
  .package_box {
    margin-top: 45px;
  }
  .pakge_popular {
    top: -16px;
    max-width: 160px;
    padding: 10px 15px 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .package_item {
    border-width: 3px;
    border-radius: 12px;
    padding: 30px 10px 15px;
  }
  .package.left .pakge_seal {
    right: 6%;
  }
  .package_item.active {
    border-width: 3px;
  }
  .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;
  }
  .pakge_price span:after {
    top: 16px;
  }
  .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 !important;
    margin-left: 5px;
  }
  .package__card_row {
    margin-top: 30px;
  }
  .package__card_head {
    font-size: 20px;
  }
  .cards_list {
    margin-top: 15px;
  }
  .popupBtn_mob {
    display: none;
  }
  .section_new {
    padding: 50px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .common_heading {
    font-size: 27px;
    line-height: 33px;
  }
  .s8_star_text {
    font-size: 16px;
    line-height: 24px;
  }
  .star2 {
    width: 80px;
  }
  .s8_package_text {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
  }
  .package_box {
    margin-top: 0;
    float: none;
    vertical-align: top;
    max-width: 100%;
  }
  .package {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .package.left {
    order: 2;
  }
  .package.mid {
    order: 1;
    margin-top: 0px;
  }
  .package.right {
    order: 3;
  }
  .pakge_heading {
    font-size: 20px;
    line-height: 24px;
  }
  .pakge_heading span {
    display: inline-block;
  }
  .package_item {
    padding: 5px 7px;
  }
  .package.mid .package_item {
    padding: 10px 10px 10px;
  }
  .pakge_prod_box {
    width: 40%;
    margin: 10px 0 10px;
  }
  .pakge_seal_free {
    right: 0;
    left: auto;
    top: -15px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 42px;
    padding: 0;
  }
  .pakge_seal {
    right: auto;
    left: -5px;
    top: -15px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 0;
  }
  .package.left .pakge_seal {
    right: auto;
    top: -10px;
    left: 15px;
  }
  .pakge_price {
    font-size: 22px;
    line-height: 24px;
    margin-top: 10px;
    font-family: "Outfit", sans-serif;
  }
  .pakge_price span {
    margin: -4px 4px 0 0;
    font-size: 14px;
  }
  .pakge_price span:after {
    top: 8px;
    width: auto;
    left: 50px;
    right: 50px;
    transform: rotate(349deg);
  }
  .cta-btn {
    display: block;
  }
  .popupBtn_mob {
    float: left;
    width: 100%;
    margin-top: 0px;
  }
  .checkoutBtn {
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0px;
    box-shadow: none;
  }
  .pay_other {
    float: left;
    width: 100%;
    margin: 15px 0 0px;
    font-size: 16px;
    line-height: 16px;
  }
  .pkg_price_box {
    float: right;
    width: 50%;
  }
  .pakge_shipping {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
  }
  .pakge_popular {
    top: 10px !important;
    font-size: 13px !important;
    width: 250px !important;
    left: 17%;
    letter-spacing: 0 !important;
    font-weight: 600;
  }
  .package__card_row {
    margin-top: 15px;
  }
  .package__card_head:before,
  .package__card_head:after {
    display: none;
  }
  .package__card_head {
    font-size: 18px;
  }
  .cards_list {
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .cards_list li {
    width: 16%;
  }
  .hide-mob {
    display: none;
  }
  .popupBtn_mob {
    display: block;
  }
  .pakge_popular {
    top: -20px;
  }
  .section_new {
    padding: 30px 0 35px;
  }
  .pakge_mob_right {
    float: left;
    width: 100%;
  }
  .package.mid .pakge_prod_box {
    margin: 15px 0 0 0;
    width: 50%;
  }
  #ctabtn-mob {
    position: fixed;
    bottom: 0;
    z-index: 9;
  }
  .footer {
    padding: 0 0 100px 0;
  }
  .moboContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px 0 20px;
  }
  .logo {
    float: left;
    margin: 15px 0 0 0 !important;
  }
  .package.left .pakge_seal {
    right: 0;
    top: 0;
    left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0;
  }
  .pakge_seal {
    right: 0;
    left: auto;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*****************/
  .mincardTab {
    display: block;
  }
  .minCart_counter {
    position: relative;
    background: transparent;
    color: #fff;
    cursor: pointer;
    position: relative;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
  }
  .mob-mnu-ic button {
    outline: 0;
    -webkit-appearance: none;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    border: none;
  }
  #mobMenuBtn i {
    font-size: 30px;
    color: #ac6432;
  }
  .minCart_counter span {
    position: absolute;
    top: -5px;
    color: #fff;
    font-size: 14px;
    right: -10px;
    background: #ff6d00;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border: 1px solid #04265e;
    margin: 0;
  }
  .minCardMenu {
    position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0;
    right: 0;
    padding: 10px;
    height: 100vh;
    top: 60px;
    /* border-top: 1px solid #0000003b; */
  }
  .pop-innerbox {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #bcbcbc;
    border-radius: 15px;
    padding: 10px;
  }
  .prod-details-box {
    float: left;
    width: 100%;
  }
  .sumry-header {
    float: left;
    width: 100%;
    background: #e2e2e2;
    padding: 3px 10px;
  }
  .smry-head-txt {
    float: left;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 14px;
    margin: 0;
  }
  .smry-head-txt span {
    float: right;
  }
  .smry-prodname-box {
    float: left;
    width: 100%;
  }
  .prodnm-lft {
    float: left;
    width: 50%;
    text-align: left;
  }
  .prod-nm {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #019cde;
    border-bottom: 2px dashed #019cde;
    margin: 0 0 5px;
  }
  .prod-prc-txt {
    float: left;
    width: 100%;
    color: #626262;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0;
  }
  .prodnm-rgt {
    float: right;
    width: 40%;
    text-align: left;
    margin-top: 5px;
  }
  .rgt-prc {
    color: #000;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    text-align: right;
  }
  .sumry-pric-row {
    float: left;
    width: 100%;
    border-top: 2px solid #e6e6e6;
    padding: 5px 0;
  }
  .smry-price1 {
    float: left;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 14px;
    margin: 0;
  }
  .smry-price1 span {
    float: right;
    color: #000;
    font-weight: 500;
  }
  .smry-price2 {
    float: left;
    width: 100%;
    text-align: left;
    color: #626262;
    font-size: 14px;
    margin: 3px 0 0;
  }
  .smry-price2 span {
    float: right;
  }
  .minCart_payBtn {
    width: 100%;
    float: left;
    padding: 20px;
  }
  .minCart_payBtn ul li {
    border-bottom: 1px solid transparent;
  }
  .minCart_payBtn ul li .checkBtn {
    background: #37ae9f;
    display: block;
    padding: 10px 0;
    border-radius: 30px;
    margin: 10px 0 0;
    letter-spacing: 0.6px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
  }
  .minCart_payBtn ul li:last-child {
    padding-top: 20px;
    text-align: center;
  }
  .minCart_payBtn ul li:last-child a {
    color: #009de0;
    font-weight: 600;
    font-size: 16px !important;
  }
}
