/* -*- coding: utf-8 -*- */

@media only screen and (max-width:600px) {

  body {
    min-width: 360px;
    width: 100vw;
  }

  #index .header-bg,
  .header-bg {
    background-image: url("../images/hero-bg-600x160.png");
    background-image: -webkit-image-set(url("../images/hero-bg-600x160.webp") 1x);
    background-size: 100% 160px;
    background-repeat: no-repeat;
    height: 160px;
    min-width: auto;
    right: 0;
    top: -30px;
    transform: translate(0, 0);
    width: 100%;
  }

  #header2 .header-container,
  #header .header-container {
    height: auto;
    padding-top: 15px;
    padding-bottom: 30px;
    max-width: 100%;
  }

  #header2 .logo,
  #header .logo {
    display: inline-block;
    margin: 0 auto 0 10px;
    position: static;
  }

  #header2 .top-btn,
  #header .top-btn {
    display: none;
    margin: 60px 30px 0 auto;
    position: static;
  }

  #header2 .login,
  #header .login {
    padding-right: 10px;
    position: static;
    text-align: right;
  }

  #main .main-container-alt {
    background: none;
  }

  #main .main-container-alt > *,
  #main .main-container > * {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  #main .why-reasons {
    align-items: center;
    flex-direction: column;
  }

  #main .why-reason {
    margin-top: 30px;
    width: 100%;
  }

  #main .why-reason:first-child {
    width: 100%;
  }

  #main .why-reason:last-child {
    width: 100%;
  }

  #main .why-reason .detail {
    margin-top: 0;
  }

  #main .why-reason:first-child .detail {
    margin-top: 1em;
  }

  #main .why-reason:last-child .detail {
    margin-top: 1em;
  }

  #main .convince .abstract {
    width: 100%;
  }

  #direct .main-header,
  #index .main-header {
    color: #212327;
    height: auto;
    padding-top: 0;
  }

  .index-hero .hero-nancy {
    display: none;
  }

  #direct.direct2 .direct-hero .main-title,
  .direct-hero .main-title,
  .index-hero .main-title {
    color: #212327;
    font-size: 30px;
    max-width: 100%;
    text-align: center;
  }

  .direct-hero .main-abstract,
  .index-hero .main-abstract {
    color: #212327;
    max-width: 100%;
    text-align: center;
  }

  .index-hero .google-safe-browsing {
    text-align: center;
  }

  .direct-hero .google-safe-browsing {
    padding-left: 0;
    text-align: center;
  }

  #index .cta-button .download-button {
    display: none;
  }

  #direct #main .main-header .cta-button .download-button {
    margin: 30px auto 0;
  }

  #main .cta-button .call-button {
    background-color: #00df73;
    border-radius: 30px;
    box-shadow: 0 4px 0 #00c968;
    color: #ffffff;
    display: block !important;
    font-size: 24px;
    font-weight: 800;
    height: 60px;
    margin: 30px auto 0;
    padding: 15px 30px;
    text-align: center;
    white-space: nowrap;
    width: 300px;
  }

  #direct .main-header .guarantee,
  #index .main-header .guarantee {
    color: #212327;
    text-align: center;
  }

  #direct .unprotected .title,
  #index .unprotected .title {
    font-size: 28px;
    margin-top: 30px;
    max-width: 100%;
  }

  #direct .unprotected .abstract,
  #index .unprotected .abstract {
    max-width: 100%;
  }

  #direct .breaches,
  #index .breaches {
    align-items: center;
    flex-direction: column;
  }

  #direct .breach,
  #index .breach {
    margin-top: 30px;
    width: 100%;
  }

  #direct .findout .detail,
  #index .findout .detail {
    max-width: 100%;
  }

  #direct .software-section,
  #index .software-section {
    max-width: 100%;
    padding: 30px 0 60px;
  }

  #direct .software-header .abstract,
  #index .software-header .abstract {
    max-width: 100%;
  }

  #direct .software-contents,
  #index .software-contents {
    align-items: center;
    flex-direction: column;
  }

  #direct .software-content,
  #index .software-content {
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
  }

  #direct .software-image img,
  #index .software-image img {
    margin: 0 auto;
  }

  #direct .software-text,
  #index .software-text {
    padding: 0;
  }

  #direct .software-content .title,
  #index .software-content .title {
    text-align: center;
  }

  #direct .software-content .detail,
  #index .software-content .detail {
    padding: 0;
  }

  #direct .service-section,
  #index .service-section {
    max-width: 100%;
    padding: 30px 0;
  }

  #direct .service-contents,
  #index .service-contents {
    align-items: center;
    flex-direction: column;
  }

  #direct .service-content,
  #index .service-content {
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
  }

  #direct .service-image img,
  #index .service-image img {
    margin: 0 auto;
  }

  #direct .service-text,
  #index .service-text {
    padding: 0;
  }

  #direct .service-content .title,
  #index .service-content .title {
    text-align: center;
  }

  #direct .service-content .detail,
  #index .service-content .detail {
    padding: 0;
  }

  #direct .service-section .dashboard-image,
  #index .service-section .dashboard-image {
    display: none;
  }

  #how-it-works .main-title {
    font-size: 24px;
    max-width: 100%;
  }

  #how-it-works .step1 {
    flex-direction: column;
    height: auto;
  }

  #how-it-works .step1 .shield-image {
    display: none;
  }

  #how-it-works .step1-image {
    margin-left: -10px;
  }

  #how-it-works .step1-image img {
    border: none;
    border-radius: 0;
    position: static;
    width: 100vw;
  }

  #how-it-works .step1-text {
    max-width: 100%;
  }

  #how-it-works .step2 {
    flex-direction: column;
    height: auto;
  }

  #how-it-works .step2-image {
    margin-left: -10px;
    max-width: 100%;
    order: -1;
  }

  #how-it-works .step2-image img {
    border: none;
    border-radius: 0;
    position: static;
    width: 100vw;
  }

  #how-it-works .step2-text {
    max-width: 100%;
  }

  #how-we-are-different .main-abstract {
    max-width: 100%;
  }

  #how-we-are-different .comparison-table {
    margin-left: -10px;
    width: 100vw;
  }

  #how-we-are-different .comparison-table thead tr th img {
    width: 69px;
  }

  #how-we-are-different .comparison-table tbody tr th {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
  }

  #plans-pricing .main-abstract {
    max-width: 100%;
  }

  #plans-pricing .plan {
    max-width: 100%;
  }

  #plans-pricing .plan-bottom {
    padding: 30px 0;
  }

  #contact-us #main .main-abstract {
    max-width: 100%;
  }

  #contact-us #main .contacts {
    align-items: center;
    flex-direction: column;
    max-width: 100%;
  }

  #contact-us #main .contacts .contact-method {
    max-width: 100%;
  }

  #contact-us #main .contact-form .input-label {
    margin: 15px auto 0;
  }

  #contact-us #main .contact-form .input-style {
    margin: 0;
    max-width: 100%;
  }

  #contact-us #main .contact-form .textarea-style {
    margin: 0;
    max-width: 100%;
  }

  #contact-us #main .contact-form .button-style {
    margin: 30px auto 0;
    max-width: 100%;
  }

  #uninstall #main .main-body {
    flex-direction: column;
    max-width: 100%;
  }

  #uninstall #main .main-abstract {
    max-width: 100%;
  }

  #uninstall #main .uninstall-method {
    max-width: 100%;
  }

  #uninstall #main .adblocker-section {
    max-width: 100%;
  }

  #download-instructions #main .main-body {
    flex-direction: column;
  }

  #download-instructions #main .main-title {
    white-space: normal;
  }

  #download-instructions #main .download-steps ul {
    white-space: normal;
  }

  #download-instructions #main .credits {
    flex-wrap: wrap;
    max-width: 100%;
  }

  #download-instructions #main .credits img {
    margin: 10px;
  }

  #download-instructions .download-panel {
    display: none !important;
  }

  #download-instructions .download-arrow {
    display: none !important;
  }

  #download-help {
    padding: 10px;
  }

  #download-help .download-help-problem {
    white-space: normal;
  }

  #download-help .download-help-standing-by {
    white-space: normal;
  }

  #download-help .download-help-telephone {
    white-space: normal;
  }

  #download-help .download-help-available {
    white-space: normal;
  }

  #download-help .download-help-no-problem {
    white-space: normal;
  }

  #affiliates .main-body {
    max-width: 100%;
  }

  #affiliates .contact-form #input-website,
  #affiliates .contact-form #input-email,
  #affiliates .contact-form #input-addr1,
  #affiliates .contact-form #input-addr2,
  #affiliates .contact-form #input-city,
  #affiliates .contact-form #input-district,
  #affiliates .contact-form #input-postal-code,
  #affiliates .contact-form #input-country,
  #affiliates .contact-form #input-phone {
    width: 340px;
  }

  #affiliates .contact-form .textarea-style {
    width: 340px;
  }

  #chat #chat-widget-container {
    top: 0 !important;
  }

  .proofNotificationWrapper {
    display: none !important;
  }

  #unsub #main button {
    display: block;
    margin-left: 50px;
    margin-top: 10px;
  }

  #unsub #main .unsubscribed {
    display: block;
    padding-left: 50px;
    padding-top: 10px;
  }

  #terms-of-service .main-header,
  #privacy-policy .main-header {
    text-align: left;
  }

  #privacy-policy .date-stamps,
  #terms-of-service .date-stamps {
    flex-direction: column;
    padding: 0;
  }

  #terms-of-service .main-header .paragraph,
  #privacy-policy .main-header .paragraph {
    padding: 0;
  }

  #terms-of-service #main ol,
  #privacy-policy #main ol,
  #terms-of-service #main ul,
  #privacy-policy #main ul {
    padding-left: 10px;
  }

}
