body {
    font-family: "Inter";
  }
  
  .hero-section5 {
    margin-top: -18vh;
  }
  /* .nav-link {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    line-height: 24.38px;
  }
  .nav-link:hover {
    color: #ffffff;
  }
  
  .navbar {
    background: rgba(0, 0, 0, 0.7);
  }
  .navbar ul li a {
    margin: 0px 25px;
  }
  .navbar-brand {
    margin-left: 69px;
  }
  ul {
    margin-right: 69px;
  } */
  
  /* .navbar-expand-lg .navbar-nav .nav-link {
    margin-top: 20px;
  } */
  
  .hero-heading {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 48px;
    font-weight: 700;
    line-height: 58.51px;
    margin-top: 60px;
    /* padding-left: 118px; */
    padding-left: 140px;
    /* color: red; */
  }
  .pipes-tubes-section-heading {
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: "Montserrat";
    font-size: 48px;
    font-weight: 700;
    line-height: 58.51px;
  }
  .pipes-tubes-section {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 45px;
  }
  .pipes-tubes-head {
    color: #bf2429;
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    margin-top: 27px;
  }
  .pipes-tubes-para {
    color: #000000;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .pipes-tubes-para1 {
    color: #000000;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .view {
    color: #000000;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid #bf2429;
  }
  .view:hover {
    color: #000000;
    border: 1px solid #bf2429;
    background-color: #ffffff;
  }
  .pipe-inner-card {
    width: 390px;
  }
  .view {
    /* margin-left: 122px; */
    margin-right: 60px;
  }
  .outline-card-btn {
    margin-top: -37px;
  }
  .ms-card {
    padding-left: 36px;
  }
  .view-more {
    margin-left: 106px;
    margin-top: 12px;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background-color: #bf2429;
    color: #ffffff;
    border: 1px solid #bf2429;
  }
  .view-more:hover {
    background-color: #bf2429;
    border: 1px solid #bf2429;
  }
  .card3 {
    position: relative;
    /* padding-bottom: 25px; */
  }
  .card3-btn {
    position: absolute;
    right: 0;
    /* bottom: 0; */
    bottom: 10px;
    margin-bottom: 10px;
    /* padding-bottom: 45px; */
    margin-left: 128px;
  }
  .view-more2 {
    margin-left: 128px;
    /* margin-top: 20px; */
    /* margin-bottom: -20px; */
  }
  .card {
    margin: 0px 7%;
    /* padding-bottom: 15px; */
  }
  .pipes-tubes-section-content {
    margin: 0px 3%;
    padding-right: 105px;
  }
  .view-btn {
    margin-left: 60px;
  }
  .cr {
    background-color: #f7f7f7;
    border-radius: 5px;
  }
  .card-main-img {
    border-radius: 5px;
  }
  .sub-card-bottom-padding {
    margin-bottom: 20px;
  }
  .plimg {
    max-width: 100%;
    height: 60px;
  }
  
  /* footer */
  
  .footer_section {
    background: url(../images/Rectangle\ 61.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 72px;
  }
  
  .footer-para {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.5px;
  }
  .footer-head {
    font-size: 24px;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: 2px;
  }
  
  .footer-para2 {
    font-size: 13.56px;
    font-weight: 400;
    line-height: 22.4px;
    padding-top: 50px;
  }
  

  @media (max-width : 990px) {
    .pipes-tubes-section-content {
        margin: 0;
        padding-right: 0;
      }

      .card{
        margin: 0;
      }

      .outline-card-btn{
        margin-top: auto;
      }

      .pipe-inner-card{
        width: 97%;
      }
  }