@media screen and (max-width: 767px) {
  .marquee-content img {
    max-width: 50px;
  }
  .-mt-2{
      margin-top: -2rem;
  }
  .save-btn,
  .save-btn:hover {
    padding: 23px 27px;
  }
  .days-money-back-sec-content-container .money-right-content,
  .days-money-back-sec-content-container .money-left-content {
    max-width: 100%;
    text-align: center;
  }
  .days-money-back-sec-content-container {
    flex-direction: column;
  }
  .money-left-content img {
    max-width: 220px;
    margin-bottom: 20px;
  }
  .days-money-back-sec-content-container .money-right-content,
  .days-money-back-sec-content-container .money-left-content {
    max-width: 100%;
    text-align: center;
  }
  .comparison-col1 {
    width: 46% !important;
    text-align: center;
  }
    .comparison-col2 .comparitor-name, .comparitor-name {
        font-size: 12px;
        line-height: 1;
    }
  .comparison-col {
    width: 27%;
  }
  .comparison-col ul li {
    font-size: 11px;
  }
.comparison-col3 .comparison-product {
    margin-top: 0;
}
  .comparison-star {
    width: 60px;
  }
  .comparison-container {
    margin-top: 60px;
}
.comparison-product {
    margin-top: 0;
}
    .comparitor-name, .comparison-col2 .comparitor-name {
        min-height: 40px;
    }
  .fw-m-bold {
    font-weight: 700 !important;
  }
  .marquee-content {
    gap: 45px;
    margin: 0 20px;
  }
  .use-cases .owl-stage {
    padding-left: 0 !important;
  }
  /* Marquee speed controller reduce second increase speed.*/
  .marquee-track {
    animation-duration: 10s;
  }
  .case-item {
    margin-bottom: 20px;
  }
  .comparison-wrapper {
    margin-top: 10px;
  }
  .hero-details li {
    margin-bottom: 15px;
    display: block;
    font-size: 13px;
    font-weight: 500;
  }
  .hero-details li img {
    margin-right: 8px;
  }
  .btn-box p {
    font-size: 13px;
  }

  .btn-box {
    max-width: fit-content;
    text-align: center;
    margin: auto;
  }
  .section-heading2 {
    font-size: 7vmin;
    text-align: center;
  }
  .sec-content,
  .content-block {
    padding: 0 15px;
  }
  .content-block h4 {
    font-size: 30px;
  }
  .section-heading1 {
    font-size: 7vmin;
    text-align: center;
  }
  .img-block {
    margin-bottom: 2rem;
  }
  .section-padding {
    padding: 40px 0;
  }
    .section-padding-bottom {
        padding-bottom: 28px;
    }
    .step-slider .owl-stage {
        margin-left: -18px;
        padding: 20px 0;
    }
  .rounded-img-ls {
    border-radius: 20px !important;
  }
  .frame-row {
    padding: 15px;
  }
  .frame-row .content-block {
    padding: 0;
  }
  .ft-hd h4 {
    font-size: 10px;
    font-weight: 600;
  }
  .save-btn,
  .save-btn:hover {
    font-size: 14px;
    /* padding: 23px 71px; */
    background: #1ac70e;
    padding-right: 28px;
    font-weight: 800;
  }

  .banner-features-content img {
    max-width: 60px;
  }
    .banner-features-content p {
        font-size: 10px;
        line-height: 13px;
        margin-top: 5px;
        margin-bottom: 0;
    }
  .banner-features-container {
    padding: 0 8px;
  }
  .bar2 {
    margin: 4px 0;
    height: 3.5px;
  }
  .mob-mnu-ic button {
    outline: none;
    -webkit-appearance: none;
    background: none;
    padding: 0;
    cursor: pointer;
    border: none;
  }
.nav-rgt.nav-box {
    left: 0;
    position: fixed;
    top: 69px;
    background: rgba(255, 255, 255, 1);
    z-index: 10000000;
    right: 0;
    bottom: 0;
    overflow: scroll;
    display: none;
    border-top: 1px solid #dddddd;
}
  .nav-rgt.nav-box a {
    display: block;
    border-bottom: 1px solid #00000026;
  }
  .nav-rgt.nav-box a {
    width: 100%;
    padding: 12px 20px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
  }
  .nav-rgt a {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    padding: 12px 7px;
  }
  .case-text {
    padding: 20px;

    text-align: center;
  }
  .mobile-hero {
        padding-top: 103px;
    background: #f4f4f4;
  }
  .hero-image img {
    width: 100%;
  }
  .text-block-1 h2 {
    font-size: 8vmin;
  }
  .text-block-1 p {
    font-size: 12px;
  }
  .section-padding2 {
    padding: 25px 0;
  }
  .text-block-1 h4 {
    font-size: 12px;
  }
  .hero-details {
    max-width: fit-content;
    margin: auto;
  }
  .banner-features-container {
    margin: 20px auto;
  }
  .review-star img {
    max-width: 85px;
  }
    p.review-star {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 12px;
        justify-content: center;
    }
  .bar1,
  .bar2,
  .bar3 {
    width: 25px;
    height: 3.5px;
    transition: 0.4s;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
  } .dl-active .bar1 {
     -webkit-transform: rotate(-45deg) translate(-5px, 5px);
     transform: rotate(-45deg) translate(-5px, 5px);
     background: #000;
}
 .dl-active .bar2 {
     opacity: 0;
}
 .dl-active .bar3 {
     -webkit-transform: rotate(45deg) translate(-5px, -5px);
     transform: rotate(45deg) translate(-6px, -5px);
     background: #000;
}
  .mobile-hero-details {
    padding: 20px 15px;
  }
  .avg-rating {
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 33px;
  }
.accordion {
    padding: 8px 45px 4px 0;
    font-size: 13px;
    line-height: 20px;
}
p.acdn-para {
    line-height: 19px;
    font-size: 13px;
}
  .c-text,
  .ftr-link a {
    padding: 4px 4px;
    font-size: 13px;
  }
  .up-slide-dwn {
    width: 100%;
    padding: 0px 25px 8px 3px;
  }
  .offer-section img {
    margin-bottom: 5px;
  }
  .offer-section .hero-details li {
    margin: 4px 0;
  }
  .banner-features-container .col-md-3 {
      width: 25%;
  }
  .content-block p {
    margin-bottom: 0;
}
.comparison-col1 ul {
    padding-top: 8px;
}
.comparison-imgbox {
    height: 61.2px;
}
.offer-right .rating.mb-2, .offer-right h2.fw-bold.mb-3 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}
#nav-bar-section-mob .nav-wrapper {
    height: 70px;
}
#nav-bar-section-mob .nav-wrapper img.img-fluid.logo {
    width: 96px;
}
.use-cases p {
    font-size: 15px;
}
}

