@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


* {
    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: "Harmonia Sans", sans-serif ;
}
a:hover {
    text-decoration: none;
}
p, ul {
    line-height: 1;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.mdisp {
    display: none;
}
.ddisp {
    display: block;
}
.clear {
    clear: both;
}
.vertical-center {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
}
.preheader {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 0;
    background-color: rgb(230, 46, 46);
    text-align: center;
    color: #FFF;
    z-index: 20;
}
header {
    position: relative;
    z-index: 20;
    padding: 12px 0;
    text-align: center;
    background-color: #FFF;
}
.top-logo {
    height: 100px;
}
.section1 {
    position: relative;
    text-align: right;
}
.sec1-banner {
    width: 100%;
}
.sec1-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.section1 .sec1-content {
    margin-top: 70%;
    margin-bottom: 30%;
}
.section1 h1 {
    color: #FFF;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}
.section1 p {
    color: #FFF;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 30px;
}
.main-btn {
    background-color: #d40000;
    position: relative;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 30px;
    border: 2px solid #FFF;
    border-radius: 8px;
    display: inline-block;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.main-btn:hover {
    padding-right: 60px;
    transition: .3s ease-in-out;
    overflow: hidden;
    color: #FFF;
}
.main-btn:before {
    position: absolute;
    background-image: url('../img/sec-btn-arrow.png');
    content: '';
    top: 50%;
    right: 3rem;
    left: auto;
    bottom: auto;
    z-index: 1;
    box-shadow: none;
    border-radius: 0;
    transform: translate(calc(3rem + 100%), -50%);
    height: .65em;
    width: 2em;
    transition: .3s ease-in-out;
    display: inline-block;
}

.main-btn:hover:before {
    right: 6rem;
}

.section2 {
    padding: 30px 0;
}
.section2 h2 {
    text-align: center;
    color: #000;
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 30px;
}
.section2 li {
    list-style-type: none;
    color: #000;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
}
.section2 li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    color: green;
    margin-right: 10px;
}
.sec2-img1 {
    padding: 0 35px;
}
.sec2-img2 {
    margin-top: 10px;
}
.section3 {
    padding: 20px 0;
    background-color: rgb(230, 46, 46);
}
.section3 h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 52px;
    font-weight: 700;
    margin: 20px 0;
}
.section3 p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
}
.comparison-table-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 50rem;
}
.comparison-table tbody {
    box-shadow: rgba(18, 18, 18, 0.2) 5px 5px 10px 0px, rgba(18, 18, 18, 0.07) 0px 0px 0px 2px;
    border-radius: 20px;
}
.comparison-table thead {
    text-align: center;
}
tbody td {
    padding: 10px 15px;
    text-align: center;
}
tbody td:first-child {
    width: 50%;
    background-color: rgb(230, 46, 46);
}
tbody td:nth-child(2), tbody td:nth-child(3) {
    width: 25%;
}
tbody td h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
tbody td.r1c1{
    border-radius: 20px 0 0 0;
}
tbody td.r4c1{
    border-radius: 0 0 0 20px;
}
tbody td.r1c4{
    border-radius: 0 20px 0 0 ;
}
tbody td.r4c4{
    border-radius: 0 0 20px 0 ;
}
.section4 p {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 20px;
}
.section4 h2 {
    text-align: center;
    color: #000;
    font-size: 43px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section4 h6 {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
}
.section4 {
    padding: 30px 0;
}
.table-logo {
    width: 90px;
}
.comparison-table {
    width: 90%;
    margin: 0 auto;
}
.comparison-table .fa-check {
    color: #53AF01;
    font-size: 20px;
}
.comparison-table .fa-times {
    color: #000;
    font-size: 20px;
}
.sec4-box {
    background-color: #f6f6f6;
    border-radius: 20px;
    padding: 20px 40px;
    text-align: center;
    height: 100%;
    margin-bottom: 20px;
}
.sec4-box img {
    width: 97px;
    margin-bottom: 20px;
}
.sec4-box p {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 29px;
    font-weight: 600;
}
.sec4-mid {
    margin: 50px 0;
}
.sec4-btm-box {
    margin-bottom: 50px;
}
.sec4-btm-box h4 {
    color: #000;
    font-size: 23px;
    line-height: 29px;
    font-weight: 700;
}
.sec4-btm-box h4 img {
    width: 23px;
    margin-right: 12px;
}
.sec4-btm-box p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.sec5-left {
    padding: 160px 0;
    background-image: url(https://cdn9.qckcdn.com/4in1cuppingmassager/redblog/gif1.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}
.sec5-left h2 {
    text-align: center;
    color: #fff;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}
.padd0 {
    padding: 0;
}
.section5 .row {
    overflow-x: hidden;
}
.txt-center {
    text-align: center;
    margin: 20px 0;
}
.sec5-left p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
}
.main-btn2 {
    position: relative;
    background-color: #FFF;
    color: rgb(230, 46, 46);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 30px;
    border: 2px solid #FFF;
    border-radius: 8px;
    display: inline-block;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.main-btn2:hover {
    padding-right: 60px;
    transition: .3s ease-in-out;
    overflow: hidden;
    color: rgb(230, 46, 46);
}
.main-btn2:before {
    position: absolute;
    background-image: url('../img/sec-btn-arrow-red.png');
    content: '';
    top: 50%;
    right: 3rem;
    left: auto;
    bottom: auto;
    z-index: 1;
    box-shadow: none;
    border-radius: 0;
    transform: translate(calc(3rem + 100%), -50%);
    height: .65em;
    width: 2em;
    transition: .3s ease-in-out;
    display: inline-block;
}
.main-btn2:hover:before {
    right: 6rem;
}
.sec5-right {
    padding: 0;
    height: 100%;
    background-color: rgb(230, 46, 46);
}
.section6 {
    padding: 40px 0;
}
.section6 h2, .section8 h2 {
    text-align: center;
    color: #000;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}
.section6 h4 {
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.slick-slide {
    margin: 0 10px;
}
.slick-arrow {
    background-color: rgba(230, 46, 46, 0.8);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.slick-prev {
    position: absolute;
    top: 35%;
    left: 30px;
    z-index: 33;
    font-size: 45px;
    font-weight: 200;
    color: #FFF;
    padding: 0 18px 0 12px;
}
.slick-next {
    position: absolute;
    top: 35%;
    right: 30px;
    z-index: 33;
    font-size: 45px;
    font-weight: 200;
    color: #FFF;
    padding: 0 10px 0 12px;
}
.slick-dots {
    margin: 20px 0;
    text-align: center;
}
.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;
}

.accordion {
    color: #fff;
    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%;
  }
  .accordion_head {
    background-color: rgba(230, 46, 46, 1);
      margin-top: 20px;
      cursor: pointer;
      font-weight: 700;
      line-height: 1;
      padding: 15px;
      cursor: pointer;
      outline: none;
      font-family: "Rubik", Sans-serif;
      color: #fff;
      font-size: 18px;
      z-index: 1;
      line-height: 23px;
      position: relative;
      border-radius: 50px;
      z-index: 55;
  }
  .accordion_head h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 20px;
  }
  .accordion_head h6:hover {
    text-decoration: underline;
  }
  .accordion_body {
    background-color: rgba(230, 46, 46, 1);
      margin-top: -25px;
      z-index: 20;
      position: relative;
      padding: 20px 30px 10px 30px;
      font-family: "Rubik", Sans-serif;
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      line-height: 29px;
      border-radius: 0 0 30px 30px;
  }
  .accordion_body p{
      padding: 18px 5px;
      margin: 0px;
  }
  .plusminus{
    width: 10px;
    margin-right: 10px;
    float: right;
    margin-top: 10px;
  }
.section7 {
    padding: 50px 0;
}
.section7 h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
}
footer {
    padding: 20px 0;
    background-color: rgba(230, 46, 46, 1);;
}
.footer-logo {
    width: 220px;
}
.scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
}

.text {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
}

.text span {
    margin: 0 40px;
}

@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}

.text {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    animation: animate_text 30s linear infinite; /* The animation property */
    font-style: italic;
}

.text2 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
}

.text2 span {
    margin: 0 40px;
}
.sec5-right {
    overflow-y: hidden;
}

@keyframes animate_text2 {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(0, -100%, 0);
    }
}
.section5 {
    height: 467px;
}
.section5 .container-fluid, .section5 .row, .section5 .col-md-6 {
    height: 100%;
}
.text2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    animation: animate_text2 20s linear infinite; /* The animation property */
    font-style: italic;
    text-align: center;
}
.sec5-gridov {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(230,46,46);
    background: linear-gradient(0deg, rgba(230,46,46,1) 0%, rgba(230,46,46,0.5) 15%, rgba(230,46,36,0) 50%, rgba(230,46,46,0.5) 85%, rgba(230,46,46,1) 100%);
    z-index: 55;
}
.section8 {
    padding: 40px 0;
}
.sec8-box {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    border: 1px solid #c3c3c3;
    padding: 15px;
    margin: 20px 0;
    height: 100%;
}
.sec8-box i {
    color: #FDCC0D;
    font-size: 14px;
}
.sec8-box h3 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.sec8-box p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 10px 0 0 0;
    padding-top: 10px;
    border-top: 1px solid #c3c3c3;
}
footer p {
    text-align: center;
    color: #FFF;
    margin-top: 15px;
}

