.inner_baner {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.inner_baner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 10px;
}

.inner_baner::before {
  background: #000000c7;
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.inner_baner ul li a,
.inner_baner ul li {
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  z-index: 1;
  transition: all 0.3s;
}

.inner_baner ul li:last-child,
.inner_baner ul li a:hover {
  color: #FDBB05;
}

/* .sk-tab-header {
  display: flex;
  margin-bottom: 20px;
}

.sk-tab {
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ccc;
}

.sk-tab.active {
  background-color: #09c0a7;
}

.sk-tab-content {
  display: none;
  border: 1px solid #ccc;
  padding: 20px;
  width: 200px;
  height: 200px;
  text-align: center;
}

.sk-tab-content.active {
  display: block;
} */
.brand_Accordion {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.prodlistSidebarInner .brand_Accordion{
  margin-bottom: 0px;
}
.accordion {
  width: 100%;
  padding: 15px 40px 15px 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  color: #FDBB05;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.prodlistSidebar h4 {
  width: 100%;
  padding: 15px 40px 15px 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  color: #FDBB05;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.toggleArrow {
  /* background-image: url(../img/brandlisting/down-arrow.png); */ 
    /* background-image: url(../img/product/down-arrow.png); */
    position: absolute;    
    /* transform: translateY(-50%); */
    background-repeat: no-repeat;
    background-position: center center;
    /* transform: rotate(270deg); */
    transition: all 0.3s;
    filter: brightness(1) grayscale(1);
    background-size: 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.toggleArrow::after{
    content: "";
    right: 15px;
    top: 18px;
    width: 16px;
    height: 16px;
    background: url(../img/product/down-arrow.png) no-repeat center center;
    filter: brightness(1) grayscale(1);
    position: absolute;
    background-size: 15px;
    transform: rotate(-90deg);
}
.accordion.active,
.accordion:hover {
  background-color: #202020;
}
.accordion.active .toggleArrow::after{
  background: url(../img/product/down-arrow.png) no-repeat center center;
  filter: brightness(1) invert(0);
  background-size: 15px;
  transform: rotate(90deg);
  filter: brightness(1) invert(0);
}

.panel {
  /* max-height: 0; */
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f6f6f6;
}

.inner_page .com_section {
  padding: 100px 0;
}

.brandPara p {
  text-align: justify;
}

.panel_Inner {
  padding: 20px 15px;
}

.brandContainer {
  position: relative;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  border-radius: 10px;
}

.search-input {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 15px 45px 15px 15px;
  background-color: #ffffff;
  color: #6c6c6c;
  border-radius: 6px;
  border: none;
  transition: all 0.4s;
  border-radius: 10px;
}

.search-input:focus {
  border: none;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: 0 1px 12px #b8c6db;
  -webkit-box-shadow: 0 1px 12px #b8c6db;
}

.search-btn {
  background-color: transparent;
  font-size: 18px;
  padding: 6px 9px;
  margin-left: -45px;
  border: none;
  color: #6c6c6c;
  transition: all 0.4s;
  z-index: 10;
}

.search-btn:hover {
  transform: scale(1.2);
  cursor: pointer;
  color: black;
}

.search-btn:focus {
  outline: none;
  color: black;
  box-shadow: none;
}

.brandAside_Img {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}

.brandAside_Img div {
  width: 80px;
  padding: 5px;
  background-color: #ffffffc7;
  border-radius: 10px;
}
 
.brandAside_Img div img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.sort-by-container {
  display: flex;
  gap: 10px;
  border-radius: 10px;
  padding: 0px 0px;
  align-items: center;
  justify-content: space-between;
}
.sort-by-container p{
  margin-bottom: 0px !important;
}
.sort-by-container select{
  width: 100%;
  border: 1px solid #ccc;
}
select#sortby {
  padding: 10px 10px;
  border-radius: 10px;
}

.option-container {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
}

.option-container img {
  display: block;
  width: 30px;
}

.brand_MainHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: none;
}

.brand-sec1 .brand_MainHead{
  display: block;
}

/* .brand_MainHeading h5 {
  font-size: 22px;
  padding-top: 10px;
  line-height: 1.2;
  padding-top: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: capitalize;
} */

/* .brand-sec1 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 50px;
} */

.brand-sec1 .featuredBox2 {
  width: calc(33% - 15px);
  margin-bottom: 30px;
}

.brand-sec2 {
  margin-bottom:35px;
  position: relative;
}

.compare_sec.compare_sec3 {
  padding-top: 0;
}

.brand_Main .commonSec {
  padding: 0 0 !important;
}

/* .brand-sec3 .row{
    overflow: hidden;
}
.brand-sec3 .swiper{
    overflow: visible !important;
} */
.logoSwiper .logoSlideDiv {
  height: 100px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

/* .logoSwiper .swiper-button-next:after,
.logoSwiper .swiper-button-prev:after {
  font-size: 16px;
  color: #FDBB05;
}
.logoSwiper.swiper-button-next:hover:after,
.logoSwiper .swiper-button-prev:hover:after {
  color: #ffffff;
} */
.accordion-item {
  margin-bottom: 20px;
  border-radius: 10px !important;
  overflow: hidden;
}

.accordion-header {
  background-color: #f1f1f1;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: background-color 0.6s ease;
  position: relative;
}

.accordion-header::before {
  background-image: url(../img/product/down-arrow.png);
  position: absolute;
  content: "";
  right: 40px;
  top: 20px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(270deg);
  transition: all 0.3s;
}
.blogDetails .accordion-header::before {
  right: 20px;
  top: 20px;
}
.accordion-header.active,
.accordion-header:hover {
  background-color: #181818;
}

.accordion-header.active span,
.accordion-header span {
  color: #FDBB05;
}

.accordion-header.active::before {
  transform: rotate(90deg);
}

.accordion-body {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: white;
  background-color: #181818;
}

/* .sk-accordion .accordion-body{
  padding: 0 18px 30px;
} */
.accordion-body span,
.accordion-body p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

.accordion-body span {
  padding-top: 5px;
}

.accordion-body p {
  width: 100%;
  overflow-y: auto;
  padding-left: 50px;
}

/* .accordion-header .icon {
  float: right;
}

.accordion-header .icon {
  transition: transform 0.2s ease-out;
  transform: rotate(90deg);
  font-size: 20px;
  font-weight: 600;
  color: #FDBB05;
  width: 15px;
  height: 15px;
}

.accordion-header.active .icon {
  transform: rotate(270deg);
} */

.accordion-header h5,
.accordion-header h4 {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  color: #000;
}
.accordion-header.active span, .accordion-header span{
  color: #000;
}
.accordion-header h5,
.accordion-header h4 {
  padding-right: 50px;
}
.product_Main .accordion-header.active h5, .product_Main .accordion-header.active h4, .accordion-header.active span, .accordion-header span{
  color: #fdbb05;
}
.accordion-header span,
.accordion-body span {
  display: inline-block;
  width: 45px;
  height: 100%;
  font-weight: 600;
}
.brandparaD {
  display: flex;
  padding: 0px 20px 10px 0px;
}
.blogDetails .accordion-header h4{
  width: calc(100% - 45px);
}
/* ---------blog_section---------- */
.blog_section {
  padding: 100px 0;
}
.inner_page.blog .blog_section{
  padding-bottom: 0px;
}
.blogListing {
  display: flex;
  justify-content: end;
}
.blogListing ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.blogListing ul li a,
.blogListing a.page-numbers,
.blogListing span.page-numbers {
  background-color: #eaeaea;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0 5px;
  line-height: 40px;
}
.blogListing span.page-numbers.current {
  background-color: #FDBB05;
}
.blogListing a.next.page-numbers,
.blogListing a.prev.page-numbers {
  width: auto;
  height: auto;
  background-color: transparent;
}
.blogListing ul li:first-child a {
  background-color: #FDBB05;
}
.blogListing ul li:hover a,
.blogListing a.page-numbers:hover {
  background-color: #FDBB05;
  color: rgb(0, 0, 0);
}
.blogListing a.next.page-numbers:hover,
.blogListing a.prev.page-numbers:hover {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #FDBB05;
}
.wishListPage {
  min-height: 500px;
}
.blogAsideD {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.blogAsideD1 .search-input {
  border: 1px solid #c7c7c7;
  background: #f9f9f9;
  overflow: hidden;
}
/* .blogAsideD2 {
  margin-bottom: 30px;
  padding: 20px;
} */
.blog_aside_heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.blog_aside_heading.hdLev {
  font-weight: 700;
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 35px;
}
.blogAsideD2 ul li a {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  position: relative;
  p{
    margin-bottom: 0px;
  }
}
.blogAsideD2 ul li.cat-active a{
  color: #FDBB05;
}
.blogAsideD2 ul li a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 20px;
  background-color: #6c6c6c;
  border-radius: 50%;
  transition: all 0.3s;
}
.blogAsideD2 ul li.cat-active a:before {
  background-color: #FDBB05;
}
.blogAsideD2 ul li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.blogAsideD2 ul li:first-child p {
  transition: all 0.3s;
}
.blogAsideD2 ul li p:first-child {
  font-size: 16px;
}
.blogAsideD2 ul li p:last-child {
  font-size: 16px;
  font-weight: 600;
}
.blogAsideD2 ul li:hover a::before {
  background-color: #FDBB05;
}
.blogAsideD2 ul li.cat-active a, .blogAsideD2 ul li.cat-active a p,
.blogAsideD2 ul li:hover a p {
  color: #FDBB05;
}
.blog_aside_Img {
  height: 95px;
  transform: scale(1);
  overflow: hidden;
  transition: all 0.3;
  border-radius: 10px;
}
.blog_aside_Img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-position: left top;
}
.blog_aside_Text div {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 6px;
}
.blog_aside_Text div p {
  line-height: 1.2;
  font-size: 16px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog_aside_Text div img {
  filter: brightness(0) invert(0);
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.blogAsideD3 .row:hover .blog_aside_Img img {
  transform: scale(1.1);
}
.blogAsideD3 .row:hover .blog_aside_Text div p {
  color: #FDBB05;
}
.blogAsideD3 .row:hover .blog_aside_Text div img {
  filter: none;
}
.blog_aside_date {
  color: #bbbbbb;
  font-size: 14px;
  margin-bottom: 5px;
}
.blogAsideD3 .row:not(:last-child) {
  margin-bottom: 20px;
}
.blog_aside_Text a:hover {
  color: #FDBB05;
}
.blog_asideTag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog_Tag a {
  display: inline-block;
  padding: 10px;
  background-color: #efefef;
  border-radius: 10px;
  text-align: center;
  color: #FDBB05;
}
.blogMain,
.blogAside {
  margin-bottom: 50px;
}
.blogFaq .brand_MainHeading {
  text-align: center;
}
.blogFaq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.blogFaq .sk-accordion {
  width: 80%;
}
.blogAside .detailsContentTxt .wpcf7 form.invalid .wpcf7-response-output {
  text-align: end;
}
/* blog Details */
.blogDetails_section {
  padding: 100px 0 100px;
}
.blogDetailsMain {
  padding: 20px;
  box-shadow: rgb(0 0 0 / 25%) 2px -2px 11px 1px,
    rgb(0 0 0 / 0%) 0px 1px 2px 0px;
  border-radius: 20px;
}
.blogDetailsD1 {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom:15px;
}
.blogDetailsD1 img {
  height: 100%;
  width: 100%;
}
.blogDetailsD2 {
  margin-bottom:10px;
}
.blogDetailsD2 ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}
.blogDetailsD2 ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.blogDetailsD2 ul li i{
  color:#a3a3a3;
}

.blogDetailsD2 ul lI p {
  margin-bottom: 0;
  color: #a3a3a3;
}

.blogDetailsD2 ul li:not(:first-child) {
  padding-left:0px;
}

/* .blogDetailsD2 ul li:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a3a3a3;
} */

.blogDetails .blogDetailsD3 h5 {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: #000000;
}

.blogDetailsD3 p {
  margin-bottom: 30px;
}

.blogDetailsD3 p:last-child {
  margin-bottom: 50px;
}

.blogDetailsD4 {
  margin-bottom: 30px;
}

.detailsD4_img {
  margin-bottom: 20px;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s;
}

.detailsD4_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.detailsD4_img:hover img {
  transform: scale(1.1);
}

.blogDetailsD6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 20px 0;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.blogDetailsD6 ul {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.blogDetailsD6 ul li:first-child {
  font-weight: 700;
  font-size: 20px;
  color: #FDBB05;
}
.blogDetailsD6 ul li:not(:first-child) {
  font-weight: 500;
  font-size: 16px;
}

.blogDetailsD6 ul:last-child{
  width:100%;
  padding-top: 20px;
}
.blogDetailsD6 ul li a {
  height: 20px;
}
.blogDetailsD6 ul:first-child li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.blogDetailsD6 ul:first-child li:hover a img {
  transform: scale(1.1);
}

.blogDetailsD6 ul:last-child li:hover a {
  color: #FDBB05;
}

.blogDetailsD7 {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #c7c7c7;
}

.blogDetailsD7Inn a {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}

.blogDetailsD7Inn a::before {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/blog/down-arrow.png");
  background-repeat: no-repeat;
}

.blogDetailsD7R a::before {
  left: auto;
  right: -20px;
  top: 0%;
  transform: translateY(0%);
  transform: rotate(180deg);
}

.blogDetailsD7Inn a:hover {
  color: #FDBB05;
}

.blogDetailsD7R {
  text-align: end;
}

/* .blogDetailsD8 {
  padding: 20px;
  border-bottom: 1px solid #c7c7c7;
} */
.blogDetailsD8_D1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sortbyDiv {
  display: flex;
  gap: 20px;
  align-items: center;
}

.sortbyDiv .option-logo img {
  margin-right: 5px;
  display: inline-block;
}

.blogRate ul {
  display: flex;
  list-style: none;
  align-items: center;
}

.blogRate {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blogRate p {
  color: #a3a3a3;
  margin-bottom: 0;
}

.blogName {
  padding: 10px 0;
}

.nameRe p {
  height: 70px;
  width: 70px;
  background-color: #f4f8f7;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.blogName_1 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blogNameDate h6 {
  font-weight: 700;
  font-size: 20px;
  color: #FDBB05;
  margin-bottom: 5px;
}

.blogDetailsD8_D2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogDetailsD8_D4 ul {
  display: flex;
  list-style: none;
  gap: 20px;
}

.blogDetailsD8_D4 ul li {
  display: flex;
  align-items: center;
  grid-area: 10px;
}

.blogDetailsD8_D4 ul li p {
  margin-bottom: 0;
  margin-left: 10px;
  color: #a3a3a3;
}

.blogDetailsD8_D1 {
  padding: 20px 20px 0 20px;
}

.blogReviews {
  border-bottom: 1px solid #c7c7c7;
  padding: 20px;
}

.blogDetailsD8 .compareBtn {
  margin-top: 20px;
  text-align: end;
}

.frmBtnWrap .compareBtn {
  text-align: end;
}

.detailsFormWrap .frmWrap .inputTxt,
.detailsFormWrap p input {
  width: 100%;
  background-color: #fdfdfd;
  padding: 0 10px;
  border-radius: 10px;
  min-height: 50px;
  border: 1px solid #e3e3e3;
}
.detailsFormWrap p textarea {
  padding: 10px 10px;
}

.detailsFormWrap p textarea {
  padding: 10px 0;
}

.frmWrap span.inputH {
  color: #a3a3a3;
  font-size: 16px;
  /* display: flex; */
  padding-left: 7px;
  margin-bottom: 3px;
  display: inline-block;
}

.contactD2 .frmWrap span.inputH {
  margin-bottom: 15px;
}

.blogDetails .frmWrap span.inputH {
  margin-bottom: 3px;
}
.blogDetails .frmWrap .inputBox {
  margin-bottom: 20px;
}

.blogAsideD4 br {
  display: none;
}

.blogAsideD ::placeholder {
  font-size: 13px !important;
  color: #6c6c6c !important;
}

.blogAsideD ::-ms-input-placeholder {
  /* Edge 12 -18 */
  font-size: 13px !important;
  color: #6c6c6c !important;
}

.blogAsideD.blogAsideD4 {
  background-color: transparent;
}

.blogAsideD.blogAsideD5 {
  margin-bottom: 0;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 5px 5px 28px 6px rgba(62, 159, 172, 0.11);
}

/* ---------contact---------------- */

.contactSec1 {
  padding: 100px 0;
}

.contactD h5 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}

/* .contactD1 p{
  margin-bottom: 30px;
} */
.contactD1_Inn ul li {
  position: relative;
}
.contactD1_Inn {
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 2px;
  margin-bottom: 30px;
}

.contactD1_Inn .contactD1_InnLogo a {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fdbb05;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 0 10px -2px #7b7b7b;
}

.contactD1_InnText {
  width: 100%;
}

.contactD1_InnText h6 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.contactD1_InnText p {
  margin-bottom: 0;
  transition: all 0.3s;
}

.contactD1_Inn:hover img {
  transform: scale(1.1);
}

/* .contactD1_Inn:hover .contactD1_InnText h6 {
  color: #FDBB05;
} */
.contactD1_InnText a {
  transition: all 0.3s;
  font-size: 16px;
}

.contactD1_InnText a:hover {
  color: #FDBB05;
}

.contactD1_InnText ul {
  display: flex;
  gap: 15px;
}

.contactD1_Inn:hover .contactD1_InnText ul img {
  transform: scale(1);
}

.contactD1_Inn:hover .contactD1_InnText ul img {
  transform: scale(1);
}

.contactD1_Inn .contactD1_InnText ul a {
  height: 14px;
  width: 15px;
  transition: all 0.3s;
}

.contactD1_Inn .contactD1_InnText ul a img {
  height: 100%;
  width: 100%;
}

.contactD1_Inn .contactD1_InnText ul a:hover {
  transform: scale(1.1);
}

.contactD2 {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 2px;
}
.contactFormTab ul li.active a{
  background-color: var(--orange);
  color: #000;
}
.contactD2 .contactFrom br {
  display: none;
}

.blogAsideD5 textarea, .contactD2 .contactFrom textarea {
    height: 110px;
    padding: 10px;
}

.contactSec2 iframe {
  height: 400px;
  width: 100%;
}

.blogAsideD5 br {
  display: none;
}

.rqrd {
  color: #FDBB05;
}

/* .logoSwiper {
  padding: 0 20px;
} */

/* .logoSwiper .swiper-wrapper {
  overflow: hidden;
} */
.compareWrapNew_prev,
.compareWrapNew_next,
.featuredSliderThree-button-next,
.featuredSliderThree-button-prev,
.featuredSliderTwo-button-next,
.featuredSliderTwo-button-prev,
.feaproducts-button-prev,
.feaproducts-button-next,
.featuredSlider-button-prev,
.featuredSlider-button-next,
.blogswiper-button-prev,
.blogswiper-button-next,
.compare1-button-prev,
.compare1-button-next,
.logoSwiper-swiper-next,
.logoSwiper-swiper-prev {
  background-color: #000;
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  z-index: 1;
  border-radius: 5px;
  transition: all 0.3s;
}
.compareWrapNew_prev:after,
.compareWrapNew_next:after,
.featuredSliderThree-button-next::after,
.featuredSliderThree-button-prev::after,
.featuredSliderTwo-button-next::after,
.featuredSliderTwo-button-prev::after,
.feaproducts-button-prev:after,
.feaproducts-button-next:after,
.featuredSlider-button-prev:after,
.featuredSlider-button-next:after,
.products-button-next:after,
.products-button-prev:after,
.blogswiper-button-prev::after,
.blogswiper-button-next::after,
.compare1-button-prev::after,
.compare1-button-next::after,
.logoSwiper-swiper-next::after,
.logoSwiper-swiper-prev::after {
  position: absolute;
  content: "prev";
  width: 100%;
  height: 100%;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 16px;
  color: #FDBB05;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.compareWrapNew_prev,
.featuredSliderThree-button-prev,
.featuredSliderTwo-button-prev,
.feaproducts-button-prev,
.featuredSlider-button-prev,
.blogswiper-button-prev,
.compare1-button-prev,
.logoSwiper-swiper-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}

.compareWrapNew_next,
.featuredSliderThree-button-next,
.featuredSliderTwo-button-next,
.feaproducts-button-next,
.featuredSlider-button-next,
.blogswiper-button-next,
.compare1-button-next,
.logoSwiper-swiper-next {
  position: absolute;
  left: auto;
  right: -40px;
  transform: translateY(-50%);
}

.compareWrapNew_next::after,
.featuredSliderTwo-button-next:after,
.featuredSliderThree-button-next:after,
.feaproducts-button-next:after,
.featuredSlider-button-next:after,
.products-button-next:after,
.blogswiper-button-next:after,
.compare1-button-next:after,
.logoSwiper .logoSwiper-swiper-next:after {
  transform: rotate(180deg);
}
.compareWrapNew_prev:hover::after,
.compareWrapNew_next:hover::after,
.featuredSliderThree-button-next:hover:after,
.featuredSliderThree-button-prev:hover:after,
.featuredSliderTwo-button-next:hover:after,
.featuredSliderTwo-button-prev:hover:after,
.feaproducts-button-prev:hover:after,
.feaproducts-button-next:hover:after,
.featuredSlider-button-next:hover:after,
.featuredSlider-button-prev:hover:after,
.products-button-next:hover:after,
.products-button-prev:hover:after,
.blogswiper-button-prev:hover:after,
.blogswiper-button-next:hover:after,
.compare1-button-next:hover:after,
.compare1-button-prev:hover:after,
.logoSwiper .logoSwiper-swiper-prev:hover:after,
.logoSwiper .logoSwiper-swiper-next:hover:after {
  color: #f6f6f6;
}
.compareWrapNew_prev:hover,
.compareWrapNew_next:hover,
.featuredSliderThree-button-next:hover,
.featuredSliderThree-button-prev:hover,
.featuredSliderTwo-button-next:hover,
.featuredSliderTwo-button-prev:hover,
.feaproducts-button-prev:hover,
.feaproducts-button-next:hover,
.featuredSlider-button-prev:hover,
.featuredSlider-button-next:hover,
.blogswiper-button-prev:hover,
.blogswiper-button-next:hover,
.compare1-button-next:hover,
.compare1-button-prev:hover,
.compare1-button-next:hover,
.compare1-button-prev:hover,
.logoSwiper .logoSwiper-swiper-prev:hover,
.logoSwiper .logoSwiper-swiper-next:hover {
  background-color: #FDBB05;
}

.blogWrap .swiper-button-lock {
  display: block !important;
}

.featuredProductWrap .featuredSliderTwo,
.featuredProductWrap .featuredSliderThree {
  overflow: hidden;
}

.compareWrapNew_prev {
  left: -10px;
}
.compareWrapNew_next {
  right: -10px;
}

/* -------comparePage-------- */

.compare_sec {
  padding: 100px 0;
}

.compare_sec1 {
  background-color: #f5f5f5;
}

.compare_sec1 .secH {
  text-align: center;
  margin-bottom: 50px;
}

.comparePBox {
  padding: 25px 0 0 0;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 4px 3px 23px #3a7d9326;
}

.compareImgDiv {
  display: flex;
  justify-content: center;
}
.comparePage .comparePBox{
  padding: 5px 0 0 0;
  position: relative;
  z-index: 1;
}
.comparePage .comparePBox .reset_product{
  font-size: 48px;
  color: var(--orange) !important;
  font-size: 20px !important;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #000;
  border-radius: 5px;
  right:10px;
  top: 10px;
}
.comparePage .compareImgDiv .compareImg {
  height: auto;
  width: 100%;
  height:300px;
  border-radius: 22px;
  overflow: hidden;
  padding: 0px;
}
.comparePage .compareImgDiv .compareImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.compareImgDiv .compareImg a {
  top: 50%;
  left: 50%;
  z-index: 1;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 28px;
  color: #888888;
  position: absolute;
  width: 100px;
  height: 100px;
  font-size: 20px;
  color: #000;
  display: none;
}

.compareImgDiv .compareImg:hover a {
  transform: translate(-50%, -50%) scale(1);
}

.compareImgDiv .compareImg a:hover {
  color: #FDBB05;
}

.compareImgDiv .compareImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compareImgDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
}

.compareImgDiv p {
  color: #888888;
  text-align: center;
  font-size: 16px;
}

.compatrAcc .brand_Accordion {
  margin-bottom: 10px;
  border-radius: 0px;
  background-color: #ffffff;
}

/* .compatrAcc .brand_Accordion:not(:last-child) {
  border-bottom: 1px solid #dadada;
} */

.compatrAcc .accordion:before {
  filter: brightness(0.1);
  transition: all 0.3s;
}

.compatrAcc .accordion:hover:before {
  filter: none;
}

.compatrAcc .accordion {
  color: #000;
  /* font-weight: 300; */
}

.compatrAcc .accordion.active,
.compatrAcc .accordion:hover {
  color: #FDBB05;
}

.compare_sec1 .compareBtn {
  text-align: center;
  margin-top: 20px;
}

.compare_companyUl {
  display: flex;
  gap: 20px;
}

/* .comparePBtn .btnWrap .btnOne {
  display: inline-block;
  padding: 0 30px;
  background-color: #ffffff;
  line-height: 50px;
  transition: 0.5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 2px;
}
.comparePBtn .btnWrap .btnOne:hover {
  background-color: #000;
  color: #FDBB05;
} */

.compare_sec2 .categories {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.compare_sec2 .categories span {
  display: inline-block;
  padding: 0 30px;
  background-color: #ffffff;
  line-height: 40px;
  transition: 0.5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 2px;
  color: #FDBB05;
  cursor: pointer;
}

.compare_sec2 .categories span:hover {
  background-color: #000;
}

.compare_sec2 .categories span.active {
  background-color: #000;
}

.compare_sec2 .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.compare_sec2 .non-swiper-slide {
  display: none !important;
}

.compare_sec2 .swiper-slide {
  display: block;
  /* text-align: center; */
  /* font-size: 2rem; */
  background: #fff;
  /* height: 80vh; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.compare_sec2 .swiper-compareInn {
  overflow: hidden;
  padding: 50px 0 25px;
}

.compare_sec2 .swiper-compareInn .compareImg {
  width: auto;
}

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

.comparePage .secH {
  text-transform: capitalize;
  /* text-align: center; */
}

.compare_sec4 {
  background-color: #f5f5f5 !important;
  position: relative;
  overflow: hidden;
}

.compare_sec4 .blogWrap {
  padding-bottom: 50px;
}

.compare_sec2 {
  position: relative;
  overflow: hidden;
}

.compare_sec4 .brand-sec4 {
  margin-bottom: 0;
}

.compatrAcc .brand_Accordion:first-child .accordion {
  color: #FDBB05;
  background-color: #202020;
}

.compatrAcc .brand_Accordion {
  overflow: visible;
}

.compatrAcc .brand_Accordion:first-child .accordion:before {
  filter: none;
}

.compare_sec4 .secH {
  padding-top: 50px;
}

.comparePage .compare1-button-prev {
  left: 0;
}

.comparePage .swiper-compareInn {
  padding-left: 27px !important;
  padding-right: 27px !important;
}
/* ----------------product Details----------- */
.product_Details {
  padding: 100px 0;
}
.product_De1 .product_slider2 {
  width: 100%;
  height: 430px;
  margin-bottom: 20px;
  border-radius: 20px;
  /* overflow: visible; */
  padding-left: 20px;
  padding-right: 20px;
}
.product_De1 .product_slider2 .productBigImg, .product_De1 .product_slider2 .productBigImg figure{
  height: 100%;
  width: 100%;
}
.product_De1 .product_slider2 .productBigImg video, .product_De1 .product_slider2 .productBigImg figure video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.product_De1 .product_slider2 .productBigImg figure img{
  width: 100%;
  height: 100%;
}
.product_De1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.product_De1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_De1 .product_slider {
  width: 100%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.product_De1 .product_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_De1 .swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}

.product_De1 .mySwiper2 {
  height: 80%;
  width: 100%;
}

.product_De1 .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.product_De1 .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.product_De1 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product_De1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productSpeD {
  display: flex;
  gap: 10px;
}

.productSpe h6 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.2px;
}

.productSpe p {
  color: #9d9d9d;
  font-weight: 300;
  font-size: 16px;
}

.product_DePrice {
  color: #9d9d9d;
  font-weight: 500;
  font-size: 20px;
  float: left;
}

.productSpeDImg {
  height: 30px;
  overflow: hidden;
}

.productSpeDImg img {
  height: 100%;
  width: 100%;
}

.product_De2 {
  display: flex;
  flex-direction: column;
}

.jcsa {
  justify-content: space-around;
}

.product_De2 .compareBtn {
  margin-top: 30px;
}

.brochureDown {
  display: flex;
  justify-content: center;
}

.brochureDown a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 10px;
  background-color: #ffffff;
  /* line-height: 50px; */
  transition: 0.5s;
  box-shadow: 4px 4px 14px #1277af33;
  text-align: center;
  width: 100%;
}

.brochureDown a h6 {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}

.brochureDown a:hover {
  background-color: #FDBB05;
}

.product_DetailsSec2 {
  padding: 100px 0;
}

.product_DetailsSec2_D2 {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.product_DetailsSec2_D2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.product_DetailsSec3 {
  background-color: #f5f5f5;
}

.product_DetailsSec3_D1 {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
}

.product_DetailsSec3_D1 .DetailsSec3IMg:not(:last-child) {
  border-right: 1px solid #cdcdcd;
}

.DetailsSec3IMg {
  width: 250px;
  transition: all 0.3s;
}

.DetailsSec3IMg div {
  border-radius: 10px;
  margin: 0 16px;
  padding: 20px 0;
  /* transition: all 0.3s; */
}

.DetailsSec3IMg figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  padding: 10px;
  transition: all 0.3s;
}

.DetailsSec3IMg figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s;
  filter: brightness(1) invert(0.4);
}

