
   .mobile_s{ display:none; }
    main#main,footer,#subfooter {
    float: left;
    width: 100%;
}
.faq-top {
            /*float: left;*/
            width: 100%;
            background: rgb(131,188,90);
            background: linear-gradient(146deg, rgba(131,188,90,1) 30%, rgba(71,156,209,1) 80%);
            padding: 20px 0;
        }
        .padding-1 {
            padding: 0;
        }
  .active {
          background-color: #1782c5 !important; 
          color: white;
      }
        .customers-top {
            text-align: center;
        }
        .customers-top h2 {
            color: #fff;
            font-size: 42px;
            font-weight: 600;
        }
        .customers-top h5 {
            color: #fff;
            font-size: 24px;
        }
        article h3 {
            margin-top: 0;
        }
        .content-area{
            float: left;
            width: 100%;
            padding: 20px 0 50px;
            background: url(/Images/HomeSC/2024/07/bg-line.png) no-repeat #f2f2f2;
            background-size: 100%;
        }
        .faq-content-1 article, .faq-content-2 article {
            background-color: #fff;
            box-shadow: 0 0 10px #bbb;
            border-radius: 8px;
            margin-bottom: 30px;
            padding: 15px 20px;
            position: relative;
        }
        .faq-content-1 h2, .faq-content-2 h2 {
            text-align: center;
            padding-bottom: 20px;
        }
        .section.hidden {
            display: none; /* Hide sections with the 'hidden' class */
        }
  
        .filter-btns {
          text-align: center;
		  margin:20px 0;
        }
        
         .filter-btns .nav-button {
    display: inline-block;
    background-color: #70b840;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px;
    padding: 1.25em 20px 1.25em 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 0;
}

  @media screen and (max-width: 575px) {
	.faq-content-1, .faq-content-2 {
	  padding: 0px 0;
	}
	.customers-top h2 {
	  font-size: 28px;
	}
	.customers-top h5 {
	  font-size: 18px;
	}
	.filter-btns .nav-button {
    margin: 5px;
    padding: 10px;
   
}
	 .mobile_s{ display:block; }
	.desktop_s{ display:none; }
  }
