@charset "utf-8";

img,
object,
embed,
video {
    max-width: 100%;
}

.ie6 img {
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    font-family: 'Sailec';
    font-weight: normal;
    color: #111111;
}

.container {
    width: 1030px;
    height: auto;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

p,
h1,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.clearall {
    clear: both;
    height: 1px;
    width: auto;
}

.position {
    position: relative;
}

.dsplay {
    width: 100%;
    display: table;
}

* {
    box-sizing: border-box;
}

.flt {
    float: left;
    width: 100%;
}

/*========================*/
.bdfont {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}

.bdhding {
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    margin: 40px 0 0 0;
    border-bottom: 2px solid #01a2b5;
    padding: 0 10px 14px 0;
}

.mar1 {
    margin-top: 28px;
}

@media only screen and (max-width:1050px) {
    .container {
        max-width: 750px;
        width: 100%;
    }

    .bdfont {
        font-size: 17px;
        line-height: 27px;
    }

    .bdhding {
        font-size: 26px;
        line-height: 36px;
        margin: 35px 0 0 0;
        padding: 0 0 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 640px;
        padding: 0 10px;
    }

    .mar1 {
        margin-top: 24px;
    }

    .bdhding {
        font-size: 23px;
        line-height: 33px;
        margin: 32px 0 0 0;
    }
}

@media only screen and (max-width: 479px) {
    .bdhding {
        font-size: 22px;
        line-height: 32px;
    }
}

/*==================top================*/
.header {
    padding: 8px 0 0 0;
    background: #005bac;
    height: 70px;
}

.hdrtxt {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #99dbe3;
    text-transform: uppercase;
}

.logo {
    float: left;
    margin: -3px 0 0 0;
}

ul.submnu {
    position: absolute;
    right: 0;
    top: 61px;
    width: 200px;
    z-index: 99;
}

ul.submnu li {
    background: #5a5a5a;
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #282828;
    text-transform: uppercase;
}

ul.submnu li a {
    color: #fff;
    display: block;
}

#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
    float: right;
    margin: 2px 0 0 0;
}

#menu-wrapper #hamburger-menu {
    position: relative;
    width: 30px;
    height: 21px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    color: black;
    background-color: #fff;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 8px;
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 16px;
}

#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*------------menubar------------*/
.menubar {
    padding: 12px 0 8px 0;
    border-bottom: 1px solid #e2e2e2;
}

ul.menu {
    padding: 0;
}

ul.menu li {
    float: left;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #676767;
    text-align: left;
    text-transform: uppercase;
    margin: 0 6px;
}

ul.menu li:nth-child(even) {
    color: #a6e0e4;
}

ul.menu li:last-child {
    font-weight: bold;
}

ul.menu li a {
    color: #676767;
}

/*==================banner================*/
.banner {
    padding: 30px 0 0 0;
}

.bnrtxt1 {
    background: #e91c56 url(../images/bnrtxt1-icon.png) 11px center no-repeat;
    height: 44px;
    width: 308px;
    display: block;
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    text-align: left;
    padding: 0 0 0 50px;
}

.bnrhd1 {
    font-weight: bold;
    font-size: 44px;
    line-height: 54px;
    text-align: left;
    margin: 16px 0 0 0;
}

.bnrhd2 {
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    margin: 11px 0 0 0;
}

.bnrline {
    margin: 25px auto 0 auto;
    display: block;
    height: 1px;
    background: #d4d4d4;
}

.bnrtxt2 {
    font-size: 16px;
    line-height: 20px;
    color: #535353;
    text-align: left;
}

.tick {
    margin: 0 0 0 3px;
    vertical-align: middle;
}

.bnrimg {
    margin: 26px 0 0 0;
    display: block;
    max-width: 100%;
}

.logosbx {
    margin: 36px 0 0 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 17px 0;
}

.logosbx-hding {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    margin: -10px auto 0 auto;
    display: block;
    background: #fff;
    width: 140px;
}

.logos {
    margin: 18px auto 0 auto;
    display: block;
    max-width: 100%;
}