.DetailsSec3IMg h6 {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
  transition: all 0.3s;
}

.DetailsSec3IMg div:hover {
  background-color: #000;
}

.DetailsSec3IMg:hover h6 {
  color: #FDBB05;
}

.DetailsSec3IMg:hover figure img {
  filter: brightness(0) invert(1);
}

.product_DetailsSec4 {
  padding: 100px 0;
  overflow: hidden;
}

.proAcc .accordionPro {
  display: block;
  height:550px;
  background-color: white;
  line-height: 0;
  /* overflow: hidden; */
}

.proAcc .accordion-cell {
  display: inline-flex;
  position: relative;
  height: 550px;
  width: 100px;
  transition-property: width;
  transition-duration: 600ms;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.proAcc .accordion-cell {
  background-color: #f5f5f5;
  position: relative;
  height: 100%;
}

.proAcc .accordion-cell > .titleAcc {
  color: #000;
  display: block;
  position: absolute;
  width: 100px;
  margin: 0;
  padding: 0;
  left: 0;
  top: auto;
  bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  transform: rotate(180deg);
  transition-property: left right transform;
  transition-duration: 250ms;
  text-align: center;
  display: flex;
  align-items: center;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  height: 100%;
}

.proAcc .expanded > .titleAcc {
  top: 20px;
  bottom: auto;
  transform: rotate(0deg);
  color: #FDBB05;
  padding: 10px 10px 10px 50px;
  width: auto;
  display: block;
  writing-mode: horizontal-tb;
}

.proAcc .accordion-cell > .titleAcc a {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  top: 0;
}

.proAcc .accordion-cell > .titleAcc h4 {
  position: absolute;
  bottom: 35px;
  top: auto;
  font-size: 20px;
}

.accordion-cell-content h4 {
  color: #FDBB05;
  padding: 20px 0px 20px;
}

.proAcc .accordion-cell > .titleAcc a i {
  transform: rotate(320deg);
  color: #FDBB05;
}

.proAcc .accordion-cell > .accordion-cell-content {
  display: block;
  width: 100%;
  margin: 0;
  /* padding: 4rem; */
  padding: 15px 30px 40px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.proAcc .accordion-cell > .accordion-cell-content > ul {
  display: block;
  /* padding: 20px 0 0 0; */
  font-size: 1.125em;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-weight: 500;
  color: white;
}

.proAcc .accordion-cell > .accordion-cell-content > ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 2rem;
}
.proAcc .accordion-cell > .accordion-cell-content > ul li:last-child {
  margin-bottom: 0px;
}
.proAcc .accordion-cell > .accordion-cell-content > ul li p {
  color: #ffffff;
  line-height: 1.3;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}

.proAcc .accordion-cell > .accordion-cell-content > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/product/right.png);
  width: 20px;
  height: 20px;
  background-size: cover;
}

