*{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
html {
  scroll-behavior: smooth;
}
#main,.banner-sec-tvs {
    padding-left:0px !important;
    padding-right:0px !important;
}
.sliderContainer {
  position: relative;
}
.slider {
  width: 100%;
}
.slider .slick-slide {
  color: white;
  font-size: 30px;
/*   font-family: "Arial", "Helvetica"; */
  text-align: center;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  color: black;
}
.slider .slick-prev{
    position: absolute;
    bottom: 120px !important;
    top: unset !important;
    left: 110px;
    z-index: 1;
    transform: rotate(180deg);
}
.slider .slick-next {
    position: absolute;
    bottom: 120px !important;
    top: unset !important;
    left: 440px;
    z-index: 1;
}
/*.slider .slick-next::before{*/
/*    content:url(https://tvsgreen.com/wp-content/uploads/2023/11/right-arrow.svg);*/
/*}*/
/*.slider .slick-prev::before{*/
/*   content:url(https://tvsgreen.com/wp-content/uploads/2023/11/right-arrow.svg); */
/*}*/
.slider .slick-next::before{
    content:url(/wp-content/uploads/2024/04/home-arrow-black.svg);
}
.slider .slick-prev::before{
   content:url(/wp-content/uploads/2024/04/home-arrow-black.svg); 
}
.slider .slick-dots {
  display: none;
}
.progressBarContainer {
  position: absolute;
  bottom: 160px;
  width:300px;
  left:150px;
}
.slick-counter{
    position: absolute;
    bottom: 150px;
    left: 280px;
    color: #000;
    font-size: 16px;   
}

.progressBarContainer div {
  display: block;
  width: 30%;
  padding: 0;
  cursor: pointer;
  margin-right: 0%;
  float: left;
  color: white;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 2px;
  background-color: #00000063;
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: #000;
  width: 0%;
  height: 2px;
}
.slider__counter {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  mix-blend-mode: difference;
  pointer-events: none;
}
.bnr-3-cpy {
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
	text-align: left;
}
.main-bnr-three-heading {
	color: #059C69 !important;
    font-weight: 600 !important;
	text-align: left;
	margin-bottom: 0px !important;
}
.main-bnr-three-description {
	font-size: 50px !important;
    font-weight: 500 !important;
    color: #000000;
	margin-top: -10px !important;
	margin-bottom: 0px !important;
}

