<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************/


/***** 	   01. General css		 ****/


/************************************/

:root {
    --gray:#656772;
}
body {
    
    font-size: 14px !important;
    background: #000;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Black Ops One', cursive;
    text-align: center;
    color: #fff ;
    margin: 0.5em auto;
}

h1 {
    font-size: 3.5em;
    background-color: var(--gray);
    color: #fff;
    padding: 20px 10px;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2.5em;
}

p,
.medium {
    font-size: 1.2em;
    font-family: Montserrat;
    font-weight: bold;
}

.align-center {
    text-align: center;
}

img {
    max-width: 100%;
}

.header_img {
    max-width: 750px !important;
    width: 100%;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

ul {
    list-style: inside;
}

#icon_line {
    overflow-x: auto;
    background: var(--gray);
}

#icon_line .container {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    width: 100%;
}

.icon_line_box {
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px;
    text-align: left;
    width: 20%;
}

.icon_line_box p {
    color: #e1b710;
    margin: 0;
}

.icon_line_box img {
    max-width: 64px;
    margin: 0 10px 0 0 !important;
}

@media (max-width: 967px) {
    .icon_line_box {
        width: auto;
        flex-direction: column;
        text-align: center;
        width: 25%;
    }

    .icon_line_box img {
        margin: 0 0px 0 0 !important;
    }
}

#snow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000;
}

.xmasSale {
    background: var(--gray);
    text-align: center;
    margin: -5px 0;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.stronger_formula {
    color: #ed5209;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: 'Saira Semi Condensed', sans-serif;
}

@media only screen and (min-width: 990px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    .thumbs {
        width: 50% !important;
    }
    .swiper-container {
        width: 100%;
    }
}


/***************************************/


/*****     Instagram videos     *****/


/***************************************/

.instagramVideos {
    padding: 30px 0;
}

.videos {
    display: flex;
    justify-content: center;
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 20px;
    align-items: baseline;
}

.video_box {
    width: 33%;
    margin: 0 15px;
}

@media only screen and (max-width: 990px) {
    .videos {
        flex-direction: column;
    }
    .video_box {
        width: 90%;
        margin: 0 auto;
    }
}

.single_video {
    margin: 0 10px;
    text-align: center;
}

.instagram_account {
    display: flex;
    justify-content: left;
    margin: 10px 0;
}

.instagram_information {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 10px;
}

.instagram_account_pic {
    max-width: 80px;
}

.instagram_author {
    font-size: 14px;
    color: #686968;
}

.instagram_name {
    font-size: 14px;
}

.instagram_bio {
    font-size: 14px;
}

.bold {
    font-weight: bold;
}


/***************************************/

.stars i {
    color: #ffd665;
}

.stars {
    text-align: center;
}

.stars span {
    font-size: 14px;
    font-style: italic;
}

.card_logos {
    max-width: 265px;
    margin-top: 10px;
}

.products .card_logos {
    display: block;
    margin: 0 auto;
}

 
.accordionSection {
    padding: 20px 0;
}

.accordionWrapper {
    box-sizing: border-box;
  
    padding-left: 100px;
}

.accordionSection .accordionWrapper {
    padding-left: 0 !important;
}


.accordionWrapper img {
    width: 100px;
    height: 100px;
}

.accordionItem {
    position: relative;
    
    box-sizing: border-box;
    opacity: 1 !important;
    margin: 35px 0;
}

#ing1:before, #ing2:before, #ing3:before{
    width: 90px;
    content: " ";
    background-image: url(../images/ing1.png);
    position: absolute;
    left: -100px;
    height:90px;
    background-size: 100%;
    top: -15px;
}


#ing2:before {
    background-image: url(../images/ing2.png);
}

#ing3:before {
    background-image: url(../images/ing3.png);
}


.accordionItemHeading {
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    border-radius: 25px;
    border:3px solid #fff;
    text-align: left;
    background: var(--gray);
    font-family: Montserrat;
    flex-shrink: 0;
}

.accordionItemHeading span {
    display: flex;
    align-items: center;
}

.accordionItemHeading span span:first-child {
    font-size: 30px;
    margin-right: 10px;
}

.accordionItemHeading span span:last-child {
    font-weight: normal;
}

.accordionItemHeading:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

.close .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
}