.proAcc .accordion-cell > .accordion-cell-content > .accordion-cellIcon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #FDBB05;
  top: auto;
  left: auto;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

.proAcc .accordion-cell > .accordion-cell-content > .accordion-cellIcon:hover {
  color: #000;
}

.proAcc .accordion-cell > .accordion-cell-content > .accordion-cellIcon i {
  transform: rotate(-45deg);
}

.proAcc .expanded {
  width: 500px;
}

/* .proAcc .expanded > .titleAcc a {
  display: none;
} */

.proAcc .expanded > .accordion-cell-content {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 250ms;
  background-color: #000;
  border-radius: 20px;
  padding: 15px 20px 40px 40px;
}

/* .proAcc .collapsed {
  width: 6.25vw;
} */
.product_DetailsSec5 {
  padding: 100px 0;
  background-image: url(../img/product/probg.png);
  background-position: center center;
  background-size: cover;
  min-height: 800px;
  position: relative;
}

.product_DetailsSec5::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #00000078;
}

.product_DetailsSec5 .paraSec5,
.product_DetailsSec5 .secH {
  text-align: center;
  color: #ffffff;
  z-index: 1;
}

.accordion-cell-content ul li div {
  height: 20px;
  width: 40px;
}

.accordion-cell-content ul li div img {
  height: 100%;
  width: 100%;
}

