html {
    overflow-x: hidden;
}

form {
    background-color: #fff !important;
    -webkit-box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 1px solid transparent;
    border-radius: 15px;
    height: 100%;
    padding: 0 5%;
    margin-bottom: 10px
}

.form-img {
    max-width: 800px;
    width: 100%;
    padding-top: 20%
}

input[type=email],
input[type=number],
input[type=tel],
input[type=text] {
    max-width: 300px;
    width: 100%;
    display: block;
    border-radius: 7px;
    height: 42px;
    width: 100%;
    padding-left: 10px;
    margin: 1rem auto;
    border: 1px solid #000;
    background-color: #ededed;
    border-color: transparent
}

button[type=reset],
button[type=submit] {
    background-color: #5a4293;
    color: #fff;
    border-radius: 50px;
    padding: 15px 25px;
    margin-top: 10px;
    font-size: 16px;
    font-family: Raleway, sans-serif;
    width: 100%;
    max-width: 350px;
    height: 60px;
    white-space: normal;
    position: relative;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle
}

button[type=reset],
button[type=submit]:hover {
    color: #fff;
    background-color: #f38838;
    border-color: transparent
}

.form-error {
    color: #dc3545 !important;
    font-weight: 900;
    background: #fff
}

.form-success {
    color: #28a745 !important
}

.input-error {
    border-color: #dc3545 !important
}

body {
    font-family: 'Comfortaa',
        cursive;
    text-align: center;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

p {
    font-family: 'Raleway', sans-serif;
}

p {
    color: #5b5d63;
}

h1 {
    font-size: 30px;
    color: #000 !important;
    font-weight: 800;
    font-family: 'Raleway',
        sans-serif;
}

h2 {
    font-size: 28px;
    color: #000 !important;
    font-weight: 700;
    font-family: 'Raleway',
        sans-serif;
}

h3 {
    font-size: 25px;
    color: #000 !important;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    color: #000 !important;
    font-weight: 600;
    font-family: 'Raleway',
        sans-serif;
}

h5 {
    font-size: 18px;
    color: #000 !important;
    font-weight: 600;
    font-family: 'Raleway',
        sans-serif;
}


p {
    font-family: 'Comfortaa', cursive;
}

p {
    color: #8f8f8f;
}

/* Navigation Bar */

.nav-color {
    background-color: transparent;
    margin-top: 38px;
}

.scrolled {
    background-color: #5a4293;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
}

.container-navigation {
    max-width: 900px;
    margin: 0 auto;
}

.nav-img {
    max-width: 200px;
}

/* horizontal animation Button */
.btn-hor-anim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    margin: 0 !important;
    overflow: hidden;
    border: none;
}

.btn-hor-anim:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}

.btn-hor-anim:hover,
.btn-hor-anim:focus,
.btn-hor-anim:active {
    color: white;
}

.btn-hor-anim:hover:before,
.btn-hor-anim:focus:before,
.btn-hor-anim:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}


.nav-button {
    color: #000;
    background-color: transparent;
    margin: 0 !important;
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    padding: 8px 30px;
    text-align: center;
}

.btn-outline-dark {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-radius: 10px;
    border: 0px solid;
}

.btn-outline-dark:hover {
    color: #000000;
    background-color: #ffffff;
}


.navbar.transparent {
    background-color: none;
}

.navbar-brand {
    font-family: 'Comfortaa', cursive;
    font-size: 2rem;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-weight: 700;
}

.nav-item {
    padding: 0 20px;
}

a.nav-link {
    font-size: 17px;
    font-weight: 800;
    color: #ffffff !important;
    text-align: center;
}


.scrolled a.nav-link {
    color: #ffffff !important;
}

/* General */

.white-section {
    background-color: #ffffff;
    position: relative;
}

.black-section {
    background-color: #ffffff;
    position: relative;
}

