/*     styles for error page  */
@media only screen and (min-width: 1000px) {
  .error-page-section {
    min-height: 300px;
    background-image: url("../../../assets/img/not-found.png");
    display: flex;
    flex-direction: column;
    padding: 270px 0;
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-width: 100%;
    justify-content: center; }
    .error-page-section h1 {
      font-size: 160px;
      line-height: 192px;
      color: #ffffff;
      text-align: center;
      font-weight: 700;
      font-family: 'Roboto'; }
    .error-page-section button {
      display: block;
      background-color: #fb8500;
      width: 100%;
      max-width: 471px;
      min-height: 71px;
      outline: none;
      border: none;
      transition: 0.6s; }
      .error-page-section button a {
        padding: 13px 0px;
        width: 100%;
        height: 100%;
        margin: 0px;
        font-size: 26px;
        line-height: 44px;
        color: #ffffff !important;
        font-weight: 700;
        font-family: 'Roboto'; }
    .error-page-section button:hover {
      cursor: pointer;
      background-color: #ffa948;
      transition: 0.6s; }
    .error-page-section .error-content {
      max-width: 95%;
      width: fit-content;
      margin-right: auto;
      margin-left: auto;
      display: flex;
      justify-content: center;
      flex-flow: column;
      align-items: center;
      font-family: 'Roboto'; }
    .error-page-section .not-found-txt {
      font-size: 64px;
      line-height: 77px;
      color: #ffffff;
      font-family: 'Roboto'; }
    .error-page-section .not-found-btm {
      font-size: 24px;
      line-height: 29px;
      color: #ffffff;
      margin: 35px 0px;
      text-align: center;
      font-family: 'Roboto'; }
    .error-page-section .not-found-txt {
      margin: 0px;
      padding: 0px;
      text-align: center; } }
@media only screen and (min-width: 601px) and (max-width: 999px) {
  .error-page-section {
    min-height: 300px;
    background-image: url("../../../assets/img/not-found.png");
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-width: 100%;
    justify-content: center; }
    .error-page-section h1 {
      font-size: 160px;
      line-height: 192px;
      color: #ffffff;
      text-align: center;
      font-weight: 700;
      font-family: 'Roboto'; }
    .error-page-section button {
      display: block;
      background-color: #fb8500;
      width: 100%;
      max-width: 471px;
      min-height: 71px;
      outline: none;
      border: none;
      padding: 0px; }
      .error-page-section button a {
        padding: 13px 0px;
        width: 100%;
        height: 100%;
        margin: 0px;
        font-size: 26px;
        line-height: 44px;
        color: #ffffff !important;
        font-weight: 700;
        display: block;
        transition: 0.6s;
        font-family: 'Roboto'; }
    .error-page-section button a:hover {
      cursor: pointer;
      background-color: #ffa948;
      transition: 0.6s; }
    .error-page-section .error-content {
      max-width: 95%;
      width: fit-content;
      margin-right: auto;
      margin-left: auto;
      display: flex;
      justify-content: center;
      flex-flow: column;
      align-items: center; }
    .error-page-section .not-found-txt {
      font-size: 64px;
      line-height: 77px;
      color: #ffffff;
      font-family: 'Roboto'; }
    .error-page-section .not-found-btm {
      font-size: 24px;
      line-height: 29px;
      color: #ffffff;
      margin: 35px 0px;
      text-align: center;
      font-family: 'Roboto'; }
    .error-page-section .not-found-txt {
      margin: 0px;
      padding: 0px;
      text-align: center; } }
@media only screen and (max-width: 600px) {
  .error-page-section {
    min-height: 300px;
    background-image: url("../../../assets/img/not-found.png");
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-width: 100%;
    justify-content: center; }
    .error-page-section h1 {
      font-size: 90px;
      line-height: 115px;
      color: #ffffff;
      text-align: center;
      font-weight: 700;
      font-family: 'Roboto'; }
    .error-page-section button {
      display: block;
      background-color: #fb8500;
      width: 100%;
      max-width: 282px;
      min-height: 53px;
      outline: none;
      border: none;
      padding: 0px; }
      .error-page-section button a {
        padding: 13px 0px;
        font-weight: 700;
        width: 100%;
        height: 100%;
        margin: 0px;
        font-size: 20px;
        display: block;
        line-height: 34px;
        color: #ffffff !important;
        transition: 0.6s;
        font-family: 'Roboto'; }
    .error-page-section button a:hover {
      cursor: pointer;
      background-color: #ff9a28;
      transition: 0.6s; }
    .error-page-section .error-content {
      max-width: 95%;
      width: fit-content;
      margin-right: auto;
      margin-left: auto;
      display: flex;
      justify-content: center;
      flex-flow: column;
      align-items: center;
      font-family: 'Roboto'; }
    .error-page-section .not-found-txt {
      font-size: 28px;
      line-height: 30px;
      color: #ffffff;
      font-family: 'Roboto'; }
    .error-page-section .not-found-btm {
      font-size: 18px;
      line-height: 22px;
      color: #ffffff;
      margin: 20px 0px;
      text-align: center;
      font-family: 'Roboto'; }
    .error-page-section .not-found-txt {
      margin: 0px;
      padding: 0px; } }
