body {
    padding: 0;
    background: #fff;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
    margin: 0;
    padding: 0;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
table, tr, td {
    border: 0;
}
a {
    outline: none;
    color: inherit;
    text-decoration: none;
}
a:hover {
    color:inherit;
}
img {border: none;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {clear: both;font-size: 1px;line-height: 1px;height: 1px;}
.showMobo{display:none;}
.common_btn {
    background: #5ac23b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding: 25px 0px 35px;
    max-width: 529px;
    height: 79px;
    display: block;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}
.attention p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    max-width: 529px;
    height: 44px;
    display: block;
    font-weight: 400;
}
.attention p span {
    font-weight: 600;
}
.attention p .low {
    font-weight: 700;
    color: #e99716;
}
.attention p img {
    margin-top: -5px;
}
/* header */
header .top_header {
    background: #0a0a0a;
    padding: 5px 0;
}
header .top_header .row {
    align-items: center;
}
header .top_header .info_side {
    text-align: end;
}
header .top_header .info_side .contact_details {
    max-width: 260px;
    margin-left: auto;
}
header .top_header .call_icon {
    background: url(../images/call_iconbg.png);
    width: 40px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_details .calling_number {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
}
.contact_details .calling_number span {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}
header .bottom_header {
    background: #efa619;
    padding: 5px 0;
    text-align: center;
}
header .bottom_header img {
    margin: -5px 10px 0;
}
header .bottom_header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0a0a0a;
    margin-bottom: 0;
}
header .bottom_header p span {
    font-weight: 500;
    color: #0a0a0a;
}
header .bottom_header p .discount {
    font-weight: 800;
    color: #d40c0c;
}
.mincardTab {
    display:none;
}
/* header */
/* Banner */
.banner {
    background: url(../images/main_banner.png?v1);
    background-position:left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:30px;
    padding-bottom: 118px;
    position: relative;
}
.banner .product_image {
    position: absolute;
    bottom: -25px;
    left: 290px;
    z-index: 999;
}
.banner .product_image img{
    width:85%;
}
.banner .shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 99;
}
.banner .banner_content {
    max-width: 872px;
    margin-left: auto;
}
.banner .banner_content .trusted_customer {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom:5px;
}
.banner .banner_content .trusted_customer span {
    font-weight: bold;
}
.banner .banner_content .trusted_customer img {
    margin-top: -6px;
}
.banner .banner_content .top_heading {
    font-family: 'cadizextrabold';
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.banner .banner_content .heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 60px;
    margin-bottom: 20px;
}
.banner .banner_content .heading span {
    color: #efa619;
}
.banner .banner_content .bot_heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.banner .banner_ul li {
    position: relative;
    list-style-type: none;
    color: #f0f0f0;
    font-size: 24px;
    font-weight: 500;
    margin-bottom:10px;
    font-family: 'Montserrat', sans-serif;
}
.banner .banner_ul li:after {
    position: absolute;
    top: 10px;
    left: -30px;
    content: '';
    background: url(../images/tickmark.png?v1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
}
.banner .banner_content .attention p {
    color: #ffffff;
    border: 1px dashed #e99716;
    margin-top: 25px;
}
.banner .banner_content .attention p span {
    font-weight: 600;
}
.banner .banner_content .attention p .low {
    font-weight: 700;
    color: #e99716;
}
.banner .banner_content .attention p img {
    margin-top: -5px;
}
/* Banner */
/* Review */
.review {
    padding: 65px 0 85px;
    background: #f4f4f4;
}
.review .review_box {
    text-align: center;
    max-width: 880px;
    margin: auto;
}
.review .review_box .review_text {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #0a0a0a;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 25px;
}
.review .review_box .customer_name {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #0a0a0a;
    line-height: 35px;
    margin-bottom: 0;
}
/* Review */
/* how_itworks */
.how_itworks {
    position: relative;
}
.how_itworks .order_secbtn {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.how_itworks .container {
    padding: 120px 55px 90px;
}
.how_itworks .heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #0a0a0a;
    line-height: 54px;
    margin: 0 0 15px 0;
}
.how_itworks .sub_heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 39px;
}
.how_itworks .sub_heading span {
    font-weight: 600;
}
.how_itworks .common_btn {
    margin: 110px auto 20px;
}
.how_itworks .attention {
    text-align: center;
}
.how_itworks .attention p {
    color: #0a0a0a;
    margin: auto;
}
/* how_itworks */
/* features */
.features {
    padding-top: 185px;
    padding-bottom: 105px;
    background: url(../images/features_bg.png?v1);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -75px;
}
.features .container {
    padding: 0 61px;
}
.features .heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 47px;
    line-height: 53px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.features .subheading {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
}
.features .subheading span {
    font-weight: 700;
}
.features .feature_box {
    background: #ffffff;
    min-height: 670px;
    margin-bottom: 30px;
}
.features .feature_box img {
    width: 100%;
}
.features .feature_box .feature_content {
    padding: 30px;
}
.features .feature_box .feature_heading {
    padding-bottom: 25px;
    font-size: 25px;
    line-height: 33px;
    font-family: 'Montserrat', sans-serif;
    color: #0a0a0a;
    font-weight: 700;
    margin-bottom: 0;
}
.features .feature_box .feature_text {
    padding-bottom: 25px;
    font-size: 21px;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
    color: #0a0a0a;
    font-weight: 400;
    margin-bottom: 0;
}
.features .common_btn {
    margin: 55px auto 20px;
}
.features .attention {
    text-align: center;
}
.features .attention p {
    color: #ffffff;
    margin: auto;
}
@media only screen and (max-width:767px) {
    .features .container {
        padding: 0px;
    }
}
/* features */
/* how_itworks */
.kneecomfort {
    position: relative;
}
.kneecomfort .order_secbtn {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.kneecomfort .container {
    padding: 120px 0px 130px;
}
.kneecomfort .heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 47px;
    font-weight: 600;
    color: #0a0a0a;
    line-height: 53px;
    text-align: center;
    max-width: 1056px;
    margin: auto;
    padding-bottom: 90px;
}
.kneecomfort .heading span {
    font-weight: 800;
}
.kneecomfort .common_btn {
    margin: 45px 0 20px;
}
.kneecomfort .attention {
    text-align: center;
}
.kneecomfort .attention p {
    color: #0a0a0a;
}
.kneecomfort .content_side ul {
    padding-left: 0;
    max-width: 400px;
}
.kneecomfort .content_side ul li {
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin-bottom: 25px;
}
@media only screen and (max-width:767px) {
    .kneecomfort .content_side ul li {
        gap: 0 10px;
        font-size: 16px;
    }

    .kneecomfort .content_side ul li img {
        width: 40px;
    }
}
@media only screen and (max-width:767px) {
    .kneecomfort .content_side ul li {
        gap: 0 10px;
        font-size: 13px;
        line-height: 20px;
    }

    .kneecomfort .content_side ul li img {
        width: 35px;
    }
}
/* how_itworks */
/* everyday_activities */
.everyday_activities {
    padding-top: 185px;
    padding-bottom: 105px;
    background: url(../images/activities_bg.png?v1);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -75px;
}
.everyday_activities .container {
    padding: 0 61px;
}
.everyday_activities .heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 47px;
    line-height: 53px;
    color: #0a0a0a;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}