.close {
    text-shadow: none;
    float: none !important;
}
.accordionItem .open {
    flex-direction: column !important;
}
.open .accordionItemContent {
    padding: 20px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease;
    -ms-transition: -ms-transform 0.6s ease;
    transition: transform 0.6s ease;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    border-radius: 0 0 25px 25px;
    border: 3px solid;
}

.open .accordionItemContent p {
    font-weight: normal;
}

.open .accordionItemHeading {
    margin: 0px;
    border-bottom: none;
    color: #fff;
    border-radius: 25px 25px 0 0;
}

.close .accordionItemHeading:after, .open .accordionItemHeading:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 35px;
    line-height: 25px;
}

.open .accordionItemHeading:after {
    content: "\2212";
 
}

.products .testimonial-single p,
.slider-image .testimonial-single p,
.products .testimonial-single h3,
.slider-image .testimonial-single h3 {
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    min-height: auto;
    font-weight: normal;
}

.products .testimonial-single span,
.slider-image .testimonial-single span {
    display: none;
}

.slider-image .testimonial-single {
    flex-direction: column;
    background: rgba(255, 255, 255, 0.4);
    padding: 5px;
    margin-top: 10px;
}

.products .testimonial-single img,
.slider-image .testimonial-single img {
    max-width: 50px;
}

.products .ratting,
.slider-image .rating {
    padding-top: 0;
}

.testimonial-single img {
    border-radius: 50%;
}

.featrues_btn {
    text-align: center;
    margin: 20px 0;
}


.featrues_btn img,
.center-img {
    display: block;
    margin: 0 auto;
}

.test_info {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.step2_slider {
    max-width: 320px;
    margin: 0px auto;
    padding: 10px 0;
}

iframe {
    /* width: 560px; */
    height: 315px;
}

.youtube-player {
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    max-height: 360px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin: 0 auto
}

.youtube-player img {
    bottom: -100%;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: -100%;
}

.youtube-player div {
    height: 48px;
    width: 68px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('../images/youtube_button.png') no-repeat;
}

.youtube-player:hover div {
    background-position: 0 100%;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: var(--gray);
    z-index: 9999;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    top: calc(50% - 15px);
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

#cookie-consent-bar {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    background-color: rgba(45, 41, 41, 0.85);
    position: fixed;
    bottom: 0;
    z-index: 2222;
    width: 100%;
    color: #fff;
}

#accept-cookies,
#read-cookie-policy {
    padding: 5px;
    font-size: .8em;
    border-width: 2px;
    border-style: solid;
    background-color: #4ba353;
    display: inline-block;
    width: 200px;
    height: 50px;
    margin: 5px;
}

#read-cookie-policy {
    background: #333;
}

.size_11 {
    font-size: 11px;
}

.btn-custom {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: center;
    color: #ff2938;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 26px;
    transition: all 0.3s;
}

.btn-custom:hover {
    background: none;
    color: #fff;
}

.customers_image {
    margin: 0 auto 60px;
    display: block;
}

.mob {
    display: none !important;
}



/************************************/


/*****   01. Header area css    *****/


/************************************/

.banner {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    /*background: radial-gradient(at 10%,#314164, #203053, #0b1935, #06122c);
	background: -webkit-radial-gradient(at 10%,#314164, #203053, #0b1935, #06122c);
	background: -moz-radial-gradient(at 10%,#314164, #203053, #0b1935, #06122c);
	background: -o-radial-gradient(at 10%,#314164, #203053, #0b1935, #06122c);*/
    padding: 135px 20px 20px;
    /* padding: 120px 0 80px; */
    background: url(../images/banner.jpg) no-repeat center center;
  
    text-align: center;
}

.flexbox {
    display: flex;
    align-items: center;
}

.banner .row {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.header-bullets {
    display: flex;
    flex-direction: column;
    font-family: 'Black Ops One', cursive;
    justify-content: center;
    font-size: 28px;
}

.header-bullets div {
    align-items: center;
    display: flex;
    margin: 10px 0;
    text-align: left;
}

.header-bullets img {
    max-width: 50px;
    margin-right: 10px;
}

.header-content h2 {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    color: #3dc7d5;
}

.second_head {
    font-size: 26px !important;
    font-weight: 500 !important;
    color: #052c41 !important;
    margin-top: 20px !important;
}

.text-blue {
    color: #00edf5;
}

.text-lightblue {
    color: #4e638d;
}

.text-white {
    color: #fff;
}

.banner h2   {
    font-size: 4em !important;
}
.btn-booknow {
    display: inline-block;
    background: #ffc600;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px 8px;
    border: 2px solid #d9a800;
    border-radius: 40px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative;
}

.btn-booknow:hover {
    background: none;
    color: #d9a800;
}


/************************************/


/***** Navigation area css  *****/


/************************************/

nav.navbar.bootsnav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    
}

