@media(max-width: 1600px) {
  .top-strip {
    font-size: 16px;
  }

  .top-strip .fall-sale {
    font-size: 20px;
  }

  .sale-logo {
    width: 60px;
    margin-right: 1rem;
  }

  h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }

  .nav-link {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding: 5px 15px !important;
  }

  .new-banner h1 {
    font-size: 55px;
    line-height: 60px;
  }

  .new-banner .newban-content li {
    font-size: 19px;
  }

  .newban-btn.ban-btn-new {
    margin-top: 2.5rem;
  }

  .studies h2,
  .why-melatonin h2,
  .escape h2,
  .offers h2,
  .faq h2 {
    font-size: 47px;
    line-height: 55px;
  }

  .studies-list li {
    font-size: 18px;
    line-height: 22px;
    margin: 14px 0 20px;
  }

}

@media (max-width: 1440px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
  }

  p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }


}

@media only screen and (max-width: 1366px) {
  /* .prod-img {
    min-height: 290px;
  } */
  .prod-img-sleep {
    min-height: 290px;
  }

  .faq-rgt-img {
    top: 20px;
  }

  footer ul li a {
    font-size: 16px;
  }

  .mobile-app p {
    font-size: 18px;
  }

  .reviews .review-item p {
    font-size: 16px;
  }
}

@media (max-width: 1260px) {}

