@charset "utf-8";
 .header, ul.topMenu li {
     position: relative 
}
.header .show-desk {
    width: fit-content;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}
 a.nav-btn, body {
     text-align: center 
}
 .topStrip p, a.nav-btn, ul.topMenu li a {
     
     color: #000; 
}
 .mobilemenu, body {
     left: 0;
     right: 0;
     bottom: 0 
}
 .bnrStar, .bnrText1 {
     letter-spacing: .3px 
}
 .btnBox, .mob-mnu-ic span, ul.topMenu {
     vertical-align: top 
}
 .colorName, .secName {
     text-transform: uppercase 
}
 body {
     top: 0;
     margin: auto;
     padding: 0;
     background: #fff;
     color: #000;
     font-family: "Montserrat", sans-serif;
     font-weight: 400 
}
 div, form, h1, h2, h3, h4, h5, img, input, li, p, textarea, ul {
     margin: 0;
     padding: 0 
}
 article, aside, figure, footer, header, main, nav, section {
     display: block 
}
 table, td, tr {
     border: 0 
}
 a {
     outline: 0;
     color: inherit;
     text-decoration: none 
}
 img {
     border: none;
     height: auto 
}
 li {
     list-style: none 
}
 * {
     box-sizing: border-box 
}
 .img-full {
     max-width: 100% 
}
 .clearall {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     height: 1px 
}
 .wrapper {
     overflow: hidden 
}
 .header, .top-fix-bar, .topStrip, .topStrip p {
     width: 100%;
     /* float: left  */
}
 .topStrip {
     background: #E60012;
     padding: 12px 0 10px;
}
 .topStrip p {
    color: #fff;
     font-size: 20px;
     line-height: 22px;
     font-weight: 500;
}
 .topStrip p span {
     color: #FDFF92;
     font-weight: 700;
}
 .top-fix-bar {
     margin-bottom: 75px 
}
.header {
    background: #333;
/*    height: 85px;*/
    padding: 10px 0;
    margin-top: -75px;
    top: 75px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 999;
    box-shadow: 0px 10px 10px 0px #00000040;
}
 .fixed-nav.header {
     position: fixed;
     z-index: 999;
     -webkit-transition: margin .3s ease-out;
     transition: margin .3s ease-out;
     margin-top: 0;
     top: 0;
     /* top: 24px; */
}
/* .fixed-nav.topStrip {
     position: fixed;
     z-index: 999;
     -webkit-transition: margin .3s ease-out;
     transition: margin .3s ease-out;
     margin-top: 0;
     top: 0;
} */
.logo {
    /* float: left; */
    width: 300px;
}
 ul.topMenu {
     display: inline-block;
     margin: 0 
}
 .galaxy-text, .mobilemenu, .show-mob, .show-tab, ul.topMenu li:last-child:after, img.vid_o {
     display: none 
}
 ul.topMenu li {
     float: left;
     padding: 4px 15px 
}
ul.topMenu li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    transition: 0.3s ease-in-out;
    }