.everyday_activities .subheading span {
    font-weight: 700;
}
.everyday_activities .activities_box {
    margin-bottom: 30px;
    background: #ffffff;
}
.everyday_activities .activities_box .activities_content {}
.everyday_activities .activities_box img {
    width: 100%;
}
.everyday_activities .activities_box .activities_heading {
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 33px;
    font-family: 'Montserrat', sans-serif;
    color: #0a0a0a;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
.everyday_activities .common_btn {
    margin: 55px auto 20px;
}
.everyday_activities .attention {
    text-align: center;
}
.everyday_activities .attention p {
    color: #0a0a0a;
    margin: auto;
}
.everyday_activities .activities_texttop {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 39px;
    font-weight: 500;
    max-width: 1100px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}
.everyday_activities .activities_texttop span {
    font-weight: 700;
}
.everyday_activities .activities_textbot {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 39px;
    font-weight: 500;
    max-width: 1100px;
    margin: auto;
    text-align: center;
}
.everyday_activities .activities_textbot span {
    font-weight: 700;
}
/* everyday_activities */
/* Compare */
.compare {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}
.compare .order_secbtn {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.compare .heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 47px;
    font-weight: 800;
    color: #0a0a0a;
    line-height:1.2;
    text-align: center;
    padding-bottom: 0;
}
.compare .sub_heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #0a0a0a;
    line-height: 39px;
    text-align: center;
    padding-bottom: 0;
}
.compare_container {
    max-width: 950px;
    margin: auto;
}
.compare_container .row {
    justify-content: space-between;
}
.compare_container .compare_box1,
.compare_box2 {
    max-width: 440px;
}
.compare_box1 {
    clip-path: polygon(0% 0%, 70.1% 0%, 76.1% 2.8%, 100% 2.8%, 100% 100%, 0% 100%);
    background: #d8d6d6;
    padding: 3px;
    overflow: hidden;
}
.compare_box1 .compare_boxbg {
    clip-path: polygon(0% 0%, 70.1% 0%, 76.1% 2.8%, 100% 2.8%, 100% 100%, 0% 100%);
    background: #ffffff;
    min-height: 955px;
}
.compare_box2 {
    clip-path: polygon(0% 0%, 70.1% 0%, 76.1% 2.8%, 100% 2.8%, 100% 100%, 0% 100%);
    background: #e99716;
    padding: 3px;
    overflow: hidden;
}
.compare_box2 .compare_boxbg {
    clip-path: polygon(0% 0%, 70.1% 0%, 76.1% 2.8%, 100% 2.8%, 100% 100%, 0% 100%);
    background: #ffffff;
    min-height: 955px;
}
.compare_container .compare_box2 {
    box-shadow: #e997161c 0px 50px 100px -20px, #e997167a 0px 30px 60px -30px;
}
.compare_container .compare_box1 .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    padding: 8px 0;
    border-bottom: 2px solid #d8d6d6;
}
.compare_container .compare_box1 .heading p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.compare_container .compare_box2 .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    padding: 8px 0;
    border-bottom: 2px solid #d8d6d6;
}
.compare_container .compare_box2 .heading p {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 0;
}
.compare_container .compare_box1 .compare_body {
    padding: 35px 40px 0;
}
.compare_container .compare_box2 .compare_body {
    padding: 35px 40px 0;
}
.compare_image1 {
    width: 441px;
    height: 242px;
}
.compare_image2 {
    width: 441px;
    height: 250px;
}
.compare_box1 .compare_body ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 30px;
    margin-left: 35px;
}
.compare_box1 .compare_body ul li::after {
    position: absolute;
    content: '';
    background: url(../images/cross.png?v1);
    width: 23px;
    height: 23px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    top: 5px;
    left: -35px;
}
.compare_box1 .compare_body ul {
    padding-left: 0;
}
.compare_box2 .compare_body ul {
    padding-left: 0;
}
.compare_box2 .compare_body ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 30px;
    margin-left: 35px;
}
.compare_box2 .compare_body ul li:last-child {
    margin-bottom: 0px;
}
.compare_box1 .compare_body ul li:nth-child(odd) {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
}
.compare_box1 .compare_body ul li:nth-child(even) {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 27px;
    font-weight: 400;
}
.compare_box2 .compare_body ul li:nth-child(odd) {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
}
.compare_box2 .compare_body ul li:nth-child(even) {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 27px;
    font-weight: 400;
}
.compare_box2 .compare_body ul li::after {
    position: absolute;
    content: '';
    background: url(../images/tickmark.png?v1);
    width: 23px;
    height: 23px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    top: 5px;
    left: -35px;
}
.compare .common_btn {
    margin: 105px auto 20px;
}
.compare .attention {
    text-align: center;
}
.compare .attention p {
    color: #0a0a0a;
    margin: auto;
}
/* Compare */
/* People Love */
.people_love {
    padding-top: 185px;
    padding-bottom: 100px;
    background: url(../images/features_bg.png?v1);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -75px;
}
.people_love .container {
    padding: 0 61px;
}
.people_love .heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 47px;
    line-height: 53px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 110px;
}
.people_love .common_btn {
    margin: 50px auto 20px;
}
.people_love .attention {
    text-align: center;
}
.people_love .attention p {
    color: #ffffff;
    margin: auto;
}
.people_love .love_box {
    margin-bottom: 50px;
}
.people_love .image_side {
    padding-right: 0;
}
.people_love .image_side img {
    width: 100%;
}
.people_love .content_side {
    clip-path: polygon(94.7% 0%, 100% 14%, 100% 100%, 0% 100%, 0% 0%);
    background: #ffffff;
    padding: 55px 65px;
}
.people_love .content_side .love_text {
    padding-top: 25px;
    padding-bottom: 45px;
    font-size: 25px;
    line-height: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.people_love .content_side .customer_name {
    font-size: 21px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.people_love .content_side .image_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 35px;
}
/* People Love */
/* Shipping */
.shipping {
    padding: 60px 0;
    border-bottom: 1px solid #d8d6d6;
}
.shipping .container {
    padding: 0 61px;
}
.shipping .shipping_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 40px;
}
.shipping .text_box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 800;
    max-width: 225px;
    margin-bottom: 0px;
}
/* Shipping */
/* Product */
#product_section{
    width:100%;
    padding:75px 0;
    text-align:center;
}
#product_section .product_box {
    clip-path: polygon(0% 0%, 81.5% 0.3%, 87.1% 10.5%, 100% 10.8%, 100% 100%, 0% 100%);
    background: #d8d6d6;
    padding: 2px;
    overflow: hidden;
}
#product_section .product_info {
    clip-path: polygon(0% 0%, 81.5% 0.3%, 87.1% 10.5%, 100% 10.8%, 100% 100%, 0% 100%);
    background: #ffffff;
    padding:20px;
    position:relative;
}
.rating{
    width:100%;
}
.rating p{
    display:inline-block;
    font-size:20px;
    line-height:30px;
    color:#000;
    font-weight:600;
}
.rating p img{
    margin:-6px 0 0 0;
}
#product_section .heading {
    font-size: 47px;
    line-height: 57px;
    font-weight: 800;
    color: #000;
    letter-spacing: -1px;
    color:#181818;
}
#product_section .heading span{
    color:#f48818;
}
.sub_heading{
    font-size: 28px;
    line-height: 38px;
    color: #181818;
    font-weight: 500;
    margin-bottom:75px;
}
.product_quantity{
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    color:#222222;
}
.product_price p{
    margin:0;
}
.product_price p span {
    color: #737373;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin: 0 2px;
    position: relative;
}
.product_price p span:after {
    position: absolute;
    content: '';
    left: -6px;
    right: -6px;
    top: 20px;
    background: #F00;
    height: 2px;
    transform: rotate(343deg);
}
.product_price p em{
    font-style:normal;
    color: #f48818;
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin: 0 10px;
    position: relative;
}
.shPrice{
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px !important;
}
.payBtnCard{
    width:100%;
    margin-bottom:10px;
    display:block;
    background:#5ac23b;
    color:#FFF;
    text-transform:uppercase;
    font-weight:800;
    text-decoration:none;
    padding:15px 0;
    font-size:18px;
}
.paypalBtn{
    width:100%;
    margin-bottom:10px;
    display:block;
    background:#ffcc55;
    color:#000;
    text-transform:uppercase;
    font-weight:600;
    text-decoration:none;
    padding:15px 0;
    font-size:18px;
}
.bstDel {
    position: absolute;
    content: '';
    top: -15px;
    background: #e81a0f;
    color: #FFF;
    padding: 5px;
    font-weight: 800;
    font-size: 14px;
    margin: 0px auto;
    z-index: 9;
    left: 30%;
}
.bstProDiv{
    position:relative;
}
.product_box:hover{
    background:#f48818 !important;
}
.product_info:hover{
    background:#fcf7f1 !important;
}
.active_outer{
    background:#f48818 !important;
}
.active_inn{
    background:#fcf7f1 !important;
}
.prdut_img{
    position:relative;
}
.prdut_img span {
    position: absolute;
    content: '';
    right: 50px;
    top: 30px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #000;
    background: #ecf41a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.package__card_row {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.cards_list {
    float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
    list-style-type:none;
}
.cards_list li {
    width: auto;
}
.cards_list li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
/* Product */
/* Guarantnee*/
#guaranteeSec {
    width: 100%;
    padding: 60px 0 90px;
    background: #fcf0df;
    position: relative;
}
#guaranteeSec:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #FFF;
    height: 30px;
    width: 30%;
    transform: skew(52deg, 0deg);
}
.guarteeImg{
    width:100%;
}
#guaranteeSec h3{
    font-size: 46px;
    font-weight: 800;
    color: #000;
    line-height: 56px;
    margin: 0 0 10px 0;
}
#guaranteeSec p{
    color: #181818;
    font-size: 18px;
    line-height: 28px;
}
.guarantee_deatils{
    width:100%;
    padding:0 0 0 10%;
}
/* Guarantnee END */
/* FAQ SECTION */
#faqSection{
    width:100%;
    background:linear-gradient(#FFF, #f2f2f2);
    padding:100px 0;
    position:relative;
    z-index:9;
}
#faqSection:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url(../images/feq_bg.png?v1) top right no-repeat;
    width: 100%;
    min-height: 900px;
    z-index: -1;
}
#faqSection h3{
    width: 100%;
    text-align: center;
    font-size: 46px;
    line-height:56px;
    font-weight: 800;
    padding: 30px 0;
}
/* FAQ SECTION END */
.accordion-header{
    position:relative;
}
.accordion-header:after {
    position: absolute;
    content: "+";
    right: 0;
    top: 0;
    font-size: 20px;
    background: #f5f5f5;
    bottom: 0;
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 800;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) !important;
}
.accordion-button::after {
    background-image: none !important;
    content: 'Q.';
    font-size: 26px;
    font-weight: 800;
    color: #f19e20;
    right: auto !important;
    left: 10px;
    position: absolute;
    top: 10px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem transparent;
}
.accordion-button {
    padding: 1rem 1.25rem 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000 !important;
}
.accordion-body{
    position:relative;
    background:#272727;
}
.accordion-body:after{
    content: 'A.';
    font-size: 26px;
    font-weight: 800;
    color: #FFF;
    right: auto !important;
    left: 10px;
    position: absolute;
    top: 10px;
}
.accordion-body p {
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    padding: 0 0 0 24px;
}
.accordion-body p a{
    color: #f19e20;
    text-decoration: underline;
}
.accordion-item{
    margin-bottom:20px;
    border:1px solid #d8d6d6;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #d8d6d6;
}
.accordion-button:not(.collapsed) {
    background-color:transparent;
}
.pageBtnDiv {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pageBtnDiv {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pageBtnDiv .common_btn{
    padding: 25px 40px 35px;
}
footer {
    background:#ffffff;
    padding: 90px 0;
}
.footer-logo {
    max-width: 180px;
    margin: 0 auto 50px;
}
.footer-link ul {
    text-align: center;
    padding: 0;
    margin: 0;
}
.footer-link ul li {
    display: inline-block;
    list-style: none;
    padding: 0 20px;
}
.footer-link ul li a {
    font-size: 17px;
    color: #181818;
    font-weight: 500;
    text-decoration: none;
}
.copy-text {
    font-size: 16px;
    color: #181818;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}
.mobo_headline{
    display:none;
}
.moboBner{
    width:100%;
    background:url(../images/moboBg.jpg?v1) top center no-repeat;
    background-size:cover;
    padding:30px 0;
    display:none;
}
.moboBner h1{
    font-size:28px;
    line-height:36px;
    color:#FFF;
    font-weight:800;
    text-align:center;
}
.moboBner h1 span{
    color:#efa619;
}
.moboProduct{
    width:100%;
    margin: 100px 0 0 0;
}
.starInfo{
    color: #FFF;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}
.starInfo img{
    width:100px;
}
.pinfo{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    padding: 10px 0;
}
.moboBtn .common_btn{
    font-size:1rem;
    padding: 20px 0px 20px;
    height:auto;
}
.mobo_attention p{
    border: 1px dashed #e99716;
    margin: 15px 0 0 0;
    padding: 5px;
    color: #FFF;
    height:auto;
}
.moboUlList{
    width:100%;
    list-style-type:none;
    margin:20px 0 0 0;
}
.moboUlList li {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #FFF;
    font-weight: 500;
    margin: 0 0 20px 0;
    position: relative;
    padding: 0px 0 0 26px;
}
.moboUlList li:after {
    position: absolute;
    content: " ";
    left: 0;
    top: 2px;
    background: url(../images/tickmark.png?v1) center center no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.forMob{display:none;}
.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1)
    }
    }
@-webkit-keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(.95)
    }
    50% {
        -webkit-transform: scale(1)
    }
}
.productTitle{
    font-size: 16px;
    font-weight: 800;
    color: #000;
    line-height: 1;
}
/****************** Responsive ********************/
@media(max-width:1700px){
    .banner .product_image {
        left: 255px;
    }
    .banner .product_image img {
        width: 75%;
    }
}
@media(max-width:1600px){
    .banner .product_image {
        left: 20%;
    }
    .banner .banner_content {
        max-width: 700px;
    }
}
@media(max-width:1470px){
    .banner .banner_content .heading {
        font-size: 45px;
    }
    .banner {
        background-position: 60% bottom;
    }
    .banner .product_image {
        left: 6%;
    }
}