@media only screen and (max-width: 1050px) {
    .bnrhd1 {
        font-size: 40px;
        line-height: 50px;
    }

    .bnrhd2 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .hdrtxt {
        font-size: 11px;
        line-height: 13px;
    }

    .logo {
        float: none;
        margin: 8px auto 0 auto;
        display: block;
    }

    #menu-wrapper,
    ul.submnu {
        display: none;
    }

    .menubar {
        padding: 6px 0 4px 0;
    }

    .banner {
        padding: 26px 0 0 0;
    }

    .bnrtxt1 {
        height: 38px;
        width: 280px;
        font-size: 16px;
        line-height: 38px;
    }

    .bnrhd1 {
        font-size: 29px;
        line-height: 39px;
    }

    .bnrhd2 {
        font-size: 20px;
        line-height: 30px;
    }
}

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

    .bnrhd1 {
        font-size: 25px;
        line-height: 35px;
    }

    .bnrhd2 {
        font-size: 18px;
        line-height: 28px;
    }

    .bnrline {
        margin: 20px auto;
    }

    .bnrtxt2 {
        font-size: 13px;
        line-height: 17px;
    }

    .logosbx {
        margin: 26px 0 0 0;
    }

    .logosbx-hding {
        font-size: 16px;
        line-height: 20px;
        width: 100px;
    }

    .logos {
        margin: 12px auto 0 auto;
    }

    .bnrimg {
        margin: 22px auto 0 auto;
    }
}

/*==================section1================*/
.sec1 {
    padding: 28px 0 70px 0;
}

.mid-lft {
    width: 67.76%;
    float: left;
}

.lftimg1 {
    margin: 15px auto -18px auto;
    display: block;
    max-width: 100%;
}

.chartbx-container {
    margin: 30px 0 0 50px;
}

.chartbx2-container {
    margin: 30px 0 0 10px;
}

.chartbx,
.chartbx2,
.chartbx3 {
    margin: 8px 0 0 0;
    width: 85%;
    background: #e4f2f4;
    position: relative;
    border-radius: 100px;
    padding: 16px 28px;
}

.chartbx2,
.chartbx3 {
    background: #f4f1e4;
    border-radius: 35px;
    width: 96%;
    padding: 16px 60px 16px 32px;
}

.chartbx3 {
    padding: 16px 32px;
    width: 93%;
}

.chartbx-arw {
    position: absolute;
    left: 164px;
    top: -20px;
}

.chart1-face {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.lftimg2 {
    float: right;
    margin: -6px 0 0 20px;
    max-width: 100%;
}

.lftimg3 {
    margin: 20px auto -6px auto;
    display: block;
    max-width: 100%;
}

.lftimg4,
.lftimg5

/*, .lftimg7*/
    {
    margin: 30px auto 0 auto;
    display: block;
    max-width: 100%;
}

.logos2 {
    margin: 34px 0 0 0;
}

.lftimg6 {
    float: right;
    margin: 24px -6px 0 0;
    max-width: 100%;
}

ul.ingredient-list {
    margin: 10px 0 0 0;
}

ul.ingredient-list li {
    position: relative;
    padding: 0 0 34px 222px;
    margin: 32px 0 0 0;
    border-bottom: 1px solid #cddadf;
}

ul.ingredient-list li:last-child {
    border-bottom: none;
    padding: 0 0 30px 222px;
}

.inglimg,
.inglimg2 {
    position: absolute;
    left: 0;
    top: 0;
}

.inglimg2 {
    top: -15px;
}

.inglhding {
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    font-weight: bold;
}

.ingltxt {
    text-align: left;
    margin: 14px 0 0 0;
    font-size: 18px;
    line-height: 28px;
}

.lftimg7bx {
    border: 2px solid #d8d8d8;
    background: #f2f6ff;
    position: relative;
    padding: 0 0 0 314px;
    margin: 30px 0 0 0;
}

.lftimg7bx-img {
    position: absolute;
    left: 60px;
    top: 30px;
}

.lftimg7bx-txtbx {
    background: #fff;
    padding: 20px 20px 20px 25px;
}

.bar1,
.bar2 {
    margin: 5px 0 0 0;
    display: block;
    max-width: 100%;
}

.bar2 {
    margin: 17px 0 0 0;
}

.lftimg7bx-txt {
    font-size: 18px;
    line-height: 28px;
    color: #161616;
    text-align: left;
    padding: 8px 0 0 0;
}

.green {
    color: #00aa8c;
}

.purple {
    color: #a055ae;
}

.yellow {
    color: #deba75;
}

.lftimg8 {
    margin: 17px auto 0 auto;
    display: block;
    max-width: 100%;
}

.imgcap {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 4px 100px 0 100px;
    font-style: italic;
}

.lftimg9,
.lftimg10 {
    margin: 10px auto 0 auto;
    display: block;
    max-width: 100%;
}

.offerHead {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.righthd {
    margin: 0;
}

.offerHead p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
}

.offerHead p:before,
.offerHead p:after {
    position: absolute;
    top: 10px;
    content: '';
    width: 180px;
    border-bottom: 2px dotted #c4c4c4;
}

.offerHead p:before {
    left: 0;
}

.offerHead p:after {
    right: 0;
}

.scissors {
    position: absolute;
    top: -2px;
    right: 30px;
}

.offrbxhd2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #323232;
    text-align: center;
    background: #fff9d7;
    border: 1px solid #e4d897;
    margin: 20px 0 0 0;
    padding: 8px 10px;
}

