/*Common*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

/* fonts */
@font-face {
  font-family: sst-bold;
  src: url('../Fonts/SST-Bold.otf');
}

@font-face {
  font-family: sst-light;
  src: url('../Fonts/SST-Light.otf');
}

@font-face {
  font-family: sst-medium;
  src: url('../Fonts/SST-Medium.otf');
}

/* fonts ends*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

a {
  text-decoration: none !important;
}

body {
  background-color: #f1f1f1;
}

.banner.homepage-banner,
.banner.media-center-banner,
.banner.technical-content-banner,
.banner.audio-demo-banner {
  position: relative;
}

.banner.homepage-banner::after {
  position: absolute;
  content: "";
  width: 100%;
  /* height: 960px; */
  height: 1170px;
  background: #363636;
  margin-top: -10px;
  z-index: -1;
}

.banner.media-center-banner::after,
.banner.technical-content-banner::after,
.banner.audio-demo-banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 700px;
  background: #363636;
  margin-top: -10px;
  z-index: -1;
}

.experience-section {
  margin: 100px 0;
}

.banner.technical-content-banner::after {
  height: 600px ;
}
.banner.audio-demo-banner::after {
  height: 700px;
}
.leading-margin-top {
  margin-top: 200px !important;
}

.audio-demo-para-con.paragraph-container {
  max-width: 100%;
}

.audio-example1,
.audio-example2,
.audio-example3,
.audio-example4,
.different-audio {
  background: #414042 !important;
  min-height: 138px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding-left: 115px;
}

.volume {
  display: none;
}

.play-pause-btn {
  position: absolute;
  left: 20px;
  top: 20px;
}

.player-image {
  background-image: url('../images/player-image.png');
  background-repeat: repeat-x;
  background-size: cover;
  width: 110px;
  min-height: 138px;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
}

.experience-para {
  color: #d1d3d4;
  font-size: 14px;
  font-weight: 400;
  font-family: sst-Light;
  line-height: 1.5;
  margin-bottom: 20px !important;
}

.controls__current-time {
  color: #ffffff !important;
  position: absolute;
  left: 165px;
  top: 93px;
}

.experience-section .different-audio {
  background: #bcbec0 !important;
  margin-top: 50px !important;
}

.controls__total-time {
  color: #ffffff !important;
  position: absolute;
  right: 50px;
  top: 94px;
}

.experience-section .play-pause-btn path,
.experience-section .controls__current-time,
.experience-section .controls__total-time {
  fill: #000000 !important;
  color: #000 !important;
}

.play-pause-btn path {
  fill: #fff !important;
}

.song-title {
  position: absolute;
  top: 14px;
  color: #ffffff !important;
  left: 136px;
  font-size: 20px;
  font-weight: 400;
}

.py-section {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .py-section {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1024px) {
  .py-section {
    padding-top: 100px;
  }
  
}
@media only screen and (max-width: 1024px) {
  
  .banner.technical-content-banner::after {
    height: 540px ;
  }
  
  .banner.audio-demo-banner::after {
    height: 800px;
  }
}
.startAllContent * {
  color: #252525;
  /* font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

#startAllContent .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

#startAllContent .relative {
  position: relative;
}

#startAllContent .h-full {
  height: 100%;
}

#startAllContent .flex {
  display: flex;
}

#startAllContent .items-center {
  align-items: center;
}

#startAllContent .hide {
  display: none;
}

#startAllContent .w-full {
  width: 100%;
}

#startAllContent .h-full {
  height: 100%;
}

#startAllContent .opacity-0 {
  opacity: 0;
}

#startAllContent .inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

#startAllContent .bg-top-center {
  background-position: top center;
}

#startAllContent .bg-no-repeat {
  background-repeat: no-repeat;
}

#startAllContent .bg-cover {
  background-size: cover;
}

#startAllContent .max-w-1300 {
  max-width: 1300px;
}

#startAllContent .absolute {
  position: absolute;
}

#startAllContent .bg-center {
  background-position: center;
}

#startAllContent .bg-fixed {
  background-attachment: fixed;
}

#startAllContent .lg\:hide {
  display: none;
}

#startAllContent .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

#startAllContent .lg\:text-left {
  text-align: left;
}

#startAllContent .lg\:text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

#startAllContent .font-sstBold {
  font-family: SST W01 Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
}

#startAllContent .lg\:mb-9 {
  margin-bottom: 2.25rem;
}

#startAllContent .lg\:px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.startAllContent .container {
  max-width: 1070px;
}

html {
  scroll-behavior: smooth;
}

.row-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.max-w-1100 {
  max-width: 1000px;
}

.mb-100 {
  margin-bottom: 100px;
}

.all-you-need-to-know {
  max-width: 970px;
  margin: auto;
}

.products-slider.d-none-720 {
  margin-top: 20px;
}

.products-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.product-con {
  max-width: 450px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  min-height: 215px;
  max-height: 215px;
  box-shadow: 0 10px 10px -4px rgb(181, 181, 181, 100%);
  margin: 30px 10px;
}

.prod-1 img {
  position: relative;
  /* left: -88px;
  top: -32px; */
  left: -116px;
  top: -87px;
}

.prod-2 img {
  position: relative;
  /* left: -40px;
  top: -50px; */
  left: -110px;
  top: -86px;
}

.prod-3 img {
  position: relative;
  left: -7px;
  top: -110px;
}

.prod-4 img {
  position: relative;
  /* left: -112px;
  top: -215px; */
  left: -126px;
  top: -98px;
}

.prod-5 img {
  position: relative;
  /* left: -85px;
  top: -40px; */
  left: -120px;
  top: -87px;
}

.prod-6 img {
  position: relative;
  /* left: -20px;
  top: -140px; */
  left: -105px;
  top: -100px;
}

.prod-7 img {
  position: relative;
  /* left: -180px;
  top: -45px; */
  left: -108px;
  top: -9px;
}

.prod-8 img {
  position: relative;
  /* left: -22px;
  top: -156px; */
  left: -116px;
    top: -82px;
}

.arrow-prev,
.arrow-next {
  height: 40px;
  width: 40px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  z-index: 4;
}

.arrow-prev img,
.arrow-next img {
  width: 15px;
}

.slick-prev.arrow-prev::before,
.slick-next.arrow-next::before {
  display: none;
}

.slick-prev.arrow-prev.slick-arrow,
.slick-next.arrow-next.slick-arrow {
  background-color: #000;
}

/* .prod1.product-image{
  background-image: url('../images/product-1.jpg');
  height: 100%;
  width: 100%;
} */
.product-button {
  cursor: pointer;
  background-image: url('../images/button-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  color: #000000;
  outline: none;
  border: 0;
  min-width: 140px;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-family: sst-light;
  font-weight: 400;

  border-radius: 10px;
  margin-top: 30px;
}

.homepage-section.commen-section {
  position: relative;
}

.left-cover {
  position: absolute;
  width: 282px;
  height: 188px;
  left: 20px;
  top: 420px;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}

.right-cover {
  position: absolute;
  width: 240px;
  height: 188px;
  right: 0px;
  top: 420px;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}

.layer {
  background: rgba(0, 0, 0, .10);
}

.layer::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #000;
  top: 0;
  left: 33px;
}

.right-cover .layer::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #000;
  right: auto;
  left: 240px;
}

