html {
  scroll-behavior: smooth;
}
.mincardTab {
  display: none;
}
.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: 400;
  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_itemImg_box .free {
  position: absolute;
  right: 0;
  top: 25%;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .topStrip {
    margin: 49px 0 0 0;
  }
  .logo-sec {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    /* top: 30px; */
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    padding: 0 15px;
    z-index: 9999;
  }
  .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: 49px;
  }
  .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 !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .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 !important;
    vertical-align: top !important;
    font-size: 14px !important;
    color: #019cde !important;
    border-bottom: 2px dashed #019cde;
    margin: 0 0 5px;
    font-weight: 600;
  }
  .prod-prc-txt {
    float: left;
    width: 100%;
    color: #2f2f2f !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    margin: 0;
  }
  .prodnm-rgt {
    float: right;
    width: 40%;
    text-align: right;
    margin-top: 5px;
  }
  .rgt-prc {
    color: #000 !important;
    font-size: 14px !important;
    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 !important;
    font-size: 14px !important;
    margin: 0;
  }
  .smry-price1 span {
    float: right;
    color: #000;
    font-weight: 500;
  }
  .smry-price2 {
    float: left;
    width: 100%;
    text-align: left;
    color: #626262 !important;
    font-size: 14px !important;
    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;
    text-align: center;
  }
  .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;
  }
  .package__card_row {
    margin-top: 25px;
  }
  .package__card_head {
    font-size: 18px;
  }
  .package__card_head:before,
  .package__card_head:after {
    display: none;
  }
  .cards_list {
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .cards_list li {
    width: 16%;
  }
  .cards_list li img {
    height: auto;
  }
  .order_pack img {
    max-width: 100%;
  }
  .package_itemImg_box .free {
    top: 0;
  }
  .package_item {
    padding: 10px 10px !important;
  }
  .moboBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pakge_prod_box {
    margin: 0;
    width: 50%;
  }
  .pakge_price span {
    color: #b8b8b8;
    display: block;
  }
  .pakge_price {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
  }
  .pkg_price_box {
    padding-bottom: 0px;
  }
  .pakge_seal_free {
    right: -10px;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .checkoutBtn {
    padding: 0;
    font-size: 1rem;
    display: block;
    border-radius: 10px;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .package {
    margin: 0 20px 10px 20px;
  }
  .pakge_heading {
    font-size: 20px;
  }
  .pakge_popular {
    top: -25px;
    width: 150px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .payment_btn_group {
    display: block;
  }
  .pay_card {
    font-size: 14px;
    padding: 10px 0;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 576px) {
  .package_itemImg_box {
    width: 50%;
    position: relative;
  }
  .price_content {
    width: 50%;
    margin-top: -20px;
  }
  .package_item_text {
    margin: 0 0 10px;
  }
  .order_pack img {
    max-width: 90%;
  }
  .order_section h2 {
    margin-bottom: 0;
  }
}
