@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'pasajeroregular';
    src: url('../../../fonts/pasajero-webfont.woff2') format('woff2'),
        url('../../../fonts/pasajero-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pasajeroregular';
    src: url('../../../fonts/pasajero-webfont.woff2') format('woff2'),
        url('../../../fonts/pasajero-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.no-scroll {
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 0;
}

.logotext {
    font-family: 'pasajeroregular';
}

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


p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}

a {
    color: #4cb87b;
}

.bluetext {
    color: #04bbc1;
}

.top-strip {
    background-color: #02592f;
}

.top-strip p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.top-strip .fall-sale {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 1rem;
}

.top-strip strong {
    font-weight: 900;
}

.sale-logo {
    width: 90px;
    display: inline-block;
    margin-right: 1rem;
}

.blue-btn {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 153, 153);
    background-color: rgb(4, 187, 193);
    position: relative;
    padding: 12px 25px;
    color: #fff;
    font-weight: 400;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
}

/* navbar styles  */

.header {
    padding: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
}

.navbar-toggler {
    padding: 0;
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    transition: none;
}

/* .collapsing{
    transition: none !important;
} */
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
    border: none;
}

.nav-link {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    padding: 10px 20px !important;
}

.nav-link:hover {
    color: #02592f;
    text-decoration: underline;
}

.search-box {
    padding-left: 20px;
}

.navbar-toggler-icon,
.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url(../../../images/hamburger-open.svg);
}

.navbar-toggler.show-cross .navbar-toggler-icon {
    background-image: url(../../../images/hamburger-close.svg) !important;
}

.nav-item.dropdown>.dropdown-toggle::after {
    display: none;
}

.nav-dropdown {
    top: 56px !important;
    max-width: 200px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
  }

.arw-w {
    width: 14px !important;
    margin-left: 5px;
}

.arw-b {
    width: 20px !important;
    margin-left: 5px;
}

/* new banner style  */

.new-banner {
    padding: 60px 0;
    background: url(../../../images/newsec1ban.webp) no-repeat center;
    background-size: cover;
}

.new-banner h1 {
    font-size: 65px;
    line-height: 70px;
    color: #006031;
    text-transform: uppercase;
    font-weight: bold;
}

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

.mob-sleep{
    display: none;
   }

/* .new-banner .newban-content ul {
    margin-bottom: 4rem;
} */

.new-banner .newban-content li {
    /* list-style: url(../../../images/check-blue.svg); */
    list-style: none;
    font-size: 22px;
    margin: 10px 0;
    position: relative;
}

.new-banner .newban-content li::after {
    position: absolute;
    content: '';
    background: url(../../../images/check-blue.svg) no-repeat center;
    background-size: contain;
    height: 30px;
    width: 22px;
    left: -30px;
}

.ban-btn-new {
    background-color: #00d6c9;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    /* padding: 15px 20px 15px 30px; */
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    display: inline-block;
    margin-top: 1.2rem;
}
.ban-btn-new > i{
    margin-right: 5px;
}

.newban-btn.ban-btn-new {
    position: relative;
    margin-top: 3rem;
}

.newban-btn.ban-btn-new::after {
    position: absolute;
    content: '';
    background: url(../../../images/curve-arw.webp) no-repeat center;
    background-size: contain;
    left: -115px;
    bottom: 0px;
    width: 101px;
    height: 110px;
}



/* new studies style  */

.studies {
    padding: 70px 0;
}
.studies h2, .why-melatonin h2, .escape h2{
    font-size: 50px;
    line-height: 60px;
    color: #006031;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.studies-list li{
    font-size: 20px;
    line-height: 24px;
    margin: 14px 0 24px; 
    list-style: none;
    position: relative;   
}
.studies-list li::after{
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background-color: #006031;
    left: -30px;
    top: 5px;
}



/* new slick slider style  */

.slider-container {
    position: relative;
    width: 100%;
}