.accordion-cell-content ul li div p {
  width: calc(100% - 40px);
}

/* Accordion
================================================== */
.acc {
  margin: 0 auto;
  max-width: 800px;
}

.acc__cardPro {
  margin: 2em;
  position: relative;
}

.acc__titlePro {
  background: #fff;
  color: #212121;
  cursor: pointer;
  display: block;
  padding: 20px;
  position: relative;
  text-align: left;
  transition: all 0.3s;
}

.acc__titlePro h6 {
  background: #fff;
  color: #212121;
  text-align: left;
  transition: all 0.3s;
  font-weight: 700;
}

.acc__titlePro::after {
  width: 2px;
  height: 20px;
  background-color: #FDBB05;
  position: absolute;
  right: 20px;
  content: " ";
  top: 17px;
  transition: all 0.2s ease-in-out;
}

.acc__titlePro::before {
  width: 20px;
  height: 2px;
  background-color: #FDBB05;
  position: absolute;
  right: 11px;
  content: " ";
  top: 26px;
  transition: all 0.2s ease-in-out;
}

.acc__titlePro.active::after {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}

.acc__panelPro {
  background: #000000;
  color: #ffffff;
  display: none;
  margin: 0;
  /* padding: 20px; */
  text-align: left;
}

.acc__titlePro.active .acc__panelPro {
  display: block !important;
}

.acc__titlePro h6 {
  color: #FDBB05;
}

.acc__titlePro.active {
  background-color: #000;
  color: #FDBB05;
}

.acc__titlePro.active h6 {
  background-color: #000;
}

.acc__panelPro ul li {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  border-top: 1px solid #333333;
  gap: 15px;
}

.product_DetailsSec2_D2 {
  position: relative;
  left: 0;
  top: 0;
}

.product_DetailsSec2_D2 .play-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #FDBB05;
  cursor: pointer;
  outline: none;
}

.product_DetailsSec2_D2 .play-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FDBB05;
  border-radius: 50%;
  animation: pulse-animation 1.3s infinite;
}

.product_DetailsSec2_D2 .play-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 19px;
  /* Creates triangle shape */
  border-color: transparent transparent transparent rgb(0, 0, 0);
  position: absolute;
  left: 21px;
  top: 15px;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  70% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.blogSec .compareImg {
  border: none;
}

/* .logoswiper-button-next,
.logoswiper-button-prev{

} */
.swiperBlog-button-next,
.swiperBlog-button-prev,
.logoswiper-button-next,
.logoswiper-button-prev,
.popswiper-button-next,
.popswiper-button-prev,
.proswiper-button-next,
.proswiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #000000;
  border-radius: 4px;
  transition: 0.5s all;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/* .proswiper-button-next:after,
.proswiper-button-prev:after {

} */

.logoswiper-button-prev,
.proswiper-button-prev {
  left: 10px;
  right: auto;
  z-index: 1;
}

.logoswiper-button-next,
.proswiper-button-next {
  right: 10px;
  left: auto;
  z-index:1;
}

.swiperBlog-button-prev,
.popswiper-button-prev {
  left: -35px;
  right: auto;
  z-index:1;
}

.swiperBlog-button-next,
.popswiper-button-next {
  right: -35px;
  left: auto;
  z-index: 1;
}

