/******Do not remove******/
.pushImgLeft{
  float: left;
  margin: 10px;
}
.pushImgRight{
  float: right;
  margin: 10px;
}
/******Do not remove******/
.captionOrange {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 19.55%, rgba(0, 0, 0, 0.70) 121.4%);
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 56px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 17px;
}
.captionOrange1 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 17px;
}
.captionOrange .btn {
  border-color: #FFF !important;
  letter-spacing: normal;
  background: #fff;
  color: black !important;
  font-size: 18px;
  font-weight: 500;
}
.captionOrange1 .btn {
  border-color: #FFF !important;
  letter-spacing: normal;
  background: #fff;
  color: black !important;
  font-size: 18px;
  font-weight: 500;
}
.pro-tools {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #E5E7EB;
}
.pro-tools-head{
  color: #FFF;
  padding: 18px 26px;
  font-size: 24px;
  font-weight: 700;
  background:#D92B30
}
[data-widget="1141"] {
  height: 100%;
}
.pro-tools a {
  color: #111827;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  border-top: 1px solid #FFF;
  padding: 18px 26px;
  height: 64px;
  gap: 16px;
}
.pro-tools a:hover{
  background: #D1D5DB
}
.promo-banner{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background:#2A76C6;
  color:#fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  height: 148px;
}
.promo-banner a{
  color:#fff;
  display: flex;
  gap: 15px;
}
.promo-mid-banner{
  background:#D1D5DB;
}
.promo-banner img, .home_category-img img {
  mix-blend-mode: multiply;
}
.home_category-img img{
  width: 100%;
  height: 100%
}
.marketing-data-row, .home_category-row, .our-services-row, .shopbycategory-row {
  display: flex;
  flex-wrap: wrap;
}
.marketing-data-col, .home_category-col, .our-services-col, .recent-row > *  {
  padding: 0 8px;
  margin-bottom: 16px;
  /*-ms-flex-preferred-size: 330px;
  flex-basis: 330px;*/
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.recent-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home_category-col {
  -ms-flex-preferred-size: 260px;
  flex-basis: 242px;
}
.our-services-col  {
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
}
.marketing-data-col img {
  width: 100%;
  height: auto;
}
.marketing-data-col img :hover{
  display: block;
  background: rgba(0, 0, 0, .6);
}
.marketing-data-col span {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  top: 16px;
  width: calc(100% - 16px);
}
.overlay {
  position: relative;
  display: inline-block;
  background: #fff;
  display: inline-block;
  height:242px;
}
.overlay > img {
  vertical-align: middle;
}
.overlay::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: .5s ease;
}
.overlay:hover::before {
  opacity: 0.23;
}
.recentViewtitle{
  color: #D92B30;
  font-family: "Veneer Clean";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
.marketingTitle{
  color: var(--gray-500, #6B7280);
      text-align: center;
      font-family: "Veneer Clean";
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      padding: 24px 16px;
    }
.marketingTitle p:hover {
  color: #fff;
}
.home_category-img {
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_category-name,.our-services-name {
  min-height: 60px;
  color: #111827;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 14px 16px 0 ;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}
.our-services-col img {
  width: 100%;
}
.our-services-name {
  font-size: 20px;
  line-height: 30px;
  background: #FFF;
  border: 1px solid #E5E7EB;
}
.promo-banner a img {
  max-width: 40%;
  height: auto;
}
.credit_Application{
  max-width: 868px;
  background: #FFF;
  padding: 15px;
}
.reg-card {
  border: 8px solid #E5E7EB;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  background: linear-gradient(259deg, #0A1F62 0.39%, #CE2129 115.43%);
  position:relative;
  flex: 0 0 50%;
  overflow: hidden;
}
.reg-card::before {
  content: "";
  background: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/watermark.png') no-repeat center;
  background-size: cover;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  z-index: 0;
  transform:  rotate(-20deg);
}
.reg-card h5, .reg-card a{
  position: relative;
  z-index: 1;
}
.credit_Application h4 {
  color: #CE2129;
}
.block-bg{
  background:#F3F4F6;
}
.banner {
  position: relative;
  background-image: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/steelprocessingbanner.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  height:100vh;
  align-items: center;
  justify-content: center;
}
.fabricationbanner {
  position: relative;
  background-image: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/fabricationbanner.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  height:100vh;
  align-items: center;
  justify-content: center;
}
.banner-overlay {
  background-color: #9C9C9CE6;
  padding: 3rem;
  text-align: center;
  max-width: 600px;
}
.herc-uni-img {
  width: 130px;
  height: 250px;
  position: absolute;
  right: 0;
  top: 0;
}
.bannerCaption2text{
  margin-left: 500px;
}
.bannerCaption3text{
  margin-left: 380px;
  width: 590px;
}
.bannerCaption3textHead{
  font-family: "Veneer Clean";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.96px;
}
.bannerCaption3text1{
  font-family: "FONTSPRING DEMO - Gibson Semibold";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.bannerCaption3text2{
  font-family: "FONTSPRING DEMO - Gibson Semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.bannerCaption2textHead {
  font-size: 48px;
  letter-spacing: -0.96px;
  font-family: 'veneerclean';
  font-weight: 400;
  margin-top: -24px;
}
.bannerCaption2textHead span {
  color:#EFCB7A;
}
.bannerCaption2text1{
  font-size: 16px;
  font-family: 'FONTSPRING DEMO - Gibson';
  font-weight: 400;
  line-height: 24px;
  width: 582px;
  letter-spacing: 0px;
}
.bannerCaption2text2{
  font-family: 'FONTSPRING DEMO - Gibson';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.bannerCaption1head{
  margin-left: 530px;
}
.bannerCaption1head1{
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
  font-family: 'veneerclean';
  margin-top: 74px;
}
@media (min-width: 576px) {
  .promo-banner a{
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .marketingTitle{
    font-size:20px
  }
}
@media (max-width: 480px) {
  .cardDesc_p{
    font-size:12px
  }
}
@media (min-width: 992px) {
  .credit_Application {
    padding: 40px 64px;
  }
}
@media (min-width: 1200px) {
  .promo-banner a img {
    max-width: 55%;
  }
.pro-tools-head, .pro-tools a{
  padding: 17px 56px;
}
}
@media (min-width: 1920px) {
  .marketing-data-row {
    margin: 0 auto;
    max-width: 1920px;
  }
.home_category-row, .our-services-row {
  margin: 0 auto;
  max-width: 1800px;
}
}
/* --------------home page ---------------------*/
.highlight {
  background: #D92B30;
  padding: 10px 12px;
  display: inline-block;
  font-size: 40px;
  line-height:25px;
  font-family: 'veneerclean';
  /*font-weight:900*/
}
.bnr-head{
  background: #000;
  color:#FFF;
  padding: 5px 10px;
  display: inline-block;
  font-size:16px;
  margin-bottom:5px;
  line-height:25px;
  font-family: 'gibson';
  font-weight:bold;
}
.content p{
  font-size: 16px;
  font-weight:400;
  font-family: 'Gibson';
}
.cta-button {
  background: #D92B30;
  color: white;
  padding: 12px 36px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  font-size:16px
}
.service-head {
  font-size:42px !important;
  line-height:53px;
  text-transform:uppercase;
  font-family: 'veneerclean';
}
.slider-container {
  position: relative;
  width: 100%;
  max-width: 1423px;
  margin: auto;
  overflow: hidden;
}
.slider-wrapper {
  position: relative;
  width: 100%;
}
.slider-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.service-card .card-body{
  height:auto !important;
}
.custom-line{
  width: 40px;
  height: 5px;
  background-color: #D92B30;
  opacity: 1;
  margin:0 auto;
  border: 0;
}
.overlay-text {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.overlay-text span {
  background: #D92B30;
  color: white;
  padding: 5px 10px;
  display: inline-block;
  font-size: 42px;
  font-family: 'veneerclean';
  width: max-content;
}
.cimm_sliderWrap .slick-slide{
  border:1px solid #e5e7eb;
  padding:15px;
}
.card-text {
  width: 75%;
  margin-bottom: 0;
  min-height:55px;
}
.shop-btn {
  border: 1px solid #D92B30;
  color: red;
  font-weight: bold;
  padding: 12px 32px;
  text-decoration: none;
  display: inline-block;
}
.shop-btn:hover {
  background: red;
  color: white;
}
.cimm-cardbody .card-body{
  height:auto !important;
}
.branch-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  max-width: 400px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.icon-container img {
  width: 60px;
  height: 60px;
}
.text-container {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  line-height: 32px;
  padding: 5px;
}
.text-container span:nth-child(2) {
  color: red;
  margin-left:1.5rem;
}
.banner-container {
  position: relative;
  max-width: 100%;
}
.banner-container img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.banner-text {
  position: absolute;
  top: 20%;
  left: 5%;
  background: red;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 15px;
}
.shop-now-btn {
  position: absolute;
  bottom: 15%;
  left: 5%;
  background: black;
  color: white;
  font-size: 1rem;
  padding: 8px 15px;
  border: none;
  text-transform: uppercase;
}
.serv-bgcolor{
  background:#F3F4F6;
}
.text-box{
  background-color: #d82027;
  color: white;
  padding: 12px 12px 8px 12px;
  font-size: 42px;
  margin-bottom: 4px;
  text-transform: uppercase ;
  font-family: 'veneerclean';
  width: max-content;
}
.banner-img{
  position:relative;
}
.text-section{
  position:absolute;
  top:57px;
  left:48px;
}
.discover-card .card-body{
  height:auto !important;
}
.discover-card p{
  min-height:50px;
}
.featured-card .card-body{
  height:auto !important;
}
.featured-card p{
  min-height:100px;
}
.map-rightfont{
  font-size: 56px;
  text-transform: uppercase;
  color: #D92B30;
  line-height: 56px;
  font-family: 'veneerclean';
}
.map-rightfont1{
  font-size: 42px;
  text-transform: uppercase;
  color: #1C1C21;
  line-height: 56px;
  font-family: 'veneerclean';
}
.service-container{
  background-color:#D92B30;
  padding:32px ;
}
.shopnow-container{
  background-color:#D92B30;
  padding: 16px 32px;
}
.service-map {
  max-width: 100%;
  height: auto;
}
.order-card {
  background: white;
  text-align: center;
  padding: 20px;
  width:288px;
}
.order-card h5{
  font-size:30px;
  font-family: 'veneerclean';
}
.cimm_bodyContentWrap{
  margin-bottom:0 !important;
}
.captionOrange{
  background:none !important;
}
.banner-shape{
  position:relative;
  z-index:2;
}
.vshapeleft,
.vshaperight {
  position: absolute;
  bottom: -1px;
  width: 50%;
  height: 97px;
  background: #F3F4F6;
}
.vshapeleft {
  left: 0;
  clip-path: polygon(0% 100%, 0 0, 100% 100%);
}
.vshaperight {
  right: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.white-vshape{
  position: relative;
  background: #FFF;
  height: 97px;
}
.bgshaperight{
  position: absolute;
  right: 50%;
  top: 0;
  border-top: 97px solid #F3F4F6;
  border-left: 50vw solid transparent;
}
.bgshapeleft{
  position: absolute;
  left: 50%;
  top: 0;
  border-top: 97px solid #F3F4F6;
  border-right: 50vw solid transparent;
}
.service-card .card-body{
  height:auto !important;
}
.featured-card h5{
  min-height:50px;
}
.custom-btn {
  padding: 12px 32px;
}
.service-card h5{
  font-family:'veneerclean';
}
.cimm_centerImg img{
  /*width:100% !important;*/
  max-height:256px !important;
}
.featuredProductList .cimm_caroImgDespWrap{
  height:auto;
}
.cimm_centerImg{
  height: 256px !important;
}
.service-card:hover {
  background: black;
  color: #FFF;
}
.service-card:hover .card-title,
.service-card:hover a {
  color: #FFF;
}
.featured-card:hover {
  background: black;
  color: #FFF;
}
.featured-card:hover .card-title,
.featured-card:hover p,
.featured-card:hover a {
  color: #FFF;
}
.branch-card {
  transition: background 0.3s ease, color 0.3s ease;
}
.branch-card:hover {
  background: black;
  color: #FFF;
}
.branch-card:hover .text-container span:first-child {
  color: #FFF;
}
.branch-card:hover .text-container span:last-child {
  color: red;
}
.branch-card .icon-container img {
  filter: none;
}
.featuredProductList .cimm_caroImgDespWrap:hover {
  background: black !important;
  color: #FFF;
}
.shopbycategory-col {
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
}
.shopbycategory-col{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.shopbycategory-img .branch-card{
  max-width:278px !important 
}
.shopbycategory-card{
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 15px;
  border: 1px solid #55555933;
  max-width: 400px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.svg-container{
  min-height: 48px;
  display: flex;
  align-items: center;
}
.svg-container span{
  color:white;
  font-size:16px;
}
.shopbycategory-card-link {
  text-decoration: none;
  display: block;
}
.shopbycategory-card {
  background-color: transparent;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.shopbycategory-card:hover {
  background-color: white;
}
.shopbycategory-card:hover svg path {
  stroke: #D92B30;
}
.shopbycategory-card:hover span {
  color: black;
}
.viewallbtn{
  font-size:18px;
  font-family: 'Gibson';
  font-weight:bold;
  color:#D92B30;
}
.shopbycate-bg {
  background-image: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/Copy of Paper_Texture.jpg');
  background-size: cover;
  background-position: center;
}
/*.cimm_slideItemDesp a:hover {
  color:#FFF !important;
}*/
/*----------- new landingPage---------------  */
.cimm-homebg{
  background:#F9FAFB;
}
.landingimage {
  position: relative;
  background: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/landingimage.jpg') no-repeat center center/cover;
  height: 200px;
  display: flex;
  align-items: center;
  color: white;
}
.langingoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, rgba(0, 0, 0, -0.2), rgba(0, 0, 0, -0.7));
}
.content {
  position: relative;
  z-index: 1;
}
.landing-head, .landingheader{
  font-size:40px;
  font-weight:900;
  font-family:inter;
}
.overlay-content{
  display:flex;
  flex-direction:column;
  justify-content:start;
  z-index:100;
}
.overlay-content p{
  width:368px
}
.jssora05l:before, .jssora05r:before {
  display:none;
}
.jssora05l, .jssora05r {
  background:none !important;
  box-shadow:none !important;
}
.sustainable-banner {
  background: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/sustainBanner.jpg') center/cover no-repeat;
  color: white;
  position: relative;
  height: 250px;
}
.sustainable-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content:center;
  gap:32px;
}
.sustainable-images {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
}
.sustainable-images img {
  width: 149px;
  height:150px;
  border-radius: 50%;
  border: 4px solid white;
  object-fit: cover;
}
.circle-container {
  display: flex;
  align-items: center;
  position: relative;
}
.circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid white;
  position: relative;
}
.circle:nth-child(1) {
  z-index: 1;
  margin-right: -30px;
}
.circle:nth-child(2) {
  z-index: 2;
}
.circle:nth-child(3) {
  z-index: 3;
  margin-left: -30px;
}
.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cimm_sliderWrap .cimm_CaroBlockTitle{
  font-size:32px !important;
}
.singelItemBlock {
  width:300px;
}
.cimm-widget-head{
  color:#D92B30;
}
#recentlyPurchasedItem, 
#recentlyPurchasedItem th, 
#recentlyPurchasedItem td, 
#recentlyPurchasedItem tr {
  border: none !important;
}
#topOrderedWidget table {
  border: none;
}
#mostpurchaseTable th,
#mostpurchaseTable td,
#mostpurchaseTable tr{
  border: none !important;
}
.recentlyviewed-widget .slick-prev, .slick-next {
  top:0 ;
  height:0px;
  margin-top:-65px;
  right:25px;
}
.recentlyviewed-widget .slick-prev{
  left:unset;
  right:65px;
}
.landingpageoverlay{
  position: relative;
  height:242px;
}
.imgspec{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.cardDesc{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width:200px;
}
.cardDesc_p{
  color: #000;
  font-size: 14px;
}
.landingpageoverlay:hover .imgspec {
  opacity: 0.3;
}
.landingpageoverlay:hover .cardDesc {
  opacity: 1;
}
#recentlyViewedCaro .homeQty{
  display:none !important;
}
.borderLineFAQ{
  width:100px;
  border-top: 2px solid;
  color: #D92B30;
  opacity:1;
}
@media (max-width: 576px) {
  .text-section {
    position: absolute;
    top: 1% !important;
    left: 35% !important;
    transform: translateX(-50%);
  }
.overlay-text span{
  font-size:14px;
}
.text-box {
  font-size: 8px !important;
  padding: 6px 12px !important;
}
.vshapeleft,
.vshaperight {
  height: 30px !important;
}
.custom-btn {
  padding: 4px 16px;
  font-size:8px;
}
.landinglogo{
  width:100px !important;
  height:60px;
}
.overlay-content p{
  width:280px
}
}
@media (max-width: 992px) {
  .text-section {
    top: 8%;
    left: 5%;
  }
.text-box {
  font-size: 12px;
  padding: 8px 16px;
}
.map-rightfont{
  font-size: 30px;
  line-height:0px ;
}
.map-rightfont1{
  font-size: 22px;
}
.landinglogo{
  width:235px;
}
.landing-head{
  font-size:25px;
}
.cutomTCBanner {
  width: 1000px !important;
  position: absolute;
}
#slider1_container_Wrapper {
  position: relative;
  height: 250px;
  overflow: hidden;
}
}
@media (min-width: 1920px) {
  .our-services-row{
    margin: 0 auto;
    max-width: 1800px;
  }
}
/* FAQ */
details summary {
  cursor: pointer;
  font-weight: bold;
  padding: 7px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
details summary::-webkit-details-marker {
  display: none;
}
.chevron {
  transition: transform 0.3s ease;
}
details[open] .chevron {
  transform: rotate(180deg);
}
details div {
  padding: 0 5px 5px 5px;
}
@media (max-width: 992px) {
  .form-control::-moz-placeholder {
    color: #000;
  }
.form-control::placeholder, .prod_page-title  {
  color: #000;
}
.bnr-head{
  font-weight: 400;
  font-size: 22px;
}
.highlight {
  font-size: 64px;
  line-height: 54px;
}
.mobileviewShopProd a {
  font-size: 18px !important;
}
/*.borderTopmobileView, .navbar-default + div, .searchInputField, .cimm_logo, .cimm_logo + div, .cimm_mobileNavIconWrap  {
display: none !important;
}
.cimm_header_mid{
background: #FFF;
}*/
}
