*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}

img{
    max-width: 100%;
}

.pro_cntnr{
    max-width: 640px;
    margin: auto;
    padding: 40px;
    width: 100%;
}

.right_pro_sec button{
    border: 0;
    cursor: pointer;
}
.right_pro_sec{
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.right_pro_sec a{
    text-decoration: none;
    color: #000;
}

  .ttl_pro_slider img {
    width: 100%;
    display: block;
  }
  .first_step_area ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .product_choice_area {
    display: block;
  }
  .product_choice_area h4 {
    
    font-size: 25px;
    margin: 20px 0 15px;
  }
  .product_box_option {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
  }
  .choose_scent {
    -webkit-box-shadow: 0px 0px 8px 3px rgba(231, 232, 235, 1);
    -moz-box-shadow: 0px 0px 8px 3px rgba(231, 232, 235, 1);
    box-shadow: 0 0 8px 3px #e7e8eb;
    padding: 24px 14px;
    border-radius: 8px;
  }
  .product_box_option:nth-of-type(2) {
    margin-top: 20px;
  }
  .product_box_option.active_box {
    -webkit-box-shadow: 0px 0px 8px 3px rgba(231, 232, 235, 1);
    -moz-box-shadow: 0px 0px 8px 3px rgba(231, 232, 235, 1);
    box-shadow: 0 0 8px 3px #e7e8eb;
  }
  .first_step_area a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .first_step_area ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: auto;
    justify-content: center;
  }
  .first_step_area ul li {
    margin: 0 11px;
    width: 225px;
    height: 205px;
    position: relative;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
  }
  .first_step_area ul li .prod_name {
    text-align: center;
    display: block;
    
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 16px;
  }
  .first_step_area li img {
    max-width: 100%;
    margin: auto;
    display: block;
    max-height: 130px;
    width: auto;
  }
  .first_step_area .active_product {
    background: #0c77c3;
    border: 2px solid #2db2fa !important;
  }
  .first_step_area .active_product .prod_name {
    color: #fff;
  }
  .nxt_btn_area .btn {
    background: linear-gradient(to right, #09c2b6, #0dca90);
    width: 100%;
    height: 70px;
    border-radius: 35px;
    font-size: 30px;
    text-transform: uppercase;
    
    color: #fff;
    letter-spacing: 4px;
  }
  .nxt_btn_area {
    margin: 22px 11px;
  }
  .shipping_info img {
    max-width: 25px;
    width: 100%;
    margin-right: 8px;
  }
  .shipping_info p {
    text-align: center;
    margin: 0;
    font-size: 16px;
  }
  .product_box_option .shipping_info {
    margin: 8px 0 0;
  }
  .subscribe_step_area {
    display: block;
    width: 100%;
    padding: 0;
  }
  .subscribe_btm_area, .onetime_btm_area {
    padding: 10px 14px 24px;
  }
  .product_choice_area label {
    cursor: pointer;
    display: block;
    width: 100%;
  }
  label.top_choice {
    padding: 21px;
    transition: all 0.3s ease-in;
  }
  label.top_choice:hover {
    background-color: #fbfdfe;
    transition: all 0.1s ease-in;
  }
  .onetime_step_area .sub_btn_area,
  .onetime_step_area .form-check {
    margin-bottom: 0 !important;
  }
  .subscribe_step_area .nxt_btn_area {
    margin-left: 0;
    margin-right: 0;
  }
  .top_choice {
    position: relative;
    padding-left: 0;
  }
  .subscribe_step_area .sub_top_area ul {
    padding: 0;
    list-style: none;
    align-items: center;
  }
  .sub_top_area .offer_area p {
    font-size: 15px;
    font-style: italic;
    
  }
  .sub_top_area .offer_label {
    background: #0d59bd;
    background: -moz-linear-gradient(
      left,
      rgba(13, 89, 189, 1) 0%,
      rgba(12, 157, 205, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(13, 89, 189, 1)),
      color-stop(100%, rgba(12, 157, 205, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(13, 89, 189, 1) 0%,
      rgba(12, 157, 205, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(13, 89, 189, 1) 0%,
      rgba(12, 157, 205, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(13, 89, 189, 1) 0%,
      rgba(12, 157, 205, 1) 100%
    );
    background: linear-gradient(to right, #0d59bd, #0c9dcd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d59bd",endColorstr="#0c9dcd",GradientType=1);
    color: #fff;
    font-style: normal;
    
    font-size: 17px;
    padding: 6px 7px;
    border-radius: 4px;
  }
  .sub_top_area .sub_btn_area {
    margin: 0 0 8px;
  }
  .sub_top_area li .offer_area {
    padding-left: 45px;
  }
  .sub_btn_area .form-check-input {
    border: 1px solid #0c77c3 !important;
    height: 20px;
    width: 20px;
    margin-right: 12px;
  }
  .form-check-input:checked {
    background-color: #fff !important;
  }
  .sub_top_area .price_area p {
    font-size: 17px;
    margin: 0 0 2px;
    position: relative;
    text-align: right;
  }
  .deleted_price {
    position: relative;
  }
  .deleted_price:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 55px;
    background: red;
    transform: skew(10deg, -19deg);
    left: -2px;
    top: 10px;
  }
  .sub_top_area .offer_area p {
    font-size: 17px;
    font-style: italic;
    margin: 0;
  }
  .benefit-col .mobile_img_area {
    display: none;
  }
  .top_choice input[type="radio"] {
    -webkit-appearance: inherit;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #0c77c3;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 25px;
    left: 21px;
  }
  .top_choice input[type="radio"]:checked:before {
    -webkit-appearance: inherit;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #0c77c3;
    box-sizing: border-box;
    position: absolute;
    border: 0px solid #333;
    content: "";
    left: 4px;
    top: 4px;
  }
  .sub_top_area .form-check {
    padding-left: 45px;
    margin-top: 3px;
    
    font-size: 22px;
    color: #818181;
    line-height: 30px;
  }
  .active_box .sub_top_area .form-check {
    color: #0c77c3;
  }
  .price_area .current_price {
    font-size: 19px;
    color: #818181;
    
    margin-left: 5px;
  }
  .active_box .price_area .current_price {
    color: #0c77c3;
  }
  .subscribe_step_area .sub_top_area ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .sub_top_area .price_area span {
    
    font-size: 22px;
  }
  .sub_top_area .price_area span.deleted_price {
    font-size: 17px;
    
  }
  .plan_duration {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0 0 20px;
    flex-wrap: wrap;
  }
  .plan_duration li {
    width: 31%;
  }
  .onetime_btm_area .plan_duration li {
    width: 21%;
  }
  .plan_duration li a {
    min-height: 115px;
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .plan_duration a h3 {
    font-size: 40px;
    text-align: center;
    
    margin: 0 0 10px;
    color: #000;
    line-height: 20px;
  }
  .subscribe_step_area .plan_duration a p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 1px;
    color: #000;
  }
  .plan_duration .plan_content {
    padding: 5px !important;
  }
  .active_plan_content a {
    background: #0c77c3;
  }
  .plan_duration .active_plan_content a h3,
  .plan_duration .active_plan_content a p {
    color: #fff;
  }
  .plan_duration .active_plan_content,
  .plan_duration li {
    position: relative;
  }
  .onetime_btm_area .unscented_variant_box:nth-of-type(2):before,
  .onetime_btm_area .ocean_breeze_variant_box:nth-of-type(6):before {
    content: "Most Popular";
    background: red;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 8px;
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    line-height: 10px;
    text-align: center;
  }
  .month_duration {
    position: relative;
  }
  .subscribe_btm_area li.month_duration:nth-of-type(3):before {
    content: "Most Popular";
    background: red;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 8px;
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    line-height: 10px;
    text-align: center;
  }
  .delivery_info_area p {
    background: #ebf7ff;
    padding: 14px 0;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    font-size: 18px;
    
  }
  .delivery_info_area .info_icon img {
    max-width: 15px;
    vertical-align: middle;
    margin-right: 14px;
    margin-top: -3px;
  }
  .delivery_info_area .no_of_month {
    color: #fff;
    font-size: 18px;
    background: #273357;
    padding: 4px 11px;
    border-radius: 4px;
    
  }
  