.swiperBlog-button-next:after,
.swiperBlog-button-prev:after,
.logoswiper-button-next:after,
.logoswiper-button-prev:after,
.popswiper-button-next:after,
.popswiper-button-prev:after,
.proswiper-button-prev:after,
.proswiper-button-next:after {
  font-size: 28px;
  color: #FDBB05;
  content: "<";
  background-repeat: no-repeat;
  top: 50px;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.swiperBlog-button-next:after,
.logoswiper-button-next:after,
.popswiper-button-next:after,
.proswiper-button-next:after {
  transform: rotate(180deg);
}

.swiperBlog-button-next:hover:after,
.swiperBlog-button-prev:hover:after,
.logoswiper-button-next:hover:after,
.logoswiper-button-prev:hover:after,
.popswiper-button-prev:hover:after,
.popswiper-button-next:hover:after,
.proswiper-button-prev:hover:after,
.proswiper-button-next:hover:after {
  color: #ffffff;
}

.swiperBlog-button-next:hover,
.swiperBlog-button-prev:hover,
.logoswiper-button-next:hover,
.logoswiper-button-prev:hover,
.popswiper-button-prev:hover,
.popswiper-button-next:hover,
.proswiper-button-prev:hover,
.proswiper-button-next:hover {
  background-color: #FDBB05;
}

.product_DetailsSec8 {
  padding-top: 100px;
}

.com_section .brand_Aside {
  position: sticky;
  top: 120px;
  left: auto;
}

.accordion-body span {
  /* transform: rotate(-90deg); */
  width: auto;
  height: auto;
  text-align: center;
  top: 0px;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 20px;
  text-transform: capitalize;
}

.accordion-body {
  display: none;
  transition: display 1s ease-in-out;
}

.accordion-body.show {
  display: block;
  max-height: 100%;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.accordion-body {
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

.accordion-body .brandparaD {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s ease-out, transform 0.2s ease-out;
}

.accordion-item.show .accordion-body {
  max-height: 100%;
  transition: max-height 1s cubic-bezier(0, 0.5, 0, 1);
}

.accordion-body.show .brandparaD {
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 30px;
}
.blogDetails .accordion-body.show .brandparaD{
  padding-right: 0px;
}
.accordion-body.show .brandparaD p:last-child{
  margin-bottom: 0px;
}
.panel {
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

.panel_Inner {
  transform: translateY(10px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.panel.show {
  max-height: 100%;
  transition: max-height 5s cubic-bezier(0, 0.5, 0, 1);
  display: block;
}

.panel.show .panel_Inner {
  opacity: 1;
  transform: translateY(0);
}

.show {
  max-height: 100%;
  transition: opacity 2s ease-out, transform 0.2s ease-out;
}

/* aboutUs */

.aboutUsSec {
  padding-top: 100px;
}
.aboutUsSec.aboutUsSec1{
  margin-bottom: 100px;
}
.aboutUsSec.aboutUsSec5 {
  padding-top: 0px;
}
.aboutUsSec:last-child {
  padding-bottom: 100px;
}
.aboutUsSec1_Img {
  position: relative;
}
.aboutUsSec1_Img1 {
  padding-left: 60px;
  overflow: hidden;
  border-radius: 20px;
  height: 635px;
}
.aboutUsSec1_Img2 {
  position: absolute;
  top: 50px;
  left: 0;
  width: 300px;
  height: 220px;
  overflow: hidden;
  border-radius: 20px;
  border: 4px solid #fff;
}
.aboutUsSec1_Img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.aboutUsSec1_ImgText {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 20px 0 0 0;
  overflow: hidden;
  background-color: #000000;
  width: 200px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  border: 10px solid #fff;
}
.aboutUsSec1_ImgText img{
  width: 100%;
  height: auto;
}
.aboutUsSec1_ImgText p {
  color: #fff;
}
.aboutUsSec1Count {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin: 0 auto;
}
.aboutUsSec1Count::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #ffffff;
  border-radius: 50%;
}
/* dynamic percentage genrator */
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.09em solid #ffffff;
  width: 0.82em;
  height: 0.82em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 80px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  /* background-color: #dfe8ed; */
  margin: 0 auto;
}

.c100 *,
.c100 *:before,
.c100 *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #ffffff;
  display: block;
  text-align: center;
  white-space: nowrap;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.c100:after {
  position: absolute;
  top: 0.09em;
  left: 0.09em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: transparent;
  width: 0.82em;
  height: 0.82em;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.p1 .bar {
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -webkit-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

.c100.p2 .bar {
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -webkit-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}

.c100.p3 .bar {
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -webkit-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}

.c100.p4 .bar {
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -webkit-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}

.c100.p5 .bar {
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

.c100.p6 .bar {
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -webkit-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}

.c100.p7 .bar {
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -webkit-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}

.c100.p8 .bar {
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -webkit-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}

.c100.p9 .bar {
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -webkit-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}

.c100.p10 .bar {
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.c100.p11 .bar {
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -webkit-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}

.c100.p12 .bar {
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -webkit-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}

.c100.p13 .bar {
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -webkit-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}

.c100.p14 .bar {
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -webkit-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}

.c100.p15 .bar {
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg);
}

.c100.p16 .bar {
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -webkit-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}

.c100.p17 .bar {
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -webkit-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}

.c100.p18 .bar {
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -webkit-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}

.c100.p19 .bar {
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -webkit-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}

.c100.p20 .bar {
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}

.c100.p21 .bar {
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -webkit-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}

.c100.p22 .bar {
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -webkit-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}

.c100.p23 .bar {
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -webkit-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}

.c100.p24 .bar {
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -webkit-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}

.c100.p25 .bar {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c100.p26 .bar {
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -webkit-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}

.c100.p27 .bar {
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -webkit-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}

.c100.p28 .bar {
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -webkit-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}

.c100.p29 .bar {
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -webkit-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}

.c100.p30 .bar {
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
}

.c100.p31 .bar {
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -webkit-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}

.c100.p32 .bar {
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -webkit-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}

.c100.p33 .bar {
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -webkit-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}

.c100.p34 .bar {
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -webkit-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}

.c100.p35 .bar {
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}

.c100.p36 .bar {
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -webkit-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}

.c100.p37 .bar {
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -webkit-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}

.c100.p38 .bar {
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -webkit-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}

.c100.p39 .bar {
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -webkit-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}

.c100.p40 .bar {
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}

.c100.p41 .bar {
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -webkit-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}

.c100.p42 .bar {
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -webkit-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}

.c100.p43 .bar {
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -webkit-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}

.c100.p44 .bar {
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -webkit-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}

.c100.p45 .bar {
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg);
}

.c100.p46 .bar {
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -webkit-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}

.c100.p47 .bar {
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -webkit-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}

.c100.p48 .bar {
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -webkit-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}

.c100.p49 .bar {
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -webkit-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}

.c100.p50 .bar {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100.p51 .bar {
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -webkit-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}

.c100.p52 .bar {
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -webkit-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}

.c100.p53 .bar {
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -webkit-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}

.c100.p54 .bar {
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -webkit-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}

.c100.p55 .bar {
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -webkit-transform: rotate(198deg);
  transform: rotate(198deg);
}

.c100.p56 .bar {
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -webkit-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}

.c100.p57 .bar {
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -webkit-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}

.c100.p58 .bar {
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -webkit-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}

.c100.p59 .bar {
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -webkit-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}

.c100.p60 .bar {
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}

.c100.p61 .bar {
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -webkit-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}

.c100.p62 .bar {
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -webkit-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}

.c100.p63 .bar {
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -webkit-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}

.c100.p64 .bar {
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -webkit-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}

.c100.p65 .bar {
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -webkit-transform: rotate(234deg);
  transform: rotate(234deg);
}

.c100.p66 .bar {
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -webkit-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}

.c100.p67 .bar {
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -webkit-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}

.c100.p68 .bar {
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -webkit-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}

.c100.p69 .bar {
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -webkit-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}

.c100.p70 .bar {
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
}

.c100.p71 .bar {
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -webkit-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}

.c100.p72 .bar {
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -webkit-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}

.c100.p73 .bar {
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -webkit-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}

.c100.p74 .bar {
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -webkit-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}

.c100.p75 .bar {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.c100.p76 .bar {
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -webkit-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}

.c100.p77 .bar {
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -webkit-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}

.c100.p78 .bar {
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -webkit-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}

.c100.p79 .bar {
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -webkit-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}

.c100.p80 .bar {
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
}

.c100.p81 .bar {
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -webkit-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}

.c100.p82 .bar {
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -webkit-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}

.c100.p83 .bar {
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -webkit-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}

.c100.p84 .bar {
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -webkit-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}

.c100.p85 .bar {
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -webkit-transform: rotate(306deg);
  transform: rotate(306deg);
}

.c100.p86 .bar {
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -webkit-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}

.c100.p87 .bar {
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -webkit-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}

.c100.p88 .bar {
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -webkit-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}

.c100.p89 .bar {
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -webkit-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}

.c100.p90 .bar {
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
}

.c100.p91 .bar {
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -webkit-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}

.c100.p92 .bar {
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -webkit-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}

.c100.p93 .bar {
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -webkit-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}

.c100.p94 .bar {
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -webkit-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}

.c100.p95 .bar {
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -webkit-transform: rotate(342deg);
  transform: rotate(342deg);
}

.c100.p96 .bar {
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -webkit-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}

.c100.p97 .bar {
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -webkit-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}

.c100.p98 .bar {
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -webkit-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}

.c100.p99 .bar {
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -webkit-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}

.c100.p100 .bar {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* dynamic percentage genrator end*/

.aboutUsSec1_TextUser {
  background-color: #f3f3f3;
  display: flex;
  padding: 30px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  margin-top: 50px;
  display: none;
}

.aboutUsSec1_TextUserD2 {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.aboutUsSec1_TextUserD2in {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 6px solid #ffffff;
  overflow: hidden;
  margin-left: -20px;
  box-shadow: 0 0 8px #adadad;
}

.aboutUsSec1_TextUserD2in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutUsSec1_TextUserD2 a {
  margin-left: 10px;
  font-size: 18px;
}

.aboutUsSec1_TextUser p {
  font-size: 24px;
  font-weight: 600;
  width: min-content;
  line-height: 28px;
  color: #202020;
}

.aboutUsSec1_TextUserD2 a:hover {
  color: #000;
}

.aboutUsSec1_TextUserD3 .compareBtn {
  padding-bottom: 0;
}

.aboutUsSec1_TextUserD3 .btnWrap {
  margin-top: 0;
}

.aboutUsSec1_TextUserD3 .btnWrap .btnOne {
  padding: 0 15px;
  line-height: 40px;
}

.aboutHead {
  padding-top: 20px;
  font-size: 16px;
  color: #838383;
}

.aboutUsSec2 {
  background-image: url(../img/about/about9.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  display: flex;
  justify-content: center;
  background-color: #fffaf7;
}

.aboutUsSec2D1 {
  width: 95%;
  float: right;
}

.aboutUsSec2D2 {
  width: 80%;
  float: right;
}

.tab-container {
  display: flex;
  flex-direction: column;
  border-radius: 20px 0 0 0;
}

.tabButton {
  display: flex;
  justify-content: space-between;
}

.tab-content {
  display: flex;
  flex-direction: column;
}

.tab-item {
  display: none;
  padding: 10px;
}

.tab-item.active {
  display: block;
}

.aboutUsSec2D2 .compareBtn {
  padding-bottom: 0;
  width: calc(100% / 2 - 10px);
}

.aboutUsSec2D2 .compareBtn .tab-btn {
  margin: 0;
  width: 100%;
}

.tab-btn.active .btnWrap:hover::before {
  height: 100%;
  z-index: 12;
}

.tab-container {
  background-color: #fffaf7;
  padding: 30px 30px 30px 50px;
}

.aboutTab {
  padding: 30px 0;
}

.aboutTab h6 {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #FDBB05;
}

.aboutImgInn {
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  object-position: center center;
}

.aboutImgInn img {
  height: 100%;
  width: 100%;
}

.tabButton .btnWrap .btnOne {
  background-color: #fff;
  color: #000;
  padding: 15px 30px;
  width: 100%;
  box-shadow: 0px 0px 10px 0px #cecece;
  font-size: 20px;
}

.tabButton .btnWrap.active::after {
  background-color: #fffaf7;
}

.tabButton .btnWrap.active::before {
  background-color: transparent;
}

.tabButton .btnWrap:hover::before {
  content: normal;
}

.tabButton .btnWrap::after {
  content: normal;
}

.tabButton .btnWrap.active::after {
  background-color: var(--orange);
  content: "";
}

.tab-btn.active .btnOne {
  background-color: #000;
  color: #FDBB05;
  content: "";
}

.tabButton .btnWrap:hover::after {
  background-color: var(--orange);
  content: "";
}

.tab-btn:hover .btnOne {
  background-color: #000;
  color: #FDBB05;
  content: "";
}

.aboutUsSec1_Text {
  padding-left: 30px;
}

.aboutUsSec3D1 h3 {
  width:100%;
}

.rentSolutions {
  padding: 30px 30px 30px;
  background-color: #000;
  border-radius: 20px;
  margin-top: 16px;
  min-height: 440px;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}

.rentSolutionsD1 {
  display: flex;
  justify-content: space-between;
}

.rentSolutionsD1 {
  padding-bottom: 15px;
}

.rentSolutionsD1 .rentSolutionsLogo {
  height: 70px;
  width: 70px;
  transition: all 0.3s;
}

.rentSolutionsD1 .rentSolutionsLogo img {
  height: 100%;
  width: 100%;
}

.rentSolutions:hover .rentSolutionsLogo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(27%) saturate(778%)
    hue-rotate(293deg) brightness(114%) contrast(105%);
}
.rentSolutionsD2{
  position: relative;
  z-index: 1;
}
.rentSolutionsD2 a{
  color: #fff;
  &:hover{
    color: var(--orange);
  }
}
.rentSolutionsD2 h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 20px;
  transition: all 0.3s;
  color: #000;
  padding-bottom: 10px;
}

.rentSolutionsD2 p {
  color: #000;
}

.rentSolutionsNum {
  margin-top: -30px;
}

.rentSolutionsNum span {
  font-size: 105px;
  font-weight: bolder;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #00000052;
  -webkit-text-stroke-width: 0.012em;
  position: relative;
  display: block;
  height: auto;
  line-height: 105px;
  position: relative;
}

.rentSolutionsNum span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(245, 245, 245);
  background:linear-gradient(0deg, rgb(245 245 245) 0%, rgba(255, 255, 255, 0) 60%);
  z-index: 1;
}
.rentSolutions .rentSolutionsNum span {
  -webkit-text-stroke-color: #FDBB05;
}
.rentSolutions .rentSolutionsNum span::before {
  background: linear-gradient(
    180deg,
    rgba(255, 115, 0, 0.0032387955182072714) 0%,
    rgba(0, 0, 0, 1) 80%
  );
}
.page-template-about {
  .rentSolutionsNum {
      margin-top: 0;
  }
  .rentSolutions .rentSolutionsNum span::before {
    background: none;
  }
}
  
.rentSolutions .rentSolutionsD2 p {
  color: #ffffff;
}

.rentSolutions .rentSolutionsD2 h6 {
  color: #FDBB05;
}

.rentSolutions:hover {
  background-color: #000;
}

.rentSolutions .rentSolutionsNum span {
  color: #FDBB05;
  /* background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 41%); */
}

.aboutUsSec4 {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  background-color: #fffaf7;
  background-image: url(../img/about/about13.png);
  background-position: right center, left center;
  background-repeat: no-repeat;
  background-size:100%;
  position: relative;
}

.aboutUsSec4::before {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height: 100%;
  content: "";
  background: rgb(255, 115, 0);
  background: linear-gradient(98deg, rgb(83 39 2 / 89%) 0%, rgb(0 0 0 / 81%) 41%);
}

.provideSolutions {
  padding-right: 20px;
  z-index: 1;
}

.provideSolutions .secH {
  padding-right: 50px;
  color: #ffffff;
}

.provideSolutions p {
  color: #ffffff;
  font-size: 15px;
}

.provideSolutionsCount {
  color: #ffffff;
}

.provideSolutionsCount span img {
  margin-bottom: 20px;
  display: inline-block;
}

.provideSolutionsCount span {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
}

.provideSolutionsCount .provideSolutionCoPa {
  margin-top: 6px;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}

.aboutUsSec4 .container {
  z-index: 1;
}

.provideSolutionsCount {
  margin-top: 30px;
}

.video-container {
  position: absolute;
  top: 0;
  /* bottom: 0; */
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: #FDBB05;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
  padding: 10px;
}

.video-container .video::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/about/play-button.png);
  transition: opacity 0.3s ease-in-out;
  background-repeat: no-repeat;
}

.video-container:hover .video {
  opacity: 1;
}

.aboutUsSec4 {
  padding-bottom: 100px;
}

.comparePBox.comparePBoxDetails {
  padding-top: 0;
}

.compareImgDiv {
  height:300px;
}
.comparePage .compareImgDiv {
  height: 380px;
  padding: 5px 10px 20px;
}
.comparePage .compareImgDiv h5{
  margin-bottom: 10px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.comparePage .compareImgDiv h6{
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.compareImgDiv img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.compatrAcc{
  padding: 0 10px 10px;
}
.comparePBoxDetailsUl {
  background-color: #202020;
}

.comparePBoxDetailsUl li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #454545;
  text-align: start;
  color: #ffffff;
  width: 100%;
}

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

.comparePBoxDetailsUl li span {
  color: #FDBB05;
  font-size: 14px;
  /* float: right;
  width: 50%;
  text-align: left; */
}

.compareDetails_sec1_D p {
  text-align: center;
}

.tableDetails {
  overflow: auto;
  margin-top: 50px;
  /* display: flex; */
  justify-content: center;
  width: 100%;
}

.tableDetails tr td,
.tableDetails tr th {
  padding: 30px 65px;
  text-align: center;
  border: 1px solid #00000029;
}

.tableDetails tr th {
  font-size: 16px;
  font-weight: 500;
}

.tableDetails tr th:first-child {
  color: #FDBB05;
}

.df {
  display: flex;
  gap: 10px;
}

.jcc {
  justify-content: center;
}

.compareDetails_sec2 {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}

.compareDetails_sec2::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #00000080;
}

.compareDetails_sec2_D .accordion {
  margin: 40px auto 0;
  overflow: hidden;
  padding: 0;
}

.compareDetails_sec2_D .at-tab {
  display: none;
  border-top: none;
  background-color: #000000;
  border: 1px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.compareDetails_sec2_D .at-title {
  cursor: pointer;
  background-color: #f5f5f5;
  position: relative;
  transition: background-color 0.3s ease;
  border-radius: 10px;
}

.compareDetails_sec2_D .at-title.active {
  display: none;
}

.compareDetails_sec2_D .at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
}

.compareDetails_sec2_D .at-title.active:after {
  content: "-";
}

.compareDetails_sec2_D .at-item {
  border-radius: 5px;
  margin: 10px 0;
}

.compareDetails_sec2_D .at-title h2 {
  font-size: 18px;
  font-weight: 600;
  padding: 0px 15px;
  margin: 0;
  color: #FDBB05;
}

.compareDetails_sec2_D .accordion-header {
  text-align: center;
  color: white;
  padding: 20px 0;
}

.compareDetails_sec2_D .accordion.active,
.compareDetails_sec2_D .accordion:hover {
  background: transparent;
}

.compareDetails_sec2_D .accordion:before {
  content: normal;
}

.compareDetails_sec2_D .tableWarp {
  overflow: auto;
  width: 100%;
}

.compareDetails_sec2_D .tableWarp thead {
  width: 100%;
}

.compareDetails_sec2_D .tableWarp thead tr {
  width: 100%;
}

.compareDetails_sec2_D tr td,
.compareDetails_sec2_D tr th {
  padding: 20px 97px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}

.compareDetails_sec2_D tr td:not(:last-child),
.compareDetails_sec2_D tr th:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.compareDetails_sec2_D tr th img {
  display: inline-block;
}

.compareDetails_sec2_D tr th {
  color: #FDBB05;
  font-size: 16px;
}

.compareDetails_sec2_D tr td {
  color: #ffffff;
  font-size: 14px;
}

.product_DetailsSec.compare_sec2 {
  padding-bottom: 0;
}

.rImgspanD {
  margin: 10px 0 0;
}

/* .compare_sec4.compare_sec{
  background-color: #ffffff !important;
} */
/* .compare_sec.compare_sec2{
  background-color: #f5f5f5;
} */
.compare_sec.compare_sec5 .icon {
  display: none;
}

.compareBoxInnerPrice span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.compare_sec1 .compatrAcc .brandContainer {
  display: block;
  background-color: transparent;
}

.wishListPage {
  padding: 0px 0 80px 0;
}

.wishlist-empty {
  font-size: 18px;
  color: #c20000;
  background-color: #ffe1e1;
}

.wishListPage .nobr {
  font-size: 20px;
  font-weight: 600;
}

.woocommerce table.shop_table th {
  padding: 25px 15px;
}

/* .woocommerce table.shop_table .product-thumbnail a {
  height: 200px;
  width: 200px;
  max-width: 200px;
} */
.woocommerce table.shop_table .product-thumbnail a {
  height: 120px;
  width: 150px;
  max-width: 150px;
  overflow: hidden;
  border-radius: 8px;
}

.woocommerce table.shop_table .product-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wishListPage .wishlist_table tr td {
  text-align: start;
  font-size: 16px;
}

.woocommerce .wishListPage a.remove {
  font-size: 2rem;
}

table.wishlist_table thead th {
  border-top: 0;
}

table.wishlist_table tbody td,
table.wishlist_table thead th {
  border-color: #ffffff;
  border: 1px solid #efefef;
}

.wishlist-title-container {
  margin-top: 150px;
}

.woocommerce-wishlist .headerWrap {
  background-color: #000;
}

.wishlist-title-container .btn.show-title-form {
  display: none;
}

.shopAside {
  position: sticky;
  top: 120px;
  left: auto;
}

.shopAside .woof_container_inner {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #f6f6f6;
  /* overflow: hidden; */
}

.shopAside .woof_container_inner h4 {
  width: 100%;
  padding: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  color: #FDBB05;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.shopAside .woof_container_inner h4 a {
  color: #FDBB05;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s;
}

.shopAside .woof_container {
  padding: 0;
  margin: 0;
}

/* .shopAside .woof_container_inner h4:before {
  background-image: url(../img/product/down-arrow.png);
  position: absolute;
  content: "";
  right: 15px;
  top: 18px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(270deg);
  transition: all 0.3s;
  filter: brightness(1) grayscale(1);
} */
.widget .woof_redraw_zone ul {
  padding: 10px !important;
  border-bottom: 1px solid #efefef;
  background-color: #ffffff;
}

.shopMain .brand_Main .woocommerce-ordering {
  float: none;
  display: flex;
  justify-content: end;
}

.shopMain .brand_MainHead {
  display: block;
}

.shopMain .woocommerce-ordering select {
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  gap: 20px;
}

.shopMain .brand-sec1 li {
  list-style: none;
}

.shopMain .archive-img-wrap {
  min-height: 200px;
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopMain .archive-img-wrap img {
  height: 100%;
  width: 100%;
}

.shopMain .productTitle {
  text-align: left;
}

.shopMain .productInfo ul {
  column-count: auto !important;
  display: flex;
  flex-wrap: wrap;
}

.shopMain .productInfo ul li {
  width: 50%;
}

/* login page */

.page-id-32 header {
  background-color: #000000b0;
  backdrop-filter: blur(3px);
  box-shadow: 0 2px 4px 1px #000;
}

.page-id-32 .myAccount {
  padding-top: 170px;
  padding-bottom: 40px;
}

.is-sticky + .myAccount {
  padding-top: 280px;
}

.page-id-32 input {
  width: 100%;
  background-color: transparent;
  padding: 0 10px;
  border-radius: 10px;
  min-height: 50px;
  border: 1px solid #cfc8d8;
}

.page-id-32 input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.page-id-32 label {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

.page-id-32 .woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.page-id-32 .woocommerce-form-login__submit,
.page-id-32 .woocommerce-form-register__submit {
  display: inline-block !important;
  padding: 0 30px !important;
  background-color: #000 !important;
  color: #FDBB05 !important;
  line-height: 50px !important;
  transition: 0.5s !important;
}

.page-id-32 .woocommerce-form-login__submit::after,
.page-id-32 .woocommerce-form-register__submit::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #FDBB05;
  width: 5px;
  right: -9px;
}

.page-id-32 .woocommerce-form-login__submit:hover,
.page-id-32 .woocommerce-form-register__submit:hover {
  background-color: #FDBB05 !important;
  color: #fff !important;
}

.page-id-32 .woocommerce-form-login__submit::before,
.page-id-32 .woocommerce-form-register__submit::before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  background-color: #000;
  width: 5px;
  right: -9px;
  transition: 0.5s;
}

.page-id-32 .woocommerce-form-login__submit:hover::before,
.page-id-32 .woocommerce-form-register__submit:hover::before {
  height: 100%;
  z-index: 12;
}

.woocommerce form.login,
.woocommerce form.register {
  height: 420px;
}

/* my account page */

.innerBann {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 20px;
}

.innBan {
  padding-bottom: 30px;
}

.innBan ul {
  display: flex;
  gap: 6px;
}

.woocommerce-MyAccount-navigation ul li {
  padding: 15px 15px;
  border-bottom: 2px solid #FDBB05;
  background: #f0f0f0;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border: none;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding-top: 20px;
}

.woocommerce form .form-row {
  margin: 0 0 12px;
}

button[name="save_account_details"] {
  display: inline-block !important;
  padding: 0 30px !important;
  background-color: #000 !important;
  color: #FDBB05 !important;
  line-height: 50px !important;
  transition: 0.5s !important;
  margin-top: 1rem !important;
}

button[name="save_account_details"]::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #FDBB05;
  width: 5px;
  right: -9px;
}

button[name="save_account_details"]:hover {
  background-color: #FDBB05 !important;
  color: #fff !important;
}

button[name="save_account_details"]::before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  background-color: #000;
  width: 5px;
  right: -9px;
  transition: 0.5s;
}

button[name="save_account_details"]:hover::before {
  height: 100%;
  z-index: 12;
}

.page-id-32 fieldset {
  display: block;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .page-id-32 .myAccount {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .woocommerce form.login,
  .woocommerce form.register {
    height: auto;
  }
  .blogDetails .blogDetailsD3 h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .blogDetailsD3 p {
    margin-bottom: 25px;
  }
}

.product_DetailsSec1 .yith-wcwl-add-button {
  display: none;
  align-items: center;
  justify-content: center;
}

.product_DetailsSec1 .yith-wcwl-add-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 20px;
  padding: 12px 10px;
  background-color: #ffffff;
  /* line-height: 50px; */
  transition: 0.5s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  width: 85%;
}

.product_DetailsSec1 .yith-wcwl-add-button {
  font-size: 20px;
}

.product_DetailsSec1 .yith-wcwl-add-button span {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}

.product_DetailsSec1 .yith-wcwl-add-to-wishlist {
  display: none;
}

.fancybox-stage #quick-view-html {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  align-items: center;
}

.fancybox-close-small:after {
  content: normal;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #000000;
}

p.wishlist-empty,
table.wishlist_table tbody td.wishlist-empty {
  text-align: center;
  margin: 0 0 50px 0;
}

#wpcf7-f618-o1 .frmWrap textarea {
  height: 100px;
}

.popup .popup-close {
  top: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

.accordionPro p {
  color: #ffffff;
}

/* spinner */
.wpcf7-spinner {
  display: none !important;
}

.contactPage .frmBtnWrap {
  margin-bottom: 0;
}
.contactPage .frmBtnWrap .compareBtn {
  padding-bottom: 0;
}
.contactPage .wpcf7 form.invalid .wpcf7-response-output {
  text-align: end;
}
.contactPage .frmWrap {
  position: relative;
  margin-bottom: 7px;
}

.contactPage .wpcf7 form.sent .wpcf7-response-output {
  text-align: end;
}
/* default-page */

/* .page-template-default .headerWrap {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
}
.page-template-default .is-large.wc-block-cart {
  margin-top: 42px;
} */

/* ----------------- */

/*.compare_sec2 .my-slick-slider {
  width: 330px;
  height: 200px;
}
.compare_sec2 .item {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: block;
}
.compare_sec2 .item > h1 {
  position: absolute;
  margin: 5px;
  color: white;
}
.compare_sec2 .item > h2 {
  position: absolute;
  color: white;
  bottom: 0px;
  right: 15px;
  margin: 5px;
}
.compare_sec2 img {
  object-fit: cover;
  height: 100px;
  width: 100px;
}
.compare_sec2 .bttn {
  padding: 8px 12px;
  display: inline-block;
  background-color: lavender;
  border-radius: 20px;
  color: black;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.compare_sec2  .active {
  background-color: slateblue;
  color: white;
} 
.compare_sec2 .wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(239, 239, 239, 0.7);
  text-align: center;
  padding: 1em;
}
.compare_sec2 .wrapper .button-group {
  width: auto;
  padding: 1em 0;
}
.compare_sec2 .wrapper .button-group button {
  padding: 1em;
  background: #222222;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  border: 3px solid white;
}
.compare_sec2 .wrapper .button-group button:hover {
  background: white;
  color: #222222;
  border: 3px solid #222222;
  cursor: pointer;
}
.compare_sec2 .wrapper .button-group .active {
  background: white;
  color: #222222;
  border: 3px solid #222222;
  cursor: pointer;
}
.compare_sec2 .wrapper .slider2 {
  height: auto !important;
}
.compare_sec2 .wrapper .slider2 .slick-slide {
  position: relative;
  margin: 0 1em;
}
.compare_sec2 .wrapper .slide {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin-bottom: 1em;
}
.compare_sec2 .wrapper .slide img {
  width: 100%;
}
.compare_sec2 .wrapper .slick-nav {
  width: 100%;
  position: relative;
  list-style-type: none;
}
.compare_sec2 .wrapper .slick-nav button {
  padding: 1em;
  background: #222222;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  border: 3px solid white;
}
.compare_sec2 .wrapper .slick-nav button:hover {
  background: white;
  color: #222222;
  border: 3px solid #222222;
  cursor: pointer;
}
.compare_sec2 .wrapper .slick-nav .slick-prev {
  position: absolute;
  left: 0;
}
.compare_sec2 .wrapper .slick-nav .slick-next {
  position: absolute;
  right: 0;
}
.compare_sec2 .wrapper .slick-nav .slick-dots {
  list-style-type: none;
}
.compare_sec2 .wrapper .slick-nav .slick-dots li {
  width: auto;
  display: inline-block;
}
.compare_sec2 .wrapper .slick-nav .slick-dots li button {
  padding: 1em;
  background: #222222;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  border: 3px solid white;
}
.compare_sec2 .wrapper .slick-nav .slick-dots li button:hover {
  background: white;
  color: #222222;
  border: 3px solid #222222;
  cursor: pointer;
}
/* ----------------- */
.my-slick-slider_TWO,
.my-slick-slider {
  position: relative;
}
.my-slick-slider_TWO .item,
.my-slick-slider .item {
  padding-bottom: 50px;
  padding-top: 10px;
}
.my-slick-slider_TWO .slick-arrow,
.my-slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.3s;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.my-slick-slider_TWO .slick-prev,
.my-slick-slider .slick-prev {
  right: auto;
  left: -50px;
}
.my-slick-slider_TWO .slick-next,
.my-slick-slider .slick-next {
  right: -50px;
  left: auto;
}
.my-slick-slider_TWO .slick-prev::after,
.my-slick-slider_TWO .slick-next::after,
.my-slick-slider .slick-prev:after,
.my-slick-slider .slick-next:after {
  position: absolute;
  content: "prev";
  width: 100%;
  height: 100%;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 16px;
  color: #FDBB05;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  transition: all 0.3s;
}
.my-slick-slider_TWO .slick-next:after,
.my-slick-slider .slick-next:after {
  content: "next";
}
.my-slick-slider_TWO .slick-arrow:hover,
.my-slick-slider .slick-arrow:hover {
  background-color: #FDBB05;
}
.my-slick-slider_TWO .slick-arrow:hover::after,
.my-slick-slider .slick-arrow:hover::after {
  color: #ffffff;
}
.my-slick-slider_TWO .item,
.my-slick-slider .item {
  margin: 0 10px;
  height: 100%;
}
/* .compareBoxInner .compareItem {
  width: 100%;
} */
.compare_sec2 .categories span {
  height: 100%;
  white-space: nowrap;
}
/* .compare_sec2 .categories {
  width: 100%;
  overflow-x: auto;
  padding: 5px 0;
} */
/* -------.product listing---------- */

.product-listing .brand_Accordion .panel_Inner {
  background-color: #f6f6f6;
}
.product-listing .search-input {
  height: 50px;
  width: 100%;
}
.product-listing .brand_Accordion {
  background-color: #202020;
}
/* .product-listing .brand_Accordion .accordion.active:before {
  filter: brightness(1) grayscale(1);
} */
.product-listing .brandAside_Img div img {
  padding:0px;
}
.product-listing .brandAside_Img div {
  margin-bottom: 10px;
  /* width: 32%; */
  width:31%;
}
.product-listing .brandAside_Img div{
  position: relative;
}
.product-listing .brandAside_Img div .brnadName{
  position: absolute;
  left:50%;
  transform: translateX(-50%);  
  bottom: 100%;
  width: auto;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 10px;
}
.product-listing .brandAside_Img .product_brands:hover .brnadName{
  opacity: 1;
  visibility: visible;
  z-index: 1;
  box-shadow: none !important;
  background-color: transparent !important;
}
.product-listing .brandAside_Img div .brnadName a{
  background-color: var(--orange);
  padding:5px 10px;
  border-radius: 3px;
  white-space: nowrap;
  position: relative;
}
.product-listing .brandAside_Img div .brnadName a:before {
  position: absolute;
  bottom: -8px;
  left: 60%;
  transform: translateX(-50%);
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--orange);
}
.product-listing .brandAside_Img {
  gap: 10px;
  /* justify-content: flex-start; */
}
.price-range-slider {
  width: 100%;
  margin-bottom: 20px;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  font-size: 18px;
  margin-bottom: 20px;
  /* margin: 20px 0 20px 0; */
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #FDBB05;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #FDBB05;
  height: 20px;
  width: 20px;
  top: -0.6em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #FDBB05;
}
.priceRang {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  /* margin-top: 20px; */
}
.priceRang a {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  padding: 10px;
  border: 1px solid rgb(0, 0, 0, 0.25);
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 8px;
  width: 49%;
  text-align: center;}

.check_product li {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #000;
  .pro_cat{
    width: 100%;
  }
  ul{    
    padding-left: 20px;
  }
}
.check_product .checkbox-round {
  width: 18px;
  height: 18px;
  background-color: #d9d9d9;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid rgb(0, 0, 0, 0.25);
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.product-listing .check_product .checkbox-round:checked, .check_product li.active .checkbox-round{
  background-color: #FDBB05;
  border: 1px solid #FDBB05;
}
/* .product-listing .brandAside_Img,
.priceRang,
.product-listing .check_product {
  max-height: 147px;
  overflow-y: auto;
} */
#productCon {
  position: relative;
}
#productCon .text {
  color: #000000;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
#productCon .show-more {
  /*   width: 690px;  */
  color: #FDBB05;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  height: 20px;
  cursor: pointer;
}
/* #productCon .show-more:hover {
  color: #6c6c6c;
} */
/* #productCon .show-more-height {
  height: 80px;
  overflow: hidden;
} */
.product_MainD1 .h4 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}
.brand_MainHead {
  margin-top: 50px;
}
.product_MainHeading h5 {
  font-size: 30px;
  font-weight: 700;
}
.product_MainHeading .h5 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.brand_MainHead .product_MainHeading .h5 {
  margin-bottom: 0;
}
.product_Aside {
  position: sticky;
  top: 120px;
}
.product_Main .brand_MainHead {
  margin-bottom: 20px;
}
.product_Main .sort-by-container {
  padding: 5px 10px;
}
.productBox {
  margin-bottom: 30px;
}
.productBoxImg {
  z-index: 1;
  position: relative;
}
.productBoxImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgb(255, 115, 0, 0.4);
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 10px;
}
.productBoxImg a {
  display: inline-block;
  height: 250px;
  width: 100%;
  /* overflow: hidden; */
  border-radius: 10px;
}
.compareDetailsPage .productBoxImg a .reset_product{
  font-size: 18px !important;
  color: #fff !important;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productBoxImg a img {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  object-fit: cover;
  border-radius: 10px;
}
.productInfoD {
  padding: 20px 10px 8px;
  position: relative;
}
.productInfoD::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 110%;
  background-color: #000;
  z-index: -1;
  border-radius: 0 0 10px 10px;
}

