
.clr-txt{
  color: var(--primary-color);
}
/* Footer-Responsive-Start */

/* <= 1200px */
@media (max-width:1200px) {
  .custom-footer .logo-footer img {
    max-width: 150px;
  }
}

/* <= 991px */
@media (max-width:991px) {

  .custom-footer .col-lg-5,
  .custom-footer .col-lg-2{
    margin-bottom: 30px;
  }
  .custom-footer .footer-links {
    margin-top: 10px;
  }
  .custom-footer .logo-footer img{
    max-width: 100px;
    object-fit: contain;
  }
  .footer-links li{
    margin-bottom: 8px;
  }

}

/* <= 767px*/
@media (max-width:767px) {
  .custom-footer {
    padding: 40px 15px 15px;
  }
  .custom-footer .logo-footer {
    margin-bottom: 20px;
  }
  .custom-footer h6 {
    margin-bottom: 12px;
  }
  .custom-footer .footer-links li {
    margin-bottom: 6px;
  }
  .custom-footer .row {
    text-align: center;
  }
  .other-benifits .title-wrapper p>a{
    font-size: 10px;
  }

}


/* <= 600px */
@media (max-width:600px) {
  .custom-footer .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .custom-footer .footer-links {
    padding-left: 0;
  }
}

/* <= 480px */
@media (max-width:480px) {
  .custom-footer h6 {
    font-size: 13px;
  }
  .custom-footer .footer-links li,
  .custom-footer .copy-right p {
    font-size: 13px;
  }
}

/* <= 350px */
@media (max-width:350px) {
  .custom-footer .logo-footer img {
    max-width: 140px;
  }
  .custom-footer h6 {
    font-size: 12px;
  }
  .custom-footer .footer-links li,
  .custom-footer .copy-right p {
    font-size: 12px;
  }
}

/* Footer-Responsive-End */



/* ContactUs_Responsive-Start */

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    border: 1px solid;
}

/* <= 991px */
@media (max-width:991px) {
  .contact-sec .row {
    align-items: flex-start;
  }
  .contact-sec {
    padding: 50px 0;
  }
  .contact-card {
    margin-bottom: 30px;
  }
  .talk-to-us {
    font-size: 17px;
    padding: 35px 15px;
  }
}

/* <= 767px */
@media (max-width:767px) {
  .contact-sec {
    padding: 40px 0;
  }
  .contact-card {
    padding: 25px;
  }
  .talk-to-us {
    font-size: 16px;
    padding: 30px 15px;
  }
}

/* <= 600px */
@media (max-width:600px) {
  .contact-sec .row {
    flex-direction: column;
  }
  .contact-card {
    margin-bottom: 25px;
  }
  .contact-card p {
    font-size: 14px;
  }
  .talk-to-us {
    font-size: 15px;
  }
}

/* <= 480px */
@media (max-width:480px) {
  .contact-sec {
    padding: 30px 0;
  }
  .contact-card {
    padding: 20px;
  }
  .talk-to-us {
    font-size: 14px;
    padding: 25px 10px;
  }
}

/* <= 350px */
@media (max-width:350px) {
  .contact-card h3 {
    font-size: 30px;
  }
  .contact-card p {
    font-size: 16px;
  }
  .talk-to-us {
    font-size: 13px;
  }
}

/* ContactUs_Responsive-End */


/* Recipes-Responsive-Start */

@media (max-width:480px) {
  .Additional-wrapper .btn-shop{
    font-size: 14px;
  }
}

@media (max-width:375px) {
  .Additional-wrapper .btn-shop{
    font-size: 12px;
  }
  .btn-shop i{
    font-size: 14px;
  }
}

/* Recipes-Responsive-End */


/* Health-Responsive-Start */

@media (max-width:991px){
    .benifit-img img{
        border-radius: 40px;
        height: 400px;
        object-fit: cover;
    }
}

@media (max-width:480px){
    ul.check-list.d-flex {
        flex-direction: column;
        gap: 0;
    }

    .components-wrapper .check-list li {
        margin: 10px 0;
        font-weight: 600;
    }
}

/* Health-Responsive-End */




