@media only screen and (max-width: 767px) {
  .container{
    max-width: 100%;
    padding: 0px 20px;
  }

  /* header */
  .arrow-icon img{
      width: 23px;
      height: auto;
  }
  .btn{
    font-size: 14px;
    line-height: 1.3;
    width: 124px;
    padding: 5px 10px 5px 17px;
  }
  .logo img{
    max-width: 90%;
  }
  /* end header */
  /* section_1 */
  .section_1{
    margin-top: 58px;
    padding-top: 40px;
    background-image: url(../images/banner/mweb-top-banner.webp);
  }
  .section_1 .cta-btn .btn{
    width: 128px;
    font-size: 14px;
    padding: 7px 10px 7px 17px;
  }
  .banner-title{
    font-size: 28px;
  }
  .banner-ct{
    font-size: 16px;
  }
  .price-area{
    margin-top: 12px;
  }
  .banner-content .web_br{
    display: none;
  }
  .del-price{
    font-size: 19px;
    line-height: 1.3;
  }
  .main-price{
    font-size: 47px;
    line-height: 50px;
  }
  .main-price svg{
    width: 14px;
    height: auto;
    top: -8px;
    right: -6px;
  }
  .price-area{
    gap: 10px;
  }
  .gst_list .per_month, .gst_text{
    font-size: 12px;
    line-height: normal;
  }
  .banner-img img{
    transform: none;
  }
  /* section_1 */

  /* section_2 */
  .section_2 .page-title h2{
        font-size: 18px;
        white-space: nowrap;
  }
  .brand-track img{
    height: 36px;
  }
  .brand-track{
    gap: 20px;
  }
  /* section_2 */

  /* section_3 */
  .section_3{
      padding: 40px 0px;
      height: auto;
  }
  .page-title h2{
    font-size: 25px;
    line-height: 1.3;
  }
  .h-track{
    display: none;
  }
  .h-pin{
    position: static;
    height: auto;
  }

 .section_3 .accordion-card {
  max-width: 520px;
}

.section_3 .faq-item {
  border-radius: 14px;
  padding: 16px 20px;
  border-bottom: none;
  margin-bottom: 10px;
}

.section_3 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}

.section_3 .faq-question .left {
  display: flex;
  gap: 12px;
          align-items: start;
}
.section_3 .faq-question .title {
    font-weight: 600;
    color: #111;
    font-size: 16px;
    line-height: normal;
    color: #202020;
}

.section_3 .arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
  background-color: transparent;
}

.section_3 .faq-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    max-height 0.45s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}
.section_3 .faq-answer p{
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.section_3 .faq-answer img{
  width: 100%;
}
/* active state */
.section_3 .faq-item.active .faq-answer {
  max-height: 1000px; 
  opacity: 1;
  transform: translateY(0);
}

.section_3 .faq-item.active .arrow {
  transform: rotate(180deg);
}
.icon-accord{
  display: contents;
}
.mweb-accordion{
  display: block;
}
.h-track{
  display: none;
}
.h-track-slider{
  display: none !important;
}
/* section_3 */

/* section_4 */
.pricing-card{
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0px;
}
.pricing-left{
    padding: 24px;
    border-radius: 28px;
    border: 1px solid #CADDFF;
    background: linear-gradient(180deg, rgba(3, 76, 210, 0.05) 0%, rgba(108, 160, 233, 0.05) 100%);
    text-align: center;
}
.pricing-right img{
  width: 100%;
}
.gradiant-bd{
  display: none;
}
.save-tag{
  display: block;
  background: #45AE45;
  color: #fff;
  margin-left: 0px;
  width: 227px;
  margin: 0px auto;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: normal;

}
.price{
  font-size: 28px;
  line-height: normal;
}
.billing-text{
  font-size: 16px;
  line-height: normal;
}
.section_4 .btn{
  margin: 0px auto;
}
.mweb-pricing{
  display: block;
}
.section_4 .web{
  display: none;
}
.section_4 .mweb{
  display: block;
}
.rupees svg{
  left: 10px;
  top: -3px;
}
/* section_4 */

/* section_5 */
.section_5{
  padding: 40px 0px;
}
.ms-card--gradient{
  flex-direction: column;
    margin-bottom: 30px;
}
.grid2{
  align-items: start;
}
.ms-card-img{
  width: 100%;
}
.ms-card__image{
  width: 100%;
}
.ms-card__icon img{
  width: 60px;
  height: auto;
}
.ms-content{
  font-size: 22px;
  height: 114px;
}
.ms-card{
  padding: 30px;
}
.card2 .ms-content{
  height: 100px;
}
.section_5 .slick-dots{
  margin-top: 15px;
} 
.section_5 .web{
  display: none;
}
.mweb-section_5{
  display: block;
}

/* section_5 */

/* section_6 */
.section_6{
  padding: 30px 0px;
}
.tj-why__title{
  font-size: 28px;
}
.tj-why__content{
  margin-bottom: 20px;
}
.tj-why__grid{
  grid-template-columns: 1fr;
}
.tj-why__image{
  display: none;
}
.tj-why__text{
  margin-right: 0px;
  font-size: 20px;
}
.tj-feature__icon{
  margin-bottom: 11px;
}
/* section_6 */

/* section_7 */
.section_7{
  padding: 30px 0px;
}
.wrapper{
  display: none;
}
.mweb-testimonial-slider{
  display: block !important;
}
.info-card{
  position: static;
  width: 100%;
  padding: 14px;
  box-shadow: none;
  margin-bottom: 5px;
}
.info-text{
  display: flex;
  align-items: center;
  padding: 28px;
  font-size: 20px;
  height: 220px;
}
.section_7 .slick-dots{
  margin-top: 20px;
}
/* section_7 */

/* section_8 */
.section_8{
  padding: 30px 0px;
}
.section_8 .page-title{
  margin-bottom: 20px;
}
.faq-answer .web_br{
  display: none;
}
.faq-question h3{
  font-size: 18px;
}
.faq-answer p{
  font-size: 16px;
}
.faq-item{
  padding: 16px 0px;
}
/* section_8 */

/* footer css */
.footer-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer_logo {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer_logo img {
    display: block;
    width: 90%;
    padding-bottom: 10px;
  }
  .footer_upper {
    justify-content: center;
    border-bottom: none;
  }
  .social_link {
    justify-content: center;
  }
  .follow-links {
    padding-top: 15px;
  }
/* end footer css */
}