.productInfoD h6 {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.3s ease;
  text-align: center;
  margin-bottom: 18px;
}
.page-template-templatescompare-details-php .productInfoD h6{
  font-size: 14px;

}
.page-template-templatescompare-details-php .productInfoD ul li .productfeat h5 {
  font-size: 13px;
}
.productInfoD h6 a{
  color: #fff;
}
.productBox:hover .productInfoD h6 a{
  color: #FDBB05;
}
.productInfoD ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
  margin: 10px 0 15px;
}
.productInfoD ul::after,
.productInfoD ul::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
}
.productInfoD ul::after {
  top: 0;
}
.productInfoD ul h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
}
.productInfoD ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.flip-card-front .productInfoD ul li h6{
  min-height:50px;
  margin-bottom: 0px !important;
}
.page-template-compare-details .productInfoD ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative;
  gap: 0px;
  min-height: 120px;
}
.page-template-compare-details .productInfoD h6{
  margin-bottom: 0px;
}
.flip-card-back .productInfoD ul li{
  padding-bottom: 0px;
}
.productInfoD ul li:nth-child(1):after, .productInfoD ul li:nth-child(2):after, .productInfoD ul li:nth-child(3)::after{
  width: 75%;
  height: 1px;
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  /* background-color: #2525253b; */
  top: auto;
}
.productBtnSec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px;
}
.productBtnSec h6 {
  font-size: 14px;
  font-weight: 400;
}
.productBtnSec h6 sup {
  color: #FDBB05;
  font-weight: 700;
  font-size: 14px;
}
.productBtnSec a {
  color: #FDBB05;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3;
}
.productBtnSec .productBtnArrow a{
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#000 ;
  color: #fff;
  border-radius: 5px;
}
.productBtnSec .productBtnArrow a.arrowFront{
  background-color: var(--orange);
  color: #000;
}
.productBtnSec .productBtnArrow a.arrowFront > i{
  transform: rotate(-45deg);
}
.productBtnSec > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.productBtnSec > div img {
  height: 20px;
  transition: all 0.3s;
}
/* .productBtnSec > div:hover img {
  transform: rotate(45deg);
} */
.productInfoD ul li img {
  transition: all 0.3s;
  filter: brightness(0) invert(1);
  height: 35px;
  /* filter: brightness(1) grayscale(1); */
  margin: 0 auto;
  margin-bottom: 10px;
  width: auto;
}
.flip-card-back .productInfoD ul li img{
  margin-bottom: 5px;
}
.productBox:hover .productBoxImg::before {
  height: 100%;
}
.productBox:hover .productInfoD > h6 {
  color: #FDBB05;
}
.productBox:hover .productInfoD ul li img {
  filter: none;
}
/* .product_compareBox .compareImg {
  height: 100px;
}
.product_compareBox .compareBoxInner .compareItem {
  width: 50%;
} */
.product_compareBox .companyName {
  color: #FDBB05;
  font-weight: 600;
  font-size: 13px;
}
.product_compareBox .compareBoxInner .ratingWrap span {
  display: none;
}
.product_compareBox .compareBoxInner .ratingWrap {
  margin: 10px 0 5px 0;
}
.product_compareBox .compareBoxInnerPrice span {
  font-weight: 400;
  font-size: 14px;
  color: #838383;
}
.product_compareBox .compareContent {
  min-height:160px;
  height: auto;
}
.product_compareBox .compareBoxInner {
  margin-bottom: 5px;
}

