/* Desktop view only */
@media (min-width: 1200px) {

  .header-contact{
      bottom: 40px;
  }

  .header-angle {
      position: absolute;
      z-index: 2;
      bottom: 0px !important;
      float: right;
      right: 0px;
      width: 1210px;
      margin-bottom: 0px;
  }

  .header-angle:before {
      position: absolute;
      top: 0;
      right: 68%;
      content: "";
      border-right: 56px solid #ee3131;
      border-top: 60px solid transparent;
  }

  .ts-header:after {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      height: 4px;
      content: "";
      background: #ee3131;
  }

  .top-contact-info {
      position: relative;
      left: 150px;
  }

}
@media (min-width: 992px) { /* laptop & desktop */ }
