* {
    margin: 0;
    padding: 0;
}

/* ===========================================
      Starting  Medichef Website Home page CSS
============================================ */

/*-- ----------------------------------------------- -->
<---   Home, About, Services Page Navigation CSS  -->
<--- ----------------------------------------------- -*/
/* page editor css */
/*First wrap the content section in a new div  class call  “ new-content-section”*/

.new-content-section p {
    font-size: 20px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 34px;
} 

.new-content-section h2{
    font-size: clamp(1.4rem, 0.6071rem + 2.8571vw, 2.2rem) !important;
}

.new-content-section h3{
    font-size: clamp(1.2rem, 0.6071rem + 2.8571vw, 1.8rem) !important;
}

.new-content-section h4{
    font-size: clamp(1.1rem, 0.6071rem + 2.8571vw, 1.6rem) !important;
}

.new-content-section h5 {
    color: #0072ff;
    padding-bottom: 1rem;
    font-size: clamp(1rem, 0.6071rem + 2.8571vw, 1.3rem) !important;
}

.new-content-section p {
    padding-bottom: 1.5rem;
}

.new-content-section h4{
    font-size: clamp(0.8rem, 0.6071rem + 2.8571vw, 1.3rem) !important;
}
.new-content-section .alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.new-content-section .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.new-content-section .aligncenter,
 {
  display: block;
  margin: 5px auto 5px auto;
}

.new-content-section a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.new-content-section a img.alignnone {
  margin: 5px 20px 20px 0;
}

.new-content-section a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.new-content-section a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.new-content-section ul {
list-style: none;
}

 .new-content-section  ul li {
    position: relative;
    padding: 0 0 22px 30px;
    font-size: 16px;

}

.new-content-section ul li:before {
    content: '';
    background: url(https://foundationalhomecare.com/wp-content/themes/foundationalhhc/images/check.png);
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px;
    /*margin-right: 5px;
    color: green; */
}

.new-content-section strong, .new-content-section b {
    font-weight: bold;
}


/* page editor css end */



—-------------------------------------------

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/****** SINGLE POST CONTAINER SIZE  ***********/
  
 .container.blog-content.p-5 {
  max-width: 100%; /* default for mobile/tablet */
}

@media (min-width: 992px) { /* Bootstrap lg breakpoint */
  .container.blog-content.p-5 {
    max-width: 75%;
    margin: 0 auto; /* centers it */
  }
}

/****** END SINGLE POST CONTAINER SIZE  ***********/

/*********** Table Class **********/

/* Make tables responsive */
.new-content-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  table-layout: auto; /* Allow table to adjust width */
}

/* Table Headings */
.new-content-section th {
  background-color: #f4f4f4;
  font-weight: bold;
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
}

/* Table Cells */
.new-content-section td {
  padding: 12px 15px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ddd;
}

/* Make table rows striped */
.new-content-section .table-striped tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* Hover effect for rows */
.new-content-section .table-hover tbody tr:hover {
  background-color: #f1f1f1;
}

/* Table with centered content */
.new-content-section .table-center td,
.new-content-section .table-center th {
  text-align: center;
}

/* Add responsiveness for smaller screens */
@media (max-width: 768px) {
  .new-content-section table {
    display: block;
    overflow-x: auto; /* Allow horizontal scrolling */
    white-space: nowrap; /* Prevent text from breaking into multiple lines */
    -webkit-overflow-scrolling: touch;
  }
  
  .new-content-section th, .new-content-section td {
    padding: 10px; /* Reduced padding for better mobile display */
  }
  
  .new-content-section .table-responsive {
    width: 100%;
  }
}



/* ****** Table class end ******** */






a.nav-link:hover, .current_page_item a.nav-link {
 color: #5C7C42 !important;
}

.header-navbar {
    background-color: #FFFFFF !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-navbar-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.header-navbar-inner img {
    width: 240px;
}

.navh:hover {
    color: #5C7C42 !important;
}

.main-menu ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: #202020;
}

.text1 {
    color: #5C7C42 !important;
    font-weight: 700 !important;
}


.navbar-toggler-icon {
    color: #000000 !important;
}

.navbar-toggler {
    color: #000000 !important;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.menu-button {
    background-color: #000000;
    padding: 10px 20px;
    border-radius: 12px;
}

.menu-button a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-link {
    display: inline;
}



/*==================================================
    Home Page Navigation Responsive Breakpoints
======================================================*/