.layer::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #000;
  top: 173px;
  left: 35px;
}

.right-cover .layer::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #000;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 240px;
}

.left-cover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 40px;
  background-color: #000;
}

.right-cover::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 200px;
  width: 58px;
  background-color: #000;
}

.left-cover img,
.right-cover img {
  height: 180px;
}

.position-relative {
  position: relative !important;
}

.product-con::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-width: 250px;
  background-color: rgba(0, 0, 0, .50);
}

.product-data {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 1;
}

.product-image {
  border-radius: 10px;
  overflow: hidden !important;
}

.product-head {
  color: #ffffff;
  margin: 0;
  font-size: 24px;
  font-family: sst-light;
  font-weight: 400;
  text-transform: uppercase;
}

.carousel-item.carousel-1,
.carousel-item.carousel-2,
.carousel-item.carousel-3 {
  max-width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 460px;
  max-height: 460px;
}

.carousel-inner {
  max-height: 432px;
}

.carousel-item.carousel-1 {
  background-image: url('../images/banner-image-1.jpg');
}

.carousel-item.carousel-2 {
  background-image: url('../images/banner-image-2.jpg');
}

.carousel-item.carousel-3 {
  background-image: url('../images/banner-image-3.jpg');
}

.carousel-caption.banner-caption {
  right: auto;
  left: 565px;
  text-align: left;
  bottom: 0;
  top: 60px;
}

.label-container {
  
  padding: 15px 45px 0px 0px;
  display: flex;
  align-items: center;
  max-width: 250px;

}

.label-container label {
  text-align: center;
  color: #ffffff;
  margin: 0;
  font-size: 24px;
  font-family: sst-light;
  font-weight: 400;
}

.banner-head h1 {
  font-size: 60px;
  font-family: sst-light;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}

.text-black {
  color: #000000;
}

.leading-industry-section-width {
  max-width: 960px;
  margin: auto;
}

.cross {
  margin: 0px 20px !important;
}

.cross h4 {
  font-size: 25px;
  font-weight: 700;
}

.leading-industry-image {
  margin-bottom: 200px;
  position: relative;
}

.image2 {
  position: relative;
}

.image2::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  border-left: 2px solid #000000;
  height: 50px;
  top: 100%;
}

.image2 .span1 {
  position: absolute;
  content: "";
  height: 50px;
  border-left: 2px solid #000000;
  top: 123%;
  right: 302px;
}

.image2 .span2 {
  position: absolute;
  content: "";
  height: 50px;
  border-left: 2px solid #000000;
  top: 123%;
  right: 100%;
  left: -226px;
}

.image2::before {
  content: "";
  position: absolute;
  left: auto;
  right: 50%;
  border-bottom: 2px solid #000000;
  height: 50px;
  top: 100%;
  width: 100%;
}

.industry-label {
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  min-width: 354px;
  text-align: center;
  min-height: 45px;
}

.leading-industry-head {
  font-size: 46px;
  font-family: sst-Medium;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 48px !important;
}

.integrated-head {
  font-size: 24px;
  font-family: sst-Medium;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 12px !important;
}

.leading-industry-para {
  color: #0a0a0a;
  font-size: 14px;
  font-family: sst-light;
  font-weight: 400;
}

.mt-220 {
  margin-top: 220px !important;
}

.list-item {
  margin: 30px 0;
}

.industry-list-container .list-item h4,
.auto-noise-cancellation .integrated-head,
.auto-pause-head,
.auto-head {
  font-size: 24px;
  font-family: sst-medium;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}

.industry-list-container .list-item h4 span {
  color: #fad697;
  font-weight: bold;
  font-size: 24px;
  font-family: sst-bold;
}

.industry-list-container .list-item p,
.leading-industry-para {
  color: #0a0a0a;
  font-size: 14px;
  font-family: sst-light;
  font-weight: 400;
  line-height: 1.2;
}

.leading-industry-para {
  margin-bottom: 20px !important;
}

.leading-industry-para-con {
  max-width: 450px;
}

.horizontal-rule-con {
  margin: 90px 0;
}

.align-start {
  align-items: flex-start;
}

.mb-30 {
  margin-bottom: 30px;
}

.industry-label {
  color: #ffffff;
  font-size: 18px;
  font-family: sst-light;
  font-weight: 400;
}

.bluetooth {
  position: absolute;
  top: 100%;
  left: 100px;
  margin-top: 97px;
}

.noise-cancelling {
  position: absolute;
  top: 100%;
  right: 130px;
  margin-top: 97px;
}

.auto-noise-cancellation {
  margin-bottom: 97px;
}

.horizontail-rule {
  width: 100%;
  border-bottom: 2px solid #000;
}

.flex-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.leading-industry-images-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.improved-call-quality {
  background: #272727;
  padding: 80px 40px;
}

.improved-call-quality .left-section-image {
  border-radius: 20px;
  overflow: hidden;
  min-width: 386px;
}

.align-center {
  align-items: center;
}

.improved-call-head,
.brain-assisted-head {
  color: #ffffff;
  font-size: 48px;
  font-family: sst-medium;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 50px !important;
}

.brain-assisted-head-620 {
  color: #000;
  font-size: 48px;
  font-family: sst-medium;
  font-weight: 500;
  margin-bottom: 50px !important;
}

.improved-call-para {
  color: #ffffff;
  font-size: 14px;
  font-family: sst-light;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px !important;
}

.right-section-improved-call-text {
  margin-left: 130px;
}

.improved-call-subhead {
  color: #ffffff;
  font-size: 24px;
  font-family: sst-medium;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 12px !important;
}

.improved-quality-para-con {
  max-width: 400px;
}

.brain-assisted {
  padding: 50px 25px;
}

.brain-assisted .horizontail-rule {
  margin: 50px 0;
}

.mw-470 {
  max-width: 470px;
}

.brain-assisted-head,
.smart-listening-subhead {
  color: #000;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.smart-listening-image-con {
  margin: 84px auto;
}

.auto-pause-head {
  text-transform: lowercase;
}

