   .plans {
       border: 1px solid #e6e9ee;
        border-radius: 15px;
   }
    .pBox {
        position: relative;
        border-bottom: 1px solid #e6e9ee;
        height: 70px;
        box-sizing: border-box;
        cursor: pointer;
      
  }
  .pBox p:nth-child(1){
        width: 23px;
        height: 23px;
        background: #f4f4f4;
        border-radius: 50%;
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border: 2px solid #c3ccdb;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
  }
  .pBox p:nth-child(2){
      position: absolute;
      left: 45px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 15px;
      margin: 0 ;
      padding: 0;
      font-weight: 600;
      color: #000;
  }
  .pBox p:nth-child(2) span{
      font-weight: 600;
      color: #000;
      align-items: end;
      line-height: 1.1;
      display: flex;
  }
  .pBox p small{
        font-size: 11.5px;
        color: #6b7280;
        font-weight: 500;
  }
  .pBox p:nth-child(3){
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      margin: 0 ;
      padding: 0;
      font-weight: 600;
      color: #000;
      font-size: 15px;
  }
  .pBox p:nth-child(3) span{
        color: #000;
        display: block;
        line-height: 1.1;
  }
  .pBox p:nth-child(3) span:nth-child(3){
   font-size: 17px;
  }
  .pBox p:nth-child(3) span:nth-child(2){
    color: #b4b4b4;
    text-decoration: line-through;
    font-size: 12px;
  }
  .pBoxActive p:nth-child(1){
    background-color: #22345c;
    color: #fff;
    border: 2px solid #22345c;
  }
  .dnone_price{
    display: none;
  }
  .box_form{
    display: block;
  }
  .clearfix{
    content: '';
    display: block;
    clear: both;
  }
  .center{
    text-align: center;
    margin: 35px auto;
  }
  .shipping{
    display: block;
    font-size: 11px;
    font-weight: 600;
  }
  .shippingPrice span{
    font-size: 17px;
  }
  .shippingPrice{
    line-height: 16px;
  }
  .bg_hot {
      background: #000;
      color: #fff;
      padding: 10px!important;
      margin-top: -25px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      text-align: center;
      font-size: 22px;
      margin-bottom: 5px;
      font-weight: bold;
  }
  .red {
      color: red;
      font-size: 22px;
      margin-bottom: 10px;
      font-weight: bold;
  }
  .prices {
      width: 95%;
      max-width: 300px;
      display: table;
      margin: 0 auto;
      text-align: center;
  }
  .prices p {
      margin: 2px auto;
      line-height: 1.4em;
      font-size: 15px;
      font-weight: 600;
  }
  .btn-booknow {
    width: calc(100% - 24px);
    margin: 12px;
    padding: 16px;
    background: var(--gold);
    color: var(--navy);
    box-shadow: 0 6px 14px rgba(245, 179, 1, .35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 14px;
    transition: .15s;
  }
  
  .orderform select[name="billing_province"]{
    width: 91%;
    height: 43px !important;
  }
  .orderform input, .orderform select, #form-index input, #form-index select, textarea, select  {
      height: 30px;
      border: 1px solid #000;
      font-weight: normal;
      font-size: 16px;
      line-height: 12px;
      padding: 3px;
      width: 89%;
      margin: 10px auto;
      display: block;
      resize: none;
  }
  .orderform #shipping_areacode {
      width: 40px !important;
      float: left;
      margin: 0px 13px 0 9px;
      border: 1px solid #000;
  }
  .orderform input[name="billing_phone"] {
      margin-top: 0;
      margin-left: 0;
      height: 35px;
  }
  
  .orderform select[name="mobile_code"] {
      max-width: 15%;
      margin-top: 0;
      margin-left: 0;
      height: 43px;
  }
  .orderform input[name="areacode"] {
      max-width: 10%;
      margin-top: 0;
      margin-left: 0;
      height: 35px;
      text-align: center;
  }
  .pBox span {
      margin-top: 3px;
      color:red;
  }
  .pBox span span{
    color: #000;
  }
  .form-check-input{
      display: flex;
      gap: 10px;
      width: 89%;
      margin: 0 auto;
      justify-content: flex-start;
      align-items: center;
  }
  .form-check-input input{ 
      display: inline-block;
      width: 15px;
      height: 15px;
   }
   .form-check-input span{
    font-size: 13px;
    line-height: 1.1;
    text-align: left;
   }
  .pBox p:nth-child(2) span.flag {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    background: var(--green);
    border-radius: 4px;
    padding: 3px 6px;
    margin-left: 3px;
  }
  .pBox p:nth-child(2) span.flag.best {
        background: #f5b301;
        color: #22345c;
  }
  .btn-booknow:hover{
    background: #e0a200;
  } 
  @media (max-width: 1004px){
  .pBox{
    height: 75px;
  }
  }
  @media (max-width: 450px){
    .form-check-input input {
      width: 30px;
      height: 30px;
    }
    .bg_hot{
      font-size: 15px;
    }
    .shipping{
      font-size: 8px;
    }
    .pBox,.box_form{
      margin: 13px 0px !important;
      font-size: 15px !important;
    }
  }
  @media (max-width: 420px){
    .orderform input[name="billing_phone"] {
      margin-top: 0;
      margin-left: 0;
      height: 35px;
  }
  
  .orderform select[name="mobile_code"] {
      max-width: 17%;
      margin-top: 0;
      margin-left: 0;
      height: 43px;
  }
  .orderform input[name="areacode"] {
      max-width: 15%;
      margin-top: 0;
      margin-left: 0;
      height: 35px;
      text-align: center;
  }
    .pBox span{
      display: block;
      line-height: 1.2;
    }
    .pBox p:nth-child(1){
      left: 5px;
    }
    .pBox{
      height: 66px;
    }
    .pBox p:nth-child(2){
      left: 34px;
    }
  }
  *:focus {
    outline: none !important;
  }
  