.offrbxhd2 span {
    color: #ff0000;
}

.offerbx {
    margin: 28px 0 0 0;
    border: 3px dashed #ed1a3b;
    padding: 40px 60px 40px 320px;
    position: relative;
}

.ofrbx-prd {
    position: absolute;
    left: 58px;
    top: 28px;
}

.offbx {
    position: absolute;
    left: 200px;
    top: 50px;
    height: 88px;
    width: 88px;
    background: #f7b516;
    border: 3px solid #fff;
    border-radius: 50%;
    font-family: 'nunito_sansextrabold';
    font-size: 27px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0 0 0;
    box-shadow: 0 4px 4px #b8b8b8;
}

.ofrbxlogo {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.ofrbx-txt1 {
    font-size: 21px;
    line-height: 28px;
    color: #212121;
    text-align: center;
}

.ofrbx-txt2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #212121;
    text-align: center;
    margin-top: 3px;
}

.ofrbtn,
.rgtbxbtn {
    height: 71px;
    width: 305px;
    background: #f3a950;
    border-radius: 6px;
    font-weight: bold;
    font-size: 23px;
    line-height: 68px;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    border-bottom: 3px solid #da9b4f;
    margin: 15px auto 0 auto;
    display: block;
}

.rgtbxbtn {
    height: 53px;
    line-height: 50px;
    width: 100%;
    margin: 34px auto 0 auto;
    display: block;
}

