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

:root {
  --min-width: 360px;
  --max-width: 1200px;
}

html {
  background-color: #ffffff;
  color: #313339;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  line-height: 1.5;
}

*, *:before, *:after {
  box-sizing: inherit;
}

iframe {
  border: none;
}

img {
  display: block;
  height: auto;
  width: auto;
}

figure {
  margin: 0;
}

blockquote {
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

textarea {
  font-family: "PT Mono", monospace;
}

input {
  font-family: "PT Mono", monospace;
}

a {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

.telephone {
  white-space: nowrap;
}

body {
  background-color: #eceff3;
}

body#bitdefender,
body#iolovpn,
body#hotspot {
  background-color: transparent;
}

#header .header-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 960px;
}

#header .header-text {
  color: #878787;
  font-size: 18px;
  text-align: right;
}

#hotspot #header .logo {
  display: none;
}

#hotspot #header .hotspot-shield-logo {
  display: inline-block !important;
}

#footer {
  background-color: #258aff;
  color: #ffffff;
  padding-bottom: 150px;
}

#footer a {
  color: inherit;
}

#footer a:focus,
#footer a:hover {
  color: inherit;
}

.footer-wrapper {
  display: flex;
}

.footer-wrapper::before,
.footer-wrapper::after {
  content: '';
  display: block;
  flex: 1;
  height: 10px;
}

.footer-content {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  flex: 10000;
  font-size: 12px;
  justify-content: space-around;
  line-height: 1.5;
  max-width: var(--max-width);
  min-width: var(--min-width);
  padding-top: 60px;
  position: relative;
}

@media only screen and (max-width:900px) {
  .footer-content {
    flex-wrap: wrap;
  }
}

.footer-section1 {
  padding-left: 10px;
  padding-right: 20px;
  width: 210px;
}

.footer-address .address {
  display: block;
  font-style: normal;
  margin-top: 1.5em;
}

.footer-section2 {
  flex: 1 1;
  min-width: var(--min-width);
  padding-left: 10px;
  padding-right: 10px;
}

#footer .disclaimer {
  text-align: justify;
}

#footer .copyright {
  margin-bottom: 3em;
  margin-top: 1.5em;
}

.footer-section3 {
  width: var(--min-width);
}

.footer-nav {
  padding-left: 20px;
}

#footer .nav-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 24em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer .nav-list li {
  line-height: 1.5;
  margin-bottom: 1.5em;
  white-space: nowrap;
}

#footer .credits {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 120px;
}

#footer .credit {
  padding-bottom: 15px;
}

#footer .credit a {
  display: block;
  margin: 0 auto;
  width: 90px;
}

#footer .credit img {
  filter: grayscale(1);
  margin: 0 auto;
  width: auto;
}

#footer .credit:hover img {
  filter: none;
}

#footer .appesteem img {
  height: auto;
  width: 90px;
}

#footer .trustwave img {
  height: auto;
  width: 90px;
}

#footer .bbb img {
  height: auto;
  width: 90px;
}

#footer .geotrust img {
  height: auto;
  width: 90px;
}

#main {
  padding-bottom: 30px;
  padding-top: 30px;
}

#bitdefender #main,
#iolovpn #main,
#hotspot #main {
  background-image: url("../images/bg-network-1600x410.png");
  background-image: -webkit-image-set(url("../images/bg-network-1600x410.webp") 1x);
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

#main .main-container > * {
  margin: 0 auto 0;
  width: 960px;
}

#main .main-container-alt {
  background-color: #eceff3;
}

#main .main-container-alt > * {
  margin: 0 auto 0;
  width: 960px;
}

.main-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1em;
}

.product {
  align-items: stretch;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  /* height: 210px; */
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  position: relative;
}

#index .product-image-bg {
  align-items: center;
  background-color: #ecf4ff;
  border-radius: 72px;
  display: flex;
  height: 145px;
  justify-content: center;
  position: relative;
  width: 145px;
}