@media(max-width:1366px){
    .how_itworks .heading {
        font-size: 37px;
        line-height: 50px;
    }
    .how_itworks .sub_heading {
        font-size: 24px;
        line-height: 38px;
    }
    .shipping .container {
        padding: 0 15px;
    }
    .banner {
        background-position: 38% 51%;
    }
    .product_image img {
        max-width: 100%;
        height: auto;
        width: 75%;
    }
    .banner .product_image {
        left: 10%;
    }
}
@media(max-width:1200px){
/*    .banner{display:none;}*/
}
@media(max-width:1199px){
    .contact_details .calling_number span {
        font-size: 20px;
    }
    header .bottom_header p {
        font-size: 18px;
    }
    .review .review_box .review_text {
        font-size: 20px;
    }
    .how_itworks .heading {
        font-size: 30px;
        line-height: 40px;
    }
    .how_itworks .sub_heading {
        font-size: 20px;
        line-height: 33px;
    }
    .how_itworks .common_btn {
        margin: 0px auto;
    }
    .features .heading {
        font-size: 40px;
        line-height: 50px;
    }
    .features .subheading {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .features .feature_box .feature_content {
        padding: 10px;
    }
    .features .feature_box .feature_heading {
        font-size: 22px;
        line-height: 30px;
    }
    .features .feature_box .feature_text {
        font-size: 16px;
        line-height: 29px;
    }
    .features .feature_box {
        min-height: 577px;
    }
    .kneecomfort .image_side{
        width:100%;
        text-align:center;
    }
    .kneecomfort .content_side{
        width:100%;
    }
    .mgCenter {
        width: 100%;
        text-align: center;
        margin: 30px 0 0 0;
    }
    .kneecomfort .common_btn {
        margin: 0px auto;
    }
    .attention p {
        text-align:center;
    }
    .kneecomfort .attention {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .everyday_activities .heading {
        font-size: 36px;
        line-height: 46px;
    }
    .everyday_activities .activities_box .activities_heading {
        font-size: 16px;
    }
    .everyday_activities .activities_texttop {
        font-size: 20px;
        line-height: 36px;
    }
    .everyday_activities .activities_textbot{
        font-size: 20px;
        line-height: 36px;
    }
    .people_love .content_side .love_text {
        padding-top: 5px;
        padding-bottom: 0px;
        font-size: 18px;
        line-height: 30px;
    }
    .people_love .content_side {
        padding: 20px 65px;
    }
    .people_love .heading {
        font-size: 44px;
    }
    .shipping .shipping_box{
        width:50%;
        margin-bottom:20px;
    }
    #guaranteeSec h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .product_quantity {
        font-size: 16px;
        line-height:20px;
        letter-spacing: 0;
    }
    #product_section .heading {
        font-size: 40px;
    }
    .banner .banner_content {
        max-width: 600px;
    }
    .banner .banner_content .trusted_customer {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .banner .banner_content .top_heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .banner .banner_content .heading {
        font-size: 34px;
        line-height: 44px;
    }
    .banner .banner_content .bot_heading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .banner .banner_ul li {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width:991px){
    .review .review_box .review_text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom:0;
    }
    .features .container {
        padding: 0 10px;
    }
    .features .heading {
        font-size: 36px;
        line-height: 50px;
    }
    .features .subheading {
        font-size: 20px;
        line-height: 24px;
        font-weight:400;
    }
    .kneecomfort .heading {
        font-size: 34px;
        line-height: 46px;
        padding-bottom: 10px;
    }
    .compare .heading {
        font-size: 36px;
        line-height: 40px;
    }
    .compare .sub_heading {
        font-size: 20px;
        line-height: 39px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .compare_box1 .compare_boxbg{
        height:100%;
    }
    .people_love .heading {
        font-size: 30px;
    }
    .people_love .content_side {
        padding: 10px;
    }
    .people_love .image_box img{
        width:20px;
    }
    .people_love .image_box img:last-child{
        width:100px;
    }
    .people_love .content_side .love_text {
        padding-top:0px;
        padding-bottom: 0px;
        font-size: 14px;
        line-height: 20px;
    }
    .people_love .content_side .customer_name {
        font-size: 18px;
    }
    #guaranteeSec h3 {
        font-size: 30px;
        line-height: 46px;
    }
    .footer-link ul li {
        padding: 0 10px;
    }
    .payBtnCard {
        padding: 15px 0;
        font-size: 14px;
        padding: 5px 0;
    }
    .paypalBtn {
        padding: 10px 0;
        font-size: 14px;
    }
    .shPrice {
        font-size: 12px;
    }
    .product_price p span {
        font-size: 18px;
    }
    .product_price p em {
        font-size: 22px;
    }
    .banner{
        display:none;
    }
    .moboBner{
        display:block;
    }
    .moboProduct {
        width: 75%;
        margin: 120% 0 0 14%;
    }
}
@media(max-width:800px){
    .moboProduct {
        width: 85%;
        margin: 100% 0 0 14%;
    }
}
@media(max-width:767px){
    .info_side .col-4{
        display:none;
    }
    .info_side .col-8{
        width:100%;
    }
    .logo{
        text-align:center;
    }
    header .bottom_header p {
        font-size: 16px;
    }
    .review {
        padding: 30px 0 50px;
    }
    .image_side{
        margin-bottom:30px;
    }
    .how_itworks .container {
        padding: 64px 15px 90px;
    }
    .features .heading {
        font-size: 28px;
        line-height: 40px;
        margin: 0;
    }
    .kneecomfort .heading {
        font-size: 30px;
        line-height: 40px;
    }
    .kneecomfort .container {
        padding: 60px 15px 30px;
    }
    .everyday_activities .activities_box .activities_heading {
        font-size: 16px;
        line-height: 18px;
    }
    .everyday_activities .heading {
        font-size: 28px;
        line-height: 38px;
    }
    .everyday_activities .container {
        padding: 0 15px;
    }
    .everyday_activities .heading br{
        display:none;
    }
    .compare_container .compare_box1, .compare_box2 {
        margin: 0px auto;
    }
    .people_love .container {
        padding: 0 15px;
    }
    .people_love .heading {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .shipping .shipping_box{
        width:100%;
    }
    #guaranteeSec{
        text-align:center;
    }
    .guarteeImg {
        width:250px;
    }
    .guarantee_deatils {
        width: 100%;
        padding: 0;
    }
    .footer-link ul li {
        padding: 0 10px;
        width: 50%;
    }
    footer {
        padding: 40px 0;
    }
    #product_section .product_box {
        margin-bottom: 30px;
    }
    .cards_list li img {
        height: auto;
    }
    #product_section .heading {
        font-size: 30px;
    }
    .sub_heading {
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .moboProduct {
        width: 100%;
        margin: 100% 0 0 0;
    }
    #faqSection h3 {
        font-size: 2rem;
        line-height: 3rem;
        padding: 0 0 30px 0;
    }
    #faqSection {
        padding: 50px 0;
    }
    #faqSection:after {display:none;}
    .logo {margin:0;}
    header .top_header {
        padding: 10px 0;
    }
    .navbar-fixed {
        top: 0 !important;
        z-index: 100;
        position: fixed !important;
        width: 100%;
        transition:0.5s all;
    }
    .forMob{display:block;}
    .orderItem1{order:1;}
    .orderItem2{order:2;}
    .orderItem3{order:3;}
    .orderItem4{order:4;} 
}
@media(max-width:576px){
    .mincardTab {
        display:block;
    }
    header .bottom_header p {
        font-size: 12px;
    }
    header .bottom_header img {
        margin: -2px 0px 0;
        width: 15px;
        height: 12px;
    }
    .how_itworks .heading {
        font-size: 26px;
        line-height: 37px;
    }
    .how_itworks .common_btn {
        width: 100%;
        display: block;
        height: auto;
        padding: 20px 10px;
        font-size: 16px;
    }
    .features .common_btn {
        width: 100%;
        display: block;
        height: auto;
        padding: 20px 10px;
        font-size: 16px;
    }
    .everyday_activities .heading {
        font-size: 24px;
        line-height: 35px;
    }
    .everyday_activities .activities_texttop {
        font-size: 16px;
        line-height: 26px;
        margin-top: 0;
    }
    .everyday_activities .activities_textbot {
        font-size: 16px;
        line-height: 26px;
    }
    .everyday_activities .common_btn {
        margin: 20px auto 0px;
        width: 100%;
        height: auto;
        padding: 20px 10px;
        font-size: 16px;
    }
    .compare .container{
        padding:0 15px;
    }
    .compare_container .compare_box1, .compare_box2 {
        width: 100%;
    }
    .compare_container .compare_box1 {
        margin-bottom:30px;
    }
    .compare .common_btn {
        margin: 20px auto 20px;
        width: 100%;
        height: auto;
        padding: 20px 10px;
        font-size: 16px;
    }
    #guaranteeSec h3 {
        font-size: 26px;
        line-height: 30px;
        padding-top: 30px;
    }
    .guarteeImg {
        width: 200px;
    }
    .pageBtnDiv .common_btn {
        padding: 20px 10px;
        width: 100%;
        height: auto;
        font-size: 16px;
    }
    .shipping {
        padding: 15px 0;
    }
    .cards_list {
        flex-wrap: wrap;
    }
    .w100{
        width:100%;
    }
    #product_section .product_info {
        display: flex;
        justify-content: start;
        padding: 10px;
    }
    .product_quantity{
        display:none;
    }
    .product_image {
        margin: 0 20px 0 0;
        width: 30%;
    }
    .product_image img{
        width:100%;
    }
    .paypalBtn {
        padding: 10px;
    }
    .payBtnCard {
        padding: 10px 0;
    }
    .mobo_headline{
        display:block;
        font-size: 16px;
        line-height: 20px;
        font-weight: 800;
        letter-spacing: 0px;
        color: #222222;
        padding-top: 10px;
    }
    .shPrice {
        margin-bottom: 0px !important;
    }
    .rating p img {
        margin: 0px auto;
        display: block;
        text-align: center;
    }
    #product_section .heading {
        font-size: 30px;
        line-height: 1;
    }
    .kneecomfort .heading {
        font-size: 24px;
        line-height: 32px;
    }
    .people_love .common_btn {
        font-size:16px;;
    }
    .how_itworks .container {
        padding: 64px 15px 0;
    }
    #ctabtn-mob {
        background: #000;
        padding: 9px 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        transition: bottom 1s;
        display: table;
        width: 100%;
        right: 0;
        text-align: center;
    }
    a.click-btn {
        height: 64px;
        font-size: 1.1rem;
        line-height: 64px;
        margin: 0;
        border-radius: 8px;
        background: #00c425;
        color: #fff;
        font-weight: 700;
        letter-spacing: .5px;
        box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .3);
        -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .3);
        text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
        float: left;
        width: 100%;
        text-transform: uppercase;
    }
    .padTop{
        padding-top:20px;
    }
    .info_side .contact_details{display:none;}
    .logo_side{width:50%;}
    .logo_side img{width:150px;}
    .logo_side .logo {margin:0 !important;}
    .showMobo{display:block;}
    .showMobo{display:block;}
    .hideMobo{display:none;}
}
@media(max-width:480px){
    /* header .bottom_header img {
        display:none;
    } */
    .kneecomfort .content_side .col-6{
        width:100%;
    }
    .kneecomfort .common_btn {
        width: 100%;
        height: auto;
        padding: 20px 10px;
        font-size: 16px;
    }
    .people_love .common_btn {
        margin: 20px 0;
        width: 100%;
        height: auto;
        padding: 20px 10px;
        font-size: 16px;
    }
    .cards_list li img {
        height: auto;
        width:50px;
        margin: 0 0 10px 0;
    }
}
    