.colored-section {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(00%, #e6e6e6), color-stop(12%, #fff));
    background: linear-gradient(0deg, #e6e6e6 00%, #fff 12%);
    position: relative;
}

.purple-section {
    background-color: #e3e3e3;
    position: relative;
}


.grey-section {
    background-color: #e7e4e0;
    position: relative;
}

.blue-section {
    background-color: #c9f1eb;
    position: relative;
}

.pink-section {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(00%, #f0f5f4), color-stop(40%, #fff));
    background: linear-gradient(0deg, #f0f5f4 00%, #fff 40%);
    position: relative;
}

.green-section {
    background-color: #e5ffe4;
    position: relative;
}

.footer-section {
    background-color: #b0d6c4;
    position: relative;
}

.text-black {
    color: #1a1919 !important;
}

.text-white {
    color: #fff !important;
}

.content-wrapper h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #1a1919;
}

.white-section h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #6600da;
}

.colored-section h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #1a1919;
}

/* Section 1 Hero Banner STARTS HERE */

.hero-heading {
    color: #ffffff !important;
    font-size: 35px;
    text-align: left;
    font-weight: 700;
    font-family: 'Raleway',
        sans-serif;
    padding-top: 10%;
}

/* Hero banner image */

.hero-banner {
    background-color: rgba(245, 245, 245, 1);
    border-color: rgba(245, 245, 245, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))),
        url("../img/bg_image3.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        url("../img/bg_image3.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-banner-text {
    color: #000;
    text-align: left;
    font-weight: 700;
    padding-top: 3%;
}

.hero-text {
    color: #000;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
}

.product-img {
    width: 100%;
    max-width: 450px;
    padding-right: 5px;
    padding-top: 30%;
    padding-bottom: 10%;
}

.offer-img {
    width: 100%;
    max-width: 105px;
    text-align: left;
}

.hero-form {
    background-color: #0baee5;
    border: 2px solid #1a1919;
    height: auto;
    padding: 0 10%;
    margin-bottom: 30px;
    max-width: 400px;
    width: 100%;
}

.hero-product {
    width: 100%;
    max-width: 600px;
}

.check-img {
    width: 100%;
    max-width: 25px;
    text-align: left;
}

.ex-img {
    width: 100%;
    max-width: 20px;
    text-align: left;
}

.check-hero {
    list-style: none;
    color: #ffffff;
    text-align: left;
    padding-left: 0;
    font-weight: 400;
    margin: 0 auto;
    width: 100%;
}

li {
    list-style: none;
    text-align: left;
}

/* rotate animation header */

.rotate-header {
    -webkit-animation: rotate-header 20s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
    animation: rotate-header 20s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
    outline: 1px solid transparent;
}




@-webkit-keyframes rotate-header {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }

    12.5% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }

    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }

    37.5% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    62.5% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }

    75% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }

    87.5% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

}

@keyframes rotate-header {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }

    12.5% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }

    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }

    37.5% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    62.5% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }

    75% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }

    87.5% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

}

/* rotate animation header ends */

.comparison-product {
    width: 100%;
    max-width: 800px;
}

/* button hover Bottom */
.hover-bottom {
    background-color: #f38838;
    color: #fff;
    border-radius: 50px;
    padding: 15px 25px;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Raleway',
        sans-serif;
    width: 100%;
    max-width: 350px;
    height: 60px;
    white-space: normal;
    position: relative;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}



.hover-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: transparent;
    border-style: none;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}

.hover-bottom:hover,
.hover-bottom:focus,
.hover-bottom:active {
    background-color: #5a4293;
    color: white;
}


.banner-bottom {
    background-color: #2a8465;
    color: white;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    border: transparent;
    overflow: hidden;
    padding: 16px 10px 16px;
    border-radius: 10px;
    font-weight: 800;
    font-family: 'Raleway',
        sans-serif;
}

.banner-bottom:hover {
    background: #fff;
}

/* Section 1 Hero Banner ENDS HERE */

/* Seperator */

/* Seperator Wave Color Change */
.wave3 use {
    fill: #fff !important;
}

.hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.seperator-pad {
    padding-top: 60px !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
        -webkit-transform: translate(85px, 0%);
        -moz-transform: translate(85px, 0%);
        -ms-transform: translate(85px, 0%);
        -o-transform: translate(85px, 0%);
    }

    100% {
        -webkit-transform: translate(-90px, 0%);
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
        -webkit-transform: translate(85px, 0%);
        -moz-transform: translate(85px, 0%);
        -ms-transform: translate(85px, 0%);
        -o-transform: translate(85px, 0%);
    }

    100% {
        -webkit-transform: translate(-90px, 0%);
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        -webkit-transform: translate(-90px, 0%);
        transform: translate(-90px, 0%);
    }

    100% {
        -webkit-transform: translate(85px, 0%);
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
        -webkit-transform: translate(-90px, 0%);
        -moz-transform: translate(-90px, 0%);
        -ms-transform: translate(-90px, 0%);
        -o-transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
        -webkit-transform: translate(85px, 0%);
        -moz-transform: translate(85px, 0%);
        -ms-transform: translate(85px, 0%);
        -o-transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
        -webkit-transform: translate(-90px, 0%);
        -moz-transform: translate(-90px, 0%);
        -ms-transform: translate(-90px, 0%);
        -o-transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
        -webkit-transform: translate(85px, 0%);
        -moz-transform: translate(85px, 0%);
        -ms-transform: translate(85px, 0%);
        -o-transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
        -webkit-transform: translate(-90px, 0%);
        -moz-transform: translate(-90px, 0%);
        -ms-transform: translate(-90px, 0%);
        -o-transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
        -webkit-transform: translate(85px, 0%);
        -moz-transform: translate(85px, 0%);
        -ms-transform: translate(85px, 0%);
        -o-transform: translate(85px, 0%);
    }
}