nav.navbar.bootsnav .navbar-nav {
    padding-top: 22px;
    transition: all 0.3s ease-in-out;
}

.navbar-brand {
    height: auto;
    padding: 17px 15px;
    transition: all 0.3s ease-in-out;
}

.navbar-brand img {
    height: 45px;
    transition: all 0.3s ease-in-out;
}

.navbar-right {
    margin-right: 0;
}

nav.navbar.bootsnav ul.nav&gt;li&gt;a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    padding: 20px 10px;
    line-height: 1em;
    letter-spacing: 0.05em;
    transition: all 0.3s ease-in-out;
}

nav.navbar.bootsnav ul.nav&gt;li.active&gt;a {
    color: #ffc600;
}

nav.navbar.bootsnav.sticky-header {
    /* background: #3dc7d5; */
   
}

/* nav.navbar.bootsnav.sticky-header a {
    color: #052c41 !important;
}
@media only screen and (max-width: 967px) {
nav.navbar.bootsnav.sticky-header a {
    color: #fff !important;
}
} */

nav.navbar.bootsnav.sticky-header .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}

nav.navbar.bootsnav.sticky-header .navbar-nav {
    padding-top: 8px;
}

nav.navbar.bootsnav.sticky-header .navbar-brand img {
    height: 46px;
}

/**************************************/


/*****   02. Features area css    *****/


/**************************************/

.features {
    background: #000;
}

.whiteBubbleBox {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.whiteBubbleBox p {

    padding: 5px 30px;
    border-radius: 30px;

}
 
.whiteBubbleBox p:first-child {
	background: #fff;
	color: #000;
	max-width: 230px;
	position: relative;
	width: 100%;
	text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.whiteBubbleBox p:nth-child(2) {
    background: var(--gray);
    color: #fff;
    padding: 20px;
    
}


 
/****************************************/


/***** 03. Related Product area css *****/


/****************************************/

.goalsSection {
    padding: 20px 0 0;
    
    
}

.goalsSection h1 {
    margin-bottom: 0 !important;
}

.goalsSection .container{
    background: url(../images/goalsSectBack.jpg) no-repeat left center;
    padding-top: 135px;
    background-size: 80%;
}
.goalsSection .bannerProduct {
    max-width: 200px;
    width: 100%;

}

.goalsSection .whiteBubbleBox {
    margin: 40px 0;
  
}

.goalsSection .whiteBubbleBox p {
    font-family: 'Black Ops One', cursive;
    font-size: 25px;
    max-width: 300px;
}

 
/****************************************/


/*****   04. How It Works area css   *****/


/****************************************/

#howItWorks {
    overflow: auto;
}


#ingredients h1 {
    margin-top: 0;
}

.use {
    width: 100%;
}

/****************************************/


/*****   07. Testimonial area css   *****/


/****************************************/

.testimonial {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0672b6+0,0672b6+50,0098d9+100,eb4c00+100,0672b6+100 */
    /* background: #fff; */
}

.testimonial .section-title {
    background: url(../images/white-divider.png) no-repeat bottom center;
}

.testimonial .section-title p {
    color: #ffc600;
}

.testimonial .section-title h2 {
    color: #fefefe;
}

.testimonial-single {
    text-align: center;
    margin: 1em auto;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 1em;
}

.testimonial-single p {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding: 1em;
}

.testimonial-single p::before {
    top: 0px;
    height: 30px;
    content: '\201C';
    left: -15px;
    position: absolute;
    font-size: 4em;
    font-family: Montserrat;
    color: #e8e8e8;
    line-height: 1em;
}

.testimonial-single p::after {
    bottom: -5px;
    right: 40px;
    font-family: Montserrat;
    content: '\201D';
    height: 30px;
    position: absolute;
    font-weight: 900;
    font-size: 3em;
    color: #e8e8e8;
    line-height: 1em;
}

.verified {
    color: #3dc7d5;
    border: 2px solid #3dc7d5;
    display: block;
    max-width: 170px;
    width: 100%;
    padding: .5em;
    border-radius: 3px;
    margin: auto;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
}

.ratting:before {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin-left: -40px;
}