/*style -addon - product*/
.addons-box {
    border-top: 1px solid;
    margin-top: 30px;
}
.addon-item {
    display: flex;
    border: 1px solid #b6b2b2;
    background: #f3f1f1;
    height: 70px;
    margin: 0 0 10px 0;
    border-radius: 5px;
}
.addons-box h4 {
    margin-bottom: 5px;
}
.addons-box .addon-item {
    display: flex;
    height: 70px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
}
.addons-box .addon-item img {
    height: 60px;
}
.addons-box .addon-info {
    display: flex;
    flex-direction: column;
}
.addons-box .addon-info strong {
    font-weight: 600;
    color: #000;
    display: block;
    line-height: 1.1;
    font-size: 15px;
}
.addons-box .addon-info p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.addons-box .addon-info p .old {
    color: #b4b4b4;
    text-decoration: line-through;
    font-size: 15px;
}
.addons-box .addon-info p .new {
    font-weight: 600;
    color: #000;
    display: block;
    line-height: 1.1;
    font-size: 15px;
}
.addons-box .addon-btn {
    background: #32b24a;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 5px;
    border-radius: 15px;
    width: 65px;
    height: 28px;
    text-align: center;
    border: none;
    position: absolute;
    right: 60px;
}
.addons-box .addon-summary {
    margin-bottom: 15px;
}
.addons-box .addon-summary p {
    margin: 0;
}
.addons-box .addon-summary p #addons-price, .addons-box .addon-summary p #total-price  {
    margin-left: 5px;
}
.addons-box .addon-summary p #total-price {
    font-size: 18px;
    font-weight: 600;
}
.note-link {
    text-decoration: none;
    font-weight: 700;
    color: blue;
}
@media (max-width:499px) {
    .addons-box .addon-item img {
        height: 50px;
    }
    .addons-box .addon-info strong {
        font-size: 13px;
    }
    .addons-box .addon-btn {
        width: 60px;
        right: 10px;
    }
}