::selection {
  color: #fff;
  background: #fdbb05;
}
.aboutSec {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
.headerWrap.is-sticky {
  background-color: #000000;
  backdrop-filter: blur(3px);
  box-shadow: none;
  border-bottom: 1px solid #fdbb05db;
}
.footerContact p br,
.aboutUsSec1_Text br,
.aboutTab p br,
.blogDetailsD3 p br,
.wpcf7-spinner {
  display: none;
}
.featuredBox2 .featuredImg img {
  width: 100%;
  border-radius: 10px;
}
/* .blogBox .dateWrap span {
  left: 0;
  top: 0;
  position: absolute;
  background-color: #000000;
  text-align: center;
  padding: 22px 16px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  width: 90px;
  font-weight: 300;
  border-radius: 7px;
} */
.blogBox .dateWrap span {
  left: 0;
  top: 0;
  /* position: absolute; */
  background-color: #000000;
  text-align: center;
  /* width: auto; */
  padding: 7px 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  /* width: 90px; */
  font-weight: 300;
  border-radius: 7px;
  font-weight: 500;
  border: 1px solid #fdbb0587;
}
.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.product_DetailsSec3_D1 {
  justify-content:flex-start;
}
.brandsSec .headingWrap .transparentH,
.blogSec .headingWrap .transparentH {
  opacity: 1;
}
.accordion-body.show {
  max-height: 100% !important;
}
/* about */
.aboutUsSec1_TextUser p,
.frmBtnWrap .compareBtn .btnWrap p {
  margin: 0;
}
.aboutUsSec3D1 h3 {
  padding-right: 10px;
}
/* about */
/* blog details*/
.blogDetailsMain {
  padding: 20px 20px 20px;
}
.comment-respond {
  padding-top: 15px;
}
/* blog details*/
/* product details*/
.accordion-cell-content ul li div {
  width: 20px;
  flex-shrink: 0;
}
.espBox .espImg {
  align-items: normal;
}
.espBox .espImg img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.product_De2 > .row {
  justify-content: center;
}
.product_DetailsSec .row {
  row-gap: 20px;
}
/* product details*/
/* blog */
.blogAside {
  position: sticky;
  top: 100px;
}
.blogListing {
  justify-content: end;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 20px;
}
.blogMain .row {
  row-gap: 30px;
}
/* blog */
/* application-listing-page */
.productInfo p {
  color: #888;
}
.productInfo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productInfo > ul > li {
  width: 40%;
  text-align: justify;
}
.accordion:before,
.accordion-header::before {
  background-size: 15px;
}
/* application-listing-page */
.inner_baner ul {
  padding: 0 40px;
  padding-top: 50px;
}

/*RESPONSIVE MENU*/

.responsive_btn {
  display: none;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: -2px 0;
  float: right;
  position: relative;
  z-index: 20;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  background: #000;
}
.responsive_btn span {
  display: block;
  height: 2px;
  width: 20px;
  position: relative;
  top: 50%;
  margin: -1px auto;
}
.responsive_btn span:before,
.responsive_btn span:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
}
.responsive_btn span:before {
  top: -6px;
}
.responsive_btn span:after {
  bottom: -6px;
}
.responsive_btn span,
.responsive_btn span:before,
.responsive_btn span:after {
  background: #fff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.responsive_btn:hover span,
.responsive_btn:hover span:before,
.responsive_btn:hover span:after {
  background: #fff;
}

.responsive_nav {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  /* top: 0; */
  bottom: -135%;
  width: 100%;
  min-height: 90%;
  z-index: 9999;
  background: #ffffff00;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  backdrop-filter: blur(20px);
  border-radius: 30px 30px 0 0;
  border-top: 2px solid #fdbb0563;
}
.responsive_nav .socialLinks {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 10px;
}
.responsive_nav .socialLinks a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  width: 35px;
  background-color: #fff;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
  margin-left: 0px;
}
html.responsive .responsive_nav {
  bottom: 0;
}
.closeMenu {
  position: absolute;
  right: auto;
  top: -22px;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: var(--orange);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  transform: translateX(-50%);
}

.closeMenu i {
  color: #000;
  font-size: 24px;
}