#index .shield-image {
  align-items: center;
  background-color: #ecf4ff;
  border-radius: 20px;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 85px;
  position: absolute;
  top: 77px;
  width: 40px;
}

.score-card {
  background-color: #fafafa;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  font-size: 15px;
  height: 134px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
  width: 122px;
}

.score {
  align-items: center;
  border-radius: 39px;
  color: #ffffff;
  display: flex;
  font-size: 34px;
  font-weight: 700;
  height: 78px;
  justify-content: center;
  margin: 10px auto 0;
  width: 78px;
}

.score-10 {
  background-color: #30cd16;
}

.score-9 {
  background-color: #84cd16;
}

.score-8 {
  background-color: #d5c60f;
}

.score-7 {
  background-color: #f57b10;
}

.product-link {
  padding-bottom: 60px;
  position: relative;
  width: 240px;
}

#index .product-link {
}

.product-link a {
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e1e8f1;
  bottom: 0;
  color: #258aff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  right: 50%;
  position: absolute;
  transform: translate(50%, 0);
  width: 150px;
}

#index .product-link a {
  right: 30px;
  transform: none;
  width: 210px;
}

.product-link a:hover {
  background-color: #30cd16;
  color: #ffffff;
}

.product-text {
  padding-bottom: 45px;
  position: relative;
  width: 480px;
}

.product-text .title {
  font-size: 24px;
  font-weight: 700;
  margin-top: -10px;
}

.product-text .detail {
  font-size: 17px;
}

#vpn .product-image {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.feature-list {
  font-size: 14px;
  line-height: 2em;
  list-style-type: none;
  padding: 0;
}

#identity-protection .feature-list,
#antivirus .feature-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 6em;
  justify-content: space-between;
}

#antivirus #virusfix .feature-list {
  display: block;
  height: auto;
}

.feature-list li {
  padding-right: 10px;
}

.feature-list li:before {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #258aff;
  border-radius: 9px;
  color: #258aff;
  content: '\2713';
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  margin-right: 5px;
  width: 18px;
}

.platform-icons {
  bottom: 0;
  position: absolute;
}

.platform-icons img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  display: inline-block;
  margin-right: 15px;
}

.platform-icons img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

#affiliates .main-body {
  background-color: #eeeeee;
  margin: 30px auto 0;
  padding: 60px;
  width: 840px;
}

#affiliates .contact-form {
  display: block;
  margin-top: 60px;
}

#affiliates .contact-form-wrap {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#affiliates .contact-form .input-label {
  height: 24px;
  display: block;
  font-size: 16px;
  padding-left: 10px;
}

#affiliates .contact-form .input-style {
  background-color: #fefeff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  font-size: 18px;
  margin-bottom: 1em;
  padding: 5px 10px;
}

#affiliates .contact-form #input-website {
  width: 350px;
}

#affiliates .contact-form #input-email {
  width: 350px;
}

#affiliates .contact-form #input-addr1,
#affiliates .contact-form #input-addr2 {
  width: 720px;
}

#affiliates .contact-form #input-city {
  width: 350px;
}

#affiliates .contact-form #input-district {
  width: 170px;
}

#affiliates .contact-form #input-postal-code {
  width: 170px;
}

#affiliates .contact-form #input-country {
  width: 350px;
}

#affiliates .contact-form #input-phone {
  width: 350px;
}

#affiliates .contact-form .textarea-style {
  background-color: #fefeff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  height: 240px;
  padding: 5px 10px;
  width: 720px;
}

#affiliates .contact-form .button-input {
  width: 720px;
}

#affiliates .contact-form .button-style {
  background-color: #2389eb;
  border-radius: 22px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  height: 45px;
  margin: 15px auto;
  text-align: center;
  width: 240px;
}

#affiliates .contact-form .flash {
  color: #2f1453;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#affiliates .contact-form .not-sent {
  color: #992222;
}

#affiliates #contact-recaptcha > * {
  margin: 30px auto;
}