@media screen and (max-width: 1700px) {
    .section1 .sec1-content {
        margin-top: 40%;
        margin-bottom: 60%;
    }
}
@media screen and (max-width: 1200px) {
    .section1 .sec1-content {
        margin-top: 20%;
        margin-bottom: 80%;
    }
}

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

}

@media screen and (max-width: 780px) {
    .mdisp {
        display: block;
    }
    .ddisp {
        display: none;
    }
    body, html {
        overflow-x: hidden;
    }
    .sec4-box, .sec5-right, .sec8-box {
        height: auto;
    }
    .sec1-container {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .section1 h1 {
        color: #000;
        font-size: 32px;
        line-height: 42px;
        font-weight: 700;
        text-align: center;
    }
    .section1 .sec1-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section1 p {
        color: #000;
        text-align: center;
    }
    .section1 a {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        padding: 15px 30px;
    }
    .section1 a:hover:before {
        right: 6rem;
    }
    .section1, .section2 {
        text-align: center;
    }
    .section2 img {
        width: 94px;
        margin-bottom: 20px;
    }
    .section4 h2 {
        text-align: center;
        color: #000;
        font-size: 33px;
        line-height: 42px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .section5, .section5 .container-fluid, .section5 .row, .section5 .col-md-6 {
        height: auto;
    }
    .sec5-right {
        height: 350px;
    }
    .text2 {
        font-size: 30px;
        line-height: 38px;
    }
    .slick-arrow {
        background-color: rgba(230, 46, 46, 0.8);
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }
    .slick-next {
        position: absolute;
        top: 25%;
        right: 10px;
        z-index: 33;
        font-size: 33px;
        font-weight: 200;
        color: #FFF;
        padding: 0 10px 0 12px;
    }
    .slick-prev {
        position: absolute;
        top: 25%;
        left: 10px;
        z-index: 33;
        font-size: 33px;
        font-weight: 200;
        color: #FFF;
        padding: 0 10px 0 12px;
    }
    .comparison-table {
        width: 100%;
    }
    tbody td h3 {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.5;
    }
}