/*specification page*/
.single-tvs_products #main .fusion-row{
    margin: 0 !important;
    max-width: 100% !important;
}
.tvs-product-header {
    background: linear-gradient(180deg, #E9FFC2 45%, #FFFFFF 55%);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 30px;
}
.tvs-product-banner-sec {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}
.tvs-product-primary-img{
    width: 60%;
    display: flex;
    margin-top: 7.3rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.tvs-product-spec{
    width:40%;
    background: #fff;
    padding: 50px;
    margin-top: 7.3rem;
}
.tvs-product-spec-title {
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.tvs-product-spec .tvs-product-spec-title > h1{
    margin: 0px 0px 15px !important;
    font-size: 50px;
}
.tvs-product-spec .tvs-product-spec-title > p{
    margin:0 !important;
}
.tvs-colors-header {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.tvs-colors-header > .colors{
    display: flex;
    width: 50px;
    height: 50px;
    margin: 1rem 0 3rem;
    border-radius: 100px;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px solid #fff;
    cursor: pointer;
    border: 1px solid #70707030;
}
.tvs-product-variations {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070;
}
.tvs-product-variations > li {
    flex: 150px;
}
.tvs-product-variations > li >.tvs-variations-content {
    margin-bottom: 5px;
    font-weight: 500;
}
.tvs-product-variations:nth-child(even){
    border-bottom: none;
    padding-bottom: 20px;
}
.tvs-product-btn {
    display: flex;
    gap: 10px;
}
.tvs-product-btn > a {
    border: 0;
    outline: 0;
    padding: 10px 30px;
    background-color: #009D68;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    cursor:pointer;
     transform: skew(-25deg, 0deg);
}
.tvs-product-btn > a > span{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}
.tvs-product-btn > a > div {
  font-size: 18px;
  font-weight: 300;
  color:#fff;
  transform: skew(25deg, 0deg);
}
.tvs-product-btn > a > span > img{
    width: 20px;
    filter: invert(1);
    transform: skew(25deg, 0deg);
}
.primary-tvs-product.slider-single {
    width: 80%;
    background-color: #fff;
}
.slider-nav.secondary-tvs-product {
     width: 80%;
     display: flex;
     background-color: #fff;
     justify-content: space-around;
}
.slider-nav .slick-slide {
    cursor: pointer; 
}
.slider-nav .slick-next:before ,.slider-nav .slick-prev:before{
    color: #000;
}
.slider-nav.secondary-tvs-product .slick-list {
    margin: 0 0px;
}
.slider-nav.secondary-tvs-product .slick-slide>div {
    margin: 0 0px;
}
.tvs-item-nav {
    background: #fff;
    border: 1px solid #C9C9C9;
    height: 150px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 80% !important;
    margin-left: 30px;
    margin-right: auto;
}
.tvs-item-nav >img{
    width:75% !important;
}

/*tabs sec css*/

#wrapper-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.content {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  margin: 0 2%;
  margin-top: 5%;
  transition: 0.3s ease;
  display: block;
}
.tabs-sec-two .content{
    margin-top:0 !important;
    padding: 0 40px;
    margin: 0 !important;
}
.Specifications-details > img {
    width: 100%;
}
/* Tabs menu */
.tabs {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  width: 50%;
  padding: 0px 50px;
  border-radius: 2px 2px 0px 0px;
}
/* Tab Links */
.tablinks,.tablinks-sec {
  border: none;
  outline: none;
  cursor: pointer;
  width: 22%;
  /*change depending on the number of tabs*/
  height: 90px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  overflow: hidden;
  flex-direction: column;
  transition: all 0.3s ease;
  transform: skew(-10deg, 0deg);
  background: #fff;
}
.tablinks > p ,.tablinks-sec >p{
    color: #000;
    font-size: 18px;
    transform: skew(10deg, 0deg);
}
.tablinks.active > p,.tablinks-sec.active >p{
   color:#fff;
   transform: skew(10deg, 0deg);
   font-size: 18px;
}
/* Tab active */
.tablinks.active,.tablinks-sec.active {
  background: transparent linear-gradient(116deg, #FFDD08 0%, #2B8D50 100%);
  z-index: 0;
  border-right: 0px;
  border-left: 0px;
  height: 90px;
  bottom: 0px;
  overflow: hidden;
  transform: skew(-10deg, 0deg);
  color: #fff;
  transition: all 0.3s ease;
}
/* tab content */
.wrapper_tabcontent {
  background-color: white;
  margin-top: 0px;
  z-index: 0;
  position: relative;
  opacity: 1;
  padding: 40px 40px;
  overflow: hidden;
  transition: all 1s ease;
  width: 100%;
}
.tabcontent,.tabcontent-sec {
  display: none;
  min-height: 180px;
}
.tabcontent.active,.tabcontent-sec.active {
  transition: all 1s ease;
  display: block;
  width: 100%;
}
.tabcontent ,.tabcontent-sec{
  margin: 0;
  padding: 0;
  transition: all 1s ease;
  animation: fadeEffect 0.6s ease;
  width: 100%;
}
.tab-sec-content{
    padding:0px
    
}
.tabs-sec {
    padding: 0px 8px;
}
.specific-bg {
    background: #FAF1E4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.specific-title > p {
    margin-bottom: 50px;
    font-size: 18px;
    width: 85%;
    line-height: 1.3;
}
.specific-title {
    padding: 150px 100px;
    width: 60%;
}
.specfic-wrapper{
    list-style-type:none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.specfic-wrapper > li{
    margin-bottom: 50px;
}
.specfic-wrapper > li > span{
    width: 100px;
    height: 100px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 50%;
}
.specfic-wrapper > li > p{
    font-size: 18px;
    width: 75%;
    line-height: 1.3;
}
.specific-img-sec {
    width: 40%;
}
.mble-tab{
    display:none;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
@media screen and (max-width:800px){
    .tablinks, .tablinks-sec {
    width: 26%;
    }
}
@media screen and (max-width: 512px) {
    .mble-tab{
    display:block;
    }
    .wrapper_tabcontent {
    padding: 0px 30px 40px !important;
    }
  .tabcontent{
    font-size: 14px;
    line-height: 26px;
  }
    .tablinks.active {
    height: 60px;
    transform: skew(0);
  }
    .tablinks {
    height: 40px;
    font-size: 18px;
    padding-top: 15px;
    padding-left: 15px;
  }
    .tabs {
    display:none;
    padding: 0px 15px !important;
  }
    .content {
    margin: 0 4%;
    margin-top: 5%;
  }
  .container {
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0 auto;
  display: flex;
  width: 100% !important;
}

.setting-description-text {
  padding-top: 18px !important;
  color: #81828b;
  font-family: Gilroy-Regular !important;
}

/* the code below is for the dropdown menu */
.wrapper-dropdown {
    position: relative;
    display: inline-block;
    border-radius: 0px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.arrow {
    rotate: 180deg;
    float: right;
    margin-right: 20px;
    transform: translate(10px, 50px);
}
.selected-display {
    display: inline-block;
    background: transparent linear-gradient(116deg, #FFDD08 0%, #2B8D50 100%);
    transform: skew(0deg);
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.rotated {
  transform: rotate(-180deg);
}
.wrapper-dropdown .dropdown {
    transition: 0.3s;
    margin: 0;
    height: 0;
    list-style: none;
    z-index: 99;
    border-radius: 15px;
    box-shadow: inherit;
    background: inherit;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
}

.wrapper-dropdown .dropdown li {
  padding: 0 15px;
  line-height: 45px;
  overflow: hidden;
  background: transparent linear-gradient(116deg, #FFDD08 0%, #2B8D50 100%);
  transform: skew(0deg, 0deg);
}

.wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

.dropdown {
  padding: 0px;
}

.wrapper-dropdown .dropdown li:hover {
  background-color: rgb(35, 40, 49);
  border-radius: 10px;
}

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    height: auto;
    transform: translate(0px, -20px);
    margin-top: 0px;
}

}

/*footer css*/
.footer-registeration {
    padding: 60px 50px 75px;
    background-color: #F2F2F2;
    width: 100%;
}
.footer-registeration h2 {
    font-size: 35px;
    font-weight: 400;
    color: #000000;
}
.footer-registeration .footer-registeration-form {
    width: 80%;
}
.footer-registeration .footer-registeration-form .form-fields {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}
.footer-registeration .reg-msg {
    font-size: 14px;
    display: none;
    margin-top: 20px;
    color: green;
}
.footer-registeration .footer-registeration-form .form-fields input {
    width: 80%;
    background: none;
    border: none;
    border-radius: 0px;
    background: #fff;
    padding: 35px !important;
    border-radius: 43px;
    font-weight: 500;
}
.footer-registeration .footer-registeration-form .form-fields button {
    background: none;
    border: none;
    /* border-bottom: 2px solid #e8e8e8; */
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 15px;
    position: relative;
}
.footer-registeration .footer-registeration-form .form-fields button {
    background: none;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 15px;
    position: absolute;
    right: 9rem;
    display: flex;
}
.registeration-btn >img{
    width:30px;
}
section.subscribe {
    background: #f2f2f2;
}
.Subscribe-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #f2f2f2;
}
.footer-registeration > ul{
    display: flex;
    list-style-type: none;
}
.footer-registeration > ul >li{
    padding: 19px 0px;
}
.footer-registeration > ul li:nth-last-child(-n+1) {
	margin-right: 0px;
}
.footer-registeration > ul >li >a{
    font-size: 18px;
    font-weight: 500;
}
.fusion-footer .fusion-footer-widget-area {
    background: #f2f2f2 !important;
}
.fusion-footer .fusion-row {
	max-width: 100% !important;
}
.fusion-columns.fusion-widget-area {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.custom-menu-tvs >ul{
    display: flex;
    padding: 20px 0 !important;
    gap: 30px;
}
.custom-menu-tvs >ul >li{
    list-style-type: none;
    position:relative;
}
.custom-menu-tvs >ul >li::after{
    content:"";
    position:absolute;
    top: 5px;
    right: -15px;
    height: 75%;
    width:1px;
    background-color: #707070;
}
.custom-menu-tvs >ul >li:nth-child(4)::after{
    display:none;
}
.custom-menu-tvs >ul >li >a{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.privacy-header > p {
    color: #000;
    padding: 20px 0;
    font-weight: 400;
	font-size: 22px;
}
.privacy-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*line hover css effect*/
.double-underline{
    position:relative;
}
.underline {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 50px;
    height: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.underline >span{
    visibility:hidden;
    margin: 5px 0;
    display: none;
}
.underline::after {
  content: "";
  border-bottom: solid 2px #258F54;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}
.underline::before {
  content: "";
  border-top: solid 2px #258F54;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s;
}
.underline:hover::after {
  transform-origin: right;
  transform: scaleX(1);
}
.underline:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
@-webkit-keyframes underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

div#charge {
    position: absolute;
    top: -100px;
    left: 0;
}
.silent-sec {
    background: url(/wp-content/uploads/2024/04/change-bg.png), #f4f4f4 !important;
    background-size: cover !important;
    background-position: top center !important;
    padding: 150px 0px !important;
    margin-top: -1px !important;
}
.charging-anime-header {
    position: relative;
}
div#home-anime-3 {
    position: absolute;
    bottom: 5rem;
    right: 7rem;
}
div#home-anime-2 {
    position: absolute;
    bottom: 14rem;
    left: 6rem;
}
div#home-anime-1 {
    position: absolute;
    bottom: 34rem;
    right: 7rem;
}
div#charging-anime-green {
    position: absolute;
    bottom: 22rem;
    left: 24rem;
    z-index: 1;
}
h2.prd-tit {
    overflow: hidden;
}

/*menu css*/
.comp-menu-ham{
   margin: 22px 0;
}
.navbar{
    display:flex;
}
.menu-list {
    display: flex;
    align-items: center;
    /*margin-right: 10.5vw;*/
}
.menu-list .wrap,.menu-list .wrap_1,.menu-list .wrap_2, .menu-list .wrap_3, .menu-list .wrap_4 {
    display: flex;
/*     margin-left: 3.5vw; */
    transition: all .7s ease;
    border-bottom: 1px solid transparent;
    position: relative;
    justify-content: center;
    align-items: center;
    font-style: italic;
	overflow: hidden;
	padding: 0px 0px 0px 2px;
}
.res-wrap {
	display: none;
}
.menu-list .wrap .text,.menu-list .wrap_1 .text,.menu-list .wrap_2 .text, .menu-list .wrap_3 .text, .menu-list .wrap_4 .text {
    display: inline-block;
    overflow: visible;
    letter-spacing: .02em;
    /*height: 1vw;*/
    /*line-height: 1vw;*/
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    text-shadow: 0 1vw #fffef2;
}
/* .menu-list .wrap:nth-child(2){
  margin-left: -2.5vw;  
}
.menu-list .wrap_1:nth-child(4){
  margin-left: -3.8vw;
}
.menu-list .wrap_2:nth-child(6){
  margin-left: -4.9vw;
}
.menu-list .wrap_3:nth-child(8){
  margin-left: -5.8vw;
}
.menu-list .wrap_4:nth-child(10){
  margin-left: -2.3vw;
} */

/*hamburger navigation*/
.main {
    list-style-type: none;
}
.main .bars {
    position: fixed;
    height: 30px;
    width: 50px;
    top: 38%;
    right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999999999;
    cursor: pointer;
}
.main .bars::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 90%;
  background: #000;
  transition: 0.3s linear;
}
.main .bars.active::before {
  transform: rotate(45deg);
  width: 50%;
  top: 5%;
  background: #000;
}
.main .bars::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 90%;
  background: #000;
  top: 35%;
  transition: 0.3s linear;
}
.main .bars.active::after {
  transform: rotate(-45deg);
  width: 50%;
  top: 5%;
  background: #000;
}
.menu {
  position: fixed;
  top: 90px;
  right: 0;
  width: 30%;
  height: 100%;
  z-index: 999999999;
  overflow: hidden;
  display: none;
}
.menu .navBefore {
  position: absolute;
  margin-left: 100%;
  width: 100%;
  height: 100%;
  background: #2C8D51;
}
.menu .nav {
  position: relative;
  margin-left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.menu .nav ul {
  opacity: 0;
  width: 100%;
  padding: 50px 50px 0px;
}
.menu .nav ul li {
  list-style: none;
  padding-bottom: 50px;
	text-align: justify;
}
.menu .nav ul li a {
  position: relative;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  color: #666;
}
.menu .nav ul li a:hover,
.menu .nav ul li.active a {
  color: #000;
}
@media screen and (min-width:2000px){
  .footer-registeration {
    padding: 60px 0px 75px;
}
.tvs-product-variations > li >.tvs-variations-content,.tvs-product-variations > li > p , .tvs-product-spec .tvs-product-spec-title > p, p.color-title,.tvs-product-btn > a > div,.tablinks.active > p, .tablinks-sec.active >p,.tablinks > p, .tablinks-sec >p,.specific-title > p,.specfic-wrapper > li > p ,.custom-menu-tvs >ul >li >a,.privacy-header > p,.footer-registeration .footer-registeration-form .form-fields input,.footer-registeration > ul >li >a{
    font-size: 22px;
}
}

@media screen and (max-width:1600px) and (min-width:1400px){
    .tvs-product-spec .tvs-product-spec-title > h1 {
    font-size: 60px;
}
}
@media screen and (max-width:1399px) and (min-width:1200px){
.tvs-product-spec .tvs-product-spec-title > h1 {
    font-size: 60px;
}
.footer-registeration .footer-registeration-form .form-fields button {
    right: 0rem;
}
.footer-registeration .footer-registeration-form .form-fields input {
    width: 100%;
}
}

@media screen and (max-width:1199px) and (min-width:993px){
.footer-registeration .footer-registeration-form {
    width: 100%;
}
.footer-registeration .footer-registeration-form .form-fields input {
    width: 100%;
}
.footer-registeration .footer-registeration-form .form-fields button {
    right: 0rem;
}
.tvs-product-spec .tvs-product-spec-title > h1 {
    font-size: 55px;
}
.primary-tvs-product.slider-single {
    /*width: 95%;*/
}
.tvs-product-primary-img ,.tvs-product-spec{
    width: 50%;
}
.tvs-item-nav {
    width: 90% !important;
    margin-left: 10px;
}
.tvs-product-variations > li >.tvs-variations-content,.tvs-product-variations > li > p {
    font-size: 16px !important;
}
.tabs {
    width: 75%;
}
.specfic-wrapper > li {
    width: 160px;
}
.specfic-wrapper > li > span {
    width: 60px;
    height: 60px;
}
.specfic-wrapper > li > p {
    font-size: 12px;
}
.specific-title {
    padding: 60px 30px;
    width: 60%;
}
}
@media screen and (max-width:992px){
    .tvs-product-header,.tvs-product-spec,.tabs,.tvs-product-primary-img,.slider-nav.secondary-tvs-product   {
    width: 100%;
}
.tvs-product-banner-sec {
    width: 100%;
    flex-direction: column;
}
.tvs-product-spec {
    padding: 0px;
}
.tabs {
    padding: 0px 30px;
}
.wrapper_tabcontent {
    padding: 40px 30px;
}
#wrapper-tabs {
    margin-top: 50px;
}
.primary-tvs-product.slider-single {
    width: 100%;
    background-color: #fff;
}
.tabs-sec-two{
    display:none;
}
.Subscribe-header {
    flex-direction: column;
}
.footer-registeration .footer-registeration-form {
    width: 100%;
}
.footer-registeration .footer-registeration-form .form-fields input {
    width: 100%;
}
.footer-registeration .footer-registeration-form .form-fields button {
    right: 0rem;
}
.footer-registeration > ul >li {
    padding: 0px 0px;
}
.fusion-footer .fusion-footer-widget-area {
    padding: 40px 40px 0px !important;
}
}

/* Sudharsan Style */
.home_filter_wrapper {
    padding: 0px 100px;
    margin: 0 auto;
    position: relative;    
    width: 70%;
    display: flex;
    justify-content: center;
    transform: translateY(-150px);
    z-index: 99;
    bottom: 5%;
}
.home_filter_wrapper .home_filter_row {
    background: #fff;
    padding: 5px 20px;
    justify-content: space-between;
    width:40%;
}
.home_filter_wrapper .home_filter_row select {
    font-size: 20px;
    padding-right: 15px;
    background-color: transparent;
    border: transparent;
}
.home_filter_wrapper .home_filter_row .home_filter_img_1 {
    width: 40px;
    margin-right: 15px;
}
.home_filter_wrapper .home_filter_row .home_filter_img {
    width: 30px;
    margin-right: 15px;
}
.home_filter_wrapper .home_filter_arrow {
    width: 60px;
    cursor: pointer;
}
.home_filter_wrapper #error_message {
    position: absolute;
    top: 75px;
	color: red;
    background: #fff;
    padding: 3px 28px;
}
.home_filter_column {
    display: flex;
}
.filter-options {
    width: 100%;
}
/* Product listing */
.product_list_sec {
    margin-bottom: 80px;
}
.product_list_sec .products {
    width: 90%;
    margin: 0 auto;
}
.product_list_sec .products .product .fusion-product-wrapper {
    background-color: #EFEFEF;
}
.product_list_sec .products .product .product-details .product-title {
    font-size: 32px;
    font-weight: 500;
}
.product_list_sec .products .product .product-details .product-title a:hover {
    color: unset;
}
.product_list_sec .fusion-product-content {
    padding: 30px 30px 30px;
}
.product_list_sec .product-details .show_details_button {
    width: 100%;
    padding: 12px 25px;
    text-align: center;
    color: #fff;
    background: #2B8D50;
}
.product_list_sec .product-buttons, .woocommerce-container .sort-count, 
.woocommerce-container .fusion-grid-list-view, .woocommerce-container .order {
    display: none !important;
}
.product_list_sec .product_list_price {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.product_list_sec .product_list_price ins {
    text-decoration: none;
    margin-right: 15px;
    font-weight: 500;
}
.product_list_sec .product_list_price del {
    font-weight: 300;
}
.product_list_sec .product-details label.prod-field {
    font-weight: 400;
}
.product_list_sec .product-details label.prod-field-value {
    font-weight: 500;
}
.product_list_sec .product-images .crossfade-images {
    background: unset;
}
.product_list_bnr, .product_list_bnr img {
    width: 100%;
}
.woocommerce-container .catalog-ordering {
    justify-content: end;
    width: 95%;
    margin: 0 auto;
    padding: 50px 15px 25px 0px;
}
.woocommerce-container .catalog-ordering .orderby-order-container .current-li-content strong {
    display: none;
}
.woocommerce-container .catalog-ordering .orderby-order-container .current-li {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 90px 5px 20px;
}
.woocommerce-container .catalog-ordering .orderby-order-container .order-dropdown>li:after {
    content:"";
    width: 10px;
    height: 10px;
    top: 18px;
    right: 20px;
    border-left: 1px solid #dbdbdb;
    border: solid #333 !important;
    border-width: 0 1px 1px 0 !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg);
}
.woocommerce-container .catalog-ordering .orderby-order-container .order-dropdown ul>li>a {
    font-size: 16px;
    background: #fff;
    border-bottom: 1px solid #EFEFEF;
}
.page-template-template-store-locator .fusion-row {
    max-width: 100% !important;
}
.locator-banner {
    background: url(/wp-content/uploads/2024/04/store_locator_bnr.png) no-repeat;
    padding: 130px 0px;
    background-size: cover;
}
.locator-banner h1 {
    font-style: italic;
    text-align: center;
    font-size: 60px;
    letter-spacing: 1px;
}
.locator-banner .locator-field {
    text-align: center;
    margin-bottom: 60px;
}
.locator-banner select {
    background: transparent;
    border: 1px solid #707070;
    border-radius: 0px;
    padding: 0 15px;
    width: 25%;
    height: 40px;
}
.locator-banner .locator-field img {
    height: 40px;
    margin-left: 10px;
}
.locator-results {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    top: -80px;
    margin-bottom: 50px;
    height: 75vh;
}
.store_locator_address {
    width: 40%;
    background: #FAF1E4;
    padding: 40px 60px;
    overflow: auto;
    scrollbar-width: thin;
}
.store_locator_map {
    width: 60%;
}
.locator-results-lists {
    list-style-type: decimal-leading-zero;
}
.store_locator_map .address_iframe {
    width: 100%;
    height: 100%;
}
.locator-results .store_locator_list {
    display: flex;
    border-bottom: 1px solid #707070;
    padding: 25px 0;
}
/* .locator-results .store_locator_list:nth-child(5) {
    border-bottom: unset;
} */
.store_locator_number {
    background: #2B8D50;
    height: 33px;
    width: 75px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 200;
    font-size: 16px;
}
.store_locator_address .store-detail {
    margin-left: 15px;
}
.store_locator_address .store-detail p {
    font-weight: 500;
    font-size: 20px;
}
.store_locator_address .store-detail address {
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.store_locator_address .store_locator_landline {
    display: inline-grid;
}
.store_locator_address .store_locator_landline a, .store_locator_address .store_locator_tel a {
    font-size: 14px;
    font-weight: 400;
}
.store_locator_address .store_locator_landline a:hover, .store_locator_address .store_locator_tel a:hover {
    color: unset;
}
.store_locator_address .store_locator_tel {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.store_locator_address .store_locator_tel button {
    background: unset;
    border: unset;
    cursor: pointer;
    font-family: condor, sans-serif;
    font-weight: 500;
	color: #000;
}
.store_locator_address .store_locator_tel .locate_store img {
    width: 30px;
    margin-left: 15px;
}
.store_locator_landline {
    margin-top: 10px;
    margin-right: 10px;
}
.store_locator_tel_img {
    display: flex;
}
.store_locator_tel_img img {
    margin-right: 10px;
}
.store_loc_cus_wrap {
    display: flex;
    justify-content: center;
}
.store_loc_cus_container {
	width: 25%;
}
.store_loc_cus {
    border: 1px solid #707070;
    padding: 5px 15px;
    font-size: 16px;
	cursor: pointer;
}
.store_loc_cus_menu {
    display: none;
    list-style: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 25%;
    height: 35vh;
    overflow: auto;
    padding: 10px 15px;
}
.store_loc_cus_menu li {
	cursor: pointer;
}
.store_loc_cus_menu li:hover {
	background-color: #ddd;
}
.store_loc_cus_wrap img {
	height: 40px;
    margin-left: 10px;
}
.our_story_bnr_title {
    padding: 11% 0px 7%;
    text-align: center;
    color: #fff;
    font-style: italic !important;
}
.our_story_sec {
    text-align: center;
	margin-top: 13%;
	display: flex;
    justify-content: center;
}
.our_story_content {
	width: 50%;
	margin: 0 auto;
}
.our_story_title {
    font-style: italic !important;
    color: #2B8D50 !important;
    font-weight: 500 !important;
    text-align: center;
}
.our_story_title.our_story_title_top {
	position: absolute;
	width: 100%;
	margin-top: 120px !important;
}
.our_story_content, .our_story_cont_two p {
    font-size: 18px !important;
    font-weight: 400 !important;
	margin-bottom: 30px !important;
}
.our_story_cont_two {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about_us_wra {
    display: flex;
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    z-index: 999;
}
.about_us_sec {
    padding-top: 14%;
}
.about_our_story_img_1 {
	width: 15%;
    position: absolute;
    top: 30%;
    left: 3%;
}
.about_our_story_img_2 {
    width: 22%;
	position: absolute;
    right: 15%;
	bottom: 0%;
}
.about_our_story_img_3 {
	width: 15%;
    position: absolute;
    top: 10%;
    right: 0%;
}
.about_our_story_img_4 {
    position: absolute;
    top: 30%;
    width: 12%;
    left: 4%;
}
.about_our_story_img_5 {
    position: absolute;
    right: 20%;
	width: 22%;
	bottom: 0%;
}
.about_our_story_img_6 {
    position: absolute;
    top: 12%;
    right: 0;
	width: 13%;
}
.about_our_story_img_1_mbl, .about_our_story_img_2_mbl {
	display: none;
}
.about_us_row_left {
    width: 50%;
    padding: 70px 50px;
}
.about_us_row_right {
    width: 50%;
}
.about_us_cont_bold {
    font-weight: 500;
    font-style: italic !important;
}
.about_us_sign_up {
    display: flex;
    align-items: center;
}
.about_us_sign_up:hover {
    color: unset;
}
.about_us_sign_up img {
    margin-left: 25px;
    width: 60px;
}
.about_us_lucas_sec {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.about_us_lucas_sec h2 {
    color: #fff;
}
.about_us_lucas_section {
    padding: 0px !important;
}
.about_us_lucas_section .fusion-column-wrapper {
    margin: 0px !important;
}
.about_us_lucas_section .fusion-flex-content-wrap {
    max-width: 100% !important;
}
.about_us_lucas_wrap {
    margin-top: -150px;
}
.about_us_lucas_wrap img {
    width: 100%;
}
.about_us_infra_wrap {
    background-color: #F9FFED !important;
    padding: 150px 0 80px !important;
    margin-top: -120px !important;
    clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 0%, 100% 0%);
}
.about_us_infra_wrap .fusion-layout-column {
    width: 80% !important;
    margin: 0 auto;
    position: unset !important;
}
.about_us_infra_sec {
    width: 50%;
    padding-right: 30px;
}
.about_us_infra_fan {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}
.about_us_wrap  {
    margin-top: -13% !important;
}
.about_us_wrap .fusion-flex-content-wrap {
    z-index: unset !important;
}
.about_us_infra_wrap .fusion-flex-content-wrap {
    z-index: 0 !important;
    position: unset !important;
}
.about_us_infra_service {
    display: flex;
    margin-top: 130px;
}
.about_us_infra_service_row {
    width: 33.33%;
    padding: 0 30px;
}
.about_our_team_title {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 0;
}
.about_our_profile_sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_our_profile {
    display: flex;
    width: 48%;
    margin-bottom: 70px;
}
.about_our_profile img {
    width: 50%;
    object-fit: none;
    object-position: top;
}
.about_our_team_sec {
    margin: 0 auto;
    width: 80%;
}
.profile-name {
    border-top: 1px solid black;
    padding: 10px 0px;
    margin-top: 0;
    margin-bottom: 0;
}
.profile-desigination {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 30px;
}
.profile-experience1 {
    color: #504F4F;
    padding-bottom: 30px;
}
.profile-experience2 {
    color: #504F4F;
}
.profile-detail-section {
    margin: 0 20px;
    width: 50%;
}
.ceil-fan-wrap .slick-list, .osci-fan-wrap .slick-list {
    padding: 0px !important;
    margin: 0 20px !important;
}
.news-inner-part.slick-initialized.slick-slider {
    padding-top: 80px;
}
.news-inner-part .news_arrow_prev {
    position: absolute;
    top: 0;
    right: 12%;
}
.news-inner-part .news_arrow_next {
    position: absolute;
    top: 0;
    right: 7%;
}
.single-product .fusion-row {
    max-width: 100% !important;
}
.point-section-one img {
    width: 100%;
}
.home_bnr .home_bnr_mbl, .fusion-image-element .home_bnr_mbl, .home_filter_arrow_mobile, .check-prd-ftrs-mbl {
    display: none;
}
.home_bnr .home_bnr_tab, .fusion-image-element .home_bnr_tab, .home_filter_arrow_mobile, .check-prd-ftrs-mbl {
    display: none;
}
.filter-wrap {
    margin-bottom: 0px !important;
}
.home_fan_rot_anime {
	overflow: hidden;
}
.point-section-one .key-image-mbl, .image-section .fan-image-mbl, .tvs-product-variations.mobile-only {
	display: none !important;
}
.point-images {
    width: 20px !important;
	height: 20px !important;
}
/* Home filter options */
.filter_select_wrap {
	position: relative;
}
.filter_select_wrap .filter_default_option{
  	position: relative;
  	cursor: pointer;
	padding: 7px 50px;
}
.filter_select_wrap .filter_default_option:before{
    content: "";
    position: absolute;
    top: 13px;
    right: 0px;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #000000 #000000;
    transform: rotate(-45deg);
}
.filter_select_wrap .filter_select_ul{
	position: absolute; 
	left: 0; 
	display: none;
	background-color: #fff;
	list-style: none;
	width: 100%;
	z-index: 99;
}
.filter_select_wrap .filter_select_ul li{
  	padding: 5px 20px;
  	cursor: pointer;
	border-bottom: 1px solid #e4e0e0;
}
.filter_select_wrap .filter_select_ul li:nth-last-child(-n+1) {
	border-bottom: none;
}
.filter_select_wrap.active .filter_select_ul{
  display: block;
}
.filter_select_wrap.active .filter_default_option:before{
  top: 15px;
  transform: rotate(-225deg);
}
.filter_select_wrap .filter_default_option.filter_room_img:after {
    content: url("/wp-content/uploads/2024/01/home_filter_select_room.svg");
    position: absolute;
    left: 0;
	top: 10px;
}
.filter_select_wrap .filter_default_option.filter_cat_img:after {
    content: url("/wp-content/uploads/2024/06/product_category_icon.png");
    position: absolute;
    left: 0px;
	top: 0px;
    transform: scale(0.7);
}
.filter_select_wrap .filter_default_option.filter_color_img:after {
    content: url("/wp-content/uploads/2024/01/home_filter_select_color.svg");
    position: absolute;
    left: 5px;
	top: 10px;
    transform: scale(1.2);
}
.filter_select_wrap .filter_default_option.filter_budget_img:after {
    content: url("/wp-content/uploads/2024/05/home_filter_budget_icon.png");
    position: absolute;
    left: 0;
	transform: scale(.8);
    top: 0px;
}
.about_us_infra_fan_mbl {
	display: none;
}
.tech_welcome_title {
	width: 36% !important;
}
.tech_welcome_sec {
    width: 90%;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 60px;
	justify-content: center;
    text-align: center;
}
.tech_welcome_content {
    width: 50%;
	padding: 0 50px;
}
.tech_welcome_img_sec {
    width: 50%;
	padding: 0 30px;
	display: flex;
	align-items: center;
}
.tech_welcome_index {
	font-size: 26px;
    font-weight: 500;
	margin-bottom: 10px;
}
.tech_welcome_para {
	margin-bottom: 15px !important;
}
.tech_welcome_img_ul {
	list-style: none;
	padding: 0 20px;
}
.tech_welcome_img_ul li {
    display: flex;
    align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}
.tech_welcome_img_ul li p {
	margin-bottom: 0px!important;
	font-weight: 500;
}
.tech_welcome_img_ul li img {
    transform: scale(.8);
}
.our_promise_right_sec {
	display: flex;
    justify-content: center;
}
.our_promise_right_ul {
    list-style: none;
}
.our_promise_right_ul li {
    display: flex;
    align-items: center;
	gap: 30px;
	margin-top: 30px;
}
.our_promise_right_ul li:first-child {
	margin-top: 0px;
}
.our_promise_right_ul li img {
	transform: scale(.8);
}
.our_promise_right_ul li p {
	margin-bottom: 0px !important;
	font-size: 28px;
    font-weight: 500;
}
.our_promise_right_wrap {
	margin-bottom: 0px !important;
}
.fusion-fullwidth.abt-our-story-sec {
    background: url(https://tvsgreen.com/wp-content/uploads/2024/04/about_our_story_bnr.png);
    background-size: 100%;
	background-attachment: fixed;
}
.sticky-parent{
  	height: 250vh;
}
.sticky{
/* 	  position: sticky; */
	    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
	  top: 0px;
	  max-height: 100vh;
	  overflow-x: hidden;
	  overflow-y: hidden;
}
.dim{
	  display: block;
	  min-width: 100%;
	  height: 100vh;
		position: relative;
}
.horizontal{
  	display: flex;
}
.fade-right-1s {
  opacity: 0; /* Start with opacity 0 */
  animation: fadeRight 1s ease forwards; /* Apply the animation with ease timing function */
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-left-1s {
  opacity: 0; /* Start with opacity 0 */
  animation: fadeLeft 1s ease forwards; /* Apply the animation with ease timing function */
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.home_prdt_img_hover_col:hover, .home_prdt_ex_img_hover_col:hover {
	color: unset;
}
.home_prdt_img_hover, .home_prdt_ex_img_hover {
    position: relative;
	cursor: pointer;
}
.home_prdt_img_hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
	height: 80%;
	width: 60%;
    z-index: -1;
	transform: skew(-7deg, 0deg);
}
.home_prdt_img_hover:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5%;
	height: 80%;
	width: 0%;
    z-index: -1;
	transform: skew(-7deg, 0deg);
	transition: all 1s ease; 
}
.home_prdt_ex_img_hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
	height: 83%;
	width: 60%;
    z-index: -1;
	transform: skew(-7deg, 0deg);
}
.home_prdt_ex_img_hover:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5%;
	height: 83%;
	width: 0%;
    z-index: -1;
	transform: skew(-7deg, 0deg);
	transition: all 1s ease; 
}
.home_prdt_img_hover.yellow:before {
    border: 5px solid;
	border-image: linear-gradient(180deg, #F0FFD5, #E9FFC2) 1;
}
.home_prdt_img_hover.yellow:after{
	background: linear-gradient(180deg, #F0FFD5, #E9FFC2);
}
.home_prdt_img_hover.yellow:hover:after{
	width: 61%;
	left: 4%;
}
.home_prdt_img_hover.gold:before {
    border: 5px solid;
	border-image: linear-gradient(180deg, #FFF7EB, #FFEDD3) 1;
}
.home_prdt_img_hover.gold:after{
	background: linear-gradient(180deg, #FFF7EB, #FFEDD3);
}
.home_prdt_img_hover.gold:hover:after{
	width: 61%;
	left: 4%;
}
.home_prdt_img_hover.blue:before {
    border: 5px solid;
	border-image: linear-gradient(180deg, #EBFFFB, #B8F5EA) 1;
}
.home_prdt_img_hover.blue:after{
	background: linear-gradient(180deg, #EBFFFB, #B8F5EA);
}
.home_prdt_img_hover.blue:hover:after{
	width: 61%;
}
.home_prdt_ex_img_hover.yellow:before {
    border: 5px solid;
	border-image: linear-gradient(180deg, #F1FFD9, #FFFAD4) 1;
}
.home_prdt_ex_img_hover.yellow:after{
	background: linear-gradient(180deg, #F1FFD9, #FFFAD4);
}
.home_prdt_ex_img_hover.yellow:hover:after{
	width: 60%;
}
.home_prdt_ex_img_hover.blue:before {
    border: 5px solid;
	border-image: linear-gradient(180deg, #F5FFE3, #D5FFF7) 1;
}
.home_prdt_ex_img_hover.blue:after{
	background: linear-gradient(180deg, #F5FFE3, #D5FFF7);
}
.home_prdt_ex_img_hover.blue:hover:after{
	width: 60%;
}
.ceil-fan-wrap .slick-slide, .osci-fan-wrap .slick-slide  {
    padding: 0 15px;
}
/* Filter product page */
.page-template-template-product-result-page .fusion-row {
	max-width: 100% !important;
}
.filter_prdt_list {
	width: 90%;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 60px;
}
.filter_prdt_list .product-meta-container {
	width:  33.33%;
	display: grid;
}
.filter_prdt_col {
	background-color: #EFEFEF;
    margin: 20px;
}
.filter_prdt_list_details {
	padding: 0 30px 30px;    
	margin-top: -50px !important;
}
.filter_prdt_list_title {
	font-size: 32px;
	font-weight: 500;
}
.filter_prdt_list_spec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-top: 15px;
}
.filter_prdt_spec_row {
	position: relative;
}
.filter_prdt_spec_row::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #3C3C3C;
    border-radius: 5px;
    top: 5px;
    right: -30px;
}
.filter_prdt_spec_row:nth-last-child(-n+1)::after {
	display: none;
}
.filter_prdt_spec_label {
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.filter_prdt_spec_value {
	font-size: 16px;
	font-weight: 500;
}
.filter_prdt_list_btn {
	display: block;
	width: 100%;
    padding: 12px 25px;
    text-align: center;
    color: #fff;
    background: #2B8D50;
}
.filter_prdt_list_btn:hover {
	color: #fff;
}
.filter_prdt_list_price {
	text-align: center;
	padding: 20px 0px;
}
.filter_prdt_list_price ins {
	text-decoration: none;
    margin-right: 15px;
    font-weight: 500;
}
.filter_prdt_list_price ins .woocommerce-Price-currencySymbol {
	margin-right: 5px;
}
.filter_prdt_list_price del {
    font-weight: 300;
}
.filter_prdt_list .variation-color-codes {
	list-style: none;
}
.filter_prdt_list .variation-color-codes li {
	display: inline-block;
}
.filter_prdt_list .variation-color-codes li span {
	width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.filter_prdt_list_enqu_btn {
	width: 100%;
	text-align: center;
   	margin: 20px 0px 70px;
}
.filter_prdt_list_enqu_btn a {
	padding: 12px 25px;
    text-align: center;
    color: #fff;
    background: #2B8D50;
}
.filter_prdt_list_enqu_btn a:hover {
	color: #fff;
}
.filter_prdt_list > p {
	width: 100%;
	text-align: center;
}
.home_second_slider_arrow::before {
	filter: invert(1);
}
.slick-counter.home_second_slider_count {
	color: #fff !important;
}
.home_second_slider_bar .progressBar {
	background-color: #ede7e763 !important;
}
.item .inProgress.inProgress1 {
	background-color: #000 !important;
}
.item .inProgress.inProgress2 {
	background-color: #fff !important;
}
.home_filter_color_picker {
  	-webkit-appearance: none;
	padding: 2px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
}
.home_filter_color_picker::-webkit-color-swatch {
	  border: none;
	  border-radius: 15px;
	  padding: 0;
}
.home_filter_color_picker::-webkit-color-swatch-wrapper {
	  border: none;
	  border-radius: 15px;
	  padding: 0;
}



@media screen and (max-width: 350px){
/* 	.sticky {
	  max-height: 45%;
	}
	.dim {
	  height: 45%;
	} */
	.about_our_story_img_2_mbl {
		bottom: -110px !important; 
	}
/* 	.about_our_story_img_5 {
		display: none !important;
	} */
}
@media screen and (max-width: 400px){
	.home_prdt_img_hover:before {
		width: 80% !important;
	}
	.home_prdt_img_hover:after {
		width: 84% !important;
	}
	.home_prdt_ex_img_hover:before {
		height: 94% !important;
        top: 13px !important;
	}
	.home_prdt_ex_img_hover:after {
		height: 97% !important;
        top: 15px !important;
		width: 77%;
		left: 9%;
	}
}
@media screen and (min-width: 401px) and (max-width: 768px){
	.home_prdt_img_hover:after {
		width: 72% !important;
	}
	.home_prdt_ex_img_hover:after {
		height: 95% !important;
        top: 31px !important;
		width: 72%;
		left: 9%;
	}
}
@media screen and (min-width: 351px) and (max-width: 576px){
	.sticky {
	  max-height: 100vh;
	}
	.dim {
	  height: 100vh;
	}
}
@media screen and (max-width: 576px){
    .store_locator_address .store_locator_tel {
        display: grid;
    }
    .store_locator_address .store_locator_tel button {
        margin-top: 20px;
    }
	.ceil-fan-wrap .arrow-previous-outline,
    .ceil-fan-wrap .arrow-next-outline,
    .osci-fan-wrap .arrow-previous-outline,
    .osci-fan-wrap .arrow-next-outline{
        -webkit-transform: none;
        transform: none;
        width: 100%;
        max-width: 35px !important;
    }
	.feature-section {
        display: block !important;
    }
	.feature {
        margin: 20px 0px 10px 0px !important;
        gap: 20px;
        display: flex;
        align-items: center;
        width: 100%;
    }
	.feature-image {
		margin-bottom: 0px;
	}
	.about_us_infra_fan {
		display: none;
	}
	.about_us_infra_fan_mbl {
		display: block;
	}
	.about_us_infra_fan_mbl {
		position: absolute;
		top: -50px;
		z-index: -1;
		width: 100%;
        left: 0px;
	}
	.about_us_infra_fan_mbl img {
		width: 100%;
	}
	.ceil-fan-wrap .slick-slide, .osci-fan-wrap .slick-slide  {
    	padding: 0px !important;
	}
	.about_our_story_img_5 {
/* 		position: absolute;
		right: 0px;
		width: 50%;
		bottom: 0px; */
		display: none;
	}
	.about_our_story_img_2_mbl {
        position: absolute;
        bottom: 0% !important;
        right: 0%;
        width: 50%;
    }
	.menu .nav ul {
		padding: 50px 25px 0px;
	}
	.menu .nav .sub-button {
		font-size: 18px !important; 
	}
	.woocommerce-container .catalog-ordering .orderby-order-container {
        display: block;
        width: 100%;
    }
	.blog-lists li a {
		width: 100% !important;
	}
     .blog-lists li {
        width: 100%;
    }
}

@media screen and (max-width: 576px) and (min-height: 750px) {
	.about_our_story_img_5 {
		position: absolute;
		right: 0px;
		width: 50%;
		bottom: 0px;
		display: block;
	}
}
@media screen and (min-width: 577px) and (max-width: 768px){
	.about_our_story_img_5 {
		position: absolute;
		right: 0px;
		width: 40%;
		bottom: 0px;
	}
	.about_our_story_img_2_mbl {
        position: absolute;
        bottom: 0%;
        right: 0%;
        width: 40%;
    }
	.filter_prdt_list {
        width: 95% !important;
    }   
     .blog-lists li {
        width: 49%;
    }
	.blog-title {
		font-size: 22px !important; 
	}
	.blog-date {
		font-size: 16px !important;
	}
}
@media screen and (min-width: 641px) and (max-width: 768px){
	.single-product #wrapper .woocommerce-tabs .panel {
		margin-bottom: 50px;
    }
	.filter_prdt_list .product-meta-container {
		width: 50% !important;
	}
}
@media screen and (max-width: 500px){
	.home_bnr .home_bnr_mbl, .fusion-image-element .home_bnr_mbl, .home_filter_arrow_mobile {
        display: block !important;
    }
    .home_bnr .home_bnr_desktop, .home_bnr_desktop, .progressBarContainer, .slick-counter, .home_filter_wrapper .home_filter_arrow, .tvs-product-variations.desktop-only {
        display: none !important;
    }
	.home_bnr .home_bnr_tab, .fusion-image-element .home_bnr_tab, .home_filter_arrow_mobile {
        display: none !important;
    }
	.osci-sec .tvs-btns a { 
		width: 90% !important;
	}
	.tvs-btns a {
		color: #000 !important;
		width: 80% !important;
	}
	.prtnr-lft-wrap {
		width: 90% !important; 
	}
	.home_partner_first_sec .fusion-column-wrapper.fusion-column-has-shadow {
		margin: 0px;
	}
	.page-id-451 .fusion-fullwidth.ghm-third-sec {
		background: linear-gradient(174deg, rgb(253 253 253) 0%, rgba(244, 244, 244, 1) 93%, rgba(255, 255, 255, 1) 93%) !important;
	}
	.tvs-warranty-form .warranty-title {
		margin: 0px 15px 20px !important; 
	}
	.warranty-sec{
		padding: 0px 20px 30px 20px !important;
	}
}
@media screen and (min-width: 501px) and (max-width: 768px){
	 .home_bnr .home_bnr_mbl, {
        display: none !important;
    }
    .home_bnr .home_bnr_desktop, .home_bnr_desktop, .progressBarContainer, .slick-counter, .home_filter_wrapper .home_filter_arrow, .tvs-product-variations.desktop-only {
        display: none !important;
    }
	.home_bnr .home_bnr_tab, .fusion-image-element .home_bnr_mbl, .home_filter_arrow_mobile {
        display: block !important;
    }
	.osci-sec .tvs-btns a { 
		width: 92% !important;
	}
	.tvs-btns a {
		color: #000 !important;
		width: 85% !important;
	}
	.prtnr-lft-wrap {
		width: 95% !important; 
	}
	.page-id-451 .fusion-fullwidth.ghm-third-sec {
		background: linear-gradient(174deg, rgb(253 253 253) 0%, rgba(244, 244, 244, 1) 92%, rgba(255, 255, 255, 1) 92%) !important;
	}
	.tvs-warranty-form .warranty-title {
		margin: 0px 15px 20px !important; 
	}
	.warranty-sec{
		padding: 0px 5px 30px 5px !important;
	}
}
@media screen and (max-width: 768px){
    .product_list_sec .products {
        width: 100%;
    }
    .product_list_sec .products .product .product-details .product-title {
        font-size: 27px;
        padding: 0px 20px;
    }
    .product_list_sec .product-details .product-meta-values .prod-meta {
        width: 50%;
        margin: 10px 0;
    }
    .product_list_sec .product-details .product-meta-values .prod-meta:nth-child(2)::after {
        display: none;
    }
    .woocommerce-container .product_list_sec .products .fusion-product-content {
        padding: 15px 0px 0px !important;
    }
    .product_list_sec .product_list_price {
        text-align: left;
        padding: 10px 20px 20px;
    }
    .product_list_sec .product-details .product-meta-values .prod-meta label {
        font-size: 15px;
    }
    .product_list_sec .product-details .show_details_button {
        padding: 10px 25px;
    }
    .product_list_sec .product-details .product-meta-values .prod-meta::after {
        right: 20px !important;
    }
    .product_list_sec .product-details .product-meta-values .prod-meta:nth-child(even) {
        padding: 0 15px;
    }
    .product_list_sec .product-details .product-meta-values {
        padding: 0px;
        margin: 0 20px;
    }
    .woocommerce-container .catalog-ordering {
        padding: 30px 0 0;
        margin-bottom: 0 !important;
		align-items: end !important;
    }
    .product_list_bnr .product_list_bnr_desktop {
        display: none;
    }
    .product_list_bnr .product_list_bnr_mbl {
        display: block;
        width: 100%;
    }
    .product_list_sec {
        margin-bottom: 50px;
    }
    .woocommerce-container .catalog-ordering .orderby-order-container .orderby {
        margin: 30px 0px 30px 10px;
    }
    .locator-banner h1 {
        font-size: 40px;
    }
    .locator-banner select {
        width: 50%;
    }
    .locator-banner {
        padding: 50px 0px 100px;
    }
    .locator-results {
        display: block;
        margin-bottom: 0px;
    }
    .store_locator_address {
        width: 100%;
        padding: 15px 30px;
    }
     .store_locator_map {
        width: 100%;
        margin-top: 30px;
    }
    .store_locator_map .address_iframe {
        height: 350px;
    }
    .store_locator_address .store_locator_tel .locate_store img {
        margin-left: 10px;
    }
    .store_locator_number {
        height: 30px;
    }
    .home_bnr_slider .slider .slick-prev {
		display: none !important;
        top: 50% !important;
        left: 60px;
    }
    .home_bnr_slider .slider .slick-next {
		display: none !important;
        top: 50% !important;
        left: unset;
        right: 60px;
    }
    .fusion-fullwidth.promise-sec, .fusion-fullwidth.filter-sec {
        margin: 0px !important;
        padding: 0;
    }
    .fusion-text.fltr-cpy-wrap h2, .fusion-text.prmis-wrap h2 {
        font-size: 40px;
    }
    .fusion-text.fltr-cpy-wrap {
        width: 79% !important;
        top: 10% !important;
    }
    .fusion-text.fltr-cpy-wrap p {
        width: 85% !important;
    }
    .filter-drop-down {
        flex-wrap: wrap;
    }
    .home_filter_wrapper .home_filter_row {
        width: 100%;
    }
    .home_filter_wrapper {
        position: absolute;
        bottom: 7%;
        transform: translate(-50%, 0);
        left: 50%;
        padding: 0 !important;
        flex-wrap: wrap;
        justify-content: end;
		width: 87%;
    }
    .home_filter_arrow_mobile {
        margin-top: 10px;
    }
	.fusion-fullwidth.promise-sec {
		background: url(https://tvsgreen.com/wp-content/uploads/2024/04/promise.png) no-repeat;
		background-position: center center;
        background-size: 100% 80%;
		padding-top: 60px !important;
	}
	.fusion-fullwidth.promise-sec .fusion-flex-content-wrap {
		margin: 0px !important;
	}
    .promise-sec .prmis-lft-colm {
        width: 100%;
    }
    .promise-sec .prmis-rit-colm .fusion-column-wrapper {
        background: #fff;
		width: 85% !important;
    	margin: 0 auto;
		padding-top: 15px;
    }
	.fusion-text.prmis-wrap {
    	position: unset !important;
		transform: unset !important;
		margin: 0 30px;
	}
	.left-image-sections, .silent-bg-sec div#charge {
		display: none !important;
	}
    .fusion-layout-column.prmis-lg-wrap {
        width: 100% !important;
    }
    .fusion-layout-column.prmis-lg-wrap .fusion-column-wrapper {
        flex-direction: row !important;
/* 		justify-content: center; */
        align-items: center;
    }
    .ceil-fan-wrap {
        margin: 20px 30px 0px !important;
    }
    .osci-fan-wrap {
        margin: 20px 0px 0px !important;
    }
	span.right-colm-images-section img {
    	width: 70px !important;
		margin-bottom: 0px !important;
	}
	.prmis-txt p {
    	font-size: 20px !important;
   		line-height: 25px !important;
		margin: 0px 0px 0px 30px !important;
	}
	.fusion-layout-column.prmis-lg-wrap.top-row {
    	margin-bottom: 0px !important;
	}
	.prmis-rit-colm .prmis-lg-wrap.top-row, .prmis-rit-colm .prmis-lg-wrap {
		margin-top: 20px !important;
	}
	.home_explore_our_prdt_wrap {
		padding-top: 45px !important;
	}
	.small-desc-wrap .fusion-text h2, .fusion-text.fan-tit-wrap h3 {
		font-size: 40px !important;
		width: 90%;
    	margin: 0 auto;
	}
	.small-desc-wrap .fusion-text p, .fusion-text.fan-tit-wrap p {
		width: 80% !important; 
		margin-top: 15px !important;
	}
/* 	.fusion-fullwidth.ceil-fans-sec {
    	padding: 30% 0px !important;
	} */
	p.best-seller {
/* 		text-align: center;  */
		font-weight: 400 !important;
    	font-size: 20px !important;
	}
	.tvs-btns {
		row-gap: 30px;
	}
	.tvs-btns a {
		margin-right: 0px !important;
		justify-content: space-between;
		width: 80%; 
		font-weight: 400 !important;
	}
	.fusion-fullwidth.osci-sec {
		background-image: linear-gradient(to bottom, #fdfdfd, #fbfbfb, #f8f8f8, #f6f6f6, #f4f4f4);
    	padding-top: 20px;
    	padding-bottom: 25px !important;
	}
	.silent-sec {
		background: url(/wp-content/uploads/2024/11/home_change_bg_mbl_new.jpg) no-repeat !important;
		background-size: cover !important;
		padding: 90px 0 !important;
	}
	.fusion-fullwidth.fullwidth-box.silent-sec .fusion-builder-row {
		padding-top: 0px !important; 
		padding-bottom: 0px !important;
	}
	h1.sil-tit {
		color: #000 !important;
		font-size: 40px !important;
		width: 90%;
   		margin: 0 auto;
	}
	.sil-cpy {
		text-align: center !important;
		line-height: 25px;
		margin-top: 65% !important;
		width: 90% !important;
	}
	span.sil-spc {
    	font-size: 23px; 	
	}
	h2.patnr-titl, .fusion-fullwidth.fullwidth-box.news-sec h2 {
		font-size: 40px !important;
	}
	.hme-ptnr-cpy {
		margin-bottom: 40px !important; 
	}
	.fusion-fullwidth.fullwidth-box.news-sec {
    	margin-top: 20px !important;
		margin-left: 0px !important;
		background-size: 100% 75% !important;
	}
	.news-disp-img, .news-blw-img, .latest-news-wrap .news-wrap, .home-partner-sec .tvs-btns a, .point-section-one, .section-two {
		width: 100% !important; 
	}
	.latest-news-wrap {
		margin-left: 30px !important;
	}
	.news-inner-part .slick-slide {
		margin-right: 30px !important;
	}
	.news-inner-part .item h4 {
		width: 100% !important; 
		font-size: 20px !important;
	}
	.news-inner-part .news_arrow_next, .news-inner-part .news_arrow_prev {
		width: 50px !important
	}
	.news-inner-part .news_arrow_next {
		right: unset;
		left: 50px;
		top: 20px;
	}
	.news-inner-part .news_arrow_prev {		
		right: unset;
		left: 0px;
		top: 20px;
	}
	.news-inner-part.slick-initialized.slick-slider {
    	padding-top: 70px;
	}
	.ceil-fan-wrap .arrow-previous-outline,
    .ceil-fan-wrap .arrow-next-outline,
    .osci-fan-wrap .arrow-previous-outline,
    .osci-fan-wrap .arrow-next-outline{
        max-width: 45px !important;
    }
	.home_partner_first_sec {
		width: 100% !important;
	}
	/* Product details Page */
	.product_details_container {
    	display: block;
		width: 90%; 
		padding-top: 50px !important;
	}
	.product_details_container .avada-product-images-global {
		width: 100% !important; 
		margin: 0px !important;
	}
	.single-product #wrapper .product .summary.entry-summary {
        width: 100% !important;
		margin-left: 0px !important;
    }
	.product_details_container .entry-summary {
		margin: 0px !important; 
		padding: 0px !important;
	}
	.product_details_container .entry-summary .product_title, .ps-hang h3 {
		font-size: 40px !important;
	}
	.single-product .clearfix {
    	background: linear-gradient(180deg, #EFEFEF 0%, #FFFFFF 95%) 0 0 / 100% 35% no-repeat padding-box !important;
	}
	.pdp_cat_sec {
    	display: flex !important;
    	gap: 40px;
		width: 100% !important; 
		flex-wrap: wrap;
	}
	.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    	width: 40px !important;
		height: 40px !important; 
		margin-right: 20px !important;
	}
	.ps-hang {
		position: unset;
		width: 100%;
		height: 100%;
		transform: unset; 
	}
	.ps-hang-section {
    	width: 90%;
		padding: 50px 5px;
		transform: unset !important; 
	}
	.ps-hang h4 {
		font-size: 50px !important; 
	}
	.new-promise {
		font-size: 30px !important; 
		margin-top: 20px !important;
		margin-bottom: 0px !important;
	}
	.promise-datas, .promise-datas-section-two {
		padding: 20px 0px 0px !important; 
	}
	.key-feature {
		margin: -1px 0px 0px;
	}
	.key-sections {
    	display: block;
	}
	.point-section-one .key-image, .image-section .fan-image {
		display: none !important;
	}
	.point-section-one .key-image-mbl, .image-section .fan-image-mbl {
		display: block !important;
	}
	.point-section-two {
		padding: 40px 0px;
	}
	.image-section {
		overflow: hidden;
	}
	.key-feature {
    	margin-top: 55px;
    	margin-bottom: 20px;
	}
	.image-section {
		margin: 55px 0px 0px;
	}
	.image-section .fan-image-mbl {
		width: 100% !important;
	}
	.feature {
    	flex: 45% !important;
		margin: 10px 10px 15px;
	}
	.feature-section {
		display: flex;
	}
	.feature-text {
		width: 100% !important;
	}
	.product-key-feature  {
		margin: 10px 0px 25px !important;
	}
	.promise-data-list, .promise-data-list-sections, .promise-data-list-section-two {
		width: 100% !important;
	}
	.promise-data-list img, .promise-datas-section-two img {
		width: 80px !important; 
	}
	.promise-content {
		max-width: unset !important; 
		font-size: 20px;
	}
	.tvs-product-variations.mobile-only {
		display: flex !important;
		flex-wrap: wrap;
		border: unset;
	}
	.tvs-product-variations.mobile-only li {
		width: 50%;
		flex: unset;
		padding: 20px 0;
        border-bottom: 1px solid;
	}
	.tvs-product-variations.mobile-only li:nth-last-child(-n + 2) {
		border-bottom: unset;
	}
	.product_details_container .entry-summary .tvs-product-variations .tvs-variations-content, 
	.product_details_container .entry-summary .variations_form .variations label{
		font-weight: 500;
		text-wrap: balance;
	}
	.product_meta .tvs-product-btn {
		margin: 0px 0px 20px !important;
	}
	.prd-ftr-otr-wrap {
		margin: 50px 0px 0px !important;
	}
	.single-product #wrapper .woocommerce-tabs .panel {
		width: 100% !important;
		padding: 0px !important;
	}
	.check-prd-ftrs {
		display: none !important;
	}
	.check-prd-ftrs-mbl {
		display: block !important;
	}
	.check-prd-ftrs-dropdown {
		width: 100%;
		position: relative;
	}
	.check-prd-ftrs-dropdown .check-prd-ftrs-select {  
		position: relative;
		display: block;
		width: 100%;
		height: 60px;
		line-height: 60px;
		color: #000;
		font-size: 18px;
		background: transparent linear-gradient(106deg, #E9FFC2 0%, #A5EFE1 100%) 0% 0% no-repeat padding-box !important;    
		z-index: 5;
		cursor: pointer;
		transform-style: preserve-3d;  
		transform-origin: 50% 0%;
		transition: transform 300ms;
		user-select: none;
		padding: 0px 30px;
		font-size: 20px;
	}
	.check-prd-ftrs-dropdown .check-prd-ftrs-select:after {
		content: '';
        position: absolute;
        top: 20px;
        right: 30px;
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
	}
	.check-prd-ftrs-dropdown-list {
		position: absolute;
		top: 0px;
		width: 100%;
	}
	.check-prd-ftrs-dropdown-list li a {
		display: block;
	}
	.check-prd-ftrs-dropdown-list li {
		position: absolute;
		width: 100%;
		line-height: 60px;
		cursor: pointer;
		background: transparent linear-gradient(106deg, #E9FFC2 0%, #A5EFE1 100%) 0% 0% no-repeat padding-box !important;
		transition-duration: .3s;
		list-style: none;
		user-select: none;
	}
	.check-prd-ftrs-dropdown-list li:nth-child(1){z-index:3;}
	.check-prd-ftrs-dropdown-list li:nth-child(2){z-index:2;}
	.check-prd-ftrs-dropdown-list li:nth-child(3){z-index:1;}
	.check-prd-ftrs-dropdown .check-prd-ftrs-select:active:after {
		content: '';
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
	}
	.check-prd-ftrs-dropdown.active .check-prd-ftrs-select:after {
		content: '';
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
	}
	.check-prd-ftrs-dropdown.active .check-prd-ftrs-dropdown-list li {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
		font-size: 20px;
		padding: 0 30px;
	}
	.check-prd-ftrs-dropdown.active .check-prd-ftrs-dropdown-list li:nth-child(1) {
		transform: translateY(100%);
	}
	.check-prd-ftrs-dropdown.active .check-prd-ftrs-dropdown-list li:nth-child(2) {
		transform: translateY(200%);
	}
	.check-prd-ftrs-dropdown.active .check-prd-ftrs-dropdown-list li:nth-child(3) {
		transform: translateY(300%);
	}
	.avada-single-product-gallery-wrapper {
		background: unset;
	}
	.single-product .woocommerce-product-gallery .flex-viewport, .product_details_container .avada-product-images-global .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
		background: #fff;
	}
	.single-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev .flex-prev {
		left: 0px;
	}
	.single-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next .flex-next {
		right: 0px;
	}
	.about_our_story_img_1, .about_our_story_img_2, .about_our_story_img_3, .about_our_story_img_6 {
		display: none;
	}
	.about_our_story_img_1_mbl, .about_our_story_img_2_mbl {
		display: block;
	}
	.about_our_story_img_1_mbl {
		position: absolute;
		top: 3%;
    	left: 0%;
	}
	.our_story_sec {
    	margin-top: 240px !important;
	}
	.our_story_title.our_story_title_top {
    	margin: 175px 0 0px;
		font-size: 40px !important;
	}
	.about_our_story_img_4 {
		top: 3% !important;
		width: 100px !important;
	}
	.about_us_sec .our_story_title {
        font-size: 40px !important;
    }
	.our_story_content {
		width: 100%;
	}
	.about_us_sign_up {
		justify-content: space-between;
	}
	.about_us_lucas_section h2 {
        margin-bottom: 40px;
    }
	.tech_welcome_sec {
		width: 100%; 
		display: block;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.tech_welcome_content {
		width: 98%;
		margin: 0 auto;
		padding: 0 15px;
	}
	.tech_welcome_img_sec {
		width: 100%;
		padding: 30px 0px;
		display: block;
	}
	.tech_welcome_img_ul li {
		gap: 20px;
		margin-bottom: 10px;
	}
	.tech_welcome_title {
		max-width: 80% !important;
	}
	.our_promise_right_wrap .fusion-column-wrapper {
		padding-left: 0px !important;
	}
	.our_promise_right_sec {
		background-color: #fff;
		width: 90%;
		margin: 0 auto; 
	}
	.our_promise_right_ul li img {
		transform: scale(.6);
		width: 40%;
	}
	.our_promise_right_ul li p {
		font-size: 23px; 
		width: 60%;
        padding-right: 20px;
		line-height: 30px;
	}
	.our_promise_right_ul li {
		gap: 0px;
		margin-top: -30px;
	}
	.our_promise_right_wrap {
		width: 100% !important;
	}
	.home_prdt_img_hover:hover:after,  .home_prdt_ex_img_hover:hover:after {
    	display: none;
	}
	.ceil-fan-wrap .slick-slide, .osci-fan-wrap .slick-slide  {
    	padding: 0 10px;
	}
	.our_story_content, .our_story_cont_two p {
		margin-bottom: 20px !important;
	}
	.filter_prdt_list {
		width: 100%; 
		padding: 40px 0px 50px;
	}
	.filter_prdt_list .product-meta-container {
		width: 100%; 
	}
	.filter_prdt_list_details {
		padding: 15px 0px 0px !important;
	}
	.filter_prdt_list_title {
		font-size: 27px;
        padding: 0px 20px;
	}
	.filter_prdt_list_spec {
		width: unset;
		margin: 0 20px;
	}
	.filter_prdt_spec_row {
		width: 50%;
		margin: 10px 0;
	}
	.filter_prdt_spec_row::after {
		right: 20px;
	}
	.filter_prdt_spec_row:nth-child(2)::after {
        display: none;
    }
	.filter_prdt_spec_row:nth-child(even) {
    	padding: 0 15px;
	}
    .footer-registeration.right {
    	padding: 0px;
    }
	.fusion-footer .fusion-columns .fusion-column {
		margin: 0px;
	}
	.privacy-header > p {
		font-size: 20px;
	}
	.home_prdt_img_hover:before, .home_prdt_ex_img_hover:before {
		width: 70%;
	}
	.home_prdt_ex_img_hover:before {
		top: 25px;
		left: 8%;
		height: 95% !important;
	}
	h2.bee-rat-h2 {
        font-size: 35px !important;
        width: 100% !important;
        max-width: 90% !important;
    }
	.store_loc_cus_container, .store_loc_cus_menu {
		width: 60%; 
	}
	.bnr-3-cpy {
		display: none;
	}
}

@media screen and (min-width:769px) and (max-width:992px){
    .home_filter_wrapper {
        width: 100%;
		transform: translateY(-100px);
		bottom: 0%; 
		padding: 0px 20px !important;
    }
	.fusion-text.fltr-cpy-wrap {
		top: 7% !important;
	}
    .product_list_sec .products {
        width: 95%;
    }
	.fusion-text.fltr-cpy-wrap p {
    	width: 50% !important;
	}
    .product_list_sec .products .product .product-details .product-title {
        font-size: 27px;
    }
    .product_list_sec .product-details .product-meta-values .prod-meta {
        width: 50%;
        padding: 7px 0;
    }
	.product_list_sec .product-details .product-meta-values .prod-meta:nth-child(even) {
		padding: 0 15px;
	}
    .product_list_sec .product-details .product-meta-values .prod-meta:nth-child(2)::after {
        display: none;
    }
    .product_list_sec .product-details .product-meta-values .prod-meta::after {
        right: 15px !important;
    }
    .product_list_sec .products .product {
        width: 50%;
    }
    .product_list_sec {
        margin-bottom: 50px;
    }
	.woocommerce-container .product_list_sec .fusion-product-content {
		margin-top: -20px !important; 
	}
    .woocommerce-container .catalog-ordering {
        padding: 50px 0px 25px 0px;
    }
    .locator-results {
        width: 80%;
    }
    .locator-banner h1 {
        font-size: 50px;
    }
    .locator-banner {
        padding: 50px 0px 110px;
    }
    .locator-results {
        display: block;
        margin-bottom: 0px;
    }
    .store_locator_address {
        width: 100%;
        padding: 20px 40px;
    }
    .store_locator_map {
        width: 100%;
        margin-top: 30px;
    }
    .store_locator_map .address_iframe {
        height: 450px;
    }
    .store_locator_address .store_locator_tel .locate_store img {
        margin-left: 10px;
    }
    .store_locator_number {
        width: 55px;
        height: 35px;
    }
	.fusion-fullwidth.promise-sec, .fusion-fullwidth.filter-sec {
    	margin: 0px 3% !important;
	}
	span.cypf-wrap {
		margin-top: 30px !important; 
	}
	.fusion-text.fltr-cpy-wrap h2, .fusion-text.prmis-wrap h2, h2.patnr-titl, h2.gs_reveal.nws-tit {
		font-size: 40px !important;
	}
	.home_filter_wrapper .home_filter_row .home_filter_img {
    	width: 25px;
    	margin-right: 10px;
	}
	.home_filter_wrapper .home_filter_row .home_filter_img_1 {
		width: 35px;
		margin-right: 10px;
	}
	.home_filter_wrapper .home_filter_row select {
		font-size: 18px; 
		width: 90%;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
	.home_filter_wrapper .home_filter_row {
		padding: 0px 20px; 
	}
	.fusion-layout-column.prmis-lg-wrap {
		width: 40% !important;
	}
	.fusion-layout-column.prmis-lg-wrap.top-row {
    	margin-bottom: 20px !important;
	}
	span.right-colm-images-section img {
		width: 70px !important; 
	}
	.prmis-txt p {
		font-size: 23px !important;
		line-height: 30px !important;
	}
	.fusion-text.prmis-wrap {
    	left: 57% !important;
		width: 100% !important;
	}
	.home_explore_our_prdt_wrap {
		padding-top: 20px !important;
	}
	.small-desc-wrap .fusion-text p {
		width: 65% !important; 
	}
	.fusion-fullwidth.ceil-fans-sec {
		padding: 5% 0px 10% !important;
	}
	.ceil-fan-wrap .arrow-previous-outline,
    .ceil-fan-wrap .arrow-next-outline,
    .osci-fan-wrap .arrow-previous-outline,
    .osci-fan-wrap .arrow-next-outline{
        max-width: 45px !important;
		height: 100%;
    }
	.ceil-fan-wrap {
		margin: 20px 50px 0px !important;
	}
	.osci-fan-wrap {
		margin: 20px 30px 0px !important;
	}
	.tvs-btns img {
		width: 50px !important;
	}
	h1.sil-tit {
		font-size: 50px !important;
	}
	span.sil-spc {
    	font-size: 25px !important;
	}
	.prtnr-lft-wrap .tvs-btns {
		row-gap: 30px;
	}
	span.fusion-imageframe.green-fan-wrap {
		width: 80% !important;
		left: 50% !important;
		transform: translate(-50%, 0px) !important;
	}
	.news-inner-part .item h4, .dt-n-rm-wrap {
		width: 100% !important;
	}
	.fusion-fullwidth.fullwidth-box.news-sec {
		background-size: 50% 75% !important; 
	}
	.news-inner-part .news_arrow_next {
		width: 60px !important;
    	right: 35px !important;
	}
	.news-inner-part .news_arrow_prev {
		width: 60px !important;
		right: 100px !important;
	}
	.news-inner-part .slick-slide {
		margin-right: 30px !important;
	}
	/* Product details Page */
	.product_details_container {
    	display: block;
		width: 90%; 
		padding-top: 80px !important;
	}
	.product_details_container .avada-product-images-global {
		width: 100% !important; 
		margin: 0px !important;
	}
	.single-product #wrapper .product .summary.entry-summary {
        width: 100% !important;
		margin-left: 0px !important;
    }
	.product_details_container .entry-summary {
    	margin: 0px !important;
		padding: 0px !important; 
	}
	.product_meta .tvs-product-btn {
		margin-top: 0px !important;
		margin-bottom: 40px !important;
	}
	.single-product #wrapper .woocommerce-tabs .panel {
		width: 100% !important;
		padding: 0px !important;
	}
	.prd-ftr-otr-wrap {
		margin: 0px auto !important;
		width: 90%;
	}
	.ps-hang {
        position: unset;
        width: 100%;
        height: 100%;
        transform: unset;
    }
	.ps-hang-section {
        width: 90%;
        padding: 50px 0px 60px;
        transform: unset !important;
    }
	.ps-hang h3 {
		font-size: 40px !important; 
	}
	.ps-hang h4 {
    	font-size: 55px !important;
	}
	.prdt_promise_wrap {
        width: 100%;
        margin: 0 auto;
		display: flex;
    }
	.promise-data-list, .promise-data-list-sections, .promise-data-list-section-two {
        width: 100% !important;
    }
	.promise-datas, .promise-datas-section-two {
        padding: 0px 0px !important;
		width: 100%;
    }
	.key-sections {
		display: block; 
	}
	.point-section-one, .section-two, .fan-image {
    	width: 100% !important;
	}
	.point-section-two {
		padding: 50px 0px 50px;
	}
	.feature {
		flex: 30%;
		margin: 30px 30px 0px 30px;
	}
	.key-feature {
		margin-left: 40px;
    	margin-right: 40px;
	}
	.our_story_title {
		font-size: 60px !important; 
	}
	.our_story_sec {
    	margin-top: 25%;
	}
	.our_story_title.our_story_title_top {
        margin-top: 100px;
    }
	.our_story_cont_two, .our_story_content {
    	width: 80%;
	}
	.about_our_story_img_1 {
		width: 20%;
		top: 15%;
		left: 0%;
	}
	.about_our_story_img_3 {
		width: 20%;
		top: 3%;
		right: 0%;
	}
	.about_our_story_img_2 {
		width: 30%;
		right: 20%;
		bottom: 0%;
	}
	.about_our_story_img_4 {
    	top: 10%;
		width: 15%;
		left: 5%;
	}
	.about_our_story_img_6 {
    	top: 2%;
		width: 20%;
	}
	.about_our_story_img_5 {
		right: 15%;
        width: 28%;
        bottom: 0%;
	}
	.our_story_bnr_title, .our_story_title.our_story_title_top, .about_us_sec .our_story_title, .about_us_lucas_sec h2, .about_us_infra_sec h2, .about_our_team_title {
		font-size: 45px !important;
	}
	.about_us_row_right {
		width: 90%;
    	margin: 0 auto;
	}
	.about_us_row_left {
		width: 90%;
		margin: 40px auto 140px;
		padding: 0px !important;
	}
	.about_us_infra_wrap {
		margin-top: -50px !important; 
		padding: 80px 0 !important;
	}
	.about_us_infra_wrap .fusion-layout-column {
		width: 90% !important; 
	}
	.about_us_infra_service {
		margin-top: 25px !important; 
	}
	.about_our_team_title {
		margin: 40px 0px !important;
	}
	.profile-name {
		font-size: 35px !important; 
	}
	.filter_select_wrap .filter_default_option {
		padding: 7px 5px 7px 24px;
		font-size: 15px;
		font-weight: 500;
	}
	.filter_default_option:before {
		top: 12px !important;
		right: -10px !important;
		width: 8px !important;
		height: 8px !important; 
	}
	.filter_select_wrap .filter_default_option.filter_room_img:after {
		transform: scale(.7);
		left: -18px;
    	top: 6px;
	}
	.filter_select_wrap .filter_default_option.filter_color_img:after {
		left: -8px;
		top: 7px;
		transform: scale(.8);
	}
	.filter_select_wrap .filter_default_option.filter_budget_img:after {
		left: -16px;
		transform: scale(.6);
		top: -3px;
	}
	.filter_select_wrap .filter_default_option.filter_cat_img:after {
		left: -15px;
		transform: scale(0.5);
		top: -3px;
	}
	.home_filter_wrapper .home_filter_row:nth-child(2), .home_filter_wrapper .home_filter_row:nth-child(3) {
		width: 30% !important;
	}
	.tech_welcome_sec {
		margin-top: 10px;
	}
	.tech_welcome_sec, .tech_welcome_content, .tech_welcome_img_sec {
		width: 100%; 
	}
	.tech_welcome_img_sec {
		margin-top: 20px;
	}
	.tech_welcome_img_ul li {
		margin-bottom: 15px;
	}
	h2.bee-rat-h2.tech_welcome_title {
		width: 63% !important; 
	}
	.our_promise_right_ul li img {
    	transform: scale(.5);
	}
	.our_promise_right_ul li p {
		font-size: 20px; 
	}
	.our_promise_right_ul li {
		gap: 0px;
		margin-top: 0px;
		max-height: 100px;
	}
	.home_prdt_img_hover:before {
		left: 4%;
		height: 80%;
		width: 70%;
	}
	.home_prdt_img_hover:after {
		height: 80%;
	}
	.home_prdt_img_hover:hover:after {
		height: 80%;
		width: 72% !important;
	}
	.home_prdt_ex_img_hover:before {
        left: 9%;
        height: 90%;
        width: 75%;
        top: 35px;
	}
	.home_prdt_ex_img_hover:after {
		height: 92%;
		top: 35px;
		left: 9%;
	}
	.home_prdt_ex_img_hover:hover:after {
		height: 92%;
        width: 77% !important;
	}
	.filter_prdt_list {
		width: 95%; 
		padding: 0px 0px 50px;
	}
	.filter_prdt_list .product-meta-container {
    	width: 50%;
	}
	.filter_prdt_list_title {
		font-size: 27px;
	}
	.filter_prdt_list_details {
		margin-top: -20px !important; 
	}
	.filter_prdt_spec_row {
		width: 50%;
		margin: 10px 0;
	}
	.filter_prdt_spec_row::after {
		right: 20px;
	}
	.filter_prdt_spec_row:nth-child(2)::after {
        display: none;
    }
	.filter_prdt_spec_row:nth-child(even) {
    	padding: 0 15px;
	}
	.footer-registeration.left {
   		padding: 30px 20px 0px;
    }
    .footer-registeration.right {
    	padding: 0px 20px 0px;
    }
	.fusion-footer .fusion-footer-widget-area {
		padding: 40px 60px 10px !important;
	}
	.menu .nav ul {
		padding: 50px 45px 0px;
	}
	.menu .nav .sub-button {
		font-size: 19px !important; 
	}
	.fusion-fullwidth.ghm-third-sec {
		background: linear-gradient(174deg, rgb(253 253 253) 0%, rgba(244, 244, 244, 1) 93%, rgba(255, 255, 255, 1) 93%) !important;
	}
	.page-id-451 .fusion-fullwidth.ghm-third-sec {
		background-size: 100% 100% !important;
	}
	.bee-des {
		width: 60% !important; 
	}
	.bee-image {
    	width: 50% !important;
	}
	.fusion-layout-column.bee-desc-wrap {
		background-size: 35% !important;
	}
	h2.bee-rat-h2 {
        margin-bottom: 0px !important;
    }
	.bee-rate-cpy-wrap {
		margin: 10px auto 0px !important;
	}
	.about_us_sec {
		padding-top: 17%;
	}
	.store_loc_cus_container, .store_loc_cus_menu {
		width: 60%; 
	}
	.main-bnr-three-description { 
		font-size: 32px !important;
	}
	.main-bnr-three-heading {
		font-size: 76px;
	}
	.bnr-3-cpy {
		position: absolute;
		top: 40%;
		left: 33%;
		transform: translate(-50%, -50%);
		text-align: left;
	}
}
@media screen and (min-width: 993px) and (max-width: 1200px){
    .product_list_sec .products {
        width: 95%;
    }
    .product_list_sec {
        margin-bottom: 50px;
    }
    .product_list_sec .products .product .product-details .product-title {
        font-size: 25px;
    }
    .product_list_sec .product-details .product-meta-values .prod-meta {
        width: 50%;
        padding: 7px 0;
    }
	.product_list_sec .product-details .product-meta-values .prod-meta:nth-child(even) {
		padding: 0 15px;
	}
    .product_list_sec .product-details .product-meta-values .prod-meta:nth-child(2)::after {
        display: none;
    }
    .product_list_sec .product-details .product-meta-values .prod-meta::after {
        right: 10px !important;
    }
    .woocommerce-container .catalog-ordering {
        padding: 50px 0px 25px 0px;
    }
    .store_locator_address {
        padding: 15px 30px;
    }
    .store_locator_address .store_locator_tel .locate_store img {
        margin-left: 10px;
    }
	.fusion-text.fltr-cpy-wrap h2, .fusion-text.prmis-wrap h2, h2.patnr-titl, h2.gs_reveal.nws-tit, .grn-txt {
		font-size: 45px !important;
	}
	.fusion-text.fltr-cpy-wrap p {
		width: 50% !important;
	}
	.home_filter_wrapper {
		padding: 0px 40px !important;
		width: 100% !important;
		transform: translateY(-100px) !important;
		bottom: 0% !important;
		flex-wrap: wrap;
	}
	.filter_select_wrap {
		width: 100% !important;
	}
	.home_filter_wrapper .home_filter_row {
		padding: 0px 20px !important; 
	}
	.home_filter_wrapper .home_filter_row select {
		font-size: 18px !important; 
	}
	.home_filter_wrapper .home_filter_row .home_filter_img_1 {
		width: 35px !important;
		margin-right: 10px !important;
	}
	.home_filter_wrapper .home_filter_row .home_filter_img {
		width: 25px !important;
		margin-right: 10px !important;
	}
	.fusion-text.prmis-wrap {
    	left: 35% !important;
	}
	span.right-colm-images-section img {
        width: 70px !important;
    }
	.fusion-layout-column.prmis-lg-wrap {
    	width: 40% !important;
	}
	.prmis-txt p {
		font-size: 23px !important;
        line-height: 30px !important;
    }
	.small-desc-wrap .fusion-text p, .fusion-text.fan-tit-wrap p {
    	width: 50% !important;
	}
	.fusion-fullwidth.ceil-fans-sec {
		padding: 10% 0px !important;
	}
	.ceil-fan-wrap .arrow-previous-outline, .ceil-fan-wrap .arrow-next-outline, .osci-fan-wrap .arrow-previous-outline, .osci-fan-wrap .arrow-next-outline {
        max-width: 45px !important;
		height: 100%;
    }
	.ceil-fan-wrap, .osci-fan-wrap {
		margin: 50px 50px 10px !important;
	}
	.fusion-fullwidth.osci-sec {
    	background-size: 100% 65% !important;
		padding-top: 15px;
	}
	h2.patnr-titl {
    	padding-top: 0px !important;
	}
	.prtnr-lft-wrap .tvs-btns {
		gap: 30px;
	}
	.fusion-fullwidth.fullwidth-box.home-partner-sec {
		padding-bottom: 20px !important;
	}
	.fusion-fullwidth.fullwidth-box.news-sec {
		background-size: 60% 75% !important;
	}
	.news-inner-part .item h4 {
        width: 100% !important;
		padding: 20px 30px !important;
    }
	.dt-n-rm-wrap {
		width: 100% !important;
	}
	.news-inner-part .slick-slide {
        margin-right: 20px !important;
    }
	.news-inner-part .news_arrow_next {
		width: 60px !important;
    	right: 50px !important;
	}
	.news-inner-part .news_arrow_prev {
		width: 60px !important;
    	right: 110px !important;
	}
	.product_details_container .avada-product-images-global {
    	margin: 0px 15px 0px 15px !important;
	}
	.product_details_container .entry-summary .product_title {
        font-size: 40px !important;
    }
	.product_details_container .entry-summary {
		margin: 0px 15px 0px 15px !important;
		padding: 30px;
	}
	.pdp_cat_sec {
		width: 100% !important;
	}
	.tvs-product-btn > a {
    	padding: 10px 26px;
	}
	.product_meta .tvs-product-btn {
		margin-top: 0 !important;
	}
	.ps-hang {
    	width: 75%;
	}
	.ps-hang-section {
		width: 80%; 
		padding: 0 35px !important;
	}
	.promise-data-list img, .promise-datas-section-two img {
    	width: 65px !important;
	}
	.ps-hang h4 {
    	font-size: 50px !important;
	}
	.ps-hang h3 {
		font-size: 40px !important;
	}
	.new-promise {
   		margin-top: 15px !important;
		margin-bottom: 10px !important;
	}
	.point-section-one {
    	width: 55%;
	}
	.section-two {
		width: 45%;
	}
	.point-section-two {
    	padding: 0 60px;
	}
	.fan-image {
		width: 80% !important; 
	}
	.feature {
    	margin: 30px 30px 0px 30px;
		flex: 27%;
	}
	.promise-data-list, .promise-data-list-sections, .promise-data-list-section-two {
		width: 50% !important;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.prdt_promise_wrap {
		margin-bottom: 20px;
	}
	.pdp_info_icon>img {
		width: 20px !important; 
	}
	.our_story_title {
		font-size: 60px !important;
	}
	.our_story_sec {
    	margin-top: 20%;
	}
	.our_story_bnr_title {
    	padding: 15% 0px 10% !important;
	}
	.filter_select_wrap .filter_default_option {
		padding: 7px 15px 7px 30px; 
		font-size: 17px;
	} 
	.filter_select_wrap .filter_default_option.filter_room_img:after {
		left: -15px;
		transform: scale(.8);
	}
	.filter_select_wrap .filter_default_option.filter_color_img:after {
		left: -9px;
		transform: scale(1);
	}
	.filter_select_wrap .filter_default_option.filter_cat_img:after {
		left: -13px;
		transform: scale(0.6);
	}
	.filter_select_wrap .filter_default_option.filter_budget_img:after {
		left: -15px;
    	transform: scale(.7);
	}
	.tech_welcome_sec {
		width: 100%; 
		margin-top: 10px;
	}
	.tech_welcome_img_sec {
		display: block;
	}
	.tech_welcome_img_ul li {
		margin-bottom: 10px;
	}
	h2.bee-rat-h2.tech_welcome_title {
		width: 55% !important; 
	}
	.our_promise_right_ul li img {
    	transform: scale(.6);
	}
	.our_promise_right_ul li {
    	gap: 0px;
		margin-top: 0px;
	}
	.our_promise_right_ul li p {
		font-size: 25px; 
	}
	.promise-datas {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.promise-data-list {
		margin-bottom: 20px;
	}
	.home_prdt_img_hover:before {
		left: 4.4%;
		height: 80%;
	}
	.home_prdt_ex_img_hover:before {
		left: 10%;
		height: 100%;
        width: 70%;
	}
	.home_prdt_img_hover:after {
		height: 80%;
	}
	.home_prdt_img_hover:hover:after {
		width: 62% !important;
	}
	.home_prdt_ex_img_hover:after {
		height: 100%;
		left: 10%;
	}
	.home_prdt_ex_img_hover:hover:after {
		width: 72% !important;
	}
	.our_story_bnr_title, .our_story_title.our_story_title_top, .about_us_sec .our_story_title, .about_us_lucas_sec h2, .about_us_infra_sec h2, .about_our_team_title {
		font-size: 55px !important;
	}
	.about_our_story_img_1 {
		width: 20%;
		position: absolute;
		top: 30%;
		left: 0%;
	}
	.about_our_story_img_2 {
		width: 30%;
		right: 15%;
		bottom: 0%;
	}
	.about_our_story_img_3 {
		width: 16%;
		top: 13%;
	}
	.about_our_story_img_4 {
		top: 30%;
		width: 15%;
		left: 2%;
	}
	.about_our_story_img_5 {
		width: 30%;
	}
	.about_our_story_img_6 {
    	width: 16%; 
		top: 9%;
	}
	.about_our_profile_sec .about_our_profile img {
    	width: 35% !important;
	}
	.woocommerce-container .product_list_sec .fusion-product-content {
		margin-top: -15px !important; 
	}
	.filter_prdt_list {
		width: 95%; 
		padding: 0px 0px 50px;
	}
	.filter_prdt_list_title {
		font-size: 27px;
	}
	.filter_prdt_list_details {
		margin-top: -25px !important; 
	}
	.filter_prdt_spec_row {
		width: 50%;
		margin: 10px 0;
	}
	.filter_prdt_spec_row::after {
		right: 10px;
	}
	.filter_prdt_spec_row:nth-child(2)::after {
        display: none;
    }
	.filter_prdt_spec_row:nth-child(even) {
    	padding: 0 15px;
	}
	.single-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev .flex-prev {
		left: 5px
	}
	.single-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next .flex-next {
		right: 5px;
	}
	.menu .nav ul {
		padding: 50px 35px 0px;
	}
	.menu .nav .sub-button {
		font-size: 19px !important; 
	}
	.fusion-fullwidth.ghm-third-sec {
		background: linear-gradient(174deg, rgb(253 253 253) 0%, rgba(244, 244, 244, 1) 93%, rgba(255, 255, 255, 1) 93%) !important;
	}
	.page-id-451 .fusion-fullwidth.ghm-third-sec {
		background-size: 100% 100% !important;
	}
	.fusion-layout-column.bee-desc-wrap {
		background-size: 30% !important;
	}
	h2.bee-rat-h2 {
        margin-bottom: 0px !important;
    }
	.main-bnr-three-description { 
		font-size: 40px !important;
	}
	.bnr-3-cpy {
		position: absolute;
		top: 50%;
		left: 30%;
		transform: translate(-50%, -50%);
		text-align: left;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .product_list_sec .products .product .product-details .product-title {
        font-size: 30px;
    }
    .product_list_sec .product-details .product-meta-values .prod-meta {
        width: 50%;
        padding: 7px 0;
    }
    .product_list_sec .product-details .product-meta-values .prod-meta:nth-child(2)::after {
        display: none;
    }
    .product_list_sec .product-details .product-meta-values .prod-meta::after {
        right: 30px !important;
    }
    .home_filter_wrapper {
        padding: 0px 35px;
        width: 90%;
		bottom: 0px !important;
    }
	.fusion-text.fltr-cpy-wrap {
		top: 12% !important;
	}
	.fusion-text.fltr-cpy-wrap p {
    	width: 50% !important;
	}
	.fusion-text.prmis-wrap {
    	left: 38% !important;
	}
	.fusion-layout-column.prmis-lg-wrap {
    	width: 35% !important;
	}
	span.right-colm-images-section img {
    	width: 80px !important;
	}
	.prmis-txt p {
    	font-size: 25px !important;
	}
	.small-desc-wrap .fusion-text p {
    	width: 40% !important;
	}
	.fusion-fullwidth.ceil-fans-sec {
    	padding: 8% 0px 10% !important;
	}
	.fusion-fullwidth.osci-sec {
    	background-size: 100% 65% !important;
	}
	h1.sil-tit {
		font-size: 80px !important;
	}
	.news-inner-part .news_arrow_next {
		right: 70px !important;
	}
	.news-inner-part .news_arrow_prev {
		right: 140px !important;
	}
	.news-inner-part .slick-slide {
        margin-right: 30px !important;
    }
	.pdp_info_icon>img {
		width: 10% !important;
	}
	.point-section-one {
    	width: 60%;
	}
	.section-two {
		width: 40%; 
	}
	.fan-image {
		width: 70% !important; 
	}
	.feature {
    	margin: 30px 30px 10px 30px;
    	flex: 17%;
	}
	.ps-hang {
		width: 60%;
	}
	.ps-hang-section {
		width: 80%;
	}
	.new-promise {
    	margin-top: 20px !important;
	}
	.promise-data-list img, .promise-datas-section-two img {
    	width: 70px !important;
	}
	.our_story_sec {
		margin-top: 20%;
	}
	.about_us_wra {
		width: 80% !important; 
	}
	.about_us_row_left {
		padding: 15px 20px !important; 
	}
	.home_filter_wrapper .home_filter_row {
		padding: 5px 15px; 
	}
	.filter_select_wrap .filter_default_option {
		padding: 7px 15px 7px 50px;
	}
	.tech_welcome_sec {
		width: 100%; 
		margin-top: 15px;
	}
	.tech_welcome_img_ul li {
		gap: 20px;
	}
	h2.bee-rat-h2.tech_welcome_title {
		width: 50% !important; 
	}
	.our_promise_right_ul li img {
    	transform: scale(.7);
	}
	.home_prdt_img_hover:before {
		left: 4.2%;
		height: 80%;
	}
	.home_prdt_img_hover:hover:after {
    	width: 62% !important;
	}
	.home_prdt_ex_img_hover:before {
		left: 12%;
        height: 95%;
        width: 70%;
        top: 15px;
	}
	.home_prdt_ex_img_hover:after {
		top: 15px;
		left: 13%;
		height: 97%;
	}
	.home_prdt_ex_img_hover:hover:after {
		width: 71% !important;
	}
	.our_story_title.our_story_title_top {
		margin-top: 120px !important;
	}
	.about_us_infra_wrap .fusion-layout-column {
		width: 90% !important; 
	}
	.about_us_infra_service {
		margin-top: 70px; 
	}
	.about_us_infra_wrap {
    	padding: 150px 0px 140px !important;
    	clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 0%, 100% 0%);
	}
	.about_our_story_img_1 {
    	width: 17%;
		top: 35%; 
	}
	.about_our_story_img_2 {
    	width: 25%;
		right: 20%; 
	}
	.about_our_story_img_3 {
    	width: 17%;
    	top: 9%;
	}
	.about_our_story_img_4 {
		top: 37%;
    	width: 13%;
	}
	.about_our_story_img_5 {
    	right: 30%;
		width: 20%; 
	}
	.about_our_story_img_6 {
    	top: 12%;
		width: 15%; 
	}
	.woocommerce-container .product_list_sec .fusion-product-content {
		margin-top: -20px !important; 
	}
	.filter_prdt_list {
    	width: 95%;
		padding: 0px 0px 70px;
	}
	.filter_prdt_list_title {
		font-size: 30px;
	}
	.filter_prdt_list_details {
		margin-top: -25px !important; 
	}
	.filter_prdt_spec_row {
		width: 50%;
		margin: 10px 0;
	}
	.filter_prdt_spec_row::after {
		right: 20px;
	}
	.filter_prdt_spec_row:nth-child(2)::after {
        display: none;
    }
	.filter_prdt_spec_row:nth-child(even) {
    	padding: 0 15px;
	}
	.single-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev .flex-prev {
		left: 5px
	}
	.single-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next .flex-next {
		right: 5px;
	}
	.menu {
		width: 33% !important;
	}
	.main-bnr-three-description { 
		font-size: 45px !important;
	}
	.bnr-3-cpy {
		position: absolute;
		top: 48%;
		left: 30%;
		transform: translate(-50%, -50%);
		text-align: left;
	}
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .product_list_sec .products .product .product-details .product-title {
        font-size: 30px;
    }
    .news-inner-part .news_arrow_prev {
        right: 13%;
    }
    .home_filter_wrapper {
        bottom: 3%;
        width: 80%;
		padding: 0px 50px;
    }
    .small-desc-wrap .fusion-text p {
        width: 35% !important;
    }
    .about_us_wra {
        width: 80%;
    }
    .about_us_infra_fan {
        width: 50%;
    }
    .about_us_infra_service {
        margin-top: 50px;
    }
    .product_list_sec .products {
        width: 95%;
    }
	.our_story_sec {
		margin-top: 17%;
	}
	.home_filter_wrapper .home_filter_row {
		padding: 5px 15px;
	}
	.tech_welcome_sec {
		width: 90%;
	}
	h2.bee-rat-h2.tech_welcome_title {
		width: 45% !important; 
	}
	.promise-data-list {
		margin-bottom: 20px; 
	}
	.home_prdt_img_hover:before {
		left: 4.4%;
		height: 85%;
	}
	.home_prdt_ex_img_hover:before {
		left: 10%;
		height: 96%;
		width: 70%;
		top: 15px;
	}
	.home_prdt_ex_img_hover:after {
		top: 15px;
		left: 11%;
		height: 98%;
	}
	.home_prdt_ex_img_hover:hover:after {
		width: 71% !important;
	}
	.home_prdt_img_hover:after {
		height: 85%;
		left: 5%;
	}
	.home_prdt_img_hover:hover:after {
		width: 62% !important;
	}
	.about_us_infra_wrap {
		clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 0%, 100% 0%);
	}
	.about_our_story_img_1 {
    	width: 17%;
		top: 32%; 
	}
	.about_our_story_img_2 {
    	width: 25%;
		right: 22%; 
	}
	.about_our_story_img_3 {
    	width: 16%;
		top: 10%; 
	}
	.about_our_story_img_4 {
		top: 33%;
    	width: 13%;
	}
	.about_our_story_img_5 {
		right: 30%;
		width: 22%;
		bottom: 0%; 
	}
	.about_our_story_img_6 {
    	top: 14%;
		width: 15%; 
	}
	.filter_prdt_list {
    	width: 95%;
		padding: 0px 0px 70px;
	}
	.filter_prdt_list_title {
		font-size: 30px;
	}
	.filter_prdt_list_details {
		margin-top: -25px !important; 
	}
	.filter_prdt_spec_row::after {
		right: -15px;
	}
	.filter_prdt_list_enqu_btn {
    	margin: 10px 0px 100px;
	}
	.menu {
		width: 29% !important;
	}
	.main-bnr-three-description { 
		font-size: 45px !important;
	}
	.bnr-3-cpy {
		position: absolute;
		top: 48%;
		left: 30%;
		transform: translate(-50%, -50%);
		text-align: left;
	}
}
@media screen and (min-width: 1601px) and (max-width: 1800px) {
    .product_list_sec .product-details .product-meta-values .prod-meta::after {
        right: -15px !important;
    }
    .home_filter_wrapper {
        width: 80%;
    }
    .about_us_wra {
        width: 70%;
    }
    .about_us_infra_fan {
        width: 50%;
    }
	.our_story_sec {
		margin-top: 15%;
	}
	.home_filter_wrapper .home_filter_row {
		padding: 5px 15px;
	}
	.tech_welcome_sec {
		width: 90%;
	}
	.home_prdt_img_hover:before {
		left: 4.4%;
		height: 85%;
	}
	.home_prdt_img_hover:after {
		height: 85%;
	}
	.home_prdt_img_hover:hover:after {
		width: 62% !important;
	}
	.home_prdt_ex_img_hover:before {
		left: 10%;
		top: 15px;
		height: 96%;
	}
	.home_prdt_ex_img_hover:after {
		top: 15px;
		left: 11%;
		height: 97%;
	}
	.home_prdt_ex_img_hover:hover:after {
		width: 62% !important;
	}
	.filter_prdt_list {
		padding: 0px 0px 70px;
	}
	.filter_prdt_list_enqu_btn {
    	margin: 10px 0px 100px;
	}
}
@media screen and (min-width: 1801px) and (max-width: 2000px) {
    .product_list_sec .product-details .product-meta-values .prod-meta::after {
        right: -30px !important;
    }
	.home_prdt_img_hover:before {
		left: 4.4%;
		height: 87%;
	}
	.home_prdt_img_hover:after {
    	height: 87%;
		left: 4.4%;
	}
	.home_prdt_img_hover:hover:after {
    	width: 62% !important;
	}
	.home_prdt_ex_img_hover:before {
		left: 4.4%;
		height: 99%;
	}
	.home_prdt_ex_img_hover:after {
		height: 100%;
	}
	.home_prdt_ex_img_hover:hover:after {
		width: 62% !important;
	}
	.filter_prdt_list_enqu_btn {
    	margin: 10px 0px 100px;
	}
}
@media screen and (min-width: 2001px) {
    .ceil-fan-wrap, .osci-fan-wrap {
        margin: 50px 150px 30px !important;
    }
    .latest-news-wrap .news-wrap {
        width: 90%;
    }
    h2.gs_reveal.nws-tit {
        margin-left: 50px;
    }
    .hme-ptnr-cpy {
        width: 70% !important;
    }
    .news-inner-part .news_arrow_prev {
        right: 240px;
    }
    .news-inner-part .news_arrow_next {
        right: 160px;
    }
    .home_filter_wrapper {
        bottom: 8%;
    }
    .fusion-text.fltr-cpy-wrap {
        top: 20%;
    }
    .small-desc-wrap .fusion-text p {
        width: 20% !important;
    }
    div#charge {
        left: 15%;
    }
    .about_us_wrap {
        margin-top: -9% !important;
    }
    .about_us_lucas_sec {
        width: 30%;
    }
    .about_us_infra_wrap .fusion-layout-column, .about_our_team_sec {
        width: 90% !important;
    }
    .about_us_infra_fan {
        width: 35%;
    }
    .about_us_infra_fan img {
        width: 100%;
    }
    .about_us_infra_wrap {
        padding: 200px 0 !important;
        margin-top: -165px !important;
    }
    .promise-data-list img, .promise-datas-section-two img {
        width: 100px !important;
    }
    .new-promise {
        margin-top: 50px !important;
        margin-bottom: 25px !important;
    }
    .promise-datas-section-two {
        padding-top: 50px !important;
    }
	.our_story_title {
		margin-top: 100px !important;
	}
	.our_promise_right_ul li {
    	gap: 40px;
    	margin-top: 50px;
	}
	.our_promise_right_ul li img {
    	transform: scale(1);
	}
	.home_prdt_img_hover:before {
		left: 4.6%;
		height: 87%;
	}
	.home_prdt_img_hover:after {
		height: 88%;
	}
	.home_prdt_img_hover:hover:after {
		width: 62% !important;
	}
	.home_prdt_ex_img_hover:before {
		left: 4.6%;
		height: 97%;
	}
	.home_prdt_ex_img_hover:after {
		height: 100%;
		top: 0px;
	}
	.home_prdt_ex_img_hover:hover:after {
		width: 62% !important;
	}
	.about_us_sec {
    	padding-top: 10%;
	}
	.filter_prdt_col {
		margin: 30px; 
	}
	.woocommerce-container ul.products li .product-details .fusion-price-rating .product-meta-values .prod-meta {
		width: 20%; 
	}
	.woocommerce-container ul.products li .product-details .fusion-price-rating .product-meta-values .prod-meta::after {
		right: 0px !important;
	}
	.filter_prdt_list_enqu_btn {
    	margin: 10px 0px 100px;
	}
	.prmis-lft-colm .left-image-sections {
		height: 900px;
		object-fit: cover;
	}
	.home_explore_our_prdt_wrap {
    	padding-top: 60px !important;
	}
	.about_us_lucas_wrap img {
		height: 1000px;
	}
}
@media screen and (min-width: 2100px) {
    .about_us_wra {
        width: 50%;
    }
	.filter_prdt_spec_row {
		width: 20%; 
	}
	.filter_prdt_spec_row::after {
		right: 0px;
	}
}
@media screen and (min-width: 2300px) {
	.home_prdt_img_hover:before {
		left: 3.4%;
	}
	.home_prdt_ex_img_hover:before {
		left: 3.4%;
	}
	.home_prdt_img_hover:after, .home_prdt_ex_img_hover:after {
		left: 3.4%;
	}
}
@media screen and (min-width: 1700px) {
	#overview { 
		height: 950px;
	}
}

/* Product List page Style - Alagu */

.woocommerce-container ul.products li .product-details .fusion-price-rating .price{
    display: none;
}
.woocommerce-container ul.products li .product-details .fusion-price-rating .product-meta-values{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-top: 15px;
}
.woocommerce-container ul.products li .product-details .fusion-price-rating .product-meta-values .prod-meta{
    position: relative;
}
.woocommerce-container ul.products li .product-details .fusion-price-rating .product-meta-values .prod-meta:nth-child(4)::after{
    display: none;
}
.woocommerce-container ul.products li .product-details .fusion-price-rating .product-meta-values .prod-meta::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #3C3C3C;
    border-radius: 5px;
    top: 5px;
    right: -10px;
}
.woocommerce-container ul.products li .product-details .fusion-price-rating .product-meta-values .prod-meta label{
    display: block;
    font-size: 16px;
}
.woocommerce-container ul.products li .product-details .fusion-price-rating .product-meta-values .variation-color-codes li{
    display: inline-block;
}
.woocommerce-container ul.products li .product-details .fusion-price-rating .product-meta-values .variation-color-codes li span{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.woocommerce-container ul.products li .product-details .product-buttons .product-buttons-container{
    display: flex;
    justify-content: center;
}
.woocommerce-container ul.products li .product-details .product-buttons .product-buttons-container .product_type_variable{
    display: none;
}
.woocommerce-container ul.products li .product-details .product-buttons .product-buttons-container .show_details_button::before{
    display: none;
}
/* End Product List page Style - Alagu */


.inProgress2 {
	background-color: #fff !important;
}
.slide-three img {
	margin-left: 20px;
}