/* .product_Main .logoSwiper {
  padding: 0;
} */
.product_Main .logoswiper-button-next {
  right: 0px;
  left: auto;
}
.product_Main .logoswiper-button-prev {
  left: 0px;
  right: auto;
}
.product_Main .accordion-body.show {
  padding-left: 20px;
}
.product_Main .accordion-header.active {
  padding-left: 20px;
}
/* .product_Main .accordion-body p {
  padding-left: 75px;
} */
.product_Main .accordion-header {
  padding: 24px 20px;
}
.compareWrapNew,
.product_Main .brand-sec4,
.product_Main .brand-sec3 {
  margin-bottom: 70px;
  position: relative;
}
.product_Main .brand-sec3{
  margin-bottom: 0;
}
.product-listing .brandAside_Img::-webkit-scrollbar-thumb,
.priceRang::-webkit-scrollbar-thumb,
.product-listing .check_product::-webkit-scrollbar-thumb {
  background-color: #909090;
}
.product-listing .brandAside_Img::-webkit-scrollbar,
.priceRang::-webkit-scrollbar,
.product-listing .check_product::-webkit-scrollbar {
  background-color: #d9d9d9;
  border-radius: 10px;
}
.priceRang a.active{
  background-color: #FDBB05;
  border: 1px solid #FDBB05;
}
.categoryTxt ul{
   display: flex;
}
.categoryTxt ul li{
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #F0F0F0;
  border-radius: 5px;
  color: #777777;
  margin-right: 10px;
  gap: 10px;
}
.categoryTxt ul li a{
  color: #777777;
}
.flip-card-front .productInfoD ul li {
  padding-top: 5px;
  padding-bottom:0px;
  margin-bottom: 0px;
}
.flip-card-front .productInfoD ul {
  padding: 20px 0 10px;
  margin: 10px 0 15px;
}
.product_Main .brand-sec3 .logoswiper-button-next, .product_Main .brand-sec3 .logoswiper-button-prev {
  bottom: -80px;
  top: auto;
}
.product_Main .brand-sec3 .logoswiper-button-prev{
  left: auto;
  right: 50px;
}
.msvContent h3{
  margin-bottom: 20px;
}
.contactFormTab ul {
  display: flex;
  gap: 10px;
}
.contactFormTab ul li a{
  display: block;
  padding: 15px 30px;
  background-color: #000;
  border-radius: 5px 5px;
  color: var(--orange);
  font-size: 18px;
}
.comparePage .compare_sec.compare_sec3{
  padding-top: 0px;
}
.reset_product{
  right: 25px;
  top: 20px;
  z-index: 1;
}
.fancybox-slide--video .fancybox-content video{
  width: 100%;
}
.brand_details_mrd .proAcc .expanded .accordion-cell-content_bx ul{
  display: block;
}
.brand_details_mrd .proAcc .expanded .accordion-cell-content_bx ul li{
  width: 100%;
  color: #fff;
  margin: 10px 0;
  line-height: 1.6;
  font-size: 17px;
}
.compareDetailsPage .productBox .productBtnSec .productBtnArrow a{
  background-color: var(--orange);
  color: #000;
}