.ofrbx-txt3 {
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

/*===================================*/
.mid-rgt {
    width: 27.37%;
    float: right;
    margin-top: 11px;
}

.righthd {
    position: relative;
    text-align: center;
}

.righthd p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.righthd p:before,
.righthd p:after {
    position: absolute;
    top: 10px;
    content: '';
    width: 50px;
    border-bottom: 2px dotted #c4c4c4;
}

.righthd p:before {
    left: 0;
}

.righthd p:after {
    right: 0;
}

.scissors2 {
    position: absolute;
    top: -2px;
    right: 0;
}

.rightbx {
    background: url(../images/rightbxbg.jpg) center top no-repeat;
    height: 600px;
    width: 100%;
    margin: 14px auto 0 auto;
    display: block;
    padding: 22px 15px;
    border: 2px solid #82d1db;
}

.rgtbx-logo {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.rgtbx-txt1 {
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    margin-top: 6px;
    padding-bottom: 6px;
}

.rgtbx-txt2 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.rgtbx-txt3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #01a2b5;
    text-align: center;
    text-transform: uppercase;
}

.rgtbxprd {
    margin: 18px auto 0 auto;
    display: block;
    max-width: 100%;
}

.rgtbx-txt4 {
    font-size: 14px;
    line-height: 18px;
    color: #FF0000;
    text-align: center;
    margin-top: 5px;
}

.rgtbx-txt4-b {
    margin-top: 10px;
}

.rgtbx-txt4:before {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 7px 0 0;
    width: 9px;
    height: 9px;
    background: #FF0000;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
    -webkit-animation: fade 1s ease-in-out infinite;
}

@keyframes fade {
    0% {
        opacity: 100%;
    }

    50% {
        opacity: 30%;
    }

    70% {
        opacity: 100%;
    }

    100% {
        opacity: 100%;
    }
}

@media only screen and (max-width: 1050px) {
    .mid-lft {
        width: 64%;
    }

    .chartbx-container {
        margin: 30px 0 0 0;
    }

    .chartbx,
    .chartbx2,
    .chartbx3 {
        width: 100%;
    }

    .inglhding {
        font-size: 24px;
        line-height: 34px;
    }

    .imgcap {
        font-size: 20px;
        line-height: 26px;
        padding: 4px 0 0 0;
    }

    .lftimg2 {
        margin: 35px 0 10px 20px;
    }

    .lftimg6 {
        width: 180px;
    }

    .logos2 {
        width: 300px;
    }

    .chartbx2,
    .chartbx3 {
        width: 100%;
        padding: 16px 30px 16px 22px;
    }

    .lftimg7bx {
        padding: 0 0 0 194px;
    }

    .lftimg7bx-img {
        left: 16px;
        top: 38px;
        width: 150px;
    }

    .lftimg7bx-txtbx {
        padding: 10px 10px 15px 10px;
    }

    .lftimg7bx-txt {
        font-size: 15px;
        line-height: 22px;
        padding: 4px 0 0 0;
    }

    .bar1,
    .bar2 {
        width: 150px;
    }

    .bar2 {
        margin: 14px 0 0 0;
    }

    .offrbxhd2 {
        font-size: 13px;
        line-height: 19px;
    }

    .offerHead p {
        font-size: 16px;
        line-height: 22px;
    }

    .offerHead p:before,
    .offerHead p:after {
        width: 90px;
    }

    .offerbx {
        margin: 28px 0 0 0;
        padding: 24px 15px 24px 220px;
    }

    .ofrbx-prd {
        left: 17px;
        top: 18px;
        width: 170px;
    }

    .offbx {
        left: 140px;
    }

    .ofrbx-txt1 {
        font-size: 19px;
        line-height: 26px;
    }

    .ofrbx-txt2 {
        font-size: 31px;
        line-height: 37px;
    }

    .ofrbtn,
    .rgtbxbtn {
        width: 100%;
    }

    .ofrbx-txt3 {
        font-size: 16px;
        line-height: 21px;
    }

    .mid-rgt {
        width: 33.37%;
    }

    .righthd p {
        font-size: 14px;
        line-height: 19px;
    }

    .righthd p:before,
    .righthd p:after {
        top: 8px;
        width: 42px;
    }

    .scissors2 {
        width: 30px;
        top: -3px;
    }

    .rightbx {
        padding: 22px 5px;
    }

    .rgtbx-txt1 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .sec1 {
        padding: 20px 0 40px 0;
    }

    .mid-lft {
        width: 100%;
    }

    .mid-rgt {
        display: none;
    }

    .lftimg1,
    .lftimg4,
    .lftimg5

    /*, .lftimg7*/
        {
        margin: 25px auto 0 auto;
    }

    .chartbx-container,
    .chartbx2-container {
        margin: 26px 0 0 0;
    }

    .chartbx-arw {
        left: 100px;
    }

    .lftimg2,
    .lftimg6 {
        float: none;
        margin: 26px auto -4px auto;
        display: block;
    }

    .lftimg6 {
        margin: 20px auto 0 auto;
    }

    .chartbx2,
    .chartbx3 {
        padding: 16px 15px 16px 15px;
        border-radius: 25px;
    }

    ul.ingredient-list li,
    ul.ingredient-list li:last-child {
        padding: 0 0 24px 0;
        margin: 26px 0 0 0;
    }

    ul.ingredient-list li:last-child {
        padding: 12px;
    }

    .inglimg,
    .inglimg2 {
        position: inherit;
        left: auto;
        top: auto;
        margin: 0 auto 15px auto;
        display: block;
    }

    .inglhding {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }

    .ingltxt {
        margin: 8px 0 0 0;
        text-align: center;
    }

    .imgcap {
        font-size: 17px;
        line-height: 23px;
    }

    .logos2 {
        width: auto;
        margin: 26px auto 0 auto;
        display: block;
    }

    .lftimg7bx {
        margin: 28px auto 0 auto;
        width: 460px;
    }

    .offerHead {
        margin-top: 36px;
    }

    .offerHead p:before,
    .offerHead p:after {
        width: 80px;
    }

    .offrbxhd2 {
        font-size: 14px;
        line-height: 19px;
    }

    .mobbx {
        margin: 30px auto 0 auto;
        width: 280px;
    }

    .rightbx {
        padding: 22px 15px;
    }

    .righthd p:before,
    .righthd p:after {
        width: 58px;
    }
}

@media only screen and (max-width:479px) {
    .inglhding {
        font-size: 20px;
        line-height: 30px;
    }

    .lftimg7bx {
        width: 100%;
        padding: 0;
    }

    .lftimg7bx-img {
        position: inherit;
        left: auto;
        top: auto;
        margin: 12px auto;
        display: block;
    }

    .lftimg7bx-txtbx {
        padding: 10px 10px 10px 10px;
    }

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

    .offerHead p:before,
    .offerHead p:after {
        width: 39px;
        top: 7px;
    }

    .scissors {
        width: 30px;
        right: 0;
        top: -8px;
    }

    .offerbx {
        margin: 28px 0 0 0;
        padding: 22px 10px 22px 10px;
    }

    .ofrprd-mob {
        width: 250px;
        margin: 20px auto 0 auto;
        position: relative;
    }

    .ofrbx-prd {
        position: inherit;
        left: auto;
        top: auto;
        margin: 0 auto;
        display: block;
        width: 130px;
    }

    .offbx {
        left: 150px;
        top: 10px;
        height: 68px;
        width: 68px;
        font-size: 20px;
        line-height: 20px;
        padding: 13px 0 0 0;
    }

    .ofrbtn {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width:359px) {
    .chartbx {
        padding: 16px 20px;
    }

    .offerHead p {
        font-size: 12px;
        line-height: 18px;
    }
}

/*===================START FOOTER====================*/
footer {
    padding: 40px 0 30px 0;
    background: #f1f1f1;
}

ul.ftrlist {
    padding: 0;
    text-align: center;
}

ul.ftrlist li {
    display: inline-block;
    padding: 0 7px 0 2px;
    border-right: 1px solid #151515;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #151515;
    text-align: center;
}

ul.ftrlist li:last-child {
    border-right: none;
}

ul.ftrlist li a {
    color: #151515;
}

.ftrtxt {
    font-size: 14px;
    line-height: 24px;
    color: #151515;
    text-align: center;
    padding: 7px 0 0 0;
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 0 0 24px 0;
    }

    ul.ftrlist {
        margin-top: 10px;
    }

    ul.ftrlist li,
    .ftrtxt {
        font-size: 13px;
        line-height: 13px;
    }

    .ftrtxt {
        padding: 5px 0 0 0;
    }

    .ftrtxt {
        line-height: 16px;
    }

    #ctabtn-mob {
        padding: 8px 0 6px 0;
        background: #01a2b5;
        position: fixed;
        bottom: 0%;
        left: auto;
        z-index: 5;
        transition: bottom 1s;
        display: table;
        width: 100%;
    }

    .ctabtn {
        height: 50px;
        width: 90%;
        background: #f3a950;
        border-radius: 6px;
        font-weight: bold;
        font-size: 25px;
        line-height: 50px;
        color: #fff;
        text-align: center;
        border: none;
        outline: none;
        border-bottom: 3px solid #da9b4f;
        margin: 6px auto 0 auto;
        display: block;
    }

    .btntxt {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
    }
}