.responsive_nav ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.responsive_nav ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: relative;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
.responsive_nav ul li:first-child {
  border-top: none;
}
.responsive_nav ul li:after {
  display: none;
}
.responsive_nav ul li > a {
  display: block;
  padding: 10px 12px;
  color: inherit;
  position: relative;
  font-size: 18px;
}
.responsive_nav ul li a:hover,
.responsive_nav ul li a:focus,
.responsive_nav ul li.active > a {
  color: #fff;
  background: var(--orange);
}
.responsive_nav ul ul,
.responsive_nav ul {
  padding: 0 0 15px 15px;
}
/* .responsive_nav ul .sub-menu,.responsive_nav ul li a i {display: none;} */
.responsive_nav ul .sub-menu,
.responsive_nav ul li a i,
.responsive_nav .mega-menu {
  display: none;
  transform-origin: top;
  transform: scale(1);
  height: 0px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.responsive_nav .subarrow {
  display: block;
  pointer-events: inherit;
  width: 30px;
  height: 40px;
  line-height: 40px !important;
  right: 0;
}
.responsive_nav ul .sub-menu .container {
  width: 100%;
  padding: 0;
}
.bodyOverlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 991;
  transform: none;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
html.responsive,
.responsive body {
  overflow-y: hidden;
}
.responsive .wrapper {
  -webkit-transform: translate(-280px, 0) !important;
  transform: translate(-280px, 0) !important;
}
.responsive .bodyOverlay {
  opacity: 1;
  visibility: visible;
}
.responsive .responsive_nav {
  left: 0;
  padding-top: 40px;
}
.responsive .responsive_nav,
.responsive_nav ul ul,
.responsive_nav ul {
  max-height: 100vh;
  padding-top: 30px;
}
.responsive .responsive_btn {
  pointer-events: none;
}
.responsive .responsive_btn span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.responsive .responsive_btn span:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 0;
}
.responsive .responsive_btn span:before {
  opacity: 0;
}
.responsive_nav .opened > .subarrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.responsive_nav .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}
.responsive .responsive_nav .mCSB_outside + .mCSB_scrollTools {
  right: -4px;
}
.responsive_nav .menuWrap > ul {
  display: block;
}
/*MENU END*/
.responsive_nav .sub-menu,
.responsive_nav .mega-menu {
  position: static;
  background: rgb(255, 130, 35);
  background: -moz-linear-gradient(
    74deg,
    rgba(255, 130, 35, 0.8687850140056023) 0%,
    rgba(17, 17, 17, 0.908000700280112) 100%
  );
  background: -webkit-linear-gradient(
    74deg,
    rgba(255, 130, 35, 0.8687850140056023) 0%,
    rgba(17, 17, 17, 0.908000700280112) 100%
  );
  background: linear-gradient(
    74deg,
    rgb(249 165 26) 0%,
    rgba(17, 17, 17, 0.908000700280112) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FDBB05",endColorstr="#111111",GradientType=1);
  overflow-y: auto;
  animation: none;
  /* max-height: 187px; */
}
.responsive_nav .mega-menu ul {
  padding: 0;
  margin: 0;
  column-count: auto;
  flex-direction: column;
  overflow-y: auto;
}
.responsive_nav .mega-menu > ul > li {
  width: 100%;
}
.responsive_nav .sub-menu li a,
.responsive_nav .mega-menu li a {
  padding: 8px 0;
  border-bottom: none;
  margin-bottom: 0;
}
.responsive_nav .has-menu-children .sub-arrow {
  color: #fff;
}
.responsive_nav .has-menu-children.menuOpen .sub-menu,
.responsive_nav .menuOpen .mega-menu {
  display: block;
  height: auto;
  padding: 0 0 15px 15px;
}
.responsive_nav .sub-arrow {
  right: 12px;
  top: 15px;
  font-size: 18px;
  height: 30px;
  width: 30px;
  /* border: 1px solid #b9b9b9; */
  display: grid;
  place-items: center;
  /* background: var(--orange); */
}
.responsive_nav .mega-menu > ul > li {
  padding: 20px 0 0;
}
.responsive_nav .mega-menu > ul > li:not(:last-child) {
  border: none;
}
.aboutUsSec1_Img1 img {
  border-radius: 20px;
  object-position: 80%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* product wishlist */
.product-price ins .woocommerce-Price-amount.amount {
  font-size: 20px;
}
.product-price del {
  color: #787878;
}
.wishListPage .wishlist_table tr td.product-stock-status,
th.product-stock-status {
  text-align: center;
}
/* product wishlist */

.featuredSlider .swiper-slide {
  padding: 0;
}
.espBox .espImg {
  display: block;
  padding: 0;
}
.blogDetailsD8 .comment-form-comment textarea {
  padding: 10px 12px;
  resize: none;
}
.comment.odd.thread-even.depth-1 .comment-body {
  padding-bottom: 70px;
}
em.comment-awaiting-moderation {
  position: absolute;
  font-size: 13px;
  bottom: 8px;
  left: 0;
  right: 0;
  background: #ccc;
  padding: 5px;
  border-radius: 4px;
}
.fa-magnifying-glass:before {
  transition: all 0.6s;
}
/* .xmark .fa-magnifying-glass:before{
  content: "\f00d";
} */

/* Wishlist submenu off */
/* .menuWrap li.has-menu-children:first-child > .sub-menu,
.menuWrap li.has-menu-children:first-child > .sub-arrow,
.responsive_nav li.has-menu-children:first-child > .sub-menu,
.responsive_nav li.has-menu-children:first-child > .sub-arrow,
li#menu-item-361,
li#menu-item-362 {
  display: none;
} */
/* Wishlist submenu off */
.comment-notes .required-field-message,
.rating-label label,
.comment-form-comment label {
  display: flex;
}
/* 08/05/24 */
.proswiper-button-prev {
  left: 0;
}
.proswiper-button-next {
  right: 0;
}
.proswiper-button-next:hover:after {
  color: #000;
}
.brand_acc .accordion {
  font-weight: 400;
}
.accordion-header {
  padding: 24px 32px;
}
.accordion-body.show {
  padding-left: 32px;
}
.accordion-header.active {
  padding: 32px 32px 24px;
}
.accordion-body span {
  left: 0;
}
/* .compare_sec1{padding-bottom: 0;} */
.swiper-compareInn .compareBox {
  width: 100%;
}
.compareDetails_sec1_D {
  text-align: center;
}
.compareDetails_sec2_D .accordion {
  max-width: 90%;
}
.compareDetails_sec2_D table {
  width: 100%;
}
.compareDetails_sec2_D tr th,
.compareDetails_sec2_D tr td {
  width: calc(100% / 3 - 15px);
  padding: 25px 34px;
}
.compareDetails_sec2_D .at-title h2 {
  padding: 0;
  line-height: normal;
  font-weight: 500;
}
.accordion-header h5,
.accordion-header h4 {
  font-size: 20px;
  text-transform: inherit;
}

.accordion-header.active h5,
.accordion-header.active h4 {
  color: #fdbb05;
}

.accordion-header::before {
  top: 30px;
}
.page-template-compare-details .offerSec .headingWrap .transparentH {
  display: none;
}
/* .comparePage .secH{max-width: 100%;} */
.blog_aside_Img {
  position: relative;
}
.blog_aside_Img::after {
  content: "";
  position: absolute;
  background: #fdbb058c;
  z-index: 1;
  inset: 0;
  transform: scale(0);
  transition: all 300ms ease-in;
}
.blogAsideD3 .row:hover .blog_aside_Img::after {
  transform: scale(1);
  transition: all 300ms ease-out;
}
/* 08/05/24 */
/* 09/05/24 */
.compare_sec2 .swiper-slide {
  padding: 5px;
}

.accordion-header span {
  font-size: 20px;
}
.rImgspanD {
  margin-top: 0;
}
.wishlist-items-wrapper .product-name a:hover {
  color: #fdbb05;
}
.has-menu-children .sub-arrow + .sub-arrow {
  display: none;
}
.detailsContentTxt .wpcf7-not-valid-tip {
  font-size: 13px;
  text-transform: capitalize !important;
}
.detailsContentTxt .wpcf7-response-output {
  text-align: center;
}
.ratingBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sub-arrow {
  top: 0;
  line-height: 75px;
  cursor: pointer;
}
span.rating-container {
  transform: rotate(180deg);
  float: left;
}
span.rating-container > label {
  transform: rotate(180deg);
}
.frmWrap span.inputH > .rqrd {
  display: inline;
  margin-left: 5px;
}
.frmWrap br {
  display: none;
}
textarea {
  resize: none;
}
.mega-menu ul li ul {
  display: flex;
  flex-wrap: wrap;
  column-count: auto;
}
.mega-menu ul li ul li {
  width: calc(50% - 20px);
  padding-right: 0;
}
/* 09/05/24 */
/* 10/05/24 */
.responsive_nav .mega-menu ul li ul li {
  width: 100%;
}
/* width */
.tableDetails::-webkit-scrollbar,
.compareDetails_sec2_D .tableWarp::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

/* Track */
.tableDetails::-webkit-scrollbar-track,
.compareDetails_sec2_D .tableWarp::-webkit-scrollbar-track {
  background: #dbdbdb;
}

/* Handle */
.tableDetails::-webkit-scrollbar-thumb,
.compareDetails_sec2_D .tableWarp::-webkit-scrollbar-thumb {
  background: #fdbb05;
}

/* Handle on hover */
.tableDetails::-webkit-scrollbar-thumb:hover,
.compareDetails_sec2_D .tableWarp::-webkit-scrollbar-thumb:hover {
  background: #fdbb05;
}
/* 10/05/24 */

/* compare details page */

table {
  width: 100%;
}

.compareImgSec th {
  width: 33.33%;
}

.compareImgSec th figure {
  width: 100%;
  height: 300px;
}

.compareImgSec th figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.compareItemsHead {
  position: fixed;
  top: 100px;
  background-color: #fff;
  z-index: 5;
}

.compareItemsHead table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  /* padding: 5px; */
  box-shadow: 1px 0px 7px 0px #885d00;
}

.compareItemsHead table tr th {
  width: 33.33%;
  background-color: #f5f5f5;
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); */
  color: #000;
  font-size: 22px;
  padding: 20px 10px;
}
.eachSecWrap .compareItemsHead {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px;
}
.eachSecWrap.currentSec .compareItemsHead {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 95px;
  z-index: 4;
  left: calc((100% - 1260px) / 2);
  right: calc((100% - 1260px) / 2);
  margin: 0 auto;
  border-bottom: 2px solid #fdbb05;
}
.compareItemsHead table tr th img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ababab;
  margin-right: 10px;
  display: none;
}
.compareFixedHeader table tr th,
.compareFixedHeader table tr td {
  background-color: #f5f5f5;
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); */
  color: #000;
  font-size: 22px;
  text-align: center;
  padding: 20px 10px;
  font-weight: 600;
}
.compareFixedHeader table tr th{
  border: none;
  border-right: 1px solid #010101;
}
.compareFixedHeader table tr th:last-child{
  border-right: none;
}
.compareDetPoint:not(:last-child) {
  margin-bottom:0px;
}