/* extra small mobile (263px - 344px) */
@media (max-width: 344.99px) {

    .header-navbar-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .header-navbar-inner img {
        width: 150px;
    }

    .nav-link {
        display: inline-block;
    }

    .main-menu ul li a {
        font-size: 12px !important;
    }

    .menu-button {
        padding: 6px 8px;
    }

    .menu-button a {
        font-size: 12px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .header-navbar-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .header-navbar-inner img {
        width: 150px;
    }

    .nav-link {
        display: inline-block;
    }

    .main-menu ul li a {
        font-size: 14px !important;
    }

    .menu-button {
        padding: 8px 10px;
    }

    .menu-button a {
        font-size: 14px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .header-navbar-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header-navbar-inner img {
        width: 200px;
    }

    .nav-link {
        display: inline-block;
    }

    .main-menu ul li a {
        font-size: 14px !important;
    }

    .menu-button {
        padding: 6px 14px;
    }

    .menu-button a {
        font-size: 16px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {

    .header-navbar-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .header-navbar-inner img {
        width: 170px;
    }

    .nav-link {
        display: inline-block;
    }

    .main-menu ul li a {
        font-size: 16px !important;
    }

    .menu-button {
        padding: 10px 12px;
    }

    .menu-button a {
        font-size: 16px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .header-navbar-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header-navbar-inner img {
        width: 170px;
    }

    .nav-link {
        display: inline-block;
    }

    .main-menu ul li a {
        font-size: 16px !important;
    }

    .menu-button {
        padding: 10px 12px;
    }

    .menu-button a {
        font-size: 16px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.99px) {
    .header-navbar-inner {
        padding: 5px 0px;
    }

    .header-navbar-inner img {
        width: 170px;
    }

    .nav-link {
        display: inline-block;
    }

    .main-menu ul li a {
        font-size: 16px !important;
    }

    .menu-button {
        padding: 10px 12px;
    }

    .menu-button a {
        font-size: 16px;
    }

}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .header-navbar-inner {
        padding: 5px 0px;
    }

    .header-navbar-inner img {
        width: 150px;
    }

    .nav-link {
        display: inline-block;
    }

    .main-menu ul li a {
        font-size: 8px !important;
    }

    .menu-button {
        padding: 8px 10px;
    }

    .menu-button a {
        font-size: 10px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .header-navbar-inner {
        padding: 5px 0px;
    }

    .header-navbar-inner img {
        width: 180px;
    }

    .nav-link {
        display: inline-block;
    }

    .main-menu ul li a {
        font-size: 12px !important;
    }

    .menu-button {
        padding: 12px 14px;
    }

    .menu-button a {
        font-size: 14px;
    }
}

/* =========================== END ================================== */

/*-- ------------------------------------- -->
<--- Section 2 (Home Page Hero Banner CSS) -->
<--- ------------------------------------- -*/

.medichef-banner {
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.8)),
        url('../images/medichef-hero-banner-img.png') center center / cover no-repeat;
    height: 100vh;
    opacity: 1;
    color: #fff;
    height: 629px;
    padding: 50px;
    margin-top: 75px;
}

.medichef-banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 58px;
    text-transform: uppercase;
}

.medichef-banner p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    margin-top: 40px;
}

.medichef-banner a {
    background-color: #000000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 15px 30px;
    margin-top: 20px;
}

/*============================================================
= Section 2 (Home Page Hero Banner CSS) Responsive Breakpoints
==============================================================*/
/* Very small phones */
@media (max-width: 344.99px) {
    .medichef-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-banner h1 {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-banner p {
        font-size: 10px;
        line-height: 20px;
    }

    .medichef-banner a {
        font-size: 10px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {

    .medichef-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-banner h1 {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
    }

    .medichef-banner p {
        font-size: 12px;
        line-height: 20px;
    }

    .medichef-banner a {
        font-size: 12px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .medichef-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-banner h1 {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-banner p {
        font-size: 12px;
        line-height: 18px;
    }

    .medichef-banner a {
        font-size: 12px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .medichef-banner {
        height: auto;
        margin-top: 60px;
        text-align: center;
    }

    .medichef-banner h1 {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-banner p {
        font-size: 10px;
        line-height: 24px;
        margin-top: 15px;
    }

    .medichef-banner a {
        font-size: 12px;
    }
}

@media (min-width: 540px) and (max-width: 575.99px) {
    .medichef-banner {
        height: auto;
        margin-top: 61px;
        text-align: center;
    }

    .medichef-banner h1 {
        font-size: 18px;
        line-height: 20px;
        width: 100%;
    }

    .medichef-banner p {
        font-size: 10px;
        line-height: 14px;
        margin-top: 20px;
    }

    .medichef-banner a {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 650.99px) {

    .medichef-banner {
        height: 300px;
        margin-top: 72px;
        text-align: center;
    }

    .medichef-banner h1 {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-banner p {
        font-size: 12px;
        line-height: 20px;
                margin-top: 25px;
    }

    .medichef-banner a {
        font-size: 12px;
    }
}

/* Standard Mobile (651px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .medichef-banner {
        height: 300px;
        margin-top: 72px;
        text-align: center;
    }

    .medichef-banner h1 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-banner p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 30px;
    }

    .medichef-banner a {
        font-size: 12px;
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 850.99px) {
    .medichef-banner {
        height: 300px;
        margin-top: 70px;
        text-align: center;
    }

    .medichef-banner h1 {
        font-size: 28px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-banner p {
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
    }

    .medichef-banner a {
        font-size: 16px;
        padding: 10px 20px;
        margin-top: 10px;
    }
}

@media (min-width: 850px) and (max-width: 991.99px) {
    .medichef-banner {
        height: 400px;
        margin-top: 70px;
        text-align: center;
    }

    .medichef-banner h1 {
        font-size: 32px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-banner p {
        font-size: 20px;
        line-height: 24px;
        margin-top: 30px;
    }

    .medichef-banner a {
        font-size: 20px;
        padding: 15px 25px;
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .medichef-banner {
        height: 400px;
        margin-top: 73px;
        text-align: center;
    }

    .medichef-banner h1 {
        font-size: 40px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-banner p {
        font-size: 24px;
        line-height: 24px;
        margin-top: 40px !important;
    }

    .medichef-banner a {
        font-size: 20px;
        padding: 15px 25px;
        margin-top: 20px;
    }
}

/* =========================== END ================================== */


/*-- ----------------------------------------- -->
<---  Section 3 (Turn Professional Advice into Action) -->
<--- ----------------------------------------- -*/
.turn-professional {
    background-color: #F8F8F8;
    /* padding: 60px 0; */
    width: 100%;
}

.turn-professional h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 38px !important;
    line-height: 48px;
    letter-spacing: 0%;
    color: #202020;
    text-transform: uppercase;
}

.turn-professional p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 34px;
    letter-spacing: 0%;
    color: #202020;
    margin-top: 20px;
}

.turn-professional-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.turn-professional-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}


.turn-professional-card img {
    width: 40px;
    height: 40px;
}

.turn-professional-card h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: 0%;
    color: #202020;
    margin-top: 20px;
}




/*===================================================================
= Section 3 (Turn Professional Advice into Action) Responsive Breakpoints 
===================================================================== */
/* Extra Small phone (less then 344px) */
@media (max-width: 344.99px) {
    .turn-professional h2 {
        font-size: 18px !important;
        line-height: 24px;
        width: 100%;
    }

    .turn-professional p {
        font-size: 14px !important;
        line-height: 20px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .turn-professional h2 {
        font-size: 20px !important;
        line-height: 24px;
        width: 100%;
    }

    .turn-professional p {
        font-size: 14px !important;
        line-height: 20px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .turn-professional h2 {
        font-size: 24px !important;
        line-height: 28px;
        width: 100%;
    }

    .turn-professional p {
        font-size: 16px !important;
        line-height: 20px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .turn-professional h2 {
        font-size: 24px !important;
        line-height: 28px;
        width: 100%;
    }

    .turn-professional p {
        font-size: 16px !important;
        line-height: 20px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .turn-professional h2 {
        font-size: 26px !important;
        line-height: 34px;
        width: 100%;
    }

    .turn-professional p {
        font-size: 16px !important;
        line-height: 20px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .turn-professional h2 {
        font-size: 26px !important;
        line-height: 34px;
        width: 100%;
    }

    .turn-professional p {
        font-size: 16px !important;
        line-height: 20px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .turn-professional h2 {
        font-size: 28px !important;
        line-height: 34px;
        width: 100%;
    }

    .turn-professional p {
        font-size: 18px !important;
        line-height: 24px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .turn-professional h2 {
        font-size: 30px !important;
        line-height: 40px;
        width: 100%;
    }

    .turn-professional p {
        font-size: 18px !important;
        line-height: 28px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .turn-professional h2 {
        font-size: 32px !important;
        line-height: 40px;
        width: 100%;
    }

    .turn-professional p {
        font-size: 20px !important;
        line-height: 28px;
    }

    .turn-professional-card h6 {
        font-size: 14px !important;
        line-height: 24px;
    }
}


/* =========================== END ================================== */

/*-- ---------------------------------------------- -->
<---Section 4 Home Page (Become a MediChef CSS)  -->
<--- ---------------------------------------------- -*/

.become-medichef {
    background-color: #FFFFFF;
    width: 100%;
}

.become-medichef h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 38px !important;
    line-height: 48px;
    letter-spacing: 0%;
    color: #202020;
    text-transform: uppercase;
}

.become-medichef p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 34px;
    letter-spacing: 0%;
    color: #202020;
    margin-top: 20px;
}

.become-medichef-card {
    background: #f0eeee;
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: auto;
    transition: all 0.3s ease;
    margin-top: 20px;
    text-align: start !important;
}

.become-medichef-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.become-medichef-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px !important;
    line-height: 32px;
    letter-spacing: 0%;
    color: #202020;
}

.become-medichef-card ul {
    padding: 0px;
    margin-top: 20px;
}

.become-medichef-card li {
    list-style: none;
    justify-items: center;
    margin-top: 10px;
}

.become-medichef-card a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px;
    letter-spacing: 0%;
    color: #202020;
    text-decoration: none;
}

.become-medichef-card a:hover {
    color: #5C7C42;
}

.become-medichef-card img {
    width: 15px;
    height: 15px;
    margin-bottom: 5px;
}



/*=====================================================================
= Section 4 Home Page (Become a MediChef) Responsive Breakpoints
=======================================================================*/
/* Extra Small phone (less then 344px) */
@media (max-width: 344.99px) {

    .become-medichef-inner h2 {
        font-size: 18px !important;
        line-height: 24px;
        width: 100%;
    }

    .become-medichef p {
        font-size: 10px !important;
        line-height: 20px;
    }

    .become-medichef-card h2 {
        font-size: 16px !important;
    }


    .become-medichef-card a {
        font-size: 8px !important;
    }

    .become-medichef-card img {
        width: 10px;
        height: 10px;
        margin-bottom: 0;
    }

}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .become-medichef-inner h2 {
        font-size: 20px !important;
        line-height: 24px;
        width: 100%;
    }

    .become-medichef p {
        font-size: 12px !important;
        line-height: 20px;
    }

    .become-medichef-card h2 {
        font-size: 18px !important;
    }


    .become-medichef-card a {
        font-size: 10px !important;
    }

    .become-medichef-card img {
        width: 12px;
        height: 12px;
        margin-bottom: 0;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .become-medichef-inner h2 {
        font-size: 24px !important;
        line-height: 24px;
        width: 100%;
    }

    .become-medichef p {
        font-size: 14px !important;
        line-height: 20px;
    }

    .become-medichef-card h2 {
        font-size: 20px !important;
    }


    .become-medichef-card a {
        font-size: 10px !important;
    }

    .become-medichef-card img {
        width: 14px;
        height: 14px;
        margin-bottom: 0;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .become-medichef-inner h2 {
        font-size: 24px !important;
        line-height: 24px;
        width: 100%;
    }

    .become-medichef p {
        font-size: 14px !important;
        line-height: 20px;
    }

    .become-medichef-card h2 {
        font-size: 20px !important;
    }


    .become-medichef-card a {
        font-size: 14px !important;
    }

    .become-medichef-card img {
        width: 14px;
        height: 14px;
        margin-bottom: 0;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .become-medichef-inner h2 {
        font-size: 28px !important;
        line-height: 24px;
        width: 100%;
    }

    .become-medichef p {
        font-size: 18px !important;
        line-height: 20px;
    }

    .become-medichef-card h2 {
        font-size: 24px !important;
    }


    .become-medichef-card a {
        font-size: 16px !important;
    }

    .become-medichef-card img {
        width: 16px;
        height: 16px;
        margin-bottom: 0;
    }
}

/* Standard Mobile (576px - 650px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .become-medichef-inner h2 {
        font-size: 28px !important;
        line-height: 24px;
        width: 100%;
    }

    .become-medichef p {
        font-size: 18px !important;
        line-height: 20px;
    }

    .become-medichef-card h2 {
        font-size: 24px !important;
    }


    .become-medichef-card a {
        font-size: 16px !important;
    }

    .become-medichef-card img {
        width: 16px;
        height: 16px;
        margin-bottom: 0;
    }
}

/* Standard Mobile (651px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .become-medichef-inner h2 {
        font-size: 28px !important;
        line-height: 24px;
        width: 100%;
    }

    .become-medichef p {
        font-size: 18px !important;
        line-height: 20px;
    }

    .become-medichef-card h2 {
        font-size: 24px !important;
    }


    .become-medichef-card a {
        font-size: 16px !important;
    }

    .become-medichef-card img {
        width: 16px;
        height: 16px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 850.99px) {
    .become-medichef-inner h2 {
        font-size: 28px !important;
        line-height: 24px;
        width: 100%;
    }

    .become-medichef p {
        font-size: 18px !important;
        line-height: 20px;
    }

    .become-medichef-card h2 {
        font-size: 18px !important;
    }


    .become-medichef-card a {
        font-size: 10px !important;
    }

    .become-medichef-card img {
        width: 16px;
        height: 16px;
        margin-bottom: 0;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 851px) and (max-width: 991.99px) {
    .become-medichef-inner h2 {
        font-size: 28px !important;
        line-height: 24px;
        width: 100%;
    }

    .become-medichef p {
        font-size: 18px !important;
        line-height: 20px;
    }

    .become-medichef-card h2 {
        font-size: 18px !important;
    }


    .become-medichef-card a {
        font-size: 10px !important;
    }

    .become-medichef-card img {
        width: 16px;
        height: 16px;
        margin-bottom: 0;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .become-medichef-inner h2 {
        font-size: 28px !important;
        line-height: 24px;
        width: 100%;
    }

    .become-medichef p {
        font-size: 18px !important;
        line-height: 20px;
    }

    .become-medichef-card h2 {
        font-size: 18px !important;
    }


    .become-medichef-card a {
        font-size: 14px !important;
    }

    .become-medichef-card img {
        width: 16px;
        height: 16px;
        margin-bottom: 0;
    }
}

/* =========================== END ================================== */

/*-- ------------------------------------------- -->
<---  Section 5 (what our clients say CSS) -->
<--- ------------------------------------------- -*/

.carousel-item {
     min-height: 500px;  
    background:
        linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('../images/client-say-img.png') center / cover no-repeat;
}

.carousel-item h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 38px;
    color: #fff;
}

.testimonial-box {
    background: rgba(19, 16, 13, 0.4);
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
}

.testimonial-box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #fff;
}

.client-info {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.client-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.client-info h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #fff;
    margin: 0;
}

.client-info span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
}

.carousel-indicators {
    bottom: 30px;
    /* bring indicators up */
}

/* Indicators */
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFFFFFCC;
    border: none;
    margin: 0 6px;
}

.carousel-indicators .active {
    background-color: #5C7C42CC;
}

/*=============================================================
= Section 5 (what our clients say CSS) Responsive Breakpoints 
=============================================================== */
@media (max-width: 344.99px) {

    .carousel-item {
     min-height: 400px !important;  
}

    .carousel-item h2 {
        font-size: 18px !important;
    }

    .testimonial-box p {
        font-size: 10px !important;
        line-height: 20px;
    }

    .client-info img {
        width: 40px;
        height: 40px;
    }

    .client-info h5 {
        font-size: 16px !important;
        line-height: 0;
    }

    .client-info span {
        font-size: 10px !important;
        line-height: 0;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .carousel-item {
     min-height: 400px !important;  
}


    .carousel-item h2 {
        font-size: 20px !important;
    }

    .testimonial-box p {
        font-size: 12px !important;
        line-height: 20px;
    }

    .client-info img {
        width: 40px;
        height: 40px;
    }

    .client-info h5 {
        font-size: 16px !important;
        line-height: 0;
    }

    .client-info span {
        font-size: 10px !important;
        line-height: 0;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {

   .carousel-item {
     min-height: 400px !important;  
}

    .carousel-item h2 {
        font-size: 24px !important;
    }

    .testimonial-box p {
        font-size: 12px !important;
        line-height: 20px;
    }

    .client-info img {
        width: 40px;
        height: 40px;
    }

    .client-info h5 {
        font-size: 16px !important;
        line-height: 0;
    }

    .client-info span {
        font-size: 10px !important;
        line-height: 0;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {

   .carousel-item {
     min-height: 400px !important;  
}
    

    .carousel-item h2 {
        font-size: 24px !important;
    }

    .testimonial-box p {
        font-size: 14px !important;
        line-height: 20px;
        width: 350px;
        margin: 0 auto;
    }

    .client-info img {
        width: 40px;
        height: 40px;
    }

    .client-info h5 {
        font-size: 16px !important;
        line-height: 0;
    }

    .client-info span {
        font-size: 10px !important;
        line-height: 0;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {

   .carousel-item {
     min-height: 400px !important;  
}

    .carousel-item h2 {
        font-size: 24px !important;
    }

    .testimonial-box p {
        font-size: 14px !important;
        line-height: 20px;
        width: 350px;
        margin: 0 auto;
    }

    .client-info img {
        width: 40px;
        height: 40px;
    }

    .client-info h5 {
        font-size: 16px !important;
        line-height: 0;
    }

    .client-info span {
        font-size: 10px !important;
        line-height: 0;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {

   .carousel-item {
     min-height: 400px !important;  
}

    .carousel-item h2 {
        font-size: 26px !important;
    }

    .testimonial-box p {
        font-size: 16px !important;
        line-height: 20px;
        width: 450px;
        margin: 0 auto;
    }

    .client-info img {
        width: 40px;
        height: 40px;
    }

    .client-info h5 {
        font-size: 16px !important;
        line-height: 0;
    }

    .client-info span {
        font-size: 10px !important;
        line-height: 0;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {

   .carousel-item {
     min-height: 400px !important;  
}

    .carousel-item h2 {
        font-size: 26px !important;
    }

    .testimonial-box p {
        font-size: 16px !important;
        line-height: 20px;
        width: 450px;
        margin: 0 auto;
    }

    .client-info img {
        width: 40px;
        height: 40px;
    }

    .client-info h5 {
        font-size: 16px !important;
        line-height: 0;
    }

    .client-info span {
        font-size: 10px !important;
        line-height: 0;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {

   .carousel-item {
     min-height: 400px !important;  
}

    .carousel-item h2 {
        font-size: 26px !important;
    }

    .testimonial-box p {
        font-size: 16px !important;
        line-height: 20px;
        width: 450px;
        margin: 0 auto;
    }

    .client-info img {
        width: 40px;
        height: 40px;
    }

    .client-info h5 {
        font-size: 16px !important;
        line-height: 0;
    }

    .client-info span {
        font-size: 10px !important;
        line-height: 0;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {}

/* =========================== END ================================== */


/*-- ------------------------------------------------------------------ -->
<--- Section 6 Home Pge, Section 7 recovery page  (gift of recovery) CSS -->
<--- ---------------------------------------------------------------------*/
.gift-section {
    background: #090C06;
    color: #fff;
    padding: 100px 0px !important;
}

.gift-section-left img {
    width: 550px;
    border-radius: 20px;
}

.gift-section-right h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0%;
    width: 400px;
    margin: 0 auto;

}

.gift-section-right p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    margin-top: 30px;
}

.gift-btn {
    background: #ffffff;
    color: #000;
    padding: 12px 30px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gift-btn:hover {
    background: #5c7c42;
    color: #fff;
}



/*===================================================================================
= Section 6 Home Pge  (gift of recovery) Responsive Breakpoints
======================================================================================*/
@media (max-width: 344.99px) {
    .gift-section-left img {
        width: 100%;
    }

    .gift-section-right h1 {
        font-size: 18px;
        width: 100%;
    }

    .gift-section-right p {
        font-size: 12px;
        line-height: 15px;
        margin-top: 10px;
    }

    .gift-btn {
        font-size: 10px;
        padding: 8px 20px;

    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .gift-section-left img {
        width: 100%;
    }

    .gift-section-right h1 {
        font-size: 20px;
        width: 100%;

    }

    .gift-section-right p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;

    }

    .gift-btn {
        font-size: 10px;
        padding: 8px 20px;

    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .gift-section-left img {
        width: 100%;
    }

    .gift-section-right h1 {
        font-size: 20px;
        width: 100%;
    }

    .gift-section-right p {
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;

    }

    .gift-btn {
        font-size: 15px;
        padding: 8px 20px;

    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .gift-section-left img {
        width: 100%;
    }

    .gift-section-right h1 {
        font-size: 26px;
    }

    .gift-section-right p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 10px;

    }

    .gift-btn {
        font-size: 15px;
        padding: 8px 20px;

    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .gift-section-left img {
        width: 100%;
    }

    .gift-section-right h1 {
        font-size: 26px;
    }

    .gift-section-right p {
        font-size: 20px;
        line-height: 28px;
        margin-top: 10px;

    }

    .gift-btn {
        font-size: 15px;
        padding: 8px 20px;

    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .gift-section-left img {
        width: 100%;
    }

    .gift-section-right h1 {
        font-size: 28px;
        width: 500px;
    }

    .gift-section-right p {
        font-size: 18px;
        line-height: 34px;
        margin-top: 10px;
    }

    .gift-btn {
        font-size: 18px;
        padding: 8px 20px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .gift-section-left img {
        width: 100%;
    }

    .gift-section-right h1 {
        font-size: 28px;
        width: 500px;
    }

    .gift-section-right p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 10px;
    }

    .gift-btn {
        font-size: 18px;
        padding: 8px 20px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .gift-section-left img {
        width: 100%;
    }

    .gift-section-right h1 {
        font-size: 28px;
        line-height: 36px;
        width: 230px;
    }

    .gift-section-right p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .gift-btn {
        font-size: 18px;
        padding: 8px 20px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .gift-section-left img {
        width: 100%;
    }

    .gift-section-right h1 {
        font-size: 38px;
        line-height: 45px;
        width: 300px;
    }

    .gift-section-right p {
        font-size: 20px;
        line-height: 28px;
        margin-top: 24px;
    }

    .gift-btn {
        font-size: 18px;
        padding: 8px 20px;
    }
}


/* =========================== END ================================== */

/*-- ----------------------------------------- -->
<---   Home Section 7  (certification program) CSS-->
<--- ----------------------------------------- -*/

.certification-section {
    background: #FFFFFF;
    /* color: #fff; */
}

.certification-section-left h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.certification-section-left h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    margin-top: 30px;
    text-transform: uppercase;

}

.certification-section-left a {
    font-family: 'Montserrat', sans-serif;
    background: #000000;
    color: #FFFFFF;
    padding: 20px 70px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 30px;
}

.certification-section-left a:hover {
    background: #5c7c42;
    color: #fff;
}

.certification-card {
    background-color: #F8F8F8;
    border-radius: 20px;
    padding: 30px;
}

.certification-card img {
    width: 40px;
    height: 40px;
}

.certification-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    /* margin-top: 30px; */
}

.certification-card p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    /* margin-top: 30px; */
}


/*================================================================
= Home Section 7  (certification program) Responsive Breakpoints 
================================================================== */
@media (max-width: 344.99px) {

    .certification-section-left h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .certification-section-left h6 {
        font-size: 16px;
        line-height: 18px;
        margin-top: 30px;
    }

    .certification-section-left a {
        padding: 14px 40px;
        font-size: 14px;
        line-height: 100%;
        margin-top: 30px;
    }

    .certification-card {
        padding: 30px;
    }

    .certification-card img {
        width: 30px;
        height: 30px;
    }

    .certification-card h2 {
        font-size: 18px;
        line-height: 100%;
    }

    .certification-card p {
        font-size: 12px;
        line-height: 18px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .certification-section-left h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .certification-section-left h6 {
        font-size: 16px;
        line-height: 18px;
        margin-top: 30px;
    }

    .certification-section-left a {
        padding: 14px 40px;
        font-size: 14px;
        line-height: 100%;
        margin-top: 30px;
    }

    .certification-card {
        padding: 30px;
    }

    .certification-card img {
        width: 30px;
        height: 30px;
    }

    .certification-card h2 {
        font-size: 18px;
        line-height: 100%;
    }

    .certification-card p {
        font-size: 12px;
        line-height: 18px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .certification-section-left h1 {
        font-size: 28px;
        line-height: 34px;
        width: 300px;
        margin: 0 auto;
    }

    .certification-section-left h6 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 30px;
    }

    .certification-section-left a {
        padding: 14px 40px;
        font-size: 18px;
        line-height: 100%;
        margin-top: 30px;
    }

    .certification-card {
        padding: 30px;
    }

    .certification-card img {
        width: 30px;
        height: 30px;
    }

    .certification-card h2 {
        font-size: 22px;
        line-height: 100%;
    }

    .certification-card p {
        font-size: 14px;
        line-height: 18px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .certification-section-left h1 {
        font-size: 28px;
        line-height: 36px;
        width: 300px;
        margin: 0 auto;
    }

    .certification-section-left h6 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 30px;
    }

    .certification-section-left a {
        padding: 14px 40px;
        font-size: 18px;
        line-height: 100%;
        margin-top: 30px;
    }

    .certification-card {
        padding: 30px;
    }

    .certification-card img {
        width: 35px;
        height: 35px;
    }

    .certification-card h2 {
        font-size: 24px;
        line-height: 100%;
    }

    .certification-card p {
        font-size: 16px;
        line-height: 18px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .certification-section-left h1 {
        font-size: 32px;
        line-height: 36px;
        width: 300px;
        margin: 0 auto;
    }

    .certification-section-left h6 {
        font-size: 20px;
        line-height: 18px;
        margin-top: 30px;
    }

    .certification-section-left a {
        padding: 14px 40px;
        font-size: 18px;
        line-height: 100%;
        margin-top: 30px;
    }

    .certification-card {
        padding: 30px;
    }

    .certification-card img {
        width: 35px;
        height: 35px;
    }

    .certification-card h2 {
        font-size: 20px;
        line-height: 100%;
    }

    .certification-card p {
        font-size: 16px;
        line-height: 18px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .certification-section-left h1 {
        font-size: 32px;
        line-height: 36px;
        width: 300px;
        margin: 0 auto;
    }

    .certification-section-left h6 {
        font-size: 20px;
        line-height: 18px;
        margin-top: 30px;
    }

    .certification-section-left a {
        padding: 14px 40px;
        font-size: 18px;
        line-height: 100%;
        margin-top: 30px;
    }

    .certification-card {
        padding: 30px;
    }

    .certification-card img {
        width: 35px;
        height: 35px;
    }

    .certification-card h2 {
        font-size: 22px;
        line-height: 100%;
    }

    .certification-card p {
        font-size: 16px;
        line-height: 18px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .certification-section-left h1 {
        font-size: 32px;
        line-height: 36px;
        width: 300px;
        margin: 0 auto;
    }

    .certification-section-left h6 {
        font-size: 24px;
        line-height: 18px;
        margin-top: 30px;
    }

    .certification-section-left a {
        padding: 14px 40px;
        font-size: 18px;
        line-height: 100%;
        margin-top: 30px;
    }

    .certification-card {
        padding: 30px;
    }

    .certification-card img {
        width: 35px;
        height: 35px;
    }

    .certification-card h2 {
        font-size: 24px;
        line-height: 100%;
    }

    .certification-card p {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .certification-section-left h1 {
        font-size: 28px;
        line-height: 36px;
        width: 300px;
        margin: 0 auto;
    }

    .certification-section-left h6 {
        font-size: 20px;
        line-height: 18px;
        margin-top: 30px;
    }

    .certification-section-left a {
        padding: 14px 40px;
        font-size: 18px;
        line-height: 100%;
        margin-top: 30px;
    }

    .certification-card {
        padding: 20px;
    }

    .certification-card img {
        width: 30px;
        height: 30px;
    }

    .certification-card h2 {
        font-size: 20px;
        line-height: 100%;
    }

    .certification-card p {
        font-size: 12px;
        line-height: 18px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {

    .certification-section-left h1 {
        font-size: 40px;
        line-height: 45px;
        width: 300px;
        margin: 0 auto;
    }

    .certification-section-left h6 {
        font-size: 24px;
        line-height: 18px;
        margin-top: 30px;
    }

    .certification-section-left a {
        padding: 16px 44px;
        font-size: 20px;
        line-height: 100%;
        margin-top: 30px;
    }

    .certification-card {
        padding: 20px;
    }

    .certification-card img {
        width: 30px;
        height: 30px;
    }

    .certification-card h2 {
        font-size: 24px;
        line-height: 100%;
    }

    .certification-card p {
        font-size: 14px;
        line-height: 18px;
    }
}


/* =========================== END ================================== */

/* END CSS HOME PAGE */

/* =========================== END ================================== */


/* ---------------------------------------------------------------
                 Strating CSS of About Page
--------------------------------------------------------------- */


/*-- ------------------------------------- -->
<--- Section 2 (About Page Hero Banner CSS) -->
<--- ------------------------------------- -*/

.medichef-about-banner {
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.8)),
        url('../images/medichef-about-banner-img.png') center center / cover no-repeat;
    height: 100vh;
    opacity: 1;
    color: #fff;
    height: 629px;
    padding: 50px;
    margin-top: 75px;
}

.medichef-about-banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 58px;

}

.medichef-about-banner p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    width: 800px;
}

.medichef-about-banner a {
    background-color: #000000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 15px 30px;
}

/*============================================================
= Section 2 (About Page Hero Banner CSS) Responsive Breakpoints
==============================================================*/
/* Very small phones */
@media (max-width: 344.99px) {
    .medichef-about-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-about-banner h1 {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-about-banner p {
        font-size: 10px;
        line-height: 20px;
        width: 100%;
    }

    .medichef-about-banner a {
        font-size: 10px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {

    .medichef-about-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-about-banner h1 {
        font-size: 20px;
        line-height: 26px;
        width: 100%;
    }

    .medichef-about-banner p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;

    }

    .medichef-about-banner a {
        font-size: 12px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .medichef-about-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-about-banner h1 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-about-banner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-about-banner a {
        font-size: 12px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .medichef-about-banner {
        height: auto;
        margin-top: 60px;
        text-align: center;
    }

    .medichef-about-banner h1 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-about-banner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-about-banner a {
        font-size: 12px;
    }
}

@media (min-width: 540px) and (max-width: 575.99px) {
    .medichef-about-banner {
        height: auto;
        margin-top: 61px;
        text-align: center;
    }

    .medichef-about-banner h1 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-about-banner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-about-banner a {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 650.99px) {

    .medichef-about-banner {
        height: 300px;
        margin-top: 72px;
        text-align: center;
    }

    .medichef-about-banner h1 {
        font-size: 26px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-about-banner p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-about-banner a {
        font-size: 12px;
    }
}

/* Standard Mobile (651px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .medichef-about-banner {
        height: 300px;
        margin-top: 72px;
        text-align: center;
    }

    .medichef-about-banner h1 {
        font-size: 28px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-about-banner p {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-about-banner a {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 850.99px) {
    .medichef-about-banner {
        height: 300px;
        margin-top: 70px;
        text-align: center;
    }

    .medichef-about-banner h1 {
        font-size: 32px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-about-banner p {
        font-size: 20px;
        line-height: 34px;
        width: 100%;
    }

    .medichef-about-banner a {
        font-size: 16px;
        padding: 10px 20px;
    }
}

@media (min-width: 850px) and (max-width: 991.99px) {
    .medichef-about-banner {
        height: 400px;
        margin-top: 70px;
        text-align: center;
    }

    .medichef-about-banner h1 {
        font-size: 40px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-about-banner p {
        font-size: 24px;
        line-height: 34px;
        margin-top: 15px;
        width: 100%;
    }

    .medichef-about-banner a {
        font-size: 20px;
        padding: 15px 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .medichef-about-banner {
        height: 400px;
        margin-top: 73px;
        text-align: center;
    }

    .medichef-about-banner h1 {
        font-size: 40px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-about-banner p {
        font-size: 24px;
        line-height: 38px;
        margin-top: 25px;
        width: 700px;
    }

    .medichef-about-banner a {
        font-size: 20px;
        padding: 15px 25px;
    }
}


/* =========================== END =========================================

/*-- ----------------------------------------- -->
<--- About Page Section 3 (Our Mission Is To)  CSS) -->
<--- ----------------------------------------- -*/
.our-mession {
    background-color: #F8F8F8;
}

.our-mession-inner h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0%;
}

.our-mession-inner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.our-mession-left p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0%;
    /*text-align: justify;*/
    width: 520px; 
}

/*=======================================================
=  About Page Section 3 (Our Mission Is To) Responsive Breakpoints 
========================================================== */

@media (max-width: 344.99px) {
    .our-mession-inner h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .our-mession-inner h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .our-mession-left p {
        font-size: 10px;
        line-height: 15px;
        width: 100%;
    }

    .our-mession-right img {
        height: auto;
        width: 100%;

    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .our-mession-inner h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .our-mession-inner h1 {
        font-size: 22px;
        line-height: 24px;
    }

    .our-mession-left p {
        font-size: 12px;
        line-height: 18px;
        width: 100%;
    }

    .our-mession-right img {
        height: auto;
        width: 100%;

    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .our-mession-inner h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .our-mession-inner h1 {
        font-size: 24px;
        line-height: 26px;
    }

    .our-mession-left p {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }

    .our-mession-right img {
        height: auto;
        width: 100%;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .our-mession-inner h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .our-mession-inner h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .our-mession-left p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .our-mession-right img {
        height: auto;
        width: 100%;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .our-mession-inner h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .our-mession-inner h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .our-mession-left p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .our-mession-right img {
        height: auto;
        width: 100%;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .our-mession-inner h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .our-mession-inner h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .our-mession-left p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .our-mession-right img {
        height: auto;
        width: 100%;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .our-mession-inner h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .our-mession-inner h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .our-mession-left p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .our-mession-right img {
        height: auto;
        width: 100%;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .our-mession-inner h4 {
        font-size: 26px;
        line-height: 34px;
    }

    .our-mession-inner h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .our-mession-left p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }

    .our-mession-right img {
        height: auto;
        width: 100%;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .our-mession-inner h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .our-mession-inner h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .our-mession-left p {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
    }

    .our-mession-right img {
        height: auto;
        width: 100%;
    }
}

/* ========================================= END ==================== */

/*==================================================
=  About Section 4  (The Medichefs philosophy) CSS 
==================================================== */

.medichef-philosophy {
    background-color: #FFFFFF;
    width: 100%;
}

.medichef-philosophy h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px !important;
    line-height: 40px;
    letter-spacing: 0%;
    color: #202020;
    text-transform: uppercase;
}

.medichef-philosophy h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 38px !important;
    line-height: 45px;
    letter-spacing: 0%;
    color: #202020;
    text-transform: uppercase;
}

.medichef-philosophy p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 34px;
    letter-spacing: 0%;
    color: #202020;
    margin-top: 20px;
}

.medichef-philosophy-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 0px 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    height: 100%;
    transition: all 0.3s ease;
    margin-top: 20px;
    text-align: center;
    /* align-content: center; */
}

.medichef-philosophy-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}


.medichef-philosophy-card img {
    width: 40px;
    height: 40px;
    margin-top: 30px;
}

.medichef-philosophy-card h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: #202020;
    margin-top: 20px;
}

.medichef-philosophy-card p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: 0%;
    color: #202020;
    margin-top: 20px;
}

/*=========================================================================
=   About Page Section 4  (The Medichefs philosophy) Responsive Breakpoints 
=========================================================================== */

@media (max-width: 344.99px) {
    .medichef-philosophy h5 {
        font-size: 14px !important;
        line-height: 24px;
    }

    .medichef-philosophy h1 {
        font-size: 18px !important;
        line-height: 24px;
    }

    .medichef-philosophy-card h6 {
        font-size: 18px !important;
        line-height: 100%;
    }

    .medichef-philosophy-card p {
        font-size: 14px !important;
        line-height: 18px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .medichef-philosophy h5 {
        font-size: 14px !important;
        line-height: 24px;
    }

    .medichef-philosophy h1 {
        font-size: 18px !important;
        line-height: 24px;
    }

    .medichef-philosophy-card h6 {
        font-size: 18px !important;
        line-height: 100%;
    }

    .medichef-philosophy-card p {
        font-size: 14px !important;
        line-height: 18px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .medichef-philosophy h5 {
        font-size: 16px !important;
        line-height: 24px;
    }

    .medichef-philosophy h1 {
        font-size: 20px !important;
        line-height: 24px;
    }

    .medichef-philosophy-card h6 {
        font-size: 18px !important;
        line-height: 100%;
    }

    .medichef-philosophy-card p {
        font-size: 14px !important;
        line-height: 18px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .medichef-philosophy h5 {
        font-size: 18px !important;
        line-height: 24px;
    }

    .medichef-philosophy h1 {
        font-size: 24px !important;
        line-height: 24px;
    }

    .medichef-philosophy-card h6 {
        font-size: 20px !important;
        line-height: 100%;
    }

    .medichef-philosophy-card p {
        font-size: 16px !important;
        line-height: 26px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .medichef-philosophy h5 {
        font-size: 20px !important;
        line-height: 24px;
    }

    .medichef-philosophy h1 {
        font-size: 26px !important;
        line-height: 24px;
    }

    .medichef-philosophy-card h6 {
        font-size: 24px !important;
        line-height: 100%;
    }

    .medichef-philosophy-card p {
        font-size: 18px !important;
        line-height: 26px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .medichef-philosophy h5 {
        font-size: 20px !important;
        line-height: 24px;
    }

    .medichef-philosophy h1 {
        font-size: 26px !important;
        line-height: 24px;
    }

    .medichef-philosophy-card h6 {
        font-size: 24px !important;
        line-height: 100%;
    }

    .medichef-philosophy-card p {
        font-size: 18px !important;
        line-height: 26px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .medichef-philosophy h5 {
        font-size: 20px !important;
        line-height: 24px;
    }

    .medichef-philosophy h1 {
        font-size: 28px !important;
        line-height: 24px;
    }

    .medichef-philosophy-card h6 {
        font-size: 24px !important;
        line-height: 100%;
    }

    .medichef-philosophy-card p {
        font-size: 18px !important;
        line-height: 26px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .medichef-philosophy h5 {
        font-size: 20px !important;
        line-height: 24px;
    }

    .medichef-philosophy h1 {
        font-size: 28px !important;
        line-height: 24px;
    }

    .medichef-philosophy-card h6 {
        font-size: 24px !important;
        line-height: 100%;
    }

    .medichef-philosophy-card p {
        font-size: 18px !important;
        line-height: 26px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .medichef-philosophy h5 {
        font-size: 26px !important;
        line-height: 38px;
    }

    .medichef-philosophy h1 {
        font-size: 35px !important;
        line-height: 38px;
    }

    .medichef-philosophy-card h6 {
        font-size: 24px !important;
        line-height: 100%;
    }

    .medichef-philosophy-card p {
        font-size: 18px !important;
        line-height: 26px;
    }
}

/* ============================== END ======================== */





/* =========================== END ================================== */

/* END CSS About PAGE */

/* =========================== END ================================== */


/* ---------------------------------------------------------------
                 Strating CSS of Services Page
--------------------------------------------------------------- */

/*-- --------------------------------------------------------- -->
<--- Services Page Section 2 (Hero Banner CSS) -->
<--- ---------------------------------------------------------- --*/


.medichef-service-banner {
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.8)),
        url('../images/medichef-service-banner-img.png') center center / cover no-repeat;
    height: 100vh;
    opacity: 1;
    color: #fff;
    height: 629px;
    padding: 50px;
    margin-top: 75px;
}

.medichef-service-banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 58px;

}

.medichef-service-banner p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    width: 800px;
}

.medichef-service-banner a {
    background-color: #000000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 15px 30px;
}

/*============================================================
= Services Page Section 2 (Hero Banner CSS)  Responsive Breakpoints
==============================================================*/
/* Very small phones */
@media (max-width: 344.99px) {
    .medichef-service-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-service-banner h1 {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-service-banner p {
        font-size: 10px;
        line-height: 16px;
        width: 100%;
    }

    .medichef-service-banner a {
        font-size: 10px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {

    .medichef-service-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-service-banner h1 {
        font-size: 20px;
        line-height: 26px;
        width: 100%;
    }

    .medichef-service-banner p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }

    .medichef-service-banner a {
        font-size: 12px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .medichef-service-banner {
        height: auto;
        margin-top: 100px;
        text-align: center;
    }

    .medichef-service-banner h1 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-service-banner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-service-banner a {
        font-size: 12px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .medichef-service-banner {
        height: auto;
        margin-top: 60px;
        text-align: center;
    }

    .medichef-service-banner h1 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-service-banner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-service-banner a {
        font-size: 12px;
    }
}

@media (min-width: 540px) and (max-width: 575.99px) {
    .medichef-service-banner {
        height: auto;
        margin-top: 61px;
        text-align: center;
    }

    .medichef-service-banner h1 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-service-banner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-service-banner a {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 650.99px) {

    .medichef-service-banner {
        height: 300px;
        margin-top: 72px;
        text-align: center;
    }

    .medichef-service-banner h1 {
        font-size: 26px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-service-banner p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-service-banner a {
        font-size: 12px;
    }
}

/* Standard Mobile (651px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .medichef-service-banner {
        height: 300px;
        margin-top: 72px;
        text-align: center;
    }

    .medichef-service-banner h1 {
        font-size: 28px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-service-banner p {
        font-size: 16px;
        line-height: 24px;
        width: 500px;
    }

    .medichef-service-banner a {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 850.99px) {
    .medichef-service-banner {
        height: 300px;
        margin-top: 70px;
        text-align: center;
    }

    .medichef-service-banner h1 {
        font-size: 32px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-service-banner p {
        font-size: 20px;
        line-height: 34px;
        width: 600px;
    }

    .medichef-service-banner a {
        font-size: 16px;
        padding: 10px 20px;
    }
}

@media (min-width: 850px) and (max-width: 991.99px) {
    .medichef-service-banner {
        height: 400px;
        margin-top: 70px;
        text-align: center;
    }

    .medichef-service-banner h1 {
        font-size: 40px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-service-banner p {
        font-size: 24px;
        line-height: 34px;
        margin-top: 15px;
        width: 700px;
    }

    .medichef-service-banner a {
        font-size: 20px;
        padding: 15px 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .medichef-service-banner {
        height: 400px;
        margin-top: 73px;
        text-align: center;
    }

    .medichef-service-banner h1 {
        font-size: 40px;
        line-height: 28px;
        width: 100%;
    }

    .medichef-service-banner p {
        font-size: 24px;
        line-height: 36px;
        margin-top: 25px;
    }

    .medichef-service-banner a {
        font-size: 20px;
        padding: 15px 25px;
    }
}

/* =========================== END ================================== */

/*-- ------------------------------------------------------ -->
<---  (Services Page Section 3) (How MediChefs Work With You) CSS-->
<--- ------------------------------------------------------ -*/
.medichef-work {
    background-color: #FFFFFF;
}

.medichef-work-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    width: 400px;
    margin: 0 auto;
}

.medichef-work-left p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    width: 500px;
    margin: 25px auto;

}


/*==============================================================================
= (Services Page Section 3) (How MediChefs Work With You) Responsive Breakpoints
===============================================================================*/
@media (max-width: 344.99px) {

    .medichef-work-left h2 {
        font-size: 18px;
        line-height: 10px;
        width: 100%;
    }

    .medichef-work-left p {
        font-size: 10px;
        line-height: 20px;
        width: 100%;
    }

    .medichef-work-right img {
        width: 100% !important;
        height: auto;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .medichef-work-left h2 {
        font-size: 18px;
        line-height: 10px;
        width: 100%;
    }

    .medichef-work-left p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }

    .medichef-work-right img {
        width: 100% !important;
        height: auto;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .medichef-work-left h2 {
        font-size: 18px;
        line-height: 10px;
        width: 100%;
    }

    .medichef-work-left p {
        font-size: 14px;
        line-height: 20px;
        width: 350px;
    }

    .medichef-work-right img {
        width: 100% !important;
        height: auto;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .medichef-work-left h2 {
        font-size: 20px;
        line-height: 10px;
        width: 100%;
    }

    .medichef-work-left p {
        font-size: 16px;
        line-height: 26px;
        width: 400px;
    }

    .medichef-work-right img {
        width: 100% !important;
        height: auto;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .medichef-work-left h2 {
        font-size: 22px;
        line-height: 10px;
        width: 100%;
    }

    .medichef-work-left p {
        font-size: 18px;
        line-height: 26px;
        width: 450px;
    }

    .medichef-work-right img {
        /* width: 100% !important; */
        height: auto;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .medichef-work-left h2 {
        font-size: 26px;
        line-height: 10px;
        width: 100%;
    }

    .medichef-work-left p {
        font-size: 20px;
        line-height: 28px;
        width: 500px;
    }

    .medichef-work-right img {
        /* width: 100% !important; */
        height: auto;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .medichef-work-left h2 {
        font-size: 30px;
        line-height: 38px;
        width: 250px;
    }

    .medichef-work-left p {
        font-size: 20px;
        line-height: 28px;
        width: 500px;
    }

    .medichef-work-right img {
        /* width: 100% !important; */
        height: auto;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .medichef-work-left h2 {
        font-size: 30px;
        line-height: 38px;
        width: 300px;
    }

    .medichef-work-left p {
        font-size: 16px;
        line-height: 24px;
        width: 300px;
    }

    .medichef-work-right img {
        width: 100% !important;
        height: auto;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .medichef-work-left h2 {
        font-size: 40px;
        line-height: 50px;
        width: 350px;
    }

    .medichef-work-left p {
        font-size: 22px;
        line-height: 34px;
        width: 350px;
    }

    .medichef-work-right img {
        width: 100% !important;
        height: auto;
    }
}

/* =========================== END ================================== */

/*-- -------------------------------------------- -->
<---  Service Section 4 (service-description)  CSS-->
<--- -------------------------------------------- -*/
.service-description {
    background-color: #000000;
    color: #FFFFFF;
    padding: 40px 0;
}

.service-description-inner p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 40px;
}

.service-description-inner span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    margin-top: 40px;
}


/*=======================================================================
=   Service Section 4 (service-description) Responsive Breakpoints 
======================================================================= */

@media (max-width: 344.99px) {

    .service-description-inner p {
        font-size: 16px;
        line-height: 24px;
    }

    .service-description-inner span {
        font-size: 12px;
        line-height: 24px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .service-description-inner p {
        font-size: 16px;
        line-height: 24px;
    }

    .service-description-inner span {
        font-size: 12px;
        line-height: 24px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .service-description-inner p {
        font-size: 16px;
        line-height: 24px;
    }

    .service-description-inner span {
        font-size: 12px;
        line-height: 24px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .service-description-inner p {
        font-size: 16px;
        line-height: 24px;
    }

    .service-description-inner span {
        font-size: 12px;
        line-height: 24px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .service-description-inner p {
        font-size: 18px;
        line-height: 24px;
    }

    .service-description-inner span {
        font-size: 14px;
        line-height: 24px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .service-description-inner p {
        font-size: 18px;
        line-height: 24px;
    }

    .service-description-inner span {
        font-size: 14px;
        line-height: 24px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .service-description-inner p {
        font-size: 20px;
        line-height: 24px;
    }

    .service-description-inner span {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .service-description-inner p {
        font-size: 22px;
        line-height: 24px;
    }

    .service-description-inner span {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .service-description-inner p {
        font-size: 22px;
        line-height: 24px;
    }

    .service-description-inner span {
        font-size: 18px;
        line-height: 24px;
    }
}


/* ============================= END ============================= */


/*-- ------------------------------------------------- -->
<--- Service Page Section 5 (hire a medichef) CSS -->
<--- -------------------------------------------------- -*/
.hire-medichef {
    background-color: #F5F5F1;
    padding: 80px 0px;
}

.hire-medichef-inner h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hire-medichef-inner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hire-medichef-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
}

.hire-medichef-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 25px;
}

.hire-medichef-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hire-medichef-card p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #555;
    line-height: 30px;
}

.hire-medichef-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/*==========================================================================
= Service Page Section 5 (hire a medichef) Responsive Breakpoints 
=========================================================================== */
@media (max-width: 344.99px) {
    .hire-medichef-inner h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .hire-medichef-inner h1 {
        font-size: 18px;
        line-height: 24px;
    }


    .hire-medichef-card {
        width: 300px;
        margin: 0 auto;
    }

    .hire-medichef-card img {
        width: 100%;
        height: 200px;
    }

    .hire-medichef-card h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .hire-medichef-card p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .hire-medichef-inner h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .hire-medichef-inner h1 {
        font-size: 18px;
        line-height: 24px;
        width: 300px;
        margin: 0 auto;
    }

    .hire-medichef-card {
        width: 320px;
        margin: 0 auto;
    }

    .hire-medichef-card img {
        width: 100%;
        height: 200px;
    }

    .hire-medichef-card h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .hire-medichef-card p {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .hire-medichef-inner h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .hire-medichef-inner h1 {
        font-size: 20px;
        line-height: 26px;
        width: 300px;
        margin: 0 auto;
    }

    .hire-medichef-card {
        width: 330px;
        margin: 0 auto;
    }

    .hire-medichef-card img {
        width: 100%;
        height: 200px;
    }

    .hire-medichef-card h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .hire-medichef-card p {
        font-size: 16px;
        line-height: 24px;
    }

}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .hire-medichef-inner h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .hire-medichef-inner h1 {
        font-size: 24px;
        line-height: 30px;
        width: 400px;
        margin: 0 auto;
    }

    .hire-medichef-card {
        width: 480px;
        margin: 0 auto;
    }

    .hire-medichef-card img {
        width: 100%;
        height: 300px;
    }

    .hire-medichef-card h4 {
        font-size: 22px;
        line-height: 24px;
    }

    .hire-medichef-card p {
        font-size: 20px;
        line-height: 34px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .hire-medichef-inner h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .hire-medichef-inner h1 {
        font-size: 24px;
        line-height: 30px;
        width: 400px;
        margin: 0 auto;
    }

    .hire-medichef-card {
        width: 520px;
        margin: 0 auto;
    }

    .hire-medichef-card img {
        width: 100%;
        height: 330px;
    }

    .hire-medichef-card h4 {
        font-size: 22px;
        line-height: 24px;
    }

    .hire-medichef-card p {
        font-size: 20px;
        line-height: 34px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .hire-medichef-inner h6 {
        font-size: 22px;
        line-height: 24px;
    }

    .hire-medichef-inner h1 {
        font-size: 26px;
        line-height: 34px;
        width: 400px;
        margin: 0 auto;
    }

    .hire-medichef-card {
        width: 540px;
        margin: 0 auto;
    }

    .hire-medichef-card img {
        width: 100%;
        height: 350px;
    }

    .hire-medichef-card h4 {
        font-size: 26px;
        line-height: 24px;
    }

    .hire-medichef-card p {
        font-size: 24px;
        line-height: 34px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .hire-medichef-inner h6 {
        font-size: 22px;
        line-height: 24px;
    }

    .hire-medichef-inner h1 {
        font-size: 26px;
        line-height: 34px;
        width: 400px;
        margin: 0 auto;
    }

    .hire-medichef-card {
        width: 540px;
        margin: 0 auto;
    }

    .hire-medichef-card img {
        width: 100%;
        height: 350px;
    }

    .hire-medichef-card h4 {
        font-size: 26px;
        line-height: 24px;
    }

    .hire-medichef-card p {
        font-size: 24px;
        line-height: 34px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .hire-medichef-inner h6 {
        font-size: 22px;
        line-height: 26px;
    }

    .hire-medichef-inner h1 {
        font-size: 28px;
        line-height: 38px;
        width: 600px;
        margin: 0 auto;
    }

    .hire-medichef-card {
        width: 100%;
        margin: 0 auto;
    }

    .hire-medichef-card img {
        width: 100%;
        height: auto;
    }

    .hire-medichef-card h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .hire-medichef-card p {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .hire-medichef-inner h6 {
        font-size: 24px;
        line-height: 26px;
    }

    .hire-medichef-inner h1 {
        font-size: 30px;
        line-height: 45px;
        /* width: 600px; */
        margin: 0 auto;
    }

    .hire-medichef-card {
        width: 100%;
        margin: 0 auto;
    }

    .hire-medichef-card img {
        width: 100%;
        height: auto;
    }

    .hire-medichef-card h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .hire-medichef-card p {
        font-size: 16px;
        line-height: 24px;
    }
}

/* =========================== END ================================== */


/*-- ------------------------------------------------------- -->
<--- Service Page Section 6 (Speak with our team ) CSS -->
<--- ------------------------------------------------------- -*/

.speak-with-team-inner h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0;
}

.speak-with-team-card {
    width: 100%;
    text-align: center;
}

.speak-with-team-card img {
    width: 100px;
    height: 100px;
}

.speak-with-team-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 20px;
}

.speak-with-team-card p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #555;
    line-height: 30px;
    letter-spacing: 0%;
}

.speak-with-team-card a {
    text-decoration: none;
}

.speak-with-team-card a:hover {
    text-decoration: underline;
}



/*========================================================================
= Service Page Section 6 (Speak with our team ) Responsive Breakpoints 
========================================================================= */
@media (max-width: 344.99px) {

    .speak-with-team-inner h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .speak-with-team-card img {
        width: 70px;
        height: 70px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card p {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .speak-with-team-inner h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .speak-with-team-card img {
        width: 70px;
        height: 70px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card p {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .speak-with-team-inner h6 {
        font-size: 22px;
        line-height: 26px;
        width: 300px;
        margin: 0 auto;
    }

    .speak-with-team-card img {
        width: 70px;
        height: 70px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card p {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .speak-with-team-inner h6 {
        font-size: 26px;
        line-height: 30px;
        width: 400px;
        margin: 0 auto;
    }

    .speak-with-team-card img {
        width: 70px;
        height: 70px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card p {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .speak-with-team-inner h6 {
        font-size: 28px;
        line-height: 34px;
        width: 400px;
        margin: 0 auto;
    }

    .speak-with-team-card img {
        width: 70px;
        height: 70px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card p {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .speak-with-team-inner h6 {
        font-size: 28px;
        line-height: 34px;
        width: 400px;
        margin: 0 auto;
    }

    .speak-with-team-card img {
        width: 70px;
        height: 70px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card p {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .speak-with-team-inner h6 {
        font-size: 30px;
        line-height: 38px;
        width: 500px;
        margin: 0 auto;
    }

    .speak-with-team-card img {
        width: 100px;
        height: 100px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card p {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .speak-with-team-inner h6 {
        font-size: 30px;
        line-height: 38px;
        margin: 0 auto;
    }

    .speak-with-team-card img {
        width: 100px;
        height: 100px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card p {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .speak-with-team-inner h6 {
        font-size: 30px;
        line-height: 38px;
        margin: 0 auto;
    }

    .speak-with-team-card img {
        width: 100px;
        height: 100px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card p {
        font-size: 18px;
        line-height: 30px;
    }
}


/* =========================== END ================================== */

/*-- ------------------------------------------- -->
<---  Section 6 (NYC COURTS & LOCAL KNOWLEDGE ) -->
<--- ------------------------------------------- -*/


.stress-recover {
    background-color: #F5F5F1;
    padding: 60px 0;
}


.stress-recover-inner img {
    width: 100% !important;
    height: 100% !important;
}

.stress-recover-inner h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
}

/*=============================================================
= Section 5 (Top-Rated Criminal Defense CSS) Responsive Breakpoints 
=============================================================== */
@media (max-width: 344.99px) {
    .stress-recover-inner .row {
        margin-top: 30px !important;
    }

    .stress-recover-inner h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .stress-recover-inner .row {
        margin-top: 30px !important;
    }

    .stress-recover-inner h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .stress-recover-inner .row {
        margin-top: 30px !important;
    }

    .stress-recover-inner h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .stress-recover-inner .row {
        margin-top: 30px !important;
    }

    .stress-recover-inner img {
        width: 450px !important;
        height: 300px !important;
    }


    .stress-recover-inner h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .stress-recover-inner .row {
        margin-top: 30px !important;
    }

    .stress-recover-inner img {
        width: 450px !important;
        height: 300px !important;
    }


    .stress-recover-inner h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .stress-recover-inner .row {
        margin-top: 30px !important;
    }

    .stress-recover-inner img {
        width: 450px !important;
        height: 300px !important;
    }


    .stress-recover-inner h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .stress-recover-inner .row {
        margin-top: 40px !important;
    }

    .stress-recover-inner img {
        width: 500px !important;
        height: 300px !important;
    }


    .stress-recover-inner h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {

    .stress-recover-inner img {
        width: 270px !important;
        height: 210px !important;
    }

    .stress-recover-inner h2 {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {

    .stress-recover-inner h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

/* =========================== END ================================== */




/* =========================== END ================================== */

/* END CSS Services PAGE */

/* =========================== END ================================== */

/* ---------------------------------------------------------------
                 Strating CSS of recovery Page
--------------------------------------------------------------- */


/* -----------------------------------------------
  Recovery Page Section 3  (two heading) CSS
  ------------------------------------------- */
.two-heading {
    background-color: #F5F5F1;
}

.two-heading h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 48px;
    line-height: 70px;
    letter-spacing: 0%;
    width: 900px;
    margin: 0 auto;
}

/*=============================================================
= Recovery Page Section 3  (two heading) Responsive Breakpoints 
=============================================================== */
@media (max-width: 344.99px) {

    .two-heading h1 {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .two-heading h1 {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .two-heading h1 {
        font-size: 18px;
        line-height: 26px;
        width: 350px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .two-heading h1 {
        font-size: 22px;
        line-height: 28px;
        width: 400px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .two-heading h1 {
        font-size: 22px;
        line-height: 30px;
        width: 400px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .two-heading h1 {
        font-size: 24px;
        line-height: 32px;
        width: 450px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .two-heading h1 {
        font-size: 26px;
        line-height: 34px;
        width: 500px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .two-heading h1 {
        font-size: 30px;
        line-height: 42px;
        width: 550px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .two-heading h1 {
        font-size: 35px;
        line-height: 46px;
        width: 650px;
    }
}


/* =========================== END ================================== */

/* -------------------------------------------------------------
  Recovery Page Section 4  (MediChefs Make a Great Gift For) CSS
  -------------------------------------------------------------- */

.medichef-make {
    background-color: #FFFFFF;
    padding: 70px 0px !important;
}

.medichef-make h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.medichef-make h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.medichef-make-card {
    margin-top: 30px;
}

.medichef-make-card img {
    width: 100%;
    height: auto;
}

.medichef-make-card h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-top: 20px;
}

/*=================================================================================
= Recovery Page Section 4  (MediChefs Make a Great Gift For) Responsive Breakpoints 
=================================================================================== */


@media (max-width: 344.99px) {
    .medichef-make h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .medichef-make h1 {
        font-size: 14px;
        line-height: 15px;
    }


    .medichef-make-card h5 {
        font-size: 14px;
        line-height: 30px;
        margin-top: 20px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .medichef-make h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .medichef-make h1 {
        font-size: 16px;
        line-height: 15px;
    }


    .medichef-make-card h5 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 20px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .medichef-make h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .medichef-make h1 {
        font-size: 18px;
        line-height: 18px;
    }


    .medichef-make-card h5 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .medichef-make h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .medichef-make h1 {
        font-size: 20px;
        line-height: 18px;
    }


    .medichef-make-card h5 {
        font-size: 22px;
        line-height: 30px;
        margin-top: 20px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .medichef-make h6 {
        font-size: 20px;
        line-height: 28px;
    }

    .medichef-make h1 {
        font-size: 24px;
        line-height: 22px;
    }


    .medichef-make-card h5 {
        font-size: 24px;
        line-height: 36px;
        margin-top: 20px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .medichef-make h6 {
        font-size: 24px;
        line-height: 32px;
    }

    .medichef-make h1 {
        font-size: 26px;
        line-height: 28px;
    }


    .medichef-make-card h5 {
        font-size: 20px;
        line-height: 38px;
        margin-top: 20px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .medichef-make h6 {
        font-size: 24px;
        line-height: 32px;
    }

    .medichef-make h1 {
        font-size: 26px;
        line-height: 28px;
    }


    .medichef-make-card h5 {
        font-size: 20px;
        line-height: 38px;
        margin-top: 20px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .medichef-make h6 {
        font-size: 24px;
        line-height: 32px;
    }

    .medichef-make h1 {
        font-size: 28px;
        line-height: 28px;
    }


    .medichef-make-card h5 {
        font-size: 22px;
        line-height: 38px;
        margin-top: 20px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .medichef-make h6 {
        font-size: 28px;
        line-height: 32px;
    }

    .medichef-make h1 {
        font-size: 30px;
        line-height: 28px;
    }


    .medichef-make-card h5 {
        font-size: 22px;
        line-height: 38px;
        margin-top: 20px;
    }
}



/* =========================== END ================================== */

/* END CSS Recovery  PAGE */

/* =========================== END ================================== */



/* ---------------------------------------------------------------
                 Strating CSS of Contact Page
--------------------------------------------------------------- */

/*-- --------------------------------------------------------- -->
<--- Contact Page Section 2 (Hero Banner CSS) -->
<--- ---------------------------------------------------------- --*/


.medichef-contact-banner {
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)),
        url('../images/medichef-contact-banner-img.webp') center center / cover no-repeat;
    height: 100vh;
    opacity: 1;
    color: #fff;
    height: 629px;
    padding: 50px;
    margin-top: 75px;
}

.medichef-contact-banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 58px;
    margin-top: 30px;
    text-transform: uppercase;
}

.medichef-contact-banner p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    margin-top: 50px;
}

/*============================================================
= Services Page Section 2 (Hero Banner CSS)  Responsive Breakpoints
==============================================================*/
/* Very small phones */
@media (max-width: 344.99px) {
    .medichef-contact-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-contact-banner h1 {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        margin-top: 40px;
    }

    .medichef-contact-banner p {
        font-size: 10px;
        line-height: 16px;
        width: 100%;
        margin-top: 20px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {

    .medichef-contact-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-contact-banner h1 {
        font-size: 20px;
        line-height: 26px;
        width: 100%;
    }

    .medichef-contact-banner p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        margin-top: 20px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .medichef-contact-banner {
        height: auto;
        margin-top: 100px;
        text-align: center;
    }

    .medichef-contact-banner h1 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
        margin-top: 40px;
    }

    .medichef-contact-banner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        margin-top: 20px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .medichef-contact-banner {
        height: auto;
        margin-top: 60px;
        text-align: center;
    }

    .medichef-contact-banner h1 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
        margin-top: 40px;
    }

    .medichef-contact-banner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        margin-top: 30px;
    }
}

@media (min-width: 540px) and (max-width: 575.99px) {
    .medichef-contact-banner {
        height: auto;
        margin-top: 61px;
        text-align: center;
    }

    .medichef-contact-banner h1 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }

    .medichef-contact-banner p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 30px;
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 650.99px) {

    .medichef-contact-banner {
        height: 300px;
        margin-top: 72px;
        text-align: center;
    }

    .medichef-contact-banner h1 {
        font-size: 26px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }

    .medichef-contact-banner p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        margin-top: 30px;
    }
}

/* Standard Mobile (651px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .medichef-contact-banner {
        height: 300px;
        margin-top: 72px;
        text-align: center;
    }

    .medichef-contact-banner h1 {
        font-size: 28px;
        line-height: 28px;
        width: 100%;
        margin-top: 40px;
    }

    .medichef-contact-banner p {
        font-size: 16px;
        line-height: 24px;
        width: 500px;
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 850.99px) {
    .medichef-contact-banner {
        height: 300px;
        margin-top: 70px;
        text-align: center;
    }

    .medichef-contact-banner h1 {
        font-size: 32px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }

    .medichef-contact-banner p {
        font-size: 20px;
        line-height: 34px;
        margin-top: 30px;
        width: 600px;
    }
}

@media (min-width: 850px) and (max-width: 991.99px) {
    .medichef-contact-banner {
        height: 400px;
        margin-top: 70px;
        text-align: center;
    }

    .medichef-contact-banner h1 {
        font-size: 40px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }

    .medichef-contact-banner p {
        font-size: 24px;
        line-height: 34px;
        margin-top: 40px;
        width: 700px;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .medichef-contact-banner {
        height: 500px;
        margin-top: 73px;
        text-align: center;
    }

    .medichef-contact-banner h1 {
        font-size: 40px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }

    .medichef-contact-banner p {
        font-size: 24px;
        line-height: 36px;
        margin-top: 50px;
    }
}

/* =========================== END ================================== */



/*-- ------------------------------------------------------- -->
<--Contact Page Section 3 (Reach out today! ) CSS -->
<--- ------------------------------------------------------- -*/


.reach-out-today {
    background-color: #F5F5F1;
}

.reach-out-today p {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    width: 625px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.reach-out-today-card {
    background-color: #FFFFFF;
    height: 236px;
    width: 305px;
    border-radius: 20px;
    text-align: center;
    align-content: center;
}

.reach-out-today-card img {
    width: 80px;
    height: 80px;
}

.reach-out-today-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 10px;
}

.reach-out-today-card h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #555;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.reach-out-today-card a {
    text-decoration: none;
}

.reach-out-today-card a:hover {
    text-decoration: underline;
}


/*====================================================================
= Contact Page Section 3 (Reach out today! )  Responsive Breakpoints  -->
===================================================================== */
@media (max-width: 344.99px) {

    .reach-out-today-inner p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }

    .reach-out-today-card img {
        width: 70px;
        height: 70px;
    }

    .reach-out-today-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .reach-out-today-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .reach-out-today-inner p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }

    .reach-out-today-card img {
        width: 70px;
        height: 70px;
    }

    .reach-out-today-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .reach-out-today-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .reach-out-today-inner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .reach-out-today-card img {
        width: 70px;
        height: 70px;
    }

    .reach-out-today-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .reach-out-today-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .reach-out-today-inner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .reach-out-today-card img {
        width: 70px;
        height: 70px;
    }

    .reach-out-today-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .reach-out-today-card h5 {
        font-size: 18px;
        line-height: 40px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .reach-out-today-inner p {
        font-size: 14px;
        line-height: 24px;
        width: 500px;
        margin: 30 auto;
    }

    .reach-out-today--card img {
        width: 70px;
        height: 70px;
    }

    .reach-out-today-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .reach-out-today-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .reach-out-today-inner p {
        font-size: 16px;
        line-height: 24px;
        width: 500px;
    }

    .reach-out-today-card img {
        width: 70px;
        height: 70px;
    }

    .reach-out-today-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .reach-out-today-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .reach-out-today-inner p {
        font-size: 16px;
        line-height: 24px;
        width: 500px;
    }

    .reach-out-today-card img {
        width: 100px;
        height: 100px;
    }

    .reach-out-today-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .reach-out-today-card h2 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .reach-out-today-inner p {
        font-size: 20px;
        line-height: 28px;
    }

    .reach-out-today-card img {
        width: 100px;
        height: 100px;
    }

    .reach-out-today-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .reach-out-today-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .reach-out-today-inner p {
        font-size: 20px;
        line-height: 38px;
        width: 650px;
    }

    .reach-out-today-card img {
        width: 100px;
        height: 100px;
    }

    .reach-out-today-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .reach-out-today-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}


/* =========================== END ================================== */

/*-- ---------------------------------------------------- -->
<--Contact Page  Section 4 (Contact Section) CSS -->
<--- ---------------------------------------------------- -*/

.medichef-contact {
    background-color: #FFFFFF;
}

.medichef-contact-left h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0%;
    color: #000000;
    width: 450px;
}

.medichef-contact-right input {
    border: 1px solid #B9B8B8;
    border-radius: 4px;
    padding: 10px 10px;
}

.medichef-contact-right textarea {
    border: 1px solid #B9B8B8;
    border-radius: 4px;
}

.medichef-contact-right a {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 10px 40px;
}


.medichef-contact-right a:hover {
    background-color: #5c7c42;
}

/*====================================================================
= Contact Page  Section 4 (Contact Section)  Responsive Breakpoints  -->
===================================================================== */
@media (max-width: 344.99px) {
    .medichef-contact-left h3 {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        text-align: center;
    }

    .medichef-contact-right {
        margin-top: 30px;
    }

    .medichef-contact-right input {
        border-radius: 4px;
        padding: 10px 10px;
    }


    .medichef-contact-right a {
        font-size: 20px;
        padding: 10px 40px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .medichef-contact-left h3 {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        text-align: center;
    }

    .medichef-contact-right {
        margin-top: 30px;
    }

    .medichef-contact-right input {
        border-radius: 4px;
        padding: 10px 10px;
    }


    .medichef-contact-right a {
        font-size: 20px;
        padding: 10px 40px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .medichef-contact-left h3 {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
        text-align: center;
    }

    .medichef-contact-right {
        margin-top: 30px;
    }

    .medichef-contact-right input {
        border-radius: 4px;
        padding: 10px 10px;
    }


    .medichef-contact-right a {
        font-size: 20px;
        padding: 10px 40px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .medichef-contact-left h3 {
        font-size: 24px;
        line-height: 30px;
        width: 400px;
        text-align: center;
        margin: 0 auto;
    }

    .medichef-contact-right {
        margin-top: 30px;
    }

    .medichef-contact-right input {
        border-radius: 4px;
        padding: 10px 10px;
    }


    .medichef-contact-right a {
        font-size: 20px;
        padding: 10px 40px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .medichef-contact-left h3 {
        font-size: 24px;
        line-height: 30px;
        width: 400px;
        text-align: center;
        margin: 0 auto;
    }

    .medichef-contact-right {
        margin-top: 30px;
    }

    .medichef-contact-right input {
        border-radius: 4px;
        padding: 10px 10px;
    }


    .medichef-contact-right a {
        font-size: 20px;
        padding: 10px 40px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .medichef-contact-left h3 {
        font-size: 26px;
        line-height: 34px;
        width: 400px;
        text-align: center;
        margin: 0 auto;
    }

    .medichef-contact-right {
        margin-top: 30px;
    }

    .medichef-contact-right input {
        border-radius: 4px;
        padding: 10px 10px;
    }


    .medichef-contact-right a {
        font-size: 20px;
        padding: 10px 40px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .medichef-contact-left h3 {
        font-size: 28px;
        line-height: 34px;
        width: 430px;
        text-align: center;
        margin: 0 auto;
    }

    .medichef-contact-right {
        margin-top: 30px;
    }

    .medichef-contact-right input {
        border-radius: 4px;
        padding: 10px 10px;
    }


    .medichef-contact-right a {
        font-size: 20px;
        padding: 10px 40px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
        .medichef-contact-left h3 {
        font-size:24px;
        line-height: 34px;
        width: 330px;
        text-align: start;
        margin: 0 auto;
    }

    .medichef-contact-right input {
        border-radius: 4px;
        padding: 10px 10px;
    }


    .medichef-contact-right a {
        font-size: 20px;
        padding: 10px 40px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {

        .medichef-contact-left h3 {
        font-size:32px;
        line-height: 45px;
        width: 100%;
        text-align: start;
        margin: 0 auto;
    }

    .medichef-contact-right input {
        border-radius: 4px;
        padding: 10px 10px;
    }


    .medichef-contact-right a {
        font-size: 20px;
        padding: 10px 40px;
    }
}



/* ========================= END ================================ */


/* =========================== END ================================== */

/* END CSS Contact PAGE */

/* =========================== END ================================== */

/* ---------------------------------------------------------------
                 Strating CSS of Enrollment Page
--------------------------------------------------------------- */


/*-- --------------------------------------------------------- -->
<--- Enrollment Page Section 2 (Hero Banner CSS) -->
<--- ---------------------------------------------------------- --*/


.medichef-enrollment-banner {
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)),
        url('../images/medichef-enrollment-banner-img.webp') center center / cover no-repeat;
    height: 100vh;
    opacity: 1;
    color: #fff;
    height: 629px;
    padding: 50px;
    margin-top: 75px;
}

.medichef-enrollment-banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 58px;
    margin-top: 30px;
    text-transform: uppercase;
}

.medichef-enrollment-banner p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    width: 920px;
    margin: 50px auto;
}

.medichef-enrollment-banner a {
    font-family: 'Montserrat', sans-serif;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #040404;
}

.medichef-enrollment-banner a:hover {
    background-color: #5c7c42;

}

/*============================================================
= enrollment Page Section 2 (Hero Banner CSS)  Responsive Breakpoints
==============================================================*/
/* Very small phones */
@media (max-width: 344.99px) {
    .medichef-enrollment-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-enrollment-banner h1 {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .medichef-enrollment-banner p {
        font-size: 8px;
        line-height: 16px;
        width: 100%;
        margin-top: 10px;
    }

    .medichef-enrollment-banner a {
        font-size: 8px;
        padding: 10px 15px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {

    .medichef-enrollment-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-enrollment-banner h1 {
        font-size: 20px;
        line-height: 26px;
        width: 100%;
    }

    .medichef-enrollment-banner p {
        font-size: 10px;
        line-height: 18px;
        width: 100%;
        margin-top: 20px;
    }

    .medichef-enrollment-banner a {
        font-size: 8px;
        padding: 10px 15px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .medichef-enrollment-banner {
        height: auto;
        margin-top: 100px;
        text-align: center;
    }

    .medichef-enrollment-banner h1 {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        margin-top: 40px;
    }

    .medichef-enrollment-banner p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        margin-top: 20px;
    }

    .medichef-enrollment-banner a {
        font-size: 10px;
        padding: 10px 15px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .medichef-enrollment-banner {
        height: auto;
        margin-top: 60px;
        text-align: center;
    }

    .medichef-enrollment-banner h1 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
        margin-top: 40px;
    }

    .medichef-enrollment-banner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        margin-top: 30px;
    }

    .medichef-enrollment-banner a {
        font-size: 10px;
        padding: 10px 15px;
    }
}

@media (min-width: 540px) and (max-width: 575.99px) {
    .medichef-enrollment-banner {
        height: auto;
        margin-top: 61px;
        text-align: center;
    }

    .medichef-enrollment-banner h1 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }

    .medichef-enrollment-banner p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 30px;
        width: 100%;
    }

    .medichef-enrollment-banner a {
        font-size: 12px;
        padding: 12px 18px;
    }
}

@media (min-width: 576px) and (max-width: 650.99px) {

    .medichef-enrollment-banner {
        height: 300px;
        margin-top: 72px;
        text-align: center;
    }

    .medichef-enrollment-banner h1 {
        font-size: 26px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }

    .medichef-enrollment-banner p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        margin-top: 30px;
    }

    .medichef-enrollment-banner a {
        font-size: 14px;
        padding: 12px 18px;
    }
}

/* Standard Mobile (651px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .medichef-enrollment-banner {
        height: 300px;
        margin-top: 72px;
        text-align: center;
    }

    .medichef-enrollment-banner h1 {
        font-size: 28px;
        line-height: 28px;
        width: 100%;
        margin-top: 40px;
    }

    .medichef-enrollment-banner p {
        font-size: 16px;
        line-height: 24px;
        width: 500px;
        margin-top: 30px;
    }

    .medichef-enrollment-banner a {
        font-size: 14px;
        padding: 12px 18px;
    }
}

@media (min-width: 768px) and (max-width: 850.99px) {
    .medichef-enrollment-banner {
        height: 320px;
        margin-top: 70px;
        text-align: center;
    }

    .medichef-enrollment-banner h1 {
        font-size: 32px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }

    .medichef-enrollment-banner p {
        font-size: 20px;
        line-height: 34px;
        margin-top: 30px;
        width: 600px;
    }

    .medichef-enrollment-banner a {
        font-size: 14px;
        padding: 12px 18px;
    }
}

@media (min-width: 850px) and (max-width: 991.99px) {
    .medichef-enrollment-banner {
        height: 400px;
        margin-top: 70px;
        text-align: center;
    }

    .medichef-enrollment-banner h1 {
        font-size: 40px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }

    .medichef-enrollment-banner p {
        font-size: 24px;
        line-height: 34px;
        margin-top: 40px;
        width: 700px;
    }

    .medichef-enrollment-banner a {
        font-size: 16px;
        padding: 14px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .medichef-enrollment-banner {
        height: 500px;
        margin-top: 73px;
        text-align: center;
    }

    .medichef-enrollment-banner h1 {
        font-size: 40px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }

    .medichef-enrollment-banner p {
        font-size: 24px;
        line-height: 36px;
        margin-top: 50px;
    }

    .medichef-enrollment-banner a {
        font-size: 16px;
        padding: 14px 20px;
    }
}

/* ======================= END ====================================== */

/*-- ----------------------------------------------------- -->
<--- Enrollment Page Section 3  (How the MediChef Program) CSS -->
<--- ----------------------------------------------------- --*/


.medichef-program {
    background-color: #F6F6F6;
    width: 100%;
}

.medichef-program h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px !important;
    line-height: 58px;
    letter-spacing: 0%;
    color: #202020;
    text-transform: uppercase;
    width: 680px;
    margin: 0 auto;
}

.medichef-program p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 34px;
    letter-spacing: 0%;
    color: #202020;
    width: 880px;
    margin: 20px auto;

}

.medichef-program-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 15px 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    height: 100%;
    transition: all 0.3s ease;
    margin-top: 20px;
    text-align: start;
    display: flex;
    gap: 15px;
}

.medichef-program-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}


.medichef-program-card img {
    width: 60px;
    height: 60px;
}

.medichef-program-card a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: none;
    color: #8BB38B;
}

.medichef-program-card a:hover {

    text-decoration: underline;
}

.medichef-program-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 29px !important;
    line-height: 30px;
    letter-spacing: 0%;
    color: #202020;
}

.medichef-program-card p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 30px;
    letter-spacing: 0%;
    color: #202020;
    width: 100%;
}

/*=========================================================================
=   Enrollment Page Section 3  (How the MediChef Program) Responsive Breakpoints 
=========================================================================== */

@media (max-width: 344.99px) {

    .medichef-program h1 {
        font-size: 18px !important;
        line-height: 28px;
        width: 100%;
    }

    .medichef-program p {
        font-size: 12px !important;
        line-height: 20px;
        margin: 20px auto;
        width: 100%;
    }

    .medichef-program-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-program-card a {
        font-size: 10px !important;
        line-height: 10px;
    }

    .medichef-program-card h2 {
        font-size: 16px !important;
        line-height: 16px;
    }


    .medichef-program-card p {
        font-size: 10px !important;
        line-height: 14px;
        width: 100%;
    }

}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {

    .medichef-program h1 {
        font-size: 20px !important;
        line-height: 28px;
        width: 100%;
    }

    .medichef-program p {
        font-size: 12px !important;
        line-height: 20px;
        margin: 20px auto;
        width: 100%;
    }

    .medichef-program-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-program-card a {
        font-size: 12px !important;
        line-height: 10px;
    }

    .medichef-program-card h2 {
        font-size: 18px !important;
        line-height: 20px;
    }


    .medichef-program-card p {
        font-size: 12px !important;
        line-height: 14px;
        width: 100%;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .medichef-program h1 {
        font-size: 20px !important;
        line-height: 28px;
        width: 300px;
    }

    .medichef-program p {
        font-size: 12px !important;
        line-height: 20px;
        margin: 20px auto;
        width: 100%;
    }

    .medichef-program-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-program-card a {
        font-size: 14px !important;
        line-height: 10px;
    }

    .medichef-program-card h2 {
        font-size: 18px !important;
        line-height: 20px;
    }


    .medichef-program-card p {
        font-size: 14px !important;
        line-height: 18px;
        width: 100%;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .medichef-program h1 {
        font-size: 20px !important;
        line-height: 28px;
        width: 300px;
    }

    .medichef-program p {
        font-size: 12px !important;
        line-height: 20px;
        margin: 20px auto;
        width: 450px;
    }

    .medichef-program-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-program-card a {
        font-size: 14px !important;
        line-height: 10px;
    }

    .medichef-program-card h2 {
        font-size: 18px !important;
        line-height: 20px;
    }


    .medichef-program-card p {
        font-size: 14px !important;
        line-height: 18px;
        width: 100%;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .medichef-program h1 {
        font-size: 22px !important;
        line-height: 30px;
        width: 350px;
    }

    .medichef-program p {
        font-size: 14px !important;
        line-height: 20px;
        margin: 20px auto;
        width: 520px;
    }

    .medichef-program-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-program-card a {
        font-size: 14px !important;
        line-height: 10px;
    }

    .medichef-program-card h2 {
        font-size: 18px !important;
        line-height: 20px;
    }


    .medichef-program-card p {
        font-size: 14px !important;
        line-height: 18px;
        width: 100%;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .medichef-program h1 {
        font-size: 24px !important;
        line-height: 30px;
        width: 350px;
    }

    .medichef-program p {
        font-size: 16px !important;
        line-height: 24px;
        margin: 20px auto;
        width: 520px;
    }

    .medichef-program-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-program-card a {
        font-size: 16px !important;
        line-height: 10px;
    }

    .medichef-program-card h2 {
        font-size: 20px !important;
        line-height: 20px;
    }


    .medichef-program-card p {
        font-size: 16px !important;
        line-height: 20px;
        width: 100%;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .medichef-program h1 {
        font-size: 26px !important;
        line-height: 30px;
        width: 380px;
    }

    .medichef-program p {
        font-size: 18px !important;
        line-height: 24px;
        margin: 20px auto;
        width: 550px;
    }

    .medichef-program-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-program-card a {
        font-size: 18px !important;
        line-height: 10px;
    }

    .medichef-program-card h2 {
        font-size: 22px !important;
        line-height: 20px;
    }


    .medichef-program-card p {
        font-size: 16px !important;
        line-height: 24px;
        width: 100%;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .medichef-program h1 {
        font-size: 28px !important;
        line-height: 34px;
        width: 410px;
    }

    .medichef-program p {
        font-size: 20px !important;
        line-height: 28px;
        margin: 20px auto;
        width: 700px;
    }

    .medichef-program-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-program-card a {
        font-size: 12px !important;
        line-height: 10px;
    }

    .medichef-program-card h2 {
        font-size: 16px !important;
        line-height: 20px;
    }


    .medichef-program-card p {
        font-size: 14px !important;
        line-height: 20px;
        width: 100%;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .medichef-program h1 {
        font-size: 30px !important;
        line-height: 36px;
        width: 440px;
    }

    .medichef-program p {
        font-size: 22px !important;
        line-height: 28px;
        margin: 20px auto;
        width: 820px;
    }

    .medichef-program-card img {
        width: 50px;
        height: 50px;
    }

    .medichef-program-card a {
        font-size: 14px !important;
        line-height: 10px;
    }

    .medichef-program-card h2 {
        font-size: 18px !important;
        line-height: 20px;
    }


    .medichef-program-card p {
        font-size: 16px !important;
        line-height: 20px;
        width: 100%;
    }
}

/* ============================== END ======================== */

/*-- ----------------------------------------------------- -->
<--- Enrollment Page Section 4  (What You’ll Receive) CSS -->
<--- ----------------------------------------------------- --*/


.medichef-you-receive {
    background-color: #FFFFFF;
    width: 100%;
}

.medichef-you-receive h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px !important;
    line-height: 58px;
    letter-spacing: 0%;
    color: #202020;
    text-transform: uppercase;
    width: 800px;
    margin: 0 auto;
}

.medichef-you-receive p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 34px;
    letter-spacing: 0%;
    color: #202020;
    width: 880px;
    margin: 20px auto;

}

.medichef-you-receive-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 25px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    height: 100%;
    transition: all 0.3s ease;
    margin-top: 20px;
    text-align: start;
    /* display: flex; */
    gap: 15px;
}

.medichef-you-receive-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}


.medichef-you-receive-card img {
    width: 50px;
    height: 40px;
}

.medichef-you-receive-card h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #C6C5C5;
    margin:15px 0 15px 0;
}

.medichef-you-receive-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: #202020;
}

.medichef-you-receive-card a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: none;
    color: #202020;
}

.medichef-you-receive-card p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 26px;
    letter-spacing: 0%;
    color: #202020;
    width: 100%;
}

.medichef-you-receive-card a:hover {
    color: #5c7c42;
}



/*=========================================================================
=   Enrollment Page Section 4  (What You’ll Receive) Responsive Breakpoints 
=========================================================================== */

@media (max-width: 344.99px) {

    .medichef-you-receive h1 {
        font-size: 18px !important;
        line-height: 28px;
        width: 100%;
    }

    .medichef-you-receive p {
        font-size: 12px !important;
        line-height: 20px;
        margin: 20px auto;
        width: 100%;
    }

    .medichef-you-receive-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-you-receive-card a {
        font-size: 10px !important;
        line-height: 10px;
    }

    .medichef-you-receive-card h2 {
        font-size: 16px !important;
        line-height: 16px;
    }

     .medichef-you-receive-card h5{
        font-size: 14px !important;
     }


    .medichef-you-receive-card p {
        font-size: 10px !important;
        line-height: 14px;
        width: 100%;
    }

}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {

    .medichef-you-receive h1 {
        font-size: 20px !important;
        line-height: 28px;
        width: 100%;
    }

    .medichef-you-receive p {
        font-size: 12px !important;
        line-height: 20px;
        margin: 20px auto;
        width: 100%;
    }

    .medichef-you-receive-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-you-receive-card a {
        font-size: 12px !important;
        line-height: 10px;
    }

     .medichef-you-receive-card h5{
        font-size: 14px;
     }

    .medichef-you-receive-card h2 {
        font-size: 18px !important;
        line-height: 20px;
    }


    .medichef-you-receive-card p {
        font-size: 12px !important;
        line-height: 14px;
        width: 100%;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .medichef-you-receive h1 {
        font-size: 20px !important;
        line-height: 28px;
        width: 300px;
    }

    .medichef-you-receive p {
        font-size: 12px !important;
        line-height: 20px;
        margin: 20px auto;
        width: 100%;
    }

    .medichef-you-receive-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-you-receive-card a {
        font-size: 14px !important;
        line-height: 10px;
    }

    .medichef-you-receive-card h2 {
        font-size: 18px !important;
        line-height: 20px;
    }

      .medichef-you-receive-card h5 {
        font-size: 14px !important;
    }

    .medichef-you-receive-card p {
        font-size: 14px !important;
        line-height: 18px;
        width: 100%;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .medichef-you-receive h1 {
        font-size: 20px !important;
        line-height: 28px;
        width: 300px;
    }

    .medichef-you-receive p {
        font-size: 12px !important;
        line-height: 20px;
        margin: 20px auto;
        width: 450px;
    }

    .medichef-you-receive-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-you-receive-card a {
        font-size: 14px !important;
        line-height: 10px;
    }

    .medichef-you-receive-card h2 {
        font-size: 18px !important;
        line-height: 20px;
    }

     .medichef-you-receive-card h5 {
        font-size: 16px !important;
    }


    .medichef-you-receive-card p {
        font-size: 14px !important;
        line-height: 18px;
        width: 100%;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .medichef-you-receive h1 {
        font-size: 22px !important;
        line-height: 30px;
        width: 350px;
    }

    .medichef-you-receive p {
        font-size: 14px !important;
        line-height: 20px;
        margin: 20px auto;
        width: 520px;
    }

    .medichef-you-receive-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-you-receive-card a {
        font-size: 14px !important;
        line-height: 10px;
    }

    .medichef-you-receive-card h2 {
        font-size: 18px !important;
        line-height: 20px;
    }


    .medichef-you-receive-card p {
        font-size: 14px !important;
        line-height: 18px;
        width: 100%;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .medichef-you-receive h1 {
        font-size: 24px !important;
        line-height: 30px;
        width: 350px;
    }

    .medichef-you-receive p {
        font-size: 16px !important;
        line-height: 24px;
        margin: 20px auto;
        width: 520px;
    }

    .medichef-you-receive-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-you-receive-card a {
        font-size: 16px !important;
        line-height: 10px;
    }

    .medichef-you-receive-card h2 {
        font-size: 20px !important;
        line-height: 20px;
    }


    .medichef-you-receive-card p {
        font-size: 16px !important;
        line-height: 20px;
        width: 100%;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .medichef-you-receive h1 {
        font-size: 26px !important;
        line-height: 30px;
        width: 380px;
    }

    .medichef-you-receive p {
        font-size: 18px !important;
        line-height: 24px;
        margin: 20px auto;
        width: 550px;
    }

    .medichef-you-receive-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-you-receive-card a {
        font-size: 18px !important;
        line-height: 10px;
    }

    .medichef-you-receive-card h2 {
        font-size: 22px !important;
        line-height: 20px;
    }


    .medichef-you-receive-card p {
        font-size: 16px !important;
        line-height: 24px;
        width: 100%;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .medichef-you-receive h1 {
        font-size: 28px !important;
        line-height: 34px;
        width: 410px;
    }

    .medichef-you-receive p {
        font-size: 20px !important;
        line-height: 28px;
        margin: 20px auto;
        width: 700px;
    }

    .medichef-you-receive-card img {
        width: 40px;
        height: 40px;
    }

    .medichef-you-receive-card a {
        font-size: 12px !important;
        line-height: 10px;
    }

    .medichef-you-receive-card h2 {
        font-size: 16px !important;
        line-height: 20px;
    }


    .medichef-you-receive-card p {
        font-size: 14px !important;
        line-height: 20px;
        width: 100%;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .medichef-you-receive h1 {
        font-size: 30px !important;
        line-height: 36px;
        width: 440px;
    }

    .medichef-you-receive p {
        font-size: 22px !important;
        line-height: 28px;
        margin: 20px auto;
        width: 820px;
    }

    .medichef-you-receive-card img {
        width: 50px;
        height: 50px;
    }

    .medichef-you-receive-card a {
        font-size: 14px !important;
        line-height: 10px;
    }

    .medichef-you-receive-card h2 {
        font-size: 18px !important;
        line-height: 20px;
    }


    .medichef-you-receive-card p {
        font-size: 16px !important;
        line-height: 20px;
        width: 100%;
    }
}

/* ============================== END ======================== */



/* =========================== END ================================== */

/* END CSS enrollment PAGE */

/* =========================== END ================================== */

/* ---------------------------------------------------------------
                 Strating CSS of become Page
--------------------------------------------------------------- */

/*-- --------------------------------------------------------- -->
<--- become Page Section 2 (Hero Banner CSS) -->
<--- ---------------------------------------------------------- --*/


.medichef-become-banner {
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)),
        url('../images/medichef-become-banner-img.webp') center center / cover no-repeat;
    height: 100vh;
    opacity: 1;
    color: #fff;
    height: 629px;
    padding: 50px;
    margin-top: 75px;
}

.medichef-become-banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 58px;
    margin-top: 30px;
    text-transform: uppercase;
}


/*============================================================
= become Page Section 2 (Hero Banner CSS)  Responsive Breakpoints
==============================================================*/
/* Very small phones */
@media (max-width: 344.99px) {
    .medichef-become-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-become-banner h1 {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        margin-top: 40px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {

    .medichef-become-banner {
        height: auto;
        margin-top: 95px;
        text-align: center;
    }

    .medichef-become-banner h1 {
        font-size: 20px;
        line-height: 26px;
        width: 100%;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .medichef-become-banner {
        height: auto;
        margin-top: 100px;
        text-align: center;
    }

    .medichef-become-banner h1 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
        margin-top: 40px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .medichef-become-banner {
        height: auto;
        margin-top: 60px;
        text-align: center;
    }

    .medichef-become-banner h1 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
        margin-top: 40px;
    }
}

@media (min-width: 540px) and (max-width: 575.99px) {
    .medichef-become-banner {
        height: auto;
        margin-top: 61px;
        text-align: center;
    }

    .medichef-become-banner h1 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 650.99px) {

    .medichef-become-banner {
        height: 300px;
        margin-top: 72px;
        text-align: center;
    }

    .medichef-become-banner h1 {
        font-size: 26px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }
}

/* Standard Mobile (651px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .medichef-become-banner {
        height: 300px;
        margin-top: 72px;
        text-align: center;
    }

    .medichef-become-banner h1 {
        font-size: 28px;
        line-height: 28px;
        width: 100%;
        margin-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 850.99px) {
    .medichef-become-banner {
        height: 300px;
        margin-top: 70px;
        text-align: center;
    }

    .medichef-become-banner h1 {
        font-size: 32px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }
}

@media (min-width: 850px) and (max-width: 991.99px) {
    .medichef-become-banner {
        height: 400px;
        margin-top: 70px;
        text-align: center;
    }

    .medichef-become-banner h1 {
        font-size: 40px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .medichef-become-banner {
        height: 500px;
        margin-top: 73px;
        text-align: center;
    }

    .medichef-become-banner h1 {
        font-size: 40px;
        line-height: 28px;
        margin-top: 40px;
        width: 100%;
    }
}



/* =========================== END ================================== */

/*-- ----------------------------------------- -->
<---   Become Page Section 3  (Interested in becoming a MediChef?) CSS-->
<--- ----------------------------------------- -*/

.interested {
    background: #F6F6F6;
}

.interested-inner h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 58px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.interested-inner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0%;
}

.interested-inner h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    width: 750px;
    margin: 40px auto;
}

.interested-card {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    text-align: start;
    width: 800px;
    margin: 0 auto;
}

.interested-card img {
    width: 40px;
    height: 40px;
}

.interested-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
}

.interested-card p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}


/*================================================================
= Become Page Section 3  (Interested in becoming a MediChef?) Responsive Breakpoints 
================================================================== */
@media (max-width: 344.99px) {

    .interested-inner h3 {
        font-size: 15px;

    }

    .interested-inner h1 {
        font-size: 14px;
        line-height: 5px;
    }

    .interested-inner h6 {
        font-size: 10px;
        line-height: 18px;
        margin-top: 20px;
        width: 100%;

    }

    .interested-card {
        padding: 30px;
        width: 100%;

    }

    .interested-card img {
        width: 30px;
        height: 30px;
    }

    .interested-card h2 {
        font-size: 14px;
        line-height: 100%;
    }

    .interested-card p {
        font-size: 10px;
        line-height: 18px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .interested-inner h3 {
        font-size: 16px;
        line-height: 30px;
    }

    .interested-inner h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .interested-inner h6 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 30px;
        width: 100%;
    }


    .interested-card {
        padding: 30px;
        width: 100%;
    }

    .interested-card img {
        width: 30px;
        height: 30px;
    }

    .interested-card h2 {
        font-size: 16px;
        line-height: 100%;
    }

    .interested-card p {
        font-size: 10px;
        line-height: 18px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {

    .interested h3 {
        font-size: 18px;
        line-height: 34px;
        /* width: 300px; */
    }

    .interested h1 {
        font-size: 18px;
        line-height: 10px;
        width: 100%;
        /* margin: 0 auto; */
    }

    .interested h6 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 20px;
        width: 100%;
    }


    .interested-card {
        padding: 30px;
        width: 100%;
    }

    .interested-card img {
        width: 30px;
        height: 30px;
    }

    .interested-card h2 {
        font-size: 18px;
        line-height: 100%;
    }

    .interested-card p {
        font-size: 12px;
        line-height: 16px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .interested h3 {
        font-size: 20px;
        line-height: 34px;
        /* width: 300px; */
    }

    .interested h1 {
        font-size: 20px;
        line-height: 10px;
        width: 100%;
        /* margin: 0 auto; */
    }

    .interested h6 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        width: 100%;
    }


    .interested-card {
        padding: 30px;
        width: 100%;
    }

    .interested-card img {
        width: 30px;
        height: 30px;
    }

    .interested-card h2 {
        font-size: 20px;
        line-height: 100%;
    }

    .interested-card p {
        font-size: 14px;
        line-height: 16px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .interested h3 {
        font-size: 20px;
        line-height: 34px;
        /* width: 300px; */
    }

    .interested h1 {
        font-size: 20px;
        line-height: 10px;
        width: 100%;
        /* margin: 0 auto; */
    }

    .interested h6 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        width: 100%;
    }


    .interested-card {
        padding: 30px;
        width: 100%;
    }

    .interested-card img {
        width: 30px;
        height: 30px;
    }

    .interested-card h2 {
        font-size: 20px;
        line-height: 100%;
    }

    .interested-card p {
        font-size: 14px;
        line-height: 16px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .interested h3 {
        font-size: 18px;
        line-height: 34px;
        /* width: 300px; */
    }

    .interested h1 {
        font-size: 22px;
        line-height: 10px;
        width: 100%;
        /* margin: 0 auto; */
    }

    .interested h6 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        width: 100%;
    }


    .interested-card {
        padding: 30px;
        width: 100%;
    }

    .interested-card img {
        width: 30px;
        height: 30px;
    }

    .interested-card h2 {
        font-size: 24px;
        line-height: 100%;
    }

    .interested-card p {
        font-size: 16px;
        line-height: 18px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .interested h3 {
        font-size: 18px;
        line-height: 34px;
        /* width: 300px; */
    }

    .interested h1 {
        font-size: 24px;
        line-height: 18px;
        width: 100%;
        /* margin: 0 auto; */
    }

    .interested h6 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        width: 100%;
    }


    .interested-card {
        padding: 30px;
        width: 100%;
    }

    .interested-card img {
        width: 30px;
        height: 30px;
    }

    .interested-card h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .interested-card p {
        font-size: 16px;
        line-height: 18px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .interested h3 {
        font-size: 20px;
        line-height: 34px;
        /* width: 300px; */
    }

    .interested h1 {
        font-size: 26px;
        line-height: 18px;
        width: 100%;
        margin: 20px auto;
    }

    .interested h6 {
        font-size: 16px;
        line-height: 24px;
       margin: 30px auto;
        width: 600px;
    }


    .interested-card {
        padding: 30px;
        width: 100%;
    }

    .interested-card img {
        width: 30px;
        height: 30px;
    }

    .interested-card h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .interested-card p {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {

    .interested h3 {
        font-size: 20px;
        line-height: 34px;
        /* width: 300px; */
    }

    .interested h1 {
        font-size: 26px;
        line-height: 18px;
        width: 100%;
        margin: 20px auto;
    }

    .interested h6 {
        font-size: 16px;
        line-height: 24px;
            margin: 30px auto;
        width: 600px;
    }


    .interested-card {
        padding: 30px;
        width: 700px;

    }

    .interested-card img {
        width: 30px;
        height: 30px;
    }

    .interested-card h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .interested-card p {
        font-size: 18px;
        line-height: 24px;
    }
}


/* =========================== END ================================== */


/*-- ------------------------------------------------------- -->
<-- Become Page Section 4 (Speak with our team ) CSS -->
<--- ------------------------------------------------------- -*/


.speak-with-team {
    background-color: #FFFFFF;
}

.speak-with-team p {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    width: 625px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.speak-with-team-card {
    background-color: #FFFFFF;
    height: 236px;
    width: 305px;
    border-radius: 20px;
    text-align: center;
    align-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.speak-with-team-card img {
    width: 80px;
    height: 80px;
}

.speak-with-team-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 10px;
}

.speak-with-team-card h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #555;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.speak-with-team-card a {
    text-decoration: none;
}

.speak-with-team-card a:hover {
    text-decoration: underline;
}


/*====================================================================
= Become Page Section 4 (Speak with our team )  Responsive Breakpoints  -->
===================================================================== */
@media (max-width: 344.99px) {

    .speak-with-team p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }

    .speak-with-team-card img {
        width: 70px;
        height: 70px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .speak-with-team p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }

    .speak-with-team-card img {
        width: 70px;
        height: 70px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .speak-with-team p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .speak-with-team-card img {
        width: 70px;
        height: 70px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .speak-with-team-inner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .speak-with-team-card img {
        width: 70px;
        height: 70px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card h5 {
        font-size: 18px;
        line-height: 40px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .speak-with-team p {
        font-size: 14px;
        line-height: 24px;
        width: 500px;
        margin: 30 auto;
    }

    .speak-with-team-card img {
        width: 70px;
        height: 70px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .speak-with-team p {
        font-size: 16px;
        line-height: 24px;
        width: 500px;
    }

    .speak-with-team-card img {
        width: 70px;
        height: 70px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .speak-with-team p {
        font-size: 16px;
        line-height: 24px;
        width: 500px;
    }

    .speak-with-team-card img {
        width: 100px;
        height: 100px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card h2 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .speak-with-team p {
        font-size: 20px;
        line-height: 28px;
    }

    .speak-with-team-card img {
        width: 100px;
        height: 100px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .speak-with-team p {
        font-size: 20px;
        line-height: 38px;
        width: 650px;
    }

    .speak-with-team-card img {
        width: 100px;
        height: 100px;
    }

    .speak-with-team-card h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .speak-with-team-card h5 {
        font-size: 18px;
        line-height: 30px;
    }
}



/* =========================== END ================================== */

/* END CSS become PAGE */

/* =========================== END ================================== */







/*-- ------------------------------------- -->
<---  (Home, About, Services page Footer CSS)     -->
<--- ------------------------------------- -*/

.footer-bottom {
    background-color: #F9F9F9;
    padding: 40px 0px;
    width: 100%;
}

.footer-bottom-inner h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.footer-bottom-info p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-top: 30px;
    width: 257px;
}

.footer-bottom-info ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    gap: 10px;
    margin: 20px 0px 0px 0px;
    padding: 0;
}

.footer-bottom-info i {
    color: #5C7C42;
    font-size: 25px;
    /* margin-right: 6px; */
    margin-top: 5px !important;
}


.footer-bottom-info li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000;
}

.footer-bottom-info a {
    text-decoration: none;
    transition: all 0.3s;
}

.footer-bottom-info li:hover {
    color: #5C7C42;
}

.footer-bottom-info a h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000;
}

.footer-bottom-info a h6:hover {
    color: #5C7C42;
}

.footer-bottom-info img {
    width: 200px;
}

.footer-social i {
    font-size: 30px;
    color: #202020;
    text-align: start !important;
    margin-top: 10px;
}

.footer-social i:hover {
    color: #5C7C42;
}


.footer-next-bottom {
    border-top: 1px solid #5F5E5E;
    margin-top: 30px;
    padding-top: 18px;
    font-size: 16px;
}

.footer-next-bottom p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 15px;
}

/*=================================================================
=    (Home, About and Practice page Footer)  Responsive Breakpoints
==================================================================*/
@media (max-width: 344.99px) {
    .footer-bottom-inner h6 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }

    .footer-bottom-info p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        width: 257px;
    }

    .footer-bottom-info i {
        font-size: 25px;
        margin-top: 10px !important;
    }


    .footer-bottom-info li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-bottom-info a h6 {
        font-size: 14px;
        line-height: 10px;
    }

    .footer-bottom-info img {
        width: 200px;
    }

    .footer-social i {
        font-size: 25px;
        margin-top: 10px;
    }

    .footer-next-bottom {
        margin-top: 30px;
        padding-top: 18px;
        font-size: 16px;
    }

    .footer-next-bottom p {
        font-size: 10px;
        line-height: 100%;
        margin-top: 15px;
    }
}

/* Small Phones (345px - 375px) */
@media (min-width:345px) and (max-width: 375.99px) {
    .footer-bottom-inner h6 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }

    .footer-bottom-info p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        width: 257px;
    }

    .footer-bottom-info i {
        font-size: 25px;
        margin-top: 10px !important;
    }


    .footer-bottom-info li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-bottom-info a h6 {
        font-size: 14px;
        line-height: 10px;
    }

    .footer-bottom-info img {
        width: 200px;
    }

    .footer-social i {
        font-size: 25px;
        margin-top: 10px;
    }

    .footer-next-bottom {
        margin-top: 30px;
        padding-top: 18px;
        font-size: 16px;
    }

    .footer-next-bottom p {
        font-size: 10px;
        line-height: 100%;
        margin-top: 15px;
    }
}

/* Larger Phones (376px - 491px) */
@media (min-width: 376px) and (max-width: 491.99px) {
    .footer-bottom-inner h6 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }

    .footer-bottom-info p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        width: 257px;
    }

    .footer-bottom-info i {
        font-size: 25px;
        margin-top: 10px !important;
    }


    .footer-bottom-info li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-bottom-info a h6 {
        font-size: 14px;
        line-height: 10px;
    }

    .footer-bottom-info img {
        width: 200px;
    }

    .footer-social i {
        font-size: 25px;
        margin-top: 10px;
    }

    .footer-next-bottom {
        margin-top: 30px;
        padding-top: 18px;
        font-size: 16px;
    }

    .footer-next-bottom p {
        font-size: 12px;
        line-height: 100%;
        margin-top: 15px;
    }
}

/* Larger Phones (492px - 539px) */
@media (min-width: 492px) and (max-width: 539.99px) {
    .footer-bottom-inner h6 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }

    .footer-bottom-info p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        width: 257px;
    }

    .footer-bottom-info i {
        font-size: 25px;
        margin-top: 10px !important;
    }


    .footer-bottom-info li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-bottom-info a h6 {
        font-size: 14px;
        line-height: 10px;
    }

    .footer-bottom-info img {
        width: 200px;
    }

    .footer-social i {
        font-size: 25px;
        margin-top: 10px;
    }

    .footer-next-bottom {
        margin-top: 30px;
        padding-top: 18px;
        font-size: 16px;
    }

    .footer-next-bottom p {
        font-size: 14px;
        line-height: 100%;
        margin-top: 15px;
    }
}

/* Small Tablets / Big Phones (540px - 575px) */
@media (min-width: 540px) and (max-width: 575.99px) {
    .footer-bottom-inner h6 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }

    .footer-bottom-info p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        width: 257px;
    }

    .footer-bottom-info i {
        font-size: 25px;
        margin-top: 10px !important;
    }


    .footer-bottom-info li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-bottom-info a h6 {
        font-size: 14px;
        line-height: 10px;
    }

    .footer-bottom-info img {
        width: 200px;
    }

    .footer-social i {
        font-size: 25px;
        margin-top: 10px;
    }

    .footer-next-bottom {
        margin-top: 30px;
        padding-top: 18px;
        font-size: 16px;
    }

    .footer-next-bottom p {
        font-size: 16px;
        line-height: 100%;
        margin-top: 15px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 650.99px) {
    .footer-bottom-inner h6 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }

    .footer-bottom-info p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        width: 257px;
    }

    .footer-bottom-info i {
        font-size: 25px;
        margin-top: 17px !important;
    }


    .footer-bottom-info li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-bottom-info a h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-bottom-info img {
        width: 200px;
    }

    .footer-social i {
        font-size: 25px;
        margin-top: 10px;
    }

    .footer-next-bottom {
        margin-top: 30px;
        padding-top: 18px;
        font-size: 16px;
    }

    .footer-next-bottom p {
        font-size: 16px;
        line-height: 100%;
        margin-top: 15px;
    }
}

/* Standard Mobile (576px - 767px) */
@media (min-width: 651px) and (max-width: 767.99px) {
    .footer-bottom-inner h6 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }

    .footer-bottom-info p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        width: 257px;
    }

    .footer-bottom-info i {
        font-size: 25px;
        margin-top: 17px !important;
    }


    .footer-bottom-info li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-bottom-info a h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-bottom-info img {
        width: 200px;
    }

    .footer-social i {
        font-size: 25px;
        margin-top: 10px;
    }

    .footer-next-bottom {
        margin-top: 30px;
        padding-top: 18px;
        font-size: 16px;
    }

    .footer-next-bottom p {
        font-size: 16px;
        line-height: 100%;
        margin-top: 15px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.99px) {
    .footer-bottom-inner h6 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }

    .footer-bottom-info p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        width: 200px;
    }

    .footer-bottom-info i {
        font-size: 25px;
        margin-top: 17px !important;
    }


    .footer-bottom-info li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-bottom-info a h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-bottom-info img {
        width: 200px;
    }

    .footer-social i {
        font-size: 25px;
        margin-top: 10px;
    }

    .footer-next-bottom {
        margin-top: 30px;
        padding-top: 18px;
        font-size: 16px;
    }

    .footer-next-bottom p {
        font-size: 20px;
        line-height: 100%;
        margin-top: 15px;
    }
}

/* Small Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .footer-bottom-inner h6 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }

    .footer-bottom-info p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        width: 200px;
    }

    .footer-bottom-info i {
        font-size: 25px;
        margin-top: 17px !important;
    }


    .footer-bottom-info li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-bottom-info a h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-bottom-info img {
        width: 200px;
    }

    .footer-social i {
        font-size: 25px;
        margin-top: 10px;
    }

    .footer-next-bottom {
        margin-top: 30px;
        padding-top: 18px;
        font-size: 16px;
    }

    .footer-next-bottom p {
        font-size: 24px;
        line-height: 100%;
        margin-top: 15px;
    }
}

/* ============================== END ============================= */