@media screen and (max-width: 475px) {
  .hero-details {
    margin-left: 0;
  }
  .banner-features-container {
    margin-left: 0;
  }
  .review-header .name {
    font-size: 11px;
  }
  .ft-hd h4 {
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .nav-menu-desktop {
    padding-left: 5vmin;
  }
  .avg-rating {
    padding-right: 20px;
}
p.review-star {
    font-size: 12px;
}
.review-star img {
    max-width: 70px;
}
  .nav-rgt a {
    font-size: 13px;
    padding: 0 6px;
  }
  a.order-link {
    padding: 12px 35px !important;
  }
  .section-heading2 {
    font-size: 21px;
    margin-bottom: 0.4rem;
  }
  .text-block-1 h2 {
    font-size: 34px;
  }
  .content-block {
    padding: 0;
  }
  .content-block h4 {
    font-size: 25px;
    margin-bottom: 6px;
  }
  .save-btn,
  .save-btn:hover {
    font-size: 18px;
    padding: 23px 11px;
  }
  .section-heading1 {
    font-size: 33px;
    margin-bottom: 0.4rem;
  }
  .case-text p {
    font-size: 10px;
    line-height: 1.5;
    margin: 0;
  }
  .case-text h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .use-cases {
    padding: 30px 0;
  }
  .section-padding {
    padding: 30px 0;
  }
  .comparison-col ul li {
    font-size: 12px;
  }
  .days-money-back-sec-content-container .money-right-content h3 {
    font-size: 26px;
  }
  .content-block {
    font-size: 16px;
}
.content-block h2.text-white {
    font-size: 26px;
}
.content-list li {
    font-size: 14px;
}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-text h1 {
    font-size: 50px;
  }
  .nav-menu-desktop {
    padding-left: 9vmin;
  }
  .hero-text h1 {
    font-size: 42px;
  }
  .section-heading2 {
    font-size: 32px;
  }
  .ft-hd h4 {
    font-size: 12px;
  }
  .text-block-1 h2 {
    font-size: 37px;
  }
  .section-padding {
    padding: 40px 0;
  }
  .content-block {
    padding: 0 30px;
  }
  .content-block h4 {
    font-size: 28px;
    margin-bottom: 6px;
  }
  .save-btn,
  .save-btn:hover {
    font-size: 18px;
    color: #fff !important;
    padding: 23px 17px;
  }
  .section-heading1 {
    font-size: 41px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .nav-menu-desktop {
    padding-left: 10vmin;
  }
  .content-block {
    padding: 0 90px;
}
}