ul.topMenu li a + img {
    padding-left: 20px;
    position: relative;
    top: -3px;
}
ul.topMenu li a.order_nw_btn {
    font-family: "Montserrat", sans-serif;
    border: 2px solid #fff;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: 600;
    background: #FABE00;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 20px;
    color: #000 !important;
    transition: 0.3s ease-in-out;
}
 ul.topMenu li a.active, ul.topMenu li a:hover {
     color: #FFD600;
     transition: 0.3s ease-in-out;
}

 a.nav-btn {
     float: right;
     background: #2B3330;
     font-size: 20px;
     width: 160px;
     padding: 10px 0;
     border-radius: 50px;
     margin-top: 7px;
     font-weight: 600;
     text-shadow: 1px 1px rgba(0, 0, 0, .2);
     -webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.2) 
}
.mob-mnu-ic {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 56%;
    transform: translateY(-50%);
    z-index: 16;
    height: fit-content;
}
 .mob-mnu-ic button {
     outline: 0;
     -webkit-appearance: none;
     background: 0 0;
     padding: 0;
     cursor: pointer;
     border: none 
}
 .mob-mnu-ic span {
     color: #000;
     display: inline-block;
     font-size: 16px;
     font-weight: 300;
     margin-top: 4px;
     margin-right: 5px 
}
 .bar1, .bar2, .bar3 {
     width: 25px;
     height: 3px;
     background-color: #fff !important;
     transition: .4s;
     -webkit-border-radius: 2px 2px 2px 2px;
     border-radius: 2px 
}
 .banner, .mobilemenu li, .mobilemenu li a {
     width: 100%;
     float: left 
}
 .bar2 {
     margin: 4px 0 
}
 .dl-active .bar1 {
     -webkit-transform: rotate(-45deg) translate(-5px, 5px);
     transform: rotate(-45deg) translate(-5px, 5px);
     background: #fff 
}
 .dl-active .bar2 {
     opacity: 0 
}
 .dl-active .bar3 {
     -webkit-transform: rotate(45deg) translate(-5px, -5px);
     transform: rotate(45deg) translate(-5px, -5px);
     background: #fff 
}
.mobilemenu {
    position: fixed;
    top: 128px;
    background: #fff;
    z-index: 10;
    overflow: scroll;
    border-top: 1px solid #ddd;
    font-family: "Saira", sans-serif;
    z-index: 999;
}
 .bnrStar img, .btn-arw, .btn-txt p, .btnBox, .hourglass {
     display: inline-block !important;
}
 .mobimenu-top {
     top: 75px 
}
 .mobilemenu li {
     text-align: left;
     border-bottom: 1px solid #ddd 
}
 .mobilemenu li a {
     padding: 12px 20px;
     font-size: 17px;
     color: #000;
     font-weight: 500 
}
 .mobilemenu li a:hover {
     color: #000 
}
.banner {
    overflow: hidden;
    position: relative;
    background-image: url(../../images/index-v1/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 60%;
    margin-bottom: -20px;
    z-index: 98;
}
.owl-carousel.banner-slider img {
    display: inline-block;
    width: auto;
}


/* .banner-bg-1 {
    overflow: hidden;
    position: relative;
    background-image: url(../../images/index-v1/banner-1.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center 60%;
    padding-bottom: 100px;
    margin-bottom: 0px;
    z-index: 98;
} */
.banner-bg-2 {
    overflow: hidden;
    position: relative;
    background-image: url(../../images/index-v1/banner-2.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
    z-index: 98;
}


.banner .banner_pc{
    float: right;
}
.banner .banner_pc img {
    position: absolute;
    left: 37%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    z-index: 0;
    width: 30%;
} 
.banner .btnBox{
    margin-left: 50%;
    transform: translateX(-50%);
} 
 .banner-right { 
     width: 45%;
     position: absolute;
     right: 0;
     z-index: 0;
     top: 0 
}

 .right-image-gif video {
     position: absolute;
     right: 0;
     width: 47%;
     height: 100%;
     object-fit: cover 
}
.banner-left {
    /* float: right; */
    width: 60%;
    /* text-align: left; */
    padding: 30px 0 80px;
    /* margin-left: auto; */
    text-align: left;
}
.banner-left .btnBox{
    margin-left: auto;
    margin-right: auto;
}
.banner-left .btnBox .save-btn{
    outline: 5px solid rgba(255, 255, 255, 0.3);
}
 .bnrHeading, .bnrStar, .bnrText1 {
     float: left;
     width: 100% 
}
.bnrStar {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-family: "Blinker", sans-serif;
    margin-bottom: 20px;
}
.bnrStar .star{
    width: 100px !important;
}
.bnrStar .verified{
    width: 20px !important;
    margin-left: 7px;
}
.bnrStar > img {
    vertical-align: middle;
    margin: -3px 12px 0 0;
}
.bnrHeading {
    font-family: "Russo One", sans-serif;
    margin-top: 5px;
    text-align: left;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    color: #fff;
    padding-right: 0;
    letter-spacing: -0.02em;;
}
.bnrHeading span{
    display: block;
    font-size: 36px;
    line-height: 46px;
}
 .bnrText1 {
     margin-top: 5px;
     font-size: 18px;
     line-height: 28px;
     color: #1b1c1f 
}
.comn-btn {
    letter-spacing: .5px;
    width: 90%;
    float: left;
}
.bnrList {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 45px;
}
.bnrList li {
    font-family: "Montserrat", sans-serif;
    padding-left: 45px;
    background: url(../../images/index-v1/listStyle.png) 0 0px no-repeat;
    font-size: 20px;
    background-size: contain;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    margin-top: 10px;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}
.btn-txt p {
    color: #000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 0 3px;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0;
}


 .comn-btn {
     color: #000;
}
.btn-txt.blck p ,  .btn-txt.blck{
    color: #000;
}
.btnBox {
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.btnBox.d-lg-none{
    display: none !important;
}
/* .faq-container + .btnBox{
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
} */

.banner-product-imgbox img {
    position: absolute;
    left: 30%;
    bottom: -2.8rem;
    width: 44.5rem;
    z-index: 9;
}





.section8 .btnBox{
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0);
}
 .btn-arw, .btn-text1:before, .btn-txt p, .hourglass {
     vertical-align: middle 
}
.comn-btn {
    width: 325px;
    font-size: 23px;
    line-height: 55px;
    height: 68px;
    position: relative;
    padding: 0 10px 0 45px;
    /* left: 50%;
    margin-left: -45%; */
    overflow: hidden;
    letter-spacing: 0;
    font-family: "Fahkwang", sans-serif;
    color: #fff !important;
    background: #EE8407;
    box-shadow: 0px 8px 4px 0px #00000040;
    border: 5px solid #fca14c;
    outline: 5px solid #FFFFFF4D;
    border-radius: 40px;
    font-weight: 700;
}
.comn-btn img {
    margin-left: 10px;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
}

.save-btn, .save-btn:hover {
    font-size: 22px;
    font-weight: 600;
    padding: 8px 40px 8px 40px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff !important;
    background: #EE8407;
    box-shadow: 0px 8px 4px 0px #00000040;
    border: 5px solid #fca14c;
    outline: 5px solid #FFFFFF;
    width: 330px;
    display: flex;
    text-align: center;
    margin: 0 0 10px;
    font-family: "Fahkwang", sans-serif;
    align-items: center;
}
.save-btn img{
    margin-left: 10px;
}
 .black-rotate, .s3LeftImg {
     height: 100%;
     top: 0;
     position: absolute 
}
 .btn-txt p span, .secName {
     font-weight: 500 
}
 .btn-arw {
     margin: -4px 0 0 15px 
}
 .btn-txt {
     float: left;
     width: 100%;
     margin-top: 0px;
}
 .btn-txt_2 {
     text-align: center; 
}

 .commonText, .s5Col2Top p, .secName, .testName span {
     letter-spacing: .5px 
}
 .hourglass {
     margin: -2px 3px 0 0;
     animation: 2.5s ease-in-out infinite forwards rotateP 
}
 .s1-content, .s1-list {
     display: inline-block;
     vertical-align: top 
}
 @keyframes rotateP {
     0% {
         transform: rotate(0) 
    }
     100%, 50% {
         transform: rotate(180deg) 
    }
}
 @keyframes rotate {
     0% {
         transform: rotate(00deg) 
    }
     100% {
         transform: rotate(360deg) 
    }
}
 .btn-text1:before {
     display: inline-block;
     margin: -2px 5px 0 0;
     width: 9px;
     height: 9px;
     background: #6fb620;
     border-radius: 50%;
     content: "";
     animation: 1s ease-in-out infinite fade 
}
 @keyframes fade {
     0%, 100%, 70% {
         opacity: 100% 
    }
     50% {
         opacity: 30% 
    }
}



.carouselBx-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
 }
 
 .carouselBx {
    display: flex;
    animation: scroll 6s linear infinite;
 }
 
 .carouselBx-items {
    flex: 0 0 auto;
    width: 100px;
    margin-right: 10px;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
 }
 
 @keyframes scroll {
    0% {
       transform: translateX(0);
    }
 
    100% {
       transform: translateX(-100%);
    }
 }
 
 








.secName {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #373737;
}
 .commonHead {
     /* float: left; */
     width: 100%;
     font-size: 50px;
     line-height: 120%;
     /* margin-top: 20px; */
     color: #444;
     font-family: "Montserrat", sans-serif;
     font-weight: 700;
}
 .commonHead2 {
     color: #77ff47 
}
 .commn-h {
     padding: 0 50px 
}
.commonText {
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
}

 .s5CompBox, .s7Mid, .testName img {
     vertical-align: middle 
}
 .acdnList, .prod-s2-row, .prod-s2-wrap, .s5Col1 ul, .section2 {
     float: left;
     width: 100% 
}
 .prod-row-cont h1 {
     line-height: 35px;
     position: relative;
     padding-bottom: 20px;
     color: #003C51;
     font-family: Sen;
     font-size: 45px;
}
 .prod-h1:before, .prod-h2:before, .prod-h3:before, .prod-h4:before, .prod-h5:before {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     background: url(../../../images/index-v1/prod-ln1.png) left bottom no-repeat;
     width: 85%;
     height: 4px 
}
 .prod-h2:before {
     background: url(../../../images/index-v1/prod-ln1.png) left bottom no-repeat 
}
 .prod-h3:before {
     background: url(../../../images/index-v1/prod-ln1.png) left bottom no-repeat 
}
 .prod-h4:before {
     background: url(../../../images/index-v1/prod-ln1.png) left bottom no-repeat 
}
 .prod-h5:before {
     background: url(../../../images/index-v1/prod-ln1.png) left bottom no-repeat 
}
 .step-box {
     position: absolute;
     top: 3px;
     line-height: 30px;
     height: 100% 
}
 .pad-rgt .step-box {
     right: 15px 
}
 .pad-lft .step-box {
     left: 0 
}
 .prod-row-imgbox {
     width: 44%;
     z-index: 0;
}
 .prod-list, .section3 {
     float: left;
     width: 100% 
}
 .prod-row-imgbox img {
     max-width: 100%;
     object-fit: contain 
}
 .prod-list {
     margin-top: 50px 
}
 .prod-list li {
     float: left;
     font-size: 26px;
     line-height: 26px;
     color: #131314;
     font-weight: 600;
     margin-right: 50px 
}
 .prod-list li:last-child, .s3-list li:last-child {
     margin-right: 0 
}
 .prod-list li span {
     font-size: 16px;
     line-height: 16px;
     font-weight: 500 
}
 .accordion, .colorName, .s5Col1 ul li, .s5Col2Top p, .testName {
     font-weight: 600 
}
 .section3 {
     background: #fff;
     position: relative;
     padding-bottom: 40px;
}
 .s3Inner {
     float: right;
     width: 51%;
     padding: 70px 0 71px 
}
 .s3-list {
     float: left;
     width: 100%;
     margin-top: 40px 
}
 .s3-list li {
     float: left;
     text-align: center;
     margin-right: 35px 
}
 .s3-list li p {
     font-size: 14px;
     line-height: 20px;
     color: #fff;
     margin-top: 12px 
}
 .s3LeftImg {
     max-width: 100%;
     left: 0;
     width: 100%;
     object-fit: cover 
}
 .black-rotate {
     left: 0;
     width: 46%;
     background: radial-gradient(112% 50.52% at 45.05% 45.5%, rgba(0, 0, 0, 0) 33.3%, #000 100%) 
}
 .s3Inner .commonHead {
     font-size: 50px;
     padding: 0 0 20px;
     line-height: 60px;
}
.section5 {
    float: left;
    width: 100%;
    padding: 32px 0 30px 0px;
    position: relative;
    text-align: center;
    background: #fff;
    
}

 .s5Col1 ul li, .section6 {
     text-align: left;
     position: relative 
}
 .s5CompBox {
    display: table;
    width: 100%;
    max-width: 1000px;
    /* background: #fff; */
    border-radius: 20px;
    margin-top: 116px;
    margin-bottom: 0;
    /* box-shadow: 0 0 15px 2px rgba(0,0,0,0.2); */
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
 .s5Col2Prod, .s5Col3Prod, .s5Col4Prod {
     display: block;
     max-width: 100% 
}
 .s5Col1 {
    float: left;
    width: 37%;
    padding: 25px 0;
    position: relative;
    padding-top: 105px;
    /* box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2); */
}
.s5CompBox ul {
    padding-left: 0;
    
}
.s5Col1 ul {
    background-color: #F9F9F9;
    border-top: 1px solid #909090;
    border-left: 1px solid #909090;
    border-bottom: 1px solid #909090;
    border-radius: 40px 0 0 40px;
    /* box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2); */
}
 .s5Col1 ul li {
    float: left;
    width: 100%;
    height: 75px;
    font-size: 19px;
    line-height: 32px;
    color: #000;
    padding: 0 0 0 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #C0C0C0;
    background: url(../../../images/index-v1/comp-point.png) 22px 25px no-repeat;
    font-weight: 600;
    text-align: left;
    position: relative;
}
 .s5Col1 ul li:last-child {
     border: none 
}
 .s5Col1 ul li img {
     position: absolute;
     left: 0;
     top: 50%;
     margin-top: -13px 
}
/* .s5right-part{
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
} */
.s5Col2 {
    float: left;
    width: 21%;
    background: #A6A6A6;
    border-radius: 20px;
    margin: -30px 0 -25px 0;
}
.s5Col2.shadow {
    background: linear-gradient(180deg, #73050D 0%, #343434 100%);
    box-shadow: 0px 4.25px 8.5px 0px #00000040 !important;
}
 .s5Col2 ul, .s5Col2 ul li, .s5Col2Top {
     float: left;
     width: 100% 
}
 .s5Col2Top {
    height: 135px;
}
.s5Col2Prod {
    margin: -62px auto 10px;
    height: 130px !important;
}
.s5Col2.shadow .s5Col2Top {
    position: relative;
    padding-top: 70px;
    height: 135px;
}
.s5Col2.shadow .s5Col2Prod {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    height: 180px !important;
}
.s5Col3Prod {
    margin: -62px auto 3px;
    height: 130px !important;
}
.s5Col4Prod {
    margin: -62px auto 0;
    height: 130px !important;
}
.s5Col2Top p {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}


.s5Col2Top.s5Col3Top p, .s5Col2Top.s5Col4Top p {
    color: #000;font-weight: 400;
}
 .s5Col2 ul {
     padding-top: 5px ;
     /* box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2); */
}
.s5Col2 ul li {
    height: 75px;
    text-align: center;
    padding: 20px 0;
}
.s5Col2 ul li img {
    max-width: 35px;
}
 .s5Col2 ul li:last-child {
     border: none;
     height: 115px 
}
.s5Col3, .s5Col4 {
    background: transparent;
    box-shadow: none;
}
.s5Col3 ul {
    background-color: #F9F9F9;
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
}

.s5Col4 ul {
    background-color: #F9F9F9;
    border-top: 1px solid #909090;
    border-right: 1px solid #909090;
    border-bottom: 1px solid #909090;
    border-radius: 0 40px 40px 0;
}

.s5Col3 ul li, .s5Col4 ul li {
    border-bottom: 1px solid #B4ADD9;
}
 .accordion, .acdnList li, .section7, .section8 {
     position: relative 
}
.section7 {
    float: left;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    
}
.s7Mid {
    display: inline-block;
    width: 100%;
    max-width: 1320px;
    margin-top: 65px;
}
 .testImage, .testStar {
     max-width: 100%;
     vertical-align: top 
}
.testBox {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
 .faq-container, .testImage, .testName img, .testStar {
     display: inline-block 
}
.section7 .testCol {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}
.section7 .testImage {
    border-radius: 0px;
    width: 90% !important;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}
.authSec {
    display: flex;
    align-items: center;
    justify-content: space-between;gap:20px;
}

.section7 .btnBox {
    margin-top: 30px;
}
.section8 {
    width: 100%;
    padding: 120px 0 100px;
    width: 100%;
    background: url(../../images/index-v1/faq-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: auto;
    /* background: linear-gradient(180deg, rgba(250, 190, 0, 0), #B22234); */
    /* background: linear-gradient(180deg, rgba(250, 190, 0, 0) 0%, rgba(174,34,52,1) 100%); */


}
.section8 .common-subheading{
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    font-weight: 600;
}
 .faq-container {
     vertical-align: top;
     max-width: 830px;
     width: 100%;
     margin: 15px 0 
}
 .acdnImg, .footerLogo {
     display: inline-block;
     vertical-align: top;
     max-width: 100% 
}
 .up-slide-dwn {
     float: left;
     width: 100%;
     background: #fff;
     border-radius: 8px;
     -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
     box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
     margin-top: 25px;
     padding: 10px 25px 8px 30px;
     border: 1px solid #D1D7DC
}
.accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url(../../images/index-v1/close.png) 100% center no-repeat;
    padding: 13px 45px 10px 0;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 700;
}
.acdn-heading.active {
    background: url(../../images/index-v1/open.png) 100% center no-repeat;
    border: none;
}
 .acdn-para, .acdnList li {
     font-size: 16px;
     font-weight: 400;
     letter-spacing: .5px;
     color: #373737;
     width: 100%;
     float: left 
}
.acdn-content li {
    font-size: 16px;
    line-height: 26px;
}
 .accordion.last {
     border-bottom: none 
}
 .acdn-heading.accordion-open {
     background: url(../../images/index-v1/open.png) 100% center no-repeat;
     border: none 
}
 .acdn-content {
     display: none;
     float: left;
     width: 100%;
     text-align: left;
     padding: 0 0 10px 
}
 .acdn-para {
     line-height: 26px;
     margin-top: 10px 
}
 .acdnImg {
     margin: 20px 10px 0 0 
}
 .acdnList li {
     margin-top: 16px;
     padding: 0 0 10px 70px;
     line-height: 23px 
}
 .acdnListNo {
     position: absolute;
     top: 0;
     left: 0;
     font-weight: 600 
}
 .acdnList.acdnListStyle li {
     padding-left: 25px 
}
 .acdnList.acdnListStyle li:before {
     position: absolute;
     top: 5px;
     left: 2px;
     content: '';
     width: 8px;
     height: 8px;
     background: #000;
     border-radius: 50% 
}
.footer {
    width: 100%;
    padding: 30px 0;
    background: #333333;
    position: relative;
}
.footerLogo {
    margin-bottom: 0;
    width: 270px;
    height: auto;
}
 .ftrText1 {
     float: left;
     width: 100%;
     font-size: 16px;
     line-height: 26px;
     font-weight: 400;
     color: #929292;
     margin-top: 10px;
     letter-spacing: .3px 
}
 .ftrText1 a {
     padding: 0 5px;
     font-weight: 400;
     color: inherit !important;
}
.ftrText2 {
    font-size: 14px;
    line-height: 22px;
    color: #7C7C7C;
    padding: 0 70px;
    margin-top: 20px;
}
 .whiteText {
     color: #fff !important 
}
 .blackText {
     color: #000 !important 
}
 .ylwText {
     color: #ffe745 
}
 .p-5 {
     padding: 0 240px 
}
 .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) 
    }
}
 .fl {
     float: left 
}
 .fr {
     float: right 
}
 .gif_desktop {
     position: absolute;
     height: 100%;
     width: 46% 
}
 .gif_desktop::after {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     right: 0;
     background-repeat: no-repeat;
     bottom: 0;
     left: 1px;
     top: 0;
     background-position: 100%;
     background-size: cover 
}
 span.textGrey {
     color: #b5b3b3 
}
 .textDark {
     color: #333333;
     font-weight: 400;
}
 .routine {
     padding: 0;
     position: relative;
     background-repeat: no-repeat;
     background-size: cover;
}
.routine_cntnr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
 .routine1 {
     width: calc(40% - 20px);padding-left: 100px;padding-bottom: 80px;
}
.routine2 {
     width: calc(60% - 20px);
}
.routine .container-fluid{
    padding-right: 0;
}
.routine_pc {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.routine_pc img{
    width: 100%;
    height: 100%;
    display: block;
    margin-left: auto;
}
.routine-text p.text1 , .disclaimer_txt h3 {
    text-align: left;
    color: #FF5C00;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
}
.routine-paraa{
    margin-top: 20px;
}
.routine-paraa p, .disclaimer_txt p {
    color: #000000;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
}
.routine-text p.text2 {
    text-align: center;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    padding-top: 5px;
}
 .routine-text p span {
     font-weight: 700;
     display: block;
}
 .routine-icon {
     width: 100%;
}
.s1-list{
    display: flex;
    flex-wrap: wrap;
}
.s1-list li {
    width: 25%;
    margin-top: 45px;
}
.s1-list li img {
    width: 60px;
    height: 70px;
    object-fit: contain;
}
.s1-list li p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
    color: #153B5B;
    font-weight: 700;
}
.disclaimer_sec {
    background-image:url(../../../images/index-v1/Section3-BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.disclaimer_sec .disclaimer_cntnr {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.disclaimer_txt h3{
    margin-bottom: 40px;
}
.disclaimer_sec .disclaimer_cntnr .disclaimer_pc {
    width: 42%;
    min-height: 100%;
    position: relative;
}
.disclaimer_sec .disclaimer_cntnr .disclaimer_pc video {
    border-radius: 50%;
    border: 10px solid #FF5C00;
    height: auto;
    object-fit: cover;
    width: 400px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-52%, -47%);
}
.disclaimer_sec .disclaimer_cntnr .disclaimer_pc img {
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.disclaimer_sec .disclaimer_cntnr .disclaimer_txt {
    width: 48%;
    padding: 34px 0 60px;
    margin-right: 60px;
    position:relative;
}
.disclaimer_sec .disclaimer_cntnr .disclaimer_txt::before {
    content: ' ';
    position: absolute;
    left: -50px;
    height: 85%;
    background-color: #fff;
    border-radius: 20px;
    width: 10px;
}
.disclaimer_txt p {
    margin-bottom: 25px;
}
.disclaimer_txt p:last-child{
    margin-bottom: 0;
}
.disclaimer_txt p i{
    font-weight: 800;
}
.disclaimer_txt p span{
    font-weight: 800;
    color: #153B5B;
}
.sec7inner p.secName {
    font-size: 24px;
    line-height: 44px;
    text-transform: none;
    font-weight: 400;
    position: relative;
    width: 320px;
    color: #000;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    top: -20px;
    border-radius: 40px;
}


 .clearfix {
     clear: both;
}
#ctabtn-mob {
    position: relative;
}
.prd-row-img3{
    border-radius: 0px 80px 80px 0px;
    margin-bottom: -10px;
    margin-top: -10px;
    filter: drop-shadow(17px 9px 8px rgba(0, 0, 0, 0.40));
}
.as_seen_on_cntnr{
    padding: 13px 0 9px;
    color: #fff;
    float: left;
    width: 100%;
}
.as_seen_on_sec .as_seen_on_cntnt_cntnr {
    /* display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 50px; */
    background-color: #fff;
   /* transform: translateY(-50px);*/
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: -85px;
    box-shadow: 0px 4px 4px 0px #00000040; */
}
.as_seen_on_sec {
    clear: both;
    
    position: relative;
   
    z-index: 99;
}

.as_seen_on_sec.desk-view{
    display: block;
}
.as_seen_on_sec.mob-view{
    display: none;
}
.as_seen_hdng {
    position: relative;
}
.features_cntnt img {
    width: 100px;
    object-fit: contain;
    margin-left: 35px;
    height: 65px;
}
.as_seen_hdng p{
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 26px;
    font-weight: 500;
}
.features_cntnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    animation: features_scroll 25s infinite linear;
    position: absolute;
    width: 100%;
}
.features_cntnt li {
    position: relative;
    width: 25%;
}
/* Slider CSS */
/* .jctkr-wrapper, .as_seen_on_cntnr {
    float: left;
    position: relative;
    width: 100%;
    height: 112px;
    overflow: hidden;
    background-color: #153B5B;
}
.jctkr-wrapper ul {
    position: absolute;
    left: 0;
    bottom: 10px;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.jctkr-wrapper.jctkr-initialized ul{
	opacity: 1;
	}
.jctkr-wrapper ul li{
	float:left;
	position:relative;
	padding:0px 50px 0;
	font-size:18px;
	line-height:30px;
	font-weight:400;
	color:#fff;
	word-break:keep-all;
	white-space:nowrap;
	} */

        .jctkr-wrapper ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
    text-align: left;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 20;
}
.jctkr-wrapper, .features_cntnr {
    float: left;
    position: relative;
    width: 100%;
    height: 85px;
    overflow: hidden;
}

.features_cntnt {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 0;
    position: absolute;
}
.jctkr-wrapper ul li {
    float: left;
    position: relative;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.features_cntnt li {
    position: relative;
    width: 25%;
    height: 100%;
}

.strip-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 7px 0 0;
	}
    .s5inner-box {
        box-shadow: 0 0 15px 2px rgba(0, 0, 0, .2);
        background: #fff;
        float: left;
        display: inline-block;
        width: 100%;
        max-width: 1030px;
        border-radius: 20px;
        margin-bottom: 30px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
.s5inner {
    margin-bottom: 250px;
    border-radius: 40px;
}
.s5inner .commonHead{
    color: #000;
}
.s5inner .commonText {
    padding-bottom: 27px;
    margin-top: 0px;
    font-size: 30px;
    line-height: 50px;
    color: #000;
}
.s5inner .commonText strong{
    color: #FF5C00;
}
.jctkr-wrapper ul li img{
    max-width: unset;
}
.as_seen_on_cntnr_desk .features_cntnt{
    position: static;
}
.features-section{
    background-color: #131313;
    padding: 50px 0 70px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.features-content .features-pc{
    position: relative;
    margin-right: 10px;
}
.features-content .features-para {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 0 3px;
    min-height: 120px;
}
.features-content .features-para b {
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
}
.features-content .features-para p{
    font-size: 12px;
}
.features-content .features-pc:last-child{
    margin-right: 0;
}
.features-content{
    margin-top: 50px;
}
.essential-sec {
    padding: 47px 0 38px;
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.essential-hdng p.commonHead {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 120%;
}
.essential-hdng p.commonHead b{
    color: #FF5C00;
    font-weight: 700;
}
.text-black{
    color: #000 !important;
}
.essential-cntnt1{
    width: 52%;
}
.essential-cntnt2{
    width: 48%;
}
.uses-hdng {
    background-image: url(../../../images/index-v1/uses-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 40px;
}
.uses-sec .container-fluid{
    padding: 0;
}
.uses-content p {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #FF5C00;
    font-size: 30px;
    display: block;
    line-height: 130%;
    width: 100%;
    font-weight: 700;
    min-height: 100px;
}
.uses-hdng p.commonText {
    font-size: 32px;
    line-height: 160%;
    margin-top: 0;
}
.sec7inner .commonHead span{
    color: #FF5C00;
}
#features-slide-mob , #uses-mob-slider, .btnBox.show-mob , #testBox_mob{
    display: none;
}

.aftr-banner-sec{
    margin-top: 10px;
    margin-bottom: 20px;
}
.aftr-banner-right{
    padding-left: 35px;
}
.aftr-banner-right h4 {
    color: #000;
    font-family: "Russo One", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 10px;
}

.aftr-banner-right p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-bottom: 0px;
}

.aftr-banner-right p:last-child {
    margin-bottom: 0;
}
.aftr-banner-sec-second{
    position: relative;
}
.aftr-banner-sec-second-inner {
    background: url('../../images/index-v1/aftr-banner-sec-second.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    min-height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aftr-banner-sec-second-left{
    padding-left: 100px;
    max-width: 580px;
}

.headingBox h4 {
    color: #000;
    font-family: "Russo One", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 10px;
}

.headingBox p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-bottom: 0px;
}



.numberIng_sec1{
    padding-top: 40px;
}

.numberIng_sec1 p{
    margin-bottom: 30px;
}

.numberIng_sec .aftr-banner-right {
    max-width: 440px;
    padding-left: 50px;
}

.headingBox h5{
    color: #000;
    font-family: "Russo One", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    margin-bottom: 0px;
}
.num{
    color: #E8E6E6;
    font-family: "Russo One", sans-serif;
    font-size: 110px;
    font-weight: 400;
    line-height: 110px;
    display: block;
    text-align: left;
    /* margin-bottom: 30px; */
}

.num_row2{
    margin-top: 60px;
}

.numberIng_sec2{
    width: 100%;
    background: url(../../images/index-v1/numberIng_sec2-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: auto;
    min-height: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 70px;
    overflow: hidden;
}
/* .numberIng_sec2-left{
    position: relative;
    width: 100%;
    height: 100%;
} */

.numberIng_sec2 .headingBox h5{
    color: #fff;
}
.numberIng_sec2 .headingBox h5 .num{
    color: #F8F8F8;
    opacity: 0.4;
}
.numberIng_sec2 .headingBox p{
    color: #fff;
}

.numberIng_sec3{
    padding-bottom: 40px;
}



.measure-both-short {
    padding: 30px 0 60px;
    background-image: url('../../images/index-v1/measure-both-short.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.measure-both-short .measure-both-short-title h4 {
    color: #000000;
    font-family: "Russo One", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 30px;
}

.measure-both-short-bottom-inner {
    display: flex;
}

.measure-both-short-bottom-inner .measure-both-short-box {
    width: 20%;
    margin-right: 10px;
    position: relative;
}

.measure-both-short-bottom-inner .measure-both-short-box:last-child {
    margin-right: 0;
}

.measure-both-short-bottom-inner .measure-both-short-box img {
    border-radius: 25px;
}

.measure-both-short-box-desc {
    background-color: #333333;
    padding: 15px 10px 20px;
    border-radius: 20px;
    width: 90%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
}

.measure-both-short-box-desc h6 {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    margin-bottom: 5px;
}

.measure-both-short-box-desc p {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    margin-bottom: 0;
}

.product-features-sec {
    padding: 30px 0 60px;
}

.product-features-title h4 {
    color: #000000;
    font-family: "Russo One", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 60px;
}

.product-features-left {
    padding-right: 50px;
}

.product-features-left .product-features-side {
    margin-bottom: 50px;
}

.product-features-left .product-features-side:last-child {
    margin-bottom: 0;
}

.product-features-right {
    padding-left: 50px;
}

.product-features-right .product-features-side {
    margin-bottom: 50px;
}

.product-features-right .product-features-side:last-child {
    margin-bottom: 0;
}

.product-features-middle {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-features-side {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* .product-features-side-left {
    margin-right: 10px;
} */

.product-features-side-left img {
    width: 70px;
}
.product-features-side-right{
    width: calc(100% - 70px);
    padding-left: 10px;
}
.product-features-side-right h5 {
    color: #000000;
    font-family: "Prompt", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.product-features-side-right p {
    color: #000000;
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
}

.product-features-sec .desk-bnr-view .btn-txt_2 {
    text-align: center;
}

.product-features-sec .btn-txt p {
    color: #000000;
}

.product-features-sec .btn-txt {
    color: #000000;
}

.perfect-your-sec {
    background-image: url(../../images/index-v1/perfect-your-sec.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 60px 0 0;
    margin-top: 50px;
    position: relative;
}

.perfect-your-sec .perfect-your-left h4 {
    color: #FFFFFF;
    font-family: "Russo One", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 50px;
}

.perfect-your-sec .btnBox {
    text-align: left;
}

.perfect-your-sec .save-btn {
    display: inline-block;
}

.perfect-your-right img {
    border-radius: 25px;
}

.perfect-your-card-top-img-desc {
    position: relative;
}

.perfect-your-card-top-img-desc .perfect-your-card-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 30px;
}

.perfect-your-card-top-img-desc .perfect-your-card-desc h6 {
    color: #FFFFFF;
    font-family: "Prompt", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0;
}

.perfect-your-card-top-img-desc .perfect-your-card-desc p {
    color: #FFFFFF;
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.perfect-your-card-top .perfect-your-card-top-img-desc {
    margin-bottom: 15px;
}

.perfect-your-right .row .col-md-6:first-child {
    position: relative;
    top: -130px;
}

.perfect-your-right .row .col-md-6:last-child {
    position: relative;
    top: -90px;
}

.perfect-your-sec .perfect-your-sec-product {
    position: absolute;
    left: 0;
    bottom: 170px;
}

#earbuds-table .btnBox {
    margin-top: 50px;
}

#earbuds-table .desk-bnr-view .btn-txt_2 {
    text-align: center;
}

#earbuds-table .desk-bnr-view .btn-txt_2 p {
    color: #000;
}

.mob-br-show {
    display: none !important;
}
#review .owl-dots button{
    width: fit-content;
}
@media screen and (max-width: 1399.9px) {
    .measure-both-short .measure-both-short-title h4 {
        font-size: 40px;
        line-height: 51px;
    }

    .measure-both-short-box-desc h6 {
        font-size: 13px;
        line-height: 29px;
    }

    .measure-both-short-box-desc p {
        font-size: 12px;
        line-height: 17px;
    }

    .product-features-title h4 {
        font-size: 40px;
        line-height: 51px;
    }

    .product-features-side-right h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .product-features-side-right p {
        font-size: 14px;
        line-height: 28px;
    }

    .product-features-side-left img {
        width: 60px;
    }

    .perfect-your-sec {
        margin-top: 20px;
    }

    .perfect-your-sec .perfect-your-left h4 {
        font-size: 35px;
        line-height: 46px;
    }

    .perfect-your-card-top-img-desc .perfect-your-card-desc h6 {
        font-size: 16px;
        line-height: 16px;
    }

    .perfect-your-card-top-img-desc .perfect-your-card-desc p {
        font-size: 13px;
        line-height: 27px;
    }

    .perfect-your-sec .perfect-your-sec-product {
        bottom: 50px;
    }

    .perfect-your-right .row .col-md-6:first-child {
        top: -100px;
    }

    .perfect-your-right .row .col-md-6:last-child {
        top: -75px;
    }

    #earbuds-table h2.sec-head {
        font-size: 40px !important;
        line-height: 51px !important;
    }
}

@media screen and (max-width: 1199.9px) {
    .measure-both-short .measure-both-short-title h4 {
        font-size: 35px;
        line-height: 46px;
    }

    .measure-both-short-box-desc h6 {
        font-size: 11px;
        line-height: 19px;
    }

    .measure-both-short-box-desc p {
        font-size: 10px;
        line-height: 15px;
    }

    .measure-both-short-box-desc {
        padding: 10px 10px 15px;
    }

    .product-features-title h4 {
        font-size: 35px;
        line-height: 46px;
    }

    .product-features-side-left img {
        width: 50px;
    }

    .product-features-side-right h5 {
        font-size: 14px;
        line-height: 24px;
    }

    .product-features-side-right p {
        font-size: 12px;
        line-height: 22px;
    }

    .product-features-left {
        padding-right: 40px;
    }

    .product-features-right {
        padding-left: 40px;
    }

    .perfect-your-sec {
        background-size: 140%;
    }

    .perfect-your-sec .perfect-your-left h4 {
        font-size: 30px;
        line-height: 41px;
    }

    .perfect-your-sec .perfect-your-sec-product {
        bottom: 120px;
        width: 220px;
    }

    .perfect-your-card-top-img-desc .perfect-your-card-desc {
        padding: 10px 15px;
    }

    .perfect-your-card-top-img-desc .perfect-your-card-desc h6 {
        font-size: 14px;
        line-height: 14px;
    }

    .perfect-your-card-top-img-desc .perfect-your-card-desc p {
        font-size: 12px;
        line-height: 26px;
    }

    #earbuds-table h2.sec-head {
        font-size: 35px !important;
        line-height: 46px !important;
    }
}

@media screen and (max-width: 991.9px) {
    .measure-both-short {
        background-size: 150%;
    }

    .measure-both-short .measure-both-short-title h4 {
        font-size: 30px;
        line-height: 41px;
    }

    .measure-both-short-box-desc {
        padding: 10px 0 15px;
        border-radius: 10px;
        width: 99%;
    }

    .measure-both-short-box-desc h6 {
        font-size: 10px;
        line-height: 18px;
    }

    .measure-both-short-box-desc p {
        font-size: 9px;
        line-height: 14px;
    }

    .product-features-title h4 {
        font-size: 30px;
        line-height: 41px;
    }

    .product-features-side-left img {
        width: 40px;
    }

    .product-features-left {
        padding-right: 0px;
    }

    .product-features-right {
        padding-left: 0px;
    }

    .product-features-side-right h5 {
        font-size: 12px;
        line-height: 22px;
    }

    .product-features-side-right p {
        font-size: 11px;
        line-height: 21px;
    }

    .perfect-your-sec .perfect-your-left h4 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 25px;
    }

    .perfect-your-sec .btn-txt p {
        font-size: 8px;
    }

    .perfect-your-sec .perfect-your-sec-product {
        bottom: 90px;
        width: 130px;
    }

    .perfect-your-sec .save-btn {
        font-size: 16px;
        width: 260px;
    }

    .perfect-your-sec .save-btn img {
        margin-left: 5px;
        width: 30px;
    }

    .perfect-your-card-top-img-desc .perfect-your-card-desc {
        padding: 10px 5px;
    }

    .perfect-your-right img {
        border-radius: 15px;
    }

    .perfect-your-card-top-img-desc .perfect-your-card-desc h6 {
        font-size: 11px;
        line-height: 11px;
    }

    .perfect-your-card-top-img-desc .perfect-your-card-desc p {
        font-size: 10px;
        line-height: 24px;
    }

    #earbuds-table h2.sec-head {
        font-size: 29px !important;
        line-height: 40px !important;
    }

    .s5Col1 ul li {
        font-size: 14px !important;
    }

    .s5Col2Top p {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 767.9px) {
    .measure-both-short {
        background-size: inherit;
    }

    .measure-both-short .measure-both-short-title h4 br {
        display: none;
    }

    .measure-both-short .measure-both-short-title h4 {
        font-size: 25px;
        line-height: 36px;
    }

    .measure-both-short-bottom-inner {
        flex-wrap: wrap;
    }

    .measure-both-short-bottom-inner .measure-both-short-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .measure-both-short-bottom-inner .measure-both-short-box:last-child {
        margin-bottom: 0;
    }

    .measure-both-short-box-desc {
        padding: 15px 10px 20px;
        border-radius: 20px;
        width: 90%;
    }

    .measure-both-short-box-desc h6 {
        font-size: 16px;
        line-height: 32px;
    }

    .measure-both-short-box-desc p {
        font-size: 14px;
        line-height: 19px;
    }

    .product-features-sec {
        padding: 20px 0 40px;
    }

    .product-features-title h4 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .product-features-side-left img {
        width: 60px;
    }

    .product-features-side-right h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .product-features-side-right p {
        font-size: 16px;
        line-height: 30px;
    }

    /* .product-features-side-left {
        margin-right: 15px;
    } */

    .mob-br-show {
        display: block !important;
    }

    .product-features-left .product-features-side {
        margin-bottom: 20px;
    }

    .product-features-right .product-features-side {
        margin-bottom: 20px;
    }

    .product-features-bottom .row .col-md-4:first-child {
        order: 1;
    }

    .product-features-bottom .row .col-md-4:nth-child(2) {
        order: 3;
        margin-bottom: 30px;
    }

    .product-features-bottom .row .col-md-4:last-child {
        order: 2;
    }

    .product-features-left {
        margin-bottom: 20px;
    }

    .product-features-right {
        margin-bottom: 20px;
    }

    .product-features-sec .btn-txt p {
        font-size: 9px;
    }
    
    .perfect-your-sec {
        background-image: url('../../images/index-v1/perfect-your-sec-mob.png');
        margin-top: 0;
        padding: 40px 0 40px;
    }

    .perfect-your-sec .perfect-your-left h4 br {
        display: none;
    }

    .perfect-your-sec .perfect-your-left h4 {
        font-size: 25px;
        line-height: 39px;
    }

    .perfect-your-card-top .perfect-your-card-top-img-desc {
        width: 80%;
        margin: 0 auto 25px;
    }

    .perfect-your-card-bottom .perfect-your-card-top-img-desc  {
        width: 80%;
        margin: 0 auto;
    }

    .perfect-your-card-top-img-desc .perfect-your-card-desc {
        padding: 10px 25px;
    }

    .perfect-your-card-top-img-desc .perfect-your-card-desc h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .perfect-your-card-top-img-desc .perfect-your-card-desc p {
        font-size: 16px;
        line-height: 30px;
    }

    .perfect-your-sec .perfect-your-sec-product {
        display: none;
    }

    .perfect-your-sec .perfect-your-left .btnBox {
        display: none !important;
    }

    .perfect-your-right .row .col-md-6:first-child {
        top: inherit;
    }

    .perfect-your-right .row .col-md-6:last-child {
        top: inherit;
    }

    .perfect-your-card-bottom {
        margin-bottom: 25px;
    }

    .perfect-your-sec .btnBox.mob-br-show {
        text-align: center;
    }

    .perfect-your-sec .btnBox.mob-br-show .btn-txt p {
        color: #000;
    }

    .perfect-your-sec .btn-txt p {
        font-size: 9px;
    }

    #earbuds-table h2.sec-head {
        font-size: 25px !important;
        line-height: 39px !important;
    }

    #earbuds-table .s5Col2.s5Col4.hide-mob {
        display: none;
    }

    #earbuds-table .s5Col1 {
        width: 55%;
    }

    #earbuds-table .s5Col2.shadow {
        width: 20%;
        margin-right: 0;
    }

    #earbuds-table .s5Col2.s5Col3 {
        width: 24%;
        margin-right: 0;
    }

    .s5Col2Top p {
        font-size: 11px !important;
        line-height: 15px !important;
    }

    .s5Col3 ul {
        padding-top: 0;
    }

    .s5Col1 ul li {
        font-size: 12px !important;
    }

    .s5Col2Top .star {
        width: 78%;
    }

    .s5Col2.s5Col3 .star {
        width: 70%;
    }

    .s5Col2 ul li img {
        max-width: 24px;
        position: relative;
        top: 5px;
    }

    .s5Col1 ul li {
        padding: 0 0 0 35px !important;
        background-position: 10px 27px !important;
    }
}





