@import url('https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap&#038;ver=6.6.2');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    line-height: normal;
}
body {
    font-size: 100%;
    line-height: normal;
    background-color: #FFF;
    font-family: "Montserrat", Sans-serif;
}
a:hover {
    text-decoration: none;
}
p, ul {
    line-height: 1;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}
.mdisp {
    display: none;
}
.txt-center {
    text-align: center;
}
.ddisp {
    display: block;
}
.clear {
    clear: both;
}
.vertical-center {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
}
header {
    background-color: #FFCAE9;
    padding: 10px 0;
    text-align: center;
}
.header-logo {
    width: 210px;
}
.header-btn {
    font-weight: 800;
    color: #FFFFFF;
    background-color: #C3CDAC;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    text-align: center;
    transition: all .3s;
    margin-top: 20px;
}

  .rotating-text-wrapper h2 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    padding: 0.3em;
    color: #fff;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    position: absolute;
    top: 20px;
    opacity: 0;
  }
  .rotating-text-wrapper h2:nth-child(1) {
    animation-name: rotating-text-1;
  }
  @keyframes rotating-text-1 {
    0% {
        opacity: 1;
    }
    40% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .rotating-text-wrapper h2:nth-child(2) {
    animation-name: rotating-text-2;
  }
  @keyframes rotating-text-2 {
    50% {
      opacity: 0;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @media screen and (max-width: 576px) {
    .rotating-text-wrapper {
      font-size: 0.7rem;
    }
  }
.section1 {
    padding: 30px 0;
}
.sec1-rating {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #7A7A7A;
    margin-bottom: 30px;
}
.sec1-rating i {
    color: #f0ad4e;
}
.section1 h1 {
    color: #000000;
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 65px;
    text-align: center;
    margin-bottom: 30px;
}
#slider.flexslider {
    margin-bottom: 10px;
}
.sec1-lst li {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 70px;
    list-style-type: none;
}
.sec1-lst li i {
    color: #7cb342;
}

.sec1-lst li:last-child {
    margin-bottom: 20px;
}
.sec1-lst li img {
    width: 18px;
    margin-right: 7px;
}
.pr-lf-out {
    position: relative;
    background-color: #eee;
    color: #fff;
    border-radius: 2px;
}
.pr-lf-in {
    background-color: #FF0000;
    font-family: "Montserrat", Sans-serif;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    padding: 8px 10px;
}
.sec1price-box {
    background-color: #f9fafa;
    padding: 0 0 20px 0;
    margin: 30px 0;
    text-align: center;
    position: relative;
}
.sec1price-box h5 {
    background-color: #FFCAE9;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    padding: 20px;
}
.sec1-oldprice {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    display: inline-block;
    top: -20px;
    position: relative;
    margin-right: 20px;
    text-decoration: line-through;
}
.sec1-newprice {
    font-size: 65px;
    font-weight: 500;
    line-height: 65px;
    color: #000;
    display: inline-block;
    padding: 30px 0;
}
.sec1-newprice span {
    font-size: 20px;
}
.main-goto-btn, .main-goto-btn:hover {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #C3CDAC;
    border-style: solid;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
    display: inline-block;
}
.main-goto-btn svg {
    height: 18px;
    margin-right: 5px;
}
.disc-badg {
    position: absolute;
    right: 0;
    top: 0;
}
.nhlp, .nhlp:hover {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-align: center;
    line-height: 13px;
    cursor: pointer;
    margin: 20px 0;
    display: block;
}
.pr-lft-box {
    background-color: #f2dede;
    border-left: 5px solid #e8c4c4;
    padding: 15px;
}
.pr-lft-box h5 {
    color: #a94442;
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    line-height: 26px;
}
.pr-lft-box p {
    color: #a94442;
    font-size: 13px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 26px;
}
.section2 .main-goto-btn {
    margin: 30px 0 0 0;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }

  .active, .accordion:hover {
    background-color: #ccc;
  }

  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

  .accordion_container2 {
       width: 100%;
  }
  .accordion_head2 {
      margin-top: 20px;
      cursor: pointer;
      font-weight: 600;
      line-height: 1;
      padding: 15px;
      cursor: pointer;
      outline: none;
      font-family: "Rubik", Sans-serif;
      color: #0c0c0c;
      font-size: 16px;
      z-index: 1;
      position: relative;
  }
  .accordion_head2 svg {
    width: 16px;
    margin-right: 10px;
  }
  .accordion_body2 {
      margin-top: -5px;
      z-index: 20;
      position: relative;
      padding: 0px 30px;
      font-family: "Rubik", Sans-serif;
      font-size: 16px;
  }
  .accordion_body2 p{
      padding: 18px 5px;
      margin: 0px;
  }
.section2 {
    background-color: #FFCAE9;
    padding: 30px 0;
    text-align: center;
}
.section2 h1 {
    color: #FFFFFF;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 20px;
}
.section2 p {
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
}
.section2 li {
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
}
.section2 img {
    margin: 0 0 20px 0;
}
.sec2-img1 {
    width: 500px;
}
.section3 {
    padding: 20px 0;
}
.sec3-box {

}
.sec3-box img {
    margin-bottom: 20px;
    width: 100%;
    transition: transform .4s;
}
.sec3-box img:hover {
    transform: scale(1.15);
}
.sec3-box h3 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
}
.nopadd {
    padding: 0;
}
.nopadd2 {
    padding: 0;
}
.section3 h1 {
    color: #000;
    font-size: 55px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 20px;
    text-align: center;
}
.sec3-img {
    width: 500px;
    margin: 0 auto 20px auto;
    display: block;
}
.section3 p {
    color: #000;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
}
.section4 {
    background-color: #AEA0A0;
    padding: 40px 0;
}
.section4 h1 {
    color: #000;
    font-size: 69px;
    font-weight: 200;
    line-height: 19px;
    margin-bottom: 20px;
    text-align: center;
}
.section4 h1 span {
    font-size: 19px;
    font-weight: 700;
    line-height: 19px;
}
.rating-container {
    width: 100%;
    padding: 20px 0;
}
.rating-container {
    width: 18%;
    margin-right: 1%;
    float: left;
}
.rating-box-out {
    width: 100%;
    background-color: #FFF;
    border-radius: 9px;
}
.rating-box-in {
    background-color: #000000;
    border-radius: 9px 0 0 9px;
    font-size: 11px;
    font-weight: 400;
    padding: 5px 5px 5px 10px;
    color: #FFF;
    min-height: 24px;
}
.rating-box-in i {
    color: #f0ad4e;
}
.rating-box-out span {
    float: right;
}
.rev-usr-img {
    width: 70px;
    margin-right: 10px;
    float: left;
    border-radius: 50%;
}
.rev-box {
    width: calc(100% - 80px);
    float: left;
}
.slider-header {
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFF;
}
.rev-box h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom:2px;
    display: block;
    font-family: Roboto, sans-serif;
}
.slider-container p {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom:2px;
    display: block;
    padding: 0 20px 20px 20px;
    color: #000;
}
.rev-box h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 10px;
    display: block;
    font-family: Roboto, sans-serif;
}
.rev-box i {
    color: #f0ad4e;
    font-size: 14px;
}
.slider-container {
    border: 1px solid #fff;
    padding: 0;
    border-radius: 10px;
}
.slick-dots li {
    list-style-type: disc;
    padding: 0 10px;
    color: #000;
    font-size: 0px;
    display: inline-block;
}
.slick-dots li::before {
    content: '';
    background-color: #c3c3c3;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    display: block;
    cursor: pointer;
}
.slick-dots li.slick-active::before {
    content: '';
    background-color: #000;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
.slick-dots {
    margin: 10px 0;
    text-align: center;
}
.slick-slider {
    padding: 0 45px;
}
.slick-prev {
    position: absolute;
    top: 35%;
    left: 0px;
    z-index: 33;
    font-size: 45px;
    font-weight: 200;
    color: #FFF;
    padding: 0 18px 0 12px;
    font-weight: 200;
}
.slick-arrow {
    background-color: transparent;
    font-weight: 200;
}
.slick-next {
    position: absolute;
    top: 35%;
    right: 0px;
    z-index: 33;
    font-size: 45px;
    font-weight: 200;
    color: #FFF;
    padding: 0 10px 0 12px;
    font-weight: 200;
}
.shall {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    text-decoration: underline;
    font-size: 30px;
}
.section5 {
    padding: 20px 0;
    text-align: center;
}
.section5 img {
    margin-bottom: 20px;
}
.section5 p {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.section5 h1 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.blue-sep {
    padding: 50px 0;
    text-align: center;
    background-color: #6EC1E4;
}
.old-price {
    text-decoration: line-through;
    white-space: nowrap;
    color: #777;
    font-size: 21px;
    font-weight: 400;
}
.new-price {
    color: #777;
    font-size: 32px;
    font-weight: 600;
}
.order-box {
    text-align: center;
    display: block;
}
.ord-btn {
    background-color: #36c6d3;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.15);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    width: 100%;
    display: block;
    margin: 20px 0;
}
.ord-btn:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    color: #ffffff;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }

  .active, .accordion:hover {
    background-color: #ccc;
  }

  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

  .accordion_container {
       width: 100%;
       margin-bottom: 30px;
  }
  .accordion_head {
      margin-top: 20px;
      cursor: pointer;
      font-weight: 600;
      line-height: 1;
      padding: 15px;
      border-bottom: 1px solid #d4d4d4;
      cursor: pointer;
      outline: none;
      color: #0c0c0c;
      font-size: 16px;
      z-index: 1;
      position: relative;
  }
  .accordion_body {
      margin-top: -5px;
      z-index: 20;
      position: relative;
      padding: 0px 30px;
      font-size: 16px;
  }
  .accordion_body p{
      padding: 18px 5px;
      margin: 0px;
  }
  .plusminus{
  margin-right: 10px;
  }
#faq {
    padding: 40px 0;
}
#faq h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 39px;
    text-align: center;
}
footer {
    text-align: center;
    padding: 30px 0;
    background-color: #000;
}
footer p {
    color: #B6B6B6;
    font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 4.2px;
}
.mb2 {
    margin-bottom: 20px;
}
footer p span {
    font-family: "Montserrat", Sans-serif;
    color: #B6B6B6;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4.2px;
}






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

}

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

}

@media screen and (max-width: 780px) {
    .mdisp {
        display: block;
    }
    .ddisp {
        display: none;
    }
    body, html {
        overflow-x: hidden;
    }
    .rotating-text-wrapper {
        min-height: 55px;
        padding: 0;
        margin: 0;
    }
    .rotating-text-wrapper h2 {
        font-size: 20px;
        width: 95%;
        text-align: center;
        top: 10px;
        padding: 0;
        margin: 0;
    }
    .section1 h1, .section2 h1, .sec3-box h3,.section3 h1 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .sec1-rating {
        margin-bottom: 10px;
    }
    .sec1-lst li {
        margin-bottom: 20px;
    }
    .section2 p, .section2 li, .section3 p {
        font-size: 18px;
        line-height: 24px;
    }
    .nopadd {
        padding: 0 15px;
    }
    .sec3-box img {
        width: 60%;
        margin: 0 auto 20px auto;
        display: block;
    }
    .rating-container {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .section1 {
        margin-top: 145px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .sec1price-box h5 {
        font-size: 20px;
    }
}
