.breadCums{
  padding: 20px 0;
}


.details.breadCums{
  padding:19px 0 19px;
}

.breadCums ul {display:flex; justify-content:center;justify-content: start;}
.breadCums ul li   {text-transform: capitalize;color: #2572ba;font-weight: 700; font-size:13px;letter-spacing: 0.78px; line-height:30px;}
.breadCums ul li a {color:#000000;font-weight:400; font-size:13px; }
.breadCums ul li a:after {content:'/'; padding:0 6px; }
.breadCums ul li:last-child a:after {display:none; }

.currentAngle img  {
  position: static!important;
}

 .goal-section p{
  font-weight: 300;
  font-size: 15px;
}
.productDetailInfo #myTab .nav-link { 
  font-size: 18px;padding: 11px 20px;
}
.productDescrptionBox .nav-tabs{border-bottom: none;}

.productFilter ul {
  display: flex;
  margin: 0 0 12px;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
} 

.productFilter ul li {
  width: 13.5%;
}

.productFilter ul li:last-child{
  text-align: right;
}

.productFilter ul li:last-child a{
  text-decoration: underline !important;
  color: #2572ba;
}

.productFilter select {
  width: 100%;
   height: 44px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 1.04px;
  font-weight: 500;
}

.productBoxes h3 {
  font-size: 34px;
  margin: 10px 0 27px;
  letter-spacing: 0px;
  color: #000000;
  line-height: 18px;
}



#faqAccordion .card{
  margin: 0 0 12px;
  border: none;
}

#faqAccordion .card-header { 
  padding: 0;
  background: inherit;
  border: none !important;
}

 #faqAccordion  .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  color: #000;text-decoration: none !important;
  border-bottom:solid 1px #eae8e8;
  border-radius: 0;
  padding: 0 0 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;font-size: 17px;
  font-weight: 500;
}

 #faqAccordion  .btn-link::after {content:"+";}
 #faqAccordion  .btn-link[aria-expanded="true"]::after {content:"-";}

   #faqAccordion .card-body {
  padding: 10px 0 20px;
}

.productBoxes {
  background: #F6F6F6;
  padding: 21px 0 82px;margin: 0 0 50px;
}

.productBoxes ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 14px;
}


.productBoxes ul li {
 margin: 0 0 20px;
}

.proBox {background: #FFFFFF;
box-shadow: 0px 3px 8px #00000008;
border-radius: 7px;}
.proBoxImg {
  text-align: center;height: 150px;
  width: 100%;padding: 20px 10px;
}
.proBoxImg a{
  display: block;
  width: 100%;
  height: 100%;
}

.proBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proBox hr {margin: 0 0 0;}
.proBox h2 a {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  text-align: center;width: 100%;
  display: block;
  padding: 0 10px;
}
.proBox h2 {
  height: 90px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.proBox h2 a {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  text-align: center;
  width: 100%;
  display: block;
  padding: 14px 15px;
  font-weight: normal;
}


.faqBoxes {
  padding: 80px 0 160px;
}
.faqBoxes .card {
  margin: 0 0 13px;
  border: none;box-shadow: 0px 3px 10px #0000000F;
}
.faqBoxes .card-header {
  padding: 0;
  border: none;
 
}
.faqBoxes .card-header h5{
  width: 100%;
}
.faqBoxes .card-header span {color:#000;letter-spacing: 0px;font-weight:600; margin-right:15px; font-size:15px;}
.faqBoxes .card-header button::after {
  background: url(../images/path4.svg);
  content: '';
  width: 12px;
  height: 6px;
  display: flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 69%;
  right: 20px;
  background-size: contain;
  transform: translateY(-50%);
}
.faqBoxes .card-header button {
 text-decoration:none;
  width: 100%; 
  position: relative;
  text-align: left;
  padding: 0 21px; font-size:18px; 
  font-weight:600;letter-spacing: 0px;
  color: #000;
   background: #fff;border: solid 1px #000;
  height: 55px;
  display: flex;
  align-items: center;border-bottom: none;border-radius: 7px 7px 0 0;transition: inherit!important;
}
.faqBoxes .card-body p {
  color: #525151;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  padding: 0 33px;
}

.faqBoxes .card-header button.collapsed {background: #F7F7F7;border: solid 1px #F7F7F7; }

.faqBoxes .card-body{
  border: solid 1px #000; 
  border-top: none;border-radius: 0 0 7px 7px;
}


.more_filterBoxBg {
  background: #1D1D1DD6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 100vh;opacity: 0;
  visibility: hidden;
}

.more_filterBoxBg.show  {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.scrollNone  { 
  overflow: hidden;
}


.more_filterBox {
  position: fixed;
  top: 0;
  right: -100%;opacity: 0;
  visibility: hidden;
  width: 300px;
  background: #fff;
  box-shadow: -4px 3px 16px #0000000F;
  width: 351px;
  z-index: 99;transition: all 0.5s ease;
}
.more_filterBox.show  {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.top_filterBox{
  display: flex;
  justify-content: space-between;
  padding:10px 32px;
}


 .top_filterBox h2 {
  color: #284162;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.2px;
  font-weight: 600;
}


 .top_filterBox button{
  box-shadow: inherit !important;
  outline: 0;
  border: none;
  padding: 0;
  background: inherit;
}



.top_filterBox {
  position: absolute;
  width: 100%;
  background: #f2f2f2;
  top: 0;z-index: 9;
  left: 0;height: 60px;
}


.bottom_filterBox {
  position: absolute;
  width: 100%;
  background: #f2f2f2;
  bottom: 0;
  left: 0;height: 80px;
 
  padding: 24px 20px 13px;
}

.bottom_filterBox .filterSearch {
  background: #2572ba 0% 0% no-repeat padding-box;
  border: 1px solid #2572ba;
  border-radius: 5px;
  width: 160px;
  height: 38px;
  margin-right: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0;
}
.bottom_filterBox .filterSearch:hover {
  background:#000; 
  color: #fff; 
}



.bottom_filterBox .filterReset   {
  background: inherit;
  border: none;
  text-decoration: underline;
  font-weight: 600;
}



.middle_filterBox {
  height: 100vh;
  overflow-y: auto;scrollbar-width: thin;
  padding: 90px 30px 130px;
}

.middle_filterBox h2 {color:#3E3E3E; font-size:15px; line-height:18px; letter-spacing:0;text-transform: capitalize;}
.middle_filterBox h3 {background: #F6F6F6;border-radius: 5px; padding:10px 16px;  line-height:18px; letter-spacing:0;margin: 0 0 20px;font-size:14px;}
.middle_filterBox ul .checkBoxWrap{
  display: flex;
  gap: 10px;
  align-items: center;
}
.middle_filterBox ul li span {box-shadow: 0px 3px 6px #0000000D;border: 2px solid #000000;border-radius: 3px;width: 26px;  height: 25px; position: relative;}
.middle_filterBox ul li span::after {
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  left: 3px;
  top: 2px;
  border-radius: 2px;
}
.middle_filterBox ul li b {font-weight:400;color:#284162;font-size:14px; line-height:21px; letter-spacing:0.84px;}
.middle_filterBox ul li input {display: none;}



.middle_filterBox label { 
  cursor: pointer;
}


.filterBoxes {margin-bottom:40px;}

.middle_filterBox label input:checked ~ span::after{content:''; background: #000;}



.proListInfo h2 a {text-align: left; 
  padding: 0 0;}


 .proListInfo  {
  padding: 11px  10px 20px;
}


 .proListInfo h4 {
  color: #2572ba;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;margin: 0 0 10px;
}

.whiteBg{background: #fff;}

.btn-price {
  background: #0096ff;
  border: 1px solid #0096ff;
  border-radius: 0;
  width: 100%;
  display: block;
  margin: 20px 0 0;
  color: #fff;
  text-align: center;
  padding: 12px 0 8px;
  font-size: 14px;
}
.btn-price:hover {
  background:#064a79;
  border: 1px solid #064a79; color:#fff;
}

.cntsDes p{
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
}

.proBox:hover .btn-price {
  background:#064a79; 
  color: #fff; 
}


 .btn-plus, .btn-minus {
  box-shadow: inherit !important;
  border-radius: 0;
  border: solid 1px #e9e9ed;
 height: 40px;
  width: 40px;
}

  #product_quantity{
  width: 40px; box-shadow: inherit !important;
  height: 40px;
  border: solid 1px #e9e9ed;
}

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

 
.proTops  #dropdownMenuButton{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  color: #000;
  height: 44px;
  width: 212px;
  box-shadow: inherit !important;
}


 
.proTops #dropdownMenuButton::after {
  content: '';
  background: url(../images/path1.svg); 
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  position: absolute;
  right: 11px;
  top: 21px;
  transform: rotate(90deg);
}



.productBoxes .pagination   li {width:auto;}
.productBoxes ul.pagination, .productTabs ul.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.productBoxes .pagination li a.page-link, .productTabs .pagination li a.page-link {
  width: 45px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #000;
  border: solid 1px #939090;
  border-radius: 0;box-shadow: inherit !important;
}

.productBoxes .pagination li a.page-link, .productTabs .pagination li:nth-last-child(2) a.page-link {
  width: 60px!important;
  height: 40px;
 
}

 
  .productDescrptionBox .row.mb-4 .col-lg-4 { 
    padding: 0 6px;
  }



 .productBoxes .pagination   li  a.active, .productTabs .pagination   li  a.active{
background: #0096ff;
  color: #fff;
  border-color: #0096ff;
}


 .productBoxes .pagination   li  a:hover, .productTabs .pagination   li  a:hover{
background: #0096ff;
  color: #fff;
  border-color: #0096ff;
}


.tabListingBoxTable {width:100%;}
.tabListingBoxTable thead td {
  
  padding: 11px 10px;
  background:#0096ff;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.78px;

}
.tabListingBoxTable td  td {
  padding: 8px 10px;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.78px;
  border-bottom: solid 1px #eee;
}
.tabListingBoxTable tr:nth-child(even) {
  background-color: #f9f9f9; /* light gray */
}
.btn-primary {
  background: #0096ff;
  border-color: #0096ff;
  box-shadow: inherit !important;
  border-radius: 0;
  padding: 10px 30px 7px;
  font-size: 16px;
}
.btn-primary:hover, .btn-primary:focus{background:#064a79; border-color:#064a79;}
.tblass-1 a{color: #000; text-decoration: underline !important;}


.tblass-1 {
  /* width:160px; */
}
.tblass-2 {width:120px;}
.tblass-3 {width:120px;}
.tblass-4 {width:160px;}
.tblass-5 {width:180px;}
.tblass-6 {width:200px;}
.tblass-7 {width:140px;}
.tblass-8 {width:140px;}
.tblass-9 {width:70px;}
.tblass-10 {width:70px;position: relative; cursor: pointer;}
  .openBtns img{width: 14px;}
  .openBtns {
  width: 100%;cursor: pointer;
  height: 100%;
  background: inherit;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}











.productDetailInfo .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  padding: 0 40px;
  margin: 0 0 30px;
  outline: 0!important;
}

 button:focus {outline: 0!important;}
.productDetailInfo .nav-tabs .nav-link { 
  background: inherit;
}

.productDetailInfo .nav-tabs .nav-item.show .nav-link, .productDetailInfo .nav-tabs .nav-link.active {
  color: #2572ba;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}


.tablisted {margin-top:20px;}
.tablisted li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
  letter-spacing: 0px;
  border-bottom: 1px solid #E2E2E2;
  padding: 9px 0;
}



 .productDetailInfo h2 {
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 40px;
}


 .available{
  color: #707070;
  font-size: 20px;
  margin: 0;
  line-height: 24px;
}


.productDescrptionBox {
background: #F6F6F6; padding:40px 0;  

}


.DescrptionBox {
background: #FFFFFF;
box-shadow: 0px 3px 16px #00000005; padding:20px;    

}

.DescrptionBox  h2 {
  font-size: 26px;
  margin: 0 0 25px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0;
}


.DescrptionBox   select{
  background: #F6F6F6;
  border: none;
  border-radius: 5px;
  width:auto;
  height: 34px;
  padding: 7px 10px 12px;
}



.vpst {
  max-width: 330px;
}


.DescrptionBox   .tablisted {
  max-width:100%;
}


.productDetailInfo {
  padding: 20px 0 0;
}



  .productAngles {
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  margin: 0 -5px;
}


 .currentAngle {
  width: 100%;
  float: right;
  aspect-ratio: 2/1.6;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.currentAngle .zoomWrapper{overflow: hidden;}
#mainAngle-ZoomContainer{display: none !important;}


 .productAngles li  {
  padding: 0 5px;
}
 .productAngles li a{border:1px solid #ddd; padding: 5px;  width: 100px; height: 100px;  display: flex;  align-items: center;}
 .productAngles li a img{max-width: 100%; object-fit: contain;}

 .productDescrptionBox  .col-md-6{
  padding:0 6px;
}





 .productDescrptionBox .row {
  margin: 0;
  background: #fff;
}


.tabInfo h4   {
  color: #2572ba;
  margin: 30px 0 2px;
  letter-spacing: 0;
  line-height: 27px;font-weight: 600;
}












@media only screen and (max-width:1300px)
{
.productFilter ul li {
  width: 13%;
}
 
.proBox h2 a { 
  line-height: 21px;  
  padding: 14px 10px;
}




}


@media only screen and (max-width:992px) {
  .productFilter ul li {
    width: 23%;
  }
 .productBoxes ul li {
  grid-column: span 8;
}
  
 .faqBoxes .card-header button {
  padding: 0 11px;
  font-size: 16px;} 
  .DescrptionBox .tablisted {
  max-width: 100%;
}


.vpst {
  max-width: 330px;
  margin: 0 auto 10px;
}


 .tabListingBox {
  overflow-y: auto;
}


 .tabListingBox .tabListingBoxTable{
  width: 1200px;
  overflow: auto;
  display: block;
}

 .productDescrptionBox .col-lg-6{
  padding: 0;
}


  
}

@media only screen and (max-width:767px) {
  .productFilter ul li {
    width: 31.99%;
  }
  .productFilter ul li:last-child {
  width: 100%;
}
  
   .faqBoxes .card-header button {
    font-size: 13px;
    white-space: collapse;
    padding-right: 50px;
  }
  
  .proTops { 
  flex-wrap: wrap;
  margin: 0 0 11px;
}

.productBoxes h3 {
  font-size: 24px; 
  line-height: 31px;
}

.breadCums ul { 
  flex-wrap: wrap;
}
.currentAngle {
  width: 100%; 
}
.productAngles {
  position: relative;
  display: flex;
  top: 10px;
  width: 110px;
  gap: 10px;
}

.DescrptionBox h2 {
  font-size: 19px;
}
.detailSection .productFilter ul li:first-child {
    width: 100% !important;     margin: 0 !important;
}
.tabListingBoxTable thead td { line-height: 20px;}
.detailSection h3 {font-size: 18px!important;margin: 10px 0 !important;}
.available{font-size: 16px;}
}

@media only screen and (max-width:600px) {
  .productFilter ul li {
    width: 31.5%;
  }
  
 .productDetailInfo .nav-tabs {  
  padding: 0;
  margin: 0 0 30px;
  outline: 0 !important;
} 
  
.nav-tabs .nav-item {
  margin-bottom: 0;
  width: 33.3%;
}

  .nav-tabs .nav-item .nav-link {
    width: 100%;
    height: 100%;
    padding: 6px 7px;
    font-size: 12px;
  }

 .productBoxes ul li {
  grid-column: span 8;
}
 
 
 
 .productDetailInfo  .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 50%;
  }
  
 
 
 .productDetailInfo  .nav-tabs .nav-item:first-child {
    width:100%;
  }
  .productDetailInfo #myTab .nav-link {
  font-size: 14px;border-bottom: solid 1px #eae0e0;
  padding: 9px 0px;background: #f2f2f2;
}
  .productDetailInfo .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #2968c0 !important;
  border-color: #dee2e6 #dee2e6 #fff;
} 
  
.goal-box{height: auto !important; margin-bottom: 20px; } 
.productDetailInfo .detailSection h2{font-size: 16px !important;}  
.row-broken-box{margin: 10px 0;}
  
}
@media only screen and (max-width:500px) {
  .productFilter ul li {
    width:48%;
  }
   .productBoxes ul li {width:100%;  grid-column: span 6; grid-column:inherit;}
   .productBoxes ul{grid-template-columns: repeat(2, 1fr);}
   .tabListingBoxTable thead td, .tabListingBoxTable td td{font-size: 11px;}
     .tabListingBoxTable .btn-primary{font-size: 12px;}
     .openBtns img{width: 11px;}
     .productBoxes .pagination li a.page-link, .productTabs .pagination li:nth-last-child(2) a.page-link{height: 30px; width: 55px !important;}
     .productBoxes .pagination li a.page-link, .productTabs .pagination li a.page-link{font-size: 12px;}
     .cartTable {display: block;  overflow-x: auto;}
  

}
 
@media only screen and (max-width:400px) {
 .productFilter ul li {
    width: 100%;
  } 
  .productBoxes .pagination li a.page-link, .productTabs .pagination li a.page-link {
  width: 30px;
  height: 30px;
}




}
.openTd {cursor: pointer;}

.openPopupp {
  background: #FFFFFF;
  padding: 37px 38px;
  border: 1px solid #2572ba;
  opacity: 0;
  visibility: hidden;
  display: none;margin: 0 0 30px;
}

.openDiv .openPopupp { 
  opacity: 1;
  visibility: visible;
  display: block;
}

 .cartBtnss{ 
  background:#0096ff;
  border-radius: 5px;
  margin: 20px 0 0;
  padding: 10px 10px;
  display: flex;
  width: 110px;
  color: #fff;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  text-transform: uppercase;
}
 .cartBtnss:hover { 
  background:#064a79; 
  color: #fff; 
}
.category_image {
  height: 80px;
}

.tooltipWrapper { position:relative;}

.tooltipWrapper a {
    color: #000;
    border: 1px solid #000;
    width: 30px;
    border-radius: 100%;
    font-size: 16px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;

}
.tooltipWrapper .sizeHover {
  display: none;
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  position: absolute;
  left: 100px;
  top: -225%;
  z-index: 99;
  background: #fff;
  font-size: 13px;
}
.tooltipWrapper:hover .sizeHover {
    display: block;
}

.detailSection h3 { font-size: 30px; color: #000; margin: 25px 0 20px 0; font-weight: 600;}
.productDetailInfo .detailSection h2 {font-size: 20px;letter-spacing: 0px;line-height: 30px;}
.detailSection .tabInfo h4 {color: #2572ba;margin: 20px 0 2px;font-weight: 500;}

.detailSection .Specifications {border-bottom: 1px solid #eee;padding-bottom: 30px;}
.detailSection .Downloads {border-bottom: 1px solid #eee;padding-bottom: 30px;}
.detailSection .Variants { margin-top: 25px;}
.detailSection .Variants ul li.productTitle{ font-size: 30px; color: #000; margin: 20px 0 20px 0; font-weight: 600; margin-right: auto;}

.detailSection .productFilter ul li:first-child { width: 50%;}
#productList .btn-primary {background: inherit;border: none;color: #000; text-decoration: underline;}
.login-wrapper .close{position: absolute;top: 10px;right: 10px;}


.careerTop {text-align: center;}
.careerTop h1{font-size: 35px; font-weight: 600; line-height: 35px; margin-bottom: 20px;}
.careerTop p{font-size: 15px; font-weight: 400; line-height: 24px;}
.careersMiddle { margin: 50px 0 0 0; background-color: #f1f1f1; padding: 50px 0;}
.careersMiddle .CareersTitle{font-size: 30px; text-align: left; font-weight: 500; margin-bottom: 25px;}
.careersMiddle .whyJoin ul { padding-left: 0; display: flex; flex-wrap: wrap;}
.careersMiddle .whyJoin ul li{ list-style: none; width: 50%; margin-bottom: 30px;display: flex;flex-wrap: nowrap;align-items: start;}
.careersMiddle .whyJoin ul li i  { margin-right: 15px;    margin-top: 5px;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mission { margin: 50px 0;}
.mission .CareersTitle {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
}
.goal-box {
  background-color: #f1f1f1;
  padding: 20px;
  min-height: 230px;
  height: 100%;
}

.goal-box p {
  margin-bottom: 0;
}
.industry-section { margin: 50px 0;}
.industry-section p.topdes {
  font-size: 15px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 25px;
}
.industry-box {  padding: 20px; height: 100%; border:1px solid #ddd; display: flex; align-items:center;}
.industry-box h3{font-size: 20px;}
.industry-section .col-md-6{margin-bottom: 20px;}
.industry-box .iconImg{ float: left; margin-right: 20px;}
.industry-box .contentValue{width: calc(100% - 120px); float: left;}
.industry-section ul li { list-style: disc; margin-bottom: 10px; font-size: 16px;}
.industry-section ul { padding-left: 25px;}
input[type=number] {
  -moz-appearance: textfield;
}

.disqasTabWraps .nav-tabs { margin: 0 -5px;}
.disqasTabWraps .nav-tabs li{ padding: 0 5px; width: 50%;}
.disqasTabWraps .nav-tabs li.nav-item button {
    display: block;
    width: 100%;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    margin-bottom: 10px;
    padding: 8px;
}
.disqasTabWraps .nav-tabs {
    border-bottom: none !important;
}
.cartTable .fade { display: none !important;}
.cartTable .fade.show { display: block !important;}

.cardHeads {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #e6e1e1;
  margin: 0 0 15px;
  align-items: center;padding: 0 0 15px;
}

 .jobCardWrap  .card h3{
  font-size: 22px;
  font-weight: 500;
}


 .jobCardWrap  .card h4{
  font-size: 22px;
  font-weight: 500;
}

 .jobCardWrap  .card ul {padding-left: 20px;}
.jobCardWrap .card li {
  list-style-type: disc;
  margin: 0 0 6px;
  width: 100%;
}


 .cardHeads .card-title {
  margin-bottom: 0;
}
img{height: auto; max-width: 100%;}
.blogTitle{font-size: 22px; text-align: left; margin-bottom: 16px;}
.blogList{border-bottom: 1px solid #ddd; padding-bottom: 30px;}
.sidebar .search-box { display: flex;  margin-bottom: 20px;}
.sidebar .search-box input {  flex: 1;  padding: 10px;  background: #F0F0F0;  border: 1px solid #ccc;}
.sidebar .search-box button {  background-color: #0096ff;  color: white;  border: none;  padding: 0 15px;  cursor: pointer;}
.blogTitle a{color: #000;}
.listing-blog img { width: 100%;  border-radius: 6px;}
.main-image { position: relative;  margin-bottom: 15px;}
.meta {display: flex; gap: 40px;  font-size: 14px; line-height: 20px;  font-weight: 400;  color: #888888;  margin-bottom: 10px;}
.categories {  margin: 15px 0 0;  align-items: center;  font-size: 14px;  display: flex;  gap: 10px; }
.entry-content ul{padding-left: 20px; margin: 10px 0;}
.entry-content ul li{list-style: disc; line-height: 24px;}
.entry-content ol{padding-left: 20px; margin: 10px 0;}
.entry-content ol li{list-style: auto; line-height: 24px;}
.post-widget_mod-b {margin-bottom: 15px; padding-top: 6px;  padding-bottom: 15px;  border-bottom: 1px solid #ddd;}
.post-widget_mod-b .post-widget__media {  float: left;  width: 100px;}
.post-widget_mod-b .post-widget__inner {padding-left: 120px;}
.post-widget_mod-b .post-widget__title { margin-bottom: 16px;  line-height: 1.57;}
.post-widget__title { display: block;  margin-bottom: 12px;  padding-right: 10px;  font-size: 14px;  font-weight: 700;  line-height: 1.71;  color: #333;  letter-spacing: 0.05em;}
.post-widget__date {display: block;  font-size: 11px;  color: #333;  letter-spacing: 0.1em;  text-transform: uppercase; margin-bottom: 15px;}
 h1.entry-title{font-size: 28px;}
.blog-detail-container h2, .blog-detail-container h3{margin: 15px 0; font-size: 20px;}
.blog-detail-container h3{font-size: 18px;}
.machineBottom .imgBlock{margin-bottom: 20px; border:1px solid #ddd;}
@media (max-width: 991px) {
  .widget-content {  text-align: center; }
   .widget, .widget a {   display: inline-block;    float: none;    text-align: center;    width: 100%;  }
   .post-widget_mod-b .post-widget__title {  text-align: left !important; }
    .post-widget__date { text-align: left !important; }
    .blog-detail-container{margin-bottom: 15px;}
 h1.entry-title, .careerTop h1, .mission .CareersTitle, .homeBanner h1{font-size: 24px;}
 .careerTop h1{line-height: 30px;}
 .industry-box h3{font-size: 18px;}
 .industry-box{height: auto; padding: 10px;}
 .industry-box .contentValue { width: calc(100% - 40px);}
 .industry-section .col-md-6{margin-bottom: 0;}
 .industry-section{margin:20px 0 ;}
 .careerTop{padding: 0 15px;}
 .detailSection .Variants ul li.productTitle{font-size: 22px;}
 }