.compareDetPoint h5 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  text-align: left;
  color: #1d1d1f;
}

.compareDetPoint h5 img {
  width: 40px;
  height: auto;
  object-fit: contain;
  margin-right: 20px;
}

.compTblDetails ul li {
  text-align: left;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 500;
}

.compTblDetails ul li:not(:last-child) {
  margin-bottom: 12px;
}

.compTblDetails ul li span {
  font-size: 17px;
  color: #1d1d1f;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}

.compTblDetails table {
  width: 100%;
}

/* .compTblDetails table tr{
  display: flex;
} */

.compTblDetails table td {
  padding: 0;
}
.compTblDetails table {
  border-spacing: 0px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px #cecece;
}
.compTblDetails table td:not(:last-child) {
  border-right: 1px solid #8f8f8f8a;
}
.featureDiv h6 {
  background-color: #000;
  padding: 10px 20px;
  color: #fff;
  font-size: 10px 20px;
}
.compTblDetails .featureBox {
  padding: 14px;
  margin-bottom: 25px;
}

.compTblDetails .featureBox ul li {
  width: 50%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 8px;
}

.compTblDetails .featureBox ul li .summaryFeatTxt {
  width: 100%;
  padding-left: 0;
  text-align: center;
}

.compTblDetails .featureBox ul li .summaryFeatTxt span {
  text-align: center;
  margin-right: 0;
}

.compOvrViewDiv h6 {
  font-size: 18px;
  text-align: left;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.compOvrViewDiv h6::before {
  content: "\f14a";
  font-family: fontawesome;
  color: #fdbb05;
  position: absolute;
  left: 0;
}

.compOvrViewDiv p {
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}

.compTblDetails .product_DetailsSec3_D1 {
  justify-content: flex-start;
  padding: 0;
}

.compTblDetails .DetailsSec3IMg {
  min-height: 100%;
  width: 50%;
}

.compTblDetails .DetailsSec3IMg figure {
  height: 40px;
  width: auto;
  margin: 0px auto;
  margin-bottom: 10px;
  padding: 0;
}

.compTblDetails .product_DetailsSec3_D1 .DetailsSec3IMg {
  border: none;
}

.compTblDetails .DetailsSec3IMg div {
  margin: 0 8px;
  padding: 12px 0;
}

.DetailsSec3IMg:hover p {
  color: #fff;
}

.featureDiv:not(:last-child) {
  margin-bottom: 40px;
}

.featureDiv ul {
  padding: 10px 20px;
}
.featureDiv ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px !important;
  font-weight: 400;
  line-height: 1.5;
}

.featureDiv ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/product/right.png);
  width: 20px;
  height: 20px;
  background-size: cover;
}