.ratting {
    color: #ffc600;
    position: relative;
    padding-bottom: 10px;
}

.testimonial-single h3 {
    font-size: 20px;
}

.testimonial-single h3 span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    padding-top: 6px;
}

.testimonial-pagination {
    text-align: center;
    padding-top: 20px;
}

.swiper-wrapper {
    height: fit-content !important;
}
.testimonial-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: #ffc600;
}

.money_back_box {
  
        padding: 1em;
        margin: 1em auto;
        background: #fff;
        border-radius: 10px;
        border: 2px solid #ffe6b6;
    
}


.money_back_box img {
    margin: 0 auto;
    display: block;
}

.money_back_box p {
	font-weight: 300;
    line-height: 1.5em;
    color: #000;
}

.money_back_box p:first-of-type {
    font-weight: bold;
    text-align: center;
}

/****************************************/


/*****     08. Product area css     *****/


/****************************************/

.boxes {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ing_row {
    display: flex;
    justify-content: center;
}

.anchor {
    display: block;
    position: relative;
    top: -87px;
    visibility: hidden;
}

.old_price {
    color: #fff !important;
    text-decoration: line-through;
}

.save {
    color: #fff !important;
    font-size: 21px !important;
    font-weight: bold;
}

.new_price,
.per_bottle {
    font-size: 30px !important;
    color: #12c630 !important;
    font-weight: bold;
}

.per_bottle {
    font-size: 20px !important;
}

.plus {
    color: #12c630 !important;
    font-size: 25px !important;
    text-align: center;
    font-weight: bold;
}

.products {
     
    padding: 20px 0;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters&gt;[class^="col-"],
.row.no-gutters&gt;[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.products .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.product-single {
    position: relative;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #ffc600;
    border-radius: 10px;
    width: 100%;
     
}

.bonus {
    padding: .5em;
    border: 3px dashed #12c630;
    text-align: center;
    margin-bottom: .5em;
    border-radius: 5px;
    color: #12c630;
}

.product-single .selectedBox {
    border: 1px solid #0c689b;
}

.selectedBox,
.product-single:hover {
    box-shadow: 0 5px 15px rgb(8 126 181 / 50%);
    background: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.selectedBox .old_price,
.selectedBox .save,
.product-single:hover .old_price,
.product-single:hover .save  {
    color: #000 !important;
    transition: all 0.3s ease-in-out;
}

.product-image {
    position: relative;
    max-width: 360px;
    display: block;
    margin: 0 auto;
}

.product-image img {
    width: 100%;
}

.oneProductBox {
    max-width: 300px;
}

.product-info {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.product-info h3 {
    color: #000;
    font-size: 26px;
    margin-bottom: 4px;
}

.product-info p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.product-info p span {
    color: #ffc600;
}

.product-info .btn-booknow {
    padding: 6px 20px 5px;
    font-size: 25px;
    margin-top: 8px;
}

.btn-booknow:first-letter {
    text-transform: uppercase;
}


/* .product-single:hover .product-info,
.selectedBox .product-info {
    padding-top: 50px;
} */

.buy-desk {
    padding: 9px;
    border-radius: 9px 9px 0 0;
    color: #000;
    background: #ffc600;
}

.product-single:hover .buy-desk,
.selectedBox .buy-desk {
    background: #ffc600;
}


/**************************************/


/*****     09. Brand area css     *****/


/**************************************/

.brand {
    padding: 30px 0;
    background: #f2f6f6;
}

.brand-single {
    text-align: center;
}


/*******************************************/


/*****     10. Contact us area css     *****/


/*******************************************/

.contactus,
.testimonial {
    padding-top: 20px;
}

.contact-about {
    padding-bottom: 30px;
}

.contact-about p {
    color: #bbbbbb;
    font-weight: 300;
    line-height: 1.5em;
}

.contact-info-single {
    padding: 1em;
    margin: 1em auto;
}

.contact-info-single img {
    display: block;
    margin: 0 auto 20px;
}

.contact-info-single h3 {
    color: #06122c;
    font-size: 18px;
}

.contact-info-single p {
	font-weight: 300;
	line-height: 1.5em;
	background-color: var(--gray);
	border: 3px solid #e1b710;
	padding: 20px 10px;
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
    text-align: center;
    border-radius: 10px;
}

.contact-info-single p img {
    float: left;
    margin-right: 10px;
}

.contact-form .form-control {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    padding: 10px 14px;
    background: #f3f3f3;
    border: none;
    outline: 0;
    resize: none;
}

.btn-contact {
    display: inline-block;
    background: #ffc600;
    color: #06122c;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px 8px;
    border: 2px solid #ffc600;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
}

.btn-contact:hover {
    background: none;
    color: #ffc600;
}


/***************************************/


/*****     11. Footer area css     *****/


/***************************************/

footer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0672b6+0,0672b6+50,0098d9+100,eb4c00+100,0672b6+100 */
    background: var(--gray);
    padding-top: 20px;
    text-align: center;
}

.fa-facebook-official,
.fa-instagram,
.fa-youtube,
.tiktok,
.fa-pinterest {
    color: #fff;
    font-size: 22px !important;
    cursor: pointer;
    margin: 10px 5px;
}

.tiktok {
    /* background: url(../images/tiktok.svg) no-repeat; */
    display: inline-block;
    width: 17px;
    height: 19px;
    background-size: contain;
    margin-bottom: 0;
    fill: #fff;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
    text-transform: uppercase;
}

.footer-menu ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.04em;
    padding: 0 6px;
}

.footer-menu ul li a:hover,
.fa-facebook-official:hover,
.fa-instagram:hover,
.fa-youtube:hover,
.tiktok:hover,
.fa-pinterest:hover {
    color: #ffc600;
    fill: #ffc600;
    ;
}

.footer-social {
    margin-top: 30px;
}

.footer-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff;
    text-align: center;
    color: #06122c;
    font-size: 20px;
    padding-top: 5px;
    border-radius: 50%;
    margin: 0 4px;
    transition: all 0.3s ease-in-out;
}

.footer-social a:hover {
    background: #ffc600;
}

.footer-siteinfo {
    margin-top: 30px;
}

footer p {
    color: #fff;
    font-weight: 300;
}

.footer-siteinfo .size_11 {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
}


/************************************/


/*****    12. Media Screens     *****/


/************************************/

@media only screen and (max-width: 1200px) {
    .navbar-default .navbar-nav&gt;li&gt;a:after {
        padding: 0 12px 0 14px;
    }
    nav.navbar.bootsnav ul.nav&gt;li&gt;a {
        font-size: 14px;
    }
    nav.navbar.bootsnav.sticky-header .navbar-brand,
    nav.navbar.bootsnav .navbar-brand {
        padding-left: 15px;
        padding-right: 15px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        right: 15px;
    }
    nav.navbar.bootsnav .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 991px) {
    nav.navbar.bootsnav ul.nav &gt; li &gt; a {
        color: #fff;
    }
    .banner {
        background: none;
    }
    .banner .col-md-3 {
        width: 100% !important;
    }

    .bannerProduct {
        max-width: 150px;
    }

    .banner h2 {
        font-size: 2.5em !important;
    }
    .header-bullets div {
        margin: 0;
    }
    .header-bullets img {
        max-width: 40px;
    }

    #howToUse .flexbox {
        flex-direction: column;
    }
    iframe {
        width: 100%;
    }
    .ways_box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .ways_box img {
        max-width: 80px;
    }
    .ways_box p {
        width: 100%;
        max-width: 200px;
        padding: 0 5px;
        font-size: 14px;
        line-height: 1;
    }
    .padding div.col-md-6:first-child,
    .padding div.col-md-6:last-child {
        padding: 0 !important;
    }
    .mob {
        display: block !important;
    }
    .desk {
        display: none;
    }
    .header-bullets {
        height: auto;
        max-width: 380px;
        margin: 0 auto;
        text-align: left;
    }
    .customers_image {
        max-width: 640px;
        margin: 0 auto 20px;
        width: 100%;
    }
    nav.navbar.bootsnav.sticky-header .navbar-brand,
    nav.navbar.bootsnav .navbar-brand {
        display: block;
        padding: 14px 0 13px;
    }
    nav.navbar.bootsnav .navbar-collapse {
        background: #000;
        padding: 0 15px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        background: none;
        height: 36px;
        width: 36px;
        color: #000;
        margin: 0;
        border: 1px solid #000;
        border-radius: 0;
        position: absolute;
        top: 15px;
        transition: all 0.3s ease-in-out;
    }
    nav.navbar.bootsnav.sticky-header .navbar-toggle {
        top: 20px;
    }
    .navbar-brand img {
        height: 40px;
    }
    nav.navbar.bootsnav .navbar-nav {
        margin: 0;
        padding: 0;
    }
    nav.navbar.bootsnav.sticky-header ul.nav&gt;li&gt;a,
    nav.navbar.bootsnav ul.nav&gt;li&gt;a {
        padding: 14px 0;
        border: none;
        margin: 0;
    }
    nav.navbar.bootsnav ul.nav&gt;li&gt;a:after {
        display: none;
    }
    .header-content h2 {
        font-size: 64px;
    }
    .section-title h2 {
        font-size: 46px;
    }
    .section-title p {
        font-size: 18px;
    }
    .related-product-info {
        padding-top: 0;
    }
    .contact-info-single {
        margin-bottom: 30px;
        display: flex;
        padding: 0;
    }

    .contact-info-single p {
        height: auto;
        padding: 10px;
        width: 100%;
    }

    .contact-info-single img {
        max-width: 150px;
        margin-right: 10px;;
    }

    .goalsSection .flexbox {
        justify-content: center;
    }
}
 

/* Mobile Layout */

@media only screen and (max-width: 767px) {
    .ing_row,
    .flexbox,
    .test_info,
    .boxes {
        flex-direction: column;
    }

    .goalsSection .flexbox {
        flex-direction: row !important;
        padding: 20px 0;
    }
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.5em;
    }
    .new_price,
    .per_bottle {
        font-size: 40px !important;
    }
    .product-info .btn-booknow {
        font-size: 18px;
    }
    .slider-image {
        text-align: center;
    }
    .slider-image img {
        max-width: 40%;
    }
    .header-content {
        text-align: center;
        margin-left: 0;
    }
    .header-content h2 {
        font-size: 30px;
        line-height: 1.2em;
    }
    .second_head {
        font-size: 16px !important;
    }
    .header-bullets {
        font-size: 16px;
    }
    .banner {
        padding: 90px 0 40px;
        /* padding: 70px 0 60px; */
    }
    
    .header_img {
        margin-top: 40px;
    }
    .section-title h2 {
        font-size: 33px;
    }
    .section-title p {
        font-size: 14px;
    }

    .goalsSection {
        background: url(../images/goalsSectBack.jpg) no-repeat left 90px;
    }
    
    .goalsSection .container {
        padding-top: 0;
        background: none;
    }
    .goalsSection .whiteBubbleBox {
        margin: 0px 0;
    }

    .accordionItemHeading span {
        flex-direction: column;
    }

    #ing1::before, #ing2::before, #ing3::before {
        top: 0;
    }

    .features {
        padding: 20px 0 30px;
    }
    .about-image {
        display: none;
    }
    .features-image {
        margin-bottom: 40px;
    }
    .feature-single {
        margin-bottom: 30px;
    }
    .feature-single h3 {
        font-size: 60px;
    }
    .related-product-info {
        margin-bottom: 40px;
    }
    .related-product-image {
        text-align: center;
    }
    .related-product-info h3 {
        font-size: 24px;
    }
    .product-single {
        margin: 20px 10px;
    }
}


