/* Wide Screen --------------------------------------------------- */
@media (max-width: 1400px) {
  #procedures .procedures .procedure:first-child:after,
  #procedures .procedures .procedure:nth-child(2):after,
  #procedures .procedures .procedure:nth-child(3):after {
    width: 15px;
    height: 15px;
    right: -10px;
  }
}
@media (max-width: 1200px) {
  /* Procedures Bar */
  #procedures .procedures {
    display: block;
    background-color: #008080;
  }
  #procedures .procedures .procedure {
    text-align: center;
    margin-bottom: 20px;
  }
  #procedures .procedures .procedure:first-child:after, #procedures .procedures .procedure:nth-child(2):after, #procedures .procedures .procedure:nth-child(3):after {
    background-image: none;
  }
  #procedures .procedures .procedure:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1150px) {
  #logo-wrap {
    position: fixed;
    top: 20px;
  }

  /* Page Title */
  #page_title_wrap {
    height: 100vh;
  }
  #page_title_wrap .page_title {
    width: 100%;
  }

  /* Subpage Nav Bar */
  #fixed-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* Services Options*/
  #options .options .option {
    width: 100%;
    height: 220px;
    margin: 0 0 20px 0;
  }
  #options .options .option:first-of-type {
    margin-left: 0;
  }
  #options .options .option:last-of-type {
    margin: 0;
  }
  #options .options .option:hover {
    box-shadow: none;
    transform: none;
  }

  /* Service Details */
  .detail {
    display: block;
  }
  .detail .box {
    width: 100%;
    border: 1px solid #fff;
  }
  .detail .box.containerS {
    padding: 10%;
  }
  .detail .box:nth-child(2) {
    display: none;
  }
  .detail .box:nth-child(even) {
    flex-direction: row-reverse;
  }

  /* About */
  .page_title p {
    text-align: left;
  }

  .about_sectionWrap .container > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .about_sectionWrap .container > div .section-title {
    margin-top: 0;
  }
}
/* Tablet --------------------------------------------------------- */
@media (max-width: 768px) {
  /* Data Recovery */
  .bg-datarec {
    background-position-x: 40%;
  }

  /* Service Options */
  #options .options {
    display: block;
    text-align: center;
  }
}
/* Mobile --------------------------------------------------------- */
@media (max-width: 425px) {
  /* Service Details */
  .detail .box {
    width: 100%;
  }
  .detail .box .desc > div {
    display: block;
    width: 100%;
  }
  .detail .box .desc > div p {
    text-align: center;
    width: 100%;
  }
  .detail .box .desc > div a {
    margin-left: 0;
    width: 100%;
  }
  .detail .box .desc > div a button {
    width: 100%;
  }

  /* About */
  /* Why are we different? */
  #difference,
  #contact-details {
    height: 130vh;
  }

  /* Contact Details */
  #contact-details .cd_innerWrap {
    display: block;
  }
  #contact-details .cd_innerWrap div {
    width: 100%;
  }
}

/*# sourceMappingURL=styles_subpages_responsive.css.map */