.cursor {
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
  display: none;
}
.cursor.cursor-view{
  display: block;
}
.cursor span.dot {
  position: fixed;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #707070;
  pointer-events: none;
  mix-blend-mode: difference;
}
.cursor span.drag{
  position: relative;
  opacity: 0;
  visibility: hidden;
  padding: 5px 10px;
  display: none;
  text-align: center;
  background-color: #fff;  
  color: #000;
  font-size:14px;
  border-radius: 3px;
  mix-blend-mode: unset;
  white-space: nowrap;
}
.cursor span.drag::before{
    position: absolute;
    bottom: -5px;
    left: 10px;
    margin-left: -10px;
    content: "";
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
}
.cursor span.drag{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  top: 50%;
}
.cursor.cursor-view span.drag {
  display: block;
  opacity: 1;
  visibility: visible;
  transition-duration: 0.3s;
  transform: scale(1);
  z-index: 2;
}
.webTemp p a{
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
  &::before{
    font-size: 20px;
    content: '\f0ac';
    position: absolute;
    left: 0;
    top: -2px;
    font-family: 'FontAwesome';
  }
}


.offerSec.offerSecBg.h_offerSec{
  height: 1003px;
  overflow: hidden;
}
.home .commonSec.blogSec.homeCompareSec {
    height: 840px;
    overflow: hidden;
}