/* Small Mobile Layout */

@media only screen and (max-width: 640px) {

    .bannerProduct {
        max-width: 130px;
      }
      .banner h2 {
        font-size: 2.2em !important;
      }

      .icon_line_box p {
          font-size: 14px;
      }

    .goalsSection .whiteBubbleBox p {
        font-size: 18px;
        padding: 5px 10px;
        font-weight: normal;
    }

    
    .product-info h3 {
        font-size: 20px;
        min-height: 70px;
    }
    .product-single:hover .product-info,
    .selectedBox .product-info {
        padding-top: 10px !important;
    }
    .testimonial-single h3 {
        min-height: 70px;
    }
}

@media only screen and (max-width: 480px) {

    
    .testimonial-single p {
        font-size: 16px;
    }
    .testimonial-single h3 {
        font-size: 16px;
        min-height: 50px;
    }
    .product-single {
        margin: 20px 5px;
    }
    /* .product-info button {
        font-size: 9px !important;
    } */
}

@media only screen and (max-width: 415px) {
    h1 {
        font-size: 2em;
      }
      
    .product-info,
    .product-info h3,
    .product-info p,
    .save,
    .old_price {
        font-size: 18px !important;
    }
    .product-info h3 {
        min-height: 50px;
    }
    .product-info .btn-booknow {
        padding: 6px 5px 5px;
    }
    .new_price {
        font-size: 26px !important;
    }
}</pre></body></html>