@media only screen and (max-width: 575px) {
  #cover .timer .days,
  #cover .timer .hours,
  #cover .timer .mins,
  #cover .timer .secs {
    width: 150px;
    display: inline-block;
    margin-left: 6px;
    text-align: center;
    margin-top: 15px;
    background: rgba(0, 0, 0, 0.5);
  }

  #login_page .captcha_wrapper {
    padding: 0;
    max-width: unset;
  }

  #partners div.row div a {
    margin: 0 auto;
    height: 80vh;
    width: 80vw;
  }
  #buy_now a.btn {
    display: block;
    background: #0980ff;
    color: #fff;
    width: 100%;
    height: 12vh;
    font-size: 18px;
    padding: 17px;
    margin: 0 auto;
  }
  #information div.container-fluid div.row div h2 {
    font-weight: 700;
    font-size: 37px;
    text-align: center;
  }
  #information div.container-fluid div.row div p {
    font-weight: 200;
    font-size: 28px;
    text-align: center;
  }
  #information .image {
    height: 100vw;
    width: 100vw;
  }
  footer p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 450px) {
  #register_page button,
  #direct_patient button {
    width: 100%;
  }

  #direct_patient button {
    font-size: 22px;
  }

  #register_page .dr_type_wrapper {
    padding: 0 !important;
  }

  /*   #main_page div.row{
    display: inline-block;
  } */
}

@media only screen and (max-width: 350px) {
  #register_page .generic_input {
    font-size: 18px;
  }

  #direct_patient button {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
  #cover .timer .days,
  #cover .timer .hours,
  #cover .timer .mins,
  #cover .timer .secs {
    width: 150px;
    display: inline-block;
    margin-left: 6px;
    text-align: center;
    margin-top: 15px;
    background: rgba(0, 0, 0, 0.5);
  }

  #partners div.row div a {
    margin: 0 auto;
    height: 80vh;
    width: 80vw;
  }
  #buy_now a.btn {
    display: block;
    background: #0980ff;
    color: #fff;
    width: 100%;
    height: 12vh;
    font-size: 18px;
    padding: 17px;
    margin: 0 auto;
  }
  #information div.container-fluid div.row div h2 {
    font-weight: 700;
    font-size: 37px;
    text-align: center;
  }
  #information div.container-fluid div.row div p {
    font-weight: 200;
    font-size: 28px;
    text-align: center;
  }
  #information .image {
    height: 100vw;
    width: 100vw;
  }
  #information .buffer {
    display: block;
  }
  footer p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  #cover .timer .days,
  #cover .timer .hours,
  #cover .timer .mins,
  #cover .timer .secs {
    width: 150px;
    display: inline-block;
    margin-left: 6px;
    text-align: center;
    margin-top: 15px;
    background: rgba(0, 0, 0, 0.5);
  }
  #partners div.row div a {
    margin: 0 auto;
    height: 80vh;
    width: 80vw;
  }
  #information .buffer {
    display: block;
  }
}

@media only screen and (max-width: 650px) and (min-width: 500px) {
  #main_page {
    margin: 0;
    height: calc(85% - 60px - 100px);
  }

  footer .logo:nth-child(1) {
    width: 70%;
    margin: 0 0 auto 0;
  }
}

@media only screen and (min-width: 650px) {
  .logo {
    width: 80%;
  }

  #main_page .logo {
    width: 50%;
    margin: 0 auto 0 0;
  }

  footer .logo:nth-child(1) {
    width: 50%;
    margin: 0;
  }

  #register_page {
    margin: 0;
  }

  #assafmedia_logo {
    width: 100%;
  }

  .page_container {
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 650px) {
  #assafmedia_logo {
    width: 85%;
  }
}

@media (min-width: 801px) {
  /*Tablets Desktops And anything thats not a mobile really*/
  body {
    overflow: hidden;
  }
  .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    line-height: normal;
  }
  #splash_screen {
    background-image: url(../images/splash_background_desktop.jpg);
  }
}
@media only screen and (max-device-height: 1023px) and (max-device-width: 767px) and (orientation: landscape) {
  div.container.header_container img {
    max-width: 100px;
  }

  body {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }
  #login_page,
  #direct_patient,
  #contact_representative,
  #register_page,
  #main_page {
    height: calc(100% - 100px - 30px) !important;
    -webkit-overflow-scrolling: touch;
  }
  #splash_screen div.page_container {
    margin: 0;
    padding-top: 20px;
    padding-top: 20px;
  }
  #splash_screen div.logo_row.row img {
    max-width: 100%;
    display: block;
    width: auto;
    max-height: 100px;
    margin: 0px auto;
  }
  .footer_container {
    display: none !important;
  }
  #splash_screen {
    background-position: center;
  }
}
