.banner-smart-collect-pagearea {
    padding-top: 90px;
    margin-left: 20px;
    margin-right: 20px;
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagearea {
      margin: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagearea .btn-wrapper {
      margin-left: 23px;
    }
  }
  .banner-smart-collect-pagearea .wc-btn-primary {
    background-color: #000000;
    border-radius: 50px;
    padding: 17px 36px;
    text-transform: unset;
    font-size: 18px;
    border: 1px solid transparent;
    height: 70px;
    font-weight: 400;
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagearea .wc-btn-primary {
      height: 50px;
      padding: 17px 25px;
    }
  }
  .banner-smart-collect-pagearea .wc-btn-play {
    background-color: #000000;
    border: 1px solid transparent;
    height: 70px;
    width: 70px;
  }
  .banner-smart-collect-pagearea .wc-btn-play i {
    font-size: 14px;
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagearea .wc-btn-play {
      height: 50px;
      width: 50px;
    }
  }
  
  .banner-smart-collect-pagewrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  @media (max-width: 1600px) {
    .banner-smart-collect-pagewrapper {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-smart-collect-pagewrapper {
      grid-template-columns: 1fr;
    }
  }
  
  .banner-smart-collect-pagecontent {
    background-color: #ffc372;
    padding-top: 200px;
    padding-bottom: 190px;
    padding-inline-start: 140px;
    border-radius: 40px;
    position: relative;
  }
  @media (max-width: 1600px) {
    .banner-smart-collect-pagecontent {
      padding-inline-start: 60px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-smart-collect-pagecontent {
      padding-top: 100px;
      padding-bottom: 65px;
      padding-inline-start: 58px;
      border-radius: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagecontent {
      padding-inline-start: 15px;
      padding-inline-end: 15px;
      padding-bottom: 50px;
      border-radius: 0;
      padding-top: 50px;
    }
  }
  .banner-smart-collect-pagecontent .shape-1 {
    position: absolute;
    top: -48px;
    left: -45px;
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagecontent .shape-1 {
      display: none;
    }
  }
  .banner-smart-collect-pagecontent .shape-x-icon {
    position: absolute;
    bottom: 60px;
    right: 60px;
  }
  @media only screen and (max-width: 991px) {
    .banner-smart-collect-pagecontent .shape-x-icon {
      right: 0;
      bottom: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagecontent .shape-x-icon {
      max-width: 210px;
    }
  }
  .banner-smart-collect-pagecontent .subtitle-wrapper {
    position: relative;
    padding-bottom: 23px;
  }
  .banner-smart-collect-pagecontent .subtitle {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #4C6279;
    text-transform: uppercase;
    color: var(--white);
    padding-bottom: 9px;
    font-family: var(--font_primary);
  }
  .banner-smart-collect-pagecontent .title-wrapper {
    padding-bottom: 10px;
    max-width: 506px;
  }
  @media only screen and (max-width: 991px) {
    .banner-smart-collect-pagecontent .title-wrapper {
      padding-bottom: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagecontent .title-wrapper {
      max-width: 100%;
    }
  }
  .banner-smart-collect-pagecontent .title {
    font-size: 80px;
    color: var(--white);
  }
  @media (max-width: 1600px) {
    .banner-smart-collect-pagecontent .title {
      font-size: 50px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-smart-collect-pagecontent .title {
      font-size: 45px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagecontent .title {
      font-size: 40px;
    }
  }
  .banner-smart-collect-pagecontent .cf_text {
    padding-bottom: 42px;
    max-width: 400px;
  }
  .banner-smart-collect-pagecontent .text {
    color: var(--white);
  }
  
  .banner-smart-collect-pageshape-img {
    -webkit-mask-image: url("../imgs/shape/img-r-1.webp");
    mask-image: url("../imgs/shape/img-r-1.webp");
    -webkit-mask-position: top left;
    mask-position: top left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  @media only screen and (max-width: 1199px) {
    .banner-smart-collect-pageshape-img img {
      width: 100%;
      height: 400px;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-smart-collect-pageshape-img img {
      height: auto;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-smart-collect-pageshape-img {
      mask-image: unset;
      -webkit-mask-image: unset;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pageshape-img {
      margin-inline-start: 15px;
      margin-inline-end: 15px;
    }
  }
  
  .banner-smart-collect-pagecontent-item {
    padding: 80px 60px;
    background-color: #ffc372;
    border-radius: 40px;
    max-width: 300px;
    position: relative;
  }
  @media only screen and (max-width: 1199px) {
    .banner-smart-collect-pagecontent-item {
      border-radius: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-smart-collect-pagecontent-item {
      width: 240px;
      padding: 50px 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagecontent-item {
      width: 100%;
      max-width: 100%;
      padding: 25px 20px;
      border-radius: 0;
    }
  }
  .banner-smart-collect-pagecontent-item .shape-2 {
    position: absolute;
    right: 60px;
    bottom: 80px;
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagecontent-item .shape-2 {
      bottom: 18px;
    }
  }
  .banner-smart-collect-pagecontent-item .title {
    font-size: 50px;
    max-width: 109px;
    position: relative;
    padding-bottom: 3px;
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagecontent-item .title {
      font-size: 40px;
    }
  }
  .banner-smart-collect-pagecontent-item .title span {
    position: absolute;
    font-size: 30px;
  }
  .banner-smart-collect-pagecontent-item .text-wrapper {
    max-width: 153px;
    padding-bottom: 70px;
    margin-top: -3px;
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagecontent-item .text-wrapper {
      padding-bottom: 0;
    }
  }
  .banner-smart-collect-pagecontent-item .text {
    font-size: 16px;
    font-weight: 600;
    color: #ffc372;
    line-height: 1;
  }
  .banner-smart-collect-pagecontent-item .case-thumb {
    padding-top: 23px;
  }
  .banner-smart-collect-pagecontent-item .case-thumb img {
    border-radius: 50px;
    margin-left: -25px;
    border: 3px solid var(--white);
    max-width: 55px;
  }
  @media only screen and (max-width: 1919px) {
    .banner-smart-collect-pagecontent-item .case-thumb img {
      max-width: 40px;
    }
  }
  .banner-smart-collect-pagecontent-item .case-thumb img:first-child {
    margin-left: 0;
  }
  
  .banner-smart-collect-pagethumb-bottom {
    display: grid;
    grid-template-columns: 2fr 274px;
    gap: 20px;
    align-items: self-start;
    padding-top: 20px;
  }
  @media only screen and (max-width: 1199px) {
    .banner-smart-collect-pagethumb-bottom {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagethumb-bottom {
      grid-template-columns: 1fr;
    }
  }
  
  .banner-smart-collect-pagethumb-left {
    display: grid;
    grid-template-columns: 300px 300px;
    gap: 20px;
    position: relative;
  }
  @media only screen and (max-width: 991px) {
    .banner-smart-collect-pagethumb-left {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagethumb-left {
      grid-template-columns: 1fr 1fr;
      margin-inline-start: 15px;
      margin-inline-end: 15px;
    }
  }
  .banner-smart-collect-pagethumb-left::before {
    position: absolute;
    content: "";
    left: 49%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 80px;
    background-image: url("../imgs/shape/img-r-2.webp");
    height: 40px;
    width: 20px;
    background-repeat: no-repeat;
  }
  @media (max-width: 1600px) {
    .banner-smart-collect-pagethumb-left::before {
      left: 50%;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-smart-collect-pagethumb-left::before {
      transform: translateX(-50%);
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagethumb-left::before {
      display: none;
    }
  }
  
  .banner-smart-collect-pagethumb-right {
    margin-top: -130px;
    position: relative;
    max-width: 275px;
  }
  @media only screen and (max-width: 1199px) {
    .banner-smart-collect-pagethumb-right {
      max-width: 277px;
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-smart-collect-pagethumb-right {
      max-width: 215px;
      margin-left: auto;
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagethumb-right {
      max-width: 100%;
      margin-left: unset;
      margin-top: 0;
    }
  }
  .banner-smart-collect-pagethumb-right img {
    border-radius: 40px;
  }
  @media only screen and (max-width: 1199px) {
    .banner-smart-collect-pagethumb-right img {
      border-radius: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-smart-collect-pagethumb-right img {
      height: 250px;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagethumb-right img {
      width: 100%;
      border-radius: 0;
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
      margin-inline-start: 15px;
      margin-inline-end: 15px;
    }
  }
  .banner-smart-collect-pagethumb-right .wc-btn-play {
    background-color: transparent;
    border-color: var(--white);
    height: 80px;
    width: 80px;
  }
  @media only screen and (max-width: 991px) {
    .banner-smart-collect-pagethumb-right .wc-btn-play {
      height: 60px;
      width: 60px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-smart-collect-pagethumb-right .wc-btn-play {
      height: 50px;
      width: 50px;
    }
  }
  .banner-smart-collect-pagethumb-right .btn-wrapper {
    margin-left: 0;
  }

  /*
--------------------------------
PRICING STYLES
--------------------------------
*/
.pricing-area-smart-collect-page {
    background-image: url(../imgs/Payment/smartCollect/Section3/BG.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pricing-area-smart-collect-page .section-title-wrapper {
    padding-bottom: 23px;
  }
  .pricing-area-smart-collect-page .section-title {
    color: var(--white);
  }
  .pricing-area-smart-collect-page .text-wrapper {
    padding-bottom: 53px;
  }
  .pricing-area-smart-collect-page .text-wrapper .text {
    color: rgb(255, 255, 255);
  }
  .pricing-area-smart-collect-page .pricing-wrapper {
    display: grid;
    grid-template-columns: 525px 1fr;
    gap: 250px;
  }
  @media only screen and (max-width: 1919px) {
    .pricing-area-smart-collect-page .pricing-wrapper {
      grid-template-columns: 0.5fr 1fr;
      gap: 50px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .pricing-area-smart-collect-page .pricing-wrapper {
      grid-template-columns: 0.5fr 1fr;
      gap: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .pricing-area-smart-collect-page .pricing-wrapper {
      grid-template-columns: 1fr;
      gap: 50px;
    }
  }
  .pricing-area-smart-collect-page .progress-wrapper {
    max-width: 292px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .pricing-area-smart-collect-page .progress-wrapper .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid var(--white);
    height: 120px;
    width: 120px;
  }
  .pricing-area-smart-collect-page .progress-wrapper .circle .title {
    font-size: 30px;
  }
  .pricing-area-smart-collect-page .progress-wrapper .title {
    font-size: 21px;
    line-height: 1.33;
    color: var(--white);
  }
  .pricing-area-smart-collect-page .progress-wrapper .title span {
    font-weight: 600;
  }
  
  .pricing-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  @media only screen and (max-width: 767px) {
    .pricing-list {
      grid-template-columns: 1fr;
    }
  }
  
  .price-item {
    background-color: #ffffff;
    padding: 60px 45px;
    max-width: 330px;
  }
  @media only screen and (max-width: 767px) {
    .price-item {
      max-width: 100%;
      padding: 60px 30px;
    }
  }
  .price-item:last-child {
    background-color: #ffffff;
  }
  .price-item .price-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .price-item .thumb {
    padding-bottom: 10px;
  }
  .price-item .badge-title-wrapper {
    border: 1px solid var(--white);
    padding: 4px 15px;
    padding-bottom: 1px;
    border-radius: 50px;
    display: inline-block;
  }
  .price-item .badge-title {
    font-size: 13px;
    line-height: 1.84;
    font-weight: 600;
    color: var(--white);
  }
  .price-item .price-amount {
    padding-bottom: 30px;
    padding-top: 5px;
  }
  .price-item .item-title {
    font-size: 30px;
    line-height: 1.83;
    color: #000000;
  }
  .price-item .price-title {
    font-size: 21px;
    line-height: 1;
    color: var(--white);
  }
  .price-item .price-content {
    padding-top: 25px;
  }
  .price-item .price-check-list li {
    font-size: 16px;
    line-height: 2.06;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .price-item .price-button {
    padding-top: 30px;
  }
  .price-item .wc-btn-primary {
    background-color: var(--white);
    gap: 9px;
    color: var(--primary);
    border-radius: 50px;
    border: 1px solid transparent;
    padding: 15px 28px;
  }
  .price-item .wc-btn-primary img {
    transition: 0.3s;
  }
  .price-item .wc-btn-primary:hover {
    background-color: var(--action-color);
    color: var(--white);
  }
  .price-item .wc-btn-primary:hover img {
    filter: invert(99%) sepia(100%) saturate(4%) hue-rotate(104deg) brightness(106%) contrast(100%);
  }

  /* details content area style */
.details-content-area {
    padding-top: 123px;
    padding-bottom: 125px;
  }
  @media only screen and (max-width: 1919px) {
    .details-content-area {
      padding-top: 45px;
      padding-bottom: 95px;
    }
  }
  @media only screen and (max-width: 991px) {
    .details-content-area {
      padding-top: 73px;
      padding-bottom: 75px;
    }
  }
  @media only screen and (max-width: 767px) {
    .details-content-area {
      padding-top: 53px;
      padding-bottom: 55px;
    }
  }
  .details-content-area .details-content-area-inner {
    display: grid;
    grid-template-columns: auto 660px;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
  }
  @media only screen and (max-width: 1919px) {
    .details-content-area .details-content-area-inner {
      grid-template-columns: auto 610px;
    }
  }
  @media only screen and (max-width: 1399px) {
    .details-content-area .details-content-area-inner {
      grid-template-columns: auto 520px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .details-content-area .details-content-area-inner {
      grid-template-columns: auto;
    }
  }
  .details-content-area .thumb img {
    width: 100%;
  }
  .details-content-area .details-content {
    max-width: 745px;
  }
  @media only screen and (max-width: 1199px) {
    .details-content-area .details-content {
      max-width: 100%;
    }
  }
  .details-content-area .details-content .section-title-wrapper {
    margin-bottom: 21px;
  }
  .details-content-area .details-feature-content {
    margin-top: 51px;
  }
  @media only screen and (max-width: 1919px) {
    .details-content-area .details-feature-content {
      margin-top: 41px;
    }
  }
  @media only screen and (max-width: 1399px) {
    .details-content-area .details-feature-content {
      margin-top: 31px;
    }
  }
  .details-content-area .details-feature-content .title {
    font-size: 30px;
    margin-bottom: 26px;
  }
  @media only screen and (max-width: 767px) {
    .details-content-area .details-feature-content .title {
      font-size: 24px;
    }
  }
  .details-content-area .details-feature-content .feature-list-wrapper {
    margin-inline-start: 15px;
  }
  .details-content-area .details-feature-content .feature-list li {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  @media only screen and (max-width: 767px) {
    .details-content-area .details-feature-content .feature-list li {
      gap: 15px;
    }
  }
  .details-content-area .details-feature-content .feature-list li:not(:first-child) {
    margin-top: 22px;
  }
  .details-content-area .details-feature-content .feature-list .icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: rgba(18, 18, 18, 0.062745098);
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 6px;
  }
  .details-content-area .details-feature-content .feature-list .icon i {
    transform: rotate(-45deg);
  }
  .dir-rtl .details-content-area .details-feature-content .feature-list .icon i {
    transform: rotate(-135deg);
  }
  .details-content-area .details-feature-content .service-feature-list li {
    padding-inline-start: 22px;
  }
  .details-content-area .details-feature-content .service-feature-list li:not(:last-child) {
    margin-bottom: 7px;
  }
  .details-content-area .details-feature-content .service-feature-list li::before {
    top: 1px;
  }
  .details-content-area .btn-wrapper {
    margin-top: 53px;
  }
  @media only screen and (max-width: 1399px) {
    .details-content-area .btn-wrapper {
      margin-top: 33px;
    }
  }
  .details-content-area .wc-btn-primary {
    padding: 15px 30px;
    gap: 20px;
    font-size: 18px;
  }

 .client-area-smart-collect-page {
    background-image: url(../imgs/Payment/smartCollect/Section6/BG.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .client-area-smart-collect-page .section-subtitle {
    position: relative;
    padding-inline-start: 21px;
    padding-inline-end: 14px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--black);
    white-space: nowrap;
    /* background-image: url(../imgs/shape/round-hand-circle.webp); */
    background-size: 100% 100%;
    align-self: flex-start;
    padding: 0;
  }
  /* client area style  */
.client-area-smart-collect-page .section-title {
    max-width: 401px;
  }
  @media only screen and (max-width: 767px) {
    .client-area-smart-collect-page .section-title {
      max-width: 301px;
    }
  }
  .client-area-smart-collect-page .content {
    max-width: 490px;
  }
  @media only screen and (max-width: 1199px) {
    .client-area-smart-collect-page .content {
      max-width: 400px;
    }
  }
  @media only screen and (max-width: 991px) {
    .client-area-smart-collect-page .content {
      max-width: 300px;
    }
  }
  .client-area-smart-collect-page .content .client-logos {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .client-area-smart-collect-page .content .client-logos img {
    max-height: 39px;
  }
  @media only screen and (max-width: 1199px) {
    .client-area-smart-collect-page .content .client-logos img {
      max-height: 32px;
    }
  }
  .client-area-smart-collect-page .content .text {
    font-size: 18px;
    line-height: 1.44;
  }
  .client-area-smart-collect-page .content .text-wrapper {
    margin-bottom: 53px;
  }
  .client-area-smart-collect-page .client-area-smart-collect-page-inner {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  @media only screen and (max-width: 1399px) {
    .client-area-smart-collect-page .client-area-smart-collect-page-inner {
      gap: 20px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .client-area-smart-collect-page .client-area-smart-collect-page-inner {
      gap: 20px;
    }
  }
  @media (max-width: 575px) {
    .client-area-smart-collect-page .client-area-smart-collect-page-inner {
      gap: 20px;
      flex-direction: column;
    }
  }
  .client-area-smart-collect-page .section-heading {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    flex: 1;
  }
  @media only screen and (max-width: 991px) {
    .client-area-smart-collect-page .section-heading {
      gap: 20px;
      flex-direction: column;
      justify-content: flex-start;
    }
  }
  .wc-btn-primary:hover {
    color: #ffffff !important;
  }
  .price-item .price-check-list li img{
    filter: invert(1);
  }
  .counter-title img{
    width: 50px;
  }
  .btn-bg-white a{
    background-color: #ffffff;

  }