#do-not-call-policy #main .date-stamps {
  align-items: flex-start;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-top: 2em;
}

#do-not-call-policy #main .main-title {
  margin-top: 30px;
  font-size: 24px;
}

#do-not-call-policy #main .main-abstract {
  font-size: 16px;
  margin-bottom: 2em;
  text-align: justify;
}

#do-not-call-policy #main .address {
  font-style: normal;
  margin-top: 1em;
  padding-left: 25px;
}

#do-not-call-policy #main .tel {
  color: #212327;
  white-space: nowrap;
}

#do-not-call-policy #footer {
  margin-top: 90px;
}

#do-not-call-policy p {
  text-align: justify;
}

.cta-container {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

.cta-container .cta-button {
  align-items: center;
  background-color: #25cf0e;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
  color: #ffffff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  width: 210px;
}

.cta-container .cta-caption {
  color: #696d75;
  font-size: 13px;
  padding-top: 10px;
}

#bitdefender #main,
#iolovpn #main,
#hotspot #main {
}

#iolovpn .main-header,
#hotspot .main-header {
  padding-bottom: 30px;
  position: relative;
}

#iolovpn .screenshot,
#hotspot .screenshot {
  position: absolute;
  right: 50%;
  top: 60px;
}

#iolovpn .main-text,
#hotspot .main-text {
  padding-left: 480px;
}

#iolovpn .main-abstract,
#hotspot .main-abstract {
  color: #757779;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

#bitdefender .main-feature-list,
#iolovpn .main-feature-list,
#hotspot .main-feature-list {
  list-style-type: none;
  margin-top: 30px;
  padding: 0 0 0 27px;
}

#bitdefender .main-feature-list li,
#iolovpn .main-feature-list li,
#hotspot .main-feature-list li {
  padding-bottom: 1em;
  position: relative;
}

#bitdefender .main-feature-list li:before,
#iolovpn .main-feature-list li:before,
#hotspot .main-feature-list li:before {
  align-items: center;
  background-color: #1da70b;
  border-radius: 9px;
  color: #ffffff;
  content: '\2713';
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  height: 18px;
  justify-content: center;
  margin-top: 5px;
  position: absolute;
  left: -27px;
  width: 18px;
}

#iolovpn .main-subtitle,
#hotspot .main-subtitle {
  color: #258aff;
  font-size: 18px;
  font-weight: 700;
}

#bitdefender .pricing-section,
#iolovpn .pricing-section,
#hotspot .pricing-section {
  align-items: stretch;
  background-color: #f0f2f5;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

#bitdefender .pricing-section .pricing-box,
#iolovpn .pricing-section .pricing-box,
#hotspot .pricing-section .pricing-box {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}

#bitdefender .pricing-section .pricing-box {
  width: 140px;
}

#iolovpn .pricing-section .pricing-box,
#hotspot .pricing-section .pricing-box {
  width: 110px;
}

#bitdefender .pricing-section .old-price,
#bitdefender .pricing-section .savings,
#iolovpn .pricing-section .old-price,
#iolovpn .pricing-section .savings,
#hotspot .pricing-section .old-price,
#hotspot .pricing-section .savings {
  border-right: 3px dotted #ffffff;
}

#bitdefender .pricing-section .tag,
#iolovpn .pricing-section .tag,
#hotspot .pricing-section .tag {
  font-size: 14px;
}

#bitdefender .pricing-section .amount,
#iolovpn .pricing-section .amount,
#hotspot .pricing-section .amount {
  font-size: 18px;
  font-weight: 700;
}

#bitdefender .pricing-section .old-price .amount,
#iolovpn .pricing-section .old-price .amount,
#hotspot .pricing-section .old-price .amount {
  color: #f31c1c;
}

#bitdefender .pricing-section .savings .amount,
#iolovpn .pricing-section .savings .amount,
#hotspot .pricing-section .savings .amount {
  color: #1da70b;
}