.slick-prev,
.slick-next {
    position: static;
    transform: none;
    border: none;
    border-radius: 50%;
    background-color: #f3f4f1;
    height: 40px;
    width: 40px;
    margin: 0 7px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev .slick-btn-icon {
    opacity: 0.5;
}

.slick-prev:active .slick-btn-icon,
.slick-prev:focus .slick-btn-icon {
    opacity: 1;
}

.slick-prev:focus+.slick-next:not(:focus) .slick-btn-icon {
    opacity: 0.5;
}


/* reviews */
.reviews {
    background: url(../../../images/ban4.jpg) no-repeat center;
    background-size: cover;
    padding: 68px 0px;
}

.reviews h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 16px;
}

.reviews p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

.reviews .review-item {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 50px;
}

.reviews .review-item .review-img {
    margin-bottom: 15px;
}

.reviews .review-item p {
    color: #000000;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
    margin-bottom: 35px;
}

.reviews .review-item .rating {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.reviews .review-item .rating i {
    font-size: 14px;
    color: #ffae00;
}

.reviews .review-item .rating a {
    display: inline-block;
    margin-right: 5px;
}

.reviews .review-item h6 {
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    /* margin: 10px 0px; */
}

.reviews .review-item span {
    font-size: 14px;
    /* color: #126ab7; */
    color: #369156;
}

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

/* .reviews {} */


/* slick slider */
.slick-slide {
    margin: 0px 8px;
}
/* .slick-list {
    padding: 0 20% 0 0 !important;
} */

/* why melatonin section style */
.why-melatonin{
    padding: 60px 0;
    background-color: #f6f6f6;
}

/* why melatonin section style */
.offers{
    padding-bottom: 60px;
    background-color: #f6f6f6;
}
.offers .top-line{
    border-top: 2px solid #006031;
}
.offers .top-line .green-triangle svg{
  margin-top: -17px;
}
.offers h2 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}
.offers h2 span{
    color: #006031;
}
.offer-box{
    padding:0 20px;
}
.offer-box2{
    border-left: 1px solid #b8b8b9;
    border-right: 1px solid #b8b8b9;
}
/* .offer-box img{
    min-height: 60px;
} */

.offer-box h4{
    font-size: 22px;
    font-weight: bold;
    color: #006031;
    margin: 10px 0;
}

/* escape section style */

.escape{
    padding: 60px 0;
}


/* product-section  style */

.product-section{
    padding: 60px 0;
    background-color: #f4f4f4;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.product-section::after {
    background: url(../../../images/flower-svg.webp) no-repeat center;
    background-size: contain;
    content: '';
    position: absolute;
    height: 50%;
    width: 50%;
    left: -25%;
    bottom: -18%;
    z-index: -1;
}
.prod-box{
    background-color: #fff;
    padding: 0;
}


.product-tab .prod-box {
    background-color: #fff !important;
}

.product-tab {
    position: relative;
}
.prod-top-text {
    position: relative;
}

.prod-top-text{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #3f6b31;
}
.prod-top-text p{
    color: #fff;
    margin-bottom: 0;
    margin-left: 85px;
    font-size: 16px;
    line-height: 20px;
    padding: 1rem 0;
}

.prod-img {
    position: relative;
    background: url(../../../images/prod-bg.png) no-repeat top;
    background-size: cover;
    /* min-height: 320px; */
    overflow: hidden;
}
.prod-img-sleep {
    position: relative;
    /* background: url(../../../images/prod-bg.png) no-repeat top; */
    background-size: cover;
    min-height: 320px;
    overflow: hidden;
}

.bottle-img {
    position: relative;
    width: 60%;
    right: -35%;
    /* bottom: 0; */
}
.bottle-img-sleep {
    position: relative;
    width: 100%;
    /* right: -35%; */
    /* bottom: 0; */
}

.prod-badge {
    position: absolute;
    top: -30px;
    left: -6px;
    height: 120px;
}

.prod-badge-sleep {
    position: absolute;
    top: -30px;
    left: -16px;
    height: 120px;
    z-index: 2;
}

.prod-content {
    margin-top: 1rem;
    padding: 0 7px;
    padding-bottom: 30px;
}

