
  .bg-overlay {
    /* background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("https://unsplash.imgix.net/photo-1416339442236-8ceb164046f8?q=75&fm=jpg&s=8eb83df8a744544977722717b1ea4d09"); */
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), 
    url("/static/assets/img/th2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 350px;
    padding-top: 50px;
    /* margin-bottom: 20px; */
  }

  .bg-no-overlay {
    background: url("https://unsplash.imgix.net/photo-1416339442236-8ceb164046f8?q=75&fm=jpg&s=8eb83df8a744544977722717b1ea4d09");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
  }


  .bg-overlayLogo {
    /* background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("https://unsplash.imgix.net/photo-1416339442236-8ceb164046f8?q=75&fm=jpg&s=8eb83df8a744544977722717b1ea4d09"); */
    background: linear-gradient(#00008b94, rgba(0, 0, 0, .7)), 
    url("/static/assets/img/th2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    /* height: 350px;
    padding-top: 50px; */
    /* margin-bottom: 20px; */
  }

  .bg-no-overlayLogo {
    background: url("https://unsplash.imgix.net/photo-1416339442236-8ceb164046f8?q=75&fm=jpg&s=8eb83df8a744544977722717b1ea4d09");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
  }

  /* .align {
    margin-top: 40px;
    margin-bottom: 20px;
  } */


  @media (min-width: 768px) {
    .collapse.dont-collapse-sm {
      display: block;
      height: auto !important;
      visibility: visible;
    }
  }

  .border {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.06px;
    line-height: 40.74px;
    padding: 0px 8px;
    color: red;
    font-family: myfontheading;
  }

  .DesktopDiv {
    display: none;
  }
  .DesktopMargian {
    margin-bottom: 0px;
  }
  .DesktopMargian1 {
    margin-bottom: 25px;
  }
  .DesktopMargian3 {
    margin-bottom: 25px;
  }
  @media only screen and (min-width: 768px) {}

  @media only screen and (min-width:321px) and (max-width:768px) {
    .ForMobile {
     float: right;
    }

    .MobileDiv {
      display: block;
    }

    .MobileDiv1 {
      display: none;
    }

    .Mobileborder {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -.06px;
      line-height: 43.74px;
      padding: 0px 8px;
      color: red;
    }
    .Mobileborder2 {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -.06px;
      line-height: 43.74px;
      padding: 0px 8px;
      color: darkblue;
    }
    .DesktopMargian {
    margin-bottom: 0px;
  }
  .ProductFont {
    font-size: 16px;
  }
  }

  .bg-about-overlay {
   
    /* color: #6f6f6f; */
    overflow: hidden;
    background: #C04848;  /* fallback for old browsers */
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)),  url("/static/img/hood1.jpg");  /* Chrome 10-25, Safari 5.1-6 */
    
    background-size: cover;
    background-repeat: no-repeat;
}
