@media(max-width: 1199px){

  .hero-list li{
    line-height: 24px;
  }
  .hero-title{
    font-size: 40px;
  }
  .bannrPro1 img{
    max-width: 100px;
  }
  .bannrPro2 img{
    max-width: 130px;
  }
  .leftInner{
    padding: 30px 0;
  }
  .hero-box{
    padding: 0 15px;
  }
  .signPic{
    max-width: 250px;
  }
  .center-image{
    margin: 0;
  }
  .feature-box p{
    font-size: 14px;
  }
  .feature-box h6{
    font-size: 15px;
  }
  .testimonials-section .big-number{
    font-size: 60px;
  }
  .testimonials-section .big-subtitle{
    font-size: 45px;
  }
  .floting1 {
    left: 0;
    max-width: 260px;
  }
  .floting2 {
    top: -10px;
    max-width: 100px;
 }
 .nad-title {
    font-size: 35px;
    color: #000;
    line-height: 44px;
  }
  .step-text {
    font-size: 15px;
  }
  .trust-strip .check-ico-dark{
    margin-right: 5px;
  }
  .trust-item{
    font-size: 12px;
  }
  .footer-linksD span{
    margin: 0 6px;
  }
  .footer-linksD a{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .navbar-toggler{
    border: none;
    padding: 0;
  }

}
@media(max-width: 1024px){
  
}
@media(max-width: 991px){
  .headRight .navbar-toggler{
    order: 2;
    margin-left: 12px;
  }
  .marquee-content span{
    margin: 0 25px;
  }
  .leftInner{
    text-align: center;
    padding-bottom: 0;
  }
  .hero-desc{
    max-width: 100%;
    margin-bottom: 0 !important;
  }
  .forMob{
    display: block;
  }
  .forDesk{
    display: none;
  }
  .signPic{
    display: none;
  }
  .bnrImg{
    max-width:450px;
    width: 100%;
  }
  .hero-section{
    margin: 20px 20px 0;
  }
  .bnrImg.forMob{
    margin: 0px auto;
  }
  .tiny-text{
    margin: 20px auto;
  }
  .hero-list{
    text-align: left;
    max-width: 80%;
    margin: 0px auto;
  }
  .priceD{
    justify-content: center;
  }
  .nad-section,
  .process-section,
  .product-section,
  .faq-section,
  .final-cta,
  .disclaimer-section,
  .site-footer{
    padding: 40px 0;
  }
  .feature-box.text-center{
    display: flex;
    justify-content: flex-start;
  }
  .featureContent{
    text-align: left;
    max-width: 90%;
    margin-bottom: 6px;
  }
  .feature-box h6{
    font-size: 16px;
    margin: 0;
  }
  .feature-box .icon{
    width: 40px;
    margin-right: 15px;
  }
  .testimonials-section .big-number {
    font-size: 45px;
  }
  .testimonials-section .big-subtitle{
    font-size: 30px;
  }
  .floting1 {
      left: 0;
      max-width: 210px;
      top: -40px;
  }
  .testimonials-section .listen-text{
    font-size: 20px;
    line-height: 26px;
  }
  .testimonials-section .nad-sub{
    font-size: 14px;
  }
  .testimonials-section .nad-sub,
  .listen-text{
    padding: 0 15px;
  }
  .floting2{
    right: 15px;
  }
  .review-avatar{
    width: 55px;
    height: 55px;
  }
  .reviewer-name{
    font-size: 12px;
  }
  .reviewer-badge{
    font-size: 10px;
  }
  .review-text{
    font-size: 14px;
  }
  .comparison-section{
    margin-top: 0;
  }
  .product-title{
    font-size: 25px;
    line-height: 30px;
    width: 100%;
  }
  .product-card{
    padding-top: 30px;
  }
  .product-imgs-wrap {
    margin: 30px auto 0;
    padding-top: 30px;
  }
  .trust-strip{
    justify-content: center;
  }
  .faq-question h5{
    font-size: 18px;
  }
  .faq-answer p{
    font-size: 14px;
  }
  .frstOrder{
    order: 1;
  }
  .secondOrder{
    order: 2;
  }
  .final-imgs{
    text-align: center;
    margin-bottom: 30px;
  }
  .final-imgs img{
    max-width: 200px;
  }
  .cta-note{
    max-width:400px;
    text-align: center;
  }
  .disclaimer-section h3{
    font-size: 25px;
  }
  .disclaimer-section p{
    font-size: 14px;
  }
  .btnOut{
    margin-left: 0;
  }
  #mainNav {
    width:310px;
    position: fixed;
    top: 0;
    left: -400px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 99999;
    padding: 55px 15px;
    transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
  }
  .nav-item{
    margin: 0 0 25px;
  }
  #mainNav.navbar-collapse.show {
    left: 0;
    opacity: 1;
    visibility:visible;
  }
  .navbar-toggler:focus{
    outline: none;
    border: none;
    box-shadow: none;
  }
  .bodyOverLay{
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;

  }

  .menuShow .bodyOverLay{
    opacity: 1;
    visibility: visible;
  }
  .comparison-section{
    overflow-x: auto;
    padding:90px 0 30px;
  }
  .comparison-section::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
    border: 1px solid #C1C1C1;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }

  .comparison-section::-webkit-scrollbar{
    height:8px;
    background-color: #F5F5F5;
  }

  .comparison-section::-webkit-scrollbar-thumb{
    border-radius: 10px;
    border: 1px solid #C1C1C1;
    background-color: #C1C1C1;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }

  .comparison-section .row.g-4{
    width: 725px;
    flex-direction: row;
  }
  .labels-col{
    width:130px;
  }
  .comparison-section .col-lg-9{
    width: 560px;
  }
  .label-item{
    padding: 10px 0;
  }
  .comparison-section .col-4{
    width: 33%;
  }
  .feature-item,
  .info-item{
    font-size: 12px;
    line-height: 20px;
  }
  .featured-card .title,
  .info-title{
    font-size: 12px;
  }
  .featured-card,
  .info-card{
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-imgD{
    width: 54px;
    top: -85px;
  }
  .label-item{
    font-size: 12px;
  }
  .featured-card{
    padding-bottom: 35px;
  }
  .headRight button.menucrossButton{
    right: -55px;
  }


}


@media(max-width: 767px){
  
}
@media(max-width: 640px){
  .footer-linksD a,
  .footer-legal{
    font-size: 12px;
  }
  .navbar-brand{
    max-width: 150px;
  }
  .header-btn{
    font-size: 12px;
  }
  .marquee-content span{
    font-size: 12px;
  }
  .top-bar{
    padding: 8px 0;
  }
  .ratingD{
    font-size: 12px;
  }
  .stars img{
    width:70px;
  }
  .hero-title{
    font-size: 27px;
  }
  .hero-title br{
    display: none;
  }
  .hero-desc{
    font-size: 14px;
  }
  .priceD{
    display: block;
  }
  .small-text{
    margin-left: 0;
    font-size: 12px;
    margin-top: 10px;
  }
  .image-wrap{
    margin-bottom: 20px;
  }
  .global-btn{
    padding: 12px 25px;
    font-size: 14px;
    width: 100%;
    max-width: 310px;
    height: auto;
  }
  .hero-list li{
    font-size: 12px;
  }
  .hero-list{
    max-width: 100%;
  }
  .legitContent span{
    font-size: 12px;
  }
  .legitContent p{
    font-size: 12px;
  }
  .legitContent{
    margin-left: 15px;
  }
  .nad-title{
    text-align: left;
    font-size: 25px;
    line-height: 32px;
  }
  .nad-title br{
    display: none;
  }
  .nad-sub{
    font-size: 14px;
    text-align: left;
  }
  .nad-section  .nad-sub{
    margin-bottom: 30px !important;
  }
  .featureContent{
    max-width: 80%;
  }
  .testimonials-section .big-number{
    font-size: 30px;
  }
  .testimonials-section .big-subtitle{
    font-size: 25px;
  }
  .floting1 {
    left: -40px;
    max-width: 140px;
    top: -40px;
  }
  .testimonials-section .listen-text{
    margin-top: 30px;
  }
  .step-box{
    display: flex;
    margin: 0;
    justify-content: flex-start;
  }
  .stepImg{
    width: 100px;
    height: 100px;
    margin: 0 15px 0 0;
  }
  .step-badge-outr{
    text-align: left;
  }
  .step-badge{
    font-size: 13px;
    padding: 8px 22px;
  }
  .step-text{
    max-width: 100%;
    font-size: 16px;
  }
  .process-section .col-lg-3.mb-5{
    margin-bottom: 20px !important;
  }
  .product-section .nad-title{
    text-align: center;
  }
  .product-section .mb-5{
    margin-bottom: 20px !important;
  }
  .trust-strip{
    border: 1.5px solid var(--orange);
    border-radius: 50px;
    padding: 10px 12px;
  }
  .trust-item{
    display: none;
  }
  .trust-strip .trust-item:first-child{
    display: block;
    font-size: 15px;
  }
  .trust-strip .check-ico-dark{
    display: inline-block;
    vertical-align: middle;
  }
  .final-cta h2{
    font-size: 25px;
  }
  .final-cta h2 br{
    display: none;
  }
  .final-cta p.sub{
    font-size: 14px;
  }
  .final-cta-feats li{
    font-size: 12px;
  }
  .footer-logo-wrap{
    max-width: 180px;
    margin: 0px auto;
  }
  .social-icons img{
    width: 20px;
  }
  .footer-badgesD img{
    height: 60px;
  }

}
@media(max-width: 575px){
  
}