
.slider-area2 {
    background-image: url(/media/dm_img/contactus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .hero-overly2 {
      position: relative;
      z-index: 1;
  }
  
  .slider-height2 {
      height: 450px;
      background-size: cover;
  }
  .hero-overly2::before {
      position: absolute;
      content: "";
      background-color: rgba(13, 45, 62, 0.8);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      background-repeat: no-repeat;
  }
  .slider-area2 .hero-cap h2 {
      color: #fff;
      font-size: 60px;
      font-weight: 700;
      text-transform: capitalize;
      line-height: 1;
  }
  .dm_title span {
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      margin-bottom: 17px;
      text-transform: uppercase;
      color: #348fdd;
      display: inline-block;
      position: relative;
      padding-left: 68px;
  }
  .dm_title span::before {
      position: absolute;
      content: "";
      width: 54px;
      height: 2px;
      background: #348fdd;
      top: 0;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {  
  .slider-height2 {
          height: 350px !important;
      }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) { 
    .slider-height2 {
          height: 260px !important;
      }
    .slider-area2 .hero-cap h2 {
          font-size: 50px !important;
      }
  }
  
  @media (max-width: 575px) { 
    .slider-height2 {
          height: 260px !important;
      }
    .slider-area2 .hero-cap h2 {
        font-size: 35px !important;
    }
  }