.commen-section {
  background-color: #000000;
  padding: 40px;
  max-width: 100%;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-89 {
  margin-bottom: 89px;
}

.commen-section::after {
  position: absolute;
  content: "";
  height: 70px;
  width: 100%;
  background-color: rgba(0, 0, 0, .80);
  top: -68px;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}



.img-fluid {
  max-width: 100%;
  height: auto;
}

.welcome-head {
  font-size: 60px;
  font-weight: 400;
  font-family: sst-light;
  color: #ffffff;
  text-transform: uppercase;
}

.purpose-head {
  font-size: 24px;
  font-weight: 500;
  font-family: sst-medium;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 10px !important;
  display: block;
}

.links-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.outer-link {
  background: #ffffff;
  max-width: 49%;
  padding: 20px 50px;
  flex: 0 0 50%;
  margin: 10px 0;
  border: 0;
  outline: none;
}

.outer-link.active {
  background-image: url('../images/button-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FBD99B;
}

.outer-link,
.kol-text {
  font-size: 18px;
  font-weight: 500;
  font-family: sst-medium;
  color: #000000;
  text-transform: capitalize;
  text-align: center;
}
.outer-link-last {
  flex: 0 0 100%;
  max-width: 100%;
}
.outer-link:hover {
  color: #000000;
}

.mb-40 {
  margin-bottom: 40px;
}

.passcode-text {
  font-size: 14px;
  font-weight: 400;
  font-family: sst-Light;
  color: #000000;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.bottom-line {
  height: 1px;
  background: #e4b45c;
  max-width: 210px;
  margin: 0;
  margin-top: 18px;
  margin-left: 10px;
  border-radius: 10px;
}

.landing-image {
  background-image: url("../images/home-desc-desktop-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-container {
  width: 100%;
  height: 60vh;
}

.text-block {
  position: absolute;
  top: 20%;
  left: 0;
  color: #FFF;
}

/* @media only screen and (max-width: 992px) {
  .text-block .right-align{
    left: auto;
    right:35px;
  }
} */

.swiper-container .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 3;
  cursor: pointer;
}

.swiper-container .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 3;
  cursor: pointer;
}
.center-text .year  , .center-text .modal , .center-text .detail-paragraph {
  color: #fff;
}

/* .text-block > h2 {
  font-size: 3.25rem;
  line-height: 1;
} */
/* .bgimage {
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.mobile {
  display: none;
}
.landing-text {
  padding-left: 3rem;
  padding-right: 2rem;
} */
@media only screen and (max-width: 560px) {
  .mobile {
    display: block;
  }
}

/* @media only screen and (max-width: 992px) {
  .landing-image {
    background: none;
    padding-bottom: 0;
  }
  .landing-image-mobile {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
  .landing-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
} */
@media only screen and (max-width: 1024px) {
  .text-block {
    top: 100px;
    left: 35px;
  }

  .right-cover {
    width: 170px;
  }

  .left-cover::after {
    width: 30px;
  }

  .right-cover::after {
    width: 49px;
  }

 

  .text-block>h2 {
    font-size: 1.8rem;
  }
}

@media only screen and (min-height: 600px) and (max-width: 820px) {


  .leading-margin-top {
    margin-top: 50px !important;
  }

}
@media only screen and (min-height: 821px) and (max-width: 1024px) {


  .leading-margin-top {
    margin-top: 110px !important;
  }

}
.leading-margin-top {
  margin-top: 200px ;
}
/*End Landing Section*/
/*MENU SECTION */
.submenu {
  background-color: #363636;
  background: #363636;
  font-weight: 300;
  width: 100%;
  z-index: 10;

}

.navbar-brand {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar .navbar-collapse {
  margin-top: 25px;
  height: auto !important;
}

.navbar-nav {
  margin-left: 0
}

.navbar-nav .nav-item ul.navbar-nav {
  display: inline-block;

}

.submenu {
  position: sticky;
  top: 0;
}

.submenu .container {
  height: auto;
}

.submenu-logo {
  max-width: 115px;
  height: auto;
  margin: auto;
}

.submenu-logo-no-ml {
  max-width: 115px;
  height: auto;
  /* margin-top: 10px; */
  margin-top: 7px;
}

/* END MENU SECTION */

/* Login */
.login-content {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#btnLogin {
  background: linear-gradient(to right, #e8be8c, #eac291, #ecc695, #efca9a, #e7be8a, #e7be8a, #e7be8a, #e7be8a, #efca9a, #ecc695, #eac291, #e8be8c);
  padding: 8px 12px;
  font-weight: bold;
}

input#pagePassword {
  padding: 4px;
}

.bottom-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.validation-txt {
  font-size: 80%;
  color: #d90011;
  margin-top: 10px;
}

/* .bottom-background{
  background-image:url('../images/sony-desktop-bottom-bg.jpg');
} */
/* Login */

/* menu for countries start */
button:focus {
  outline: none !important;
}

.nav-global-icon {
  position: absolute;
  right: 0;
}

#myNavbar2 ul.navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#myNavbar2 ul.navbar-nav li {
  width: 49%;
  text-align: left;
}

#myNavbar2 ul.navbar-nav li .menu-item {
  color: #ffffff;
  padding: 6px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

#myNavbar2 ul.navbar-nav li .menu-item:hover,
#myNavbar2 ul.navbar-nav li .menu-item.nav-active {
  /* text-decoration:underline; */
  border-bottom: 1px solid #ffffff;
}

@media only screen and (min-width: 768px) {
  #myNavbar2 ul.navbar-nav li {
    width: 21%;
  }

  #myNavbar2 ul.navbar-nav {
    justify-content: flex-start;
  }
}

/* menu for countries end */

/* menu for subpages start */
.nav-menu-icon {
  position: absolute;
  left: 0;
  top: 13px;
  cursor: pointer;
}

.welcom-text-con {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.headphone-image {
  position: absolute;
  right: 0;
  top: -152px;
  z-index: 1;
}

.left-first-para {
  color: #d1d3d4;
  font-size: 14px;
  font-weight: 400;
  font-family: sst-Light;
  line-height: 1.5;
  margin-bottom: 20px !important;
}

.paragraph-container {
  margin-top: 40px;
  max-width: 490px;
}

.menu-nav-container {
  position: sticky;
  /* position:fixed; */
  /* height:calc(100% - 46px); */
  width: 100%;
  height: auto;
  background: #363636;
  top: 46px;
  left: 0;
  /* display:flex; */
  align-items: center;
  overflow-y: auto;
  display: none;
}

.menu-nav img {
  max-width: 30px;
}

.menu-nav-container.show {
  display: flex;
}

.menu-nav-content {
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.menu-nav-link a {
  color: #ffffff;
  padding: 6px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  /* font-weight:bold; */
}

.menu-nav-link a span {
  display: none;
}

.menu-nav-link.all-need-text p {
  color: #fff;
  text-transform: uppercase;

}

.menu-nav-link.all-need-text {
  display: none;
}

.menu-nav-link a:hover,
.menu-nav-link a.active,
.menu-nav-link.active a {
  /* text-decoration:underline; */
  border-bottom: 1px solid #ffffff;
}

.menu-nav-link {
  /* padding:6px; */
  margin: 8px;
}

@media only screen and (min-width: 768px) {
  .menu-nav-link a {
    /* font-size:200%; */
    display: inline-block;
  }

  .menu-nav-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .menu-nav-link {
    width: 23%;
    text-align: left;
  }
}

/* menu for subpages end */
/* Footer */
#footer {
  background: #1f2024;
}

#footer p {
  color: #75767a;
}

