@media only screen and (max-width: 430px) {
  .top-bar {
    padding: 1rem 1rem;
  }

  .top-bar p{
    font-weight: 500;
    font-size: 1rem;
  }

  .main-nav {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
  }

  .main-nav .logo {
    width: 140px;
    height: 100%;
  }

  .search-bar {
    margin: 0.5rem 0;
    width: 90%;
  }

  .search-bar input::placeholder {
    font-size: 0.8rem;
  }

  .search-bar .search-btn {
    padding: 9px 10px;
  }

  .search-bar .search-btn img {
    height: 25px;
    width: 30px;  
  }

  .nav-links {
    margin: 0.5rem 0;
    flex-wrap: wrap;
    text-align: center;
    /* flex-direction: column; */
    /* text-align: center; */
    /* margin-left: auto; */
    /* width: 80%; */
  }

  .nav-links a{
    flex: 0 0 50%;
    margin: 0;
    font-size: 1rem;
  }

  /* Section Header */
  .section-header {
    height: 10vh;
  }

  .section-header h2{
    font-size: 1.5rem;
  }

  .certified-img {
    position: absolute;
    bottom: -60%;
    right: 10px;
    width: 95px;
    height: 95px;
  }

  .navigator {
    margin: 4rem 0 0;
  }

  .section-content {
    display: inline-block;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    margin: 2rem 0 0;
  }

  .section-content .product {
    flex: none;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 2rem 4rem;
  }

  .section-content .product .top img{
    width: 100%;
    height: 150px;
    margin: 0 auto 1rem;
    object-fit: contain;
  }

  .product .top .description p,
  .product .top .moq p {
    font-size: 1.2rem;
    margin-left: 1rem;
  }

  /* Footer Styles */

  footer {
    margin-top: 0;
  }

  .footer-columns {
    flex-direction: column;
    width: 85%;
    margin-bottom: 1rem;
  }

  .footer-columns .footer-content {
    flex-direction: column;
  }
  
  .company-info {
    margin: 0 auto;
    text-align: center;
  }

  .company-info img {
    margin-bottom: 2rem;
  }

  .company-info p {
    text-align: center;
    font-weight: 500;
  }

  .footer-columns .footer-content {
    display: block;
  }

  .f-content {
    margin: 2rem 0;
  }

  .footer-columns ul li {
    color: #333333;
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    line-height: 1.5rem;
    margin-left: 0.5rem;
  }

  .license-note {
    margin-top: 0;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: capitalize;
  }

  .contact-info {
    font-size: 0.8rem;
    margin-bottom: 2rem;
  }

  /* Home hero Section */

  .hero {
    /* height: 45vh; */
    min-height: 375px;
    height: 40vh;
    display: flex;
    align-items: center;
  }

  .hero-content h2{
    width: 100%;
    font-size: 1.2rem;
  }

  .hero-content p{
    width: 100%;
    font-size: 0.8rem;
    font-weight: 300;
  }

  .hero-content .btn {
    font-size: 0.9rem;
    margin: 2rem auto 0;
    width: 100%;
  }

  /* Categories */
  .categories {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 0;
    width: 100%;
    margin: 4rem auto;
  }

  .category {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: 0 2rem;
  }

  .featured {
    display: flex;
    justify-content: center;
    margin: 4rem 2rem 0;
  }
  
  .featured .grid {
    padding: 0 1.8rem;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .cell-header {
    order: -1;
    grid-column: span 1;
  }

  .rowspan-2 {
    grid-row: span 1 !important;
  }

  .cell-lg .cell-text {
    height: 30%;
  } 

  .cell-lg {
    height: 320px;
  }

  .cell-lg img {
    height: 70%;
  }

  .cell-text .lg-label {
    font-size: 1.6rem;
  }
  
  .cell-header p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.8rem;
  }

  .cell-header h4 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  /* Best Deals */
  .best-deals {
    flex-direction: column;
    width: 100%;
    margin: 4rem 0;
    padding: 0 1.8rem;
  }

  .deal-header {
    margin: 1rem 0;
    padding: 0;
    text-align: left;
    align-items: center;
  }

  .deal-header h3{
    font-size: 3rem;
    font-weight: 500;
    line-height: 3rem;
  } 

  .deal-header img {
    width: 120px;
    height: 120px;
    margin: 1rem 0;
  }

  .deal-content {
    display: inline-block;
    justify-content: space-around;
    width: 100%;
    margin: 2rem 0 0;
  }

  .deal-content .product {
    flex: none;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    margin: 1rem 2rem 4rem;
  }

  .deal-content .product .top img{
    width: 100%;
    height: 150px;
    margin: 0 auto 1rem;
    object-fit: contain;
  }

  .container {
    width: 100%;
  }

  /* Apply Section */
  .apply-acc {
      min-height: 350px;
      height: 40vh;
      display: flex;
      padding: 3rem 0;
  }

  .apply-acc a {
    width: 80% !important;
    margin-top: 1rem;
    font-size: 0.8rem;
    padding: 0.8rem 0.5rem;
  }

  .acc-content {
    width: 100%;
    margin: 0;
  }

  .acc-content h3{
    width: 90%;
    text-align: center;
    margin: 0 auto 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
  }

  .acc-content p{
    width: 80%;
    font-size: 0.8rem;
    font-weight: 200;
    line-height: 1rem;
    margin: 0;
  }

  /* About Section */
  .container-md {
    width: 90%;
  }

  .about-us {
    margin: 2rem 0 5rem;
  }

  /* Help Section */
  .search-bar-2 {
    position: relative;
    width: 100%;
  }
  
  .member-header {
    margin-top: 3.2rem;
  }

  .member-header h2{
    font-size: 1.5rem;
  }

  .FAQ {
    margin: 3rem auto 0;
    width: 90%;
  }

  .FAQ h2 {
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }

  .chat-support {
    margin: 2rem 0;
  }

  .navigator {
    margin: 1.5rem auto;
  }

  /* Sign In */
  .sign-in {
    width: 100%;
    margin: 0 auto 3rem;
  }

  .sign-in h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  .sign-in-content {
    padding: 1rem 1rem;
  }

  .sign-in-content p {
    font-size: 1rem;
  }

  .sign-in-content input {
    height: 3rem;
  }

  .sign-in .btn {
    margin-top: 2rem;
  }

  .member-content {
    display: none;
  }
  .member-content-mobile {
    display: flex;
    justify-content: center;
  }

  .member-header{
    margin-bottom: 1rem;
  }

  .member-content-mobile 
  .gold-card, 
  .member-content-mobile 
  .business-card {
    width: 350px;
    height: 200px;
  } 

  .card-detail .card-price p {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .m-benefit {
    display: none;
  }

  .m-benefit-mobile {
    display: inline;
    margin: 0;
  }

  .m-benefit-mobile img {
    width: 30px;
    height: 30px;
  }

  .see-more-cta {
    margin: 0 auto;
  } 

  .see-more-cta .dropdown {
    margin: 2rem 0;
  }

  .vendors {
    margin: 4rem 0;
  }

  .vendors .brands {
    margin: 2rem 0;
  }

  .vendors .brands img {
    width: 120px;
    height: 70%;
  }

  .company-info img {
    width: 140px;
    height: 100%;
  }

  .request-quote {
    width: 100%;
    margin: 2rem auto;
    padding: 0;
  }

  .request-quote h2{
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .input-group,
  .input-group-txtarea {
    flex-direction: column;
  }

  .input-group label,
  .input-group-txtarea label {
    height: auto;
    margin: 1rem auto 0;
  }

  .input-group-txtarea textarea {
    width: 300px;
    height: 150px;
    margin: 0 auto;
  }

  .input-group .input .btn-lg {
    font-size: 1rem;
    padding: 12px 5px;
    margin-bottom: 1.5rem;
  }
}   