.prod-name {
    font-weight: bold;
    color: #3f6b31;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.prod-subname {
    font-weight: bold;
    margin-bottom: 0;
    /* min-height: 30px; */
}

.prod-desc {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    min-height: 55px;
}
.star-text {
    font-size: 8px;
    line-height: 12px;
    font-weight: 400;
    margin-bottom: 0;   
}


.star42 {
    height: 22px;
    margin-bottom: 5px;
}

.prod-accordion {
    /* width: 85%; */
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 1rem;
}

.prod-accordion .accordion-button {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding: 7px;
    padding-left: 2rem;
}

.accordion-body p {
    font-size: 16px;
    line-height: 20px;
}

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

.prod-accordion .accordion-body p {
    margin: 0;
}

/* new style for prod accordion  */

ul.prod-accordion li {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding: 7px;
    position: relative;
    list-style: none;
    text-align: left;
}

ul.prod-accordion li::after {
    position: absolute;
    content: '';
    left: -16px;
    top: 8px;
    background-image: url(../../../images/plus-icon.webp);
    height: 13px;
    width: 13px;
    background-size: contain;
}

.price-box .as-low {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0;
    line-height: 20px;
}

.price-box .msrp {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none !important;
}

.price-box .pill-count {
    font-size: 14px;
    margin-bottom: 1rem;
}

.btn-box {
    padding: 20px;
    display: block;
    border: none;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    font-weight: bold;
    background-color: #00d6c8;
    text-decoration: none;
}

.new-btn-box{
    padding: 15px 0 0 0;
    display: block;
    border: none;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    background-color: #78d5c8;
    border-radius: 20px;
    padding-bottom: 15px;
    text-decoration: none !important;
}


/* faq section style */

.faq{
    padding: 60px 0;
    position: relative;
    min-height: 750px;
}
.faq-rgt-img{
    position: absolute;
    right: 0;
    padding: 0;
}
.faq h2{
    font-size: 50px;
    line-height: 60px;
    color: #006031;
    font-weight: bold;
}
.faq h2 span{
    color: #03a63d;
}
.accordion-item{
    border: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0;
}

.accordion-button{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding: 14px;
    padding-left: 2rem;
}

.accordion-button::after{
    position: absolute;
    left: 0;
    background-image: url(../../../images/plus-icon.webp);
    height: 16px;
    width: 16px;
    background-size: contain;

}
.accordion-button:not(.collapsed)::after{
    background-image:url(../../../images/minus-icon.webp);
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: none;
    color: #000;
}

.faq-accordion .accordion-header{
    border-top: 1px solid #8c8c8c;
}
.faq-accordion .accordion-item:first-child .accordion-header{
    border-top: none;
}


/* footer for desktop */
footer {
    background-color: #014035;
    padding: 62px 0px 67px 0px;
}

footer a{
    color: #fff;
}

footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}

footer ul li a {
    text-decoration: none;
    color: #04bbc1 !important;
    font-size: 18px;
    padding-bottom: 5px;
    display: inline-block;
}

footer ul li:last-child a {
    padding-bottom: 0px;
}

footer h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 10px;
}

footer p {
    font-size: 16px;
    color: #04bbc1;
    line-height: 30px;
}

footer .social {
    margin-bottom: 0px;
}

footer .social li a {
    margin-right: 17px;
}

footer .social li:last-child a {
    margin-right: 0px;
}

footer .lowest-footer {
    margin: 70px 0px 52px 0px;
}

footer .lowest-footer p {
    margin-bottom: 0px;
    color: #ffffff;
}

footer .lowest-footer .footer-logo {
    margin-right: 30px;
}

footer .lowest-footer .copy-right {
    margin-right: 25px;
}

footer .small-text {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}

footer ul.imp-link {
    margin-bottom: 0px;
}

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

footer ul.imp-link li:last-child a {
    margin-right: 0px;
}

.fda-box {
    border: 1px solid #fff;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.fda-box p {
    color:#fff;
    font-weight: 300;
}