#footer.fixed {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
}

#footer .container {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
}

#footer .row .col-12:first-child {
  padding-bottom: 15px;
  text-align: center;
}

/* Footer */

.swiper-slide-active img {
  transform: scale(1.1);
}

.d-block-768 {
  display: none;
}

.list-item .leading-industry-para {
  padding-left: 25px !important;
}


.product-feature {
  position: relative;
  top: -70px;
}

.swiper-container {
  height: auto;
  padding: 20px 0;
  margin: auto;
  text-align: center;
}

/* .swiper-wrapper {
  display: flex;
  align-items: center;
} */

/* .slick-track {
  display: flex !important;
  flex-direction: column !important;
  left: auto;
  right: auto;
} */

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

.swiper-slide-active.swiper-slide {
  max-width: 320px;
}

.d-block-720 {
  display: none !important;
}

.links-inner .carousel-item a {
  display: block !important;
}

.links-inner.carousel-inner {
  max-height: 100%;
}

.carousel-indicators {
  bottom: -30px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 5px !important;
}

.carousel-indicators li.active {
  background-color: #EFC478;
}

.carousel-indicators li {
  background-color: #C3C3C3;
}

.prev-btn,
.next-btn {
  height: 60px;
  width: 60px;
  background: #000;
  border-radius: 100%;
  outline: none;
  border: 0;
}

.d-block-620 {
  display: none;
}

.d-block-425 {
  display: none;
}

.range-slider {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.range-slider label {
  color: #fff;
  font-size: 13px;
}

.range-slider .number-group {
  flex: 1 0 auto;
  text-align: right;
  height: 30px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
}

.range-slider .number-group .number-input {
  width: 36px;
  height: 30px;
  text-align: center;
  color: #3FAFFA;
  background-color: #3D3E3F;
  border: 0;
}

.range-slider .number-group .number-input:first-of-type {
  margin-right: 7px;
}

.range-slider .number-group .number-input:last-of-type {
  margin-left: 7px;
}

.range-slider .number-group .number-input::-webkit-outer-spin-button,
.range-slider .number-group .number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.range-slider .number-group .number-input:invalid,
.range-slider .number-group .number-input:out-of-range {
  border: 2px solid red;
}

.range-slider .range-group {
  position: relative;
  flex: 0 0 100%;
  height: 47px;
}

.range-slider .range-group .range-input {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  -webkit-appearance: none;
  width: 100%;
  border-bottom: 0;
}

.range-slider .range-group .range-input:focus {
  outline: 0;
}

.range-slider .range-group .range-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  -webkit-animation: 0.2s;
  animation: 0.2s;
  background: #424344;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.range-slider .range-group .range-input::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #efc478;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}

.range-slider .range-group .range-input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animation: 0.2s;
  background: #424344;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.range-slider .range-group .range-input::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #efc478;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #efc478;
  cursor: pointer;
}

.range-slider .range-group .range-input::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-slider .range-group .range-input::-ms-fill-lower,
.range-slider .range-group .range-input::-ms-fill-upper {
  background: #424344 !important;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.range-slider .range-group .range-input::-ms-thumb {
  z-index: 2;
  position: relative;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #efc478 !important;
  cursor: pointer;
}

/* for demo purposes */
.range-slider,
.filter {
  margin: 0 auto 30px;
  max-width: 100%;
}

.banner.homepage-banner .banner-text,
.banner.technical-content-banner .banner-text,
.banner.audio-demo-banner .banner-text,
.banner.media-center-banner .banner-text {
  position: absolute;
  top: 85px;
  left: 530px;
  z-index: 2;
}

/* .menu-nav-container{
  background: rgba(0,0,0,.80);
} */

/* responsive */
@media screen and (max-width: 1024px) {
  .carousel-caption.banner-caption {
    left: 500px;
  }

  .media-center-links .outer-link {
    padding: 20px;
  }
  .swiper-content {
    max-width: 266px !important;
    margin: 0 20px;
}
}