@media (max-width: 1199.98px) {
  /* .prod-img {
    min-height: 250px;
  } */
  .prod-img-sleep {
    min-height: 250px;
  }

  .top-strip {
    font-size: 16px;
  }

  .top-strip .fall-sale {
    font-size: 20px;
  }

  .nav-link {
    padding: 5px 10px !important;
  }

  .new-banner h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .reviews h2 {
    font-size: 50px;
  }

  .reviews p {
    font-size: 18px;
  }

  .sec3-outer::after {
    top: 9%;
  }

  .fda-box {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  footer ul{
    margin-bottom: 16px;
  }
  .header {
    padding: 8px 0;
  }

  .search-box {
    padding-left: 0;
  }

  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.show {
    position: absolute;
    top: 54px;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #fff;
    overflow: hidden;
    transition: height .35s ease;
  }

  .navbar-brand {
    width: 150px;
  }

  .navbar-nav {
    padding: 0 10%;
  }

  .nav-dropdown {
    display: block;
    border: none;
    box-shadow: none;
  }

  .nav-link {
    padding: 10px 10px !important;
    font-weight: 600;
  }

  .top-strip p {
    font-size: 14px;
    line-height: 20px;
  }

  .sale-logo {
    margin-right: 6px;
    width: 50px;
  }

  .top-strip .fall-sale {
    font-size: 16px;
    margin-right: 6px;
  }

  /* banner-styles  */
  .studies h2,
  .why-melatonin h2,
  .escape h2,
  .offers h2,
  .faq h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .new-banner h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .newban-btn.ban-btn-new,
  .ban-btn-new {
    margin: 0 auto;
    width: 98%;
    text-align: center;
    /* margin-bottom: 200px; */
  }

  .newban-btn.ban-btn-new::after {
    left: 32%;
    bottom: 70px;
    width: 81px;
    height: 100px;

  }

  .offer-box {
    padding: 0 20px 20px;
  }

  .offer-box2 {
    border: none;
  }

  .prod-box {
    margin-bottom: 40px;
  }

  .prod-desc {
    min-height: auto;
  }

  .faq-rgt-img {
    position: relative;
    right: 0;
    top: 0;
    padding-left: 15px;
  }

  /* .product-section {
    padding-left: 25px !important;
    padding-right: 25px !important;
  } */

  .bottle-img {
    position: relative;
        width: 55%;
        right: -30%;
        bottom: -5px;
        margin-top: 30px;
  }

  /* .prod-img {
    min-height: 400px;
  } */
  .prod-img-sleep {
    min-height: 400px;
  }

  footer {
    padding: 50px 0px 50px 0px;
  }

  footer .lowest-footer {
    margin: 30px 0px 30px 0px;
    flex-wrap: wrap;
  }

  footer ul.imp-link {
    margin-top: 10px;
  }

  .fda-box p {
    font-size: 15px;
    line-height: 22px;
}
}

@media only screen and (max-width: 767px) {
  .navbar-nav {
    padding: 0 5%;
  }

  .bottle-img{
    width: 55%;
    /* bottom: -40px; */
  }

  .top-strip p {
    font-size: 11px;
    line-height: 20px;
  }

  h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
  }

  .reviews .review-item {
    padding: 10px;
  }

  .reviews .slick-list {
    padding: 0 30% 0 0 !important;
  }

  .reviews h2 {
    font-size: 45px;
  }

  .slick-list {
    padding: 0 10% 0 0 !important;
  }

  footer .lowest-footer,
  footer ul.imp-link {
    flex-wrap: wrap;
  }

  footer {
    padding: 52px 0px 37px 0px;
  }

  footer .lowest-footer {
    margin: 50px 0px 30px 0px;
  }

  footer ul.imp-link li a {
    margin-right: 15px;
  }

  footer .lowest-footer .copy-right {
    flex: 0 0 100%;
    margin: 10px 0px;
  }

  .fda-box p {
    font-size: 13px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-brand {
    /* width: 135px; */
    width: 50%;
  }

  /* .prod-img {
    min-height: auto;

  } */
  .prod-img-sleep {
    min-height: auto;

  }
  .bottle-img {
    position: relative;
    width: 49%;
    right: -37%;
    bottom: 0px;
    margin-top: 0px;
}

  .top-strip p {
    font-size: 12px;
    line-height: 16px;
  }

  .navbar-nav {
    padding: 0 1%;
  }

  .new-banner {
    background: none;
    padding-bottom: 0;
    background-color: #f2f2f2;
  }

  .mob-sleep {
    display: block;
  }

  .new-banner,
  .offers,
  .product-section {
    padding: 35px 0;
    padding-bottom: 0;
  }

  .new-banner .newban-content {
    margin-left: -6rem;
  }

  .new-banner .newban-content li {
    margin: 0 0 10px;
    font-size: 16px;
  }

  .studies-list li {
    font-size: 16px;
    line-height: 20px;
    margin: 14px 0 20px;
  }

  .studies,
  .why-melatonin,
  .escape,
  .faq,
  .reviews,
  footer {
    padding: 35px 0;
  }
}

@media only screen and (max-width: 480px) {
  footer h5{
    font-size: 14px;
  }
  .slick-list {
    padding: 0 1% 0 0 !important;
  }

  footer ul li a {
    font-size: 14px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .new-banner h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .newban-prod {
    width: 80%;
  }

  .new-banner .newban-content {
    margin-left: -5rem;
  }

  .new-banner .newban-content li {
    margin: 0 0 10px;
    font-size: 13px;
  }

  .newban-btn.ban-btn-new,
  .ban-btn-new {
    font-size: 14px;
    padding: 15px 10px;
  }

  .newban-btn.ban-btn-new::after {
    left: 32%;
    bottom: 60px;
    width: 50px;
    height: 50px;
  }

  .studies h2,
  .why-melatonin h2,
  .escape h2,
  .offers h2,
  .faq h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .reviews .review-item {
    margin-top: 25px;
  }

  .reviews h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .reviews p {
    font-size: 15px;
  }

  footer .small-text {
    font-size: 10px;
  }
}

@media (max-width: 575.98px) {

  /* Styles for portrait phones */
  footer .lowest-footer,
  footer ul.imp-link {
    flex-wrap: wrap;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 400;
  }


  .reviews h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .reviews .review-item h6 {
    font-size: 15px;
  }

  .reviews p {
    font-size: 12px;
  }

  .reviews .review-item p {
    font-size: 12px;
    margin-bottom: 40px;
  }

}



@media (max-width: 1199px) {
  .prod-top-text p {
    font-size: 14px;
    line-height: 18px;
    margin-left: 80px;
  }

  .prod-badge, .prod-badge-sleep {
    height: 100px;
  }
}

@media(max-width: 768px) {
#products-section {
  scroll-margin-top: 30px;
  scroll-padding-top: 30px;
}

}

@media(max-width: 480px) {
  .prod-badge, .prod-badge-sleep {
    height: 90px;
    top: -20px;
  }

  .prod-top-text p {
    font-size: 13.5px;
    line-height: 18px;
    margin-left: 55px;
  }
  .new-btn-box{
    width: 90%;
  }

  .price-box .msrp {
    font-size: 45px;
  }

  .star42 {
    height: 16px;
  }

  .prod-accordion {
    margin-bottom: 0px;
  }

}

@media screen and (max-width: 394px) {
  #products-section {
    scroll-margin-top: 80px;
    scroll-padding-top: 80px;
}
}

@media screen and (max-width: 361px) {
  #products-section {
    scroll-margin-top: 30px;
    scroll-padding-top: 30px;
  }
} 