.compSpecific td {
  border-bottom: 1px solid #e8e8ed;
}

/* .compareDetPoint td{
  width: 33.33%;
} */

/* .compSpecific tr{
  display: flex;
  flex-wrap: wrap;
}

.compSpecific td{
  display: block;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
} */

.compSpecific table {
  border-spacing: 0px;
  border: 1px solid #ccc;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 2px 15px 0px #cecece;
  border-top: none;
}
.blog .blogBox .dateWrap {
  left: 10px;
  top: 10px;
}
.compareBoxItemWrap {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  position: relative;
  z-index: 0;
}
.compareBoxItemWrap .compareBoxItem {
  width: 100%;
  max-width: calc(33% - 10px);
  /* padding: 15px; */
  /* box-shadow: 0px 0px 10px 0px #cecece; */
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}
.compareBoxItemWrap .compareBoxItem .compareBoxName {
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
  color: #000;
  font-size: 22px;
  padding: 20px 10px;
  transition: 0.5s;
}
.compareBoxImg img {
  width: 100%;
}
.compareBoxItemWrap .compareBoxItem:hover .compareBoxName {
  background-color: #000;
  color: #fff;
}
.WOOF_Widget .woof_reset_search_form {
  display: none !important;
}
.woof_reset_search_form {
  background-color: #000 !important;
  color: #fdbb05 !important;
  font-weight: 400 !important;
  transition: 0.5s;
  display: none !important;
}
.woof_reset_search_form:hover {
  color: #000 !important;
  background-color: #fdbb05 !important;
}
.brandAside_Img .woof_list.woof_list_checkbox {
  width: 0px;
  overflow: hidden;
  display: none;
}

/* contact-form */
.contactDForm .inputBoxWrap {
  margin-bottom: 30px;
  display: block !important;
}

.contactDForm .inputBoxWrap.selBoxWrap {
  margin-bottom: 0;
  margin-top: 22px;
}

.contactDForm .textAreaBoxWrap {
  margin-top: 0;
}
.contactDForm .textAreaBoxWrap textarea {
  height: 90px;
  padding: 10px;
}

.contactDForm .btnBox {
  margin-left: auto;
  text-align: start;
  margin-top: 0;
}

.contactDForm .eachChkBox {
  display: flex;
  align-items: center;
}

.contactDForm .eachChkBox .checkBox {
  margin-right: 10px;
}

.contactD2 .frmWrap .eachChkBox span.inputH {
  display: inline-block;
  margin: 0 !important;
}

.contactDForm .frmWrap .inputTxt {
  padding: 10px;
}
.contactDForm .inputUpFleBx .inputBox .inputUpFle {
  position: relative;
}
.contactDForm .inputUpFle::after {
  position: absolute;
  content: "\f15b";
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  font-family: fontawesome;
  font-size: 16px;
  color: #5a5a5a;
}

/* .inputBoxWrap.selBoxWrap .selBox select {
  position: relative;
  background-image: unset;
} */
/* .inputBoxWrap.selBoxWrap .selBox select::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  font-family: fontawesome;
  font-size: 16px;
  color: #5a5a5a;

} */