@media screen and (max-width: 991px) {
  .swiper-content {
    max-width: 269px !important;
    margin: 0 20px;
}
.detail-paragraph {
  font-size: 11px;
}
  .left-cover,
  .right-cover {
    top: 539px;
  }

  .left-cover::after {
    width: 11px;
  }

  .right-cover {
    width: 104px;
  }

  .right-cover::after {
    width: 20px;
  }

  .all-you-need-margin {
    margin-left: 40px !important;
  }

  .swiper-slide-active {
    margin: 0 4px;
  }

  .homepage-section.commen-section {
    padding: 20px;
  }

  .headphone-image {
    max-width: 360px;
    position: static;
  }

  .welcome-section {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 768px) {
  .prod-1 img {
    left: -219px;
}
.prod-2 img {
  left: -199px;
}
.prod-3 img {
  left: -69px;
}
.prod-4 img {
  left: -212px;
}
.prod-5 img {
  left: -185px;
}
.prod-6 img {
  left: -186px;
}
.prod-7 img {
  left: -162px;
}
.prod-8 img {
  left: -195px;
}
  .banner.homepage-banner .banner-text,
  .banner.technical-content-banner .banner-text,
  .banner.audio-demo-banner .banner-text,
  .banner.media-center-banner .banner-text {
    left: 385px;
  }

  .audio-example1,
  .audio-example2,
  .audio-example3,
  .audio-example4,
  .different-audio {
    min-height: 110px;
  }

  .controls__current-time,
  .controls__total-time {
    top: 80px;
  }

  .carousel-caption.banner-caption {
    left: 400px;
  }

  .right-cover,
  .left-cover {
    width: 100px;
    height: 128px;
    overflow: hidden;
  }

  .right-cover,
  .left-cover {
    top: 490px;
  }

  .swiper-slide-active {
    margin: 0 22px !important;
  }

  .experience-section {
    margin: 100px 0;
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    /* width: 196px !important;
    margin: 0 10px !important; */
    /* margin-right: auto; */
  }

  .banner-head h1,
  .welcome-head {
    font-size: 40px;
  }

  .product-con {
    max-width: 345px;
  }

  /* .product-image{
    width: 100%;
    height: 100%;
  } */
  .product-con::after {
    min-width: 200px;
  }

  .outer-link {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: left;
  }

  .leading-industry-images-flex {
    flex-direction: column;
  }

  .cross h4 {
    font-size: 50px;
  }

  .image2::before {
    right: auto;
    left: 89px;
    width: 60%;
  }

  .image2 .span1 {
    left: 89px;
    right: auto;
  }

  .image2 .span2 {
    right: 92px;
    left: auto;
  }

  .d-none-768 {
    display: none;
  }

  .d-block-768 {
    display: block;
  }

  .industry-label {
    min-width: 245px;
    padding: 14px;
  }

  .noise-cancelling {
    right: 116px;
  }

  .bluetooth {
    left: 120px;
  }

  /* .leading-industry-section-width{
  max-width: 700px;
} */
  .auto-noise-cancellation .flex-section,
  .improved-call-quality .flex-section {
    flex-direction: column;
    align-items: center;
  }

  .improved-call-quality .flex-section {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .improved-call-quality .flex-section {
    max-width: 440px;
    margin: auto;
  }

  .improved-call-quality .left-section-image.d-block-768 {
    max-width: 380px;
    min-width: auto;
    margin-bottom: 20px;
  }

  .right-section-improved-call-text {
    margin-left: auto;
  }

  .smart-listening-section .flex-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .smart-listening-section .flex-section .left-section {
    margin-bottom: 30px;
  }

  .brain-assisted .left-section {
    max-width: 440px;
    margin: auto;
  }

  /* .products-slider.d-none-720{
  flex-direction: column;
} */
  .products-slider.d-none-720 .product-con {
    max-width: 340px;
  }
}
.text-truncate.text-truncate--2{
 
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .text-truncate.text-truncate--2 {
     display: table-cell;
    height: 150px;
    vertical-align: middle;

}
  .swiper-content {
    max-width: 194px !important;
    margin: 0 20px;
}

  /* background: #e4b45c; */
  .menu-nav-link a:hover,
  .menu-nav-link a.active,
  .menu-nav-link.active a {
    border-bottom: 1px solid #e4b45c;
  }

  .menu-nav-content {
    align-items: flex-start;
  }

  .menu-nav-link {
    width: 100%;
    text-align: left;
  }

  .menu-nav-link a span {
    color: #fff !important;
    padding-right: 5px;
    padding-left: 20px;
  }

  .menu-nav-link a {
    width: 100%;
  }

  .padding {
    padding-left: 20px;
  }

  .menu-nav-link.all-need-text {
    display: block;
  }

  .menu-nav-link a span {
    display: inline-block;
  }

}

.show_nbsp {
  display: none;
}

@media screen and (max-width: 720px) {
  .prod-1 img {
    left: -102px;
}
.prod-2 img {
  left: -95px;
}
.prod-3 img {
  left: 0;
}
.prod-4 img {
  left: -114px;
}
.prod-5 img {
  left: -115px;
}
.prod-6 img {
  left: -103px;
}
.prod-7 img {
  left: -90px;
}
.prod-8 img {
  left: -120px;
}
  .swiper-slide.swiper-content.swiper-slide-prev{
    margin-left: 0 !important;
  }
  .swiper-slide.swiper-content.swiper-slide-next{
    margin-right: 0 !important;
  }
  .swiper-content {
         height: 152px !important;
  }
  .swiper-content.swiper-slide-active {
    margin: 0 0px !important;
    transform: scale(1);
}
  .modal-box-text{
    font-size: 16px !important;
  }
  .year{
    font-size: 50px;
  } 
  .right-cover,
  .left-cover {
    top: 460px;
    width: 100px;
    height: 117px;
    overflow: hidden;
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    width: 178px !important;
    margin: 0 10px;
  }

  .d-none-720 {
    display: none;
  }

  .d-block-720 {
    display: block !important;
  }

  .d-block-720 .product-con {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .d-block-720 .product-con::after {
    min-width: 250px;
  }

  .industry-label {
    min-width: 206px;
  }
}
.show_br_620{
  display: none;
}
.show_nbsp{
  display: none;
}
@media screen and (max-width: 620px) {
.year{
  font-size: 40px !important;
}
.swiper-content{
  width: 165px !important;
  min-width: 165px;
  margin-left: 0 !important;
}
.modal-box-text {
  font-size: 12px !important;
}
.swiper-content {
  height: 120px !important;
}
  .carousel-control-next .next-btn,
  .carousel-control-prev .prev-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .prev-btn,
  .next-btn {
    width: 40px;
    height: 40px;
  }

  .prev-btn img,
  .next-btn img {
    width: 16px;
  }

  .carousel-caption.banner-caption {
    left: 275px;
    top: -60px;
  }

  .carousel-control-next {
    right: -70px;
  }

  .carousel-control-prev {
    left: -70px;
  }

  /* .d-hide-620{
    display: none !important; 
  }
  .d-show-620{
    display: block !important;
  } */

  .right-cover,
  .left-cover {
    top: 676px;
    width: 100px;
    height: 78px;
    overflow: hidden;
  }

  .right-cover::after {
    width: 40px;
  }

  .left-cover::after {
    width: 27px;
  }

  .banner.homepage-banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2200px;
    background: #363636;
    margin-top: -10px;
    z-index: -1;
  }

  .welcome-text.responsive-margin-top {
    margin-top: 270px;
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    width: 112px !important;
    margin: 0 10px;
  }

  .all-you-need-to-know {
    max-width: 485px;
    margin: auto;
  }

  .font-size-50 {
    font-size: 50px;
  }

  .commen-section.homepage-section.mb-100 {
    margin-bottom: 30px;
  }

  .products-slider.d-block-720 {
    margin-top: 5px;
  }

  .d-none-620 {
    display: none;
  }

  .mw-480 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .mw-400 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .leading-industry-head {
    font-size: 40px;
  }

  .bluetooth {
    left: 0;
  }

  .noise-cancelling {
    right: 0;
  }

  /* .industry-label {
    min-width: auto;
  } */

  .outer-link {
    padding: 15px 25px;
  }

  /* .banner-image{
    min-height: 800px;
    background-position: -430px center;
    align-items: center;
    background-size: cover;
  } */
  .banner-text {
    margin-top: 0;
    margin-left: 0;
    /* margin-top: 170px; */
  }

  .welcom-text-con {
    flex-direction: column-reverse;
  }

  .headphone-image {
    max-width: 400px;
    position: absolute;
  }

  .mw-525 {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-section-improved-call-text {
    margin-left: 0;
  }

  .improved-call-head {
    font-size: 32px;
    text-transform: capitalize;
  }

  .d-block-620 {
    display: block;
  }

  .text-capitalize-620 {
    text-transform: capitalize !important;
  }

  .text-left-620 {
    text-align: left !important;
  }

  .mw-430 {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .image2::before {
    right: auto;
    left: 89px;
    width: 58%;
  }

  .mw-381 {
    max-width: 381px;
    margin-left: auto;
    margin-right: auto;
  }

  .mw-396 {
    max-width: 396px;
    margin-left: auto;
    margin-right: auto;
  }

  .industry-list-container .list-item h4 {
    text-transform: none;
  }

  .leading-industry-head {
    margin-bottom: 20px !important;
  }

  .leading-industry-section .mb-40 {
    margin-bottom: 20px;
  }

  .leading-industry-para.mt-220 {
    margin-top: 220px !important;
  }

  .leading-industry-image {
    margin-bottom: 170px;
  }

  .list-item {
    margin: 20px 0;
  }

  .horizontal-rule-con {
    margin: 40px 0;
  }

  .improved-call-quality {
    padding: 40px;
  }

  .improved-call-head,
  .brain-assisted-head-620 {
    margin-bottom: 25px !important;
  }

  .brain-assisted {
    padding-bottom: 0;
  }

  .smart-listening-section .brain-assisted-head {
    margin-bottom: 25px !important;
  }

  .smart-listening-image-con {
    margin: 30px auto;
  }

  .commen-section.homepage-section {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .product-con {
    min-height: auto;
  }

  .banner.homepage-banner .banner-text,
  .banner.technical-content-banner .banner-text,
  .banner.audio-demo-banner .banner-text,
  .banner.media-center-banner .banner-text {
    left: 288px;
  }
  .show_br_620{
    display: inline-block;
  }
  .show_nbsp{
    display: inline-block;
  }
}
.swiper-content{
  max-width:280px;
  margin: 0 20px;
}
/* .swiper-content.swiper-slide-active{
  margin-left: 100px !important;
} */
.swiper-content.swiper-slide-active{
  max-width: 290px;
}
@media screen and (max-width: 600px) {
  .banner-text {
    margin-top: 0;
    margin-left: 0;
    margin-top: 0px;
    top: 100px;
  }

  .banner.homepage-banner .banner-text,
  .banner.technical-content-banner .banner-text,
  .banner.audio-demo-banner .banner-text,
  .banner.media-center-banner .banner-text {
    left: 288px;
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    width: 106px !important;
    margin: 0 10px;
  }

  .banner-image {
    min-height: 800px;
    background-position: -430px center;
    align-items: center;
    background-size: cover;
  }

  .welcom-text-con {
    flex-direction: column-reverse;
  }

  .headphone-image {
    max-width: 400px;
    position: absolute;
  }

  /* .welcome-text{
  margin-top: 300px;
} */
}

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

  .right-cover,
  .left-cover {
    top: 695px;
    width: 100px;
    height: 68px;
  }

  .products-slider.d-block-720 .product-con {
    max-width: 100%;
    width: 100% !important;
  }

  .products-slider.d-block-720 {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .products-slider.d-block-720 .slick-next {
    right: -40px;
  }

  .products-slider.d-block-720 .slick-prev {
    left: -40px;
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    width: 100px !important;
    margin: 0 10px;
  }
}

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

  .banner.homepage-banner .banner-text,
  .banner.technical-content-banner .banner-text,
  .banner.audio-demo-banner .banner-text,
  .banner.media-center-banner .banner-text {
    margin-top: 0;
    margin-left: 0;
    margin-top: 0px;
    top: 160px;
  }

  .banner.homepage-banner .banner-text,
  .banner.technical-content-banner .banner-text,
  .banner.audio-demo-banner .banner-text,
  .banner.media-center-banner .banner-text {
    left: auto;
    right: auto;
  }

  .flex-responsive {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carousel-control-next {
    right: -45px;
  }

  .carousel-control-prev {
    left: -45px;
  }

  .d-block-720.products-slider .product-con {
    max-height: 190px;
  }

  .d-block-720.products-slider .product-con .product-data {
    top: 30px;
  }

  .d-block-720.products-slider .product-con .product-data .product-button {
    margin-top: 14px;
  }

  .carousel-inner {
    max-height: auto;
  }

  .label-container {
    padding: 4px;
    max-width: 114px;
    margin-left: auto;
    margin-right: auto;
  }

  .label-container label {
    font-size: 14px;
  }
  .banner-head h1 {
  text-align: center;
  }
  .banner-head h1 {
    letter-spacing: 2px;
    font-size: 30px;
  }

  .carousel-caption.banner-caption {
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }

  .carousel-caption.banner-caption .banner-text {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .carousel-item.carousel-1 {
    background-image: url('../images/banner-image-1-mobile.jpg');
    background-position: center;
    background-size: cover;
    max-width: 100%;
  }

  .carousel-item.carousel-2 {
    background-image: url('../images/banner-image-2-mobile.jpg');
    background-position: center;
    background-size: cover;
    max-width: 100%;
  }

  .carousel-item.carousel-3 {
    background-image: url('../images/banner-image-3-mobile.jpg');
    background-position: center;
    background-size: cover;
    max-width: 100%;
  }

  .right-cover,
  .left-cover {
    top: 740px;
    width: 100px;
    height: 54px;
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    width: 82px !important;
    margin: 0 10px;
  }

  .products-slider.d-block-720 .slick-next {
    right: -20px;
  }

  .products-slider.d-block-720 .slick-prev {
    left: -20px;
  }
}

@media screen and (max-width: 476px) {
  .prod-1 img {
    left: -228px !important;
    top: -139px;
}
.prod-2 img {
  left: -200px !important;
  top: -99px;
}
.prod-3 img {
  left: -65px;
  top: -145px;
}

.prod-4 img {
  left: -225px;
}
.prod-5 img {
  left: -202px;
  top: -106px;
}
.prod-6 img {
  left: -210px;
}
.prod-7 img {
  top: -88px;
  left: -140px;
}
.prod-8 img {
  left: -213px;
  top: -101px;
}

  .banner.homepage-banner::after {
    height: 1888px;
  }

  .links-container.mt-60.mt-60-0 {
    margin-top: 0;
  }

  .carousel-control-next {
    right: -30px;
  }

  .carousel-control-prev {
    left: -30px;
  }

  .right-cover,
  .left-cover {
    top: 670px;
    width: 100px;
    height: 50px;
  }

  .product-feature {
    position: static;
  }

  .welcome-text.responsive-margin-top {
    margin-top: 200px;
  }

  .products-slider.d-block-720 .product-con::after {
    min-width: 215px;
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    width: 70px !important;
    margin: 0 10px;
  }

  .products-slider.d-block-720 .product-con {
    max-width: 80%;
    width: 100% !important;
    max-height: 150px;
  }

  .products-slider.d-block-720 .slick-next {
    right: 0px;
  }

  .products-slider.d-block-720 .slick-prev {
    left: 0px;
  }

  .product-head {
    font-size: 16px;
  }

  .product-button {
    min-width: 120px;
  }

  .products-slider.d-block-720 .product-con::after {
    min-width: 50%;
  }

  /* .height-185{
  min-height: 185px;
} */
  .products-slider.d-block-720 .product-con.slick-slide {
    min-height: 200px !important;
  }

  .products-slider.d-block-720 .product-con.slick-slide .product-image img {
    object-fit: cover;
    height: 215px;
    width: 100%;
  }

  .song-title {
    width: 207px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pt-on-0.commen-section {
    padding-top: 0;
  }

  .welcom-text-con.position-relative-responsive {
    position: relative;
    top: -30px;
    z-index: 3;
  }

  .top.welcom-text-con.position-relative-responsive {
    top: -70px;
  }

  .top.welcom-text-con.position-relative-responsive .links-container.mt-60 {
    margin-top: 0;
  }

  .position-relative-responsive .paragraph-container.mb-40 {
    margin-bottom: 0;
  }

  .carousel-caption.banner-caption {
    top: 40px;
  }

  .banner.homepage-banner .banner-text .banner-head h1,
  .banner.technical-content-banner .banner-text .banner-head h1,
  .banner.audio-demo-banner .banner-text .banner-head h1,
  .banner.media-center-banner .banner-text .banner-head h1 {
    font-size: 34px;
  }

  .carousel-control-next .next-btn,
  .carousel-control-prev .prev-btn {
    max-width: 25px;
    max-height: 25px;
  }

  .carousel-control-next .next-btn img,
  .carousel-control-prev .prev-btn img {
    max-width: 10px;
  }

  /* .prod-1 img {
    left: -183px;
  }

  .prod-2 img {
    left: -135px;
  }



  .prod-5 img {
    left: -156px;
    top: -58px;
  }

  .prod-6 img {
    left: -146px;
  }

  .prod-7 img {
    left: -245px;
    top: -107px;
  }

  .prod-8 img {
    left: -80px;
    top: -176px;
  } */

  .d-block-720.products-slider .product-con .product-data {
    left: 17px;
  }
}

@media screen and (max-width:426px) {
  .industry-label {
    min-width: 145px;
}
  .banner.homepage-banner::after {
    height: 1620px;
  }

  /* .prod-1 img {
    left: -228px;
  }

  .prod-2 img {
    left: -170px;
  }

  .prod-3 img {
    left: -65px;
    top: -145px;
  }

  .prod-4 img {
    left: -225px;
  }

  .prod-5 img {
    left: -156px;
    top: -58px;
  }

  .prod-6 img {
    left: -146px;
  }

  .prod-7 img {
    left: -245px;
    top: -107px;
  }

  .prod-8 img {
    left: -80px;
    top: -176px;
  } */

  .commen-section.homepage-section {
    padding: 30px;
  }

  .commen-section.homepage-section .left-first-para {
    font-size: 12px;
  }

  .audio-example1,
  .audio-example2,
  .audio-example3,
  .audio-example4,
  .different-audio {
    min-height: 98px;
  }

  .carousel-caption.banner-caption {
    top: 0;
  }

  .welcome-text.responsive-margin-top {
    margin-top: 215px;
  }


  .carousel-control-next {
    right: -20px;
  }

  .carousel-control-prev {
    left: -20px;
  }

  .next-btn,
  .prev-btn {
    width: 25px;
    height: 25px;
  }

  .next-btn img,
  .prev-btn img {
    width: 10px;
  }

  .right-cover,
  .left-cover {
    top: 639px;
    width: 100px;
    height: 45px;
  }

  .left-cover::after {
    width: 23px;
  }

  #startAllContent .green-audio-player {
    padding-left: 70px;
  }

  .song-title {
    left: 90px;
    top: 6px;
  }

  .swiper-slide-active {
    margin: 0 11px !important;
  }

  .controls__current-time {
    left: 120px;
  }

  .player-image {
    width: 70px;
  }

  .controls__total-time {
    right: 15px;
  }

  .green-audio-player .slider .gap-progress .pin {
    height: 10px;
    width: 10px;
    top: -4px !important;
  }

  .controls__current-time,
  .controls__total-time {
    top: 70px;
  }

  .player-image img {
    max-width: 40%;
  }

  .play-pause-btn svg {
    width: 12px !important;
  }

  .play-pause-btn {
    top: 17px;
  }

  .green-audio-player .controls .controls__slider {
    margin-right: -16px;
    margin-left: 11px;

  }

  .swiper-slide-active {
    margin: 0 15px;
  }

  .font-size-50.welcome-head {
    font-size: 40px;
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    width: 68px !important;
    margin: 0 13px;
  }

  .outer-link,
  .kol-text {
    font-size: 15px;
  }

  .outer-link {
    padding: 15px;
  }

  .mw-430 {
    max-width: 330px;
  }

  .leading-industry-head {
    font-size: 30px;
  }

  .image2::before {
    left: 72px;
  }

  .image2 .span1,
  .image2 .span2 {
    top: 131%;
  }

  .bluetooth {
    left: 0px;
  }

  .noise-cancelling {
    right: 0px;
  }

  .industry-label {
    padding: 12px;
    font-size: 15px;
  }

  .image2 .span1 {
    left: 72px;
  }

  .image2 .span2 {
    right: 67px;
  }

  .industry-list-container .list-item h4 {
    font-size: 20px;
  }

  .d-block-425 {
    display: inline;
  }

  .brain-assisted-head-620,
  .brain-assisted-head {
    font-size: 38px;
  }

  .song-title {
    width: 207px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .links-container.media-center-links.mb-responsive-0 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 411px) {
  .prod-1 img {
    max-width: 100%;
    /* left: -228px !important;
    top: -139px; */
    position:static;
}
.prod-2 img {
  max-width: 100%;
  /* left: -200px !important;
  top: -99px; */
    left: 0px !important;
    top: -44px;
}
.prod-3 img {
  /* max-width: 100%; */
  left: -65px;
  top: -145px;
}

.prod-4 img {
  max-width: 100%;
  left: 0px;
  top: -52px;
}
.prod-5 img {
  max-width: 100%;
  /* left: -202px;
  top: -106px; */
  left: 0;
  top: -48px;
}
.prod-6 img {
  max-width: 100%;
  left: 0;
  top: -50px;
}
.prod-7 img {
  max-width: 100%;
  top: -44px;
  left: 0;
}
.prod-8 img {
  max-width: 100%;
  left: 0;
  top: -46px;
}
  .banner.homepage-banner .banner-text,
  .banner.technical-content-banner .banner-text,
  .banner.audio-demo-banner .banner-text,
  .banner.media-center-banner .banner-text {
    top: 200px;
  }

  .right-cover,
  .left-cover {
    top: 639px;
    width: 100px;
    height: 45px;
  }

  .swiper-slide-active {
    margin: 0 13px;
  }

  .banner.homepage-banner::after {
    height: 1600px;
  }

  /* .commen-section.mb-100.homepage-section{
  margin-top: 30px;
} */
  .homepage-section.commen-section::after {
    height: 40px;
    top: -40px;
  }

  .headphone-image {
    top: -100px;
  }

  .banner-text {
    margin-top: 220px;
  }

  .green-audio-player {
    min-width: auto;
  }
}
@media screen and (max-width: 390px){
  .prod-2 img ,   .prod-4 img  , .prod-5 img , .prod-6 img , .prod-7 img , 
  .prod-8 img {
    max-width: 100%;
    position: static;
}
.p-r-responsive{
  position: relative;
  top: -30px;
}
}
@media screen and (max-width: 380px) {

  /* .show_nbsp{
    display: inline-block;
  } */
  .prod-6 img {
    left: 0 !important;
    top: -25px;
    max-width: 100%;
  }

  .product-image.prod-1 img {
    position: static;
    max-width: 100%;
    max-height: auto;
  }

  .song-title {
    width: 174px;
  }

  .green-audio-player {
    min-width: auto;
  }

  .all-need-text p {
    font-size: 18px;
  }

  .menu-nav-link a {
    font-size: 17px;
  }
  /* .prod-2 img {
    left: -257px !important;
  }

  .prod-4 img {
    left: -253px !important;
  }
  .prod-5 img {
    left: -245px !important;
  }
  .prod-7 img {
    left: -195px !important;
}
.prod-8 img {
  left: -268px !important;
} */

  /* .prod-1 img {
    left: -228px;
  }

 
  .prod-3 img {
    left: -65px;
    top: -145px;
  }

  .prod-4 img {
    left: -225px;
  }

  .prod-5 img {
    left: -196px;
    top: -58px;
  }

  .prod-6 img {
    left: -146px;
  }

  .prod-7 img {
    left: -300px;
    top: -107px;
  }

  .prod-8 img {
    left: -126px;
    top: -176px;
  } */

  .product-button {
    min-width: 98px;
  }

  .right-cover,
  .left-cover {
    top: 654px;
    width: 100px;
    height: 45px;
  }
}

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

  .song-title {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .right-cover,
  .left-cover {
    top: 675px;
    width: 100px;
    height: 45px;
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    width: 58px !important;
    margin: 0 5px;
  }

  .controls__total-time {
    right: 14px;
  }

  .green-audio-player {
    min-width: 80%;
  }
}

@media screen and (min-width: 2000px) {

  .carousel-item.carousel-1,
  .carousel-item.carousel-2,
  .carousel-item.carousel-3 {
    background-size: cover;
  }
}

/* responsive ends*/



/** JOE CSS **/
#location-range-slider {
  cursor: pointer;
}

.swiper-content {
  border: 2px solid #f3c47c;
  height: 180px;
  border-radius: 25px;
  display: table;
  text-align: center;
}
.swiper-content .center-text{
  display: table-cell;
  vertical-align: top;
}
.swiper-content.swiper-slide-active{
  margin: 0 14px !important;
  transform: scale(1.1);
}
.swiper-content p, .swiper-content h3 {
  color: #FFF !important;
}
.year{
  font-size: 60px;
   margin-bottom: 5px !important;
}
.modal-box-text{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px !important;
}
.detail-paragraph{
  font-weight: 400;
  font-size: 12px;
  padding: 0 20px !important;
}
.d-flex-760 {
  display: none ;
}

@media screen and (max-width: 768px) {
  .right-cover,
  .left-cover {
    display: none;
  }
  .swiper-content.swiper-slide-active{
    margin-left: auto !important;
  }
}
@media screen and (max-width: 375px) {
  
  .swiper-content.swiper-slide-active{
    margin-left: 10px !important;
  }
}

.series-text-color {
  color: #ffffff;
  font-size: 2rem;
}
.series-text-color-2 {
  color: #a9a9a9;
  font-size: 12px;
  padding-bottom: 8px !important;
}


@media screen and (max-width: 760px) {
  
  .d-flex-760 {
    display: flex !important;
  }
  .d-none-760 {
    display: none ;
  }
}
.series-text-color-2022 {
  color: black;
  font-size: 60px;
}
.series-text-color-2022-name {
  color: black;
  font-size: 26px;
}
.series-text-color-2-2022 {
  color: black;
    font-size: 18px;
    padding-bottom: 8px !important;
    width: 80%;
    margin-left: 10% !important;
}
.series-2022 {
  border: solid 1px #efd094; border-radius: 44px; background-image: url(../images/Layer\ 1.png); background-size: 113% 100%; background-repeat: no-repeat;
}
.series-text-color-m {
  color: #ffffff;
  font-size: 60px;
}
.series-text-color-name-m {
  color: #ffffff;
  font-size: 26px;
}
.series-text-color-2-m {
  color: #a9a9a9;
  font-size: 18px;
  padding-bottom: 8px !important;
  width: 80%;
  margin-left: 10% !important;
}
.dot-img {
  text-align: center; 
  padding-top: 10px; 
  padding-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .img-series-2022-m >img {
    padding-top: 15px;
  }
  .series-text-color-2022 {
    color: black;
    font-size: 40px;
  }
  .series-text-color-2022-name {
    color: black;
    font-size: 16px;
  }
  .series-text-color-2-2022 {
    color: black;
      font-size: 14px;
      padding-bottom: 8px !important;
      width: 80%;
      margin-left: 10% !important;
  }

  .series-2022 .row {
    margin: 10px 5px 10px 5px !important;
  }
  .series-2021 .row {
    margin: 10px 5px 10px 5px !important;
  }
  .series-2020 .row {
    margin: 10px 5px 10px 5px !important;
  }
  .series-text-color-m {
    color: #ffffff;
    font-size: 40px;
  }
  .series-text-color-name-m {
    color: #ffffff;
    font-size: 16px;
  }
  .series-text-color-2-m {
    color: #a9a9a9;
    font-size: 14px;
    padding-bottom: 8px !important;
    width: 80%;
    margin-left: 10% !important;
  }
}
@media screen and (max-width: 425px) {
  .dot-img >img {
    width: 5%;
  }
  .img-series-2022-m >img {
    padding-top: 15px;
  }
  .series-text-color-2022 {
    color: black;
    font-size: 30px;
  }
  .series-text-color-2022-name {
    color: black;
    font-size: 14px;
  }
  .series-text-color-2-2022 {
    color: black;
    font-size: 10px;
    padding-bottom: 4px !important;
    width: 100%;
    margin-left: unset !important;
  }
  .series-2022 {
    background-size: 117% 100% !important;
  }
  .image-brand {
    padding-top: 8px;
  }
  .series-text-color-m {
    color: #ffffff;
    font-size: 30px;
  }
  .series-text-color-name-m {
    color: #ffffff;
    font-size: 14px;
  }
  .series-text-color-2-m {
    color: #a9a9a9;
    font-size: 10px;
    padding-bottom: 4px !important;
    width: 100%;
    margin-left: unset !important;
  }
}
.col1::after {
  content: '•••';
  vertical-align: middle;
  color: #efd094;
  top: 45%;
    position: absolute;
    right: -21px;
}
 sup {
  font-size: 0.6em !important;
}
.leading-industry-para-big {
  text-align: center;
}
@media screen and (max-width: 768px) {
sup {
    font-size: 0.8em !important;
  }
  .leading-industry-para-big {
    text-align: unset;
  }
 }