/* Divider */

.divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1px;
}

/* Divider Colors */

.dark-divider-color-fill path {
    fill: #fff;
}

.custom-divider-color-fill path {
    fill: #f6dae8;
}

.light-divider-color-fill path {
    fill: #9ed7c4;
}

/* Height of Divider */

.divider-height {
    max-height: 100px;
    width: 100%;
}

.divider-container {
    padding-top: 35px;
}

/* Section 2 Text and small images Starts Here */

.small-images {
    max-width: 120px;
    width: 100%;
    height: auto;
}

.contact-images {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    max-width: 150px;
    width: 100%;
    height: auto;
}


/* Section 2 Text and small images Ends Here */

/* Section 3 2-images Starts Here */

.image-content {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    width: 90%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
}

.two-images {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 28vw;
    min-height: 300px;
    max-height: 500px;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.two-images:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

/* Section 3 2-images Ends Here */

/* what we do */
.what-we-do-cont {
    max-width: 1500px;
    width: 100%;

}

.pro-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.pro-feature-img-wrap {
    max-width: 80px;
    width: 100%;
}

.pro-feature-img {
    max-width: 80px;
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.side-img {
    max-width: 420px;
    width: 100%;
}

/* Section 4 Ingredients Start Here */

.content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.box {
    width: 100%;
    padding: 10%;
    border-radius: 50px;
    position: relative;
}

.first {
    display: block;
    position: relative;
    max-width: 100%;
}

.second {
    position: relative;
    padding: 20px;
    border: 1px solid #000;
}

.box-1 {
    border: 5px solid transparent;
    border-radius: 50px;
}

.box-1 .second {
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.box-1:hover {
    border: 5px solid #817474;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    background: white;
}

.box-1:hover .second {
    opacity: 1;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
}

/* Section 4 Ingredients Ends Here */

/* Arrow CSS correction */

.slick-next {
    right: -8px !important;
}

.slick-prev {
    left: -8px !important;
}

.slick-prev:before {
    color: #bfd2e4 !important;
}

.slick-next:before {
    color: #bfd2e4 !important;
}

/* Section 5 Single background image Starts Here */

.single-background-image {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 30vw;
    min-height: 300px;
    max-height: 500px;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.single-background-image:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.pro-cont-img {
    width: 100%;
    max-width: 300px;
}

.disclaimer {
    font-size: 13px;
    color: black;
}

/* Section 5 Singe background image Ends Here */

/* Style for Hero Form */


input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phone"] {
    max-width: 300px;
    width: 100%;
    display: block;
    border-radius: 7px;
    height: 42px;
    width: 100%;
    padding-left: 10px;
    margin: 1rem auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    background-color: rgb(242, 242, 242);
    border-color: rgb(242, 242, 242);
    border-color: none;
}


.hero-form {
    background-color: #fff;
    -webkit-box-shadow: 0 0 60px rgb(0 0 0 / 0%);
    box-shadow: 0 0 60px rgb(0 0 0 / 0%);
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    border-radius: 15px;
    z-index: 150;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin: 0 auto;
    padding: 30px 10%;
    border: 2px solid #7a5184;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}


.hero-form-header {
    padding-top: 15px;
    border-radius: 10px 10px 0 0;
    font-weight: 800;
    text-align: center;
    color: #674031;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.hero-form-subtitle {
    display: none;
}

.hero-form-price-before {
    padding-top: 20px;
    font-size: 25px;
    color: #000;
    text-decoration: line-through;
}

.hero-form-price-after {
    color: #fb48c4;
    font-size: 30px;
}


.hero-form-price-container {
    padding: 15px;
}

.hero-form-order-button {
    background-color: #7fd0d6;
    border: none;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-top: 20px;
}

.hero-form-order-button:hover {
    color: rgb(255, 255, 255);
    background-color: #58c2ca;
}

/* Style for Bottom Form */

.bottom-form {
    background-color: #fff !important;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    border-radius: 15px;
    z-index: 150;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin: 0 auto;
    padding: 30px 10%;
}

.bottom-form-header {
    padding-top: 10px;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
    text-align: center;
    color: #000 !important;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

/*
.bottom-form-price-container {
padding: 15px;
} */

.bottom-form-price-before {
    padding-top: 20px;
    font-size: 25px;
    color: #000;
    text-decoration: line-through;
}

.bottom-form-price-after {
    color: #674031;
    font-size: 35px;
}

.bottom-form-subtitle {
    display: none;
}

.bottom-form-order-button {
    background-color: #674031;
    color: rgb(255, 255, 255);
    border: none;
    margin-top: 20px;
}



/* ONLY FOR DEMO DELETE THIS */
form {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 0 16px;
    margin-bottom: 19px;
    width: 100%;
}

input[type="text"],
input[type="phone"],
input[type="email"],
input[type="tel"] {
    max-width: 300px;
    width: 100%;
    display: block;
    border-radius: 7px;
    height: 42px;
    width: 100%;
    padding-left: 10px;
    margin: 1rem auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

input[type=" reset"],
input[type="submit"] {
    width: 100%;
    font-family: Arial;
    border-radius: 7px;
    font-size: 18px;
    background: #759848;
    border: none;
    max-width: 300px;
    height: 42px;
    color: white;
    margin: 1rem auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

/* Section 6 Text + image Starts Here */
/* Image Width */
.main-prod-img {
    max-width: 800px;
    width: 100%;
    height: auto;
}

.benefits-img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

/* Section 6 Text + image Ends Here */

/* Section 7 Form Starts Here */

/* Form Image Width */

.form-img {
    max-width: 700px;
    width: 100%;
}

/* Section 7 Form Ends Here */

/* Back to top Style */
#topbutton {
    position: fixed;
    display: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    background: #000000;
    border-radius: 2px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}

#topbutton:after {
    content: "\2191";
}

/* Compare */

.custom-cont {
    max-width: 1140px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.cocoen-content {
    max-width: 500px;
    width: 100%;
    padding-top: 20%;
}

.hr-black {
    border: none;
    border-top: 2px #000 solid;
    height: 1px;
    margin: 0 5%;
}

.hr-brown {
    border: none;
    border-top: 2px #d6b290 solid;
    height: 1px;
    margin: 0px 0px;
}

.hr-pink {
    border: none;
    border-top: 2px #ef5c96 solid;
    height: 1px;
    margin: 0px 0px;
}

.side-cont {
    width: 100%;
}

.side-cont-img {
    max-width: 50px;
    width: 100%;
}

/* Offset HTML Ancor */

:target::before {
    content: "";
    display: block;
    height: 180px;
    margin-top: -180px;
    visibility: hidden;
    pointer-events: none;
}

@media (max-width: 1028px) {
    #title {
        text-align: center;
    }

    .title-image {
        position: static;
    }
}

@media (max-width: 991px) {
    .product-img {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    /* Hover ingredients responsive */

    /* .box-1 {
    border: 5px solid rebeccapurple;
    background: white;
  } */

    .single-background-image {
        background-position: 35%;
    }

    .box-1 .second {
        opacity: 1;
    }

    .mobile-hide {
        display: none !important;
    }

    .box-1 .first {
        opacity: 1;
    }

    .divider-container {
        padding-top: 40px;
    }

    .hero-product {
        left: 0;
        padding-bottom: 35px;
    }
}

@media (max-width: 470px) {
    .nav-color {
        margin-top: 52px;
    }

    .shipping-info {
        font-size: small;
    }

    .divider-container {
        padding-top: 20px;
    }

    .single-background-image {
        background-image: url(../images/mobile.jpeg) !important;
    }

    .hero-heading {
        font-size: 25px;
    }

    .product-img {
        width: 100%;
        max-width: 200px;
        padding-top: 0%;
    }

    .form-img {
        max-width: 200px;
        width: 100%;
    }

    .main-prod-img {
        width: 100%;
        max-width: 300px;
    }

    h1 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    .cocoen-content {
        width: 100%;
        max-width: 200px;
    }
}