#bitdefender .pricing-section .total .amount,
#iolovpn .pricing-section .total .amount,
#hotspot .pricing-section .total .amount {
  color: #258aff;
}

#bitdefender .pricing-section .total .checkmark,
#iolovpn .pricing-section .total .checkmark,
#hotspot .pricing-section .total .checkmark {
  align-items: center;
  background-color: #258aff;
  border-radius: 9px;
  color: #ffffff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  height: 16px;
  justify-content: center;
  width: 16px;
}

#bitdefender .pricing-section .buy-now,
#iolovpn .pricing-section .buy-now,
#hotspot .pricing-section .buy-now {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 150px;
}

#bitdefender .pricing-section .buy-now a,
#iolovpn .pricing-section .buy-now a,
#hotspot .pricing-section .buy-now a {
  align-items: center;
  background-color: #25cf0e;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin: 0 auto;
  width: 120px;
}

#iolovpn .reasons-section,
#hotspot .reasons-section {
  padding-top: 60px;
}

#iolovpn .reasons-section .title,
#hotspot .reasons-section .title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 30px;
  text-align: center;
}

#iolovpn .reasons,
#hotspot .reasons {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}

#iolovpn .reason,
#hotspot .reason {
  padding-bottom: 60px;
  width: 420px;
}

#iolovpn .reason .subtitle,
#hotspot .reason .subtitle {
  font-size: 24px;
  font-weight: 700;
  padding-top: 1em;
}

#iolovpn .reason .detail,
#hotspot .reason .detail {
  font-size: 16px;
  padding-top: 1em;
}

#iolovpn .users-count,
#hotspot .users-count {
  text-align: center;
  width: 660px;
}

#iolovpn .users-count .detail,
#hotspot .users-count .detail {
  font-size: 38px;
}

#bitdefender .main-header {
  padding-bottom: 60px;
  position: relative;
}

#bitdefender .main-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

#bitdefender .main-title img {
  display: inline-block;
}

#bitdefender .av-comparatives {
  display: flex;
  position: absolute;
  top: 40px;
}

#bitdefender .av-comparatives .avc-text {
  padding-left: 15px;
}

#bitdefender .av-comparatives .avc-quote {
  display: block;
  color: #f59300;
  font-size: 14px;
  font-weight: 700;
}

#bitdefender .av-comparatives .avc-cite {
  display: block;
  font-size: 13px;
  padding-left: 4px;
}

#bitdefender .screenshot {
  position: absolute;
  right: 50%;
  top: 100px;
  transform: translate(-130px, 0);
}

#bitdefender .main-text {
  padding-left: 390px;
}

#bitdefender .discount-badge {
  align-items: center;
  background-color: #24bf10;
  border-radius: 61px;
  bottom: 60px;
  color: #ffffff;
  display: flex;
  height: 123px;
  justify-content: center;
  position: absolute;
  right: 40px;
  text-align: center;
  width: 123px;
}

#bitdefender .discount-oval {
  background-color: #24bf10;
  border-radius: 53px;
  border: 3px dashed rgba(255, 255, 255, 0.57);
  height: 107px;
  width: 107px;
}

#bitdefender .discount-rate {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  padding-top: 25px;
}

#bitdefender .discount-text {
  font-size: 15px;
  font-weight: 700;
}

#bitdefender .pcmag-section {
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}

#bitdefender .pcmag-section img {
  margin: 0 auto;
}

#bitdefender .pcmag-section .title {
  font-size: 20px;
  font-weight: 700;
}

#bitdefender .pcmag-section .abstract {
  color: #258aff;
  font-size: 20px;
  font-weight: 700;
}

#bitdefender .security-section {
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}

#bitdefender .security-section .title {
  font-size: 34px;
  font-weight: 700;
}

#bitdefender .security-section .abstract {
  font-size: 18px;
  margin: 30px auto 0;
  width: 600px;
}

#bitdefender .security-section .windows-button {
  align-items: center;
  background-color: #25cf0e;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  margin: 30px auto 0;
  width: 160px;
}

