@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: #fff;
    /* 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: 230px;
}
 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: #000;
     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: #E81414;
     padding: 12px 35px;
     border-radius: 50px;
     font-size: 18px;
     color: #fff;
     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: #000 !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 {
     width: 60%;
     padding: 30px 0 80px;
     text-align: left;
}
 .banner-left .btnBox {
     margin-left: auto;
     margin-right: auto;
     margin-top: 0;
}
 .bnrHeading, .bnrStar, .bnrText1 {
     float: left;
     width: 100% 
}
 .bnrStar {
     color: #3855DF;
     font-size: 14px;
     line-height: 18px;
     font-weight: 400;
     text-align: left;
     display: inline-block;
     vertical-align: middle;
     font-family: "Montserrat", 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 5px 0 0;
}
 .bnrStar > img.tick-mark{
     margin-right: 5px;
}
 .bnrHeading {
     font-family: "Montserrat", sans-serif;
     margin-top: 5px;
     text-align: left;
     font-size: 55px;
     font-style: normal;
     font-weight: 700;
     line-height: 61px;
     color: #fff;
     padding-right: 0;
     letter-spacing: -0.02em;
     color: #000;
}
 .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: 15px;
}
 .bnrList li {
     font-family: "Montserrat", sans-serif;
     padding-left: 35px;
     background: url(../../images/index-v1/listStyle.svg) 0 0px no-repeat;
     font-size: 20px;
     background-size: contain;
     font-weight: 700;
     line-height: 28px;
     color: #fff;
     margin-top: 10px;
     width: 100%;
     text-align: left;
     margin-bottom: 15px;
     color: #000;
}
.btn-txt p {
    color: #000;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    padding: 0 3px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
}
 .comn-btn {
     color: #000;
}
 .btn-txt.blck p , .btn-txt.blck{
     color: #000;
}
.btnBox {
    max-width: fit-content;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
 .btnBox.d-lg-none{
     display: none !important;
}
 .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: 700;
     padding: 8px 40px 8px 40px;
     border-radius: 50px;
     text-decoration: none;
     color: #fff !important;
     background: #E81414;
     box-shadow: 0px 8px 4px 0px #00000040;
     width: 300px;
     display: block;
     text-align: center;
     margin: 0 0 10px;
     font-family: "Inter", sans-serif;
}
 .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: 0 0 25px;
    position: relative;
    margin-top: 25px;
}
 .s5CompBox ul {
     padding-left: 0;
}
 .s5Col1 ul {
     border-radius: 40px 0 0 40px;
     box-shadow: none;
     padding-top: 85px;
     background: transparent;
}
 .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 
}
 .s5Col2 {
     float: left;
     width: 21%;
     background: #A6A6A6;
     border-radius: 20px;
     margin: -30px 0 -25px 0;
}
.s5Col2.shadow {
    background: #316FAC;
    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: 50%;
    transform: translate(-50%, -50%);
    height: 120px !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;
}
 .s5Col4 ul {
     background-color: #F9F9F9;
     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: 60px 0 50px;
    width: 100%;
    background: linear-gradient(180deg, #FFF 0%, #316FAC 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.section8 h4{
    font-size: 60px;
    font-weight: 800;
}
 .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: #fff;
    position: relative;
}
.footerLogo {
    margin-bottom: 0;
    width: 350px;
    height: auto;
}
 .ftrText1 {
     float: left;
     width: 100%;
     font-size: 16px;
     line-height: 26px;
     font-weight: 400;
     color: #000;
     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 
}
 span.textGrey {
     color: #b5b3b3 
}
 .textDark {
     color: #333333;
     font-weight: 400;
}
 .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;
}
 .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;
}
 .as_seen_on_cntnr{
     padding: 13px 0 9px;
     color: #fff;
     float: left;
     width: 100%;
}
 .as_seen_on_sec .as_seen_on_cntnt_cntnr {
     background-color: #fff;
     display: flex;
     justify-content: center;
     align-items: center;
     box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
     border-radius: 30px;
}
 .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: 600;
}
 .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%;
}
 .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%;
}
 .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;
}
 .text-black{
     color: #000 !important;
}
 .sec7inner .commonHead span{
     color: #FF5C00;
}
 #features-slide-mob , #uses-mob-slider, .btnBox.show-mob , #testBox_mob{
     display: none;
}
 .aftr-banner-sec {
     margin-top: -60px;
     margin-bottom: 20px;
     padding: 90px 0 20px;
     background: #333333;
}
 .aftr-banner-left ,.aftr-banner-left video {
     border-radius: 50px;
}
 .aftr-banner-right{
     padding-left: 35px;
}
 .flex-row-reverse .aftr-banner-right{
     padding-left: 0;
}
 .aftr-banner-right h4 {
     font-size: 65px;
     font-weight: 700;
     line-height: 69px;
     letter-spacing: -0.02em;
     text-align: left;
     margin-bottom: 10px;
     color: #fff;
}
.flex-row-reverse .aftr-banner-right h4 {
    font-size: 32px;
    line-height: 43px;
}
 .aftr-banner-right p {
     color: #fff;
     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;
}
 .sec3-content2 img{
     width: 100%;
}
 .sec3-hdng h3{
     font-size: 50px;
     line-height: 1;
     font-weight: 700;
}
 .sec3-contnt-contnr {
     margin-top: 20px;
}
 .sec3-content1{
     text-align: left;
}
 .sec3-content1 h4 {
     font-size: 35px;
     line-height: 37.5px;
     font-weight: 700;
}
.sec3-content1 p {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 27.8px;
    margin-top: 20px;
    font-weight: 400;
}
.sec3-content.sec3-content3 p{
    font-size: 17px;
}
 .sec3-content {
     border: 2px solid #000;
     border-radius: 40px;
     margin-bottom: 30px;
     position: relative;
}
 .flex-md-row.sec3-content{
     padding-left: 30px;
}
 section.sec3 {
     padding-bottom: 30px;
}
 .flex-md-row-reverse .sec3-content1{
     padding-left: 30px;
}
 .sec3-content.sec3-content3 .sec3-content1 {
     position: absolute;
     top: 30px;
     left: 30px;
}
.sec4 {
    padding: 50px 0;
    background-image: url(../../images/index-v1/sec4-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sec4-content-container {
    margin-top: 50px;
    text-align: left;
    color: #fff;
}
.sec4-content img{
    margin-bottom: 22px;
}
.sec4-content h5{
    font-family: "Manrope",sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}
.sec4-content p {
    font-size: 16px;
    font-family: "Manrope",sans-serif;
    line-height: 32px;
    font-weight: 400;
}
.sec4-content-container .col-md-10{
    width: 85%;
}
.sec4-content-container .col-md-5{
    width:45%;
}
.sec4-content {
    min-height: 240px;
}
.sec4-hdng h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 54px;
    line-height: 88px;
    color: #fff;
    font-weight: 700;
    text-align: left;
}
.sec5 {
    padding: 50px 0;
}
.sec5-hdng h4{
    font-size: 54px;
    line-height: 58px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.sec5-content-container .sec5-content {
    text-align: left;
    background-color: #316FAC;
    padding: 30px 20px 20px;
    border-radius: 50px;
}
.sec5-content img, .sec5-content video {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 50px;
    object-position: top;
}
.sec5-content{
    color: #fff;
    font-family: "Manrope",sans-serif;
}
.sec5-content h5{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}
.sec5-content p {
    min-height: 90px;
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
}
.sec6-pc{
    width: 100%;
}
.sec6{
    background: #333333;
    color: #fff;
    padding: 50px 0;
}
.sec6-hdng h4 {
    font-size: 50px;
    line-height: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}
.sec6-content-container .row .col-md-2{
    padding: 0 10px;
}
.sec6-content-container .row .col-md-2:first-child{
    padding-left: 0;
}
.sec6-content-container .row .col-md-2:last-child{
    padding-right: 0;
}
 @media screen and (max-width: 1399.9px) {
     #earbuds-table h2.sec-head {
         font-size: 40px !important;
         line-height: 51px !important;
    }
}
 @media screen and (max-width: 1199.9px) {
     #earbuds-table h2.sec-head {
         font-size: 35px !important;
         line-height: 46px !important;
    }
}
 @media screen and (max-width: 991.9px) {
     #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) {
     .mob-br-show {
         display: block !important;
    }
    #earbuds-table h2.sec-head {
        font-size: 25px !important;
        line-height: 39px !important;
        font-weight: 800 !important;
    }
     #earbuds-table .s5Col2.s5Col4.hide-mob {
         display: none;
    }
    #earbuds-table .s5Col1 {
        width: 47%;
        padding-bottom: 0;
    }
     #earbuds-table .s5Col2.shadow {
         width: 24%;
         margin-right: 0;
    }
#earbuds-table .s5Col2.s5Col3 {
    width: 29%;
    margin-right: 0;
}
     .s5Col2Top p {
         font-size: 11px !important;
         line-height: 15px !important;
    }
     .s5Col3 ul {
         padding-top: 0;
    }
     .s5Col1 ul li {
         font-size: 10px !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: 11px center !important;
        background-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.2;
        height: 70px;
        position: relative;
    }
}
 