/* brand-details */
.bnd_overview_HdBx {
  width: 100%;
}
.bnd_overview_HdBx .row {
  width: 100%;
  align-items: center;
}
.bnd_overview_HdBx .row .bnd-overviewHd {
  text-align: right;
}
.bnd_overview_HdBx h2 {
  margin-bottom: 0;
}
.insurancePage .bnd_overview_HdBx h1 {
  margin-bottom: 0 !important;
}
.bnd_overview_HdBx .bnd-overviewHd {
  margin-left: 20px;
}
.bnd_overview_cont.text-center {
  margin-top: 22px;
}
.bnd_overview_HdBx .col-lg-6 {
  padding-left: 0px;
}
/* Manufacturing */
.brand_details_mrd {
  background-color: #f5f5f5;
}
.brand_details_mrd .proAcc .accordion-cell > .titleAcc {
  color: #fdbb05;
  background-color: #000;
  justify-content: center;
  text-align: center;
  bottom: 0;
}
.brand_details_mrd .proAcc .accordion-cell.expanded > .titleAcc {
  background-color: unset;
  opacity: 0;
}
.brand_details_mrd .proAcc .accordion-cell > .titleAcc h4 {
  bottom: 0;
  top: 0;
}
.brand_details_mrd.product_DetailsSec4 .proAcc .expanded {
  background-image: url("https://promotedge.net/constructions-equipments/wp-content/themes/construction-equipments/assets/img/brand-details/brand_d_manufacturing_bg_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 240px);
  position: relative;
}
.brand_details_mrd .proAcc .expanded > .accordion-cell-content {
  /* background-color: #182c539e; */
  align-items: flex-end;
  display: flex;
  background: rgba(0, 0, 0, 0.79);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.brand_details_mrd .proAcc .expanded .accordion-cell-content_bx {
  position: relative;
  height: 310px;
  overflow: auto;
}
.brand_details_mrd .proAcc .accordionPro {
  display: flex;
  background-color: unset;
}

/* portfolio */
.brand-details-portfolio .portfolio-slide-sec {
  margin-top: 20px;
}
.brand-details-portfolio .network_slct.frmWrap .row {
  justify-content: center;
}

/* network */

.network_slct_mBx {
  background-color: #000;
}
.brand_details_dlar_network .network_slct .row {
  justify-content: center;
}
.bnd_dlar_network_bx p {
  margin-top: 20px;
}

.network_direction_bx {
  margin-top: 30px;
}
.network_direction_bx .row {
  justify-content: center;
}
.bnd_network_direction_lst ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.bnd_network_direction_lst ul li:first-child {
  align-items: start;
}
.each_network_direction_bx {
  margin-bottom: 0px;
  background-color: #fff;
  border: 1px solid #00000033;
  border-radius: 15px;
}
.each_network_direction_bx .bnd_network_direction_hd {
  color: #fdbb05;
  background-color: #000;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}
.bnd_network_direction_hd h6 {
  font-size: 18px;
  font-weight: 600;
}
.each_network_direction_bx .bnd_network_direction_lst {
  padding: 20px;
  border-radius: 0 0 10px 10px;
  min-height: 300px;
}
.each_network_direction_bx .network_direction_Innicon,
.brand-details-cont-information-loc .network_direction_Innicon {
  background-color: #fdbb05;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.each_network_direction_bx .network_direction_InnText,
.brand-details-cont-information-loc .network_direction_InnText {
  width: calc(100% - 60px);
}
.each_network_direction_bx .network_direction_InnText div{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.each_network_direction_bx:hover .network_direction_InnText div{
  color: #fff;
}
.each_network_direction_bx .network_direction_InnText a,
.brand-details-cont-information-loc .network_direction_InnText p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.network_direction_Innicon img {
  width: 25px;
}
.bnd_network_direction_lnk a {
  text-decoration: underline;
  color: #fdbb05;
  font-size: 16px;
  display: flex;
  justify-content: end;
  text-transform: capitalize;
  margin-top: 15px;
}

.network_direction_InnText.num {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.network_direction_InnText.num .logout_user_form {
  padding-left: 0px;
}
.brand-details-portfolio .productBtnSec h6 sup {
  color: #000;
}
.network_slct_mBx {
  margin: 0 0 20px;
  background-color: #ececec;
  color: #fdbb05;
  padding: 22px;
  border-radius: 15px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-shadow:none;
}
.network_slct_mBx_lft h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #000;
  text-transform: capitalize;
}
.network_slct_mBx_lft h5 span {
  color: #efb000;
}
.network_slct_mBx_rgt p {
  font-size: 16px;
}
/* blog */
.brand-details-blog .blogBox {
  display: flex;
  margin-bottom: 10px;
  box-shadow: unset;
  align-items: center;
}

.brand-details-news-hd h3 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.brand-details-blog-hd h3 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.brand-details-blog .blogImg {
  height: 125px;
  width: 35%;
  margin: 10px;
  border-radius: 8px;
}
.brand_details_dlar_network .frmWrap select.inputTxt,
.brand-details-portfolio .frmWrap select.inputTxt {
  background-image: url("https://promotedge.net/constructions-equipments/wp-content/themes/construction-equipments/assets/img/brand-details/arrow-down.png");
  font-family: "Poppins";
  font-size: 16px;
  background-size: 12px;
  color: #000000;
}
.brand-details-blog .blogContent {
  padding: 10px 10px 10px 0;
  width: calc(100% - 35%);
}
.brand-details-blog .blogContent .blogTitle a {
  color: #000000;
}
.brand-details-blog .brand-details-news-dateWrap span {
  position: relative;
  padding: 5px 5px 5px 25px;
  margin-bottom: 10px;
  display: inline-block;
  color: #fdbb05;
  font-weight: 600;
  font-size: 12px;
  background: #000;
  border-radius: 4px;
}
.brand-details-blog .brand-details-news-dateWrap span::before {
  position: absolute;
  content: "\f073";
  top: 0;
  left: 0;
  font-family: fontawesome;
  font-size: 16px;
  color: #fdbb05;
  padding: 5px;
}
.brand-details-blog .brand-details-blog-btnWrap a {
  position: relative;
  color: #000000;
  transition: all 0.4s ease-in-out;
}

.brand-details-blog .brand-details-blog-btnWrap a::after {
  content: "\f061";
  position: absolute;
  top: 2px;
  right: -18px;
  font-family: fontawesome;
  font-size: 16px;
  color: #000000;
  /* transform: rotate(-40deg); */
  transition: all 0.4s ease-in-out;
}

.brand-details-blog .blogBox:hover .brand-details-blog-btnWrap a {
  color: #3b3b3b;
}
.brand-details-blog .blogBox .blogTitle {
  font-size: 14px;
  font-weight: 400;
}
.brand-details-blog .blogBox:hover .blogTitle a {
  color: #000000;
}
.brand-details-blog .blogBox:hover .brand-details-blog-btnWrap a::after {
  color: #3b3b3b;
  transform: rotate(-40deg);
}

.brand-details-news .blogBox {
  position: relative;
  overflow: visible;
}
.brand-details-news {
  margin-top: 55px;
}
.blogBoxMore {
  display: flex;
  justify-content: end;
}
.brand-details-blog-sec .blogBoxMore .btnWrap {
  margin: 15px 0 0;
}

.brand_details_dlar_network {
  background-color: #f5f5f5;
}

.brand-details-cont-information-loc {
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  min-height: 180px;
  box-shadow: 0px 0px 10px 0px #cecece;
  margin-top: 20px;
}
.brand-details-cont-information-loc ul li {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}
.brand-details-cont-information-loc ul li:not(:last-child) {
  margin-bottom: 15px;
}
.brand-details-cont-information-loc .network_direction_InnText p {
  margin-bottom: 0;
}
.brand-details-cont-information-loc .network_direction_InnText.num a {
  color: #fff;
}
.brand-details-faq {
  background-color: #f5f5f5;
}

.brand-details-faq.productFaqSec .acc {
  background-color: rgb(255 255 255);
}
.brand-details-faq.productFaqSec .acc.active {
  background-color: #000;
}
.brand-details-blog-sec.aboutUsSec.aboutUsSec5 {
  padding-top: 100px;
}

.network_slct_mBx_hd {
  margin: 0px 0 10px;
}
.network_slct_mBx_hd h3 {
  font-size: 26px;
  font-weight: 600;
  color: #434343;
  text-transform: capitalize;
  display: inline-block;
  padding: 15px 0 0;
}

/* end brand details */

/* start brand */
.brands-tabs .brandsLogo {
  background-color: #ebebeba8;
}
.brandFormWrap {
  padding: 40px 20px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 2px;
  border-radius: 20px;
}
.brands-form-sec .inputBox {
  margin-bottom: 10px;
}
.brands-form-sec .brandFormWrap .frmWrap select.inputTxt {
  background-image: url("https://promotedge.net/constructions-equipments/wp-content/themes/construction-equipments/assets/img/brand-details/arrow-down.png");
}
.brandTabCont {
  margin-top: 20px;
}
.brandsTab .contactFormTab ul {
  justify-content: center;
}
.brands-tabs .bnd_overview_HdBx h2 {
  margin-bottom: 30px;
}
.brandFormWrap .btnBox {
  text-align: end;
}

.each_network_direction_bx {
  transition: 0.5s;
}
.each_network_direction_bx:hover {
  background-color: #000;
  border: none;
}
.each_network_direction_bx:hover .bnd_network_direction_hd {
  background-color: #fdbb05;
  color: #000;
}
.each_network_direction_bx:hover .network_direction_InnText a,
.each_network_direction_bx:hover
  .brand-details-cont-information-loc
  .network_direction_InnText
  p {
  color: #fff;
}
/* end brand */

/* reponsive */

@media (max-width: 1280px) {
  .single-product
    .product_DetailsSec4
    .proAcc
    .accordion-cell
    > .accordion-cell-content {
    padding: 15px 45px 70px 30px;
  }
  .single-product .product_DetailsSec .accordion-cell-content h4 {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  /* .brand-details-portfolio.pSliderArrow .slick-arrow.slick-next {
    right: calc(50% - 46px);
    top: auto;
    bottom: -10%;
}
.brand-details-portfolio.pSliderArrow .slick-arrow.slick-prev {
  left: calc(50% - 46px);
  top: auto;
  bottom: -10%;
} */
  .commonSec.brand-details-portfolio {
    padding-bottom: 80px;
  }
  .brand-details-blog-sec.aboutUsSec.aboutUsSec5 {
    padding-top: 60px;
  }
  .brand-details-blog .blogTitle {
    line-height: 22px;
  }
  .single-product .product_DetailsSec .accordion-cell-content h4 {
    margin-top: 0px;
  }

  .single-product
    .productdetails_new
    .product_DetailsSec4
    .proAcc
    .accordionPro {
    /* height: 620px!important; */
    display: flex;
    justify-content: center;
  }
  .single-product .product_DetailsSec4 .proAcc .expanded {
    width: calc(100% - 400px);
  }
  .single-product .productdetails_new .summaryButton ul li .brochureBtn {
    padding: 18px 14px;
  }
}

@media (max-width: 1040px) {
  .bnd_overview_HdBx h2 {
    font-size: 35px;
  }
  .bnd_overview_HdBx .bnd-overviewHd img {
    width: 100%;
  }
  .brand-details-cont-information-loc {
    min-height: 135px;
  }
  .bnd_dlar_network_bx .secH,
  .brand-details-cont-information-hd .secH {
    font-size: 33px;
  }
  .contactPage .contactSec1 {
    padding: 70px 0;
  }
  .brands-form-sec .secH {
    font-size: 38px;
  }
  .bnd_overview_HdBx .secH{
    line-height: normal;
  }
}

@media (max-width: 991px) {
  .brand_details_mrd.product_DetailsSec4 .proAcc .expanded {
    width: 100%;
  }
  .brand-slt {
    margin-bottom: 10px;
  }
  .network_slct_mBx_lft h5 {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .network_slct_mBx_rgt p {
    font-size: 17px;
  }

  .brand-detailsPage .network_slct_mBx_lft h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .brand-detailsPage .network_slct_mBx_rgt p, .each_network_direction_bx .network_direction_InnText div{
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
  }

  .network_slct_mBx .network_direction_InnText a{
    font-size: 16px;
  }

  .brand-details-blog .blogImg {
    width: 25%;
    height: 120px;
  }
  .brand-details-blog .blogContent {
    padding: 10px 10px 10px 0;
    width: calc(100% - 25%);
  }
  .brand-details-blog-bx {
    margin-top: 40px;
  }
  .brand-details-cont-information-loc {
    min-height: auto;
  }
  .brand-details-news-hd h3 {
    text-align: center;
    margin-bottom: 0;
  }
  .brand-details-blog-hd h3 {
    text-align: center;
  }
  .brand-details-blog-sec.commonSec.product_details12 {
    padding: 60px 0 50px;
  }
  .single-product .product_DetailsSec5 ul#tabs-nav {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }
  .single-product .product_DetailsSec5 ul#tabs-nav li {
    white-space: nowrap;
  }

  .single-product .product_DetailsSec3_D1 .DetailsSec3IMg:nth-child(3n) {
    border-right: none;
  }
  .single-product
    .productdetails_new
    .product_DetailsSec3
    .DetailsSec3IMg:last-child {
    border-right: none !important;
  }
  .single-product
    .productdetails_new
    .product_DetailsSec3
    .DetailsSec3IMg:nth-child(13) {
    border-bottom: none !important;
  }
  .page-template-finance-new .proAcc .accordion-cell > .titleAcc {
    width: 100%;
  }
  .page-template-finance-new .proAcc .accordion-cell{
    width: 100%;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .bnd_overview_HdBx .bnd-overviewHd img {
    width: 200px;
  }
  .bnd_overview_HdBx h2 {
    font-size: 30px;
  }
  .brand-details-faq.productFaqSec .acc {
    max-width: 100%;
  }
  .brand-details-blog .blogImg {
    height: 125px !important;
    width: 30%;
  }
  .brand-details-blog .blogContent {
    text-align: left;
  }
  .aboutUsSec5 .brand-details-news .blogImg {
    height: 275px;
  }
  .brand-details-news .blogContent .blogTitle {
    line-height: 25px;
  }
  .brand-details-news-hd h3 {
    font-size: 37px;
  }
  .brand-details-blog-sec .brand-details-news .blogContent {
    text-align: left;
  }
  .brands-form-sec .secH {
    font-size: 33px;
  }

  .single-product .product_DetailsSec5 .tabs {
    margin-top: 10px;
  }
  .single-product .productdetails_new .product_DetailsSec5 ul#tabs-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .single-product .product_DetailsSec5 #tabs-nav li a {
    padding: 15px 10px;
  }

  .single-product
    .productdetails_new
    .product_DetailsSec3_D1
    .DetailsSec3IMg:nth-child(2n) {
    border-right: none !important;
  }
  .single-product
    .productdetails_new
    .product_DetailsSec3_D1
    .DetailsSec3IMg:nth-child(12) {
    border-right: none !important;
  }
  .single-product
    .productdetails_new
    .product_DetailsSec3
    .DetailsSec3IMg:nth-child(13) {
    border-bottom: 1px solid #cdcdcd !important;
  }
  .single-product .product_details12.aboutUsSec:last-child {
    margin-bottom: 15px;
  }
  .DetailsSec3IMg div p {
    text-align: center;
  }
  .DetailsSec3IMg div {
    background-color: #f5f5f5 !important;
  }
  .titleAcc2 {
    padding-right: 20px;
    position: relative;
  }

  .brand-detailsPage .network_slct_left{
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .bnd_overview_HdBx .bnd-overviewHd img {
    width: 180px;
  }
  .bnd_overview_HdBx h2 {
    font-size: 25px;
  }

  .bnd_dlar_network_bx .secH,
  .brand-details-cont-information-hd .secH {
    font-size: 27px;
  }
  .brand-details-portfolio.commonSec.product_details9 {
    padding: 60px 0 100px;
  }
  .brand-details-portfolio.product_details9 .secH {
    margin-bottom: 22px;
  }
  .network_slct_mBx_lft h5 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .network_slct_mBx_rgt p {
    font-size: 15px;
  }
  .each_network_direction_bx .network_direction_Innicon,
  .brand-details-cont-information-loc .network_direction_Innicon {
    width: 40px;
    height: 40px;
  }
  .network_direction_Innicon img {
    width: 20px;
  }

  .network_slct_left .addressIcon, .network_slct_right .network_direction_Innicon{
    width: 40px;
    height: 40px;
  }

  .network_slct_left .addressIcon img, .network_slct_right .network_direction_Innicon img {
    width: 20px;
  }

  .brand-details-faq.productFaqSec .acc {
    padding: 20px 15px;
  }
  .brand-details-faq.productFaqSec .acc.active .acc-head h4 {
    font-size: 18px;
  }
  .brand_details_mrd .proAcc .expanded > .accordion-cell-content {
    padding: 30px 20px 30px 20px;
  }
  .brand-details-faq.productFaqSec .acc-head {
    padding-right: 30px;
  }
  .brand_details_mrd
    .proAcc
    .accordion-cell.collapsed
    > .accordion-cell-content {
    height: 63px;
    padding: 12px 20px 12px;
  }
  .brand-details-faq.productFaqSec .acc-head h4 span {
    margin-right: 15px;
  }
  .brand-details-faq.productFaqSec .acc.active .accTxt span {
    width: 42px;
  }
  .each_network_direction_bx .network_direction_InnText a,
  .brand-details-cont-information-loc .network_direction_InnText p {
    font-size: 14px;
    text-align: left;
  }
  .network_slct_left p {
    margin-bottom: 0px;
    text-align: left;
  }
  .brand-details-cont-information-loc .network_direction_InnText a {
    word-break: break-all;
  }
  .brand-details-faq.productFaqSec .acc-head h4 {
    font-size: 17px;
  }
  .brand-details-blog-sec.commonSec.product_details12 {
    padding: 58px 0 0px;
  }
  .brand-details-blog .blogImg {
    width: 45%;
  }
  .brand-details-news-hd h3,
  .brand-details-blog-hd h3 {
    font-size: 27px;
  }
  .brand-details-news {
    margin-top: 35px;
  }

  .brand-details-blog-sec .brand-details-news .blogBox .dateWrap span {
    padding: 14px 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .brand-details-blog-sec .brand-details-news .blogBox .dateWrap {
    width: 90px;
  }
  .brands-form-sec .secH {
    font-size: 25px;
    margin-bottom: 25px;
  }

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

  .single-product .productdetails_new .com_section .uniContent h5 {
    width: 40%;
  }
  .single-product .inner_page .com_section .uniContent {
    gap: 5px;
  }

  .brand-detailsPage .network_slct_mBx .network_direction_InnText a{
    font-size: 14px;
    text-align: left;
  }

  .brand-detailsPage .network_slct_mBx_rgt p, .each_network_direction_bx .network_direction_InnText div {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .bnd_overview_HdBx .bnd-overviewHd {
    margin-left: 10px;
  }
  .bnd_overview_HdBx .bnd-overviewHd img {
    width: 150px;
  }
  .bnd_overview_cont.text-center {
    margin-top: 15px;
    text-align: justify !important;
  }
  .brand-details-portfolio.commonSec.product_details9 {
    padding: 50px 0 90px;
  }
  .brand_details_mrd.product_DetailsSec4 .secH {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .brand-details-faq.productFaqSec .acc.active .acc-head h4 {
    font-size: 17px;
  }
  .brand-details-blog-sec.commonSec.product_details12 {
    padding: 40px 0 0px;
  }
  .brand-details-news {
    margin-top: 30px;
  }

  /* .bnd_overview_HdBx h2 {
  font-size: 22px;
} */
  .single-product .product_DetailsSec5 .technicalList ul li {
    flex-direction: column;
  }
  .single-product .product_DetailsSec5 .technicalList ul li .leftTxt {
    width: 100%;
  }
  .single-product .product_DetailsSec5 .technicalList ul li .rightTxt {
    width: 100%;
    text-align: left;
  }
  .single-product .product_DetailsSec5 .secH {
    margin-bottom: 15px;
  }
  .single-product .product_DetailsSec5 ul#tabs-nav li {
    margin-bottom: 0;
  }
  .single-product
    .productdetails_new
    .commonSec.com_section
    .summaryFeature
    ul {
    flex-direction: row;
  }
  .single-product
    .productdetails_new
    .commonSec.com_section
    .summaryFeature
    ul
    li {
    width: 100%;
  }
  .single-product .inner_page .com_section .uniContent {
    gap: 5px;
    flex-direction: column;
  }
  .single-product .productdetails_new .com_section .uniContent h5 {
    width: 100%;
  }
  .single-product .summaryButton ul li .brochureBtn {
    font-size: 16px;
  }

  .single-product .product_De1 .product_slider2,
  .product_De1 .product_slider {
    height: auto;
  }
  .product_De1 .product_slider2 .productBigImg figure {
    margin-bottom: 0px;
  }
  .single-product .com_section .unicWrap .uniContent {
    padding: 15px;
  }
  .single-product .product_DetailsSec .accordion-cell-content h4 {
    margin-top: 0;
  }
  .single-product
    .productdetails_new
    .product_DetailsSec4
    .proAcc
    .expanded
    > .accordion-cell-content {
    padding: 15px 15px 30px 15px;
  }
  .single-product .technicalList ul li {
    padding: 8px 20px;
  }
  .single-product .product_DetailsSec5 {
    padding: 40px 0 40px;
  }
  .productdetails_new .commonSec.com_section .summaryFeature ul li {
    margin-top: 0px !important;
  }
  .summaryFeature ul li span {
    font-size: 16px;
  }
  .summaryFeature ul li {
    border-bottom: 1px solid #cccccc4a;
  }
  .summaryFeature ul li:nth-child(1),
  .summaryFeature ul li:nth-child(3) {
    border-right: none;
  }
  .summaryFeature ul li:nth-child(3),
  .summaryFeature ul li:nth-child(4) {
    border-bottom: none;
  }
  .product_details7 .produsctSliderItem,
  .product_details9 .produsctSliderItem {
    margin: 0px;
  }
  .uniContent::before {
    width: 100%;
  }
  .uniContent h5 {
    color: #000 !important;
  }
  .brochureBtn {
    background-color: #000 !important;
    color: var(--orange);
  }
  .summaryButton ul li .brochureBtn img {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 420px) {
  .brand-details-blog .blogBox {
    flex-direction: column;
  }
  .brand-details-blog .blogImg {
    height: 220px !important;
    width: 100%;
  }
  .brand-details-blog .blogContent {
    width: 100%;
  }

  .brands-tabs .transparentH {
    top: -4px;
    font-size: 38px;
    margin-bottom: 28px;
  }
  .single-product .proAcc .accordion-cell > .accordion-cell-content > ul li p {
    font-size: 14px;
  }
}
.bnd_overview_cont {
  text-align: justify;
}
.page-template-finance-new .brand_details_mrd .proAcc .expanded > .accordion-cell-content{
  background:#000 ;
}

.blogDetails .accordion-header {
  display: flex;
  align-items:flex-start;
  padding:15px 20px;
  span{
    line-height: 1.2;
  }
  h4{
    margin-top: 0px;
  }

}
.blogDetails .accordion-header.active {
    padding: 15px 20px;
}
.blogDetails .brand-sec5{
  padding-top: 20px;
}
.blogDetails .accordion-body.show {
    padding-left: 20px;
}