#bitdefender .security-section .windows-button img {
  display: inline-block;
  margin-right: 15px;
}

#bitdefender .benefits {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

#bitdefender .benefit {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 30px;
  width: 300px;
}

#bitdefender .benefit .title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}

#bitdefender .benefit .detail {
  font-size: 13px;
  padding-top: 1em;
}

#bitdefender .benefit .feature-list li {
  font-size: 13px;
}

#bitdefender .benefit .feature-list li:before {
  border: none;
  color: #1da70b;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}

#bitdefender .trusted-section {
  padding-bottom: 30px;
  padding-top: 60px;
  text-align: center;
}

#bitdefender .trusted-section .trusted-by {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 1em;
}

#bitdefender .trusted-section .title {
  color: #258aff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

#bitdefender .trusted-section .abstract {
  font-size: 17px;
  padding-bottom: 1em;
  padding-top: 1em;
}

#bitdefender .trusted-section .av-test {
  align-items: center;
  display: flex;
  justify-content: center;
}

#bitdefender .trusted-section .av-test img {
  margin-right: 15px;
}

#bitdefender .trusted-section .av-test .avt-quote {
  display: block;
  color: #f2a418;
  font-size: 16px;
  font-weight: 700;
}

#bitdefender .trusted-section .av-test .avt-cite {
  display: block;
  font-size: 14px;
}

#unsub #main .unsubscribed {
  color: #119922;
  padding-left: 10px;
}

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

#terms-of-service .main-title,
#privacy-policy .main-title {
  font-size: 24px;
  text-align: center;
}

#privacy-policy .date-stamps,
#terms-of-service .date-stamps {
  align-items: flex-start;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-top: 2em;
  padding-left: 30px;
}

#terms-of-service .main-header .paragraph,
#privacy-policy .main-header .paragraph {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding-left: 30px;
  text-align: justify;
}

#terms-of-service .main-header ul.legal-list > li,
#privacy-policy .main-header ul.legal-list > li {
  margin-bottom: 1.5em;
}

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

#terms-of-service .main-body .paragraph,
#privacy-policy .main-body .paragraph {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

#terms-of-service dfn,
#privacy-policy dfn {
  font-style: inherit;
}

#terms-of-service a,
#privacy-policy a {
  color: inherit;
}

#terms-of-service .telephone,
#privacy-policy .telephone {
  color: inherit;
}

#terms-of-service ul,
#privacy-policy ul {
  list-style-type: disc;
}

#terms-of-service .main-body > ol.legal-list,
#privacy-policy .main-body > ol.legal-list {
  list-style-type: upper-roman;
}

#terms-of-service .main-body > ol.legal-list > li,
#privacy-policy .main-body > ol.legal-list > li {
  font-weight: 700;
  margin-bottom: 3em;
}

#terms-of-service .main-body > ol.legal-list > li *,
#privacy-policy .main-body > ol.legal-list > li * {
  font-weight: 400;
}

#terms-of-service .main-body > ol.legal-list > li > ol,
#privacy-policy .main-body > ol.legal-list > li > ol {
  list-style-type: decimal;
  margin-top: 1.5em;
}

#terms-of-service .main-body > ol.legal-list > li > ol > li,
#privacy-policy .main-body > ol.legal-list > li > ol > li {
  margin-bottom: 1.5em;
}

#terms-of-service .main-body > ol.legal-list > li > ol > li > ol,
#privacy-policy .main-body > ol.legal-list > li > ol > li > ol {
  list-style-type: lower-latin;
}

#terms-of-service .main-body > ol.legal-list > li > ol > li > ol > li,
#privacy-policy .main-body > ol.legal-list > li > ol > li > ol > li {
  margin: 0;
}

#terms-of-service .main-body > ol.legal-list > li > ul > li > ul,
#privacy-policy .main-body > ol.legal-list > li > ul > li > ul {
  list-style-type: circle;
}

#livechat-eye-catcher-img img {
  display: none !important;
}

