@media screen and (max-width: 428px) {
  /* header media */

  .contact_details {
    font-size: 12px;
  }

  /* login and sign up media */

  .popup_container {
    width: 370px;
    height: 85vh;
  }

  .login_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .left_column {
    width: 390px !important;
  }

  .wrapper_container {
    overflow-y: auto;
  }

  .popup_container2 {
    width: 380px;
    padding: 50px;
    position: relative;
    height: 100vh;
  }

  .sub_pop_con2 {
    width: 380px;
    padding: 50px;
    margin-top: 20px;
    height: 100vh;
  }

  .sub_pop_con2 img {
    width: 100%;
    height: 200px;
  }

  .popup_container3 {
    height: 90vh;
  }

  .search_title {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 9999;
  }

  /* top container ----------------------------------*/

  .social_container {
    padding: 0;
  }

  .logo_container {
    width: 390px;
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .phone_container {
    width: 390px;
    height: 15vh;
  }

  .contact_container {
    width: 390px;
    height: 15vh;
  }

  .map_container {
    width: 390px;
    height: 25vh;
  }

  /* navigation media ----------------------------------*/

  .navbar-nav {
    background-color: green !important;
    width: 100% !important;
    margin-top: 10px !important;
    position: absolute;
    margin-left: 0px;
    border-radius: 0;
  }

  .navbar-toggler-icon {
    font-size: 50px;
    color: white;
    margin-top: -5px;
  }

  .navbar img {
    position: absolute;
    margin-top: 5px;
    margin-left: 0px;
  }

  /* .navbar-toggler {
    margin-left: 320px !important;
    margin-top: 110px;
  } */

  .nav-link:hover {
    font-weight: 500;
    color: green !important;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0px 0px 2px 2px rgb(0, 128, 0, 0.5);
    transition: 0.1s all ease-in;
  }

  .search_box {
    width: 100% !important;
  }

  /* health tips container ---------------------------------*/

  /* .tab-pane {
    padding: 10px !important; 
  } */

  .sub_container {
    padding: 20px;
  }

  .header_image {
    width: 100%;
    height: 300px;
    background-size: contain;
  }

  .header_image2 {
    width: 100%;
    height: 300px;
    background-size: contain;
  }

  .right_container {
    width: 100%;
  }
  /* extras container ----------------------------------*/

  .extras_container {
    height: 20vh;
  }

  .extras_container h5 {
    font-size: 18px;
  }

/* footer container ----------------------------------*/

.footer_container {
  height: 100%;
}

.col_container {
  width: 100%;
  height: 300px;
  text-align: center;
}

.col_container img {
  width: 150px;
  height: 150px;
}

.col2_container {
  width: 100%;
  height: 150px;
  text-align: center;
  /* background: rgb(1, 117, 1); */
}

.col3_container {
  width: 100%;
  height: 250px;
  display: flex;
  padding-bottom: 20px;
  /* background: rgb(1, 117, 1); */
}

.col3_container iframe {
  width: 350px;
}

.col4_container {
  width: 100%;
  height: 150px;
  text-align: center;
  /* background: rgb(1, 117, 1); */
}
}

@media screen and (min-width: 429px) and (max-width: 767px) {
  /* pop up login and sign up container -------------*/

  .cover {
    width: 100%;
  }

  .popup_container {
    width: 100%;
  }

  .sub_pop_con2 {
    margin-top: 10px;
    height: 100vh;
  }

  .popup_container2 {
    padding: 50px;
    height: 100vh;
  }

  .wrapper_container {
    overflow-x: auto;
  }

  .sub_pop_con2 img {
    width: 100%;
  }

  /* top container -------------------------------*/

  .logo_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .phone_container {
    width: 100%;
  }

  .contact_container {
    width: 100%;
  }

  .map_container {
    width: 100%;
  }

  /* navigation container -------------------------------*/

  .navbar-nav {
    width: 100%;
    background-color: green;
    padding: 0 !important;
    margin: 0px 0px 0px 0px;
    border-radius: 0;
  }

  .search_box {
    width: 100% !important;
  }

  /* content column containers -------------------*/

  .phio_container,
  .fad_container,
  .covid_container {
    width: 767px !important;
  }

  /* full image container -------------------------*/

  .full_image_container,
  .image_details,
  .full_image_con {
    height: 60vh;
  }

  /* Recent News & Events -------------------------*/

  .splide {
    width: 700px;
  }

  .card {
    width: 100%;
  }

  .card img {
    width: 300px !important;
  }

  .promo_pic img {
    width: 100%;
    height: 90%;
  }

  .promo_pic2 img {
    width: 100%;
    height: 90%;
  }

  /* footer container ----------------------------*/

  .footer_container {
    width: 100%;
    height: 100%;
    /* background-color: red; */
  }

  .col2_container ul,
  .col4_container ul {
    padding: 0;
  }

  .col_container,
  .col2_container,
  .col3_container,
  .col4_container {
    width: 100%;
    height: 100%;
  }

  .col2_container,
  .col4_container {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  /* pop up login and sign up container -------------*/

  .wrapper_container {
    overflow-x: auto;
  }

  .sub_pop_con2 img {
    width: 100%;
  }

  .popup_container2 {
    height: 100vh;
  }

  .sub_pop_con2 {
    height: 100vh;
  }

  /* top container -------------------------------*/

  .social_container {
    padding: 0;
    font-size: 1vw;
  }

  .logo_container {
    width: 25%;
    height: 40vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* border: 1px solid gold; */
  }

  .phone_container {
    width: 25%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* border: 1px solid gold; */
  }

  .contact_container {
    width: 25%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* border: 1px solid gold; */
  }

  .map_container {
    width: 25%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* border: 1px solid gold; */
  }

  .fa-envelope {
    font-size: 4em;
  }

  .fa-map-pin {
    font-size: 4em;
  }

  .bi-telephone {
    font-size: 4em;
  }

  .map_container iframe {
    width: 100%;
  }

  /* navigation container -------------------------------*/

  .navbar-nav {
    background-color: green;
    padding: 0 !important;
    border-radius: 20px;
  }

  .search_box {
    width: 100% !important;
  }

  .nav-item a {
    font-size: 12px;
    text-decoration: none;
  }

  /* full image container -------------------------------*/

  .full_image_container {
    height: 60vh;
  }

  .image_details {
    height: 60vh;
  }

  .full_image_container img {
    height: 60vh;
  }

  /* full image container -------------------------------*/

  .full_image_container {
    height: 60vh;
  }

  .image_details {
    height: 60vh;
  }

  .full_image_container img {
    height: 60vh;
  }

  /* news and events container -------------------------------*/

  .phio_container {
    /* width: 456px;     */
    width: 33.33%;
    background-color: #11bbff;
    height: 350px;
    color: white;
    position: relative;
  }

  .fad_container {
    /* width: 455px;     */
    width: 33.33%;
    background-color: #4bb701;
    height: 350px;
    color: white;
    position: relative;
  }

  .covid_container {
    /* width: 455px;     */
    width: 33.33%;
    background-color: rgb(218, 30, 30);
    height: 350px;
    color: white;
    position: relative;
  }

  .nec_container .card-img-top {
    width: 60%;
    height: 50%;
  }

  .fb-page {
    margin: 0 auto;
  }

  .splide {
    width: 95%;
  }

  /* promotions container -------------------------------*/

  .promo_details,
  .promo_details2 {
    width: 100%;
  }

  .promo_pic img,
  .promo_pic2 img {
    width: 100%;
  }

  /* footer container ----------------------------------*/

  .footer_container {
    width: 100%;
  }

  .col_container {
    /* width: 341px; */
    width: 25%;
    text-align: center;
  }

  .col2_container {
    width: 25%;
    /* width: 341px; */
  }

  .col3_container {
    /* width: 341px; */
    width: 25%;
  }

  .col3_container iframe {
    width: 100%;
  }

  .col4_container {
    /* width: 341px; */
    width: 25%;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
  /* pop up container */

  .popup_container3 {
    height: 75vh;
  }

  .sub_pop_con2 img {
    width: 100%;
  }

  /* social container */

  .bi-facebook {
    right: 50px;
    font-size: 20px;
  }

  .bi-linkedin {
    right: 90px;
    font-size: 20px;
  }

  .bi-instagram {
    right: 130px;
    font-size: 20px;
  }

  /* navigation container */

  .navbar-nav {
    width: 100%;
    background-color: green;
    padding: 0 !important;
    border-radius: 35px;
  }

  /* news and events container */

  .nec_container {
    padding: 10px;
    height: 80vh;
    justify-content: center;
    align-items: center;
  }

  .phio_container {
    /* width: 456px;     */
    width: 33.33%;
    background-color: #11bbff;
    height: 350px;
    color: white;
    position: relative;
  }

  .fad_container {
    /* width: 455px;     */
    width: 33.33%;
    background-color: #4bb701;
    height: 350px;
    color: white;
    position: relative;
  }

  .covid_container {
    /* width: 455px;     */
    width: 33.33%;
    background-color: rgb(218, 30, 30);
    height: 350px;
    color: white;
    position: relative;
  }

  .fb-page {
    width: 520px;
  }

  .splide {
    width: 700px;
  }

  .card {
    align-items: center;
    justify-content: center;
    width: 330px !important;
    height: 650px !important;
  }

  /* promotions container */

  .promo_pic {
    /* width: 683px; */
    width: 50%;
    height: 100%;
  }
  .promo_pic img {
    /* width: 683px; */
    width: 100%;
    height: 100%;
  }

  .promo_details {
    /* width: 683px;   */
    width: 50%;
  }

  .promo_pic2 {
    /* width: 683px; */
    width: 50%;
    height: 100%;
  }
  .promo_pic2 img {
    /* width: 683px; */
    width: 100%;
    height: 100%;
  }

  .promo_details2 {
    width: 50%;
    /* width: 683px;   */
  }

  /* footer container ----------------------------------*/

  .footer_container {
    width: 100%;
  }

  .col_container {
    /* width: 341px; */
    width: 25%;
    text-align: center;
  }

  .col2_container {
    width: 25%;
    /* width: 341px; */
  }

  .col3_container {
    /* width: 341px; */
    width: 25%;
  }

  .col3_container iframe {
    width: 330px;
  }

  .col4_container {
    /* width: 341px; */
    width: 25%;
  }
}
